From d34f64a832c5bb4b2c243789136df1136f648f1f Mon Sep 17 00:00:00 2001 From: Jason Mok <106209849+jasonmokk@users.noreply.github.com> Date: Thu, 9 May 2024 06:19:28 -0500 Subject: [PATCH 01/69] fix(Core/Misc): Correct typo when loading reference loot templates (#18872) - Fix typo when loading reference loot templates - Closes #18870 Co-authored-by: Jason Mok --- src/server/game/Loot/LootMgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/game/Loot/LootMgr.cpp b/src/server/game/Loot/LootMgr.cpp index 540167486..182a0f416 100644 --- a/src/server/game/Loot/LootMgr.cpp +++ b/src/server/game/Loot/LootMgr.cpp @@ -2351,6 +2351,6 @@ void LoadLootTemplates_Reference() // output error for any still listed ids (not referenced from any loot table) LootTemplates_Reference.ReportUnusedIds(lootIdSet); - LOG_INFO("server.loading", ">> Loaded refence loot templates in {} ms", GetMSTimeDiffToNow(oldMSTime)); + LOG_INFO("server.loading", ">> Loaded reference loot templates in {} ms", GetMSTimeDiffToNow(oldMSTime)); LOG_INFO("server.loading", " "); } From 51202f8c23e95988ef59b00598fd9187a4bae407 Mon Sep 17 00:00:00 2001 From: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com> Date: Thu, 9 May 2024 07:20:24 -0400 Subject: [PATCH 02/69] fix(DB/Creature): Zul'Aman prisoner loot (#18869) * Init. Co-Authored-By: AnonXS <19734826+anonxs@users.noreply.github.com> * Adjust variable spacing. --------- Co-authored-by: AnonXS <19734826+anonxs@users.noreply.github.com> --- .../pending_db_world/za-timed-loot.sql | 71 +++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 data/sql/updates/pending_db_world/za-timed-loot.sql diff --git a/data/sql/updates/pending_db_world/za-timed-loot.sql b/data/sql/updates/pending_db_world/za-timed-loot.sql new file mode 100644 index 000000000..8dc77a852 --- /dev/null +++ b/data/sql/updates/pending_db_world/za-timed-loot.sql @@ -0,0 +1,71 @@ +SET @REFIDONE = 35100, +@REFIDTWO = 35101, +@REFIDTHREE = 35102, +@TANZAR = 22699, +@KRAZ = 22790, +@ASHLI = 22797, +@HARKOR = 22968; + +DELETE FROM `gameobject_loot_template` WHERE `Entry` IN (@TANZAR, @KRAZ, @ASHLI, @HARKOR); +INSERT INTO `gameobject_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(@TANZAR, @REFIDONE, @REFIDONE, 100, 0, 1, 0, 1, 1, 'Tanzar\'s Trunk - First Hostage Loot'), +(@TANZAR, @REFIDTWO, @REFIDTWO, 100, 0, 1, 0, 1, 1, 'Tanzar\'s Trunk - Second Hostage Loot'), +(@TANZAR, @REFIDTHREE, @REFIDTHREE, 100, 0, 1, 0, 1, 1, 'Tanzar\'s Trunk - Third Hostage Loot'), +(@KRAZ, @REFIDONE, @REFIDONE, 100, 0, 1, 0, 1, 1, 'Kraz\'s Package - First Hostage Loot'), +(@KRAZ, @REFIDTWO, @REFIDTWO, 100, 0, 1, 0, 1, 1, 'Kraz\'s Package - Second Hostage Loot'), +(@KRAZ, @REFIDTHREE, @REFIDTHREE, 100, 0, 1, 0, 1, 1, 'Kraz\'s Package - Third Hostage Loot'), +(@ASHLI, @REFIDONE, @REFIDONE, 100, 0, 1, 0, 1, 1, 'Ashli\'s Bag - First Hostage Loot'), +(@ASHLI, @REFIDTWO, @REFIDTWO, 100, 0, 1, 0, 1, 1, 'Ashli\'s Bag - Second Hostage Loot'), +(@ASHLI, @REFIDTHREE, @REFIDTHREE, 100, 0, 1, 0, 1, 1, 'Ashli\'s Bag - Third Hostage Loot'), +(@HARKOR, @REFIDONE, @REFIDONE, 100, 0, 1, 0, 1, 1, 'Harkor\'s Satchel - First Hostage Loot'), +(@HARKOR, @REFIDTWO, @REFIDTWO, 100, 0, 1, 0, 1, 1, 'Harkor\'s Satchel - Second Hostage Loot'), +(@HARKOR, @REFIDTHREE, @REFIDTHREE, 100, 0, 1, 0, 1, 1, 'Harkor\'s Satchel - Third Hostage Loot'); + +DELETE FROM `reference_loot_template` WHERE `Entry` IN (@REFIDONE, @REFIDTWO, @REFIDTHREE); +INSERT INTO `reference_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(@REFIDONE, 33480, 0, 0, 0, 1, 1, 1, 1, 'Zul\'Aman - First Hostage Loot - Cord of Braided Troll Hair'), +(@REFIDONE, 33481, 0, 0, 0, 1, 1, 1, 1, 'Zul\'Aman - First Hostage Loot - Pauldrons of Stone Resolve'), +(@REFIDONE, 33483, 0, 0, 0, 1, 1, 1, 1, 'Zul\'Aman - First Hostage Loot - Life-step Belt'), +(@REFIDONE, 33489, 0, 0, 0, 1, 1, 1, 1, 'Zul\'Aman - First Hostage Loot - Mantle of Ill Intent'), +(@REFIDONE, 33590, 0, 0, 0, 1, 1, 1, 1, 'Zul\'Aman - First Hostage Loot - Cloak of Fiends'), +(@REFIDONE, 33591, 0, 0, 0, 1, 1, 1, 1, 'Zul\'Aman - First Hostage Loot - Shadowcaster\'s Drape'), +(@REFIDONE, 33805, 0, 0, 0, 1, 1, 1, 1, 'Zul\'Aman - First Hostage Loot - Shadowhunter\'s Treads'), +(@REFIDONE, 33971, 0, 0, 0, 1, 1, 1, 1, 'Zul\'Aman - First Hostage Loot - Elunite Imbued Leggings'), +(@REFIDTWO, 33490, 0, 0, 0, 1, 1, 1, 1, 'Zul\'Aman - Second Hostage Loot - Staff of Dark Mending'), +(@REFIDTWO, 33491, 0, 0, 0, 1, 1, 1, 1, 'Zul\'Aman - Second Hostage Loot - Tuskbreaker'), +(@REFIDTWO, 33492, 0, 0, 0, 1, 1, 1, 1, 'Zul\'Aman - Second Hostage Loot - Trollbane'), +(@REFIDTWO, 33493, 0, 0, 0, 1, 1, 1, 1, 'Zul\'Aman - Second Hostage Loot - Umbral Shiv'), +(@REFIDTWO, 33494, 0, 0, 0, 1, 1, 1, 1, 'Zul\'Aman - Second Hostage Loot - Amani Divining Staff'), +(@REFIDTWO, 33495, 0, 0, 0, 1, 1, 1, 1, 'Zul\'Aman - Second Hostage Loot - Rage'), +(@REFIDTHREE, 33496, 0, 0, 0, 1, 1, 1, 1, 'Zul\'Aman - Third Hostage Loot - Signet of Primal Wrath'), +(@REFIDTHREE, 33497, 0, 0, 0, 1, 1, 1, 1, 'Zul\'Aman - Third Hostage Loot - Mana Attuned Band'), +(@REFIDTHREE, 33498, 0, 0, 0, 1, 1, 1, 1, 'Zul\'Aman - Third Hostage Loot - Signet of the Quiet Forest'), +(@REFIDTHREE, 33499, 0, 0, 0, 1, 1, 1, 1, 'Zul\'Aman - Third Hostage Loot - Signet of the Last Defender'), +(@REFIDTHREE, 33500, 0, 0, 0, 1, 1, 1, 1, 'Zul\'Aman - Third Hostage Loot - Signet of Eternal Life'); + +DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 10) AND (`SourceGroup` IN (@REFIDONE, @REFIDTWO, @REFIDTHREE, @REFIDFOUR)) AND (`ConditionTypeOrReference` = 13) AND (`ConditionValue1` = 8); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(10, @REFIDONE, 33480, 0, 0, 13, 0, 8, 1, 0, 0, 0, 0, '', 'Yield first hostage loot if first hostage has been rescued'), +(10, @REFIDONE, 33481, 0, 0, 13, 0, 8, 1, 0, 0, 0, 0, '', 'Yield first hostage loot if first hostage has been rescued'), +(10, @REFIDONE, 33483, 0, 0, 13, 0, 8, 1, 0, 0, 0, 0, '', 'Yield first hostage loot if first hostage has been rescued'), +(10, @REFIDONE, 33489, 0, 0, 13, 0, 8, 1, 0, 0, 0, 0, '', 'Yield first hostage loot if first hostage has been rescued'), +(10, @REFIDONE, 33590, 0, 0, 13, 0, 8, 1, 0, 0, 0, 0, '', 'Yield first hostage loot if first hostage has been rescued'), +(10, @REFIDONE, 33591, 0, 0, 13, 0, 8, 1, 0, 0, 0, 0, '', 'Yield first hostage loot if first hostage has been rescued'), +(10, @REFIDONE, 33805, 0, 0, 13, 0, 8, 1, 0, 0, 0, 0, '', 'Yield first hostage loot if first hostage has been rescued'), +(10, @REFIDONE, 33971, 0, 0, 13, 0, 8, 1, 0, 0, 0, 0, '', 'Yield first hostage loot if first hostage has been rescued'), +(10, @REFIDTWO, 33490, 0, 0, 13, 0, 8, 2, 0, 0, 0, 0, '', 'Yield second hostage loot if second hostage has been rescued'), +(10, @REFIDTWO, 33491, 0, 0, 13, 0, 8, 2, 0, 0, 0, 0, '', 'Yield second hostage loot if second hostage has been rescued'), +(10, @REFIDTWO, 33492, 0, 0, 13, 0, 8, 2, 0, 0, 0, 0, '', 'Yield second hostage loot if second hostage has been rescued'), +(10, @REFIDTWO, 33493, 0, 0, 13, 0, 8, 2, 0, 0, 0, 0, '', 'Yield second hostage loot if second hostage has been rescued'), +(10, @REFIDTWO, 33494, 0, 0, 13, 0, 8, 2, 0, 0, 0, 0, '', 'Yield second hostage loot if second hostage has been rescued'), +(10, @REFIDTWO, 33495, 0, 0, 13, 0, 8, 2, 0, 0, 0, 0, '', 'Yield second hostage loot if second hostage has been rescued'), +(10, @REFIDTHREE, 33496, 0, 1, 13, 0, 8, 3, 0, 0, 0, 0, '', 'Yield third hostage loot if third hostage has been rescued'), +(10, @REFIDTHREE, 33497, 0, 1, 13, 0, 8, 3, 0, 0, 0, 0, '', 'Yield third hostage loot if third hostage has been rescued'), +(10, @REFIDTHREE, 33498, 0, 1, 13, 0, 8, 3, 0, 0, 0, 0, '', 'Yield third hostage loot if third hostage has been rescued'), +(10, @REFIDTHREE, 33499, 0, 1, 13, 0, 8, 3, 0, 0, 0, 0, '', 'Yield third hostage loot if third hostage has been rescued'), +(10, @REFIDTHREE, 33500, 0, 1, 13, 0, 8, 3, 0, 0, 0, 0, '', 'Yield third hostage loot if third hostage has been rescued'), +(10, @REFIDTHREE, 33496, 0, 2, 13, 0, 8, 4, 0, 0, 0, 0, '', 'Yield third hostage loot if all hostages have been rescued'), +(10, @REFIDTHREE, 33497, 0, 2, 13, 0, 8, 4, 0, 0, 0, 0, '', 'Yield third hostage loot if all hostages have been rescued'), +(10, @REFIDTHREE, 33498, 0, 2, 13, 0, 8, 4, 0, 0, 0, 0, '', 'Yield third hostage loot if all hostages have been rescued'), +(10, @REFIDTHREE, 33499, 0, 2, 13, 0, 8, 4, 0, 0, 0, 0, '', 'Yield third hostage loot if all hostages have been rescued'), +(10, @REFIDTHREE, 33500, 0, 2, 13, 0, 8, 4, 0, 0, 0, 0, '', 'Yield third hostage loot if all hostages have been rescued'); From 8d685ac4cbc1879dbe0357cf54fe96b234ad678f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 9 May 2024 11:20:27 +0000 Subject: [PATCH 03/69] chore(DB): import pending files Referenced commit(s): d34f64a832c5bb4b2c243789136df1136f648f1f --- .../za-timed-loot.sql => db_world/2024_05_09_00.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/za-timed-loot.sql => db_world/2024_05_09_00.sql} (99%) diff --git a/data/sql/updates/pending_db_world/za-timed-loot.sql b/data/sql/updates/db_world/2024_05_09_00.sql similarity index 99% rename from data/sql/updates/pending_db_world/za-timed-loot.sql rename to data/sql/updates/db_world/2024_05_09_00.sql index 8dc77a852..12b653f59 100644 --- a/data/sql/updates/pending_db_world/za-timed-loot.sql +++ b/data/sql/updates/db_world/2024_05_09_00.sql @@ -1,3 +1,4 @@ +-- DB update 2024_05_04_00 -> 2024_05_09_00 SET @REFIDONE = 35100, @REFIDTWO = 35101, @REFIDTHREE = 35102, From 9c363bd13f9680aaaea20f05a6e0d0e644b2bf7d Mon Sep 17 00:00:00 2001 From: Jelle Meeus Date: Sat, 11 May 2024 14:36:15 +0200 Subject: [PATCH 04/69] fix(AQ40/SmartGameObjectAI): remove locked status from scarab coffer upon opening (#18877) * remove locked status from scarab coffer upon opening * add Scarab Coffer --- .../updates/pending_db_world/rev_1715099644936912576.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1715099644936912576.sql diff --git a/data/sql/updates/pending_db_world/rev_1715099644936912576.sql b/data/sql/updates/pending_db_world/rev_1715099644936912576.sql new file mode 100644 index 000000000..23b9bc72b --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1715099644936912576.sql @@ -0,0 +1,7 @@ +-- +UPDATE `gameobject_template` SET `AIName` = 'SmartGameObjectAI' WHERE `entry` IN (180690, 180691); + +DELETE FROM `smart_scripts` WHERE (`source_type` = 1 AND `entryorguid` = 180690); +INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(180690, 1, 0, 0, 70, 0, 100, 0, 2, 0, 0, 0, 0, 0, 106, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Large Scarab Coffer - On Gameobject State Changed - Remove Gameobject Flags Locked'), +(180691, 1, 0, 0, 70, 0, 100, 0, 2, 0, 0, 0, 0, 0, 106, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Scarab Coffer - On Gameobject State Changed - Remove Gameobject Flags Locked'); From 0e7b1f3cfb5994e4ae7724f4c6a81d523476e344 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 11 May 2024 12:37:02 +0000 Subject: [PATCH 05/69] chore(DB): import pending files Referenced commit(s): 9c363bd13f9680aaaea20f05a6e0d0e644b2bf7d --- .../rev_1715099644936912576.sql => db_world/2024_05_11_00.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/rev_1715099644936912576.sql => db_world/2024_05_11_00.sql} (95%) diff --git a/data/sql/updates/pending_db_world/rev_1715099644936912576.sql b/data/sql/updates/db_world/2024_05_11_00.sql similarity index 95% rename from data/sql/updates/pending_db_world/rev_1715099644936912576.sql rename to data/sql/updates/db_world/2024_05_11_00.sql index 23b9bc72b..f58ee9be5 100644 --- a/data/sql/updates/pending_db_world/rev_1715099644936912576.sql +++ b/data/sql/updates/db_world/2024_05_11_00.sql @@ -1,3 +1,4 @@ +-- DB update 2024_05_09_00 -> 2024_05_11_00 -- UPDATE `gameobject_template` SET `AIName` = 'SmartGameObjectAI' WHERE `entry` IN (180690, 180691); From cd63cc0bc48a0eff30280794e28fddbb151c6479 Mon Sep 17 00:00:00 2001 From: sudlud Date: Sat, 11 May 2024 14:37:22 +0200 Subject: [PATCH 06/69] fix(Conf): align LeaveGroupOnLogout default in core with worldserver.conf.dist (#18859) --- src/server/game/World/World.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/game/World/World.cpp b/src/server/game/World/World.cpp index c84375abd..d2923c47b 100644 --- a/src/server/game/World/World.cpp +++ b/src/server/game/World/World.cpp @@ -1274,7 +1274,7 @@ void World::LoadConfigSettings(bool reload) _bool_configs[CONFIG_ALLOW_JOIN_BG_AND_LFG] = sConfigMgr->GetOption("JoinBGAndLFG.Enable", false); - _bool_configs[CONFIG_LEAVE_GROUP_ON_LOGOUT] = sConfigMgr->GetOption("LeaveGroupOnLogout.Enabled", true); + _bool_configs[CONFIG_LEAVE_GROUP_ON_LOGOUT] = sConfigMgr->GetOption("LeaveGroupOnLogout.Enabled", false); _bool_configs[CONFIG_QUEST_POI_ENABLED] = sConfigMgr->GetOption("QuestPOI.Enabled", true); From c30cafeaaa4f6f9f27dccff59e3ac00be9771732 Mon Sep 17 00:00:00 2001 From: Jelle Meeus Date: Sat, 11 May 2024 14:45:08 +0200 Subject: [PATCH 07/69] fix(DB/spell_target_position): Mara Portal tp location (#18876) * fixMaraPortal * convert to update statement --- data/sql/updates/pending_db_world/rev_1714664171505149429.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1714664171505149429.sql diff --git a/data/sql/updates/pending_db_world/rev_1714664171505149429.sql b/data/sql/updates/pending_db_world/rev_1714664171505149429.sql new file mode 100644 index 000000000..400ec44de --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1714664171505149429.sql @@ -0,0 +1,2 @@ +-- +UPDATE `spell_target_position` SET `PositionX`=386.27, `PositionY`=33.4144, `PositionZ`=-130.934, `VerifiedBuild`=52237 WHERE `ID`=21128; From 016dcfaca4ac3606eb37bb2b9e2d27ded3c6fac1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 11 May 2024 12:46:02 +0000 Subject: [PATCH 08/69] chore(DB): import pending files Referenced commit(s): c30cafeaaa4f6f9f27dccff59e3ac00be9771732 --- .../rev_1714664171505149429.sql => db_world/2024_05_11_01.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/rev_1714664171505149429.sql => db_world/2024_05_11_01.sql} (76%) diff --git a/data/sql/updates/pending_db_world/rev_1714664171505149429.sql b/data/sql/updates/db_world/2024_05_11_01.sql similarity index 76% rename from data/sql/updates/pending_db_world/rev_1714664171505149429.sql rename to data/sql/updates/db_world/2024_05_11_01.sql index 400ec44de..df9f8344d 100644 --- a/data/sql/updates/pending_db_world/rev_1714664171505149429.sql +++ b/data/sql/updates/db_world/2024_05_11_01.sql @@ -1,2 +1,3 @@ +-- DB update 2024_05_11_00 -> 2024_05_11_01 -- UPDATE `spell_target_position` SET `PositionX`=386.27, `PositionY`=33.4144, `PositionZ`=-130.934, `VerifiedBuild`=52237 WHERE `ID`=21128; From 45ad5acddb005b939a3f8601317654b5cfbc4fcd Mon Sep 17 00:00:00 2001 From: daobashun <49193927+fangshun2004@users.noreply.github.com> Date: Sat, 11 May 2024 20:48:02 +0800 Subject: [PATCH 09/69] fix(db/sai) Some contents of the restoration of creature (27210 and 27951) (#18850) * Fix some problems * Change the name of the spell --- .../rev_1714493905845119000.sql | 108 ++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1714493905845119000.sql diff --git a/data/sql/updates/pending_db_world/rev_1714493905845119000.sql b/data/sql/updates/pending_db_world/rev_1714493905845119000.sql new file mode 100644 index 000000000..9da93f850 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1714493905845119000.sql @@ -0,0 +1,108 @@ +-- Onslaught Raven Priest with guid 102088 smart ai +SET @ENTRY := -102088; +UPDATE `creature_template` SET `AIName` = 'SmartAI', `ScriptName` = '' WHERE `entry` = 27202; +DELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryOrGuid` = @ENTRY; +INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(@ENTRY, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 45, 0, 1, 0, 0, 0, 0, 10, 85485, 27210, 0, 0, 0, 0, 0, 'On aggro - Creature High General Abbendis (27210) with guid 85485 (fetching): Set creature data #0 to 1'); + +-- Onslaught Footman with guid 102193 smart ai +SET @ENTRY := -102193; +UPDATE `creature_template` SET `AIName` = 'SmartAI', `ScriptName` = '' WHERE `entry` = 27203; +DELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryOrGuid` = @ENTRY; +INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(@ENTRY, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 45, 0, 1, 0, 0, 0, 0, 10, 85485, 27210, 0, 0, 0, 0, 0, 'On aggro - Creature High General Abbendis (27210) with guid 85485 (fetching): Set creature data #0 to 1'); + +-- Onslaught Footman with guid 102194 smart ai +SET @ENTRY := -102194; +UPDATE `creature_template` SET `AIName` = 'SmartAI', `ScriptName` = '' WHERE `entry` = 27203; +DELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryOrGuid` = @ENTRY; +INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(@ENTRY, 0, 0, 0, 4, 0, 100, 0, 0, 0, 0, 0, 45, 0, 1, 0, 0, 0, 0, 10, 85485, 27210, 0, 0, 0, 0, 0, 'On aggro - Creature High General Abbendis (27210) with guid 85485 (fetching): Set creature data #0 to 1'); + +DELETE FROM `creature_text` WHERE `CreatureID` = 27210; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(27210, 0, 0, 'Now I\'ll show you the REAL power of the Onslaught!', 12, 0, 100, 0, 0, 14192, 27593, 0, 'High General Abbendis'), +(27210, 1, 0, 'You\'ve come to test the might of the Onslaught?', 14, 0, 100, 6, 0, 14188, 27596, 0, 'High General Abbendis'), +(27210, 1, 1, 'Deal with this intrusion quickly. I don\'t have time for this!', 14, 0, 100, 5, 0, 14189, 27597, 0, 'High General Abbendis'), +(27210, 1, 2, 'You may want to rethink your actions, fool.', 14, 0, 100, 25, 0, 14190, 27598, 0, 'High General Abbendis'), +(27210, 1, 3, 'Am I going to have to deal with this intrusion myself?', 14, 0, 100, 6, 0, 14191, 27599, 0, 'High General Abbendis'); + +-- High General Abbendis smart ai +SET @ENTRY := 27210; +UPDATE `creature_template` SET `AIName` = 'SmartAI', `ScriptName` = '' WHERE `entry` = @ENTRY; +DELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryOrGuid` = @ENTRY; +INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(@ENTRY, 0, 0, 0, 4, 0, 100, 1, 0, 0, 0, 0, 11, 50908, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'High General Abbendis - On aggro - Cast spell Seal of Onslaught (50908) on Self'), +(@ENTRY, 0, 1, 0, 0, 0, 100, 0, 4000, 7000, 19000, 23000, 11, 50915, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'High General Abbendis - Cast spell - Raging Consecration (50915) on Victim'), +(@ENTRY, 0, 2, 0, 0, 0, 100, 0, 9000, 12000, 20000, 23000, 11, 50905, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'High General Abbendis- Cast spell - Judgement of Onslaught (50905) on Victim'), +(@ENTRY, 0, 3, 4, 2, 0, 100, 1, 0, 20, 0, 0, 22, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'When health between 0%-20%% (once) - Set event phase to phase 1'), +(@ENTRY, 0, 4, 0, 61, 0, 100, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'When health between 0%-20%% (once) - Self: Talk 0 to Self'), +(@ENTRY, 0, 5, 0, 0, 1, 100, 0, 0, 0, 6000, 6000, 11, 50921, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'High General Abbendis - Cast spell - Reckless Onslaught (50921) on Self'), +(@ENTRY, 0, 6, 0, 6, 0, 100, 512, 0, 0, 0, 0, 45, 1, 1, 0, 0, 0, 0, 10, 85322, 27951, 0, 0, 0, 0, 0, 'High General Abbendis - On death - Creature Admiral Barean Westwind (27951) with guid 85322 (fetching): Set creature data #1 to 1'), +(@ENTRY, 0, 7, 0, 4, 0, 100, 512, 0, 0, 0, 0, 45, 0, 1, 0, 0, 0, 0, 19, 27951, 10, 0, 0, 0, 0, 0, 'High General Abbendis - On aggro - Closest alive creature Admiral Barean Westwind (27951) in 10 yards: Set creature data #0 to 1'), +(@ENTRY, 0, 8, 0, 11, 0, 100, 512, 0, 0, 0, 0, 70, 0, 0, 0, 0, 0, 0, 10, 85322, 27951, 0, 0, 0, 0, 0, 'High General Abbendis - On respawn - Creature Admiral Barean Westwind (27951) with guid 85322 (fetching): Set respawn timer to 0 ms'), +(@ENTRY, 0, 9, 0, 25, 0, 100, 512, 0, 0, 0, 0, 45, 0, 2, 0, 0, 0, 0, 10, 85322, 27951, 0, 0, 0, 0, 0, 'High General Abbendis - On reset - Creature Admiral Barean Westwind (27951) with guid 85322 (fetching): Set creature data #0 to 2'), +(@ENTRY, 0, 10, 0, 38, 0, 100, 0, 0, 1, 5000, 5000, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'On data[0] set to 1 (wait 5000 - 5000 ms before next event trigger) - Self: Talk 1 to invoker'), +(@ENTRY, 0, 11, 0, 38, 0, 100, 0, 0, 2, 0, 0, 49, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 'On data[0] set to 2 - Self: Attack storedTarget[0]'); + +-- Admiral Barean Westwind smart ai +SET @ENTRY := 27951; +UPDATE `creature_template` SET `AIName` = 'SmartAI', `ScriptName` = '' WHERE `entry` = @ENTRY; +DELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryOrGuid` = @ENTRY; +DELETE FROM `smart_scripts` WHERE `source_type` = 9 AND `entryOrGuid` IN (@ENTRY * 100, @ENTRY * 100 + 1, @ENTRY * 100 + 2, @ENTRY * 100 + 3, @ENTRY * 100 + 4); +INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(@ENTRY, 0, 0, 1, 11, 0, 100, 512, 0, 0, 0, 0, 8, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Admiral Barean Westwind - On respawn - Set react state to Defensive'), +(@ENTRY, 0, 1, 2, 61, 0, 100, 0, 0, 0, 0, 0, 48, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Admiral Barean Westwind - On respawn - Unset active'), +(@ENTRY, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 19, 256, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Admiral Barean Westwind - On respawn - Remove UNIT_FLAGS to IMMUNE_TO_PC'), +(@ENTRY, 0, 3, 4, 4, 0, 100, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Admiral Barean Westwind - On aggro - Remove all auras'), +(@ENTRY, 0, 4, 5, 61, 0, 100, 0, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Admiral Barean Westwind - On aggro - storedTarget[0] = Attacked unit'), +(@ENTRY, 0, 5, 6, 61, 0, 100, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 10, 85485, 27210, 0, 0, 0, 0, 0, 'Admiral Barean Westwind - On aggro - Send stored target storedTarget[0] to Creature High General Abbendis (27210) with guid 85485 (fetching)'), +(@ENTRY, 0, 6, 7, 61, 0, 100, 0, 0, 0, 0, 0, 45, 0, 2, 0, 0, 0, 0, 19, 27210, 10, 0, 0, 0, 0, 0, 'Admiral Barean Westwind - On aggro - Closest alive creature High General Abbendis (27210) in 10 yards: Set creature data #0 to 2'), +(@ENTRY, 0, 7, 0, 61, 0, 100, 0, 0, 0, 0, 0, 24, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Admiral Barean Westwind - On aggro - Evade'), +(@ENTRY, 0, 8, 0, 21, 0, 100, 512, 0, 0, 0, 0, 80, 2795100, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Admiral Barean Westwind On home reached - Self: Start timed action list id #Admiral Barean Westwind #0 (2795100) (update always) // -inline'), +(@ENTRY * 100, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Admiral Barean Westwind - Set react state to Passive'), +(@ENTRY * 100, 9, 1, 0, 0, 0, 100, 0, 0, 0, 0, 0, 18, 256, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Admiral Barean Westwind - Set UNIT_FLAGS to IMMUNE_TO_PC'), +(@ENTRY * 100, 9, 2, 0, 0, 0, 100, 0, 0, 0, 0, 0, 19, 524288, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Admiral Barean Westwind - Remove UNIT_FLAGS to IN_COMBAT'), +(@ENTRY * 100, 9, 3, 0, 0, 0, 100, 0, 0, 0, 0, 0, 11, 50161, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Admiral Barean Westwind - Cast spell Protection Sphere (50161) on Self'), +(@ENTRY * 100, 9, 4, 0, 0, 0, 100, 0, 2000, 2000, 0, 0, 66, 0, 0, 0, 0, 0, 0, 19, 27210, 50, 0, 0, 0, 0, 0, 'Admiral Barean Westwind - Look at Closest alive creature High General Abbendis (27210) in 50 yards'), +(@ENTRY * 100, 9, 5, 0, 0, 0, 100, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 11, 27210, 50, 0, 0, 0, 0, 0, 'Admiral Barean Westwind - Talk 0 to Creature High General Abbendis (27210) in 50 yd'), +(@ENTRY * 100, 9, 6, 0, 0, 0, 100, 0, 2000, 2000, 0, 0, 66, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Admiral Barean Westwind - Set orientation to home position orientation'), +(@ENTRY, 0, 9, 10, 38, 0, 100, 512, 1, 1, 0, 0, 48, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Admiral Barean Westwind - On data[1] set to 1 - Set active'), +(@ENTRY, 0, 10, 0, 61, 0, 100, 0, 0, 0, 0, 0, 80, 2795101, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Admiral Barean Westwind - On data[1] set to 1 - Start timed action list id #Admiral Barean Westwind #1 (2795101) (update always) // -inline'), +(@ENTRY * 100 + 1, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Admiral Barean Westwind - Talk 1 to invoker'), +(@ENTRY * 100 + 1, 9, 1, 0, 0, 0, 100, 0, 5000, 5000, 0, 0, 59, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Admiral Barean Westwind - Set walk'), +(@ENTRY * 100 + 1, 9, 2, 0, 0, 0, 100, 0, 0, 0, 0, 0, 69, 1, 0, 0, 1, 0, 0, 19, 27210, 50, 1, 0, 0, 0, 0, 'Admiral Barean Westwind - Move to Closest dead creature High General Abbendis (27210) in 50 yards in 1 yd distance (point id 1)'), +(@ENTRY, 0, 11, 0, 34, 0, 100, 0, 8, 1, 0, 0, 80, 2795102, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Admiral Barean Westwind - On movement of type POINT_MOTION_TYPE inform, point 1 - Self: Start timed action list id #Admiral Barean Westwind #2 (2795102) (update out of combat) // -inline_wp'), +(@ENTRY * 100 + 2, 9, 3, 0, 0, 0, 100, 0, 0, 0, 0, 0, 90, 8, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Admiral Barean Westwind - Set stand state to KNEEL'), +(@ENTRY * 100 + 2, 9, 4, 0, 0, 0, 100, 0, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Admiral Barean Westwind - Talk 2 to invoker'), +(@ENTRY * 100 + 2, 9, 5, 0, 0, 0, 100, 0, 6000, 6000, 0, 0, 91, 8, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Admiral Barean Westwind - Remove stand state KNEEL'), +(@ENTRY * 100 + 2, 9, 6, 0, 0, 0, 100, 0, 1200, 1200, 0, 0, 66, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0.139626, 'Admiral Barean Westwind - Set orientation to 0.139626'), +(@ENTRY * 100 + 2, 9, 7, 0, 0, 0, 100, 0, 0, 0, 0, 0, 5, 11, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Admiral Barean Westwind - Play emote ONESHOT_LAUGH (11)'), +(@ENTRY * 100 + 2, 9, 8, 0, 0, 0, 100, 0, 3225, 3225, 0, 0, 1, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Admiral Barean Westwind - Talk 3 to invoker'), +(@ENTRY * 100 + 2, 9, 9, 0, 0, 0, 100, 0, 0, 0, 0, 0, 53, 0, 27951, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Admiral Barean Westwind - Start path #27951, walk, do not repeat, Passive'), +(@ENTRY, 0, 12, 13, 38, 0, 100, 512, 0, 2, 0, 0, 28, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Admiral Barean Westwind - On data[0] set to 2 - Self: Remove all auras'), +(@ENTRY, 0, 13, 0, 61, 0, 100, 0, 0, 0, 0, 0, 19, 256, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Admiral Barean Westwind - On data[0] set to 2 - Self: Remove UNIT_FLAGS to IMMUNE_TO_PC'), +(@ENTRY, 0, 14, 15, 58, 0, 100, 512, 4, 27951, 0, 0, 55, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Admiral Barean Westwind - On waypoint 4 of path 27951 ended - Self: Stop path, despawn instantly'), +(@ENTRY, 0, 15, 0, 61, 0, 100, 0, 0, 0, 0, 0, 80, 2795103, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Admiral Barean Westwind - On waypoint 4 of path 27951 ended - Self: Start timed action list id #Admiral Barean Westwind #3 (2795103) (update always) // -inline'), +(@ENTRY * 100 + 3, 9, 0, 0, 0, 0, 100, 0, 2000, 2000, 0, 0, 11, 34427, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Admiral Barean Westwind - Cast spell Ethereal Teleport(34427) on Self'), +(@ENTRY * 100 + 3, 9, 1, 0, 0, 0, 100, 0, 1700, 1700, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Admiral Barean Westwind - Self: Despawn instantly'), +(@ENTRY, 0, 16, 0, 38, 0, 100, 0, 0, 1, 0, 0, 80, 2795104, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Admiral Barean Westwind - On data[0] set to 1 - Self: Start timed action list id #Admiral Barean Westwind #4 (2795104) (update always) // -inline'), +(@ENTRY * 100 + 4, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 18, 256, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Admiral Barean Westwind - Set UNIT_FLAGS to IMMUNE_TO_PC'), +(@ENTRY * 100 + 4, 9, 1, 0, 0, 0, 100, 0, 0, 0, 0, 0, 19, 524288, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Admiral Barean Westwind - Remove UNIT_FLAGS to IN_COMBAT'), +(@ENTRY * 100 + 4, 9, 2, 0, 0, 0, 100, 0, 0, 0, 0, 0, 11, 50161, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Admiral Barean Westwind - Cast spell Protection Sphere (50161) on Self'), +(@ENTRY * 100 + 4, 9, 3, 0, 0, 0, 100, 0, 2000, 2000, 0, 0, 66, 0, 0, 0, 0, 0, 0, 19, 27210, 50, 0, 0, 0, 0, 0, 'Admiral Barean Westwind - Look at Closest alive creature High General Abbendis (27210) in 50 yards'), +(@ENTRY * 100 + 4, 9, 4, 0, 0, 0, 100, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 11, 27210, 50, 0, 0, 0, 0, 0, 'Admiral Barean Westwind - Talk 0 to Creature High General Abbendis (27210) in 50 yd'), +(@ENTRY * 100 + 4, 9, 5, 0, 0, 0, 100, 0, 2000, 2000, 0, 0, 66, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Admiral Barean Westwind - Set orientation to home position orientation'); + +DELETE FROM `waypoints` WHERE `entry`=27951; +INSERT INTO `waypoints` VALUES (27951, 1, 2711.5, -352.357, 141.363, NULL, 0, 'Admiral Barean Westwind'); +INSERT INTO `waypoints` VALUES (27951, 2, 2718.2, -351.358, 141.363, NULL, 0, 'Admiral Barean Westwind'); +INSERT INTO `waypoints` VALUES (27951, 3, 2721.99, -358.182, 141.363, NULL, 0, 'Admiral Barean Westwind'); +INSERT INTO `waypoints` VALUES (27951, 4, 2738.1, -355.936, 141.363, NULL, 0, 'Admiral Barean Westwind'); + +DELETE FROM `creature_text` WHERE `CreatureID` = 27211; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(27211, 0, 0, 'About time!', 12, 0, 100, 0, 0, 0, 26292, 0, 'Onslaught Executioner'), +(27211, 1, 0, 'Any last words you impure mongrel?', 12, 0, 100, 0, 0, 0, 26293, 0, 'Onslaught Executioner'), +(27211, 2, 0, 'On second thought, I don\'t care. Burn in hell wretch!', 12, 0, 100, 0, 0, 0, 26294, 0, 'Onslaught Executioner'), +(27211, 3, 0, 'Hah! That never gets old.', 12, 0, 100, 0, 0, 0, 26295, 0, 'Onslaught Executioner'); From ac203da3d3f5979b75a1221d992cd94c25178d13 Mon Sep 17 00:00:00 2001 From: Jelle Meeus Date: Sat, 11 May 2024 14:51:17 +0200 Subject: [PATCH 10/69] fix(Core/Unit): SPELLMOD_RESIST_MISS_CHANCE should decrease miss chance (#18849) fix: hitchance should decrease misschance --- src/server/game/Entities/Unit/Unit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/game/Entities/Unit/Unit.cpp b/src/server/game/Entities/Unit/Unit.cpp index 9cdb7343c..9cc2e85e3 100644 --- a/src/server/game/Entities/Unit/Unit.cpp +++ b/src/server/game/Entities/Unit/Unit.cpp @@ -19281,7 +19281,7 @@ float Unit::MeleeSpellMissChance(Unit const* victim, WeaponAttackType attType, i modOwner->ApplySpellMod(spellId, SPELLMOD_RESIST_MISS_CHANCE, hitChance); } - missChance += hitChance - 100.0f; + missChance -= hitChance - 100.0f; if (attType == RANGED_ATTACK) missChance -= m_modRangedHitChance; From 9af66dffea7b381c2b427e15496f62d128a8a022 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 11 May 2024 12:52:22 +0000 Subject: [PATCH 11/69] chore(DB): import pending files Referenced commit(s): 45ad5acddb005b939a3f8601317654b5cfbc4fcd --- .../rev_1714493905845119000.sql => db_world/2024_05_11_02.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/rev_1714493905845119000.sql => db_world/2024_05_11_02.sql} (99%) diff --git a/data/sql/updates/pending_db_world/rev_1714493905845119000.sql b/data/sql/updates/db_world/2024_05_11_02.sql similarity index 99% rename from data/sql/updates/pending_db_world/rev_1714493905845119000.sql rename to data/sql/updates/db_world/2024_05_11_02.sql index 9da93f850..e3e617bc4 100644 --- a/data/sql/updates/pending_db_world/rev_1714493905845119000.sql +++ b/data/sql/updates/db_world/2024_05_11_02.sql @@ -1,3 +1,4 @@ +-- DB update 2024_05_11_01 -> 2024_05_11_02 -- Onslaught Raven Priest with guid 102088 smart ai SET @ENTRY := -102088; UPDATE `creature_template` SET `AIName` = 'SmartAI', `ScriptName` = '' WHERE `entry` = 27202; From 2c771397ca388f52e858c5a110522fbca2893944 Mon Sep 17 00:00:00 2001 From: Jelle Meeus Date: Sat, 11 May 2024 14:53:29 +0200 Subject: [PATCH 12/69] fix(Scripts/Naxxramas): Maexxna more blizzlike web wrap (#18843) * WIP maexxna web wrap * add custom summon web wrap * progress * save * something that works * update sql * cleanup script * clean sql * remove orientation from position * fix: cast web wrap on multiple targets * fix: web wraps should not attack * adjust vertical speed to reduce speed if close, avoid ceiling yeet * rename candIt to itr * remove unused wraps2 * style * use event instead of update(diff) * update spell_dbc sql * include player header to fix error: invalid use of incomplete type * include SpellAuraEffects header * fix Effects start at 1 in DBC * fix web wraps attacking * calc distance with hypotf, define vspeed ranges, remove trig webwrap enum * fixup! calc distance with hypotf, define vspeed ranges, remove trig webwrap enum * fix: call target selection with pos 0, use IsPlayer() * add validate * fixup! fix: call target selection with pos 0, use IsPlayer() * remove not needed header * remove empty lines * use registry macro * Revert "remove not needed header" This reverts commit 254717d27e196a1ec108db5a5e29e37e9e2237a6. --- .../rev_1714155297791279749.sql | 8 + .../Northrend/Naxxramas/boss_maexxna.cpp | 185 ++++++++++++++---- 2 files changed, 159 insertions(+), 34 deletions(-) create mode 100644 data/sql/updates/pending_db_world/rev_1714155297791279749.sql diff --git a/data/sql/updates/pending_db_world/rev_1714155297791279749.sql b/data/sql/updates/pending_db_world/rev_1714155297791279749.sql new file mode 100644 index 000000000..4907c57db --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1714155297791279749.sql @@ -0,0 +1,8 @@ +-- +-- 28622: Web Wrap stunned dot +DELETE FROM `spell_script_names` WHERE `spell_id` = 28622; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) +VALUES(28622, 'spell_web_wrap_damage'); + +-- 28618: Disable pull effect and periodic trigger event. Keep pacify silence and set duration to 5 seconds +UPDATE `spell_dbc` SET `DurationIndex` = 27, `Effect_1` = 0, `Effect_2` = 0 WHERE `ID` = 28618; diff --git a/src/server/scripts/Northrend/Naxxramas/boss_maexxna.cpp b/src/server/scripts/Northrend/Naxxramas/boss_maexxna.cpp index 2776c6879..ef4054aca 100644 --- a/src/server/scripts/Northrend/Naxxramas/boss_maexxna.cpp +++ b/src/server/scripts/Northrend/Naxxramas/boss_maexxna.cpp @@ -16,13 +16,16 @@ */ #include "CreatureScript.h" +#include "Player.h" #include "PassiveAI.h" #include "ScriptedCreature.h" +#include "SpellAuraEffects.h" +#include "SpellScript.h" +#include "SpellScriptLoader.h" #include "naxxramas.h" enum Spells { - SPELL_WEB_WRAP = 28622, SPELL_WEB_SPRAY_10 = 29484, SPELL_WEB_SPRAY_25 = 54125, SPELL_POISON_SHOCK_10 = 28741, @@ -30,7 +33,11 @@ enum Spells SPELL_NECROTIC_POISON_10 = 54121, SPELL_NECROTIC_POISON_25 = 28776, SPELL_FRENZY_10 = 54123, - SPELL_FRENZY_25 = 54124 + SPELL_FRENZY_25 = 54124, + SPELL_WEB_WRAP_STUN = 28622, + SPELL_WEB_WRAP_SUMMON = 28627, + SPELL_WEB_WRAP_KILL_WEBS = 52512, + SPELL_WEB_WRAP_PACIFY_5 = 28618 // 5 seconds pacify silence }; enum Events @@ -40,7 +47,8 @@ enum Events EVENT_NECROTIC_POISON = 3, EVENT_WEB_WRAP = 4, EVENT_HEALTH_CHECK = 5, - EVENT_SUMMON_SPIDERLINGS = 6 + EVENT_SUMMON_SPIDERLINGS = 6, + EVENT_WEB_WRAP_APPLY_STUN = 7 }; enum Emotes @@ -56,11 +64,33 @@ enum Misc NPC_MAEXXNA_SPIDERLING = 17055 }; -const Position PosWrap[3] = +const Position PosWrap[7] = { - {3546.796f, -3869.082f, 296.450f, 0.0f}, - {3531.271f, -3847.424f, 299.450f, 0.0f}, - {3497.067f, -3843.384f, 302.384f, 0.0f} + {3496.615f, -3834.182f, 320.7863f}, + {3509.108f, -3833.922f, 320.4750f}, + {3523.644f, -3838.309f, 320.5775f}, + {3538.152f, -3846.353f, 320.5188f}, + {3546.219f, -3856.167f, 320.9324f}, + {3555.135f, -3869.507f, 320.8307f}, + {3560.282f, -3886.143f, 321.2827f} +}; + +struct WebTargetSelector +{ + WebTargetSelector(Unit* maexxna) : _maexxna(maexxna) {} + bool operator()(Unit const* target) const + { + if (!target->IsPlayer()) // never web nonplayers (pets, guardians, etc.) + return false; + if (_maexxna->GetVictim() == target) // never target tank + return false; + if (target->HasAura(SPELL_WEB_WRAP_STUN)) // never target targets that are already webbed + return false; + return true; + } + + private: + Unit const* _maexxna; }; class boss_maexxna : public CreatureScript @@ -84,6 +114,8 @@ public: EventMap events; SummonList summons; + GuidList wraps; + bool IsInRoom() { if (me->GetExactDist(3486.6f, -3890.6f, 291.8f) > 100.0f) @@ -151,7 +183,55 @@ public: void JustDied(Unit* killer) override { BossAI::JustDied(killer); - summons.DespawnAll(); + } + + void DoCastWebWrap() + { + std::list candidates; + SelectTargetList(candidates, RAID_MODE(1, 2), SelectTargetMethod::Random, 0, WebTargetSelector(me)); + + std::vector positions {0, 1, 2, 3, 4, 5, 6}; + Acore::Containers::RandomShuffle(positions); + + if (candidates.empty()) + return; + + for (int i = 0; i < RAID_MODE(1, 2) ; i++) + { + if (candidates.empty()) + break; + const Position &randomPos = PosWrap[positions[i]]; + + auto itr = candidates.begin(); + + if (candidates.size() > 1) + std::advance(itr, urand(0, candidates.size() - 1)); + + Unit *target = *itr; + candidates.erase(itr); + + float dx = randomPos.GetPositionX() - target->GetPositionX(); + float dy = randomPos.GetPositionY() - target->GetPositionY(); + float distXY = std::hypotf(dx, dy); + + // smooth knockback arc that avoids the ceiling + float horizontalSpeed = distXY / 1.5f; + float verticalSpeed = 28.0f; + if (distXY <= 10.0f) + verticalSpeed = 12.0f; + else if (distXY <= 20.0f) + verticalSpeed = 16.0f; + else if (distXY <= 30.0f) + verticalSpeed = 20.0f; + else if (distXY <= 40.0f) + verticalSpeed = 24.0f; + + target->KnockbackFrom(randomPos.GetPositionX(), randomPos.GetPositionY(), -horizontalSpeed, verticalSpeed); + me->CastSpell(target, SPELL_WEB_WRAP_PACIFY_5, true); // pacify silence for 5 seconds + + wraps.push_back(target->GetGUID()); + } + events.ScheduleEvent(EVENT_WEB_WRAP_APPLY_STUN, 2s); } void UpdateAI(uint32 diff) override @@ -199,21 +279,21 @@ public: break; case EVENT_WEB_WRAP: Talk(EMOTE_WEB_WRAP); - for (uint8 i = 0; i < RAID_MODE(1, 2); ++i) - { - if (Unit* target = SelectTarget(SelectTargetMethod::Random, 1, 0, true, true, -SPELL_WEB_WRAP)) - { - target->RemoveAura(RAID_MODE(SPELL_WEB_SPRAY_10, SPELL_WEB_SPRAY_25)); - uint8 pos = urand(0, 2); - if (Creature* wrap = me->SummonCreature(NPC_WEB_WRAP, PosWrap[pos].GetPositionX(), PosWrap[pos].GetPositionY(), PosWrap[pos].GetPositionZ(), 0.0f, TEMPSUMMON_TIMED_DESPAWN, 60000)) - { - wrap->AI()->SetGUID(target->GetGUID()); - target->GetMotionMaster()->MoveJump(PosWrap[pos].GetPositionX(), PosWrap[pos].GetPositionY(), PosWrap[pos].GetPositionZ(), 20, 20); - } - } - } + DoCastWebWrap(); events.Repeat(40s); break; + case EVENT_WEB_WRAP_APPLY_STUN: + { + for (auto& p : wraps) + { + if (Player* player = ObjectAccessor::GetPlayer(*me, p)) + { + player->CastSpell(player, SPELL_WEB_WRAP_STUN, true); + } + } + wraps.clear(); + break; + } } DoMeleeAttackIfReady(); } @@ -232,38 +312,75 @@ public: struct boss_maexxna_webwrapAI : public NullCreatureAI { - explicit boss_maexxna_webwrapAI(Creature* c) : NullCreatureAI(c) {} + explicit boss_maexxna_webwrapAI(Creature* c) : NullCreatureAI(c) { } ObjectGuid victimGUID; - void SetGUID(ObjectGuid guid, int32 /*param*/) override + void IsSummonedBy(WorldObject* summoner) override { - victimGUID = guid; - - if (me->m_spells[0] && victimGUID) - { - if (Unit* victim = ObjectAccessor::GetUnit(*me, victimGUID)) - { - victim->CastSpell(victim, me->m_spells[0], true, nullptr, nullptr, me->GetGUID()); - } - } + if (!summoner) + return; + victimGUID = summoner->GetGUID(); } void JustDied(Unit* /*killer*/) override { - if (me->m_spells[0] && victimGUID) + if (victimGUID) { if (Unit* victim = ObjectAccessor::GetUnit(*me, victimGUID)) { - victim->RemoveAurasDueToSpell(me->m_spells[0], me->GetGUID()); + if (victim->IsAlive()) + { + victim->RemoveAurasDueToSpell(SPELL_WEB_WRAP_STUN); + victim->RemoveAurasDueToSpell(SPELL_WEB_WRAP_SUMMON); + } + } + } + } + + void UpdateAI(uint32 /*diff*/) override + { + if (victimGUID) + { + if (Unit* victim = ObjectAccessor::GetUnit(*me, victimGUID)) + { + if (!victim->IsAlive()) + { + me->CastSpell(me, SPELL_WEB_WRAP_KILL_WEBS, true); + } } } } }; }; +class spell_web_wrap_damage : public AuraScript +{ +public: + PrepareAuraScript(spell_web_wrap_damage); + + bool Validate(SpellInfo const* /*spellInfo*/) override + { + return ValidateSpellInfo({ SPELL_WEB_WRAP_SUMMON }); + } + + void OnPeriodic(AuraEffect const* aurEff) + { + if (aurEff->GetTickNumber() == 2) + { + GetTarget()->CastSpell(GetTarget(), SPELL_WEB_WRAP_SUMMON, true); + } + } + + void Register() override + { + OnEffectPeriodic += AuraEffectPeriodicFn(spell_web_wrap_damage::OnPeriodic, EFFECT_1, SPELL_AURA_PERIODIC_DAMAGE); + } +}; + void AddSC_boss_maexxna() { new boss_maexxna(); new boss_maexxna_webwrap(); + RegisterSpellScript(spell_web_wrap_damage); } From 6edf5152a72edf9129f4a93430fe2907f51112ad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 11 May 2024 12:54:12 +0000 Subject: [PATCH 13/69] chore(DB): import pending files Referenced commit(s): 9af66dffea7b381c2b427e15496f62d128a8a022 --- .../rev_1714155297791279749.sql => db_world/2024_05_11_03.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/rev_1714155297791279749.sql => db_world/2024_05_11_03.sql} (90%) diff --git a/data/sql/updates/pending_db_world/rev_1714155297791279749.sql b/data/sql/updates/db_world/2024_05_11_03.sql similarity index 90% rename from data/sql/updates/pending_db_world/rev_1714155297791279749.sql rename to data/sql/updates/db_world/2024_05_11_03.sql index 4907c57db..9984370be 100644 --- a/data/sql/updates/pending_db_world/rev_1714155297791279749.sql +++ b/data/sql/updates/db_world/2024_05_11_03.sql @@ -1,3 +1,4 @@ +-- DB update 2024_05_11_02 -> 2024_05_11_03 -- -- 28622: Web Wrap stunned dot DELETE FROM `spell_script_names` WHERE `spell_id` = 28622; From d44c8990c1436f941c181d603f11ee5d1bf95005 Mon Sep 17 00:00:00 2001 From: Jelle Meeus Date: Sat, 11 May 2024 14:54:26 +0200 Subject: [PATCH 14/69] fix(Scripts/Spell): Fix Void Zone damage calcs for Netherspite, Blaumeux (#18807) * fix(Scripts/Spell): Fix Void Zone damage calcs for Netherspite, Blaumeux * remove blank line * remove four_horsement_consumption SpellScript * update comment --- .../rev_1713998045630729445.sql | 11 ++++++ .../Naxxramas/boss_four_horsemen.cpp | 17 --------- src/server/scripts/Spells/spell_generic.cpp | 38 +++++++++++++++++++ 3 files changed, 49 insertions(+), 17 deletions(-) create mode 100644 data/sql/updates/pending_db_world/rev_1713998045630729445.sql diff --git a/data/sql/updates/pending_db_world/rev_1713998045630729445.sql b/data/sql/updates/pending_db_world/rev_1713998045630729445.sql new file mode 100644 index 000000000..9fe74e25d --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1713998045630729445.sql @@ -0,0 +1,11 @@ +DELETE FROM `spell_script_names` WHERE `spell_id` = 28865; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(28865,'spell_gen_consumption'); + +DELETE FROM `creature_template_spell` WHERE `CreatureID` = 16697; + +UPDATE `creature_template` SET `ScriptName` = '', `AIName` = 'SmartAI' WHERE `entry` = 16697; +DELETE FROM `smart_scripts` WHERE (`source_type` = 0 AND `entryorguid` = 16697); +INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(16697, 0, 0, 0, 60, 0, 100, 0, 0, 0, 2500, 2500, 0, 0, 11, 28865, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Void Zone - On Update - Cast \'Consumption\''), +(16697, 0, 1, 0, 37, 0, 100, 0, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Void Zone - On Initialize - Set Reactstate Passive'); diff --git a/src/server/scripts/Northrend/Naxxramas/boss_four_horsemen.cpp b/src/server/scripts/Northrend/Naxxramas/boss_four_horsemen.cpp index 572849a9b..c3bd17fa1 100644 --- a/src/server/scripts/Northrend/Naxxramas/boss_four_horsemen.cpp +++ b/src/server/scripts/Northrend/Naxxramas/boss_four_horsemen.cpp @@ -437,26 +437,9 @@ public: } }; -class spell_four_horsemen_consumption : public SpellScript -{ - PrepareSpellScript(spell_four_horsemen_consumption); - - void HandleDamageCalc(SpellEffIndex /*effIndex*/) - { - uint32 damage = GetCaster()->GetMap()->ToInstanceMap()->GetDifficulty() == REGULAR_DIFFICULTY ? 2750 : 4250; - SetHitDamage(damage); - } - - void Register() override - { - OnEffectHitTarget += SpellEffectFn(spell_four_horsemen_consumption::HandleDamageCalc, EFFECT_0, SPELL_EFFECT_SCHOOL_DAMAGE); - } -}; - void AddSC_boss_four_horsemen() { new boss_four_horsemen(); new spell_four_horsemen_mark(); - RegisterSpellScript(spell_four_horsemen_consumption); } diff --git a/src/server/scripts/Spells/spell_generic.cpp b/src/server/scripts/Spells/spell_generic.cpp index 780577605..0b0d81091 100644 --- a/src/server/scripts/Spells/spell_generic.cpp +++ b/src/server/scripts/Spells/spell_generic.cpp @@ -5134,6 +5134,43 @@ class spell_gen_choking_vines : public AuraScript } }; + // 28865 - Consumption +class spell_gen_consumption : public SpellScript +{ + PrepareSpellScript(spell_gen_consumption); + + void CalculateDamage(SpellEffIndex /*effIndex*/) + { + Map* map = GetCaster()->GetMap(); + if (!map) + { + return; + } + int32 value = 0; + if (map->GetDifficulty() == RAID_DIFFICULTY_25MAN_NORMAL) // NAXX25 N + { + value = urand(4500, 4700); + } + else if (map->GetId() == 533) // NAXX10 N + { + value = urand(3000, 3200); + } + else if (map->GetId() == 532) // Karazhan + { + value = urand(1110, 1310); + } + if (value) + { + SetEffectValue(value); + } + } + + void Register() override + { + OnEffectLaunchTarget += SpellEffectFn(spell_gen_consumption::CalculateDamage, EFFECT_0, SPELL_EFFECT_SCHOOL_DAMAGE); + } +}; + void AddSC_generic_spell_scripts() { RegisterSpellScript(spell_silithyst); @@ -5287,5 +5324,6 @@ void AddSC_generic_spell_scripts() RegisterSpellScript(spell_gen_jubling_cooldown); RegisterSpellScript(spell_gen_yehkinya_bramble); RegisterSpellScript(spell_gen_choking_vines); + RegisterSpellScript(spell_gen_consumption); } From 864ea7fdce5f12e05fa68104b9a7259af29b792f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 11 May 2024 12:54:38 +0000 Subject: [PATCH 15/69] chore(DB): import pending files Referenced commit(s): 2c771397ca388f52e858c5a110522fbca2893944 --- .../rev_1713998045630729445.sql => db_world/2024_05_11_04.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/rev_1713998045630729445.sql => db_world/2024_05_11_04.sql} (96%) diff --git a/data/sql/updates/pending_db_world/rev_1713998045630729445.sql b/data/sql/updates/db_world/2024_05_11_04.sql similarity index 96% rename from data/sql/updates/pending_db_world/rev_1713998045630729445.sql rename to data/sql/updates/db_world/2024_05_11_04.sql index 9fe74e25d..b1338bf7d 100644 --- a/data/sql/updates/pending_db_world/rev_1713998045630729445.sql +++ b/data/sql/updates/db_world/2024_05_11_04.sql @@ -1,3 +1,4 @@ +-- DB update 2024_05_11_03 -> 2024_05_11_04 DELETE FROM `spell_script_names` WHERE `spell_id` = 28865; INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES (28865,'spell_gen_consumption'); From 31096df053e31238b66e3c1088ea225636599440 Mon Sep 17 00:00:00 2001 From: Balleny <12682004+balleny@users.noreply.github.com> Date: Sat, 11 May 2024 14:54:51 +0200 Subject: [PATCH 16/69] fix(Scripts/TheEye): correct first phoenix in p5 (#18802) correct first phoenix in p5 should spawn 15 seconds before 2nd gravity lapse --- src/server/scripts/Outland/TempestKeep/Eye/boss_kaelthas.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/scripts/Outland/TempestKeep/Eye/boss_kaelthas.cpp b/src/server/scripts/Outland/TempestKeep/Eye/boss_kaelthas.cpp index 116085a64..b1f07c880 100644 --- a/src/server/scripts/Outland/TempestKeep/Eye/boss_kaelthas.cpp +++ b/src/server/scripts/Outland/TempestKeep/Eye/boss_kaelthas.cpp @@ -472,7 +472,7 @@ struct boss_kaelthas : public BossAI { DoCastRandomTarget(SPELL_FLAME_STRIKE, 0, 100.0f); }, 30250ms, 50650ms); - ScheduleTimedEvent(71000ms, [&] + ScheduleTimedEvent(50000ms, [&] { Talk(SAY_SUMMON_PHOENIX); DoCastSelf(SPELL_PHOENIX); From 6b5ad7279861956e01bfe24b7ae22ada5b23f71b Mon Sep 17 00:00:00 2001 From: Mikhail Date: Sun, 12 May 2024 12:55:47 +0300 Subject: [PATCH 17/69] fix(DB/Creature): Correct spells order for Broken-down Shredder (issue 18729) (#18866) * fix(DB/Creature): Correct spells order has been restored for Broken-down Shredder * Update fix_issue18729.sql --------- Co-authored-by: Dan <83884799+elthehablo@users.noreply.github.com> --- data/sql/updates/pending_db_world/fix_issue18729.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 data/sql/updates/pending_db_world/fix_issue18729.sql diff --git a/data/sql/updates/pending_db_world/fix_issue18729.sql b/data/sql/updates/pending_db_world/fix_issue18729.sql new file mode 100644 index 000000000..1f4310181 --- /dev/null +++ b/data/sql/updates/pending_db_world/fix_issue18729.sql @@ -0,0 +1,7 @@ + +DELETE FROM `creature_template_spell` WHERE `CreatureID` = 27354; +INSERT INTO `creature_template_spell` (`CreatureID`, `Index`, `Spell`, `VerifiedBuild`) VALUES +(27354, 0, 48548, 53788), +(27354, 1, 48558, 53788), +(27354, 2, 48604, 53788), +(27354, 4, 48610, 53788); From daf78423e45e185973b780449ba0cf964f63139c Mon Sep 17 00:00:00 2001 From: daobashun <49193927+fangshun2004@users.noreply.github.com> Date: Sun, 12 May 2024 17:56:05 +0800 Subject: [PATCH 18/69] =?UTF-8?q?fix(DB/asi=EF=BC=89Added=20some=20small?= =?UTF-8?q?=20events=20to=20the=20creature=20"Shen'dralar=20Ancient=20(143?= =?UTF-8?q?64)"....=20(#18880)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Increases the number of players who look at the last completed character every 15 seconds. * fix error * fix error * fix error * Update rev_1715337495584103500.sql fix error * update spawn masks --------- Co-authored-by: Dan <83884799+elthehablo@users.noreply.github.com> --- .../rev_1715337495584103500.sql | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1715337495584103500.sql diff --git a/data/sql/updates/pending_db_world/rev_1715337495584103500.sql b/data/sql/updates/pending_db_world/rev_1715337495584103500.sql new file mode 100644 index 000000000..a02d20080 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1715337495584103500.sql @@ -0,0 +1,48 @@ +-- Shen'dralar Ancient smart ai +SET @ENTRY := 14358; +UPDATE `creature_template` SET `AIName` = 'SmartAI', `ScriptName` = '' WHERE `entry` = @ENTRY; +DELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryOrGuid` = @ENTRY; +INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(@ENTRY, 0, 0, 0, 25, 0, 100, 0, 0, 0, 0, 0, 22, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Shen\'dralar Ancient - On reset - Set event phase to phase 1'), +(@ENTRY, 0, 1, 0, 62, 0, 100, 512, 5723, 0, 0, 0, 72, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Shen\'dralar Ancient - On gossip action 0 from menu 5723 selected - Gossip player: Close gossip'), +(@ENTRY, 0, 2, 3, 20, 1, 100, 0, 7461, 0, 0, 0, 22, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Shen\'dralar Ancient - On player rewarded quest The Madness Within (7461) - Set event phase to phase 2'), +(@ENTRY, 0, 3, 4, 61, 0, 100, 0, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Shen\'dralar Ancient - storedTarget[0] = Rewarded player'), +(@ENTRY, 0, 4, 5, 61, 0, 100, 0, 0, 0, 0, 0, 12, 14364, 3, 300000, 0, 0, 0, 1, 0, 0, 0, 5, 0, 0, 0, 'Shen\'dralar Ancient - Summon creature Shen\'dralar Spirit (14364) at Self\'s position, moved by offset (5, 0, 0, 0) as summon type timed despawn with duration 300 seconds'), +(@ENTRY, 0, 5, 6, 61, 0, 100, 0, 0, 0, 0, 0, 12, 14364, 3, 300000, 0, 0, 0, 1, 0, 0, 0, 3.5, 3.5, 0, 0, 'Shen\'dralar Ancient - Summon creature Shen\'dralar Spirit (14364) at Self\'s position, moved by offset (3.5, 3.5, 0, 0) as summon type timed despawn with duration 300 seconds'), +(@ENTRY, 0, 6, 7, 61, 0, 100, 0, 0, 0, 0, 0, 12, 14364, 3, 300000, 0, 0, 0, 1, 0, 0, 0, 0, 5, 0, 0, 'Shen\'dralar Ancient - Summon creature Shen\'dralar Spirit (14364) at Self\'s position, moved by offset (0, 5, 0, 0) as summon type timed despawn with duration 300 seconds'), +(@ENTRY, 0, 7, 8, 61, 0, 100, 0, 0, 0, 0, 0, 12, 14364, 3, 300000, 0, 0, 0, 1, 0, 0, 0, 3.5, -3.5, 0, 0, 'Shen\'dralar Ancient - Summon creature Shen\'dralar Spirit (14364) at Self\'s position, moved by offset (3.5, -3.5, 0, 0) as summon type timed despawn with duration 300 seconds'), +(@ENTRY, 0, 8, 9, 61, 0, 100, 0, 0, 0, 0, 0, 12, 14364, 3, 300000, 0, 0, 0, 1, 0, 0, 0, -5, 0, 0, 0, 'Shen\'dralar Ancient - Summon creature Shen\'dralar Spirit (14364) at Self\'s position, moved by offset (-5, 0, 0, 0) as summon type timed despawn with duration 300 seconds'), +(@ENTRY, 0, 9, 10, 61, 0, 100, 0, 0, 0, 0, 0, 12, 14364, 3, 300000, 0, 0, 0, 1, 0, 0, 0, -3.5, -3.5, 0, 0, 'Shen\'dralar Ancient - Summon creature Shen\'dralar Spirit (14364) at Self\'s position, moved by offset (-3.5, -3.5, 0, 0) as summon type timed despawn with duration 300 seconds'), +(@ENTRY, 0, 10, 11, 61, 0, 100, 0, 0, 0, 0, 0, 12, 14364, 3, 300000, 0, 0, 0, 1, 0, 0, 0, 0, -5, 0, 0, 'Shen\'dralar Ancient - Summon creature Shen\'dralar Spirit (14364) at Self\'s position, moved by offset (0, -5, 0, 0) as summon type timed despawn with duration 300 seconds'), +(@ENTRY, 0, 11, 12, 61, 0, 100, 0, 0, 0, 0, 0, 12, 14364, 3, 300000, 0, 0, 0, 1, 0, 0, 0, -3.5, 3.5, 0, 0, 'Shen\'dralar Ancient - Summon creature Shen\'dralar Spirit (14364) at Self\'s position, moved by offset (-3.5, 3.5, 0, 0) as summon type timed despawn with duration 300 seconds'), +(@ENTRY, 0, 12, 13, 61, 0, 100, 0, 0, 0, 0, 0, 5, 21, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Shen\'dralar Ancient - Play emote ONESHOT_APPLAUD (21)'), +(@ENTRY, 0, 13, 0, 61, 0, 100, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 11, 14364, 10, 0, 0, 0, 0, 0, 'Shen\'dralar Ancient - Send stored target storedTarget[0] to Creature Shen\'dralar Spirit (14364) in 10 yd'), +(@ENTRY, 0, 14, 15, 20, 2, 100, 0, 7461, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Shen\'dralar Ancient - storedTarget[0] = Rewarded player (phase 2)'), +(@ENTRY, 0, 15, 0, 61, 0, 100, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 11, 14364, 10, 0, 0, 0, 0, 0, 'Shen\'dralar Ancient - Send stored target storedTarget[0] to Creature Shen\'dralar Spirit (14364) in 10 yd (phase 2)'), +(@ENTRY, 0, 16, 0, 35, 0, 100, 512, 14364, 0, 0, 0, 22, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Shen\'dralar Ancient - On summoned creature Shen\'dralar Spirit (14364) despawn - Set event phase to phase 1'); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 22 AND `SourceEntry` = 14358 AND `SourceId` = 0; + + -- Shen'dralar Spirit smart ai +SET @ENTRY := 14364; +UPDATE `creature_template` SET `AIName` = 'SmartAI', `ScriptName` = '' WHERE `entry` = @ENTRY; +DELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryOrGuid` = @ENTRY; +INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(@ENTRY, 0, 0, 0, 60, 0, 100, 0, 0, 30000, 20000, 30000, 10, 2, 21, 4, 66, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Shen\'dralar Spirit - Play random emote: ONESHOT_BOW (2), ONESHOT_APPLAUD (21), ONESHOT_CHEER(DNR) (4), ONESHOT_SALUTE (66),'), +(@ENTRY, 0, 1, 0, 60, 0, 100, 512, 15000, 15000, 15000, 15000, 66, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 'Shen\'dralar Spirit Look at storedTarget[0]'); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 22 AND `SourceEntry` = 14364 AND `SourceId` = 0; + +-- Treasure of the Shen'dralar + -- 179517 (Area: 2557 - Difficulty: 1) CreateObject1 +SET @OGUID1:=11921; +DELETE FROM `gameobject` WHERE (`id` = 179517) AND (`guid` IN (@OGUID1)); +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`) VALUES +(@OGUID1, 179517, 429, 2557, 2557, 1, 1, 129.4810638427734375, 544.96710205078125, -48.4663200378417968, 1.623155713081359863, 0, 0, 0.725374221801757812, 0.688354730606079101, 7200, 255, 1, '', 52237); + +-- Skeletal Remains of Kariel Winthalus +-- 179544 (Area: 2557 - Difficulty: 1) CreateObject1 +SET @OGUID2:=44739; +DELETE FROM `gameobject` WHERE (`id` = 179544) AND (`guid` IN (@OGUID2)); +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`) VALUES +(@OGUID2, 179544, 429, 2557, 2557, 1, 1, 163.0381622314453125, 530.1822509765625, -48.4669570922851562, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 7200, 255, 1, '', 52237); From bf930bbb07bb852e6a40fecdae7509619b495e92 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 12 May 2024 09:56:32 +0000 Subject: [PATCH 19/69] chore(DB): import pending files Referenced commit(s): 6b5ad7279861956e01bfe24b7ae22ada5b23f71b --- .../fix_issue18729.sql => db_world/2024_05_12_00.sql} | 1 + .../rev_1715337495584103500.sql => db_world/2024_05_12_01.sql} | 1 + 2 files changed, 2 insertions(+) rename data/sql/updates/{pending_db_world/fix_issue18729.sql => db_world/2024_05_12_00.sql} (85%) rename data/sql/updates/{pending_db_world/rev_1715337495584103500.sql => db_world/2024_05_12_01.sql} (99%) diff --git a/data/sql/updates/pending_db_world/fix_issue18729.sql b/data/sql/updates/db_world/2024_05_12_00.sql similarity index 85% rename from data/sql/updates/pending_db_world/fix_issue18729.sql rename to data/sql/updates/db_world/2024_05_12_00.sql index 1f4310181..1e8a2cb8d 100644 --- a/data/sql/updates/pending_db_world/fix_issue18729.sql +++ b/data/sql/updates/db_world/2024_05_12_00.sql @@ -1,3 +1,4 @@ +-- DB update 2024_05_11_04 -> 2024_05_12_00 DELETE FROM `creature_template_spell` WHERE `CreatureID` = 27354; INSERT INTO `creature_template_spell` (`CreatureID`, `Index`, `Spell`, `VerifiedBuild`) VALUES diff --git a/data/sql/updates/pending_db_world/rev_1715337495584103500.sql b/data/sql/updates/db_world/2024_05_12_01.sql similarity index 99% rename from data/sql/updates/pending_db_world/rev_1715337495584103500.sql rename to data/sql/updates/db_world/2024_05_12_01.sql index a02d20080..9e9c0012f 100644 --- a/data/sql/updates/pending_db_world/rev_1715337495584103500.sql +++ b/data/sql/updates/db_world/2024_05_12_01.sql @@ -1,3 +1,4 @@ +-- DB update 2024_05_12_00 -> 2024_05_12_01 -- Shen'dralar Ancient smart ai SET @ENTRY := 14358; UPDATE `creature_template` SET `AIName` = 'SmartAI', `ScriptName` = '' WHERE `entry` = @ENTRY; From dd3f4a5f8e018bfd9d1aa5451bd884508a0e2d15 Mon Sep 17 00:00:00 2001 From: Knindza Date: Sun, 12 May 2024 12:03:21 +0200 Subject: [PATCH 20/69] fix(Scripts/Zones/Creature): Infra-Green Bomber (#18752) * Updating Creature. * Delete data/sql/updates/pending_db_world/rev_1713104748708628400.sql * Updating Bomber --- src/server/scripts/Northrend/zone_icecrown.cpp | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/server/scripts/Northrend/zone_icecrown.cpp b/src/server/scripts/Northrend/zone_icecrown.cpp index da3e762d1..ff8cb5f94 100644 --- a/src/server/scripts/Northrend/zone_icecrown.cpp +++ b/src/server/scripts/Northrend/zone_icecrown.cpp @@ -1287,19 +1287,21 @@ public: if (!summoner) return; - if (summoner->GetTypeId() != TYPEID_UNIT) - { + if (summoner->GetTypeId() != TYPEID_PLAYER) return; - } - summoner->ToUnit()->CastSpell(summoner->ToUnit(), SPELL_WAITING_FOR_A_BOMBER, true); - summoner->ToUnit()->CastSpell(summoner->ToUnit(), SPELL_FLIGHT_ORDERS, true); + Player* player = summoner->ToPlayer(); + if (!player) + return; + + player->CastSpell(player, SPELL_WAITING_FOR_A_BOMBER, true); + player->CastSpell(player, SPELL_FLIGHT_ORDERS, true); events.ScheduleEvent(EVENT_START_FLIGHT, 0); events.ScheduleEvent(EVENT_TAKE_PASSENGER, 3000); me->SetCanFly(true); me->AddUnitMovementFlag(MOVEMENTFLAG_FLYING); me->SetSpeed(MOVE_FLIGHT, 0.1f); - me->SetFaction(summoner->ToUnit()->GetFaction()); + me->SetFaction(player->GetFaction()); } void DamageTaken(Unit* who, uint32&, DamageEffectType, SpellSchoolMask) override From c95594e34a5c69dd0a53f5f56f4816ad5dab1b6d Mon Sep 17 00:00:00 2001 From: Dan <83884799+elthehablo@users.noreply.github.com> Date: Sun, 12 May 2024 15:57:09 +0200 Subject: [PATCH 21/69] fix(DB/updates): fix downquery to match up (#18888) init --- data/sql/updates/db_world/2024_05_11_00.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/sql/updates/db_world/2024_05_11_00.sql b/data/sql/updates/db_world/2024_05_11_00.sql index f58ee9be5..faa812acc 100644 --- a/data/sql/updates/db_world/2024_05_11_00.sql +++ b/data/sql/updates/db_world/2024_05_11_00.sql @@ -2,7 +2,7 @@ -- UPDATE `gameobject_template` SET `AIName` = 'SmartGameObjectAI' WHERE `entry` IN (180690, 180691); -DELETE FROM `smart_scripts` WHERE (`source_type` = 1 AND `entryorguid` = 180690); +DELETE FROM `smart_scripts` WHERE (`source_type` = 1 AND `entryorguid` IN (180690, 180691)); INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES (180690, 1, 0, 0, 70, 0, 100, 0, 2, 0, 0, 0, 0, 0, 106, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Large Scarab Coffer - On Gameobject State Changed - Remove Gameobject Flags Locked'), (180691, 1, 0, 0, 70, 0, 100, 0, 2, 0, 0, 0, 0, 0, 106, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Scarab Coffer - On Gameobject State Changed - Remove Gameobject Flags Locked'); From 0f82c8e8dd64df839df57e88073709c93f9c6ca0 Mon Sep 17 00:00:00 2001 From: sudlud Date: Sun, 12 May 2024 18:39:14 +0200 Subject: [PATCH 22/69] fix(Core/Events) Implement Fireworks Spectacular (#18860) * init sql file for fireworks spectacular - add entry in game_event * add missing delete statement * add gameobjects 180698 'Party Table, 180699 'Festive Keg, 180700 'Hay Bale 1' * update comment, add gameobject 180754 Toasting Goblet - todo: pooling (?) - the tables are quite full - todo: why are there tables missing? e.g. below: .go ga 82615 * add gameobject 180905 'Festive Mug' * add gameobjects 'Firework, Show, Type%' * add vendors * add revelers and bruisers TODO: also add 15906 'Ironforge Reveler' * remove '%Firework Show%' spawns - these will be spawned temporarily via script * add firework gameobject SmartAI * WIP stormwind fireworks show steps to test the show: .go xyz -8984 498 96 0 .gob add temp 180749 * improve handling of fireworks show, add gameobject 180749 'Cheer Speaker' spawns how to test: .go ga 64640 .event start 72 * prepare fetching correct show based on map+zone * introduce typedef for FireworkShow * Add Teldrassil show .go ga 64651 .event start 72 * fix Teldrassil and Stormwind shows, add initShow() debug message, replace magic numbers for fireworkShow sizes - these were broken due to an error in my txt parsing script * add Shattrath show .go c 139914 .event start 72 * add Silvermoon show .go ga 64670 .event start 72 * add Booty Bay show .go ga 64630 .event start 72 * add Thunder Bluff show, add Exodar show, set firework gameobjects active, update comments, remove _maxCount * add Underciy show .go ga 64641 .event start 72 * fix Undercity show indexes * move code from midsummer.cpp to new file firework_show.cpp * add Orgrimmar show .go ga 64647 .event start 72 * add Ironforge show .go ga 64634 .event start 72 * update shows from sniff parses using fixed export script * update 'Party Table, 'Festive Keg' and 'Hay Bale 1' spawns with additional sniffs * update 'Toasting Goblet' spawns with additional sniffs * update 'Festive Mug' spawns with additional sniffs * update 'Fireworks Revelers' spawns with additional sniffs * remove duplicate AND from sql file * attempt moving FireworkShows to the heap * start firework show at the full hour and also handle late starts correctly - also perform a minor cleanup * do not touch gameobject with guid 16586 which is linked to harvest festival * move firework_show.cpp to subfolder firework_show * move firework_show arrays to seperate header files * update show handling, still not final * update for new struct design, Teldrassil show running correctly already * update remaining shows for new firework show structs * rename go_cheer_speaker to go_firework_show * update debug / error messages * update all firework shows for local spawnIndex handling * spawn 'Toasting Goblet's for 10min after show ende * add reveler SAI and make revelers cheer on show end * remove log_error messages * add comment for festive mugs * Update firework_show.cpp * add missing include for uint32 * replace an uint32 with an int * revert unintended changes in midsummer.cpp * add #include "GameObjectScript.h" * remove ThunderBluff Reveler spawns with wandering movement - these probably should have waypoints instead or just got parsed incorrectly - it should be safe to remove these for now and probably investigage this further later on * update function names --- .../rev_1713680126057501300.sql | 4216 +++++++++++++++++ .../scripts/Events/events_script_loader.cpp | 2 + .../Events/firework_show/firework_show.cpp | 206 + .../Events/firework_show/firework_show.h | 98 + .../firework_show/firework_show_BootyBay.h | 537 +++ .../firework_show/firework_show_Exodar.h | 1294 +++++ .../firework_show/firework_show_Ironforge.h | 1419 ++++++ .../firework_show/firework_show_Orgrimmar.h | 1623 +++++++ .../firework_show/firework_show_Shattrath.h | 1181 +++++ .../firework_show/firework_show_Silvermoon.h | 1433 ++++++ .../firework_show/firework_show_Stormwind.h | 1660 +++++++ .../firework_show/firework_show_Teldrassil.h | 1325 ++++++ .../firework_show_ThunderBluff.h | 1581 +++++++ .../firework_show/firework_show_Undercity.h | 1282 +++++ 14 files changed, 17857 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1713680126057501300.sql create mode 100644 src/server/scripts/Events/firework_show/firework_show.cpp create mode 100644 src/server/scripts/Events/firework_show/firework_show.h create mode 100644 src/server/scripts/Events/firework_show/firework_show_BootyBay.h create mode 100644 src/server/scripts/Events/firework_show/firework_show_Exodar.h create mode 100644 src/server/scripts/Events/firework_show/firework_show_Ironforge.h create mode 100644 src/server/scripts/Events/firework_show/firework_show_Orgrimmar.h create mode 100644 src/server/scripts/Events/firework_show/firework_show_Shattrath.h create mode 100644 src/server/scripts/Events/firework_show/firework_show_Silvermoon.h create mode 100644 src/server/scripts/Events/firework_show/firework_show_Stormwind.h create mode 100644 src/server/scripts/Events/firework_show/firework_show_Teldrassil.h create mode 100644 src/server/scripts/Events/firework_show/firework_show_ThunderBluff.h create mode 100644 src/server/scripts/Events/firework_show/firework_show_Undercity.h diff --git a/data/sql/updates/pending_db_world/rev_1713680126057501300.sql b/data/sql/updates/pending_db_world/rev_1713680126057501300.sql new file mode 100644 index 000000000..ac8a97b20 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1713680126057501300.sql @@ -0,0 +1,4216 @@ +-- Fireworks Spectacular +DELETE FROM `game_event` WHERE `eventEntry` = 72; +INSERT INTO `game_event` (`eventEntry`, `start_time`, `end_time`, `occurence`, `length`, `holiday`, `holidayStage`, `description`, `world_event`, `announce`) VALUES +(72, '2024-07-04 06:00:00', '2030-12-31 12:00:00', 525600, 1080, 62, 0, 'Fireworks Spectacular', 0, 2); + +-- Update gameobjects 'Party Table, 'Festive Keg' and 'Hay Bale 1' with sniffed values +-- updated spawns +DELETE FROM `gameobject` WHERE (`id` IN (180698, 180699, 180700)) +AND (`guid` IN (91326, 91328, 91481, 91482, 91487, 91488, 91489, 91490, 91491, 91492, 91494, 92045, 92047, 92048, 92051, 92052)); +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`, `Comment`) VALUES +(91326, 180698, 530, 0, 0, 1, 1, -4022.353759765625, -11878.1259765625, 0.197603002190589904, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, "", 50250, NULL), +(91328, 180698, 530, 0, 0, 1, 1, -4023.369384765625, -11875.658203125, 0.50484699010848999, 5.096362113952636718, 0, 0, -0.55919265747070312, 0.829037725925445556, 120, 255, 1, "", 50250, NULL), +(91481, 180699, 530, 0, 0, 1, 1, -4034.787841796875, -11887.669921875, -0.83021402359008789, 5.183629035949707031, 0, 0, -0.52249813079833984, 0.852640450000762939, 120, 255, 1, "", 50250, NULL), +(91482, 180699, 530, 0, 0, 1, 1, -4026.635986328125, -11883.55859375, -0.03650899976491928, 5.218535900115966796, 0, 0, -0.507537841796875, 0.861629426479339599, 120, 255, 1, "", 50250, NULL), +(91487, 180699, 530, 0, 0, 1, 1, -4030.591064453125, -11885.3740234375, -0.25855800509452819, 5.148722648620605468, 0, 0, -0.53729915618896484, 0.843391716480255126, 120, 255, 1, "", 50250, NULL), +(91488, 180699, 530, 0, 0, 1, 1, -4019.190185546875, -11862.2314453125, 0.003737000050023198, 4.869470596313476562, 0, 0, -0.64944744110107421, 0.760406434535980224, 120, 255, 1, "", 50250, NULL), +(91489, 180699, 530, 0, 0, 1, 1, -3990.26513671875, -11884.3876953125, 0.295850992202758789, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, "", 50250, NULL), +(91490, 180699, 530, 0, 0, 1, 1, -3986.279541015625, -11886.5361328125, 0.372530996799468994, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, "", 50250, NULL), +(91491, 180699, 530, 0, 0, 1, 1, -3982.62939453125, -11888.6533203125, 0.449290990829467773, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, "", 50250, NULL), +(91492, 180699, 530, 0, 0, 1, 1, -4026.70361328125, -11862.408203125, -0.08173400163650512, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, "", 50250, NULL), +(91494, 180699, 530, 0, 0, 1, 1, -4023.11767578125, -11861.4140625, -0.03938499838113784, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, "", 50250, NULL), +(92045, 180700, 530, 0, 0, 1, 1, -4036.373291015625, -11875.84375, 0.381698012351989746, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, "", 50250, NULL), +(92047, 180700, 530, 0, 0, 1, 1, -4034.87890625, -11879.0380859375, 0.430586010217666625, 4.97418975830078125, 0, 0, -0.60876083374023437, 0.793353796005249023, 120, 255, 1, "", 50250, NULL), +(92048, 180700, 530, 0, 0, 1, 1, -3989.1796875, -11880.5341796875, 0.319429993629455566, 2.600535154342651367, 0, 0, 0.963629722595214843, 0.26724100112915039, 120, 255, 1, "", 50250, NULL), +(92051, 180700, 530, 0, 0, 1, 1, -4014.778564453125, -11860.4091796875, 0.056869000196456909, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, "", 50250, NULL), +(92052, 180700, 530, 0, 0, 1, 1, -4029.869384765625, -11859.0615234375, -0.10781999677419662, 3.78736734390258789, 0, 0, -0.94832324981689453, 0.317305892705917358, 120, 255, 1, "", 50250, NULL); + +DELETE FROM `game_event_gameobject` WHERE (`eventEntry` = 72) +AND (`guid` IN (91326, 91328, 91481, 91482, 91487, 91488, 91489, 91490, 91491, 91492, 91494, 92045, 92047, 92048, 92051, 92052)); +INSERT INTO `game_event_gameobject` (`eventEntry`,`guid`) VALUES +(72, 91326), +(72, 91328), +(72, 91481), +(72, 91482), +(72, 91487), +(72, 91488), +(72, 91489), +(72, 91490), +(72, 91491), +(72, 91492), +(72, 91494), +(72, 92045), +(72, 92047), +(72, 92048), +(72, 92051), +(72, 92052); + +-- new spawns +DELETE FROM `gameobject` WHERE (`id` IN (180698, 180699, 180700)) +AND (`guid` BETWEEN 420000 AND 420392); +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`, `Comment`) VALUES +(420000, 180698, 0, 0, 0, 1, 1, -14295.1103515625, 525.53662109375, 8.692041397094726562, 2.862335443496704101, 0, 0, 0.990267753601074218, 0.139175355434417724, 120, 255, 1, "", 50250, NULL), +(420001, 180698, 0, 0, 0, 1, 1, -14296.3271484375, 522.9820556640625, 8.708040237426757812, 2.600535154342651367, 0, 0, 0.963629722595214843, 0.26724100112915039, 120, 255, 1, "", 50250, NULL), +(420002, 180698, 0, 0, 0, 1, 1, -14324.2587890625, 448.044586181640625, 22.94963645935058593, 6.021387100219726562, 0, 0, -0.13052558898925781, 0.991444945335388183, 120, 255, 1, "", 50250, NULL), +(420003, 180698, 0, 0, 0, 1, 1, -14346.1884765625, 439.54681396484375, 7.433930873870849609, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, "", 50250, NULL), +(420004, 180698, 0, 0, 0, 1, 1, -14348.1689453125, 438.123046875, 7.417058944702148437, 2.199114561080932617, 0, 0, 0.8910064697265625, 0.453990638256072998, 120, 255, 1, "", 50250, NULL), +(420005, 180698, 0, 0, 0, 1, 1, -14400.4267578125, 414.541656494140625, 22.56060600280761718, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, "", 50250, NULL), +(420006, 180698, 0, 0, 0, 1, 1, -14409.0419921875, 422.39306640625, 8.537568092346191406, 2.879789113998413085, 0, 0, 0.991444587707519531, 0.130528271198272705, 120, 255, 1, "", 50250, NULL), +(420007, 180698, 0, 0, 0, 1, 1, -14412.6650390625, 423.7666015625, 8.789967536926269531, 1.239183306694030761, 0, 0, 0.580702781677246093, 0.814115643501281738, 120, 255, 1, "", 50250, NULL), +(420008, 180698, 0, 0, 0, 1, 1, -14413.2412109375, 419.880523681640625, 22.23280143737792968, 1.099556446075439453, 0, 0, 0.522498130798339843, 0.852640450000762939, 120, 255, 1, "", 50250, NULL), +(420009, 180698, 0, 0, 0, 1, 1, -14443.259765625, 453.252166748046875, 15.39172840118408203, 2.164205789566040039, 0, 0, 0.882946968078613281, 0.469472706317901611, 120, 255, 1, "", 50250, NULL), +(420010, 180698, 0, 0, 0, 1, 1, -14447.671875, 484.13616943359375, 15.04792976379394531, 5.532694816589355468, 0, 0, -0.3665008544921875, 0.93041771650314331, 120, 255, 1, "", 50250, NULL), +(420011, 180698, 0, 0, 0, 1, 1, -14459.6142578125, 427.453277587890625, 25.17010307312011718, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, "", 50250, NULL), +(420012, 180698, 0, 0, 0, 1, 1, -5027.849609375, -811.861572265625, 495.39501953125, 3.595378875732421875, 0, 0, -0.97437000274658203, 0.224951311945915222, 120, 255, 1, "", 52237, NULL), +(420013, 180698, 0, 0, 0, 1, 1, -5031.01220703125, -803.23419189453125, 495.4610595703125, 3.403396368026733398, 0, 0, -0.99144458770751953, 0.130528271198272705, 120, 255, 1, "", 52237, NULL), +(420014, 180698, 0, 0, 0, 1, 1, -5032.138671875, -792.48980712890625, 495.26556396484375, 3.211419343948364257, 0, 0, -0.9993906021118164, 0.034906134009361267, 120, 255, 1, "", 52237, NULL), +(420015, 180698, 0, 0, 0, 1, 1, -5038.5390625, -823.20721435546875, 495.131988525390625, 0.785396754741668701, 0, 0, 0.38268280029296875, 0.923879802227020263, 120, 255, 1, "", 52237, NULL), +(420016, 180698, 0, 0, 0, 1, 1, -5059.40185546875, -783.1881103515625, 494.254119873046875, 5.95157480239868164, 0, 0, -0.16504669189453125, 0.986285746097564697, 120, 255, 1, "", 52237, NULL), +(420017, 180698, 0, 0, 0, 1, 1, -5059.7431640625, -812.6451416015625, 495.141265869140625, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, "", 45613, NULL), +(420018, 180698, 0, 0, 0, 1, 1, -5067.25634765625, -806.34027099609375, 495.127105712890625, 0.837757468223571777, 0, 0, 0.406736373901367187, 0.913545548915863037, 120, 255, 1, "", 52237, NULL), +(420019, 180698, 0, 0, 0, 1, 1, -5074.587890625, -783.251953125, 495.101959228515625, 4.363324165344238281, 0, 0, -0.81915187835693359, 0.573576688766479492, 120, 255, 1, "", 52237, NULL), +(420020, 180698, 0, 0, 0, 1, 1, -5092.91259765625, -776.36480712890625, 495.077301025390625, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, "", 52237, NULL), +(420021, 180698, 0, 0, 0, 1, 1, -5101.2529296875, -803.53057861328125, 495.127105712890625, 5.89921426773071289, 0, 0, -0.19080829620361328, 0.981627285480499267, 120, 255, 1, "", 52237, NULL), +(420022, 180698, 0, 0, 0, 1, 1, -5154.18603515625, -855.6719970703125, 508.307891845703125, 5.410521507263183593, 0, 0, -0.42261791229248046, 0.906307935714721679, 120, 255, 1, "", 52237, NULL), +(420023, 180698, 0, 0, 0, 1, 1, -5165.0048828125, -864.92303466796875, 507.022613525390625, 2.303830623626708984, 0, 0, 0.913544654846191406, 0.406738430261611938, 120, 255, 1, "", 52237, NULL), +(420024, 180698, 0, 0, 0, 1, 1, -8816.32421875, 628.3487548828125, 94.0982208251953125, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, "", 50250, NULL), +(420025, 180698, 0, 0, 0, 1, 1, -8817.9521484375, 646.9268798828125, 94.33925628662109375, 4.607671737670898437, 0, 0, -0.74314403533935546, 0.669131457805633544, 120, 255, 1, "", 50250, NULL), +(420026, 180698, 0, 0, 0, 1, 1, -8826.9033203125, 629.27593994140625, 94.08048248291015625, 3.78736734390258789, 0, 0, -0.94832324981689453, 0.317305892705917358, 120, 255, 1, "", 50250, NULL), +(420027, 180698, 0, 0, 0, 1, 1, -8838.9658203125, 646.7979736328125, 96.02072906494140625, 3.78736734390258789, 0, 0, -0.94832324981689453, 0.317305892705917358, 120, 255, 1, "", 50250, NULL), +(420028, 180698, 0, 0, 0, 1, 1, -8842.03515625, 649.95458984375, 96.5623779296875, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, "", 50250, NULL), +(420029, 180698, 0, 0, 0, 1, 1, -8845.103515625, 626.6241455078125, 94.4940948486328125, 0.453785061836242675, 0, 0, 0.224950790405273437, 0.974370121955871582, 120, 255, 1, "", 50250, NULL), +(420030, 180698, 0, 0, 0, 1, 1, -8850.5517578125, 663.743408203125, 97.331787109375, 5.410521507263183593, 0, 0, -0.42261791229248046, 0.906307935714721679, 120, 255, 1, "", 50250, NULL), +(420031, 180698, 0, 0, 0, 1, 1, -8851.2333984375, 642.17315673828125, 96.41669464111328125, 1.308995485305786132, 0, 0, 0.608760833740234375, 0.793353796005249023, 120, 255, 1, "", 50250, NULL), +(420032, 180698, 0, 0, 0, 1, 1, -8851.6201171875, 591.922119140625, 93.08280181884765625, 2.373644113540649414, 0, 0, 0.927183151245117187, 0.37460830807685852, 120, 255, 1, "", 50250, NULL), +(420033, 180698, 0, 0, 0, 1, 1, -8855.1220703125, 588.35821533203125, 93.2745208740234375, 5.532694816589355468, 0, 0, -0.3665008544921875, 0.93041771650314331, 120, 255, 1, "", 50250, NULL), +(420034, 180698, 0, 0, 0, 1, 1, -8858.578125, 585.4312744140625, 93.48577880859375, 2.303830623626708984, 0, 0, 0.913544654846191406, 0.406738430261611938, 120, 255, 1, "", 50250, NULL), +(420035, 180698, 0, 0, 0, 1, 1, 1775.2135009765625, 197.8091888427734375, 70.3996429443359375, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, "", 50250, NULL), +(420036, 180698, 0, 0, 0, 1, 1, 1781.400390625, 279.83306884765625, 70.39963531494140625, 0.069811686873435974, 0, 0, 0.034898757934570312, 0.999390840530395507, 120, 255, 1, "", 50250, NULL), +(420037, 180698, 0, 0, 0, 1, 1, 1794.385009765625, 197.438232421875, 70.3996429443359375, 1.518436193466186523, 0, 0, 0.6883544921875, 0.725374460220336914, 120, 255, 1, "", 50250, NULL), +(420038, 180698, 0, 0, 0, 1, 1, 1796.30322265625, 279.390533447265625, 70.3996429443359375, 3.159062385559082031, 0, 0, -0.99996185302734375, 0.008734640665352344, 120, 255, 1, "", 50250, NULL), +(420039, 180698, 0, 0, 0, 1, 1, 1805.0374755859375, 214.026641845703125, 65.3996429443359375, 1.466075778007507324, 0, 0, 0.669130325317382812, 0.74314504861831665, 120, 255, 1, "", 50250, NULL), +(420040, 180698, 0, 0, 0, 1, 1, 1805.3385009765625, 262.973785400390625, 65.3996429443359375, 1.500982880592346191, 0, 0, 0.681998252868652343, 0.731353819370269775, 120, 255, 1, "", 50250, NULL), +(420041, 180698, 0, 0, 0, 1, 1, 1805.3848876953125, 229.4071807861328125, 60.43905258178710937, 1.518436193466186523, 0, 0, 0.6883544921875, 0.725374460220336914, 120, 255, 1, "", 50250, NULL), +(420042, 180698, 0, 0, 0, 1, 1, 1805.4014892578125, 246.9530487060546875, 60.58677291870117187, 4.607671737670898437, 0, 0, -0.74314403533935546, 0.669131457805633544, 120, 255, 1, "", 50250, NULL), +(420043, 180698, 0, 0, 0, 1, 1, 1813.2664794921875, 279.780303955078125, 70.39963531494140625, 4.764749526977539062, 0, 0, -0.6883544921875, 0.725374460220336914, 120, 255, 1, "", 50250, NULL), +(420044, 180698, 0, 0, 0, 1, 1, 1814.5208740234375, 197.491180419921875, 70.39963531494140625, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, "", 50250, NULL), +(420045, 180698, 0, 0, 0, 1, 1, 1830.9735107421875, 279.509765625, 70.3996429443359375, 1.535889506340026855, 0, 0, 0.694658279418945312, 0.719339847564697265, 120, 255, 1, "", 50250, NULL), +(420046, 180698, 0, 0, 0, 1, 1, 1832.2786865234375, 197.445068359375, 70.3996429443359375, 4.747295856475830078, 0, 0, -0.69465827941894531, 0.719339847564697265, 120, 255, 1, "", 50250, NULL), +(420047, 180698, 1, 0, 0, 1, 1, -1200.657958984375, -90.2819595336914062, 162.1062774658203125, 3.78736734390258789, 0, 0, -0.94832324981689453, 0.317305892705917358, 120, 255, 1, "", 50250, NULL), +(420048, 180698, 1, 0, 0, 1, 1, -1208.310546875, -90.9561614990234375, 161.8250274658203125, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, "", 50250, NULL), +(420049, 180698, 1, 0, 0, 1, 1, -1216.3736572265625, -89.8250885009765625, 161.8545379638671875, 4.607671737670898437, 0, 0, -0.74314403533935546, 0.669131457805633544, 120, 255, 1, "", 50250, NULL), +(420050, 180698, 1, 0, 0, 1, 1, -1230.2120361328125, 75.70111846923828125, 129.8938140869140625, 5.410521507263183593, 0, 0, -0.42261791229248046, 0.906307935714721679, 120, 255, 1, "", 50250, NULL), +(420051, 180698, 1, 0, 0, 1, 1, -1232.455078125, 73.3778228759765625, 129.669830322265625, 2.303830623626708984, 0, 0, 0.913544654846191406, 0.406738430261611938, 120, 255, 1, "", 50250, NULL), +(420052, 180698, 1, 0, 0, 1, 1, -1251.02783203125, 125.8823013305664062, 131.339630126953125, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 120, 255, 1, "", 50250, NULL), +(420053, 180698, 1, 0, 0, 1, 1, -1281.7406005859375, 108.5610885620117187, 130.556732177734375, 2.495818138122558593, 0, 0, 0.948323249816894531, 0.317305892705917358, 120, 255, 1, "", 50250, NULL), +(420054, 180698, 1, 0, 0, 1, 1, -1283.4588623046875, 106.0233001708984375, 130.6255645751953125, 2.600535154342651367, 0, 0, 0.963629722595214843, 0.26724100112915039, 120, 255, 1, "", 50250, NULL), +(420055, 180698, 1, 0, 0, 1, 1, -1320.931396484375, 101.6740188598632812, 131.3806915283203125, 3.159062385559082031, 0, 0, -0.99996185302734375, 0.008734640665352344, 120, 255, 1, "", 50250, NULL), +(420056, 180698, 1, 0, 0, 1, 1, -1321.05419921875, 104.6747512817382812, 131.3806915283203125, 3.263772249221801757, 0, 0, -0.99813461303710937, 0.061051756143569946, 120, 255, 1, "", 50250, NULL), +(420057, 180698, 1, 0, 0, 1, 1, -1455.72021484375, -39.8729934692382812, 157.8031768798828125, 0.453785061836242675, 0, 0, 0.224950790405273437, 0.974370121955871582, 120, 255, 1, "", 50250, NULL), +(420058, 180698, 1, 0, 0, 1, 1, 1297.720458984375, -4399.84228515625, 26.283050537109375, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, "", 50250, NULL), +(420059, 180698, 1, 0, 0, 1, 1, 1307.280517578125, -4373.6748046875, 28.06631278991699218, 0.488691210746765136, 0, 0, 0.241921424865722656, 0.970295846462249755, 120, 255, 1, "", 50250, NULL), +(420060, 180698, 1, 0, 0, 1, 1, 1311.9342041015625, -4400.61572265625, 25.70052719116210937, 1.623155713081359863, 0, 0, 0.725374221801757812, 0.688354730606079101, 120, 255, 1, "", 50250, NULL), +(420061, 180698, 1, 0, 0, 1, 1, 1315.900634765625, -4370.00830078125, 27.85688018798828125, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 120, 255, 1, "", 50250, NULL), +(420062, 180698, 1, 0, 0, 1, 1, 1336.1353759765625, -4360.73095703125, 28.11585807800292968, 1.535889506340026855, 0, 0, 0.694658279418945312, 0.719339847564697265, 120, 255, 1, "", 50250, NULL), +(420063, 180698, 1, 0, 0, 1, 1, 1338.6800537109375, -4397.02490234375, 28.30513191223144531, 1.640606880187988281, 0, 0, 0.731352806091308593, 0.6819993257522583, 120, 255, 1, "", 50250, NULL), +(420064, 180698, 1, 0, 0, 1, 1, 1346.14892578125, -4396.75048828125, 28.90309715270996093, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, "", 50250, NULL), +(420065, 180698, 1, 0, 0, 1, 1, 1439.701416015625, -4382.70849609375, 25.46234512329101562, 3.22885894775390625, 0, 0, -0.99904823303222656, 0.043619260191917419, 120, 255, 1, "", 50250, NULL), +(420066, 180698, 1, 0, 0, 1, 1, 1441.4635009765625, -4401.93408203125, 25.46234130859375, 3.22885894775390625, 0, 0, -0.99904823303222656, 0.043619260191917419, 120, 255, 1, "", 50250, NULL), +(420067, 180698, 1, 0, 0, 1, 1, 1504.558349609375, -4406.33154296875, 21.96546173095703125, 3.159062385559082031, 0, 0, -0.99996185302734375, 0.008734640665352344, 120, 255, 1, "", 50250, NULL), +(420068, 180698, 1, 0, 0, 1, 1, 1506.4410400390625, -4423.3056640625, 22.36778831481933593, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, "", 50250, NULL), +(420069, 180698, 1, 0, 0, 1, 1, 1515.2899169921875, -4423.09716796875, 19.86473274230957031, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, "", 50250, NULL), +(420070, 180698, 1, 0, 0, 1, 1, 1517.1978759765625, -4396.35400390625, 18.03612709045410156, 4.310965538024902343, 0, 0, -0.83388519287109375, 0.55193793773651123, 120, 255, 1, "", 50250, NULL), +(420071, 180698, 1, 0, 0, 1, 1, 8588.279296875, 1010.7100830078125, 5.270081996917724609, 2.949595451354980468, 0, 0, 0.995395660400390625, 0.095851235091686248, 120, 255, 1, "", 50250, NULL), +(420072, 180698, 1, 0, 0, 1, 1, 8607.857421875, 1013.87042236328125, 5.139297008514404296, 2.809975385665893554, 0, 0, 0.986285209655761718, 0.165049895644187927, 120, 255, 1, "", 50250, NULL), +(420073, 180698, 1, 0, 0, 1, 1, 8624.5400390625, 1000.8336181640625, 4.8966522216796875, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, "", 50250, NULL), +(420074, 180698, 1, 0, 0, 1, 1, 8643.6962890625, 1002.033203125, 4.676983833312988281, 2.775068521499633789, 0, 0, 0.983254432678222656, 0.182238012552261352, 120, 255, 1, "", 50250, NULL), +(420075, 180698, 1, 0, 0, 1, 1, 8649.4658203125, 877.95855712890625, 24.28949356079101562, 3.717553615570068359, 0, 0, -0.95881938934326171, 0.284016460180282592, 120, 255, 1, "", 50250, NULL), +(420076, 180698, 1, 0, 0, 1, 1, 8655.6416015625, 988.31488037109375, 4.272347927093505859, 5.89921426773071289, 0, 0, -0.19080829620361328, 0.981627285480499267, 120, 255, 1, "", 50250, NULL), +(420077, 180698, 1, 0, 0, 1, 1, 8682.052734375, 901.30792236328125, 21.75424957275390625, 3.159062385559082031, 0, 0, -0.99996185302734375, 0.008734640665352344, 120, 255, 1, "", 50250, NULL), +(420078, 180698, 1, 0, 0, 1, 1, 8682.94140625, 875.87469482421875, 24.32932853698730468, 5.410521507263183593, 0, 0, -0.42261791229248046, 0.906307935714721679, 120, 255, 1, "", 50250, NULL), +(420079, 180698, 1, 0, 0, 1, 1, 8684.1123046875, 967.08135986328125, 11.50998497009277343, 3.735006093978881835, 0, 0, -0.95630455017089843, 0.292372345924377441, 120, 255, 1, "", 50250, NULL), +(420080, 180698, 1, 0, 0, 1, 1, 8687.4736328125, 961.918212890625, 11.56322956085205078, 3.595378875732421875, 0, 0, -0.97437000274658203, 0.224951311945915222, 120, 255, 1, "", 50250, NULL), +(420081, 180698, 1, 0, 0, 1, 1, 8687.73046875, 880.73577880859375, 24.27214241027832031, 4.049167633056640625, 0, 0, -0.89879322052001953, 0.438372820615768432, 120, 255, 1, "", 50250, NULL), +(420082, 180698, 530, 0, 0, 1, 1, -1745.7449951171875, 5177.236328125, -40.2091636657714843, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, "", 50250, NULL), +(420083, 180698, 530, 0, 0, 1, 1, -1778.134521484375, 5166.923828125, -40.2091636657714843, 2.530723094940185546, 0, 0, 0.953716278076171875, 0.300707906484603881, 120, 255, 1, "", 50250, NULL), +(420084, 180698, 530, 0, 0, 1, 1, -1860.107177734375, 5630.68603515625, 127.3815689086914062, 3.996806621551513671, 0, 0, -0.90996074676513671, 0.414694398641586303, 120, 255, 1, "", 50250, NULL), +(420085, 180698, 530, 0, 0, 1, 1, -1868.99853515625, 5670.55712890625, 127.3546295166015625, 1.500982880592346191, 0, 0, 0.681998252868652343, 0.731353819370269775, 120, 255, 1, "", 52237, NULL), +(420086, 180698, 530, 0, 0, 1, 1, -1869.591552734375, 5620.09130859375, 127.3815689086914062, 2.007128477096557617, 0, 0, 0.84339141845703125, 0.537299633026123046, 120, 255, 1, "", 50250, NULL), +(420087, 180698, 530, 0, 0, 1, 1, -1886.009765625, 5647.3486328125, 127.4582901000976562, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, "", 52237, NULL), +(420088, 180698, 530, 0, 0, 1, 1, -1886.3248291015625, 5617.595703125, 127.3816070556640625, 6.09120035171508789, 0, 0, -0.09584522247314453, 0.995396256446838378, 120, 255, 1, "", 50250, NULL), +(420089, 180698, 530, 0, 0, 1, 1, -1894.738525390625, 5625.53515625, 127.381622314453125, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 120, 255, 1, "", 50250, NULL), +(420090, 180698, 530, 0, 0, 1, 1, -1992.366943359375, 5560.66845703125, 53.30706787109375, 1.064649581909179687, 0, 0, 0.507537841796875, 0.861629426479339599, 120, 255, 1, "", 50250, NULL), +(420091, 180698, 530, 0, 0, 1, 1, -1993.049072265625, 5572.34423828125, 53.307037353515625, 3.263772249221801757, 0, 0, -0.99813461303710937, 0.061051756143569946, 120, 255, 1, "", 50250, NULL), +(420092, 180698, 530, 0, 0, 1, 1, -1998.7271728515625, 5586.4677734375, 53.30703353881835937, 3.78736734390258789, 0, 0, -0.94832324981689453, 0.317305892705917358, 120, 255, 1, "", 50250, NULL), +(420093, 180698, 530, 0, 0, 1, 1, -2003.4757080078125, 5553.52734375, 53.30709075927734375, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, "", 50250, NULL), +(420094, 180698, 530, 0, 0, 1, 1, -2018.349853515625, 5550.60009765625, 53.3070831298828125, 4.555310726165771484, 0, 0, -0.76040554046630859, 0.649448513984680175, 120, 255, 1, "", 50250, NULL), +(420095, 180698, 530, 0, 0, 1, 1, -2044.234375, 5583.7275390625, 53.21287918090820312, 1.134462952613830566, 0, 0, 0.537299156188964843, 0.843391716480255126, 120, 255, 1, "", 52237, NULL), +(420096, 180698, 530, 0, 0, 1, 1, -3983.408447265625, -11893.5634765625, -0.06408900022506713, 4.223697185516357421, 0, 0, -0.85716724395751953, 0.515038192272186279, 120, 255, 1, "", 50250, NULL), +(420097, 180698, 530, 0, 0, 1, 1, -3994.52001953125, -11889.39453125, 0.041841998696327209, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, "", 50250, NULL), +(420098, 180698, 530, 0, 0, 1, 1, -4010.759521484375, -11940.9833984375, -1.70225501060485839, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, "", 50250, NULL), +(420099, 180698, 530, 0, 0, 1, 1, -4048.0126953125, -11950.46875, 1.229416966438293457, 5.602506637573242187, 0, 0, -0.33380699157714843, 0.942641437053680419, 120, 255, 1, "", 50250, NULL), +(420100, 180698, 530, 0, 0, 1, 1, -4049.882080078125, -11953.6298828125, 1.130017995834350585, 5.70722818374633789, 0, 0, -0.28401470184326171, 0.958819925785064697, 120, 255, 1, "", 50250, NULL), +(420101, 180698, 530, 0, 0, 1, 1, -4054.826904296875, -11900.5595703125, -2.1394360065460205, 1.308995485305786132, 0, 0, 0.608760833740234375, 0.793353796005249023, 120, 255, 1, "", 50250, NULL), +(420102, 180698, 530, 0, 0, 1, 1, -4059.50048828125, -11948.2001953125, 0.934234023094177246, 2.600535154342651367, 0, 0, 0.963629722595214843, 0.26724100112915039, 120, 255, 1, "", 50250, NULL), +(420103, 180698, 530, 0, 0, 1, 1, -4061.479248046875, -11895.8740234375, -2.1472179889678955, 1.134462952613830566, 0, 0, 0.537299156188964843, 0.843391716480255126, 120, 255, 1, "", 50250, NULL), +(420104, 180698, 530, 0, 0, 1, 1, -4061.620361328125, -11951.0556640625, 1.003865957260131835, 2.426007747650146484, 0, 0, 0.936672210693359375, 0.350207358598709106, 120, 255, 1, "", 50250, NULL), +(420105, 180698, 530, 0, 0, 1, 1, 9328.2060546875, -7283.96728515625, 13.74473190307617187, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, "", 50250, NULL), +(420106, 180698, 530, 0, 0, 1, 1, 9329.361328125, -7268.82421875, 13.80387115478515625, 1.640606880187988281, 0, 0, 0.731352806091308593, 0.6819993257522583, 120, 255, 1, "", 50250, NULL), +(420107, 180698, 530, 0, 0, 1, 1, 9335.4677734375, -7306.74462890625, 13.77467632293701171, 2.338739633560180664, 0, 0, 0.920504570007324218, 0.3907318115234375, 120, 255, 1, "", 50250, NULL), +(420108, 180698, 530, 0, 0, 1, 1, 9336.6474609375, -7248.29638671875, 13.84678554534912109, 3.961898565292358398, 0, 0, -0.91705989837646484, 0.398749500513076782, 120, 255, 1, "", 50250, NULL), +(420109, 180698, 530, 0, 0, 1, 1, 9342.30078125, -7283.85400390625, 14.68595600128173828, 1.48352813720703125, 0, 0, 0.675589561462402343, 0.737277925014495849, 120, 255, 1, "", 50250, NULL), +(420110, 180698, 530, 0, 0, 1, 1, 9366.689453125, -7281.49853515625, 14.24027347564697265, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, "", 50250, NULL), +(420111, 180698, 530, 0, 0, 1, 1, 9366.806640625, -7274.068359375, 14.24026012420654296, 4.677483558654785156, 0, 0, -0.71933937072753906, 0.694658815860748291, 120, 255, 1, "", 50250, NULL), +(420112, 180698, 530, 0, 0, 1, 1, 9376.2099609375, -7298.666015625, 6.199243068695068359, 0.488691210746765136, 0, 0, 0.241921424865722656, 0.970295846462249755, 120, 255, 1, "", 50250, NULL), +(420113, 180698, 530, 0, 0, 1, 1, 9376.7587890625, -7257.517578125, 6.539835929870605468, 1.535889506340026855, 0, 0, 0.694658279418945312, 0.719339847564697265, 120, 255, 1, "", 50250, NULL), +(420114, 180698, 530, 0, 0, 1, 1, 9381.37109375, -7281.60400390625, 14.24029922485351562, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, "", 50250, NULL), +(420115, 180698, 530, 0, 0, 1, 1, 9381.4453125, -7274.134765625, 14.24028396606445312, 3.159062385559082031, 0, 0, -0.99996185302734375, 0.008734640665352344, 120, 255, 1, "", 50250, NULL), +(420116, 180698, 530, 0, 0, 1, 1, 9398.8955078125, -7294.05908203125, 14.248138427734375, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 120, 255, 1, "", 50250, NULL), +(420117, 180698, 530, 0, 0, 1, 1, 9399.099609375, -7261.6533203125, 14.21700572967529296, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, "", 50250, NULL), +(420118, 180699, 0, 0, 0, 1, 1, -14291.2744140625, 537.842041015625, 8.75664520263671875, 2.600535154342651367, 0, 0, 0.963629722595214843, 0.26724100112915039, 120, 255, 1, "", 50250, NULL), +(420119, 180699, 0, 0, 0, 1, 1, -14293, 528.6195068359375, 8.938676834106445312, 2.914689540863037109, 0, 0, 0.993571281433105468, 0.113208353519439697, 120, 255, 1, "", 50250, NULL), +(420120, 180699, 0, 0, 0, 1, 1, -14295.265625, 552.343017578125, 8.713598251342773437, 2.286378860473632812, 0, 0, 0.909960746765136718, 0.414694398641586303, 120, 255, 1, "", 50250, NULL), +(420121, 180699, 0, 0, 0, 1, 1, -14296.728515625, 549.40325927734375, 8.698865890502929687, 2.146752834320068359, 0, 0, 0.878816604614257812, 0.477159708738327026, 120, 255, 1, "", 50250, NULL), +(420122, 180699, 0, 0, 0, 1, 1, -14305.5361328125, 527.58544921875, 8.647985458374023437, 5.515241622924804687, 0, 0, -0.37460613250732421, 0.927184045314788818, 120, 255, 1, "", 50250, NULL), +(420123, 180699, 0, 0, 0, 1, 1, -14323.802734375, 451.201080322265625, 23.15493392944335937, 6.03883981704711914, 0, 0, -0.12186908721923828, 0.9925462007522583, 120, 255, 1, "", 50250, NULL), +(420124, 180699, 0, 0, 0, 1, 1, -14323.8935546875, 470.00921630859375, 8.341658592224121093, 3.211419343948364257, 0, 0, -0.9993906021118164, 0.034906134009361267, 120, 255, 1, "", 50250, NULL), +(420125, 180699, 0, 0, 0, 1, 1, -14325.5361328125, 445.04888916015625, 22.70474433898925781, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, "", 50250, NULL), +(420126, 180699, 0, 0, 0, 1, 1, -14343.564453125, 441.722076416015625, 7.458353996276855468, 2.286378860473632812, 0, 0, 0.909960746765136718, 0.414694398641586303, 120, 255, 1, "", 50250, NULL), +(420127, 180699, 0, 0, 0, 1, 1, -14350.603515625, 436.63092041015625, 7.395754814147949218, 2.234017848968505859, 0, 0, 0.898793220520019531, 0.438372820615768432, 120, 255, 1, "", 50250, NULL), +(420128, 180699, 0, 0, 0, 1, 1, -14366.056640625, 378.06390380859375, 23.33001708984375, 1.85004889965057373, 0, 0, 0.798635482788085937, 0.60181504487991333, 120, 255, 1, "", 50250, NULL), +(420129, 180699, 0, 0, 0, 1, 1, -14368.345703125, 377.419586181640625, 23.33704566955566406, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, "", 50250, NULL), +(420130, 180699, 0, 0, 0, 1, 1, -14389.580078125, 421.985687255859375, 7.406367778778076171, 5.515241622924804687, 0, 0, -0.37460613250732421, 0.927184045314788818, 120, 255, 1, "", 50250, NULL), +(420131, 180699, 0, 0, 0, 1, 1, -14395.158203125, 403.789886474609375, 22.70133018493652343, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, "", 50250, NULL), +(420132, 180699, 0, 0, 0, 1, 1, -14405.927734375, 421.401580810546875, 8.405521392822265625, 1.308995485305786132, 0, 0, 0.608760833740234375, 0.793353796005249023, 120, 255, 1, "", 50250, NULL), +(420133, 180699, 0, 0, 0, 1, 1, -14410.9384765625, 418.75, 22.30492973327636718, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, "", 50250, NULL), +(420134, 180699, 0, 0, 0, 1, 1, -14415.8525390625, 420.980865478515625, 22.14467430114746093, 1.082102894783020019, 0, 0, 0.51503753662109375, 0.857167601585388183, 120, 255, 1, "", 50250, NULL), +(420135, 180699, 0, 0, 0, 1, 1, -14416.1220703125, 425.141021728515625, 8.924115180969238281, 1.082102894783020019, 0, 0, 0.51503753662109375, 0.857167601585388183, 120, 255, 1, "", 50250, NULL), +(420136, 180699, 0, 0, 0, 1, 1, -14441.4384765625, 450.78326416015625, 15.39078140258789062, 0.593410074710845947, 0, 0, 0.292370796203613281, 0.95630502700805664, 120, 255, 1, "", 50250, NULL), +(420137, 180699, 0, 0, 0, 1, 1, -14445.095703125, 455.928985595703125, 15.39585399627685546, 0.523597896099090576, 0, 0, 0.258818626403808593, 0.965925931930541992, 120, 255, 1, "", 50250, NULL), +(420138, 180699, 0, 0, 0, 1, 1, -14453.6708984375, 416.083221435546875, 25.04787063598632812, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, "", 50250, NULL), +(420139, 180699, 0, 0, 0, 1, 1, -14458.1953125, 425.221099853515625, 25.13422393798828125, 0.523597896099090576, 0, 0, 0.258818626403808593, 0.965925931930541992, 120, 255, 1, "", 50250, NULL), +(420140, 180699, 0, 0, 0, 1, 1, -5026.65576171875, -814.3671875, 495.213653564453125, 3.52557229995727539, 0, 0, -0.98162651062011718, 0.190812408924102783, 120, 255, 1, "", 52237, NULL), +(420141, 180699, 0, 0, 0, 1, 1, -5029.228515625, -809.1934814453125, 495.364410400390625, 3.560472726821899414, 0, 0, -0.97814750671386718, 0.207912087440490722, 120, 255, 1, "", 52237, NULL), +(420142, 180699, 0, 0, 0, 1, 1, -5030.36669921875, -805.842041015625, 495.541717529296875, 3.385940074920654296, 0, 0, -0.99254608154296875, 0.121869951486587524, 120, 255, 1, "", 52237, NULL), +(420143, 180699, 0, 0, 0, 1, 1, -5031.73046875, -800.62188720703125, 495.625152587890625, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, "", 52237, NULL), +(420144, 180699, 0, 0, 0, 1, 1, -5032.1533203125, -795.52801513671875, 495.670562744140625, 3.176533222198486328, 0, 0, -0.999847412109375, 0.017469281330704689, 120, 255, 1, "", 52237, NULL), +(420145, 180699, 0, 0, 0, 1, 1, -5032.431640625, -789.2236328125, 495.256256103515625, 3.106652259826660156, 0, 0, 0.999847412109375, 0.017469281330704689, 120, 255, 1, "", 52237, NULL), +(420146, 180699, 0, 0, 0, 1, 1, -5059.857421875, -785.888916015625, 494.762115478515625, 6.056293010711669921, 0, 0, -0.11320304870605468, 0.993571877479553222, 120, 255, 1, "", 52237, NULL), +(420147, 180699, 0, 0, 0, 1, 1, -5064.75537109375, -808.1444091796875, 495.1524658203125, 0.907570242881774902, 0, 0, 0.438370704650878906, 0.898794233798980712, 120, 255, 1, "", 52237, NULL), +(420148, 180699, 0, 0, 0, 1, 1, -5078.15771484375, -779.60528564453125, 495.127105712890625, 4.136432647705078125, 0, 0, -0.87881660461425781, 0.477159708738327026, 120, 255, 1, "", 52237, NULL), +(420149, 180699, 0, 0, 0, 1, 1, -5088.5517578125, -775.3721923828125, 495.127105712890625, 4.398232460021972656, 0, 0, -0.80901622772216796, 0.587786316871643066, 120, 255, 1, "", 52237, NULL), +(420150, 180699, 0, 0, 0, 1, 1, -5100.09521484375, -787.5528564453125, 495.433380126953125, 6.073746204376220703, 0, 0, -0.10452842712402343, 0.994521915912628173, 120, 255, 1, "", 52237, NULL), +(420151, 180699, 0, 0, 0, 1, 1, -5102.68505859375, -806.881103515625, 495.127105712890625, 5.515241622924804687, 0, 0, -0.37460613250732421, 0.927184045314788818, 120, 255, 1, "", 52237, NULL), +(420152, 180699, 0, 0, 0, 1, 1, -5151.47802734375, -854.79168701171875, 508.4620361328125, 5.340708732604980468, 0, 0, -0.45398998260498046, 0.891006767749786376, 120, 255, 1, "", 52237, NULL), +(420153, 180699, 0, 0, 0, 1, 1, -5165.849609375, -868.2078857421875, 506.8466796875, 5.393068790435791015, 0, 0, -0.43051052093505859, 0.902585566043853759, 120, 255, 1, "", 52237, NULL), +(420154, 180699, 0, 0, 0, 1, 1, -8793.8515625, 633.31439208984375, 94.41049957275390625, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, "", 50250, NULL), +(420155, 180699, 0, 0, 0, 1, 1, -8795.4794921875, 647.59356689453125, 94.51036834716796875, 3.717553615570068359, 0, 0, -0.95881938934326171, 0.284016460180282592, 120, 255, 1, "", 50250, NULL), +(420156, 180699, 0, 0, 0, 1, 1, -8811.1142578125, 622.5135498046875, 94.4637298583984375, 2.303830623626708984, 0, 0, 0.913544654846191406, 0.406738430261611938, 120, 255, 1, "", 50250, NULL), +(420157, 180699, 0, 0, 0, 1, 1, -8824.9375, 647.20599365234375, 94.47058868408203125, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, "", 50250, NULL), +(420158, 180699, 0, 0, 0, 1, 1, -8825.5986328125, 636.70880126953125, 94.24237823486328125, 3.752462387084960937, 0, 0, -0.95371627807617187, 0.300707906484603881, 120, 255, 1, "", 50250, NULL), +(420159, 180699, 0, 0, 0, 1, 1, -8842.28515625, 598.08648681640625, 93.6882781982421875, 2.495818138122558593, 0, 0, 0.948323249816894531, 0.317305892705917358, 120, 255, 1, "", 50250, NULL), +(420160, 180699, 0, 0, 0, 1, 1, -8843.59375, 623.31451416015625, 94.10129547119140625, 0.471238493919372558, 0, 0, 0.233445167541503906, 0.972369968891143798, 120, 255, 1, "", 50250, NULL), +(420161, 180699, 0, 0, 0, 1, 1, -8847.7177734375, 665.71759033203125, 97.53406524658203125, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, "", 50250, NULL), +(420162, 180699, 0, 0, 0, 1, 1, -8847.783203125, 632.00457763671875, 95.24188995361328125, 0.593410074710845947, 0, 0, 0.292370796203613281, 0.95630502700805664, 120, 255, 1, "", 50250, NULL), +(420163, 180699, 0, 0, 0, 1, 1, -8852.9921875, 661.36834716796875, 97.06357574462890625, 5.35816192626953125, 0, 0, -0.446197509765625, 0.894934535026550292, 120, 255, 1, "", 50250, NULL), +(420164, 180699, 0, 0, 0, 1, 1, -8868.80078125, 569.7818603515625, 94.5348052978515625, 2.373644113540649414, 0, 0, 0.927183151245117187, 0.37460830807685852, 120, 255, 1, "", 50250, NULL), +(420165, 180699, 0, 0, 0, 1, 1, -8870.4443359375, 567.2750244140625, 94.55234527587890625, 2.216565132141113281, 0, 0, 0.894933700561523437, 0.44619917869567871, 120, 255, 1, "", 50250, NULL), +(420166, 180699, 0, 0, 0, 1, 1, -8890.494140625, 591.74639892578125, 94.08962249755859375, 5.462882041931152343, 0, 0, -0.39874839782714843, 0.917060375213623046, 120, 255, 1, "", 50250, NULL), +(420167, 180699, 0, 0, 0, 1, 1, -8978.8212890625, 387.3526611328125, 73.639892578125, 2.914689540863037109, 0, 0, 0.993571281433105468, 0.113208353519439697, 120, 255, 1, "", 50250, NULL), +(420168, 180699, 0, 0, 0, 1, 1, -8985.9951171875, 385.664947509765625, 72.91613006591796875, 1.675513744354248046, 0, 0, 0.743144035339355468, 0.669131457805633544, 120, 255, 1, "", 50250, NULL), +(420169, 180699, 0, 0, 0, 1, 1, -9012.984375, 482.841094970703125, 96.7428741455078125, 5.515241622924804687, 0, 0, -0.37460613250732421, 0.927184045314788818, 120, 255, 1, "", 50250, NULL), +(420170, 180699, 0, 0, 0, 1, 1, -9013.0068359375, 465.749359130859375, 95.91545867919921875, 2.321286916732788085, 0, 0, 0.917059898376464843, 0.398749500513076782, 120, 255, 1, "", 50250, NULL), +(420171, 180699, 0, 0, 0, 1, 1, -9021.712890625, 457.848052978515625, 94.35816192626953125, 2.129300594329833984, 0, 0, 0.874619483947753906, 0.484810054302215576, 120, 255, 1, "", 50250, NULL), +(420172, 180699, 0, 0, 0, 1, 1, -9027.6337890625, 471.559234619140625, 94.91837310791015625, 5.393068790435791015, 0, 0, -0.43051052093505859, 0.902585566043853759, 120, 255, 1, "", 50250, NULL), +(420173, 180699, 0, 0, 0, 1, 1, -9028.3681640625, 453.339263916015625, 93.2954864501953125, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, "", 50250, NULL), +(420174, 180699, 0, 0, 0, 1, 1, -9038.4013671875, 463.567291259765625, 93.29549407958984375, 5.340708732604980468, 0, 0, -0.45398998260498046, 0.891006767749786376, 120, 255, 1, "", 50250, NULL), +(420175, 180699, 0, 0, 0, 1, 1, -9075.1552734375, 516.64874267578125, 75.5275115966796875, 5.462882041931152343, 0, 0, -0.39874839782714843, 0.917060375213623046, 120, 255, 1, "", 50250, NULL), +(420176, 180699, 0, 0, 0, 1, 1, 1771.7459716796875, 196.940887451171875, 70.39963531494140625, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, "", 50250, NULL), +(420177, 180699, 0, 0, 0, 1, 1, 1777.4017333984375, 280.875701904296875, 70.39963531494140625, 1.448621988296508789, 0, 0, 0.662619590759277343, 0.748956084251403808, 120, 255, 1, "", 50250, NULL), +(420178, 180699, 0, 0, 0, 1, 1, 1784.058349609375, 196.485870361328125, 70.39963531494140625, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, "", 50250, NULL), +(420179, 180699, 0, 0, 0, 1, 1, 1789.0848388671875, 280.320709228515625, 70.39963531494140625, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, "", 50250, NULL), +(420180, 180699, 0, 0, 0, 1, 1, 1797.50439453125, 196.6507415771484375, 70.39963531494140625, 1.221729278564453125, 0, 0, 0.573575973510742187, 0.819152355194091796, 120, 255, 1, "", 50250, NULL), +(420181, 180699, 0, 0, 0, 1, 1, 1798.7978515625, 280.2332763671875, 70.3996429443359375, 1.605701684951782226, 0, 0, 0.719339370727539062, 0.694658815860748291, 120, 255, 1, "", 50250, NULL), +(420182, 180699, 0, 0, 0, 1, 1, 1801.8343505859375, 229.986541748046875, 60.58677291870117187, 1.640606880187988281, 0, 0, 0.731352806091308593, 0.6819993257522583, 120, 255, 1, "", 50250, NULL), +(420183, 180699, 0, 0, 0, 1, 1, 1802.34619140625, 247.2628936767578125, 60.58677291870117187, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, "", 50250, NULL), +(420184, 180699, 0, 0, 0, 1, 1, 1804.9783935546875, 217.50634765625, 60.56549072265625, 1.466075778007507324, 0, 0, 0.669130325317382812, 0.74314504861831665, 120, 255, 1, "", 50250, NULL), +(420185, 180699, 0, 0, 0, 1, 1, 1805.74072265625, 259.54241943359375, 60.9461212158203125, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, "", 50250, NULL), +(420186, 180699, 0, 0, 0, 1, 1, 1808.4053955078125, 247.5231170654296875, 60.58677291870117187, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, "", 50250, NULL), +(420187, 180699, 0, 0, 0, 1, 1, 1808.7943115234375, 229.55303955078125, 60.532958984375, 2.199114561080932617, 0, 0, 0.8910064697265625, 0.453990638256072998, 120, 255, 1, "", 50250, NULL), +(420188, 180699, 0, 0, 0, 1, 1, 1810.463134765625, 280.537109375, 70.3996429443359375, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, "", 50250, NULL), +(420189, 180699, 0, 0, 0, 1, 1, 1811.6734619140625, 196.5658721923828125, 70.3996429443359375, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, "", 50250, NULL), +(420190, 180699, 0, 0, 0, 1, 1, 1821.7125244140625, 280.456817626953125, 70.3996429443359375, 1.500982880592346191, 0, 0, 0.681998252868652343, 0.731353819370269775, 120, 255, 1, "", 50250, NULL), +(420191, 180699, 0, 0, 0, 1, 1, 1823.6986083984375, 196.4720611572265625, 70.3996429443359375, 4.677483558654785156, 0, 0, -0.71933937072753906, 0.694658815860748291, 120, 255, 1, "", 50250, NULL), +(420192, 180699, 0, 0, 0, 1, 1, 1834.674072265625, 279.984161376953125, 70.39963531494140625, 1.466075778007507324, 0, 0, 0.669130325317382812, 0.74314504861831665, 120, 255, 1, "", 50250, NULL), +(420193, 180699, 0, 0, 0, 1, 1, 1835.4735107421875, 196.6437530517578125, 70.3996429443359375, 1.623155713081359863, 0, 0, 0.725374221801757812, 0.688354730606079101, 120, 255, 1, "", 50250, NULL), +(420194, 180699, 0, 0, 0, 1, 1, 1878.220458984375, 230.5902862548828125, 59.81322097778320312, 0, 0, 0, 0, 1, 120, 255, 1, "", 50250, NULL), +(420195, 180699, 0, 0, 0, 1, 1, 1878.545166015625, 245.267364501953125, 59.7752685546875, 0, 0, 0, 0, 1, 120, 255, 1, "", 50250, NULL), +(420196, 180699, 0, 0, 0, 1, 1, 1906.2535400390625, 246.3229217529296875, 53.20125198364257812, 4.642575740814208984, 0, 0, -0.731353759765625, 0.681998312473297119, 120, 255, 1, "", 50250, NULL), +(420197, 180699, 0, 0, 0, 1, 1, 1906.814208984375, 224.9913177490234375, 53.0773773193359375, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, "", 50250, NULL), +(420198, 180699, 1, 0, 0, 1, 1, -1196.48681640625, -91.6532135009765625, 162.4807891845703125, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, "", 50250, NULL), +(420199, 180699, 1, 0, 0, 1, 1, -1201.6575927734375, -43.7900390625, 161.33935546875, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, "", 50250, NULL), +(420200, 180699, 1, 0, 0, 1, 1, -1203.601806640625, -94.7720794677734375, 162.3853302001953125, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, "", 50250, NULL), +(420201, 180699, 1, 0, 0, 1, 1, -1212.5, -94.990020751953125, 162.23712158203125, 1.623155713081359863, 0, 0, 0.725374221801757812, 0.688354730606079101, 120, 255, 1, "", 50250, NULL), +(420202, 180699, 1, 0, 0, 1, 1, -1220.1075439453125, -92.6446380615234375, 162.424285888671875, 1.221729278564453125, 0, 0, 0.573575973510742187, 0.819152355194091796, 120, 255, 1, "", 50250, NULL), +(420203, 180699, 1, 0, 0, 1, 1, -1221.3333740234375, -52.9576835632324218, 161.689849853515625, 3.52557229995727539, 0, 0, -0.98162651062011718, 0.190812408924102783, 120, 255, 1, "", 50250, NULL), +(420204, 180699, 1, 0, 0, 1, 1, -1227.074462890625, 77.138671875, 129.9442291259765625, 2.146752834320068359, 0, 0, 0.878816604614257812, 0.477159708738327026, 120, 255, 1, "", 50250, NULL), +(420205, 180699, 1, 0, 0, 1, 1, -1233.877197265625, 69.40738677978515625, 129.1912078857421875, 2.286378860473632812, 0, 0, 0.909960746765136718, 0.414694398641586303, 120, 255, 1, "", 50250, NULL), +(420206, 180699, 1, 0, 0, 1, 1, -1243.01611328125, 61.10519790649414062, 127.0920867919921875, 1.239183306694030761, 0, 0, 0.580702781677246093, 0.814115643501281738, 120, 255, 1, "", 50250, NULL), +(420207, 180699, 1, 0, 0, 1, 1, -1247.11376953125, 126.286712646484375, 131.2507781982421875, 1.640606880187988281, 0, 0, 0.731352806091308593, 0.6819993257522583, 120, 255, 1, "", 50250, NULL), +(420208, 180699, 1, 0, 0, 1, 1, -1253.9739990234375, 123.9194107055664062, 131.17913818359375, 2.199114561080932617, 0, 0, 0.8910064697265625, 0.453990638256072998, 120, 255, 1, "", 50250, NULL), +(420209, 180699, 1, 0, 0, 1, 1, -1278.7200927734375, 110.9788436889648437, 130.5363311767578125, 2.408554315567016601, 0, 0, 0.933580398559570312, 0.358368009328842163, 120, 255, 1, "", 50250, NULL), +(420210, 180699, 1, 0, 0, 1, 1, -1283.7376708984375, 102.3358306884765625, 130.3795166015625, 2.914689540863037109, 0, 0, 0.993571281433105468, 0.113208353519439697, 120, 255, 1, "", 50250, NULL), +(420211, 180699, 1, 0, 0, 1, 1, -1289.9547119140625, 136.4112091064453125, 131.049896240234375, 3.752462387084960937, 0, 0, -0.95371627807617187, 0.300707906484603881, 120, 255, 1, "", 50250, NULL), +(420212, 180699, 1, 0, 0, 1, 1, -1292.3406982421875, 138.48028564453125, 130.71142578125, 0.994837164878845214, 0, 0, 0.477158546447753906, 0.878817260265350341, 120, 255, 1, "", 50250, NULL), +(420213, 180699, 1, 0, 0, 1, 1, -1312.4227294921875, 80.11702728271484375, 128.913055419921875, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, "", 50250, NULL), +(420214, 180699, 1, 0, 0, 1, 1, -1320.92138671875, 97.251495361328125, 131.5580596923828125, 3.106652259826660156, 0, 0, 0.999847412109375, 0.017469281330704689, 120, 255, 1, "", 50250, NULL), +(420215, 180699, 1, 0, 0, 1, 1, -1321.01513671875, 108.0453262329101562, 131.3806915283203125, 3.211419343948364257, 0, 0, -0.9993906021118164, 0.034906134009361267, 120, 255, 1, "", 50250, NULL), +(420216, 180699, 1, 0, 0, 1, 1, -1324.94677734375, 116.7727127075195312, 131.3472747802734375, 3.019413232803344726, 0, 0, 0.998134613037109375, 0.061051756143569946, 120, 255, 1, "", 50250, NULL), +(420217, 180699, 1, 0, 0, 1, 1, -1436.6295166015625, -36.4696197509765625, 157.029266357421875, 5.515241622924804687, 0, 0, -0.37460613250732421, 0.927184045314788818, 120, 255, 1, "", 50250, NULL), +(420218, 180699, 1, 0, 0, 1, 1, -1452.3863525390625, -39.3681640625, 157.4309539794921875, 5.340708732604980468, 0, 0, -0.45398998260498046, 0.891006767749786376, 120, 255, 1, "", 50250, NULL), +(420219, 180699, 1, 0, 0, 1, 1, -1458.2496337890625, -42.0266914367675781, 158.15582275390625, 1.989672422409057617, 0, 0, 0.838669776916503906, 0.544640243053436279, 120, 255, 1, "", 50250, NULL), +(420220, 180699, 1, 0, 0, 1, 1, 1294.95556640625, -4400.029296875, 26.28962516784667968, 1.48352813720703125, 0, 0, 0.675589561462402343, 0.737277925014495849, 120, 255, 1, "", 50250, NULL), +(420221, 180699, 1, 0, 0, 1, 1, 1300.6580810546875, -4399.86474609375, 26.27313041687011718, 1.623155713081359863, 0, 0, 0.725374221801757812, 0.688354730606079101, 120, 255, 1, "", 50250, NULL), +(420222, 180699, 1, 0, 0, 1, 1, 1303.4857177734375, -4373.81494140625, 27.99065589904785156, 5.183629035949707031, 0, 0, -0.52249813079833984, 0.852640450000762939, 120, 255, 1, "", 50250, NULL), +(420223, 180699, 1, 0, 0, 1, 1, 1309.1671142578125, -4400.36865234375, 25.7596435546875, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, "", 50250, NULL), +(420224, 180699, 1, 0, 0, 1, 1, 1311.5264892578125, -4372.05859375, 27.91951751708984375, 5.201082706451416015, 0, 0, -0.51503753662109375, 0.857167601585388183, 120, 255, 1, "", 50250, NULL), +(420225, 180699, 1, 0, 0, 1, 1, 1314.9114990234375, -4399.8515625, 26.13346481323242187, 1.675513744354248046, 0, 0, 0.743144035339355468, 0.669131457805633544, 120, 255, 1, "", 50250, NULL), +(420226, 180699, 1, 0, 0, 1, 1, 1319.0260009765625, -4368.361328125, 27.73720169067382812, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, "", 50250, NULL), +(420227, 180699, 1, 0, 0, 1, 1, 1333.314208984375, -4359.95849609375, 28.33730506896972656, 4.764749526977539062, 0, 0, -0.6883544921875, 0.725374460220336914, 120, 255, 1, "", 50250, NULL), +(420228, 180699, 1, 0, 0, 1, 1, 1335.8394775390625, -4397.04296875, 28.0999755859375, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, "", 50250, NULL), +(420229, 180699, 1, 0, 0, 1, 1, 1338.75, -4359.09716796875, 27.27647781372070312, 4.59021615982055664, 0, 0, -0.74895572662353515, 0.662620067596435546, 120, 255, 1, "", 50250, NULL), +(420230, 180699, 1, 0, 0, 1, 1, 1341.8734130859375, -4397.041015625, 28.55447006225585937, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, "", 50250, NULL), +(420231, 180699, 1, 0, 0, 1, 1, 1349.21142578125, -4397.509765625, 28.97495460510253906, 1.535889506340026855, 0, 0, 0.694658279418945312, 0.719339847564697265, 120, 255, 1, "", 50250, NULL), +(420232, 180699, 1, 0, 0, 1, 1, 1438.8472900390625, -4379.5693359375, 25.46234512329101562, 3.316144466400146484, 0, 0, -0.99619388580322265, 0.087165042757987976, 120, 255, 1, "", 50250, NULL), +(420233, 180699, 1, 0, 0, 1, 1, 1439.6510009765625, -4385.6005859375, 25.46234321594238281, 3.22885894775390625, 0, 0, -0.99904823303222656, 0.043619260191917419, 120, 255, 1, "", 50250, NULL), +(420234, 180699, 1, 0, 0, 1, 1, 1440.4879150390625, -4398.74658203125, 25.46234130859375, 3.281238555908203125, 0, 0, -0.99756336212158203, 0.069766148924827575, 120, 255, 1, "", 50250, NULL), +(420235, 180699, 1, 0, 0, 1, 1, 1441.2447509765625, -4405.1875, 25.46234321594238281, 3.22885894775390625, 0, 0, -0.99904823303222656, 0.043619260191917419, 120, 255, 1, "", 50250, NULL), +(420236, 180699, 1, 0, 0, 1, 1, 1501.298583984375, -4406.18408203125, 23.13797760009765625, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, "", 50250, NULL), +(420237, 180699, 1, 0, 0, 1, 1, 1503.6441650390625, -4423.2431640625, 23.14488410949707031, 1.692969322204589843, 0, 0, 0.748955726623535156, 0.662620067596435546, 120, 255, 1, "", 50250, NULL), +(420238, 180699, 1, 0, 0, 1, 1, 1508.04345703125, -4406.1875, 21.04990577697753906, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, "", 50250, NULL), +(420239, 180699, 1, 0, 0, 1, 1, 1510.35595703125, -4422.92041015625, 21.25324440002441406, 1.745326757431030273, 0, 0, 0.766043663024902343, 0.642788589000701904, 120, 255, 1, "", 50250, NULL), +(420240, 180699, 1, 0, 0, 1, 1, 1515.125, -4399.080078125, 18.85447120666503906, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, "", 50250, NULL), +(420241, 180699, 1, 0, 0, 1, 1, 1517.7552490234375, -4392.7255859375, 18.15334510803222656, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, "", 50250, NULL), +(420242, 180699, 1, 0, 0, 1, 1, 8585.4052734375, 1012.04132080078125, 5.391605854034423828, 1.448621988296508789, 0, 0, 0.662619590759277343, 0.748956084251403808, 120, 255, 1, "", 50250, NULL), +(420243, 180699, 1, 0, 0, 1, 1, 8591.3349609375, 1010.64501953125, 5.348441123962402343, 1.396261811256408691, 0, 0, 0.642786979675292968, 0.766044974327087402, 120, 255, 1, "", 50250, NULL), +(420244, 180699, 1, 0, 0, 1, 1, 8604.8984375, 1013.97308349609375, 5.097379207611083984, 4.380776405334472656, 0, 0, -0.81411552429199218, 0.580702960491180419, 120, 255, 1, "", 50250, NULL), +(420245, 180699, 1, 0, 0, 1, 1, 8610.7080078125, 1012.22747802734375, 5.270069122314453125, 4.48549652099609375, 0, 0, -0.7826080322265625, 0.622514784336090087, 120, 255, 1, "", 50250, NULL), +(420246, 180699, 1, 0, 0, 1, 1, 8621.2119140625, 1002.7252197265625, 4.700660228729248046, 1.32644820213317871, 0, 0, 0.615660667419433593, 0.788011372089385986, 120, 255, 1, "", 50250, NULL), +(420247, 180699, 1, 0, 0, 1, 1, 8628.0830078125, 1000.29949951171875, 5.0847930908203125, 1.239183306694030761, 0, 0, 0.580702781677246093, 0.814115643501281738, 120, 255, 1, "", 50250, NULL), +(420248, 180699, 1, 0, 0, 1, 1, 8640.1142578125, 1002.5499267578125, 4.69679880142211914, 4.293513298034667968, 0, 0, -0.8386697769165039, 0.544640243053436279, 120, 255, 1, "", 50250, NULL), +(420249, 180699, 1, 0, 0, 1, 1, 8646.0283203125, 1000.39501953125, 4.803541183471679687, 4.48549652099609375, 0, 0, -0.7826080322265625, 0.622514784336090087, 120, 255, 1, "", 50250, NULL), +(420250, 180699, 1, 0, 0, 1, 1, 8646.462890625, 875.31573486328125, 24.73296546936035156, 5.393068790435791015, 0, 0, -0.43051052093505859, 0.902585566043853759, 120, 255, 1, "", 50250, NULL), +(420251, 180699, 1, 0, 0, 1, 1, 8653.0322265625, 990.32159423828125, 4.790887832641601562, 1.239183306694030761, 0, 0, 0.580702781677246093, 0.814115643501281738, 120, 255, 1, "", 50250, NULL), +(420252, 180699, 1, 0, 0, 1, 1, 8653.7470703125, 880.0330810546875, 23.50081634521484375, 5.340708732604980468, 0, 0, -0.45398998260498046, 0.891006767749786376, 120, 255, 1, "", 50250, NULL), +(420253, 180699, 1, 0, 0, 1, 1, 8658.740234375, 987.54473876953125, 4.297877788543701171, 1.186823248863220214, 0, 0, 0.559192657470703125, 0.829037725925445556, 120, 255, 1, "", 50250, NULL), +(420254, 180699, 1, 0, 0, 1, 1, 8680.8271484375, 874.3519287109375, 23.9793701171875, 2.199114561080932617, 0, 0, 0.8910064697265625, 0.453990638256072998, 120, 255, 1, "", 50250, NULL), +(420255, 180699, 1, 0, 0, 1, 1, 8682.021484375, 970.22137451171875, 11.07151317596435546, 0.645771682262420654, 0, 0, 0.317304611206054687, 0.948323667049407958, 120, 255, 1, "", 50250, NULL), +(420256, 180699, 1, 0, 0, 1, 1, 8682.228515625, 897.99761962890625, 22.25783348083496093, 0.052358884364366531, 0, 0, 0.02617645263671875, 0.999657332897186279, 120, 255, 1, "", 50250, NULL), +(420257, 180699, 1, 0, 0, 1, 1, 8682.25, 904.62164306640625, 21.25594711303710937, 0.15707901120185852, 0, 0, 0.078458786010742187, 0.996917366981506347, 120, 255, 1, "", 50250, NULL), +(420258, 180699, 1, 0, 0, 1, 1, 8685.5859375, 878.08941650390625, 24.41570472717285156, 2.321286916732788085, 0, 0, 0.917059898376464843, 0.398749500513076782, 120, 255, 1, "", 50250, NULL), +(420259, 180699, 1, 0, 0, 1, 1, 8686.00390625, 964.57952880859375, 11.54199504852294921, 0.645771682262420654, 0, 0, 0.317304611206054687, 0.948323667049407958, 120, 255, 1, "", 50250, NULL), +(420260, 180699, 1, 0, 0, 1, 1, 8689.3115234375, 958.69464111328125, 11.72806644439697265, 0.506144583225250244, 0, 0, 0.250379562377929687, 0.968147754669189453, 120, 255, 1, "", 50250, NULL), +(420261, 180699, 1, 0, 0, 1, 1, 8689.962890625, 883.5289306640625, 23.76363945007324218, 2.373644113540649414, 0, 0, 0.927183151245117187, 0.37460830807685852, 120, 255, 1, "", 50250, NULL), +(420262, 180699, 1, 0, 0, 1, 1, 8703.61328125, 1011.54339599609375, 11.38171005249023437, 1.85004889965057373, 0, 0, 0.798635482788085937, 0.60181504487991333, 120, 255, 1, "", 50250, NULL), +(420263, 180699, 1, 0, 0, 1, 1, 8706.6298828125, 1012.509521484375, 11.46025657653808593, 1.797688722610473632, 0, 0, 0.7826080322265625, 0.622514784336090087, 120, 255, 1, "", 50250, NULL), +(420264, 180699, 530, 0, 0, 1, 1, -1749.4075927734375, 5178.67529296875, -40.2091636657714843, 1.413715124130249023, 0, 0, 0.649447441101074218, 0.760406434535980224, 120, 255, 1, "", 50250, NULL), +(420265, 180699, 530, 0, 0, 1, 1, -1769.47900390625, 5144.2646484375, -37.2049064636230468, 0.296705186367034912, 0, 0, 0.147809028625488281, 0.989015936851501464, 120, 255, 1, "", 50250, NULL), +(420266, 180699, 530, 0, 0, 1, 1, -1776.169677734375, 5169.814453125, -40.2091636657714843, 2.426007747650146484, 0, 0, 0.936672210693359375, 0.350207358598709106, 120, 255, 1, "", 50250, NULL), +(420267, 180699, 530, 0, 0, 1, 1, -1858.04296875, 5633.35400390625, 127.3815689086914062, 2.495818138122558593, 0, 0, 0.948323249816894531, 0.317305892705917358, 120, 255, 1, "", 50250, NULL), +(420268, 180699, 530, 0, 0, 1, 1, -1861.910400390625, 5628.2685546875, 127.3815689086914062, 2.478367090225219726, 0, 0, 0.94551849365234375, 0.325568377971649169, 120, 255, 1, "", 50250, NULL), +(420269, 180699, 530, 0, 0, 1, 1, -1868.28564453125, 5676.51171875, 127.1885528564453125, 3.106652259826660156, 0, 0, 0.999847412109375, 0.017469281330704689, 120, 255, 1, "", 52237, NULL), +(420270, 180699, 530, 0, 0, 1, 1, -1868.556396484375, 5673.63525390625, 127.2684478759765625, 2.967041015625, 0, 0, 0.996193885803222656, 0.087165042757987976, 120, 255, 1, "", 52237, NULL), +(420271, 180699, 530, 0, 0, 1, 1, -1872.71875, 5618.578125, 127.3815689086914062, 2.024578809738159179, 0, 0, 0.848047256469726562, 0.529920578002929687, 120, 255, 1, "", 50250, NULL), +(420272, 180699, 530, 0, 0, 1, 1, -1875.5767822265625, 5617.619140625, 127.3815689086914062, 1.692969322204589843, 0, 0, 0.748955726623535156, 0.662620067596435546, 120, 255, 1, "", 50250, NULL), +(420273, 180699, 530, 0, 0, 1, 1, -1882.8912353515625, 5617.189453125, 127.381591796875, 1.413715124130249023, 0, 0, 0.649447441101074218, 0.760406434535980224, 120, 255, 1, "", 50250, NULL), +(420274, 180699, 530, 0, 0, 1, 1, -1883.9989013671875, 5644.4521484375, 127.458282470703125, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, "", 52237, NULL), +(420275, 180699, 530, 0, 0, 1, 1, -1890.5577392578125, 5620.57177734375, 127.381622314453125, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, "", 50250, NULL), +(420276, 180699, 530, 0, 0, 1, 1, -1892.9371337890625, 5623.5078125, 127.381622314453125, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 120, 255, 1, "", 50250, NULL), +(420277, 180699, 530, 0, 0, 1, 1, -1899.5716552734375, 5634.90234375, 127.3816070556640625, 0.349065244197845458, 0, 0, 0.173647880554199218, 0.984807789325714111, 120, 255, 1, "", 52237, NULL), +(420278, 180699, 530, 0, 0, 1, 1, -1990.9765625, 5563.36328125, 53.30704879760742187, 2.652894020080566406, 0, 0, 0.970294952392578125, 0.241925001144409179, 120, 255, 1, "", 50250, NULL), +(420279, 180699, 530, 0, 0, 1, 1, -1992.4796142578125, 5568.88134765625, 53.30703353881835937, 3.106652259826660156, 0, 0, 0.999847412109375, 0.017469281330704689, 120, 255, 1, "", 50250, NULL), +(420280, 180699, 530, 0, 0, 1, 1, -1993.724853515625, 5557.83642578125, 53.30708694458007812, 2.652894020080566406, 0, 0, 0.970294952392578125, 0.241925001144409179, 120, 255, 1, "", 50250, NULL), +(420281, 180699, 530, 0, 0, 1, 1, -1994.8719482421875, 5580.255859375, 53.307037353515625, 3.700104713439941406, 0, 0, -0.96126079559326171, 0.275640487670898437, 120, 255, 1, "", 50250, NULL), +(420282, 180699, 530, 0, 0, 1, 1, -1996.6793212890625, 5583.10498046875, 53.30703353881835937, 3.735006093978881835, 0, 0, -0.95630455017089843, 0.292372345924377441, 120, 255, 1, "", 50250, NULL), +(420283, 180699, 530, 0, 0, 1, 1, -2001.5933837890625, 5555.08984375, 53.30709075927734375, 2.059488296508789062, 0, 0, 0.857167243957519531, 0.515038192272186279, 120, 255, 1, "", 50250, NULL), +(420284, 180699, 530, 0, 0, 1, 1, -2011.3629150390625, 5550.265625, 53.30708694458007812, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, "", 50250, NULL), +(420285, 180699, 530, 0, 0, 1, 1, -2014.4718017578125, 5550.4736328125, 53.30708694458007812, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, "", 50250, NULL), +(420286, 180699, 530, 0, 0, 1, 1, -2018.763916015625, 5567.99755859375, 53.38376617431640625, 2.530723094940185546, 0, 0, 0.953716278076171875, 0.300707906484603881, 120, 255, 1, "", 50250, NULL), +(420287, 180699, 530, 0, 0, 1, 1, -2041.8258056640625, 5582.1650390625, 53.271270751953125, 1.169368624687194824, 0, 0, 0.551936149597167968, 0.833886384963989257, 120, 255, 1, "", 52237, NULL), +(420288, 180699, 530, 0, 0, 1, 1, -2046.82470703125, 5584.69677734375, 53.15007400512695312, 1.064649581909179687, 0, 0, 0.507537841796875, 0.861629426479339599, 120, 255, 1, "", 52237, NULL), +(420289, 180699, 530, 0, 0, 1, 1, -4014.29248046875, -11937.861328125, -1.36828100681304931, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, "", 50250, NULL), +(420290, 180699, 530, 0, 0, 1, 1, -4018.393310546875, -11934.3173828125, -1.48485505580902099, 0.820303261280059814, 0, 0, 0.398748397827148437, 0.917060375213623046, 120, 255, 1, "", 50250, NULL), +(420291, 180699, 530, 0, 0, 1, 1, -4044.4931640625, -11917.3447265625, -1.46793794631958007, 0.959929943084716796, 0, 0, 0.461748123168945312, 0.887011110782623291, 120, 255, 1, "", 50250, NULL), +(420292, 180699, 530, 0, 0, 1, 1, -4048.6875, -11915.1533203125, -1.3990110158920288, 0.872663915157318115, 0, 0, 0.422617912292480468, 0.906307935714721679, 120, 255, 1, "", 50250, NULL), +(420293, 180699, 530, 0, 0, 1, 1, -4051.86767578125, -11957.412109375, 0.865104973316192626, 2.495818138122558593, 0, 0, 0.948323249816894531, 0.317305892705917358, 120, 255, 1, "", 50250, NULL), +(420294, 180699, 530, 0, 0, 1, 1, -4053.685791015625, -11961.4189453125, 0.631600022315979003, 2.72271275520324707, 0, 0, 0.978147506713867187, 0.207912087440490722, 120, 255, 1, "", 50250, NULL), +(420295, 180699, 530, 0, 0, 1, 1, -4063.779052734375, -11955.3857421875, 0.792639017105102539, 6.003933906555175781, 0, 0, -0.13917255401611328, 0.990268170833587646, 120, 255, 1, "", 50250, NULL), +(420296, 180699, 530, 0, 0, 1, 1, -4064.173095703125, -11958.6513671875, 0.933974981307983398, 6.073746204376220703, 0, 0, -0.10452842712402343, 0.994521915912628173, 120, 255, 1, "", 50250, NULL), +(420297, 180699, 530, 0, 0, 1, 1, -4066.913330078125, -11896.447265625, -1.99539196491241455, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, "", 50250, NULL), +(420298, 180699, 530, 0, 0, 1, 1, -4070.338623046875, -11895.0087890625, -2.0524759292602539, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, "", 50250, NULL), +(420299, 180699, 530, 0, 0, 1, 1, 9321.40625, -7268.486328125, 13.83452415466308593, 4.747295856475830078, 0, 0, -0.69465827941894531, 0.719339847564697265, 120, 255, 1, "", 50250, NULL), +(420300, 180699, 530, 0, 0, 1, 1, 9321.8720703125, -7284.0869140625, 13.92684745788574218, 1.623155713081359863, 0, 0, 0.725374221801757812, 0.688354730606079101, 120, 255, 1, "", 50250, NULL), +(420301, 180699, 530, 0, 0, 1, 1, 9324.1455078125, -7306.02197265625, 13.86825847625732421, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, "", 50250, NULL), +(420302, 180699, 530, 0, 0, 1, 1, 9325.7685546875, -7247.708984375, 13.86826133728027343, 5.497788906097412109, 0, 0, -0.38268280029296875, 0.923879802227020263, 120, 255, 1, "", 50250, NULL), +(420303, 180699, 530, 0, 0, 1, 1, 9335.5869140625, -7284.5087890625, 13.82691287994384765, 1.396261811256408691, 0, 0, 0.642786979675292968, 0.766044974327087402, 120, 255, 1, "", 50250, NULL), +(420304, 180699, 530, 0, 0, 1, 1, 9336.4931640625, -7268.79248046875, 13.9421548843383789, 4.677483558654785156, 0, 0, -0.71933937072753906, 0.694658815860748291, 120, 255, 1, "", 50250, NULL), +(420305, 180699, 530, 0, 0, 1, 1, 9350.6083984375, -7288.30126953125, 15.62675285339355468, 3.159062385559082031, 0, 0, -0.99996185302734375, 0.008734640665352344, 120, 255, 1, "", 50250, NULL), +(420306, 180699, 530, 0, 0, 1, 1, 9350.84375, -7266.24658203125, 15.618133544921875, 3.194002151489257812, 0, 0, -0.99965667724609375, 0.026201646775007247, 120, 255, 1, "", 50250, NULL), +(420307, 180699, 530, 0, 0, 1, 1, 9362.662109375, -7273.84716796875, 14.24025821685791015, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, "", 50250, NULL), +(420308, 180699, 530, 0, 0, 1, 1, 9362.6767578125, -7281.07666015625, 14.24027347564697265, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, "", 50250, NULL), +(420309, 180699, 530, 0, 0, 1, 1, 9366.330078125, -7297.3681640625, 6.042287826538085937, 0.698131442070007324, 0, 0, 0.342020034790039062, 0.939692676067352294, 120, 255, 1, "", 50250, NULL), +(420310, 180699, 530, 0, 0, 1, 1, 9366.9306640625, -7258.98876953125, 6.504528999328613281, 5.550147056579589843, 0, 0, -0.358367919921875, 0.933580458164215087, 120, 255, 1, "", 50250, NULL), +(420311, 180699, 530, 0, 0, 1, 1, 9371.439453125, -7273.8994140625, 14.24025821685791015, 4.677483558654785156, 0, 0, -0.71933937072753906, 0.694658815860748291, 120, 255, 1, "", 50250, NULL), +(420312, 180699, 530, 0, 0, 1, 1, 9371.4970703125, -7281.84033203125, 14.24027347564697265, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, "", 50250, NULL), +(420313, 180699, 530, 0, 0, 1, 1, 9386.3427734375, -7281.96337890625, 14.24040031433105468, 1.623155713081359863, 0, 0, 0.725374221801757812, 0.688354730606079101, 120, 255, 1, "", 50250, NULL), +(420314, 180699, 530, 0, 0, 1, 1, 9386.52734375, -7273.76953125, 14.24039077758789062, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, "", 50250, NULL), +(420315, 180699, 530, 0, 0, 1, 1, 9402.9833984375, -7263.1318359375, 14.18045711517333984, 3.647741317749023437, 0, 0, -0.96814727783203125, 0.250381410121917724, 120, 255, 1, "", 50250, NULL), +(420316, 180699, 530, 0, 0, 1, 1, 9403.3330078125, -7292.0244140625, 14.26112079620361328, 2.530723094940185546, 0, 0, 0.953716278076171875, 0.300707906484603881, 120, 255, 1, "", 50250, NULL), +(420317, 180700, 0, 0, 0, 1, 1, -5097.95361328125, -796.557373046875, 495.314605712890625, 4.345870018005371093, 0, 0, -0.82412624359130859, 0.566406130790710449, 120, 255, 1, "", 52237, NULL), +(420318, 180700, 0, 0, 0, 1, 1, -5099.00146484375, -793.359375, 495.342926025390625, 1.064649581909179687, 0, 0, 0.507537841796875, 0.861629426479339599, 120, 255, 1, "", 52237, NULL), +(420319, 180700, 0, 0, 0, 1, 1, -5100.50341796875, -798.86468505859375, 495.37017822265625, 4.084071159362792968, 0, 0, -0.8910064697265625, 0.453990638256072998, 120, 255, 1, "", 52237, NULL), +(420320, 180700, 0, 0, 0, 1, 1, -5158.7890625, -861.1436767578125, 507.399200439453125, 0.314158439636230468, 0, 0, 0.156434059143066406, 0.987688362598419189, 120, 255, 1, "", 52237, NULL), +(420321, 180700, 0, 0, 0, 1, 1, -5162.18212890625, -861.779296875, 507.2958984375, 3.78736734390258789, 0, 0, -0.94832324981689453, 0.317305892705917358, 120, 255, 1, "", 52237, NULL), +(420322, 180700, 0, 0, 0, 1, 1, -8791.986328125, 642.857666015625, 94.6454925537109375, 3.78736734390258789, 0, 0, -0.94832324981689453, 0.317305892705917358, 120, 255, 1, "", 50250, NULL), +(420323, 180700, 0, 0, 0, 1, 1, -8814.62109375, 619.043212890625, 94.8027191162109375, 3.769911527633666992, 0, 0, -0.95105648040771484, 0.309017121791839599, 120, 255, 1, "", 50250, NULL), +(420324, 180700, 0, 0, 0, 1, 1, -8830.06640625, 644.76214599609375, 94.7719268798828125, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, "", 50250, NULL), +(420325, 180700, 0, 0, 0, 1, 1, -8835.220703125, 643.7413330078125, 95.60663604736328125, 4.607671737670898437, 0, 0, -0.74314403533935546, 0.669131457805633544, 120, 255, 1, "", 50250, NULL), +(420326, 180700, 0, 0, 0, 1, 1, -8982.044921875, 384.65972900390625, 73.25028228759765625, 2.164205789566040039, 0, 0, 0.882946968078613281, 0.469472706317901611, 120, 255, 1, "", 50250, NULL), +(420327, 180700, 0, 0, 0, 1, 1, -8984.9033203125, 391.173614501953125, 73.73459625244140625, 3.804818391799926757, 0, 0, -0.94551849365234375, 0.325568377971649169, 120, 255, 1, "", 50250, NULL), +(420328, 180700, 0, 0, 0, 1, 1, -8991.3017578125, 390.385406494140625, 73.0639190673828125, 2.303830623626708984, 0, 0, 0.913544654846191406, 0.406738430261611938, 120, 255, 1, "", 50250, NULL), +(420329, 180700, 0, 0, 0, 1, 1, -8996.4375, 396.177093505859375, 72.98740386962890625, 2.338739633560180664, 0, 0, 0.920504570007324218, 0.3907318115234375, 120, 255, 1, "", 50250, NULL), +(420330, 180700, 0, 0, 0, 1, 1, -9007.4482421875, 469.092010498046875, 96.89524078369140625, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, "", 50250, NULL), +(420331, 180700, 0, 0, 0, 1, 1, -9016.841796875, 480.52789306640625, 96.7837371826171875, 3.78736734390258789, 0, 0, -0.94832324981689453, 0.317305892705917358, 120, 255, 1, "", 50250, NULL), +(420332, 180700, 0, 0, 0, 1, 1, -9018.1923828125, 460.8350830078125, 95.24996185302734375, 4.97418975830078125, 0, 0, -0.60876083374023437, 0.793353796005249023, 120, 255, 1, "", 50250, NULL), +(420333, 180700, 0, 0, 0, 1, 1, -9023.765625, 474.998199462890625, 95.80156707763671875, 2.70525527000427246, 0, 0, 0.97629547119140625, 0.216442063450813293, 120, 255, 1, "", 50250, NULL), +(420334, 180700, 0, 0, 0, 1, 1, -9025.091796875, 455.177093505859375, 93.96883392333984375, 2.600535154342651367, 0, 0, 0.963629722595214843, 0.26724100112915039, 120, 255, 1, "", 50250, NULL), +(420335, 180700, 0, 0, 0, 1, 1, -9032.0107421875, 469.486114501953125, 94.51230621337890625, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, "", 50250, NULL), +(420336, 180700, 0, 0, 0, 1, 1, -9074.3046875, 498.134613037109375, 76.58069610595703125, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, "", 50250, NULL), +(420337, 180700, 0, 0, 0, 1, 1, -9074.744140625, 508.338226318359375, 76.0557403564453125, 5.759587764739990234, 0, 0, -0.25881862640380859, 0.965925931930541992, 120, 255, 1, "", 50250, NULL), +(420338, 180700, 0, 0, 0, 1, 1, -9074.9365234375, 502.730255126953125, 76.30721282958984375, 3.961898565292358398, 0, 0, -0.91705989837646484, 0.398749500513076782, 120, 255, 1, "", 50250, NULL), +(420339, 180700, 0, 0, 0, 1, 1, 1910.400634765625, 224.4484100341796875, 52.83955764770507812, 5.009094715118408203, 0, 0, -0.59482288360595703, 0.80385679006576538, 120, 255, 1, "", 50250, NULL), +(420340, 180700, 0, 0, 0, 1, 1, 1911.6165771484375, 247.97705078125, 52.458770751953125, 0.855210542678833007, 0, 0, 0.414692878723144531, 0.909961462020874023, 120, 255, 1, "", 50250, NULL), +(420341, 180700, 0, 0, 0, 1, 1, 1916.07275390625, 220.80743408203125, 51.49073028564453125, 0.785396754741668701, 0, 0, 0.38268280029296875, 0.923879802227020263, 120, 255, 1, "", 50250, NULL), +(420342, 180700, 0, 0, 0, 1, 1, 1916.6651611328125, 224.0699310302734375, 50.86947250366210937, 2.949595451354980468, 0, 0, 0.995395660400390625, 0.095851235091686248, 120, 255, 1, "", 50250, NULL), +(420343, 180700, 0, 0, 0, 1, 1, 1922.861083984375, 254.624237060546875, 49.71117019653320312, 0.139624491333961486, 0, 0, 0.06975555419921875, 0.997564136981964111, 120, 255, 1, "", 50250, NULL), +(420344, 180700, 0, 0, 0, 1, 1, 1923.66845703125, 254.5225677490234375, 49.21971511840820312, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, "", 50250, NULL), +(420345, 180700, 0, 0, 0, 1, 1, 1925.34375, 257.454864501953125, 48.89715194702148437, 5.288348197937011718, 0, 0, -0.4771585464477539, 0.878817260265350341, 120, 255, 1, "", 50250, NULL), +(420346, 180700, 0, 0, 0, 1, 1, 1948.5382080078125, 253.7309112548828125, 43.7635498046875, 3.78736734390258789, 0, 0, -0.94832324981689453, 0.317305892705917358, 120, 255, 1, "", 50250, NULL), +(420347, 180700, 0, 0, 0, 1, 1, 1953.35595703125, 252.560760498046875, 43.28414535522460937, 1.518436193466186523, 0, 0, 0.6883544921875, 0.725374460220336914, 120, 255, 1, "", 50250, NULL), +(420348, 180700, 0, 0, 0, 1, 1, 1953.404296875, 256.324249267578125, 42.5744476318359375, 2.844882726669311523, 0, 0, 0.989015579223632812, 0.147811368107795715, 120, 255, 1, "", 50250, NULL), +(420349, 180700, 0, 0, 0, 1, 1, 1979.79150390625, 214.799591064453125, 36.35634231567382812, 2.338739633560180664, 0, 0, 0.920504570007324218, 0.3907318115234375, 120, 255, 1, "", 50250, NULL), +(420350, 180700, 0, 0, 0, 1, 1, 1983.1807861328125, 213.703338623046875, 35.92433547973632812, 4.677483558654785156, 0, 0, -0.71933937072753906, 0.694658815860748291, 120, 255, 1, "", 50250, NULL), +(420351, 180700, 1, 0, 0, 1, 1, -1199.6829833984375, -46.9426002502441406, 161.084869384765625, 3.822272777557373046, 0, 0, -0.94264125823974609, 0.333807557821273803, 120, 255, 1, "", 50250, NULL), +(420352, 180700, 1, 0, 0, 1, 1, -1204.6688232421875, -86.9333267211914062, 161.64471435546875, 2.984498262405395507, 0, 0, 0.996916770935058593, 0.078466430306434631, 120, 255, 1, "", 50250, NULL), +(420353, 180700, 1, 0, 0, 1, 1, -1213.3612060546875, -42.7808151245117187, 161.8474884033203125, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, "", 50250, NULL), +(420354, 180700, 1, 0, 0, 1, 1, -1214.218994140625, -85.9841079711914062, 161.5008544921875, 6.003933906555175781, 0, 0, -0.13917255401611328, 0.990268170833587646, 120, 255, 1, "", 50250, NULL), +(420355, 180700, 1, 0, 0, 1, 1, -1219.8140869140625, -55.4498176574707031, 160.852447509765625, 3.682650327682495117, 0, 0, -0.96362972259521484, 0.26724100112915039, 120, 255, 1, "", 50250, NULL), +(420356, 180700, 1, 0, 0, 1, 1, -1300.5926513671875, 5.722438812255859375, 133.23199462890625, 5.305802345275878906, 0, 0, -0.46947097778320312, 0.882947921752929687, 120, 255, 1, "", 50250, NULL), +(420357, 180700, 1, 0, 0, 1, 1, -1305.5059814453125, 6.097711086273193359, 133.1352081298828125, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, "", 50250, NULL), +(420358, 180700, 1, 0, 0, 1, 1, -1315.8507080078125, 75.86751556396484375, 129.06744384765625, 3.78736734390258789, 0, 0, -0.94832324981689453, 0.317305892705917358, 120, 255, 1, "", 50250, NULL), +(420359, 180700, 1, 0, 0, 1, 1, -1317.1240234375, 80.13362884521484375, 129.7602996826171875, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, "", 50250, NULL), +(420360, 180700, 1, 0, 0, 1, 1, -1327.0323486328125, 100.8073501586914062, 131.755340576171875, 0.785396754741668701, 0, 0, 0.38268280029296875, 0.923879802227020263, 120, 255, 1, "", 50250, NULL), +(420361, 180700, 1, 0, 0, 1, 1, -1327.3472900390625, 95.76605987548828125, 131.3060455322265625, 0.977383077144622802, 0, 0, 0.469470977783203125, 0.882947921752929687, 120, 255, 1, "", 50250, NULL), +(420362, 180700, 1, 0, 0, 1, 1, -1327.529541015625, 112.2628021240234375, 131.561737060546875, 0.855210542678833007, 0, 0, 0.414692878723144531, 0.909961462020874023, 120, 255, 1, "", 50250, NULL), +(420363, 180700, 1, 0, 0, 1, 1, -1327.5667724609375, 106.3763809204101562, 131.60284423828125, 4.398232460021972656, 0, 0, -0.80901622772216796, 0.587786316871643066, 120, 255, 1, "", 50250, NULL), +(420364, 180700, 1, 0, 0, 1, 1, -1432.4783935546875, -30.6080188751220703, 157.546112060546875, 3.961898565292358398, 0, 0, -0.91705989837646484, 0.398749500513076782, 120, 255, 1, "", 50250, NULL), +(420365, 180700, 1, 0, 0, 1, 1, -1436.3521728515625, -31.8615989685058593, 157.7997283935546875, 2.338739633560180664, 0, 0, 0.920504570007324218, 0.3907318115234375, 120, 255, 1, "", 50250, NULL), +(420366, 180700, 1, 0, 0, 1, 1, -1440.9334716796875, -32.9023971557617187, 157.9591217041015625, 2.303830623626708984, 0, 0, 0.913544654846191406, 0.406738430261611938, 120, 255, 1, "", 50250, NULL), +(420367, 180700, 1, 0, 0, 1, 1, -1446.80908203125, -30.9774303436279296, 158.1272735595703125, 2.164205789566040039, 0, 0, 0.882946968078613281, 0.469472706317901611, 120, 255, 1, "", 50250, NULL), +(420368, 180700, 1, 0, 0, 1, 1, 1287.6434326171875, -4415.35595703125, 26.78283119201660156, 5.096362113952636718, 0, 0, -0.55919265747070312, 0.829037725925445556, 120, 255, 1, "", 50250, NULL), +(420369, 180700, 1, 0, 0, 1, 1, 1289.7838134765625, -4409.25048828125, 26.79374885559082031, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, "", 50250, NULL), +(420370, 180700, 1, 0, 0, 1, 1, 1292.0655517578125, -4414.14501953125, 26.83645439147949218, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, "", 50250, NULL), +(420371, 180700, 1, 0, 0, 1, 1, 1327.454833984375, -4352.7900390625, 28.73485374450683593, 4.241150379180908203, 0, 0, -0.85264015197753906, 0.522498607635498046, 120, 255, 1, "", 50250, NULL), +(420372, 180700, 1, 0, 0, 1, 1, 1329.814208984375, -4347.9462890625, 28.91312599182128906, 0.226892471313476562, 0, 0, 0.113203048706054687, 0.993571877479553222, 120, 255, 1, "", 50250, NULL), +(420373, 180700, 1, 0, 0, 1, 1, 8596.935546875, 1015.968994140625, 5.891364097595214843, 5.986480236053466796, 0, 0, -0.14780902862548828, 0.989015936851501464, 120, 255, 1, "", 50250, NULL), +(420374, 180700, 1, 0, 0, 1, 1, 8612.7607421875, 1004.92950439453125, 5.891805171966552734, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, "", 50250, NULL), +(420375, 180700, 1, 0, 0, 1, 1, 8630.0439453125, 1006.609375, 5.375686168670654296, 2.70525527000427246, 0, 0, 0.97629547119140625, 0.216442063450813293, 120, 255, 1, "", 50250, NULL), +(420376, 180700, 1, 0, 0, 1, 1, 8641.6494140625, 994.86077880859375, 5.007825851440429687, 2.67034769058227539, 0, 0, 0.972369194030761718, 0.233448356389999389, 120, 255, 1, "", 50250, NULL), +(420377, 180700, 1, 0, 0, 1, 1, 8661.7294921875, 993.7567138671875, 4.699789047241210937, 2.548179388046264648, 0, 0, 0.956304550170898437, 0.292372345924377441, 120, 255, 1, "", 50250, NULL), +(420378, 180700, 530, 0, 0, 1, 1, -3976.193115234375, -11890.908203125, 0.58481299877166748, 1.064649581909179687, 0, 0, 0.507537841796875, 0.861629426479339599, 120, 255, 1, "", 50250, NULL), +(420379, 180700, 530, 0, 0, 1, 1, -3979.370361328125, -11890.8251953125, 0.52379697561264038, 2.70525527000427246, 0, 0, 0.97629547119140625, 0.216442063450813293, 120, 255, 1, "", 50250, NULL), +(420380, 180700, 530, 0, 0, 1, 1, -4009.493896484375, -11943.595703125, -1.49167704582214355, 3.78736734390258789, 0, 0, -0.94832324981689453, 0.317305892705917358, 120, 255, 1, "", 50250, NULL), +(420381, 180700, 530, 0, 0, 1, 1, -4041.309814453125, -11960.8642578125, 2.51880192756652832, 1.919861555099487304, 0, 0, 0.819151878356933593, 0.573576688766479492, 120, 255, 1, "", 50250, NULL), +(420382, 180700, 530, 0, 0, 1, 1, -4047.681396484375, -11961.294921875, 1.142932057380676269, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, "", 50250, NULL), +(420383, 180700, 530, 0, 0, 1, 1, -4048.02734375, -11919.833984375, -0.63453799486160278, 5.759587764739990234, 0, 0, -0.25881862640380859, 0.965925931930541992, 120, 255, 1, "", 50250, NULL), +(420384, 180700, 530, 0, 0, 1, 1, -4066.986083984375, -11945.6494140625, 2.505429983139038085, 2.164205789566040039, 0, 0, 0.882946968078613281, 0.469472706317901611, 120, 255, 1, "", 50250, NULL), +(420385, 180700, 530, 0, 0, 1, 1, -4070.029052734375, -11954.4189453125, 1.282204985618591308, 2.303830623626708984, 0, 0, 0.913544654846191406, 0.406738430261611938, 120, 255, 1, "", 50250, NULL), +(420386, 180700, 530, 0, 0, 1, 1, -4070.927978515625, -11957.0830078125, 1.245632052421569824, 2.338739633560180664, 0, 0, 0.920504570007324218, 0.3907318115234375, 120, 255, 1, "", 50250, NULL), +(420387, 180700, 530, 0, 0, 1, 1, -4077.8291015625, -11891.5048828125, -2.13657093048095703, 3.804818391799926757, 0, 0, -0.94551849365234375, 0.325568377971649169, 120, 255, 1, "", 50250, NULL), +(420388, 180700, 530, 0, 0, 1, 1, 9305.0390625, -7271.9013671875, 14.67243289947509765, 5.096362113952636718, 0, 0, -0.55919265747070312, 0.829037725925445556, 120, 255, 1, "", 50250, NULL), +(420389, 180700, 530, 0, 0, 1, 1, 9306.2978515625, -7275.15869140625, 14.63576602935791015, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, "", 50250, NULL), +(420390, 180700, 530, 0, 0, 1, 1, 9318.689453125, -7289.92724609375, 14.43158626556396484, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, "", 50250, NULL), +(420391, 180700, 530, 0, 0, 1, 1, 9338.4990234375, -7288.4130859375, 14.08815288543701171, 4.241150379180908203, 0, 0, -0.85264015197753906, 0.522498607635498046, 120, 255, 1, "", 50250, NULL), +(420392, 180700, 530, 0, 0, 1, 1, 9382.4697265625, -7253.697265625, 6.640997886657714843, 0.226892471313476562, 0, 0, 0.113203048706054687, 0.993571877479553222, 120, 255, 1, "", 50250, NULL); + +DELETE FROM `game_event_gameobject` WHERE (`eventEntry` = 72) +AND (`guid` BETWEEN 420000 AND 420392); +INSERT INTO `game_event_gameobject` (`eventEntry`,`guid`) VALUES +(72, 420000), +(72, 420001), +(72, 420002), +(72, 420003), +(72, 420004), +(72, 420005), +(72, 420006), +(72, 420007), +(72, 420008), +(72, 420009), +(72, 420010), +(72, 420011), +(72, 420012), +(72, 420013), +(72, 420014), +(72, 420015), +(72, 420016), +(72, 420017), +(72, 420018), +(72, 420019), +(72, 420020), +(72, 420021), +(72, 420022), +(72, 420023), +(72, 420024), +(72, 420025), +(72, 420026), +(72, 420027), +(72, 420028), +(72, 420029), +(72, 420030), +(72, 420031), +(72, 420032), +(72, 420033), +(72, 420034), +(72, 420035), +(72, 420036), +(72, 420037), +(72, 420038), +(72, 420039), +(72, 420040), +(72, 420041), +(72, 420042), +(72, 420043), +(72, 420044), +(72, 420045), +(72, 420046), +(72, 420047), +(72, 420048), +(72, 420049), +(72, 420050), +(72, 420051), +(72, 420052), +(72, 420053), +(72, 420054), +(72, 420055), +(72, 420056), +(72, 420057), +(72, 420058), +(72, 420059), +(72, 420060), +(72, 420061), +(72, 420062), +(72, 420063), +(72, 420064), +(72, 420065), +(72, 420066), +(72, 420067), +(72, 420068), +(72, 420069), +(72, 420070), +(72, 420071), +(72, 420072), +(72, 420073), +(72, 420074), +(72, 420075), +(72, 420076), +(72, 420077), +(72, 420078), +(72, 420079), +(72, 420080), +(72, 420081), +(72, 420082), +(72, 420083), +(72, 420084), +(72, 420085), +(72, 420086), +(72, 420087), +(72, 420088), +(72, 420089), +(72, 420090), +(72, 420091), +(72, 420092), +(72, 420093), +(72, 420094), +(72, 420095), +(72, 420096), +(72, 420097), +(72, 420098), +(72, 420099), +(72, 420100), +(72, 420101), +(72, 420102), +(72, 420103), +(72, 420104), +(72, 420105), +(72, 420106), +(72, 420107), +(72, 420108), +(72, 420109), +(72, 420110), +(72, 420111), +(72, 420112), +(72, 420113), +(72, 420114), +(72, 420115), +(72, 420116), +(72, 420117), +(72, 420118), +(72, 420119), +(72, 420120), +(72, 420121), +(72, 420122), +(72, 420123), +(72, 420124), +(72, 420125), +(72, 420126), +(72, 420127), +(72, 420128), +(72, 420129), +(72, 420130), +(72, 420131), +(72, 420132), +(72, 420133), +(72, 420134), +(72, 420135), +(72, 420136), +(72, 420137), +(72, 420138), +(72, 420139), +(72, 420140), +(72, 420141), +(72, 420142), +(72, 420143), +(72, 420144), +(72, 420145), +(72, 420146), +(72, 420147), +(72, 420148), +(72, 420149), +(72, 420150), +(72, 420151), +(72, 420152), +(72, 420153), +(72, 420154), +(72, 420155), +(72, 420156), +(72, 420157), +(72, 420158), +(72, 420159), +(72, 420160), +(72, 420161), +(72, 420162), +(72, 420163), +(72, 420164), +(72, 420165), +(72, 420166), +(72, 420167), +(72, 420168), +(72, 420169), +(72, 420170), +(72, 420171), +(72, 420172), +(72, 420173), +(72, 420174), +(72, 420175), +(72, 420176), +(72, 420177), +(72, 420178), +(72, 420179), +(72, 420180), +(72, 420181), +(72, 420182), +(72, 420183), +(72, 420184), +(72, 420185), +(72, 420186), +(72, 420187), +(72, 420188), +(72, 420189), +(72, 420190), +(72, 420191), +(72, 420192), +(72, 420193), +(72, 420194), +(72, 420195), +(72, 420196), +(72, 420197), +(72, 420198), +(72, 420199), +(72, 420200), +(72, 420201), +(72, 420202), +(72, 420203), +(72, 420204), +(72, 420205), +(72, 420206), +(72, 420207), +(72, 420208), +(72, 420209), +(72, 420210), +(72, 420211), +(72, 420212), +(72, 420213), +(72, 420214), +(72, 420215), +(72, 420216), +(72, 420217), +(72, 420218), +(72, 420219), +(72, 420220), +(72, 420221), +(72, 420222), +(72, 420223), +(72, 420224), +(72, 420225), +(72, 420226), +(72, 420227), +(72, 420228), +(72, 420229), +(72, 420230), +(72, 420231), +(72, 420232), +(72, 420233), +(72, 420234), +(72, 420235), +(72, 420236), +(72, 420237), +(72, 420238), +(72, 420239), +(72, 420240), +(72, 420241), +(72, 420242), +(72, 420243), +(72, 420244), +(72, 420245), +(72, 420246), +(72, 420247), +(72, 420248), +(72, 420249), +(72, 420250), +(72, 420251), +(72, 420252), +(72, 420253), +(72, 420254), +(72, 420255), +(72, 420256), +(72, 420257), +(72, 420258), +(72, 420259), +(72, 420260), +(72, 420261), +(72, 420262), +(72, 420263), +(72, 420264), +(72, 420265), +(72, 420266), +(72, 420267), +(72, 420268), +(72, 420269), +(72, 420270), +(72, 420271), +(72, 420272), +(72, 420273), +(72, 420274), +(72, 420275), +(72, 420276), +(72, 420277), +(72, 420278), +(72, 420279), +(72, 420280), +(72, 420281), +(72, 420282), +(72, 420283), +(72, 420284), +(72, 420285), +(72, 420286), +(72, 420287), +(72, 420288), +(72, 420289), +(72, 420290), +(72, 420291), +(72, 420292), +(72, 420293), +(72, 420294), +(72, 420295), +(72, 420296), +(72, 420297), +(72, 420298), +(72, 420299), +(72, 420300), +(72, 420301), +(72, 420302), +(72, 420303), +(72, 420304), +(72, 420305), +(72, 420306), +(72, 420307), +(72, 420308), +(72, 420309), +(72, 420310), +(72, 420311), +(72, 420312), +(72, 420313), +(72, 420314), +(72, 420315), +(72, 420316), +(72, 420317), +(72, 420318), +(72, 420319), +(72, 420320), +(72, 420321), +(72, 420322), +(72, 420323), +(72, 420324), +(72, 420325), +(72, 420326), +(72, 420327), +(72, 420328), +(72, 420329), +(72, 420330), +(72, 420331), +(72, 420332), +(72, 420333), +(72, 420334), +(72, 420335), +(72, 420336), +(72, 420337), +(72, 420338), +(72, 420339), +(72, 420340), +(72, 420341), +(72, 420342), +(72, 420343), +(72, 420344), +(72, 420345), +(72, 420346), +(72, 420347), +(72, 420348), +(72, 420349), +(72, 420350), +(72, 420351), +(72, 420352), +(72, 420353), +(72, 420354), +(72, 420355), +(72, 420356), +(72, 420357), +(72, 420358), +(72, 420359), +(72, 420360), +(72, 420361), +(72, 420362), +(72, 420363), +(72, 420364), +(72, 420365), +(72, 420366), +(72, 420367), +(72, 420368), +(72, 420369), +(72, 420370), +(72, 420371), +(72, 420372), +(72, 420373), +(72, 420374), +(72, 420375), +(72, 420376), +(72, 420377), +(72, 420378), +(72, 420379), +(72, 420380), +(72, 420381), +(72, 420382), +(72, 420383), +(72, 420384), +(72, 420385), +(72, 420386), +(72, 420387), +(72, 420388), +(72, 420389), +(72, 420390), +(72, 420391), +(72, 420392); + +-- 'Toasting Goblet' SAI +-- on data set - move into normal phaseMask for a limited duration +SET @PHASEMASK_NORMAL := 1; +SET @PHASEMASK_GOBLETS := 8192; +UPDATE `gameobject_template` SET `AIName` = 'SmartGameObjectAI' WHERE `entry` = 180754; + +DELETE FROM `smart_scripts` WHERE (`source_type` = 1 AND `entryorguid` = 180754); +INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(180754, 1, 0, 0, 38, 0, 100, 0, 0, 1, 0, 0, 0, 0, 80, 18075400, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Toasting Goblet - On Data Set 0 1 - Run Script'); + +DELETE FROM `smart_scripts` WHERE (`source_type` = 9 AND `entryorguid` = 18075400); +INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(18075400, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 44, (@PHASEMASK_GOBLETS + @PHASEMASK_NORMAL), 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Toasting Goblet - Actionlist - Set PhaseMask 8193'), +(18075400, 9, 1, 0, 0, 0, 100, 0, (10 * 60 * 1000), (10 * 60 * 1000), 0, 0, 0, 0, 44, @PHASEMASK_GOBLETS, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Toasting Goblet - Actionlist - Set PhaseMask 8192'); + +-- Update gameobject 'Toasting Goblet' with sniffed values +-- new spawns +DELETE FROM `gameobject` WHERE (`id` IN (180754)) +AND (`guid` BETWEEN 420400 AND 420973); +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`, `Comment`) VALUES +(420400, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14294.5390625, 524.63214111328125, 9.749638557434082031, 4.9218292236328125, 0, 0, -0.62932014465332031, 0.77714616060256958, 120, 255, 1, "", 50250, NULL), +(420401, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14294.677734375, 525.62042236328125, 9.727713584899902343, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, "", 50250, NULL), +(420402, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14294.798828125, 526.27862548828125, 9.747173309326171875, 5.95157480239868164, 0, 0, -0.16504669189453125, 0.986285746097564697, 120, 255, 1, "", 50250, NULL), +(420403, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14295.4677734375, 525.37896728515625, 9.740563392639160156, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, "", 50250, NULL), +(420404, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14295.5830078125, 526.54864501953125, 9.724678993225097656, 2.792518377304077148, 0, 0, 0.984807014465332031, 0.173652306199073791, 120, 255, 1, "", 50250, NULL), +(420405, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14295.60546875, 522.86895751953125, 9.752214431762695312, 2.897245407104492187, 0, 0, 0.99254608154296875, 0.121869951486587524, 120, 255, 1, "", 50250, NULL), +(420406, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14295.7470703125, 523.4647216796875, 9.744639396667480468, 6.09120035171508789, 0, 0, -0.09584522247314453, 0.995396256446838378, 120, 255, 1, "", 50250, NULL), +(420407, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14296.03515625, 522.357177734375, 9.759963035583496093, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, "", 50250, NULL), +(420408, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14296.6494140625, 524.09161376953125, 9.767537117004394531, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, "", 50250, NULL), +(420409, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14296.853515625, 523.05023193359375, 9.760601043701171875, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, "", 50250, NULL), +(420410, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14323.744140625, 448.2686767578125, 23.99978256225585937, 5.811946868896484375, 0, 0, -0.2334451675415039, 0.972369968891143798, 120, 255, 1, "", 50250, NULL), +(420411, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14323.9990234375, 451.2252197265625, 24.38077735900878906, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, "", 50250, NULL), +(420412, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14324.31640625, 448.72308349609375, 24.01930618286132812, 2.094393253326416015, 0, 0, 0.866024971008300781, 0.50000077486038208, 120, 255, 1, "", 50250, NULL), +(420413, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14324.4775390625, 447.335296630859375, 23.98687744140625, 0.296705186367034912, 0, 0, 0.147809028625488281, 0.989015936851501464, 120, 255, 1, "", 52237, NULL), +(420414, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14324.96875, 448.77825927734375, 24.01836967468261718, 2.199114561080932617, 0, 0, 0.8910064697265625, 0.453990638256072998, 120, 255, 1, "", 50250, NULL), +(420415, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14325.1318359375, 447.70355224609375, 23.9896697998046875, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 120, 255, 1, "", 52237, NULL), +(420416, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14325.5693359375, 445.08642578125, 23.92010879516601562, 1.343901276588439941, 0, 0, 0.622513771057128906, 0.78260880708694458, 120, 255, 1, "", 52237, NULL), +(420417, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14345.541015625, 439.709381103515625, 8.506716728210449218, 2.495818138122558593, 0, 0, 0.948323249816894531, 0.317305892705917358, 120, 255, 1, "", 52237, NULL), +(420418, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14345.7548828125, 440.35601806640625, 8.510631561279296875, 1.204277276992797851, 0, 0, 0.56640625, 0.824126183986663818, 120, 255, 1, "", 52237, NULL), +(420419, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14346.1591796875, 439.822113037109375, 8.491557121276855468, 2.844882726669311523, 0, 0, 0.989015579223632812, 0.147811368107795715, 120, 255, 1, "", 52237, NULL), +(420420, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14346.513671875, 439.03759765625, 8.477792739868164062, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, "", 52237, NULL), +(420421, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14346.634765625, 440.25054931640625, 8.493023872375488281, 2.72271275520324707, 0, 0, 0.978147506713867187, 0.207912087440490722, 120, 255, 1, "", 52237, NULL), +(420422, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14347.4326171875, 438.589996337890625, 8.45066070556640625, 1.32644820213317871, 0, 0, 0.615660667419433593, 0.788011372089385986, 120, 255, 1, "", 52237, NULL), +(420423, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14347.69140625, 437.646881103515625, 8.44997406005859375, 0.366517573595046997, 0, 0, 0.182234764099121093, 0.98325502872467041, 120, 255, 1, "", 52237, NULL), +(420424, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14348.4609375, 439.043121337890625, 8.464335441589355468, 2.548179388046264648, 0, 0, 0.956304550170898437, 0.292372345924377441, 120, 255, 1, "", 52237, NULL), +(420425, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14348.609375, 437.85015869140625, 8.469174385070800781, 6.230826377868652343, 0, 0, -0.02617645263671875, 0.999657332897186279, 120, 255, 1, "", 52237, NULL), +(420426, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14348.955078125, 438.5751953125, 8.452228546142578125, 4.764749526977539062, 0, 0, -0.6883544921875, 0.725374460220336914, 120, 255, 1, "", 52237, NULL), +(420427, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14399.541015625, 414.96588134765625, 23.61275291442871093, 0.15707901120185852, 0, 0, 0.078458786010742187, 0.996917366981506347, 120, 255, 1, "", 52237, NULL), +(420428, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14400.1689453125, 413.569000244140625, 23.60268020629882812, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, "", 52237, NULL), +(420429, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14400.498046875, 414.14105224609375, 23.60520172119140625, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, "", 52237, NULL), +(420430, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14400.498046875, 415.040863037109375, 23.61678886413574218, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, "", 52237, NULL), +(420431, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14401.296875, 414.909332275390625, 23.63955307006835937, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, "", 52237, NULL), +(420432, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14408.583984375, 422.721954345703125, 9.570842742919921875, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, "", 52237, NULL), +(420433, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14408.7724609375, 421.47802734375, 9.593777656555175781, 4.764749526977539062, 0, 0, -0.6883544921875, 0.725374460220336914, 120, 255, 1, "", 52237, NULL), +(420434, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14408.7919921875, 422.054046630859375, 9.592149734497070312, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 120, 255, 1, "", 52237, NULL), +(420435, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14409.49609375, 423.343414306640625, 9.58802032470703125, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, "", 52237, NULL), +(420436, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14409.794921875, 422.586273193359375, 9.584161758422851562, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, "", 52237, NULL), +(420437, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14411.7939453125, 423.77301025390625, 9.835375785827636718, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, "", 52237, NULL), +(420438, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14412.1962890625, 423.14996337890625, 9.828595161437988281, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, "", 52237, NULL), +(420439, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14412.5673828125, 419.929046630859375, 23.25348472595214843, 5.445427894592285156, 0, 0, -0.40673637390136718, 0.913545548915863037, 120, 255, 1, "", 52237, NULL), +(420440, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14412.7939453125, 424.00384521484375, 9.842089653015136718, 5.811946868896484375, 0, 0, -0.2334451675415039, 0.972369968891143798, 120, 255, 1, "", 52237, NULL), +(420441, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14412.953125, 418.913421630859375, 23.25890350341796875, 5.462882041931152343, 0, 0, -0.39874839782714843, 0.917060375213623046, 120, 255, 1, "", 52237, NULL), +(420442, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14413.1298828125, 423.29443359375, 9.844315528869628906, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, "", 52237, NULL), +(420443, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14413.3271484375, 424.8521728515625, 9.860578536987304687, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, "", 52237, NULL), +(420444, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14413.4951171875, 420.67620849609375, 23.29860305786132812, 3.78736734390258789, 0, 0, -0.94832324981689453, 0.317305892705917358, 120, 255, 1, "", 52237, NULL), +(420445, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14413.6494140625, 419.219940185546875, 23.27797317504882812, 4.572763919830322265, 0, 0, -0.75470924377441406, 0.656059443950653076, 120, 255, 1, "", 52237, NULL), +(420446, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14414.26171875, 419.7183837890625, 23.29205703735351562, 4.241150379180908203, 0, 0, -0.85264015197753906, 0.522498607635498046, 120, 255, 1, "", 52237, NULL), +(420447, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14443.0068359375, 453.21185302734375, 16.43883705139160156, 0.366517573595046997, 0, 0, 0.182234764099121093, 0.98325502872467041, 120, 255, 1, "", 52237, NULL), +(420448, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14443.166015625, 454.296295166015625, 16.44909095764160156, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, "", 52237, NULL), +(420449, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14443.46484375, 452.402191162109375, 16.45926666259765625, 1.361356139183044433, 0, 0, 0.629320144653320312, 0.77714616060256958, 120, 255, 1, "", 52237, NULL), +(420450, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14443.767578125, 453.952789306640625, 16.44763565063476562, 5.864306926727294921, 0, 0, -0.20791149139404296, 0.978147625923156738, 120, 255, 1, "", 52237, NULL), +(420451, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14443.94921875, 452.97955322265625, 16.44610595703125, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, "", 52237, NULL), +(420452, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14447.2509765625, 484.71429443359375, 16.10753250122070312, 0.959929943084716796, 0, 0, 0.461748123168945312, 0.887011110782623291, 120, 255, 1, "", 52237, NULL), +(420453, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14447.677734375, 483.2862548828125, 16.08506393432617187, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, "", 52237, NULL), +(420454, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14447.7314453125, 485.34075927734375, 16.12281227111816406, 1.832594871520996093, 0, 0, 0.793353080749511718, 0.608761727809906005, 120, 255, 1, "", 52237, NULL), +(420455, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14447.7470703125, 484.0087890625, 16.09767532348632812, 3.420850038528442382, 0, 0, -0.99026775360107421, 0.139175355434417724, 120, 255, 1, "", 52237, NULL), +(420456, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14448.2138671875, 484.405426025390625, 16.09571647644042968, 3.473210096359252929, 0, 0, -0.98628520965576171, 0.165049895644187927, 120, 255, 1, "", 52237, NULL), +(420457, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14458.880859375, 426.96771240234375, 26.22297859191894531, 4.625123500823974609, 0, 0, -0.73727703094482421, 0.67559051513671875, 120, 255, 1, "", 52237, NULL), +(420458, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14459.400390625, 427.481842041015625, 26.2252349853515625, 1.064649581909179687, 0, 0, 0.507537841796875, 0.861629426479339599, 120, 255, 1, "", 52237, NULL), +(420459, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14459.576171875, 428.315582275390625, 26.23066902160644531, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, "", 52237, NULL), +(420460, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14460.255859375, 426.776275634765625, 26.21166610717773437, 1.448621988296508789, 0, 0, 0.662619590759277343, 0.748956084251403808, 120, 255, 1, "", 52237, NULL), +(420461, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -14460.529296875, 427.66412353515625, 26.20433998107910156, 3.839725255966186523, 0, 0, -0.93969249725341796, 0.34202045202255249, 120, 255, 1, "", 52237, NULL), +(420462, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5027.13916015625, -812.36285400390625, 496.467132568359375, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, "", 52237, NULL), +(420463, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5027.73779296875, -812.03387451171875, 496.4259033203125, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, "", 52237, NULL), +(420464, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5027.76025390625, -811.45489501953125, 496.451873779296875, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, "", 52237, NULL), +(420465, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5028.19775390625, -812.90802001953125, 496.4630126953125, 4.241150379180908203, 0, 0, -0.85264015197753906, 0.522498607635498046, 120, 255, 1, "", 52237, NULL), +(420466, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5028.34716796875, -811.2899169921875, 496.433990478515625, 5.462882041931152343, 0, 0, -0.39874839782714843, 0.917060375213623046, 120, 255, 1, "", 52237, NULL), +(420467, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5028.640625, -811.95489501953125, 496.444183349609375, 4.572763919830322265, 0, 0, -0.75470924377441406, 0.656059443950653076, 120, 255, 1, "", 52237, NULL), +(420468, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5030.236328125, -803.795166015625, 496.532867431640625, 1.448621988296508789, 0, 0, 0.662619590759277343, 0.748956084251403808, 120, 255, 1, "", 52237, NULL), +(420469, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5030.37841796875, -803.1180419921875, 496.513671875, 1.064649581909179687, 0, 0, 0.507537841796875, 0.861629426479339599, 120, 255, 1, "", 52237, NULL), +(420470, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5030.55029296875, -802.4132080078125, 496.5054931640625, 3.839725255966186523, 0, 0, -0.93969249725341796, 0.34202045202255249, 120, 255, 1, "", 52237, NULL), +(420471, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5030.98291015625, -803.9375, 496.53765869140625, 3.78736734390258789, 0, 0, -0.94832324981689453, 0.317305892705917358, 120, 255, 1, "", 52237, NULL), +(420472, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5031.12158203125, -802.763916015625, 496.515411376953125, 4.625123500823974609, 0, 0, -0.73727703094482421, 0.67559051513671875, 120, 255, 1, "", 52237, NULL), +(420473, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5031.5068359375, -793.013916015625, 496.3243408203125, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, "", 52237, NULL), +(420474, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5031.6162109375, -791.92706298828125, 496.31341552734375, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, "", 52237, NULL), +(420475, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5031.78466796875, -803.30035400390625, 496.510467529296875, 5.445427894592285156, 0, 0, -0.40673637390136718, 0.913545548915863037, 120, 255, 1, "", 52237, NULL), +(420476, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5032.12841796875, -792.484375, 496.3194580078125, 3.420850038528442382, 0, 0, -0.99026775360107421, 0.139175355434417724, 120, 255, 1, "", 52237, NULL), +(420477, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5032.18603515625, -793.23956298828125, 496.325897216796875, 3.473210096359252929, 0, 0, -0.98628520965576171, 0.165049895644187927, 120, 255, 1, "", 52237, NULL), +(420478, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5032.73974609375, -792.66839599609375, 496.31494140625, 0.959929943084716796, 0, 0, 0.461748123168945312, 0.887011110782623291, 120, 255, 1, "", 52237, NULL), +(420479, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5032.8818359375, -791.83856201171875, 496.315582275390625, 1.832594871520996093, 0, 0, 0.793353080749511718, 0.608761727809906005, 120, 255, 1, "", 52237, NULL), +(420480, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5037.42626953125, -823.07916259765625, 496.177642822265625, 2.094393253326416015, 0, 0, 0.866024971008300781, 0.50000077486038208, 120, 255, 1, "", 52237, NULL), +(420481, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5038.04541015625, -823.4918212890625, 496.179534912109375, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, "", 52237, NULL), +(420482, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5038.26806640625, -822.74395751953125, 496.186431884765625, 2.199114561080932617, 0, 0, 0.8910064697265625, 0.453990638256072998, 120, 255, 1, "", 52237, NULL), +(420483, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5038.54638671875, -824.0369873046875, 496.181915283203125, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 120, 255, 1, "", 52237, NULL), +(420484, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5038.783203125, -822.3018798828125, 496.180450439453125, 5.811946868896484375, 0, 0, -0.2334451675415039, 0.972369968891143798, 120, 255, 1, "", 52237, NULL), +(420485, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5039.1181640625, -822.8819580078125, 496.181854248046875, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, "", 52237, NULL), +(420486, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5058.501953125, -782.63519287109375, 495.3365478515625, 5.864306926727294921, 0, 0, -0.20791149139404296, 0.978147625923156738, 120, 255, 1, "", 52237, NULL), +(420487, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5058.796875, -783.23785400390625, 495.3062744140625, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, "", 52237, NULL), +(420488, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5059.0849609375, -784.0694580078125, 495.29986572265625, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, "", 52237, NULL), +(420489, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5059.638671875, -783.15936279296875, 495.30035400390625, 0.401424884796142578, 0, 0, 0.199367523193359375, 0.979924798011779785, 120, 255, 1, "", 52237, NULL), +(420490, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5059.6806640625, -783.7413330078125, 495.291229248046875, 0.366517573595046997, 0, 0, 0.182234764099121093, 0.98325502872467041, 120, 255, 1, "", 52237, NULL), +(420491, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5059.8125, -782.515625, 495.316070556640625, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, "", 52237, NULL), +(420492, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5066.6162109375, -806.02081298828125, 496.18255615234375, 1.343901276588439941, 0, 0, 0.622513771057128906, 0.78260880708694458, 120, 255, 1, "", 52237, NULL), +(420493, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5066.78466796875, -806.73089599609375, 496.168792724609375, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, "", 52237, NULL), +(420494, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5067.236328125, -805.36285400390625, 496.189605712890625, 0.296705186367034912, 0, 0, 0.147809028625488281, 0.989015936851501464, 120, 255, 1, "", 52237, NULL), +(420495, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5067.88525390625, -806.2430419921875, 496.203521728515625, 3.752462387084960937, 0, 0, -0.95371627807617187, 0.300707906484603881, 120, 255, 1, "", 52237, NULL), +(420496, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5074.15087890625, -784.19097900390625, 496.172149658203125, 4.9218292236328125, 0, 0, -0.62932014465332031, 0.77714616060256958, 120, 255, 1, "", 52237, NULL), +(420497, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5074.1787109375, -783.36456298828125, 496.163909912109375, 6.09120035171508789, 0, 0, -0.09584522247314453, 0.995396256446838378, 120, 255, 1, "", 52237, NULL), +(420498, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5074.78125, -782.30206298828125, 496.160980224609375, 2.897245407104492187, 0, 0, 0.99254608154296875, 0.121869951486587524, 120, 255, 1, "", 52237, NULL), +(420499, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5075.04150390625, -783.90625, 496.15045166015625, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, "", 52237, NULL), +(420500, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5075.2724609375, -783.1024169921875, 496.1480712890625, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, "", 52237, NULL), +(420501, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5091.93603515625, -776.4930419921875, 496.1441650390625, 0.366517573595046997, 0, 0, 0.182234764099121093, 0.98325502872467041, 120, 255, 1, "", 52237, NULL), +(420502, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5092.5224609375, -775.54864501953125, 496.139923095703125, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, "", 52237, NULL), +(420503, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5092.70654296875, -776.546875, 496.127227783203125, 2.792518377304077148, 0, 0, 0.984807014465332031, 0.173652306199073791, 120, 255, 1, "", 52237, NULL), +(420504, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5092.96533203125, -777.390625, 496.130706787109375, 1.32644820213317871, 0, 0, 0.615660667419433593, 0.788011372089385986, 120, 255, 1, "", 52237, NULL), +(420505, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5093.22216796875, -775.717041015625, 496.133148193359375, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, "", 52237, NULL), +(420506, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5093.9287109375, -776.21875, 496.126953125, 5.95157480239868164, 0, 0, -0.16504669189453125, 0.986285746097564697, 120, 255, 1, "", 52237, NULL), +(420507, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5100.9755859375, -804.51910400390625, 496.168792724609375, 2.844882726669311523, 0, 0, 0.989015579223632812, 0.147811368107795715, 120, 255, 1, "", 52237, NULL), +(420508, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5101.15478515625, -803.3819580078125, 496.18267822265625, 4.764749526977539062, 0, 0, -0.6883544921875, 0.725374460220336914, 120, 255, 0, "", 52237, NULL), +(420509, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5101.15478515625, -803.3819580078125, 496.18267822265625, 4.764749526977539062, 0, 0, -0.6883544921875, 0.725374460220336914, 120, 255, 1, "", 52237, NULL), +(420510, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5101.216796875, -802.792236328125, 496.189605712890625, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 0, "", 52237, NULL), +(420511, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5101.216796875, -802.792236328125, 496.189605712890625, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, "", 52237, NULL), +(420512, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5101.84375, -804.2274169921875, 496.161834716796875, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, "", 52237, NULL), +(420513, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5101.9619140625, -803.09552001953125, 496.17572021484375, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, "", 52237, NULL), +(420514, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5102.23974609375, -803.7413330078125, 496.17572021484375, 2.234017848968505859, 0, 0, 0.898793220520019531, 0.438372820615768432, 120, 255, 1, "", 52237, NULL), +(420515, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5153.25341796875, -855.65625, 509.373870849609375, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, "", 52237, NULL), +(420516, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5153.640625, -855.2257080078125, 509.376251220703125, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 120, 255, 1, "", 52237, NULL), +(420517, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5154.05908203125, -854.640625, 509.385467529296875, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, "", 52237, NULL), +(420518, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5154.140625, -856.45489501953125, 509.350738525390625, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, "", 52237, NULL), +(420519, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5154.6005859375, -855.88714599609375, 509.3468017578125, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, "", 52237, NULL), +(420520, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5154.79541015625, -855.23956298828125, 509.343048095703125, 4.310965538024902343, 0, 0, -0.83388519287109375, 0.55193793773651123, 120, 255, 1, "", 52237, NULL), +(420521, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5164.171875, -865.14410400390625, 508.052520751953125, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, "", 52237, NULL), +(420522, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5164.392578125, -864.58331298828125, 508.045318603515625, 4.520402908325195312, 0, 0, -0.77162456512451171, 0.636078238487243652, 120, 255, 1, "", 52237, NULL), +(420523, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5164.97509765625, -864.79083251953125, 508.073944091796875, 1.204277276992797851, 0, 0, 0.56640625, 0.824126183986663818, 120, 255, 1, "", 52237, NULL), +(420524, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5164.9931640625, -865.8524169921875, 508.072540283203125, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, "", 52237, NULL), +(420525, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5165.08349609375, -864.0711669921875, 508.07171630859375, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, "", 52237, NULL), +(420526, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -5165.92529296875, -865.20098876953125, 508.10162353515625, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 120, 255, 1, "", 52237, NULL), +(420527, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8815.6455078125, 628.20831298828125, 95.14703369140625, 0.366517573595046997, 0, 0, 0.182234764099121093, 0.98325502872467041, 120, 255, 1, "", 52237, NULL), +(420528, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8816.0234375, 628.7069091796875, 95.1363067626953125, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, "", 52237, NULL), +(420529, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8816.1220703125, 629.4288330078125, 95.1605682373046875, 5.864306926727294921, 0, 0, -0.20791149139404296, 0.978147625923156738, 120, 255, 1, "", 52237, NULL), +(420530, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8816.40234375, 627.45452880859375, 95.14807891845703125, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, "", 52237, NULL), +(420531, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8816.7744140625, 627.9375, 95.14206695556640625, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, "", 52237, NULL), +(420532, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8817.22265625, 628.64410400390625, 95.1558685302734375, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, "", 52237, NULL), +(420533, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8817.251953125, 647.1632080078125, 95.39273834228515625, 3.420850038528442382, 0, 0, -0.99026775360107421, 0.139175355434417724, 120, 255, 1, "", 52237, NULL), +(420534, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8817.466796875, 646.5069580078125, 95.40354156494140625, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, "", 52237, NULL), +(420535, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8817.845703125, 647.80902099609375, 95.3867645263671875, 3.473210096359252929, 0, 0, -0.98628520965576171, 0.165049895644187927, 120, 255, 1, "", 52237, NULL), +(420536, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8817.9482421875, 646.97918701171875, 95.39714813232421875, 0.959929943084716796, 0, 0, 0.461748123168945312, 0.887011110782623291, 120, 255, 1, "", 52237, NULL), +(420537, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8818.4638671875, 647.74652099609375, 95.3614959716796875, 1.361356139183044433, 0, 0, 0.629320144653320312, 0.77714616060256958, 120, 255, 1, "", 52237, NULL), +(420538, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8818.669921875, 646.421875, 95.38272857666015625, 1.832594871520996093, 0, 0, 0.793353080749511718, 0.608761727809906005, 120, 255, 1, "", 52237, NULL), +(420539, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8825.9619140625, 629.34552001953125, 95.15799713134765625, 2.897245407104492187, 0, 0, 0.99254608154296875, 0.121869951486587524, 120, 255, 1, "", 50250, NULL), +(420540, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8826.51953125, 630.0850830078125, 95.12602996826171875, 6.09120035171508789, 0, 0, -0.09584522247314453, 0.995396256446838378, 120, 255, 1, "", 50250, NULL), +(420541, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8826.7724609375, 629.02276611328125, 95.1091766357421875, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, "", 50250, NULL), +(420542, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8827.1533203125, 628.50518798828125, 95.1290435791015625, 4.9218292236328125, 0, 0, -0.62932014465332031, 0.77714616060256958, 120, 255, 1, "", 50250, NULL), +(420543, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8827.599609375, 628.95489501953125, 95.13140106201171875, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, "", 50250, NULL), +(420544, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8827.7744140625, 629.56768798828125, 95.12963104248046875, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, "", 50250, NULL), +(420545, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8838.3017578125, 647.15972900390625, 97.06046295166015625, 3.78736734390258789, 0, 0, -0.94832324981689453, 0.317305892705917358, 120, 255, 1, "", 50250, NULL), +(420546, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8838.748046875, 646.717041015625, 97.06490325927734375, 1.064649581909179687, 0, 0, 0.507537841796875, 0.861629426479339599, 120, 255, 1, "", 50250, NULL), +(420547, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8838.8486328125, 648.029541015625, 97.07756805419921875, 4.625123500823974609, 0, 0, -0.73727703094482421, 0.67559051513671875, 120, 255, 1, "", 50250, NULL), +(420548, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8839.3642578125, 646.19268798828125, 97.07981109619140625, 3.839725255966186523, 0, 0, -0.93969249725341796, 0.34202045202255249, 120, 255, 1, "", 50250, NULL), +(420549, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8839.3681640625, 647.67706298828125, 97.04721832275390625, 1.448621988296508789, 0, 0, 0.662619590759277343, 0.748956084251403808, 120, 255, 1, "", 50250, NULL), +(420550, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8840.03125, 646.98089599609375, 97.07740020751953125, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, "", 50250, NULL), +(420551, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8840.8408203125, 650.03125, 97.6021728515625, 4.572763919830322265, 0, 0, -0.75470924377441406, 0.656059443950653076, 120, 255, 1, "", 50250, NULL), +(420552, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8841.763671875, 649.45489501953125, 97.59047698974609375, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, "", 50250, NULL), +(420553, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8841.90625, 651.154541015625, 97.626678466796875, 5.445427894592285156, 0, 0, -0.40673637390136718, 0.913545548915863037, 120, 255, 1, "", 50250, NULL), +(420554, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8842.53515625, 649.82293701171875, 97.60202789306640625, 5.462882041931152343, 0, 0, -0.39874839782714843, 0.917060375213623046, 120, 255, 1, "", 50250, NULL), +(420555, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8842.576171875, 650.58331298828125, 97.61664581298828125, 4.241150379180908203, 0, 0, -0.85264015197753906, 0.522498607635498046, 120, 255, 1, "", 50250, NULL), +(420556, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8844.3017578125, 627.05902099609375, 95.57450103759765625, 5.95157480239868164, 0, 0, -0.16504669189453125, 0.986285746097564697, 120, 255, 1, "", 50250, NULL), +(420557, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8844.923828125, 626.513916015625, 95.534149169921875, 0.366517573595046997, 0, 0, 0.182234764099121093, 0.98325502872467041, 120, 255, 1, "", 50250, NULL), +(420558, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8845.2607421875, 627.67510986328125, 95.57096099853515625, 2.792518377304077148, 0, 0, 0.984807014465332031, 0.173652306199073791, 120, 255, 1, "", 50250, NULL), +(420559, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8845.6044921875, 626.12677001953125, 95.54889678955078125, 1.32644820213317871, 0, 0, 0.615660667419433593, 0.788011372089385986, 120, 255, 1, "", 50250, NULL), +(420560, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8845.892578125, 626.79864501953125, 95.555084228515625, 6.230826377868652343, 0, 0, -0.02617645263671875, 0.999657332897186279, 120, 255, 1, "", 50250, NULL), +(420561, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8849.6142578125, 663.91864013671875, 98.39531707763671875, 5.811946868896484375, 0, 0, -0.2334451675415039, 0.972369968891143798, 120, 255, 1, "", 50250, NULL), +(420562, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8850.2919921875, 663.866943359375, 97.34830474853515625, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 120, 255, 1, "", 50250, NULL), +(420563, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8850.3876953125, 662.76214599609375, 98.390655517578125, 0.296705186367034912, 0, 0, 0.147809028625488281, 0.989015936851501464, 120, 255, 1, "", 50250, NULL), +(420564, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8850.423828125, 642.02606201171875, 97.456878662109375, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, "", 50250, NULL), +(420565, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8850.533203125, 642.84893798828125, 97.45856475830078125, 0.15707901120185852, 0, 0, 0.078458786010742187, 0.996917366981506347, 120, 255, 1, "", 50250, NULL), +(420566, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8850.6923828125, 641.42218017578125, 97.43770599365234375, 2.094393253326416015, 0, 0, 0.866024971008300781, 0.50000077486038208, 120, 255, 1, "", 50250, NULL), +(420567, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8850.7236328125, 592.26214599609375, 94.12714385986328125, 4.764749526977539062, 0, 0, -0.6883544921875, 0.725374460220336914, 120, 255, 1, "", 50250, NULL), +(420568, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8850.888671875, 663.08331298828125, 98.38170623779296875, 1.343901276588439941, 0, 0, 0.622513771057128906, 0.78260880708694458, 120, 255, 1, "", 50250, NULL), +(420569, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8850.9892578125, 591.65802001953125, 94.11632537841796875, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, "", 50250, NULL), +(420570, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8851.2412109375, 642.420166015625, 97.46201324462890625, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, "", 50250, NULL), +(420571, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8851.2431640625, 592.623291015625, 94.11891937255859375, 2.548179388046264648, 0, 0, 0.956304550170898437, 0.292372345924377441, 120, 255, 1, "", 50250, NULL), +(420572, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8851.4306640625, 663.7725830078125, 98.36783599853515625, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, "", 50250, NULL), +(420573, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8851.71875, 641.6610107421875, 97.520172119140625, 2.199114561080932617, 0, 0, 0.8910064697265625, 0.453990638256072998, 120, 255, 1, "", 50250, NULL), +(420574, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8851.8369140625, 591.560791015625, 94.1428680419921875, 2.844882726669311523, 0, 0, 0.989015579223632812, 0.147811368107795715, 120, 255, 1, "", 50250, NULL), +(420575, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8851.8388671875, 592.92364501953125, 94.12485504150390625, 2.495818138122558593, 0, 0, 0.948323249816894531, 0.317305892705917358, 120, 255, 1, "", 50250, NULL), +(420576, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8851.890625, 643.19964599609375, 97.467803955078125, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, "", 50250, NULL), +(420577, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8852.5205078125, 592.123291015625, 94.13825225830078125, 1.204277276992797851, 0, 0, 0.56640625, 0.824126183986663818, 120, 255, 1, "", 50250, NULL), +(420578, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8854.2724609375, 588.420166015625, 94.3432464599609375, 4.520402908325195312, 0, 0, -0.77162456512451171, 0.636078238487243652, 120, 255, 1, "", 50250, NULL), +(420579, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8854.5986328125, 589.0382080078125, 94.35511016845703125, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, "", 50250, NULL), +(420580, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8854.9970703125, 589.55731201171875, 94.34940338134765625, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 120, 255, 1, "", 50250, NULL), +(420581, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8855.0810546875, 587.9913330078125, 94.31683349609375, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, "", 50250, NULL), +(420582, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8855.5986328125, 588.50518798828125, 94.3062744140625, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, "", 50250, NULL), +(420583, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8857.8017578125, 585.5491943359375, 94.54062652587890625, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, "", 50250, NULL), +(420584, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8858.2568359375, 586.3292236328125, 94.53256988525390625, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, "", 50250, NULL), +(420585, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8858.4501953125, 584.346435546875, 94.55458831787109375, 4.310965538024902343, 0, 0, -0.83388519287109375, 0.55193793773651123, 120, 255, 1, "", 50250, NULL), +(420586, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8858.701171875, 585.10357666015625, 94.541412353515625, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, "", 50250, NULL), +(420587, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8858.779296875, 586.0538330078125, 94.54236602783203125, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, "", 50250, NULL), +(420588, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, -8859.330078125, 585.11712646484375, 94.55252838134765625, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, "", 50250, NULL), +(420589, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1774.626708984375, 198.392364501953125, 71.45519256591796875, 2.548179388046264648, 0, 0, 0.956304550170898437, 0.292372345924377441, 120, 255, 1, "", 50250, NULL), +(420590, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1774.6336669921875, 197.2256927490234375, 71.469085693359375, 4.764749526977539062, 0, 0, -0.6883544921875, 0.725374460220336914, 120, 255, 1, "", 50250, NULL), +(420591, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1775.234375, 197.7465362548828125, 71.4482574462890625, 0.366517573595046997, 0, 0, 0.182234764099121093, 0.98325502872467041, 120, 255, 1, "", 50250, NULL), +(420592, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1775.8021240234375, 197.1805572509765625, 71.43436431884765625, 1.32644820213317871, 0, 0, 0.615660667419433593, 0.788011372089385986, 120, 255, 1, "", 50250, NULL), +(420593, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1775.84375, 198.2864532470703125, 71.44824981689453125, 6.230826377868652343, 0, 0, -0.02617645263671875, 0.999657332897186279, 120, 255, 1, "", 50250, NULL), +(420594, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1780.765625, 280.34027099609375, 71.46909332275390625, 0.15707901120185852, 0, 0, 0.078458786010742187, 0.996917366981506347, 120, 255, 1, "", 50250, NULL), +(420595, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1780.796875, 279.130218505859375, 71.44824981689453125, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, "", 50250, NULL), +(420596, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1781.376708984375, 279.73785400390625, 71.4552001953125, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, "", 50250, NULL), +(420597, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1781.9617919921875, 280.467010498046875, 71.469085693359375, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, "", 50250, NULL), +(420598, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1782.076416015625, 279.289947509765625, 71.44130706787109375, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, "", 50250, NULL), +(420599, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1793.732666015625, 196.8489532470703125, 71.469085693359375, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, "", 50250, NULL), +(420600, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1793.8194580078125, 198.0625, 71.4760284423828125, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, "", 50250, NULL), +(420601, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1794.40625, 197.25, 71.4552001953125, 4.9218292236328125, 0, 0, -0.62932014465332031, 0.77714616060256958, 120, 255, 1, "", 50250, NULL), +(420602, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1794.96533203125, 196.748260498046875, 71.43436431884765625, 5.95157480239868164, 0, 0, -0.16504669189453125, 0.986285746097564697, 120, 255, 1, "", 50250, NULL), +(420603, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1795.0555419921875, 197.9756927490234375, 71.4482574462890625, 2.792518377304077148, 0, 0, 0.984807014465332031, 0.173652306199073791, 120, 255, 1, "", 50250, NULL), +(420604, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1795.6475830078125, 278.638885498046875, 71.46213531494140625, 4.572763919830322265, 0, 0, -0.75470924377441406, 0.656059443950653076, 120, 255, 1, "", 50250, NULL), +(420605, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1795.75, 279.979156494140625, 71.43436431884765625, 5.445427894592285156, 0, 0, -0.40673637390136718, 0.913545548915863037, 120, 255, 1, "", 50250, NULL), +(420606, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1796.3385009765625, 279.317718505859375, 71.44130706787109375, 5.462882041931152343, 0, 0, -0.39874839782714843, 0.917060375213623046, 120, 255, 1, "", 50250, NULL), +(420607, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1796.920166015625, 280.00347900390625, 71.441314697265625, 3.78736734390258789, 0, 0, -0.94832324981689453, 0.317305892705917358, 120, 255, 1, "", 50250, NULL), +(420608, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1796.9566650390625, 278.795135498046875, 71.4552001953125, 4.241150379180908203, 0, 0, -0.85264015197753906, 0.522498607635498046, 120, 255, 1, "", 50250, NULL), +(420609, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1804.314208984375, 213.4114532470703125, 66.4621429443359375, 1.204277276992797851, 0, 0, 0.56640625, 0.824126183986663818, 120, 255, 1, "", 50250, NULL), +(420610, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1804.4010009765625, 214.81597900390625, 66.47603607177734375, 2.72271275520324707, 0, 0, 0.978147506713867187, 0.207912087440490722, 120, 255, 1, "", 50250, NULL), +(420611, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1804.52783203125, 262.34722900390625, 66.4552001953125, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 120, 255, 1, "", 50250, NULL), +(420612, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1804.6944580078125, 263.598968505859375, 66.4621429443359375, 2.199114561080932617, 0, 0, 0.8910064697265625, 0.453990638256072998, 120, 255, 1, "", 50250, NULL), +(420613, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1804.6978759765625, 229.9600677490234375, 61.49707794189453125, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, "", 50250, NULL), +(420614, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1804.7239990234375, 246.4496612548828125, 61.64232635498046875, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, "", 50250, NULL), +(420615, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1804.763916015625, 228.7309112548828125, 61.4978179931640625, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, "", 50250, NULL), +(420616, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1804.8629150390625, 247.6631927490234375, 61.62843704223632812, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 0, "", 52237, NULL), +(420617, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1804.8629150390625, 247.6631927490234375, 61.62843704223632812, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, "", 50250, NULL), +(420618, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1805.0694580078125, 213.90625, 66.4482574462890625, 2.495818138122558593, 0, 0, 0.948323249816894531, 0.317305892705917358, 120, 255, 1, "", 50250, NULL), +(420619, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1805.25, 229.3402862548828125, 61.50053787231445312, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, "", 50250, NULL), +(420620, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1805.263916015625, 262.892364501953125, 66.441314697265625, 0.558503925800323486, 0, 0, 0.275636672973632812, 0.961261868476867675, 120, 255, 1, "", 50250, NULL), +(420621, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1805.53125, 246.876739501953125, 61.64232635498046875, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, "", 50250, NULL), +(420622, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1805.6492919921875, 213.404510498046875, 66.441314697265625, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, "", 50250, NULL), +(420623, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1805.7396240234375, 214.607635498046875, 66.441314697265625, 2.844882726669311523, 0, 0, 0.989015579223632812, 0.147811368107795715, 120, 255, 1, "", 50250, NULL), +(420624, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1805.954833984375, 262.2725830078125, 66.43436431884765625, 5.811946868896484375, 0, 0, -0.2334451675415039, 0.972369968891143798, 120, 255, 1, "", 50250, NULL), +(420625, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1805.954833984375, 263.541656494140625, 66.441314697265625, 2.094393253326416015, 0, 0, 0.866024971008300781, 0.50000077486038208, 120, 255, 1, "", 50250, NULL), +(420626, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1806.0069580078125, 246.296875, 61.65621566772460937, 5.811946868896484375, 0, 0, -0.2334451675415039, 0.972369968891143798, 120, 255, 1, "", 50250, NULL), +(420627, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1806.0086669921875, 228.7152862548828125, 61.4760284423828125, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 120, 255, 1, "", 50250, NULL), +(420628, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1806.0225830078125, 229.98785400390625, 61.49678421020507812, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, "", 50250, NULL), +(420629, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1806.2569580078125, 247.513885498046875, 61.6631622314453125, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 0, "", 52237, NULL), +(420630, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1806.2569580078125, 247.513885498046875, 61.6631622314453125, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, "", 50250, NULL), +(420631, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1812.66845703125, 278.998260498046875, 71.4482574462890625, 1.064649581909179687, 0, 0, 0.507537841796875, 0.861629426479339599, 120, 255, 1, "", 50250, NULL), +(420632, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1812.732666015625, 280.29339599609375, 71.441314697265625, 3.839725255966186523, 0, 0, -0.93969249725341796, 0.34202045202255249, 120, 255, 1, "", 50250, NULL), +(420633, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1813.3646240234375, 279.638885498046875, 71.4552001953125, 4.625123500823974609, 0, 0, -0.73727703094482421, 0.67559051513671875, 120, 255, 1, "", 50250, NULL), +(420634, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1813.9288330078125, 280.46875, 71.4621429443359375, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, "", 50250, NULL), +(420635, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1813.9478759765625, 196.8072967529296875, 71.4552001953125, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, "", 50250, NULL), +(420636, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1813.998291015625, 279.151031494140625, 71.4552001953125, 1.448621988296508789, 0, 0, 0.662619590759277343, 0.748956084251403808, 120, 255, 1, "", 50250, NULL), +(420637, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1814.0035400390625, 198.01910400390625, 71.4552001953125, 2.897245407104492187, 0, 0, 0.99254608154296875, 0.121869951486587524, 120, 255, 1, "", 50250, NULL), +(420638, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1814.642333984375, 197.421875, 71.4552001953125, 6.161012649536132812, 0, 0, -0.06104850769042968, 0.998134791851043701, 120, 255, 1, "", 50250, NULL), +(420639, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1815.0816650390625, 198.015625, 71.4482574462890625, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, "", 50250, NULL), +(420640, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1815.140625, 196.89410400390625, 71.42742156982421875, 6.09120035171508789, 0, 0, -0.09584522247314453, 0.995396256446838378, 120, 255, 1, "", 50250, NULL), +(420641, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1830.35595703125, 278.857635498046875, 71.4552001953125, 3.420850038528442382, 0, 0, -0.99026775360107421, 0.139175355434417724, 120, 255, 1, "", 50250, NULL), +(420642, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1830.423583984375, 280.140625, 71.4552001953125, 3.473210096359252929, 0, 0, -0.98628520965576171, 0.165049895644187927, 120, 255, 1, "", 50250, NULL), +(420643, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1831.125, 279.296875, 71.441314697265625, 2.129300594329833984, 0, 0, 0.874619483947753906, 0.484810054302215576, 120, 255, 1, "", 50250, NULL), +(420644, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1831.5225830078125, 278.86285400390625, 71.4482574462890625, 5.340708732604980468, 0, 0, -0.45398998260498046, 0.891006767749786376, 120, 255, 1, "", 50250, NULL), +(420645, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1831.642333984375, 280.142364501953125, 71.441314697265625, 1.832594871520996093, 0, 0, 0.793353080749511718, 0.608761727809906005, 120, 255, 1, "", 50250, NULL), +(420646, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1831.7379150390625, 198.001739501953125, 71.43436431884765625, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, "", 50250, NULL), +(420647, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1831.7847900390625, 196.8489532470703125, 71.4482574462890625, 0.366517573595046997, 0, 0, 0.182234764099121093, 0.98325502872467041, 120, 255, 1, "", 50250, NULL), +(420648, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1832.326416015625, 197.3194427490234375, 71.4552001953125, 1.361356139183044433, 0, 0, 0.629320144653320312, 0.77714616060256958, 120, 255, 1, "", 50250, NULL), +(420649, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1832.94970703125, 198.125, 71.47603607177734375, 5.864306926727294921, 0, 0, -0.20791149139404296, 0.978147625923156738, 120, 255, 1, "", 50250, NULL), +(420650, 180754, 0, 0, 0, 1, @PHASEMASK_GOBLETS, 1833.0052490234375, 196.798614501953125, 71.46909332275390625, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, "", 50250, NULL), +(420651, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1199.7926025390625, -90.5480728149414062, 163.1341094970703125, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, "", 52237, NULL), +(420652, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1199.95361328125, -89.5551223754882812, 163.1522064208984375, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, "", 52237, NULL), +(420653, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1200.658203125, -89.2177200317382812, 163.137603759765625, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 120, 255, 1, "", 52237, NULL), +(420654, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1200.951904296875, -90.8516159057617187, 163.157562255859375, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, "", 52237, NULL), +(420655, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1201.6029052734375, -90.065216064453125, 163.1421356201171875, 2.72271275520324707, 0, 0, 0.978147506713867187, 0.207912087440490722, 120, 255, 1, "", 52237, NULL), +(420656, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1207.589111328125, -90.6434478759765625, 162.875091552734375, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, "", 52237, NULL), +(420657, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1207.98486328125, -91.8775482177734375, 162.8737945556640625, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, "", 52237, NULL), +(420658, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1208.080322265625, -89.9220962524414062, 162.878143310546875, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, "", 52237, NULL), +(420659, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1208.515625, -90.733673095703125, 162.8656768798828125, 5.811946868896484375, 0, 0, -0.2334451675415039, 0.972369968891143798, 120, 255, 1, "", 52237, NULL), +(420660, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1208.900390625, -91.6519088745117187, 162.8626708984375, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, "", 52237, NULL), +(420661, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1209.3140869140625, -90.6418228149414062, 162.8604278564453125, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, "", 52237, NULL), +(420662, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1215.5703125, -89.0477447509765625, 162.9032135009765625, 5.811946868896484375, 0, 0, -0.2334451675415039, 0.972369968891143798, 120, 255, 1, "", 52237, NULL), +(420663, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1215.5865478515625, -89.930938720703125, 162.9229736328125, 2.094393253326416015, 0, 0, 0.866024971008300781, 0.50000077486038208, 120, 255, 1, "", 52237, NULL), +(420664, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1216.2496337890625, -88.8154830932617187, 162.906982421875, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, "", 52237, NULL), +(420665, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1216.5279541015625, -90.4129257202148437, 162.9002532958984375, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 120, 255, 1, "", 52237, NULL), +(420666, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1217.0240478515625, -88.968048095703125, 162.9030303955078125, 1.343901276588439941, 0, 0, 0.622513771057128906, 0.78260880708694458, 120, 255, 1, "", 52237, NULL), +(420667, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1217.1865234375, -89.9485702514648437, 162.9002685546875, 0.296705186367034912, 0, 0, 0.147809028625488281, 0.989015936851501464, 120, 255, 1, "", 52237, NULL), +(420668, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1229.2301025390625, 75.29730987548828125, 130.968841552734375, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, "", 50250, NULL), +(420669, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1229.62548828125, 76.16704559326171875, 130.9673919677734375, 0.15707901120185852, 0, 0, 0.078458786010742187, 0.996917366981506347, 120, 255, 1, "", 50250, NULL), +(420670, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1229.88671875, 75.3734283447265625, 130.9500885009765625, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, "", 50250, NULL), +(420671, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1229.898193359375, 76.78141021728515625, 130.968353271484375, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, "", 50250, NULL), +(420672, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1230.4696044921875, 75.00531768798828125, 130.9498291015625, 2.199114561080932617, 0, 0, 0.8910064697265625, 0.453990638256072998, 120, 255, 1, "", 50250, NULL), +(420673, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1230.9332275390625, 75.97379302978515625, 130.9485626220703125, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, "", 50250, NULL), +(420674, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1231.4136962890625, 73.44358062744140625, 130.71392822265625, 4.241150379180908203, 0, 0, -0.85264015197753906, 0.522498607635498046, 120, 255, 1, "", 50250, NULL), +(420675, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1231.8934326171875, 74.1031341552734375, 130.7160491943359375, 5.445427894592285156, 0, 0, -0.40673637390136718, 0.913545548915863037, 120, 255, 1, "", 50250, NULL), +(420676, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1232.0560302734375, 73.08837890625, 130.7223663330078125, 4.572763919830322265, 0, 0, -0.75470924377441406, 0.656059443950653076, 120, 255, 1, "", 50250, NULL), +(420677, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1232.538818359375, 72.54779815673828125, 130.7328338623046875, 5.462882041931152343, 0, 0, -0.39874839782714843, 0.917060375213623046, 120, 255, 1, "", 50250, NULL), +(420678, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1233.0357666015625, 73.719512939453125, 130.725067138671875, 3.78736734390258789, 0, 0, -0.94832324981689453, 0.317305892705917358, 120, 255, 1, "", 50250, NULL), +(420679, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1250.3218994140625, 126.3203125, 132.4069366455078125, 0.366517573595046997, 0, 0, 0.182234764099121093, 0.98325502872467041, 120, 255, 1, "", 50250, NULL), +(420680, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1250.4991455078125, 126.9734420776367187, 132.40374755859375, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, "", 50250, NULL), +(420681, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1251.2994384765625, 126.7449264526367187, 132.3883514404296875, 5.864306926727294921, 0, 0, -0.20791149139404296, 0.978147625923156738, 120, 255, 1, "", 50250, NULL), +(420682, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1251.3336181640625, 125.827392578125, 132.386688232421875, 1.361356139183044433, 0, 0, 0.629320144653320312, 0.77714616060256958, 120, 255, 1, "", 50250, NULL), +(420683, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1251.91650390625, 126.2645111083984375, 132.367034912109375, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, "", 50250, NULL), +(420684, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1278.5201416015625, 110.8740005493164062, 131.7569427490234375, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, "", 50250, NULL), +(420685, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1280.669921875, 108.6260299682617187, 131.6038970947265625, 0.366517573595046997, 0, 0, 0.182234764099121093, 0.98325502872467041, 120, 255, 1, "", 50250, NULL), +(420686, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1281.284912109375, 109.3465194702148437, 131.605712890625, 1.32644820213317871, 0, 0, 0.615660667419433593, 0.788011372089385986, 120, 255, 1, "", 50250, NULL), +(420687, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1281.5926513671875, 108.5271530151367187, 131.6127471923828125, 2.792518377304077148, 0, 0, 0.984807014465332031, 0.173652306199073791, 120, 255, 1, "", 50250, NULL), +(420688, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1281.5987548828125, 107.627197265625, 131.6194000244140625, 5.95157480239868164, 0, 0, -0.16504669189453125, 0.986285746097564697, 120, 255, 1, "", 50250, NULL), +(420689, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1281.9647216796875, 109.1915435791015625, 131.599884033203125, 6.230826377868652343, 0, 0, -0.02617645263671875, 0.999657332897186279, 120, 255, 1, "", 50250, NULL), +(420690, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1282.6737060546875, 106.2554779052734375, 131.6641387939453125, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, "", 50250, NULL), +(420691, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1282.7215576171875, 108.5030136108398437, 131.6196746826171875, 4.764749526977539062, 0, 0, -0.6883544921875, 0.725374460220336914, 120, 255, 1, "", 50250, NULL), +(420692, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1282.9810791015625, 105.2539901733398437, 131.68096923828125, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, "", 50250, NULL), +(420693, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1283.3731689453125, 106.9005813598632812, 131.6541290283203125, 6.09120035171508789, 0, 0, -0.09584522247314453, 0.995396256446838378, 120, 255, 1, "", 50250, NULL), +(420694, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1283.495849609375, 106.245452880859375, 131.6598358154296875, 4.9218292236328125, 0, 0, -0.62932014465332031, 0.77714616060256958, 120, 255, 1, "", 50250, NULL), +(420695, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1283.5516357421875, 102.28076171875, 131.6024932861328125, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, "", 50250, NULL), +(420696, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1283.75732421875, 105.6514205932617187, 131.6945953369140625, 2.897245407104492187, 0, 0, 0.99254608154296875, 0.121869951486587524, 120, 255, 1, "", 50250, NULL), +(420697, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1284.2288818359375, 106.3443984985351562, 131.6666259765625, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, "", 50250, NULL), +(420698, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1320.0675048828125, 101.0555801391601562, 132.4431915283203125, 4.625123500823974609, 0, 0, -0.73727703094482421, 0.67559051513671875, 120, 255, 1, "", 50250, NULL), +(420699, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1320.1204833984375, 104.5279693603515625, 132.4362335205078125, 3.420850038528442382, 0, 0, -0.99026775360107421, 0.139175355434417724, 120, 255, 1, "", 50250, NULL), +(420700, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1320.159912109375, 105.3060531616210937, 132.4431915283203125, 3.473210096359252929, 0, 0, -0.98628520965576171, 0.165049895644187927, 120, 255, 1, "", 50250, NULL), +(420701, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1320.33740234375, 102.5384674072265625, 132.4223480224609375, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, "", 50250, NULL), +(420702, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1320.46484375, 103.9223098754882812, 132.4570770263671875, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, "", 50250, NULL), +(420703, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1320.6668701171875, 101.2205429077148437, 132.4431915283203125, 1.448621988296508789, 0, 0, 0.662619590759277343, 0.748956084251403808, 120, 255, 1, "", 50250, NULL), +(420704, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1321.169921875, 102.4671783447265625, 132.429290771484375, 3.839725255966186523, 0, 0, -0.93969249725341796, 0.34202045202255249, 120, 255, 1, "", 50250, NULL), +(420705, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1321.4453125, 104.0199127197265625, 132.4362335205078125, 1.832594871520996093, 0, 0, 0.793353080749511718, 0.608761727809906005, 120, 255, 1, "", 50250, NULL), +(420706, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1321.6282958984375, 101.7789993286132812, 132.429290771484375, 1.064649581909179687, 0, 0, 0.507537841796875, 0.861629426479339599, 120, 255, 1, "", 50250, NULL), +(420707, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1321.8050537109375, 105.2101821899414062, 132.429290771484375, 0.959929943084716796, 0, 0, 0.461748123168945312, 0.887011110782623291, 120, 255, 1, "", 50250, NULL), +(420708, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1454.7725830078125, -39.7511940002441406, 158.851043701171875, 2.495818138122558593, 0, 0, 0.948323249816894531, 0.317305892705917358, 120, 255, 1, "", 50250, NULL), +(420709, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1455.0958251953125, -38.9666900634765625, 158.8699951171875, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, "", 50250, NULL), +(420710, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1455.4942626953125, -40.2394752502441406, 158.8397369384765625, 2.548179388046264648, 0, 0, 0.956304550170898437, 0.292372345924377441, 120, 255, 1, "", 50250, NULL), +(420711, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1455.8516845703125, -39.0256080627441406, 158.85650634765625, 2.844882726669311523, 0, 0, 0.989015579223632812, 0.147811368107795715, 120, 255, 1, "", 50250, NULL), +(420712, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, -1456.7100830078125, -39.4583320617675781, 158.844635009765625, 1.204277276992797851, 0, 0, 0.56640625, 0.824126183986663818, 120, 255, 1, "", 50250, NULL), +(420713, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1297.111083984375, -4400.3994140625, 27.32572364807128906, 2.234017848968505859, 0, 0, 0.898793220520019531, 0.438372820615768432, 120, 255, 1, "", 50250, NULL), +(420714, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1297.1492919921875, -4399.29541015625, 27.33173370361328125, 1.32644820213317871, 0, 0, 0.615660667419433593, 0.788011372089385986, 120, 255, 1, "", 50250, NULL), +(420715, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1297.6875, -4399.9130859375, 27.33194923400878906, 4.764749526977539062, 0, 0, -0.6883544921875, 0.725374460220336914, 120, 255, 1, "", 50250, NULL), +(420716, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1298.295166015625, -4400.49658203125, 27.34305191040039062, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, "", 50250, NULL), +(420717, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1298.3177490234375, -4399.296875, 27.34937095642089843, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, "", 50250, NULL), +(420718, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1300.676025390625, -4400.271484375, 27.46888351440429687, 0.366517573595046997, 0, 0, 0.182234764099121093, 0.98325502872467041, 120, 255, 1, "", 50250, NULL), +(420719, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1306.390625, -4373.4755859375, 29.11629867553710937, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, "", 50250, NULL), +(420720, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1306.9896240234375, -4374.65478515625, 29.10522079467773437, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, "", 50250, NULL), +(420721, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1307.1614990234375, -4373.61474609375, 29.11347770690917968, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, "", 50250, NULL), +(420722, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1307.5069580078125, -4372.8818359375, 29.12298583984375, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, "", 50250, NULL), +(420723, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1308.07470703125, -4373.99658203125, 29.11058998107910156, 4.310965538024902343, 0, 0, -0.83388519287109375, 0.55193793773651123, 120, 255, 1, "", 50250, NULL), +(420724, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1311.3160400390625, -4400.15478515625, 26.76944732666015625, 4.9218292236328125, 0, 0, -0.62932014465332031, 0.77714616060256958, 120, 255, 1, "", 50250, NULL), +(420725, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1311.3194580078125, -4401.3349609375, 26.76601219177246093, 2.792518377304077148, 0, 0, 0.984807014465332031, 0.173652306199073791, 120, 255, 1, "", 50250, NULL), +(420726, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1311.701416015625, -4400.8662109375, 26.74705123901367187, 5.95157480239868164, 0, 0, -0.16504669189453125, 0.986285746097564697, 120, 255, 1, "", 50250, NULL), +(420727, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1312.4097900390625, -4401.203125, 26.75824928283691406, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, "", 50250, NULL), +(420728, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1312.4739990234375, -4399.796875, 26.7664947509765625, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, "", 50250, NULL), +(420729, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1315.3975830078125, -4370.81103515625, 28.895263671875, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, "", 50250, NULL), +(420730, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1315.71533203125, -4369.9150390625, 28.90755844116210937, 4.520402908325195312, 0, 0, -0.77162456512451171, 0.636078238487243652, 120, 255, 1, "", 50250, NULL), +(420731, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1316.2117919921875, -4369.06103515625, 28.93337059020996093, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, "", 50250, NULL), +(420732, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1316.6180419921875, -4370.38525390625, 28.91835975646972656, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 120, 255, 1, "", 50250, NULL), +(420733, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1335.46875, -4361.455078125, 29.36577987670898437, 1.204277276992797851, 0, 0, 0.56640625, 0.824126183986663818, 120, 255, 1, "", 50250, NULL), +(420734, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1335.4722900390625, -4360.01220703125, 29.57005500793457031, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, "", 50250, NULL), +(420735, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1336.03125, -4360.78125, 29.25205802917480468, 2.844882726669311523, 0, 0, 0.989015579223632812, 0.147811368107795715, 120, 255, 1, "", 50250, NULL), +(420736, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1336.6822509765625, -4360.171875, 28.77191543579101562, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, "", 50250, NULL), +(420737, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1336.704833984375, -4361.4443359375, 28.70346832275390625, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 120, 255, 1, "", 50250, NULL), +(420738, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1337.9583740234375, -4396.49853515625, 29.36470222473144531, 2.897245407104492187, 0, 0, 0.99254608154296875, 0.121869951486587524, 120, 255, 1, "", 50250, NULL), +(420739, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1338.060791015625, -4397.80908203125, 29.35478401184082031, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, "", 50250, NULL), +(420740, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1338.4739990234375, -4397.0556640625, 29.36363029479980468, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, "", 50250, NULL), +(420741, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1339.0660400390625, -4396.53125, 29.35950469970703125, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, "", 50250, NULL), +(420742, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1339.2742919921875, -4397.66845703125, 29.35261344909667968, 6.09120035171508789, 0, 0, -0.09584522247314453, 0.995396256446838378, 120, 255, 1, "", 50250, NULL), +(420743, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1345.3802490234375, -4397.41650390625, 29.93973159790039062, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, "", 50250, NULL), +(420744, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1345.46875, -4396.0693359375, 29.96832656860351562, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, "", 50250, NULL), +(420745, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1345.9947509765625, -4396.62158203125, 29.94847679138183593, 0.366517573595046997, 0, 0, 0.182234764099121093, 0.98325502872467041, 120, 255, 1, "", 50250, NULL), +(420746, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1346.7274169921875, -4397.4443359375, 29.94712066650390625, 5.864306926727294921, 0, 0, -0.20791149139404296, 0.978147625923156738, 120, 255, 1, "", 50250, NULL), +(420747, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1346.74658203125, -4396.11474609375, 29.98414039611816406, 0.401424884796142578, 0, 0, 0.199367523193359375, 0.979924798011779785, 120, 255, 1, "", 50250, NULL), +(420748, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1438.953125, -4382.30224609375, 26.5178985595703125, 0.959929943084716796, 0, 0, 0.461748123168945312, 0.887011110782623291, 120, 255, 0, "", 52237, NULL), +(420749, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1438.953125, -4382.30224609375, 26.5178985595703125, 0.959929943084716796, 0, 0, 0.461748123168945312, 0.887011110782623291, 120, 255, 1, "", 50250, NULL), +(420750, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1439.15625, -4383.5556640625, 26.5178985595703125, 1.832594871520996093, 0, 0, 0.793353080749511718, 0.608761727809906005, 120, 255, 0, "", 52237, NULL), +(420751, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1439.15625, -4383.5556640625, 26.5178985595703125, 1.832594871520996093, 0, 0, 0.793353080749511718, 0.608761727809906005, 120, 255, 1, "", 50250, NULL), +(420752, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1439.6336669921875, -4382.6943359375, 26.5178985595703125, 3.473210096359252929, 0, 0, -0.98628520965576171, 0.165049895644187927, 120, 255, 1, "", 50250, NULL), +(420753, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1440.2379150390625, -4382.16650390625, 26.48317909240722656, 3.054326534271240234, 0, 0, 0.999048233032226562, 0.043619260191917419, 120, 255, 1, "", 50250, NULL), +(420754, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1440.435791015625, -4383.2431640625, 26.5178985595703125, 3.420850038528442382, 0, 0, -0.99026775360107421, 0.139175355434417724, 120, 255, 1, "", 50250, NULL), +(420755, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1440.74658203125, -4401.4130859375, 26.50400924682617187, 3.839725255966186523, 0, 0, -0.93969249725341796, 0.34202045202255249, 120, 255, 1, "", 50250, NULL), +(420756, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1440.85595703125, -4402.63916015625, 26.52484321594238281, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, "", 50250, NULL), +(420757, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1441.3472900390625, -4401.892578125, 26.50400924682617187, 1.448621988296508789, 0, 0, 0.662619590759277343, 0.748956084251403808, 120, 255, 1, "", 50250, NULL), +(420758, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1442.1129150390625, -4401.2255859375, 26.50400924682617187, 4.625123500823974609, 0, 0, -0.73727703094482421, 0.67559051513671875, 120, 255, 1, "", 50250, NULL), +(420759, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1442.203125, -4402.5625, 26.5178985595703125, 1.064649581909179687, 0, 0, 0.507537841796875, 0.861629426479339599, 120, 255, 1, "", 50250, NULL), +(420760, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1503.98095703125, -4407, 23.24036788940429687, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, "", 50250, NULL), +(420761, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1503.9896240234375, -4405.7431640625, 23.23834991455078125, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, "", 50250, NULL), +(420762, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1504.5382080078125, -4406.51025390625, 23.24823951721191406, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 0, "", 52237, NULL), +(420763, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1504.5382080078125, -4406.51025390625, 23.24823951721191406, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, "", 50250, NULL), +(420764, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1505.048583984375, -4405.72216796875, 23.23337745666503906, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, "", 50250, NULL), +(420765, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1505.185791015625, -4407.125, 23.24841690063476562, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 0, "", 52237, NULL), +(420766, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1505.185791015625, -4407.125, 23.24841690063476562, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, "", 50250, NULL), +(420767, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1505.8228759765625, -4422.79541015625, 23.42644119262695312, 3.420850038528442382, 0, 0, -0.99026775360107421, 0.139175355434417724, 120, 255, 1, "", 50250, NULL), +(420768, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1505.923583984375, -4424.2255859375, 23.413543701171875, 4.049167633056640625, 0, 0, -0.89879322052001953, 0.438372820615768432, 120, 255, 1, "", 50250, NULL), +(420769, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1506.4444580078125, -4423.40966796875, 23.41804695129394531, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, "", 50250, NULL), +(420770, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1507.0728759765625, -4422.53466796875, 23.42839431762695312, 3.630291461944580078, 0, 0, -0.97029495239257812, 0.241925001144409179, 120, 255, 0, "", 52237, NULL), +(420771, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1507.0728759765625, -4422.53466796875, 23.42839431762695312, 3.630291461944580078, 0, 0, -0.97029495239257812, 0.241925001144409179, 120, 255, 1, "", 50250, NULL), +(420772, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1507.15625, -4423.98974609375, 23.41851425170898437, 1.727874636650085449, 0, 0, 0.760405540466308593, 0.649448513984680175, 120, 255, 0, "", 52237, NULL), +(420773, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1507.15625, -4423.98974609375, 23.41851425170898437, 1.727874636650085449, 0, 0, 0.760405540466308593, 0.649448513984680175, 120, 255, 1, "", 50250, NULL), +(420774, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1514.54345703125, -4423.45849609375, 20.93113136291503906, 0.593410074710845947, 0, 0, 0.292370796203613281, 0.95630502700805664, 120, 255, 1, "", 50250, NULL), +(420775, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1515.107666015625, -4422.45166015625, 20.90773582458496093, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 0, "", 52237, NULL), +(420776, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1515.107666015625, -4422.45166015625, 20.90773582458496093, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, "", 50250, NULL), +(420777, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1515.407958984375, -4423.25, 20.91131019592285156, 0.698131442070007324, 0, 0, 0.342020034790039062, 0.939692676067352294, 120, 255, 1, "", 50250, NULL), +(420778, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1515.8385009765625, -4424.1630859375, 20.92240524291992187, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 120, 255, 0, "", 52237, NULL), +(420779, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1515.8385009765625, -4424.1630859375, 20.92240524291992187, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 120, 255, 1, "", 50250, NULL), +(420780, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1516.3228759765625, -4422.82666015625, 20.93734931945800781, 5.585053920745849609, 0, 0, -0.34202003479003906, 0.939692676067352294, 120, 255, 1, "", 50250, NULL), +(420781, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1516.373291015625, -4396.67041015625, 19.07656288146972656, 5.462882041931152343, 0, 0, -0.39874839782714843, 0.917060375213623046, 120, 255, 1, "", 50250, NULL), +(420782, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1516.861083984375, -4395.40283203125, 19.08173751831054687, 4.572763919830322265, 0, 0, -0.75470924377441406, 0.656059443950653076, 120, 255, 1, "", 50250, NULL), +(420783, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1517.25, -4396.3681640625, 19.09624099731445312, 4.241150379180908203, 0, 0, -0.85264015197753906, 0.522498607635498046, 120, 255, 1, "", 50250, NULL), +(420784, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1517.5728759765625, -4397.361328125, 19.09033584594726562, 5.445427894592285156, 0, 0, -0.40673637390136718, 0.913545548915863037, 120, 255, 0, "", 52237, NULL), +(420785, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1517.5728759765625, -4397.361328125, 19.09033584594726562, 5.445427894592285156, 0, 0, -0.40673637390136718, 0.913545548915863037, 120, 255, 1, "", 50250, NULL), +(420786, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1518.2586669921875, -4395.9130859375, 19.09939193725585937, 3.78736734390258789, 0, 0, -0.94832324981689453, 0.317305892705917358, 120, 255, 0, "", 52237, NULL), +(420787, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 1518.2586669921875, -4395.9130859375, 19.09939193725585937, 3.78736734390258789, 0, 0, -0.94832324981689453, 0.317305892705917358, 120, 255, 1, "", 50250, NULL), +(420788, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 8587.5869140625, 1010.29339599609375, 6.333356857299804687, 5.95157480239868164, 0, 0, -0.16504669189453125, 0.986285746097564697, 120, 255, 1, "", 50250, NULL), +(420789, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 8587.7802734375, 1011.421875, 6.310713768005371093, 2.792518377304077148, 0, 0, 0.984807014465332031, 0.173652306199073791, 120, 255, 1, "", 50250, NULL), +(420790, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 8588.3662109375, 1010.70489501953125, 6.31770181655883789, 4.9218292236328125, 0, 0, -0.62932014465332031, 0.77714616060256958, 120, 255, 1, "", 50250, NULL), +(420791, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 8588.859375, 1009.99652099609375, 6.332688808441162109, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, "", 50250, NULL), +(420792, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 8589.0205078125, 1011.2100830078125, 6.303493022918701171, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, "", 50250, NULL), +(420793, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 8606.9677734375, 1013.46697998046875, 6.201453208923339843, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, "", 50250, NULL), +(420794, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 8607.3837890625, 1014.61627197265625, 6.195467948913574218, 4.764749526977539062, 0, 0, -0.6883544921875, 0.725374460220336914, 120, 255, 1, "", 50250, NULL), +(420795, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 8607.841796875, 1013.9879150390625, 6.181599140167236328, 0.366517573595046997, 0, 0, 0.182234764099121093, 0.98325502872467041, 120, 255, 1, "", 50250, NULL), +(420796, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 8608.251953125, 1012.96881103515625, 6.195160865783691406, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, "", 50250, NULL), +(420797, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 8608.7119140625, 1014.32989501953125, 6.185266017913818359, 1.32644820213317871, 0, 0, 0.615660667419433593, 0.788011372089385986, 120, 255, 1, "", 50250, NULL), +(420798, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 8623.6591796875, 1000.62152099609375, 5.941461086273193359, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 120, 255, 1, "", 50250, NULL), +(420799, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 8623.9482421875, 1001.68402099609375, 5.95575714111328125, 1.204277276992797851, 0, 0, 0.56640625, 0.824126183986663818, 120, 255, 1, "", 50250, NULL), +(420800, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 8624.5224609375, 1000.93231201171875, 5.949792861938476562, 2.234017848968505859, 0, 0, 0.898793220520019531, 0.438372820615768432, 120, 255, 1, "", 50250, NULL), +(420801, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 8625.001953125, 999.98614501953125, 5.954558849334716796, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, "", 50250, NULL), +(420802, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 8625.361328125, 1001.31951904296875, 5.958176136016845703, 2.844882726669311523, 0, 0, 0.989015579223632812, 0.147811368107795715, 120, 255, 1, "", 50250, NULL), +(420803, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 8642.9814453125, 1001.6875, 5.743833065032958984, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 120, 255, 1, "", 50250, NULL), +(420804, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 8643.3212890625, 1002.828125, 5.722784042358398437, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, "", 50250, NULL), +(420805, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 8643.8681640625, 1002.22918701171875, 5.732106208801269531, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, "", 50250, NULL), +(420806, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 8644.2197265625, 1001.13372802734375, 5.724626064300537109, 4.520402908325195312, 0, 0, -0.77162456512451171, 0.636078238487243652, 120, 255, 1, "", 50250, NULL), +(420807, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 8644.5947265625, 1002.42877197265625, 5.726277828216552734, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, "", 50250, NULL), +(420808, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 8648.5595703125, 878.0867919921875, 25.32764816284179687, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, "", 50250, NULL), +(420809, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 8649.2431640625, 876.9930419921875, 25.33900642395019531, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, "", 50250, NULL), +(420810, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 8649.4345703125, 877.87847900390625, 25.33777809143066406, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, "", 50250, NULL), +(420811, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 8649.5263671875, 878.765625, 25.32528114318847656, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, "", 50250, NULL), +(420812, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 8650.3916015625, 877.7569580078125, 25.34348297119140625, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, "", 50250, NULL), +(420813, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 8654.896484375, 988.0242919921875, 5.297706127166748046, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, "", 50250, NULL), +(420814, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 8655.3544921875, 989.21356201171875, 5.336301803588867187, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, "", 50250, NULL), +(420815, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 8655.7607421875, 987.61114501953125, 5.308370113372802734, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, "", 50250, NULL), +(420816, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 8656.0205078125, 988.2869873046875, 5.324244022369384765, 4.310965538024902343, 0, 0, -0.83388519287109375, 0.55193793773651123, 120, 255, 1, "", 50250, NULL), +(420817, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 8656.53125, 988.8055419921875, 5.334383010864257812, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, "", 50250, NULL), +(420818, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 8681.3857421875, 900.59027099609375, 22.81354713439941406, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, "", 50250, NULL), +(420819, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 8681.4619140625, 901.9444580078125, 22.7911834716796875, 3.473210096359252929, 0, 0, -0.98628520965576171, 0.165049895644187927, 120, 255, 1, "", 50250, NULL), +(420820, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 8682.0693359375, 875.93231201171875, 25.36310577392578125, 3.78736734390258789, 0, 0, -0.94832324981689453, 0.317305892705917358, 120, 255, 1, "", 50250, NULL), +(420821, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 8682.2412109375, 901.451416015625, 22.79900741577148437, 3.420850038528442382, 0, 0, -0.99026775360107421, 0.139175355434417724, 120, 255, 1, "", 50250, NULL), +(420822, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 8682.732421875, 900.68927001953125, 22.8205413818359375, 0.959929943084716796, 0, 0, 0.461748123168945312, 0.887011110782623291, 120, 255, 1, "", 50250, NULL), +(420823, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 8682.759765625, 902.01043701171875, 22.80225181579589843, 1.832594871520996093, 0, 0, 0.793353080749511718, 0.608761727809906005, 120, 255, 1, "", 50250, NULL), +(420824, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 8682.9365234375, 874.9600830078125, 25.36915016174316406, 4.572763919830322265, 0, 0, -0.75470924377441406, 0.656059443950653076, 120, 255, 1, "", 50250, NULL), +(420825, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 8683.0625, 875.83331298828125, 25.37701225280761718, 4.241150379180908203, 0, 0, -0.85264015197753906, 0.522498607635498046, 120, 255, 1, "", 50250, NULL), +(420826, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 8683.0927734375, 876.8350830078125, 25.39699745178222656, 5.445427894592285156, 0, 0, -0.40673637390136718, 0.913545548915863037, 120, 255, 1, "", 50250, NULL), +(420827, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 8683.2841796875, 967.39239501953125, 12.55277729034423828, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, "", 50250, NULL), +(420828, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 8683.900390625, 966.2882080078125, 12.57216739654541015, 6.09120035171508789, 0, 0, -0.09584522247314453, 0.995396256446838378, 120, 255, 1, "", 50250, NULL), +(420829, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 8683.908203125, 875.78125, 25.412933349609375, 5.462882041931152343, 0, 0, -0.39874839782714843, 0.917060375213623046, 120, 255, 1, "", 50250, NULL), +(420830, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 8684.0205078125, 967.123291015625, 12.5462188720703125, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, "", 50250, NULL), +(420831, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 8684.234375, 968.015625, 12.55977916717529296, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, "", 50250, NULL), +(420832, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 8684.990234375, 967.0555419921875, 12.56422805786132812, 2.897245407104492187, 0, 0, 0.99254608154296875, 0.121869951486587524, 120, 255, 1, "", 50250, NULL), +(420833, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 8686.5595703125, 962.28643798828125, 12.59506893157958984, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, "", 50250, NULL), +(420834, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 8686.8759765625, 880.65972900390625, 25.31009674072265625, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, "", 50250, NULL), +(420835, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 8687.1767578125, 961.14581298828125, 12.62624073028564453, 5.864306926727294921, 0, 0, -0.20791149139404296, 0.978147625923156738, 120, 255, 1, "", 50250, NULL), +(420836, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 8687.5087890625, 962.00177001953125, 12.6205911636352539, 0.401424884796142578, 0, 0, 0.199367523193359375, 0.979924798011779785, 120, 255, 1, "", 50250, NULL), +(420837, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 8687.62890625, 881.63543701171875, 25.31703376770019531, 3.839725255966186523, 0, 0, -0.93969249725341796, 0.34202045202255249, 120, 255, 1, "", 50250, NULL), +(420838, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 8687.720703125, 962.8680419921875, 12.60736656188964843, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, "", 50250, NULL), +(420839, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 8687.8212890625, 879.8194580078125, 25.33480262756347656, 1.448621988296508789, 0, 0, 0.662619590759277343, 0.748956084251403808, 120, 255, 1, "", 50250, NULL), +(420840, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 8687.8291015625, 880.842041015625, 25.32420158386230468, 1.064649581909179687, 0, 0, 0.507537841796875, 0.861629426479339599, 120, 255, 1, "", 50250, NULL), +(420841, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 8688.412109375, 961.670166015625, 12.61687374114990234, 0.366517573595046997, 0, 0, 0.182234764099121093, 0.98325502872467041, 120, 255, 1, "", 50250, NULL), +(420842, 180754, 1, 0, 0, 1, @PHASEMASK_GOBLETS, 8688.7939453125, 880.8819580078125, 25.34534645080566406, 4.625123500823974609, 0, 0, -0.73727703094482421, 0.67559051513671875, 120, 255, 1, "", 50250, NULL), +(420843, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -3982.53515625, -11893.40625, 0.985091984272003173, 1.064649581909179687, 0, 0, 0.507537841796875, 0.861629426479339599, 120, 255, 1, "", 52237, NULL), +(420844, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -3982.966552734375, -11892.80859375, 0.982924997806549072, 3.839725255966186523, 0, 0, -0.93969249725341796, 0.34202045202255249, 120, 255, 1, "", 52237, NULL), +(420845, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -3983.0869140625, -11894.3369140625, 0.978572010993957519, 1.448621988296508789, 0, 0, 0.662619590759277343, 0.748956084251403808, 120, 255, 1, "", 52237, NULL), +(420846, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -3983.846923828125, -11894.05078125, 0.969753980636596679, 4.625123500823974609, 0, 0, -0.73727703094482421, 0.67559051513671875, 120, 255, 1, "", 52237, NULL), +(420847, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -3984.0283203125, -11893.09765625, 0.931527972221374511, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, "", 52237, NULL), +(420848, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -3994.0205078125, -11890.2822265625, 1.07587599754333496, 3.420850038528442382, 0, 0, -0.99026775360107421, 0.139175355434417724, 120, 255, 1, "", 52237, NULL), +(420849, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -3994.12109375, -11889.6064453125, 1.066094040870666503, 3.473210096359252929, 0, 0, -0.98628520965576171, 0.165049895644187927, 120, 255, 1, "", 52237, NULL), +(420850, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -3994.428466796875, -11888.6171875, 1.072618961334228515, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, "", 52237, NULL), +(420851, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -3994.638916015625, -11890.0595703125, 1.057965040206909179, 0.959929943084716796, 0, 0, 0.461748123168945312, 0.887011110782623291, 120, 255, 1, "", 52237, NULL), +(420852, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -3995.263427734375, -11889.6171875, 1.100237965583801269, 1.832594871520996093, 0, 0, 0.793353080749511718, 0.608761727809906005, 120, 255, 1, "", 52237, NULL), +(420853, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -4010.325927734375, -11941.67578125, -0.6899769902229309, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, "", 52237, NULL), +(420854, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -4010.52783203125, -11940.3486328125, -0.65168899297714233, 3.78736734390258789, 0, 0, -0.94832324981689453, 0.317305892705917358, 120, 255, 1, "", 52237, NULL), +(420855, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -4010.872802734375, -11941.08984375, -0.66280299425125122, 4.572763919830322265, 0, 0, -0.75470924377441406, 0.656059443950653076, 120, 255, 1, "", 52237, NULL), +(420856, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -4011.16357421875, -11940.4619140625, -0.65494000911712646, 5.445427894592285156, 0, 0, -0.40673637390136718, 0.913545548915863037, 120, 255, 1, "", 52237, NULL), +(420857, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -4011.358642578125, -11941.5546875, -0.68512701988220214, 5.462882041931152343, 0, 0, -0.39874839782714843, 0.917060375213623046, 120, 255, 1, "", 52237, NULL), +(420858, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -4011.828125, -11940.896484375, -0.63742697238922119, 4.241150379180908203, 0, 0, -0.85264015197753906, 0.522498607635498046, 120, 255, 1, "", 52237, NULL), +(420859, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -4021.52734375, -11878.361328125, 1.235841989517211914, 6.09120035171508789, 0, 0, -0.09584522247314453, 0.995396256446838378, 120, 255, 1, "", 50250, NULL), +(420860, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -4021.911376953125, -11877.1982421875, 1.232403039932250976, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, "", 50250, NULL), +(420861, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -4022.23876953125, -11878.84375, 1.222661018371582031, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, "", 50250, NULL), +(420862, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -4022.291748046875, -11876.060546875, 1.528802990913391113, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, "", 50250, NULL), +(420863, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -4022.95263671875, -11878.3642578125, 1.22558903694152832, 2.897245407104492187, 0, 0, 0.99254608154296875, 0.121869951486587524, 120, 255, 1, "", 50250, NULL), +(420864, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -4023.01123046875, -11875.12109375, 1.551290035247802734, 5.864306926727294921, 0, 0, -0.20791149139404296, 0.978147625923156738, 120, 255, 1, "", 50250, NULL), +(420865, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -4023.181396484375, -11877.7734375, 1.2209550142288208, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, "", 50250, NULL), +(420866, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -4023.34375, -11876.43359375, 1.539342999458312988, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, "", 50250, NULL), +(420867, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -4023.3447265625, -11875.685546875, 1.54017496109008789, 0.366517573595046997, 0, 0, 0.182234764099121093, 0.98325502872467041, 120, 255, 1, "", 50250, NULL), +(420868, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -4024.09033203125, -11875.8271484375, 1.534193992614746093, 1.361356139183044433, 0, 0, 0.629320144653320312, 0.77714616060256958, 120, 255, 1, "", 50250, NULL), +(420869, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -4047.128173828125, -11950.3095703125, 2.288341999053955078, 0.366517573595046997, 0, 0, 0.182234764099121093, 0.98325502872467041, 120, 255, 1, "", 52237, NULL), +(420870, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -4047.33935546875, -11950.869140625, 2.266930103302001953, 1.32644820213317871, 0, 0, 0.615660667419433593, 0.788011372089385986, 120, 255, 1, "", 52237, NULL), +(420871, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -4047.83154296875, -11951.42578125, 2.255054950714111328, 6.230826377868652343, 0, 0, -0.02617645263671875, 0.999657332897186279, 120, 255, 1, "", 52237, NULL), +(420872, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -4048.025146484375, -11949.470703125, 2.273258924484252929, 0.15707901120185852, 0, 0, 0.078458786010742187, 0.996917366981506347, 120, 255, 1, "", 52237, NULL), +(420873, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -4048.5048828125, -11950.0732421875, 2.279794931411743164, 2.548179388046264648, 0, 0, 0.956304550170898437, 0.292372345924377441, 120, 255, 1, "", 52237, NULL), +(420874, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -4048.615966796875, -11950.927734375, 2.259658098220825195, 4.764749526977539062, 0, 0, -0.6883544921875, 0.725374460220336914, 120, 255, 1, "", 52237, NULL), +(420875, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -4048.8759765625, -11953.5517578125, 2.178087949752807617, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, "", 52237, NULL), +(420876, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -4049.260498046875, -11954.0556640625, 2.161619901657104492, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, "", 52237, NULL), +(420877, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -4049.509033203125, -11953.005859375, 2.178169965744018554, 1.204277276992797851, 0, 0, 0.56640625, 0.824126183986663818, 120, 255, 1, "", 52237, NULL), +(420878, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -4049.654052734375, -11954.6171875, 2.164969921112060546, 2.844882726669311523, 0, 0, 0.989015579223632812, 0.147811368107795715, 120, 255, 1, "", 52237, NULL), +(420879, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -4050.30810546875, -11953.9462890625, 2.158099889755249023, 2.495818138122558593, 0, 0, 0.948323249816894531, 0.317305892705917358, 120, 255, 1, "", 52237, NULL), +(420880, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -4050.46435546875, -11953.2529296875, 2.136295080184936523, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 120, 255, 1, "", 52237, NULL), +(420881, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -4054.13720703125, -11899.98828125, -1.11714398860931396, 5.95157480239868164, 0, 0, -0.16504669189453125, 0.986285746097564697, 120, 255, 1, "", 52237, NULL), +(420882, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -4054.34765625, -11900.9658203125, -1.12282001972198486, 2.792518377304077148, 0, 0, 0.984807014465332031, 0.173652306199073791, 120, 255, 1, "", 52237, NULL), +(420883, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -4054.897216796875, -11899.86328125, -1.10190796852111816, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, "", 52237, NULL), +(420884, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -4055.024658203125, -11901.34765625, -1.11279499530792236, 2.199114561080932617, 0, 0, 0.8910064697265625, 0.453990638256072998, 120, 255, 1, "", 52237, NULL), +(420885, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -4055.4140625, -11900.5771484375, -1.09620594978332519, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, "", 52237, NULL), +(420886, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -4055.845458984375, -11901.1201171875, -1.08567297458648681, 4.9218292236328125, 0, 0, -0.62932014465332031, 0.77714616060256958, 120, 255, 1, "", 52237, NULL), +(420887, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -4058.622314453125, -11948.107421875, 1.9639970064163208, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, "", 52237, NULL), +(420888, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -4059.23828125, -11949.3115234375, 1.996786952018737792, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, "", 52237, NULL), +(420889, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -4059.49560546875, -11948.6064453125, 1.966325044631958007, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, "", 52237, NULL), +(420890, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -4059.51123046875, -11947.501953125, 1.964130043983459472, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, "", 52237, NULL), +(420891, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -4060.0791015625, -11947.88671875, 1.95252394676208496, 4.520402908325195312, 0, 0, -0.77162456512451171, 0.636078238487243652, 120, 255, 1, "", 52237, NULL), +(420892, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -4060.5751953125, -11948.4716796875, 1.969516992568969726, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, "", 52237, NULL), +(420893, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -4060.638427734375, -11950.986328125, 2.009608983993530273, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, "", 52237, NULL), +(420894, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -4060.819580078125, -11895.41796875, -1.1437840461730957, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, "", 52237, NULL), +(420895, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -4060.861083984375, -11896.1025390625, -1.12578105926513671, 2.094393253326416015, 0, 0, 0.866024971008300781, 0.50000077486038208, 120, 255, 1, "", 52237, NULL), +(420896, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -4061.186279296875, -11950.46875, 2.03861403465270996, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, "", 52237, NULL), +(420897, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -4061.489501953125, -11895.740234375, -1.11305201053619384, 1.343901276588439941, 0, 0, 0.622513771057128906, 0.78260880708694458, 120, 255, 1, "", 52237, NULL), +(420898, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -4061.58251953125, -11896.603515625, -1.10733997821807861, 0.296705186367034912, 0, 0, 0.147809028625488281, 0.989015936851501464, 120, 255, 1, "", 52237, NULL), +(420899, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -4061.626220703125, -11952.2080078125, 2.037504911422729492, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, "", 52237, NULL), +(420900, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -4061.66796875, -11949.9521484375, 2.030523061752319335, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, "", 52237, NULL), +(420901, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -4061.7734375, -11894.953125, -1.10290694236755371, 5.811946868896484375, 0, 0, -0.2334451675415039, 0.972369968891143798, 120, 255, 1, "", 52237, NULL), +(420902, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -4062.10986328125, -11951.583984375, 2.065793037414550781, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, "", 52237, NULL), +(420903, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -4062.17578125, -11895.8720703125, -1.09352803230285644, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 120, 255, 1, "", 52237, NULL), +(420904, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, -4062.51904296875, -11951.0029296875, 2.055675983428955078, 4.310965538024902343, 0, 0, -0.83388519287109375, 0.55193793773651123, 120, 255, 1, "", 52237, NULL), +(420905, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9327.435546875, -7283.8916015625, 14.78358936309814453, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, "", 50250, NULL), +(420906, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9327.5625, -7284.572265625, 14.76883983612060546, 4.310965538024902343, 0, 0, -0.83388519287109375, 0.55193793773651123, 120, 255, 1, "", 50250, NULL), +(420907, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9327.5712890625, -7283.2587890625, 14.80685138702392578, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, "", 50250, NULL), +(420908, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9328.25, -7283.2900390625, 14.80204296112060546, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, "", 50250, NULL), +(420909, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9328.37890625, -7284.166015625, 14.77592945098876953, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, "", 50250, NULL), +(420910, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9328.5576171875, -7268.24365234375, 14.86061763763427734, 2.844882726669311523, 0, 0, 0.989015579223632812, 0.147811368107795715, 120, 255, 1, "", 50250, NULL), +(420911, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9328.8701171875, -7268.921875, 14.84432697296142578, 1.204277276992797851, 0, 0, 0.56640625, 0.824126183986663818, 120, 255, 1, "", 50250, NULL), +(420912, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9329.283203125, -7269.52685546875, 14.83426380157470703, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 120, 255, 1, "", 50250, NULL), +(420913, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9329.4775390625, -7268.24853515625, 14.8260345458984375, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, "", 50250, NULL), +(420914, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9330.12890625, -7269.24462890625, 14.82105827331542968, 2.234017848968505859, 0, 0, 0.898793220520019531, 0.438372820615768432, 120, 255, 1, "", 50250, NULL), +(420915, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9334.9970703125, -7306.52685546875, 14.80702686309814453, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, "", 50250, NULL), +(420916, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9335.4189453125, -7307.56884765625, 14.80126285552978515, 4.520402908325195312, 0, 0, -0.77162456512451171, 0.636078238487243652, 120, 255, 1, "", 50250, NULL), +(420917, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9335.7294921875, -7306.8056640625, 14.80893325805664062, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, "", 50250, NULL), +(420918, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9335.890625, -7305.95849609375, 14.79472732543945312, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, "", 50250, NULL), +(420919, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9335.931640625, -7248.3984375, 14.87048053741455078, 4.764749526977539062, 0, 0, -0.6883544921875, 0.725374460220336914, 120, 255, 1, "", 50250, NULL), +(420920, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9336.2080078125, -7247.6630859375, 14.86804008483886718, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, "", 50250, NULL), +(420921, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9336.4951171875, -7248.93994140625, 14.88884830474853515, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, "", 50250, NULL), +(420922, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9336.57421875, -7306.73779296875, 14.80902290344238281, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 120, 255, 1, "", 50250, NULL), +(420923, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9336.9814453125, -7247.7421875, 14.87056446075439453, 0.366517573595046997, 0, 0, 0.182234764099121093, 0.98325502872467041, 120, 255, 1, "", 50250, NULL), +(420924, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9337.1533203125, -7248.6484375, 14.8970947265625, 1.32644820213317871, 0, 0, 0.615660667419433593, 0.788011372089385986, 120, 255, 1, "", 50250, NULL), +(420925, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9341.4931640625, -7284.55029296875, 15.6996612548828125, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, "", 50250, NULL), +(420926, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9341.611328125, -7283.07568359375, 15.72909259796142578, 2.792518377304077148, 0, 0, 0.984807014465332031, 0.173652306199073791, 120, 255, 1, "", 50250, NULL), +(420927, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9342.0205078125, -7283.8037109375, 15.72630119323730468, 4.9218292236328125, 0, 0, -0.62932014465332031, 0.77714616060256958, 120, 255, 1, "", 50250, NULL), +(420928, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9342.1533203125, -7284.52001953125, 15.71663761138916015, 5.95157480239868164, 0, 0, -0.16504669189453125, 0.986285746097564697, 120, 255, 1, "", 50250, NULL), +(420929, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9342.7958984375, -7284.0693359375, 15.70755386352539062, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, "", 50250, NULL), +(420930, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9365.90625, -7282.056640625, 15.29583072662353515, 0.366517573595046997, 0, 0, 0.182234764099121093, 0.98325502872467041, 120, 255, 1, "", 50250, NULL), +(420931, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9366.134765625, -7273.5615234375, 15.26109123229980468, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, "", 50250, NULL), +(420932, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9366.2509765625, -7274.1767578125, 15.25414752960205078, 6.09120035171508789, 0, 0, -0.09584522247314453, 0.995396256446838378, 120, 255, 1, "", 50250, NULL), +(420933, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9366.580078125, -7281.58837890625, 15.27499580383300781, 0.401424884796142578, 0, 0, 0.199367523193359375, 0.979924798011779785, 120, 255, 1, "", 50250, NULL), +(420934, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9366.6572265625, -7280.82666015625, 15.28193855285644531, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, "", 50250, NULL), +(420935, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9366.9072265625, -7273.7353515625, 15.26109123229980468, 2.897245407104492187, 0, 0, 0.99254608154296875, 0.121869951486587524, 120, 255, 1, "", 50250, NULL), +(420936, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9366.908203125, -7282.361328125, 15.27499771118164062, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, "", 50250, NULL), +(420937, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9366.9248046875, -7274.55322265625, 15.28192615509033203, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, "", 50250, NULL), +(420938, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9367.373046875, -7281.5595703125, 15.25416278839111328, 5.864306926727294921, 0, 0, -0.20791149139404296, 0.978147625923156738, 120, 255, 1, "", 50250, NULL), +(420939, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9367.5224609375, -7274.43994140625, 15.28887081146240234, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, "", 50250, NULL), +(420940, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9375.427734375, -7299.0400390625, 7.242013931274414062, 0.959929943084716796, 0, 0, 0.461748123168945312, 0.887011110782623291, 120, 255, 1, "", 50250, NULL), +(420941, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9375.8779296875, -7258.24169921875, 7.594143867492675781, 3.839725255966186523, 0, 0, -0.93969249725341796, 0.34202045202255249, 120, 255, 0, "", 52237, NULL), +(420942, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9375.8779296875, -7258.24169921875, 7.594143867492675781, 3.839725255966186523, 0, 0, -0.93969249725341796, 0.34202045202255249, 120, 255, 1, "", 50250, NULL), +(420943, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9375.9638671875, -7256.68212890625, 7.584682941436767578, 1.064649581909179687, 0, 0, 0.507537841796875, 0.861629426479339599, 120, 255, 0, "", 52237, NULL), +(420944, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9375.9638671875, -7256.68212890625, 7.584682941436767578, 1.064649581909179687, 0, 0, 0.507537841796875, 0.861629426479339599, 120, 255, 1, "", 50250, NULL), +(420945, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9376.0859375, -7297.9697265625, 7.250174999237060546, 1.832594871520996093, 0, 0, 0.793353080749511718, 0.608761727809906005, 120, 255, 1, "", 50250, NULL), +(420946, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9376.1220703125, -7298.73291015625, 7.250009059906005859, 3.054326534271240234, 0, 0, 0.999048233032226562, 0.043619260191917419, 120, 255, 1, "", 50250, NULL), +(420947, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9376.3857421875, -7257.302734375, 7.576226234436035156, 1.448621988296508789, 0, 0, 0.662619590759277343, 0.748956084251403808, 120, 255, 1, "", 50250, NULL), +(420948, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9376.392578125, -7299.4287109375, 7.219251155853271484, 3.473210096359252929, 0, 0, -0.98628520965576171, 0.165049895644187927, 120, 255, 1, "", 50250, NULL), +(420949, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9376.92578125, -7298.4208984375, 7.226152896881103515, 3.420850038528442382, 0, 0, -0.99026775360107421, 0.139175355434417724, 120, 255, 1, "", 50250, NULL), +(420950, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9377.216796875, -7258.064453125, 7.56653594970703125, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 0, "", 52237, NULL), +(420951, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9377.216796875, -7258.064453125, 7.56653594970703125, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, "", 50250, NULL), +(420952, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9377.240234375, -7256.92578125, 7.577433109283447265, 4.625123500823974609, 0, 0, -0.73727703094482421, 0.67559051513671875, 120, 255, 0, "", 52237, NULL), +(420953, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9377.240234375, -7256.92578125, 7.577433109283447265, 4.625123500823974609, 0, 0, -0.73727703094482421, 0.67559051513671875, 120, 255, 1, "", 50250, NULL), +(420954, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9380.662109375, -7282.32666015625, 15.29584121704101562, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, "", 50250, NULL), +(420955, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9380.6767578125, -7281.54150390625, 15.29583930969238281, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, "", 50250, NULL), +(420956, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9380.7490234375, -7273.77734375, 15.26804828643798828, 4.572763919830322265, 0, 0, -0.75470924377441406, 0.656059443950653076, 120, 255, 1, "", 50250, NULL), +(420957, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9380.791015625, -7274.89306640625, 15.28194046020507812, 5.445427894592285156, 0, 0, -0.40673637390136718, 0.913545548915863037, 120, 255, 1, "", 50250, NULL), +(420958, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9381.3349609375, -7281.4169921875, 15.26807498931884765, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, "", 50250, NULL), +(420959, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9381.4443359375, -7282.205078125, 15.28196907043457031, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, "", 50250, NULL), +(420960, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9381.5439453125, -7274.77099609375, 15.27501106262207031, 4.241150379180908203, 0, 0, -0.85264015197753906, 0.522498607635498046, 120, 255, 1, "", 50250, NULL), +(420961, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9381.6533203125, -7273.45654296875, 15.26806640625, 5.462882041931152343, 0, 0, -0.39874839782714843, 0.917060375213623046, 120, 255, 1, "", 50250, NULL), +(420962, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9381.9853515625, -7281.24462890625, 15.25420284271240234, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, "", 50250, NULL), +(420963, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9382.05078125, -7274.1083984375, 15.27502155303955078, 3.78736734390258789, 0, 0, -0.94832324981689453, 0.317305892705917358, 120, 255, 1, "", 50250, NULL), +(420964, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9398.4326171875, -7261.7626953125, 15.249847412109375, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, "", 50250, NULL), +(420965, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9398.490234375, -7294.931640625, 15.27399253845214843, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 120, 255, 1, "", 50250, NULL), +(420966, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9398.5556640625, -7293.93310546875, 15.28296756744384765, 0.593410074710845947, 0, 0, 0.292370796203613281, 0.95630502700805664, 120, 255, 1, "", 50250, NULL), +(420967, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9398.8486328125, -7262.48193359375, 15.24393177032470703, 3.630291461944580078, 0, 0, -0.97029495239257812, 0.241925001144409179, 120, 255, 1, "", 50250, NULL), +(420968, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9398.9677734375, -7293.34375, 15.28357791900634765, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, "", 50250, NULL), +(420969, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9399.0537109375, -7261.28564453125, 15.27428245544433593, 4.049167633056640625, 0, 0, -0.89879322052001953, 0.438372820615768432, 120, 255, 1, "", 50250, NULL), +(420970, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9399.2470703125, -7294.58154296875, 15.27620792388916015, 0.698131442070007324, 0, 0, 0.342020034790039062, 0.939692676067352294, 120, 255, 1, "", 50250, NULL), +(420971, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9399.5205078125, -7262.35791015625, 15.24707698822021484, 1.727874636650085449, 0, 0, 0.760405540466308593, 0.649448513984680175, 120, 255, 1, "", 50250, NULL), +(420972, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9399.5771484375, -7293.69384765625, 15.29185867309570312, 5.585053920745849609, 0, 0, -0.34202003479003906, 0.939692676067352294, 120, 255, 1, "", 50250, NULL), +(420973, 180754, 530, 0, 0, 1, @PHASEMASK_GOBLETS, 9399.7294921875, -7261.02587890625, 15.26287841796875, 3.420850038528442382, 0, 0, -0.99026775360107421, 0.139175355434417724, 120, 255, 1, "", 50250, NULL); + +DELETE FROM `game_event_gameobject` WHERE (`eventEntry` = 72) +AND (`guid` BETWEEN 420400 AND 420973); +INSERT INTO `game_event_gameobject` (`eventEntry`,`guid`) VALUES +(72, 420400), +(72, 420401), +(72, 420402), +(72, 420403), +(72, 420404), +(72, 420405), +(72, 420406), +(72, 420407), +(72, 420408), +(72, 420409), +(72, 420410), +(72, 420411), +(72, 420412), +(72, 420413), +(72, 420414), +(72, 420415), +(72, 420416), +(72, 420417), +(72, 420418), +(72, 420419), +(72, 420420), +(72, 420421), +(72, 420422), +(72, 420423), +(72, 420424), +(72, 420425), +(72, 420426), +(72, 420427), +(72, 420428), +(72, 420429), +(72, 420430), +(72, 420431), +(72, 420432), +(72, 420433), +(72, 420434), +(72, 420435), +(72, 420436), +(72, 420437), +(72, 420438), +(72, 420439), +(72, 420440), +(72, 420441), +(72, 420442), +(72, 420443), +(72, 420444), +(72, 420445), +(72, 420446), +(72, 420447), +(72, 420448), +(72, 420449), +(72, 420450), +(72, 420451), +(72, 420452), +(72, 420453), +(72, 420454), +(72, 420455), +(72, 420456), +(72, 420457), +(72, 420458), +(72, 420459), +(72, 420460), +(72, 420461), +(72, 420462), +(72, 420463), +(72, 420464), +(72, 420465), +(72, 420466), +(72, 420467), +(72, 420468), +(72, 420469), +(72, 420470), +(72, 420471), +(72, 420472), +(72, 420473), +(72, 420474), +(72, 420475), +(72, 420476), +(72, 420477), +(72, 420478), +(72, 420479), +(72, 420480), +(72, 420481), +(72, 420482), +(72, 420483), +(72, 420484), +(72, 420485), +(72, 420486), +(72, 420487), +(72, 420488), +(72, 420489), +(72, 420490), +(72, 420491), +(72, 420492), +(72, 420493), +(72, 420494), +(72, 420495), +(72, 420496), +(72, 420497), +(72, 420498), +(72, 420499), +(72, 420500), +(72, 420501), +(72, 420502), +(72, 420503), +(72, 420504), +(72, 420505), +(72, 420506), +(72, 420507), +(72, 420508), +(72, 420509), +(72, 420510), +(72, 420511), +(72, 420512), +(72, 420513), +(72, 420514), +(72, 420515), +(72, 420516), +(72, 420517), +(72, 420518), +(72, 420519), +(72, 420520), +(72, 420521), +(72, 420522), +(72, 420523), +(72, 420524), +(72, 420525), +(72, 420526), +(72, 420527), +(72, 420528), +(72, 420529), +(72, 420530), +(72, 420531), +(72, 420532), +(72, 420533), +(72, 420534), +(72, 420535), +(72, 420536), +(72, 420537), +(72, 420538), +(72, 420539), +(72, 420540), +(72, 420541), +(72, 420542), +(72, 420543), +(72, 420544), +(72, 420545), +(72, 420546), +(72, 420547), +(72, 420548), +(72, 420549), +(72, 420550), +(72, 420551), +(72, 420552), +(72, 420553), +(72, 420554), +(72, 420555), +(72, 420556), +(72, 420557), +(72, 420558), +(72, 420559), +(72, 420560), +(72, 420561), +(72, 420562), +(72, 420563), +(72, 420564), +(72, 420565), +(72, 420566), +(72, 420567), +(72, 420568), +(72, 420569), +(72, 420570), +(72, 420571), +(72, 420572), +(72, 420573), +(72, 420574), +(72, 420575), +(72, 420576), +(72, 420577), +(72, 420578), +(72, 420579), +(72, 420580), +(72, 420581), +(72, 420582), +(72, 420583), +(72, 420584), +(72, 420585), +(72, 420586), +(72, 420587), +(72, 420588), +(72, 420589), +(72, 420590), +(72, 420591), +(72, 420592), +(72, 420593), +(72, 420594), +(72, 420595), +(72, 420596), +(72, 420597), +(72, 420598), +(72, 420599), +(72, 420600), +(72, 420601), +(72, 420602), +(72, 420603), +(72, 420604), +(72, 420605), +(72, 420606), +(72, 420607), +(72, 420608), +(72, 420609), +(72, 420610), +(72, 420611), +(72, 420612), +(72, 420613), +(72, 420614), +(72, 420615), +(72, 420616), +(72, 420617), +(72, 420618), +(72, 420619), +(72, 420620), +(72, 420621), +(72, 420622), +(72, 420623), +(72, 420624), +(72, 420625), +(72, 420626), +(72, 420627), +(72, 420628), +(72, 420629), +(72, 420630), +(72, 420631), +(72, 420632), +(72, 420633), +(72, 420634), +(72, 420635), +(72, 420636), +(72, 420637), +(72, 420638), +(72, 420639), +(72, 420640), +(72, 420641), +(72, 420642), +(72, 420643), +(72, 420644), +(72, 420645), +(72, 420646), +(72, 420647), +(72, 420648), +(72, 420649), +(72, 420650), +(72, 420651), +(72, 420652), +(72, 420653), +(72, 420654), +(72, 420655), +(72, 420656), +(72, 420657), +(72, 420658), +(72, 420659), +(72, 420660), +(72, 420661), +(72, 420662), +(72, 420663), +(72, 420664), +(72, 420665), +(72, 420666), +(72, 420667), +(72, 420668), +(72, 420669), +(72, 420670), +(72, 420671), +(72, 420672), +(72, 420673), +(72, 420674), +(72, 420675), +(72, 420676), +(72, 420677), +(72, 420678), +(72, 420679), +(72, 420680), +(72, 420681), +(72, 420682), +(72, 420683), +(72, 420684), +(72, 420685), +(72, 420686), +(72, 420687), +(72, 420688), +(72, 420689), +(72, 420690), +(72, 420691), +(72, 420692), +(72, 420693), +(72, 420694), +(72, 420695), +(72, 420696), +(72, 420697), +(72, 420698), +(72, 420699), +(72, 420700), +(72, 420701), +(72, 420702), +(72, 420703), +(72, 420704), +(72, 420705), +(72, 420706), +(72, 420707), +(72, 420708), +(72, 420709), +(72, 420710), +(72, 420711), +(72, 420712), +(72, 420713), +(72, 420714), +(72, 420715), +(72, 420716), +(72, 420717), +(72, 420718), +(72, 420719), +(72, 420720), +(72, 420721), +(72, 420722), +(72, 420723), +(72, 420724), +(72, 420725), +(72, 420726), +(72, 420727), +(72, 420728), +(72, 420729), +(72, 420730), +(72, 420731), +(72, 420732), +(72, 420733), +(72, 420734), +(72, 420735), +(72, 420736), +(72, 420737), +(72, 420738), +(72, 420739), +(72, 420740), +(72, 420741), +(72, 420742), +(72, 420743), +(72, 420744), +(72, 420745), +(72, 420746), +(72, 420747), +(72, 420748), +(72, 420749), +(72, 420750), +(72, 420751), +(72, 420752), +(72, 420753), +(72, 420754), +(72, 420755), +(72, 420756), +(72, 420757), +(72, 420758), +(72, 420759), +(72, 420760), +(72, 420761), +(72, 420762), +(72, 420763), +(72, 420764), +(72, 420765), +(72, 420766), +(72, 420767), +(72, 420768), +(72, 420769), +(72, 420770), +(72, 420771), +(72, 420772), +(72, 420773), +(72, 420774), +(72, 420775), +(72, 420776), +(72, 420777), +(72, 420778), +(72, 420779), +(72, 420780), +(72, 420781), +(72, 420782), +(72, 420783), +(72, 420784), +(72, 420785), +(72, 420786), +(72, 420787), +(72, 420788), +(72, 420789), +(72, 420790), +(72, 420791), +(72, 420792), +(72, 420793), +(72, 420794), +(72, 420795), +(72, 420796), +(72, 420797), +(72, 420798), +(72, 420799), +(72, 420800), +(72, 420801), +(72, 420802), +(72, 420803), +(72, 420804), +(72, 420805), +(72, 420806), +(72, 420807), +(72, 420808), +(72, 420809), +(72, 420810), +(72, 420811), +(72, 420812), +(72, 420813), +(72, 420814), +(72, 420815), +(72, 420816), +(72, 420817), +(72, 420818), +(72, 420819), +(72, 420820), +(72, 420821), +(72, 420822), +(72, 420823), +(72, 420824), +(72, 420825), +(72, 420826), +(72, 420827), +(72, 420828), +(72, 420829), +(72, 420830), +(72, 420831), +(72, 420832), +(72, 420833), +(72, 420834), +(72, 420835), +(72, 420836), +(72, 420837), +(72, 420838), +(72, 420839), +(72, 420840), +(72, 420841), +(72, 420842), +(72, 420843), +(72, 420844), +(72, 420845), +(72, 420846), +(72, 420847), +(72, 420848), +(72, 420849), +(72, 420850), +(72, 420851), +(72, 420852), +(72, 420853), +(72, 420854), +(72, 420855), +(72, 420856), +(72, 420857), +(72, 420858), +(72, 420859), +(72, 420860), +(72, 420861), +(72, 420862), +(72, 420863), +(72, 420864), +(72, 420865), +(72, 420866), +(72, 420867), +(72, 420868), +(72, 420869), +(72, 420870), +(72, 420871), +(72, 420872), +(72, 420873), +(72, 420874), +(72, 420875), +(72, 420876), +(72, 420877), +(72, 420878), +(72, 420879), +(72, 420880), +(72, 420881), +(72, 420882), +(72, 420883), +(72, 420884), +(72, 420885), +(72, 420886), +(72, 420887), +(72, 420888), +(72, 420889), +(72, 420890), +(72, 420891), +(72, 420892), +(72, 420893), +(72, 420894), +(72, 420895), +(72, 420896), +(72, 420897), +(72, 420898), +(72, 420899), +(72, 420900), +(72, 420901), +(72, 420902), +(72, 420903), +(72, 420904), +(72, 420905), +(72, 420906), +(72, 420907), +(72, 420908), +(72, 420909), +(72, 420910), +(72, 420911), +(72, 420912), +(72, 420913), +(72, 420914), +(72, 420915), +(72, 420916), +(72, 420917), +(72, 420918), +(72, 420919), +(72, 420920), +(72, 420921), +(72, 420922), +(72, 420923), +(72, 420924), +(72, 420925), +(72, 420926), +(72, 420927), +(72, 420928), +(72, 420929), +(72, 420930), +(72, 420931), +(72, 420932), +(72, 420933), +(72, 420934), +(72, 420935), +(72, 420936), +(72, 420937), +(72, 420938), +(72, 420939), +(72, 420940), +(72, 420941), +(72, 420942), +(72, 420943), +(72, 420944), +(72, 420945), +(72, 420946), +(72, 420947), +(72, 420948), +(72, 420949), +(72, 420950), +(72, 420951), +(72, 420952), +(72, 420953), +(72, 420954), +(72, 420955), +(72, 420956), +(72, 420957), +(72, 420958), +(72, 420959), +(72, 420960), +(72, 420961), +(72, 420962), +(72, 420963), +(72, 420964), +(72, 420965), +(72, 420966), +(72, 420967), +(72, 420968), +(72, 420969), +(72, 420970), +(72, 420971), +(72, 420972), +(72, 420973); + +-- Update gameobject 'Festive Mug' with sniffed values +-- new spawns +DELETE FROM `gameobject` WHERE (`id` IN (180905)) +AND (`guid` BETWEEN 421000 AND 421625); +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`, `Comment`) VALUES +(421000, 180905, 0, 0, 0, 1, 1, -14294.34765625, 526.015625, 9.803480148315429687, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 0, "", 52237, NULL), +(421001, 180905, 0, 0, 0, 1, 1, -14294.34765625, 526.015625, 9.803480148315429687, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, "", 50250, NULL), +(421002, 180905, 0, 0, 0, 1, 1, -14294.87890625, 524.8367919921875, 9.812061309814453125, 5.602506637573242187, 0, 0, -0.33380699157714843, 0.942641437053680419, 120, 255, 0, "", 52237, NULL), +(421003, 180905, 0, 0, 0, 1, 1, -14294.87890625, 524.8367919921875, 9.812061309814453125, 5.602506637573242187, 0, 0, -0.33380699157714843, 0.942641437053680419, 120, 255, 1, "", 50250, NULL), +(421004, 180905, 0, 0, 0, 1, 1, -14295.56640625, 524.920166015625, 9.818296432495117187, 1.221729278564453125, 0, 0, 0.573575973510742187, 0.819152355194091796, 120, 255, 0, "", 52237, NULL), +(421005, 180905, 0, 0, 0, 1, 1, -14295.56640625, 524.920166015625, 9.818296432495117187, 1.221729278564453125, 0, 0, 0.573575973510742187, 0.819152355194091796, 120, 255, 1, "", 50250, NULL), +(421006, 180905, 0, 0, 0, 1, 1, -14295.896484375, 525.8992919921875, 9.79851531982421875, 5.70722818374633789, 0, 0, -0.28401470184326171, 0.958819925785064697, 120, 255, 0, "", 52237, NULL), +(421007, 180905, 0, 0, 0, 1, 1, -14295.896484375, 525.8992919921875, 9.79851531982421875, 5.70722818374633789, 0, 0, -0.28401470184326171, 0.958819925785064697, 120, 255, 1, "", 50250, NULL), +(421008, 180905, 0, 0, 0, 1, 1, -14296.0244140625, 525.23614501953125, 9.810339927673339843, 1.204277276992797851, 0, 0, 0.56640625, 0.824126183986663818, 120, 255, 0, "", 52237, NULL), +(421009, 180905, 0, 0, 0, 1, 1, -14296.0244140625, 525.23614501953125, 9.810339927673339843, 1.204277276992797851, 0, 0, 0.56640625, 0.824126183986663818, 120, 255, 1, "", 50250, NULL), +(421010, 180905, 0, 0, 0, 1, 1, -14296.076171875, 523.83331298828125, 9.817596435546875, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 0, "", 52237, NULL), +(421011, 180905, 0, 0, 0, 1, 1, -14296.076171875, 523.83331298828125, 9.817596435546875, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, "", 50250, NULL), +(421012, 180905, 0, 0, 0, 1, 1, -14296.1142578125, 522.92706298828125, 9.809828758239746093, 0.872663915157318115, 0, 0, 0.422617912292480468, 0.906307935714721679, 120, 255, 0, "", 52237, NULL), +(421013, 180905, 0, 0, 0, 1, 1, -14296.1142578125, 522.92706298828125, 9.809828758239746093, 0.872663915157318115, 0, 0, 0.422617912292480468, 0.906307935714721679, 120, 255, 1, "", 50250, NULL), +(421014, 180905, 0, 0, 0, 1, 1, -14296.6943359375, 522.36981201171875, 9.84223175048828125, 0.907570242881774902, 0, 0, 0.438370704650878906, 0.898794233798980712, 120, 255, 0, "", 52237, NULL), +(421015, 180905, 0, 0, 0, 1, 1, -14296.6943359375, 522.36981201171875, 9.84223175048828125, 0.907570242881774902, 0, 0, 0.438370704650878906, 0.898794233798980712, 120, 255, 1, "", 50250, NULL), +(421016, 180905, 0, 0, 0, 1, 1, -14296.8056640625, 523.4461669921875, 9.816659927368164062, 1.518436193466186523, 0, 0, 0.6883544921875, 0.725374460220336914, 120, 255, 0, "", 52237, NULL), +(421017, 180905, 0, 0, 0, 1, 1, -14296.8056640625, 523.4461669921875, 9.816659927368164062, 1.518436193466186523, 0, 0, 0.6883544921875, 0.725374460220336914, 120, 255, 1, "", 50250, NULL), +(421018, 180905, 0, 0, 0, 1, 1, -14297.232421875, 522.76214599609375, 9.827043533325195312, 3.036838293075561523, 0, 0, 0.998628616333007812, 0.052353221923112869, 120, 255, 0, "", 52237, NULL), +(421019, 180905, 0, 0, 0, 1, 1, -14297.232421875, 522.76214599609375, 9.827043533325195312, 3.036838293075561523, 0, 0, 0.998628616333007812, 0.052353221923112869, 120, 255, 1, "", 50250, NULL), +(421020, 180905, 0, 0, 0, 1, 1, -14323.66015625, 447.685760498046875, 24.05516433715820312, 2.146752834320068359, 0, 0, 0.878816604614257812, 0.477159708738327026, 120, 255, 1, "", 50250, NULL), +(421021, 180905, 0, 0, 0, 1, 1, -14323.7431640625, 447.37847900390625, 24.05384063720703125, 1.727874636650085449, 0, 0, 0.760405540466308593, 0.649448513984680175, 120, 255, 1, "", 50250, NULL), +(421022, 180905, 0, 0, 0, 1, 1, -14323.794921875, 448.609375, 24.07844161987304687, 3.682650327682495117, 0, 0, -0.96362972259521484, 0.26724100112915039, 120, 255, 1, "", 50250, NULL), +(421023, 180905, 0, 0, 0, 1, 1, -14324.6220703125, 448.98785400390625, 24.07855606079101562, 5.218535900115966796, 0, 0, -0.507537841796875, 0.861629426479339599, 120, 255, 1, "", 50250, NULL), +(421024, 180905, 0, 0, 0, 1, 1, -14324.6767578125, 447.9757080078125, 24.05291748046875, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, "", 50250, NULL), +(421025, 180905, 0, 0, 0, 1, 1, -14345.2431640625, 439.923614501953125, 8.571751594543457031, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, "", 50250, NULL), +(421026, 180905, 0, 0, 0, 1, 1, -14346.228515625, 440.326385498046875, 8.543545722961425781, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, "", 50250, NULL), +(421027, 180905, 0, 0, 0, 1, 1, -14346.3408203125, 438.625, 8.537920951843261718, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, "", 50250, NULL), +(421028, 180905, 0, 0, 0, 1, 1, -14346.9443359375, 439.072906494140625, 8.546051979064941406, 4.310965538024902343, 0, 0, -0.83388519287109375, 0.55193793773651123, 120, 255, 1, "", 50250, NULL), +(421029, 180905, 0, 0, 0, 1, 1, -14347.125, 437.84027099609375, 8.522702217102050781, 4.136432647705078125, 0, 0, -0.87881660461425781, 0.477159708738327026, 120, 255, 1, "", 50250, NULL), +(421030, 180905, 0, 0, 0, 1, 1, -14347.146484375, 439.873260498046875, 8.537214279174804687, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, "", 50250, NULL), +(421031, 180905, 0, 0, 0, 1, 1, -14347.8056640625, 438.37152099609375, 8.524229049682617187, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, "", 50250, NULL), +(421032, 180905, 0, 0, 0, 1, 1, -14348.1318359375, 438.98785400390625, 8.520602226257324218, 4.520402908325195312, 0, 0, -0.77162456512451171, 0.636078238487243652, 120, 255, 1, "", 50250, NULL), +(421033, 180905, 0, 0, 0, 1, 1, -14348.1767578125, 437.513885498046875, 8.544606208801269531, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, "", 50250, NULL), +(421034, 180905, 0, 0, 0, 1, 1, -14349.16015625, 437.97222900390625, 8.54442596435546875, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, "", 50250, NULL), +(421035, 180905, 0, 0, 0, 1, 1, -14399.982421875, 415.09027099609375, 23.67348480224609375, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, "", 50250, NULL), +(421036, 180905, 0, 0, 0, 1, 1, -14399.986328125, 414.201385498046875, 23.66869544982910156, 0.890116631984710693, 0, 0, 0.430510520935058593, 0.902585566043853759, 120, 255, 1, "", 50250, NULL), +(421037, 180905, 0, 0, 0, 1, 1, -14400.5908203125, 415.357635498046875, 23.68840217590332031, 0, 0, 0, 0, 1, 120, 255, 1, "", 50250, NULL), +(421038, 180905, 0, 0, 0, 1, 1, -14400.8818359375, 414.088531494140625, 23.68263626098632812, 4.118979454040527343, 0, 0, -0.88294696807861328, 0.469472706317901611, 120, 255, 1, "", 50250, NULL), +(421039, 180905, 0, 0, 0, 1, 1, -14401.1142578125, 415.23785400390625, 23.70173072814941406, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, "", 50250, NULL), +(421040, 180905, 0, 0, 0, 1, 1, -14408.09765625, 422.40625, 9.638995170593261718, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, "", 50250, NULL), +(421041, 180905, 0, 0, 0, 1, 1, -14408.412109375, 421.69879150390625, 9.658708572387695312, 2.809975385665893554, 0, 0, 0.986285209655761718, 0.165049895644187927, 120, 255, 1, "", 50250, NULL), +(421042, 180905, 0, 0, 0, 1, 1, -14408.482421875, 423.064239501953125, 9.640227317810058593, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, "", 50250, NULL), +(421043, 180905, 0, 0, 0, 1, 1, -14409.1005859375, 422.640625, 9.641004562377929687, 5.567600727081298828, 0, 0, -0.35020732879638671, 0.936672210693359375, 120, 255, 1, "", 50250, NULL), +(421044, 180905, 0, 0, 0, 1, 1, -14409.892578125, 421.8663330078125, 9.659573554992675781, 5.096362113952636718, 0, 0, -0.55919265747070312, 0.829037725925445556, 120, 255, 1, "", 50250, NULL), +(421045, 180905, 0, 0, 0, 1, 1, -14412.1220703125, 424.16839599609375, 9.891107559204101562, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, "", 50250, NULL), +(421046, 180905, 0, 0, 0, 1, 1, -14412.3134765625, 420.295135498046875, 23.33741569519042968, 4.014260292053222656, 0, 0, -0.90630722045898437, 0.422619491815567016, 120, 255, 1, "", 50250, NULL), +(421047, 180905, 0, 0, 0, 1, 1, -14412.611328125, 423.45660400390625, 9.890497207641601562, 3.385940074920654296, 0, 0, -0.99254608154296875, 0.121869951486587524, 120, 255, 1, "", 50250, NULL), +(421048, 180905, 0, 0, 0, 1, 1, -14412.8505859375, 424.427093505859375, 9.904606819152832031, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 120, 255, 1, "", 50250, NULL), +(421049, 180905, 0, 0, 0, 1, 1, -14413.03125, 420.541656494140625, 23.34119224548339843, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, "", 50250, NULL), +(421050, 180905, 0, 0, 0, 1, 1, -14413.16015625, 419.37847900390625, 23.33419227600097656, 2.007128477096557617, 0, 0, 0.84339141845703125, 0.537299633026123046, 120, 255, 1, "", 50250, NULL), +(421051, 180905, 0, 0, 0, 1, 1, -14413.4345703125, 423.970489501953125, 9.893231391906738281, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 120, 255, 1, "", 50250, NULL), +(421052, 180905, 0, 0, 0, 1, 1, -14413.7216796875, 420.942291259765625, 23.36707496643066406, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, "", 50250, NULL), +(421053, 180905, 0, 0, 0, 1, 1, -14413.732421875, 423.298614501953125, 9.909399986267089843, 6.213373661041259765, 0, 0, -0.03489875793457031, 0.999390840530395507, 120, 255, 1, "", 50250, NULL), +(421054, 180905, 0, 0, 0, 1, 1, -14414.1220703125, 420.03125, 23.36473464965820312, 3.45575571060180664, 0, 0, -0.98768806457519531, 0.156436234712600708, 120, 255, 1, "", 50250, NULL), +(421055, 180905, 0, 0, 0, 1, 1, -14442.548828125, 453.23785400390625, 16.49817276000976562, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, "", 50250, NULL), +(421056, 180905, 0, 0, 0, 1, 1, -14442.9892578125, 452.795135498046875, 16.50300979614257812, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 120, 255, 1, "", 50250, NULL), +(421057, 180905, 0, 0, 0, 1, 1, -14443.5556640625, 453.286468505859375, 16.51160621643066406, 4.537858963012695312, 0, 0, -0.76604366302490234, 0.642788589000701904, 120, 255, 1, "", 50250, NULL), +(421058, 180905, 0, 0, 0, 1, 1, -14443.953125, 453.317657470703125, 16.50717735290527343, 5.183629035949707031, 0, 0, -0.52249813079833984, 0.852640450000762939, 120, 255, 1, "", 50250, NULL), +(421059, 180905, 0, 0, 0, 1, 1, -14444.1142578125, 453.78472900390625, 16.5131683349609375, 0.017452461645007133, 0, 0, 0.008726119995117187, 0.999961912631988525, 120, 255, 1, "", 50250, NULL), +(421060, 180905, 0, 0, 0, 1, 1, -14446.705078125, 484.295135498046875, 16.17317390441894531, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, "", 50250, NULL), +(421061, 180905, 0, 0, 0, 1, 1, -14447.3994140625, 483.802093505859375, 16.15640640258789062, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, "", 50250, NULL), +(421062, 180905, 0, 0, 0, 1, 1, -14448.06640625, 484.921875, 16.16574668884277343, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, "", 50250, NULL), +(421063, 180905, 0, 0, 0, 1, 1, -14448.125, 483.743072509765625, 16.15865516662597656, 4.031712055206298828, 0, 0, -0.90258502960205078, 0.430511653423309326, 120, 255, 1, "", 50250, NULL), +(421064, 180905, 0, 0, 0, 1, 1, -14448.513671875, 484.064239501953125, 16.14568519592285156, 4.293513298034667968, 0, 0, -0.8386697769165039, 0.544640243053436279, 120, 255, 1, "", 50250, NULL), +(421065, 180905, 0, 0, 0, 1, 1, -14458.8369140625, 427.47222900390625, 26.29239463806152343, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, "", 50250, NULL), +(421066, 180905, 0, 0, 0, 1, 1, -14459.326171875, 428.47222900390625, 26.28746795654296875, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, "", 50250, NULL), +(421067, 180905, 0, 0, 0, 1, 1, -14459.7568359375, 427.078125, 26.26954841613769531, 1.343901276588439941, 0, 0, 0.622513771057128906, 0.78260880708694458, 120, 255, 1, "", 50250, NULL), +(421068, 180905, 0, 0, 0, 1, 1, -14459.892578125, 428.067718505859375, 26.27699851989746093, 5.724681377410888671, 0, 0, -0.27563667297363281, 0.961261868476867675, 120, 255, 1, "", 50250, NULL), +(421069, 180905, 0, 0, 0, 1, 1, -14460.4443359375, 427.989593505859375, 26.26413917541503906, 0.855210542678833007, 0, 0, 0.414692878723144531, 0.909961462020874023, 120, 255, 1, "", 50250, NULL), +(421070, 180905, 0, 0, 0, 1, 1, -5026.84521484375, -812.04071044921875, 496.518280029296875, 4.014260292053222656, 0, 0, -0.90630722045898437, 0.422619491815567016, 120, 255, 1, "", 52237, NULL), +(421071, 180905, 0, 0, 0, 1, 1, -5027.2783203125, -811.507080078125, 496.50927734375, 1.343901276588439941, 0, 0, 0.622513771057128906, 0.78260880708694458, 120, 255, 1, "", 52237, NULL), +(421072, 180905, 0, 0, 0, 1, 1, -5027.5283203125, -812.82550048828125, 496.53179931640625, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, "", 52237, NULL), +(421073, 180905, 0, 0, 0, 1, 1, -5028.45166015625, -812.5322265625, 496.517974853515625, 5.724681377410888671, 0, 0, -0.27563667297363281, 0.961261868476867675, 120, 255, 1, "", 52237, NULL), +(421074, 180905, 0, 0, 0, 1, 1, -5028.7177734375, -811.3641357421875, 496.510162353515625, 0.855210542678833007, 0, 0, 0.414692878723144531, 0.909961462020874023, 120, 255, 1, "", 52237, NULL), +(421075, 180905, 0, 0, 0, 1, 1, -5030.669921875, -803.56640625, 496.593048095703125, 2.007128477096557617, 0, 0, 0.84339141845703125, 0.537299633026123046, 120, 255, 1, "", 52237, NULL), +(421076, 180905, 0, 0, 0, 1, 1, -5030.69287109375, -803.29632568359375, 496.5841064453125, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, "", 52237, NULL), +(421077, 180905, 0, 0, 0, 1, 1, -5031.3916015625, -803.3299560546875, 496.56976318359375, 3.45575571060180664, 0, 0, -0.98768806457519531, 0.156436234712600708, 120, 255, 1, "", 52237, NULL), +(421078, 180905, 0, 0, 0, 1, 1, -5031.49169921875, -792.4676513671875, 496.370330810546875, 0.890116631984710693, 0, 0, 0.430510520935058593, 0.902585566043853759, 120, 255, 1, "", 52237, NULL), +(421079, 180905, 0, 0, 0, 1, 1, -5031.6728515625, -804.313720703125, 496.591522216796875, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, "", 52237, NULL), +(421080, 180905, 0, 0, 0, 1, 1, -5032.048828125, -802.58721923828125, 496.57623291015625, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, "", 52237, NULL), +(421081, 180905, 0, 0, 0, 1, 1, -5032.28955078125, -791.71038818359375, 496.359588623046875, 0, 0, 0, 0, 1, 120, 255, 1, "", 52237, NULL), +(421082, 180905, 0, 0, 0, 1, 1, -5032.66259765625, -793.14324951171875, 496.355316162109375, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, "", 52237, NULL), +(421083, 180905, 0, 0, 0, 1, 1, -5032.77783203125, -792.39886474609375, 496.384552001953125, 4.118979454040527343, 0, 0, -0.88294696807861328, 0.469472706317901611, 120, 255, 1, "", 52237, NULL), +(421084, 180905, 0, 0, 0, 1, 1, -5037.81640625, -823.18426513671875, 496.24114990234375, 4.293513298034667968, 0, 0, -0.8386697769165039, 0.544640243053436279, 120, 255, 1, "", 52237, NULL), +(421085, 180905, 0, 0, 0, 1, 1, -5038.423828125, -822.3773193359375, 496.2490234375, 4.031712055206298828, 0, 0, -0.90258502960205078, 0.430511653423309326, 120, 255, 1, "", 52237, NULL), +(421086, 180905, 0, 0, 0, 1, 1, -5038.52392578125, -823.4642333984375, 496.2432861328125, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, "", 52237, NULL), +(421087, 180905, 0, 0, 0, 1, 1, -5038.8427734375, -822.867919921875, 496.257476806640625, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, "", 52237, NULL), +(421088, 180905, 0, 0, 0, 1, 1, -5039.142578125, -824.0594482421875, 496.236328125, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, "", 52237, NULL), +(421089, 180905, 0, 0, 0, 1, 1, -5058.62890625, -783.79638671875, 495.365020751953125, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, "", 52237, NULL), +(421090, 180905, 0, 0, 0, 1, 1, -5058.94384765625, -782.54864501953125, 495.38177490234375, 0.872663915157318115, 0, 0, 0.422617912292480468, 0.906307935714721679, 120, 255, 1, "", 52237, NULL), +(421091, 180905, 0, 0, 0, 1, 1, -5059.19921875, -782.515869140625, 495.374176025390625, 0.907570242881774902, 0, 0, 0.438370704650878906, 0.898794233798980712, 120, 255, 1, "", 52237, NULL), +(421092, 180905, 0, 0, 0, 1, 1, -5059.26025390625, -783.502685546875, 495.363616943359375, 1.518436193466186523, 0, 0, 0.6883544921875, 0.725374460220336914, 120, 255, 1, "", 52237, NULL), +(421093, 180905, 0, 0, 0, 1, 1, -5060.30419921875, -783.5477294921875, 495.364898681640625, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, "", 52237, NULL), +(421094, 180905, 0, 0, 0, 1, 1, -5066.14111328125, -806.42041015625, 496.225006103515625, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 120, 255, 1, "", 52237, NULL), +(421095, 180905, 0, 0, 0, 1, 1, -5067.24560546875, -807.216064453125, 496.23822021484375, 0.017452461645007133, 0, 0, 0.008726119995117187, 0.999961912631988525, 120, 255, 1, "", 52237, NULL), +(421096, 180905, 0, 0, 0, 1, 1, -5067.34130859375, -806.31134033203125, 496.231292724609375, 4.537858963012695312, 0, 0, -0.76604366302490234, 0.642788589000701904, 120, 255, 1, "", 52237, NULL), +(421097, 180905, 0, 0, 0, 1, 1, -5067.7021484375, -806.75091552734375, 496.224334716796875, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, "", 52237, NULL), +(421098, 180905, 0, 0, 0, 1, 1, -5068.07275390625, -805.835205078125, 496.266021728515625, 5.183629035949707031, 0, 0, -0.52249813079833984, 0.852640450000762939, 120, 255, 1, "", 52237, NULL), +(421099, 180905, 0, 0, 0, 1, 1, -5073.37158203125, -782.65386962890625, 496.246734619140625, 5.602506637573242187, 0, 0, -0.33380699157714843, 0.942641437053680419, 120, 255, 1, "", 52237, NULL), +(421100, 180905, 0, 0, 0, 1, 1, -5074.05859375, -782.38140869140625, 496.214691162109375, 1.221729278564453125, 0, 0, 0.573575973510742187, 0.819152355194091796, 120, 255, 1, "", 52237, NULL), +(421101, 180905, 0, 0, 0, 1, 1, -5074.58056640625, -784.07745361328125, 496.21295166015625, 3.036838293075561523, 0, 0, 0.998628616333007812, 0.052353221923112869, 120, 255, 1, "", 52237, NULL), +(421102, 180905, 0, 0, 0, 1, 1, -5074.92431640625, -782.809814453125, 496.208770751953125, 1.204277276992797851, 0, 0, 0.56640625, 0.824126183986663818, 120, 255, 1, "", 52237, NULL), +(421103, 180905, 0, 0, 0, 1, 1, -5075.11181640625, -783.57757568359375, 496.205963134765625, 5.70722818374633789, 0, 0, -0.28401470184326171, 0.958819925785064697, 120, 255, 1, "", 52237, NULL), +(421104, 180905, 0, 0, 0, 1, 1, -5092.08203125, -775.907470703125, 496.214691162109375, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, "", 52237, NULL), +(421105, 180905, 0, 0, 0, 1, 1, -5092.15478515625, -776.97821044921875, 496.197906494140625, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, "", 52237, NULL), +(421106, 180905, 0, 0, 0, 1, 1, -5092.9619140625, -775.9334716796875, 496.18695068359375, 1.692969322204589843, 0, 0, 0.748955726623535156, 0.662620067596435546, 120, 255, 1, "", 52237, NULL), +(421107, 180905, 0, 0, 0, 1, 1, -5093.37451171875, -777.15277099609375, 496.1768798828125, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, "", 52237, NULL), +(421108, 180905, 0, 0, 0, 1, 1, -5093.7919921875, -776.60394287109375, 496.174041748046875, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, "", 52237, NULL), +(421109, 180905, 0, 0, 0, 1, 1, -5100.1767578125, -803.0128173828125, 496.259063720703125, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 0, "", 52237, NULL), +(421110, 180905, 0, 0, 0, 1, 1, -5100.1767578125, -803.0128173828125, 496.259063720703125, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, "", 52237, NULL), +(421111, 180905, 0, 0, 0, 1, 1, -5100.44677734375, -803.89093017578125, 496.231292724609375, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, "", 52237, NULL), +(421112, 180905, 0, 0, 0, 1, 1, -5101.31884765625, -804.08636474609375, 496.23822021484375, 4.310965538024902343, 0, 0, -0.83388519287109375, 0.55193793773651123, 120, 255, 1, "", 52237, NULL), +(421113, 180905, 0, 0, 0, 1, 1, -5101.64599609375, -802.34625244140625, 496.27294921875, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, "", 52237, NULL), +(421114, 180905, 0, 0, 0, 1, 1, -5101.72216796875, -803.755859375, 496.259063720703125, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, "", 52237, NULL), +(421115, 180905, 0, 0, 0, 1, 1, -5153.60107421875, -855.9998779296875, 509.430511474609375, 5.567600727081298828, 0, 0, -0.35020732879638671, 0.936672210693359375, 120, 255, 1, "", 52237, NULL), +(421116, 180905, 0, 0, 0, 1, 1, -5153.759765625, -856.54791259765625, 509.427154541015625, 3.94444584846496582, 0, 0, -0.92050457000732421, 0.3907318115234375, 120, 255, 1, "", 52237, NULL), +(421117, 180905, 0, 0, 0, 1, 1, -5154.1416015625, -855.59222412109375, 509.42578125, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, "", 52237, NULL), +(421118, 180905, 0, 0, 0, 1, 1, -5154.21728515625, -855.2520751953125, 509.433929443359375, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, "", 52237, NULL), +(421119, 180905, 0, 0, 0, 1, 1, -5154.61962890625, -854.7537841796875, 509.415374755859375, 2.809975385665893554, 0, 0, 0.986285209655761718, 0.165049895644187927, 120, 255, 1, "", 52237, NULL), +(421120, 180905, 0, 0, 0, 1, 1, -5155.08642578125, -855.684814453125, 509.410919189453125, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, "", 52237, NULL), +(421121, 180905, 0, 0, 0, 1, 1, -5164.064453125, -864.80645751953125, 508.12591552734375, 3.385940074920654296, 0, 0, -0.99254608154296875, 0.121869951486587524, 120, 255, 1, "", 52237, NULL), +(421122, 180905, 0, 0, 0, 1, 1, -5164.5830078125, -865.8018798828125, 508.13818359375, 6.213373661041259765, 0, 0, -0.03489875793457031, 0.999390840530395507, 120, 255, 1, "", 52237, NULL), +(421123, 180905, 0, 0, 0, 1, 1, -5164.72021484375, -863.92218017578125, 508.1153564453125, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, "", 52237, NULL), +(421124, 180905, 0, 0, 0, 1, 1, -5165.61181640625, -865.5418701171875, 508.146392822265625, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 120, 255, 1, "", 52237, NULL), +(421125, 180905, 0, 0, 0, 1, 1, -5166.02490234375, -864.64288330078125, 508.147186279296875, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 120, 255, 1, "", 52237, NULL), +(421126, 180905, 0, 0, 0, 1, 1, -8815.2880859375, 628.22222900390625, 95.2130126953125, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, "", 50250, NULL), +(421127, 180905, 0, 0, 0, 1, 1, -8815.6005859375, 628.857666015625, 95.21823883056640625, 5.602506637573242187, 0, 0, -0.33380699157714843, 0.942641437053680419, 120, 255, 1, "", 50250, NULL), +(421128, 180905, 0, 0, 0, 1, 1, -8816.3173828125, 628.8663330078125, 95.1934661865234375, 1.221729278564453125, 0, 0, 0.573575973510742187, 0.819152355194091796, 120, 255, 1, "", 50250, NULL), +(421129, 180905, 0, 0, 0, 1, 1, -8816.3193359375, 627.9305419921875, 95.1983795166015625, 1.204277276992797851, 0, 0, 0.56640625, 0.824126183986663818, 120, 255, 1, "", 50250, NULL), +(421130, 180905, 0, 0, 0, 1, 1, -8816.6943359375, 628.48785400390625, 95.1856842041015625, 5.70722818374633789, 0, 0, -0.28401470184326171, 0.958819925785064697, 120, 255, 1, "", 50250, NULL), +(421131, 180905, 0, 0, 0, 1, 1, -8817.2001953125, 647.57989501953125, 95.46410369873046875, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, "", 50250, NULL), +(421132, 180905, 0, 0, 0, 1, 1, -8817.548828125, 646.78472900390625, 95.46067047119140625, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, "", 50250, NULL), +(421133, 180905, 0, 0, 0, 1, 1, -8818.2568359375, 646.2569580078125, 95.4542999267578125, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, "", 50250, NULL), +(421134, 180905, 0, 0, 0, 1, 1, -8818.2744140625, 647.54339599609375, 95.4500732421875, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, "", 50250, NULL), +(421135, 180905, 0, 0, 0, 1, 1, -8818.638671875, 647.045166015625, 95.4325103759765625, 4.520402908325195312, 0, 0, -0.77162456512451171, 0.636078238487243652, 120, 255, 1, "", 50250, NULL), +(421136, 180905, 0, 0, 0, 1, 1, -8826.28125, 629.6319580078125, 95.18744659423828125, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, "", 50250, NULL), +(421137, 180905, 0, 0, 0, 1, 1, -8826.3642578125, 628.8819580078125, 95.2097015380859375, 4.310965538024902343, 0, 0, -0.83388519287109375, 0.55193793773651123, 120, 255, 1, "", 50250, NULL), +(421138, 180905, 0, 0, 0, 1, 1, -8826.80078125, 628.52606201171875, 95.19254302978515625, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, "", 50250, NULL), +(421139, 180905, 0, 0, 0, 1, 1, -8826.9267578125, 630.28643798828125, 95.18881988525390625, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, "", 50250, NULL), +(421140, 180905, 0, 0, 0, 1, 1, -8826.94140625, 629.59893798828125, 95.17022705078125, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 0, "", 52237, NULL), +(421141, 180905, 0, 0, 0, 1, 1, -8826.94140625, 629.59893798828125, 95.17022705078125, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, "", 50250, NULL), +(421142, 180905, 0, 0, 0, 1, 1, -8838.2919921875, 646.73785400390625, 97.11920166015625, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 120, 255, 1, "", 50250, NULL), +(421143, 180905, 0, 0, 0, 1, 1, -8838.669921875, 647.3194580078125, 97.10825347900390625, 3.385940074920654296, 0, 0, -0.99254608154296875, 0.121869951486587524, 120, 255, 1, "", 50250, NULL), +(421144, 180905, 0, 0, 0, 1, 1, -8838.94140625, 646.109375, 97.1294097900390625, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 120, 255, 1, "", 50250, NULL), +(421145, 180905, 0, 0, 0, 1, 1, -8839.044921875, 647.09722900390625, 97.13019561767578125, 6.213373661041259765, 0, 0, -0.03489875793457031, 0.999390840530395507, 120, 255, 1, "", 50250, NULL), +(421146, 180905, 0, 0, 0, 1, 1, -8839.17578125, 646.73956298828125, 97.12583160400390625, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, "", 50250, NULL), +(421147, 180905, 0, 0, 0, 1, 1, -8841.53515625, 650.12152099609375, 97.6747894287109375, 5.096362113952636718, 0, 0, -0.55919265747070312, 0.829037725925445556, 120, 255, 1, "", 50250, NULL), +(421148, 180905, 0, 0, 0, 1, 1, -8841.7744140625, 649.670166015625, 97.65106964111328125, 5.567600727081298828, 0, 0, -0.35020732879638671, 0.936672210693359375, 120, 255, 1, "", 50250, NULL), +(421149, 180905, 0, 0, 0, 1, 1, -8842.1669921875, 649.3680419921875, 97.64414215087890625, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, "", 50250, NULL), +(421150, 180905, 0, 0, 0, 1, 1, -8842.3486328125, 650.12677001953125, 97.68302154541015625, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, "", 50250, NULL), +(421151, 180905, 0, 0, 0, 1, 1, -8842.955078125, 650.0069580078125, 97.6954498291015625, 2.809975385665893554, 0, 0, 0.986285209655761718, 0.165049895644187927, 120, 255, 1, "", 50250, NULL), +(421152, 180905, 0, 0, 0, 1, 1, -8843.9326171875, 626.3350830078125, 95.6124420166015625, 0.907570242881774902, 0, 0, 0.438370704650878906, 0.898794233798980712, 120, 255, 1, "", 50250, NULL), +(421153, 180905, 0, 0, 0, 1, 1, -8844.4638671875, 626.01739501953125, 95.5687408447265625, 0.872663915157318115, 0, 0, 0.422617912292480468, 0.906307935714721679, 120, 255, 1, "", 50250, NULL), +(421154, 180905, 0, 0, 0, 1, 1, -8844.830078125, 627.39581298828125, 95.58734893798828125, 3.036838293075561523, 0, 0, 0.998628616333007812, 0.052353221923112869, 120, 255, 1, "", 50250, NULL), +(421155, 180905, 0, 0, 0, 1, 1, -8844.92578125, 626.107666015625, 95.60971832275390625, 1.518436193466186523, 0, 0, 0.6883544921875, 0.725374460220336914, 120, 255, 1, "", 50250, NULL), +(421156, 180905, 0, 0, 0, 1, 1, -8845.5048828125, 627.41668701171875, 95.61850738525390625, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, "", 50250, NULL), +(421157, 180905, 0, 0, 0, 1, 1, -8850.0595703125, 664.1475830078125, 98.45943450927734375, 0, 0, 0, 0, 1, 120, 255, 1, "", 50250, NULL), +(421158, 180905, 0, 0, 0, 1, 1, -8850.265625, 663.4913330078125, 98.44008636474609375, 0.890116631984710693, 0, 0, 0.430510520935058593, 0.902585566043853759, 120, 255, 1, "", 50250, NULL), +(421159, 180905, 0, 0, 0, 1, 1, -8850.341796875, 642.34893798828125, 97.5333099365234375, 0.017452461645007133, 0, 0, 0.008726119995117187, 0.999961912631988525, 120, 255, 1, "", 50250, NULL), +(421160, 180905, 0, 0, 0, 1, 1, -8850.455078125, 664.55035400390625, 98.462799072265625, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, "", 50250, NULL), +(421161, 180905, 0, 0, 0, 1, 1, -8850.673828125, 591.88543701171875, 94.17998504638671875, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, "", 50250, NULL), +(421162, 180905, 0, 0, 0, 1, 1, -8850.6767578125, 663.87152099609375, 98.4418487548828125, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, "", 50250, NULL), +(421163, 180905, 0, 0, 0, 1, 1, -8850.923828125, 641.56597900390625, 97.52434539794921875, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 120, 255, 1, "", 50250, NULL), +(421164, 180905, 0, 0, 0, 1, 1, -8851.0693359375, 642.74560546875, 97.52079010009765625, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, "", 50250, NULL), +(421165, 180905, 0, 0, 0, 1, 1, -8851.107421875, 664.078125, 98.4432525634765625, 4.118979454040527343, 0, 0, -0.88294696807861328, 0.469472706317901611, 120, 255, 1, "", 50250, NULL), +(421166, 180905, 0, 0, 0, 1, 1, -8851.4482421875, 592.170166015625, 94.1952972412109375, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, "", 50250, NULL), +(421167, 180905, 0, 0, 0, 1, 1, -8851.53125, 642.57989501953125, 97.5111083984375, 5.183629035949707031, 0, 0, -0.52249813079833984, 0.852640450000762939, 120, 255, 1, "", 50250, NULL), +(421168, 180905, 0, 0, 0, 1, 1, -8851.5830078125, 642.01214599609375, 97.52768707275390625, 4.537858963012695312, 0, 0, -0.76604366302490234, 0.642788589000701904, 120, 255, 1, "", 50250, NULL), +(421169, 180905, 0, 0, 0, 1, 1, -8852.015625, 592.20489501953125, 94.191864013671875, 4.031712055206298828, 0, 0, -0.90258502960205078, 0.430511653423309326, 120, 255, 1, "", 50250, NULL), +(421170, 180905, 0, 0, 0, 1, 1, -8852.3486328125, 591.5748291015625, 94.20516204833984375, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, "", 50250, NULL), +(421171, 180905, 0, 0, 0, 1, 1, -8852.798828125, 591.75, 94.21414947509765625, 4.293513298034667968, 0, 0, -0.8386697769165039, 0.544640243053436279, 120, 255, 1, "", 50250, NULL), +(421172, 180905, 0, 0, 0, 1, 1, -8854.6533203125, 588.21875, 94.361358642578125, 1.343901276588439941, 0, 0, 0.622513771057128906, 0.78260880708694458, 120, 255, 1, "", 50250, NULL), +(421173, 180905, 0, 0, 0, 1, 1, -8854.9345703125, 588.57293701171875, 94.39678955078125, 0.855210542678833007, 0, 0, 0.414692878723144531, 0.909961462020874023, 120, 255, 1, "", 50250, NULL), +(421174, 180905, 0, 0, 0, 1, 1, -8855.1044921875, 587.47393798828125, 94.39092254638671875, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, "", 50250, NULL), +(421175, 180905, 0, 0, 0, 1, 1, -8855.50390625, 588.96527099609375, 94.38590240478515625, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, "", 50250, NULL), +(421176, 180905, 0, 0, 0, 1, 1, -8855.580078125, 587.875, 94.36466217041015625, 5.724681377410888671, 0, 0, -0.27563667297363281, 0.961261868476867675, 120, 255, 1, "", 50250, NULL), +(421177, 180905, 0, 0, 0, 1, 1, -8858.21875, 585.02606201171875, 94.59576416015625, 2.007128477096557617, 0, 0, 0.84339141845703125, 0.537299633026123046, 120, 255, 1, "", 50250, NULL), +(421178, 180905, 0, 0, 0, 1, 1, -8858.779296875, 584.6007080078125, 94.60577392578125, 3.45575571060180664, 0, 0, -0.98768806457519531, 0.156436234712600708, 120, 255, 1, "", 50250, NULL), +(421179, 180905, 0, 0, 0, 1, 1, -8859.1044921875, 585.0694580078125, 94.59735107421875, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, "", 50250, NULL), +(421180, 180905, 0, 0, 0, 1, 1, -8859.4375, 585.57293701171875, 94.59410858154296875, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, "", 50250, NULL), +(421181, 180905, 0, 0, 0, 1, 1, -8859.640625, 585.27899169921875, 94.6326446533203125, 4.014260292053222656, 0, 0, -0.90630722045898437, 0.422619491815567016, 120, 255, 1, "", 50250, NULL), +(421182, 180905, 0, 0, 0, 1, 1, 1774.421875, 197.8715362548828125, 71.5246429443359375, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, "", 50250, NULL), +(421183, 180905, 0, 0, 0, 1, 1, 1774.5364990234375, 197.4965362548828125, 71.53159332275390625, 5.288348197937011718, 0, 0, -0.4771585464477539, 0.878817260265350341, 120, 255, 1, "", 50250, NULL), +(421184, 180905, 0, 0, 0, 1, 1, 1775.138916015625, 196.967010498046875, 71.49686431884765625, 1.343901276588439941, 0, 0, 0.622513771057128906, 0.78260880708694458, 120, 255, 1, "", 50250, NULL), +(421185, 180905, 0, 0, 0, 1, 1, 1775.2117919921875, 198.654510498046875, 71.49686431884765625, 5.724681377410888671, 0, 0, -0.27563667297363281, 0.961261868476867675, 120, 255, 1, "", 50250, NULL), +(421186, 180905, 0, 0, 0, 1, 1, 1776.0867919921875, 197.70660400390625, 71.48992156982421875, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, "", 50250, NULL), +(421187, 180905, 0, 0, 0, 1, 1, 1780.4444580078125, 279.770843505859375, 71.51074981689453125, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, "", 50250, NULL), +(421188, 180905, 0, 0, 0, 1, 1, 1781.1754150390625, 280.626739501953125, 71.53853607177734375, 4.136432647705078125, 0, 0, -0.87881660461425781, 0.477159708738327026, 120, 255, 1, "", 50250, NULL), +(421189, 180905, 0, 0, 0, 1, 1, 1781.251708984375, 279.001739501953125, 71.5107574462890625, 4.520402908325195312, 0, 0, -0.77162456512451171, 0.636078238487243652, 120, 255, 1, "", 50250, NULL), +(421190, 180905, 0, 0, 0, 1, 1, 1781.7100830078125, 279.126739501953125, 71.49686431884765625, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, "", 50250, NULL), +(421191, 180905, 0, 0, 0, 1, 1, 1782.046875, 280.088531494140625, 71.5177001953125, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, "", 50250, NULL), +(421192, 180905, 0, 0, 0, 1, 1, 1793.62646484375, 197.3817291259765625, 71.52463531494140625, 2.007128477096557617, 0, 0, 0.84339141845703125, 0.537299633026123046, 120, 255, 1, "", 50250, NULL), +(421193, 180905, 0, 0, 0, 1, 1, 1793.798583984375, 197.6875, 71.5246429443359375, 3.45575571060180664, 0, 0, -0.98768806457519531, 0.156436234712600708, 120, 255, 1, "", 50250, NULL), +(421194, 180905, 0, 0, 0, 1, 1, 1794.4478759765625, 196.8090362548828125, 71.51769256591796875, 4.014260292053222656, 0, 0, -0.90630722045898437, 0.422619491815567016, 120, 255, 1, "", 50250, NULL), +(421195, 180905, 0, 0, 0, 1, 1, 1794.5382080078125, 198.2395782470703125, 71.5177001953125, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, "", 50250, NULL), +(421196, 180905, 0, 0, 0, 1, 1, 1795.326416015625, 197.578125, 71.503814697265625, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, "", 50250, NULL), +(421197, 180905, 0, 0, 0, 1, 1, 1795.49658203125, 279.392364501953125, 71.51074981689453125, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, "", 50250, NULL), +(421198, 180905, 0, 0, 0, 1, 1, 1796.02734375, 278.88262939453125, 71.51769256591796875, 4.310965538024902343, 0, 0, -0.83388519287109375, 0.55193793773651123, 120, 255, 1, "", 50250, NULL), +(421199, 180905, 0, 0, 0, 1, 1, 1796.18408203125, 280.21875, 71.503814697265625, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, "", 50250, NULL), +(421200, 180905, 0, 0, 0, 1, 1, 1796.2742919921875, 278.552093505859375, 71.53226470947265625, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, "", 50250, NULL), +(421201, 180905, 0, 0, 0, 1, 1, 1796.5465087890625, 279.628021240234375, 71.5107574462890625, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, "", 50250, NULL), +(421202, 180905, 0, 0, 0, 1, 1, 1804.4600830078125, 213.923614501953125, 66.5246429443359375, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, "", 50250, NULL), +(421203, 180905, 0, 0, 0, 1, 1, 1804.6146240234375, 263.046875, 66.5246429443359375, 5.602506637573242187, 0, 0, -0.33380699157714843, 0.942641437053680419, 120, 255, 1, "", 50250, NULL), +(421204, 180905, 0, 0, 0, 1, 1, 1804.7100830078125, 247.2708282470703125, 61.69093704223632812, 0.907570242881774902, 0, 0, 0.438370704650878906, 0.898794233798980712, 120, 255, 1, "", 50250, NULL), +(421205, 180905, 0, 0, 0, 1, 1, 1804.7257080078125, 229.2291717529296875, 61.57541275024414062, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 120, 255, 1, "", 50250, NULL), +(421206, 180905, 0, 0, 0, 1, 1, 1804.75, 214.486114501953125, 66.5107574462890625, 4.031712055206298828, 0, 0, -0.90258502960205078, 0.430511653423309326, 120, 255, 1, "", 50250, NULL), +(421207, 180905, 0, 0, 0, 1, 1, 1804.765625, 213.2465362548828125, 66.5107574462890625, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 0, "", 52237, NULL), +(421208, 180905, 0, 0, 0, 1, 1, 1804.765625, 213.2465362548828125, 66.5107574462890625, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, "", 50250, NULL), +(421209, 180905, 0, 0, 0, 1, 1, 1804.970458984375, 262.385406494140625, 66.5107574462890625, 1.204277276992797851, 0, 0, 0.56640625, 0.824126183986663818, 120, 255, 1, "", 50250, NULL), +(421210, 180905, 0, 0, 0, 1, 1, 1805.0208740234375, 246.375, 61.70482635498046875, 1.518436193466186523, 0, 0, 0.6883544921875, 0.725374460220336914, 120, 255, 1, "", 50250, NULL), +(421211, 180905, 0, 0, 0, 1, 1, 1805.201416015625, 230.03125, 61.55352020263671875, 4.537858963012695312, 0, 0, -0.76604366302490234, 0.642788589000701904, 120, 255, 1, "", 50250, NULL), +(421212, 180905, 0, 0, 0, 1, 1, 1805.2760009765625, 247.89410400390625, 61.70482635498046875, 3.036838293075561523, 0, 0, 0.998628616333007812, 0.052353221923112869, 120, 255, 0, "", 52237, NULL), +(421213, 180905, 0, 0, 0, 1, 1, 1805.2760009765625, 247.89410400390625, 61.70482635498046875, 3.036838293075561523, 0, 0, 0.998628616333007812, 0.052353221923112869, 120, 255, 1, "", 50250, NULL), +(421214, 180905, 0, 0, 0, 1, 1, 1805.3333740234375, 263.711822509765625, 66.5107574462890625, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 0, "", 52237, NULL), +(421215, 180905, 0, 0, 0, 1, 1, 1805.3333740234375, 263.711822509765625, 66.5107574462890625, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, "", 50250, NULL), +(421216, 180905, 0, 0, 0, 1, 1, 1805.373291015625, 228.5625, 61.55028533935546875, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 0, "", 52237, NULL), +(421217, 180905, 0, 0, 0, 1, 1, 1805.373291015625, 228.5625, 61.55028533935546875, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, "", 50250, NULL), +(421218, 180905, 0, 0, 0, 1, 1, 1805.4566650390625, 262.30902099609375, 66.48992156982421875, 5.70722818374633789, 0, 0, -0.28401470184326171, 0.958819925785064697, 120, 255, 1, "", 50250, NULL), +(421219, 180905, 0, 0, 0, 1, 1, 1805.5208740234375, 246.3211822509765625, 61.7061309814453125, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, "", 50250, NULL), +(421220, 180905, 0, 0, 0, 1, 1, 1805.5625, 213.826385498046875, 66.503814697265625, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 0, "", 52237, NULL), +(421221, 180905, 0, 0, 0, 1, 1, 1805.5625, 213.826385498046875, 66.503814697265625, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, "", 50250, NULL), +(421222, 180905, 0, 0, 0, 1, 1, 1805.5648193359375, 214.268829345703125, 66.49686431884765625, 4.293513298034667968, 0, 0, -0.8386697769165039, 0.544640243053436279, 120, 255, 1, "", 50250, NULL), +(421223, 180905, 0, 0, 0, 1, 1, 1806.0123291015625, 229.6572265625, 61.54695510864257812, 5.183629035949707031, 0, 0, -0.52249813079833984, 0.852640450000762939, 120, 255, 1, "", 50250, NULL), +(421224, 180905, 0, 0, 0, 1, 1, 1806.12158203125, 262.932281494140625, 66.503814697265625, 1.221729278564453125, 0, 0, 0.573575973510742187, 0.819152355194091796, 120, 255, 1, "", 50250, NULL), +(421225, 180905, 0, 0, 0, 1, 1, 1806.1910400390625, 247.2621612548828125, 61.71177291870117187, 0.872663915157318115, 0, 0, 0.422617912292480468, 0.906307935714721679, 120, 255, 1, "", 50250, NULL), +(421226, 180905, 0, 0, 0, 1, 1, 1806.21875, 229.3402862548828125, 61.53471755981445312, 0.017452461645007133, 0, 0, 0.008726119995117187, 0.999961912631988525, 120, 255, 1, "", 50250, NULL), +(421227, 180905, 0, 0, 0, 1, 1, 1812.5885009765625, 279.680572509765625, 71.503814697265625, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, "", 50250, NULL), +(421228, 180905, 0, 0, 0, 1, 1, 1813.0494384765625, 279.29925537109375, 71.503814697265625, 2.809975385665893554, 0, 0, 0.986285209655761718, 0.165049895644187927, 120, 255, 1, "", 50250, NULL), +(421229, 180905, 0, 0, 0, 1, 1, 1813.357666015625, 280.26214599609375, 71.5107574462890625, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, "", 50250, NULL), +(421230, 180905, 0, 0, 0, 1, 1, 1813.91845703125, 197.267364501953125, 71.5246429443359375, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, "", 50250, NULL), +(421231, 180905, 0, 0, 0, 1, 1, 1813.9722900390625, 197.6531524658203125, 71.5246429443359375, 0, 0, 0, 0, 1, 120, 255, 1, "", 50250, NULL), +(421232, 180905, 0, 0, 0, 1, 1, 1814.0382080078125, 280.130218505859375, 71.53159332275390625, 5.567600727081298828, 0, 0, -0.35020732879638671, 0.936672210693359375, 120, 255, 1, "", 50250, NULL), +(421233, 180905, 0, 0, 0, 1, 1, 1814.220458984375, 279.489593505859375, 71.53853607177734375, 5.096362113952636718, 0, 0, -0.55919265747070312, 0.829037725925445556, 120, 255, 1, "", 50250, NULL), +(421234, 180905, 0, 0, 0, 1, 1, 1814.5660400390625, 198.232635498046875, 71.5177001953125, 0.890116631984710693, 0, 0, 0.430510520935058593, 0.902585566043853759, 120, 255, 1, "", 50250, NULL), +(421235, 180905, 0, 0, 0, 1, 1, 1814.8125, 196.734375, 71.5107574462890625, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, "", 50250, NULL), +(421236, 180905, 0, 0, 0, 1, 1, 1830.3472900390625, 279.75347900390625, 71.5246429443359375, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, "", 50250, NULL), +(421237, 180905, 0, 0, 0, 1, 1, 1830.376708984375, 279.276031494140625, 71.5177001953125, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 120, 255, 1, "", 50250, NULL), +(421238, 180905, 0, 0, 0, 1, 1, 1830.8367919921875, 280.1475830078125, 71.503814697265625, 3.385940074920654296, 0, 0, -0.99254608154296875, 0.121869951486587524, 120, 255, 1, "", 50250, NULL), +(421239, 180905, 0, 0, 0, 1, 1, 1831.5074462890625, 197.1896514892578125, 71.49686431884765625, 3.647741317749023437, 0, 0, -0.96814727783203125, 0.250381410121917724, 120, 255, 1, "", 50250, NULL), +(421240, 180905, 0, 0, 0, 1, 1, 1831.6632080078125, 197.622528076171875, 71.503814697265625, 4.118979454040527343, 0, 0, -0.88294696807861328, 0.469472706317901611, 120, 255, 1, "", 50250, NULL), +(421241, 180905, 0, 0, 0, 1, 1, 1831.814208984375, 279.395843505859375, 71.49686431884765625, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 120, 255, 1, "", 50250, NULL), +(421242, 180905, 0, 0, 0, 1, 1, 1831.951416015625, 279.9375, 71.503814697265625, 6.213373661041259765, 0, 0, -0.03489875793457031, 0.999390840530395507, 120, 255, 1, "", 50250, NULL), +(421243, 180905, 0, 0, 0, 1, 1, 1832.19970703125, 196.8038177490234375, 71.5107574462890625, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, "", 50250, NULL), +(421244, 180905, 0, 0, 0, 1, 1, 1832.4166259765625, 197.9166717529296875, 71.5177001953125, 5.288348197937011718, 0, 0, -0.4771585464477539, 0.878817260265350341, 120, 255, 1, "", 50250, NULL), +(421245, 180905, 0, 0, 0, 1, 1, 1832.795166015625, 197.1180572509765625, 71.53159332275390625, 4.031712055206298828, 0, 0, -0.90258502960205078, 0.430511653423309326, 120, 255, 1, "", 50250, NULL), +(421246, 180905, 0, 0, 0, 1, 1, 1832.84375, 197.69097900390625, 71.5177001953125, 5.270895957946777343, 0, 0, -0.48480892181396484, 0.87462007999420166, 120, 255, 1, "", 50250, NULL), +(421247, 180905, 1, 0, 0, 1, 1, -1199.50439453125, -90.2760391235351562, 163.239105224609375, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, "", 50250, NULL), +(421248, 180905, 1, 0, 0, 1, 1, -1200.19384765625, -90.79345703125, 163.237152099609375, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, "", 50250, NULL), +(421249, 180905, 1, 0, 0, 1, 1, -1200.4459228515625, -89.8676223754882812, 163.2147064208984375, 4.136432647705078125, 0, 0, -0.87881660461425781, 0.477159708738327026, 120, 255, 1, "", 50250, NULL), +(421250, 180905, 1, 0, 0, 1, 1, -1200.6197509765625, -90.1317825317382812, 163.2154083251953125, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, "", 50250, NULL), +(421251, 180905, 1, 0, 0, 1, 1, -1200.70361328125, -91.30419921875, 163.226898193359375, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, "", 50250, NULL), +(421252, 180905, 1, 0, 0, 1, 1, -1201.298828125, -90.7886810302734375, 163.2196807861328125, 4.310965538024902343, 0, 0, -0.83388519287109375, 0.55193793773651123, 120, 255, 1, "", 50250, NULL), +(421253, 180905, 1, 0, 0, 1, 1, -1207.0863037109375, -90.9477005004882812, 162.9438323974609375, 5.567600727081298828, 0, 0, -0.35020732879638671, 0.936672210693359375, 120, 255, 0, "", 52237, NULL), +(421254, 180905, 1, 0, 0, 1, 1, -1207.0863037109375, -90.9477005004882812, 162.9438323974609375, 5.567600727081298828, 0, 0, -0.35020732879638671, 0.936672210693359375, 120, 255, 1, "", 50250, NULL), +(421255, 180905, 1, 0, 0, 1, 1, -1207.847900390625, -91.4242095947265625, 162.9242706298828125, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, "", 50250, NULL), +(421256, 180905, 1, 0, 0, 1, 1, -1208.3822021484375, -91.7351913452148437, 162.9290313720703125, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, "", 50250, NULL), +(421257, 180905, 1, 0, 0, 1, 1, -1209.1182861328125, -91.2696914672851562, 162.9184112548828125, 2.809975385665893554, 0, 0, 0.986285209655761718, 0.165049895644187927, 120, 255, 1, "", 50250, NULL), +(421258, 180905, 1, 0, 0, 1, 1, -1215.5164794921875, -90.6294479370117187, 162.983856201171875, 6.213373661041259765, 0, 0, -0.03489875793457031, 0.999390840530395507, 120, 255, 1, "", 50250, NULL), +(421259, 180905, 1, 0, 0, 1, 1, -1216.1231689453125, -90.55517578125, 162.9636993408203125, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 120, 255, 1, "", 50250, NULL), +(421260, 180905, 1, 0, 0, 1, 1, -1216.2139892578125, -89.8213424682617187, 162.9503326416015625, 5.096362113952636718, 0, 0, -0.55919265747070312, 0.829037725925445556, 120, 255, 1, "", 50250, NULL), +(421261, 180905, 1, 0, 0, 1, 1, -1216.348388671875, -89.29052734375, 162.9594879150390625, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 120, 255, 1, "", 50250, NULL), +(421262, 180905, 1, 0, 0, 1, 1, -1216.8671875, -89.5706405639648437, 162.953521728515625, 3.385940074920654296, 0, 0, -0.99254608154296875, 0.121869951486587524, 120, 255, 1, "", 50250, NULL), +(421263, 180905, 1, 0, 0, 1, 1, -1217.071533203125, -90.3419036865234375, 162.9740753173828125, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, "", 50250, NULL), +(421264, 180905, 1, 0, 0, 1, 1, -1229.4185791015625, 75.71977996826171875, 131.0232696533203125, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, "", 50250, NULL), +(421265, 180905, 1, 0, 0, 1, 1, -1229.9215087890625, 76.25553131103515625, 131.02801513671875, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, "", 50250, NULL), +(421266, 180905, 1, 0, 0, 1, 1, -1230.199462890625, 75.1751861572265625, 131.0071563720703125, 0, 0, 0, 0, 1, 120, 255, 1, "", 50250, NULL), +(421267, 180905, 1, 0, 0, 1, 1, -1230.513671875, 76.533203125, 131.00341796875, 4.118979454040527343, 0, 0, -0.88294696807861328, 0.469472706317901611, 120, 255, 1, "", 50250, NULL), +(421268, 180905, 1, 0, 0, 1, 1, -1230.5660400390625, 75.7822265625, 131.0082855224609375, 0.890116631984710693, 0, 0, 0.430510520935058593, 0.902585566043853759, 120, 255, 1, "", 50250, NULL), +(421269, 180905, 1, 0, 0, 1, 1, -1231.77978515625, 73.7440338134765625, 130.763946533203125, 2.007128477096557617, 0, 0, 0.84339141845703125, 0.537299633026123046, 120, 255, 1, "", 50250, NULL), +(421270, 180905, 1, 0, 0, 1, 1, -1232.4012451171875, 72.8045806884765625, 130.795196533203125, 4.014260292053222656, 0, 0, -0.90630722045898437, 0.422619491815567016, 120, 255, 0, "", 52237, NULL), +(421271, 180905, 1, 0, 0, 1, 1, -1232.4012451171875, 72.8045806884765625, 130.795196533203125, 4.014260292053222656, 0, 0, -0.90630722045898437, 0.422619491815567016, 120, 255, 1, "", 50250, NULL), +(421272, 180905, 1, 0, 0, 1, 1, -1232.4140625, 74.04117584228515625, 130.7799072265625, 3.45575571060180664, 0, 0, -0.98768806457519531, 0.156436234712600708, 120, 255, 1, "", 50250, NULL), +(421273, 180905, 1, 0, 0, 1, 1, -1233.0250244140625, 74.038360595703125, 130.782012939453125, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, "", 50250, NULL), +(421274, 180905, 1, 0, 0, 1, 1, -1233.1397705078125, 73.2371978759765625, 130.7751312255859375, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, "", 50250, NULL), +(421275, 180905, 1, 0, 0, 1, 1, -1250.47314453125, 125.6980514526367187, 132.467681884765625, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, "", 50250, NULL), +(421276, 180905, 1, 0, 0, 1, 1, -1250.978515625, 125.674591064453125, 132.4632720947265625, 1.518436193466186523, 0, 0, 0.6883544921875, 0.725374460220336914, 120, 255, 1, "", 50250, NULL), +(421277, 180905, 1, 0, 0, 1, 1, -1251.3590087890625, 125.171722412109375, 132.461822509765625, 3.036838293075561523, 0, 0, 0.998628616333007812, 0.052353221923112869, 120, 255, 1, "", 50250, NULL), +(421278, 180905, 1, 0, 0, 1, 1, -1251.6773681640625, 125.85040283203125, 132.4481964111328125, 0.907570242881774902, 0, 0, 0.438370704650878906, 0.898794233798980712, 120, 255, 1, "", 50250, NULL), +(421279, 180905, 1, 0, 0, 1, 1, -1251.8074951171875, 126.5514602661132812, 132.4502716064453125, 0.872663915157318115, 0, 0, 0.422617912292480468, 0.906307935714721679, 120, 255, 1, "", 50250, NULL), +(421280, 180905, 1, 0, 0, 1, 1, -1281.0845947265625, 108.7716217041015625, 131.6759796142578125, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, "", 50250, NULL), +(421281, 180905, 1, 0, 0, 1, 1, -1281.4969482421875, 108.0280532836914062, 131.649322509765625, 4.031712055206298828, 0, 0, -0.90258502960205078, 0.430511653423309326, 120, 255, 1, "", 50250, NULL), +(421282, 180905, 1, 0, 0, 1, 1, -1282.140869140625, 108.145751953125, 131.6759796142578125, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, "", 50250, NULL), +(421283, 180905, 1, 0, 0, 1, 1, -1282.2567138671875, 109.3353118896484375, 131.6630401611328125, 4.293513298034667968, 0, 0, -0.8386697769165039, 0.544640243053436279, 120, 255, 1, "", 50250, NULL), +(421284, 180905, 1, 0, 0, 1, 1, -1283.24169921875, 105.0873794555664062, 131.7429351806640625, 5.602506637573242187, 0, 0, -0.33380699157714843, 0.942641437053680419, 120, 255, 1, "", 50250, NULL), +(421285, 180905, 1, 0, 0, 1, 1, -1283.841552734375, 106.8255462646484375, 131.7385406494140625, 5.70722818374633789, 0, 0, -0.28401470184326171, 0.958819925785064697, 120, 255, 1, "", 50250, NULL), +(421286, 180905, 1, 0, 0, 1, 1, -1283.971923828125, 105.442657470703125, 131.763427734375, 1.221729278564453125, 0, 0, 0.573575973510742187, 0.819152355194091796, 120, 255, 1, "", 50250, NULL), +(421287, 180905, 1, 0, 0, 1, 1, -1284.4195556640625, 105.9599380493164062, 131.74749755859375, 1.204277276992797851, 0, 0, 0.56640625, 0.824126183986663818, 120, 255, 1, "", 50250, NULL), +(421288, 180905, 1, 0, 0, 1, 1, -1320.1177978515625, 102.22412109375, 132.4987335205078125, 0.855210542678833007, 0, 0, 0.414692878723144531, 0.909961462020874023, 120, 255, 1, "", 50250, NULL), +(421289, 180905, 1, 0, 0, 1, 1, -1320.2188720703125, 104.028106689453125, 132.5056915283203125, 4.537858963012695312, 0, 0, -0.76604366302490234, 0.642788589000701904, 120, 255, 1, "", 50250, NULL), +(421290, 180905, 1, 0, 0, 1, 1, -1320.6314697265625, 105.4385833740234375, 132.4570770263671875, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, "", 50250, NULL), +(421291, 180905, 1, 0, 0, 1, 1, -1320.810791015625, 100.9920806884765625, 132.51263427734375, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, "", 50250, NULL), +(421292, 180905, 1, 0, 0, 1, 1, -1320.812744140625, 104.7402725219726562, 132.4848480224609375, 5.183629035949707031, 0, 0, -0.52249813079833984, 0.852640450000762939, 120, 255, 1, "", 50250, NULL), +(421293, 180905, 1, 0, 0, 1, 1, -1321.00341796875, 101.9051666259765625, 132.4848480224609375, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, "", 50250, NULL), +(421294, 180905, 1, 0, 0, 1, 1, -1321.0850830078125, 105.4139633178710937, 132.4779052734375, 0.017452461645007133, 0, 0, 0.008726119995117187, 0.999961912631988525, 120, 255, 1, "", 50250, NULL), +(421295, 180905, 1, 0, 0, 1, 1, -1321.113037109375, 101.1513671875, 132.5056915283203125, 5.724681377410888671, 0, 0, -0.27563667297363281, 0.961261868476867675, 120, 255, 1, "", 50250, NULL), +(421296, 180905, 1, 0, 0, 1, 1, -1321.5130615234375, 102.5055084228515625, 132.4709625244140625, 1.343901276588439941, 0, 0, 0.622513771057128906, 0.78260880708694458, 120, 255, 1, "", 50250, NULL), +(421297, 180905, 1, 0, 0, 1, 1, -1321.681640625, 103.7750396728515625, 132.51263427734375, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, "", 50250, NULL), +(421298, 180905, 1, 0, 0, 1, 1, -1321.8394775390625, 104.393798828125, 132.4848480224609375, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 120, 255, 1, "", 50250, NULL), +(421299, 180905, 1, 0, 0, 1, 1, -1455.1033935546875, -39.4948463439941406, 158.9229736328125, 4.520402908325195312, 0, 0, -0.77162456512451171, 0.636078238487243652, 120, 255, 1, "", 50250, NULL), +(421300, 180905, 1, 0, 0, 1, 1, -1455.1405029296875, -40.1121406555175781, 158.910858154296875, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, "", 50250, NULL), +(421301, 180905, 1, 0, 0, 1, 1, -1455.637451171875, -38.9316940307617187, 158.92376708984375, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, "", 50250, NULL), +(421302, 180905, 1, 0, 0, 1, 1, -1455.8599853515625, -40.5930442810058593, 158.8983306884765625, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, "", 50250, NULL), +(421303, 180905, 1, 0, 0, 1, 1, -1455.9830322265625, -39.6753463745117187, 158.9190521240234375, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, "", 50250, NULL), +(421304, 180905, 1, 0, 0, 1, 1, 1296.8177490234375, -4399.9306640625, 27.38298797607421875, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, "", 50250, NULL), +(421305, 180905, 1, 0, 0, 1, 1, 1297.0853271484375, -4399.57373046875, 27.38822364807128906, 1.274088263511657714, 0, 0, 0.594821929931640625, 0.80385744571685791, 120, 255, 1, "", 50250, NULL), +(421306, 180905, 1, 0, 0, 1, 1, 1297.8646240234375, -4399.02099609375, 27.39846229553222656, 2.024578809738159179, 0, 0, 0.848047256469726562, 0.529920578002929687, 120, 255, 1, "", 50250, NULL), +(421307, 180905, 1, 0, 0, 1, 1, 1298.5850830078125, -4400.05029296875, 27.40597724914550781, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, "", 50250, NULL), +(421308, 180905, 1, 0, 0, 1, 1, 1298.65625, -4399.54345703125, 27.41856575012207031, 1.692969322204589843, 0, 0, 0.748955726623535156, 0.662620067596435546, 120, 255, 1, "", 50250, NULL), +(421309, 180905, 1, 0, 0, 1, 1, 1306.517333984375, -4373.8525390625, 29.17758941650390625, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, "", 50250, NULL), +(421310, 180905, 1, 0, 0, 1, 1, 1307.0347900390625, -4374.314453125, 29.16023826599121093, 5.602506637573242187, 0, 0, -0.33380699157714843, 0.942641437053680419, 120, 255, 1, "", 50250, NULL), +(421311, 180905, 1, 0, 0, 1, 1, 1307.5987548828125, -4373.21923828125, 29.17458152770996093, 5.70722818374633789, 0, 0, -0.28401470184326171, 0.958819925785064697, 120, 255, 1, "", 50250, NULL), +(421312, 180905, 1, 0, 0, 1, 1, 1307.814208984375, -4374.0068359375, 29.15359115600585937, 0.296705186367034912, 0, 0, 0.147809028625488281, 0.989015936851501464, 120, 255, 1, "", 50250, NULL), +(421313, 180905, 1, 0, 0, 1, 1, 1308.0694580078125, -4373.50341796875, 29.15558624267578125, 0.802850961685180664, 0, 0, 0.390730857849121093, 0.920504987239837646, 120, 255, 1, "", 50250, NULL), +(421314, 180905, 1, 0, 0, 1, 1, 1311.2291259765625, -4400.76416015625, 26.82543563842773437, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, "", 50250, NULL), +(421315, 180905, 1, 0, 0, 1, 1, 1311.7708740234375, -4400.16162109375, 26.81188011169433593, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, "", 50250, NULL), +(421316, 180905, 1, 0, 0, 1, 1, 1312.0225830078125, -4401.298828125, 26.79297447204589843, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, "", 50250, NULL), +(421317, 180905, 1, 0, 0, 1, 1, 1312.444580078125, -4400.3427734375, 26.78650665283203125, 4.310965538024902343, 0, 0, -0.83388519287109375, 0.55193793773651123, 120, 255, 1, "", 50250, NULL), +(421318, 180905, 1, 0, 0, 1, 1, 1312.6048583984375, -4400.74169921875, 26.79205894470214843, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, "", 50250, NULL), +(421319, 180905, 1, 0, 0, 1, 1, 1315.220458984375, -4369.7587890625, 28.95392608642578125, 0.907570242881774902, 0, 0, 0.438370704650878906, 0.898794233798980712, 120, 255, 1, "", 50250, NULL), +(421320, 180905, 1, 0, 0, 1, 1, 1315.3541259765625, -4369.328125, 28.95425796508789062, 0.872663915157318115, 0, 0, 0.422617912292480468, 0.906307935714721679, 120, 255, 1, "", 50250, NULL), +(421321, 180905, 1, 0, 0, 1, 1, 1315.3853759765625, -4370.37353515625, 28.96301651000976562, 3.036838293075561523, 0, 0, 0.998628616333007812, 0.052353221923112869, 120, 255, 1, "", 50250, NULL), +(421322, 180905, 1, 0, 0, 1, 1, 1316.1927490234375, -4369.3974609375, 28.98273468017578125, 1.239183306694030761, 0, 0, 0.580702781677246093, 0.814115643501281738, 120, 255, 1, "", 50250, NULL), +(421323, 180905, 1, 0, 0, 1, 1, 1316.796875, -4369.80712890625, 28.98586082458496093, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, "", 50250, NULL), +(421324, 180905, 1, 0, 0, 1, 1, 1335.388916015625, -4361.10595703125, 29.59294319152832031, 5.183629035949707031, 0, 0, -0.52249813079833984, 0.852640450000762939, 120, 255, 1, "", 50250, NULL), +(421325, 180905, 1, 0, 0, 1, 1, 1335.5972900390625, -4360.3681640625, 29.66811561584472656, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 120, 255, 1, "", 50250, NULL), +(421326, 180905, 1, 0, 0, 1, 1, 1336.1910400390625, -4360.0380859375, 29.20468902587890625, 4.537858963012695312, 0, 0, -0.76604366302490234, 0.642788589000701904, 120, 255, 1, "", 50250, NULL), +(421327, 180905, 1, 0, 0, 1, 1, 1336.8819580078125, -4360.517578125, 28.66954994201660156, 5.183629035949707031, 0, 0, -0.52249813079833984, 0.852640450000762939, 120, 255, 1, "", 50250, NULL), +(421328, 180905, 1, 0, 0, 1, 1, 1336.888916015625, -4361.03125, 28.62865257263183593, 6.073746204376220703, 0, 0, -0.10452842712402343, 0.994521915912628173, 120, 255, 1, "", 50250, NULL), +(421329, 180905, 1, 0, 0, 1, 1, 1337.9461669921875, -4397.173828125, 29.44037628173828125, 1.919861555099487304, 0, 0, 0.819151878356933593, 0.573576688766479492, 120, 255, 1, "", 50250, NULL), +(421330, 180905, 1, 0, 0, 1, 1, 1338.541015625, -4396.56005859375, 29.426513671875, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, "", 50250, NULL), +(421331, 180905, 1, 0, 0, 1, 1, 1338.6395263671875, -4396.21826171875, 29.41868782043457031, 5.567600727081298828, 0, 0, -0.35020732879638671, 0.936672210693359375, 120, 255, 1, "", 50250, NULL), +(421332, 180905, 1, 0, 0, 1, 1, 1338.90625, -4397.484375, 29.40730094909667968, 2.809975385665893554, 0, 0, 0.986285209655761718, 0.165049895644187927, 120, 255, 1, "", 50250, NULL), +(421333, 180905, 1, 0, 0, 1, 1, 1339.2396240234375, -4396.83837890625, 29.40572547912597656, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, "", 50250, NULL), +(421334, 180905, 1, 0, 0, 1, 1, 1345.282958984375, -4396.94775390625, 29.98089218139648437, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 120, 255, 1, "", 50250, NULL), +(421335, 180905, 1, 0, 0, 1, 1, 1346.1129150390625, -4397.43408203125, 29.99329376220703125, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 120, 255, 1, "", 50250, NULL), +(421336, 180905, 1, 0, 0, 1, 1, 1346.2117919921875, -4395.892578125, 30.03533363342285156, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, "", 50250, NULL), +(421337, 180905, 1, 0, 0, 1, 1, 1346.8125, -4396.3662109375, 30.008514404296875, 2.024578809738159179, 0, 0, 0.848047256469726562, 0.529920578002929687, 120, 255, 1, "", 50250, NULL), +(421338, 180905, 1, 0, 0, 1, 1, 1347.05908203125, -4396.892578125, 30.01823997497558593, 6.213373661041259765, 0, 0, -0.03489875793457031, 0.999390840530395507, 120, 255, 1, "", 50250, NULL), +(421339, 180905, 1, 0, 0, 1, 1, 1438.8489990234375, -4382.9755859375, 26.5803985595703125, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, "", 50250, NULL), +(421340, 180905, 1, 0, 0, 1, 1, 1439.49658203125, -4382.15625, 26.57345390319824218, 4.293513298034667968, 0, 0, -0.8386697769165039, 0.544640243053436279, 120, 255, 1, "", 50250, NULL), +(421341, 180905, 1, 0, 0, 1, 1, 1439.9427490234375, -4383.375, 26.58734321594238281, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, "", 50250, NULL), +(421342, 180905, 1, 0, 0, 1, 1, 1440.0521240234375, -4381.88916015625, 26.55956459045410156, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, "", 50250, NULL), +(421343, 180905, 1, 0, 0, 1, 1, 1440.4757080078125, -4382.6630859375, 26.58734321594238281, 4.031712055206298828, 0, 0, -0.90258502960205078, 0.430511653423309326, 120, 255, 1, "", 50250, NULL), +(421344, 180905, 1, 0, 0, 1, 1, 1440.7603759765625, -4402.2568359375, 26.57345390319824218, 5.724681377410888671, 0, 0, -0.27563667297363281, 0.961261868476867675, 120, 255, 1, "", 50250, NULL), +(421345, 180905, 1, 0, 0, 1, 1, 1440.857666015625, -4401.76416015625, 26.56650924682617187, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, "", 50250, NULL), +(421346, 180905, 1, 0, 0, 1, 1, 1441.4375, -4401.05908203125, 26.57345390319824218, 0.855210542678833007, 0, 0, 0.414692878723144531, 0.909961462020874023, 120, 255, 1, "", 50250, NULL), +(421347, 180905, 1, 0, 0, 1, 1, 1441.564208984375, -4402.73974609375, 26.58734321594238281, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, "", 50250, NULL), +(421348, 180905, 1, 0, 0, 1, 1, 1442.30908203125, -4401.62841796875, 26.57345199584960937, 1.343901276588439941, 0, 0, 0.622513771057128906, 0.78260880708694458, 120, 255, 1, "", 50250, NULL), +(421349, 180905, 1, 0, 0, 1, 1, 1503.8177490234375, -4406.47216796875, 23.30567169189453125, 4.014260292053222656, 0, 0, -0.90630722045898437, 0.422619491815567016, 120, 255, 1, "", 50250, NULL), +(421350, 180905, 1, 0, 0, 1, 1, 1503.9635009765625, -4406.20166015625, 23.30518531799316406, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 0, "", 52237, NULL), +(421351, 180905, 1, 0, 0, 1, 1, 1503.9635009765625, -4406.20166015625, 23.30518531799316406, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, "", 50250, NULL), +(421352, 180905, 1, 0, 0, 1, 1, 1504.732666015625, -4405.49658203125, 23.2823944091796875, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 0, "", 52237, NULL), +(421353, 180905, 1, 0, 0, 1, 1, 1504.732666015625, -4405.49658203125, 23.2823944091796875, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, "", 50250, NULL), +(421354, 180905, 1, 0, 0, 1, 1, 1505.217041015625, -4406.02783203125, 23.30101966857910156, 3.45575571060180664, 0, 0, -0.98768806457519531, 0.156436234712600708, 120, 255, 0, "", 52237, NULL), +(421355, 180905, 1, 0, 0, 1, 1, 1505.217041015625, -4406.02783203125, 23.30101966857910156, 3.45575571060180664, 0, 0, -0.98768806457519531, 0.156436234712600708, 120, 255, 1, "", 50250, NULL), +(421356, 180905, 1, 0, 0, 1, 1, 1505.579833984375, -4406.34033203125, 23.29938697814941406, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 0, "", 52237, NULL), +(421357, 180905, 1, 0, 0, 1, 1, 1505.579833984375, -4406.34033203125, 23.29938697814941406, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, "", 50250, NULL), +(421358, 180905, 1, 0, 0, 1, 1, 1505.90625, -4423.5556640625, 23.46946144104003906, 2.652894020080566406, 0, 0, 0.970294952392578125, 0.241925001144409179, 120, 255, 0, "", 52237, NULL), +(421359, 180905, 1, 0, 0, 1, 1, 1505.90625, -4423.5556640625, 23.46946144104003906, 2.652894020080566406, 0, 0, 0.970294952392578125, 0.241925001144409179, 120, 255, 1, "", 50250, NULL), +(421360, 180905, 1, 0, 0, 1, 1, 1506.35595703125, -4422.8505859375, 23.4990692138671875, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 0, "", 52237, NULL), +(421361, 180905, 1, 0, 0, 1, 1, 1506.35595703125, -4422.8505859375, 23.4990692138671875, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, "", 50250, NULL), +(421362, 180905, 1, 0, 0, 1, 1, 1506.798583984375, -4423.84033203125, 23.47396469116210937, 4.031712055206298828, 0, 0, -0.90258502960205078, 0.430511653423309326, 120, 255, 0, "", 52237, NULL), +(421363, 180905, 1, 0, 0, 1, 1, 1506.798583984375, -4423.84033203125, 23.47396469116210937, 4.031712055206298828, 0, 0, -0.90258502960205078, 0.430511653423309326, 120, 255, 1, "", 50250, NULL), +(421364, 180905, 1, 0, 0, 1, 1, 1506.9791259765625, -4423.03466796875, 23.48734283447265625, 3.892086982727050781, 0, 0, -0.93041706085205078, 0.366502493619918823, 120, 255, 0, "", 52237, NULL), +(421365, 180905, 1, 0, 0, 1, 1, 1506.9791259765625, -4423.03466796875, 23.48734283447265625, 3.892086982727050781, 0, 0, -0.93041706085205078, 0.366502493619918823, 120, 255, 1, "", 50250, NULL), +(421366, 180905, 1, 0, 0, 1, 1, 1506.9791259765625, -4423.50341796875, 23.484771728515625, 5.84685373306274414, 0, 0, -0.21643924713134765, 0.976296067237854003, 120, 255, 0, "", 52237, NULL), +(421367, 180905, 1, 0, 0, 1, 1, 1506.9791259765625, -4423.50341796875, 23.484771728515625, 5.84685373306274414, 0, 0, -0.21643924713134765, 0.976296067237854003, 120, 255, 1, "", 50250, NULL), +(421368, 180905, 1, 0, 0, 1, 1, 1514.49658203125, -4422.78125, 20.94893836975097656, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 0, "", 52237, NULL), +(421369, 180905, 1, 0, 0, 1, 1, 1514.49658203125, -4422.78125, 20.94893836975097656, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, "", 50250, NULL), +(421370, 180905, 1, 0, 0, 1, 1, 1514.63720703125, -4422.267578125, 20.97360992431640625, 2.949595451354980468, 0, 0, 0.995395660400390625, 0.095851235091686248, 120, 255, 1, "", 50250, NULL), +(421371, 180905, 1, 0, 0, 1, 1, 1515.4635009765625, -4423.7119140625, 20.98978042602539062, 3.45575571060180664, 0, 0, -0.98768806457519531, 0.156436234712600708, 120, 255, 1, "", 50250, NULL), +(421372, 180905, 1, 0, 0, 1, 1, 1515.921875, -4422.3505859375, 20.97802162170410156, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 0, "", 52237, NULL), +(421373, 180905, 1, 0, 0, 1, 1, 1515.921875, -4422.3505859375, 20.97802162170410156, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, "", 50250, NULL), +(421374, 180905, 1, 0, 0, 1, 1, 1516.19970703125, -4423.17724609375, 20.99624252319335937, 5.480334281921386718, 0, 0, -0.39073085784912109, 0.920504987239837646, 120, 255, 1, "", 50250, NULL), +(421375, 180905, 1, 0, 0, 1, 1, 1516.5504150390625, -4396.2568359375, 19.13194847106933593, 0.890116631984710693, 0, 0, 0.430510520935058593, 0.902585566043853759, 120, 255, 1, "", 50250, NULL), +(421376, 180905, 1, 0, 0, 1, 1, 1516.98095703125, -4396.9931640625, 19.14354324340820312, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, "", 50250, NULL), +(421377, 180905, 1, 0, 0, 1, 1, 1517.248291015625, -4395.73974609375, 19.14247512817382812, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, "", 50250, NULL), +(421378, 180905, 1, 0, 0, 1, 1, 1517.7066650390625, -4395.94091796875, 19.13906669616699218, 0, 0, 0, 0, 1, 120, 255, 1, "", 50250, NULL), +(421379, 180905, 1, 0, 0, 1, 1, 1517.9097900390625, -4397.01416015625, 19.17468070983886718, 4.118979454040527343, 0, 0, -0.88294696807861328, 0.469472706317901611, 120, 255, 0, "", 52237, NULL), +(421380, 180905, 1, 0, 0, 1, 1, 1517.9097900390625, -4397.01416015625, 19.17468070983886718, 4.118979454040527343, 0, 0, -0.88294696807861328, 0.469472706317901611, 120, 255, 1, "", 50250, NULL), +(421381, 180905, 1, 0, 0, 1, 1, 8587.9189453125, 1010.86517333984375, 6.378406047821044921, 5.602506637573242187, 0, 0, -0.33380699157714843, 0.942641437053680419, 120, 255, 1, "", 50250, NULL), +(421382, 180905, 1, 0, 0, 1, 1, 8587.982421875, 1010.4229736328125, 6.39141082763671875, 5.70722818374633789, 0, 0, -0.28401470184326171, 0.958819925785064697, 120, 255, 1, "", 50250, NULL), +(421383, 180905, 1, 0, 0, 1, 1, 8588.3955078125, 1009.93267822265625, 6.393504142761230468, 1.204277276992797851, 0, 0, 0.56640625, 0.824126183986663818, 120, 255, 1, "", 50250, NULL), +(421384, 180905, 1, 0, 0, 1, 1, 8588.521484375, 1011.470703125, 6.357863903045654296, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, "", 50250, NULL), +(421385, 180905, 1, 0, 0, 1, 1, 8589.2802734375, 1010.61090087890625, 6.383670806884765625, 1.221729278564453125, 0, 0, 0.573575973510742187, 0.819152355194091796, 120, 255, 1, "", 50250, NULL), +(421386, 180905, 1, 0, 0, 1, 1, 8607.3515625, 1014.2821044921875, 6.256857872009277343, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, "", 50250, NULL), +(421387, 180905, 1, 0, 0, 1, 1, 8607.7080078125, 1013.1668701171875, 6.255785942077636718, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, "", 50250, NULL), +(421388, 180905, 1, 0, 0, 1, 1, 8608.224609375, 1014.53167724609375, 6.249773979187011718, 1.692969322204589843, 0, 0, 0.748955726623535156, 0.662620067596435546, 120, 255, 1, "", 50250, NULL), +(421389, 180905, 1, 0, 0, 1, 1, 8608.302734375, 1013.3892822265625, 6.251313209533691406, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, "", 50250, NULL), +(421390, 180905, 1, 0, 0, 1, 1, 8608.7236328125, 1013.65570068359375, 6.24181222915649414, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, "", 50250, NULL), +(421391, 180905, 1, 0, 0, 1, 1, 8624.2392578125, 1000.52142333984375, 5.990519046783447265, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, "", 50250, NULL), +(421392, 180905, 1, 0, 0, 1, 1, 8624.474609375, 1001.5457763671875, 6.014439105987548828, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, "", 50250, NULL), +(421393, 180905, 1, 0, 0, 1, 1, 8624.8017578125, 1001.18212890625, 6.00165414810180664, 4.310965538024902343, 0, 0, -0.83388519287109375, 0.55193793773651123, 120, 255, 1, "", 50250, NULL), +(421394, 180905, 1, 0, 0, 1, 1, 8625.2783203125, 1000.34747314453125, 6.024711132049560546, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, "", 50250, NULL), +(421395, 180905, 1, 0, 0, 1, 1, 8625.3505859375, 1000.9639892578125, 6.011710166931152343, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, "", 50250, NULL), +(421396, 180905, 1, 0, 0, 1, 1, 8643.146484375, 1002.23931884765625, 5.787045001983642578, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, "", 50250, NULL), +(421397, 180905, 1, 0, 0, 1, 1, 8643.5771484375, 1001.16058349609375, 5.81961679458618164, 3.94444584846496582, 0, 0, -0.92050457000732421, 0.3907318115234375, 120, 255, 1, "", 50250, NULL), +(421398, 180905, 1, 0, 0, 1, 1, 8644.1494140625, 1001.55120849609375, 5.795956134796142578, 5.567600727081298828, 0, 0, -0.35020732879638671, 0.936672210693359375, 120, 255, 1, "", 50250, NULL), +(421399, 180905, 1, 0, 0, 1, 1, 8644.1533203125, 1002.78662109375, 5.767780780792236328, 2.809975385665893554, 0, 0, 0.986285209655761718, 0.165049895644187927, 120, 255, 1, "", 50250, NULL), +(421400, 180905, 1, 0, 0, 1, 1, 8644.5556640625, 1001.603271484375, 5.789525032043457031, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, "", 50250, NULL), +(421401, 180905, 1, 0, 0, 1, 1, 8648.9892578125, 877.563720703125, 25.38402748107910156, 4.118979454040527343, 0, 0, -0.88294696807861328, 0.469472706317901611, 120, 255, 1, "", 50250, NULL), +(421402, 180905, 1, 0, 0, 1, 1, 8649.2939453125, 878.425048828125, 25.40788459777832031, 0.890116631984710693, 0, 0, 0.430510520935058593, 0.902585566043853759, 120, 255, 1, "", 50250, NULL), +(421403, 180905, 1, 0, 0, 1, 1, 8650.1025390625, 878.43768310546875, 25.40164947509765625, 0, 0, 0, 0, 1, 120, 255, 1, "", 50250, NULL), +(421404, 180905, 1, 0, 0, 1, 1, 8650.1083984375, 877.43572998046875, 25.43354034423828125, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, "", 50250, NULL), +(421405, 180905, 1, 0, 0, 1, 1, 8654.7783203125, 988.509033203125, 5.380109786987304687, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 120, 255, 1, "", 50250, NULL), +(421406, 180905, 1, 0, 0, 1, 1, 8655.375, 988.67755126953125, 5.397461891174316406, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 120, 255, 1, "", 50250, NULL), +(421407, 180905, 1, 0, 0, 1, 1, 8655.6162109375, 988.14630126953125, 5.390716075897216796, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, "", 50250, NULL), +(421408, 180905, 1, 0, 0, 1, 1, 8656, 989.041259765625, 5.394684791564941406, 6.213373661041259765, 0, 0, -0.03489875793457031, 0.999390840530395507, 120, 255, 1, "", 50250, NULL), +(421409, 180905, 1, 0, 0, 1, 1, 8656.234375, 987.91668701171875, 5.373335838317871093, 3.385940074920654296, 0, 0, -0.99254608154296875, 0.121869951486587524, 120, 255, 1, "", 50250, NULL), +(421410, 180905, 1, 0, 0, 1, 1, 8681.9111328125, 901.4749755859375, 22.8648681640625, 4.031712055206298828, 0, 0, -0.90258502960205078, 0.430511653423309326, 120, 255, 1, "", 50250, NULL), +(421411, 180905, 1, 0, 0, 1, 1, 8681.9609375, 900.986083984375, 22.87032127380371093, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, "", 50250, NULL), +(421412, 180905, 1, 0, 0, 1, 1, 8682.359375, 900.85540771484375, 22.87081146240234375, 4.293513298034667968, 0, 0, -0.8386697769165039, 0.544640243053436279, 120, 255, 1, "", 50250, NULL), +(421413, 180905, 1, 0, 0, 1, 1, 8682.3603515625, 901.91827392578125, 22.85616493225097656, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, "", 50250, NULL), +(421414, 180905, 1, 0, 0, 1, 1, 8682.63671875, 901.46917724609375, 22.86046218872070312, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, "", 50250, NULL), +(421415, 180905, 1, 0, 0, 1, 1, 8682.7685546875, 875.697265625, 25.44525146484375, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, "", 50250, NULL), +(421416, 180905, 1, 0, 0, 1, 1, 8682.8662109375, 876.44561767578125, 25.44581413269042968, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, "", 50250, NULL), +(421417, 180905, 1, 0, 0, 1, 1, 8682.9365234375, 875.32354736328125, 25.44197463989257812, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, "", 50250, NULL), +(421418, 180905, 1, 0, 0, 1, 1, 8683.3525390625, 876.4571533203125, 25.45776939392089843, 4.014260292053222656, 0, 0, -0.90630722045898437, 0.422619491815567016, 120, 255, 1, "", 50250, NULL), +(421419, 180905, 1, 0, 0, 1, 1, 8683.552734375, 876.04107666015625, 25.45960426330566406, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, "", 50250, NULL), +(421420, 180905, 1, 0, 0, 1, 1, 8683.68359375, 875.35760498046875, 25.45189285278320312, 3.45575571060180664, 0, 0, -0.98768806457519531, 0.156436234712600708, 120, 255, 1, "", 50250, NULL), +(421421, 180905, 1, 0, 0, 1, 1, 8683.69140625, 966.769775390625, 12.63678646087646484, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, "", 50250, NULL), +(421422, 180905, 1, 0, 0, 1, 1, 8683.7880859375, 967.72418212890625, 12.59973716735839843, 3.036838293075561523, 0, 0, 0.998628616333007812, 0.052353221923112869, 120, 255, 1, "", 50250, NULL), +(421423, 180905, 1, 0, 0, 1, 1, 8684.4345703125, 966.51153564453125, 12.63444805145263671, 1.518436193466186523, 0, 0, 0.6883544921875, 0.725374460220336914, 120, 255, 1, "", 50250, NULL), +(421424, 180905, 1, 0, 0, 1, 1, 8684.8076171875, 967.6339111328125, 12.60774612426757812, 0.907570242881774902, 0, 0, 0.438370704650878906, 0.898794233798980712, 120, 255, 1, "", 50250, NULL), +(421425, 180905, 1, 0, 0, 1, 1, 8684.9580078125, 966.644775390625, 12.64701652526855468, 0.872663915157318115, 0, 0, 0.422617912292480468, 0.906307935714721679, 120, 255, 1, "", 50250, NULL), +(421426, 180905, 1, 0, 0, 1, 1, 8686.93359375, 961.7928466796875, 12.67477321624755859, 0.017452461645007133, 0, 0, 0.008726119995117187, 0.999961912631988525, 120, 255, 1, "", 50250, NULL), +(421427, 180905, 1, 0, 0, 1, 1, 8687.4013671875, 962.69293212890625, 12.66402912139892578, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 120, 255, 1, "", 50250, NULL), +(421428, 180905, 1, 0, 0, 1, 1, 8687.4345703125, 961.40625, 12.67263126373291015, 5.183629035949707031, 0, 0, -0.52249813079833984, 0.852640450000762939, 120, 255, 1, "", 50250, NULL), +(421429, 180905, 1, 0, 0, 1, 1, 8687.5146484375, 881.2225341796875, 25.37262344360351562, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, "", 50250, NULL), +(421430, 180905, 1, 0, 0, 1, 1, 8687.6689453125, 880.26519775390625, 25.39490699768066406, 0.855210542678833007, 0, 0, 0.414692878723144531, 0.909961462020874023, 120, 255, 1, "", 50250, NULL), +(421431, 180905, 1, 0, 0, 1, 1, 8688.17578125, 961.1873779296875, 12.7031097412109375, 4.537858963012695312, 0, 0, -0.76604366302490234, 0.642788589000701904, 120, 255, 1, "", 50250, NULL), +(421432, 180905, 1, 0, 0, 1, 1, 8688.3408203125, 880.20330810546875, 25.39606666564941406, 1.343901276588439941, 0, 0, 0.622513771057128906, 0.78260880708694458, 120, 255, 1, "", 50250, NULL), +(421433, 180905, 1, 0, 0, 1, 1, 8688.3525390625, 881.46044921875, 25.39135551452636718, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, "", 50250, NULL), +(421434, 180905, 1, 0, 0, 1, 1, 8688.3876953125, 962.32794189453125, 12.67766952514648437, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 0, "", 52237, NULL), +(421435, 180905, 1, 0, 0, 1, 1, 8688.3876953125, 962.32794189453125, 12.67766952514648437, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, "", 50250, NULL), +(421436, 180905, 1, 0, 0, 1, 1, 8688.751953125, 880.58685302734375, 25.392730712890625, 5.724681377410888671, 0, 0, -0.27563667297363281, 0.961261868476867675, 120, 255, 1, "", 50250, NULL), +(421437, 180905, 530, 0, 0, 1, 1, -1744.8123779296875, 5177.46337890625, -39.0980491638183593, 1.029743075370788574, 0, 0, 0.492423057556152343, 0.870355963706970214, 120, 255, 1, "", 50250, NULL), +(421438, 180905, 530, 0, 0, 1, 1, -1745.45703125, 5176.541015625, -39.1258316040039062, 2.408554315567016601, 0, 0, 0.933580398559570312, 0.358368009328842163, 120, 255, 1, "", 50250, NULL), +(421439, 180905, 530, 0, 0, 1, 1, -1745.8248291015625, 5178.01416015625, -39.0841636657714843, 4.118979454040527343, 0, 0, -0.88294696807861328, 0.469472706317901611, 120, 255, 1, "", 50250, NULL), +(421440, 180905, 530, 0, 0, 1, 1, -1746.2239990234375, 5177.33154296875, -39.1119422912597656, 6.09120035171508789, 0, 0, -0.09584522247314453, 0.995396256446838378, 120, 255, 1, "", 50250, NULL), +(421441, 180905, 530, 0, 0, 1, 1, -1746.3873291015625, 5176.642578125, -39.1119422912597656, 0.139624491333961486, 0, 0, 0.06975555419921875, 0.997564136981964111, 120, 255, 1, "", 50250, NULL), +(421442, 180905, 530, 0, 0, 1, 1, -1777.68212890625, 5167.5244140625, -39.098052978515625, 4.869470596313476562, 0, 0, -0.64944744110107421, 0.760406434535980224, 120, 255, 1, "", 50250, NULL), +(421443, 180905, 530, 0, 0, 1, 1, -1777.7454833984375, 5166.8154296875, -39.098052978515625, 2.024578809738159179, 0, 0, 0.848047256469726562, 0.529920578002929687, 120, 255, 1, "", 50250, NULL), +(421444, 180905, 530, 0, 0, 1, 1, -1778.54296875, 5166.32421875, -39.0841636657714843, 3.822272777557373046, 0, 0, -0.94264125823974609, 0.333807557821273803, 120, 255, 1, "", 50250, NULL), +(421445, 180905, 530, 0, 0, 1, 1, -1778.810302734375, 5167.02392578125, -39.1049995422363281, 5.864306926727294921, 0, 0, -0.20791149139404296, 0.978147625923156738, 120, 255, 1, "", 50250, NULL), +(421446, 180905, 530, 0, 0, 1, 1, -1859.21533203125, 5630.65625, 128.5135040283203125, 4.014260292053222656, 0, 0, -0.90630722045898437, 0.422619491815567016, 120, 255, 1, "", 50250, NULL), +(421447, 180905, 530, 0, 0, 1, 1, -1860.038818359375, 5629.7109375, 128.5065460205078125, 1.343901276588439941, 0, 0, 0.622513771057128906, 0.78260880708694458, 120, 255, 1, "", 50250, NULL), +(421448, 180905, 530, 0, 0, 1, 1, -1860.1666259765625, 5630.65478515625, 128.46490478515625, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, "", 50250, NULL), +(421449, 180905, 530, 0, 0, 1, 1, -1860.201416015625, 5631.4619140625, 128.471832275390625, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, "", 50250, NULL), +(421450, 180905, 530, 0, 0, 1, 1, -1860.81298828125, 5630.62060546875, 128.4787750244140625, 0.855210542678833007, 0, 0, 0.414692878723144531, 0.909961462020874023, 120, 255, 1, "", 50250, NULL), +(421451, 180905, 530, 0, 0, 1, 1, -1868.43359375, 5670.12939453125, 128.4619903564453125, 3.682650327682495117, 0, 0, -0.96362972259521484, 0.26724100112915039, 120, 255, 1, "", 52237, NULL), +(421452, 180905, 530, 0, 0, 1, 1, -1868.9090576171875, 5671.095703125, 128.457550048828125, 4.118979454040527343, 0, 0, -0.88294696807861328, 0.469472706317901611, 120, 255, 1, "", 52237, NULL), +(421453, 180905, 530, 0, 0, 1, 1, -1868.9136962890625, 5620.37451171875, 128.471832275390625, 5.724681377410888671, 0, 0, -0.27563667297363281, 0.961261868476867675, 120, 255, 1, "", 50250, NULL), +(421454, 180905, 530, 0, 0, 1, 1, -1869.121337890625, 5670.02294921875, 128.480865478515625, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, "", 52237, NULL), +(421455, 180905, 530, 0, 0, 1, 1, -1869.3336181640625, 5620.673828125, 128.4857330322265625, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, "", 50250, NULL), +(421456, 180905, 530, 0, 0, 1, 1, -1869.6099853515625, 5671.27880859375, 128.4832305908203125, 0, 0, 0, 0, 1, 120, 255, 1, "", 52237, NULL), +(421457, 180905, 530, 0, 0, 1, 1, -1869.7276611328125, 5670.5537109375, 128.4827423095703125, 0.890116631984710693, 0, 0, 0.430510520935058593, 0.902585566043853759, 120, 255, 1, "", 52237, NULL), +(421458, 180905, 530, 0, 0, 1, 1, -1869.9453125, 5619.25048828125, 128.499603271484375, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, "", 50250, NULL), +(421459, 180905, 530, 0, 0, 1, 1, -1870.2625732421875, 5620.32861328125, 128.52044677734375, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, "", 50250, NULL), +(421460, 180905, 530, 0, 0, 1, 1, -1885.3118896484375, 5647.55029296875, 128.5554962158203125, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, "", 52237, NULL), +(421461, 180905, 530, 0, 0, 1, 1, -1885.5931396484375, 5616.75634765625, 128.4927215576171875, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, "", 50250, NULL), +(421462, 180905, 530, 0, 0, 1, 1, -1885.6531982421875, 5617.97705078125, 128.5135498046875, 0.017452461645007133, 0, 0, 0.008726119995117187, 0.999961912631988525, 120, 255, 1, "", 50250, NULL), +(421463, 180905, 530, 0, 0, 1, 1, -1885.6693115234375, 5646.638671875, 128.548553466796875, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, "", 52237, NULL), +(421464, 180905, 530, 0, 0, 1, 1, -1885.710693359375, 5647.90966796875, 128.5624542236328125, 3.45575571060180664, 0, 0, -0.98768806457519531, 0.156436234712600708, 120, 255, 1, "", 52237, NULL), +(421465, 180905, 530, 0, 0, 1, 1, -1886.08056640625, 5648.14306640625, 128.5624542236328125, 2.007128477096557617, 0, 0, 0.84339141845703125, 0.537299633026123046, 120, 255, 1, "", 52237, NULL), +(421466, 180905, 530, 0, 0, 1, 1, -1886.3406982421875, 5617.59619140625, 128.4788360595703125, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, "", 50250, NULL), +(421467, 180905, 530, 0, 0, 1, 1, -1886.7000732421875, 5618.4658203125, 128.506622314453125, 5.183629035949707031, 0, 0, -0.52249813079833984, 0.852640450000762939, 120, 255, 1, "", 50250, NULL), +(421468, 180905, 530, 0, 0, 1, 1, -1886.8814697265625, 5646.89306640625, 128.56939697265625, 1.727874636650085449, 0, 0, 0.760405540466308593, 0.649448513984680175, 120, 255, 1, "", 52237, NULL), +(421469, 180905, 530, 0, 0, 1, 1, -1887.0438232421875, 5617.04931640625, 128.471893310546875, 4.031712055206298828, 0, 0, -0.90258502960205078, 0.430511653423309326, 120, 255, 1, "", 50250, NULL), +(421470, 180905, 530, 0, 0, 1, 1, -1893.988037109375, 5625.42822265625, 128.4857940673828125, 4.537858963012695312, 0, 0, -0.76604366302490234, 0.642788589000701904, 120, 255, 1, "", 50250, NULL), +(421471, 180905, 530, 0, 0, 1, 1, -1894.267578125, 5625.2255859375, 128.471893310546875, 5.218535900115966796, 0, 0, -0.507537841796875, 0.861629426479339599, 120, 255, 1, "", 50250, NULL), +(421472, 180905, 530, 0, 0, 1, 1, -1894.63525390625, 5625.623046875, 128.4788360595703125, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, "", 50250, NULL), +(421473, 180905, 530, 0, 0, 1, 1, -1894.755615234375, 5624.89306640625, 128.4788360595703125, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 120, 255, 1, "", 50250, NULL), +(421474, 180905, 530, 0, 0, 1, 1, -1895.5616455078125, 5625.595703125, 128.4996795654296875, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, "", 50250, NULL), +(421475, 180905, 530, 0, 0, 1, 1, -1991.2525634765625, 5561.04052734375, 54.4181671142578125, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, "", 50250, NULL), +(421476, 180905, 530, 0, 0, 1, 1, -1992.12109375, 5559.740234375, 54.40428924560546875, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, "", 50250, NULL), +(421477, 180905, 530, 0, 0, 1, 1, -1992.4127197265625, 5572.96826171875, 54.40425872802734375, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, "", 50250, NULL), +(421478, 180905, 530, 0, 0, 1, 1, -1992.6328125, 5561.47119140625, 54.43205642700195312, 4.520402908325195312, 0, 0, -0.77162456512451171, 0.636078238487243652, 120, 255, 1, "", 50250, NULL), +(421479, 180905, 530, 0, 0, 1, 1, -1993.033447265625, 5560.51806640625, 54.42512130737304687, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, "", 50250, NULL), +(421480, 180905, 530, 0, 0, 1, 1, -1993.1807861328125, 5572.60009765625, 54.41814804077148437, 4.310965538024902343, 0, 0, -0.83388519287109375, 0.55193793773651123, 120, 255, 1, "", 50250, NULL), +(421481, 180905, 530, 0, 0, 1, 1, -1993.31689453125, 5571.6162109375, 54.41814804077148437, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, "", 50250, NULL), +(421482, 180905, 530, 0, 0, 1, 1, -1993.689697265625, 5572.43505859375, 54.41814804077148437, 4.136432647705078125, 0, 0, -0.87881660461425781, 0.477159708738327026, 120, 255, 1, "", 50250, NULL), +(421483, 180905, 530, 0, 0, 1, 1, -1997.9722900390625, 5586.37890625, 54.42509078979492187, 2.146752834320068359, 0, 0, 0.878816604614257812, 0.477159708738327026, 120, 255, 1, "", 50250, NULL), +(421484, 180905, 530, 0, 0, 1, 1, -1998.5521240234375, 5585.93603515625, 54.43203353881835937, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, "", 50250, NULL), +(421485, 180905, 530, 0, 0, 1, 1, -1998.685302734375, 5587.3544921875, 54.41814804077148437, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, "", 50250, NULL), +(421486, 180905, 530, 0, 0, 1, 1, -1999.5750732421875, 5586.54052734375, 54.41120147705078125, 2.809975385665893554, 0, 0, 0.986285209655761718, 0.165049895644187927, 120, 255, 1, "", 50250, NULL), +(421487, 180905, 530, 0, 0, 1, 1, -2002.773193359375, 5553.12939453125, 54.40431594848632812, 5.70722818374633789, 0, 0, -0.28401470184326171, 0.958819925785064697, 120, 255, 1, "", 50250, NULL), +(421488, 180905, 530, 0, 0, 1, 1, -2003.21875, 5554.20849609375, 54.41125869750976562, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, "", 50250, NULL), +(421489, 180905, 530, 0, 0, 1, 1, -2003.8453369140625, 5553.98388671875, 54.397369384765625, 5.602506637573242187, 0, 0, -0.33380699157714843, 0.942641437053680419, 120, 255, 1, "", 50250, NULL), +(421490, 180905, 530, 0, 0, 1, 1, -2003.922119140625, 5552.65185546875, 54.43209075927734375, 1.204277276992797851, 0, 0, 0.56640625, 0.824126183986663818, 120, 255, 1, "", 50250, NULL), +(421491, 180905, 530, 0, 0, 1, 1, -2004.419677734375, 5553.55224609375, 54.43209075927734375, 1.221729278564453125, 0, 0, 0.573575973510742187, 0.819152355194091796, 120, 255, 1, "", 50250, NULL), +(421492, 180905, 530, 0, 0, 1, 1, -2017.638916015625, 5551.14306640625, 54.43902587890625, 3.036838293075561523, 0, 0, 0.998628616333007812, 0.052353221923112869, 120, 255, 1, "", 50250, NULL), +(421493, 180905, 530, 0, 0, 1, 1, -2017.8277587890625, 5549.78564453125, 54.4320831298828125, 0.872663915157318115, 0, 0, 0.422617912292480468, 0.906307935714721679, 120, 255, 1, "", 50250, NULL), +(421494, 180905, 530, 0, 0, 1, 1, -2018.4505615234375, 5550.54150390625, 54.42513656616210937, 1.518436193466186523, 0, 0, 0.6883544921875, 0.725374460220336914, 120, 255, 1, "", 50250, NULL), +(421495, 180905, 530, 0, 0, 1, 1, -2018.8099365234375, 5551.27978515625, 54.41124343872070312, 0.907570242881774902, 0, 0, 0.438370704650878906, 0.898794233798980712, 120, 255, 1, "", 50250, NULL), +(421496, 180905, 530, 0, 0, 1, 1, -2024.9127197265625, 5569.02978515625, 54.30736923217773437, 5.096362113952636718, 0, 0, -0.55919265747070312, 0.829037725925445556, 120, 255, 1, "", 52237, NULL), +(421497, 180905, 530, 0, 0, 1, 1, -2025.80078125, 5569.119140625, 54.32820510864257812, 5.567600727081298828, 0, 0, -0.35020732879638671, 0.936672210693359375, 120, 255, 1, "", 52237, NULL), +(421498, 180905, 530, 0, 0, 1, 1, -2026.732666015625, 5569.76904296875, 54.32820510864257812, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, "", 52237, NULL), +(421499, 180905, 530, 0, 0, 1, 1, -2027.5911865234375, 5569.35302734375, 54.32820510864257812, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, "", 52237, NULL), +(421500, 180905, 530, 0, 0, 1, 1, -2043.6431884765625, 5583.990234375, 54.32028961181640625, 3.385940074920654296, 0, 0, -0.99254608154296875, 0.121869951486587524, 120, 255, 1, "", 52237, NULL), +(421501, 180905, 530, 0, 0, 1, 1, -2043.736083984375, 5583.31982421875, 54.31295013427734375, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 120, 255, 1, "", 52237, NULL), +(421502, 180905, 530, 0, 0, 1, 1, -2043.9296875, 5584.36962890625, 54.32220840454101562, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 120, 255, 1, "", 52237, NULL), +(421503, 180905, 530, 0, 0, 1, 1, -2044.4937744140625, 5584.2548828125, 54.33078765869140625, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, "", 52237, NULL), +(421504, 180905, 530, 0, 0, 1, 1, -2045.032958984375, 5583.35400390625, 54.34337234497070312, 6.213373661041259765, 0, 0, -0.03489875793457031, 0.999390840530395507, 120, 255, 1, "", 52237, NULL), +(421505, 180905, 530, 0, 0, 1, 1, -3982.743896484375, -11893.9423828125, 1.052119016647338867, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, "", 50250, NULL), +(421506, 180905, 530, 0, 0, 1, 1, -3983.65185546875, -11894.28125, 1.031149983406066894, 3.45575571060180664, 0, 0, -0.98768806457519531, 0.156436234712600708, 120, 255, 1, "", 50250, NULL), +(421507, 180905, 530, 0, 0, 1, 1, -3983.6962890625, -11892.71875, 1.002493023872375488, 4.014260292053222656, 0, 0, -0.90630722045898437, 0.422619491815567016, 120, 255, 1, "", 50250, NULL), +(421508, 180905, 530, 0, 0, 1, 1, -3984.178466796875, -11893.9130859375, 1.029274940490722656, 2.007128477096557617, 0, 0, 0.84339141845703125, 0.537299633026123046, 120, 255, 1, "", 50250, NULL), +(421509, 180905, 530, 0, 0, 1, 1, -3984.245361328125, -11893.5888671875, 1.035297036170959472, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, "", 50250, NULL), +(421510, 180905, 530, 0, 0, 1, 1, -3993.729736328125, -11889.0908203125, 1.157230973243713378, 0.855210542678833007, 0, 0, 0.414692878723144531, 0.909961462020874023, 120, 255, 1, "", 50250, NULL), +(421511, 180905, 530, 0, 0, 1, 1, -3994.2626953125, -11888.783203125, 1.1632310152053833, 1.343901276588439941, 0, 0, 0.622513771057128906, 0.78260880708694458, 120, 255, 1, "", 50250, NULL), +(421512, 180905, 530, 0, 0, 1, 1, -3994.9072265625, -11890.0224609375, 1.157492995262145996, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, "", 50250, NULL), +(421513, 180905, 530, 0, 0, 1, 1, -3994.947021484375, -11888.5498046875, 1.182647943496704101, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, "", 50250, NULL), +(421514, 180905, 530, 0, 0, 1, 1, -3995.080810546875, -11889.1357421875, 1.163357973098754882, 5.724681377410888671, 0, 0, -0.27563667297363281, 0.961261868476867675, 120, 255, 1, "", 50250, NULL), +(421515, 180905, 530, 0, 0, 1, 1, -4010.055908203125, -11941.1982421875, -0.59430199861526489, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, "", 50250, NULL), +(421516, 180905, 530, 0, 0, 1, 1, -4010.310302734375, -11940.67578125, -0.59214001893997192, 0.890116631984710693, 0, 0, 0.430510520935058593, 0.902585566043853759, 120, 255, 1, "", 50250, NULL), +(421517, 180905, 530, 0, 0, 1, 1, -4010.768310546875, -11941.9658203125, -0.61801302433013916, 4.118979454040527343, 0, 0, -0.88294696807861328, 0.469472706317901611, 120, 255, 1, "", 50250, NULL), +(421518, 180905, 530, 0, 0, 1, 1, -4010.786865234375, -11940.3037109375, -0.59042602777481079, 0, 0, 0, 0, 1, 120, 255, 1, "", 50250, NULL), +(421519, 180905, 530, 0, 0, 1, 1, -4011.497802734375, -11940.5546875, -0.57697898149490356, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, "", 50250, NULL), +(421520, 180905, 530, 0, 0, 1, 1, -4021.79638671875, -11878.2255859375, 1.302580952644348144, 4.537858963012695312, 0, 0, -0.76604366302490234, 0.642788589000701904, 120, 255, 1, "", 50250, NULL), +(421521, 180905, 530, 0, 0, 1, 1, -4022.0078125, -11877.51171875, 1.306169986724853515, 5.183629035949707031, 0, 0, -0.52249813079833984, 0.852640450000762939, 120, 255, 1, "", 50250, NULL), +(421522, 180905, 530, 0, 0, 1, 1, -4022.093017578125, -11878.6767578125, 1.315294981002807617, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 120, 255, 1, "", 50250, NULL), +(421523, 180905, 530, 0, 0, 1, 1, -4022.55029296875, -11877.4755859375, 1.302664041519165039, 0.017452461645007133, 0, 0, 0.008726119995117187, 0.999961912631988525, 120, 255, 1, "", 50250, NULL), +(421524, 180905, 530, 0, 0, 1, 1, -4022.647216796875, -11878.8740234375, 1.29905402660369873, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, "", 50250, NULL), +(421525, 180905, 530, 0, 0, 1, 1, -4022.72314453125, -11875.9609375, 1.62744605541229248, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, "", 50250, NULL), +(421526, 180905, 530, 0, 0, 1, 1, -4022.7744140625, -11875.3525390625, 1.622349023818969726, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, "", 50250, NULL), +(421527, 180905, 530, 0, 0, 1, 1, -4023.079345703125, -11874.71875, 1.625339984893798828, 4.031712055206298828, 0, 0, -0.90258502960205078, 0.430511653423309326, 120, 255, 1, "", 50250, NULL), +(421528, 180905, 530, 0, 0, 1, 1, -4023.72998046875, -11875.1142578125, 1.610021948814392089, 4.293513298034667968, 0, 0, -0.8386697769165039, 0.544640243053436279, 120, 255, 1, "", 50250, NULL), +(421529, 180905, 530, 0, 0, 1, 1, -4024.197998046875, -11875.265625, 1.602957010269165039, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, "", 50250, NULL), +(421530, 180905, 530, 0, 0, 1, 1, -4047.619873046875, -11949.7978515625, 2.342307090759277343, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, "", 50250, NULL), +(421531, 180905, 530, 0, 0, 1, 1, -4048.0908203125, -11950.3798828125, 2.339778900146484375, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, "", 50250, NULL), +(421532, 180905, 530, 0, 0, 1, 1, -4048.15283203125, -11951.2783203125, 2.319633007049560546, 4.520402908325195312, 0, 0, -0.77162456512451171, 0.636078238487243652, 120, 255, 1, "", 50250, NULL), +(421533, 180905, 530, 0, 0, 1, 1, -4048.443603515625, -11949.5849609375, 2.343879938125610351, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, "", 50250, NULL), +(421534, 180905, 530, 0, 0, 1, 1, -4048.854248046875, -11950.4248046875, 2.319489955902099609, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, "", 50250, NULL), +(421535, 180905, 530, 0, 0, 1, 1, -4049.09326171875, -11953.2041015625, 2.232845067977905273, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, "", 50250, NULL), +(421536, 180905, 530, 0, 0, 1, 1, -4049.814697265625, -11954.3876953125, 2.238692998886108398, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, "", 50250, NULL), +(421537, 180905, 530, 0, 0, 1, 1, -4050.03173828125, -11952.759765625, 2.244087934494018554, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, "", 50250, NULL), +(421538, 180905, 530, 0, 0, 1, 1, -4050.198486328125, -11953.4462890625, 2.227164983749389648, 4.310965538024902343, 0, 0, -0.83388519287109375, 0.55193793773651123, 120, 255, 1, "", 50250, NULL), +(421539, 180905, 530, 0, 0, 1, 1, -4050.76171875, -11954.0498046875, 2.230617046356201171, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, "", 50250, NULL), +(421540, 180905, 530, 0, 0, 1, 1, -4054.00830078125, -11900.2392578125, -1.03544700145721435, 5.70722818374633789, 0, 0, -0.28401470184326171, 0.958819925785064697, 120, 255, 1, "", 50250, NULL), +(421541, 180905, 530, 0, 0, 1, 1, -4054.1962890625, -11900.662109375, -1.04603898525238037, 1.221729278564453125, 0, 0, 0.573575973510742187, 0.819152355194091796, 120, 255, 1, "", 50250, NULL), +(421542, 180905, 530, 0, 0, 1, 1, -4054.256591796875, -11901.39453125, -1.05358695983886718, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, "", 50250, NULL), +(421543, 180905, 530, 0, 0, 1, 1, -4055.14794921875, -11900.234375, -1.02274096012115478, 5.602506637573242187, 0, 0, -0.33380699157714843, 0.942641437053680419, 120, 255, 1, "", 50250, NULL), +(421544, 180905, 530, 0, 0, 1, 1, -4055.276611328125, -11901.0908203125, -1.05238294601440429, 1.204277276992797851, 0, 0, 0.56640625, 0.824126183986663818, 120, 255, 1, "", 50250, NULL), +(421545, 180905, 530, 0, 0, 1, 1, -4058.83203125, -11948.6220703125, 2.059027910232543945, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, "", 50250, NULL), +(421546, 180905, 530, 0, 0, 1, 1, -4058.89404296875, -11947.88671875, 2.045458078384399414, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, "", 50250, NULL), +(421547, 180905, 530, 0, 0, 1, 1, -4059.20751953125, -11948.234375, 2.044337987899780273, 5.567600727081298828, 0, 0, -0.35020732879638671, 0.936672210693359375, 120, 255, 1, "", 50250, NULL), +(421548, 180905, 530, 0, 0, 1, 1, -4059.79736328125, -11949.0703125, 2.045130014419555664, 5.096362113952636718, 0, 0, -0.55919265747070312, 0.829037725925445556, 120, 255, 1, "", 50250, NULL), +(421549, 180905, 530, 0, 0, 1, 1, -4060.216064453125, -11948.3251953125, 2.036854982376098632, 2.809975385665893554, 0, 0, 0.986285209655761718, 0.165049895644187927, 120, 255, 1, "", 50250, NULL), +(421550, 180905, 530, 0, 0, 1, 1, -4060.579345703125, -11895.595703125, -1.03928101062774658, 3.036838293075561523, 0, 0, 0.998628616333007812, 0.052353221923112869, 120, 255, 1, "", 50250, NULL), +(421551, 180905, 530, 0, 0, 1, 1, -4060.87548828125, -11950.9677734375, 2.107372999191284179, 6.213373661041259765, 0, 0, -0.03489875793457031, 0.999390840530395507, 120, 255, 1, "", 50250, NULL), +(421552, 180905, 530, 0, 0, 1, 1, -4060.897216796875, -11896.5283203125, -1.0442279577255249, 0.907570242881774902, 0, 0, 0.438370704650878906, 0.898794233798980712, 120, 255, 1, "", 50250, NULL), +(421553, 180905, 530, 0, 0, 1, 1, -4061.076416015625, -11951.7470703125, 2.096967935562133789, 3.385940074920654296, 0, 0, -0.99254608154296875, 0.121869951486587524, 120, 255, 1, "", 50250, NULL), +(421554, 180905, 530, 0, 0, 1, 1, -4061.112548828125, -11895.25390625, -1.04406297206878662, 0.872663915157318115, 0, 0, 0.422617912292480468, 0.906307935714721679, 120, 255, 1, "", 50250, NULL), +(421555, 180905, 530, 0, 0, 1, 1, -4061.471435546875, -11895.0087890625, -1.03617894649505615, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, "", 50250, NULL), +(421556, 180905, 530, 0, 0, 1, 1, -4061.55517578125, -11951.912109375, 2.105612039566040039, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 120, 255, 1, "", 50250, NULL), +(421557, 180905, 530, 0, 0, 1, 1, -4061.725341796875, -11950.21875, 2.101284980773925781, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, "", 50250, NULL), +(421558, 180905, 530, 0, 0, 1, 1, -4061.771728515625, -11951.1943359375, 2.11028599739074707, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 120, 255, 1, "", 50250, NULL), +(421559, 180905, 530, 0, 0, 1, 1, -4061.9462890625, -11895.1953125, -1.0282909870147705, 1.518436193466186523, 0, 0, 0.6883544921875, 0.725374460220336914, 120, 255, 1, "", 50250, NULL), +(421560, 180905, 530, 0, 0, 1, 1, 9328.25, -7284.671875, 14.83197021484375, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, "", 50250, NULL), +(421561, 180905, 530, 0, 0, 1, 1, 9328.619140625, -7268.72509765625, 14.92667293548583984, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 120, 255, 1, "", 50250, NULL), +(421562, 180905, 530, 0, 0, 1, 1, 9328.7451171875, -7283.44775390625, 14.86435604095458984, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, "", 50250, NULL), +(421563, 180905, 530, 0, 0, 1, 1, 9328.78125, -7269.3935546875, 14.90766429901123046, 6.213373661041259765, 0, 0, -0.03489875793457031, 0.999390840530395507, 120, 255, 1, "", 50250, NULL), +(421564, 180905, 530, 0, 0, 1, 1, 9328.81640625, -7284.5458984375, 14.84459400177001953, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, "", 50250, NULL), +(421565, 180905, 530, 0, 0, 1, 1, 9328.916015625, -7283.23974609375, 14.87528324127197265, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, "", 50250, NULL), +(421566, 180905, 530, 0, 0, 1, 1, 9328.9375, -7283.8671875, 14.84307193756103515, 4.310965538024902343, 0, 0, -0.83388519287109375, 0.55193793773651123, 120, 255, 1, "", 50250, NULL), +(421567, 180905, 530, 0, 0, 1, 1, 9329.794921875, -7269.486328125, 14.90632152557373046, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 120, 255, 1, "", 50250, NULL), +(421568, 180905, 530, 0, 0, 1, 1, 9329.97265625, -7268.18701171875, 14.89129638671875, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, "", 50250, NULL), +(421569, 180905, 530, 0, 0, 1, 1, 9330.0751953125, -7268.7216796875, 14.90472412109375, 2.024578809738159179, 0, 0, 0.848047256469726562, 0.529920578002929687, 120, 255, 1, "", 50250, NULL), +(421570, 180905, 530, 0, 0, 1, 1, 9334.611328125, -7306.7099609375, 14.8881988525390625, 2.024578809738159179, 0, 0, 0.848047256469726562, 0.529920578002929687, 120, 255, 1, "", 50250, NULL), +(421571, 180905, 530, 0, 0, 1, 1, 9334.9892578125, -7306.103515625, 14.87061595916748046, 1.274088263511657714, 0, 0, 0.594821929931640625, 0.80385744571685791, 120, 255, 1, "", 50250, NULL), +(421572, 180905, 530, 0, 0, 1, 1, 9335.099609375, -7307.3447265625, 14.90535163879394531, 1.692969322204589843, 0, 0, 0.748955726623535156, 0.662620067596435546, 120, 255, 1, "", 50250, NULL), +(421573, 180905, 530, 0, 0, 1, 1, 9335.521484375, -7305.76318359375, 14.87544727325439453, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, "", 50250, NULL), +(421574, 180905, 530, 0, 0, 1, 1, 9335.5908203125, -7307.96875, 14.887359619140625, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, "", 50250, NULL), +(421575, 180905, 530, 0, 0, 1, 1, 9335.7109375, -7248.17138671875, 14.95815753936767578, 1.919861555099487304, 0, 0, 0.819151878356933593, 0.573576688766479492, 120, 255, 1, "", 50250, NULL), +(421576, 180905, 530, 0, 0, 1, 1, 9336.1005859375, -7248.82421875, 14.95121288299560546, 5.567600727081298828, 0, 0, -0.35020732879638671, 0.936672210693359375, 120, 255, 1, "", 50250, NULL), +(421577, 180905, 530, 0, 0, 1, 1, 9336.8828125, -7249.302734375, 14.96217727661132812, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, "", 50250, NULL), +(421578, 180905, 530, 0, 0, 1, 1, 9337.3583984375, -7247.82666015625, 14.95467853546142578, 2.809975385665893554, 0, 0, 0.986285209655761718, 0.165049895644187927, 120, 255, 1, "", 50250, NULL), +(421579, 180905, 530, 0, 0, 1, 1, 9337.560546875, -7248.587890625, 14.95040225982666015, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, "", 50250, NULL), +(421580, 180905, 530, 0, 0, 1, 1, 9341.52734375, -7284.28662109375, 15.80144977569580078, 3.45575571060180664, 0, 0, -0.98768806457519531, 0.156436234712600708, 120, 255, 1, "", 50250, NULL), +(421581, 180905, 530, 0, 0, 1, 1, 9341.939453125, -7283.2880859375, 15.80142402648925781, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, "", 50250, NULL), +(421582, 180905, 530, 0, 0, 1, 1, 9342.71875, -7283.345703125, 15.7818155288696289, 5.480334281921386718, 0, 0, -0.39073085784912109, 0.920504987239837646, 120, 255, 1, "", 50250, NULL), +(421583, 180905, 530, 0, 0, 1, 1, 9342.837890625, -7283.59619140625, 15.78421688079833984, 2.949595451354980468, 0, 0, 0.995395660400390625, 0.095851235091686248, 120, 255, 1, "", 50250, NULL), +(421584, 180905, 530, 0, 0, 1, 1, 9342.8466796875, -7284.6171875, 15.77445316314697265, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, "", 50250, NULL), +(421585, 180905, 530, 0, 0, 1, 1, 9365.8984375, -7281.59765625, 15.37916278839111328, 0.907570242881774902, 0, 0, 0.438370704650878906, 0.898794233798980712, 120, 255, 1, "", 50250, NULL), +(421586, 180905, 530, 0, 0, 1, 1, 9366.0732421875, -7280.87841796875, 15.37221622467041015, 3.036838293075561523, 0, 0, 0.998628616333007812, 0.052353221923112869, 120, 255, 1, "", 50250, NULL), +(421587, 180905, 530, 0, 0, 1, 1, 9366.130859375, -7274.70458984375, 15.33748340606689453, 4.537858963012695312, 0, 0, -0.76604366302490234, 0.642788589000701904, 120, 255, 1, "", 50250, NULL), +(421588, 180905, 530, 0, 0, 1, 1, 9366.2724609375, -7273.1484375, 15.33748054504394531, 6.073746204376220703, 0, 0, -0.10452842712402343, 0.994521915912628173, 120, 255, 1, "", 50250, NULL), +(421589, 180905, 530, 0, 0, 1, 1, 9366.361328125, -7282.3349609375, 15.34444141387939453, 0.872663915157318115, 0, 0, 0.422617912292480468, 0.906307935714721679, 120, 255, 1, "", 50250, NULL), +(421590, 180905, 530, 0, 0, 1, 1, 9366.80859375, -7274.8037109375, 15.34442806243896484, 5.183629035949707031, 0, 0, -0.52249813079833984, 0.852640450000762939, 120, 255, 1, "", 50250, NULL), +(421591, 180905, 530, 0, 0, 1, 1, 9367.353515625, -7274.705078125, 15.35137271881103515, 5.183629035949707031, 0, 0, -0.52249813079833984, 0.852640450000762939, 120, 255, 1, "", 50250, NULL), +(421592, 180905, 530, 0, 0, 1, 1, 9367.3564453125, -7280.91796875, 15.34443855285644531, 1.239183306694030761, 0, 0, 0.580702781677246093, 0.814115643501281738, 120, 255, 1, "", 50250, NULL), +(421593, 180905, 530, 0, 0, 1, 1, 9367.4296875, -7282.15966796875, 15.34444141387939453, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, "", 50250, NULL), +(421594, 180905, 530, 0, 0, 1, 1, 9367.474609375, -7273.97509765625, 15.36526012420654296, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 120, 255, 1, "", 50250, NULL), +(421595, 180905, 530, 0, 0, 1, 1, 9375.314453125, -7298.34716796875, 7.328709125518798828, 5.602506637573242187, 0, 0, -0.33380699157714843, 0.942641437053680419, 120, 255, 1, "", 50250, NULL), +(421596, 180905, 530, 0, 0, 1, 1, 9375.48046875, -7298.3525390625, 7.315919876098632812, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, "", 50250, NULL), +(421597, 180905, 530, 0, 0, 1, 1, 9375.8251953125, -7299.48779296875, 7.301997184753417968, 0.802850961685180664, 0, 0, 0.390730857849121093, 0.920504987239837646, 120, 255, 1, "", 50250, NULL), +(421598, 180905, 530, 0, 0, 1, 1, 9375.884765625, -7257.4951171875, 7.679615020751953125, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, "", 50250, NULL), +(421599, 180905, 530, 0, 0, 1, 1, 9376.166015625, -7258.01806640625, 7.658656120300292968, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, "", 50250, NULL), +(421600, 180905, 530, 0, 0, 1, 1, 9376.6396484375, -7297.6787109375, 7.301483154296875, 0.296705186367034912, 0, 0, 0.147809028625488281, 0.989015936851501464, 120, 255, 1, "", 50250, NULL), +(421601, 180905, 530, 0, 0, 1, 1, 9376.8173828125, -7258.23095703125, 7.636247158050537109, 4.293513298034667968, 0, 0, -0.8386697769165039, 0.544640243053436279, 120, 255, 1, "", 50250, NULL), +(421602, 180905, 530, 0, 0, 1, 1, 9377.060546875, -7298.9384765625, 7.3011322021484375, 5.70722818374633789, 0, 0, -0.28401470184326171, 0.958819925785064697, 120, 255, 1, "", 50250, NULL), +(421603, 180905, 530, 0, 0, 1, 1, 9377.57421875, -7258.24755859375, 7.642098903656005859, 4.031712055206298828, 0, 0, -0.90258502960205078, 0.430511653423309326, 120, 255, 1, "", 50250, NULL), +(421604, 180905, 530, 0, 0, 1, 1, 9377.6064453125, -7257.2666015625, 7.626282215118408203, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, "", 50250, NULL), +(421605, 180905, 530, 0, 0, 1, 1, 9380.61328125, -7274.09619140625, 15.34443473815917968, 1.343901276588439941, 0, 0, 0.622513771057128906, 0.78260880708694458, 120, 255, 1, "", 50250, NULL), +(421606, 180905, 530, 0, 0, 1, 1, 9380.767578125, -7281.021484375, 15.35139656066894531, 4.014260292053222656, 0, 0, -0.90630722045898437, 0.422619491815567016, 120, 255, 1, "", 50250, NULL), +(421607, 180905, 530, 0, 0, 1, 1, 9380.7919921875, -7273.30615234375, 15.34443187713623046, 0.855210542678833007, 0, 0, 0.414692878723144531, 0.909961462020874023, 120, 255, 1, "", 50250, NULL), +(421608, 180905, 530, 0, 0, 1, 1, 9381.13671875, -7273.38720703125, 15.33055496215820312, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, "", 50250, NULL), +(421609, 180905, 530, 0, 0, 1, 1, 9381.6533203125, -7280.91064453125, 15.33752632141113281, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, "", 50250, NULL), +(421610, 180905, 530, 0, 0, 1, 1, 9382.1376953125, -7273.65576171875, 15.33752155303955078, 5.724681377410888671, 0, 0, -0.27563667297363281, 0.961261868476867675, 120, 255, 1, "", 50250, NULL), +(421611, 180905, 530, 0, 0, 1, 1, 9382.1396484375, -7282.15380859375, 15.32364940643310546, 3.45575571060180664, 0, 0, -0.98768806457519531, 0.156436234712600708, 120, 255, 1, "", 50250, NULL), +(421612, 180905, 530, 0, 0, 1, 1, 9382.1513671875, -7281.54248046875, 15.32364940643310546, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, "", 50250, NULL), +(421613, 180905, 530, 0, 0, 1, 1, 9382.1669921875, -7274.9013671875, 15.35141372680664062, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, "", 50250, NULL), +(421614, 180905, 530, 0, 0, 1, 1, 9382.1845703125, -7281.03369140625, 15.344482421875, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, "", 50250, NULL), +(421615, 180905, 530, 0, 0, 1, 1, 9398.12890625, -7293.71630859375, 15.33667945861816406, 0.890116631984710693, 0, 0, 0.430510520935058593, 0.902585566043853759, 120, 255, 1, "", 50250, NULL), +(421616, 180905, 530, 0, 0, 1, 1, 9398.3583984375, -7294.2900390625, 15.34380912780761718, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, "", 50250, NULL), +(421617, 180905, 530, 0, 0, 1, 1, 9398.3876953125, -7261.13525390625, 15.30101203918457031, 5.84685373306274414, 0, 0, -0.21643924713134765, 0.976296067237854003, 120, 255, 1, "", 50250, NULL), +(421618, 180905, 530, 0, 0, 1, 1, 9398.484375, -7293.41162109375, 15.34473133087158203, 0, 0, 0, 0, 1, 120, 255, 1, "", 50250, NULL), +(421619, 180905, 530, 0, 0, 1, 1, 9398.515625, -7262.27978515625, 15.30372810363769531, 2.652894020080566406, 0, 0, 0.970294952392578125, 0.241925001144409179, 120, 255, 1, "", 50250, NULL), +(421620, 180905, 530, 0, 0, 1, 1, 9399.0732421875, -7262.33837890625, 15.29867076873779296, 4.031712055206298828, 0, 0, -0.90258502960205078, 0.430511653423309326, 120, 255, 1, "", 50250, NULL), +(421621, 180905, 530, 0, 0, 1, 1, 9399.24609375, -7293.1494140625, 15.36081123352050781, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 0, "", 52237, NULL), +(421622, 180905, 530, 0, 0, 1, 1, 9399.24609375, -7293.1494140625, 15.36081123352050781, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, "", 50250, NULL), +(421623, 180905, 530, 0, 0, 1, 1, 9399.4814453125, -7294.25244140625, 15.36046886444091796, 4.118979454040527343, 0, 0, -0.88294696807861328, 0.469472706317901611, 120, 255, 1, "", 50250, NULL), +(421624, 180905, 530, 0, 0, 1, 1, 9399.73046875, -7262.2177734375, 15.32099437713623046, 3.892086982727050781, 0, 0, -0.93041706085205078, 0.366502493619918823, 120, 255, 1, "", 50250, NULL), +(421625, 180905, 530, 0, 0, 1, 1, 9399.744140625, -7261.39501953125, 15.33084964752197265, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, "", 50250, NULL); + +DELETE FROM `game_event_gameobject` WHERE (`eventEntry` = 72) +AND (`guid` BETWEEN 421000 AND 421625); +INSERT INTO `game_event_gameobject` (`eventEntry`,`guid`) VALUES +(72, 421000), +(72, 421001), +(72, 421002), +(72, 421003), +(72, 421004), +(72, 421005), +(72, 421006), +(72, 421007), +(72, 421008), +(72, 421009), +(72, 421010), +(72, 421011), +(72, 421012), +(72, 421013), +(72, 421014), +(72, 421015), +(72, 421016), +(72, 421017), +(72, 421018), +(72, 421019), +(72, 421020), +(72, 421021), +(72, 421022), +(72, 421023), +(72, 421024), +(72, 421025), +(72, 421026), +(72, 421027), +(72, 421028), +(72, 421029), +(72, 421030), +(72, 421031), +(72, 421032), +(72, 421033), +(72, 421034), +(72, 421035), +(72, 421036), +(72, 421037), +(72, 421038), +(72, 421039), +(72, 421040), +(72, 421041), +(72, 421042), +(72, 421043), +(72, 421044), +(72, 421045), +(72, 421046), +(72, 421047), +(72, 421048), +(72, 421049), +(72, 421050), +(72, 421051), +(72, 421052), +(72, 421053), +(72, 421054), +(72, 421055), +(72, 421056), +(72, 421057), +(72, 421058), +(72, 421059), +(72, 421060), +(72, 421061), +(72, 421062), +(72, 421063), +(72, 421064), +(72, 421065), +(72, 421066), +(72, 421067), +(72, 421068), +(72, 421069), +(72, 421070), +(72, 421071), +(72, 421072), +(72, 421073), +(72, 421074), +(72, 421075), +(72, 421076), +(72, 421077), +(72, 421078), +(72, 421079), +(72, 421080), +(72, 421081), +(72, 421082), +(72, 421083), +(72, 421084), +(72, 421085), +(72, 421086), +(72, 421087), +(72, 421088), +(72, 421089), +(72, 421090), +(72, 421091), +(72, 421092), +(72, 421093), +(72, 421094), +(72, 421095), +(72, 421096), +(72, 421097), +(72, 421098), +(72, 421099), +(72, 421100), +(72, 421101), +(72, 421102), +(72, 421103), +(72, 421104), +(72, 421105), +(72, 421106), +(72, 421107), +(72, 421108), +(72, 421109), +(72, 421110), +(72, 421111), +(72, 421112), +(72, 421113), +(72, 421114), +(72, 421115), +(72, 421116), +(72, 421117), +(72, 421118), +(72, 421119), +(72, 421120), +(72, 421121), +(72, 421122), +(72, 421123), +(72, 421124), +(72, 421125), +(72, 421126), +(72, 421127), +(72, 421128), +(72, 421129), +(72, 421130), +(72, 421131), +(72, 421132), +(72, 421133), +(72, 421134), +(72, 421135), +(72, 421136), +(72, 421137), +(72, 421138), +(72, 421139), +(72, 421140), +(72, 421141), +(72, 421142), +(72, 421143), +(72, 421144), +(72, 421145), +(72, 421146), +(72, 421147), +(72, 421148), +(72, 421149), +(72, 421150), +(72, 421151), +(72, 421152), +(72, 421153), +(72, 421154), +(72, 421155), +(72, 421156), +(72, 421157), +(72, 421158), +(72, 421159), +(72, 421160), +(72, 421161), +(72, 421162), +(72, 421163), +(72, 421164), +(72, 421165), +(72, 421166), +(72, 421167), +(72, 421168), +(72, 421169), +(72, 421170), +(72, 421171), +(72, 421172), +(72, 421173), +(72, 421174), +(72, 421175), +(72, 421176), +(72, 421177), +(72, 421178), +(72, 421179), +(72, 421180), +(72, 421181), +(72, 421182), +(72, 421183), +(72, 421184), +(72, 421185), +(72, 421186), +(72, 421187), +(72, 421188), +(72, 421189), +(72, 421190), +(72, 421191), +(72, 421192), +(72, 421193), +(72, 421194), +(72, 421195), +(72, 421196), +(72, 421197), +(72, 421198), +(72, 421199), +(72, 421200), +(72, 421201), +(72, 421202), +(72, 421203), +(72, 421204), +(72, 421205), +(72, 421206), +(72, 421207), +(72, 421208), +(72, 421209), +(72, 421210), +(72, 421211), +(72, 421212), +(72, 421213), +(72, 421214), +(72, 421215), +(72, 421216), +(72, 421217), +(72, 421218), +(72, 421219), +(72, 421220), +(72, 421221), +(72, 421222), +(72, 421223), +(72, 421224), +(72, 421225), +(72, 421226), +(72, 421227), +(72, 421228), +(72, 421229), +(72, 421230), +(72, 421231), +(72, 421232), +(72, 421233), +(72, 421234), +(72, 421235), +(72, 421236), +(72, 421237), +(72, 421238), +(72, 421239), +(72, 421240), +(72, 421241), +(72, 421242), +(72, 421243), +(72, 421244), +(72, 421245), +(72, 421246), +(72, 421247), +(72, 421248), +(72, 421249), +(72, 421250), +(72, 421251), +(72, 421252), +(72, 421253), +(72, 421254), +(72, 421255), +(72, 421256), +(72, 421257), +(72, 421258), +(72, 421259), +(72, 421260), +(72, 421261), +(72, 421262), +(72, 421263), +(72, 421264), +(72, 421265), +(72, 421266), +(72, 421267), +(72, 421268), +(72, 421269), +(72, 421270), +(72, 421271), +(72, 421272), +(72, 421273), +(72, 421274), +(72, 421275), +(72, 421276), +(72, 421277), +(72, 421278), +(72, 421279), +(72, 421280), +(72, 421281), +(72, 421282), +(72, 421283), +(72, 421284), +(72, 421285), +(72, 421286), +(72, 421287), +(72, 421288), +(72, 421289), +(72, 421290), +(72, 421291), +(72, 421292), +(72, 421293), +(72, 421294), +(72, 421295), +(72, 421296), +(72, 421297), +(72, 421298), +(72, 421299), +(72, 421300), +(72, 421301), +(72, 421302), +(72, 421303), +(72, 421304), +(72, 421305), +(72, 421306), +(72, 421307), +(72, 421308), +(72, 421309), +(72, 421310), +(72, 421311), +(72, 421312), +(72, 421313), +(72, 421314), +(72, 421315), +(72, 421316), +(72, 421317), +(72, 421318), +(72, 421319), +(72, 421320), +(72, 421321), +(72, 421322), +(72, 421323), +(72, 421324), +(72, 421325), +(72, 421326), +(72, 421327), +(72, 421328), +(72, 421329), +(72, 421330), +(72, 421331), +(72, 421332), +(72, 421333), +(72, 421334), +(72, 421335), +(72, 421336), +(72, 421337), +(72, 421338), +(72, 421339), +(72, 421340), +(72, 421341), +(72, 421342), +(72, 421343), +(72, 421344), +(72, 421345), +(72, 421346), +(72, 421347), +(72, 421348), +(72, 421349), +(72, 421350), +(72, 421351), +(72, 421352), +(72, 421353), +(72, 421354), +(72, 421355), +(72, 421356), +(72, 421357), +(72, 421358), +(72, 421359), +(72, 421360), +(72, 421361), +(72, 421362), +(72, 421363), +(72, 421364), +(72, 421365), +(72, 421366), +(72, 421367), +(72, 421368), +(72, 421369), +(72, 421370), +(72, 421371), +(72, 421372), +(72, 421373), +(72, 421374), +(72, 421375), +(72, 421376), +(72, 421377), +(72, 421378), +(72, 421379), +(72, 421380), +(72, 421381), +(72, 421382), +(72, 421383), +(72, 421384), +(72, 421385), +(72, 421386), +(72, 421387), +(72, 421388), +(72, 421389), +(72, 421390), +(72, 421391), +(72, 421392), +(72, 421393), +(72, 421394), +(72, 421395), +(72, 421396), +(72, 421397), +(72, 421398), +(72, 421399), +(72, 421400), +(72, 421401), +(72, 421402), +(72, 421403), +(72, 421404), +(72, 421405), +(72, 421406), +(72, 421407), +(72, 421408), +(72, 421409), +(72, 421410), +(72, 421411), +(72, 421412), +(72, 421413), +(72, 421414), +(72, 421415), +(72, 421416), +(72, 421417), +(72, 421418), +(72, 421419), +(72, 421420), +(72, 421421), +(72, 421422), +(72, 421423), +(72, 421424), +(72, 421425), +(72, 421426), +(72, 421427), +(72, 421428), +(72, 421429), +(72, 421430), +(72, 421431), +(72, 421432), +(72, 421433), +(72, 421434), +(72, 421435), +(72, 421436), +(72, 421437), +(72, 421438), +(72, 421439), +(72, 421440), +(72, 421441), +(72, 421442), +(72, 421443), +(72, 421444), +(72, 421445), +(72, 421446), +(72, 421447), +(72, 421448), +(72, 421449), +(72, 421450), +(72, 421451), +(72, 421452), +(72, 421453), +(72, 421454), +(72, 421455), +(72, 421456), +(72, 421457), +(72, 421458), +(72, 421459), +(72, 421460), +(72, 421461), +(72, 421462), +(72, 421463), +(72, 421464), +(72, 421465), +(72, 421466), +(72, 421467), +(72, 421468), +(72, 421469), +(72, 421470), +(72, 421471), +(72, 421472), +(72, 421473), +(72, 421474), +(72, 421475), +(72, 421476), +(72, 421477), +(72, 421478), +(72, 421479), +(72, 421480), +(72, 421481), +(72, 421482), +(72, 421483), +(72, 421484), +(72, 421485), +(72, 421486), +(72, 421487), +(72, 421488), +(72, 421489), +(72, 421490), +(72, 421491), +(72, 421492), +(72, 421493), +(72, 421494), +(72, 421495), +(72, 421496), +(72, 421497), +(72, 421498), +(72, 421499), +(72, 421500), +(72, 421501), +(72, 421502), +(72, 421503), +(72, 421504), +(72, 421505), +(72, 421506), +(72, 421507), +(72, 421508), +(72, 421509), +(72, 421510), +(72, 421511), +(72, 421512), +(72, 421513), +(72, 421514), +(72, 421515), +(72, 421516), +(72, 421517), +(72, 421518), +(72, 421519), +(72, 421520), +(72, 421521), +(72, 421522), +(72, 421523), +(72, 421524), +(72, 421525), +(72, 421526), +(72, 421527), +(72, 421528), +(72, 421529), +(72, 421530), +(72, 421531), +(72, 421532), +(72, 421533), +(72, 421534), +(72, 421535), +(72, 421536), +(72, 421537), +(72, 421538), +(72, 421539), +(72, 421540), +(72, 421541), +(72, 421542), +(72, 421543), +(72, 421544), +(72, 421545), +(72, 421546), +(72, 421547), +(72, 421548), +(72, 421549), +(72, 421550), +(72, 421551), +(72, 421552), +(72, 421553), +(72, 421554), +(72, 421555), +(72, 421556), +(72, 421557), +(72, 421558), +(72, 421559), +(72, 421560), +(72, 421561), +(72, 421562), +(72, 421563), +(72, 421564), +(72, 421565), +(72, 421566), +(72, 421567), +(72, 421568), +(72, 421569), +(72, 421570), +(72, 421571), +(72, 421572), +(72, 421573), +(72, 421574), +(72, 421575), +(72, 421576), +(72, 421577), +(72, 421578), +(72, 421579), +(72, 421580), +(72, 421581), +(72, 421582), +(72, 421583), +(72, 421584), +(72, 421585), +(72, 421586), +(72, 421587), +(72, 421588), +(72, 421589), +(72, 421590), +(72, 421591), +(72, 421592), +(72, 421593), +(72, 421594), +(72, 421595), +(72, 421596), +(72, 421597), +(72, 421598), +(72, 421599), +(72, 421600), +(72, 421601), +(72, 421602), +(72, 421603), +(72, 421604), +(72, 421605), +(72, 421606), +(72, 421607), +(72, 421608), +(72, 421609), +(72, 421610), +(72, 421611), +(72, 421612), +(72, 421613), +(72, 421614), +(72, 421615), +(72, 421616), +(72, 421617), +(72, 421618), +(72, 421619), +(72, 421620), +(72, 421621), +(72, 421622), +(72, 421623), +(72, 421624), +(72, 421625); + +-- gameobject 'Firework, Show, Type%' +-- remove any existing spawns in relevant areas +DELETE FROM `gameobject` WHERE (`id` IN (180728)) +AND (`guid` IN (825)); + +-- SmartAI +-- firework animation is beeing triggered on despawn +UPDATE `gameobject_template` SET `AIName` = 'SmartGameObjectAI' WHERE (`entry` IN (180703, 180704, 180707, 180708, 180720, 180721, 180722, 180723, 180724, 180725, 180726, 180727, 180728, 180729, 180730, 180731, 180733, 180736, 180737, 180738, 180739, 180740, 180741)); + +DELETE FROM `smart_scripts` WHERE (`source_type` = 1 AND `id` IN (0, 1) AND `entryorguid` IN (180703, 180704, 180707, 180708, 180720, 180721, 180722, 180723, 180724, 180725, 180726, 180727, 180728, 180729, 180730, 180731, 180733, 180736, 180737, 180738, 180739, 180740, 180741)); +INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(180703, 1, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 48, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Firework, Show, Type 1 Red - On Respawn - Set Active On'), +(180704, 1, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 48, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Firework, Show, Type 2 Red - On Respawn - Set Active On'), +(180707, 1, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 48, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Firework, Show, Type 1, Red BIG - On Respawn - Set Active On'), +(180708, 1, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 48, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Firework, Show, Type 2, Red BIG - On Respawn - Set Active On'), +(180720, 1, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 48, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Firework, Show, Type 1 Blue - On Respawn - Set Active On'), +(180721, 1, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 48, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Firework, Show, Type 2 Blue - On Respawn - Set Active On'), +(180722, 1, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 48, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Firework, Show, Type 1 Blue BIG - On Respawn - Set Active On'), +(180723, 1, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 48, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Firework, Show, Type 2 Blue BIG - On Respawn - Set Active On'), +(180724, 1, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 48, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Firework, Show, Type 1 Green - On Respawn - Set Active On'), +(180725, 1, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 48, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Firework, Show, Type 2 Green BIG - On Respawn - Set Active On'), +(180726, 1, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 48, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Firework, Show, Type 1 Green BIG - On Respawn - Set Active On'), +(180727, 1, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 48, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Firework, Show, Type 2 Green - On Respawn - Set Active On'), +(180728, 1, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 48, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Firework, Show, Type 1 White - On Respawn - Set Active On'), +(180729, 1, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 48, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Firework, Show, Type 1 White BIG - On Respawn - Set Active On'), +(180730, 1, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 48, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Firework, Show, Type 2 White - On Respawn - Set Active On'), +(180731, 1, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 48, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Firework, Show, Type 2 White BIG - On Respawn - Set Active On'), +(180733, 1, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 48, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Firework, Show, Type 2 Purple BIG - On Respawn - Set Active On'), +(180736, 1, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 48, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Firework, Show, Type 1 Yellow - On Respawn - Set Active On'), +(180737, 1, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 48, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Firework, Show, Type 1 Yellow BIG - On Respawn - Set Active On'), +(180738, 1, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 48, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Firework, Show, Type 2 Yellow - On Respawn - Set Active On'), +(180739, 1, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 48, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Firework, Show, Type 2 Yellow BIG - On Respawn - Set Active On'), +(180740, 1, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 48, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Firework, Show, Type 2 Purple - On Respawn - Set Active On'), +(180741, 1, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 48, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Firework, Show, Type 1 Purple BIG - On Respawn - Set Active On'), +(180703, 1, 1, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 420, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Firework, Show, Type 1 Red - On Respawn - Despawn In 420 ms'), +(180704, 1, 1, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 420, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Firework, Show, Type 2 Red - On Respawn - Despawn In 420 ms'), +(180707, 1, 1, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 420, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Firework, Show, Type 1, Red BIG - On Respawn - Despawn In 420 ms'), +(180708, 1, 1, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 420, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Firework, Show, Type 2, Red BIG - On Respawn - Despawn In 420 ms'), +(180720, 1, 1, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 420, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Firework, Show, Type 1 Blue - On Respawn - Despawn In 420 ms'), +(180721, 1, 1, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 420, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Firework, Show, Type 2 Blue - On Respawn - Despawn In 420 ms'), +(180722, 1, 1, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 420, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Firework, Show, Type 1 Blue BIG - On Respawn - Despawn In 420 ms'), +(180723, 1, 1, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 420, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Firework, Show, Type 2 Blue BIG - On Respawn - Despawn In 420 ms'), +(180724, 1, 1, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 420, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Firework, Show, Type 1 Green - On Respawn - Despawn In 420 ms'), +(180725, 1, 1, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 420, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Firework, Show, Type 2 Green BIG - On Respawn - Despawn In 420 ms'), +(180726, 1, 1, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 420, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Firework, Show, Type 1 Green BIG - On Respawn - Despawn In 420 ms'), +(180727, 1, 1, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 420, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Firework, Show, Type 2 Green - On Respawn - Despawn In 420 ms'), +(180728, 1, 1, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 420, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Firework, Show, Type 1 White - On Respawn - Despawn In 420 ms'), +(180729, 1, 1, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 420, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Firework, Show, Type 1 White BIG - On Respawn - Despawn In 420 ms'), +(180730, 1, 1, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 420, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Firework, Show, Type 2 White - On Respawn - Despawn In 420 ms'), +(180731, 1, 1, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 420, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Firework, Show, Type 2 White BIG - On Respawn - Despawn In 420 ms'), +(180733, 1, 1, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 420, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Firework, Show, Type 2 Purple BIG - On Respawn - Despawn In 420 ms'), +(180736, 1, 1, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 420, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Firework, Show, Type 1 Yellow - On Respawn - Despawn In 420 ms'), +(180737, 1, 1, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 420, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Firework, Show, Type 1 Yellow BIG - On Respawn - Despawn In 420 ms'), +(180738, 1, 1, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 420, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Firework, Show, Type 2 Yellow - On Respawn - Despawn In 420 ms'), +(180739, 1, 1, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 420, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Firework, Show, Type 2 Yellow BIG - On Respawn - Despawn In 420 ms'), +(180740, 1, 1, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 420, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Firework, Show, Type 2 Purple - On Respawn - Despawn In 420 ms'), +(180741, 1, 1, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 41, 420, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Firework, Show, Type 1 Purple BIG - On Respawn - Despawn In 420 ms'); + +-- TODO: maybe add conditions to these SmartAI entries (?) +-- to only enable them if specific world events are active + +-- firework controller +-- Update gameobject 180749 'Cheer Speaker' with sniffed values +-- new spawns +DELETE FROM `gameobject` WHERE (`id` IN (180749)) +AND (`guid` BETWEEN 64629 AND 64670); +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`, `Comment`) VALUES +(64629, 180749, 0, 0, 0, 1, 1, -14306.806640625, 508.3443603515625, 8.637923240661621093, 2.530723094940185546, 0, 0, 0.953716278076171875, 0.300707906484603881, 120, 255, 1, "", 50250, NULL), +-- Booty Bay firework controller +(64630, 180749, 0, 0, 0, 1, (@PHASEMASK_GOBLETS + @PHASEMASK_NORMAL), -14370.990234375, 420.312408447265625, 16.51293373107910156, 4.398232460021972656, 0, 0, -0.80901622772216796, 0.587786316871643066, 120, 255, 1, 'go_firework_show', 50250, NULL), +(64631, 180749, 0, 0, 0, 1, 1, -14420.3798828125, 519.2008056640625, 5.00311899185180664, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, "", 50250, NULL), +(64632, 180749, 0, 0, 0, 1, 1, -14465.173828125, 457.37994384765625, 15.16446590423583984, 4.712389945983886718, 0, 0, -0.70710659027099609, 0.707106947898864746, 120, 255, 1, "", 50250, NULL), +(64633, 180749, 0, 0, 0, 1, 1, -5058.33056640625, -817.1014404296875, 495.519683837890625, 5.84685373306274414, 0, 0, -0.21643924713134765, 0.976296067237854003, 120, 255, 1, "", 50250, NULL), +-- Ironforge firework controller +(64634, 180749, 0, 0, 0, 1, (@PHASEMASK_GOBLETS + @PHASEMASK_NORMAL), -5079.015625, -738.837646484375, 473.542877197265625, 3.892086982727050781, 0, 0, -0.93041706085205078, 0.366502493619918823, 120, 255, 1, 'go_firework_show', 50250, NULL), +(64635, 180749, 0, 0, 0, 1, 1, -5135.45947265625, -841.8602294921875, 507.6124267578125, 5.340708732604980468, 0, 0, -0.45398998260498046, 0.891006767749786376, 120, 255, 1, "", 50250, NULL), +(64636, 180749, 0, 0, 0, 1, 1, -5168.6005859375, -874.18218994140625, 507.099822998046875, 5.445427894592285156, 0, 0, -0.40673637390136718, 0.913545548915863037, 120, 255, 1, "", 50250, NULL), +(64637, 180749, 0, 0, 0, 1, 1, -8862.0810546875, 653.89837646484375, 96.19956207275390625, 5.340708732604980468, 0, 0, -0.45398998260498046, 0.891006767749786376, 120, 255, 1, "", 50250, NULL), +(64638, 180749, 0, 0, 0, 1, 1, -8862.220703125, 583.09814453125, 93.54656982421875, 5.445427894592285156, 0, 0, -0.40673637390136718, 0.913545548915863037, 120, 255, 1, "", 50250, NULL), +(64639, 180749, 0, 0, 0, 1, 1, -8983.3876953125, 552.92156982421875, 93.85144805908203125, 5.84685373306274414, 0, 0, -0.21643924713134765, 0.976296067237854003, 120, 255, 1, "", 50250, NULL), +-- Stormwind firework controller +(64640, 180749, 0, 0, 0, 1, (@PHASEMASK_GOBLETS + @PHASEMASK_NORMAL), -9044.0791015625, 412.5068359375, 120.3820571899414062, 3.892086982727050781, 0, 0, -0.93041706085205078, 0.366502493619918823, 120, 255, 1, 'go_firework_show', 50250, NULL), +-- Undercity firework controller +(64641, 180749, 0, 0, 0, 1, (@PHASEMASK_GOBLETS + @PHASEMASK_NORMAL), 1786.145263671875, 208.046142578125, 59.81122589111328125, 5.218535900115966796, 0, 0, -0.507537841796875, 0.861629426479339599, 120, 255, 1, 'go_firework_show', 50250, NULL), +(64642, 180749, 0, 0, 0, 1, 1, 1831.1959228515625, 270.55999755859375, 59.91177749633789062, 5.183629035949707031, 0, 0, -0.52249813079833984, 0.852640450000762939, 120, 255, 1, "", 50250, NULL), +(64643, 180749, 0, 0, 0, 1, 1, 1897.2823486328125, 225.291961669921875, 55.46831893920898437, 2.914689540863037109, 0, 0, 0.993571281433105468, 0.113208353519439697, 120, 255, 1, "", 50250, NULL), +(64644, 180749, 0, 0, 0, 1, 1, 1932.8487548828125, 256.63525390625, 46.37667465209960937, 2.408554315567016601, 0, 0, 0.933580398559570312, 0.358368009328842163, 120, 255, 1, "", 50250, NULL), +-- Thunder Bluff firework controller +(64645, 180749, 1, 0, 0, 1, (@PHASEMASK_GOBLETS + @PHASEMASK_NORMAL), -1085.6302490234375, -43.5678176879882812, 141.4417266845703125, 2.408554315567016601, 0, 0, 0.933580398559570312, 0.358368009328842163, 120, 255, 1, 'go_firework_show', 50250, NULL), +(64646, 180749, 1, 0, 0, 1, 1, -1096.490478515625, 104.1393966674804687, 141.7213897705078125, 2.914689540863037109, 0, 0, 0.993571281433105468, 0.113208353519439697, 120, 255, 1, "", 50250, NULL), +(64647, 180749, 1, 0, 0, 1, 1, 1266.911865234375, -4402.419921875, 26.21174240112304687, 5.445427894592285156, 0, 0, -0.40673637390136718, 0.913545548915863037, 120, 255, 1, "", 50250, NULL), +(64648, 180749, 1, 0, 0, 1, 1, 1327.6553955078125, -4380.6328125, 26.21982192993164062, 5.84685373306274414, 0, 0, -0.21643924713134765, 0.976296067237854003, 120, 255, 1, "", 50250, NULL), +(64649, 180749, 1, 0, 0, 1, 1, 1436.892333984375, -4422.56591796875, 25.46231842041015625, 5.340708732604980468, 0, 0, -0.45398998260498046, 0.891006767749786376, 120, 255, 1, "", 50250, NULL), +-- Orgrimmar firework controller +(64650, 180749, 1, 0, 0, 1, (@PHASEMASK_GOBLETS + @PHASEMASK_NORMAL), 1503.4930419921875, -4409.12841796875, 22.17601585388183593, 3.892086982727050781, 0, 0, -0.93041706085205078, 0.366502493619918823, 120, 255, 1, 'go_firework_show', 50250, NULL), +-- Teldrassil firework controller +(64651, 180749, 1, 0, 0, 1, (@PHASEMASK_GOBLETS + @PHASEMASK_NORMAL), 8590.171875, 1013.60662841796875, 5.256284236907958984, 5.445427894592285156, 0, 0, -0.40673637390136718, 0.913545548915863037, 120, 255, 1, 'go_firework_show', 50250, NULL), +(64652, 180749, 1, 0, 0, 1, 1, 8648.0908203125, 860.58477783203125, 22.3046112060546875, 5.84685373306274414, 0, 0, -0.21643924713134765, 0.976296067237854003, 120, 255, 1, "", 50250, NULL), +(64653, 180749, 1, 0, 0, 1, 1, 8698.9267578125, 1020.2457275390625, 7.412854194641113281, 5.340708732604980468, 0, 0, -0.45398998260498046, 0.891006767749786376, 120, 255, 1, "", 50250, NULL), +(64654, 180749, 1, 0, 0, 1, 1, 8734.9931640625, 942.001953125, 19.6652069091796875, 3.892086982727050781, 0, 0, -0.93041706085205078, 0.366502493619918823, 120, 255, 1, "", 50250, NULL), +(64655, 180749, 530, 0, 0, 1, 1, -1683.687744140625, 5706.9892578125, 130.096923828125, 1.099556446075439453, 0, 0, 0.522498130798339843, 0.852640450000762939, 120, 255, 1, "", 50250, NULL), +(64656, 180749, 530, 0, 0, 1, 1, -1750.5206298828125, 5770.13037109375, 143.643218994140625, 5.89921426773071289, 0, 0, -0.19080829620361328, 0.981627285480499267, 120, 255, 1, "", 50250, NULL), +(64657, 180749, 530, 0, 0, 1, 1, -1788.658203125, 5655.49462890625, 129.699188232421875, 2.460912704467773437, 0, 0, 0.942641258239746093, 0.333807557821273803, 120, 255, 1, "", 50250, NULL), +(64658, 180749, 530, 0, 0, 1, 1, -1883.2684326171875, 5749.83251953125, 129.557861328125, 3.45575571060180664, 0, 0, -0.98768806457519531, 0.156436234712600708, 120, 255, 1, "", 50250, NULL), +(64659, 180749, 530, 0, 0, 1, 1, -2045.1649169921875, 5626.794921875, 47.45357513427734375, 2.530723094940185546, 0, 0, 0.953716278076171875, 0.300707906484603881, 120, 255, 1, "", 50250, NULL), +-- Shattrath firework controller +(64660, 180749, 530, 0, 0, 1, (@PHASEMASK_GOBLETS + @PHASEMASK_NORMAL), -2083.080810546875, 5568.916015625, 49.39967727661132812, 4.398232460021972656, 0, 0, -0.80901622772216796, 0.587786316871643066, 120, 255, 1, 'go_firework_show', 50250, NULL), +(64661, 180749, 530, 0, 0, 1, 1, -2123.16455078125, 5482.98779296875, 51.26688766479492187, 4.712389945983886718, 0, 0, -0.70710659027099609, 0.707106947898864746, 120, 255, 1, "", 50250, NULL), +(64662, 180749, 530, 0, 0, 1, 1, -2164.48486328125, 5405.77783203125, 50.22790908813476562, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, "", 50250, NULL), +(64663, 180749, 530, 0, 0, 1, 1, -3966.1416015625, -11945.2666015625, -1.62189102172851562, 5.340708732604980468, 0, 0, -0.45398998260498046, 0.891006767749786376, 120, 255, 1, "", 50250, NULL), +-- Exodar firework controller +(64664, 180749, 530, 0, 0, 1, (@PHASEMASK_GOBLETS + @PHASEMASK_NORMAL), -4002.936279296875, -11879.85546875, -0.79361802339553833, 3.892086982727050781, 0, 0, -0.93041706085205078, 0.366502493619918823, 120, 255, 1, 'go_firework_show', 50250, NULL), +(64665, 180749, 530, 0, 0, 1, 1, -4054.23046875, -11952.8828125, 0.597575008869171142, 5.445427894592285156, 0, 0, -0.40673637390136718, 0.913545548915863037, 120, 255, 1, "", 50250, NULL), +(64666, 180749, 530, 0, 0, 1, 1, -4064.481689453125, -11883.771484375, -1.25172901153564453, 5.84685373306274414, 0, 0, -0.21643924713134765, 0.976296067237854003, 120, 255, 1, "", 50250, NULL), +(64667, 180749, 530, 0, 0, 1, 1, 9303.1318359375, -7282.2099609375, 14.98293399810791015, 5.340708732604980468, 0, 0, -0.45398998260498046, 0.891006767749786376, 120, 255, 1, "", 50250, NULL), +(64668, 180749, 530, 0, 0, 1, 1, 9344.26953125, -7232.6142578125, 12.68849658966064453, 5.445427894592285156, 0, 0, -0.40673637390136718, 0.913545548915863037, 120, 255, 1, "", 50250, NULL), +(64669, 180749, 530, 0, 0, 1, 1, 9347.4306640625, -7311.3662109375, 14.8472604751586914, 3.892086982727050781, 0, 0, -0.93041706085205078, 0.366502493619918823, 120, 255, 1, "", 50250, NULL), +-- Silvermoon firework controller +(64670, 180749, 530, 0, 0, 1, (@PHASEMASK_GOBLETS + @PHASEMASK_NORMAL), 9389.193359375, -7278.4384765625, 14.24046039581298828, 5.84685373306274414, 0, 0, -0.21643924713134765, 0.976296067237854003, 120, 255, 1, 'go_firework_show', 50250, NULL); + +DELETE FROM `game_event_gameobject` WHERE (`eventEntry` = 72) +AND (`guid` BETWEEN 64629 AND 64670); +INSERT INTO `game_event_gameobject` (`eventEntry`,`guid`) VALUES +(72, 64629), +(72, 64630), +(72, 64631), +(72, 64632), +(72, 64633), +(72, 64634), +(72, 64635), +(72, 64636), +(72, 64637), +(72, 64638), +(72, 64639), +(72, 64640), +(72, 64641), +(72, 64642), +(72, 64643), +(72, 64644), +(72, 64645), +(72, 64646), +(72, 64647), +(72, 64648), +(72, 64649), +(72, 64650), +(72, 64651), +(72, 64652), +(72, 64653), +(72, 64654), +(72, 64655), +(72, 64656), +(72, 64657), +(72, 64658), +(72, 64659), +(72, 64660), +(72, 64661), +(72, 64662), +(72, 64663), +(72, 64664), +(72, 64665), +(72, 64666), +(72, 64667), +(72, 64668), +(72, 64669), +(72, 64670); + +-- vendors +DELETE FROM `creature` WHERE (`id1` IN (5569, 8116, 8117, 8118, 8121, 8122)) +AND (`guid` BETWEEN 12523 AND 12528); +INSERT INTO `creature` (`guid`, `id1`, `map`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES +-- Fizzlebang Booms +(12523, 5569, 0, 1, 1, 0, -4850.69775390625, -1295.2379150390625, 501.951171875, 1.396263360977172851, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +-- Ziggle Sparks +(12524, 8116, 0, 1, 1, 0, -14472.853515625, 458.61517333984375, 37.13787078857421875, 1.762782573699951171, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +-- Wizbang Booms +(12525, 8117, 0, 1, 1, 0, -4896.26708984375, -962.62823486328125, 501.53125, 2.722713708877563476, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +-- Lillian Singh +(12526, 8118, 0, 1, 1, 1, -8807.99, 639.385, 94.2291, 3.81468, 300, 0, 0, 0, 0, 0, "", NULL, 1, NULL), +-- Jaxxil Sparks +(12527, 8121, 1, 1, 1, 0, -1052.948974609375, -3639.453369140625, 23.9609375, 5.323254108428955078, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +-- Kizzak Sparks +(12528, 8122, 1, 1, 1, 0, 2018.953125, -4729.00341796875, 26.100921630859375, 1.93731546401977539, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL); + +DELETE FROM `game_event_creature` WHERE (`eventEntry` = 72) +AND (`guid` BETWEEN 12523 AND 12528); +INSERT INTO `game_event_creature` VALUES +(72, 12523), +(72, 12524), +(72, 12525), +(72, 12526), +(72, 12527), +(72, 12528); + +DELETE FROM `npc_vendor` WHERE (`entry` IN (5569, 8116, 8117, 8118, 8121, 8122)); +INSERT INTO `npc_vendor` (`entry`, `slot`, `item`, `maxcount`, `incrtime`, `ExtendedCost`, `VerifiedBuild`) VALUES +-- Fizzlebang Booms +(5569, 0, 5740, 0, 0, 0, 0), -- Red Fireworks Rocket +(5569, 0, 8624, 0, 0, 0, 0), -- Red Sparkler +(5569, 0, 8625, 0, 0, 0, 0), -- White Sparkler +(5569, 0, 8626, 0, 0, 0, 0), -- Blue Sparkler +(5569, 0, 9312, 0, 0, 0, 0), -- Blue Firework +(5569, 0, 9313, 0, 0, 0, 0), -- Green Firework +(5569, 0, 9314, 0, 0, 0, 0), -- Red Streaks Firework +(5569, 0, 9315, 0, 0, 0, 0), -- Yellow Rose Firework +(5569, 0, 9317, 0, 0, 0, 0), -- Red, White and Blue Firework +(5569, 0, 9318, 0, 0, 0, 0), -- Red Firework +(5569, 0, 34850, 0, 0, 0, 0), -- Midsummer Ground Flower +-- Ziggle Sparks +(8116, 0, 5740, 0, 0, 0, 0), -- Red Fireworks Rocket +(8116, 0, 8624, 0, 0, 0, 0), -- Red Sparkler +(8116, 0, 8625, 0, 0, 0, 0), -- White Sparkler +(8116, 0, 8626, 0, 0, 0, 0), -- Blue Sparkler +(8116, 0, 9312, 0, 0, 0, 0), -- Blue Firework +(8116, 0, 9313, 0, 0, 0, 0), -- Green Firework +(8116, 0, 9314, 0, 0, 0, 0), -- Red Streaks Firework +(8116, 0, 9315, 0, 0, 0, 0), -- Yellow Rose Firework +(8116, 0, 9317, 0, 0, 0, 0), -- Red, White and Blue Firework +(8116, 0, 9318, 0, 0, 0, 0), -- Red Firework +(8116, 0, 34850, 0, 0, 0, 0), -- Midsummer Ground Flower +-- Wizbang Booms +(8117, 0, 5740, 0, 0, 0, 0), -- Red Fireworks Rocket +(8117, 0, 8624, 0, 0, 0, 0), -- Red Sparkler +(8117, 0, 8625, 0, 0, 0, 0), -- White Sparkler +(8117, 0, 8626, 0, 0, 0, 0), -- Blue Sparkler +(8117, 0, 9312, 0, 0, 0, 0), -- Blue Firework +(8117, 0, 9313, 0, 0, 0, 0), -- Green Firework +(8117, 0, 9314, 0, 0, 0, 0), -- Red Streaks Firework +(8117, 0, 9315, 0, 0, 0, 0), -- Yellow Rose Firework +(8117, 0, 9317, 0, 0, 0, 0), -- Red, White and Blue Firework +(8117, 0, 9318, 0, 0, 0, 0), -- Red Firework +(8117, 0, 34850, 0, 0, 0, 0), -- Midsummer Ground Flower +-- Lillian Singh +(8118, 0, 5740, 0, 0, 0, 0), -- Red Fireworks Rocket +(8118, 0, 8624, 0, 0, 0, 0), -- Red Sparkler +(8118, 0, 8625, 0, 0, 0, 0), -- White Sparkler +(8118, 0, 8626, 0, 0, 0, 0), -- Blue Sparkler +(8118, 0, 9312, 0, 0, 0, 0), -- Blue Firework +(8118, 0, 9313, 0, 0, 0, 0), -- Green Firework +(8118, 0, 9314, 0, 0, 0, 0), -- Red Streaks Firework +(8118, 0, 9315, 0, 0, 0, 0), -- Yellow Rose Firework +(8118, 0, 9317, 0, 0, 0, 0), -- Red, White and Blue Firework +(8118, 0, 9318, 0, 0, 0, 0), -- Red Firework +(8118, 0, 34850, 0, 0, 0, 0), -- Midsummer Ground Flower +-- Jaxxil Sparks +(8121, 0, 5740, 0, 0, 0, 0), -- Red Fireworks Rocket +(8121, 0, 8624, 0, 0, 0, 0), -- Red Sparkler +(8121, 0, 8625, 0, 0, 0, 0), -- White Sparkler +(8121, 0, 8626, 0, 0, 0, 0), -- Blue Sparkler +(8121, 0, 9312, 0, 0, 0, 0), -- Blue Firework +(8121, 0, 9313, 0, 0, 0, 0), -- Green Firework +(8121, 0, 9314, 0, 0, 0, 0), -- Red Streaks Firework +(8121, 0, 9315, 0, 0, 0, 0), -- Yellow Rose Firework +(8121, 0, 9317, 0, 0, 0, 0), -- Red, White and Blue Firework +(8121, 0, 9318, 0, 0, 0, 0), -- Red Firework +(8121, 0, 34850, 0, 0, 0, 0), -- Midsummer Ground Flower +-- Kizzak Sparks +(8122, 0, 5740, 0, 0, 0, 0), -- Red Fireworks Rocket +(8122, 0, 8624, 0, 0, 0, 0), -- Red Sparkler +(8122, 0, 8625, 0, 0, 0, 0), -- White Sparkler +(8122, 0, 8626, 0, 0, 0, 0), -- Blue Sparkler +(8122, 0, 9312, 0, 0, 0, 0), -- Blue Firework +(8122, 0, 9313, 0, 0, 0, 0), -- Green Firework +(8122, 0, 9314, 0, 0, 0, 0), -- Red Streaks Firework +(8122, 0, 9315, 0, 0, 0, 0), -- Yellow Rose Firework +(8122, 0, 9317, 0, 0, 0, 0), -- Red, White and Blue Firework +(8122, 0, 9318, 0, 0, 0, 0), -- Red Firework +(8122, 0, 34850, 0, 0, 0, 0); -- Midsummer Ground Flower + +-- 'Fireworks Revelers' SAI +SET @REVELER_STORMWIND := 15694; +SET @REVELER_THUNDER_BLUFF := 15719; +SET @REVELER_BOOTY_BAY := 15723; +SET @REVELER_DARNASSUS := 15905; +SET @REVELER_IRONFORGE := 15906; +SET @REVELER_UNDERCITY := 15907; +SET @REVELER_ORGRIMMAR := 15908; +SET @REVELER_SCRYER := 23023; +SET @REVELER_ALDOR := 23024; +SET @REVELER_DRAENEI := 23039; +SET @REVELER_BLOOD_ELF := 23045; +SET @DRUNKEN_BRUISER := 15724; + +SET @GEVENT := 72; +SET @SAIOFFSET := 100; + +UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN (@REVELER_STORMWIND, @REVELER_THUNDER_BLUFF, @REVELER_BOOTY_BAY, @REVELER_DARNASSUS, @REVELER_IRONFORGE, @REVELER_UNDERCITY, @REVELER_ORGRIMMAR, @REVELER_SCRYER, @REVELER_ALDOR, @REVELER_DRAENEI, @REVELER_BLOOD_ELF); + +DELETE FROM `smart_scripts` WHERE (`source_type` = 0 AND `entryorguid` IN (@REVELER_STORMWIND, @REVELER_THUNDER_BLUFF, @REVELER_BOOTY_BAY, @REVELER_DARNASSUS, @REVELER_IRONFORGE, @REVELER_UNDERCITY, @REVELER_ORGRIMMAR, @REVELER_SCRYER, @REVELER_ALDOR, @REVELER_DRAENEI, @REVELER_BLOOD_ELF)); +INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(@REVELER_STORMWIND , 0, @SAIOFFSET , 0, 1, 0, 100, 0, 0, 30000, 30000, 35000, 0, 0, 10, 1, 4, 11, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Stormwind Reveler - Out of Combat - Play Random Emote (1, 4, 11)'), +(@REVELER_THUNDER_BLUFF, 0, @SAIOFFSET , 0, 1, 0, 100, 0, 0, 30000, 30000, 35000, 0, 0, 10, 1, 4, 11, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Thunder Bluff Reveler - Out of Combat - Play Random Emote (1, 4, 11)'), +(@REVELER_BOOTY_BAY , 0, @SAIOFFSET , 0, 1, 0, 100, 0, 0, 30000, 30000, 35000, 0, 0, 10, 1, 4, 11, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Booty Bay Reveler - Out of Combat - Play Random Emote (1, 4, 11)'), +(@REVELER_DARNASSUS , 0, @SAIOFFSET , 0, 1, 0, 100, 0, 0, 30000, 30000, 35000, 0, 0, 10, 1, 4, 11, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Darnasus Reveler - Out of Combat - Play Random Emote (1, 4, 11)'), +(@REVELER_IRONFORGE , 0, @SAIOFFSET , 0, 1, 0, 100, 0, 0, 30000, 30000, 35000, 0, 0, 10, 1, 4, 11, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Ironforge Reveler - Out of Combat - Play Random Emote (1, 4, 11)'), +(@REVELER_UNDERCITY , 0, @SAIOFFSET , 0, 1, 0, 100, 0, 0, 30000, 30000, 35000, 0, 0, 10, 1, 4, 11, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Undercity Reveler - Out of Combat - Play Random Emote (1, 4, 11)'), +(@REVELER_ORGRIMMAR , 0, @SAIOFFSET , 0, 1, 0, 100, 0, 0, 30000, 30000, 35000, 0, 0, 10, 1, 4, 11, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Orgrimmar Reveler - Out of Combat - Play Random Emote (1, 4, 11)'), +(@REVELER_SCRYER , 0, @SAIOFFSET , 0, 1, 0, 100, 0, 0, 30000, 30000, 35000, 0, 0, 10, 1, 4, 11, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Scyrer Reveler - Out of Combat - Play Random Emote (1, 4, 11)'), +(@REVELER_ALDOR , 0, @SAIOFFSET , 0, 1, 0, 100, 0, 0, 30000, 30000, 35000, 0, 0, 10, 1, 4, 11, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Aldor Reveler - Out of Combat - Play Random Emote (1, 4, 11)'), +(@REVELER_DRAENEI , 0, @SAIOFFSET , 0, 1, 0, 100, 0, 0, 30000, 30000, 35000, 0, 0, 10, 1, 4, 11, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Draenei Reveler - Out of Combat - Play Random Emote (1, 4, 11)'), +(@REVELER_BLOOD_ELF , 0, @SAIOFFSET , 0, 1, 0, 100, 0, 0, 30000, 30000, 35000, 0, 0, 10, 1, 4, 11, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Blood Elf Reveler - Out of Combat - Play Random Emote (1, 4, 11)'), +(@REVELER_STORMWIND , 0, @SAIOFFSET+1, 0, 38, 0, 100, 0, 0, 1, 0, 0, 0, 0, 5, 4, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Stormwind Reveler - On Data Set 0 1 - Play Emote 4'), +(@REVELER_THUNDER_BLUFF, 0, @SAIOFFSET+1, 0, 38, 0, 100, 0, 0, 1, 0, 0, 0, 0, 5, 4, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Thunder Bluff Reveler - On Data Set 0 1 - Play Emote 4'), +(@REVELER_BOOTY_BAY , 0, @SAIOFFSET+1, 0, 38, 0, 100, 0, 0, 1, 0, 0, 0, 0, 5, 4, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Booty Bay Reveler - On Data Set 0 1 - Play Emote 4'), +(@REVELER_DARNASSUS , 0, @SAIOFFSET+1, 0, 38, 0, 100, 0, 0, 1, 0, 0, 0, 0, 5, 4, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Darnasus Reveler - On Data Set 0 1 - Play Emote 4'), +(@REVELER_IRONFORGE , 0, @SAIOFFSET+1, 0, 38, 0, 100, 0, 0, 1, 0, 0, 0, 0, 5, 4, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Ironforge Reveler - On Data Set 0 1 - Play Emote 4'), +(@REVELER_UNDERCITY , 0, @SAIOFFSET+1, 0, 38, 0, 100, 0, 0, 1, 0, 0, 0, 0, 5, 4, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Undercity Reveler - On Data Set 0 1 - Play Emote 4'), +(@REVELER_ORGRIMMAR , 0, @SAIOFFSET+1, 0, 38, 0, 100, 0, 0, 1, 0, 0, 0, 0, 5, 4, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Orgrimmar Reveler - On Data Set 0 1 - Play Emote 4'), +(@REVELER_SCRYER , 0, @SAIOFFSET+1, 0, 38, 0, 100, 0, 0, 1, 0, 0, 0, 0, 5, 4, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Scyrer Reveler - On Data Set 0 1 - Play Emote 4'), +(@REVELER_ALDOR , 0, @SAIOFFSET+1, 0, 38, 0, 100, 0, 0, 1, 0, 0, 0, 0, 5, 4, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Aldor Reveler - On Data Set 0 1 - Play Emote 4'), +(@REVELER_DRAENEI , 0, @SAIOFFSET+1, 0, 38, 0, 100, 0, 0, 1, 0, 0, 0, 0, 5, 4, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Booty Bay Reveler - On Data Set 0 1 - Play Emote 4'), +(@REVELER_BLOOD_ELF , 0, @SAIOFFSET+1, 0, 38, 0, 100, 0, 0, 1, 0, 0, 0, 0, 5, 4, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Blood Elf Reveler - On Data Set 0 1 - Play Emote 4'); + +DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 22) AND (`SourceGroup` BETWEEN @SAIOFFSET+1 AND @SAIOFFSET+2) AND (`SourceEntry` IN (@REVELER_STORMWIND, @REVELER_THUNDER_BLUFF, @REVELER_BOOTY_BAY, @REVELER_DARNASSUS, @REVELER_IRONFORGE, @REVELER_UNDERCITY, @REVELER_ORGRIMMAR, @REVELER_SCRYER, @REVELER_ALDOR, @REVELER_DRAENEI, @REVELER_BLOOD_ELF)) AND (`ConditionTypeOrReference` = 12) AND (`ConditionTarget` = 1) AND (`ConditionValue1` IN (@GEVENT)); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +-- Booty Bay Reveler +(22, @SAIOFFSET+1, @REVELER_STORMWIND , 0, 0, 12, 1, @GEVENT , 0, 0, 0, 0, 0, '', 'Stormwind Reveler - Fireworks Spectacular must be active'), +(22, @SAIOFFSET+1, @REVELER_THUNDER_BLUFF, 0, 0, 12, 1, @GEVENT , 0, 0, 0, 0, 0, '', 'Thunder Bluff Reveler - Fireworks Spectacular must be active'), +(22, @SAIOFFSET+1, @REVELER_BOOTY_BAY , 0, 0, 12, 1, @GEVENT , 0, 0, 0, 0, 0, '', 'Booty Bay Reveler - Fireworks Spectacular must be active'), +(22, @SAIOFFSET+1, @REVELER_DARNASSUS , 0, 0, 12, 1, @GEVENT , 0, 0, 0, 0, 0, '', 'Darnasus Reveler - Fireworks Spectacular must be active'), +(22, @SAIOFFSET+1, @REVELER_IRONFORGE , 0, 0, 12, 1, @GEVENT , 0, 0, 0, 0, 0, '', 'Ironforge Reveler - Fireworks Spectacular must be active'), +(22, @SAIOFFSET+1, @REVELER_UNDERCITY , 0, 0, 12, 1, @GEVENT , 0, 0, 0, 0, 0, '', 'Undercity Reveler - Fireworks Spectacular must be active'), +(22, @SAIOFFSET+1, @REVELER_ORGRIMMAR , 0, 0, 12, 1, @GEVENT , 0, 0, 0, 0, 0, '', 'Orgrimmar Reveler - Fireworks Spectacular must be active'), +(22, @SAIOFFSET+1, @REVELER_SCRYER , 0, 0, 12, 1, @GEVENT , 0, 0, 0, 0, 0, '', 'Scyrer Reveler - Fireworks Spectacular must be active'), +(22, @SAIOFFSET+1, @REVELER_ALDOR , 0, 0, 12, 1, @GEVENT , 0, 0, 0, 0, 0, '', 'Aldor Reveler - Fireworks Spectacular must be active'), +(22, @SAIOFFSET+1, @REVELER_DRAENEI , 0, 0, 12, 1, @GEVENT , 0, 0, 0, 0, 0, '', 'Booty Bay Reveler - Fireworks Spectacular must be active'), +(22, @SAIOFFSET+1, @REVELER_BLOOD_ELF , 0, 0, 12, 1, @GEVENT , 0, 0, 0, 0, 0, '', 'Blood Elf Reveler - Fireworks Spectacular must be active'), +(22, @SAIOFFSET+2, @REVELER_STORMWIND , 0, 0, 12, 1, @GEVENT , 0, 0, 0, 0, 0, '', 'Stormwind Reveler - Fireworks Spectacular must be active'), +(22, @SAIOFFSET+2, @REVELER_THUNDER_BLUFF, 0, 0, 12, 1, @GEVENT , 0, 0, 0, 0, 0, '', 'Thunder Bluff Reveler - Fireworks Spectacular must be active'), +(22, @SAIOFFSET+2, @REVELER_BOOTY_BAY , 0, 0, 12, 1, @GEVENT , 0, 0, 0, 0, 0, '', 'Booty Bay Reveler - Fireworks Spectacular must be active'), +(22, @SAIOFFSET+2, @REVELER_DARNASSUS , 0, 0, 12, 1, @GEVENT , 0, 0, 0, 0, 0, '', 'Darnasus Reveler - Fireworks Spectacular must be active'), +(22, @SAIOFFSET+2, @REVELER_IRONFORGE , 0, 0, 12, 1, @GEVENT , 0, 0, 0, 0, 0, '', 'Ironforge Reveler - Fireworks Spectacular must be active'), +(22, @SAIOFFSET+2, @REVELER_UNDERCITY , 0, 0, 12, 1, @GEVENT , 0, 0, 0, 0, 0, '', 'Undercity Reveler - Fireworks Spectacular must be active'), +(22, @SAIOFFSET+2, @REVELER_ORGRIMMAR , 0, 0, 12, 1, @GEVENT , 0, 0, 0, 0, 0, '', 'Orgrimmar Reveler - Fireworks Spectacular must be active'), +(22, @SAIOFFSET+2, @REVELER_SCRYER , 0, 0, 12, 1, @GEVENT , 0, 0, 0, 0, 0, '', 'Scyrer Reveler - Fireworks Spectacular must be active'), +(22, @SAIOFFSET+2, @REVELER_ALDOR , 0, 0, 12, 1, @GEVENT , 0, 0, 0, 0, 0, '', 'Aldor Reveler - Fireworks Spectacular must be active'), +(22, @SAIOFFSET+2, @REVELER_DRAENEI , 0, 0, 12, 1, @GEVENT , 0, 0, 0, 0, 0, '', 'Booty Bay Reveler - Fireworks Spectacular must be active'), +(22, @SAIOFFSET+2, @REVELER_BLOOD_ELF , 0, 0, 12, 1, @GEVENT , 0, 0, 0, 0, 0, '', 'Blood Elf Reveler - Fireworks Spectacular must be active'); + +-- Update creature 'Fireworks Revelers' with sniffed values +-- new spawns +DELETE FROM `creature` WHERE (`id1` IN (@REVELER_STORMWIND, @REVELER_THUNDER_BLUFF, @REVELER_BOOTY_BAY, @DRUNKEN_BRUISER, @REVELER_DARNASSUS, @REVELER_IRONFORGE, @REVELER_UNDERCITY, @REVELER_ORGRIMMAR, @REVELER_SCRYER, @REVELER_ALDOR, @REVELER_DRAENEI, @REVELER_BLOOD_ELF)) +AND (`guid` BETWEEN 420000 AND 420256); +INSERT INTO `creature` (`guid`, `id1`, `map`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES +-- Stormwind Reveler +(420000, @REVELER_STORMWIND, 0, 1, 1, 0, -8828.92578125, 636.65765380859375, 94.33513641357421875, 4.542153358459472656, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420001, @REVELER_STORMWIND, 0, 1, 1, 0, -8829.3154296875, 634.39093017578125, 94.41092681884765625, 1.400560736656188964, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420002, @REVELER_STORMWIND, 0, 1, 1, 0, -8830.8310546875, 632.7996826171875, 94.31624603271484375, 1.728294968605041503, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420003, @REVELER_STORMWIND, 0, 1, 1, 0, -8831.2900390625, 635.68975830078125, 94.456207275390625, 4.869887828826904296, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420004, @REVELER_STORMWIND, 0, 1, 1, 0, -8846.5234375, 636.33233642578125, 95.546600341796875, 6.170840740203857421, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420005, @REVELER_STORMWIND, 0, 1, 1, 0, -8847.5849609375, 634.300048828125, 95.6359405517578125, 6.19387054443359375, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420006, @REVELER_STORMWIND, 0, 1, 1, 0, -8977.822265625, 390.238677978515625, 74.35833740234375, 2.045102357864379882, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420007, @REVELER_STORMWIND, 0, 1, 1, 0, -8979.4677734375, 390.62738037109375, 74.161346435546875, 2.977810382843017578, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420008, @REVELER_STORMWIND, 0, 1, 1, 0, -8991.3564453125, 392.592132568359375, 72.78981781005859375, 2.209937095642089843, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420009, @REVELER_STORMWIND, 0, 1, 1, 0, -8991.4814453125, 395.31646728515625, 72.8040771484375, 3.558098793029785156, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420010, @REVELER_STORMWIND, 0, 1, 1, 0, -8992.9111328125, 394.683990478515625, 72.79804229736328125, 0.416505903005599975, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420011, @REVELER_STORMWIND, 0, 1, 1, 0, -9015.9287109375, 464.463104248046875, 95.625152587890625, 1.902183890342712402, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420012, @REVELER_STORMWIND, 0, 1, 1, 0, -9017.98046875, 463.193756103515625, 95.335205078125, 1.784204006195068359, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420013, @REVELER_STORMWIND, 0, 1, 1, 0, -9019.4150390625, 477.872711181640625, 96.30525970458984375, 3.468421697616577148, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420014, @REVELER_STORMWIND, 0, 1, 1, 0, -9019.9228515625, 476.0714111328125, 96.12146759033203125, 5.043776512145996093, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420015, @REVELER_STORMWIND, 0, 1, 1, 0, -9021.0419921875, 477.321197509765625, 96.10961151123046875, 0.326828926801681518, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420016, @REVELER_STORMWIND, 0, 1, 1, 0, -9071.5400390625, 500.7530517578125, 75.90604400634765625, 5.837156295776367187, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420017, @REVELER_STORMWIND, 0, 1, 1, 0, -9072.4267578125, 499.01025390625, 76.24050140380859375, 2.08687758445739746, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420018, @REVELER_STORMWIND, 0, 1, 1, 0, -9074.1162109375, 501.987945556640625, 76.2870941162109375, 5.228470325469970703, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +-- Thunder Bluff Reveler +(420019, @REVELER_THUNDER_BLUFF, 1, 1, 1, 0, -1197.974365234375, -94.940704345703125, 162.7088623046875, 2.985712051391601562, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420020, @REVELER_THUNDER_BLUFF, 1, 1, 1, 0, -1199.5601806640625, -97.0745468139648437, 162.7598114013671875, 1.690222024917602539, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420021, @REVELER_THUNDER_BLUFF, 1, 1, 1, 0, -1200.7254638671875, -94.5083541870117187, 162.5733489990234375, 6.127305030822753906, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420022, @REVELER_THUNDER_BLUFF, 1, 1, 1, 0, -1206.0277099609375, 118.3531646728515625, 134.4788055419921875, 4.606948375701904296, 120, 0, 0, 0, 0, 0, "", 52237, 1, NULL), +(420023, @REVELER_THUNDER_BLUFF, 1, 1, 1, 0, -1206.277587890625, -41.0946197509765625, 161.651885986328125, 2.908494234085083007, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420024, @REVELER_THUNDER_BLUFF, 1, 1, 1, 0, -1208.2120361328125, -43.1034622192382812, 161.446197509765625, 1.895531892776489257, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420025, @REVELER_THUNDER_BLUFF, 1, 1, 1, 0, -1208.505615234375, 108.00714111328125, 134.0290679931640625, 4.202353954315185546, 120, 0, 0, 0, 0, 0, "", 52237, 1, NULL), +(420026, @REVELER_THUNDER_BLUFF, 1, 1, 1, 0, -1209.1151123046875, -40.4209518432617187, 161.868804931640625, 5.0371246337890625, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420027, @REVELER_THUNDER_BLUFF, 1, 1, 1, 0, -1217.3060302734375, 96.66658782958984375, 133.05926513671875, 3.971161127090454101, 120, 0, 0, 0, 0, 0, "", 52237, 1, NULL), +(420028, @REVELER_THUNDER_BLUFF, 1, 1, 1, 0, -1277.583984375, 106.7643814086914062, 129.4228363037109375, 3.102242708206176757, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420029, @REVELER_THUNDER_BLUFF, 1, 1, 1, 0, -1278.3995361328125, 108.7796478271484375, 130.062530517578125, 5.096929550170898437, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420030, @REVELER_THUNDER_BLUFF, 1, 1, 1, 0, -1279.8863525390625, 106.8550262451171875, 130.1362152099609375, 3.341429948806762695, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420031, @REVELER_THUNDER_BLUFF, 1, 1, 1, 0, -1311.6988525390625, 82.99997711181640625, 129.1337127685546875, 0.643414080142974853, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420032, @REVELER_THUNDER_BLUFF, 1, 1, 1, 0, -1314.5462646484375, 82.76651763916015625, 129.5313873291015625, 2.012413501739501953, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420033, @REVELER_THUNDER_BLUFF, 1, 1, 1, 0, -1317.9683837890625, 96.18001556396484375, 130.9400482177734375, 3.855760812759399414, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420034, @REVELER_THUNDER_BLUFF, 1, 1, 1, 0, -1318.183349609375, 99.09833526611328125, 131.464019775390625, 4.785917282104492187, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420035, @REVELER_THUNDER_BLUFF, 1, 1, 1, 0, -1320.0390625, 94.3851470947265625, 131.016143798828125, 0.714168012142181396, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420036, @REVELER_THUNDER_BLUFF, 1, 1, 1, 0, -1326.3975830078125, 92.292999267578125, 130.716552734375, 5.761544227600097656, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420037, @REVELER_THUNDER_BLUFF, 1, 1, 1, 0, -1446.5792236328125, -35.4413528442382812, 157.472442626953125, 3.62384796142578125, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420038, @REVELER_THUNDER_BLUFF, 1, 1, 1, 0, -1448.8623046875, -36.6365013122558593, 157.5008392333984375, 1.900241017341613769, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420039, @REVELER_THUNDER_BLUFF, 1, 1, 1, 0, -1449.72509765625, -34.1130104064941406, 157.6258544921875, 5.041833877563476562, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420040, @REVELER_THUNDER_BLUFF, 1, 1, 1, 0, -1450.11767578125, -31.4182395935058593, 157.7553558349609375, 5.433779716491699218, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +-- Booty Bay Reveler +(420041, @REVELER_BOOTY_BAY, 0, 1, 1, 0, -14293.142578125, 533.265380859375, 8.846800804138183593, 4.228912830352783203, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420042, @REVELER_BOOTY_BAY, 0, 1, 1, 0, -14294.2763671875, 534.37127685546875, 8.890572547912597656, 4.665362834930419921, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420043, @REVELER_BOOTY_BAY, 0, 1, 1, 0, -14294.3984375, 531.77740478515625, 8.882532119750976562, 1.523769974708557128, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420044, @REVELER_BOOTY_BAY, 0, 1, 1, 0, -14295.3076171875, 546.9039306640625, 8.834699630737304687, 4.794489383697509765, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420045, @REVELER_BOOTY_BAY, 0, 1, 1, 0, -14296.6064453125, 545.89666748046875, 8.790749549865722656, 0.65963292121887207, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420046, @REVELER_BOOTY_BAY, 0, 1, 1, 0, -14321.7080078125, 437.66204833984375, 22.640716552734375, 2.736191511154174804, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420047, @REVELER_BOOTY_BAY, 0, 1, 1, 0, -14323.2841796875, 438.3385009765625, 22.56258773803710937, 5.877784252166748046, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420048, @REVELER_BOOTY_BAY, 0, 1, 1, 0, -14338.931640625, 446.0543212890625, 7.628090381622314453, 4.5088958740234375, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420049, @REVELER_BOOTY_BAY, 0, 1, 1, 0, -14339.46484375, 443.4703369140625, 7.570788383483886718, 1.367303252220153808, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420050, @REVELER_BOOTY_BAY, 0, 1, 1, 0, -14341.353515625, 444.0616455078125, 7.565891265869140625, 0.688479006290435791, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420051, @REVELER_BOOTY_BAY, 0, 1, 1, 0, -14370.673828125, 379.3814697265625, 23.24680519104003906, 2.088001728057861328, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420052, @REVELER_BOOTY_BAY, 0, 1, 1, 0, -14371.4658203125, 377.5689697265625, 23.35714530944824218, 2.053753852844238281, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420053, @REVELER_BOOTY_BAY, 0, 1, 1, 0, -14391.990234375, 420.16162109375, 7.63412332534790039, 3.19519352912902832, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420054, @REVELER_BOOTY_BAY, 0, 1, 1, 0, -14392.95703125, 418.5533447265625, 7.714916706085205078, 3.29725813865661621, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420055, @REVELER_BOOTY_BAY, 0, 1, 1, 0, -14403.1142578125, 416.959320068359375, 22.57484626770019531, 2.695066452026367187, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420056, @REVELER_BOOTY_BAY, 0, 1, 1, 0, -14408.0078125, 419.30224609375, 22.4427947998046875, 2.214756727218627929, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420057, @REVELER_BOOTY_BAY, 0, 1, 1, 0, -14408.9892578125, 420.609588623046875, 22.4110260009765625, 5.356349468231201171, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420058, @REVELER_BOOTY_BAY, 0, 1, 1, 0, -14442.12890625, 457.895355224609375, 15.46418094635009765, 1.997850894927978515, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420059, @REVELER_BOOTY_BAY, 0, 1, 1, 0, -14443.0009765625, 459.811737060546875, 15.4691619873046875, 5.424855709075927734, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +-- Drunken Bruiser +(420060, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14242.1484375, 343.729827880859375, 25.96579360961914062, 5.393067359924316406, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420061, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14256.673828125, 338.709381103515625, 27.42905616760253906, 2.360708475112915039, 120, 0, 0, 0, 0, 0, "", 52237, 1, NULL), +(420062, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14258.646484375, 327.03021240234375, 26.36359786987304687, 5.550147056579589843, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420063, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14269.9873046875, 352.634552001953125, 32.81632614135742187, 2.385483741760253906, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420064, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14278.34375, 553.19189453125, 8.983407020568847656, 3.909537553787231445, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420065, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14279.841796875, 386.60186767578125, 36.00510787963867187, 4.502186298370361328, 120, 0, 0, 0, 0, 0, "", 52237, 1, NULL), +(420066, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14286.458984375, 540.74664306640625, 9.004537582397460937, 1.972222089767456054, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420067, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14293.1953125, 557.622802734375, 8.855278968811035156, 5.218534469604492187, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420068, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14298.46875, 435.7100830078125, 31.66899681091308593, 5.893088817596435546, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420069, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14302.044921875, 500.198394775390625, 10.22623634338378906, 4.147536754608154296, 120, 0, 0, 0, 0, 0, "", 52237, 1, NULL), +(420070, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14302.28515625, 511.1231689453125, 8.909251213073730468, 1.342561006546020507, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420071, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14303.185546875, 442.825103759765625, 28.34243583679199218, 4.363323211669921875, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420072, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14304.974609375, 433.28509521484375, 29.36502838134765625, 1.396263360977172851, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420073, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14314.791015625, 476.3099365234375, 18.25395774841308593, 4.432663917541503906, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420074, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14316.591796875, 461.916961669921875, 20.76855850219726562, 1.28315746784210205, 120, 0, 0, 0, 0, 0, "", 52237, 1, NULL), +(420075, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14318.6142578125, 455.08050537109375, 23.72766685485839843, 1.28283858299255371, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420076, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14343.6923828125, 450.15631103515625, 7.633915424346923828, 5.585053443908691406, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420077, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14352.8095703125, 378.3673095703125, 23.56846809387207031, 1.65806281566619873, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420078, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14366.2314453125, 426.889068603515625, 7.443131446838378906, 1.780235767364501953, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420079, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14376.5830078125, 386.15631103515625, 22.67362594604492187, 4.852015495300292968, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420080, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14386.00390625, 399.287994384765625, 6.645936489105224609, 2.408554315567016601, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420081, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14390.8662109375, 414.86090087890625, 22.82781791687011718, 2.740166902542114257, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420082, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14392.06640625, 420.434417724609375, 7.623066902160644531, 0.618615210056304931, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420083, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14400.6142578125, 413.037384033203125, 8.005579948425292968, 5.443757057189941406, 120, 0, 0, 0, 0, 0, "", 52237, 1, NULL), +(420084, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14405.357421875, 410.5953369140625, 27.8199615478515625, 0.890117883682250976, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420085, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14415.791015625, 518.92181396484375, 5.104893684387207031, 3.176499128341674804, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420086, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14423.5751953125, 424.668182373046875, 21.90857124328613281, 3.677340269088745117, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420087, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14426.767578125, 523.79022216796875, 5.075143337249755859, 5.724679946899414062, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420088, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14427.234375, 456.509613037109375, 15.42181015014648437, 4.485496044158935546, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420089, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14430.650390625, 420.65118408203125, 22.25619697570800781, 3.65137648582458496, 120, 0, 0, 0, 0, 0, "", 52237, 1, NULL), +(420090, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14431.625, 419.340545654296875, 8.840283393859863281, 0.661741971969604492, 120, 0, 0, 0, 0, 0, "", 52237, 1, NULL), +(420091, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14432.369140625, 509.855865478515625, 6.911665916442871093, 4.279052734375, 120, 0, 0, 0, 0, 0, "", 52237, 1, NULL), +(420092, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14434.8232421875, 416.848785400390625, 8.818701744079589843, 0.66178297996520996, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420093, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14437.1884765625, 399.06304931640625, 31.88863754272460937, 2.060185432434082031, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420094, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14437.541015625, 462.808868408203125, 3.976819276809692382, 3.560471534729003906, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420095, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14438.96484375, 436.395416259765625, 20.50876808166503906, 3.071779489517211914, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420096, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14440.826171875, 405.889404296875, 27.13193702697753906, 2.060377120971679687, 120, 0, 0, 0, 0, 0, "", 52237, 1, NULL), +(420097, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14441.9267578125, 481.135894775390625, 15.27305030822753906, 4.572762489318847656, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420098, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14442.5986328125, 462.937225341796875, 15.40652084350585937, 5.187871456146240234, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420099, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14442.642578125, 454.547576904296875, 3.817714214324951171, 0.523598790168762207, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420100, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14444.267578125, 393.03704833984375, 32.06007766723632812, 1.518436431884765625, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420101, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14445.7138671875, 519.02154541015625, 26.39899635314941406, 5.340707302093505859, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420102, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14448.3720703125, 409.794219970703125, 25.104400634765625, 1.570796370506286621, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420103, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14448.8642578125, 429.5284423828125, 15.10491275787353515, 3.735004663467407226, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420104, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14449.021484375, 436.208221435546875, 3.889718294143676757, 1.064650893211364746, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420105, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14449.169921875, 451.5240478515625, 20.60651779174804687, 5.331274032592773437, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420106, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14450.990234375, 462.468597412109375, 15.49278450012207031, 3.662505626678466796, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420107, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14451.048828125, 454.714996337890625, 20.542327880859375, 0.750491559505462646, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420108, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14454.560546875, 460.333648681640625, 15.31883049011230468, 3.683433771133422851, 120, 0, 0, 0, 0, 0, "", 52237, 1, NULL), +(420109, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14457.2236328125, 494.870269775390625, 26.35823440551757812, 1.029744267463684082, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420110, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14458.0859375, 488.625640869140625, 15.20773983001708984, 1.93731546401977539, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420111, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14460.9501953125, 502.942657470703125, 15.20544719696044921, 4.764749050140380859, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420112, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14461.728515625, 478.29351806640625, 26.94363975524902343, 3.50811171531677246, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420113, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14463.3046875, 502.3487548828125, 26.355560302734375, 5.707226753234863281, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420114, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14465.0810546875, 474.92779541015625, 15.03919410705566406, 6.038839340209960937, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420115, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14466.5732421875, 447.939849853515625, 15.58278179168701171, 1.500983119010925292, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420116, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14468.2119140625, 466.56915283203125, 30.80449295043945312, 4.398531436920166015, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420117, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14471.40234375, 468.459320068359375, 36.5392608642578125, 4.293509960174560546, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420118, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14472.0244140625, 483.99456787109375, 20.464996337890625, 0.628318548202514648, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420119, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14473.8818359375, 487.356719970703125, 26.90993690490722656, 5.546192646026611328, 120, 0, 0, 0, 0, 0, "", 52237, 1, NULL), +(420120, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14481.4892578125, 437.248870849609375, 34.37223052978515625, 6.17846536636352539, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420121, @DRUNKEN_BRUISER, 0, 1, 1, 0, -14488.4638671875, 460.438140869140625, 30.71512603759765625, 0.069813169538974761, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +-- Darnassus Reveler +(420122, @REVELER_DARNASSUS, 1, 1, 1, 0, 8594.0908203125, 1009.52618408203125, 5.58821868896484375, 0.113504111766815185, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420123, @REVELER_DARNASSUS, 1, 1, 1, 0, 8596.2314453125, 1009.77020263671875, 5.7978515625, 3.255096912384033203, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420124, @REVELER_DARNASSUS, 1, 1, 1, 0, 8597.7392578125, 1008.64971923828125, 5.781365394592285156, 6.112804412841796875, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420125, @REVELER_DARNASSUS, 1, 1, 1, 0, 8610.3642578125, 1010.13360595703125, 5.368022441864013671, 0.229898825287818908, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420126, @REVELER_DARNASSUS, 1, 1, 1, 0, 8612.123046875, 1010.54522705078125, 5.451050281524658203, 3.371491670608520507, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420127, @REVELER_DARNASSUS, 1, 1, 1, 0, 8621.0146484375, 1004.64520263671875, 4.907093524932861328, 5.921106338500976562, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420128, @REVELER_DARNASSUS, 1, 1, 1, 0, 8622.59765625, 1004.04559326171875, 4.937585353851318359, 2.779513359069824218, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420129, @REVELER_DARNASSUS, 1, 1, 1, 0, 8626.2490234375, 1007.47918701171875, 4.919314384460449218, 2.92785811424255371, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420130, @REVELER_DARNASSUS, 1, 1, 1, 0, 8637.3701171875, 997.07659912109375, 4.863856315612792968, 0.631442427635192871, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420131, @REVELER_DARNASSUS, 1, 1, 1, 0, 8638.87890625, 997.4071044921875, 4.6520843505859375, 5.859894752502441406, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420132, @REVELER_DARNASSUS, 1, 1, 1, 0, 8642.3251953125, 1000.70037841796875, 4.765056610107421875, 3.773035287857055664, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420133, @REVELER_DARNASSUS, 1, 1, 1, 0, 8646.3271484375, 872.80908203125, 24.37690162658691406, 0.767802357673645019, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420134, @REVELER_DARNASSUS, 1, 1, 1, 0, 8651.9150390625, 992.6160888671875, 5.171678543090820312, 5.83916473388671875, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420135, @REVELER_DARNASSUS, 1, 1, 1, 0, 8661.05078125, 988.27020263671875, 4.467528343200683593, 2.697572231292724609, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420136, @REVELER_DARNASSUS, 1, 1, 1, 0, 8661.7880859375, 987.0859375, 4.526644706726074218, 2.718302011489868164, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420137, @REVELER_DARNASSUS, 1, 1, 1, 0, 8682.0498046875, 910.13671875, 20.09414291381835937, 4.793405532836914062, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420138, @REVELER_DARNASSUS, 1, 1, 1, 0, 8682.263671875, 907.502685546875, 20.76557731628417968, 1.651812434196472167, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420139, @REVELER_DARNASSUS, 1, 1, 1, 0, 8707.8701171875, 1014.065673828125, 11.49695491790771484, 3.645170927047729492, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420140, @REVELER_DARNASSUS, 1, 1, 1, 0, 8708.4501953125, 1015.9124755859375, 11.42332839965820312, 3.669550895690917968, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +-- Ironforge Reveler +(420141, @REVELER_IRONFORGE, 0, 1, 1, 0, -5028.02197265625, -816.15478515625, 495.220062255859375, 2.0149383544921875, 120, 0, 0, 0, 0, 0, "", 52237, 1, NULL), +(420142, @REVELER_IRONFORGE, 0, 1, 1, 0, -5028.8271484375, -814.46270751953125, 495.248291015625, 1.777661800384521484, 120, 0, 0, 0, 0, 0, "", 52237, 1, NULL), +(420143, @REVELER_IRONFORGE, 0, 1, 1, 0, -5029.11376953125, -813.09698486328125, 495.273895263671875, 3.822633981704711914, 120, 0, 0, 0, 0, 0, "", 52237, 1, NULL), +(420144, @REVELER_IRONFORGE, 0, 1, 1, 0, -5033.0869140625, -798.4725341796875, 495.42681884765625, 1.977240562438964843, 120, 0, 0, 0, 0, 0, "", 52237, 1, NULL), +(420145, @REVELER_IRONFORGE, 0, 1, 1, 0, -5033.84814453125, -796.70391845703125, 495.36090087890625, 2.851894617080688476, 120, 0, 0, 0, 0, 0, "", 52237, 1, NULL), +(420146, @REVELER_IRONFORGE, 0, 1, 1, 0, -5040.25244140625, -822.12359619140625, 495.21697998046875, 0.45402422547340393, 120, 0, 0, 0, 0, 0, "", 52237, 1, NULL), +(420147, @REVELER_IRONFORGE, 0, 1, 1, 0, -5040.49951171875, -820.368408203125, 495.2138671875, 0.468400955200195312, 120, 0, 0, 0, 0, 0, "", 52237, 1, NULL), +(420148, @REVELER_IRONFORGE, 0, 1, 1, 0, -5057.9287109375, -777.94097900390625, 492.82818603515625, 3.049533367156982421, 120, 0, 0, 0, 0, 0, "", 52237, 1, NULL), +(420149, @REVELER_IRONFORGE, 0, 1, 1, 0, -5073.4833984375, -784.8892822265625, 495.2003173828125, 2.454340934753417968, 120, 0, 0, 0, 0, 0, "", 52237, 1, NULL), +(420150, @REVELER_IRONFORGE, 0, 1, 1, 0, -5084.69775390625, -775.68536376953125, 495.21044921875, 2.902974605560302734, 120, 0, 0, 0, 0, 0, "", 52237, 1, NULL), +(420151, @REVELER_IRONFORGE, 0, 1, 1, 0, -5086.126953125, -775.33770751953125, 495.21044921875, 5.636205673217773437, 120, 0, 0, 0, 0, 0, "", 52237, 1, NULL), +(420152, @REVELER_IRONFORGE, 0, 1, 1, 0, -5099.08837890625, -800.43341064453125, 495.21044921875, 1.094051837921142578, 120, 0, 0, 0, 0, 0, "", 52237, 1, NULL), +(420153, @REVELER_IRONFORGE, 0, 1, 1, 0, -5099.9892578125, -801.2613525390625, 495.21044921875, 0.74323427677154541, 120, 0, 0, 0, 0, 0, "", 52237, 1, NULL), +(420154, @REVELER_IRONFORGE, 0, 1, 1, 0, -5100.56689453125, -806.59124755859375, 495.21044921875, 1.13798689842224121, 120, 0, 0, 0, 0, 0, "", 52237, 1, NULL), +(420155, @REVELER_IRONFORGE, 0, 1, 1, 0, -5149.826171875, -853.79376220703125, 508.59002685546875, 3.976122856140136718, 120, 0, 0, 0, 0, 0, "", 52237, 1, NULL), +(420156, @REVELER_IRONFORGE, 0, 1, 1, 0, -5155.66259765625, -861.79168701171875, 507.676666259765625, 0.940386533737182617, 120, 0, 0, 0, 0, 0, "", 52237, 1, NULL), +(420157, @REVELER_IRONFORGE, 0, 1, 1, 0, -5157.6865234375, -862.46710205078125, 507.454345703125, 0.814896702766418457, 120, 0, 0, 0, 0, 0, "", 52237, 1, NULL), +(420158, @REVELER_IRONFORGE, 0, 1, 1, 0, -5163.62841796875, -867.92681884765625, 507.1392822265625, 0.656293034553527832, 120, 0, 0, 0, 0, 0, "", 52237, 1, NULL), +(420159, @REVELER_IRONFORGE, 0, 1, 1, 0, -5166.931640625, -870.3614501953125, 506.861083984375, 0.635159730911254882, 120, 0, 0, 0, 0, 0, "", 52237, 1, NULL), +(420160, @REVELER_IRONFORGE, 1, 1, 1, 0, 7566.17724609375, -2220.197265625, 473.45709228515625, 0.92502450942993164, 120, 0, 0, 0, 0, 0, "", 47720, 1, NULL), +(420161, @REVELER_IRONFORGE, 1, 1, 1, 0, 7568.5556640625, -2224.178466796875, 472.862579345703125, 4.031710624694824218, 120, 0, 0, 0, 0, 0, "", 47720, 1, NULL), +(420162, @REVELER_IRONFORGE, 1, 1, 1, 0, 7568.87158203125, -2216.70361328125, 474.082763671875, 4.049163818359375, 120, 0, 0, 0, 0, 0, "", 47720, 1, NULL), +(420163, @REVELER_IRONFORGE, 1, 1, 1, 0, 7573.52880859375, -2217.985595703125, 473.9293212890625, 4.86946868896484375, 120, 0, 0, 0, 0, 0, "", 47720, 1, NULL), +(420164, @REVELER_IRONFORGE, 1, 1, 1, 0, 7573.8974609375, -2222.974853515625, 473.304473876953125, 1.640609502792358398, 120, 0, 0, 0, 0, 0, "", 47720, 1, NULL), +-- Undercity Reveler +(420165, @REVELER_UNDERCITY, 0, 1, 1, 0, 1774.842041015625, 195.263946533203125, 70.48297882080078125, 0.011251971125602722, 120, 0, 0, 0, 0, 0, "", 52237, 1, NULL), +(420166, @REVELER_UNDERCITY, 0, 1, 1, 0, 1776.357666015625, 195.65484619140625, 70.48297882080078125, 0.020208194851875305, 120, 0, 0, 0, 0, 0, "", 52237, 1, NULL), +(420167, @REVELER_UNDERCITY, 0, 1, 1, 0, 1784.05322265625, 281.01934814453125, 70.48297119140625, 6.207853317260742187, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420168, @REVELER_UNDERCITY, 0, 1, 1, 0, 1785.7684326171875, 280.889892578125, 70.48297119140625, 3.066260337829589843, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420169, @REVELER_UNDERCITY, 0, 1, 1, 0, 1792.657958984375, 280.295440673828125, 70.48297119140625, 3.057661294937133789, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420170, @REVELER_UNDERCITY, 0, 1, 1, 0, 1800.026123046875, 230.6459197998046875, 60.67010498046875, 0.987606525421142578, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420171, @REVELER_UNDERCITY, 0, 1, 1, 0, 1803.2109375, 262.978424072265625, 65.48297882080078125, 5.1100311279296875, 120, 0, 0, 0, 0, 0, "", 52237, 1, NULL), +(420172, @REVELER_UNDERCITY, 0, 1, 1, 0, 1803.278076171875, 210.4576873779296875, 65.48297882080078125, 1.730505943298339843, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420173, @REVELER_UNDERCITY, 0, 1, 1, 0, 1803.3795166015625, 212.5390167236328125, 65.48297882080078125, 5.42050933837890625, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420174, @REVELER_UNDERCITY, 0, 1, 1, 0, 1807.48828125, 262.803680419921875, 65.48297882080078125, 0.760440528392791748, 120, 0, 0, 0, 0, 0, "", 52237, 1, NULL), +(420175, @REVELER_UNDERCITY, 0, 1, 1, 0, 1810.2696533203125, 246.172607421875, 60.67010498046875, 1.968438029289245605, 120, 0, 0, 0, 0, 0, "", 52237, 1, NULL), +(420176, @REVELER_UNDERCITY, 0, 1, 1, 0, 1811.5736083984375, 245.2776641845703125, 60.67010498046875, 2.012159585952758789, 120, 0, 0, 0, 0, 0, "", 52237, 1, NULL), +(420177, @REVELER_UNDERCITY, 0, 1, 1, 0, 1817.758056640625, 195.746856689453125, 70.48297119140625, 0.381133973598480224, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420178, @REVELER_UNDERCITY, 0, 1, 1, 0, 1819.7152099609375, 196.5311431884765625, 70.48297882080078125, 5.89666748046875, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420179, @REVELER_UNDERCITY, 0, 1, 1, 0, 1821.4361572265625, 195.8307342529296875, 70.48297882080078125, 2.755074739456176757, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420180, @REVELER_UNDERCITY, 0, 1, 1, 0, 1825.2095947265625, 280.589447021484375, 70.48297882080078125, 3.816668987274169921, 120, 0, 0, 0, 0, 0, "", 52237, 1, NULL), +(420181, @REVELER_UNDERCITY, 0, 1, 1, 0, 1826.3853759765625, 280.780303955078125, 70.48297882080078125, 3.302512884140014648, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420182, @REVELER_UNDERCITY, 0, 1, 1, 0, 1957.0836181640625, 256.88201904296875, 41.50216293334960937, 4.917132377624511718, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420183, @REVELER_UNDERCITY, 0, 1, 1, 0, 1957.4957275390625, 254.8974151611328125, 41.5921173095703125, 1.775539755821228027, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +-- Orgrimmar Reveler +(420184, @REVELER_ORGRIMMAR, 1, 1, 1, 0, 1292.767578125, -4398.37255859375, 26.37277984619140625, 1.191506862640380859, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420185, @REVELER_ORGRIMMAR, 1, 1, 1, 0, 1299.95751953125, -4374.072265625, 28.04717445373535156, 6.095263957977294921, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420186, @REVELER_ORGRIMMAR, 1, 1, 1, 0, 1301.81640625, -4375.67041015625, 28.10545921325683593, 6.185696125030517578, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420187, @REVELER_ORGRIMMAR, 1, 1, 1, 0, 1310.340087890625, -4397.1884765625, 26.0662078857421875, 3.208873748779296875, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420188, @REVELER_ORGRIMMAR, 1, 1, 1, 0, 1312.3355712890625, -4397.5, 26.04142189025878906, 2.986728429794311523, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420189, @REVELER_ORGRIMMAR, 1, 1, 1, 0, 1315.2916259765625, -4376.98828125, 26.31580162048339843, 0.184419766068458557, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420190, @REVELER_ORGRIMMAR, 1, 1, 1, 0, 1317.3883056640625, -4376.59716796875, 26.31418800354003906, 3.326012611389160156, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420191, @REVELER_ORGRIMMAR, 1, 1, 1, 0, 1331.8489990234375, -4361.17724609375, 28.65847587585449218, 0.895663559436798095, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420192, @REVELER_ORGRIMMAR, 1, 1, 1, 0, 1336.13720703125, -4355.8212890625, 27.77450942993164062, 3.978229761123657226, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420193, @REVELER_ORGRIMMAR, 1, 1, 1, 0, 1336.80322265625, -4399.8916015625, 28.04832267761230468, 0.88249295949935913, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420194, @REVELER_ORGRIMMAR, 1, 1, 1, 0, 1342.113037109375, -4390.36572265625, 26.28329277038574218, 2.678937673568725585, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420195, @REVELER_ORGRIMMAR, 1, 1, 1, 0, 1343.7369384765625, -4391.46142578125, 26.27839279174804687, 2.627959966659545898, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420196, @REVELER_ORGRIMMAR, 1, 1, 1, 0, 1426.7899169921875, -4402.28125, 25.54567718505859375, 0.056859731674194335, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420197, @REVELER_ORGRIMMAR, 1, 1, 1, 0, 1427.842041015625, -4404.77783203125, 25.54567909240722656, 1.969635605812072753, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420198, @REVELER_ORGRIMMAR, 1, 1, 1, 0, 1428.6771240234375, -4402.173828125, 25.54567909240722656, 3.016138076782226562, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420199, @REVELER_ORGRIMMAR, 1, 1, 1, 0, 1437.142333984375, -4378.17724609375, 25.54568290710449218, 4.306722164154052734, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420200, @REVELER_ORGRIMMAR, 1, 1, 1, 0, 1438.357666015625, -4376.2431640625, 25.54567718505859375, 4.355088710784912109, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420201, @REVELER_ORGRIMMAR, 1, 1, 1, 0, 1521.0660400390625, -4396.0380859375, 16.21771049499511718, 1.232278823852539062, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420202, @REVELER_ORGRIMMAR, 1, 1, 1, 0, 1521.9132080078125, -4393.6318359375, 16.37743568420410156, 2.93641209602355957, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +-- Scryer Reveler +(420203, @REVELER_SCRYER, 530, 1, 1, 0, -1999.55517578125, 5569.412109375, 53.39036941528320312, 3.141592741012573242, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420204, @REVELER_SCRYER, 530, 1, 1, 0, -2001.982666015625, 5567.396484375, 53.39038848876953125, 1.660350799560546875, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420205, @REVELER_SCRYER, 530, 1, 1, 0, -2002.279541015625, 5570.70263671875, 53.39037322998046875, 4.801943778991699218, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420206, @REVELER_SCRYER, 530, 1, 1, 0, -2020.017822265625, 5554.05322265625, 53.390411376953125, 3.730355501174926757, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420207, @REVELER_SCRYER, 530, 1, 1, 0, -2022.9068603515625, 5552.1240234375, 53.390411376953125, 0.588762760162353515, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420208, @REVELER_SCRYER, 530, 1, 1, 0, -2023.7530517578125, 5555.634765625, 53.39040756225585937, 4.948906898498535156, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420209, @REVELER_SCRYER, 530, 1, 1, 0, -2030.2720947265625, 5574.88525390625, 53.46709442138671875, 2.613125801086425781, 120, 0, 0, 0, 0, 0, "", 52237, 1, NULL), +(420210, @REVELER_SCRYER, 530, 1, 1, 0, -2033.1732177734375, 5576.5791015625, 53.46709060668945312, 5.754718780517578125, 120, 0, 0, 0, 0, 0, "", 52237, 1, NULL), +(420211, @REVELER_SCRYER, 530, 1, 1, 0, -2050.33544921875, 5585.8828125, 53.16986846923828125, 1.960732579231262207, 120, 0, 0, 0, 0, 0, "", 52237, 1, NULL), +(420212, @REVELER_SCRYER, 530, 1, 1, 0, -2051.35888671875, 5588.373046875, 53.1088409423828125, 5.102325439453125, 120, 0, 0, 0, 0, 0, "", 52237, 1, NULL), +-- Aldor Reveler +(420213, @REVELER_ALDOR, 530, 1, 1, 0, -1870.9366455078125, 5624.43310546875, 127.4648895263671875, 3.229770660400390625, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420214, @REVELER_ALDOR, 530, 1, 1, 0, -1872.0557861328125, 5674.1552734375, 127.352142333984375, 4.956735134124755859, 120, 0, 0, 0, 0, 0, "", 52237, 1, NULL), +(420215, @REVELER_ALDOR, 530, 1, 1, 0, -1872.4752197265625, 5670.92041015625, 127.4425125122070312, 1.441855311393737792, 120, 0, 0, 0, 0, 0, "", 52237, 1, NULL), +(420216, @REVELER_ALDOR, 530, 1, 1, 0, -1874.1124267578125, 5624.15234375, 127.4648895263671875, 0.088177882134914398, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420217, @REVELER_ALDOR, 530, 1, 1, 0, -1876.345947265625, 5633.552734375, 127.46490478515625, 2.70870065689086914, 120, 0, 0, 0, 0, 0, "", 52237, 1, NULL), +(420218, @REVELER_ALDOR, 530, 1, 1, 0, -1876.69580078125, 5640.56103515625, 127.5320892333984375, 1.432661056518554687, 120, 0, 0, 0, 0, 0, "", 52237, 1, NULL), +(420219, @REVELER_ALDOR, 530, 1, 1, 0, -1889.5052490234375, 5625.04052734375, 127.4649581909179687, 6.225548267364501953, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420220, @REVELER_ALDOR, 530, 1, 1, 0, -1891.271728515625, 5627.22705078125, 127.4649581909179687, 5.391924858093261718, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +-- Draenei Reveler +(420221, @REVELER_DRAENEI, 530, 1, 1, 0, -3978.612548828125, -11885.4833984375, 0.606519341468811035, 2.291834354400634765, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420222, @REVELER_DRAENEI, 530, 1, 1, 0, -3980.592041015625, -11881.6201171875, 0.570129334926605224, 3.63011336326599121, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420223, @REVELER_DRAENEI, 530, 1, 1, 0, -4000.064208984375, -11861.076171875, 0.300576329231262207, 2.603996038436889648, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420224, @REVELER_DRAENEI, 530, 1, 1, 0, -4004.880126953125, -11858.205078125, 0.253968328237533569, 5.74558877944946289, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420225, @REVELER_DRAENEI, 530, 1, 1, 0, -4007.087646484375, -11938.5087890625, -2.33476686477661132, 2.492513895034790039, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420226, @REVELER_DRAENEI, 530, 1, 1, 0, -4012.6611328125, -11933.7548828125, -2.04693770408630371, 3.381987810134887695, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420227, @REVELER_DRAENEI, 530, 1, 1, 0, -4034.817626953125, -11910.4404296875, -2.46213984489440917, 2.404464960098266601, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420228, @REVELER_DRAENEI, 530, 1, 1, 0, -4038.135498046875, -11914.951171875, -2.07082271575927734, 4.446553230285644531, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420229, @REVELER_DRAENEI, 530, 1, 1, 0, -4046.15234375, -11944.39453125, 0.963287293910980224, 4.694211959838867187, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420230, @REVELER_DRAENEI, 530, 1, 1, 0, -4046.22216796875, -11948.2353515625, 1.360857367515563964, 1.552618861198425292, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420231, @REVELER_DRAENEI, 530, 1, 1, 0, -4053.65576171875, -11944.2978515625, 0.590807318687438964, 6.270301342010498046, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420232, @REVELER_DRAENEI, 530, 1, 1, 0, -4056.026123046875, -11853.6953125, 3.913609266281127929, 2.009268045425415039, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420233, @REVELER_DRAENEI, 530, 1, 1, 0, -4056.27685546875, -11964.9697265625, 0.707731306552886962, 1.617616772651672363, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420234, @REVELER_DRAENEI, 530, 1, 1, 0, -4057.2275390625, -11944.6796875, 0.928690314292907714, 5.970686912536621093, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420235, @REVELER_DRAENEI, 530, 1, 1, 0, -4058.022216796875, -11849.4384765625, 4.926416397094726562, 4.019986629486083984, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420236, @REVELER_DRAENEI, 530, 1, 1, 0, -4059.728759765625, -11887.8251953125, -1.35549163818359375, 2.769214868545532226, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420237, @REVELER_DRAENEI, 530, 1, 1, 0, -4061.029541015625, -11853.064453125, 4.073335170745849609, 0.878393769264221191, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420238, @REVELER_DRAENEI, 530, 1, 1, 0, -4062.690185546875, -11963.1640625, 0.8967742919921875, 6.008741378784179687, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420239, @REVELER_DRAENEI, 530, 1, 1, 0, -4064.529052734375, -11885.9501953125, -1.42596364021301269, 5.910807609558105468, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +-- Blood Elf Reveler +(420240, @REVELER_BLOOD_ELF, 530, 1, 1, 0, 9311.2646484375, -7266.1943359375, 13.65912055969238281, 5.096681594848632812, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420241, @REVELER_BLOOD_ELF, 530, 1, 1, 0, 9314.19140625, -7273.431640625, 13.88489627838134765, 1.955088973045349121, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420242, @REVELER_BLOOD_ELF, 530, 1, 1, 0, 9315.47265625, -7283.46728515625, 13.86975479125976562, 0.304494529962539672, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420243, @REVELER_BLOOD_ELF, 530, 1, 1, 0, 9318.8017578125, -7267.361328125, 13.72433090209960937, 4.062840938568115234, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420244, @REVELER_BLOOD_ELF, 530, 1, 1, 0, 9320.1337890625, -7282.00244140625, 13.689666748046875, 1.661525368690490722, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420245, @REVELER_BLOOD_ELF, 530, 1, 1, 0, 9327.9833984375, -7261.29736328125, 13.95159149169921875, 0.698121547698974609, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420246, @REVELER_BLOOD_ELF, 530, 1, 1, 0, 9330.7236328125, -7297.37060546875, 13.92249107360839843, 0.733932316303253173, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420247, @REVELER_BLOOD_ELF, 530, 1, 1, 0, 9334.1552734375, -7256.11865234375, 14.04614830017089843, 3.839714288711547851, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420248, @REVELER_BLOOD_ELF, 530, 1, 1, 0, 9335.4033203125, -7293.1494140625, 13.95414924621582031, 3.87552499771118164, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420249, @REVELER_BLOOD_ELF, 530, 1, 1, 0, 9336.9150390625, -7261.43115234375, 13.95401573181152343, 3.457988262176513671, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420250, @REVELER_BLOOD_ELF, 530, 1, 1, 0, 9372.27734375, -7279.58740234375, 14.32360267639160156, 0.316577464342117309, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420251, @REVELER_BLOOD_ELF, 530, 1, 1, 0, 9372.9404296875, -7243.380859375, 8.391274452209472656, 5.914883613586425781, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420252, @REVELER_BLOOD_ELF, 530, 1, 1, 0, 9377.2392578125, -7239.9423828125, 9.472284317016601562, 3.816250562667846679, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420253, @REVELER_BLOOD_ELF, 530, 1, 1, 0, 9377.8408203125, -7245.27197265625, 8.216920852661132812, 2.773290872573852539, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420254, @REVELER_BLOOD_ELF, 530, 1, 1, 0, 9381.552734375, -7276.548828125, 14.32362556457519531, 0.309301912784576416, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420255, @REVELER_BLOOD_ELF, 530, 1, 1, 0, 9400.5517578125, -7270.4775390625, 14.27486324310302734, 0.663904786109924316, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL), +(420256, @REVELER_BLOOD_ELF, 530, 1, 1, 0, 9405.3017578125, -7266.76123046875, 14.2354440689086914, 3.805497646331787109, 120, 0, 0, 0, 0, 0, "", 50250, 1, NULL); + +DELETE FROM `game_event_creature` WHERE (`eventEntry` = 72) +AND (`guid` BETWEEN 420000 AND 420256); +INSERT INTO `game_event_creature` (`eventEntry`,`guid`) VALUES +(72, 420000), +(72, 420001), +(72, 420002), +(72, 420003), +(72, 420004), +(72, 420005), +(72, 420006), +(72, 420007), +(72, 420008), +(72, 420009), +(72, 420010), +(72, 420011), +(72, 420012), +(72, 420013), +(72, 420014), +(72, 420015), +(72, 420016), +(72, 420017), +(72, 420018), +(72, 420019), +(72, 420020), +(72, 420021), +(72, 420022), +(72, 420023), +(72, 420024), +(72, 420025), +(72, 420026), +(72, 420027), +(72, 420028), +(72, 420029), +(72, 420030), +(72, 420031), +(72, 420032), +(72, 420033), +(72, 420034), +(72, 420035), +(72, 420036), +(72, 420037), +(72, 420038), +(72, 420039), +(72, 420040), +(72, 420041), +(72, 420042), +(72, 420043), +(72, 420044), +(72, 420045), +(72, 420046), +(72, 420047), +(72, 420048), +(72, 420049), +(72, 420050), +(72, 420051), +(72, 420052), +(72, 420053), +(72, 420054), +(72, 420055), +(72, 420056), +(72, 420057), +(72, 420058), +(72, 420059), +(72, 420060), +(72, 420061), +(72, 420062), +(72, 420063), +(72, 420064), +(72, 420065), +(72, 420066), +(72, 420067), +(72, 420068), +(72, 420069), +(72, 420070), +(72, 420071), +(72, 420072), +(72, 420073), +(72, 420074), +(72, 420075), +(72, 420076), +(72, 420077), +(72, 420078), +(72, 420079), +(72, 420080), +(72, 420081), +(72, 420082), +(72, 420083), +(72, 420084), +(72, 420085), +(72, 420086), +(72, 420087), +(72, 420088), +(72, 420089), +(72, 420090), +(72, 420091), +(72, 420092), +(72, 420093), +(72, 420094), +(72, 420095), +(72, 420096), +(72, 420097), +(72, 420098), +(72, 420099), +(72, 420100), +(72, 420101), +(72, 420102), +(72, 420103), +(72, 420104), +(72, 420105), +(72, 420106), +(72, 420107), +(72, 420108), +(72, 420109), +(72, 420110), +(72, 420111), +(72, 420112), +(72, 420113), +(72, 420114), +(72, 420115), +(72, 420116), +(72, 420117), +(72, 420118), +(72, 420119), +(72, 420120), +(72, 420121), +(72, 420122), +(72, 420123), +(72, 420124), +(72, 420125), +(72, 420126), +(72, 420127), +(72, 420128), +(72, 420129), +(72, 420130), +(72, 420131), +(72, 420132), +(72, 420133), +(72, 420134), +(72, 420135), +(72, 420136), +(72, 420137), +(72, 420138), +(72, 420139), +(72, 420140), +(72, 420141), +(72, 420142), +(72, 420143), +(72, 420144), +(72, 420145), +(72, 420146), +(72, 420147), +(72, 420148), +(72, 420149), +(72, 420150), +(72, 420151), +(72, 420152), +(72, 420153), +(72, 420154), +(72, 420155), +(72, 420156), +(72, 420157), +(72, 420158), +(72, 420159), +(72, 420160), +(72, 420161), +(72, 420162), +(72, 420163), +(72, 420164), +(72, 420165), +(72, 420166), +(72, 420167), +(72, 420168), +(72, 420169), +(72, 420170), +(72, 420171), +(72, 420172), +(72, 420173), +(72, 420174), +(72, 420175), +(72, 420176), +(72, 420177), +(72, 420178), +(72, 420179), +(72, 420180), +(72, 420181), +(72, 420182), +(72, 420183), +(72, 420184), +(72, 420185), +(72, 420186), +(72, 420187), +(72, 420188), +(72, 420189), +(72, 420190), +(72, 420191), +(72, 420192), +(72, 420193), +(72, 420194), +(72, 420195), +(72, 420196), +(72, 420197), +(72, 420198), +(72, 420199), +(72, 420200), +(72, 420201), +(72, 420202), +(72, 420203), +(72, 420204), +(72, 420205), +(72, 420206), +(72, 420207), +(72, 420208), +(72, 420209), +(72, 420210), +(72, 420211), +(72, 420212), +(72, 420213), +(72, 420214), +(72, 420215), +(72, 420216), +(72, 420217), +(72, 420218), +(72, 420219), +(72, 420220), +(72, 420221), +(72, 420222), +(72, 420223), +(72, 420224), +(72, 420225), +(72, 420226), +(72, 420227), +(72, 420228), +(72, 420229), +(72, 420230), +(72, 420231), +(72, 420232), +(72, 420233), +(72, 420234), +(72, 420235), +(72, 420236), +(72, 420237), +(72, 420238), +(72, 420239), +(72, 420240), +(72, 420241), +(72, 420242), +(72, 420243), +(72, 420244), +(72, 420245), +(72, 420246), +(72, 420247), +(72, 420248), +(72, 420249), +(72, 420250), +(72, 420251), +(72, 420252), +(72, 420253), +(72, 420254), +(72, 420255), +(72, 420256); + +-- apply aura 26115 'Bruiser Sleeping' to 15724 'Drunken Bruiser' +DELETE FROM `creature_template_addon` WHERE (`entry` = @DRUNKEN_BRUISER); +INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES +(@DRUNKEN_BRUISER, 0, 0, 0, 0, 0, 0, '26115'); + +-- despawn all 4624 Booty Bay Bruiser +DELETE FROM `game_event_creature` WHERE (`eventEntry` = -72) +AND (`guid` IN (76, 77, 160, 161, 162, 163, 164, 165, 178, 182, 589, 590, 591, 592, 593, 594, 596, 597, 598, 599, 649, 650, 651, 652, 653, 654, 655, 656, 657, 679, 680, 681, 682, 683, 686, 687, 688, 689, 692, 693, 694, 695, 696, 697, 698, 699, 700, 715, 716, 717, 718, 719, 2164, 2167, 1975958, 1975959)); +INSERT INTO `game_event_creature` (`eventEntry`,`guid`) VALUES +(-72, 76), +(-72, 77), +(-72, 160), +(-72, 161), +(-72, 162), +(-72, 163), +(-72, 164), +(-72, 165), +(-72, 178), +(-72, 182), +(-72, 589), +(-72, 590), +(-72, 591), +(-72, 592), +(-72, 593), +(-72, 594), +(-72, 596), +(-72, 597), +(-72, 598), +(-72, 599), +(-72, 649), +(-72, 650), +(-72, 651), +(-72, 652), +(-72, 653), +(-72, 654), +(-72, 655), +(-72, 656), +(-72, 657), +(-72, 679), +(-72, 680), +(-72, 681), +(-72, 682), +(-72, 683), +(-72, 686), +(-72, 687), +(-72, 688), +(-72, 689), +(-72, 692), +(-72, 693), +(-72, 694), +(-72, 695), +(-72, 696), +(-72, 697), +(-72, 698), +(-72, 699), +(-72, 700), +(-72, 715), +(-72, 716), +(-72, 717), +(-72, 718), +(-72, 719), +(-72, 2164), +(-72, 2167), +(-72, 1975958), +(-72, 1975959); diff --git a/src/server/scripts/Events/events_script_loader.cpp b/src/server/scripts/Events/events_script_loader.cpp index ce57bc8fc..529ce2410 100644 --- a/src/server/scripts/Events/events_script_loader.cpp +++ b/src/server/scripts/Events/events_script_loader.cpp @@ -23,6 +23,7 @@ void AddSC_event_winter_veil_scripts(); void AddSC_event_love_in_the_air(); void AddSC_event_midsummer_scripts(); void AddSC_event_childrens_week(); +void AddSC_event_firework_show_scripts(); // The name of this function should match: // void Add${NameOfDirectory}Scripts() @@ -35,4 +36,5 @@ void AddEventsScripts() AddSC_event_love_in_the_air(); AddSC_event_midsummer_scripts(); AddSC_event_childrens_week(); + AddSC_event_firework_show_scripts(); } diff --git a/src/server/scripts/Events/firework_show/firework_show.cpp b/src/server/scripts/Events/firework_show/firework_show.cpp new file mode 100644 index 000000000..e9ac76d32 --- /dev/null +++ b/src/server/scripts/Events/firework_show/firework_show.cpp @@ -0,0 +1,206 @@ +/* + * This file is part of the AzerothCore Project. See AUTHORS file for Copyright information + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU Affero General Public License as published by the + * Free Software Foundation; either version 3 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see . + */ + +#include "firework_show.h" +#include "firework_show_BootyBay.h" +#include "firework_show_Exodar.h" +#include "firework_show_Ironforge.h" +#include "firework_show_Orgrimmar.h" +#include "firework_show_Shattrath.h" +#include "firework_show_Silvermoon.h" +#include "firework_show_Stormwind.h" +#include "firework_show_Teldrassil.h" +#include "firework_show_ThunderBluff.h" +#include "firework_show_Undercity.h" +#include "GameObjectAI.h" +#include "GameObjectScript.h" + +// , show +std::map, FireworkShow const *> const FireworkShowStore = { + { { 0, 1 }, &fireworkShowIronforge }, + { { 0, 33 }, &fireworkShowBootyBay }, + { { 0, 1497 }, &fireworkShowUndercity }, + { { 0, 1519 }, &fireworkShowStormwind }, + { { 1, 141 }, &fireworkShowTeldrassil }, + { { 1, 1637 }, &fireworkShowOrgrimmar }, + { { 1, 1638 }, &fireworkShowThunderBluff }, + { { 530, 3430 }, &fireworkShowSilvermoon }, + { { 530, 3557 }, &fireworkShowExodar }, + { { 530, 3703 }, &fireworkShowShattrath }, +}; + +struct go_firework_show : public GameObjectAI +{ + go_firework_show(GameObject* go) : GameObjectAI(go) + { + _curIdx = 0; + _showRunning = false; + _show = nullptr; + + InitShow(); + } + + void InitShow() + { + _show = nullptr; + + auto itr = FireworkShowStore.find(std::make_pair(me->GetMapId(), me->GetZoneId())); + if (itr != FireworkShowStore.end() && itr->second) + _show = itr->second; + + StopShow(); + + _scheduler.Schedule(Milliseconds(4200), [this](TaskContext context) + { + // check for show start + if (!_showRunning) + { + tzset(); // set timezone for localtime_r() -> fix issues due to daylight time + tm local_tm = Acore::Time::TimeBreakdown(); + + // each show runs approx. 12 minutes + // and starts at the full hour + if ((local_tm.tm_min >= 0) && (local_tm.tm_min < 12)) + { + StartShow(local_tm.tm_min); + } + } + + context.Repeat(); + }); + } + + // provide start offset to handle a "late start" + // e.g. if the gameobject is spawned later then the desired start time + void StartShow(int minutesOffset) + { + if (!_show || !_show->schedule.entries || !_show->schedule.size || !_show->spawns.entries || !_show->spawns.size) + return; + + _curIdx = 0; + _showRunning = true; + me->setActive(true); + + // fast-forward show if we've got a late start + if (minutesOffset > 0) + { + int ts = 0; + do { + ts = _show->schedule.entries[_curIdx].timestamp; + } while ((ts <= (minutesOffset * MINUTE * IN_MILLISECONDS)) && (++_curIdx < _show->schedule.size)); + } + + _scheduler.Schedule(0s, [this](TaskContext context) + { + int32 dt = 0; + do { + dt = SpawnNextFirework(); + } while (dt == 0); + + if (0 < dt) + context.Repeat(Milliseconds(dt)); + else + StopShow(); + }); + } + + void StopShow() + { + if (_showRunning) + { + // Trigger SAI to spawn 'Toasting Goblets' on show end + std::list _goList; + me->GetGameObjectListWithEntryInGrid(_goList, GO_TOASTING_GOBLET, 1420.0f); + + for (std::list::const_iterator itr = _goList.begin(); itr != _goList.end(); ++itr) + { + if (GameObjectAI* ai = (*itr)->AI()) + ai->SetData(0, 1); + } + + // Trigger SAI to make Revelers cheer on show end + for (uint32 i = 0; i < COUNT_REVELER_ID; i++) + { + std::list _crList; + me->GetCreatureListWithEntryInGrid(_crList, _show->revelerId[i], 1420.0f); + + for (std::list::const_iterator itr = _crList.begin(); itr != _crList.end(); ++itr) + { + if (CreatureAI* ai = (*itr)->AI()) + ai->SetData(0, 1); + } + } + } + + _showRunning = false; + me->setActive(false); + } + + int32 SpawnNextFirework() + { + if (!_showRunning) + return -1; + + if (!_show || !_show->schedule.entries || !_show->spawns.entries) + return -2; + + if (_curIdx >= _show->schedule.size) + return -3; + + uint32 posIdx = _show->schedule.entries[_curIdx].spawnIndex; + if (posIdx < _show->spawns.size) + { + me->SummonGameObject(_show->schedule.entries[_curIdx].gameobjectId, + _show->spawns.entries[posIdx].x, + _show->spawns.entries[posIdx].y, + _show->spawns.entries[posIdx].z, + _show->spawns.entries[posIdx].o, + _show->spawns.entries[posIdx].rot0, + _show->spawns.entries[posIdx].rot1, + _show->spawns.entries[posIdx].rot2, + _show->spawns.entries[posIdx].rot3, + 0); + } + + uint32 ts = _show->schedule.entries[_curIdx].timestamp; + + if (++_curIdx >= _show->schedule.size) + return -4; + + if (_show->schedule.entries[_curIdx].timestamp < ts) + return -5; + + return (_show->schedule.entries[_curIdx].timestamp - ts); + } + + void UpdateAI(uint32 diff) override + { + _scheduler.Update(diff); + } + +private: + TaskScheduler _scheduler; + uint32_t _curIdx; + bool _showRunning; + FireworkShow const * _show; +}; + +void AddSC_event_firework_show_scripts() +{ + // Gameobjects + RegisterGameObjectAI(go_firework_show); +} diff --git a/src/server/scripts/Events/firework_show/firework_show.h b/src/server/scripts/Events/firework_show/firework_show.h new file mode 100644 index 000000000..90b139eea --- /dev/null +++ b/src/server/scripts/Events/firework_show/firework_show.h @@ -0,0 +1,98 @@ +/* + * This file is part of the AzerothCore Project. See AUTHORS file for Copyright information + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU Affero General Public License as published by the + * Free Software Foundation; either version 3 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see . + */ + +#ifndef DEF_FIREWORK_SHOW_H +#define DEF_FIREWORK_SHOW_H + +#include "Define.h" + +enum eFireworks +{ + GO_FIREWORK_SHOW_TYPE_1_RED = 180703, + GO_FIREWORK_SHOW_TYPE_2_RED = 180704, + GO_FIREWORK_SHOW_TYPE_1_RED_BIG = 180707, + GO_FIREWORK_SHOW_TYPE_2_RED_BIG = 180708, + GO_FIREWORK_SHOW_TYPE_1_BLUE = 180720, + GO_FIREWORK_SHOW_TYPE_2_BLUE = 180721, + GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG = 180722, + GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG = 180723, + GO_FIREWORK_SHOW_TYPE_1_GREEN = 180724, + GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG = 180725, + GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG = 180726, + GO_FIREWORK_SHOW_TYPE_2_GREEN = 180727, + GO_FIREWORK_SHOW_TYPE_1_WHITE = 180728, + GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG = 180729, + GO_FIREWORK_SHOW_TYPE_2_WHITE = 180730, + GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG = 180731, + GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG = 180733, + GO_FIREWORK_SHOW_TYPE_1_YELLOW = 180736, + GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG = 180737, + GO_FIREWORK_SHOW_TYPE_2_YELLOW = 180738, + GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG = 180739, + GO_FIREWORK_SHOW_TYPE_2_PURPLE = 180740, + GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG = 180741, + + GO_TOASTING_GOBLET = 180754, + + NPC_STORMWIND_REVELER = 15694, + NPC_THUNDER_BLUFF_REVELER = 15719, + NPC_BOOTY_BAY_REVELER = 15723, + NPC_DARNASSUS_REVELER = 15905, + NPC_IRONFORGE_REVELER = 15906, + NPC_UNDERCITY_REVELER = 15907, + NPC_ORGRIMMAR_REVELER = 15908, + NPC_SCRYER_REVELER = 23023, + NPC_ALDOR_REVELER = 23024, + NPC_DRAENEI_REVELER = 23039, + NPC_BLOOD_ELF_REVELER = 23045, + + COUNT_REVELER_ID = 2, +}; + +struct FireworkShowGameobject +{ + float x; + float y; + float z; + float o; + float rot0; + float rot1; + float rot2; + float rot3; +}; + +struct FireworkShowScheduleEntry +{ + uint32 timestamp; + uint32 gameobjectId; + uint32 spawnIndex; +}; + +struct FireworkShow +{ + struct{ + FireworkShowScheduleEntry const * entries; + uint32 const size; + } schedule; + struct { + FireworkShowGameobject const * entries; + uint32 const size; + } spawns; + uint32 const revelerId[COUNT_REVELER_ID]; +}; + +#endif diff --git a/src/server/scripts/Events/firework_show/firework_show_BootyBay.h b/src/server/scripts/Events/firework_show/firework_show_BootyBay.h new file mode 100644 index 000000000..471faae11 --- /dev/null +++ b/src/server/scripts/Events/firework_show/firework_show_BootyBay.h @@ -0,0 +1,537 @@ +/* + * This file is part of the AzerothCore Project. See AUTHORS file for Copyright information + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU Affero General Public License as published by the + * Free Software Foundation; either version 3 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see . + */ + +#ifndef DEF_FIREWORK_SHOW_BOOTYBAY_H +#define DEF_FIREWORK_SHOW_BOOTYBAY_H + +#include "firework_show.h" + +// VerifiedBuild 50250 - Midsummer Fireworks Spectacular event +FireworkShowGameobject const FireworkShowGameobjectBootyBay[] = +{ + { -14360.708f, 493.60358f, 32.061573f, 5.8468537f, 0.0f, 0.0f, -0.21643925f, 0.97629607f }, /* 0 */ + { -14382.423f, 516.2576f, 37.59617f, 5.8468537f, 0.0f, 0.0f, -0.21643925f, 0.97629607f }, /* 1 */ + { -14351.329f, 506.18985f, 28.696842f, 5.8468537f, 0.0f, 0.0f, -0.21643925f, 0.97629607f }, /* 2 */ + { -14356.573f, 494.1887f, 39.58786f, 3.6826503f, 0.0f, 0.0f, -0.9636297f, 0.267241f }, /* 3 */ + { -14376.763f, 507.98416f, 59.565323f, 0.9773831f, 0.0f, 0.0f, 0.46947098f, 0.8829479f }, /* 4 */ + { -14358.028f, 515.05804f, 34.266403f, 3.6826503f, 0.0f, 0.0f, -0.9636297f, 0.267241f }, /* 5 */ + { -14358.974f, 502.0223f, 43.826313f, 2.1991146f, 0.0f, 0.0f, 0.89100647f, 0.45399064f }, /* 6 */ + { -14363.282f, 506.73438f, 41.271564f, 5.8992143f, 0.0f, 0.0f, -0.1908083f, 0.9816273f }, /* 7 */ + { -14370.767f, 487.4859f, 45.464447f, 4.886924f, 0.0f, 0.0f, -0.642787f, 0.766045f }, /* 8 */ + { -14357.489f, 490.84445f, 39.473286f, 0.9773831f, 0.0f, 0.0f, 0.46947098f, 0.8829479f }, /* 9 */ + { -14359.632f, 522.25714f, 31.286598f, 2.1991146f, 0.0f, 0.0f, 0.89100647f, 0.45399064f }, /* 10 */ + { -14376.658f, 516.6852f, 38.5385f, 2.1991146f, 0.0f, 0.0f, 0.89100647f, 0.45399064f }, /* 11 */ + { -14374.429f, 496.0701f, 31.312653f, 4.7647495f, 0.0f, 0.0f, -0.6883545f, 0.72537446f }, /* 12 */ + { -14374.914f, 491.50797f, 40.34925f, 4.886924f, 0.0f, 0.0f, -0.642787f, 0.766045f }, /* 13 */ + { -14355.49f, 518.56555f, 35.36923f, 4.7647495f, 0.0f, 0.0f, -0.6883545f, 0.72537446f }, /* 14 */ + { -14354.371f, 491.87906f, 39.833744f, 3.6826503f, 0.0f, 0.0f, -0.9636297f, 0.267241f }, /* 15 */ + { -14389.842f, 503.46115f, 37.370884f, 5.8992143f, 0.0f, 0.0f, -0.1908083f, 0.9816273f }, /* 16 */ + { -14353.637f, 485.4063f, 34.117043f, 4.7647495f, 0.0f, 0.0f, -0.6883545f, 0.72537446f }, /* 17 */ + { -14376.54f, 487.52817f, 44.470444f, 5.8992143f, 0.0f, 0.0f, -0.1908083f, 0.9816273f }, /* 18 */ + { -14379.146f, 507.23697f, 43.95641f, 6.0912004f, 0.0f, 0.0f, -0.09584522f, 0.99539626f }, /* 19 */ + { -14378.098f, 473.56082f, 40.167862f, 0.9773831f, 0.0f, 0.0f, 0.46947098f, 0.8829479f }, /* 20 */ + { -14380.022f, 506.33127f, 59.75512f, 6.0912004f, 0.0f, 0.0f, -0.09584522f, 0.99539626f }, /* 21 */ + { -14353.664f, 485.8341f, 36.866394f, 4.886924f, 0.0f, 0.0f, -0.642787f, 0.766045f }, /* 22 */ + { -14389.552f, 485.74365f, 36.326534f, 6.0912004f, 0.0f, 0.0f, -0.09584522f, 0.99539626f }, /* 23 */ + { -14371.19f, 505.8404f, 28.751783f, 6.0912004f, 0.0f, 0.0f, -0.09584522f, 0.99539626f }, /* 24 */ + { -14351.266f, 494.81473f, 26.889748f, 3.47321f, 0.0f, 0.0f, -0.9862852f, 0.1650499f }, /* 25 */ + { -14391.585f, 505.7818f, 29.009865f, 3.7001047f, 0.0f, 0.0f, -0.9612608f, 0.2756405f }, /* 26 */ + { -14360.903f, 476.7781f, 27.833723f, 2.5481794f, 0.0f, 0.0f, 0.95630455f, 0.29237235f }, /* 27 */ + { -14359.229f, 494.81744f, 41.420765f, 0.13962449f, 0.0f, 0.0f, 0.069755554f, 0.99756414f }, /* 28 */ + { -14373.079f, 524.4762f, 26.045519f, 4.66003f, 0.0f, 0.0f, -0.7253742f, 0.68835473f }, /* 29 */ + { -14373.886f, 491.5064f, 47.466377f, 3.47321f, 0.0f, 0.0f, -0.9862852f, 0.1650499f }, /* 30 */ + { -14372.838f, 508.7278f, 34.971527f, 2.5481794f, 0.0f, 0.0f, 0.95630455f, 0.29237235f }, /* 31 */ + { -14362.134f, 526.2929f, 24.909328f, 0.13962449f, 0.0f, 0.0f, 0.069755554f, 0.99756414f }, /* 32 */ + { -14401.415f, 506.0231f, 33.67751f, 4.729844f, 0.0f, 0.0f, -0.70090866f, 0.71325105f }, /* 33 */ + { -14349.437f, 528.6766f, 28.356276f, 6.073746f, 0.0f, 0.0f, -0.10452843f, 0.9945219f }, /* 34 */ + { -14351.302f, 489.6769f, 37.13969f, 4.66003f, 0.0f, 0.0f, -0.7253742f, 0.68835473f }, /* 35 */ + { -14382.14f, 470.336f, 30.188276f, 3.0543265f, 0.0f, 0.0f, 0.99904823f, 0.04361926f }, /* 36 */ + { -14392.547f, 503.00327f, 28.878883f, 4.66003f, 0.0f, 0.0f, -0.7253742f, 0.68835473f }, /* 37 */ + { -14377.155f, 486.9521f, 42.376797f, 5.550147f, 0.0f, 0.0f, -0.35836792f, 0.93358046f }, /* 38 */ + { -14358.694f, 516.5423f, 35.368343f, 2.1118479f, 0.0f, 0.0f, 0.8703556f, 0.4924237f }, /* 39 */ +}; + +// VerifiedBuild 50250 - Midsummer Fireworks Spectacular event +FireworkShowScheduleEntry const fireworkShowScheduleBootyBay[] = +{ + { 0, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 0 }, + { 0, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 1 }, + { 3373, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 2 }, + { 3373, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 3 }, + { 4811, GO_FIREWORK_SHOW_TYPE_2_BLUE, 4 }, + { 4811, GO_FIREWORK_SHOW_TYPE_1_RED, 5 }, + { 6671, GO_FIREWORK_SHOW_TYPE_1_BLUE, 6 }, + { 8088, GO_FIREWORK_SHOW_TYPE_2_GREEN, 7 }, + { 8088, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 8 }, + { 9699, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 9 }, + { 12937, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 10 }, + { 12937, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 11 }, + { 18189, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 12 }, + { 19399, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 13 }, + { 19399, GO_FIREWORK_SHOW_TYPE_1_GREEN, 0 }, + { 19399, GO_FIREWORK_SHOW_TYPE_2_RED, 14 }, + { 19399, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 15 }, + { 22854, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 1 }, + { 22854, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 16 }, + { 23814, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 8 }, + { 24400, GO_FIREWORK_SHOW_TYPE_2_RED, 5 }, + { 30902, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 17 }, + { 35539, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 18 }, + { 36779, GO_FIREWORK_SHOW_TYPE_1_BLUE, 4 }, + { 36779, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 19 }, + { 39170, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 16 }, + { 43244, GO_FIREWORK_SHOW_TYPE_1_WHITE, 13 }, + { 43244, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 20 }, + { 44869, GO_FIREWORK_SHOW_TYPE_1_GREEN, 0 }, + { 44869, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 6 }, + { 48378, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 14 }, + { 54582, GO_FIREWORK_SHOW_TYPE_2_BLUE, 7 }, + { 54582, GO_FIREWORK_SHOW_TYPE_2_WHITE, 10 }, + { 56200, GO_FIREWORK_SHOW_TYPE_1_WHITE, 21 }, + { 56200, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 1 }, + { 57792, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 9 }, + { 59558, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 11 }, + { 59558, GO_FIREWORK_SHOW_TYPE_2_BLUE, 12 }, + { 62634, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 5 }, + { 64599, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 14 }, + { 72352, GO_FIREWORK_SHOW_TYPE_2_GREEN, 0 }, + { 75554, GO_FIREWORK_SHOW_TYPE_2_WHITE, 2 }, + { 77215, GO_FIREWORK_SHOW_TYPE_1_RED, 14 }, + { 77544, GO_FIREWORK_SHOW_TYPE_2_RED, 22 }, + { 79500, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 5 }, + { 80599, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 1 }, + { 82023, GO_FIREWORK_SHOW_TYPE_1_GREEN, 7 }, + { 84074, GO_FIREWORK_SHOW_TYPE_1_GREEN, 4 }, + { 84074, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 8 }, + { 84074, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 10 }, + { 88626, GO_FIREWORK_SHOW_TYPE_1_GREEN, 15 }, + { 88626, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 17 }, + { 88986, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 13 }, + { 90134, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 9 }, + { 91901, GO_FIREWORK_SHOW_TYPE_1_WHITE, 20 }, + { 93406, GO_FIREWORK_SHOW_TYPE_1_RED, 23 }, + { 93406, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 12 }, + { 98400, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 2 }, + { 103301, GO_FIREWORK_SHOW_TYPE_1_RED, 22 }, + { 103301, GO_FIREWORK_SHOW_TYPE_1_GREEN, 4 }, + { 104878, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 21 }, + { 104878, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 5 }, + { 106741, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 20 }, + { 107980, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 11 }, + { 109583, GO_FIREWORK_SHOW_TYPE_2_RED, 23 }, + { 112931, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 13 }, + { 114485, GO_FIREWORK_SHOW_TYPE_2_GREEN, 7 }, + { 114485, GO_FIREWORK_SHOW_TYPE_2_WHITE, 17 }, + { 114485, GO_FIREWORK_SHOW_TYPE_2_WHITE, 10 }, + { 119512, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 0 }, + { 119512, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 22 }, + { 120078, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 3 }, + { 122918, GO_FIREWORK_SHOW_TYPE_2_RED, 5 }, + { 124409, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 1 }, + { 124796, GO_FIREWORK_SHOW_TYPE_1_WHITE, 2 }, + { 126246, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 13 }, + { 127461, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 8 }, + { 127461, GO_FIREWORK_SHOW_TYPE_1_GREEN, 4 }, + { 133204, GO_FIREWORK_SHOW_TYPE_1_RED, 14 }, + { 133790, GO_FIREWORK_SHOW_TYPE_2_GREEN, 6 }, + { 134298, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 16 }, + { 137335, GO_FIREWORK_SHOW_TYPE_1_BLUE, 15 }, + { 137481, GO_FIREWORK_SHOW_TYPE_1_RED, 23 }, + { 140362, GO_FIREWORK_SHOW_TYPE_2_BLUE, 19 }, + { 142113, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 12 }, + { 142355, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 22 }, + { 144060, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 5 }, + { 144060, GO_FIREWORK_SHOW_TYPE_1_WHITE, 2 }, + { 145573, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 9 }, + { 145573, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 0 }, + { 147185, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 3 }, + { 148806, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 17 }, + { 150390, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 11 }, + { 151991, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 21 }, + { 155240, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 1 }, + { 156857, GO_FIREWORK_SHOW_TYPE_2_GREEN, 15 }, + { 158563, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 16 }, + { 161477, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 0 }, + { 161841, GO_FIREWORK_SHOW_TYPE_2_BLUE, 8 }, + { 163297, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 14 }, + { 163297, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 9 }, + { 163618, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 13 }, + { 164965, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 5 }, + { 166948, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 18 }, + { 170039, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 2 }, + { 171084, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 6 }, + { 171577, GO_FIREWORK_SHOW_TYPE_2_RED, 22 }, + { 171577, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 20 }, + { 174281, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 23 }, + { 174683, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 3 }, + { 177931, GO_FIREWORK_SHOW_TYPE_1_BLUE, 12 }, + { 178063, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 1 }, + { 178063, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 21 }, + { 178063, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 16 }, + { 181375, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 11 }, + { 181375, GO_FIREWORK_SHOW_TYPE_2_BLUE, 8 }, + { 183163, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 10 }, + { 184183, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 20 }, + { 184183, GO_FIREWORK_SHOW_TYPE_2_BLUE, 7 }, + { 185594, GO_FIREWORK_SHOW_TYPE_1_BLUE, 4 }, + { 191057, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 14 }, + { 192283, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 13 }, + { 195742, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 17 }, + { 197319, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 5 }, + { 197319, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 0 }, + { 198932, GO_FIREWORK_SHOW_TYPE_2_GREEN, 19 }, + { 200843, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 18 }, + { 202366, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 3 }, + { 203966, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 21 }, + { 203966, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 22 }, + { 205480, GO_FIREWORK_SHOW_TYPE_1_WHITE, 20 }, + { 205480, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 8 }, + { 210262, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 10 }, + { 213488, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 3 }, + { 213488, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 11 }, + { 216732, GO_FIREWORK_SHOW_TYPE_2_GREEN, 7 }, + { 218348, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 1 }, + { 218348, GO_FIREWORK_SHOW_TYPE_2_RED, 23 }, + { 218348, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 8 }, + { 219949, GO_FIREWORK_SHOW_TYPE_2_RED, 18 }, + { 221574, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 19 }, + { 224412, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 0 }, + { 224806, GO_FIREWORK_SHOW_TYPE_2_GREEN, 15 }, + { 224806, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 5 }, + { 224806, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 4 }, + { 224806, GO_FIREWORK_SHOW_TYPE_1_WHITE, 16 }, + { 227653, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 6 }, + { 228197, GO_FIREWORK_SHOW_TYPE_1_WHITE, 2 }, + { 231054, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 1 }, + { 231054, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 12 }, + { 236554, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 21 }, + { 238978, GO_FIREWORK_SHOW_TYPE_2_WHITE, 10 }, + { 240997, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 17 }, + { 240997, GO_FIREWORK_SHOW_TYPE_2_RED, 22 }, + { 241228, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 16 }, + { 242637, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 23 }, + { 243860, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 4 }, + { 243860, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 14 }, + { 243860, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 7 }, + { 245491, GO_FIREWORK_SHOW_TYPE_2_GREEN, 15 }, + { 248733, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 3 }, + { 249123, GO_FIREWORK_SHOW_TYPE_1_BLUE, 19 }, + { 249123, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 18 }, + { 252159, GO_FIREWORK_SHOW_TYPE_1_WHITE, 2 }, + { 252159, GO_FIREWORK_SHOW_TYPE_2_BLUE, 0 }, + { 258449, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 20 }, + { 261694, GO_FIREWORK_SHOW_TYPE_1_GREEN, 12 }, + { 264945, GO_FIREWORK_SHOW_TYPE_1_BLUE, 6 }, + { 266555, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 9 }, + { 268343, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 11 }, + { 271638, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 14 }, + { 271638, GO_FIREWORK_SHOW_TYPE_1_BLUE, 15 }, + { 276618, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 1 }, + { 276618, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 13 }, + { 277914, GO_FIREWORK_SHOW_TYPE_2_GREEN, 4 }, + { 281152, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 5 }, + { 284622, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 6 }, + { 286427, GO_FIREWORK_SHOW_TYPE_2_WHITE, 16 }, + { 286427, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 12 }, + { 286427, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 21 }, + { 287804, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 2 }, + { 289649, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 10 }, + { 292520, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 19 }, + { 292520, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 17 }, + { 292520, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 22 }, + { 294260, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 13 }, + { 297365, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 15 }, + { 298961, GO_FIREWORK_SHOW_TYPE_1_GREEN, 0 }, + { 300613, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 4 }, + { 300613, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 11 }, + { 302640, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 9 }, + { 307076, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 6 }, + { 307076, GO_FIREWORK_SHOW_TYPE_1_GREEN, 19 }, + { 308699, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 20 }, + { 310329, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 5 }, + { 312068, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 18 }, + { 318539, GO_FIREWORK_SHOW_TYPE_2_RED, 23 }, + { 321664, GO_FIREWORK_SHOW_TYPE_2_BLUE, 8 }, + { 323439, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 3 }, + { 323439, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 0 }, + { 324888, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 6 }, + { 324888, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 7 }, + { 326864, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 11 }, + { 326864, GO_FIREWORK_SHOW_TYPE_2_WHITE, 21 }, + { 326864, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 2 }, + { 328133, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 1 }, + { 330143, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 16 }, + { 330143, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 10 }, + { 330143, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 13 }, + { 333012, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 12 }, + { 338445, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 21 }, + { 339491, GO_FIREWORK_SHOW_TYPE_2_BLUE, 15 }, + { 339491, GO_FIREWORK_SHOW_TYPE_2_RED, 22 }, + { 343023, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 14 }, + { 343023, GO_FIREWORK_SHOW_TYPE_2_WHITE, 20 }, + { 344952, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 8 }, + { 346258, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 4 }, + { 346379, GO_FIREWORK_SHOW_TYPE_2_BLUE, 19 }, + { 348137, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 17 }, + { 349225, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 6 }, + { 349225, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 18 }, + { 352459, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 13 }, + { 354263, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 5 }, + { 357492, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 9 }, + { 357706, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 16 }, + { 364145, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 11 }, + { 364246, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 10 }, + { 365398, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 3 }, + { 368650, GO_FIREWORK_SHOW_TYPE_1_WHITE, 2 }, + { 368650, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 20 }, + { 368650, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 22 }, + { 370406, GO_FIREWORK_SHOW_TYPE_1_RED, 18 }, + { 375230, GO_FIREWORK_SHOW_TYPE_2_GREEN, 19 }, + { 378329, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 7 }, + { 378728, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 21 }, + { 379950, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 11 }, + { 382105, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 14 }, + { 383602, GO_FIREWORK_SHOW_TYPE_1_GREEN, 12 }, + { 384820, GO_FIREWORK_SHOW_TYPE_1_RED, 23 }, + { 386448, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 9 }, + { 388461, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 13 }, + { 390083, GO_FIREWORK_SHOW_TYPE_2_WHITE, 10 }, + { 393115, GO_FIREWORK_SHOW_TYPE_1_GREEN, 8 }, + { 393324, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 6 }, + { 393324, GO_FIREWORK_SHOW_TYPE_1_RED, 22 }, + { 395247, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 17 }, + { 399395, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 0 }, + { 400128, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 11 }, + { 400128, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 19 }, + { 401420, GO_FIREWORK_SHOW_TYPE_1_RED, 23 }, + { 401420, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 3 }, + { 404247, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 14 }, + { 406280, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 7 }, + { 406392, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 20 }, + { 412613, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 17 }, + { 419353, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 23 }, + { 422060, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 15 }, + { 422454, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 11 }, + { 423676, GO_FIREWORK_SHOW_TYPE_2_RED, 22 }, + { 423676, GO_FIREWORK_SHOW_TYPE_1_WHITE, 13 }, + { 424078, GO_FIREWORK_SHOW_TYPE_2_BLUE, 7 }, + { 425639, GO_FIREWORK_SHOW_TYPE_1_WHITE, 10 }, + { 427333, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 16 }, + { 428551, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 1 }, + { 429072, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 14 }, + { 430986, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 19 }, + { 432415, GO_FIREWORK_SHOW_TYPE_2_WHITE, 2 }, + { 435133, GO_FIREWORK_SHOW_TYPE_2_BLUE, 6 }, + { 435645, GO_FIREWORK_SHOW_TYPE_1_BLUE, 8 }, + { 436759, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 12 }, + { 445135, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 17 }, + { 446474, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 1 }, + { 447149, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 23 }, + { 448353, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 11 }, + { 448353, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 20 }, + { 449568, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 18 }, + { 449568, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 9 }, + { 456048, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 15 }, + { 456048, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 4 }, + { 457673, GO_FIREWORK_SHOW_TYPE_1_RED, 14 }, + { 458075, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 7 }, + { 467378, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 22 }, + { 469319, GO_FIREWORK_SHOW_TYPE_1_WHITE, 21 }, + { 470607, GO_FIREWORK_SHOW_TYPE_2_GREEN, 4 }, + { 472631, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 19 }, + { 472631, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 16 }, + { 474380, GO_FIREWORK_SHOW_TYPE_1_WHITE, 2 }, + { 475596, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 18 }, + { 476046, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 1 }, + { 480526, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 15 }, + { 480909, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 11 }, + { 483964, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 17 }, + { 485533, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 13 }, + { 488416, GO_FIREWORK_SHOW_TYPE_1_GREEN, 8 }, + { 488830, GO_FIREWORK_SHOW_TYPE_2_WHITE, 2 }, + { 490197, GO_FIREWORK_SHOW_TYPE_2_GREEN, 12 }, + { 493271, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 5 }, + { 495286, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 21 }, + { 496508, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 18 }, + { 498389, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 0 }, + { 500136, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 7 }, + { 504546, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 1 }, + { 506489, GO_FIREWORK_SHOW_TYPE_1_RED, 22 }, + { 507870, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 20 }, + { 508280, GO_FIREWORK_SHOW_TYPE_2_WHITE, 10 }, + { 509626, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 4 }, + { 513073, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 16 }, + { 519506, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 5 }, + { 519607, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 19 }, + { 520816, GO_FIREWORK_SHOW_TYPE_2_BLUE, 6 }, + { 522444, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 23 }, + { 524056, GO_FIREWORK_SHOW_TYPE_2_BLUE, 7 }, + { 524457, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 3 }, + { 526082, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 10 }, + { 531320, GO_FIREWORK_SHOW_TYPE_2_GREEN, 15 }, + { 532256, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 0 }, + { 532548, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 2 }, + { 534172, GO_FIREWORK_SHOW_TYPE_2_BLUE, 8 }, + { 534172, GO_FIREWORK_SHOW_TYPE_1_WHITE, 13 }, + { 535387, GO_FIREWORK_SHOW_TYPE_1_RED, 22 }, + { 535789, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 4 }, + { 538623, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 21 }, + { 539026, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 1 }, + { 540639, GO_FIREWORK_SHOW_TYPE_2_RED, 23 }, + { 545637, GO_FIREWORK_SHOW_TYPE_2_WHITE, 17 }, + { 545637, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 13 }, + { 546711, GO_FIREWORK_SHOW_TYPE_2_BLUE, 0 }, + { 554835, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 18 }, + { 556447, GO_FIREWORK_SHOW_TYPE_2_GREEN, 12 }, + { 556986, GO_FIREWORK_SHOW_TYPE_1_BLUE, 19 }, + { 559700, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 2 }, + { 559700, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 9 }, + { 559700, GO_FIREWORK_SHOW_TYPE_2_GREEN, 4 }, + { 561718, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 11 }, + { 561718, GO_FIREWORK_SHOW_TYPE_2_RED, 1 }, + { 562914, GO_FIREWORK_SHOW_TYPE_1_BLUE, 7 }, + { 563325, GO_FIREWORK_SHOW_TYPE_1_WHITE, 20 }, + { 566572, GO_FIREWORK_SHOW_TYPE_1_WHITE, 13 }, + { 568021, GO_FIREWORK_SHOW_TYPE_1_RED, 5 }, + { 568021, GO_FIREWORK_SHOW_TYPE_1_BLUE, 19 }, + { 568365, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 14 }, + { 570142, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 6 }, + { 571271, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 17 }, + { 573051, GO_FIREWORK_SHOW_TYPE_2_BLUE, 12 }, + { 574935, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 16 }, + { 576217, GO_FIREWORK_SHOW_TYPE_2_WHITE, 10 }, + { 576217, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 3 }, + { 580884, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 22 }, + { 585601, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 21 }, + { 588953, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 13 }, + { 590871, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 14 }, + { 592329, GO_FIREWORK_SHOW_TYPE_2_BLUE, 7 }, + { 592329, GO_FIREWORK_SHOW_TYPE_2_WHITE, 2 }, + { 595337, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 5 }, + { 595842, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 8 }, + { 597351, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 10 }, + { 600721, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 16 }, + { 602198, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 1 }, + { 602198, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 22 }, + { 602198, GO_FIREWORK_SHOW_TYPE_2_WHITE, 17 }, + { 603681, GO_FIREWORK_SHOW_TYPE_1_RED, 9 }, + { 604103, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 15 }, + { 607059, GO_FIREWORK_SHOW_TYPE_2_BLUE, 4 }, + { 608678, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 11 }, + { 613545, GO_FIREWORK_SHOW_TYPE_2_WHITE, 20 }, + { 613545, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 19 }, + { 615572, GO_FIREWORK_SHOW_TYPE_2_WHITE, 13 }, + { 616784, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 5 }, + { 616784, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 18 }, + { 618808, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 22 }, + { 620021, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 17 }, + { 625058, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 3 }, + { 626785, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 4 }, + { 626785, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 1 }, + { 626785, GO_FIREWORK_SHOW_TYPE_2_BLUE, 6 }, + { 627731, GO_FIREWORK_SHOW_TYPE_2_BLUE, 12 }, + { 629949, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 21 }, + { 630970, GO_FIREWORK_SHOW_TYPE_1_RED, 9 }, + { 631607, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 15 }, + { 632741, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 8 }, + { 634464, GO_FIREWORK_SHOW_TYPE_2_BLUE, 19 }, + { 634605, GO_FIREWORK_SHOW_TYPE_1_WHITE, 20 }, + { 636559, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 2 }, + { 636559, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 13 }, + { 639045, GO_FIREWORK_SHOW_TYPE_1_BLUE, 0 }, + { 639437, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 10 }, + { 641461, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 23 }, + { 642671, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 17 }, + { 645920, GO_FIREWORK_SHOW_TYPE_1_BLUE, 7 }, + { 645920, GO_FIREWORK_SHOW_TYPE_1_RED, 22 }, + { 648856, GO_FIREWORK_SHOW_TYPE_2_GREEN, 6 }, + { 649157, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 3 }, + { 652004, GO_FIREWORK_SHOW_TYPE_1_BLUE, 15 }, + { 652405, GO_FIREWORK_SHOW_TYPE_2_WHITE, 16 }, + { 652405, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 20 }, + { 655372, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 0 }, + { 660268, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 11 }, + { 661838, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 12 }, + { 663825, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 23 }, + { 666714, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 2 }, + { 666714, GO_FIREWORK_SHOW_TYPE_2_BLUE, 7 }, + { 667363, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 3 }, + { 667363, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 21 }, + { 668168, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 14 }, + { 668168, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 5 }, + { 674629, GO_FIREWORK_SHOW_TYPE_1_WHITE, 24 }, + { 676245, GO_FIREWORK_SHOW_TYPE_2_RED, 22 }, + { 676245, GO_FIREWORK_SHOW_TYPE_1_RED, 1 }, + { 677053, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 25 }, + { 677053, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 26 }, + { 677053, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 27 }, + { 677053, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 28 }, + { 677053, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 16 }, + { 677053, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 7 }, + { 677053, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 2 }, + { 677053, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 29 }, + { 677053, GO_FIREWORK_SHOW_TYPE_1_GREEN, 12 }, + { 677053, GO_FIREWORK_SHOW_TYPE_1_GREEN, 6 }, + { 677053, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 14 }, + { 678667, GO_FIREWORK_SHOW_TYPE_2_GREEN, 30 }, + { 678667, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 23 }, + { 678667, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 31 }, + { 678667, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 32 }, + { 678667, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 15 }, + { 678667, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 11 }, + { 678667, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 5 }, + { 678667, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 33 }, + { 678667, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 34 }, + { 678667, GO_FIREWORK_SHOW_TYPE_1_BLUE, 35 }, + { 678667, GO_FIREWORK_SHOW_TYPE_2_RED, 36 }, + { 678667, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 19 }, + { 678667, GO_FIREWORK_SHOW_TYPE_2_RED, 37 }, + { 678667, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 38 }, + { 678667, GO_FIREWORK_SHOW_TYPE_1_GREEN, 4 }, + { 678667, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 18 }, + { 679422, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 3 }, + { 679422, GO_FIREWORK_SHOW_TYPE_2_WHITE, 39 }, + { 679422, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 21 }, + { 679809, GO_FIREWORK_SHOW_TYPE_1_GREEN, 8 }, + { 679809, GO_FIREWORK_SHOW_TYPE_2_WHITE, 20 }, + { 681100, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 17 }, + { 681100, GO_FIREWORK_SHOW_TYPE_2_BLUE, 0 }, + { 682717, GO_FIREWORK_SHOW_TYPE_1_WHITE, 13 }, + { 686258, GO_FIREWORK_SHOW_TYPE_1_WHITE, 10 }, + { 690976, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 9 }, +}; + +FireworkShow const fireworkShowBootyBay = +{ + .schedule = + { + .entries = fireworkShowScheduleBootyBay, + .size = sizeof(fireworkShowScheduleBootyBay) / sizeof(fireworkShowScheduleBootyBay[0]) + }, + .spawns = + { + .entries = FireworkShowGameobjectBootyBay, + .size = sizeof(FireworkShowGameobjectBootyBay) / sizeof(FireworkShowGameobjectBootyBay[0]) + }, + .revelerId = + { + NPC_BOOTY_BAY_REVELER, + 0 + } +}; + +#endif diff --git a/src/server/scripts/Events/firework_show/firework_show_Exodar.h b/src/server/scripts/Events/firework_show/firework_show_Exodar.h new file mode 100644 index 000000000..b30c1663e --- /dev/null +++ b/src/server/scripts/Events/firework_show/firework_show_Exodar.h @@ -0,0 +1,1294 @@ +/* + * This file is part of the AzerothCore Project. See AUTHORS file for Copyright information + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU Affero General Public License as published by the + * Free Software Foundation; either version 3 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see . + */ + +#ifndef DEF_FIREWORK_SHOW_EXODAR_H +#define DEF_FIREWORK_SHOW_EXODAR_H + +#include "firework_show.h" + +// VerifiedBuild 50250 - Midsummer Fireworks Spectacular event +FireworkShowGameobject const fireworkShowGameobjectExodar[] = +{ + { -3972.8308f, -11850.722f, 89.65628f, 2.5481794f, 0.0f, 0.0f, 0.95630455f, 0.29237235f }, /* 0 */ + { -3992.4653f, -11843.856f, 186.40427f, 2.1991146f, 0.0f, 0.0f, 0.89100647f, 0.45399064f }, /* 1 */ + { -4009.4602f, -11824.119f, 126.70068f, 0.13962449f, 0.0f, 0.0f, 0.069755554f, 0.99756414f }, /* 2 */ + { -3943.5027f, -11854.649f, 145.23196f, 3.6302915f, 0.0f, 0.0f, -0.97029495f, 0.241925f }, /* 3 */ + { -3990.369f, -11844.746f, 94.177345f, 6.073746f, 0.0f, 0.0f, -0.10452843f, 0.9945219f }, /* 4 */ + { -4025.5344f, -11790.811f, 164.82593f, 2.5481794f, 0.0f, 0.0f, 0.95630455f, 0.29237235f }, /* 5 */ + { -3986.625f, -11847.289f, 142.01924f, 6.0912004f, 0.0f, 0.0f, -0.09584522f, 0.99539626f }, /* 6 */ + { -4006.2297f, -11830.177f, 184.45349f, 5.8992143f, 0.0f, 0.0f, -0.1908083f, 0.9816273f }, /* 7 */ + { -4013.6663f, -11817.911f, 169.5565f, 2.1118479f, 0.0f, 0.0f, 0.8703556f, 0.4924237f }, /* 8 */ + { -3949.376f, -11848.428f, 146.44656f, 2.1991146f, 0.0f, 0.0f, 0.89100647f, 0.45399064f }, /* 9 */ + { -3957.711f, -11850.805f, 147.13005f, 3.6826503f, 0.0f, 0.0f, -0.9636297f, 0.267241f }, /* 10 */ + { -4028.4758f, -11782.849f, 100.85436f, 0.13962449f, 0.0f, 0.0f, 0.069755554f, 0.99756414f }, /* 11 */ + { -3923.543f, -11851.157f, 93.192505f, 3.0543265f, 0.0f, 0.0f, 0.99904823f, 0.04361926f }, /* 12 */ + { -3994.082f, -11855.4f, 66.149536f, 4.3284197f, 0.0f, 0.0f, -0.8290367f, 0.55919415f }, /* 13 */ + { -4014.8477f, -11815.577f, 130.21893f, 4.729844f, 0.0f, 0.0f, -0.70090866f, 0.71325105f }, /* 14 */ + { -3984.9463f, -11844.98f, 164.378f, 4.66003f, 0.0f, 0.0f, -0.7253742f, 0.68835473f }, /* 15 */ + { -4019.754f, -11805.568f, 129.97884f, 3.6302915f, 0.0f, 0.0f, -0.97029495f, 0.241925f }, /* 16 */ + { -4018.511f, -11807.98f, 179.36072f, 4.4505906f, 0.0f, 0.0f, -0.7933531f, 0.6087617f }, /* 17 */ + { -4041.02f, -11757.234f, 139.85316f, 5.8468537f, 0.0f, 0.0f, -0.21643925f, 0.97629607f }, /* 18 */ + { -4069.2634f, -11755.886f, 133.33618f, 0.13962449f, 0.0f, 0.0f, 0.069755554f, 0.99756414f }, /* 19 */ + { -4012.1301f, -11814.232f, 165.83981f, 3.0543265f, 0.0f, 0.0f, 0.99904823f, 0.04361926f }, /* 20 */ + { -3954.3313f, -11851.98f, 81.24915f, 3.0543265f, 0.0f, 0.0f, 0.99904823f, 0.04361926f }, /* 21 */ + { -3974.2712f, -11849.301f, 183.4967f, 0.9773831f, 0.0f, 0.0f, 0.46947098f, 0.8829479f }, /* 22 */ + { -4013.8516f, -11817.62f, 126.22759f, 4.886924f, 0.0f, 0.0f, -0.642787f, 0.766045f }, /* 23 */ + { -3918.684f, -11840.534f, 216.56499f, 4.886924f, 0.0f, 0.0f, -0.642787f, 0.766045f }, /* 24 */ + { -3971.1182f, -11850.716f, 137.19191f, 6.073746f, 0.0f, 0.0f, -0.10452843f, 0.9945219f }, /* 25 */ + { -3967.3667f, -11851.36f, 123.7478f, 4.729844f, 0.0f, 0.0f, -0.70090866f, 0.71325105f }, /* 26 */ + { -4006.938f, -11821.574f, 81.11591f, 5.550147f, 0.0f, 0.0f, -0.35836792f, 0.93358046f }, /* 27 */ + { -3937.8425f, -11856.815f, 80.51583f, 4.66003f, 0.0f, 0.0f, -0.7253742f, 0.68835473f }, /* 28 */ + { -4017.2705f, -11814.06f, 73.86016f, 2.1118479f, 0.0f, 0.0f, 0.8703556f, 0.4924237f }, /* 29 */ + { -3930.9192f, -11853.741f, 138.64586f, 0.9773831f, 0.0f, 0.0f, 0.46947098f, 0.8829479f }, /* 30 */ + { -3896.356f, -11844.685f, 148.2895f, 5.8992143f, 0.0f, 0.0f, -0.1908083f, 0.9816273f }, /* 31 */ + { -3948.3784f, -11854.062f, 135.62064f, 3.47321f, 0.0f, 0.0f, -0.9862852f, 0.1650499f }, /* 32 */ + { -3938.3564f, -11850.213f, 200.64125f, 3.6826503f, 0.0f, 0.0f, -0.9636297f, 0.267241f }, /* 33 */ + { -4011.0464f, -11818.308f, 141.96341f, 4.7647495f, 0.0f, 0.0f, -0.6883545f, 0.72537446f }, /* 34 */ + { -3943.8542f, -11854.617f, 163.08516f, 5.550147f, 0.0f, 0.0f, -0.35836792f, 0.93358046f }, /* 35 */ + { -3990.212f, -11844.825f, 89.085785f, 2.1118479f, 0.0f, 0.0f, 0.8703556f, 0.4924237f }, /* 36 */ + { -4015.0825f, -11815.156f, 147.34068f, 4.886924f, 0.0f, 0.0f, -0.642787f, 0.766045f }, /* 37 */ + { -4018.3208f, -11808.372f, 178.2087f, 0.9773831f, 0.0f, 0.0f, 0.46947098f, 0.8829479f }, /* 38 */ + { -3989.2883f, -11846.685f, 147.7923f, 3.7001047f, 0.0f, 0.0f, -0.9612608f, 0.2756405f }, /* 39 */ + { -3812.7925f, -11807.489f, 135.92125f, 3.7001047f, 0.0f, 0.0f, -0.9612608f, 0.2756405f }, /* 40 */ + { -4031.5435f, -11791.474f, 78.31419f, 4.66003f, 0.0f, 0.0f, -0.7253742f, 0.68835473f }, /* 41 */ + { -3954.9392f, -11852.576f, 184.59834f, 5.8992143f, 0.0f, 0.0f, -0.1908083f, 0.9816273f }, /* 42 */ + { -4049.1155f, -11781.368f, 197.99422f, 3.6826503f, 0.0f, 0.0f, -0.9636297f, 0.267241f }, /* 43 */ + { -4028.2644f, -11781.041f, 135.24858f, 6.0912004f, 0.0f, 0.0f, -0.09584522f, 0.99539626f }, /* 44 */ + { -3937.8174f, -11853.637f, 121.15438f, 3.47321f, 0.0f, 0.0f, -0.9862852f, 0.1650499f }, /* 45 */ + { -4025.119f, -11794.488f, 183.67537f, 4.7647495f, 0.0f, 0.0f, -0.6883545f, 0.72537446f }, /* 46 */ + { -4043.6753f, -11746.474f, 136.93324f, 3.47321f, 0.0f, 0.0f, -0.9862852f, 0.1650499f }, /* 47 */ + { -3966.8643f, -11851.993f, 106.27171f, 2.5481794f, 0.0f, 0.0f, 0.95630455f, 0.29237235f }, /* 48 */ + { -4012.3281f, -11821.778f, 92.57595f, 6.073746f, 0.0f, 0.0f, -0.10452843f, 0.9945219f }, /* 49 */ + { -3943.3398f, -11850.356f, 191.21529f, 5.8468537f, 0.0f, 0.0f, -0.21643925f, 0.97629607f }, /* 50 */ + { -3946.9368f, -11851.443f, 192.16539f, 2.1991146f, 0.0f, 0.0f, 0.89100647f, 0.45399064f }, /* 51 */ + { -4018.111f, -11808.963f, 113.28761f, 3.6302915f, 0.0f, 0.0f, -0.97029495f, 0.241925f }, /* 52 */ + { -3946.0999f, -11854.026f, 131.20593f, 6.0912004f, 0.0f, 0.0f, -0.09584522f, 0.99539626f }, /* 53 */ + { -4038.572f, -11767.105f, 191.16573f, 4.7647495f, 0.0f, 0.0f, -0.6883545f, 0.72537446f }, /* 54 */ + { -4036.4614f, -11783.401f, 142.81516f, 4.729844f, 0.0f, 0.0f, -0.70090866f, 0.71325105f }, /* 55 */ + { -3977.3152f, -11848.606f, 128.44792f, 3.7001047f, 0.0f, 0.0f, -0.9612608f, 0.2756405f }, /* 56 */ + { -3988.0034f, -11846.717f, 73.19949f, 6.0912004f, 0.0f, 0.0f, -0.09584522f, 0.99539626f }, /* 57 */ +}; + +// VerifiedBuild 50250 - Midsummer Fireworks Spectacular event +FireworkShowScheduleEntry const fireworkShowScheduleExodar[] = +{ + { 0, GO_FIREWORK_SHOW_TYPE_1_GREEN, 0 }, + { 1638, GO_FIREWORK_SHOW_TYPE_2_RED, 1 }, + { 2861, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 2 }, + { 2861, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 3 }, + { 4887, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 4 }, + { 4887, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 5 }, + { 6100, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 6 }, + { 6509, GO_FIREWORK_SHOW_TYPE_2_RED, 7 }, + { 7721, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 8 }, + { 9753, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 9 }, + { 9753, GO_FIREWORK_SHOW_TYPE_2_WHITE, 10 }, + { 10967, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 11 }, + { 10967, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 12 }, + { 11370, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 13 }, + { 11370, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 14 }, + { 11370, GO_FIREWORK_SHOW_TYPE_2_WHITE, 15 }, + { 12591, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 16 }, + { 12591, GO_FIREWORK_SHOW_TYPE_1_BLUE, 17 }, + { 12591, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 18 }, + { 12591, GO_FIREWORK_SHOW_TYPE_1_WHITE, 19 }, + { 12591, GO_FIREWORK_SHOW_TYPE_2_WHITE, 20 }, + { 13807, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 21 }, + { 13807, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 22 }, + { 13807, GO_FIREWORK_SHOW_TYPE_1_GREEN, 23 }, + { 14625, GO_FIREWORK_SHOW_TYPE_2_RED, 24 }, + { 14625, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 25 }, + { 14625, GO_FIREWORK_SHOW_TYPE_2_BLUE, 26 }, + { 16227, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 27 }, + { 16227, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 28 }, + { 17450, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 29 }, + { 19485, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 30 }, + { 19485, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 31 }, + { 19485, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 0 }, + { 19485, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 32 }, + { 21038, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 33 }, + { 21038, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 34 }, + { 21038, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 35 }, + { 23539, GO_FIREWORK_SHOW_TYPE_1_GREEN, 4 }, + { 27186, GO_FIREWORK_SHOW_TYPE_1_RED, 36 }, + { 29212, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 37 }, + { 32053, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 10 }, + { 33263, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 2 }, + { 33263, GO_FIREWORK_SHOW_TYPE_1_BLUE, 38 }, + { 35283, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 39 }, + { 35689, GO_FIREWORK_SHOW_TYPE_1_WHITE, 19 }, + { 35689, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 8 }, + { 35689, GO_FIREWORK_SHOW_TYPE_2_WHITE, 40 }, + { 36904, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 41 }, + { 36904, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 14 }, + { 36904, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 5 }, + { 38116, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 42 }, + { 38116, GO_FIREWORK_SHOW_TYPE_2_RED, 43 }, + { 38925, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 30 }, + { 40122, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 11 }, + { 40538, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 35 }, + { 40538, GO_FIREWORK_SHOW_TYPE_2_GREEN, 29 }, + { 40538, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 44 }, + { 41758, GO_FIREWORK_SHOW_TYPE_2_GREEN, 45 }, + { 41758, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 46 }, + { 43789, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 25 }, + { 43789, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 13 }, + { 43789, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 47 }, + { 43789, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 48 }, + { 44996, GO_FIREWORK_SHOW_TYPE_2_GREEN, 21 }, + { 45398, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 2 }, + { 45398, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 32 }, + { 46616, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 26 }, + { 46616, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 49 }, + { 47825, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 50 }, + { 47825, GO_FIREWORK_SHOW_TYPE_1_BLUE, 51 }, + { 48641, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 31 }, + { 49852, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 52 }, + { 49852, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 7 }, + { 49852, GO_FIREWORK_SHOW_TYPE_1_GREEN, 4 }, + { 50266, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 18 }, + { 50266, GO_FIREWORK_SHOW_TYPE_1_GREEN, 0 }, + { 50266, GO_FIREWORK_SHOW_TYPE_1_RED, 22 }, + { 50266, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 37 }, + { 51487, GO_FIREWORK_SHOW_TYPE_1_BLUE, 33 }, + { 52664, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 27 }, + { 52664, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 53 }, + { 53502, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 9 }, + { 53502, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 3 }, + { 55131, GO_FIREWORK_SHOW_TYPE_1_RED, 43 }, + { 56333, GO_FIREWORK_SHOW_TYPE_1_GREEN, 29 }, + { 56333, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 1 }, + { 57540, GO_FIREWORK_SHOW_TYPE_2_BLUE, 54 }, + { 58306, GO_FIREWORK_SHOW_TYPE_2_WHITE, 15 }, + { 58306, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 24 }, + { 59968, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 35 }, + { 61188, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 41 }, + { 62395, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 2 }, + { 63151, GO_FIREWORK_SHOW_TYPE_1_GREEN, 42 }, + { 63151, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 20 }, + { 63151, GO_FIREWORK_SHOW_TYPE_1_WHITE, 34 }, + { 64837, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 16 }, + { 64837, GO_FIREWORK_SHOW_TYPE_2_WHITE, 10 }, + { 64837, GO_FIREWORK_SHOW_TYPE_1_WHITE, 55 }, + { 64837, GO_FIREWORK_SHOW_TYPE_1_WHITE, 8 }, + { 66101, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 19 }, + { 66101, GO_FIREWORK_SHOW_TYPE_2_GREEN, 6 }, + { 66101, GO_FIREWORK_SHOW_TYPE_2_RED, 13 }, + { 68071, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 52 }, + { 68071, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 28 }, + { 71313, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 48 }, + { 71313, GO_FIREWORK_SHOW_TYPE_1_RED, 49 }, + { 74156, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 36 }, + { 76175, GO_FIREWORK_SHOW_TYPE_2_BLUE, 21 }, + { 77398, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 27 }, + { 77799, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 3 }, + { 77799, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 0 }, + { 78951, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 11 }, + { 78951, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 40 }, + { 80227, GO_FIREWORK_SHOW_TYPE_1_RED, 41 }, + { 81027, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 35 }, + { 82261, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 2 }, + { 82261, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 9 }, + { 82261, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 13 }, + { 82665, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 25 }, + { 83867, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 42 }, + { 83867, GO_FIREWORK_SHOW_TYPE_2_BLUE, 4 }, + { 83867, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 32 }, + { 85085, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 53 }, + { 85876, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 55 }, + { 87498, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 47 }, + { 87498, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 22 }, + { 87498, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 54 }, + { 88704, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 52 }, + { 88704, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 5 }, + { 90736, GO_FIREWORK_SHOW_TYPE_2_BLUE, 56 }, + { 90736, GO_FIREWORK_SHOW_TYPE_1_RED, 14 }, + { 92341, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 37 }, + { 92341, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 29 }, + { 92341, GO_FIREWORK_SHOW_TYPE_2_WHITE, 40 }, + { 95581, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 38 }, + { 97189, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 10 }, + { 98402, GO_FIREWORK_SHOW_TYPE_2_WHITE, 30 }, + { 98402, GO_FIREWORK_SHOW_TYPE_2_BLUE, 42 }, + { 98402, GO_FIREWORK_SHOW_TYPE_2_BLUE, 23 }, + { 100369, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 55 }, + { 101652, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 51 }, + { 102058, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 34 }, + { 102058, GO_FIREWORK_SHOW_TYPE_1_WHITE, 44 }, + { 103259, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 24 }, + { 103259, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 17 }, + { 103259, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 9 }, + { 103259, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 12 }, + { 104479, GO_FIREWORK_SHOW_TYPE_1_GREEN, 33 }, + { 105249, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 19 }, + { 105249, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 5 }, + { 105249, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 48 }, + { 106917, GO_FIREWORK_SHOW_TYPE_1_WHITE, 47 }, + { 106917, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 49 }, + { 108129, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 31 }, + { 108129, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 25 }, + { 108129, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 43 }, + { 109339, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 32 }, + { 110149, GO_FIREWORK_SHOW_TYPE_1_RED, 14 }, + { 111352, GO_FIREWORK_SHOW_TYPE_1_BLUE, 11 }, + { 111352, GO_FIREWORK_SHOW_TYPE_1_BLUE, 21 }, + { 111352, GO_FIREWORK_SHOW_TYPE_1_RED, 1 }, + { 111352, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 50 }, + { 112963, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 0 }, + { 114189, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 51 }, + { 114985, GO_FIREWORK_SHOW_TYPE_2_RED, 39 }, + { 116590, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 13 }, + { 117818, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 42 }, + { 119037, GO_FIREWORK_SHOW_TYPE_2_GREEN, 52 }, + { 119844, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 41 }, + { 119844, GO_FIREWORK_SHOW_TYPE_1_GREEN, 26 }, + { 120995, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 7 }, + { 121469, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 2 }, + { 122674, GO_FIREWORK_SHOW_TYPE_2_GREEN, 4 }, + { 125901, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 22 }, + { 125901, GO_FIREWORK_SHOW_TYPE_1_BLUE, 45 }, + { 125901, GO_FIREWORK_SHOW_TYPE_2_GREEN, 28 }, + { 126303, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 36 }, + { 127529, GO_FIREWORK_SHOW_TYPE_2_BLUE, 56 }, + { 127529, GO_FIREWORK_SHOW_TYPE_1_WHITE, 18 }, + { 127529, GO_FIREWORK_SHOW_TYPE_1_WHITE, 30 }, + { 127529, GO_FIREWORK_SHOW_TYPE_1_GREEN, 29 }, + { 129550, GO_FIREWORK_SHOW_TYPE_1_WHITE, 47 }, + { 132386, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 10 }, + { 133611, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 46 }, + { 134417, GO_FIREWORK_SHOW_TYPE_2_GREEN, 0 }, + { 134417, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 40 }, + { 134417, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 49 }, + { 134417, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 3 }, + { 135640, GO_FIREWORK_SHOW_TYPE_1_GREEN, 52 }, + { 135640, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 54 }, + { 136043, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 50 }, + { 137269, GO_FIREWORK_SHOW_TYPE_1_BLUE, 21 }, + { 137269, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 6 }, + { 137269, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 15 }, + { 137269, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 8 }, + { 138482, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 38 }, + { 139298, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 32 }, + { 139298, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 24 }, + { 139298, GO_FIREWORK_SHOW_TYPE_1_RED, 13 }, + { 139298, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 14 }, + { 140920, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 41 }, + { 142127, GO_FIREWORK_SHOW_TYPE_1_GREEN, 42 }, + { 143335, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 17 }, + { 144153, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 25 }, + { 145771, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 44 }, + { 145771, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 31 }, + { 146978, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 37 }, + { 146978, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 1 }, + { 148183, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 3 }, + { 148990, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 53 }, + { 150212, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 23 }, + { 151832, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 8 }, + { 151832, GO_FIREWORK_SHOW_TYPE_2_RED, 2 }, + { 151832, GO_FIREWORK_SHOW_TYPE_1_WHITE, 20 }, + { 153849, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 29 }, + { 155065, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 18 }, + { 155065, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 56 }, + { 155480, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 12 }, + { 155480, GO_FIREWORK_SHOW_TYPE_2_RED, 16 }, + { 155480, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 55 }, + { 156692, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 52 }, + { 157847, GO_FIREWORK_SHOW_TYPE_1_GREEN, 38 }, + { 158715, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 30 }, + { 158715, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 5 }, + { 158715, GO_FIREWORK_SHOW_TYPE_1_RED, 36 }, + { 159931, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 43 }, + { 160336, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 45 }, + { 160336, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 40 }, + { 161551, GO_FIREWORK_SHOW_TYPE_2_GREEN, 51 }, + { 161551, GO_FIREWORK_SHOW_TYPE_1_GREEN, 11 }, + { 161551, GO_FIREWORK_SHOW_TYPE_1_RED, 32 }, + { 161551, GO_FIREWORK_SHOW_TYPE_1_GREEN, 28 }, + { 162761, GO_FIREWORK_SHOW_TYPE_2_GREEN, 42 }, + { 164780, GO_FIREWORK_SHOW_TYPE_2_RED, 50 }, + { 165195, GO_FIREWORK_SHOW_TYPE_1_RED, 46 }, + { 165195, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 35 }, + { 166386, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 15 }, + { 166386, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 7 }, + { 166386, GO_FIREWORK_SHOW_TYPE_2_BLUE, 17 }, + { 168421, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 22 }, + { 168421, GO_FIREWORK_SHOW_TYPE_1_WHITE, 3 }, + { 168421, GO_FIREWORK_SHOW_TYPE_2_BLUE, 26 }, + { 170038, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 34 }, + { 171241, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 12 }, + { 171241, GO_FIREWORK_SHOW_TYPE_1_RED, 1 }, + { 172454, GO_FIREWORK_SHOW_TYPE_1_BLUE, 45 }, + { 174480, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 52 }, + { 174887, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 36 }, + { 174887, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 47 }, + { 176096, GO_FIREWORK_SHOW_TYPE_2_RED, 41 }, + { 176096, GO_FIREWORK_SHOW_TYPE_1_GREEN, 0 }, + { 176096, GO_FIREWORK_SHOW_TYPE_2_GREEN, 56 }, + { 177306, GO_FIREWORK_SHOW_TYPE_2_GREEN, 6 }, + { 178125, GO_FIREWORK_SHOW_TYPE_2_WHITE, 25 }, + { 178125, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 44 }, + { 179755, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 5 }, + { 179755, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 39 }, + { 179755, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 20 }, + { 180964, GO_FIREWORK_SHOW_TYPE_2_BLUE, 23 }, + { 180964, GO_FIREWORK_SHOW_TYPE_2_BLUE, 29 }, + { 180964, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 31 }, + { 182180, GO_FIREWORK_SHOW_TYPE_1_RED, 24 }, + { 182180, GO_FIREWORK_SHOW_TYPE_1_GREEN, 21 }, + { 184193, GO_FIREWORK_SHOW_TYPE_1_RED, 53 }, + { 185821, GO_FIREWORK_SHOW_TYPE_2_WHITE, 47 }, + { 189175, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 2 }, + { 189442, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 33 }, + { 190661, GO_FIREWORK_SHOW_TYPE_1_RED, 7 }, + { 190661, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 35 }, + { 190661, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 46 }, + { 190661, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 22 }, + { 190661, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 3 }, + { 191888, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 26 }, + { 193917, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 48 }, + { 193917, GO_FIREWORK_SHOW_TYPE_1_BLUE, 52 }, + { 194319, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 8 }, + { 195537, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 10 }, + { 195537, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 30 }, + { 195537, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 0 }, + { 196761, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 36 }, + { 196761, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 38 }, + { 197566, GO_FIREWORK_SHOW_TYPE_2_WHITE, 34 }, + { 199195, GO_FIREWORK_SHOW_TYPE_2_WHITE, 40 }, + { 200416, GO_FIREWORK_SHOW_TYPE_2_RED, 1 }, + { 200416, GO_FIREWORK_SHOW_TYPE_1_BLUE, 51 }, + { 202437, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 37 }, + { 203652, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 11 }, + { 203652, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 42 }, + { 204066, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 31 }, + { 205277, GO_FIREWORK_SHOW_TYPE_1_RED, 43 }, + { 205277, GO_FIREWORK_SHOW_TYPE_2_GREEN, 56 }, + { 205277, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 55 }, + { 205277, GO_FIREWORK_SHOW_TYPE_1_GREEN, 28 }, + { 206487, GO_FIREWORK_SHOW_TYPE_1_BLUE, 27 }, + { 206487, GO_FIREWORK_SHOW_TYPE_2_GREEN, 45 }, + { 206487, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 21 }, + { 207305, GO_FIREWORK_SHOW_TYPE_2_WHITE, 44 }, + { 208519, GO_FIREWORK_SHOW_TYPE_2_RED, 53 }, + { 208924, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 5 }, + { 210142, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 18 }, + { 210142, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 54 }, + { 210142, GO_FIREWORK_SHOW_TYPE_2_RED, 13 }, + { 210142, GO_FIREWORK_SHOW_TYPE_1_WHITE, 15 }, + { 213374, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 4 }, + { 213374, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 32 }, + { 213776, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 10 }, + { 214988, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 25 }, + { 214988, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 24 }, + { 216161, GO_FIREWORK_SHOW_TYPE_2_BLUE, 33 }, + { 217335, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 47 }, + { 217335, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 50 }, + { 218232, GO_FIREWORK_SHOW_TYPE_2_BLUE, 0 }, + { 218636, GO_FIREWORK_SHOW_TYPE_1_RED, 46 }, + { 218636, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 9 }, + { 219850, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 39 }, + { 219850, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 6 }, + { 219850, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 12 }, + { 221873, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 14 }, + { 224701, GO_FIREWORK_SHOW_TYPE_2_RED, 16 }, + { 224701, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 1 }, + { 224701, GO_FIREWORK_SHOW_TYPE_1_RED, 49 }, + { 224701, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 35 }, + { 224701, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 38 }, + { 225913, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 2 }, + { 226732, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 15 }, + { 227942, GO_FIREWORK_SHOW_TYPE_2_RED, 7 }, + { 227942, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 27 }, + { 228348, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 20 }, + { 228348, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 3 }, + { 229562, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 26 }, + { 230773, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 51 }, + { 231580, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 55 }, + { 231580, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 44 }, + { 232795, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 21 }, + { 233210, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 31 }, + { 233210, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 48 }, + { 234416, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 34 }, + { 234416, GO_FIREWORK_SHOW_TYPE_1_WHITE, 8 }, + { 236438, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 37 }, + { 237662, GO_FIREWORK_SHOW_TYPE_1_BLUE, 4 }, + { 237662, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 45 }, + { 237662, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 29 }, + { 238097, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 5 }, + { 239285, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 11 }, + { 240509, GO_FIREWORK_SHOW_TYPE_1_RED, 32 }, + { 240509, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 23 }, + { 242929, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 22 }, + { 242929, GO_FIREWORK_SHOW_TYPE_1_WHITE, 30 }, + { 244148, GO_FIREWORK_SHOW_TYPE_1_BLUE, 21 }, + { 244148, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 55 }, + { 244148, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 50 }, + { 247335, GO_FIREWORK_SHOW_TYPE_2_RED, 7 }, + { 247335, GO_FIREWORK_SHOW_TYPE_1_GREEN, 42 }, + { 247335, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 49 }, + { 249035, GO_FIREWORK_SHOW_TYPE_1_GREEN, 0 }, + { 249035, GO_FIREWORK_SHOW_TYPE_1_RED, 39 }, + { 250239, GO_FIREWORK_SHOW_TYPE_1_GREEN, 54 }, + { 250239, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 16 }, + { 251049, GO_FIREWORK_SHOW_TYPE_1_RED, 2 }, + { 251049, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 3 }, + { 252668, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 47 }, + { 252668, GO_FIREWORK_SHOW_TYPE_2_WHITE, 35 }, + { 253889, GO_FIREWORK_SHOW_TYPE_2_WHITE, 18 }, + { 253889, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 29 }, + { 253889, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 14 }, + { 255922, GO_FIREWORK_SHOW_TYPE_2_RED, 48 }, + { 257138, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 46 }, + { 257531, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 20 }, + { 257531, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 24 }, + { 258745, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 10 }, + { 258745, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 43 }, + { 258745, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 15 }, + { 260764, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 40 }, + { 261984, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 22 }, + { 261984, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 12 }, + { 261984, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 41 }, + { 261984, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 21 }, + { 261984, GO_FIREWORK_SHOW_TYPE_1_GREEN, 6 }, + { 263599, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 25 }, + { 263599, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 11 }, + { 268465, GO_FIREWORK_SHOW_TYPE_2_BLUE, 56 }, + { 268465, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 54 }, + { 268465, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 44 }, + { 269681, GO_FIREWORK_SHOW_TYPE_2_WHITE, 5 }, + { 270490, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 1 }, + { 270490, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 8 }, + { 270490, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 33 }, + { 271702, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 13 }, + { 272114, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 38 }, + { 273318, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 32 }, + { 274530, GO_FIREWORK_SHOW_TYPE_2_GREEN, 26 }, + { 276551, GO_FIREWORK_SHOW_TYPE_2_GREEN, 52 }, + { 276551, GO_FIREWORK_SHOW_TYPE_1_BLUE, 4 }, + { 276961, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 14 }, + { 278173, GO_FIREWORK_SHOW_TYPE_2_RED, 48 }, + { 278173, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 16 }, + { 279342, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 53 }, + { 281406, GO_FIREWORK_SHOW_TYPE_2_WHITE, 30 }, + { 281406, GO_FIREWORK_SHOW_TYPE_1_BLUE, 23 }, + { 281819, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 19 }, + { 283032, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 50 }, + { 286267, GO_FIREWORK_SHOW_TYPE_2_RED, 7 }, + { 286267, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 13 }, + { 286267, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 10 }, + { 286267, GO_FIREWORK_SHOW_TYPE_2_RED, 2 }, + { 286679, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 40 }, + { 286679, GO_FIREWORK_SHOW_TYPE_1_WHITE, 34 }, + { 287877, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 42 }, + { 287877, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 22 }, + { 287877, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 18 }, + { 287877, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 36 }, + { 287877, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 17 }, + { 287877, GO_FIREWORK_SHOW_TYPE_2_WHITE, 47 }, + { 289864, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 15 }, + { 291524, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 20 }, + { 291524, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 41 }, + { 292745, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 12 }, + { 293956, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 1 }, + { 293956, GO_FIREWORK_SHOW_TYPE_1_BLUE, 45 }, + { 294764, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 43 }, + { 294764, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 28 }, + { 296392, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 16 }, + { 297599, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 37 }, + { 297599, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 32 }, + { 297599, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 51 }, + { 300835, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 33 }, + { 301240, GO_FIREWORK_SHOW_TYPE_1_BLUE, 26 }, + { 302468, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 25 }, + { 302468, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 14 }, + { 303680, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 54 }, + { 303680, GO_FIREWORK_SHOW_TYPE_2_BLUE, 23 }, + { 303680, GO_FIREWORK_SHOW_TYPE_2_BLUE, 56 }, + { 304488, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 48 }, + { 304488, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 24 }, + { 304488, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 39 }, + { 305702, GO_FIREWORK_SHOW_TYPE_2_BLUE, 4 }, + { 306105, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 30 }, + { 306105, GO_FIREWORK_SHOW_TYPE_1_GREEN, 0 }, + { 307325, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 31 }, + { 307325, GO_FIREWORK_SHOW_TYPE_2_RED, 22 }, + { 307325, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 11 }, + { 308552, GO_FIREWORK_SHOW_TYPE_1_GREEN, 6 }, + { 310556, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 19 }, + { 310912, GO_FIREWORK_SHOW_TYPE_1_RED, 7 }, + { 310912, GO_FIREWORK_SHOW_TYPE_1_WHITE, 15 }, + { 312167, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 55 }, + { 312167, GO_FIREWORK_SHOW_TYPE_1_BLUE, 52 }, + { 312167, GO_FIREWORK_SHOW_TYPE_1_RED, 43 }, + { 314208, GO_FIREWORK_SHOW_TYPE_1_RED, 46 }, + { 315416, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 36 }, + { 315777, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 53 }, + { 317050, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 54 }, + { 317050, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 9 }, + { 319063, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 35 }, + { 320669, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 1 }, + { 320669, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 39 }, + { 321889, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 5 }, + { 321889, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 41 }, + { 321889, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 32 }, + { 321889, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 47 }, + { 323092, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 21 }, + { 325118, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 6 }, + { 325517, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 56 }, + { 325517, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 8 }, + { 326703, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 42 }, + { 326703, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 18 }, + { 326703, GO_FIREWORK_SHOW_TYPE_1_GREEN, 26 }, + { 326703, GO_FIREWORK_SHOW_TYPE_1_RED, 49 }, + { 327944, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 16 }, + { 328749, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 31 }, + { 331557, GO_FIREWORK_SHOW_TYPE_2_GREEN, 45 }, + { 332817, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 0 }, + { 332817, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 38 }, + { 333630, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 28 }, + { 333630, GO_FIREWORK_SHOW_TYPE_2_RED, 14 }, + { 334831, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 36 }, + { 335235, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 10 }, + { 336446, GO_FIREWORK_SHOW_TYPE_2_WHITE, 3 }, + { 336446, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 4 }, + { 338488, GO_FIREWORK_SHOW_TYPE_2_WHITE, 37 }, + { 339698, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 22 }, + { 340102, GO_FIREWORK_SHOW_TYPE_2_RED, 1 }, + { 341317, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 20 }, + { 341317, GO_FIREWORK_SHOW_TYPE_2_GREEN, 56 }, + { 341317, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 7 }, + { 341317, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 44 }, + { 341317, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 51 }, + { 341317, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 5 }, + { 344551, GO_FIREWORK_SHOW_TYPE_2_GREEN, 54 }, + { 344551, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 24 }, + { 344945, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 48 }, + { 346150, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 39 }, + { 346150, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 40 }, + { 347360, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 29 }, + { 349400, GO_FIREWORK_SHOW_TYPE_1_BLUE, 17 }, + { 349813, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 53 }, + { 352239, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 46 }, + { 353045, GO_FIREWORK_SHOW_TYPE_2_GREEN, 28 }, + { 353045, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 11 }, + { 353045, GO_FIREWORK_SHOW_TYPE_2_WHITE, 31 }, + { 354673, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 50 }, + { 355873, GO_FIREWORK_SHOW_TYPE_2_WHITE, 15 }, + { 355873, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 38 }, + { 355873, GO_FIREWORK_SHOW_TYPE_2_BLUE, 6 }, + { 355873, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 37 }, + { 357087, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 9 }, + { 357087, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 5 }, + { 357905, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 8 }, + { 359531, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 25 }, + { 359531, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 18 }, + { 360741, GO_FIREWORK_SHOW_TYPE_2_RED, 36 }, + { 361944, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 41 }, + { 361944, GO_FIREWORK_SHOW_TYPE_1_WHITE, 3 }, + { 361944, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 44 }, + { 363976, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 7 }, + { 365607, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 32 }, + { 365607, GO_FIREWORK_SHOW_TYPE_1_RED, 49 }, + { 365607, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 27 }, + { 365607, GO_FIREWORK_SHOW_TYPE_1_RED, 22 }, + { 366818, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 43 }, + { 366818, GO_FIREWORK_SHOW_TYPE_1_RED, 1 }, + { 367637, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 10 }, + { 368842, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 21 }, + { 368842, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 42 }, + { 369257, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 48 }, + { 369257, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 16 }, + { 369257, GO_FIREWORK_SHOW_TYPE_1_WHITE, 31 }, + { 372491, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 40 }, + { 372491, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 19 }, + { 375307, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 30 }, + { 375307, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 8 }, + { 376520, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 51 }, + { 377325, GO_FIREWORK_SHOW_TYPE_1_RED, 2 }, + { 378942, GO_FIREWORK_SHOW_TYPE_2_WHITE, 3 }, + { 378942, GO_FIREWORK_SHOW_TYPE_1_RED, 13 }, + { 380168, GO_FIREWORK_SHOW_TYPE_1_BLUE, 26 }, + { 381370, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 54 }, + { 383799, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 25 }, + { 386227, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 17 }, + { 386227, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 27 }, + { 386227, GO_FIREWORK_SHOW_TYPE_2_BLUE, 11 }, + { 387033, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 39 }, + { 388240, GO_FIREWORK_SHOW_TYPE_2_BLUE, 0 }, + { 388240, GO_FIREWORK_SHOW_TYPE_2_GREEN, 4 }, + { 388645, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 18 }, + { 388645, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 12 }, + { 388645, GO_FIREWORK_SHOW_TYPE_1_RED, 24 }, + { 388645, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 20 }, + { 388645, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 35 }, + { 389793, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 7 }, + { 391086, GO_FIREWORK_SHOW_TYPE_2_RED, 53 }, + { 391086, GO_FIREWORK_SHOW_TYPE_1_RED, 14 }, + { 391086, GO_FIREWORK_SHOW_TYPE_2_WHITE, 44 }, + { 391894, GO_FIREWORK_SHOW_TYPE_2_RED, 32 }, + { 391894, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 22 }, + { 393110, GO_FIREWORK_SHOW_TYPE_1_GREEN, 23 }, + { 393110, GO_FIREWORK_SHOW_TYPE_2_RED, 49 }, + { 394677, GO_FIREWORK_SHOW_TYPE_2_BLUE, 52 }, + { 394677, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 50 }, + { 394677, GO_FIREWORK_SHOW_TYPE_2_RED, 41 }, + { 394677, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 5 }, + { 397973, GO_FIREWORK_SHOW_TYPE_1_BLUE, 28 }, + { 398386, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 3 }, + { 399603, GO_FIREWORK_SHOW_TYPE_2_BLUE, 45 }, + { 399603, GO_FIREWORK_SHOW_TYPE_2_BLUE, 56 }, + { 400805, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 27 }, + { 401625, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 48 }, + { 403238, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 47 }, + { 403238, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 36 }, + { 404441, GO_FIREWORK_SHOW_TYPE_2_GREEN, 33 }, + { 404441, GO_FIREWORK_SHOW_TYPE_2_BLUE, 54 }, + { 406462, GO_FIREWORK_SHOW_TYPE_2_WHITE, 9 }, + { 406462, GO_FIREWORK_SHOW_TYPE_1_GREEN, 29 }, + { 408079, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 50 }, + { 411320, GO_FIREWORK_SHOW_TYPE_1_WHITE, 20 }, + { 411320, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 13 }, + { 412541, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 17 }, + { 412946, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 40 }, + { 414162, GO_FIREWORK_SHOW_TYPE_2_BLUE, 21 }, + { 414162, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 2 }, + { 416198, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 1 }, + { 416198, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 30 }, + { 417819, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 5 }, + { 419033, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 29 }, + { 419033, GO_FIREWORK_SHOW_TYPE_1_GREEN, 6 }, + { 420248, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 45 }, + { 420248, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 14 }, + { 422271, GO_FIREWORK_SHOW_TYPE_1_RED, 43 }, + { 422271, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 38 }, + { 422271, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 24 }, + { 422271, GO_FIREWORK_SHOW_TYPE_2_GREEN, 4 }, + { 422675, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 19 }, + { 422675, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 3 }, + { 422675, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 8 }, + { 423888, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 9 }, + { 423888, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 53 }, + { 423888, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 10 }, + { 423888, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 26 }, + { 423888, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 34 }, + { 423888, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 36 }, + { 425088, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 17 }, + { 425898, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 31 }, + { 427109, GO_FIREWORK_SHOW_TYPE_2_GREEN, 23 }, + { 427109, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 39 }, + { 427515, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 44 }, + { 427515, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 35 }, + { 427515, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 48 }, + { 428730, GO_FIREWORK_SHOW_TYPE_1_RED, 22 }, + { 428730, GO_FIREWORK_SHOW_TYPE_1_WHITE, 15 }, + { 430755, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 41 }, + { 430755, GO_FIREWORK_SHOW_TYPE_1_RED, 12 }, + { 431899, GO_FIREWORK_SHOW_TYPE_2_BLUE, 27 }, + { 432377, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 55 }, + { 432377, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 47 }, + { 433580, GO_FIREWORK_SHOW_TYPE_1_GREEN, 28 }, + { 433580, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 32 }, + { 436776, GO_FIREWORK_SHOW_TYPE_2_BLUE, 51 }, + { 436776, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 0 }, + { 437233, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 53 }, + { 437233, GO_FIREWORK_SHOW_TYPE_1_GREEN, 38 }, + { 438444, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 33 }, + { 438444, GO_FIREWORK_SHOW_TYPE_1_BLUE, 42 }, + { 438444, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 14 }, + { 440465, GO_FIREWORK_SHOW_TYPE_2_GREEN, 56 }, + { 440465, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 6 }, + { 440465, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 7 }, + { 441666, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 54 }, + { 443278, GO_FIREWORK_SHOW_TYPE_1_BLUE, 52 }, + { 443278, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 40 }, + { 443278, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 46 }, + { 444501, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 21 }, + { 445310, GO_FIREWORK_SHOW_TYPE_2_RED, 36 }, + { 445310, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 20 }, + { 445310, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 2 }, + { 446523, GO_FIREWORK_SHOW_TYPE_1_BLUE, 17 }, + { 446938, GO_FIREWORK_SHOW_TYPE_1_WHITE, 18 }, + { 448145, GO_FIREWORK_SHOW_TYPE_1_BLUE, 45 }, + { 450167, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 37 }, + { 450167, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 5 }, + { 452950, GO_FIREWORK_SHOW_TYPE_2_BLUE, 11 }, + { 452950, GO_FIREWORK_SHOW_TYPE_2_GREEN, 38 }, + { 452950, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 23 }, + { 454226, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 9 }, + { 454226, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 16 }, + { 454226, GO_FIREWORK_SHOW_TYPE_2_BLUE, 33 }, + { 455033, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 25 }, + { 455033, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 15 }, + { 456250, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 41 }, + { 456643, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 24 }, + { 457856, GO_FIREWORK_SHOW_TYPE_2_WHITE, 44 }, + { 457856, GO_FIREWORK_SHOW_TYPE_1_RED, 12 }, + { 461498, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 3 }, + { 462721, GO_FIREWORK_SHOW_TYPE_1_BLUE, 54 }, + { 462721, GO_FIREWORK_SHOW_TYPE_2_RED, 14 }, + { 462721, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 18 }, + { 462721, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 8 }, + { 464742, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 22 }, + { 464742, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 27 }, + { 464742, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 7 }, + { 466364, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 42 }, + { 467578, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 45 }, + { 467578, GO_FIREWORK_SHOW_TYPE_2_BLUE, 0 }, + { 467578, GO_FIREWORK_SHOW_TYPE_2_BLUE, 21 }, + { 470830, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 36 }, + { 472443, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 47 }, + { 472443, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 37 }, + { 473644, GO_FIREWORK_SHOW_TYPE_1_GREEN, 6 }, + { 473644, GO_FIREWORK_SHOW_TYPE_2_GREEN, 17 }, + { 473644, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 34 }, + { 474461, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 5 }, + { 474461, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 20 }, + { 476077, GO_FIREWORK_SHOW_TYPE_2_WHITE, 55 }, + { 476077, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 52 }, + { 476077, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 10 }, + { 477288, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 22 }, + { 477288, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 12 }, + { 477288, GO_FIREWORK_SHOW_TYPE_1_GREEN, 33 }, + { 477288, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 8 }, + { 477288, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 9 }, + { 479234, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 25 }, + { 479234, GO_FIREWORK_SHOW_TYPE_1_WHITE, 19 }, + { 480591, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 28 }, + { 481005, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 35 }, + { 482237, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 39 }, + { 483364, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 26 }, + { 485387, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 29 }, + { 485788, GO_FIREWORK_SHOW_TYPE_2_WHITE, 31 }, + { 485788, GO_FIREWORK_SHOW_TYPE_2_WHITE, 15 }, + { 487001, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 1 }, + { 488214, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 41 }, + { 489025, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 2 }, + { 490245, GO_FIREWORK_SHOW_TYPE_1_WHITE, 44 }, + { 490648, GO_FIREWORK_SHOW_TYPE_1_RED, 14 }, + { 491862, GO_FIREWORK_SHOW_TYPE_2_GREEN, 38 }, + { 491862, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 24 }, + { 491862, GO_FIREWORK_SHOW_TYPE_1_WHITE, 19 }, + { 491862, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 3 }, + { 493075, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 13 }, + { 493881, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 28 }, + { 493881, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 7 }, + { 495500, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 45 }, + { 495500, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 43 }, + { 496714, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 16 }, + { 497939, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 40 }, + { 497939, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 8 }, + { 497939, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 46 }, + { 497939, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 27 }, + { 499909, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 47 }, + { 499909, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 39 }, + { 501588, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 37 }, + { 502816, GO_FIREWORK_SHOW_TYPE_2_BLUE, 26 }, + { 503634, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 34 }, + { 504849, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 20 }, + { 505205, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 4 }, + { 506465, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 42 }, + { 506465, GO_FIREWORK_SHOW_TYPE_2_BLUE, 51 }, + { 506465, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 35 }, + { 506465, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 5 }, + { 508487, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 15 }, + { 511313, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 18 }, + { 513334, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 31 }, + { 513334, GO_FIREWORK_SHOW_TYPE_2_BLUE, 0 }, + { 514549, GO_FIREWORK_SHOW_TYPE_2_BLUE, 54 }, + { 514549, GO_FIREWORK_SHOW_TYPE_1_BLUE, 17 }, + { 514964, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 32 }, + { 514964, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 30 }, + { 514964, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 2 }, + { 514964, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 3 }, + { 516124, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 27 }, + { 516124, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 37 }, + { 516124, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 43 }, + { 516124, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 48 }, + { 516124, GO_FIREWORK_SHOW_TYPE_1_GREEN, 52 }, + { 517397, GO_FIREWORK_SHOW_TYPE_2_WHITE, 34 }, + { 518240, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 38 }, + { 518240, GO_FIREWORK_SHOW_TYPE_1_GREEN, 23 }, + { 519415, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 29 }, + { 519415, GO_FIREWORK_SHOW_TYPE_2_GREEN, 33 }, + { 519415, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 53 }, + { 519415, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 44 }, + { 519820, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 19 }, + { 519820, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 49 }, + { 521034, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 16 }, + { 521034, GO_FIREWORK_SHOW_TYPE_2_WHITE, 47 }, + { 524678, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 55 }, + { 524678, GO_FIREWORK_SHOW_TYPE_1_WHITE, 9 }, + { 525890, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 8 }, + { 525890, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 14 }, + { 525890, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 12 }, + { 525890, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 56 }, + { 527905, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 36 }, + { 527905, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 0 }, + { 527905, GO_FIREWORK_SHOW_TYPE_1_BLUE, 45 }, + { 530745, GO_FIREWORK_SHOW_TYPE_2_RED, 39 }, + { 530745, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 22 }, + { 530745, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 27 }, + { 530745, GO_FIREWORK_SHOW_TYPE_1_RED, 43 }, + { 530745, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 35 }, + { 530745, GO_FIREWORK_SHOW_TYPE_2_BLUE, 23 }, + { 532769, GO_FIREWORK_SHOW_TYPE_1_WHITE, 5 }, + { 533991, GO_FIREWORK_SHOW_TYPE_2_GREEN, 21 }, + { 534394, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 20 }, + { 534394, GO_FIREWORK_SHOW_TYPE_1_RED, 41 }, + { 535616, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 30 }, + { 536760, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 28 }, + { 536760, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 53 }, + { 537640, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 25 }, + { 537640, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 15 }, + { 539258, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 19 }, + { 539258, GO_FIREWORK_SHOW_TYPE_2_BLUE, 6 }, + { 539258, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 2 }, + { 540479, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 3 }, + { 540479, GO_FIREWORK_SHOW_TYPE_2_RED, 7 }, + { 540479, GO_FIREWORK_SHOW_TYPE_2_GREEN, 54 }, + { 542508, GO_FIREWORK_SHOW_TYPE_2_BLUE, 29 }, + { 542508, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 31 }, + { 542508, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 18 }, + { 544126, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 12 }, + { 544126, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 35 }, + { 545339, GO_FIREWORK_SHOW_TYPE_1_WHITE, 40 }, + { 545339, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 10 }, + { 545339, GO_FIREWORK_SHOW_TYPE_2_RED, 49 }, + { 547327, GO_FIREWORK_SHOW_TYPE_2_BLUE, 0 }, + { 547327, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 11 }, + { 547327, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 47 }, + { 547327, GO_FIREWORK_SHOW_TYPE_1_WHITE, 34 }, + { 547327, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 8 }, + { 552230, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 15 }, + { 553856, GO_FIREWORK_SHOW_TYPE_1_GREEN, 56 }, + { 555070, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 36 }, + { 555070, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 55 }, + { 555070, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 13 }, + { 558317, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 7 }, + { 559935, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 38 }, + { 559935, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 37 }, + { 559935, GO_FIREWORK_SHOW_TYPE_2_WHITE, 3 }, + { 559935, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 10 }, + { 561165, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 50 }, + { 561165, GO_FIREWORK_SHOW_TYPE_2_BLUE, 17 }, + { 561967, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 43 }, + { 564797, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 23 }, + { 564797, GO_FIREWORK_SHOW_TYPE_1_WHITE, 35 }, + { 564797, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 12 }, + { 566006, GO_FIREWORK_SHOW_TYPE_2_GREEN, 6 }, + { 566820, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 31 }, + { 566820, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 18 }, + { 568024, GO_FIREWORK_SHOW_TYPE_2_BLUE, 52 }, + { 568425, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 5 }, + { 568425, GO_FIREWORK_SHOW_TYPE_2_WHITE, 20 }, + { 569638, GO_FIREWORK_SHOW_TYPE_2_BLUE, 54 }, + { 569638, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 34 }, + { 569638, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 29 }, + { 571679, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 53 }, + { 571679, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 49 }, + { 572891, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 32 }, + { 572891, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 26 }, + { 572891, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 41 }, + { 574102, GO_FIREWORK_SHOW_TYPE_1_BLUE, 45 }, + { 574102, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 33 }, + { 574920, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 4 }, + { 574920, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 28 }, + { 574920, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 30 }, + { 576534, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 39 }, + { 577755, GO_FIREWORK_SHOW_TYPE_2_BLUE, 56 }, + { 577755, GO_FIREWORK_SHOW_TYPE_2_BLUE, 38 }, + { 577755, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 11 }, + { 579773, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 0 }, + { 581398, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 1 }, + { 582619, GO_FIREWORK_SHOW_TYPE_1_RED, 7 }, + { 582619, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 9 }, + { 583833, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 47 }, + { 584637, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 46 }, + { 585849, GO_FIREWORK_SHOW_TYPE_2_GREEN, 23 }, + { 586255, GO_FIREWORK_SHOW_TYPE_1_RED, 48 }, + { 586255, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 37 }, + { 586255, GO_FIREWORK_SHOW_TYPE_1_GREEN, 17 }, + { 587473, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 43 }, + { 589479, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 16 }, + { 589479, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 3 }, + { 589479, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 55 }, + { 590698, GO_FIREWORK_SHOW_TYPE_1_RED, 36 }, + { 590698, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 10 }, + { 591113, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 32 }, + { 591113, GO_FIREWORK_SHOW_TYPE_2_WHITE, 19 }, + { 592314, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 34 }, + { 592314, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 44 }, + { 592314, GO_FIREWORK_SHOW_TYPE_1_WHITE, 8 }, + { 594335, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 20 }, + { 594335, GO_FIREWORK_SHOW_TYPE_1_RED, 12 }, + { 595550, GO_FIREWORK_SHOW_TYPE_1_BLUE, 54 }, + { 597168, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 26 }, + { 597168, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 13 }, + { 599199, GO_FIREWORK_SHOW_TYPE_1_BLUE, 6 }, + { 599199, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 18 }, + { 600407, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 35 }, + { 600407, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 53 }, + { 600822, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 50 }, + { 600822, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 40 }, + { 602034, GO_FIREWORK_SHOW_TYPE_2_BLUE, 33 }, + { 602034, GO_FIREWORK_SHOW_TYPE_2_GREEN, 45 }, + { 602034, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 16 }, + { 605605, GO_FIREWORK_SHOW_TYPE_2_RED, 24 }, + { 606873, GO_FIREWORK_SHOW_TYPE_2_WHITE, 25 }, + { 606873, GO_FIREWORK_SHOW_TYPE_1_BLUE, 0 }, + { 606873, GO_FIREWORK_SHOW_TYPE_2_WHITE, 15 }, + { 606873, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 2 }, + { 608087, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 27 }, + { 608087, GO_FIREWORK_SHOW_TYPE_2_GREEN, 42 }, + { 608087, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 43 }, + { 608087, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 55 }, + { 608087, GO_FIREWORK_SHOW_TYPE_2_GREEN, 38 }, + { 608885, GO_FIREWORK_SHOW_TYPE_1_RED, 32 }, + { 610111, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 11 }, + { 611727, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 35 }, + { 611727, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 40 }, + { 611727, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 13 }, + { 611727, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 6 }, + { 612948, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 46 }, + { 612948, GO_FIREWORK_SHOW_TYPE_2_RED, 53 }, + { 612948, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 36 }, + { 612948, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 10 }, + { 612948, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 34 }, + { 612948, GO_FIREWORK_SHOW_TYPE_1_RED, 48 }, + { 612948, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 18 }, + { 612948, GO_FIREWORK_SHOW_TYPE_1_WHITE, 31 }, + { 612948, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 9 }, + { 613757, GO_FIREWORK_SHOW_TYPE_2_WHITE, 20 }, + { 613757, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 44 }, + { 613757, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 8 }, + { 614976, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 22 }, + { 614976, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 39 }, + { 614976, GO_FIREWORK_SHOW_TYPE_2_BLUE, 56 }, + { 614976, GO_FIREWORK_SHOW_TYPE_2_RED, 50 }, + { 614976, GO_FIREWORK_SHOW_TYPE_1_BLUE, 26 }, + { 614976, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 49 }, + { 614976, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 41 }, + { 614976, GO_FIREWORK_SHOW_TYPE_2_GREEN, 54 }, + { 614976, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 51 }, + { 614976, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 17 }, + { 614976, GO_FIREWORK_SHOW_TYPE_2_WHITE, 30 }, + { 615381, GO_FIREWORK_SHOW_TYPE_1_RED, 14 }, + { 615381, GO_FIREWORK_SHOW_TYPE_2_WHITE, 47 }, + { 616595, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 5 }, + { 616595, GO_FIREWORK_SHOW_TYPE_1_GREEN, 23 }, + { 616595, GO_FIREWORK_SHOW_TYPE_2_GREEN, 21 }, + { 617806, GO_FIREWORK_SHOW_TYPE_2_RED, 24 }, + { 617806, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 16 }, + { 617806, GO_FIREWORK_SHOW_TYPE_2_BLUE, 33 }, + { 618610, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 7 }, + { 618610, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 1 }, + { 618610, GO_FIREWORK_SHOW_TYPE_1_GREEN, 28 }, + { 618610, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 37 }, + { 619821, GO_FIREWORK_SHOW_TYPE_1_BLUE, 45 }, + { 619821, GO_FIREWORK_SHOW_TYPE_2_BLUE, 29 }, + { 619821, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 4 }, + { 620226, GO_FIREWORK_SHOW_TYPE_2_WHITE, 3 }, + { 620226, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 27 }, + { 620226, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 25 }, + { 620226, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 0 }, + { 621378, GO_FIREWORK_SHOW_TYPE_1_RED, 32 }, + { 621378, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 12 }, + { 621378, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 52 }, + { 621378, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 38 }, + { 621378, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 43 }, + { 621378, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 2 }, + { 622644, GO_FIREWORK_SHOW_TYPE_2_BLUE, 42 }, + { 623463, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 55 }, + { 623463, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 15 }, + { 624673, GO_FIREWORK_SHOW_TYPE_2_GREEN, 11 }, + { 624673, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 49 }, + { 625078, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 19 }, + { 625078, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 10 }, + { 626291, GO_FIREWORK_SHOW_TYPE_2_GREEN, 26 }, + { 626291, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 50 }, + { 626291, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 44 }, + { 626291, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 35 }, + { 626291, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 54 }, + { 626291, GO_FIREWORK_SHOW_TYPE_1_RED, 22 }, + { 626291, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 56 }, + { 626291, GO_FIREWORK_SHOW_TYPE_2_WHITE, 9 }, + { 626291, GO_FIREWORK_SHOW_TYPE_1_RED, 48 }, + { 626291, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 51 }, + { 626291, GO_FIREWORK_SHOW_TYPE_2_BLUE, 6 }, + { 626291, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 13 }, + { 626291, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 20 }, + { 626291, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 34 }, + { 626291, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 46 }, + { 626291, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 30 }, + { 626291, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 36 }, + { 627494, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 39 }, + { 627494, GO_FIREWORK_SHOW_TYPE_1_BLUE, 17 }, + { 627494, GO_FIREWORK_SHOW_TYPE_2_RED, 53 }, + { 627494, GO_FIREWORK_SHOW_TYPE_2_RED, 41 }, + { 628304, GO_FIREWORK_SHOW_TYPE_1_WHITE, 18 }, + { 628304, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 8 }, + { 628304, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 40 }, + { 628304, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 31 }, + { 629932, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 5 }, + { 629932, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 7 }, + { 631147, GO_FIREWORK_SHOW_TYPE_1_GREEN, 33 }, + { 631147, GO_FIREWORK_SHOW_TYPE_1_BLUE, 4 }, + { 631147, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 23 }, + { 631147, GO_FIREWORK_SHOW_TYPE_2_RED, 16 }, + { 632347, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 21 }, + { 632347, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 45 }, + { 632347, GO_FIREWORK_SHOW_TYPE_2_BLUE, 28 }, + { 632347, GO_FIREWORK_SHOW_TYPE_2_GREEN, 29 }, + { 633164, GO_FIREWORK_SHOW_TYPE_1_WHITE, 37 }, + { 633164, GO_FIREWORK_SHOW_TYPE_1_WHITE, 47 }, + { 633164, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 1 }, + { 633164, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 24 }, + { 633164, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 14 }, + { 634770, GO_FIREWORK_SHOW_TYPE_1_RED, 2 }, + { 635980, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 38 }, + { 635980, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 32 }, + { 635980, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 55 }, + { 635980, GO_FIREWORK_SHOW_TYPE_1_BLUE, 52 }, + { 635980, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 12 }, + { 635980, GO_FIREWORK_SHOW_TYPE_2_GREEN, 42 }, + { 635980, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 49 }, + { 635980, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 10 }, + { 635980, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 3 }, + { 637145, GO_FIREWORK_SHOW_TYPE_1_BLUE, 27 }, + { 637145, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 11 }, + { 637145, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 0 }, + { 638008, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 19 }, + { 638008, GO_FIREWORK_SHOW_TYPE_1_WHITE, 15 }, + { 638008, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 43 }, + { 638008, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 25 }, + { 639215, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 18 }, + { 640824, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 7 }, + { 640824, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 13 }, + { 640824, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 50 }, + { 640824, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 53 }, + { 640824, GO_FIREWORK_SHOW_TYPE_2_RED, 36 }, + { 640824, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 30 }, + { 640824, GO_FIREWORK_SHOW_TYPE_1_RED, 22 }, + { 640824, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 41 }, + { 640824, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 5 }, + { 640824, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 54 }, + { 640824, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 34 }, + { 640824, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 44 }, + { 640824, GO_FIREWORK_SHOW_TYPE_2_WHITE, 20 }, + { 640824, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 26 }, + { 642045, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 48 }, + { 642045, GO_FIREWORK_SHOW_TYPE_2_GREEN, 56 }, + { 642045, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 46 }, + { 642045, GO_FIREWORK_SHOW_TYPE_1_RED, 39 }, + { 642045, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 17 }, + { 642045, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 31 }, + { 642045, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 51 }, + { 642045, GO_FIREWORK_SHOW_TYPE_2_BLUE, 6 }, + { 642854, GO_FIREWORK_SHOW_TYPE_1_WHITE, 8 }, + { 642854, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 9 }, + { 642854, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 40 }, + { 642854, GO_FIREWORK_SHOW_TYPE_1_WHITE, 35 }, + { 644068, GO_FIREWORK_SHOW_TYPE_1_GREEN, 33 }, + { 644469, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 23 }, + { 644469, GO_FIREWORK_SHOW_TYPE_2_BLUE, 45 }, + { 644469, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 29 }, + { 645684, GO_FIREWORK_SHOW_TYPE_1_BLUE, 21 }, + { 645684, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 4 }, + { 645684, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 28 }, + { 645684, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 16 }, + { 647661, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 24 }, + { 648926, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 38 }, + { 648926, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 0 }, + { 648926, GO_FIREWORK_SHOW_TYPE_1_GREEN, 27 }, + { 649331, GO_FIREWORK_SHOW_TYPE_1_RED, 49 }, + { 649331, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 10 }, + { 649331, GO_FIREWORK_SHOW_TYPE_2_WHITE, 37 }, + { 649331, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 55 }, + { 649331, GO_FIREWORK_SHOW_TYPE_2_RED, 12 }, + { 650531, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 1 }, + { 650531, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 3 }, + { 650531, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 11 }, + { 650531, GO_FIREWORK_SHOW_TYPE_2_BLUE, 52 }, + { 650531, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 2 }, + { 650531, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 47 }, + { 650531, GO_FIREWORK_SHOW_TYPE_1_GREEN, 42 }, + { 650531, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 32 }, + { 650531, GO_FIREWORK_SHOW_TYPE_2_RED, 14 }, + { 653780, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 36 }, + { 653780, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 46 }, + { 653780, GO_FIREWORK_SHOW_TYPE_2_RED, 48 }, + { 654187, GO_FIREWORK_SHOW_TYPE_1_WHITE, 19 }, + { 654187, GO_FIREWORK_SHOW_TYPE_1_WHITE, 5 }, + { 654187, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 20 }, + { 655395, GO_FIREWORK_SHOW_TYPE_1_WHITE, 31 }, + { 655395, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 51 }, + { 655395, GO_FIREWORK_SHOW_TYPE_2_WHITE, 15 }, + { 655395, GO_FIREWORK_SHOW_TYPE_1_WHITE, 8 }, + { 655395, GO_FIREWORK_SHOW_TYPE_2_BLUE, 54 }, + { 655395, GO_FIREWORK_SHOW_TYPE_2_BLUE, 6 }, + { 655395, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 34 }, + { 655395, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 35 }, + { 655395, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 44 }, + { 655395, GO_FIREWORK_SHOW_TYPE_1_BLUE, 26 }, + { 655395, GO_FIREWORK_SHOW_TYPE_2_RED, 50 }, + { 655395, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 22 }, + { 655395, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 40 }, + { 655395, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 53 }, + { 655395, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 39 }, + { 655395, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 25 }, + { 655395, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 43 }, + { 655395, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 18 }, + { 656608, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 17 }, + { 656608, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 13 }, + { 656608, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 7 }, + { 656608, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 56 }, + { 656608, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 41 }, + { 657423, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 9 }, + { 657423, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 30 }, + { 658631, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 33 }, + { 658631, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 4 }, + { 659041, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 28 }, + { 659041, GO_FIREWORK_SHOW_TYPE_1_RED, 24 }, + { 659041, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 16 }, + { 660247, GO_FIREWORK_SHOW_TYPE_1_GREEN, 45 }, + { 660247, GO_FIREWORK_SHOW_TYPE_1_GREEN, 29 }, + { 660247, GO_FIREWORK_SHOW_TYPE_1_GREEN, 21 }, + { 660247, GO_FIREWORK_SHOW_TYPE_2_GREEN, 23 }, + { 662270, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 27 }, + { 662270, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 49 }, + { 662270, GO_FIREWORK_SHOW_TYPE_1_WHITE, 10 }, + { 662270, GO_FIREWORK_SHOW_TYPE_1_RED, 32 }, + { 662270, GO_FIREWORK_SHOW_TYPE_1_RED, 14 }, + { 662270, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 37 }, + { 662270, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 47 }, + { 663418, GO_FIREWORK_SHOW_TYPE_1_GREEN, 42 }, + { 663418, GO_FIREWORK_SHOW_TYPE_1_GREEN, 11 }, + { 663418, GO_FIREWORK_SHOW_TYPE_2_GREEN, 38 }, + { 663883, GO_FIREWORK_SHOW_TYPE_2_BLUE, 52 }, + { 663883, GO_FIREWORK_SHOW_TYPE_1_GREEN, 0 }, + { 663883, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 1 }, + { 663883, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 12 }, + { 663883, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 55 }, + { 663883, GO_FIREWORK_SHOW_TYPE_1_RED, 2 }, + { 663883, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 3 }, + { 665094, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 36 }, + { 665094, GO_FIREWORK_SHOW_TYPE_2_BLUE, 54 }, + { 665094, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 19 }, + { 666309, GO_FIREWORK_SHOW_TYPE_1_GREEN, 26 }, + { 666309, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 46 }, + { 666309, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 22 }, + { 666309, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 53 }, + { 666309, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 6 }, + { 666309, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 39 }, + { 666309, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 48 }, + { 667128, GO_FIREWORK_SHOW_TYPE_1_WHITE, 20 }, + { 667128, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 40 }, + { 667128, GO_FIREWORK_SHOW_TYPE_2_WHITE, 31 }, + { 667128, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 44 }, + { 667128, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 34 }, + { 667128, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 25 }, + { 667128, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 8 }, + { 668274, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 50 }, + { 668274, GO_FIREWORK_SHOW_TYPE_2_GREEN, 51 }, + { 668274, GO_FIREWORK_SHOW_TYPE_1_WHITE, 18 }, + { 668274, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 43 }, + { 668738, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 15 }, + { 668738, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 5 }, + { 668738, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 35 }, + { 669961, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 9 }, + { 669961, GO_FIREWORK_SHOW_TYPE_2_BLUE, 28 }, + { 669961, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 41 }, + { 669961, GO_FIREWORK_SHOW_TYPE_1_BLUE, 17 }, + { 669961, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 7 }, + { 669961, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 24 }, + { 669961, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 13 }, + { 671175, GO_FIREWORK_SHOW_TYPE_1_WHITE, 57 }, + { 671175, GO_FIREWORK_SHOW_TYPE_2_GREEN, 56 }, + { 671175, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 33 }, + { 671175, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 4 }, + { 671993, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 16 }, + { 671993, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 30 }, + { 673207, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 11 }, + { 673568, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 49 }, + { 673568, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 37 }, + { 674815, GO_FIREWORK_SHOW_TYPE_2_GREEN, 38 }, + { 674815, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 27 }, + { 674815, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 25 }, + { 674815, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 22 }, + { 674815, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 23 }, + { 674815, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 52 }, + { 674815, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 2 }, + { 674815, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 3 }, + { 674815, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 12 }, + { 674815, GO_FIREWORK_SHOW_TYPE_1_WHITE, 47 }, + { 674815, GO_FIREWORK_SHOW_TYPE_1_GREEN, 45 }, + { 674815, GO_FIREWORK_SHOW_TYPE_1_GREEN, 21 }, + { 674815, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 1 }, + { 674815, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 32 }, + { 674815, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 14 }, + { 674815, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 10 }, + { 676029, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 8 }, + { 676029, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 51 }, + { 676029, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 42 }, + { 676029, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 48 }, + { 676029, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 26 }, + { 676029, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 46 }, + { 676029, GO_FIREWORK_SHOW_TYPE_1_WHITE, 18 }, + { 676029, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 39 }, + { 676029, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 31 }, + { 676029, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 15 }, + { 676029, GO_FIREWORK_SHOW_TYPE_1_BLUE, 28 }, + { 676029, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 50 }, + { 676029, GO_FIREWORK_SHOW_TYPE_2_GREEN, 17 }, + { 676029, GO_FIREWORK_SHOW_TYPE_1_WHITE, 40 }, + { 676029, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 54 }, + { 676029, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 53 }, + { 676029, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 34 }, + { 676029, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 19 }, + { 676029, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 29 }, + { 676029, GO_FIREWORK_SHOW_TYPE_2_GREEN, 0 }, + { 676029, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 36 }, + { 676839, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 55 }, + { 678061, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 5 }, + { 678061, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 35 }, + { 678061, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 20 }, + { 678061, GO_FIREWORK_SHOW_TYPE_1_BLUE, 6 }, + { 678061, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 44 }, + { 678061, GO_FIREWORK_SHOW_TYPE_2_RED, 7 }, + { 678061, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 43 }, +}; + +FireworkShow const fireworkShowExodar = +{ + .schedule = + { + .entries = fireworkShowScheduleExodar, + .size = sizeof(fireworkShowScheduleExodar) / sizeof(fireworkShowScheduleExodar[0]) + }, + .spawns = + { + .entries = fireworkShowGameobjectExodar, + .size = sizeof(fireworkShowGameobjectExodar) / sizeof(fireworkShowGameobjectExodar[0]) + }, + .revelerId = + { + NPC_DRAENEI_REVELER, + 0 + } +}; + +#endif diff --git a/src/server/scripts/Events/firework_show/firework_show_Ironforge.h b/src/server/scripts/Events/firework_show/firework_show_Ironforge.h new file mode 100644 index 000000000..9a026e89a --- /dev/null +++ b/src/server/scripts/Events/firework_show/firework_show_Ironforge.h @@ -0,0 +1,1419 @@ +/* + * This file is part of the AzerothCore Project. See AUTHORS file for Copyright information + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU Affero General Public License as published by the + * Free Software Foundation; either version 3 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see . + */ + +#ifndef DEF_FIREWORK_SHOW_IRONFORGE_H +#define DEF_FIREWORK_SHOW_IRONFORGE_H + +#include "firework_show.h" + +// VerifiedBuild 52237 - New Year's Eve +FireworkShowGameobject const fireworkShowGameobjectIronforge[] = +{ + { -5192.5557f, -784.4583f, 506.9716f, 4.729844f, 0.0f, 0.0f, -0.70090866f, 0.71325105f }, /* 0 */ + { -5195.0625f, -762.27954f, 510.0929f, 4.66003f, 0.0f, 0.0f, -0.7253742f, 0.68835473f }, /* 1 */ + { -5158.5767f, -784.24304f, 515.7791f, 3.0543265f, 0.0f, 0.0f, 0.99904823f, 0.04361926f }, /* 2 */ + { -5156.693f, -818.30206f, 532.9488f, 4.66003f, 0.0f, 0.0f, -0.7253742f, 0.68835473f }, /* 3 */ + { -5182.0537f, -782.283f, 514.07074f, 4.886924f, 0.0f, 0.0f, -0.642787f, 0.766045f }, /* 4 */ + { -5127.663f, -827.17706f, 534.25726f, 4.7647495f, 0.0f, 0.0f, -0.6883545f, 0.72537446f }, /* 5 */ + { -5126.936f, -816.57117f, 506.10324f, 4.7647495f, 0.0f, 0.0f, -0.6883545f, 0.72537446f }, /* 6 */ + { -5153.132f, -781.2309f, 539.7031f, 5.8992143f, 0.0f, 0.0f, -0.1908083f, 0.9816273f }, /* 7 */ + { -5180.3057f, -860.08856f, 532.84937f, 2.5481794f, 0.0f, 0.0f, 0.95630455f, 0.29237235f }, /* 8 */ + { -5186.0957f, -846.5903f, 526.4001f, 3.0543265f, 0.0f, 0.0f, 0.99904823f, 0.04361926f }, /* 9 */ + { -5206.6216f, -741.59375f, 511.15933f, 4.7647495f, 0.0f, 0.0f, -0.6883545f, 0.72537446f }, /* 10 */ + { -5243.21f, -741.7934f, 479.62082f, 2.1118479f, 0.0f, 0.0f, 0.8703556f, 0.4924237f }, /* 11 */ + { -5227.9653f, -792.184f, 509.19327f, 0.13962449f, 0.0f, 0.0f, 0.069755554f, 0.99756414f }, /* 12 */ + { -5152.384f, -819.2031f, 508.22522f, 0.9773831f, 0.0f, 0.0f, 0.46947098f, 0.8829479f }, /* 13 */ + { -5172.809f, -848.1094f, 520.4458f, 6.0912004f, 0.0f, 0.0f, -0.09584522f, 0.99539626f }, /* 14 */ + { -5215.972f, -785.04517f, 494.11926f, 3.47321f, 0.0f, 0.0f, -0.9862852f, 0.1650499f }, /* 15 */ + { -5156.724f, -844.0851f, 529.4639f, 5.8992143f, 0.0f, 0.0f, -0.1908083f, 0.9816273f }, /* 16 */ + { -5227.184f, -754.8802f, 500.03293f, 5.550147f, 0.0f, 0.0f, -0.35836792f, 0.93358046f }, /* 17 */ + { -5142.9204f, -811.50696f, 526.74805f, 4.886924f, 0.0f, 0.0f, -0.642787f, 0.766045f }, /* 18 */ + { -5195.7344f, -887.6441f, 534.16797f, 3.6826503f, 0.0f, 0.0f, -0.9636297f, 0.267241f }, /* 19 */ + { -5164.124f, -825.37946f, 525.21606f, 0.9773831f, 0.0f, 0.0f, 0.46947098f, 0.8829479f }, /* 20 */ + { -5130.776f, -791.19446f, 523.29376f, 5.8468537f, 0.0f, 0.0f, -0.21643925f, 0.97629607f }, /* 21 */ + { -5183.1943f, -817.21704f, 508.40714f, 3.6826503f, 0.0f, 0.0f, -0.9636297f, 0.267241f }, /* 22 */ + { -5208.3906f, -773.4583f, 497.45096f, 4.729844f, 0.0f, 0.0f, -0.70090866f, 0.71325105f }, /* 23 */ + { -5172.7446f, -854.60767f, 541.5695f, 2.5481794f, 0.0f, 0.0f, 0.95630455f, 0.29237235f }, /* 24 */ + { -5196.1685f, -826.61633f, 517.4463f, 2.1118479f, 0.0f, 0.0f, 0.8703556f, 0.4924237f }, /* 25 */ + { -5131.4204f, -791.94446f, 537.8198f, 3.0543265f, 0.0f, 0.0f, 0.99904823f, 0.04361926f }, /* 26 */ + { -5227.0f, -821.77954f, 471.7424f, 3.7001047f, 0.0f, 0.0f, -0.9612608f, 0.2756405f }, /* 27 */ + { -5208.097f, -843.934f, 514.20544f, 3.47321f, 0.0f, 0.0f, -0.9862852f, 0.1650499f }, /* 28 */ + { -5188.9966f, -876.8524f, 544.1463f, 6.073746f, 0.0f, 0.0f, -0.10452843f, 0.9945219f }, /* 29 */ + { -5214.637f, -850.44965f, 524.15015f, 4.729844f, 0.0f, 0.0f, -0.70090866f, 0.71325105f }, /* 30 */ + { -5223.5903f, -889.6302f, 509.3725f, 4.886924f, 0.0f, 0.0f, -0.642787f, 0.766045f }, /* 31 */ + { -5211.384f, -872.49304f, 523.3142f, 0.13962449f, 0.0f, 0.0f, 0.069755554f, 0.99756414f }, /* 32 */ + { -5182.2603f, -818.6476f, 519.5022f, 4.66003f, 0.0f, 0.0f, -0.7253742f, 0.68835473f }, /* 33 */ + { -5164.5903f, -858.3264f, 540.0117f, 5.8992143f, 0.0f, 0.0f, -0.1908083f, 0.9816273f }, /* 34 */ + { -5137.646f, -787.2882f, 502.11713f, 5.8468537f, 0.0f, 0.0f, -0.21643925f, 0.97629607f }, /* 35 */ + { -5197.655f, -857.8889f, 525.52484f, 2.1991146f, 0.0f, 0.0f, 0.89100647f, 0.45399064f }, /* 36 */ + { -5159.9707f, -819.06946f, 523.9502f, 5.550147f, 0.0f, 0.0f, -0.35836792f, 0.93358046f }, /* 37 */ + { -5227.3926f, -757.1059f, 501.07043f, 3.47321f, 0.0f, 0.0f, -0.9862852f, 0.1650499f }, /* 38 */ + { -5194.9756f, -759.98956f, 517.6288f, 3.6302915f, 0.0f, 0.0f, -0.97029495f, 0.241925f }, /* 39 */ + { -5118.309f, -783.32465f, 545.32745f, 2.1991146f, 0.0f, 0.0f, 0.89100647f, 0.45399064f }, /* 40 */ + { -5218.4375f, -879.04865f, 534.1289f, 2.1118479f, 0.0f, 0.0f, 0.8703556f, 0.4924237f }, /* 41 */ + { -5183.191f, -848.61633f, 518.0361f, 2.1991146f, 0.0f, 0.0f, 0.89100647f, 0.45399064f }, /* 42 */ + { -5215.002f, -754.8802f, 488.50552f, 0.13962449f, 0.0f, 0.0f, 0.069755554f, 0.99756414f }, /* 43 */ + { -5181.903f, -779.19794f, 518.58954f, 0.9773831f, 0.0f, 0.0f, 0.46947098f, 0.8829479f }, /* 44 */ + { -5215.5625f, -812.7205f, 501.1313f, 2.5481794f, 0.0f, 0.0f, 0.95630455f, 0.29237235f }, /* 45 */ + { -5213.9688f, -715.6684f, 493.5344f, 6.073746f, 0.0f, 0.0f, -0.10452843f, 0.9945219f }, /* 46 */ + { -5190.08f, -758.65454f, 507.97083f, 6.0912004f, 0.0f, 0.0f, -0.09584522f, 0.99539626f }, /* 47 */ + { -5178.493f, -870.8143f, 539.2921f, 3.7001047f, 0.0f, 0.0f, -0.9612608f, 0.2756405f }, /* 48 */ + { -5227.705f, -859.0052f, 513.90845f, 6.0912004f, 0.0f, 0.0f, -0.09584522f, 0.99539626f }, /* 49 */ + { -5220.1616f, -722.941f, 501.57303f, 3.7001047f, 0.0f, 0.0f, -0.9612608f, 0.2756405f }, /* 50 */ + { -5120.5522f, -812.30035f, 547.96075f, 3.6826503f, 0.0f, 0.0f, -0.9636297f, 0.267241f }, /* 51 */ + { -5209.993f, -710.13367f, 501.92926f, 5.8468537f, 0.0f, 0.0f, -0.21643925f, 0.97629607f }, /* 52 */ + { -5196.038f, -858.4618f, 525.04474f, 6.073746f, 0.0f, 0.0f, -0.10452843f, 0.9945219f }, /* 53 */ + { -5210.1787f, -809.24133f, 507.13596f, 3.6302915f, 0.0f, 0.0f, -0.97029495f, 0.241925f }, /* 54 */ + { -5182.972f, -816.2309f, 522.7172f, 5.550147f, 0.0f, 0.0f, -0.35836792f, 0.93358046f }, /* 55 */ + { -5216.222f, -817.3351f, 498.4872f, 3.6302915f, 0.0f, 0.0f, -0.97029495f, 0.241925f }, /* 56 */ +}; + +// VerifiedBuild 52237 - New Year's Eve +FireworkShowScheduleEntry const fireworkShowScheduleIronforge[] = +{ + { 0, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 0 }, + { 0, GO_FIREWORK_SHOW_TYPE_2_RED, 1 }, + { 3259, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 2 }, + { 4876, GO_FIREWORK_SHOW_TYPE_2_GREEN, 3 }, + { 5692, GO_FIREWORK_SHOW_TYPE_2_GREEN, 4 }, + { 5692, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 5 }, + { 6096, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 6 }, + { 6096, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 7 }, + { 7293, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 8 }, + { 7293, GO_FIREWORK_SHOW_TYPE_2_GREEN, 9 }, + { 8108, GO_FIREWORK_SHOW_TYPE_2_WHITE, 10 }, + { 9729, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 11 }, + { 10542, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 12 }, + { 10936, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 13 }, + { 10936, GO_FIREWORK_SHOW_TYPE_2_WHITE, 14 }, + { 10936, GO_FIREWORK_SHOW_TYPE_2_GREEN, 15 }, + { 11750, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 16 }, + { 12152, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 17 }, + { 12966, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 18 }, + { 12966, GO_FIREWORK_SHOW_TYPE_1_RED, 19 }, + { 12966, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 20 }, + { 12966, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 21 }, + { 13380, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 22 }, + { 13380, GO_FIREWORK_SHOW_TYPE_1_WHITE, 23 }, + { 14597, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 24 }, + { 14597, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 25 }, + { 14597, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 26 }, + { 15815, GO_FIREWORK_SHOW_TYPE_2_RED, 27 }, + { 15815, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 28 }, + { 15815, GO_FIREWORK_SHOW_TYPE_1_GREEN, 29 }, + { 15815, GO_FIREWORK_SHOW_TYPE_2_GREEN, 30 }, + { 17829, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 31 }, + { 17829, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 9 }, + { 18242, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 32 }, + { 19450, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 33 }, + { 20256, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 34 }, + { 20659, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 0 }, + { 22692, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 8 }, + { 23095, GO_FIREWORK_SHOW_TYPE_2_GREEN, 35 }, + { 23095, GO_FIREWORK_SHOW_TYPE_2_RED, 36 }, + { 24323, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 37 }, + { 24323, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 38 }, + { 24323, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 39 }, + { 24323, GO_FIREWORK_SHOW_TYPE_2_WHITE, 40 }, + { 24323, GO_FIREWORK_SHOW_TYPE_2_GREEN, 41 }, + { 24323, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 42 }, + { 25128, GO_FIREWORK_SHOW_TYPE_1_BLUE, 43 }, + { 25531, GO_FIREWORK_SHOW_TYPE_1_WHITE, 2 }, + { 25531, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 25 }, + { 25531, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 44 }, + { 25531, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 1 }, + { 26747, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 45 }, + { 26747, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 46 }, + { 27563, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 47 }, + { 27563, GO_FIREWORK_SHOW_TYPE_2_WHITE, 48 }, + { 27563, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 49 }, + { 27563, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 20 }, + { 27965, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 4 }, + { 29173, GO_FIREWORK_SHOW_TYPE_2_RED, 5 }, + { 29173, GO_FIREWORK_SHOW_TYPE_1_WHITE, 23 }, + { 30391, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 18 }, + { 30391, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 7 }, + { 30391, GO_FIREWORK_SHOW_TYPE_2_GREEN, 24 }, + { 31597, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 50 }, + { 32422, GO_FIREWORK_SHOW_TYPE_1_WHITE, 51 }, + { 32422, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 52 }, + { 32422, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 11 }, + { 34033, GO_FIREWORK_SHOW_TYPE_2_WHITE, 10 }, + { 34033, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 14 }, + { 34033, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 53 }, + { 34033, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 8 }, + { 35250, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 17 }, + { 38911, GO_FIREWORK_SHOW_TYPE_2_GREEN, 42 }, + { 38911, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 15 }, + { 38911, GO_FIREWORK_SHOW_TYPE_2_GREEN, 13 }, + { 38911, GO_FIREWORK_SHOW_TYPE_1_RED, 26 }, + { 42139, GO_FIREWORK_SHOW_TYPE_2_BLUE, 29 }, + { 42139, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 34 }, + { 42139, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 28 }, + { 43760, GO_FIREWORK_SHOW_TYPE_2_BLUE, 22 }, + { 43760, GO_FIREWORK_SHOW_TYPE_2_BLUE, 9 }, + { 43760, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 54 }, + { 43760, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 49 }, + { 43760, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 37 }, + { 44966, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 32 }, + { 44966, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 39 }, + { 46996, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 6 }, + { 48626, GO_FIREWORK_SHOW_TYPE_1_RED, 53 }, + { 48626, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 47 }, + { 48626, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 12 }, + { 48626, GO_FIREWORK_SHOW_TYPE_2_WHITE, 40 }, + { 48626, GO_FIREWORK_SHOW_TYPE_1_GREEN, 55 }, + { 48626, GO_FIREWORK_SHOW_TYPE_1_RED, 21 }, + { 48626, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 11 }, + { 49830, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 38 }, + { 49830, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 41 }, + { 49830, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 19 }, + { 51853, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 0 }, + { 53474, GO_FIREWORK_SHOW_TYPE_1_GREEN, 16 }, + { 53474, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 17 }, + { 53474, GO_FIREWORK_SHOW_TYPE_1_BLUE, 3 }, + { 54681, GO_FIREWORK_SHOW_TYPE_2_WHITE, 23 }, + { 54681, GO_FIREWORK_SHOW_TYPE_2_BLUE, 43 }, + { 54681, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 8 }, + { 54681, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 14 }, + { 54681, GO_FIREWORK_SHOW_TYPE_2_BLUE, 13 }, + { 54681, GO_FIREWORK_SHOW_TYPE_2_BLUE, 35 }, + { 54681, GO_FIREWORK_SHOW_TYPE_1_WHITE, 7 }, + { 54681, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 44 }, + { 54681, GO_FIREWORK_SHOW_TYPE_2_RED, 5 }, + { 56702, GO_FIREWORK_SHOW_TYPE_1_BLUE, 56 }, + { 58322, GO_FIREWORK_SHOW_TYPE_2_BLUE, 24 }, + { 59541, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 9 }, + { 59541, GO_FIREWORK_SHOW_TYPE_1_WHITE, 46 }, + { 59541, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 45 }, + { 59541, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 2 }, + { 59541, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 30 }, + { 61563, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 4 }, + { 61563, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 52 }, + { 61563, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 20 }, + { 63174, GO_FIREWORK_SHOW_TYPE_1_WHITE, 37 }, + { 63174, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 31 }, + { 64380, GO_FIREWORK_SHOW_TYPE_1_RED, 27 }, + { 64380, GO_FIREWORK_SHOW_TYPE_2_RED, 26 }, + { 64380, GO_FIREWORK_SHOW_TYPE_2_RED, 36 }, + { 64380, GO_FIREWORK_SHOW_TYPE_1_WHITE, 18 }, + { 64380, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 11 }, + { 64380, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 32 }, + { 66423, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 25 }, + { 66423, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 33 }, + { 68041, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 51 }, + { 68041, GO_FIREWORK_SHOW_TYPE_1_BLUE, 15 }, + { 68041, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 1 }, + { 68041, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 10 }, + { 69259, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 39 }, + { 71290, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 43 }, + { 71290, GO_FIREWORK_SHOW_TYPE_1_BLUE, 24 }, + { 72910, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 46 }, + { 72910, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 3 }, + { 74127, GO_FIREWORK_SHOW_TYPE_1_BLUE, 55 }, + { 74127, GO_FIREWORK_SHOW_TYPE_1_GREEN, 13 }, + { 76161, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 23 }, + { 76161, GO_FIREWORK_SHOW_TYPE_2_RED, 21 }, + { 76161, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 14 }, + { 76161, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 41 }, + { 76161, GO_FIREWORK_SHOW_TYPE_2_RED, 20 }, + { 76161, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 19 }, + { 77769, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 4 }, + { 77769, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 34 }, + { 78987, GO_FIREWORK_SHOW_TYPE_2_WHITE, 51 }, + { 78987, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 7 }, + { 78987, GO_FIREWORK_SHOW_TYPE_2_RED, 8 }, + { 78987, GO_FIREWORK_SHOW_TYPE_2_WHITE, 28 }, + { 81009, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 45 }, + { 81009, GO_FIREWORK_SHOW_TYPE_1_GREEN, 56 }, + { 81009, GO_FIREWORK_SHOW_TYPE_1_WHITE, 2 }, + { 82638, GO_FIREWORK_SHOW_TYPE_1_WHITE, 44 }, + { 82638, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 47 }, + { 82638, GO_FIREWORK_SHOW_TYPE_2_WHITE, 48 }, + { 82638, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 54 }, + { 83866, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 37 }, + { 86149, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 1 }, + { 86149, GO_FIREWORK_SHOW_TYPE_1_GREEN, 22 }, + { 86149, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 49 }, + { 86149, GO_FIREWORK_SHOW_TYPE_2_BLUE, 9 }, + { 86149, GO_FIREWORK_SHOW_TYPE_2_GREEN, 13 }, + { 86149, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 5 }, + { 86149, GO_FIREWORK_SHOW_TYPE_1_BLUE, 29 }, + { 87519, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 36 }, + { 87519, GO_FIREWORK_SHOW_TYPE_1_WHITE, 11 }, + { 87519, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 12 }, + { 88737, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 17 }, + { 88737, GO_FIREWORK_SHOW_TYPE_2_BLUE, 16 }, + { 88737, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 52 }, + { 90768, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 3 }, + { 92277, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 0 }, + { 92277, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 40 }, + { 92277, GO_FIREWORK_SHOW_TYPE_1_GREEN, 15 }, + { 93605, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 35 }, + { 93605, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 18 }, + { 93605, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 46 }, + { 95912, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 55 }, + { 95912, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 38 }, + { 97245, GO_FIREWORK_SHOW_TYPE_2_WHITE, 32 }, + { 97245, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 26 }, + { 98453, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 53 }, + { 98453, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 31 }, + { 98453, GO_FIREWORK_SHOW_TYPE_1_BLUE, 41 }, + { 98453, GO_FIREWORK_SHOW_TYPE_2_RED, 21 }, + { 98453, GO_FIREWORK_SHOW_TYPE_1_GREEN, 43 }, + { 98453, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 10 }, + { 100476, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 5 }, + { 100476, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 19 }, + { 100476, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 22 }, + { 100476, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 14 }, + { 102075, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 4 }, + { 102075, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 37 }, + { 103292, GO_FIREWORK_SHOW_TYPE_2_WHITE, 54 }, + { 105313, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 2 }, + { 105313, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 23 }, + { 105313, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 27 }, + { 105313, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 34 }, + { 105313, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 33 }, + { 106924, GO_FIREWORK_SHOW_TYPE_2_WHITE, 7 }, + { 106924, GO_FIREWORK_SHOW_TYPE_2_GREEN, 15 }, + { 108144, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 45 }, + { 110163, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 0 }, + { 110163, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 51 }, + { 110163, GO_FIREWORK_SHOW_TYPE_1_GREEN, 13 }, + { 111380, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 10 }, + { 111783, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 29 }, + { 111783, GO_FIREWORK_SHOW_TYPE_2_GREEN, 42 }, + { 113001, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 6 }, + { 113001, GO_FIREWORK_SHOW_TYPE_2_RED, 21 }, + { 113001, GO_FIREWORK_SHOW_TYPE_1_GREEN, 3 }, + { 113001, GO_FIREWORK_SHOW_TYPE_2_RED, 1 }, + { 115030, GO_FIREWORK_SHOW_TYPE_1_RED, 20 }, + { 115030, GO_FIREWORK_SHOW_TYPE_1_RED, 53 }, + { 115030, GO_FIREWORK_SHOW_TYPE_1_BLUE, 35 }, + { 115030, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 44 }, + { 116659, GO_FIREWORK_SHOW_TYPE_1_BLUE, 56 }, + { 117876, GO_FIREWORK_SHOW_TYPE_1_RED, 8 }, + { 117876, GO_FIREWORK_SHOW_TYPE_2_BLUE, 24 }, + { 117876, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 40 }, + { 117876, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 25 }, + { 117876, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 38 }, + { 119898, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 39 }, + { 119898, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 16 }, + { 119898, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 34 }, + { 121508, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 36 }, + { 121508, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 54 }, + { 121508, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 30 }, + { 121508, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 28 }, + { 121508, GO_FIREWORK_SHOW_TYPE_1_GREEN, 9 }, + { 122726, GO_FIREWORK_SHOW_TYPE_2_WHITE, 33 }, + { 122726, GO_FIREWORK_SHOW_TYPE_2_GREEN, 41 }, + { 122726, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 18 }, + { 122726, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 26 }, + { 124760, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 12 }, + { 126248, GO_FIREWORK_SHOW_TYPE_1_WHITE, 14 }, + { 127596, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 48 }, + { 127596, GO_FIREWORK_SHOW_TYPE_2_BLUE, 47 }, + { 128822, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 27 }, + { 129637, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 11 }, + { 131267, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 32 }, + { 131267, GO_FIREWORK_SHOW_TYPE_1_BLUE, 55 }, + { 132474, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 4 }, + { 132474, GO_FIREWORK_SHOW_TYPE_2_WHITE, 46 }, + { 132474, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 52 }, + { 132474, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 7 }, + { 134486, GO_FIREWORK_SHOW_TYPE_2_RED, 36 }, + { 134486, GO_FIREWORK_SHOW_TYPE_2_RED, 19 }, + { 134486, GO_FIREWORK_SHOW_TYPE_1_GREEN, 15 }, + { 136115, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 23 }, + { 136115, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 45 }, + { 137717, GO_FIREWORK_SHOW_TYPE_1_RED, 34 }, + { 139356, GO_FIREWORK_SHOW_TYPE_1_GREEN, 42 }, + { 139356, GO_FIREWORK_SHOW_TYPE_1_GREEN, 3 }, + { 139356, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 17 }, + { 140977, GO_FIREWORK_SHOW_TYPE_1_WHITE, 37 }, + { 140977, GO_FIREWORK_SHOW_TYPE_1_RED, 1 }, + { 140977, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 16 }, + { 140977, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 40 }, + { 140977, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 41 }, + { 142184, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 43 }, + { 142184, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 14 }, + { 142184, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 54 }, + { 142184, GO_FIREWORK_SHOW_TYPE_1_RED, 25 }, + { 144196, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 22 }, + { 144196, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 31 }, + { 144196, GO_FIREWORK_SHOW_TYPE_1_BLUE, 56 }, + { 144196, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 6 }, + { 144196, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 30 }, + { 144196, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 21 }, + { 145817, GO_FIREWORK_SHOW_TYPE_1_GREEN, 47 }, + { 145817, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 50 }, + { 145817, GO_FIREWORK_SHOW_TYPE_1_WHITE, 18 }, + { 147023, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 2 }, + { 148642, GO_FIREWORK_SHOW_TYPE_1_RED, 19 }, + { 148642, GO_FIREWORK_SHOW_TYPE_2_WHITE, 48 }, + { 150653, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 44 }, + { 150653, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 10 }, + { 150653, GO_FIREWORK_SHOW_TYPE_2_RED, 20 }, + { 150653, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 23 }, + { 150653, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 35 }, + { 151860, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 49 }, + { 151860, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 8 }, + { 153893, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 5 }, + { 153893, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 45 }, + { 153893, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 51 }, + { 155492, GO_FIREWORK_SHOW_TYPE_1_RED, 27 }, + { 155492, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 34 }, + { 155492, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 28 }, + { 155492, GO_FIREWORK_SHOW_TYPE_1_RED, 12 }, + { 156720, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 7 }, + { 156720, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 11 }, + { 156720, GO_FIREWORK_SHOW_TYPE_2_GREEN, 50 }, + { 156720, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 53 }, + { 158351, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 4 }, + { 158351, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 30 }, + { 158753, GO_FIREWORK_SHOW_TYPE_2_GREEN, 6 }, + { 158753, GO_FIREWORK_SHOW_TYPE_2_WHITE, 52 }, + { 160374, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 21 }, + { 161589, GO_FIREWORK_SHOW_TYPE_2_BLUE, 47 }, + { 161589, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 24 }, + { 161589, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 38 }, + { 161589, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 26 }, + { 165031, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 32 }, + { 166738, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 39 }, + { 166738, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 51 }, + { 166738, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 1 }, + { 168460, GO_FIREWORK_SHOW_TYPE_2_BLUE, 15 }, + { 168460, GO_FIREWORK_SHOW_TYPE_1_RED, 5 }, + { 168460, GO_FIREWORK_SHOW_TYPE_2_GREEN, 29 }, + { 169688, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 44 }, + { 169688, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 41 }, + { 169688, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 9 }, + { 170885, GO_FIREWORK_SHOW_TYPE_1_WHITE, 18 }, + { 171690, GO_FIREWORK_SHOW_TYPE_1_GREEN, 22 }, + { 171690, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 43 }, + { 171690, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 45 }, + { 172904, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 14 }, + { 173316, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 13 }, + { 174527, GO_FIREWORK_SHOW_TYPE_1_RED, 8 }, + { 174527, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 37 }, + { 176567, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 25 }, + { 176567, GO_FIREWORK_SHOW_TYPE_1_GREEN, 50 }, + { 176567, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 40 }, + { 176567, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 36 }, + { 177771, GO_FIREWORK_SHOW_TYPE_2_WHITE, 10 }, + { 178171, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 17 }, + { 178171, GO_FIREWORK_SHOW_TYPE_1_RED, 12 }, + { 178171, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 28 }, + { 179388, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 42 }, + { 179388, GO_FIREWORK_SHOW_TYPE_2_RED, 20 }, + { 181410, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 19 }, + { 181410, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 27 }, + { 181410, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 23 }, + { 181410, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 22 }, + { 181410, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 48 }, + { 181410, GO_FIREWORK_SHOW_TYPE_2_WHITE, 54 }, + { 181410, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 47 }, + { 183029, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 53 }, + { 183029, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 31 }, + { 184247, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 30 }, + { 184247, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 2 }, + { 186279, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 26 }, + { 186279, GO_FIREWORK_SHOW_TYPE_2_BLUE, 24 }, + { 186279, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 38 }, + { 187888, GO_FIREWORK_SHOW_TYPE_1_BLUE, 16 }, + { 187888, GO_FIREWORK_SHOW_TYPE_2_RED, 34 }, + { 187888, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 9 }, + { 187888, GO_FIREWORK_SHOW_TYPE_1_BLUE, 6 }, + { 187888, GO_FIREWORK_SHOW_TYPE_2_GREEN, 55 }, + { 189094, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 37 }, + { 191118, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 3 }, + { 191118, GO_FIREWORK_SHOW_TYPE_1_RED, 0 }, + { 191118, GO_FIREWORK_SHOW_TYPE_1_WHITE, 45 }, + { 191118, GO_FIREWORK_SHOW_TYPE_1_WHITE, 32 }, + { 191118, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 35 }, + { 191118, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 44 }, + { 192738, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 40 }, + { 192738, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 1 }, + { 192738, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 11 }, + { 192738, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 10 }, + { 192738, GO_FIREWORK_SHOW_TYPE_2_WHITE, 7 }, + { 193954, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 52 }, + { 195988, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 20 }, + { 195988, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 17 }, + { 195988, GO_FIREWORK_SHOW_TYPE_2_WHITE, 14 }, + { 197616, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 54 }, + { 197616, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 39 }, + { 197616, GO_FIREWORK_SHOW_TYPE_1_RED, 49 }, + { 199246, GO_FIREWORK_SHOW_TYPE_2_GREEN, 56 }, + { 199246, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 36 }, + { 199246, GO_FIREWORK_SHOW_TYPE_2_GREEN, 43 }, + { 199246, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 25 }, + { 200856, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 18 }, + { 200856, GO_FIREWORK_SHOW_TYPE_2_GREEN, 50 }, + { 202073, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 41 }, + { 205691, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 22 }, + { 205691, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 8 }, + { 205691, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 29 }, + { 205691, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 23 }, + { 205691, GO_FIREWORK_SHOW_TYPE_1_GREEN, 3 }, + { 206897, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 0 }, + { 206897, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 15 }, + { 206897, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 46 }, + { 206897, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 27 }, + { 208921, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 28 }, + { 208921, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 5 }, + { 210249, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 33 }, + { 210249, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 48 }, + { 210249, GO_FIREWORK_SHOW_TYPE_2_RED, 12 }, + { 210249, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 11 }, + { 210249, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 51 }, + { 211769, GO_FIREWORK_SHOW_TYPE_1_BLUE, 47 }, + { 211769, GO_FIREWORK_SHOW_TYPE_1_BLUE, 30 }, + { 211769, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 6 }, + { 211769, GO_FIREWORK_SHOW_TYPE_1_RED, 26 }, + { 213792, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 14 }, + { 213792, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 34 }, + { 213792, GO_FIREWORK_SHOW_TYPE_1_RED, 36 }, + { 213792, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 16 }, + { 213792, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 42 }, + { 215411, GO_FIREWORK_SHOW_TYPE_1_RED, 1 }, + { 215411, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 2 }, + { 215411, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 52 }, + { 215411, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 7 }, + { 216628, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 21 }, + { 216628, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 17 }, + { 216628, GO_FIREWORK_SHOW_TYPE_1_RED, 49 }, + { 216628, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 44 }, + { 216628, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 9 }, + { 218648, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 31 }, + { 218648, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 38 }, + { 218648, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 55 }, + { 218648, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 32 }, + { 220267, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 19 }, + { 220267, GO_FIREWORK_SHOW_TYPE_2_BLUE, 56 }, + { 220267, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 13 }, + { 220267, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 27 }, + { 220267, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 4 }, + { 220267, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 50 }, + { 220267, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 37 }, + { 223488, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 45 }, + { 223488, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 10 }, + { 223488, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 22 }, + { 224846, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 12 }, + { 224846, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 46 }, + { 224846, GO_FIREWORK_SHOW_TYPE_2_WHITE, 23 }, + { 226668, GO_FIREWORK_SHOW_TYPE_2_GREEN, 41 }, + { 226668, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 40 }, + { 229561, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 35 }, + { 229561, GO_FIREWORK_SHOW_TYPE_2_WHITE, 32 }, + { 231578, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 28 }, + { 233211, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 5 }, + { 233211, GO_FIREWORK_SHOW_TYPE_2_RED, 20 }, + { 233211, GO_FIREWORK_SHOW_TYPE_1_WHITE, 7 }, + { 234428, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 42 }, + { 234428, GO_FIREWORK_SHOW_TYPE_2_RED, 49 }, + { 234428, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 51 }, + { 234428, GO_FIREWORK_SHOW_TYPE_2_RED, 1 }, + { 236449, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 34 }, + { 236449, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 48 }, + { 236449, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 2 }, + { 236449, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 54 }, + { 236449, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 52 }, + { 238068, GO_FIREWORK_SHOW_TYPE_1_BLUE, 29 }, + { 238068, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 8 }, + { 239274, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 39 }, + { 239274, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 37 }, + { 239274, GO_FIREWORK_SHOW_TYPE_2_BLUE, 55 }, + { 241297, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 12 }, + { 242914, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 30 }, + { 242914, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 43 }, + { 242914, GO_FIREWORK_SHOW_TYPE_2_WHITE, 40 }, + { 242914, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 19 }, + { 244112, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 38 }, + { 244112, GO_FIREWORK_SHOW_TYPE_1_RED, 17 }, + { 244112, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 36 }, + { 244112, GO_FIREWORK_SHOW_TYPE_1_GREEN, 22 }, + { 246135, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 47 }, + { 246135, GO_FIREWORK_SHOW_TYPE_1_WHITE, 23 }, + { 246135, GO_FIREWORK_SHOW_TYPE_1_WHITE, 7 }, + { 246135, GO_FIREWORK_SHOW_TYPE_1_GREEN, 24 }, + { 246135, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 3 }, + { 246135, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 0 }, + { 247743, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 50 }, + { 247743, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 56 }, + { 247743, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 13 }, + { 247743, GO_FIREWORK_SHOW_TYPE_2_RED, 5 }, + { 247743, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 51 }, + { 247743, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 6 }, + { 248951, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 28 }, + { 248951, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 20 }, + { 250963, GO_FIREWORK_SHOW_TYPE_2_RED, 25 }, + { 250963, GO_FIREWORK_SHOW_TYPE_2_BLUE, 42 }, + { 250963, GO_FIREWORK_SHOW_TYPE_2_WHITE, 18 }, + { 252590, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 27 }, + { 252590, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 14 }, + { 253808, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 15 }, + { 253808, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 34 }, + { 253808, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 16 }, + { 253808, GO_FIREWORK_SHOW_TYPE_1_GREEN, 41 }, + { 253808, GO_FIREWORK_SHOW_TYPE_1_WHITE, 52 }, + { 255831, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 35 }, + { 255831, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 31 }, + { 255831, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 44 }, + { 257461, GO_FIREWORK_SHOW_TYPE_2_GREEN, 9 }, + { 257461, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 45 }, + { 258668, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 49 }, + { 258668, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 48 }, + { 260691, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 5 }, + { 260691, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 37 }, + { 260691, GO_FIREWORK_SHOW_TYPE_1_GREEN, 6 }, + { 260691, GO_FIREWORK_SHOW_TYPE_2_BLUE, 4 }, + { 262070, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 17 }, + { 263897, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 40 }, + { 263897, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 2 }, + { 263897, GO_FIREWORK_SHOW_TYPE_1_RED, 21 }, + { 265556, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 54 }, + { 265556, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 47 }, + { 267171, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 32 }, + { 267171, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 24 }, + { 268390, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 0 }, + { 268390, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 29 }, + { 268390, GO_FIREWORK_SHOW_TYPE_1_GREEN, 30 }, + { 268390, GO_FIREWORK_SHOW_TYPE_1_RED, 31 }, + { 270411, GO_FIREWORK_SHOW_TYPE_2_WHITE, 10 }, + { 270411, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 7 }, + { 270411, GO_FIREWORK_SHOW_TYPE_1_GREEN, 15 }, + { 270411, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 51 }, + { 272020, GO_FIREWORK_SHOW_TYPE_1_BLUE, 22 }, + { 272020, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 38 }, + { 273235, GO_FIREWORK_SHOW_TYPE_2_RED, 39 }, + { 273235, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 19 }, + { 273235, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 3 }, + { 273235, GO_FIREWORK_SHOW_TYPE_2_GREEN, 50 }, + { 273235, GO_FIREWORK_SHOW_TYPE_2_WHITE, 37 }, + { 275258, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 34 }, + { 275258, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 42 }, + { 276889, GO_FIREWORK_SHOW_TYPE_1_GREEN, 56 }, + { 276889, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 28 }, + { 276889, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 13 }, + { 276889, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 12 }, + { 278096, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 47 }, + { 278096, GO_FIREWORK_SHOW_TYPE_2_RED, 26 }, + { 278096, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 55 }, + { 278096, GO_FIREWORK_SHOW_TYPE_2_WHITE, 18 }, + { 278096, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 11 }, + { 278096, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 53 }, + { 278096, GO_FIREWORK_SHOW_TYPE_1_RED, 36 }, + { 278096, GO_FIREWORK_SHOW_TYPE_2_WHITE, 44 }, + { 279816, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 14 }, + { 279816, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 23 }, + { 281727, GO_FIREWORK_SHOW_TYPE_2_RED, 8 }, + { 281727, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 33 }, + { 281727, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 17 }, + { 281727, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 1 }, + { 282933, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 41 }, + { 284701, GO_FIREWORK_SHOW_TYPE_1_WHITE, 52 }, + { 284701, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 45 }, + { 284701, GO_FIREWORK_SHOW_TYPE_2_BLUE, 29 }, + { 284701, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 0 }, + { 284701, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 39 }, + { 286561, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 49 }, + { 286561, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 24 }, + { 286561, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 21 }, + { 286561, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 31 }, + { 287799, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 15 }, + { 287799, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 35 }, + { 289823, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 43 }, + { 289823, GO_FIREWORK_SHOW_TYPE_1_WHITE, 51 }, + { 289823, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 7 }, + { 289823, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 25 }, + { 289823, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 9 }, + { 289823, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 19 }, + { 291431, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 2 }, + { 291431, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 27 }, + { 291431, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 37 }, + { 291431, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 20 }, + { 291431, GO_FIREWORK_SHOW_TYPE_1_BLUE, 50 }, + { 292680, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 56 }, + { 294693, GO_FIREWORK_SHOW_TYPE_1_BLUE, 6 }, + { 294693, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 26 }, + { 294693, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 54 }, + { 296292, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 17 }, + { 296292, GO_FIREWORK_SHOW_TYPE_1_WHITE, 48 }, + { 296292, GO_FIREWORK_SHOW_TYPE_2_GREEN, 42 }, + { 297511, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 11 }, + { 297511, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 12 }, + { 299534, GO_FIREWORK_SHOW_TYPE_2_RED, 5 }, + { 299534, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 47 }, + { 299534, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 34 }, + { 299534, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 36 }, + { 301155, GO_FIREWORK_SHOW_TYPE_2_WHITE, 46 }, + { 301155, GO_FIREWORK_SHOW_TYPE_2_WHITE, 32 }, + { 301155, GO_FIREWORK_SHOW_TYPE_1_GREEN, 41 }, + { 302321, GO_FIREWORK_SHOW_TYPE_1_GREEN, 30 }, + { 302764, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 35 }, + { 304385, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 23 }, + { 304385, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 4 }, + { 305331, GO_FIREWORK_SHOW_TYPE_1_WHITE, 44 }, + { 305985, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 53 }, + { 305985, GO_FIREWORK_SHOW_TYPE_1_GREEN, 22 }, + { 307201, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 49 }, + { 309223, GO_FIREWORK_SHOW_TYPE_1_RED, 19 }, + { 309223, GO_FIREWORK_SHOW_TYPE_2_WHITE, 10 }, + { 309223, GO_FIREWORK_SHOW_TYPE_1_BLUE, 16 }, + { 309223, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 37 }, + { 309223, GO_FIREWORK_SHOW_TYPE_2_GREEN, 6 }, + { 310842, GO_FIREWORK_SHOW_TYPE_2_GREEN, 3 }, + { 310842, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 13 }, + { 310842, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 25 }, + { 312063, GO_FIREWORK_SHOW_TYPE_2_GREEN, 9 }, + { 312063, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 40 }, + { 312063, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 24 }, + { 312063, GO_FIREWORK_SHOW_TYPE_1_RED, 31 }, + { 314081, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 18 }, + { 314081, GO_FIREWORK_SHOW_TYPE_1_BLUE, 43 }, + { 314081, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 39 }, + { 314081, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 27 }, + { 314081, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 21 }, + { 314081, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 1 }, + { 315700, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 56 }, + { 315700, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 15 }, + { 315700, GO_FIREWORK_SHOW_TYPE_2_RED, 17 }, + { 315700, GO_FIREWORK_SHOW_TYPE_1_WHITE, 14 }, + { 316924, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 8 }, + { 316924, GO_FIREWORK_SHOW_TYPE_1_WHITE, 33 }, + { 316924, GO_FIREWORK_SHOW_TYPE_2_WHITE, 28 }, + { 318942, GO_FIREWORK_SHOW_TYPE_2_WHITE, 2 }, + { 320562, GO_FIREWORK_SHOW_TYPE_2_RED, 5 }, + { 320562, GO_FIREWORK_SHOW_TYPE_1_BLUE, 42 }, + { 320562, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 51 }, + { 320562, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 44 }, + { 321773, GO_FIREWORK_SHOW_TYPE_1_WHITE, 52 }, + { 321773, GO_FIREWORK_SHOW_TYPE_1_WHITE, 45 }, + { 321773, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 20 }, + { 323768, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 0 }, + { 325406, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 29 }, + { 325406, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 47 }, + { 325406, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 46 }, + { 326624, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 40 }, + { 326624, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 38 }, + { 328645, GO_FIREWORK_SHOW_TYPE_2_GREEN, 35 }, + { 328645, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 30 }, + { 328645, GO_FIREWORK_SHOW_TYPE_2_WHITE, 7 }, + { 330255, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 53 }, + { 330255, GO_FIREWORK_SHOW_TYPE_2_WHITE, 32 }, + { 330255, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 36 }, + { 331474, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 50 }, + { 332690, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 15 }, + { 332690, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 56 }, + { 333505, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 54 }, + { 333505, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 26 }, + { 333505, GO_FIREWORK_SHOW_TYPE_2_GREEN, 9 }, + { 333505, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 23 }, + { 335125, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 13 }, + { 335125, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 4 }, + { 335125, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 52 }, + { 335125, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 34 }, + { 335940, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 17 }, + { 335940, GO_FIREWORK_SHOW_TYPE_1_RED, 21 }, + { 336341, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 49 }, + { 336341, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 1 }, + { 336341, GO_FIREWORK_SHOW_TYPE_1_GREEN, 55 }, + { 336341, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 25 }, + { 337548, GO_FIREWORK_SHOW_TYPE_1_GREEN, 16 }, + { 338352, GO_FIREWORK_SHOW_TYPE_2_BLUE, 3 }, + { 338352, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 6 }, + { 338352, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 42 }, + { 338352, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 20 }, + { 338352, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 37 }, + { 338863, GO_FIREWORK_SHOW_TYPE_1_WHITE, 2 }, + { 339165, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 24 }, + { 339165, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 48 }, + { 339569, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 47 }, + { 339569, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 38 }, + { 341601, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 14 }, + { 343210, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 33 }, + { 343210, GO_FIREWORK_SHOW_TYPE_2_RED, 26 }, + { 344829, GO_FIREWORK_SHOW_TYPE_1_WHITE, 23 }, + { 345081, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 39 }, + { 346037, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 22 }, + { 346037, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 40 }, + { 346037, GO_FIREWORK_SHOW_TYPE_1_GREEN, 41 }, + { 346037, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 45 }, + { 348061, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 18 }, + { 348061, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 36 }, + { 348061, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 5 }, + { 349275, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 19 }, + { 349275, GO_FIREWORK_SHOW_TYPE_2_WHITE, 28 }, + { 349275, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 32 }, + { 349275, GO_FIREWORK_SHOW_TYPE_1_GREEN, 16 }, + { 349275, GO_FIREWORK_SHOW_TYPE_1_GREEN, 55 }, + { 349275, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 34 }, + { 351297, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 35 }, + { 351297, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 8 }, + { 351297, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 50 }, + { 351297, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 0 }, + { 352907, GO_FIREWORK_SHOW_TYPE_2_WHITE, 44 }, + { 352907, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 11 }, + { 352907, GO_FIREWORK_SHOW_TYPE_1_WHITE, 10 }, + { 352907, GO_FIREWORK_SHOW_TYPE_2_WHITE, 51 }, + { 354134, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 7 }, + { 354134, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 17 }, + { 354134, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 9 }, + { 354134, GO_FIREWORK_SHOW_TYPE_1_BLUE, 15 }, + { 356156, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 54 }, + { 356156, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 1 }, + { 357695, GO_FIREWORK_SHOW_TYPE_2_RED, 27 }, + { 357695, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 3 }, + { 357695, GO_FIREWORK_SHOW_TYPE_1_RED, 38 }, + { 357695, GO_FIREWORK_SHOW_TYPE_1_BLUE, 30 }, + { 359216, GO_FIREWORK_SHOW_TYPE_1_RED, 53 }, + { 359216, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 41 }, + { 359216, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 48 }, + { 360725, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 4 }, + { 360725, GO_FIREWORK_SHOW_TYPE_2_WHITE, 52 }, + { 360725, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 43 }, + { 362648, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 49 }, + { 362648, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 26 }, + { 362648, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 20 }, + { 363855, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 42 }, + { 363855, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 18 }, + { 365869, GO_FIREWORK_SHOW_TYPE_2_RED, 25 }, + { 365869, GO_FIREWORK_SHOW_TYPE_2_RED, 12 }, + { 365869, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 21 }, + { 367089, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 11 }, + { 367089, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 22 }, + { 368707, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 13 }, + { 368707, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 39 }, + { 370439, GO_FIREWORK_SHOW_TYPE_1_WHITE, 2 }, + { 370439, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 24 }, + { 370439, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 56 }, + { 372369, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 40 }, + { 372369, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 45 }, + { 372369, GO_FIREWORK_SHOW_TYPE_1_GREEN, 16 }, + { 372369, GO_FIREWORK_SHOW_TYPE_1_BLUE, 35 }, + { 373593, GO_FIREWORK_SHOW_TYPE_2_WHITE, 52 }, + { 373593, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 28 }, + { 373593, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 31 }, + { 373593, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 1 }, + { 375193, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 44 }, + { 375193, GO_FIREWORK_SHOW_TYPE_1_RED, 36 }, + { 375193, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 46 }, + { 377215, GO_FIREWORK_SHOW_TYPE_2_RED, 25 }, + { 377215, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 41 }, + { 377215, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 26 }, + { 378443, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 54 }, + { 378443, GO_FIREWORK_SHOW_TYPE_2_WHITE, 33 }, + { 380335, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 7 }, + { 380335, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 27 }, + { 380335, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 3 }, + { 380335, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 5 }, + { 382076, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 6 }, + { 382076, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 34 }, + { 383285, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 42 }, + { 383285, GO_FIREWORK_SHOW_TYPE_1_GREEN, 47 }, + { 383285, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 48 }, + { 383285, GO_FIREWORK_SHOW_TYPE_2_GREEN, 15 }, + { 385316, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 23 }, + { 385316, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 19 }, + { 385316, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 38 }, + { 386936, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 10 }, + { 386936, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 29 }, + { 386936, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 14 }, + { 386936, GO_FIREWORK_SHOW_TYPE_2_BLUE, 9 }, + { 386936, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 28 }, + { 388555, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 21 }, + { 388555, GO_FIREWORK_SHOW_TYPE_1_GREEN, 13 }, + { 388555, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 52 }, + { 388555, GO_FIREWORK_SHOW_TYPE_1_BLUE, 50 }, + { 390185, GO_FIREWORK_SHOW_TYPE_1_GREEN, 24 }, + { 390185, GO_FIREWORK_SHOW_TYPE_1_RED, 0 }, + { 390185, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 55 }, + { 390185, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 51 }, + { 390185, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 37 }, + { 391383, GO_FIREWORK_SHOW_TYPE_1_WHITE, 32 }, + { 391383, GO_FIREWORK_SHOW_TYPE_1_GREEN, 35 }, + { 391383, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 36 }, + { 392991, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 4 }, + { 392991, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 39 }, + { 392991, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 18 }, + { 395013, GO_FIREWORK_SHOW_TYPE_1_RED, 12 }, + { 395013, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 20 }, + { 395013, GO_FIREWORK_SHOW_TYPE_2_WHITE, 2 }, + { 396629, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 7 }, + { 397836, GO_FIREWORK_SHOW_TYPE_2_BLUE, 30 }, + { 397836, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 34 }, + { 399857, GO_FIREWORK_SHOW_TYPE_2_WHITE, 44 }, + { 401065, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 56 }, + { 402683, GO_FIREWORK_SHOW_TYPE_2_BLUE, 42 }, + { 402683, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 33 }, + { 402683, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 11 }, + { 402683, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 13 }, + { 402683, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 40 }, + { 402683, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 1 }, + { 402683, GO_FIREWORK_SHOW_TYPE_1_BLUE, 29 }, + { 404693, GO_FIREWORK_SHOW_TYPE_2_GREEN, 6 }, + { 404693, GO_FIREWORK_SHOW_TYPE_1_RED, 27 }, + { 404693, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 23 }, + { 404693, GO_FIREWORK_SHOW_TYPE_2_RED, 53 }, + { 404693, GO_FIREWORK_SHOW_TYPE_2_RED, 8 }, + { 406323, GO_FIREWORK_SHOW_TYPE_1_BLUE, 35 }, + { 407541, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 36 }, + { 407541, GO_FIREWORK_SHOW_TYPE_2_BLUE, 16 }, + { 407541, GO_FIREWORK_SHOW_TYPE_2_BLUE, 3 }, + { 407541, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 17 }, + { 407541, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 41 }, + { 409163, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 26 }, + { 409163, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 52 }, + { 410969, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 18 }, + { 412800, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 21 }, + { 414428, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 48 }, + { 414428, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 44 }, + { 415344, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 1 }, + { 415635, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 51 }, + { 416844, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 45 }, + { 417648, GO_FIREWORK_SHOW_TYPE_2_GREEN, 50 }, + { 417648, GO_FIREWORK_SHOW_TYPE_1_RED, 25 }, + { 417648, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 28 }, + { 417648, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 54 }, + { 417648, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 14 }, + { 418865, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 33 }, + { 419268, GO_FIREWORK_SHOW_TYPE_1_RED, 5 }, + { 419268, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 38 }, + { 419268, GO_FIREWORK_SHOW_TYPE_2_WHITE, 32 }, + { 419268, GO_FIREWORK_SHOW_TYPE_1_GREEN, 30 }, + { 420887, GO_FIREWORK_SHOW_TYPE_1_BLUE, 43 }, + { 420887, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 41 }, + { 420887, GO_FIREWORK_SHOW_TYPE_1_GREEN, 29 }, + { 422506, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 7 }, + { 422506, GO_FIREWORK_SHOW_TYPE_1_RED, 39 }, + { 422506, GO_FIREWORK_SHOW_TYPE_2_WHITE, 2 }, + { 422506, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 55 }, + { 424135, GO_FIREWORK_SHOW_TYPE_1_BLUE, 15 }, + { 424135, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 24 }, + { 424135, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 18 }, + { 424135, GO_FIREWORK_SHOW_TYPE_2_BLUE, 4 }, + { 424135, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 0 }, + { 424135, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 47 }, + { 424135, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 53 }, + { 425747, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 22 }, + { 425747, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 46 }, + { 427368, GO_FIREWORK_SHOW_TYPE_2_WHITE, 37 }, + { 427368, GO_FIREWORK_SHOW_TYPE_2_RED, 34 }, + { 427368, GO_FIREWORK_SHOW_TYPE_2_BLUE, 13 }, + { 427368, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 19 }, + { 428586, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 42 }, + { 428586, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 20 }, + { 428586, GO_FIREWORK_SHOW_TYPE_2_WHITE, 10 }, + { 428586, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 1 }, + { 428586, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 23 }, + { 430196, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 25 }, + { 430196, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 56 }, + { 430196, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 27 }, + { 430196, GO_FIREWORK_SHOW_TYPE_2_RED, 8 }, + { 433654, GO_FIREWORK_SHOW_TYPE_2_WHITE, 11 }, + { 433654, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 29 }, + { 435044, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 52 }, + { 435044, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 36 }, + { 436663, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 14 }, + { 438267, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 9 }, + { 439903, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 41 }, + { 439903, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 50 }, + { 439903, GO_FIREWORK_SHOW_TYPE_1_GREEN, 16 }, + { 439903, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 17 }, + { 439903, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 46 }, + { 441109, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 3 }, + { 441905, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 7 }, + { 441905, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 49 }, + { 441905, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 2 }, + { 441905, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 40 }, + { 441905, GO_FIREWORK_SHOW_TYPE_2_RED, 21 }, + { 441905, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 38 }, + { 443527, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 44 }, + { 443527, GO_FIREWORK_SHOW_TYPE_2_RED, 27 }, + { 443527, GO_FIREWORK_SHOW_TYPE_2_BLUE, 55 }, + { 444735, GO_FIREWORK_SHOW_TYPE_1_BLUE, 15 }, + { 444735, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 10 }, + { 444735, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 0 }, + { 444735, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 35 }, + { 444735, GO_FIREWORK_SHOW_TYPE_1_BLUE, 30 }, + { 446764, GO_FIREWORK_SHOW_TYPE_1_WHITE, 33 }, + { 446764, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 37 }, + { 446764, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 45 }, + { 446764, GO_FIREWORK_SHOW_TYPE_1_RED, 53 }, + { 446764, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 31 }, + { 446764, GO_FIREWORK_SHOW_TYPE_1_GREEN, 4 }, + { 446764, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 5 }, + { 448374, GO_FIREWORK_SHOW_TYPE_1_WHITE, 28 }, + { 448374, GO_FIREWORK_SHOW_TYPE_1_RED, 26 }, + { 448374, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 32 }, + { 449592, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 22 }, + { 449592, GO_FIREWORK_SHOW_TYPE_2_WHITE, 54 }, + { 449592, GO_FIREWORK_SHOW_TYPE_2_GREEN, 43 }, + { 451207, GO_FIREWORK_SHOW_TYPE_1_RED, 20 }, + { 453044, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 19 }, + { 453044, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 13 }, + { 454454, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 29 }, + { 454454, GO_FIREWORK_SHOW_TYPE_1_BLUE, 47 }, + { 456476, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 9 }, + { 456476, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 25 }, + { 457693, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 10 }, + { 457693, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 1 }, + { 459724, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 24 }, + { 461333, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 45 }, + { 461333, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 21 }, + { 461333, GO_FIREWORK_SHOW_TYPE_1_BLUE, 35 }, + { 461333, GO_FIREWORK_SHOW_TYPE_2_GREEN, 55 }, + { 462551, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 0 }, + { 462551, GO_FIREWORK_SHOW_TYPE_2_GREEN, 42 }, + { 462551, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 36 }, + { 464574, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 17 }, + { 464574, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 52 }, + { 464574, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 46 }, + { 467403, GO_FIREWORK_SHOW_TYPE_1_WHITE, 33 }, + { 467403, GO_FIREWORK_SHOW_TYPE_2_WHITE, 14 }, + { 467403, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 48 }, + { 467403, GO_FIREWORK_SHOW_TYPE_2_RED, 20 }, + { 467403, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 37 }, + { 467403, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 26 }, + { 469426, GO_FIREWORK_SHOW_TYPE_2_GREEN, 6 }, + { 469426, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 11 }, + { 469426, GO_FIREWORK_SHOW_TYPE_1_BLUE, 30 }, + { 471051, GO_FIREWORK_SHOW_TYPE_1_GREEN, 41 }, + { 471051, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 23 }, + { 471051, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 2 }, + { 471051, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 43 }, + { 472267, GO_FIREWORK_SHOW_TYPE_2_GREEN, 56 }, + { 472267, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 44 }, + { 472267, GO_FIREWORK_SHOW_TYPE_1_RED, 5 }, + { 473878, GO_FIREWORK_SHOW_TYPE_2_GREEN, 50 }, + { 473878, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 3 }, + { 473878, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 32 }, + { 473878, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 15 }, + { 473878, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 31 }, + { 477111, GO_FIREWORK_SHOW_TYPE_2_GREEN, 16 }, + { 477111, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 18 }, + { 477111, GO_FIREWORK_SHOW_TYPE_2_GREEN, 29 }, + { 477111, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 13 }, + { 477111, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 34 }, + { 477111, GO_FIREWORK_SHOW_TYPE_1_BLUE, 24 }, + { 477111, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 27 }, + { 479149, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 19 }, + { 479149, GO_FIREWORK_SHOW_TYPE_1_GREEN, 4 }, + { 479149, GO_FIREWORK_SHOW_TYPE_2_RED, 49 }, + { 481985, GO_FIREWORK_SHOW_TYPE_1_RED, 39 }, + { 481985, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 37 }, + { 483997, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 7 }, + { 485616, GO_FIREWORK_SHOW_TYPE_2_GREEN, 55 }, + { 485616, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 11 }, + { 486822, GO_FIREWORK_SHOW_TYPE_1_WHITE, 33 }, + { 486822, GO_FIREWORK_SHOW_TYPE_1_WHITE, 23 }, + { 486822, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 17 }, + { 488835, GO_FIREWORK_SHOW_TYPE_2_BLUE, 35 }, + { 488835, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 38 }, + { 490451, GO_FIREWORK_SHOW_TYPE_1_GREEN, 9 }, + { 490451, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 42 }, + { 490451, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 12 }, + { 490451, GO_FIREWORK_SHOW_TYPE_2_RED, 20 }, + { 491668, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 53 }, + { 491668, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 1 }, + { 491668, GO_FIREWORK_SHOW_TYPE_2_BLUE, 15 }, + { 491668, GO_FIREWORK_SHOW_TYPE_2_GREEN, 30 }, + { 493693, GO_FIREWORK_SHOW_TYPE_2_GREEN, 56 }, + { 493693, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 10 }, + { 493693, GO_FIREWORK_SHOW_TYPE_2_BLUE, 50 }, + { 493693, GO_FIREWORK_SHOW_TYPE_2_BLUE, 47 }, + { 493693, GO_FIREWORK_SHOW_TYPE_2_GREEN, 43 }, + { 495308, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 54 }, + { 495308, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 21 }, + { 495308, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 46 }, + { 496516, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 49 }, + { 496516, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 51 }, + { 496516, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 14 }, + { 496516, GO_FIREWORK_SHOW_TYPE_1_GREEN, 6 }, + { 496516, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 16 }, + { 498532, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 28 }, + { 500148, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 45 }, + { 500148, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 33 }, + { 500148, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 25 }, + { 501365, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 24 }, + { 501365, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 18 }, + { 503378, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 39 }, + { 503378, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 11 }, + { 503378, GO_FIREWORK_SHOW_TYPE_1_WHITE, 7 }, + { 504999, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 4 }, + { 504999, GO_FIREWORK_SHOW_TYPE_1_RED, 8 }, + { 504999, GO_FIREWORK_SHOW_TYPE_2_GREEN, 13 }, + { 506206, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 44 }, + { 506206, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 36 }, + { 506206, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 34 }, + { 506206, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 0 }, + { 506206, GO_FIREWORK_SHOW_TYPE_1_RED, 27 }, + { 508228, GO_FIREWORK_SHOW_TYPE_1_WHITE, 2 }, + { 508228, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 53 }, + { 508228, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 32 }, + { 508228, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 19 }, + { 508228, GO_FIREWORK_SHOW_TYPE_2_GREEN, 3 }, + { 509845, GO_FIREWORK_SHOW_TYPE_2_RED, 20 }, + { 509845, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 10 }, + { 509845, GO_FIREWORK_SHOW_TYPE_1_GREEN, 50 }, + { 509845, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 40 }, + { 509845, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 48 }, + { 509845, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 12 }, + { 509845, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 26 }, + { 511071, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 37 }, + { 511071, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 55 }, + { 512854, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 6 }, + { 512854, GO_FIREWORK_SHOW_TYPE_2_GREEN, 41 }, + { 512854, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 38 }, + { 514476, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 52 }, + { 515928, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 1 }, + { 515928, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 30 }, + { 515928, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 47 }, + { 517949, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 25 }, + { 517949, GO_FIREWORK_SHOW_TYPE_1_BLUE, 9 }, + { 519411, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 33 }, + { 519411, GO_FIREWORK_SHOW_TYPE_2_GREEN, 43 }, + { 520375, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 34 }, + { 520776, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 22 }, + { 520776, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 54 }, + { 520776, GO_FIREWORK_SHOW_TYPE_2_BLUE, 56 }, + { 520776, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 29 }, + { 520776, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 21 }, + { 520776, GO_FIREWORK_SHOW_TYPE_2_RED, 5 }, + { 522798, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 14 }, + { 522798, GO_FIREWORK_SHOW_TYPE_2_GREEN, 55 }, + { 523200, GO_FIREWORK_SHOW_TYPE_2_GREEN, 16 }, + { 523200, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 46 }, + { 524418, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 10 }, + { 524418, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 35 }, + { 525622, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 27 }, + { 525622, GO_FIREWORK_SHOW_TYPE_2_WHITE, 11 }, + { 526828, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 53 }, + { 526828, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 28 }, + { 527641, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 15 }, + { 527641, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 51 }, + { 528044, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 45 }, + { 528044, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 38 }, + { 529263, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 12 }, + { 529263, GO_FIREWORK_SHOW_TYPE_1_BLUE, 24 }, + { 529263, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 17 }, + { 530470, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 13 }, + { 530470, GO_FIREWORK_SHOW_TYPE_2_WHITE, 18 }, + { 530470, GO_FIREWORK_SHOW_TYPE_2_BLUE, 4 }, + { 531691, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 6 }, + { 531691, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 23 }, + { 532091, GO_FIREWORK_SHOW_TYPE_1_RED, 26 }, + { 532091, GO_FIREWORK_SHOW_TYPE_1_BLUE, 9 }, + { 532905, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 8 }, + { 532905, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 3 }, + { 534930, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 49 }, + { 535332, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 19 }, + { 535332, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 25 }, + { 536963, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 31 }, + { 536963, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 36 }, + { 538983, GO_FIREWORK_SHOW_TYPE_1_BLUE, 50 }, + { 538983, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 2 }, + { 538983, GO_FIREWORK_SHOW_TYPE_1_BLUE, 42 }, + { 540192, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 32 }, + { 542216, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 40 }, + { 542216, GO_FIREWORK_SHOW_TYPE_2_BLUE, 30 }, + { 543421, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 10 }, + { 543421, GO_FIREWORK_SHOW_TYPE_2_WHITE, 48 }, + { 543421, GO_FIREWORK_SHOW_TYPE_1_GREEN, 16 }, + { 543421, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 41 }, + { 545412, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 52 }, + { 545412, GO_FIREWORK_SHOW_TYPE_1_BLUE, 43 }, + { 548683, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 44 }, + { 548683, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 27 }, + { 548683, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 33 }, + { 548683, GO_FIREWORK_SHOW_TYPE_2_GREEN, 55 }, + { 548683, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 53 }, + { 548683, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 51 }, + { 548683, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 20 }, + { 549899, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 47 }, + { 551933, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 6 }, + { 552337, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 25 }, + { 552337, GO_FIREWORK_SHOW_TYPE_2_GREEN, 24 }, + { 552337, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 36 }, + { 553553, GO_FIREWORK_SHOW_TYPE_1_WHITE, 23 }, + { 553553, GO_FIREWORK_SHOW_TYPE_1_BLUE, 13 }, + { 553553, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 1 }, + { 554774, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 29 }, + { 554774, GO_FIREWORK_SHOW_TYPE_2_WHITE, 14 }, + { 556801, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 35 }, + { 557203, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 21 }, + { 557203, GO_FIREWORK_SHOW_TYPE_2_BLUE, 22 }, + { 557203, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 18 }, + { 558240, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 4 }, + { 558240, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 3 }, + { 558240, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 56 }, + { 558240, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 48 }, + { 558997, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 12 }, + { 559632, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 10 }, + { 561663, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 38 }, + { 561663, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 8 }, + { 561663, GO_FIREWORK_SHOW_TYPE_2_WHITE, 44 }, + { 562457, GO_FIREWORK_SHOW_TYPE_1_RED, 39 }, + { 562981, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 54 }, + { 562981, GO_FIREWORK_SHOW_TYPE_1_WHITE, 2 }, + { 563674, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 49 }, + { 563884, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 37 }, + { 563884, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 46 }, + { 564889, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 50 }, + { 564889, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 41 }, + { 564889, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 26 }, + { 566507, GO_FIREWORK_SHOW_TYPE_1_RED, 19 }, + { 566507, GO_FIREWORK_SHOW_TYPE_2_WHITE, 52 }, + { 566507, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 5 }, + { 566507, GO_FIREWORK_SHOW_TYPE_1_WHITE, 32 }, + { 566507, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 11 }, + { 566507, GO_FIREWORK_SHOW_TYPE_2_BLUE, 55 }, + { 567717, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 43 }, + { 567717, GO_FIREWORK_SHOW_TYPE_2_RED, 36 }, + { 567717, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 45 }, + { 567717, GO_FIREWORK_SHOW_TYPE_1_RED, 53 }, + { 569740, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 47 }, + { 569740, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 42 }, + { 569740, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 14 }, + { 569740, GO_FIREWORK_SHOW_TYPE_2_RED, 34 }, + { 569740, GO_FIREWORK_SHOW_TYPE_2_BLUE, 30 }, + { 569740, GO_FIREWORK_SHOW_TYPE_2_GREEN, 9 }, + { 571352, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 0 }, + { 572578, GO_FIREWORK_SHOW_TYPE_2_RED, 17 }, + { 572578, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 7 }, + { 572578, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 48 }, + { 574592, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 31 }, + { 574592, GO_FIREWORK_SHOW_TYPE_1_BLUE, 16 }, + { 576222, GO_FIREWORK_SHOW_TYPE_2_BLUE, 56 }, + { 577433, GO_FIREWORK_SHOW_TYPE_2_WHITE, 23 }, + { 577433, GO_FIREWORK_SHOW_TYPE_1_BLUE, 15 }, + { 577433, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 37 }, + { 577433, GO_FIREWORK_SHOW_TYPE_2_WHITE, 44 }, + { 579466, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 33 }, + { 579466, GO_FIREWORK_SHOW_TYPE_2_BLUE, 24 }, + { 579466, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 27 }, + { 579466, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 2 }, + { 580877, GO_FIREWORK_SHOW_TYPE_1_RED, 12 }, + { 580877, GO_FIREWORK_SHOW_TYPE_2_BLUE, 13 }, + { 580877, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 20 }, + { 580877, GO_FIREWORK_SHOW_TYPE_1_BLUE, 6 }, + { 580877, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 18 }, + { 582701, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 21 }, + { 582701, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 35 }, + { 584314, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 22 }, + { 584314, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 49 }, + { 584314, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 8 }, + { 584314, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 4 }, + { 585519, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 9 }, + { 585519, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 14 }, + { 585519, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 1 }, + { 585519, GO_FIREWORK_SHOW_TYPE_2_GREEN, 42 }, + { 585519, GO_FIREWORK_SHOW_TYPE_1_WHITE, 54 }, + { 587552, GO_FIREWORK_SHOW_TYPE_1_BLUE, 43 }, + { 587552, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 10 }, + { 587552, GO_FIREWORK_SHOW_TYPE_1_RED, 25 }, + { 587552, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 26 }, + { 587552, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 39 }, + { 589175, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 34 }, + { 589175, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 28 }, + { 589175, GO_FIREWORK_SHOW_TYPE_1_WHITE, 40 }, + { 589175, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 55 }, + { 589175, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 36 }, + { 590783, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 50 }, + { 590783, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 38 }, + { 590783, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 29 }, + { 590783, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 46 }, + { 590783, GO_FIREWORK_SHOW_TYPE_1_WHITE, 48 }, + { 590783, GO_FIREWORK_SHOW_TYPE_1_WHITE, 7 }, + { 590783, GO_FIREWORK_SHOW_TYPE_1_GREEN, 3 }, + { 592415, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 11 }, + { 592415, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 32 }, + { 595255, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 37 }, + { 595255, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 17 }, + { 595255, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 27 }, + { 595255, GO_FIREWORK_SHOW_TYPE_2_GREEN, 47 }, + { 597266, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 5 }, + { 597266, GO_FIREWORK_SHOW_TYPE_2_WHITE, 45 }, + { 598474, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 31 }, + { 598474, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 16 }, + { 600096, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 39 }, + { 600096, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 2 }, + { 600096, GO_FIREWORK_SHOW_TYPE_2_GREEN, 6 }, + { 600096, GO_FIREWORK_SHOW_TYPE_2_WHITE, 51 }, + { 602057, GO_FIREWORK_SHOW_TYPE_1_RED, 12 }, + { 602519, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 14 }, + { 603323, GO_FIREWORK_SHOW_TYPE_2_BLUE, 13 }, + { 603435, GO_FIREWORK_SHOW_TYPE_2_WHITE, 52 }, + { 603435, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 23 }, + { 604400, GO_FIREWORK_SHOW_TYPE_2_WHITE, 44 }, + { 604942, GO_FIREWORK_SHOW_TYPE_1_BLUE, 24 }, + { 604942, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 19 }, + { 604942, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 36 }, + { 606162, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 55 }, + { 606969, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 35 }, + { 606969, GO_FIREWORK_SHOW_TYPE_2_RED, 27 }, + { 606969, GO_FIREWORK_SHOW_TYPE_1_WHITE, 11 }, + { 608178, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 3 }, + { 608178, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 18 }, + { 608178, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 26 }, + { 608178, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 8 }, + { 608178, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 37 }, + { 608178, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 28 }, + { 608581, GO_FIREWORK_SHOW_TYPE_1_BLUE, 22 }, + { 609798, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 4 }, + { 609798, GO_FIREWORK_SHOW_TYPE_1_WHITE, 10 }, + { 609798, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 53 }, + { 609798, GO_FIREWORK_SHOW_TYPE_2_BLUE, 56 }, + { 609798, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 9 }, + { 609798, GO_FIREWORK_SHOW_TYPE_1_RED, 38 }, + { 609798, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 1 }, + { 610744, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 40 }, + { 613230, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 5 }, + { 613230, GO_FIREWORK_SHOW_TYPE_1_GREEN, 50 }, + { 613230, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 54 }, + { 613452, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 49 }, + { 614662, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 34 }, + { 615075, GO_FIREWORK_SHOW_TYPE_2_RED, 25 }, + { 616705, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 39 }, + { 616705, GO_FIREWORK_SHOW_TYPE_2_BLUE, 42 }, + { 616705, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 15 }, + { 616705, GO_FIREWORK_SHOW_TYPE_2_RED, 31 }, + { 618317, GO_FIREWORK_SHOW_TYPE_1_BLUE, 47 }, + { 618317, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 14 }, + { 618317, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 27 }, + { 618317, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 44 }, + { 618317, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 13 }, + { 618317, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 30 }, + { 618317, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 24 }, + { 618317, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 23 }, + { 618317, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 21 }, + { 618317, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 35 }, + { 618317, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 43 }, + { 618317, GO_FIREWORK_SHOW_TYPE_2_GREEN, 41 }, + { 618317, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 36 }, + { 619242, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 26 }, + { 619927, GO_FIREWORK_SHOW_TYPE_1_BLUE, 16 }, + { 619927, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 51 }, + { 619927, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 11 }, + { 619927, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 20 }, + { 619927, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 46 }, + { 619927, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 12 }, + { 619927, GO_FIREWORK_SHOW_TYPE_2_GREEN, 29 }, + { 619927, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 55 }, + { 619927, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 52 }, + { 619927, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 48 }, + { 619927, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 19 }, + { 621540, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 18 }, + { 621540, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 37 }, + { 621540, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 22 }, + { 621540, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 0 }, + { 621540, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 8 }, + { 622748, GO_FIREWORK_SHOW_TYPE_1_BLUE, 4 }, + { 622748, GO_FIREWORK_SHOW_TYPE_1_BLUE, 9 }, + { 622748, GO_FIREWORK_SHOW_TYPE_2_RED, 53 }, + { 622748, GO_FIREWORK_SHOW_TYPE_1_BLUE, 3 }, + { 622748, GO_FIREWORK_SHOW_TYPE_1_WHITE, 28 }, + { 622748, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 38 }, + { 622748, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 2 }, + { 622748, GO_FIREWORK_SHOW_TYPE_1_BLUE, 6 }, + { 624779, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 32 }, + { 624779, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 40 }, + { 624779, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 1 }, + { 624779, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 17 }, + { 624779, GO_FIREWORK_SHOW_TYPE_2_WHITE, 10 }, + { 624779, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 56 }, + { 625996, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 45 }, + { 625996, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 25 }, + { 625996, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 50 }, + { 625996, GO_FIREWORK_SHOW_TYPE_2_WHITE, 7 }, + { 627605, GO_FIREWORK_SHOW_TYPE_2_GREEN, 42 }, + { 627605, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 31 }, + { 627605, GO_FIREWORK_SHOW_TYPE_2_RED, 49 }, + { 627605, GO_FIREWORK_SHOW_TYPE_1_WHITE, 33 }, + { 627605, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 34 }, + { 627605, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 39 }, + { 629628, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 54 }, + { 629628, GO_FIREWORK_SHOW_TYPE_1_GREEN, 15 }, + { 629628, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 5 }, + { 632443, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 35 }, + { 632443, GO_FIREWORK_SHOW_TYPE_2_BLUE, 55 }, + { 632443, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 14 }, + { 632443, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 37 }, + { 632443, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 53 }, + { 632443, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 21 }, + { 632443, GO_FIREWORK_SHOW_TYPE_2_GREEN, 16 }, + { 632443, GO_FIREWORK_SHOW_TYPE_2_GREEN, 43 }, + { 632443, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 47 }, + { 632443, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 24 }, + { 632443, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 11 }, + { 632443, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 30 }, + { 632443, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 20 }, + { 632443, GO_FIREWORK_SHOW_TYPE_1_BLUE, 4 }, + { 632443, GO_FIREWORK_SHOW_TYPE_2_RED, 36 }, + { 632443, GO_FIREWORK_SHOW_TYPE_2_RED, 19 }, + { 632443, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 8 }, + { 632443, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 52 }, + { 634467, GO_FIREWORK_SHOW_TYPE_2_BLUE, 29 }, + { 634467, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 48 }, + { 634467, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 27 }, + { 634467, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 0 }, + { 634467, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 26 }, + { 634467, GO_FIREWORK_SHOW_TYPE_1_RED, 38 }, + { 634467, GO_FIREWORK_SHOW_TYPE_2_GREEN, 13 }, + { 634467, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 22 }, + { 634467, GO_FIREWORK_SHOW_TYPE_2_WHITE, 51 }, + { 634467, GO_FIREWORK_SHOW_TYPE_2_WHITE, 18 }, + { 634467, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 3 }, + { 634467, GO_FIREWORK_SHOW_TYPE_2_WHITE, 46 }, + { 634467, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 41 }, + { 634467, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 23 }, + { 634467, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 6 }, + { 634467, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 28 }, + { 634467, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 44 }, + { 634467, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 12 }, + { 636086, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 40 }, + { 636086, GO_FIREWORK_SHOW_TYPE_2_GREEN, 9 }, + { 636086, GO_FIREWORK_SHOW_TYPE_2_WHITE, 2 }, + { 636086, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 10 }, + { 636086, GO_FIREWORK_SHOW_TYPE_1_GREEN, 56 }, + { 636086, GO_FIREWORK_SHOW_TYPE_1_RED, 17 }, + { 637305, GO_FIREWORK_SHOW_TYPE_1_WHITE, 32 }, + { 637305, GO_FIREWORK_SHOW_TYPE_1_RED, 1 }, + { 639147, GO_FIREWORK_SHOW_TYPE_2_BLUE, 42 }, +}; + +FireworkShow const fireworkShowIronforge = +{ + .schedule = + { + .entries = fireworkShowScheduleIronforge, + .size = sizeof(fireworkShowScheduleIronforge) / sizeof(fireworkShowScheduleIronforge[0]) + }, + .spawns = + { + .entries = fireworkShowGameobjectIronforge, + .size = sizeof(fireworkShowGameobjectIronforge) / sizeof(fireworkShowGameobjectIronforge[0]) + }, + .revelerId = + { + NPC_IRONFORGE_REVELER, + 0 + } +}; + +#endif diff --git a/src/server/scripts/Events/firework_show/firework_show_Orgrimmar.h b/src/server/scripts/Events/firework_show/firework_show_Orgrimmar.h new file mode 100644 index 000000000..70407360e --- /dev/null +++ b/src/server/scripts/Events/firework_show/firework_show_Orgrimmar.h @@ -0,0 +1,1623 @@ +/* + * This file is part of the AzerothCore Project. See AUTHORS file for Copyright information + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU Affero General Public License as published by the + * Free Software Foundation; either version 3 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see . + */ + +#ifndef DEF_FIREWORK_SHOW_ORGRIMMAR_H +#define DEF_FIREWORK_SHOW_ORGRIMMAR_H + +#include "firework_show.h" + +// VerifiedBuild 52237 - Lunar +FireworkShowGameobject const fireworkShowGameobjectOrgrimmar[] = +{ + { 1406.6771f, -4511.184f, 113.34069f, 0.13962449f, 0.0f, 0.0f, 0.069755554f, 0.99756414f }, /* 0 */ + { 1477.816f, -4424.3228f, 109.31654f, 4.729844f, 0.0f, 0.0f, -0.70090866f, 0.71325105f }, /* 1 */ + { 1397.3004f, -4405.6216f, 89.54938f, 2.1991146f, 0.0f, 0.0f, 0.89100647f, 0.45399064f }, /* 2 */ + { 1469.1493f, -4346.278f, 143.69502f, 3.0543265f, 0.0f, 0.0f, 0.99904823f, 0.04361926f }, /* 3 */ + { 1391.625f, -4370.616f, 101.8619f, 5.550147f, 0.0f, 0.0f, -0.35836792f, 0.93358046f }, /* 4 */ + { 1395.6493f, -4403.441f, 110.13268f, 3.6826503f, 0.0f, 0.0f, -0.9636297f, 0.267241f }, /* 5 */ + { 1403.4723f, -4474.5903f, 103.94262f, 4.886924f, 0.0f, 0.0f, -0.642787f, 0.766045f }, /* 6 */ + { 1385.5555f, -4316.174f, 115.92285f, 4.7647495f, 0.0f, 0.0f, -0.6883545f, 0.72537446f }, /* 7 */ + { 1480.132f, -4467.8057f, 104.05179f, 2.1118479f, 0.0f, 0.0f, 0.8703556f, 0.4924237f }, /* 8 */ + { 1479.6493f, -4445.6704f, 112.39774f, 4.729844f, 0.0f, 0.0f, -0.70090866f, 0.71325105f }, /* 9 */ + { 1396.342f, -4411.153f, 101.06288f, 4.66003f, 0.0f, 0.0f, -0.7253742f, 0.68835473f }, /* 10 */ + { 1384.5087f, -4332.1113f, 109.35607f, 0.9773831f, 0.0f, 0.0f, 0.46947098f, 0.8829479f }, /* 11 */ + { 1395.25f, -4390.4272f, 107.54064f, 3.6826503f, 0.0f, 0.0f, -0.9636297f, 0.267241f }, /* 12 */ + { 1476.0938f, -4424.7744f, 99.27734f, 3.0543265f, 0.0f, 0.0f, 0.99904823f, 0.04361926f }, /* 13 */ + { 1472.9445f, -4398.8403f, 107.35314f, 3.47321f, 0.0f, 0.0f, -0.9862852f, 0.1650499f }, /* 14 */ + { 1395.8455f, -4434.479f, 133.57846f, 4.886924f, 0.0f, 0.0f, -0.642787f, 0.766045f }, /* 15 */ + { 1467.9166f, -4361.184f, 105.13743f, 3.7001047f, 0.0f, 0.0f, -0.9612608f, 0.2756405f }, /* 16 */ + { 1404.0555f, -4488.6006f, 114.91436f, 3.7001047f, 0.0f, 0.0f, -0.9612608f, 0.2756405f }, /* 17 */ + { 1394.3854f, -4385.5728f, 93.187454f, 5.8992143f, 0.0f, 0.0f, -0.1908083f, 0.9816273f }, /* 18 */ + { 1389.257f, -4339.278f, 102.36999f, 4.7647495f, 0.0f, 0.0f, -0.6883545f, 0.72537446f }, /* 19 */ + { 1486.5555f, -4492.9443f, 146.17804f, 0.13962449f, 0.0f, 0.0f, 0.069755554f, 0.99756414f }, /* 20 */ + { 1387.6372f, -4334.712f, 114.55054f, 0.9773831f, 0.0f, 0.0f, 0.46947098f, 0.8829479f }, /* 21 */ + { 1395.2952f, -4449.5835f, 127.99608f, 3.6826503f, 0.0f, 0.0f, -0.9636297f, 0.267241f }, /* 22 */ + { 1469.5955f, -4340.283f, 123.70389f, 2.5481794f, 0.0f, 0.0f, 0.95630455f, 0.29237235f }, /* 23 */ + { 1470.026f, -4366.455f, 109.21679f, 2.5481794f, 0.0f, 0.0f, 0.95630455f, 0.29237235f }, /* 24 */ + { 1400.4427f, -4479.4062f, 115.70335f, 6.0912004f, 0.0f, 0.0f, -0.09584522f, 0.99539626f }, /* 25 */ + { 1478.2535f, -4440.0522f, 100.6269f, 4.729844f, 0.0f, 0.0f, -0.70090866f, 0.71325105f }, /* 26 */ + { 1382.8142f, -4319.7847f, 111.73168f, 4.7647495f, 0.0f, 0.0f, -0.6883545f, 0.72537446f }, /* 27 */ + { 1486.243f, -4493.5767f, 144.94325f, 3.47321f, 0.0f, 0.0f, -0.9862852f, 0.1650499f }, /* 28 */ + { 1481.981f, -4466.2363f, 112.09889f, 3.47321f, 0.0f, 0.0f, -0.9862852f, 0.1650499f }, /* 29 */ + { 1482.0435f, -4466.257f, 126.0781f, 3.6302915f, 0.0f, 0.0f, -0.97029495f, 0.241925f }, /* 30 */ + { 1470.4166f, -4395.7256f, 105.25028f, 6.073746f, 0.0f, 0.0f, -0.10452843f, 0.9945219f }, /* 31 */ + { 1378.7986f, -4295.974f, 144.69731f, 5.8468537f, 0.0f, 0.0f, -0.21643925f, 0.97629607f }, /* 32 */ + { 1390.7223f, -4372.6353f, 114.91092f, 4.66003f, 0.0f, 0.0f, -0.7253742f, 0.68835473f }, /* 33 */ + { 1377.6997f, -4298.597f, 136.49734f, 5.8468537f, 0.0f, 0.0f, -0.21643925f, 0.97629607f }, /* 34 */ + { 1395.1528f, -4388.1147f, 116.27287f, 5.550147f, 0.0f, 0.0f, -0.35836792f, 0.93358046f }, /* 35 */ + { 1469.3455f, -4380.4443f, 104.19301f, 0.13962449f, 0.0f, 0.0f, 0.069755554f, 0.99756414f }, /* 36 */ + { 1389.9618f, -4352.538f, 110.95332f, 5.8992143f, 0.0f, 0.0f, -0.1908083f, 0.9816273f }, /* 37 */ + { 1396.9601f, -4450.2744f, 146.32278f, 4.886924f, 0.0f, 0.0f, -0.642787f, 0.766045f }, /* 38 */ + { 1472.4688f, -4424.0767f, 112.27931f, 3.6302915f, 0.0f, 0.0f, -0.97029495f, 0.241925f }, /* 39 */ + { 1392.0017f, -4370.858f, 104.99639f, 2.1991146f, 0.0f, 0.0f, 0.89100647f, 0.45399064f }, /* 40 */ + { 1469.8577f, -4371.1406f, 108.06357f, 6.073746f, 0.0f, 0.0f, -0.10452843f, 0.9945219f }, /* 41 */ + { 1394.3854f, -4390.2954f, 106.46032f, 5.550147f, 0.0f, 0.0f, -0.35836792f, 0.93358046f }, /* 42 */ + { 1466.3541f, -4341.7725f, 140.53256f, 2.5481794f, 0.0f, 0.0f, 0.95630455f, 0.29237235f }, /* 43 */ + { 1385.2535f, -4316.913f, 105.92902f, 5.8468537f, 0.0f, 0.0f, -0.21643925f, 0.97629607f }, /* 44 */ + { 1404.3629f, -4497.587f, 111.43112f, 6.0912004f, 0.0f, 0.0f, -0.09584522f, 0.99539626f }, /* 45 */ + { 1488.467f, -4490.858f, 130.44821f, 6.073746f, 0.0f, 0.0f, -0.10452843f, 0.9945219f }, /* 46 */ + { 1476.1476f, -4428.049f, 108.92605f, 3.0543265f, 0.0f, 0.0f, 0.99904823f, 0.04361926f }, /* 47 */ + { 1471.9341f, -4392.941f, 101.39069f, 2.1118479f, 0.0f, 0.0f, 0.8703556f, 0.4924237f }, /* 48 */ + { 1478.099f, -4431.5767f, 114.21085f, 4.66003f, 0.0f, 0.0f, -0.7253742f, 0.68835473f }, /* 49 */ + { 1388.2118f, -4353.0903f, 107.27274f, 5.8992143f, 0.0f, 0.0f, -0.1908083f, 0.9816273f }, /* 50 */ + { 1406.1285f, -4504.7534f, 113.27583f, 3.7001047f, 0.0f, 0.0f, -0.9612608f, 0.2756405f }, /* 51 */ + { 1392.6077f, -4379.4863f, 112.49339f, 2.1991146f, 0.0f, 0.0f, 0.89100647f, 0.45399064f }, /* 52 */ + { 1477.132f, -4425.3647f, 107.52834f, 2.1118479f, 0.0f, 0.0f, 0.8703556f, 0.4924237f }, /* 53 */ + { 1399.4098f, -4467.271f, 133.40863f, 6.0912004f, 0.0f, 0.0f, -0.09584522f, 0.99539626f }, /* 54 */ + { 1478.3923f, -4447.309f, 116.48106f, 3.6302915f, 0.0f, 0.0f, -0.97029495f, 0.241925f }, /* 55 */ + { 1390.6285f, -4359.7275f, 95.114334f, 0.9773831f, 0.0f, 0.0f, 0.46947098f, 0.8829479f }, /* 56 */ + { 1390.132f, -4375.1113f, 77.8846f, 6.0912004f, 0.0f, 0.0f, -0.09584522f, 0.99539626f }, /* 57 */ +}; + +// VerifiedBuild 52237 - Lunar +FireworkShowScheduleEntry const fireworkShowScheduleOrgrimmar[] = +{ + { 0, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 0 }, + { 3279, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 1 }, + { 3279, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 2 }, + { 3805, GO_FIREWORK_SHOW_TYPE_1_WHITE, 3 }, + { 4641, GO_FIREWORK_SHOW_TYPE_2_BLUE, 4 }, + { 4641, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 5 }, + { 4641, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 6 }, + { 5674, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 7 }, + { 6809, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 8 }, + { 6809, GO_FIREWORK_SHOW_TYPE_2_WHITE, 9 }, + { 6929, GO_FIREWORK_SHOW_TYPE_2_BLUE, 10 }, + { 8550, GO_FIREWORK_SHOW_TYPE_1_WHITE, 11 }, + { 8943, GO_FIREWORK_SHOW_TYPE_2_WHITE, 12 }, + { 8943, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 13 }, + { 9775, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 14 }, + { 10078, GO_FIREWORK_SHOW_TYPE_1_WHITE, 15 }, + { 10078, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 16 }, + { 10078, GO_FIREWORK_SHOW_TYPE_1_WHITE, 17 }, + { 10995, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 18 }, + { 10995, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 19 }, + { 11589, GO_FIREWORK_SHOW_TYPE_1_RED, 20 }, + { 11589, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 21 }, + { 11589, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 22 }, + { 12273, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 23 }, + { 13017, GO_FIREWORK_SHOW_TYPE_1_WHITE, 24 }, + { 13017, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 25 }, + { 13017, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 26 }, + { 13017, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 27 }, + { 13418, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 28 }, + { 14634, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 29 }, + { 14634, GO_FIREWORK_SHOW_TYPE_1_WHITE, 30 }, + { 15441, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 31 }, + { 15441, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 32 }, + { 15441, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 33 }, + { 16707, GO_FIREWORK_SHOW_TYPE_2_RED, 34 }, + { 16707, GO_FIREWORK_SHOW_TYPE_2_GREEN, 2 }, + { 16707, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 35 }, + { 16707, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 36 }, + { 16707, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 37 }, + { 18268, GO_FIREWORK_SHOW_TYPE_1_RED, 38 }, + { 18268, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 39 }, + { 20324, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 40 }, + { 20324, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 41 }, + { 21287, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 0 }, + { 22745, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 42 }, + { 22745, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 43 }, + { 22745, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 44 }, + { 22745, GO_FIREWORK_SHOW_TYPE_2_BLUE, 18 }, + { 24759, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 8 }, + { 26270, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 7 }, + { 26270, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 19 }, + { 26270, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 45 }, + { 26270, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 46 }, + { 26270, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 4 }, + { 28171, GO_FIREWORK_SHOW_TYPE_2_RED, 33 }, + { 29327, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 47 }, + { 29327, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 48 }, + { 29327, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 49 }, + { 29327, GO_FIREWORK_SHOW_TYPE_1_BLUE, 23 }, + { 29327, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 29 }, + { 31235, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 5 }, + { 33007, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 13 }, + { 33007, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 6 }, + { 34150, GO_FIREWORK_SHOW_TYPE_2_WHITE, 50 }, + { 34150, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 51 }, + { 34150, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 20 }, + { 34150, GO_FIREWORK_SHOW_TYPE_1_WHITE, 11 }, + { 34150, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 32 }, + { 34150, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 17 }, + { 35950, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 0 }, + { 35950, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 28 }, + { 35950, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 3 }, + { 35950, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 52 }, + { 35950, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 27 }, + { 35950, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 31 }, + { 35950, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 26 }, + { 37399, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 36 }, + { 39086, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 21 }, + { 39086, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 35 }, + { 40291, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 40 }, + { 40647, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 45 }, + { 40647, GO_FIREWORK_SHOW_TYPE_2_GREEN, 8 }, + { 42548, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 53 }, + { 42548, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 2 }, + { 42548, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 54 }, + { 43621, GO_FIREWORK_SHOW_TYPE_1_GREEN, 22 }, + { 43621, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 38 }, + { 44287, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 24 }, + { 44287, GO_FIREWORK_SHOW_TYPE_2_RED, 42 }, + { 44287, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 15 }, + { 44287, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 34 }, + { 45628, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 30 }, + { 45628, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 55 }, + { 46709, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 16 }, + { 47113, GO_FIREWORK_SHOW_TYPE_1_GREEN, 19 }, + { 47113, GO_FIREWORK_SHOW_TYPE_1_GREEN, 14 }, + { 47113, GO_FIREWORK_SHOW_TYPE_2_RED, 1 }, + { 47113, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 29 }, + { 47113, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 25 }, + { 48356, GO_FIREWORK_SHOW_TYPE_2_RED, 37 }, + { 48990, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 33 }, + { 48990, GO_FIREWORK_SHOW_TYPE_1_GREEN, 46 }, + { 48990, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 7 }, + { 50541, GO_FIREWORK_SHOW_TYPE_1_BLUE, 44 }, + { 52010, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 32 }, + { 52010, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 10 }, + { 52010, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 39 }, + { 52010, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 6 }, + { 53623, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 47 }, + { 53623, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 48 }, + { 53623, GO_FIREWORK_SHOW_TYPE_1_RED, 43 }, + { 53623, GO_FIREWORK_SHOW_TYPE_2_BLUE, 23 }, + { 55245, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 17 }, + { 55245, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 8 }, + { 55245, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 4 }, + { 55245, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 41 }, + { 56058, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 9 }, + { 56737, GO_FIREWORK_SHOW_TYPE_1_GREEN, 18 }, + { 57157, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 13 }, + { 57722, GO_FIREWORK_SHOW_TYPE_1_BLUE, 56 }, + { 57722, GO_FIREWORK_SHOW_TYPE_1_WHITE, 12 }, + { 60108, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 49 }, + { 60108, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 20 }, + { 60108, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 51 }, + { 61917, GO_FIREWORK_SHOW_TYPE_2_WHITE, 3 }, + { 61917, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 5 }, + { 63046, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 21 }, + { 63752, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 25 }, + { 63752, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 28 }, + { 65151, GO_FIREWORK_SHOW_TYPE_2_BLUE, 26 }, + { 65151, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 0 }, + { 67097, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 14 }, + { 67097, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 54 }, + { 67097, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 53 }, + { 68071, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 1 }, + { 68635, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 17 }, + { 68635, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 50 }, + { 68635, GO_FIREWORK_SHOW_TYPE_1_BLUE, 6 }, + { 69440, GO_FIREWORK_SHOW_TYPE_1_BLUE, 16 }, + { 71432, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 37 }, + { 71432, GO_FIREWORK_SHOW_TYPE_2_RED, 55 }, + { 73234, GO_FIREWORK_SHOW_TYPE_1_WHITE, 15 }, + { 73234, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 52 }, + { 73234, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 32 }, + { 73234, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 35 }, + { 74583, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 4 }, + { 74583, GO_FIREWORK_SHOW_TYPE_2_RED, 43 }, + { 75181, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 47 }, + { 75181, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 33 }, + { 75181, GO_FIREWORK_SHOW_TYPE_1_BLUE, 8 }, + { 75181, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 11 }, + { 75181, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 42 }, + { 76053, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 23 }, + { 76506, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 29 }, + { 76506, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 27 }, + { 77541, GO_FIREWORK_SHOW_TYPE_2_BLUE, 19 }, + { 77942, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 56 }, + { 77942, GO_FIREWORK_SHOW_TYPE_1_BLUE, 45 }, + { 79333, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 1 }, + { 81177, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 39 }, + { 81177, GO_FIREWORK_SHOW_TYPE_2_BLUE, 46 }, + { 81177, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 6 }, + { 81177, GO_FIREWORK_SHOW_TYPE_1_BLUE, 36 }, + { 83217, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 12 }, + { 83217, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 48 }, + { 85644, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 9 }, + { 86416, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 3 }, + { 86416, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 10 }, + { 86416, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 20 }, + { 87412, GO_FIREWORK_SHOW_TYPE_1_WHITE, 35 }, + { 87412, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 26 }, + { 87945, GO_FIREWORK_SHOW_TYPE_2_RED, 34 }, + { 87945, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 40 }, + { 87945, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 18 }, + { 87945, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 14 }, + { 90059, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 22 }, + { 91346, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 49 }, + { 91346, GO_FIREWORK_SHOW_TYPE_2_GREEN, 44 }, + { 91346, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 2 }, + { 92518, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 13 }, + { 92518, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 17 }, + { 92919, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 37 }, + { 93776, GO_FIREWORK_SHOW_TYPE_2_WHITE, 32 }, + { 94269, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 25 }, + { 94269, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 51 }, + { 94269, GO_FIREWORK_SHOW_TYPE_1_RED, 38 }, + { 94269, GO_FIREWORK_SHOW_TYPE_2_RED, 55 }, + { 94269, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 54 }, + { 94982, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 4 }, + { 95654, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 28 }, + { 96215, GO_FIREWORK_SHOW_TYPE_2_WHITE, 0 }, + { 97364, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 47 }, + { 97364, GO_FIREWORK_SHOW_TYPE_2_RED, 42 }, + { 98585, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 5 }, + { 99216, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 29 }, + { 99216, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 23 }, + { 100912, GO_FIREWORK_SHOW_TYPE_2_WHITE, 35 }, + { 102223, GO_FIREWORK_SHOW_TYPE_2_WHITE, 31 }, + { 102223, GO_FIREWORK_SHOW_TYPE_2_RED, 43 }, + { 102223, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 16 }, + { 104289, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 33 }, + { 104289, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 11 }, + { 104289, GO_FIREWORK_SHOW_TYPE_1_WHITE, 53 }, + { 105668, GO_FIREWORK_SHOW_TYPE_2_WHITE, 30 }, + { 105668, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 15 }, + { 105668, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 34 }, + { 105668, GO_FIREWORK_SHOW_TYPE_2_GREEN, 14 }, + { 107504, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 1 }, + { 107504, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 27 }, + { 108443, GO_FIREWORK_SHOW_TYPE_2_GREEN, 56 }, + { 108443, GO_FIREWORK_SHOW_TYPE_2_GREEN, 6 }, + { 109037, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 37 }, + { 109037, GO_FIREWORK_SHOW_TYPE_1_WHITE, 32 }, + { 109037, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 51 }, + { 109037, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 41 }, + { 109037, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 21 }, + { 109037, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 20 }, + { 110390, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 13 }, + { 110390, GO_FIREWORK_SHOW_TYPE_1_WHITE, 52 }, + { 112380, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 9 }, + { 112380, GO_FIREWORK_SHOW_TYPE_2_GREEN, 2 }, + { 112380, GO_FIREWORK_SHOW_TYPE_1_GREEN, 26 }, + { 113621, GO_FIREWORK_SHOW_TYPE_2_GREEN, 45 }, + { 113621, GO_FIREWORK_SHOW_TYPE_2_GREEN, 36 }, + { 115050, GO_FIREWORK_SHOW_TYPE_2_GREEN, 18 }, + { 115430, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 38 }, + { 115430, GO_FIREWORK_SHOW_TYPE_2_GREEN, 44 }, + { 115430, GO_FIREWORK_SHOW_TYPE_2_WHITE, 7 }, + { 115430, GO_FIREWORK_SHOW_TYPE_2_WHITE, 50 }, + { 115430, GO_FIREWORK_SHOW_TYPE_2_BLUE, 39 }, + { 115430, GO_FIREWORK_SHOW_TYPE_1_RED, 25 }, + { 117260, GO_FIREWORK_SHOW_TYPE_2_RED, 42 }, + { 118416, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 43 }, + { 118416, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 11 }, + { 118416, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 19 }, + { 118416, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 17 }, + { 120031, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 49 }, + { 121866, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 8 }, + { 121866, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 46 }, + { 121866, GO_FIREWORK_SHOW_TYPE_1_GREEN, 4 }, + { 121866, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 47 }, + { 121866, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 12 }, + { 121866, GO_FIREWORK_SHOW_TYPE_2_GREEN, 10 }, + { 123285, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 15 }, + { 123285, GO_FIREWORK_SHOW_TYPE_1_WHITE, 31 }, + { 125073, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 55 }, + { 125073, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 9 }, + { 130189, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 33 }, + { 131524, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 24 }, + { 131524, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 34 }, + { 131524, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 53 }, + { 131524, GO_FIREWORK_SHOW_TYPE_1_WHITE, 28 }, + { 132290, GO_FIREWORK_SHOW_TYPE_1_RED, 25 }, + { 133389, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 50 }, + { 133830, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 38 }, + { 134651, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 54 }, + { 134651, GO_FIREWORK_SHOW_TYPE_1_BLUE, 45 }, + { 134651, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 32 }, + { 135629, GO_FIREWORK_SHOW_TYPE_2_GREEN, 14 }, + { 136284, GO_FIREWORK_SHOW_TYPE_2_RED, 37 }, + { 138039, GO_FIREWORK_SHOW_TYPE_1_WHITE, 11 }, + { 138039, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 7 }, + { 138039, GO_FIREWORK_SHOW_TYPE_1_BLUE, 22 }, + { 138039, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 21 }, + { 138039, GO_FIREWORK_SHOW_TYPE_2_RED, 1 }, + { 138039, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 52 }, + { 139148, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 13 }, + { 140940, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 44 }, + { 141172, GO_FIREWORK_SHOW_TYPE_1_BLUE, 23 }, + { 141172, GO_FIREWORK_SHOW_TYPE_2_GREEN, 18 }, + { 142035, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 5 }, + { 142387, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 43 }, + { 143113, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 3 }, + { 144148, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 46 }, + { 144373, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 12 }, + { 144373, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 30 }, + { 144373, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 17 }, + { 146390, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 40 }, + { 146390, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 41 }, + { 146390, GO_FIREWORK_SHOW_TYPE_2_WHITE, 31 }, + { 149270, GO_FIREWORK_SHOW_TYPE_1_GREEN, 2 }, + { 149381, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 47 }, + { 149381, GO_FIREWORK_SHOW_TYPE_2_BLUE, 36 }, + { 149381, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 33 }, + { 150946, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 14 }, + { 150946, GO_FIREWORK_SHOW_TYPE_2_BLUE, 10 }, + { 152160, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 26 }, + { 152644, GO_FIREWORK_SHOW_TYPE_2_BLUE, 19 }, + { 152644, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 15 }, + { 152644, GO_FIREWORK_SHOW_TYPE_1_WHITE, 9 }, + { 152644, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 32 }, + { 152644, GO_FIREWORK_SHOW_TYPE_2_BLUE, 39 }, + { 152644, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 4 }, + { 153723, GO_FIREWORK_SHOW_TYPE_2_RED, 48 }, + { 155800, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 51 }, + { 155800, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 0 }, + { 157082, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 37 }, + { 157808, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 30 }, + { 157808, GO_FIREWORK_SHOW_TYPE_2_RED, 29 }, + { 157808, GO_FIREWORK_SHOW_TYPE_2_GREEN, 23 }, + { 158783, GO_FIREWORK_SHOW_TYPE_1_GREEN, 8 }, + { 158992, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 49 }, + { 158992, GO_FIREWORK_SHOW_TYPE_2_RED, 25 }, + { 160513, GO_FIREWORK_SHOW_TYPE_1_GREEN, 16 }, + { 161933, GO_FIREWORK_SHOW_TYPE_1_GREEN, 18 }, + { 162395, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 52 }, + { 162395, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 24 }, + { 163896, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 1 }, + { 165512, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 41 }, + { 165512, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 11 }, + { 166701, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 19 }, + { 166913, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 56 }, + { 166913, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 47 }, + { 167187, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 21 }, + { 167982, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 39 }, + { 168866, GO_FIREWORK_SHOW_TYPE_1_BLUE, 6 }, + { 168866, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 2 }, + { 168866, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 12 }, + { 168866, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 38 }, + { 169990, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 46 }, + { 170500, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 5 }, + { 170500, GO_FIREWORK_SHOW_TYPE_1_BLUE, 44 }, + { 170500, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 53 }, + { 171333, GO_FIREWORK_SHOW_TYPE_1_GREEN, 26 }, + { 171585, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 34 }, + { 171585, GO_FIREWORK_SHOW_TYPE_1_WHITE, 54 }, + { 172085, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 45 }, + { 172085, GO_FIREWORK_SHOW_TYPE_2_RED, 27 }, + { 173613, GO_FIREWORK_SHOW_TYPE_2_GREEN, 22 }, + { 173613, GO_FIREWORK_SHOW_TYPE_1_RED, 51 }, + { 173613, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 10 }, + { 175193, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 8 }, + { 175293, GO_FIREWORK_SHOW_TYPE_1_RED, 43 }, + { 175293, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 7 }, + { 175293, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 29 }, + { 176434, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 17 }, + { 177078, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 48 }, + { 177078, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 31 }, + { 177828, GO_FIREWORK_SHOW_TYPE_2_BLUE, 4 }, + { 178493, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 30 }, + { 178493, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 40 }, + { 179509, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 15 }, + { 180123, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 55 }, + { 181326, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 3 }, + { 181326, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 20 }, + { 181737, GO_FIREWORK_SHOW_TYPE_2_BLUE, 14 }, + { 183469, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 42 }, + { 183469, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 18 }, + { 184554, GO_FIREWORK_SHOW_TYPE_1_BLUE, 16 }, + { 184968, GO_FIREWORK_SHOW_TYPE_2_WHITE, 35 }, + { 186472, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 33 }, + { 186472, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 37 }, + { 186855, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 54 }, + { 186855, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 13 }, + { 187789, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 49 }, + { 187789, GO_FIREWORK_SHOW_TYPE_2_WHITE, 24 }, + { 188293, GO_FIREWORK_SHOW_TYPE_1_GREEN, 39 }, + { 188293, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 5 }, + { 188293, GO_FIREWORK_SHOW_TYPE_2_WHITE, 32 }, + { 188293, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 36 }, + { 189755, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 12 }, + { 191594, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 52 }, + { 191594, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 11 }, + { 193064, GO_FIREWORK_SHOW_TYPE_1_RED, 41 }, + { 193064, GO_FIREWORK_SHOW_TYPE_1_RED, 47 }, + { 193064, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 50 }, + { 193064, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 26 }, + { 193064, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 25 }, + { 193064, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 0 }, + { 194553, GO_FIREWORK_SHOW_TYPE_1_GREEN, 22 }, + { 194685, GO_FIREWORK_SHOW_TYPE_1_WHITE, 53 }, + { 194685, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 15 }, + { 194685, GO_FIREWORK_SHOW_TYPE_1_RED, 1 }, + { 194685, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 28 }, + { 195935, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 19 }, + { 196562, GO_FIREWORK_SHOW_TYPE_1_GREEN, 56 }, + { 198150, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 48 }, + { 200804, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 2 }, + { 201348, GO_FIREWORK_SHOW_TYPE_1_GREEN, 18 }, + { 201348, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 34 }, + { 201348, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 45 }, + { 201348, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 35 }, + { 202824, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 14 }, + { 202824, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 27 }, + { 202824, GO_FIREWORK_SHOW_TYPE_1_WHITE, 3 }, + { 202824, GO_FIREWORK_SHOW_TYPE_1_WHITE, 9 }, + { 204617, GO_FIREWORK_SHOW_TYPE_1_WHITE, 50 }, + { 204617, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 51 }, + { 204617, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 21 }, + { 204617, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 11 }, + { 204617, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 49 }, + { 204617, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 8 }, + { 204617, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 17 }, + { 204617, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 42 }, + { 204617, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 30 }, + { 204617, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 52 }, + { 205692, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 38 }, + { 206368, GO_FIREWORK_SHOW_TYPE_2_BLUE, 46 }, + { 206368, GO_FIREWORK_SHOW_TYPE_1_RED, 43 }, + { 207686, GO_FIREWORK_SHOW_TYPE_2_BLUE, 10 }, + { 207686, GO_FIREWORK_SHOW_TYPE_1_BLUE, 44 }, + { 209708, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 4 }, + { 209708, GO_FIREWORK_SHOW_TYPE_1_WHITE, 31 }, + { 209708, GO_FIREWORK_SHOW_TYPE_1_RED, 40 }, + { 209708, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 16 }, + { 209708, GO_FIREWORK_SHOW_TYPE_1_WHITE, 12 }, + { 209708, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 54 }, + { 209708, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 55 }, + { 210927, GO_FIREWORK_SHOW_TYPE_1_GREEN, 36 }, + { 210927, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 53 }, + { 212497, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 24 }, + { 212497, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 29 }, + { 215422, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 32 }, + { 216628, GO_FIREWORK_SHOW_TYPE_1_GREEN, 22 }, + { 216628, GO_FIREWORK_SHOW_TYPE_2_GREEN, 26 }, + { 217777, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 13 }, + { 217777, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 23 }, + { 217777, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 7 }, + { 219111, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 6 }, + { 219615, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 30 }, + { 220276, GO_FIREWORK_SHOW_TYPE_2_GREEN, 39 }, + { 220276, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 33 }, + { 220682, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 47 }, + { 220682, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 28 }, + { 221889, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 45 }, + { 222583, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 15 }, + { 222583, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 34 }, + { 222967, GO_FIREWORK_SHOW_TYPE_2_WHITE, 11 }, + { 222967, GO_FIREWORK_SHOW_TYPE_2_WHITE, 52 }, + { 223634, GO_FIREWORK_SHOW_TYPE_1_BLUE, 10 }, + { 223634, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 36 }, + { 224280, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 31 }, + { 224795, GO_FIREWORK_SHOW_TYPE_1_RED, 5 }, + { 225144, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 44 }, + { 225144, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 25 }, + { 226013, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 8 }, + { 226013, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 51 }, + { 226013, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 4 }, + { 226764, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 55 }, + { 226764, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 1 }, + { 230904, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 16 }, + { 230904, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 54 }, + { 230904, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 18 }, + { 230904, GO_FIREWORK_SHOW_TYPE_1_WHITE, 35 }, + { 230904, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 21 }, + { 230904, GO_FIREWORK_SHOW_TYPE_1_BLUE, 14 }, + { 230904, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 49 }, + { 230904, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 9 }, + { 230904, GO_FIREWORK_SHOW_TYPE_1_WHITE, 17 }, + { 230904, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 37 }, + { 231704, GO_FIREWORK_SHOW_TYPE_1_RED, 29 }, + { 231704, GO_FIREWORK_SHOW_TYPE_1_GREEN, 26 }, + { 232094, GO_FIREWORK_SHOW_TYPE_1_GREEN, 39 }, + { 232094, GO_FIREWORK_SHOW_TYPE_1_WHITE, 50 }, + { 232094, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 56 }, + { 232094, GO_FIREWORK_SHOW_TYPE_2_RED, 27 }, + { 233694, GO_FIREWORK_SHOW_TYPE_2_RED, 38 }, + { 233694, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 20 }, + { 233694, GO_FIREWORK_SHOW_TYPE_1_RED, 43 }, + { 233694, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 53 }, + { 235746, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 41 }, + { 235746, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 13 }, + { 238599, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 2 }, + { 240237, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 42 }, + { 240237, GO_FIREWORK_SHOW_TYPE_1_WHITE, 12 }, + { 240237, GO_FIREWORK_SHOW_TYPE_2_RED, 40 }, + { 240237, GO_FIREWORK_SHOW_TYPE_1_GREEN, 45 }, + { 240237, GO_FIREWORK_SHOW_TYPE_2_WHITE, 32 }, + { 241457, GO_FIREWORK_SHOW_TYPE_1_BLUE, 6 }, + { 241699, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 7 }, + { 241699, GO_FIREWORK_SHOW_TYPE_2_WHITE, 28 }, + { 241949, GO_FIREWORK_SHOW_TYPE_2_BLUE, 19 }, + { 241949, GO_FIREWORK_SHOW_TYPE_1_RED, 51 }, + { 241949, GO_FIREWORK_SHOW_TYPE_2_WHITE, 24 }, + { 242672, GO_FIREWORK_SHOW_TYPE_2_GREEN, 22 }, + { 243263, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 3 }, + { 243263, GO_FIREWORK_SHOW_TYPE_2_WHITE, 0 }, + { 243263, GO_FIREWORK_SHOW_TYPE_2_WHITE, 52 }, + { 244697, GO_FIREWORK_SHOW_TYPE_1_WHITE, 30 }, + { 245627, GO_FIREWORK_SHOW_TYPE_1_GREEN, 56 }, + { 246704, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 10 }, + { 246704, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 8 }, + { 246704, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 17 }, + { 246704, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 4 }, + { 249120, GO_FIREWORK_SHOW_TYPE_2_RED, 33 }, + { 249973, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 47 }, + { 250493, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 54 }, + { 251259, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 23 }, + { 251259, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 1 }, + { 252499, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 46 }, + { 253225, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 55 }, + { 254159, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 37 }, + { 254554, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 27 }, + { 254805, GO_FIREWORK_SHOW_TYPE_2_WHITE, 35 }, + { 255761, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 36 }, + { 256564, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 50 }, + { 256564, GO_FIREWORK_SHOW_TYPE_2_BLUE, 18 }, + { 256834, GO_FIREWORK_SHOW_TYPE_1_BLUE, 6 }, + { 257321, GO_FIREWORK_SHOW_TYPE_1_GREEN, 14 }, + { 257321, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 20 }, + { 258437, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 39 }, + { 258655, GO_FIREWORK_SHOW_TYPE_1_GREEN, 22 }, + { 258655, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 48 }, + { 258655, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 43 }, + { 259786, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 49 }, + { 259786, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 40 }, + { 260355, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 26 }, + { 260355, GO_FIREWORK_SHOW_TYPE_2_WHITE, 3 }, + { 262469, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 25 }, + { 263346, GO_FIREWORK_SHOW_TYPE_2_BLUE, 8 }, + { 263346, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 34 }, + { 264674, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 5 }, + { 264674, GO_FIREWORK_SHOW_TYPE_1_WHITE, 11 }, + { 264674, GO_FIREWORK_SHOW_TYPE_1_WHITE, 12 }, + { 264674, GO_FIREWORK_SHOW_TYPE_2_WHITE, 32 }, + { 265459, GO_FIREWORK_SHOW_TYPE_1_GREEN, 16 }, + { 265459, GO_FIREWORK_SHOW_TYPE_2_BLUE, 19 }, + { 266174, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 10 }, + { 266174, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 42 }, + { 266669, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 52 }, + { 268311, GO_FIREWORK_SHOW_TYPE_1_WHITE, 53 }, + { 268311, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 30 }, + { 268311, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 7 }, + { 269024, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 54 }, + { 269406, GO_FIREWORK_SHOW_TYPE_2_WHITE, 0 }, + { 269786, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 9 }, + { 271303, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 4 }, + { 271303, GO_FIREWORK_SHOW_TYPE_1_GREEN, 22 }, + { 271303, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 1 }, + { 271303, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 14 }, + { 271421, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 15 }, + { 271421, GO_FIREWORK_SHOW_TYPE_2_WHITE, 31 }, + { 271421, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 38 }, + { 271832, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 21 }, + { 272667, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 18 }, + { 272667, GO_FIREWORK_SHOW_TYPE_2_GREEN, 45 }, + { 273030, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 41 }, + { 273030, GO_FIREWORK_SHOW_TYPE_1_BLUE, 44 }, + { 274587, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 56 }, + { 275850, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 23 }, + { 277121, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 55 }, + { 277121, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 24 }, + { 277121, GO_FIREWORK_SHOW_TYPE_2_GREEN, 36 }, + { 277121, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 17 }, + { 277121, GO_FIREWORK_SHOW_TYPE_2_WHITE, 35 }, + { 277531, GO_FIREWORK_SHOW_TYPE_1_RED, 33 }, + { 277531, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 29 }, + { 277531, GO_FIREWORK_SHOW_TYPE_1_BLUE, 13 }, + { 279242, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 8 }, + { 280833, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 6 }, + { 280833, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 43 }, + { 281925, GO_FIREWORK_SHOW_TYPE_2_BLUE, 2 }, + { 283705, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 42 }, + { 284177, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 37 }, + { 285260, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 34 }, + { 285260, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 53 }, + { 285260, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 52 }, + { 285651, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 48 }, + { 285651, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 47 }, + { 286808, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 32 }, + { 288515, GO_FIREWORK_SHOW_TYPE_2_WHITE, 3 }, + { 289137, GO_FIREWORK_SHOW_TYPE_2_GREEN, 16 }, + { 289137, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 51 }, + { 289137, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 28 }, + { 289643, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 4 }, + { 290139, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 39 }, + { 290671, GO_FIREWORK_SHOW_TYPE_1_GREEN, 14 }, + { 291950, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 54 }, + { 291950, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 38 }, + { 291950, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 27 }, + { 292210, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 20 }, + { 293096, GO_FIREWORK_SHOW_TYPE_1_GREEN, 10 }, + { 293321, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 31 }, + { 293321, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 12 }, + { 294518, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 44 }, + { 295035, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 11 }, + { 295035, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 7 }, + { 295594, GO_FIREWORK_SHOW_TYPE_2_WHITE, 50 }, + { 295594, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 21 }, + { 297115, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 29 }, + { 297115, GO_FIREWORK_SHOW_TYPE_1_BLUE, 19 }, + { 297115, GO_FIREWORK_SHOW_TYPE_1_WHITE, 24 }, + { 298776, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 6 }, + { 298776, GO_FIREWORK_SHOW_TYPE_2_WHITE, 17 }, + { 298776, GO_FIREWORK_SHOW_TYPE_2_GREEN, 8 }, + { 298776, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 9 }, + { 299450, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 18 }, + { 300313, GO_FIREWORK_SHOW_TYPE_1_GREEN, 23 }, + { 300313, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 5 }, + { 300313, GO_FIREWORK_SHOW_TYPE_1_BLUE, 26 }, + { 300696, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 53 }, + { 300696, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 32 }, + { 300696, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 35 }, + { 301449, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 40 }, + { 301449, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 49 }, + { 301989, GO_FIREWORK_SHOW_TYPE_2_GREEN, 13 }, + { 303506, GO_FIREWORK_SHOW_TYPE_2_WHITE, 0 }, + { 303506, GO_FIREWORK_SHOW_TYPE_1_GREEN, 2 }, + { 304059, GO_FIREWORK_SHOW_TYPE_2_RED, 47 }, + { 305366, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 36 }, + { 305366, GO_FIREWORK_SHOW_TYPE_1_BLUE, 14 }, + { 305366, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 4 }, + { 305366, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 1 }, + { 305598, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 34 }, + { 306375, GO_FIREWORK_SHOW_TYPE_2_GREEN, 46 }, + { 306885, GO_FIREWORK_SHOW_TYPE_1_RED, 20 }, + { 308002, GO_FIREWORK_SHOW_TYPE_2_WHITE, 11 }, + { 310235, GO_FIREWORK_SHOW_TYPE_2_RED, 48 }, + { 311676, GO_FIREWORK_SHOW_TYPE_1_BLUE, 22 }, + { 312071, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 42 }, + { 312629, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 54 }, + { 312629, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 51 }, + { 313526, GO_FIREWORK_SHOW_TYPE_2_WHITE, 15 }, + { 313892, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 43 }, + { 315116, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 25 }, + { 315774, GO_FIREWORK_SHOW_TYPE_1_GREEN, 6 }, + { 316574, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 37 }, + { 316574, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 21 }, + { 316574, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 55 }, + { 316574, GO_FIREWORK_SHOW_TYPE_1_WHITE, 52 }, + { 316574, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 27 }, + { 317441, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 50 }, + { 317866, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 24 }, + { 317866, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 19 }, + { 319875, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 30 }, + { 319875, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 41 }, + { 319875, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 10 }, + { 319875, GO_FIREWORK_SHOW_TYPE_2_BLUE, 16 }, + { 321909, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 29 }, + { 321909, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 33 }, + { 322815, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 49 }, + { 322815, GO_FIREWORK_SHOW_TYPE_2_WHITE, 3 }, + { 323067, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 7 }, + { 324061, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 23 }, + { 324061, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 36 }, + { 324061, GO_FIREWORK_SHOW_TYPE_1_GREEN, 56 }, + { 324744, GO_FIREWORK_SHOW_TYPE_1_BLUE, 39 }, + { 324744, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 17 }, + { 326516, GO_FIREWORK_SHOW_TYPE_2_RED, 38 }, + { 326868, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 32 }, + { 327685, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 31 }, + { 327976, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 9 }, + { 328921, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 11 }, + { 329154, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 5 }, + { 329709, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 28 }, + { 330115, GO_FIREWORK_SHOW_TYPE_2_BLUE, 2 }, + { 330115, GO_FIREWORK_SHOW_TYPE_1_BLUE, 4 }, + { 330992, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 53 }, + { 331214, GO_FIREWORK_SHOW_TYPE_2_GREEN, 22 }, + { 332254, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 13 }, + { 332686, GO_FIREWORK_SHOW_TYPE_1_GREEN, 18 }, + { 332686, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 14 }, + { 332906, GO_FIREWORK_SHOW_TYPE_1_WHITE, 54 }, + { 334476, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 25 }, + { 334476, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 35 }, + { 334957, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 47 }, + { 335302, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 12 }, + { 336107, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 49 }, + { 336563, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 52 }, + { 337013, GO_FIREWORK_SHOW_TYPE_2_RED, 34 }, + { 337711, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 55 }, + { 338503, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 37 }, + { 339767, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 7 }, + { 340012, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 0 }, + { 340012, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 26 }, + { 340984, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 48 }, + { 340984, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 41 }, + { 340984, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 32 }, + { 341648, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 51 }, + { 341648, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 17 }, + { 342754, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 27 }, + { 343006, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 5 }, + { 343006, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 50 }, + { 343006, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 28 }, + { 344497, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 29 }, + { 344627, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 33 }, + { 346096, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 30 }, + { 346458, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 40 }, + { 346458, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 45 }, + { 348862, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 43 }, + { 350675, GO_FIREWORK_SHOW_TYPE_1_BLUE, 23 }, + { 350675, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 10 }, + { 351466, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 4 }, + { 352485, GO_FIREWORK_SHOW_TYPE_2_BLUE, 56 }, + { 352485, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 39 }, + { 352928, GO_FIREWORK_SHOW_TYPE_2_RED, 42 }, + { 353569, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 38 }, + { 353922, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 20 }, + { 354467, GO_FIREWORK_SHOW_TYPE_2_BLUE, 8 }, + { 354467, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 11 }, + { 354889, GO_FIREWORK_SHOW_TYPE_1_BLUE, 36 }, + { 355425, GO_FIREWORK_SHOW_TYPE_2_WHITE, 32 }, + { 355797, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 16 }, + { 355797, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 51 }, + { 355797, GO_FIREWORK_SHOW_TYPE_1_RED, 55 }, + { 357168, GO_FIREWORK_SHOW_TYPE_2_GREEN, 22 }, + { 357168, GO_FIREWORK_SHOW_TYPE_2_RED, 1 }, + { 359292, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 14 }, + { 359292, GO_FIREWORK_SHOW_TYPE_1_RED, 21 }, + { 360800, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 47 }, + { 362738, GO_FIREWORK_SHOW_TYPE_1_WHITE, 30 }, + { 363634, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 53 }, + { 364056, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 9 }, + { 364056, GO_FIREWORK_SHOW_TYPE_2_BLUE, 2 }, + { 364056, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 31 }, + { 365269, GO_FIREWORK_SHOW_TYPE_1_WHITE, 49 }, + { 365269, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 26 }, + { 365960, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 54 }, + { 366562, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 12 }, + { 367859, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 37 }, + { 367859, GO_FIREWORK_SHOW_TYPE_2_RED, 27 }, + { 368091, GO_FIREWORK_SHOW_TYPE_1_RED, 5 }, + { 368091, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 52 }, + { 368935, GO_FIREWORK_SHOW_TYPE_1_RED, 38 }, + { 369386, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 48 }, + { 370460, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 46 }, + { 370582, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 3 }, + { 371849, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 24 }, + { 373027, GO_FIREWORK_SHOW_TYPE_1_GREEN, 8 }, + { 373027, GO_FIREWORK_SHOW_TYPE_2_RED, 20 }, + { 374236, GO_FIREWORK_SHOW_TYPE_2_BLUE, 45 }, + { 374236, GO_FIREWORK_SHOW_TYPE_1_GREEN, 4 }, + { 374236, GO_FIREWORK_SHOW_TYPE_2_WHITE, 17 }, + { 374800, GO_FIREWORK_SHOW_TYPE_2_RED, 25 }, + { 375333, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 21 }, + { 376467, GO_FIREWORK_SHOW_TYPE_2_BLUE, 39 }, + { 376980, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 15 }, + { 376980, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 28 }, + { 377103, GO_FIREWORK_SHOW_TYPE_2_GREEN, 18 }, + { 377103, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 33 }, + { 377103, GO_FIREWORK_SHOW_TYPE_1_RED, 42 }, + { 377103, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 2 }, + { 378246, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 19 }, + { 378871, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 11 }, + { 379768, GO_FIREWORK_SHOW_TYPE_1_RED, 29 }, + { 379768, GO_FIREWORK_SHOW_TYPE_2_RED, 1 }, + { 380302, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 40 }, + { 381079, GO_FIREWORK_SHOW_TYPE_1_GREEN, 44 }, + { 382358, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 7 }, + { 382358, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 51 }, + { 382953, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 13 }, + { 382953, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 37 }, + { 383497, GO_FIREWORK_SHOW_TYPE_2_RED, 43 }, + { 383497, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 6 }, + { 386356, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 55 }, + { 387150, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 41 }, + { 387150, GO_FIREWORK_SHOW_TYPE_1_WHITE, 53 }, + { 387625, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 23 }, + { 388502, GO_FIREWORK_SHOW_TYPE_2_WHITE, 50 }, + { 388502, GO_FIREWORK_SHOW_TYPE_1_BLUE, 36 }, + { 389185, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 4 }, + { 389185, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 16 }, + { 389185, GO_FIREWORK_SHOW_TYPE_1_GREEN, 2 }, + { 389185, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 34 }, + { 389577, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 42 }, + { 389577, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 20 }, + { 389577, GO_FIREWORK_SHOW_TYPE_1_WHITE, 31 }, + { 390416, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 25 }, + { 391225, GO_FIREWORK_SHOW_TYPE_1_BLUE, 22 }, + { 392162, GO_FIREWORK_SHOW_TYPE_2_BLUE, 19 }, + { 392162, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 45 }, + { 392162, GO_FIREWORK_SHOW_TYPE_1_WHITE, 32 }, + { 393077, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 48 }, + { 393077, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 30 }, + { 393328, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 17 }, + { 394258, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 12 }, + { 395313, GO_FIREWORK_SHOW_TYPE_1_GREEN, 46 }, + { 395756, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 15 }, + { 395756, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 38 }, + { 395756, GO_FIREWORK_SHOW_TYPE_1_GREEN, 14 }, + { 396290, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 28 }, + { 396563, GO_FIREWORK_SHOW_TYPE_2_BLUE, 18 }, + { 399870, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 52 }, + { 399870, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 5 }, + { 400644, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 51 }, + { 401019, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 0 }, + { 403187, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 33 }, + { 403187, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 40 }, + { 403932, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 8 }, + { 403932, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 10 }, + { 404915, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 24 }, + { 404915, GO_FIREWORK_SHOW_TYPE_1_WHITE, 11 }, + { 405515, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 55 }, + { 406210, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 9 }, + { 406210, GO_FIREWORK_SHOW_TYPE_2_RED, 43 }, + { 406210, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 56 }, + { 406210, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 1 }, + { 406210, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 27 }, + { 407186, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 23 }, + { 407186, GO_FIREWORK_SHOW_TYPE_2_WHITE, 50 }, + { 408298, GO_FIREWORK_SHOW_TYPE_1_WHITE, 7 }, + { 409764, GO_FIREWORK_SHOW_TYPE_1_GREEN, 13 }, + { 411244, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 45 }, + { 411244, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 22 }, + { 413022, GO_FIREWORK_SHOW_TYPE_2_RED, 41 }, + { 413668, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 32 }, + { 413991, GO_FIREWORK_SHOW_TYPE_1_WHITE, 49 }, + { 415257, GO_FIREWORK_SHOW_TYPE_1_BLUE, 39 }, + { 415257, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 12 }, + { 415984, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 38 }, + { 415984, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 19 }, + { 415984, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 18 }, + { 416839, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 25 }, + { 416839, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 14 }, + { 417768, GO_FIREWORK_SHOW_TYPE_2_BLUE, 36 }, + { 417768, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 40 }, + { 417768, GO_FIREWORK_SHOW_TYPE_1_BLUE, 26 }, + { 417768, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 42 }, + { 418760, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 21 }, + { 418760, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 31 }, + { 419477, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 33 }, + { 420500, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 1 }, + { 420500, GO_FIREWORK_SHOW_TYPE_2_RED, 47 }, + { 420783, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 3 }, + { 421748, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 17 }, + { 421748, GO_FIREWORK_SHOW_TYPE_1_RED, 37 }, + { 422764, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 15 }, + { 422764, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 28 }, + { 422764, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 4 }, + { 423367, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 34 }, + { 424281, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 53 }, + { 424281, GO_FIREWORK_SHOW_TYPE_1_GREEN, 6 }, + { 424988, GO_FIREWORK_SHOW_TYPE_1_WHITE, 30 }, + { 426157, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 35 }, + { 427001, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 11 }, + { 427001, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 0 }, + { 427460, GO_FIREWORK_SHOW_TYPE_1_RED, 48 }, + { 428336, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 27 }, + { 429041, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 13 }, + { 430359, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 29 }, + { 430359, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 43 }, + { 430359, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 5 }, + { 430792, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 24 }, + { 430792, GO_FIREWORK_SHOW_TYPE_2_WHITE, 52 }, + { 431557, GO_FIREWORK_SHOW_TYPE_1_BLUE, 10 }, + { 431557, GO_FIREWORK_SHOW_TYPE_1_RED, 41 }, + { 432654, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 51 }, + { 433662, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 50 }, + { 434013, GO_FIREWORK_SHOW_TYPE_1_BLUE, 23 }, + { 434013, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 8 }, + { 435438, GO_FIREWORK_SHOW_TYPE_2_WHITE, 7 }, + { 435438, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 12 }, + { 435438, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 42 }, + { 435761, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 39 }, + { 436444, GO_FIREWORK_SHOW_TYPE_2_GREEN, 26 }, + { 436845, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 53 }, + { 439137, GO_FIREWORK_SHOW_TYPE_1_GREEN, 19 }, + { 440003, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 45 }, + { 440003, GO_FIREWORK_SHOW_TYPE_1_RED, 21 }, + { 440165, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 47 }, + { 440519, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 55 }, + { 442050, GO_FIREWORK_SHOW_TYPE_2_RED, 48 }, + { 442050, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 54 }, + { 442050, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 49 }, + { 442050, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 30 }, + { 442050, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 46 }, + { 442784, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 2 }, + { 443228, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 25 }, + { 444663, GO_FIREWORK_SHOW_TYPE_1_GREEN, 44 }, + { 444974, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 32 }, + { 445465, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 51 }, + { 446220, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 18 }, + { 446838, GO_FIREWORK_SHOW_TYPE_1_WHITE, 11 }, + { 446958, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 52 }, + { 446958, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 14 }, + { 448133, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 20 }, + { 448133, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 37 }, + { 448597, GO_FIREWORK_SHOW_TYPE_1_RED, 34 }, + { 449363, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 1 }, + { 450531, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 29 }, + { 450531, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 36 }, + { 450531, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 31 }, + { 450531, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 3 }, + { 451537, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 38 }, + { 451537, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 9 }, + { 452186, GO_FIREWORK_SHOW_TYPE_1_BLUE, 10 }, + { 452186, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 5 }, + { 452186, GO_FIREWORK_SHOW_TYPE_2_BLUE, 23 }, + { 452557, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 55 }, + { 452557, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 27 }, + { 452557, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 47 }, + { 452557, GO_FIREWORK_SHOW_TYPE_2_GREEN, 4 }, + { 453153, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 28 }, + { 456290, GO_FIREWORK_SHOW_TYPE_2_WHITE, 50 }, + { 456290, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 15 }, + { 456290, GO_FIREWORK_SHOW_TYPE_2_GREEN, 22 }, + { 457511, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 7 }, + { 458316, GO_FIREWORK_SHOW_TYPE_1_BLUE, 44 }, + { 458316, GO_FIREWORK_SHOW_TYPE_1_RED, 40 }, + { 458316, GO_FIREWORK_SHOW_TYPE_2_WHITE, 30 }, + { 458316, GO_FIREWORK_SHOW_TYPE_2_WHITE, 53 }, + { 459085, GO_FIREWORK_SHOW_TYPE_1_BLUE, 6 }, + { 460015, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 12 }, + { 460015, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 16 }, + { 460868, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 42 }, + { 460868, GO_FIREWORK_SHOW_TYPE_2_GREEN, 26 }, + { 461693, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 43 }, + { 463424, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 33 }, + { 463424, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 17 }, + { 465167, GO_FIREWORK_SHOW_TYPE_1_WHITE, 54 }, + { 465167, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 0 }, + { 466086, GO_FIREWORK_SHOW_TYPE_2_WHITE, 49 }, + { 466460, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 48 }, + { 467170, GO_FIREWORK_SHOW_TYPE_1_GREEN, 39 }, + { 467170, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 27 }, + { 468459, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 21 }, + { 468459, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 13 }, + { 468459, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 25 }, + { 469628, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 51 }, + { 469628, GO_FIREWORK_SHOW_TYPE_1_WHITE, 28 }, + { 470433, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 36 }, + { 470433, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 10 }, + { 471250, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 8 }, + { 471250, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 6 }, + { 472418, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 42 }, + { 473847, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 46 }, + { 473847, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 19 }, + { 475577, GO_FIREWORK_SHOW_TYPE_2_BLUE, 18 }, + { 476132, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 35 }, + { 477348, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 15 }, + { 477348, GO_FIREWORK_SHOW_TYPE_2_WHITE, 9 }, + { 477348, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 47 }, + { 479252, GO_FIREWORK_SHOW_TYPE_2_WHITE, 12 }, + { 479252, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 38 }, + { 479663, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 20 }, + { 479663, GO_FIREWORK_SHOW_TYPE_1_BLUE, 56 }, + { 479663, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 37 }, + { 480290, GO_FIREWORK_SHOW_TYPE_1_RED, 29 }, + { 481109, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 32 }, + { 481109, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 40 }, + { 482216, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 52 }, + { 483800, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 2 }, + { 484082, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 55 }, + { 484082, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 33 }, + { 484204, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 22 }, + { 485462, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 24 }, + { 485853, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 7 }, + { 487246, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 45 }, + { 488858, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 26 }, + { 490562, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 21 }, + { 490562, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 43 }, + { 490562, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 23 }, + { 490562, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 15 }, + { 490562, GO_FIREWORK_SHOW_TYPE_2_GREEN, 44 }, + { 491174, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 27 }, + { 491174, GO_FIREWORK_SHOW_TYPE_2_WHITE, 49 }, + { 492674, GO_FIREWORK_SHOW_TYPE_1_RED, 5 }, + { 493260, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 14 }, + { 494045, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 47 }, + { 495133, GO_FIREWORK_SHOW_TYPE_2_GREEN, 46 }, + { 495413, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 40 }, + { 495413, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 28 }, + { 495413, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 10 }, + { 496819, GO_FIREWORK_SHOW_TYPE_2_RED, 34 }, + { 497259, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 9 }, + { 498326, GO_FIREWORK_SHOW_TYPE_2_BLUE, 8 }, + { 498326, GO_FIREWORK_SHOW_TYPE_2_GREEN, 6 }, + { 498740, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 0 }, + { 498740, GO_FIREWORK_SHOW_TYPE_1_RED, 42 }, + { 498740, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 48 }, + { 498740, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 31 }, + { 499738, GO_FIREWORK_SHOW_TYPE_2_GREEN, 19 }, + { 499738, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 37 }, + { 499738, GO_FIREWORK_SHOW_TYPE_1_GREEN, 36 }, + { 500188, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 39 }, + { 500188, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 53 }, + { 501330, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 4 }, + { 502097, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 50 }, + { 502097, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 56 }, + { 502097, GO_FIREWORK_SHOW_TYPE_1_WHITE, 35 }, + { 503717, GO_FIREWORK_SHOW_TYPE_1_WHITE, 49 }, + { 503717, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 52 }, + { 503829, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 20 }, + { 503829, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 11 }, + { 504560, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 41 }, + { 504560, GO_FIREWORK_SHOW_TYPE_2_BLUE, 16 }, + { 504560, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 25 }, + { 505142, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 33 }, + { 505142, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 24 }, + { 506442, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 43 }, + { 506442, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 7 }, + { 506953, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 22 }, + { 508268, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 54 }, + { 509433, GO_FIREWORK_SHOW_TYPE_2_WHITE, 3 }, + { 509817, GO_FIREWORK_SHOW_TYPE_2_RED, 1 }, + { 510579, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 42 }, + { 510579, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 38 }, + { 511050, GO_FIREWORK_SHOW_TYPE_2_BLUE, 14 }, + { 511567, GO_FIREWORK_SHOW_TYPE_1_BLUE, 45 }, + { 511567, GO_FIREWORK_SHOW_TYPE_1_GREEN, 18 }, + { 513073, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 32 }, + { 513073, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 34 }, + { 514625, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 5 }, + { 514625, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 51 }, + { 514625, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 23 }, + { 515273, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 30 }, + { 516268, GO_FIREWORK_SHOW_TYPE_2_GREEN, 44 }, + { 516508, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 47 }, + { 516508, GO_FIREWORK_SHOW_TYPE_2_BLUE, 13 }, + { 516889, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 28 }, + { 517996, GO_FIREWORK_SHOW_TYPE_2_WHITE, 35 }, + { 518429, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 40 }, + { 519176, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 52 }, + { 519176, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 50 }, + { 519489, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 10 }, + { 520276, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 17 }, + { 520276, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 27 }, + { 520276, GO_FIREWORK_SHOW_TYPE_1_WHITE, 24 }, + { 520799, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 41 }, + { 521230, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 2 }, + { 521542, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 46 }, + { 523265, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 53 }, + { 523978, GO_FIREWORK_SHOW_TYPE_1_RED, 43 }, + { 523978, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 6 }, + { 523978, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 4 }, + { 525119, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 49 }, + { 525119, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 34 }, + { 525977, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 48 }, + { 526728, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 0 }, + { 527201, GO_FIREWORK_SHOW_TYPE_1_BLUE, 26 }, + { 528228, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 31 }, + { 529308, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 29 }, + { 529791, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 1 }, + { 529791, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 47 }, + { 530818, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 20 }, + { 531679, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 15 }, + { 531679, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 36 }, + { 532485, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 51 }, + { 533822, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 19 }, + { 534515, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 7 }, + { 534515, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 27 }, + { 535326, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 6 }, + { 535326, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 32 }, + { 535739, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 12 }, + { 535739, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 33 }, + { 536192, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 45 }, + { 537089, GO_FIREWORK_SHOW_TYPE_1_BLUE, 13 }, + { 537340, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 17 }, + { 537340, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 35 }, + { 537902, GO_FIREWORK_SHOW_TYPE_1_GREEN, 56 }, + { 537902, GO_FIREWORK_SHOW_TYPE_1_WHITE, 52 }, + { 538614, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 42 }, + { 538614, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 39 }, + { 539570, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 22 }, + { 540185, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 50 }, + { 540691, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 37 }, + { 542703, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 10 }, + { 542703, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 24 }, + { 542703, GO_FIREWORK_SHOW_TYPE_2_BLUE, 18 }, + { 543568, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 48 }, + { 544306, GO_FIREWORK_SHOW_TYPE_1_BLUE, 14 }, + { 544306, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 25 }, + { 544306, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 55 }, + { 545149, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 23 }, + { 545978, GO_FIREWORK_SHOW_TYPE_2_RED, 38 }, + { 545978, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 30 }, + { 546645, GO_FIREWORK_SHOW_TYPE_1_GREEN, 44 }, + { 546645, GO_FIREWORK_SHOW_TYPE_1_BLUE, 16 }, + { 547189, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 53 }, + { 547189, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 31 }, + { 547189, GO_FIREWORK_SHOW_TYPE_1_BLUE, 8 }, + { 547460, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 26 }, + { 547460, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 28 }, + { 548721, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 11 }, + { 548721, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 43 }, + { 548721, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 21 }, + { 548721, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 46 }, + { 550353, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 9 }, + { 550353, GO_FIREWORK_SHOW_TYPE_1_RED, 29 }, + { 550353, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 41 }, + { 553608, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 54 }, + { 555068, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 35 }, + { 555299, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 7 }, + { 555633, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 19 }, + { 555633, GO_FIREWORK_SHOW_TYPE_2_WHITE, 3 }, + { 556570, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 45 }, + { 556570, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 32 }, + { 556570, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 27 }, + { 556570, GO_FIREWORK_SHOW_TYPE_1_GREEN, 2 }, + { 556892, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 0 }, + { 557314, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 20 }, + { 558248, GO_FIREWORK_SHOW_TYPE_2_GREEN, 18 }, + { 558248, GO_FIREWORK_SHOW_TYPE_2_RED, 51 }, + { 558679, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 17 }, + { 560658, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 24 }, + { 560658, GO_FIREWORK_SHOW_TYPE_1_GREEN, 14 }, + { 561834, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 42 }, + { 561834, GO_FIREWORK_SHOW_TYPE_1_BLUE, 8 }, + { 562160, GO_FIREWORK_SHOW_TYPE_1_GREEN, 36 }, + { 563099, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 56 }, + { 563402, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 37 }, + { 564784, GO_FIREWORK_SHOW_TYPE_2_GREEN, 23 }, + { 564784, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 5 }, + { 564784, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 11 }, + { 565135, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 40 }, + { 565507, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 22 }, + { 566349, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 41 }, + { 566622, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 48 }, + { 567159, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 13 }, + { 567858, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 47 }, + { 568425, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 28 }, + { 568425, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 12 }, + { 568425, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 55 }, + { 568425, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 21 }, + { 568425, GO_FIREWORK_SHOW_TYPE_1_GREEN, 6 }, + { 568844, GO_FIREWORK_SHOW_TYPE_1_WHITE, 52 }, + { 568844, GO_FIREWORK_SHOW_TYPE_1_GREEN, 39 }, + { 568844, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 33 }, + { 569677, GO_FIREWORK_SHOW_TYPE_2_GREEN, 16 }, + { 569827, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 53 }, + { 570433, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 50 }, + { 571457, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 10 }, + { 571608, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 9 }, + { 571889, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 4 }, + { 571889, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 54 }, + { 573271, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 1 }, + { 573271, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 46 }, + { 573522, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 2 }, + { 574339, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 43 }, + { 574339, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 31 }, + { 575156, GO_FIREWORK_SHOW_TYPE_1_WHITE, 0 }, + { 576071, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 3 }, + { 576373, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 44 }, + { 576373, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 30 }, + { 576775, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 15 }, + { 576775, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 27 }, + { 577651, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 34 }, + { 579300, GO_FIREWORK_SHOW_TYPE_2_WHITE, 49 }, + { 579579, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 24 }, + { 581084, GO_FIREWORK_SHOW_TYPE_2_RED, 48 }, + { 581084, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 35 }, + { 581084, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 37 }, + { 581700, GO_FIREWORK_SHOW_TYPE_1_BLUE, 45 }, + { 581700, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 28 }, + { 581700, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 25 }, + { 582449, GO_FIREWORK_SHOW_TYPE_1_RED, 29 }, + { 583473, GO_FIREWORK_SHOW_TYPE_2_BLUE, 26 }, + { 583473, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 12 }, + { 584066, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 8 }, + { 585902, GO_FIREWORK_SHOW_TYPE_1_GREEN, 19 }, + { 586188, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 10 }, + { 586188, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 7 }, + { 587305, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 20 }, + { 587910, GO_FIREWORK_SHOW_TYPE_2_WHITE, 32 }, + { 589495, GO_FIREWORK_SHOW_TYPE_1_BLUE, 4 }, + { 589495, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 51 }, + { 589495, GO_FIREWORK_SHOW_TYPE_1_GREEN, 22 }, + { 590962, GO_FIREWORK_SHOW_TYPE_2_GREEN, 44 }, + { 591233, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 55 }, + { 591233, GO_FIREWORK_SHOW_TYPE_1_GREEN, 13 }, + { 591344, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 53 }, + { 592155, GO_FIREWORK_SHOW_TYPE_2_RED, 47 }, + { 592155, GO_FIREWORK_SHOW_TYPE_1_GREEN, 14 }, + { 592155, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 36 }, + { 592587, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 54 }, + { 592587, GO_FIREWORK_SHOW_TYPE_2_RED, 42 }, + { 593393, GO_FIREWORK_SHOW_TYPE_2_RED, 40 }, + { 593947, GO_FIREWORK_SHOW_TYPE_1_BLUE, 18 }, + { 593947, GO_FIREWORK_SHOW_TYPE_2_BLUE, 23 }, + { 593947, GO_FIREWORK_SHOW_TYPE_1_RED, 21 }, + { 594591, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 24 }, + { 594591, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 1 }, + { 594591, GO_FIREWORK_SHOW_TYPE_1_WHITE, 52 }, + { 595830, GO_FIREWORK_SHOW_TYPE_1_BLUE, 16 }, + { 595830, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 33 }, + { 595830, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 6 }, + { 595830, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 50 }, + { 595830, GO_FIREWORK_SHOW_TYPE_1_RED, 41 }, + { 596282, GO_FIREWORK_SHOW_TYPE_2_WHITE, 9 }, + { 597065, GO_FIREWORK_SHOW_TYPE_1_BLUE, 45 }, + { 597568, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 37 }, + { 597568, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 43 }, + { 597568, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 17 }, + { 598311, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 30 }, + { 599331, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 25 }, + { 599331, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 46 }, + { 599331, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 35 }, + { 604113, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 31 }, + { 604113, GO_FIREWORK_SHOW_TYPE_1_GREEN, 39 }, + { 604113, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 44 }, + { 606199, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 34 }, + { 606199, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 28 }, + { 606199, GO_FIREWORK_SHOW_TYPE_2_BLUE, 26 }, + { 607464, GO_FIREWORK_SHOW_TYPE_2_RED, 5 }, + { 607885, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 15 }, + { 609085, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 3 }, + { 609085, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 38 }, + { 612057, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 1 }, + { 612057, GO_FIREWORK_SHOW_TYPE_2_GREEN, 18 }, + { 612057, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 23 }, + { 612360, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 24 }, + { 612360, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 9 }, + { 612360, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 2 }, + { 613468, GO_FIREWORK_SHOW_TYPE_1_WHITE, 52 }, + { 613468, GO_FIREWORK_SHOW_TYPE_2_BLUE, 19 }, + { 613468, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 21 }, + { 613468, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 47 }, + { 613468, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 6 }, + { 615198, GO_FIREWORK_SHOW_TYPE_2_BLUE, 13 }, + { 615198, GO_FIREWORK_SHOW_TYPE_1_WHITE, 49 }, + { 615198, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 27 }, + { 615478, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 42 }, + { 615478, GO_FIREWORK_SHOW_TYPE_1_WHITE, 7 }, + { 616917, GO_FIREWORK_SHOW_TYPE_1_GREEN, 56 }, + { 617108, GO_FIREWORK_SHOW_TYPE_2_WHITE, 31 }, + { 617936, GO_FIREWORK_SHOW_TYPE_2_GREEN, 10 }, + { 618427, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 40 }, + { 618427, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 26 }, + { 618427, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 8 }, + { 618427, GO_FIREWORK_SHOW_TYPE_2_BLUE, 44 }, + { 618427, GO_FIREWORK_SHOW_TYPE_2_BLUE, 36 }, + { 618897, GO_FIREWORK_SHOW_TYPE_1_RED, 20 }, + { 618897, GO_FIREWORK_SHOW_TYPE_1_RED, 43 }, + { 618897, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 30 }, + { 618897, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 17 }, + { 618897, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 12 }, + { 618897, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 37 }, + { 618897, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 41 }, + { 618897, GO_FIREWORK_SHOW_TYPE_2_GREEN, 4 }, + { 618897, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 34 }, + { 618897, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 53 }, + { 618897, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 28 }, + { 618897, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 25 }, + { 618897, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 55 }, + { 619347, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 0 }, + { 619347, GO_FIREWORK_SHOW_TYPE_1_WHITE, 50 }, + { 620125, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 22 }, + { 620125, GO_FIREWORK_SHOW_TYPE_2_BLUE, 14 }, + { 620125, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 32 }, + { 620125, GO_FIREWORK_SHOW_TYPE_1_BLUE, 45 }, + { 620125, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 39 }, + { 620339, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 54 }, + { 620339, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 48 }, + { 620339, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 51 }, + { 620339, GO_FIREWORK_SHOW_TYPE_1_BLUE, 46 }, + { 620339, GO_FIREWORK_SHOW_TYPE_2_RED, 29 }, + { 620339, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 33 }, + { 621542, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 35 }, + { 622248, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 3 }, + { 622248, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 2 }, + { 622248, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 38 }, + { 622248, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 5 }, + { 622248, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 15 }, + { 623583, GO_FIREWORK_SHOW_TYPE_1_BLUE, 23 }, + { 623583, GO_FIREWORK_SHOW_TYPE_2_GREEN, 16 }, + { 623583, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 9 }, + { 625017, GO_FIREWORK_SHOW_TYPE_2_WHITE, 11 }, + { 625210, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 18 }, + { 625210, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 24 }, + { 625210, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 1 }, + { 628039, GO_FIREWORK_SHOW_TYPE_1_BLUE, 19 }, + { 628039, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 6 }, + { 628039, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 13 }, + { 628438, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 47 }, + { 628438, GO_FIREWORK_SHOW_TYPE_2_WHITE, 31 }, + { 628438, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 42 }, + { 628438, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 7 }, + { 629935, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 56 }, + { 630318, GO_FIREWORK_SHOW_TYPE_2_RED, 21 }, + { 630318, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 49 }, + { 630318, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 52 }, + { 630318, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 27 }, + { 630318, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 37 }, + { 631404, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 45 }, + { 631404, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 10 }, + { 631404, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 14 }, + { 631404, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 22 }, + { 631404, GO_FIREWORK_SHOW_TYPE_2_GREEN, 26 }, + { 631404, GO_FIREWORK_SHOW_TYPE_2_GREEN, 8 }, + { 631404, GO_FIREWORK_SHOW_TYPE_1_BLUE, 36 }, + { 631404, GO_FIREWORK_SHOW_TYPE_1_BLUE, 39 }, + { 631838, GO_FIREWORK_SHOW_TYPE_2_RED, 20 }, + { 631838, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 51 }, + { 631838, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 50 }, + { 631838, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 28 }, + { 631838, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 0 }, + { 631838, GO_FIREWORK_SHOW_TYPE_1_RED, 40 }, + { 631838, GO_FIREWORK_SHOW_TYPE_1_RED, 55 }, + { 631838, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 25 }, + { 631838, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 29 }, + { 631838, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 41 }, + { 631838, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 43 }, + { 631838, GO_FIREWORK_SHOW_TYPE_2_WHITE, 30 }, + { 632913, GO_FIREWORK_SHOW_TYPE_2_BLUE, 4 }, + { 632913, GO_FIREWORK_SHOW_TYPE_1_GREEN, 46 }, + { 632913, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 34 }, + { 632913, GO_FIREWORK_SHOW_TYPE_1_BLUE, 44 }, + { 633460, GO_FIREWORK_SHOW_TYPE_2_RED, 48 }, + { 633460, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 32 }, + { 633460, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 12 }, + { 633460, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 33 }, + { 633460, GO_FIREWORK_SHOW_TYPE_1_WHITE, 17 }, + { 633460, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 53 }, + { 633460, GO_FIREWORK_SHOW_TYPE_2_WHITE, 54 }, + { 633460, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 3 }, + { 634557, GO_FIREWORK_SHOW_TYPE_2_RED, 5 }, + { 634946, GO_FIREWORK_SHOW_TYPE_2_WHITE, 9 }, + { 634946, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 16 }, + { 636167, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 2 }, + { 636722, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 38 }, + { 636722, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 24 }, + { 636722, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 1 }, + { 636722, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 11 }, + { 636722, GO_FIREWORK_SHOW_TYPE_2_WHITE, 15 }, + { 636722, GO_FIREWORK_SHOW_TYPE_2_WHITE, 35 }, + { 636722, GO_FIREWORK_SHOW_TYPE_1_GREEN, 18 }, + { 636722, GO_FIREWORK_SHOW_TYPE_1_GREEN, 23 }, + { 640025, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 31 }, + { 640025, GO_FIREWORK_SHOW_TYPE_2_GREEN, 6 }, + { 641705, GO_FIREWORK_SHOW_TYPE_2_BLUE, 13 }, + { 641705, GO_FIREWORK_SHOW_TYPE_2_GREEN, 19 }, + { 641705, GO_FIREWORK_SHOW_TYPE_2_RED, 42 }, + { 641705, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 47 }, + { 641705, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 7 }, + { 643482, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 3 }, + { 643482, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 51 }, + { 643482, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 41 }, + { 644673, GO_FIREWORK_SHOW_TYPE_1_BLUE, 39 }, + { 644673, GO_FIREWORK_SHOW_TYPE_1_BLUE, 26 }, + { 644673, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 10 }, + { 644673, GO_FIREWORK_SHOW_TYPE_2_BLUE, 14 }, + { 644673, GO_FIREWORK_SHOW_TYPE_1_GREEN, 46 }, + { 644673, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 34 }, + { 645180, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 40 }, + { 645180, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 43 }, + { 645180, GO_FIREWORK_SHOW_TYPE_2_RED, 25 }, + { 645180, GO_FIREWORK_SHOW_TYPE_2_RED, 33 }, + { 645180, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 50 }, + { 645180, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 28 }, + { 645180, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 27 }, + { 645180, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 20 }, + { 645180, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 30 }, + { 645180, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 52 }, + { 645180, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 37 }, + { 645180, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 53 }, + { 645180, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 21 }, + { 645180, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 55 }, + { 645180, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 48 }, + { 645180, GO_FIREWORK_SHOW_TYPE_2_WHITE, 32 }, + { 646032, GO_FIREWORK_SHOW_TYPE_2_GREEN, 44 }, + { 646032, GO_FIREWORK_SHOW_TYPE_2_GREEN, 56 }, + { 646404, GO_FIREWORK_SHOW_TYPE_1_BLUE, 4 }, + { 646404, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 12 }, + { 646404, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 22 }, + { 646404, GO_FIREWORK_SHOW_TYPE_1_RED, 29 }, + { 646404, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 54 }, + { 646404, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 8 }, + { 646404, GO_FIREWORK_SHOW_TYPE_1_WHITE, 49 }, + { 646404, GO_FIREWORK_SHOW_TYPE_1_GREEN, 36 }, + { 646404, GO_FIREWORK_SHOW_TYPE_2_GREEN, 45 }, + { 646404, GO_FIREWORK_SHOW_TYPE_2_WHITE, 17 }, + { 646404, GO_FIREWORK_SHOW_TYPE_2_WHITE, 0 }, + { 648353, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 5 }, + { 649186, GO_FIREWORK_SHOW_TYPE_2_GREEN, 23 }, + { 649186, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 38 }, + { 649186, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 16 }, + { 649186, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 11 }, + { 649186, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 9 }, + { 649186, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 18 }, + { 649186, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 35 }, + { 650807, GO_FIREWORK_SHOW_TYPE_1_GREEN, 2 }, + { 650807, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 1 }, + { 650807, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 24 }, + { 650807, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 15 }, + { 653072, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 31 }, + { 654466, GO_FIREWORK_SHOW_TYPE_1_GREEN, 6 }, + { 656067, GO_FIREWORK_SHOW_TYPE_1_BLUE, 19 }, + { 656067, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 8 }, + { 656067, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 47 }, + { 656067, GO_FIREWORK_SHOW_TYPE_1_RED, 29 }, + { 656067, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 44 }, + { 656067, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 48 }, + { 656067, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 53 }, + { 657293, GO_FIREWORK_SHOW_TYPE_1_GREEN, 26 }, + { 657293, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 21 }, + { 657293, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 27 }, + { 657293, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 40 }, + { 657293, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 4 }, + { 657293, GO_FIREWORK_SHOW_TYPE_1_RED, 51 }, + { 657293, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 22 }, + { 657293, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 39 }, + { 657293, GO_FIREWORK_SHOW_TYPE_2_BLUE, 56 }, + { 657293, GO_FIREWORK_SHOW_TYPE_2_BLUE, 14 }, + { 657293, GO_FIREWORK_SHOW_TYPE_2_BLUE, 13 }, + { 657293, GO_FIREWORK_SHOW_TYPE_1_GREEN, 45 }, + { 658046, GO_FIREWORK_SHOW_TYPE_2_WHITE, 52 }, + { 658046, GO_FIREWORK_SHOW_TYPE_2_WHITE, 12 }, + { 658046, GO_FIREWORK_SHOW_TYPE_2_WHITE, 28 }, + { 658046, GO_FIREWORK_SHOW_TYPE_2_WHITE, 30 }, + { 658046, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 55 }, + { 658046, GO_FIREWORK_SHOW_TYPE_2_RED, 41 }, + { 658046, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 50 }, + { 658046, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 3 }, + { 658046, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 54 }, + { 658046, GO_FIREWORK_SHOW_TYPE_1_WHITE, 32 }, + { 658046, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 17 }, + { 658904, GO_FIREWORK_SHOW_TYPE_2_GREEN, 46 }, + { 658904, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 25 }, + { 658904, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 20 }, + { 658904, GO_FIREWORK_SHOW_TYPE_1_BLUE, 10 }, + { 658904, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 37 }, + { 658904, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 36 }, + { 658904, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 34 }, + { 659591, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 43 }, + { 659591, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 33 }, + { 659591, GO_FIREWORK_SHOW_TYPE_2_RED, 42 }, + { 659591, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 7 }, + { 659591, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 0 }, + { 659591, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 49 }, + { 662117, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 2 }, + { 662884, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 1 }, + { 662884, GO_FIREWORK_SHOW_TYPE_2_WHITE, 11 }, + { 662884, GO_FIREWORK_SHOW_TYPE_2_WHITE, 24 }, + { 662884, GO_FIREWORK_SHOW_TYPE_2_WHITE, 35 }, + { 662884, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 9 }, + { 664184, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 5 }, + { 664184, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 38 }, + { 664184, GO_FIREWORK_SHOW_TYPE_2_GREEN, 23 }, + { 664184, GO_FIREWORK_SHOW_TYPE_1_BLUE, 18 }, + { 664184, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 15 }, + { 664184, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 16 }, + { 667437, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 6 }, + { 667437, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 31 }, + { 670877, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 10 }, + { 670877, GO_FIREWORK_SHOW_TYPE_2_GREEN, 14 }, + { 670877, GO_FIREWORK_SHOW_TYPE_2_RED, 51 }, + { 671199, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 32 }, + { 671199, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 7 }, + { 672713, GO_FIREWORK_SHOW_TYPE_1_RED, 21 }, + { 672713, GO_FIREWORK_SHOW_TYPE_1_RED, 47 }, + { 672713, GO_FIREWORK_SHOW_TYPE_1_RED, 33 }, + { 672713, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 45 }, + { 672713, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 46 }, + { 672713, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 50 }, + { 672713, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 52 }, + { 672713, GO_FIREWORK_SHOW_TYPE_2_BLUE, 22 }, + { 672713, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 40 }, + { 672713, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 20 }, + { 672713, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 48 }, + { 672713, GO_FIREWORK_SHOW_TYPE_2_GREEN, 36 }, + { 672713, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 41 }, + { 672713, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 42 }, + { 672713, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 37 }, + { 672713, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 55 }, + { 672713, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 19 }, + { 672713, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 39 }, + { 672713, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 56 }, + { 672713, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 13 }, + { 672713, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 4 }, + { 672824, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 3 }, + { 672824, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 17 }, + { 672824, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 0 }, + { 672824, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 53 }, + { 672824, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 12 }, + { 672824, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 28 }, + { 673921, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 11 }, + { 673921, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 24 }, + { 673921, GO_FIREWORK_SHOW_TYPE_1_RED, 34 }, + { 673921, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 27 }, + { 673921, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 1 }, + { 673921, GO_FIREWORK_SHOW_TYPE_2_BLUE, 26 }, + { 673921, GO_FIREWORK_SHOW_TYPE_1_WHITE, 35 }, + { 673921, GO_FIREWORK_SHOW_TYPE_2_GREEN, 8 }, + { 673921, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 25 }, + { 673921, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 44 }, + { 674442, GO_FIREWORK_SHOW_TYPE_1_RED, 43 }, + { 674442, GO_FIREWORK_SHOW_TYPE_2_WHITE, 49 }, + { 674442, GO_FIREWORK_SHOW_TYPE_2_RED, 29 }, + { 674442, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 30 }, + { 674442, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 54 }, + { 675147, GO_FIREWORK_SHOW_TYPE_1_WHITE, 57 }, + { 675499, GO_FIREWORK_SHOW_TYPE_1_BLUE, 2 }, + { 675499, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 15 }, + { 675499, GO_FIREWORK_SHOW_TYPE_1_GREEN, 23 }, + { 675499, GO_FIREWORK_SHOW_TYPE_2_WHITE, 9 }, + { 675499, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 38 }, + { 677145, GO_FIREWORK_SHOW_TYPE_2_BLUE, 16 }, + { 677145, GO_FIREWORK_SHOW_TYPE_1_GREEN, 18 }, + { 679066, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 39 }, + { 679066, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 5 }, + { 680038, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 56 }, + { 680038, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 19 }, + { 680038, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 36 }, + { 680522, GO_FIREWORK_SHOW_TYPE_1_RED, 48 }, + { 680522, GO_FIREWORK_SHOW_TYPE_1_RED, 41 }, + { 680522, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 10 }, + { 680522, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 47 }, + { 680522, GO_FIREWORK_SHOW_TYPE_1_WHITE, 7 }, + { 680522, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 52 }, + { 680522, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 53 }, + { 680522, GO_FIREWORK_SHOW_TYPE_2_BLUE, 46 }, + { 680522, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 31 }, + { 680522, GO_FIREWORK_SHOW_TYPE_2_WHITE, 12 }, + { 680522, GO_FIREWORK_SHOW_TYPE_2_WHITE, 3 }, + { 680522, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 4 }, + { 680522, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 20 }, + { 680522, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 33 }, + { 680522, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 17 }, + { 682042, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 22 }, + { 682042, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 6 }, + { 682042, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 14 }, + { 682042, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 32 }, + { 682042, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 0 }, + { 682042, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 28 }, + { 682042, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 37 }, + { 682042, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 51 }, + { 682042, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 55 }, + { 682042, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 42 }, + { 682042, GO_FIREWORK_SHOW_TYPE_2_GREEN, 45 }, + { 682042, GO_FIREWORK_SHOW_TYPE_2_WHITE, 50 }, + { 682042, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 40 }, + { 682042, GO_FIREWORK_SHOW_TYPE_2_RED, 21 }, + { 682042, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 13 }, +}; + +FireworkShow const fireworkShowOrgrimmar = +{ + .schedule = + { + .entries = fireworkShowScheduleOrgrimmar, + .size = sizeof(fireworkShowScheduleOrgrimmar) / sizeof(fireworkShowScheduleOrgrimmar[0]) + }, + .spawns = + { + .entries = fireworkShowGameobjectOrgrimmar, + .size = sizeof(fireworkShowGameobjectOrgrimmar) / sizeof(fireworkShowGameobjectOrgrimmar[0]) + }, + .revelerId = + { + NPC_ORGRIMMAR_REVELER, + 0 + } +}; + +#endif diff --git a/src/server/scripts/Events/firework_show/firework_show_Shattrath.h b/src/server/scripts/Events/firework_show/firework_show_Shattrath.h new file mode 100644 index 000000000..1c8bc1a64 --- /dev/null +++ b/src/server/scripts/Events/firework_show/firework_show_Shattrath.h @@ -0,0 +1,1181 @@ +/* + * This file is part of the AzerothCore Project. See AUTHORS file for Copyright information + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU Affero General Public License as published by the + * Free Software Foundation; either version 3 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see . + */ + +#ifndef DEF_FIREWORK_SHOW_SHATTRATH_H +#define DEF_FIREWORK_SHOW_SHATTRATH_H + +#include "firework_show.h" + +// VerifiedBuild 50250 - Midsummer Fireworks Spectacular event +FireworkShowGameobject const fireworkShowGameobjectShattrath[] = +{ + { -1953.7327f, 5493.0854f, 65.47611f, 0.03490625f, 0.0f, 0.0f, 0.01745224f, 0.9998477f }, /* 0 */ + { -1925.1945f, 5513.9263f, 50.570976f, 0.9773831f, 0.0f, 0.0f, 0.46947098f, 0.8829479f }, /* 1 */ + { -1890.7327f, 5518.5312f, 124.16628f, 0.13962449f, 0.0f, 0.0f, 0.069755554f, 0.99756414f }, /* 2 */ + { -1901.4132f, 5520.513f, 49.452927f, 4.7647495f, 0.0f, 0.0f, -0.6883545f, 0.72537446f }, /* 3 */ + { -1957.8995f, 5489.778f, 53.008453f, 3.7524624f, 0.0f, 0.0f, -0.9537163f, 0.3007079f }, /* 4 */ + { -1893.9121f, 5524.327f, 127.38159f, 4.729844f, 0.0f, 0.0f, -0.70090866f, 0.71325105f }, /* 5 */ + { -1892.115f, 5518.125f, 127.38158f, 3.47321f, 0.0f, 0.0f, -0.9862852f, 0.1650499f }, /* 6 */ + { -1932.2552f, 5515.8423f, 47.793182f, 0.9773831f, 0.0f, 0.0f, 0.46947098f, 0.8829479f }, /* 7 */ + { -1951.3529f, 5488.6636f, 62.32209f, 5.4803343f, 0.0f, 0.0f, -0.39073086f, 0.920505f }, /* 8 */ + { -1920.8403f, 5522.2603f, 56.411167f, 2.1991146f, 0.0f, 0.0f, 0.89100647f, 0.45399064f }, /* 9 */ + { -1911.6111f, 5528.2065f, 131.02745f, 0.13962449f, 0.0f, 0.0f, 0.069755554f, 0.99756414f }, /* 10 */ + { -1920.283f, 5522.5444f, 55.668182f, 2.1991146f, 0.0f, 0.0f, 0.89100647f, 0.45399064f }, /* 11 */ + { -1894.2687f, 5526.773f, 134.72224f, 1.5358895f, 0.0f, 0.0f, 0.6946583f, 0.71933985f }, /* 12 */ + { -1894.4896f, 5520.2163f, 126.29128f, 4.729844f, 0.0f, 0.0f, -0.70090866f, 0.71325105f }, /* 13 */ + { -1926.6498f, 5516.6147f, 60.574078f, 2.1467528f, 0.0f, 0.0f, 0.8788166f, 0.4771597f }, /* 14 */ + { -1938.8976f, 5500.0713f, 59.633465f, 4.7647495f, 0.0f, 0.0f, -0.6883545f, 0.72537446f }, /* 15 */ + { -1928.8563f, 5506.3696f, 65.78674f, 4.537859f, 0.0f, 0.0f, -0.76604366f, 0.6427886f }, /* 16 */ + { -1926.5973f, 5500.993f, 51.154263f, 5.8992143f, 0.0f, 0.0f, -0.1908083f, 0.9816273f }, /* 17 */ + { -1884.4916f, 5525.4595f, 138.67068f, 2.4609127f, 0.0f, 0.0f, 0.94264126f, 0.33380756f }, /* 18 */ + { -1922.3055f, 5516.318f, 51.251526f, 3.6826503f, 0.0f, 0.0f, -0.9636297f, 0.267241f }, /* 19 */ + { -1959.0267f, 5502.022f, 72.39326f, 5.5676007f, 0.0f, 0.0f, -0.35020733f, 0.9366722f }, /* 20 */ + { -1925.2096f, 5527.5083f, 64.94045f, 2.9146895f, 0.0f, 0.0f, 0.9935713f, 0.11320835f }, /* 21 */ + { -1902.9427f, 5512.882f, 129.11076f, 6.0912004f, 0.0f, 0.0f, -0.09584522f, 0.99539626f }, /* 22 */ + { -1863.6598f, 5516.5005f, 152.0342f, 0.4886912f, 0.0f, 0.0f, 0.24192142f, 0.97029585f }, /* 23 */ + { -1913.8385f, 5512.8994f, 134.36772f, 6.0912004f, 0.0f, 0.0f, -0.09584522f, 0.99539626f }, /* 24 */ + { -1905.2344f, 5517.9863f, 122.62465f, 3.7001047f, 0.0f, 0.0f, -0.9612608f, 0.2756405f }, /* 25 */ + { -1887.1146f, 5524.0845f, 128.63852f, 3.6302915f, 0.0f, 0.0f, -0.97029495f, 0.241925f }, /* 26 */ + { -1888.3021f, 5533.991f, 119.28162f, 4.886924f, 0.0f, 0.0f, -0.642787f, 0.766045f }, /* 27 */ + { -1908.4219f, 5533.026f, 55.564014f, 5.8468537f, 0.0f, 0.0f, -0.21643925f, 0.97629607f }, /* 28 */ + { -1896.1656f, 5528.8193f, 127.38157f, 3.6302915f, 0.0f, 0.0f, -0.97029495f, 0.241925f }, /* 29 */ + { -1934.4219f, 5507.1616f, 55.737637f, 5.8468537f, 0.0f, 0.0f, -0.21643925f, 0.97629607f }, /* 30 */ + { -1921.7656f, 5527.318f, 48.591785f, 5.8992143f, 0.0f, 0.0f, -0.1908083f, 0.9816273f }, /* 31 */ + { -1906.5729f, 5526.3716f, 124.31909f, 3.6302915f, 0.0f, 0.0f, -0.97029495f, 0.241925f }, /* 32 */ + { -1906.8822f, 5542.9033f, 139.3677f, 4.1364326f, 0.0f, 0.0f, -0.8788166f, 0.4771597f }, /* 33 */ + { -1892.4219f, 5536.0522f, 115.1312f, 3.7001047f, 0.0f, 0.0f, -0.9612608f, 0.2756405f }, /* 34 */ + { -1920.9653f, 5506.6274f, 54.654297f, 0.9773831f, 0.0f, 0.0f, 0.46947098f, 0.8829479f }, /* 35 */ + { -1927.9028f, 5511.308f, 53.307064f, 5.8992143f, 0.0f, 0.0f, -0.1908083f, 0.9816273f }, /* 36 */ + { -1926.5677f, 5508.0435f, 56.098743f, 2.1991146f, 0.0f, 0.0f, 0.89100647f, 0.45399064f }, /* 37 */ + { -1892.4381f, 5525.5137f, 140.31435f, 1.780234f, 0.0f, 0.0f, 0.7771454f, 0.6293211f }, /* 38 */ + { -1888.0764f, 5530.5376f, 138.77809f, 3.33359f, 0.0f, 0.0f, -0.99539566f, 0.095851235f }, /* 39 */ + { -1947.4833f, 5494.596f, 56.27001f, 3.33359f, 0.0f, 0.0f, -0.99539566f, 0.095851235f }, /* 40 */ + { -1933.2687f, 5489.0522f, 60.515415f, 4.590216f, 0.0f, 0.0f, -0.7489557f, 0.66262007f }, /* 41 */ + { -1938.7075f, 5501.201f, 70.25938f, 4.0666203f, 0.0f, 0.0f, -0.8949337f, 0.44619918f }, /* 42 */ + { -1897.6248f, 5513.669f, 112.59742f, 3.47321f, 0.0f, 0.0f, -0.9862852f, 0.1650499f }, /* 43 */ + { -1917.481f, 5527.0957f, 129.31909f, 0.13962449f, 0.0f, 0.0f, 0.069755554f, 0.99756414f }, /* 44 */ + { -1966.3066f, 5482.5117f, 63.678352f, 5.8992143f, 0.0f, 0.0f, -0.1908083f, 0.9816273f }, /* 45 */ + { -1903.9028f, 5531.2603f, 128.15936f, 3.47321f, 0.0f, 0.0f, -0.9862852f, 0.1650499f }, /* 46 */ + { -1929.7622f, 5529.528f, 58.62648f, 4.7647495f, 0.0f, 0.0f, -0.6883545f, 0.72537446f }, /* 47 */ + { -1936.6094f, 5498.205f, 54.378967f, 3.6826503f, 0.0f, 0.0f, -0.9636297f, 0.267241f }, /* 48 */ + { -1958.4102f, 5485.815f, 69.48078f, 2.2514734f, 0.0f, 0.0f, 0.902585f, 0.43051165f }, /* 49 */ + { -1887.118f, 5520.624f, 138.5246f, 4.729844f, 0.0f, 0.0f, -0.70090866f, 0.71325105f }, /* 50 */ + { -1900.724f, 5536.972f, 55.341816f, 5.8468537f, 0.0f, 0.0f, -0.21643925f, 0.97629607f }, /* 51 */ + { -1879.592f, 5519.54f, 130.4302f, 3.7001047f, 0.0f, 0.0f, -0.9612608f, 0.2756405f }, /* 52 */ + { -1917.2743f, 5508.244f, 124.72183f, 6.0912004f, 0.0f, 0.0f, -0.09584522f, 0.99539626f }, /* 53 */ + { -1861.6823f, 5535.5913f, 132.30049f, 0.5235979f, 0.0f, 0.0f, 0.25881863f, 0.96592593f }, /* 54 */ + { -1886.2535f, 5525.5894f, 124.86077f, 4.886924f, 0.0f, 0.0f, -0.642787f, 0.766045f }, /* 55 */ + { -1897.4305f, 5521.8247f, 130.36078f, 4.886924f, 0.0f, 0.0f, -0.642787f, 0.766045f }, /* 56 */ + { -1909.7212f, 5527.297f, 151.74026f, 5.811947f, 0.0f, 0.0f, -0.23344517f, 0.97236997f }, /* 57 */ + { -1925.7966f, 5527.573f, 146.0328f, 2.3910985f, 0.0f, 0.0f, 0.93041706f, 0.3665025f }, /* 58 */ + { -1919.0087f, 5510.279f, 56.334854f, 3.6826503f, 0.0f, 0.0f, -0.9636297f, 0.267241f }, /* 59 */ + { -1906.9908f, 5541.2056f, 127.38161f, 6.0912004f, 0.0f, 0.0f, -0.09584522f, 0.99539626f }, /* 60 */ + { -1893.8922f, 5529.355f, 71.766685f, 2.5481794f, 0.0f, 0.0f, 0.95630455f, 0.29237235f }, /* 61 */ + { -1915.4688f, 5510.3853f, 72.85928f, 2.1118479f, 0.0f, 0.0f, 0.8703556f, 0.4924237f }, /* 62 */ + { -1898.0729f, 5527.328f, 86.45237f, 4.66003f, 0.0f, 0.0f, -0.7253742f, 0.68835473f }, /* 63 */ + { -1916.401f, 5528.683f, 82.81958f, 6.073746f, 0.0f, 0.0f, -0.10452843f, 0.9945219f }, /* 64 */ + { -1924.0139f, 5521.0884f, 68.06493f, 6.073746f, 0.0f, 0.0f, -0.10452843f, 0.9945219f }, /* 65 */ + { -1909.4584f, 5526.4985f, 80.81576f, 2.5481794f, 0.0f, 0.0f, 0.95630455f, 0.29237235f }, /* 66 */ +}; + +// VerifiedBuild 50250 - Midsummer Fireworks Spectacular event +FireworkShowScheduleEntry const fireworkShowScheduleShattrath[] = +{ + { 0, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 0 }, + { 816, GO_FIREWORK_SHOW_TYPE_2_BLUE, 1 }, + { 816, GO_FIREWORK_SHOW_TYPE_1_GREEN, 2 }, + { 2832, GO_FIREWORK_SHOW_TYPE_2_RED, 3 }, + { 4868, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 4 }, + { 5269, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 5 }, + { 6085, GO_FIREWORK_SHOW_TYPE_2_BLUE, 6 }, + { 7716, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 7 }, + { 7716, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 8 }, + { 7716, GO_FIREWORK_SHOW_TYPE_1_WHITE, 9 }, + { 7716, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 10 }, + { 8935, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 11 }, + { 8935, GO_FIREWORK_SHOW_TYPE_2_WHITE, 12 }, + { 8935, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 13 }, + { 8935, GO_FIREWORK_SHOW_TYPE_2_RED, 14 }, + { 10975, GO_FIREWORK_SHOW_TYPE_1_GREEN, 15 }, + { 10975, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 16 }, + { 10975, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 17 }, + { 12583, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 18 }, + { 12583, GO_FIREWORK_SHOW_TYPE_1_RED, 19 }, + { 12583, GO_FIREWORK_SHOW_TYPE_2_WHITE, 20 }, + { 13810, GO_FIREWORK_SHOW_TYPE_1_WHITE, 21 }, + { 13810, GO_FIREWORK_SHOW_TYPE_2_BLUE, 22 }, + { 14616, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 23 }, + { 15835, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 24 }, + { 15835, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 25 }, + { 17459, GO_FIREWORK_SHOW_TYPE_2_BLUE, 26 }, + { 17459, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 27 }, + { 17459, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 28 }, + { 17459, GO_FIREWORK_SHOW_TYPE_1_WHITE, 29 }, + { 18682, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 30 }, + { 20709, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 31 }, + { 20709, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 32 }, + { 20709, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 33 }, + { 20709, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 34 }, + { 22317, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 35 }, + { 22317, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 36 }, + { 22317, GO_FIREWORK_SHOW_TYPE_1_GREEN, 37 }, + { 23544, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 38 }, + { 25571, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 9 }, + { 25571, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 3 }, + { 25571, GO_FIREWORK_SHOW_TYPE_2_BLUE, 39 }, + { 27104, GO_FIREWORK_SHOW_TYPE_1_WHITE, 40 }, + { 27104, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 13 }, + { 27104, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 4 }, + { 28408, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 41 }, + { 30443, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 42 }, + { 32056, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 43 }, + { 32056, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 10 }, + { 32056, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 17 }, + { 33266, GO_FIREWORK_SHOW_TYPE_2_RED, 44 }, + { 33266, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 45 }, + { 33266, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 26 }, + { 36928, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 46 }, + { 36928, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 34 }, + { 38136, GO_FIREWORK_SHOW_TYPE_2_BLUE, 8 }, + { 41800, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 18 }, + { 44231, GO_FIREWORK_SHOW_TYPE_2_GREEN, 37 }, + { 45051, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 1 }, + { 45051, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 17 }, + { 46256, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 6 }, + { 46685, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 25 }, + { 46685, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 16 }, + { 47885, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 47 }, + { 47885, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 3 }, + { 49915, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 7 }, + { 51104, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 12 }, + { 51547, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 48 }, + { 51547, GO_FIREWORK_SHOW_TYPE_2_GREEN, 49 }, + { 51547, GO_FIREWORK_SHOW_TYPE_2_WHITE, 50 }, + { 51547, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 23 }, + { 51547, GO_FIREWORK_SHOW_TYPE_2_WHITE, 51 }, + { 52766, GO_FIREWORK_SHOW_TYPE_2_RED, 44 }, + { 52766, GO_FIREWORK_SHOW_TYPE_1_GREEN, 52 }, + { 52766, GO_FIREWORK_SHOW_TYPE_1_GREEN, 41 }, + { 52766, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 0 }, + { 52766, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 31 }, + { 52766, GO_FIREWORK_SHOW_TYPE_2_WHITE, 20 }, + { 53973, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 22 }, + { 54751, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 4 }, + { 54751, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 11 }, + { 54751, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 24 }, + { 54751, GO_FIREWORK_SHOW_TYPE_2_GREEN, 38 }, + { 54751, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 5 }, + { 54751, GO_FIREWORK_SHOW_TYPE_2_RED, 19 }, + { 56419, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 2 }, + { 56419, GO_FIREWORK_SHOW_TYPE_2_WHITE, 53 }, + { 56419, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 54 }, + { 57628, GO_FIREWORK_SHOW_TYPE_2_BLUE, 15 }, + { 59654, GO_FIREWORK_SHOW_TYPE_2_GREEN, 36 }, + { 59654, GO_FIREWORK_SHOW_TYPE_2_BLUE, 55 }, + { 60858, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 32 }, + { 61287, GO_FIREWORK_SHOW_TYPE_2_RED, 18 }, + { 61287, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 42 }, + { 62418, GO_FIREWORK_SHOW_TYPE_1_RED, 45 }, + { 62418, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 33 }, + { 64518, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 21 }, + { 64518, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 0 }, + { 66107, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 25 }, + { 66107, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 17 }, + { 69402, GO_FIREWORK_SHOW_TYPE_1_GREEN, 6 }, + { 69402, GO_FIREWORK_SHOW_TYPE_1_RED, 56 }, + { 69402, GO_FIREWORK_SHOW_TYPE_2_GREEN, 16 }, + { 72250, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 3 }, + { 72250, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 11 }, + { 74284, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 14 }, + { 74284, GO_FIREWORK_SHOW_TYPE_1_BLUE, 57 }, + { 74284, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 27 }, + { 74284, GO_FIREWORK_SHOW_TYPE_2_BLUE, 38 }, + { 75506, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 26 }, + { 75506, GO_FIREWORK_SHOW_TYPE_2_BLUE, 2 }, + { 75908, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 58 }, + { 77128, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 31 }, + { 77128, GO_FIREWORK_SHOW_TYPE_1_BLUE, 30 }, + { 79152, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 47 }, + { 79152, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 4 }, + { 80369, GO_FIREWORK_SHOW_TYPE_1_GREEN, 15 }, + { 80787, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 43 }, + { 80787, GO_FIREWORK_SHOW_TYPE_2_GREEN, 55 }, + { 84022, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 48 }, + { 84022, GO_FIREWORK_SHOW_TYPE_1_WHITE, 17 }, + { 84022, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 28 }, + { 85634, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 13 }, + { 85634, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 20 }, + { 86764, GO_FIREWORK_SHOW_TYPE_2_RED, 54 }, + { 86764, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 44 }, + { 86764, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 34 }, + { 86764, GO_FIREWORK_SHOW_TYPE_1_WHITE, 27 }, + { 86764, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 23 }, + { 90098, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 35 }, + { 90098, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 59 }, + { 90506, GO_FIREWORK_SHOW_TYPE_2_BLUE, 41 }, + { 90506, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 7 }, + { 90506, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 11 }, + { 90506, GO_FIREWORK_SHOW_TYPE_2_WHITE, 50 }, + { 91716, GO_FIREWORK_SHOW_TYPE_1_WHITE, 21 }, + { 91716, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 8 }, + { 91716, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 40 }, + { 91716, GO_FIREWORK_SHOW_TYPE_2_BLUE, 2 }, + { 93764, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 5 }, + { 93764, GO_FIREWORK_SHOW_TYPE_2_GREEN, 22 }, + { 93764, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 51 }, + { 95398, GO_FIREWORK_SHOW_TYPE_1_GREEN, 37 }, + { 95398, GO_FIREWORK_SHOW_TYPE_2_BLUE, 38 }, + { 96599, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 0 }, + { 98219, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 9 }, + { 99843, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 43 }, + { 100251, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 57 }, + { 100251, GO_FIREWORK_SHOW_TYPE_2_BLUE, 49 }, + { 100251, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 24 }, + { 101460, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 42 }, + { 101460, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 36 }, + { 101460, GO_FIREWORK_SHOW_TYPE_1_GREEN, 13 }, + { 101460, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 45 }, + { 102266, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 41 }, + { 102266, GO_FIREWORK_SHOW_TYPE_1_WHITE, 47 }, + { 102676, GO_FIREWORK_SHOW_TYPE_1_GREEN, 15 }, + { 105111, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 33 }, + { 105111, GO_FIREWORK_SHOW_TYPE_2_RED, 44 }, + { 105111, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 11 }, + { 106326, GO_FIREWORK_SHOW_TYPE_1_WHITE, 48 }, + { 106326, GO_FIREWORK_SHOW_TYPE_1_GREEN, 55 }, + { 106326, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 25 }, + { 107144, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 50 }, + { 108352, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 39 }, + { 108352, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 10 }, + { 108352, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 4 }, + { 109991, GO_FIREWORK_SHOW_TYPE_2_RED, 32 }, + { 111210, GO_FIREWORK_SHOW_TYPE_2_GREEN, 59 }, + { 112019, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 18 }, + { 113240, GO_FIREWORK_SHOW_TYPE_1_BLUE, 8 }, + { 113240, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 26 }, + { 116083, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 54 }, + { 116083, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 1 }, + { 116083, GO_FIREWORK_SHOW_TYPE_2_WHITE, 23 }, + { 116894, GO_FIREWORK_SHOW_TYPE_2_WHITE, 27 }, + { 116894, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 7 }, + { 118513, GO_FIREWORK_SHOW_TYPE_2_BLUE, 49 }, + { 119337, GO_FIREWORK_SHOW_TYPE_2_GREEN, 6 }, + { 119738, GO_FIREWORK_SHOW_TYPE_1_GREEN, 52 }, + { 121753, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 35 }, + { 121753, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 43 }, + { 121753, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 16 }, + { 122974, GO_FIREWORK_SHOW_TYPE_2_GREEN, 30 }, + { 123387, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 29 }, + { 124605, GO_FIREWORK_SHOW_TYPE_1_RED, 25 }, + { 125816, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 36 }, + { 125816, GO_FIREWORK_SHOW_TYPE_1_BLUE, 22 }, + { 128250, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 24 }, + { 128250, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 40 }, + { 129469, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 14 }, + { 129469, GO_FIREWORK_SHOW_TYPE_2_BLUE, 15 }, + { 129469, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 5 }, + { 129469, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 44 }, + { 129469, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 38 }, + { 130695, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 45 }, + { 130695, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 1 }, + { 132729, GO_FIREWORK_SHOW_TYPE_1_GREEN, 55 }, + { 132729, GO_FIREWORK_SHOW_TYPE_1_BLUE, 41 }, + { 134346, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 21 }, + { 136382, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 9 }, + { 137589, GO_FIREWORK_SHOW_TYPE_1_RED, 56 }, + { 137589, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 39 }, + { 137993, GO_FIREWORK_SHOW_TYPE_2_BLUE, 26 }, + { 139220, GO_FIREWORK_SHOW_TYPE_2_WHITE, 17 }, + { 139220, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 51 }, + { 141246, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 0 }, + { 142458, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 25 }, + { 142861, GO_FIREWORK_SHOW_TYPE_2_BLUE, 59 }, + { 142861, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 19 }, + { 144088, GO_FIREWORK_SHOW_TYPE_1_WHITE, 50 }, + { 144088, GO_FIREWORK_SHOW_TYPE_1_GREEN, 2 }, + { 144088, GO_FIREWORK_SHOW_TYPE_1_BLUE, 16 }, + { 144088, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 20 }, + { 144088, GO_FIREWORK_SHOW_TYPE_1_RED, 42 }, + { 144088, GO_FIREWORK_SHOW_TYPE_1_RED, 32 }, + { 145306, GO_FIREWORK_SHOW_TYPE_1_RED, 46 }, + { 145306, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 37 }, + { 147741, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 23 }, + { 148958, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 35 }, + { 148958, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 57 }, + { 148958, GO_FIREWORK_SHOW_TYPE_1_GREEN, 38 }, + { 148958, GO_FIREWORK_SHOW_TYPE_2_BLUE, 6 }, + { 148958, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 45 }, + { 150180, GO_FIREWORK_SHOW_TYPE_2_BLUE, 55 }, + { 150180, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 53 }, + { 150180, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 34 }, + { 150994, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 7 }, + { 150994, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 9 }, + { 150994, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 14 }, + { 152213, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 49 }, + { 152616, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 58 }, + { 152616, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 47 }, + { 152616, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 4 }, + { 152616, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 54 }, + { 155055, GO_FIREWORK_SHOW_TYPE_1_GREEN, 59 }, + { 157085, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 18 }, + { 157459, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 21 }, + { 158717, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 52 }, + { 158717, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 13 }, + { 158717, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 3 }, + { 158717, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 12 }, + { 159925, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 26 }, + { 159925, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 56 }, + { 160750, GO_FIREWORK_SHOW_TYPE_1_RED, 5 }, + { 161959, GO_FIREWORK_SHOW_TYPE_2_GREEN, 57 }, + { 162374, GO_FIREWORK_SHOW_TYPE_1_GREEN, 15 }, + { 163578, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 41 }, + { 163578, GO_FIREWORK_SHOW_TYPE_1_BLUE, 36 }, + { 164797, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 44 }, + { 164797, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 30 }, + { 164797, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 1 }, + { 166825, GO_FIREWORK_SHOW_TYPE_2_WHITE, 10 }, + { 168448, GO_FIREWORK_SHOW_TYPE_1_RED, 31 }, + { 168448, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 37 }, + { 169675, GO_FIREWORK_SHOW_TYPE_1_WHITE, 29 }, + { 169675, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 17 }, + { 171699, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 46 }, + { 171699, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 25 }, + { 173318, GO_FIREWORK_SHOW_TYPE_1_WHITE, 43 }, + { 173318, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 2 }, + { 173318, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 53 }, + { 174546, GO_FIREWORK_SHOW_TYPE_2_WHITE, 50 }, + { 174546, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 32 }, + { 174546, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 45 }, + { 174546, GO_FIREWORK_SHOW_TYPE_1_RED, 19 }, + { 176560, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 49 }, + { 178191, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 27 }, + { 178191, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 14 }, + { 181434, GO_FIREWORK_SHOW_TYPE_1_WHITE, 34 }, + { 181434, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 20 }, + { 181434, GO_FIREWORK_SHOW_TYPE_1_RED, 56 }, + { 181845, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 21 }, + { 183063, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 51 }, + { 184284, GO_FIREWORK_SHOW_TYPE_1_RED, 35 }, + { 184284, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 10 }, + { 184284, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 3 }, + { 185096, GO_FIREWORK_SHOW_TYPE_2_WHITE, 23 }, + { 186325, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 39 }, + { 187937, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 54 }, + { 187937, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 58 }, + { 189107, GO_FIREWORK_SHOW_TYPE_1_GREEN, 59 }, + { 191190, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 9 }, + { 191190, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 26 }, + { 191594, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 16 }, + { 194035, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 55 }, + { 194832, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 29 }, + { 194832, GO_FIREWORK_SHOW_TYPE_1_RED, 31 }, + { 194832, GO_FIREWORK_SHOW_TYPE_2_GREEN, 2 }, + { 194832, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 12 }, + { 194832, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 4 }, + { 196452, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 41 }, + { 197679, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 48 }, + { 197679, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 13 }, + { 198890, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 46 }, + { 199697, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 14 }, + { 199697, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 19 }, + { 200923, GO_FIREWORK_SHOW_TYPE_2_RED, 5 }, + { 201325, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 40 }, + { 201325, GO_FIREWORK_SHOW_TYPE_2_BLUE, 37 }, + { 202460, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 33 }, + { 203760, GO_FIREWORK_SHOW_TYPE_2_BLUE, 1 }, + { 203760, GO_FIREWORK_SHOW_TYPE_1_GREEN, 30 }, + { 203760, GO_FIREWORK_SHOW_TYPE_2_GREEN, 8 }, + { 203760, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 6 }, + { 203760, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 27 }, + { 204572, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 24 }, + { 205782, GO_FIREWORK_SHOW_TYPE_2_RED, 44 }, + { 207005, GO_FIREWORK_SHOW_TYPE_1_RED, 11 }, + { 208625, GO_FIREWORK_SHOW_TYPE_1_GREEN, 36 }, + { 208625, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 25 }, + { 208625, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 45 }, + { 209443, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 51 }, + { 210661, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 58 }, + { 210661, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 18 }, + { 211077, GO_FIREWORK_SHOW_TYPE_2_WHITE, 34 }, + { 212286, GO_FIREWORK_SHOW_TYPE_2_GREEN, 2 }, + { 213505, GO_FIREWORK_SHOW_TYPE_2_RED, 56 }, + { 217153, GO_FIREWORK_SHOW_TYPE_2_RED, 28 }, + { 217153, GO_FIREWORK_SHOW_TYPE_2_GREEN, 22 }, + { 217153, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 0 }, + { 219109, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 37 }, + { 219589, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 52 }, + { 220401, GO_FIREWORK_SHOW_TYPE_2_GREEN, 41 }, + { 220401, GO_FIREWORK_SHOW_TYPE_1_RED, 54 }, + { 222037, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 23 }, + { 222037, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 53 }, + { 222037, GO_FIREWORK_SHOW_TYPE_2_GREEN, 15 }, + { 222037, GO_FIREWORK_SHOW_TYPE_1_BLUE, 13 }, + { 223641, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 18 }, + { 223641, GO_FIREWORK_SHOW_TYPE_1_WHITE, 10 }, + { 224051, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 43 }, + { 224051, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 29 }, + { 225269, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 19 }, + { 225671, GO_FIREWORK_SHOW_TYPE_2_WHITE, 40 }, + { 226892, GO_FIREWORK_SHOW_TYPE_1_WHITE, 50 }, + { 226892, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 5 }, + { 226892, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 48 }, + { 228106, GO_FIREWORK_SHOW_TYPE_2_WHITE, 7 }, + { 228106, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 26 }, + { 228106, GO_FIREWORK_SHOW_TYPE_2_RED, 3 }, + { 228920, GO_FIREWORK_SHOW_TYPE_2_RED, 33 }, + { 230126, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 11 }, + { 230126, GO_FIREWORK_SHOW_TYPE_2_GREEN, 36 }, + { 230471, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 31 }, + { 233786, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 45 }, + { 233786, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 4 }, + { 235406, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 49 }, + { 236625, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 20 }, + { 238649, GO_FIREWORK_SHOW_TYPE_1_WHITE, 53 }, + { 239777, GO_FIREWORK_SHOW_TYPE_1_GREEN, 6 }, + { 239777, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 46 }, + { 240286, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 35 }, + { 241462, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 9 }, + { 242716, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 1 }, + { 244748, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 15 }, + { 245157, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 33 }, + { 246373, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 25 }, + { 246373, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 13 }, + { 246373, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 56 }, + { 246373, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 29 }, + { 247590, GO_FIREWORK_SHOW_TYPE_2_BLUE, 57 }, + { 247590, GO_FIREWORK_SHOW_TYPE_1_GREEN, 37 }, + { 247590, GO_FIREWORK_SHOW_TYPE_1_BLUE, 22 }, + { 247590, GO_FIREWORK_SHOW_TYPE_2_RED, 28 }, + { 249618, GO_FIREWORK_SHOW_TYPE_2_GREEN, 41 }, + { 250033, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 44 }, + { 251254, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 48 }, + { 251254, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 12 }, + { 252480, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 26 }, + { 252480, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 36 }, + { 253291, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 39 }, + { 253291, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 23 }, + { 253291, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 17 }, + { 254513, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 27 }, + { 254513, GO_FIREWORK_SHOW_TYPE_1_BLUE, 2 }, + { 254917, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 32 }, + { 256139, GO_FIREWORK_SHOW_TYPE_1_GREEN, 52 }, + { 256139, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 35 }, + { 256139, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 10 }, + { 257356, GO_FIREWORK_SHOW_TYPE_2_WHITE, 50 }, + { 257356, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 30 }, + { 257356, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 53 }, + { 259382, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 51 }, + { 259382, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 47 }, + { 259382, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 38 }, + { 261004, GO_FIREWORK_SHOW_TYPE_1_RED, 11 }, + { 261004, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 24 }, + { 262223, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 14 }, + { 262223, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 49 }, + { 262223, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 8 }, + { 264260, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 31 }, + { 264260, GO_FIREWORK_SHOW_TYPE_1_RED, 45 }, + { 265891, GO_FIREWORK_SHOW_TYPE_1_RED, 5 }, + { 269141, GO_FIREWORK_SHOW_TYPE_2_BLUE, 1 }, + { 269141, GO_FIREWORK_SHOW_TYPE_1_WHITE, 7 }, + { 270755, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 25 }, + { 270755, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 20 }, + { 271987, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 13 }, + { 271987, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 21 }, + { 273994, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 22 }, + { 273994, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 33 }, + { 273994, GO_FIREWORK_SHOW_TYPE_2_BLUE, 6 }, + { 273994, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 34 }, + { 276849, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 43 }, + { 276849, GO_FIREWORK_SHOW_TYPE_1_BLUE, 39 }, + { 276849, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 51 }, + { 278861, GO_FIREWORK_SHOW_TYPE_1_WHITE, 9 }, + { 278861, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 48 }, + { 278861, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 57 }, + { 278861, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 14 }, + { 278861, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 4 }, + { 278861, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 44 }, + { 280473, GO_FIREWORK_SHOW_TYPE_2_RED, 3 }, + { 280473, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 18 }, + { 280473, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 27 }, + { 283737, GO_FIREWORK_SHOW_TYPE_2_WHITE, 53 }, + { 283737, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 47 }, + { 285372, GO_FIREWORK_SHOW_TYPE_1_WHITE, 29 }, + { 286592, GO_FIREWORK_SHOW_TYPE_1_WHITE, 58 }, + { 286592, GO_FIREWORK_SHOW_TYPE_2_BLUE, 36 }, + { 288623, GO_FIREWORK_SHOW_TYPE_2_BLUE, 59 }, + { 290239, GO_FIREWORK_SHOW_TYPE_1_BLUE, 38 }, + { 290239, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 11 }, + { 291453, GO_FIREWORK_SHOW_TYPE_2_RED, 24 }, + { 291453, GO_FIREWORK_SHOW_TYPE_2_RED, 0 }, + { 291453, GO_FIREWORK_SHOW_TYPE_1_GREEN, 8 }, + { 293488, GO_FIREWORK_SHOW_TYPE_1_RED, 46 }, + { 293488, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 5 }, + { 296329, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 34 }, + { 296329, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 2 }, + { 297107, GO_FIREWORK_SHOW_TYPE_2_WHITE, 51 }, + { 298366, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 42 }, + { 298366, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 48 }, + { 298366, GO_FIREWORK_SHOW_TYPE_1_GREEN, 26 }, + { 298366, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 50 }, + { 299999, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 40 }, + { 299999, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 23 }, + { 299999, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 33 }, + { 301228, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 37 }, + { 301228, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 57 }, + { 303241, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 45 }, + { 303241, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 16 }, + { 304873, GO_FIREWORK_SHOW_TYPE_1_GREEN, 22 }, + { 304873, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 47 }, + { 304873, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 56 }, + { 304873, GO_FIREWORK_SHOW_TYPE_1_RED, 54 }, + { 306089, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 1 }, + { 306089, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 41 }, + { 306089, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 28 }, + { 308115, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 44 }, + { 308115, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 20 }, + { 309742, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 6 }, + { 309742, GO_FIREWORK_SHOW_TYPE_1_WHITE, 4 }, + { 310967, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 32 }, + { 310967, GO_FIREWORK_SHOW_TYPE_2_WHITE, 53 }, + { 310967, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 36 }, + { 313402, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 58 }, + { 313402, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 18 }, + { 313402, GO_FIREWORK_SHOW_TYPE_2_GREEN, 49 }, + { 314612, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 38 }, + { 314612, GO_FIREWORK_SHOW_TYPE_2_WHITE, 12 }, + { 315830, GO_FIREWORK_SHOW_TYPE_2_RED, 5 }, + { 319466, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 3 }, + { 320726, GO_FIREWORK_SHOW_TYPE_1_BLUE, 39 }, + { 320726, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 50 }, + { 320726, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 35 }, + { 321514, GO_FIREWORK_SHOW_TYPE_2_RED, 0 }, + { 321514, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 34 }, + { 322753, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 48 }, + { 322753, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 46 }, + { 322753, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 27 }, + { 323142, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 42 }, + { 324368, GO_FIREWORK_SHOW_TYPE_2_RED, 11 }, + { 324368, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 21 }, + { 325587, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 52 }, + { 325587, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 10 }, + { 326393, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 24 }, + { 327624, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 4 }, + { 327624, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 45 }, + { 327624, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 13 }, + { 327624, GO_FIREWORK_SHOW_TYPE_2_BLUE, 16 }, + { 329240, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 55 }, + { 329240, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 14 }, + { 330473, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 47 }, + { 331283, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 43 }, + { 332496, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 19 }, + { 333716, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 1 }, + { 334121, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 23 }, + { 334121, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 5 }, + { 334121, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 27 }, + { 334121, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 20 }, + { 334121, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 32 }, + { 334121, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 57 }, + { 335350, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 28 }, + { 336112, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 26 }, + { 337377, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 17 }, + { 338999, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 38 }, + { 338999, GO_FIREWORK_SHOW_TYPE_1_BLUE, 39 }, + { 338999, GO_FIREWORK_SHOW_TYPE_2_BLUE, 36 }, + { 340217, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 49 }, + { 340948, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 9 }, + { 341422, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 15 }, + { 342247, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 42 }, + { 342247, GO_FIREWORK_SHOW_TYPE_2_RED, 46 }, + { 342551, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 33 }, + { 343876, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 53 }, + { 343876, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 16 }, + { 345034, GO_FIREWORK_SHOW_TYPE_1_GREEN, 52 }, + { 345034, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 31 }, + { 345034, GO_FIREWORK_SHOW_TYPE_2_GREEN, 13 }, + { 345034, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 12 }, + { 345034, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 22 }, + { 345034, GO_FIREWORK_SHOW_TYPE_1_RED, 0 }, + { 347133, GO_FIREWORK_SHOW_TYPE_2_RED, 56 }, + { 347133, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 7 }, + { 348757, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 35 }, + { 349976, GO_FIREWORK_SHOW_TYPE_2_WHITE, 10 }, + { 352022, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 51 }, + { 352022, GO_FIREWORK_SHOW_TYPE_2_WHITE, 4 }, + { 352022, GO_FIREWORK_SHOW_TYPE_2_WHITE, 17 }, + { 352022, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 34 }, + { 352022, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 38 }, + { 353648, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 11 }, + { 353648, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 2 }, + { 354865, GO_FIREWORK_SHOW_TYPE_1_RED, 28 }, + { 359727, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 25 }, + { 359727, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 55 }, + { 359727, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 57 }, + { 361775, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 43 }, + { 361775, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 8 }, + { 363388, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 19 }, + { 363388, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 20 }, + { 364602, GO_FIREWORK_SHOW_TYPE_2_WHITE, 29 }, + { 364602, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 14 }, + { 364602, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 45 }, + { 366635, GO_FIREWORK_SHOW_TYPE_2_GREEN, 26 }, + { 366635, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 33 }, + { 367048, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 4 }, + { 367048, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 41 }, + { 368267, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 34 }, + { 368267, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 18 }, + { 369485, GO_FIREWORK_SHOW_TYPE_2_BLUE, 59 }, + { 369485, GO_FIREWORK_SHOW_TYPE_1_BLUE, 37 }, + { 369485, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 9 }, + { 371514, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 0 }, + { 371514, GO_FIREWORK_SHOW_TYPE_2_WHITE, 47 }, + { 371514, GO_FIREWORK_SHOW_TYPE_2_WHITE, 27 }, + { 371514, GO_FIREWORK_SHOW_TYPE_2_WHITE, 40 }, + { 371514, GO_FIREWORK_SHOW_TYPE_1_RED, 31 }, + { 373145, GO_FIREWORK_SHOW_TYPE_1_RED, 44 }, + { 375098, GO_FIREWORK_SHOW_TYPE_1_RED, 56 }, + { 376379, GO_FIREWORK_SHOW_TYPE_2_BLUE, 15 }, + { 376379, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 3 }, + { 376379, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 20 }, + { 377968, GO_FIREWORK_SHOW_TYPE_1_RED, 5 }, + { 377968, GO_FIREWORK_SHOW_TYPE_1_BLUE, 39 }, + { 379218, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 23 }, + { 381322, GO_FIREWORK_SHOW_TYPE_2_BLUE, 22 }, + { 382472, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 7 }, + { 382876, GO_FIREWORK_SHOW_TYPE_2_RED, 45 }, + { 382876, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 51 }, + { 382876, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 12 }, + { 382876, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 21 }, + { 382876, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 28 }, + { 384104, GO_FIREWORK_SHOW_TYPE_1_BLUE, 36 }, + { 384104, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 50 }, + { 384104, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 6 }, + { 384104, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 38 }, + { 384104, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 17 }, + { 384104, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 10 }, + { 384104, GO_FIREWORK_SHOW_TYPE_2_WHITE, 47 }, + { 386137, GO_FIREWORK_SHOW_TYPE_1_RED, 18 }, + { 387766, GO_FIREWORK_SHOW_TYPE_2_WHITE, 34 }, + { 387766, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 52 }, + { 387766, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 48 }, + { 387766, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 42 }, + { 387766, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 11 }, + { 391010, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 55 }, + { 391010, GO_FIREWORK_SHOW_TYPE_2_BLUE, 57 }, + { 391010, GO_FIREWORK_SHOW_TYPE_1_GREEN, 13 }, + { 392631, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 58 }, + { 392631, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 29 }, + { 393840, GO_FIREWORK_SHOW_TYPE_1_GREEN, 1 }, + { 393840, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 24 }, + { 393840, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 2 }, + { 395876, GO_FIREWORK_SHOW_TYPE_2_RED, 35 }, + { 395876, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 9 }, + { 395876, GO_FIREWORK_SHOW_TYPE_1_BLUE, 8 }, + { 395876, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 53 }, + { 400758, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 33 }, + { 403592, GO_FIREWORK_SHOW_TYPE_1_GREEN, 39 }, + { 403592, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 49 }, + { 403592, GO_FIREWORK_SHOW_TYPE_2_RED, 28 }, + { 403592, GO_FIREWORK_SHOW_TYPE_1_WHITE, 12 }, + { 404813, GO_FIREWORK_SHOW_TYPE_2_GREEN, 30 }, + { 405624, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 37 }, + { 405624, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 17 }, + { 406840, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 46 }, + { 407253, GO_FIREWORK_SHOW_TYPE_1_RED, 25 }, + { 407253, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 13 }, + { 408470, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 36 }, + { 408470, GO_FIREWORK_SHOW_TYPE_1_GREEN, 6 }, + { 408470, GO_FIREWORK_SHOW_TYPE_2_RED, 42 }, + { 408470, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 52 }, + { 408470, GO_FIREWORK_SHOW_TYPE_1_RED, 11 }, + { 408470, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 48 }, + { 408470, GO_FIREWORK_SHOW_TYPE_2_BLUE, 41 }, + { 409278, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 45 }, + { 410496, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 15 }, + { 410496, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 0 }, + { 412118, GO_FIREWORK_SHOW_TYPE_2_RED, 35 }, + { 412118, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 16 }, + { 412118, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 44 }, + { 413336, GO_FIREWORK_SHOW_TYPE_2_RED, 24 }, + { 413336, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 4 }, + { 413336, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 20 }, + { 415368, GO_FIREWORK_SHOW_TYPE_2_RED, 33 }, + { 415368, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 18 }, + { 415368, GO_FIREWORK_SHOW_TYPE_2_WHITE, 27 }, + { 416992, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 58 }, + { 416992, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 8 }, + { 416992, GO_FIREWORK_SHOW_TYPE_1_GREEN, 1 }, + { 416992, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 54 }, + { 416992, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 14 }, + { 418211, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 7 }, + { 418211, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 31 }, + { 420241, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 50 }, + { 420241, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 46 }, + { 420241, GO_FIREWORK_SHOW_TYPE_2_WHITE, 29 }, + { 421872, GO_FIREWORK_SHOW_TYPE_1_WHITE, 40 }, + { 421872, GO_FIREWORK_SHOW_TYPE_2_BLUE, 2 }, + { 423086, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 19 }, + { 426731, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 23 }, + { 426731, GO_FIREWORK_SHOW_TYPE_1_WHITE, 43 }, + { 426731, GO_FIREWORK_SHOW_TYPE_1_BLUE, 37 }, + { 426731, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 53 }, + { 427952, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 34 }, + { 427952, GO_FIREWORK_SHOW_TYPE_1_WHITE, 9 }, + { 427952, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 20 }, + { 427952, GO_FIREWORK_SHOW_TYPE_1_GREEN, 57 }, + { 427952, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 30 }, + { 429977, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 47 }, + { 430387, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 27 }, + { 430387, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 4 }, + { 431591, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 51 }, + { 431591, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 44 }, + { 432816, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 59 }, + { 432816, GO_FIREWORK_SHOW_TYPE_1_GREEN, 26 }, + { 436468, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 10 }, + { 436468, GO_FIREWORK_SHOW_TYPE_2_GREEN, 15 }, + { 437690, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 52 }, + { 437690, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 29 }, + { 439723, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 9 }, + { 439723, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 19 }, + { 439723, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 13 }, + { 441346, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 14 }, + { 442575, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 41 }, + { 443380, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 23 }, + { 444597, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 11 }, + { 444597, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 45 }, + { 444597, GO_FIREWORK_SHOW_TYPE_2_GREEN, 57 }, + { 446239, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 2 }, + { 446239, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 28 }, + { 447451, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 32 }, + { 447451, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 53 }, + { 447451, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 22 }, + { 447451, GO_FIREWORK_SHOW_TYPE_1_BLUE, 39 }, + { 447451, GO_FIREWORK_SHOW_TYPE_1_RED, 33 }, + { 447451, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 40 }, + { 449470, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 34 }, + { 451093, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 42 }, + { 452315, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 44 }, + { 453099, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 27 }, + { 455959, GO_FIREWORK_SHOW_TYPE_2_RED, 5 }, + { 457177, GO_FIREWORK_SHOW_TYPE_1_GREEN, 16 }, + { 457177, GO_FIREWORK_SHOW_TYPE_1_BLUE, 6 }, + { 457996, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 54 }, + { 457996, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 9 }, + { 459614, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 14 }, + { 459614, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 17 }, + { 462050, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 24 }, + { 462050, GO_FIREWORK_SHOW_TYPE_2_BLUE, 52 }, + { 462050, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 30 }, + { 462050, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 26 }, + { 462859, GO_FIREWORK_SHOW_TYPE_2_WHITE, 21 }, + { 464066, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 51 }, + { 464066, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 11 }, + { 464066, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 46 }, + { 465681, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 20 }, + { 465681, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 22 }, + { 465681, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 33 }, + { 465681, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 19 }, + { 466902, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 7 }, + { 467716, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 38 }, + { 469344, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 29 }, + { 470564, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 34 }, + { 471789, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 59 }, + { 471789, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 10 }, + { 471789, GO_FIREWORK_SHOW_TYPE_2_GREEN, 2 }, + { 471789, GO_FIREWORK_SHOW_TYPE_1_GREEN, 13 }, + { 472633, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 57 }, + { 473827, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 53 }, + { 473827, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 48 }, + { 475444, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 50 }, + { 475444, GO_FIREWORK_SHOW_TYPE_2_BLUE, 55 }, + { 477381, GO_FIREWORK_SHOW_TYPE_1_WHITE, 58 }, + { 477874, GO_FIREWORK_SHOW_TYPE_2_BLUE, 30 }, + { 479095, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 43 }, + { 479095, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 25 }, + { 480322, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 54 }, + { 480322, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 18 }, + { 481526, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 46 }, + { 481526, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 49 }, + { 482736, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 31 }, + { 483552, GO_FIREWORK_SHOW_TYPE_1_RED, 5 }, + { 483552, GO_FIREWORK_SHOW_TYPE_1_WHITE, 17 }, + { 484763, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 52 }, + { 485581, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 39 }, + { 486383, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 56 }, + { 487197, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 20 }, + { 488414, GO_FIREWORK_SHOW_TYPE_1_RED, 32 }, + { 488414, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 57 }, + { 488839, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 45 }, + { 489636, GO_FIREWORK_SHOW_TYPE_1_GREEN, 1 }, + { 489636, GO_FIREWORK_SHOW_TYPE_1_BLUE, 16 }, + { 489636, GO_FIREWORK_SHOW_TYPE_1_RED, 33 }, + { 490039, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 21 }, + { 491250, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 12 }, + { 491250, GO_FIREWORK_SHOW_TYPE_1_GREEN, 59 }, + { 492068, GO_FIREWORK_SHOW_TYPE_1_BLUE, 22 }, + { 492068, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 34 }, + { 493285, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 47 }, + { 493285, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 0 }, + { 493696, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 29 }, + { 494912, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 35 }, + { 494912, GO_FIREWORK_SHOW_TYPE_1_WHITE, 10 }, + { 494912, GO_FIREWORK_SHOW_TYPE_1_GREEN, 30 }, + { 496133, GO_FIREWORK_SHOW_TYPE_1_RED, 14 }, + { 496941, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 37 }, + { 497757, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 6 }, + { 497757, GO_FIREWORK_SHOW_TYPE_1_WHITE, 50 }, + { 497757, GO_FIREWORK_SHOW_TYPE_1_GREEN, 36 }, + { 499768, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 8 }, + { 499768, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 55 }, + { 499768, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 5 }, + { 499768, GO_FIREWORK_SHOW_TYPE_2_WHITE, 27 }, + { 499768, GO_FIREWORK_SHOW_TYPE_2_RED, 19 }, + { 500981, GO_FIREWORK_SHOW_TYPE_2_RED, 42 }, + { 500981, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 13 }, + { 503006, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 51 }, + { 503006, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 44 }, + { 504219, GO_FIREWORK_SHOW_TYPE_2_BLUE, 15 }, + { 505593, GO_FIREWORK_SHOW_TYPE_1_RED, 11 }, + { 506262, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 33 }, + { 508285, GO_FIREWORK_SHOW_TYPE_1_RED, 54 }, + { 509506, GO_FIREWORK_SHOW_TYPE_1_BLUE, 2 }, + { 510637, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 43 }, + { 510637, GO_FIREWORK_SHOW_TYPE_2_BLUE, 26 }, + { 510637, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 24 }, + { 511526, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 18 }, + { 511526, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 12 }, + { 511935, GO_FIREWORK_SHOW_TYPE_2_GREEN, 49 }, + { 512766, GO_FIREWORK_SHOW_TYPE_1_GREEN, 16 }, + { 512766, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 55 }, + { 512766, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 52 }, + { 514376, GO_FIREWORK_SHOW_TYPE_1_WHITE, 58 }, + { 514376, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 47 }, + { 516399, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 28 }, + { 516399, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 31 }, + { 516399, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 4 }, + { 517621, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 1 }, + { 517621, GO_FIREWORK_SHOW_TYPE_2_WHITE, 27 }, + { 519236, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 33 }, + { 519236, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 20 }, + { 520467, GO_FIREWORK_SHOW_TYPE_2_RED, 56 }, + { 522486, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 17 }, + { 522486, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 10 }, + { 522899, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 19 }, + { 524107, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 15 }, + { 524107, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 30 }, + { 524107, GO_FIREWORK_SHOW_TYPE_2_BLUE, 36 }, + { 524107, GO_FIREWORK_SHOW_TYPE_2_WHITE, 21 }, + { 524107, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 48 }, + { 525326, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 59 }, + { 525326, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 0 }, + { 527366, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 16 }, + { 527366, GO_FIREWORK_SHOW_TYPE_2_RED, 32 }, + { 528989, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 2 }, + { 528989, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 53 }, + { 530222, GO_FIREWORK_SHOW_TYPE_2_WHITE, 34 }, + { 532255, GO_FIREWORK_SHOW_TYPE_1_RED, 56 }, + { 533875, GO_FIREWORK_SHOW_TYPE_1_WHITE, 9 }, + { 537106, GO_FIREWORK_SHOW_TYPE_2_RED, 54 }, + { 537106, GO_FIREWORK_SHOW_TYPE_1_RED, 35 }, + { 537106, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 41 }, + { 538285, GO_FIREWORK_SHOW_TYPE_1_GREEN, 6 }, + { 538762, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 29 }, + { 538762, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 12 }, + { 538762, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 42 }, + { 539966, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 47 }, + { 539966, GO_FIREWORK_SHOW_TYPE_2_BLUE, 37 }, + { 539966, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 7 }, + { 540790, GO_FIREWORK_SHOW_TYPE_1_WHITE, 4 }, + { 542003, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 11 }, + { 542003, GO_FIREWORK_SHOW_TYPE_1_BLUE, 36 }, + { 544843, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 39 }, + { 546879, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 59 }, + { 546879, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 43 }, + { 546879, GO_FIREWORK_SHOW_TYPE_1_WHITE, 58 }, + { 546879, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 24 }, + { 546879, GO_FIREWORK_SHOW_TYPE_2_RED, 5 }, + { 548499, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 14 }, + { 548499, GO_FIREWORK_SHOW_TYPE_2_WHITE, 17 }, + { 548499, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 21 }, + { 550444, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 19 }, + { 550444, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 30 }, + { 550444, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 44 }, + { 551749, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 3 }, + { 553377, GO_FIREWORK_SHOW_TYPE_2_WHITE, 48 }, + { 553377, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 26 }, + { 554908, GO_FIREWORK_SHOW_TYPE_1_WHITE, 12 }, + { 554908, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 56 }, + { 554908, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 33 }, + { 554908, GO_FIREWORK_SHOW_TYPE_2_WHITE, 51 }, + { 557039, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 20 }, + { 558239, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 31 }, + { 558239, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 28 }, + { 558239, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 10 }, + { 558239, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 29 }, + { 560286, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 32 }, + { 561500, GO_FIREWORK_SHOW_TYPE_2_BLUE, 59 }, + { 561500, GO_FIREWORK_SHOW_TYPE_1_GREEN, 2 }, + { 561500, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 42 }, + { 561500, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 55 }, + { 563125, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 40 }, + { 563125, GO_FIREWORK_SHOW_TYPE_2_WHITE, 27 }, + { 563125, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 52 }, + { 564343, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 21 }, + { 564343, GO_FIREWORK_SHOW_TYPE_1_GREEN, 49 }, + { 564343, GO_FIREWORK_SHOW_TYPE_2_RED, 45 }, + { 565568, GO_FIREWORK_SHOW_TYPE_1_BLUE, 1 }, + { 566376, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 13 }, + { 566376, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 36 }, + { 566376, GO_FIREWORK_SHOW_TYPE_2_GREEN, 41 }, + { 566376, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 48 }, + { 566376, GO_FIREWORK_SHOW_TYPE_1_BLUE, 8 }, + { 566376, GO_FIREWORK_SHOW_TYPE_2_RED, 11 }, + { 567501, GO_FIREWORK_SHOW_TYPE_2_BLUE, 37 }, + { 567641, GO_FIREWORK_SHOW_TYPE_2_WHITE, 53 }, + { 567641, GO_FIREWORK_SHOW_TYPE_2_GREEN, 16 }, + { 569215, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 51 }, + { 571243, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 7 }, + { 571243, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 0 }, + { 572868, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 25 }, + { 572868, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 5 }, + { 574074, GO_FIREWORK_SHOW_TYPE_1_RED, 24 }, + { 575287, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 6 }, + { 576103, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 35 }, + { 576103, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 44 }, + { 577313, GO_FIREWORK_SHOW_TYPE_2_GREEN, 30 }, + { 578952, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 14 }, + { 578952, GO_FIREWORK_SHOW_TYPE_1_WHITE, 29 }, + { 580179, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 34 }, + { 580179, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 28 }, + { 580579, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 54 }, + { 582110, GO_FIREWORK_SHOW_TYPE_2_BLUE, 13 }, + { 582110, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 3 }, + { 582110, GO_FIREWORK_SHOW_TYPE_1_RED, 31 }, + { 582609, GO_FIREWORK_SHOW_TYPE_2_GREEN, 39 }, + { 585453, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 33 }, + { 585453, GO_FIREWORK_SHOW_TYPE_2_BLUE, 59 }, + { 585453, GO_FIREWORK_SHOW_TYPE_1_WHITE, 27 }, + { 587053, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 12 }, + { 588266, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 51 }, + { 588266, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 19 }, + { 589071, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 41 }, + { 590684, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 23 }, + { 590684, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 50 }, + { 591901, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 32 }, + { 593120, GO_FIREWORK_SHOW_TYPE_2_BLUE, 8 }, + { 593120, GO_FIREWORK_SHOW_TYPE_2_GREEN, 49 }, + { 593929, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 45 }, + { 595146, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 2 }, + { 595551, GO_FIREWORK_SHOW_TYPE_1_RED, 0 }, + { 595551, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 44 }, + { 598723, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 40 }, + { 598723, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 58 }, + { 600028, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 10 }, + { 600028, GO_FIREWORK_SHOW_TYPE_1_WHITE, 43 }, + { 600427, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 9 }, + { 601642, GO_FIREWORK_SHOW_TYPE_2_WHITE, 53 }, + { 601642, GO_FIREWORK_SHOW_TYPE_2_RED, 25 }, + { 602852, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 35 }, + { 603605, GO_FIREWORK_SHOW_TYPE_1_WHITE, 21 }, + { 606531, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 41 }, + { 606531, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 28 }, + { 606531, GO_FIREWORK_SHOW_TYPE_2_BLUE, 36 }, + { 607746, GO_FIREWORK_SHOW_TYPE_2_BLUE, 52 }, + { 607746, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 34 }, + { 608558, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 29 }, + { 610175, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 17 }, + { 610175, GO_FIREWORK_SHOW_TYPE_2_GREEN, 30 }, + { 611403, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 19 }, + { 611403, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 11 }, + { 611403, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 56 }, + { 611403, GO_FIREWORK_SHOW_TYPE_2_RED, 14 }, + { 613411, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 51 }, + { 613411, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 18 }, + { 615027, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 22 }, + { 616157, GO_FIREWORK_SHOW_TYPE_1_BLUE, 6 }, + { 616629, GO_FIREWORK_SHOW_TYPE_1_BLUE, 39 }, + { 616629, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 48 }, + { 616629, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 59 }, + { 618262, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 44 }, + { 618262, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 5 }, + { 619891, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 57 }, + { 619891, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 0 }, + { 621105, GO_FIREWORK_SHOW_TYPE_1_BLUE, 1 }, + { 621105, GO_FIREWORK_SHOW_TYPE_1_BLUE, 38 }, + { 621105, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 54 }, + { 622313, GO_FIREWORK_SHOW_TYPE_2_BLUE, 55 }, + { 623047, GO_FIREWORK_SHOW_TYPE_2_GREEN, 26 }, + { 623047, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 10 }, + { 624729, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 50 }, + { 627975, GO_FIREWORK_SHOW_TYPE_2_WHITE, 43 }, + { 629591, GO_FIREWORK_SHOW_TYPE_1_RED, 18 }, + { 629591, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 21 }, + { 629591, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 47 }, + { 629591, GO_FIREWORK_SHOW_TYPE_2_BLUE, 16 }, + { 629591, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 19 }, + { 629591, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 49 }, + { 629591, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 30 }, + { 629591, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 8 }, + { 629591, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 40 }, + { 630809, GO_FIREWORK_SHOW_TYPE_1_WHITE, 58 }, + { 630809, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 46 }, + { 630809, GO_FIREWORK_SHOW_TYPE_2_RED, 31 }, + { 630809, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 25 }, + { 632827, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 4 }, + { 635673, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 48 }, + { 635673, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 34 }, + { 636872, GO_FIREWORK_SHOW_TYPE_2_BLUE, 13 }, + { 637468, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 9 }, + { 639306, GO_FIREWORK_SHOW_TYPE_2_WHITE, 23 }, + { 640525, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 56 }, + { 640525, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 20 }, + { 641742, GO_FIREWORK_SHOW_TYPE_2_BLUE, 37 }, + { 642563, GO_FIREWORK_SHOW_TYPE_1_GREEN, 41 }, + { 642563, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 45 }, + { 642563, GO_FIREWORK_SHOW_TYPE_1_RED, 24 }, + { 643753, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 3 }, + { 644166, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 42 }, + { 644166, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 54 }, + { 644166, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 14 }, + { 644166, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 10 }, + { 645374, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 35 }, + { 645374, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 19 }, + { 646585, GO_FIREWORK_SHOW_TYPE_2_BLUE, 36 }, + { 647393, GO_FIREWORK_SHOW_TYPE_2_WHITE, 50 }, + { 647393, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 6 }, + { 648621, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 28 }, + { 649023, GO_FIREWORK_SHOW_TYPE_2_WHITE, 53 }, + { 649023, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 29 }, + { 650244, GO_FIREWORK_SHOW_TYPE_2_GREEN, 30 }, + { 650244, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 8 }, + { 650244, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 16 }, + { 650244, GO_FIREWORK_SHOW_TYPE_2_GREEN, 59 }, + { 650244, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 32 }, + { 651456, GO_FIREWORK_SHOW_TYPE_1_GREEN, 15 }, + { 652273, GO_FIREWORK_SHOW_TYPE_1_GREEN, 52 }, + { 653488, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 1 }, + { 653488, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 17 }, + { 653898, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 11 }, + { 653898, GO_FIREWORK_SHOW_TYPE_1_GREEN, 38 }, + { 653898, GO_FIREWORK_SHOW_TYPE_2_BLUE, 2 }, + { 655109, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 31 }, + { 655109, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 57 }, + { 655109, GO_FIREWORK_SHOW_TYPE_1_WHITE, 23 }, + { 655109, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 18 }, + { 656322, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 55 }, + { 657128, GO_FIREWORK_SHOW_TYPE_1_RED, 42 }, + { 658351, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 25 }, + { 658775, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 51 }, + { 658775, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 47 }, + { 658775, GO_FIREWORK_SHOW_TYPE_1_WHITE, 21 }, + { 658775, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 46 }, + { 659991, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 49 }, + { 659991, GO_FIREWORK_SHOW_TYPE_1_RED, 19 }, + { 659991, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 58 }, + { 661206, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 43 }, + { 663231, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 22 }, + { 663651, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 0 }, + { 664682, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 35 }, + { 665265, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 17 }, + { 666080, GO_FIREWORK_SHOW_TYPE_1_WHITE, 60 }, + { 666080, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 7 }, + { 666080, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 4 }, + { 668106, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 37 }, + { 668106, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 56 }, + { 668106, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 20 }, + { 668106, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 27 }, + { 668106, GO_FIREWORK_SHOW_TYPE_2_RED, 44 }, + { 668511, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 34 }, + { 668511, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 61 }, + { 668511, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 53 }, + { 668511, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 58 }, + { 668511, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 28 }, + { 668511, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 3 }, + { 668511, GO_FIREWORK_SHOW_TYPE_1_GREEN, 41 }, + { 668511, GO_FIREWORK_SHOW_TYPE_2_GREEN, 38 }, + { 668511, GO_FIREWORK_SHOW_TYPE_2_WHITE, 29 }, + { 668511, GO_FIREWORK_SHOW_TYPE_2_WHITE, 12 }, + { 668511, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 2 }, + { 668511, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 46 }, + { 668511, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 51 }, + { 668511, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 15 }, + { 668511, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 21 }, + { 668511, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 55 }, + { 668511, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 5 }, + { 668511, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 26 }, + { 669725, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 24 }, + { 669725, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 11 }, + { 670428, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 62 }, + { 670428, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 47 }, + { 670428, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 10 }, + { 670428, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 8 }, + { 670428, GO_FIREWORK_SHOW_TYPE_2_BLUE, 63 }, + { 670428, GO_FIREWORK_SHOW_TYPE_2_BLUE, 49 }, + { 670428, GO_FIREWORK_SHOW_TYPE_2_BLUE, 16 }, + { 670428, GO_FIREWORK_SHOW_TYPE_1_GREEN, 6 }, + { 670428, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 35 }, + { 670428, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 19 }, + { 670428, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 25 }, + { 670428, GO_FIREWORK_SHOW_TYPE_2_GREEN, 59 }, + { 670428, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 0 }, + { 670428, GO_FIREWORK_SHOW_TYPE_2_GREEN, 64 }, + { 670428, GO_FIREWORK_SHOW_TYPE_2_WHITE, 17 }, + { 670428, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 18 }, + { 670428, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 33 }, + { 670428, GO_FIREWORK_SHOW_TYPE_2_RED, 65 }, + { 670428, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 9 }, + { 670428, GO_FIREWORK_SHOW_TYPE_1_BLUE, 57 }, + { 670428, GO_FIREWORK_SHOW_TYPE_2_RED, 54 }, + { 670428, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 31 }, + { 670428, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 14 }, + { 670428, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 23 }, + { 670428, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 36 }, + { 670428, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 1 }, + { 670428, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 22 }, + { 670428, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 52 }, + { 670428, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 66 }, + { 670428, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 42 }, + { 670428, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 48 }, + { 670428, GO_FIREWORK_SHOW_TYPE_1_WHITE, 43 }, + { 671782, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 45 }, + { 673386, GO_FIREWORK_SHOW_TYPE_2_WHITE, 40 }, + { 674607, GO_FIREWORK_SHOW_TYPE_2_WHITE, 50 }, + { 675827, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 30 }, + { 677866, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 39 }, + { 677866, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 13 }, + { 679186, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 32 }, +}; + +FireworkShow const fireworkShowShattrath = +{ + .schedule = + { + .entries = fireworkShowScheduleShattrath, + .size = sizeof(fireworkShowScheduleShattrath) / sizeof(fireworkShowScheduleShattrath[0]) + }, + .spawns = + { + .entries = fireworkShowGameobjectShattrath, + .size = sizeof(fireworkShowGameobjectShattrath) / sizeof(fireworkShowGameobjectShattrath[0]) + }, + .revelerId = + { + NPC_SCRYER_REVELER, + NPC_ALDOR_REVELER + } +}; + +#endif diff --git a/src/server/scripts/Events/firework_show/firework_show_Silvermoon.h b/src/server/scripts/Events/firework_show/firework_show_Silvermoon.h new file mode 100644 index 000000000..eef11acd8 --- /dev/null +++ b/src/server/scripts/Events/firework_show/firework_show_Silvermoon.h @@ -0,0 +1,1433 @@ +/* + * This file is part of the AzerothCore Project. See AUTHORS file for Copyright information + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU Affero General Public License as published by the + * Free Software Foundation; either version 3 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see . + */ + +#ifndef DEF_FIREWORK_SHOW_SILVERMOON_H +#define DEF_FIREWORK_SHOW_SILVERMOON_H + +#include "firework_show.h" + +// VerifiedBuild 50250 - Midsummer Fireworks Spectacular event +FireworkShowGameobject const fireworkShowGameobjectSilvermoon[] = +{ + { 9411.597f, -7266.4204f, 102.0371f, 3.2637722f, 0.0f, 0.0f, -0.9981346f, 0.061051756f }, /* 0 */ + { 9399.398f, -7323.894f, 106.23338f, 2.6179893f, 0.0f, 0.0f, 0.9659252f, 0.2588213f }, /* 1 */ + { 9402.48f, -7333.2017f, 107.0458f, 2.4609127f, 0.0f, 0.0f, 0.94264126f, 0.33380756f }, /* 2 */ + { 9399.23f, -7310.8926f, 80.780266f, 2.879789f, 0.0f, 0.0f, 0.9914446f, 0.13052827f }, /* 3 */ + { 9464.217f, -7350.079f, 131.76024f, 0.5759573f, 0.0f, 0.0f, 0.2840147f, 0.9588199f }, /* 4 */ + { 9408.553f, -7254.359f, 103.79341f, 3.4557557f, 0.0f, 0.0f, -0.98768806f, 0.15643623f }, /* 5 */ + { 9473.886f, -7256.8867f, 108.98985f, 5.8294005f, 0.0f, 0.0f, -0.22495079f, 0.9743701f }, /* 6 */ + { 9474.942f, -7260.8457f, 125.85116f, 5.969027f, 0.0f, 0.0f, -0.15643406f, 0.98768836f }, /* 7 */ + { 9404.366f, -7275.1904f, 144.47037f, 3.0717661f, 0.0f, 0.0f, 0.9993906f, 0.034906134f }, /* 8 */ + { 9410.978f, -7300.815f, 109.29227f, 2.5830808f, 0.0f, 0.0f, 0.9612608f, 0.2756405f }, /* 9 */ + { 9482.511f, -7119.089f, 95.79392f, 6.021387f, 0.0f, 0.0f, -0.13052559f, 0.99144495f }, /* 10 */ + { 9430.171f, -7231.7056f, 114.68742f, 3.42085f, 0.0f, 0.0f, -0.99026775f, 0.13917536f }, /* 11 */ + { 9395.489f, -7278.119f, 77.25965f, 3.1066523f, 0.0f, 0.0f, 0.9998474f, 0.017469281f }, /* 12 */ + { 9411.504f, -7288.2017f, 112.26644f, 2.8448827f, 0.0f, 0.0f, 0.9890156f, 0.14781137f }, /* 13 */ + { 9412.064f, -7278.4927f, 116.04593f, 3.1066523f, 0.0f, 0.0f, 0.9998474f, 0.017469281f }, /* 14 */ + { 9431.971f, -7222.5015f, 95.89851f, 3.4557557f, 0.0f, 0.0f, -0.98768806f, 0.15643623f }, /* 15 */ + { 9484.801f, -7131.789f, 81.00427f, 6.1610126f, 0.0f, 0.0f, -0.061048508f, 0.9981348f }, /* 16 */ + { 9491.937f, -7154.4775f, 97.61007f, 0.052358884f, 0.0f, 0.0f, 0.026176453f, 0.99965733f }, /* 17 */ + { 9404.987f, -7279.1733f, 133.35152f, 2.9495955f, 0.0f, 0.0f, 0.99539566f, 0.095851235f }, /* 18 */ + { 9487.643f, -7155.1665f, 124.43807f, 0.12217299f, 0.0f, 0.0f, 0.061048508f, 0.9981348f }, /* 19 */ + { 9404.565f, -7330.9062f, 90.92167f, 2.740162f, 0.0f, 0.0f, 0.9799242f, 0.19937038f }, /* 20 */ + { 9403.582f, -7255.257f, 107.51928f, 3.2986872f, 0.0f, 0.0f, -0.9969168f, 0.07846643f }, /* 21 */ + { 9411.466f, -7252.6855f, 113.98392f, 3.33359f, 0.0f, 0.0f, -0.99539566f, 0.095851235f }, /* 22 */ + { 9416.494f, -7325.862f, 113.11375f, 2.652894f, 0.0f, 0.0f, 0.97029495f, 0.241925f }, /* 23 */ + { 9470.827f, -7304.2446f, 135.31717f, 6.2657332f, 0.0f, 0.0f, -0.00872612f, 0.9999619f }, /* 24 */ + { 9406.013f, -7302.038f, 109.12913f, 2.740162f, 0.0f, 0.0f, 0.9799242f, 0.19937038f }, /* 25 */ + { 9412.869f, -7276.2173f, 100.73974f, 3.1765332f, 0.0f, 0.0f, -0.9998474f, 0.017469281f }, /* 26 */ + { 9466.583f, -7307.3257f, 107.83662f, 0.104719326f, 0.0f, 0.0f, 0.05233574f, 0.99862957f }, /* 27 */ + { 9426.45f, -7221.809f, 95.899f, 3.6128378f, 0.0f, 0.0f, -0.9723692f, 0.23344836f }, /* 28 */ + { 9403.106f, -7309.0537f, 103.70203f, 2.9844983f, 0.0f, 0.0f, 0.9969168f, 0.07846643f }, /* 29 */ + { 9481.0625f, -7136.337f, 101.36688f, 0.017452462f, 0.0f, 0.0f, 0.00872612f, 0.9999619f }, /* 30 */ + { 9472.38f, -7267.314f, 140.30562f, 5.93412f, 0.0f, 0.0f, -0.17364788f, 0.9848078f }, /* 31 */ + { 9411.794f, -7285.174f, 101.23573f, 3.0891833f, 0.0f, 0.0f, 0.9996567f, 0.026201647f }, /* 32 */ + { 9405.042f, -7301.033f, 124.49238f, 2.967041f, 0.0f, 0.0f, 0.9961939f, 0.08716504f }, /* 33 */ + { 9403.265f, -7283.608f, 108.6991f, 3.1066523f, 0.0f, 0.0f, 0.9998474f, 0.017469281f }, /* 34 */ + { 9407.579f, -7277.173f, 145.9511f, 3.1590624f, 0.0f, 0.0f, -0.99996185f, 0.008734641f }, /* 35 */ + { 9472.98f, -7276.879f, 111.87194f, 6.056293f, 0.0f, 0.0f, -0.11320305f, 0.9935719f }, /* 36 */ + { 9399.838f, -7268.3696f, 72.05019f, 3.2114193f, 0.0f, 0.0f, -0.9993906f, 0.034906134f }, /* 37 */ + { 9456.133f, -7348.0244f, 104.9382f, 0.383971f, 0.0f, 0.0f, 0.1908083f, 0.9816273f }, /* 38 */ + { 9412.958f, -7276.9307f, 107.81713f, 3.1415927f, 0.0f, 0.0f, -1.0f, 0.0f }, /* 39 */ + { 9465.259f, -7310.388f, 113.23526f, 0.6283169f, 0.0f, 0.0f, 0.30901623f, 0.9510568f }, /* 40 */ + { 9465.2f, -7313.238f, 124.90273f, 0.22689247f, 0.0f, 0.0f, 0.11320305f, 0.9935719f }, /* 41 */ + { 9411.616f, -7322.223f, 79.953995f, 2.7227128f, 0.0f, 0.0f, 0.9781475f, 0.20791209f }, /* 42 */ + { 9480.151f, -7135.2544f, 120.9287f, 6.1959195f, 0.0f, 0.0f, -0.043619156f, 0.99904823f }, /* 43 */ + { 9398.232f, -7329.835f, 85.746056f, 2.7750685f, 0.0f, 0.0f, 0.98325443f, 0.18223801f }, /* 44 */ + { 9465.064f, -7316.58f, 144.71631f, 0.2967052f, 0.0f, 0.0f, 0.14780903f, 0.98901594f }, /* 45 */ + { 9393.978f, -7278.1685f, 71.72367f, 3.124123f, 0.0f, 0.0f, 0.99996185f, 0.008734641f }, /* 46 */ + { 9400.401f, -7268.281f, 114.68399f, 3.228859f, 0.0f, 0.0f, -0.99904823f, 0.04361926f }, /* 47 */ + { 9470.456f, -7300.8047f, 107.30139f, 0.087266f, 0.0f, 0.0f, 0.043619156f, 0.99904823f }, /* 48 */ + { 9478.615f, -7259.1426f, 109.0896f, 5.777041f, 0.0f, 0.0f, -0.25037956f, 0.96814775f }, /* 49 */ + { 9434.106f, -7236.9053f, 133.18169f, 3.368496f, 0.0f, 0.0f, -0.9935713f, 0.11320835f }, /* 50 */ + { 9409.207f, -7241.0938f, 85.7521f, 3.368496f, 0.0f, 0.0f, -0.9935713f, 0.11320835f }, /* 51 */ + { 9478.836f, -7127.272f, 95.90057f, 6.143561f, 0.0f, 0.0f, -0.069755554f, 0.99756414f }, /* 52 */ + { 9476.116f, -7270.055f, 105.02333f, 6.003934f, 0.0f, 0.0f, -0.13917255f, 0.9902682f }, /* 53 */ + { 9398.225f, -7284.489f, 81.34821f, 3.0194132f, 0.0f, 0.0f, 0.9981346f, 0.061051756f }, /* 54 */ + { 9485.356f, -7110.3726f, 104.19723f, 6.03884f, 0.0f, 0.0f, -0.12186909f, 0.9925462f }, /* 55 */ + { 9410.442f, -7283.999f, 113.04888f, 3.1066523f, 0.0f, 0.0f, 0.9998474f, 0.017469281f }, /* 56 */ + { 9472.535f, -7267.201f, 112.17079f, 6.03884f, 0.0f, 0.0f, -0.12186909f, 0.9925462f }, /* 57 */ + { 9410.102f, -7295.561f, 143.46808f, 3.0194132f, 0.0f, 0.0f, 0.9981346f, 0.061051756f }, /* 58 */ + { 9411.763f, -7266.338f, 107.3137f, 3.1066523f, 0.0f, 0.0f, 0.9998474f, 0.017469281f }, /* 59 */ + { 9407.703f, -7330.9297f, 97.46037f, 2.5656319f, 0.0f, 0.0f, 0.9588194f, 0.28401646f }, /* 60 */ + { 9487.966f, -7268.014f, 119.88787f, 5.8294005f, 0.0f, 0.0f, -0.22495079f, 0.9743701f }, /* 61 */ + { 9407.249f, -7253.171f, 115.69591f, 3.3161445f, 0.0f, 0.0f, -0.9961939f, 0.08716504f }, /* 62 */ + { 9480.074f, -7163.523f, 113.2669f, 0.13962449f, 0.0f, 0.0f, 0.069755554f, 0.99756414f }, /* 63 */ + { 9475.1045f, -7306.7275f, 116.25413f, 0.17453213f, 0.0f, 0.0f, 0.08715534f, 0.9961947f }, /* 64 */ + { 9464.988f, -7319.2954f, 101.16375f, 0.26179817f, 0.0f, 0.0f, 0.13052559f, 0.99144495f }, /* 65 */ + { 9369.768f, -7276.374f, 14.240263f, 6.0912004f, 0.0f, 0.0f, -0.09584522f, 0.99539626f }, /* 66 */ +}; + +// VerifiedBuild 50250 - Midsummer Fireworks Spectacular event +FireworkShowScheduleEntry const fireworkShowScheduleSilvermoon[] = +{ + { 0, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 0 }, + { 0, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 1 }, + { 0, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 2 }, + { 1447, GO_FIREWORK_SHOW_TYPE_1_GREEN, 3 }, + { 1447, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 4 }, + { 2498, GO_FIREWORK_SHOW_TYPE_2_RED, 5 }, + { 2498, GO_FIREWORK_SHOW_TYPE_1_WHITE, 6 }, + { 3896, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 7 }, + { 4870, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 8 }, + { 4870, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 9 }, + { 4870, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 10 }, + { 4870, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 11 }, + { 4870, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 12 }, + { 7124, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 13 }, + { 7124, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 14 }, + { 8339, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 15 }, + { 8339, GO_FIREWORK_SHOW_TYPE_2_WHITE, 16 }, + { 10757, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 17 }, + { 10757, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 18 }, + { 10757, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 19 }, + { 11970, GO_FIREWORK_SHOW_TYPE_2_BLUE, 20 }, + { 12994, GO_FIREWORK_SHOW_TYPE_1_BLUE, 21 }, + { 12994, GO_FIREWORK_SHOW_TYPE_1_WHITE, 22 }, + { 15203, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 23 }, + { 15203, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 24 }, + { 15203, GO_FIREWORK_SHOW_TYPE_1_WHITE, 25 }, + { 16399, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 26 }, + { 16399, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 27 }, + { 16399, GO_FIREWORK_SHOW_TYPE_2_RED, 28 }, + { 17617, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 29 }, + { 18827, GO_FIREWORK_SHOW_TYPE_1_GREEN, 30 }, + { 20041, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 31 }, + { 21251, GO_FIREWORK_SHOW_TYPE_2_BLUE, 32 }, + { 22326, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 33 }, + { 23677, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 34 }, + { 23677, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 35 }, + { 23677, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 36 }, + { 24862, GO_FIREWORK_SHOW_TYPE_2_BLUE, 37 }, + { 24862, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 11 }, + { 25948, GO_FIREWORK_SHOW_TYPE_2_BLUE, 38 }, + { 25948, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 39 }, + { 25948, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 40 }, + { 25948, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 41 }, + { 27190, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 12 }, + { 28360, GO_FIREWORK_SHOW_TYPE_1_WHITE, 14 }, + { 28360, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 42 }, + { 28360, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 43 }, + { 28360, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 44 }, + { 28360, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 45 }, + { 28360, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 4 }, + { 30882, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 46 }, + { 30882, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 8 }, + { 30882, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 47 }, + { 33148, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 48 }, + { 33148, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 49 }, + { 33148, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 6 }, + { 34122, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 27 }, + { 34122, GO_FIREWORK_SHOW_TYPE_1_GREEN, 26 }, + { 34122, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 2 }, + { 36184, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 50 }, + { 37363, GO_FIREWORK_SHOW_TYPE_1_BLUE, 15 }, + { 37363, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 51 }, + { 37363, GO_FIREWORK_SHOW_TYPE_2_BLUE, 52 }, + { 39826, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 53 }, + { 39826, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 22 }, + { 42208, GO_FIREWORK_SHOW_TYPE_2_WHITE, 23 }, + { 44662, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 20 }, + { 44662, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 30 }, + { 44662, GO_FIREWORK_SHOW_TYPE_1_WHITE, 16 }, + { 45847, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 54 }, + { 45847, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 17 }, + { 45847, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 38 }, + { 49510, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 55 }, + { 49510, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 48 }, + { 50725, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 56 }, + { 50725, GO_FIREWORK_SHOW_TYPE_2_BLUE, 32 }, + { 50725, GO_FIREWORK_SHOW_TYPE_2_WHITE, 18 }, + { 50725, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 46 }, + { 50725, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 41 }, + { 53150, GO_FIREWORK_SHOW_TYPE_2_BLUE, 19 }, + { 53150, GO_FIREWORK_SHOW_TYPE_1_GREEN, 0 }, + { 53150, GO_FIREWORK_SHOW_TYPE_1_RED, 43 }, + { 53150, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 7 }, + { 54401, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 47 }, + { 55595, GO_FIREWORK_SHOW_TYPE_1_WHITE, 57 }, + { 55595, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 25 }, + { 55595, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 58 }, + { 55595, GO_FIREWORK_SHOW_TYPE_2_BLUE, 4 }, + { 55595, GO_FIREWORK_SHOW_TYPE_1_RED, 49 }, + { 56803, GO_FIREWORK_SHOW_TYPE_2_BLUE, 20 }, + { 58011, GO_FIREWORK_SHOW_TYPE_2_RED, 42 }, + { 58011, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 26 }, + { 59229, GO_FIREWORK_SHOW_TYPE_1_WHITE, 45 }, + { 59229, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 29 }, + { 60441, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 22 }, + { 60441, GO_FIREWORK_SHOW_TYPE_2_RED, 12 }, + { 60441, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 1 }, + { 60441, GO_FIREWORK_SHOW_TYPE_1_WHITE, 13 }, + { 61634, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 3 }, + { 61634, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 31 }, + { 61634, GO_FIREWORK_SHOW_TYPE_1_GREEN, 33 }, + { 61634, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 59 }, + { 61634, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 27 }, + { 62866, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 14 }, + { 62866, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 11 }, + { 63881, GO_FIREWORK_SHOW_TYPE_2_BLUE, 40 }, + { 63881, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 28 }, + { 63881, GO_FIREWORK_SHOW_TYPE_1_BLUE, 21 }, + { 64892, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 50 }, + { 64892, GO_FIREWORK_SHOW_TYPE_1_GREEN, 24 }, + { 64892, GO_FIREWORK_SHOW_TYPE_2_RED, 35 }, + { 64892, GO_FIREWORK_SHOW_TYPE_2_GREEN, 37 }, + { 67298, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 8 }, + { 67298, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 34 }, + { 68523, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 56 }, + { 68523, GO_FIREWORK_SHOW_TYPE_1_GREEN, 30 }, + { 69731, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 51 }, + { 69731, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 6 }, + { 69731, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 46 }, + { 69731, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 47 }, + { 69731, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 23 }, + { 69731, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 38 }, + { 72155, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 5 }, + { 72155, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 26 }, + { 73364, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 60 }, + { 73364, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 19 }, + { 73364, GO_FIREWORK_SHOW_TYPE_2_BLUE, 61 }, + { 73364, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 43 }, + { 73364, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 48 }, + { 74565, GO_FIREWORK_SHOW_TYPE_1_BLUE, 41 }, + { 74565, GO_FIREWORK_SHOW_TYPE_2_BLUE, 4 }, + { 75961, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 12 }, + { 75961, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 27 }, + { 75961, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 62 }, + { 76991, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 32 }, + { 76991, GO_FIREWORK_SHOW_TYPE_2_RED, 36 }, + { 76991, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 53 }, + { 76991, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 13 }, + { 76991, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 63 }, + { 78197, GO_FIREWORK_SHOW_TYPE_2_RED, 10 }, + { 78197, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 57 }, + { 81487, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 28 }, + { 81487, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 17 }, + { 81487, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 52 }, + { 83700, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 11 }, + { 83700, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 58 }, + { 85082, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 49 }, + { 85082, GO_FIREWORK_SHOW_TYPE_1_GREEN, 51 }, + { 85082, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 7 }, + { 86296, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 42 }, + { 86296, GO_FIREWORK_SHOW_TYPE_1_RED, 39 }, + { 86296, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 8 }, + { 87506, GO_FIREWORK_SHOW_TYPE_2_BLUE, 40 }, + { 88730, GO_FIREWORK_SHOW_TYPE_2_WHITE, 13 }, + { 89949, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 55 }, + { 92377, GO_FIREWORK_SHOW_TYPE_1_BLUE, 15 }, + { 93391, GO_FIREWORK_SHOW_TYPE_2_WHITE, 22 }, + { 93391, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 14 }, + { 93391, GO_FIREWORK_SHOW_TYPE_2_WHITE, 45 }, + { 94631, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 27 }, + { 94631, GO_FIREWORK_SHOW_TYPE_1_RED, 64 }, + { 94631, GO_FIREWORK_SHOW_TYPE_1_RED, 65 }, + { 94631, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 41 }, + { 94631, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 31 }, + { 95585, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 35 }, + { 96798, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 56 }, + { 96798, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 36 }, + { 96798, GO_FIREWORK_SHOW_TYPE_1_WHITE, 50 }, + { 98022, GO_FIREWORK_SHOW_TYPE_1_WHITE, 6 }, + { 98022, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 43 }, + { 98022, GO_FIREWORK_SHOW_TYPE_2_GREEN, 26 }, + { 98022, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 9 }, + { 99174, GO_FIREWORK_SHOW_TYPE_2_GREEN, 4 }, + { 99174, GO_FIREWORK_SHOW_TYPE_1_WHITE, 23 }, + { 101486, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 34 }, + { 101486, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 17 }, + { 101486, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 10 }, + { 101486, GO_FIREWORK_SHOW_TYPE_2_GREEN, 30 }, + { 102878, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 53 }, + { 102878, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 16 }, + { 102878, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 5 }, + { 104906, GO_FIREWORK_SHOW_TYPE_2_RED, 47 }, + { 104906, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 61 }, + { 106104, GO_FIREWORK_SHOW_TYPE_1_GREEN, 19 }, + { 106104, GO_FIREWORK_SHOW_TYPE_1_BLUE, 46 }, + { 106104, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 7 }, + { 107329, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 13 }, + { 109583, GO_FIREWORK_SHOW_TYPE_2_WHITE, 11 }, + { 109583, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 33 }, + { 110595, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 2 }, + { 110595, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 49 }, + { 111731, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 20 }, + { 111731, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 65 }, + { 115406, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 53 }, + { 115406, GO_FIREWORK_SHOW_TYPE_2_RED, 60 }, + { 115406, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 38 }, + { 117834, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 50 }, + { 119041, GO_FIREWORK_SHOW_TYPE_1_WHITE, 14 }, + { 119041, GO_FIREWORK_SHOW_TYPE_2_BLUE, 26 }, + { 119041, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 28 }, + { 120279, GO_FIREWORK_SHOW_TYPE_1_GREEN, 24 }, + { 120279, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 51 }, + { 120279, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 55 }, + { 120279, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 31 }, + { 121289, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 42 }, + { 122286, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 25 }, + { 123495, GO_FIREWORK_SHOW_TYPE_1_RED, 9 }, + { 123495, GO_FIREWORK_SHOW_TYPE_2_RED, 12 }, + { 123495, GO_FIREWORK_SHOW_TYPE_1_WHITE, 22 }, + { 124709, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 44 }, + { 125761, GO_FIREWORK_SHOW_TYPE_2_WHITE, 45 }, + { 125761, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 11 }, + { 127132, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 17 }, + { 127132, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 39 }, + { 127132, GO_FIREWORK_SHOW_TYPE_1_GREEN, 46 }, + { 127132, GO_FIREWORK_SHOW_TYPE_2_GREEN, 29 }, + { 128336, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 56 }, + { 128336, GO_FIREWORK_SHOW_TYPE_2_RED, 10 }, + { 128336, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 1 }, + { 128336, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 52 }, + { 128336, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 57 }, + { 128336, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 27 }, + { 128336, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 40 }, + { 130772, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 41 }, + { 131984, GO_FIREWORK_SHOW_TYPE_2_WHITE, 23 }, + { 131984, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 59 }, + { 133204, GO_FIREWORK_SHOW_TYPE_1_WHITE, 58 }, + { 133204, GO_FIREWORK_SHOW_TYPE_1_BLUE, 15 }, + { 133204, GO_FIREWORK_SHOW_TYPE_1_GREEN, 19 }, + { 135635, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 63 }, + { 138042, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 16 }, + { 138042, GO_FIREWORK_SHOW_TYPE_1_BLUE, 20 }, + { 138042, GO_FIREWORK_SHOW_TYPE_2_GREEN, 38 }, + { 139242, GO_FIREWORK_SHOW_TYPE_1_GREEN, 37 }, + { 140450, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 13 }, + { 140450, GO_FIREWORK_SHOW_TYPE_2_BLUE, 30 }, + { 140450, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 6 }, + { 141666, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 45 }, + { 142785, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 51 }, + { 142785, GO_FIREWORK_SHOW_TYPE_1_GREEN, 46 }, + { 142785, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 10 }, + { 142785, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 28 }, + { 142785, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 49 }, + { 144014, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 21 }, + { 145074, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 55 }, + { 145074, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 50 }, + { 145074, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 36 }, + { 146053, GO_FIREWORK_SHOW_TYPE_1_RED, 31 }, + { 146053, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 8 }, + { 146053, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 33 }, + { 146053, GO_FIREWORK_SHOW_TYPE_1_BLUE, 52 }, + { 147282, GO_FIREWORK_SHOW_TYPE_1_RED, 42 }, + { 147282, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 35 }, + { 147282, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 4 }, + { 148426, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 48 }, + { 149742, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 2 }, + { 149742, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 40 }, + { 149742, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 41 }, + { 149742, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 24 }, + { 150911, GO_FIREWORK_SHOW_TYPE_2_RED, 64 }, + { 153391, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 27 }, + { 153391, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 39 }, + { 154615, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 18 }, + { 154615, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 12 }, + { 155774, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 29 }, + { 158135, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 53 }, + { 158135, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 17 }, + { 159258, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 16 }, + { 159258, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 54 }, + { 162628, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 21 }, + { 162628, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 1 }, + { 166325, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 43 }, + { 166325, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 23 }, + { 166325, GO_FIREWORK_SHOW_TYPE_2_RED, 60 }, + { 166325, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 3 }, + { 166325, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 26 }, + { 167541, GO_FIREWORK_SHOW_TYPE_2_RED, 64 }, + { 171163, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 41 }, + { 171163, GO_FIREWORK_SHOW_TYPE_1_GREEN, 4 }, + { 172328, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 50 }, + { 172328, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 14 }, + { 172328, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 53 }, + { 173565, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 6 }, + { 174774, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 65 }, + { 174774, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 35 }, + { 176018, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 9 }, + { 176018, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 25 }, + { 176018, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 18 }, + { 176018, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 27 }, + { 176018, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 62 }, + { 177228, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 58 }, + { 178313, GO_FIREWORK_SHOW_TYPE_2_GREEN, 24 }, + { 179589, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 2 }, + { 180864, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 17 }, + { 180864, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 57 }, + { 182019, GO_FIREWORK_SHOW_TYPE_2_WHITE, 13 }, + { 182019, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 5 }, + { 182019, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 49 }, + { 182019, GO_FIREWORK_SHOW_TYPE_2_WHITE, 11 }, + { 182019, GO_FIREWORK_SHOW_TYPE_1_GREEN, 40 }, + { 182019, GO_FIREWORK_SHOW_TYPE_1_GREEN, 52 }, + { 185706, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 31 }, + { 185706, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 43 }, + { 185706, GO_FIREWORK_SHOW_TYPE_1_BLUE, 19 }, + { 185706, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 35 }, + { 186923, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 12 }, + { 186923, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 36 }, + { 186923, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 33 }, + { 190568, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 0 }, + { 191779, GO_FIREWORK_SHOW_TYPE_1_BLUE, 51 }, + { 191779, GO_FIREWORK_SHOW_TYPE_1_RED, 28 }, + { 191779, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 30 }, + { 191779, GO_FIREWORK_SHOW_TYPE_1_RED, 60 }, + { 192787, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 21 }, + { 192787, GO_FIREWORK_SHOW_TYPE_2_BLUE, 41 }, + { 193817, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 39 }, + { 193817, GO_FIREWORK_SHOW_TYPE_2_WHITE, 7 }, + { 193817, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 53 }, + { 193817, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 61 }, + { 195019, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 55 }, + { 195019, GO_FIREWORK_SHOW_TYPE_1_GREEN, 29 }, + { 196226, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 15 }, + { 196226, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 32 }, + { 197440, GO_FIREWORK_SHOW_TYPE_1_RED, 10 }, + { 198650, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 65 }, + { 198650, GO_FIREWORK_SHOW_TYPE_1_BLUE, 38 }, + { 199849, GO_FIREWORK_SHOW_TYPE_1_WHITE, 57 }, + { 199849, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 8 }, + { 201074, GO_FIREWORK_SHOW_TYPE_1_BLUE, 20 }, + { 202284, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 34 }, + { 202284, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 47 }, + { 202284, GO_FIREWORK_SHOW_TYPE_2_RED, 9 }, + { 202284, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 64 }, + { 203504, GO_FIREWORK_SHOW_TYPE_2_GREEN, 46 }, + { 203504, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 2 }, + { 203504, GO_FIREWORK_SHOW_TYPE_1_WHITE, 13 }, + { 203504, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 6 }, + { 204713, GO_FIREWORK_SHOW_TYPE_2_GREEN, 26 }, + { 204713, GO_FIREWORK_SHOW_TYPE_1_WHITE, 22 }, + { 204713, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 44 }, + { 207147, GO_FIREWORK_SHOW_TYPE_1_GREEN, 19 }, + { 207147, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 52 }, + { 208359, GO_FIREWORK_SHOW_TYPE_2_BLUE, 0 }, + { 208359, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 54 }, + { 209562, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 35 }, + { 209562, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 27 }, + { 209562, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 1 }, + { 209562, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 18 }, + { 210773, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 41 }, + { 211976, GO_FIREWORK_SHOW_TYPE_2_WHITE, 62 }, + { 211976, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 16 }, + { 211976, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 42 }, + { 213189, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 36 }, + { 213189, GO_FIREWORK_SHOW_TYPE_1_GREEN, 15 }, + { 214411, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 59 }, + { 214411, GO_FIREWORK_SHOW_TYPE_2_BLUE, 32 }, + { 216835, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 49 }, + { 217861, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 58 }, + { 217861, GO_FIREWORK_SHOW_TYPE_2_WHITE, 14 }, + { 219958, GO_FIREWORK_SHOW_TYPE_2_BLUE, 21 }, + { 219958, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 56 }, + { 221038, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 12 }, + { 221038, GO_FIREWORK_SHOW_TYPE_1_GREEN, 24 }, + { 223283, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 50 }, + { 224507, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 44 }, + { 224507, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 8 }, + { 224507, GO_FIREWORK_SHOW_TYPE_1_GREEN, 4 }, + { 225728, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 41 }, + { 225728, GO_FIREWORK_SHOW_TYPE_2_RED, 47 }, + { 226939, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 65 }, + { 226939, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 51 }, + { 228147, GO_FIREWORK_SHOW_TYPE_1_GREEN, 19 }, + { 229350, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 31 }, + { 229350, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 7 }, + { 229350, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 55 }, + { 229350, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 64 }, + { 230374, GO_FIREWORK_SHOW_TYPE_2_RED, 54 }, + { 230374, GO_FIREWORK_SHOW_TYPE_2_WHITE, 18 }, + { 231371, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 63 }, + { 232577, GO_FIREWORK_SHOW_TYPE_1_WHITE, 6 }, + { 232577, GO_FIREWORK_SHOW_TYPE_2_RED, 9 }, + { 233783, GO_FIREWORK_SHOW_TYPE_2_GREEN, 3 }, + { 234996, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 15 }, + { 236197, GO_FIREWORK_SHOW_TYPE_2_GREEN, 4 }, + { 236197, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 57 }, + { 236197, GO_FIREWORK_SHOW_TYPE_1_WHITE, 23 }, + { 236197, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 17 }, + { 237411, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 46 }, + { 237411, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 0 }, + { 237411, GO_FIREWORK_SHOW_TYPE_1_GREEN, 52 }, + { 237411, GO_FIREWORK_SHOW_TYPE_2_WHITE, 59 }, + { 238481, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 16 }, + { 238481, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 45 }, + { 238481, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 10 }, + { 238481, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 2 }, + { 239803, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 8 }, + { 241051, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 28 }, + { 242268, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 62 }, + { 242268, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 42 }, + { 242268, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 20 }, + { 243449, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 12 }, + { 243449, GO_FIREWORK_SHOW_TYPE_2_GREEN, 38 }, + { 243449, GO_FIREWORK_SHOW_TYPE_1_RED, 56 }, + { 245903, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 29 }, + { 245903, GO_FIREWORK_SHOW_TYPE_2_WHITE, 22 }, + { 245903, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 36 }, + { 247106, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 43 }, + { 247106, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 13 }, + { 247106, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 11 }, + { 248146, GO_FIREWORK_SHOW_TYPE_1_BLUE, 32 }, + { 250338, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 50 }, + { 250338, GO_FIREWORK_SHOW_TYPE_1_GREEN, 33 }, + { 250338, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 61 }, + { 250338, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 26 }, + { 250338, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 48 }, + { 251478, GO_FIREWORK_SHOW_TYPE_2_GREEN, 30 }, + { 253895, GO_FIREWORK_SHOW_TYPE_2_RED, 49 }, + { 255216, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 1 }, + { 255216, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 9 }, + { 256386, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 5 }, + { 257574, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 31 }, + { 258937, GO_FIREWORK_SHOW_TYPE_1_GREEN, 21 }, + { 258937, GO_FIREWORK_SHOW_TYPE_1_WHITE, 14 }, + { 258937, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 34 }, + { 258937, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 24 }, + { 258937, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 43 }, + { 259983, GO_FIREWORK_SHOW_TYPE_1_GREEN, 51 }, + { 259983, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 44 }, + { 259983, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 65 }, + { 259983, GO_FIREWORK_SHOW_TYPE_2_WHITE, 18 }, + { 259983, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 52 }, + { 262377, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 2 }, + { 263650, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 38 }, + { 263650, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 37 }, + { 263650, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 8 }, + { 264734, GO_FIREWORK_SHOW_TYPE_1_RED, 10 }, + { 264734, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 40 }, + { 266082, GO_FIREWORK_SHOW_TYPE_2_WHITE, 6 }, + { 266082, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 46 }, + { 266082, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 54 }, + { 268517, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 11 }, + { 268517, GO_FIREWORK_SHOW_TYPE_1_WHITE, 17 }, + { 269514, GO_FIREWORK_SHOW_TYPE_1_RED, 60 }, + { 269514, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 58 }, + { 271742, GO_FIREWORK_SHOW_TYPE_1_RED, 42 }, + { 272949, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 25 }, + { 272949, GO_FIREWORK_SHOW_TYPE_2_BLUE, 29 }, + { 272949, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 12 }, + { 274162, GO_FIREWORK_SHOW_TYPE_2_RED, 36 }, + { 274162, GO_FIREWORK_SHOW_TYPE_1_BLUE, 44 }, + { 274162, GO_FIREWORK_SHOW_TYPE_1_BLUE, 61 }, + { 274162, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 33 }, + { 274162, GO_FIREWORK_SHOW_TYPE_2_GREEN, 3 }, + { 276583, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 47 }, + { 276583, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 13 }, + { 276583, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 64 }, + { 277694, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 32 }, + { 277694, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 23 }, + { 277694, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 35 }, + { 279006, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 5 }, + { 279006, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 28 }, + { 280198, GO_FIREWORK_SHOW_TYPE_1_WHITE, 22 }, + { 281430, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 16 }, + { 281430, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 4 }, + { 281430, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 26 }, + { 282659, GO_FIREWORK_SHOW_TYPE_1_RED, 31 }, + { 282659, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 59 }, + { 283848, GO_FIREWORK_SHOW_TYPE_1_GREEN, 51 }, + { 283848, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 39 }, + { 284900, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 43 }, + { 286257, GO_FIREWORK_SHOW_TYPE_2_GREEN, 37 }, + { 286257, GO_FIREWORK_SHOW_TYPE_1_WHITE, 50 }, + { 286257, GO_FIREWORK_SHOW_TYPE_1_RED, 9 }, + { 286257, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 15 }, + { 286257, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 62 }, + { 287484, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 14 }, + { 287484, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 1 }, + { 287484, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 57 }, + { 288562, GO_FIREWORK_SHOW_TYPE_2_WHITE, 45 }, + { 288562, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 8 }, + { 290931, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 17 }, + { 290931, GO_FIREWORK_SHOW_TYPE_2_WHITE, 18 }, + { 292249, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 65 }, + { 292249, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 34 }, + { 294692, GO_FIREWORK_SHOW_TYPE_2_GREEN, 20 }, + { 294692, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 7 }, + { 295940, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 52 }, + { 295940, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 56 }, + { 297173, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 62 }, + { 298389, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 11 }, + { 298389, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 6 }, + { 299582, GO_FIREWORK_SHOW_TYPE_1_BLUE, 0 }, + { 299582, GO_FIREWORK_SHOW_TYPE_1_RED, 42 }, + { 300764, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 43 }, + { 303236, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 58 }, + { 304431, GO_FIREWORK_SHOW_TYPE_2_BLUE, 46 }, + { 305568, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 5 }, + { 306865, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 53 }, + { 306865, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 15 }, + { 306865, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 27 }, + { 306865, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 47 }, + { 308074, GO_FIREWORK_SHOW_TYPE_1_BLUE, 51 }, + { 308074, GO_FIREWORK_SHOW_TYPE_1_BLUE, 40 }, + { 308074, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 49 }, + { 309232, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 24 }, + { 310441, GO_FIREWORK_SHOW_TYPE_1_RED, 31 }, + { 310441, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 21 }, + { 310441, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 59 }, + { 310441, GO_FIREWORK_SHOW_TYPE_1_WHITE, 18 }, + { 310441, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 48 }, + { 311662, GO_FIREWORK_SHOW_TYPE_2_GREEN, 44 }, + { 311662, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 4 }, + { 311662, GO_FIREWORK_SHOW_TYPE_2_BLUE, 33 }, + { 314114, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 10 }, + { 314114, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 8 }, + { 315336, GO_FIREWORK_SHOW_TYPE_1_RED, 54 }, + { 315336, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 61 }, + { 317695, GO_FIREWORK_SHOW_TYPE_2_GREEN, 29 }, + { 317695, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 26 }, + { 317695, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 57 }, + { 317695, GO_FIREWORK_SHOW_TYPE_1_RED, 43 }, + { 320207, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 65 }, + { 320207, GO_FIREWORK_SHOW_TYPE_2_RED, 60 }, + { 320207, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 35 }, + { 320207, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 2 }, + { 321420, GO_FIREWORK_SHOW_TYPE_1_WHITE, 50 }, + { 322632, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 32 }, + { 322632, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 40 }, + { 322632, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 27 }, + { 322632, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 36 }, + { 323843, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 52 }, + { 323843, GO_FIREWORK_SHOW_TYPE_2_WHITE, 22 }, + { 325057, GO_FIREWORK_SHOW_TYPE_1_WHITE, 62 }, + { 325057, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 17 }, + { 325057, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 46 }, + { 325057, GO_FIREWORK_SHOW_TYPE_2_RED, 39 }, + { 325057, GO_FIREWORK_SHOW_TYPE_2_BLUE, 19 }, + { 326265, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 63 }, + { 326265, GO_FIREWORK_SHOW_TYPE_2_WHITE, 16 }, + { 326265, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 14 }, + { 326265, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 7 }, + { 327481, GO_FIREWORK_SHOW_TYPE_1_BLUE, 20 }, + { 328702, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 6 }, + { 329923, GO_FIREWORK_SHOW_TYPE_1_GREEN, 61 }, + { 329923, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 58 }, + { 329923, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 37 }, + { 331140, GO_FIREWORK_SHOW_TYPE_2_BLUE, 4 }, + { 331140, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 31 }, + { 332363, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 5 }, + { 333575, GO_FIREWORK_SHOW_TYPE_1_WHITE, 11 }, + { 334786, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 23 }, + { 334786, GO_FIREWORK_SHOW_TYPE_1_BLUE, 15 }, + { 334786, GO_FIREWORK_SHOW_TYPE_2_RED, 34 }, + { 335995, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 3 }, + { 337135, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 25 }, + { 337135, GO_FIREWORK_SHOW_TYPE_2_RED, 64 }, + { 338368, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 27 }, + { 338368, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 59 }, + { 339641, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 50 }, + { 339641, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 21 }, + { 339641, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 56 }, + { 339641, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 1 }, + { 340800, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 13 }, + { 340800, GO_FIREWORK_SHOW_TYPE_2_GREEN, 33 }, + { 340800, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 42 }, + { 343275, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 57 }, + { 343275, GO_FIREWORK_SHOW_TYPE_1_GREEN, 32 }, + { 343275, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 28 }, + { 344487, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 41 }, + { 344487, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 8 }, + { 345645, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 51 }, + { 345645, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 18 }, + { 347988, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 6 }, + { 349201, GO_FIREWORK_SHOW_TYPE_2_BLUE, 40 }, + { 349201, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 43 }, + { 349201, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 54 }, + { 350528, GO_FIREWORK_SHOW_TYPE_2_GREEN, 37 }, + { 351749, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 65 }, + { 351749, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 30 }, + { 352976, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 48 }, + { 352976, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 12 }, + { 352976, GO_FIREWORK_SHOW_TYPE_2_GREEN, 46 }, + { 354059, GO_FIREWORK_SHOW_TYPE_1_WHITE, 17 }, + { 354059, GO_FIREWORK_SHOW_TYPE_2_GREEN, 20 }, + { 355409, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 2 }, + { 355409, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 24 }, + { 356428, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 19 }, + { 356428, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 27 }, + { 356428, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 42 }, + { 356428, GO_FIREWORK_SHOW_TYPE_1_BLUE, 3 }, + { 357837, GO_FIREWORK_SHOW_TYPE_1_WHITE, 62 }, + { 357837, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 0 }, + { 359041, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 1 }, + { 359041, GO_FIREWORK_SHOW_TYPE_1_WHITE, 7 }, + { 360237, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 26 }, + { 360237, GO_FIREWORK_SHOW_TYPE_1_RED, 49 }, + { 361449, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 6 }, + { 362665, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 44 }, + { 362665, GO_FIREWORK_SHOW_TYPE_2_WHITE, 53 }, + { 363881, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 35 }, + { 363881, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 29 }, + { 363881, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 38 }, + { 365898, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 18 }, + { 367070, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 23 }, + { 369542, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 8 }, + { 369542, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 50 }, + { 369542, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 59 }, + { 369542, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 14 }, + { 369542, GO_FIREWORK_SHOW_TYPE_2_RED, 39 }, + { 369542, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 15 }, + { 370581, GO_FIREWORK_SHOW_TYPE_2_RED, 34 }, + { 370581, GO_FIREWORK_SHOW_TYPE_1_BLUE, 46 }, + { 371958, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 13 }, + { 371958, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 6 }, + { 371958, GO_FIREWORK_SHOW_TYPE_2_GREEN, 4 }, + { 371958, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 36 }, + { 371958, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 54 }, + { 372885, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 9 }, + { 372885, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 21 }, + { 373978, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 31 }, + { 375180, GO_FIREWORK_SHOW_TYPE_2_RED, 5 }, + { 378805, GO_FIREWORK_SHOW_TYPE_2_BLUE, 32 }, + { 380013, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 65 }, + { 380013, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 64 }, + { 380013, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 22 }, + { 380013, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 61 }, + { 380013, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 33 }, + { 380013, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 60 }, + { 380013, GO_FIREWORK_SHOW_TYPE_2_WHITE, 57 }, + { 381198, GO_FIREWORK_SHOW_TYPE_1_RED, 56 }, + { 382447, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 49 }, + { 382447, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 48 }, + { 382447, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 55 }, + { 383655, GO_FIREWORK_SHOW_TYPE_1_GREEN, 0 }, + { 383655, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 30 }, + { 383655, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 38 }, + { 384881, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 28 }, + { 384881, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 10 }, + { 384881, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 43 }, + { 384881, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 45 }, + { 387296, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 26 }, + { 388492, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 62 }, + { 388492, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 41 }, + { 389494, GO_FIREWORK_SHOW_TYPE_1_GREEN, 46 }, + { 389494, GO_FIREWORK_SHOW_TYPE_2_RED, 47 }, + { 389494, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 29 }, + { 390886, GO_FIREWORK_SHOW_TYPE_1_BLUE, 3 }, + { 392142, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 25 }, + { 393354, GO_FIREWORK_SHOW_TYPE_2_BLUE, 24 }, + { 394576, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 30 }, + { 395792, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 12 }, + { 398207, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 54 }, + { 398207, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 35 }, + { 398207, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 65 }, + { 398207, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 23 }, + { 399415, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 36 }, + { 399415, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 16 }, + { 399415, GO_FIREWORK_SHOW_TYPE_2_RED, 1 }, + { 400622, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 50 }, + { 401831, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 27 }, + { 401831, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 31 }, + { 401831, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 8 }, + { 404092, GO_FIREWORK_SHOW_TYPE_2_GREEN, 21 }, + { 404092, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 44 }, + { 404092, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 18 }, + { 404092, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 14 }, + { 407897, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 19 }, + { 407897, GO_FIREWORK_SHOW_TYPE_1_RED, 5 }, + { 407897, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 20 }, + { 407897, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 51 }, + { 407897, GO_FIREWORK_SHOW_TYPE_1_WHITE, 7 }, + { 407897, GO_FIREWORK_SHOW_TYPE_2_WHITE, 2 }, + { 407897, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 62 }, + { 407897, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 46 }, + { 409067, GO_FIREWORK_SHOW_TYPE_1_WHITE, 48 }, + { 409067, GO_FIREWORK_SHOW_TYPE_1_RED, 47 }, + { 409067, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 11 }, + { 410321, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 34 }, + { 412758, GO_FIREWORK_SHOW_TYPE_1_GREEN, 15 }, + { 412758, GO_FIREWORK_SHOW_TYPE_2_GREEN, 33 }, + { 412758, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 13 }, + { 415963, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 6 }, + { 417175, GO_FIREWORK_SHOW_TYPE_1_WHITE, 22 }, + { 417175, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 59 }, + { 417175, GO_FIREWORK_SHOW_TYPE_2_GREEN, 26 }, + { 417175, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 3 }, + { 417175, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 56 }, + { 418399, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 40 }, + { 419612, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 17 }, + { 420826, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 43 }, + { 420826, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 29 }, + { 420826, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 42 }, + { 422041, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 61 }, + { 422041, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 53 }, + { 422041, GO_FIREWORK_SHOW_TYPE_1_BLUE, 38 }, + { 422041, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 52 }, + { 425275, GO_FIREWORK_SHOW_TYPE_2_RED, 63 }, + { 426490, GO_FIREWORK_SHOW_TYPE_2_BLUE, 33 }, + { 426490, GO_FIREWORK_SHOW_TYPE_2_RED, 47 }, + { 426490, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 21 }, + { 426490, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 37 }, + { 427641, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 25 }, + { 427641, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 30 }, + { 427641, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 48 }, + { 428692, GO_FIREWORK_SHOW_TYPE_1_WHITE, 23 }, + { 428692, GO_FIREWORK_SHOW_TYPE_1_WHITE, 50 }, + { 428692, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 5 }, + { 428692, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 36 }, + { 429726, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 4 }, + { 430938, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 7 }, + { 432147, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 44 }, + { 432147, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 14 }, + { 432147, GO_FIREWORK_SHOW_TYPE_1_RED, 56 }, + { 432147, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 45 }, + { 432147, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 8 }, + { 432147, GO_FIREWORK_SHOW_TYPE_2_RED, 60 }, + { 432147, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 9 }, + { 432147, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 31 }, + { 432147, GO_FIREWORK_SHOW_TYPE_1_RED, 64 }, + { 433364, GO_FIREWORK_SHOW_TYPE_1_GREEN, 24 }, + { 434585, GO_FIREWORK_SHOW_TYPE_2_BLUE, 41 }, + { 434585, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 11 }, + { 435794, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 62 }, + { 438233, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 55 }, + { 438233, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 57 }, + { 438233, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 39 }, + { 439448, GO_FIREWORK_SHOW_TYPE_2_BLUE, 46 }, + { 439448, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 54 }, + { 441870, GO_FIREWORK_SHOW_TYPE_1_BLUE, 52 }, + { 441870, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 32 }, + { 444293, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 20 }, + { 444293, GO_FIREWORK_SHOW_TYPE_1_GREEN, 15 }, + { 444293, GO_FIREWORK_SHOW_TYPE_2_WHITE, 18 }, + { 445499, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 51 }, + { 445499, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 28 }, + { 446707, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 6 }, + { 446707, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 1 }, + { 447930, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 3 }, + { 449146, GO_FIREWORK_SHOW_TYPE_2_GREEN, 29 }, + { 450374, GO_FIREWORK_SHOW_TYPE_1_RED, 10 }, + { 450374, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 2 }, + { 451580, GO_FIREWORK_SHOW_TYPE_1_GREEN, 19 }, + { 451580, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 36 }, + { 451580, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 40 }, + { 452800, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 5 }, + { 454006, GO_FIREWORK_SHOW_TYPE_2_RED, 12 }, + { 455215, GO_FIREWORK_SHOW_TYPE_2_WHITE, 22 }, + { 455215, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 45 }, + { 456425, GO_FIREWORK_SHOW_TYPE_1_GREEN, 41 }, + { 456425, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 48 }, + { 457644, GO_FIREWORK_SHOW_TYPE_1_WHITE, 50 }, + { 457644, GO_FIREWORK_SHOW_TYPE_1_RED, 63 }, + { 457644, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 7 }, + { 461278, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 11 }, + { 461278, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 38 }, + { 462492, GO_FIREWORK_SHOW_TYPE_2_BLUE, 51 }, + { 462492, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 39 }, + { 462492, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 31 }, + { 463760, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 35 }, + { 464850, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 1 }, + { 464850, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 14 }, + { 464850, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 53 }, + { 464850, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 58 }, + { 464850, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 13 }, + { 466144, GO_FIREWORK_SHOW_TYPE_1_GREEN, 21 }, + { 467344, GO_FIREWORK_SHOW_TYPE_1_WHITE, 2 }, + { 467344, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 47 }, + { 467344, GO_FIREWORK_SHOW_TYPE_1_RED, 27 }, + { 467344, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 12 }, + { 469769, GO_FIREWORK_SHOW_TYPE_2_RED, 28 }, + { 469769, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 15 }, + { 470981, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 26 }, + { 470981, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 64 }, + { 470981, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 24 }, + { 470981, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 30 }, + { 472191, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 10 }, + { 472191, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 22 }, + { 472191, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 29 }, + { 472191, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 44 }, + { 475850, GO_FIREWORK_SHOW_TYPE_2_GREEN, 19 }, + { 475850, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 6 }, + { 475850, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 33 }, + { 475850, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 52 }, + { 477072, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 18 }, + { 477072, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 3 }, + { 479333, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 49 }, + { 479333, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 34 }, + { 480566, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 2 }, + { 480566, GO_FIREWORK_SHOW_TYPE_2_GREEN, 41 }, + { 480566, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 51 }, + { 481735, GO_FIREWORK_SHOW_TYPE_1_WHITE, 45 }, + { 481735, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 20 }, + { 482752, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 60 }, + { 482752, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 54 }, + { 482752, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 43 }, + { 483962, GO_FIREWORK_SHOW_TYPE_1_GREEN, 0 }, + { 483962, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 25 }, + { 485164, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 31 }, + { 486405, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 32 }, + { 486405, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 42 }, + { 486405, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 39 }, + { 487605, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 50 }, + { 489619, GO_FIREWORK_SHOW_TYPE_2_RED, 5 }, + { 492074, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 23 }, + { 492074, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 7 }, + { 492074, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 57 }, + { 492074, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 14 }, + { 494481, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 36 }, + { 495531, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 65 }, + { 498132, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 44 }, + { 498132, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 10 }, + { 499237, GO_FIREWORK_SHOW_TYPE_1_RED, 28 }, + { 501665, GO_FIREWORK_SHOW_TYPE_1_RED, 12 }, + { 502876, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 43 }, + { 502876, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 14 }, + { 504102, GO_FIREWORK_SHOW_TYPE_1_BLUE, 15 }, + { 505395, GO_FIREWORK_SHOW_TYPE_1_GREEN, 30 }, + { 506604, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 6 }, + { 507739, GO_FIREWORK_SHOW_TYPE_2_WHITE, 18 }, + { 508947, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 34 }, + { 508947, GO_FIREWORK_SHOW_TYPE_2_RED, 64 }, + { 511444, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 63 }, + { 511444, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 47 }, + { 511444, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 52 }, + { 512459, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 37 }, + { 512459, GO_FIREWORK_SHOW_TYPE_2_WHITE, 50 }, + { 512459, GO_FIREWORK_SHOW_TYPE_1_BLUE, 46 }, + { 512459, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 24 }, + { 513567, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 17 }, + { 514647, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 25 }, + { 514647, GO_FIREWORK_SHOW_TYPE_2_WHITE, 45 }, + { 515715, GO_FIREWORK_SHOW_TYPE_1_RED, 60 }, + { 516884, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 65 }, + { 517873, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 35 }, + { 517873, GO_FIREWORK_SHOW_TYPE_1_RED, 56 }, + { 517873, GO_FIREWORK_SHOW_TYPE_1_WHITE, 62 }, + { 518868, GO_FIREWORK_SHOW_TYPE_1_RED, 1 }, + { 518868, GO_FIREWORK_SHOW_TYPE_2_BLUE, 40 }, + { 520089, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 54 }, + { 520089, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 2 }, + { 521136, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 57 }, + { 521136, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 36 }, + { 522182, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 41 }, + { 523190, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 27 }, + { 523190, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 7 }, + { 523190, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 58 }, + { 524206, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 22 }, + { 524206, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 44 }, + { 525467, GO_FIREWORK_SHOW_TYPE_2_BLUE, 29 }, + { 526535, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 53 }, + { 527607, GO_FIREWORK_SHOW_TYPE_1_BLUE, 33 }, + { 527607, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 8 }, + { 530058, GO_FIREWORK_SHOW_TYPE_2_WHITE, 48 }, + { 530058, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 49 }, + { 531271, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 52 }, + { 532409, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 4 }, + { 532409, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 16 }, + { 532409, GO_FIREWORK_SHOW_TYPE_1_GREEN, 61 }, + { 532409, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 50 }, + { 533601, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 9 }, + { 533601, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 43 }, + { 536091, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 18 }, + { 536091, GO_FIREWORK_SHOW_TYPE_2_GREEN, 15 }, + { 536091, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 64 }, + { 537241, GO_FIREWORK_SHOW_TYPE_1_BLUE, 38 }, + { 537241, GO_FIREWORK_SHOW_TYPE_2_BLUE, 46 }, + { 537241, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 11 }, + { 537241, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 20 }, + { 537241, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 40 }, + { 538465, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 55 }, + { 538465, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 13 }, + { 538465, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 54 }, + { 538465, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 3 }, + { 539697, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 42 }, + { 542161, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 10 }, + { 542161, GO_FIREWORK_SHOW_TYPE_1_GREEN, 0 }, + { 542161, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 47 }, + { 542161, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 26 }, + { 542161, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 56 }, + { 542161, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 2 }, + { 543174, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 51 }, + { 545396, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 29 }, + { 545396, GO_FIREWORK_SHOW_TYPE_1_WHITE, 48 }, + { 546455, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 44 }, + { 547695, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 36 }, + { 548940, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 28 }, + { 548940, GO_FIREWORK_SHOW_TYPE_1_GREEN, 37 }, + { 548940, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 4 }, + { 548940, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 45 }, + { 548940, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 22 }, + { 548940, GO_FIREWORK_SHOW_TYPE_1_RED, 27 }, + { 548940, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 14 }, + { 548940, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 24 }, + { 550252, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 7 }, + { 550252, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 19 }, + { 550252, GO_FIREWORK_SHOW_TYPE_2_GREEN, 52 }, + { 551467, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 34 }, + { 551467, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 59 }, + { 553802, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 16 }, + { 553802, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 60 }, + { 553802, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 33 }, + { 553802, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 25 }, + { 554904, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 50 }, + { 557398, GO_FIREWORK_SHOW_TYPE_1_WHITE, 58 }, + { 557398, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 64 }, + { 557398, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 54 }, + { 558745, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 31 }, + { 558745, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 9 }, + { 558745, GO_FIREWORK_SHOW_TYPE_1_BLUE, 38 }, + { 558745, GO_FIREWORK_SHOW_TYPE_2_RED, 5 }, + { 559925, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 43 }, + { 559925, GO_FIREWORK_SHOW_TYPE_2_WHITE, 53 }, + { 561161, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 12 }, + { 562368, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 0 }, + { 562368, GO_FIREWORK_SHOW_TYPE_1_BLUE, 52 }, + { 562368, GO_FIREWORK_SHOW_TYPE_1_WHITE, 57 }, + { 563583, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 1 }, + { 564810, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 61 }, + { 566022, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 20 }, + { 566022, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 46 }, + { 567225, GO_FIREWORK_SHOW_TYPE_2_WHITE, 11 }, + { 568294, GO_FIREWORK_SHOW_TYPE_1_BLUE, 19 }, + { 568294, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 33 }, + { 569652, GO_FIREWORK_SHOW_TYPE_1_WHITE, 17 }, + { 569652, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 22 }, + { 569652, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 23 }, + { 569652, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 3 }, + { 570874, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 36 }, + { 570874, GO_FIREWORK_SHOW_TYPE_2_BLUE, 26 }, + { 572082, GO_FIREWORK_SHOW_TYPE_2_WHITE, 16 }, + { 572082, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 7 }, + { 573140, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 45 }, + { 573140, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 2 }, + { 574494, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 40 }, + { 574494, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 41 }, + { 575707, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 18 }, + { 575707, GO_FIREWORK_SHOW_TYPE_2_WHITE, 48 }, + { 575707, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 21 }, + { 575707, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 37 }, + { 575707, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 35 }, + { 576949, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 39 }, + { 576949, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 34 }, + { 576949, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 42 }, + { 576949, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 13 }, + { 577947, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 62 }, + { 577947, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 11 }, + { 578943, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 47 }, + { 578943, GO_FIREWORK_SHOW_TYPE_1_GREEN, 61 }, + { 578943, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 65 }, + { 578943, GO_FIREWORK_SHOW_TYPE_2_GREEN, 24 }, + { 578943, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 54 }, + { 578943, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 27 }, + { 578943, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 49 }, + { 578943, GO_FIREWORK_SHOW_TYPE_2_RED, 60 }, + { 578943, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 5 }, + { 578943, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 64 }, + { 578943, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 51 }, + { 578943, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 0 }, + { 578943, GO_FIREWORK_SHOW_TYPE_1_RED, 28 }, + { 579960, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 10 }, + { 579960, GO_FIREWORK_SHOW_TYPE_2_WHITE, 14 }, + { 579960, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 43 }, + { 579960, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 25 }, + { 579960, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 53 }, + { 579960, GO_FIREWORK_SHOW_TYPE_1_RED, 63 }, + { 580961, GO_FIREWORK_SHOW_TYPE_1_WHITE, 57 }, + { 580961, GO_FIREWORK_SHOW_TYPE_1_WHITE, 58 }, + { 580961, GO_FIREWORK_SHOW_TYPE_2_BLUE, 15 }, + { 580961, GO_FIREWORK_SHOW_TYPE_1_GREEN, 20 }, + { 580961, GO_FIREWORK_SHOW_TYPE_1_GREEN, 52 }, + { 580961, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 9 }, + { 580961, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 12 }, + { 580961, GO_FIREWORK_SHOW_TYPE_2_GREEN, 33 }, + { 580961, GO_FIREWORK_SHOW_TYPE_2_GREEN, 46 }, + { 580961, GO_FIREWORK_SHOW_TYPE_2_GREEN, 38 }, + { 580961, GO_FIREWORK_SHOW_TYPE_2_WHITE, 55 }, + { 580961, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 1 }, + { 580961, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 56 }, + { 580961, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 32 }, + { 580961, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 44 }, + { 580961, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 4 }, + { 580961, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 8 }, + { 580961, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 59 }, + { 580961, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 6 }, + { 580961, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 31 }, + { 582166, GO_FIREWORK_SHOW_TYPE_1_GREEN, 26 }, + { 583408, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 16 }, + { 583408, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 17 }, + { 584621, GO_FIREWORK_SHOW_TYPE_1_BLUE, 19 }, + { 584621, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 36 }, + { 584621, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 23 }, + { 584621, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 7 }, + { 584621, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 22 }, + { 584621, GO_FIREWORK_SHOW_TYPE_2_BLUE, 3 }, + { 585834, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 30 }, + { 587042, GO_FIREWORK_SHOW_TYPE_2_BLUE, 40 }, + { 587042, GO_FIREWORK_SHOW_TYPE_1_GREEN, 41 }, + { 587042, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 29 }, + { 588264, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 45 }, + { 589467, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 2 }, + { 589467, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 50 }, + { 590691, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 25 }, + { 590691, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 64 }, + { 590691, GO_FIREWORK_SHOW_TYPE_2_BLUE, 32 }, + { 591867, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 34 }, + { 591867, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 61 }, + { 591867, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 37 }, + { 591867, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 12 }, + { 591867, GO_FIREWORK_SHOW_TYPE_2_GREEN, 4 }, + { 591867, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 39 }, + { 591867, GO_FIREWORK_SHOW_TYPE_1_GREEN, 46 }, + { 591867, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 60 }, + { 591867, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 28 }, + { 591867, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 1 }, + { 591867, GO_FIREWORK_SHOW_TYPE_2_RED, 54 }, + { 591867, GO_FIREWORK_SHOW_TYPE_1_GREEN, 51 }, + { 591867, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 5 }, + { 591867, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 0 }, + { 591867, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 42 }, + { 591867, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 49 }, + { 591867, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 20 }, + { 591867, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 21 }, + { 591867, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 44 }, + { 591867, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 31 }, + { 591867, GO_FIREWORK_SHOW_TYPE_1_RED, 56 }, + { 591867, GO_FIREWORK_SHOW_TYPE_1_RED, 47 }, + { 593117, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 48 }, + { 593117, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 63 }, + { 593117, GO_FIREWORK_SHOW_TYPE_1_WHITE, 13 }, + { 593117, GO_FIREWORK_SHOW_TYPE_1_WHITE, 57 }, + { 593117, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 59 }, + { 593117, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 18 }, + { 593117, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 53 }, + { 593117, GO_FIREWORK_SHOW_TYPE_2_RED, 43 }, + { 593117, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 6 }, + { 593117, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 14 }, + { 593117, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 55 }, + { 594337, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 33 }, + { 594337, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 15 }, + { 594337, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 10 }, + { 594337, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 11 }, + { 594337, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 9 }, + { 594337, GO_FIREWORK_SHOW_TYPE_2_GREEN, 38 }, + { 594337, GO_FIREWORK_SHOW_TYPE_2_GREEN, 52 }, + { 594337, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 35 }, + { 594337, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 65 }, + { 594337, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 8 }, + { 594337, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 24 }, + { 594337, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 62 }, + { 594337, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 27 }, + { 594337, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 58 }, + { 595544, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 23 }, + { 595544, GO_FIREWORK_SHOW_TYPE_2_WHITE, 16 }, + { 595544, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 7 }, + { 595544, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 26 }, + { 595544, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 17 }, + { 595544, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 19 }, + { 595544, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 22 }, + { 596755, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 36 }, + { 596755, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 3 }, + { 600385, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 50 }, + { 600385, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 45 }, + { 601459, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 30 }, + { 601459, GO_FIREWORK_SHOW_TYPE_1_WHITE, 2 }, + { 601459, GO_FIREWORK_SHOW_TYPE_2_BLUE, 41 }, + { 601459, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 29 }, + { 601459, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 40 }, + { 603581, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 43 }, + { 605987, GO_FIREWORK_SHOW_TYPE_1_RED, 39 }, + { 605987, GO_FIREWORK_SHOW_TYPE_1_RED, 35 }, + { 605987, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 13 }, + { 605987, GO_FIREWORK_SHOW_TYPE_1_WHITE, 8 }, + { 605987, GO_FIREWORK_SHOW_TYPE_1_WHITE, 55 }, + { 605987, GO_FIREWORK_SHOW_TYPE_2_BLUE, 33 }, + { 605987, GO_FIREWORK_SHOW_TYPE_2_BLUE, 24 }, + { 605987, GO_FIREWORK_SHOW_TYPE_2_BLUE, 32 }, + { 605987, GO_FIREWORK_SHOW_TYPE_2_BLUE, 0 }, + { 605987, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 65 }, + { 605987, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 53 }, + { 605987, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 5 }, + { 605987, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 6 }, + { 605987, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 28 }, + { 605987, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 64 }, + { 605987, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 58 }, + { 605987, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 49 }, + { 605987, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 27 }, + { 605987, GO_FIREWORK_SHOW_TYPE_2_GREEN, 15 }, + { 605987, GO_FIREWORK_SHOW_TYPE_2_WHITE, 62 }, + { 605987, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 34 }, + { 605987, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 10 }, + { 605987, GO_FIREWORK_SHOW_TYPE_2_RED, 12 }, + { 605987, GO_FIREWORK_SHOW_TYPE_2_RED, 42 }, + { 605987, GO_FIREWORK_SHOW_TYPE_2_RED, 31 }, + { 605987, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 20 }, + { 605987, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 59 }, + { 605987, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 21 }, + { 605987, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 4 }, + { 605987, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 38 }, + { 605987, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 61 }, + { 605987, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 52 }, + { 607199, GO_FIREWORK_SHOW_TYPE_1_RED, 47 }, + { 607199, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 22 }, + { 607199, GO_FIREWORK_SHOW_TYPE_1_GREEN, 3 }, + { 607199, GO_FIREWORK_SHOW_TYPE_1_WHITE, 18 }, + { 607199, GO_FIREWORK_SHOW_TYPE_1_WHITE, 14 }, + { 607199, GO_FIREWORK_SHOW_TYPE_2_GREEN, 26 }, + { 607199, GO_FIREWORK_SHOW_TYPE_2_BLUE, 44 }, + { 607199, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 25 }, + { 607199, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 54 }, + { 607199, GO_FIREWORK_SHOW_TYPE_1_GREEN, 37 }, + { 607199, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 9 }, + { 607199, GO_FIREWORK_SHOW_TYPE_1_BLUE, 51 }, + { 607199, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 48 }, + { 607199, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 60 }, + { 607199, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 56 }, + { 607199, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 1 }, + { 607199, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 23 }, + { 607199, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 63 }, + { 607199, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 57 }, + { 607199, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 46 }, + { 607199, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 11 }, + { 608354, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 36 }, + { 608354, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 16 }, + { 608354, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 19 }, + { 608354, GO_FIREWORK_SHOW_TYPE_1_WHITE, 7 }, + { 610902, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 17 }, + { 612081, GO_FIREWORK_SHOW_TYPE_2_WHITE, 50 }, + { 612081, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 45 }, + { 615340, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 59 }, + { 615340, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 53 }, + { 615340, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 62 }, + { 616481, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 8 }, + { 616481, GO_FIREWORK_SHOW_TYPE_1_GREEN, 41 }, + { 616481, GO_FIREWORK_SHOW_TYPE_2_GREEN, 15 }, + { 616481, GO_FIREWORK_SHOW_TYPE_1_BLUE, 33 }, + { 616481, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 29 }, + { 616481, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 13 }, + { 616481, GO_FIREWORK_SHOW_TYPE_1_RED, 65 }, + { 616481, GO_FIREWORK_SHOW_TYPE_1_RED, 43 }, + { 616481, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 4 }, + { 616481, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 38 }, + { 616481, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 61 }, + { 616481, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 32 }, + { 616481, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 35 }, + { 616481, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 30 }, + { 616481, GO_FIREWORK_SHOW_TYPE_1_WHITE, 55 }, + { 618986, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 6 }, + { 618986, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 31 }, + { 618986, GO_FIREWORK_SHOW_TYPE_1_GREEN, 24 }, + { 618986, GO_FIREWORK_SHOW_TYPE_1_GREEN, 0 }, + { 618986, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 12 }, + { 618986, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 5 }, + { 618986, GO_FIREWORK_SHOW_TYPE_2_GREEN, 40 }, + { 618986, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 34 }, + { 618986, GO_FIREWORK_SHOW_TYPE_2_RED, 28 }, + { 618986, GO_FIREWORK_SHOW_TYPE_2_RED, 42 }, + { 618986, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 10 }, + { 618986, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 52 }, + { 618986, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 20 }, + { 618986, GO_FIREWORK_SHOW_TYPE_1_RED, 39 }, + { 618986, GO_FIREWORK_SHOW_TYPE_1_RED, 64 }, + { 618986, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 21 }, + { 618986, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 49 }, + { 618986, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 27 }, + { 618986, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 2 }, + { 618986, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 58 }, + { 620016, GO_FIREWORK_SHOW_TYPE_2_BLUE, 3 }, + { 620016, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 9 }, + { 620016, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 18 }, + { 620016, GO_FIREWORK_SHOW_TYPE_1_RED, 56 }, + { 621372, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 60 }, + { 621372, GO_FIREWORK_SHOW_TYPE_1_WHITE, 11 }, + { 621372, GO_FIREWORK_SHOW_TYPE_1_WHITE, 7 }, + { 621372, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 54 }, + { 621372, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 1 }, + { 621372, GO_FIREWORK_SHOW_TYPE_2_WHITE, 17 }, + { 621372, GO_FIREWORK_SHOW_TYPE_2_WHITE, 16 }, + { 621372, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 36 }, + { 621372, GO_FIREWORK_SHOW_TYPE_1_BLUE, 51 }, + { 621372, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 14 }, + { 621372, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 48 }, + { 621372, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 46 }, + { 621372, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 44 }, + { 621372, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 19 }, + { 623775, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 23 }, + { 623775, GO_FIREWORK_SHOW_TYPE_1_GREEN, 26 }, + { 623775, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 47 }, + { 623775, GO_FIREWORK_SHOW_TYPE_2_WHITE, 57 }, + { 623775, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 63 }, + { 623775, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 25 }, + { 623775, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 22 }, + { 623775, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 37 }, + { 625058, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 45 }, + { 625058, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 50 }, + { 628245, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 34 }, + { 628245, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 52 }, + { 629515, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 35 }, + { 629515, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 62 }, + { 629515, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 2 }, + { 629515, GO_FIREWORK_SHOW_TYPE_2_BLUE, 61 }, + { 629515, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 5 }, + { 629515, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 28 }, + { 629515, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 49 }, + { 629515, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 31 }, + { 629515, GO_FIREWORK_SHOW_TYPE_2_GREEN, 33 }, + { 629515, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 64 }, + { 629515, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 65 }, + { 629515, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 29 }, + { 629515, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 32 }, + { 629515, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 20 }, + { 629515, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 0 }, + { 629515, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 8 }, + { 629515, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 58 }, + { 629515, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 53 }, + { 629515, GO_FIREWORK_SHOW_TYPE_1_RED, 39 }, + { 629515, GO_FIREWORK_SHOW_TYPE_1_RED, 27 }, + { 629515, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 15 }, + { 629515, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 40 }, + { 629515, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 4 }, + { 629515, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 24 }, + { 629515, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 30 }, + { 630729, GO_FIREWORK_SHOW_TYPE_2_GREEN, 21 }, + { 630729, GO_FIREWORK_SHOW_TYPE_2_GREEN, 41 }, + { 630729, GO_FIREWORK_SHOW_TYPE_2_RED, 12 }, + { 630729, GO_FIREWORK_SHOW_TYPE_1_BLUE, 38 }, + { 630729, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 42 }, + { 631937, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 43 }, + { 631937, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 55 }, + { 631937, GO_FIREWORK_SHOW_TYPE_2_WHITE, 13 }, + { 631937, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 10 }, + { 631937, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 59 }, + { 631937, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 6 }, + { 633162, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 54 }, + { 633162, GO_FIREWORK_SHOW_TYPE_1_WHITE, 23 }, + { 634255, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 7 }, + { 634255, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 16 }, + { 634255, GO_FIREWORK_SHOW_TYPE_1_WHITE, 17 }, + { 634255, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 57 }, + { 634255, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 48 }, + { 634255, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 60 }, + { 634255, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 63 }, + { 634255, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 1 }, + { 634255, GO_FIREWORK_SHOW_TYPE_2_WHITE, 22 }, + { 634255, GO_FIREWORK_SHOW_TYPE_2_RED, 9 }, + { 634255, GO_FIREWORK_SHOW_TYPE_2_RED, 56 }, + { 634255, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 46 }, + { 634255, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 14 }, + { 635437, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 26 }, + { 635437, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 25 }, + { 635437, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 3 }, + { 635437, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 51 }, + { 635437, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 47 }, + { 635437, GO_FIREWORK_SHOW_TYPE_2_BLUE, 37 }, + { 635437, GO_FIREWORK_SHOW_TYPE_1_GREEN, 19 }, + { 635437, GO_FIREWORK_SHOW_TYPE_2_WHITE, 18 }, + { 635437, GO_FIREWORK_SHOW_TYPE_1_WHITE, 66 }, + { 635437, GO_FIREWORK_SHOW_TYPE_2_RED, 36 }, + { 635437, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 44 }, + { 635437, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 11 }, + { 638539, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 45 }, + { 638539, GO_FIREWORK_SHOW_TYPE_1_WHITE, 50 }, + { 639634, GO_FIREWORK_SHOW_TYPE_2_BLUE, 46 }, + { 639634, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 58 }, + { 639634, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 2 }, + { 639634, GO_FIREWORK_SHOW_TYPE_1_RED, 54 }, + { 639634, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 29 }, + { 639634, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 38 }, + { 639634, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 61 }, + { 639634, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 8 }, + { 640848, GO_FIREWORK_SHOW_TYPE_2_BLUE, 40 }, + { 640848, GO_FIREWORK_SHOW_TYPE_2_BLUE, 30 }, + { 640848, GO_FIREWORK_SHOW_TYPE_1_GREEN, 21 }, + { 640848, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 9 }, + { 640848, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 39 }, + { 640848, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 28 }, + { 640848, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 27 }, + { 640848, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 63 }, + { 640848, GO_FIREWORK_SHOW_TYPE_1_RED, 34 }, + { 640848, GO_FIREWORK_SHOW_TYPE_2_WHITE, 14 }, + { 640848, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 60 }, + { 640848, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 56 }, + { 640848, GO_FIREWORK_SHOW_TYPE_2_RED, 35 }, + { 640848, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 5 }, + { 640848, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 31 }, + { 640848, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 16 }, + { 640848, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 57 }, + { 640848, GO_FIREWORK_SHOW_TYPE_1_RED, 12 }, + { 640848, GO_FIREWORK_SHOW_TYPE_1_RED, 64 }, + { 640848, GO_FIREWORK_SHOW_TYPE_1_RED, 10 }, + { 640848, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 41 }, + { 640848, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 43 }, + { 640848, GO_FIREWORK_SHOW_TYPE_1_BLUE, 52 }, + { 640848, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 59 }, + { 640848, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 62 }, + { 640848, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 53 }, + { 643167, GO_FIREWORK_SHOW_TYPE_2_BLUE, 33 }, + { 643167, GO_FIREWORK_SHOW_TYPE_2_BLUE, 4 }, + { 643167, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 23 }, + { 643167, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 49 }, + { 643167, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 65 }, + { 643167, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 1 }, + { 643167, GO_FIREWORK_SHOW_TYPE_2_GREEN, 15 }, + { 643167, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 42 }, + { 643167, GO_FIREWORK_SHOW_TYPE_1_BLUE, 32 }, + { 643167, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 7 }, + { 643167, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 22 }, + { 643167, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 17 }, + { 643167, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 0 }, + { 643167, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 20 }, + { 643167, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 24 }, + { 643167, GO_FIREWORK_SHOW_TYPE_1_WHITE, 13 }, + { 643167, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 48 }, + { 643167, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 55 }, + { 643167, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 6 }, +}; + +FireworkShow const fireworkShowSilvermoon = +{ + .schedule = + { + .entries = fireworkShowScheduleSilvermoon, + .size = sizeof(fireworkShowScheduleSilvermoon) / sizeof(fireworkShowScheduleSilvermoon[0]) + }, + .spawns = + { + .entries = fireworkShowGameobjectSilvermoon, + .size = sizeof(fireworkShowGameobjectSilvermoon) / sizeof(fireworkShowGameobjectSilvermoon[0]) + }, + .revelerId = + { + NPC_BLOOD_ELF_REVELER, + 0 + } +}; + +#endif diff --git a/src/server/scripts/Events/firework_show/firework_show_Stormwind.h b/src/server/scripts/Events/firework_show/firework_show_Stormwind.h new file mode 100644 index 000000000..e2c6ac2e5 --- /dev/null +++ b/src/server/scripts/Events/firework_show/firework_show_Stormwind.h @@ -0,0 +1,1660 @@ +/* + * This file is part of the AzerothCore Project. See AUTHORS file for Copyright information + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU Affero General Public License as published by the + * Free Software Foundation; either version 3 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see . + */ + +#ifndef DEF_FIREWORK_SHOW_STORMWIND_H +#define DEF_FIREWORK_SHOW_STORMWIND_H + +#include "firework_show.h" + +// VerifiedBuild 50250 - Midsummer Fireworks Spectacular event +FireworkShowGameobject const fireworkShowGameobjectStormwind[] = +{ + { -8945.564f, 511.51562f, 148.2895f, 5.8992143f, 0.0f, 0.0f, -0.1908083f, 0.9816273f }, /* 0 */ + { -8937.466f, 517.05206f, 147.13005f, 3.6826503f, 0.0f, 0.0f, -0.9636297f, 0.267241f }, /* 1 */ + { -8888.514f, 573.9601f, 143.53285f, 4.7647495f, 0.0f, 0.0f, -0.6883545f, 0.72537446f }, /* 2 */ + { -8937.466f, 517.05206f, 167.63005f, 3.6826503f, 0.0f, 0.0f, -0.9636297f, 0.267241f }, /* 3 */ + { -8964.986f, 535.21356f, 160.58374f, 4.886924f, 0.0f, 0.0f, -0.642787f, 0.766045f }, /* 4 */ + { -8877.406f, 577.82294f, 137.76657f, 3.47321f, 0.0f, 0.0f, -0.9862852f, 0.1650499f }, /* 5 */ + { -8945.564f, 511.51562f, 150.92146f, 5.8992143f, 0.0f, 0.0f, -0.1908083f, 0.9816273f }, /* 6 */ + { -8968.125f, 525.1285f, 164.58287f, 3.0543265f, 0.0f, 0.0f, 0.99904823f, 0.04361926f }, /* 7 */ + { -8957.857f, 521.934f, 142.81516f, 4.729844f, 0.0f, 0.0f, -0.70090866f, 0.71325105f }, /* 8 */ + { -8884.038f, 577.46356f, 136.07404f, 3.7001047f, 0.0f, 0.0f, -0.9612608f, 0.2756405f }, /* 9 */ + { -8945.109f, 496.37152f, 137.19191f, 6.073746f, 0.0f, 0.0f, -0.10452843f, 0.9945219f }, /* 10 */ + { -8976.0625f, 535.05035f, 164.378f, 4.66003f, 0.0f, 0.0f, -0.7253742f, 0.68835473f }, /* 11 */ + { -8961.319f, 533.3333f, 146.44656f, 2.1991146f, 0.0f, 0.0f, 0.89100647f, 0.45399064f }, /* 12 */ + { -8887.359f, 568.7083f, 151.4847f, 6.0912004f, 0.0f, 0.0f, -0.09584522f, 0.99539626f }, /* 13 */ + { -8968.125f, 525.1285f, 165.83981f, 3.0543265f, 0.0f, 0.0f, 0.99904823f, 0.04361926f }, /* 14 */ + { -8937.114f, 486.76736f, 164.73012f, 2.1118479f, 0.0f, 0.0f, 0.8703556f, 0.4924237f }, /* 15 */ + { -8954.139f, 507.56946f, 164.82593f, 2.5481794f, 0.0f, 0.0f, 0.95630455f, 0.29237235f }, /* 16 */ + { -8937.466f, 517.05206f, 154.47032f, 3.6826503f, 0.0f, 0.0f, -0.9636297f, 0.267241f }, /* 17 */ + { -8986.255f, 548.2847f, 163.08516f, 5.550147f, 0.0f, 0.0f, -0.35836792f, 0.93358046f }, /* 18 */ + { -8887.359f, 568.7083f, 135.24858f, 6.0912004f, 0.0f, 0.0f, -0.09584522f, 0.99539626f }, /* 19 */ + { -8976.716f, 545.92883f, 143.35352f, 5.550147f, 0.0f, 0.0f, -0.35836792f, 0.93358046f }, /* 20 */ + { -8888.514f, 573.9601f, 141.96341f, 4.7647495f, 0.0f, 0.0f, -0.6883545f, 0.72537446f }, /* 21 */ + { -8976.0625f, 535.05035f, 162.03773f, 4.66003f, 0.0f, 0.0f, -0.7253742f, 0.68835473f }, /* 22 */ + { -8961.319f, 533.3333f, 149.00906f, 2.1991146f, 0.0f, 0.0f, 0.89100647f, 0.45399064f }, /* 23 */ + { -8877.643f, 588.6059f, 138.78757f, 0.13962449f, 0.0f, 0.0f, 0.069755554f, 0.99756414f }, /* 24 */ + { -8937.114f, 486.76736f, 169.5565f, 2.1118479f, 0.0f, 0.0f, 0.8703556f, 0.4924237f }, /* 25 */ + { -8945.109f, 496.37152f, 142.5808f, 6.073746f, 0.0f, 0.0f, -0.10452843f, 0.9945219f }, /* 26 */ + { -8943.316f, 516.0191f, 163.42262f, 5.8468537f, 0.0f, 0.0f, -0.21643925f, 0.97629607f }, /* 27 */ + { -8888.514f, 573.9601f, 149.99118f, 4.7647495f, 0.0f, 0.0f, -0.6883545f, 0.72537446f }, /* 28 */ + { -8957.122f, 517.7014f, 145.23196f, 3.6302915f, 0.0f, 0.0f, -0.97029495f, 0.241925f }, /* 29 */ + { -8954.139f, 507.56946f, 162.77037f, 2.5481794f, 0.0f, 0.0f, 0.95630455f, 0.29237235f }, /* 30 */ + { -8964.986f, 535.21356f, 153.71568f, 4.886924f, 0.0f, 0.0f, -0.642787f, 0.766045f }, /* 31 */ + { -8957.122f, 517.7014f, 141.91252f, 3.6302915f, 0.0f, 0.0f, -0.97029495f, 0.241925f }, /* 32 */ + { -8888.192f, 584.4792f, 138.64586f, 0.9773831f, 0.0f, 0.0f, 0.46947098f, 0.8829479f }, /* 33 */ + { -8888.192f, 584.4792f, 144.4653f, 0.9773831f, 0.0f, 0.0f, 0.46947098f, 0.8829479f }, /* 34 */ + { -8888.192f, 584.4792f, 150.57642f, 0.9773831f, 0.0f, 0.0f, 0.46947098f, 0.8829479f }, /* 35 */ + { -8961.319f, 533.3333f, 154.17574f, 2.1991146f, 0.0f, 0.0f, 0.89100647f, 0.45399064f }, /* 36 */ + { -8877.643f, 588.6059f, 135.17647f, 0.13962449f, 0.0f, 0.0f, 0.069755554f, 0.99756414f }, /* 37 */ + { -8964.986f, 535.21356f, 147.34068f, 4.886924f, 0.0f, 0.0f, -0.642787f, 0.766045f }, /* 38 */ + { -8943.316f, 516.0191f, 139.85316f, 5.8468537f, 0.0f, 0.0f, -0.21643925f, 0.97629607f }, /* 39 */ + { -8877.406f, 577.82294f, 136.93324f, 3.47321f, 0.0f, 0.0f, -0.9862852f, 0.1650499f }, /* 40 */ + { -8884.038f, 577.46356f, 135.34486f, 3.7001047f, 0.0f, 0.0f, -0.9612608f, 0.2756405f }, /* 41 */ + { -8877.643f, 588.6059f, 133.33618f, 0.13962449f, 0.0f, 0.0f, 0.069755554f, 0.99756414f }, /* 42 */ + { -8943.316f, 516.0191f, 177.3115f, 5.8468537f, 0.0f, 0.0f, -0.21643925f, 0.97629607f }, /* 43 */ + { -8887.359f, 568.7083f, 136.9222f, 6.0912004f, 0.0f, 0.0f, -0.09584522f, 0.99539626f }, /* 44 */ + { -8884.038f, 577.46356f, 135.92125f, 3.7001047f, 0.0f, 0.0f, -0.9612608f, 0.2756405f }, /* 45 */ + { -8877.406f, 577.82294f, 132.65547f, 3.47321f, 0.0f, 0.0f, -0.9862852f, 0.1650499f }, /* 46 */ + { -8925.567f, 542.2158f, 116.16192f, 6.0912004f, 0.0f, 0.0f, -0.09584522f, 0.99539626f }, /* 47 */ +}; + +// VerifiedBuild 50250 - Midsummer Fireworks Spectacular event +FireworkShowScheduleEntry const fireworkShowScheduleStormwind[] = +{ + { 0, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 0 }, + { 2030, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 1 }, + { 3638, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 2 }, + { 6076, GO_FIREWORK_SHOW_TYPE_1_RED, 3 }, + { 6888, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 4 }, + { 6888, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 5 }, + { 6888, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 6 }, + { 6888, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 7 }, + { 7294, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 0 }, + { 8504, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 8 }, + { 8504, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 9 }, + { 9716, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 10 }, + { 9716, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 11 }, + { 10280, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 12 }, + { 10931, GO_FIREWORK_SHOW_TYPE_2_RED, 13 }, + { 11732, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 14 }, + { 11732, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 15 }, + { 11732, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 16 }, + { 12055, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 17 }, + { 13352, GO_FIREWORK_SHOW_TYPE_1_WHITE, 18 }, + { 14548, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 19 }, + { 14548, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 20 }, + { 14548, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 21 }, + { 15371, GO_FIREWORK_SHOW_TYPE_1_BLUE, 22 }, + { 17001, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 10 }, + { 17001, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 11 }, + { 17001, GO_FIREWORK_SHOW_TYPE_2_GREEN, 23 }, + { 18216, GO_FIREWORK_SHOW_TYPE_1_GREEN, 24 }, + { 18216, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 25 }, + { 18216, GO_FIREWORK_SHOW_TYPE_2_WHITE, 8 }, + { 18216, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 26 }, + { 19434, GO_FIREWORK_SHOW_TYPE_2_GREEN, 27 }, + { 19434, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 28 }, + { 19434, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 29 }, + { 20236, GO_FIREWORK_SHOW_TYPE_2_BLUE, 6 }, + { 20551, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 4 }, + { 21854, GO_FIREWORK_SHOW_TYPE_2_GREEN, 30 }, + { 21854, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 1 }, + { 21854, GO_FIREWORK_SHOW_TYPE_1_GREEN, 31 }, + { 22654, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 29 }, + { 23048, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 32 }, + { 23048, GO_FIREWORK_SHOW_TYPE_1_WHITE, 33 }, + { 24287, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 34 }, + { 24287, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 35 }, + { 25052, GO_FIREWORK_SHOW_TYPE_1_RED, 36 }, + { 25485, GO_FIREWORK_SHOW_TYPE_1_RED, 25 }, + { 26295, GO_FIREWORK_SHOW_TYPE_2_RED, 8 }, + { 26698, GO_FIREWORK_SHOW_TYPE_1_RED, 37 }, + { 26698, GO_FIREWORK_SHOW_TYPE_2_BLUE, 5 }, + { 27503, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 3 }, + { 27503, GO_FIREWORK_SHOW_TYPE_1_WHITE, 38 }, + { 27904, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 39 }, + { 27904, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 15 }, + { 27904, GO_FIREWORK_SHOW_TYPE_2_GREEN, 7 }, + { 27904, GO_FIREWORK_SHOW_TYPE_1_WHITE, 40 }, + { 29055, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 0 }, + { 29055, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 16 }, + { 29921, GO_FIREWORK_SHOW_TYPE_1_GREEN, 41 }, + { 30998, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 42 }, + { 30998, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 43 }, + { 31418, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 14 }, + { 31418, GO_FIREWORK_SHOW_TYPE_1_GREEN, 20 }, + { 33163, GO_FIREWORK_SHOW_TYPE_2_BLUE, 26 }, + { 33967, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 44 }, + { 33967, GO_FIREWORK_SHOW_TYPE_1_WHITE, 14 }, + { 34773, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 18 }, + { 38818, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 3 }, + { 38818, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 1 }, + { 38818, GO_FIREWORK_SHOW_TYPE_1_GREEN, 34 }, + { 38818, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 28 }, + { 38818, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 10 }, + { 39620, GO_FIREWORK_SHOW_TYPE_2_WHITE, 19 }, + { 39620, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 8 }, + { 40026, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 13 }, + { 40026, GO_FIREWORK_SHOW_TYPE_1_BLUE, 27 }, + { 40834, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 15 }, + { 41239, GO_FIREWORK_SHOW_TYPE_1_RED, 36 }, + { 41239, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 6 }, + { 43674, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 2 }, + { 43674, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 23 }, + { 44485, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 0 }, + { 44485, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 21 }, + { 45285, GO_FIREWORK_SHOW_TYPE_1_BLUE, 22 }, + { 45285, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 43 }, + { 45692, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 37 }, + { 45692, GO_FIREWORK_SHOW_TYPE_2_WHITE, 42 }, + { 46092, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 17 }, + { 46092, GO_FIREWORK_SHOW_TYPE_2_GREEN, 8 }, + { 46897, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 45 }, + { 46897, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 29 }, + { 46897, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 46 }, + { 48519, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 8 }, + { 48519, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 32 }, + { 48519, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 4 }, + { 50541, GO_FIREWORK_SHOW_TYPE_1_WHITE, 0 }, + { 50541, GO_FIREWORK_SHOW_TYPE_1_BLUE, 31 }, + { 50541, GO_FIREWORK_SHOW_TYPE_1_WHITE, 16 }, + { 50541, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 16 }, + { 50946, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 25 }, + { 51756, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 11 }, + { 52159, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 1 }, + { 52159, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 9 }, + { 53773, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 10 }, + { 53773, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 35 }, + { 53773, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 25 }, + { 54185, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 33 }, + { 54589, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 38 }, + { 55234, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 18 }, + { 55799, GO_FIREWORK_SHOW_TYPE_2_GREEN, 15 }, + { 56606, GO_FIREWORK_SHOW_TYPE_1_GREEN, 23 }, + { 57019, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 13 }, + { 57019, GO_FIREWORK_SHOW_TYPE_2_BLUE, 28 }, + { 57019, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 40 }, + { 58234, GO_FIREWORK_SHOW_TYPE_2_WHITE, 29 }, + { 59040, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 10 }, + { 59040, GO_FIREWORK_SHOW_TYPE_2_GREEN, 24 }, + { 59040, GO_FIREWORK_SHOW_TYPE_2_RED, 37 }, + { 59040, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 20 }, + { 59040, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 34 }, + { 60186, GO_FIREWORK_SHOW_TYPE_2_GREEN, 27 }, + { 61477, GO_FIREWORK_SHOW_TYPE_2_RED, 46 }, + { 61760, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 39 }, + { 62300, GO_FIREWORK_SHOW_TYPE_2_WHITE, 14 }, + { 62300, GO_FIREWORK_SHOW_TYPE_2_WHITE, 18 }, + { 63916, GO_FIREWORK_SHOW_TYPE_2_RED, 2 }, + { 65129, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 0 }, + { 65129, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 7 }, + { 65532, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 44 }, + { 66745, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 14 }, + { 66745, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 36 }, + { 66745, GO_FIREWORK_SHOW_TYPE_1_WHITE, 42 }, + { 67961, GO_FIREWORK_SHOW_TYPE_1_WHITE, 11 }, + { 68768, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 19 }, + { 68768, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 32 }, + { 69169, GO_FIREWORK_SHOW_TYPE_2_BLUE, 26 }, + { 69977, GO_FIREWORK_SHOW_TYPE_1_WHITE, 21 }, + { 70393, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 43 }, + { 70393, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 22 }, + { 71609, GO_FIREWORK_SHOW_TYPE_2_BLUE, 17 }, + { 72817, GO_FIREWORK_SHOW_TYPE_1_BLUE, 30 }, + { 73625, GO_FIREWORK_SHOW_TYPE_2_BLUE, 5 }, + { 74028, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 10 }, + { 74836, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 8 }, + { 75238, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 16 }, + { 75238, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 3 }, + { 77661, GO_FIREWORK_SHOW_TYPE_2_RED, 25 }, + { 78465, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 13 }, + { 78465, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 41 }, + { 78875, GO_FIREWORK_SHOW_TYPE_1_WHITE, 1 }, + { 80090, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 23 }, + { 80090, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 45 }, + { 80908, GO_FIREWORK_SHOW_TYPE_1_RED, 16 }, + { 81211, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 46 }, + { 81211, GO_FIREWORK_SHOW_TYPE_2_BLUE, 6 }, + { 81211, GO_FIREWORK_SHOW_TYPE_2_WHITE, 14 }, + { 81211, GO_FIREWORK_SHOW_TYPE_1_BLUE, 20 }, + { 81702, GO_FIREWORK_SHOW_TYPE_1_BLUE, 28 }, + { 82523, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 0 }, + { 82523, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 36 }, + { 83730, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 29 }, + { 84954, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 4 }, + { 86182, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 25 }, + { 86182, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 42 }, + { 86182, GO_FIREWORK_SHOW_TYPE_2_WHITE, 40 }, + { 86182, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 38 }, + { 86182, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 31 }, + { 86182, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 0 }, + { 86182, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 35 }, + { 88199, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 12 }, + { 89396, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 29 }, + { 89396, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 37 }, + { 89396, GO_FIREWORK_SHOW_TYPE_1_BLUE, 34 }, + { 89820, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 10 }, + { 89820, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 3 }, + { 89820, GO_FIREWORK_SHOW_TYPE_1_GREEN, 8 }, + { 89820, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 14 }, + { 91035, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 19 }, + { 91035, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 9 }, + { 91035, GO_FIREWORK_SHOW_TYPE_2_GREEN, 15 }, + { 92242, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 22 }, + { 92242, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 11 }, + { 92867, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 41 }, + { 92867, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 1 }, + { 92867, GO_FIREWORK_SHOW_TYPE_2_WHITE, 33 }, + { 92867, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 44 }, + { 92867, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 18 }, + { 95777, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 17 }, + { 95777, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 8 }, + { 97897, GO_FIREWORK_SHOW_TYPE_1_WHITE, 16 }, + { 98861, GO_FIREWORK_SHOW_TYPE_1_RED, 16 }, + { 98861, GO_FIREWORK_SHOW_TYPE_2_GREEN, 30 }, + { 99536, GO_FIREWORK_SHOW_TYPE_1_RED, 18 }, + { 100750, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 25 }, + { 100750, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 25 }, + { 100750, GO_FIREWORK_SHOW_TYPE_2_WHITE, 0 }, + { 101967, GO_FIREWORK_SHOW_TYPE_1_WHITE, 10 }, + { 101967, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 0 }, + { 103180, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 28 }, + { 103988, GO_FIREWORK_SHOW_TYPE_1_RED, 8 }, + { 105599, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 42 }, + { 105599, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 31 }, + { 105599, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 13 }, + { 105599, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 24 }, + { 105599, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 2 }, + { 106820, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 27 }, + { 108033, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 35 }, + { 108033, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 4 }, + { 108850, GO_FIREWORK_SHOW_TYPE_2_WHITE, 11 }, + { 108850, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 40 }, + { 109872, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 6 }, + { 110468, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 34 }, + { 110468, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 45 }, + { 110468, GO_FIREWORK_SHOW_TYPE_1_WHITE, 33 }, + { 110468, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 19 }, + { 111675, GO_FIREWORK_SHOW_TYPE_2_GREEN, 22 }, + { 111675, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 3 }, + { 111675, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 12 }, + { 111675, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 14 }, + { 112068, GO_FIREWORK_SHOW_TYPE_1_RED, 16 }, + { 112068, GO_FIREWORK_SHOW_TYPE_1_WHITE, 18 }, + { 112877, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 9 }, + { 112877, GO_FIREWORK_SHOW_TYPE_2_BLUE, 5 }, + { 113686, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 46 }, + { 115296, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 43 }, + { 115296, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 32 }, + { 116508, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 29 }, + { 117721, GO_FIREWORK_SHOW_TYPE_1_BLUE, 17 }, + { 117721, GO_FIREWORK_SHOW_TYPE_1_RED, 29 }, + { 118525, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 27 }, + { 118889, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 25 }, + { 118889, GO_FIREWORK_SHOW_TYPE_1_RED, 36 }, + { 119746, GO_FIREWORK_SHOW_TYPE_1_BLUE, 41 }, + { 119746, GO_FIREWORK_SHOW_TYPE_1_RED, 14 }, + { 121367, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 15 }, + { 122175, GO_FIREWORK_SHOW_TYPE_1_WHITE, 10 }, + { 123386, GO_FIREWORK_SHOW_TYPE_2_RED, 0 }, + { 123778, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 38 }, + { 123778, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 34 }, + { 123778, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 11 }, + { 124999, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 6 }, + { 124999, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 8 }, + { 124999, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 1 }, + { 126205, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 7 }, + { 126205, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 20 }, + { 126205, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 10 }, + { 127023, GO_FIREWORK_SHOW_TYPE_2_BLUE, 26 }, + { 127023, GO_FIREWORK_SHOW_TYPE_1_WHITE, 45 }, + { 127023, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 37 }, + { 128244, GO_FIREWORK_SHOW_TYPE_1_RED, 35 }, + { 128244, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 4 }, + { 128647, GO_FIREWORK_SHOW_TYPE_1_RED, 2 }, + { 128647, GO_FIREWORK_SHOW_TYPE_1_WHITE, 11 }, + { 129865, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 42 }, + { 129865, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 30 }, + { 129865, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 44 }, + { 131086, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 0 }, + { 131086, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 23 }, + { 133401, GO_FIREWORK_SHOW_TYPE_2_WHITE, 33 }, + { 133401, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 14 }, + { 134714, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 24 }, + { 134714, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 13 }, + { 134714, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 19 }, + { 135937, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 8 }, + { 137968, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 18 }, + { 137968, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 25 }, + { 138373, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 31 }, + { 138373, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 1 }, + { 139581, GO_FIREWORK_SHOW_TYPE_2_BLUE, 15 }, + { 139581, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 12 }, + { 139581, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 39 }, + { 141618, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 32 }, + { 141618, GO_FIREWORK_SHOW_TYPE_2_RED, 36 }, + { 142838, GO_FIREWORK_SHOW_TYPE_2_BLUE, 27 }, + { 143183, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 43 }, + { 144455, GO_FIREWORK_SHOW_TYPE_2_GREEN, 17 }, + { 144455, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 14 }, + { 144455, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 28 }, + { 144455, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 11 }, + { 144455, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 16 }, + { 145671, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 21 }, + { 145671, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 20 }, + { 146480, GO_FIREWORK_SHOW_TYPE_1_BLUE, 8 }, + { 146480, GO_FIREWORK_SHOW_TYPE_1_RED, 10 }, + { 146480, GO_FIREWORK_SHOW_TYPE_2_WHITE, 10 }, + { 148099, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 16 }, + { 149321, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 25 }, + { 149321, GO_FIREWORK_SHOW_TYPE_2_BLUE, 22 }, + { 150523, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 46 }, + { 151336, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 44 }, + { 151336, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 5 }, + { 151336, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 8 }, + { 151336, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 9 }, + { 152546, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 0 }, + { 152951, GO_FIREWORK_SHOW_TYPE_1_BLUE, 7 }, + { 152951, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 37 }, + { 152951, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 2 }, + { 154148, GO_FIREWORK_SHOW_TYPE_1_BLUE, 6 }, + { 154148, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 0 }, + { 154148, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 41 }, + { 155367, GO_FIREWORK_SHOW_TYPE_2_RED, 3 }, + { 156180, GO_FIREWORK_SHOW_TYPE_2_WHITE, 42 }, + { 156180, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 26 }, + { 157390, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 13 }, + { 157390, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 14 }, + { 157794, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 35 }, + { 157794, GO_FIREWORK_SHOW_TYPE_2_WHITE, 12 }, + { 159019, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 39 }, + { 159019, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 38 }, + { 161039, GO_FIREWORK_SHOW_TYPE_1_WHITE, 16 }, + { 161039, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 40 }, + { 161039, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 33 }, + { 161039, GO_FIREWORK_SHOW_TYPE_1_GREEN, 28 }, + { 162653, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 18 }, + { 163868, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 8 }, + { 165102, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 0 }, + { 165908, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 43 }, + { 165908, GO_FIREWORK_SHOW_TYPE_1_GREEN, 17 }, + { 165908, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 11 }, + { 165908, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 29 }, + { 165908, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 29 }, + { 167533, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 24 }, + { 167533, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 8 }, + { 168692, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 31 }, + { 169142, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 30 }, + { 169964, GO_FIREWORK_SHOW_TYPE_2_RED, 25 }, + { 170778, GO_FIREWORK_SHOW_TYPE_2_RED, 13 }, + { 170778, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 9 }, + { 170778, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 41 }, + { 170778, GO_FIREWORK_SHOW_TYPE_1_RED, 36 }, + { 172388, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 11 }, + { 174828, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 18 }, + { 175640, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 2 }, + { 175640, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 14 }, + { 175640, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 16 }, + { 175640, GO_FIREWORK_SHOW_TYPE_2_GREEN, 7 }, + { 175640, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 3 }, + { 175640, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 5 }, + { 175640, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 22 }, + { 176847, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 45 }, + { 176847, GO_FIREWORK_SHOW_TYPE_1_RED, 4 }, + { 177264, GO_FIREWORK_SHOW_TYPE_1_RED, 10 }, + { 177264, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 44 }, + { 177264, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 19 }, + { 177264, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 26 }, + { 178480, GO_FIREWORK_SHOW_TYPE_2_BLUE, 17 }, + { 178480, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 11 }, + { 178480, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 35 }, + { 178480, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 20 }, + { 178480, GO_FIREWORK_SHOW_TYPE_2_RED, 46 }, + { 179695, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 25 }, + { 179695, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 8 }, + { 180507, GO_FIREWORK_SHOW_TYPE_1_WHITE, 33 }, + { 182136, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 18 }, + { 182136, GO_FIREWORK_SHOW_TYPE_2_WHITE, 1 }, + { 182136, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 6 }, + { 183344, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 40 }, + { 183344, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 8 }, + { 183344, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 15 }, + { 183344, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 0 }, + { 185368, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 14 }, + { 185368, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 30 }, + { 186590, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 10 }, + { 186590, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 39 }, + { 187801, GO_FIREWORK_SHOW_TYPE_1_BLUE, 31 }, + { 188205, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 43 }, + { 189412, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 19 }, + { 189412, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 3 }, + { 190224, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 8 }, + { 190224, GO_FIREWORK_SHOW_TYPE_2_RED, 36 }, + { 190636, GO_FIREWORK_SHOW_TYPE_1_RED, 2 }, + { 191438, GO_FIREWORK_SHOW_TYPE_1_GREEN, 22 }, + { 191853, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 21 }, + { 191853, GO_FIREWORK_SHOW_TYPE_1_WHITE, 12 }, + { 192649, GO_FIREWORK_SHOW_TYPE_1_GREEN, 41 }, + { 193064, GO_FIREWORK_SHOW_TYPE_2_BLUE, 27 }, + { 193064, GO_FIREWORK_SHOW_TYPE_1_WHITE, 0 }, + { 194258, GO_FIREWORK_SHOW_TYPE_2_WHITE, 29 }, + { 194978, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 25 }, + { 194978, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 28 }, + { 194978, GO_FIREWORK_SHOW_TYPE_1_WHITE, 16 }, + { 194978, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 20 }, + { 195471, GO_FIREWORK_SHOW_TYPE_1_RED, 18 }, + { 197898, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 11 }, + { 197898, GO_FIREWORK_SHOW_TYPE_2_WHITE, 42 }, + { 197898, GO_FIREWORK_SHOW_TYPE_2_WHITE, 40 }, + { 197898, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 45 }, + { 197898, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 10 }, + { 199127, GO_FIREWORK_SHOW_TYPE_2_WHITE, 38 }, + { 199127, GO_FIREWORK_SHOW_TYPE_2_GREEN, 5 }, + { 199127, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 34 }, + { 199927, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 35 }, + { 199927, GO_FIREWORK_SHOW_TYPE_1_RED, 46 }, + { 201152, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 0 }, + { 201550, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 25 }, + { 201550, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 8 }, + { 201550, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 44 }, + { 202769, GO_FIREWORK_SHOW_TYPE_1_BLUE, 26 }, + { 202769, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 24 }, + { 202769, GO_FIREWORK_SHOW_TYPE_1_BLUE, 23 }, + { 203982, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 10 }, + { 203982, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 7 }, + { 203982, GO_FIREWORK_SHOW_TYPE_1_RED, 14 }, + { 203982, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 9 }, + { 206015, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 41 }, + { 206015, GO_FIREWORK_SHOW_TYPE_2_RED, 13 }, + { 207617, GO_FIREWORK_SHOW_TYPE_1_RED, 29 }, + { 207617, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 37 }, + { 207617, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 32 }, + { 208836, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 18 }, + { 208836, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 21 }, + { 209640, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 19 }, + { 210678, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 4 }, + { 210678, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 3 }, + { 211250, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 20 }, + { 211250, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 1 }, + { 211250, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 15 }, + { 211250, GO_FIREWORK_SHOW_TYPE_1_GREEN, 30 }, + { 212464, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 18 }, + { 212464, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 16 }, + { 212464, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 8 }, + { 214086, GO_FIREWORK_SHOW_TYPE_2_GREEN, 6 }, + { 215297, GO_FIREWORK_SHOW_TYPE_2_RED, 43 }, + { 215297, GO_FIREWORK_SHOW_TYPE_2_BLUE, 27 }, + { 217312, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 10 }, + { 217312, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 36 }, + { 217312, GO_FIREWORK_SHOW_TYPE_1_BLUE, 8 }, + { 217312, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 0 }, + { 218533, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 34 }, + { 218533, GO_FIREWORK_SHOW_TYPE_2_WHITE, 12 }, + { 218533, GO_FIREWORK_SHOW_TYPE_1_BLUE, 7 }, + { 218533, GO_FIREWORK_SHOW_TYPE_2_BLUE, 22 }, + { 219338, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 35 }, + { 220556, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 40 }, + { 220957, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 38 }, + { 222173, GO_FIREWORK_SHOW_TYPE_2_WHITE, 25 }, + { 222173, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 46 }, + { 222173, GO_FIREWORK_SHOW_TYPE_2_BLUE, 17 }, + { 223380, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 2 }, + { 223380, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 33 }, + { 224195, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 0 }, + { 224195, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 11 }, + { 224195, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 14 }, + { 225406, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 14 }, + { 225814, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 32 }, + { 225814, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 42 }, + { 225814, GO_FIREWORK_SHOW_TYPE_1_BLUE, 23 }, + { 225814, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 1 }, + { 225814, GO_FIREWORK_SHOW_TYPE_2_BLUE, 28 }, + { 229027, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 25 }, + { 230290, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 31 }, + { 230689, GO_FIREWORK_SHOW_TYPE_1_WHITE, 39 }, + { 231910, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 26 }, + { 231910, GO_FIREWORK_SHOW_TYPE_2_GREEN, 41 }, + { 231910, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 8 }, + { 231910, GO_FIREWORK_SHOW_TYPE_2_RED, 9 }, + { 233943, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 20 }, + { 233943, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 13 }, + { 233943, GO_FIREWORK_SHOW_TYPE_1_GREEN, 30 }, + { 235390, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 16 }, + { 235390, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 34 }, + { 236771, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 10 }, + { 236771, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 4 }, + { 236771, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 3 }, + { 236771, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 29 }, + { 236771, GO_FIREWORK_SHOW_TYPE_1_RED, 11 }, + { 237979, GO_FIREWORK_SHOW_TYPE_1_BLUE, 8 }, + { 237979, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 19 }, + { 237979, GO_FIREWORK_SHOW_TYPE_2_BLUE, 44 }, + { 238776, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 37 }, + { 240000, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 8 }, + { 240405, GO_FIREWORK_SHOW_TYPE_1_WHITE, 1 }, + { 240405, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 16 }, + { 241209, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 14 }, + { 241209, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 22 }, + { 241623, GO_FIREWORK_SHOW_TYPE_1_RED, 25 }, + { 241623, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 14 }, + { 241623, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 18 }, + { 242429, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 46 }, + { 243637, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 35 }, + { 243637, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 2 }, + { 244858, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 18 }, + { 245260, GO_FIREWORK_SHOW_TYPE_1_BLUE, 17 }, + { 245260, GO_FIREWORK_SHOW_TYPE_1_WHITE, 42 }, + { 245260, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 0 }, + { 246475, GO_FIREWORK_SHOW_TYPE_1_BLUE, 31 }, + { 246475, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 38 }, + { 246475, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 12 }, + { 246475, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 6 }, + { 246475, GO_FIREWORK_SHOW_TYPE_1_GREEN, 27 }, + { 248491, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 29 }, + { 248491, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 29 }, + { 248905, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 7 }, + { 249864, GO_FIREWORK_SHOW_TYPE_1_BLUE, 34 }, + { 249864, GO_FIREWORK_SHOW_TYPE_2_WHITE, 39 }, + { 251066, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 24 }, + { 251066, GO_FIREWORK_SHOW_TYPE_1_WHITE, 21 }, + { 251307, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 32 }, + { 253335, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 16 }, + { 253335, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 15 }, + { 253335, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 43 }, + { 254538, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 9 }, + { 254538, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 45 }, + { 254538, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 11 }, + { 254940, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 23 }, + { 254940, GO_FIREWORK_SHOW_TYPE_2_BLUE, 44 }, + { 254940, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 0 }, + { 256146, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 8 }, + { 256146, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 13 }, + { 257367, GO_FIREWORK_SHOW_TYPE_2_GREEN, 28 }, + { 258178, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 8 }, + { 259391, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 36 }, + { 259792, GO_FIREWORK_SHOW_TYPE_2_WHITE, 40 }, + { 259792, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 10 }, + { 259792, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 4 }, + { 261011, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 14 }, + { 261011, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 33 }, + { 261011, GO_FIREWORK_SHOW_TYPE_1_BLUE, 5 }, + { 263030, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 11 }, + { 263030, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 20 }, + { 263030, GO_FIREWORK_SHOW_TYPE_1_WHITE, 18 }, + { 263030, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 41 }, + { 264635, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 46 }, + { 264635, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 30 }, + { 264635, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 37 }, + { 265859, GO_FIREWORK_SHOW_TYPE_2_WHITE, 10 }, + { 265859, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 39 }, + { 267067, GO_FIREWORK_SHOW_TYPE_1_WHITE, 19 }, + { 267872, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 38 }, + { 267872, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 3 }, + { 267872, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 42 }, + { 269081, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 18 }, + { 269494, GO_FIREWORK_SHOW_TYPE_1_GREEN, 24 }, + { 269494, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 25 }, + { 269494, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 45 }, + { 272714, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 17 }, + { 272714, GO_FIREWORK_SHOW_TYPE_2_RED, 4 }, + { 274340, GO_FIREWORK_SHOW_TYPE_2_BLUE, 26 }, + { 274340, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 8 }, + { 274340, GO_FIREWORK_SHOW_TYPE_2_GREEN, 28 }, + { 274340, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 2 }, + { 275548, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 29 }, + { 275548, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 11 }, + { 277283, GO_FIREWORK_SHOW_TYPE_2_WHITE, 10 }, + { 277283, GO_FIREWORK_SHOW_TYPE_1_WHITE, 33 }, + { 277283, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 10 }, + { 277283, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 46 }, + { 277283, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 12 }, + { 278785, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 44 }, + { 279192, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 25 }, + { 279192, GO_FIREWORK_SHOW_TYPE_2_WHITE, 1 }, + { 280156, GO_FIREWORK_SHOW_TYPE_2_BLUE, 27 }, + { 280398, GO_FIREWORK_SHOW_TYPE_1_BLUE, 34 }, + { 280398, GO_FIREWORK_SHOW_TYPE_1_WHITE, 14 }, + { 280398, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 43 }, + { 282429, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 9 }, + { 282429, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 23 }, + { 282429, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 8 }, + { 282429, GO_FIREWORK_SHOW_TYPE_1_GREEN, 30 }, + { 282429, GO_FIREWORK_SHOW_TYPE_1_GREEN, 5 }, + { 284042, GO_FIREWORK_SHOW_TYPE_2_WHITE, 0 }, + { 285272, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 6 }, + { 285272, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 16 }, + { 285272, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 16 }, + { 285272, GO_FIREWORK_SHOW_TYPE_1_RED, 18 }, + { 287282, GO_FIREWORK_SHOW_TYPE_1_WHITE, 21 }, + { 287282, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 35 }, + { 287282, GO_FIREWORK_SHOW_TYPE_1_GREEN, 31 }, + { 288905, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 39 }, + { 288905, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 3 }, + { 288905, GO_FIREWORK_SHOW_TYPE_2_RED, 14 }, + { 288905, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 19 }, + { 290105, GO_FIREWORK_SHOW_TYPE_1_GREEN, 26 }, + { 290105, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 0 }, + { 292131, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 18 }, + { 292131, GO_FIREWORK_SHOW_TYPE_2_BLUE, 41 }, + { 293754, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 36 }, + { 293754, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 22 }, + { 293754, GO_FIREWORK_SHOW_TYPE_1_GREEN, 20 }, + { 294964, GO_FIREWORK_SHOW_TYPE_1_WHITE, 8 }, + { 294964, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 17 }, + { 296177, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 10 }, + { 296177, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 9 }, + { 296966, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 0 }, + { 296966, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 43 }, + { 296966, GO_FIREWORK_SHOW_TYPE_2_GREEN, 7 }, + { 296966, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 11 }, + { 298229, GO_FIREWORK_SHOW_TYPE_2_GREEN, 32 }, + { 298229, GO_FIREWORK_SHOW_TYPE_1_RED, 46 }, + { 298631, GO_FIREWORK_SHOW_TYPE_1_BLUE, 8 }, + { 299847, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 42 }, + { 299847, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 44 }, + { 299847, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 11 }, + { 299847, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 33 }, + { 301070, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 28 }, + { 301873, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 18 }, + { 301873, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 4 }, + { 303483, GO_FIREWORK_SHOW_TYPE_1_GREEN, 15 }, + { 303483, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 8 }, + { 304693, GO_FIREWORK_SHOW_TYPE_1_BLUE, 24 }, + { 304693, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 12 }, + { 304693, GO_FIREWORK_SHOW_TYPE_1_WHITE, 16 }, + { 305918, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 29 }, + { 306723, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 29 }, + { 306723, GO_FIREWORK_SHOW_TYPE_1_RED, 14 }, + { 306723, GO_FIREWORK_SHOW_TYPE_2_WHITE, 18 }, + { 306723, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 13 }, + { 307805, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 34 }, + { 308341, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 37 }, + { 308341, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 25 }, + { 309551, GO_FIREWORK_SHOW_TYPE_2_GREEN, 30 }, + { 309551, GO_FIREWORK_SHOW_TYPE_1_RED, 0 }, + { 309551, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 5 }, + { 309551, GO_FIREWORK_SHOW_TYPE_2_WHITE, 45 }, + { 309551, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 40 }, + { 309551, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 23 }, + { 309551, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 27 }, + { 309551, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 31 }, + { 311570, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 10 }, + { 311570, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 35 }, + { 313190, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 1 }, + { 314414, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 8 }, + { 314414, GO_FIREWORK_SHOW_TYPE_1_WHITE, 19 }, + { 314414, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 18 }, + { 314414, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 41 }, + { 316440, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 16 }, + { 316440, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 39 }, + { 316440, GO_FIREWORK_SHOW_TYPE_1_RED, 11 }, + { 316440, GO_FIREWORK_SHOW_TYPE_2_GREEN, 26 }, + { 316440, GO_FIREWORK_SHOW_TYPE_1_WHITE, 14 }, + { 316440, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 7 }, + { 318046, GO_FIREWORK_SHOW_TYPE_1_RED, 43 }, + { 319266, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 3 }, + { 319266, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 22 }, + { 321289, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 8 }, + { 321289, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 0 }, + { 321289, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 36 }, + { 321289, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 21 }, + { 322920, GO_FIREWORK_SHOW_TYPE_2_GREEN, 24 }, + { 324130, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 9 }, + { 326147, GO_FIREWORK_SHOW_TYPE_2_WHITE, 33 }, + { 326147, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 13 }, + { 326147, GO_FIREWORK_SHOW_TYPE_1_BLUE, 6 }, + { 326147, GO_FIREWORK_SHOW_TYPE_1_WHITE, 38 }, + { 327771, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 0 }, + { 327771, GO_FIREWORK_SHOW_TYPE_2_RED, 25 }, + { 327771, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 15 }, + { 327771, GO_FIREWORK_SHOW_TYPE_1_WHITE, 11 }, + { 327771, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 2 }, + { 328990, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 4 }, + { 328990, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 16 }, + { 328990, GO_FIREWORK_SHOW_TYPE_2_WHITE, 12 }, + { 328990, GO_FIREWORK_SHOW_TYPE_1_GREEN, 30 }, + { 331027, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 25 }, + { 331027, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 18 }, + { 331027, GO_FIREWORK_SHOW_TYPE_2_RED, 14 }, + { 331027, GO_FIREWORK_SHOW_TYPE_2_GREEN, 28 }, + { 331027, GO_FIREWORK_SHOW_TYPE_2_BLUE, 20 }, + { 331027, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 42 }, + { 331027, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 10 }, + { 332241, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 23 }, + { 332241, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 46 }, + { 332241, GO_FIREWORK_SHOW_TYPE_2_RED, 18 }, + { 332241, GO_FIREWORK_SHOW_TYPE_1_BLUE, 27 }, + { 334260, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 45 }, + { 335884, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 35 }, + { 335884, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 29 }, + { 335884, GO_FIREWORK_SHOW_TYPE_2_GREEN, 44 }, + { 335884, GO_FIREWORK_SHOW_TYPE_1_BLUE, 5 }, + { 337098, GO_FIREWORK_SHOW_TYPE_1_WHITE, 39 }, + { 337098, GO_FIREWORK_SHOW_TYPE_2_GREEN, 7 }, + { 337098, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 8 }, + { 337098, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 10 }, + { 337098, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 41 }, + { 338311, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 16 }, + { 339126, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 34 }, + { 339126, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 40 }, + { 340743, GO_FIREWORK_SHOW_TYPE_1_WHITE, 19 }, + { 340743, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 4 }, + { 341955, GO_FIREWORK_SHOW_TYPE_2_BLUE, 24 }, + { 341955, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 29 }, + { 341955, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 43 }, + { 343968, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 13 }, + { 345183, GO_FIREWORK_SHOW_TYPE_1_RED, 36 }, + { 345588, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 21 }, + { 345588, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 3 }, + { 345588, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 18 }, + { 345588, GO_FIREWORK_SHOW_TYPE_1_WHITE, 1 }, + { 346788, GO_FIREWORK_SHOW_TYPE_1_GREEN, 26 }, + { 346788, GO_FIREWORK_SHOW_TYPE_1_RED, 46 }, + { 346788, GO_FIREWORK_SHOW_TYPE_2_BLUE, 32 }, + { 348834, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 11 }, + { 348834, GO_FIREWORK_SHOW_TYPE_2_GREEN, 22 }, + { 348834, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 17 }, + { 348834, GO_FIREWORK_SHOW_TYPE_2_BLUE, 15 }, + { 350465, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 38 }, + { 350465, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 9 }, + { 350465, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 12 }, + { 350465, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 16 }, + { 350465, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 33 }, + { 351681, GO_FIREWORK_SHOW_TYPE_1_BLUE, 44 }, + { 351681, GO_FIREWORK_SHOW_TYPE_2_RED, 37 }, + { 351681, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 0 }, + { 351681, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 2 }, + { 351681, GO_FIREWORK_SHOW_TYPE_2_RED, 8 }, + { 353687, GO_FIREWORK_SHOW_TYPE_2_BLUE, 27 }, + { 353687, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 18 }, + { 353687, GO_FIREWORK_SHOW_TYPE_2_GREEN, 7 }, + { 353687, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 14 }, + { 355282, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 3 }, + { 355282, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 8 }, + { 355282, GO_FIREWORK_SHOW_TYPE_2_RED, 25 }, + { 356536, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 31 }, + { 358554, GO_FIREWORK_SHOW_TYPE_1_RED, 35 }, + { 358554, GO_FIREWORK_SHOW_TYPE_2_BLUE, 30 }, + { 358554, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 29 }, + { 360182, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 40 }, + { 360182, GO_FIREWORK_SHOW_TYPE_2_BLUE, 26 }, + { 361391, GO_FIREWORK_SHOW_TYPE_1_BLUE, 5 }, + { 361391, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 10 }, + { 361391, GO_FIREWORK_SHOW_TYPE_1_WHITE, 11 }, + { 363410, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 20 }, + { 363410, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 14 }, + { 363410, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 42 }, + { 365033, GO_FIREWORK_SHOW_TYPE_1_BLUE, 24 }, + { 365033, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 19 }, + { 365033, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 25 }, + { 365033, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 13 }, + { 365033, GO_FIREWORK_SHOW_TYPE_2_RED, 46 }, + { 366246, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 10 }, + { 366246, GO_FIREWORK_SHOW_TYPE_2_BLUE, 6 }, + { 368271, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 18 }, + { 368271, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 29 }, + { 369899, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 36 }, + { 369899, GO_FIREWORK_SHOW_TYPE_1_GREEN, 23 }, + { 371114, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 18 }, + { 371114, GO_FIREWORK_SHOW_TYPE_1_RED, 0 }, + { 371114, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 4 }, + { 371114, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 40 }, + { 371114, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 14 }, + { 371114, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 11 }, + { 371114, GO_FIREWORK_SHOW_TYPE_2_WHITE, 1 }, + { 373117, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 37 }, + { 373117, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 44 }, + { 373117, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 2 }, + { 373117, GO_FIREWORK_SHOW_TYPE_1_BLUE, 32 }, + { 373117, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 27 }, + { 374744, GO_FIREWORK_SHOW_TYPE_2_GREEN, 41 }, + { 374744, GO_FIREWORK_SHOW_TYPE_2_RED, 16 }, + { 374744, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 43 }, + { 375966, GO_FIREWORK_SHOW_TYPE_1_WHITE, 8 }, + { 375966, GO_FIREWORK_SHOW_TYPE_1_RED, 25 }, + { 377186, GO_FIREWORK_SHOW_TYPE_2_RED, 14 }, + { 377186, GO_FIREWORK_SHOW_TYPE_1_BLUE, 17 }, + { 379601, GO_FIREWORK_SHOW_TYPE_2_WHITE, 21 }, + { 379601, GO_FIREWORK_SHOW_TYPE_2_BLUE, 28 }, + { 379601, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 39 }, + { 379601, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 8 }, + { 379601, GO_FIREWORK_SHOW_TYPE_2_WHITE, 11 }, + { 380825, GO_FIREWORK_SHOW_TYPE_1_BLUE, 15 }, + { 382037, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 12 }, + { 382845, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 33 }, + { 384067, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 42 }, + { 385692, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 25 }, + { 385692, GO_FIREWORK_SHOW_TYPE_1_BLUE, 30 }, + { 385692, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 10 }, + { 385692, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 3 }, + { 385692, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 0 }, + { 387717, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 29 }, + { 387717, GO_FIREWORK_SHOW_TYPE_1_BLUE, 31 }, + { 387717, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 1 }, + { 387717, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 19 }, + { 387717, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 29 }, + { 388918, GO_FIREWORK_SHOW_TYPE_1_BLUE, 24 }, + { 389322, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 22 }, + { 389322, GO_FIREWORK_SHOW_TYPE_2_RED, 13 }, + { 391756, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 16 }, + { 392564, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 7 }, + { 392564, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 21 }, + { 392564, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 38 }, + { 392564, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 17 }, + { 392564, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 8 }, + { 394191, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 46 }, + { 394191, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 6 }, + { 394191, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 14 }, + { 394191, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 26 }, + { 395402, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 16 }, + { 395402, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 0 }, + { 397414, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 32 }, + { 397414, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 43 }, + { 397414, GO_FIREWORK_SHOW_TYPE_2_RED, 8 }, + { 397414, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 45 }, + { 399050, GO_FIREWORK_SHOW_TYPE_1_GREEN, 34 }, + { 399050, GO_FIREWORK_SHOW_TYPE_2_BLUE, 5 }, + { 399050, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 14 }, + { 399050, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 18 }, + { 399050, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 33 }, + { 399050, GO_FIREWORK_SHOW_TYPE_2_RED, 2 }, + { 400262, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 10 }, + { 400262, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 37 }, + { 400262, GO_FIREWORK_SHOW_TYPE_2_BLUE, 44 }, + { 402290, GO_FIREWORK_SHOW_TYPE_2_RED, 9 }, + { 402290, GO_FIREWORK_SHOW_TYPE_1_BLUE, 23 }, + { 402290, GO_FIREWORK_SHOW_TYPE_2_WHITE, 18 }, + { 402290, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 0 }, + { 403912, GO_FIREWORK_SHOW_TYPE_1_GREEN, 20 }, + { 403912, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 11 }, + { 405134, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 19 }, + { 405134, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 30 }, + { 405134, GO_FIREWORK_SHOW_TYPE_2_GREEN, 28 }, + { 405134, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 42 }, + { 407157, GO_FIREWORK_SHOW_TYPE_1_RED, 29 }, + { 407157, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 8 }, + { 410002, GO_FIREWORK_SHOW_TYPE_1_RED, 25 }, + { 410002, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 12 }, + { 412025, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 46 }, + { 413646, GO_FIREWORK_SHOW_TYPE_2_GREEN, 7 }, + { 413646, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 17 }, + { 414854, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 32 }, + { 414854, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 18 }, + { 414854, GO_FIREWORK_SHOW_TYPE_1_BLUE, 27 }, + { 414854, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 38 }, + { 414854, GO_FIREWORK_SHOW_TYPE_2_RED, 4 }, + { 414854, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 41 }, + { 414854, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 29 }, + { 416889, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 6 }, + { 416889, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 10 }, + { 417307, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 16 }, + { 418511, GO_FIREWORK_SHOW_TYPE_1_WHITE, 21 }, + { 418511, GO_FIREWORK_SHOW_TYPE_1_RED, 0 }, + { 418511, GO_FIREWORK_SHOW_TYPE_2_RED, 36 }, + { 418511, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 10 }, + { 418511, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 43 }, + { 419714, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 26 }, + { 419714, GO_FIREWORK_SHOW_TYPE_2_WHITE, 8 }, + { 421593, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 1 }, + { 421593, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 44 }, + { 421593, GO_FIREWORK_SHOW_TYPE_2_GREEN, 8 }, + { 422149, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 39 }, + { 423109, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 23 }, + { 423109, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 14 }, + { 423360, GO_FIREWORK_SHOW_TYPE_2_GREEN, 24 }, + { 424580, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 29 }, + { 424580, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 8 }, + { 424580, GO_FIREWORK_SHOW_TYPE_2_BLUE, 17 }, + { 426619, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 34 }, + { 426619, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 18 }, + { 426619, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 18 }, + { 426619, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 41 }, + { 427021, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 25 }, + { 428235, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 5 }, + { 428235, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 0 }, + { 428235, GO_FIREWORK_SHOW_TYPE_1_GREEN, 30 }, + { 429460, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 3 }, + { 429460, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 12 }, + { 429460, GO_FIREWORK_SHOW_TYPE_1_GREEN, 20 }, + { 429460, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 35 }, + { 429460, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 37 }, + { 431471, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 38 }, + { 431471, GO_FIREWORK_SHOW_TYPE_2_BLUE, 15 }, + { 431471, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 11 }, + { 433095, GO_FIREWORK_SHOW_TYPE_1_RED, 10 }, + { 433095, GO_FIREWORK_SHOW_TYPE_2_GREEN, 28 }, + { 433095, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 46 }, + { 433095, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 27 }, + { 434711, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 33 }, + { 434711, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 42 }, + { 434711, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 19 }, + { 434711, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 29 }, + { 436333, GO_FIREWORK_SHOW_TYPE_2_RED, 2 }, + { 436333, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 10 }, + { 437957, GO_FIREWORK_SHOW_TYPE_2_RED, 13 }, + { 437957, GO_FIREWORK_SHOW_TYPE_2_GREEN, 31 }, + { 437957, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 40 }, + { 439583, GO_FIREWORK_SHOW_TYPE_2_GREEN, 8 }, + { 439583, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 44 }, + { 439583, GO_FIREWORK_SHOW_TYPE_2_BLUE, 22 }, + { 441186, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 9 }, + { 441186, GO_FIREWORK_SHOW_TYPE_2_RED, 25 }, + { 441186, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 11 }, + { 441186, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 35 }, + { 441186, GO_FIREWORK_SHOW_TYPE_2_BLUE, 6 }, + { 441186, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 45 }, + { 444014, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 39 }, + { 444014, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 4 }, + { 446042, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 23 }, + { 446042, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 1 }, + { 447665, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 0 }, + { 448883, GO_FIREWORK_SHOW_TYPE_2_BLUE, 32 }, + { 448883, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 16 }, + { 448883, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 36 }, + { 448883, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 5 }, + { 450894, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 20 }, + { 450894, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 8 }, + { 450894, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 29 }, + { 450894, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 41 }, + { 450894, GO_FIREWORK_SHOW_TYPE_1_RED, 18 }, + { 452512, GO_FIREWORK_SHOW_TYPE_1_WHITE, 25 }, + { 452512, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 8 }, + { 453722, GO_FIREWORK_SHOW_TYPE_2_RED, 3 }, + { 453722, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 12 }, + { 453722, GO_FIREWORK_SHOW_TYPE_1_GREEN, 26 }, + { 455738, GO_FIREWORK_SHOW_TYPE_2_WHITE, 29 }, + { 455738, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 46 }, + { 455738, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 37 }, + { 457285, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 33 }, + { 457285, GO_FIREWORK_SHOW_TYPE_1_GREEN, 17 }, + { 457285, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 11 }, + { 458590, GO_FIREWORK_SHOW_TYPE_2_GREEN, 28 }, + { 458590, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 18 }, + { 461007, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 16 }, + { 462227, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 14 }, + { 462227, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 6 }, + { 462227, GO_FIREWORK_SHOW_TYPE_1_BLUE, 22 }, + { 462227, GO_FIREWORK_SHOW_TYPE_1_BLUE, 24 }, + { 462227, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 45 }, + { 463421, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 8 }, + { 463421, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 39 }, + { 463421, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 35 }, + { 464646, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 0 }, + { 465461, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 9 }, + { 465461, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 19 }, + { 465865, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 1 }, + { 467083, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 2 }, + { 467901, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 15 }, + { 467901, GO_FIREWORK_SHOW_TYPE_1_GREEN, 44 }, + { 467901, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 29 }, + { 468307, GO_FIREWORK_SHOW_TYPE_2_RED, 11 }, + { 469510, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 42 }, + { 469510, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 10 }, + { 470732, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 13 }, + { 471951, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 40 }, + { 473152, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 5 }, + { 473152, GO_FIREWORK_SHOW_TYPE_1_BLUE, 32 }, + { 473959, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 37 }, + { 474371, GO_FIREWORK_SHOW_TYPE_2_BLUE, 31 }, + { 474371, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 21 }, + { 476809, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 7 }, + { 476809, GO_FIREWORK_SHOW_TYPE_1_GREEN, 34 }, + { 477624, GO_FIREWORK_SHOW_TYPE_1_WHITE, 12 }, + { 478036, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 28 }, + { 479252, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 43 }, + { 479252, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 4 }, + { 480050, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 14 }, + { 480050, GO_FIREWORK_SHOW_TYPE_1_WHITE, 8 }, + { 480050, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 33 }, + { 480050, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 45 }, + { 480453, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 16 }, + { 480453, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 38 }, + { 481652, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 18 }, + { 481652, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 17 }, + { 481652, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 3 }, + { 481652, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 30 }, + { 481652, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 25 }, + { 481652, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 11 }, + { 482858, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 0 }, + { 482858, GO_FIREWORK_SHOW_TYPE_2_GREEN, 8 }, + { 482858, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 16 }, + { 484897, GO_FIREWORK_SHOW_TYPE_1_GREEN, 15 }, + { 484897, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 2 }, + { 484897, GO_FIREWORK_SHOW_TYPE_2_WHITE, 0 }, + { 484897, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 10 }, + { 487728, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 31 }, + { 487728, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 8 }, + { 487728, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 23 }, + { 487728, GO_FIREWORK_SHOW_TYPE_1_BLUE, 24 }, + { 487728, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 39 }, + { 489732, GO_FIREWORK_SHOW_TYPE_2_GREEN, 22 }, + { 489732, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 14 }, + { 489732, GO_FIREWORK_SHOW_TYPE_1_WHITE, 29 }, + { 491340, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 43 }, + { 492552, GO_FIREWORK_SHOW_TYPE_2_WHITE, 42 }, + { 492552, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 13 }, + { 492552, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 19 }, + { 494572, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 27 }, + { 494572, GO_FIREWORK_SHOW_TYPE_1_GREEN, 32 }, + { 494572, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 11 }, + { 494572, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 26 }, + { 494572, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 29 }, + { 495913, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 41 }, + { 495913, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 6 }, + { 495913, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 37 }, + { 497397, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 46 }, + { 497397, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 34 }, + { 499410, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 39 }, + { 499410, GO_FIREWORK_SHOW_TYPE_1_BLUE, 44 }, + { 501038, GO_FIREWORK_SHOW_TYPE_1_RED, 2 }, + { 501038, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 8 }, + { 501038, GO_FIREWORK_SHOW_TYPE_1_WHITE, 21 }, + { 501038, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 33 }, + { 501038, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 16 }, + { 502256, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 45 }, + { 502256, GO_FIREWORK_SHOW_TYPE_1_WHITE, 1 }, + { 503469, GO_FIREWORK_SHOW_TYPE_1_BLUE, 15 }, + { 504278, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 12 }, + { 504278, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 22 }, + { 504682, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 31 }, + { 504682, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 18 }, + { 505895, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 3 }, + { 507105, GO_FIREWORK_SHOW_TYPE_1_WHITE, 25 }, + { 507105, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 43 }, + { 509112, GO_FIREWORK_SHOW_TYPE_1_GREEN, 5 }, + { 509112, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 0 }, + { 509526, GO_FIREWORK_SHOW_TYPE_1_RED, 14 }, + { 509526, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 11 }, + { 510727, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 38 }, + { 510727, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 25 }, + { 510727, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 4 }, + { 511536, GO_FIREWORK_SHOW_TYPE_2_GREEN, 23 }, + { 511939, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 24 }, + { 511939, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 0 }, + { 511939, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 40 }, + { 513151, GO_FIREWORK_SHOW_TYPE_2_BLUE, 7 }, + { 513957, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 9 }, + { 513957, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 36 }, + { 515575, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 6 }, + { 515575, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 35 }, + { 515575, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 42 }, + { 515575, GO_FIREWORK_SHOW_TYPE_1_WHITE, 10 }, + { 516382, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 8 }, + { 516382, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 33 }, + { 516787, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 37 }, + { 516787, GO_FIREWORK_SHOW_TYPE_2_RED, 8 }, + { 518804, GO_FIREWORK_SHOW_TYPE_2_WHITE, 19 }, + { 519207, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 25 }, + { 519207, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 3 }, + { 519207, GO_FIREWORK_SHOW_TYPE_2_GREEN, 22 }, + { 520428, GO_FIREWORK_SHOW_TYPE_1_BLUE, 44 }, + { 521238, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 18 }, + { 521238, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 21 }, + { 521238, GO_FIREWORK_SHOW_TYPE_2_WHITE, 39 }, + { 521238, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 45 }, + { 521238, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 20 }, + { 521633, GO_FIREWORK_SHOW_TYPE_2_RED, 10 }, + { 521633, GO_FIREWORK_SHOW_TYPE_2_WHITE, 16 }, + { 521633, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 13 }, + { 522847, GO_FIREWORK_SHOW_TYPE_2_GREEN, 27 }, + { 524057, GO_FIREWORK_SHOW_TYPE_1_GREEN, 34 }, + { 525272, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 32 }, + { 525272, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 46 }, + { 525272, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 43 }, + { 525272, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 14 }, + { 525272, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 11 }, + { 525272, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 5 }, + { 526090, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 29 }, + { 526491, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 6 }, + { 526491, GO_FIREWORK_SHOW_TYPE_1_RED, 25 }, + { 526491, GO_FIREWORK_SHOW_TYPE_2_BLUE, 28 }, + { 527703, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 15 }, + { 528520, GO_FIREWORK_SHOW_TYPE_2_RED, 16 }, + { 528520, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 4 }, + { 530151, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 17 }, + { 530151, GO_FIREWORK_SHOW_TYPE_2_BLUE, 24 }, + { 531352, GO_FIREWORK_SHOW_TYPE_1_BLUE, 26 }, + { 531352, GO_FIREWORK_SHOW_TYPE_1_WHITE, 10 }, + { 532168, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 2 }, + { 535002, GO_FIREWORK_SHOW_TYPE_2_RED, 37 }, + { 535002, GO_FIREWORK_SHOW_TYPE_2_WHITE, 40 }, + { 535002, GO_FIREWORK_SHOW_TYPE_1_RED, 13 }, + { 535002, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 35 }, + { 536226, GO_FIREWORK_SHOW_TYPE_1_WHITE, 38 }, + { 536226, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 8 }, + { 536226, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 18 }, + { 536226, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 14 }, + { 536226, GO_FIREWORK_SHOW_TYPE_1_GREEN, 23 }, + { 538251, GO_FIREWORK_SHOW_TYPE_1_GREEN, 41 }, + { 538251, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 8 }, + { 538251, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 0 }, + { 538657, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 22 }, + { 539871, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 1 }, + { 539871, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 45 }, + { 539871, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 9 }, + { 539871, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 11 }, + { 539871, GO_FIREWORK_SHOW_TYPE_1_WHITE, 19 }, + { 540677, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 25 }, + { 541079, GO_FIREWORK_SHOW_TYPE_2_BLUE, 28 }, + { 541079, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 0 }, + { 541079, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 7 }, + { 543107, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 29 }, + { 543107, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 6 }, + { 543107, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 31 }, + { 543509, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 46 }, + { 545540, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 5 }, + { 545944, GO_FIREWORK_SHOW_TYPE_2_GREEN, 44 }, + { 548378, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 3 }, + { 548378, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 11 }, + { 548378, GO_FIREWORK_SHOW_TYPE_1_WHITE, 33 }, + { 548378, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 21 }, + { 549593, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 8 }, + { 549593, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 30 }, + { 549593, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 16 }, + { 549593, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 14 }, + { 550403, GO_FIREWORK_SHOW_TYPE_2_WHITE, 16 }, + { 550403, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 34 }, + { 550805, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 39 }, + { 552013, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 32 }, + { 552812, GO_FIREWORK_SHOW_TYPE_2_GREEN, 24 }, + { 552812, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 40 }, + { 552812, GO_FIREWORK_SHOW_TYPE_1_RED, 29 }, + { 553214, GO_FIREWORK_SHOW_TYPE_2_GREEN, 22 }, + { 553214, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 29 }, + { 554436, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 38 }, + { 554436, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 12 }, + { 555247, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 23 }, + { 555657, GO_FIREWORK_SHOW_TYPE_1_GREEN, 27 }, + { 555657, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 14 }, + { 557691, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 19 }, + { 557691, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 25 }, + { 558092, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 5 }, + { 558092, GO_FIREWORK_SHOW_TYPE_1_GREEN, 17 }, + { 559303, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 37 }, + { 560108, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 20 }, + { 560108, GO_FIREWORK_SHOW_TYPE_1_GREEN, 44 }, + { 561739, GO_FIREWORK_SHOW_TYPE_2_WHITE, 18 }, + { 561739, GO_FIREWORK_SHOW_TYPE_2_BLUE, 31 }, + { 562153, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 4 }, + { 562153, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 15 }, + { 562153, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 45 }, + { 562964, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 8 }, + { 562964, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 10 }, + { 564195, GO_FIREWORK_SHOW_TYPE_1_RED, 9 }, + { 564195, GO_FIREWORK_SHOW_TYPE_2_BLUE, 24 }, + { 564195, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 35 }, + { 565402, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 0 }, + { 565402, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 39 }, + { 565402, GO_FIREWORK_SHOW_TYPE_1_WHITE, 33 }, + { 565402, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 43 }, + { 565402, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 2 }, + { 566219, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 46 }, + { 566624, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 42 }, + { 566624, GO_FIREWORK_SHOW_TYPE_1_GREEN, 28 }, + { 568242, GO_FIREWORK_SHOW_TYPE_2_WHITE, 11 }, + { 568242, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 41 }, + { 568242, GO_FIREWORK_SHOW_TYPE_1_BLUE, 8 }, + { 569058, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 0 }, + { 570266, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 30 }, + { 571078, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 3 }, + { 571483, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 8 }, + { 572301, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 16 }, + { 572695, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 25 }, + { 572695, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 6 }, + { 573906, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 40 }, + { 573906, GO_FIREWORK_SHOW_TYPE_2_WHITE, 19 }, + { 573906, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 34 }, + { 575128, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 16 }, + { 575128, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 27 }, + { 575128, GO_FIREWORK_SHOW_TYPE_2_BLUE, 7 }, + { 575128, GO_FIREWORK_SHOW_TYPE_1_RED, 13 }, + { 577155, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 11 }, + { 577155, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 44 }, + { 577155, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 12 }, + { 577155, GO_FIREWORK_SHOW_TYPE_1_GREEN, 22 }, + { 578770, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 33 }, + { 579589, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 1 }, + { 579589, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 26 }, + { 579984, GO_FIREWORK_SHOW_TYPE_2_GREEN, 23 }, + { 579984, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 0 }, + { 579984, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 36 }, + { 581196, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 18 }, + { 582004, GO_FIREWORK_SHOW_TYPE_2_WHITE, 29 }, + { 582403, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 43 }, + { 583620, GO_FIREWORK_SHOW_TYPE_1_RED, 14 }, + { 583620, GO_FIREWORK_SHOW_TYPE_2_WHITE, 10 }, + { 583620, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 14 }, + { 583620, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 37 }, + { 584435, GO_FIREWORK_SHOW_TYPE_1_BLUE, 31 }, + { 584841, GO_FIREWORK_SHOW_TYPE_2_BLUE, 8 }, + { 584841, GO_FIREWORK_SHOW_TYPE_2_GREEN, 32 }, + { 584841, GO_FIREWORK_SHOW_TYPE_2_RED, 0 }, + { 586053, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 25 }, + { 586053, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 40 }, + { 586859, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 29 }, + { 586859, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 45 }, + { 586859, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 25 }, + { 587275, GO_FIREWORK_SHOW_TYPE_2_BLUE, 17 }, + { 588495, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 3 }, + { 589301, GO_FIREWORK_SHOW_TYPE_2_BLUE, 5 }, + { 589706, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 18 }, + { 590916, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 15 }, + { 591723, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 20 }, + { 591723, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 19 }, + { 593350, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 9 }, + { 593350, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 11 }, + { 594166, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 42 }, + { 594580, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 8 }, + { 594580, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 24 }, + { 594580, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 12 }, + { 595792, GO_FIREWORK_SHOW_TYPE_1_WHITE, 39 }, + { 595792, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 34 }, + { 597017, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 37 }, + { 597017, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 38 }, + { 598227, GO_FIREWORK_SHOW_TYPE_2_BLUE, 7 }, + { 599034, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 25 }, + { 600657, GO_FIREWORK_SHOW_TYPE_1_BLUE, 6 }, + { 601463, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 10 }, + { 601874, GO_FIREWORK_SHOW_TYPE_1_GREEN, 23 }, + { 601874, GO_FIREWORK_SHOW_TYPE_1_BLUE, 44 }, + { 601874, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 1 }, + { 601874, GO_FIREWORK_SHOW_TYPE_1_WHITE, 16 }, + { 603091, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 11 }, + { 603091, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 2 }, + { 603091, GO_FIREWORK_SHOW_TYPE_2_WHITE, 29 }, + { 603091, GO_FIREWORK_SHOW_TYPE_2_RED, 10 }, + { 603091, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 35 }, + { 603908, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 31 }, + { 603908, GO_FIREWORK_SHOW_TYPE_1_BLUE, 28 }, + { 605106, GO_FIREWORK_SHOW_TYPE_1_RED, 4 }, + { 605511, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 13 }, + { 605511, GO_FIREWORK_SHOW_TYPE_2_GREEN, 8 }, + { 605511, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 16 }, + { 606321, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 18 }, + { 606321, GO_FIREWORK_SHOW_TYPE_1_RED, 25 }, + { 606724, GO_FIREWORK_SHOW_TYPE_2_BLUE, 30 }, + { 606724, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 21 }, + { 606724, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 14 }, + { 607953, GO_FIREWORK_SHOW_TYPE_1_GREEN, 17 }, + { 608771, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 36 }, + { 609164, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 0 }, + { 609164, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 33 }, + { 611181, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 11 }, + { 611181, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 39 }, + { 611181, GO_FIREWORK_SHOW_TYPE_2_WHITE, 25 }, + { 611586, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 40 }, + { 612806, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 8 }, + { 612806, GO_FIREWORK_SHOW_TYPE_1_BLUE, 7 }, + { 612806, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 8 }, + { 612806, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 18 }, + { 612806, GO_FIREWORK_SHOW_TYPE_2_RED, 37 }, + { 612806, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 0 }, + { 614015, GO_FIREWORK_SHOW_TYPE_1_BLUE, 27 }, + { 614015, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 22 }, + { 614834, GO_FIREWORK_SHOW_TYPE_2_GREEN, 15 }, + { 616046, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 14 }, + { 616046, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 12 }, + { 617577, GO_FIREWORK_SHOW_TYPE_1_BLUE, 31 }, + { 617577, GO_FIREWORK_SHOW_TYPE_1_WHITE, 10 }, + { 617577, GO_FIREWORK_SHOW_TYPE_1_WHITE, 16 }, + { 617577, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 8 }, + { 617577, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 38 }, + { 617577, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 28 }, + { 617577, GO_FIREWORK_SHOW_TYPE_2_BLUE, 5 }, + { 617577, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 1 }, + { 617577, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 3 }, + { 617577, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 13 }, + { 617577, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 9 }, + { 617577, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 25 }, + { 617577, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 16 }, + { 617577, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 44 }, + { 617577, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 11 }, + { 617577, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 41 }, + { 617577, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 18 }, + { 617577, GO_FIREWORK_SHOW_TYPE_1_GREEN, 20 }, + { 618887, GO_FIREWORK_SHOW_TYPE_2_RED, 46 }, + { 618887, GO_FIREWORK_SHOW_TYPE_1_BLUE, 23 }, + { 618887, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 29 }, + { 618887, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 30 }, + { 618887, GO_FIREWORK_SHOW_TYPE_2_BLUE, 34 }, + { 618887, GO_FIREWORK_SHOW_TYPE_2_BLUE, 32 }, + { 618887, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 19 }, + { 618887, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 43 }, + { 618887, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 4 }, + { 618887, GO_FIREWORK_SHOW_TYPE_1_GREEN, 24 }, + { 618887, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 10 }, + { 618887, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 6 }, + { 618887, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 26 }, + { 620919, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 36 }, + { 620919, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 14 }, + { 620919, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 21 }, + { 620919, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 33 }, + { 620919, GO_FIREWORK_SHOW_TYPE_1_GREEN, 17 }, + { 622559, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 42 }, + { 622559, GO_FIREWORK_SHOW_TYPE_1_WHITE, 0 }, + { 623368, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 39 }, + { 623368, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 40 }, + { 623781, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 7 }, + { 623781, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 18 }, + { 623781, GO_FIREWORK_SHOW_TYPE_2_RED, 35 }, + { 623781, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 8 }, + { 623781, GO_FIREWORK_SHOW_TYPE_1_RED, 37 }, + { 623781, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 2 }, + { 623781, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 0 }, + { 624987, GO_FIREWORK_SHOW_TYPE_2_WHITE, 25 }, + { 624987, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 11 }, + { 625797, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 8 }, + { 626203, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 27 }, + { 627419, GO_FIREWORK_SHOW_TYPE_1_GREEN, 15 }, + { 628233, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 22 }, + { 628648, GO_FIREWORK_SHOW_TYPE_2_WHITE, 16 }, + { 628648, GO_FIREWORK_SHOW_TYPE_2_RED, 25 }, + { 628648, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 12 }, + { 629465, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 4 }, + { 630677, GO_FIREWORK_SHOW_TYPE_1_WHITE, 45 }, + { 630677, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 9 }, + { 630677, GO_FIREWORK_SHOW_TYPE_1_BLUE, 31 }, + { 630677, GO_FIREWORK_SHOW_TYPE_1_BLUE, 41 }, + { 630677, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 38 }, + { 630677, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 44 }, + { 630677, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 14 }, + { 630677, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 11 }, + { 630677, GO_FIREWORK_SHOW_TYPE_2_GREEN, 20 }, + { 630677, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 29 }, + { 631080, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 23 }, + { 631080, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 30 }, + { 631080, GO_FIREWORK_SHOW_TYPE_2_WHITE, 19 }, + { 631080, GO_FIREWORK_SHOW_TYPE_1_BLUE, 24 }, + { 631080, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 34 }, + { 631080, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 29 }, + { 631080, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 46 }, + { 632291, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 16 }, + { 632291, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 28 }, + { 632291, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 43 }, + { 632291, GO_FIREWORK_SHOW_TYPE_1_BLUE, 5 }, + { 632291, GO_FIREWORK_SHOW_TYPE_2_GREEN, 17 }, + { 632291, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 1 }, + { 632291, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 10 }, + { 632291, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 3 }, + { 632291, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 13 }, + { 632291, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 18 }, + { 632291, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 8 }, + { 633018, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 10 }, + { 633018, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 6 }, + { 633018, GO_FIREWORK_SHOW_TYPE_2_GREEN, 32 }, + { 633018, GO_FIREWORK_SHOW_TYPE_2_GREEN, 26 }, + { 633494, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 33 }, + { 633494, GO_FIREWORK_SHOW_TYPE_2_WHITE, 21 }, + { 633494, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 42 }, + { 633494, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 14 }, + { 635520, GO_FIREWORK_SHOW_TYPE_1_GREEN, 27 }, + { 635520, GO_FIREWORK_SHOW_TYPE_2_RED, 36 }, + { 635520, GO_FIREWORK_SHOW_TYPE_1_WHITE, 0 }, + { 635920, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 39 }, + { 635920, GO_FIREWORK_SHOW_TYPE_2_WHITE, 11 }, + { 635920, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 18 }, + { 635920, GO_FIREWORK_SHOW_TYPE_2_RED, 35 }, + { 635920, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 0 }, + { 637959, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 25 }, + { 637959, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 2 }, + { 637959, GO_FIREWORK_SHOW_TYPE_2_RED, 37 }, + { 637959, GO_FIREWORK_SHOW_TYPE_1_WHITE, 8 }, + { 637959, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 7 }, + { 637959, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 40 }, + { 638362, GO_FIREWORK_SHOW_TYPE_1_RED, 8 }, + { 639170, GO_FIREWORK_SHOW_TYPE_1_GREEN, 15 }, + { 640787, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 22 }, + { 642000, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 14 }, + { 642000, GO_FIREWORK_SHOW_TYPE_1_RED, 9 }, + { 642000, GO_FIREWORK_SHOW_TYPE_1_RED, 25 }, + { 642000, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 31 }, + { 642000, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 44 }, + { 642000, GO_FIREWORK_SHOW_TYPE_2_RED, 4 }, + { 642000, GO_FIREWORK_SHOW_TYPE_1_WHITE, 12 }, + { 642000, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 46 }, + { 642000, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 45 }, + { 642808, GO_FIREWORK_SHOW_TYPE_1_BLUE, 30 }, + { 643222, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 11 }, + { 643222, GO_FIREWORK_SHOW_TYPE_1_RED, 29 }, + { 643222, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 20 }, + { 643222, GO_FIREWORK_SHOW_TYPE_1_BLUE, 41 }, + { 643222, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 38 }, + { 643222, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 16 }, + { 643222, GO_FIREWORK_SHOW_TYPE_2_BLUE, 34 }, + { 644022, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 13 }, + { 644022, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 43 }, + { 644426, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 26 }, + { 644426, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 23 }, + { 644426, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 17 }, + { 644426, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 29 }, + { 644426, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 28 }, + { 644426, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 19 }, + { 645242, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 33 }, + { 645242, GO_FIREWORK_SHOW_TYPE_1_WHITE, 42 }, + { 645647, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 10 }, + { 645647, GO_FIREWORK_SHOW_TYPE_2_GREEN, 32 }, + { 645647, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 1 }, + { 645647, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 18 }, + { 645647, GO_FIREWORK_SHOW_TYPE_2_RED, 16 }, + { 645647, GO_FIREWORK_SHOW_TYPE_1_BLUE, 5 }, + { 645647, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 6 }, + { 645647, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 10 }, + { 645647, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 8 }, + { 645647, GO_FIREWORK_SHOW_TYPE_2_BLUE, 24 }, + { 645647, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 3 }, + { 646861, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 14 }, + { 646861, GO_FIREWORK_SHOW_TYPE_2_WHITE, 21 }, + { 647677, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 35 }, + { 647677, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 36 }, + { 647677, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 27 }, + { 647677, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 11 }, + { 649303, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 39 }, + { 649303, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 0 }, + { 649303, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 18 }, + { 649303, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 0 }, + { 650109, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 7 }, + { 650109, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 15 }, + { 650109, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 2 }, + { 650109, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 8 }, + { 650109, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 40 }, + { 650109, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 25 }, + { 650109, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 8 }, + { 651743, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 37 }, + { 654983, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 45 }, + { 654983, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 25 }, + { 654983, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 11 }, + { 655396, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 10 }, + { 656608, GO_FIREWORK_SHOW_TYPE_2_BLUE, 31 }, + { 656608, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 38 }, + { 656608, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 43 }, + { 656608, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 4 }, + { 656608, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 46 }, + { 656608, GO_FIREWORK_SHOW_TYPE_1_GREEN, 28 }, + { 656608, GO_FIREWORK_SHOW_TYPE_1_GREEN, 34 }, + { 656608, GO_FIREWORK_SHOW_TYPE_1_GREEN, 41 }, + { 656608, GO_FIREWORK_SHOW_TYPE_1_GREEN, 30 }, + { 656608, GO_FIREWORK_SHOW_TYPE_2_WHITE, 19 }, + { 656608, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 9 }, + { 656608, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 23 }, + { 656608, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 10 }, + { 656608, GO_FIREWORK_SHOW_TYPE_2_RED, 13 }, + { 656608, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 12 }, + { 656608, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 17 }, + { 656608, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 22 }, + { 656608, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 20 }, + { 656608, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 29 }, + { 657415, GO_FIREWORK_SHOW_TYPE_1_GREEN, 5 }, + { 657415, GO_FIREWORK_SHOW_TYPE_1_WHITE, 33 }, + { 657415, GO_FIREWORK_SHOW_TYPE_1_WHITE, 1 }, + { 657415, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 24 }, + { 657816, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 16 }, + { 657816, GO_FIREWORK_SHOW_TYPE_1_GREEN, 44 }, + { 657816, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 29 }, + { 657816, GO_FIREWORK_SHOW_TYPE_2_RED, 14 }, + { 657816, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 26 }, + { 658622, GO_FIREWORK_SHOW_TYPE_2_RED, 3 }, + { 659026, GO_FIREWORK_SHOW_TYPE_2_BLUE, 32 }, + { 659026, GO_FIREWORK_SHOW_TYPE_2_BLUE, 8 }, + { 659026, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 42 }, + { 659026, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 6 }, + { 659026, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 18 }, + { 659026, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 16 }, + { 659834, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 0 }, + { 659834, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 25 }, + { 659834, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 40 }, + { 660248, GO_FIREWORK_SHOW_TYPE_2_GREEN, 27 }, + { 660248, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 11 }, + { 660248, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 36 }, + { 660248, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 21 }, + { 660248, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 14 }, + { 660248, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 35 }, + { 661468, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 2 }, + { 661468, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 7 }, + { 661468, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 8 }, + { 662677, GO_FIREWORK_SHOW_TYPE_1_BLUE, 15 }, + { 662677, GO_FIREWORK_SHOW_TYPE_1_WHITE, 39 }, + { 662677, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 18 }, + { 662677, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 8 }, + { 662677, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 0 }, + { 663900, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 37 }, + { 664696, GO_FIREWORK_SHOW_TYPE_1_WHITE, 45 }, + { 666312, GO_FIREWORK_SHOW_TYPE_1_RED, 11 }, + { 666312, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 13 }, + { 667118, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 12 }, + { 667118, GO_FIREWORK_SHOW_TYPE_1_GREEN, 41 }, + { 667523, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 25 }, + { 668749, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 31 }, + { 668749, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 28 }, + { 668749, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 34 }, + { 668749, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 9 }, + { 668749, GO_FIREWORK_SHOW_TYPE_2_BLUE, 17 }, + { 668749, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 29 }, + { 668749, GO_FIREWORK_SHOW_TYPE_1_GREEN, 23 }, + { 669950, GO_FIREWORK_SHOW_TYPE_2_GREEN, 30 }, + { 669950, GO_FIREWORK_SHOW_TYPE_2_GREEN, 20 }, + { 669950, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 43 }, + { 669950, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 22 }, + { 669950, GO_FIREWORK_SHOW_TYPE_2_RED, 10 }, + { 669950, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 38 }, + { 669950, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 19 }, + { 669950, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 10 }, + { 669950, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 4 }, + { 669950, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 46 }, + { 669950, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 42 }, + { 671158, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 16 }, + { 671158, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 21 }, + { 671158, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 14 }, + { 671976, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 8 }, + { 671976, GO_FIREWORK_SHOW_TYPE_1_GREEN, 26 }, + { 671976, GO_FIREWORK_SHOW_TYPE_2_GREEN, 5 }, + { 671976, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 44 }, + { 671976, GO_FIREWORK_SHOW_TYPE_2_WHITE, 0 }, + { 671976, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 1 }, + { 671976, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 25 }, + { 671976, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 16 }, + { 671976, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 32 }, + { 671976, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 40 }, + { 672381, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 35 }, + { 672381, GO_FIREWORK_SHOW_TYPE_1_WHITE, 11 }, + { 672381, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 2 }, + { 672381, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 36 }, + { 672381, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 14 }, + { 672381, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 7 }, + { 673178, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 3 }, + { 673178, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 29 }, + { 673178, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 18 }, + { 673582, GO_FIREWORK_SHOW_TYPE_2_BLUE, 6 }, + { 673582, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 37 }, + { 673582, GO_FIREWORK_SHOW_TYPE_1_GREEN, 24 }, + { 673582, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 15 }, + { 673582, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 33 }, + { 674401, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 27 }, + { 674401, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 8 }, + { 674401, GO_FIREWORK_SHOW_TYPE_1_WHITE, 47 }, + { 674808, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 0 }, + { 674808, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 39 }, + { 674808, GO_FIREWORK_SHOW_TYPE_1_RED, 8 }, + { 676828, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 18 }, + { 677234, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 45 }, + { 678445, GO_FIREWORK_SHOW_TYPE_2_BLUE, 26 }, + { 678445, GO_FIREWORK_SHOW_TYPE_2_GREEN, 44 }, + { 678445, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 17 }, + { 678445, GO_FIREWORK_SHOW_TYPE_2_GREEN, 20 }, + { 678445, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 32 }, + { 678445, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 22 }, + { 678445, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 11 }, + { 679262, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 25 }, + { 679262, GO_FIREWORK_SHOW_TYPE_2_BLUE, 41 }, + { 679262, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 11 }, + { 679262, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 12 }, + { 679666, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 14 }, + { 679666, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 35 }, + { 679666, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 29 }, + { 679666, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 16 }, + { 679666, GO_FIREWORK_SHOW_TYPE_1_RED, 2 }, + { 679666, GO_FIREWORK_SHOW_TYPE_2_GREEN, 34 }, + { 679666, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 5 }, + { 679666, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 25 }, + { 679666, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 46 }, + { 679666, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 14 }, + { 679666, GO_FIREWORK_SHOW_TYPE_1_BLUE, 31 }, + { 679666, GO_FIREWORK_SHOW_TYPE_1_BLUE, 7 }, + { 679666, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 21 }, + { 679666, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 10 }, + { 679666, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 23 }, + { 680878, GO_FIREWORK_SHOW_TYPE_2_RED, 13 }, + { 680878, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 10 }, + { 680878, GO_FIREWORK_SHOW_TYPE_1_RED, 36 }, + { 680878, GO_FIREWORK_SHOW_TYPE_1_RED, 3 }, + { 680878, GO_FIREWORK_SHOW_TYPE_1_RED, 4 }, + { 680878, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 43 }, + { 680878, GO_FIREWORK_SHOW_TYPE_2_RED, 18 }, + { 680878, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 9 }, + { 681687, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 40 }, + { 681687, GO_FIREWORK_SHOW_TYPE_2_BLUE, 30 }, + { 681687, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 0 }, + { 681687, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 28 }, + { 681687, GO_FIREWORK_SHOW_TYPE_2_WHITE, 16 }, + { 681687, GO_FIREWORK_SHOW_TYPE_1_BLUE, 8 }, + { 681687, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 42 }, + { 681687, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 29 }, + { 681687, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 1 }, + { 681687, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 38 }, + { 681687, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 19 }, +}; + +FireworkShow const fireworkShowStormwind = +{ + .schedule = + { + .entries = fireworkShowScheduleStormwind, + .size = sizeof(fireworkShowScheduleStormwind) / sizeof(fireworkShowScheduleStormwind[0]) + }, + .spawns = + { + .entries = fireworkShowGameobjectStormwind, + .size = sizeof(fireworkShowGameobjectStormwind) / sizeof(fireworkShowGameobjectStormwind[0]) + }, + .revelerId = + { + NPC_STORMWIND_REVELER, + 0 + } +}; + +#endif diff --git a/src/server/scripts/Events/firework_show/firework_show_Teldrassil.h b/src/server/scripts/Events/firework_show/firework_show_Teldrassil.h new file mode 100644 index 000000000..8875543d4 --- /dev/null +++ b/src/server/scripts/Events/firework_show/firework_show_Teldrassil.h @@ -0,0 +1,1325 @@ +/* + * This file is part of the AzerothCore Project. See AUTHORS file for Copyright information + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU Affero General Public License as published by the + * Free Software Foundation; either version 3 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see . + */ + +#ifndef DEF_FIREWORK_SHOW_TELDRASSIL_H +#define DEF_FIREWORK_SHOW_TELDRASSIL_H + +#include "firework_show.h" + +// VerifiedBuild 50250 - Midsummer Fireworks Spectacular event +FireworkShowGameobject const fireworkShowGameobjectTeldrassil[] = +{ + { 8586.716f, 913.4768f, 18.290524f, 4.7647495f, 0.0f, 0.0f, -0.6883545f, 0.72537446f }, /* 0 */ + { 8556.297f, 920.9475f, 16.883488f, 3.47321f, 0.0f, 0.0f, -0.9862852f, 0.1650499f }, /* 1 */ + { 8517.45f, 879.5556f, 37.296207f, 6.073746f, 0.0f, 0.0f, -0.10452843f, 0.9945219f }, /* 2 */ + { 8576.803f, 814.3604f, 33.937782f, 4.66003f, 0.0f, 0.0f, -0.7253742f, 0.68835473f }, /* 3 */ + { 8519.375f, 917.84204f, 31.56014f, 2.1118479f, 0.0f, 0.0f, 0.8703556f, 0.4924237f }, /* 4 */ + { 8508.24f, 838.3653f, 36.13922f, 4.66003f, 0.0f, 0.0f, -0.7253742f, 0.68835473f }, /* 5 */ + { 8572.691f, 814.73785f, 39.06141f, 3.6826503f, 0.0f, 0.0f, -0.9636297f, 0.267241f }, /* 6 */ + { 8617.442f, 917.65735f, 21.298094f, 4.886924f, 0.0f, 0.0f, -0.642787f, 0.766045f }, /* 7 */ + { 8547.279f, 964.1688f, 1.67925f, 5.550147f, 0.0f, 0.0f, -0.35836792f, 0.93358046f }, /* 8 */ + { 8571.629f, 880.1509f, 25.84234f, 5.8992143f, 0.0f, 0.0f, -0.1908083f, 0.9816273f }, /* 9 */ + { 8570.95f, 854.1404f, 33.875076f, 3.0543265f, 0.0f, 0.0f, 0.99904823f, 0.04361926f }, /* 10 */ + { 8550.322f, 910.9803f, 24.775682f, 3.7001047f, 0.0f, 0.0f, -0.9612608f, 0.2756405f }, /* 11 */ + { 8538.561f, 951.66364f, 27.672834f, 4.729844f, 0.0f, 0.0f, -0.70090866f, 0.71325105f }, /* 12 */ + { 8520.907f, 813.0203f, 31.55126f, 3.6826503f, 0.0f, 0.0f, -0.9636297f, 0.267241f }, /* 13 */ + { 8488.077f, 983.2385f, 11.065558f, 2.1118479f, 0.0f, 0.0f, 0.8703556f, 0.4924237f }, /* 14 */ + { 8507.603f, 878.88544f, 21.902124f, 5.8992143f, 0.0f, 0.0f, -0.1908083f, 0.9816273f }, /* 15 */ + { 8560.618f, 777.34174f, 44.394432f, 4.886924f, 0.0f, 0.0f, -0.642787f, 0.766045f }, /* 16 */ + { 8547.402f, 974.4881f, 21.70646f, 5.8468537f, 0.0f, 0.0f, -0.21643925f, 0.97629607f }, /* 17 */ + { 8571.85f, 913.15027f, 23.696306f, 6.073746f, 0.0f, 0.0f, -0.10452843f, 0.9945219f }, /* 18 */ + { 8517.067f, 986.08563f, 18.080776f, 4.729844f, 0.0f, 0.0f, -0.70090866f, 0.71325105f }, /* 19 */ + { 8554.825f, 813.0741f, 41.60293f, 6.0912004f, 0.0f, 0.0f, -0.09584522f, 0.99539626f }, /* 20 */ + { 8570.65f, 885.1715f, 30.919722f, 2.5481794f, 0.0f, 0.0f, 0.95630455f, 0.29237235f }, /* 21 */ + { 8554.281f, 875.83124f, 43.304214f, 5.550147f, 0.0f, 0.0f, -0.35836792f, 0.93358046f }, /* 22 */ + { 8582.255f, 848.0614f, 26.468353f, 5.8992143f, 0.0f, 0.0f, -0.1908083f, 0.9816273f }, /* 23 */ + { 8579.229f, 911.8906f, 43.44348f, 3.0543265f, 0.0f, 0.0f, 0.99904823f, 0.04361926f }, /* 24 */ + { 8553.929f, 853.647f, 45.6748f, 0.13962449f, 0.0f, 0.0f, 0.069755554f, 0.99756414f }, /* 25 */ + { 8574.236f, 944.2092f, 12.242791f, 4.7647495f, 0.0f, 0.0f, -0.6883545f, 0.72537446f }, /* 26 */ + { 8583.88f, 948.4117f, 14.515119f, 5.8468537f, 0.0f, 0.0f, -0.21643925f, 0.97629607f }, /* 27 */ + { 8590.731f, 846.9432f, 32.94236f, 2.1991146f, 0.0f, 0.0f, 0.89100647f, 0.45399064f }, /* 28 */ + { 8494.191f, 943.86847f, 4.296366f, 6.073746f, 0.0f, 0.0f, -0.10452843f, 0.9945219f }, /* 29 */ + { 8514.054f, 848.6051f, 22.294308f, 2.5481794f, 0.0f, 0.0f, 0.95630455f, 0.29237235f }, /* 30 */ + { 8551.224f, 947.6057f, 22.325508f, 6.0912004f, 0.0f, 0.0f, -0.09584522f, 0.99539626f }, /* 31 */ + { 8526.2f, 848.85443f, 29.566902f, 2.1991146f, 0.0f, 0.0f, 0.89100647f, 0.45399064f }, /* 32 */ + { 8553.734f, 780.05054f, 23.383448f, 4.886924f, 0.0f, 0.0f, -0.642787f, 0.766045f }, /* 33 */ + { 8539.493f, 887.22687f, 41.412548f, 3.47321f, 0.0f, 0.0f, -0.9862852f, 0.1650499f }, /* 34 */ + { 8578.887f, 975.26086f, 11.224254f, 5.8468537f, 0.0f, 0.0f, -0.21643925f, 0.97629607f }, /* 35 */ + { 8550.191f, 850.72296f, 20.371725f, 3.7001047f, 0.0f, 0.0f, -0.9612608f, 0.2756405f }, /* 36 */ + { 8617.526f, 851.59625f, 31.061853f, 3.6826503f, 0.0f, 0.0f, -0.9636297f, 0.267241f }, /* 37 */ + { 8550.932f, 817.2398f, 23.243538f, 3.6302915f, 0.0f, 0.0f, -0.97029495f, 0.241925f }, /* 38 */ + { 8558.55f, 838.934f, 23.73945f, 4.66003f, 0.0f, 0.0f, -0.7253742f, 0.68835473f }, /* 39 */ + { 8581.158f, 881.23505f, 27.630243f, 0.9773831f, 0.0f, 0.0f, 0.46947098f, 0.8829479f }, /* 40 */ + { 8591.914f, 901.6492f, 21.890562f, 5.550147f, 0.0f, 0.0f, -0.35836792f, 0.93358046f }, /* 41 */ + { 8578.143f, 948.3262f, 33.434845f, 2.1118479f, 0.0f, 0.0f, 0.8703556f, 0.4924237f }, /* 42 */ + { 8523.006f, 907.74146f, 31.921688f, 0.9773831f, 0.0f, 0.0f, 0.46947098f, 0.8829479f }, /* 43 */ + { 8537.763f, 877.8918f, 38.21184f, 3.0543265f, 0.0f, 0.0f, 0.99904823f, 0.04361926f }, /* 44 */ + { 8539.892f, 914.3368f, 12.866696f, 3.6302915f, 0.0f, 0.0f, -0.97029495f, 0.241925f }, /* 45 */ + { 8536.576f, 873.7225f, 3.934316f, 0.13962449f, 0.0f, 0.0f, 0.069755554f, 0.99756414f }, /* 46 */ + { 8538.786f, 820.7366f, 21.470728f, 6.0912004f, 0.0f, 0.0f, -0.09584522f, 0.99539626f }, /* 47 */ + { 8550.996f, 848.8595f, 29.500027f, 3.47321f, 0.0f, 0.0f, -0.9862852f, 0.1650499f }, /* 48 */ + { 8542.07f, 852.01776f, 44.55815f, 3.7001047f, 0.0f, 0.0f, -0.9612608f, 0.2756405f }, /* 49 */ + { 8544.277f, 885.0594f, 28.99882f, 0.13962449f, 0.0f, 0.0f, 0.069755554f, 0.99756414f }, /* 50 */ + { 8514.364f, 940.0869f, 20.151571f, 4.7647495f, 0.0f, 0.0f, -0.6883545f, 0.72537446f }, /* 51 */ + { 8519.5f, 949.7708f, 17.38267f, 3.6302915f, 0.0f, 0.0f, -0.97029495f, 0.241925f }, /* 52 */ + { 8588.622f, 912.0434f, 24.114552f, 0.9773831f, 0.0f, 0.0f, 0.46947098f, 0.8829479f }, /* 53 */ + { 8581.7705f, 817.0301f, 21.357187f, 2.1991146f, 0.0f, 0.0f, 0.89100647f, 0.45399064f }, /* 54 */ + { 8550.214f, 787.1689f, 25.89918f, 4.729844f, 0.0f, 0.0f, -0.70090866f, 0.71325105f }, /* 55 */ + { 8494.68f, 911.78345f, 21.55266f, 2.5481794f, 0.0f, 0.0f, 0.95630455f, 0.29237235f }, /* 56 */ + { 8697.891f, 991.0841f, 39.18531f, 6.0912004f, 0.0f, 0.0f, -0.09584522f, 0.99539626f }, /* 57 */ +}; + +// VerifiedBuild 50250 - Midsummer Fireworks Spectacular event +FireworkShowScheduleEntry const fireworkShowScheduleTeldrassil[] = +{ + { 0, GO_FIREWORK_SHOW_TYPE_1_BLUE, 0 }, + { 2018, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 1 }, + { 3628, GO_FIREWORK_SHOW_TYPE_2_GREEN, 2 }, + { 3628, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 3 }, + { 6886, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 4 }, + { 6886, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 5 }, + { 8230, GO_FIREWORK_SHOW_TYPE_1_RED, 6 }, + { 10130, GO_FIREWORK_SHOW_TYPE_2_GREEN, 7 }, + { 10130, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 8 }, + { 11747, GO_FIREWORK_SHOW_TYPE_1_RED, 9 }, + { 11747, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 10 }, + { 11747, GO_FIREWORK_SHOW_TYPE_2_GREEN, 11 }, + { 13364, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 12 }, + { 14568, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 13 }, + { 14568, GO_FIREWORK_SHOW_TYPE_2_RED, 14 }, + { 14568, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 15 }, + { 14568, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 16 }, + { 14568, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 17 }, + { 16605, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 18 }, + { 16605, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 19 }, + { 16605, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 20 }, + { 18235, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 3 }, + { 18235, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 21 }, + { 18235, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 22 }, + { 19451, GO_FIREWORK_SHOW_TYPE_2_GREEN, 23 }, + { 21207, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 24 }, + { 21207, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 25 }, + { 23111, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 26 }, + { 23111, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 27 }, + { 23111, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 28 }, + { 24312, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 7 }, + { 26350, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 29 }, + { 27957, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 30 }, + { 27957, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 6 }, + { 27957, GO_FIREWORK_SHOW_TYPE_1_BLUE, 2 }, + { 29177, GO_FIREWORK_SHOW_TYPE_1_GREEN, 31 }, + { 29177, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 32 }, + { 29177, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 1 }, + { 30792, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 33 }, + { 32414, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 34 }, + { 32414, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 35 }, + { 34423, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 10 }, + { 34423, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 36 }, + { 34423, GO_FIREWORK_SHOW_TYPE_2_BLUE, 37 }, + { 34423, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 38 }, + { 34423, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 11 }, + { 34423, GO_FIREWORK_SHOW_TYPE_2_BLUE, 39 }, + { 36054, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 19 }, + { 37274, GO_FIREWORK_SHOW_TYPE_2_BLUE, 4 }, + { 37274, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 40 }, + { 37274, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 15 }, + { 39304, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 41 }, + { 39304, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 13 }, + { 39304, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 9 }, + { 40928, GO_FIREWORK_SHOW_TYPE_1_WHITE, 20 }, + { 40928, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 5 }, + { 40928, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 12 }, + { 40928, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 24 }, + { 42555, GO_FIREWORK_SHOW_TYPE_2_WHITE, 42 }, + { 44169, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 0 }, + { 45788, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 43 }, + { 45788, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 16 }, + { 45788, GO_FIREWORK_SHOW_TYPE_2_WHITE, 18 }, + { 45788, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 44 }, + { 47434, GO_FIREWORK_SHOW_TYPE_1_RED, 14 }, + { 49044, GO_FIREWORK_SHOW_TYPE_1_BLUE, 7 }, + { 49044, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 2 }, + { 50361, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 45 }, + { 50361, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 8 }, + { 50361, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 46 }, + { 51886, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 28 }, + { 51886, GO_FIREWORK_SHOW_TYPE_2_BLUE, 39 }, + { 51886, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 33 }, + { 53900, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 27 }, + { 55405, GO_FIREWORK_SHOW_TYPE_2_WHITE, 42 }, + { 55405, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 31 }, + { 55405, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 47 }, + { 55405, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 6 }, + { 56745, GO_FIREWORK_SHOW_TYPE_1_WHITE, 25 }, + { 56745, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 40 }, + { 60406, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 36 }, + { 60406, GO_FIREWORK_SHOW_TYPE_1_RED, 35 }, + { 60406, GO_FIREWORK_SHOW_TYPE_2_BLUE, 48 }, + { 60406, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 49 }, + { 60406, GO_FIREWORK_SHOW_TYPE_2_BLUE, 50 }, + { 61616, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 4 }, + { 61616, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 29 }, + { 63652, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 21 }, + { 65286, GO_FIREWORK_SHOW_TYPE_2_BLUE, 24 }, + { 65286, GO_FIREWORK_SHOW_TYPE_2_GREEN, 37 }, + { 68519, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 51 }, + { 68519, GO_FIREWORK_SHOW_TYPE_1_WHITE, 12 }, + { 71340, GO_FIREWORK_SHOW_TYPE_2_RED, 44 }, + { 71340, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 32 }, + { 71340, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 34 }, + { 73377, GO_FIREWORK_SHOW_TYPE_2_RED, 52 }, + { 74988, GO_FIREWORK_SHOW_TYPE_2_RED, 36 }, + { 76192, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 11 }, + { 76192, GO_FIREWORK_SHOW_TYPE_1_GREEN, 0 }, + { 76192, GO_FIREWORK_SHOW_TYPE_2_RED, 19 }, + { 76192, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 18 }, + { 76192, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 53 }, + { 78221, GO_FIREWORK_SHOW_TYPE_1_BLUE, 54 }, + { 78221, GO_FIREWORK_SHOW_TYPE_2_RED, 9 }, + { 78221, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 30 }, + { 78221, GO_FIREWORK_SHOW_TYPE_2_WHITE, 43 }, + { 79438, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 26 }, + { 81462, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 45 }, + { 81462, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 27 }, + { 81462, GO_FIREWORK_SHOW_TYPE_2_GREEN, 24 }, + { 83084, GO_FIREWORK_SHOW_TYPE_2_RED, 28 }, + { 84297, GO_FIREWORK_SHOW_TYPE_1_WHITE, 3 }, + { 84297, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 1 }, + { 84297, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 22 }, + { 86347, GO_FIREWORK_SHOW_TYPE_1_GREEN, 37 }, + { 87975, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 17 }, + { 87975, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 15 }, + { 87975, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 33 }, + { 87975, GO_FIREWORK_SHOW_TYPE_1_WHITE, 13 }, + { 89174, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 10 }, + { 89174, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 55 }, + { 89174, GO_FIREWORK_SHOW_TYPE_1_RED, 35 }, + { 89174, GO_FIREWORK_SHOW_TYPE_1_BLUE, 23 }, + { 89174, GO_FIREWORK_SHOW_TYPE_2_GREEN, 48 }, + { 89174, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 6 }, + { 91204, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 25 }, + { 91204, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 12 }, + { 91204, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 29 }, + { 92831, GO_FIREWORK_SHOW_TYPE_1_GREEN, 54 }, + { 92831, GO_FIREWORK_SHOW_TYPE_1_RED, 44 }, + { 94045, GO_FIREWORK_SHOW_TYPE_2_RED, 22 }, + { 94045, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 41 }, + { 94045, GO_FIREWORK_SHOW_TYPE_1_GREEN, 31 }, + { 96064, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 24 }, + { 98914, GO_FIREWORK_SHOW_TYPE_2_BLUE, 50 }, + { 98914, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 38 }, + { 98914, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 11 }, + { 98914, GO_FIREWORK_SHOW_TYPE_2_BLUE, 7 }, + { 100690, GO_FIREWORK_SHOW_TYPE_1_WHITE, 21 }, + { 100690, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 34 }, + { 102548, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 42 }, + { 102548, GO_FIREWORK_SHOW_TYPE_1_BLUE, 0 }, + { 102548, GO_FIREWORK_SHOW_TYPE_1_WHITE, 32 }, + { 102548, GO_FIREWORK_SHOW_TYPE_1_RED, 47 }, + { 102548, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 26 }, + { 103771, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 49 }, + { 103771, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 40 }, + { 103771, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 33 }, + { 105657, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 14 }, + { 105657, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 10 }, + { 105657, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 51 }, + { 107404, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 18 }, + { 108624, GO_FIREWORK_SHOW_TYPE_2_RED, 56 }, + { 108624, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 45 }, + { 110651, GO_FIREWORK_SHOW_TYPE_1_RED, 28 }, + { 110651, GO_FIREWORK_SHOW_TYPE_1_RED, 52 }, + { 112278, GO_FIREWORK_SHOW_TYPE_1_WHITE, 3 }, + { 113480, GO_FIREWORK_SHOW_TYPE_2_RED, 22 }, + { 113480, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 12 }, + { 113480, GO_FIREWORK_SHOW_TYPE_1_RED, 36 }, + { 115512, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 53 }, + { 117137, GO_FIREWORK_SHOW_TYPE_1_WHITE, 43 }, + { 118348, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 44 }, + { 118348, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 20 }, + { 120386, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 29 }, + { 120386, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 38 }, + { 120386, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 17 }, + { 120386, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 41 }, + { 120386, GO_FIREWORK_SHOW_TYPE_1_GREEN, 39 }, + { 122001, GO_FIREWORK_SHOW_TYPE_2_GREEN, 54 }, + { 122001, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 5 }, + { 122001, GO_FIREWORK_SHOW_TYPE_2_BLUE, 55 }, + { 122001, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 23 }, + { 123218, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 35 }, + { 123218, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 32 }, + { 125246, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 4 }, + { 128081, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 40 }, + { 130093, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 28 }, + { 132940, GO_FIREWORK_SHOW_TYPE_2_RED, 56 }, + { 132940, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 46 }, + { 134994, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 19 }, + { 134994, GO_FIREWORK_SHOW_TYPE_2_WHITE, 13 }, + { 134994, GO_FIREWORK_SHOW_TYPE_1_BLUE, 7 }, + { 134994, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 52 }, + { 136601, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 1 }, + { 137822, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 27 }, + { 137822, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 51 }, + { 137822, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 43 }, + { 139847, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 44 }, + { 141472, GO_FIREWORK_SHOW_TYPE_1_WHITE, 45 }, + { 141472, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 29 }, + { 142684, GO_FIREWORK_SHOW_TYPE_1_BLUE, 48 }, + { 142684, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 42 }, + { 142684, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 4 }, + { 147557, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 32 }, + { 147557, GO_FIREWORK_SHOW_TYPE_1_WHITE, 18 }, + { 149579, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 34 }, + { 149579, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 22 }, + { 149579, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 14 }, + { 149579, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 26 }, + { 151211, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 36 }, + { 151211, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 15 }, + { 151211, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 24 }, + { 151211, GO_FIREWORK_SHOW_TYPE_1_WHITE, 16 }, + { 152403, GO_FIREWORK_SHOW_TYPE_1_RED, 28 }, + { 154454, GO_FIREWORK_SHOW_TYPE_1_WHITE, 20 }, + { 154454, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 12 }, + { 154454, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 37 }, + { 156081, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 47 }, + { 156081, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 2 }, + { 156081, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 10 }, + { 157284, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 35 }, + { 157284, GO_FIREWORK_SHOW_TYPE_2_BLUE, 38 }, + { 159306, GO_FIREWORK_SHOW_TYPE_1_GREEN, 7 }, + { 159306, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 8 }, + { 160927, GO_FIREWORK_SHOW_TYPE_1_BLUE, 40 }, + { 160927, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 1 }, + { 162153, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 34 }, + { 162153, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 49 }, + { 162153, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 52 }, + { 162153, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 22 }, + { 162153, GO_FIREWORK_SHOW_TYPE_1_GREEN, 11 }, + { 162153, GO_FIREWORK_SHOW_TYPE_1_RED, 53 }, + { 164200, GO_FIREWORK_SHOW_TYPE_1_BLUE, 27 }, + { 164200, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 56 }, + { 165829, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 13 }, + { 165829, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 6 }, + { 167041, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 39 }, + { 167041, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 55 }, + { 167041, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 42 }, + { 169066, GO_FIREWORK_SHOW_TYPE_1_WHITE, 45 }, + { 169066, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 47 }, + { 169066, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 3 }, + { 169066, GO_FIREWORK_SHOW_TYPE_2_GREEN, 30 }, + { 170682, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 14 }, + { 170682, GO_FIREWORK_SHOW_TYPE_1_BLUE, 0 }, + { 171894, GO_FIREWORK_SHOW_TYPE_2_GREEN, 24 }, + { 171894, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 33 }, + { 175539, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 51 }, + { 175539, GO_FIREWORK_SHOW_TYPE_2_WHITE, 25 }, + { 175539, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 20 }, + { 175539, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 37 }, + { 175539, GO_FIREWORK_SHOW_TYPE_2_BLUE, 23 }, + { 175539, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 44 }, + { 176752, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 36 }, + { 176752, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 46 }, + { 178788, GO_FIREWORK_SHOW_TYPE_2_RED, 1 }, + { 178788, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 7 }, + { 178788, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 18 }, + { 180403, GO_FIREWORK_SHOW_TYPE_1_RED, 35 }, + { 180403, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 40 }, + { 180403, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 19 }, + { 180403, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 26 }, + { 181627, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 2 }, + { 181627, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 28 }, + { 183662, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 48 }, + { 183662, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 4 }, + { 183662, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 21 }, + { 183662, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 9 }, + { 183662, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 29 }, + { 183662, GO_FIREWORK_SHOW_TYPE_2_GREEN, 31 }, + { 185293, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 10 }, + { 185293, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 11 }, + { 185293, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 17 }, + { 185293, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 5 }, + { 186508, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 12 }, + { 186508, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 50 }, + { 186508, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 38 }, + { 188548, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 27 }, + { 188548, GO_FIREWORK_SHOW_TYPE_1_WHITE, 43 }, + { 190171, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 15 }, + { 191396, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 22 }, + { 191396, GO_FIREWORK_SHOW_TYPE_1_BLUE, 23 }, + { 193412, GO_FIREWORK_SHOW_TYPE_1_RED, 36 }, + { 193412, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 47 }, + { 195038, GO_FIREWORK_SHOW_TYPE_2_BLUE, 24 }, + { 195038, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 49 }, + { 195038, GO_FIREWORK_SHOW_TYPE_1_BLUE, 8 }, + { 196258, GO_FIREWORK_SHOW_TYPE_1_WHITE, 13 }, + { 196258, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 14 }, + { 196258, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 53 }, + { 198296, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 19 }, + { 198296, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 33 }, + { 198296, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 30 }, + { 198296, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 20 }, + { 199912, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 52 }, + { 199912, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 0 }, + { 199912, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 5 }, + { 203166, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 18 }, + { 204788, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 44 }, + { 204788, GO_FIREWORK_SHOW_TYPE_2_RED, 1 }, + { 204788, GO_FIREWORK_SHOW_TYPE_1_WHITE, 51 }, + { 206010, GO_FIREWORK_SHOW_TYPE_2_BLUE, 27 }, + { 206010, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 46 }, + { 208033, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 32 }, + { 208033, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 9 }, + { 209659, GO_FIREWORK_SHOW_TYPE_2_BLUE, 50 }, + { 209659, GO_FIREWORK_SHOW_TYPE_2_RED, 47 }, + { 209659, GO_FIREWORK_SHOW_TYPE_2_RED, 29 }, + { 209659, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 55 }, + { 210870, GO_FIREWORK_SHOW_TYPE_2_GREEN, 4 }, + { 210870, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 11 }, + { 210870, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 37 }, + { 212881, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 22 }, + { 212881, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 12 }, + { 214508, GO_FIREWORK_SHOW_TYPE_1_BLUE, 48 }, + { 214508, GO_FIREWORK_SHOW_TYPE_2_GREEN, 7 }, + { 215719, GO_FIREWORK_SHOW_TYPE_2_GREEN, 2 }, + { 215719, GO_FIREWORK_SHOW_TYPE_2_BLUE, 23 }, + { 215719, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 8 }, + { 215719, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 17 }, + { 215719, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 25 }, + { 217759, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 36 }, + { 217759, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 10 }, + { 217759, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 19 }, + { 219127, GO_FIREWORK_SHOW_TYPE_2_RED, 52 }, + { 219127, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 56 }, + { 220596, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 53 }, + { 220596, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 18 }, + { 224241, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 42 }, + { 224241, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 0 }, + { 224241, GO_FIREWORK_SHOW_TYPE_1_WHITE, 34 }, + { 224241, GO_FIREWORK_SHOW_TYPE_2_BLUE, 40 }, + { 225465, GO_FIREWORK_SHOW_TYPE_2_RED, 29 }, + { 225465, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 5 }, + { 227519, GO_FIREWORK_SHOW_TYPE_2_WHITE, 3 }, + { 227519, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 26 }, + { 229123, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 12 }, + { 229123, GO_FIREWORK_SHOW_TYPE_1_BLUE, 30 }, + { 229123, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 24 }, + { 229123, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 1 }, + { 229123, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 6 }, + { 230332, GO_FIREWORK_SHOW_TYPE_1_RED, 28 }, + { 233994, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 46 }, + { 233994, GO_FIREWORK_SHOW_TYPE_2_WHITE, 25 }, + { 235193, GO_FIREWORK_SHOW_TYPE_2_RED, 56 }, + { 235193, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 10 }, + { 235193, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 23 }, + { 235193, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 38 }, + { 237223, GO_FIREWORK_SHOW_TYPE_2_BLUE, 11 }, + { 237223, GO_FIREWORK_SHOW_TYPE_2_WHITE, 51 }, + { 237223, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 35 }, + { 237223, GO_FIREWORK_SHOW_TYPE_2_GREEN, 54 }, + { 237223, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 55 }, + { 237223, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 31 }, + { 237223, GO_FIREWORK_SHOW_TYPE_2_WHITE, 45 }, + { 238697, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 48 }, + { 238697, GO_FIREWORK_SHOW_TYPE_1_GREEN, 50 }, + { 238697, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 44 }, + { 238697, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 19 }, + { 240048, GO_FIREWORK_SHOW_TYPE_1_BLUE, 4 }, + { 240048, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 52 }, + { 240048, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 13 }, + { 242070, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 39 }, + { 243703, GO_FIREWORK_SHOW_TYPE_2_WHITE, 43 }, + { 246950, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 49 }, + { 248570, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 37 }, + { 248570, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 18 }, + { 248570, GO_FIREWORK_SHOW_TYPE_1_GREEN, 31 }, + { 248570, GO_FIREWORK_SHOW_TYPE_1_GREEN, 38 }, + { 249782, GO_FIREWORK_SHOW_TYPE_2_BLUE, 24 }, + { 249782, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 9 }, + { 251823, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 26 }, + { 251823, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 5 }, + { 253446, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 47 }, + { 254668, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 17 }, + { 254668, GO_FIREWORK_SHOW_TYPE_2_GREEN, 50 }, + { 254668, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 56 }, + { 256709, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 43 }, + { 256709, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 34 }, + { 258330, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 42 }, + { 258330, GO_FIREWORK_SHOW_TYPE_1_RED, 36 }, + { 259548, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 22 }, + { 259548, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 51 }, + { 259548, GO_FIREWORK_SHOW_TYPE_1_GREEN, 7 }, + { 261567, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 6 }, + { 263188, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 11 }, + { 263188, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 33 }, + { 263188, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 2 }, + { 264412, GO_FIREWORK_SHOW_TYPE_1_WHITE, 12 }, + { 264412, GO_FIREWORK_SHOW_TYPE_2_BLUE, 48 }, + { 264412, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 38 }, + { 264412, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 40 }, + { 264412, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 35 }, + { 266449, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 53 }, + { 266449, GO_FIREWORK_SHOW_TYPE_1_WHITE, 18 }, + { 268063, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 32 }, + { 268063, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 27 }, + { 268063, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 16 }, + { 269294, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 26 }, + { 269294, GO_FIREWORK_SHOW_TYPE_2_BLUE, 39 }, + { 269294, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 45 }, + { 269294, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 13 }, + { 269294, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 47 }, + { 269294, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 21 }, + { 271312, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 54 }, + { 271312, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 49 }, + { 272952, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 17 }, + { 274171, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 3 }, + { 276200, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 8 }, + { 277824, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 56 }, + { 281070, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 32 }, + { 282702, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 10 }, + { 282702, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 20 }, + { 282702, GO_FIREWORK_SHOW_TYPE_2_RED, 29 }, + { 282702, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 25 }, + { 282702, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 0 }, + { 283915, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 1 }, + { 283915, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 52 }, + { 283915, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 40 }, + { 285956, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 35 }, + { 287580, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 45 }, + { 287580, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 21 }, + { 287580, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 34 }, + { 288793, GO_FIREWORK_SHOW_TYPE_2_WHITE, 13 }, + { 288793, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 17 }, + { 290814, GO_FIREWORK_SHOW_TYPE_1_RED, 47 }, + { 290814, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 42 }, + { 290814, GO_FIREWORK_SHOW_TYPE_2_GREEN, 4 }, + { 290814, GO_FIREWORK_SHOW_TYPE_1_WHITE, 18 }, + { 292437, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 22 }, + { 292437, GO_FIREWORK_SHOW_TYPE_1_RED, 46 }, + { 292437, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 30 }, + { 292437, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 44 }, + { 292437, GO_FIREWORK_SHOW_TYPE_2_RED, 36 }, + { 293664, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 28 }, + { 293664, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 38 }, + { 295698, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 43 }, + { 295698, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 25 }, + { 295698, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 26 }, + { 297335, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 11 }, + { 298959, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 50 }, + { 300575, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 7 }, + { 302197, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 15 }, + { 302197, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 19 }, + { 302197, GO_FIREWORK_SHOW_TYPE_1_WHITE, 16 }, + { 303406, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 51 }, + { 303406, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 45 }, + { 303406, GO_FIREWORK_SHOW_TYPE_2_RED, 6 }, + { 303406, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 12 }, + { 307078, GO_FIREWORK_SHOW_TYPE_1_BLUE, 31 }, + { 307078, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 29 }, + { 307078, GO_FIREWORK_SHOW_TYPE_1_GREEN, 0 }, + { 307078, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 27 }, + { 310330, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 49 }, + { 310330, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 3 }, + { 310330, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 40 }, + { 311949, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 56 }, + { 313160, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 8 }, + { 313160, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 41 }, + { 316800, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 22 }, + { 318014, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 20 }, + { 320032, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 35 }, + { 321252, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 16 }, + { 321252, GO_FIREWORK_SHOW_TYPE_1_RED, 26 }, + { 323285, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 10 }, + { 324504, GO_FIREWORK_SHOW_TYPE_2_RED, 14 }, + { 324504, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 7 }, + { 324504, GO_FIREWORK_SHOW_TYPE_2_BLUE, 39 }, + { 326128, GO_FIREWORK_SHOW_TYPE_2_RED, 9 }, + { 326128, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 30 }, + { 326128, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 33 }, + { 328158, GO_FIREWORK_SHOW_TYPE_1_BLUE, 37 }, + { 328158, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 3 }, + { 328158, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 38 }, + { 328158, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 18 }, + { 328158, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 46 }, + { 329764, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 5 }, + { 329764, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 12 }, + { 329764, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 56 }, + { 329764, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 44 }, + { 334646, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 49 }, + { 334646, GO_FIREWORK_SHOW_TYPE_2_RED, 29 }, + { 334646, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 22 }, + { 335857, GO_FIREWORK_SHOW_TYPE_1_WHITE, 43 }, + { 335857, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 31 }, + { 335857, GO_FIREWORK_SHOW_TYPE_1_BLUE, 0 }, + { 335857, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 11 }, + { 337880, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 20 }, + { 337880, GO_FIREWORK_SHOW_TYPE_1_BLUE, 2 }, + { 337880, GO_FIREWORK_SHOW_TYPE_2_BLUE, 4 }, + { 337880, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 41 }, + { 340713, GO_FIREWORK_SHOW_TYPE_1_RED, 53 }, + { 340713, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 15 }, + { 340713, GO_FIREWORK_SHOW_TYPE_1_GREEN, 24 }, + { 342745, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 45 }, + { 342745, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 25 }, + { 344378, GO_FIREWORK_SHOW_TYPE_1_WHITE, 3 }, + { 345600, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 46 }, + { 345600, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 14 }, + { 345600, GO_FIREWORK_SHOW_TYPE_1_BLUE, 8 }, + { 347617, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 23 }, + { 347617, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 21 }, + { 349233, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 30 }, + { 349233, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 52 }, + { 349233, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 19 }, + { 349233, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 35 }, + { 350456, GO_FIREWORK_SHOW_TYPE_1_BLUE, 7 }, + { 352495, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 55 }, + { 352495, GO_FIREWORK_SHOW_TYPE_2_WHITE, 32 }, + { 352495, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 1 }, + { 354119, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 26 }, + { 354119, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 42 }, + { 355343, GO_FIREWORK_SHOW_TYPE_2_BLUE, 37 }, + { 355343, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 40 }, + { 355343, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 51 }, + { 357366, GO_FIREWORK_SHOW_TYPE_1_WHITE, 49 }, + { 357366, GO_FIREWORK_SHOW_TYPE_2_GREEN, 54 }, + { 357366, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 15 }, + { 357366, GO_FIREWORK_SHOW_TYPE_1_RED, 22 }, + { 357366, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 56 }, + { 358993, GO_FIREWORK_SHOW_TYPE_2_RED, 33 }, + { 360204, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 41 }, + { 362238, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 6 }, + { 362238, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 3 }, + { 363853, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 45 }, + { 363853, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 16 }, + { 363853, GO_FIREWORK_SHOW_TYPE_2_GREEN, 30 }, + { 363853, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 39 }, + { 363853, GO_FIREWORK_SHOW_TYPE_2_GREEN, 2 }, + { 365083, GO_FIREWORK_SHOW_TYPE_2_BLUE, 50 }, + { 365083, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 13 }, + { 367114, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 20 }, + { 367114, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 12 }, + { 368732, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 29 }, + { 369952, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 38 }, + { 371977, GO_FIREWORK_SHOW_TYPE_1_BLUE, 40 }, + { 371977, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 14 }, + { 371977, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 8 }, + { 371977, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 46 }, + { 371977, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 24 }, + { 373587, GO_FIREWORK_SHOW_TYPE_2_RED, 52 }, + { 373587, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 10 }, + { 374798, GO_FIREWORK_SHOW_TYPE_2_BLUE, 4 }, + { 374798, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 51 }, + { 374798, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 44 }, + { 376835, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 49 }, + { 376835, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 42 }, + { 378460, GO_FIREWORK_SHOW_TYPE_1_BLUE, 55 }, + { 378460, GO_FIREWORK_SHOW_TYPE_2_RED, 1 }, + { 379681, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 16 }, + { 379681, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 37 }, + { 379681, GO_FIREWORK_SHOW_TYPE_1_BLUE, 0 }, + { 379681, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 22 }, + { 379681, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 36 }, + { 381709, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 13 }, + { 388185, GO_FIREWORK_SHOW_TYPE_2_WHITE, 20 }, + { 388185, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 5 }, + { 388185, GO_FIREWORK_SHOW_TYPE_2_GREEN, 23 }, + { 389397, GO_FIREWORK_SHOW_TYPE_1_RED, 47 }, + { 389397, GO_FIREWORK_SHOW_TYPE_1_RED, 26 }, + { 391423, GO_FIREWORK_SHOW_TYPE_1_GREEN, 50 }, + { 391423, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 7 }, + { 393043, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 43 }, + { 394267, GO_FIREWORK_SHOW_TYPE_1_WHITE, 41 }, + { 394267, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 51 }, + { 397923, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 3 }, + { 397923, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 39 }, + { 397923, GO_FIREWORK_SHOW_TYPE_1_RED, 33 }, + { 397923, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 14 }, + { 397923, GO_FIREWORK_SHOW_TYPE_1_BLUE, 37 }, + { 399146, GO_FIREWORK_SHOW_TYPE_2_BLUE, 38 }, + { 399146, GO_FIREWORK_SHOW_TYPE_1_BLUE, 11 }, + { 399146, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 24 }, + { 401188, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 6 }, + { 401188, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 13 }, + { 402805, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 40 }, + { 404032, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 42 }, + { 404032, GO_FIREWORK_SHOW_TYPE_2_WHITE, 17 }, + { 404032, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 21 }, + { 404032, GO_FIREWORK_SHOW_TYPE_1_BLUE, 4 }, + { 406054, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 36 }, + { 406054, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 22 }, + { 406054, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 10 }, + { 407675, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 12 }, + { 408888, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 23 }, + { 408888, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 35 }, + { 408888, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 16 }, + { 410916, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 47 }, + { 410916, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 28 }, + { 410916, GO_FIREWORK_SHOW_TYPE_2_RED, 53 }, + { 415797, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 1 }, + { 415797, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 36 }, + { 415797, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 54 }, + { 415797, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 9 }, + { 415797, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 27 }, + { 417435, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 43 }, + { 417435, GO_FIREWORK_SHOW_TYPE_2_BLUE, 55 }, + { 417435, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 3 }, + { 417435, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 2 }, + { 417435, GO_FIREWORK_SHOW_TYPE_1_BLUE, 50 }, + { 418640, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 26 }, + { 418640, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 21 }, + { 420556, GO_FIREWORK_SHOW_TYPE_2_BLUE, 38 }, + { 420556, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 56 }, + { 420556, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 24 }, + { 420556, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 46 }, + { 422281, GO_FIREWORK_SHOW_TYPE_1_GREEN, 40 }, + { 422281, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 7 }, + { 423498, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 25 }, + { 423498, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 34 }, + { 423498, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 8 }, + { 423498, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 52 }, + { 425512, GO_FIREWORK_SHOW_TYPE_1_RED, 29 }, + { 425512, GO_FIREWORK_SHOW_TYPE_2_BLUE, 30 }, + { 425512, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 49 }, + { 425512, GO_FIREWORK_SHOW_TYPE_2_GREEN, 11 }, + { 427143, GO_FIREWORK_SHOW_TYPE_1_BLUE, 0 }, + { 428348, GO_FIREWORK_SHOW_TYPE_2_RED, 14 }, + { 428348, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 5 }, + { 428348, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 10 }, + { 428348, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 4 }, + { 430356, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 19 }, + { 432010, GO_FIREWORK_SHOW_TYPE_2_WHITE, 41 }, + { 433240, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 37 }, + { 433240, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 6 }, + { 433240, GO_FIREWORK_SHOW_TYPE_2_GREEN, 31 }, + { 433240, GO_FIREWORK_SHOW_TYPE_2_RED, 26 }, + { 435193, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 23 }, + { 435193, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 22 }, + { 436904, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 36 }, + { 436904, GO_FIREWORK_SHOW_TYPE_1_WHITE, 18 }, + { 438110, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 8 }, + { 438110, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 2 }, + { 438110, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 32 }, + { 440134, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 50 }, + { 440134, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 46 }, + { 441748, GO_FIREWORK_SHOW_TYPE_1_BLUE, 39 }, + { 441748, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 25 }, + { 441748, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 52 }, + { 442959, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 48 }, + { 442959, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 24 }, + { 444977, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 42 }, + { 444977, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 45 }, + { 444977, GO_FIREWORK_SHOW_TYPE_1_WHITE, 3 }, + { 446596, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 33 }, + { 447810, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 6 }, + { 447810, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 37 }, + { 449846, GO_FIREWORK_SHOW_TYPE_1_WHITE, 49 }, + { 449846, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 10 }, + { 451473, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 29 }, + { 451473, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 47 }, + { 451473, GO_FIREWORK_SHOW_TYPE_2_WHITE, 43 }, + { 451473, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 35 }, + { 452687, GO_FIREWORK_SHOW_TYPE_2_GREEN, 7 }, + { 452687, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 5 }, + { 454718, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 21 }, + { 454718, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 22 }, + { 456351, GO_FIREWORK_SHOW_TYPE_1_RED, 56 }, + { 456351, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 8 }, + { 457560, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 9 }, + { 459587, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 16 }, + { 459587, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 51 }, + { 459587, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 27 }, + { 459587, GO_FIREWORK_SHOW_TYPE_1_GREEN, 2 }, + { 462433, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 17 }, + { 462433, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 20 }, + { 462433, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 18 }, + { 464463, GO_FIREWORK_SHOW_TYPE_1_BLUE, 4 }, + { 464463, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 1 }, + { 464463, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 45 }, + { 466092, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 42 }, + { 466092, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 19 }, + { 466092, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 35 }, + { 467307, GO_FIREWORK_SHOW_TYPE_2_RED, 44 }, + { 469333, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 41 }, + { 469333, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 34 }, + { 470945, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 54 }, + { 470945, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 50 }, + { 472170, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 13 }, + { 472170, GO_FIREWORK_SHOW_TYPE_1_GREEN, 0 }, + { 475833, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 48 }, + { 475833, GO_FIREWORK_SHOW_TYPE_1_WHITE, 20 }, + { 477057, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 31 }, + { 477057, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 22 }, + { 477057, GO_FIREWORK_SHOW_TYPE_2_WHITE, 21 }, + { 477057, GO_FIREWORK_SHOW_TYPE_2_RED, 33 }, + { 477057, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 24 }, + { 479089, GO_FIREWORK_SHOW_TYPE_1_BLUE, 39 }, + { 479089, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 26 }, + { 479089, GO_FIREWORK_SHOW_TYPE_2_BLUE, 7 }, + { 480713, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 55 }, + { 480713, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 10 }, + { 481936, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 43 }, + { 481936, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 15 }, + { 481936, GO_FIREWORK_SHOW_TYPE_2_WHITE, 12 }, + { 481936, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 4 }, + { 483977, GO_FIREWORK_SHOW_TYPE_2_RED, 1 }, + { 485604, GO_FIREWORK_SHOW_TYPE_1_WHITE, 32 }, + { 485604, GO_FIREWORK_SHOW_TYPE_1_WHITE, 34 }, + { 486819, GO_FIREWORK_SHOW_TYPE_1_BLUE, 11 }, + { 486819, GO_FIREWORK_SHOW_TYPE_1_RED, 6 }, + { 488837, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 45 }, + { 488837, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 47 }, + { 490454, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 3 }, + { 490454, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 16 }, + { 490454, GO_FIREWORK_SHOW_TYPE_2_BLUE, 40 }, + { 491674, GO_FIREWORK_SHOW_TYPE_2_BLUE, 8 }, + { 491674, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 14 }, + { 493704, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 19 }, + { 493704, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 28 }, + { 495335, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 29 }, + { 496546, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 5 }, + { 496546, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 37 }, + { 498568, GO_FIREWORK_SHOW_TYPE_2_GREEN, 27 }, + { 498568, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 22 }, + { 498568, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 43 }, + { 500196, GO_FIREWORK_SHOW_TYPE_1_BLUE, 38 }, + { 500196, GO_FIREWORK_SHOW_TYPE_1_RED, 9 }, + { 500196, GO_FIREWORK_SHOW_TYPE_2_GREEN, 0 }, + { 501409, GO_FIREWORK_SHOW_TYPE_2_WHITE, 32 }, + { 501409, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 54 }, + { 501409, GO_FIREWORK_SHOW_TYPE_2_RED, 36 }, + { 501409, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 51 }, + { 503433, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 56 }, + { 503433, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 13 }, + { 503433, GO_FIREWORK_SHOW_TYPE_2_GREEN, 2 }, + { 505061, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 16 }, + { 505061, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 49 }, + { 505061, GO_FIREWORK_SHOW_TYPE_1_RED, 35 }, + { 505061, GO_FIREWORK_SHOW_TYPE_1_WHITE, 12 }, + { 506272, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 10 }, + { 506272, GO_FIREWORK_SHOW_TYPE_1_RED, 19 }, + { 506272, GO_FIREWORK_SHOW_TYPE_2_RED, 52 }, + { 508313, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 48 }, + { 508313, GO_FIREWORK_SHOW_TYPE_2_GREEN, 50 }, + { 509931, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 41 }, + { 511143, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 45 }, + { 511143, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 14 }, + { 511143, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 17 }, + { 511143, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 7 }, + { 511143, GO_FIREWORK_SHOW_TYPE_1_RED, 46 }, + { 513175, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 11 }, + { 513175, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 20 }, + { 513175, GO_FIREWORK_SHOW_TYPE_2_GREEN, 31 }, + { 514800, GO_FIREWORK_SHOW_TYPE_2_RED, 33 }, + { 514800, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 39 }, + { 514800, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 34 }, + { 514800, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 0 }, + { 516019, GO_FIREWORK_SHOW_TYPE_1_RED, 1 }, + { 516019, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 47 }, + { 516019, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 44 }, + { 518053, GO_FIREWORK_SHOW_TYPE_1_RED, 28 }, + { 519680, GO_FIREWORK_SHOW_TYPE_2_WHITE, 25 }, + { 520891, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 43 }, + { 522914, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 30 }, + { 522914, GO_FIREWORK_SHOW_TYPE_2_GREEN, 4 }, + { 522914, GO_FIREWORK_SHOW_TYPE_1_BLUE, 55 }, + { 522914, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 15 }, + { 522914, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 13 }, + { 524544, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 52 }, + { 524544, GO_FIREWORK_SHOW_TYPE_1_WHITE, 51 }, + { 525754, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 12 }, + { 525754, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 18 }, + { 525754, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 56 }, + { 525754, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 3 }, + { 527793, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 5 }, + { 527793, GO_FIREWORK_SHOW_TYPE_1_GREEN, 50 }, + { 527793, GO_FIREWORK_SHOW_TYPE_2_RED, 22 }, + { 527793, GO_FIREWORK_SHOW_TYPE_2_WHITE, 21 }, + { 530630, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 53 }, + { 530630, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 23 }, + { 532667, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 10 }, + { 532667, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 19 }, + { 532667, GO_FIREWORK_SHOW_TYPE_1_WHITE, 49 }, + { 532667, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 31 }, + { 532667, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 42 }, + { 534292, GO_FIREWORK_SHOW_TYPE_2_GREEN, 48 }, + { 534292, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 29 }, + { 534292, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 43 }, + { 535509, GO_FIREWORK_SHOW_TYPE_1_WHITE, 20 }, + { 537537, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 32 }, + { 539150, GO_FIREWORK_SHOW_TYPE_2_RED, 35 }, + { 540364, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 33 }, + { 544023, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 36 }, + { 544023, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 22 }, + { 545246, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 3 }, + { 547279, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 34 }, + { 547279, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 18 }, + { 547279, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 16 }, + { 548889, GO_FIREWORK_SHOW_TYPE_1_RED, 6 }, + { 548889, GO_FIREWORK_SHOW_TYPE_2_BLUE, 50 }, + { 548889, GO_FIREWORK_SHOW_TYPE_1_BLUE, 0 }, + { 548889, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 13 }, + { 550111, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 5 }, + { 552140, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 12 }, + { 552140, GO_FIREWORK_SHOW_TYPE_1_GREEN, 54 }, + { 553758, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 38 }, + { 553758, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 25 }, + { 553758, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 37 }, + { 553758, GO_FIREWORK_SHOW_TYPE_2_WHITE, 32 }, + { 554965, GO_FIREWORK_SHOW_TYPE_1_BLUE, 30 }, + { 554965, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 56 }, + { 554965, GO_FIREWORK_SHOW_TYPE_1_GREEN, 11 }, + { 554965, GO_FIREWORK_SHOW_TYPE_2_WHITE, 45 }, + { 554965, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 17 }, + { 557006, GO_FIREWORK_SHOW_TYPE_1_BLUE, 24 }, + { 558617, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 28 }, + { 558617, GO_FIREWORK_SHOW_TYPE_1_BLUE, 48 }, + { 558617, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 29 }, + { 558617, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 19 }, + { 558617, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 43 }, + { 559839, GO_FIREWORK_SHOW_TYPE_1_GREEN, 4 }, + { 559839, GO_FIREWORK_SHOW_TYPE_1_GREEN, 2 }, + { 561874, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 46 }, + { 561874, GO_FIREWORK_SHOW_TYPE_1_BLUE, 55 }, + { 561874, GO_FIREWORK_SHOW_TYPE_1_RED, 14 }, + { 563498, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 1 }, + { 563498, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 27 }, + { 564704, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 3 }, + { 566735, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 31 }, + { 566735, GO_FIREWORK_SHOW_TYPE_1_RED, 35 }, + { 566735, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 53 }, + { 566735, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 44 }, + { 568351, GO_FIREWORK_SHOW_TYPE_2_WHITE, 16 }, + { 568351, GO_FIREWORK_SHOW_TYPE_1_BLUE, 8 }, + { 569565, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 36 }, + { 569565, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 13 }, + { 569565, GO_FIREWORK_SHOW_TYPE_1_GREEN, 39 }, + { 571596, GO_FIREWORK_SHOW_TYPE_2_RED, 56 }, + { 571596, GO_FIREWORK_SHOW_TYPE_2_BLUE, 54 }, + { 573222, GO_FIREWORK_SHOW_TYPE_2_BLUE, 50 }, + { 574435, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 52 }, + { 574435, GO_FIREWORK_SHOW_TYPE_1_WHITE, 34 }, + { 574435, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 32 }, + { 574435, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 23 }, + { 576468, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 43 }, + { 576468, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 33 }, + { 578095, GO_FIREWORK_SHOW_TYPE_2_BLUE, 2 }, + { 578095, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 24 }, + { 578095, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 0 }, + { 578095, GO_FIREWORK_SHOW_TYPE_2_BLUE, 37 }, + { 579307, GO_FIREWORK_SHOW_TYPE_2_WHITE, 12 }, + { 579307, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 7 }, + { 579307, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 6 }, + { 582967, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 14 }, + { 582967, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 21 }, + { 584179, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 35 }, + { 584179, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 49 }, + { 584179, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 29 }, + { 587831, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 46 }, + { 589054, GO_FIREWORK_SHOW_TYPE_1_BLUE, 39 }, + { 589054, GO_FIREWORK_SHOW_TYPE_2_WHITE, 51 }, + { 589054, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 28 }, + { 589054, GO_FIREWORK_SHOW_TYPE_1_WHITE, 25 }, + { 589054, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 3 }, + { 589054, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 20 }, + { 591084, GO_FIREWORK_SHOW_TYPE_2_GREEN, 8 }, + { 591084, GO_FIREWORK_SHOW_TYPE_2_WHITE, 17 }, + { 592721, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 5 }, + { 592721, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 36 }, + { 592721, GO_FIREWORK_SHOW_TYPE_2_BLUE, 4 }, + { 593933, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 9 }, + { 595960, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 30 }, + { 597586, GO_FIREWORK_SHOW_TYPE_2_WHITE, 10 }, + { 597586, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 53 }, + { 597586, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 12 }, + { 597586, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 55 }, + { 598811, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 33 }, + { 598811, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 41 }, + { 598811, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 34 }, + { 598811, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 15 }, + { 600833, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 16 }, + { 600833, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 29 }, + { 602447, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 45 }, + { 602447, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 23 }, + { 603672, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 14 }, + { 603672, GO_FIREWORK_SHOW_TYPE_1_BLUE, 54 }, + { 603672, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 1 }, + { 603672, GO_FIREWORK_SHOW_TYPE_1_GREEN, 50 }, + { 603672, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 25 }, + { 605693, GO_FIREWORK_SHOW_TYPE_2_WHITE, 3 }, + { 605693, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 27 }, + { 605693, GO_FIREWORK_SHOW_TYPE_1_WHITE, 18 }, + { 605693, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 7 }, + { 607311, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 56 }, + { 607311, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 20 }, + { 607311, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 26 }, + { 607311, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 37 }, + { 607311, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 52 }, + { 608535, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 43 }, + { 610562, GO_FIREWORK_SHOW_TYPE_1_RED, 9 }, + { 610562, GO_FIREWORK_SHOW_TYPE_2_BLUE, 0 }, + { 612187, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 8 }, + { 612187, GO_FIREWORK_SHOW_TYPE_1_BLUE, 40 }, + { 612187, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 49 }, + { 613403, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 15 }, + { 613403, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 44 }, + { 615434, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 21 }, + { 615434, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 16 }, + { 617050, GO_FIREWORK_SHOW_TYPE_2_WHITE, 25 }, + { 617050, GO_FIREWORK_SHOW_TYPE_2_WHITE, 12 }, + { 617050, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 23 }, + { 617050, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 47 }, + { 617050, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 46 }, + { 617050, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 1 }, + { 617050, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 5 }, + { 617050, GO_FIREWORK_SHOW_TYPE_2_RED, 28 }, + { 617050, GO_FIREWORK_SHOW_TYPE_1_WHITE, 18 }, + { 617050, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 27 }, + { 617050, GO_FIREWORK_SHOW_TYPE_1_BLUE, 24 }, + { 617050, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 6 }, + { 617050, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 29 }, + { 617050, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 45 }, + { 617050, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 17 }, + { 617050, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 32 }, + { 617050, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 11 }, + { 617050, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 13 }, + { 617050, GO_FIREWORK_SHOW_TYPE_1_GREEN, 38 }, + { 617050, GO_FIREWORK_SHOW_TYPE_1_GREEN, 30 }, + { 617050, GO_FIREWORK_SHOW_TYPE_2_GREEN, 54 }, + { 617050, GO_FIREWORK_SHOW_TYPE_2_GREEN, 7 }, + { 617050, GO_FIREWORK_SHOW_TYPE_1_RED, 19 }, + { 618274, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 42 }, + { 618274, GO_FIREWORK_SHOW_TYPE_2_WHITE, 3 }, + { 618274, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 50 }, + { 618274, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 2 }, + { 618274, GO_FIREWORK_SHOW_TYPE_1_BLUE, 39 }, + { 618274, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 14 }, + { 618274, GO_FIREWORK_SHOW_TYPE_2_BLUE, 55 }, + { 618274, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 34 }, + { 618274, GO_FIREWORK_SHOW_TYPE_1_RED, 36 }, + { 620301, GO_FIREWORK_SHOW_TYPE_1_WHITE, 20 }, + { 620301, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 10 }, + { 620301, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 4 }, + { 620301, GO_FIREWORK_SHOW_TYPE_1_BLUE, 31 }, + { 620301, GO_FIREWORK_SHOW_TYPE_2_BLUE, 37 }, + { 620301, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 56 }, + { 620301, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 41 }, + { 621914, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 26 }, + { 621914, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 52 }, + { 621914, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 35 }, + { 621914, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 43 }, + { 623135, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 53 }, + { 623135, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 51 }, + { 625162, GO_FIREWORK_SHOW_TYPE_1_BLUE, 40 }, + { 625162, GO_FIREWORK_SHOW_TYPE_1_GREEN, 48 }, + { 625162, GO_FIREWORK_SHOW_TYPE_2_RED, 33 }, + { 625162, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 49 }, + { 625162, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 9 }, + { 625162, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 44 }, + { 626790, GO_FIREWORK_SHOW_TYPE_1_BLUE, 0 }, + { 626790, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 8 }, + { 626790, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 22 }, + { 626790, GO_FIREWORK_SHOW_TYPE_2_WHITE, 15 }, + { 628011, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 38 }, + { 628011, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 45 }, + { 630037, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 36 }, + { 630037, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 19 }, + { 630037, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 14 }, + { 630037, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 5 }, + { 630037, GO_FIREWORK_SHOW_TYPE_1_RED, 1 }, + { 630037, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 11 }, + { 630037, GO_FIREWORK_SHOW_TYPE_2_WHITE, 25 }, + { 630037, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 54 }, + { 630037, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 55 }, + { 630037, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 17 }, + { 630037, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 42 }, + { 630037, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 2 }, + { 630037, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 24 }, + { 630037, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 32 }, + { 630037, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 16 }, + { 630037, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 12 }, + { 630037, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 18 }, + { 630037, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 21 }, + { 631651, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 28 }, + { 631651, GO_FIREWORK_SHOW_TYPE_2_GREEN, 30 }, + { 631651, GO_FIREWORK_SHOW_TYPE_1_RED, 47 }, + { 631651, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 31 }, + { 631651, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 27 }, + { 631651, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 23 }, + { 631651, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 46 }, + { 631651, GO_FIREWORK_SHOW_TYPE_1_BLUE, 7 }, + { 631651, GO_FIREWORK_SHOW_TYPE_1_BLUE, 39 }, + { 631651, GO_FIREWORK_SHOW_TYPE_2_RED, 29 }, + { 631651, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 34 }, + { 631651, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 3 }, + { 631651, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 6 }, + { 631651, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 13 }, + { 631651, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 50 }, + { 632869, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 37 }, + { 632869, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 43 }, + { 632869, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 41 }, + { 632869, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 56 }, + { 632869, GO_FIREWORK_SHOW_TYPE_1_RED, 52 }, + { 632869, GO_FIREWORK_SHOW_TYPE_2_RED, 26 }, + { 634893, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 4 }, + { 634893, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 10 }, + { 634893, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 20 }, + { 634893, GO_FIREWORK_SHOW_TYPE_2_RED, 35 }, + { 636529, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 51 }, + { 636529, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 9 }, + { 636529, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 33 }, + { 636529, GO_FIREWORK_SHOW_TYPE_2_GREEN, 40 }, + { 636529, GO_FIREWORK_SHOW_TYPE_1_RED, 53 }, + { 636529, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 44 }, + { 637740, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 49 }, + { 637740, GO_FIREWORK_SHOW_TYPE_1_BLUE, 48 }, + { 641403, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 23 }, + { 641403, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 55 }, + { 641403, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 25 }, + { 642616, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 2 }, + { 642616, GO_FIREWORK_SHOW_TYPE_2_BLUE, 54 }, + { 642616, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 17 }, + { 642616, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 18 }, + { 642616, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 21 }, + { 642616, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 3 }, + { 642616, GO_FIREWORK_SHOW_TYPE_1_GREEN, 27 }, + { 642616, GO_FIREWORK_SHOW_TYPE_1_GREEN, 38 }, + { 642616, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 6 }, + { 642616, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 19 }, + { 642616, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 50 }, + { 642616, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 30 }, + { 642616, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 39 }, + { 642616, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 46 }, + { 642616, GO_FIREWORK_SHOW_TYPE_2_WHITE, 15 }, + { 642616, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 5 }, + { 642616, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 13 }, + { 642616, GO_FIREWORK_SHOW_TYPE_2_RED, 36 }, + { 642616, GO_FIREWORK_SHOW_TYPE_1_WHITE, 16 }, + { 642616, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 34 }, + { 642616, GO_FIREWORK_SHOW_TYPE_1_WHITE, 45 }, + { 642616, GO_FIREWORK_SHOW_TYPE_2_WHITE, 42 }, + { 642616, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 24 }, + { 644645, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 29 }, + { 644645, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 4 }, + { 644645, GO_FIREWORK_SHOW_TYPE_1_RED, 1 }, + { 644645, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 11 }, + { 644645, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 8 }, + { 644645, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 47 }, + { 644645, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 14 }, + { 644645, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 22 }, + { 644645, GO_FIREWORK_SHOW_TYPE_2_WHITE, 32 }, + { 644645, GO_FIREWORK_SHOW_TYPE_1_BLUE, 31 }, + { 644645, GO_FIREWORK_SHOW_TYPE_2_RED, 28 }, + { 644645, GO_FIREWORK_SHOW_TYPE_1_WHITE, 12 }, + { 644645, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 0 }, + { 644645, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 7 }, + { 646265, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 26 }, + { 646265, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 10 }, + { 646265, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 35 }, + { 646265, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 52 }, + { 646265, GO_FIREWORK_SHOW_TYPE_2_WHITE, 41 }, + { 647477, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 56 }, + { 647477, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 43 }, + { 647477, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 37 }, + { 647477, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 20 }, + { 649507, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 49 }, + { 649507, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 53 }, + { 649507, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 9 }, + { 649507, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 33 }, + { 651132, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 40 }, + { 651132, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 48 }, + { 651132, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 51 }, + { 651132, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 44 }, + { 652357, GO_FIREWORK_SHOW_TYPE_1_RED, 46 }, + { 652357, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 13 }, + { 654383, GO_FIREWORK_SHOW_TYPE_1_GREEN, 55 }, + { 654383, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 36 }, + { 654383, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 50 }, + { 654383, GO_FIREWORK_SHOW_TYPE_2_WHITE, 3 }, + { 654383, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 27 }, + { 654383, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 54 }, + { 654383, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 2 }, + { 654383, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 6 }, + { 654383, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 17 }, + { 654383, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 5 }, + { 654383, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 25 }, + { 654383, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 21 }, + { 654383, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 18 }, + { 654383, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 39 }, + { 654383, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 15 }, + { 654383, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 34 }, + { 656007, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 19 }, + { 656007, GO_FIREWORK_SHOW_TYPE_1_WHITE, 10 }, + { 656007, GO_FIREWORK_SHOW_TYPE_2_GREEN, 30 }, + { 656007, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 38 }, + { 656007, GO_FIREWORK_SHOW_TYPE_1_BLUE, 23 }, + { 656007, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 24 }, + { 656007, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 45 }, + { 656007, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 16 }, + { 656007, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 42 }, + { 657219, GO_FIREWORK_SHOW_TYPE_1_WHITE, 12 }, + { 657219, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 52 }, + { 657219, GO_FIREWORK_SHOW_TYPE_1_WHITE, 41 }, + { 657219, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 35 }, + { 657219, GO_FIREWORK_SHOW_TYPE_2_GREEN, 0 }, + { 657219, GO_FIREWORK_SHOW_TYPE_1_RED, 47 }, + { 657219, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 11 }, + { 657219, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 29 }, + { 657219, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 22 }, + { 659250, GO_FIREWORK_SHOW_TYPE_2_BLUE, 7 }, + { 659250, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 32 }, + { 659250, GO_FIREWORK_SHOW_TYPE_1_GREEN, 8 }, + { 659250, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 1 }, + { 659250, GO_FIREWORK_SHOW_TYPE_2_GREEN, 4 }, + { 659250, GO_FIREWORK_SHOW_TYPE_1_RED, 28 }, + { 659250, GO_FIREWORK_SHOW_TYPE_1_BLUE, 31 }, + { 659250, GO_FIREWORK_SHOW_TYPE_2_RED, 26 }, + { 659250, GO_FIREWORK_SHOW_TYPE_2_RED, 14 }, + { 660861, GO_FIREWORK_SHOW_TYPE_2_GREEN, 37 }, + { 660861, GO_FIREWORK_SHOW_TYPE_2_RED, 33 }, + { 660861, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 20 }, + { 660861, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 49 }, + { 660861, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 56 }, + { 662075, GO_FIREWORK_SHOW_TYPE_1_RED, 53 }, + { 662075, GO_FIREWORK_SHOW_TYPE_2_RED, 9 }, + { 662075, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 43 }, + { 664107, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 54 }, + { 664107, GO_FIREWORK_SHOW_TYPE_2_WHITE, 25 }, + { 665721, GO_FIREWORK_SHOW_TYPE_2_BLUE, 27 }, + { 665721, GO_FIREWORK_SHOW_TYPE_2_BLUE, 50 }, + { 665721, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 46 }, + { 665721, GO_FIREWORK_SHOW_TYPE_2_GREEN, 40 }, + { 665721, GO_FIREWORK_SHOW_TYPE_2_GREEN, 55 }, + { 665721, GO_FIREWORK_SHOW_TYPE_2_WHITE, 34 }, + { 665721, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 36 }, + { 665721, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 15 }, + { 665721, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 13 }, + { 666937, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 18 }, + { 666937, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 6 }, + { 666937, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 5 }, + { 666937, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 17 }, + { 666937, GO_FIREWORK_SHOW_TYPE_2_WHITE, 3 }, + { 666937, GO_FIREWORK_SHOW_TYPE_2_RED, 44 }, + { 666937, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 51 }, + { 666937, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 48 }, + { 666937, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 2 }, + { 666937, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 39 }, + { 666937, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 21 }, + { 668963, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 1 }, + { 668963, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 12 }, + { 670575, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 28 }, + { 670575, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 47 }, + { 670575, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 29 }, + { 670575, GO_FIREWORK_SHOW_TYPE_1_BLUE, 0 }, + { 670575, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 42 }, + { 670575, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 26 }, + { 670575, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 16 }, + { 670575, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 45 }, + { 670575, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 41 }, + { 670575, GO_FIREWORK_SHOW_TYPE_2_BLUE, 24 }, + { 670575, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 10 }, + { 670575, GO_FIREWORK_SHOW_TYPE_1_GREEN, 30 }, + { 670575, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 52 }, + { 670575, GO_FIREWORK_SHOW_TYPE_2_GREEN, 23 }, + { 670575, GO_FIREWORK_SHOW_TYPE_2_GREEN, 11 }, + { 670575, GO_FIREWORK_SHOW_TYPE_2_GREEN, 38 }, + { 670575, GO_FIREWORK_SHOW_TYPE_1_RED, 19 }, + { 671797, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 14 }, + { 671797, GO_FIREWORK_SHOW_TYPE_2_RED, 35 }, + { 671797, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 31 }, + { 671797, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 4 }, + { 671797, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 8 }, + { 671797, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 32 }, + { 671797, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 22 }, + { 671797, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 7 }, + { 673821, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 56 }, + { 673821, GO_FIREWORK_SHOW_TYPE_1_WHITE, 57 }, + { 673821, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 9 }, + { 673821, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 43 }, + { 673821, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 49 }, + { 675438, GO_FIREWORK_SHOW_TYPE_2_WHITE, 20 }, + { 675438, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 53 }, + { 675438, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 33 }, + { 675438, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 37 }, + { 677460, GO_FIREWORK_SHOW_TYPE_1_BLUE, 7 }, + { 677460, GO_FIREWORK_SHOW_TYPE_2_BLUE, 40 }, + { 677865, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 38 }, + { 677865, GO_FIREWORK_SHOW_TYPE_2_GREEN, 30 }, + { 677865, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 1 }, + { 677865, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 51 }, + { 679088, GO_FIREWORK_SHOW_TYPE_1_BLUE, 0 }, + { 679088, GO_FIREWORK_SHOW_TYPE_1_BLUE, 48 }, + { 679088, GO_FIREWORK_SHOW_TYPE_2_RED, 36 }, + { 679088, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 34 }, + { 679088, GO_FIREWORK_SHOW_TYPE_1_WHITE, 42 }, + { 679088, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 23 }, + { 679088, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 39 }, + { 679088, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 17 }, + { 679088, GO_FIREWORK_SHOW_TYPE_1_GREEN, 31 }, + { 679088, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 15 }, + { 679088, GO_FIREWORK_SHOW_TYPE_1_GREEN, 50 }, + { 679088, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 13 }, + { 679088, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 28 }, + { 679088, GO_FIREWORK_SHOW_TYPE_2_GREEN, 27 }, + { 679088, GO_FIREWORK_SHOW_TYPE_2_GREEN, 54 }, + { 679088, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 47 }, + { 679088, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 18 }, + { 679088, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 46 }, + { 679088, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 19 }, + { 679088, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 10 }, + { 679088, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 4 }, + { 679088, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 32 }, + { 679088, GO_FIREWORK_SHOW_TYPE_2_WHITE, 25 }, + { 679088, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 12 }, + { 679088, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 26 }, + { 680301, GO_FIREWORK_SHOW_TYPE_2_BLUE, 2 }, + { 680301, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 11 }, + { 680301, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 24 }, + { 680301, GO_FIREWORK_SHOW_TYPE_2_GREEN, 55 }, + { 680301, GO_FIREWORK_SHOW_TYPE_2_GREEN, 8 }, + { 681116, GO_FIREWORK_SHOW_TYPE_2_RED, 29 }, + { 681116, GO_FIREWORK_SHOW_TYPE_1_WHITE, 45 }, + { 681116, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 21 }, + { 681116, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 3 }, + { 681116, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 35 }, + { 681116, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 6 }, + { 681116, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 44 }, + { 681116, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 5 }, + { 681116, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 52 }, + { 681116, GO_FIREWORK_SHOW_TYPE_2_WHITE, 41 }, + { 681116, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 22 }, + { 681116, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 14 }, + { 681116, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 16 }, +}; + +FireworkShow const fireworkShowTeldrassil = +{ + .schedule = + { + .entries = fireworkShowScheduleTeldrassil, + .size = sizeof(fireworkShowScheduleTeldrassil) / sizeof(fireworkShowScheduleTeldrassil[0]) + }, + .spawns = + { + .entries = fireworkShowGameobjectTeldrassil, + .size = sizeof(fireworkShowGameobjectTeldrassil) / sizeof(fireworkShowGameobjectTeldrassil[0]) + }, + .revelerId = + { + NPC_DARNASSUS_REVELER, + 0 + } +}; + +#endif diff --git a/src/server/scripts/Events/firework_show/firework_show_ThunderBluff.h b/src/server/scripts/Events/firework_show/firework_show_ThunderBluff.h new file mode 100644 index 000000000..445cce45c --- /dev/null +++ b/src/server/scripts/Events/firework_show/firework_show_ThunderBluff.h @@ -0,0 +1,1581 @@ +/* + * This file is part of the AzerothCore Project. See AUTHORS file for Copyright information + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU Affero General Public License as published by the + * Free Software Foundation; either version 3 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see . + */ + +#ifndef DEF_FIREWORK_SHOW_THUNDERBLUFF_H +#define DEF_FIREWORK_SHOW_THUNDERBLUFF_H + +#include "firework_show.h" + +// VerifiedBuild 50250 - Midsummer Fireworks Spectacular event +FireworkShowGameobject const fireworkShowGameobjectThunderBluff[] = +{ + { -1236.8251f, -18.461697f, 220.20761f, 4.66003f, 0.0f, 0.0f, -0.7253742f, 0.68835473f }, /* 0 */ + { -1229.8176f, -6.788249f, 209.45525f, 4.886924f, 0.0f, 0.0f, -0.642787f, 0.766045f }, /* 1 */ + { -1220.1172f, -10.938151f, 204.82965f, 4.7647495f, 0.0f, 0.0f, -0.6883545f, 0.72537446f }, /* 2 */ + { -1229.8334f, -6.403429f, 208.68416f, 4.7647495f, 0.0f, 0.0f, -0.6883545f, 0.72537446f }, /* 3 */ + { -1234.3792f, -19.821669f, 211.35728f, 5.8992143f, 0.0f, 0.0f, -0.1908083f, 0.9816273f }, /* 4 */ + { -1224.6489f, -16.731716f, 217.28386f, 6.073746f, 0.0f, 0.0f, -0.10452843f, 0.9945219f }, /* 5 */ + { -1222.9414f, -10.684407f, 208.30435f, 0.9773831f, 0.0f, 0.0f, 0.46947098f, 0.8829479f }, /* 6 */ + { -1219.8563f, -11.693577f, 218.57112f, 0.13962449f, 0.0f, 0.0f, 0.069755554f, 0.99756414f }, /* 7 */ + { -1233.5603f, -15.802571f, 215.61993f, 0.9773831f, 0.0f, 0.0f, 0.46947098f, 0.8829479f }, /* 8 */ + { -1238.7646f, -11.715604f, 203.89046f, 2.1118479f, 0.0f, 0.0f, 0.8703556f, 0.4924237f }, /* 9 */ + { -1218.1162f, -16.373047f, 199.9185f, 5.550147f, 0.0f, 0.0f, -0.35836792f, 0.93358046f }, /* 10 */ + { -1235.227f, -19.885254f, 206.95432f, 2.5481794f, 0.0f, 0.0f, 0.95630455f, 0.29237235f }, /* 11 */ + { -1223.9674f, -8.415148f, 219.23471f, 3.47321f, 0.0f, 0.0f, -0.9862852f, 0.1650499f }, /* 12 */ + { -1240.6167f, -41.394855f, 205.03618f, 5.8468537f, 0.0f, 0.0f, -0.21643925f, 0.97629607f }, /* 13 */ + { -1229.3315f, -6.54617f, 205.53145f, 4.729844f, 0.0f, 0.0f, -0.70090866f, 0.71325105f }, /* 14 */ + { -1219.2946f, -12.874241f, 206.23872f, 5.8992143f, 0.0f, 0.0f, -0.1908083f, 0.9816273f }, /* 15 */ + { -1246.2584f, -37.360893f, 208.25984f, 2.1991146f, 0.0f, 0.0f, 0.89100647f, 0.45399064f }, /* 16 */ + { -1223.8667f, -10.67551f, 205.75575f, 0.9773831f, 0.0f, 0.0f, 0.46947098f, 0.8829479f }, /* 17 */ + { -1227.3531f, -14.302246f, 206.61922f, 3.0543265f, 0.0f, 0.0f, 0.99904823f, 0.04361926f }, /* 18 */ + { -1244.3044f, -41.495987f, 214.7235f, 3.7001047f, 0.0f, 0.0f, -0.9612608f, 0.2756405f }, /* 19 */ + { -1245.1958f, -37.021107f, 208.22769f, 5.550147f, 0.0f, 0.0f, -0.35836792f, 0.93358046f }, /* 20 */ + { -1249.993f, -35.97727f, 206.98524f, 5.8468537f, 0.0f, 0.0f, -0.21643925f, 0.97629607f }, /* 21 */ + { -1239.7609f, -41.99474f, 211.77718f, 6.0912004f, 0.0f, 0.0f, -0.09584522f, 0.99539626f }, /* 22 */ + { -1241.4095f, -23.091364f, 206.5933f, 3.0543265f, 0.0f, 0.0f, 0.99904823f, 0.04361926f }, /* 23 */ + { -1234.8004f, -14.124023f, 208.0964f, 6.0912004f, 0.0f, 0.0f, -0.09584522f, 0.99539626f }, /* 24 */ + { -1219.8027f, -11.184136f, 219.64711f, 4.729844f, 0.0f, 0.0f, -0.70090866f, 0.71325105f }, /* 25 */ + { -1234.8225f, -13.996854f, 210.14058f, 6.073746f, 0.0f, 0.0f, -0.10452843f, 0.9945219f }, /* 26 */ + { -1244.4417f, -35.883083f, 206.82002f, 4.729844f, 0.0f, 0.0f, -0.70090866f, 0.71325105f }, /* 27 */ + { -1219.5491f, -12.327691f, 207.98616f, 3.47321f, 0.0f, 0.0f, -0.9862852f, 0.1650499f }, /* 28 */ + { -1246.7905f, -38.59223f, 206.84602f, 6.073746f, 0.0f, 0.0f, -0.10452843f, 0.9945219f }, /* 29 */ + { -1235.5667f, -15.021159f, 205.37595f, 2.1991146f, 0.0f, 0.0f, 0.89100647f, 0.45399064f }, /* 30 */ + { -1217.1647f, -15.588976f, 207.45532f, 3.6826503f, 0.0f, 0.0f, -0.9636297f, 0.267241f }, /* 31 */ + { -1223.3629f, -12.246202f, 201.38054f, 4.66003f, 0.0f, 0.0f, -0.7253742f, 0.68835473f }, /* 32 */ + { -1239.3638f, -22.237143f, 207.20473f, 4.886924f, 0.0f, 0.0f, -0.642787f, 0.766045f }, /* 33 */ + { -1251.2413f, -33.18164f, 209.79855f, 3.6302915f, 0.0f, 0.0f, -0.97029495f, 0.241925f }, /* 34 */ + { -1234.8044f, -19.722385f, 206.54361f, 0.13962449f, 0.0f, 0.0f, 0.069755554f, 0.99756414f }, /* 35 */ + { -1220.1376f, -16.90701f, 218.71817f, 2.1118479f, 0.0f, 0.0f, 0.8703556f, 0.4924237f }, /* 36 */ + { -1242.7018f, -23.956978f, 215.87843f, 2.1991146f, 0.0f, 0.0f, 0.89100647f, 0.45399064f }, /* 37 */ + { -1251.6383f, -34.593098f, 207.48209f, 6.0912004f, 0.0f, 0.0f, -0.09584522f, 0.99539626f }, /* 38 */ + { -1219.087f, -6.230252f, 206.5717f, 5.8992143f, 0.0f, 0.0f, -0.1908083f, 0.9816273f }, /* 39 */ + { -1239.1991f, -23.206217f, 207.01884f, 3.47321f, 0.0f, 0.0f, -0.9862852f, 0.1650499f }, /* 40 */ + { -1239.2119f, -11.258573f, 208.63521f, 3.7001047f, 0.0f, 0.0f, -0.9612608f, 0.2756405f }, /* 41 */ + { -1239.3511f, -23.366537f, 218.10565f, 5.550147f, 0.0f, 0.0f, -0.35836792f, 0.93358046f }, /* 42 */ + { -1252.2657f, -33.218967f, 215.82295f, 3.6826503f, 0.0f, 0.0f, -0.9636297f, 0.267241f }, /* 43 */ + { -1219.832f, -12.198026f, 219.48994f, 5.8468537f, 0.0f, 0.0f, -0.21643925f, 0.97629607f }, /* 44 */ + { -1239.7091f, -42.342937f, 204.24658f, 2.1118479f, 0.0f, 0.0f, 0.8703556f, 0.4924237f }, /* 45 */ + { -1235.885f, -19.491158f, 206.4422f, 3.6826503f, 0.0f, 0.0f, -0.9636297f, 0.267241f }, /* 46 */ + { -1245.1018f, -34.695423f, 215.4592f, 4.886924f, 0.0f, 0.0f, -0.642787f, 0.766045f }, /* 47 */ + { -1235.0527f, -20.392252f, 206.57321f, 3.6302915f, 0.0f, 0.0f, -0.97029495f, 0.241925f }, /* 48 */ + { -1239.6353f, -11.559733f, 220.69405f, 2.5481794f, 0.0f, 0.0f, 0.95630455f, 0.29237235f }, /* 49 */ + { -1238.7406f, -11.55127f, 216.41016f, 4.7647495f, 0.0f, 0.0f, -0.6883545f, 0.72537446f }, /* 50 */ + { -1245.4481f, -37.35639f, 208.07335f, 3.7001047f, 0.0f, 0.0f, -0.9612608f, 0.2756405f }, /* 51 */ + { -1251.1807f, -34.52919f, 206.87946f, 4.66003f, 0.0f, 0.0f, -0.7253742f, 0.68835473f }, /* 52 */ + { -1229.3315f, -6.54617f, 208.25368f, 2.5481794f, 0.0f, 0.0f, 0.95630455f, 0.29237235f }, /* 53 */ + { -1233.7648f, -15.576497f, 216.10677f, 3.0543265f, 0.0f, 0.0f, 0.99904823f, 0.04361926f }, /* 54 */ + { -1241.1482f, -41.804905f, 205.84363f, 0.13962449f, 0.0f, 0.0f, 0.069755554f, 0.99756414f }, /* 55 */ + { -1222.5441f, -11.587132f, 218.99556f, 3.6302915f, 0.0f, 0.0f, -0.97029495f, 0.241925f }, /* 56 */ + { -1223.9977f, -11.756293f, 187.3124f, 6.0912004f, 0.0f, 0.0f, -0.09584522f, 0.99539626f }, /* 57 */ +}; + +// VerifiedBuild 50250 - Midsummer Fireworks Spectacular event +FireworkShowScheduleEntry const fireworkShowScheduleThunderBluff[] = +{ + { 0, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 0 }, + { 1032, GO_FIREWORK_SHOW_TYPE_2_RED, 1 }, + { 1032, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 2 }, + { 1519, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 3 }, + { 3091, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 4 }, + { 3091, GO_FIREWORK_SHOW_TYPE_2_WHITE, 5 }, + { 3552, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 6 }, + { 3552, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 7 }, + { 4702, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 8 }, + { 6720, GO_FIREWORK_SHOW_TYPE_1_GREEN, 9 }, + { 7982, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 10 }, + { 7982, GO_FIREWORK_SHOW_TYPE_1_GREEN, 11 }, + { 8415, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 12 }, + { 8415, GO_FIREWORK_SHOW_TYPE_2_RED, 13 }, + { 8415, GO_FIREWORK_SHOW_TYPE_1_GREEN, 14 }, + { 8415, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 15 }, + { 9541, GO_FIREWORK_SHOW_TYPE_2_RED, 16 }, + { 9541, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 17 }, + { 9541, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 18 }, + { 9541, GO_FIREWORK_SHOW_TYPE_1_WHITE, 19 }, + { 9541, GO_FIREWORK_SHOW_TYPE_2_GREEN, 20 }, + { 9541, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 21 }, + { 10754, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 22 }, + { 10754, GO_FIREWORK_SHOW_TYPE_1_BLUE, 23 }, + { 11587, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 24 }, + { 11587, GO_FIREWORK_SHOW_TYPE_2_WHITE, 25 }, + { 12740, GO_FIREWORK_SHOW_TYPE_1_GREEN, 26 }, + { 12740, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 27 }, + { 12740, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 28 }, + { 12740, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 29 }, + { 13225, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 30 }, + { 13225, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 31 }, + { 14433, GO_FIREWORK_SHOW_TYPE_2_RED, 32 }, + { 14433, GO_FIREWORK_SHOW_TYPE_1_GREEN, 33 }, + { 14433, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 34 }, + { 14433, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 35 }, + { 14433, GO_FIREWORK_SHOW_TYPE_2_WHITE, 36 }, + { 16067, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 37 }, + { 16067, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 38 }, + { 16067, GO_FIREWORK_SHOW_TYPE_2_BLUE, 39 }, + { 16461, GO_FIREWORK_SHOW_TYPE_2_RED, 40 }, + { 16461, GO_FIREWORK_SHOW_TYPE_1_RED, 41 }, + { 16461, GO_FIREWORK_SHOW_TYPE_1_WHITE, 42 }, + { 20510, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 6 }, + { 20510, GO_FIREWORK_SHOW_TYPE_2_BLUE, 21 }, + { 20510, GO_FIREWORK_SHOW_TYPE_1_GREEN, 2 }, + { 21297, GO_FIREWORK_SHOW_TYPE_1_WHITE, 43 }, + { 21297, GO_FIREWORK_SHOW_TYPE_1_WHITE, 44 }, + { 21297, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 45 }, + { 22490, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 46 }, + { 22490, GO_FIREWORK_SHOW_TYPE_1_WHITE, 47 }, + { 24018, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 48 }, + { 24018, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 5 }, + { 24824, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 49 }, + { 25339, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 50 }, + { 27363, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 13 }, + { 27726, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 17 }, + { 29006, GO_FIREWORK_SHOW_TYPE_2_RED, 10 }, + { 29006, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 29 }, + { 29006, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 26 }, + { 29006, GO_FIREWORK_SHOW_TYPE_1_WHITE, 0 }, + { 29006, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 22 }, + { 29006, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 7 }, + { 30187, GO_FIREWORK_SHOW_TYPE_2_GREEN, 11 }, + { 31840, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 12 }, + { 31840, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 32 }, + { 32503, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 51 }, + { 32503, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 16 }, + { 32503, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 40 }, + { 33875, GO_FIREWORK_SHOW_TYPE_1_WHITE, 4 }, + { 33875, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 38 }, + { 33875, GO_FIREWORK_SHOW_TYPE_2_BLUE, 52 }, + { 33875, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 53 }, + { 35033, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 6 }, + { 35881, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 3 }, + { 35881, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 15 }, + { 35881, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 36 }, + { 36223, GO_FIREWORK_SHOW_TYPE_2_GREEN, 28 }, + { 37504, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 54 }, + { 37504, GO_FIREWORK_SHOW_TYPE_1_GREEN, 55 }, + { 38721, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 1 }, + { 39882, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 33 }, + { 39882, GO_FIREWORK_SHOW_TYPE_2_GREEN, 23 }, + { 40752, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 35 }, + { 40752, GO_FIREWORK_SHOW_TYPE_2_BLUE, 9 }, + { 41156, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 37 }, + { 41965, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 18 }, + { 43579, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 34 }, + { 43579, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 21 }, + { 43579, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 50 }, + { 43579, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 20 }, + { 45327, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 8 }, + { 45327, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 22 }, + { 46810, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 45 }, + { 46810, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 31 }, + { 47163, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 12 }, + { 48374, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 17 }, + { 49658, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 2 }, + { 49658, GO_FIREWORK_SHOW_TYPE_2_GREEN, 46 }, + { 50474, GO_FIREWORK_SHOW_TYPE_2_WHITE, 42 }, + { 51691, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 48 }, + { 51691, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 24 }, + { 52056, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 25 }, + { 53300, GO_FIREWORK_SHOW_TYPE_2_RED, 41 }, + { 53300, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 43 }, + { 53300, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 26 }, + { 53300, GO_FIREWORK_SHOW_TYPE_1_WHITE, 7 }, + { 54506, GO_FIREWORK_SHOW_TYPE_1_BLUE, 14 }, + { 54506, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 13 }, + { 55165, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 32 }, + { 55165, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 3 }, + { 55661, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 28 }, + { 56540, GO_FIREWORK_SHOW_TYPE_2_RED, 1 }, + { 56663, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 55 }, + { 56865, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 4 }, + { 56865, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 47 }, + { 58449, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 5 }, + { 59485, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 0 }, + { 61350, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 44 }, + { 61776, GO_FIREWORK_SHOW_TYPE_2_WHITE, 49 }, + { 61776, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 53 }, + { 63847, GO_FIREWORK_SHOW_TYPE_2_WHITE, 54 }, + { 63847, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 37 }, + { 64282, GO_FIREWORK_SHOW_TYPE_2_GREEN, 52 }, + { 65867, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 42 }, + { 65867, GO_FIREWORK_SHOW_TYPE_2_BLUE, 30 }, + { 66665, GO_FIREWORK_SHOW_TYPE_2_BLUE, 38 }, + { 66665, GO_FIREWORK_SHOW_TYPE_2_RED, 18 }, + { 66665, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 34 }, + { 66665, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 46 }, + { 67092, GO_FIREWORK_SHOW_TYPE_2_WHITE, 8 }, + { 67870, GO_FIREWORK_SHOW_TYPE_2_RED, 16 }, + { 67870, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 22 }, + { 68030, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 35 }, + { 68030, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 56 }, + { 68030, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 40 }, + { 69419, GO_FIREWORK_SHOW_TYPE_1_BLUE, 33 }, + { 69540, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 29 }, + { 70026, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 50 }, + { 70715, GO_FIREWORK_SHOW_TYPE_2_RED, 41 }, + { 71307, GO_FIREWORK_SHOW_TYPE_1_BLUE, 2 }, + { 72733, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 12 }, + { 72733, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 11 }, + { 73077, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 17 }, + { 74342, GO_FIREWORK_SHOW_TYPE_2_BLUE, 6 }, + { 74342, GO_FIREWORK_SHOW_TYPE_2_GREEN, 20 }, + { 74342, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 4 }, + { 74342, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 10 }, + { 75153, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 32 }, + { 75153, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 45 }, + { 75556, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 13 }, + { 77540, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 55 }, + { 77850, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 1 }, + { 77850, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 14 }, + { 77850, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 25 }, + { 80314, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 36 }, + { 80314, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 15 }, + { 80314, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 39 }, + { 81620, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 43 }, + { 82010, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 52 }, + { 82817, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 42 }, + { 82817, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 53 }, + { 82817, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 44 }, + { 82817, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 5 }, + { 82817, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 19 }, + { 83825, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 48 }, + { 85404, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 30 }, + { 85404, GO_FIREWORK_SHOW_TYPE_2_RED, 16 }, + { 85404, GO_FIREWORK_SHOW_TYPE_2_RED, 40 }, + { 85404, GO_FIREWORK_SHOW_TYPE_2_GREEN, 51 }, + { 86077, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 24 }, + { 87259, GO_FIREWORK_SHOW_TYPE_1_GREEN, 11 }, + { 87626, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 49 }, + { 87626, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 34 }, + { 87626, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 13 }, + { 87626, GO_FIREWORK_SHOW_TYPE_2_WHITE, 50 }, + { 88867, GO_FIREWORK_SHOW_TYPE_2_GREEN, 21 }, + { 89621, GO_FIREWORK_SHOW_TYPE_1_GREEN, 9 }, + { 89621, GO_FIREWORK_SHOW_TYPE_2_RED, 29 }, + { 90451, GO_FIREWORK_SHOW_TYPE_1_BLUE, 26 }, + { 91266, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 54 }, + { 91266, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 56 }, + { 91266, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 2 }, + { 92508, GO_FIREWORK_SHOW_TYPE_1_GREEN, 20 }, + { 92508, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 8 }, + { 93720, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 32 }, + { 93720, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 37 }, + { 93720, GO_FIREWORK_SHOW_TYPE_1_BLUE, 38 }, + { 93720, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 31 }, + { 93720, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 18 }, + { 93720, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 22 }, + { 94914, GO_FIREWORK_SHOW_TYPE_1_BLUE, 6 }, + { 95503, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 12 }, + { 96008, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 44 }, + { 96008, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 47 }, + { 96008, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 36 }, + { 96961, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 46 }, + { 97071, GO_FIREWORK_SHOW_TYPE_1_RED, 17 }, + { 97071, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 35 }, + { 97359, GO_FIREWORK_SHOW_TYPE_1_BLUE, 23 }, + { 99310, GO_FIREWORK_SHOW_TYPE_2_WHITE, 4 }, + { 100550, GO_FIREWORK_SHOW_TYPE_1_RED, 10 }, + { 100930, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 28 }, + { 103370, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 13 }, + { 103370, GO_FIREWORK_SHOW_TYPE_1_WHITE, 0 }, + { 104645, GO_FIREWORK_SHOW_TYPE_1_BLUE, 14 }, + { 108298, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 42 }, + { 109090, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 56 }, + { 110699, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 30 }, + { 111433, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 29 }, + { 111861, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 18 }, + { 111861, GO_FIREWORK_SHOW_TYPE_2_GREEN, 33 }, + { 112727, GO_FIREWORK_SHOW_TYPE_2_GREEN, 2 }, + { 113133, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 40 }, + { 113840, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 15 }, + { 113840, GO_FIREWORK_SHOW_TYPE_2_WHITE, 25 }, + { 115105, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 50 }, + { 115105, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 19 }, + { 115105, GO_FIREWORK_SHOW_TYPE_1_WHITE, 12 }, + { 115105, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 49 }, + { 115930, GO_FIREWORK_SHOW_TYPE_1_BLUE, 9 }, + { 117118, GO_FIREWORK_SHOW_TYPE_1_RED, 41 }, + { 117496, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 11 }, + { 118313, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 26 }, + { 120799, GO_FIREWORK_SHOW_TYPE_2_RED, 27 }, + { 121203, GO_FIREWORK_SHOW_TYPE_1_WHITE, 4 }, + { 121203, GO_FIREWORK_SHOW_TYPE_1_GREEN, 48 }, + { 121203, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 0 }, + { 121203, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 6 }, + { 121927, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 16 }, + { 123181, GO_FIREWORK_SHOW_TYPE_1_GREEN, 23 }, + { 123181, GO_FIREWORK_SHOW_TYPE_2_WHITE, 37 }, + { 123564, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 53 }, + { 124773, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 17 }, + { 124773, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 43 }, + { 124773, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 38 }, + { 125982, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 13 }, + { 125982, GO_FIREWORK_SHOW_TYPE_1_BLUE, 28 }, + { 128005, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 3 }, + { 128005, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 56 }, + { 128005, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 20 }, + { 129712, GO_FIREWORK_SHOW_TYPE_2_GREEN, 46 }, + { 129712, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 10 }, + { 129712, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 44 }, + { 129712, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 47 }, + { 130960, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 12 }, + { 130960, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 7 }, + { 130960, GO_FIREWORK_SHOW_TYPE_2_RED, 32 }, + { 130960, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 24 }, + { 130960, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 35 }, + { 132145, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 30 }, + { 134137, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 0 }, + { 134137, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 50 }, + { 134137, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 22 }, + { 134529, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 52 }, + { 134529, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 42 }, + { 136938, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 54 }, + { 136938, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 19 }, + { 137733, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 51 }, + { 139565, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 40 }, + { 139565, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 55 }, + { 140616, GO_FIREWORK_SHOW_TYPE_2_RED, 31 }, + { 140616, GO_FIREWORK_SHOW_TYPE_2_BLUE, 28 }, + { 140616, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 20 }, + { 140616, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 41 }, + { 141883, GO_FIREWORK_SHOW_TYPE_1_RED, 34 }, + { 141883, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 15 }, + { 143897, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 13 }, + { 143897, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 4 }, + { 144301, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 17 }, + { 144301, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 43 }, + { 144301, GO_FIREWORK_SHOW_TYPE_1_RED, 18 }, + { 145065, GO_FIREWORK_SHOW_TYPE_1_BLUE, 6 }, + { 145516, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 11 }, + { 145516, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 39 }, + { 146686, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 56 }, + { 147462, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 37 }, + { 147905, GO_FIREWORK_SHOW_TYPE_1_GREEN, 14 }, + { 148732, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 45 }, + { 148732, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 12 }, + { 148732, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 16 }, + { 149922, GO_FIREWORK_SHOW_TYPE_1_RED, 27 }, + { 150317, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 5 }, + { 150317, GO_FIREWORK_SHOW_TYPE_2_WHITE, 36 }, + { 151162, GO_FIREWORK_SHOW_TYPE_2_WHITE, 42 }, + { 151493, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 3 }, + { 151493, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 22 }, + { 154027, GO_FIREWORK_SHOW_TYPE_2_WHITE, 54 }, + { 154027, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 44 }, + { 154027, GO_FIREWORK_SHOW_TYPE_1_BLUE, 46 }, + { 154027, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 49 }, + { 154769, GO_FIREWORK_SHOW_TYPE_1_WHITE, 8 }, + { 155215, GO_FIREWORK_SHOW_TYPE_1_GREEN, 33 }, + { 155974, GO_FIREWORK_SHOW_TYPE_1_RED, 24 }, + { 158151, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 19 }, + { 158151, GO_FIREWORK_SHOW_TYPE_2_GREEN, 28 }, + { 158840, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 16 }, + { 158840, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 20 }, + { 158840, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 1 }, + { 160072, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 10 }, + { 160072, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 2 }, + { 160885, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 32 }, + { 160885, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 15 }, + { 161308, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 52 }, + { 161308, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 47 }, + { 162102, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 13 }, + { 162213, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 40 }, + { 163246, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 9 }, + { 163481, GO_FIREWORK_SHOW_TYPE_1_WHITE, 0 }, + { 163481, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 37 }, + { 164071, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 7 }, + { 164071, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 55 }, + { 164461, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 38 }, + { 164461, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 23 }, + { 164964, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 12 }, + { 166956, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 30 }, + { 166956, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 14 }, + { 168134, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 34 }, + { 168134, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 18 }, + { 170180, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 35 }, + { 170180, GO_FIREWORK_SHOW_TYPE_1_BLUE, 11 }, + { 171370, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 36 }, + { 171834, GO_FIREWORK_SHOW_TYPE_1_RED, 29 }, + { 171834, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 45 }, + { 171834, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 26 }, + { 173402, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 24 }, + { 173402, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 10 }, + { 174232, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 43 }, + { 175070, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 5 }, + { 175070, GO_FIREWORK_SHOW_TYPE_2_BLUE, 48 }, + { 176294, GO_FIREWORK_SHOW_TYPE_1_GREEN, 21 }, + { 176697, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 25 }, + { 177507, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 27 }, + { 177507, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 46 }, + { 177910, GO_FIREWORK_SHOW_TYPE_2_GREEN, 33 }, + { 179763, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 37 }, + { 181159, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 51 }, + { 181159, GO_FIREWORK_SHOW_TYPE_2_GREEN, 30 }, + { 181584, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 3 }, + { 181584, GO_FIREWORK_SHOW_TYPE_1_RED, 15 }, + { 182789, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 50 }, + { 182789, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 31 }, + { 182789, GO_FIREWORK_SHOW_TYPE_2_GREEN, 39 }, + { 182789, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 54 }, + { 184006, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 56 }, + { 184821, GO_FIREWORK_SHOW_TYPE_1_BLUE, 28 }, + { 184821, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 7 }, + { 184821, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 19 }, + { 186036, GO_FIREWORK_SHOW_TYPE_1_GREEN, 6 }, + { 186036, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 2 }, + { 186437, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 8 }, + { 186437, GO_FIREWORK_SHOW_TYPE_2_WHITE, 43 }, + { 186437, GO_FIREWORK_SHOW_TYPE_2_GREEN, 52 }, + { 186437, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 35 }, + { 187585, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 16 }, + { 187585, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 32 }, + { 188870, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 21 }, + { 190086, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 11 }, + { 190873, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 53 }, + { 191306, GO_FIREWORK_SHOW_TYPE_2_RED, 29 }, + { 192520, GO_FIREWORK_SHOW_TYPE_1_RED, 13 }, + { 192520, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 12 }, + { 192520, GO_FIREWORK_SHOW_TYPE_1_GREEN, 20 }, + { 193297, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 0 }, + { 193297, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 36 }, + { 193740, GO_FIREWORK_SHOW_TYPE_1_WHITE, 4 }, + { 194548, GO_FIREWORK_SHOW_TYPE_1_WHITE, 54 }, + { 194951, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 42 }, + { 194951, GO_FIREWORK_SHOW_TYPE_1_WHITE, 5 }, + { 196171, GO_FIREWORK_SHOW_TYPE_1_RED, 45 }, + { 196171, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 10 }, + { 197356, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 50 }, + { 197356, GO_FIREWORK_SHOW_TYPE_1_GREEN, 48 }, + { 198155, GO_FIREWORK_SHOW_TYPE_2_BLUE, 38 }, + { 198155, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 47 }, + { 198155, GO_FIREWORK_SHOW_TYPE_1_RED, 41 }, + { 198546, GO_FIREWORK_SHOW_TYPE_1_GREEN, 39 }, + { 199380, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 27 }, + { 199380, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 43 }, + { 199766, GO_FIREWORK_SHOW_TYPE_1_GREEN, 55 }, + { 199766, GO_FIREWORK_SHOW_TYPE_2_GREEN, 33 }, + { 199766, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 15 }, + { 201023, GO_FIREWORK_SHOW_TYPE_2_WHITE, 49 }, + { 202189, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 51 }, + { 202189, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 9 }, + { 202189, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 46 }, + { 202189, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 31 }, + { 202976, GO_FIREWORK_SHOW_TYPE_1_GREEN, 14 }, + { 204694, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 3 }, + { 204694, GO_FIREWORK_SHOW_TYPE_1_BLUE, 23 }, + { 205866, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 32 }, + { 207114, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 21 }, + { 207932, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 5 }, + { 210355, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 16 }, + { 210766, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 22 }, + { 210766, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 36 }, + { 211975, GO_FIREWORK_SHOW_TYPE_1_GREEN, 26 }, + { 211975, GO_FIREWORK_SHOW_TYPE_1_BLUE, 52 }, + { 213183, GO_FIREWORK_SHOW_TYPE_2_RED, 10 }, + { 213958, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 8 }, + { 215143, GO_FIREWORK_SHOW_TYPE_1_RED, 34 }, + { 215638, GO_FIREWORK_SHOW_TYPE_1_RED, 29 }, + { 216852, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 27 }, + { 216852, GO_FIREWORK_SHOW_TYPE_2_RED, 24 }, + { 216852, GO_FIREWORK_SHOW_TYPE_1_GREEN, 20 }, + { 216852, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 17 }, + { 218380, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 19 }, + { 218822, GO_FIREWORK_SHOW_TYPE_2_WHITE, 44 }, + { 219206, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 4 }, + { 220049, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 25 }, + { 220049, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 40 }, + { 220049, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 53 }, + { 220049, GO_FIREWORK_SHOW_TYPE_1_BLUE, 28 }, + { 220049, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 41 }, + { 220478, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 46 }, + { 222504, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 15 }, + { 224039, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 47 }, + { 224039, GO_FIREWORK_SHOW_TYPE_2_BLUE, 39 }, + { 224916, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 56 }, + { 224916, GO_FIREWORK_SHOW_TYPE_2_BLUE, 55 }, + { 224916, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 13 }, + { 225320, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 11 }, + { 226542, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 54 }, + { 227301, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 48 }, + { 228520, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 17 }, + { 228973, GO_FIREWORK_SHOW_TYPE_1_RED, 32 }, + { 228973, GO_FIREWORK_SHOW_TYPE_2_BLUE, 30 }, + { 228973, GO_FIREWORK_SHOW_TYPE_1_RED, 34 }, + { 229783, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 6 }, + { 229783, GO_FIREWORK_SHOW_TYPE_2_GREEN, 21 }, + { 233356, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 27 }, + { 233781, GO_FIREWORK_SHOW_TYPE_1_WHITE, 36 }, + { 233781, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 49 }, + { 234569, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 26 }, + { 235052, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 20 }, + { 236206, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 2 }, + { 236206, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 50 }, + { 236206, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 43 }, + { 236647, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 22 }, + { 236647, GO_FIREWORK_SHOW_TYPE_2_BLUE, 52 }, + { 237878, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 24 }, + { 238301, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 54 }, + { 238681, GO_FIREWORK_SHOW_TYPE_1_BLUE, 23 }, + { 238681, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 3 }, + { 239518, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 46 }, + { 239871, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 41 }, + { 239871, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 40 }, + { 241054, GO_FIREWORK_SHOW_TYPE_2_WHITE, 0 }, + { 241936, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 32 }, + { 241936, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 5 }, + { 241936, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 39 }, + { 242298, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 51 }, + { 243071, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 53 }, + { 243071, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 4 }, + { 243071, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 10 }, + { 243544, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 1 }, + { 243544, GO_FIREWORK_SHOW_TYPE_1_BLUE, 38 }, + { 244358, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 13 }, + { 244358, GO_FIREWORK_SHOW_TYPE_2_BLUE, 9 }, + { 244358, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 11 }, + { 245987, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 42 }, + { 245987, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 26 }, + { 245987, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 29 }, + { 246800, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 55 }, + { 246800, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 37 }, + { 247154, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 17 }, + { 248333, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 19 }, + { 248333, GO_FIREWORK_SHOW_TYPE_1_WHITE, 56 }, + { 249577, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 44 }, + { 249577, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 21 }, + { 252056, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 14 }, + { 253302, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 7 }, + { 254107, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 45 }, + { 254453, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 36 }, + { 254453, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 31 }, + { 254453, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 18 }, + { 254453, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 8 }, + { 255723, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 28 }, + { 255723, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 2 }, + { 257695, GO_FIREWORK_SHOW_TYPE_1_WHITE, 47 }, + { 259358, GO_FIREWORK_SHOW_TYPE_1_BLUE, 20 }, + { 259358, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 35 }, + { 259358, GO_FIREWORK_SHOW_TYPE_2_RED, 34 }, + { 260557, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 10 }, + { 260557, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 15 }, + { 262603, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 50 }, + { 262603, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 25 }, + { 262603, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 13 }, + { 262603, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 16 }, + { 262603, GO_FIREWORK_SHOW_TYPE_1_RED, 41 }, + { 262603, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 52 }, + { 264175, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 5 }, + { 265417, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 0 }, + { 265417, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 9 }, + { 265417, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 46 }, + { 267390, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 11 }, + { 267390, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 4 }, + { 267390, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 51 }, + { 268632, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 44 }, + { 269077, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 48 }, + { 269077, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 8 }, + { 270285, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 39 }, + { 271420, GO_FIREWORK_SHOW_TYPE_1_WHITE, 56 }, + { 271420, GO_FIREWORK_SHOW_TYPE_1_WHITE, 54 }, + { 272164, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 43 }, + { 273441, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 32 }, + { 273633, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 23 }, + { 274701, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 24 }, + { 274701, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 55 }, + { 274701, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 29 }, + { 276270, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 26 }, + { 278300, GO_FIREWORK_SHOW_TYPE_1_WHITE, 42 }, + { 278300, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 14 }, + { 278764, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 40 }, + { 278764, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 36 }, + { 279935, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 11 }, + { 279935, GO_FIREWORK_SHOW_TYPE_2_WHITE, 12 }, + { 279935, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 34 }, + { 279935, GO_FIREWORK_SHOW_TYPE_1_GREEN, 6 }, + { 279935, GO_FIREWORK_SHOW_TYPE_2_BLUE, 20 }, + { 279935, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 53 }, + { 281202, GO_FIREWORK_SHOW_TYPE_2_GREEN, 30 }, + { 281928, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 3 }, + { 281928, GO_FIREWORK_SHOW_TYPE_2_RED, 45 }, + { 281928, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 18 }, + { 284818, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 1 }, + { 285990, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 41 }, + { 285990, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 27 }, + { 286866, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 44 }, + { 288025, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 28 }, + { 288025, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 16 }, + { 288025, GO_FIREWORK_SHOW_TYPE_2_RED, 10 }, + { 288025, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 31 }, + { 288025, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 13 }, + { 288425, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 54 }, + { 289228, GO_FIREWORK_SHOW_TYPE_2_BLUE, 38 }, + { 289639, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 22 }, + { 289639, GO_FIREWORK_SHOW_TYPE_1_WHITE, 56 }, + { 289639, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 4 }, + { 290930, GO_FIREWORK_SHOW_TYPE_2_WHITE, 42 }, + { 290930, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 20 }, + { 290930, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 23 }, + { 291734, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 48 }, + { 291734, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 50 }, + { 292157, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 5 }, + { 292741, GO_FIREWORK_SHOW_TYPE_2_GREEN, 51 }, + { 293368, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 35 }, + { 294176, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 8 }, + { 294349, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 43 }, + { 294580, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 33 }, + { 294580, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 37 }, + { 294580, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 47 }, + { 294580, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 19 }, + { 297535, GO_FIREWORK_SHOW_TYPE_2_BLUE, 21 }, + { 298209, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 49 }, + { 298209, GO_FIREWORK_SHOW_TYPE_1_RED, 34 }, + { 298209, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 15 }, + { 299441, GO_FIREWORK_SHOW_TYPE_1_RED, 1 }, + { 300621, GO_FIREWORK_SHOW_TYPE_2_WHITE, 12 }, + { 301399, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 9 }, + { 301803, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 30 }, + { 302625, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 7 }, + { 303012, GO_FIREWORK_SHOW_TYPE_1_WHITE, 36 }, + { 304231, GO_FIREWORK_SHOW_TYPE_1_RED, 53 }, + { 304662, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 18 }, + { 305508, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 46 }, + { 305508, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 17 }, + { 305508, GO_FIREWORK_SHOW_TYPE_2_BLUE, 55 }, + { 306281, GO_FIREWORK_SHOW_TYPE_1_BLUE, 26 }, + { 306281, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 52 }, + { 307248, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 35 }, + { 307963, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 8 }, + { 308727, GO_FIREWORK_SHOW_TYPE_1_GREEN, 28 }, + { 308727, GO_FIREWORK_SHOW_TYPE_2_RED, 24 }, + { 309106, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 25 }, + { 309106, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 3 }, + { 310385, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 14 }, + { 311192, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 50 }, + { 312402, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 29 }, + { 313583, GO_FIREWORK_SHOW_TYPE_2_BLUE, 39 }, + { 313583, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 31 }, + { 314012, GO_FIREWORK_SHOW_TYPE_2_BLUE, 38 }, + { 314012, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 19 }, + { 314012, GO_FIREWORK_SHOW_TYPE_2_GREEN, 48 }, + { 315234, GO_FIREWORK_SHOW_TYPE_2_BLUE, 23 }, + { 315234, GO_FIREWORK_SHOW_TYPE_1_BLUE, 9 }, + { 315961, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 54 }, + { 315961, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 42 }, + { 317261, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 51 }, + { 317261, GO_FIREWORK_SHOW_TYPE_1_RED, 15 }, + { 317261, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 16 }, + { 317261, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 44 }, + { 318815, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 40 }, + { 318815, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 45 }, + { 318815, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 0 }, + { 318815, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 4 }, + { 320030, GO_FIREWORK_SHOW_TYPE_1_BLUE, 20 }, + { 320909, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 8 }, + { 320909, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 43 }, + { 320909, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 27 }, + { 322111, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 53 }, + { 323740, GO_FIREWORK_SHOW_TYPE_1_WHITE, 36 }, + { 323740, GO_FIREWORK_SHOW_TYPE_2_RED, 32 }, + { 324885, GO_FIREWORK_SHOW_TYPE_2_WHITE, 56 }, + { 325681, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 49 }, + { 326900, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 1 }, + { 326900, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 14 }, + { 326900, GO_FIREWORK_SHOW_TYPE_1_GREEN, 26 }, + { 326900, GO_FIREWORK_SHOW_TYPE_1_WHITE, 37 }, + { 328561, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 19 }, + { 329788, GO_FIREWORK_SHOW_TYPE_2_WHITE, 50 }, + { 329788, GO_FIREWORK_SHOW_TYPE_2_RED, 13 }, + { 329788, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 12 }, + { 330586, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 41 }, + { 331513, GO_FIREWORK_SHOW_TYPE_1_BLUE, 28 }, + { 331513, GO_FIREWORK_SHOW_TYPE_1_WHITE, 47 }, + { 332117, GO_FIREWORK_SHOW_TYPE_1_RED, 34 }, + { 332117, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 35 }, + { 333396, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 4 }, + { 333396, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 22 }, + { 333396, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 25 }, + { 334576, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 38 }, + { 334576, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 52 }, + { 334576, GO_FIREWORK_SHOW_TYPE_2_GREEN, 33 }, + { 334576, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 39 }, + { 335442, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 18 }, + { 335442, GO_FIREWORK_SHOW_TYPE_1_WHITE, 0 }, + { 336656, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 51 }, + { 336656, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 21 }, + { 336656, GO_FIREWORK_SHOW_TYPE_1_RED, 16 }, + { 337059, GO_FIREWORK_SHOW_TYPE_2_RED, 24 }, + { 337059, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 43 }, + { 338216, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 5 }, + { 338216, GO_FIREWORK_SHOW_TYPE_1_GREEN, 55 }, + { 338216, GO_FIREWORK_SHOW_TYPE_1_RED, 45 }, + { 339485, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 14 }, + { 339485, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 46 }, + { 340299, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 54 }, + { 340299, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 3 }, + { 340299, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 42 }, + { 341504, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 29 }, + { 341504, GO_FIREWORK_SHOW_TYPE_2_RED, 17 }, + { 341504, GO_FIREWORK_SHOW_TYPE_2_RED, 1 }, + { 341504, GO_FIREWORK_SHOW_TYPE_2_RED, 40 }, + { 343132, GO_FIREWORK_SHOW_TYPE_2_BLUE, 9 }, + { 343132, GO_FIREWORK_SHOW_TYPE_1_BLUE, 30 }, + { 343132, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 27 }, + { 343132, GO_FIREWORK_SHOW_TYPE_1_GREEN, 23 }, + { 343132, GO_FIREWORK_SHOW_TYPE_1_WHITE, 36 }, + { 344331, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 10 }, + { 344331, GO_FIREWORK_SHOW_TYPE_2_BLUE, 6 }, + { 345153, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 56 }, + { 345153, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 20 }, + { 346366, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 7 }, + { 346366, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 48 }, + { 346366, GO_FIREWORK_SHOW_TYPE_2_WHITE, 8 }, + { 348364, GO_FIREWORK_SHOW_TYPE_2_WHITE, 50 }, + { 348364, GO_FIREWORK_SHOW_TYPE_1_WHITE, 44 }, + { 349580, GO_FIREWORK_SHOW_TYPE_2_GREEN, 2 }, + { 349580, GO_FIREWORK_SHOW_TYPE_2_WHITE, 22 }, + { 349580, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 39 }, + { 351555, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 37 }, + { 351555, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 18 }, + { 352783, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 4 }, + { 352783, GO_FIREWORK_SHOW_TYPE_1_RED, 13 }, + { 354075, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 31 }, + { 355798, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 35 }, + { 355798, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 26 }, + { 357707, GO_FIREWORK_SHOW_TYPE_2_BLUE, 38 }, + { 357707, GO_FIREWORK_SHOW_TYPE_1_BLUE, 11 }, + { 357707, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 47 }, + { 357707, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 34 }, + { 358440, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 56 }, + { 358945, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 54 }, + { 358945, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 49 }, + { 358945, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 19 }, + { 359459, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 1 }, + { 359459, GO_FIREWORK_SHOW_TYPE_2_GREEN, 6 }, + { 359459, GO_FIREWORK_SHOW_TYPE_1_WHITE, 5 }, + { 359459, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 29 }, + { 360973, GO_FIREWORK_SHOW_TYPE_2_BLUE, 30 }, + { 361357, GO_FIREWORK_SHOW_TYPE_1_BLUE, 55 }, + { 361357, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 32 }, + { 361357, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 36 }, + { 362499, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 12 }, + { 363314, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 42 }, + { 363706, GO_FIREWORK_SHOW_TYPE_1_GREEN, 9 }, + { 363706, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 45 }, + { 364509, GO_FIREWORK_SHOW_TYPE_1_WHITE, 37 }, + { 364509, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 25 }, + { 365721, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 14 }, + { 365721, GO_FIREWORK_SHOW_TYPE_2_RED, 13 }, + { 366133, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 41 }, + { 367420, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 46 }, + { 367420, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 21 }, + { 368644, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 52 }, + { 369471, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 16 }, + { 369471, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 20 }, + { 370659, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 56 }, + { 370659, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 3 }, + { 370989, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 51 }, + { 370989, GO_FIREWORK_SHOW_TYPE_2_WHITE, 4 }, + { 372276, GO_FIREWORK_SHOW_TYPE_1_GREEN, 28 }, + { 372276, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 48 }, + { 372276, GO_FIREWORK_SHOW_TYPE_1_RED, 40 }, + { 372276, GO_FIREWORK_SHOW_TYPE_1_RED, 53 }, + { 372276, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 18 }, + { 377847, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 39 }, + { 377847, GO_FIREWORK_SHOW_TYPE_2_GREEN, 23 }, + { 378349, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 35 }, + { 380773, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 8 }, + { 380773, GO_FIREWORK_SHOW_TYPE_1_GREEN, 55 }, + { 381912, GO_FIREWORK_SHOW_TYPE_1_BLUE, 21 }, + { 381912, GO_FIREWORK_SHOW_TYPE_1_RED, 34 }, + { 381912, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 54 }, + { 382796, GO_FIREWORK_SHOW_TYPE_2_RED, 10 }, + { 382796, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 12 }, + { 382796, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 27 }, + { 382796, GO_FIREWORK_SHOW_TYPE_1_WHITE, 44 }, + { 382796, GO_FIREWORK_SHOW_TYPE_1_GREEN, 14 }, + { 382796, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 4 }, + { 384014, GO_FIREWORK_SHOW_TYPE_2_WHITE, 43 }, + { 384014, GO_FIREWORK_SHOW_TYPE_2_RED, 15 }, + { 385548, GO_FIREWORK_SHOW_TYPE_1_BLUE, 28 }, + { 385548, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 37 }, + { 387596, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 0 }, + { 387596, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 25 }, + { 387596, GO_FIREWORK_SHOW_TYPE_2_BLUE, 33 }, + { 387596, GO_FIREWORK_SHOW_TYPE_1_RED, 31 }, + { 387596, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 7 }, + { 389266, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 42 }, + { 390075, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 2 }, + { 390478, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 24 }, + { 390478, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 19 }, + { 390478, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 41 }, + { 390478, GO_FIREWORK_SHOW_TYPE_2_BLUE, 11 }, + { 391698, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 6 }, + { 392457, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 16 }, + { 392457, GO_FIREWORK_SHOW_TYPE_2_RED, 32 }, + { 394111, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 50 }, + { 395291, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 56 }, + { 395291, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 36 }, + { 396510, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 53 }, + { 396510, GO_FIREWORK_SHOW_TYPE_2_BLUE, 23 }, + { 396510, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 46 }, + { 397365, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 44 }, + { 397365, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 47 }, + { 398571, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 1 }, + { 398571, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 49 }, + { 398571, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 3 }, + { 398571, GO_FIREWORK_SHOW_TYPE_2_GREEN, 20 }, + { 398975, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 38 }, + { 401326, GO_FIREWORK_SHOW_TYPE_1_WHITE, 22 }, + { 401326, GO_FIREWORK_SHOW_TYPE_2_RED, 18 }, + { 402199, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 48 }, + { 402199, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 29 }, + { 402199, GO_FIREWORK_SHOW_TYPE_1_BLUE, 30 }, + { 402601, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 13 }, + { 403755, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 5 }, + { 405010, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 19 }, + { 406217, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 4 }, + { 406217, GO_FIREWORK_SHOW_TYPE_1_GREEN, 2 }, + { 406217, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 10 }, + { 406217, GO_FIREWORK_SHOW_TYPE_1_GREEN, 39 }, + { 406985, GO_FIREWORK_SHOW_TYPE_1_RED, 45 }, + { 407443, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 36 }, + { 407443, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 56 }, + { 408254, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 52 }, + { 408254, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 54 }, + { 409417, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 55 }, + { 409808, GO_FIREWORK_SHOW_TYPE_1_BLUE, 28 }, + { 411035, GO_FIREWORK_SHOW_TYPE_1_WHITE, 7 }, + { 411035, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 26 }, + { 412263, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 33 }, + { 414340, GO_FIREWORK_SHOW_TYPE_2_GREEN, 51 }, + { 414340, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 8 }, + { 414734, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 11 }, + { 415947, GO_FIREWORK_SHOW_TYPE_2_RED, 27 }, + { 417126, GO_FIREWORK_SHOW_TYPE_1_RED, 40 }, + { 417126, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 50 }, + { 417983, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 9 }, + { 417983, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 43 }, + { 417983, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 3 }, + { 417983, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 35 }, + { 418366, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 17 }, + { 418366, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 25 }, + { 419132, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 31 }, + { 419132, GO_FIREWORK_SHOW_TYPE_2_GREEN, 20 }, + { 419132, GO_FIREWORK_SHOW_TYPE_2_BLUE, 14 }, + { 419132, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 37 }, + { 419606, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 32 }, + { 420823, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 12 }, + { 420823, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 41 }, + { 422013, GO_FIREWORK_SHOW_TYPE_1_GREEN, 48 }, + { 422013, GO_FIREWORK_SHOW_TYPE_1_GREEN, 21 }, + { 422843, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 29 }, + { 422843, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 16 }, + { 424032, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 6 }, + { 424032, GO_FIREWORK_SHOW_TYPE_2_RED, 53 }, + { 424403, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 54 }, + { 424403, GO_FIREWORK_SHOW_TYPE_1_BLUE, 23 }, + { 425601, GO_FIREWORK_SHOW_TYPE_1_BLUE, 46 }, + { 425601, GO_FIREWORK_SHOW_TYPE_1_WHITE, 42 }, + { 425601, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 7 }, + { 427674, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 55 }, + { 428833, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 24 }, + { 428833, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 44 }, + { 429254, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 34 }, + { 430487, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 30 }, + { 430487, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 15 }, + { 431701, GO_FIREWORK_SHOW_TYPE_2_WHITE, 49 }, + { 432518, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 5 }, + { 432518, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 36 }, + { 432518, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 19 }, + { 434141, GO_FIREWORK_SHOW_TYPE_1_RED, 13 }, + { 435341, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 16 }, + { 435341, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 51 }, + { 435341, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 1 }, + { 435341, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 39 }, + { 436763, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 9 }, + { 436763, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 17 }, + { 437299, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 18 }, + { 437299, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 41 }, + { 437299, GO_FIREWORK_SHOW_TYPE_1_WHITE, 56 }, + { 438978, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 45 }, + { 438978, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 47 }, + { 438978, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 31 }, + { 439754, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 33 }, + { 440111, GO_FIREWORK_SHOW_TYPE_1_GREEN, 11 }, + { 440111, GO_FIREWORK_SHOW_TYPE_2_BLUE, 28 }, + { 441382, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 40 }, + { 441382, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 54 }, + { 441382, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 55 }, + { 442210, GO_FIREWORK_SHOW_TYPE_2_RED, 27 }, + { 442607, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 46 }, + { 443418, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 26 }, + { 443755, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 50 }, + { 444497, GO_FIREWORK_SHOW_TYPE_2_BLUE, 6 }, + { 444624, GO_FIREWORK_SHOW_TYPE_2_WHITE, 8 }, + { 444624, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 34 }, + { 444624, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 13 }, + { 444624, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 4 }, + { 445035, GO_FIREWORK_SHOW_TYPE_2_WHITE, 43 }, + { 446254, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 30 }, + { 446254, GO_FIREWORK_SHOW_TYPE_2_BLUE, 21 }, + { 446900, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 29 }, + { 448178, GO_FIREWORK_SHOW_TYPE_2_BLUE, 48 }, + { 448178, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 3 }, + { 449451, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 2 }, + { 449831, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 25 }, + { 449831, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 35 }, + { 449831, GO_FIREWORK_SHOW_TYPE_2_WHITE, 5 }, + { 451039, GO_FIREWORK_SHOW_TYPE_2_GREEN, 38 }, + { 451039, GO_FIREWORK_SHOW_TYPE_1_RED, 10 }, + { 451866, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 37 }, + { 451866, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 36 }, + { 451866, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 24 }, + { 453074, GO_FIREWORK_SHOW_TYPE_1_GREEN, 23 }, + { 454276, GO_FIREWORK_SHOW_TYPE_2_RED, 53 }, + { 458019, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 17 }, + { 458359, GO_FIREWORK_SHOW_TYPE_2_WHITE, 42 }, + { 459615, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 15 }, + { 459615, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 4 }, + { 459615, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 44 }, + { 459615, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 0 }, + { 459615, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 19 }, + { 459615, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 39 }, + { 460841, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 9 }, + { 461658, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 54 }, + { 461658, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 22 }, + { 462848, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 55 }, + { 462848, GO_FIREWORK_SHOW_TYPE_2_RED, 13 }, + { 464492, GO_FIREWORK_SHOW_TYPE_2_WHITE, 56 }, + { 464492, GO_FIREWORK_SHOW_TYPE_1_WHITE, 8 }, + { 464492, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 45 }, + { 464492, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 47 }, + { 464492, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 11 }, + { 464492, GO_FIREWORK_SHOW_TYPE_2_BLUE, 46 }, + { 467606, GO_FIREWORK_SHOW_TYPE_2_BLUE, 33 }, + { 469341, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 30 }, + { 470506, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 12 }, + { 470506, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 42 }, + { 470506, GO_FIREWORK_SHOW_TYPE_2_BLUE, 26 }, + { 471398, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 53 }, + { 471398, GO_FIREWORK_SHOW_TYPE_1_GREEN, 20 }, + { 471398, GO_FIREWORK_SHOW_TYPE_2_WHITE, 5 }, + { 472608, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 32 }, + { 472608, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 6 }, + { 472608, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 27 }, + { 472608, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 40 }, + { 472949, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 24 }, + { 472949, GO_FIREWORK_SHOW_TYPE_1_RED, 29 }, + { 474219, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 43 }, + { 475450, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 37 }, + { 476256, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 17 }, + { 476256, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 44 }, + { 476256, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 2 }, + { 477786, GO_FIREWORK_SHOW_TYPE_1_RED, 3 }, + { 479427, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 25 }, + { 479427, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 15 }, + { 479427, GO_FIREWORK_SHOW_TYPE_2_BLUE, 52 }, + { 480868, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 36 }, + { 481936, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 10 }, + { 481936, GO_FIREWORK_SHOW_TYPE_2_GREEN, 28 }, + { 484339, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 19 }, + { 485994, GO_FIREWORK_SHOW_TYPE_1_RED, 1 }, + { 487126, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 0 }, + { 487126, GO_FIREWORK_SHOW_TYPE_2_WHITE, 7 }, + { 487126, GO_FIREWORK_SHOW_TYPE_2_WHITE, 47 }, + { 487126, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 34 }, + { 487126, GO_FIREWORK_SHOW_TYPE_1_RED, 40 }, + { 487126, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 56 }, + { 487126, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 51 }, + { 488414, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 31 }, + { 489624, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 5 }, + { 490392, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 4 }, + { 490392, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 8 }, + { 490812, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 16 }, + { 492091, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 38 }, + { 492091, GO_FIREWORK_SHOW_TYPE_2_BLUE, 11 }, + { 492091, GO_FIREWORK_SHOW_TYPE_2_WHITE, 22 }, + { 492091, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 6 }, + { 492091, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 49 }, + { 493965, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 14 }, + { 493965, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 41 }, + { 495318, GO_FIREWORK_SHOW_TYPE_2_GREEN, 39 }, + { 495318, GO_FIREWORK_SHOW_TYPE_2_GREEN, 20 }, + { 495742, GO_FIREWORK_SHOW_TYPE_2_GREEN, 33 }, + { 495742, GO_FIREWORK_SHOW_TYPE_1_RED, 17 }, + { 495742, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 54 }, + { 495742, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 30 }, + { 496679, GO_FIREWORK_SHOW_TYPE_1_RED, 24 }, + { 496908, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 12 }, + { 496908, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 13 }, + { 498173, GO_FIREWORK_SHOW_TYPE_2_BLUE, 23 }, + { 500111, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 48 }, + { 500111, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 50 }, + { 500111, GO_FIREWORK_SHOW_TYPE_2_RED, 3 }, + { 500611, GO_FIREWORK_SHOW_TYPE_2_WHITE, 37 }, + { 500611, GO_FIREWORK_SHOW_TYPE_2_WHITE, 19 }, + { 501816, GO_FIREWORK_SHOW_TYPE_2_GREEN, 2 }, + { 501816, GO_FIREWORK_SHOW_TYPE_1_RED, 40 }, + { 501816, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 43 }, + { 502975, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 46 }, + { 502975, GO_FIREWORK_SHOW_TYPE_2_BLUE, 9 }, + { 503820, GO_FIREWORK_SHOW_TYPE_2_RED, 27 }, + { 504192, GO_FIREWORK_SHOW_TYPE_2_RED, 53 }, + { 504925, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 8 }, + { 505478, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 44 }, + { 505478, GO_FIREWORK_SHOW_TYPE_1_BLUE, 28 }, + { 505478, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 25 }, + { 505478, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 18 }, + { 506625, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 35 }, + { 506625, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 45 }, + { 508546, GO_FIREWORK_SHOW_TYPE_1_GREEN, 55 }, + { 508546, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 15 }, + { 509860, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 21 }, + { 509860, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 10 }, + { 510354, GO_FIREWORK_SHOW_TYPE_1_WHITE, 36 }, + { 511541, GO_FIREWORK_SHOW_TYPE_1_WHITE, 12 }, + { 511541, GO_FIREWORK_SHOW_TYPE_2_BLUE, 52 }, + { 511541, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 5 }, + { 511541, GO_FIREWORK_SHOW_TYPE_1_RED, 31 }, + { 511541, GO_FIREWORK_SHOW_TYPE_1_RED, 34 }, + { 513482, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 0 }, + { 513482, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 14 }, + { 513974, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 29 }, + { 514775, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 24 }, + { 514775, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 40 }, + { 515116, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 42 }, + { 516426, GO_FIREWORK_SHOW_TYPE_1_BLUE, 23 }, + { 516426, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 46 }, + { 516426, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 56 }, + { 516426, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 32 }, + { 518028, GO_FIREWORK_SHOW_TYPE_1_WHITE, 8 }, + { 518817, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 33 }, + { 518817, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 1 }, + { 520022, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 20 }, + { 520022, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 54 }, + { 521631, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 2 }, + { 521631, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 11 }, + { 522461, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 28 }, + { 522965, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 45 }, + { 523647, GO_FIREWORK_SHOW_TYPE_1_RED, 3 }, + { 523647, GO_FIREWORK_SHOW_TYPE_2_BLUE, 38 }, + { 524891, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 13 }, + { 524891, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 47 }, + { 524891, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 31 }, + { 524891, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 44 }, + { 526120, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 37 }, + { 526864, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 4 }, + { 526864, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 21 }, + { 528151, GO_FIREWORK_SHOW_TYPE_1_RED, 41 }, + { 528526, GO_FIREWORK_SHOW_TYPE_1_WHITE, 25 }, + { 529697, GO_FIREWORK_SHOW_TYPE_2_BLUE, 14 }, + { 530954, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 7 }, + { 531393, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 1 }, + { 531393, GO_FIREWORK_SHOW_TYPE_2_RED, 18 }, + { 532878, GO_FIREWORK_SHOW_TYPE_1_BLUE, 51 }, + { 533423, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 50 }, + { 534591, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 23 }, + { 534591, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 56 }, + { 534591, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 6 }, + { 535825, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 55 }, + { 535825, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 17 }, + { 535825, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 26 }, + { 537535, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 36 }, + { 539453, GO_FIREWORK_SHOW_TYPE_2_GREEN, 48 }, + { 541434, GO_FIREWORK_SHOW_TYPE_1_RED, 53 }, + { 541434, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 29 }, + { 546281, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 46 }, + { 546281, GO_FIREWORK_SHOW_TYPE_2_GREEN, 33 }, + { 547944, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 12 }, + { 547944, GO_FIREWORK_SHOW_TYPE_2_WHITE, 5 }, + { 547944, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 43 }, + { 547944, GO_FIREWORK_SHOW_TYPE_1_RED, 24 }, + { 549190, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 10 }, + { 549190, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 13 }, + { 549190, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 23 }, + { 550611, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 44 }, + { 550611, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 31 }, + { 550611, GO_FIREWORK_SHOW_TYPE_2_WHITE, 37 }, + { 550611, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 38 }, + { 550611, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 16 }, + { 550611, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 32 }, + { 551173, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 7 }, + { 552362, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 27 }, + { 552362, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 4 }, + { 552765, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 8 }, + { 553601, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 3 }, + { 554011, GO_FIREWORK_SHOW_TYPE_1_GREEN, 6 }, + { 554011, GO_FIREWORK_SHOW_TYPE_2_GREEN, 26 }, + { 554011, GO_FIREWORK_SHOW_TYPE_1_WHITE, 47 }, + { 554849, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 55 }, + { 555379, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 41 }, + { 557292, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 45 }, + { 557292, GO_FIREWORK_SHOW_TYPE_2_GREEN, 20 }, + { 557292, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 25 }, + { 557292, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 42 }, + { 557292, GO_FIREWORK_SHOW_TYPE_2_RED, 29 }, + { 557292, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 49 }, + { 558198, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 18 }, + { 560549, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 1 }, + { 560549, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 0 }, + { 562094, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 50 }, + { 562094, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 39 }, + { 563352, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 21 }, + { 563352, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 9 }, + { 563352, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 11 }, + { 564580, GO_FIREWORK_SHOW_TYPE_2_WHITE, 36 }, + { 565374, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 14 }, + { 565374, GO_FIREWORK_SHOW_TYPE_1_RED, 16 }, + { 566252, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 46 }, + { 566252, GO_FIREWORK_SHOW_TYPE_1_BLUE, 28 }, + { 566252, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 34 }, + { 566960, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 56 }, + { 568225, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 17 }, + { 568225, GO_FIREWORK_SHOW_TYPE_2_RED, 15 }, + { 568225, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 7 }, + { 568225, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 48 }, + { 568225, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 2 }, + { 571467, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 22 }, + { 571801, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 35 }, + { 573052, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 37 }, + { 573052, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 54 }, + { 574623, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 24 }, + { 575018, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 30 }, + { 575018, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 4 }, + { 575018, GO_FIREWORK_SHOW_TYPE_1_WHITE, 50 }, + { 576275, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 13 }, + { 576275, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 3 }, + { 576275, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 40 }, + { 579106, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 44 }, + { 579895, GO_FIREWORK_SHOW_TYPE_1_BLUE, 51 }, + { 581109, GO_FIREWORK_SHOW_TYPE_2_WHITE, 49 }, + { 581109, GO_FIREWORK_SHOW_TYPE_1_RED, 32 }, + { 581109, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 42 }, + { 581219, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 12 }, + { 582389, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 6 }, + { 583592, GO_FIREWORK_SHOW_TYPE_2_GREEN, 20 }, + { 584369, GO_FIREWORK_SHOW_TYPE_1_RED, 45 }, + { 584369, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 29 }, + { 584763, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 19 }, + { 586052, GO_FIREWORK_SHOW_TYPE_2_RED, 53 }, + { 586052, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 52 }, + { 586052, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 5 }, + { 586052, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 27 }, + { 586052, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 47 }, + { 586052, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 8 }, + { 586849, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 0 }, + { 587251, GO_FIREWORK_SHOW_TYPE_1_RED, 10 }, + { 587251, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 26 }, + { 588025, GO_FIREWORK_SHOW_TYPE_2_WHITE, 25 }, + { 588025, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 3 }, + { 588025, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 50 }, + { 588920, GO_FIREWORK_SHOW_TYPE_2_BLUE, 28 }, + { 588920, GO_FIREWORK_SHOW_TYPE_1_BLUE, 33 }, + { 588920, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 46 }, + { 588920, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 18 }, + { 589484, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 23 }, + { 589484, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 41 }, + { 590509, GO_FIREWORK_SHOW_TYPE_1_GREEN, 39 }, + { 590913, GO_FIREWORK_SHOW_TYPE_1_BLUE, 11 }, + { 590913, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 2 }, + { 595751, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 6 }, + { 595751, GO_FIREWORK_SHOW_TYPE_2_BLUE, 48 }, + { 596937, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 17 }, + { 596937, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 55 }, + { 598299, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 1 }, + { 598299, GO_FIREWORK_SHOW_TYPE_1_BLUE, 38 }, + { 600574, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 22 }, + { 600574, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 21 }, + { 600574, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 51 }, + { 601779, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 52 }, + { 601779, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 34 }, + { 602624, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 36 }, + { 603836, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 33 }, + { 603836, GO_FIREWORK_SHOW_TYPE_1_RED, 40 }, + { 605867, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 19 }, + { 605867, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 42 }, + { 606763, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 8 }, + { 606763, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 13 }, + { 607406, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 0 }, + { 607406, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 15 }, + { 607406, GO_FIREWORK_SHOW_TYPE_2_WHITE, 4 }, + { 608607, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 27 }, + { 608607, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 24 }, + { 608607, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 14 }, + { 608607, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 56 }, + { 608607, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 50 }, + { 613502, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 29 }, + { 613502, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 16 }, + { 615117, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 23 }, + { 615117, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 39 }, + { 615117, GO_FIREWORK_SHOW_TYPE_1_GREEN, 26 }, + { 615117, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 44 }, + { 615499, GO_FIREWORK_SHOW_TYPE_2_WHITE, 37 }, + { 615499, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 40 }, + { 616801, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 54 }, + { 616801, GO_FIREWORK_SHOW_TYPE_2_GREEN, 33 }, + { 616801, GO_FIREWORK_SHOW_TYPE_2_GREEN, 38 }, + { 616801, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 17 }, + { 616801, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 7 }, + { 616801, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 22 }, + { 616801, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 6 }, + { 616801, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 20 }, + { 616801, GO_FIREWORK_SHOW_TYPE_1_RED, 53 }, + { 616801, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 55 }, + { 616801, GO_FIREWORK_SHOW_TYPE_2_RED, 32 }, + { 616801, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 34 }, + { 616801, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 18 }, + { 616801, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 49 }, + { 616801, GO_FIREWORK_SHOW_TYPE_2_BLUE, 46 }, + { 616801, GO_FIREWORK_SHOW_TYPE_2_BLUE, 48 }, + { 616801, GO_FIREWORK_SHOW_TYPE_1_RED, 10 }, + { 618008, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 21 }, + { 618008, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 9 }, + { 618008, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 11 }, + { 618008, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 51 }, + { 618008, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 52 }, + { 618774, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 4 }, + { 618774, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 3 }, + { 618774, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 36 }, + { 618774, GO_FIREWORK_SHOW_TYPE_2_RED, 45 }, + { 618774, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 5 }, + { 618774, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 43 }, + { 618774, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 1 }, + { 620007, GO_FIREWORK_SHOW_TYPE_1_RED, 27 }, + { 620007, GO_FIREWORK_SHOW_TYPE_2_BLUE, 2 }, + { 620007, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 13 }, + { 620007, GO_FIREWORK_SHOW_TYPE_2_WHITE, 47 }, + { 620007, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 25 }, + { 620007, GO_FIREWORK_SHOW_TYPE_2_RED, 15 }, + { 620007, GO_FIREWORK_SHOW_TYPE_2_RED, 24 }, + { 620401, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 19 }, + { 620401, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 8 }, + { 620401, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 0 }, + { 620401, GO_FIREWORK_SHOW_TYPE_2_WHITE, 50 }, + { 620401, GO_FIREWORK_SHOW_TYPE_2_WHITE, 56 }, + { 620401, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 12 }, + { 621610, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 28 }, + { 621610, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 31 }, + { 621610, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 42 }, + { 621610, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 35 }, + { 621610, GO_FIREWORK_SHOW_TYPE_2_GREEN, 14 }, + { 623285, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 41 }, + { 623285, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 30 }, + { 624900, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 16 }, + { 624900, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 29 }, + { 626511, GO_FIREWORK_SHOW_TYPE_2_GREEN, 6 }, + { 626511, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 49 }, + { 627655, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 44 }, + { 627655, GO_FIREWORK_SHOW_TYPE_2_BLUE, 38 }, + { 627655, GO_FIREWORK_SHOW_TYPE_2_BLUE, 26 }, + { 627655, GO_FIREWORK_SHOW_TYPE_1_GREEN, 20 }, + { 627655, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 53 }, + { 627655, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 32 }, + { 628541, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 54 }, + { 629689, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 33 }, + { 629689, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 55 }, + { 629689, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 22 }, + { 629689, GO_FIREWORK_SHOW_TYPE_1_RED, 18 }, + { 629689, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 7 }, + { 629689, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 17 }, + { 629689, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 34 }, + { 629689, GO_FIREWORK_SHOW_TYPE_2_BLUE, 48 }, + { 629689, GO_FIREWORK_SHOW_TYPE_1_GREEN, 39 }, + { 629689, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 37 }, + { 629689, GO_FIREWORK_SHOW_TYPE_1_BLUE, 23 }, + { 629689, GO_FIREWORK_SHOW_TYPE_2_RED, 40 }, + { 629689, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 46 }, + { 629689, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 10 }, + { 630151, GO_FIREWORK_SHOW_TYPE_2_BLUE, 52 }, + { 630151, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 43 }, + { 630151, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 5 }, + { 630151, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 3 }, + { 630151, GO_FIREWORK_SHOW_TYPE_2_GREEN, 11 }, + { 630151, GO_FIREWORK_SHOW_TYPE_1_RED, 45 }, + { 630151, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 21 }, + { 630151, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 51 }, + { 630151, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 9 }, + { 630151, GO_FIREWORK_SHOW_TYPE_1_WHITE, 4 }, + { 631326, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 1 }, + { 631326, GO_FIREWORK_SHOW_TYPE_1_WHITE, 19 }, + { 631326, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 42 }, + { 631326, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 31 }, + { 632153, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 36 }, + { 632579, GO_FIREWORK_SHOW_TYPE_1_RED, 15 }, + { 632579, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 24 }, + { 632579, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 27 }, + { 632579, GO_FIREWORK_SHOW_TYPE_1_GREEN, 2 }, + { 632579, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 35 }, + { 633342, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 25 }, + { 633342, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 47 }, + { 633342, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 8 }, + { 634551, GO_FIREWORK_SHOW_TYPE_1_BLUE, 28 }, + { 634551, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 14 }, + { 634551, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 50 }, + { 634551, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 13 }, + { 634975, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 56 }, + { 634975, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 12 }, + { 634975, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 0 }, + { 636226, GO_FIREWORK_SHOW_TYPE_1_RED, 29 }, + { 636226, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 30 }, + { 636226, GO_FIREWORK_SHOW_TYPE_2_RED, 16 }, + { 637403, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 41 }, + { 639439, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 6 }, + { 639863, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 32 }, + { 641085, GO_FIREWORK_SHOW_TYPE_2_RED, 18 }, + { 641085, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 21 }, + { 641085, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 40 }, + { 641085, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 9 }, + { 641085, GO_FIREWORK_SHOW_TYPE_2_BLUE, 48 }, + { 641085, GO_FIREWORK_SHOW_TYPE_1_GREEN, 51 }, + { 641085, GO_FIREWORK_SHOW_TYPE_1_GREEN, 26 }, + { 641085, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 17 }, + { 641085, GO_FIREWORK_SHOW_TYPE_2_GREEN, 23 }, + { 641085, GO_FIREWORK_SHOW_TYPE_2_WHITE, 7 }, + { 641085, GO_FIREWORK_SHOW_TYPE_2_WHITE, 49 }, + { 641085, GO_FIREWORK_SHOW_TYPE_1_BLUE, 46 }, + { 642227, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 55 }, + { 642227, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 39 }, + { 642227, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 1 }, + { 642227, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 31 }, + { 642227, GO_FIREWORK_SHOW_TYPE_2_BLUE, 38 }, + { 642227, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 52 }, + { 642227, GO_FIREWORK_SHOW_TYPE_2_GREEN, 20 }, + { 642227, GO_FIREWORK_SHOW_TYPE_1_BLUE, 33 }, + { 643099, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 34 }, + { 643099, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 10 }, + { 643099, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 54 }, + { 643099, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 44 }, + { 643099, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 37 }, + { 643099, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 22 }, + { 643099, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 53 }, + { 643099, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 45 }, + { 644249, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 15 }, + { 644249, GO_FIREWORK_SHOW_TYPE_1_GREEN, 11 }, + { 644249, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 35 }, + { 644249, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 3 }, + { 644249, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 2 }, + { 644731, GO_FIREWORK_SHOW_TYPE_1_WHITE, 19 }, + { 644731, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 5 }, + { 644731, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 36 }, + { 644731, GO_FIREWORK_SHOW_TYPE_2_WHITE, 8 }, + { 644731, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 27 }, + { 644731, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 42 }, + { 644731, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 47 }, + { 645875, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 43 }, + { 645875, GO_FIREWORK_SHOW_TYPE_2_WHITE, 4 }, + { 645875, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 24 }, + { 645875, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 25 }, + { 647066, GO_FIREWORK_SHOW_TYPE_2_BLUE, 28 }, + { 647066, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 0 }, + { 647066, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 13 }, + { 647066, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 56 }, + { 647066, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 16 }, + { 647066, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 50 }, + { 647066, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 12 }, + { 649124, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 29 }, + { 649124, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 14 }, + { 649124, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 30 }, + { 651977, GO_FIREWORK_SHOW_TYPE_1_GREEN, 6 }, + { 651977, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 40 }, + { 651977, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 18 }, + { 651977, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 17 }, + { 651977, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 21 }, + { 651977, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 51 }, + { 651977, GO_FIREWORK_SHOW_TYPE_1_RED, 32 }, + { 653016, GO_FIREWORK_SHOW_TYPE_1_RED, 1 }, + { 653996, GO_FIREWORK_SHOW_TYPE_2_BLUE, 48 }, + { 653996, GO_FIREWORK_SHOW_TYPE_2_BLUE, 26 }, + { 653996, GO_FIREWORK_SHOW_TYPE_1_GREEN, 9 }, + { 653996, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 41 }, + { 653996, GO_FIREWORK_SHOW_TYPE_1_BLUE, 23 }, + { 653996, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 46 }, + { 653996, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 7 }, + { 653996, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 49 }, + { 654411, GO_FIREWORK_SHOW_TYPE_2_BLUE, 33 }, + { 654411, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 45 }, + { 654411, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 20 }, + { 654411, GO_FIREWORK_SHOW_TYPE_1_RED, 34 }, + { 654411, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 38 }, + { 654411, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 54 }, + { 654411, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 53 }, + { 656370, GO_FIREWORK_SHOW_TYPE_2_BLUE, 55 }, + { 656370, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 31 }, + { 656370, GO_FIREWORK_SHOW_TYPE_2_GREEN, 52 }, + { 656370, GO_FIREWORK_SHOW_TYPE_2_RED, 10 }, + { 656370, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 22 }, + { 656370, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 39 }, + { 656370, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 37 }, + { 656370, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 44 }, + { 656883, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 2 }, + { 656883, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 15 }, + { 656883, GO_FIREWORK_SHOW_TYPE_1_BLUE, 11 }, + { 656883, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 27 }, + { 657671, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 19 }, + { 657671, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 25 }, + { 657671, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 36 }, + { 657671, GO_FIREWORK_SHOW_TYPE_2_WHITE, 42 }, + { 657671, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 47 }, + { 658544, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 8 }, + { 658544, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 4 }, + { 658544, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 35 }, + { 658544, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 3 }, + { 658544, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 24 }, + { 659227, GO_FIREWORK_SHOW_TYPE_1_WHITE, 43 }, + { 659227, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 29 }, + { 659227, GO_FIREWORK_SHOW_TYPE_2_WHITE, 5 }, + { 660481, GO_FIREWORK_SHOW_TYPE_1_GREEN, 30 }, + { 660481, GO_FIREWORK_SHOW_TYPE_1_GREEN, 14 }, + { 660481, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 13 }, + { 660481, GO_FIREWORK_SHOW_TYPE_2_WHITE, 0 }, + { 660481, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 12 }, + { 660481, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 28 }, + { 662235, GO_FIREWORK_SHOW_TYPE_2_WHITE, 50 }, + { 662235, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 16 }, + { 662235, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 56 }, + { 664148, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 18 }, + { 664148, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 20 }, + { 665342, GO_FIREWORK_SHOW_TYPE_1_RED, 1 }, + { 665342, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 46 }, + { 665342, GO_FIREWORK_SHOW_TYPE_2_BLUE, 23 }, + { 665342, GO_FIREWORK_SHOW_TYPE_1_GREEN, 51 }, + { 665342, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 40 }, + { 665342, GO_FIREWORK_SHOW_TYPE_2_WHITE, 49 }, + { 665342, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 34 }, + { 665342, GO_FIREWORK_SHOW_TYPE_2_RED, 17 }, + { 665342, GO_FIREWORK_SHOW_TYPE_2_RED, 32 }, + { 665342, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 21 }, + { 665342, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 9 }, + { 665342, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 26 }, + { 665342, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 7 }, + { 666185, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 45 }, + { 666600, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 6 }, + { 666600, GO_FIREWORK_SHOW_TYPE_1_GREEN, 48 }, + { 666600, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 41 }, + { 666600, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 31 }, + { 667355, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 38 }, + { 667355, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 33 }, + { 667355, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 22 }, + { 667355, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 19 }, + { 667355, GO_FIREWORK_SHOW_TYPE_2_GREEN, 11 }, + { 667355, GO_FIREWORK_SHOW_TYPE_1_WHITE, 54 }, + { 667355, GO_FIREWORK_SHOW_TYPE_2_RED, 53 }, + { 668210, GO_FIREWORK_SHOW_TYPE_2_BLUE, 55 }, + { 668210, GO_FIREWORK_SHOW_TYPE_2_BLUE, 52 }, + { 668948, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 47 }, + { 668948, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 44 }, + { 668948, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 42 }, + { 668948, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 25 }, + { 668948, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 36 }, + { 670216, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 2 }, + { 670216, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 37 }, + { 670216, GO_FIREWORK_SHOW_TYPE_2_WHITE, 8 }, + { 670216, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 10 }, + { 670216, GO_FIREWORK_SHOW_TYPE_1_BLUE, 39 }, + { 671020, GO_FIREWORK_SHOW_TYPE_1_RED, 15 }, + { 671020, GO_FIREWORK_SHOW_TYPE_2_RED, 27 }, + { 671826, GO_FIREWORK_SHOW_TYPE_1_BLUE, 14 }, + { 671826, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 28 }, + { 671826, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 13 }, + { 672260, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 4 }, + { 672260, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 35 }, + { 672260, GO_FIREWORK_SHOW_TYPE_2_WHITE, 0 }, + { 672260, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 24 }, + { 672260, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 5 }, + { 672260, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 29 }, + { 673461, GO_FIREWORK_SHOW_TYPE_2_RED, 3 }, + { 673461, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 12 }, + { 673461, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 30 }, + { 673461, GO_FIREWORK_SHOW_TYPE_1_WHITE, 43 }, + { 674679, GO_FIREWORK_SHOW_TYPE_1_WHITE, 57 }, + { 676703, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 20 }, + { 677078, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 50 }, + { 677882, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 9 }, + { 678315, GO_FIREWORK_SHOW_TYPE_2_BLUE, 39 }, + { 678315, GO_FIREWORK_SHOW_TYPE_2_GREEN, 30 }, + { 678315, GO_FIREWORK_SHOW_TYPE_1_BLUE, 2 }, + { 678315, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 18 }, + { 678315, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 56 }, + { 678315, GO_FIREWORK_SHOW_TYPE_1_WHITE, 37 }, + { 678315, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 47 }, + { 678315, GO_FIREWORK_SHOW_TYPE_1_RED, 16 }, + { 679498, GO_FIREWORK_SHOW_TYPE_2_BLUE, 21 }, + { 679498, GO_FIREWORK_SHOW_TYPE_2_BLUE, 11 }, + { 679498, GO_FIREWORK_SHOW_TYPE_1_GREEN, 33 }, + { 679498, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 34 }, + { 679498, GO_FIREWORK_SHOW_TYPE_1_BLUE, 46 }, + { 679498, GO_FIREWORK_SHOW_TYPE_1_BLUE, 23 }, + { 679498, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 19 }, + { 679498, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 44 }, + { 679498, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 38 }, + { 679498, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 51 }, + { 679498, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 55 }, + { 679498, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 26 }, + { 679498, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 49 }, + { 679498, GO_FIREWORK_SHOW_TYPE_1_RED, 32 }, + { 679498, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 54 }, + { 679498, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 6 }, + { 679498, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 17 }, + { 679498, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 1 }, + { 679498, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 53 }, + { 679498, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 22 }, + { 680285, GO_FIREWORK_SHOW_TYPE_1_GREEN, 14 }, + { 680285, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 15 }, + { 680285, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 29 }, + { 680285, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 10 }, + { 680285, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 35 }, + { 680285, GO_FIREWORK_SHOW_TYPE_2_RED, 24 }, + { 680285, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 5 }, + { 680285, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 3 }, + { 680285, GO_FIREWORK_SHOW_TYPE_1_RED, 27 }, + { 680285, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 12 }, + { 680285, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 0 }, + { 680285, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 42 }, + { 680757, GO_FIREWORK_SHOW_TYPE_1_GREEN, 48 }, + { 680757, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 31 }, + { 680757, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 41 }, + { 680757, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 40 }, + { 680757, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 45 }, + { 680757, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 7 }, + { 681476, GO_FIREWORK_SHOW_TYPE_1_BLUE, 52 }, + { 681981, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 4 }, + { 681981, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 28 }, + { 681981, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 13 }, + { 681981, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 25 }, + { 681981, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 43 }, + { 681981, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 8 }, + { 681981, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 36 }, +}; + +FireworkShow const fireworkShowThunderBluff = +{ + .schedule = + { + .entries = fireworkShowScheduleThunderBluff, + .size = sizeof(fireworkShowScheduleThunderBluff) / sizeof(fireworkShowScheduleThunderBluff[0]) + }, + .spawns = + { + .entries = fireworkShowGameobjectThunderBluff, + .size = sizeof(fireworkShowGameobjectThunderBluff) / sizeof(fireworkShowGameobjectThunderBluff[0]) + }, + .revelerId = + { + NPC_THUNDER_BLUFF_REVELER, + 0 + } +}; + +#endif diff --git a/src/server/scripts/Events/firework_show/firework_show_Undercity.h b/src/server/scripts/Events/firework_show/firework_show_Undercity.h new file mode 100644 index 000000000..ba17f6bc3 --- /dev/null +++ b/src/server/scripts/Events/firework_show/firework_show_Undercity.h @@ -0,0 +1,1282 @@ +/* + * This file is part of the AzerothCore Project. See AUTHORS file for Copyright information + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU Affero General Public License as published by the + * Free Software Foundation; either version 3 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see . + */ + +#ifndef DEF_FIREWORK_SHOW_UNDERCITY_H +#define DEF_FIREWORK_SHOW_UNDERCITY_H + +#include "firework_show.h" + +// VerifiedBuild 52237 - New Year's Eve +FireworkShowGameobject const fireworkShowGameobjectUndercity[] = +{ + { 1851.9966f, 212.77257f, 127.95904f, 5.550147f, 0.0f, 0.0f, -0.35836792f, 0.93358046f }, /* 0 */ + { 1863.3073f, 267.875f, 113.7794f, 5.8992143f, 0.0f, 0.0f, -0.1908083f, 0.9816273f }, /* 1 */ + { 1838.3837f, 252.32639f, 103.84786f, 3.7001047f, 0.0f, 0.0f, -0.9612608f, 0.2756405f }, /* 2 */ + { 1841.5435f, 205.17535f, 102.96909f, 3.47321f, 0.0f, 0.0f, -0.9862852f, 0.1650499f }, /* 3 */ + { 1849.6771f, 196.5052f, 119.41522f, 2.5481794f, 0.0f, 0.0f, 0.95630455f, 0.29237235f }, /* 4 */ + { 1864.0416f, 204.47743f, 105.64032f, 3.6302915f, 0.0f, 0.0f, -0.97029495f, 0.241925f }, /* 5 */ + { 1871.5781f, 266.86807f, 108.04428f, 4.66003f, 0.0f, 0.0f, -0.7253742f, 0.68835473f }, /* 6 */ + { 1851.9062f, 267.62674f, 131.54422f, 3.0543265f, 0.0f, 0.0f, 0.99904823f, 0.04361926f }, /* 7 */ + { 1865.5625f, 238.76736f, 127.12798f, 5.550147f, 0.0f, 0.0f, -0.35836792f, 0.93358046f }, /* 8 */ + { 1836.901f, 185.5868f, 113.36202f, 3.6302915f, 0.0f, 0.0f, -0.97029495f, 0.241925f }, /* 9 */ + { 1864.776f, 309.65103f, 120.81583f, 3.7001047f, 0.0f, 0.0f, -0.9612608f, 0.2756405f }, /* 10 */ + { 1868.9045f, 323.2587f, 131.80104f, 0.13962449f, 0.0f, 0.0f, 0.069755554f, 0.99756414f }, /* 11 */ + { 1840.6528f, 227.63194f, 106.80946f, 0.13962449f, 0.0f, 0.0f, 0.069755554f, 0.99756414f }, /* 12 */ + { 1863.2986f, 282.18057f, 110.99018f, 2.1991146f, 0.0f, 0.0f, 0.89100647f, 0.45399064f }, /* 13 */ + { 1846.231f, 194.26562f, 108.00382f, 3.7001047f, 0.0f, 0.0f, -0.9612608f, 0.2756405f }, /* 14 */ + { 1862.474f, 288.15277f, 118.45037f, 6.0912004f, 0.0f, 0.0f, -0.09584522f, 0.99539626f }, /* 15 */ + { 1871.8837f, 217.26562f, 108.29663f, 2.5481794f, 0.0f, 0.0f, 0.95630455f, 0.29237235f }, /* 16 */ + { 1875.5938f, 246.92708f, 110.03794f, 2.1118479f, 0.0f, 0.0f, 0.8703556f, 0.4924237f }, /* 17 */ + { 1839.993f, 245.03993f, 120.8441f, 2.1991146f, 0.0f, 0.0f, 0.89100647f, 0.45399064f }, /* 18 */ + { 1871.5452f, 191.26216f, 105.82943f, 6.073746f, 0.0f, 0.0f, -0.10452843f, 0.9945219f }, /* 19 */ + { 1851.5781f, 203.26042f, 118.56381f, 6.0912004f, 0.0f, 0.0f, -0.09584522f, 0.99539626f }, /* 20 */ + { 1863.3073f, 259.80383f, 116.54205f, 6.073746f, 0.0f, 0.0f, -0.10452843f, 0.9945219f }, /* 21 */ + { 1842.5955f, 299.8854f, 132.90477f, 5.8468537f, 0.0f, 0.0f, -0.21643925f, 0.97629607f }, /* 22 */ + { 1850.0625f, 218.73438f, 116.52344f, 4.886924f, 0.0f, 0.0f, -0.642787f, 0.766045f }, /* 23 */ + { 1839.7969f, 239.10938f, 128.75652f, 2.1118479f, 0.0f, 0.0f, 0.8703556f, 0.4924237f }, /* 24 */ + { 1854.1459f, 238.76216f, 131.71625f, 4.66003f, 0.0f, 0.0f, -0.7253742f, 0.68835473f }, /* 25 */ + { 1886.8038f, 166.39757f, 125.26788f, 2.1118479f, 0.0f, 0.0f, 0.8703556f, 0.4924237f }, /* 26 */ + { 1863.3073f, 264.45834f, 123.37401f, 4.886924f, 0.0f, 0.0f, -0.642787f, 0.766045f }, /* 27 */ + { 1839.9861f, 288.43057f, 126.13485f, 3.47321f, 0.0f, 0.0f, -0.9862852f, 0.1650499f }, /* 28 */ + { 1871.2483f, 297.1684f, 113.60777f, 5.550147f, 0.0f, 0.0f, -0.35836792f, 0.93358046f }, /* 29 */ + { 1863.3091f, 211.92188f, 117.20653f, 5.8992143f, 0.0f, 0.0f, -0.1908083f, 0.9816273f }, /* 30 */ + { 1877.592f, 247.38716f, 128.02197f, 3.6826503f, 0.0f, 0.0f, -0.9636297f, 0.267241f }, /* 31 */ + { 1863.3073f, 211.81598f, 114.39057f, 4.7647495f, 0.0f, 0.0f, -0.6883545f, 0.72537446f }, /* 32 */ + { 1850.8923f, 273.6059f, 133.60435f, 0.9773831f, 0.0f, 0.0f, 0.46947098f, 0.8829479f }, /* 33 */ + { 1843.3038f, 273.4757f, 104.65657f, 6.0912004f, 0.0f, 0.0f, -0.09584522f, 0.99539626f }, /* 34 */ + { 1863.3264f, 298.48785f, 121.11033f, 3.0543265f, 0.0f, 0.0f, 0.99904823f, 0.04361926f }, /* 35 */ + { 1850.231f, 257.01562f, 124.17433f, 4.729844f, 0.0f, 0.0f, -0.70090866f, 0.71325105f }, /* 36 */ + { 1863.3629f, 237.54167f, 125.3641f, 0.9773831f, 0.0f, 0.0f, 0.46947098f, 0.8829479f }, /* 37 */ + { 1876.4341f, 227.11285f, 116.72659f, 4.729844f, 0.0f, 0.0f, -0.70090866f, 0.71325105f }, /* 38 */ + { 1863.3004f, 186.21875f, 118.31044f, 3.47321f, 0.0f, 0.0f, -0.9862852f, 0.1650499f }, /* 39 */ + { 1875.9098f, 230.56598f, 125.16119f, 2.1991146f, 0.0f, 0.0f, 0.89100647f, 0.45399064f }, /* 40 */ + { 1850.2882f, 267.30902f, 125.05367f, 3.6302915f, 0.0f, 0.0f, -0.97029495f, 0.241925f }, /* 41 */ + { 1844.776f, 287.77603f, 131.66922f, 4.7647495f, 0.0f, 0.0f, -0.6883545f, 0.72537446f }, /* 42 */ + { 1864.7622f, 170.53993f, 108.2692f, 4.7647495f, 0.0f, 0.0f, -0.6883545f, 0.72537446f }, /* 43 */ + { 1843.7535f, 233.08333f, 122.60699f, 3.6826503f, 0.0f, 0.0f, -0.9636297f, 0.267241f }, /* 44 */ + { 1863.3021f, 282.60764f, 117.67178f, 2.5481794f, 0.0f, 0.0f, 0.95630455f, 0.29237235f }, /* 45 */ + { 1863.2935f, 186.48958f, 114.61429f, 5.8468537f, 0.0f, 0.0f, -0.21643925f, 0.97629607f }, /* 46 */ + { 1845.6024f, 299.44446f, 120.9578f, 4.886924f, 0.0f, 0.0f, -0.642787f, 0.766045f }, /* 47 */ + { 1875.6875f, 230.52779f, 112.70813f, 3.0543265f, 0.0f, 0.0f, 0.99904823f, 0.04361926f }, /* 48 */ + { 1863.3021f, 193.90625f, 114.58287f, 0.9773831f, 0.0f, 0.0f, 0.46947098f, 0.8829479f }, /* 49 */ + { 1864.6945f, 167.47395f, 111.36318f, 0.13962449f, 0.0f, 0.0f, 0.069755554f, 0.99756414f }, /* 50 */ + { 1852.5278f, 257.83334f, 125.55872f, 5.8992143f, 0.0f, 0.0f, -0.1908083f, 0.9816273f }, /* 51 */ + { 1870.3854f, 321.80902f, 123.74239f, 4.66003f, 0.0f, 0.0f, -0.7253742f, 0.68835473f }, /* 52 */ + { 1872.2639f, 311.14584f, 119.77561f, 3.6826503f, 0.0f, 0.0f, -0.9636297f, 0.267241f }, /* 53 */ + { 1870.8177f, 167.09375f, 126.30659f, 4.729844f, 0.0f, 0.0f, -0.70090866f, 0.71325105f }, /* 54 */ + { 1849.8767f, 215.74132f, 120.19312f, 6.073746f, 0.0f, 0.0f, -0.10452843f, 0.9945219f }, /* 55 */ + { 1870.382f, 155.84375f, 135.8888f, 5.8468537f, 0.0f, 0.0f, -0.21643925f, 0.97629607f }, /* 56 */ + { 1867.4587f, 240.23566f, 106.06394f, 6.0912004f, 0.0f, 0.0f, -0.09584522f, 0.99539626f }, /* 57 */ +}; + +// VerifiedBuild 52237 - New Year's Eve +FireworkShowScheduleEntry const fireworkShowScheduleUndercity[] = +{ + { 0, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 0 }, + { 1221, GO_FIREWORK_SHOW_TYPE_1_GREEN, 1 }, + { 3159, GO_FIREWORK_SHOW_TYPE_1_GREEN, 2 }, + { 3159, GO_FIREWORK_SHOW_TYPE_1_BLUE, 3 }, + { 3640, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 4 }, + { 3640, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 5 }, + { 6076, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 6 }, + { 8099, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 7 }, + { 8510, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 8 }, + { 9728, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 9 }, + { 9728, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 10 }, + { 9728, GO_FIREWORK_SHOW_TYPE_2_RED, 11 }, + { 9728, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 12 }, + { 10936, GO_FIREWORK_SHOW_TYPE_1_GREEN, 13 }, + { 11720, GO_FIREWORK_SHOW_TYPE_2_WHITE, 14 }, + { 12957, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 15 }, + { 12957, GO_FIREWORK_SHOW_TYPE_2_BLUE, 16 }, + { 12957, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 17 }, + { 13086, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 18 }, + { 14980, GO_FIREWORK_SHOW_TYPE_1_GREEN, 19 }, + { 16189, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 20 }, + { 16189, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 21 }, + { 16189, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 22 }, + { 17715, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 23 }, + { 17715, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 24 }, + { 17715, GO_FIREWORK_SHOW_TYPE_1_RED, 25 }, + { 19003, GO_FIREWORK_SHOW_TYPE_1_RED, 0 }, + { 19003, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 26 }, + { 19003, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 27 }, + { 19003, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 28 }, + { 20986, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 29 }, + { 20986, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 30 }, + { 20986, GO_FIREWORK_SHOW_TYPE_1_RED, 31 }, + { 22498, GO_FIREWORK_SHOW_TYPE_1_BLUE, 32 }, + { 22498, GO_FIREWORK_SHOW_TYPE_1_BLUE, 1 }, + { 22498, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 33 }, + { 23869, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 34 }, + { 23869, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 35 }, + { 23869, GO_FIREWORK_SHOW_TYPE_1_RED, 36 }, + { 25897, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 4 }, + { 25897, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 11 }, + { 25897, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 37 }, + { 27337, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 38 }, + { 29148, GO_FIREWORK_SHOW_TYPE_1_WHITE, 18 }, + { 30792, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 39 }, + { 32176, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 23 }, + { 34092, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 22 }, + { 35227, GO_FIREWORK_SHOW_TYPE_2_BLUE, 2 }, + { 35227, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 40 }, + { 37258, GO_FIREWORK_SHOW_TYPE_1_WHITE, 14 }, + { 37258, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 41 }, + { 37258, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 42 }, + { 37258, GO_FIREWORK_SHOW_TYPE_2_WHITE, 20 }, + { 37258, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 16 }, + { 37258, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 13 }, + { 37258, GO_FIREWORK_SHOW_TYPE_2_BLUE, 3 }, + { 38882, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 27 }, + { 40046, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 0 }, + { 40046, GO_FIREWORK_SHOW_TYPE_2_RED, 43 }, + { 42117, GO_FIREWORK_SHOW_TYPE_1_RED, 4 }, + { 42117, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 24 }, + { 42117, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 44 }, + { 43744, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 45 }, + { 43744, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 34 }, + { 44939, GO_FIREWORK_SHOW_TYPE_2_GREEN, 12 }, + { 44939, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 32 }, + { 44939, GO_FIREWORK_SHOW_TYPE_1_BLUE, 46 }, + { 46973, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 28 }, + { 48365, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 9 }, + { 48365, GO_FIREWORK_SHOW_TYPE_2_WHITE, 17 }, + { 48365, GO_FIREWORK_SHOW_TYPE_1_WHITE, 35 }, + { 48365, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 47 }, + { 50231, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 40 }, + { 50231, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 26 }, + { 50231, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 5 }, + { 50231, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 1 }, + { 51844, GO_FIREWORK_SHOW_TYPE_1_BLUE, 6 }, + { 53040, GO_FIREWORK_SHOW_TYPE_1_WHITE, 8 }, + { 54984, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 31 }, + { 56703, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 38 }, + { 57762, GO_FIREWORK_SHOW_TYPE_2_BLUE, 37 }, + { 58236, GO_FIREWORK_SHOW_TYPE_2_RED, 11 }, + { 58236, GO_FIREWORK_SHOW_TYPE_2_BLUE, 3 }, + { 59856, GO_FIREWORK_SHOW_TYPE_2_BLUE, 48 }, + { 61084, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 46 }, + { 61497, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 49 }, + { 61497, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 30 }, + { 62594, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 12 }, + { 63168, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 50 }, + { 64790, GO_FIREWORK_SHOW_TYPE_1_WHITE, 33 }, + { 66360, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 17 }, + { 66360, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 51 }, + { 66360, GO_FIREWORK_SHOW_TYPE_2_RED, 25 }, + { 68021, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 52 }, + { 68021, GO_FIREWORK_SHOW_TYPE_1_GREEN, 53 }, + { 68021, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 43 }, + { 68021, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 27 }, + { 69602, GO_FIREWORK_SHOW_TYPE_2_WHITE, 14 }, + { 69602, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 42 }, + { 69602, GO_FIREWORK_SHOW_TYPE_1_GREEN, 6 }, + { 69602, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 34 }, + { 69602, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 5 }, + { 69602, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 40 }, + { 71252, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 54 }, + { 71252, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 0 }, + { 72490, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 16 }, + { 74217, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 39 }, + { 75888, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 23 }, + { 75888, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 10 }, + { 75888, GO_FIREWORK_SHOW_TYPE_1_WHITE, 50 }, + { 75888, GO_FIREWORK_SHOW_TYPE_2_RED, 41 }, + { 77288, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 36 }, + { 77288, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 55 }, + { 79028, GO_FIREWORK_SHOW_TYPE_1_BLUE, 3 }, + { 82188, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 18 }, + { 82188, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 28 }, + { 84167, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 48 }, + { 87068, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 22 }, + { 87068, GO_FIREWORK_SHOW_TYPE_2_GREEN, 32 }, + { 87068, GO_FIREWORK_SHOW_TYPE_1_BLUE, 53 }, + { 89070, GO_FIREWORK_SHOW_TYPE_1_RED, 11 }, + { 89070, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 17 }, + { 89070, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 20 }, + { 90677, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 45 }, + { 90677, GO_FIREWORK_SHOW_TYPE_2_RED, 0 }, + { 90677, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 39 }, + { 90677, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 33 }, + { 91911, GO_FIREWORK_SHOW_TYPE_1_WHITE, 5 }, + { 93845, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 52 }, + { 93845, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 44 }, + { 93845, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 30 }, + { 93845, GO_FIREWORK_SHOW_TYPE_1_WHITE, 21 }, + { 95586, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 42 }, + { 96765, GO_FIREWORK_SHOW_TYPE_2_GREEN, 37 }, + { 96765, GO_FIREWORK_SHOW_TYPE_2_RED, 7 }, + { 96765, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 8 }, + { 98788, GO_FIREWORK_SHOW_TYPE_2_WHITE, 38 }, + { 99600, GO_FIREWORK_SHOW_TYPE_1_GREEN, 13 }, + { 100418, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 1 }, + { 100418, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 26 }, + { 100418, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 46 }, + { 100418, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 6 }, + { 100418, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 35 }, + { 101627, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 15 }, + { 101627, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 17 }, + { 105269, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 55 }, + { 105269, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 45 }, + { 105269, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 40 }, + { 106478, GO_FIREWORK_SHOW_TYPE_1_GREEN, 29 }, + { 106478, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 51 }, + { 108519, GO_FIREWORK_SHOW_TYPE_2_RED, 30 }, + { 108519, GO_FIREWORK_SHOW_TYPE_2_GREEN, 2 }, + { 108519, GO_FIREWORK_SHOW_TYPE_2_GREEN, 16 }, + { 108519, GO_FIREWORK_SHOW_TYPE_2_GREEN, 54 }, + { 110118, GO_FIREWORK_SHOW_TYPE_2_BLUE, 12 }, + { 110118, GO_FIREWORK_SHOW_TYPE_1_BLUE, 47 }, + { 110118, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 39 }, + { 110118, GO_FIREWORK_SHOW_TYPE_1_RED, 36 }, + { 111338, GO_FIREWORK_SHOW_TYPE_1_RED, 31 }, + { 113288, GO_FIREWORK_SHOW_TYPE_2_RED, 28 }, + { 116224, GO_FIREWORK_SHOW_TYPE_1_BLUE, 37 }, + { 116224, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 32 }, + { 116224, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 53 }, + { 116224, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 49 }, + { 117895, GO_FIREWORK_SHOW_TYPE_1_GREEN, 34 }, + { 117895, GO_FIREWORK_SHOW_TYPE_2_GREEN, 9 }, + { 119375, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 26 }, + { 119779, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 35 }, + { 119779, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 19 }, + { 121007, GO_FIREWORK_SHOW_TYPE_1_RED, 10 }, + { 124550, GO_FIREWORK_SHOW_TYPE_1_WHITE, 18 }, + { 124550, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 23 }, + { 125938, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 14 }, + { 125938, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 4 }, + { 125938, GO_FIREWORK_SHOW_TYPE_2_WHITE, 20 }, + { 127949, GO_FIREWORK_SHOW_TYPE_1_BLUE, 3 }, + { 127949, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 40 }, + { 127949, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 27 }, + { 129569, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 15 }, + { 129569, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 11 }, + { 130777, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 0 }, + { 131985, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 46 }, + { 134378, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 36 }, + { 135633, GO_FIREWORK_SHOW_TYPE_2_WHITE, 5 }, + { 135633, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 24 }, + { 135633, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 17 }, + { 135633, GO_FIREWORK_SHOW_TYPE_2_GREEN, 1 }, + { 137644, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 26 }, + { 139265, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 33 }, + { 139265, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 16 }, + { 139265, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 6 }, + { 139265, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 42 }, + { 139265, GO_FIREWORK_SHOW_TYPE_1_GREEN, 13 }, + { 140815, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 39 }, + { 140815, GO_FIREWORK_SHOW_TYPE_2_WHITE, 44 }, + { 140815, GO_FIREWORK_SHOW_TYPE_2_RED, 30 }, + { 141692, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 37 }, + { 142504, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 38 }, + { 142504, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 51 }, + { 142504, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 14 }, + { 144142, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 56 }, + { 144142, GO_FIREWORK_SHOW_TYPE_2_BLUE, 46 }, + { 145353, GO_FIREWORK_SHOW_TYPE_1_BLUE, 9 }, + { 145353, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 7 }, + { 146565, GO_FIREWORK_SHOW_TYPE_2_BLUE, 32 }, + { 147366, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 2 }, + { 147366, GO_FIREWORK_SHOW_TYPE_1_RED, 31 }, + { 147366, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 20 }, + { 147366, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 50 }, + { 147366, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 10 }, + { 147366, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 25 }, + { 149002, GO_FIREWORK_SHOW_TYPE_1_BLUE, 3 }, + { 149002, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 55 }, + { 150152, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 49 }, + { 150152, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 28 }, + { 150152, GO_FIREWORK_SHOW_TYPE_2_BLUE, 54 }, + { 152159, GO_FIREWORK_SHOW_TYPE_1_RED, 11 }, + { 152159, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 24 }, + { 153357, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 37 }, + { 153357, GO_FIREWORK_SHOW_TYPE_1_BLUE, 1 }, + { 153788, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 5 }, + { 155052, GO_FIREWORK_SHOW_TYPE_2_RED, 30 }, + { 155052, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 53 }, + { 156994, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 19 }, + { 156994, GO_FIREWORK_SHOW_TYPE_2_BLUE, 26 }, + { 156994, GO_FIREWORK_SHOW_TYPE_2_RED, 4 }, + { 158697, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 12 }, + { 161631, GO_FIREWORK_SHOW_TYPE_2_GREEN, 48 }, + { 163558, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 6 }, + { 163558, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 33 }, + { 163558, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 27 }, + { 164748, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 35 }, + { 164748, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 40 }, + { 164748, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 42 }, + { 164748, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 21 }, + { 165896, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 13 }, + { 166788, GO_FIREWORK_SHOW_TYPE_2_BLUE, 29 }, + { 166788, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 44 }, + { 168356, GO_FIREWORK_SHOW_TYPE_2_RED, 36 }, + { 168356, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 20 }, + { 169613, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 0 }, + { 169613, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 38 }, + { 169613, GO_FIREWORK_SHOW_TYPE_1_RED, 56 }, + { 169613, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 51 }, + { 169613, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 14 }, + { 171642, GO_FIREWORK_SHOW_TYPE_2_RED, 43 }, + { 171642, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 34 }, + { 171642, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 23 }, + { 171642, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 41 }, + { 173252, GO_FIREWORK_SHOW_TYPE_2_WHITE, 50 }, + { 174465, GO_FIREWORK_SHOW_TYPE_1_BLUE, 47 }, + { 178090, GO_FIREWORK_SHOW_TYPE_1_RED, 15 }, + { 178090, GO_FIREWORK_SHOW_TYPE_1_GREEN, 12 }, + { 179308, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 54 }, + { 181328, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 25 }, + { 182523, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 53 }, + { 182951, GO_FIREWORK_SHOW_TYPE_2_WHITE, 23 }, + { 182951, GO_FIREWORK_SHOW_TYPE_1_BLUE, 32 }, + { 184092, GO_FIREWORK_SHOW_TYPE_2_WHITE, 5 }, + { 184092, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 4 }, + { 184092, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 31 }, + { 186152, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 55 }, + { 187772, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 44 }, + { 187772, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 24 }, + { 188979, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 36 }, + { 188979, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 45 }, + { 188979, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 0 }, + { 188979, GO_FIREWORK_SHOW_TYPE_1_RED, 10 }, + { 188979, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 27 }, + { 190996, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 42 }, + { 190996, GO_FIREWORK_SHOW_TYPE_1_RED, 11 }, + { 190996, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 22 }, + { 190996, GO_FIREWORK_SHOW_TYPE_1_GREEN, 46 }, + { 192535, GO_FIREWORK_SHOW_TYPE_1_RED, 28 }, + { 193845, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 38 }, + { 193845, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 50 }, + { 195870, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 33 }, + { 195870, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 30 }, + { 195870, GO_FIREWORK_SHOW_TYPE_2_WHITE, 52 }, + { 197420, GO_FIREWORK_SHOW_TYPE_2_BLUE, 12 }, + { 197420, GO_FIREWORK_SHOW_TYPE_2_GREEN, 13 }, + { 198702, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 1 }, + { 200736, GO_FIREWORK_SHOW_TYPE_2_BLUE, 2 }, + { 200736, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 15 }, + { 202343, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 8 }, + { 202343, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 53 }, + { 203568, GO_FIREWORK_SHOW_TYPE_2_WHITE, 21 }, + { 205625, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 5 }, + { 206993, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 41 }, + { 206993, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 6 }, + { 208811, GO_FIREWORK_SHOW_TYPE_2_RED, 40 }, + { 208811, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 23 }, + { 210017, GO_FIREWORK_SHOW_TYPE_2_BLUE, 47 }, + { 210361, GO_FIREWORK_SHOW_TYPE_1_WHITE, 39 }, + { 210361, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 49 }, + { 213589, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 14 }, + { 213589, GO_FIREWORK_SHOW_TYPE_1_WHITE, 38 }, + { 213589, GO_FIREWORK_SHOW_TYPE_1_GREEN, 12 }, + { 218520, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 4 }, + { 219747, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 34 }, + { 220091, GO_FIREWORK_SHOW_TYPE_1_GREEN, 16 }, + { 220091, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 45 }, + { 220091, GO_FIREWORK_SHOW_TYPE_2_WHITE, 17 }, + { 221368, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 56 }, + { 221368, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 7 }, + { 221368, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 21 }, + { 221368, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 27 }, + { 222531, GO_FIREWORK_SHOW_TYPE_1_BLUE, 3 }, + { 223384, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 50 }, + { 223384, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 53 }, + { 226620, GO_FIREWORK_SHOW_TYPE_2_WHITE, 5 }, + { 226620, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 18 }, + { 229872, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 38 }, + { 229872, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 25 }, + { 229872, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 43 }, + { 229872, GO_FIREWORK_SHOW_TYPE_1_WHITE, 42 }, + { 230767, GO_FIREWORK_SHOW_TYPE_1_BLUE, 46 }, + { 231070, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 1 }, + { 231070, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 10 }, + { 231070, GO_FIREWORK_SHOW_TYPE_1_WHITE, 44 }, + { 232288, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 37 }, + { 233102, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 13 }, + { 233102, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 41 }, + { 233102, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 0 }, + { 234317, GO_FIREWORK_SHOW_TYPE_1_BLUE, 34 }, + { 234317, GO_FIREWORK_SHOW_TYPE_2_BLUE, 54 }, + { 234730, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 40 }, + { 234730, GO_FIREWORK_SHOW_TYPE_1_GREEN, 48 }, + { 234730, GO_FIREWORK_SHOW_TYPE_2_WHITE, 39 }, + { 235934, GO_FIREWORK_SHOW_TYPE_2_RED, 15 }, + { 235934, GO_FIREWORK_SHOW_TYPE_1_BLUE, 3 }, + { 235934, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 24 }, + { 237896, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 6 }, + { 239181, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 2 }, + { 239600, GO_FIREWORK_SHOW_TYPE_2_RED, 28 }, + { 242829, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 36 }, + { 242829, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 23 }, + { 242829, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 31 }, + { 244054, GO_FIREWORK_SHOW_TYPE_1_BLUE, 19 }, + { 244054, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 14 }, + { 244054, GO_FIREWORK_SHOW_TYPE_2_RED, 4 }, + { 244054, GO_FIREWORK_SHOW_TYPE_1_WHITE, 17 }, + { 246077, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 29 }, + { 247684, GO_FIREWORK_SHOW_TYPE_1_BLUE, 16 }, + { 247684, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 22 }, + { 250943, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 11 }, + { 250943, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 9 }, + { 250943, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 50 }, + { 250943, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 30 }, + { 252494, GO_FIREWORK_SHOW_TYPE_1_WHITE, 33 }, + { 252494, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 43 }, + { 253751, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 32 }, + { 253751, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 20 }, + { 253751, GO_FIREWORK_SHOW_TYPE_1_WHITE, 42 }, + { 257410, GO_FIREWORK_SHOW_TYPE_2_RED, 24 }, + { 257410, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 28 }, + { 258615, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 17 }, + { 258615, GO_FIREWORK_SHOW_TYPE_1_GREEN, 3 }, + { 258615, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 55 }, + { 260657, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 35 }, + { 260657, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 48 }, + { 260657, GO_FIREWORK_SHOW_TYPE_2_RED, 25 }, + { 261856, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 46 }, + { 261856, GO_FIREWORK_SHOW_TYPE_1_GREEN, 34 }, + { 261973, GO_FIREWORK_SHOW_TYPE_1_RED, 41 }, + { 261973, GO_FIREWORK_SHOW_TYPE_1_GREEN, 6 }, + { 261973, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 21 }, + { 265485, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 0 }, + { 265485, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 40 }, + { 265485, GO_FIREWORK_SHOW_TYPE_2_WHITE, 39 }, + { 267115, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 7 }, + { 267115, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 44 }, + { 267115, GO_FIREWORK_SHOW_TYPE_2_BLUE, 54 }, + { 267115, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 23 }, + { 268321, GO_FIREWORK_SHOW_TYPE_1_BLUE, 2 }, + { 268321, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 14 }, + { 270365, GO_FIREWORK_SHOW_TYPE_2_WHITE, 38 }, + { 271979, GO_FIREWORK_SHOW_TYPE_1_RED, 30 }, + { 271979, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 43 }, + { 271979, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 18 }, + { 271979, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 22 }, + { 271979, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 36 }, + { 276812, GO_FIREWORK_SHOW_TYPE_2_RED, 4 }, + { 276812, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 5 }, + { 276812, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 3 }, + { 278020, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 50 }, + { 278020, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 24 }, + { 278020, GO_FIREWORK_SHOW_TYPE_2_WHITE, 42 }, + { 278020, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 41 }, + { 278020, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 13 }, + { 279640, GO_FIREWORK_SHOW_TYPE_1_RED, 31 }, + { 281269, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 19 }, + { 281687, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 27 }, + { 282883, GO_FIREWORK_SHOW_TYPE_2_GREEN, 47 }, + { 284910, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 39 }, + { 286091, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 26 }, + { 286543, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 8 }, + { 286543, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 17 }, + { 287743, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 45 }, + { 287743, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 25 }, + { 287743, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 0 }, + { 287743, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 32 }, + { 287743, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 29 }, + { 289763, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 7 }, + { 289763, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 34 }, + { 290969, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 9 }, + { 291331, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 56 }, + { 293002, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 20 }, + { 294202, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 46 }, + { 295829, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 36 }, + { 297888, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 48 }, + { 297888, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 14 }, + { 297888, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 55 }, + { 298984, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 53 }, + { 299460, GO_FIREWORK_SHOW_TYPE_2_GREEN, 3 }, + { 299460, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 18 }, + { 300686, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 37 }, + { 300686, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 41 }, + { 300686, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 51 }, + { 302702, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 31 }, + { 303869, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 50 }, + { 303869, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 15 }, + { 303869, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 6 }, + { 303869, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 44 }, + { 305125, GO_FIREWORK_SHOW_TYPE_2_GREEN, 13 }, + { 305125, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 12 }, + { 305929, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 38 }, + { 305929, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 4 }, + { 305929, GO_FIREWORK_SHOW_TYPE_2_WHITE, 17 }, + { 305929, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 16 }, + { 307096, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 47 }, + { 307096, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 1 }, + { 307585, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 27 }, + { 308782, GO_FIREWORK_SHOW_TYPE_2_BLUE, 26 }, + { 308782, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 23 }, + { 310804, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 39 }, + { 310804, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 52 }, + { 310804, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 20 }, + { 312435, GO_FIREWORK_SHOW_TYPE_1_WHITE, 22 }, + { 312435, GO_FIREWORK_SHOW_TYPE_1_WHITE, 8 }, + { 312435, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 0 }, + { 312435, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 10 }, + { 313643, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 35 }, + { 313643, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 54 }, + { 313643, GO_FIREWORK_SHOW_TYPE_2_RED, 36 }, + { 313643, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 34 }, + { 315664, GO_FIREWORK_SHOW_TYPE_2_RED, 56 }, + { 315664, GO_FIREWORK_SHOW_TYPE_1_WHITE, 5 }, + { 315664, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 9 }, + { 315664, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 49 }, + { 316868, GO_FIREWORK_SHOW_TYPE_2_GREEN, 32 }, + { 317284, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 45 }, + { 317284, GO_FIREWORK_SHOW_TYPE_1_RED, 43 }, + { 317284, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 48 }, + { 322084, GO_FIREWORK_SHOW_TYPE_1_BLUE, 12 }, + { 323358, GO_FIREWORK_SHOW_TYPE_2_BLUE, 2 }, + { 323358, GO_FIREWORK_SHOW_TYPE_1_RED, 55 }, + { 325394, GO_FIREWORK_SHOW_TYPE_1_GREEN, 29 }, + { 327044, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 7 }, + { 327044, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 33 }, + { 327044, GO_FIREWORK_SHOW_TYPE_1_GREEN, 54 }, + { 328238, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 11 }, + { 328238, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 46 }, + { 330253, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 36 }, + { 330253, GO_FIREWORK_SHOW_TYPE_1_WHITE, 44 }, + { 333083, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 8 }, + { 333083, GO_FIREWORK_SHOW_TYPE_2_WHITE, 23 }, + { 335117, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 31 }, + { 336316, GO_FIREWORK_SHOW_TYPE_1_GREEN, 53 }, + { 337946, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 21 }, + { 337946, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 18 }, + { 337946, GO_FIREWORK_SHOW_TYPE_2_WHITE, 5 }, + { 337946, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 17 }, + { 339900, GO_FIREWORK_SHOW_TYPE_1_GREEN, 6 }, + { 341190, GO_FIREWORK_SHOW_TYPE_1_BLUE, 47 }, + { 341594, GO_FIREWORK_SHOW_TYPE_1_GREEN, 19 }, + { 342810, GO_FIREWORK_SHOW_TYPE_2_BLUE, 13 }, + { 344016, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 32 }, + { 344016, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 34 }, + { 344829, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 0 }, + { 344829, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 25 }, + { 344829, GO_FIREWORK_SHOW_TYPE_1_BLUE, 2 }, + { 344829, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 40 }, + { 346372, GO_FIREWORK_SHOW_TYPE_2_BLUE, 12 }, + { 346372, GO_FIREWORK_SHOW_TYPE_1_BLUE, 29 }, + { 347652, GO_FIREWORK_SHOW_TYPE_2_BLUE, 3 }, + { 347652, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 11 }, + { 347652, GO_FIREWORK_SHOW_TYPE_2_RED, 41 }, + { 347652, GO_FIREWORK_SHOW_TYPE_2_RED, 24 }, + { 347652, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 50 }, + { 349669, GO_FIREWORK_SHOW_TYPE_2_RED, 55 }, + { 351278, GO_FIREWORK_SHOW_TYPE_2_RED, 30 }, + { 352577, GO_FIREWORK_SHOW_TYPE_1_BLUE, 16 }, + { 352577, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 49 }, + { 352577, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 39 }, + { 352577, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 1 }, + { 352577, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 15 }, + { 354523, GO_FIREWORK_SHOW_TYPE_1_WHITE, 8 }, + { 354523, GO_FIREWORK_SHOW_TYPE_2_RED, 4 }, + { 354523, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 48 }, + { 354523, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 33 }, + { 356129, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 23 }, + { 356129, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 27 }, + { 357350, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 22 }, + { 358565, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 52 }, + { 359378, GO_FIREWORK_SHOW_TYPE_2_RED, 7 }, + { 359378, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 10 }, + { 359378, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 38 }, + { 360590, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 54 }, + { 360997, GO_FIREWORK_SHOW_TYPE_2_GREEN, 2 }, + { 360997, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 28 }, + { 360997, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 31 }, + { 360997, GO_FIREWORK_SHOW_TYPE_2_GREEN, 47 }, + { 362194, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 56 }, + { 363361, GO_FIREWORK_SHOW_TYPE_2_BLUE, 13 }, + { 364215, GO_FIREWORK_SHOW_TYPE_2_WHITE, 17 }, + { 364215, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 14 }, + { 365423, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 29 }, + { 367041, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 35 }, + { 367041, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 0 }, + { 367041, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 30 }, + { 369064, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 34 }, + { 370676, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 42 }, + { 370676, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 12 }, + { 371894, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 5 }, + { 371894, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 36 }, + { 373092, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 10 }, + { 375540, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 11 }, + { 375540, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 8 }, + { 376750, GO_FIREWORK_SHOW_TYPE_1_WHITE, 33 }, + { 376750, GO_FIREWORK_SHOW_TYPE_1_RED, 40 }, + { 376750, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 41 }, + { 377964, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 53 }, + { 378790, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 45 }, + { 379990, GO_FIREWORK_SHOW_TYPE_1_RED, 27 }, + { 380403, GO_FIREWORK_SHOW_TYPE_1_RED, 55 }, + { 381612, GO_FIREWORK_SHOW_TYPE_1_WHITE, 20 }, + { 381612, GO_FIREWORK_SHOW_TYPE_2_BLUE, 54 }, + { 381612, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 50 }, + { 381612, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 9 }, + { 383637, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 16 }, + { 383637, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 21 }, + { 385254, GO_FIREWORK_SHOW_TYPE_2_RED, 4 }, + { 385254, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 25 }, + { 385254, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 22 }, + { 386472, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 17 }, + { 386472, GO_FIREWORK_SHOW_TYPE_2_BLUE, 2 }, + { 388495, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 7 }, + { 388495, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 31 }, + { 390122, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 15 }, + { 390122, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 44 }, + { 390122, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 39 }, + { 391318, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 12 }, + { 391318, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 18 }, + { 391318, GO_FIREWORK_SHOW_TYPE_2_RED, 56 }, + { 391318, GO_FIREWORK_SHOW_TYPE_1_WHITE, 42 }, + { 393354, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 38 }, + { 394971, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 23 }, + { 396170, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 1 }, + { 397395, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 32 }, + { 397395, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 34 }, + { 398212, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 3 }, + { 398212, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 55 }, + { 398212, GO_FIREWORK_SHOW_TYPE_2_WHITE, 50 }, + { 398212, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 43 }, + { 398212, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 28 }, + { 399780, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 0 }, + { 401034, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 48 }, + { 403066, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 51 }, + { 403066, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 8 }, + { 403066, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 35 }, + { 404676, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 7 }, + { 405885, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 15 }, + { 407922, GO_FIREWORK_SHOW_TYPE_2_WHITE, 23 }, + { 407922, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 26 }, + { 409091, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 30 }, + { 409495, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 36 }, + { 409495, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 20 }, + { 410749, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 47 }, + { 410749, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 27 }, + { 412699, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 52 }, + { 412699, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 5 }, + { 412699, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 33 }, + { 413954, GO_FIREWORK_SHOW_TYPE_1_GREEN, 53 }, + { 414393, GO_FIREWORK_SHOW_TYPE_1_RED, 49 }, + { 415585, GO_FIREWORK_SHOW_TYPE_2_RED, 24 }, + { 415585, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 48 }, + { 417629, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 6 }, + { 417629, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 16 }, + { 418831, GO_FIREWORK_SHOW_TYPE_2_BLUE, 46 }, + { 418831, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 2 }, + { 419254, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 28 }, + { 419254, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 18 }, + { 419254, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 40 }, + { 420473, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 50 }, + { 420473, GO_FIREWORK_SHOW_TYPE_2_WHITE, 22 }, + { 420473, GO_FIREWORK_SHOW_TYPE_2_BLUE, 9 }, + { 422442, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 29 }, + { 422442, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 10 }, + { 425282, GO_FIREWORK_SHOW_TYPE_1_BLUE, 12 }, + { 426561, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 19 }, + { 427355, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 8 }, + { 427355, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 4 }, + { 428570, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 56 }, + { 430190, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 33 }, + { 430190, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 44 }, + { 430190, GO_FIREWORK_SHOW_TYPE_1_WHITE, 20 }, + { 432223, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 21 }, + { 432223, GO_FIREWORK_SHOW_TYPE_1_RED, 27 }, + { 432223, GO_FIREWORK_SHOW_TYPE_1_RED, 15 }, + { 433849, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 51 }, + { 433849, GO_FIREWORK_SHOW_TYPE_1_WHITE, 38 }, + { 433849, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 52 }, + { 435047, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 30 }, + { 435047, GO_FIREWORK_SHOW_TYPE_2_WHITE, 42 }, + { 435047, GO_FIREWORK_SHOW_TYPE_2_WHITE, 5 }, + { 436276, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 37 }, + { 437090, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 0 }, + { 437090, GO_FIREWORK_SHOW_TYPE_2_RED, 10 }, + { 437090, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 41 }, + { 438440, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 45 }, + { 438440, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 31 }, + { 439915, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 34 }, + { 439915, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 26 }, + { 439915, GO_FIREWORK_SHOW_TYPE_1_RED, 40 }, + { 439915, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 47 }, + { 441888, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 23 }, + { 443278, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 54 }, + { 443278, GO_FIREWORK_SHOW_TYPE_2_WHITE, 35 }, + { 444800, GO_FIREWORK_SHOW_TYPE_1_BLUE, 13 }, + { 444800, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 18 }, + { 444800, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 36 }, + { 444800, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 43 }, + { 446694, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 14 }, + { 446694, GO_FIREWORK_SHOW_TYPE_1_GREEN, 6 }, + { 448457, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 2 }, + { 451618, GO_FIREWORK_SHOW_TYPE_1_WHITE, 39 }, + { 451618, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 49 }, + { 451618, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 8 }, + { 451618, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 7 }, + { 452846, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 32 }, + { 453289, GO_FIREWORK_SHOW_TYPE_1_BLUE, 19 }, + { 453289, GO_FIREWORK_SHOW_TYPE_2_RED, 56 }, + { 454514, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 4 }, + { 454514, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 48 }, + { 456555, GO_FIREWORK_SHOW_TYPE_2_WHITE, 21 }, + { 456555, GO_FIREWORK_SHOW_TYPE_1_BLUE, 12 }, + { 457761, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 29 }, + { 457761, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 16 }, + { 457761, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 33 }, + { 459380, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 24 }, + { 459380, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 52 }, + { 459380, GO_FIREWORK_SHOW_TYPE_1_WHITE, 35 }, + { 460589, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 37 }, + { 461413, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 40 }, + { 461413, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 9 }, + { 462624, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 46 }, + { 463045, GO_FIREWORK_SHOW_TYPE_2_RED, 15 }, + { 464241, GO_FIREWORK_SHOW_TYPE_2_BLUE, 54 }, + { 464241, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 47 }, + { 466271, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 27 }, + { 467845, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 43 }, + { 467845, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 45 }, + { 469021, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 55 }, + { 470249, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 34 }, + { 471106, GO_FIREWORK_SHOW_TYPE_2_RED, 25 }, + { 471106, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 42 }, + { 471106, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 11 }, + { 471106, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 26 }, + { 472708, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 10 }, + { 473968, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 5 }, + { 475900, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 0 }, + { 475900, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 51 }, + { 477126, GO_FIREWORK_SHOW_TYPE_2_GREEN, 1 }, + { 477611, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 22 }, + { 478826, GO_FIREWORK_SHOW_TYPE_2_WHITE, 14 }, + { 478826, GO_FIREWORK_SHOW_TYPE_1_BLUE, 46 }, + { 478826, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 52 }, + { 480769, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 31 }, + { 480769, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 53 }, + { 480769, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 16 }, + { 480769, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 43 }, + { 482399, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 9 }, + { 482399, GO_FIREWORK_SHOW_TYPE_2_WHITE, 44 }, + { 483682, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 41 }, + { 483682, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 19 }, + { 483682, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 38 }, + { 485662, GO_FIREWORK_SHOW_TYPE_2_GREEN, 6 }, + { 485662, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 21 }, + { 487275, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 30 }, + { 490551, GO_FIREWORK_SHOW_TYPE_1_GREEN, 12 }, + { 490551, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 35 }, + { 490551, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 24 }, + { 491774, GO_FIREWORK_SHOW_TYPE_2_GREEN, 37 }, + { 491774, GO_FIREWORK_SHOW_TYPE_2_WHITE, 33 }, + { 491774, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 56 }, + { 493792, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 17 }, + { 493792, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 51 }, + { 493792, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 27 }, + { 495009, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 46 }, + { 495362, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 40 }, + { 495362, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 9 }, + { 496628, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 10 }, + { 496628, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 31 }, + { 496628, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 45 }, + { 497846, GO_FIREWORK_SHOW_TYPE_1_GREEN, 32 }, + { 498644, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 4 }, + { 500275, GO_FIREWORK_SHOW_TYPE_2_BLUE, 2 }, + { 500275, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 55 }, + { 500275, GO_FIREWORK_SHOW_TYPE_2_WHITE, 22 }, + { 501472, GO_FIREWORK_SHOW_TYPE_2_BLUE, 54 }, + { 501472, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 43 }, + { 503510, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 29 }, + { 505124, GO_FIREWORK_SHOW_TYPE_2_WHITE, 42 }, + { 505124, GO_FIREWORK_SHOW_TYPE_2_WHITE, 20 }, + { 505124, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 23 }, + { 505124, GO_FIREWORK_SHOW_TYPE_2_RED, 25 }, + { 505124, GO_FIREWORK_SHOW_TYPE_2_GREEN, 19 }, + { 506332, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 51 }, + { 506332, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 35 }, + { 508367, GO_FIREWORK_SHOW_TYPE_1_BLUE, 26 }, + { 509568, GO_FIREWORK_SHOW_TYPE_2_GREEN, 13 }, + { 509971, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 50 }, + { 509971, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 5 }, + { 509971, GO_FIREWORK_SHOW_TYPE_1_GREEN, 47 }, + { 512375, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 9 }, + { 513170, GO_FIREWORK_SHOW_TYPE_1_GREEN, 16 }, + { 513170, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 56 }, + { 513170, GO_FIREWORK_SHOW_TYPE_1_BLUE, 37 }, + { 514771, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 8 }, + { 514771, GO_FIREWORK_SHOW_TYPE_2_WHITE, 44 }, + { 514771, GO_FIREWORK_SHOW_TYPE_2_RED, 28 }, + { 516050, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 38 }, + { 516050, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 52 }, + { 516050, GO_FIREWORK_SHOW_TYPE_1_RED, 36 }, + { 519681, GO_FIREWORK_SHOW_TYPE_2_WHITE, 33 }, + { 519681, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 18 }, + { 520889, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 19 }, + { 522931, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 29 }, + { 524098, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 1 }, + { 524551, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 34 }, + { 524551, GO_FIREWORK_SHOW_TYPE_1_RED, 49 }, + { 524551, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 4 }, + { 525366, GO_FIREWORK_SHOW_TYPE_1_GREEN, 32 }, + { 525366, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 12 }, + { 525728, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 41 }, + { 525728, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 56 }, + { 525728, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 11 }, + { 525728, GO_FIREWORK_SHOW_TYPE_2_RED, 24 }, + { 527789, GO_FIREWORK_SHOW_TYPE_2_GREEN, 48 }, + { 527789, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 31 }, + { 527789, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 53 }, + { 527789, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 45 }, + { 528997, GO_FIREWORK_SHOW_TYPE_1_GREEN, 2 }, + { 529398, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 3 }, + { 530606, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 30 }, + { 532632, GO_FIREWORK_SHOW_TYPE_1_WHITE, 14 }, + { 534260, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 25 }, + { 534260, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 50 }, + { 534260, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 6 }, + { 535422, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 8 }, + { 537505, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 21 }, + { 537505, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 42 }, + { 539112, GO_FIREWORK_SHOW_TYPE_1_WHITE, 17 }, + { 539112, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 54 }, + { 539112, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 36 }, + { 540302, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 40 }, + { 542360, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 7 }, + { 542360, GO_FIREWORK_SHOW_TYPE_2_WHITE, 52 }, + { 542360, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 35 }, + { 543950, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 48 }, + { 545198, GO_FIREWORK_SHOW_TYPE_1_BLUE, 46 }, + { 547227, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 49 }, + { 547227, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 44 }, + { 548805, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 8 }, + { 550065, GO_FIREWORK_SHOW_TYPE_2_GREEN, 13 }, + { 552037, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 55 }, + { 552037, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 24 }, + { 554906, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 36 }, + { 554906, GO_FIREWORK_SHOW_TYPE_2_RED, 0 }, + { 554906, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 18 }, + { 556110, GO_FIREWORK_SHOW_TYPE_1_BLUE, 19 }, + { 556949, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 21 }, + { 558550, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 29 }, + { 559767, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 34 }, + { 559767, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 51 }, + { 560978, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 37 }, + { 561780, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 48 }, + { 561780, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 2 }, + { 561780, GO_FIREWORK_SHOW_TYPE_2_GREEN, 6 }, + { 561780, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 56 }, + { 562985, GO_FIREWORK_SHOW_TYPE_1_GREEN, 1 }, + { 563407, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 54 }, + { 563407, GO_FIREWORK_SHOW_TYPE_2_WHITE, 8 }, + { 566506, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 20 }, + { 566506, GO_FIREWORK_SHOW_TYPE_2_RED, 41 }, + { 568265, GO_FIREWORK_SHOW_TYPE_2_RED, 4 }, + { 568265, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 38 }, + { 569470, GO_FIREWORK_SHOW_TYPE_2_RED, 25 }, + { 569470, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 35 }, + { 569470, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 14 }, + { 569470, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 7 }, + { 569470, GO_FIREWORK_SHOW_TYPE_1_WHITE, 52 }, + { 569470, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 28 }, + { 569470, GO_FIREWORK_SHOW_TYPE_2_RED, 11 }, + { 573095, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 50 }, + { 573095, GO_FIREWORK_SHOW_TYPE_2_RED, 27 }, + { 574322, GO_FIREWORK_SHOW_TYPE_1_WHITE, 45 }, + { 575529, GO_FIREWORK_SHOW_TYPE_2_GREEN, 3 }, + { 576353, GO_FIREWORK_SHOW_TYPE_1_GREEN, 29 }, + { 576353, GO_FIREWORK_SHOW_TYPE_2_WHITE, 42 }, + { 577985, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 53 }, + { 577985, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 12 }, + { 577985, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 1 }, + { 581208, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 19 }, + { 581208, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 40 }, + { 582424, GO_FIREWORK_SHOW_TYPE_2_GREEN, 47 }, + { 582823, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 15 }, + { 582823, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 23 }, + { 584029, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 24 }, + { 584029, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 5 }, + { 584029, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 6 }, + { 584029, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 31 }, + { 584029, GO_FIREWORK_SHOW_TYPE_1_WHITE, 21 }, + { 584029, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 30 }, + { 586073, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 55 }, + { 586073, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 25 }, + { 586073, GO_FIREWORK_SHOW_TYPE_2_WHITE, 14 }, + { 590123, GO_FIREWORK_SHOW_TYPE_2_BLUE, 34 }, + { 590123, GO_FIREWORK_SHOW_TYPE_2_GREEN, 1 }, + { 590926, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 48 }, + { 592580, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 9 }, + { 592580, GO_FIREWORK_SHOW_TYPE_2_WHITE, 50 }, + { 593745, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 36 }, + { 593745, GO_FIREWORK_SHOW_TYPE_1_GREEN, 54 }, + { 594890, GO_FIREWORK_SHOW_TYPE_1_BLUE, 13 }, + { 595757, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 35 }, + { 595757, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 10 }, + { 597359, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 42 }, + { 597359, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 18 }, + { 598578, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 45 }, + { 598578, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 51 }, + { 598578, GO_FIREWORK_SHOW_TYPE_1_WHITE, 52 }, + { 598578, GO_FIREWORK_SHOW_TYPE_2_RED, 30 }, + { 598578, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 33 }, + { 600594, GO_FIREWORK_SHOW_TYPE_2_BLUE, 3 }, + { 602222, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 4 }, + { 602222, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 49 }, + { 603359, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 47 }, + { 603359, GO_FIREWORK_SHOW_TYPE_1_BLUE, 2 }, + { 605053, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 31 }, + { 605053, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 20 }, + { 607082, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 11 }, + { 608286, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 39 }, + { 608286, GO_FIREWORK_SHOW_TYPE_1_WHITE, 14 }, + { 609499, GO_FIREWORK_SHOW_TYPE_2_BLUE, 46 }, + { 609499, GO_FIREWORK_SHOW_TYPE_2_GREEN, 1 }, + { 610306, GO_FIREWORK_SHOW_TYPE_1_WHITE, 17 }, + { 610306, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 43 }, + { 611945, GO_FIREWORK_SHOW_TYPE_1_BLUE, 12 }, + { 611945, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 25 }, + { 611945, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 23 }, + { 613095, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 4 }, + { 613095, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 22 }, + { 614349, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 47 }, + { 614349, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 2 }, + { 614349, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 32 }, + { 614349, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 13 }, + { 614349, GO_FIREWORK_SHOW_TYPE_2_BLUE, 37 }, + { 614349, GO_FIREWORK_SHOW_TYPE_2_GREEN, 9 }, + { 614349, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 3 }, + { 615154, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 42 }, + { 615154, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 19 }, + { 615154, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 56 }, + { 615154, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 7 }, + { 615154, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 35 }, + { 615154, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 27 }, + { 615154, GO_FIREWORK_SHOW_TYPE_2_GREEN, 48 }, + { 615154, GO_FIREWORK_SHOW_TYPE_2_WHITE, 33 }, + { 615154, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 28 }, + { 615154, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 41 }, + { 615154, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 54 }, + { 615154, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 6 }, + { 615154, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 45 }, + { 616363, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 34 }, + { 616363, GO_FIREWORK_SHOW_TYPE_2_GREEN, 53 }, + { 616766, GO_FIREWORK_SHOW_TYPE_1_RED, 55 }, + { 616766, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 38 }, + { 616766, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 26 }, + { 616766, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 40 }, + { 616766, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 50 }, + { 616766, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 51 }, + { 616766, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 30 }, + { 616766, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 36 }, + { 616766, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 29 }, + { 616766, GO_FIREWORK_SHOW_TYPE_2_WHITE, 18 }, + { 616766, GO_FIREWORK_SHOW_TYPE_2_WHITE, 21 }, + { 616766, GO_FIREWORK_SHOW_TYPE_2_WHITE, 52 }, + { 616766, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 24 }, + { 616766, GO_FIREWORK_SHOW_TYPE_2_RED, 49 }, + { 616766, GO_FIREWORK_SHOW_TYPE_2_RED, 10 }, + { 616766, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 44 }, + { 619208, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 31 }, + { 619208, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 20 }, + { 620026, GO_FIREWORK_SHOW_TYPE_2_WHITE, 5 }, + { 620026, GO_FIREWORK_SHOW_TYPE_2_RED, 15 }, + { 621649, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 0 }, + { 622862, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 43 }, + { 622862, GO_FIREWORK_SHOW_TYPE_1_WHITE, 39 }, + { 622862, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 11 }, + { 622862, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 25 }, + { 622862, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 14 }, + { 622862, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 17 }, + { 622862, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 23 }, + { 622862, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 1 }, + { 624069, GO_FIREWORK_SHOW_TYPE_2_GREEN, 46 }, + { 624874, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 16 }, + { 624874, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 8 }, + { 624874, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 12 }, + { 627701, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 40 }, + { 627701, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 55 }, + { 627701, GO_FIREWORK_SHOW_TYPE_1_BLUE, 54 }, + { 627701, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 51 }, + { 628917, GO_FIREWORK_SHOW_TYPE_1_BLUE, 34 }, + { 628917, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 32 }, + { 628917, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 47 }, + { 628917, GO_FIREWORK_SHOW_TYPE_2_BLUE, 37 }, + { 629737, GO_FIREWORK_SHOW_TYPE_1_GREEN, 9 }, + { 629737, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 56 }, + { 629737, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 49 }, + { 629737, GO_FIREWORK_SHOW_TYPE_2_GREEN, 6 }, + { 629737, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 27 }, + { 629737, GO_FIREWORK_SHOW_TYPE_2_WHITE, 22 }, + { 629737, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 36 }, + { 629737, GO_FIREWORK_SHOW_TYPE_1_BLUE, 48 }, + { 629737, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 4 }, + { 629737, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 7 }, + { 629737, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 50 }, + { 629737, GO_FIREWORK_SHOW_TYPE_2_RED, 24 }, + { 629737, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 29 }, + { 629737, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 52 }, + { 629737, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 35 }, + { 629737, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 19 }, + { 629737, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 30 }, + { 629737, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 44 }, + { 629737, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 42 }, + { 629737, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 33 }, + { 630891, GO_FIREWORK_SHOW_TYPE_1_GREEN, 13 }, + { 630891, GO_FIREWORK_SHOW_TYPE_1_GREEN, 53 }, + { 630891, GO_FIREWORK_SHOW_TYPE_1_GREEN, 2 }, + { 630891, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 3 }, + { 631354, GO_FIREWORK_SHOW_TYPE_2_WHITE, 38 }, + { 631354, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 10 }, + { 631354, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 41 }, + { 631354, GO_FIREWORK_SHOW_TYPE_2_RED, 28 }, + { 631354, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 18 }, + { 631354, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 45 }, + { 631354, GO_FIREWORK_SHOW_TYPE_1_WHITE, 21 }, + { 631354, GO_FIREWORK_SHOW_TYPE_2_BLUE, 26 }, + { 632550, GO_FIREWORK_SHOW_TYPE_2_RED, 0 }, + { 634589, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 23 }, + { 634589, GO_FIREWORK_SHOW_TYPE_2_GREEN, 1 }, + { 634589, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 17 }, + { 634589, GO_FIREWORK_SHOW_TYPE_1_RED, 43 }, + { 634589, GO_FIREWORK_SHOW_TYPE_1_RED, 31 }, + { 634589, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 11 }, + { 634589, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 25 }, + { 634589, GO_FIREWORK_SHOW_TYPE_1_WHITE, 39 }, + { 636201, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 20 }, + { 636201, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 14 }, + { 636201, GO_FIREWORK_SHOW_TYPE_1_RED, 15 }, + { 636201, GO_FIREWORK_SHOW_TYPE_1_GREEN, 46 }, + { 636201, GO_FIREWORK_SHOW_TYPE_1_WHITE, 5 }, + { 637421, GO_FIREWORK_SHOW_TYPE_1_BLUE, 16 }, + { 637421, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 12 }, + { 637421, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 8 }, + { 640648, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 47 }, + { 641049, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 35 }, + { 642268, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 42 }, + { 642268, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 44 }, + { 642268, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 27 }, + { 642268, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 10 }, + { 642268, GO_FIREWORK_SHOW_TYPE_2_GREEN, 32 }, + { 642268, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 24 }, + { 642268, GO_FIREWORK_SHOW_TYPE_2_RED, 30 }, + { 642268, GO_FIREWORK_SHOW_TYPE_2_RED, 36 }, + { 642268, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 53 }, + { 642268, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 54 }, + { 642268, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 55 }, + { 642268, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 21 }, + { 642268, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 38 }, + { 642268, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 6 }, + { 642268, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 51 }, + { 642268, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 34 }, + { 642268, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 29 }, + { 642268, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 49 }, + { 643489, GO_FIREWORK_SHOW_TYPE_2_BLUE, 13 }, + { 643489, GO_FIREWORK_SHOW_TYPE_2_BLUE, 2 }, + { 643489, GO_FIREWORK_SHOW_TYPE_1_GREEN, 37 }, + { 643489, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 3 }, + { 644303, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 4 }, + { 644303, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 7 }, + { 644303, GO_FIREWORK_SHOW_TYPE_1_BLUE, 26 }, + { 644303, GO_FIREWORK_SHOW_TYPE_2_RED, 28 }, + { 644303, GO_FIREWORK_SHOW_TYPE_2_RED, 41 }, + { 644303, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 56 }, + { 644303, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 40 }, + { 644303, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 33 }, + { 644303, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 22 }, + { 644303, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 18 }, + { 644303, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 45 }, + { 644303, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 52 }, + { 644303, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 9 }, + { 644303, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 19 }, + { 644303, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 50 }, + { 644303, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 48 }, + { 645491, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 43 }, + { 645491, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 1 }, + { 645892, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 23 }, + { 645892, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 0 }, + { 645892, GO_FIREWORK_SHOW_TYPE_2_WHITE, 39 }, + { 647039, GO_FIREWORK_SHOW_TYPE_1_RED, 31 }, + { 647039, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 17 }, + { 647039, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 11 }, + { 647039, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 25 }, + { 649070, GO_FIREWORK_SHOW_TYPE_1_WHITE, 14 }, + { 649070, GO_FIREWORK_SHOW_TYPE_2_WHITE, 20 }, + { 649070, GO_FIREWORK_SHOW_TYPE_2_RED, 15 }, + { 650609, GO_FIREWORK_SHOW_TYPE_1_GREEN, 46 }, + { 650609, GO_FIREWORK_SHOW_TYPE_2_WHITE, 5 }, + { 651986, GO_FIREWORK_SHOW_TYPE_1_RED, 24 }, + { 653172, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 34 }, + { 653172, GO_FIREWORK_SHOW_TYPE_1_GREEN, 53 }, + { 653734, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 16 }, + { 653734, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 30 }, + { 653734, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 42 }, + { 653734, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 12 }, + { 653734, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 49 }, + { 653734, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 27 }, + { 653734, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 10 }, + { 653734, GO_FIREWORK_SHOW_TYPE_1_WHITE, 51 }, + { 653734, GO_FIREWORK_SHOW_TYPE_1_WHITE, 38 }, + { 653734, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 35 }, + { 653734, GO_FIREWORK_SHOW_TYPE_2_BLUE, 6 }, + { 654912, GO_FIREWORK_SHOW_TYPE_2_BLUE, 47 }, + { 654912, GO_FIREWORK_SHOW_TYPE_2_GREEN, 32 }, + { 655631, GO_FIREWORK_SHOW_TYPE_1_RED, 7 }, + { 655631, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 44 }, + { 655631, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 54 }, + { 655631, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 8 }, + { 655631, GO_FIREWORK_SHOW_TYPE_2_BLUE, 29 }, + { 655631, GO_FIREWORK_SHOW_TYPE_2_RED, 41 }, + { 655631, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 36 }, + { 655631, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 55 }, + { 655631, GO_FIREWORK_SHOW_TYPE_2_WHITE, 21 }, + { 656825, GO_FIREWORK_SHOW_TYPE_1_WHITE, 18 }, + { 656825, GO_FIREWORK_SHOW_TYPE_1_WHITE, 45 }, + { 656825, GO_FIREWORK_SHOW_TYPE_2_BLUE, 37 }, + { 656825, GO_FIREWORK_SHOW_TYPE_2_BLUE, 19 }, + { 656825, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 56 }, + { 656825, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 28 }, + { 656825, GO_FIREWORK_SHOW_TYPE_2_GREEN, 48 }, + { 656825, GO_FIREWORK_SHOW_TYPE_2_WHITE, 50 }, + { 656825, GO_FIREWORK_SHOW_TYPE_1_BLUE, 26 }, + { 656825, GO_FIREWORK_SHOW_TYPE_2_RED, 43 }, + { 656825, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 1 }, + { 656825, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 3 }, + { 656825, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 33 }, + { 656825, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 22 }, + { 658031, GO_FIREWORK_SHOW_TYPE_2_GREEN, 2 }, + { 658031, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 13 }, + { 658796, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 9 }, + { 658796, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 52 }, + { 658796, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 40 }, + { 658796, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 4 }, + { 660304, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 25 }, + { 660304, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 5 }, + { 661675, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 23 }, + { 661675, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 20 }, + { 661675, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 15 }, + { 661675, GO_FIREWORK_SHOW_TYPE_2_WHITE, 39 }, + { 661675, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 11 }, + { 663236, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 46 }, + { 663732, GO_FIREWORK_SHOW_TYPE_1_RED, 31 }, + { 663732, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 0 }, + { 663732, GO_FIREWORK_SHOW_TYPE_1_WHITE, 17 }, + { 663732, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 14 }, + { 666265, GO_FIREWORK_SHOW_TYPE_1_BLUE, 32 }, + { 666265, GO_FIREWORK_SHOW_TYPE_1_BLUE, 34 }, + { 666265, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 53 }, + { 666265, GO_FIREWORK_SHOW_TYPE_2_BLUE, 47 }, + { 666889, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 42 }, + { 666889, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 51 }, + { 666889, GO_FIREWORK_SHOW_TYPE_1_RED, 30 }, + { 666889, GO_FIREWORK_SHOW_TYPE_1_RED, 55 }, + { 666889, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 44 }, + { 666889, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 10 }, + { 666889, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 36 }, + { 666889, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 21 }, + { 666889, GO_FIREWORK_SHOW_TYPE_1_GREEN, 54 }, + { 666889, GO_FIREWORK_SHOW_TYPE_1_GREEN, 6 }, + { 666889, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 49 }, + { 666889, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 41 }, + { 668159, GO_FIREWORK_SHOW_TYPE_2_BLUE, 12 }, + { 668159, GO_FIREWORK_SHOW_TYPE_1_BLUE, 29 }, + { 668159, GO_FIREWORK_SHOW_TYPE_2_RED, 24 }, + { 668159, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 27 }, + { 668159, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 38 }, + { 668159, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 8 }, + { 668159, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 35 }, + { 668159, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 16 }, + { 668159, GO_FIREWORK_SHOW_TYPE_1_BLUE, 3 }, + { 668159, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 7 }, + { 669295, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 2 }, + { 670073, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 26 }, + { 670073, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 19 }, + { 670073, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 33 }, + { 670073, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 50 }, + { 670073, GO_FIREWORK_SHOW_TYPE_1_GREEN, 48 }, + { 670073, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 43 }, + { 670073, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 52 }, + { 671378, GO_FIREWORK_SHOW_TYPE_2_BLUE, 37 }, + { 671378, GO_FIREWORK_SHOW_TYPE_1_GREEN, 1 }, + { 671378, GO_FIREWORK_SHOW_TYPE_1_GREEN, 13 }, + { 671378, GO_FIREWORK_SHOW_TYPE_1_WHITE, 57 }, + { 671677, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 18 }, + { 671677, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 56 }, + { 671677, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 28 }, + { 671677, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 22 }, + { 671677, GO_FIREWORK_SHOW_TYPE_1_GREEN, 9 }, + { 671677, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 40 }, + { 671677, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 4 }, + { 671677, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 45 }, + { 674233, GO_FIREWORK_SHOW_TYPE_2_BLUE, 46 }, + { 674982, GO_FIREWORK_SHOW_TYPE_1_YELLOW, 14 }, + { 674982, GO_FIREWORK_SHOW_TYPE_1_WHITE, 38 }, + { 674982, GO_FIREWORK_SHOW_TYPE_1_YELLOW_BIG, 42 }, + { 674982, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 27 }, + { 674982, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 36 }, + { 674982, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 17 }, + { 674982, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 20 }, + { 674982, GO_FIREWORK_SHOW_TYPE_2_RED_BIG, 25 }, + { 674982, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 0 }, + { 674982, GO_FIREWORK_SHOW_TYPE_1_RED, 49 }, + { 674982, GO_FIREWORK_SHOW_TYPE_2_WHITE, 23 }, + { 674982, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 15 }, + { 675899, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 31 }, + { 675899, GO_FIREWORK_SHOW_TYPE_2_BLUE, 47 }, + { 675899, GO_FIREWORK_SHOW_TYPE_1_GREEN, 53 }, + { 675899, GO_FIREWORK_SHOW_TYPE_2_BLUE_BIG, 2 }, + { 675899, GO_FIREWORK_SHOW_TYPE_1_BLUE_BIG, 34 }, + { 675899, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 32 }, + { 676672, GO_FIREWORK_SHOW_TYPE_2_YELLOW_BIG, 5 }, + { 676672, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 39 }, + { 676672, GO_FIREWORK_SHOW_TYPE_2_GREEN, 54 }, + { 676672, GO_FIREWORK_SHOW_TYPE_2_WHITE, 35 }, + { 676672, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 41 }, + { 676672, GO_FIREWORK_SHOW_TYPE_2_PURPLE_BIG, 7 }, + { 676672, GO_FIREWORK_SHOW_TYPE_1_GREEN_BIG, 16 }, + { 676672, GO_FIREWORK_SHOW_TYPE_1_WHITE_BIG, 44 }, + { 676672, GO_FIREWORK_SHOW_TYPE_2_PURPLE, 11 }, + { 676672, GO_FIREWORK_SHOW_TYPE_1_RED, 30 }, + { 676672, GO_FIREWORK_SHOW_TYPE_1_RED, 10 }, + { 676672, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 12 }, + { 676672, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 29 }, + { 677747, GO_FIREWORK_SHOW_TYPE_2_GREEN_BIG, 3 }, + { 678109, GO_FIREWORK_SHOW_TYPE_1_WHITE, 51 }, + { 678109, GO_FIREWORK_SHOW_TYPE_2_WHITE_BIG, 8 }, + { 678109, GO_FIREWORK_SHOW_TYPE_2_GREEN, 6 }, + { 678109, GO_FIREWORK_SHOW_TYPE_1_RED_BIG, 24 }, + { 678109, GO_FIREWORK_SHOW_TYPE_2_YELLOW, 21 }, + { 678109, GO_FIREWORK_SHOW_TYPE_1_PURPLE_BIG, 55 }, +}; + +FireworkShow const fireworkShowUndercity = +{ + .schedule = + { + .entries = fireworkShowScheduleUndercity, + .size = sizeof(fireworkShowScheduleUndercity) / sizeof(fireworkShowScheduleUndercity[0]) + }, + .spawns = + { + .entries = fireworkShowGameobjectUndercity, + .size = sizeof(fireworkShowGameobjectUndercity) / sizeof(fireworkShowGameobjectUndercity[0]) + }, + .revelerId = + { + NPC_UNDERCITY_REVELER, + 0 + } +}; + +#endif From 8552d4f17031486ce94ae206faa8fcf8b1a945e5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 12 May 2024 16:40:00 +0000 Subject: [PATCH 23/69] chore(DB): import pending files Referenced commit(s): 0f82c8e8dd64df839df57e88073709c93f9c6ca0 --- .../rev_1713680126057501300.sql => db_world/2024_05_12_02.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/rev_1713680126057501300.sql => db_world/2024_05_12_02.sql} (99%) diff --git a/data/sql/updates/pending_db_world/rev_1713680126057501300.sql b/data/sql/updates/db_world/2024_05_12_02.sql similarity index 99% rename from data/sql/updates/pending_db_world/rev_1713680126057501300.sql rename to data/sql/updates/db_world/2024_05_12_02.sql index ac8a97b20..239857937 100644 --- a/data/sql/updates/pending_db_world/rev_1713680126057501300.sql +++ b/data/sql/updates/db_world/2024_05_12_02.sql @@ -1,3 +1,4 @@ +-- DB update 2024_05_12_01 -> 2024_05_12_02 -- Fireworks Spectacular DELETE FROM `game_event` WHERE `eventEntry` = 72; INSERT INTO `game_event` (`eventEntry`, `start_time`, `end_time`, `occurence`, `length`, `holiday`, `holidayStage`, `description`, `world_event`, `announce`) VALUES From 85e967183fada459082847829bd55b8441507b9f Mon Sep 17 00:00:00 2001 From: Jelle Meeus Date: Sun, 12 May 2024 20:53:39 +0200 Subject: [PATCH 24/69] fix(Scripts/Naxxramas): Re enable Portal Hub teleport requirement (#18844) fix naxxramas portal hub trigger --- .../scripts/Northrend/Naxxramas/instance_naxxramas.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/server/scripts/Northrend/Naxxramas/instance_naxxramas.cpp b/src/server/scripts/Northrend/Naxxramas/instance_naxxramas.cpp index 256568430..ed4686ba5 100644 --- a/src/server/scripts/Northrend/Naxxramas/instance_naxxramas.cpp +++ b/src/server/scripts/Northrend/Naxxramas/instance_naxxramas.cpp @@ -1196,7 +1196,12 @@ public: { if (InstanceScript *instance = player->GetInstanceScript()) { - if (instance->CheckRequiredBosses(BOSS_SAPPHIRON)) + bool AreAllWingsCleared = instance->GetBossState(BOSS_MAEXXNA) == DONE + && (instance->GetBossState(BOSS_LOATHEB) == DONE) + && (instance->GetBossState(BOSS_THADDIUS) == DONE) + && (instance->GetBossState(BOSS_HORSEMAN) == DONE); + + if (AreAllWingsCleared) { player->TeleportTo(533, sapphironEntryTP.m_positionX, sapphironEntryTP.m_positionY, sapphironEntryTP.m_positionZ, sapphironEntryTP.m_orientation); return true; From d709080029acabc2a82af9bba23339314e40baf1 Mon Sep 17 00:00:00 2001 From: Jelle Meeus Date: Sun, 12 May 2024 21:06:42 +0200 Subject: [PATCH 25/69] fix(Karazhan/Nightbane): no longer killable during flight (#18890) add unkillable during flight phase _flying: takeoff/landing, moving to location Phase 2: in the air and casting air spells --- .../EasternKingdoms/Karazhan/boss_nightbane.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/server/scripts/EasternKingdoms/Karazhan/boss_nightbane.cpp b/src/server/scripts/EasternKingdoms/Karazhan/boss_nightbane.cpp index 9393086c7..9ac6fe245 100644 --- a/src/server/scripts/EasternKingdoms/Karazhan/boss_nightbane.cpp +++ b/src/server/scripts/EasternKingdoms/Karazhan/boss_nightbane.cpp @@ -109,6 +109,18 @@ struct boss_nightbane : public BossAI me->GetMotionMaster()->MoveTakeoff(POINT_DESPAWN, -11013.246f, -1770.5212f, 166.50139f); } + void DamageTaken(Unit* attacker, uint32& damage, DamageEffectType damageEffectType, SpellSchoolMask spellSchoolMask) override + { + if (_flying || Phase == 2) + { + if (damage >= me->GetHealth()) + { + damage = me->GetHealth() - 1; + } + } + BossAI::DamageTaken(attacker, damage, damageEffectType, spellSchoolMask); + } + void JustEngagedWith(Unit* who) override { BossAI::JustEngagedWith(who); From 5668e47a5d6e890b2d4de2c5de8f84dd7a1f6d63 Mon Sep 17 00:00:00 2001 From: Dan <83884799+elthehablo@users.noreply.github.com> Date: Sun, 12 May 2024 23:52:54 +0200 Subject: [PATCH 26/69] fix(DB/Hyjal): Archimonde aggro range (#18884) * init * Update archimondo.sql --- data/sql/updates/pending_db_world/archimondo.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/archimondo.sql diff --git a/data/sql/updates/pending_db_world/archimondo.sql b/data/sql/updates/pending_db_world/archimondo.sql new file mode 100644 index 000000000..80b434140 --- /dev/null +++ b/data/sql/updates/pending_db_world/archimondo.sql @@ -0,0 +1,2 @@ +-- was 20 +UPDATE `creature_template` SET `detection_range` = 60 WHERE `entry` = 17968; From e4b46863e807db0844ae9733f75ba26dae5ad5af Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 12 May 2024 21:53:41 +0000 Subject: [PATCH 27/69] chore(DB): import pending files Referenced commit(s): 5668e47a5d6e890b2d4de2c5de8f84dd7a1f6d63 --- .../archimondo.sql => db_world/2024_05_12_03.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/archimondo.sql => db_world/2024_05_12_03.sql} (66%) diff --git a/data/sql/updates/pending_db_world/archimondo.sql b/data/sql/updates/db_world/2024_05_12_03.sql similarity index 66% rename from data/sql/updates/pending_db_world/archimondo.sql rename to data/sql/updates/db_world/2024_05_12_03.sql index 80b434140..7f027eaa3 100644 --- a/data/sql/updates/pending_db_world/archimondo.sql +++ b/data/sql/updates/db_world/2024_05_12_03.sql @@ -1,2 +1,3 @@ +-- DB update 2024_05_12_02 -> 2024_05_12_03 -- was 20 UPDATE `creature_template` SET `detection_range` = 60 WHERE `entry` = 17968; From b42ca49329138c2a15747d594884e0af95764cc6 Mon Sep 17 00:00:00 2001 From: Jelle Meeus Date: Mon, 13 May 2024 21:39:17 +0200 Subject: [PATCH 28/69] fix(Karazhan/Nightbane): Rain of Bones cast on one random player/pet, summon Skeletons at that location (#18892) * replace skeletonspawn scheduler with spellscript * Revert "replace skeletonspawn scheduler with spellscript" This reverts commit 974bcb805be57c3175d63d91afe656c0bc327a9e. * random target and remember position * target position instead of player * make pets valid targets for rain of bones * change 100 to 100.0f --- .../Karazhan/boss_nightbane.cpp | 23 +++++++++++-------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/src/server/scripts/EasternKingdoms/Karazhan/boss_nightbane.cpp b/src/server/scripts/EasternKingdoms/Karazhan/boss_nightbane.cpp index 9ac6fe245..ec7bd7bfe 100644 --- a/src/server/scripts/EasternKingdoms/Karazhan/boss_nightbane.cpp +++ b/src/server/scripts/EasternKingdoms/Karazhan/boss_nightbane.cpp @@ -172,17 +172,21 @@ struct boss_nightbane : public BossAI scheduler.Schedule(2s, GROUP_FLYING, [this](TaskContext) { DoResetThreatList(); - DoCastVictim(SPELL_RAIN_OF_BONES); - _skeletonscheduler.Schedule(50ms, [this](TaskContext context) + if (Unit* target = SelectTarget(SelectTargetMethod::Random, 0, 100.0f)) { - //spawns skeletons every second until skeletonCount is reached - if(_skeletonSpawnCounter < _skeletonCount) + _skeletonSpawnPos = target->GetPosition(); + me->CastSpell(_skeletonSpawnPos.GetPositionX(), _skeletonSpawnPos.GetPositionY(), _skeletonSpawnPos.GetPositionZ(), SPELL_RAIN_OF_BONES, true); + _skeletonscheduler.Schedule(50ms, [this](TaskContext context) { - DoCastVictim(SPELL_SUMMON_SKELETON, true); - _skeletonSpawnCounter++; - context.Repeat(2s); - } - }); + //spawns skeletons every 2 seconds until skeletonCount is reached + if(_skeletonSpawnCounter < _skeletonCount) + { + me->CastSpell(_skeletonSpawnPos.GetPositionX(), _skeletonSpawnPos.GetPositionY(), _skeletonSpawnPos.GetPositionZ(), SPELL_SUMMON_SKELETON, true); + _skeletonSpawnCounter++; + context.Repeat(2s); + } + }); + } }).Schedule(20s, GROUP_FLYING, [this](TaskContext context) { DoCastRandomTarget(SPELL_DISTRACTING_ASH); @@ -383,6 +387,7 @@ private: uint32 _movePhase; uint8 _skeletonCount; uint8 _skeletonSpawnCounter; + Position _skeletonSpawnPos; }; class go_blackened_urn : public GameObjectScript From 3a4d321ba405658c98cc5585289e7e7775e3a44d Mon Sep 17 00:00:00 2001 From: daobashun <49193927+fangshun2004@users.noreply.github.com> Date: Tue, 14 May 2024 03:45:37 +0800 Subject: [PATCH 29/69] fix(DB/gameobject):Remove the Church of the Holy Light with flowers and small mounds (#18879) * Delete Flower and Small Dirt Mound Added flower and small mounds to the event * fix error * Update data/sql/updates/pending_db_world/rev_1715349752817459800.sql Co-authored-by: Dan <83884799+elthehablo@users.noreply.github.com> * Update data/sql/updates/pending_db_world/rev_1715349752817459800.sql Co-authored-by: Dan <83884799+elthehablo@users.noreply.github.com> * Update rev_1715349752817459800.sql --------- Co-authored-by: Dan <83884799+elthehablo@users.noreply.github.com> --- .../rev_1715349752817459800.sql | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1715349752817459800.sql diff --git a/data/sql/updates/pending_db_world/rev_1715349752817459800.sql b/data/sql/updates/pending_db_world/rev_1715349752817459800.sql new file mode 100644 index 000000000..e0d09d0bf --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1715349752817459800.sql @@ -0,0 +1,22 @@ +-- Rimblat Earthshatter smart ai +SET @ENTRY := 16134; +UPDATE `creature_template` SET `AIName` = 'SmartAI', `ScriptName` = '' WHERE `entry` = @ENTRY; +DELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryOrGuid` = @ENTRY; +DELETE FROM `smart_scripts` WHERE `source_type` = 9 AND `entryOrGuid` IN (@ENTRY * 100); +INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(@ENTRY, 0, 0, 0, 1, 0, 100, 512, 1000, 15000, 150000, 180000, 80, 1613400, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Rimblat Earthshatter: Start timed action list id #Rimblat Earthshatter #0 (1613400) (update out of combat) // -inline'), +(@ENTRY * 100, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Rimblat Earthshatter - Talk 0 to invoker'), +(@ENTRY * 100, 9, 1, 0, 0, 0, 100, 0, 3000, 3000, 0, 0, 5, 16, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Rimblat Earthshatter - Play emote ONESHOT_KNEEL (16)'), +(@ENTRY * 100, 9, 2, 0, 0, 0, 100, 0, 4000, 4000, 0, 0, 50, 181104, 0, 1, 8, 0, 0, 8, 0, 0, 0, 2276.9, -5326.88, 88.6976, 1.67551, 'Rimblat Earthshatter - Summon gameobject - Small Dirt Mound (181104) at (2276.9, -5326.88, 88.6976, 1.67551) and despawn in 0 ms'), +(@ENTRY * 100, 9, 3, 0, 0, 0, 100, 0, 4400, 4400, 0, 0, 11, 27824, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Rimblat Earthshatter - Cast spell Rimblat Grows Flower DND (27824) on Self'), +(@ENTRY * 100, 9, 4, 0, 0, 0, 100, 0, 2000, 2000, 0, 0, 50, 181103, 0, 1, 8, 0, 0, 8, 0, 0, 0, 2277, -5326.86, 88.7085, 5.74214, 'Rimblat Earthshatter - Summon gameobject - Flower (181103) at (2277, -5326.86, 88.7085, 5.74214) and despawn in 0 ms'), +(@ENTRY * 100, 9, 5, 0, 0, 0, 100, 0, 2400, 2400, 0, 0, 41, 0, 0, 0, 0, 0, 0, 20, 181104, 10, 0, 0, 0, 0, 0, 'Closest gameobject Small Dirt Mound (181104) in 10 yards: Despawn instantly'), +(@ENTRY * 100, 9, 6, 0, 0, 0, 100, 0, 1500, 1500, 0, 0, 5, 21, 0, 0, 0, 0, 0, 10, 54186, 16135, 0, 0, 0, 0, 0, 'Creature Rayne (16135) with guid 54186 (fetching): Play emote ONESHOT_APPLAUD (21)'), +(@ENTRY * 100, 9, 7, 0, 0, 0, 100, 0, 3000, 3000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 10, 54186, 16135, 0, 0, 0, 0, 0, 'Creature Rayne (16135) with guid 54186 (fetching): Talk 0 to invoker'), +(@ENTRY * 100, 9, 8, 0, 0, 0, 100, 0, 58600, 58600, 0, 0, 41, 0, 0, 0, 0, 0, 0, 20, 181103, 10, 0, 0, 0, 0, 0, 'Closest gameobject Flower (181103) in 10 yards: Despawn instantly'); + +-- DEL Flower +DELETE FROM `gameobject` WHERE `id` = 181103 AND `guid` = 45964; + +-- DEL Small Dirt Mound +DELETE FROM `gameobject` WHERE `id` = 181104 AND `guid` = 45965; From 15e46de4bc3aea56f99f7cdef5cc799b0c7261b1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 13 May 2024 19:46:22 +0000 Subject: [PATCH 30/69] chore(DB): import pending files Referenced commit(s): 3a4d321ba405658c98cc5585289e7e7775e3a44d --- .../rev_1715349752817459800.sql => db_world/2024_05_13_00.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/rev_1715349752817459800.sql => db_world/2024_05_13_00.sql} (98%) diff --git a/data/sql/updates/pending_db_world/rev_1715349752817459800.sql b/data/sql/updates/db_world/2024_05_13_00.sql similarity index 98% rename from data/sql/updates/pending_db_world/rev_1715349752817459800.sql rename to data/sql/updates/db_world/2024_05_13_00.sql index e0d09d0bf..567a0b124 100644 --- a/data/sql/updates/pending_db_world/rev_1715349752817459800.sql +++ b/data/sql/updates/db_world/2024_05_13_00.sql @@ -1,3 +1,4 @@ +-- DB update 2024_05_12_03 -> 2024_05_13_00 -- Rimblat Earthshatter smart ai SET @ENTRY := 16134; UPDATE `creature_template` SET `AIName` = 'SmartAI', `ScriptName` = '' WHERE `entry` = @ENTRY; From 7889a99e8fc197adb945b5d0e6afe0dcdf3675b1 Mon Sep 17 00:00:00 2001 From: Dan <83884799+elthehablo@users.noreply.github.com> Date: Tue, 14 May 2024 08:06:08 +0200 Subject: [PATCH 31/69] fix(DB/Hyjal): allow Giant Infernal to use Flame Buffet (#18885) init --- data/sql/updates/pending_db_world/giant_infernal.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/giant_infernal.sql diff --git a/data/sql/updates/pending_db_world/giant_infernal.sql b/data/sql/updates/pending_db_world/giant_infernal.sql new file mode 100644 index 000000000..dcd6c5445 --- /dev/null +++ b/data/sql/updates/pending_db_world/giant_infernal.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `smart_scripts` WHERE `entryorguid` = 17908 AND `source_type` = 0; +INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(17908, 0, 0, 1, 11, 0, 100, 0, 0, 0, 0, 0, 0, 0, 89, 10, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Giant Infernal - On Respawn - Start Random Movement 10y'), +(17908, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 11, 35747, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Giant Infernal - On Respawn - Cast \'Flame Buffet\''); From 8ad17441a54afd4b46c922a6b658c6e10c2e1ab6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 14 May 2024 06:07:10 +0000 Subject: [PATCH 32/69] chore(DB): import pending files Referenced commit(s): 7889a99e8fc197adb945b5d0e6afe0dcdf3675b1 --- .../giant_infernal.sql => db_world/2024_05_14_00.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/giant_infernal.sql => db_world/2024_05_14_00.sql} (95%) diff --git a/data/sql/updates/pending_db_world/giant_infernal.sql b/data/sql/updates/db_world/2024_05_14_00.sql similarity index 95% rename from data/sql/updates/pending_db_world/giant_infernal.sql rename to data/sql/updates/db_world/2024_05_14_00.sql index dcd6c5445..a16291bea 100644 --- a/data/sql/updates/pending_db_world/giant_infernal.sql +++ b/data/sql/updates/db_world/2024_05_14_00.sql @@ -1,3 +1,4 @@ +-- DB update 2024_05_13_00 -> 2024_05_14_00 -- DELETE FROM `smart_scripts` WHERE `entryorguid` = 17908 AND `source_type` = 0; INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES From 65942555b51c0200fdf962bc968ec9002686417a Mon Sep 17 00:00:00 2001 From: Gultask <100873791+Gultask@users.noreply.github.com> Date: Tue, 14 May 2024 15:28:55 -0300 Subject: [PATCH 33/69] fix(DB/Loot): Near complete loot rework of Vanilla overworld zones (#18796) * Create rev_1713905765626834000.sql * unique loot * remove garbage * Update rev_1713905765626834000.sql --- .../rev_1713905765626834000.sql | 59333 ++++++++++++++++ 1 file changed, 59333 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1713905765626834000.sql diff --git a/data/sql/updates/pending_db_world/rev_1713905765626834000.sql b/data/sql/updates/pending_db_world/rev_1713905765626834000.sql new file mode 100644 index 000000000..52d16ef76 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1713905765626834000.sql @@ -0,0 +1,59333 @@ +/* +[ 1 ] + [ Expansion ] + [ Item Rarity ] + [ NPC Level Range ] + +So for example, 1126869 is [ 1 ] + [ TBC ] + [ Green ] + [ 68-69 ] + +Item Rarity is replaced when dealing with consumables, containers, recipes + +5: Bags +6: Potions +7: Scrolls +8: Non-BoP Recipes and Others, like simple gems (These are not numbered by NPC Level) +9: Reserved +*/ +DELETE FROM `reference_loot_template` WHERE `Entry` BETWEEN 1000105 AND 1276882; +INSERT INTO `reference_loot_template` (`Entry`, `Item`, `Chance`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(1000105, 1378, 0, 1, 1, 1, 'Frayed Pants'), +(1000105, 1376, 0, 1, 1, 1, 'Frayed Cloak'), +(1000105, 1374, 0, 1, 1, 1, 'Frayed Shoes'), +(1000105, 1369, 0, 1, 1, 1, 'Ragged Leather Belt'), +(1000105, 1368, 0, 1, 1, 1, 'Ragged Leather Gloves'), +(1000105, 1367, 0, 1, 1, 1, 'Ragged Leather Boots'), +(1000105, 1377, 0, 1, 1, 1, 'Frayed Gloves'), +(1000105, 1372, 0, 1, 1, 1, 'Ragged Cloak'), +(1000105, 1370, 0, 1, 1, 1, 'Ragged Leather Bracers'), +(1000105, 1366, 0, 1, 1, 1, 'Ragged Leather Pants'), +(1000105, 1364, 0, 1, 1, 1, 'Ragged Leather Vest'), +(1000105, 2210, 0, 1, 1, 1, 'Battered Buckler'), +(1000105, 2211, 0, 1, 1, 1, 'Bent Large Shield'), +(1000105, 1380, 0, 1, 1, 1, 'Frayed Robe'), +(1000105, 2649, 0, 1, 1, 1, 'Flimsy Chain Belt'), +(1000105, 2650, 0, 1, 1, 1, 'Flimsy Chain Boots'), +(1000105, 2651, 0, 1, 1, 1, 'Flimsy Chain Bracers'), +(1000105, 2652, 0, 1, 1, 1, 'Flimsy Chain Cloak'), +(1000105, 2653, 0, 1, 1, 1, 'Flimsy Chain Gloves'), +(1000105, 2654, 0, 1, 1, 1, 'Flimsy Chain Pants'), +(1000105, 2656, 0, 1, 1, 1, 'Flimsy Chain Vest'), +(1000105, 3363, 0, 1, 1, 1, 'Frayed Belt'), +(1000105, 3365, 0, 1, 1, 1, 'Frayed Bracers'), +(1000105, 21002, 0, 1, 1, 1, 'Unkempt Belt'), +(1000105, 21003, 0, 1, 1, 1, 'Unkempt Bracers'), +(1000105, 21004, 0, 1, 1, 1, 'Unkempt Cloak'), +(1000105, 21005, 0, 1, 1, 1, 'Unkempt Gloves'), +(1000105, 21006, 0, 1, 1, 1, 'Unkempt Pants'), +(1000105, 21007, 0, 1, 1, 1, 'Unkempt Robe'), +(1000105, 21008, 0, 1, 1, 1, 'Unkempt Shoes'), +(1000105, 21009, 0, 1, 1, 1, 'Scraggy Leather Belt'), +(1000105, 21010, 0, 1, 1, 1, 'Scraggy Leather Boots'), +(1000105, 21011, 0, 1, 1, 1, 'Scraggy Leather Bracers'), +(1000105, 21012, 0, 1, 1, 1, 'Scraggy Leather Gloves'), +(1000105, 21013, 0, 1, 1, 1, 'Scraggy Leather Pants'), +(1000105, 21014, 0, 1, 1, 1, 'Scraggy Leather Vest'), +(1000105, 21015, 0, 1, 1, 1, 'Shoddy Chain Belt'), +(1000105, 21016, 0, 1, 1, 1, 'Shoddy Chain Vest'), +(1000105, 21017, 0, 1, 1, 1, 'Shoddy Chain Pants'), +(1000105, 21018, 0, 1, 1, 1, 'Shoddy Chain Gloves'), +(1000105, 21019, 0, 1, 1, 1, 'Shoddy Chain Bracers'), +(1000105, 21020, 0, 1, 1, 1, 'Shoddy Chain Boots'), +(1000105, 21021, 0, 1, 1, 1, 'Battered Shield'), +(1000105, 21022, 0, 1, 1, 1, 'Weather Beaten Buckler'), +(1000610, 1411, 0, 1, 1, 1, 'Withered Staff'), +(1000610, 1412, 0, 1, 1, 1, 'Crude Bastard Sword'), +(1000610, 1413, 0, 1, 1, 1, 'Feeble Sword'), +(1000610, 1414, 0, 1, 1, 1, 'Cracked Sledge'), +(1000610, 1415, 0, 1, 1, 1, 'Carpenter\'s Mallet'), +(1000610, 1416, 0, 1, 1, 1, 'Rusty Hatchet'), +(1000610, 1417, 0, 1, 1, 1, 'Beaten Battle Axe'), +(1000610, 1418, 0, 1, 1, 1, 'Worn Leather Belt'), +(1000610, 1419, 0, 1, 1, 1, 'Worn Leather Boots'), +(1000610, 1420, 0, 1, 1, 1, 'Worn Leather Bracers'), +(1000610, 1421, 0, 1, 1, 1, 'Worn Hide Cloak'), +(1000610, 1422, 0, 1, 1, 1, 'Worn Leather Gloves'), +(1000610, 1423, 0, 1, 1, 1, 'Worn Leather Pants'), +(1000610, 1425, 0, 1, 1, 1, 'Worn Leather Vest'), +(1000610, 1427, 0, 1, 1, 1, 'Patchwork Shoes'), +(1000610, 1429, 0, 1, 1, 1, 'Patchwork Cloak'), +(1000610, 1430, 0, 1, 1, 1, 'Patchwork Gloves'), +(1000610, 1431, 0, 1, 1, 1, 'Patchwork Pants'), +(1000610, 1433, 0, 1, 1, 1, 'Patchwork Armor'), +(1000610, 2138, 0, 1, 1, 1, 'Sharpened Letter Opener'), +(1000610, 2212, 0, 1, 1, 1, 'Cracked Buckler'), +(1000610, 2213, 0, 1, 1, 1, 'Worn Large Shield'), +(1000610, 2635, 0, 1, 1, 1, 'Loose Chain Belt'), +(1000610, 2642, 0, 1, 1, 1, 'Loose Chain Boots'), +(1000610, 2643, 0, 1, 1, 1, 'Loose Chain Bracers'), +(1000610, 2644, 0, 1, 1, 1, 'Loose Chain Cloak'), +(1000610, 2645, 0, 1, 1, 1, 'Loose Chain Gloves'), +(1000610, 2646, 0, 1, 1, 1, 'Loose Chain Pants'), +(1000610, 2648, 0, 1, 1, 1, 'Loose Chain Vest'), +(1000610, 2773, 0, 1, 1, 1, 'Cracked Shortbow'), +(1000610, 2774, 0, 1, 1, 1, 'Rust-covered Blunderbuss'), +(1000610, 3370, 0, 1, 1, 1, 'Patchwork Belt'), +(1000610, 3373, 0, 1, 1, 1, 'Patchwork Bracers'), +(1001115, 1495, 0, 1, 1, 1, 'Calico Shoes'), +(1001115, 1497, 0, 1, 1, 1, 'Calico Cloak'), +(1001115, 1498, 0, 1, 1, 1, 'Calico Gloves'), +(1001115, 1499, 0, 1, 1, 1, 'Calico Pants'), +(1001115, 1501, 0, 1, 1, 1, 'Calico Tunic'), +(1001115, 1502, 0, 1, 1, 1, 'Warped Leather Belt'), +(1001115, 1503, 0, 1, 1, 1, 'Warped Leather Boots'), +(1001115, 1504, 0, 1, 1, 1, 'Warped Leather Bracers'), +(1001115, 1505, 0, 1, 1, 1, 'Warped Cloak'), +(1001115, 1506, 0, 1, 1, 1, 'Warped Leather Gloves'), +(1001115, 1507, 0, 1, 1, 1, 'Warped Leather Pants'), +(1001115, 1509, 0, 1, 1, 1, 'Warped Leather Vest'), +(1001115, 1510, 0, 1, 1, 1, 'Heavy Hammer'), +(1001115, 1511, 0, 1, 1, 1, 'Commoner\'s Sword'), +(1001115, 1512, 0, 1, 1, 1, 'Crude Battle Axe'), +(1001115, 1513, 0, 1, 1, 1, 'Old Greatsword'), +(1001115, 1514, 0, 1, 1, 1, 'Rusty Warhammer'), +(1001115, 1515, 0, 1, 1, 1, 'Rough Wooden Staff'), +(1001115, 1516, 0, 1, 1, 1, 'Worn Hatchet'), +(1001115, 1730, 0, 1, 1, 1, 'Worn Mail Belt'), +(1001115, 1731, 0, 1, 1, 1, 'Worn Mail Boots'), +(1001115, 1732, 0, 1, 1, 1, 'Worn Mail Bracers'), +(1001115, 1733, 0, 1, 1, 1, 'Worn Cloak'), +(1001115, 1734, 0, 1, 1, 1, 'Worn Mail Gloves'), +(1001115, 1735, 0, 1, 1, 1, 'Worn Mail Pants'), +(1001115, 1737, 0, 1, 1, 1, 'Worn Mail Vest'), +(1001115, 2214, 0, 1, 1, 1, 'Wooden Buckler'), +(1001115, 2215, 0, 1, 1, 1, 'Wooden Shield'), +(1001115, 2763, 0, 1, 1, 1, 'Fisherman Knife'), +(1001115, 2777, 0, 1, 1, 1, 'Feeble Shortbow'), +(1001115, 2778, 0, 1, 1, 1, 'Cheap Blunderbuss'), +(1001115, 3374, 0, 1, 1, 1, 'Calico Belt'), +(1001115, 3375, 0, 1, 1, 1, 'Calico Bracers'), +(1001620, 3377, 0, 1, 1, 1, 'Canvas Bracers'), +(1001620, 3376, 0, 1, 1, 1, 'Canvas Belt'), +(1001620, 2781, 0, 1, 1, 1, 'Dirty Blunderbuss'), +(1001620, 2780, 0, 1, 1, 1, 'Light Hunting Bow'), +(1001620, 2764, 0, 1, 1, 1, 'Small Dagger'), +(1001620, 2217, 0, 1, 1, 1, 'Rectangular Shield'), +(1001620, 2216, 0, 1, 1, 1, 'Simple Buckler'), +(1001620, 1817, 0, 1, 1, 1, 'Stock Shortsword'), +(1001620, 1816, 0, 1, 1, 1, 'Unbalanced Axe'), +(1001620, 1815, 0, 1, 1, 1, 'Ornamental Mace'), +(1001620, 1814, 0, 1, 1, 1, 'Battered Mallet'), +(1001620, 1813, 0, 1, 1, 1, 'Chipped Quarterstaff'), +(1001620, 1812, 0, 1, 1, 1, 'Short-handled Battle Axe'), +(1001620, 1811, 0, 1, 1, 1, 'Blunt Claymore'), +(1001620, 1794, 0, 1, 1, 1, 'Patched Leather Jerkin'), +(1001620, 1793, 0, 1, 1, 1, 'Patched Leather Shoulderpads'), +(1001620, 1792, 0, 1, 1, 1, 'Patched Leather Pants'), +(1001620, 1791, 0, 1, 1, 1, 'Patched Leather Gloves'), +(1001620, 1790, 0, 1, 1, 1, 'Patched Cloak'), +(1001620, 1789, 0, 1, 1, 1, 'Patched Leather Bracers'), +(1001620, 1788, 0, 1, 1, 1, 'Patched Leather Boots'), +(1001620, 1787, 0, 1, 1, 1, 'Patched Leather Belt'), +(1001620, 1770, 0, 1, 1, 1, 'Canvas Vest'), +(1001620, 1769, 0, 1, 1, 1, 'Canvas Shoulderpads'), +(1001620, 1768, 0, 1, 1, 1, 'Canvas Pants'), +(1001620, 1767, 0, 1, 1, 1, 'Canvas Gloves'), +(1001620, 1766, 0, 1, 1, 1, 'Canvas Cloak'), +(1001620, 1764, 0, 1, 1, 1, 'Canvas Shoes'), +(1001620, 1745, 0, 1, 1, 1, 'Laced Mail Vest'), +(1001620, 1744, 0, 1, 1, 1, 'Laced Mail Shoulderpads'), +(1001620, 1743, 0, 1, 1, 1, 'Laced Mail Pants'), +(1001620, 1742, 0, 1, 1, 1, 'Laced Mail Gloves'), +(1001620, 1741, 0, 1, 1, 1, 'Laced Cloak'), +(1001620, 1740, 0, 1, 1, 1, 'Laced Mail Bracers'), +(1001620, 1739, 0, 1, 1, 1, 'Laced Mail Boots'), +(1001620, 1738, 0, 1, 1, 1, 'Laced Mail Belt'), +(1002125, 1485, 0, 1, 1, 1, 'Pitchfork'), +(1002125, 1746, 0, 1, 1, 1, 'Linked Chain Belt'), +(1002125, 1747, 0, 1, 1, 1, 'Linked Chain Boots'), +(1002125, 1748, 0, 1, 1, 1, 'Linked Chain Bracers'), +(1002125, 1749, 0, 1, 1, 1, 'Linked Chain Cloak'), +(1002125, 1750, 0, 1, 1, 1, 'Linked Chain Gloves'), +(1002125, 1751, 0, 1, 1, 1, 'Linked Chain Pants'), +(1002125, 1752, 0, 1, 1, 1, 'Linked Chain Shoulderpads'), +(1002125, 1753, 0, 1, 1, 1, 'Linked Chain Vest'), +(1002125, 1772, 0, 1, 1, 1, 'Brocade Shoes'), +(1002125, 1774, 0, 1, 1, 1, 'Brocade Cloak'), +(1002125, 1775, 0, 1, 1, 1, 'Brocade Gloves'), +(1002125, 1776, 0, 1, 1, 1, 'Brocade Pants'), +(1002125, 1777, 0, 1, 1, 1, 'Brocade Shoulderpads'), +(1002125, 1778, 0, 1, 1, 1, 'Brocade Vest'), +(1002125, 1795, 0, 1, 1, 1, 'Rawhide Belt'), +(1002125, 1796, 0, 1, 1, 1, 'Rawhide Boots'), +(1002125, 1797, 0, 1, 1, 1, 'Rawhide Bracers'), +(1002125, 1798, 0, 1, 1, 1, 'Rawhide Cloak'), +(1002125, 1799, 0, 1, 1, 1, 'Rawhide Gloves'), +(1002125, 1800, 0, 1, 1, 1, 'Rawhide Pants'), +(1002125, 1801, 0, 1, 1, 1, 'Rawhide Shoulderpads'), +(1002125, 1802, 0, 1, 1, 1, 'Rawhide Tunic'), +(1002125, 1818, 0, 1, 1, 1, 'Standard Claymore'), +(1002125, 1819, 0, 1, 1, 1, 'Gouging Pick'), +(1002125, 1820, 0, 1, 1, 1, 'Wooden Maul'), +(1002125, 1821, 0, 1, 1, 1, 'Warped Blade'), +(1002125, 1822, 0, 1, 1, 1, 'Cedar Walking Stick'), +(1002125, 1823, 0, 1, 1, 1, 'Bludgeoning Cudgel'), +(1002125, 1824, 0, 1, 1, 1, 'Shiny War Axe'), +(1002125, 2219, 0, 1, 1, 1, 'Small Round Shield'), +(1002125, 2220, 0, 1, 1, 1, 'Box Shield'), +(1002125, 2765, 0, 1, 1, 1, 'Hunting Knife'), +(1002125, 2782, 0, 1, 1, 1, 'Mishandled Recurve Bow'), +(1002125, 2783, 0, 1, 1, 1, 'Shoddy Blunderbuss'), +(1002125, 3378, 0, 1, 1, 1, 'Brocade Belt'), +(1002125, 3379, 0, 1, 1, 1, 'Brocade Bracers'), +(1002630, 1754, 0, 1, 1, 1, 'Reinforced Chain Belt'), +(1002630, 1755, 0, 1, 1, 1, 'Reinforced Chain Boots'), +(1002630, 1756, 0, 1, 1, 1, 'Reinforced Chain Bracers'), +(1002630, 1757, 0, 1, 1, 1, 'Reinforced Chain Cloak'), +(1002630, 1758, 0, 1, 1, 1, 'Reinforced Chain Gloves'), +(1002630, 1759, 0, 1, 1, 1, 'Reinforced Chain Pants'), +(1002630, 1760, 0, 1, 1, 1, 'Reinforced Chain Shoulderpads'), +(1002630, 1761, 0, 1, 1, 1, 'Reinforced Chain Vest'), +(1002630, 1780, 0, 1, 1, 1, 'Cross-stitched Sandals'), +(1002630, 1782, 0, 1, 1, 1, 'Cross-stitched Cloak'), +(1002630, 1783, 0, 1, 1, 1, 'Cross-stitched Gloves'), +(1002630, 1784, 0, 1, 1, 1, 'Cross-stitched Pants'), +(1002630, 1785, 0, 1, 1, 1, 'Cross-stitched Shoulderpads'), +(1002630, 1786, 0, 1, 1, 1, 'Cross-stitched Vest'), +(1002630, 1803, 0, 1, 1, 1, 'Tough Leather Belt'), +(1002630, 1804, 0, 1, 1, 1, 'Tough Leather Boots'), +(1002630, 1805, 0, 1, 1, 1, 'Tough Leather Bracers'), +(1002630, 1806, 0, 1, 1, 1, 'Tough Cloak'), +(1002630, 1807, 0, 1, 1, 1, 'Tough Leather Gloves'), +(1002630, 1808, 0, 1, 1, 1, 'Tough Leather Pants'), +(1002630, 1809, 0, 1, 1, 1, 'Tough Leather Shoulderpads'), +(1002630, 1810, 0, 1, 1, 1, 'Tough Leather Armor'), +(1002630, 1825, 0, 1, 1, 1, 'Bulky Bludgeon'), +(1002630, 1826, 0, 1, 1, 1, 'Rock Maul'), +(1002630, 1827, 0, 1, 1, 1, 'Meat Cleaver'), +(1002630, 1828, 0, 1, 1, 1, 'Stone War Axe'), +(1002630, 1829, 0, 1, 1, 1, 'Short Cutlass'), +(1002630, 1830, 0, 1, 1, 1, 'Long Bastard Sword'), +(1002630, 1831, 0, 1, 1, 1, 'Oaken War Staff'), +(1002630, 2221, 0, 1, 1, 1, 'Targe Shield'), +(1002630, 2222, 0, 1, 1, 1, 'Tower Shield'), +(1002630, 2766, 0, 1, 1, 1, 'Deft Stiletto'), +(1002630, 2785, 0, 1, 1, 1, 'Stiff Recurve Bow'), +(1002630, 2786, 0, 1, 1, 1, 'Oiled Blunderbuss'), +(1002630, 3380, 0, 1, 1, 1, 'Cross-stitched Belt'), +(1002630, 3381, 0, 1, 1, 1, 'Cross-stitched Bracers'), +(1002630, 8748, 0, 1, 1, 1, 'Double Mail Coif'), +(1002630, 11411, 0, 1, 1, 1, 'Large Bear Bone'), +(1003140, 3778, 0, 1, 1, 1, 'Taut Compound Bow'), +(1003140, 3779, 0, 1, 1, 1, 'Hefty War Axe'), +(1003140, 3780, 0, 1, 1, 1, 'Long-barreled Musket'), +(1003140, 3781, 0, 1, 1, 1, 'Broad Claymore'), +(1003140, 3782, 0, 1, 1, 1, 'Large War Club'), +(1003140, 3783, 0, 1, 1, 1, 'Light Scimitar'), +(1003140, 3784, 0, 1, 1, 1, 'Metal Stave'), +(1003140, 3785, 0, 1, 1, 1, 'Keen Axe'), +(1003140, 3786, 0, 1, 1, 1, 'Shiny Dirk'), +(1003140, 3787, 0, 1, 1, 1, 'Stone Club'), +(1003140, 3792, 0, 1, 1, 1, 'Interlaced Belt'), +(1003140, 3793, 0, 1, 1, 1, 'Interlaced Boots'), +(1003140, 3794, 0, 1, 1, 1, 'Interlaced Bracers'), +(1003140, 3795, 0, 1, 1, 1, 'Interlaced Cloak'), +(1003140, 3796, 0, 1, 1, 1, 'Interlaced Gloves'), +(1003140, 3797, 0, 1, 1, 1, 'Interlaced Pants'), +(1003140, 3798, 0, 1, 1, 1, 'Interlaced Shoulderpads'), +(1003140, 3799, 0, 1, 1, 1, 'Interlaced Vest'), +(1003140, 3800, 0, 1, 1, 1, 'Hardened Leather Belt'), +(1003140, 3801, 0, 1, 1, 1, 'Hardened Leather Boots'), +(1003140, 3802, 0, 1, 1, 1, 'Hardened Leather Bracers'), +(1003140, 3803, 0, 1, 1, 1, 'Hardened Cloak'), +(1003140, 3804, 0, 1, 1, 1, 'Hardened Leather Gloves'), +(1003140, 3805, 0, 1, 1, 1, 'Hardened Leather Pants'), +(1003140, 3806, 0, 1, 1, 1, 'Hardened Leather Shoulderpads'), +(1003140, 3807, 0, 1, 1, 1, 'Hardened Leather Tunic'), +(1003140, 3808, 0, 1, 1, 1, 'Double Mail Belt'), +(1003140, 3809, 0, 1, 1, 1, 'Double Mail Boots'), +(1003140, 3810, 0, 1, 1, 1, 'Double Mail Bracers'), +(1003140, 3811, 0, 1, 1, 1, 'Double-stitched Cloak'), +(1003140, 3812, 0, 1, 1, 1, 'Double Mail Gloves'), +(1003140, 3813, 0, 1, 1, 1, 'Double Mail Pants'), +(1003140, 3814, 0, 1, 1, 1, 'Double Mail Shoulderpads'), +(1003140, 3815, 0, 1, 1, 1, 'Double Mail Vest'), +(1003140, 3816, 0, 1, 1, 1, 'Reflective Heater'), +(1003140, 3817, 0, 1, 1, 1, 'Reinforced Buckler'), +(1003140, 8746, 0, 1, 1, 1, 'Interlaced Cowl'), +(1003140, 8747, 0, 1, 1, 1, 'Hardened Leather Helm'), +(1004150, 3936, 0, 1, 1, 1, 'Crochet Belt'), +(1004150, 3937, 0, 1, 1, 1, 'Crochet Boots'), +(1004150, 3938, 0, 1, 1, 1, 'Crochet Bracers'), +(1004150, 3939, 0, 1, 1, 1, 'Crochet Cloak'), +(1004150, 3940, 0, 1, 1, 1, 'Crochet Gloves'), +(1004150, 3941, 0, 1, 1, 1, 'Crochet Pants'), +(1004150, 3942, 0, 1, 1, 1, 'Crochet Shoulderpads'), +(1004150, 3943, 0, 1, 1, 1, 'Crochet Vest'), +(1004150, 3961, 0, 1, 1, 1, 'Thick Leather Belt'), +(1004150, 3962, 0, 1, 1, 1, 'Thick Leather Boots'), +(1004150, 3963, 0, 1, 1, 1, 'Thick Leather Bracers'), +(1004150, 3964, 0, 1, 1, 1, 'Thick Cloak'), +(1004150, 3965, 0, 1, 1, 1, 'Thick Leather Gloves'), +(1004150, 3966, 0, 1, 1, 1, 'Thick Leather Pants'), +(1004150, 3967, 0, 1, 1, 1, 'Thick Leather Shoulderpads'), +(1004150, 3968, 0, 1, 1, 1, 'Thick Leather Tunic'), +(1004150, 3986, 0, 1, 1, 1, 'Protective Pavise'), +(1004150, 3989, 0, 1, 1, 1, 'Blocking Targe'), +(1004150, 4000, 0, 1, 1, 1, 'Overlinked Chain Belt'), +(1004150, 4001, 0, 1, 1, 1, 'Overlinked Chain Boots'), +(1004150, 4002, 0, 1, 1, 1, 'Overlinked Chain Bracers'), +(1004150, 4003, 0, 1, 1, 1, 'Overlinked Chain Cloak'), +(1004150, 4004, 0, 1, 1, 1, 'Overlinked Chain Gloves'), +(1004150, 4005, 0, 1, 1, 1, 'Overlinked Chain Pants'), +(1004150, 4006, 0, 1, 1, 1, 'Overlinked Chain Shoulderpads'), +(1004150, 4007, 0, 1, 1, 1, 'Overlinked Chain Armor'), +(1004150, 4017, 0, 1, 1, 1, 'Sharp Shortsword'), +(1004150, 4018, 0, 1, 1, 1, 'Whetted Claymore'), +(1004150, 4019, 0, 1, 1, 1, 'Heavy Flint Axe'), +(1004150, 4020, 0, 1, 1, 1, 'Splintering Battle Axe'), +(1004150, 4021, 0, 1, 1, 1, 'Blunting Mace'), +(1004150, 4022, 0, 1, 1, 1, 'Crushing Maul'), +(1004150, 4023, 0, 1, 1, 1, 'Fine Pointed Dagger'), +(1004150, 4024, 0, 1, 1, 1, 'Heavy War Staff'), +(1004150, 4025, 0, 1, 1, 1, 'Balanced Long Bow'), +(1004150, 4026, 0, 1, 1, 1, 'Sentinel Musket'), +(1004150, 8749, 0, 1, 1, 1, 'Crochet Hat'), +(1004150, 8750, 0, 1, 1, 1, 'Thick Leather Hat'), +(1004150, 8751, 0, 1, 1, 1, 'Overlinked Coif'), +(1005163, 3944, 0, 1, 1, 1, 'Twill Belt'), +(1005163, 3945, 0, 1, 1, 1, 'Twill Boots'), +(1005163, 3946, 0, 1, 1, 1, 'Twill Bracers'), +(1005163, 3947, 0, 1, 1, 1, 'Twill Cloak'), +(1005163, 3948, 0, 1, 1, 1, 'Twill Gloves'), +(1005163, 3949, 0, 1, 1, 1, 'Twill Pants'), +(1005163, 3950, 0, 1, 1, 1, 'Twill Shoulderpads'), +(1005163, 3951, 0, 1, 1, 1, 'Twill Vest'), +(1005163, 3969, 0, 1, 1, 1, 'Smooth Leather Belt'), +(1005163, 3970, 0, 1, 1, 1, 'Smooth Leather Boots'), +(1005163, 3971, 0, 1, 1, 1, 'Smooth Leather Bracers'), +(1005163, 3972, 0, 1, 1, 1, 'Smooth Cloak'), +(1005163, 3973, 0, 1, 1, 1, 'Smooth Leather Gloves'), +(1005163, 3974, 0, 1, 1, 1, 'Smooth Leather Pants'), +(1005163, 3975, 0, 1, 1, 1, 'Smooth Leather Shoulderpads'), +(1005163, 3976, 0, 1, 1, 1, 'Smooth Leather Armor'), +(1005163, 3987, 0, 1, 1, 1, 'Deflecting Tower'), +(1005163, 3990, 0, 1, 1, 1, 'Crested Buckler'), +(1005163, 3992, 0, 1, 1, 1, 'Laminated Scale Belt'), +(1005163, 3993, 0, 1, 1, 1, 'Laminated Scale Boots'), +(1005163, 3994, 0, 1, 1, 1, 'Laminated Scale Bracers'), +(1005163, 3995, 0, 1, 1, 1, 'Laminated Scale Cloak'), +(1005163, 3996, 0, 1, 1, 1, 'Laminated Scale Gloves'), +(1005163, 3997, 0, 1, 1, 1, 'Laminated Scale Pants'), +(1005163, 3998, 0, 1, 1, 1, 'Laminated Scale Shoulderpads'), +(1005163, 3999, 0, 1, 1, 1, 'Laminated Scale Armor'), +(1005163, 8080, 0, 1, 1, 1, 'Light Plate Chestpiece'), +(1005163, 8081, 0, 1, 1, 1, 'Light Plate Belt'), +(1005163, 8082, 0, 1, 1, 1, 'Light Plate Boots'), +(1005163, 8083, 0, 1, 1, 1, 'Light Plate Bracers'), +(1005163, 8084, 0, 1, 1, 1, 'Light Plate Gloves'), +(1005163, 8085, 0, 1, 1, 1, 'Light Plate Pants'), +(1005163, 8086, 0, 1, 1, 1, 'Light Plate Shoulderpads'), +(1005163, 8752, 0, 1, 1, 1, 'Laminated Scale Circlet'), +(1005163, 8753, 0, 1, 1, 1, 'Smooth Leather Helmet'), +(1005163, 8754, 0, 1, 1, 1, 'Twill Cover'), +(1005163, 8755, 0, 1, 1, 1, 'Light Plate Helmet'), +(1005163, 13816, 0, 1, 1, 1, 'Fine Longsword'), +(1005163, 13817, 0, 1, 1, 1, 'Tapered Greatsword'), +(1005163, 13818, 0, 1, 1, 1, 'Jagged Axe'), +(1005163, 13819, 0, 1, 1, 1, 'Balanced War Axe'), +(1005163, 13820, 0, 1, 1, 1, 'Clout Mace'), +(1005163, 13821, 0, 1, 1, 1, 'Bulky Maul'), +(1005163, 13822, 0, 1, 1, 1, 'Spiked Dagger'), +(1005163, 13823, 0, 1, 1, 1, 'Stout War Staff'), +(1005163, 13824, 0, 1, 1, 1, 'Recurve Long Bow'), +(1005163, 13825, 0, 1, 1, 1, 'Primed Musket'), +(1010506, 766, 0, 1, 1, 1, 'Flanged Mace'), +(1010506, 767, 0, 1, 1, 1, 'Long Bo Staff'), +(1010506, 768, 0, 1, 1, 1, 'Lumberjack Axe'), +(1010506, 1438, 0, 1, 1, 1, 'Warrior\'s Shield'), +(1010506, 2959, 0, 1, 1, 1, 'Journeyman\'s Boots'), +(1010506, 2960, 0, 1, 1, 1, 'Journeyman\'s Gloves'), +(1010506, 2963, 0, 1, 1, 1, 'Burnt Leather Boots'), +(1010506, 2964, 0, 1, 1, 1, 'Burnt Leather Gloves'), +(1010506, 2967, 0, 1, 1, 1, 'Warrior\'s Boots'), +(1010506, 2968, 0, 1, 1, 1, 'Warrior\'s Gloves'), +(1010506, 3189, 0, 1, 1, 1, 'Wood Chopper'), +(1010506, 3190, 0, 1, 1, 1, 'Beatstick'), +(1010506, 3200, 0, 1, 1, 1, 'Burnt Leather Bracers'), +(1010506, 3214, 0, 1, 1, 1, 'Warrior\'s Bracers'), +(1010506, 3280, 0, 1, 1, 1, 'Battle Chain Bracers'), +(1010506, 3285, 0, 1, 1, 1, 'Tribal Bracers'), +(1010506, 3641, 0, 1, 1, 1, 'Journeyman\'s Bracers'), +(1010506, 3642, 0, 1, 1, 1, 'Ancestral Bracers'), +(1010506, 3650, 0, 1, 1, 1, 'Battle Shield'), +(1010506, 4560, 0, 1, 1, 1, 'Fine Scimitar'), +(1010506, 4563, 0, 1, 1, 1, 'Billy Club'), +(1010506, 4565, 0, 1, 1, 1, 'Simple Dagger'), +(1010506, 4658, 0, 1, 1, 1, 'Warrior\'s Cloak'), +(1010506, 4659, 0, 1, 1, 1, 'Warrior\'s Girdle'), +(1010506, 4662, 0, 1, 1, 1, 'Journeyman\'s Cloak'), +(1010506, 4663, 0, 1, 1, 1, 'Journeyman\'s Belt'), +(1010506, 4665, 0, 1, 1, 1, 'Burnt Cloak'), +(1010506, 4666, 0, 1, 1, 1, 'Burnt Leather Belt'), +(1010506, 4668, 0, 1, 1, 1, 'Battle Chain Cloak'), +(1010506, 4669, 0, 1, 1, 1, 'Battle Chain Girdle'), +(1010506, 4671, 0, 1, 1, 1, 'Ancestral Cloak'), +(1010506, 4672, 0, 1, 1, 1, 'Ancestral Belt'), +(1010506, 4674, 0, 1, 1, 1, 'Tribal Cloak'), +(1010506, 4675, 0, 1, 1, 1, 'Tribal Belt'), +(1010506, 6507, 0, 1, 1, 1, 'Infantry Bracers'), +(1010506, 6508, 0, 1, 1, 1, 'Infantry Cloak'), +(1010506, 6509, 0, 1, 1, 1, 'Infantry Belt'), +(1010506, 6513, 0, 1, 1, 1, 'Disciple\'s Sash'), +(1010506, 6514, 0, 1, 1, 1, 'Disciple\'s Cloak'), +(1010506, 6517, 0, 1, 1, 1, 'Pioneer Belt'), +(1010506, 6519, 0, 1, 1, 1, 'Pioneer Bracers'), +(1010506, 6520, 0, 1, 1, 1, 'Pioneer Cloak'), +(1010506, 7109, 0, 1, 1, 1, 'Pioneer Buckler'), +(1010506, 7350, 0, 1, 1, 1, 'Disciple\'s Bracers'), +(1010506, 8177, 0, 1, 1, 1, 'Practice Sword'), +(1010506, 8179, 0, 1, 1, 1, 'Cadet\'s Bow'), +(1010506, 8181, 0, 1, 1, 1, 'Hunting Rifle'), +(1010506, 8182, 0, 1, 1, 1, 'Pellet Rifle'), +(1010506, 14086, 0, 1, 1, 1, 'Beaded Sandals'), +(1010506, 14087, 0, 1, 1, 1, 'Beaded Cuffs'), +(1010506, 14088, 0, 1, 1, 1, 'Beaded Cloak'), +(1010506, 14089, 0, 1, 1, 1, 'Beaded Gloves'), +(1010506, 14093, 0, 1, 1, 1, 'Beaded Cord'), +(1010506, 14098, 0, 1, 1, 1, 'Native Cloak'), +(1010506, 15003, 0, 1, 1, 1, 'Primal Belt'), +(1010506, 15004, 0, 1, 1, 1, 'Primal Boots'), +(1010506, 15005, 0, 1, 1, 1, 'Primal Bands'), +(1010506, 15006, 0, 1, 1, 1, 'Primal Buckler'), +(1010506, 15007, 0, 1, 1, 1, 'Primal Cape'), +(1010506, 15008, 0, 1, 1, 1, 'Primal Mitts'), +(1010506, 15299, 0, 1, 1, 1, 'Grizzly Cape'), +(1010506, 15472, 0, 1, 1, 1, 'Charger\'s Belt'), +(1010506, 15473, 0, 1, 1, 1, 'Charger\'s Boots'), +(1010506, 15474, 0, 1, 1, 1, 'Charger\'s Bindings'), +(1010506, 15475, 0, 1, 1, 1, 'Charger\'s Cloak'), +(1010506, 15476, 0, 1, 1, 1, 'Charger\'s Handwraps'), +(1010506, 15478, 0, 1, 1, 1, 'Charger\'s Shield'), +(1010506, 15483, 0, 1, 1, 1, 'War Torn Cape'), +(1010506, 15895, 0, 1, 1, 1, 'Burnt Buckler'), +(1010606, 766, 0, 1, 1, 1, 'Flanged Mace'), +(1010606, 767, 0, 1, 1, 1, 'Long Bo Staff'), +(1010606, 768, 0, 1, 1, 1, 'Lumberjack Axe'), +(1010606, 1438, 0, 1, 1, 1, 'Warrior\'s Shield'), +(1010606, 2959, 0, 1, 1, 1, 'Journeyman\'s Boots'), +(1010606, 2960, 0, 1, 1, 1, 'Journeyman\'s Gloves'), +(1010606, 2963, 0, 1, 1, 1, 'Burnt Leather Boots'), +(1010606, 2964, 0, 1, 1, 1, 'Burnt Leather Gloves'), +(1010606, 2967, 0, 1, 1, 1, 'Warrior\'s Boots'), +(1010606, 2968, 0, 1, 1, 1, 'Warrior\'s Gloves'), +(1010606, 3189, 0, 1, 1, 1, 'Wood Chopper'), +(1010606, 3190, 0, 1, 1, 1, 'Beatstick'), +(1010606, 3200, 0, 1, 1, 1, 'Burnt Leather Bracers'), +(1010606, 3214, 0, 1, 1, 1, 'Warrior\'s Bracers'), +(1010606, 3280, 0, 1, 1, 1, 'Battle Chain Bracers'), +(1010606, 3285, 0, 1, 1, 1, 'Tribal Bracers'), +(1010606, 3641, 0, 1, 1, 1, 'Journeyman\'s Bracers'), +(1010606, 3642, 0, 1, 1, 1, 'Ancestral Bracers'), +(1010606, 3650, 0, 1, 1, 1, 'Battle Shield'), +(1010606, 4560, 0, 1, 1, 1, 'Fine Scimitar'), +(1010606, 4563, 0, 1, 1, 1, 'Billy Club'), +(1010606, 4565, 0, 1, 1, 1, 'Simple Dagger'), +(1010606, 4658, 0, 1, 1, 1, 'Warrior\'s Cloak'), +(1010606, 4659, 0, 1, 1, 1, 'Warrior\'s Girdle'), +(1010606, 4662, 0, 1, 1, 1, 'Journeyman\'s Cloak'), +(1010606, 4663, 0, 1, 1, 1, 'Journeyman\'s Belt'), +(1010606, 4665, 0, 1, 1, 1, 'Burnt Cloak'), +(1010606, 4666, 0, 1, 1, 1, 'Burnt Leather Belt'), +(1010606, 4668, 0, 1, 1, 1, 'Battle Chain Cloak'), +(1010606, 4669, 0, 1, 1, 1, 'Battle Chain Girdle'), +(1010606, 4671, 0, 1, 1, 1, 'Ancestral Cloak'), +(1010606, 4672, 0, 1, 1, 1, 'Ancestral Belt'), +(1010606, 4674, 0, 1, 1, 1, 'Tribal Cloak'), +(1010606, 4675, 0, 1, 1, 1, 'Tribal Belt'), +(1010606, 6507, 0, 1, 1, 1, 'Infantry Bracers'), +(1010606, 6508, 0, 1, 1, 1, 'Infantry Cloak'), +(1010606, 6509, 0, 1, 1, 1, 'Infantry Belt'), +(1010606, 6513, 0, 1, 1, 1, 'Disciple\'s Sash'), +(1010606, 6514, 0, 1, 1, 1, 'Disciple\'s Cloak'), +(1010606, 6517, 0, 1, 1, 1, 'Pioneer Belt'), +(1010606, 6519, 0, 1, 1, 1, 'Pioneer Bracers'), +(1010606, 6520, 0, 1, 1, 1, 'Pioneer Cloak'), +(1010606, 7109, 0, 1, 1, 1, 'Pioneer Buckler'), +(1010606, 7350, 0, 1, 1, 1, 'Disciple\'s Bracers'), +(1010606, 8177, 0, 1, 1, 1, 'Practice Sword'), +(1010606, 8179, 0, 1, 1, 1, 'Cadet\'s Bow'), +(1010606, 8181, 0, 1, 1, 1, 'Hunting Rifle'), +(1010606, 8182, 0, 1, 1, 1, 'Pellet Rifle'), +(1010606, 14086, 0, 1, 1, 1, 'Beaded Sandals'), +(1010606, 14087, 0, 1, 1, 1, 'Beaded Cuffs'), +(1010606, 14088, 0, 1, 1, 1, 'Beaded Cloak'), +(1010606, 14089, 0, 1, 1, 1, 'Beaded Gloves'), +(1010606, 14093, 0, 1, 1, 1, 'Beaded Cord'), +(1010606, 14098, 0, 1, 1, 1, 'Native Cloak'), +(1010606, 15003, 0, 1, 1, 1, 'Primal Belt'), +(1010606, 15004, 0, 1, 1, 1, 'Primal Boots'), +(1010606, 15005, 0, 1, 1, 1, 'Primal Bands'), +(1010606, 15006, 0, 1, 1, 1, 'Primal Buckler'), +(1010606, 15007, 0, 1, 1, 1, 'Primal Cape'), +(1010606, 15008, 0, 1, 1, 1, 'Primal Mitts'), +(1010606, 15299, 0, 1, 1, 1, 'Grizzly Cape'), +(1010606, 15472, 0, 1, 1, 1, 'Charger\'s Belt'), +(1010606, 15473, 0, 1, 1, 1, 'Charger\'s Boots'), +(1010606, 15474, 0, 1, 1, 1, 'Charger\'s Bindings'), +(1010606, 15475, 0, 1, 1, 1, 'Charger\'s Cloak'), +(1010606, 15476, 0, 1, 1, 1, 'Charger\'s Handwraps'), +(1010606, 15478, 0, 1, 1, 1, 'Charger\'s Shield'), +(1010606, 15483, 0, 1, 1, 1, 'War Torn Cape'), +(1010606, 15895, 0, 1, 1, 1, 'Burnt Buckler'), +(1010607, 766, 0, 1, 1, 1, 'Flanged Mace'), +(1010607, 767, 0, 1, 1, 1, 'Long Bo Staff'), +(1010607, 768, 0, 1, 1, 1, 'Lumberjack Axe'), +(1010607, 1438, 0, 1, 1, 1, 'Warrior\'s Shield'), +(1010607, 2959, 0, 1, 1, 1, 'Journeyman\'s Boots'), +(1010607, 2960, 0, 1, 1, 1, 'Journeyman\'s Gloves'), +(1010607, 2963, 0, 1, 1, 1, 'Burnt Leather Boots'), +(1010607, 2964, 0, 1, 1, 1, 'Burnt Leather Gloves'), +(1010607, 2967, 0, 1, 1, 1, 'Warrior\'s Boots'), +(1010607, 2968, 0, 1, 1, 1, 'Warrior\'s Gloves'), +(1010607, 3189, 0, 1, 1, 1, 'Wood Chopper'), +(1010607, 3190, 0, 1, 1, 1, 'Beatstick'), +(1010607, 3200, 0, 1, 1, 1, 'Burnt Leather Bracers'), +(1010607, 3214, 0, 1, 1, 1, 'Warrior\'s Bracers'), +(1010607, 3280, 0, 1, 1, 1, 'Battle Chain Bracers'), +(1010607, 3281, 0, 1, 1, 1, 'Battle Chain Gloves'), +(1010607, 3285, 0, 1, 1, 1, 'Tribal Bracers'), +(1010607, 3289, 0, 1, 1, 1, 'Ancestral Boots'), +(1010607, 3641, 0, 1, 1, 1, 'Journeyman\'s Bracers'), +(1010607, 3642, 0, 1, 1, 1, 'Ancestral Bracers'), +(1010607, 3649, 0, 1, 1, 1, 'Tribal Buckler'), +(1010607, 3650, 0, 1, 1, 1, 'Battle Shield'), +(1010607, 4560, 0, 1, 1, 1, 'Fine Scimitar'), +(1010607, 4563, 0, 1, 1, 1, 'Billy Club'), +(1010607, 4565, 0, 1, 1, 1, 'Simple Dagger'), +(1010607, 4658, 0, 1, 1, 1, 'Warrior\'s Cloak'), +(1010607, 4659, 0, 1, 1, 1, 'Warrior\'s Girdle'), +(1010607, 4662, 0, 1, 1, 1, 'Journeyman\'s Cloak'), +(1010607, 4663, 0, 1, 1, 1, 'Journeyman\'s Belt'), +(1010607, 4665, 0, 1, 1, 1, 'Burnt Cloak'), +(1010607, 4666, 0, 1, 1, 1, 'Burnt Leather Belt'), +(1010607, 4668, 0, 1, 1, 1, 'Battle Chain Cloak'), +(1010607, 4669, 0, 1, 1, 1, 'Battle Chain Girdle'), +(1010607, 4671, 0, 1, 1, 1, 'Ancestral Cloak'), +(1010607, 4672, 0, 1, 1, 1, 'Ancestral Belt'), +(1010607, 4674, 0, 1, 1, 1, 'Tribal Cloak'), +(1010607, 4675, 0, 1, 1, 1, 'Tribal Belt'), +(1010607, 6506, 0, 1, 1, 1, 'Infantry Boots'), +(1010607, 6507, 0, 1, 1, 1, 'Infantry Bracers'), +(1010607, 6508, 0, 1, 1, 1, 'Infantry Cloak'), +(1010607, 6509, 0, 1, 1, 1, 'Infantry Belt'), +(1010607, 6510, 0, 1, 1, 1, 'Infantry Gauntlets'), +(1010607, 6513, 0, 1, 1, 1, 'Disciple\'s Sash'), +(1010607, 6514, 0, 1, 1, 1, 'Disciple\'s Cloak'), +(1010607, 6515, 0, 1, 1, 1, 'Disciple\'s Gloves'), +(1010607, 6517, 0, 1, 1, 1, 'Pioneer Belt'), +(1010607, 6518, 0, 1, 1, 1, 'Pioneer Boots'), +(1010607, 6519, 0, 1, 1, 1, 'Pioneer Bracers'), +(1010607, 6520, 0, 1, 1, 1, 'Pioneer Cloak'), +(1010607, 6521, 0, 1, 1, 1, 'Pioneer Gloves'), +(1010607, 7109, 0, 1, 1, 1, 'Pioneer Buckler'), +(1010607, 7350, 0, 1, 1, 1, 'Disciple\'s Bracers'), +(1010607, 7351, 0, 1, 1, 1, 'Disciple\'s Boots'), +(1010607, 8177, 0, 1, 1, 1, 'Practice Sword'), +(1010607, 8179, 0, 1, 1, 1, 'Cadet\'s Bow'), +(1010607, 8181, 0, 1, 1, 1, 'Hunting Rifle'), +(1010607, 8182, 0, 1, 1, 1, 'Pellet Rifle'), +(1010607, 9745, 0, 1, 1, 1, 'Simple Cape'), +(1010607, 9754, 0, 1, 1, 1, 'Gypsy Cloak'), +(1010607, 9761, 0, 1, 1, 1, 'Cadet Cloak'), +(1010607, 14086, 0, 1, 1, 1, 'Beaded Sandals'), +(1010607, 14087, 0, 1, 1, 1, 'Beaded Cuffs'), +(1010607, 14088, 0, 1, 1, 1, 'Beaded Cloak'), +(1010607, 14089, 0, 1, 1, 1, 'Beaded Gloves'), +(1010607, 14093, 0, 1, 1, 1, 'Beaded Cord'), +(1010607, 14095, 0, 1, 1, 1, 'Native Bands'), +(1010607, 14098, 0, 1, 1, 1, 'Native Cloak'), +(1010607, 15003, 0, 1, 1, 1, 'Primal Belt'), +(1010607, 15004, 0, 1, 1, 1, 'Primal Boots'), +(1010607, 15005, 0, 1, 1, 1, 'Primal Bands'), +(1010607, 15006, 0, 1, 1, 1, 'Primal Buckler'), +(1010607, 15007, 0, 1, 1, 1, 'Primal Cape'), +(1010607, 15008, 0, 1, 1, 1, 'Primal Mitts'), +(1010607, 15297, 0, 1, 1, 1, 'Grizzly Bracers'), +(1010607, 15299, 0, 1, 1, 1, 'Grizzly Cape'), +(1010607, 15302, 0, 1, 1, 1, 'Grizzly Belt'), +(1010607, 15472, 0, 1, 1, 1, 'Charger\'s Belt'), +(1010607, 15473, 0, 1, 1, 1, 'Charger\'s Boots'), +(1010607, 15474, 0, 1, 1, 1, 'Charger\'s Bindings'), +(1010607, 15475, 0, 1, 1, 1, 'Charger\'s Cloak'), +(1010607, 15476, 0, 1, 1, 1, 'Charger\'s Handwraps'), +(1010607, 15478, 0, 1, 1, 1, 'Charger\'s Shield'), +(1010607, 15482, 0, 1, 1, 1, 'War Torn Bands'), +(1010607, 15483, 0, 1, 1, 1, 'War Torn Cape'), +(1010607, 15895, 0, 1, 1, 1, 'Burnt Buckler'), +(1010707, 766, 0, 1, 1, 1, 'Flanged Mace'), +(1010707, 767, 0, 1, 1, 1, 'Long Bo Staff'), +(1010707, 768, 0, 1, 1, 1, 'Lumberjack Axe'), +(1010707, 1438, 0, 1, 1, 1, 'Warrior\'s Shield'), +(1010707, 2959, 0, 1, 1, 1, 'Journeyman\'s Boots'), +(1010707, 2960, 0, 1, 1, 1, 'Journeyman\'s Gloves'), +(1010707, 2963, 0, 1, 1, 1, 'Burnt Leather Boots'), +(1010707, 2964, 0, 1, 1, 1, 'Burnt Leather Gloves'), +(1010707, 2967, 0, 1, 1, 1, 'Warrior\'s Boots'), +(1010707, 2968, 0, 1, 1, 1, 'Warrior\'s Gloves'), +(1010707, 3189, 0, 1, 1, 1, 'Wood Chopper'), +(1010707, 3190, 0, 1, 1, 1, 'Beatstick'), +(1010707, 3200, 0, 1, 1, 1, 'Burnt Leather Bracers'), +(1010707, 3214, 0, 1, 1, 1, 'Warrior\'s Bracers'), +(1010707, 3280, 0, 1, 1, 1, 'Battle Chain Bracers'), +(1010707, 3281, 0, 1, 1, 1, 'Battle Chain Gloves'), +(1010707, 3285, 0, 1, 1, 1, 'Tribal Bracers'), +(1010707, 3289, 0, 1, 1, 1, 'Ancestral Boots'), +(1010707, 3641, 0, 1, 1, 1, 'Journeyman\'s Bracers'), +(1010707, 3642, 0, 1, 1, 1, 'Ancestral Bracers'), +(1010707, 3649, 0, 1, 1, 1, 'Tribal Buckler'), +(1010707, 3650, 0, 1, 1, 1, 'Battle Shield'), +(1010707, 4560, 0, 1, 1, 1, 'Fine Scimitar'), +(1010707, 4563, 0, 1, 1, 1, 'Billy Club'), +(1010707, 4565, 0, 1, 1, 1, 'Simple Dagger'), +(1010707, 4658, 0, 1, 1, 1, 'Warrior\'s Cloak'), +(1010707, 4659, 0, 1, 1, 1, 'Warrior\'s Girdle'), +(1010707, 4662, 0, 1, 1, 1, 'Journeyman\'s Cloak'), +(1010707, 4663, 0, 1, 1, 1, 'Journeyman\'s Belt'), +(1010707, 4665, 0, 1, 1, 1, 'Burnt Cloak'), +(1010707, 4666, 0, 1, 1, 1, 'Burnt Leather Belt'), +(1010707, 4668, 0, 1, 1, 1, 'Battle Chain Cloak'), +(1010707, 4669, 0, 1, 1, 1, 'Battle Chain Girdle'), +(1010707, 4671, 0, 1, 1, 1, 'Ancestral Cloak'), +(1010707, 4672, 0, 1, 1, 1, 'Ancestral Belt'), +(1010707, 4674, 0, 1, 1, 1, 'Tribal Cloak'), +(1010707, 4675, 0, 1, 1, 1, 'Tribal Belt'), +(1010707, 6506, 0, 1, 1, 1, 'Infantry Boots'), +(1010707, 6507, 0, 1, 1, 1, 'Infantry Bracers'), +(1010707, 6508, 0, 1, 1, 1, 'Infantry Cloak'), +(1010707, 6509, 0, 1, 1, 1, 'Infantry Belt'), +(1010707, 6510, 0, 1, 1, 1, 'Infantry Gauntlets'), +(1010707, 6513, 0, 1, 1, 1, 'Disciple\'s Sash'), +(1010707, 6514, 0, 1, 1, 1, 'Disciple\'s Cloak'), +(1010707, 6515, 0, 1, 1, 1, 'Disciple\'s Gloves'), +(1010707, 6517, 0, 1, 1, 1, 'Pioneer Belt'), +(1010707, 6518, 0, 1, 1, 1, 'Pioneer Boots'), +(1010707, 6519, 0, 1, 1, 1, 'Pioneer Bracers'), +(1010707, 6520, 0, 1, 1, 1, 'Pioneer Cloak'), +(1010707, 6521, 0, 1, 1, 1, 'Pioneer Gloves'), +(1010707, 7109, 0, 1, 1, 1, 'Pioneer Buckler'), +(1010707, 7350, 0, 1, 1, 1, 'Disciple\'s Bracers'), +(1010707, 7351, 0, 1, 1, 1, 'Disciple\'s Boots'), +(1010707, 8177, 0, 1, 1, 1, 'Practice Sword'), +(1010707, 8179, 0, 1, 1, 1, 'Cadet\'s Bow'), +(1010707, 8181, 0, 1, 1, 1, 'Hunting Rifle'), +(1010707, 8182, 0, 1, 1, 1, 'Pellet Rifle'), +(1010707, 9745, 0, 1, 1, 1, 'Simple Cape'), +(1010707, 9754, 0, 1, 1, 1, 'Gypsy Cloak'), +(1010707, 9761, 0, 1, 1, 1, 'Cadet Cloak'), +(1010707, 14086, 0, 1, 1, 1, 'Beaded Sandals'), +(1010707, 14087, 0, 1, 1, 1, 'Beaded Cuffs'), +(1010707, 14088, 0, 1, 1, 1, 'Beaded Cloak'), +(1010707, 14089, 0, 1, 1, 1, 'Beaded Gloves'), +(1010707, 14093, 0, 1, 1, 1, 'Beaded Cord'), +(1010707, 14095, 0, 1, 1, 1, 'Native Bands'), +(1010707, 14098, 0, 1, 1, 1, 'Native Cloak'), +(1010707, 15003, 0, 1, 1, 1, 'Primal Belt'), +(1010707, 15004, 0, 1, 1, 1, 'Primal Boots'), +(1010707, 15005, 0, 1, 1, 1, 'Primal Bands'), +(1010707, 15006, 0, 1, 1, 1, 'Primal Buckler'), +(1010707, 15007, 0, 1, 1, 1, 'Primal Cape'), +(1010707, 15008, 0, 1, 1, 1, 'Primal Mitts'), +(1010707, 15297, 0, 1, 1, 1, 'Grizzly Bracers'), +(1010707, 15299, 0, 1, 1, 1, 'Grizzly Cape'), +(1010707, 15302, 0, 1, 1, 1, 'Grizzly Belt'), +(1010707, 15472, 0, 1, 1, 1, 'Charger\'s Belt'), +(1010707, 15473, 0, 1, 1, 1, 'Charger\'s Boots'), +(1010707, 15474, 0, 1, 1, 1, 'Charger\'s Bindings'), +(1010707, 15475, 0, 1, 1, 1, 'Charger\'s Cloak'), +(1010707, 15476, 0, 1, 1, 1, 'Charger\'s Handwraps'), +(1010707, 15478, 0, 1, 1, 1, 'Charger\'s Shield'), +(1010707, 15482, 0, 1, 1, 1, 'War Torn Bands'), +(1010707, 15483, 0, 1, 1, 1, 'War Torn Cape'), +(1010707, 15895, 0, 1, 1, 1, 'Burnt Buckler'), +(1010708, 766, 0, 1, 1, 1, 'Flanged Mace'), +(1010708, 767, 0, 1, 1, 1, 'Long Bo Staff'), +(1010708, 768, 0, 1, 1, 1, 'Lumberjack Axe'), +(1010708, 1438, 0, 1, 1, 1, 'Warrior\'s Shield'), +(1010708, 2959, 0, 1, 1, 1, 'Journeyman\'s Boots'), +(1010708, 2960, 0, 1, 1, 1, 'Journeyman\'s Gloves'), +(1010708, 2963, 0, 1, 1, 1, 'Burnt Leather Boots'), +(1010708, 2964, 0, 1, 1, 1, 'Burnt Leather Gloves'), +(1010708, 2967, 0, 1, 1, 1, 'Warrior\'s Boots'), +(1010708, 2968, 0, 1, 1, 1, 'Warrior\'s Gloves'), +(1010708, 3189, 0, 1, 1, 1, 'Wood Chopper'), +(1010708, 3190, 0, 1, 1, 1, 'Beatstick'), +(1010708, 3200, 0, 1, 1, 1, 'Burnt Leather Bracers'), +(1010708, 3214, 0, 1, 1, 1, 'Warrior\'s Bracers'), +(1010708, 3279, 0, 1, 1, 1, 'Battle Chain Boots'), +(1010708, 3280, 0, 1, 1, 1, 'Battle Chain Bracers'), +(1010708, 3281, 0, 1, 1, 1, 'Battle Chain Gloves'), +(1010708, 3284, 0, 1, 1, 1, 'Tribal Boots'), +(1010708, 3285, 0, 1, 1, 1, 'Tribal Bracers'), +(1010708, 3286, 0, 1, 1, 1, 'Tribal Gloves'), +(1010708, 3289, 0, 1, 1, 1, 'Ancestral Boots'), +(1010708, 3290, 0, 1, 1, 1, 'Ancestral Gloves'), +(1010708, 3303, 0, 1, 1, 1, 'Brackwater Bracers'), +(1010708, 3641, 0, 1, 1, 1, 'Journeyman\'s Bracers'), +(1010708, 3642, 0, 1, 1, 1, 'Ancestral Bracers'), +(1010708, 3644, 0, 1, 1, 1, 'Barbaric Cloth Bracers'), +(1010708, 3649, 0, 1, 1, 1, 'Tribal Buckler'), +(1010708, 3650, 0, 1, 1, 1, 'Battle Shield'), +(1010708, 4560, 0, 1, 1, 1, 'Fine Scimitar'), +(1010708, 4563, 0, 1, 1, 1, 'Billy Club'), +(1010708, 4565, 0, 1, 1, 1, 'Simple Dagger'), +(1010708, 4658, 0, 1, 1, 1, 'Warrior\'s Cloak'), +(1010708, 4659, 0, 1, 1, 1, 'Warrior\'s Girdle'), +(1010708, 4662, 0, 1, 1, 1, 'Journeyman\'s Cloak'), +(1010708, 4663, 0, 1, 1, 1, 'Journeyman\'s Belt'), +(1010708, 4665, 0, 1, 1, 1, 'Burnt Cloak'), +(1010708, 4666, 0, 1, 1, 1, 'Burnt Leather Belt'), +(1010708, 4668, 0, 1, 1, 1, 'Battle Chain Cloak'), +(1010708, 4669, 0, 1, 1, 1, 'Battle Chain Girdle'), +(1010708, 4671, 0, 1, 1, 1, 'Ancestral Cloak'), +(1010708, 4672, 0, 1, 1, 1, 'Ancestral Belt'), +(1010708, 4674, 0, 1, 1, 1, 'Tribal Cloak'), +(1010708, 4675, 0, 1, 1, 1, 'Tribal Belt'), +(1010708, 4677, 0, 1, 1, 1, 'Veteran Cloak'), +(1010708, 4686, 0, 1, 1, 1, 'Barbaric Cloth Cloak'), +(1010708, 4692, 0, 1, 1, 1, 'Ceremonial Cloak'), +(1010708, 6506, 0, 1, 1, 1, 'Infantry Boots'), +(1010708, 6507, 0, 1, 1, 1, 'Infantry Bracers'), +(1010708, 6508, 0, 1, 1, 1, 'Infantry Cloak'), +(1010708, 6509, 0, 1, 1, 1, 'Infantry Belt'), +(1010708, 6510, 0, 1, 1, 1, 'Infantry Gauntlets'), +(1010708, 6513, 0, 1, 1, 1, 'Disciple\'s Sash'), +(1010708, 6514, 0, 1, 1, 1, 'Disciple\'s Cloak'), +(1010708, 6515, 0, 1, 1, 1, 'Disciple\'s Gloves'), +(1010708, 6517, 0, 1, 1, 1, 'Pioneer Belt'), +(1010708, 6518, 0, 1, 1, 1, 'Pioneer Boots'), +(1010708, 6519, 0, 1, 1, 1, 'Pioneer Bracers'), +(1010708, 6520, 0, 1, 1, 1, 'Pioneer Cloak'), +(1010708, 6521, 0, 1, 1, 1, 'Pioneer Gloves'), +(1010708, 7109, 0, 1, 1, 1, 'Pioneer Buckler'), +(1010708, 7350, 0, 1, 1, 1, 'Disciple\'s Bracers'), +(1010708, 7351, 0, 1, 1, 1, 'Disciple\'s Boots'), +(1010708, 8177, 0, 1, 1, 1, 'Practice Sword'), +(1010708, 8179, 0, 1, 1, 1, 'Cadet\'s Bow'), +(1010708, 8181, 0, 1, 1, 1, 'Hunting Rifle'), +(1010708, 8182, 0, 1, 1, 1, 'Pellet Rifle'), +(1010708, 9742, 0, 1, 1, 1, 'Simple Cord'), +(1010708, 9743, 0, 1, 1, 1, 'Simple Shoes'), +(1010708, 9744, 0, 1, 1, 1, 'Simple Bands'), +(1010708, 9745, 0, 1, 1, 1, 'Simple Cape'), +(1010708, 9750, 0, 1, 1, 1, 'Gypsy Sash'), +(1010708, 9751, 0, 1, 1, 1, 'Gypsy Sandals'), +(1010708, 9752, 0, 1, 1, 1, 'Gypsy Bands'), +(1010708, 9754, 0, 1, 1, 1, 'Gypsy Cloak'), +(1010708, 9758, 0, 1, 1, 1, 'Cadet Belt'), +(1010708, 9760, 0, 1, 1, 1, 'Cadet Bracers'), +(1010708, 9761, 0, 1, 1, 1, 'Cadet Cloak'), +(1010708, 14086, 0, 1, 1, 1, 'Beaded Sandals'), +(1010708, 14087, 0, 1, 1, 1, 'Beaded Cuffs'), +(1010708, 14088, 0, 1, 1, 1, 'Beaded Cloak'), +(1010708, 14089, 0, 1, 1, 1, 'Beaded Gloves'), +(1010708, 14093, 0, 1, 1, 1, 'Beaded Cord'), +(1010708, 14095, 0, 1, 1, 1, 'Native Bands'), +(1010708, 14098, 0, 1, 1, 1, 'Native Cloak'), +(1010708, 14099, 0, 1, 1, 1, 'Native Sash'), +(1010708, 15003, 0, 1, 1, 1, 'Primal Belt'), +(1010708, 15004, 0, 1, 1, 1, 'Primal Boots'), +(1010708, 15005, 0, 1, 1, 1, 'Primal Bands'), +(1010708, 15006, 0, 1, 1, 1, 'Primal Buckler'), +(1010708, 15007, 0, 1, 1, 1, 'Primal Cape'), +(1010708, 15008, 0, 1, 1, 1, 'Primal Mitts'), +(1010708, 15297, 0, 1, 1, 1, 'Grizzly Bracers'), +(1010708, 15299, 0, 1, 1, 1, 'Grizzly Cape'), +(1010708, 15302, 0, 1, 1, 1, 'Grizzly Belt'), +(1010708, 15472, 0, 1, 1, 1, 'Charger\'s Belt'), +(1010708, 15473, 0, 1, 1, 1, 'Charger\'s Boots'), +(1010708, 15474, 0, 1, 1, 1, 'Charger\'s Bindings'), +(1010708, 15475, 0, 1, 1, 1, 'Charger\'s Cloak'), +(1010708, 15476, 0, 1, 1, 1, 'Charger\'s Handwraps'), +(1010708, 15478, 0, 1, 1, 1, 'Charger\'s Shield'), +(1010708, 15482, 0, 1, 1, 1, 'War Torn Bands'), +(1010708, 15483, 0, 1, 1, 1, 'War Torn Cape'), +(1010708, 15484, 0, 1, 1, 1, 'War Torn Handgrips'), +(1010708, 15895, 0, 1, 1, 1, 'Burnt Buckler'), +(1010808, 766, 0, 1, 1, 1, 'Flanged Mace'), +(1010808, 767, 0, 1, 1, 1, 'Long Bo Staff'), +(1010808, 768, 0, 1, 1, 1, 'Lumberjack Axe'), +(1010808, 1438, 0, 1, 1, 1, 'Warrior\'s Shield'), +(1010808, 2959, 0, 1, 1, 1, 'Journeyman\'s Boots'), +(1010808, 2960, 0, 1, 1, 1, 'Journeyman\'s Gloves'), +(1010808, 2963, 0, 1, 1, 1, 'Burnt Leather Boots'), +(1010808, 2964, 0, 1, 1, 1, 'Burnt Leather Gloves'), +(1010808, 2967, 0, 1, 1, 1, 'Warrior\'s Boots'), +(1010808, 2968, 0, 1, 1, 1, 'Warrior\'s Gloves'), +(1010808, 3189, 0, 1, 1, 1, 'Wood Chopper'), +(1010808, 3190, 0, 1, 1, 1, 'Beatstick'), +(1010808, 3200, 0, 1, 1, 1, 'Burnt Leather Bracers'), +(1010808, 3214, 0, 1, 1, 1, 'Warrior\'s Bracers'), +(1010808, 3279, 0, 1, 1, 1, 'Battle Chain Boots'), +(1010808, 3280, 0, 1, 1, 1, 'Battle Chain Bracers'), +(1010808, 3281, 0, 1, 1, 1, 'Battle Chain Gloves'), +(1010808, 3284, 0, 1, 1, 1, 'Tribal Boots'), +(1010808, 3285, 0, 1, 1, 1, 'Tribal Bracers'), +(1010808, 3286, 0, 1, 1, 1, 'Tribal Gloves'), +(1010808, 3289, 0, 1, 1, 1, 'Ancestral Boots'), +(1010808, 3290, 0, 1, 1, 1, 'Ancestral Gloves'), +(1010808, 3303, 0, 1, 1, 1, 'Brackwater Bracers'), +(1010808, 3641, 0, 1, 1, 1, 'Journeyman\'s Bracers'), +(1010808, 3642, 0, 1, 1, 1, 'Ancestral Bracers'), +(1010808, 3644, 0, 1, 1, 1, 'Barbaric Cloth Bracers'), +(1010808, 3649, 0, 1, 1, 1, 'Tribal Buckler'), +(1010808, 3650, 0, 1, 1, 1, 'Battle Shield'), +(1010808, 4560, 0, 1, 1, 1, 'Fine Scimitar'), +(1010808, 4563, 0, 1, 1, 1, 'Billy Club'), +(1010808, 4565, 0, 1, 1, 1, 'Simple Dagger'), +(1010808, 4658, 0, 1, 1, 1, 'Warrior\'s Cloak'), +(1010808, 4659, 0, 1, 1, 1, 'Warrior\'s Girdle'), +(1010808, 4662, 0, 1, 1, 1, 'Journeyman\'s Cloak'), +(1010808, 4663, 0, 1, 1, 1, 'Journeyman\'s Belt'), +(1010808, 4665, 0, 1, 1, 1, 'Burnt Cloak'), +(1010808, 4666, 0, 1, 1, 1, 'Burnt Leather Belt'), +(1010808, 4668, 0, 1, 1, 1, 'Battle Chain Cloak'), +(1010808, 4669, 0, 1, 1, 1, 'Battle Chain Girdle'), +(1010808, 4671, 0, 1, 1, 1, 'Ancestral Cloak'), +(1010808, 4672, 0, 1, 1, 1, 'Ancestral Belt'), +(1010808, 4674, 0, 1, 1, 1, 'Tribal Cloak'), +(1010808, 4675, 0, 1, 1, 1, 'Tribal Belt'), +(1010808, 4677, 0, 1, 1, 1, 'Veteran Cloak'), +(1010808, 4686, 0, 1, 1, 1, 'Barbaric Cloth Cloak'), +(1010808, 4692, 0, 1, 1, 1, 'Ceremonial Cloak'), +(1010808, 6506, 0, 1, 1, 1, 'Infantry Boots'), +(1010808, 6507, 0, 1, 1, 1, 'Infantry Bracers'), +(1010808, 6508, 0, 1, 1, 1, 'Infantry Cloak'), +(1010808, 6509, 0, 1, 1, 1, 'Infantry Belt'), +(1010808, 6510, 0, 1, 1, 1, 'Infantry Gauntlets'), +(1010808, 6513, 0, 1, 1, 1, 'Disciple\'s Sash'), +(1010808, 6514, 0, 1, 1, 1, 'Disciple\'s Cloak'), +(1010808, 6515, 0, 1, 1, 1, 'Disciple\'s Gloves'), +(1010808, 6517, 0, 1, 1, 1, 'Pioneer Belt'), +(1010808, 6518, 0, 1, 1, 1, 'Pioneer Boots'), +(1010808, 6519, 0, 1, 1, 1, 'Pioneer Bracers'), +(1010808, 6520, 0, 1, 1, 1, 'Pioneer Cloak'), +(1010808, 6521, 0, 1, 1, 1, 'Pioneer Gloves'), +(1010808, 7109, 0, 1, 1, 1, 'Pioneer Buckler'), +(1010808, 7350, 0, 1, 1, 1, 'Disciple\'s Bracers'), +(1010808, 7351, 0, 1, 1, 1, 'Disciple\'s Boots'), +(1010808, 8177, 0, 1, 1, 1, 'Practice Sword'), +(1010808, 8179, 0, 1, 1, 1, 'Cadet\'s Bow'), +(1010808, 8181, 0, 1, 1, 1, 'Hunting Rifle'), +(1010808, 8182, 0, 1, 1, 1, 'Pellet Rifle'), +(1010808, 9742, 0, 1, 1, 1, 'Simple Cord'), +(1010808, 9743, 0, 1, 1, 1, 'Simple Shoes'), +(1010808, 9744, 0, 1, 1, 1, 'Simple Bands'), +(1010808, 9745, 0, 1, 1, 1, 'Simple Cape'), +(1010808, 9750, 0, 1, 1, 1, 'Gypsy Sash'), +(1010808, 9751, 0, 1, 1, 1, 'Gypsy Sandals'), +(1010808, 9752, 0, 1, 1, 1, 'Gypsy Bands'), +(1010808, 9754, 0, 1, 1, 1, 'Gypsy Cloak'), +(1010808, 9758, 0, 1, 1, 1, 'Cadet Belt'), +(1010808, 9760, 0, 1, 1, 1, 'Cadet Bracers'), +(1010808, 9761, 0, 1, 1, 1, 'Cadet Cloak'), +(1010808, 14086, 0, 1, 1, 1, 'Beaded Sandals'), +(1010808, 14087, 0, 1, 1, 1, 'Beaded Cuffs'), +(1010808, 14088, 0, 1, 1, 1, 'Beaded Cloak'), +(1010808, 14089, 0, 1, 1, 1, 'Beaded Gloves'), +(1010808, 14093, 0, 1, 1, 1, 'Beaded Cord'), +(1010808, 14095, 0, 1, 1, 1, 'Native Bands'), +(1010808, 14098, 0, 1, 1, 1, 'Native Cloak'), +(1010808, 14099, 0, 1, 1, 1, 'Native Sash'), +(1010808, 15003, 0, 1, 1, 1, 'Primal Belt'), +(1010808, 15004, 0, 1, 1, 1, 'Primal Boots'), +(1010808, 15005, 0, 1, 1, 1, 'Primal Bands'), +(1010808, 15006, 0, 1, 1, 1, 'Primal Buckler'), +(1010808, 15007, 0, 1, 1, 1, 'Primal Cape'), +(1010808, 15008, 0, 1, 1, 1, 'Primal Mitts'), +(1010808, 15297, 0, 1, 1, 1, 'Grizzly Bracers'), +(1010808, 15299, 0, 1, 1, 1, 'Grizzly Cape'), +(1010808, 15302, 0, 1, 1, 1, 'Grizzly Belt'), +(1010808, 15472, 0, 1, 1, 1, 'Charger\'s Belt'), +(1010808, 15473, 0, 1, 1, 1, 'Charger\'s Boots'), +(1010808, 15474, 0, 1, 1, 1, 'Charger\'s Bindings'), +(1010808, 15475, 0, 1, 1, 1, 'Charger\'s Cloak'), +(1010808, 15476, 0, 1, 1, 1, 'Charger\'s Handwraps'), +(1010808, 15478, 0, 1, 1, 1, 'Charger\'s Shield'), +(1010808, 15482, 0, 1, 1, 1, 'War Torn Bands'), +(1010808, 15483, 0, 1, 1, 1, 'War Torn Cape'), +(1010808, 15484, 0, 1, 1, 1, 'War Torn Handgrips'), +(1010808, 15895, 0, 1, 1, 1, 'Burnt Buckler'), +(1010809, 766, 0, 1, 1, 1, 'Flanged Mace'), +(1010809, 767, 0, 1, 1, 1, 'Long Bo Staff'), +(1010809, 768, 0, 1, 1, 1, 'Lumberjack Axe'), +(1010809, 1438, 0, 1, 1, 1, 'Warrior\'s Shield'), +(1010809, 2959, 0, 1, 1, 1, 'Journeyman\'s Boots'), +(1010809, 2960, 0, 1, 1, 1, 'Journeyman\'s Gloves'), +(1010809, 2963, 0, 1, 1, 1, 'Burnt Leather Boots'), +(1010809, 2964, 0, 1, 1, 1, 'Burnt Leather Gloves'), +(1010809, 2967, 0, 1, 1, 1, 'Warrior\'s Boots'), +(1010809, 2968, 0, 1, 1, 1, 'Warrior\'s Gloves'), +(1010809, 3189, 0, 1, 1, 1, 'Wood Chopper'), +(1010809, 3190, 0, 1, 1, 1, 'Beatstick'), +(1010809, 3200, 0, 1, 1, 1, 'Burnt Leather Bracers'), +(1010809, 3214, 0, 1, 1, 1, 'Warrior\'s Bracers'), +(1010809, 3279, 0, 1, 1, 1, 'Battle Chain Boots'), +(1010809, 3280, 0, 1, 1, 1, 'Battle Chain Bracers'), +(1010809, 3281, 0, 1, 1, 1, 'Battle Chain Gloves'), +(1010809, 3284, 0, 1, 1, 1, 'Tribal Boots'), +(1010809, 3285, 0, 1, 1, 1, 'Tribal Bracers'), +(1010809, 3286, 0, 1, 1, 1, 'Tribal Gloves'), +(1010809, 3289, 0, 1, 1, 1, 'Ancestral Boots'), +(1010809, 3290, 0, 1, 1, 1, 'Ancestral Gloves'), +(1010809, 3303, 0, 1, 1, 1, 'Brackwater Bracers'), +(1010809, 3641, 0, 1, 1, 1, 'Journeyman\'s Bracers'), +(1010809, 3642, 0, 1, 1, 1, 'Ancestral Bracers'), +(1010809, 3644, 0, 1, 1, 1, 'Barbaric Cloth Bracers'), +(1010809, 3649, 0, 1, 1, 1, 'Tribal Buckler'), +(1010809, 3650, 0, 1, 1, 1, 'Battle Shield'), +(1010809, 4560, 0, 1, 1, 1, 'Fine Scimitar'), +(1010809, 4563, 0, 1, 1, 1, 'Billy Club'), +(1010809, 4565, 0, 1, 1, 1, 'Simple Dagger'), +(1010809, 4658, 0, 1, 1, 1, 'Warrior\'s Cloak'), +(1010809, 4659, 0, 1, 1, 1, 'Warrior\'s Girdle'), +(1010809, 4662, 0, 1, 1, 1, 'Journeyman\'s Cloak'), +(1010809, 4663, 0, 1, 1, 1, 'Journeyman\'s Belt'), +(1010809, 4665, 0, 1, 1, 1, 'Burnt Cloak'), +(1010809, 4666, 0, 1, 1, 1, 'Burnt Leather Belt'), +(1010809, 4668, 0, 1, 1, 1, 'Battle Chain Cloak'), +(1010809, 4669, 0, 1, 1, 1, 'Battle Chain Girdle'), +(1010809, 4671, 0, 1, 1, 1, 'Ancestral Cloak'), +(1010809, 4672, 0, 1, 1, 1, 'Ancestral Belt'), +(1010809, 4674, 0, 1, 1, 1, 'Tribal Cloak'), +(1010809, 4675, 0, 1, 1, 1, 'Tribal Belt'), +(1010809, 4677, 0, 1, 1, 1, 'Veteran Cloak'), +(1010809, 4686, 0, 1, 1, 1, 'Barbaric Cloth Cloak'), +(1010809, 4692, 0, 1, 1, 1, 'Ceremonial Cloak'), +(1010809, 6506, 0, 1, 1, 1, 'Infantry Boots'), +(1010809, 6507, 0, 1, 1, 1, 'Infantry Bracers'), +(1010809, 6508, 0, 1, 1, 1, 'Infantry Cloak'), +(1010809, 6509, 0, 1, 1, 1, 'Infantry Belt'), +(1010809, 6510, 0, 1, 1, 1, 'Infantry Gauntlets'), +(1010809, 6513, 0, 1, 1, 1, 'Disciple\'s Sash'), +(1010809, 6514, 0, 1, 1, 1, 'Disciple\'s Cloak'), +(1010809, 6515, 0, 1, 1, 1, 'Disciple\'s Gloves'), +(1010809, 6517, 0, 1, 1, 1, 'Pioneer Belt'), +(1010809, 6518, 0, 1, 1, 1, 'Pioneer Boots'), +(1010809, 6519, 0, 1, 1, 1, 'Pioneer Bracers'), +(1010809, 6520, 0, 1, 1, 1, 'Pioneer Cloak'), +(1010809, 6521, 0, 1, 1, 1, 'Pioneer Gloves'), +(1010809, 7109, 0, 1, 1, 1, 'Pioneer Buckler'), +(1010809, 7350, 0, 1, 1, 1, 'Disciple\'s Bracers'), +(1010809, 7351, 0, 1, 1, 1, 'Disciple\'s Boots'), +(1010809, 8177, 0, 1, 1, 1, 'Practice Sword'), +(1010809, 8179, 0, 1, 1, 1, 'Cadet\'s Bow'), +(1010809, 8181, 0, 1, 1, 1, 'Hunting Rifle'), +(1010809, 8182, 0, 1, 1, 1, 'Pellet Rifle'), +(1010809, 9742, 0, 1, 1, 1, 'Simple Cord'), +(1010809, 9743, 0, 1, 1, 1, 'Simple Shoes'), +(1010809, 9744, 0, 1, 1, 1, 'Simple Bands'), +(1010809, 9745, 0, 1, 1, 1, 'Simple Cape'), +(1010809, 9750, 0, 1, 1, 1, 'Gypsy Sash'), +(1010809, 9751, 0, 1, 1, 1, 'Gypsy Sandals'), +(1010809, 9752, 0, 1, 1, 1, 'Gypsy Bands'), +(1010809, 9754, 0, 1, 1, 1, 'Gypsy Cloak'), +(1010809, 9758, 0, 1, 1, 1, 'Cadet Belt'), +(1010809, 9760, 0, 1, 1, 1, 'Cadet Bracers'), +(1010809, 9761, 0, 1, 1, 1, 'Cadet Cloak'), +(1010809, 14086, 0, 1, 1, 1, 'Beaded Sandals'), +(1010809, 14087, 0, 1, 1, 1, 'Beaded Cuffs'), +(1010809, 14088, 0, 1, 1, 1, 'Beaded Cloak'), +(1010809, 14089, 0, 1, 1, 1, 'Beaded Gloves'), +(1010809, 14093, 0, 1, 1, 1, 'Beaded Cord'), +(1010809, 14095, 0, 1, 1, 1, 'Native Bands'), +(1010809, 14098, 0, 1, 1, 1, 'Native Cloak'), +(1010809, 14099, 0, 1, 1, 1, 'Native Sash'), +(1010809, 15003, 0, 1, 1, 1, 'Primal Belt'), +(1010809, 15004, 0, 1, 1, 1, 'Primal Boots'), +(1010809, 15005, 0, 1, 1, 1, 'Primal Bands'), +(1010809, 15006, 0, 1, 1, 1, 'Primal Buckler'), +(1010809, 15007, 0, 1, 1, 1, 'Primal Cape'), +(1010809, 15008, 0, 1, 1, 1, 'Primal Mitts'), +(1010809, 15297, 0, 1, 1, 1, 'Grizzly Bracers'), +(1010809, 15299, 0, 1, 1, 1, 'Grizzly Cape'), +(1010809, 15302, 0, 1, 1, 1, 'Grizzly Belt'), +(1010809, 15472, 0, 1, 1, 1, 'Charger\'s Belt'), +(1010809, 15473, 0, 1, 1, 1, 'Charger\'s Boots'), +(1010809, 15474, 0, 1, 1, 1, 'Charger\'s Bindings'), +(1010809, 15475, 0, 1, 1, 1, 'Charger\'s Cloak'), +(1010809, 15476, 0, 1, 1, 1, 'Charger\'s Handwraps'), +(1010809, 15478, 0, 1, 1, 1, 'Charger\'s Shield'), +(1010809, 15482, 0, 1, 1, 1, 'War Torn Bands'), +(1010809, 15483, 0, 1, 1, 1, 'War Torn Cape'), +(1010809, 15484, 0, 1, 1, 1, 'War Torn Handgrips'), +(1010809, 15895, 0, 1, 1, 1, 'Burnt Buckler'), +(1010909, 767, 0, 1, 1, 1, 'Long Bo Staff'), +(1010909, 768, 0, 1, 1, 1, 'Lumberjack Axe'), +(1010909, 1438, 0, 1, 1, 1, 'Warrior\'s Shield'), +(1010909, 2959, 0, 1, 1, 1, 'Journeyman\'s Boots'), +(1010909, 2960, 0, 1, 1, 1, 'Journeyman\'s Gloves'), +(1010909, 2963, 0, 1, 1, 1, 'Burnt Leather Boots'), +(1010909, 2964, 0, 1, 1, 1, 'Burnt Leather Gloves'), +(1010909, 2967, 0, 1, 1, 1, 'Warrior\'s Boots'), +(1010909, 2968, 0, 1, 1, 1, 'Warrior\'s Gloves'), +(1010909, 3189, 0, 1, 1, 1, 'Wood Chopper'), +(1010909, 3190, 0, 1, 1, 1, 'Beatstick'), +(1010909, 3200, 0, 1, 1, 1, 'Burnt Leather Bracers'), +(1010909, 3214, 0, 1, 1, 1, 'Warrior\'s Bracers'), +(1010909, 3279, 0, 1, 1, 1, 'Battle Chain Boots'), +(1010909, 3280, 0, 1, 1, 1, 'Battle Chain Bracers'), +(1010909, 3281, 0, 1, 1, 1, 'Battle Chain Gloves'), +(1010909, 3284, 0, 1, 1, 1, 'Tribal Boots'), +(1010909, 3285, 0, 1, 1, 1, 'Tribal Bracers'), +(1010909, 3286, 0, 1, 1, 1, 'Tribal Gloves'), +(1010909, 3289, 0, 1, 1, 1, 'Ancestral Boots'), +(1010909, 3290, 0, 1, 1, 1, 'Ancestral Gloves'), +(1010909, 3303, 0, 1, 1, 1, 'Brackwater Bracers'), +(1010909, 3641, 0, 1, 1, 1, 'Journeyman\'s Bracers'), +(1010909, 3642, 0, 1, 1, 1, 'Ancestral Bracers'), +(1010909, 3644, 0, 1, 1, 1, 'Barbaric Cloth Bracers'), +(1010909, 3649, 0, 1, 1, 1, 'Tribal Buckler'), +(1010909, 3650, 0, 1, 1, 1, 'Battle Shield'), +(1010909, 4560, 0, 1, 1, 1, 'Fine Scimitar'), +(1010909, 4563, 0, 1, 1, 1, 'Billy Club'), +(1010909, 4565, 0, 1, 1, 1, 'Simple Dagger'), +(1010909, 4658, 0, 1, 1, 1, 'Warrior\'s Cloak'), +(1010909, 4659, 0, 1, 1, 1, 'Warrior\'s Girdle'), +(1010909, 4662, 0, 1, 1, 1, 'Journeyman\'s Cloak'), +(1010909, 4663, 0, 1, 1, 1, 'Journeyman\'s Belt'), +(1010909, 4665, 0, 1, 1, 1, 'Burnt Cloak'), +(1010909, 4666, 0, 1, 1, 1, 'Burnt Leather Belt'), +(1010909, 4668, 0, 1, 1, 1, 'Battle Chain Cloak'), +(1010909, 4669, 0, 1, 1, 1, 'Battle Chain Girdle'), +(1010909, 4671, 0, 1, 1, 1, 'Ancestral Cloak'), +(1010909, 4672, 0, 1, 1, 1, 'Ancestral Belt'), +(1010909, 4674, 0, 1, 1, 1, 'Tribal Cloak'), +(1010909, 4675, 0, 1, 1, 1, 'Tribal Belt'), +(1010909, 4677, 0, 1, 1, 1, 'Veteran Cloak'), +(1010909, 4686, 0, 1, 1, 1, 'Barbaric Cloth Cloak'), +(1010909, 4692, 0, 1, 1, 1, 'Ceremonial Cloak'), +(1010909, 6506, 0, 1, 1, 1, 'Infantry Boots'), +(1010909, 6507, 0, 1, 1, 1, 'Infantry Bracers'), +(1010909, 6508, 0, 1, 1, 1, 'Infantry Cloak'), +(1010909, 6509, 0, 1, 1, 1, 'Infantry Belt'), +(1010909, 6510, 0, 1, 1, 1, 'Infantry Gauntlets'), +(1010909, 6513, 0, 1, 1, 1, 'Disciple\'s Sash'), +(1010909, 6514, 0, 1, 1, 1, 'Disciple\'s Cloak'), +(1010909, 6515, 0, 1, 1, 1, 'Disciple\'s Gloves'), +(1010909, 6517, 0, 1, 1, 1, 'Pioneer Belt'), +(1010909, 6518, 0, 1, 1, 1, 'Pioneer Boots'), +(1010909, 6519, 0, 1, 1, 1, 'Pioneer Bracers'), +(1010909, 6520, 0, 1, 1, 1, 'Pioneer Cloak'), +(1010909, 6521, 0, 1, 1, 1, 'Pioneer Gloves'), +(1010909, 7109, 0, 1, 1, 1, 'Pioneer Buckler'), +(1010909, 7350, 0, 1, 1, 1, 'Disciple\'s Bracers'), +(1010909, 7351, 0, 1, 1, 1, 'Disciple\'s Boots'), +(1010909, 8179, 0, 1, 1, 1, 'Cadet\'s Bow'), +(1010909, 8181, 0, 1, 1, 1, 'Hunting Rifle'), +(1010909, 9742, 0, 1, 1, 1, 'Simple Cord'), +(1010909, 9743, 0, 1, 1, 1, 'Simple Shoes'), +(1010909, 9744, 0, 1, 1, 1, 'Simple Bands'), +(1010909, 9745, 0, 1, 1, 1, 'Simple Cape'), +(1010909, 9750, 0, 1, 1, 1, 'Gypsy Sash'), +(1010909, 9751, 0, 1, 1, 1, 'Gypsy Sandals'), +(1010909, 9752, 0, 1, 1, 1, 'Gypsy Bands'), +(1010909, 9754, 0, 1, 1, 1, 'Gypsy Cloak'), +(1010909, 9758, 0, 1, 1, 1, 'Cadet Belt'), +(1010909, 9760, 0, 1, 1, 1, 'Cadet Bracers'), +(1010909, 9761, 0, 1, 1, 1, 'Cadet Cloak'), +(1010909, 14086, 0, 1, 1, 1, 'Beaded Sandals'), +(1010909, 14087, 0, 1, 1, 1, 'Beaded Cuffs'), +(1010909, 14088, 0, 1, 1, 1, 'Beaded Cloak'), +(1010909, 14089, 0, 1, 1, 1, 'Beaded Gloves'), +(1010909, 14093, 0, 1, 1, 1, 'Beaded Cord'), +(1010909, 14095, 0, 1, 1, 1, 'Native Bands'), +(1010909, 14098, 0, 1, 1, 1, 'Native Cloak'), +(1010909, 14099, 0, 1, 1, 1, 'Native Sash'), +(1010909, 15003, 0, 1, 1, 1, 'Primal Belt'), +(1010909, 15004, 0, 1, 1, 1, 'Primal Boots'), +(1010909, 15005, 0, 1, 1, 1, 'Primal Bands'), +(1010909, 15006, 0, 1, 1, 1, 'Primal Buckler'), +(1010909, 15007, 0, 1, 1, 1, 'Primal Cape'), +(1010909, 15008, 0, 1, 1, 1, 'Primal Mitts'), +(1010909, 15297, 0, 1, 1, 1, 'Grizzly Bracers'), +(1010909, 15299, 0, 1, 1, 1, 'Grizzly Cape'), +(1010909, 15302, 0, 1, 1, 1, 'Grizzly Belt'), +(1010909, 15472, 0, 1, 1, 1, 'Charger\'s Belt'), +(1010909, 15473, 0, 1, 1, 1, 'Charger\'s Boots'), +(1010909, 15474, 0, 1, 1, 1, 'Charger\'s Bindings'), +(1010909, 15475, 0, 1, 1, 1, 'Charger\'s Cloak'), +(1010909, 15476, 0, 1, 1, 1, 'Charger\'s Handwraps'), +(1010909, 15478, 0, 1, 1, 1, 'Charger\'s Shield'), +(1010909, 15482, 0, 1, 1, 1, 'War Torn Bands'), +(1010909, 15483, 0, 1, 1, 1, 'War Torn Cape'), +(1010909, 15484, 0, 1, 1, 1, 'War Torn Handgrips'), +(1010909, 15895, 0, 1, 1, 1, 'Burnt Buckler'), +(1010910, 767, 0, 1, 1, 1, 'Long Bo Staff'), +(1010910, 768, 0, 1, 1, 1, 'Lumberjack Axe'), +(1010910, 1438, 0, 1, 1, 1, 'Warrior\'s Shield'), +(1010910, 2959, 0, 1, 1, 1, 'Journeyman\'s Boots'), +(1010910, 2960, 0, 1, 1, 1, 'Journeyman\'s Gloves'), +(1010910, 2963, 0, 1, 1, 1, 'Burnt Leather Boots'), +(1010910, 2964, 0, 1, 1, 1, 'Burnt Leather Gloves'), +(1010910, 2967, 0, 1, 1, 1, 'Warrior\'s Boots'), +(1010910, 2968, 0, 1, 1, 1, 'Warrior\'s Gloves'), +(1010910, 3189, 0, 1, 1, 1, 'Wood Chopper'), +(1010910, 3190, 0, 1, 1, 1, 'Beatstick'), +(1010910, 3200, 0, 1, 1, 1, 'Burnt Leather Bracers'), +(1010910, 3213, 0, 1, 1, 1, 'Veteran Bracers'), +(1010910, 3214, 0, 1, 1, 1, 'Warrior\'s Bracers'), +(1010910, 3279, 0, 1, 1, 1, 'Battle Chain Boots'), +(1010910, 3280, 0, 1, 1, 1, 'Battle Chain Bracers'), +(1010910, 3281, 0, 1, 1, 1, 'Battle Chain Gloves'), +(1010910, 3284, 0, 1, 1, 1, 'Tribal Boots'), +(1010910, 3285, 0, 1, 1, 1, 'Tribal Bracers'), +(1010910, 3286, 0, 1, 1, 1, 'Tribal Gloves'), +(1010910, 3289, 0, 1, 1, 1, 'Ancestral Boots'), +(1010910, 3290, 0, 1, 1, 1, 'Ancestral Gloves'), +(1010910, 3303, 0, 1, 1, 1, 'Brackwater Bracers'), +(1010910, 3312, 0, 1, 1, 1, 'Ceremonial Leather Bracers'), +(1010910, 3641, 0, 1, 1, 1, 'Journeyman\'s Bracers'), +(1010910, 3642, 0, 1, 1, 1, 'Ancestral Bracers'), +(1010910, 3644, 0, 1, 1, 1, 'Barbaric Cloth Bracers'), +(1010910, 3649, 0, 1, 1, 1, 'Tribal Buckler'), +(1010910, 3650, 0, 1, 1, 1, 'Battle Shield'), +(1010910, 4560, 0, 1, 1, 1, 'Fine Scimitar'), +(1010910, 4563, 0, 1, 1, 1, 'Billy Club'), +(1010910, 4565, 0, 1, 1, 1, 'Simple Dagger'), +(1010910, 4658, 0, 1, 1, 1, 'Warrior\'s Cloak'), +(1010910, 4659, 0, 1, 1, 1, 'Warrior\'s Girdle'), +(1010910, 4662, 0, 1, 1, 1, 'Journeyman\'s Cloak'), +(1010910, 4663, 0, 1, 1, 1, 'Journeyman\'s Belt'), +(1010910, 4665, 0, 1, 1, 1, 'Burnt Cloak'), +(1010910, 4666, 0, 1, 1, 1, 'Burnt Leather Belt'), +(1010910, 4668, 0, 1, 1, 1, 'Battle Chain Cloak'), +(1010910, 4669, 0, 1, 1, 1, 'Battle Chain Girdle'), +(1010910, 4671, 0, 1, 1, 1, 'Ancestral Cloak'), +(1010910, 4672, 0, 1, 1, 1, 'Ancestral Belt'), +(1010910, 4674, 0, 1, 1, 1, 'Tribal Cloak'), +(1010910, 4675, 0, 1, 1, 1, 'Tribal Belt'), +(1010910, 4677, 0, 1, 1, 1, 'Veteran Cloak'), +(1010910, 4680, 0, 1, 1, 1, 'Brackwater Cloak'), +(1010910, 4683, 0, 1, 1, 1, 'Spellbinder Cloak'), +(1010910, 4684, 0, 1, 1, 1, 'Spellbinder Belt'), +(1010910, 4686, 0, 1, 1, 1, 'Barbaric Cloth Cloak'), +(1010910, 4689, 0, 1, 1, 1, 'Hunting Cloak'), +(1010910, 4690, 0, 1, 1, 1, 'Hunting Belt'), +(1010910, 4692, 0, 1, 1, 1, 'Ceremonial Cloak'), +(1010910, 6506, 0, 1, 1, 1, 'Infantry Boots'), +(1010910, 6507, 0, 1, 1, 1, 'Infantry Bracers'), +(1010910, 6508, 0, 1, 1, 1, 'Infantry Cloak'), +(1010910, 6509, 0, 1, 1, 1, 'Infantry Belt'), +(1010910, 6510, 0, 1, 1, 1, 'Infantry Gauntlets'), +(1010910, 6513, 0, 1, 1, 1, 'Disciple\'s Sash'), +(1010910, 6514, 0, 1, 1, 1, 'Disciple\'s Cloak'), +(1010910, 6515, 0, 1, 1, 1, 'Disciple\'s Gloves'), +(1010910, 6517, 0, 1, 1, 1, 'Pioneer Belt'), +(1010910, 6518, 0, 1, 1, 1, 'Pioneer Boots'), +(1010910, 6519, 0, 1, 1, 1, 'Pioneer Bracers'), +(1010910, 6520, 0, 1, 1, 1, 'Pioneer Cloak'), +(1010910, 6521, 0, 1, 1, 1, 'Pioneer Gloves'), +(1010910, 7109, 0, 1, 1, 1, 'Pioneer Buckler'), +(1010910, 7350, 0, 1, 1, 1, 'Disciple\'s Bracers'), +(1010910, 7351, 0, 1, 1, 1, 'Disciple\'s Boots'), +(1010910, 8179, 0, 1, 1, 1, 'Cadet\'s Bow'), +(1010910, 8181, 0, 1, 1, 1, 'Hunting Rifle'), +(1010910, 9742, 0, 1, 1, 1, 'Simple Cord'), +(1010910, 9743, 0, 1, 1, 1, 'Simple Shoes'), +(1010910, 9744, 0, 1, 1, 1, 'Simple Bands'), +(1010910, 9745, 0, 1, 1, 1, 'Simple Cape'), +(1010910, 9746, 0, 1, 1, 1, 'Simple Gloves'), +(1010910, 9750, 0, 1, 1, 1, 'Gypsy Sash'), +(1010910, 9751, 0, 1, 1, 1, 'Gypsy Sandals'), +(1010910, 9752, 0, 1, 1, 1, 'Gypsy Bands'), +(1010910, 9754, 0, 1, 1, 1, 'Gypsy Cloak'), +(1010910, 9755, 0, 1, 1, 1, 'Gypsy Gloves'), +(1010910, 9758, 0, 1, 1, 1, 'Cadet Belt'), +(1010910, 9759, 0, 1, 1, 1, 'Cadet Boots'), +(1010910, 9760, 0, 1, 1, 1, 'Cadet Bracers'), +(1010910, 9761, 0, 1, 1, 1, 'Cadet Cloak'), +(1010910, 9762, 0, 1, 1, 1, 'Cadet Gauntlets'), +(1010910, 14086, 0, 1, 1, 1, 'Beaded Sandals'), +(1010910, 14087, 0, 1, 1, 1, 'Beaded Cuffs'), +(1010910, 14088, 0, 1, 1, 1, 'Beaded Cloak'), +(1010910, 14089, 0, 1, 1, 1, 'Beaded Gloves'), +(1010910, 14093, 0, 1, 1, 1, 'Beaded Cord'), +(1010910, 14095, 0, 1, 1, 1, 'Native Bands'), +(1010910, 14098, 0, 1, 1, 1, 'Native Cloak'), +(1010910, 14099, 0, 1, 1, 1, 'Native Sash'), +(1010910, 14102, 0, 1, 1, 1, 'Native Handwraps'), +(1010910, 14110, 0, 1, 1, 1, 'Native Sandals'), +(1010910, 15003, 0, 1, 1, 1, 'Primal Belt'), +(1010910, 15004, 0, 1, 1, 1, 'Primal Boots'), +(1010910, 15005, 0, 1, 1, 1, 'Primal Bands'), +(1010910, 15006, 0, 1, 1, 1, 'Primal Buckler'), +(1010910, 15007, 0, 1, 1, 1, 'Primal Cape'), +(1010910, 15008, 0, 1, 1, 1, 'Primal Mitts'), +(1010910, 15015, 0, 1, 1, 1, 'Lupine Cloak'), +(1010910, 15297, 0, 1, 1, 1, 'Grizzly Bracers'), +(1010910, 15299, 0, 1, 1, 1, 'Grizzly Cape'), +(1010910, 15301, 0, 1, 1, 1, 'Grizzly Slippers'), +(1010910, 15302, 0, 1, 1, 1, 'Grizzly Belt'), +(1010910, 15472, 0, 1, 1, 1, 'Charger\'s Belt'), +(1010910, 15473, 0, 1, 1, 1, 'Charger\'s Boots'), +(1010910, 15474, 0, 1, 1, 1, 'Charger\'s Bindings'), +(1010910, 15475, 0, 1, 1, 1, 'Charger\'s Cloak'), +(1010910, 15476, 0, 1, 1, 1, 'Charger\'s Handwraps'), +(1010910, 15478, 0, 1, 1, 1, 'Charger\'s Shield'), +(1010910, 15480, 0, 1, 1, 1, 'War Torn Girdle'), +(1010910, 15481, 0, 1, 1, 1, 'War Torn Greaves'), +(1010910, 15482, 0, 1, 1, 1, 'War Torn Bands'), +(1010910, 15483, 0, 1, 1, 1, 'War Torn Cape'), +(1010910, 15484, 0, 1, 1, 1, 'War Torn Handgrips'), +(1010910, 15895, 0, 1, 1, 1, 'Burnt Buckler'), +(1011010, 768, 0, 1, 1, 1, 'Lumberjack Axe'), +(1011010, 1438, 0, 1, 1, 1, 'Warrior\'s Shield'), +(1011010, 2959, 0, 1, 1, 1, 'Journeyman\'s Boots'), +(1011010, 2960, 0, 1, 1, 1, 'Journeyman\'s Gloves'), +(1011010, 2963, 0, 1, 1, 1, 'Burnt Leather Boots'), +(1011010, 2964, 0, 1, 1, 1, 'Burnt Leather Gloves'), +(1011010, 2967, 0, 1, 1, 1, 'Warrior\'s Boots'), +(1011010, 2968, 0, 1, 1, 1, 'Warrior\'s Gloves'), +(1011010, 3213, 0, 1, 1, 1, 'Veteran Bracers'), +(1011010, 3214, 0, 1, 1, 1, 'Warrior\'s Bracers'), +(1011010, 3279, 0, 1, 1, 1, 'Battle Chain Boots'), +(1011010, 3280, 0, 1, 1, 1, 'Battle Chain Bracers'), +(1011010, 3281, 0, 1, 1, 1, 'Battle Chain Gloves'), +(1011010, 3284, 0, 1, 1, 1, 'Tribal Boots'), +(1011010, 3285, 0, 1, 1, 1, 'Tribal Bracers'), +(1011010, 3286, 0, 1, 1, 1, 'Tribal Gloves'), +(1011010, 3289, 0, 1, 1, 1, 'Ancestral Boots'), +(1011010, 3290, 0, 1, 1, 1, 'Ancestral Gloves'), +(1011010, 3303, 0, 1, 1, 1, 'Brackwater Bracers'), +(1011010, 3312, 0, 1, 1, 1, 'Ceremonial Leather Bracers'), +(1011010, 3642, 0, 1, 1, 1, 'Ancestral Bracers'), +(1011010, 3644, 0, 1, 1, 1, 'Barbaric Cloth Bracers'), +(1011010, 3649, 0, 1, 1, 1, 'Tribal Buckler'), +(1011010, 3650, 0, 1, 1, 1, 'Battle Shield'), +(1011010, 4560, 0, 1, 1, 1, 'Fine Scimitar'), +(1011010, 4563, 0, 1, 1, 1, 'Billy Club'), +(1011010, 4565, 0, 1, 1, 1, 'Simple Dagger'), +(1011010, 4663, 0, 1, 1, 1, 'Journeyman\'s Belt'), +(1011010, 4666, 0, 1, 1, 1, 'Burnt Leather Belt'), +(1011010, 4668, 0, 1, 1, 1, 'Battle Chain Cloak'), +(1011010, 4669, 0, 1, 1, 1, 'Battle Chain Girdle'), +(1011010, 4671, 0, 1, 1, 1, 'Ancestral Cloak'), +(1011010, 4672, 0, 1, 1, 1, 'Ancestral Belt'), +(1011010, 4674, 0, 1, 1, 1, 'Tribal Cloak'), +(1011010, 4675, 0, 1, 1, 1, 'Tribal Belt'), +(1011010, 4677, 0, 1, 1, 1, 'Veteran Cloak'), +(1011010, 4680, 0, 1, 1, 1, 'Brackwater Cloak'), +(1011010, 4683, 0, 1, 1, 1, 'Spellbinder Cloak'), +(1011010, 4684, 0, 1, 1, 1, 'Spellbinder Belt'), +(1011010, 4686, 0, 1, 1, 1, 'Barbaric Cloth Cloak'), +(1011010, 4689, 0, 1, 1, 1, 'Hunting Cloak'), +(1011010, 4690, 0, 1, 1, 1, 'Hunting Belt'), +(1011010, 4692, 0, 1, 1, 1, 'Ceremonial Cloak'), +(1011010, 6506, 0, 1, 1, 1, 'Infantry Boots'), +(1011010, 6507, 0, 1, 1, 1, 'Infantry Bracers'), +(1011010, 6508, 0, 1, 1, 1, 'Infantry Cloak'), +(1011010, 6509, 0, 1, 1, 1, 'Infantry Belt'), +(1011010, 6510, 0, 1, 1, 1, 'Infantry Gauntlets'), +(1011010, 6513, 0, 1, 1, 1, 'Disciple\'s Sash'), +(1011010, 6514, 0, 1, 1, 1, 'Disciple\'s Cloak'), +(1011010, 6515, 0, 1, 1, 1, 'Disciple\'s Gloves'), +(1011010, 6517, 0, 1, 1, 1, 'Pioneer Belt'), +(1011010, 6518, 0, 1, 1, 1, 'Pioneer Boots'), +(1011010, 6519, 0, 1, 1, 1, 'Pioneer Bracers'), +(1011010, 6520, 0, 1, 1, 1, 'Pioneer Cloak'), +(1011010, 6521, 0, 1, 1, 1, 'Pioneer Gloves'), +(1011010, 7109, 0, 1, 1, 1, 'Pioneer Buckler'), +(1011010, 7350, 0, 1, 1, 1, 'Disciple\'s Bracers'), +(1011010, 7351, 0, 1, 1, 1, 'Disciple\'s Boots'), +(1011010, 8179, 0, 1, 1, 1, 'Cadet\'s Bow'), +(1011010, 8181, 0, 1, 1, 1, 'Hunting Rifle'), +(1011010, 9742, 0, 1, 1, 1, 'Simple Cord'), +(1011010, 9743, 0, 1, 1, 1, 'Simple Shoes'), +(1011010, 9744, 0, 1, 1, 1, 'Simple Bands'), +(1011010, 9745, 0, 1, 1, 1, 'Simple Cape'), +(1011010, 9746, 0, 1, 1, 1, 'Simple Gloves'), +(1011010, 9750, 0, 1, 1, 1, 'Gypsy Sash'), +(1011010, 9751, 0, 1, 1, 1, 'Gypsy Sandals'), +(1011010, 9752, 0, 1, 1, 1, 'Gypsy Bands'), +(1011010, 9754, 0, 1, 1, 1, 'Gypsy Cloak'), +(1011010, 9755, 0, 1, 1, 1, 'Gypsy Gloves'), +(1011010, 9758, 0, 1, 1, 1, 'Cadet Belt'), +(1011010, 9759, 0, 1, 1, 1, 'Cadet Boots'), +(1011010, 9760, 0, 1, 1, 1, 'Cadet Bracers'), +(1011010, 9761, 0, 1, 1, 1, 'Cadet Cloak'), +(1011010, 9762, 0, 1, 1, 1, 'Cadet Gauntlets'), +(1011010, 14086, 0, 1, 1, 1, 'Beaded Sandals'), +(1011010, 14089, 0, 1, 1, 1, 'Beaded Gloves'), +(1011010, 14093, 0, 1, 1, 1, 'Beaded Cord'), +(1011010, 14095, 0, 1, 1, 1, 'Native Bands'), +(1011010, 14098, 0, 1, 1, 1, 'Native Cloak'), +(1011010, 14099, 0, 1, 1, 1, 'Native Sash'), +(1011010, 14102, 0, 1, 1, 1, 'Native Handwraps'), +(1011010, 14110, 0, 1, 1, 1, 'Native Sandals'), +(1011010, 15004, 0, 1, 1, 1, 'Primal Boots'), +(1011010, 15005, 0, 1, 1, 1, 'Primal Bands'), +(1011010, 15006, 0, 1, 1, 1, 'Primal Buckler'), +(1011010, 15008, 0, 1, 1, 1, 'Primal Mitts'), +(1011010, 15015, 0, 1, 1, 1, 'Lupine Cloak'), +(1011010, 15297, 0, 1, 1, 1, 'Grizzly Bracers'), +(1011010, 15299, 0, 1, 1, 1, 'Grizzly Cape'), +(1011010, 15301, 0, 1, 1, 1, 'Grizzly Slippers'), +(1011010, 15302, 0, 1, 1, 1, 'Grizzly Belt'), +(1011010, 15472, 0, 1, 1, 1, 'Charger\'s Belt'), +(1011010, 15473, 0, 1, 1, 1, 'Charger\'s Boots'), +(1011010, 15476, 0, 1, 1, 1, 'Charger\'s Handwraps'), +(1011010, 15480, 0, 1, 1, 1, 'War Torn Girdle'), +(1011010, 15481, 0, 1, 1, 1, 'War Torn Greaves'), +(1011010, 15482, 0, 1, 1, 1, 'War Torn Bands'), +(1011010, 15483, 0, 1, 1, 1, 'War Torn Cape'), +(1011010, 15484, 0, 1, 1, 1, 'War Torn Handgrips'), +(1011011, 768, 0, 1, 1, 1, 'Lumberjack Axe'), +(1011011, 1438, 0, 1, 1, 1, 'Warrior\'s Shield'), +(1011011, 2959, 0, 1, 1, 1, 'Journeyman\'s Boots'), +(1011011, 2960, 0, 1, 1, 1, 'Journeyman\'s Gloves'), +(1011011, 2963, 0, 1, 1, 1, 'Burnt Leather Boots'), +(1011011, 2964, 0, 1, 1, 1, 'Burnt Leather Gloves'), +(1011011, 2967, 0, 1, 1, 1, 'Warrior\'s Boots'), +(1011011, 2968, 0, 1, 1, 1, 'Warrior\'s Gloves'), +(1011011, 2971, 0, 1, 1, 1, 'Spellbinder Boots'), +(1011011, 2972, 0, 1, 1, 1, 'Spellbinder Gloves'), +(1011011, 2975, 0, 1, 1, 1, 'Hunting Boots'), +(1011011, 2979, 0, 1, 1, 1, 'Veteran Boots'), +(1011011, 3207, 0, 1, 1, 1, 'Hunting Bracers'), +(1011011, 3213, 0, 1, 1, 1, 'Veteran Bracers'), +(1011011, 3214, 0, 1, 1, 1, 'Warrior\'s Bracers'), +(1011011, 3279, 0, 1, 1, 1, 'Battle Chain Boots'), +(1011011, 3280, 0, 1, 1, 1, 'Battle Chain Bracers'), +(1011011, 3281, 0, 1, 1, 1, 'Battle Chain Gloves'), +(1011011, 3284, 0, 1, 1, 1, 'Tribal Boots'), +(1011011, 3285, 0, 1, 1, 1, 'Tribal Bracers'), +(1011011, 3286, 0, 1, 1, 1, 'Tribal Gloves'), +(1011011, 3289, 0, 1, 1, 1, 'Ancestral Boots'), +(1011011, 3290, 0, 1, 1, 1, 'Ancestral Gloves'), +(1011011, 3303, 0, 1, 1, 1, 'Brackwater Bracers'), +(1011011, 3304, 0, 1, 1, 1, 'Brackwater Gauntlets'), +(1011011, 3312, 0, 1, 1, 1, 'Ceremonial Leather Bracers'), +(1011011, 3642, 0, 1, 1, 1, 'Ancestral Bracers'), +(1011011, 3643, 0, 1, 1, 1, 'Spellbinder Bracers'), +(1011011, 3644, 0, 1, 1, 1, 'Barbaric Cloth Bracers'), +(1011011, 3649, 0, 1, 1, 1, 'Tribal Buckler'), +(1011011, 3650, 0, 1, 1, 1, 'Battle Shield'), +(1011011, 4560, 0, 1, 1, 1, 'Fine Scimitar'), +(1011011, 4563, 0, 1, 1, 1, 'Billy Club'), +(1011011, 4565, 0, 1, 1, 1, 'Simple Dagger'), +(1011011, 4663, 0, 1, 1, 1, 'Journeyman\'s Belt'), +(1011011, 4666, 0, 1, 1, 1, 'Burnt Leather Belt'), +(1011011, 4668, 0, 1, 1, 1, 'Battle Chain Cloak'), +(1011011, 4669, 0, 1, 1, 1, 'Battle Chain Girdle'), +(1011011, 4671, 0, 1, 1, 1, 'Ancestral Cloak'), +(1011011, 4672, 0, 1, 1, 1, 'Ancestral Belt'), +(1011011, 4674, 0, 1, 1, 1, 'Tribal Cloak'), +(1011011, 4675, 0, 1, 1, 1, 'Tribal Belt'), +(1011011, 4677, 0, 1, 1, 1, 'Veteran Cloak'), +(1011011, 4678, 0, 1, 1, 1, 'Veteran Girdle'), +(1011011, 4680, 0, 1, 1, 1, 'Brackwater Cloak'), +(1011011, 4681, 0, 1, 1, 1, 'Brackwater Girdle'), +(1011011, 4683, 0, 1, 1, 1, 'Spellbinder Cloak'), +(1011011, 4684, 0, 1, 1, 1, 'Spellbinder Belt'), +(1011011, 4686, 0, 1, 1, 1, 'Barbaric Cloth Cloak'), +(1011011, 4687, 0, 1, 1, 1, 'Barbaric Cloth Belt'), +(1011011, 4689, 0, 1, 1, 1, 'Hunting Cloak'), +(1011011, 4690, 0, 1, 1, 1, 'Hunting Belt'), +(1011011, 4692, 0, 1, 1, 1, 'Ceremonial Cloak'), +(1011011, 4693, 0, 1, 1, 1, 'Ceremonial Leather Belt'), +(1011011, 6506, 0, 1, 1, 1, 'Infantry Boots'), +(1011011, 6507, 0, 1, 1, 1, 'Infantry Bracers'), +(1011011, 6508, 0, 1, 1, 1, 'Infantry Cloak'), +(1011011, 6509, 0, 1, 1, 1, 'Infantry Belt'), +(1011011, 6510, 0, 1, 1, 1, 'Infantry Gauntlets'), +(1011011, 6513, 0, 1, 1, 1, 'Disciple\'s Sash'), +(1011011, 6514, 0, 1, 1, 1, 'Disciple\'s Cloak'), +(1011011, 6515, 0, 1, 1, 1, 'Disciple\'s Gloves'), +(1011011, 6517, 0, 1, 1, 1, 'Pioneer Belt'), +(1011011, 6518, 0, 1, 1, 1, 'Pioneer Boots'), +(1011011, 6519, 0, 1, 1, 1, 'Pioneer Bracers'), +(1011011, 6520, 0, 1, 1, 1, 'Pioneer Cloak'), +(1011011, 6521, 0, 1, 1, 1, 'Pioneer Gloves'), +(1011011, 6549, 0, 1, 1, 1, 'Soldier\'s Cloak'), +(1011011, 6555, 0, 1, 1, 1, 'Bard\'s Cloak'), +(1011011, 7109, 0, 1, 1, 1, 'Pioneer Buckler'), +(1011011, 7350, 0, 1, 1, 1, 'Disciple\'s Bracers'), +(1011011, 7351, 0, 1, 1, 1, 'Disciple\'s Boots'), +(1011011, 8179, 0, 1, 1, 1, 'Cadet\'s Bow'), +(1011011, 8181, 0, 1, 1, 1, 'Hunting Rifle'), +(1011011, 9742, 0, 1, 1, 1, 'Simple Cord'), +(1011011, 9743, 0, 1, 1, 1, 'Simple Shoes'), +(1011011, 9744, 0, 1, 1, 1, 'Simple Bands'), +(1011011, 9745, 0, 1, 1, 1, 'Simple Cape'), +(1011011, 9746, 0, 1, 1, 1, 'Simple Gloves'), +(1011011, 9750, 0, 1, 1, 1, 'Gypsy Sash'), +(1011011, 9751, 0, 1, 1, 1, 'Gypsy Sandals'), +(1011011, 9752, 0, 1, 1, 1, 'Gypsy Bands'), +(1011011, 9754, 0, 1, 1, 1, 'Gypsy Cloak'), +(1011011, 9755, 0, 1, 1, 1, 'Gypsy Gloves'), +(1011011, 9758, 0, 1, 1, 1, 'Cadet Belt'), +(1011011, 9759, 0, 1, 1, 1, 'Cadet Boots'), +(1011011, 9760, 0, 1, 1, 1, 'Cadet Bracers'), +(1011011, 9761, 0, 1, 1, 1, 'Cadet Cloak'), +(1011011, 9762, 0, 1, 1, 1, 'Cadet Gauntlets'), +(1011011, 14086, 0, 1, 1, 1, 'Beaded Sandals'), +(1011011, 14089, 0, 1, 1, 1, 'Beaded Gloves'), +(1011011, 14093, 0, 1, 1, 1, 'Beaded Cord'), +(1011011, 14095, 0, 1, 1, 1, 'Native Bands'), +(1011011, 14098, 0, 1, 1, 1, 'Native Cloak'), +(1011011, 14099, 0, 1, 1, 1, 'Native Sash'), +(1011011, 14102, 0, 1, 1, 1, 'Native Handwraps'), +(1011011, 14110, 0, 1, 1, 1, 'Native Sandals'), +(1011011, 14115, 0, 1, 1, 1, 'Aboriginal Bands'), +(1011011, 14116, 0, 1, 1, 1, 'Aboriginal Cape'), +(1011011, 15004, 0, 1, 1, 1, 'Primal Boots'), +(1011011, 15005, 0, 1, 1, 1, 'Primal Bands'), +(1011011, 15006, 0, 1, 1, 1, 'Primal Buckler'), +(1011011, 15008, 0, 1, 1, 1, 'Primal Mitts'), +(1011011, 15013, 0, 1, 1, 1, 'Lupine Cuffs'), +(1011011, 15015, 0, 1, 1, 1, 'Lupine Cloak'), +(1011011, 15297, 0, 1, 1, 1, 'Grizzly Bracers'), +(1011011, 15299, 0, 1, 1, 1, 'Grizzly Cape'), +(1011011, 15300, 0, 1, 1, 1, 'Grizzly Gloves'), +(1011011, 15301, 0, 1, 1, 1, 'Grizzly Slippers'), +(1011011, 15302, 0, 1, 1, 1, 'Grizzly Belt'), +(1011011, 15472, 0, 1, 1, 1, 'Charger\'s Belt'), +(1011011, 15473, 0, 1, 1, 1, 'Charger\'s Boots'), +(1011011, 15476, 0, 1, 1, 1, 'Charger\'s Handwraps'), +(1011011, 15480, 0, 1, 1, 1, 'War Torn Girdle'), +(1011011, 15481, 0, 1, 1, 1, 'War Torn Greaves'), +(1011011, 15482, 0, 1, 1, 1, 'War Torn Bands'), +(1011011, 15483, 0, 1, 1, 1, 'War Torn Cape'), +(1011011, 15484, 0, 1, 1, 1, 'War Torn Handgrips'), +(1011011, 15490, 0, 1, 1, 1, 'Bloodspattered Cloak'), +(1011111, 2964, 0, 1, 1, 1, 'Burnt Leather Gloves'), +(1011111, 2967, 0, 1, 1, 1, 'Warrior\'s Boots'), +(1011111, 2971, 0, 1, 1, 1, 'Spellbinder Boots'), +(1011111, 2972, 0, 1, 1, 1, 'Spellbinder Gloves'), +(1011111, 2975, 0, 1, 1, 1, 'Hunting Boots'), +(1011111, 2979, 0, 1, 1, 1, 'Veteran Boots'), +(1011111, 3207, 0, 1, 1, 1, 'Hunting Bracers'), +(1011111, 3213, 0, 1, 1, 1, 'Veteran Bracers'), +(1011111, 3279, 0, 1, 1, 1, 'Battle Chain Boots'), +(1011111, 3281, 0, 1, 1, 1, 'Battle Chain Gloves'), +(1011111, 3284, 0, 1, 1, 1, 'Tribal Boots'), +(1011111, 3285, 0, 1, 1, 1, 'Tribal Bracers'), +(1011111, 3286, 0, 1, 1, 1, 'Tribal Gloves'), +(1011111, 3289, 0, 1, 1, 1, 'Ancestral Boots'), +(1011111, 3290, 0, 1, 1, 1, 'Ancestral Gloves'), +(1011111, 3303, 0, 1, 1, 1, 'Brackwater Bracers'), +(1011111, 3304, 0, 1, 1, 1, 'Brackwater Gauntlets'), +(1011111, 3312, 0, 1, 1, 1, 'Ceremonial Leather Bracers'), +(1011111, 3643, 0, 1, 1, 1, 'Spellbinder Bracers'), +(1011111, 3644, 0, 1, 1, 1, 'Barbaric Cloth Bracers'), +(1011111, 3649, 0, 1, 1, 1, 'Tribal Buckler'), +(1011111, 4669, 0, 1, 1, 1, 'Battle Chain Girdle'), +(1011111, 4672, 0, 1, 1, 1, 'Ancestral Belt'), +(1011111, 4675, 0, 1, 1, 1, 'Tribal Belt'), +(1011111, 4677, 0, 1, 1, 1, 'Veteran Cloak'), +(1011111, 4678, 0, 1, 1, 1, 'Veteran Girdle'), +(1011111, 4680, 0, 1, 1, 1, 'Brackwater Cloak'), +(1011111, 4681, 0, 1, 1, 1, 'Brackwater Girdle'), +(1011111, 4683, 0, 1, 1, 1, 'Spellbinder Cloak'), +(1011111, 4684, 0, 1, 1, 1, 'Spellbinder Belt'), +(1011111, 4686, 0, 1, 1, 1, 'Barbaric Cloth Cloak'), +(1011111, 4687, 0, 1, 1, 1, 'Barbaric Cloth Belt'), +(1011111, 4689, 0, 1, 1, 1, 'Hunting Cloak'), +(1011111, 4690, 0, 1, 1, 1, 'Hunting Belt'), +(1011111, 4692, 0, 1, 1, 1, 'Ceremonial Cloak'), +(1011111, 4693, 0, 1, 1, 1, 'Ceremonial Leather Belt'), +(1011111, 6506, 0, 1, 1, 1, 'Infantry Boots'), +(1011111, 6507, 0, 1, 1, 1, 'Infantry Bracers'), +(1011111, 6509, 0, 1, 1, 1, 'Infantry Belt'), +(1011111, 6510, 0, 1, 1, 1, 'Infantry Gauntlets'), +(1011111, 6513, 0, 1, 1, 1, 'Disciple\'s Sash'), +(1011111, 6514, 0, 1, 1, 1, 'Disciple\'s Cloak'), +(1011111, 6515, 0, 1, 1, 1, 'Disciple\'s Gloves'), +(1011111, 6517, 0, 1, 1, 1, 'Pioneer Belt'), +(1011111, 6518, 0, 1, 1, 1, 'Pioneer Boots'), +(1011111, 6519, 0, 1, 1, 1, 'Pioneer Bracers'), +(1011111, 6521, 0, 1, 1, 1, 'Pioneer Gloves'), +(1011111, 6549, 0, 1, 1, 1, 'Soldier\'s Cloak'), +(1011111, 6555, 0, 1, 1, 1, 'Bard\'s Cloak'), +(1011111, 7350, 0, 1, 1, 1, 'Disciple\'s Bracers'), +(1011111, 7351, 0, 1, 1, 1, 'Disciple\'s Boots'), +(1011111, 9742, 0, 1, 1, 1, 'Simple Cord'), +(1011111, 9743, 0, 1, 1, 1, 'Simple Shoes'), +(1011111, 9744, 0, 1, 1, 1, 'Simple Bands'), +(1011111, 9745, 0, 1, 1, 1, 'Simple Cape'), +(1011111, 9746, 0, 1, 1, 1, 'Simple Gloves'), +(1011111, 9750, 0, 1, 1, 1, 'Gypsy Sash'), +(1011111, 9751, 0, 1, 1, 1, 'Gypsy Sandals'), +(1011111, 9752, 0, 1, 1, 1, 'Gypsy Bands'), +(1011111, 9754, 0, 1, 1, 1, 'Gypsy Cloak'), +(1011111, 9755, 0, 1, 1, 1, 'Gypsy Gloves'), +(1011111, 9758, 0, 1, 1, 1, 'Cadet Belt'), +(1011111, 9759, 0, 1, 1, 1, 'Cadet Boots'), +(1011111, 9760, 0, 1, 1, 1, 'Cadet Bracers'), +(1011111, 9761, 0, 1, 1, 1, 'Cadet Cloak'), +(1011111, 9762, 0, 1, 1, 1, 'Cadet Gauntlets'), +(1011111, 14086, 0, 1, 1, 1, 'Beaded Sandals'), +(1011111, 14089, 0, 1, 1, 1, 'Beaded Gloves'), +(1011111, 14095, 0, 1, 1, 1, 'Native Bands'), +(1011111, 14098, 0, 1, 1, 1, 'Native Cloak'), +(1011111, 14099, 0, 1, 1, 1, 'Native Sash'), +(1011111, 14102, 0, 1, 1, 1, 'Native Handwraps'), +(1011111, 14110, 0, 1, 1, 1, 'Native Sandals'), +(1011111, 14115, 0, 1, 1, 1, 'Aboriginal Bands'), +(1011111, 14116, 0, 1, 1, 1, 'Aboriginal Cape'), +(1011111, 15008, 0, 1, 1, 1, 'Primal Mitts'), +(1011111, 15013, 0, 1, 1, 1, 'Lupine Cuffs'), +(1011111, 15015, 0, 1, 1, 1, 'Lupine Cloak'), +(1011111, 15297, 0, 1, 1, 1, 'Grizzly Bracers'), +(1011111, 15299, 0, 1, 1, 1, 'Grizzly Cape'), +(1011111, 15300, 0, 1, 1, 1, 'Grizzly Gloves'), +(1011111, 15301, 0, 1, 1, 1, 'Grizzly Slippers'), +(1011111, 15302, 0, 1, 1, 1, 'Grizzly Belt'), +(1011111, 15473, 0, 1, 1, 1, 'Charger\'s Boots'), +(1011111, 15476, 0, 1, 1, 1, 'Charger\'s Handwraps'), +(1011111, 15480, 0, 1, 1, 1, 'War Torn Girdle'), +(1011111, 15481, 0, 1, 1, 1, 'War Torn Greaves'), +(1011111, 15482, 0, 1, 1, 1, 'War Torn Bands'), +(1011111, 15483, 0, 1, 1, 1, 'War Torn Cape'), +(1011111, 15484, 0, 1, 1, 1, 'War Torn Handgrips'), +(1011111, 15490, 0, 1, 1, 1, 'Bloodspattered Cloak'), +(1011112, 2964, 0, 1, 1, 1, 'Burnt Leather Gloves'), +(1011112, 2967, 0, 1, 1, 1, 'Warrior\'s Boots'), +(1011112, 2971, 0, 1, 1, 1, 'Spellbinder Boots'), +(1011112, 2972, 0, 1, 1, 1, 'Spellbinder Gloves'), +(1011112, 2975, 0, 1, 1, 1, 'Hunting Boots'), +(1011112, 2979, 0, 1, 1, 1, 'Veteran Boots'), +(1011112, 3207, 0, 1, 1, 1, 'Hunting Bracers'), +(1011112, 3213, 0, 1, 1, 1, 'Veteran Bracers'), +(1011112, 3279, 0, 1, 1, 1, 'Battle Chain Boots'), +(1011112, 3281, 0, 1, 1, 1, 'Battle Chain Gloves'), +(1011112, 3284, 0, 1, 1, 1, 'Tribal Boots'), +(1011112, 3285, 0, 1, 1, 1, 'Tribal Bracers'), +(1011112, 3286, 0, 1, 1, 1, 'Tribal Gloves'), +(1011112, 3289, 0, 1, 1, 1, 'Ancestral Boots'), +(1011112, 3290, 0, 1, 1, 1, 'Ancestral Gloves'), +(1011112, 3303, 0, 1, 1, 1, 'Brackwater Bracers'), +(1011112, 3304, 0, 1, 1, 1, 'Brackwater Gauntlets'), +(1011112, 3312, 0, 1, 1, 1, 'Ceremonial Leather Bracers'), +(1011112, 3643, 0, 1, 1, 1, 'Spellbinder Bracers'), +(1011112, 3644, 0, 1, 1, 1, 'Barbaric Cloth Bracers'), +(1011112, 3649, 0, 1, 1, 1, 'Tribal Buckler'), +(1011112, 4669, 0, 1, 1, 1, 'Battle Chain Girdle'), +(1011112, 4672, 0, 1, 1, 1, 'Ancestral Belt'), +(1011112, 4675, 0, 1, 1, 1, 'Tribal Belt'), +(1011112, 4677, 0, 1, 1, 1, 'Veteran Cloak'), +(1011112, 4678, 0, 1, 1, 1, 'Veteran Girdle'), +(1011112, 4680, 0, 1, 1, 1, 'Brackwater Cloak'), +(1011112, 4681, 0, 1, 1, 1, 'Brackwater Girdle'), +(1011112, 4683, 0, 1, 1, 1, 'Spellbinder Cloak'), +(1011112, 4684, 0, 1, 1, 1, 'Spellbinder Belt'), +(1011112, 4686, 0, 1, 1, 1, 'Barbaric Cloth Cloak'), +(1011112, 4687, 0, 1, 1, 1, 'Barbaric Cloth Belt'), +(1011112, 4689, 0, 1, 1, 1, 'Hunting Cloak'), +(1011112, 4690, 0, 1, 1, 1, 'Hunting Belt'), +(1011112, 4692, 0, 1, 1, 1, 'Ceremonial Cloak'), +(1011112, 4693, 0, 1, 1, 1, 'Ceremonial Leather Belt'), +(1011112, 6506, 0, 1, 1, 1, 'Infantry Boots'), +(1011112, 6507, 0, 1, 1, 1, 'Infantry Bracers'), +(1011112, 6509, 0, 1, 1, 1, 'Infantry Belt'), +(1011112, 6510, 0, 1, 1, 1, 'Infantry Gauntlets'), +(1011112, 6513, 0, 1, 1, 1, 'Disciple\'s Sash'), +(1011112, 6514, 0, 1, 1, 1, 'Disciple\'s Cloak'), +(1011112, 6515, 0, 1, 1, 1, 'Disciple\'s Gloves'), +(1011112, 6517, 0, 1, 1, 1, 'Pioneer Belt'), +(1011112, 6518, 0, 1, 1, 1, 'Pioneer Boots'), +(1011112, 6519, 0, 1, 1, 1, 'Pioneer Bracers'), +(1011112, 6521, 0, 1, 1, 1, 'Pioneer Gloves'), +(1011112, 6549, 0, 1, 1, 1, 'Soldier\'s Cloak'), +(1011112, 6555, 0, 1, 1, 1, 'Bard\'s Cloak'), +(1011112, 7350, 0, 1, 1, 1, 'Disciple\'s Bracers'), +(1011112, 7351, 0, 1, 1, 1, 'Disciple\'s Boots'), +(1011112, 9742, 0, 1, 1, 1, 'Simple Cord'), +(1011112, 9743, 0, 1, 1, 1, 'Simple Shoes'), +(1011112, 9744, 0, 1, 1, 1, 'Simple Bands'), +(1011112, 9745, 0, 1, 1, 1, 'Simple Cape'), +(1011112, 9746, 0, 1, 1, 1, 'Simple Gloves'), +(1011112, 9750, 0, 1, 1, 1, 'Gypsy Sash'), +(1011112, 9751, 0, 1, 1, 1, 'Gypsy Sandals'), +(1011112, 9752, 0, 1, 1, 1, 'Gypsy Bands'), +(1011112, 9754, 0, 1, 1, 1, 'Gypsy Cloak'), +(1011112, 9755, 0, 1, 1, 1, 'Gypsy Gloves'), +(1011112, 9758, 0, 1, 1, 1, 'Cadet Belt'), +(1011112, 9759, 0, 1, 1, 1, 'Cadet Boots'), +(1011112, 9760, 0, 1, 1, 1, 'Cadet Bracers'), +(1011112, 9761, 0, 1, 1, 1, 'Cadet Cloak'), +(1011112, 9762, 0, 1, 1, 1, 'Cadet Gauntlets'), +(1011112, 14086, 0, 1, 1, 1, 'Beaded Sandals'), +(1011112, 14089, 0, 1, 1, 1, 'Beaded Gloves'), +(1011112, 14095, 0, 1, 1, 1, 'Native Bands'), +(1011112, 14098, 0, 1, 1, 1, 'Native Cloak'), +(1011112, 14099, 0, 1, 1, 1, 'Native Sash'), +(1011112, 14102, 0, 1, 1, 1, 'Native Handwraps'), +(1011112, 14110, 0, 1, 1, 1, 'Native Sandals'), +(1011112, 14115, 0, 1, 1, 1, 'Aboriginal Bands'), +(1011112, 14116, 0, 1, 1, 1, 'Aboriginal Cape'), +(1011112, 15008, 0, 1, 1, 1, 'Primal Mitts'), +(1011112, 15013, 0, 1, 1, 1, 'Lupine Cuffs'), +(1011112, 15015, 0, 1, 1, 1, 'Lupine Cloak'), +(1011112, 15297, 0, 1, 1, 1, 'Grizzly Bracers'), +(1011112, 15299, 0, 1, 1, 1, 'Grizzly Cape'), +(1011112, 15300, 0, 1, 1, 1, 'Grizzly Gloves'), +(1011112, 15301, 0, 1, 1, 1, 'Grizzly Slippers'), +(1011112, 15302, 0, 1, 1, 1, 'Grizzly Belt'), +(1011112, 15473, 0, 1, 1, 1, 'Charger\'s Boots'), +(1011112, 15476, 0, 1, 1, 1, 'Charger\'s Handwraps'), +(1011112, 15480, 0, 1, 1, 1, 'War Torn Girdle'), +(1011112, 15481, 0, 1, 1, 1, 'War Torn Greaves'), +(1011112, 15482, 0, 1, 1, 1, 'War Torn Bands'), +(1011112, 15483, 0, 1, 1, 1, 'War Torn Cape'), +(1011112, 15484, 0, 1, 1, 1, 'War Torn Handgrips'), +(1011112, 15490, 0, 1, 1, 1, 'Bloodspattered Cloak'), +(1011212, 2971, 0, 1, 1, 1, 'Spellbinder Boots'), +(1011212, 2972, 0, 1, 1, 1, 'Spellbinder Gloves'), +(1011212, 2975, 0, 1, 1, 1, 'Hunting Boots'), +(1011212, 2979, 0, 1, 1, 1, 'Veteran Boots'), +(1011212, 3207, 0, 1, 1, 1, 'Hunting Bracers'), +(1011212, 3213, 0, 1, 1, 1, 'Veteran Bracers'), +(1011212, 3279, 0, 1, 1, 1, 'Battle Chain Boots'), +(1011212, 3281, 0, 1, 1, 1, 'Battle Chain Gloves'), +(1011212, 3284, 0, 1, 1, 1, 'Tribal Boots'), +(1011212, 3286, 0, 1, 1, 1, 'Tribal Gloves'), +(1011212, 3289, 0, 1, 1, 1, 'Ancestral Boots'), +(1011212, 3290, 0, 1, 1, 1, 'Ancestral Gloves'), +(1011212, 3303, 0, 1, 1, 1, 'Brackwater Bracers'), +(1011212, 3304, 0, 1, 1, 1, 'Brackwater Gauntlets'), +(1011212, 3312, 0, 1, 1, 1, 'Ceremonial Leather Bracers'), +(1011212, 3643, 0, 1, 1, 1, 'Spellbinder Bracers'), +(1011212, 3644, 0, 1, 1, 1, 'Barbaric Cloth Bracers'), +(1011212, 3649, 0, 1, 1, 1, 'Tribal Buckler'), +(1011212, 4677, 0, 1, 1, 1, 'Veteran Cloak'), +(1011212, 4678, 0, 1, 1, 1, 'Veteran Girdle'), +(1011212, 4680, 0, 1, 1, 1, 'Brackwater Cloak'), +(1011212, 4681, 0, 1, 1, 1, 'Brackwater Girdle'), +(1011212, 4683, 0, 1, 1, 1, 'Spellbinder Cloak'), +(1011212, 4684, 0, 1, 1, 1, 'Spellbinder Belt'), +(1011212, 4686, 0, 1, 1, 1, 'Barbaric Cloth Cloak'), +(1011212, 4687, 0, 1, 1, 1, 'Barbaric Cloth Belt'), +(1011212, 4689, 0, 1, 1, 1, 'Hunting Cloak'), +(1011212, 4690, 0, 1, 1, 1, 'Hunting Belt'), +(1011212, 4692, 0, 1, 1, 1, 'Ceremonial Cloak'), +(1011212, 4693, 0, 1, 1, 1, 'Ceremonial Leather Belt'), +(1011212, 6506, 0, 1, 1, 1, 'Infantry Boots'), +(1011212, 6510, 0, 1, 1, 1, 'Infantry Gauntlets'), +(1011212, 6515, 0, 1, 1, 1, 'Disciple\'s Gloves'), +(1011212, 6518, 0, 1, 1, 1, 'Pioneer Boots'), +(1011212, 6521, 0, 1, 1, 1, 'Pioneer Gloves'), +(1011212, 6549, 0, 1, 1, 1, 'Soldier\'s Cloak'), +(1011212, 6555, 0, 1, 1, 1, 'Bard\'s Cloak'), +(1011212, 7351, 0, 1, 1, 1, 'Disciple\'s Boots'), +(1011212, 9742, 0, 1, 1, 1, 'Simple Cord'), +(1011212, 9743, 0, 1, 1, 1, 'Simple Shoes'), +(1011212, 9744, 0, 1, 1, 1, 'Simple Bands'), +(1011212, 9745, 0, 1, 1, 1, 'Simple Cape'), +(1011212, 9746, 0, 1, 1, 1, 'Simple Gloves'), +(1011212, 9750, 0, 1, 1, 1, 'Gypsy Sash'), +(1011212, 9751, 0, 1, 1, 1, 'Gypsy Sandals'), +(1011212, 9752, 0, 1, 1, 1, 'Gypsy Bands'), +(1011212, 9754, 0, 1, 1, 1, 'Gypsy Cloak'), +(1011212, 9755, 0, 1, 1, 1, 'Gypsy Gloves'), +(1011212, 9758, 0, 1, 1, 1, 'Cadet Belt'), +(1011212, 9759, 0, 1, 1, 1, 'Cadet Boots'), +(1011212, 9760, 0, 1, 1, 1, 'Cadet Bracers'), +(1011212, 9761, 0, 1, 1, 1, 'Cadet Cloak'), +(1011212, 9762, 0, 1, 1, 1, 'Cadet Gauntlets'), +(1011212, 14095, 0, 1, 1, 1, 'Native Bands'), +(1011212, 14099, 0, 1, 1, 1, 'Native Sash'), +(1011212, 14102, 0, 1, 1, 1, 'Native Handwraps'), +(1011212, 14110, 0, 1, 1, 1, 'Native Sandals'), +(1011212, 14115, 0, 1, 1, 1, 'Aboriginal Bands'), +(1011212, 14116, 0, 1, 1, 1, 'Aboriginal Cape'), +(1011212, 15013, 0, 1, 1, 1, 'Lupine Cuffs'), +(1011212, 15015, 0, 1, 1, 1, 'Lupine Cloak'), +(1011212, 15297, 0, 1, 1, 1, 'Grizzly Bracers'), +(1011212, 15300, 0, 1, 1, 1, 'Grizzly Gloves'), +(1011212, 15301, 0, 1, 1, 1, 'Grizzly Slippers'), +(1011212, 15302, 0, 1, 1, 1, 'Grizzly Belt'), +(1011212, 15480, 0, 1, 1, 1, 'War Torn Girdle'), +(1011212, 15481, 0, 1, 1, 1, 'War Torn Greaves'), +(1011212, 15482, 0, 1, 1, 1, 'War Torn Bands'), +(1011212, 15484, 0, 1, 1, 1, 'War Torn Handgrips'), +(1011212, 15490, 0, 1, 1, 1, 'Bloodspattered Cloak'), +(1011213, 2971, 0, 1, 1, 1, 'Spellbinder Boots'), +(1011213, 2972, 0, 1, 1, 1, 'Spellbinder Gloves'), +(1011213, 2975, 0, 1, 1, 1, 'Hunting Boots'), +(1011213, 2979, 0, 1, 1, 1, 'Veteran Boots'), +(1011213, 3207, 0, 1, 1, 1, 'Hunting Bracers'), +(1011213, 3213, 0, 1, 1, 1, 'Veteran Bracers'), +(1011213, 3279, 0, 1, 1, 1, 'Battle Chain Boots'), +(1011213, 3281, 0, 1, 1, 1, 'Battle Chain Gloves'), +(1011213, 3284, 0, 1, 1, 1, 'Tribal Boots'), +(1011213, 3286, 0, 1, 1, 1, 'Tribal Gloves'), +(1011213, 3289, 0, 1, 1, 1, 'Ancestral Boots'), +(1011213, 3290, 0, 1, 1, 1, 'Ancestral Gloves'), +(1011213, 3303, 0, 1, 1, 1, 'Brackwater Bracers'), +(1011213, 3304, 0, 1, 1, 1, 'Brackwater Gauntlets'), +(1011213, 3312, 0, 1, 1, 1, 'Ceremonial Leather Bracers'), +(1011213, 3643, 0, 1, 1, 1, 'Spellbinder Bracers'), +(1011213, 3644, 0, 1, 1, 1, 'Barbaric Cloth Bracers'), +(1011213, 3649, 0, 1, 1, 1, 'Tribal Buckler'), +(1011213, 4677, 0, 1, 1, 1, 'Veteran Cloak'), +(1011213, 4678, 0, 1, 1, 1, 'Veteran Girdle'), +(1011213, 4680, 0, 1, 1, 1, 'Brackwater Cloak'), +(1011213, 4681, 0, 1, 1, 1, 'Brackwater Girdle'), +(1011213, 4683, 0, 1, 1, 1, 'Spellbinder Cloak'), +(1011213, 4684, 0, 1, 1, 1, 'Spellbinder Belt'), +(1011213, 4686, 0, 1, 1, 1, 'Barbaric Cloth Cloak'), +(1011213, 4687, 0, 1, 1, 1, 'Barbaric Cloth Belt'), +(1011213, 4689, 0, 1, 1, 1, 'Hunting Cloak'), +(1011213, 4690, 0, 1, 1, 1, 'Hunting Belt'), +(1011213, 4692, 0, 1, 1, 1, 'Ceremonial Cloak'), +(1011213, 4693, 0, 1, 1, 1, 'Ceremonial Leather Belt'), +(1011213, 6506, 0, 1, 1, 1, 'Infantry Boots'), +(1011213, 6510, 0, 1, 1, 1, 'Infantry Gauntlets'), +(1011213, 6515, 0, 1, 1, 1, 'Disciple\'s Gloves'), +(1011213, 6518, 0, 1, 1, 1, 'Pioneer Boots'), +(1011213, 6521, 0, 1, 1, 1, 'Pioneer Gloves'), +(1011213, 6549, 0, 1, 1, 1, 'Soldier\'s Cloak'), +(1011213, 6555, 0, 1, 1, 1, 'Bard\'s Cloak'), +(1011213, 7351, 0, 1, 1, 1, 'Disciple\'s Boots'), +(1011213, 9742, 0, 1, 1, 1, 'Simple Cord'), +(1011213, 9743, 0, 1, 1, 1, 'Simple Shoes'), +(1011213, 9744, 0, 1, 1, 1, 'Simple Bands'), +(1011213, 9745, 0, 1, 1, 1, 'Simple Cape'), +(1011213, 9746, 0, 1, 1, 1, 'Simple Gloves'), +(1011213, 9750, 0, 1, 1, 1, 'Gypsy Sash'), +(1011213, 9751, 0, 1, 1, 1, 'Gypsy Sandals'), +(1011213, 9752, 0, 1, 1, 1, 'Gypsy Bands'), +(1011213, 9754, 0, 1, 1, 1, 'Gypsy Cloak'), +(1011213, 9755, 0, 1, 1, 1, 'Gypsy Gloves'), +(1011213, 9758, 0, 1, 1, 1, 'Cadet Belt'), +(1011213, 9759, 0, 1, 1, 1, 'Cadet Boots'), +(1011213, 9760, 0, 1, 1, 1, 'Cadet Bracers'), +(1011213, 9761, 0, 1, 1, 1, 'Cadet Cloak'), +(1011213, 9762, 0, 1, 1, 1, 'Cadet Gauntlets'), +(1011213, 14095, 0, 1, 1, 1, 'Native Bands'), +(1011213, 14099, 0, 1, 1, 1, 'Native Sash'), +(1011213, 14102, 0, 1, 1, 1, 'Native Handwraps'), +(1011213, 14110, 0, 1, 1, 1, 'Native Sandals'), +(1011213, 14115, 0, 1, 1, 1, 'Aboriginal Bands'), +(1011213, 14116, 0, 1, 1, 1, 'Aboriginal Cape'), +(1011213, 15013, 0, 1, 1, 1, 'Lupine Cuffs'), +(1011213, 15015, 0, 1, 1, 1, 'Lupine Cloak'), +(1011213, 15297, 0, 1, 1, 1, 'Grizzly Bracers'), +(1011213, 15300, 0, 1, 1, 1, 'Grizzly Gloves'), +(1011213, 15301, 0, 1, 1, 1, 'Grizzly Slippers'), +(1011213, 15302, 0, 1, 1, 1, 'Grizzly Belt'), +(1011213, 15480, 0, 1, 1, 1, 'War Torn Girdle'), +(1011213, 15481, 0, 1, 1, 1, 'War Torn Greaves'), +(1011213, 15482, 0, 1, 1, 1, 'War Torn Bands'), +(1011213, 15484, 0, 1, 1, 1, 'War Torn Handgrips'), +(1011213, 15490, 0, 1, 1, 1, 'Bloodspattered Cloak'), +(1011313, 2971, 0, 1, 1, 1, 'Spellbinder Boots'), +(1011313, 2972, 0, 1, 1, 1, 'Spellbinder Gloves'), +(1011313, 2975, 0, 1, 1, 1, 'Hunting Boots'), +(1011313, 2979, 0, 1, 1, 1, 'Veteran Boots'), +(1011313, 3207, 0, 1, 1, 1, 'Hunting Bracers'), +(1011313, 3213, 0, 1, 1, 1, 'Veteran Bracers'), +(1011313, 3279, 0, 1, 1, 1, 'Battle Chain Boots'), +(1011313, 3284, 0, 1, 1, 1, 'Tribal Boots'), +(1011313, 3286, 0, 1, 1, 1, 'Tribal Gloves'), +(1011313, 3290, 0, 1, 1, 1, 'Ancestral Gloves'), +(1011313, 3303, 0, 1, 1, 1, 'Brackwater Bracers'), +(1011313, 3304, 0, 1, 1, 1, 'Brackwater Gauntlets'), +(1011313, 3312, 0, 1, 1, 1, 'Ceremonial Leather Bracers'), +(1011313, 3643, 0, 1, 1, 1, 'Spellbinder Bracers'), +(1011313, 3644, 0, 1, 1, 1, 'Barbaric Cloth Bracers'), +(1011313, 4677, 0, 1, 1, 1, 'Veteran Cloak'), +(1011313, 4678, 0, 1, 1, 1, 'Veteran Girdle'), +(1011313, 4680, 0, 1, 1, 1, 'Brackwater Cloak'), +(1011313, 4681, 0, 1, 1, 1, 'Brackwater Girdle'), +(1011313, 4683, 0, 1, 1, 1, 'Spellbinder Cloak'), +(1011313, 4684, 0, 1, 1, 1, 'Spellbinder Belt'), +(1011313, 4686, 0, 1, 1, 1, 'Barbaric Cloth Cloak'), +(1011313, 4687, 0, 1, 1, 1, 'Barbaric Cloth Belt'), +(1011313, 4689, 0, 1, 1, 1, 'Hunting Cloak'), +(1011313, 4690, 0, 1, 1, 1, 'Hunting Belt'), +(1011313, 4692, 0, 1, 1, 1, 'Ceremonial Cloak'), +(1011313, 4693, 0, 1, 1, 1, 'Ceremonial Leather Belt'), +(1011313, 6549, 0, 1, 1, 1, 'Soldier\'s Cloak'), +(1011313, 6555, 0, 1, 1, 1, 'Bard\'s Cloak'), +(1011313, 9742, 0, 1, 1, 1, 'Simple Cord'), +(1011313, 9743, 0, 1, 1, 1, 'Simple Shoes'), +(1011313, 9744, 0, 1, 1, 1, 'Simple Bands'), +(1011313, 9746, 0, 1, 1, 1, 'Simple Gloves'), +(1011313, 9750, 0, 1, 1, 1, 'Gypsy Sash'), +(1011313, 9751, 0, 1, 1, 1, 'Gypsy Sandals'), +(1011313, 9752, 0, 1, 1, 1, 'Gypsy Bands'), +(1011313, 9755, 0, 1, 1, 1, 'Gypsy Gloves'), +(1011313, 9758, 0, 1, 1, 1, 'Cadet Belt'), +(1011313, 9759, 0, 1, 1, 1, 'Cadet Boots'), +(1011313, 9760, 0, 1, 1, 1, 'Cadet Bracers'), +(1011313, 9762, 0, 1, 1, 1, 'Cadet Gauntlets'), +(1011313, 14099, 0, 1, 1, 1, 'Native Sash'), +(1011313, 14102, 0, 1, 1, 1, 'Native Handwraps'), +(1011313, 14110, 0, 1, 1, 1, 'Native Sandals'), +(1011313, 14115, 0, 1, 1, 1, 'Aboriginal Bands'), +(1011313, 14116, 0, 1, 1, 1, 'Aboriginal Cape'), +(1011313, 15013, 0, 1, 1, 1, 'Lupine Cuffs'), +(1011313, 15015, 0, 1, 1, 1, 'Lupine Cloak'), +(1011313, 15300, 0, 1, 1, 1, 'Grizzly Gloves'), +(1011313, 15301, 0, 1, 1, 1, 'Grizzly Slippers'), +(1011313, 15480, 0, 1, 1, 1, 'War Torn Girdle'), +(1011313, 15481, 0, 1, 1, 1, 'War Torn Greaves'), +(1011313, 15484, 0, 1, 1, 1, 'War Torn Handgrips'), +(1011313, 15490, 0, 1, 1, 1, 'Bloodspattered Cloak'), +(1011314, 2971, 0, 1, 1, 1, 'Spellbinder Boots'), +(1011314, 2972, 0, 1, 1, 1, 'Spellbinder Gloves'), +(1011314, 2975, 0, 1, 1, 1, 'Hunting Boots'), +(1011314, 2979, 0, 1, 1, 1, 'Veteran Boots'), +(1011314, 3207, 0, 1, 1, 1, 'Hunting Bracers'), +(1011314, 3213, 0, 1, 1, 1, 'Veteran Bracers'), +(1011314, 3279, 0, 1, 1, 1, 'Battle Chain Boots'), +(1011314, 3284, 0, 1, 1, 1, 'Tribal Boots'), +(1011314, 3286, 0, 1, 1, 1, 'Tribal Gloves'), +(1011314, 3290, 0, 1, 1, 1, 'Ancestral Gloves'), +(1011314, 3303, 0, 1, 1, 1, 'Brackwater Bracers'), +(1011314, 3304, 0, 1, 1, 1, 'Brackwater Gauntlets'), +(1011314, 3312, 0, 1, 1, 1, 'Ceremonial Leather Bracers'), +(1011314, 3643, 0, 1, 1, 1, 'Spellbinder Bracers'), +(1011314, 3644, 0, 1, 1, 1, 'Barbaric Cloth Bracers'), +(1011314, 4677, 0, 1, 1, 1, 'Veteran Cloak'), +(1011314, 4678, 0, 1, 1, 1, 'Veteran Girdle'), +(1011314, 4680, 0, 1, 1, 1, 'Brackwater Cloak'), +(1011314, 4681, 0, 1, 1, 1, 'Brackwater Girdle'), +(1011314, 4683, 0, 1, 1, 1, 'Spellbinder Cloak'), +(1011314, 4684, 0, 1, 1, 1, 'Spellbinder Belt'), +(1011314, 4686, 0, 1, 1, 1, 'Barbaric Cloth Cloak'), +(1011314, 4687, 0, 1, 1, 1, 'Barbaric Cloth Belt'), +(1011314, 4689, 0, 1, 1, 1, 'Hunting Cloak'), +(1011314, 4690, 0, 1, 1, 1, 'Hunting Belt'), +(1011314, 4692, 0, 1, 1, 1, 'Ceremonial Cloak'), +(1011314, 4693, 0, 1, 1, 1, 'Ceremonial Leather Belt'), +(1011314, 6549, 0, 1, 1, 1, 'Soldier\'s Cloak'), +(1011314, 6555, 0, 1, 1, 1, 'Bard\'s Cloak'), +(1011314, 9742, 0, 1, 1, 1, 'Simple Cord'), +(1011314, 9743, 0, 1, 1, 1, 'Simple Shoes'), +(1011314, 9744, 0, 1, 1, 1, 'Simple Bands'), +(1011314, 9746, 0, 1, 1, 1, 'Simple Gloves'), +(1011314, 9750, 0, 1, 1, 1, 'Gypsy Sash'), +(1011314, 9751, 0, 1, 1, 1, 'Gypsy Sandals'), +(1011314, 9752, 0, 1, 1, 1, 'Gypsy Bands'), +(1011314, 9755, 0, 1, 1, 1, 'Gypsy Gloves'), +(1011314, 9758, 0, 1, 1, 1, 'Cadet Belt'), +(1011314, 9759, 0, 1, 1, 1, 'Cadet Boots'), +(1011314, 9760, 0, 1, 1, 1, 'Cadet Bracers'), +(1011314, 9762, 0, 1, 1, 1, 'Cadet Gauntlets'), +(1011314, 14099, 0, 1, 1, 1, 'Native Sash'), +(1011314, 14102, 0, 1, 1, 1, 'Native Handwraps'), +(1011314, 14110, 0, 1, 1, 1, 'Native Sandals'), +(1011314, 14115, 0, 1, 1, 1, 'Aboriginal Bands'), +(1011314, 14116, 0, 1, 1, 1, 'Aboriginal Cape'), +(1011314, 15013, 0, 1, 1, 1, 'Lupine Cuffs'), +(1011314, 15015, 0, 1, 1, 1, 'Lupine Cloak'), +(1011314, 15300, 0, 1, 1, 1, 'Grizzly Gloves'), +(1011314, 15301, 0, 1, 1, 1, 'Grizzly Slippers'), +(1011314, 15480, 0, 1, 1, 1, 'War Torn Girdle'), +(1011314, 15481, 0, 1, 1, 1, 'War Torn Greaves'), +(1011314, 15484, 0, 1, 1, 1, 'War Torn Handgrips'), +(1011314, 15490, 0, 1, 1, 1, 'Bloodspattered Cloak'), +(1011414, 2971, 0, 1, 1, 1, 'Spellbinder Boots'), +(1011414, 2972, 0, 1, 1, 1, 'Spellbinder Gloves'), +(1011414, 2975, 0, 1, 1, 1, 'Hunting Boots'), +(1011414, 2979, 0, 1, 1, 1, 'Veteran Boots'), +(1011414, 3207, 0, 1, 1, 1, 'Hunting Bracers'), +(1011414, 3213, 0, 1, 1, 1, 'Veteran Bracers'), +(1011414, 3304, 0, 1, 1, 1, 'Brackwater Gauntlets'), +(1011414, 3311, 0, 1, 1, 1, 'Ceremonial Leather Ankleguards'), +(1011414, 3312, 0, 1, 1, 1, 'Ceremonial Leather Bracers'), +(1011414, 3643, 0, 1, 1, 1, 'Spellbinder Bracers'), +(1011414, 4678, 0, 1, 1, 1, 'Veteran Girdle'), +(1011414, 4680, 0, 1, 1, 1, 'Brackwater Cloak'), +(1011414, 4681, 0, 1, 1, 1, 'Brackwater Girdle'), +(1011414, 4683, 0, 1, 1, 1, 'Spellbinder Cloak'), +(1011414, 4684, 0, 1, 1, 1, 'Spellbinder Belt'), +(1011414, 4687, 0, 1, 1, 1, 'Barbaric Cloth Belt'), +(1011414, 4689, 0, 1, 1, 1, 'Hunting Cloak'), +(1011414, 4690, 0, 1, 1, 1, 'Hunting Belt'), +(1011414, 4693, 0, 1, 1, 1, 'Ceremonial Leather Belt'), +(1011414, 6549, 0, 1, 1, 1, 'Soldier\'s Cloak'), +(1011414, 6555, 0, 1, 1, 1, 'Bard\'s Cloak'), +(1011414, 9746, 0, 1, 1, 1, 'Simple Gloves'), +(1011414, 9755, 0, 1, 1, 1, 'Gypsy Gloves'), +(1011414, 9759, 0, 1, 1, 1, 'Cadet Boots'), +(1011414, 9762, 0, 1, 1, 1, 'Cadet Gauntlets'), +(1011414, 14102, 0, 1, 1, 1, 'Native Handwraps'), +(1011414, 14110, 0, 1, 1, 1, 'Native Sandals'), +(1011414, 14115, 0, 1, 1, 1, 'Aboriginal Bands'), +(1011414, 14116, 0, 1, 1, 1, 'Aboriginal Cape'), +(1011414, 15013, 0, 1, 1, 1, 'Lupine Cuffs'), +(1011414, 15015, 0, 1, 1, 1, 'Lupine Cloak'), +(1011414, 15300, 0, 1, 1, 1, 'Grizzly Gloves'), +(1011414, 15301, 0, 1, 1, 1, 'Grizzly Slippers'), +(1011414, 15480, 0, 1, 1, 1, 'War Torn Girdle'), +(1011414, 15481, 0, 1, 1, 1, 'War Torn Greaves'), +(1011414, 15490, 0, 1, 1, 1, 'Bloodspattered Cloak'), +(1011415, 2971, 0, 1, 1, 1, 'Spellbinder Boots'), +(1011415, 2972, 0, 1, 1, 1, 'Spellbinder Gloves'), +(1011415, 2975, 0, 1, 1, 1, 'Hunting Boots'), +(1011415, 2979, 0, 1, 1, 1, 'Veteran Boots'), +(1011415, 3207, 0, 1, 1, 1, 'Hunting Bracers'), +(1011415, 3213, 0, 1, 1, 1, 'Veteran Bracers'), +(1011415, 3304, 0, 1, 1, 1, 'Brackwater Gauntlets'), +(1011415, 3311, 0, 1, 1, 1, 'Ceremonial Leather Ankleguards'), +(1011415, 3312, 0, 1, 1, 1, 'Ceremonial Leather Bracers'), +(1011415, 3643, 0, 1, 1, 1, 'Spellbinder Bracers'), +(1011415, 4678, 0, 1, 1, 1, 'Veteran Girdle'), +(1011415, 4680, 0, 1, 1, 1, 'Brackwater Cloak'), +(1011415, 4681, 0, 1, 1, 1, 'Brackwater Girdle'), +(1011415, 4683, 0, 1, 1, 1, 'Spellbinder Cloak'), +(1011415, 4684, 0, 1, 1, 1, 'Spellbinder Belt'), +(1011415, 4687, 0, 1, 1, 1, 'Barbaric Cloth Belt'), +(1011415, 4689, 0, 1, 1, 1, 'Hunting Cloak'), +(1011415, 4690, 0, 1, 1, 1, 'Hunting Belt'), +(1011415, 4693, 0, 1, 1, 1, 'Ceremonial Leather Belt'), +(1011415, 5110, 0, 1, 1, 1, 'Dalaran Wizard\'s Robe'), +(1011415, 6549, 0, 1, 1, 1, 'Soldier\'s Cloak'), +(1011415, 6555, 0, 1, 1, 1, 'Bard\'s Cloak'), +(1011415, 9746, 0, 1, 1, 1, 'Simple Gloves'), +(1011415, 9755, 0, 1, 1, 1, 'Gypsy Gloves'), +(1011415, 9759, 0, 1, 1, 1, 'Cadet Boots'), +(1011415, 9762, 0, 1, 1, 1, 'Cadet Gauntlets'), +(1011415, 14102, 0, 1, 1, 1, 'Native Handwraps'), +(1011415, 14110, 0, 1, 1, 1, 'Native Sandals'), +(1011415, 14115, 0, 1, 1, 1, 'Aboriginal Bands'), +(1011415, 14116, 0, 1, 1, 1, 'Aboriginal Cape'), +(1011415, 15013, 0, 1, 1, 1, 'Lupine Cuffs'), +(1011415, 15015, 0, 1, 1, 1, 'Lupine Cloak'), +(1011415, 15300, 0, 1, 1, 1, 'Grizzly Gloves'), +(1011415, 15301, 0, 1, 1, 1, 'Grizzly Slippers'), +(1011415, 15480, 0, 1, 1, 1, 'War Torn Girdle'), +(1011415, 15481, 0, 1, 1, 1, 'War Torn Greaves'), +(1011415, 15490, 0, 1, 1, 1, 'Bloodspattered Cloak'), +(1011515, 2971, 0, 1, 1, 1, 'Spellbinder Boots'), +(1011515, 2972, 0, 1, 1, 1, 'Spellbinder Gloves'), +(1011515, 2975, 0, 1, 1, 1, 'Hunting Boots'), +(1011515, 2979, 0, 1, 1, 1, 'Veteran Boots'), +(1011515, 3207, 0, 1, 1, 1, 'Hunting Bracers'), +(1011515, 3304, 0, 1, 1, 1, 'Brackwater Gauntlets'), +(1011515, 3643, 0, 1, 1, 1, 'Spellbinder Bracers'), +(1011515, 4678, 0, 1, 1, 1, 'Veteran Girdle'), +(1011515, 4681, 0, 1, 1, 1, 'Brackwater Girdle'), +(1011515, 4687, 0, 1, 1, 1, 'Barbaric Cloth Belt'), +(1011515, 4693, 0, 1, 1, 1, 'Ceremonial Leather Belt'), +(1011515, 5110, 0, 1, 1, 1, 'Dalaran Wizard\'s Robe'), +(1011515, 6549, 0, 1, 1, 1, 'Soldier\'s Cloak'), +(1011515, 6555, 0, 1, 1, 1, 'Bard\'s Cloak'), +(1011515, 14115, 0, 1, 1, 1, 'Aboriginal Bands'), +(1011515, 14116, 0, 1, 1, 1, 'Aboriginal Cape'), +(1011515, 15013, 0, 1, 1, 1, 'Lupine Cuffs'), +(1011515, 15300, 0, 1, 1, 1, 'Grizzly Gloves'), +(1011515, 15490, 0, 1, 1, 1, 'Bloodspattered Cloak'), +(1011516, 2971, 0, 1, 1, 1, 'Spellbinder Boots'), +(1011516, 2972, 0, 1, 1, 1, 'Spellbinder Gloves'), +(1011516, 2975, 0, 1, 1, 1, 'Hunting Boots'), +(1011516, 2979, 0, 1, 1, 1, 'Veteran Boots'), +(1011516, 3207, 0, 1, 1, 1, 'Hunting Bracers'), +(1011516, 3304, 0, 1, 1, 1, 'Brackwater Gauntlets'), +(1011516, 3643, 0, 1, 1, 1, 'Spellbinder Bracers'), +(1011516, 4678, 0, 1, 1, 1, 'Veteran Girdle'), +(1011516, 4681, 0, 1, 1, 1, 'Brackwater Girdle'), +(1011516, 4687, 0, 1, 1, 1, 'Barbaric Cloth Belt'), +(1011516, 4693, 0, 1, 1, 1, 'Ceremonial Leather Belt'), +(1011516, 5110, 0, 1, 1, 1, 'Dalaran Wizard\'s Robe'), +(1011516, 6549, 0, 1, 1, 1, 'Soldier\'s Cloak'), +(1011516, 6555, 0, 1, 1, 1, 'Bard\'s Cloak'), +(1011516, 14115, 0, 1, 1, 1, 'Aboriginal Bands'), +(1011516, 14116, 0, 1, 1, 1, 'Aboriginal Cape'), +(1011516, 15013, 0, 1, 1, 1, 'Lupine Cuffs'), +(1011516, 15300, 0, 1, 1, 1, 'Grizzly Gloves'), +(1011516, 15490, 0, 1, 1, 1, 'Bloodspattered Cloak'), +(1011616, 3311, 0, 1, 1, 1, 'Ceremonial Leather Ankleguards'), +(1011616, 5110, 0, 1, 1, 1, 'Dalaran Wizard\'s Robe'), +(1011617, 3311, 0, 1, 1, 1, 'Ceremonial Leather Ankleguards'), +(1011617, 10407, 0, 1, 1, 1, 'Raider\'s Shoulderpads'), +(1011617, 14169, 0, 1, 1, 1, 'Aboriginal Shoulder Pads'), +(1011617, 15019, 0, 1, 1, 1, 'Lupine Mantle'), +(1011617, 15496, 0, 1, 1, 1, 'Bloodspattered Shoulder Pads'), +(1011717, 4698, 0, 1, 1, 1, 'Seer\'s Mantle'), +(1011717, 4700, 0, 1, 1, 1, 'Inscribed Leather Spaulders'), +(1011717, 10407, 0, 1, 1, 1, 'Raider\'s Shoulderpads'), +(1011717, 14169, 0, 1, 1, 1, 'Aboriginal Shoulder Pads'), +(1011717, 15019, 0, 1, 1, 1, 'Lupine Mantle'), +(1011717, 15496, 0, 1, 1, 1, 'Bloodspattered Shoulder Pads'), +(1011718, 4698, 0, 1, 1, 1, 'Seer\'s Mantle'), +(1011718, 4700, 0, 1, 1, 1, 'Inscribed Leather Spaulders'), +(1011718, 10407, 0, 1, 1, 1, 'Raider\'s Shoulderpads'), +(1011718, 14169, 0, 1, 1, 1, 'Aboriginal Shoulder Pads'), +(1011718, 15019, 0, 1, 1, 1, 'Lupine Mantle'), +(1011718, 15496, 0, 1, 1, 1, 'Bloodspattered Shoulder Pads'), +(1011818, 4698, 0, 1, 1, 1, 'Seer\'s Mantle'), +(1011818, 4700, 0, 1, 1, 1, 'Inscribed Leather Spaulders'), +(1011818, 10407, 0, 1, 1, 1, 'Raider\'s Shoulderpads'), +(1011818, 14169, 0, 1, 1, 1, 'Aboriginal Shoulder Pads'), +(1011818, 15019, 0, 1, 1, 1, 'Lupine Mantle'), +(1011818, 15496, 0, 1, 1, 1, 'Bloodspattered Shoulder Pads'), +(1011819, 4694, 0, 1, 1, 1, 'Burnished Pauldrons'), +(1011819, 4698, 0, 1, 1, 1, 'Seer\'s Mantle'), +(1011819, 4700, 0, 1, 1, 1, 'Inscribed Leather Spaulders'), +(1011819, 10405, 0, 1, 1, 1, 'Bandit Shoulders'), +(1011819, 10407, 0, 1, 1, 1, 'Raider\'s Shoulderpads'), +(1011819, 14169, 0, 1, 1, 1, 'Aboriginal Shoulder Pads'), +(1011819, 14170, 0, 1, 1, 1, 'Buccaneer\'s Mantle'), +(1011819, 14368, 0, 1, 1, 1, 'Mystic\'s Shoulder Pads'), +(1011819, 14728, 0, 1, 1, 1, 'War Paint Shoulder Pads'), +(1011819, 15019, 0, 1, 1, 1, 'Lupine Mantle'), +(1011819, 15496, 0, 1, 1, 1, 'Bloodspattered Shoulder Pads'), +(1011919, 4694, 0, 1, 1, 1, 'Burnished Pauldrons'), +(1011919, 4698, 0, 1, 1, 1, 'Seer\'s Mantle'), +(1011919, 4700, 0, 1, 1, 1, 'Inscribed Leather Spaulders'), +(1011919, 10405, 0, 1, 1, 1, 'Bandit Shoulders'), +(1011919, 10407, 0, 1, 1, 1, 'Raider\'s Shoulderpads'), +(1011919, 14169, 0, 1, 1, 1, 'Aboriginal Shoulder Pads'), +(1011919, 14170, 0, 1, 1, 1, 'Buccaneer\'s Mantle'), +(1011919, 14368, 0, 1, 1, 1, 'Mystic\'s Shoulder Pads'), +(1011919, 14728, 0, 1, 1, 1, 'War Paint Shoulder Pads'), +(1011919, 15019, 0, 1, 1, 1, 'Lupine Mantle'), +(1011919, 15496, 0, 1, 1, 1, 'Bloodspattered Shoulder Pads'), +(1011920, 4694, 0, 1, 1, 1, 'Burnished Pauldrons'), +(1011920, 4698, 0, 1, 1, 1, 'Seer\'s Mantle'), +(1011920, 4700, 0, 1, 1, 1, 'Inscribed Leather Spaulders'), +(1011920, 6588, 0, 1, 1, 1, 'Scouting Spaulders'), +(1011920, 10405, 0, 1, 1, 1, 'Bandit Shoulders'), +(1011920, 10407, 0, 1, 1, 1, 'Raider\'s Shoulderpads'), +(1011920, 14126, 0, 1, 1, 1, 'Ritual Amice'), +(1011920, 14169, 0, 1, 1, 1, 'Aboriginal Shoulder Pads'), +(1011920, 14170, 0, 1, 1, 1, 'Buccaneer\'s Mantle'), +(1011920, 14368, 0, 1, 1, 1, 'Mystic\'s Shoulder Pads'), +(1011920, 14728, 0, 1, 1, 1, 'War Paint Shoulder Pads'), +(1011920, 15019, 0, 1, 1, 1, 'Lupine Mantle'), +(1011920, 15496, 0, 1, 1, 1, 'Bloodspattered Shoulder Pads'), +(1011920, 15505, 0, 1, 1, 1, 'Outrunner\'s Pauldrons'), +(1012020, 15505, 0, 1, 1, 1, 'Outrunner\'s Pauldrons'), +(1012020, 15496, 0, 1, 1, 1, 'Bloodspattered Shoulder Pads'), +(1012020, 15019, 0, 1, 1, 1, 'Lupine Mantle'), +(1012020, 14728, 0, 1, 1, 1, 'War Paint Shoulder Pads'), +(1012020, 14368, 0, 1, 1, 1, 'Mystic\'s Shoulder Pads'), +(1012020, 14170, 0, 1, 1, 1, 'Buccaneer\'s Mantle'), +(1012020, 14169, 0, 1, 1, 1, 'Aboriginal Shoulder Pads'), +(1012020, 14126, 0, 1, 1, 1, 'Ritual Amice'), +(1012020, 10407, 0, 1, 1, 1, 'Raider\'s Shoulderpads'), +(1012020, 10405, 0, 1, 1, 1, 'Bandit Shoulders'), +(1012020, 6588, 0, 1, 1, 1, 'Scouting Spaulders'), +(1012020, 4700, 0, 1, 1, 1, 'Inscribed Leather Spaulders'), +(1012020, 4698, 0, 1, 1, 1, 'Seer\'s Mantle'), +(1012020, 4694, 0, 1, 1, 1, 'Burnished Pauldrons'), +(1012021, 4694, 0, 1, 1, 1, 'Burnished Pauldrons'), +(1012021, 4698, 0, 1, 1, 1, 'Seer\'s Mantle'), +(1012021, 4700, 0, 1, 1, 1, 'Inscribed Leather Spaulders'), +(1012021, 6566, 0, 1, 1, 1, 'Shimmering Amice'), +(1012021, 6579, 0, 1, 1, 1, 'Defender Spaulders'), +(1012021, 6588, 0, 1, 1, 1, 'Scouting Spaulders'), +(1012021, 10405, 0, 1, 1, 1, 'Bandit Shoulders'), +(1012021, 10407, 0, 1, 1, 1, 'Raider\'s Shoulderpads'), +(1012021, 14126, 0, 1, 1, 1, 'Ritual Amice'), +(1012021, 14157, 0, 1, 1, 1, 'Pagan Mantle'), +(1012021, 14169, 0, 1, 1, 1, 'Aboriginal Shoulder Pads'), +(1012021, 14170, 0, 1, 1, 1, 'Buccaneer\'s Mantle'), +(1012021, 14368, 0, 1, 1, 1, 'Mystic\'s Shoulder Pads'), +(1012021, 14728, 0, 1, 1, 1, 'War Paint Shoulder Pads'), +(1012021, 15019, 0, 1, 1, 1, 'Lupine Mantle'), +(1012021, 15313, 0, 1, 1, 1, 'Feral Shoulder Pads'), +(1012021, 15496, 0, 1, 1, 1, 'Bloodspattered Shoulder Pads'), +(1012021, 15505, 0, 1, 1, 1, 'Outrunner\'s Pauldrons'), +(1012121, 4694, 0, 1, 1, 1, 'Burnished Pauldrons'), +(1012121, 6566, 0, 1, 1, 1, 'Shimmering Amice'), +(1012121, 6579, 0, 1, 1, 1, 'Defender Spaulders'), +(1012121, 6588, 0, 1, 1, 1, 'Scouting Spaulders'), +(1012121, 10405, 0, 1, 1, 1, 'Bandit Shoulders'), +(1012121, 14126, 0, 1, 1, 1, 'Ritual Amice'), +(1012121, 14157, 0, 1, 1, 1, 'Pagan Mantle'), +(1012121, 14170, 0, 1, 1, 1, 'Buccaneer\'s Mantle'), +(1012121, 14368, 0, 1, 1, 1, 'Mystic\'s Shoulder Pads'), +(1012121, 14728, 0, 1, 1, 1, 'War Paint Shoulder Pads'), +(1012121, 15313, 0, 1, 1, 1, 'Feral Shoulder Pads'), +(1012121, 15505, 0, 1, 1, 1, 'Outrunner\'s Pauldrons'), +(1012122, 4694, 0, 1, 1, 1, 'Burnished Pauldrons'), +(1012122, 6566, 0, 1, 1, 1, 'Shimmering Amice'), +(1012122, 6579, 0, 1, 1, 1, 'Defender Spaulders'), +(1012122, 6588, 0, 1, 1, 1, 'Scouting Spaulders'), +(1012122, 10405, 0, 1, 1, 1, 'Bandit Shoulders'), +(1012122, 14126, 0, 1, 1, 1, 'Ritual Amice'), +(1012122, 14157, 0, 1, 1, 1, 'Pagan Mantle'), +(1012122, 14170, 0, 1, 1, 1, 'Buccaneer\'s Mantle'), +(1012122, 14368, 0, 1, 1, 1, 'Mystic\'s Shoulder Pads'), +(1012122, 14728, 0, 1, 1, 1, 'War Paint Shoulder Pads'), +(1012122, 15313, 0, 1, 1, 1, 'Feral Shoulder Pads'), +(1012122, 15505, 0, 1, 1, 1, 'Outrunner\'s Pauldrons'), +(1012222, 4694, 0, 1, 1, 1, 'Burnished Pauldrons'), +(1012222, 6566, 0, 1, 1, 1, 'Shimmering Amice'), +(1012222, 6579, 0, 1, 1, 1, 'Defender Spaulders'), +(1012222, 6588, 0, 1, 1, 1, 'Scouting Spaulders'), +(1012222, 10405, 0, 1, 1, 1, 'Bandit Shoulders'), +(1012222, 14126, 0, 1, 1, 1, 'Ritual Amice'), +(1012222, 14157, 0, 1, 1, 1, 'Pagan Mantle'), +(1012222, 14170, 0, 1, 1, 1, 'Buccaneer\'s Mantle'), +(1012222, 14368, 0, 1, 1, 1, 'Mystic\'s Shoulder Pads'), +(1012222, 14728, 0, 1, 1, 1, 'War Paint Shoulder Pads'), +(1012222, 15313, 0, 1, 1, 1, 'Feral Shoulder Pads'), +(1012222, 15505, 0, 1, 1, 1, 'Outrunner\'s Pauldrons'), +(1012223, 4694, 0, 1, 1, 1, 'Burnished Pauldrons'), +(1012223, 6566, 0, 1, 1, 1, 'Shimmering Amice'), +(1012223, 6579, 0, 1, 1, 1, 'Defender Spaulders'), +(1012223, 6588, 0, 1, 1, 1, 'Scouting Spaulders'), +(1012223, 10405, 0, 1, 1, 1, 'Bandit Shoulders'), +(1012223, 14126, 0, 1, 1, 1, 'Ritual Amice'), +(1012223, 14157, 0, 1, 1, 1, 'Pagan Mantle'), +(1012223, 14170, 0, 1, 1, 1, 'Buccaneer\'s Mantle'), +(1012223, 14368, 0, 1, 1, 1, 'Mystic\'s Shoulder Pads'), +(1012223, 14728, 0, 1, 1, 1, 'War Paint Shoulder Pads'), +(1012223, 15313, 0, 1, 1, 1, 'Feral Shoulder Pads'), +(1012223, 15505, 0, 1, 1, 1, 'Outrunner\'s Pauldrons'), +(1012323, 6566, 0, 1, 1, 1, 'Shimmering Amice'), +(1012323, 6579, 0, 1, 1, 1, 'Defender Spaulders'), +(1012323, 6588, 0, 1, 1, 1, 'Scouting Spaulders'), +(1012323, 14126, 0, 1, 1, 1, 'Ritual Amice'), +(1012323, 14157, 0, 1, 1, 1, 'Pagan Mantle'), +(1012323, 15313, 0, 1, 1, 1, 'Feral Shoulder Pads'), +(1012323, 15505, 0, 1, 1, 1, 'Outrunner\'s Pauldrons'), +(1012324, 6566, 0, 1, 1, 1, 'Shimmering Amice'), +(1012324, 6579, 0, 1, 1, 1, 'Defender Spaulders'), +(1012324, 6588, 0, 1, 1, 1, 'Scouting Spaulders'), +(1012324, 14126, 0, 1, 1, 1, 'Ritual Amice'), +(1012324, 14157, 0, 1, 1, 1, 'Pagan Mantle'), +(1012324, 15313, 0, 1, 1, 1, 'Feral Shoulder Pads'), +(1012324, 15505, 0, 1, 1, 1, 'Outrunner\'s Pauldrons'), +(1012424, 6566, 0, 1, 1, 1, 'Shimmering Amice'), +(1012424, 6579, 0, 1, 1, 1, 'Defender Spaulders'), +(1012424, 6588, 0, 1, 1, 1, 'Scouting Spaulders'), +(1012424, 14126, 0, 1, 1, 1, 'Ritual Amice'), +(1012424, 14157, 0, 1, 1, 1, 'Pagan Mantle'), +(1012424, 15313, 0, 1, 1, 1, 'Feral Shoulder Pads'), +(1012424, 15505, 0, 1, 1, 1, 'Outrunner\'s Pauldrons'), +(1012425, 6566, 0, 1, 1, 1, 'Shimmering Amice'), +(1012425, 6579, 0, 1, 1, 1, 'Defender Spaulders'), +(1012425, 6588, 0, 1, 1, 1, 'Scouting Spaulders'), +(1012425, 14126, 0, 1, 1, 1, 'Ritual Amice'), +(1012425, 14157, 0, 1, 1, 1, 'Pagan Mantle'), +(1012425, 15313, 0, 1, 1, 1, 'Feral Shoulder Pads'), +(1012425, 15505, 0, 1, 1, 1, 'Outrunner\'s Pauldrons'), +(1012525, 6566, 0, 1, 1, 1, 'Shimmering Amice'), +(1012525, 6579, 0, 1, 1, 1, 'Defender Spaulders'), +(1012525, 14157, 0, 1, 1, 1, 'Pagan Mantle'), +(1012525, 15313, 0, 1, 1, 1, 'Feral Shoulder Pads'), +(1020608, 727, 0, 1, 1, 1, 'Notched Shortsword'), +(1020608, 2075, 0, 1, 1, 1, 'Priest\'s Mace'), +(1020608, 2140, 0, 1, 1, 1, 'Carving Knife'), +(1020608, 2957, 0, 1, 1, 1, 'Journeyman\'s Vest'), +(1020608, 2958, 0, 1, 1, 1, 'Journeyman\'s Pants'), +(1020608, 2961, 0, 1, 1, 1, 'Burnt Leather Vest'), +(1020608, 2962, 0, 1, 1, 1, 'Burnt Leather Breeches'), +(1020608, 2965, 0, 1, 1, 1, 'Warrior\'s Tunic'), +(1020608, 2966, 0, 1, 1, 1, 'Warrior\'s Pants'), +(1020608, 3192, 0, 1, 1, 1, 'Short Bastard Sword'), +(1020608, 3282, 0, 1, 1, 1, 'Battle Chain Pants'), +(1020608, 3287, 0, 1, 1, 1, 'Tribal Pants'), +(1020608, 4561, 0, 1, 1, 1, 'Scalping Tomahawk'), +(1020608, 4562, 0, 1, 1, 1, 'Severing Axe'), +(1020608, 5069, 0, 1, 1, 1, 'Fire Wand'), +(1020608, 6267, 0, 1, 1, 1, 'Disciple\'s Pants'), +(1020608, 6269, 0, 1, 1, 1, 'Pioneer Trousers'), +(1020608, 6337, 0, 1, 1, 1, 'Infantry Leggings'), +(1020608, 6511, 0, 1, 1, 1, 'Journeyman\'s Robe'), +(1020608, 7108, 0, 1, 1, 1, 'Infantry Shield'), +(1020608, 8178, 0, 1, 1, 1, 'Training Sword'), +(1020608, 8180, 0, 1, 1, 1, 'Hunting Bow'), +(1020608, 9753, 0, 1, 1, 1, 'Gypsy Buckler'), +(1020608, 14090, 0, 1, 1, 1, 'Beaded Britches'), +(1020608, 14091, 0, 1, 1, 1, 'Beaded Robe'), +(1020608, 14094, 0, 1, 1, 1, 'Beaded Wraps'), +(1020608, 15009, 0, 1, 1, 1, 'Primal Leggings'), +(1020608, 15010, 0, 1, 1, 1, 'Primal Wraps'), +(1020608, 15477, 0, 1, 1, 1, 'Charger\'s Pants'), +(1020608, 15479, 0, 1, 1, 1, 'Charger\'s Armor'), +(1020608, 15486, 0, 1, 1, 1, 'War Torn Shield'), +(1020608, 15925, 0, 1, 1, 1, 'Journeyman\'s Stave'), +(1020608, 15932, 0, 1, 1, 1, 'Disciple\'s Stein'), +(1020608, 15944, 0, 1, 1, 1, 'Ancestral Orb'), +(1020608, 15969, 0, 1, 1, 1, 'Beaded Orb'), +(1020809, 727, 0, 1, 1, 1, 'Notched Shortsword'), +(1020809, 2075, 0, 1, 1, 1, 'Priest\'s Mace'), +(1020809, 2140, 0, 1, 1, 1, 'Carving Knife'), +(1020809, 2957, 0, 1, 1, 1, 'Journeyman\'s Vest'), +(1020809, 2958, 0, 1, 1, 1, 'Journeyman\'s Pants'), +(1020809, 2961, 0, 1, 1, 1, 'Burnt Leather Vest'), +(1020809, 2962, 0, 1, 1, 1, 'Burnt Leather Breeches'), +(1020809, 2965, 0, 1, 1, 1, 'Warrior\'s Tunic'), +(1020809, 2966, 0, 1, 1, 1, 'Warrior\'s Pants'), +(1020809, 3192, 0, 1, 1, 1, 'Short Bastard Sword'), +(1020809, 3282, 0, 1, 1, 1, 'Battle Chain Pants'), +(1020809, 3287, 0, 1, 1, 1, 'Tribal Pants'), +(1020809, 4561, 0, 1, 1, 1, 'Scalping Tomahawk'), +(1020809, 4562, 0, 1, 1, 1, 'Severing Axe'), +(1020809, 5069, 0, 1, 1, 1, 'Fire Wand'), +(1020809, 6267, 0, 1, 1, 1, 'Disciple\'s Pants'), +(1020809, 6269, 0, 1, 1, 1, 'Pioneer Trousers'), +(1020809, 6337, 0, 1, 1, 1, 'Infantry Leggings'), +(1020809, 6511, 0, 1, 1, 1, 'Journeyman\'s Robe'), +(1020809, 7108, 0, 1, 1, 1, 'Infantry Shield'), +(1020809, 8178, 0, 1, 1, 1, 'Training Sword'), +(1020809, 8180, 0, 1, 1, 1, 'Hunting Bow'), +(1020809, 9753, 0, 1, 1, 1, 'Gypsy Buckler'), +(1020809, 14090, 0, 1, 1, 1, 'Beaded Britches'), +(1020809, 14091, 0, 1, 1, 1, 'Beaded Robe'), +(1020809, 14094, 0, 1, 1, 1, 'Beaded Wraps'), +(1020809, 15009, 0, 1, 1, 1, 'Primal Leggings'), +(1020809, 15010, 0, 1, 1, 1, 'Primal Wraps'), +(1020809, 15477, 0, 1, 1, 1, 'Charger\'s Pants'), +(1020809, 15479, 0, 1, 1, 1, 'Charger\'s Armor'), +(1020809, 15486, 0, 1, 1, 1, 'War Torn Shield'), +(1020809, 15925, 0, 1, 1, 1, 'Journeyman\'s Stave'), +(1020809, 15932, 0, 1, 1, 1, 'Disciple\'s Stein'), +(1020809, 15944, 0, 1, 1, 1, 'Ancestral Orb'), +(1020809, 15969, 0, 1, 1, 1, 'Beaded Orb'), +(1020909, 727, 0, 1, 1, 1, 'Notched Shortsword'), +(1020909, 2075, 0, 1, 1, 1, 'Priest\'s Mace'), +(1020909, 2140, 0, 1, 1, 1, 'Carving Knife'), +(1020909, 2957, 0, 1, 1, 1, 'Journeyman\'s Vest'), +(1020909, 2958, 0, 1, 1, 1, 'Journeyman\'s Pants'), +(1020909, 2961, 0, 1, 1, 1, 'Burnt Leather Vest'), +(1020909, 2962, 0, 1, 1, 1, 'Burnt Leather Breeches'), +(1020909, 2965, 0, 1, 1, 1, 'Warrior\'s Tunic'), +(1020909, 2966, 0, 1, 1, 1, 'Warrior\'s Pants'), +(1020909, 3192, 0, 1, 1, 1, 'Short Bastard Sword'), +(1020909, 3282, 0, 1, 1, 1, 'Battle Chain Pants'), +(1020909, 3287, 0, 1, 1, 1, 'Tribal Pants'), +(1020909, 4561, 0, 1, 1, 1, 'Scalping Tomahawk'), +(1020909, 4562, 0, 1, 1, 1, 'Severing Axe'), +(1020909, 5069, 0, 1, 1, 1, 'Fire Wand'), +(1020909, 6267, 0, 1, 1, 1, 'Disciple\'s Pants'), +(1020909, 6269, 0, 1, 1, 1, 'Pioneer Trousers'), +(1020909, 6337, 0, 1, 1, 1, 'Infantry Leggings'), +(1020909, 6511, 0, 1, 1, 1, 'Journeyman\'s Robe'), +(1020909, 7108, 0, 1, 1, 1, 'Infantry Shield'), +(1020909, 8178, 0, 1, 1, 1, 'Training Sword'), +(1020909, 8180, 0, 1, 1, 1, 'Hunting Bow'), +(1020909, 9753, 0, 1, 1, 1, 'Gypsy Buckler'), +(1020909, 14090, 0, 1, 1, 1, 'Beaded Britches'), +(1020909, 14091, 0, 1, 1, 1, 'Beaded Robe'), +(1020909, 14094, 0, 1, 1, 1, 'Beaded Wraps'), +(1020909, 15009, 0, 1, 1, 1, 'Primal Leggings'), +(1020909, 15010, 0, 1, 1, 1, 'Primal Wraps'), +(1020909, 15477, 0, 1, 1, 1, 'Charger\'s Pants'), +(1020909, 15479, 0, 1, 1, 1, 'Charger\'s Armor'), +(1020909, 15486, 0, 1, 1, 1, 'War Torn Shield'), +(1020909, 15925, 0, 1, 1, 1, 'Journeyman\'s Stave'), +(1020909, 15932, 0, 1, 1, 1, 'Disciple\'s Stein'), +(1020909, 15944, 0, 1, 1, 1, 'Ancestral Orb'), +(1020909, 15969, 0, 1, 1, 1, 'Beaded Orb'), +(1020910, 727, 0, 1, 1, 1, 'Notched Shortsword'), +(1020910, 2075, 0, 1, 1, 1, 'Priest\'s Mace'), +(1020910, 2140, 0, 1, 1, 1, 'Carving Knife'), +(1020910, 2957, 0, 1, 1, 1, 'Journeyman\'s Vest'), +(1020910, 2958, 0, 1, 1, 1, 'Journeyman\'s Pants'), +(1020910, 2961, 0, 1, 1, 1, 'Burnt Leather Vest'), +(1020910, 2962, 0, 1, 1, 1, 'Burnt Leather Breeches'), +(1020910, 2965, 0, 1, 1, 1, 'Warrior\'s Tunic'), +(1020910, 2966, 0, 1, 1, 1, 'Warrior\'s Pants'), +(1020910, 3192, 0, 1, 1, 1, 'Short Bastard Sword'), +(1020910, 3282, 0, 1, 1, 1, 'Battle Chain Pants'), +(1020910, 3283, 0, 1, 1, 1, 'Battle Chain Tunic'), +(1020910, 3287, 0, 1, 1, 1, 'Tribal Pants'), +(1020910, 3288, 0, 1, 1, 1, 'Tribal Vest'), +(1020910, 3291, 0, 1, 1, 1, 'Ancestral Woollies'), +(1020910, 3292, 0, 1, 1, 1, 'Ancestral Tunic'), +(1020910, 4561, 0, 1, 1, 1, 'Scalping Tomahawk'), +(1020910, 4562, 0, 1, 1, 1, 'Severing Axe'), +(1020910, 4564, 0, 1, 1, 1, 'Spiked Club'), +(1020910, 4566, 0, 1, 1, 1, 'Sturdy Quarterstaff'), +(1020910, 4577, 0, 1, 1, 1, 'Compact Shotgun'), +(1020910, 5069, 0, 1, 1, 1, 'Fire Wand'), +(1020910, 6266, 0, 1, 1, 1, 'Disciple\'s Vest'), +(1020910, 6267, 0, 1, 1, 1, 'Disciple\'s Pants'), +(1020910, 6268, 0, 1, 1, 1, 'Pioneer Tunic'), +(1020910, 6269, 0, 1, 1, 1, 'Pioneer Trousers'), +(1020910, 6336, 0, 1, 1, 1, 'Infantry Tunic'), +(1020910, 6337, 0, 1, 1, 1, 'Infantry Leggings'), +(1020910, 6511, 0, 1, 1, 1, 'Journeyman\'s Robe'), +(1020910, 6512, 0, 1, 1, 1, 'Disciple\'s Robe'), +(1020910, 6527, 0, 1, 1, 1, 'Ancestral Robe'), +(1020910, 7108, 0, 1, 1, 1, 'Infantry Shield'), +(1020910, 8178, 0, 1, 1, 1, 'Training Sword'), +(1020910, 8180, 0, 1, 1, 1, 'Hunting Bow'), +(1020910, 9753, 0, 1, 1, 1, 'Gypsy Buckler'), +(1020910, 9764, 0, 1, 1, 1, 'Cadet Shield'), +(1020910, 14090, 0, 1, 1, 1, 'Beaded Britches'), +(1020910, 14091, 0, 1, 1, 1, 'Beaded Robe'), +(1020910, 14094, 0, 1, 1, 1, 'Beaded Wraps'), +(1020910, 15009, 0, 1, 1, 1, 'Primal Leggings'), +(1020910, 15010, 0, 1, 1, 1, 'Primal Wraps'), +(1020910, 15298, 0, 1, 1, 1, 'Grizzly Buckler'), +(1020910, 15477, 0, 1, 1, 1, 'Charger\'s Pants'), +(1020910, 15479, 0, 1, 1, 1, 'Charger\'s Armor'), +(1020910, 15486, 0, 1, 1, 1, 'War Torn Shield'), +(1020910, 15925, 0, 1, 1, 1, 'Journeyman\'s Stave'), +(1020910, 15932, 0, 1, 1, 1, 'Disciple\'s Stein'), +(1020910, 15944, 0, 1, 1, 1, 'Ancestral Orb'), +(1020910, 15969, 0, 1, 1, 1, 'Beaded Orb'), +(1021010, 727, 0, 1, 1, 1, 'Notched Shortsword'), +(1021010, 2075, 0, 1, 1, 1, 'Priest\'s Mace'), +(1021010, 2140, 0, 1, 1, 1, 'Carving Knife'), +(1021010, 2957, 0, 1, 1, 1, 'Journeyman\'s Vest'), +(1021010, 2958, 0, 1, 1, 1, 'Journeyman\'s Pants'), +(1021010, 2961, 0, 1, 1, 1, 'Burnt Leather Vest'), +(1021010, 2962, 0, 1, 1, 1, 'Burnt Leather Breeches'), +(1021010, 2965, 0, 1, 1, 1, 'Warrior\'s Tunic'), +(1021010, 2966, 0, 1, 1, 1, 'Warrior\'s Pants'), +(1021010, 3192, 0, 1, 1, 1, 'Short Bastard Sword'), +(1021010, 3282, 0, 1, 1, 1, 'Battle Chain Pants'), +(1021010, 3283, 0, 1, 1, 1, 'Battle Chain Tunic'), +(1021010, 3287, 0, 1, 1, 1, 'Tribal Pants'), +(1021010, 3288, 0, 1, 1, 1, 'Tribal Vest'), +(1021010, 3291, 0, 1, 1, 1, 'Ancestral Woollies'), +(1021010, 3292, 0, 1, 1, 1, 'Ancestral Tunic'), +(1021010, 4561, 0, 1, 1, 1, 'Scalping Tomahawk'), +(1021010, 4562, 0, 1, 1, 1, 'Severing Axe'), +(1021010, 4564, 0, 1, 1, 1, 'Spiked Club'), +(1021010, 4566, 0, 1, 1, 1, 'Sturdy Quarterstaff'), +(1021010, 4577, 0, 1, 1, 1, 'Compact Shotgun'), +(1021010, 5069, 0, 1, 1, 1, 'Fire Wand'), +(1021010, 6266, 0, 1, 1, 1, 'Disciple\'s Vest'), +(1021010, 6267, 0, 1, 1, 1, 'Disciple\'s Pants'), +(1021010, 6268, 0, 1, 1, 1, 'Pioneer Tunic'), +(1021010, 6269, 0, 1, 1, 1, 'Pioneer Trousers'), +(1021010, 6336, 0, 1, 1, 1, 'Infantry Tunic'), +(1021010, 6337, 0, 1, 1, 1, 'Infantry Leggings'), +(1021010, 6511, 0, 1, 1, 1, 'Journeyman\'s Robe'), +(1021010, 6512, 0, 1, 1, 1, 'Disciple\'s Robe'), +(1021010, 6527, 0, 1, 1, 1, 'Ancestral Robe'), +(1021010, 7108, 0, 1, 1, 1, 'Infantry Shield'), +(1021010, 8178, 0, 1, 1, 1, 'Training Sword'), +(1021010, 8180, 0, 1, 1, 1, 'Hunting Bow'), +(1021010, 9753, 0, 1, 1, 1, 'Gypsy Buckler'), +(1021010, 9764, 0, 1, 1, 1, 'Cadet Shield'), +(1021010, 14090, 0, 1, 1, 1, 'Beaded Britches'), +(1021010, 14091, 0, 1, 1, 1, 'Beaded Robe'), +(1021010, 14094, 0, 1, 1, 1, 'Beaded Wraps'), +(1021010, 15009, 0, 1, 1, 1, 'Primal Leggings'), +(1021010, 15010, 0, 1, 1, 1, 'Primal Wraps'), +(1021010, 15298, 0, 1, 1, 1, 'Grizzly Buckler'), +(1021010, 15477, 0, 1, 1, 1, 'Charger\'s Pants'), +(1021010, 15479, 0, 1, 1, 1, 'Charger\'s Armor'), +(1021010, 15486, 0, 1, 1, 1, 'War Torn Shield'), +(1021010, 15925, 0, 1, 1, 1, 'Journeyman\'s Stave'), +(1021010, 15932, 0, 1, 1, 1, 'Disciple\'s Stein'), +(1021010, 15944, 0, 1, 1, 1, 'Ancestral Orb'), +(1021010, 15969, 0, 1, 1, 1, 'Beaded Orb'), +(1021011, 727, 0, 1, 1, 1, 'Notched Shortsword'), +(1021011, 2075, 0, 1, 1, 1, 'Priest\'s Mace'), +(1021011, 2140, 0, 1, 1, 1, 'Carving Knife'), +(1021011, 2632, 0, 1, 1, 1, 'Curved Dagger'), +(1021011, 2957, 0, 1, 1, 1, 'Journeyman\'s Vest'), +(1021011, 2958, 0, 1, 1, 1, 'Journeyman\'s Pants'), +(1021011, 2961, 0, 1, 1, 1, 'Burnt Leather Vest'), +(1021011, 2962, 0, 1, 1, 1, 'Burnt Leather Breeches'), +(1021011, 2965, 0, 1, 1, 1, 'Warrior\'s Tunic'), +(1021011, 2966, 0, 1, 1, 1, 'Warrior\'s Pants'), +(1021011, 3192, 0, 1, 1, 1, 'Short Bastard Sword'), +(1021011, 3282, 0, 1, 1, 1, 'Battle Chain Pants'), +(1021011, 3283, 0, 1, 1, 1, 'Battle Chain Tunic'), +(1021011, 3287, 0, 1, 1, 1, 'Tribal Pants'), +(1021011, 3288, 0, 1, 1, 1, 'Tribal Vest'), +(1021011, 3291, 0, 1, 1, 1, 'Ancestral Woollies'), +(1021011, 3292, 0, 1, 1, 1, 'Ancestral Tunic'), +(1021011, 3652, 0, 1, 1, 1, 'Hunting Buckler'), +(1021011, 3654, 0, 1, 1, 1, 'Brackwater Shield'), +(1021011, 4561, 0, 1, 1, 1, 'Scalping Tomahawk'), +(1021011, 4562, 0, 1, 1, 1, 'Severing Axe'), +(1021011, 4564, 0, 1, 1, 1, 'Spiked Club'), +(1021011, 4566, 0, 1, 1, 1, 'Sturdy Quarterstaff'), +(1021011, 4569, 0, 1, 1, 1, 'Staunch Hammer'), +(1021011, 4577, 0, 1, 1, 1, 'Compact Shotgun'), +(1021011, 5069, 0, 1, 1, 1, 'Fire Wand'), +(1021011, 5071, 0, 1, 1, 1, 'Shadow Wand'), +(1021011, 6266, 0, 1, 1, 1, 'Disciple\'s Vest'), +(1021011, 6267, 0, 1, 1, 1, 'Disciple\'s Pants'), +(1021011, 6268, 0, 1, 1, 1, 'Pioneer Tunic'), +(1021011, 6269, 0, 1, 1, 1, 'Pioneer Trousers'), +(1021011, 6336, 0, 1, 1, 1, 'Infantry Tunic'), +(1021011, 6337, 0, 1, 1, 1, 'Infantry Leggings'), +(1021011, 6511, 0, 1, 1, 1, 'Journeyman\'s Robe'), +(1021011, 6512, 0, 1, 1, 1, 'Disciple\'s Robe'), +(1021011, 6527, 0, 1, 1, 1, 'Ancestral Robe'), +(1021011, 7108, 0, 1, 1, 1, 'Infantry Shield'), +(1021011, 8178, 0, 1, 1, 1, 'Training Sword'), +(1021011, 8180, 0, 1, 1, 1, 'Hunting Bow'), +(1021011, 9747, 0, 1, 1, 1, 'Simple Britches'), +(1021011, 9753, 0, 1, 1, 1, 'Gypsy Buckler'), +(1021011, 9756, 0, 1, 1, 1, 'Gypsy Trousers'), +(1021011, 9763, 0, 1, 1, 1, 'Cadet Leggings'), +(1021011, 9764, 0, 1, 1, 1, 'Cadet Shield'), +(1021011, 14090, 0, 1, 1, 1, 'Beaded Britches'), +(1021011, 14091, 0, 1, 1, 1, 'Beaded Robe'), +(1021011, 14094, 0, 1, 1, 1, 'Beaded Wraps'), +(1021011, 14097, 0, 1, 1, 1, 'Native Pants'), +(1021011, 15009, 0, 1, 1, 1, 'Primal Leggings'), +(1021011, 15010, 0, 1, 1, 1, 'Primal Wraps'), +(1021011, 15298, 0, 1, 1, 1, 'Grizzly Buckler'), +(1021011, 15303, 0, 1, 1, 1, 'Grizzly Pants'), +(1021011, 15477, 0, 1, 1, 1, 'Charger\'s Pants'), +(1021011, 15479, 0, 1, 1, 1, 'Charger\'s Armor'), +(1021011, 15485, 0, 1, 1, 1, 'War Torn Pants'), +(1021011, 15486, 0, 1, 1, 1, 'War Torn Shield'), +(1021011, 15925, 0, 1, 1, 1, 'Journeyman\'s Stave'), +(1021011, 15932, 0, 1, 1, 1, 'Disciple\'s Stein'), +(1021011, 15944, 0, 1, 1, 1, 'Ancestral Orb'), +(1021011, 15969, 0, 1, 1, 1, 'Beaded Orb'), +(1021111, 727, 0, 1, 1, 1, 'Notched Shortsword'), +(1021111, 2075, 0, 1, 1, 1, 'Priest\'s Mace'), +(1021111, 2140, 0, 1, 1, 1, 'Carving Knife'), +(1021111, 2632, 0, 1, 1, 1, 'Curved Dagger'), +(1021111, 2957, 0, 1, 1, 1, 'Journeyman\'s Vest'), +(1021111, 2958, 0, 1, 1, 1, 'Journeyman\'s Pants'), +(1021111, 2961, 0, 1, 1, 1, 'Burnt Leather Vest'), +(1021111, 2962, 0, 1, 1, 1, 'Burnt Leather Breeches'), +(1021111, 2965, 0, 1, 1, 1, 'Warrior\'s Tunic'), +(1021111, 2966, 0, 1, 1, 1, 'Warrior\'s Pants'), +(1021111, 3192, 0, 1, 1, 1, 'Short Bastard Sword'), +(1021111, 3282, 0, 1, 1, 1, 'Battle Chain Pants'), +(1021111, 3283, 0, 1, 1, 1, 'Battle Chain Tunic'), +(1021111, 3287, 0, 1, 1, 1, 'Tribal Pants'), +(1021111, 3288, 0, 1, 1, 1, 'Tribal Vest'), +(1021111, 3291, 0, 1, 1, 1, 'Ancestral Woollies'), +(1021111, 3292, 0, 1, 1, 1, 'Ancestral Tunic'), +(1021111, 3652, 0, 1, 1, 1, 'Hunting Buckler'), +(1021111, 3654, 0, 1, 1, 1, 'Brackwater Shield'), +(1021111, 4561, 0, 1, 1, 1, 'Scalping Tomahawk'), +(1021111, 4562, 0, 1, 1, 1, 'Severing Axe'), +(1021111, 4564, 0, 1, 1, 1, 'Spiked Club'), +(1021111, 4566, 0, 1, 1, 1, 'Sturdy Quarterstaff'), +(1021111, 4569, 0, 1, 1, 1, 'Staunch Hammer'), +(1021111, 4577, 0, 1, 1, 1, 'Compact Shotgun'), +(1021111, 5069, 0, 1, 1, 1, 'Fire Wand'), +(1021111, 5071, 0, 1, 1, 1, 'Shadow Wand'), +(1021111, 6266, 0, 1, 1, 1, 'Disciple\'s Vest'), +(1021111, 6267, 0, 1, 1, 1, 'Disciple\'s Pants'), +(1021111, 6268, 0, 1, 1, 1, 'Pioneer Tunic'), +(1021111, 6269, 0, 1, 1, 1, 'Pioneer Trousers'), +(1021111, 6336, 0, 1, 1, 1, 'Infantry Tunic'), +(1021111, 6337, 0, 1, 1, 1, 'Infantry Leggings'), +(1021111, 6511, 0, 1, 1, 1, 'Journeyman\'s Robe'), +(1021111, 6512, 0, 1, 1, 1, 'Disciple\'s Robe'), +(1021111, 6527, 0, 1, 1, 1, 'Ancestral Robe'), +(1021111, 7108, 0, 1, 1, 1, 'Infantry Shield'), +(1021111, 8178, 0, 1, 1, 1, 'Training Sword'), +(1021111, 8180, 0, 1, 1, 1, 'Hunting Bow'), +(1021111, 9747, 0, 1, 1, 1, 'Simple Britches'), +(1021111, 9753, 0, 1, 1, 1, 'Gypsy Buckler'), +(1021111, 9756, 0, 1, 1, 1, 'Gypsy Trousers'), +(1021111, 9763, 0, 1, 1, 1, 'Cadet Leggings'), +(1021111, 9764, 0, 1, 1, 1, 'Cadet Shield'), +(1021111, 14090, 0, 1, 1, 1, 'Beaded Britches'), +(1021111, 14091, 0, 1, 1, 1, 'Beaded Robe'), +(1021111, 14094, 0, 1, 1, 1, 'Beaded Wraps'), +(1021111, 14097, 0, 1, 1, 1, 'Native Pants'), +(1021111, 15009, 0, 1, 1, 1, 'Primal Leggings'), +(1021111, 15010, 0, 1, 1, 1, 'Primal Wraps'), +(1021111, 15298, 0, 1, 1, 1, 'Grizzly Buckler'), +(1021111, 15303, 0, 1, 1, 1, 'Grizzly Pants'), +(1021111, 15477, 0, 1, 1, 1, 'Charger\'s Pants'), +(1021111, 15479, 0, 1, 1, 1, 'Charger\'s Armor'), +(1021111, 15485, 0, 1, 1, 1, 'War Torn Pants'), +(1021111, 15486, 0, 1, 1, 1, 'War Torn Shield'), +(1021111, 15925, 0, 1, 1, 1, 'Journeyman\'s Stave'), +(1021111, 15932, 0, 1, 1, 1, 'Disciple\'s Stein'), +(1021111, 15944, 0, 1, 1, 1, 'Ancestral Orb'), +(1021111, 15969, 0, 1, 1, 1, 'Beaded Orb'), +(1021112, 727, 0, 1, 1, 1, 'Notched Shortsword'), +(1021112, 2073, 0, 1, 1, 1, 'Dwarven Hatchet'), +(1021112, 2075, 0, 1, 1, 1, 'Priest\'s Mace'), +(1021112, 2140, 0, 1, 1, 1, 'Carving Knife'), +(1021112, 2632, 0, 1, 1, 1, 'Curved Dagger'), +(1021112, 2957, 0, 1, 1, 1, 'Journeyman\'s Vest'), +(1021112, 2958, 0, 1, 1, 1, 'Journeyman\'s Pants'), +(1021112, 2961, 0, 1, 1, 1, 'Burnt Leather Vest'), +(1021112, 2962, 0, 1, 1, 1, 'Burnt Leather Breeches'), +(1021112, 2965, 0, 1, 1, 1, 'Warrior\'s Tunic'), +(1021112, 2966, 0, 1, 1, 1, 'Warrior\'s Pants'), +(1021112, 2976, 0, 1, 1, 1, 'Hunting Gloves'), +(1021112, 2978, 0, 1, 1, 1, 'Veteran Leggings'), +(1021112, 2980, 0, 1, 1, 1, 'Veteran Gloves'), +(1021112, 3036, 0, 1, 1, 1, 'Heavy Shortbow'), +(1021112, 3192, 0, 1, 1, 1, 'Short Bastard Sword'), +(1021112, 3282, 0, 1, 1, 1, 'Battle Chain Pants'), +(1021112, 3283, 0, 1, 1, 1, 'Battle Chain Tunic'), +(1021112, 3287, 0, 1, 1, 1, 'Tribal Pants'), +(1021112, 3288, 0, 1, 1, 1, 'Tribal Vest'), +(1021112, 3291, 0, 1, 1, 1, 'Ancestral Woollies'), +(1021112, 3292, 0, 1, 1, 1, 'Ancestral Tunic'), +(1021112, 3302, 0, 1, 1, 1, 'Brackwater Boots'), +(1021112, 3307, 0, 1, 1, 1, 'Barbaric Cloth Boots'), +(1021112, 3308, 0, 1, 1, 1, 'Barbaric Cloth Gloves'), +(1021112, 3314, 0, 1, 1, 1, 'Ceremonial Leather Gloves'), +(1021112, 3651, 0, 1, 1, 1, 'Veteran Shield'), +(1021112, 3652, 0, 1, 1, 1, 'Hunting Buckler'), +(1021112, 3653, 0, 1, 1, 1, 'Ceremonial Buckler'), +(1021112, 3654, 0, 1, 1, 1, 'Brackwater Shield'), +(1021112, 4561, 0, 1, 1, 1, 'Scalping Tomahawk'), +(1021112, 4562, 0, 1, 1, 1, 'Severing Axe'), +(1021112, 4564, 0, 1, 1, 1, 'Spiked Club'), +(1021112, 4566, 0, 1, 1, 1, 'Sturdy Quarterstaff'), +(1021112, 4569, 0, 1, 1, 1, 'Staunch Hammer'), +(1021112, 4570, 0, 1, 1, 1, 'Birchwood Maul'), +(1021112, 4577, 0, 1, 1, 1, 'Compact Shotgun'), +(1021112, 5069, 0, 1, 1, 1, 'Fire Wand'), +(1021112, 5071, 0, 1, 1, 1, 'Shadow Wand'), +(1021112, 6266, 0, 1, 1, 1, 'Disciple\'s Vest'), +(1021112, 6267, 0, 1, 1, 1, 'Disciple\'s Pants'), +(1021112, 6268, 0, 1, 1, 1, 'Pioneer Tunic'), +(1021112, 6269, 0, 1, 1, 1, 'Pioneer Trousers'), +(1021112, 6336, 0, 1, 1, 1, 'Infantry Tunic'), +(1021112, 6337, 0, 1, 1, 1, 'Infantry Leggings'), +(1021112, 6511, 0, 1, 1, 1, 'Journeyman\'s Robe'), +(1021112, 6512, 0, 1, 1, 1, 'Disciple\'s Robe'), +(1021112, 6527, 0, 1, 1, 1, 'Ancestral Robe'), +(1021112, 6537, 0, 1, 1, 1, 'Willow Boots'), +(1021112, 6542, 0, 1, 1, 1, 'Willow Cape'), +(1021112, 6543, 0, 1, 1, 1, 'Willow Bracers'), +(1021112, 6550, 0, 1, 1, 1, 'Soldier\'s Wristguards'), +(1021112, 6556, 0, 1, 1, 1, 'Bard\'s Bracers'), +(1021112, 6558, 0, 1, 1, 1, 'Bard\'s Belt'), +(1021112, 7108, 0, 1, 1, 1, 'Infantry Shield'), +(1021112, 8178, 0, 1, 1, 1, 'Training Sword'), +(1021112, 8180, 0, 1, 1, 1, 'Hunting Bow'), +(1021112, 9747, 0, 1, 1, 1, 'Simple Britches'), +(1021112, 9748, 0, 1, 1, 1, 'Simple Robe'), +(1021112, 9749, 0, 1, 1, 1, 'Simple Blouse'), +(1021112, 9753, 0, 1, 1, 1, 'Gypsy Buckler'), +(1021112, 9756, 0, 1, 1, 1, 'Gypsy Trousers'), +(1021112, 9757, 0, 1, 1, 1, 'Gypsy Tunic'), +(1021112, 9763, 0, 1, 1, 1, 'Cadet Leggings'), +(1021112, 9764, 0, 1, 1, 1, 'Cadet Shield'), +(1021112, 9765, 0, 1, 1, 1, 'Cadet Vest'), +(1021112, 14090, 0, 1, 1, 1, 'Beaded Britches'), +(1021112, 14091, 0, 1, 1, 1, 'Beaded Robe'), +(1021112, 14094, 0, 1, 1, 1, 'Beaded Wraps'), +(1021112, 14097, 0, 1, 1, 1, 'Native Pants'), +(1021112, 14113, 0, 1, 1, 1, 'Aboriginal Sash'), +(1021112, 14365, 0, 1, 1, 1, 'Mystic\'s Cape'), +(1021112, 15009, 0, 1, 1, 1, 'Primal Leggings'), +(1021112, 15010, 0, 1, 1, 1, 'Primal Wraps'), +(1021112, 15011, 0, 1, 1, 1, 'Lupine Cord'), +(1021112, 15298, 0, 1, 1, 1, 'Grizzly Buckler'), +(1021112, 15303, 0, 1, 1, 1, 'Grizzly Pants'), +(1021112, 15309, 0, 1, 1, 1, 'Feral Cloak'), +(1021112, 15477, 0, 1, 1, 1, 'Charger\'s Pants'), +(1021112, 15479, 0, 1, 1, 1, 'Charger\'s Armor'), +(1021112, 15485, 0, 1, 1, 1, 'War Torn Pants'), +(1021112, 15486, 0, 1, 1, 1, 'War Torn Shield'), +(1021112, 15491, 0, 1, 1, 1, 'Bloodspattered Gloves'), +(1021112, 15492, 0, 1, 1, 1, 'Bloodspattered Sash'), +(1021112, 15495, 0, 1, 1, 1, 'Bloodspattered Wristbands'), +(1021112, 15925, 0, 1, 1, 1, 'Journeyman\'s Stave'), +(1021112, 15932, 0, 1, 1, 1, 'Disciple\'s Stein'), +(1021112, 15933, 0, 1, 1, 1, 'Simple Branch'), +(1021112, 15944, 0, 1, 1, 1, 'Ancestral Orb'), +(1021112, 15969, 0, 1, 1, 1, 'Beaded Orb'), +(1021112, 15970, 0, 1, 1, 1, 'Native Branch'), +(1021212, 2073, 0, 1, 1, 1, 'Dwarven Hatchet'), +(1021212, 2075, 0, 1, 1, 1, 'Priest\'s Mace'), +(1021212, 2140, 0, 1, 1, 1, 'Carving Knife'), +(1021212, 2632, 0, 1, 1, 1, 'Curved Dagger'), +(1021212, 2957, 0, 1, 1, 1, 'Journeyman\'s Vest'), +(1021212, 2961, 0, 1, 1, 1, 'Burnt Leather Vest'), +(1021212, 2965, 0, 1, 1, 1, 'Warrior\'s Tunic'), +(1021212, 2976, 0, 1, 1, 1, 'Hunting Gloves'), +(1021212, 2978, 0, 1, 1, 1, 'Veteran Leggings'), +(1021212, 2980, 0, 1, 1, 1, 'Veteran Gloves'), +(1021212, 3036, 0, 1, 1, 1, 'Heavy Shortbow'), +(1021212, 3192, 0, 1, 1, 1, 'Short Bastard Sword'), +(1021212, 3282, 0, 1, 1, 1, 'Battle Chain Pants'), +(1021212, 3283, 0, 1, 1, 1, 'Battle Chain Tunic'), +(1021212, 3287, 0, 1, 1, 1, 'Tribal Pants'), +(1021212, 3288, 0, 1, 1, 1, 'Tribal Vest'), +(1021212, 3291, 0, 1, 1, 1, 'Ancestral Woollies'), +(1021212, 3292, 0, 1, 1, 1, 'Ancestral Tunic'), +(1021212, 3302, 0, 1, 1, 1, 'Brackwater Boots'), +(1021212, 3307, 0, 1, 1, 1, 'Barbaric Cloth Boots'), +(1021212, 3308, 0, 1, 1, 1, 'Barbaric Cloth Gloves'), +(1021212, 3314, 0, 1, 1, 1, 'Ceremonial Leather Gloves'), +(1021212, 3651, 0, 1, 1, 1, 'Veteran Shield'), +(1021212, 3652, 0, 1, 1, 1, 'Hunting Buckler'), +(1021212, 3653, 0, 1, 1, 1, 'Ceremonial Buckler'), +(1021212, 3654, 0, 1, 1, 1, 'Brackwater Shield'), +(1021212, 4561, 0, 1, 1, 1, 'Scalping Tomahawk'), +(1021212, 4564, 0, 1, 1, 1, 'Spiked Club'), +(1021212, 4566, 0, 1, 1, 1, 'Sturdy Quarterstaff'), +(1021212, 4569, 0, 1, 1, 1, 'Staunch Hammer'), +(1021212, 4570, 0, 1, 1, 1, 'Birchwood Maul'), +(1021212, 4577, 0, 1, 1, 1, 'Compact Shotgun'), +(1021212, 5069, 0, 1, 1, 1, 'Fire Wand'), +(1021212, 5071, 0, 1, 1, 1, 'Shadow Wand'), +(1021212, 6266, 0, 1, 1, 1, 'Disciple\'s Vest'), +(1021212, 6267, 0, 1, 1, 1, 'Disciple\'s Pants'), +(1021212, 6268, 0, 1, 1, 1, 'Pioneer Tunic'), +(1021212, 6269, 0, 1, 1, 1, 'Pioneer Trousers'), +(1021212, 6336, 0, 1, 1, 1, 'Infantry Tunic'), +(1021212, 6337, 0, 1, 1, 1, 'Infantry Leggings'), +(1021212, 6511, 0, 1, 1, 1, 'Journeyman\'s Robe'), +(1021212, 6512, 0, 1, 1, 1, 'Disciple\'s Robe'), +(1021212, 6527, 0, 1, 1, 1, 'Ancestral Robe'), +(1021212, 6537, 0, 1, 1, 1, 'Willow Boots'), +(1021212, 6542, 0, 1, 1, 1, 'Willow Cape'), +(1021212, 6543, 0, 1, 1, 1, 'Willow Bracers'), +(1021212, 6550, 0, 1, 1, 1, 'Soldier\'s Wristguards'), +(1021212, 6556, 0, 1, 1, 1, 'Bard\'s Bracers'), +(1021212, 6558, 0, 1, 1, 1, 'Bard\'s Belt'), +(1021212, 7108, 0, 1, 1, 1, 'Infantry Shield'), +(1021212, 8180, 0, 1, 1, 1, 'Hunting Bow'), +(1021212, 9747, 0, 1, 1, 1, 'Simple Britches'), +(1021212, 9748, 0, 1, 1, 1, 'Simple Robe'), +(1021212, 9749, 0, 1, 1, 1, 'Simple Blouse'), +(1021212, 9753, 0, 1, 1, 1, 'Gypsy Buckler'), +(1021212, 9756, 0, 1, 1, 1, 'Gypsy Trousers'), +(1021212, 9757, 0, 1, 1, 1, 'Gypsy Tunic'), +(1021212, 9763, 0, 1, 1, 1, 'Cadet Leggings'), +(1021212, 9764, 0, 1, 1, 1, 'Cadet Shield'), +(1021212, 9765, 0, 1, 1, 1, 'Cadet Vest'), +(1021212, 14090, 0, 1, 1, 1, 'Beaded Britches'), +(1021212, 14091, 0, 1, 1, 1, 'Beaded Robe'), +(1021212, 14094, 0, 1, 1, 1, 'Beaded Wraps'), +(1021212, 14097, 0, 1, 1, 1, 'Native Pants'), +(1021212, 14113, 0, 1, 1, 1, 'Aboriginal Sash'), +(1021212, 14365, 0, 1, 1, 1, 'Mystic\'s Cape'), +(1021212, 15009, 0, 1, 1, 1, 'Primal Leggings'), +(1021212, 15010, 0, 1, 1, 1, 'Primal Wraps'), +(1021212, 15011, 0, 1, 1, 1, 'Lupine Cord'), +(1021212, 15298, 0, 1, 1, 1, 'Grizzly Buckler'), +(1021212, 15303, 0, 1, 1, 1, 'Grizzly Pants'), +(1021212, 15309, 0, 1, 1, 1, 'Feral Cloak'), +(1021212, 15477, 0, 1, 1, 1, 'Charger\'s Pants'), +(1021212, 15479, 0, 1, 1, 1, 'Charger\'s Armor'), +(1021212, 15485, 0, 1, 1, 1, 'War Torn Pants'), +(1021212, 15486, 0, 1, 1, 1, 'War Torn Shield'), +(1021212, 15491, 0, 1, 1, 1, 'Bloodspattered Gloves'), +(1021212, 15492, 0, 1, 1, 1, 'Bloodspattered Sash'), +(1021212, 15495, 0, 1, 1, 1, 'Bloodspattered Wristbands'), +(1021212, 15932, 0, 1, 1, 1, 'Disciple\'s Stein'), +(1021212, 15933, 0, 1, 1, 1, 'Simple Branch'), +(1021212, 15944, 0, 1, 1, 1, 'Ancestral Orb'), +(1021212, 15970, 0, 1, 1, 1, 'Native Branch'), +(1021213, 2073, 0, 1, 1, 1, 'Dwarven Hatchet'), +(1021213, 2075, 0, 1, 1, 1, 'Priest\'s Mace'), +(1021213, 2140, 0, 1, 1, 1, 'Carving Knife'), +(1021213, 2632, 0, 1, 1, 1, 'Curved Dagger'), +(1021213, 2957, 0, 1, 1, 1, 'Journeyman\'s Vest'), +(1021213, 2961, 0, 1, 1, 1, 'Burnt Leather Vest'), +(1021213, 2965, 0, 1, 1, 1, 'Warrior\'s Tunic'), +(1021213, 2970, 0, 1, 1, 1, 'Spellbinder Pants'), +(1021213, 2974, 0, 1, 1, 1, 'Hunting Pants'), +(1021213, 2976, 0, 1, 1, 1, 'Hunting Gloves'), +(1021213, 2977, 0, 1, 1, 1, 'Veteran Armor'), +(1021213, 2978, 0, 1, 1, 1, 'Veteran Leggings'), +(1021213, 2980, 0, 1, 1, 1, 'Veteran Gloves'), +(1021213, 3036, 0, 1, 1, 1, 'Heavy Shortbow'), +(1021213, 3192, 0, 1, 1, 1, 'Short Bastard Sword'), +(1021213, 3282, 0, 1, 1, 1, 'Battle Chain Pants'), +(1021213, 3283, 0, 1, 1, 1, 'Battle Chain Tunic'), +(1021213, 3287, 0, 1, 1, 1, 'Tribal Pants'), +(1021213, 3288, 0, 1, 1, 1, 'Tribal Vest'), +(1021213, 3291, 0, 1, 1, 1, 'Ancestral Woollies'), +(1021213, 3292, 0, 1, 1, 1, 'Ancestral Tunic'), +(1021213, 3302, 0, 1, 1, 1, 'Brackwater Boots'), +(1021213, 3305, 0, 1, 1, 1, 'Brackwater Leggings'), +(1021213, 3307, 0, 1, 1, 1, 'Barbaric Cloth Boots'), +(1021213, 3308, 0, 1, 1, 1, 'Barbaric Cloth Gloves'), +(1021213, 3309, 0, 1, 1, 1, 'Barbaric Loincloth'), +(1021213, 3314, 0, 1, 1, 1, 'Ceremonial Leather Gloves'), +(1021213, 3651, 0, 1, 1, 1, 'Veteran Shield'), +(1021213, 3652, 0, 1, 1, 1, 'Hunting Buckler'), +(1021213, 3653, 0, 1, 1, 1, 'Ceremonial Buckler'), +(1021213, 3654, 0, 1, 1, 1, 'Brackwater Shield'), +(1021213, 4561, 0, 1, 1, 1, 'Scalping Tomahawk'), +(1021213, 4564, 0, 1, 1, 1, 'Spiked Club'), +(1021213, 4566, 0, 1, 1, 1, 'Sturdy Quarterstaff'), +(1021213, 4567, 0, 1, 1, 1, 'Merc Sword'), +(1021213, 4569, 0, 1, 1, 1, 'Staunch Hammer'), +(1021213, 4570, 0, 1, 1, 1, 'Birchwood Maul'), +(1021213, 4577, 0, 1, 1, 1, 'Compact Shotgun'), +(1021213, 4701, 0, 1, 1, 1, 'Inscribed Cloak'), +(1021213, 5069, 0, 1, 1, 1, 'Fire Wand'), +(1021213, 5071, 0, 1, 1, 1, 'Shadow Wand'), +(1021213, 6266, 0, 1, 1, 1, 'Disciple\'s Vest'), +(1021213, 6267, 0, 1, 1, 1, 'Disciple\'s Pants'), +(1021213, 6268, 0, 1, 1, 1, 'Pioneer Tunic'), +(1021213, 6269, 0, 1, 1, 1, 'Pioneer Trousers'), +(1021213, 6336, 0, 1, 1, 1, 'Infantry Tunic'), +(1021213, 6337, 0, 1, 1, 1, 'Infantry Leggings'), +(1021213, 6511, 0, 1, 1, 1, 'Journeyman\'s Robe'), +(1021213, 6512, 0, 1, 1, 1, 'Disciple\'s Robe'), +(1021213, 6527, 0, 1, 1, 1, 'Ancestral Robe'), +(1021213, 6537, 0, 1, 1, 1, 'Willow Boots'), +(1021213, 6539, 0, 1, 1, 1, 'Willow Belt'), +(1021213, 6541, 0, 1, 1, 1, 'Willow Gloves'), +(1021213, 6542, 0, 1, 1, 1, 'Willow Cape'), +(1021213, 6543, 0, 1, 1, 1, 'Willow Bracers'), +(1021213, 6548, 0, 1, 1, 1, 'Soldier\'s Girdle'), +(1021213, 6550, 0, 1, 1, 1, 'Soldier\'s Wristguards'), +(1021213, 6556, 0, 1, 1, 1, 'Bard\'s Bracers'), +(1021213, 6557, 0, 1, 1, 1, 'Bard\'s Boots'), +(1021213, 6558, 0, 1, 1, 1, 'Bard\'s Belt'), +(1021213, 6559, 0, 1, 1, 1, 'Bard\'s Buckler'), +(1021213, 7108, 0, 1, 1, 1, 'Infantry Shield'), +(1021213, 8180, 0, 1, 1, 1, 'Hunting Bow'), +(1021213, 9747, 0, 1, 1, 1, 'Simple Britches'), +(1021213, 9748, 0, 1, 1, 1, 'Simple Robe'), +(1021213, 9749, 0, 1, 1, 1, 'Simple Blouse'), +(1021213, 9753, 0, 1, 1, 1, 'Gypsy Buckler'), +(1021213, 9756, 0, 1, 1, 1, 'Gypsy Trousers'), +(1021213, 9757, 0, 1, 1, 1, 'Gypsy Tunic'), +(1021213, 9763, 0, 1, 1, 1, 'Cadet Leggings'), +(1021213, 9764, 0, 1, 1, 1, 'Cadet Shield'), +(1021213, 9765, 0, 1, 1, 1, 'Cadet Vest'), +(1021213, 9786, 0, 1, 1, 1, 'Raider\'s Cloak'), +(1021213, 14090, 0, 1, 1, 1, 'Beaded Britches'), +(1021213, 14091, 0, 1, 1, 1, 'Beaded Robe'), +(1021213, 14094, 0, 1, 1, 1, 'Beaded Wraps'), +(1021213, 14096, 0, 1, 1, 1, 'Native Vest'), +(1021213, 14097, 0, 1, 1, 1, 'Native Pants'), +(1021213, 14109, 0, 1, 1, 1, 'Native Robe'), +(1021213, 14113, 0, 1, 1, 1, 'Aboriginal Sash'), +(1021213, 14114, 0, 1, 1, 1, 'Aboriginal Footwraps'), +(1021213, 14117, 0, 1, 1, 1, 'Aboriginal Gloves'), +(1021213, 14365, 0, 1, 1, 1, 'Mystic\'s Cape'), +(1021213, 14724, 0, 1, 1, 1, 'War Paint Cloak'), +(1021213, 15009, 0, 1, 1, 1, 'Primal Leggings'), +(1021213, 15010, 0, 1, 1, 1, 'Primal Wraps'), +(1021213, 15011, 0, 1, 1, 1, 'Lupine Cord'), +(1021213, 15012, 0, 1, 1, 1, 'Lupine Slippers'), +(1021213, 15016, 0, 1, 1, 1, 'Lupine Handwraps'), +(1021213, 15210, 0, 1, 1, 1, 'Raider Shortsword'), +(1021213, 15268, 0, 1, 1, 1, 'Twin-bladed Axe'), +(1021213, 15298, 0, 1, 1, 1, 'Grizzly Buckler'), +(1021213, 15303, 0, 1, 1, 1, 'Grizzly Pants'), +(1021213, 15304, 0, 1, 1, 1, 'Grizzly Jerkin'), +(1021213, 15306, 0, 1, 1, 1, 'Feral Bindings'), +(1021213, 15309, 0, 1, 1, 1, 'Feral Cloak'), +(1021213, 15477, 0, 1, 1, 1, 'Charger\'s Pants'), +(1021213, 15479, 0, 1, 1, 1, 'Charger\'s Armor'), +(1021213, 15485, 0, 1, 1, 1, 'War Torn Pants'), +(1021213, 15486, 0, 1, 1, 1, 'War Torn Shield'), +(1021213, 15487, 0, 1, 1, 1, 'War Torn Tunic'), +(1021213, 15489, 0, 1, 1, 1, 'Bloodspattered Sabatons'), +(1021213, 15491, 0, 1, 1, 1, 'Bloodspattered Gloves'), +(1021213, 15492, 0, 1, 1, 1, 'Bloodspattered Sash'), +(1021213, 15495, 0, 1, 1, 1, 'Bloodspattered Wristbands'), +(1021213, 15932, 0, 1, 1, 1, 'Disciple\'s Stein'), +(1021213, 15933, 0, 1, 1, 1, 'Simple Branch'), +(1021213, 15944, 0, 1, 1, 1, 'Ancestral Orb'), +(1021213, 15970, 0, 1, 1, 1, 'Native Branch'), +(1021313, 2073, 0, 1, 1, 1, 'Dwarven Hatchet'), +(1021313, 2075, 0, 1, 1, 1, 'Priest\'s Mace'), +(1021313, 2632, 0, 1, 1, 1, 'Curved Dagger'), +(1021313, 2970, 0, 1, 1, 1, 'Spellbinder Pants'), +(1021313, 2974, 0, 1, 1, 1, 'Hunting Pants'), +(1021313, 2976, 0, 1, 1, 1, 'Hunting Gloves'), +(1021313, 2977, 0, 1, 1, 1, 'Veteran Armor'), +(1021313, 2978, 0, 1, 1, 1, 'Veteran Leggings'), +(1021313, 2980, 0, 1, 1, 1, 'Veteran Gloves'), +(1021313, 3036, 0, 1, 1, 1, 'Heavy Shortbow'), +(1021313, 3192, 0, 1, 1, 1, 'Short Bastard Sword'), +(1021313, 3282, 0, 1, 1, 1, 'Battle Chain Pants'), +(1021313, 3283, 0, 1, 1, 1, 'Battle Chain Tunic'), +(1021313, 3287, 0, 1, 1, 1, 'Tribal Pants'), +(1021313, 3288, 0, 1, 1, 1, 'Tribal Vest'), +(1021313, 3291, 0, 1, 1, 1, 'Ancestral Woollies'), +(1021313, 3292, 0, 1, 1, 1, 'Ancestral Tunic'), +(1021313, 3302, 0, 1, 1, 1, 'Brackwater Boots'), +(1021313, 3305, 0, 1, 1, 1, 'Brackwater Leggings'), +(1021313, 3307, 0, 1, 1, 1, 'Barbaric Cloth Boots'), +(1021313, 3308, 0, 1, 1, 1, 'Barbaric Cloth Gloves'), +(1021313, 3309, 0, 1, 1, 1, 'Barbaric Loincloth'), +(1021313, 3314, 0, 1, 1, 1, 'Ceremonial Leather Gloves'), +(1021313, 3651, 0, 1, 1, 1, 'Veteran Shield'), +(1021313, 3652, 0, 1, 1, 1, 'Hunting Buckler'), +(1021313, 3653, 0, 1, 1, 1, 'Ceremonial Buckler'), +(1021313, 3654, 0, 1, 1, 1, 'Brackwater Shield'), +(1021313, 4564, 0, 1, 1, 1, 'Spiked Club'), +(1021313, 4566, 0, 1, 1, 1, 'Sturdy Quarterstaff'), +(1021313, 4567, 0, 1, 1, 1, 'Merc Sword'), +(1021313, 4569, 0, 1, 1, 1, 'Staunch Hammer'), +(1021313, 4570, 0, 1, 1, 1, 'Birchwood Maul'), +(1021313, 4577, 0, 1, 1, 1, 'Compact Shotgun'), +(1021313, 4701, 0, 1, 1, 1, 'Inscribed Cloak'), +(1021313, 5069, 0, 1, 1, 1, 'Fire Wand'), +(1021313, 5071, 0, 1, 1, 1, 'Shadow Wand'), +(1021313, 6266, 0, 1, 1, 1, 'Disciple\'s Vest'), +(1021313, 6267, 0, 1, 1, 1, 'Disciple\'s Pants'), +(1021313, 6268, 0, 1, 1, 1, 'Pioneer Tunic'), +(1021313, 6269, 0, 1, 1, 1, 'Pioneer Trousers'), +(1021313, 6336, 0, 1, 1, 1, 'Infantry Tunic'), +(1021313, 6337, 0, 1, 1, 1, 'Infantry Leggings'), +(1021313, 6512, 0, 1, 1, 1, 'Disciple\'s Robe'), +(1021313, 6527, 0, 1, 1, 1, 'Ancestral Robe'), +(1021313, 6537, 0, 1, 1, 1, 'Willow Boots'), +(1021313, 6539, 0, 1, 1, 1, 'Willow Belt'), +(1021313, 6541, 0, 1, 1, 1, 'Willow Gloves'), +(1021313, 6542, 0, 1, 1, 1, 'Willow Cape'), +(1021313, 6543, 0, 1, 1, 1, 'Willow Bracers'), +(1021313, 6548, 0, 1, 1, 1, 'Soldier\'s Girdle'), +(1021313, 6550, 0, 1, 1, 1, 'Soldier\'s Wristguards'), +(1021313, 6556, 0, 1, 1, 1, 'Bard\'s Bracers'), +(1021313, 6557, 0, 1, 1, 1, 'Bard\'s Boots'), +(1021313, 6558, 0, 1, 1, 1, 'Bard\'s Belt'), +(1021313, 6559, 0, 1, 1, 1, 'Bard\'s Buckler'), +(1021313, 9747, 0, 1, 1, 1, 'Simple Britches'), +(1021313, 9748, 0, 1, 1, 1, 'Simple Robe'), +(1021313, 9749, 0, 1, 1, 1, 'Simple Blouse'), +(1021313, 9753, 0, 1, 1, 1, 'Gypsy Buckler'), +(1021313, 9756, 0, 1, 1, 1, 'Gypsy Trousers'), +(1021313, 9757, 0, 1, 1, 1, 'Gypsy Tunic'), +(1021313, 9763, 0, 1, 1, 1, 'Cadet Leggings'), +(1021313, 9764, 0, 1, 1, 1, 'Cadet Shield'), +(1021313, 9765, 0, 1, 1, 1, 'Cadet Vest'), +(1021313, 9786, 0, 1, 1, 1, 'Raider\'s Cloak'), +(1021313, 14096, 0, 1, 1, 1, 'Native Vest'), +(1021313, 14097, 0, 1, 1, 1, 'Native Pants'), +(1021313, 14109, 0, 1, 1, 1, 'Native Robe'), +(1021313, 14113, 0, 1, 1, 1, 'Aboriginal Sash'), +(1021313, 14114, 0, 1, 1, 1, 'Aboriginal Footwraps'), +(1021313, 14117, 0, 1, 1, 1, 'Aboriginal Gloves'), +(1021313, 14365, 0, 1, 1, 1, 'Mystic\'s Cape'), +(1021313, 14724, 0, 1, 1, 1, 'War Paint Cloak'), +(1021313, 15011, 0, 1, 1, 1, 'Lupine Cord'), +(1021313, 15012, 0, 1, 1, 1, 'Lupine Slippers'), +(1021313, 15016, 0, 1, 1, 1, 'Lupine Handwraps'), +(1021313, 15210, 0, 1, 1, 1, 'Raider Shortsword'), +(1021313, 15268, 0, 1, 1, 1, 'Twin-bladed Axe'), +(1021313, 15298, 0, 1, 1, 1, 'Grizzly Buckler'), +(1021313, 15303, 0, 1, 1, 1, 'Grizzly Pants'), +(1021313, 15304, 0, 1, 1, 1, 'Grizzly Jerkin'), +(1021313, 15306, 0, 1, 1, 1, 'Feral Bindings'), +(1021313, 15309, 0, 1, 1, 1, 'Feral Cloak'), +(1021313, 15485, 0, 1, 1, 1, 'War Torn Pants'), +(1021313, 15486, 0, 1, 1, 1, 'War Torn Shield'), +(1021313, 15487, 0, 1, 1, 1, 'War Torn Tunic'), +(1021313, 15489, 0, 1, 1, 1, 'Bloodspattered Sabatons'), +(1021313, 15491, 0, 1, 1, 1, 'Bloodspattered Gloves'), +(1021313, 15492, 0, 1, 1, 1, 'Bloodspattered Sash'), +(1021313, 15495, 0, 1, 1, 1, 'Bloodspattered Wristbands'), +(1021313, 15932, 0, 1, 1, 1, 'Disciple\'s Stein'), +(1021313, 15933, 0, 1, 1, 1, 'Simple Branch'), +(1021313, 15944, 0, 1, 1, 1, 'Ancestral Orb'), +(1021313, 15970, 0, 1, 1, 1, 'Native Branch'), +(1021314, 2073, 0, 1, 1, 1, 'Dwarven Hatchet'), +(1021314, 2075, 0, 1, 1, 1, 'Priest\'s Mace'), +(1021314, 2079, 0, 1, 1, 1, 'Sergeant\'s Warhammer'), +(1021314, 2632, 0, 1, 1, 1, 'Curved Dagger'), +(1021314, 2969, 0, 1, 1, 1, 'Spellbinder Vest'), +(1021314, 2970, 0, 1, 1, 1, 'Spellbinder Pants'), +(1021314, 2973, 0, 1, 1, 1, 'Hunting Tunic'), +(1021314, 2974, 0, 1, 1, 1, 'Hunting Pants'), +(1021314, 2976, 0, 1, 1, 1, 'Hunting Gloves'), +(1021314, 2977, 0, 1, 1, 1, 'Veteran Armor'), +(1021314, 2978, 0, 1, 1, 1, 'Veteran Leggings'), +(1021314, 2980, 0, 1, 1, 1, 'Veteran Gloves'), +(1021314, 2983, 0, 1, 1, 1, 'Seer\'s Boots'), +(1021314, 3036, 0, 1, 1, 1, 'Heavy Shortbow'), +(1021314, 3192, 0, 1, 1, 1, 'Short Bastard Sword'), +(1021314, 3205, 0, 1, 1, 1, 'Inscribed Leather Bracers'), +(1021314, 3282, 0, 1, 1, 1, 'Battle Chain Pants'), +(1021314, 3283, 0, 1, 1, 1, 'Battle Chain Tunic'), +(1021314, 3287, 0, 1, 1, 1, 'Tribal Pants'), +(1021314, 3288, 0, 1, 1, 1, 'Tribal Vest'), +(1021314, 3291, 0, 1, 1, 1, 'Ancestral Woollies'), +(1021314, 3292, 0, 1, 1, 1, 'Ancestral Tunic'), +(1021314, 3302, 0, 1, 1, 1, 'Brackwater Boots'), +(1021314, 3305, 0, 1, 1, 1, 'Brackwater Leggings'), +(1021314, 3307, 0, 1, 1, 1, 'Barbaric Cloth Boots'), +(1021314, 3308, 0, 1, 1, 1, 'Barbaric Cloth Gloves'), +(1021314, 3309, 0, 1, 1, 1, 'Barbaric Loincloth'), +(1021314, 3314, 0, 1, 1, 1, 'Ceremonial Leather Gloves'), +(1021314, 3315, 0, 1, 1, 1, 'Ceremonial Leather Loincloth'), +(1021314, 3645, 0, 1, 1, 1, 'Seer\'s Cuffs'), +(1021314, 3651, 0, 1, 1, 1, 'Veteran Shield'), +(1021314, 3652, 0, 1, 1, 1, 'Hunting Buckler'), +(1021314, 3653, 0, 1, 1, 1, 'Ceremonial Buckler'), +(1021314, 3654, 0, 1, 1, 1, 'Brackwater Shield'), +(1021314, 4564, 0, 1, 1, 1, 'Spiked Club'), +(1021314, 4566, 0, 1, 1, 1, 'Sturdy Quarterstaff'), +(1021314, 4567, 0, 1, 1, 1, 'Merc Sword'), +(1021314, 4569, 0, 1, 1, 1, 'Staunch Hammer'), +(1021314, 4570, 0, 1, 1, 1, 'Birchwood Maul'), +(1021314, 4571, 0, 1, 1, 1, 'War Knife'), +(1021314, 4577, 0, 1, 1, 1, 'Compact Shotgun'), +(1021314, 4701, 0, 1, 1, 1, 'Inscribed Cloak'), +(1021314, 5069, 0, 1, 1, 1, 'Fire Wand'), +(1021314, 5071, 0, 1, 1, 1, 'Shadow Wand'), +(1021314, 5212, 0, 1, 1, 1, 'Blazing Wand'), +(1021314, 6266, 0, 1, 1, 1, 'Disciple\'s Vest'), +(1021314, 6267, 0, 1, 1, 1, 'Disciple\'s Pants'), +(1021314, 6268, 0, 1, 1, 1, 'Pioneer Tunic'), +(1021314, 6269, 0, 1, 1, 1, 'Pioneer Trousers'), +(1021314, 6336, 0, 1, 1, 1, 'Infantry Tunic'), +(1021314, 6337, 0, 1, 1, 1, 'Infantry Leggings'), +(1021314, 6378, 0, 1, 1, 1, 'Seer\'s Cape'), +(1021314, 6379, 0, 1, 1, 1, 'Inscribed Leather Belt'), +(1021314, 6512, 0, 1, 1, 1, 'Disciple\'s Robe'), +(1021314, 6527, 0, 1, 1, 1, 'Ancestral Robe'), +(1021314, 6528, 0, 1, 1, 1, 'Spellbinder Robe'), +(1021314, 6537, 0, 1, 1, 1, 'Willow Boots'), +(1021314, 6539, 0, 1, 1, 1, 'Willow Belt'), +(1021314, 6541, 0, 1, 1, 1, 'Willow Gloves'), +(1021314, 6542, 0, 1, 1, 1, 'Willow Cape'), +(1021314, 6543, 0, 1, 1, 1, 'Willow Bracers'), +(1021314, 6546, 0, 1, 1, 1, 'Soldier\'s Leggings'), +(1021314, 6547, 0, 1, 1, 1, 'Soldier\'s Gauntlets'), +(1021314, 6548, 0, 1, 1, 1, 'Soldier\'s Girdle'), +(1021314, 6550, 0, 1, 1, 1, 'Soldier\'s Wristguards'), +(1021314, 6551, 0, 1, 1, 1, 'Soldier\'s Boots'), +(1021314, 6554, 0, 1, 1, 1, 'Bard\'s Gloves'), +(1021314, 6556, 0, 1, 1, 1, 'Bard\'s Bracers'), +(1021314, 6557, 0, 1, 1, 1, 'Bard\'s Boots'), +(1021314, 6558, 0, 1, 1, 1, 'Bard\'s Belt'), +(1021314, 6559, 0, 1, 1, 1, 'Bard\'s Buckler'), +(1021314, 6560, 0, 1, 1, 1, 'Soldier\'s Shield'), +(1021314, 9747, 0, 1, 1, 1, 'Simple Britches'), +(1021314, 9748, 0, 1, 1, 1, 'Simple Robe'), +(1021314, 9749, 0, 1, 1, 1, 'Simple Blouse'), +(1021314, 9753, 0, 1, 1, 1, 'Gypsy Buckler'), +(1021314, 9756, 0, 1, 1, 1, 'Gypsy Trousers'), +(1021314, 9757, 0, 1, 1, 1, 'Gypsy Tunic'), +(1021314, 9763, 0, 1, 1, 1, 'Cadet Leggings'), +(1021314, 9764, 0, 1, 1, 1, 'Cadet Shield'), +(1021314, 9765, 0, 1, 1, 1, 'Cadet Vest'), +(1021314, 9785, 0, 1, 1, 1, 'Raider\'s Bracers'), +(1021314, 9786, 0, 1, 1, 1, 'Raider\'s Cloak'), +(1021314, 14025, 0, 1, 1, 1, 'Mystic\'s Belt'), +(1021314, 14096, 0, 1, 1, 1, 'Native Vest'), +(1021314, 14097, 0, 1, 1, 1, 'Native Pants'), +(1021314, 14109, 0, 1, 1, 1, 'Native Robe'), +(1021314, 14113, 0, 1, 1, 1, 'Aboriginal Sash'), +(1021314, 14114, 0, 1, 1, 1, 'Aboriginal Footwraps'), +(1021314, 14117, 0, 1, 1, 1, 'Aboriginal Gloves'), +(1021314, 14119, 0, 1, 1, 1, 'Aboriginal Loincloth'), +(1021314, 14123, 0, 1, 1, 1, 'Ritual Cape'), +(1021314, 14365, 0, 1, 1, 1, 'Mystic\'s Cape'), +(1021314, 14366, 0, 1, 1, 1, 'Mystic\'s Bracelets'), +(1021314, 14561, 0, 1, 1, 1, 'Prospector\'s Cuffs'), +(1021314, 14563, 0, 1, 1, 1, 'Prospector\'s Cloak'), +(1021314, 14722, 0, 1, 1, 1, 'War Paint Anklewraps'), +(1021314, 14723, 0, 1, 1, 1, 'War Paint Bindings'), +(1021314, 14724, 0, 1, 1, 1, 'War Paint Cloak'), +(1021314, 14725, 0, 1, 1, 1, 'War Paint Waistband'), +(1021314, 15011, 0, 1, 1, 1, 'Lupine Cord'), +(1021314, 15012, 0, 1, 1, 1, 'Lupine Slippers'), +(1021314, 15014, 0, 1, 1, 1, 'Lupine Buckler'), +(1021314, 15016, 0, 1, 1, 1, 'Lupine Handwraps'), +(1021314, 15210, 0, 1, 1, 1, 'Raider Shortsword'), +(1021314, 15268, 0, 1, 1, 1, 'Twin-bladed Axe'), +(1021314, 15298, 0, 1, 1, 1, 'Grizzly Buckler'), +(1021314, 15303, 0, 1, 1, 1, 'Grizzly Pants'), +(1021314, 15304, 0, 1, 1, 1, 'Grizzly Jerkin'), +(1021314, 15306, 0, 1, 1, 1, 'Feral Bindings'), +(1021314, 15308, 0, 1, 1, 1, 'Feral Cord'), +(1021314, 15309, 0, 1, 1, 1, 'Feral Cloak'), +(1021314, 15485, 0, 1, 1, 1, 'War Torn Pants'), +(1021314, 15486, 0, 1, 1, 1, 'War Torn Shield'), +(1021314, 15487, 0, 1, 1, 1, 'War Torn Tunic'), +(1021314, 15489, 0, 1, 1, 1, 'Bloodspattered Sabatons'), +(1021314, 15491, 0, 1, 1, 1, 'Bloodspattered Gloves'), +(1021314, 15492, 0, 1, 1, 1, 'Bloodspattered Sash'), +(1021314, 15495, 0, 1, 1, 1, 'Bloodspattered Wristbands'), +(1021314, 15501, 0, 1, 1, 1, 'Outrunner\'s Cloak'), +(1021314, 15926, 0, 1, 1, 1, 'Spellbinder Orb'), +(1021314, 15932, 0, 1, 1, 1, 'Disciple\'s Stein'), +(1021314, 15933, 0, 1, 1, 1, 'Simple Branch'), +(1021314, 15944, 0, 1, 1, 1, 'Ancestral Orb'), +(1021314, 15970, 0, 1, 1, 1, 'Native Branch'), +(1021414, 2073, 0, 1, 1, 1, 'Dwarven Hatchet'), +(1021414, 2079, 0, 1, 1, 1, 'Sergeant\'s Warhammer'), +(1021414, 2632, 0, 1, 1, 1, 'Curved Dagger'), +(1021414, 2969, 0, 1, 1, 1, 'Spellbinder Vest'), +(1021414, 2970, 0, 1, 1, 1, 'Spellbinder Pants'), +(1021414, 2973, 0, 1, 1, 1, 'Hunting Tunic'), +(1021414, 2974, 0, 1, 1, 1, 'Hunting Pants'), +(1021414, 2976, 0, 1, 1, 1, 'Hunting Gloves'), +(1021414, 2977, 0, 1, 1, 1, 'Veteran Armor'), +(1021414, 2978, 0, 1, 1, 1, 'Veteran Leggings'), +(1021414, 2980, 0, 1, 1, 1, 'Veteran Gloves'), +(1021414, 2983, 0, 1, 1, 1, 'Seer\'s Boots'), +(1021414, 3036, 0, 1, 1, 1, 'Heavy Shortbow'), +(1021414, 3205, 0, 1, 1, 1, 'Inscribed Leather Bracers'), +(1021414, 3283, 0, 1, 1, 1, 'Battle Chain Tunic'), +(1021414, 3288, 0, 1, 1, 1, 'Tribal Vest'), +(1021414, 3291, 0, 1, 1, 1, 'Ancestral Woollies'), +(1021414, 3292, 0, 1, 1, 1, 'Ancestral Tunic'), +(1021414, 3302, 0, 1, 1, 1, 'Brackwater Boots'), +(1021414, 3305, 0, 1, 1, 1, 'Brackwater Leggings'), +(1021414, 3307, 0, 1, 1, 1, 'Barbaric Cloth Boots'), +(1021414, 3308, 0, 1, 1, 1, 'Barbaric Cloth Gloves'), +(1021414, 3309, 0, 1, 1, 1, 'Barbaric Loincloth'), +(1021414, 3314, 0, 1, 1, 1, 'Ceremonial Leather Gloves'), +(1021414, 3315, 0, 1, 1, 1, 'Ceremonial Leather Loincloth'), +(1021414, 3645, 0, 1, 1, 1, 'Seer\'s Cuffs'), +(1021414, 3651, 0, 1, 1, 1, 'Veteran Shield'), +(1021414, 3652, 0, 1, 1, 1, 'Hunting Buckler'), +(1021414, 3653, 0, 1, 1, 1, 'Ceremonial Buckler'), +(1021414, 3654, 0, 1, 1, 1, 'Brackwater Shield'), +(1021414, 4564, 0, 1, 1, 1, 'Spiked Club'), +(1021414, 4566, 0, 1, 1, 1, 'Sturdy Quarterstaff'), +(1021414, 4567, 0, 1, 1, 1, 'Merc Sword'), +(1021414, 4569, 0, 1, 1, 1, 'Staunch Hammer'), +(1021414, 4570, 0, 1, 1, 1, 'Birchwood Maul'), +(1021414, 4571, 0, 1, 1, 1, 'War Knife'), +(1021414, 4577, 0, 1, 1, 1, 'Compact Shotgun'), +(1021414, 4701, 0, 1, 1, 1, 'Inscribed Cloak'), +(1021414, 5071, 0, 1, 1, 1, 'Shadow Wand'), +(1021414, 5212, 0, 1, 1, 1, 'Blazing Wand'), +(1021414, 6266, 0, 1, 1, 1, 'Disciple\'s Vest'), +(1021414, 6268, 0, 1, 1, 1, 'Pioneer Tunic'), +(1021414, 6336, 0, 1, 1, 1, 'Infantry Tunic'), +(1021414, 6378, 0, 1, 1, 1, 'Seer\'s Cape'), +(1021414, 6379, 0, 1, 1, 1, 'Inscribed Leather Belt'), +(1021414, 6512, 0, 1, 1, 1, 'Disciple\'s Robe'), +(1021414, 6527, 0, 1, 1, 1, 'Ancestral Robe'), +(1021414, 6528, 0, 1, 1, 1, 'Spellbinder Robe'), +(1021414, 6537, 0, 1, 1, 1, 'Willow Boots'), +(1021414, 6539, 0, 1, 1, 1, 'Willow Belt'), +(1021414, 6541, 0, 1, 1, 1, 'Willow Gloves'), +(1021414, 6542, 0, 1, 1, 1, 'Willow Cape'), +(1021414, 6543, 0, 1, 1, 1, 'Willow Bracers'), +(1021414, 6546, 0, 1, 1, 1, 'Soldier\'s Leggings'), +(1021414, 6547, 0, 1, 1, 1, 'Soldier\'s Gauntlets'), +(1021414, 6548, 0, 1, 1, 1, 'Soldier\'s Girdle'), +(1021414, 6550, 0, 1, 1, 1, 'Soldier\'s Wristguards'), +(1021414, 6551, 0, 1, 1, 1, 'Soldier\'s Boots'), +(1021414, 6554, 0, 1, 1, 1, 'Bard\'s Gloves'), +(1021414, 6556, 0, 1, 1, 1, 'Bard\'s Bracers'), +(1021414, 6557, 0, 1, 1, 1, 'Bard\'s Boots'), +(1021414, 6558, 0, 1, 1, 1, 'Bard\'s Belt'), +(1021414, 6559, 0, 1, 1, 1, 'Bard\'s Buckler'), +(1021414, 6560, 0, 1, 1, 1, 'Soldier\'s Shield'), +(1021414, 9747, 0, 1, 1, 1, 'Simple Britches'), +(1021414, 9748, 0, 1, 1, 1, 'Simple Robe'), +(1021414, 9749, 0, 1, 1, 1, 'Simple Blouse'), +(1021414, 9756, 0, 1, 1, 1, 'Gypsy Trousers'), +(1021414, 9757, 0, 1, 1, 1, 'Gypsy Tunic'), +(1021414, 9763, 0, 1, 1, 1, 'Cadet Leggings'), +(1021414, 9764, 0, 1, 1, 1, 'Cadet Shield'), +(1021414, 9765, 0, 1, 1, 1, 'Cadet Vest'), +(1021414, 9785, 0, 1, 1, 1, 'Raider\'s Bracers'), +(1021414, 9786, 0, 1, 1, 1, 'Raider\'s Cloak'), +(1021414, 14025, 0, 1, 1, 1, 'Mystic\'s Belt'), +(1021414, 14096, 0, 1, 1, 1, 'Native Vest'), +(1021414, 14097, 0, 1, 1, 1, 'Native Pants'), +(1021414, 14109, 0, 1, 1, 1, 'Native Robe'), +(1021414, 14113, 0, 1, 1, 1, 'Aboriginal Sash'), +(1021414, 14114, 0, 1, 1, 1, 'Aboriginal Footwraps'), +(1021414, 14117, 0, 1, 1, 1, 'Aboriginal Gloves'), +(1021414, 14119, 0, 1, 1, 1, 'Aboriginal Loincloth'), +(1021414, 14123, 0, 1, 1, 1, 'Ritual Cape'), +(1021414, 14365, 0, 1, 1, 1, 'Mystic\'s Cape'), +(1021414, 14366, 0, 1, 1, 1, 'Mystic\'s Bracelets'), +(1021414, 14561, 0, 1, 1, 1, 'Prospector\'s Cuffs'), +(1021414, 14563, 0, 1, 1, 1, 'Prospector\'s Cloak'), +(1021414, 14722, 0, 1, 1, 1, 'War Paint Anklewraps'), +(1021414, 14723, 0, 1, 1, 1, 'War Paint Bindings'), +(1021414, 14724, 0, 1, 1, 1, 'War Paint Cloak'), +(1021414, 14725, 0, 1, 1, 1, 'War Paint Waistband'), +(1021414, 15011, 0, 1, 1, 1, 'Lupine Cord'), +(1021414, 15012, 0, 1, 1, 1, 'Lupine Slippers'), +(1021414, 15014, 0, 1, 1, 1, 'Lupine Buckler'), +(1021414, 15016, 0, 1, 1, 1, 'Lupine Handwraps'), +(1021414, 15210, 0, 1, 1, 1, 'Raider Shortsword'), +(1021414, 15268, 0, 1, 1, 1, 'Twin-bladed Axe'), +(1021414, 15298, 0, 1, 1, 1, 'Grizzly Buckler'), +(1021414, 15303, 0, 1, 1, 1, 'Grizzly Pants'), +(1021414, 15304, 0, 1, 1, 1, 'Grizzly Jerkin'), +(1021414, 15306, 0, 1, 1, 1, 'Feral Bindings'), +(1021414, 15308, 0, 1, 1, 1, 'Feral Cord'), +(1021414, 15309, 0, 1, 1, 1, 'Feral Cloak'), +(1021414, 15485, 0, 1, 1, 1, 'War Torn Pants'), +(1021414, 15487, 0, 1, 1, 1, 'War Torn Tunic'), +(1021414, 15489, 0, 1, 1, 1, 'Bloodspattered Sabatons'), +(1021414, 15491, 0, 1, 1, 1, 'Bloodspattered Gloves'), +(1021414, 15492, 0, 1, 1, 1, 'Bloodspattered Sash'), +(1021414, 15495, 0, 1, 1, 1, 'Bloodspattered Wristbands'), +(1021414, 15501, 0, 1, 1, 1, 'Outrunner\'s Cloak'), +(1021414, 15926, 0, 1, 1, 1, 'Spellbinder Orb'), +(1021414, 15933, 0, 1, 1, 1, 'Simple Branch'), +(1021414, 15970, 0, 1, 1, 1, 'Native Branch'), +(1021415, 2073, 0, 1, 1, 1, 'Dwarven Hatchet'), +(1021415, 2078, 0, 1, 1, 1, 'Northern Shortsword'), +(1021415, 2079, 0, 1, 1, 1, 'Sergeant\'s Warhammer'), +(1021415, 2632, 0, 1, 1, 1, 'Curved Dagger'), +(1021415, 2969, 0, 1, 1, 1, 'Spellbinder Vest'), +(1021415, 2970, 0, 1, 1, 1, 'Spellbinder Pants'), +(1021415, 2973, 0, 1, 1, 1, 'Hunting Tunic'), +(1021415, 2974, 0, 1, 1, 1, 'Hunting Pants'), +(1021415, 2976, 0, 1, 1, 1, 'Hunting Gloves'), +(1021415, 2977, 0, 1, 1, 1, 'Veteran Armor'), +(1021415, 2978, 0, 1, 1, 1, 'Veteran Leggings'), +(1021415, 2980, 0, 1, 1, 1, 'Veteran Gloves'), +(1021415, 2983, 0, 1, 1, 1, 'Seer\'s Boots'), +(1021415, 2984, 0, 1, 1, 1, 'Seer\'s Gloves'), +(1021415, 2987, 0, 1, 1, 1, 'Inscribed Leather Boots'), +(1021415, 3036, 0, 1, 1, 1, 'Heavy Shortbow'), +(1021415, 3195, 0, 1, 1, 1, 'Barbaric Battle Axe'), +(1021415, 3196, 0, 1, 1, 1, 'Edged Bastard Sword'), +(1021415, 3205, 0, 1, 1, 1, 'Inscribed Leather Bracers'), +(1021415, 3283, 0, 1, 1, 1, 'Battle Chain Tunic'), +(1021415, 3288, 0, 1, 1, 1, 'Tribal Vest'), +(1021415, 3291, 0, 1, 1, 1, 'Ancestral Woollies'), +(1021415, 3292, 0, 1, 1, 1, 'Ancestral Tunic'), +(1021415, 3302, 0, 1, 1, 1, 'Brackwater Boots'), +(1021415, 3305, 0, 1, 1, 1, 'Brackwater Leggings'), +(1021415, 3306, 0, 1, 1, 1, 'Brackwater Vest'), +(1021415, 3307, 0, 1, 1, 1, 'Barbaric Cloth Boots'), +(1021415, 3308, 0, 1, 1, 1, 'Barbaric Cloth Gloves'), +(1021415, 3309, 0, 1, 1, 1, 'Barbaric Loincloth'), +(1021415, 3310, 0, 1, 1, 1, 'Barbaric Cloth Vest'), +(1021415, 3313, 0, 1, 1, 1, 'Ceremonial Leather Harness'), +(1021415, 3314, 0, 1, 1, 1, 'Ceremonial Leather Gloves'), +(1021415, 3315, 0, 1, 1, 1, 'Ceremonial Leather Loincloth'), +(1021415, 3645, 0, 1, 1, 1, 'Seer\'s Cuffs'), +(1021415, 3651, 0, 1, 1, 1, 'Veteran Shield'), +(1021415, 3652, 0, 1, 1, 1, 'Hunting Buckler'), +(1021415, 3653, 0, 1, 1, 1, 'Ceremonial Buckler'), +(1021415, 3654, 0, 1, 1, 1, 'Brackwater Shield'), +(1021415, 4564, 0, 1, 1, 1, 'Spiked Club'), +(1021415, 4566, 0, 1, 1, 1, 'Sturdy Quarterstaff'), +(1021415, 4567, 0, 1, 1, 1, 'Merc Sword'), +(1021415, 4569, 0, 1, 1, 1, 'Staunch Hammer'), +(1021415, 4570, 0, 1, 1, 1, 'Birchwood Maul'), +(1021415, 4571, 0, 1, 1, 1, 'War Knife'), +(1021415, 4577, 0, 1, 1, 1, 'Compact Shotgun'), +(1021415, 4695, 0, 1, 1, 1, 'Burnished Cloak'), +(1021415, 4699, 0, 1, 1, 1, 'Seer\'s Belt'), +(1021415, 4701, 0, 1, 1, 1, 'Inscribed Cloak'), +(1021415, 5071, 0, 1, 1, 1, 'Shadow Wand'), +(1021415, 5212, 0, 1, 1, 1, 'Blazing Wand'), +(1021415, 6266, 0, 1, 1, 1, 'Disciple\'s Vest'), +(1021415, 6268, 0, 1, 1, 1, 'Pioneer Tunic'), +(1021415, 6336, 0, 1, 1, 1, 'Infantry Tunic'), +(1021415, 6378, 0, 1, 1, 1, 'Seer\'s Cape'), +(1021415, 6379, 0, 1, 1, 1, 'Inscribed Leather Belt'), +(1021415, 6380, 0, 1, 1, 1, 'Inscribed Buckler'), +(1021415, 6512, 0, 1, 1, 1, 'Disciple\'s Robe'), +(1021415, 6527, 0, 1, 1, 1, 'Ancestral Robe'), +(1021415, 6528, 0, 1, 1, 1, 'Spellbinder Robe'), +(1021415, 6531, 0, 1, 1, 1, 'Barbaric Cloth Robe'), +(1021415, 6537, 0, 1, 1, 1, 'Willow Boots'), +(1021415, 6539, 0, 1, 1, 1, 'Willow Belt'), +(1021415, 6540, 0, 1, 1, 1, 'Willow Pants'), +(1021415, 6541, 0, 1, 1, 1, 'Willow Gloves'), +(1021415, 6542, 0, 1, 1, 1, 'Willow Cape'), +(1021415, 6543, 0, 1, 1, 1, 'Willow Bracers'), +(1021415, 6545, 0, 1, 1, 1, 'Soldier\'s Armor'), +(1021415, 6546, 0, 1, 1, 1, 'Soldier\'s Leggings'), +(1021415, 6547, 0, 1, 1, 1, 'Soldier\'s Gauntlets'), +(1021415, 6548, 0, 1, 1, 1, 'Soldier\'s Girdle'), +(1021415, 6550, 0, 1, 1, 1, 'Soldier\'s Wristguards'), +(1021415, 6551, 0, 1, 1, 1, 'Soldier\'s Boots'), +(1021415, 6553, 0, 1, 1, 1, 'Bard\'s Trousers'), +(1021415, 6554, 0, 1, 1, 1, 'Bard\'s Gloves'), +(1021415, 6556, 0, 1, 1, 1, 'Bard\'s Bracers'), +(1021415, 6557, 0, 1, 1, 1, 'Bard\'s Boots'), +(1021415, 6558, 0, 1, 1, 1, 'Bard\'s Belt'), +(1021415, 6559, 0, 1, 1, 1, 'Bard\'s Buckler'), +(1021415, 6560, 0, 1, 1, 1, 'Soldier\'s Shield'), +(1021415, 9747, 0, 1, 1, 1, 'Simple Britches'), +(1021415, 9748, 0, 1, 1, 1, 'Simple Robe'), +(1021415, 9749, 0, 1, 1, 1, 'Simple Blouse'), +(1021415, 9756, 0, 1, 1, 1, 'Gypsy Trousers'), +(1021415, 9757, 0, 1, 1, 1, 'Gypsy Tunic'), +(1021415, 9763, 0, 1, 1, 1, 'Cadet Leggings'), +(1021415, 9764, 0, 1, 1, 1, 'Cadet Shield'), +(1021415, 9765, 0, 1, 1, 1, 'Cadet Vest'), +(1021415, 9779, 0, 1, 1, 1, 'Bandit Cloak'), +(1021415, 9785, 0, 1, 1, 1, 'Raider\'s Bracers'), +(1021415, 9786, 0, 1, 1, 1, 'Raider\'s Cloak'), +(1021415, 9788, 0, 1, 1, 1, 'Raider\'s Belt'), +(1021415, 14025, 0, 1, 1, 1, 'Mystic\'s Belt'), +(1021415, 14096, 0, 1, 1, 1, 'Native Vest'), +(1021415, 14097, 0, 1, 1, 1, 'Native Pants'), +(1021415, 14109, 0, 1, 1, 1, 'Native Robe'), +(1021415, 14113, 0, 1, 1, 1, 'Aboriginal Sash'), +(1021415, 14114, 0, 1, 1, 1, 'Aboriginal Footwraps'), +(1021415, 14117, 0, 1, 1, 1, 'Aboriginal Gloves'), +(1021415, 14119, 0, 1, 1, 1, 'Aboriginal Loincloth'), +(1021415, 14122, 0, 1, 1, 1, 'Ritual Bands'), +(1021415, 14123, 0, 1, 1, 1, 'Ritual Cape'), +(1021415, 14161, 0, 1, 1, 1, 'Pagan Cape'), +(1021415, 14364, 0, 1, 1, 1, 'Mystic\'s Slippers'), +(1021415, 14365, 0, 1, 1, 1, 'Mystic\'s Cape'), +(1021415, 14366, 0, 1, 1, 1, 'Mystic\'s Bracelets'), +(1021415, 14559, 0, 1, 1, 1, 'Prospector\'s Sash'), +(1021415, 14561, 0, 1, 1, 1, 'Prospector\'s Cuffs'), +(1021415, 14563, 0, 1, 1, 1, 'Prospector\'s Cloak'), +(1021415, 14722, 0, 1, 1, 1, 'War Paint Anklewraps'), +(1021415, 14723, 0, 1, 1, 1, 'War Paint Bindings'), +(1021415, 14724, 0, 1, 1, 1, 'War Paint Cloak'), +(1021415, 14725, 0, 1, 1, 1, 'War Paint Waistband'), +(1021415, 14726, 0, 1, 1, 1, 'War Paint Gloves'), +(1021415, 15011, 0, 1, 1, 1, 'Lupine Cord'), +(1021415, 15012, 0, 1, 1, 1, 'Lupine Slippers'), +(1021415, 15014, 0, 1, 1, 1, 'Lupine Buckler'), +(1021415, 15016, 0, 1, 1, 1, 'Lupine Handwraps'), +(1021415, 15210, 0, 1, 1, 1, 'Raider Shortsword'), +(1021415, 15268, 0, 1, 1, 1, 'Twin-bladed Axe'), +(1021415, 15298, 0, 1, 1, 1, 'Grizzly Buckler'), +(1021415, 15303, 0, 1, 1, 1, 'Grizzly Pants'), +(1021415, 15304, 0, 1, 1, 1, 'Grizzly Jerkin'), +(1021415, 15305, 0, 1, 1, 1, 'Feral Shoes'), +(1021415, 15306, 0, 1, 1, 1, 'Feral Bindings'), +(1021415, 15308, 0, 1, 1, 1, 'Feral Cord'), +(1021415, 15309, 0, 1, 1, 1, 'Feral Cloak'), +(1021415, 15310, 0, 1, 1, 1, 'Feral Gloves'), +(1021415, 15485, 0, 1, 1, 1, 'War Torn Pants'), +(1021415, 15487, 0, 1, 1, 1, 'War Torn Tunic'), +(1021415, 15489, 0, 1, 1, 1, 'Bloodspattered Sabatons'), +(1021415, 15491, 0, 1, 1, 1, 'Bloodspattered Gloves'), +(1021415, 15492, 0, 1, 1, 1, 'Bloodspattered Sash'), +(1021415, 15493, 0, 1, 1, 1, 'Bloodspattered Loincloth'), +(1021415, 15494, 0, 1, 1, 1, 'Bloodspattered Shield'), +(1021415, 15495, 0, 1, 1, 1, 'Bloodspattered Wristbands'), +(1021415, 15499, 0, 1, 1, 1, 'Outrunner\'s Cuffs'), +(1021415, 15501, 0, 1, 1, 1, 'Outrunner\'s Cloak'), +(1021415, 15926, 0, 1, 1, 1, 'Spellbinder Orb'), +(1021415, 15933, 0, 1, 1, 1, 'Simple Branch'), +(1021415, 15945, 0, 1, 1, 1, 'Runic Stave'), +(1021415, 15970, 0, 1, 1, 1, 'Native Branch'), +(1021515, 2073, 0, 1, 1, 1, 'Dwarven Hatchet'), +(1021515, 2078, 0, 1, 1, 1, 'Northern Shortsword'), +(1021515, 2079, 0, 1, 1, 1, 'Sergeant\'s Warhammer'), +(1021515, 2632, 0, 1, 1, 1, 'Curved Dagger'), +(1021515, 2969, 0, 1, 1, 1, 'Spellbinder Vest'), +(1021515, 2970, 0, 1, 1, 1, 'Spellbinder Pants'), +(1021515, 2973, 0, 1, 1, 1, 'Hunting Tunic'), +(1021515, 2974, 0, 1, 1, 1, 'Hunting Pants'), +(1021515, 2976, 0, 1, 1, 1, 'Hunting Gloves'), +(1021515, 2977, 0, 1, 1, 1, 'Veteran Armor'), +(1021515, 2978, 0, 1, 1, 1, 'Veteran Leggings'), +(1021515, 2980, 0, 1, 1, 1, 'Veteran Gloves'), +(1021515, 2983, 0, 1, 1, 1, 'Seer\'s Boots'), +(1021515, 2984, 0, 1, 1, 1, 'Seer\'s Gloves'), +(1021515, 2987, 0, 1, 1, 1, 'Inscribed Leather Boots'), +(1021515, 3036, 0, 1, 1, 1, 'Heavy Shortbow'), +(1021515, 3195, 0, 1, 1, 1, 'Barbaric Battle Axe'), +(1021515, 3196, 0, 1, 1, 1, 'Edged Bastard Sword'), +(1021515, 3205, 0, 1, 1, 1, 'Inscribed Leather Bracers'), +(1021515, 3302, 0, 1, 1, 1, 'Brackwater Boots'), +(1021515, 3305, 0, 1, 1, 1, 'Brackwater Leggings'), +(1021515, 3306, 0, 1, 1, 1, 'Brackwater Vest'), +(1021515, 3307, 0, 1, 1, 1, 'Barbaric Cloth Boots'), +(1021515, 3308, 0, 1, 1, 1, 'Barbaric Cloth Gloves'), +(1021515, 3309, 0, 1, 1, 1, 'Barbaric Loincloth'), +(1021515, 3310, 0, 1, 1, 1, 'Barbaric Cloth Vest'), +(1021515, 3313, 0, 1, 1, 1, 'Ceremonial Leather Harness'), +(1021515, 3314, 0, 1, 1, 1, 'Ceremonial Leather Gloves'), +(1021515, 3315, 0, 1, 1, 1, 'Ceremonial Leather Loincloth'), +(1021515, 3645, 0, 1, 1, 1, 'Seer\'s Cuffs'), +(1021515, 3651, 0, 1, 1, 1, 'Veteran Shield'), +(1021515, 3652, 0, 1, 1, 1, 'Hunting Buckler'), +(1021515, 3653, 0, 1, 1, 1, 'Ceremonial Buckler'), +(1021515, 3654, 0, 1, 1, 1, 'Brackwater Shield'), +(1021515, 4567, 0, 1, 1, 1, 'Merc Sword'), +(1021515, 4569, 0, 1, 1, 1, 'Staunch Hammer'), +(1021515, 4570, 0, 1, 1, 1, 'Birchwood Maul'), +(1021515, 4571, 0, 1, 1, 1, 'War Knife'), +(1021515, 4695, 0, 1, 1, 1, 'Burnished Cloak'), +(1021515, 4699, 0, 1, 1, 1, 'Seer\'s Belt'), +(1021515, 4701, 0, 1, 1, 1, 'Inscribed Cloak'), +(1021515, 5071, 0, 1, 1, 1, 'Shadow Wand'), +(1021515, 5212, 0, 1, 1, 1, 'Blazing Wand'), +(1021515, 6378, 0, 1, 1, 1, 'Seer\'s Cape'), +(1021515, 6379, 0, 1, 1, 1, 'Inscribed Leather Belt'), +(1021515, 6380, 0, 1, 1, 1, 'Inscribed Buckler'), +(1021515, 6528, 0, 1, 1, 1, 'Spellbinder Robe'), +(1021515, 6531, 0, 1, 1, 1, 'Barbaric Cloth Robe'), +(1021515, 6537, 0, 1, 1, 1, 'Willow Boots'), +(1021515, 6539, 0, 1, 1, 1, 'Willow Belt'), +(1021515, 6540, 0, 1, 1, 1, 'Willow Pants'), +(1021515, 6541, 0, 1, 1, 1, 'Willow Gloves'), +(1021515, 6542, 0, 1, 1, 1, 'Willow Cape'), +(1021515, 6543, 0, 1, 1, 1, 'Willow Bracers'), +(1021515, 6545, 0, 1, 1, 1, 'Soldier\'s Armor'), +(1021515, 6546, 0, 1, 1, 1, 'Soldier\'s Leggings'), +(1021515, 6547, 0, 1, 1, 1, 'Soldier\'s Gauntlets'), +(1021515, 6548, 0, 1, 1, 1, 'Soldier\'s Girdle'), +(1021515, 6550, 0, 1, 1, 1, 'Soldier\'s Wristguards'), +(1021515, 6551, 0, 1, 1, 1, 'Soldier\'s Boots'), +(1021515, 6553, 0, 1, 1, 1, 'Bard\'s Trousers'), +(1021515, 6554, 0, 1, 1, 1, 'Bard\'s Gloves'), +(1021515, 6556, 0, 1, 1, 1, 'Bard\'s Bracers'), +(1021515, 6557, 0, 1, 1, 1, 'Bard\'s Boots'), +(1021515, 6558, 0, 1, 1, 1, 'Bard\'s Belt'), +(1021515, 6559, 0, 1, 1, 1, 'Bard\'s Buckler'), +(1021515, 6560, 0, 1, 1, 1, 'Soldier\'s Shield'), +(1021515, 9747, 0, 1, 1, 1, 'Simple Britches'), +(1021515, 9748, 0, 1, 1, 1, 'Simple Robe'), +(1021515, 9749, 0, 1, 1, 1, 'Simple Blouse'), +(1021515, 9756, 0, 1, 1, 1, 'Gypsy Trousers'), +(1021515, 9757, 0, 1, 1, 1, 'Gypsy Tunic'), +(1021515, 9763, 0, 1, 1, 1, 'Cadet Leggings'), +(1021515, 9765, 0, 1, 1, 1, 'Cadet Vest'), +(1021515, 9779, 0, 1, 1, 1, 'Bandit Cloak'), +(1021515, 9785, 0, 1, 1, 1, 'Raider\'s Bracers'), +(1021515, 9786, 0, 1, 1, 1, 'Raider\'s Cloak'), +(1021515, 9788, 0, 1, 1, 1, 'Raider\'s Belt'), +(1021515, 14025, 0, 1, 1, 1, 'Mystic\'s Belt'), +(1021515, 14096, 0, 1, 1, 1, 'Native Vest'), +(1021515, 14097, 0, 1, 1, 1, 'Native Pants'), +(1021515, 14109, 0, 1, 1, 1, 'Native Robe'), +(1021515, 14113, 0, 1, 1, 1, 'Aboriginal Sash'), +(1021515, 14114, 0, 1, 1, 1, 'Aboriginal Footwraps'), +(1021515, 14117, 0, 1, 1, 1, 'Aboriginal Gloves'), +(1021515, 14119, 0, 1, 1, 1, 'Aboriginal Loincloth'), +(1021515, 14122, 0, 1, 1, 1, 'Ritual Bands'), +(1021515, 14123, 0, 1, 1, 1, 'Ritual Cape'), +(1021515, 14161, 0, 1, 1, 1, 'Pagan Cape'), +(1021515, 14364, 0, 1, 1, 1, 'Mystic\'s Slippers'), +(1021515, 14365, 0, 1, 1, 1, 'Mystic\'s Cape'), +(1021515, 14366, 0, 1, 1, 1, 'Mystic\'s Bracelets'), +(1021515, 14559, 0, 1, 1, 1, 'Prospector\'s Sash'), +(1021515, 14561, 0, 1, 1, 1, 'Prospector\'s Cuffs'), +(1021515, 14563, 0, 1, 1, 1, 'Prospector\'s Cloak'), +(1021515, 14722, 0, 1, 1, 1, 'War Paint Anklewraps'), +(1021515, 14723, 0, 1, 1, 1, 'War Paint Bindings'), +(1021515, 14724, 0, 1, 1, 1, 'War Paint Cloak'), +(1021515, 14725, 0, 1, 1, 1, 'War Paint Waistband'), +(1021515, 14726, 0, 1, 1, 1, 'War Paint Gloves'), +(1021515, 15011, 0, 1, 1, 1, 'Lupine Cord'), +(1021515, 15012, 0, 1, 1, 1, 'Lupine Slippers'), +(1021515, 15014, 0, 1, 1, 1, 'Lupine Buckler'), +(1021515, 15016, 0, 1, 1, 1, 'Lupine Handwraps'), +(1021515, 15210, 0, 1, 1, 1, 'Raider Shortsword'), +(1021515, 15268, 0, 1, 1, 1, 'Twin-bladed Axe'), +(1021515, 15303, 0, 1, 1, 1, 'Grizzly Pants'), +(1021515, 15304, 0, 1, 1, 1, 'Grizzly Jerkin'), +(1021515, 15305, 0, 1, 1, 1, 'Feral Shoes'), +(1021515, 15306, 0, 1, 1, 1, 'Feral Bindings'), +(1021515, 15308, 0, 1, 1, 1, 'Feral Cord'), +(1021515, 15309, 0, 1, 1, 1, 'Feral Cloak'), +(1021515, 15310, 0, 1, 1, 1, 'Feral Gloves'), +(1021515, 15485, 0, 1, 1, 1, 'War Torn Pants'), +(1021515, 15487, 0, 1, 1, 1, 'War Torn Tunic'), +(1021515, 15489, 0, 1, 1, 1, 'Bloodspattered Sabatons'), +(1021515, 15491, 0, 1, 1, 1, 'Bloodspattered Gloves'), +(1021515, 15492, 0, 1, 1, 1, 'Bloodspattered Sash'), +(1021515, 15493, 0, 1, 1, 1, 'Bloodspattered Loincloth'), +(1021515, 15494, 0, 1, 1, 1, 'Bloodspattered Shield'), +(1021515, 15495, 0, 1, 1, 1, 'Bloodspattered Wristbands'), +(1021515, 15499, 0, 1, 1, 1, 'Outrunner\'s Cuffs'), +(1021515, 15501, 0, 1, 1, 1, 'Outrunner\'s Cloak'), +(1021515, 15926, 0, 1, 1, 1, 'Spellbinder Orb'), +(1021515, 15933, 0, 1, 1, 1, 'Simple Branch'), +(1021515, 15945, 0, 1, 1, 1, 'Runic Stave'), +(1021515, 15970, 0, 1, 1, 1, 'Native Branch'), +(1021516, 2073, 0, 1, 1, 1, 'Dwarven Hatchet'), +(1021516, 2078, 0, 1, 1, 1, 'Northern Shortsword'), +(1021516, 2079, 0, 1, 1, 1, 'Sergeant\'s Warhammer'), +(1021516, 2632, 0, 1, 1, 1, 'Curved Dagger'), +(1021516, 2969, 0, 1, 1, 1, 'Spellbinder Vest'), +(1021516, 2970, 0, 1, 1, 1, 'Spellbinder Pants'), +(1021516, 2973, 0, 1, 1, 1, 'Hunting Tunic'), +(1021516, 2974, 0, 1, 1, 1, 'Hunting Pants'), +(1021516, 2976, 0, 1, 1, 1, 'Hunting Gloves'), +(1021516, 2977, 0, 1, 1, 1, 'Veteran Armor'), +(1021516, 2978, 0, 1, 1, 1, 'Veteran Leggings'), +(1021516, 2980, 0, 1, 1, 1, 'Veteran Gloves'), +(1021516, 2983, 0, 1, 1, 1, 'Seer\'s Boots'), +(1021516, 2984, 0, 1, 1, 1, 'Seer\'s Gloves'), +(1021516, 2987, 0, 1, 1, 1, 'Inscribed Leather Boots'), +(1021516, 2988, 0, 1, 1, 1, 'Inscribed Leather Gloves'), +(1021516, 3036, 0, 1, 1, 1, 'Heavy Shortbow'), +(1021516, 3040, 0, 1, 1, 1, 'Hunter\'s Muzzle Loader'), +(1021516, 3195, 0, 1, 1, 1, 'Barbaric Battle Axe'), +(1021516, 3196, 0, 1, 1, 1, 'Edged Bastard Sword'), +(1021516, 3205, 0, 1, 1, 1, 'Inscribed Leather Bracers'), +(1021516, 3211, 0, 1, 1, 1, 'Burnished Bracers'), +(1021516, 3302, 0, 1, 1, 1, 'Brackwater Boots'), +(1021516, 3305, 0, 1, 1, 1, 'Brackwater Leggings'), +(1021516, 3306, 0, 1, 1, 1, 'Brackwater Vest'), +(1021516, 3307, 0, 1, 1, 1, 'Barbaric Cloth Boots'), +(1021516, 3308, 0, 1, 1, 1, 'Barbaric Cloth Gloves'), +(1021516, 3309, 0, 1, 1, 1, 'Barbaric Loincloth'), +(1021516, 3310, 0, 1, 1, 1, 'Barbaric Cloth Vest'), +(1021516, 3313, 0, 1, 1, 1, 'Ceremonial Leather Harness'), +(1021516, 3314, 0, 1, 1, 1, 'Ceremonial Leather Gloves'), +(1021516, 3315, 0, 1, 1, 1, 'Ceremonial Leather Loincloth'), +(1021516, 3645, 0, 1, 1, 1, 'Seer\'s Cuffs'), +(1021516, 3651, 0, 1, 1, 1, 'Veteran Shield'), +(1021516, 3652, 0, 1, 1, 1, 'Hunting Buckler'), +(1021516, 3653, 0, 1, 1, 1, 'Ceremonial Buckler'), +(1021516, 3654, 0, 1, 1, 1, 'Brackwater Shield'), +(1021516, 4567, 0, 1, 1, 1, 'Merc Sword'), +(1021516, 4569, 0, 1, 1, 1, 'Staunch Hammer'), +(1021516, 4570, 0, 1, 1, 1, 'Birchwood Maul'), +(1021516, 4571, 0, 1, 1, 1, 'War Knife'), +(1021516, 4575, 0, 1, 1, 1, 'Medicine Staff'), +(1021516, 4695, 0, 1, 1, 1, 'Burnished Cloak'), +(1021516, 4699, 0, 1, 1, 1, 'Seer\'s Belt'), +(1021516, 4701, 0, 1, 1, 1, 'Inscribed Cloak'), +(1021516, 5071, 0, 1, 1, 1, 'Shadow Wand'), +(1021516, 5212, 0, 1, 1, 1, 'Blazing Wand'), +(1021516, 6378, 0, 1, 1, 1, 'Seer\'s Cape'), +(1021516, 6379, 0, 1, 1, 1, 'Inscribed Leather Belt'), +(1021516, 6380, 0, 1, 1, 1, 'Inscribed Buckler'), +(1021516, 6528, 0, 1, 1, 1, 'Spellbinder Robe'), +(1021516, 6531, 0, 1, 1, 1, 'Barbaric Cloth Robe'), +(1021516, 6536, 0, 1, 1, 1, 'Willow Vest'), +(1021516, 6537, 0, 1, 1, 1, 'Willow Boots'), +(1021516, 6538, 0, 1, 1, 1, 'Willow Robe'), +(1021516, 6539, 0, 1, 1, 1, 'Willow Belt'), +(1021516, 6540, 0, 1, 1, 1, 'Willow Pants'), +(1021516, 6541, 0, 1, 1, 1, 'Willow Gloves'), +(1021516, 6542, 0, 1, 1, 1, 'Willow Cape'), +(1021516, 6543, 0, 1, 1, 1, 'Willow Bracers'), +(1021516, 6545, 0, 1, 1, 1, 'Soldier\'s Armor'), +(1021516, 6546, 0, 1, 1, 1, 'Soldier\'s Leggings'), +(1021516, 6547, 0, 1, 1, 1, 'Soldier\'s Gauntlets'), +(1021516, 6548, 0, 1, 1, 1, 'Soldier\'s Girdle'), +(1021516, 6550, 0, 1, 1, 1, 'Soldier\'s Wristguards'), +(1021516, 6551, 0, 1, 1, 1, 'Soldier\'s Boots'), +(1021516, 6552, 0, 1, 1, 1, 'Bard\'s Tunic'), +(1021516, 6553, 0, 1, 1, 1, 'Bard\'s Trousers'), +(1021516, 6554, 0, 1, 1, 1, 'Bard\'s Gloves'), +(1021516, 6556, 0, 1, 1, 1, 'Bard\'s Bracers'), +(1021516, 6557, 0, 1, 1, 1, 'Bard\'s Boots'), +(1021516, 6558, 0, 1, 1, 1, 'Bard\'s Belt'), +(1021516, 6559, 0, 1, 1, 1, 'Bard\'s Buckler'), +(1021516, 6560, 0, 1, 1, 1, 'Soldier\'s Shield'), +(1021516, 7554, 0, 1, 1, 1, 'Willow Branch'), +(1021516, 9747, 0, 1, 1, 1, 'Simple Britches'), +(1021516, 9748, 0, 1, 1, 1, 'Simple Robe'), +(1021516, 9749, 0, 1, 1, 1, 'Simple Blouse'), +(1021516, 9756, 0, 1, 1, 1, 'Gypsy Trousers'), +(1021516, 9757, 0, 1, 1, 1, 'Gypsy Tunic'), +(1021516, 9763, 0, 1, 1, 1, 'Cadet Leggings'), +(1021516, 9765, 0, 1, 1, 1, 'Cadet Vest'), +(1021516, 9775, 0, 1, 1, 1, 'Bandit Cinch'), +(1021516, 9777, 0, 1, 1, 1, 'Bandit Bracers'), +(1021516, 9779, 0, 1, 1, 1, 'Bandit Cloak'), +(1021516, 9784, 0, 1, 1, 1, 'Raider\'s Boots'), +(1021516, 9785, 0, 1, 1, 1, 'Raider\'s Bracers'), +(1021516, 9786, 0, 1, 1, 1, 'Raider\'s Cloak'), +(1021516, 9787, 0, 1, 1, 1, 'Raider\'s Gauntlets'), +(1021516, 9788, 0, 1, 1, 1, 'Raider\'s Belt'), +(1021516, 9789, 0, 1, 1, 1, 'Raider\'s Legguards'), +(1021516, 9790, 0, 1, 1, 1, 'Raider\'s Shield'), +(1021516, 14025, 0, 1, 1, 1, 'Mystic\'s Belt'), +(1021516, 14096, 0, 1, 1, 1, 'Native Vest'), +(1021516, 14097, 0, 1, 1, 1, 'Native Pants'), +(1021516, 14109, 0, 1, 1, 1, 'Native Robe'), +(1021516, 14113, 0, 1, 1, 1, 'Aboriginal Sash'), +(1021516, 14114, 0, 1, 1, 1, 'Aboriginal Footwraps'), +(1021516, 14117, 0, 1, 1, 1, 'Aboriginal Gloves'), +(1021516, 14119, 0, 1, 1, 1, 'Aboriginal Loincloth'), +(1021516, 14122, 0, 1, 1, 1, 'Ritual Bands'), +(1021516, 14123, 0, 1, 1, 1, 'Ritual Cape'), +(1021516, 14131, 0, 1, 1, 1, 'Ritual Belt'), +(1021516, 14160, 0, 1, 1, 1, 'Pagan Bands'), +(1021516, 14161, 0, 1, 1, 1, 'Pagan Cape'), +(1021516, 14166, 0, 1, 1, 1, 'Buccaneer\'s Bracers'), +(1021516, 14167, 0, 1, 1, 1, 'Buccaneer\'s Cape'), +(1021516, 14174, 0, 1, 1, 1, 'Buccaneer\'s Boots'), +(1021516, 14364, 0, 1, 1, 1, 'Mystic\'s Slippers'), +(1021516, 14365, 0, 1, 1, 1, 'Mystic\'s Cape'), +(1021516, 14366, 0, 1, 1, 1, 'Mystic\'s Bracelets'), +(1021516, 14367, 0, 1, 1, 1, 'Mystic\'s Gloves'), +(1021516, 14370, 0, 1, 1, 1, 'Mystic\'s Woolies'), +(1021516, 14559, 0, 1, 1, 1, 'Prospector\'s Sash'), +(1021516, 14560, 0, 1, 1, 1, 'Prospector\'s Boots'), +(1021516, 14561, 0, 1, 1, 1, 'Prospector\'s Cuffs'), +(1021516, 14563, 0, 1, 1, 1, 'Prospector\'s Cloak'), +(1021516, 14564, 0, 1, 1, 1, 'Prospector\'s Mitts'), +(1021516, 14722, 0, 1, 1, 1, 'War Paint Anklewraps'), +(1021516, 14723, 0, 1, 1, 1, 'War Paint Bindings'), +(1021516, 14724, 0, 1, 1, 1, 'War Paint Cloak'), +(1021516, 14725, 0, 1, 1, 1, 'War Paint Waistband'), +(1021516, 14726, 0, 1, 1, 1, 'War Paint Gloves'), +(1021516, 14727, 0, 1, 1, 1, 'War Paint Legguards'), +(1021516, 15011, 0, 1, 1, 1, 'Lupine Cord'), +(1021516, 15012, 0, 1, 1, 1, 'Lupine Slippers'), +(1021516, 15014, 0, 1, 1, 1, 'Lupine Buckler'), +(1021516, 15016, 0, 1, 1, 1, 'Lupine Handwraps'), +(1021516, 15017, 0, 1, 1, 1, 'Lupine Leggings'), +(1021516, 15114, 0, 1, 1, 1, 'Rigid Cape'), +(1021516, 15210, 0, 1, 1, 1, 'Raider Shortsword'), +(1021516, 15222, 0, 1, 1, 1, 'Barbed Club'), +(1021516, 15268, 0, 1, 1, 1, 'Twin-bladed Axe'), +(1021516, 15303, 0, 1, 1, 1, 'Grizzly Pants'), +(1021516, 15304, 0, 1, 1, 1, 'Grizzly Jerkin'), +(1021516, 15305, 0, 1, 1, 1, 'Feral Shoes'), +(1021516, 15306, 0, 1, 1, 1, 'Feral Bindings'), +(1021516, 15307, 0, 1, 1, 1, 'Feral Buckler'), +(1021516, 15308, 0, 1, 1, 1, 'Feral Cord'), +(1021516, 15309, 0, 1, 1, 1, 'Feral Cloak'), +(1021516, 15310, 0, 1, 1, 1, 'Feral Gloves'), +(1021516, 15485, 0, 1, 1, 1, 'War Torn Pants'), +(1021516, 15487, 0, 1, 1, 1, 'War Torn Tunic'), +(1021516, 15489, 0, 1, 1, 1, 'Bloodspattered Sabatons'), +(1021516, 15491, 0, 1, 1, 1, 'Bloodspattered Gloves'), +(1021516, 15492, 0, 1, 1, 1, 'Bloodspattered Sash'), +(1021516, 15493, 0, 1, 1, 1, 'Bloodspattered Loincloth'), +(1021516, 15494, 0, 1, 1, 1, 'Bloodspattered Shield'), +(1021516, 15495, 0, 1, 1, 1, 'Bloodspattered Wristbands'), +(1021516, 15497, 0, 1, 1, 1, 'Outrunner\'s Cord'), +(1021516, 15499, 0, 1, 1, 1, 'Outrunner\'s Cuffs'), +(1021516, 15501, 0, 1, 1, 1, 'Outrunner\'s Cloak'), +(1021516, 15507, 0, 1, 1, 1, 'Grunt\'s Bracers'), +(1021516, 15508, 0, 1, 1, 1, 'Grunt\'s Cape'), +(1021516, 15926, 0, 1, 1, 1, 'Spellbinder Orb'), +(1021516, 15933, 0, 1, 1, 1, 'Simple Branch'), +(1021516, 15945, 0, 1, 1, 1, 'Runic Stave'), +(1021516, 15970, 0, 1, 1, 1, 'Native Branch'), +(1021616, 2073, 0, 1, 1, 1, 'Dwarven Hatchet'), +(1021616, 2078, 0, 1, 1, 1, 'Northern Shortsword'), +(1021616, 2079, 0, 1, 1, 1, 'Sergeant\'s Warhammer'), +(1021616, 2969, 0, 1, 1, 1, 'Spellbinder Vest'), +(1021616, 2970, 0, 1, 1, 1, 'Spellbinder Pants'), +(1021616, 2973, 0, 1, 1, 1, 'Hunting Tunic'), +(1021616, 2974, 0, 1, 1, 1, 'Hunting Pants'), +(1021616, 2976, 0, 1, 1, 1, 'Hunting Gloves'), +(1021616, 2977, 0, 1, 1, 1, 'Veteran Armor'), +(1021616, 2978, 0, 1, 1, 1, 'Veteran Leggings'), +(1021616, 2980, 0, 1, 1, 1, 'Veteran Gloves'), +(1021616, 2983, 0, 1, 1, 1, 'Seer\'s Boots'), +(1021616, 2984, 0, 1, 1, 1, 'Seer\'s Gloves'), +(1021616, 2987, 0, 1, 1, 1, 'Inscribed Leather Boots'), +(1021616, 2988, 0, 1, 1, 1, 'Inscribed Leather Gloves'), +(1021616, 3036, 0, 1, 1, 1, 'Heavy Shortbow'), +(1021616, 3040, 0, 1, 1, 1, 'Hunter\'s Muzzle Loader'), +(1021616, 3195, 0, 1, 1, 1, 'Barbaric Battle Axe'), +(1021616, 3196, 0, 1, 1, 1, 'Edged Bastard Sword'), +(1021616, 3205, 0, 1, 1, 1, 'Inscribed Leather Bracers'), +(1021616, 3211, 0, 1, 1, 1, 'Burnished Bracers'), +(1021616, 3302, 0, 1, 1, 1, 'Brackwater Boots'), +(1021616, 3305, 0, 1, 1, 1, 'Brackwater Leggings'), +(1021616, 3306, 0, 1, 1, 1, 'Brackwater Vest'), +(1021616, 3307, 0, 1, 1, 1, 'Barbaric Cloth Boots'), +(1021616, 3308, 0, 1, 1, 1, 'Barbaric Cloth Gloves'), +(1021616, 3309, 0, 1, 1, 1, 'Barbaric Loincloth'), +(1021616, 3310, 0, 1, 1, 1, 'Barbaric Cloth Vest'), +(1021616, 3313, 0, 1, 1, 1, 'Ceremonial Leather Harness'), +(1021616, 3314, 0, 1, 1, 1, 'Ceremonial Leather Gloves'), +(1021616, 3315, 0, 1, 1, 1, 'Ceremonial Leather Loincloth'), +(1021616, 3645, 0, 1, 1, 1, 'Seer\'s Cuffs'), +(1021616, 3651, 0, 1, 1, 1, 'Veteran Shield'), +(1021616, 3653, 0, 1, 1, 1, 'Ceremonial Buckler'), +(1021616, 4567, 0, 1, 1, 1, 'Merc Sword'), +(1021616, 4570, 0, 1, 1, 1, 'Birchwood Maul'), +(1021616, 4571, 0, 1, 1, 1, 'War Knife'), +(1021616, 4575, 0, 1, 1, 1, 'Medicine Staff'), +(1021616, 4695, 0, 1, 1, 1, 'Burnished Cloak'), +(1021616, 4699, 0, 1, 1, 1, 'Seer\'s Belt'), +(1021616, 4701, 0, 1, 1, 1, 'Inscribed Cloak'), +(1021616, 5212, 0, 1, 1, 1, 'Blazing Wand'), +(1021616, 6378, 0, 1, 1, 1, 'Seer\'s Cape'), +(1021616, 6379, 0, 1, 1, 1, 'Inscribed Leather Belt'), +(1021616, 6380, 0, 1, 1, 1, 'Inscribed Buckler'), +(1021616, 6528, 0, 1, 1, 1, 'Spellbinder Robe'), +(1021616, 6531, 0, 1, 1, 1, 'Barbaric Cloth Robe'), +(1021616, 6536, 0, 1, 1, 1, 'Willow Vest'), +(1021616, 6537, 0, 1, 1, 1, 'Willow Boots'), +(1021616, 6538, 0, 1, 1, 1, 'Willow Robe'), +(1021616, 6539, 0, 1, 1, 1, 'Willow Belt'), +(1021616, 6540, 0, 1, 1, 1, 'Willow Pants'), +(1021616, 6541, 0, 1, 1, 1, 'Willow Gloves'), +(1021616, 6542, 0, 1, 1, 1, 'Willow Cape'), +(1021616, 6543, 0, 1, 1, 1, 'Willow Bracers'), +(1021616, 6545, 0, 1, 1, 1, 'Soldier\'s Armor'), +(1021616, 6546, 0, 1, 1, 1, 'Soldier\'s Leggings'), +(1021616, 6547, 0, 1, 1, 1, 'Soldier\'s Gauntlets'), +(1021616, 6548, 0, 1, 1, 1, 'Soldier\'s Girdle'), +(1021616, 6550, 0, 1, 1, 1, 'Soldier\'s Wristguards'), +(1021616, 6551, 0, 1, 1, 1, 'Soldier\'s Boots'), +(1021616, 6552, 0, 1, 1, 1, 'Bard\'s Tunic'), +(1021616, 6553, 0, 1, 1, 1, 'Bard\'s Trousers'), +(1021616, 6554, 0, 1, 1, 1, 'Bard\'s Gloves'), +(1021616, 6556, 0, 1, 1, 1, 'Bard\'s Bracers'), +(1021616, 6557, 0, 1, 1, 1, 'Bard\'s Boots'), +(1021616, 6558, 0, 1, 1, 1, 'Bard\'s Belt'), +(1021616, 6559, 0, 1, 1, 1, 'Bard\'s Buckler'), +(1021616, 6560, 0, 1, 1, 1, 'Soldier\'s Shield'), +(1021616, 7554, 0, 1, 1, 1, 'Willow Branch'), +(1021616, 9748, 0, 1, 1, 1, 'Simple Robe'), +(1021616, 9749, 0, 1, 1, 1, 'Simple Blouse'), +(1021616, 9757, 0, 1, 1, 1, 'Gypsy Tunic'), +(1021616, 9765, 0, 1, 1, 1, 'Cadet Vest'), +(1021616, 9775, 0, 1, 1, 1, 'Bandit Cinch'), +(1021616, 9777, 0, 1, 1, 1, 'Bandit Bracers'), +(1021616, 9779, 0, 1, 1, 1, 'Bandit Cloak'), +(1021616, 9784, 0, 1, 1, 1, 'Raider\'s Boots'), +(1021616, 9785, 0, 1, 1, 1, 'Raider\'s Bracers'), +(1021616, 9786, 0, 1, 1, 1, 'Raider\'s Cloak'), +(1021616, 9787, 0, 1, 1, 1, 'Raider\'s Gauntlets'), +(1021616, 9788, 0, 1, 1, 1, 'Raider\'s Belt'), +(1021616, 9789, 0, 1, 1, 1, 'Raider\'s Legguards'), +(1021616, 9790, 0, 1, 1, 1, 'Raider\'s Shield'), +(1021616, 14025, 0, 1, 1, 1, 'Mystic\'s Belt'), +(1021616, 14096, 0, 1, 1, 1, 'Native Vest'), +(1021616, 14109, 0, 1, 1, 1, 'Native Robe'), +(1021616, 14113, 0, 1, 1, 1, 'Aboriginal Sash'), +(1021616, 14114, 0, 1, 1, 1, 'Aboriginal Footwraps'), +(1021616, 14117, 0, 1, 1, 1, 'Aboriginal Gloves'), +(1021616, 14119, 0, 1, 1, 1, 'Aboriginal Loincloth'), +(1021616, 14122, 0, 1, 1, 1, 'Ritual Bands'), +(1021616, 14123, 0, 1, 1, 1, 'Ritual Cape'), +(1021616, 14131, 0, 1, 1, 1, 'Ritual Belt'), +(1021616, 14160, 0, 1, 1, 1, 'Pagan Bands'), +(1021616, 14161, 0, 1, 1, 1, 'Pagan Cape'), +(1021616, 14166, 0, 1, 1, 1, 'Buccaneer\'s Bracers'), +(1021616, 14167, 0, 1, 1, 1, 'Buccaneer\'s Cape'), +(1021616, 14174, 0, 1, 1, 1, 'Buccaneer\'s Boots'), +(1021616, 14364, 0, 1, 1, 1, 'Mystic\'s Slippers'), +(1021616, 14365, 0, 1, 1, 1, 'Mystic\'s Cape'), +(1021616, 14366, 0, 1, 1, 1, 'Mystic\'s Bracelets'), +(1021616, 14367, 0, 1, 1, 1, 'Mystic\'s Gloves'), +(1021616, 14370, 0, 1, 1, 1, 'Mystic\'s Woolies'), +(1021616, 14559, 0, 1, 1, 1, 'Prospector\'s Sash'), +(1021616, 14560, 0, 1, 1, 1, 'Prospector\'s Boots'), +(1021616, 14561, 0, 1, 1, 1, 'Prospector\'s Cuffs'), +(1021616, 14563, 0, 1, 1, 1, 'Prospector\'s Cloak'), +(1021616, 14564, 0, 1, 1, 1, 'Prospector\'s Mitts'), +(1021616, 14722, 0, 1, 1, 1, 'War Paint Anklewraps'), +(1021616, 14723, 0, 1, 1, 1, 'War Paint Bindings'), +(1021616, 14724, 0, 1, 1, 1, 'War Paint Cloak'), +(1021616, 14725, 0, 1, 1, 1, 'War Paint Waistband'), +(1021616, 14726, 0, 1, 1, 1, 'War Paint Gloves'), +(1021616, 14727, 0, 1, 1, 1, 'War Paint Legguards'), +(1021616, 15011, 0, 1, 1, 1, 'Lupine Cord'), +(1021616, 15012, 0, 1, 1, 1, 'Lupine Slippers'), +(1021616, 15014, 0, 1, 1, 1, 'Lupine Buckler'), +(1021616, 15016, 0, 1, 1, 1, 'Lupine Handwraps'), +(1021616, 15017, 0, 1, 1, 1, 'Lupine Leggings'), +(1021616, 15114, 0, 1, 1, 1, 'Rigid Cape'), +(1021616, 15210, 0, 1, 1, 1, 'Raider Shortsword'), +(1021616, 15222, 0, 1, 1, 1, 'Barbed Club'), +(1021616, 15268, 0, 1, 1, 1, 'Twin-bladed Axe'), +(1021616, 15304, 0, 1, 1, 1, 'Grizzly Jerkin'), +(1021616, 15305, 0, 1, 1, 1, 'Feral Shoes'), +(1021616, 15306, 0, 1, 1, 1, 'Feral Bindings'), +(1021616, 15307, 0, 1, 1, 1, 'Feral Buckler'), +(1021616, 15308, 0, 1, 1, 1, 'Feral Cord'), +(1021616, 15309, 0, 1, 1, 1, 'Feral Cloak'), +(1021616, 15310, 0, 1, 1, 1, 'Feral Gloves'), +(1021616, 15487, 0, 1, 1, 1, 'War Torn Tunic'), +(1021616, 15489, 0, 1, 1, 1, 'Bloodspattered Sabatons'), +(1021616, 15491, 0, 1, 1, 1, 'Bloodspattered Gloves'), +(1021616, 15492, 0, 1, 1, 1, 'Bloodspattered Sash'), +(1021616, 15493, 0, 1, 1, 1, 'Bloodspattered Loincloth'), +(1021616, 15494, 0, 1, 1, 1, 'Bloodspattered Shield'), +(1021616, 15495, 0, 1, 1, 1, 'Bloodspattered Wristbands'), +(1021616, 15497, 0, 1, 1, 1, 'Outrunner\'s Cord'), +(1021616, 15499, 0, 1, 1, 1, 'Outrunner\'s Cuffs'), +(1021616, 15501, 0, 1, 1, 1, 'Outrunner\'s Cloak'), +(1021616, 15507, 0, 1, 1, 1, 'Grunt\'s Bracers'), +(1021616, 15508, 0, 1, 1, 1, 'Grunt\'s Cape'), +(1021616, 15926, 0, 1, 1, 1, 'Spellbinder Orb'), +(1021616, 15933, 0, 1, 1, 1, 'Simple Branch'), +(1021616, 15945, 0, 1, 1, 1, 'Runic Stave'), +(1021616, 15970, 0, 1, 1, 1, 'Native Branch'), +(1021617, 2073, 0, 1, 1, 1, 'Dwarven Hatchet'), +(1021617, 2078, 0, 1, 1, 1, 'Northern Shortsword'), +(1021617, 2079, 0, 1, 1, 1, 'Sergeant\'s Warhammer'), +(1021617, 2969, 0, 1, 1, 1, 'Spellbinder Vest'), +(1021617, 2970, 0, 1, 1, 1, 'Spellbinder Pants'), +(1021617, 2973, 0, 1, 1, 1, 'Hunting Tunic'), +(1021617, 2974, 0, 1, 1, 1, 'Hunting Pants'), +(1021617, 2976, 0, 1, 1, 1, 'Hunting Gloves'), +(1021617, 2977, 0, 1, 1, 1, 'Veteran Armor'), +(1021617, 2978, 0, 1, 1, 1, 'Veteran Leggings'), +(1021617, 2980, 0, 1, 1, 1, 'Veteran Gloves'), +(1021617, 2982, 0, 1, 1, 1, 'Seer\'s Pants'), +(1021617, 2983, 0, 1, 1, 1, 'Seer\'s Boots'), +(1021617, 2984, 0, 1, 1, 1, 'Seer\'s Gloves'), +(1021617, 2986, 0, 1, 1, 1, 'Inscribed Leather Pants'), +(1021617, 2987, 0, 1, 1, 1, 'Inscribed Leather Boots'), +(1021617, 2988, 0, 1, 1, 1, 'Inscribed Leather Gloves'), +(1021617, 2992, 0, 1, 1, 1, 'Burnished Gloves'), +(1021617, 3036, 0, 1, 1, 1, 'Heavy Shortbow'), +(1021617, 3040, 0, 1, 1, 1, 'Hunter\'s Muzzle Loader'), +(1021617, 3184, 0, 1, 1, 1, 'Hook Dagger'), +(1021617, 3195, 0, 1, 1, 1, 'Barbaric Battle Axe'), +(1021617, 3196, 0, 1, 1, 1, 'Edged Bastard Sword'), +(1021617, 3205, 0, 1, 1, 1, 'Inscribed Leather Bracers'), +(1021617, 3211, 0, 1, 1, 1, 'Burnished Bracers'), +(1021617, 3302, 0, 1, 1, 1, 'Brackwater Boots'), +(1021617, 3305, 0, 1, 1, 1, 'Brackwater Leggings'), +(1021617, 3306, 0, 1, 1, 1, 'Brackwater Vest'), +(1021617, 3307, 0, 1, 1, 1, 'Barbaric Cloth Boots'), +(1021617, 3308, 0, 1, 1, 1, 'Barbaric Cloth Gloves'), +(1021617, 3309, 0, 1, 1, 1, 'Barbaric Loincloth'), +(1021617, 3310, 0, 1, 1, 1, 'Barbaric Cloth Vest'), +(1021617, 3313, 0, 1, 1, 1, 'Ceremonial Leather Harness'), +(1021617, 3314, 0, 1, 1, 1, 'Ceremonial Leather Gloves'), +(1021617, 3315, 0, 1, 1, 1, 'Ceremonial Leather Loincloth'), +(1021617, 3645, 0, 1, 1, 1, 'Seer\'s Cuffs'), +(1021617, 3651, 0, 1, 1, 1, 'Veteran Shield'), +(1021617, 3653, 0, 1, 1, 1, 'Ceremonial Buckler'), +(1021617, 4567, 0, 1, 1, 1, 'Merc Sword'), +(1021617, 4570, 0, 1, 1, 1, 'Birchwood Maul'), +(1021617, 4571, 0, 1, 1, 1, 'War Knife'), +(1021617, 4575, 0, 1, 1, 1, 'Medicine Staff'), +(1021617, 4695, 0, 1, 1, 1, 'Burnished Cloak'), +(1021617, 4697, 0, 1, 1, 1, 'Burnished Girdle'), +(1021617, 4699, 0, 1, 1, 1, 'Seer\'s Belt'), +(1021617, 4701, 0, 1, 1, 1, 'Inscribed Cloak'), +(1021617, 5207, 0, 1, 1, 1, 'Opaque Wand'), +(1021617, 5212, 0, 1, 1, 1, 'Blazing Wand'), +(1021617, 6378, 0, 1, 1, 1, 'Seer\'s Cape'), +(1021617, 6379, 0, 1, 1, 1, 'Inscribed Leather Belt'), +(1021617, 6380, 0, 1, 1, 1, 'Inscribed Buckler'), +(1021617, 6528, 0, 1, 1, 1, 'Spellbinder Robe'), +(1021617, 6531, 0, 1, 1, 1, 'Barbaric Cloth Robe'), +(1021617, 6536, 0, 1, 1, 1, 'Willow Vest'), +(1021617, 6537, 0, 1, 1, 1, 'Willow Boots'), +(1021617, 6538, 0, 1, 1, 1, 'Willow Robe'), +(1021617, 6539, 0, 1, 1, 1, 'Willow Belt'), +(1021617, 6540, 0, 1, 1, 1, 'Willow Pants'), +(1021617, 6541, 0, 1, 1, 1, 'Willow Gloves'), +(1021617, 6542, 0, 1, 1, 1, 'Willow Cape'), +(1021617, 6543, 0, 1, 1, 1, 'Willow Bracers'), +(1021617, 6545, 0, 1, 1, 1, 'Soldier\'s Armor'), +(1021617, 6546, 0, 1, 1, 1, 'Soldier\'s Leggings'), +(1021617, 6547, 0, 1, 1, 1, 'Soldier\'s Gauntlets'), +(1021617, 6548, 0, 1, 1, 1, 'Soldier\'s Girdle'), +(1021617, 6550, 0, 1, 1, 1, 'Soldier\'s Wristguards'), +(1021617, 6551, 0, 1, 1, 1, 'Soldier\'s Boots'), +(1021617, 6552, 0, 1, 1, 1, 'Bard\'s Tunic'), +(1021617, 6553, 0, 1, 1, 1, 'Bard\'s Trousers'), +(1021617, 6554, 0, 1, 1, 1, 'Bard\'s Gloves'), +(1021617, 6556, 0, 1, 1, 1, 'Bard\'s Bracers'), +(1021617, 6557, 0, 1, 1, 1, 'Bard\'s Boots'), +(1021617, 6558, 0, 1, 1, 1, 'Bard\'s Belt'), +(1021617, 6559, 0, 1, 1, 1, 'Bard\'s Buckler'), +(1021617, 6560, 0, 1, 1, 1, 'Soldier\'s Shield'), +(1021617, 6563, 0, 1, 1, 1, 'Shimmering Bracers'), +(1021617, 6575, 0, 1, 1, 1, 'Defender Cloak'), +(1021617, 6585, 0, 1, 1, 1, 'Scouting Cloak'), +(1021617, 7554, 0, 1, 1, 1, 'Willow Branch'), +(1021617, 9748, 0, 1, 1, 1, 'Simple Robe'), +(1021617, 9749, 0, 1, 1, 1, 'Simple Blouse'), +(1021617, 9757, 0, 1, 1, 1, 'Gypsy Tunic'), +(1021617, 9765, 0, 1, 1, 1, 'Cadet Vest'), +(1021617, 9770, 0, 1, 1, 1, 'Greenweave Cloak'), +(1021617, 9775, 0, 1, 1, 1, 'Bandit Cinch'), +(1021617, 9776, 0, 1, 1, 1, 'Bandit Boots'), +(1021617, 9777, 0, 1, 1, 1, 'Bandit Bracers'), +(1021617, 9778, 0, 1, 1, 1, 'Bandit Buckler'), +(1021617, 9779, 0, 1, 1, 1, 'Bandit Cloak'), +(1021617, 9780, 0, 1, 1, 1, 'Bandit Gloves'), +(1021617, 9783, 0, 1, 1, 1, 'Raider\'s Chestpiece'), +(1021617, 9784, 0, 1, 1, 1, 'Raider\'s Boots'), +(1021617, 9785, 0, 1, 1, 1, 'Raider\'s Bracers'), +(1021617, 9786, 0, 1, 1, 1, 'Raider\'s Cloak'), +(1021617, 9787, 0, 1, 1, 1, 'Raider\'s Gauntlets'), +(1021617, 9788, 0, 1, 1, 1, 'Raider\'s Belt'), +(1021617, 9789, 0, 1, 1, 1, 'Raider\'s Legguards'), +(1021617, 9790, 0, 1, 1, 1, 'Raider\'s Shield'), +(1021617, 11965, 0, 1, 1, 1, 'Quartz Ring'), +(1021617, 11981, 0, 1, 1, 1, 'Lead Band'), +(1021617, 14025, 0, 1, 1, 1, 'Mystic\'s Belt'), +(1021617, 14096, 0, 1, 1, 1, 'Native Vest'), +(1021617, 14109, 0, 1, 1, 1, 'Native Robe'), +(1021617, 14113, 0, 1, 1, 1, 'Aboriginal Sash'), +(1021617, 14114, 0, 1, 1, 1, 'Aboriginal Footwraps'), +(1021617, 14117, 0, 1, 1, 1, 'Aboriginal Gloves'), +(1021617, 14119, 0, 1, 1, 1, 'Aboriginal Loincloth'), +(1021617, 14120, 0, 1, 1, 1, 'Aboriginal Robe'), +(1021617, 14121, 0, 1, 1, 1, 'Aboriginal Vest'), +(1021617, 14122, 0, 1, 1, 1, 'Ritual Bands'), +(1021617, 14123, 0, 1, 1, 1, 'Ritual Cape'), +(1021617, 14124, 0, 1, 1, 1, 'Ritual Gloves'), +(1021617, 14129, 0, 1, 1, 1, 'Ritual Sandals'), +(1021617, 14131, 0, 1, 1, 1, 'Ritual Belt'), +(1021617, 14160, 0, 1, 1, 1, 'Pagan Bands'), +(1021617, 14161, 0, 1, 1, 1, 'Pagan Cape'), +(1021617, 14166, 0, 1, 1, 1, 'Buccaneer\'s Bracers'), +(1021617, 14167, 0, 1, 1, 1, 'Buccaneer\'s Cape'), +(1021617, 14168, 0, 1, 1, 1, 'Buccaneer\'s Gloves'), +(1021617, 14173, 0, 1, 1, 1, 'Buccaneer\'s Cord'), +(1021617, 14174, 0, 1, 1, 1, 'Buccaneer\'s Boots'), +(1021617, 14364, 0, 1, 1, 1, 'Mystic\'s Slippers'), +(1021617, 14365, 0, 1, 1, 1, 'Mystic\'s Cape'), +(1021617, 14366, 0, 1, 1, 1, 'Mystic\'s Bracelets'), +(1021617, 14367, 0, 1, 1, 1, 'Mystic\'s Gloves'), +(1021617, 14370, 0, 1, 1, 1, 'Mystic\'s Woolies'), +(1021617, 14559, 0, 1, 1, 1, 'Prospector\'s Sash'), +(1021617, 14560, 0, 1, 1, 1, 'Prospector\'s Boots'), +(1021617, 14561, 0, 1, 1, 1, 'Prospector\'s Cuffs'), +(1021617, 14563, 0, 1, 1, 1, 'Prospector\'s Cloak'), +(1021617, 14564, 0, 1, 1, 1, 'Prospector\'s Mitts'), +(1021617, 14722, 0, 1, 1, 1, 'War Paint Anklewraps'), +(1021617, 14723, 0, 1, 1, 1, 'War Paint Bindings'), +(1021617, 14724, 0, 1, 1, 1, 'War Paint Cloak'), +(1021617, 14725, 0, 1, 1, 1, 'War Paint Waistband'), +(1021617, 14726, 0, 1, 1, 1, 'War Paint Gloves'), +(1021617, 14727, 0, 1, 1, 1, 'War Paint Legguards'), +(1021617, 14729, 0, 1, 1, 1, 'War Paint Shield'), +(1021617, 14745, 0, 1, 1, 1, 'Hulking Cloak'), +(1021617, 15011, 0, 1, 1, 1, 'Lupine Cord'), +(1021617, 15012, 0, 1, 1, 1, 'Lupine Slippers'), +(1021617, 15014, 0, 1, 1, 1, 'Lupine Buckler'), +(1021617, 15016, 0, 1, 1, 1, 'Lupine Handwraps'), +(1021617, 15017, 0, 1, 1, 1, 'Lupine Leggings'), +(1021617, 15018, 0, 1, 1, 1, 'Lupine Vest'), +(1021617, 15110, 0, 1, 1, 1, 'Rigid Belt'), +(1021617, 15112, 0, 1, 1, 1, 'Rigid Bracelets'), +(1021617, 15114, 0, 1, 1, 1, 'Rigid Cape'), +(1021617, 15210, 0, 1, 1, 1, 'Raider Shortsword'), +(1021617, 15222, 0, 1, 1, 1, 'Barbed Club'), +(1021617, 15248, 0, 1, 1, 1, 'Gleaming Claymore'), +(1021617, 15268, 0, 1, 1, 1, 'Twin-bladed Axe'), +(1021617, 15304, 0, 1, 1, 1, 'Grizzly Jerkin'), +(1021617, 15305, 0, 1, 1, 1, 'Feral Shoes'), +(1021617, 15306, 0, 1, 1, 1, 'Feral Bindings'), +(1021617, 15307, 0, 1, 1, 1, 'Feral Buckler'), +(1021617, 15308, 0, 1, 1, 1, 'Feral Cord'), +(1021617, 15309, 0, 1, 1, 1, 'Feral Cloak'), +(1021617, 15310, 0, 1, 1, 1, 'Feral Gloves'), +(1021617, 15312, 0, 1, 1, 1, 'Feral Leggings'), +(1021617, 15487, 0, 1, 1, 1, 'War Torn Tunic'), +(1021617, 15489, 0, 1, 1, 1, 'Bloodspattered Sabatons'), +(1021617, 15491, 0, 1, 1, 1, 'Bloodspattered Gloves'), +(1021617, 15492, 0, 1, 1, 1, 'Bloodspattered Sash'), +(1021617, 15493, 0, 1, 1, 1, 'Bloodspattered Loincloth'), +(1021617, 15494, 0, 1, 1, 1, 'Bloodspattered Shield'), +(1021617, 15495, 0, 1, 1, 1, 'Bloodspattered Wristbands'), +(1021617, 15497, 0, 1, 1, 1, 'Outrunner\'s Cord'), +(1021617, 15498, 0, 1, 1, 1, 'Outrunner\'s Slippers'), +(1021617, 15499, 0, 1, 1, 1, 'Outrunner\'s Cuffs'), +(1021617, 15501, 0, 1, 1, 1, 'Outrunner\'s Cloak'), +(1021617, 15502, 0, 1, 1, 1, 'Outrunner\'s Gloves'), +(1021617, 15507, 0, 1, 1, 1, 'Grunt\'s Bracers'), +(1021617, 15508, 0, 1, 1, 1, 'Grunt\'s Cape'), +(1021617, 15510, 0, 1, 1, 1, 'Grunt\'s Belt'), +(1021617, 15926, 0, 1, 1, 1, 'Spellbinder Orb'), +(1021617, 15933, 0, 1, 1, 1, 'Simple Branch'), +(1021617, 15945, 0, 1, 1, 1, 'Runic Stave'), +(1021617, 15970, 0, 1, 1, 1, 'Native Branch'), +(1021617, 15971, 0, 1, 1, 1, 'Aboriginal Rod'), +(1021717, 2078, 0, 1, 1, 1, 'Northern Shortsword'), +(1021717, 2079, 0, 1, 1, 1, 'Sergeant\'s Warhammer'), +(1021717, 2969, 0, 1, 1, 1, 'Spellbinder Vest'), +(1021717, 2970, 0, 1, 1, 1, 'Spellbinder Pants'), +(1021717, 2973, 0, 1, 1, 1, 'Hunting Tunic'), +(1021717, 2974, 0, 1, 1, 1, 'Hunting Pants'), +(1021717, 2977, 0, 1, 1, 1, 'Veteran Armor'), +(1021717, 2982, 0, 1, 1, 1, 'Seer\'s Pants'), +(1021717, 2983, 0, 1, 1, 1, 'Seer\'s Boots'), +(1021717, 2984, 0, 1, 1, 1, 'Seer\'s Gloves'), +(1021717, 2986, 0, 1, 1, 1, 'Inscribed Leather Pants'), +(1021717, 2987, 0, 1, 1, 1, 'Inscribed Leather Boots'), +(1021717, 2988, 0, 1, 1, 1, 'Inscribed Leather Gloves'), +(1021717, 2992, 0, 1, 1, 1, 'Burnished Gloves'), +(1021717, 3040, 0, 1, 1, 1, 'Hunter\'s Muzzle Loader'), +(1021717, 3184, 0, 1, 1, 1, 'Hook Dagger'), +(1021717, 3195, 0, 1, 1, 1, 'Barbaric Battle Axe'), +(1021717, 3196, 0, 1, 1, 1, 'Edged Bastard Sword'), +(1021717, 3205, 0, 1, 1, 1, 'Inscribed Leather Bracers'), +(1021717, 3211, 0, 1, 1, 1, 'Burnished Bracers'), +(1021717, 3305, 0, 1, 1, 1, 'Brackwater Leggings'), +(1021717, 3306, 0, 1, 1, 1, 'Brackwater Vest'), +(1021717, 3309, 0, 1, 1, 1, 'Barbaric Loincloth'), +(1021717, 3310, 0, 1, 1, 1, 'Barbaric Cloth Vest'), +(1021717, 3313, 0, 1, 1, 1, 'Ceremonial Leather Harness'), +(1021717, 3315, 0, 1, 1, 1, 'Ceremonial Leather Loincloth'), +(1021717, 3645, 0, 1, 1, 1, 'Seer\'s Cuffs'), +(1021717, 4567, 0, 1, 1, 1, 'Merc Sword'), +(1021717, 4571, 0, 1, 1, 1, 'War Knife'), +(1021717, 4575, 0, 1, 1, 1, 'Medicine Staff'), +(1021717, 4695, 0, 1, 1, 1, 'Burnished Cloak'), +(1021717, 4697, 0, 1, 1, 1, 'Burnished Girdle'), +(1021717, 4699, 0, 1, 1, 1, 'Seer\'s Belt'), +(1021717, 4701, 0, 1, 1, 1, 'Inscribed Cloak'), +(1021717, 5207, 0, 1, 1, 1, 'Opaque Wand'), +(1021717, 5212, 0, 1, 1, 1, 'Blazing Wand'), +(1021717, 6378, 0, 1, 1, 1, 'Seer\'s Cape'), +(1021717, 6379, 0, 1, 1, 1, 'Inscribed Leather Belt'), +(1021717, 6380, 0, 1, 1, 1, 'Inscribed Buckler'), +(1021717, 6528, 0, 1, 1, 1, 'Spellbinder Robe'), +(1021717, 6531, 0, 1, 1, 1, 'Barbaric Cloth Robe'), +(1021717, 6536, 0, 1, 1, 1, 'Willow Vest'), +(1021717, 6538, 0, 1, 1, 1, 'Willow Robe'), +(1021717, 6539, 0, 1, 1, 1, 'Willow Belt'), +(1021717, 6540, 0, 1, 1, 1, 'Willow Pants'), +(1021717, 6541, 0, 1, 1, 1, 'Willow Gloves'), +(1021717, 6545, 0, 1, 1, 1, 'Soldier\'s Armor'), +(1021717, 6546, 0, 1, 1, 1, 'Soldier\'s Leggings'), +(1021717, 6547, 0, 1, 1, 1, 'Soldier\'s Gauntlets'), +(1021717, 6548, 0, 1, 1, 1, 'Soldier\'s Girdle'), +(1021717, 6551, 0, 1, 1, 1, 'Soldier\'s Boots'), +(1021717, 6552, 0, 1, 1, 1, 'Bard\'s Tunic'), +(1021717, 6553, 0, 1, 1, 1, 'Bard\'s Trousers'), +(1021717, 6554, 0, 1, 1, 1, 'Bard\'s Gloves'), +(1021717, 6557, 0, 1, 1, 1, 'Bard\'s Boots'), +(1021717, 6559, 0, 1, 1, 1, 'Bard\'s Buckler'), +(1021717, 6560, 0, 1, 1, 1, 'Soldier\'s Shield'), +(1021717, 6563, 0, 1, 1, 1, 'Shimmering Bracers'), +(1021717, 6575, 0, 1, 1, 1, 'Defender Cloak'), +(1021717, 6585, 0, 1, 1, 1, 'Scouting Cloak'), +(1021717, 7554, 0, 1, 1, 1, 'Willow Branch'), +(1021717, 9770, 0, 1, 1, 1, 'Greenweave Cloak'), +(1021717, 9775, 0, 1, 1, 1, 'Bandit Cinch'), +(1021717, 9776, 0, 1, 1, 1, 'Bandit Boots'), +(1021717, 9777, 0, 1, 1, 1, 'Bandit Bracers'), +(1021717, 9778, 0, 1, 1, 1, 'Bandit Buckler'), +(1021717, 9779, 0, 1, 1, 1, 'Bandit Cloak'), +(1021717, 9780, 0, 1, 1, 1, 'Bandit Gloves'), +(1021717, 9783, 0, 1, 1, 1, 'Raider\'s Chestpiece'), +(1021717, 9784, 0, 1, 1, 1, 'Raider\'s Boots'), +(1021717, 9785, 0, 1, 1, 1, 'Raider\'s Bracers'), +(1021717, 9786, 0, 1, 1, 1, 'Raider\'s Cloak'), +(1021717, 9787, 0, 1, 1, 1, 'Raider\'s Gauntlets'), +(1021717, 9788, 0, 1, 1, 1, 'Raider\'s Belt'), +(1021717, 9789, 0, 1, 1, 1, 'Raider\'s Legguards'), +(1021717, 9790, 0, 1, 1, 1, 'Raider\'s Shield'), +(1021717, 11965, 0, 1, 1, 1, 'Quartz Ring'), +(1021717, 11981, 0, 1, 1, 1, 'Lead Band'), +(1021717, 14025, 0, 1, 1, 1, 'Mystic\'s Belt'), +(1021717, 14096, 0, 1, 1, 1, 'Native Vest'), +(1021717, 14109, 0, 1, 1, 1, 'Native Robe'), +(1021717, 14114, 0, 1, 1, 1, 'Aboriginal Footwraps'), +(1021717, 14117, 0, 1, 1, 1, 'Aboriginal Gloves'), +(1021717, 14119, 0, 1, 1, 1, 'Aboriginal Loincloth'), +(1021717, 14120, 0, 1, 1, 1, 'Aboriginal Robe'), +(1021717, 14121, 0, 1, 1, 1, 'Aboriginal Vest'), +(1021717, 14122, 0, 1, 1, 1, 'Ritual Bands'), +(1021717, 14123, 0, 1, 1, 1, 'Ritual Cape'), +(1021717, 14124, 0, 1, 1, 1, 'Ritual Gloves'), +(1021717, 14129, 0, 1, 1, 1, 'Ritual Sandals'), +(1021717, 14131, 0, 1, 1, 1, 'Ritual Belt'), +(1021717, 14160, 0, 1, 1, 1, 'Pagan Bands'), +(1021717, 14161, 0, 1, 1, 1, 'Pagan Cape'), +(1021717, 14166, 0, 1, 1, 1, 'Buccaneer\'s Bracers'), +(1021717, 14167, 0, 1, 1, 1, 'Buccaneer\'s Cape'), +(1021717, 14168, 0, 1, 1, 1, 'Buccaneer\'s Gloves'), +(1021717, 14173, 0, 1, 1, 1, 'Buccaneer\'s Cord'), +(1021717, 14174, 0, 1, 1, 1, 'Buccaneer\'s Boots'), +(1021717, 14364, 0, 1, 1, 1, 'Mystic\'s Slippers'), +(1021717, 14366, 0, 1, 1, 1, 'Mystic\'s Bracelets'), +(1021717, 14367, 0, 1, 1, 1, 'Mystic\'s Gloves'), +(1021717, 14370, 0, 1, 1, 1, 'Mystic\'s Woolies'), +(1021717, 14559, 0, 1, 1, 1, 'Prospector\'s Sash'), +(1021717, 14560, 0, 1, 1, 1, 'Prospector\'s Boots'), +(1021717, 14561, 0, 1, 1, 1, 'Prospector\'s Cuffs'), +(1021717, 14563, 0, 1, 1, 1, 'Prospector\'s Cloak'), +(1021717, 14564, 0, 1, 1, 1, 'Prospector\'s Mitts'), +(1021717, 14722, 0, 1, 1, 1, 'War Paint Anklewraps'), +(1021717, 14723, 0, 1, 1, 1, 'War Paint Bindings'), +(1021717, 14724, 0, 1, 1, 1, 'War Paint Cloak'), +(1021717, 14725, 0, 1, 1, 1, 'War Paint Waistband'), +(1021717, 14726, 0, 1, 1, 1, 'War Paint Gloves'), +(1021717, 14727, 0, 1, 1, 1, 'War Paint Legguards'), +(1021717, 14729, 0, 1, 1, 1, 'War Paint Shield'), +(1021717, 14745, 0, 1, 1, 1, 'Hulking Cloak'), +(1021717, 15012, 0, 1, 1, 1, 'Lupine Slippers'), +(1021717, 15014, 0, 1, 1, 1, 'Lupine Buckler'), +(1021717, 15016, 0, 1, 1, 1, 'Lupine Handwraps'), +(1021717, 15017, 0, 1, 1, 1, 'Lupine Leggings'), +(1021717, 15018, 0, 1, 1, 1, 'Lupine Vest'), +(1021717, 15110, 0, 1, 1, 1, 'Rigid Belt'), +(1021717, 15112, 0, 1, 1, 1, 'Rigid Bracelets'), +(1021717, 15114, 0, 1, 1, 1, 'Rigid Cape'), +(1021717, 15210, 0, 1, 1, 1, 'Raider Shortsword'), +(1021717, 15222, 0, 1, 1, 1, 'Barbed Club'), +(1021717, 15248, 0, 1, 1, 1, 'Gleaming Claymore'), +(1021717, 15268, 0, 1, 1, 1, 'Twin-bladed Axe'), +(1021717, 15304, 0, 1, 1, 1, 'Grizzly Jerkin'), +(1021717, 15305, 0, 1, 1, 1, 'Feral Shoes'), +(1021717, 15306, 0, 1, 1, 1, 'Feral Bindings'), +(1021717, 15307, 0, 1, 1, 1, 'Feral Buckler'), +(1021717, 15308, 0, 1, 1, 1, 'Feral Cord'), +(1021717, 15310, 0, 1, 1, 1, 'Feral Gloves'), +(1021717, 15312, 0, 1, 1, 1, 'Feral Leggings'), +(1021717, 15487, 0, 1, 1, 1, 'War Torn Tunic'), +(1021717, 15489, 0, 1, 1, 1, 'Bloodspattered Sabatons'), +(1021717, 15493, 0, 1, 1, 1, 'Bloodspattered Loincloth'), +(1021717, 15494, 0, 1, 1, 1, 'Bloodspattered Shield'), +(1021717, 15497, 0, 1, 1, 1, 'Outrunner\'s Cord'), +(1021717, 15498, 0, 1, 1, 1, 'Outrunner\'s Slippers'), +(1021717, 15499, 0, 1, 1, 1, 'Outrunner\'s Cuffs'), +(1021717, 15501, 0, 1, 1, 1, 'Outrunner\'s Cloak'), +(1021717, 15502, 0, 1, 1, 1, 'Outrunner\'s Gloves'), +(1021717, 15507, 0, 1, 1, 1, 'Grunt\'s Bracers'), +(1021717, 15508, 0, 1, 1, 1, 'Grunt\'s Cape'), +(1021717, 15510, 0, 1, 1, 1, 'Grunt\'s Belt'), +(1021717, 15926, 0, 1, 1, 1, 'Spellbinder Orb'), +(1021717, 15945, 0, 1, 1, 1, 'Runic Stave'), +(1021717, 15971, 0, 1, 1, 1, 'Aboriginal Rod'), +(1021718, 2078, 0, 1, 1, 1, 'Northern Shortsword'), +(1021718, 2079, 0, 1, 1, 1, 'Sergeant\'s Warhammer'), +(1021718, 2969, 0, 1, 1, 1, 'Spellbinder Vest'), +(1021718, 2970, 0, 1, 1, 1, 'Spellbinder Pants'), +(1021718, 2973, 0, 1, 1, 1, 'Hunting Tunic'), +(1021718, 2974, 0, 1, 1, 1, 'Hunting Pants'), +(1021718, 2977, 0, 1, 1, 1, 'Veteran Armor'), +(1021718, 2981, 0, 1, 1, 1, 'Seer\'s Robe'), +(1021718, 2982, 0, 1, 1, 1, 'Seer\'s Pants'), +(1021718, 2983, 0, 1, 1, 1, 'Seer\'s Boots'), +(1021718, 2984, 0, 1, 1, 1, 'Seer\'s Gloves'), +(1021718, 2985, 0, 1, 1, 1, 'Inscribed Leather Breastplate'), +(1021718, 2986, 0, 1, 1, 1, 'Inscribed Leather Pants'), +(1021718, 2987, 0, 1, 1, 1, 'Inscribed Leather Boots'), +(1021718, 2988, 0, 1, 1, 1, 'Inscribed Leather Gloves'), +(1021718, 2989, 0, 1, 1, 1, 'Burnished Tunic'), +(1021718, 2990, 0, 1, 1, 1, 'Burnished Leggings'), +(1021718, 2991, 0, 1, 1, 1, 'Burnished Boots'), +(1021718, 2992, 0, 1, 1, 1, 'Burnished Gloves'), +(1021718, 3040, 0, 1, 1, 1, 'Hunter\'s Muzzle Loader'), +(1021718, 3184, 0, 1, 1, 1, 'Hook Dagger'), +(1021718, 3193, 0, 1, 1, 1, 'Oak Mallet'), +(1021718, 3195, 0, 1, 1, 1, 'Barbaric Battle Axe'), +(1021718, 3196, 0, 1, 1, 1, 'Edged Bastard Sword'), +(1021718, 3205, 0, 1, 1, 1, 'Inscribed Leather Bracers'), +(1021718, 3211, 0, 1, 1, 1, 'Burnished Bracers'), +(1021718, 3305, 0, 1, 1, 1, 'Brackwater Leggings'), +(1021718, 3306, 0, 1, 1, 1, 'Brackwater Vest'), +(1021718, 3309, 0, 1, 1, 1, 'Barbaric Loincloth'), +(1021718, 3310, 0, 1, 1, 1, 'Barbaric Cloth Vest'), +(1021718, 3313, 0, 1, 1, 1, 'Ceremonial Leather Harness'), +(1021718, 3315, 0, 1, 1, 1, 'Ceremonial Leather Loincloth'), +(1021718, 3645, 0, 1, 1, 1, 'Seer\'s Cuffs'), +(1021718, 3655, 0, 1, 1, 1, 'Burnished Shield'), +(1021718, 4567, 0, 1, 1, 1, 'Merc Sword'), +(1021718, 4568, 0, 1, 1, 1, 'Grunt Axe'), +(1021718, 4571, 0, 1, 1, 1, 'War Knife'), +(1021718, 4575, 0, 1, 1, 1, 'Medicine Staff'), +(1021718, 4576, 0, 1, 1, 1, 'Light Bow'), +(1021718, 4695, 0, 1, 1, 1, 'Burnished Cloak'), +(1021718, 4697, 0, 1, 1, 1, 'Burnished Girdle'), +(1021718, 4699, 0, 1, 1, 1, 'Seer\'s Belt'), +(1021718, 4701, 0, 1, 1, 1, 'Inscribed Cloak'), +(1021718, 5207, 0, 1, 1, 1, 'Opaque Wand'), +(1021718, 5212, 0, 1, 1, 1, 'Blazing Wand'), +(1021718, 6378, 0, 1, 1, 1, 'Seer\'s Cape'), +(1021718, 6379, 0, 1, 1, 1, 'Inscribed Leather Belt'), +(1021718, 6380, 0, 1, 1, 1, 'Inscribed Buckler'), +(1021718, 6528, 0, 1, 1, 1, 'Spellbinder Robe'), +(1021718, 6531, 0, 1, 1, 1, 'Barbaric Cloth Robe'), +(1021718, 6536, 0, 1, 1, 1, 'Willow Vest'), +(1021718, 6538, 0, 1, 1, 1, 'Willow Robe'), +(1021718, 6539, 0, 1, 1, 1, 'Willow Belt'), +(1021718, 6540, 0, 1, 1, 1, 'Willow Pants'), +(1021718, 6541, 0, 1, 1, 1, 'Willow Gloves'), +(1021718, 6545, 0, 1, 1, 1, 'Soldier\'s Armor'), +(1021718, 6546, 0, 1, 1, 1, 'Soldier\'s Leggings'), +(1021718, 6547, 0, 1, 1, 1, 'Soldier\'s Gauntlets'), +(1021718, 6548, 0, 1, 1, 1, 'Soldier\'s Girdle'), +(1021718, 6551, 0, 1, 1, 1, 'Soldier\'s Boots'), +(1021718, 6552, 0, 1, 1, 1, 'Bard\'s Tunic'), +(1021718, 6553, 0, 1, 1, 1, 'Bard\'s Trousers'), +(1021718, 6554, 0, 1, 1, 1, 'Bard\'s Gloves'), +(1021718, 6557, 0, 1, 1, 1, 'Bard\'s Boots'), +(1021718, 6559, 0, 1, 1, 1, 'Bard\'s Buckler'), +(1021718, 6560, 0, 1, 1, 1, 'Soldier\'s Shield'), +(1021718, 6561, 0, 1, 1, 1, 'Seer\'s Padded Armor'), +(1021718, 6562, 0, 1, 1, 1, 'Shimmering Boots'), +(1021718, 6563, 0, 1, 1, 1, 'Shimmering Bracers'), +(1021718, 6564, 0, 1, 1, 1, 'Shimmering Cloak'), +(1021718, 6575, 0, 1, 1, 1, 'Defender Cloak'), +(1021718, 6581, 0, 1, 1, 1, 'Scouting Belt'), +(1021718, 6583, 0, 1, 1, 1, 'Scouting Bracers'), +(1021718, 6585, 0, 1, 1, 1, 'Scouting Cloak'), +(1021718, 7554, 0, 1, 1, 1, 'Willow Branch'), +(1021718, 7608, 0, 1, 1, 1, 'Seer\'s Fine Stein'), +(1021718, 9768, 0, 1, 1, 1, 'Greenweave Bracers'), +(1021718, 9770, 0, 1, 1, 1, 'Greenweave Cloak'), +(1021718, 9775, 0, 1, 1, 1, 'Bandit Cinch'), +(1021718, 9776, 0, 1, 1, 1, 'Bandit Boots'), +(1021718, 9777, 0, 1, 1, 1, 'Bandit Bracers'), +(1021718, 9778, 0, 1, 1, 1, 'Bandit Buckler'), +(1021718, 9779, 0, 1, 1, 1, 'Bandit Cloak'), +(1021718, 9780, 0, 1, 1, 1, 'Bandit Gloves'), +(1021718, 9783, 0, 1, 1, 1, 'Raider\'s Chestpiece'), +(1021718, 9784, 0, 1, 1, 1, 'Raider\'s Boots'), +(1021718, 9785, 0, 1, 1, 1, 'Raider\'s Bracers'), +(1021718, 9786, 0, 1, 1, 1, 'Raider\'s Cloak'), +(1021718, 9787, 0, 1, 1, 1, 'Raider\'s Gauntlets'), +(1021718, 9788, 0, 1, 1, 1, 'Raider\'s Belt'), +(1021718, 9789, 0, 1, 1, 1, 'Raider\'s Legguards'), +(1021718, 9790, 0, 1, 1, 1, 'Raider\'s Shield'), +(1021718, 11965, 0, 1, 1, 1, 'Quartz Ring'), +(1021718, 11981, 0, 1, 1, 1, 'Lead Band'), +(1021718, 12052, 0, 1, 1, 1, 'Ring of the Moon'), +(1021718, 12053, 0, 1, 1, 1, 'Volcanic Rock Ring'), +(1021718, 14025, 0, 1, 1, 1, 'Mystic\'s Belt'), +(1021718, 14096, 0, 1, 1, 1, 'Native Vest'), +(1021718, 14109, 0, 1, 1, 1, 'Native Robe'), +(1021718, 14114, 0, 1, 1, 1, 'Aboriginal Footwraps'), +(1021718, 14117, 0, 1, 1, 1, 'Aboriginal Gloves'), +(1021718, 14119, 0, 1, 1, 1, 'Aboriginal Loincloth'), +(1021718, 14120, 0, 1, 1, 1, 'Aboriginal Robe'), +(1021718, 14121, 0, 1, 1, 1, 'Aboriginal Vest'), +(1021718, 14122, 0, 1, 1, 1, 'Ritual Bands'), +(1021718, 14123, 0, 1, 1, 1, 'Ritual Cape'), +(1021718, 14124, 0, 1, 1, 1, 'Ritual Gloves'), +(1021718, 14125, 0, 1, 1, 1, 'Ritual Leggings'), +(1021718, 14129, 0, 1, 1, 1, 'Ritual Sandals'), +(1021718, 14131, 0, 1, 1, 1, 'Ritual Belt'), +(1021718, 14160, 0, 1, 1, 1, 'Pagan Bands'), +(1021718, 14161, 0, 1, 1, 1, 'Pagan Cape'), +(1021718, 14164, 0, 1, 1, 1, 'Pagan Belt'), +(1021718, 14166, 0, 1, 1, 1, 'Buccaneer\'s Bracers'), +(1021718, 14167, 0, 1, 1, 1, 'Buccaneer\'s Cape'), +(1021718, 14168, 0, 1, 1, 1, 'Buccaneer\'s Gloves'), +(1021718, 14173, 0, 1, 1, 1, 'Buccaneer\'s Cord'), +(1021718, 14174, 0, 1, 1, 1, 'Buccaneer\'s Boots'), +(1021718, 14364, 0, 1, 1, 1, 'Mystic\'s Slippers'), +(1021718, 14366, 0, 1, 1, 1, 'Mystic\'s Bracelets'), +(1021718, 14367, 0, 1, 1, 1, 'Mystic\'s Gloves'), +(1021718, 14370, 0, 1, 1, 1, 'Mystic\'s Woolies'), +(1021718, 14559, 0, 1, 1, 1, 'Prospector\'s Sash'), +(1021718, 14560, 0, 1, 1, 1, 'Prospector\'s Boots'), +(1021718, 14561, 0, 1, 1, 1, 'Prospector\'s Cuffs'), +(1021718, 14563, 0, 1, 1, 1, 'Prospector\'s Cloak'), +(1021718, 14564, 0, 1, 1, 1, 'Prospector\'s Mitts'), +(1021718, 14565, 0, 1, 1, 1, 'Prospector\'s Woolies'), +(1021718, 14571, 0, 1, 1, 1, 'Bristlebark Cape'), +(1021718, 14722, 0, 1, 1, 1, 'War Paint Anklewraps'), +(1021718, 14723, 0, 1, 1, 1, 'War Paint Bindings'), +(1021718, 14724, 0, 1, 1, 1, 'War Paint Cloak'), +(1021718, 14725, 0, 1, 1, 1, 'War Paint Waistband'), +(1021718, 14726, 0, 1, 1, 1, 'War Paint Gloves'), +(1021718, 14727, 0, 1, 1, 1, 'War Paint Legguards'), +(1021718, 14729, 0, 1, 1, 1, 'War Paint Shield'), +(1021718, 14745, 0, 1, 1, 1, 'Hulking Cloak'), +(1021718, 15012, 0, 1, 1, 1, 'Lupine Slippers'), +(1021718, 15014, 0, 1, 1, 1, 'Lupine Buckler'), +(1021718, 15016, 0, 1, 1, 1, 'Lupine Handwraps'), +(1021718, 15017, 0, 1, 1, 1, 'Lupine Leggings'), +(1021718, 15018, 0, 1, 1, 1, 'Lupine Vest'), +(1021718, 15110, 0, 1, 1, 1, 'Rigid Belt'), +(1021718, 15111, 0, 1, 1, 1, 'Rigid Moccasins'), +(1021718, 15112, 0, 1, 1, 1, 'Rigid Bracelets'), +(1021718, 15114, 0, 1, 1, 1, 'Rigid Cape'), +(1021718, 15210, 0, 1, 1, 1, 'Raider Shortsword'), +(1021718, 15222, 0, 1, 1, 1, 'Barbed Club'), +(1021718, 15248, 0, 1, 1, 1, 'Gleaming Claymore'), +(1021718, 15268, 0, 1, 1, 1, 'Twin-bladed Axe'), +(1021718, 15304, 0, 1, 1, 1, 'Grizzly Jerkin'), +(1021718, 15305, 0, 1, 1, 1, 'Feral Shoes'), +(1021718, 15306, 0, 1, 1, 1, 'Feral Bindings'), +(1021718, 15307, 0, 1, 1, 1, 'Feral Buckler'), +(1021718, 15308, 0, 1, 1, 1, 'Feral Cord'), +(1021718, 15310, 0, 1, 1, 1, 'Feral Gloves'), +(1021718, 15312, 0, 1, 1, 1, 'Feral Leggings'), +(1021718, 15487, 0, 1, 1, 1, 'War Torn Tunic'), +(1021718, 15488, 0, 1, 1, 1, 'Bloodspattered Surcoat'), +(1021718, 15489, 0, 1, 1, 1, 'Bloodspattered Sabatons'), +(1021718, 15493, 0, 1, 1, 1, 'Bloodspattered Loincloth'), +(1021718, 15494, 0, 1, 1, 1, 'Bloodspattered Shield'), +(1021718, 15497, 0, 1, 1, 1, 'Outrunner\'s Cord'), +(1021718, 15498, 0, 1, 1, 1, 'Outrunner\'s Slippers'), +(1021718, 15499, 0, 1, 1, 1, 'Outrunner\'s Cuffs'), +(1021718, 15501, 0, 1, 1, 1, 'Outrunner\'s Cloak'), +(1021718, 15502, 0, 1, 1, 1, 'Outrunner\'s Gloves'), +(1021718, 15506, 0, 1, 1, 1, 'Grunt\'s AnkleWraps'), +(1021718, 15507, 0, 1, 1, 1, 'Grunt\'s Bracers'), +(1021718, 15508, 0, 1, 1, 1, 'Grunt\'s Cape'), +(1021718, 15509, 0, 1, 1, 1, 'Grunt\'s Handwraps'), +(1021718, 15510, 0, 1, 1, 1, 'Grunt\'s Belt'), +(1021718, 15893, 0, 1, 1, 1, 'Prospector\'s Buckler'), +(1021718, 15926, 0, 1, 1, 1, 'Spellbinder Orb'), +(1021718, 15945, 0, 1, 1, 1, 'Runic Stave'), +(1021718, 15971, 0, 1, 1, 1, 'Aboriginal Rod'), +(1021818, 2078, 0, 1, 1, 1, 'Northern Shortsword'), +(1021818, 2079, 0, 1, 1, 1, 'Sergeant\'s Warhammer'), +(1021818, 2969, 0, 1, 1, 1, 'Spellbinder Vest'), +(1021818, 2973, 0, 1, 1, 1, 'Hunting Tunic'), +(1021818, 2981, 0, 1, 1, 1, 'Seer\'s Robe'), +(1021818, 2982, 0, 1, 1, 1, 'Seer\'s Pants'), +(1021818, 2983, 0, 1, 1, 1, 'Seer\'s Boots'), +(1021818, 2984, 0, 1, 1, 1, 'Seer\'s Gloves'), +(1021818, 2985, 0, 1, 1, 1, 'Inscribed Leather Breastplate'), +(1021818, 2986, 0, 1, 1, 1, 'Inscribed Leather Pants'), +(1021818, 2987, 0, 1, 1, 1, 'Inscribed Leather Boots'), +(1021818, 2988, 0, 1, 1, 1, 'Inscribed Leather Gloves'), +(1021818, 2989, 0, 1, 1, 1, 'Burnished Tunic'), +(1021818, 2990, 0, 1, 1, 1, 'Burnished Leggings'), +(1021818, 2991, 0, 1, 1, 1, 'Burnished Boots'), +(1021818, 2992, 0, 1, 1, 1, 'Burnished Gloves'), +(1021818, 3040, 0, 1, 1, 1, 'Hunter\'s Muzzle Loader'), +(1021818, 3184, 0, 1, 1, 1, 'Hook Dagger'), +(1021818, 3193, 0, 1, 1, 1, 'Oak Mallet'), +(1021818, 3195, 0, 1, 1, 1, 'Barbaric Battle Axe'), +(1021818, 3196, 0, 1, 1, 1, 'Edged Bastard Sword'), +(1021818, 3205, 0, 1, 1, 1, 'Inscribed Leather Bracers'), +(1021818, 3211, 0, 1, 1, 1, 'Burnished Bracers'), +(1021818, 3306, 0, 1, 1, 1, 'Brackwater Vest'), +(1021818, 3310, 0, 1, 1, 1, 'Barbaric Cloth Vest'), +(1021818, 3313, 0, 1, 1, 1, 'Ceremonial Leather Harness'), +(1021818, 3315, 0, 1, 1, 1, 'Ceremonial Leather Loincloth'), +(1021818, 3645, 0, 1, 1, 1, 'Seer\'s Cuffs'), +(1021818, 3655, 0, 1, 1, 1, 'Burnished Shield'), +(1021818, 4568, 0, 1, 1, 1, 'Grunt Axe'), +(1021818, 4571, 0, 1, 1, 1, 'War Knife'), +(1021818, 4575, 0, 1, 1, 1, 'Medicine Staff'), +(1021818, 4576, 0, 1, 1, 1, 'Light Bow'), +(1021818, 4695, 0, 1, 1, 1, 'Burnished Cloak'), +(1021818, 4697, 0, 1, 1, 1, 'Burnished Girdle'), +(1021818, 4699, 0, 1, 1, 1, 'Seer\'s Belt'), +(1021818, 5207, 0, 1, 1, 1, 'Opaque Wand'), +(1021818, 5212, 0, 1, 1, 1, 'Blazing Wand'), +(1021818, 6378, 0, 1, 1, 1, 'Seer\'s Cape'), +(1021818, 6379, 0, 1, 1, 1, 'Inscribed Leather Belt'), +(1021818, 6380, 0, 1, 1, 1, 'Inscribed Buckler'), +(1021818, 6528, 0, 1, 1, 1, 'Spellbinder Robe'), +(1021818, 6531, 0, 1, 1, 1, 'Barbaric Cloth Robe'), +(1021818, 6536, 0, 1, 1, 1, 'Willow Vest'), +(1021818, 6538, 0, 1, 1, 1, 'Willow Robe'), +(1021818, 6540, 0, 1, 1, 1, 'Willow Pants'), +(1021818, 6545, 0, 1, 1, 1, 'Soldier\'s Armor'), +(1021818, 6546, 0, 1, 1, 1, 'Soldier\'s Leggings'), +(1021818, 6547, 0, 1, 1, 1, 'Soldier\'s Gauntlets'), +(1021818, 6551, 0, 1, 1, 1, 'Soldier\'s Boots'), +(1021818, 6552, 0, 1, 1, 1, 'Bard\'s Tunic'), +(1021818, 6553, 0, 1, 1, 1, 'Bard\'s Trousers'), +(1021818, 6554, 0, 1, 1, 1, 'Bard\'s Gloves'), +(1021818, 6560, 0, 1, 1, 1, 'Soldier\'s Shield'), +(1021818, 6561, 0, 1, 1, 1, 'Seer\'s Padded Armor'), +(1021818, 6562, 0, 1, 1, 1, 'Shimmering Boots'), +(1021818, 6563, 0, 1, 1, 1, 'Shimmering Bracers'), +(1021818, 6564, 0, 1, 1, 1, 'Shimmering Cloak'), +(1021818, 6575, 0, 1, 1, 1, 'Defender Cloak'), +(1021818, 6581, 0, 1, 1, 1, 'Scouting Belt'), +(1021818, 6583, 0, 1, 1, 1, 'Scouting Bracers'), +(1021818, 6585, 0, 1, 1, 1, 'Scouting Cloak'), +(1021818, 7554, 0, 1, 1, 1, 'Willow Branch'), +(1021818, 7608, 0, 1, 1, 1, 'Seer\'s Fine Stein'), +(1021818, 9768, 0, 1, 1, 1, 'Greenweave Bracers'), +(1021818, 9770, 0, 1, 1, 1, 'Greenweave Cloak'), +(1021818, 9775, 0, 1, 1, 1, 'Bandit Cinch'), +(1021818, 9776, 0, 1, 1, 1, 'Bandit Boots'), +(1021818, 9777, 0, 1, 1, 1, 'Bandit Bracers'), +(1021818, 9778, 0, 1, 1, 1, 'Bandit Buckler'), +(1021818, 9779, 0, 1, 1, 1, 'Bandit Cloak'), +(1021818, 9780, 0, 1, 1, 1, 'Bandit Gloves'), +(1021818, 9783, 0, 1, 1, 1, 'Raider\'s Chestpiece'), +(1021818, 9784, 0, 1, 1, 1, 'Raider\'s Boots'), +(1021818, 9785, 0, 1, 1, 1, 'Raider\'s Bracers'), +(1021818, 9787, 0, 1, 1, 1, 'Raider\'s Gauntlets'), +(1021818, 9788, 0, 1, 1, 1, 'Raider\'s Belt'), +(1021818, 9789, 0, 1, 1, 1, 'Raider\'s Legguards'), +(1021818, 9790, 0, 1, 1, 1, 'Raider\'s Shield'), +(1021818, 11965, 0, 1, 1, 1, 'Quartz Ring'), +(1021818, 11981, 0, 1, 1, 1, 'Lead Band'), +(1021818, 12052, 0, 1, 1, 1, 'Ring of the Moon'), +(1021818, 12053, 0, 1, 1, 1, 'Volcanic Rock Ring'), +(1021818, 14025, 0, 1, 1, 1, 'Mystic\'s Belt'), +(1021818, 14119, 0, 1, 1, 1, 'Aboriginal Loincloth'), +(1021818, 14120, 0, 1, 1, 1, 'Aboriginal Robe'), +(1021818, 14121, 0, 1, 1, 1, 'Aboriginal Vest'), +(1021818, 14122, 0, 1, 1, 1, 'Ritual Bands'), +(1021818, 14123, 0, 1, 1, 1, 'Ritual Cape'), +(1021818, 14124, 0, 1, 1, 1, 'Ritual Gloves'), +(1021818, 14125, 0, 1, 1, 1, 'Ritual Leggings'), +(1021818, 14129, 0, 1, 1, 1, 'Ritual Sandals'), +(1021818, 14131, 0, 1, 1, 1, 'Ritual Belt'), +(1021818, 14160, 0, 1, 1, 1, 'Pagan Bands'), +(1021818, 14161, 0, 1, 1, 1, 'Pagan Cape'), +(1021818, 14164, 0, 1, 1, 1, 'Pagan Belt'), +(1021818, 14166, 0, 1, 1, 1, 'Buccaneer\'s Bracers'), +(1021818, 14167, 0, 1, 1, 1, 'Buccaneer\'s Cape'), +(1021818, 14168, 0, 1, 1, 1, 'Buccaneer\'s Gloves'), +(1021818, 14173, 0, 1, 1, 1, 'Buccaneer\'s Cord'), +(1021818, 14174, 0, 1, 1, 1, 'Buccaneer\'s Boots'), +(1021818, 14364, 0, 1, 1, 1, 'Mystic\'s Slippers'), +(1021818, 14366, 0, 1, 1, 1, 'Mystic\'s Bracelets'), +(1021818, 14367, 0, 1, 1, 1, 'Mystic\'s Gloves'), +(1021818, 14370, 0, 1, 1, 1, 'Mystic\'s Woolies'), +(1021818, 14559, 0, 1, 1, 1, 'Prospector\'s Sash'), +(1021818, 14560, 0, 1, 1, 1, 'Prospector\'s Boots'), +(1021818, 14561, 0, 1, 1, 1, 'Prospector\'s Cuffs'), +(1021818, 14563, 0, 1, 1, 1, 'Prospector\'s Cloak'), +(1021818, 14564, 0, 1, 1, 1, 'Prospector\'s Mitts'), +(1021818, 14565, 0, 1, 1, 1, 'Prospector\'s Woolies'), +(1021818, 14571, 0, 1, 1, 1, 'Bristlebark Cape'), +(1021818, 14722, 0, 1, 1, 1, 'War Paint Anklewraps'), +(1021818, 14723, 0, 1, 1, 1, 'War Paint Bindings'), +(1021818, 14725, 0, 1, 1, 1, 'War Paint Waistband'), +(1021818, 14726, 0, 1, 1, 1, 'War Paint Gloves'), +(1021818, 14727, 0, 1, 1, 1, 'War Paint Legguards'), +(1021818, 14729, 0, 1, 1, 1, 'War Paint Shield'), +(1021818, 14745, 0, 1, 1, 1, 'Hulking Cloak'), +(1021818, 15014, 0, 1, 1, 1, 'Lupine Buckler'), +(1021818, 15017, 0, 1, 1, 1, 'Lupine Leggings'), +(1021818, 15018, 0, 1, 1, 1, 'Lupine Vest'), +(1021818, 15110, 0, 1, 1, 1, 'Rigid Belt'), +(1021818, 15111, 0, 1, 1, 1, 'Rigid Moccasins'), +(1021818, 15112, 0, 1, 1, 1, 'Rigid Bracelets'), +(1021818, 15114, 0, 1, 1, 1, 'Rigid Cape'), +(1021818, 15222, 0, 1, 1, 1, 'Barbed Club'), +(1021818, 15248, 0, 1, 1, 1, 'Gleaming Claymore'), +(1021818, 15305, 0, 1, 1, 1, 'Feral Shoes'), +(1021818, 15307, 0, 1, 1, 1, 'Feral Buckler'), +(1021818, 15308, 0, 1, 1, 1, 'Feral Cord'), +(1021818, 15310, 0, 1, 1, 1, 'Feral Gloves'), +(1021818, 15312, 0, 1, 1, 1, 'Feral Leggings'), +(1021818, 15488, 0, 1, 1, 1, 'Bloodspattered Surcoat'), +(1021818, 15493, 0, 1, 1, 1, 'Bloodspattered Loincloth'), +(1021818, 15494, 0, 1, 1, 1, 'Bloodspattered Shield'), +(1021818, 15497, 0, 1, 1, 1, 'Outrunner\'s Cord'), +(1021818, 15498, 0, 1, 1, 1, 'Outrunner\'s Slippers'), +(1021818, 15499, 0, 1, 1, 1, 'Outrunner\'s Cuffs'), +(1021818, 15501, 0, 1, 1, 1, 'Outrunner\'s Cloak'), +(1021818, 15502, 0, 1, 1, 1, 'Outrunner\'s Gloves'), +(1021818, 15506, 0, 1, 1, 1, 'Grunt\'s AnkleWraps'), +(1021818, 15507, 0, 1, 1, 1, 'Grunt\'s Bracers'), +(1021818, 15508, 0, 1, 1, 1, 'Grunt\'s Cape'), +(1021818, 15509, 0, 1, 1, 1, 'Grunt\'s Handwraps'), +(1021818, 15510, 0, 1, 1, 1, 'Grunt\'s Belt'), +(1021818, 15893, 0, 1, 1, 1, 'Prospector\'s Buckler'), +(1021818, 15926, 0, 1, 1, 1, 'Spellbinder Orb'), +(1021818, 15945, 0, 1, 1, 1, 'Runic Stave'), +(1021818, 15971, 0, 1, 1, 1, 'Aboriginal Rod'), +(1021819, 789, 0, 1, 1, 1, 'Stout Battlehammer'), +(1021819, 2078, 0, 1, 1, 1, 'Northern Shortsword'), +(1021819, 2079, 0, 1, 1, 1, 'Sergeant\'s Warhammer'), +(1021819, 2969, 0, 1, 1, 1, 'Spellbinder Vest'), +(1021819, 2973, 0, 1, 1, 1, 'Hunting Tunic'), +(1021819, 2981, 0, 1, 1, 1, 'Seer\'s Robe'), +(1021819, 2982, 0, 1, 1, 1, 'Seer\'s Pants'), +(1021819, 2983, 0, 1, 1, 1, 'Seer\'s Boots'), +(1021819, 2984, 0, 1, 1, 1, 'Seer\'s Gloves'), +(1021819, 2985, 0, 1, 1, 1, 'Inscribed Leather Breastplate'), +(1021819, 2986, 0, 1, 1, 1, 'Inscribed Leather Pants'), +(1021819, 2987, 0, 1, 1, 1, 'Inscribed Leather Boots'), +(1021819, 2988, 0, 1, 1, 1, 'Inscribed Leather Gloves'), +(1021819, 2989, 0, 1, 1, 1, 'Burnished Tunic'), +(1021819, 2990, 0, 1, 1, 1, 'Burnished Leggings'), +(1021819, 2991, 0, 1, 1, 1, 'Burnished Boots'), +(1021819, 2992, 0, 1, 1, 1, 'Burnished Gloves'), +(1021819, 3040, 0, 1, 1, 1, 'Hunter\'s Muzzle Loader'), +(1021819, 3184, 0, 1, 1, 1, 'Hook Dagger'), +(1021819, 3193, 0, 1, 1, 1, 'Oak Mallet'), +(1021819, 3195, 0, 1, 1, 1, 'Barbaric Battle Axe'), +(1021819, 3196, 0, 1, 1, 1, 'Edged Bastard Sword'), +(1021819, 3199, 0, 1, 1, 1, 'Battle Slayer'), +(1021819, 3205, 0, 1, 1, 1, 'Inscribed Leather Bracers'), +(1021819, 3211, 0, 1, 1, 1, 'Burnished Bracers'), +(1021819, 3306, 0, 1, 1, 1, 'Brackwater Vest'), +(1021819, 3310, 0, 1, 1, 1, 'Barbaric Cloth Vest'), +(1021819, 3313, 0, 1, 1, 1, 'Ceremonial Leather Harness'), +(1021819, 3315, 0, 1, 1, 1, 'Ceremonial Leather Loincloth'), +(1021819, 3645, 0, 1, 1, 1, 'Seer\'s Cuffs'), +(1021819, 3655, 0, 1, 1, 1, 'Burnished Shield'), +(1021819, 4568, 0, 1, 1, 1, 'Grunt Axe'), +(1021819, 4571, 0, 1, 1, 1, 'War Knife'), +(1021819, 4575, 0, 1, 1, 1, 'Medicine Staff'), +(1021819, 4576, 0, 1, 1, 1, 'Light Bow'), +(1021819, 4695, 0, 1, 1, 1, 'Burnished Cloak'), +(1021819, 4697, 0, 1, 1, 1, 'Burnished Girdle'), +(1021819, 4699, 0, 1, 1, 1, 'Seer\'s Belt'), +(1021819, 4710, 0, 1, 1, 1, 'Forest Cloak'), +(1021819, 5207, 0, 1, 1, 1, 'Opaque Wand'), +(1021819, 5212, 0, 1, 1, 1, 'Blazing Wand'), +(1021819, 6378, 0, 1, 1, 1, 'Seer\'s Cape'), +(1021819, 6379, 0, 1, 1, 1, 'Inscribed Leather Belt'), +(1021819, 6380, 0, 1, 1, 1, 'Inscribed Buckler'), +(1021819, 6528, 0, 1, 1, 1, 'Spellbinder Robe'), +(1021819, 6531, 0, 1, 1, 1, 'Barbaric Cloth Robe'), +(1021819, 6536, 0, 1, 1, 1, 'Willow Vest'), +(1021819, 6538, 0, 1, 1, 1, 'Willow Robe'), +(1021819, 6540, 0, 1, 1, 1, 'Willow Pants'), +(1021819, 6545, 0, 1, 1, 1, 'Soldier\'s Armor'), +(1021819, 6546, 0, 1, 1, 1, 'Soldier\'s Leggings'), +(1021819, 6547, 0, 1, 1, 1, 'Soldier\'s Gauntlets'), +(1021819, 6551, 0, 1, 1, 1, 'Soldier\'s Boots'), +(1021819, 6552, 0, 1, 1, 1, 'Bard\'s Tunic'), +(1021819, 6553, 0, 1, 1, 1, 'Bard\'s Trousers'), +(1021819, 6554, 0, 1, 1, 1, 'Bard\'s Gloves'), +(1021819, 6560, 0, 1, 1, 1, 'Soldier\'s Shield'), +(1021819, 6561, 0, 1, 1, 1, 'Seer\'s Padded Armor'), +(1021819, 6562, 0, 1, 1, 1, 'Shimmering Boots'), +(1021819, 6563, 0, 1, 1, 1, 'Shimmering Bracers'), +(1021819, 6564, 0, 1, 1, 1, 'Shimmering Cloak'), +(1021819, 6565, 0, 1, 1, 1, 'Shimmering Gloves'), +(1021819, 6570, 0, 1, 1, 1, 'Shimmering Sash'), +(1021819, 6571, 0, 1, 1, 1, 'Scouting Buckler'), +(1021819, 6574, 0, 1, 1, 1, 'Defender Bracers'), +(1021819, 6575, 0, 1, 1, 1, 'Defender Cloak'), +(1021819, 6576, 0, 1, 1, 1, 'Defender Girdle'), +(1021819, 6581, 0, 1, 1, 1, 'Scouting Belt'), +(1021819, 6582, 0, 1, 1, 1, 'Scouting Boots'), +(1021819, 6583, 0, 1, 1, 1, 'Scouting Bracers'), +(1021819, 6585, 0, 1, 1, 1, 'Scouting Cloak'), +(1021819, 7554, 0, 1, 1, 1, 'Willow Branch'), +(1021819, 7608, 0, 1, 1, 1, 'Seer\'s Fine Stein'), +(1021819, 9766, 0, 1, 1, 1, 'Greenweave Sash'), +(1021819, 9768, 0, 1, 1, 1, 'Greenweave Bracers'), +(1021819, 9770, 0, 1, 1, 1, 'Greenweave Cloak'), +(1021819, 9775, 0, 1, 1, 1, 'Bandit Cinch'), +(1021819, 9776, 0, 1, 1, 1, 'Bandit Boots'), +(1021819, 9777, 0, 1, 1, 1, 'Bandit Bracers'), +(1021819, 9778, 0, 1, 1, 1, 'Bandit Buckler'), +(1021819, 9779, 0, 1, 1, 1, 'Bandit Cloak'), +(1021819, 9780, 0, 1, 1, 1, 'Bandit Gloves'), +(1021819, 9781, 0, 1, 1, 1, 'Bandit Pants'), +(1021819, 9783, 0, 1, 1, 1, 'Raider\'s Chestpiece'), +(1021819, 9784, 0, 1, 1, 1, 'Raider\'s Boots'), +(1021819, 9785, 0, 1, 1, 1, 'Raider\'s Bracers'), +(1021819, 9787, 0, 1, 1, 1, 'Raider\'s Gauntlets'), +(1021819, 9788, 0, 1, 1, 1, 'Raider\'s Belt'), +(1021819, 9789, 0, 1, 1, 1, 'Raider\'s Legguards'), +(1021819, 9790, 0, 1, 1, 1, 'Raider\'s Shield'), +(1021819, 9812, 0, 1, 1, 1, 'Fortified Cloak'), +(1021819, 11965, 0, 1, 1, 1, 'Quartz Ring'), +(1021819, 11981, 0, 1, 1, 1, 'Lead Band'), +(1021819, 11993, 0, 1, 1, 1, 'Clay Ring'), +(1021819, 12006, 0, 1, 1, 1, 'Meadow Ring'), +(1021819, 12052, 0, 1, 1, 1, 'Ring of the Moon'), +(1021819, 12053, 0, 1, 1, 1, 'Volcanic Rock Ring'), +(1021819, 14025, 0, 1, 1, 1, 'Mystic\'s Belt'), +(1021819, 14119, 0, 1, 1, 1, 'Aboriginal Loincloth'), +(1021819, 14120, 0, 1, 1, 1, 'Aboriginal Robe'), +(1021819, 14121, 0, 1, 1, 1, 'Aboriginal Vest'), +(1021819, 14122, 0, 1, 1, 1, 'Ritual Bands'), +(1021819, 14123, 0, 1, 1, 1, 'Ritual Cape'), +(1021819, 14124, 0, 1, 1, 1, 'Ritual Gloves'), +(1021819, 14125, 0, 1, 1, 1, 'Ritual Leggings'), +(1021819, 14129, 0, 1, 1, 1, 'Ritual Sandals'), +(1021819, 14131, 0, 1, 1, 1, 'Ritual Belt'), +(1021819, 14159, 0, 1, 1, 1, 'Pagan Shoes'), +(1021819, 14160, 0, 1, 1, 1, 'Pagan Bands'), +(1021819, 14161, 0, 1, 1, 1, 'Pagan Cape'), +(1021819, 14164, 0, 1, 1, 1, 'Pagan Belt'), +(1021819, 14166, 0, 1, 1, 1, 'Buccaneer\'s Bracers'), +(1021819, 14167, 0, 1, 1, 1, 'Buccaneer\'s Cape'), +(1021819, 14168, 0, 1, 1, 1, 'Buccaneer\'s Gloves'), +(1021819, 14171, 0, 1, 1, 1, 'Buccaneer\'s Pants'), +(1021819, 14173, 0, 1, 1, 1, 'Buccaneer\'s Cord'), +(1021819, 14174, 0, 1, 1, 1, 'Buccaneer\'s Boots'), +(1021819, 14364, 0, 1, 1, 1, 'Mystic\'s Slippers'), +(1021819, 14366, 0, 1, 1, 1, 'Mystic\'s Bracelets'), +(1021819, 14367, 0, 1, 1, 1, 'Mystic\'s Gloves'), +(1021819, 14370, 0, 1, 1, 1, 'Mystic\'s Woolies'), +(1021819, 14376, 0, 1, 1, 1, 'Sanguine Cape'), +(1021819, 14559, 0, 1, 1, 1, 'Prospector\'s Sash'), +(1021819, 14560, 0, 1, 1, 1, 'Prospector\'s Boots'), +(1021819, 14561, 0, 1, 1, 1, 'Prospector\'s Cuffs'), +(1021819, 14563, 0, 1, 1, 1, 'Prospector\'s Cloak'), +(1021819, 14564, 0, 1, 1, 1, 'Prospector\'s Mitts'), +(1021819, 14565, 0, 1, 1, 1, 'Prospector\'s Woolies'), +(1021819, 14569, 0, 1, 1, 1, 'Bristlebark Bindings'), +(1021819, 14571, 0, 1, 1, 1, 'Bristlebark Cape'), +(1021819, 14722, 0, 1, 1, 1, 'War Paint Anklewraps'), +(1021819, 14723, 0, 1, 1, 1, 'War Paint Bindings'), +(1021819, 14725, 0, 1, 1, 1, 'War Paint Waistband'), +(1021819, 14726, 0, 1, 1, 1, 'War Paint Gloves'), +(1021819, 14727, 0, 1, 1, 1, 'War Paint Legguards'), +(1021819, 14729, 0, 1, 1, 1, 'War Paint Shield'), +(1021819, 14743, 0, 1, 1, 1, 'Hulking Bands'), +(1021819, 14745, 0, 1, 1, 1, 'Hulking Cloak'), +(1021819, 14746, 0, 1, 1, 1, 'Hulking Belt'), +(1021819, 15014, 0, 1, 1, 1, 'Lupine Buckler'), +(1021819, 15017, 0, 1, 1, 1, 'Lupine Leggings'), +(1021819, 15018, 0, 1, 1, 1, 'Lupine Vest'), +(1021819, 15110, 0, 1, 1, 1, 'Rigid Belt'), +(1021819, 15111, 0, 1, 1, 1, 'Rigid Moccasins'), +(1021819, 15112, 0, 1, 1, 1, 'Rigid Bracelets'), +(1021819, 15114, 0, 1, 1, 1, 'Rigid Cape'), +(1021819, 15115, 0, 1, 1, 1, 'Rigid Gloves'), +(1021819, 15211, 0, 1, 1, 1, 'Militant Shortsword'), +(1021819, 15222, 0, 1, 1, 1, 'Barbed Club'), +(1021819, 15248, 0, 1, 1, 1, 'Gleaming Claymore'), +(1021819, 15305, 0, 1, 1, 1, 'Feral Shoes'), +(1021819, 15307, 0, 1, 1, 1, 'Feral Buckler'), +(1021819, 15308, 0, 1, 1, 1, 'Feral Cord'), +(1021819, 15310, 0, 1, 1, 1, 'Feral Gloves'), +(1021819, 15311, 0, 1, 1, 1, 'Feral Harness'), +(1021819, 15312, 0, 1, 1, 1, 'Feral Leggings'), +(1021819, 15333, 0, 1, 1, 1, 'Wrangler\'s Cloak'), +(1021819, 15488, 0, 1, 1, 1, 'Bloodspattered Surcoat'), +(1021819, 15493, 0, 1, 1, 1, 'Bloodspattered Loincloth'), +(1021819, 15494, 0, 1, 1, 1, 'Bloodspattered Shield'), +(1021819, 15497, 0, 1, 1, 1, 'Outrunner\'s Cord'), +(1021819, 15498, 0, 1, 1, 1, 'Outrunner\'s Slippers'), +(1021819, 15499, 0, 1, 1, 1, 'Outrunner\'s Cuffs'), +(1021819, 15501, 0, 1, 1, 1, 'Outrunner\'s Cloak'), +(1021819, 15502, 0, 1, 1, 1, 'Outrunner\'s Gloves'), +(1021819, 15503, 0, 1, 1, 1, 'Outrunner\'s Legguards'), +(1021819, 15504, 0, 1, 1, 1, 'Outrunner\'s Shield'), +(1021819, 15506, 0, 1, 1, 1, 'Grunt\'s AnkleWraps'), +(1021819, 15507, 0, 1, 1, 1, 'Grunt\'s Bracers'), +(1021819, 15508, 0, 1, 1, 1, 'Grunt\'s Cape'), +(1021819, 15509, 0, 1, 1, 1, 'Grunt\'s Handwraps'), +(1021819, 15510, 0, 1, 1, 1, 'Grunt\'s Belt'), +(1021819, 15893, 0, 1, 1, 1, 'Prospector\'s Buckler'), +(1021819, 15926, 0, 1, 1, 1, 'Spellbinder Orb'), +(1021819, 15945, 0, 1, 1, 1, 'Runic Stave'), +(1021819, 15971, 0, 1, 1, 1, 'Aboriginal Rod'), +(1021919, 789, 0, 1, 1, 1, 'Stout Battlehammer'), +(1021919, 2078, 0, 1, 1, 1, 'Northern Shortsword'), +(1021919, 2981, 0, 1, 1, 1, 'Seer\'s Robe'), +(1021919, 2982, 0, 1, 1, 1, 'Seer\'s Pants'), +(1021919, 2984, 0, 1, 1, 1, 'Seer\'s Gloves'), +(1021919, 2985, 0, 1, 1, 1, 'Inscribed Leather Breastplate'), +(1021919, 2986, 0, 1, 1, 1, 'Inscribed Leather Pants'), +(1021919, 2987, 0, 1, 1, 1, 'Inscribed Leather Boots'), +(1021919, 2988, 0, 1, 1, 1, 'Inscribed Leather Gloves'), +(1021919, 2989, 0, 1, 1, 1, 'Burnished Tunic'), +(1021919, 2990, 0, 1, 1, 1, 'Burnished Leggings'), +(1021919, 2991, 0, 1, 1, 1, 'Burnished Boots'), +(1021919, 2992, 0, 1, 1, 1, 'Burnished Gloves'), +(1021919, 3040, 0, 1, 1, 1, 'Hunter\'s Muzzle Loader'), +(1021919, 3184, 0, 1, 1, 1, 'Hook Dagger'), +(1021919, 3193, 0, 1, 1, 1, 'Oak Mallet'), +(1021919, 3195, 0, 1, 1, 1, 'Barbaric Battle Axe'), +(1021919, 3196, 0, 1, 1, 1, 'Edged Bastard Sword'), +(1021919, 3199, 0, 1, 1, 1, 'Battle Slayer'), +(1021919, 3211, 0, 1, 1, 1, 'Burnished Bracers'), +(1021919, 3306, 0, 1, 1, 1, 'Brackwater Vest'), +(1021919, 3310, 0, 1, 1, 1, 'Barbaric Cloth Vest'), +(1021919, 3313, 0, 1, 1, 1, 'Ceremonial Leather Harness'), +(1021919, 3655, 0, 1, 1, 1, 'Burnished Shield'), +(1021919, 4568, 0, 1, 1, 1, 'Grunt Axe'), +(1021919, 4575, 0, 1, 1, 1, 'Medicine Staff'), +(1021919, 4576, 0, 1, 1, 1, 'Light Bow'), +(1021919, 4695, 0, 1, 1, 1, 'Burnished Cloak'), +(1021919, 4697, 0, 1, 1, 1, 'Burnished Girdle'), +(1021919, 4699, 0, 1, 1, 1, 'Seer\'s Belt'), +(1021919, 4710, 0, 1, 1, 1, 'Forest Cloak'), +(1021919, 5207, 0, 1, 1, 1, 'Opaque Wand'), +(1021919, 6380, 0, 1, 1, 1, 'Inscribed Buckler'), +(1021919, 6531, 0, 1, 1, 1, 'Barbaric Cloth Robe'), +(1021919, 6536, 0, 1, 1, 1, 'Willow Vest'), +(1021919, 6538, 0, 1, 1, 1, 'Willow Robe'), +(1021919, 6540, 0, 1, 1, 1, 'Willow Pants'), +(1021919, 6545, 0, 1, 1, 1, 'Soldier\'s Armor'), +(1021919, 6552, 0, 1, 1, 1, 'Bard\'s Tunic'), +(1021919, 6553, 0, 1, 1, 1, 'Bard\'s Trousers'), +(1021919, 6561, 0, 1, 1, 1, 'Seer\'s Padded Armor'), +(1021919, 6562, 0, 1, 1, 1, 'Shimmering Boots'), +(1021919, 6563, 0, 1, 1, 1, 'Shimmering Bracers'), +(1021919, 6564, 0, 1, 1, 1, 'Shimmering Cloak'), +(1021919, 6565, 0, 1, 1, 1, 'Shimmering Gloves'), +(1021919, 6570, 0, 1, 1, 1, 'Shimmering Sash'), +(1021919, 6571, 0, 1, 1, 1, 'Scouting Buckler'), +(1021919, 6574, 0, 1, 1, 1, 'Defender Bracers'), +(1021919, 6575, 0, 1, 1, 1, 'Defender Cloak'), +(1021919, 6576, 0, 1, 1, 1, 'Defender Girdle'), +(1021919, 6581, 0, 1, 1, 1, 'Scouting Belt'), +(1021919, 6582, 0, 1, 1, 1, 'Scouting Boots'), +(1021919, 6583, 0, 1, 1, 1, 'Scouting Bracers'), +(1021919, 6585, 0, 1, 1, 1, 'Scouting Cloak'), +(1021919, 7554, 0, 1, 1, 1, 'Willow Branch'), +(1021919, 7608, 0, 1, 1, 1, 'Seer\'s Fine Stein'), +(1021919, 9766, 0, 1, 1, 1, 'Greenweave Sash'), +(1021919, 9768, 0, 1, 1, 1, 'Greenweave Bracers'), +(1021919, 9770, 0, 1, 1, 1, 'Greenweave Cloak'), +(1021919, 9775, 0, 1, 1, 1, 'Bandit Cinch'), +(1021919, 9776, 0, 1, 1, 1, 'Bandit Boots'), +(1021919, 9777, 0, 1, 1, 1, 'Bandit Bracers'), +(1021919, 9778, 0, 1, 1, 1, 'Bandit Buckler'), +(1021919, 9779, 0, 1, 1, 1, 'Bandit Cloak'), +(1021919, 9780, 0, 1, 1, 1, 'Bandit Gloves'), +(1021919, 9781, 0, 1, 1, 1, 'Bandit Pants'), +(1021919, 9783, 0, 1, 1, 1, 'Raider\'s Chestpiece'), +(1021919, 9784, 0, 1, 1, 1, 'Raider\'s Boots'), +(1021919, 9787, 0, 1, 1, 1, 'Raider\'s Gauntlets'), +(1021919, 9788, 0, 1, 1, 1, 'Raider\'s Belt'), +(1021919, 9789, 0, 1, 1, 1, 'Raider\'s Legguards'), +(1021919, 9790, 0, 1, 1, 1, 'Raider\'s Shield'), +(1021919, 9812, 0, 1, 1, 1, 'Fortified Cloak'), +(1021919, 11965, 0, 1, 1, 1, 'Quartz Ring'), +(1021919, 11981, 0, 1, 1, 1, 'Lead Band'), +(1021919, 11993, 0, 1, 1, 1, 'Clay Ring'), +(1021919, 12006, 0, 1, 1, 1, 'Meadow Ring'), +(1021919, 12052, 0, 1, 1, 1, 'Ring of the Moon'), +(1021919, 12053, 0, 1, 1, 1, 'Volcanic Rock Ring'), +(1021919, 14120, 0, 1, 1, 1, 'Aboriginal Robe'), +(1021919, 14121, 0, 1, 1, 1, 'Aboriginal Vest'), +(1021919, 14122, 0, 1, 1, 1, 'Ritual Bands'), +(1021919, 14124, 0, 1, 1, 1, 'Ritual Gloves'), +(1021919, 14125, 0, 1, 1, 1, 'Ritual Leggings'), +(1021919, 14129, 0, 1, 1, 1, 'Ritual Sandals'), +(1021919, 14131, 0, 1, 1, 1, 'Ritual Belt'), +(1021919, 14159, 0, 1, 1, 1, 'Pagan Shoes'), +(1021919, 14160, 0, 1, 1, 1, 'Pagan Bands'), +(1021919, 14161, 0, 1, 1, 1, 'Pagan Cape'), +(1021919, 14164, 0, 1, 1, 1, 'Pagan Belt'), +(1021919, 14166, 0, 1, 1, 1, 'Buccaneer\'s Bracers'), +(1021919, 14167, 0, 1, 1, 1, 'Buccaneer\'s Cape'), +(1021919, 14168, 0, 1, 1, 1, 'Buccaneer\'s Gloves'), +(1021919, 14171, 0, 1, 1, 1, 'Buccaneer\'s Pants'), +(1021919, 14173, 0, 1, 1, 1, 'Buccaneer\'s Cord'), +(1021919, 14174, 0, 1, 1, 1, 'Buccaneer\'s Boots'), +(1021919, 14364, 0, 1, 1, 1, 'Mystic\'s Slippers'), +(1021919, 14367, 0, 1, 1, 1, 'Mystic\'s Gloves'), +(1021919, 14370, 0, 1, 1, 1, 'Mystic\'s Woolies'), +(1021919, 14376, 0, 1, 1, 1, 'Sanguine Cape'), +(1021919, 14559, 0, 1, 1, 1, 'Prospector\'s Sash'), +(1021919, 14560, 0, 1, 1, 1, 'Prospector\'s Boots'), +(1021919, 14564, 0, 1, 1, 1, 'Prospector\'s Mitts'), +(1021919, 14565, 0, 1, 1, 1, 'Prospector\'s Woolies'), +(1021919, 14569, 0, 1, 1, 1, 'Bristlebark Bindings'), +(1021919, 14571, 0, 1, 1, 1, 'Bristlebark Cape'), +(1021919, 14726, 0, 1, 1, 1, 'War Paint Gloves'), +(1021919, 14727, 0, 1, 1, 1, 'War Paint Legguards'), +(1021919, 14729, 0, 1, 1, 1, 'War Paint Shield'), +(1021919, 14743, 0, 1, 1, 1, 'Hulking Bands'), +(1021919, 14745, 0, 1, 1, 1, 'Hulking Cloak'), +(1021919, 14746, 0, 1, 1, 1, 'Hulking Belt'), +(1021919, 15017, 0, 1, 1, 1, 'Lupine Leggings'), +(1021919, 15018, 0, 1, 1, 1, 'Lupine Vest'), +(1021919, 15110, 0, 1, 1, 1, 'Rigid Belt'), +(1021919, 15111, 0, 1, 1, 1, 'Rigid Moccasins'), +(1021919, 15112, 0, 1, 1, 1, 'Rigid Bracelets'), +(1021919, 15114, 0, 1, 1, 1, 'Rigid Cape'), +(1021919, 15115, 0, 1, 1, 1, 'Rigid Gloves'), +(1021919, 15211, 0, 1, 1, 1, 'Militant Shortsword'), +(1021919, 15222, 0, 1, 1, 1, 'Barbed Club'), +(1021919, 15248, 0, 1, 1, 1, 'Gleaming Claymore'), +(1021919, 15305, 0, 1, 1, 1, 'Feral Shoes'), +(1021919, 15307, 0, 1, 1, 1, 'Feral Buckler'), +(1021919, 15310, 0, 1, 1, 1, 'Feral Gloves'), +(1021919, 15311, 0, 1, 1, 1, 'Feral Harness'), +(1021919, 15312, 0, 1, 1, 1, 'Feral Leggings'), +(1021919, 15333, 0, 1, 1, 1, 'Wrangler\'s Cloak'), +(1021919, 15488, 0, 1, 1, 1, 'Bloodspattered Surcoat'), +(1021919, 15493, 0, 1, 1, 1, 'Bloodspattered Loincloth'), +(1021919, 15494, 0, 1, 1, 1, 'Bloodspattered Shield'), +(1021919, 15497, 0, 1, 1, 1, 'Outrunner\'s Cord'), +(1021919, 15498, 0, 1, 1, 1, 'Outrunner\'s Slippers'), +(1021919, 15499, 0, 1, 1, 1, 'Outrunner\'s Cuffs'), +(1021919, 15502, 0, 1, 1, 1, 'Outrunner\'s Gloves'), +(1021919, 15503, 0, 1, 1, 1, 'Outrunner\'s Legguards'), +(1021919, 15504, 0, 1, 1, 1, 'Outrunner\'s Shield'), +(1021919, 15506, 0, 1, 1, 1, 'Grunt\'s AnkleWraps'), +(1021919, 15507, 0, 1, 1, 1, 'Grunt\'s Bracers'), +(1021919, 15508, 0, 1, 1, 1, 'Grunt\'s Cape'), +(1021919, 15509, 0, 1, 1, 1, 'Grunt\'s Handwraps'), +(1021919, 15510, 0, 1, 1, 1, 'Grunt\'s Belt'), +(1021919, 15893, 0, 1, 1, 1, 'Prospector\'s Buckler'), +(1021919, 15945, 0, 1, 1, 1, 'Runic Stave'), +(1021919, 15971, 0, 1, 1, 1, 'Aboriginal Rod'), +(1021920, 11981, 0, 1, 1, 1, 'Lead Band'), +(1021920, 9779, 0, 1, 1, 1, 'Bandit Cloak'), +(1021920, 3039, 0, 1, 1, 1, 'Short Ash Bow'), +(1021920, 2986, 0, 1, 1, 1, 'Inscribed Leather Pants'), +(1021920, 11965, 0, 1, 1, 1, 'Quartz Ring'), +(1021920, 14171, 0, 1, 1, 1, 'Buccaneer\'s Pants'), +(1021920, 4710, 0, 1, 1, 1, 'Forest Cloak'), +(1021920, 6574, 0, 1, 1, 1, 'Defender Bracers'), +(1021920, 2990, 0, 1, 1, 1, 'Burnished Leggings'), +(1021920, 790, 0, 1, 1, 1, 'Forester\'s Axe'), +(1021920, 12052, 0, 1, 1, 1, 'Ring of the Moon'), +(1021920, 6572, 0, 1, 1, 1, 'Defender Shield'), +(1021920, 14121, 0, 1, 1, 1, 'Aboriginal Vest'), +(1021920, 2982, 0, 1, 1, 1, 'Seer\'s Pants'), +(1021920, 15504, 0, 1, 1, 1, 'Outrunner\'s Shield'), +(1021920, 15211, 0, 1, 1, 1, 'Militant Shortsword'), +(1021920, 15018, 0, 1, 1, 1, 'Lupine Vest'), +(1021920, 14729, 0, 1, 1, 1, 'War Paint Shield'), +(1021920, 4568, 0, 1, 1, 1, 'Grunt Axe'), +(1021920, 3199, 0, 1, 1, 1, 'Battle Slayer'), +(1021920, 14565, 0, 1, 1, 1, 'Prospector\'s Woolies'), +(1021920, 14367, 0, 1, 1, 1, 'Mystic\'s Gloves'), +(1021920, 6564, 0, 1, 1, 1, 'Shimmering Cloak'), +(1021920, 14371, 0, 1, 1, 1, 'Mystic\'s Robe'), +(1021920, 14174, 0, 1, 1, 1, 'Buccaneer\'s Boots'), +(1021920, 14125, 0, 1, 1, 1, 'Ritual Leggings'), +(1021920, 6580, 0, 1, 1, 1, 'Defender Tunic'), +(1021920, 6553, 0, 1, 1, 1, 'Bard\'s Trousers'), +(1021920, 15946, 0, 1, 1, 1, 'Mystic\'s Sphere'), +(1021920, 9776, 0, 1, 1, 1, 'Bandit Boots'), +(1021920, 6576, 0, 1, 1, 1, 'Defender Girdle'), +(1021920, 6380, 0, 1, 1, 1, 'Inscribed Buckler'), +(1021920, 15311, 0, 1, 1, 1, 'Feral Harness'), +(1021920, 14131, 0, 1, 1, 1, 'Ritual Belt'), +(1021920, 15305, 0, 1, 1, 1, 'Feral Shoes'), +(1021920, 4695, 0, 1, 1, 1, 'Burnished Cloak'), +(1021920, 6540, 0, 1, 1, 1, 'Willow Pants'), +(1021920, 15510, 0, 1, 1, 1, 'Grunt\'s Belt'), +(1021920, 15509, 0, 1, 1, 1, 'Grunt\'s Handwraps'), +(1021920, 15503, 0, 1, 1, 1, 'Outrunner\'s Legguards'), +(1021920, 15115, 0, 1, 1, 1, 'Rigid Gloves'), +(1021920, 15017, 0, 1, 1, 1, 'Lupine Leggings'), +(1021920, 14727, 0, 1, 1, 1, 'War Paint Legguards'), +(1021920, 9790, 0, 1, 1, 1, 'Raider\'s Shield'), +(1021920, 9784, 0, 1, 1, 1, 'Raider\'s Boots'), +(1021920, 3655, 0, 1, 1, 1, 'Burnished Shield'), +(1021920, 3198, 0, 1, 1, 1, 'Battering Hammer'), +(1021920, 15502, 0, 1, 1, 1, 'Outrunner\'s Gloves'), +(1021920, 15114, 0, 1, 1, 1, 'Rigid Cape'), +(1021920, 14747, 0, 1, 1, 1, 'Hulking Gauntlets'), +(1021920, 14726, 0, 1, 1, 1, 'War Paint Gloves'), +(1021920, 14564, 0, 1, 1, 1, 'Prospector\'s Mitts'), +(1021920, 9783, 0, 1, 1, 1, 'Raider\'s Chestpiece'), +(1021920, 6583, 0, 1, 1, 1, 'Scouting Bracers'), +(1021920, 3647, 0, 1, 1, 1, 'Bright Bracers'), +(1021920, 3196, 0, 1, 1, 1, 'Edged Bastard Sword'), +(1021920, 15499, 0, 1, 1, 1, 'Outrunner\'s Cuffs'), +(1021920, 15493, 0, 1, 1, 1, 'Bloodspattered Loincloth'), +(1021920, 15113, 0, 1, 1, 1, 'Rigid Buckler'), +(1021920, 14746, 0, 1, 1, 1, 'Hulking Belt'), +(1021920, 14571, 0, 1, 1, 1, 'Bristlebark Cape'), +(1021920, 14562, 0, 1, 1, 1, 'Prospector\'s Chestpiece'), +(1021920, 7554, 0, 1, 1, 1, 'Willow Branch'), +(1021920, 6582, 0, 1, 1, 1, 'Scouting Boots'), +(1021920, 6563, 0, 1, 1, 1, 'Shimmering Bracers'), +(1021920, 3313, 0, 1, 1, 1, 'Ceremonial Leather Harness'), +(1021920, 3195, 0, 1, 1, 1, 'Barbaric Battle Axe'), +(1021920, 15945, 0, 1, 1, 1, 'Runic Stave'), +(1021920, 15893, 0, 1, 1, 1, 'Prospector\'s Buckler'), +(1021920, 15331, 0, 1, 1, 1, 'Wrangler\'s Wristbands'), +(1021920, 14559, 0, 1, 1, 1, 'Prospector\'s Sash'), +(1021920, 14370, 0, 1, 1, 1, 'Mystic\'s Woolies'), +(1021920, 14173, 0, 1, 1, 1, 'Buccaneer\'s Cord'), +(1021920, 14168, 0, 1, 1, 1, 'Buccaneer\'s Gloves'), +(1021920, 14124, 0, 1, 1, 1, 'Ritual Gloves'), +(1021920, 9775, 0, 1, 1, 1, 'Bandit Cinch'), +(1021920, 6575, 0, 1, 1, 1, 'Defender Cloak'), +(1021920, 5207, 0, 1, 1, 1, 'Opaque Wand'), +(1021920, 4699, 0, 1, 1, 1, 'Seer\'s Belt'), +(1021920, 12006, 0, 1, 1, 1, 'Meadow Ring'), +(1021920, 6571, 0, 1, 1, 1, 'Scouting Buckler'), +(1021920, 2989, 0, 1, 1, 1, 'Burnished Tunic'), +(1021920, 789, 0, 1, 1, 1, 'Stout Battlehammer'), +(1021920, 14120, 0, 1, 1, 1, 'Aboriginal Robe'), +(1021920, 11993, 0, 1, 1, 1, 'Clay Ring'), +(1021920, 9778, 0, 1, 1, 1, 'Bandit Buckler'), +(1021920, 6570, 0, 1, 1, 1, 'Shimmering Sash'), +(1021920, 2992, 0, 1, 1, 1, 'Burnished Gloves'), +(1021920, 2985, 0, 1, 1, 1, 'Inscribed Leather Breastplate'), +(1021920, 2981, 0, 1, 1, 1, 'Seer\'s Robe'), +(1021920, 15310, 0, 1, 1, 1, 'Feral Gloves'), +(1021920, 15248, 0, 1, 1, 1, 'Gleaming Claymore'), +(1021920, 14166, 0, 1, 1, 1, 'Buccaneer\'s Bracers'), +(1021920, 14162, 0, 1, 1, 1, 'Pagan Mitts'), +(1021920, 14160, 0, 1, 1, 1, 'Pagan Bands'), +(1021920, 6538, 0, 1, 1, 1, 'Willow Robe'), +(1021920, 4576, 0, 1, 1, 1, 'Light Bow'), +(1021920, 15508, 0, 1, 1, 1, 'Grunt\'s Cape'), +(1021920, 15498, 0, 1, 1, 1, 'Outrunner\'s Slippers'), +(1021920, 15112, 0, 1, 1, 1, 'Rigid Bracelets'), +(1021920, 14745, 0, 1, 1, 1, 'Hulking Cloak'), +(1021920, 14569, 0, 1, 1, 1, 'Bristlebark Bindings'), +(1021920, 9789, 0, 1, 1, 1, 'Raider\'s Legguards'), +(1021920, 9782, 0, 1, 1, 1, 'Bandit Jerkin'), +(1021920, 6536, 0, 1, 1, 1, 'Willow Vest'), +(1021920, 3310, 0, 1, 1, 1, 'Barbaric Cloth Vest'), +(1021920, 3193, 0, 1, 1, 1, 'Oak Mallet'), +(1021920, 15488, 0, 1, 1, 1, 'Bloodspattered Surcoat'), +(1021920, 14560, 0, 1, 1, 1, 'Prospector\'s Boots'), +(1021920, 14364, 0, 1, 1, 1, 'Mystic\'s Slippers'), +(1021920, 9768, 0, 1, 1, 1, 'Greenweave Bracers'), +(1021920, 9766, 0, 1, 1, 1, 'Greenweave Sash'), +(1021920, 6586, 0, 1, 1, 1, 'Scouting Gloves'), +(1021920, 6581, 0, 1, 1, 1, 'Scouting Belt'), +(1021920, 6578, 0, 1, 1, 1, 'Defender Leggings'), +(1021920, 6562, 0, 1, 1, 1, 'Shimmering Boots'), +(1021920, 6552, 0, 1, 1, 1, 'Bard\'s Tunic'), +(1021920, 15971, 0, 1, 1, 1, 'Aboriginal Rod'), +(1021920, 15912, 0, 1, 1, 1, 'Buccaneer\'s Orb'), +(1021920, 15519, 0, 1, 1, 1, 'Spiked Chain Cloak'), +(1021920, 15333, 0, 1, 1, 1, 'Wrangler\'s Cloak'), +(1021920, 14376, 0, 1, 1, 1, 'Sanguine Cape'), +(1021920, 14369, 0, 1, 1, 1, 'Mystic\'s Wrap'), +(1021920, 14175, 0, 1, 1, 1, 'Buccaneer\'s Vest'), +(1021920, 14172, 0, 1, 1, 1, 'Buccaneer\'s Robes'), +(1021920, 14122, 0, 1, 1, 1, 'Ritual Bands'), +(1021920, 9770, 0, 1, 1, 1, 'Greenweave Cloak'), +(1021920, 9767, 0, 1, 1, 1, 'Greenweave Sandals'), +(1021920, 7608, 0, 1, 1, 1, 'Seer\'s Fine Stein'), +(1021920, 6585, 0, 1, 1, 1, 'Scouting Cloak'), +(1021920, 6577, 0, 1, 1, 1, 'Defender Gauntlets'), +(1021920, 6561, 0, 1, 1, 1, 'Seer\'s Padded Armor'), +(1021920, 6545, 0, 1, 1, 1, 'Soldier\'s Armor'), +(1021920, 15312, 0, 1, 1, 1, 'Feral Leggings'), +(1021920, 14167, 0, 1, 1, 1, 'Buccaneer\'s Cape'), +(1021920, 6573, 0, 1, 1, 1, 'Defender Boots'), +(1021920, 4697, 0, 1, 1, 1, 'Burnished Girdle'), +(1021920, 2988, 0, 1, 1, 1, 'Inscribed Leather Gloves'), +(1021920, 11982, 0, 1, 1, 1, 'Viridian Band'), +(1021920, 6565, 0, 1, 1, 1, 'Shimmering Gloves'), +(1021920, 2987, 0, 1, 1, 1, 'Inscribed Leather Boots'), +(1021920, 2078, 0, 1, 1, 1, 'Northern Shortsword'), +(1021920, 12053, 0, 1, 1, 1, 'Volcanic Rock Ring'), +(1021920, 11967, 0, 1, 1, 1, 'Zircon Band'), +(1021920, 9812, 0, 1, 1, 1, 'Fortified Cloak'), +(1021920, 9777, 0, 1, 1, 1, 'Bandit Bracers'), +(1021920, 2991, 0, 1, 1, 1, 'Burnished Boots'), +(1021920, 2984, 0, 1, 1, 1, 'Seer\'s Gloves'), +(1021920, 3040, 0, 1, 1, 1, 'Hunter\'s Muzzle Loader'), +(1021920, 15507, 0, 1, 1, 1, 'Grunt\'s Bracers'), +(1021920, 15497, 0, 1, 1, 1, 'Outrunner\'s Cord'), +(1021920, 15111, 0, 1, 1, 1, 'Rigid Moccasins'), +(1021920, 14743, 0, 1, 1, 1, 'Hulking Bands'), +(1021920, 14568, 0, 1, 1, 1, 'Bristlebark Boots'), +(1021920, 9788, 0, 1, 1, 1, 'Raider\'s Belt'), +(1021920, 9781, 0, 1, 1, 1, 'Bandit Pants'), +(1021920, 6531, 0, 1, 1, 1, 'Barbaric Cloth Robe'), +(1021920, 3306, 0, 1, 1, 1, 'Brackwater Vest'), +(1021920, 3184, 0, 1, 1, 1, 'Hook Dagger'), +(1021920, 15307, 0, 1, 1, 1, 'Feral Buckler'), +(1021920, 15222, 0, 1, 1, 1, 'Barbed Club'), +(1021920, 14164, 0, 1, 1, 1, 'Pagan Belt'), +(1021920, 14161, 0, 1, 1, 1, 'Pagan Cape'), +(1021920, 14159, 0, 1, 1, 1, 'Pagan Shoes'), +(1021920, 14129, 0, 1, 1, 1, 'Ritual Sandals'), +(1021920, 6382, 0, 1, 1, 1, 'Forest Leather Belt'), +(1021920, 4575, 0, 1, 1, 1, 'Medicine Staff'), +(1021920, 15506, 0, 1, 1, 1, 'Grunt\'s AnkleWraps'), +(1021920, 15494, 0, 1, 1, 1, 'Bloodspattered Shield'), +(1021920, 15110, 0, 1, 1, 1, 'Rigid Belt'), +(1021920, 14730, 0, 1, 1, 1, 'War Paint Chestpiece'), +(1021920, 14567, 0, 1, 1, 1, 'Bristlebark Belt'), +(1021920, 9787, 0, 1, 1, 1, 'Raider\'s Gauntlets'), +(1021920, 9780, 0, 1, 1, 1, 'Bandit Gloves'), +(1021920, 6381, 0, 1, 1, 1, 'Bright Cloak'), +(1021920, 3211, 0, 1, 1, 1, 'Burnished Bracers'), +(1021920, 3065, 0, 1, 1, 1, 'Bright Boots'), +(1022020, 789, 0, 1, 1, 1, 'Stout Battlehammer'), +(1022020, 790, 0, 1, 1, 1, 'Forester\'s Axe'), +(1022020, 2981, 0, 1, 1, 1, 'Seer\'s Robe'), +(1022020, 2982, 0, 1, 1, 1, 'Seer\'s Pants'), +(1022020, 2985, 0, 1, 1, 1, 'Inscribed Leather Breastplate'), +(1022020, 2986, 0, 1, 1, 1, 'Inscribed Leather Pants'), +(1022020, 2988, 0, 1, 1, 1, 'Inscribed Leather Gloves'), +(1022020, 2989, 0, 1, 1, 1, 'Burnished Tunic'), +(1022020, 2990, 0, 1, 1, 1, 'Burnished Leggings'), +(1022020, 2991, 0, 1, 1, 1, 'Burnished Boots'), +(1022020, 2992, 0, 1, 1, 1, 'Burnished Gloves'), +(1022020, 3039, 0, 1, 1, 1, 'Short Ash Bow'), +(1022020, 3040, 0, 1, 1, 1, 'Hunter\'s Muzzle Loader'), +(1022020, 3065, 0, 1, 1, 1, 'Bright Boots'), +(1022020, 3184, 0, 1, 1, 1, 'Hook Dagger'), +(1022020, 3193, 0, 1, 1, 1, 'Oak Mallet'), +(1022020, 3198, 0, 1, 1, 1, 'Battering Hammer'), +(1022020, 3199, 0, 1, 1, 1, 'Battle Slayer'), +(1022020, 3211, 0, 1, 1, 1, 'Burnished Bracers'), +(1022020, 3647, 0, 1, 1, 1, 'Bright Bracers'), +(1022020, 3655, 0, 1, 1, 1, 'Burnished Shield'), +(1022020, 4568, 0, 1, 1, 1, 'Grunt Axe'), +(1022020, 4575, 0, 1, 1, 1, 'Medicine Staff'), +(1022020, 4576, 0, 1, 1, 1, 'Light Bow'), +(1022020, 4697, 0, 1, 1, 1, 'Burnished Girdle'), +(1022020, 4710, 0, 1, 1, 1, 'Forest Cloak'), +(1022020, 5207, 0, 1, 1, 1, 'Opaque Wand'), +(1022020, 6381, 0, 1, 1, 1, 'Bright Cloak'), +(1022020, 6382, 0, 1, 1, 1, 'Forest Leather Belt'), +(1022020, 6536, 0, 1, 1, 1, 'Willow Vest'), +(1022020, 6538, 0, 1, 1, 1, 'Willow Robe'), +(1022020, 6552, 0, 1, 1, 1, 'Bard\'s Tunic'), +(1022020, 6561, 0, 1, 1, 1, 'Seer\'s Padded Armor'), +(1022020, 6562, 0, 1, 1, 1, 'Shimmering Boots'), +(1022020, 6563, 0, 1, 1, 1, 'Shimmering Bracers'), +(1022020, 6564, 0, 1, 1, 1, 'Shimmering Cloak'), +(1022020, 6565, 0, 1, 1, 1, 'Shimmering Gloves'), +(1022020, 6570, 0, 1, 1, 1, 'Shimmering Sash'), +(1022020, 6571, 0, 1, 1, 1, 'Scouting Buckler'), +(1022020, 6572, 0, 1, 1, 1, 'Defender Shield'), +(1022020, 6573, 0, 1, 1, 1, 'Defender Boots'), +(1022020, 6574, 0, 1, 1, 1, 'Defender Bracers'), +(1022020, 6575, 0, 1, 1, 1, 'Defender Cloak'), +(1022020, 6576, 0, 1, 1, 1, 'Defender Girdle'), +(1022020, 6577, 0, 1, 1, 1, 'Defender Gauntlets'), +(1022020, 6578, 0, 1, 1, 1, 'Defender Leggings'), +(1022020, 6580, 0, 1, 1, 1, 'Defender Tunic'), +(1022020, 6581, 0, 1, 1, 1, 'Scouting Belt'), +(1022020, 6582, 0, 1, 1, 1, 'Scouting Boots'), +(1022020, 6583, 0, 1, 1, 1, 'Scouting Bracers'), +(1022020, 6585, 0, 1, 1, 1, 'Scouting Cloak'), +(1022020, 6586, 0, 1, 1, 1, 'Scouting Gloves'), +(1022020, 7554, 0, 1, 1, 1, 'Willow Branch'), +(1022020, 7608, 0, 1, 1, 1, 'Seer\'s Fine Stein'), +(1022020, 9766, 0, 1, 1, 1, 'Greenweave Sash'), +(1022020, 9767, 0, 1, 1, 1, 'Greenweave Sandals'), +(1022020, 9768, 0, 1, 1, 1, 'Greenweave Bracers'), +(1022020, 9770, 0, 1, 1, 1, 'Greenweave Cloak'), +(1022020, 9775, 0, 1, 1, 1, 'Bandit Cinch'), +(1022020, 9776, 0, 1, 1, 1, 'Bandit Boots'), +(1022020, 9777, 0, 1, 1, 1, 'Bandit Bracers'), +(1022020, 9778, 0, 1, 1, 1, 'Bandit Buckler'), +(1022020, 9780, 0, 1, 1, 1, 'Bandit Gloves'), +(1022020, 9781, 0, 1, 1, 1, 'Bandit Pants'), +(1022020, 9782, 0, 1, 1, 1, 'Bandit Jerkin'), +(1022020, 9783, 0, 1, 1, 1, 'Raider\'s Chestpiece'), +(1022020, 9784, 0, 1, 1, 1, 'Raider\'s Boots'), +(1022020, 9787, 0, 1, 1, 1, 'Raider\'s Gauntlets'), +(1022020, 9789, 0, 1, 1, 1, 'Raider\'s Legguards'), +(1022020, 9790, 0, 1, 1, 1, 'Raider\'s Shield'), +(1022020, 9812, 0, 1, 1, 1, 'Fortified Cloak'), +(1022020, 11965, 0, 1, 1, 1, 'Quartz Ring'), +(1022020, 11967, 0, 1, 1, 1, 'Zircon Band'), +(1022020, 11981, 0, 1, 1, 1, 'Lead Band'), +(1022020, 11982, 0, 1, 1, 1, 'Viridian Band'), +(1022020, 11993, 0, 1, 1, 1, 'Clay Ring'), +(1022020, 12006, 0, 1, 1, 1, 'Meadow Ring'), +(1022020, 12052, 0, 1, 1, 1, 'Ring of the Moon'), +(1022020, 12053, 0, 1, 1, 1, 'Volcanic Rock Ring'), +(1022020, 14120, 0, 1, 1, 1, 'Aboriginal Robe'), +(1022020, 14121, 0, 1, 1, 1, 'Aboriginal Vest'), +(1022020, 14124, 0, 1, 1, 1, 'Ritual Gloves'), +(1022020, 14125, 0, 1, 1, 1, 'Ritual Leggings'), +(1022020, 14129, 0, 1, 1, 1, 'Ritual Sandals'), +(1022020, 14131, 0, 1, 1, 1, 'Ritual Belt'), +(1022020, 14159, 0, 1, 1, 1, 'Pagan Shoes'), +(1022020, 14160, 0, 1, 1, 1, 'Pagan Bands'), +(1022020, 14162, 0, 1, 1, 1, 'Pagan Mitts'), +(1022020, 14164, 0, 1, 1, 1, 'Pagan Belt'), +(1022020, 14166, 0, 1, 1, 1, 'Buccaneer\'s Bracers'), +(1022020, 14167, 0, 1, 1, 1, 'Buccaneer\'s Cape'), +(1022020, 14168, 0, 1, 1, 1, 'Buccaneer\'s Gloves'), +(1022020, 14171, 0, 1, 1, 1, 'Buccaneer\'s Pants'), +(1022020, 14172, 0, 1, 1, 1, 'Buccaneer\'s Robes'), +(1022020, 14173, 0, 1, 1, 1, 'Buccaneer\'s Cord'), +(1022020, 14174, 0, 1, 1, 1, 'Buccaneer\'s Boots'), +(1022020, 14175, 0, 1, 1, 1, 'Buccaneer\'s Vest'), +(1022020, 14367, 0, 1, 1, 1, 'Mystic\'s Gloves'), +(1022020, 14369, 0, 1, 1, 1, 'Mystic\'s Wrap'), +(1022020, 14370, 0, 1, 1, 1, 'Mystic\'s Woolies'), +(1022020, 14371, 0, 1, 1, 1, 'Mystic\'s Robe'), +(1022020, 14376, 0, 1, 1, 1, 'Sanguine Cape'), +(1022020, 14560, 0, 1, 1, 1, 'Prospector\'s Boots'), +(1022020, 14562, 0, 1, 1, 1, 'Prospector\'s Chestpiece'), +(1022020, 14564, 0, 1, 1, 1, 'Prospector\'s Mitts'), +(1022020, 14565, 0, 1, 1, 1, 'Prospector\'s Woolies'), +(1022020, 14567, 0, 1, 1, 1, 'Bristlebark Belt'), +(1022020, 14568, 0, 1, 1, 1, 'Bristlebark Boots'), +(1022020, 14569, 0, 1, 1, 1, 'Bristlebark Bindings'), +(1022020, 14571, 0, 1, 1, 1, 'Bristlebark Cape'), +(1022020, 14727, 0, 1, 1, 1, 'War Paint Legguards'), +(1022020, 14729, 0, 1, 1, 1, 'War Paint Shield'), +(1022020, 14730, 0, 1, 1, 1, 'War Paint Chestpiece'), +(1022020, 14743, 0, 1, 1, 1, 'Hulking Bands'), +(1022020, 14745, 0, 1, 1, 1, 'Hulking Cloak'), +(1022020, 14746, 0, 1, 1, 1, 'Hulking Belt'), +(1022020, 14747, 0, 1, 1, 1, 'Hulking Gauntlets'), +(1022020, 15017, 0, 1, 1, 1, 'Lupine Leggings'), +(1022020, 15018, 0, 1, 1, 1, 'Lupine Vest'), +(1022020, 15110, 0, 1, 1, 1, 'Rigid Belt'), +(1022020, 15111, 0, 1, 1, 1, 'Rigid Moccasins'), +(1022020, 15112, 0, 1, 1, 1, 'Rigid Bracelets'), +(1022020, 15113, 0, 1, 1, 1, 'Rigid Buckler'), +(1022020, 15114, 0, 1, 1, 1, 'Rigid Cape'), +(1022020, 15115, 0, 1, 1, 1, 'Rigid Gloves'), +(1022020, 15211, 0, 1, 1, 1, 'Militant Shortsword'), +(1022020, 15222, 0, 1, 1, 1, 'Barbed Club'), +(1022020, 15248, 0, 1, 1, 1, 'Gleaming Claymore'), +(1022020, 15307, 0, 1, 1, 1, 'Feral Buckler'), +(1022020, 15311, 0, 1, 1, 1, 'Feral Harness'), +(1022020, 15312, 0, 1, 1, 1, 'Feral Leggings'), +(1022020, 15331, 0, 1, 1, 1, 'Wrangler\'s Wristbands'), +(1022020, 15333, 0, 1, 1, 1, 'Wrangler\'s Cloak'), +(1022020, 15488, 0, 1, 1, 1, 'Bloodspattered Surcoat'), +(1022020, 15497, 0, 1, 1, 1, 'Outrunner\'s Cord'), +(1022020, 15498, 0, 1, 1, 1, 'Outrunner\'s Slippers'), +(1022020, 15502, 0, 1, 1, 1, 'Outrunner\'s Gloves'), +(1022020, 15503, 0, 1, 1, 1, 'Outrunner\'s Legguards'), +(1022020, 15504, 0, 1, 1, 1, 'Outrunner\'s Shield'), +(1022020, 15506, 0, 1, 1, 1, 'Grunt\'s AnkleWraps'), +(1022020, 15507, 0, 1, 1, 1, 'Grunt\'s Bracers'), +(1022020, 15508, 0, 1, 1, 1, 'Grunt\'s Cape'), +(1022020, 15509, 0, 1, 1, 1, 'Grunt\'s Handwraps'), +(1022020, 15510, 0, 1, 1, 1, 'Grunt\'s Belt'), +(1022020, 15519, 0, 1, 1, 1, 'Spiked Chain Cloak'), +(1022020, 15893, 0, 1, 1, 1, 'Prospector\'s Buckler'), +(1022020, 15912, 0, 1, 1, 1, 'Buccaneer\'s Orb'), +(1022020, 15946, 0, 1, 1, 1, 'Mystic\'s Sphere'), +(1022020, 15971, 0, 1, 1, 1, 'Aboriginal Rod'), +(1022021, 6583, 0, 1, 1, 1, 'Scouting Bracers'), +(1022021, 6580, 0, 1, 1, 1, 'Defender Tunic'), +(1022021, 4568, 0, 1, 1, 1, 'Grunt Axe'), +(1022021, 6587, 0, 1, 1, 1, 'Scouting Trousers'), +(1022021, 9789, 0, 1, 1, 1, 'Raider\'s Legguards'), +(1022021, 6577, 0, 1, 1, 1, 'Defender Gauntlets'), +(1022021, 2990, 0, 1, 1, 1, 'Burnished Leggings'), +(1022021, 3040, 0, 1, 1, 1, 'Hunter\'s Muzzle Loader'), +(1022021, 9783, 0, 1, 1, 1, 'Raider\'s Chestpiece'), +(1022021, 9778, 0, 1, 1, 1, 'Bandit Buckler'), +(1022021, 3202, 0, 1, 1, 1, 'Forest Leather Bracers'), +(1022021, 3184, 0, 1, 1, 1, 'Hook Dagger'), +(1022021, 15519, 0, 1, 1, 1, 'Spiked Chain Cloak'), +(1022021, 14572, 0, 1, 1, 1, 'Bristlebark Gloves'), +(1022021, 14162, 0, 1, 1, 1, 'Pagan Mitts'), +(1022021, 15972, 0, 1, 1, 1, 'Ritual Stein'), +(1022021, 14371, 0, 1, 1, 1, 'Mystic\'s Robe'), +(1022021, 14174, 0, 1, 1, 1, 'Buccaneer\'s Boots'), +(1022021, 15222, 0, 1, 1, 1, 'Barbed Club'), +(1022021, 14562, 0, 1, 1, 1, 'Prospector\'s Chestpiece'), +(1022021, 14168, 0, 1, 1, 1, 'Buccaneer\'s Gloves'), +(1022021, 14125, 0, 1, 1, 1, 'Ritual Leggings'), +(1022021, 14120, 0, 1, 1, 1, 'Aboriginal Robe'), +(1022021, 2986, 0, 1, 1, 1, 'Inscribed Leather Pants'), +(1022021, 15506, 0, 1, 1, 1, 'Grunt\'s AnkleWraps'), +(1022021, 790, 0, 1, 1, 1, 'Forester\'s Axe'), +(1022021, 15333, 0, 1, 1, 1, 'Wrangler\'s Cloak'), +(1022021, 6570, 0, 1, 1, 1, 'Shimmering Sash'), +(1022021, 6564, 0, 1, 1, 1, 'Shimmering Cloak'), +(1022021, 6561, 0, 1, 1, 1, 'Seer\'s Padded Armor'), +(1022021, 15312, 0, 1, 1, 1, 'Feral Leggings'), +(1022021, 6536, 0, 1, 1, 1, 'Willow Vest'), +(1022021, 4710, 0, 1, 1, 1, 'Forest Cloak'), +(1022021, 15502, 0, 1, 1, 1, 'Outrunner\'s Gloves'), +(1022021, 15111, 0, 1, 1, 1, 'Rigid Moccasins'), +(1022021, 14745, 0, 1, 1, 1, 'Hulking Cloak'), +(1022021, 12052, 0, 1, 1, 1, 'Ring of the Moon'), +(1022021, 11965, 0, 1, 1, 1, 'Quartz Ring'), +(1022021, 15110, 0, 1, 1, 1, 'Rigid Belt'), +(1022021, 14743, 0, 1, 1, 1, 'Hulking Bands'), +(1022021, 15211, 0, 1, 1, 1, 'Militant Shortsword'), +(1022021, 15311, 0, 1, 1, 1, 'Feral Harness'), +(1022021, 15500, 0, 1, 1, 1, 'Outrunner\'s Chestguard'), +(1022021, 15512, 0, 1, 1, 1, 'Grunt\'s Shield'), +(1022021, 15971, 0, 1, 1, 1, 'Aboriginal Rod'), +(1022021, 15511, 0, 1, 1, 1, 'Grunt\'s Legguards'), +(1022021, 15498, 0, 1, 1, 1, 'Outrunner\'s Slippers'), +(1022021, 15117, 0, 1, 1, 1, 'Rigid Leggings'), +(1022021, 15018, 0, 1, 1, 1, 'Lupine Vest'), +(1022021, 14742, 0, 1, 1, 1, 'Hulking Boots'), +(1022021, 14571, 0, 1, 1, 1, 'Bristlebark Cape'), +(1022021, 14370, 0, 1, 1, 1, 'Mystic\'s Woolies'), +(1022021, 14160, 0, 1, 1, 1, 'Pagan Bands'), +(1022021, 12006, 0, 1, 1, 1, 'Meadow Ring'), +(1022021, 9814, 0, 1, 1, 1, 'Fortified Belt'), +(1022021, 9770, 0, 1, 1, 1, 'Greenweave Cloak'), +(1022021, 15946, 0, 1, 1, 1, 'Mystic\'s Sphere'), +(1022021, 15510, 0, 1, 1, 1, 'Grunt\'s Belt'), +(1022021, 15115, 0, 1, 1, 1, 'Rigid Gloves'), +(1022021, 15017, 0, 1, 1, 1, 'Lupine Leggings'), +(1022021, 14730, 0, 1, 1, 1, 'War Paint Chestpiece'), +(1022021, 14569, 0, 1, 1, 1, 'Bristlebark Bindings'), +(1022021, 14369, 0, 1, 1, 1, 'Mystic\'s Wrap'), +(1022021, 14173, 0, 1, 1, 1, 'Buccaneer\'s Cord'), +(1022021, 14159, 0, 1, 1, 1, 'Pagan Shoes'), +(1022021, 11993, 0, 1, 1, 1, 'Clay Ring'), +(1022021, 9812, 0, 1, 1, 1, 'Fortified Cloak'), +(1022021, 9768, 0, 1, 1, 1, 'Greenweave Bracers'), +(1022021, 15912, 0, 1, 1, 1, 'Buccaneer\'s Orb'), +(1022021, 15509, 0, 1, 1, 1, 'Grunt\'s Handwraps'), +(1022021, 15114, 0, 1, 1, 1, 'Rigid Cape'), +(1022021, 14568, 0, 1, 1, 1, 'Bristlebark Boots'), +(1022021, 14560, 0, 1, 1, 1, 'Prospector\'s Boots'), +(1022021, 14367, 0, 1, 1, 1, 'Mystic\'s Gloves'), +(1022021, 14172, 0, 1, 1, 1, 'Buccaneer\'s Robes'), +(1022021, 14167, 0, 1, 1, 1, 'Buccaneer\'s Cape'), +(1022021, 14133, 0, 1, 1, 1, 'Ritual Tunic'), +(1022021, 9767, 0, 1, 1, 1, 'Greenweave Sandals'), +(1022021, 15504, 0, 1, 1, 1, 'Outrunner\'s Shield'), +(1022021, 2981, 0, 1, 1, 1, 'Seer\'s Robe'), +(1022021, 789, 0, 1, 1, 1, 'Stout Battlehammer'), +(1022021, 9782, 0, 1, 1, 1, 'Bandit Jerkin'), +(1022021, 9777, 0, 1, 1, 1, 'Bandit Bracers'), +(1022021, 6573, 0, 1, 1, 1, 'Defender Boots'), +(1022021, 3655, 0, 1, 1, 1, 'Burnished Shield'), +(1022021, 3199, 0, 1, 1, 1, 'Battle Slayer'), +(1022021, 3066, 0, 1, 1, 1, 'Bright Gloves'), +(1022021, 3039, 0, 1, 1, 1, 'Short Ash Bow'), +(1022021, 2989, 0, 1, 1, 1, 'Burnished Tunic'), +(1022021, 9781, 0, 1, 1, 1, 'Bandit Pants'), +(1022021, 9776, 0, 1, 1, 1, 'Bandit Boots'), +(1022021, 6582, 0, 1, 1, 1, 'Scouting Boots'), +(1022021, 6572, 0, 1, 1, 1, 'Defender Shield'), +(1022021, 3198, 0, 1, 1, 1, 'Battering Hammer'), +(1022021, 3065, 0, 1, 1, 1, 'Bright Boots'), +(1022021, 6576, 0, 1, 1, 1, 'Defender Girdle'), +(1022021, 15331, 0, 1, 1, 1, 'Wrangler\'s Wristbands'), +(1022021, 15307, 0, 1, 1, 1, 'Feral Buckler'), +(1022021, 6568, 0, 1, 1, 1, 'Shimmering Trousers'), +(1022021, 6563, 0, 1, 1, 1, 'Shimmering Bracers'), +(1022021, 6552, 0, 1, 1, 1, 'Bard\'s Tunic'), +(1022021, 6383, 0, 1, 1, 1, 'Forest Buckler'), +(1022021, 4708, 0, 1, 1, 1, 'Bright Belt'), +(1022021, 15508, 0, 1, 1, 1, 'Grunt\'s Cape'), +(1022021, 15497, 0, 1, 1, 1, 'Outrunner\'s Cord'), +(1022021, 15269, 0, 1, 1, 1, 'Massive Battle Axe'), +(1022021, 15113, 0, 1, 1, 1, 'Rigid Buckler'), +(1022021, 14747, 0, 1, 1, 1, 'Hulking Gauntlets'), +(1022021, 14729, 0, 1, 1, 1, 'War Paint Shield'), +(1022021, 14567, 0, 1, 1, 1, 'Bristlebark Belt'), +(1022021, 14131, 0, 1, 1, 1, 'Ritual Belt'), +(1022021, 11982, 0, 1, 1, 1, 'Viridian Band'), +(1022021, 9811, 0, 1, 1, 1, 'Fortified Bracers'), +(1022021, 9766, 0, 1, 1, 1, 'Greenweave Sash'), +(1022021, 6382, 0, 1, 1, 1, 'Forest Leather Belt'), +(1022021, 4706, 0, 1, 1, 1, 'Lambent Scale Cloak'), +(1022021, 15893, 0, 1, 1, 1, 'Prospector\'s Buckler'), +(1022021, 14376, 0, 1, 1, 1, 'Sanguine Cape'), +(1022021, 14179, 0, 1, 1, 1, 'Watcher\'s Cape'), +(1022021, 14171, 0, 1, 1, 1, 'Buccaneer\'s Pants'), +(1022021, 14166, 0, 1, 1, 1, 'Buccaneer\'s Bracers'), +(1022021, 14124, 0, 1, 1, 1, 'Ritual Gloves'), +(1022021, 12054, 0, 1, 1, 1, 'Demon Band'), +(1022021, 2985, 0, 1, 1, 1, 'Inscribed Leather Breastplate'), +(1022021, 15503, 0, 1, 1, 1, 'Outrunner\'s Legguards'), +(1022021, 14374, 0, 1, 1, 1, 'Sanguine Sandals'), +(1022021, 14164, 0, 1, 1, 1, 'Pagan Belt'), +(1022021, 14121, 0, 1, 1, 1, 'Aboriginal Vest'), +(1022021, 12053, 0, 1, 1, 1, 'Volcanic Rock Ring'), +(1022021, 2982, 0, 1, 1, 1, 'Seer\'s Pants'), +(1022021, 3647, 0, 1, 1, 1, 'Bright Bracers'), +(1022021, 2992, 0, 1, 1, 1, 'Burnished Gloves'), +(1022021, 2988, 0, 1, 1, 1, 'Inscribed Leather Gloves'), +(1022021, 9780, 0, 1, 1, 1, 'Bandit Gloves'), +(1022021, 9775, 0, 1, 1, 1, 'Bandit Cinch'), +(1022021, 6571, 0, 1, 1, 1, 'Scouting Buckler'), +(1022021, 3211, 0, 1, 1, 1, 'Burnished Bracers'), +(1022021, 3193, 0, 1, 1, 1, 'Oak Mallet'), +(1022021, 3057, 0, 1, 1, 1, 'Forest Leather Boots'), +(1022021, 2991, 0, 1, 1, 1, 'Burnished Boots'), +(1022021, 6586, 0, 1, 1, 1, 'Scouting Gloves'), +(1022021, 6581, 0, 1, 1, 1, 'Scouting Belt'), +(1022021, 6578, 0, 1, 1, 1, 'Defender Leggings'), +(1022021, 3740, 0, 1, 1, 1, 'Decapitating Sword'), +(1022021, 9787, 0, 1, 1, 1, 'Raider\'s Gauntlets'), +(1022021, 6585, 0, 1, 1, 1, 'Scouting Cloak'), +(1022021, 6575, 0, 1, 1, 1, 'Defender Cloak'), +(1022021, 9784, 0, 1, 1, 1, 'Raider\'s Boots'), +(1022021, 6574, 0, 1, 1, 1, 'Defender Bracers'), +(1022021, 14565, 0, 1, 1, 1, 'Prospector\'s Woolies'), +(1022021, 14129, 0, 1, 1, 1, 'Ritual Sandals'), +(1022021, 11981, 0, 1, 1, 1, 'Lead Band'), +(1022021, 9805, 0, 1, 1, 1, 'Superior Cloak'), +(1022021, 7608, 0, 1, 1, 1, 'Seer\'s Fine Stein'), +(1022021, 6381, 0, 1, 1, 1, 'Bright Cloak'), +(1022021, 4697, 0, 1, 1, 1, 'Burnished Girdle'), +(1022021, 15329, 0, 1, 1, 1, 'Wrangler\'s Belt'), +(1022021, 15248, 0, 1, 1, 1, 'Gleaming Claymore'), +(1022021, 6565, 0, 1, 1, 1, 'Shimmering Gloves'), +(1022021, 6562, 0, 1, 1, 1, 'Shimmering Boots'), +(1022021, 6538, 0, 1, 1, 1, 'Willow Robe'), +(1022021, 5207, 0, 1, 1, 1, 'Opaque Wand'), +(1022021, 4576, 0, 1, 1, 1, 'Light Bow'), +(1022021, 15526, 0, 1, 1, 1, 'Sentry\'s Cape'), +(1022021, 15507, 0, 1, 1, 1, 'Grunt\'s Bracers'), +(1022021, 15488, 0, 1, 1, 1, 'Bloodspattered Surcoat'), +(1022021, 15223, 0, 1, 1, 1, 'Jagged Star'), +(1022021, 15112, 0, 1, 1, 1, 'Rigid Bracelets'), +(1022021, 14746, 0, 1, 1, 1, 'Hulking Belt'), +(1022021, 14727, 0, 1, 1, 1, 'War Paint Legguards'), +(1022021, 14564, 0, 1, 1, 1, 'Prospector\'s Mitts'), +(1022021, 14175, 0, 1, 1, 1, 'Buccaneer\'s Vest'), +(1022021, 14127, 0, 1, 1, 1, 'Ritual Shroud'), +(1022021, 11967, 0, 1, 1, 1, 'Zircon Band'), +(1022021, 9790, 0, 1, 1, 1, 'Raider\'s Shield'), +(1022021, 7554, 0, 1, 1, 1, 'Willow Branch'), +(1022021, 4998, 0, 1, 1, 1, 'Blood Ring'), +(1022021, 4575, 0, 1, 1, 1, 'Medicine Staff'), +(1022121, 789, 0, 1, 1, 1, 'Stout Battlehammer'), +(1022121, 790, 0, 1, 1, 1, 'Forester\'s Axe'), +(1022121, 2981, 0, 1, 1, 1, 'Seer\'s Robe'), +(1022121, 2982, 0, 1, 1, 1, 'Seer\'s Pants'), +(1022121, 2985, 0, 1, 1, 1, 'Inscribed Leather Breastplate'), +(1022121, 2986, 0, 1, 1, 1, 'Inscribed Leather Pants'), +(1022121, 2989, 0, 1, 1, 1, 'Burnished Tunic'), +(1022121, 2990, 0, 1, 1, 1, 'Burnished Leggings'), +(1022121, 2991, 0, 1, 1, 1, 'Burnished Boots'), +(1022121, 2992, 0, 1, 1, 1, 'Burnished Gloves'), +(1022121, 3039, 0, 1, 1, 1, 'Short Ash Bow'), +(1022121, 3057, 0, 1, 1, 1, 'Forest Leather Boots'), +(1022121, 3065, 0, 1, 1, 1, 'Bright Boots'), +(1022121, 3066, 0, 1, 1, 1, 'Bright Gloves'), +(1022121, 3184, 0, 1, 1, 1, 'Hook Dagger'), +(1022121, 3193, 0, 1, 1, 1, 'Oak Mallet'), +(1022121, 3198, 0, 1, 1, 1, 'Battering Hammer'), +(1022121, 3199, 0, 1, 1, 1, 'Battle Slayer'), +(1022121, 3202, 0, 1, 1, 1, 'Forest Leather Bracers'), +(1022121, 3647, 0, 1, 1, 1, 'Bright Bracers'), +(1022121, 3655, 0, 1, 1, 1, 'Burnished Shield'), +(1022121, 3740, 0, 1, 1, 1, 'Decapitating Sword'), +(1022121, 4568, 0, 1, 1, 1, 'Grunt Axe'), +(1022121, 4576, 0, 1, 1, 1, 'Light Bow'), +(1022121, 4697, 0, 1, 1, 1, 'Burnished Girdle'), +(1022121, 4706, 0, 1, 1, 1, 'Lambent Scale Cloak'), +(1022121, 4708, 0, 1, 1, 1, 'Bright Belt'), +(1022121, 4710, 0, 1, 1, 1, 'Forest Cloak'), +(1022121, 4998, 0, 1, 1, 1, 'Blood Ring'), +(1022121, 5207, 0, 1, 1, 1, 'Opaque Wand'), +(1022121, 6381, 0, 1, 1, 1, 'Bright Cloak'), +(1022121, 6382, 0, 1, 1, 1, 'Forest Leather Belt'), +(1022121, 6383, 0, 1, 1, 1, 'Forest Buckler'), +(1022121, 6561, 0, 1, 1, 1, 'Seer\'s Padded Armor'), +(1022121, 6562, 0, 1, 1, 1, 'Shimmering Boots'), +(1022121, 6563, 0, 1, 1, 1, 'Shimmering Bracers'), +(1022121, 6564, 0, 1, 1, 1, 'Shimmering Cloak'), +(1022121, 6565, 0, 1, 1, 1, 'Shimmering Gloves'), +(1022121, 6568, 0, 1, 1, 1, 'Shimmering Trousers'), +(1022121, 6570, 0, 1, 1, 1, 'Shimmering Sash'), +(1022121, 6571, 0, 1, 1, 1, 'Scouting Buckler'), +(1022121, 6572, 0, 1, 1, 1, 'Defender Shield'), +(1022121, 6573, 0, 1, 1, 1, 'Defender Boots'), +(1022121, 6574, 0, 1, 1, 1, 'Defender Bracers'), +(1022121, 6575, 0, 1, 1, 1, 'Defender Cloak'), +(1022121, 6576, 0, 1, 1, 1, 'Defender Girdle'), +(1022121, 6577, 0, 1, 1, 1, 'Defender Gauntlets'), +(1022121, 6578, 0, 1, 1, 1, 'Defender Leggings'), +(1022121, 6580, 0, 1, 1, 1, 'Defender Tunic'), +(1022121, 6581, 0, 1, 1, 1, 'Scouting Belt'), +(1022121, 6582, 0, 1, 1, 1, 'Scouting Boots'), +(1022121, 6583, 0, 1, 1, 1, 'Scouting Bracers'), +(1022121, 6585, 0, 1, 1, 1, 'Scouting Cloak'), +(1022121, 6586, 0, 1, 1, 1, 'Scouting Gloves'), +(1022121, 6587, 0, 1, 1, 1, 'Scouting Trousers'), +(1022121, 7608, 0, 1, 1, 1, 'Seer\'s Fine Stein'), +(1022121, 9766, 0, 1, 1, 1, 'Greenweave Sash'), +(1022121, 9767, 0, 1, 1, 1, 'Greenweave Sandals'), +(1022121, 9768, 0, 1, 1, 1, 'Greenweave Bracers'), +(1022121, 9770, 0, 1, 1, 1, 'Greenweave Cloak'), +(1022121, 9776, 0, 1, 1, 1, 'Bandit Boots'), +(1022121, 9778, 0, 1, 1, 1, 'Bandit Buckler'), +(1022121, 9780, 0, 1, 1, 1, 'Bandit Gloves'), +(1022121, 9781, 0, 1, 1, 1, 'Bandit Pants'), +(1022121, 9782, 0, 1, 1, 1, 'Bandit Jerkin'), +(1022121, 9783, 0, 1, 1, 1, 'Raider\'s Chestpiece'), +(1022121, 9805, 0, 1, 1, 1, 'Superior Cloak'), +(1022121, 9811, 0, 1, 1, 1, 'Fortified Bracers'), +(1022121, 9812, 0, 1, 1, 1, 'Fortified Cloak'), +(1022121, 9814, 0, 1, 1, 1, 'Fortified Belt'), +(1022121, 11965, 0, 1, 1, 1, 'Quartz Ring'), +(1022121, 11967, 0, 1, 1, 1, 'Zircon Band'), +(1022121, 11981, 0, 1, 1, 1, 'Lead Band'), +(1022121, 11982, 0, 1, 1, 1, 'Viridian Band'), +(1022121, 11993, 0, 1, 1, 1, 'Clay Ring'), +(1022121, 12006, 0, 1, 1, 1, 'Meadow Ring'), +(1022121, 12052, 0, 1, 1, 1, 'Ring of the Moon'), +(1022121, 12053, 0, 1, 1, 1, 'Volcanic Rock Ring'), +(1022121, 12054, 0, 1, 1, 1, 'Demon Band'), +(1022121, 14120, 0, 1, 1, 1, 'Aboriginal Robe'), +(1022121, 14121, 0, 1, 1, 1, 'Aboriginal Vest'), +(1022121, 14124, 0, 1, 1, 1, 'Ritual Gloves'), +(1022121, 14125, 0, 1, 1, 1, 'Ritual Leggings'), +(1022121, 14127, 0, 1, 1, 1, 'Ritual Shroud'), +(1022121, 14129, 0, 1, 1, 1, 'Ritual Sandals'), +(1022121, 14133, 0, 1, 1, 1, 'Ritual Tunic'), +(1022121, 14159, 0, 1, 1, 1, 'Pagan Shoes'), +(1022121, 14162, 0, 1, 1, 1, 'Pagan Mitts'), +(1022121, 14164, 0, 1, 1, 1, 'Pagan Belt'), +(1022121, 14168, 0, 1, 1, 1, 'Buccaneer\'s Gloves'), +(1022121, 14171, 0, 1, 1, 1, 'Buccaneer\'s Pants'), +(1022121, 14172, 0, 1, 1, 1, 'Buccaneer\'s Robes'), +(1022121, 14173, 0, 1, 1, 1, 'Buccaneer\'s Cord'), +(1022121, 14175, 0, 1, 1, 1, 'Buccaneer\'s Vest'), +(1022121, 14179, 0, 1, 1, 1, 'Watcher\'s Cape'), +(1022121, 14369, 0, 1, 1, 1, 'Mystic\'s Wrap'), +(1022121, 14371, 0, 1, 1, 1, 'Mystic\'s Robe'), +(1022121, 14374, 0, 1, 1, 1, 'Sanguine Sandals'), +(1022121, 14376, 0, 1, 1, 1, 'Sanguine Cape'), +(1022121, 14562, 0, 1, 1, 1, 'Prospector\'s Chestpiece'), +(1022121, 14565, 0, 1, 1, 1, 'Prospector\'s Woolies'), +(1022121, 14567, 0, 1, 1, 1, 'Bristlebark Belt'), +(1022121, 14568, 0, 1, 1, 1, 'Bristlebark Boots'), +(1022121, 14569, 0, 1, 1, 1, 'Bristlebark Bindings'), +(1022121, 14571, 0, 1, 1, 1, 'Bristlebark Cape'), +(1022121, 14572, 0, 1, 1, 1, 'Bristlebark Gloves'), +(1022121, 14729, 0, 1, 1, 1, 'War Paint Shield'), +(1022121, 14730, 0, 1, 1, 1, 'War Paint Chestpiece'), +(1022121, 14742, 0, 1, 1, 1, 'Hulking Boots'), +(1022121, 14743, 0, 1, 1, 1, 'Hulking Bands'), +(1022121, 14745, 0, 1, 1, 1, 'Hulking Cloak'), +(1022121, 14746, 0, 1, 1, 1, 'Hulking Belt'), +(1022121, 14747, 0, 1, 1, 1, 'Hulking Gauntlets'), +(1022121, 15018, 0, 1, 1, 1, 'Lupine Vest'), +(1022121, 15110, 0, 1, 1, 1, 'Rigid Belt'), +(1022121, 15111, 0, 1, 1, 1, 'Rigid Moccasins'), +(1022121, 15112, 0, 1, 1, 1, 'Rigid Bracelets'), +(1022121, 15113, 0, 1, 1, 1, 'Rigid Buckler'), +(1022121, 15115, 0, 1, 1, 1, 'Rigid Gloves'), +(1022121, 15117, 0, 1, 1, 1, 'Rigid Leggings'), +(1022121, 15211, 0, 1, 1, 1, 'Militant Shortsword'), +(1022121, 15223, 0, 1, 1, 1, 'Jagged Star'), +(1022121, 15248, 0, 1, 1, 1, 'Gleaming Claymore'), +(1022121, 15269, 0, 1, 1, 1, 'Massive Battle Axe'), +(1022121, 15311, 0, 1, 1, 1, 'Feral Harness'), +(1022121, 15312, 0, 1, 1, 1, 'Feral Leggings'), +(1022121, 15329, 0, 1, 1, 1, 'Wrangler\'s Belt'), +(1022121, 15331, 0, 1, 1, 1, 'Wrangler\'s Wristbands'), +(1022121, 15333, 0, 1, 1, 1, 'Wrangler\'s Cloak'), +(1022121, 15488, 0, 1, 1, 1, 'Bloodspattered Surcoat'), +(1022121, 15498, 0, 1, 1, 1, 'Outrunner\'s Slippers'), +(1022121, 15500, 0, 1, 1, 1, 'Outrunner\'s Chestguard'), +(1022121, 15502, 0, 1, 1, 1, 'Outrunner\'s Gloves'), +(1022121, 15503, 0, 1, 1, 1, 'Outrunner\'s Legguards'), +(1022121, 15504, 0, 1, 1, 1, 'Outrunner\'s Shield'), +(1022121, 15506, 0, 1, 1, 1, 'Grunt\'s AnkleWraps'), +(1022121, 15509, 0, 1, 1, 1, 'Grunt\'s Handwraps'), +(1022121, 15510, 0, 1, 1, 1, 'Grunt\'s Belt'), +(1022121, 15511, 0, 1, 1, 1, 'Grunt\'s Legguards'), +(1022121, 15512, 0, 1, 1, 1, 'Grunt\'s Shield'), +(1022121, 15519, 0, 1, 1, 1, 'Spiked Chain Cloak'), +(1022121, 15526, 0, 1, 1, 1, 'Sentry\'s Cape'), +(1022121, 15893, 0, 1, 1, 1, 'Prospector\'s Buckler'), +(1022121, 15912, 0, 1, 1, 1, 'Buccaneer\'s Orb'), +(1022121, 15946, 0, 1, 1, 1, 'Mystic\'s Sphere'), +(1022121, 15971, 0, 1, 1, 1, 'Aboriginal Rod'), +(1022121, 15972, 0, 1, 1, 1, 'Ritual Stein'), +(1022122, 2981, 0, 1, 1, 1, 'Seer\'s Robe'), +(1022122, 3184, 0, 1, 1, 1, 'Hook Dagger'), +(1022122, 6382, 0, 1, 1, 1, 'Forest Leather Belt'), +(1022122, 3740, 0, 1, 1, 1, 'Decapitating Sword'), +(1022122, 2992, 0, 1, 1, 1, 'Burnished Gloves'), +(1022122, 9778, 0, 1, 1, 1, 'Bandit Buckler'), +(1022122, 6577, 0, 1, 1, 1, 'Defender Gauntlets'), +(1022122, 6572, 0, 1, 1, 1, 'Defender Shield'), +(1022122, 7608, 0, 1, 1, 1, 'Seer\'s Fine Stein'), +(1022122, 6586, 0, 1, 1, 1, 'Scouting Gloves'), +(1022122, 9812, 0, 1, 1, 1, 'Fortified Cloak'), +(1022122, 9805, 0, 1, 1, 1, 'Superior Cloak'), +(1022122, 6569, 0, 1, 1, 1, 'Shimmering Robe'), +(1022122, 3058, 0, 1, 1, 1, 'Forest Leather Gloves'), +(1022122, 9793, 0, 1, 1, 1, 'Ivycloth Bracelets'), +(1022122, 6565, 0, 1, 1, 1, 'Shimmering Gloves'), +(1022122, 4706, 0, 1, 1, 1, 'Lambent Scale Cloak'), +(1022122, 6584, 0, 1, 1, 1, 'Scouting Tunic'), +(1022122, 12053, 0, 1, 1, 1, 'Volcanic Rock Ring'), +(1022122, 12052, 0, 1, 1, 1, 'Ring of the Moon'), +(1022122, 12007, 0, 1, 1, 1, 'Prairie Ring'), +(1022122, 12006, 0, 1, 1, 1, 'Meadow Ring'), +(1022122, 11994, 0, 1, 1, 1, 'Coral Band'), +(1022122, 11993, 0, 1, 1, 1, 'Clay Ring'), +(1022122, 11982, 0, 1, 1, 1, 'Viridian Band'), +(1022122, 6583, 0, 1, 1, 1, 'Scouting Bracers'), +(1022122, 6381, 0, 1, 1, 1, 'Bright Cloak'), +(1022122, 3655, 0, 1, 1, 1, 'Burnished Shield'), +(1022122, 2991, 0, 1, 1, 1, 'Burnished Boots'), +(1022122, 3647, 0, 1, 1, 1, 'Bright Bracers'), +(1022122, 9776, 0, 1, 1, 1, 'Bandit Boots'), +(1022122, 6582, 0, 1, 1, 1, 'Scouting Boots'), +(1022122, 5207, 0, 1, 1, 1, 'Opaque Wand'), +(1022122, 3202, 0, 1, 1, 1, 'Forest Leather Bracers'), +(1022122, 2990, 0, 1, 1, 1, 'Burnished Leggings'), +(1022122, 9771, 0, 1, 1, 1, 'Greenweave Gloves'), +(1022122, 9768, 0, 1, 1, 1, 'Greenweave Bracers'), +(1022122, 4998, 0, 1, 1, 1, 'Blood Ring'), +(1022122, 3199, 0, 1, 1, 1, 'Battle Slayer'), +(1022122, 2989, 0, 1, 1, 1, 'Burnished Tunic'), +(1022122, 11981, 0, 1, 1, 1, 'Lead Band'), +(1022122, 11965, 0, 1, 1, 1, 'Quartz Ring'), +(1022122, 6585, 0, 1, 1, 1, 'Scouting Cloak'), +(1022122, 6574, 0, 1, 1, 1, 'Defender Bracers'), +(1022122, 790, 0, 1, 1, 1, 'Forester\'s Axe'), +(1022122, 3066, 0, 1, 1, 1, 'Bright Gloves'), +(1022122, 9818, 0, 1, 1, 1, 'Fortified Chain'), +(1022122, 9811, 0, 1, 1, 1, 'Fortified Bracers'), +(1022122, 9801, 0, 1, 1, 1, 'Superior Belt'), +(1022122, 9792, 0, 1, 1, 1, 'Ivycloth Boots'), +(1022122, 6568, 0, 1, 1, 1, 'Shimmering Trousers'), +(1022122, 6564, 0, 1, 1, 1, 'Shimmering Cloak'), +(1022122, 4697, 0, 1, 1, 1, 'Burnished Girdle'), +(1022122, 3057, 0, 1, 1, 1, 'Forest Leather Boots'), +(1022122, 2986, 0, 1, 1, 1, 'Inscribed Leather Pants'), +(1022122, 9816, 0, 1, 1, 1, 'Fortified Shield'), +(1022122, 9783, 0, 1, 1, 1, 'Raider\'s Chestpiece'), +(1022122, 6581, 0, 1, 1, 1, 'Scouting Belt'), +(1022122, 6563, 0, 1, 1, 1, 'Shimmering Bracers'), +(1022122, 4710, 0, 1, 1, 1, 'Forest Cloak'), +(1022122, 3198, 0, 1, 1, 1, 'Battering Hammer'), +(1022122, 2985, 0, 1, 1, 1, 'Inscribed Leather Breastplate'), +(1022122, 4576, 0, 1, 1, 1, 'Light Bow'), +(1022122, 9770, 0, 1, 1, 1, 'Greenweave Cloak'), +(1022122, 9767, 0, 1, 1, 1, 'Greenweave Sandals'), +(1022122, 7558, 0, 1, 1, 1, 'Shimmering Stave'), +(1022122, 6576, 0, 1, 1, 1, 'Defender Girdle'), +(1022122, 6571, 0, 1, 1, 1, 'Scouting Buckler'), +(1022122, 11967, 0, 1, 1, 1, 'Zircon Band'), +(1022122, 9766, 0, 1, 1, 1, 'Greenweave Sash'), +(1022122, 6587, 0, 1, 1, 1, 'Scouting Trousers'), +(1022122, 6575, 0, 1, 1, 1, 'Defender Cloak'), +(1022122, 6570, 0, 1, 1, 1, 'Shimmering Sash'), +(1022122, 6573, 0, 1, 1, 1, 'Defender Boots'), +(1022122, 789, 0, 1, 1, 1, 'Stout Battlehammer'), +(1022122, 3065, 0, 1, 1, 1, 'Bright Boots'), +(1022122, 4709, 0, 1, 1, 1, 'Forest Leather Mantle'), +(1022122, 6562, 0, 1, 1, 1, 'Shimmering Boots'), +(1022122, 6580, 0, 1, 1, 1, 'Defender Tunic'), +(1022122, 9782, 0, 1, 1, 1, 'Bandit Jerkin'), +(1022122, 9815, 0, 1, 1, 1, 'Fortified Leggings'), +(1022122, 9814, 0, 1, 1, 1, 'Fortified Belt'), +(1022122, 9810, 0, 1, 1, 1, 'Fortified Boots'), +(1022122, 9794, 0, 1, 1, 1, 'Ivycloth Cloak'), +(1022122, 9781, 0, 1, 1, 1, 'Bandit Pants'), +(1022122, 6567, 0, 1, 1, 1, 'Shimmering Armor'), +(1022122, 6561, 0, 1, 1, 1, 'Seer\'s Padded Armor'), +(1022122, 4568, 0, 1, 1, 1, 'Grunt Axe'), +(1022122, 3039, 0, 1, 1, 1, 'Short Ash Bow'), +(1022122, 9813, 0, 1, 1, 1, 'Fortified Gauntlets'), +(1022122, 9780, 0, 1, 1, 1, 'Bandit Gloves'), +(1022122, 6578, 0, 1, 1, 1, 'Defender Leggings'), +(1022122, 6383, 0, 1, 1, 1, 'Forest Buckler'), +(1022122, 4708, 0, 1, 1, 1, 'Bright Belt'), +(1022122, 3193, 0, 1, 1, 1, 'Oak Mallet'), +(1022122, 2982, 0, 1, 1, 1, 'Seer\'s Pants'), +(1022122, 12054, 0, 1, 1, 1, 'Demon Band'), +(1022122, 14120, 0, 1, 1, 1, 'Aboriginal Robe'), +(1022122, 14121, 0, 1, 1, 1, 'Aboriginal Vest'), +(1022122, 14124, 0, 1, 1, 1, 'Ritual Gloves'), +(1022122, 14125, 0, 1, 1, 1, 'Ritual Leggings'), +(1022122, 14127, 0, 1, 1, 1, 'Ritual Shroud'), +(1022122, 14129, 0, 1, 1, 1, 'Ritual Sandals'), +(1022122, 14133, 0, 1, 1, 1, 'Ritual Tunic'), +(1022122, 14159, 0, 1, 1, 1, 'Pagan Shoes'), +(1022122, 14162, 0, 1, 1, 1, 'Pagan Mitts'), +(1022122, 14164, 0, 1, 1, 1, 'Pagan Belt'), +(1022122, 14165, 0, 1, 1, 1, 'Pagan Britches'), +(1022122, 14168, 0, 1, 1, 1, 'Buccaneer\'s Gloves'), +(1022122, 14171, 0, 1, 1, 1, 'Buccaneer\'s Pants'), +(1022122, 14172, 0, 1, 1, 1, 'Buccaneer\'s Robes'), +(1022122, 14173, 0, 1, 1, 1, 'Buccaneer\'s Cord'), +(1022122, 14175, 0, 1, 1, 1, 'Buccaneer\'s Vest'), +(1022122, 14179, 0, 1, 1, 1, 'Watcher\'s Cape'), +(1022122, 14369, 0, 1, 1, 1, 'Mystic\'s Wrap'), +(1022122, 14371, 0, 1, 1, 1, 'Mystic\'s Robe'), +(1022122, 14373, 0, 1, 1, 1, 'Sanguine Belt'), +(1022122, 14374, 0, 1, 1, 1, 'Sanguine Sandals'), +(1022122, 14375, 0, 1, 1, 1, 'Sanguine Cuffs'), +(1022122, 14376, 0, 1, 1, 1, 'Sanguine Cape'), +(1022122, 14562, 0, 1, 1, 1, 'Prospector\'s Chestpiece'), +(1022122, 14565, 0, 1, 1, 1, 'Prospector\'s Woolies'), +(1022122, 14566, 0, 1, 1, 1, 'Prospector\'s Pads'), +(1022122, 14567, 0, 1, 1, 1, 'Bristlebark Belt'), +(1022122, 14568, 0, 1, 1, 1, 'Bristlebark Boots'), +(1022122, 14569, 0, 1, 1, 1, 'Bristlebark Bindings'), +(1022122, 14571, 0, 1, 1, 1, 'Bristlebark Cape'), +(1022122, 14572, 0, 1, 1, 1, 'Bristlebark Gloves'), +(1022122, 14729, 0, 1, 1, 1, 'War Paint Shield'), +(1022122, 14730, 0, 1, 1, 1, 'War Paint Chestpiece'), +(1022122, 14742, 0, 1, 1, 1, 'Hulking Boots'), +(1022122, 14743, 0, 1, 1, 1, 'Hulking Bands'), +(1022122, 14745, 0, 1, 1, 1, 'Hulking Cloak'), +(1022122, 14746, 0, 1, 1, 1, 'Hulking Belt'), +(1022122, 14747, 0, 1, 1, 1, 'Hulking Gauntlets'), +(1022122, 14748, 0, 1, 1, 1, 'Hulking Leggings'), +(1022122, 15018, 0, 1, 1, 1, 'Lupine Vest'), +(1022122, 15110, 0, 1, 1, 1, 'Rigid Belt'), +(1022122, 15111, 0, 1, 1, 1, 'Rigid Moccasins'), +(1022122, 15112, 0, 1, 1, 1, 'Rigid Bracelets'), +(1022122, 15113, 0, 1, 1, 1, 'Rigid Buckler'), +(1022122, 15115, 0, 1, 1, 1, 'Rigid Gloves'), +(1022122, 15117, 0, 1, 1, 1, 'Rigid Leggings'), +(1022122, 15122, 0, 1, 1, 1, 'Robust Bracers'), +(1022122, 15124, 0, 1, 1, 1, 'Robust Cloak'), +(1022122, 15211, 0, 1, 1, 1, 'Militant Shortsword'), +(1022122, 15223, 0, 1, 1, 1, 'Jagged Star'), +(1022122, 15224, 0, 1, 1, 1, 'Battlesmasher'), +(1022122, 15230, 0, 1, 1, 1, 'Ridge Cleaver'), +(1022122, 15248, 0, 1, 1, 1, 'Gleaming Claymore'), +(1022122, 15259, 0, 1, 1, 1, 'Hefty Battlehammer'), +(1022122, 15269, 0, 1, 1, 1, 'Massive Battle Axe'), +(1022122, 15311, 0, 1, 1, 1, 'Feral Harness'), +(1022122, 15312, 0, 1, 1, 1, 'Feral Leggings'), +(1022122, 15329, 0, 1, 1, 1, 'Wrangler\'s Belt'), +(1022122, 15330, 0, 1, 1, 1, 'Wrangler\'s Boots'), +(1022122, 15331, 0, 1, 1, 1, 'Wrangler\'s Wristbands'), +(1022122, 15333, 0, 1, 1, 1, 'Wrangler\'s Cloak'), +(1022122, 15488, 0, 1, 1, 1, 'Bloodspattered Surcoat'), +(1022122, 15498, 0, 1, 1, 1, 'Outrunner\'s Slippers'), +(1022122, 15500, 0, 1, 1, 1, 'Outrunner\'s Chestguard'), +(1022122, 15502, 0, 1, 1, 1, 'Outrunner\'s Gloves'), +(1022122, 15503, 0, 1, 1, 1, 'Outrunner\'s Legguards'), +(1022122, 15504, 0, 1, 1, 1, 'Outrunner\'s Shield'), +(1022122, 15506, 0, 1, 1, 1, 'Grunt\'s AnkleWraps'), +(1022122, 15509, 0, 1, 1, 1, 'Grunt\'s Handwraps'), +(1022122, 15510, 0, 1, 1, 1, 'Grunt\'s Belt'), +(1022122, 15511, 0, 1, 1, 1, 'Grunt\'s Legguards'), +(1022122, 15512, 0, 1, 1, 1, 'Grunt\'s Shield'), +(1022122, 15513, 0, 1, 1, 1, 'Grunt\'s Pauldrons'), +(1022122, 15515, 0, 1, 1, 1, 'Spiked Chain Belt'), +(1022122, 15517, 0, 1, 1, 1, 'Spiked Chain Wristbands'), +(1022122, 15519, 0, 1, 1, 1, 'Spiked Chain Cloak'), +(1022122, 15526, 0, 1, 1, 1, 'Sentry\'s Cape'), +(1022122, 15893, 0, 1, 1, 1, 'Prospector\'s Buckler'), +(1022122, 15894, 0, 1, 1, 1, 'Bristlebark Buckler'), +(1022122, 15912, 0, 1, 1, 1, 'Buccaneer\'s Orb'), +(1022122, 15946, 0, 1, 1, 1, 'Mystic\'s Sphere'), +(1022122, 15971, 0, 1, 1, 1, 'Aboriginal Rod'), +(1022122, 15972, 0, 1, 1, 1, 'Ritual Stein'), +(1022222, 789, 0, 1, 1, 1, 'Stout Battlehammer'), +(1022222, 790, 0, 1, 1, 1, 'Forester\'s Axe'), +(1022222, 2981, 0, 1, 1, 1, 'Seer\'s Robe'), +(1022222, 2985, 0, 1, 1, 1, 'Inscribed Leather Breastplate'), +(1022222, 2989, 0, 1, 1, 1, 'Burnished Tunic'), +(1022222, 2990, 0, 1, 1, 1, 'Burnished Leggings'), +(1022222, 2991, 0, 1, 1, 1, 'Burnished Boots'), +(1022222, 3039, 0, 1, 1, 1, 'Short Ash Bow'), +(1022222, 3057, 0, 1, 1, 1, 'Forest Leather Boots'), +(1022222, 3058, 0, 1, 1, 1, 'Forest Leather Gloves'), +(1022222, 3065, 0, 1, 1, 1, 'Bright Boots'), +(1022222, 3066, 0, 1, 1, 1, 'Bright Gloves'), +(1022222, 3193, 0, 1, 1, 1, 'Oak Mallet'), +(1022222, 3198, 0, 1, 1, 1, 'Battering Hammer'), +(1022222, 3199, 0, 1, 1, 1, 'Battle Slayer'), +(1022222, 3202, 0, 1, 1, 1, 'Forest Leather Bracers'), +(1022222, 3647, 0, 1, 1, 1, 'Bright Bracers'), +(1022222, 3655, 0, 1, 1, 1, 'Burnished Shield'), +(1022222, 3740, 0, 1, 1, 1, 'Decapitating Sword'), +(1022222, 4568, 0, 1, 1, 1, 'Grunt Axe'), +(1022222, 4576, 0, 1, 1, 1, 'Light Bow'), +(1022222, 4706, 0, 1, 1, 1, 'Lambent Scale Cloak'), +(1022222, 4708, 0, 1, 1, 1, 'Bright Belt'), +(1022222, 4709, 0, 1, 1, 1, 'Forest Leather Mantle'), +(1022222, 4710, 0, 1, 1, 1, 'Forest Cloak'), +(1022222, 4998, 0, 1, 1, 1, 'Blood Ring'), +(1022222, 6381, 0, 1, 1, 1, 'Bright Cloak'), +(1022222, 6382, 0, 1, 1, 1, 'Forest Leather Belt'), +(1022222, 6383, 0, 1, 1, 1, 'Forest Buckler'), +(1022222, 6561, 0, 1, 1, 1, 'Seer\'s Padded Armor'), +(1022222, 6562, 0, 1, 1, 1, 'Shimmering Boots'), +(1022222, 6564, 0, 1, 1, 1, 'Shimmering Cloak'), +(1022222, 6565, 0, 1, 1, 1, 'Shimmering Gloves'), +(1022222, 6567, 0, 1, 1, 1, 'Shimmering Armor'), +(1022222, 6568, 0, 1, 1, 1, 'Shimmering Trousers'), +(1022222, 6569, 0, 1, 1, 1, 'Shimmering Robe'), +(1022222, 6570, 0, 1, 1, 1, 'Shimmering Sash'), +(1022222, 6571, 0, 1, 1, 1, 'Scouting Buckler'), +(1022222, 6572, 0, 1, 1, 1, 'Defender Shield'), +(1022222, 6573, 0, 1, 1, 1, 'Defender Boots'), +(1022222, 6574, 0, 1, 1, 1, 'Defender Bracers'), +(1022222, 6576, 0, 1, 1, 1, 'Defender Girdle'), +(1022222, 6577, 0, 1, 1, 1, 'Defender Gauntlets'), +(1022222, 6578, 0, 1, 1, 1, 'Defender Leggings'), +(1022222, 6580, 0, 1, 1, 1, 'Defender Tunic'), +(1022222, 6581, 0, 1, 1, 1, 'Scouting Belt'), +(1022222, 6582, 0, 1, 1, 1, 'Scouting Boots'), +(1022222, 6583, 0, 1, 1, 1, 'Scouting Bracers'), +(1022222, 6584, 0, 1, 1, 1, 'Scouting Tunic'), +(1022222, 6586, 0, 1, 1, 1, 'Scouting Gloves'), +(1022222, 6587, 0, 1, 1, 1, 'Scouting Trousers'), +(1022222, 7558, 0, 1, 1, 1, 'Shimmering Stave'), +(1022222, 7608, 0, 1, 1, 1, 'Seer\'s Fine Stein'), +(1022222, 9766, 0, 1, 1, 1, 'Greenweave Sash'), +(1022222, 9767, 0, 1, 1, 1, 'Greenweave Sandals'), +(1022222, 9768, 0, 1, 1, 1, 'Greenweave Bracers'), +(1022222, 9771, 0, 1, 1, 1, 'Greenweave Gloves'), +(1022222, 9781, 0, 1, 1, 1, 'Bandit Pants'), +(1022222, 9782, 0, 1, 1, 1, 'Bandit Jerkin'), +(1022222, 9792, 0, 1, 1, 1, 'Ivycloth Boots'), +(1022222, 9793, 0, 1, 1, 1, 'Ivycloth Bracelets'), +(1022222, 9794, 0, 1, 1, 1, 'Ivycloth Cloak'), +(1022222, 9801, 0, 1, 1, 1, 'Superior Belt'), +(1022222, 9805, 0, 1, 1, 1, 'Superior Cloak'), +(1022222, 9810, 0, 1, 1, 1, 'Fortified Boots'), +(1022222, 9811, 0, 1, 1, 1, 'Fortified Bracers'), +(1022222, 9812, 0, 1, 1, 1, 'Fortified Cloak'), +(1022222, 9813, 0, 1, 1, 1, 'Fortified Gauntlets'), +(1022222, 9814, 0, 1, 1, 1, 'Fortified Belt'), +(1022222, 9815, 0, 1, 1, 1, 'Fortified Leggings'), +(1022222, 9816, 0, 1, 1, 1, 'Fortified Shield'), +(1022222, 9818, 0, 1, 1, 1, 'Fortified Chain'), +(1022222, 11967, 0, 1, 1, 1, 'Zircon Band'), +(1022222, 11982, 0, 1, 1, 1, 'Viridian Band'), +(1022222, 11993, 0, 1, 1, 1, 'Clay Ring'), +(1022222, 11994, 0, 1, 1, 1, 'Coral Band'), +(1022222, 12006, 0, 1, 1, 1, 'Meadow Ring'), +(1022222, 12007, 0, 1, 1, 1, 'Prairie Ring'), +(1022222, 12052, 0, 1, 1, 1, 'Ring of the Moon'), +(1022222, 12053, 0, 1, 1, 1, 'Volcanic Rock Ring'), +(1022222, 12054, 0, 1, 1, 1, 'Demon Band'), +(1022222, 14125, 0, 1, 1, 1, 'Ritual Leggings'), +(1022222, 14127, 0, 1, 1, 1, 'Ritual Shroud'), +(1022222, 14133, 0, 1, 1, 1, 'Ritual Tunic'), +(1022222, 14159, 0, 1, 1, 1, 'Pagan Shoes'), +(1022222, 14162, 0, 1, 1, 1, 'Pagan Mitts'), +(1022222, 14164, 0, 1, 1, 1, 'Pagan Belt'), +(1022222, 14165, 0, 1, 1, 1, 'Pagan Britches'), +(1022222, 14171, 0, 1, 1, 1, 'Buccaneer\'s Pants'), +(1022222, 14172, 0, 1, 1, 1, 'Buccaneer\'s Robes'), +(1022222, 14175, 0, 1, 1, 1, 'Buccaneer\'s Vest'), +(1022222, 14179, 0, 1, 1, 1, 'Watcher\'s Cape'), +(1022222, 14369, 0, 1, 1, 1, 'Mystic\'s Wrap'), +(1022222, 14371, 0, 1, 1, 1, 'Mystic\'s Robe'), +(1022222, 14373, 0, 1, 1, 1, 'Sanguine Belt'), +(1022222, 14374, 0, 1, 1, 1, 'Sanguine Sandals'), +(1022222, 14375, 0, 1, 1, 1, 'Sanguine Cuffs'), +(1022222, 14376, 0, 1, 1, 1, 'Sanguine Cape'), +(1022222, 14562, 0, 1, 1, 1, 'Prospector\'s Chestpiece'), +(1022222, 14565, 0, 1, 1, 1, 'Prospector\'s Woolies'), +(1022222, 14566, 0, 1, 1, 1, 'Prospector\'s Pads'), +(1022222, 14567, 0, 1, 1, 1, 'Bristlebark Belt'), +(1022222, 14568, 0, 1, 1, 1, 'Bristlebark Boots'), +(1022222, 14569, 0, 1, 1, 1, 'Bristlebark Bindings'), +(1022222, 14571, 0, 1, 1, 1, 'Bristlebark Cape'), +(1022222, 14572, 0, 1, 1, 1, 'Bristlebark Gloves'), +(1022222, 14730, 0, 1, 1, 1, 'War Paint Chestpiece'), +(1022222, 14742, 0, 1, 1, 1, 'Hulking Boots'), +(1022222, 14743, 0, 1, 1, 1, 'Hulking Bands'), +(1022222, 14746, 0, 1, 1, 1, 'Hulking Belt'), +(1022222, 14747, 0, 1, 1, 1, 'Hulking Gauntlets'), +(1022222, 14748, 0, 1, 1, 1, 'Hulking Leggings'), +(1022222, 15111, 0, 1, 1, 1, 'Rigid Moccasins'), +(1022222, 15113, 0, 1, 1, 1, 'Rigid Buckler'), +(1022222, 15115, 0, 1, 1, 1, 'Rigid Gloves'), +(1022222, 15117, 0, 1, 1, 1, 'Rigid Leggings'), +(1022222, 15122, 0, 1, 1, 1, 'Robust Bracers'), +(1022222, 15124, 0, 1, 1, 1, 'Robust Cloak'), +(1022222, 15211, 0, 1, 1, 1, 'Militant Shortsword'), +(1022222, 15223, 0, 1, 1, 1, 'Jagged Star'), +(1022222, 15224, 0, 1, 1, 1, 'Battlesmasher'), +(1022222, 15230, 0, 1, 1, 1, 'Ridge Cleaver'), +(1022222, 15259, 0, 1, 1, 1, 'Hefty Battlehammer'), +(1022222, 15269, 0, 1, 1, 1, 'Massive Battle Axe'), +(1022222, 15311, 0, 1, 1, 1, 'Feral Harness'), +(1022222, 15329, 0, 1, 1, 1, 'Wrangler\'s Belt'), +(1022222, 15330, 0, 1, 1, 1, 'Wrangler\'s Boots'), +(1022222, 15331, 0, 1, 1, 1, 'Wrangler\'s Wristbands'), +(1022222, 15333, 0, 1, 1, 1, 'Wrangler\'s Cloak'), +(1022222, 15488, 0, 1, 1, 1, 'Bloodspattered Surcoat'), +(1022222, 15500, 0, 1, 1, 1, 'Outrunner\'s Chestguard'), +(1022222, 15503, 0, 1, 1, 1, 'Outrunner\'s Legguards'), +(1022222, 15504, 0, 1, 1, 1, 'Outrunner\'s Shield'), +(1022222, 15506, 0, 1, 1, 1, 'Grunt\'s AnkleWraps'), +(1022222, 15509, 0, 1, 1, 1, 'Grunt\'s Handwraps'), +(1022222, 15511, 0, 1, 1, 1, 'Grunt\'s Legguards'), +(1022222, 15512, 0, 1, 1, 1, 'Grunt\'s Shield'), +(1022222, 15513, 0, 1, 1, 1, 'Grunt\'s Pauldrons'), +(1022222, 15515, 0, 1, 1, 1, 'Spiked Chain Belt'), +(1022222, 15517, 0, 1, 1, 1, 'Spiked Chain Wristbands'), +(1022222, 15519, 0, 1, 1, 1, 'Spiked Chain Cloak'), +(1022222, 15526, 0, 1, 1, 1, 'Sentry\'s Cape'), +(1022222, 15893, 0, 1, 1, 1, 'Prospector\'s Buckler'), +(1022222, 15894, 0, 1, 1, 1, 'Bristlebark Buckler'), +(1022222, 15912, 0, 1, 1, 1, 'Buccaneer\'s Orb'), +(1022222, 15946, 0, 1, 1, 1, 'Mystic\'s Sphere'), +(1022222, 15972, 0, 1, 1, 1, 'Ritual Stein'), +(1022223, 789, 0, 1, 1, 1, 'Stout Battlehammer'), +(1022223, 790, 0, 1, 1, 1, 'Forester\'s Axe'), +(1022223, 2981, 0, 1, 1, 1, 'Seer\'s Robe'), +(1022223, 2985, 0, 1, 1, 1, 'Inscribed Leather Breastplate'), +(1022223, 2989, 0, 1, 1, 1, 'Burnished Tunic'), +(1022223, 2990, 0, 1, 1, 1, 'Burnished Leggings'), +(1022223, 2991, 0, 1, 1, 1, 'Burnished Boots'), +(1022223, 3039, 0, 1, 1, 1, 'Short Ash Bow'), +(1022223, 3048, 0, 1, 1, 1, 'Lambent Scale Legguards'), +(1022223, 3055, 0, 1, 1, 1, 'Forest Leather Chestpiece'), +(1022223, 3056, 0, 1, 1, 1, 'Forest Leather Pants'), +(1022223, 3057, 0, 1, 1, 1, 'Forest Leather Boots'), +(1022223, 3058, 0, 1, 1, 1, 'Forest Leather Gloves'), +(1022223, 3065, 0, 1, 1, 1, 'Bright Boots'), +(1022223, 3066, 0, 1, 1, 1, 'Bright Gloves'), +(1022223, 3067, 0, 1, 1, 1, 'Bright Pants'), +(1022223, 3193, 0, 1, 1, 1, 'Oak Mallet'), +(1022223, 3198, 0, 1, 1, 1, 'Battering Hammer'), +(1022223, 3199, 0, 1, 1, 1, 'Battle Slayer'), +(1022223, 3202, 0, 1, 1, 1, 'Forest Leather Bracers'), +(1022223, 3212, 0, 1, 1, 1, 'Lambent Scale Bracers'), +(1022223, 3647, 0, 1, 1, 1, 'Bright Bracers'), +(1022223, 3655, 0, 1, 1, 1, 'Burnished Shield'), +(1022223, 3740, 0, 1, 1, 1, 'Decapitating Sword'), +(1022223, 4568, 0, 1, 1, 1, 'Grunt Axe'), +(1022223, 4576, 0, 1, 1, 1, 'Light Bow'), +(1022223, 4661, 0, 1, 1, 1, 'Bright Mantle'), +(1022223, 4706, 0, 1, 1, 1, 'Lambent Scale Cloak'), +(1022223, 4707, 0, 1, 1, 1, 'Lambent Scale Girdle'), +(1022223, 4708, 0, 1, 1, 1, 'Bright Belt'), +(1022223, 4709, 0, 1, 1, 1, 'Forest Leather Mantle'), +(1022223, 4710, 0, 1, 1, 1, 'Forest Cloak'), +(1022223, 4713, 0, 1, 1, 1, 'Silver-thread Cloak'), +(1022223, 4998, 0, 1, 1, 1, 'Blood Ring'), +(1022223, 6381, 0, 1, 1, 1, 'Bright Cloak'), +(1022223, 6382, 0, 1, 1, 1, 'Forest Leather Belt'), +(1022223, 6383, 0, 1, 1, 1, 'Forest Buckler'), +(1022223, 6561, 0, 1, 1, 1, 'Seer\'s Padded Armor'), +(1022223, 6562, 0, 1, 1, 1, 'Shimmering Boots'), +(1022223, 6564, 0, 1, 1, 1, 'Shimmering Cloak'), +(1022223, 6565, 0, 1, 1, 1, 'Shimmering Gloves'), +(1022223, 6567, 0, 1, 1, 1, 'Shimmering Armor'), +(1022223, 6568, 0, 1, 1, 1, 'Shimmering Trousers'), +(1022223, 6569, 0, 1, 1, 1, 'Shimmering Robe'), +(1022223, 6570, 0, 1, 1, 1, 'Shimmering Sash'), +(1022223, 6571, 0, 1, 1, 1, 'Scouting Buckler'), +(1022223, 6572, 0, 1, 1, 1, 'Defender Shield'), +(1022223, 6573, 0, 1, 1, 1, 'Defender Boots'), +(1022223, 6574, 0, 1, 1, 1, 'Defender Bracers'), +(1022223, 6576, 0, 1, 1, 1, 'Defender Girdle'), +(1022223, 6577, 0, 1, 1, 1, 'Defender Gauntlets'), +(1022223, 6578, 0, 1, 1, 1, 'Defender Leggings'), +(1022223, 6580, 0, 1, 1, 1, 'Defender Tunic'), +(1022223, 6581, 0, 1, 1, 1, 'Scouting Belt'), +(1022223, 6582, 0, 1, 1, 1, 'Scouting Boots'), +(1022223, 6583, 0, 1, 1, 1, 'Scouting Bracers'), +(1022223, 6584, 0, 1, 1, 1, 'Scouting Tunic'), +(1022223, 6586, 0, 1, 1, 1, 'Scouting Gloves'), +(1022223, 6587, 0, 1, 1, 1, 'Scouting Trousers'), +(1022223, 6593, 0, 1, 1, 1, 'Battleforge Cloak'), +(1022223, 6604, 0, 1, 1, 1, 'Dervish Cape'), +(1022223, 7558, 0, 1, 1, 1, 'Shimmering Stave'), +(1022223, 7608, 0, 1, 1, 1, 'Seer\'s Fine Stein'), +(1022223, 8186, 0, 1, 1, 1, 'Dire Wand'), +(1022223, 9766, 0, 1, 1, 1, 'Greenweave Sash'), +(1022223, 9767, 0, 1, 1, 1, 'Greenweave Sandals'), +(1022223, 9768, 0, 1, 1, 1, 'Greenweave Bracers'), +(1022223, 9771, 0, 1, 1, 1, 'Greenweave Gloves'), +(1022223, 9781, 0, 1, 1, 1, 'Bandit Pants'), +(1022223, 9782, 0, 1, 1, 1, 'Bandit Jerkin'), +(1022223, 9792, 0, 1, 1, 1, 'Ivycloth Boots'), +(1022223, 9793, 0, 1, 1, 1, 'Ivycloth Bracelets'), +(1022223, 9794, 0, 1, 1, 1, 'Ivycloth Cloak'), +(1022223, 9795, 0, 1, 1, 1, 'Ivycloth Gloves'), +(1022223, 9799, 0, 1, 1, 1, 'Ivycloth Sash'), +(1022223, 9801, 0, 1, 1, 1, 'Superior Belt'), +(1022223, 9802, 0, 1, 1, 1, 'Superior Boots'), +(1022223, 9803, 0, 1, 1, 1, 'Superior Bracers'), +(1022223, 9804, 0, 1, 1, 1, 'Superior Buckler'), +(1022223, 9805, 0, 1, 1, 1, 'Superior Cloak'), +(1022223, 9810, 0, 1, 1, 1, 'Fortified Boots'), +(1022223, 9811, 0, 1, 1, 1, 'Fortified Bracers'), +(1022223, 9812, 0, 1, 1, 1, 'Fortified Cloak'), +(1022223, 9813, 0, 1, 1, 1, 'Fortified Gauntlets'), +(1022223, 9814, 0, 1, 1, 1, 'Fortified Belt'), +(1022223, 9815, 0, 1, 1, 1, 'Fortified Leggings'), +(1022223, 9816, 0, 1, 1, 1, 'Fortified Shield'), +(1022223, 9817, 0, 1, 1, 1, 'Fortified Spaulders'), +(1022223, 9818, 0, 1, 1, 1, 'Fortified Chain'), +(1022223, 10287, 0, 1, 1, 1, 'Greenweave Mantle'), +(1022223, 11967, 0, 1, 1, 1, 'Zircon Band'), +(1022223, 11968, 0, 1, 1, 1, 'Amber Hoop'), +(1022223, 11982, 0, 1, 1, 1, 'Viridian Band'), +(1022223, 11983, 0, 1, 1, 1, 'Chrome Ring'), +(1022223, 11993, 0, 1, 1, 1, 'Clay Ring'), +(1022223, 11994, 0, 1, 1, 1, 'Coral Band'), +(1022223, 12006, 0, 1, 1, 1, 'Meadow Ring'), +(1022223, 12007, 0, 1, 1, 1, 'Prairie Ring'), +(1022223, 12052, 0, 1, 1, 1, 'Ring of the Moon'), +(1022223, 12053, 0, 1, 1, 1, 'Volcanic Rock Ring'), +(1022223, 12054, 0, 1, 1, 1, 'Demon Band'), +(1022223, 14125, 0, 1, 1, 1, 'Ritual Leggings'), +(1022223, 14127, 0, 1, 1, 1, 'Ritual Shroud'), +(1022223, 14133, 0, 1, 1, 1, 'Ritual Tunic'), +(1022223, 14158, 0, 1, 1, 1, 'Pagan Vest'), +(1022223, 14159, 0, 1, 1, 1, 'Pagan Shoes'), +(1022223, 14162, 0, 1, 1, 1, 'Pagan Mitts'), +(1022223, 14163, 0, 1, 1, 1, 'Pagan Wraps'), +(1022223, 14164, 0, 1, 1, 1, 'Pagan Belt'), +(1022223, 14165, 0, 1, 1, 1, 'Pagan Britches'), +(1022223, 14171, 0, 1, 1, 1, 'Buccaneer\'s Pants'), +(1022223, 14172, 0, 1, 1, 1, 'Buccaneer\'s Robes'), +(1022223, 14175, 0, 1, 1, 1, 'Buccaneer\'s Vest'), +(1022223, 14176, 0, 1, 1, 1, 'Watcher\'s Boots'), +(1022223, 14177, 0, 1, 1, 1, 'Watcher\'s Cuffs'), +(1022223, 14179, 0, 1, 1, 1, 'Watcher\'s Cape'), +(1022223, 14369, 0, 1, 1, 1, 'Mystic\'s Wrap'), +(1022223, 14371, 0, 1, 1, 1, 'Mystic\'s Robe'), +(1022223, 14373, 0, 1, 1, 1, 'Sanguine Belt'), +(1022223, 14374, 0, 1, 1, 1, 'Sanguine Sandals'), +(1022223, 14375, 0, 1, 1, 1, 'Sanguine Cuffs'), +(1022223, 14376, 0, 1, 1, 1, 'Sanguine Cape'), +(1022223, 14377, 0, 1, 1, 1, 'Sanguine Handwraps'), +(1022223, 14562, 0, 1, 1, 1, 'Prospector\'s Chestpiece'), +(1022223, 14565, 0, 1, 1, 1, 'Prospector\'s Woolies'), +(1022223, 14566, 0, 1, 1, 1, 'Prospector\'s Pads'), +(1022223, 14567, 0, 1, 1, 1, 'Bristlebark Belt'), +(1022223, 14568, 0, 1, 1, 1, 'Bristlebark Boots'), +(1022223, 14569, 0, 1, 1, 1, 'Bristlebark Bindings'), +(1022223, 14571, 0, 1, 1, 1, 'Bristlebark Cape'), +(1022223, 14572, 0, 1, 1, 1, 'Bristlebark Gloves'), +(1022223, 14574, 0, 1, 1, 1, 'Bristlebark Britches'), +(1022223, 14730, 0, 1, 1, 1, 'War Paint Chestpiece'), +(1022223, 14742, 0, 1, 1, 1, 'Hulking Boots'), +(1022223, 14743, 0, 1, 1, 1, 'Hulking Bands'), +(1022223, 14746, 0, 1, 1, 1, 'Hulking Belt'), +(1022223, 14747, 0, 1, 1, 1, 'Hulking Gauntlets'), +(1022223, 14748, 0, 1, 1, 1, 'Hulking Leggings'), +(1022223, 14749, 0, 1, 1, 1, 'Hulking Spaulders'), +(1022223, 15111, 0, 1, 1, 1, 'Rigid Moccasins'), +(1022223, 15113, 0, 1, 1, 1, 'Rigid Buckler'), +(1022223, 15115, 0, 1, 1, 1, 'Rigid Gloves'), +(1022223, 15116, 0, 1, 1, 1, 'Rigid Shoulders'), +(1022223, 15117, 0, 1, 1, 1, 'Rigid Leggings'), +(1022223, 15118, 0, 1, 1, 1, 'Rigid Tunic'), +(1022223, 15120, 0, 1, 1, 1, 'Robust Girdle'), +(1022223, 15122, 0, 1, 1, 1, 'Robust Bracers'), +(1022223, 15124, 0, 1, 1, 1, 'Robust Cloak'), +(1022223, 15211, 0, 1, 1, 1, 'Militant Shortsword'), +(1022223, 15223, 0, 1, 1, 1, 'Jagged Star'), +(1022223, 15224, 0, 1, 1, 1, 'Battlesmasher'), +(1022223, 15230, 0, 1, 1, 1, 'Ridge Cleaver'), +(1022223, 15241, 0, 1, 1, 1, 'Battle Knife'), +(1022223, 15249, 0, 1, 1, 1, 'Polished Zweihander'), +(1022223, 15259, 0, 1, 1, 1, 'Hefty Battlehammer'), +(1022223, 15269, 0, 1, 1, 1, 'Massive Battle Axe'), +(1022223, 15311, 0, 1, 1, 1, 'Feral Harness'), +(1022223, 15329, 0, 1, 1, 1, 'Wrangler\'s Belt'), +(1022223, 15330, 0, 1, 1, 1, 'Wrangler\'s Boots'), +(1022223, 15331, 0, 1, 1, 1, 'Wrangler\'s Wristbands'), +(1022223, 15333, 0, 1, 1, 1, 'Wrangler\'s Cloak'), +(1022223, 15348, 0, 1, 1, 1, 'Pathfinder Bracers'), +(1022223, 15488, 0, 1, 1, 1, 'Bloodspattered Surcoat'), +(1022223, 15500, 0, 1, 1, 1, 'Outrunner\'s Chestguard'), +(1022223, 15503, 0, 1, 1, 1, 'Outrunner\'s Legguards'), +(1022223, 15504, 0, 1, 1, 1, 'Outrunner\'s Shield'), +(1022223, 15506, 0, 1, 1, 1, 'Grunt\'s AnkleWraps'), +(1022223, 15509, 0, 1, 1, 1, 'Grunt\'s Handwraps'), +(1022223, 15511, 0, 1, 1, 1, 'Grunt\'s Legguards'), +(1022223, 15512, 0, 1, 1, 1, 'Grunt\'s Shield'), +(1022223, 15513, 0, 1, 1, 1, 'Grunt\'s Pauldrons'), +(1022223, 15514, 0, 1, 1, 1, 'Grunt\'s Chestpiece'), +(1022223, 15515, 0, 1, 1, 1, 'Spiked Chain Belt'), +(1022223, 15517, 0, 1, 1, 1, 'Spiked Chain Wristbands'), +(1022223, 15519, 0, 1, 1, 1, 'Spiked Chain Cloak'), +(1022223, 15520, 0, 1, 1, 1, 'Spiked Chain Gauntlets'), +(1022223, 15526, 0, 1, 1, 1, 'Sentry\'s Cape'), +(1022223, 15528, 0, 1, 1, 1, 'Sentry\'s Sash'), +(1022223, 15532, 0, 1, 1, 1, 'Sentry\'s Armsplints'), +(1022223, 15891, 0, 1, 1, 1, 'Hulking Shield'), +(1022223, 15893, 0, 1, 1, 1, 'Prospector\'s Buckler'), +(1022223, 15894, 0, 1, 1, 1, 'Bristlebark Buckler'), +(1022223, 15912, 0, 1, 1, 1, 'Buccaneer\'s Orb'), +(1022223, 15946, 0, 1, 1, 1, 'Mystic\'s Sphere'), +(1022223, 15972, 0, 1, 1, 1, 'Ritual Stein'), +(1022223, 15974, 0, 1, 1, 1, 'Pagan Rod'), +(1022323, 789, 0, 1, 1, 1, 'Stout Battlehammer'), +(1022323, 790, 0, 1, 1, 1, 'Forester\'s Axe'), +(1022323, 3039, 0, 1, 1, 1, 'Short Ash Bow'), +(1022323, 3048, 0, 1, 1, 1, 'Lambent Scale Legguards'), +(1022323, 3055, 0, 1, 1, 1, 'Forest Leather Chestpiece'), +(1022323, 3056, 0, 1, 1, 1, 'Forest Leather Pants'), +(1022323, 3057, 0, 1, 1, 1, 'Forest Leather Boots'), +(1022323, 3058, 0, 1, 1, 1, 'Forest Leather Gloves'), +(1022323, 3065, 0, 1, 1, 1, 'Bright Boots'), +(1022323, 3066, 0, 1, 1, 1, 'Bright Gloves'), +(1022323, 3067, 0, 1, 1, 1, 'Bright Pants'), +(1022323, 3198, 0, 1, 1, 1, 'Battering Hammer'), +(1022323, 3199, 0, 1, 1, 1, 'Battle Slayer'), +(1022323, 3202, 0, 1, 1, 1, 'Forest Leather Bracers'), +(1022323, 3212, 0, 1, 1, 1, 'Lambent Scale Bracers'), +(1022323, 3647, 0, 1, 1, 1, 'Bright Bracers'), +(1022323, 3740, 0, 1, 1, 1, 'Decapitating Sword'), +(1022323, 4661, 0, 1, 1, 1, 'Bright Mantle'), +(1022323, 4706, 0, 1, 1, 1, 'Lambent Scale Cloak'), +(1022323, 4707, 0, 1, 1, 1, 'Lambent Scale Girdle'), +(1022323, 4708, 0, 1, 1, 1, 'Bright Belt'), +(1022323, 4709, 0, 1, 1, 1, 'Forest Leather Mantle'), +(1022323, 4710, 0, 1, 1, 1, 'Forest Cloak'), +(1022323, 4713, 0, 1, 1, 1, 'Silver-thread Cloak'), +(1022323, 4998, 0, 1, 1, 1, 'Blood Ring'), +(1022323, 6381, 0, 1, 1, 1, 'Bright Cloak'), +(1022323, 6382, 0, 1, 1, 1, 'Forest Leather Belt'), +(1022323, 6383, 0, 1, 1, 1, 'Forest Buckler'), +(1022323, 6565, 0, 1, 1, 1, 'Shimmering Gloves'), +(1022323, 6567, 0, 1, 1, 1, 'Shimmering Armor'), +(1022323, 6568, 0, 1, 1, 1, 'Shimmering Trousers'), +(1022323, 6569, 0, 1, 1, 1, 'Shimmering Robe'), +(1022323, 6570, 0, 1, 1, 1, 'Shimmering Sash'), +(1022323, 6571, 0, 1, 1, 1, 'Scouting Buckler'), +(1022323, 6572, 0, 1, 1, 1, 'Defender Shield'), +(1022323, 6573, 0, 1, 1, 1, 'Defender Boots'), +(1022323, 6574, 0, 1, 1, 1, 'Defender Bracers'), +(1022323, 6576, 0, 1, 1, 1, 'Defender Girdle'), +(1022323, 6577, 0, 1, 1, 1, 'Defender Gauntlets'), +(1022323, 6578, 0, 1, 1, 1, 'Defender Leggings'), +(1022323, 6580, 0, 1, 1, 1, 'Defender Tunic'), +(1022323, 6582, 0, 1, 1, 1, 'Scouting Boots'), +(1022323, 6584, 0, 1, 1, 1, 'Scouting Tunic'), +(1022323, 6586, 0, 1, 1, 1, 'Scouting Gloves'), +(1022323, 6587, 0, 1, 1, 1, 'Scouting Trousers'), +(1022323, 6593, 0, 1, 1, 1, 'Battleforge Cloak'), +(1022323, 6604, 0, 1, 1, 1, 'Dervish Cape'), +(1022323, 7558, 0, 1, 1, 1, 'Shimmering Stave'), +(1022323, 8186, 0, 1, 1, 1, 'Dire Wand'), +(1022323, 9766, 0, 1, 1, 1, 'Greenweave Sash'), +(1022323, 9767, 0, 1, 1, 1, 'Greenweave Sandals'), +(1022323, 9771, 0, 1, 1, 1, 'Greenweave Gloves'), +(1022323, 9781, 0, 1, 1, 1, 'Bandit Pants'), +(1022323, 9782, 0, 1, 1, 1, 'Bandit Jerkin'), +(1022323, 9792, 0, 1, 1, 1, 'Ivycloth Boots'), +(1022323, 9793, 0, 1, 1, 1, 'Ivycloth Bracelets'), +(1022323, 9794, 0, 1, 1, 1, 'Ivycloth Cloak'), +(1022323, 9795, 0, 1, 1, 1, 'Ivycloth Gloves'), +(1022323, 9799, 0, 1, 1, 1, 'Ivycloth Sash'), +(1022323, 9801, 0, 1, 1, 1, 'Superior Belt'), +(1022323, 9802, 0, 1, 1, 1, 'Superior Boots'), +(1022323, 9803, 0, 1, 1, 1, 'Superior Bracers'), +(1022323, 9804, 0, 1, 1, 1, 'Superior Buckler'), +(1022323, 9805, 0, 1, 1, 1, 'Superior Cloak'), +(1022323, 9810, 0, 1, 1, 1, 'Fortified Boots'), +(1022323, 9811, 0, 1, 1, 1, 'Fortified Bracers'), +(1022323, 9812, 0, 1, 1, 1, 'Fortified Cloak'), +(1022323, 9813, 0, 1, 1, 1, 'Fortified Gauntlets'), +(1022323, 9814, 0, 1, 1, 1, 'Fortified Belt'), +(1022323, 9815, 0, 1, 1, 1, 'Fortified Leggings'), +(1022323, 9816, 0, 1, 1, 1, 'Fortified Shield'), +(1022323, 9817, 0, 1, 1, 1, 'Fortified Spaulders'), +(1022323, 9818, 0, 1, 1, 1, 'Fortified Chain'), +(1022323, 10287, 0, 1, 1, 1, 'Greenweave Mantle'), +(1022323, 11967, 0, 1, 1, 1, 'Zircon Band'), +(1022323, 11968, 0, 1, 1, 1, 'Amber Hoop'), +(1022323, 11982, 0, 1, 1, 1, 'Viridian Band'), +(1022323, 11983, 0, 1, 1, 1, 'Chrome Ring'), +(1022323, 11993, 0, 1, 1, 1, 'Clay Ring'), +(1022323, 11994, 0, 1, 1, 1, 'Coral Band'), +(1022323, 12006, 0, 1, 1, 1, 'Meadow Ring'), +(1022323, 12007, 0, 1, 1, 1, 'Prairie Ring'), +(1022323, 12054, 0, 1, 1, 1, 'Demon Band'), +(1022323, 14127, 0, 1, 1, 1, 'Ritual Shroud'), +(1022323, 14133, 0, 1, 1, 1, 'Ritual Tunic'), +(1022323, 14158, 0, 1, 1, 1, 'Pagan Vest'), +(1022323, 14159, 0, 1, 1, 1, 'Pagan Shoes'), +(1022323, 14162, 0, 1, 1, 1, 'Pagan Mitts'), +(1022323, 14163, 0, 1, 1, 1, 'Pagan Wraps'), +(1022323, 14165, 0, 1, 1, 1, 'Pagan Britches'), +(1022323, 14171, 0, 1, 1, 1, 'Buccaneer\'s Pants'), +(1022323, 14172, 0, 1, 1, 1, 'Buccaneer\'s Robes'), +(1022323, 14175, 0, 1, 1, 1, 'Buccaneer\'s Vest'), +(1022323, 14176, 0, 1, 1, 1, 'Watcher\'s Boots'), +(1022323, 14177, 0, 1, 1, 1, 'Watcher\'s Cuffs'), +(1022323, 14179, 0, 1, 1, 1, 'Watcher\'s Cape'), +(1022323, 14369, 0, 1, 1, 1, 'Mystic\'s Wrap'), +(1022323, 14371, 0, 1, 1, 1, 'Mystic\'s Robe'), +(1022323, 14373, 0, 1, 1, 1, 'Sanguine Belt'), +(1022323, 14374, 0, 1, 1, 1, 'Sanguine Sandals'), +(1022323, 14375, 0, 1, 1, 1, 'Sanguine Cuffs'), +(1022323, 14376, 0, 1, 1, 1, 'Sanguine Cape'), +(1022323, 14377, 0, 1, 1, 1, 'Sanguine Handwraps'), +(1022323, 14562, 0, 1, 1, 1, 'Prospector\'s Chestpiece'), +(1022323, 14566, 0, 1, 1, 1, 'Prospector\'s Pads'), +(1022323, 14567, 0, 1, 1, 1, 'Bristlebark Belt'), +(1022323, 14568, 0, 1, 1, 1, 'Bristlebark Boots'), +(1022323, 14569, 0, 1, 1, 1, 'Bristlebark Bindings'), +(1022323, 14572, 0, 1, 1, 1, 'Bristlebark Gloves'), +(1022323, 14574, 0, 1, 1, 1, 'Bristlebark Britches'), +(1022323, 14730, 0, 1, 1, 1, 'War Paint Chestpiece'), +(1022323, 14742, 0, 1, 1, 1, 'Hulking Boots'), +(1022323, 14743, 0, 1, 1, 1, 'Hulking Bands'), +(1022323, 14746, 0, 1, 1, 1, 'Hulking Belt'), +(1022323, 14747, 0, 1, 1, 1, 'Hulking Gauntlets'), +(1022323, 14748, 0, 1, 1, 1, 'Hulking Leggings'), +(1022323, 14749, 0, 1, 1, 1, 'Hulking Spaulders'), +(1022323, 15113, 0, 1, 1, 1, 'Rigid Buckler'), +(1022323, 15115, 0, 1, 1, 1, 'Rigid Gloves'), +(1022323, 15116, 0, 1, 1, 1, 'Rigid Shoulders'), +(1022323, 15117, 0, 1, 1, 1, 'Rigid Leggings'), +(1022323, 15118, 0, 1, 1, 1, 'Rigid Tunic'), +(1022323, 15120, 0, 1, 1, 1, 'Robust Girdle'), +(1022323, 15122, 0, 1, 1, 1, 'Robust Bracers'), +(1022323, 15124, 0, 1, 1, 1, 'Robust Cloak'), +(1022323, 15211, 0, 1, 1, 1, 'Militant Shortsword'), +(1022323, 15223, 0, 1, 1, 1, 'Jagged Star'), +(1022323, 15224, 0, 1, 1, 1, 'Battlesmasher'), +(1022323, 15230, 0, 1, 1, 1, 'Ridge Cleaver'), +(1022323, 15241, 0, 1, 1, 1, 'Battle Knife'), +(1022323, 15249, 0, 1, 1, 1, 'Polished Zweihander'), +(1022323, 15259, 0, 1, 1, 1, 'Hefty Battlehammer'), +(1022323, 15269, 0, 1, 1, 1, 'Massive Battle Axe'), +(1022323, 15311, 0, 1, 1, 1, 'Feral Harness'), +(1022323, 15329, 0, 1, 1, 1, 'Wrangler\'s Belt'), +(1022323, 15330, 0, 1, 1, 1, 'Wrangler\'s Boots'), +(1022323, 15331, 0, 1, 1, 1, 'Wrangler\'s Wristbands'), +(1022323, 15333, 0, 1, 1, 1, 'Wrangler\'s Cloak'), +(1022323, 15348, 0, 1, 1, 1, 'Pathfinder Bracers'), +(1022323, 15500, 0, 1, 1, 1, 'Outrunner\'s Chestguard'), +(1022323, 15503, 0, 1, 1, 1, 'Outrunner\'s Legguards'), +(1022323, 15504, 0, 1, 1, 1, 'Outrunner\'s Shield'), +(1022323, 15511, 0, 1, 1, 1, 'Grunt\'s Legguards'), +(1022323, 15512, 0, 1, 1, 1, 'Grunt\'s Shield'), +(1022323, 15513, 0, 1, 1, 1, 'Grunt\'s Pauldrons'), +(1022323, 15514, 0, 1, 1, 1, 'Grunt\'s Chestpiece'), +(1022323, 15515, 0, 1, 1, 1, 'Spiked Chain Belt'), +(1022323, 15517, 0, 1, 1, 1, 'Spiked Chain Wristbands'), +(1022323, 15519, 0, 1, 1, 1, 'Spiked Chain Cloak'), +(1022323, 15520, 0, 1, 1, 1, 'Spiked Chain Gauntlets'), +(1022323, 15526, 0, 1, 1, 1, 'Sentry\'s Cape'), +(1022323, 15528, 0, 1, 1, 1, 'Sentry\'s Sash'), +(1022323, 15532, 0, 1, 1, 1, 'Sentry\'s Armsplints'), +(1022323, 15891, 0, 1, 1, 1, 'Hulking Shield'), +(1022323, 15894, 0, 1, 1, 1, 'Bristlebark Buckler'), +(1022323, 15912, 0, 1, 1, 1, 'Buccaneer\'s Orb'), +(1022323, 15946, 0, 1, 1, 1, 'Mystic\'s Sphere'), +(1022323, 15972, 0, 1, 1, 1, 'Ritual Stein'), +(1022323, 15974, 0, 1, 1, 1, 'Pagan Rod'), +(1022324, 789, 0, 1, 1, 1, 'Stout Battlehammer'), +(1022324, 790, 0, 1, 1, 1, 'Forester\'s Axe'), +(1022324, 2072, 0, 1, 1, 1, 'Dwarven Magestaff'), +(1022324, 3039, 0, 1, 1, 1, 'Short Ash Bow'), +(1022324, 3045, 0, 1, 1, 1, 'Lambent Scale Boots'), +(1022324, 3047, 0, 1, 1, 1, 'Lambent Scale Gloves'), +(1022324, 3048, 0, 1, 1, 1, 'Lambent Scale Legguards'), +(1022324, 3049, 0, 1, 1, 1, 'Lambent Scale Breastplate'), +(1022324, 3055, 0, 1, 1, 1, 'Forest Leather Chestpiece'), +(1022324, 3056, 0, 1, 1, 1, 'Forest Leather Pants'), +(1022324, 3057, 0, 1, 1, 1, 'Forest Leather Boots'), +(1022324, 3058, 0, 1, 1, 1, 'Forest Leather Gloves'), +(1022324, 3065, 0, 1, 1, 1, 'Bright Boots'), +(1022324, 3066, 0, 1, 1, 1, 'Bright Gloves'), +(1022324, 3067, 0, 1, 1, 1, 'Bright Pants'), +(1022324, 3069, 0, 1, 1, 1, 'Bright Robe'), +(1022324, 3198, 0, 1, 1, 1, 'Battering Hammer'), +(1022324, 3199, 0, 1, 1, 1, 'Battle Slayer'), +(1022324, 3202, 0, 1, 1, 1, 'Forest Leather Bracers'), +(1022324, 3212, 0, 1, 1, 1, 'Lambent Scale Bracers'), +(1022324, 3647, 0, 1, 1, 1, 'Bright Bracers'), +(1022324, 3656, 0, 1, 1, 1, 'Lambent Scale Shield'), +(1022324, 3740, 0, 1, 1, 1, 'Decapitating Sword'), +(1022324, 4036, 0, 1, 1, 1, 'Silver-thread Cuffs'), +(1022324, 4661, 0, 1, 1, 1, 'Bright Mantle'), +(1022324, 4705, 0, 1, 1, 1, 'Lambent Scale Pauldrons'), +(1022324, 4706, 0, 1, 1, 1, 'Lambent Scale Cloak'), +(1022324, 4707, 0, 1, 1, 1, 'Lambent Scale Girdle'), +(1022324, 4708, 0, 1, 1, 1, 'Bright Belt'), +(1022324, 4709, 0, 1, 1, 1, 'Forest Leather Mantle'), +(1022324, 4710, 0, 1, 1, 1, 'Forest Cloak'), +(1022324, 4713, 0, 1, 1, 1, 'Silver-thread Cloak'), +(1022324, 4714, 0, 1, 1, 1, 'Silver-thread Sash'), +(1022324, 4715, 0, 1, 1, 1, 'Emblazoned Cloak'), +(1022324, 4998, 0, 1, 1, 1, 'Blood Ring'), +(1022324, 4999, 0, 1, 1, 1, 'Azora\'s Will'), +(1022324, 5001, 0, 1, 1, 1, 'Heart Ring'), +(1022324, 6381, 0, 1, 1, 1, 'Bright Cloak'), +(1022324, 6382, 0, 1, 1, 1, 'Forest Leather Belt'), +(1022324, 6383, 0, 1, 1, 1, 'Forest Buckler'), +(1022324, 6394, 0, 1, 1, 1, 'Silver-thread Boots'), +(1022324, 6565, 0, 1, 1, 1, 'Shimmering Gloves'), +(1022324, 6567, 0, 1, 1, 1, 'Shimmering Armor'), +(1022324, 6568, 0, 1, 1, 1, 'Shimmering Trousers'), +(1022324, 6569, 0, 1, 1, 1, 'Shimmering Robe'), +(1022324, 6570, 0, 1, 1, 1, 'Shimmering Sash'), +(1022324, 6571, 0, 1, 1, 1, 'Scouting Buckler'), +(1022324, 6572, 0, 1, 1, 1, 'Defender Shield'), +(1022324, 6573, 0, 1, 1, 1, 'Defender Boots'), +(1022324, 6574, 0, 1, 1, 1, 'Defender Bracers'), +(1022324, 6576, 0, 1, 1, 1, 'Defender Girdle'), +(1022324, 6577, 0, 1, 1, 1, 'Defender Gauntlets'), +(1022324, 6578, 0, 1, 1, 1, 'Defender Leggings'), +(1022324, 6580, 0, 1, 1, 1, 'Defender Tunic'), +(1022324, 6582, 0, 1, 1, 1, 'Scouting Boots'), +(1022324, 6584, 0, 1, 1, 1, 'Scouting Tunic'), +(1022324, 6586, 0, 1, 1, 1, 'Scouting Gloves'), +(1022324, 6587, 0, 1, 1, 1, 'Scouting Trousers'), +(1022324, 6591, 0, 1, 1, 1, 'Battleforge Wristguards'), +(1022324, 6593, 0, 1, 1, 1, 'Battleforge Cloak'), +(1022324, 6600, 0, 1, 1, 1, 'Dervish Belt'), +(1022324, 6602, 0, 1, 1, 1, 'Dervish Bracers'), +(1022324, 6604, 0, 1, 1, 1, 'Dervish Cape'), +(1022324, 6608, 0, 1, 1, 1, 'Bright Armor'), +(1022324, 7558, 0, 1, 1, 1, 'Shimmering Stave'), +(1022324, 8183, 0, 1, 1, 1, 'Precision Bow'), +(1022324, 8186, 0, 1, 1, 1, 'Dire Wand'), +(1022324, 9766, 0, 1, 1, 1, 'Greenweave Sash'), +(1022324, 9767, 0, 1, 1, 1, 'Greenweave Sandals'), +(1022324, 9769, 0, 1, 1, 1, 'Greenweave Branch'), +(1022324, 9771, 0, 1, 1, 1, 'Greenweave Gloves'), +(1022324, 9772, 0, 1, 1, 1, 'Greenweave Leggings'), +(1022324, 9773, 0, 1, 1, 1, 'Greenweave Robe'), +(1022324, 9774, 0, 1, 1, 1, 'Greenweave Vest'), +(1022324, 9781, 0, 1, 1, 1, 'Bandit Pants'), +(1022324, 9782, 0, 1, 1, 1, 'Bandit Jerkin'), +(1022324, 9792, 0, 1, 1, 1, 'Ivycloth Boots'), +(1022324, 9793, 0, 1, 1, 1, 'Ivycloth Bracelets'), +(1022324, 9794, 0, 1, 1, 1, 'Ivycloth Cloak'), +(1022324, 9795, 0, 1, 1, 1, 'Ivycloth Gloves'), +(1022324, 9796, 0, 1, 1, 1, 'Ivycloth Mantle'), +(1022324, 9799, 0, 1, 1, 1, 'Ivycloth Sash'), +(1022324, 9801, 0, 1, 1, 1, 'Superior Belt'), +(1022324, 9802, 0, 1, 1, 1, 'Superior Boots'), +(1022324, 9803, 0, 1, 1, 1, 'Superior Bracers'), +(1022324, 9804, 0, 1, 1, 1, 'Superior Buckler'), +(1022324, 9805, 0, 1, 1, 1, 'Superior Cloak'), +(1022324, 9806, 0, 1, 1, 1, 'Superior Gloves'), +(1022324, 9807, 0, 1, 1, 1, 'Superior Shoulders'), +(1022324, 9810, 0, 1, 1, 1, 'Fortified Boots'), +(1022324, 9811, 0, 1, 1, 1, 'Fortified Bracers'), +(1022324, 9812, 0, 1, 1, 1, 'Fortified Cloak'), +(1022324, 9813, 0, 1, 1, 1, 'Fortified Gauntlets'), +(1022324, 9814, 0, 1, 1, 1, 'Fortified Belt'), +(1022324, 9815, 0, 1, 1, 1, 'Fortified Leggings'), +(1022324, 9816, 0, 1, 1, 1, 'Fortified Shield'), +(1022324, 9817, 0, 1, 1, 1, 'Fortified Spaulders'), +(1022324, 9818, 0, 1, 1, 1, 'Fortified Chain'), +(1022324, 10287, 0, 1, 1, 1, 'Greenweave Mantle'), +(1022324, 11967, 0, 1, 1, 1, 'Zircon Band'), +(1022324, 11968, 0, 1, 1, 1, 'Amber Hoop'), +(1022324, 11982, 0, 1, 1, 1, 'Viridian Band'), +(1022324, 11983, 0, 1, 1, 1, 'Chrome Ring'), +(1022324, 11993, 0, 1, 1, 1, 'Clay Ring'), +(1022324, 11994, 0, 1, 1, 1, 'Coral Band'), +(1022324, 12006, 0, 1, 1, 1, 'Meadow Ring'), +(1022324, 12007, 0, 1, 1, 1, 'Prairie Ring'), +(1022324, 12054, 0, 1, 1, 1, 'Demon Band'), +(1022324, 14127, 0, 1, 1, 1, 'Ritual Shroud'), +(1022324, 14133, 0, 1, 1, 1, 'Ritual Tunic'), +(1022324, 14158, 0, 1, 1, 1, 'Pagan Vest'), +(1022324, 14159, 0, 1, 1, 1, 'Pagan Shoes'), +(1022324, 14162, 0, 1, 1, 1, 'Pagan Mitts'), +(1022324, 14163, 0, 1, 1, 1, 'Pagan Wraps'), +(1022324, 14165, 0, 1, 1, 1, 'Pagan Britches'), +(1022324, 14171, 0, 1, 1, 1, 'Buccaneer\'s Pants'), +(1022324, 14172, 0, 1, 1, 1, 'Buccaneer\'s Robes'), +(1022324, 14175, 0, 1, 1, 1, 'Buccaneer\'s Vest'), +(1022324, 14176, 0, 1, 1, 1, 'Watcher\'s Boots'), +(1022324, 14177, 0, 1, 1, 1, 'Watcher\'s Cuffs'), +(1022324, 14179, 0, 1, 1, 1, 'Watcher\'s Cape'), +(1022324, 14185, 0, 1, 1, 1, 'Watcher\'s Cinch'), +(1022324, 14188, 0, 1, 1, 1, 'Raincaller Cloak'), +(1022324, 14369, 0, 1, 1, 1, 'Mystic\'s Wrap'), +(1022324, 14371, 0, 1, 1, 1, 'Mystic\'s Robe'), +(1022324, 14373, 0, 1, 1, 1, 'Sanguine Belt'), +(1022324, 14374, 0, 1, 1, 1, 'Sanguine Sandals'), +(1022324, 14375, 0, 1, 1, 1, 'Sanguine Cuffs'), +(1022324, 14376, 0, 1, 1, 1, 'Sanguine Cape'), +(1022324, 14377, 0, 1, 1, 1, 'Sanguine Handwraps'), +(1022324, 14378, 0, 1, 1, 1, 'Sanguine Mantle'), +(1022324, 14562, 0, 1, 1, 1, 'Prospector\'s Chestpiece'), +(1022324, 14566, 0, 1, 1, 1, 'Prospector\'s Pads'), +(1022324, 14567, 0, 1, 1, 1, 'Bristlebark Belt'), +(1022324, 14568, 0, 1, 1, 1, 'Bristlebark Boots'), +(1022324, 14569, 0, 1, 1, 1, 'Bristlebark Bindings'), +(1022324, 14572, 0, 1, 1, 1, 'Bristlebark Gloves'), +(1022324, 14573, 0, 1, 1, 1, 'Bristlebark Amice'), +(1022324, 14574, 0, 1, 1, 1, 'Bristlebark Britches'), +(1022324, 14580, 0, 1, 1, 1, 'Dokebi Bracers'), +(1022324, 14730, 0, 1, 1, 1, 'War Paint Chestpiece'), +(1022324, 14742, 0, 1, 1, 1, 'Hulking Boots'), +(1022324, 14743, 0, 1, 1, 1, 'Hulking Bands'), +(1022324, 14746, 0, 1, 1, 1, 'Hulking Belt'), +(1022324, 14747, 0, 1, 1, 1, 'Hulking Gauntlets'), +(1022324, 14748, 0, 1, 1, 1, 'Hulking Leggings'), +(1022324, 14749, 0, 1, 1, 1, 'Hulking Spaulders'), +(1022324, 14752, 0, 1, 1, 1, 'Slayer\'s Cape'), +(1022324, 15113, 0, 1, 1, 1, 'Rigid Buckler'), +(1022324, 15115, 0, 1, 1, 1, 'Rigid Gloves'), +(1022324, 15116, 0, 1, 1, 1, 'Rigid Shoulders'), +(1022324, 15117, 0, 1, 1, 1, 'Rigid Leggings'), +(1022324, 15118, 0, 1, 1, 1, 'Rigid Tunic'), +(1022324, 15120, 0, 1, 1, 1, 'Robust Girdle'), +(1022324, 15122, 0, 1, 1, 1, 'Robust Bracers'), +(1022324, 15124, 0, 1, 1, 1, 'Robust Cloak'), +(1022324, 15211, 0, 1, 1, 1, 'Militant Shortsword'), +(1022324, 15212, 0, 1, 1, 1, 'Fighter Broadsword'), +(1022324, 15223, 0, 1, 1, 1, 'Jagged Star'), +(1022324, 15224, 0, 1, 1, 1, 'Battlesmasher'), +(1022324, 15230, 0, 1, 1, 1, 'Ridge Cleaver'), +(1022324, 15241, 0, 1, 1, 1, 'Battle Knife'), +(1022324, 15249, 0, 1, 1, 1, 'Polished Zweihander'), +(1022324, 15259, 0, 1, 1, 1, 'Hefty Battlehammer'), +(1022324, 15269, 0, 1, 1, 1, 'Massive Battle Axe'), +(1022324, 15311, 0, 1, 1, 1, 'Feral Harness'), +(1022324, 15329, 0, 1, 1, 1, 'Wrangler\'s Belt'), +(1022324, 15330, 0, 1, 1, 1, 'Wrangler\'s Boots'), +(1022324, 15331, 0, 1, 1, 1, 'Wrangler\'s Wristbands'), +(1022324, 15332, 0, 1, 1, 1, 'Wrangler\'s Buckler'), +(1022324, 15333, 0, 1, 1, 1, 'Wrangler\'s Cloak'), +(1022324, 15334, 0, 1, 1, 1, 'Wrangler\'s Gloves'), +(1022324, 15336, 0, 1, 1, 1, 'Wrangler\'s Leggings'), +(1022324, 15340, 0, 1, 1, 1, 'Pathfinder Cloak'), +(1022324, 15348, 0, 1, 1, 1, 'Pathfinder Bracers'), +(1022324, 15500, 0, 1, 1, 1, 'Outrunner\'s Chestguard'), +(1022324, 15503, 0, 1, 1, 1, 'Outrunner\'s Legguards'), +(1022324, 15504, 0, 1, 1, 1, 'Outrunner\'s Shield'), +(1022324, 15511, 0, 1, 1, 1, 'Grunt\'s Legguards'), +(1022324, 15512, 0, 1, 1, 1, 'Grunt\'s Shield'), +(1022324, 15513, 0, 1, 1, 1, 'Grunt\'s Pauldrons'), +(1022324, 15514, 0, 1, 1, 1, 'Grunt\'s Chestpiece'), +(1022324, 15515, 0, 1, 1, 1, 'Spiked Chain Belt'), +(1022324, 15516, 0, 1, 1, 1, 'Spiked Chain Slippers'), +(1022324, 15517, 0, 1, 1, 1, 'Spiked Chain Wristbands'), +(1022324, 15519, 0, 1, 1, 1, 'Spiked Chain Cloak'), +(1022324, 15520, 0, 1, 1, 1, 'Spiked Chain Gauntlets'), +(1022324, 15521, 0, 1, 1, 1, 'Spiked Chain Leggings'), +(1022324, 15523, 0, 1, 1, 1, 'Spiked Chain Shoulder Pads'), +(1022324, 15526, 0, 1, 1, 1, 'Sentry\'s Cape'), +(1022324, 15527, 0, 1, 1, 1, 'Sentry\'s Gloves'), +(1022324, 15528, 0, 1, 1, 1, 'Sentry\'s Sash'), +(1022324, 15532, 0, 1, 1, 1, 'Sentry\'s Armsplints'), +(1022324, 15891, 0, 1, 1, 1, 'Hulking Shield'), +(1022324, 15894, 0, 1, 1, 1, 'Bristlebark Buckler'), +(1022324, 15912, 0, 1, 1, 1, 'Buccaneer\'s Orb'), +(1022324, 15927, 0, 1, 1, 1, 'Bright Sphere'), +(1022324, 15946, 0, 1, 1, 1, 'Mystic\'s Sphere'), +(1022324, 15972, 0, 1, 1, 1, 'Ritual Stein'), +(1022324, 15974, 0, 1, 1, 1, 'Pagan Rod'), +(1022424, 790, 0, 1, 1, 1, 'Forester\'s Axe'), +(1022424, 2072, 0, 1, 1, 1, 'Dwarven Magestaff'), +(1022424, 3039, 0, 1, 1, 1, 'Short Ash Bow'), +(1022424, 3045, 0, 1, 1, 1, 'Lambent Scale Boots'), +(1022424, 3047, 0, 1, 1, 1, 'Lambent Scale Gloves'), +(1022424, 3048, 0, 1, 1, 1, 'Lambent Scale Legguards'), +(1022424, 3049, 0, 1, 1, 1, 'Lambent Scale Breastplate'), +(1022424, 3055, 0, 1, 1, 1, 'Forest Leather Chestpiece'), +(1022424, 3056, 0, 1, 1, 1, 'Forest Leather Pants'), +(1022424, 3057, 0, 1, 1, 1, 'Forest Leather Boots'), +(1022424, 3058, 0, 1, 1, 1, 'Forest Leather Gloves'), +(1022424, 3065, 0, 1, 1, 1, 'Bright Boots'), +(1022424, 3066, 0, 1, 1, 1, 'Bright Gloves'), +(1022424, 3067, 0, 1, 1, 1, 'Bright Pants'), +(1022424, 3069, 0, 1, 1, 1, 'Bright Robe'), +(1022424, 3198, 0, 1, 1, 1, 'Battering Hammer'), +(1022424, 3202, 0, 1, 1, 1, 'Forest Leather Bracers'), +(1022424, 3212, 0, 1, 1, 1, 'Lambent Scale Bracers'), +(1022424, 3647, 0, 1, 1, 1, 'Bright Bracers'), +(1022424, 3656, 0, 1, 1, 1, 'Lambent Scale Shield'), +(1022424, 3740, 0, 1, 1, 1, 'Decapitating Sword'), +(1022424, 4036, 0, 1, 1, 1, 'Silver-thread Cuffs'), +(1022424, 4661, 0, 1, 1, 1, 'Bright Mantle'), +(1022424, 4705, 0, 1, 1, 1, 'Lambent Scale Pauldrons'), +(1022424, 4706, 0, 1, 1, 1, 'Lambent Scale Cloak'), +(1022424, 4707, 0, 1, 1, 1, 'Lambent Scale Girdle'), +(1022424, 4708, 0, 1, 1, 1, 'Bright Belt'), +(1022424, 4709, 0, 1, 1, 1, 'Forest Leather Mantle'), +(1022424, 4713, 0, 1, 1, 1, 'Silver-thread Cloak'), +(1022424, 4714, 0, 1, 1, 1, 'Silver-thread Sash'), +(1022424, 4715, 0, 1, 1, 1, 'Emblazoned Cloak'), +(1022424, 4998, 0, 1, 1, 1, 'Blood Ring'), +(1022424, 4999, 0, 1, 1, 1, 'Azora\'s Will'), +(1022424, 5001, 0, 1, 1, 1, 'Heart Ring'), +(1022424, 6381, 0, 1, 1, 1, 'Bright Cloak'), +(1022424, 6382, 0, 1, 1, 1, 'Forest Leather Belt'), +(1022424, 6383, 0, 1, 1, 1, 'Forest Buckler'), +(1022424, 6394, 0, 1, 1, 1, 'Silver-thread Boots'), +(1022424, 6567, 0, 1, 1, 1, 'Shimmering Armor'), +(1022424, 6568, 0, 1, 1, 1, 'Shimmering Trousers'), +(1022424, 6569, 0, 1, 1, 1, 'Shimmering Robe'), +(1022424, 6572, 0, 1, 1, 1, 'Defender Shield'), +(1022424, 6573, 0, 1, 1, 1, 'Defender Boots'), +(1022424, 6577, 0, 1, 1, 1, 'Defender Gauntlets'), +(1022424, 6578, 0, 1, 1, 1, 'Defender Leggings'), +(1022424, 6580, 0, 1, 1, 1, 'Defender Tunic'), +(1022424, 6584, 0, 1, 1, 1, 'Scouting Tunic'), +(1022424, 6586, 0, 1, 1, 1, 'Scouting Gloves'), +(1022424, 6587, 0, 1, 1, 1, 'Scouting Trousers'), +(1022424, 6591, 0, 1, 1, 1, 'Battleforge Wristguards'), +(1022424, 6593, 0, 1, 1, 1, 'Battleforge Cloak'), +(1022424, 6600, 0, 1, 1, 1, 'Dervish Belt'), +(1022424, 6602, 0, 1, 1, 1, 'Dervish Bracers'), +(1022424, 6604, 0, 1, 1, 1, 'Dervish Cape'), +(1022424, 6608, 0, 1, 1, 1, 'Bright Armor'), +(1022424, 7558, 0, 1, 1, 1, 'Shimmering Stave'), +(1022424, 8183, 0, 1, 1, 1, 'Precision Bow'), +(1022424, 8186, 0, 1, 1, 1, 'Dire Wand'), +(1022424, 9767, 0, 1, 1, 1, 'Greenweave Sandals'), +(1022424, 9769, 0, 1, 1, 1, 'Greenweave Branch'), +(1022424, 9771, 0, 1, 1, 1, 'Greenweave Gloves'), +(1022424, 9772, 0, 1, 1, 1, 'Greenweave Leggings'), +(1022424, 9773, 0, 1, 1, 1, 'Greenweave Robe'), +(1022424, 9774, 0, 1, 1, 1, 'Greenweave Vest'), +(1022424, 9782, 0, 1, 1, 1, 'Bandit Jerkin'), +(1022424, 9792, 0, 1, 1, 1, 'Ivycloth Boots'), +(1022424, 9793, 0, 1, 1, 1, 'Ivycloth Bracelets'), +(1022424, 9794, 0, 1, 1, 1, 'Ivycloth Cloak'), +(1022424, 9795, 0, 1, 1, 1, 'Ivycloth Gloves'), +(1022424, 9796, 0, 1, 1, 1, 'Ivycloth Mantle'), +(1022424, 9799, 0, 1, 1, 1, 'Ivycloth Sash'), +(1022424, 9801, 0, 1, 1, 1, 'Superior Belt'), +(1022424, 9802, 0, 1, 1, 1, 'Superior Boots'), +(1022424, 9803, 0, 1, 1, 1, 'Superior Bracers'), +(1022424, 9804, 0, 1, 1, 1, 'Superior Buckler'), +(1022424, 9805, 0, 1, 1, 1, 'Superior Cloak'), +(1022424, 9806, 0, 1, 1, 1, 'Superior Gloves'), +(1022424, 9807, 0, 1, 1, 1, 'Superior Shoulders'), +(1022424, 9810, 0, 1, 1, 1, 'Fortified Boots'), +(1022424, 9811, 0, 1, 1, 1, 'Fortified Bracers'), +(1022424, 9813, 0, 1, 1, 1, 'Fortified Gauntlets'), +(1022424, 9814, 0, 1, 1, 1, 'Fortified Belt'), +(1022424, 9815, 0, 1, 1, 1, 'Fortified Leggings'), +(1022424, 9816, 0, 1, 1, 1, 'Fortified Shield'), +(1022424, 9817, 0, 1, 1, 1, 'Fortified Spaulders'), +(1022424, 9818, 0, 1, 1, 1, 'Fortified Chain'), +(1022424, 10287, 0, 1, 1, 1, 'Greenweave Mantle'), +(1022424, 11967, 0, 1, 1, 1, 'Zircon Band'), +(1022424, 11968, 0, 1, 1, 1, 'Amber Hoop'), +(1022424, 11982, 0, 1, 1, 1, 'Viridian Band'), +(1022424, 11983, 0, 1, 1, 1, 'Chrome Ring'), +(1022424, 11994, 0, 1, 1, 1, 'Coral Band'), +(1022424, 12007, 0, 1, 1, 1, 'Prairie Ring'), +(1022424, 12054, 0, 1, 1, 1, 'Demon Band'), +(1022424, 14127, 0, 1, 1, 1, 'Ritual Shroud'), +(1022424, 14133, 0, 1, 1, 1, 'Ritual Tunic'), +(1022424, 14158, 0, 1, 1, 1, 'Pagan Vest'), +(1022424, 14162, 0, 1, 1, 1, 'Pagan Mitts'), +(1022424, 14163, 0, 1, 1, 1, 'Pagan Wraps'), +(1022424, 14165, 0, 1, 1, 1, 'Pagan Britches'), +(1022424, 14172, 0, 1, 1, 1, 'Buccaneer\'s Robes'), +(1022424, 14175, 0, 1, 1, 1, 'Buccaneer\'s Vest'), +(1022424, 14176, 0, 1, 1, 1, 'Watcher\'s Boots'), +(1022424, 14177, 0, 1, 1, 1, 'Watcher\'s Cuffs'), +(1022424, 14179, 0, 1, 1, 1, 'Watcher\'s Cape'), +(1022424, 14185, 0, 1, 1, 1, 'Watcher\'s Cinch'), +(1022424, 14188, 0, 1, 1, 1, 'Raincaller Cloak'), +(1022424, 14369, 0, 1, 1, 1, 'Mystic\'s Wrap'), +(1022424, 14371, 0, 1, 1, 1, 'Mystic\'s Robe'), +(1022424, 14373, 0, 1, 1, 1, 'Sanguine Belt'), +(1022424, 14374, 0, 1, 1, 1, 'Sanguine Sandals'), +(1022424, 14375, 0, 1, 1, 1, 'Sanguine Cuffs'), +(1022424, 14377, 0, 1, 1, 1, 'Sanguine Handwraps'), +(1022424, 14378, 0, 1, 1, 1, 'Sanguine Mantle'), +(1022424, 14562, 0, 1, 1, 1, 'Prospector\'s Chestpiece'), +(1022424, 14566, 0, 1, 1, 1, 'Prospector\'s Pads'), +(1022424, 14567, 0, 1, 1, 1, 'Bristlebark Belt'), +(1022424, 14568, 0, 1, 1, 1, 'Bristlebark Boots'), +(1022424, 14572, 0, 1, 1, 1, 'Bristlebark Gloves'), +(1022424, 14573, 0, 1, 1, 1, 'Bristlebark Amice'), +(1022424, 14574, 0, 1, 1, 1, 'Bristlebark Britches'), +(1022424, 14580, 0, 1, 1, 1, 'Dokebi Bracers'), +(1022424, 14730, 0, 1, 1, 1, 'War Paint Chestpiece'), +(1022424, 14742, 0, 1, 1, 1, 'Hulking Boots'), +(1022424, 14747, 0, 1, 1, 1, 'Hulking Gauntlets'), +(1022424, 14748, 0, 1, 1, 1, 'Hulking Leggings'), +(1022424, 14749, 0, 1, 1, 1, 'Hulking Spaulders'), +(1022424, 14752, 0, 1, 1, 1, 'Slayer\'s Cape'), +(1022424, 15113, 0, 1, 1, 1, 'Rigid Buckler'), +(1022424, 15116, 0, 1, 1, 1, 'Rigid Shoulders'), +(1022424, 15117, 0, 1, 1, 1, 'Rigid Leggings'), +(1022424, 15118, 0, 1, 1, 1, 'Rigid Tunic'), +(1022424, 15120, 0, 1, 1, 1, 'Robust Girdle'), +(1022424, 15122, 0, 1, 1, 1, 'Robust Bracers'), +(1022424, 15124, 0, 1, 1, 1, 'Robust Cloak'), +(1022424, 15212, 0, 1, 1, 1, 'Fighter Broadsword'), +(1022424, 15223, 0, 1, 1, 1, 'Jagged Star'), +(1022424, 15224, 0, 1, 1, 1, 'Battlesmasher'), +(1022424, 15230, 0, 1, 1, 1, 'Ridge Cleaver'), +(1022424, 15241, 0, 1, 1, 1, 'Battle Knife'), +(1022424, 15249, 0, 1, 1, 1, 'Polished Zweihander'), +(1022424, 15259, 0, 1, 1, 1, 'Hefty Battlehammer'), +(1022424, 15269, 0, 1, 1, 1, 'Massive Battle Axe'), +(1022424, 15329, 0, 1, 1, 1, 'Wrangler\'s Belt'), +(1022424, 15330, 0, 1, 1, 1, 'Wrangler\'s Boots'), +(1022424, 15331, 0, 1, 1, 1, 'Wrangler\'s Wristbands'), +(1022424, 15332, 0, 1, 1, 1, 'Wrangler\'s Buckler'), +(1022424, 15334, 0, 1, 1, 1, 'Wrangler\'s Gloves'), +(1022424, 15336, 0, 1, 1, 1, 'Wrangler\'s Leggings'), +(1022424, 15340, 0, 1, 1, 1, 'Pathfinder Cloak'), +(1022424, 15348, 0, 1, 1, 1, 'Pathfinder Bracers'), +(1022424, 15500, 0, 1, 1, 1, 'Outrunner\'s Chestguard'), +(1022424, 15511, 0, 1, 1, 1, 'Grunt\'s Legguards'), +(1022424, 15512, 0, 1, 1, 1, 'Grunt\'s Shield'), +(1022424, 15513, 0, 1, 1, 1, 'Grunt\'s Pauldrons'), +(1022424, 15514, 0, 1, 1, 1, 'Grunt\'s Chestpiece'), +(1022424, 15515, 0, 1, 1, 1, 'Spiked Chain Belt'), +(1022424, 15516, 0, 1, 1, 1, 'Spiked Chain Slippers'), +(1022424, 15517, 0, 1, 1, 1, 'Spiked Chain Wristbands'), +(1022424, 15519, 0, 1, 1, 1, 'Spiked Chain Cloak'), +(1022424, 15520, 0, 1, 1, 1, 'Spiked Chain Gauntlets'), +(1022424, 15521, 0, 1, 1, 1, 'Spiked Chain Leggings'), +(1022424, 15523, 0, 1, 1, 1, 'Spiked Chain Shoulder Pads'), +(1022424, 15526, 0, 1, 1, 1, 'Sentry\'s Cape'), +(1022424, 15527, 0, 1, 1, 1, 'Sentry\'s Gloves'), +(1022424, 15528, 0, 1, 1, 1, 'Sentry\'s Sash'), +(1022424, 15532, 0, 1, 1, 1, 'Sentry\'s Armsplints'), +(1022424, 15891, 0, 1, 1, 1, 'Hulking Shield'), +(1022424, 15894, 0, 1, 1, 1, 'Bristlebark Buckler'), +(1022424, 15912, 0, 1, 1, 1, 'Buccaneer\'s Orb'), +(1022424, 15927, 0, 1, 1, 1, 'Bright Sphere'), +(1022424, 15946, 0, 1, 1, 1, 'Mystic\'s Sphere'), +(1022424, 15972, 0, 1, 1, 1, 'Ritual Stein'), +(1022424, 15974, 0, 1, 1, 1, 'Pagan Rod'), +(1022425, 790, 0, 1, 1, 1, 'Forester\'s Axe'), +(1022425, 2072, 0, 1, 1, 1, 'Dwarven Magestaff'), +(1022425, 2819, 0, 1, 1, 1, 'Cross Dagger'), +(1022425, 3039, 0, 1, 1, 1, 'Short Ash Bow'), +(1022425, 3045, 0, 1, 1, 1, 'Lambent Scale Boots'), +(1022425, 3047, 0, 1, 1, 1, 'Lambent Scale Gloves'), +(1022425, 3048, 0, 1, 1, 1, 'Lambent Scale Legguards'), +(1022425, 3049, 0, 1, 1, 1, 'Lambent Scale Breastplate'), +(1022425, 3055, 0, 1, 1, 1, 'Forest Leather Chestpiece'), +(1022425, 3056, 0, 1, 1, 1, 'Forest Leather Pants'), +(1022425, 3057, 0, 1, 1, 1, 'Forest Leather Boots'), +(1022425, 3058, 0, 1, 1, 1, 'Forest Leather Gloves'), +(1022425, 3065, 0, 1, 1, 1, 'Bright Boots'), +(1022425, 3066, 0, 1, 1, 1, 'Bright Gloves'), +(1022425, 3067, 0, 1, 1, 1, 'Bright Pants'), +(1022425, 3069, 0, 1, 1, 1, 'Bright Robe'), +(1022425, 3198, 0, 1, 1, 1, 'Battering Hammer'), +(1022425, 3201, 0, 1, 1, 1, 'Barbarian War Axe'), +(1022425, 3202, 0, 1, 1, 1, 'Forest Leather Bracers'), +(1022425, 3206, 0, 1, 1, 1, 'Cavalier Two-hander'), +(1022425, 3212, 0, 1, 1, 1, 'Lambent Scale Bracers'), +(1022425, 3647, 0, 1, 1, 1, 'Bright Bracers'), +(1022425, 3656, 0, 1, 1, 1, 'Lambent Scale Shield'), +(1022425, 3740, 0, 1, 1, 1, 'Decapitating Sword'), +(1022425, 4036, 0, 1, 1, 1, 'Silver-thread Cuffs'), +(1022425, 4049, 0, 1, 1, 1, 'Emblazoned Bracers'), +(1022425, 4661, 0, 1, 1, 1, 'Bright Mantle'), +(1022425, 4705, 0, 1, 1, 1, 'Lambent Scale Pauldrons'), +(1022425, 4706, 0, 1, 1, 1, 'Lambent Scale Cloak'), +(1022425, 4707, 0, 1, 1, 1, 'Lambent Scale Girdle'), +(1022425, 4708, 0, 1, 1, 1, 'Bright Belt'), +(1022425, 4709, 0, 1, 1, 1, 'Forest Leather Mantle'), +(1022425, 4711, 0, 1, 1, 1, 'Glimmering Cloak'), +(1022425, 4713, 0, 1, 1, 1, 'Silver-thread Cloak'), +(1022425, 4714, 0, 1, 1, 1, 'Silver-thread Sash'), +(1022425, 4715, 0, 1, 1, 1, 'Emblazoned Cloak'), +(1022425, 4998, 0, 1, 1, 1, 'Blood Ring'), +(1022425, 4999, 0, 1, 1, 1, 'Azora\'s Will'), +(1022425, 5001, 0, 1, 1, 1, 'Heart Ring'), +(1022425, 6381, 0, 1, 1, 1, 'Bright Cloak'), +(1022425, 6382, 0, 1, 1, 1, 'Forest Leather Belt'), +(1022425, 6383, 0, 1, 1, 1, 'Forest Buckler'), +(1022425, 6393, 0, 1, 1, 1, 'Silver-thread Gloves'), +(1022425, 6394, 0, 1, 1, 1, 'Silver-thread Boots'), +(1022425, 6567, 0, 1, 1, 1, 'Shimmering Armor'), +(1022425, 6568, 0, 1, 1, 1, 'Shimmering Trousers'), +(1022425, 6569, 0, 1, 1, 1, 'Shimmering Robe'), +(1022425, 6572, 0, 1, 1, 1, 'Defender Shield'), +(1022425, 6573, 0, 1, 1, 1, 'Defender Boots'), +(1022425, 6577, 0, 1, 1, 1, 'Defender Gauntlets'), +(1022425, 6578, 0, 1, 1, 1, 'Defender Leggings'), +(1022425, 6580, 0, 1, 1, 1, 'Defender Tunic'), +(1022425, 6584, 0, 1, 1, 1, 'Scouting Tunic'), +(1022425, 6586, 0, 1, 1, 1, 'Scouting Gloves'), +(1022425, 6587, 0, 1, 1, 1, 'Scouting Trousers'), +(1022425, 6591, 0, 1, 1, 1, 'Battleforge Wristguards'), +(1022425, 6593, 0, 1, 1, 1, 'Battleforge Cloak'), +(1022425, 6594, 0, 1, 1, 1, 'Battleforge Girdle'), +(1022425, 6595, 0, 1, 1, 1, 'Battleforge Gauntlets'), +(1022425, 6596, 0, 1, 1, 1, 'Battleforge Legguards'), +(1022425, 6597, 0, 1, 1, 1, 'Battleforge Shoulderguards'), +(1022425, 6598, 0, 1, 1, 1, 'Dervish Buckler'), +(1022425, 6600, 0, 1, 1, 1, 'Dervish Belt'), +(1022425, 6601, 0, 1, 1, 1, 'Dervish Boots'), +(1022425, 6602, 0, 1, 1, 1, 'Dervish Bracers'), +(1022425, 6604, 0, 1, 1, 1, 'Dervish Cape'), +(1022425, 6605, 0, 1, 1, 1, 'Dervish Gloves'), +(1022425, 6608, 0, 1, 1, 1, 'Bright Armor'), +(1022425, 6612, 0, 1, 1, 1, 'Sage\'s Boots'), +(1022425, 6613, 0, 1, 1, 1, 'Sage\'s Bracers'), +(1022425, 6614, 0, 1, 1, 1, 'Sage\'s Cloak'), +(1022425, 7558, 0, 1, 1, 1, 'Shimmering Stave'), +(1022425, 8183, 0, 1, 1, 1, 'Precision Bow'), +(1022425, 8186, 0, 1, 1, 1, 'Dire Wand'), +(1022425, 9767, 0, 1, 1, 1, 'Greenweave Sandals'), +(1022425, 9769, 0, 1, 1, 1, 'Greenweave Branch'), +(1022425, 9771, 0, 1, 1, 1, 'Greenweave Gloves'), +(1022425, 9772, 0, 1, 1, 1, 'Greenweave Leggings'), +(1022425, 9773, 0, 1, 1, 1, 'Greenweave Robe'), +(1022425, 9774, 0, 1, 1, 1, 'Greenweave Vest'), +(1022425, 9782, 0, 1, 1, 1, 'Bandit Jerkin'), +(1022425, 9792, 0, 1, 1, 1, 'Ivycloth Boots'), +(1022425, 9793, 0, 1, 1, 1, 'Ivycloth Bracelets'), +(1022425, 9794, 0, 1, 1, 1, 'Ivycloth Cloak'), +(1022425, 9795, 0, 1, 1, 1, 'Ivycloth Gloves'), +(1022425, 9796, 0, 1, 1, 1, 'Ivycloth Mantle'), +(1022425, 9797, 0, 1, 1, 1, 'Ivycloth Pants'), +(1022425, 9799, 0, 1, 1, 1, 'Ivycloth Sash'), +(1022425, 9801, 0, 1, 1, 1, 'Superior Belt'), +(1022425, 9802, 0, 1, 1, 1, 'Superior Boots'), +(1022425, 9803, 0, 1, 1, 1, 'Superior Bracers'), +(1022425, 9804, 0, 1, 1, 1, 'Superior Buckler'), +(1022425, 9805, 0, 1, 1, 1, 'Superior Cloak'), +(1022425, 9806, 0, 1, 1, 1, 'Superior Gloves'), +(1022425, 9807, 0, 1, 1, 1, 'Superior Shoulders'), +(1022425, 9808, 0, 1, 1, 1, 'Superior Leggings'), +(1022425, 9809, 0, 1, 1, 1, 'Superior Tunic'), +(1022425, 9810, 0, 1, 1, 1, 'Fortified Boots'), +(1022425, 9811, 0, 1, 1, 1, 'Fortified Bracers'), +(1022425, 9813, 0, 1, 1, 1, 'Fortified Gauntlets'), +(1022425, 9814, 0, 1, 1, 1, 'Fortified Belt'), +(1022425, 9815, 0, 1, 1, 1, 'Fortified Leggings'), +(1022425, 9816, 0, 1, 1, 1, 'Fortified Shield'), +(1022425, 9817, 0, 1, 1, 1, 'Fortified Spaulders'), +(1022425, 9818, 0, 1, 1, 1, 'Fortified Chain'), +(1022425, 10287, 0, 1, 1, 1, 'Greenweave Mantle'), +(1022425, 11967, 0, 1, 1, 1, 'Zircon Band'), +(1022425, 11968, 0, 1, 1, 1, 'Amber Hoop'), +(1022425, 11982, 0, 1, 1, 1, 'Viridian Band'), +(1022425, 11983, 0, 1, 1, 1, 'Chrome Ring'), +(1022425, 11994, 0, 1, 1, 1, 'Coral Band'), +(1022425, 11995, 0, 1, 1, 1, 'Ivory Band'), +(1022425, 12007, 0, 1, 1, 1, 'Prairie Ring'), +(1022425, 12008, 0, 1, 1, 1, 'Savannah Ring'), +(1022425, 12054, 0, 1, 1, 1, 'Demon Band'), +(1022425, 14127, 0, 1, 1, 1, 'Ritual Shroud'), +(1022425, 14133, 0, 1, 1, 1, 'Ritual Tunic'), +(1022425, 14158, 0, 1, 1, 1, 'Pagan Vest'), +(1022425, 14162, 0, 1, 1, 1, 'Pagan Mitts'), +(1022425, 14163, 0, 1, 1, 1, 'Pagan Wraps'), +(1022425, 14165, 0, 1, 1, 1, 'Pagan Britches'), +(1022425, 14172, 0, 1, 1, 1, 'Buccaneer\'s Robes'), +(1022425, 14175, 0, 1, 1, 1, 'Buccaneer\'s Vest'), +(1022425, 14176, 0, 1, 1, 1, 'Watcher\'s Boots'), +(1022425, 14177, 0, 1, 1, 1, 'Watcher\'s Cuffs'), +(1022425, 14179, 0, 1, 1, 1, 'Watcher\'s Cape'), +(1022425, 14181, 0, 1, 1, 1, 'Watcher\'s Handwraps'), +(1022425, 14182, 0, 1, 1, 1, 'Watcher\'s Mantle'), +(1022425, 14185, 0, 1, 1, 1, 'Watcher\'s Cinch'), +(1022425, 14187, 0, 1, 1, 1, 'Raincaller Cuffs'), +(1022425, 14188, 0, 1, 1, 1, 'Raincaller Cloak'), +(1022425, 14194, 0, 1, 1, 1, 'Raincaller Cord'), +(1022425, 14369, 0, 1, 1, 1, 'Mystic\'s Wrap'), +(1022425, 14371, 0, 1, 1, 1, 'Mystic\'s Robe'), +(1022425, 14372, 0, 1, 1, 1, 'Sanguine Armor'), +(1022425, 14373, 0, 1, 1, 1, 'Sanguine Belt'), +(1022425, 14374, 0, 1, 1, 1, 'Sanguine Sandals'), +(1022425, 14375, 0, 1, 1, 1, 'Sanguine Cuffs'), +(1022425, 14377, 0, 1, 1, 1, 'Sanguine Handwraps'), +(1022425, 14378, 0, 1, 1, 1, 'Sanguine Mantle'), +(1022425, 14380, 0, 1, 1, 1, 'Sanguine Robe'), +(1022425, 14562, 0, 1, 1, 1, 'Prospector\'s Chestpiece'), +(1022425, 14566, 0, 1, 1, 1, 'Prospector\'s Pads'), +(1022425, 14567, 0, 1, 1, 1, 'Bristlebark Belt'), +(1022425, 14568, 0, 1, 1, 1, 'Bristlebark Boots'), +(1022425, 14570, 0, 1, 1, 1, 'Bristlebark Blouse'), +(1022425, 14572, 0, 1, 1, 1, 'Bristlebark Gloves'), +(1022425, 14573, 0, 1, 1, 1, 'Bristlebark Amice'), +(1022425, 14574, 0, 1, 1, 1, 'Bristlebark Britches'), +(1022425, 14580, 0, 1, 1, 1, 'Dokebi Bracers'), +(1022425, 14582, 0, 1, 1, 1, 'Dokebi Cape'), +(1022425, 14730, 0, 1, 1, 1, 'War Paint Chestpiece'), +(1022425, 14742, 0, 1, 1, 1, 'Hulking Boots'), +(1022425, 14744, 0, 1, 1, 1, 'Hulking Chestguard'), +(1022425, 14747, 0, 1, 1, 1, 'Hulking Gauntlets'), +(1022425, 14748, 0, 1, 1, 1, 'Hulking Leggings'), +(1022425, 14749, 0, 1, 1, 1, 'Hulking Spaulders'), +(1022425, 14750, 0, 1, 1, 1, 'Slayer\'s Cuffs'), +(1022425, 14752, 0, 1, 1, 1, 'Slayer\'s Cape'), +(1022425, 14755, 0, 1, 1, 1, 'Slayer\'s Sash'), +(1022425, 15113, 0, 1, 1, 1, 'Rigid Buckler'), +(1022425, 15116, 0, 1, 1, 1, 'Rigid Shoulders'), +(1022425, 15117, 0, 1, 1, 1, 'Rigid Leggings'), +(1022425, 15118, 0, 1, 1, 1, 'Rigid Tunic'), +(1022425, 15120, 0, 1, 1, 1, 'Robust Girdle'), +(1022425, 15121, 0, 1, 1, 1, 'Robust Boots'), +(1022425, 15122, 0, 1, 1, 1, 'Robust Bracers'), +(1022425, 15123, 0, 1, 1, 1, 'Robust Buckler'), +(1022425, 15124, 0, 1, 1, 1, 'Robust Cloak'), +(1022425, 15212, 0, 1, 1, 1, 'Fighter Broadsword'), +(1022425, 15223, 0, 1, 1, 1, 'Jagged Star'), +(1022425, 15224, 0, 1, 1, 1, 'Battlesmasher'), +(1022425, 15230, 0, 1, 1, 1, 'Ridge Cleaver'), +(1022425, 15241, 0, 1, 1, 1, 'Battle Knife'), +(1022425, 15249, 0, 1, 1, 1, 'Polished Zweihander'), +(1022425, 15259, 0, 1, 1, 1, 'Hefty Battlehammer'), +(1022425, 15269, 0, 1, 1, 1, 'Massive Battle Axe'), +(1022425, 15329, 0, 1, 1, 1, 'Wrangler\'s Belt'), +(1022425, 15330, 0, 1, 1, 1, 'Wrangler\'s Boots'), +(1022425, 15331, 0, 1, 1, 1, 'Wrangler\'s Wristbands'), +(1022425, 15332, 0, 1, 1, 1, 'Wrangler\'s Buckler'), +(1022425, 15334, 0, 1, 1, 1, 'Wrangler\'s Gloves'), +(1022425, 15336, 0, 1, 1, 1, 'Wrangler\'s Leggings'), +(1022425, 15338, 0, 1, 1, 1, 'Wrangler\'s Mantle'), +(1022425, 15340, 0, 1, 1, 1, 'Pathfinder Cloak'), +(1022425, 15347, 0, 1, 1, 1, 'Pathfinder Belt'), +(1022425, 15348, 0, 1, 1, 1, 'Pathfinder Bracers'), +(1022425, 15500, 0, 1, 1, 1, 'Outrunner\'s Chestguard'), +(1022425, 15511, 0, 1, 1, 1, 'Grunt\'s Legguards'), +(1022425, 15512, 0, 1, 1, 1, 'Grunt\'s Shield'), +(1022425, 15513, 0, 1, 1, 1, 'Grunt\'s Pauldrons'), +(1022425, 15514, 0, 1, 1, 1, 'Grunt\'s Chestpiece'), +(1022425, 15515, 0, 1, 1, 1, 'Spiked Chain Belt'), +(1022425, 15516, 0, 1, 1, 1, 'Spiked Chain Slippers'), +(1022425, 15517, 0, 1, 1, 1, 'Spiked Chain Wristbands'), +(1022425, 15519, 0, 1, 1, 1, 'Spiked Chain Cloak'), +(1022425, 15520, 0, 1, 1, 1, 'Spiked Chain Gauntlets'), +(1022425, 15521, 0, 1, 1, 1, 'Spiked Chain Leggings'), +(1022425, 15523, 0, 1, 1, 1, 'Spiked Chain Shoulder Pads'), +(1022425, 15525, 0, 1, 1, 1, 'Sentry\'s Slippers'), +(1022425, 15526, 0, 1, 1, 1, 'Sentry\'s Cape'), +(1022425, 15527, 0, 1, 1, 1, 'Sentry\'s Gloves'), +(1022425, 15528, 0, 1, 1, 1, 'Sentry\'s Sash'), +(1022425, 15532, 0, 1, 1, 1, 'Sentry\'s Armsplints'), +(1022425, 15537, 0, 1, 1, 1, 'Wicked Chain Cloak'), +(1022425, 15891, 0, 1, 1, 1, 'Hulking Shield'), +(1022425, 15894, 0, 1, 1, 1, 'Bristlebark Buckler'), +(1022425, 15912, 0, 1, 1, 1, 'Buccaneer\'s Orb'), +(1022425, 15927, 0, 1, 1, 1, 'Bright Sphere'), +(1022425, 15946, 0, 1, 1, 1, 'Mystic\'s Sphere'), +(1022425, 15947, 0, 1, 1, 1, 'Sanguine Star'), +(1022425, 15972, 0, 1, 1, 1, 'Ritual Stein'), +(1022425, 15974, 0, 1, 1, 1, 'Pagan Rod'), +(1022525, 2072, 0, 1, 1, 1, 'Dwarven Magestaff'), +(1022525, 2819, 0, 1, 1, 1, 'Cross Dagger'), +(1022525, 3045, 0, 1, 1, 1, 'Lambent Scale Boots'), +(1022525, 3047, 0, 1, 1, 1, 'Lambent Scale Gloves'), +(1022525, 3048, 0, 1, 1, 1, 'Lambent Scale Legguards'), +(1022525, 3049, 0, 1, 1, 1, 'Lambent Scale Breastplate'), +(1022525, 3055, 0, 1, 1, 1, 'Forest Leather Chestpiece'), +(1022525, 3056, 0, 1, 1, 1, 'Forest Leather Pants'), +(1022525, 3057, 0, 1, 1, 1, 'Forest Leather Boots'), +(1022525, 3058, 0, 1, 1, 1, 'Forest Leather Gloves'), +(1022525, 3066, 0, 1, 1, 1, 'Bright Gloves'), +(1022525, 3067, 0, 1, 1, 1, 'Bright Pants'), +(1022525, 3069, 0, 1, 1, 1, 'Bright Robe'), +(1022525, 3201, 0, 1, 1, 1, 'Barbarian War Axe'), +(1022525, 3202, 0, 1, 1, 1, 'Forest Leather Bracers'), +(1022525, 3206, 0, 1, 1, 1, 'Cavalier Two-hander'), +(1022525, 3212, 0, 1, 1, 1, 'Lambent Scale Bracers'), +(1022525, 3656, 0, 1, 1, 1, 'Lambent Scale Shield'), +(1022525, 3740, 0, 1, 1, 1, 'Decapitating Sword'), +(1022525, 4036, 0, 1, 1, 1, 'Silver-thread Cuffs'), +(1022525, 4049, 0, 1, 1, 1, 'Emblazoned Bracers'), +(1022525, 4661, 0, 1, 1, 1, 'Bright Mantle'), +(1022525, 4705, 0, 1, 1, 1, 'Lambent Scale Pauldrons'), +(1022525, 4706, 0, 1, 1, 1, 'Lambent Scale Cloak'), +(1022525, 4707, 0, 1, 1, 1, 'Lambent Scale Girdle'), +(1022525, 4708, 0, 1, 1, 1, 'Bright Belt'), +(1022525, 4709, 0, 1, 1, 1, 'Forest Leather Mantle'), +(1022525, 4711, 0, 1, 1, 1, 'Glimmering Cloak'), +(1022525, 4713, 0, 1, 1, 1, 'Silver-thread Cloak'), +(1022525, 4714, 0, 1, 1, 1, 'Silver-thread Sash'), +(1022525, 4715, 0, 1, 1, 1, 'Emblazoned Cloak'), +(1022525, 4998, 0, 1, 1, 1, 'Blood Ring'), +(1022525, 4999, 0, 1, 1, 1, 'Azora\'s Will'), +(1022525, 5001, 0, 1, 1, 1, 'Heart Ring'), +(1022525, 6383, 0, 1, 1, 1, 'Forest Buckler'), +(1022525, 6393, 0, 1, 1, 1, 'Silver-thread Gloves'), +(1022525, 6394, 0, 1, 1, 1, 'Silver-thread Boots'), +(1022525, 6567, 0, 1, 1, 1, 'Shimmering Armor'), +(1022525, 6568, 0, 1, 1, 1, 'Shimmering Trousers'), +(1022525, 6569, 0, 1, 1, 1, 'Shimmering Robe'), +(1022525, 6584, 0, 1, 1, 1, 'Scouting Tunic'), +(1022525, 6587, 0, 1, 1, 1, 'Scouting Trousers'), +(1022525, 6591, 0, 1, 1, 1, 'Battleforge Wristguards'), +(1022525, 6593, 0, 1, 1, 1, 'Battleforge Cloak'), +(1022525, 6594, 0, 1, 1, 1, 'Battleforge Girdle'), +(1022525, 6595, 0, 1, 1, 1, 'Battleforge Gauntlets'), +(1022525, 6596, 0, 1, 1, 1, 'Battleforge Legguards'), +(1022525, 6597, 0, 1, 1, 1, 'Battleforge Shoulderguards'), +(1022525, 6598, 0, 1, 1, 1, 'Dervish Buckler'), +(1022525, 6600, 0, 1, 1, 1, 'Dervish Belt'), +(1022525, 6601, 0, 1, 1, 1, 'Dervish Boots'), +(1022525, 6602, 0, 1, 1, 1, 'Dervish Bracers'), +(1022525, 6604, 0, 1, 1, 1, 'Dervish Cape'), +(1022525, 6605, 0, 1, 1, 1, 'Dervish Gloves'), +(1022525, 6608, 0, 1, 1, 1, 'Bright Armor'), +(1022525, 6612, 0, 1, 1, 1, 'Sage\'s Boots'), +(1022525, 6613, 0, 1, 1, 1, 'Sage\'s Bracers'), +(1022525, 6614, 0, 1, 1, 1, 'Sage\'s Cloak'), +(1022525, 7558, 0, 1, 1, 1, 'Shimmering Stave'), +(1022525, 8183, 0, 1, 1, 1, 'Precision Bow'), +(1022525, 8186, 0, 1, 1, 1, 'Dire Wand'), +(1022525, 9769, 0, 1, 1, 1, 'Greenweave Branch'), +(1022525, 9771, 0, 1, 1, 1, 'Greenweave Gloves'), +(1022525, 9772, 0, 1, 1, 1, 'Greenweave Leggings'), +(1022525, 9773, 0, 1, 1, 1, 'Greenweave Robe'), +(1022525, 9774, 0, 1, 1, 1, 'Greenweave Vest'), +(1022525, 9792, 0, 1, 1, 1, 'Ivycloth Boots'), +(1022525, 9793, 0, 1, 1, 1, 'Ivycloth Bracelets'), +(1022525, 9794, 0, 1, 1, 1, 'Ivycloth Cloak'), +(1022525, 9795, 0, 1, 1, 1, 'Ivycloth Gloves'), +(1022525, 9796, 0, 1, 1, 1, 'Ivycloth Mantle'), +(1022525, 9797, 0, 1, 1, 1, 'Ivycloth Pants'), +(1022525, 9799, 0, 1, 1, 1, 'Ivycloth Sash'), +(1022525, 9801, 0, 1, 1, 1, 'Superior Belt'), +(1022525, 9802, 0, 1, 1, 1, 'Superior Boots'), +(1022525, 9803, 0, 1, 1, 1, 'Superior Bracers'), +(1022525, 9804, 0, 1, 1, 1, 'Superior Buckler'), +(1022525, 9805, 0, 1, 1, 1, 'Superior Cloak'), +(1022525, 9806, 0, 1, 1, 1, 'Superior Gloves'), +(1022525, 9807, 0, 1, 1, 1, 'Superior Shoulders'), +(1022525, 9808, 0, 1, 1, 1, 'Superior Leggings'), +(1022525, 9809, 0, 1, 1, 1, 'Superior Tunic'), +(1022525, 9810, 0, 1, 1, 1, 'Fortified Boots'), +(1022525, 9811, 0, 1, 1, 1, 'Fortified Bracers'), +(1022525, 9813, 0, 1, 1, 1, 'Fortified Gauntlets'), +(1022525, 9814, 0, 1, 1, 1, 'Fortified Belt'), +(1022525, 9815, 0, 1, 1, 1, 'Fortified Leggings'), +(1022525, 9816, 0, 1, 1, 1, 'Fortified Shield'), +(1022525, 9817, 0, 1, 1, 1, 'Fortified Spaulders'), +(1022525, 9818, 0, 1, 1, 1, 'Fortified Chain'), +(1022525, 10287, 0, 1, 1, 1, 'Greenweave Mantle'), +(1022525, 11968, 0, 1, 1, 1, 'Amber Hoop'), +(1022525, 11983, 0, 1, 1, 1, 'Chrome Ring'), +(1022525, 11994, 0, 1, 1, 1, 'Coral Band'), +(1022525, 11995, 0, 1, 1, 1, 'Ivory Band'), +(1022525, 12007, 0, 1, 1, 1, 'Prairie Ring'), +(1022525, 12008, 0, 1, 1, 1, 'Savannah Ring'), +(1022525, 12054, 0, 1, 1, 1, 'Demon Band'), +(1022525, 14127, 0, 1, 1, 1, 'Ritual Shroud'), +(1022525, 14133, 0, 1, 1, 1, 'Ritual Tunic'), +(1022525, 14158, 0, 1, 1, 1, 'Pagan Vest'), +(1022525, 14163, 0, 1, 1, 1, 'Pagan Wraps'), +(1022525, 14165, 0, 1, 1, 1, 'Pagan Britches'), +(1022525, 14176, 0, 1, 1, 1, 'Watcher\'s Boots'), +(1022525, 14177, 0, 1, 1, 1, 'Watcher\'s Cuffs'), +(1022525, 14179, 0, 1, 1, 1, 'Watcher\'s Cape'), +(1022525, 14181, 0, 1, 1, 1, 'Watcher\'s Handwraps'), +(1022525, 14182, 0, 1, 1, 1, 'Watcher\'s Mantle'), +(1022525, 14185, 0, 1, 1, 1, 'Watcher\'s Cinch'), +(1022525, 14187, 0, 1, 1, 1, 'Raincaller Cuffs'), +(1022525, 14188, 0, 1, 1, 1, 'Raincaller Cloak'), +(1022525, 14194, 0, 1, 1, 1, 'Raincaller Cord'), +(1022525, 14372, 0, 1, 1, 1, 'Sanguine Armor'), +(1022525, 14373, 0, 1, 1, 1, 'Sanguine Belt'), +(1022525, 14374, 0, 1, 1, 1, 'Sanguine Sandals'), +(1022525, 14375, 0, 1, 1, 1, 'Sanguine Cuffs'), +(1022525, 14377, 0, 1, 1, 1, 'Sanguine Handwraps'), +(1022525, 14378, 0, 1, 1, 1, 'Sanguine Mantle'), +(1022525, 14380, 0, 1, 1, 1, 'Sanguine Robe'), +(1022525, 14566, 0, 1, 1, 1, 'Prospector\'s Pads'), +(1022525, 14570, 0, 1, 1, 1, 'Bristlebark Blouse'), +(1022525, 14572, 0, 1, 1, 1, 'Bristlebark Gloves'), +(1022525, 14573, 0, 1, 1, 1, 'Bristlebark Amice'), +(1022525, 14574, 0, 1, 1, 1, 'Bristlebark Britches'), +(1022525, 14580, 0, 1, 1, 1, 'Dokebi Bracers'), +(1022525, 14582, 0, 1, 1, 1, 'Dokebi Cape'), +(1022525, 14742, 0, 1, 1, 1, 'Hulking Boots'), +(1022525, 14744, 0, 1, 1, 1, 'Hulking Chestguard'), +(1022525, 14748, 0, 1, 1, 1, 'Hulking Leggings'), +(1022525, 14749, 0, 1, 1, 1, 'Hulking Spaulders'), +(1022525, 14750, 0, 1, 1, 1, 'Slayer\'s Cuffs'), +(1022525, 14752, 0, 1, 1, 1, 'Slayer\'s Cape'), +(1022525, 14755, 0, 1, 1, 1, 'Slayer\'s Sash'), +(1022525, 15116, 0, 1, 1, 1, 'Rigid Shoulders'), +(1022525, 15117, 0, 1, 1, 1, 'Rigid Leggings'), +(1022525, 15118, 0, 1, 1, 1, 'Rigid Tunic'), +(1022525, 15120, 0, 1, 1, 1, 'Robust Girdle'), +(1022525, 15121, 0, 1, 1, 1, 'Robust Boots'), +(1022525, 15122, 0, 1, 1, 1, 'Robust Bracers'), +(1022525, 15123, 0, 1, 1, 1, 'Robust Buckler'), +(1022525, 15124, 0, 1, 1, 1, 'Robust Cloak'), +(1022525, 15212, 0, 1, 1, 1, 'Fighter Broadsword'), +(1022525, 15223, 0, 1, 1, 1, 'Jagged Star'), +(1022525, 15224, 0, 1, 1, 1, 'Battlesmasher'), +(1022525, 15230, 0, 1, 1, 1, 'Ridge Cleaver'), +(1022525, 15241, 0, 1, 1, 1, 'Battle Knife'), +(1022525, 15249, 0, 1, 1, 1, 'Polished Zweihander'), +(1022525, 15259, 0, 1, 1, 1, 'Hefty Battlehammer'), +(1022525, 15269, 0, 1, 1, 1, 'Massive Battle Axe'), +(1022525, 15329, 0, 1, 1, 1, 'Wrangler\'s Belt'), +(1022525, 15330, 0, 1, 1, 1, 'Wrangler\'s Boots'), +(1022525, 15332, 0, 1, 1, 1, 'Wrangler\'s Buckler'), +(1022525, 15334, 0, 1, 1, 1, 'Wrangler\'s Gloves'), +(1022525, 15336, 0, 1, 1, 1, 'Wrangler\'s Leggings'), +(1022525, 15338, 0, 1, 1, 1, 'Wrangler\'s Mantle'), +(1022525, 15340, 0, 1, 1, 1, 'Pathfinder Cloak'), +(1022525, 15347, 0, 1, 1, 1, 'Pathfinder Belt'), +(1022525, 15348, 0, 1, 1, 1, 'Pathfinder Bracers'), +(1022525, 15500, 0, 1, 1, 1, 'Outrunner\'s Chestguard'), +(1022525, 15511, 0, 1, 1, 1, 'Grunt\'s Legguards'), +(1022525, 15512, 0, 1, 1, 1, 'Grunt\'s Shield'), +(1022525, 15513, 0, 1, 1, 1, 'Grunt\'s Pauldrons'), +(1022525, 15514, 0, 1, 1, 1, 'Grunt\'s Chestpiece'), +(1022525, 15515, 0, 1, 1, 1, 'Spiked Chain Belt'), +(1022525, 15516, 0, 1, 1, 1, 'Spiked Chain Slippers'), +(1022525, 15517, 0, 1, 1, 1, 'Spiked Chain Wristbands'), +(1022525, 15520, 0, 1, 1, 1, 'Spiked Chain Gauntlets'), +(1022525, 15521, 0, 1, 1, 1, 'Spiked Chain Leggings'), +(1022525, 15523, 0, 1, 1, 1, 'Spiked Chain Shoulder Pads'), +(1022525, 15525, 0, 1, 1, 1, 'Sentry\'s Slippers'), +(1022525, 15526, 0, 1, 1, 1, 'Sentry\'s Cape'), +(1022525, 15527, 0, 1, 1, 1, 'Sentry\'s Gloves'), +(1022525, 15528, 0, 1, 1, 1, 'Sentry\'s Sash'), +(1022525, 15532, 0, 1, 1, 1, 'Sentry\'s Armsplints'), +(1022525, 15537, 0, 1, 1, 1, 'Wicked Chain Cloak'), +(1022525, 15891, 0, 1, 1, 1, 'Hulking Shield'), +(1022525, 15894, 0, 1, 1, 1, 'Bristlebark Buckler'), +(1022525, 15927, 0, 1, 1, 1, 'Bright Sphere'), +(1022525, 15947, 0, 1, 1, 1, 'Sanguine Star'), +(1022525, 15972, 0, 1, 1, 1, 'Ritual Stein'), +(1022525, 15974, 0, 1, 1, 1, 'Pagan Rod'), +(1022526, 2072, 0, 1, 1, 1, 'Dwarven Magestaff'), +(1022526, 2077, 0, 1, 1, 1, 'Magician Staff'), +(1022526, 2819, 0, 1, 1, 1, 'Cross Dagger'), +(1022526, 3045, 0, 1, 1, 1, 'Lambent Scale Boots'), +(1022526, 3047, 0, 1, 1, 1, 'Lambent Scale Gloves'), +(1022526, 3048, 0, 1, 1, 1, 'Lambent Scale Legguards'), +(1022526, 3049, 0, 1, 1, 1, 'Lambent Scale Breastplate'), +(1022526, 3055, 0, 1, 1, 1, 'Forest Leather Chestpiece'), +(1022526, 3056, 0, 1, 1, 1, 'Forest Leather Pants'), +(1022526, 3057, 0, 1, 1, 1, 'Forest Leather Boots'), +(1022526, 3058, 0, 1, 1, 1, 'Forest Leather Gloves'), +(1022526, 3066, 0, 1, 1, 1, 'Bright Gloves'), +(1022526, 3067, 0, 1, 1, 1, 'Bright Pants'), +(1022526, 3069, 0, 1, 1, 1, 'Bright Robe'), +(1022526, 3201, 0, 1, 1, 1, 'Barbarian War Axe'), +(1022526, 3202, 0, 1, 1, 1, 'Forest Leather Bracers'), +(1022526, 3206, 0, 1, 1, 1, 'Cavalier Two-hander'), +(1022526, 3212, 0, 1, 1, 1, 'Lambent Scale Bracers'), +(1022526, 3656, 0, 1, 1, 1, 'Lambent Scale Shield'), +(1022526, 3740, 0, 1, 1, 1, 'Decapitating Sword'), +(1022526, 4036, 0, 1, 1, 1, 'Silver-thread Cuffs'), +(1022526, 4049, 0, 1, 1, 1, 'Emblazoned Bracers'), +(1022526, 4661, 0, 1, 1, 1, 'Bright Mantle'), +(1022526, 4705, 0, 1, 1, 1, 'Lambent Scale Pauldrons'), +(1022526, 4706, 0, 1, 1, 1, 'Lambent Scale Cloak'), +(1022526, 4707, 0, 1, 1, 1, 'Lambent Scale Girdle'), +(1022526, 4708, 0, 1, 1, 1, 'Bright Belt'), +(1022526, 4709, 0, 1, 1, 1, 'Forest Leather Mantle'), +(1022526, 4711, 0, 1, 1, 1, 'Glimmering Cloak'), +(1022526, 4712, 0, 1, 1, 1, 'Glimmering Mail Girdle'), +(1022526, 4713, 0, 1, 1, 1, 'Silver-thread Cloak'), +(1022526, 4714, 0, 1, 1, 1, 'Silver-thread Sash'), +(1022526, 4715, 0, 1, 1, 1, 'Emblazoned Cloak'), +(1022526, 4998, 0, 1, 1, 1, 'Blood Ring'), +(1022526, 4999, 0, 1, 1, 1, 'Azora\'s Will'), +(1022526, 5001, 0, 1, 1, 1, 'Heart Ring'), +(1022526, 6383, 0, 1, 1, 1, 'Forest Buckler'), +(1022526, 6387, 0, 1, 1, 1, 'Glimmering Mail Bracers'), +(1022526, 6393, 0, 1, 1, 1, 'Silver-thread Gloves'), +(1022526, 6394, 0, 1, 1, 1, 'Silver-thread Boots'), +(1022526, 6395, 0, 1, 1, 1, 'Silver-thread Amice'), +(1022526, 6397, 0, 1, 1, 1, 'Emblazoned Gloves'), +(1022526, 6398, 0, 1, 1, 1, 'Emblazoned Belt'), +(1022526, 6567, 0, 1, 1, 1, 'Shimmering Armor'), +(1022526, 6568, 0, 1, 1, 1, 'Shimmering Trousers'), +(1022526, 6569, 0, 1, 1, 1, 'Shimmering Robe'), +(1022526, 6584, 0, 1, 1, 1, 'Scouting Tunic'), +(1022526, 6587, 0, 1, 1, 1, 'Scouting Trousers'), +(1022526, 6590, 0, 1, 1, 1, 'Battleforge Boots'), +(1022526, 6591, 0, 1, 1, 1, 'Battleforge Wristguards'), +(1022526, 6592, 0, 1, 1, 1, 'Battleforge Armor'), +(1022526, 6593, 0, 1, 1, 1, 'Battleforge Cloak'), +(1022526, 6594, 0, 1, 1, 1, 'Battleforge Girdle'), +(1022526, 6595, 0, 1, 1, 1, 'Battleforge Gauntlets'), +(1022526, 6596, 0, 1, 1, 1, 'Battleforge Legguards'), +(1022526, 6597, 0, 1, 1, 1, 'Battleforge Shoulderguards'), +(1022526, 6598, 0, 1, 1, 1, 'Dervish Buckler'), +(1022526, 6599, 0, 1, 1, 1, 'Battleforge Shield'), +(1022526, 6600, 0, 1, 1, 1, 'Dervish Belt'), +(1022526, 6601, 0, 1, 1, 1, 'Dervish Boots'), +(1022526, 6602, 0, 1, 1, 1, 'Dervish Bracers'), +(1022526, 6604, 0, 1, 1, 1, 'Dervish Cape'), +(1022526, 6605, 0, 1, 1, 1, 'Dervish Gloves'), +(1022526, 6608, 0, 1, 1, 1, 'Bright Armor'), +(1022526, 6611, 0, 1, 1, 1, 'Sage\'s Sash'), +(1022526, 6612, 0, 1, 1, 1, 'Sage\'s Boots'), +(1022526, 6613, 0, 1, 1, 1, 'Sage\'s Bracers'), +(1022526, 6614, 0, 1, 1, 1, 'Sage\'s Cloak'), +(1022526, 6615, 0, 1, 1, 1, 'Sage\'s Gloves'), +(1022526, 7415, 0, 1, 1, 1, 'Dervish Spaulders'), +(1022526, 7558, 0, 1, 1, 1, 'Shimmering Stave'), +(1022526, 8183, 0, 1, 1, 1, 'Precision Bow'), +(1022526, 8184, 0, 1, 1, 1, 'Firestarter'), +(1022526, 8186, 0, 1, 1, 1, 'Dire Wand'), +(1022526, 9769, 0, 1, 1, 1, 'Greenweave Branch'), +(1022526, 9771, 0, 1, 1, 1, 'Greenweave Gloves'), +(1022526, 9772, 0, 1, 1, 1, 'Greenweave Leggings'), +(1022526, 9773, 0, 1, 1, 1, 'Greenweave Robe'), +(1022526, 9774, 0, 1, 1, 1, 'Greenweave Vest'), +(1022526, 9791, 0, 1, 1, 1, 'Ivycloth Tunic'), +(1022526, 9792, 0, 1, 1, 1, 'Ivycloth Boots'), +(1022526, 9793, 0, 1, 1, 1, 'Ivycloth Bracelets'), +(1022526, 9794, 0, 1, 1, 1, 'Ivycloth Cloak'), +(1022526, 9795, 0, 1, 1, 1, 'Ivycloth Gloves'), +(1022526, 9796, 0, 1, 1, 1, 'Ivycloth Mantle'), +(1022526, 9797, 0, 1, 1, 1, 'Ivycloth Pants'), +(1022526, 9798, 0, 1, 1, 1, 'Ivycloth Robe'), +(1022526, 9799, 0, 1, 1, 1, 'Ivycloth Sash'), +(1022526, 9800, 0, 1, 1, 1, 'Ivy Orb'), +(1022526, 9801, 0, 1, 1, 1, 'Superior Belt'), +(1022526, 9802, 0, 1, 1, 1, 'Superior Boots'), +(1022526, 9803, 0, 1, 1, 1, 'Superior Bracers'), +(1022526, 9804, 0, 1, 1, 1, 'Superior Buckler'), +(1022526, 9805, 0, 1, 1, 1, 'Superior Cloak'), +(1022526, 9806, 0, 1, 1, 1, 'Superior Gloves'), +(1022526, 9807, 0, 1, 1, 1, 'Superior Shoulders'), +(1022526, 9808, 0, 1, 1, 1, 'Superior Leggings'), +(1022526, 9809, 0, 1, 1, 1, 'Superior Tunic'), +(1022526, 9810, 0, 1, 1, 1, 'Fortified Boots'), +(1022526, 9811, 0, 1, 1, 1, 'Fortified Bracers'), +(1022526, 9813, 0, 1, 1, 1, 'Fortified Gauntlets'), +(1022526, 9814, 0, 1, 1, 1, 'Fortified Belt'), +(1022526, 9815, 0, 1, 1, 1, 'Fortified Leggings'), +(1022526, 9816, 0, 1, 1, 1, 'Fortified Shield'), +(1022526, 9817, 0, 1, 1, 1, 'Fortified Spaulders'), +(1022526, 9818, 0, 1, 1, 1, 'Fortified Chain'), +(1022526, 9822, 0, 1, 1, 1, 'Durable Cape'), +(1022526, 9829, 0, 1, 1, 1, 'Scaled Leather Bracers'), +(1022526, 9831, 0, 1, 1, 1, 'Scaled Cloak'), +(1022526, 9838, 0, 1, 1, 1, 'Banded Cloak'), +(1022526, 10287, 0, 1, 1, 1, 'Greenweave Mantle'), +(1022526, 11968, 0, 1, 1, 1, 'Amber Hoop'), +(1022526, 11969, 0, 1, 1, 1, 'Jacinth Circle'), +(1022526, 11983, 0, 1, 1, 1, 'Chrome Ring'), +(1022526, 11984, 0, 1, 1, 1, 'Cobalt Ring'), +(1022526, 11994, 0, 1, 1, 1, 'Coral Band'), +(1022526, 11995, 0, 1, 1, 1, 'Ivory Band'), +(1022526, 12007, 0, 1, 1, 1, 'Prairie Ring'), +(1022526, 12008, 0, 1, 1, 1, 'Savannah Ring'), +(1022526, 12054, 0, 1, 1, 1, 'Demon Band'), +(1022526, 14127, 0, 1, 1, 1, 'Ritual Shroud'), +(1022526, 14133, 0, 1, 1, 1, 'Ritual Tunic'), +(1022526, 14158, 0, 1, 1, 1, 'Pagan Vest'), +(1022526, 14163, 0, 1, 1, 1, 'Pagan Wraps'), +(1022526, 14165, 0, 1, 1, 1, 'Pagan Britches'), +(1022526, 14176, 0, 1, 1, 1, 'Watcher\'s Boots'), +(1022526, 14177, 0, 1, 1, 1, 'Watcher\'s Cuffs'), +(1022526, 14179, 0, 1, 1, 1, 'Watcher\'s Cape'), +(1022526, 14181, 0, 1, 1, 1, 'Watcher\'s Handwraps'), +(1022526, 14182, 0, 1, 1, 1, 'Watcher\'s Mantle'), +(1022526, 14185, 0, 1, 1, 1, 'Watcher\'s Cinch'), +(1022526, 14186, 0, 1, 1, 1, 'Raincaller Mantle'), +(1022526, 14187, 0, 1, 1, 1, 'Raincaller Cuffs'), +(1022526, 14188, 0, 1, 1, 1, 'Raincaller Cloak'), +(1022526, 14194, 0, 1, 1, 1, 'Raincaller Cord'), +(1022526, 14195, 0, 1, 1, 1, 'Raincaller Boots'), +(1022526, 14372, 0, 1, 1, 1, 'Sanguine Armor'), +(1022526, 14373, 0, 1, 1, 1, 'Sanguine Belt'), +(1022526, 14374, 0, 1, 1, 1, 'Sanguine Sandals'), +(1022526, 14375, 0, 1, 1, 1, 'Sanguine Cuffs'), +(1022526, 14377, 0, 1, 1, 1, 'Sanguine Handwraps'), +(1022526, 14378, 0, 1, 1, 1, 'Sanguine Mantle'), +(1022526, 14379, 0, 1, 1, 1, 'Sanguine Trousers'), +(1022526, 14380, 0, 1, 1, 1, 'Sanguine Robe'), +(1022526, 14400, 0, 1, 1, 1, 'Resilient Cape'), +(1022526, 14402, 0, 1, 1, 1, 'Resilient Bands'), +(1022526, 14566, 0, 1, 1, 1, 'Prospector\'s Pads'), +(1022526, 14570, 0, 1, 1, 1, 'Bristlebark Blouse'), +(1022526, 14572, 0, 1, 1, 1, 'Bristlebark Gloves'), +(1022526, 14573, 0, 1, 1, 1, 'Bristlebark Amice'), +(1022526, 14574, 0, 1, 1, 1, 'Bristlebark Britches'), +(1022526, 14578, 0, 1, 1, 1, 'Dokebi Cord'), +(1022526, 14580, 0, 1, 1, 1, 'Dokebi Bracers'), +(1022526, 14582, 0, 1, 1, 1, 'Dokebi Cape'), +(1022526, 14742, 0, 1, 1, 1, 'Hulking Boots'), +(1022526, 14744, 0, 1, 1, 1, 'Hulking Chestguard'), +(1022526, 14748, 0, 1, 1, 1, 'Hulking Leggings'), +(1022526, 14749, 0, 1, 1, 1, 'Hulking Spaulders'), +(1022526, 14750, 0, 1, 1, 1, 'Slayer\'s Cuffs'), +(1022526, 14752, 0, 1, 1, 1, 'Slayer\'s Cape'), +(1022526, 14754, 0, 1, 1, 1, 'Slayer\'s Gloves'), +(1022526, 14755, 0, 1, 1, 1, 'Slayer\'s Sash'), +(1022526, 14756, 0, 1, 1, 1, 'Slayer\'s Slippers'), +(1022526, 15116, 0, 1, 1, 1, 'Rigid Shoulders'), +(1022526, 15117, 0, 1, 1, 1, 'Rigid Leggings'), +(1022526, 15118, 0, 1, 1, 1, 'Rigid Tunic'), +(1022526, 15120, 0, 1, 1, 1, 'Robust Girdle'), +(1022526, 15121, 0, 1, 1, 1, 'Robust Boots'), +(1022526, 15122, 0, 1, 1, 1, 'Robust Bracers'), +(1022526, 15123, 0, 1, 1, 1, 'Robust Buckler'), +(1022526, 15124, 0, 1, 1, 1, 'Robust Cloak'), +(1022526, 15125, 0, 1, 1, 1, 'Robust Gloves'), +(1022526, 15126, 0, 1, 1, 1, 'Robust Leggings'), +(1022526, 15132, 0, 1, 1, 1, 'Cutthroat\'s Armguards'), +(1022526, 15212, 0, 1, 1, 1, 'Fighter Broadsword'), +(1022526, 15223, 0, 1, 1, 1, 'Jagged Star'), +(1022526, 15224, 0, 1, 1, 1, 'Battlesmasher'), +(1022526, 15230, 0, 1, 1, 1, 'Ridge Cleaver'), +(1022526, 15241, 0, 1, 1, 1, 'Battle Knife'), +(1022526, 15249, 0, 1, 1, 1, 'Polished Zweihander'), +(1022526, 15259, 0, 1, 1, 1, 'Hefty Battlehammer'), +(1022526, 15269, 0, 1, 1, 1, 'Massive Battle Axe'), +(1022526, 15284, 0, 1, 1, 1, 'Long Battle Bow'), +(1022526, 15329, 0, 1, 1, 1, 'Wrangler\'s Belt'), +(1022526, 15330, 0, 1, 1, 1, 'Wrangler\'s Boots'), +(1022526, 15332, 0, 1, 1, 1, 'Wrangler\'s Buckler'), +(1022526, 15334, 0, 1, 1, 1, 'Wrangler\'s Gloves'), +(1022526, 15336, 0, 1, 1, 1, 'Wrangler\'s Leggings'), +(1022526, 15337, 0, 1, 1, 1, 'Wrangler\'s Wraps'), +(1022526, 15338, 0, 1, 1, 1, 'Wrangler\'s Mantle'), +(1022526, 15340, 0, 1, 1, 1, 'Pathfinder Cloak'), +(1022526, 15347, 0, 1, 1, 1, 'Pathfinder Belt'), +(1022526, 15348, 0, 1, 1, 1, 'Pathfinder Bracers'), +(1022526, 15500, 0, 1, 1, 1, 'Outrunner\'s Chestguard'), +(1022526, 15511, 0, 1, 1, 1, 'Grunt\'s Legguards'), +(1022526, 15512, 0, 1, 1, 1, 'Grunt\'s Shield'), +(1022526, 15513, 0, 1, 1, 1, 'Grunt\'s Pauldrons'), +(1022526, 15514, 0, 1, 1, 1, 'Grunt\'s Chestpiece'), +(1022526, 15515, 0, 1, 1, 1, 'Spiked Chain Belt'), +(1022526, 15516, 0, 1, 1, 1, 'Spiked Chain Slippers'), +(1022526, 15517, 0, 1, 1, 1, 'Spiked Chain Wristbands'), +(1022526, 15520, 0, 1, 1, 1, 'Spiked Chain Gauntlets'), +(1022526, 15521, 0, 1, 1, 1, 'Spiked Chain Leggings'), +(1022526, 15522, 0, 1, 1, 1, 'Spiked Chain Shield'), +(1022526, 15523, 0, 1, 1, 1, 'Spiked Chain Shoulder Pads'), +(1022526, 15525, 0, 1, 1, 1, 'Sentry\'s Slippers'), +(1022526, 15526, 0, 1, 1, 1, 'Sentry\'s Cape'), +(1022526, 15527, 0, 1, 1, 1, 'Sentry\'s Gloves'), +(1022526, 15528, 0, 1, 1, 1, 'Sentry\'s Sash'), +(1022526, 15529, 0, 1, 1, 1, 'Sentry\'s Leggings'), +(1022526, 15532, 0, 1, 1, 1, 'Sentry\'s Armsplints'), +(1022526, 15535, 0, 1, 1, 1, 'Wicked Chain Bracers'), +(1022526, 15537, 0, 1, 1, 1, 'Wicked Chain Cloak'), +(1022526, 15547, 0, 1, 1, 1, 'Thick Scale Cloak'), +(1022526, 15891, 0, 1, 1, 1, 'Hulking Shield'), +(1022526, 15894, 0, 1, 1, 1, 'Bristlebark Buckler'), +(1022526, 15927, 0, 1, 1, 1, 'Bright Sphere'), +(1022526, 15947, 0, 1, 1, 1, 'Sanguine Star'), +(1022526, 15972, 0, 1, 1, 1, 'Ritual Stein'), +(1022526, 15974, 0, 1, 1, 1, 'Pagan Rod'), +(1022626, 3049, 0, 1, 1, 1, 'Lambent Scale Breastplate'), +(1022626, 3056, 0, 1, 1, 1, 'Forest Leather Pants'), +(1022626, 3055, 0, 1, 1, 1, 'Forest Leather Chestpiece'), +(1022626, 3048, 0, 1, 1, 1, 'Lambent Scale Legguards'), +(1022626, 3047, 0, 1, 1, 1, 'Lambent Scale Gloves'), +(1022626, 3058, 0, 1, 1, 1, 'Forest Leather Gloves'), +(1022626, 3069, 0, 1, 1, 1, 'Bright Robe'), +(1022626, 3067, 0, 1, 1, 1, 'Bright Pants'), +(1022626, 3045, 0, 1, 1, 1, 'Lambent Scale Boots'), +(1022626, 2819, 0, 1, 1, 1, 'Cross Dagger'), +(1022626, 2077, 0, 1, 1, 1, 'Magician Staff'), +(1022626, 2072, 0, 1, 1, 1, 'Dwarven Magestaff'), +(1022626, 3201, 0, 1, 1, 1, 'Barbarian War Axe'), +(1022626, 3206, 0, 1, 1, 1, 'Cavalier Two-hander'), +(1022626, 3212, 0, 1, 1, 1, 'Lambent Scale Bracers'), +(1022626, 3656, 0, 1, 1, 1, 'Lambent Scale Shield'), +(1022626, 4036, 0, 1, 1, 1, 'Silver-thread Cuffs'), +(1022626, 4049, 0, 1, 1, 1, 'Emblazoned Bracers'), +(1022626, 4661, 0, 1, 1, 1, 'Bright Mantle'), +(1022626, 4705, 0, 1, 1, 1, 'Lambent Scale Pauldrons'), +(1022626, 4707, 0, 1, 1, 1, 'Lambent Scale Girdle'), +(1022626, 4709, 0, 1, 1, 1, 'Forest Leather Mantle'), +(1022626, 4711, 0, 1, 1, 1, 'Glimmering Cloak'), +(1022626, 4712, 0, 1, 1, 1, 'Glimmering Mail Girdle'), +(1022626, 4713, 0, 1, 1, 1, 'Silver-thread Cloak'), +(1022626, 4714, 0, 1, 1, 1, 'Silver-thread Sash'), +(1022626, 4715, 0, 1, 1, 1, 'Emblazoned Cloak'), +(1022626, 4999, 0, 1, 1, 1, 'Azora\'s Will'), +(1022626, 5001, 0, 1, 1, 1, 'Heart Ring'), +(1022626, 6387, 0, 1, 1, 1, 'Glimmering Mail Bracers'), +(1022626, 6393, 0, 1, 1, 1, 'Silver-thread Gloves'), +(1022626, 6394, 0, 1, 1, 1, 'Silver-thread Boots'), +(1022626, 6395, 0, 1, 1, 1, 'Silver-thread Amice'), +(1022626, 6397, 0, 1, 1, 1, 'Emblazoned Gloves'), +(1022626, 6398, 0, 1, 1, 1, 'Emblazoned Belt'), +(1022626, 6567, 0, 1, 1, 1, 'Shimmering Armor'), +(1022626, 6569, 0, 1, 1, 1, 'Shimmering Robe'), +(1022626, 6584, 0, 1, 1, 1, 'Scouting Tunic'), +(1022626, 6590, 0, 1, 1, 1, 'Battleforge Boots'), +(1022626, 6591, 0, 1, 1, 1, 'Battleforge Wristguards'), +(1022626, 6592, 0, 1, 1, 1, 'Battleforge Armor'), +(1022626, 6593, 0, 1, 1, 1, 'Battleforge Cloak'), +(1022626, 6594, 0, 1, 1, 1, 'Battleforge Girdle'), +(1022626, 6595, 0, 1, 1, 1, 'Battleforge Gauntlets'), +(1022626, 6596, 0, 1, 1, 1, 'Battleforge Legguards'), +(1022626, 6597, 0, 1, 1, 1, 'Battleforge Shoulderguards'), +(1022626, 6598, 0, 1, 1, 1, 'Dervish Buckler'), +(1022626, 6599, 0, 1, 1, 1, 'Battleforge Shield'), +(1022626, 6600, 0, 1, 1, 1, 'Dervish Belt'), +(1022626, 6601, 0, 1, 1, 1, 'Dervish Boots'), +(1022626, 6602, 0, 1, 1, 1, 'Dervish Bracers'), +(1022626, 6604, 0, 1, 1, 1, 'Dervish Cape'), +(1022626, 6605, 0, 1, 1, 1, 'Dervish Gloves'), +(1022626, 6608, 0, 1, 1, 1, 'Bright Armor'), +(1022626, 6611, 0, 1, 1, 1, 'Sage\'s Sash'), +(1022626, 6612, 0, 1, 1, 1, 'Sage\'s Boots'), +(1022626, 6613, 0, 1, 1, 1, 'Sage\'s Bracers'), +(1022626, 6614, 0, 1, 1, 1, 'Sage\'s Cloak'), +(1022626, 6615, 0, 1, 1, 1, 'Sage\'s Gloves'), +(1022626, 7415, 0, 1, 1, 1, 'Dervish Spaulders'), +(1022626, 7558, 0, 1, 1, 1, 'Shimmering Stave'), +(1022626, 8183, 0, 1, 1, 1, 'Precision Bow'), +(1022626, 8184, 0, 1, 1, 1, 'Firestarter'), +(1022626, 8186, 0, 1, 1, 1, 'Dire Wand'), +(1022626, 9769, 0, 1, 1, 1, 'Greenweave Branch'), +(1022626, 9771, 0, 1, 1, 1, 'Greenweave Gloves'), +(1022626, 9772, 0, 1, 1, 1, 'Greenweave Leggings'), +(1022626, 9773, 0, 1, 1, 1, 'Greenweave Robe'), +(1022626, 9774, 0, 1, 1, 1, 'Greenweave Vest'), +(1022626, 9791, 0, 1, 1, 1, 'Ivycloth Tunic'), +(1022626, 9792, 0, 1, 1, 1, 'Ivycloth Boots'), +(1022626, 9793, 0, 1, 1, 1, 'Ivycloth Bracelets'), +(1022626, 9794, 0, 1, 1, 1, 'Ivycloth Cloak'), +(1022626, 9795, 0, 1, 1, 1, 'Ivycloth Gloves'), +(1022626, 9796, 0, 1, 1, 1, 'Ivycloth Mantle'), +(1022626, 9797, 0, 1, 1, 1, 'Ivycloth Pants'), +(1022626, 9798, 0, 1, 1, 1, 'Ivycloth Robe'), +(1022626, 9799, 0, 1, 1, 1, 'Ivycloth Sash'), +(1022626, 9800, 0, 1, 1, 1, 'Ivy Orb'), +(1022626, 9801, 0, 1, 1, 1, 'Superior Belt'), +(1022626, 9802, 0, 1, 1, 1, 'Superior Boots'), +(1022626, 9803, 0, 1, 1, 1, 'Superior Bracers'), +(1022626, 9804, 0, 1, 1, 1, 'Superior Buckler'), +(1022626, 9806, 0, 1, 1, 1, 'Superior Gloves'), +(1022626, 9807, 0, 1, 1, 1, 'Superior Shoulders'), +(1022626, 9808, 0, 1, 1, 1, 'Superior Leggings'), +(1022626, 9809, 0, 1, 1, 1, 'Superior Tunic'), +(1022626, 9810, 0, 1, 1, 1, 'Fortified Boots'), +(1022626, 9813, 0, 1, 1, 1, 'Fortified Gauntlets'), +(1022626, 9815, 0, 1, 1, 1, 'Fortified Leggings'), +(1022626, 9816, 0, 1, 1, 1, 'Fortified Shield'), +(1022626, 9817, 0, 1, 1, 1, 'Fortified Spaulders'), +(1022626, 9818, 0, 1, 1, 1, 'Fortified Chain'), +(1022626, 9822, 0, 1, 1, 1, 'Durable Cape'), +(1022626, 9829, 0, 1, 1, 1, 'Scaled Leather Bracers'), +(1022626, 9831, 0, 1, 1, 1, 'Scaled Cloak'), +(1022626, 9838, 0, 1, 1, 1, 'Banded Cloak'), +(1022626, 10287, 0, 1, 1, 1, 'Greenweave Mantle'), +(1022626, 11968, 0, 1, 1, 1, 'Amber Hoop'), +(1022626, 11969, 0, 1, 1, 1, 'Jacinth Circle'), +(1022626, 11983, 0, 1, 1, 1, 'Chrome Ring'), +(1022626, 11984, 0, 1, 1, 1, 'Cobalt Ring'), +(1022626, 11994, 0, 1, 1, 1, 'Coral Band'), +(1022626, 11995, 0, 1, 1, 1, 'Ivory Band'), +(1022626, 12007, 0, 1, 1, 1, 'Prairie Ring'), +(1022626, 12008, 0, 1, 1, 1, 'Savannah Ring'), +(1022626, 14158, 0, 1, 1, 1, 'Pagan Vest'), +(1022626, 14163, 0, 1, 1, 1, 'Pagan Wraps'), +(1022626, 14165, 0, 1, 1, 1, 'Pagan Britches'), +(1022626, 14176, 0, 1, 1, 1, 'Watcher\'s Boots'), +(1022626, 14177, 0, 1, 1, 1, 'Watcher\'s Cuffs'), +(1022626, 14181, 0, 1, 1, 1, 'Watcher\'s Handwraps'), +(1022626, 14182, 0, 1, 1, 1, 'Watcher\'s Mantle'), +(1022626, 14185, 0, 1, 1, 1, 'Watcher\'s Cinch'), +(1022626, 14186, 0, 1, 1, 1, 'Raincaller Mantle'), +(1022626, 14187, 0, 1, 1, 1, 'Raincaller Cuffs'), +(1022626, 14188, 0, 1, 1, 1, 'Raincaller Cloak'), +(1022626, 14194, 0, 1, 1, 1, 'Raincaller Cord'), +(1022626, 14195, 0, 1, 1, 1, 'Raincaller Boots'), +(1022626, 14372, 0, 1, 1, 1, 'Sanguine Armor'), +(1022626, 14373, 0, 1, 1, 1, 'Sanguine Belt'), +(1022626, 14375, 0, 1, 1, 1, 'Sanguine Cuffs'), +(1022626, 14377, 0, 1, 1, 1, 'Sanguine Handwraps'), +(1022626, 14378, 0, 1, 1, 1, 'Sanguine Mantle'), +(1022626, 14379, 0, 1, 1, 1, 'Sanguine Trousers'), +(1022626, 14380, 0, 1, 1, 1, 'Sanguine Robe'), +(1022626, 14400, 0, 1, 1, 1, 'Resilient Cape'), +(1022626, 14402, 0, 1, 1, 1, 'Resilient Bands'), +(1022626, 14566, 0, 1, 1, 1, 'Prospector\'s Pads'), +(1022626, 14570, 0, 1, 1, 1, 'Bristlebark Blouse'), +(1022626, 14573, 0, 1, 1, 1, 'Bristlebark Amice'), +(1022626, 14574, 0, 1, 1, 1, 'Bristlebark Britches'), +(1022626, 14578, 0, 1, 1, 1, 'Dokebi Cord'), +(1022626, 14580, 0, 1, 1, 1, 'Dokebi Bracers'), +(1022626, 14582, 0, 1, 1, 1, 'Dokebi Cape'), +(1022626, 14744, 0, 1, 1, 1, 'Hulking Chestguard'), +(1022626, 14748, 0, 1, 1, 1, 'Hulking Leggings'), +(1022626, 14749, 0, 1, 1, 1, 'Hulking Spaulders'), +(1022626, 14750, 0, 1, 1, 1, 'Slayer\'s Cuffs'), +(1022626, 14752, 0, 1, 1, 1, 'Slayer\'s Cape'), +(1022626, 14754, 0, 1, 1, 1, 'Slayer\'s Gloves'), +(1022626, 14755, 0, 1, 1, 1, 'Slayer\'s Sash'), +(1022626, 14756, 0, 1, 1, 1, 'Slayer\'s Slippers'), +(1022626, 15116, 0, 1, 1, 1, 'Rigid Shoulders'), +(1022626, 15118, 0, 1, 1, 1, 'Rigid Tunic'), +(1022626, 15120, 0, 1, 1, 1, 'Robust Girdle'), +(1022626, 15121, 0, 1, 1, 1, 'Robust Boots'), +(1022626, 15122, 0, 1, 1, 1, 'Robust Bracers'), +(1022626, 15123, 0, 1, 1, 1, 'Robust Buckler'), +(1022626, 15124, 0, 1, 1, 1, 'Robust Cloak'), +(1022626, 15125, 0, 1, 1, 1, 'Robust Gloves'), +(1022626, 15126, 0, 1, 1, 1, 'Robust Leggings'), +(1022626, 15132, 0, 1, 1, 1, 'Cutthroat\'s Armguards'), +(1022626, 15212, 0, 1, 1, 1, 'Fighter Broadsword'), +(1022626, 15224, 0, 1, 1, 1, 'Battlesmasher'), +(1022626, 15230, 0, 1, 1, 1, 'Ridge Cleaver'), +(1022626, 15241, 0, 1, 1, 1, 'Battle Knife'), +(1022626, 15249, 0, 1, 1, 1, 'Polished Zweihander'), +(1022626, 15259, 0, 1, 1, 1, 'Hefty Battlehammer'), +(1022626, 15284, 0, 1, 1, 1, 'Long Battle Bow'), +(1022626, 15330, 0, 1, 1, 1, 'Wrangler\'s Boots'), +(1022626, 15332, 0, 1, 1, 1, 'Wrangler\'s Buckler'), +(1022626, 15334, 0, 1, 1, 1, 'Wrangler\'s Gloves'), +(1022626, 15336, 0, 1, 1, 1, 'Wrangler\'s Leggings'), +(1022626, 15337, 0, 1, 1, 1, 'Wrangler\'s Wraps'), +(1022626, 15338, 0, 1, 1, 1, 'Wrangler\'s Mantle'), +(1022626, 15340, 0, 1, 1, 1, 'Pathfinder Cloak'), +(1022626, 15347, 0, 1, 1, 1, 'Pathfinder Belt'), +(1022626, 15348, 0, 1, 1, 1, 'Pathfinder Bracers'), +(1022626, 15513, 0, 1, 1, 1, 'Grunt\'s Pauldrons'), +(1022626, 15514, 0, 1, 1, 1, 'Grunt\'s Chestpiece'), +(1022626, 15515, 0, 1, 1, 1, 'Spiked Chain Belt'), +(1022626, 15516, 0, 1, 1, 1, 'Spiked Chain Slippers'), +(1022626, 15517, 0, 1, 1, 1, 'Spiked Chain Wristbands'), +(1022626, 15520, 0, 1, 1, 1, 'Spiked Chain Gauntlets'), +(1022626, 15521, 0, 1, 1, 1, 'Spiked Chain Leggings'), +(1022626, 15522, 0, 1, 1, 1, 'Spiked Chain Shield'), +(1022626, 15523, 0, 1, 1, 1, 'Spiked Chain Shoulder Pads'), +(1022626, 15525, 0, 1, 1, 1, 'Sentry\'s Slippers'), +(1022626, 15527, 0, 1, 1, 1, 'Sentry\'s Gloves'), +(1022626, 15528, 0, 1, 1, 1, 'Sentry\'s Sash'), +(1022626, 15529, 0, 1, 1, 1, 'Sentry\'s Leggings'), +(1022626, 15532, 0, 1, 1, 1, 'Sentry\'s Armsplints'), +(1022626, 15535, 0, 1, 1, 1, 'Wicked Chain Bracers'), +(1022626, 15537, 0, 1, 1, 1, 'Wicked Chain Cloak'), +(1022626, 15547, 0, 1, 1, 1, 'Thick Scale Cloak'), +(1022626, 15891, 0, 1, 1, 1, 'Hulking Shield'), +(1022626, 15894, 0, 1, 1, 1, 'Bristlebark Buckler'), +(1022626, 15927, 0, 1, 1, 1, 'Bright Sphere'), +(1022626, 15947, 0, 1, 1, 1, 'Sanguine Star'), +(1022626, 15974, 0, 1, 1, 1, 'Pagan Rod'), +(1022627, 2072, 0, 1, 1, 1, 'Dwarven Magestaff'), +(1022627, 2077, 0, 1, 1, 1, 'Magician Staff'), +(1022627, 2819, 0, 1, 1, 1, 'Cross Dagger'), +(1022627, 3045, 0, 1, 1, 1, 'Lambent Scale Boots'), +(1022627, 3047, 0, 1, 1, 1, 'Lambent Scale Gloves'), +(1022627, 3048, 0, 1, 1, 1, 'Lambent Scale Legguards'), +(1022627, 3049, 0, 1, 1, 1, 'Lambent Scale Breastplate'), +(1022627, 3055, 0, 1, 1, 1, 'Forest Leather Chestpiece'), +(1022627, 3056, 0, 1, 1, 1, 'Forest Leather Pants'), +(1022627, 3058, 0, 1, 1, 1, 'Forest Leather Gloves'), +(1022627, 3067, 0, 1, 1, 1, 'Bright Pants'), +(1022627, 3069, 0, 1, 1, 1, 'Bright Robe'), +(1022627, 3186, 0, 1, 1, 1, 'Viking Sword'), +(1022627, 3201, 0, 1, 1, 1, 'Barbarian War Axe'), +(1022627, 3206, 0, 1, 1, 1, 'Cavalier Two-hander'), +(1022627, 3210, 0, 1, 1, 1, 'Brutal War Axe'), +(1022627, 3212, 0, 1, 1, 1, 'Lambent Scale Bracers'), +(1022627, 3656, 0, 1, 1, 1, 'Lambent Scale Shield'), +(1022627, 4036, 0, 1, 1, 1, 'Silver-thread Cuffs'), +(1022627, 4037, 0, 1, 1, 1, 'Silver-thread Pants'), +(1022627, 4049, 0, 1, 1, 1, 'Emblazoned Bracers'), +(1022627, 4051, 0, 1, 1, 1, 'Emblazoned Boots'), +(1022627, 4064, 0, 1, 1, 1, 'Emblazoned Buckler'), +(1022627, 4072, 0, 1, 1, 1, 'Glimmering Mail Gauntlets'), +(1022627, 4661, 0, 1, 1, 1, 'Bright Mantle'), +(1022627, 4705, 0, 1, 1, 1, 'Lambent Scale Pauldrons'), +(1022627, 4707, 0, 1, 1, 1, 'Lambent Scale Girdle'), +(1022627, 4709, 0, 1, 1, 1, 'Forest Leather Mantle'), +(1022627, 4711, 0, 1, 1, 1, 'Glimmering Cloak'), +(1022627, 4712, 0, 1, 1, 1, 'Glimmering Mail Girdle'), +(1022627, 4713, 0, 1, 1, 1, 'Silver-thread Cloak'), +(1022627, 4714, 0, 1, 1, 1, 'Silver-thread Sash'), +(1022627, 4715, 0, 1, 1, 1, 'Emblazoned Cloak'), +(1022627, 4999, 0, 1, 1, 1, 'Azora\'s Will'), +(1022627, 5001, 0, 1, 1, 1, 'Heart Ring'), +(1022627, 5002, 0, 1, 1, 1, 'Glowing Green Talisman'), +(1022627, 6386, 0, 1, 1, 1, 'Glimmering Mail Legguards'), +(1022627, 6387, 0, 1, 1, 1, 'Glimmering Mail Bracers'), +(1022627, 6388, 0, 1, 1, 1, 'Glimmering Mail Pauldrons'), +(1022627, 6393, 0, 1, 1, 1, 'Silver-thread Gloves'), +(1022627, 6394, 0, 1, 1, 1, 'Silver-thread Boots'), +(1022627, 6395, 0, 1, 1, 1, 'Silver-thread Amice'), +(1022627, 6397, 0, 1, 1, 1, 'Emblazoned Gloves'), +(1022627, 6398, 0, 1, 1, 1, 'Emblazoned Belt'), +(1022627, 6399, 0, 1, 1, 1, 'Emblazoned Shoulders'), +(1022627, 6567, 0, 1, 1, 1, 'Shimmering Armor'), +(1022627, 6569, 0, 1, 1, 1, 'Shimmering Robe'), +(1022627, 6584, 0, 1, 1, 1, 'Scouting Tunic'), +(1022627, 6590, 0, 1, 1, 1, 'Battleforge Boots'), +(1022627, 6591, 0, 1, 1, 1, 'Battleforge Wristguards'), +(1022627, 6592, 0, 1, 1, 1, 'Battleforge Armor'), +(1022627, 6593, 0, 1, 1, 1, 'Battleforge Cloak'), +(1022627, 6594, 0, 1, 1, 1, 'Battleforge Girdle'), +(1022627, 6595, 0, 1, 1, 1, 'Battleforge Gauntlets'), +(1022627, 6596, 0, 1, 1, 1, 'Battleforge Legguards'), +(1022627, 6597, 0, 1, 1, 1, 'Battleforge Shoulderguards'), +(1022627, 6598, 0, 1, 1, 1, 'Dervish Buckler'), +(1022627, 6599, 0, 1, 1, 1, 'Battleforge Shield'), +(1022627, 6600, 0, 1, 1, 1, 'Dervish Belt'), +(1022627, 6601, 0, 1, 1, 1, 'Dervish Boots'), +(1022627, 6602, 0, 1, 1, 1, 'Dervish Bracers'), +(1022627, 6603, 0, 1, 1, 1, 'Dervish Tunic'), +(1022627, 6604, 0, 1, 1, 1, 'Dervish Cape'), +(1022627, 6605, 0, 1, 1, 1, 'Dervish Gloves'), +(1022627, 6607, 0, 1, 1, 1, 'Dervish Leggings'), +(1022627, 6608, 0, 1, 1, 1, 'Bright Armor'), +(1022627, 6611, 0, 1, 1, 1, 'Sage\'s Sash'), +(1022627, 6612, 0, 1, 1, 1, 'Sage\'s Boots'), +(1022627, 6613, 0, 1, 1, 1, 'Sage\'s Bracers'), +(1022627, 6614, 0, 1, 1, 1, 'Sage\'s Cloak'), +(1022627, 6615, 0, 1, 1, 1, 'Sage\'s Gloves'), +(1022627, 6617, 0, 1, 1, 1, 'Sage\'s Mantle'), +(1022627, 7356, 0, 1, 1, 1, 'Elder\'s Cloak'), +(1022627, 7415, 0, 1, 1, 1, 'Dervish Spaulders'), +(1022627, 7419, 0, 1, 1, 1, 'Phalanx Cloak'), +(1022627, 7558, 0, 1, 1, 1, 'Shimmering Stave'), +(1022627, 8183, 0, 1, 1, 1, 'Precision Bow'), +(1022627, 8184, 0, 1, 1, 1, 'Firestarter'), +(1022627, 8186, 0, 1, 1, 1, 'Dire Wand'), +(1022627, 9769, 0, 1, 1, 1, 'Greenweave Branch'), +(1022627, 9771, 0, 1, 1, 1, 'Greenweave Gloves'), +(1022627, 9772, 0, 1, 1, 1, 'Greenweave Leggings'), +(1022627, 9773, 0, 1, 1, 1, 'Greenweave Robe'), +(1022627, 9774, 0, 1, 1, 1, 'Greenweave Vest'), +(1022627, 9791, 0, 1, 1, 1, 'Ivycloth Tunic'), +(1022627, 9792, 0, 1, 1, 1, 'Ivycloth Boots'), +(1022627, 9793, 0, 1, 1, 1, 'Ivycloth Bracelets'), +(1022627, 9794, 0, 1, 1, 1, 'Ivycloth Cloak'), +(1022627, 9795, 0, 1, 1, 1, 'Ivycloth Gloves'), +(1022627, 9796, 0, 1, 1, 1, 'Ivycloth Mantle'), +(1022627, 9797, 0, 1, 1, 1, 'Ivycloth Pants'), +(1022627, 9798, 0, 1, 1, 1, 'Ivycloth Robe'), +(1022627, 9799, 0, 1, 1, 1, 'Ivycloth Sash'), +(1022627, 9800, 0, 1, 1, 1, 'Ivy Orb'), +(1022627, 9801, 0, 1, 1, 1, 'Superior Belt'), +(1022627, 9802, 0, 1, 1, 1, 'Superior Boots'), +(1022627, 9803, 0, 1, 1, 1, 'Superior Bracers'), +(1022627, 9804, 0, 1, 1, 1, 'Superior Buckler'), +(1022627, 9806, 0, 1, 1, 1, 'Superior Gloves'), +(1022627, 9807, 0, 1, 1, 1, 'Superior Shoulders'), +(1022627, 9808, 0, 1, 1, 1, 'Superior Leggings'), +(1022627, 9809, 0, 1, 1, 1, 'Superior Tunic'), +(1022627, 9810, 0, 1, 1, 1, 'Fortified Boots'), +(1022627, 9813, 0, 1, 1, 1, 'Fortified Gauntlets'), +(1022627, 9815, 0, 1, 1, 1, 'Fortified Leggings'), +(1022627, 9816, 0, 1, 1, 1, 'Fortified Shield'), +(1022627, 9817, 0, 1, 1, 1, 'Fortified Spaulders'), +(1022627, 9818, 0, 1, 1, 1, 'Fortified Chain'), +(1022627, 9821, 0, 1, 1, 1, 'Durable Bracers'), +(1022627, 9822, 0, 1, 1, 1, 'Durable Cape'), +(1022627, 9827, 0, 1, 1, 1, 'Scaled Leather Belt'), +(1022627, 9829, 0, 1, 1, 1, 'Scaled Leather Bracers'), +(1022627, 9831, 0, 1, 1, 1, 'Scaled Cloak'), +(1022627, 9837, 0, 1, 1, 1, 'Banded Bracers'), +(1022627, 9838, 0, 1, 1, 1, 'Banded Cloak'), +(1022627, 10287, 0, 1, 1, 1, 'Greenweave Mantle'), +(1022627, 10404, 0, 1, 1, 1, 'Durable Belt'), +(1022627, 11968, 0, 1, 1, 1, 'Amber Hoop'), +(1022627, 11969, 0, 1, 1, 1, 'Jacinth Circle'), +(1022627, 11983, 0, 1, 1, 1, 'Chrome Ring'), +(1022627, 11984, 0, 1, 1, 1, 'Cobalt Ring'), +(1022627, 11994, 0, 1, 1, 1, 'Coral Band'), +(1022627, 11995, 0, 1, 1, 1, 'Ivory Band'), +(1022627, 12007, 0, 1, 1, 1, 'Prairie Ring'), +(1022627, 12008, 0, 1, 1, 1, 'Savannah Ring'), +(1022627, 12047, 0, 1, 1, 1, 'Spectral Necklace'), +(1022627, 14158, 0, 1, 1, 1, 'Pagan Vest'), +(1022627, 14163, 0, 1, 1, 1, 'Pagan Wraps'), +(1022627, 14165, 0, 1, 1, 1, 'Pagan Britches'), +(1022627, 14176, 0, 1, 1, 1, 'Watcher\'s Boots'), +(1022627, 14177, 0, 1, 1, 1, 'Watcher\'s Cuffs'), +(1022627, 14180, 0, 1, 1, 1, 'Watcher\'s Jerkin'), +(1022627, 14181, 0, 1, 1, 1, 'Watcher\'s Handwraps'), +(1022627, 14182, 0, 1, 1, 1, 'Watcher\'s Mantle'), +(1022627, 14183, 0, 1, 1, 1, 'Watcher\'s Leggings'), +(1022627, 14184, 0, 1, 1, 1, 'Watcher\'s Robes'), +(1022627, 14185, 0, 1, 1, 1, 'Watcher\'s Cinch'), +(1022627, 14186, 0, 1, 1, 1, 'Raincaller Mantle'), +(1022627, 14187, 0, 1, 1, 1, 'Raincaller Cuffs'), +(1022627, 14188, 0, 1, 1, 1, 'Raincaller Cloak'), +(1022627, 14191, 0, 1, 1, 1, 'Raincaller Mitts'), +(1022627, 14194, 0, 1, 1, 1, 'Raincaller Cord'), +(1022627, 14195, 0, 1, 1, 1, 'Raincaller Boots'), +(1022627, 14197, 0, 1, 1, 1, 'Thistlefur Bands'), +(1022627, 14372, 0, 1, 1, 1, 'Sanguine Armor'), +(1022627, 14373, 0, 1, 1, 1, 'Sanguine Belt'), +(1022627, 14375, 0, 1, 1, 1, 'Sanguine Cuffs'), +(1022627, 14377, 0, 1, 1, 1, 'Sanguine Handwraps'), +(1022627, 14378, 0, 1, 1, 1, 'Sanguine Mantle'), +(1022627, 14379, 0, 1, 1, 1, 'Sanguine Trousers'), +(1022627, 14380, 0, 1, 1, 1, 'Sanguine Robe'), +(1022627, 14400, 0, 1, 1, 1, 'Resilient Cape'), +(1022627, 14402, 0, 1, 1, 1, 'Resilient Bands'), +(1022627, 14406, 0, 1, 1, 1, 'Resilient Cord'), +(1022627, 14566, 0, 1, 1, 1, 'Prospector\'s Pads'), +(1022627, 14570, 0, 1, 1, 1, 'Bristlebark Blouse'), +(1022627, 14573, 0, 1, 1, 1, 'Bristlebark Amice'), +(1022627, 14574, 0, 1, 1, 1, 'Bristlebark Britches'), +(1022627, 14578, 0, 1, 1, 1, 'Dokebi Cord'), +(1022627, 14580, 0, 1, 1, 1, 'Dokebi Bracers'), +(1022627, 14582, 0, 1, 1, 1, 'Dokebi Cape'), +(1022627, 14744, 0, 1, 1, 1, 'Hulking Chestguard'), +(1022627, 14748, 0, 1, 1, 1, 'Hulking Leggings'), +(1022627, 14749, 0, 1, 1, 1, 'Hulking Spaulders'), +(1022627, 14750, 0, 1, 1, 1, 'Slayer\'s Cuffs'), +(1022627, 14752, 0, 1, 1, 1, 'Slayer\'s Cape'), +(1022627, 14754, 0, 1, 1, 1, 'Slayer\'s Gloves'), +(1022627, 14755, 0, 1, 1, 1, 'Slayer\'s Sash'), +(1022627, 14756, 0, 1, 1, 1, 'Slayer\'s Slippers'), +(1022627, 15116, 0, 1, 1, 1, 'Rigid Shoulders'), +(1022627, 15118, 0, 1, 1, 1, 'Rigid Tunic'), +(1022627, 15120, 0, 1, 1, 1, 'Robust Girdle'), +(1022627, 15121, 0, 1, 1, 1, 'Robust Boots'), +(1022627, 15122, 0, 1, 1, 1, 'Robust Bracers'), +(1022627, 15123, 0, 1, 1, 1, 'Robust Buckler'), +(1022627, 15124, 0, 1, 1, 1, 'Robust Cloak'), +(1022627, 15125, 0, 1, 1, 1, 'Robust Gloves'), +(1022627, 15126, 0, 1, 1, 1, 'Robust Leggings'), +(1022627, 15127, 0, 1, 1, 1, 'Robust Shoulders'), +(1022627, 15132, 0, 1, 1, 1, 'Cutthroat\'s Armguards'), +(1022627, 15135, 0, 1, 1, 1, 'Cutthroat\'s Cape'), +(1022627, 15212, 0, 1, 1, 1, 'Fighter Broadsword'), +(1022627, 15224, 0, 1, 1, 1, 'Battlesmasher'), +(1022627, 15230, 0, 1, 1, 1, 'Ridge Cleaver'), +(1022627, 15241, 0, 1, 1, 1, 'Battle Knife'), +(1022627, 15242, 0, 1, 1, 1, 'Honed Stiletto'), +(1022627, 15249, 0, 1, 1, 1, 'Polished Zweihander'), +(1022627, 15259, 0, 1, 1, 1, 'Hefty Battlehammer'), +(1022627, 15284, 0, 1, 1, 1, 'Long Battle Bow'), +(1022627, 15330, 0, 1, 1, 1, 'Wrangler\'s Boots'), +(1022627, 15332, 0, 1, 1, 1, 'Wrangler\'s Buckler'), +(1022627, 15334, 0, 1, 1, 1, 'Wrangler\'s Gloves'), +(1022627, 15336, 0, 1, 1, 1, 'Wrangler\'s Leggings'), +(1022627, 15337, 0, 1, 1, 1, 'Wrangler\'s Wraps'), +(1022627, 15338, 0, 1, 1, 1, 'Wrangler\'s Mantle'), +(1022627, 15340, 0, 1, 1, 1, 'Pathfinder Cloak'), +(1022627, 15341, 0, 1, 1, 1, 'Pathfinder Footpads'), +(1022627, 15342, 0, 1, 1, 1, 'Pathfinder Guard'), +(1022627, 15343, 0, 1, 1, 1, 'Pathfinder Gloves'), +(1022627, 15347, 0, 1, 1, 1, 'Pathfinder Belt'), +(1022627, 15348, 0, 1, 1, 1, 'Pathfinder Bracers'), +(1022627, 15351, 0, 1, 1, 1, 'Headhunter\'s Bands'), +(1022627, 15513, 0, 1, 1, 1, 'Grunt\'s Pauldrons'), +(1022627, 15514, 0, 1, 1, 1, 'Grunt\'s Chestpiece'), +(1022627, 15515, 0, 1, 1, 1, 'Spiked Chain Belt'), +(1022627, 15516, 0, 1, 1, 1, 'Spiked Chain Slippers'), +(1022627, 15517, 0, 1, 1, 1, 'Spiked Chain Wristbands'), +(1022627, 15518, 0, 1, 1, 1, 'Spiked Chain Breastplate'), +(1022627, 15520, 0, 1, 1, 1, 'Spiked Chain Gauntlets'), +(1022627, 15521, 0, 1, 1, 1, 'Spiked Chain Leggings'), +(1022627, 15522, 0, 1, 1, 1, 'Spiked Chain Shield'), +(1022627, 15523, 0, 1, 1, 1, 'Spiked Chain Shoulder Pads'), +(1022627, 15525, 0, 1, 1, 1, 'Sentry\'s Slippers'), +(1022627, 15527, 0, 1, 1, 1, 'Sentry\'s Gloves'), +(1022627, 15528, 0, 1, 1, 1, 'Sentry\'s Sash'), +(1022627, 15529, 0, 1, 1, 1, 'Sentry\'s Leggings'), +(1022627, 15531, 0, 1, 1, 1, 'Sentry\'s Shoulderguards'), +(1022627, 15532, 0, 1, 1, 1, 'Sentry\'s Armsplints'), +(1022627, 15535, 0, 1, 1, 1, 'Wicked Chain Bracers'), +(1022627, 15537, 0, 1, 1, 1, 'Wicked Chain Cloak'), +(1022627, 15538, 0, 1, 1, 1, 'Wicked Chain Gauntlets'), +(1022627, 15539, 0, 1, 1, 1, 'Wicked Chain Waistband'), +(1022627, 15545, 0, 1, 1, 1, 'Thick Scale Bracelets'), +(1022627, 15547, 0, 1, 1, 1, 'Thick Scale Cloak'), +(1022627, 15891, 0, 1, 1, 1, 'Hulking Shield'), +(1022627, 15894, 0, 1, 1, 1, 'Bristlebark Buckler'), +(1022627, 15927, 0, 1, 1, 1, 'Bright Sphere'), +(1022627, 15947, 0, 1, 1, 1, 'Sanguine Star'), +(1022627, 15973, 0, 1, 1, 1, 'Watcher\'s Star'), +(1022627, 15974, 0, 1, 1, 1, 'Pagan Rod'), +(1022727, 2072, 0, 1, 1, 1, 'Dwarven Magestaff'), +(1022727, 2077, 0, 1, 1, 1, 'Magician Staff'), +(1022727, 2819, 0, 1, 1, 1, 'Cross Dagger'), +(1022727, 3045, 0, 1, 1, 1, 'Lambent Scale Boots'), +(1022727, 3047, 0, 1, 1, 1, 'Lambent Scale Gloves'), +(1022727, 3048, 0, 1, 1, 1, 'Lambent Scale Legguards'), +(1022727, 3049, 0, 1, 1, 1, 'Lambent Scale Breastplate'), +(1022727, 3055, 0, 1, 1, 1, 'Forest Leather Chestpiece'), +(1022727, 3056, 0, 1, 1, 1, 'Forest Leather Pants'), +(1022727, 3067, 0, 1, 1, 1, 'Bright Pants'), +(1022727, 3069, 0, 1, 1, 1, 'Bright Robe'), +(1022727, 3186, 0, 1, 1, 1, 'Viking Sword'), +(1022727, 3201, 0, 1, 1, 1, 'Barbarian War Axe'), +(1022727, 3206, 0, 1, 1, 1, 'Cavalier Two-hander'), +(1022727, 3210, 0, 1, 1, 1, 'Brutal War Axe'), +(1022727, 3212, 0, 1, 1, 1, 'Lambent Scale Bracers'), +(1022727, 3656, 0, 1, 1, 1, 'Lambent Scale Shield'), +(1022727, 4036, 0, 1, 1, 1, 'Silver-thread Cuffs'), +(1022727, 4037, 0, 1, 1, 1, 'Silver-thread Pants'), +(1022727, 4049, 0, 1, 1, 1, 'Emblazoned Bracers'), +(1022727, 4051, 0, 1, 1, 1, 'Emblazoned Boots'), +(1022727, 4064, 0, 1, 1, 1, 'Emblazoned Buckler'), +(1022727, 4072, 0, 1, 1, 1, 'Glimmering Mail Gauntlets'), +(1022727, 4661, 0, 1, 1, 1, 'Bright Mantle'), +(1022727, 4705, 0, 1, 1, 1, 'Lambent Scale Pauldrons'), +(1022727, 4707, 0, 1, 1, 1, 'Lambent Scale Girdle'), +(1022727, 4711, 0, 1, 1, 1, 'Glimmering Cloak'), +(1022727, 4712, 0, 1, 1, 1, 'Glimmering Mail Girdle'), +(1022727, 4713, 0, 1, 1, 1, 'Silver-thread Cloak'), +(1022727, 4714, 0, 1, 1, 1, 'Silver-thread Sash'), +(1022727, 4715, 0, 1, 1, 1, 'Emblazoned Cloak'), +(1022727, 4999, 0, 1, 1, 1, 'Azora\'s Will'), +(1022727, 5001, 0, 1, 1, 1, 'Heart Ring'), +(1022727, 5002, 0, 1, 1, 1, 'Glowing Green Talisman'), +(1022727, 6386, 0, 1, 1, 1, 'Glimmering Mail Legguards'), +(1022727, 6387, 0, 1, 1, 1, 'Glimmering Mail Bracers'), +(1022727, 6388, 0, 1, 1, 1, 'Glimmering Mail Pauldrons'), +(1022727, 6393, 0, 1, 1, 1, 'Silver-thread Gloves'), +(1022727, 6394, 0, 1, 1, 1, 'Silver-thread Boots'), +(1022727, 6395, 0, 1, 1, 1, 'Silver-thread Amice'), +(1022727, 6397, 0, 1, 1, 1, 'Emblazoned Gloves'), +(1022727, 6398, 0, 1, 1, 1, 'Emblazoned Belt'), +(1022727, 6399, 0, 1, 1, 1, 'Emblazoned Shoulders'), +(1022727, 6590, 0, 1, 1, 1, 'Battleforge Boots'), +(1022727, 6591, 0, 1, 1, 1, 'Battleforge Wristguards'), +(1022727, 6592, 0, 1, 1, 1, 'Battleforge Armor'), +(1022727, 6593, 0, 1, 1, 1, 'Battleforge Cloak'), +(1022727, 6594, 0, 1, 1, 1, 'Battleforge Girdle'), +(1022727, 6595, 0, 1, 1, 1, 'Battleforge Gauntlets'), +(1022727, 6596, 0, 1, 1, 1, 'Battleforge Legguards'), +(1022727, 6597, 0, 1, 1, 1, 'Battleforge Shoulderguards'), +(1022727, 6598, 0, 1, 1, 1, 'Dervish Buckler'), +(1022727, 6599, 0, 1, 1, 1, 'Battleforge Shield'), +(1022727, 6600, 0, 1, 1, 1, 'Dervish Belt'), +(1022727, 6601, 0, 1, 1, 1, 'Dervish Boots'), +(1022727, 6602, 0, 1, 1, 1, 'Dervish Bracers'), +(1022727, 6603, 0, 1, 1, 1, 'Dervish Tunic'), +(1022727, 6604, 0, 1, 1, 1, 'Dervish Cape'), +(1022727, 6605, 0, 1, 1, 1, 'Dervish Gloves'), +(1022727, 6607, 0, 1, 1, 1, 'Dervish Leggings'), +(1022727, 6608, 0, 1, 1, 1, 'Bright Armor'), +(1022727, 6611, 0, 1, 1, 1, 'Sage\'s Sash'), +(1022727, 6612, 0, 1, 1, 1, 'Sage\'s Boots'), +(1022727, 6613, 0, 1, 1, 1, 'Sage\'s Bracers'), +(1022727, 6614, 0, 1, 1, 1, 'Sage\'s Cloak'), +(1022727, 6615, 0, 1, 1, 1, 'Sage\'s Gloves'), +(1022727, 6617, 0, 1, 1, 1, 'Sage\'s Mantle'), +(1022727, 7356, 0, 1, 1, 1, 'Elder\'s Cloak'), +(1022727, 7415, 0, 1, 1, 1, 'Dervish Spaulders'), +(1022727, 7419, 0, 1, 1, 1, 'Phalanx Cloak'), +(1022727, 8183, 0, 1, 1, 1, 'Precision Bow'), +(1022727, 8184, 0, 1, 1, 1, 'Firestarter'), +(1022727, 8186, 0, 1, 1, 1, 'Dire Wand'), +(1022727, 9769, 0, 1, 1, 1, 'Greenweave Branch'), +(1022727, 9772, 0, 1, 1, 1, 'Greenweave Leggings'), +(1022727, 9773, 0, 1, 1, 1, 'Greenweave Robe'), +(1022727, 9774, 0, 1, 1, 1, 'Greenweave Vest'), +(1022727, 9791, 0, 1, 1, 1, 'Ivycloth Tunic'), +(1022727, 9795, 0, 1, 1, 1, 'Ivycloth Gloves'), +(1022727, 9796, 0, 1, 1, 1, 'Ivycloth Mantle'), +(1022727, 9797, 0, 1, 1, 1, 'Ivycloth Pants'), +(1022727, 9798, 0, 1, 1, 1, 'Ivycloth Robe'), +(1022727, 9799, 0, 1, 1, 1, 'Ivycloth Sash'), +(1022727, 9800, 0, 1, 1, 1, 'Ivy Orb'), +(1022727, 9802, 0, 1, 1, 1, 'Superior Boots'), +(1022727, 9803, 0, 1, 1, 1, 'Superior Bracers'), +(1022727, 9804, 0, 1, 1, 1, 'Superior Buckler'), +(1022727, 9806, 0, 1, 1, 1, 'Superior Gloves'), +(1022727, 9807, 0, 1, 1, 1, 'Superior Shoulders'), +(1022727, 9808, 0, 1, 1, 1, 'Superior Leggings'), +(1022727, 9809, 0, 1, 1, 1, 'Superior Tunic'), +(1022727, 9817, 0, 1, 1, 1, 'Fortified Spaulders'), +(1022727, 9821, 0, 1, 1, 1, 'Durable Bracers'), +(1022727, 9822, 0, 1, 1, 1, 'Durable Cape'), +(1022727, 9827, 0, 1, 1, 1, 'Scaled Leather Belt'), +(1022727, 9829, 0, 1, 1, 1, 'Scaled Leather Bracers'), +(1022727, 9831, 0, 1, 1, 1, 'Scaled Cloak'), +(1022727, 9837, 0, 1, 1, 1, 'Banded Bracers'), +(1022727, 9838, 0, 1, 1, 1, 'Banded Cloak'), +(1022727, 10287, 0, 1, 1, 1, 'Greenweave Mantle'), +(1022727, 10404, 0, 1, 1, 1, 'Durable Belt'), +(1022727, 11968, 0, 1, 1, 1, 'Amber Hoop'), +(1022727, 11969, 0, 1, 1, 1, 'Jacinth Circle'), +(1022727, 11983, 0, 1, 1, 1, 'Chrome Ring'), +(1022727, 11984, 0, 1, 1, 1, 'Cobalt Ring'), +(1022727, 11995, 0, 1, 1, 1, 'Ivory Band'), +(1022727, 12008, 0, 1, 1, 1, 'Savannah Ring'), +(1022727, 12047, 0, 1, 1, 1, 'Spectral Necklace'), +(1022727, 14158, 0, 1, 1, 1, 'Pagan Vest'), +(1022727, 14163, 0, 1, 1, 1, 'Pagan Wraps'), +(1022727, 14176, 0, 1, 1, 1, 'Watcher\'s Boots'), +(1022727, 14177, 0, 1, 1, 1, 'Watcher\'s Cuffs'), +(1022727, 14180, 0, 1, 1, 1, 'Watcher\'s Jerkin'), +(1022727, 14181, 0, 1, 1, 1, 'Watcher\'s Handwraps'), +(1022727, 14182, 0, 1, 1, 1, 'Watcher\'s Mantle'), +(1022727, 14183, 0, 1, 1, 1, 'Watcher\'s Leggings'), +(1022727, 14184, 0, 1, 1, 1, 'Watcher\'s Robes'), +(1022727, 14185, 0, 1, 1, 1, 'Watcher\'s Cinch'), +(1022727, 14186, 0, 1, 1, 1, 'Raincaller Mantle'), +(1022727, 14187, 0, 1, 1, 1, 'Raincaller Cuffs'), +(1022727, 14188, 0, 1, 1, 1, 'Raincaller Cloak'), +(1022727, 14191, 0, 1, 1, 1, 'Raincaller Mitts'), +(1022727, 14194, 0, 1, 1, 1, 'Raincaller Cord'), +(1022727, 14195, 0, 1, 1, 1, 'Raincaller Boots'), +(1022727, 14197, 0, 1, 1, 1, 'Thistlefur Bands'), +(1022727, 14372, 0, 1, 1, 1, 'Sanguine Armor'), +(1022727, 14377, 0, 1, 1, 1, 'Sanguine Handwraps'), +(1022727, 14378, 0, 1, 1, 1, 'Sanguine Mantle'), +(1022727, 14379, 0, 1, 1, 1, 'Sanguine Trousers'), +(1022727, 14380, 0, 1, 1, 1, 'Sanguine Robe'), +(1022727, 14400, 0, 1, 1, 1, 'Resilient Cape'), +(1022727, 14402, 0, 1, 1, 1, 'Resilient Bands'), +(1022727, 14406, 0, 1, 1, 1, 'Resilient Cord'), +(1022727, 14570, 0, 1, 1, 1, 'Bristlebark Blouse'), +(1022727, 14573, 0, 1, 1, 1, 'Bristlebark Amice'), +(1022727, 14574, 0, 1, 1, 1, 'Bristlebark Britches'), +(1022727, 14578, 0, 1, 1, 1, 'Dokebi Cord'), +(1022727, 14580, 0, 1, 1, 1, 'Dokebi Bracers'), +(1022727, 14582, 0, 1, 1, 1, 'Dokebi Cape'), +(1022727, 14744, 0, 1, 1, 1, 'Hulking Chestguard'), +(1022727, 14749, 0, 1, 1, 1, 'Hulking Spaulders'), +(1022727, 14750, 0, 1, 1, 1, 'Slayer\'s Cuffs'), +(1022727, 14752, 0, 1, 1, 1, 'Slayer\'s Cape'), +(1022727, 14754, 0, 1, 1, 1, 'Slayer\'s Gloves'), +(1022727, 14755, 0, 1, 1, 1, 'Slayer\'s Sash'), +(1022727, 14756, 0, 1, 1, 1, 'Slayer\'s Slippers'), +(1022727, 15116, 0, 1, 1, 1, 'Rigid Shoulders'), +(1022727, 15118, 0, 1, 1, 1, 'Rigid Tunic'), +(1022727, 15120, 0, 1, 1, 1, 'Robust Girdle'), +(1022727, 15121, 0, 1, 1, 1, 'Robust Boots'), +(1022727, 15123, 0, 1, 1, 1, 'Robust Buckler'), +(1022727, 15125, 0, 1, 1, 1, 'Robust Gloves'), +(1022727, 15126, 0, 1, 1, 1, 'Robust Leggings'), +(1022727, 15127, 0, 1, 1, 1, 'Robust Shoulders'), +(1022727, 15132, 0, 1, 1, 1, 'Cutthroat\'s Armguards'), +(1022727, 15135, 0, 1, 1, 1, 'Cutthroat\'s Cape'), +(1022727, 15212, 0, 1, 1, 1, 'Fighter Broadsword'), +(1022727, 15241, 0, 1, 1, 1, 'Battle Knife'), +(1022727, 15242, 0, 1, 1, 1, 'Honed Stiletto'), +(1022727, 15249, 0, 1, 1, 1, 'Polished Zweihander'), +(1022727, 15284, 0, 1, 1, 1, 'Long Battle Bow'), +(1022727, 15332, 0, 1, 1, 1, 'Wrangler\'s Buckler'), +(1022727, 15334, 0, 1, 1, 1, 'Wrangler\'s Gloves'), +(1022727, 15336, 0, 1, 1, 1, 'Wrangler\'s Leggings'), +(1022727, 15337, 0, 1, 1, 1, 'Wrangler\'s Wraps'), +(1022727, 15338, 0, 1, 1, 1, 'Wrangler\'s Mantle'), +(1022727, 15340, 0, 1, 1, 1, 'Pathfinder Cloak'), +(1022727, 15341, 0, 1, 1, 1, 'Pathfinder Footpads'), +(1022727, 15342, 0, 1, 1, 1, 'Pathfinder Guard'), +(1022727, 15343, 0, 1, 1, 1, 'Pathfinder Gloves'), +(1022727, 15347, 0, 1, 1, 1, 'Pathfinder Belt'), +(1022727, 15348, 0, 1, 1, 1, 'Pathfinder Bracers'), +(1022727, 15351, 0, 1, 1, 1, 'Headhunter\'s Bands'), +(1022727, 15514, 0, 1, 1, 1, 'Grunt\'s Chestpiece'), +(1022727, 15516, 0, 1, 1, 1, 'Spiked Chain Slippers'), +(1022727, 15518, 0, 1, 1, 1, 'Spiked Chain Breastplate'), +(1022727, 15520, 0, 1, 1, 1, 'Spiked Chain Gauntlets'), +(1022727, 15521, 0, 1, 1, 1, 'Spiked Chain Leggings'), +(1022727, 15522, 0, 1, 1, 1, 'Spiked Chain Shield'), +(1022727, 15523, 0, 1, 1, 1, 'Spiked Chain Shoulder Pads'), +(1022727, 15525, 0, 1, 1, 1, 'Sentry\'s Slippers'), +(1022727, 15527, 0, 1, 1, 1, 'Sentry\'s Gloves'), +(1022727, 15528, 0, 1, 1, 1, 'Sentry\'s Sash'), +(1022727, 15529, 0, 1, 1, 1, 'Sentry\'s Leggings'), +(1022727, 15531, 0, 1, 1, 1, 'Sentry\'s Shoulderguards'), +(1022727, 15532, 0, 1, 1, 1, 'Sentry\'s Armsplints'), +(1022727, 15535, 0, 1, 1, 1, 'Wicked Chain Bracers'), +(1022727, 15537, 0, 1, 1, 1, 'Wicked Chain Cloak'), +(1022727, 15538, 0, 1, 1, 1, 'Wicked Chain Gauntlets'), +(1022727, 15539, 0, 1, 1, 1, 'Wicked Chain Waistband'), +(1022727, 15545, 0, 1, 1, 1, 'Thick Scale Bracelets'), +(1022727, 15547, 0, 1, 1, 1, 'Thick Scale Cloak'), +(1022727, 15891, 0, 1, 1, 1, 'Hulking Shield'), +(1022727, 15927, 0, 1, 1, 1, 'Bright Sphere'), +(1022727, 15947, 0, 1, 1, 1, 'Sanguine Star'), +(1022727, 15973, 0, 1, 1, 1, 'Watcher\'s Star'), +(1022727, 15974, 0, 1, 1, 1, 'Pagan Rod'), +(1022728, 865, 0, 1, 1, 1, 'Leaden Mace'), +(1022728, 2072, 0, 1, 1, 1, 'Dwarven Magestaff'), +(1022728, 2077, 0, 1, 1, 1, 'Magician Staff'), +(1022728, 2819, 0, 1, 1, 1, 'Cross Dagger'), +(1022728, 3041, 0, 1, 1, 1, '"Mage-Eye" Blunderbuss'), +(1022728, 3045, 0, 1, 1, 1, 'Lambent Scale Boots'), +(1022728, 3047, 0, 1, 1, 1, 'Lambent Scale Gloves'), +(1022728, 3048, 0, 1, 1, 1, 'Lambent Scale Legguards'), +(1022728, 3049, 0, 1, 1, 1, 'Lambent Scale Breastplate'), +(1022728, 3055, 0, 1, 1, 1, 'Forest Leather Chestpiece'), +(1022728, 3056, 0, 1, 1, 1, 'Forest Leather Pants'), +(1022728, 3067, 0, 1, 1, 1, 'Bright Pants'), +(1022728, 3069, 0, 1, 1, 1, 'Bright Robe'), +(1022728, 3186, 0, 1, 1, 1, 'Viking Sword'), +(1022728, 3201, 0, 1, 1, 1, 'Barbarian War Axe'), +(1022728, 3206, 0, 1, 1, 1, 'Cavalier Two-hander'), +(1022728, 3210, 0, 1, 1, 1, 'Brutal War Axe'), +(1022728, 3212, 0, 1, 1, 1, 'Lambent Scale Bracers'), +(1022728, 3656, 0, 1, 1, 1, 'Lambent Scale Shield'), +(1022728, 4035, 0, 1, 1, 1, 'Silver-thread Robe'), +(1022728, 4036, 0, 1, 1, 1, 'Silver-thread Cuffs'), +(1022728, 4037, 0, 1, 1, 1, 'Silver-thread Pants'), +(1022728, 4048, 0, 1, 1, 1, 'Emblazoned Hat'), +(1022728, 4049, 0, 1, 1, 1, 'Emblazoned Bracers'), +(1022728, 4050, 0, 1, 1, 1, 'Emblazoned Leggings'), +(1022728, 4051, 0, 1, 1, 1, 'Emblazoned Boots'), +(1022728, 4064, 0, 1, 1, 1, 'Emblazoned Buckler'), +(1022728, 4071, 0, 1, 1, 1, 'Glimmering Mail Breastplate'), +(1022728, 4072, 0, 1, 1, 1, 'Glimmering Mail Gauntlets'), +(1022728, 4073, 0, 1, 1, 1, 'Glimmering Mail Greaves'), +(1022728, 4661, 0, 1, 1, 1, 'Bright Mantle'), +(1022728, 4705, 0, 1, 1, 1, 'Lambent Scale Pauldrons'), +(1022728, 4707, 0, 1, 1, 1, 'Lambent Scale Girdle'), +(1022728, 4711, 0, 1, 1, 1, 'Glimmering Cloak'), +(1022728, 4712, 0, 1, 1, 1, 'Glimmering Mail Girdle'), +(1022728, 4713, 0, 1, 1, 1, 'Silver-thread Cloak'), +(1022728, 4714, 0, 1, 1, 1, 'Silver-thread Sash'), +(1022728, 4715, 0, 1, 1, 1, 'Emblazoned Cloak'), +(1022728, 4999, 0, 1, 1, 1, 'Azora\'s Will'), +(1022728, 5001, 0, 1, 1, 1, 'Heart Ring'), +(1022728, 5002, 0, 1, 1, 1, 'Glowing Green Talisman'), +(1022728, 5003, 0, 1, 1, 1, 'Crystal Starfire Medallion'), +(1022728, 5007, 0, 1, 1, 1, 'Band of Thorns'), +(1022728, 6386, 0, 1, 1, 1, 'Glimmering Mail Legguards'), +(1022728, 6387, 0, 1, 1, 1, 'Glimmering Mail Bracers'), +(1022728, 6388, 0, 1, 1, 1, 'Glimmering Mail Pauldrons'), +(1022728, 6389, 0, 1, 1, 1, 'Glimmering Mail Coif'), +(1022728, 6393, 0, 1, 1, 1, 'Silver-thread Gloves'), +(1022728, 6394, 0, 1, 1, 1, 'Silver-thread Boots'), +(1022728, 6395, 0, 1, 1, 1, 'Silver-thread Amice'), +(1022728, 6397, 0, 1, 1, 1, 'Emblazoned Gloves'), +(1022728, 6398, 0, 1, 1, 1, 'Emblazoned Belt'), +(1022728, 6399, 0, 1, 1, 1, 'Emblazoned Shoulders'), +(1022728, 6400, 0, 1, 1, 1, 'Glimmering Shield'), +(1022728, 6590, 0, 1, 1, 1, 'Battleforge Boots'), +(1022728, 6591, 0, 1, 1, 1, 'Battleforge Wristguards'), +(1022728, 6592, 0, 1, 1, 1, 'Battleforge Armor'), +(1022728, 6593, 0, 1, 1, 1, 'Battleforge Cloak'), +(1022728, 6594, 0, 1, 1, 1, 'Battleforge Girdle'), +(1022728, 6595, 0, 1, 1, 1, 'Battleforge Gauntlets'), +(1022728, 6596, 0, 1, 1, 1, 'Battleforge Legguards'), +(1022728, 6597, 0, 1, 1, 1, 'Battleforge Shoulderguards'), +(1022728, 6598, 0, 1, 1, 1, 'Dervish Buckler'), +(1022728, 6599, 0, 1, 1, 1, 'Battleforge Shield'), +(1022728, 6600, 0, 1, 1, 1, 'Dervish Belt'), +(1022728, 6601, 0, 1, 1, 1, 'Dervish Boots'), +(1022728, 6602, 0, 1, 1, 1, 'Dervish Bracers'), +(1022728, 6603, 0, 1, 1, 1, 'Dervish Tunic'), +(1022728, 6604, 0, 1, 1, 1, 'Dervish Cape'), +(1022728, 6605, 0, 1, 1, 1, 'Dervish Gloves'), +(1022728, 6607, 0, 1, 1, 1, 'Dervish Leggings'), +(1022728, 6608, 0, 1, 1, 1, 'Bright Armor'), +(1022728, 6611, 0, 1, 1, 1, 'Sage\'s Sash'), +(1022728, 6612, 0, 1, 1, 1, 'Sage\'s Boots'), +(1022728, 6613, 0, 1, 1, 1, 'Sage\'s Bracers'), +(1022728, 6614, 0, 1, 1, 1, 'Sage\'s Cloak'), +(1022728, 6615, 0, 1, 1, 1, 'Sage\'s Gloves'), +(1022728, 6617, 0, 1, 1, 1, 'Sage\'s Mantle'), +(1022728, 7110, 0, 1, 1, 1, 'Silver-thread Armor'), +(1022728, 7355, 0, 1, 1, 1, 'Elder\'s Bracers'), +(1022728, 7356, 0, 1, 1, 1, 'Elder\'s Cloak'), +(1022728, 7370, 0, 1, 1, 1, 'Elder\'s Sash'), +(1022728, 7410, 0, 1, 1, 1, 'Infiltrator Bracers'), +(1022728, 7411, 0, 1, 1, 1, 'Infiltrator Cloak'), +(1022728, 7415, 0, 1, 1, 1, 'Dervish Spaulders'), +(1022728, 7416, 0, 1, 1, 1, 'Phalanx Bracers'), +(1022728, 7419, 0, 1, 1, 1, 'Phalanx Cloak'), +(1022728, 8183, 0, 1, 1, 1, 'Precision Bow'), +(1022728, 8184, 0, 1, 1, 1, 'Firestarter'), +(1022728, 8186, 0, 1, 1, 1, 'Dire Wand'), +(1022728, 9769, 0, 1, 1, 1, 'Greenweave Branch'), +(1022728, 9772, 0, 1, 1, 1, 'Greenweave Leggings'), +(1022728, 9773, 0, 1, 1, 1, 'Greenweave Robe'), +(1022728, 9774, 0, 1, 1, 1, 'Greenweave Vest'), +(1022728, 9791, 0, 1, 1, 1, 'Ivycloth Tunic'), +(1022728, 9795, 0, 1, 1, 1, 'Ivycloth Gloves'), +(1022728, 9796, 0, 1, 1, 1, 'Ivycloth Mantle'), +(1022728, 9797, 0, 1, 1, 1, 'Ivycloth Pants'), +(1022728, 9798, 0, 1, 1, 1, 'Ivycloth Robe'), +(1022728, 9799, 0, 1, 1, 1, 'Ivycloth Sash'), +(1022728, 9800, 0, 1, 1, 1, 'Ivy Orb'), +(1022728, 9802, 0, 1, 1, 1, 'Superior Boots'), +(1022728, 9803, 0, 1, 1, 1, 'Superior Bracers'), +(1022728, 9804, 0, 1, 1, 1, 'Superior Buckler'), +(1022728, 9806, 0, 1, 1, 1, 'Superior Gloves'), +(1022728, 9807, 0, 1, 1, 1, 'Superior Shoulders'), +(1022728, 9808, 0, 1, 1, 1, 'Superior Leggings'), +(1022728, 9809, 0, 1, 1, 1, 'Superior Tunic'), +(1022728, 9817, 0, 1, 1, 1, 'Fortified Spaulders'), +(1022728, 9820, 0, 1, 1, 1, 'Durable Boots'), +(1022728, 9821, 0, 1, 1, 1, 'Durable Bracers'), +(1022728, 9822, 0, 1, 1, 1, 'Durable Cape'), +(1022728, 9823, 0, 1, 1, 1, 'Durable Gloves'), +(1022728, 9827, 0, 1, 1, 1, 'Scaled Leather Belt'), +(1022728, 9828, 0, 1, 1, 1, 'Scaled Leather Boots'), +(1022728, 9829, 0, 1, 1, 1, 'Scaled Leather Bracers'), +(1022728, 9831, 0, 1, 1, 1, 'Scaled Cloak'), +(1022728, 9832, 0, 1, 1, 1, 'Scaled Leather Gloves'), +(1022728, 9837, 0, 1, 1, 1, 'Banded Bracers'), +(1022728, 9838, 0, 1, 1, 1, 'Banded Cloak'), +(1022728, 9839, 0, 1, 1, 1, 'Banded Gauntlets'), +(1022728, 9840, 0, 1, 1, 1, 'Banded Girdle'), +(1022728, 10287, 0, 1, 1, 1, 'Greenweave Mantle'), +(1022728, 10288, 0, 1, 1, 1, 'Sage\'s Circlet'), +(1022728, 10404, 0, 1, 1, 1, 'Durable Belt'), +(1022728, 11968, 0, 1, 1, 1, 'Amber Hoop'), +(1022728, 11969, 0, 1, 1, 1, 'Jacinth Circle'), +(1022728, 11983, 0, 1, 1, 1, 'Chrome Ring'), +(1022728, 11984, 0, 1, 1, 1, 'Cobalt Ring'), +(1022728, 11995, 0, 1, 1, 1, 'Ivory Band'), +(1022728, 12008, 0, 1, 1, 1, 'Savannah Ring'), +(1022728, 12047, 0, 1, 1, 1, 'Spectral Necklace'), +(1022728, 14158, 0, 1, 1, 1, 'Pagan Vest'), +(1022728, 14163, 0, 1, 1, 1, 'Pagan Wraps'), +(1022728, 14176, 0, 1, 1, 1, 'Watcher\'s Boots'), +(1022728, 14177, 0, 1, 1, 1, 'Watcher\'s Cuffs'), +(1022728, 14178, 0, 1, 1, 1, 'Watcher\'s Cap'), +(1022728, 14180, 0, 1, 1, 1, 'Watcher\'s Jerkin'), +(1022728, 14181, 0, 1, 1, 1, 'Watcher\'s Handwraps'), +(1022728, 14182, 0, 1, 1, 1, 'Watcher\'s Mantle'), +(1022728, 14183, 0, 1, 1, 1, 'Watcher\'s Leggings'), +(1022728, 14184, 0, 1, 1, 1, 'Watcher\'s Robes'), +(1022728, 14185, 0, 1, 1, 1, 'Watcher\'s Cinch'), +(1022728, 14186, 0, 1, 1, 1, 'Raincaller Mantle'), +(1022728, 14187, 0, 1, 1, 1, 'Raincaller Cuffs'), +(1022728, 14188, 0, 1, 1, 1, 'Raincaller Cloak'), +(1022728, 14190, 0, 1, 1, 1, 'Raincaller Vest'), +(1022728, 14191, 0, 1, 1, 1, 'Raincaller Mitts'), +(1022728, 14192, 0, 1, 1, 1, 'Raincaller Robes'), +(1022728, 14193, 0, 1, 1, 1, 'Raincaller Pants'), +(1022728, 14194, 0, 1, 1, 1, 'Raincaller Cord'), +(1022728, 14195, 0, 1, 1, 1, 'Raincaller Boots'), +(1022728, 14197, 0, 1, 1, 1, 'Thistlefur Bands'), +(1022728, 14198, 0, 1, 1, 1, 'Thistlefur Cloak'), +(1022728, 14372, 0, 1, 1, 1, 'Sanguine Armor'), +(1022728, 14377, 0, 1, 1, 1, 'Sanguine Handwraps'), +(1022728, 14378, 0, 1, 1, 1, 'Sanguine Mantle'), +(1022728, 14379, 0, 1, 1, 1, 'Sanguine Trousers'), +(1022728, 14380, 0, 1, 1, 1, 'Sanguine Robe'), +(1022728, 14399, 0, 1, 1, 1, 'Resilient Boots'), +(1022728, 14400, 0, 1, 1, 1, 'Resilient Cape'), +(1022728, 14402, 0, 1, 1, 1, 'Resilient Bands'), +(1022728, 14403, 0, 1, 1, 1, 'Resilient Handgrips'), +(1022728, 14406, 0, 1, 1, 1, 'Resilient Cord'), +(1022728, 14570, 0, 1, 1, 1, 'Bristlebark Blouse'), +(1022728, 14573, 0, 1, 1, 1, 'Bristlebark Amice'), +(1022728, 14574, 0, 1, 1, 1, 'Bristlebark Britches'), +(1022728, 14578, 0, 1, 1, 1, 'Dokebi Cord'), +(1022728, 14579, 0, 1, 1, 1, 'Dokebi Boots'), +(1022728, 14580, 0, 1, 1, 1, 'Dokebi Bracers'), +(1022728, 14582, 0, 1, 1, 1, 'Dokebi Cape'), +(1022728, 14608, 0, 1, 1, 1, 'Dokebi Buckler'), +(1022728, 14744, 0, 1, 1, 1, 'Hulking Chestguard'), +(1022728, 14749, 0, 1, 1, 1, 'Hulking Spaulders'), +(1022728, 14750, 0, 1, 1, 1, 'Slayer\'s Cuffs'), +(1022728, 14752, 0, 1, 1, 1, 'Slayer\'s Cape'), +(1022728, 14754, 0, 1, 1, 1, 'Slayer\'s Gloves'), +(1022728, 14755, 0, 1, 1, 1, 'Slayer\'s Sash'), +(1022728, 14756, 0, 1, 1, 1, 'Slayer\'s Slippers'), +(1022728, 14758, 0, 1, 1, 1, 'Slayer\'s Shoulderguards'), +(1022728, 15116, 0, 1, 1, 1, 'Rigid Shoulders'), +(1022728, 15118, 0, 1, 1, 1, 'Rigid Tunic'), +(1022728, 15120, 0, 1, 1, 1, 'Robust Girdle'), +(1022728, 15121, 0, 1, 1, 1, 'Robust Boots'), +(1022728, 15123, 0, 1, 1, 1, 'Robust Buckler'), +(1022728, 15125, 0, 1, 1, 1, 'Robust Gloves'), +(1022728, 15126, 0, 1, 1, 1, 'Robust Leggings'), +(1022728, 15127, 0, 1, 1, 1, 'Robust Shoulders'), +(1022728, 15128, 0, 1, 1, 1, 'Robust Tunic'), +(1022728, 15129, 0, 1, 1, 1, 'Robust Helm'), +(1022728, 15132, 0, 1, 1, 1, 'Cutthroat\'s Armguards'), +(1022728, 15135, 0, 1, 1, 1, 'Cutthroat\'s Cape'), +(1022728, 15136, 0, 1, 1, 1, 'Cutthroat\'s Belt'), +(1022728, 15212, 0, 1, 1, 1, 'Fighter Broadsword'), +(1022728, 15231, 0, 1, 1, 1, 'Splitting Hatchet'), +(1022728, 15241, 0, 1, 1, 1, 'Battle Knife'), +(1022728, 15242, 0, 1, 1, 1, 'Honed Stiletto'), +(1022728, 15249, 0, 1, 1, 1, 'Polished Zweihander'), +(1022728, 15284, 0, 1, 1, 1, 'Long Battle Bow'), +(1022728, 15332, 0, 1, 1, 1, 'Wrangler\'s Buckler'), +(1022728, 15334, 0, 1, 1, 1, 'Wrangler\'s Gloves'), +(1022728, 15336, 0, 1, 1, 1, 'Wrangler\'s Leggings'), +(1022728, 15337, 0, 1, 1, 1, 'Wrangler\'s Wraps'), +(1022728, 15338, 0, 1, 1, 1, 'Wrangler\'s Mantle'), +(1022728, 15340, 0, 1, 1, 1, 'Pathfinder Cloak'), +(1022728, 15341, 0, 1, 1, 1, 'Pathfinder Footpads'), +(1022728, 15342, 0, 1, 1, 1, 'Pathfinder Guard'), +(1022728, 15343, 0, 1, 1, 1, 'Pathfinder Gloves'), +(1022728, 15344, 0, 1, 1, 1, 'Pathfinder Pants'), +(1022728, 15345, 0, 1, 1, 1, 'Pathfinder Shoulder Pads'), +(1022728, 15347, 0, 1, 1, 1, 'Pathfinder Belt'), +(1022728, 15348, 0, 1, 1, 1, 'Pathfinder Bracers'), +(1022728, 15351, 0, 1, 1, 1, 'Headhunter\'s Bands'), +(1022728, 15514, 0, 1, 1, 1, 'Grunt\'s Chestpiece'), +(1022728, 15516, 0, 1, 1, 1, 'Spiked Chain Slippers'), +(1022728, 15518, 0, 1, 1, 1, 'Spiked Chain Breastplate'), +(1022728, 15520, 0, 1, 1, 1, 'Spiked Chain Gauntlets'), +(1022728, 15521, 0, 1, 1, 1, 'Spiked Chain Leggings'), +(1022728, 15522, 0, 1, 1, 1, 'Spiked Chain Shield'), +(1022728, 15523, 0, 1, 1, 1, 'Spiked Chain Shoulder Pads'), +(1022728, 15524, 0, 1, 1, 1, 'Sentry\'s Surcoat'), +(1022728, 15525, 0, 1, 1, 1, 'Sentry\'s Slippers'), +(1022728, 15527, 0, 1, 1, 1, 'Sentry\'s Gloves'), +(1022728, 15528, 0, 1, 1, 1, 'Sentry\'s Sash'), +(1022728, 15529, 0, 1, 1, 1, 'Sentry\'s Leggings'), +(1022728, 15530, 0, 1, 1, 1, 'Sentry\'s Shield'), +(1022728, 15531, 0, 1, 1, 1, 'Sentry\'s Shoulderguards'), +(1022728, 15532, 0, 1, 1, 1, 'Sentry\'s Armsplints'), +(1022728, 15533, 0, 1, 1, 1, 'Sentry\'s Headdress'), +(1022728, 15534, 0, 1, 1, 1, 'Wicked Chain Boots'), +(1022728, 15535, 0, 1, 1, 1, 'Wicked Chain Bracers'), +(1022728, 15537, 0, 1, 1, 1, 'Wicked Chain Cloak'), +(1022728, 15538, 0, 1, 1, 1, 'Wicked Chain Gauntlets'), +(1022728, 15539, 0, 1, 1, 1, 'Wicked Chain Waistband'), +(1022728, 15545, 0, 1, 1, 1, 'Thick Scale Bracelets'), +(1022728, 15547, 0, 1, 1, 1, 'Thick Scale Cloak'), +(1022728, 15549, 0, 1, 1, 1, 'Thick Scale Belt'), +(1022728, 15559, 0, 1, 1, 1, 'Pillager\'s Cloak'), +(1022728, 15891, 0, 1, 1, 1, 'Hulking Shield'), +(1022728, 15927, 0, 1, 1, 1, 'Bright Sphere'), +(1022728, 15928, 0, 1, 1, 1, 'Silver-thread Rod'), +(1022728, 15947, 0, 1, 1, 1, 'Sanguine Star'), +(1022728, 15973, 0, 1, 1, 1, 'Watcher\'s Star'), +(1022728, 15974, 0, 1, 1, 1, 'Pagan Rod'), +(1022728, 15975, 0, 1, 1, 1, 'Raincaller Scepter'), +(1022828, 865, 0, 1, 1, 1, 'Leaden Mace'), +(1022828, 2072, 0, 1, 1, 1, 'Dwarven Magestaff'), +(1022828, 2077, 0, 1, 1, 1, 'Magician Staff'), +(1022828, 2819, 0, 1, 1, 1, 'Cross Dagger'), +(1022828, 3041, 0, 1, 1, 1, '"Mage-Eye" Blunderbuss'), +(1022828, 3045, 0, 1, 1, 1, 'Lambent Scale Boots'), +(1022828, 3047, 0, 1, 1, 1, 'Lambent Scale Gloves'), +(1022828, 3049, 0, 1, 1, 1, 'Lambent Scale Breastplate'), +(1022828, 3069, 0, 1, 1, 1, 'Bright Robe'), +(1022828, 3186, 0, 1, 1, 1, 'Viking Sword'), +(1022828, 3201, 0, 1, 1, 1, 'Barbarian War Axe'), +(1022828, 3206, 0, 1, 1, 1, 'Cavalier Two-hander'), +(1022828, 3210, 0, 1, 1, 1, 'Brutal War Axe'), +(1022828, 3656, 0, 1, 1, 1, 'Lambent Scale Shield'), +(1022828, 4035, 0, 1, 1, 1, 'Silver-thread Robe'), +(1022828, 4036, 0, 1, 1, 1, 'Silver-thread Cuffs'), +(1022828, 4037, 0, 1, 1, 1, 'Silver-thread Pants'), +(1022828, 4048, 0, 1, 1, 1, 'Emblazoned Hat'), +(1022828, 4049, 0, 1, 1, 1, 'Emblazoned Bracers'), +(1022828, 4050, 0, 1, 1, 1, 'Emblazoned Leggings'), +(1022828, 4051, 0, 1, 1, 1, 'Emblazoned Boots'), +(1022828, 4064, 0, 1, 1, 1, 'Emblazoned Buckler'), +(1022828, 4071, 0, 1, 1, 1, 'Glimmering Mail Breastplate'), +(1022828, 4072, 0, 1, 1, 1, 'Glimmering Mail Gauntlets'), +(1022828, 4073, 0, 1, 1, 1, 'Glimmering Mail Greaves'), +(1022828, 4705, 0, 1, 1, 1, 'Lambent Scale Pauldrons'), +(1022828, 4711, 0, 1, 1, 1, 'Glimmering Cloak'), +(1022828, 4712, 0, 1, 1, 1, 'Glimmering Mail Girdle'), +(1022828, 4714, 0, 1, 1, 1, 'Silver-thread Sash'), +(1022828, 4715, 0, 1, 1, 1, 'Emblazoned Cloak'), +(1022828, 4999, 0, 1, 1, 1, 'Azora\'s Will'), +(1022828, 5001, 0, 1, 1, 1, 'Heart Ring'), +(1022828, 5002, 0, 1, 1, 1, 'Glowing Green Talisman'), +(1022828, 5003, 0, 1, 1, 1, 'Crystal Starfire Medallion'), +(1022828, 5007, 0, 1, 1, 1, 'Band of Thorns'), +(1022828, 6386, 0, 1, 1, 1, 'Glimmering Mail Legguards'), +(1022828, 6387, 0, 1, 1, 1, 'Glimmering Mail Bracers'), +(1022828, 6388, 0, 1, 1, 1, 'Glimmering Mail Pauldrons'), +(1022828, 6389, 0, 1, 1, 1, 'Glimmering Mail Coif'), +(1022828, 6393, 0, 1, 1, 1, 'Silver-thread Gloves'), +(1022828, 6394, 0, 1, 1, 1, 'Silver-thread Boots'), +(1022828, 6395, 0, 1, 1, 1, 'Silver-thread Amice'), +(1022828, 6397, 0, 1, 1, 1, 'Emblazoned Gloves'), +(1022828, 6398, 0, 1, 1, 1, 'Emblazoned Belt'), +(1022828, 6399, 0, 1, 1, 1, 'Emblazoned Shoulders'), +(1022828, 6400, 0, 1, 1, 1, 'Glimmering Shield'), +(1022828, 6590, 0, 1, 1, 1, 'Battleforge Boots'), +(1022828, 6591, 0, 1, 1, 1, 'Battleforge Wristguards'), +(1022828, 6592, 0, 1, 1, 1, 'Battleforge Armor'), +(1022828, 6594, 0, 1, 1, 1, 'Battleforge Girdle'), +(1022828, 6595, 0, 1, 1, 1, 'Battleforge Gauntlets'), +(1022828, 6596, 0, 1, 1, 1, 'Battleforge Legguards'), +(1022828, 6597, 0, 1, 1, 1, 'Battleforge Shoulderguards'), +(1022828, 6598, 0, 1, 1, 1, 'Dervish Buckler'), +(1022828, 6599, 0, 1, 1, 1, 'Battleforge Shield'), +(1022828, 6600, 0, 1, 1, 1, 'Dervish Belt'), +(1022828, 6601, 0, 1, 1, 1, 'Dervish Boots'), +(1022828, 6602, 0, 1, 1, 1, 'Dervish Bracers'), +(1022828, 6603, 0, 1, 1, 1, 'Dervish Tunic'), +(1022828, 6605, 0, 1, 1, 1, 'Dervish Gloves'), +(1022828, 6607, 0, 1, 1, 1, 'Dervish Leggings'), +(1022828, 6608, 0, 1, 1, 1, 'Bright Armor'), +(1022828, 6611, 0, 1, 1, 1, 'Sage\'s Sash'), +(1022828, 6612, 0, 1, 1, 1, 'Sage\'s Boots'), +(1022828, 6613, 0, 1, 1, 1, 'Sage\'s Bracers'), +(1022828, 6614, 0, 1, 1, 1, 'Sage\'s Cloak'), +(1022828, 6615, 0, 1, 1, 1, 'Sage\'s Gloves'), +(1022828, 6617, 0, 1, 1, 1, 'Sage\'s Mantle'), +(1022828, 7110, 0, 1, 1, 1, 'Silver-thread Armor'), +(1022828, 7355, 0, 1, 1, 1, 'Elder\'s Bracers'), +(1022828, 7356, 0, 1, 1, 1, 'Elder\'s Cloak'), +(1022828, 7370, 0, 1, 1, 1, 'Elder\'s Sash'), +(1022828, 7410, 0, 1, 1, 1, 'Infiltrator Bracers'), +(1022828, 7411, 0, 1, 1, 1, 'Infiltrator Cloak'), +(1022828, 7415, 0, 1, 1, 1, 'Dervish Spaulders'), +(1022828, 7416, 0, 1, 1, 1, 'Phalanx Bracers'), +(1022828, 7419, 0, 1, 1, 1, 'Phalanx Cloak'), +(1022828, 8183, 0, 1, 1, 1, 'Precision Bow'), +(1022828, 8184, 0, 1, 1, 1, 'Firestarter'), +(1022828, 9769, 0, 1, 1, 1, 'Greenweave Branch'), +(1022828, 9772, 0, 1, 1, 1, 'Greenweave Leggings'), +(1022828, 9773, 0, 1, 1, 1, 'Greenweave Robe'), +(1022828, 9774, 0, 1, 1, 1, 'Greenweave Vest'), +(1022828, 9791, 0, 1, 1, 1, 'Ivycloth Tunic'), +(1022828, 9796, 0, 1, 1, 1, 'Ivycloth Mantle'), +(1022828, 9797, 0, 1, 1, 1, 'Ivycloth Pants'), +(1022828, 9798, 0, 1, 1, 1, 'Ivycloth Robe'), +(1022828, 9800, 0, 1, 1, 1, 'Ivy Orb'), +(1022828, 9806, 0, 1, 1, 1, 'Superior Gloves'), +(1022828, 9807, 0, 1, 1, 1, 'Superior Shoulders'), +(1022828, 9808, 0, 1, 1, 1, 'Superior Leggings'), +(1022828, 9809, 0, 1, 1, 1, 'Superior Tunic'), +(1022828, 9820, 0, 1, 1, 1, 'Durable Boots'), +(1022828, 9821, 0, 1, 1, 1, 'Durable Bracers'), +(1022828, 9822, 0, 1, 1, 1, 'Durable Cape'), +(1022828, 9823, 0, 1, 1, 1, 'Durable Gloves'), +(1022828, 9827, 0, 1, 1, 1, 'Scaled Leather Belt'), +(1022828, 9828, 0, 1, 1, 1, 'Scaled Leather Boots'), +(1022828, 9829, 0, 1, 1, 1, 'Scaled Leather Bracers'), +(1022828, 9831, 0, 1, 1, 1, 'Scaled Cloak'), +(1022828, 9832, 0, 1, 1, 1, 'Scaled Leather Gloves'), +(1022828, 9837, 0, 1, 1, 1, 'Banded Bracers'), +(1022828, 9838, 0, 1, 1, 1, 'Banded Cloak'), +(1022828, 9839, 0, 1, 1, 1, 'Banded Gauntlets'), +(1022828, 9840, 0, 1, 1, 1, 'Banded Girdle'), +(1022828, 10288, 0, 1, 1, 1, 'Sage\'s Circlet'), +(1022828, 10404, 0, 1, 1, 1, 'Durable Belt'), +(1022828, 11969, 0, 1, 1, 1, 'Jacinth Circle'), +(1022828, 11984, 0, 1, 1, 1, 'Cobalt Ring'), +(1022828, 11995, 0, 1, 1, 1, 'Ivory Band'), +(1022828, 12008, 0, 1, 1, 1, 'Savannah Ring'), +(1022828, 12047, 0, 1, 1, 1, 'Spectral Necklace'), +(1022828, 14178, 0, 1, 1, 1, 'Watcher\'s Cap'), +(1022828, 14180, 0, 1, 1, 1, 'Watcher\'s Jerkin'), +(1022828, 14181, 0, 1, 1, 1, 'Watcher\'s Handwraps'), +(1022828, 14182, 0, 1, 1, 1, 'Watcher\'s Mantle'), +(1022828, 14183, 0, 1, 1, 1, 'Watcher\'s Leggings'), +(1022828, 14184, 0, 1, 1, 1, 'Watcher\'s Robes'), +(1022828, 14185, 0, 1, 1, 1, 'Watcher\'s Cinch'), +(1022828, 14186, 0, 1, 1, 1, 'Raincaller Mantle'), +(1022828, 14187, 0, 1, 1, 1, 'Raincaller Cuffs'), +(1022828, 14188, 0, 1, 1, 1, 'Raincaller Cloak'), +(1022828, 14190, 0, 1, 1, 1, 'Raincaller Vest'), +(1022828, 14191, 0, 1, 1, 1, 'Raincaller Mitts'), +(1022828, 14192, 0, 1, 1, 1, 'Raincaller Robes'), +(1022828, 14193, 0, 1, 1, 1, 'Raincaller Pants'), +(1022828, 14194, 0, 1, 1, 1, 'Raincaller Cord'), +(1022828, 14195, 0, 1, 1, 1, 'Raincaller Boots'), +(1022828, 14197, 0, 1, 1, 1, 'Thistlefur Bands'), +(1022828, 14198, 0, 1, 1, 1, 'Thistlefur Cloak'), +(1022828, 14372, 0, 1, 1, 1, 'Sanguine Armor'), +(1022828, 14378, 0, 1, 1, 1, 'Sanguine Mantle'), +(1022828, 14379, 0, 1, 1, 1, 'Sanguine Trousers'), +(1022828, 14380, 0, 1, 1, 1, 'Sanguine Robe'), +(1022828, 14399, 0, 1, 1, 1, 'Resilient Boots'), +(1022828, 14400, 0, 1, 1, 1, 'Resilient Cape'), +(1022828, 14402, 0, 1, 1, 1, 'Resilient Bands'), +(1022828, 14403, 0, 1, 1, 1, 'Resilient Handgrips'), +(1022828, 14406, 0, 1, 1, 1, 'Resilient Cord'), +(1022828, 14570, 0, 1, 1, 1, 'Bristlebark Blouse'), +(1022828, 14573, 0, 1, 1, 1, 'Bristlebark Amice'), +(1022828, 14578, 0, 1, 1, 1, 'Dokebi Cord'), +(1022828, 14579, 0, 1, 1, 1, 'Dokebi Boots'), +(1022828, 14580, 0, 1, 1, 1, 'Dokebi Bracers'), +(1022828, 14582, 0, 1, 1, 1, 'Dokebi Cape'), +(1022828, 14608, 0, 1, 1, 1, 'Dokebi Buckler'), +(1022828, 14744, 0, 1, 1, 1, 'Hulking Chestguard'), +(1022828, 14750, 0, 1, 1, 1, 'Slayer\'s Cuffs'), +(1022828, 14752, 0, 1, 1, 1, 'Slayer\'s Cape'), +(1022828, 14754, 0, 1, 1, 1, 'Slayer\'s Gloves'), +(1022828, 14755, 0, 1, 1, 1, 'Slayer\'s Sash'), +(1022828, 14756, 0, 1, 1, 1, 'Slayer\'s Slippers'), +(1022828, 14758, 0, 1, 1, 1, 'Slayer\'s Shoulderguards'), +(1022828, 15121, 0, 1, 1, 1, 'Robust Boots'), +(1022828, 15123, 0, 1, 1, 1, 'Robust Buckler'), +(1022828, 15125, 0, 1, 1, 1, 'Robust Gloves'), +(1022828, 15126, 0, 1, 1, 1, 'Robust Leggings'), +(1022828, 15127, 0, 1, 1, 1, 'Robust Shoulders'), +(1022828, 15128, 0, 1, 1, 1, 'Robust Tunic'), +(1022828, 15129, 0, 1, 1, 1, 'Robust Helm'), +(1022828, 15132, 0, 1, 1, 1, 'Cutthroat\'s Armguards'), +(1022828, 15135, 0, 1, 1, 1, 'Cutthroat\'s Cape'), +(1022828, 15136, 0, 1, 1, 1, 'Cutthroat\'s Belt'), +(1022828, 15212, 0, 1, 1, 1, 'Fighter Broadsword'), +(1022828, 15231, 0, 1, 1, 1, 'Splitting Hatchet'), +(1022828, 15242, 0, 1, 1, 1, 'Honed Stiletto'), +(1022828, 15284, 0, 1, 1, 1, 'Long Battle Bow'), +(1022828, 15332, 0, 1, 1, 1, 'Wrangler\'s Buckler'), +(1022828, 15334, 0, 1, 1, 1, 'Wrangler\'s Gloves'), +(1022828, 15336, 0, 1, 1, 1, 'Wrangler\'s Leggings'), +(1022828, 15337, 0, 1, 1, 1, 'Wrangler\'s Wraps'), +(1022828, 15338, 0, 1, 1, 1, 'Wrangler\'s Mantle'), +(1022828, 15340, 0, 1, 1, 1, 'Pathfinder Cloak'), +(1022828, 15341, 0, 1, 1, 1, 'Pathfinder Footpads'), +(1022828, 15342, 0, 1, 1, 1, 'Pathfinder Guard'), +(1022828, 15343, 0, 1, 1, 1, 'Pathfinder Gloves'), +(1022828, 15344, 0, 1, 1, 1, 'Pathfinder Pants'), +(1022828, 15345, 0, 1, 1, 1, 'Pathfinder Shoulder Pads'), +(1022828, 15347, 0, 1, 1, 1, 'Pathfinder Belt'), +(1022828, 15351, 0, 1, 1, 1, 'Headhunter\'s Bands'), +(1022828, 15516, 0, 1, 1, 1, 'Spiked Chain Slippers'), +(1022828, 15518, 0, 1, 1, 1, 'Spiked Chain Breastplate'), +(1022828, 15521, 0, 1, 1, 1, 'Spiked Chain Leggings'), +(1022828, 15522, 0, 1, 1, 1, 'Spiked Chain Shield'), +(1022828, 15523, 0, 1, 1, 1, 'Spiked Chain Shoulder Pads'), +(1022828, 15524, 0, 1, 1, 1, 'Sentry\'s Surcoat'), +(1022828, 15525, 0, 1, 1, 1, 'Sentry\'s Slippers'), +(1022828, 15527, 0, 1, 1, 1, 'Sentry\'s Gloves'), +(1022828, 15529, 0, 1, 1, 1, 'Sentry\'s Leggings'), +(1022828, 15530, 0, 1, 1, 1, 'Sentry\'s Shield'), +(1022828, 15531, 0, 1, 1, 1, 'Sentry\'s Shoulderguards'), +(1022828, 15533, 0, 1, 1, 1, 'Sentry\'s Headdress'), +(1022828, 15534, 0, 1, 1, 1, 'Wicked Chain Boots'), +(1022828, 15535, 0, 1, 1, 1, 'Wicked Chain Bracers'), +(1022828, 15537, 0, 1, 1, 1, 'Wicked Chain Cloak'), +(1022828, 15538, 0, 1, 1, 1, 'Wicked Chain Gauntlets'), +(1022828, 15539, 0, 1, 1, 1, 'Wicked Chain Waistband'), +(1022828, 15545, 0, 1, 1, 1, 'Thick Scale Bracelets'), +(1022828, 15547, 0, 1, 1, 1, 'Thick Scale Cloak'), +(1022828, 15549, 0, 1, 1, 1, 'Thick Scale Belt'), +(1022828, 15559, 0, 1, 1, 1, 'Pillager\'s Cloak'), +(1022828, 15927, 0, 1, 1, 1, 'Bright Sphere'), +(1022828, 15928, 0, 1, 1, 1, 'Silver-thread Rod'), +(1022828, 15947, 0, 1, 1, 1, 'Sanguine Star'), +(1022828, 15973, 0, 1, 1, 1, 'Watcher\'s Star'), +(1022828, 15975, 0, 1, 1, 1, 'Raincaller Scepter'), +(1022829, 865, 0, 1, 1, 1, 'Leaden Mace'), +(1022829, 2072, 0, 1, 1, 1, 'Dwarven Magestaff'), +(1022829, 2077, 0, 1, 1, 1, 'Magician Staff'), +(1022829, 2819, 0, 1, 1, 1, 'Cross Dagger'), +(1022829, 3041, 0, 1, 1, 1, '"Mage-Eye" Blunderbuss'), +(1022829, 3045, 0, 1, 1, 1, 'Lambent Scale Boots'), +(1022829, 3047, 0, 1, 1, 1, 'Lambent Scale Gloves'), +(1022829, 3049, 0, 1, 1, 1, 'Lambent Scale Breastplate'), +(1022829, 3069, 0, 1, 1, 1, 'Bright Robe'), +(1022829, 3186, 0, 1, 1, 1, 'Viking Sword'), +(1022829, 3201, 0, 1, 1, 1, 'Barbarian War Axe'), +(1022829, 3206, 0, 1, 1, 1, 'Cavalier Two-hander'), +(1022829, 3210, 0, 1, 1, 1, 'Brutal War Axe'), +(1022829, 3656, 0, 1, 1, 1, 'Lambent Scale Shield'), +(1022829, 4035, 0, 1, 1, 1, 'Silver-thread Robe'), +(1022829, 4036, 0, 1, 1, 1, 'Silver-thread Cuffs'), +(1022829, 4037, 0, 1, 1, 1, 'Silver-thread Pants'), +(1022829, 4048, 0, 1, 1, 1, 'Emblazoned Hat'), +(1022829, 4049, 0, 1, 1, 1, 'Emblazoned Bracers'), +(1022829, 4050, 0, 1, 1, 1, 'Emblazoned Leggings'), +(1022829, 4051, 0, 1, 1, 1, 'Emblazoned Boots'), +(1022829, 4064, 0, 1, 1, 1, 'Emblazoned Buckler'), +(1022829, 4071, 0, 1, 1, 1, 'Glimmering Mail Breastplate'), +(1022829, 4072, 0, 1, 1, 1, 'Glimmering Mail Gauntlets'), +(1022829, 4073, 0, 1, 1, 1, 'Glimmering Mail Greaves'), +(1022829, 4705, 0, 1, 1, 1, 'Lambent Scale Pauldrons'), +(1022829, 4711, 0, 1, 1, 1, 'Glimmering Cloak'), +(1022829, 4712, 0, 1, 1, 1, 'Glimmering Mail Girdle'), +(1022829, 4714, 0, 1, 1, 1, 'Silver-thread Sash'), +(1022829, 4715, 0, 1, 1, 1, 'Emblazoned Cloak'), +(1022829, 4716, 0, 1, 1, 1, 'Combat Cloak'), +(1022829, 4719, 0, 1, 1, 1, 'Nightsky Cloak'), +(1022829, 4722, 0, 1, 1, 1, 'Insignia Cloak'), +(1022829, 4999, 0, 1, 1, 1, 'Azora\'s Will'), +(1022829, 5001, 0, 1, 1, 1, 'Heart Ring'), +(1022829, 5002, 0, 1, 1, 1, 'Glowing Green Talisman'), +(1022829, 5003, 0, 1, 1, 1, 'Crystal Starfire Medallion'), +(1022829, 5007, 0, 1, 1, 1, 'Band of Thorns'), +(1022829, 5214, 0, 1, 1, 1, 'Wand of Eventide'), +(1022829, 6386, 0, 1, 1, 1, 'Glimmering Mail Legguards'), +(1022829, 6387, 0, 1, 1, 1, 'Glimmering Mail Bracers'), +(1022829, 6388, 0, 1, 1, 1, 'Glimmering Mail Pauldrons'), +(1022829, 6389, 0, 1, 1, 1, 'Glimmering Mail Coif'), +(1022829, 6393, 0, 1, 1, 1, 'Silver-thread Gloves'), +(1022829, 6394, 0, 1, 1, 1, 'Silver-thread Boots'), +(1022829, 6395, 0, 1, 1, 1, 'Silver-thread Amice'), +(1022829, 6396, 0, 1, 1, 1, 'Emblazoned Chestpiece'), +(1022829, 6397, 0, 1, 1, 1, 'Emblazoned Gloves'), +(1022829, 6398, 0, 1, 1, 1, 'Emblazoned Belt'), +(1022829, 6399, 0, 1, 1, 1, 'Emblazoned Shoulders'), +(1022829, 6400, 0, 1, 1, 1, 'Glimmering Shield'), +(1022829, 6590, 0, 1, 1, 1, 'Battleforge Boots'), +(1022829, 6591, 0, 1, 1, 1, 'Battleforge Wristguards'), +(1022829, 6592, 0, 1, 1, 1, 'Battleforge Armor'), +(1022829, 6594, 0, 1, 1, 1, 'Battleforge Girdle'), +(1022829, 6595, 0, 1, 1, 1, 'Battleforge Gauntlets'), +(1022829, 6596, 0, 1, 1, 1, 'Battleforge Legguards'), +(1022829, 6597, 0, 1, 1, 1, 'Battleforge Shoulderguards'), +(1022829, 6598, 0, 1, 1, 1, 'Dervish Buckler'), +(1022829, 6599, 0, 1, 1, 1, 'Battleforge Shield'), +(1022829, 6600, 0, 1, 1, 1, 'Dervish Belt'), +(1022829, 6601, 0, 1, 1, 1, 'Dervish Boots'), +(1022829, 6602, 0, 1, 1, 1, 'Dervish Bracers'), +(1022829, 6603, 0, 1, 1, 1, 'Dervish Tunic'), +(1022829, 6605, 0, 1, 1, 1, 'Dervish Gloves'), +(1022829, 6607, 0, 1, 1, 1, 'Dervish Leggings'), +(1022829, 6608, 0, 1, 1, 1, 'Bright Armor'), +(1022829, 6609, 0, 1, 1, 1, 'Sage\'s Cloth'), +(1022829, 6610, 0, 1, 1, 1, 'Sage\'s Robe'), +(1022829, 6611, 0, 1, 1, 1, 'Sage\'s Sash'), +(1022829, 6612, 0, 1, 1, 1, 'Sage\'s Boots'), +(1022829, 6613, 0, 1, 1, 1, 'Sage\'s Bracers'), +(1022829, 6614, 0, 1, 1, 1, 'Sage\'s Cloak'), +(1022829, 6615, 0, 1, 1, 1, 'Sage\'s Gloves'), +(1022829, 6616, 0, 1, 1, 1, 'Sage\'s Pants'), +(1022829, 6617, 0, 1, 1, 1, 'Sage\'s Mantle'), +(1022829, 7110, 0, 1, 1, 1, 'Silver-thread Armor'), +(1022829, 7355, 0, 1, 1, 1, 'Elder\'s Bracers'), +(1022829, 7356, 0, 1, 1, 1, 'Elder\'s Cloak'), +(1022829, 7366, 0, 1, 1, 1, 'Elder\'s Gloves'), +(1022829, 7370, 0, 1, 1, 1, 'Elder\'s Sash'), +(1022829, 7406, 0, 1, 1, 1, 'Infiltrator Cord'), +(1022829, 7410, 0, 1, 1, 1, 'Infiltrator Bracers'), +(1022829, 7411, 0, 1, 1, 1, 'Infiltrator Cloak'), +(1022829, 7412, 0, 1, 1, 1, 'Infiltrator Gloves'), +(1022829, 7415, 0, 1, 1, 1, 'Dervish Spaulders'), +(1022829, 7416, 0, 1, 1, 1, 'Phalanx Bracers'), +(1022829, 7419, 0, 1, 1, 1, 'Phalanx Cloak'), +(1022829, 7422, 0, 1, 1, 1, 'Phalanx Girdle'), +(1022829, 8183, 0, 1, 1, 1, 'Precision Bow'), +(1022829, 8184, 0, 1, 1, 1, 'Firestarter'), +(1022829, 9769, 0, 1, 1, 1, 'Greenweave Branch'), +(1022829, 9772, 0, 1, 1, 1, 'Greenweave Leggings'), +(1022829, 9773, 0, 1, 1, 1, 'Greenweave Robe'), +(1022829, 9774, 0, 1, 1, 1, 'Greenweave Vest'), +(1022829, 9791, 0, 1, 1, 1, 'Ivycloth Tunic'), +(1022829, 9796, 0, 1, 1, 1, 'Ivycloth Mantle'), +(1022829, 9797, 0, 1, 1, 1, 'Ivycloth Pants'), +(1022829, 9798, 0, 1, 1, 1, 'Ivycloth Robe'), +(1022829, 9800, 0, 1, 1, 1, 'Ivy Orb'), +(1022829, 9806, 0, 1, 1, 1, 'Superior Gloves'), +(1022829, 9807, 0, 1, 1, 1, 'Superior Shoulders'), +(1022829, 9808, 0, 1, 1, 1, 'Superior Leggings'), +(1022829, 9809, 0, 1, 1, 1, 'Superior Tunic'), +(1022829, 9820, 0, 1, 1, 1, 'Durable Boots'), +(1022829, 9821, 0, 1, 1, 1, 'Durable Bracers'), +(1022829, 9822, 0, 1, 1, 1, 'Durable Cape'), +(1022829, 9823, 0, 1, 1, 1, 'Durable Gloves'), +(1022829, 9824, 0, 1, 1, 1, 'Durable Shoulders'), +(1022829, 9827, 0, 1, 1, 1, 'Scaled Leather Belt'), +(1022829, 9828, 0, 1, 1, 1, 'Scaled Leather Boots'), +(1022829, 9829, 0, 1, 1, 1, 'Scaled Leather Bracers'), +(1022829, 9830, 0, 1, 1, 1, 'Scaled Shield'), +(1022829, 9831, 0, 1, 1, 1, 'Scaled Cloak'), +(1022829, 9832, 0, 1, 1, 1, 'Scaled Leather Gloves'), +(1022829, 9834, 0, 1, 1, 1, 'Scaled Leather Shoulders'), +(1022829, 9837, 0, 1, 1, 1, 'Banded Bracers'), +(1022829, 9838, 0, 1, 1, 1, 'Banded Cloak'), +(1022829, 9839, 0, 1, 1, 1, 'Banded Gauntlets'), +(1022829, 9840, 0, 1, 1, 1, 'Banded Girdle'), +(1022829, 9841, 0, 1, 1, 1, 'Banded Leggings'), +(1022829, 9842, 0, 1, 1, 1, 'Banded Pauldrons'), +(1022829, 10288, 0, 1, 1, 1, 'Sage\'s Circlet'), +(1022829, 10289, 0, 1, 1, 1, 'Durable Hat'), +(1022829, 10404, 0, 1, 1, 1, 'Durable Belt'), +(1022829, 10406, 0, 1, 1, 1, 'Scaled Leather Headband'), +(1022829, 10408, 0, 1, 1, 1, 'Banded Helm'), +(1022829, 10409, 0, 1, 1, 1, 'Banded Boots'), +(1022829, 11969, 0, 1, 1, 1, 'Jacinth Circle'), +(1022829, 11984, 0, 1, 1, 1, 'Cobalt Ring'), +(1022829, 11995, 0, 1, 1, 1, 'Ivory Band'), +(1022829, 12008, 0, 1, 1, 1, 'Savannah Ring'), +(1022829, 12019, 0, 1, 1, 1, 'Cerulean Talisman'), +(1022829, 12028, 0, 1, 1, 1, 'Basalt Necklace'), +(1022829, 12047, 0, 1, 1, 1, 'Spectral Necklace'), +(1022829, 14178, 0, 1, 1, 1, 'Watcher\'s Cap'), +(1022829, 14180, 0, 1, 1, 1, 'Watcher\'s Jerkin'), +(1022829, 14181, 0, 1, 1, 1, 'Watcher\'s Handwraps'), +(1022829, 14182, 0, 1, 1, 1, 'Watcher\'s Mantle'), +(1022829, 14183, 0, 1, 1, 1, 'Watcher\'s Leggings'), +(1022829, 14184, 0, 1, 1, 1, 'Watcher\'s Robes'), +(1022829, 14185, 0, 1, 1, 1, 'Watcher\'s Cinch'), +(1022829, 14186, 0, 1, 1, 1, 'Raincaller Mantle'), +(1022829, 14187, 0, 1, 1, 1, 'Raincaller Cuffs'), +(1022829, 14188, 0, 1, 1, 1, 'Raincaller Cloak'), +(1022829, 14189, 0, 1, 1, 1, 'Raincaller Cap'), +(1022829, 14190, 0, 1, 1, 1, 'Raincaller Vest'), +(1022829, 14191, 0, 1, 1, 1, 'Raincaller Mitts'), +(1022829, 14192, 0, 1, 1, 1, 'Raincaller Robes'), +(1022829, 14193, 0, 1, 1, 1, 'Raincaller Pants'), +(1022829, 14194, 0, 1, 1, 1, 'Raincaller Cord'), +(1022829, 14195, 0, 1, 1, 1, 'Raincaller Boots'), +(1022829, 14196, 0, 1, 1, 1, 'Thistlefur Sandals'), +(1022829, 14197, 0, 1, 1, 1, 'Thistlefur Bands'), +(1022829, 14198, 0, 1, 1, 1, 'Thistlefur Cloak'), +(1022829, 14205, 0, 1, 1, 1, 'Thistlefur Belt'), +(1022829, 14206, 0, 1, 1, 1, 'Vital Bracelets'), +(1022829, 14210, 0, 1, 1, 1, 'Vital Cape'), +(1022829, 14372, 0, 1, 1, 1, 'Sanguine Armor'), +(1022829, 14378, 0, 1, 1, 1, 'Sanguine Mantle'), +(1022829, 14379, 0, 1, 1, 1, 'Sanguine Trousers'), +(1022829, 14380, 0, 1, 1, 1, 'Sanguine Robe'), +(1022829, 14397, 0, 1, 1, 1, 'Resilient Mantle'), +(1022829, 14399, 0, 1, 1, 1, 'Resilient Boots'), +(1022829, 14400, 0, 1, 1, 1, 'Resilient Cape'), +(1022829, 14402, 0, 1, 1, 1, 'Resilient Bands'), +(1022829, 14403, 0, 1, 1, 1, 'Resilient Handgrips'), +(1022829, 14406, 0, 1, 1, 1, 'Resilient Cord'), +(1022829, 14570, 0, 1, 1, 1, 'Bristlebark Blouse'), +(1022829, 14573, 0, 1, 1, 1, 'Bristlebark Amice'), +(1022829, 14578, 0, 1, 1, 1, 'Dokebi Cord'), +(1022829, 14579, 0, 1, 1, 1, 'Dokebi Boots'), +(1022829, 14580, 0, 1, 1, 1, 'Dokebi Bracers'), +(1022829, 14582, 0, 1, 1, 1, 'Dokebi Cape'), +(1022829, 14583, 0, 1, 1, 1, 'Dokebi Gloves'), +(1022829, 14585, 0, 1, 1, 1, 'Dokebi Leggings'), +(1022829, 14587, 0, 1, 1, 1, 'Dokebi Mantle'), +(1022829, 14608, 0, 1, 1, 1, 'Dokebi Buckler'), +(1022829, 14744, 0, 1, 1, 1, 'Hulking Chestguard'), +(1022829, 14750, 0, 1, 1, 1, 'Slayer\'s Cuffs'), +(1022829, 14752, 0, 1, 1, 1, 'Slayer\'s Cape'), +(1022829, 14754, 0, 1, 1, 1, 'Slayer\'s Gloves'), +(1022829, 14755, 0, 1, 1, 1, 'Slayer\'s Sash'), +(1022829, 14756, 0, 1, 1, 1, 'Slayer\'s Slippers'), +(1022829, 14757, 0, 1, 1, 1, 'Slayer\'s Pants'), +(1022829, 14758, 0, 1, 1, 1, 'Slayer\'s Shoulderguards'), +(1022829, 14763, 0, 1, 1, 1, 'Enduring Cape'), +(1022829, 15121, 0, 1, 1, 1, 'Robust Boots'), +(1022829, 15123, 0, 1, 1, 1, 'Robust Buckler'), +(1022829, 15125, 0, 1, 1, 1, 'Robust Gloves'), +(1022829, 15126, 0, 1, 1, 1, 'Robust Leggings'), +(1022829, 15127, 0, 1, 1, 1, 'Robust Shoulders'), +(1022829, 15128, 0, 1, 1, 1, 'Robust Tunic'), +(1022829, 15129, 0, 1, 1, 1, 'Robust Helm'), +(1022829, 15131, 0, 1, 1, 1, 'Cutthroat\'s Boots'), +(1022829, 15132, 0, 1, 1, 1, 'Cutthroat\'s Armguards'), +(1022829, 15135, 0, 1, 1, 1, 'Cutthroat\'s Cape'), +(1022829, 15136, 0, 1, 1, 1, 'Cutthroat\'s Belt'), +(1022829, 15212, 0, 1, 1, 1, 'Fighter Broadsword'), +(1022829, 15231, 0, 1, 1, 1, 'Splitting Hatchet'), +(1022829, 15242, 0, 1, 1, 1, 'Honed Stiletto'), +(1022829, 15250, 0, 1, 1, 1, 'Glimmering Flamberge'), +(1022829, 15284, 0, 1, 1, 1, 'Long Battle Bow'), +(1022829, 15285, 0, 1, 1, 1, 'Archer\'s Longbow'), +(1022829, 15332, 0, 1, 1, 1, 'Wrangler\'s Buckler'), +(1022829, 15334, 0, 1, 1, 1, 'Wrangler\'s Gloves'), +(1022829, 15336, 0, 1, 1, 1, 'Wrangler\'s Leggings'), +(1022829, 15337, 0, 1, 1, 1, 'Wrangler\'s Wraps'), +(1022829, 15338, 0, 1, 1, 1, 'Wrangler\'s Mantle'), +(1022829, 15340, 0, 1, 1, 1, 'Pathfinder Cloak'), +(1022829, 15341, 0, 1, 1, 1, 'Pathfinder Footpads'), +(1022829, 15342, 0, 1, 1, 1, 'Pathfinder Guard'), +(1022829, 15343, 0, 1, 1, 1, 'Pathfinder Gloves'), +(1022829, 15344, 0, 1, 1, 1, 'Pathfinder Pants'), +(1022829, 15345, 0, 1, 1, 1, 'Pathfinder Shoulder Pads'), +(1022829, 15346, 0, 1, 1, 1, 'Pathfinder Vest'), +(1022829, 15347, 0, 1, 1, 1, 'Pathfinder Belt'), +(1022829, 15351, 0, 1, 1, 1, 'Headhunter\'s Bands'), +(1022829, 15354, 0, 1, 1, 1, 'Headhunter\'s Cloak'), +(1022829, 15516, 0, 1, 1, 1, 'Spiked Chain Slippers'), +(1022829, 15518, 0, 1, 1, 1, 'Spiked Chain Breastplate'), +(1022829, 15521, 0, 1, 1, 1, 'Spiked Chain Leggings'), +(1022829, 15522, 0, 1, 1, 1, 'Spiked Chain Shield'), +(1022829, 15523, 0, 1, 1, 1, 'Spiked Chain Shoulder Pads'), +(1022829, 15524, 0, 1, 1, 1, 'Sentry\'s Surcoat'), +(1022829, 15525, 0, 1, 1, 1, 'Sentry\'s Slippers'), +(1022829, 15527, 0, 1, 1, 1, 'Sentry\'s Gloves'), +(1022829, 15529, 0, 1, 1, 1, 'Sentry\'s Leggings'), +(1022829, 15530, 0, 1, 1, 1, 'Sentry\'s Shield'), +(1022829, 15531, 0, 1, 1, 1, 'Sentry\'s Shoulderguards'), +(1022829, 15533, 0, 1, 1, 1, 'Sentry\'s Headdress'), +(1022829, 15534, 0, 1, 1, 1, 'Wicked Chain Boots'), +(1022829, 15535, 0, 1, 1, 1, 'Wicked Chain Bracers'), +(1022829, 15537, 0, 1, 1, 1, 'Wicked Chain Cloak'), +(1022829, 15538, 0, 1, 1, 1, 'Wicked Chain Gauntlets'), +(1022829, 15539, 0, 1, 1, 1, 'Wicked Chain Waistband'), +(1022829, 15542, 0, 1, 1, 1, 'Wicked Chain Shoulder Pads'), +(1022829, 15544, 0, 1, 1, 1, 'Thick Scale Sabatons'), +(1022829, 15545, 0, 1, 1, 1, 'Thick Scale Bracelets'), +(1022829, 15547, 0, 1, 1, 1, 'Thick Scale Cloak'), +(1022829, 15548, 0, 1, 1, 1, 'Thick Scale Gauntlets'), +(1022829, 15549, 0, 1, 1, 1, 'Thick Scale Belt'), +(1022829, 15556, 0, 1, 1, 1, 'Pillager\'s Bracers'), +(1022829, 15559, 0, 1, 1, 1, 'Pillager\'s Cloak'), +(1022829, 15892, 0, 1, 1, 1, 'Slayer\'s Shield'), +(1022829, 15927, 0, 1, 1, 1, 'Bright Sphere'), +(1022829, 15928, 0, 1, 1, 1, 'Silver-thread Rod'), +(1022829, 15934, 0, 1, 1, 1, 'Sage\'s Stave'), +(1022829, 15947, 0, 1, 1, 1, 'Sanguine Star'), +(1022829, 15973, 0, 1, 1, 1, 'Watcher\'s Star'), +(1022829, 15975, 0, 1, 1, 1, 'Raincaller Scepter'), +(1022929, 865, 0, 1, 1, 1, 'Leaden Mace'), +(1022929, 2077, 0, 1, 1, 1, 'Magician Staff'), +(1022929, 2819, 0, 1, 1, 1, 'Cross Dagger'), +(1022929, 3041, 0, 1, 1, 1, '"Mage-Eye" Blunderbuss'), +(1022929, 3186, 0, 1, 1, 1, 'Viking Sword'), +(1022929, 3201, 0, 1, 1, 1, 'Barbarian War Axe'), +(1022929, 3206, 0, 1, 1, 1, 'Cavalier Two-hander'), +(1022929, 3210, 0, 1, 1, 1, 'Brutal War Axe'), +(1022929, 4035, 0, 1, 1, 1, 'Silver-thread Robe'), +(1022929, 4037, 0, 1, 1, 1, 'Silver-thread Pants'), +(1022929, 4048, 0, 1, 1, 1, 'Emblazoned Hat'), +(1022929, 4049, 0, 1, 1, 1, 'Emblazoned Bracers'), +(1022929, 4050, 0, 1, 1, 1, 'Emblazoned Leggings'), +(1022929, 4051, 0, 1, 1, 1, 'Emblazoned Boots'), +(1022929, 4064, 0, 1, 1, 1, 'Emblazoned Buckler'), +(1022929, 4071, 0, 1, 1, 1, 'Glimmering Mail Breastplate'), +(1022929, 4072, 0, 1, 1, 1, 'Glimmering Mail Gauntlets'), +(1022929, 4073, 0, 1, 1, 1, 'Glimmering Mail Greaves'), +(1022929, 4711, 0, 1, 1, 1, 'Glimmering Cloak'), +(1022929, 4712, 0, 1, 1, 1, 'Glimmering Mail Girdle'), +(1022929, 4716, 0, 1, 1, 1, 'Combat Cloak'), +(1022929, 4719, 0, 1, 1, 1, 'Nightsky Cloak'), +(1022929, 4722, 0, 1, 1, 1, 'Insignia Cloak'), +(1022929, 5002, 0, 1, 1, 1, 'Glowing Green Talisman'), +(1022929, 5003, 0, 1, 1, 1, 'Crystal Starfire Medallion'), +(1022929, 5007, 0, 1, 1, 1, 'Band of Thorns'), +(1022929, 5214, 0, 1, 1, 1, 'Wand of Eventide'), +(1022929, 6386, 0, 1, 1, 1, 'Glimmering Mail Legguards'), +(1022929, 6387, 0, 1, 1, 1, 'Glimmering Mail Bracers'), +(1022929, 6388, 0, 1, 1, 1, 'Glimmering Mail Pauldrons'), +(1022929, 6389, 0, 1, 1, 1, 'Glimmering Mail Coif'), +(1022929, 6393, 0, 1, 1, 1, 'Silver-thread Gloves'), +(1022929, 6395, 0, 1, 1, 1, 'Silver-thread Amice'), +(1022929, 6396, 0, 1, 1, 1, 'Emblazoned Chestpiece'), +(1022929, 6397, 0, 1, 1, 1, 'Emblazoned Gloves'), +(1022929, 6398, 0, 1, 1, 1, 'Emblazoned Belt'), +(1022929, 6399, 0, 1, 1, 1, 'Emblazoned Shoulders'), +(1022929, 6400, 0, 1, 1, 1, 'Glimmering Shield'), +(1022929, 6590, 0, 1, 1, 1, 'Battleforge Boots'), +(1022929, 6592, 0, 1, 1, 1, 'Battleforge Armor'), +(1022929, 6594, 0, 1, 1, 1, 'Battleforge Girdle'), +(1022929, 6595, 0, 1, 1, 1, 'Battleforge Gauntlets'), +(1022929, 6596, 0, 1, 1, 1, 'Battleforge Legguards'), +(1022929, 6597, 0, 1, 1, 1, 'Battleforge Shoulderguards'), +(1022929, 6598, 0, 1, 1, 1, 'Dervish Buckler'), +(1022929, 6599, 0, 1, 1, 1, 'Battleforge Shield'), +(1022929, 6601, 0, 1, 1, 1, 'Dervish Boots'), +(1022929, 6603, 0, 1, 1, 1, 'Dervish Tunic'), +(1022929, 6605, 0, 1, 1, 1, 'Dervish Gloves'), +(1022929, 6607, 0, 1, 1, 1, 'Dervish Leggings'), +(1022929, 6609, 0, 1, 1, 1, 'Sage\'s Cloth'), +(1022929, 6610, 0, 1, 1, 1, 'Sage\'s Robe'), +(1022929, 6611, 0, 1, 1, 1, 'Sage\'s Sash'), +(1022929, 6612, 0, 1, 1, 1, 'Sage\'s Boots'), +(1022929, 6613, 0, 1, 1, 1, 'Sage\'s Bracers'), +(1022929, 6614, 0, 1, 1, 1, 'Sage\'s Cloak'), +(1022929, 6615, 0, 1, 1, 1, 'Sage\'s Gloves'), +(1022929, 6616, 0, 1, 1, 1, 'Sage\'s Pants'), +(1022929, 6617, 0, 1, 1, 1, 'Sage\'s Mantle'), +(1022929, 7110, 0, 1, 1, 1, 'Silver-thread Armor'), +(1022929, 7355, 0, 1, 1, 1, 'Elder\'s Bracers'), +(1022929, 7356, 0, 1, 1, 1, 'Elder\'s Cloak'), +(1022929, 7366, 0, 1, 1, 1, 'Elder\'s Gloves'), +(1022929, 7370, 0, 1, 1, 1, 'Elder\'s Sash'), +(1022929, 7406, 0, 1, 1, 1, 'Infiltrator Cord'), +(1022929, 7410, 0, 1, 1, 1, 'Infiltrator Bracers'), +(1022929, 7411, 0, 1, 1, 1, 'Infiltrator Cloak'), +(1022929, 7412, 0, 1, 1, 1, 'Infiltrator Gloves'), +(1022929, 7415, 0, 1, 1, 1, 'Dervish Spaulders'), +(1022929, 7416, 0, 1, 1, 1, 'Phalanx Bracers'), +(1022929, 7419, 0, 1, 1, 1, 'Phalanx Cloak'), +(1022929, 7422, 0, 1, 1, 1, 'Phalanx Girdle'), +(1022929, 8184, 0, 1, 1, 1, 'Firestarter'), +(1022929, 9791, 0, 1, 1, 1, 'Ivycloth Tunic'), +(1022929, 9797, 0, 1, 1, 1, 'Ivycloth Pants'), +(1022929, 9798, 0, 1, 1, 1, 'Ivycloth Robe'), +(1022929, 9800, 0, 1, 1, 1, 'Ivy Orb'), +(1022929, 9808, 0, 1, 1, 1, 'Superior Leggings'), +(1022929, 9809, 0, 1, 1, 1, 'Superior Tunic'), +(1022929, 9820, 0, 1, 1, 1, 'Durable Boots'), +(1022929, 9821, 0, 1, 1, 1, 'Durable Bracers'), +(1022929, 9822, 0, 1, 1, 1, 'Durable Cape'), +(1022929, 9823, 0, 1, 1, 1, 'Durable Gloves'), +(1022929, 9824, 0, 1, 1, 1, 'Durable Shoulders'), +(1022929, 9827, 0, 1, 1, 1, 'Scaled Leather Belt'), +(1022929, 9828, 0, 1, 1, 1, 'Scaled Leather Boots'), +(1022929, 9829, 0, 1, 1, 1, 'Scaled Leather Bracers'), +(1022929, 9830, 0, 1, 1, 1, 'Scaled Shield'), +(1022929, 9831, 0, 1, 1, 1, 'Scaled Cloak'), +(1022929, 9832, 0, 1, 1, 1, 'Scaled Leather Gloves'), +(1022929, 9834, 0, 1, 1, 1, 'Scaled Leather Shoulders'), +(1022929, 9837, 0, 1, 1, 1, 'Banded Bracers'), +(1022929, 9838, 0, 1, 1, 1, 'Banded Cloak'), +(1022929, 9839, 0, 1, 1, 1, 'Banded Gauntlets'), +(1022929, 9840, 0, 1, 1, 1, 'Banded Girdle'), +(1022929, 9841, 0, 1, 1, 1, 'Banded Leggings'), +(1022929, 9842, 0, 1, 1, 1, 'Banded Pauldrons'), +(1022929, 10288, 0, 1, 1, 1, 'Sage\'s Circlet'), +(1022929, 10289, 0, 1, 1, 1, 'Durable Hat'), +(1022929, 10404, 0, 1, 1, 1, 'Durable Belt'), +(1022929, 10406, 0, 1, 1, 1, 'Scaled Leather Headband'), +(1022929, 10408, 0, 1, 1, 1, 'Banded Helm'), +(1022929, 10409, 0, 1, 1, 1, 'Banded Boots'), +(1022929, 11969, 0, 1, 1, 1, 'Jacinth Circle'), +(1022929, 11984, 0, 1, 1, 1, 'Cobalt Ring'), +(1022929, 11995, 0, 1, 1, 1, 'Ivory Band'), +(1022929, 12008, 0, 1, 1, 1, 'Savannah Ring'), +(1022929, 12019, 0, 1, 1, 1, 'Cerulean Talisman'), +(1022929, 12028, 0, 1, 1, 1, 'Basalt Necklace'), +(1022929, 12047, 0, 1, 1, 1, 'Spectral Necklace'), +(1022929, 14178, 0, 1, 1, 1, 'Watcher\'s Cap'), +(1022929, 14180, 0, 1, 1, 1, 'Watcher\'s Jerkin'), +(1022929, 14181, 0, 1, 1, 1, 'Watcher\'s Handwraps'), +(1022929, 14182, 0, 1, 1, 1, 'Watcher\'s Mantle'), +(1022929, 14183, 0, 1, 1, 1, 'Watcher\'s Leggings'), +(1022929, 14184, 0, 1, 1, 1, 'Watcher\'s Robes'), +(1022929, 14186, 0, 1, 1, 1, 'Raincaller Mantle'), +(1022929, 14187, 0, 1, 1, 1, 'Raincaller Cuffs'), +(1022929, 14189, 0, 1, 1, 1, 'Raincaller Cap'), +(1022929, 14190, 0, 1, 1, 1, 'Raincaller Vest'), +(1022929, 14191, 0, 1, 1, 1, 'Raincaller Mitts'), +(1022929, 14192, 0, 1, 1, 1, 'Raincaller Robes'), +(1022929, 14193, 0, 1, 1, 1, 'Raincaller Pants'), +(1022929, 14194, 0, 1, 1, 1, 'Raincaller Cord'), +(1022929, 14195, 0, 1, 1, 1, 'Raincaller Boots'), +(1022929, 14196, 0, 1, 1, 1, 'Thistlefur Sandals'), +(1022929, 14197, 0, 1, 1, 1, 'Thistlefur Bands'), +(1022929, 14198, 0, 1, 1, 1, 'Thistlefur Cloak'), +(1022929, 14205, 0, 1, 1, 1, 'Thistlefur Belt'), +(1022929, 14206, 0, 1, 1, 1, 'Vital Bracelets'), +(1022929, 14210, 0, 1, 1, 1, 'Vital Cape'), +(1022929, 14372, 0, 1, 1, 1, 'Sanguine Armor'), +(1022929, 14379, 0, 1, 1, 1, 'Sanguine Trousers'), +(1022929, 14380, 0, 1, 1, 1, 'Sanguine Robe'), +(1022929, 14397, 0, 1, 1, 1, 'Resilient Mantle'), +(1022929, 14399, 0, 1, 1, 1, 'Resilient Boots'), +(1022929, 14400, 0, 1, 1, 1, 'Resilient Cape'), +(1022929, 14402, 0, 1, 1, 1, 'Resilient Bands'), +(1022929, 14403, 0, 1, 1, 1, 'Resilient Handgrips'), +(1022929, 14406, 0, 1, 1, 1, 'Resilient Cord'), +(1022929, 14570, 0, 1, 1, 1, 'Bristlebark Blouse'), +(1022929, 14578, 0, 1, 1, 1, 'Dokebi Cord'), +(1022929, 14579, 0, 1, 1, 1, 'Dokebi Boots'), +(1022929, 14582, 0, 1, 1, 1, 'Dokebi Cape'), +(1022929, 14583, 0, 1, 1, 1, 'Dokebi Gloves'), +(1022929, 14585, 0, 1, 1, 1, 'Dokebi Leggings'), +(1022929, 14587, 0, 1, 1, 1, 'Dokebi Mantle'), +(1022929, 14608, 0, 1, 1, 1, 'Dokebi Buckler'), +(1022929, 14744, 0, 1, 1, 1, 'Hulking Chestguard'), +(1022929, 14750, 0, 1, 1, 1, 'Slayer\'s Cuffs'), +(1022929, 14754, 0, 1, 1, 1, 'Slayer\'s Gloves'), +(1022929, 14755, 0, 1, 1, 1, 'Slayer\'s Sash'), +(1022929, 14756, 0, 1, 1, 1, 'Slayer\'s Slippers'), +(1022929, 14757, 0, 1, 1, 1, 'Slayer\'s Pants'), +(1022929, 14758, 0, 1, 1, 1, 'Slayer\'s Shoulderguards'), +(1022929, 14763, 0, 1, 1, 1, 'Enduring Cape'), +(1022929, 15121, 0, 1, 1, 1, 'Robust Boots'), +(1022929, 15123, 0, 1, 1, 1, 'Robust Buckler'), +(1022929, 15125, 0, 1, 1, 1, 'Robust Gloves'), +(1022929, 15126, 0, 1, 1, 1, 'Robust Leggings'), +(1022929, 15127, 0, 1, 1, 1, 'Robust Shoulders'), +(1022929, 15128, 0, 1, 1, 1, 'Robust Tunic'), +(1022929, 15129, 0, 1, 1, 1, 'Robust Helm'), +(1022929, 15131, 0, 1, 1, 1, 'Cutthroat\'s Boots'), +(1022929, 15132, 0, 1, 1, 1, 'Cutthroat\'s Armguards'), +(1022929, 15135, 0, 1, 1, 1, 'Cutthroat\'s Cape'), +(1022929, 15136, 0, 1, 1, 1, 'Cutthroat\'s Belt'), +(1022929, 15231, 0, 1, 1, 1, 'Splitting Hatchet'), +(1022929, 15242, 0, 1, 1, 1, 'Honed Stiletto'), +(1022929, 15250, 0, 1, 1, 1, 'Glimmering Flamberge'), +(1022929, 15284, 0, 1, 1, 1, 'Long Battle Bow'), +(1022929, 15285, 0, 1, 1, 1, 'Archer\'s Longbow'), +(1022929, 15337, 0, 1, 1, 1, 'Wrangler\'s Wraps'), +(1022929, 15338, 0, 1, 1, 1, 'Wrangler\'s Mantle'), +(1022929, 15341, 0, 1, 1, 1, 'Pathfinder Footpads'), +(1022929, 15342, 0, 1, 1, 1, 'Pathfinder Guard'), +(1022929, 15343, 0, 1, 1, 1, 'Pathfinder Gloves'), +(1022929, 15344, 0, 1, 1, 1, 'Pathfinder Pants'), +(1022929, 15345, 0, 1, 1, 1, 'Pathfinder Shoulder Pads'), +(1022929, 15346, 0, 1, 1, 1, 'Pathfinder Vest'), +(1022929, 15347, 0, 1, 1, 1, 'Pathfinder Belt'), +(1022929, 15351, 0, 1, 1, 1, 'Headhunter\'s Bands'), +(1022929, 15354, 0, 1, 1, 1, 'Headhunter\'s Cloak'), +(1022929, 15518, 0, 1, 1, 1, 'Spiked Chain Breastplate'), +(1022929, 15522, 0, 1, 1, 1, 'Spiked Chain Shield'), +(1022929, 15524, 0, 1, 1, 1, 'Sentry\'s Surcoat'), +(1022929, 15525, 0, 1, 1, 1, 'Sentry\'s Slippers'), +(1022929, 15529, 0, 1, 1, 1, 'Sentry\'s Leggings'), +(1022929, 15530, 0, 1, 1, 1, 'Sentry\'s Shield'), +(1022929, 15531, 0, 1, 1, 1, 'Sentry\'s Shoulderguards'), +(1022929, 15533, 0, 1, 1, 1, 'Sentry\'s Headdress'), +(1022929, 15534, 0, 1, 1, 1, 'Wicked Chain Boots'), +(1022929, 15535, 0, 1, 1, 1, 'Wicked Chain Bracers'), +(1022929, 15537, 0, 1, 1, 1, 'Wicked Chain Cloak'), +(1022929, 15538, 0, 1, 1, 1, 'Wicked Chain Gauntlets'), +(1022929, 15539, 0, 1, 1, 1, 'Wicked Chain Waistband'), +(1022929, 15542, 0, 1, 1, 1, 'Wicked Chain Shoulder Pads'), +(1022929, 15544, 0, 1, 1, 1, 'Thick Scale Sabatons'), +(1022929, 15545, 0, 1, 1, 1, 'Thick Scale Bracelets'), +(1022929, 15547, 0, 1, 1, 1, 'Thick Scale Cloak'), +(1022929, 15548, 0, 1, 1, 1, 'Thick Scale Gauntlets'), +(1022929, 15549, 0, 1, 1, 1, 'Thick Scale Belt'), +(1022929, 15556, 0, 1, 1, 1, 'Pillager\'s Bracers'), +(1022929, 15559, 0, 1, 1, 1, 'Pillager\'s Cloak'), +(1022929, 15892, 0, 1, 1, 1, 'Slayer\'s Shield'), +(1022929, 15928, 0, 1, 1, 1, 'Silver-thread Rod'), +(1022929, 15934, 0, 1, 1, 1, 'Sage\'s Stave'), +(1022929, 15947, 0, 1, 1, 1, 'Sanguine Star'), +(1022929, 15973, 0, 1, 1, 1, 'Watcher\'s Star'), +(1022929, 15975, 0, 1, 1, 1, 'Raincaller Scepter'), +(1022930, 865, 0, 1, 1, 1, 'Leaden Mace'), +(1022930, 2077, 0, 1, 1, 1, 'Magician Staff'), +(1022930, 2819, 0, 1, 1, 1, 'Cross Dagger'), +(1022930, 3041, 0, 1, 1, 1, '"Mage-Eye" Blunderbuss'), +(1022930, 3042, 0, 1, 1, 1, 'BKP "Sparrow" Smallbore'), +(1022930, 3186, 0, 1, 1, 1, 'Viking Sword'), +(1022930, 3201, 0, 1, 1, 1, 'Barbarian War Axe'), +(1022930, 3206, 0, 1, 1, 1, 'Cavalier Two-hander'), +(1022930, 3210, 0, 1, 1, 1, 'Brutal War Axe'), +(1022930, 4035, 0, 1, 1, 1, 'Silver-thread Robe'), +(1022930, 4037, 0, 1, 1, 1, 'Silver-thread Pants'), +(1022930, 4048, 0, 1, 1, 1, 'Emblazoned Hat'), +(1022930, 4049, 0, 1, 1, 1, 'Emblazoned Bracers'), +(1022930, 4050, 0, 1, 1, 1, 'Emblazoned Leggings'), +(1022930, 4051, 0, 1, 1, 1, 'Emblazoned Boots'), +(1022930, 4064, 0, 1, 1, 1, 'Emblazoned Buckler'), +(1022930, 4071, 0, 1, 1, 1, 'Glimmering Mail Breastplate'), +(1022930, 4072, 0, 1, 1, 1, 'Glimmering Mail Gauntlets'), +(1022930, 4073, 0, 1, 1, 1, 'Glimmering Mail Greaves'), +(1022930, 4711, 0, 1, 1, 1, 'Glimmering Cloak'), +(1022930, 4712, 0, 1, 1, 1, 'Glimmering Mail Girdle'), +(1022930, 4716, 0, 1, 1, 1, 'Combat Cloak'), +(1022930, 4719, 0, 1, 1, 1, 'Nightsky Cloak'), +(1022930, 4720, 0, 1, 1, 1, 'Nightsky Sash'), +(1022930, 4722, 0, 1, 1, 1, 'Insignia Cloak'), +(1022930, 5002, 0, 1, 1, 1, 'Glowing Green Talisman'), +(1022930, 5003, 0, 1, 1, 1, 'Crystal Starfire Medallion'), +(1022930, 5007, 0, 1, 1, 1, 'Band of Thorns'), +(1022930, 5214, 0, 1, 1, 1, 'Wand of Eventide'), +(1022930, 6386, 0, 1, 1, 1, 'Glimmering Mail Legguards'), +(1022930, 6387, 0, 1, 1, 1, 'Glimmering Mail Bracers'), +(1022930, 6388, 0, 1, 1, 1, 'Glimmering Mail Pauldrons'), +(1022930, 6389, 0, 1, 1, 1, 'Glimmering Mail Coif'), +(1022930, 6393, 0, 1, 1, 1, 'Silver-thread Gloves'), +(1022930, 6395, 0, 1, 1, 1, 'Silver-thread Amice'), +(1022930, 6396, 0, 1, 1, 1, 'Emblazoned Chestpiece'), +(1022930, 6397, 0, 1, 1, 1, 'Emblazoned Gloves'), +(1022930, 6398, 0, 1, 1, 1, 'Emblazoned Belt'), +(1022930, 6399, 0, 1, 1, 1, 'Emblazoned Shoulders'), +(1022930, 6400, 0, 1, 1, 1, 'Glimmering Shield'), +(1022930, 6403, 0, 1, 1, 1, 'Mail Combat Armguards'), +(1022930, 6407, 0, 1, 1, 1, 'Nightsky Wristbands'), +(1022930, 6410, 0, 1, 1, 1, 'Insignia Bracers'), +(1022930, 6590, 0, 1, 1, 1, 'Battleforge Boots'), +(1022930, 6592, 0, 1, 1, 1, 'Battleforge Armor'), +(1022930, 6594, 0, 1, 1, 1, 'Battleforge Girdle'), +(1022930, 6595, 0, 1, 1, 1, 'Battleforge Gauntlets'), +(1022930, 6596, 0, 1, 1, 1, 'Battleforge Legguards'), +(1022930, 6597, 0, 1, 1, 1, 'Battleforge Shoulderguards'), +(1022930, 6598, 0, 1, 1, 1, 'Dervish Buckler'), +(1022930, 6599, 0, 1, 1, 1, 'Battleforge Shield'), +(1022930, 6601, 0, 1, 1, 1, 'Dervish Boots'), +(1022930, 6603, 0, 1, 1, 1, 'Dervish Tunic'), +(1022930, 6605, 0, 1, 1, 1, 'Dervish Gloves'), +(1022930, 6607, 0, 1, 1, 1, 'Dervish Leggings'), +(1022930, 6609, 0, 1, 1, 1, 'Sage\'s Cloth'), +(1022930, 6610, 0, 1, 1, 1, 'Sage\'s Robe'), +(1022930, 6611, 0, 1, 1, 1, 'Sage\'s Sash'), +(1022930, 6612, 0, 1, 1, 1, 'Sage\'s Boots'), +(1022930, 6613, 0, 1, 1, 1, 'Sage\'s Bracers'), +(1022930, 6614, 0, 1, 1, 1, 'Sage\'s Cloak'), +(1022930, 6615, 0, 1, 1, 1, 'Sage\'s Gloves'), +(1022930, 6616, 0, 1, 1, 1, 'Sage\'s Pants'), +(1022930, 6617, 0, 1, 1, 1, 'Sage\'s Mantle'), +(1022930, 7110, 0, 1, 1, 1, 'Silver-thread Armor'), +(1022930, 7330, 0, 1, 1, 1, 'Infiltrator Buckler'), +(1022930, 7354, 0, 1, 1, 1, 'Elder\'s Boots'), +(1022930, 7355, 0, 1, 1, 1, 'Elder\'s Bracers'), +(1022930, 7356, 0, 1, 1, 1, 'Elder\'s Cloak'), +(1022930, 7366, 0, 1, 1, 1, 'Elder\'s Gloves'), +(1022930, 7367, 0, 1, 1, 1, 'Elder\'s Mantle'), +(1022930, 7370, 0, 1, 1, 1, 'Elder\'s Sash'), +(1022930, 7406, 0, 1, 1, 1, 'Infiltrator Cord'), +(1022930, 7408, 0, 1, 1, 1, 'Infiltrator Shoulders'), +(1022930, 7409, 0, 1, 1, 1, 'Infiltrator Boots'), +(1022930, 7410, 0, 1, 1, 1, 'Infiltrator Bracers'), +(1022930, 7411, 0, 1, 1, 1, 'Infiltrator Cloak'), +(1022930, 7412, 0, 1, 1, 1, 'Infiltrator Gloves'), +(1022930, 7413, 0, 1, 1, 1, 'Infiltrator Cap'), +(1022930, 7415, 0, 1, 1, 1, 'Dervish Spaulders'), +(1022930, 7416, 0, 1, 1, 1, 'Phalanx Bracers'), +(1022930, 7419, 0, 1, 1, 1, 'Phalanx Cloak'), +(1022930, 7420, 0, 1, 1, 1, 'Phalanx Headguard'), +(1022930, 7421, 0, 1, 1, 1, 'Phalanx Gauntlets'), +(1022930, 7422, 0, 1, 1, 1, 'Phalanx Girdle'), +(1022930, 7424, 0, 1, 1, 1, 'Phalanx Spaulders'), +(1022930, 8184, 0, 1, 1, 1, 'Firestarter'), +(1022930, 9791, 0, 1, 1, 1, 'Ivycloth Tunic'), +(1022930, 9797, 0, 1, 1, 1, 'Ivycloth Pants'), +(1022930, 9798, 0, 1, 1, 1, 'Ivycloth Robe'), +(1022930, 9800, 0, 1, 1, 1, 'Ivy Orb'), +(1022930, 9808, 0, 1, 1, 1, 'Superior Leggings'), +(1022930, 9809, 0, 1, 1, 1, 'Superior Tunic'), +(1022930, 9820, 0, 1, 1, 1, 'Durable Boots'), +(1022930, 9821, 0, 1, 1, 1, 'Durable Bracers'), +(1022930, 9822, 0, 1, 1, 1, 'Durable Cape'), +(1022930, 9823, 0, 1, 1, 1, 'Durable Gloves'), +(1022930, 9824, 0, 1, 1, 1, 'Durable Shoulders'), +(1022930, 9825, 0, 1, 1, 1, 'Durable Pants'), +(1022930, 9827, 0, 1, 1, 1, 'Scaled Leather Belt'), +(1022930, 9828, 0, 1, 1, 1, 'Scaled Leather Boots'), +(1022930, 9829, 0, 1, 1, 1, 'Scaled Leather Bracers'), +(1022930, 9830, 0, 1, 1, 1, 'Scaled Shield'), +(1022930, 9831, 0, 1, 1, 1, 'Scaled Cloak'), +(1022930, 9832, 0, 1, 1, 1, 'Scaled Leather Gloves'), +(1022930, 9833, 0, 1, 1, 1, 'Scaled Leather Leggings'), +(1022930, 9834, 0, 1, 1, 1, 'Scaled Leather Shoulders'), +(1022930, 9835, 0, 1, 1, 1, 'Scaled Leather Tunic'), +(1022930, 9836, 0, 1, 1, 1, 'Banded Armor'), +(1022930, 9837, 0, 1, 1, 1, 'Banded Bracers'), +(1022930, 9838, 0, 1, 1, 1, 'Banded Cloak'), +(1022930, 9839, 0, 1, 1, 1, 'Banded Gauntlets'), +(1022930, 9840, 0, 1, 1, 1, 'Banded Girdle'), +(1022930, 9841, 0, 1, 1, 1, 'Banded Leggings'), +(1022930, 9842, 0, 1, 1, 1, 'Banded Pauldrons'), +(1022930, 9843, 0, 1, 1, 1, 'Banded Shield'), +(1022930, 9847, 0, 1, 1, 1, 'Conjurer\'s Cloak'), +(1022930, 9867, 0, 1, 1, 1, 'Renegade Cloak'), +(1022930, 10288, 0, 1, 1, 1, 'Sage\'s Circlet'), +(1022930, 10289, 0, 1, 1, 1, 'Durable Hat'), +(1022930, 10404, 0, 1, 1, 1, 'Durable Belt'), +(1022930, 10406, 0, 1, 1, 1, 'Scaled Leather Headband'), +(1022930, 10408, 0, 1, 1, 1, 'Banded Helm'), +(1022930, 10409, 0, 1, 1, 1, 'Banded Boots'), +(1022930, 11969, 0, 1, 1, 1, 'Jacinth Circle'), +(1022930, 11984, 0, 1, 1, 1, 'Cobalt Ring'), +(1022930, 11995, 0, 1, 1, 1, 'Ivory Band'), +(1022930, 12008, 0, 1, 1, 1, 'Savannah Ring'), +(1022930, 12009, 0, 1, 1, 1, 'Tundra Ring'), +(1022930, 12019, 0, 1, 1, 1, 'Cerulean Talisman'), +(1022930, 12028, 0, 1, 1, 1, 'Basalt Necklace'), +(1022930, 12039, 0, 1, 1, 1, 'Tundra Necklace'), +(1022930, 12047, 0, 1, 1, 1, 'Spectral Necklace'), +(1022930, 14178, 0, 1, 1, 1, 'Watcher\'s Cap'), +(1022930, 14180, 0, 1, 1, 1, 'Watcher\'s Jerkin'), +(1022930, 14181, 0, 1, 1, 1, 'Watcher\'s Handwraps'), +(1022930, 14182, 0, 1, 1, 1, 'Watcher\'s Mantle'), +(1022930, 14183, 0, 1, 1, 1, 'Watcher\'s Leggings'), +(1022930, 14184, 0, 1, 1, 1, 'Watcher\'s Robes'), +(1022930, 14186, 0, 1, 1, 1, 'Raincaller Mantle'), +(1022930, 14187, 0, 1, 1, 1, 'Raincaller Cuffs'), +(1022930, 14189, 0, 1, 1, 1, 'Raincaller Cap'), +(1022930, 14190, 0, 1, 1, 1, 'Raincaller Vest'), +(1022930, 14191, 0, 1, 1, 1, 'Raincaller Mitts'), +(1022930, 14192, 0, 1, 1, 1, 'Raincaller Robes'), +(1022930, 14193, 0, 1, 1, 1, 'Raincaller Pants'), +(1022930, 14194, 0, 1, 1, 1, 'Raincaller Cord'), +(1022930, 14195, 0, 1, 1, 1, 'Raincaller Boots'), +(1022930, 14196, 0, 1, 1, 1, 'Thistlefur Sandals'), +(1022930, 14197, 0, 1, 1, 1, 'Thistlefur Bands'), +(1022930, 14198, 0, 1, 1, 1, 'Thistlefur Cloak'), +(1022930, 14199, 0, 1, 1, 1, 'Thistlefur Gloves'), +(1022930, 14205, 0, 1, 1, 1, 'Thistlefur Belt'), +(1022930, 14206, 0, 1, 1, 1, 'Vital Bracelets'), +(1022930, 14209, 0, 1, 1, 1, 'Vital Sash'), +(1022930, 14210, 0, 1, 1, 1, 'Vital Cape'), +(1022930, 14372, 0, 1, 1, 1, 'Sanguine Armor'), +(1022930, 14379, 0, 1, 1, 1, 'Sanguine Trousers'), +(1022930, 14380, 0, 1, 1, 1, 'Sanguine Robe'), +(1022930, 14397, 0, 1, 1, 1, 'Resilient Mantle'), +(1022930, 14398, 0, 1, 1, 1, 'Resilient Tunic'), +(1022930, 14399, 0, 1, 1, 1, 'Resilient Boots'), +(1022930, 14400, 0, 1, 1, 1, 'Resilient Cape'), +(1022930, 14401, 0, 1, 1, 1, 'Resilient Cap'), +(1022930, 14402, 0, 1, 1, 1, 'Resilient Bands'), +(1022930, 14403, 0, 1, 1, 1, 'Resilient Handgrips'), +(1022930, 14404, 0, 1, 1, 1, 'Resilient Leggings'), +(1022930, 14405, 0, 1, 1, 1, 'Resilient Robe'), +(1022930, 14406, 0, 1, 1, 1, 'Resilient Cord'), +(1022930, 14409, 0, 1, 1, 1, 'Stonecloth Cape'), +(1022930, 14570, 0, 1, 1, 1, 'Bristlebark Blouse'), +(1022930, 14578, 0, 1, 1, 1, 'Dokebi Cord'), +(1022930, 14579, 0, 1, 1, 1, 'Dokebi Boots'), +(1022930, 14581, 0, 1, 1, 1, 'Dokebi Chestguard'), +(1022930, 14582, 0, 1, 1, 1, 'Dokebi Cape'), +(1022930, 14583, 0, 1, 1, 1, 'Dokebi Gloves'), +(1022930, 14585, 0, 1, 1, 1, 'Dokebi Leggings'), +(1022930, 14587, 0, 1, 1, 1, 'Dokebi Mantle'), +(1022930, 14608, 0, 1, 1, 1, 'Dokebi Buckler'), +(1022930, 14744, 0, 1, 1, 1, 'Hulking Chestguard'), +(1022930, 14750, 0, 1, 1, 1, 'Slayer\'s Cuffs'), +(1022930, 14751, 0, 1, 1, 1, 'Slayer\'s Surcoat'), +(1022930, 14753, 0, 1, 1, 1, 'Slayer\'s Skullcap'), +(1022930, 14754, 0, 1, 1, 1, 'Slayer\'s Gloves'), +(1022930, 14755, 0, 1, 1, 1, 'Slayer\'s Sash'), +(1022930, 14756, 0, 1, 1, 1, 'Slayer\'s Slippers'), +(1022930, 14757, 0, 1, 1, 1, 'Slayer\'s Pants'), +(1022930, 14758, 0, 1, 1, 1, 'Slayer\'s Shoulderguards'), +(1022930, 14763, 0, 1, 1, 1, 'Enduring Cape'), +(1022930, 15121, 0, 1, 1, 1, 'Robust Boots'), +(1022930, 15123, 0, 1, 1, 1, 'Robust Buckler'), +(1022930, 15125, 0, 1, 1, 1, 'Robust Gloves'), +(1022930, 15126, 0, 1, 1, 1, 'Robust Leggings'), +(1022930, 15127, 0, 1, 1, 1, 'Robust Shoulders'), +(1022930, 15128, 0, 1, 1, 1, 'Robust Tunic'), +(1022930, 15129, 0, 1, 1, 1, 'Robust Helm'), +(1022930, 15131, 0, 1, 1, 1, 'Cutthroat\'s Boots'), +(1022930, 15132, 0, 1, 1, 1, 'Cutthroat\'s Armguards'), +(1022930, 15133, 0, 1, 1, 1, 'Cutthroat\'s Buckler'), +(1022930, 15135, 0, 1, 1, 1, 'Cutthroat\'s Cape'), +(1022930, 15136, 0, 1, 1, 1, 'Cutthroat\'s Belt'), +(1022930, 15137, 0, 1, 1, 1, 'Cutthroat\'s Mitts'), +(1022930, 15139, 0, 1, 1, 1, 'Cutthroat\'s Pants'), +(1022930, 15143, 0, 1, 1, 1, 'Ghostwalker Bindings'), +(1022930, 15147, 0, 1, 1, 1, 'Ghostwalker Cloak'), +(1022930, 15225, 0, 1, 1, 1, 'Sequoia Hammer'), +(1022930, 15231, 0, 1, 1, 1, 'Splitting Hatchet'), +(1022930, 15232, 0, 1, 1, 1, 'Hacking Cleaver'), +(1022930, 15242, 0, 1, 1, 1, 'Honed Stiletto'), +(1022930, 15250, 0, 1, 1, 1, 'Glimmering Flamberge'), +(1022930, 15284, 0, 1, 1, 1, 'Long Battle Bow'), +(1022930, 15285, 0, 1, 1, 1, 'Archer\'s Longbow'), +(1022930, 15337, 0, 1, 1, 1, 'Wrangler\'s Wraps'), +(1022930, 15338, 0, 1, 1, 1, 'Wrangler\'s Mantle'), +(1022930, 15341, 0, 1, 1, 1, 'Pathfinder Footpads'), +(1022930, 15342, 0, 1, 1, 1, 'Pathfinder Guard'), +(1022930, 15343, 0, 1, 1, 1, 'Pathfinder Gloves'), +(1022930, 15344, 0, 1, 1, 1, 'Pathfinder Pants'), +(1022930, 15345, 0, 1, 1, 1, 'Pathfinder Shoulder Pads'), +(1022930, 15346, 0, 1, 1, 1, 'Pathfinder Vest'), +(1022930, 15347, 0, 1, 1, 1, 'Pathfinder Belt'), +(1022930, 15349, 0, 1, 1, 1, 'Headhunter\'s Belt'), +(1022930, 15351, 0, 1, 1, 1, 'Headhunter\'s Bands'), +(1022930, 15354, 0, 1, 1, 1, 'Headhunter\'s Cloak'), +(1022930, 15518, 0, 1, 1, 1, 'Spiked Chain Breastplate'), +(1022930, 15522, 0, 1, 1, 1, 'Spiked Chain Shield'), +(1022930, 15524, 0, 1, 1, 1, 'Sentry\'s Surcoat'), +(1022930, 15525, 0, 1, 1, 1, 'Sentry\'s Slippers'), +(1022930, 15529, 0, 1, 1, 1, 'Sentry\'s Leggings'), +(1022930, 15530, 0, 1, 1, 1, 'Sentry\'s Shield'), +(1022930, 15531, 0, 1, 1, 1, 'Sentry\'s Shoulderguards'), +(1022930, 15533, 0, 1, 1, 1, 'Sentry\'s Headdress'), +(1022930, 15534, 0, 1, 1, 1, 'Wicked Chain Boots'), +(1022930, 15535, 0, 1, 1, 1, 'Wicked Chain Bracers'), +(1022930, 15537, 0, 1, 1, 1, 'Wicked Chain Cloak'), +(1022930, 15538, 0, 1, 1, 1, 'Wicked Chain Gauntlets'), +(1022930, 15539, 0, 1, 1, 1, 'Wicked Chain Waistband'), +(1022930, 15541, 0, 1, 1, 1, 'Wicked Chain Legguards'), +(1022930, 15542, 0, 1, 1, 1, 'Wicked Chain Shoulder Pads'), +(1022930, 15544, 0, 1, 1, 1, 'Thick Scale Sabatons'), +(1022930, 15545, 0, 1, 1, 1, 'Thick Scale Bracelets'), +(1022930, 15547, 0, 1, 1, 1, 'Thick Scale Cloak'), +(1022930, 15548, 0, 1, 1, 1, 'Thick Scale Gauntlets'), +(1022930, 15549, 0, 1, 1, 1, 'Thick Scale Belt'), +(1022930, 15554, 0, 1, 1, 1, 'Pillager\'s Girdle'), +(1022930, 15555, 0, 1, 1, 1, 'Pillager\'s Boots'), +(1022930, 15556, 0, 1, 1, 1, 'Pillager\'s Bracers'), +(1022930, 15559, 0, 1, 1, 1, 'Pillager\'s Cloak'), +(1022930, 15568, 0, 1, 1, 1, 'Marauder\'s Cloak'), +(1022930, 15892, 0, 1, 1, 1, 'Slayer\'s Shield'), +(1022930, 15928, 0, 1, 1, 1, 'Silver-thread Rod'), +(1022930, 15934, 0, 1, 1, 1, 'Sage\'s Stave'), +(1022930, 15947, 0, 1, 1, 1, 'Sanguine Star'), +(1022930, 15962, 0, 1, 1, 1, 'Satyr\'s Rod'), +(1022930, 15973, 0, 1, 1, 1, 'Watcher\'s Star'), +(1022930, 15975, 0, 1, 1, 1, 'Raincaller Scepter'), +(1023030, 865, 0, 1, 1, 1, 'Leaden Mace'), +(1023030, 2077, 0, 1, 1, 1, 'Magician Staff'), +(1023030, 3041, 0, 1, 1, 1, '"Mage-Eye" Blunderbuss'), +(1023030, 3042, 0, 1, 1, 1, 'BKP "Sparrow" Smallbore'), +(1023030, 3186, 0, 1, 1, 1, 'Viking Sword'), +(1023030, 3210, 0, 1, 1, 1, 'Brutal War Axe'), +(1023030, 4035, 0, 1, 1, 1, 'Silver-thread Robe'), +(1023030, 4037, 0, 1, 1, 1, 'Silver-thread Pants'), +(1023030, 4048, 0, 1, 1, 1, 'Emblazoned Hat'), +(1023030, 4050, 0, 1, 1, 1, 'Emblazoned Leggings'), +(1023030, 4051, 0, 1, 1, 1, 'Emblazoned Boots'), +(1023030, 4064, 0, 1, 1, 1, 'Emblazoned Buckler'), +(1023030, 4071, 0, 1, 1, 1, 'Glimmering Mail Breastplate'), +(1023030, 4072, 0, 1, 1, 1, 'Glimmering Mail Gauntlets'), +(1023030, 4073, 0, 1, 1, 1, 'Glimmering Mail Greaves'), +(1023030, 4712, 0, 1, 1, 1, 'Glimmering Mail Girdle'), +(1023030, 4716, 0, 1, 1, 1, 'Combat Cloak'), +(1023030, 4719, 0, 1, 1, 1, 'Nightsky Cloak'), +(1023030, 4720, 0, 1, 1, 1, 'Nightsky Sash'), +(1023030, 4722, 0, 1, 1, 1, 'Insignia Cloak'), +(1023030, 5002, 0, 1, 1, 1, 'Glowing Green Talisman'), +(1023030, 5003, 0, 1, 1, 1, 'Crystal Starfire Medallion'), +(1023030, 5007, 0, 1, 1, 1, 'Band of Thorns'), +(1023030, 5214, 0, 1, 1, 1, 'Wand of Eventide'), +(1023030, 6386, 0, 1, 1, 1, 'Glimmering Mail Legguards'), +(1023030, 6387, 0, 1, 1, 1, 'Glimmering Mail Bracers'), +(1023030, 6388, 0, 1, 1, 1, 'Glimmering Mail Pauldrons'), +(1023030, 6389, 0, 1, 1, 1, 'Glimmering Mail Coif'), +(1023030, 6395, 0, 1, 1, 1, 'Silver-thread Amice'), +(1023030, 6396, 0, 1, 1, 1, 'Emblazoned Chestpiece'), +(1023030, 6397, 0, 1, 1, 1, 'Emblazoned Gloves'), +(1023030, 6398, 0, 1, 1, 1, 'Emblazoned Belt'), +(1023030, 6399, 0, 1, 1, 1, 'Emblazoned Shoulders'), +(1023030, 6400, 0, 1, 1, 1, 'Glimmering Shield'), +(1023030, 6403, 0, 1, 1, 1, 'Mail Combat Armguards'), +(1023030, 6407, 0, 1, 1, 1, 'Nightsky Wristbands'), +(1023030, 6410, 0, 1, 1, 1, 'Insignia Bracers'), +(1023030, 6590, 0, 1, 1, 1, 'Battleforge Boots'), +(1023030, 6592, 0, 1, 1, 1, 'Battleforge Armor'), +(1023030, 6599, 0, 1, 1, 1, 'Battleforge Shield'), +(1023030, 6603, 0, 1, 1, 1, 'Dervish Tunic'), +(1023030, 6607, 0, 1, 1, 1, 'Dervish Leggings'), +(1023030, 6609, 0, 1, 1, 1, 'Sage\'s Cloth'), +(1023030, 6610, 0, 1, 1, 1, 'Sage\'s Robe'), +(1023030, 6611, 0, 1, 1, 1, 'Sage\'s Sash'), +(1023030, 6615, 0, 1, 1, 1, 'Sage\'s Gloves'), +(1023030, 6616, 0, 1, 1, 1, 'Sage\'s Pants'), +(1023030, 6617, 0, 1, 1, 1, 'Sage\'s Mantle'), +(1023030, 7110, 0, 1, 1, 1, 'Silver-thread Armor'), +(1023030, 7330, 0, 1, 1, 1, 'Infiltrator Buckler'), +(1023030, 7354, 0, 1, 1, 1, 'Elder\'s Boots'), +(1023030, 7355, 0, 1, 1, 1, 'Elder\'s Bracers'), +(1023030, 7356, 0, 1, 1, 1, 'Elder\'s Cloak'), +(1023030, 7366, 0, 1, 1, 1, 'Elder\'s Gloves'), +(1023030, 7367, 0, 1, 1, 1, 'Elder\'s Mantle'), +(1023030, 7370, 0, 1, 1, 1, 'Elder\'s Sash'), +(1023030, 7406, 0, 1, 1, 1, 'Infiltrator Cord'), +(1023030, 7408, 0, 1, 1, 1, 'Infiltrator Shoulders'), +(1023030, 7409, 0, 1, 1, 1, 'Infiltrator Boots'), +(1023030, 7410, 0, 1, 1, 1, 'Infiltrator Bracers'), +(1023030, 7411, 0, 1, 1, 1, 'Infiltrator Cloak'), +(1023030, 7412, 0, 1, 1, 1, 'Infiltrator Gloves'), +(1023030, 7413, 0, 1, 1, 1, 'Infiltrator Cap'), +(1023030, 7415, 0, 1, 1, 1, 'Dervish Spaulders'), +(1023030, 7416, 0, 1, 1, 1, 'Phalanx Bracers'), +(1023030, 7419, 0, 1, 1, 1, 'Phalanx Cloak'), +(1023030, 7420, 0, 1, 1, 1, 'Phalanx Headguard'), +(1023030, 7421, 0, 1, 1, 1, 'Phalanx Gauntlets'), +(1023030, 7422, 0, 1, 1, 1, 'Phalanx Girdle'), +(1023030, 7424, 0, 1, 1, 1, 'Phalanx Spaulders'), +(1023030, 8184, 0, 1, 1, 1, 'Firestarter'), +(1023030, 9791, 0, 1, 1, 1, 'Ivycloth Tunic'), +(1023030, 9798, 0, 1, 1, 1, 'Ivycloth Robe'), +(1023030, 9800, 0, 1, 1, 1, 'Ivy Orb'), +(1023030, 9820, 0, 1, 1, 1, 'Durable Boots'), +(1023030, 9821, 0, 1, 1, 1, 'Durable Bracers'), +(1023030, 9822, 0, 1, 1, 1, 'Durable Cape'), +(1023030, 9823, 0, 1, 1, 1, 'Durable Gloves'), +(1023030, 9824, 0, 1, 1, 1, 'Durable Shoulders'), +(1023030, 9825, 0, 1, 1, 1, 'Durable Pants'), +(1023030, 9827, 0, 1, 1, 1, 'Scaled Leather Belt'), +(1023030, 9828, 0, 1, 1, 1, 'Scaled Leather Boots'), +(1023030, 9829, 0, 1, 1, 1, 'Scaled Leather Bracers'), +(1023030, 9830, 0, 1, 1, 1, 'Scaled Shield'), +(1023030, 9831, 0, 1, 1, 1, 'Scaled Cloak'), +(1023030, 9832, 0, 1, 1, 1, 'Scaled Leather Gloves'), +(1023030, 9833, 0, 1, 1, 1, 'Scaled Leather Leggings'), +(1023030, 9834, 0, 1, 1, 1, 'Scaled Leather Shoulders'), +(1023030, 9835, 0, 1, 1, 1, 'Scaled Leather Tunic'), +(1023030, 9836, 0, 1, 1, 1, 'Banded Armor'), +(1023030, 9837, 0, 1, 1, 1, 'Banded Bracers'), +(1023030, 9838, 0, 1, 1, 1, 'Banded Cloak'), +(1023030, 9839, 0, 1, 1, 1, 'Banded Gauntlets'), +(1023030, 9840, 0, 1, 1, 1, 'Banded Girdle'), +(1023030, 9841, 0, 1, 1, 1, 'Banded Leggings'), +(1023030, 9842, 0, 1, 1, 1, 'Banded Pauldrons'), +(1023030, 9843, 0, 1, 1, 1, 'Banded Shield'), +(1023030, 9847, 0, 1, 1, 1, 'Conjurer\'s Cloak'), +(1023030, 9867, 0, 1, 1, 1, 'Renegade Cloak'), +(1023030, 10288, 0, 1, 1, 1, 'Sage\'s Circlet'), +(1023030, 10289, 0, 1, 1, 1, 'Durable Hat'), +(1023030, 10404, 0, 1, 1, 1, 'Durable Belt'), +(1023030, 10406, 0, 1, 1, 1, 'Scaled Leather Headband'), +(1023030, 10408, 0, 1, 1, 1, 'Banded Helm'), +(1023030, 10409, 0, 1, 1, 1, 'Banded Boots'), +(1023030, 11969, 0, 1, 1, 1, 'Jacinth Circle'), +(1023030, 11984, 0, 1, 1, 1, 'Cobalt Ring'), +(1023030, 12009, 0, 1, 1, 1, 'Tundra Ring'), +(1023030, 12019, 0, 1, 1, 1, 'Cerulean Talisman'), +(1023030, 12028, 0, 1, 1, 1, 'Basalt Necklace'), +(1023030, 12039, 0, 1, 1, 1, 'Tundra Necklace'), +(1023030, 12047, 0, 1, 1, 1, 'Spectral Necklace'), +(1023030, 14178, 0, 1, 1, 1, 'Watcher\'s Cap'), +(1023030, 14180, 0, 1, 1, 1, 'Watcher\'s Jerkin'), +(1023030, 14183, 0, 1, 1, 1, 'Watcher\'s Leggings'), +(1023030, 14184, 0, 1, 1, 1, 'Watcher\'s Robes'), +(1023030, 14186, 0, 1, 1, 1, 'Raincaller Mantle'), +(1023030, 14189, 0, 1, 1, 1, 'Raincaller Cap'), +(1023030, 14190, 0, 1, 1, 1, 'Raincaller Vest'), +(1023030, 14191, 0, 1, 1, 1, 'Raincaller Mitts'), +(1023030, 14192, 0, 1, 1, 1, 'Raincaller Robes'), +(1023030, 14193, 0, 1, 1, 1, 'Raincaller Pants'), +(1023030, 14195, 0, 1, 1, 1, 'Raincaller Boots'), +(1023030, 14196, 0, 1, 1, 1, 'Thistlefur Sandals'), +(1023030, 14197, 0, 1, 1, 1, 'Thistlefur Bands'), +(1023030, 14198, 0, 1, 1, 1, 'Thistlefur Cloak'), +(1023030, 14199, 0, 1, 1, 1, 'Thistlefur Gloves'), +(1023030, 14205, 0, 1, 1, 1, 'Thistlefur Belt'), +(1023030, 14206, 0, 1, 1, 1, 'Vital Bracelets'), +(1023030, 14209, 0, 1, 1, 1, 'Vital Sash'), +(1023030, 14210, 0, 1, 1, 1, 'Vital Cape'), +(1023030, 14379, 0, 1, 1, 1, 'Sanguine Trousers'), +(1023030, 14397, 0, 1, 1, 1, 'Resilient Mantle'), +(1023030, 14398, 0, 1, 1, 1, 'Resilient Tunic'), +(1023030, 14399, 0, 1, 1, 1, 'Resilient Boots'), +(1023030, 14400, 0, 1, 1, 1, 'Resilient Cape'), +(1023030, 14401, 0, 1, 1, 1, 'Resilient Cap'), +(1023030, 14402, 0, 1, 1, 1, 'Resilient Bands'), +(1023030, 14403, 0, 1, 1, 1, 'Resilient Handgrips'), +(1023030, 14404, 0, 1, 1, 1, 'Resilient Leggings'), +(1023030, 14405, 0, 1, 1, 1, 'Resilient Robe'), +(1023030, 14406, 0, 1, 1, 1, 'Resilient Cord'), +(1023030, 14409, 0, 1, 1, 1, 'Stonecloth Cape'), +(1023030, 14578, 0, 1, 1, 1, 'Dokebi Cord'), +(1023030, 14579, 0, 1, 1, 1, 'Dokebi Boots'), +(1023030, 14581, 0, 1, 1, 1, 'Dokebi Chestguard'), +(1023030, 14583, 0, 1, 1, 1, 'Dokebi Gloves'), +(1023030, 14585, 0, 1, 1, 1, 'Dokebi Leggings'), +(1023030, 14587, 0, 1, 1, 1, 'Dokebi Mantle'), +(1023030, 14608, 0, 1, 1, 1, 'Dokebi Buckler'), +(1023030, 14751, 0, 1, 1, 1, 'Slayer\'s Surcoat'), +(1023030, 14753, 0, 1, 1, 1, 'Slayer\'s Skullcap'), +(1023030, 14754, 0, 1, 1, 1, 'Slayer\'s Gloves'), +(1023030, 14756, 0, 1, 1, 1, 'Slayer\'s Slippers'), +(1023030, 14757, 0, 1, 1, 1, 'Slayer\'s Pants'), +(1023030, 14758, 0, 1, 1, 1, 'Slayer\'s Shoulderguards'), +(1023030, 14763, 0, 1, 1, 1, 'Enduring Cape'), +(1023030, 15125, 0, 1, 1, 1, 'Robust Gloves'), +(1023030, 15126, 0, 1, 1, 1, 'Robust Leggings'), +(1023030, 15127, 0, 1, 1, 1, 'Robust Shoulders'), +(1023030, 15128, 0, 1, 1, 1, 'Robust Tunic'), +(1023030, 15129, 0, 1, 1, 1, 'Robust Helm'), +(1023030, 15131, 0, 1, 1, 1, 'Cutthroat\'s Boots'), +(1023030, 15132, 0, 1, 1, 1, 'Cutthroat\'s Armguards'), +(1023030, 15133, 0, 1, 1, 1, 'Cutthroat\'s Buckler'), +(1023030, 15135, 0, 1, 1, 1, 'Cutthroat\'s Cape'), +(1023030, 15136, 0, 1, 1, 1, 'Cutthroat\'s Belt'), +(1023030, 15137, 0, 1, 1, 1, 'Cutthroat\'s Mitts'), +(1023030, 15139, 0, 1, 1, 1, 'Cutthroat\'s Pants'), +(1023030, 15143, 0, 1, 1, 1, 'Ghostwalker Bindings'), +(1023030, 15147, 0, 1, 1, 1, 'Ghostwalker Cloak'), +(1023030, 15225, 0, 1, 1, 1, 'Sequoia Hammer'), +(1023030, 15231, 0, 1, 1, 1, 'Splitting Hatchet'), +(1023030, 15232, 0, 1, 1, 1, 'Hacking Cleaver'), +(1023030, 15242, 0, 1, 1, 1, 'Honed Stiletto'), +(1023030, 15250, 0, 1, 1, 1, 'Glimmering Flamberge'), +(1023030, 15284, 0, 1, 1, 1, 'Long Battle Bow'), +(1023030, 15285, 0, 1, 1, 1, 'Archer\'s Longbow'), +(1023030, 15337, 0, 1, 1, 1, 'Wrangler\'s Wraps'), +(1023030, 15341, 0, 1, 1, 1, 'Pathfinder Footpads'), +(1023030, 15342, 0, 1, 1, 1, 'Pathfinder Guard'), +(1023030, 15343, 0, 1, 1, 1, 'Pathfinder Gloves'), +(1023030, 15344, 0, 1, 1, 1, 'Pathfinder Pants'), +(1023030, 15345, 0, 1, 1, 1, 'Pathfinder Shoulder Pads'), +(1023030, 15346, 0, 1, 1, 1, 'Pathfinder Vest'), +(1023030, 15349, 0, 1, 1, 1, 'Headhunter\'s Belt'), +(1023030, 15351, 0, 1, 1, 1, 'Headhunter\'s Bands'), +(1023030, 15354, 0, 1, 1, 1, 'Headhunter\'s Cloak'), +(1023030, 15518, 0, 1, 1, 1, 'Spiked Chain Breastplate'), +(1023030, 15522, 0, 1, 1, 1, 'Spiked Chain Shield'), +(1023030, 15524, 0, 1, 1, 1, 'Sentry\'s Surcoat'), +(1023030, 15529, 0, 1, 1, 1, 'Sentry\'s Leggings'), +(1023030, 15530, 0, 1, 1, 1, 'Sentry\'s Shield'), +(1023030, 15531, 0, 1, 1, 1, 'Sentry\'s Shoulderguards'), +(1023030, 15533, 0, 1, 1, 1, 'Sentry\'s Headdress'), +(1023030, 15534, 0, 1, 1, 1, 'Wicked Chain Boots'), +(1023030, 15535, 0, 1, 1, 1, 'Wicked Chain Bracers'), +(1023030, 15538, 0, 1, 1, 1, 'Wicked Chain Gauntlets'), +(1023030, 15539, 0, 1, 1, 1, 'Wicked Chain Waistband'), +(1023030, 15541, 0, 1, 1, 1, 'Wicked Chain Legguards'), +(1023030, 15542, 0, 1, 1, 1, 'Wicked Chain Shoulder Pads'), +(1023030, 15544, 0, 1, 1, 1, 'Thick Scale Sabatons'), +(1023030, 15545, 0, 1, 1, 1, 'Thick Scale Bracelets'), +(1023030, 15547, 0, 1, 1, 1, 'Thick Scale Cloak'), +(1023030, 15548, 0, 1, 1, 1, 'Thick Scale Gauntlets'), +(1023030, 15549, 0, 1, 1, 1, 'Thick Scale Belt'), +(1023030, 15554, 0, 1, 1, 1, 'Pillager\'s Girdle'), +(1023030, 15555, 0, 1, 1, 1, 'Pillager\'s Boots'), +(1023030, 15556, 0, 1, 1, 1, 'Pillager\'s Bracers'), +(1023030, 15559, 0, 1, 1, 1, 'Pillager\'s Cloak'), +(1023030, 15568, 0, 1, 1, 1, 'Marauder\'s Cloak'), +(1023030, 15892, 0, 1, 1, 1, 'Slayer\'s Shield'), +(1023030, 15928, 0, 1, 1, 1, 'Silver-thread Rod'), +(1023030, 15934, 0, 1, 1, 1, 'Sage\'s Stave'), +(1023030, 15962, 0, 1, 1, 1, 'Satyr\'s Rod'), +(1023030, 15973, 0, 1, 1, 1, 'Watcher\'s Star'), +(1023030, 15975, 0, 1, 1, 1, 'Raincaller Scepter'), +(1023031, 865, 0, 1, 1, 1, 'Leaden Mace'), +(1023031, 2077, 0, 1, 1, 1, 'Magician Staff'), +(1023031, 2080, 0, 1, 1, 1, 'Hillborne Axe'), +(1023031, 3037, 0, 1, 1, 1, 'Whipwood Recurve Bow'), +(1023031, 3041, 0, 1, 1, 1, '"Mage-Eye" Blunderbuss'), +(1023031, 3042, 0, 1, 1, 1, 'BKP "Sparrow" Smallbore'), +(1023031, 3185, 0, 1, 1, 1, 'Acrobatic Staff'), +(1023031, 3186, 0, 1, 1, 1, 'Viking Sword'), +(1023031, 3210, 0, 1, 1, 1, 'Brutal War Axe'), +(1023031, 4035, 0, 1, 1, 1, 'Silver-thread Robe'), +(1023031, 4037, 0, 1, 1, 1, 'Silver-thread Pants'), +(1023031, 4040, 0, 1, 1, 1, 'Nightsky Gloves'), +(1023031, 4048, 0, 1, 1, 1, 'Emblazoned Hat'), +(1023031, 4050, 0, 1, 1, 1, 'Emblazoned Leggings'), +(1023031, 4051, 0, 1, 1, 1, 'Emblazoned Boots'), +(1023031, 4055, 0, 1, 1, 1, 'Insignia Boots'), +(1023031, 4064, 0, 1, 1, 1, 'Emblazoned Buckler'), +(1023031, 4071, 0, 1, 1, 1, 'Glimmering Mail Breastplate'), +(1023031, 4072, 0, 1, 1, 1, 'Glimmering Mail Gauntlets'), +(1023031, 4073, 0, 1, 1, 1, 'Glimmering Mail Greaves'), +(1023031, 4075, 0, 1, 1, 1, 'Mail Combat Gauntlets'), +(1023031, 4712, 0, 1, 1, 1, 'Glimmering Mail Girdle'), +(1023031, 4716, 0, 1, 1, 1, 'Combat Cloak'), +(1023031, 4717, 0, 1, 1, 1, 'Mail Combat Belt'), +(1023031, 4719, 0, 1, 1, 1, 'Nightsky Cloak'), +(1023031, 4720, 0, 1, 1, 1, 'Nightsky Sash'), +(1023031, 4722, 0, 1, 1, 1, 'Insignia Cloak'), +(1023031, 5002, 0, 1, 1, 1, 'Glowing Green Talisman'), +(1023031, 5003, 0, 1, 1, 1, 'Crystal Starfire Medallion'), +(1023031, 5007, 0, 1, 1, 1, 'Band of Thorns'), +(1023031, 5214, 0, 1, 1, 1, 'Wand of Eventide'), +(1023031, 6386, 0, 1, 1, 1, 'Glimmering Mail Legguards'), +(1023031, 6387, 0, 1, 1, 1, 'Glimmering Mail Bracers'), +(1023031, 6388, 0, 1, 1, 1, 'Glimmering Mail Pauldrons'), +(1023031, 6389, 0, 1, 1, 1, 'Glimmering Mail Coif'), +(1023031, 6395, 0, 1, 1, 1, 'Silver-thread Amice'), +(1023031, 6396, 0, 1, 1, 1, 'Emblazoned Chestpiece'), +(1023031, 6397, 0, 1, 1, 1, 'Emblazoned Gloves'), +(1023031, 6398, 0, 1, 1, 1, 'Emblazoned Belt'), +(1023031, 6399, 0, 1, 1, 1, 'Emblazoned Shoulders'), +(1023031, 6400, 0, 1, 1, 1, 'Glimmering Shield'), +(1023031, 6403, 0, 1, 1, 1, 'Mail Combat Armguards'), +(1023031, 6406, 0, 1, 1, 1, 'Nightsky Boots'), +(1023031, 6407, 0, 1, 1, 1, 'Nightsky Wristbands'), +(1023031, 6408, 0, 1, 1, 1, 'Insignia Gloves'), +(1023031, 6409, 0, 1, 1, 1, 'Insignia Belt'), +(1023031, 6410, 0, 1, 1, 1, 'Insignia Bracers'), +(1023031, 6590, 0, 1, 1, 1, 'Battleforge Boots'), +(1023031, 6592, 0, 1, 1, 1, 'Battleforge Armor'), +(1023031, 6599, 0, 1, 1, 1, 'Battleforge Shield'), +(1023031, 6603, 0, 1, 1, 1, 'Dervish Tunic'), +(1023031, 6607, 0, 1, 1, 1, 'Dervish Leggings'), +(1023031, 6609, 0, 1, 1, 1, 'Sage\'s Cloth'), +(1023031, 6610, 0, 1, 1, 1, 'Sage\'s Robe'), +(1023031, 6611, 0, 1, 1, 1, 'Sage\'s Sash'), +(1023031, 6615, 0, 1, 1, 1, 'Sage\'s Gloves'), +(1023031, 6616, 0, 1, 1, 1, 'Sage\'s Pants'), +(1023031, 6617, 0, 1, 1, 1, 'Sage\'s Mantle'), +(1023031, 7110, 0, 1, 1, 1, 'Silver-thread Armor'), +(1023031, 7330, 0, 1, 1, 1, 'Infiltrator Buckler'), +(1023031, 7331, 0, 1, 1, 1, 'Phalanx Shield'), +(1023031, 7354, 0, 1, 1, 1, 'Elder\'s Boots'), +(1023031, 7355, 0, 1, 1, 1, 'Elder\'s Bracers'), +(1023031, 7356, 0, 1, 1, 1, 'Elder\'s Cloak'), +(1023031, 7357, 0, 1, 1, 1, 'Elder\'s Hat'), +(1023031, 7366, 0, 1, 1, 1, 'Elder\'s Gloves'), +(1023031, 7367, 0, 1, 1, 1, 'Elder\'s Mantle'), +(1023031, 7368, 0, 1, 1, 1, 'Elder\'s Pants'), +(1023031, 7370, 0, 1, 1, 1, 'Elder\'s Sash'), +(1023031, 7406, 0, 1, 1, 1, 'Infiltrator Cord'), +(1023031, 7408, 0, 1, 1, 1, 'Infiltrator Shoulders'), +(1023031, 7409, 0, 1, 1, 1, 'Infiltrator Boots'), +(1023031, 7410, 0, 1, 1, 1, 'Infiltrator Bracers'), +(1023031, 7411, 0, 1, 1, 1, 'Infiltrator Cloak'), +(1023031, 7412, 0, 1, 1, 1, 'Infiltrator Gloves'), +(1023031, 7413, 0, 1, 1, 1, 'Infiltrator Cap'), +(1023031, 7414, 0, 1, 1, 1, 'Infiltrator Pants'), +(1023031, 7415, 0, 1, 1, 1, 'Dervish Spaulders'), +(1023031, 7416, 0, 1, 1, 1, 'Phalanx Bracers'), +(1023031, 7417, 0, 1, 1, 1, 'Phalanx Boots'), +(1023031, 7419, 0, 1, 1, 1, 'Phalanx Cloak'), +(1023031, 7420, 0, 1, 1, 1, 'Phalanx Headguard'), +(1023031, 7421, 0, 1, 1, 1, 'Phalanx Gauntlets'), +(1023031, 7422, 0, 1, 1, 1, 'Phalanx Girdle'), +(1023031, 7423, 0, 1, 1, 1, 'Phalanx Leggings'), +(1023031, 7424, 0, 1, 1, 1, 'Phalanx Spaulders'), +(1023031, 7460, 0, 1, 1, 1, 'Knight\'s Cloak'), +(1023031, 8184, 0, 1, 1, 1, 'Firestarter'), +(1023031, 9791, 0, 1, 1, 1, 'Ivycloth Tunic'), +(1023031, 9798, 0, 1, 1, 1, 'Ivycloth Robe'), +(1023031, 9800, 0, 1, 1, 1, 'Ivy Orb'), +(1023031, 9819, 0, 1, 1, 1, 'Durable Tunic'), +(1023031, 9820, 0, 1, 1, 1, 'Durable Boots'), +(1023031, 9821, 0, 1, 1, 1, 'Durable Bracers'), +(1023031, 9822, 0, 1, 1, 1, 'Durable Cape'), +(1023031, 9823, 0, 1, 1, 1, 'Durable Gloves'), +(1023031, 9824, 0, 1, 1, 1, 'Durable Shoulders'), +(1023031, 9825, 0, 1, 1, 1, 'Durable Pants'), +(1023031, 9826, 0, 1, 1, 1, 'Durable Robe'), +(1023031, 9827, 0, 1, 1, 1, 'Scaled Leather Belt'), +(1023031, 9828, 0, 1, 1, 1, 'Scaled Leather Boots'), +(1023031, 9829, 0, 1, 1, 1, 'Scaled Leather Bracers'), +(1023031, 9830, 0, 1, 1, 1, 'Scaled Shield'), +(1023031, 9831, 0, 1, 1, 1, 'Scaled Cloak'), +(1023031, 9832, 0, 1, 1, 1, 'Scaled Leather Gloves'), +(1023031, 9833, 0, 1, 1, 1, 'Scaled Leather Leggings'), +(1023031, 9834, 0, 1, 1, 1, 'Scaled Leather Shoulders'), +(1023031, 9835, 0, 1, 1, 1, 'Scaled Leather Tunic'), +(1023031, 9836, 0, 1, 1, 1, 'Banded Armor'), +(1023031, 9837, 0, 1, 1, 1, 'Banded Bracers'), +(1023031, 9838, 0, 1, 1, 1, 'Banded Cloak'), +(1023031, 9839, 0, 1, 1, 1, 'Banded Gauntlets'), +(1023031, 9840, 0, 1, 1, 1, 'Banded Girdle'), +(1023031, 9841, 0, 1, 1, 1, 'Banded Leggings'), +(1023031, 9842, 0, 1, 1, 1, 'Banded Pauldrons'), +(1023031, 9843, 0, 1, 1, 1, 'Banded Shield'), +(1023031, 9847, 0, 1, 1, 1, 'Conjurer\'s Cloak'), +(1023031, 9853, 0, 1, 1, 1, 'Conjurer\'s Cinch'), +(1023031, 9857, 0, 1, 1, 1, 'Archer\'s Bracers'), +(1023031, 9860, 0, 1, 1, 1, 'Archer\'s Cloak'), +(1023031, 9865, 0, 1, 1, 1, 'Renegade Bracers'), +(1023031, 9867, 0, 1, 1, 1, 'Renegade Cloak'), +(1023031, 10288, 0, 1, 1, 1, 'Sage\'s Circlet'), +(1023031, 10289, 0, 1, 1, 1, 'Durable Hat'), +(1023031, 10404, 0, 1, 1, 1, 'Durable Belt'), +(1023031, 10406, 0, 1, 1, 1, 'Scaled Leather Headband'), +(1023031, 10408, 0, 1, 1, 1, 'Banded Helm'), +(1023031, 10409, 0, 1, 1, 1, 'Banded Boots'), +(1023031, 11969, 0, 1, 1, 1, 'Jacinth Circle'), +(1023031, 11970, 0, 1, 1, 1, 'Spinel Ring'), +(1023031, 11984, 0, 1, 1, 1, 'Cobalt Ring'), +(1023031, 11996, 0, 1, 1, 1, 'Basalt Ring'), +(1023031, 12009, 0, 1, 1, 1, 'Tundra Ring'), +(1023031, 12019, 0, 1, 1, 1, 'Cerulean Talisman'), +(1023031, 12028, 0, 1, 1, 1, 'Basalt Necklace'), +(1023031, 12039, 0, 1, 1, 1, 'Tundra Necklace'), +(1023031, 12047, 0, 1, 1, 1, 'Spectral Necklace'), +(1023031, 14178, 0, 1, 1, 1, 'Watcher\'s Cap'), +(1023031, 14180, 0, 1, 1, 1, 'Watcher\'s Jerkin'), +(1023031, 14183, 0, 1, 1, 1, 'Watcher\'s Leggings'), +(1023031, 14184, 0, 1, 1, 1, 'Watcher\'s Robes'), +(1023031, 14186, 0, 1, 1, 1, 'Raincaller Mantle'), +(1023031, 14189, 0, 1, 1, 1, 'Raincaller Cap'), +(1023031, 14190, 0, 1, 1, 1, 'Raincaller Vest'), +(1023031, 14191, 0, 1, 1, 1, 'Raincaller Mitts'), +(1023031, 14192, 0, 1, 1, 1, 'Raincaller Robes'), +(1023031, 14193, 0, 1, 1, 1, 'Raincaller Pants'), +(1023031, 14195, 0, 1, 1, 1, 'Raincaller Boots'), +(1023031, 14196, 0, 1, 1, 1, 'Thistlefur Sandals'), +(1023031, 14197, 0, 1, 1, 1, 'Thistlefur Bands'), +(1023031, 14198, 0, 1, 1, 1, 'Thistlefur Cloak'), +(1023031, 14199, 0, 1, 1, 1, 'Thistlefur Gloves'), +(1023031, 14201, 0, 1, 1, 1, 'Thistlefur Mantle'), +(1023031, 14205, 0, 1, 1, 1, 'Thistlefur Belt'), +(1023031, 14206, 0, 1, 1, 1, 'Vital Bracelets'), +(1023031, 14209, 0, 1, 1, 1, 'Vital Sash'), +(1023031, 14210, 0, 1, 1, 1, 'Vital Cape'), +(1023031, 14211, 0, 1, 1, 1, 'Vital Handwraps'), +(1023031, 14214, 0, 1, 1, 1, 'Vital Boots'), +(1023031, 14219, 0, 1, 1, 1, 'Geomancer\'s Cloak'), +(1023031, 14379, 0, 1, 1, 1, 'Sanguine Trousers'), +(1023031, 14397, 0, 1, 1, 1, 'Resilient Mantle'), +(1023031, 14398, 0, 1, 1, 1, 'Resilient Tunic'), +(1023031, 14399, 0, 1, 1, 1, 'Resilient Boots'), +(1023031, 14400, 0, 1, 1, 1, 'Resilient Cape'), +(1023031, 14401, 0, 1, 1, 1, 'Resilient Cap'), +(1023031, 14402, 0, 1, 1, 1, 'Resilient Bands'), +(1023031, 14403, 0, 1, 1, 1, 'Resilient Handgrips'), +(1023031, 14404, 0, 1, 1, 1, 'Resilient Leggings'), +(1023031, 14405, 0, 1, 1, 1, 'Resilient Robe'), +(1023031, 14406, 0, 1, 1, 1, 'Resilient Cord'), +(1023031, 14409, 0, 1, 1, 1, 'Stonecloth Cape'), +(1023031, 14414, 0, 1, 1, 1, 'Stonecloth Belt'), +(1023031, 14416, 0, 1, 1, 1, 'Stonecloth Bindings'), +(1023031, 14578, 0, 1, 1, 1, 'Dokebi Cord'), +(1023031, 14579, 0, 1, 1, 1, 'Dokebi Boots'), +(1023031, 14581, 0, 1, 1, 1, 'Dokebi Chestguard'), +(1023031, 14583, 0, 1, 1, 1, 'Dokebi Gloves'), +(1023031, 14585, 0, 1, 1, 1, 'Dokebi Leggings'), +(1023031, 14587, 0, 1, 1, 1, 'Dokebi Mantle'), +(1023031, 14608, 0, 1, 1, 1, 'Dokebi Buckler'), +(1023031, 14751, 0, 1, 1, 1, 'Slayer\'s Surcoat'), +(1023031, 14753, 0, 1, 1, 1, 'Slayer\'s Skullcap'), +(1023031, 14754, 0, 1, 1, 1, 'Slayer\'s Gloves'), +(1023031, 14756, 0, 1, 1, 1, 'Slayer\'s Slippers'), +(1023031, 14757, 0, 1, 1, 1, 'Slayer\'s Pants'), +(1023031, 14758, 0, 1, 1, 1, 'Slayer\'s Shoulderguards'), +(1023031, 14759, 0, 1, 1, 1, 'Enduring Bracers'), +(1023031, 14761, 0, 1, 1, 1, 'Enduring Belt'), +(1023031, 14763, 0, 1, 1, 1, 'Enduring Cape'), +(1023031, 15125, 0, 1, 1, 1, 'Robust Gloves'), +(1023031, 15126, 0, 1, 1, 1, 'Robust Leggings'), +(1023031, 15127, 0, 1, 1, 1, 'Robust Shoulders'), +(1023031, 15128, 0, 1, 1, 1, 'Robust Tunic'), +(1023031, 15129, 0, 1, 1, 1, 'Robust Helm'), +(1023031, 15130, 0, 1, 1, 1, 'Cutthroat\'s Vest'), +(1023031, 15131, 0, 1, 1, 1, 'Cutthroat\'s Boots'), +(1023031, 15132, 0, 1, 1, 1, 'Cutthroat\'s Armguards'), +(1023031, 15133, 0, 1, 1, 1, 'Cutthroat\'s Buckler'), +(1023031, 15135, 0, 1, 1, 1, 'Cutthroat\'s Cape'), +(1023031, 15136, 0, 1, 1, 1, 'Cutthroat\'s Belt'), +(1023031, 15137, 0, 1, 1, 1, 'Cutthroat\'s Mitts'), +(1023031, 15139, 0, 1, 1, 1, 'Cutthroat\'s Pants'), +(1023031, 15140, 0, 1, 1, 1, 'Cutthroat\'s Mantle'), +(1023031, 15143, 0, 1, 1, 1, 'Ghostwalker Bindings'), +(1023031, 15147, 0, 1, 1, 1, 'Ghostwalker Cloak'), +(1023031, 15148, 0, 1, 1, 1, 'Ghostwalker Belt'), +(1023031, 15225, 0, 1, 1, 1, 'Sequoia Hammer'), +(1023031, 15231, 0, 1, 1, 1, 'Splitting Hatchet'), +(1023031, 15232, 0, 1, 1, 1, 'Hacking Cleaver'), +(1023031, 15242, 0, 1, 1, 1, 'Honed Stiletto'), +(1023031, 15250, 0, 1, 1, 1, 'Glimmering Flamberge'), +(1023031, 15284, 0, 1, 1, 1, 'Long Battle Bow'), +(1023031, 15285, 0, 1, 1, 1, 'Archer\'s Longbow'), +(1023031, 15337, 0, 1, 1, 1, 'Wrangler\'s Wraps'), +(1023031, 15339, 0, 1, 1, 1, 'Pathfinder Hat'), +(1023031, 15341, 0, 1, 1, 1, 'Pathfinder Footpads'), +(1023031, 15342, 0, 1, 1, 1, 'Pathfinder Guard'), +(1023031, 15343, 0, 1, 1, 1, 'Pathfinder Gloves'), +(1023031, 15344, 0, 1, 1, 1, 'Pathfinder Pants'), +(1023031, 15345, 0, 1, 1, 1, 'Pathfinder Shoulder Pads'), +(1023031, 15346, 0, 1, 1, 1, 'Pathfinder Vest'), +(1023031, 15349, 0, 1, 1, 1, 'Headhunter\'s Belt'), +(1023031, 15350, 0, 1, 1, 1, 'Headhunter\'s Slippers'), +(1023031, 15351, 0, 1, 1, 1, 'Headhunter\'s Bands'), +(1023031, 15352, 0, 1, 1, 1, 'Headhunter\'s Buckler'), +(1023031, 15354, 0, 1, 1, 1, 'Headhunter\'s Cloak'), +(1023031, 15355, 0, 1, 1, 1, 'Headhunter\'s Mitts'), +(1023031, 15518, 0, 1, 1, 1, 'Spiked Chain Breastplate'), +(1023031, 15522, 0, 1, 1, 1, 'Spiked Chain Shield'), +(1023031, 15524, 0, 1, 1, 1, 'Sentry\'s Surcoat'), +(1023031, 15529, 0, 1, 1, 1, 'Sentry\'s Leggings'), +(1023031, 15530, 0, 1, 1, 1, 'Sentry\'s Shield'), +(1023031, 15531, 0, 1, 1, 1, 'Sentry\'s Shoulderguards'), +(1023031, 15533, 0, 1, 1, 1, 'Sentry\'s Headdress'), +(1023031, 15534, 0, 1, 1, 1, 'Wicked Chain Boots'), +(1023031, 15535, 0, 1, 1, 1, 'Wicked Chain Bracers'), +(1023031, 15536, 0, 1, 1, 1, 'Wicked Chain Chestpiece'), +(1023031, 15538, 0, 1, 1, 1, 'Wicked Chain Gauntlets'), +(1023031, 15539, 0, 1, 1, 1, 'Wicked Chain Waistband'), +(1023031, 15540, 0, 1, 1, 1, 'Wicked Chain Helmet'), +(1023031, 15541, 0, 1, 1, 1, 'Wicked Chain Legguards'), +(1023031, 15542, 0, 1, 1, 1, 'Wicked Chain Shoulder Pads'), +(1023031, 15543, 0, 1, 1, 1, 'Wicked Chain Shield'), +(1023031, 15544, 0, 1, 1, 1, 'Thick Scale Sabatons'), +(1023031, 15545, 0, 1, 1, 1, 'Thick Scale Bracelets'), +(1023031, 15547, 0, 1, 1, 1, 'Thick Scale Cloak'), +(1023031, 15548, 0, 1, 1, 1, 'Thick Scale Gauntlets'), +(1023031, 15549, 0, 1, 1, 1, 'Thick Scale Belt'), +(1023031, 15553, 0, 1, 1, 1, 'Thick Scale Shoulder Pads'), +(1023031, 15554, 0, 1, 1, 1, 'Pillager\'s Girdle'), +(1023031, 15555, 0, 1, 1, 1, 'Pillager\'s Boots'), +(1023031, 15556, 0, 1, 1, 1, 'Pillager\'s Bracers'), +(1023031, 15559, 0, 1, 1, 1, 'Pillager\'s Cloak'), +(1023031, 15560, 0, 1, 1, 1, 'Pillager\'s Gloves'), +(1023031, 15568, 0, 1, 1, 1, 'Marauder\'s Cloak'), +(1023031, 15892, 0, 1, 1, 1, 'Slayer\'s Shield'), +(1023031, 15928, 0, 1, 1, 1, 'Silver-thread Rod'), +(1023031, 15934, 0, 1, 1, 1, 'Sage\'s Stave'), +(1023031, 15935, 0, 1, 1, 1, 'Durable Rod'), +(1023031, 15962, 0, 1, 1, 1, 'Satyr\'s Rod'), +(1023031, 15973, 0, 1, 1, 1, 'Watcher\'s Star'), +(1023031, 15975, 0, 1, 1, 1, 'Raincaller Scepter'), +(1023131, 865, 0, 1, 1, 1, 'Leaden Mace'), +(1023131, 2080, 0, 1, 1, 1, 'Hillborne Axe'), +(1023131, 3037, 0, 1, 1, 1, 'Whipwood Recurve Bow'), +(1023131, 3041, 0, 1, 1, 1, '"Mage-Eye" Blunderbuss'), +(1023131, 3042, 0, 1, 1, 1, 'BKP "Sparrow" Smallbore'), +(1023131, 3185, 0, 1, 1, 1, 'Acrobatic Staff'), +(1023131, 3186, 0, 1, 1, 1, 'Viking Sword'), +(1023131, 3210, 0, 1, 1, 1, 'Brutal War Axe'), +(1023131, 4035, 0, 1, 1, 1, 'Silver-thread Robe'), +(1023131, 4037, 0, 1, 1, 1, 'Silver-thread Pants'), +(1023131, 4040, 0, 1, 1, 1, 'Nightsky Gloves'), +(1023131, 4048, 0, 1, 1, 1, 'Emblazoned Hat'), +(1023131, 4050, 0, 1, 1, 1, 'Emblazoned Leggings'), +(1023131, 4051, 0, 1, 1, 1, 'Emblazoned Boots'), +(1023131, 4055, 0, 1, 1, 1, 'Insignia Boots'), +(1023131, 4064, 0, 1, 1, 1, 'Emblazoned Buckler'), +(1023131, 4071, 0, 1, 1, 1, 'Glimmering Mail Breastplate'), +(1023131, 4072, 0, 1, 1, 1, 'Glimmering Mail Gauntlets'), +(1023131, 4073, 0, 1, 1, 1, 'Glimmering Mail Greaves'), +(1023131, 4075, 0, 1, 1, 1, 'Mail Combat Gauntlets'), +(1023131, 4716, 0, 1, 1, 1, 'Combat Cloak'), +(1023131, 4717, 0, 1, 1, 1, 'Mail Combat Belt'), +(1023131, 4719, 0, 1, 1, 1, 'Nightsky Cloak'), +(1023131, 4720, 0, 1, 1, 1, 'Nightsky Sash'), +(1023131, 4722, 0, 1, 1, 1, 'Insignia Cloak'), +(1023131, 5002, 0, 1, 1, 1, 'Glowing Green Talisman'), +(1023131, 5003, 0, 1, 1, 1, 'Crystal Starfire Medallion'), +(1023131, 5007, 0, 1, 1, 1, 'Band of Thorns'), +(1023131, 5214, 0, 1, 1, 1, 'Wand of Eventide'), +(1023131, 6386, 0, 1, 1, 1, 'Glimmering Mail Legguards'), +(1023131, 6388, 0, 1, 1, 1, 'Glimmering Mail Pauldrons'), +(1023131, 6389, 0, 1, 1, 1, 'Glimmering Mail Coif'), +(1023131, 6396, 0, 1, 1, 1, 'Emblazoned Chestpiece'), +(1023131, 6399, 0, 1, 1, 1, 'Emblazoned Shoulders'), +(1023131, 6400, 0, 1, 1, 1, 'Glimmering Shield'), +(1023131, 6403, 0, 1, 1, 1, 'Mail Combat Armguards'), +(1023131, 6406, 0, 1, 1, 1, 'Nightsky Boots'), +(1023131, 6407, 0, 1, 1, 1, 'Nightsky Wristbands'), +(1023131, 6408, 0, 1, 1, 1, 'Insignia Gloves'), +(1023131, 6409, 0, 1, 1, 1, 'Insignia Belt'), +(1023131, 6410, 0, 1, 1, 1, 'Insignia Bracers'), +(1023131, 6603, 0, 1, 1, 1, 'Dervish Tunic'), +(1023131, 6607, 0, 1, 1, 1, 'Dervish Leggings'), +(1023131, 6609, 0, 1, 1, 1, 'Sage\'s Cloth'), +(1023131, 6610, 0, 1, 1, 1, 'Sage\'s Robe'), +(1023131, 6616, 0, 1, 1, 1, 'Sage\'s Pants'), +(1023131, 6617, 0, 1, 1, 1, 'Sage\'s Mantle'), +(1023131, 7110, 0, 1, 1, 1, 'Silver-thread Armor'), +(1023131, 7330, 0, 1, 1, 1, 'Infiltrator Buckler'), +(1023131, 7331, 0, 1, 1, 1, 'Phalanx Shield'), +(1023131, 7354, 0, 1, 1, 1, 'Elder\'s Boots'), +(1023131, 7355, 0, 1, 1, 1, 'Elder\'s Bracers'), +(1023131, 7356, 0, 1, 1, 1, 'Elder\'s Cloak'), +(1023131, 7357, 0, 1, 1, 1, 'Elder\'s Hat'), +(1023131, 7366, 0, 1, 1, 1, 'Elder\'s Gloves'), +(1023131, 7367, 0, 1, 1, 1, 'Elder\'s Mantle'), +(1023131, 7368, 0, 1, 1, 1, 'Elder\'s Pants'), +(1023131, 7370, 0, 1, 1, 1, 'Elder\'s Sash'), +(1023131, 7406, 0, 1, 1, 1, 'Infiltrator Cord'), +(1023131, 7408, 0, 1, 1, 1, 'Infiltrator Shoulders'), +(1023131, 7409, 0, 1, 1, 1, 'Infiltrator Boots'), +(1023131, 7410, 0, 1, 1, 1, 'Infiltrator Bracers'), +(1023131, 7411, 0, 1, 1, 1, 'Infiltrator Cloak'), +(1023131, 7412, 0, 1, 1, 1, 'Infiltrator Gloves'), +(1023131, 7413, 0, 1, 1, 1, 'Infiltrator Cap'), +(1023131, 7414, 0, 1, 1, 1, 'Infiltrator Pants'), +(1023131, 7416, 0, 1, 1, 1, 'Phalanx Bracers'), +(1023131, 7417, 0, 1, 1, 1, 'Phalanx Boots'), +(1023131, 7419, 0, 1, 1, 1, 'Phalanx Cloak'), +(1023131, 7420, 0, 1, 1, 1, 'Phalanx Headguard'), +(1023131, 7421, 0, 1, 1, 1, 'Phalanx Gauntlets'), +(1023131, 7422, 0, 1, 1, 1, 'Phalanx Girdle'), +(1023131, 7423, 0, 1, 1, 1, 'Phalanx Leggings'), +(1023131, 7424, 0, 1, 1, 1, 'Phalanx Spaulders'), +(1023131, 7460, 0, 1, 1, 1, 'Knight\'s Cloak'), +(1023131, 9819, 0, 1, 1, 1, 'Durable Tunic'), +(1023131, 9820, 0, 1, 1, 1, 'Durable Boots'), +(1023131, 9821, 0, 1, 1, 1, 'Durable Bracers'), +(1023131, 9823, 0, 1, 1, 1, 'Durable Gloves'), +(1023131, 9824, 0, 1, 1, 1, 'Durable Shoulders'), +(1023131, 9825, 0, 1, 1, 1, 'Durable Pants'), +(1023131, 9826, 0, 1, 1, 1, 'Durable Robe'), +(1023131, 9827, 0, 1, 1, 1, 'Scaled Leather Belt'), +(1023131, 9828, 0, 1, 1, 1, 'Scaled Leather Boots'), +(1023131, 9830, 0, 1, 1, 1, 'Scaled Shield'), +(1023131, 9832, 0, 1, 1, 1, 'Scaled Leather Gloves'), +(1023131, 9833, 0, 1, 1, 1, 'Scaled Leather Leggings'), +(1023131, 9834, 0, 1, 1, 1, 'Scaled Leather Shoulders'), +(1023131, 9835, 0, 1, 1, 1, 'Scaled Leather Tunic'), +(1023131, 9836, 0, 1, 1, 1, 'Banded Armor'), +(1023131, 9837, 0, 1, 1, 1, 'Banded Bracers'), +(1023131, 9839, 0, 1, 1, 1, 'Banded Gauntlets'), +(1023131, 9840, 0, 1, 1, 1, 'Banded Girdle'), +(1023131, 9841, 0, 1, 1, 1, 'Banded Leggings'), +(1023131, 9842, 0, 1, 1, 1, 'Banded Pauldrons'), +(1023131, 9843, 0, 1, 1, 1, 'Banded Shield'), +(1023131, 9847, 0, 1, 1, 1, 'Conjurer\'s Cloak'), +(1023131, 9853, 0, 1, 1, 1, 'Conjurer\'s Cinch'), +(1023131, 9857, 0, 1, 1, 1, 'Archer\'s Bracers'), +(1023131, 9860, 0, 1, 1, 1, 'Archer\'s Cloak'), +(1023131, 9865, 0, 1, 1, 1, 'Renegade Bracers'), +(1023131, 9867, 0, 1, 1, 1, 'Renegade Cloak'), +(1023131, 10288, 0, 1, 1, 1, 'Sage\'s Circlet'), +(1023131, 10289, 0, 1, 1, 1, 'Durable Hat'), +(1023131, 10404, 0, 1, 1, 1, 'Durable Belt'), +(1023131, 10406, 0, 1, 1, 1, 'Scaled Leather Headband'), +(1023131, 10408, 0, 1, 1, 1, 'Banded Helm'), +(1023131, 10409, 0, 1, 1, 1, 'Banded Boots'), +(1023131, 11970, 0, 1, 1, 1, 'Spinel Ring'), +(1023131, 11996, 0, 1, 1, 1, 'Basalt Ring'), +(1023131, 12009, 0, 1, 1, 1, 'Tundra Ring'), +(1023131, 12019, 0, 1, 1, 1, 'Cerulean Talisman'), +(1023131, 12028, 0, 1, 1, 1, 'Basalt Necklace'), +(1023131, 12039, 0, 1, 1, 1, 'Tundra Necklace'), +(1023131, 12047, 0, 1, 1, 1, 'Spectral Necklace'), +(1023131, 14178, 0, 1, 1, 1, 'Watcher\'s Cap'), +(1023131, 14180, 0, 1, 1, 1, 'Watcher\'s Jerkin'), +(1023131, 14183, 0, 1, 1, 1, 'Watcher\'s Leggings'), +(1023131, 14184, 0, 1, 1, 1, 'Watcher\'s Robes'), +(1023131, 14189, 0, 1, 1, 1, 'Raincaller Cap'), +(1023131, 14190, 0, 1, 1, 1, 'Raincaller Vest'), +(1023131, 14191, 0, 1, 1, 1, 'Raincaller Mitts'), +(1023131, 14192, 0, 1, 1, 1, 'Raincaller Robes'), +(1023131, 14193, 0, 1, 1, 1, 'Raincaller Pants'), +(1023131, 14196, 0, 1, 1, 1, 'Thistlefur Sandals'), +(1023131, 14197, 0, 1, 1, 1, 'Thistlefur Bands'), +(1023131, 14198, 0, 1, 1, 1, 'Thistlefur Cloak'), +(1023131, 14199, 0, 1, 1, 1, 'Thistlefur Gloves'), +(1023131, 14201, 0, 1, 1, 1, 'Thistlefur Mantle'), +(1023131, 14205, 0, 1, 1, 1, 'Thistlefur Belt'), +(1023131, 14206, 0, 1, 1, 1, 'Vital Bracelets'), +(1023131, 14209, 0, 1, 1, 1, 'Vital Sash'), +(1023131, 14210, 0, 1, 1, 1, 'Vital Cape'), +(1023131, 14211, 0, 1, 1, 1, 'Vital Handwraps'), +(1023131, 14214, 0, 1, 1, 1, 'Vital Boots'), +(1023131, 14219, 0, 1, 1, 1, 'Geomancer\'s Cloak'), +(1023131, 14397, 0, 1, 1, 1, 'Resilient Mantle'), +(1023131, 14398, 0, 1, 1, 1, 'Resilient Tunic'), +(1023131, 14399, 0, 1, 1, 1, 'Resilient Boots'), +(1023131, 14401, 0, 1, 1, 1, 'Resilient Cap'), +(1023131, 14403, 0, 1, 1, 1, 'Resilient Handgrips'), +(1023131, 14404, 0, 1, 1, 1, 'Resilient Leggings'), +(1023131, 14405, 0, 1, 1, 1, 'Resilient Robe'), +(1023131, 14406, 0, 1, 1, 1, 'Resilient Cord'), +(1023131, 14409, 0, 1, 1, 1, 'Stonecloth Cape'), +(1023131, 14414, 0, 1, 1, 1, 'Stonecloth Belt'), +(1023131, 14416, 0, 1, 1, 1, 'Stonecloth Bindings'), +(1023131, 14579, 0, 1, 1, 1, 'Dokebi Boots'), +(1023131, 14581, 0, 1, 1, 1, 'Dokebi Chestguard'), +(1023131, 14583, 0, 1, 1, 1, 'Dokebi Gloves'), +(1023131, 14585, 0, 1, 1, 1, 'Dokebi Leggings'), +(1023131, 14587, 0, 1, 1, 1, 'Dokebi Mantle'), +(1023131, 14608, 0, 1, 1, 1, 'Dokebi Buckler'), +(1023131, 14751, 0, 1, 1, 1, 'Slayer\'s Surcoat'), +(1023131, 14753, 0, 1, 1, 1, 'Slayer\'s Skullcap'), +(1023131, 14757, 0, 1, 1, 1, 'Slayer\'s Pants'), +(1023131, 14758, 0, 1, 1, 1, 'Slayer\'s Shoulderguards'), +(1023131, 14759, 0, 1, 1, 1, 'Enduring Bracers'), +(1023131, 14761, 0, 1, 1, 1, 'Enduring Belt'), +(1023131, 14763, 0, 1, 1, 1, 'Enduring Cape'), +(1023131, 15127, 0, 1, 1, 1, 'Robust Shoulders'), +(1023131, 15128, 0, 1, 1, 1, 'Robust Tunic'), +(1023131, 15129, 0, 1, 1, 1, 'Robust Helm'), +(1023131, 15130, 0, 1, 1, 1, 'Cutthroat\'s Vest'), +(1023131, 15131, 0, 1, 1, 1, 'Cutthroat\'s Boots'), +(1023131, 15133, 0, 1, 1, 1, 'Cutthroat\'s Buckler'), +(1023131, 15135, 0, 1, 1, 1, 'Cutthroat\'s Cape'), +(1023131, 15136, 0, 1, 1, 1, 'Cutthroat\'s Belt'), +(1023131, 15137, 0, 1, 1, 1, 'Cutthroat\'s Mitts'), +(1023131, 15139, 0, 1, 1, 1, 'Cutthroat\'s Pants'), +(1023131, 15140, 0, 1, 1, 1, 'Cutthroat\'s Mantle'), +(1023131, 15143, 0, 1, 1, 1, 'Ghostwalker Bindings'), +(1023131, 15147, 0, 1, 1, 1, 'Ghostwalker Cloak'), +(1023131, 15148, 0, 1, 1, 1, 'Ghostwalker Belt'), +(1023131, 15225, 0, 1, 1, 1, 'Sequoia Hammer'), +(1023131, 15231, 0, 1, 1, 1, 'Splitting Hatchet'), +(1023131, 15232, 0, 1, 1, 1, 'Hacking Cleaver'), +(1023131, 15242, 0, 1, 1, 1, 'Honed Stiletto'), +(1023131, 15250, 0, 1, 1, 1, 'Glimmering Flamberge'), +(1023131, 15285, 0, 1, 1, 1, 'Archer\'s Longbow'), +(1023131, 15339, 0, 1, 1, 1, 'Pathfinder Hat'), +(1023131, 15341, 0, 1, 1, 1, 'Pathfinder Footpads'), +(1023131, 15342, 0, 1, 1, 1, 'Pathfinder Guard'), +(1023131, 15343, 0, 1, 1, 1, 'Pathfinder Gloves'), +(1023131, 15344, 0, 1, 1, 1, 'Pathfinder Pants'), +(1023131, 15345, 0, 1, 1, 1, 'Pathfinder Shoulder Pads'), +(1023131, 15346, 0, 1, 1, 1, 'Pathfinder Vest'), +(1023131, 15349, 0, 1, 1, 1, 'Headhunter\'s Belt'), +(1023131, 15350, 0, 1, 1, 1, 'Headhunter\'s Slippers'), +(1023131, 15351, 0, 1, 1, 1, 'Headhunter\'s Bands'), +(1023131, 15352, 0, 1, 1, 1, 'Headhunter\'s Buckler'), +(1023131, 15354, 0, 1, 1, 1, 'Headhunter\'s Cloak'), +(1023131, 15355, 0, 1, 1, 1, 'Headhunter\'s Mitts'), +(1023131, 15518, 0, 1, 1, 1, 'Spiked Chain Breastplate'), +(1023131, 15524, 0, 1, 1, 1, 'Sentry\'s Surcoat'), +(1023131, 15530, 0, 1, 1, 1, 'Sentry\'s Shield'), +(1023131, 15531, 0, 1, 1, 1, 'Sentry\'s Shoulderguards'), +(1023131, 15533, 0, 1, 1, 1, 'Sentry\'s Headdress'), +(1023131, 15534, 0, 1, 1, 1, 'Wicked Chain Boots'), +(1023131, 15536, 0, 1, 1, 1, 'Wicked Chain Chestpiece'), +(1023131, 15538, 0, 1, 1, 1, 'Wicked Chain Gauntlets'), +(1023131, 15539, 0, 1, 1, 1, 'Wicked Chain Waistband'), +(1023131, 15540, 0, 1, 1, 1, 'Wicked Chain Helmet'), +(1023131, 15541, 0, 1, 1, 1, 'Wicked Chain Legguards'), +(1023131, 15542, 0, 1, 1, 1, 'Wicked Chain Shoulder Pads'), +(1023131, 15543, 0, 1, 1, 1, 'Wicked Chain Shield'), +(1023131, 15544, 0, 1, 1, 1, 'Thick Scale Sabatons'), +(1023131, 15545, 0, 1, 1, 1, 'Thick Scale Bracelets'), +(1023131, 15548, 0, 1, 1, 1, 'Thick Scale Gauntlets'), +(1023131, 15549, 0, 1, 1, 1, 'Thick Scale Belt'), +(1023131, 15553, 0, 1, 1, 1, 'Thick Scale Shoulder Pads'), +(1023131, 15554, 0, 1, 1, 1, 'Pillager\'s Girdle'), +(1023131, 15555, 0, 1, 1, 1, 'Pillager\'s Boots'), +(1023131, 15556, 0, 1, 1, 1, 'Pillager\'s Bracers'), +(1023131, 15559, 0, 1, 1, 1, 'Pillager\'s Cloak'), +(1023131, 15560, 0, 1, 1, 1, 'Pillager\'s Gloves'), +(1023131, 15568, 0, 1, 1, 1, 'Marauder\'s Cloak'), +(1023131, 15892, 0, 1, 1, 1, 'Slayer\'s Shield'), +(1023131, 15928, 0, 1, 1, 1, 'Silver-thread Rod'), +(1023131, 15934, 0, 1, 1, 1, 'Sage\'s Stave'), +(1023131, 15935, 0, 1, 1, 1, 'Durable Rod'), +(1023131, 15962, 0, 1, 1, 1, 'Satyr\'s Rod'), +(1023131, 15973, 0, 1, 1, 1, 'Watcher\'s Star'), +(1023131, 15975, 0, 1, 1, 1, 'Raincaller Scepter'), +(1023132, 865, 0, 1, 1, 1, 'Leaden Mace'), +(1023132, 2080, 0, 1, 1, 1, 'Hillborne Axe'), +(1023132, 3037, 0, 1, 1, 1, 'Whipwood Recurve Bow'), +(1023132, 3041, 0, 1, 1, 1, '"Mage-Eye" Blunderbuss'), +(1023132, 3042, 0, 1, 1, 1, 'BKP "Sparrow" Smallbore'), +(1023132, 3185, 0, 1, 1, 1, 'Acrobatic Staff'), +(1023132, 3186, 0, 1, 1, 1, 'Viking Sword'), +(1023132, 3197, 0, 1, 1, 1, 'Stonecutter Claymore'), +(1023132, 3210, 0, 1, 1, 1, 'Brutal War Axe'), +(1023132, 4035, 0, 1, 1, 1, 'Silver-thread Robe'), +(1023132, 4037, 0, 1, 1, 1, 'Silver-thread Pants'), +(1023132, 4039, 0, 1, 1, 1, 'Nightsky Cowl'), +(1023132, 4040, 0, 1, 1, 1, 'Nightsky Gloves'), +(1023132, 4048, 0, 1, 1, 1, 'Emblazoned Hat'), +(1023132, 4050, 0, 1, 1, 1, 'Emblazoned Leggings'), +(1023132, 4051, 0, 1, 1, 1, 'Emblazoned Boots'), +(1023132, 4052, 0, 1, 1, 1, 'Insignia Cap'), +(1023132, 4054, 0, 1, 1, 1, 'Insignia Leggings'), +(1023132, 4055, 0, 1, 1, 1, 'Insignia Boots'), +(1023132, 4064, 0, 1, 1, 1, 'Emblazoned Buckler'), +(1023132, 4066, 0, 1, 1, 1, 'Insignia Buckler'), +(1023132, 4071, 0, 1, 1, 1, 'Glimmering Mail Breastplate'), +(1023132, 4072, 0, 1, 1, 1, 'Glimmering Mail Gauntlets'), +(1023132, 4073, 0, 1, 1, 1, 'Glimmering Mail Greaves'), +(1023132, 4075, 0, 1, 1, 1, 'Mail Combat Gauntlets'), +(1023132, 4076, 0, 1, 1, 1, 'Mail Combat Boots'), +(1023132, 4077, 0, 1, 1, 1, 'Mail Combat Headguard'), +(1023132, 4716, 0, 1, 1, 1, 'Combat Cloak'), +(1023132, 4717, 0, 1, 1, 1, 'Mail Combat Belt'), +(1023132, 4718, 0, 1, 1, 1, 'Nightsky Mantle'), +(1023132, 4719, 0, 1, 1, 1, 'Nightsky Cloak'), +(1023132, 4720, 0, 1, 1, 1, 'Nightsky Sash'), +(1023132, 4721, 0, 1, 1, 1, 'Insignia Mantle'), +(1023132, 4722, 0, 1, 1, 1, 'Insignia Cloak'), +(1023132, 5002, 0, 1, 1, 1, 'Glowing Green Talisman'), +(1023132, 5003, 0, 1, 1, 1, 'Crystal Starfire Medallion'), +(1023132, 5007, 0, 1, 1, 1, 'Band of Thorns'), +(1023132, 5213, 0, 1, 1, 1, 'Scorching Wand'), +(1023132, 5214, 0, 1, 1, 1, 'Wand of Eventide'), +(1023132, 6386, 0, 1, 1, 1, 'Glimmering Mail Legguards'), +(1023132, 6388, 0, 1, 1, 1, 'Glimmering Mail Pauldrons'), +(1023132, 6389, 0, 1, 1, 1, 'Glimmering Mail Coif'), +(1023132, 6396, 0, 1, 1, 1, 'Emblazoned Chestpiece'), +(1023132, 6399, 0, 1, 1, 1, 'Emblazoned Shoulders'), +(1023132, 6400, 0, 1, 1, 1, 'Glimmering Shield'), +(1023132, 6403, 0, 1, 1, 1, 'Mail Combat Armguards'), +(1023132, 6404, 0, 1, 1, 1, 'Mail Combat Spaulders'), +(1023132, 6406, 0, 1, 1, 1, 'Nightsky Boots'), +(1023132, 6407, 0, 1, 1, 1, 'Nightsky Wristbands'), +(1023132, 6408, 0, 1, 1, 1, 'Insignia Gloves'), +(1023132, 6409, 0, 1, 1, 1, 'Insignia Belt'), +(1023132, 6410, 0, 1, 1, 1, 'Insignia Bracers'), +(1023132, 6603, 0, 1, 1, 1, 'Dervish Tunic'), +(1023132, 6607, 0, 1, 1, 1, 'Dervish Leggings'), +(1023132, 6609, 0, 1, 1, 1, 'Sage\'s Cloth'), +(1023132, 6610, 0, 1, 1, 1, 'Sage\'s Robe'), +(1023132, 6616, 0, 1, 1, 1, 'Sage\'s Pants'), +(1023132, 6617, 0, 1, 1, 1, 'Sage\'s Mantle'), +(1023132, 7110, 0, 1, 1, 1, 'Silver-thread Armor'), +(1023132, 7330, 0, 1, 1, 1, 'Infiltrator Buckler'), +(1023132, 7331, 0, 1, 1, 1, 'Phalanx Shield'), +(1023132, 7353, 0, 1, 1, 1, 'Elder\'s Padded Armor'), +(1023132, 7354, 0, 1, 1, 1, 'Elder\'s Boots'), +(1023132, 7355, 0, 1, 1, 1, 'Elder\'s Bracers'), +(1023132, 7356, 0, 1, 1, 1, 'Elder\'s Cloak'), +(1023132, 7357, 0, 1, 1, 1, 'Elder\'s Hat'), +(1023132, 7366, 0, 1, 1, 1, 'Elder\'s Gloves'), +(1023132, 7367, 0, 1, 1, 1, 'Elder\'s Mantle'), +(1023132, 7368, 0, 1, 1, 1, 'Elder\'s Pants'), +(1023132, 7369, 0, 1, 1, 1, 'Elder\'s Robe'), +(1023132, 7370, 0, 1, 1, 1, 'Elder\'s Sash'), +(1023132, 7406, 0, 1, 1, 1, 'Infiltrator Cord'), +(1023132, 7407, 0, 1, 1, 1, 'Infiltrator Armor'), +(1023132, 7408, 0, 1, 1, 1, 'Infiltrator Shoulders'), +(1023132, 7409, 0, 1, 1, 1, 'Infiltrator Boots'), +(1023132, 7410, 0, 1, 1, 1, 'Infiltrator Bracers'), +(1023132, 7411, 0, 1, 1, 1, 'Infiltrator Cloak'), +(1023132, 7412, 0, 1, 1, 1, 'Infiltrator Gloves'), +(1023132, 7413, 0, 1, 1, 1, 'Infiltrator Cap'), +(1023132, 7414, 0, 1, 1, 1, 'Infiltrator Pants'), +(1023132, 7416, 0, 1, 1, 1, 'Phalanx Bracers'), +(1023132, 7417, 0, 1, 1, 1, 'Phalanx Boots'), +(1023132, 7418, 0, 1, 1, 1, 'Phalanx Breastplate'), +(1023132, 7419, 0, 1, 1, 1, 'Phalanx Cloak'), +(1023132, 7420, 0, 1, 1, 1, 'Phalanx Headguard'), +(1023132, 7421, 0, 1, 1, 1, 'Phalanx Gauntlets'), +(1023132, 7422, 0, 1, 1, 1, 'Phalanx Girdle'), +(1023132, 7423, 0, 1, 1, 1, 'Phalanx Leggings'), +(1023132, 7424, 0, 1, 1, 1, 'Phalanx Spaulders'), +(1023132, 7436, 0, 1, 1, 1, 'Twilight Cape'), +(1023132, 7460, 0, 1, 1, 1, 'Knight\'s Cloak'), +(1023132, 7609, 0, 1, 1, 1, 'Elder\'s Amber Stave'), +(1023132, 9819, 0, 1, 1, 1, 'Durable Tunic'), +(1023132, 9820, 0, 1, 1, 1, 'Durable Boots'), +(1023132, 9821, 0, 1, 1, 1, 'Durable Bracers'), +(1023132, 9823, 0, 1, 1, 1, 'Durable Gloves'), +(1023132, 9824, 0, 1, 1, 1, 'Durable Shoulders'), +(1023132, 9825, 0, 1, 1, 1, 'Durable Pants'), +(1023132, 9826, 0, 1, 1, 1, 'Durable Robe'), +(1023132, 9827, 0, 1, 1, 1, 'Scaled Leather Belt'), +(1023132, 9828, 0, 1, 1, 1, 'Scaled Leather Boots'), +(1023132, 9830, 0, 1, 1, 1, 'Scaled Shield'), +(1023132, 9832, 0, 1, 1, 1, 'Scaled Leather Gloves'), +(1023132, 9833, 0, 1, 1, 1, 'Scaled Leather Leggings'), +(1023132, 9834, 0, 1, 1, 1, 'Scaled Leather Shoulders'), +(1023132, 9835, 0, 1, 1, 1, 'Scaled Leather Tunic'), +(1023132, 9836, 0, 1, 1, 1, 'Banded Armor'), +(1023132, 9837, 0, 1, 1, 1, 'Banded Bracers'), +(1023132, 9839, 0, 1, 1, 1, 'Banded Gauntlets'), +(1023132, 9840, 0, 1, 1, 1, 'Banded Girdle'), +(1023132, 9841, 0, 1, 1, 1, 'Banded Leggings'), +(1023132, 9842, 0, 1, 1, 1, 'Banded Pauldrons'), +(1023132, 9843, 0, 1, 1, 1, 'Banded Shield'), +(1023132, 9845, 0, 1, 1, 1, 'Conjurer\'s Shoes'), +(1023132, 9846, 0, 1, 1, 1, 'Conjurer\'s Bracers'), +(1023132, 9847, 0, 1, 1, 1, 'Conjurer\'s Cloak'), +(1023132, 9853, 0, 1, 1, 1, 'Conjurer\'s Cinch'), +(1023132, 9855, 0, 1, 1, 1, 'Archer\'s Belt'), +(1023132, 9857, 0, 1, 1, 1, 'Archer\'s Bracers'), +(1023132, 9860, 0, 1, 1, 1, 'Archer\'s Cloak'), +(1023132, 9861, 0, 1, 1, 1, 'Archer\'s Gloves'), +(1023132, 9865, 0, 1, 1, 1, 'Renegade Bracers'), +(1023132, 9867, 0, 1, 1, 1, 'Renegade Cloak'), +(1023132, 9868, 0, 1, 1, 1, 'Renegade Gauntlets'), +(1023132, 9869, 0, 1, 1, 1, 'Renegade Belt'), +(1023132, 10288, 0, 1, 1, 1, 'Sage\'s Circlet'), +(1023132, 10289, 0, 1, 1, 1, 'Durable Hat'), +(1023132, 10404, 0, 1, 1, 1, 'Durable Belt'), +(1023132, 10406, 0, 1, 1, 1, 'Scaled Leather Headband'), +(1023132, 10408, 0, 1, 1, 1, 'Banded Helm'), +(1023132, 10409, 0, 1, 1, 1, 'Banded Boots'), +(1023132, 11970, 0, 1, 1, 1, 'Spinel Ring'), +(1023132, 11985, 0, 1, 1, 1, 'Cerulean Ring'), +(1023132, 11996, 0, 1, 1, 1, 'Basalt Ring'), +(1023132, 12009, 0, 1, 1, 1, 'Tundra Ring'), +(1023132, 12019, 0, 1, 1, 1, 'Cerulean Talisman'), +(1023132, 12028, 0, 1, 1, 1, 'Basalt Necklace'), +(1023132, 12029, 0, 1, 1, 1, 'Greenstone Talisman'), +(1023132, 12039, 0, 1, 1, 1, 'Tundra Necklace'), +(1023132, 12047, 0, 1, 1, 1, 'Spectral Necklace'), +(1023132, 14178, 0, 1, 1, 1, 'Watcher\'s Cap'), +(1023132, 14180, 0, 1, 1, 1, 'Watcher\'s Jerkin'), +(1023132, 14183, 0, 1, 1, 1, 'Watcher\'s Leggings'), +(1023132, 14184, 0, 1, 1, 1, 'Watcher\'s Robes'), +(1023132, 14189, 0, 1, 1, 1, 'Raincaller Cap'), +(1023132, 14190, 0, 1, 1, 1, 'Raincaller Vest'), +(1023132, 14191, 0, 1, 1, 1, 'Raincaller Mitts'), +(1023132, 14192, 0, 1, 1, 1, 'Raincaller Robes'), +(1023132, 14193, 0, 1, 1, 1, 'Raincaller Pants'), +(1023132, 14196, 0, 1, 1, 1, 'Thistlefur Sandals'), +(1023132, 14197, 0, 1, 1, 1, 'Thistlefur Bands'), +(1023132, 14198, 0, 1, 1, 1, 'Thistlefur Cloak'), +(1023132, 14199, 0, 1, 1, 1, 'Thistlefur Gloves'), +(1023132, 14200, 0, 1, 1, 1, 'Thistlefur Cap'), +(1023132, 14201, 0, 1, 1, 1, 'Thistlefur Mantle'), +(1023132, 14203, 0, 1, 1, 1, 'Thistlefur Pants'), +(1023132, 14205, 0, 1, 1, 1, 'Thistlefur Belt'), +(1023132, 14206, 0, 1, 1, 1, 'Vital Bracelets'), +(1023132, 14209, 0, 1, 1, 1, 'Vital Sash'), +(1023132, 14210, 0, 1, 1, 1, 'Vital Cape'), +(1023132, 14211, 0, 1, 1, 1, 'Vital Handwraps'), +(1023132, 14212, 0, 1, 1, 1, 'Vital Shoulders'), +(1023132, 14214, 0, 1, 1, 1, 'Vital Boots'), +(1023132, 14219, 0, 1, 1, 1, 'Geomancer\'s Cloak'), +(1023132, 14221, 0, 1, 1, 1, 'Geomancer\'s Bracers'), +(1023132, 14397, 0, 1, 1, 1, 'Resilient Mantle'), +(1023132, 14398, 0, 1, 1, 1, 'Resilient Tunic'), +(1023132, 14399, 0, 1, 1, 1, 'Resilient Boots'), +(1023132, 14401, 0, 1, 1, 1, 'Resilient Cap'), +(1023132, 14403, 0, 1, 1, 1, 'Resilient Handgrips'), +(1023132, 14404, 0, 1, 1, 1, 'Resilient Leggings'), +(1023132, 14405, 0, 1, 1, 1, 'Resilient Robe'), +(1023132, 14406, 0, 1, 1, 1, 'Resilient Cord'), +(1023132, 14408, 0, 1, 1, 1, 'Stonecloth Boots'), +(1023132, 14409, 0, 1, 1, 1, 'Stonecloth Cape'), +(1023132, 14411, 0, 1, 1, 1, 'Stonecloth Gloves'), +(1023132, 14414, 0, 1, 1, 1, 'Stonecloth Belt'), +(1023132, 14416, 0, 1, 1, 1, 'Stonecloth Bindings'), +(1023132, 14579, 0, 1, 1, 1, 'Dokebi Boots'), +(1023132, 14581, 0, 1, 1, 1, 'Dokebi Chestguard'), +(1023132, 14583, 0, 1, 1, 1, 'Dokebi Gloves'), +(1023132, 14584, 0, 1, 1, 1, 'Dokebi Hat'), +(1023132, 14585, 0, 1, 1, 1, 'Dokebi Leggings'), +(1023132, 14587, 0, 1, 1, 1, 'Dokebi Mantle'), +(1023132, 14590, 0, 1, 1, 1, 'Hawkeye\'s Bracers'), +(1023132, 14593, 0, 1, 1, 1, 'Hawkeye\'s Cloak'), +(1023132, 14608, 0, 1, 1, 1, 'Dokebi Buckler'), +(1023132, 14751, 0, 1, 1, 1, 'Slayer\'s Surcoat'), +(1023132, 14753, 0, 1, 1, 1, 'Slayer\'s Skullcap'), +(1023132, 14757, 0, 1, 1, 1, 'Slayer\'s Pants'), +(1023132, 14758, 0, 1, 1, 1, 'Slayer\'s Shoulderguards'), +(1023132, 14759, 0, 1, 1, 1, 'Enduring Bracers'), +(1023132, 14761, 0, 1, 1, 1, 'Enduring Belt'), +(1023132, 14763, 0, 1, 1, 1, 'Enduring Cape'), +(1023132, 14764, 0, 1, 1, 1, 'Enduring Gauntlets'), +(1023132, 15127, 0, 1, 1, 1, 'Robust Shoulders'), +(1023132, 15128, 0, 1, 1, 1, 'Robust Tunic'), +(1023132, 15129, 0, 1, 1, 1, 'Robust Helm'), +(1023132, 15130, 0, 1, 1, 1, 'Cutthroat\'s Vest'), +(1023132, 15131, 0, 1, 1, 1, 'Cutthroat\'s Boots'), +(1023132, 15133, 0, 1, 1, 1, 'Cutthroat\'s Buckler'), +(1023132, 15135, 0, 1, 1, 1, 'Cutthroat\'s Cape'), +(1023132, 15136, 0, 1, 1, 1, 'Cutthroat\'s Belt'), +(1023132, 15137, 0, 1, 1, 1, 'Cutthroat\'s Mitts'), +(1023132, 15139, 0, 1, 1, 1, 'Cutthroat\'s Pants'), +(1023132, 15140, 0, 1, 1, 1, 'Cutthroat\'s Mantle'), +(1023132, 15142, 0, 1, 1, 1, 'Ghostwalker Boots'), +(1023132, 15143, 0, 1, 1, 1, 'Ghostwalker Bindings'), +(1023132, 15147, 0, 1, 1, 1, 'Ghostwalker Cloak'), +(1023132, 15148, 0, 1, 1, 1, 'Ghostwalker Belt'), +(1023132, 15225, 0, 1, 1, 1, 'Sequoia Hammer'), +(1023132, 15231, 0, 1, 1, 1, 'Splitting Hatchet'), +(1023132, 15232, 0, 1, 1, 1, 'Hacking Cleaver'), +(1023132, 15242, 0, 1, 1, 1, 'Honed Stiletto'), +(1023132, 15250, 0, 1, 1, 1, 'Glimmering Flamberge'), +(1023132, 15285, 0, 1, 1, 1, 'Archer\'s Longbow'), +(1023132, 15286, 0, 1, 1, 1, 'Long Redwood Bow'), +(1023132, 15339, 0, 1, 1, 1, 'Pathfinder Hat'), +(1023132, 15341, 0, 1, 1, 1, 'Pathfinder Footpads'), +(1023132, 15342, 0, 1, 1, 1, 'Pathfinder Guard'), +(1023132, 15343, 0, 1, 1, 1, 'Pathfinder Gloves'), +(1023132, 15344, 0, 1, 1, 1, 'Pathfinder Pants'), +(1023132, 15345, 0, 1, 1, 1, 'Pathfinder Shoulder Pads'), +(1023132, 15346, 0, 1, 1, 1, 'Pathfinder Vest'), +(1023132, 15349, 0, 1, 1, 1, 'Headhunter\'s Belt'), +(1023132, 15350, 0, 1, 1, 1, 'Headhunter\'s Slippers'), +(1023132, 15351, 0, 1, 1, 1, 'Headhunter\'s Bands'), +(1023132, 15352, 0, 1, 1, 1, 'Headhunter\'s Buckler'), +(1023132, 15354, 0, 1, 1, 1, 'Headhunter\'s Cloak'), +(1023132, 15355, 0, 1, 1, 1, 'Headhunter\'s Mitts'), +(1023132, 15357, 0, 1, 1, 1, 'Headhunter\'s Spaulders'), +(1023132, 15358, 0, 1, 1, 1, 'Headhunter\'s Woolies'), +(1023132, 15518, 0, 1, 1, 1, 'Spiked Chain Breastplate'), +(1023132, 15524, 0, 1, 1, 1, 'Sentry\'s Surcoat'), +(1023132, 15530, 0, 1, 1, 1, 'Sentry\'s Shield'), +(1023132, 15531, 0, 1, 1, 1, 'Sentry\'s Shoulderguards'), +(1023132, 15533, 0, 1, 1, 1, 'Sentry\'s Headdress'), +(1023132, 15534, 0, 1, 1, 1, 'Wicked Chain Boots'), +(1023132, 15536, 0, 1, 1, 1, 'Wicked Chain Chestpiece'), +(1023132, 15538, 0, 1, 1, 1, 'Wicked Chain Gauntlets'), +(1023132, 15539, 0, 1, 1, 1, 'Wicked Chain Waistband'), +(1023132, 15540, 0, 1, 1, 1, 'Wicked Chain Helmet'), +(1023132, 15541, 0, 1, 1, 1, 'Wicked Chain Legguards'), +(1023132, 15542, 0, 1, 1, 1, 'Wicked Chain Shoulder Pads'), +(1023132, 15543, 0, 1, 1, 1, 'Wicked Chain Shield'), +(1023132, 15544, 0, 1, 1, 1, 'Thick Scale Sabatons'), +(1023132, 15545, 0, 1, 1, 1, 'Thick Scale Bracelets'), +(1023132, 15548, 0, 1, 1, 1, 'Thick Scale Gauntlets'), +(1023132, 15549, 0, 1, 1, 1, 'Thick Scale Belt'), +(1023132, 15550, 0, 1, 1, 1, 'Thick Scale Crown'), +(1023132, 15551, 0, 1, 1, 1, 'Thick Scale Legguards'), +(1023132, 15553, 0, 1, 1, 1, 'Thick Scale Shoulder Pads'), +(1023132, 15554, 0, 1, 1, 1, 'Pillager\'s Girdle'), +(1023132, 15555, 0, 1, 1, 1, 'Pillager\'s Boots'), +(1023132, 15556, 0, 1, 1, 1, 'Pillager\'s Bracers'), +(1023132, 15559, 0, 1, 1, 1, 'Pillager\'s Cloak'), +(1023132, 15560, 0, 1, 1, 1, 'Pillager\'s Gloves'), +(1023132, 15566, 0, 1, 1, 1, 'Marauder\'s Bracers'), +(1023132, 15568, 0, 1, 1, 1, 'Marauder\'s Cloak'), +(1023132, 15571, 0, 1, 1, 1, 'Marauder\'s Belt'), +(1023132, 15579, 0, 1, 1, 1, 'Sparkleshell Cloak'), +(1023132, 15892, 0, 1, 1, 1, 'Slayer\'s Shield'), +(1023132, 15928, 0, 1, 1, 1, 'Silver-thread Rod'), +(1023132, 15934, 0, 1, 1, 1, 'Sage\'s Stave'), +(1023132, 15935, 0, 1, 1, 1, 'Durable Rod'), +(1023132, 15962, 0, 1, 1, 1, 'Satyr\'s Rod'), +(1023132, 15973, 0, 1, 1, 1, 'Watcher\'s Star'), +(1023132, 15975, 0, 1, 1, 1, 'Raincaller Scepter'), +(1023232, 865, 0, 1, 1, 1, 'Leaden Mace'), +(1023232, 2080, 0, 1, 1, 1, 'Hillborne Axe'), +(1023232, 3037, 0, 1, 1, 1, 'Whipwood Recurve Bow'), +(1023232, 3041, 0, 1, 1, 1, '"Mage-Eye" Blunderbuss'), +(1023232, 3042, 0, 1, 1, 1, 'BKP "Sparrow" Smallbore'), +(1023232, 3185, 0, 1, 1, 1, 'Acrobatic Staff'), +(1023232, 3197, 0, 1, 1, 1, 'Stonecutter Claymore'), +(1023232, 4035, 0, 1, 1, 1, 'Silver-thread Robe'), +(1023232, 4039, 0, 1, 1, 1, 'Nightsky Cowl'), +(1023232, 4040, 0, 1, 1, 1, 'Nightsky Gloves'), +(1023232, 4048, 0, 1, 1, 1, 'Emblazoned Hat'), +(1023232, 4050, 0, 1, 1, 1, 'Emblazoned Leggings'), +(1023232, 4052, 0, 1, 1, 1, 'Insignia Cap'), +(1023232, 4054, 0, 1, 1, 1, 'Insignia Leggings'), +(1023232, 4055, 0, 1, 1, 1, 'Insignia Boots'), +(1023232, 4066, 0, 1, 1, 1, 'Insignia Buckler'), +(1023232, 4071, 0, 1, 1, 1, 'Glimmering Mail Breastplate'), +(1023232, 4073, 0, 1, 1, 1, 'Glimmering Mail Greaves'), +(1023232, 4075, 0, 1, 1, 1, 'Mail Combat Gauntlets'), +(1023232, 4076, 0, 1, 1, 1, 'Mail Combat Boots'), +(1023232, 4077, 0, 1, 1, 1, 'Mail Combat Headguard'), +(1023232, 4716, 0, 1, 1, 1, 'Combat Cloak'), +(1023232, 4717, 0, 1, 1, 1, 'Mail Combat Belt'), +(1023232, 4718, 0, 1, 1, 1, 'Nightsky Mantle'), +(1023232, 4719, 0, 1, 1, 1, 'Nightsky Cloak'), +(1023232, 4720, 0, 1, 1, 1, 'Nightsky Sash'), +(1023232, 4721, 0, 1, 1, 1, 'Insignia Mantle'), +(1023232, 4722, 0, 1, 1, 1, 'Insignia Cloak'), +(1023232, 5003, 0, 1, 1, 1, 'Crystal Starfire Medallion'), +(1023232, 5007, 0, 1, 1, 1, 'Band of Thorns'), +(1023232, 5213, 0, 1, 1, 1, 'Scorching Wand'), +(1023232, 5214, 0, 1, 1, 1, 'Wand of Eventide'), +(1023232, 6389, 0, 1, 1, 1, 'Glimmering Mail Coif'), +(1023232, 6396, 0, 1, 1, 1, 'Emblazoned Chestpiece'), +(1023232, 6400, 0, 1, 1, 1, 'Glimmering Shield'), +(1023232, 6403, 0, 1, 1, 1, 'Mail Combat Armguards'), +(1023232, 6404, 0, 1, 1, 1, 'Mail Combat Spaulders'), +(1023232, 6406, 0, 1, 1, 1, 'Nightsky Boots'), +(1023232, 6407, 0, 1, 1, 1, 'Nightsky Wristbands'), +(1023232, 6408, 0, 1, 1, 1, 'Insignia Gloves'), +(1023232, 6409, 0, 1, 1, 1, 'Insignia Belt'), +(1023232, 6410, 0, 1, 1, 1, 'Insignia Bracers'), +(1023232, 6609, 0, 1, 1, 1, 'Sage\'s Cloth'), +(1023232, 6610, 0, 1, 1, 1, 'Sage\'s Robe'), +(1023232, 6616, 0, 1, 1, 1, 'Sage\'s Pants'), +(1023232, 7110, 0, 1, 1, 1, 'Silver-thread Armor'), +(1023232, 7330, 0, 1, 1, 1, 'Infiltrator Buckler'), +(1023232, 7331, 0, 1, 1, 1, 'Phalanx Shield'), +(1023232, 7353, 0, 1, 1, 1, 'Elder\'s Padded Armor'), +(1023232, 7354, 0, 1, 1, 1, 'Elder\'s Boots'), +(1023232, 7355, 0, 1, 1, 1, 'Elder\'s Bracers'), +(1023232, 7357, 0, 1, 1, 1, 'Elder\'s Hat'), +(1023232, 7366, 0, 1, 1, 1, 'Elder\'s Gloves'), +(1023232, 7367, 0, 1, 1, 1, 'Elder\'s Mantle'), +(1023232, 7368, 0, 1, 1, 1, 'Elder\'s Pants'), +(1023232, 7369, 0, 1, 1, 1, 'Elder\'s Robe'), +(1023232, 7370, 0, 1, 1, 1, 'Elder\'s Sash'), +(1023232, 7406, 0, 1, 1, 1, 'Infiltrator Cord'), +(1023232, 7407, 0, 1, 1, 1, 'Infiltrator Armor'), +(1023232, 7408, 0, 1, 1, 1, 'Infiltrator Shoulders'), +(1023232, 7409, 0, 1, 1, 1, 'Infiltrator Boots'), +(1023232, 7410, 0, 1, 1, 1, 'Infiltrator Bracers'), +(1023232, 7411, 0, 1, 1, 1, 'Infiltrator Cloak'), +(1023232, 7412, 0, 1, 1, 1, 'Infiltrator Gloves'), +(1023232, 7413, 0, 1, 1, 1, 'Infiltrator Cap'), +(1023232, 7414, 0, 1, 1, 1, 'Infiltrator Pants'), +(1023232, 7416, 0, 1, 1, 1, 'Phalanx Bracers'), +(1023232, 7417, 0, 1, 1, 1, 'Phalanx Boots'), +(1023232, 7418, 0, 1, 1, 1, 'Phalanx Breastplate'), +(1023232, 7420, 0, 1, 1, 1, 'Phalanx Headguard'), +(1023232, 7421, 0, 1, 1, 1, 'Phalanx Gauntlets'), +(1023232, 7422, 0, 1, 1, 1, 'Phalanx Girdle'), +(1023232, 7423, 0, 1, 1, 1, 'Phalanx Leggings'), +(1023232, 7424, 0, 1, 1, 1, 'Phalanx Spaulders'), +(1023232, 7436, 0, 1, 1, 1, 'Twilight Cape'), +(1023232, 7460, 0, 1, 1, 1, 'Knight\'s Cloak'), +(1023232, 7609, 0, 1, 1, 1, 'Elder\'s Amber Stave'), +(1023232, 9819, 0, 1, 1, 1, 'Durable Tunic'), +(1023232, 9820, 0, 1, 1, 1, 'Durable Boots'), +(1023232, 9823, 0, 1, 1, 1, 'Durable Gloves'), +(1023232, 9824, 0, 1, 1, 1, 'Durable Shoulders'), +(1023232, 9825, 0, 1, 1, 1, 'Durable Pants'), +(1023232, 9826, 0, 1, 1, 1, 'Durable Robe'), +(1023232, 9828, 0, 1, 1, 1, 'Scaled Leather Boots'), +(1023232, 9830, 0, 1, 1, 1, 'Scaled Shield'), +(1023232, 9832, 0, 1, 1, 1, 'Scaled Leather Gloves'), +(1023232, 9833, 0, 1, 1, 1, 'Scaled Leather Leggings'), +(1023232, 9834, 0, 1, 1, 1, 'Scaled Leather Shoulders'), +(1023232, 9835, 0, 1, 1, 1, 'Scaled Leather Tunic'), +(1023232, 9836, 0, 1, 1, 1, 'Banded Armor'), +(1023232, 9839, 0, 1, 1, 1, 'Banded Gauntlets'), +(1023232, 9840, 0, 1, 1, 1, 'Banded Girdle'), +(1023232, 9841, 0, 1, 1, 1, 'Banded Leggings'), +(1023232, 9842, 0, 1, 1, 1, 'Banded Pauldrons'), +(1023232, 9843, 0, 1, 1, 1, 'Banded Shield'), +(1023232, 9845, 0, 1, 1, 1, 'Conjurer\'s Shoes'), +(1023232, 9846, 0, 1, 1, 1, 'Conjurer\'s Bracers'), +(1023232, 9847, 0, 1, 1, 1, 'Conjurer\'s Cloak'), +(1023232, 9853, 0, 1, 1, 1, 'Conjurer\'s Cinch'), +(1023232, 9855, 0, 1, 1, 1, 'Archer\'s Belt'), +(1023232, 9857, 0, 1, 1, 1, 'Archer\'s Bracers'), +(1023232, 9860, 0, 1, 1, 1, 'Archer\'s Cloak'), +(1023232, 9861, 0, 1, 1, 1, 'Archer\'s Gloves'), +(1023232, 9865, 0, 1, 1, 1, 'Renegade Bracers'), +(1023232, 9867, 0, 1, 1, 1, 'Renegade Cloak'), +(1023232, 9868, 0, 1, 1, 1, 'Renegade Gauntlets'), +(1023232, 9869, 0, 1, 1, 1, 'Renegade Belt'), +(1023232, 10288, 0, 1, 1, 1, 'Sage\'s Circlet'), +(1023232, 10289, 0, 1, 1, 1, 'Durable Hat'), +(1023232, 10406, 0, 1, 1, 1, 'Scaled Leather Headband'), +(1023232, 10408, 0, 1, 1, 1, 'Banded Helm'), +(1023232, 10409, 0, 1, 1, 1, 'Banded Boots'), +(1023232, 11970, 0, 1, 1, 1, 'Spinel Ring'), +(1023232, 11985, 0, 1, 1, 1, 'Cerulean Ring'), +(1023232, 11996, 0, 1, 1, 1, 'Basalt Ring'), +(1023232, 12009, 0, 1, 1, 1, 'Tundra Ring'), +(1023232, 12019, 0, 1, 1, 1, 'Cerulean Talisman'), +(1023232, 12028, 0, 1, 1, 1, 'Basalt Necklace'), +(1023232, 12029, 0, 1, 1, 1, 'Greenstone Talisman'), +(1023232, 12039, 0, 1, 1, 1, 'Tundra Necklace'), +(1023232, 14178, 0, 1, 1, 1, 'Watcher\'s Cap'), +(1023232, 14189, 0, 1, 1, 1, 'Raincaller Cap'), +(1023232, 14190, 0, 1, 1, 1, 'Raincaller Vest'), +(1023232, 14192, 0, 1, 1, 1, 'Raincaller Robes'), +(1023232, 14193, 0, 1, 1, 1, 'Raincaller Pants'), +(1023232, 14196, 0, 1, 1, 1, 'Thistlefur Sandals'), +(1023232, 14198, 0, 1, 1, 1, 'Thistlefur Cloak'), +(1023232, 14199, 0, 1, 1, 1, 'Thistlefur Gloves'), +(1023232, 14200, 0, 1, 1, 1, 'Thistlefur Cap'), +(1023232, 14201, 0, 1, 1, 1, 'Thistlefur Mantle'), +(1023232, 14203, 0, 1, 1, 1, 'Thistlefur Pants'), +(1023232, 14205, 0, 1, 1, 1, 'Thistlefur Belt'), +(1023232, 14206, 0, 1, 1, 1, 'Vital Bracelets'), +(1023232, 14209, 0, 1, 1, 1, 'Vital Sash'), +(1023232, 14210, 0, 1, 1, 1, 'Vital Cape'), +(1023232, 14211, 0, 1, 1, 1, 'Vital Handwraps'), +(1023232, 14212, 0, 1, 1, 1, 'Vital Shoulders'), +(1023232, 14214, 0, 1, 1, 1, 'Vital Boots'), +(1023232, 14219, 0, 1, 1, 1, 'Geomancer\'s Cloak'), +(1023232, 14221, 0, 1, 1, 1, 'Geomancer\'s Bracers'), +(1023232, 14397, 0, 1, 1, 1, 'Resilient Mantle'), +(1023232, 14398, 0, 1, 1, 1, 'Resilient Tunic'), +(1023232, 14399, 0, 1, 1, 1, 'Resilient Boots'), +(1023232, 14401, 0, 1, 1, 1, 'Resilient Cap'), +(1023232, 14403, 0, 1, 1, 1, 'Resilient Handgrips'), +(1023232, 14404, 0, 1, 1, 1, 'Resilient Leggings'), +(1023232, 14405, 0, 1, 1, 1, 'Resilient Robe'), +(1023232, 14408, 0, 1, 1, 1, 'Stonecloth Boots'), +(1023232, 14409, 0, 1, 1, 1, 'Stonecloth Cape'), +(1023232, 14411, 0, 1, 1, 1, 'Stonecloth Gloves'), +(1023232, 14414, 0, 1, 1, 1, 'Stonecloth Belt'), +(1023232, 14416, 0, 1, 1, 1, 'Stonecloth Bindings'), +(1023232, 14579, 0, 1, 1, 1, 'Dokebi Boots'), +(1023232, 14581, 0, 1, 1, 1, 'Dokebi Chestguard'), +(1023232, 14583, 0, 1, 1, 1, 'Dokebi Gloves'), +(1023232, 14584, 0, 1, 1, 1, 'Dokebi Hat'), +(1023232, 14585, 0, 1, 1, 1, 'Dokebi Leggings'), +(1023232, 14587, 0, 1, 1, 1, 'Dokebi Mantle'), +(1023232, 14590, 0, 1, 1, 1, 'Hawkeye\'s Bracers'), +(1023232, 14593, 0, 1, 1, 1, 'Hawkeye\'s Cloak'), +(1023232, 14608, 0, 1, 1, 1, 'Dokebi Buckler'), +(1023232, 14751, 0, 1, 1, 1, 'Slayer\'s Surcoat'), +(1023232, 14753, 0, 1, 1, 1, 'Slayer\'s Skullcap'), +(1023232, 14757, 0, 1, 1, 1, 'Slayer\'s Pants'), +(1023232, 14758, 0, 1, 1, 1, 'Slayer\'s Shoulderguards'), +(1023232, 14759, 0, 1, 1, 1, 'Enduring Bracers'), +(1023232, 14761, 0, 1, 1, 1, 'Enduring Belt'), +(1023232, 14763, 0, 1, 1, 1, 'Enduring Cape'), +(1023232, 14764, 0, 1, 1, 1, 'Enduring Gauntlets'), +(1023232, 15128, 0, 1, 1, 1, 'Robust Tunic'), +(1023232, 15129, 0, 1, 1, 1, 'Robust Helm'), +(1023232, 15130, 0, 1, 1, 1, 'Cutthroat\'s Vest'), +(1023232, 15131, 0, 1, 1, 1, 'Cutthroat\'s Boots'), +(1023232, 15133, 0, 1, 1, 1, 'Cutthroat\'s Buckler'), +(1023232, 15136, 0, 1, 1, 1, 'Cutthroat\'s Belt'), +(1023232, 15137, 0, 1, 1, 1, 'Cutthroat\'s Mitts'), +(1023232, 15139, 0, 1, 1, 1, 'Cutthroat\'s Pants'), +(1023232, 15140, 0, 1, 1, 1, 'Cutthroat\'s Mantle'), +(1023232, 15142, 0, 1, 1, 1, 'Ghostwalker Boots'), +(1023232, 15143, 0, 1, 1, 1, 'Ghostwalker Bindings'), +(1023232, 15147, 0, 1, 1, 1, 'Ghostwalker Cloak'), +(1023232, 15148, 0, 1, 1, 1, 'Ghostwalker Belt'), +(1023232, 15225, 0, 1, 1, 1, 'Sequoia Hammer'), +(1023232, 15231, 0, 1, 1, 1, 'Splitting Hatchet'), +(1023232, 15232, 0, 1, 1, 1, 'Hacking Cleaver'), +(1023232, 15250, 0, 1, 1, 1, 'Glimmering Flamberge'), +(1023232, 15285, 0, 1, 1, 1, 'Archer\'s Longbow'), +(1023232, 15286, 0, 1, 1, 1, 'Long Redwood Bow'), +(1023232, 15339, 0, 1, 1, 1, 'Pathfinder Hat'), +(1023232, 15344, 0, 1, 1, 1, 'Pathfinder Pants'), +(1023232, 15345, 0, 1, 1, 1, 'Pathfinder Shoulder Pads'), +(1023232, 15346, 0, 1, 1, 1, 'Pathfinder Vest'), +(1023232, 15349, 0, 1, 1, 1, 'Headhunter\'s Belt'), +(1023232, 15350, 0, 1, 1, 1, 'Headhunter\'s Slippers'), +(1023232, 15352, 0, 1, 1, 1, 'Headhunter\'s Buckler'), +(1023232, 15354, 0, 1, 1, 1, 'Headhunter\'s Cloak'), +(1023232, 15355, 0, 1, 1, 1, 'Headhunter\'s Mitts'), +(1023232, 15357, 0, 1, 1, 1, 'Headhunter\'s Spaulders'), +(1023232, 15358, 0, 1, 1, 1, 'Headhunter\'s Woolies'), +(1023232, 15524, 0, 1, 1, 1, 'Sentry\'s Surcoat'), +(1023232, 15530, 0, 1, 1, 1, 'Sentry\'s Shield'), +(1023232, 15533, 0, 1, 1, 1, 'Sentry\'s Headdress'), +(1023232, 15534, 0, 1, 1, 1, 'Wicked Chain Boots'), +(1023232, 15536, 0, 1, 1, 1, 'Wicked Chain Chestpiece'), +(1023232, 15540, 0, 1, 1, 1, 'Wicked Chain Helmet'), +(1023232, 15541, 0, 1, 1, 1, 'Wicked Chain Legguards'), +(1023232, 15542, 0, 1, 1, 1, 'Wicked Chain Shoulder Pads'), +(1023232, 15543, 0, 1, 1, 1, 'Wicked Chain Shield'), +(1023232, 15544, 0, 1, 1, 1, 'Thick Scale Sabatons'), +(1023232, 15548, 0, 1, 1, 1, 'Thick Scale Gauntlets'), +(1023232, 15549, 0, 1, 1, 1, 'Thick Scale Belt'), +(1023232, 15550, 0, 1, 1, 1, 'Thick Scale Crown'), +(1023232, 15551, 0, 1, 1, 1, 'Thick Scale Legguards'), +(1023232, 15553, 0, 1, 1, 1, 'Thick Scale Shoulder Pads'), +(1023232, 15554, 0, 1, 1, 1, 'Pillager\'s Girdle'), +(1023232, 15555, 0, 1, 1, 1, 'Pillager\'s Boots'), +(1023232, 15556, 0, 1, 1, 1, 'Pillager\'s Bracers'), +(1023232, 15559, 0, 1, 1, 1, 'Pillager\'s Cloak'), +(1023232, 15560, 0, 1, 1, 1, 'Pillager\'s Gloves'), +(1023232, 15566, 0, 1, 1, 1, 'Marauder\'s Bracers'), +(1023232, 15568, 0, 1, 1, 1, 'Marauder\'s Cloak'), +(1023232, 15571, 0, 1, 1, 1, 'Marauder\'s Belt'), +(1023232, 15579, 0, 1, 1, 1, 'Sparkleshell Cloak'), +(1023232, 15892, 0, 1, 1, 1, 'Slayer\'s Shield'), +(1023232, 15928, 0, 1, 1, 1, 'Silver-thread Rod'), +(1023232, 15934, 0, 1, 1, 1, 'Sage\'s Stave'), +(1023232, 15935, 0, 1, 1, 1, 'Durable Rod'), +(1023232, 15962, 0, 1, 1, 1, 'Satyr\'s Rod'), +(1023232, 15975, 0, 1, 1, 1, 'Raincaller Scepter'), +(1023233, 865, 0, 1, 1, 1, 'Leaden Mace'), +(1023233, 1990, 0, 1, 1, 1, 'Ballast Maul'), +(1023233, 2080, 0, 1, 1, 1, 'Hillborne Axe'), +(1023233, 3037, 0, 1, 1, 1, 'Whipwood Recurve Bow'), +(1023233, 3041, 0, 1, 1, 1, '"Mage-Eye" Blunderbuss'), +(1023233, 3042, 0, 1, 1, 1, 'BKP "Sparrow" Smallbore'), +(1023233, 3185, 0, 1, 1, 1, 'Acrobatic Staff'), +(1023233, 3197, 0, 1, 1, 1, 'Stonecutter Claymore'), +(1023233, 4035, 0, 1, 1, 1, 'Silver-thread Robe'), +(1023233, 4039, 0, 1, 1, 1, 'Nightsky Cowl'), +(1023233, 4040, 0, 1, 1, 1, 'Nightsky Gloves'), +(1023233, 4048, 0, 1, 1, 1, 'Emblazoned Hat'), +(1023233, 4050, 0, 1, 1, 1, 'Emblazoned Leggings'), +(1023233, 4052, 0, 1, 1, 1, 'Insignia Cap'), +(1023233, 4054, 0, 1, 1, 1, 'Insignia Leggings'), +(1023233, 4055, 0, 1, 1, 1, 'Insignia Boots'), +(1023233, 4057, 0, 1, 1, 1, 'Insignia Chestguard'), +(1023233, 4065, 0, 1, 1, 1, 'Combat Shield'), +(1023233, 4066, 0, 1, 1, 1, 'Insignia Buckler'), +(1023233, 4071, 0, 1, 1, 1, 'Glimmering Mail Breastplate'), +(1023233, 4073, 0, 1, 1, 1, 'Glimmering Mail Greaves'), +(1023233, 4074, 0, 1, 1, 1, 'Mail Combat Armor'), +(1023233, 4075, 0, 1, 1, 1, 'Mail Combat Gauntlets'), +(1023233, 4076, 0, 1, 1, 1, 'Mail Combat Boots'), +(1023233, 4077, 0, 1, 1, 1, 'Mail Combat Headguard'), +(1023233, 4716, 0, 1, 1, 1, 'Combat Cloak'), +(1023233, 4717, 0, 1, 1, 1, 'Mail Combat Belt'), +(1023233, 4718, 0, 1, 1, 1, 'Nightsky Mantle'), +(1023233, 4719, 0, 1, 1, 1, 'Nightsky Cloak'), +(1023233, 4720, 0, 1, 1, 1, 'Nightsky Sash'), +(1023233, 4721, 0, 1, 1, 1, 'Insignia Mantle'), +(1023233, 4722, 0, 1, 1, 1, 'Insignia Cloak'), +(1023233, 4726, 0, 1, 1, 1, 'Chief Brigadier Cloak'), +(1023233, 5003, 0, 1, 1, 1, 'Crystal Starfire Medallion'), +(1023233, 5007, 0, 1, 1, 1, 'Band of Thorns'), +(1023233, 5009, 0, 1, 1, 1, 'Mindbender Loop'), +(1023233, 5213, 0, 1, 1, 1, 'Scorching Wand'), +(1023233, 5214, 0, 1, 1, 1, 'Wand of Eventide'), +(1023233, 6389, 0, 1, 1, 1, 'Glimmering Mail Coif'), +(1023233, 6396, 0, 1, 1, 1, 'Emblazoned Chestpiece'), +(1023233, 6400, 0, 1, 1, 1, 'Glimmering Shield'), +(1023233, 6402, 0, 1, 1, 1, 'Mail Combat Leggings'), +(1023233, 6403, 0, 1, 1, 1, 'Mail Combat Armguards'), +(1023233, 6404, 0, 1, 1, 1, 'Mail Combat Spaulders'), +(1023233, 6405, 0, 1, 1, 1, 'Nightsky Trousers'), +(1023233, 6406, 0, 1, 1, 1, 'Nightsky Boots'), +(1023233, 6407, 0, 1, 1, 1, 'Nightsky Wristbands'), +(1023233, 6408, 0, 1, 1, 1, 'Insignia Gloves'), +(1023233, 6409, 0, 1, 1, 1, 'Insignia Belt'), +(1023233, 6410, 0, 1, 1, 1, 'Insignia Bracers'), +(1023233, 6609, 0, 1, 1, 1, 'Sage\'s Cloth'), +(1023233, 6610, 0, 1, 1, 1, 'Sage\'s Robe'), +(1023233, 6616, 0, 1, 1, 1, 'Sage\'s Pants'), +(1023233, 7110, 0, 1, 1, 1, 'Silver-thread Armor'), +(1023233, 7330, 0, 1, 1, 1, 'Infiltrator Buckler'), +(1023233, 7331, 0, 1, 1, 1, 'Phalanx Shield'), +(1023233, 7353, 0, 1, 1, 1, 'Elder\'s Padded Armor'), +(1023233, 7354, 0, 1, 1, 1, 'Elder\'s Boots'), +(1023233, 7355, 0, 1, 1, 1, 'Elder\'s Bracers'), +(1023233, 7357, 0, 1, 1, 1, 'Elder\'s Hat'), +(1023233, 7366, 0, 1, 1, 1, 'Elder\'s Gloves'), +(1023233, 7367, 0, 1, 1, 1, 'Elder\'s Mantle'), +(1023233, 7368, 0, 1, 1, 1, 'Elder\'s Pants'), +(1023233, 7369, 0, 1, 1, 1, 'Elder\'s Robe'), +(1023233, 7370, 0, 1, 1, 1, 'Elder\'s Sash'), +(1023233, 7406, 0, 1, 1, 1, 'Infiltrator Cord'), +(1023233, 7407, 0, 1, 1, 1, 'Infiltrator Armor'), +(1023233, 7408, 0, 1, 1, 1, 'Infiltrator Shoulders'), +(1023233, 7409, 0, 1, 1, 1, 'Infiltrator Boots'), +(1023233, 7410, 0, 1, 1, 1, 'Infiltrator Bracers'), +(1023233, 7411, 0, 1, 1, 1, 'Infiltrator Cloak'), +(1023233, 7412, 0, 1, 1, 1, 'Infiltrator Gloves'), +(1023233, 7413, 0, 1, 1, 1, 'Infiltrator Cap'), +(1023233, 7414, 0, 1, 1, 1, 'Infiltrator Pants'), +(1023233, 7416, 0, 1, 1, 1, 'Phalanx Bracers'), +(1023233, 7417, 0, 1, 1, 1, 'Phalanx Boots'), +(1023233, 7418, 0, 1, 1, 1, 'Phalanx Breastplate'), +(1023233, 7420, 0, 1, 1, 1, 'Phalanx Headguard'), +(1023233, 7421, 0, 1, 1, 1, 'Phalanx Gauntlets'), +(1023233, 7422, 0, 1, 1, 1, 'Phalanx Girdle'), +(1023233, 7423, 0, 1, 1, 1, 'Phalanx Leggings'), +(1023233, 7424, 0, 1, 1, 1, 'Phalanx Spaulders'), +(1023233, 7436, 0, 1, 1, 1, 'Twilight Cape'), +(1023233, 7437, 0, 1, 1, 1, 'Twilight Cuffs'), +(1023233, 7438, 0, 1, 1, 1, 'Twilight Belt'), +(1023233, 7446, 0, 1, 1, 1, 'Sentinel Cloak'), +(1023233, 7447, 0, 1, 1, 1, 'Sentinel Bracers'), +(1023233, 7448, 0, 1, 1, 1, 'Sentinel Girdle'), +(1023233, 7460, 0, 1, 1, 1, 'Knight\'s Cloak'), +(1023233, 7461, 0, 1, 1, 1, 'Knight\'s Bracers'), +(1023233, 7609, 0, 1, 1, 1, 'Elder\'s Amber Stave'), +(1023233, 9819, 0, 1, 1, 1, 'Durable Tunic'), +(1023233, 9820, 0, 1, 1, 1, 'Durable Boots'), +(1023233, 9823, 0, 1, 1, 1, 'Durable Gloves'), +(1023233, 9824, 0, 1, 1, 1, 'Durable Shoulders'), +(1023233, 9825, 0, 1, 1, 1, 'Durable Pants'), +(1023233, 9826, 0, 1, 1, 1, 'Durable Robe'); +INSERT INTO `reference_loot_template` (`Entry`, `Item`, `Chance`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(1023233, 9828, 0, 1, 1, 1, 'Scaled Leather Boots'), +(1023233, 9830, 0, 1, 1, 1, 'Scaled Shield'), +(1023233, 9832, 0, 1, 1, 1, 'Scaled Leather Gloves'), +(1023233, 9833, 0, 1, 1, 1, 'Scaled Leather Leggings'), +(1023233, 9834, 0, 1, 1, 1, 'Scaled Leather Shoulders'), +(1023233, 9835, 0, 1, 1, 1, 'Scaled Leather Tunic'), +(1023233, 9836, 0, 1, 1, 1, 'Banded Armor'), +(1023233, 9839, 0, 1, 1, 1, 'Banded Gauntlets'), +(1023233, 9840, 0, 1, 1, 1, 'Banded Girdle'), +(1023233, 9841, 0, 1, 1, 1, 'Banded Leggings'), +(1023233, 9842, 0, 1, 1, 1, 'Banded Pauldrons'), +(1023233, 9843, 0, 1, 1, 1, 'Banded Shield'), +(1023233, 9845, 0, 1, 1, 1, 'Conjurer\'s Shoes'), +(1023233, 9846, 0, 1, 1, 1, 'Conjurer\'s Bracers'), +(1023233, 9847, 0, 1, 1, 1, 'Conjurer\'s Cloak'), +(1023233, 9848, 0, 1, 1, 1, 'Conjurer\'s Gloves'), +(1023233, 9849, 0, 1, 1, 1, 'Conjurer\'s Hood'), +(1023233, 9850, 0, 1, 1, 1, 'Conjurer\'s Mantle'), +(1023233, 9853, 0, 1, 1, 1, 'Conjurer\'s Cinch'), +(1023233, 9855, 0, 1, 1, 1, 'Archer\'s Belt'), +(1023233, 9856, 0, 1, 1, 1, 'Archer\'s Boots'), +(1023233, 9857, 0, 1, 1, 1, 'Archer\'s Bracers'), +(1023233, 9858, 0, 1, 1, 1, 'Archer\'s Buckler'), +(1023233, 9859, 0, 1, 1, 1, 'Archer\'s Cap'), +(1023233, 9860, 0, 1, 1, 1, 'Archer\'s Cloak'), +(1023233, 9861, 0, 1, 1, 1, 'Archer\'s Gloves'), +(1023233, 9864, 0, 1, 1, 1, 'Renegade Boots'), +(1023233, 9865, 0, 1, 1, 1, 'Renegade Bracers'), +(1023233, 9867, 0, 1, 1, 1, 'Renegade Cloak'), +(1023233, 9868, 0, 1, 1, 1, 'Renegade Gauntlets'), +(1023233, 9869, 0, 1, 1, 1, 'Renegade Belt'), +(1023233, 9870, 0, 1, 1, 1, 'Renegade Circlet'), +(1023233, 10288, 0, 1, 1, 1, 'Sage\'s Circlet'), +(1023233, 10289, 0, 1, 1, 1, 'Durable Hat'), +(1023233, 10406, 0, 1, 1, 1, 'Scaled Leather Headband'), +(1023233, 10408, 0, 1, 1, 1, 'Banded Helm'), +(1023233, 10409, 0, 1, 1, 1, 'Banded Boots'), +(1023233, 11970, 0, 1, 1, 1, 'Spinel Ring'), +(1023233, 11985, 0, 1, 1, 1, 'Cerulean Ring'), +(1023233, 11996, 0, 1, 1, 1, 'Basalt Ring'), +(1023233, 12009, 0, 1, 1, 1, 'Tundra Ring'), +(1023233, 12019, 0, 1, 1, 1, 'Cerulean Talisman'), +(1023233, 12020, 0, 1, 1, 1, 'Thallium Choker'), +(1023233, 12028, 0, 1, 1, 1, 'Basalt Necklace'), +(1023233, 12029, 0, 1, 1, 1, 'Greenstone Talisman'), +(1023233, 12039, 0, 1, 1, 1, 'Tundra Necklace'), +(1023233, 14178, 0, 1, 1, 1, 'Watcher\'s Cap'), +(1023233, 14189, 0, 1, 1, 1, 'Raincaller Cap'), +(1023233, 14190, 0, 1, 1, 1, 'Raincaller Vest'), +(1023233, 14192, 0, 1, 1, 1, 'Raincaller Robes'), +(1023233, 14193, 0, 1, 1, 1, 'Raincaller Pants'), +(1023233, 14196, 0, 1, 1, 1, 'Thistlefur Sandals'), +(1023233, 14198, 0, 1, 1, 1, 'Thistlefur Cloak'), +(1023233, 14199, 0, 1, 1, 1, 'Thistlefur Gloves'), +(1023233, 14200, 0, 1, 1, 1, 'Thistlefur Cap'), +(1023233, 14201, 0, 1, 1, 1, 'Thistlefur Mantle'), +(1023233, 14202, 0, 1, 1, 1, 'Thistlefur Jerkin'), +(1023233, 14203, 0, 1, 1, 1, 'Thistlefur Pants'), +(1023233, 14204, 0, 1, 1, 1, 'Thistlefur Robe'), +(1023233, 14205, 0, 1, 1, 1, 'Thistlefur Belt'), +(1023233, 14206, 0, 1, 1, 1, 'Vital Bracelets'), +(1023233, 14207, 0, 1, 1, 1, 'Vital Leggings'), +(1023233, 14208, 0, 1, 1, 1, 'Vital Headband'), +(1023233, 14209, 0, 1, 1, 1, 'Vital Sash'), +(1023233, 14210, 0, 1, 1, 1, 'Vital Cape'), +(1023233, 14211, 0, 1, 1, 1, 'Vital Handwraps'), +(1023233, 14212, 0, 1, 1, 1, 'Vital Shoulders'), +(1023233, 14214, 0, 1, 1, 1, 'Vital Boots'), +(1023233, 14217, 0, 1, 1, 1, 'Geomancer\'s Cord'), +(1023233, 14219, 0, 1, 1, 1, 'Geomancer\'s Cloak'), +(1023233, 14221, 0, 1, 1, 1, 'Geomancer\'s Bracers'), +(1023233, 14229, 0, 1, 1, 1, 'Embersilk Cloak'), +(1023233, 14397, 0, 1, 1, 1, 'Resilient Mantle'), +(1023233, 14398, 0, 1, 1, 1, 'Resilient Tunic'), +(1023233, 14399, 0, 1, 1, 1, 'Resilient Boots'), +(1023233, 14401, 0, 1, 1, 1, 'Resilient Cap'), +(1023233, 14403, 0, 1, 1, 1, 'Resilient Handgrips'), +(1023233, 14404, 0, 1, 1, 1, 'Resilient Leggings'), +(1023233, 14405, 0, 1, 1, 1, 'Resilient Robe'), +(1023233, 14408, 0, 1, 1, 1, 'Stonecloth Boots'), +(1023233, 14409, 0, 1, 1, 1, 'Stonecloth Cape'), +(1023233, 14411, 0, 1, 1, 1, 'Stonecloth Gloves'), +(1023233, 14412, 0, 1, 1, 1, 'Stonecloth Epaulets'), +(1023233, 14414, 0, 1, 1, 1, 'Stonecloth Belt'), +(1023233, 14416, 0, 1, 1, 1, 'Stonecloth Bindings'), +(1023233, 14579, 0, 1, 1, 1, 'Dokebi Boots'), +(1023233, 14581, 0, 1, 1, 1, 'Dokebi Chestguard'), +(1023233, 14583, 0, 1, 1, 1, 'Dokebi Gloves'), +(1023233, 14584, 0, 1, 1, 1, 'Dokebi Hat'), +(1023233, 14585, 0, 1, 1, 1, 'Dokebi Leggings'), +(1023233, 14587, 0, 1, 1, 1, 'Dokebi Mantle'), +(1023233, 14588, 0, 1, 1, 1, 'Hawkeye\'s Cord'), +(1023233, 14590, 0, 1, 1, 1, 'Hawkeye\'s Bracers'), +(1023233, 14593, 0, 1, 1, 1, 'Hawkeye\'s Cloak'), +(1023233, 14608, 0, 1, 1, 1, 'Dokebi Buckler'), +(1023233, 14751, 0, 1, 1, 1, 'Slayer\'s Surcoat'), +(1023233, 14753, 0, 1, 1, 1, 'Slayer\'s Skullcap'), +(1023233, 14757, 0, 1, 1, 1, 'Slayer\'s Pants'), +(1023233, 14758, 0, 1, 1, 1, 'Slayer\'s Shoulderguards'), +(1023233, 14759, 0, 1, 1, 1, 'Enduring Bracers'), +(1023233, 14761, 0, 1, 1, 1, 'Enduring Belt'), +(1023233, 14763, 0, 1, 1, 1, 'Enduring Cape'), +(1023233, 14764, 0, 1, 1, 1, 'Enduring Gauntlets'), +(1023233, 15128, 0, 1, 1, 1, 'Robust Tunic'), +(1023233, 15129, 0, 1, 1, 1, 'Robust Helm'), +(1023233, 15130, 0, 1, 1, 1, 'Cutthroat\'s Vest'), +(1023233, 15131, 0, 1, 1, 1, 'Cutthroat\'s Boots'), +(1023233, 15133, 0, 1, 1, 1, 'Cutthroat\'s Buckler'), +(1023233, 15136, 0, 1, 1, 1, 'Cutthroat\'s Belt'), +(1023233, 15137, 0, 1, 1, 1, 'Cutthroat\'s Mitts'), +(1023233, 15139, 0, 1, 1, 1, 'Cutthroat\'s Pants'), +(1023233, 15140, 0, 1, 1, 1, 'Cutthroat\'s Mantle'), +(1023233, 15142, 0, 1, 1, 1, 'Ghostwalker Boots'), +(1023233, 15143, 0, 1, 1, 1, 'Ghostwalker Bindings'), +(1023233, 15145, 0, 1, 1, 1, 'Ghostwalker Buckler'), +(1023233, 15147, 0, 1, 1, 1, 'Ghostwalker Cloak'), +(1023233, 15148, 0, 1, 1, 1, 'Ghostwalker Belt'), +(1023233, 15149, 0, 1, 1, 1, 'Ghostwalker Gloves'), +(1023233, 15150, 0, 1, 1, 1, 'Ghostwalker Pads'), +(1023233, 15151, 0, 1, 1, 1, 'Ghostwalker Legguards'), +(1023233, 15213, 0, 1, 1, 1, 'Mercenary Blade'), +(1023233, 15225, 0, 1, 1, 1, 'Sequoia Hammer'), +(1023233, 15231, 0, 1, 1, 1, 'Splitting Hatchet'), +(1023233, 15232, 0, 1, 1, 1, 'Hacking Cleaver'), +(1023233, 15243, 0, 1, 1, 1, 'Deadly Kris'), +(1023233, 15250, 0, 1, 1, 1, 'Glimmering Flamberge'), +(1023233, 15285, 0, 1, 1, 1, 'Archer\'s Longbow'), +(1023233, 15286, 0, 1, 1, 1, 'Long Redwood Bow'), +(1023233, 15339, 0, 1, 1, 1, 'Pathfinder Hat'), +(1023233, 15344, 0, 1, 1, 1, 'Pathfinder Pants'), +(1023233, 15345, 0, 1, 1, 1, 'Pathfinder Shoulder Pads'), +(1023233, 15346, 0, 1, 1, 1, 'Pathfinder Vest'), +(1023233, 15349, 0, 1, 1, 1, 'Headhunter\'s Belt'), +(1023233, 15350, 0, 1, 1, 1, 'Headhunter\'s Slippers'), +(1023233, 15352, 0, 1, 1, 1, 'Headhunter\'s Buckler'), +(1023233, 15354, 0, 1, 1, 1, 'Headhunter\'s Cloak'), +(1023233, 15355, 0, 1, 1, 1, 'Headhunter\'s Mitts'), +(1023233, 15356, 0, 1, 1, 1, 'Headhunter\'s Armor'), +(1023233, 15357, 0, 1, 1, 1, 'Headhunter\'s Spaulders'), +(1023233, 15358, 0, 1, 1, 1, 'Headhunter\'s Woolies'), +(1023233, 15364, 0, 1, 1, 1, 'Trickster\'s Cloak'), +(1023233, 15524, 0, 1, 1, 1, 'Sentry\'s Surcoat'), +(1023233, 15530, 0, 1, 1, 1, 'Sentry\'s Shield'), +(1023233, 15533, 0, 1, 1, 1, 'Sentry\'s Headdress'), +(1023233, 15534, 0, 1, 1, 1, 'Wicked Chain Boots'), +(1023233, 15536, 0, 1, 1, 1, 'Wicked Chain Chestpiece'), +(1023233, 15540, 0, 1, 1, 1, 'Wicked Chain Helmet'), +(1023233, 15541, 0, 1, 1, 1, 'Wicked Chain Legguards'), +(1023233, 15542, 0, 1, 1, 1, 'Wicked Chain Shoulder Pads'), +(1023233, 15543, 0, 1, 1, 1, 'Wicked Chain Shield'), +(1023233, 15544, 0, 1, 1, 1, 'Thick Scale Sabatons'), +(1023233, 15546, 0, 1, 1, 1, 'Thick Scale Breastplate'), +(1023233, 15548, 0, 1, 1, 1, 'Thick Scale Gauntlets'), +(1023233, 15549, 0, 1, 1, 1, 'Thick Scale Belt'), +(1023233, 15550, 0, 1, 1, 1, 'Thick Scale Crown'), +(1023233, 15551, 0, 1, 1, 1, 'Thick Scale Legguards'), +(1023233, 15552, 0, 1, 1, 1, 'Thick Scale Shield'), +(1023233, 15553, 0, 1, 1, 1, 'Thick Scale Shoulder Pads'), +(1023233, 15554, 0, 1, 1, 1, 'Pillager\'s Girdle'), +(1023233, 15555, 0, 1, 1, 1, 'Pillager\'s Boots'), +(1023233, 15556, 0, 1, 1, 1, 'Pillager\'s Bracers'), +(1023233, 15559, 0, 1, 1, 1, 'Pillager\'s Cloak'), +(1023233, 15560, 0, 1, 1, 1, 'Pillager\'s Gloves'), +(1023233, 15561, 0, 1, 1, 1, 'Pillager\'s Leggings'), +(1023233, 15562, 0, 1, 1, 1, 'Pillager\'s Pauldrons'), +(1023233, 15566, 0, 1, 1, 1, 'Marauder\'s Bracers'), +(1023233, 15568, 0, 1, 1, 1, 'Marauder\'s Cloak'), +(1023233, 15570, 0, 1, 1, 1, 'Marauder\'s Gauntlets'), +(1023233, 15571, 0, 1, 1, 1, 'Marauder\'s Belt'), +(1023233, 15575, 0, 1, 1, 1, 'Sparkleshell Belt'), +(1023233, 15577, 0, 1, 1, 1, 'Sparkleshell Bracers'), +(1023233, 15579, 0, 1, 1, 1, 'Sparkleshell Cloak'), +(1023233, 15892, 0, 1, 1, 1, 'Slayer\'s Shield'), +(1023233, 15928, 0, 1, 1, 1, 'Silver-thread Rod'), +(1023233, 15934, 0, 1, 1, 1, 'Sage\'s Stave'), +(1023233, 15935, 0, 1, 1, 1, 'Durable Rod'), +(1023233, 15962, 0, 1, 1, 1, 'Satyr\'s Rod'), +(1023233, 15975, 0, 1, 1, 1, 'Raincaller Scepter'), +(1023233, 15976, 0, 1, 1, 1, 'Thistlefur Branch'), +(1023333, 1990, 0, 1, 1, 1, 'Ballast Maul'), +(1023333, 2080, 0, 1, 1, 1, 'Hillborne Axe'), +(1023333, 3037, 0, 1, 1, 1, 'Whipwood Recurve Bow'), +(1023333, 3042, 0, 1, 1, 1, 'BKP "Sparrow" Smallbore'), +(1023333, 3185, 0, 1, 1, 1, 'Acrobatic Staff'), +(1023333, 3197, 0, 1, 1, 1, 'Stonecutter Claymore'), +(1023333, 4039, 0, 1, 1, 1, 'Nightsky Cowl'), +(1023333, 4040, 0, 1, 1, 1, 'Nightsky Gloves'), +(1023333, 4052, 0, 1, 1, 1, 'Insignia Cap'), +(1023333, 4054, 0, 1, 1, 1, 'Insignia Leggings'), +(1023333, 4055, 0, 1, 1, 1, 'Insignia Boots'), +(1023333, 4057, 0, 1, 1, 1, 'Insignia Chestguard'), +(1023333, 4065, 0, 1, 1, 1, 'Combat Shield'), +(1023333, 4066, 0, 1, 1, 1, 'Insignia Buckler'), +(1023333, 4074, 0, 1, 1, 1, 'Mail Combat Armor'), +(1023333, 4075, 0, 1, 1, 1, 'Mail Combat Gauntlets'), +(1023333, 4076, 0, 1, 1, 1, 'Mail Combat Boots'), +(1023333, 4077, 0, 1, 1, 1, 'Mail Combat Headguard'), +(1023333, 4716, 0, 1, 1, 1, 'Combat Cloak'), +(1023333, 4717, 0, 1, 1, 1, 'Mail Combat Belt'), +(1023333, 4718, 0, 1, 1, 1, 'Nightsky Mantle'), +(1023333, 4719, 0, 1, 1, 1, 'Nightsky Cloak'), +(1023333, 4720, 0, 1, 1, 1, 'Nightsky Sash'), +(1023333, 4721, 0, 1, 1, 1, 'Insignia Mantle'), +(1023333, 4722, 0, 1, 1, 1, 'Insignia Cloak'), +(1023333, 4726, 0, 1, 1, 1, 'Chief Brigadier Cloak'), +(1023333, 5009, 0, 1, 1, 1, 'Mindbender Loop'), +(1023333, 5213, 0, 1, 1, 1, 'Scorching Wand'), +(1023333, 5214, 0, 1, 1, 1, 'Wand of Eventide'), +(1023333, 6396, 0, 1, 1, 1, 'Emblazoned Chestpiece'), +(1023333, 6402, 0, 1, 1, 1, 'Mail Combat Leggings'), +(1023333, 6403, 0, 1, 1, 1, 'Mail Combat Armguards'), +(1023333, 6404, 0, 1, 1, 1, 'Mail Combat Spaulders'), +(1023333, 6405, 0, 1, 1, 1, 'Nightsky Trousers'), +(1023333, 6406, 0, 1, 1, 1, 'Nightsky Boots'), +(1023333, 6407, 0, 1, 1, 1, 'Nightsky Wristbands'), +(1023333, 6408, 0, 1, 1, 1, 'Insignia Gloves'), +(1023333, 6409, 0, 1, 1, 1, 'Insignia Belt'), +(1023333, 6410, 0, 1, 1, 1, 'Insignia Bracers'), +(1023333, 6609, 0, 1, 1, 1, 'Sage\'s Cloth'), +(1023333, 6610, 0, 1, 1, 1, 'Sage\'s Robe'), +(1023333, 6616, 0, 1, 1, 1, 'Sage\'s Pants'), +(1023333, 7330, 0, 1, 1, 1, 'Infiltrator Buckler'), +(1023333, 7331, 0, 1, 1, 1, 'Phalanx Shield'), +(1023333, 7353, 0, 1, 1, 1, 'Elder\'s Padded Armor'), +(1023333, 7354, 0, 1, 1, 1, 'Elder\'s Boots'), +(1023333, 7357, 0, 1, 1, 1, 'Elder\'s Hat'), +(1023333, 7366, 0, 1, 1, 1, 'Elder\'s Gloves'), +(1023333, 7367, 0, 1, 1, 1, 'Elder\'s Mantle'), +(1023333, 7368, 0, 1, 1, 1, 'Elder\'s Pants'), +(1023333, 7369, 0, 1, 1, 1, 'Elder\'s Robe'), +(1023333, 7406, 0, 1, 1, 1, 'Infiltrator Cord'), +(1023333, 7407, 0, 1, 1, 1, 'Infiltrator Armor'), +(1023333, 7408, 0, 1, 1, 1, 'Infiltrator Shoulders'), +(1023333, 7409, 0, 1, 1, 1, 'Infiltrator Boots'), +(1023333, 7412, 0, 1, 1, 1, 'Infiltrator Gloves'), +(1023333, 7413, 0, 1, 1, 1, 'Infiltrator Cap'), +(1023333, 7414, 0, 1, 1, 1, 'Infiltrator Pants'), +(1023333, 7417, 0, 1, 1, 1, 'Phalanx Boots'), +(1023333, 7418, 0, 1, 1, 1, 'Phalanx Breastplate'), +(1023333, 7420, 0, 1, 1, 1, 'Phalanx Headguard'), +(1023333, 7421, 0, 1, 1, 1, 'Phalanx Gauntlets'), +(1023333, 7422, 0, 1, 1, 1, 'Phalanx Girdle'), +(1023333, 7423, 0, 1, 1, 1, 'Phalanx Leggings'), +(1023333, 7424, 0, 1, 1, 1, 'Phalanx Spaulders'), +(1023333, 7436, 0, 1, 1, 1, 'Twilight Cape'), +(1023333, 7437, 0, 1, 1, 1, 'Twilight Cuffs'), +(1023333, 7438, 0, 1, 1, 1, 'Twilight Belt'), +(1023333, 7446, 0, 1, 1, 1, 'Sentinel Cloak'), +(1023333, 7447, 0, 1, 1, 1, 'Sentinel Bracers'), +(1023333, 7448, 0, 1, 1, 1, 'Sentinel Girdle'), +(1023333, 7460, 0, 1, 1, 1, 'Knight\'s Cloak'), +(1023333, 7461, 0, 1, 1, 1, 'Knight\'s Bracers'), +(1023333, 7609, 0, 1, 1, 1, 'Elder\'s Amber Stave'), +(1023333, 9819, 0, 1, 1, 1, 'Durable Tunic'), +(1023333, 9824, 0, 1, 1, 1, 'Durable Shoulders'), +(1023333, 9825, 0, 1, 1, 1, 'Durable Pants'), +(1023333, 9826, 0, 1, 1, 1, 'Durable Robe'), +(1023333, 9830, 0, 1, 1, 1, 'Scaled Shield'), +(1023333, 9833, 0, 1, 1, 1, 'Scaled Leather Leggings'), +(1023333, 9834, 0, 1, 1, 1, 'Scaled Leather Shoulders'), +(1023333, 9835, 0, 1, 1, 1, 'Scaled Leather Tunic'), +(1023333, 9836, 0, 1, 1, 1, 'Banded Armor'), +(1023333, 9841, 0, 1, 1, 1, 'Banded Leggings'), +(1023333, 9842, 0, 1, 1, 1, 'Banded Pauldrons'), +(1023333, 9843, 0, 1, 1, 1, 'Banded Shield'), +(1023333, 9845, 0, 1, 1, 1, 'Conjurer\'s Shoes'), +(1023333, 9846, 0, 1, 1, 1, 'Conjurer\'s Bracers'), +(1023333, 9847, 0, 1, 1, 1, 'Conjurer\'s Cloak'), +(1023333, 9848, 0, 1, 1, 1, 'Conjurer\'s Gloves'), +(1023333, 9849, 0, 1, 1, 1, 'Conjurer\'s Hood'), +(1023333, 9850, 0, 1, 1, 1, 'Conjurer\'s Mantle'), +(1023333, 9853, 0, 1, 1, 1, 'Conjurer\'s Cinch'), +(1023333, 9855, 0, 1, 1, 1, 'Archer\'s Belt'), +(1023333, 9856, 0, 1, 1, 1, 'Archer\'s Boots'), +(1023333, 9857, 0, 1, 1, 1, 'Archer\'s Bracers'), +(1023333, 9858, 0, 1, 1, 1, 'Archer\'s Buckler'), +(1023333, 9859, 0, 1, 1, 1, 'Archer\'s Cap'), +(1023333, 9860, 0, 1, 1, 1, 'Archer\'s Cloak'), +(1023333, 9861, 0, 1, 1, 1, 'Archer\'s Gloves'), +(1023333, 9864, 0, 1, 1, 1, 'Renegade Boots'), +(1023333, 9865, 0, 1, 1, 1, 'Renegade Bracers'), +(1023333, 9867, 0, 1, 1, 1, 'Renegade Cloak'), +(1023333, 9868, 0, 1, 1, 1, 'Renegade Gauntlets'), +(1023333, 9869, 0, 1, 1, 1, 'Renegade Belt'), +(1023333, 9870, 0, 1, 1, 1, 'Renegade Circlet'), +(1023333, 10289, 0, 1, 1, 1, 'Durable Hat'), +(1023333, 10406, 0, 1, 1, 1, 'Scaled Leather Headband'), +(1023333, 10408, 0, 1, 1, 1, 'Banded Helm'), +(1023333, 10409, 0, 1, 1, 1, 'Banded Boots'), +(1023333, 11970, 0, 1, 1, 1, 'Spinel Ring'), +(1023333, 11985, 0, 1, 1, 1, 'Cerulean Ring'), +(1023333, 11996, 0, 1, 1, 1, 'Basalt Ring'), +(1023333, 12009, 0, 1, 1, 1, 'Tundra Ring'), +(1023333, 12019, 0, 1, 1, 1, 'Cerulean Talisman'), +(1023333, 12020, 0, 1, 1, 1, 'Thallium Choker'), +(1023333, 12028, 0, 1, 1, 1, 'Basalt Necklace'), +(1023333, 12029, 0, 1, 1, 1, 'Greenstone Talisman'), +(1023333, 12039, 0, 1, 1, 1, 'Tundra Necklace'), +(1023333, 14189, 0, 1, 1, 1, 'Raincaller Cap'), +(1023333, 14196, 0, 1, 1, 1, 'Thistlefur Sandals'), +(1023333, 14199, 0, 1, 1, 1, 'Thistlefur Gloves'), +(1023333, 14200, 0, 1, 1, 1, 'Thistlefur Cap'), +(1023333, 14201, 0, 1, 1, 1, 'Thistlefur Mantle'), +(1023333, 14202, 0, 1, 1, 1, 'Thistlefur Jerkin'), +(1023333, 14203, 0, 1, 1, 1, 'Thistlefur Pants'), +(1023333, 14204, 0, 1, 1, 1, 'Thistlefur Robe'), +(1023333, 14205, 0, 1, 1, 1, 'Thistlefur Belt'), +(1023333, 14206, 0, 1, 1, 1, 'Vital Bracelets'), +(1023333, 14207, 0, 1, 1, 1, 'Vital Leggings'), +(1023333, 14208, 0, 1, 1, 1, 'Vital Headband'), +(1023333, 14209, 0, 1, 1, 1, 'Vital Sash'), +(1023333, 14210, 0, 1, 1, 1, 'Vital Cape'), +(1023333, 14211, 0, 1, 1, 1, 'Vital Handwraps'), +(1023333, 14212, 0, 1, 1, 1, 'Vital Shoulders'), +(1023333, 14214, 0, 1, 1, 1, 'Vital Boots'), +(1023333, 14217, 0, 1, 1, 1, 'Geomancer\'s Cord'), +(1023333, 14219, 0, 1, 1, 1, 'Geomancer\'s Cloak'), +(1023333, 14221, 0, 1, 1, 1, 'Geomancer\'s Bracers'), +(1023333, 14229, 0, 1, 1, 1, 'Embersilk Cloak'), +(1023333, 14397, 0, 1, 1, 1, 'Resilient Mantle'), +(1023333, 14398, 0, 1, 1, 1, 'Resilient Tunic'), +(1023333, 14401, 0, 1, 1, 1, 'Resilient Cap'), +(1023333, 14404, 0, 1, 1, 1, 'Resilient Leggings'), +(1023333, 14405, 0, 1, 1, 1, 'Resilient Robe'), +(1023333, 14408, 0, 1, 1, 1, 'Stonecloth Boots'), +(1023333, 14409, 0, 1, 1, 1, 'Stonecloth Cape'), +(1023333, 14411, 0, 1, 1, 1, 'Stonecloth Gloves'), +(1023333, 14412, 0, 1, 1, 1, 'Stonecloth Epaulets'), +(1023333, 14414, 0, 1, 1, 1, 'Stonecloth Belt'), +(1023333, 14416, 0, 1, 1, 1, 'Stonecloth Bindings'), +(1023333, 14581, 0, 1, 1, 1, 'Dokebi Chestguard'), +(1023333, 14583, 0, 1, 1, 1, 'Dokebi Gloves'), +(1023333, 14584, 0, 1, 1, 1, 'Dokebi Hat'), +(1023333, 14585, 0, 1, 1, 1, 'Dokebi Leggings'), +(1023333, 14587, 0, 1, 1, 1, 'Dokebi Mantle'), +(1023333, 14588, 0, 1, 1, 1, 'Hawkeye\'s Cord'), +(1023333, 14590, 0, 1, 1, 1, 'Hawkeye\'s Bracers'), +(1023333, 14593, 0, 1, 1, 1, 'Hawkeye\'s Cloak'), +(1023333, 14751, 0, 1, 1, 1, 'Slayer\'s Surcoat'), +(1023333, 14753, 0, 1, 1, 1, 'Slayer\'s Skullcap'), +(1023333, 14757, 0, 1, 1, 1, 'Slayer\'s Pants'), +(1023333, 14759, 0, 1, 1, 1, 'Enduring Bracers'), +(1023333, 14761, 0, 1, 1, 1, 'Enduring Belt'), +(1023333, 14763, 0, 1, 1, 1, 'Enduring Cape'), +(1023333, 14764, 0, 1, 1, 1, 'Enduring Gauntlets'), +(1023333, 15130, 0, 1, 1, 1, 'Cutthroat\'s Vest'), +(1023333, 15131, 0, 1, 1, 1, 'Cutthroat\'s Boots'), +(1023333, 15133, 0, 1, 1, 1, 'Cutthroat\'s Buckler'), +(1023333, 15137, 0, 1, 1, 1, 'Cutthroat\'s Mitts'), +(1023333, 15139, 0, 1, 1, 1, 'Cutthroat\'s Pants'), +(1023333, 15140, 0, 1, 1, 1, 'Cutthroat\'s Mantle'), +(1023333, 15142, 0, 1, 1, 1, 'Ghostwalker Boots'), +(1023333, 15143, 0, 1, 1, 1, 'Ghostwalker Bindings'), +(1023333, 15145, 0, 1, 1, 1, 'Ghostwalker Buckler'), +(1023333, 15147, 0, 1, 1, 1, 'Ghostwalker Cloak'), +(1023333, 15148, 0, 1, 1, 1, 'Ghostwalker Belt'), +(1023333, 15149, 0, 1, 1, 1, 'Ghostwalker Gloves'), +(1023333, 15150, 0, 1, 1, 1, 'Ghostwalker Pads'), +(1023333, 15151, 0, 1, 1, 1, 'Ghostwalker Legguards'), +(1023333, 15213, 0, 1, 1, 1, 'Mercenary Blade'), +(1023333, 15225, 0, 1, 1, 1, 'Sequoia Hammer'), +(1023333, 15232, 0, 1, 1, 1, 'Hacking Cleaver'), +(1023333, 15243, 0, 1, 1, 1, 'Deadly Kris'), +(1023333, 15250, 0, 1, 1, 1, 'Glimmering Flamberge'), +(1023333, 15285, 0, 1, 1, 1, 'Archer\'s Longbow'), +(1023333, 15286, 0, 1, 1, 1, 'Long Redwood Bow'), +(1023333, 15339, 0, 1, 1, 1, 'Pathfinder Hat'), +(1023333, 15346, 0, 1, 1, 1, 'Pathfinder Vest'), +(1023333, 15349, 0, 1, 1, 1, 'Headhunter\'s Belt'), +(1023333, 15350, 0, 1, 1, 1, 'Headhunter\'s Slippers'), +(1023333, 15352, 0, 1, 1, 1, 'Headhunter\'s Buckler'), +(1023333, 15354, 0, 1, 1, 1, 'Headhunter\'s Cloak'), +(1023333, 15355, 0, 1, 1, 1, 'Headhunter\'s Mitts'), +(1023333, 15356, 0, 1, 1, 1, 'Headhunter\'s Armor'), +(1023333, 15357, 0, 1, 1, 1, 'Headhunter\'s Spaulders'), +(1023333, 15358, 0, 1, 1, 1, 'Headhunter\'s Woolies'), +(1023333, 15364, 0, 1, 1, 1, 'Trickster\'s Cloak'), +(1023333, 15536, 0, 1, 1, 1, 'Wicked Chain Chestpiece'), +(1023333, 15540, 0, 1, 1, 1, 'Wicked Chain Helmet'), +(1023333, 15541, 0, 1, 1, 1, 'Wicked Chain Legguards'), +(1023333, 15542, 0, 1, 1, 1, 'Wicked Chain Shoulder Pads'), +(1023333, 15543, 0, 1, 1, 1, 'Wicked Chain Shield'), +(1023333, 15544, 0, 1, 1, 1, 'Thick Scale Sabatons'), +(1023333, 15546, 0, 1, 1, 1, 'Thick Scale Breastplate'), +(1023333, 15548, 0, 1, 1, 1, 'Thick Scale Gauntlets'), +(1023333, 15550, 0, 1, 1, 1, 'Thick Scale Crown'), +(1023333, 15551, 0, 1, 1, 1, 'Thick Scale Legguards'), +(1023333, 15552, 0, 1, 1, 1, 'Thick Scale Shield'), +(1023333, 15553, 0, 1, 1, 1, 'Thick Scale Shoulder Pads'), +(1023333, 15554, 0, 1, 1, 1, 'Pillager\'s Girdle'), +(1023333, 15555, 0, 1, 1, 1, 'Pillager\'s Boots'), +(1023333, 15556, 0, 1, 1, 1, 'Pillager\'s Bracers'), +(1023333, 15560, 0, 1, 1, 1, 'Pillager\'s Gloves'), +(1023333, 15561, 0, 1, 1, 1, 'Pillager\'s Leggings'), +(1023333, 15562, 0, 1, 1, 1, 'Pillager\'s Pauldrons'), +(1023333, 15566, 0, 1, 1, 1, 'Marauder\'s Bracers'), +(1023333, 15568, 0, 1, 1, 1, 'Marauder\'s Cloak'), +(1023333, 15570, 0, 1, 1, 1, 'Marauder\'s Gauntlets'), +(1023333, 15571, 0, 1, 1, 1, 'Marauder\'s Belt'), +(1023333, 15575, 0, 1, 1, 1, 'Sparkleshell Belt'), +(1023333, 15577, 0, 1, 1, 1, 'Sparkleshell Bracers'), +(1023333, 15579, 0, 1, 1, 1, 'Sparkleshell Cloak'), +(1023333, 15892, 0, 1, 1, 1, 'Slayer\'s Shield'), +(1023333, 15934, 0, 1, 1, 1, 'Sage\'s Stave'), +(1023333, 15935, 0, 1, 1, 1, 'Durable Rod'), +(1023333, 15962, 0, 1, 1, 1, 'Satyr\'s Rod'), +(1023333, 15976, 0, 1, 1, 1, 'Thistlefur Branch'), +(1023334, 863, 0, 1, 1, 1, 'Gloom Reaper'), +(1023334, 1990, 0, 1, 1, 1, 'Ballast Maul'), +(1023334, 2080, 0, 1, 1, 1, 'Hillborne Axe'), +(1023334, 3037, 0, 1, 1, 1, 'Whipwood Recurve Bow'), +(1023334, 3042, 0, 1, 1, 1, 'BKP "Sparrow" Smallbore'), +(1023334, 3185, 0, 1, 1, 1, 'Acrobatic Staff'), +(1023334, 3197, 0, 1, 1, 1, 'Stonecutter Claymore'), +(1023334, 4038, 0, 1, 1, 1, 'Nightsky Robe'), +(1023334, 4039, 0, 1, 1, 1, 'Nightsky Cowl'), +(1023334, 4040, 0, 1, 1, 1, 'Nightsky Gloves'), +(1023334, 4052, 0, 1, 1, 1, 'Insignia Cap'), +(1023334, 4054, 0, 1, 1, 1, 'Insignia Leggings'), +(1023334, 4055, 0, 1, 1, 1, 'Insignia Boots'), +(1023334, 4057, 0, 1, 1, 1, 'Insignia Chestguard'), +(1023334, 4059, 0, 1, 1, 1, 'Glyphed Bracers'), +(1023334, 4065, 0, 1, 1, 1, 'Combat Shield'), +(1023334, 4066, 0, 1, 1, 1, 'Insignia Buckler'), +(1023334, 4074, 0, 1, 1, 1, 'Mail Combat Armor'), +(1023334, 4075, 0, 1, 1, 1, 'Mail Combat Gauntlets'), +(1023334, 4076, 0, 1, 1, 1, 'Mail Combat Boots'), +(1023334, 4077, 0, 1, 1, 1, 'Mail Combat Headguard'), +(1023334, 4716, 0, 1, 1, 1, 'Combat Cloak'), +(1023334, 4717, 0, 1, 1, 1, 'Mail Combat Belt'), +(1023334, 4718, 0, 1, 1, 1, 'Nightsky Mantle'), +(1023334, 4719, 0, 1, 1, 1, 'Nightsky Cloak'), +(1023334, 4720, 0, 1, 1, 1, 'Nightsky Sash'), +(1023334, 4721, 0, 1, 1, 1, 'Insignia Mantle'), +(1023334, 4722, 0, 1, 1, 1, 'Insignia Cloak'), +(1023334, 4726, 0, 1, 1, 1, 'Chief Brigadier Cloak'), +(1023334, 4732, 0, 1, 1, 1, 'Glyphed Cloak'), +(1023334, 5009, 0, 1, 1, 1, 'Mindbender Loop'), +(1023334, 5213, 0, 1, 1, 1, 'Scorching Wand'), +(1023334, 5214, 0, 1, 1, 1, 'Wand of Eventide'), +(1023334, 6396, 0, 1, 1, 1, 'Emblazoned Chestpiece'), +(1023334, 6402, 0, 1, 1, 1, 'Mail Combat Leggings'), +(1023334, 6403, 0, 1, 1, 1, 'Mail Combat Armguards'), +(1023334, 6404, 0, 1, 1, 1, 'Mail Combat Spaulders'), +(1023334, 6405, 0, 1, 1, 1, 'Nightsky Trousers'), +(1023334, 6406, 0, 1, 1, 1, 'Nightsky Boots'), +(1023334, 6407, 0, 1, 1, 1, 'Nightsky Wristbands'), +(1023334, 6408, 0, 1, 1, 1, 'Insignia Gloves'), +(1023334, 6409, 0, 1, 1, 1, 'Insignia Belt'), +(1023334, 6410, 0, 1, 1, 1, 'Insignia Bracers'), +(1023334, 6413, 0, 1, 1, 1, 'Chief Brigadier Bracers'), +(1023334, 6417, 0, 1, 1, 1, 'Aurora Cloak'), +(1023334, 6418, 0, 1, 1, 1, 'Aurora Sash'), +(1023334, 6609, 0, 1, 1, 1, 'Sage\'s Cloth'), +(1023334, 6610, 0, 1, 1, 1, 'Sage\'s Robe'), +(1023334, 6616, 0, 1, 1, 1, 'Sage\'s Pants'), +(1023334, 7111, 0, 1, 1, 1, 'Nightsky Armor'), +(1023334, 7330, 0, 1, 1, 1, 'Infiltrator Buckler'), +(1023334, 7331, 0, 1, 1, 1, 'Phalanx Shield'), +(1023334, 7353, 0, 1, 1, 1, 'Elder\'s Padded Armor'), +(1023334, 7354, 0, 1, 1, 1, 'Elder\'s Boots'), +(1023334, 7357, 0, 1, 1, 1, 'Elder\'s Hat'), +(1023334, 7366, 0, 1, 1, 1, 'Elder\'s Gloves'), +(1023334, 7367, 0, 1, 1, 1, 'Elder\'s Mantle'), +(1023334, 7368, 0, 1, 1, 1, 'Elder\'s Pants'), +(1023334, 7369, 0, 1, 1, 1, 'Elder\'s Robe'), +(1023334, 7406, 0, 1, 1, 1, 'Infiltrator Cord'), +(1023334, 7407, 0, 1, 1, 1, 'Infiltrator Armor'), +(1023334, 7408, 0, 1, 1, 1, 'Infiltrator Shoulders'), +(1023334, 7409, 0, 1, 1, 1, 'Infiltrator Boots'), +(1023334, 7412, 0, 1, 1, 1, 'Infiltrator Gloves'), +(1023334, 7413, 0, 1, 1, 1, 'Infiltrator Cap'), +(1023334, 7414, 0, 1, 1, 1, 'Infiltrator Pants'), +(1023334, 7417, 0, 1, 1, 1, 'Phalanx Boots'), +(1023334, 7418, 0, 1, 1, 1, 'Phalanx Breastplate'), +(1023334, 7420, 0, 1, 1, 1, 'Phalanx Headguard'), +(1023334, 7421, 0, 1, 1, 1, 'Phalanx Gauntlets'), +(1023334, 7422, 0, 1, 1, 1, 'Phalanx Girdle'), +(1023334, 7423, 0, 1, 1, 1, 'Phalanx Leggings'), +(1023334, 7424, 0, 1, 1, 1, 'Phalanx Spaulders'), +(1023334, 7433, 0, 1, 1, 1, 'Twilight Gloves'), +(1023334, 7434, 0, 1, 1, 1, 'Twilight Boots'), +(1023334, 7436, 0, 1, 1, 1, 'Twilight Cape'), +(1023334, 7437, 0, 1, 1, 1, 'Twilight Cuffs'), +(1023334, 7438, 0, 1, 1, 1, 'Twilight Belt'), +(1023334, 7443, 0, 1, 1, 1, 'Sentinel Gloves'), +(1023334, 7444, 0, 1, 1, 1, 'Sentinel Boots'), +(1023334, 7446, 0, 1, 1, 1, 'Sentinel Cloak'), +(1023334, 7447, 0, 1, 1, 1, 'Sentinel Bracers'), +(1023334, 7448, 0, 1, 1, 1, 'Sentinel Girdle'), +(1023334, 7457, 0, 1, 1, 1, 'Knight\'s Gauntlets'), +(1023334, 7458, 0, 1, 1, 1, 'Knight\'s Boots'), +(1023334, 7460, 0, 1, 1, 1, 'Knight\'s Cloak'), +(1023334, 7461, 0, 1, 1, 1, 'Knight\'s Bracers'), +(1023334, 7462, 0, 1, 1, 1, 'Knight\'s Girdle'), +(1023334, 7609, 0, 1, 1, 1, 'Elder\'s Amber Stave'), +(1023334, 8188, 0, 1, 1, 1, 'Explosive Shotgun'), +(1023334, 9819, 0, 1, 1, 1, 'Durable Tunic'), +(1023334, 9824, 0, 1, 1, 1, 'Durable Shoulders'), +(1023334, 9825, 0, 1, 1, 1, 'Durable Pants'), +(1023334, 9826, 0, 1, 1, 1, 'Durable Robe'), +(1023334, 9830, 0, 1, 1, 1, 'Scaled Shield'), +(1023334, 9833, 0, 1, 1, 1, 'Scaled Leather Leggings'), +(1023334, 9834, 0, 1, 1, 1, 'Scaled Leather Shoulders'), +(1023334, 9835, 0, 1, 1, 1, 'Scaled Leather Tunic'), +(1023334, 9836, 0, 1, 1, 1, 'Banded Armor'), +(1023334, 9841, 0, 1, 1, 1, 'Banded Leggings'), +(1023334, 9842, 0, 1, 1, 1, 'Banded Pauldrons'), +(1023334, 9843, 0, 1, 1, 1, 'Banded Shield'), +(1023334, 9845, 0, 1, 1, 1, 'Conjurer\'s Shoes'), +(1023334, 9846, 0, 1, 1, 1, 'Conjurer\'s Bracers'), +(1023334, 9847, 0, 1, 1, 1, 'Conjurer\'s Cloak'), +(1023334, 9848, 0, 1, 1, 1, 'Conjurer\'s Gloves'), +(1023334, 9849, 0, 1, 1, 1, 'Conjurer\'s Hood'), +(1023334, 9850, 0, 1, 1, 1, 'Conjurer\'s Mantle'), +(1023334, 9851, 0, 1, 1, 1, 'Conjurer\'s Breeches'), +(1023334, 9853, 0, 1, 1, 1, 'Conjurer\'s Cinch'), +(1023334, 9855, 0, 1, 1, 1, 'Archer\'s Belt'), +(1023334, 9856, 0, 1, 1, 1, 'Archer\'s Boots'), +(1023334, 9857, 0, 1, 1, 1, 'Archer\'s Bracers'), +(1023334, 9858, 0, 1, 1, 1, 'Archer\'s Buckler'), +(1023334, 9859, 0, 1, 1, 1, 'Archer\'s Cap'), +(1023334, 9860, 0, 1, 1, 1, 'Archer\'s Cloak'), +(1023334, 9861, 0, 1, 1, 1, 'Archer\'s Gloves'), +(1023334, 9862, 0, 1, 1, 1, 'Archer\'s Trousers'), +(1023334, 9863, 0, 1, 1, 1, 'Archer\'s Shoulderpads'), +(1023334, 9864, 0, 1, 1, 1, 'Renegade Boots'), +(1023334, 9865, 0, 1, 1, 1, 'Renegade Bracers'), +(1023334, 9867, 0, 1, 1, 1, 'Renegade Cloak'), +(1023334, 9868, 0, 1, 1, 1, 'Renegade Gauntlets'), +(1023334, 9869, 0, 1, 1, 1, 'Renegade Belt'), +(1023334, 9870, 0, 1, 1, 1, 'Renegade Circlet'), +(1023334, 9871, 0, 1, 1, 1, 'Renegade Leggings'), +(1023334, 9872, 0, 1, 1, 1, 'Renegade Pauldrons'), +(1023334, 9873, 0, 1, 1, 1, 'Renegade Shield'), +(1023334, 10289, 0, 1, 1, 1, 'Durable Hat'), +(1023334, 10406, 0, 1, 1, 1, 'Scaled Leather Headband'), +(1023334, 10408, 0, 1, 1, 1, 'Banded Helm'), +(1023334, 10409, 0, 1, 1, 1, 'Banded Boots'), +(1023334, 11970, 0, 1, 1, 1, 'Spinel Ring'), +(1023334, 11971, 0, 1, 1, 1, 'Amethyst Band'), +(1023334, 11985, 0, 1, 1, 1, 'Cerulean Ring'), +(1023334, 11996, 0, 1, 1, 1, 'Basalt Ring'), +(1023334, 12009, 0, 1, 1, 1, 'Tundra Ring'), +(1023334, 12010, 0, 1, 1, 1, 'Fen Ring'), +(1023334, 12019, 0, 1, 1, 1, 'Cerulean Talisman'), +(1023334, 12020, 0, 1, 1, 1, 'Thallium Choker'), +(1023334, 12028, 0, 1, 1, 1, 'Basalt Necklace'), +(1023334, 12029, 0, 1, 1, 1, 'Greenstone Talisman'), +(1023334, 12039, 0, 1, 1, 1, 'Tundra Necklace'), +(1023334, 14189, 0, 1, 1, 1, 'Raincaller Cap'), +(1023334, 14196, 0, 1, 1, 1, 'Thistlefur Sandals'), +(1023334, 14199, 0, 1, 1, 1, 'Thistlefur Gloves'), +(1023334, 14200, 0, 1, 1, 1, 'Thistlefur Cap'), +(1023334, 14201, 0, 1, 1, 1, 'Thistlefur Mantle'), +(1023334, 14202, 0, 1, 1, 1, 'Thistlefur Jerkin'), +(1023334, 14203, 0, 1, 1, 1, 'Thistlefur Pants'), +(1023334, 14204, 0, 1, 1, 1, 'Thistlefur Robe'), +(1023334, 14205, 0, 1, 1, 1, 'Thistlefur Belt'), +(1023334, 14206, 0, 1, 1, 1, 'Vital Bracelets'), +(1023334, 14207, 0, 1, 1, 1, 'Vital Leggings'), +(1023334, 14208, 0, 1, 1, 1, 'Vital Headband'), +(1023334, 14209, 0, 1, 1, 1, 'Vital Sash'), +(1023334, 14210, 0, 1, 1, 1, 'Vital Cape'), +(1023334, 14211, 0, 1, 1, 1, 'Vital Handwraps'), +(1023334, 14212, 0, 1, 1, 1, 'Vital Shoulders'), +(1023334, 14213, 0, 1, 1, 1, 'Vital Raiment'), +(1023334, 14214, 0, 1, 1, 1, 'Vital Boots'), +(1023334, 14215, 0, 1, 1, 1, 'Vital Tunic'), +(1023334, 14217, 0, 1, 1, 1, 'Geomancer\'s Cord'), +(1023334, 14218, 0, 1, 1, 1, 'Geomancer\'s Boots'), +(1023334, 14219, 0, 1, 1, 1, 'Geomancer\'s Cloak'), +(1023334, 14221, 0, 1, 1, 1, 'Geomancer\'s Bracers'), +(1023334, 14222, 0, 1, 1, 1, 'Geomancer\'s Gloves'), +(1023334, 14226, 0, 1, 1, 1, 'Embersilk Bracelets'), +(1023334, 14229, 0, 1, 1, 1, 'Embersilk Cloak'), +(1023334, 14235, 0, 1, 1, 1, 'Embersilk Cord'), +(1023334, 14397, 0, 1, 1, 1, 'Resilient Mantle'), +(1023334, 14398, 0, 1, 1, 1, 'Resilient Tunic'), +(1023334, 14401, 0, 1, 1, 1, 'Resilient Cap'), +(1023334, 14404, 0, 1, 1, 1, 'Resilient Leggings'), +(1023334, 14405, 0, 1, 1, 1, 'Resilient Robe'), +(1023334, 14408, 0, 1, 1, 1, 'Stonecloth Boots'), +(1023334, 14409, 0, 1, 1, 1, 'Stonecloth Cape'), +(1023334, 14411, 0, 1, 1, 1, 'Stonecloth Gloves'), +(1023334, 14412, 0, 1, 1, 1, 'Stonecloth Epaulets'), +(1023334, 14414, 0, 1, 1, 1, 'Stonecloth Belt'), +(1023334, 14415, 0, 1, 1, 1, 'Stonecloth Britches'), +(1023334, 14416, 0, 1, 1, 1, 'Stonecloth Bindings'), +(1023334, 14581, 0, 1, 1, 1, 'Dokebi Chestguard'), +(1023334, 14583, 0, 1, 1, 1, 'Dokebi Gloves'), +(1023334, 14584, 0, 1, 1, 1, 'Dokebi Hat'), +(1023334, 14585, 0, 1, 1, 1, 'Dokebi Leggings'), +(1023334, 14587, 0, 1, 1, 1, 'Dokebi Mantle'), +(1023334, 14588, 0, 1, 1, 1, 'Hawkeye\'s Cord'), +(1023334, 14589, 0, 1, 1, 1, 'Hawkeye\'s Shoes'), +(1023334, 14590, 0, 1, 1, 1, 'Hawkeye\'s Bracers'), +(1023334, 14593, 0, 1, 1, 1, 'Hawkeye\'s Cloak'), +(1023334, 14594, 0, 1, 1, 1, 'Hawkeye\'s Gloves'), +(1023334, 14607, 0, 1, 1, 1, 'Hawkeye\'s Buckler'), +(1023334, 14751, 0, 1, 1, 1, 'Slayer\'s Surcoat'), +(1023334, 14753, 0, 1, 1, 1, 'Slayer\'s Skullcap'), +(1023334, 14757, 0, 1, 1, 1, 'Slayer\'s Pants'), +(1023334, 14759, 0, 1, 1, 1, 'Enduring Bracers'), +(1023334, 14761, 0, 1, 1, 1, 'Enduring Belt'), +(1023334, 14762, 0, 1, 1, 1, 'Enduring Boots'), +(1023334, 14763, 0, 1, 1, 1, 'Enduring Cape'), +(1023334, 14764, 0, 1, 1, 1, 'Enduring Gauntlets'), +(1023334, 14766, 0, 1, 1, 1, 'Enduring Breeches'), +(1023334, 15130, 0, 1, 1, 1, 'Cutthroat\'s Vest'), +(1023334, 15131, 0, 1, 1, 1, 'Cutthroat\'s Boots'), +(1023334, 15133, 0, 1, 1, 1, 'Cutthroat\'s Buckler'), +(1023334, 15134, 0, 1, 1, 1, 'Cutthroat\'s Hat'), +(1023334, 15137, 0, 1, 1, 1, 'Cutthroat\'s Mitts'), +(1023334, 15139, 0, 1, 1, 1, 'Cutthroat\'s Pants'), +(1023334, 15140, 0, 1, 1, 1, 'Cutthroat\'s Mantle'), +(1023334, 15142, 0, 1, 1, 1, 'Ghostwalker Boots'), +(1023334, 15143, 0, 1, 1, 1, 'Ghostwalker Bindings'), +(1023334, 15144, 0, 1, 1, 1, 'Ghostwalker Rags'), +(1023334, 15145, 0, 1, 1, 1, 'Ghostwalker Buckler'), +(1023334, 15147, 0, 1, 1, 1, 'Ghostwalker Cloak'), +(1023334, 15148, 0, 1, 1, 1, 'Ghostwalker Belt'), +(1023334, 15149, 0, 1, 1, 1, 'Ghostwalker Gloves'), +(1023334, 15150, 0, 1, 1, 1, 'Ghostwalker Pads'), +(1023334, 15151, 0, 1, 1, 1, 'Ghostwalker Legguards'), +(1023334, 15153, 0, 1, 1, 1, 'Nocturnal Cloak'), +(1023334, 15213, 0, 1, 1, 1, 'Mercenary Blade'), +(1023334, 15225, 0, 1, 1, 1, 'Sequoia Hammer'), +(1023334, 15226, 0, 1, 1, 1, 'Giant Club'), +(1023334, 15232, 0, 1, 1, 1, 'Hacking Cleaver'), +(1023334, 15243, 0, 1, 1, 1, 'Deadly Kris'), +(1023334, 15250, 0, 1, 1, 1, 'Glimmering Flamberge'), +(1023334, 15285, 0, 1, 1, 1, 'Archer\'s Longbow'), +(1023334, 15286, 0, 1, 1, 1, 'Long Redwood Bow'), +(1023334, 15339, 0, 1, 1, 1, 'Pathfinder Hat'), +(1023334, 15346, 0, 1, 1, 1, 'Pathfinder Vest'), +(1023334, 15349, 0, 1, 1, 1, 'Headhunter\'s Belt'), +(1023334, 15350, 0, 1, 1, 1, 'Headhunter\'s Slippers'), +(1023334, 15352, 0, 1, 1, 1, 'Headhunter\'s Buckler'), +(1023334, 15354, 0, 1, 1, 1, 'Headhunter\'s Cloak'), +(1023334, 15355, 0, 1, 1, 1, 'Headhunter\'s Mitts'), +(1023334, 15356, 0, 1, 1, 1, 'Headhunter\'s Armor'), +(1023334, 15357, 0, 1, 1, 1, 'Headhunter\'s Spaulders'), +(1023334, 15358, 0, 1, 1, 1, 'Headhunter\'s Woolies'), +(1023334, 15361, 0, 1, 1, 1, 'Trickster\'s Sash'), +(1023334, 15364, 0, 1, 1, 1, 'Trickster\'s Cloak'), +(1023334, 15536, 0, 1, 1, 1, 'Wicked Chain Chestpiece'), +(1023334, 15540, 0, 1, 1, 1, 'Wicked Chain Helmet'), +(1023334, 15541, 0, 1, 1, 1, 'Wicked Chain Legguards'), +(1023334, 15542, 0, 1, 1, 1, 'Wicked Chain Shoulder Pads'), +(1023334, 15543, 0, 1, 1, 1, 'Wicked Chain Shield'), +(1023334, 15544, 0, 1, 1, 1, 'Thick Scale Sabatons'), +(1023334, 15546, 0, 1, 1, 1, 'Thick Scale Breastplate'), +(1023334, 15548, 0, 1, 1, 1, 'Thick Scale Gauntlets'), +(1023334, 15550, 0, 1, 1, 1, 'Thick Scale Crown'), +(1023334, 15551, 0, 1, 1, 1, 'Thick Scale Legguards'), +(1023334, 15552, 0, 1, 1, 1, 'Thick Scale Shield'), +(1023334, 15553, 0, 1, 1, 1, 'Thick Scale Shoulder Pads'), +(1023334, 15554, 0, 1, 1, 1, 'Pillager\'s Girdle'), +(1023334, 15555, 0, 1, 1, 1, 'Pillager\'s Boots'), +(1023334, 15556, 0, 1, 1, 1, 'Pillager\'s Bracers'), +(1023334, 15557, 0, 1, 1, 1, 'Pillager\'s Chestguard'), +(1023334, 15558, 0, 1, 1, 1, 'Pillager\'s Crown'), +(1023334, 15560, 0, 1, 1, 1, 'Pillager\'s Gloves'), +(1023334, 15561, 0, 1, 1, 1, 'Pillager\'s Leggings'), +(1023334, 15562, 0, 1, 1, 1, 'Pillager\'s Pauldrons'), +(1023334, 15563, 0, 1, 1, 1, 'Pillager\'s Shield'), +(1023334, 15566, 0, 1, 1, 1, 'Marauder\'s Bracers'), +(1023334, 15568, 0, 1, 1, 1, 'Marauder\'s Cloak'), +(1023334, 15570, 0, 1, 1, 1, 'Marauder\'s Gauntlets'), +(1023334, 15571, 0, 1, 1, 1, 'Marauder\'s Belt'), +(1023334, 15575, 0, 1, 1, 1, 'Sparkleshell Belt'), +(1023334, 15577, 0, 1, 1, 1, 'Sparkleshell Bracers'), +(1023334, 15579, 0, 1, 1, 1, 'Sparkleshell Cloak'), +(1023334, 15590, 0, 1, 1, 1, 'Steadfast Bracelets'), +(1023334, 15594, 0, 1, 1, 1, 'Steadfast Cloak'), +(1023334, 15892, 0, 1, 1, 1, 'Slayer\'s Shield'), +(1023334, 15929, 0, 1, 1, 1, 'Nightsky Orb'), +(1023334, 15934, 0, 1, 1, 1, 'Sage\'s Stave'), +(1023334, 15935, 0, 1, 1, 1, 'Durable Rod'), +(1023334, 15962, 0, 1, 1, 1, 'Satyr\'s Rod'), +(1023334, 15976, 0, 1, 1, 1, 'Thistlefur Branch'), +(1023334, 15977, 0, 1, 1, 1, 'Vital Orb'), +(1023434, 863, 0, 1, 1, 1, 'Gloom Reaper'), +(1023434, 1990, 0, 1, 1, 1, 'Ballast Maul'), +(1023434, 2080, 0, 1, 1, 1, 'Hillborne Axe'), +(1023434, 3037, 0, 1, 1, 1, 'Whipwood Recurve Bow'), +(1023434, 3042, 0, 1, 1, 1, 'BKP "Sparrow" Smallbore'), +(1023434, 3185, 0, 1, 1, 1, 'Acrobatic Staff'), +(1023434, 3197, 0, 1, 1, 1, 'Stonecutter Claymore'), +(1023434, 4038, 0, 1, 1, 1, 'Nightsky Robe'), +(1023434, 4039, 0, 1, 1, 1, 'Nightsky Cowl'), +(1023434, 4040, 0, 1, 1, 1, 'Nightsky Gloves'), +(1023434, 4052, 0, 1, 1, 1, 'Insignia Cap'), +(1023434, 4054, 0, 1, 1, 1, 'Insignia Leggings'), +(1023434, 4055, 0, 1, 1, 1, 'Insignia Boots'), +(1023434, 4057, 0, 1, 1, 1, 'Insignia Chestguard'), +(1023434, 4059, 0, 1, 1, 1, 'Glyphed Bracers'), +(1023434, 4065, 0, 1, 1, 1, 'Combat Shield'), +(1023434, 4066, 0, 1, 1, 1, 'Insignia Buckler'), +(1023434, 4074, 0, 1, 1, 1, 'Mail Combat Armor'), +(1023434, 4075, 0, 1, 1, 1, 'Mail Combat Gauntlets'), +(1023434, 4076, 0, 1, 1, 1, 'Mail Combat Boots'), +(1023434, 4077, 0, 1, 1, 1, 'Mail Combat Headguard'), +(1023434, 4717, 0, 1, 1, 1, 'Mail Combat Belt'), +(1023434, 4718, 0, 1, 1, 1, 'Nightsky Mantle'), +(1023434, 4720, 0, 1, 1, 1, 'Nightsky Sash'), +(1023434, 4721, 0, 1, 1, 1, 'Insignia Mantle'), +(1023434, 4726, 0, 1, 1, 1, 'Chief Brigadier Cloak'), +(1023434, 4732, 0, 1, 1, 1, 'Glyphed Cloak'), +(1023434, 5009, 0, 1, 1, 1, 'Mindbender Loop'), +(1023434, 5213, 0, 1, 1, 1, 'Scorching Wand'), +(1023434, 6402, 0, 1, 1, 1, 'Mail Combat Leggings'), +(1023434, 6403, 0, 1, 1, 1, 'Mail Combat Armguards'), +(1023434, 6404, 0, 1, 1, 1, 'Mail Combat Spaulders'), +(1023434, 6405, 0, 1, 1, 1, 'Nightsky Trousers'), +(1023434, 6406, 0, 1, 1, 1, 'Nightsky Boots'), +(1023434, 6407, 0, 1, 1, 1, 'Nightsky Wristbands'), +(1023434, 6408, 0, 1, 1, 1, 'Insignia Gloves'), +(1023434, 6409, 0, 1, 1, 1, 'Insignia Belt'), +(1023434, 6410, 0, 1, 1, 1, 'Insignia Bracers'), +(1023434, 6413, 0, 1, 1, 1, 'Chief Brigadier Bracers'), +(1023434, 6417, 0, 1, 1, 1, 'Aurora Cloak'), +(1023434, 6418, 0, 1, 1, 1, 'Aurora Sash'), +(1023434, 7111, 0, 1, 1, 1, 'Nightsky Armor'), +(1023434, 7330, 0, 1, 1, 1, 'Infiltrator Buckler'), +(1023434, 7331, 0, 1, 1, 1, 'Phalanx Shield'), +(1023434, 7353, 0, 1, 1, 1, 'Elder\'s Padded Armor'), +(1023434, 7354, 0, 1, 1, 1, 'Elder\'s Boots'), +(1023434, 7357, 0, 1, 1, 1, 'Elder\'s Hat'), +(1023434, 7367, 0, 1, 1, 1, 'Elder\'s Mantle'), +(1023434, 7368, 0, 1, 1, 1, 'Elder\'s Pants'), +(1023434, 7369, 0, 1, 1, 1, 'Elder\'s Robe'), +(1023434, 7407, 0, 1, 1, 1, 'Infiltrator Armor'), +(1023434, 7408, 0, 1, 1, 1, 'Infiltrator Shoulders'), +(1023434, 7409, 0, 1, 1, 1, 'Infiltrator Boots'), +(1023434, 7413, 0, 1, 1, 1, 'Infiltrator Cap'), +(1023434, 7414, 0, 1, 1, 1, 'Infiltrator Pants'), +(1023434, 7417, 0, 1, 1, 1, 'Phalanx Boots'), +(1023434, 7418, 0, 1, 1, 1, 'Phalanx Breastplate'), +(1023434, 7420, 0, 1, 1, 1, 'Phalanx Headguard'), +(1023434, 7421, 0, 1, 1, 1, 'Phalanx Gauntlets'), +(1023434, 7423, 0, 1, 1, 1, 'Phalanx Leggings'), +(1023434, 7424, 0, 1, 1, 1, 'Phalanx Spaulders'), +(1023434, 7433, 0, 1, 1, 1, 'Twilight Gloves'), +(1023434, 7434, 0, 1, 1, 1, 'Twilight Boots'), +(1023434, 7436, 0, 1, 1, 1, 'Twilight Cape'), +(1023434, 7437, 0, 1, 1, 1, 'Twilight Cuffs'), +(1023434, 7438, 0, 1, 1, 1, 'Twilight Belt'), +(1023434, 7443, 0, 1, 1, 1, 'Sentinel Gloves'), +(1023434, 7444, 0, 1, 1, 1, 'Sentinel Boots'), +(1023434, 7446, 0, 1, 1, 1, 'Sentinel Cloak'), +(1023434, 7447, 0, 1, 1, 1, 'Sentinel Bracers'), +(1023434, 7448, 0, 1, 1, 1, 'Sentinel Girdle'), +(1023434, 7457, 0, 1, 1, 1, 'Knight\'s Gauntlets'), +(1023434, 7458, 0, 1, 1, 1, 'Knight\'s Boots'), +(1023434, 7460, 0, 1, 1, 1, 'Knight\'s Cloak'), +(1023434, 7461, 0, 1, 1, 1, 'Knight\'s Bracers'), +(1023434, 7462, 0, 1, 1, 1, 'Knight\'s Girdle'), +(1023434, 7609, 0, 1, 1, 1, 'Elder\'s Amber Stave'), +(1023434, 8188, 0, 1, 1, 1, 'Explosive Shotgun'), +(1023434, 9819, 0, 1, 1, 1, 'Durable Tunic'), +(1023434, 9825, 0, 1, 1, 1, 'Durable Pants'), +(1023434, 9826, 0, 1, 1, 1, 'Durable Robe'), +(1023434, 9833, 0, 1, 1, 1, 'Scaled Leather Leggings'), +(1023434, 9835, 0, 1, 1, 1, 'Scaled Leather Tunic'), +(1023434, 9836, 0, 1, 1, 1, 'Banded Armor'), +(1023434, 9843, 0, 1, 1, 1, 'Banded Shield'), +(1023434, 9845, 0, 1, 1, 1, 'Conjurer\'s Shoes'), +(1023434, 9846, 0, 1, 1, 1, 'Conjurer\'s Bracers'), +(1023434, 9847, 0, 1, 1, 1, 'Conjurer\'s Cloak'), +(1023434, 9848, 0, 1, 1, 1, 'Conjurer\'s Gloves'), +(1023434, 9849, 0, 1, 1, 1, 'Conjurer\'s Hood'), +(1023434, 9850, 0, 1, 1, 1, 'Conjurer\'s Mantle'), +(1023434, 9851, 0, 1, 1, 1, 'Conjurer\'s Breeches'), +(1023434, 9853, 0, 1, 1, 1, 'Conjurer\'s Cinch'), +(1023434, 9855, 0, 1, 1, 1, 'Archer\'s Belt'), +(1023434, 9856, 0, 1, 1, 1, 'Archer\'s Boots'), +(1023434, 9857, 0, 1, 1, 1, 'Archer\'s Bracers'), +(1023434, 9858, 0, 1, 1, 1, 'Archer\'s Buckler'), +(1023434, 9859, 0, 1, 1, 1, 'Archer\'s Cap'), +(1023434, 9860, 0, 1, 1, 1, 'Archer\'s Cloak'), +(1023434, 9861, 0, 1, 1, 1, 'Archer\'s Gloves'), +(1023434, 9862, 0, 1, 1, 1, 'Archer\'s Trousers'), +(1023434, 9863, 0, 1, 1, 1, 'Archer\'s Shoulderpads'), +(1023434, 9864, 0, 1, 1, 1, 'Renegade Boots'), +(1023434, 9865, 0, 1, 1, 1, 'Renegade Bracers'), +(1023434, 9867, 0, 1, 1, 1, 'Renegade Cloak'), +(1023434, 9868, 0, 1, 1, 1, 'Renegade Gauntlets'), +(1023434, 9869, 0, 1, 1, 1, 'Renegade Belt'), +(1023434, 9870, 0, 1, 1, 1, 'Renegade Circlet'), +(1023434, 9871, 0, 1, 1, 1, 'Renegade Leggings'), +(1023434, 9872, 0, 1, 1, 1, 'Renegade Pauldrons'), +(1023434, 9873, 0, 1, 1, 1, 'Renegade Shield'), +(1023434, 11970, 0, 1, 1, 1, 'Spinel Ring'), +(1023434, 11971, 0, 1, 1, 1, 'Amethyst Band'), +(1023434, 11985, 0, 1, 1, 1, 'Cerulean Ring'), +(1023434, 11996, 0, 1, 1, 1, 'Basalt Ring'), +(1023434, 12009, 0, 1, 1, 1, 'Tundra Ring'), +(1023434, 12010, 0, 1, 1, 1, 'Fen Ring'), +(1023434, 12020, 0, 1, 1, 1, 'Thallium Choker'), +(1023434, 12029, 0, 1, 1, 1, 'Greenstone Talisman'), +(1023434, 12039, 0, 1, 1, 1, 'Tundra Necklace'), +(1023434, 14199, 0, 1, 1, 1, 'Thistlefur Gloves'), +(1023434, 14200, 0, 1, 1, 1, 'Thistlefur Cap'), +(1023434, 14201, 0, 1, 1, 1, 'Thistlefur Mantle'), +(1023434, 14202, 0, 1, 1, 1, 'Thistlefur Jerkin'), +(1023434, 14203, 0, 1, 1, 1, 'Thistlefur Pants'), +(1023434, 14204, 0, 1, 1, 1, 'Thistlefur Robe'), +(1023434, 14207, 0, 1, 1, 1, 'Vital Leggings'), +(1023434, 14208, 0, 1, 1, 1, 'Vital Headband'), +(1023434, 14209, 0, 1, 1, 1, 'Vital Sash'), +(1023434, 14211, 0, 1, 1, 1, 'Vital Handwraps'), +(1023434, 14212, 0, 1, 1, 1, 'Vital Shoulders'), +(1023434, 14213, 0, 1, 1, 1, 'Vital Raiment'), +(1023434, 14214, 0, 1, 1, 1, 'Vital Boots'), +(1023434, 14215, 0, 1, 1, 1, 'Vital Tunic'), +(1023434, 14217, 0, 1, 1, 1, 'Geomancer\'s Cord'), +(1023434, 14218, 0, 1, 1, 1, 'Geomancer\'s Boots'), +(1023434, 14219, 0, 1, 1, 1, 'Geomancer\'s Cloak'), +(1023434, 14221, 0, 1, 1, 1, 'Geomancer\'s Bracers'), +(1023434, 14222, 0, 1, 1, 1, 'Geomancer\'s Gloves'), +(1023434, 14226, 0, 1, 1, 1, 'Embersilk Bracelets'), +(1023434, 14229, 0, 1, 1, 1, 'Embersilk Cloak'), +(1023434, 14235, 0, 1, 1, 1, 'Embersilk Cord'), +(1023434, 14398, 0, 1, 1, 1, 'Resilient Tunic'), +(1023434, 14401, 0, 1, 1, 1, 'Resilient Cap'), +(1023434, 14404, 0, 1, 1, 1, 'Resilient Leggings'), +(1023434, 14405, 0, 1, 1, 1, 'Resilient Robe'), +(1023434, 14408, 0, 1, 1, 1, 'Stonecloth Boots'), +(1023434, 14409, 0, 1, 1, 1, 'Stonecloth Cape'), +(1023434, 14411, 0, 1, 1, 1, 'Stonecloth Gloves'), +(1023434, 14412, 0, 1, 1, 1, 'Stonecloth Epaulets'), +(1023434, 14414, 0, 1, 1, 1, 'Stonecloth Belt'), +(1023434, 14415, 0, 1, 1, 1, 'Stonecloth Britches'), +(1023434, 14416, 0, 1, 1, 1, 'Stonecloth Bindings'), +(1023434, 14581, 0, 1, 1, 1, 'Dokebi Chestguard'), +(1023434, 14584, 0, 1, 1, 1, 'Dokebi Hat'), +(1023434, 14588, 0, 1, 1, 1, 'Hawkeye\'s Cord'), +(1023434, 14589, 0, 1, 1, 1, 'Hawkeye\'s Shoes'), +(1023434, 14590, 0, 1, 1, 1, 'Hawkeye\'s Bracers'), +(1023434, 14593, 0, 1, 1, 1, 'Hawkeye\'s Cloak'), +(1023434, 14594, 0, 1, 1, 1, 'Hawkeye\'s Gloves'), +(1023434, 14607, 0, 1, 1, 1, 'Hawkeye\'s Buckler'), +(1023434, 14751, 0, 1, 1, 1, 'Slayer\'s Surcoat'), +(1023434, 14753, 0, 1, 1, 1, 'Slayer\'s Skullcap'), +(1023434, 14759, 0, 1, 1, 1, 'Enduring Bracers'), +(1023434, 14761, 0, 1, 1, 1, 'Enduring Belt'), +(1023434, 14762, 0, 1, 1, 1, 'Enduring Boots'), +(1023434, 14764, 0, 1, 1, 1, 'Enduring Gauntlets'), +(1023434, 14766, 0, 1, 1, 1, 'Enduring Breeches'), +(1023434, 15130, 0, 1, 1, 1, 'Cutthroat\'s Vest'), +(1023434, 15133, 0, 1, 1, 1, 'Cutthroat\'s Buckler'), +(1023434, 15134, 0, 1, 1, 1, 'Cutthroat\'s Hat'), +(1023434, 15137, 0, 1, 1, 1, 'Cutthroat\'s Mitts'), +(1023434, 15139, 0, 1, 1, 1, 'Cutthroat\'s Pants'), +(1023434, 15140, 0, 1, 1, 1, 'Cutthroat\'s Mantle'), +(1023434, 15142, 0, 1, 1, 1, 'Ghostwalker Boots'), +(1023434, 15143, 0, 1, 1, 1, 'Ghostwalker Bindings'), +(1023434, 15144, 0, 1, 1, 1, 'Ghostwalker Rags'), +(1023434, 15145, 0, 1, 1, 1, 'Ghostwalker Buckler'), +(1023434, 15147, 0, 1, 1, 1, 'Ghostwalker Cloak'), +(1023434, 15148, 0, 1, 1, 1, 'Ghostwalker Belt'), +(1023434, 15149, 0, 1, 1, 1, 'Ghostwalker Gloves'), +(1023434, 15150, 0, 1, 1, 1, 'Ghostwalker Pads'), +(1023434, 15151, 0, 1, 1, 1, 'Ghostwalker Legguards'), +(1023434, 15153, 0, 1, 1, 1, 'Nocturnal Cloak'), +(1023434, 15213, 0, 1, 1, 1, 'Mercenary Blade'), +(1023434, 15225, 0, 1, 1, 1, 'Sequoia Hammer'), +(1023434, 15226, 0, 1, 1, 1, 'Giant Club'), +(1023434, 15232, 0, 1, 1, 1, 'Hacking Cleaver'), +(1023434, 15243, 0, 1, 1, 1, 'Deadly Kris'), +(1023434, 15286, 0, 1, 1, 1, 'Long Redwood Bow'), +(1023434, 15339, 0, 1, 1, 1, 'Pathfinder Hat'), +(1023434, 15349, 0, 1, 1, 1, 'Headhunter\'s Belt'), +(1023434, 15350, 0, 1, 1, 1, 'Headhunter\'s Slippers'), +(1023434, 15352, 0, 1, 1, 1, 'Headhunter\'s Buckler'), +(1023434, 15355, 0, 1, 1, 1, 'Headhunter\'s Mitts'), +(1023434, 15356, 0, 1, 1, 1, 'Headhunter\'s Armor'), +(1023434, 15357, 0, 1, 1, 1, 'Headhunter\'s Spaulders'), +(1023434, 15358, 0, 1, 1, 1, 'Headhunter\'s Woolies'), +(1023434, 15361, 0, 1, 1, 1, 'Trickster\'s Sash'), +(1023434, 15364, 0, 1, 1, 1, 'Trickster\'s Cloak'), +(1023434, 15536, 0, 1, 1, 1, 'Wicked Chain Chestpiece'), +(1023434, 15540, 0, 1, 1, 1, 'Wicked Chain Helmet'), +(1023434, 15541, 0, 1, 1, 1, 'Wicked Chain Legguards'), +(1023434, 15543, 0, 1, 1, 1, 'Wicked Chain Shield'), +(1023434, 15546, 0, 1, 1, 1, 'Thick Scale Breastplate'), +(1023434, 15550, 0, 1, 1, 1, 'Thick Scale Crown'), +(1023434, 15551, 0, 1, 1, 1, 'Thick Scale Legguards'), +(1023434, 15552, 0, 1, 1, 1, 'Thick Scale Shield'), +(1023434, 15553, 0, 1, 1, 1, 'Thick Scale Shoulder Pads'), +(1023434, 15554, 0, 1, 1, 1, 'Pillager\'s Girdle'), +(1023434, 15555, 0, 1, 1, 1, 'Pillager\'s Boots'), +(1023434, 15557, 0, 1, 1, 1, 'Pillager\'s Chestguard'), +(1023434, 15558, 0, 1, 1, 1, 'Pillager\'s Crown'), +(1023434, 15560, 0, 1, 1, 1, 'Pillager\'s Gloves'), +(1023434, 15561, 0, 1, 1, 1, 'Pillager\'s Leggings'), +(1023434, 15562, 0, 1, 1, 1, 'Pillager\'s Pauldrons'), +(1023434, 15563, 0, 1, 1, 1, 'Pillager\'s Shield'), +(1023434, 15566, 0, 1, 1, 1, 'Marauder\'s Bracers'), +(1023434, 15568, 0, 1, 1, 1, 'Marauder\'s Cloak'), +(1023434, 15570, 0, 1, 1, 1, 'Marauder\'s Gauntlets'), +(1023434, 15571, 0, 1, 1, 1, 'Marauder\'s Belt'), +(1023434, 15575, 0, 1, 1, 1, 'Sparkleshell Belt'), +(1023434, 15577, 0, 1, 1, 1, 'Sparkleshell Bracers'), +(1023434, 15579, 0, 1, 1, 1, 'Sparkleshell Cloak'), +(1023434, 15590, 0, 1, 1, 1, 'Steadfast Bracelets'), +(1023434, 15594, 0, 1, 1, 1, 'Steadfast Cloak'), +(1023434, 15929, 0, 1, 1, 1, 'Nightsky Orb'), +(1023434, 15935, 0, 1, 1, 1, 'Durable Rod'), +(1023434, 15962, 0, 1, 1, 1, 'Satyr\'s Rod'), +(1023434, 15976, 0, 1, 1, 1, 'Thistlefur Branch'), +(1023434, 15977, 0, 1, 1, 1, 'Vital Orb'), +(1023435, 863, 0, 1, 1, 1, 'Gloom Reaper'), +(1023435, 864, 0, 1, 1, 1, 'Knightly Longsword'), +(1023435, 1465, 0, 1, 1, 1, 'Tigerbane'), +(1023435, 1988, 0, 1, 1, 1, 'Chief Brigadier Gauntlets'), +(1023435, 1990, 0, 1, 1, 1, 'Ballast Maul'), +(1023435, 2080, 0, 1, 1, 1, 'Hillborne Axe'), +(1023435, 3037, 0, 1, 1, 1, 'Whipwood Recurve Bow'), +(1023435, 3042, 0, 1, 1, 1, 'BKP "Sparrow" Smallbore'), +(1023435, 3185, 0, 1, 1, 1, 'Acrobatic Staff'), +(1023435, 3197, 0, 1, 1, 1, 'Stonecutter Claymore'), +(1023435, 4038, 0, 1, 1, 1, 'Nightsky Robe'), +(1023435, 4039, 0, 1, 1, 1, 'Nightsky Cowl'), +(1023435, 4040, 0, 1, 1, 1, 'Nightsky Gloves'), +(1023435, 4043, 0, 1, 1, 1, 'Aurora Bracers'), +(1023435, 4052, 0, 1, 1, 1, 'Insignia Cap'), +(1023435, 4054, 0, 1, 1, 1, 'Insignia Leggings'), +(1023435, 4055, 0, 1, 1, 1, 'Insignia Boots'), +(1023435, 4057, 0, 1, 1, 1, 'Insignia Chestguard'), +(1023435, 4059, 0, 1, 1, 1, 'Glyphed Bracers'), +(1023435, 4065, 0, 1, 1, 1, 'Combat Shield'), +(1023435, 4066, 0, 1, 1, 1, 'Insignia Buckler'), +(1023435, 4074, 0, 1, 1, 1, 'Mail Combat Armor'), +(1023435, 4075, 0, 1, 1, 1, 'Mail Combat Gauntlets'), +(1023435, 4076, 0, 1, 1, 1, 'Mail Combat Boots'), +(1023435, 4077, 0, 1, 1, 1, 'Mail Combat Headguard'), +(1023435, 4717, 0, 1, 1, 1, 'Mail Combat Belt'), +(1023435, 4718, 0, 1, 1, 1, 'Nightsky Mantle'), +(1023435, 4720, 0, 1, 1, 1, 'Nightsky Sash'), +(1023435, 4721, 0, 1, 1, 1, 'Insignia Mantle'), +(1023435, 4726, 0, 1, 1, 1, 'Chief Brigadier Cloak'), +(1023435, 4727, 0, 1, 1, 1, 'Chief Brigadier Girdle'), +(1023435, 4732, 0, 1, 1, 1, 'Glyphed Cloak'), +(1023435, 5009, 0, 1, 1, 1, 'Mindbender Loop'), +(1023435, 5213, 0, 1, 1, 1, 'Scorching Wand'), +(1023435, 6402, 0, 1, 1, 1, 'Mail Combat Leggings'), +(1023435, 6403, 0, 1, 1, 1, 'Mail Combat Armguards'), +(1023435, 6404, 0, 1, 1, 1, 'Mail Combat Spaulders'), +(1023435, 6405, 0, 1, 1, 1, 'Nightsky Trousers'), +(1023435, 6406, 0, 1, 1, 1, 'Nightsky Boots'), +(1023435, 6407, 0, 1, 1, 1, 'Nightsky Wristbands'), +(1023435, 6408, 0, 1, 1, 1, 'Insignia Gloves'), +(1023435, 6409, 0, 1, 1, 1, 'Insignia Belt'), +(1023435, 6410, 0, 1, 1, 1, 'Insignia Bracers'), +(1023435, 6413, 0, 1, 1, 1, 'Chief Brigadier Bracers'), +(1023435, 6416, 0, 1, 1, 1, 'Aurora Boots'), +(1023435, 6417, 0, 1, 1, 1, 'Aurora Cloak'), +(1023435, 6418, 0, 1, 1, 1, 'Aurora Sash'), +(1023435, 6419, 0, 1, 1, 1, 'Glyphed Mitts'), +(1023435, 6421, 0, 1, 1, 1, 'Glyphed Belt'), +(1023435, 7111, 0, 1, 1, 1, 'Nightsky Armor'), +(1023435, 7330, 0, 1, 1, 1, 'Infiltrator Buckler'), +(1023435, 7331, 0, 1, 1, 1, 'Phalanx Shield'), +(1023435, 7353, 0, 1, 1, 1, 'Elder\'s Padded Armor'), +(1023435, 7354, 0, 1, 1, 1, 'Elder\'s Boots'), +(1023435, 7357, 0, 1, 1, 1, 'Elder\'s Hat'), +(1023435, 7367, 0, 1, 1, 1, 'Elder\'s Mantle'), +(1023435, 7368, 0, 1, 1, 1, 'Elder\'s Pants'), +(1023435, 7369, 0, 1, 1, 1, 'Elder\'s Robe'), +(1023435, 7407, 0, 1, 1, 1, 'Infiltrator Armor'), +(1023435, 7408, 0, 1, 1, 1, 'Infiltrator Shoulders'), +(1023435, 7409, 0, 1, 1, 1, 'Infiltrator Boots'), +(1023435, 7413, 0, 1, 1, 1, 'Infiltrator Cap'), +(1023435, 7414, 0, 1, 1, 1, 'Infiltrator Pants'), +(1023435, 7417, 0, 1, 1, 1, 'Phalanx Boots'), +(1023435, 7418, 0, 1, 1, 1, 'Phalanx Breastplate'), +(1023435, 7420, 0, 1, 1, 1, 'Phalanx Headguard'), +(1023435, 7421, 0, 1, 1, 1, 'Phalanx Gauntlets'), +(1023435, 7423, 0, 1, 1, 1, 'Phalanx Leggings'), +(1023435, 7424, 0, 1, 1, 1, 'Phalanx Spaulders'), +(1023435, 7432, 0, 1, 1, 1, 'Twilight Cowl'), +(1023435, 7433, 0, 1, 1, 1, 'Twilight Gloves'), +(1023435, 7434, 0, 1, 1, 1, 'Twilight Boots'), +(1023435, 7435, 0, 1, 1, 1, 'Twilight Mantle'), +(1023435, 7436, 0, 1, 1, 1, 'Twilight Cape'), +(1023435, 7437, 0, 1, 1, 1, 'Twilight Cuffs'), +(1023435, 7438, 0, 1, 1, 1, 'Twilight Belt'), +(1023435, 7441, 0, 1, 1, 1, 'Sentinel Cap'), +(1023435, 7443, 0, 1, 1, 1, 'Sentinel Gloves'), +(1023435, 7444, 0, 1, 1, 1, 'Sentinel Boots'), +(1023435, 7445, 0, 1, 1, 1, 'Sentinel Shoulders'), +(1023435, 7446, 0, 1, 1, 1, 'Sentinel Cloak'), +(1023435, 7447, 0, 1, 1, 1, 'Sentinel Bracers'), +(1023435, 7448, 0, 1, 1, 1, 'Sentinel Girdle'), +(1023435, 7456, 0, 1, 1, 1, 'Knight\'s Headguard'), +(1023435, 7457, 0, 1, 1, 1, 'Knight\'s Gauntlets'), +(1023435, 7458, 0, 1, 1, 1, 'Knight\'s Boots'), +(1023435, 7459, 0, 1, 1, 1, 'Knight\'s Pauldrons'), +(1023435, 7460, 0, 1, 1, 1, 'Knight\'s Cloak'), +(1023435, 7461, 0, 1, 1, 1, 'Knight\'s Bracers'), +(1023435, 7462, 0, 1, 1, 1, 'Knight\'s Girdle'), +(1023435, 7463, 0, 1, 1, 1, 'Sentinel Buckler'), +(1023435, 7609, 0, 1, 1, 1, 'Elder\'s Amber Stave'), +(1023435, 8188, 0, 1, 1, 1, 'Explosive Shotgun'), +(1023435, 9819, 0, 1, 1, 1, 'Durable Tunic'), +(1023435, 9825, 0, 1, 1, 1, 'Durable Pants'), +(1023435, 9826, 0, 1, 1, 1, 'Durable Robe'), +(1023435, 9833, 0, 1, 1, 1, 'Scaled Leather Leggings'), +(1023435, 9835, 0, 1, 1, 1, 'Scaled Leather Tunic'), +(1023435, 9836, 0, 1, 1, 1, 'Banded Armor'), +(1023435, 9843, 0, 1, 1, 1, 'Banded Shield'), +(1023435, 9844, 0, 1, 1, 1, 'Conjurer\'s Vest'), +(1023435, 9845, 0, 1, 1, 1, 'Conjurer\'s Shoes'), +(1023435, 9846, 0, 1, 1, 1, 'Conjurer\'s Bracers'), +(1023435, 9847, 0, 1, 1, 1, 'Conjurer\'s Cloak'), +(1023435, 9848, 0, 1, 1, 1, 'Conjurer\'s Gloves'), +(1023435, 9849, 0, 1, 1, 1, 'Conjurer\'s Hood'), +(1023435, 9850, 0, 1, 1, 1, 'Conjurer\'s Mantle'), +(1023435, 9851, 0, 1, 1, 1, 'Conjurer\'s Breeches'), +(1023435, 9852, 0, 1, 1, 1, 'Conjurer\'s Robe'), +(1023435, 9853, 0, 1, 1, 1, 'Conjurer\'s Cinch'), +(1023435, 9854, 0, 1, 1, 1, 'Archer\'s Jerkin'), +(1023435, 9855, 0, 1, 1, 1, 'Archer\'s Belt'), +(1023435, 9856, 0, 1, 1, 1, 'Archer\'s Boots'), +(1023435, 9857, 0, 1, 1, 1, 'Archer\'s Bracers'), +(1023435, 9858, 0, 1, 1, 1, 'Archer\'s Buckler'), +(1023435, 9859, 0, 1, 1, 1, 'Archer\'s Cap'), +(1023435, 9860, 0, 1, 1, 1, 'Archer\'s Cloak'), +(1023435, 9861, 0, 1, 1, 1, 'Archer\'s Gloves'), +(1023435, 9862, 0, 1, 1, 1, 'Archer\'s Trousers'), +(1023435, 9863, 0, 1, 1, 1, 'Archer\'s Shoulderpads'), +(1023435, 9864, 0, 1, 1, 1, 'Renegade Boots'), +(1023435, 9865, 0, 1, 1, 1, 'Renegade Bracers'), +(1023435, 9866, 0, 1, 1, 1, 'Renegade Chestguard'), +(1023435, 9867, 0, 1, 1, 1, 'Renegade Cloak'), +(1023435, 9868, 0, 1, 1, 1, 'Renegade Gauntlets'), +(1023435, 9869, 0, 1, 1, 1, 'Renegade Belt'), +(1023435, 9870, 0, 1, 1, 1, 'Renegade Circlet'), +(1023435, 9871, 0, 1, 1, 1, 'Renegade Leggings'), +(1023435, 9872, 0, 1, 1, 1, 'Renegade Pauldrons'), +(1023435, 9873, 0, 1, 1, 1, 'Renegade Shield'), +(1023435, 9877, 0, 1, 1, 1, 'Sorcerer Cloak'), +(1023435, 9890, 0, 1, 1, 1, 'Huntsman\'s Cape'), +(1023435, 9898, 0, 1, 1, 1, 'Jazeraint Cloak'), +(1023435, 11970, 0, 1, 1, 1, 'Spinel Ring'), +(1023435, 11971, 0, 1, 1, 1, 'Amethyst Band'), +(1023435, 11985, 0, 1, 1, 1, 'Cerulean Ring'), +(1023435, 11996, 0, 1, 1, 1, 'Basalt Ring'), +(1023435, 11997, 0, 1, 1, 1, 'Greenstone Circle'), +(1023435, 12009, 0, 1, 1, 1, 'Tundra Ring'), +(1023435, 12010, 0, 1, 1, 1, 'Fen Ring'), +(1023435, 12020, 0, 1, 1, 1, 'Thallium Choker'), +(1023435, 12029, 0, 1, 1, 1, 'Greenstone Talisman'), +(1023435, 12039, 0, 1, 1, 1, 'Tundra Necklace'), +(1023435, 12040, 0, 1, 1, 1, 'Forest Pendant'), +(1023435, 14199, 0, 1, 1, 1, 'Thistlefur Gloves'), +(1023435, 14200, 0, 1, 1, 1, 'Thistlefur Cap'), +(1023435, 14201, 0, 1, 1, 1, 'Thistlefur Mantle'), +(1023435, 14202, 0, 1, 1, 1, 'Thistlefur Jerkin'), +(1023435, 14203, 0, 1, 1, 1, 'Thistlefur Pants'), +(1023435, 14204, 0, 1, 1, 1, 'Thistlefur Robe'), +(1023435, 14207, 0, 1, 1, 1, 'Vital Leggings'), +(1023435, 14208, 0, 1, 1, 1, 'Vital Headband'), +(1023435, 14209, 0, 1, 1, 1, 'Vital Sash'), +(1023435, 14211, 0, 1, 1, 1, 'Vital Handwraps'), +(1023435, 14212, 0, 1, 1, 1, 'Vital Shoulders'), +(1023435, 14213, 0, 1, 1, 1, 'Vital Raiment'), +(1023435, 14214, 0, 1, 1, 1, 'Vital Boots'), +(1023435, 14215, 0, 1, 1, 1, 'Vital Tunic'), +(1023435, 14217, 0, 1, 1, 1, 'Geomancer\'s Cord'), +(1023435, 14218, 0, 1, 1, 1, 'Geomancer\'s Boots'), +(1023435, 14219, 0, 1, 1, 1, 'Geomancer\'s Cloak'), +(1023435, 14221, 0, 1, 1, 1, 'Geomancer\'s Bracers'), +(1023435, 14222, 0, 1, 1, 1, 'Geomancer\'s Gloves'), +(1023435, 14223, 0, 1, 1, 1, 'Geomancer\'s Spaulders'), +(1023435, 14226, 0, 1, 1, 1, 'Embersilk Bracelets'), +(1023435, 14229, 0, 1, 1, 1, 'Embersilk Cloak'), +(1023435, 14231, 0, 1, 1, 1, 'Embersilk Mitts'), +(1023435, 14235, 0, 1, 1, 1, 'Embersilk Cord'), +(1023435, 14236, 0, 1, 1, 1, 'Embersilk Boots'), +(1023435, 14398, 0, 1, 1, 1, 'Resilient Tunic'), +(1023435, 14401, 0, 1, 1, 1, 'Resilient Cap'), +(1023435, 14404, 0, 1, 1, 1, 'Resilient Leggings'), +(1023435, 14405, 0, 1, 1, 1, 'Resilient Robe'), +(1023435, 14408, 0, 1, 1, 1, 'Stonecloth Boots'), +(1023435, 14409, 0, 1, 1, 1, 'Stonecloth Cape'), +(1023435, 14410, 0, 1, 1, 1, 'Stonecloth Circlet'), +(1023435, 14411, 0, 1, 1, 1, 'Stonecloth Gloves'), +(1023435, 14412, 0, 1, 1, 1, 'Stonecloth Epaulets'), +(1023435, 14414, 0, 1, 1, 1, 'Stonecloth Belt'), +(1023435, 14415, 0, 1, 1, 1, 'Stonecloth Britches'), +(1023435, 14416, 0, 1, 1, 1, 'Stonecloth Bindings'), +(1023435, 14419, 0, 1, 1, 1, 'Silksand Bracers'), +(1023435, 14420, 0, 1, 1, 1, 'Silksand Cape'), +(1023435, 14581, 0, 1, 1, 1, 'Dokebi Chestguard'), +(1023435, 14584, 0, 1, 1, 1, 'Dokebi Hat'), +(1023435, 14588, 0, 1, 1, 1, 'Hawkeye\'s Cord'), +(1023435, 14589, 0, 1, 1, 1, 'Hawkeye\'s Shoes'), +(1023435, 14590, 0, 1, 1, 1, 'Hawkeye\'s Bracers'), +(1023435, 14593, 0, 1, 1, 1, 'Hawkeye\'s Cloak'), +(1023435, 14594, 0, 1, 1, 1, 'Hawkeye\'s Gloves'), +(1023435, 14595, 0, 1, 1, 1, 'Hawkeye\'s Breeches'), +(1023435, 14596, 0, 1, 1, 1, 'Hawkeye\'s Epaulets'), +(1023435, 14607, 0, 1, 1, 1, 'Hawkeye\'s Buckler'), +(1023435, 14751, 0, 1, 1, 1, 'Slayer\'s Surcoat'), +(1023435, 14753, 0, 1, 1, 1, 'Slayer\'s Skullcap'), +(1023435, 14759, 0, 1, 1, 1, 'Enduring Bracers'), +(1023435, 14761, 0, 1, 1, 1, 'Enduring Belt'), +(1023435, 14762, 0, 1, 1, 1, 'Enduring Boots'), +(1023435, 14764, 0, 1, 1, 1, 'Enduring Gauntlets'), +(1023435, 14765, 0, 1, 1, 1, 'Enduring Circlet'), +(1023435, 14766, 0, 1, 1, 1, 'Enduring Breeches'), +(1023435, 14767, 0, 1, 1, 1, 'Enduring Pauldrons'), +(1023435, 15130, 0, 1, 1, 1, 'Cutthroat\'s Vest'), +(1023435, 15133, 0, 1, 1, 1, 'Cutthroat\'s Buckler'), +(1023435, 15134, 0, 1, 1, 1, 'Cutthroat\'s Hat'), +(1023435, 15137, 0, 1, 1, 1, 'Cutthroat\'s Mitts'), +(1023435, 15139, 0, 1, 1, 1, 'Cutthroat\'s Pants'), +(1023435, 15140, 0, 1, 1, 1, 'Cutthroat\'s Mantle'), +(1023435, 15142, 0, 1, 1, 1, 'Ghostwalker Boots'), +(1023435, 15143, 0, 1, 1, 1, 'Ghostwalker Bindings'), +(1023435, 15144, 0, 1, 1, 1, 'Ghostwalker Rags'), +(1023435, 15145, 0, 1, 1, 1, 'Ghostwalker Buckler'), +(1023435, 15147, 0, 1, 1, 1, 'Ghostwalker Cloak'), +(1023435, 15148, 0, 1, 1, 1, 'Ghostwalker Belt'), +(1023435, 15149, 0, 1, 1, 1, 'Ghostwalker Gloves'), +(1023435, 15150, 0, 1, 1, 1, 'Ghostwalker Pads'), +(1023435, 15151, 0, 1, 1, 1, 'Ghostwalker Legguards'), +(1023435, 15153, 0, 1, 1, 1, 'Nocturnal Cloak'), +(1023435, 15154, 0, 1, 1, 1, 'Nocturnal Sash'), +(1023435, 15213, 0, 1, 1, 1, 'Mercenary Blade'), +(1023435, 15225, 0, 1, 1, 1, 'Sequoia Hammer'), +(1023435, 15226, 0, 1, 1, 1, 'Giant Club'), +(1023435, 15232, 0, 1, 1, 1, 'Hacking Cleaver'), +(1023435, 15243, 0, 1, 1, 1, 'Deadly Kris'), +(1023435, 15260, 0, 1, 1, 1, 'Stone Hammer'), +(1023435, 15286, 0, 1, 1, 1, 'Long Redwood Bow'), +(1023435, 15339, 0, 1, 1, 1, 'Pathfinder Hat'), +(1023435, 15349, 0, 1, 1, 1, 'Headhunter\'s Belt'), +(1023435, 15350, 0, 1, 1, 1, 'Headhunter\'s Slippers'), +(1023435, 15352, 0, 1, 1, 1, 'Headhunter\'s Buckler'), +(1023435, 15353, 0, 1, 1, 1, 'Headhunter\'s Headdress'), +(1023435, 15355, 0, 1, 1, 1, 'Headhunter\'s Mitts'), +(1023435, 15356, 0, 1, 1, 1, 'Headhunter\'s Armor'), +(1023435, 15357, 0, 1, 1, 1, 'Headhunter\'s Spaulders'), +(1023435, 15358, 0, 1, 1, 1, 'Headhunter\'s Woolies'), +(1023435, 15360, 0, 1, 1, 1, 'Trickster\'s Bindings'), +(1023435, 15361, 0, 1, 1, 1, 'Trickster\'s Sash'), +(1023435, 15364, 0, 1, 1, 1, 'Trickster\'s Cloak'), +(1023435, 15365, 0, 1, 1, 1, 'Trickster\'s Handwraps'), +(1023435, 15536, 0, 1, 1, 1, 'Wicked Chain Chestpiece'), +(1023435, 15540, 0, 1, 1, 1, 'Wicked Chain Helmet'), +(1023435, 15541, 0, 1, 1, 1, 'Wicked Chain Legguards'), +(1023435, 15543, 0, 1, 1, 1, 'Wicked Chain Shield'), +(1023435, 15546, 0, 1, 1, 1, 'Thick Scale Breastplate'), +(1023435, 15550, 0, 1, 1, 1, 'Thick Scale Crown'), +(1023435, 15551, 0, 1, 1, 1, 'Thick Scale Legguards'), +(1023435, 15552, 0, 1, 1, 1, 'Thick Scale Shield'), +(1023435, 15553, 0, 1, 1, 1, 'Thick Scale Shoulder Pads'), +(1023435, 15554, 0, 1, 1, 1, 'Pillager\'s Girdle'), +(1023435, 15555, 0, 1, 1, 1, 'Pillager\'s Boots'), +(1023435, 15557, 0, 1, 1, 1, 'Pillager\'s Chestguard'), +(1023435, 15558, 0, 1, 1, 1, 'Pillager\'s Crown'), +(1023435, 15560, 0, 1, 1, 1, 'Pillager\'s Gloves'), +(1023435, 15561, 0, 1, 1, 1, 'Pillager\'s Leggings'), +(1023435, 15562, 0, 1, 1, 1, 'Pillager\'s Pauldrons'), +(1023435, 15563, 0, 1, 1, 1, 'Pillager\'s Shield'), +(1023435, 15565, 0, 1, 1, 1, 'Marauder\'s Boots'), +(1023435, 15566, 0, 1, 1, 1, 'Marauder\'s Bracers'), +(1023435, 15568, 0, 1, 1, 1, 'Marauder\'s Cloak'), +(1023435, 15570, 0, 1, 1, 1, 'Marauder\'s Gauntlets'), +(1023435, 15571, 0, 1, 1, 1, 'Marauder\'s Belt'), +(1023435, 15573, 0, 1, 1, 1, 'Marauder\'s Leggings'), +(1023435, 15575, 0, 1, 1, 1, 'Sparkleshell Belt'), +(1023435, 15577, 0, 1, 1, 1, 'Sparkleshell Bracers'), +(1023435, 15579, 0, 1, 1, 1, 'Sparkleshell Cloak'), +(1023435, 15581, 0, 1, 1, 1, 'Sparkleshell Gauntlets'), +(1023435, 15590, 0, 1, 1, 1, 'Steadfast Bracelets'), +(1023435, 15594, 0, 1, 1, 1, 'Steadfast Cloak'), +(1023435, 15598, 0, 1, 1, 1, 'Steadfast Girdle'), +(1023435, 15918, 0, 1, 1, 1, 'Conjurer\'s Sphere'), +(1023435, 15929, 0, 1, 1, 1, 'Nightsky Orb'), +(1023435, 15935, 0, 1, 1, 1, 'Durable Rod'), +(1023435, 15962, 0, 1, 1, 1, 'Satyr\'s Rod'), +(1023435, 15976, 0, 1, 1, 1, 'Thistlefur Branch'), +(1023435, 15977, 0, 1, 1, 1, 'Vital Orb'), +(1023535, 863, 0, 1, 1, 1, 'Gloom Reaper'), +(1023535, 864, 0, 1, 1, 1, 'Knightly Longsword'), +(1023535, 1465, 0, 1, 1, 1, 'Tigerbane'), +(1023535, 1988, 0, 1, 1, 1, 'Chief Brigadier Gauntlets'), +(1023535, 1990, 0, 1, 1, 1, 'Ballast Maul'), +(1023535, 2080, 0, 1, 1, 1, 'Hillborne Axe'), +(1023535, 3037, 0, 1, 1, 1, 'Whipwood Recurve Bow'), +(1023535, 3185, 0, 1, 1, 1, 'Acrobatic Staff'), +(1023535, 3197, 0, 1, 1, 1, 'Stonecutter Claymore'), +(1023535, 4038, 0, 1, 1, 1, 'Nightsky Robe'), +(1023535, 4039, 0, 1, 1, 1, 'Nightsky Cowl'), +(1023535, 4040, 0, 1, 1, 1, 'Nightsky Gloves'), +(1023535, 4043, 0, 1, 1, 1, 'Aurora Bracers'), +(1023535, 4052, 0, 1, 1, 1, 'Insignia Cap'), +(1023535, 4054, 0, 1, 1, 1, 'Insignia Leggings'), +(1023535, 4055, 0, 1, 1, 1, 'Insignia Boots'), +(1023535, 4057, 0, 1, 1, 1, 'Insignia Chestguard'), +(1023535, 4059, 0, 1, 1, 1, 'Glyphed Bracers'), +(1023535, 4065, 0, 1, 1, 1, 'Combat Shield'), +(1023535, 4066, 0, 1, 1, 1, 'Insignia Buckler'), +(1023535, 4074, 0, 1, 1, 1, 'Mail Combat Armor'), +(1023535, 4075, 0, 1, 1, 1, 'Mail Combat Gauntlets'), +(1023535, 4076, 0, 1, 1, 1, 'Mail Combat Boots'), +(1023535, 4077, 0, 1, 1, 1, 'Mail Combat Headguard'), +(1023535, 4717, 0, 1, 1, 1, 'Mail Combat Belt'), +(1023535, 4718, 0, 1, 1, 1, 'Nightsky Mantle'), +(1023535, 4721, 0, 1, 1, 1, 'Insignia Mantle'), +(1023535, 4726, 0, 1, 1, 1, 'Chief Brigadier Cloak'), +(1023535, 4727, 0, 1, 1, 1, 'Chief Brigadier Girdle'), +(1023535, 4732, 0, 1, 1, 1, 'Glyphed Cloak'), +(1023535, 5009, 0, 1, 1, 1, 'Mindbender Loop'), +(1023535, 5213, 0, 1, 1, 1, 'Scorching Wand'), +(1023535, 6402, 0, 1, 1, 1, 'Mail Combat Leggings'), +(1023535, 6404, 0, 1, 1, 1, 'Mail Combat Spaulders'), +(1023535, 6405, 0, 1, 1, 1, 'Nightsky Trousers'), +(1023535, 6406, 0, 1, 1, 1, 'Nightsky Boots'), +(1023535, 6408, 0, 1, 1, 1, 'Insignia Gloves'), +(1023535, 6409, 0, 1, 1, 1, 'Insignia Belt'), +(1023535, 6413, 0, 1, 1, 1, 'Chief Brigadier Bracers'), +(1023535, 6416, 0, 1, 1, 1, 'Aurora Boots'), +(1023535, 6417, 0, 1, 1, 1, 'Aurora Cloak'), +(1023535, 6418, 0, 1, 1, 1, 'Aurora Sash'), +(1023535, 6419, 0, 1, 1, 1, 'Glyphed Mitts'), +(1023535, 6421, 0, 1, 1, 1, 'Glyphed Belt'), +(1023535, 7111, 0, 1, 1, 1, 'Nightsky Armor'), +(1023535, 7331, 0, 1, 1, 1, 'Phalanx Shield'), +(1023535, 7353, 0, 1, 1, 1, 'Elder\'s Padded Armor'), +(1023535, 7357, 0, 1, 1, 1, 'Elder\'s Hat'), +(1023535, 7368, 0, 1, 1, 1, 'Elder\'s Pants'), +(1023535, 7369, 0, 1, 1, 1, 'Elder\'s Robe'), +(1023535, 7407, 0, 1, 1, 1, 'Infiltrator Armor'), +(1023535, 7414, 0, 1, 1, 1, 'Infiltrator Pants'), +(1023535, 7417, 0, 1, 1, 1, 'Phalanx Boots'), +(1023535, 7418, 0, 1, 1, 1, 'Phalanx Breastplate'), +(1023535, 7423, 0, 1, 1, 1, 'Phalanx Leggings'), +(1023535, 7432, 0, 1, 1, 1, 'Twilight Cowl'), +(1023535, 7433, 0, 1, 1, 1, 'Twilight Gloves'), +(1023535, 7434, 0, 1, 1, 1, 'Twilight Boots'), +(1023535, 7435, 0, 1, 1, 1, 'Twilight Mantle'), +(1023535, 7436, 0, 1, 1, 1, 'Twilight Cape'), +(1023535, 7437, 0, 1, 1, 1, 'Twilight Cuffs'), +(1023535, 7438, 0, 1, 1, 1, 'Twilight Belt'), +(1023535, 7441, 0, 1, 1, 1, 'Sentinel Cap'), +(1023535, 7443, 0, 1, 1, 1, 'Sentinel Gloves'), +(1023535, 7444, 0, 1, 1, 1, 'Sentinel Boots'), +(1023535, 7445, 0, 1, 1, 1, 'Sentinel Shoulders'), +(1023535, 7446, 0, 1, 1, 1, 'Sentinel Cloak'), +(1023535, 7447, 0, 1, 1, 1, 'Sentinel Bracers'), +(1023535, 7448, 0, 1, 1, 1, 'Sentinel Girdle'), +(1023535, 7456, 0, 1, 1, 1, 'Knight\'s Headguard'), +(1023535, 7457, 0, 1, 1, 1, 'Knight\'s Gauntlets'), +(1023535, 7458, 0, 1, 1, 1, 'Knight\'s Boots'), +(1023535, 7459, 0, 1, 1, 1, 'Knight\'s Pauldrons'), +(1023535, 7460, 0, 1, 1, 1, 'Knight\'s Cloak'), +(1023535, 7461, 0, 1, 1, 1, 'Knight\'s Bracers'), +(1023535, 7462, 0, 1, 1, 1, 'Knight\'s Girdle'), +(1023535, 7463, 0, 1, 1, 1, 'Sentinel Buckler'), +(1023535, 7609, 0, 1, 1, 1, 'Elder\'s Amber Stave'), +(1023535, 8188, 0, 1, 1, 1, 'Explosive Shotgun'), +(1023535, 9819, 0, 1, 1, 1, 'Durable Tunic'), +(1023535, 9826, 0, 1, 1, 1, 'Durable Robe'), +(1023535, 9844, 0, 1, 1, 1, 'Conjurer\'s Vest'), +(1023535, 9845, 0, 1, 1, 1, 'Conjurer\'s Shoes'), +(1023535, 9846, 0, 1, 1, 1, 'Conjurer\'s Bracers'), +(1023535, 9848, 0, 1, 1, 1, 'Conjurer\'s Gloves'), +(1023535, 9849, 0, 1, 1, 1, 'Conjurer\'s Hood'), +(1023535, 9850, 0, 1, 1, 1, 'Conjurer\'s Mantle'), +(1023535, 9851, 0, 1, 1, 1, 'Conjurer\'s Breeches'), +(1023535, 9852, 0, 1, 1, 1, 'Conjurer\'s Robe'), +(1023535, 9853, 0, 1, 1, 1, 'Conjurer\'s Cinch'), +(1023535, 9854, 0, 1, 1, 1, 'Archer\'s Jerkin'), +(1023535, 9855, 0, 1, 1, 1, 'Archer\'s Belt'), +(1023535, 9856, 0, 1, 1, 1, 'Archer\'s Boots'), +(1023535, 9857, 0, 1, 1, 1, 'Archer\'s Bracers'), +(1023535, 9858, 0, 1, 1, 1, 'Archer\'s Buckler'), +(1023535, 9859, 0, 1, 1, 1, 'Archer\'s Cap'), +(1023535, 9860, 0, 1, 1, 1, 'Archer\'s Cloak'), +(1023535, 9861, 0, 1, 1, 1, 'Archer\'s Gloves'), +(1023535, 9862, 0, 1, 1, 1, 'Archer\'s Trousers'), +(1023535, 9863, 0, 1, 1, 1, 'Archer\'s Shoulderpads'), +(1023535, 9864, 0, 1, 1, 1, 'Renegade Boots'), +(1023535, 9865, 0, 1, 1, 1, 'Renegade Bracers'), +(1023535, 9866, 0, 1, 1, 1, 'Renegade Chestguard'), +(1023535, 9868, 0, 1, 1, 1, 'Renegade Gauntlets'), +(1023535, 9869, 0, 1, 1, 1, 'Renegade Belt'), +(1023535, 9870, 0, 1, 1, 1, 'Renegade Circlet'), +(1023535, 9871, 0, 1, 1, 1, 'Renegade Leggings'), +(1023535, 9872, 0, 1, 1, 1, 'Renegade Pauldrons'), +(1023535, 9873, 0, 1, 1, 1, 'Renegade Shield'), +(1023535, 9877, 0, 1, 1, 1, 'Sorcerer Cloak'), +(1023535, 9890, 0, 1, 1, 1, 'Huntsman\'s Cape'), +(1023535, 9898, 0, 1, 1, 1, 'Jazeraint Cloak'), +(1023535, 11970, 0, 1, 1, 1, 'Spinel Ring'), +(1023535, 11971, 0, 1, 1, 1, 'Amethyst Band'), +(1023535, 11985, 0, 1, 1, 1, 'Cerulean Ring'), +(1023535, 11996, 0, 1, 1, 1, 'Basalt Ring'), +(1023535, 11997, 0, 1, 1, 1, 'Greenstone Circle'), +(1023535, 12010, 0, 1, 1, 1, 'Fen Ring'), +(1023535, 12020, 0, 1, 1, 1, 'Thallium Choker'), +(1023535, 12029, 0, 1, 1, 1, 'Greenstone Talisman'), +(1023535, 12040, 0, 1, 1, 1, 'Forest Pendant'), +(1023535, 14200, 0, 1, 1, 1, 'Thistlefur Cap'), +(1023535, 14201, 0, 1, 1, 1, 'Thistlefur Mantle'), +(1023535, 14202, 0, 1, 1, 1, 'Thistlefur Jerkin'), +(1023535, 14203, 0, 1, 1, 1, 'Thistlefur Pants'), +(1023535, 14204, 0, 1, 1, 1, 'Thistlefur Robe'), +(1023535, 14207, 0, 1, 1, 1, 'Vital Leggings'), +(1023535, 14208, 0, 1, 1, 1, 'Vital Headband'), +(1023535, 14211, 0, 1, 1, 1, 'Vital Handwraps'), +(1023535, 14212, 0, 1, 1, 1, 'Vital Shoulders'), +(1023535, 14213, 0, 1, 1, 1, 'Vital Raiment'), +(1023535, 14214, 0, 1, 1, 1, 'Vital Boots'), +(1023535, 14215, 0, 1, 1, 1, 'Vital Tunic'), +(1023535, 14217, 0, 1, 1, 1, 'Geomancer\'s Cord'), +(1023535, 14218, 0, 1, 1, 1, 'Geomancer\'s Boots'), +(1023535, 14219, 0, 1, 1, 1, 'Geomancer\'s Cloak'), +(1023535, 14221, 0, 1, 1, 1, 'Geomancer\'s Bracers'), +(1023535, 14222, 0, 1, 1, 1, 'Geomancer\'s Gloves'), +(1023535, 14223, 0, 1, 1, 1, 'Geomancer\'s Spaulders'), +(1023535, 14226, 0, 1, 1, 1, 'Embersilk Bracelets'), +(1023535, 14229, 0, 1, 1, 1, 'Embersilk Cloak'), +(1023535, 14231, 0, 1, 1, 1, 'Embersilk Mitts'), +(1023535, 14235, 0, 1, 1, 1, 'Embersilk Cord'), +(1023535, 14236, 0, 1, 1, 1, 'Embersilk Boots'), +(1023535, 14408, 0, 1, 1, 1, 'Stonecloth Boots'), +(1023535, 14410, 0, 1, 1, 1, 'Stonecloth Circlet'), +(1023535, 14411, 0, 1, 1, 1, 'Stonecloth Gloves'), +(1023535, 14412, 0, 1, 1, 1, 'Stonecloth Epaulets'), +(1023535, 14414, 0, 1, 1, 1, 'Stonecloth Belt'), +(1023535, 14415, 0, 1, 1, 1, 'Stonecloth Britches'), +(1023535, 14416, 0, 1, 1, 1, 'Stonecloth Bindings'), +(1023535, 14419, 0, 1, 1, 1, 'Silksand Bracers'), +(1023535, 14420, 0, 1, 1, 1, 'Silksand Cape'), +(1023535, 14584, 0, 1, 1, 1, 'Dokebi Hat'), +(1023535, 14588, 0, 1, 1, 1, 'Hawkeye\'s Cord'), +(1023535, 14589, 0, 1, 1, 1, 'Hawkeye\'s Shoes'), +(1023535, 14590, 0, 1, 1, 1, 'Hawkeye\'s Bracers'), +(1023535, 14593, 0, 1, 1, 1, 'Hawkeye\'s Cloak'), +(1023535, 14594, 0, 1, 1, 1, 'Hawkeye\'s Gloves'), +(1023535, 14595, 0, 1, 1, 1, 'Hawkeye\'s Breeches'), +(1023535, 14596, 0, 1, 1, 1, 'Hawkeye\'s Epaulets'), +(1023535, 14607, 0, 1, 1, 1, 'Hawkeye\'s Buckler'), +(1023535, 14759, 0, 1, 1, 1, 'Enduring Bracers'), +(1023535, 14761, 0, 1, 1, 1, 'Enduring Belt'), +(1023535, 14762, 0, 1, 1, 1, 'Enduring Boots'), +(1023535, 14764, 0, 1, 1, 1, 'Enduring Gauntlets'), +(1023535, 14765, 0, 1, 1, 1, 'Enduring Circlet'), +(1023535, 14766, 0, 1, 1, 1, 'Enduring Breeches'), +(1023535, 14767, 0, 1, 1, 1, 'Enduring Pauldrons'), +(1023535, 15130, 0, 1, 1, 1, 'Cutthroat\'s Vest'), +(1023535, 15134, 0, 1, 1, 1, 'Cutthroat\'s Hat'), +(1023535, 15140, 0, 1, 1, 1, 'Cutthroat\'s Mantle'), +(1023535, 15142, 0, 1, 1, 1, 'Ghostwalker Boots'), +(1023535, 15144, 0, 1, 1, 1, 'Ghostwalker Rags'), +(1023535, 15145, 0, 1, 1, 1, 'Ghostwalker Buckler'), +(1023535, 15148, 0, 1, 1, 1, 'Ghostwalker Belt'), +(1023535, 15149, 0, 1, 1, 1, 'Ghostwalker Gloves'), +(1023535, 15150, 0, 1, 1, 1, 'Ghostwalker Pads'), +(1023535, 15151, 0, 1, 1, 1, 'Ghostwalker Legguards'), +(1023535, 15153, 0, 1, 1, 1, 'Nocturnal Cloak'), +(1023535, 15154, 0, 1, 1, 1, 'Nocturnal Sash'), +(1023535, 15213, 0, 1, 1, 1, 'Mercenary Blade'), +(1023535, 15226, 0, 1, 1, 1, 'Giant Club'), +(1023535, 15243, 0, 1, 1, 1, 'Deadly Kris'), +(1023535, 15260, 0, 1, 1, 1, 'Stone Hammer'), +(1023535, 15286, 0, 1, 1, 1, 'Long Redwood Bow'), +(1023535, 15339, 0, 1, 1, 1, 'Pathfinder Hat'), +(1023535, 15350, 0, 1, 1, 1, 'Headhunter\'s Slippers'), +(1023535, 15352, 0, 1, 1, 1, 'Headhunter\'s Buckler'), +(1023535, 15353, 0, 1, 1, 1, 'Headhunter\'s Headdress'), +(1023535, 15355, 0, 1, 1, 1, 'Headhunter\'s Mitts'), +(1023535, 15356, 0, 1, 1, 1, 'Headhunter\'s Armor'), +(1023535, 15357, 0, 1, 1, 1, 'Headhunter\'s Spaulders'), +(1023535, 15358, 0, 1, 1, 1, 'Headhunter\'s Woolies'), +(1023535, 15360, 0, 1, 1, 1, 'Trickster\'s Bindings'), +(1023535, 15361, 0, 1, 1, 1, 'Trickster\'s Sash'), +(1023535, 15364, 0, 1, 1, 1, 'Trickster\'s Cloak'), +(1023535, 15365, 0, 1, 1, 1, 'Trickster\'s Handwraps'), +(1023535, 15536, 0, 1, 1, 1, 'Wicked Chain Chestpiece'), +(1023535, 15540, 0, 1, 1, 1, 'Wicked Chain Helmet'), +(1023535, 15543, 0, 1, 1, 1, 'Wicked Chain Shield'), +(1023535, 15546, 0, 1, 1, 1, 'Thick Scale Breastplate'), +(1023535, 15550, 0, 1, 1, 1, 'Thick Scale Crown'), +(1023535, 15551, 0, 1, 1, 1, 'Thick Scale Legguards'), +(1023535, 15552, 0, 1, 1, 1, 'Thick Scale Shield'), +(1023535, 15553, 0, 1, 1, 1, 'Thick Scale Shoulder Pads'), +(1023535, 15557, 0, 1, 1, 1, 'Pillager\'s Chestguard'), +(1023535, 15558, 0, 1, 1, 1, 'Pillager\'s Crown'), +(1023535, 15560, 0, 1, 1, 1, 'Pillager\'s Gloves'), +(1023535, 15561, 0, 1, 1, 1, 'Pillager\'s Leggings'), +(1023535, 15562, 0, 1, 1, 1, 'Pillager\'s Pauldrons'), +(1023535, 15563, 0, 1, 1, 1, 'Pillager\'s Shield'), +(1023535, 15565, 0, 1, 1, 1, 'Marauder\'s Boots'), +(1023535, 15566, 0, 1, 1, 1, 'Marauder\'s Bracers'), +(1023535, 15570, 0, 1, 1, 1, 'Marauder\'s Gauntlets'), +(1023535, 15571, 0, 1, 1, 1, 'Marauder\'s Belt'), +(1023535, 15573, 0, 1, 1, 1, 'Marauder\'s Leggings'), +(1023535, 15575, 0, 1, 1, 1, 'Sparkleshell Belt'), +(1023535, 15577, 0, 1, 1, 1, 'Sparkleshell Bracers'), +(1023535, 15579, 0, 1, 1, 1, 'Sparkleshell Cloak'), +(1023535, 15581, 0, 1, 1, 1, 'Sparkleshell Gauntlets'), +(1023535, 15590, 0, 1, 1, 1, 'Steadfast Bracelets'), +(1023535, 15594, 0, 1, 1, 1, 'Steadfast Cloak'), +(1023535, 15598, 0, 1, 1, 1, 'Steadfast Girdle'), +(1023535, 15918, 0, 1, 1, 1, 'Conjurer\'s Sphere'), +(1023535, 15929, 0, 1, 1, 1, 'Nightsky Orb'), +(1023535, 15935, 0, 1, 1, 1, 'Durable Rod'), +(1023535, 15976, 0, 1, 1, 1, 'Thistlefur Branch'), +(1023535, 15977, 0, 1, 1, 1, 'Vital Orb'), +(1023536, 863, 0, 1, 1, 1, 'Gloom Reaper'), +(1023536, 864, 0, 1, 1, 1, 'Knightly Longsword'), +(1023536, 1207, 0, 1, 1, 1, 'Murphstar'), +(1023536, 1465, 0, 1, 1, 1, 'Tigerbane'), +(1023536, 1988, 0, 1, 1, 1, 'Chief Brigadier Gauntlets'), +(1023536, 1990, 0, 1, 1, 1, 'Ballast Maul'), +(1023536, 2080, 0, 1, 1, 1, 'Hillborne Axe'), +(1023536, 3037, 0, 1, 1, 1, 'Whipwood Recurve Bow'), +(1023536, 3185, 0, 1, 1, 1, 'Acrobatic Staff'), +(1023536, 3197, 0, 1, 1, 1, 'Stonecutter Claymore'), +(1023536, 4038, 0, 1, 1, 1, 'Nightsky Robe'), +(1023536, 4039, 0, 1, 1, 1, 'Nightsky Cowl'), +(1023536, 4040, 0, 1, 1, 1, 'Nightsky Gloves'), +(1023536, 4041, 0, 1, 1, 1, 'Aurora Cowl'), +(1023536, 4042, 0, 1, 1, 1, 'Aurora Gloves'), +(1023536, 4043, 0, 1, 1, 1, 'Aurora Bracers'), +(1023536, 4052, 0, 1, 1, 1, 'Insignia Cap'), +(1023536, 4054, 0, 1, 1, 1, 'Insignia Leggings'), +(1023536, 4055, 0, 1, 1, 1, 'Insignia Boots'), +(1023536, 4057, 0, 1, 1, 1, 'Insignia Chestguard'), +(1023536, 4059, 0, 1, 1, 1, 'Glyphed Bracers'), +(1023536, 4065, 0, 1, 1, 1, 'Combat Shield'), +(1023536, 4066, 0, 1, 1, 1, 'Insignia Buckler'), +(1023536, 4067, 0, 1, 1, 1, 'Glyphed Buckler'), +(1023536, 4074, 0, 1, 1, 1, 'Mail Combat Armor'), +(1023536, 4075, 0, 1, 1, 1, 'Mail Combat Gauntlets'), +(1023536, 4076, 0, 1, 1, 1, 'Mail Combat Boots'), +(1023536, 4077, 0, 1, 1, 1, 'Mail Combat Headguard'), +(1023536, 4078, 0, 1, 1, 1, 'Chief Brigadier Coif'), +(1023536, 4717, 0, 1, 1, 1, 'Mail Combat Belt'), +(1023536, 4718, 0, 1, 1, 1, 'Nightsky Mantle'), +(1023536, 4721, 0, 1, 1, 1, 'Insignia Mantle'), +(1023536, 4726, 0, 1, 1, 1, 'Chief Brigadier Cloak'), +(1023536, 4727, 0, 1, 1, 1, 'Chief Brigadier Girdle'), +(1023536, 4729, 0, 1, 1, 1, 'Aurora Mantle'), +(1023536, 4731, 0, 1, 1, 1, 'Glyphed Epaulets'), +(1023536, 4732, 0, 1, 1, 1, 'Glyphed Cloak'), +(1023536, 5009, 0, 1, 1, 1, 'Mindbender Loop'), +(1023536, 5213, 0, 1, 1, 1, 'Scorching Wand'), +(1023536, 6402, 0, 1, 1, 1, 'Mail Combat Leggings'), +(1023536, 6404, 0, 1, 1, 1, 'Mail Combat Spaulders'), +(1023536, 6405, 0, 1, 1, 1, 'Nightsky Trousers'), +(1023536, 6406, 0, 1, 1, 1, 'Nightsky Boots'), +(1023536, 6408, 0, 1, 1, 1, 'Insignia Gloves'), +(1023536, 6409, 0, 1, 1, 1, 'Insignia Belt'), +(1023536, 6412, 0, 1, 1, 1, 'Chief Brigadier Boots'), +(1023536, 6413, 0, 1, 1, 1, 'Chief Brigadier Bracers'), +(1023536, 6416, 0, 1, 1, 1, 'Aurora Boots'), +(1023536, 6417, 0, 1, 1, 1, 'Aurora Cloak'), +(1023536, 6418, 0, 1, 1, 1, 'Aurora Sash'), +(1023536, 6419, 0, 1, 1, 1, 'Glyphed Mitts'), +(1023536, 6420, 0, 1, 1, 1, 'Glyphed Boots'), +(1023536, 6421, 0, 1, 1, 1, 'Glyphed Belt'), +(1023536, 6422, 0, 1, 1, 1, 'Glyphed Helm'), +(1023536, 7111, 0, 1, 1, 1, 'Nightsky Armor'), +(1023536, 7331, 0, 1, 1, 1, 'Phalanx Shield'), +(1023536, 7353, 0, 1, 1, 1, 'Elder\'s Padded Armor'), +(1023536, 7357, 0, 1, 1, 1, 'Elder\'s Hat'), +(1023536, 7368, 0, 1, 1, 1, 'Elder\'s Pants'), +(1023536, 7369, 0, 1, 1, 1, 'Elder\'s Robe'), +(1023536, 7407, 0, 1, 1, 1, 'Infiltrator Armor'), +(1023536, 7414, 0, 1, 1, 1, 'Infiltrator Pants'), +(1023536, 7417, 0, 1, 1, 1, 'Phalanx Boots'), +(1023536, 7418, 0, 1, 1, 1, 'Phalanx Breastplate'), +(1023536, 7423, 0, 1, 1, 1, 'Phalanx Leggings'), +(1023536, 7431, 0, 1, 1, 1, 'Twilight Pants'), +(1023536, 7432, 0, 1, 1, 1, 'Twilight Cowl'), +(1023536, 7433, 0, 1, 1, 1, 'Twilight Gloves'), +(1023536, 7434, 0, 1, 1, 1, 'Twilight Boots'), +(1023536, 7435, 0, 1, 1, 1, 'Twilight Mantle'), +(1023536, 7436, 0, 1, 1, 1, 'Twilight Cape'), +(1023536, 7437, 0, 1, 1, 1, 'Twilight Cuffs'), +(1023536, 7438, 0, 1, 1, 1, 'Twilight Belt'), +(1023536, 7440, 0, 1, 1, 1, 'Sentinel Trousers'), +(1023536, 7441, 0, 1, 1, 1, 'Sentinel Cap'), +(1023536, 7443, 0, 1, 1, 1, 'Sentinel Gloves'), +(1023536, 7444, 0, 1, 1, 1, 'Sentinel Boots'), +(1023536, 7445, 0, 1, 1, 1, 'Sentinel Shoulders'), +(1023536, 7446, 0, 1, 1, 1, 'Sentinel Cloak'), +(1023536, 7447, 0, 1, 1, 1, 'Sentinel Bracers'), +(1023536, 7448, 0, 1, 1, 1, 'Sentinel Girdle'), +(1023536, 7454, 0, 1, 1, 1, 'Knight\'s Breastplate'), +(1023536, 7455, 0, 1, 1, 1, 'Knight\'s Legguards'), +(1023536, 7456, 0, 1, 1, 1, 'Knight\'s Headguard'), +(1023536, 7457, 0, 1, 1, 1, 'Knight\'s Gauntlets'), +(1023536, 7458, 0, 1, 1, 1, 'Knight\'s Boots'), +(1023536, 7459, 0, 1, 1, 1, 'Knight\'s Pauldrons'), +(1023536, 7460, 0, 1, 1, 1, 'Knight\'s Cloak'), +(1023536, 7461, 0, 1, 1, 1, 'Knight\'s Bracers'), +(1023536, 7462, 0, 1, 1, 1, 'Knight\'s Girdle'), +(1023536, 7463, 0, 1, 1, 1, 'Sentinel Buckler'), +(1023536, 7465, 0, 1, 1, 1, 'Knight\'s Crest'), +(1023536, 7492, 0, 1, 1, 1, 'Captain\'s Cloak'), +(1023536, 7609, 0, 1, 1, 1, 'Elder\'s Amber Stave'), +(1023536, 8188, 0, 1, 1, 1, 'Explosive Shotgun'), +(1023536, 9819, 0, 1, 1, 1, 'Durable Tunic'), +(1023536, 9826, 0, 1, 1, 1, 'Durable Robe'), +(1023536, 9844, 0, 1, 1, 1, 'Conjurer\'s Vest'), +(1023536, 9845, 0, 1, 1, 1, 'Conjurer\'s Shoes'), +(1023536, 9846, 0, 1, 1, 1, 'Conjurer\'s Bracers'), +(1023536, 9848, 0, 1, 1, 1, 'Conjurer\'s Gloves'), +(1023536, 9849, 0, 1, 1, 1, 'Conjurer\'s Hood'), +(1023536, 9850, 0, 1, 1, 1, 'Conjurer\'s Mantle'), +(1023536, 9851, 0, 1, 1, 1, 'Conjurer\'s Breeches'), +(1023536, 9852, 0, 1, 1, 1, 'Conjurer\'s Robe'), +(1023536, 9853, 0, 1, 1, 1, 'Conjurer\'s Cinch'), +(1023536, 9854, 0, 1, 1, 1, 'Archer\'s Jerkin'), +(1023536, 9855, 0, 1, 1, 1, 'Archer\'s Belt'), +(1023536, 9856, 0, 1, 1, 1, 'Archer\'s Boots'), +(1023536, 9857, 0, 1, 1, 1, 'Archer\'s Bracers'), +(1023536, 9858, 0, 1, 1, 1, 'Archer\'s Buckler'), +(1023536, 9859, 0, 1, 1, 1, 'Archer\'s Cap'), +(1023536, 9860, 0, 1, 1, 1, 'Archer\'s Cloak'), +(1023536, 9861, 0, 1, 1, 1, 'Archer\'s Gloves'), +(1023536, 9862, 0, 1, 1, 1, 'Archer\'s Trousers'), +(1023536, 9863, 0, 1, 1, 1, 'Archer\'s Shoulderpads'), +(1023536, 9864, 0, 1, 1, 1, 'Renegade Boots'), +(1023536, 9865, 0, 1, 1, 1, 'Renegade Bracers'), +(1023536, 9866, 0, 1, 1, 1, 'Renegade Chestguard'), +(1023536, 9868, 0, 1, 1, 1, 'Renegade Gauntlets'), +(1023536, 9869, 0, 1, 1, 1, 'Renegade Belt'), +(1023536, 9870, 0, 1, 1, 1, 'Renegade Circlet'), +(1023536, 9871, 0, 1, 1, 1, 'Renegade Leggings'), +(1023536, 9872, 0, 1, 1, 1, 'Renegade Pauldrons'), +(1023536, 9873, 0, 1, 1, 1, 'Renegade Shield'), +(1023536, 9875, 0, 1, 1, 1, 'Sorcerer Sash'), +(1023536, 9877, 0, 1, 1, 1, 'Sorcerer Cloak'), +(1023536, 9879, 0, 1, 1, 1, 'Sorcerer Bracelets'), +(1023536, 9886, 0, 1, 1, 1, 'Huntsman\'s Bands'), +(1023536, 9890, 0, 1, 1, 1, 'Huntsman\'s Cape'), +(1023536, 9891, 0, 1, 1, 1, 'Huntsman\'s Belt'), +(1023536, 9896, 0, 1, 1, 1, 'Jazeraint Bracers'), +(1023536, 9898, 0, 1, 1, 1, 'Jazeraint Cloak'), +(1023536, 11970, 0, 1, 1, 1, 'Spinel Ring'), +(1023536, 11971, 0, 1, 1, 1, 'Amethyst Band'), +(1023536, 11985, 0, 1, 1, 1, 'Cerulean Ring'), +(1023536, 11986, 0, 1, 1, 1, 'Thallium Hoop'), +(1023536, 11996, 0, 1, 1, 1, 'Basalt Ring'), +(1023536, 11997, 0, 1, 1, 1, 'Greenstone Circle'), +(1023536, 12010, 0, 1, 1, 1, 'Fen Ring'), +(1023536, 12020, 0, 1, 1, 1, 'Thallium Choker'), +(1023536, 12029, 0, 1, 1, 1, 'Greenstone Talisman'), +(1023536, 12030, 0, 1, 1, 1, 'Jet Chain'), +(1023536, 12040, 0, 1, 1, 1, 'Forest Pendant'), +(1023536, 14200, 0, 1, 1, 1, 'Thistlefur Cap'), +(1023536, 14201, 0, 1, 1, 1, 'Thistlefur Mantle'), +(1023536, 14202, 0, 1, 1, 1, 'Thistlefur Jerkin'), +(1023536, 14203, 0, 1, 1, 1, 'Thistlefur Pants'), +(1023536, 14204, 0, 1, 1, 1, 'Thistlefur Robe'), +(1023536, 14207, 0, 1, 1, 1, 'Vital Leggings'), +(1023536, 14208, 0, 1, 1, 1, 'Vital Headband'), +(1023536, 14211, 0, 1, 1, 1, 'Vital Handwraps'), +(1023536, 14212, 0, 1, 1, 1, 'Vital Shoulders'), +(1023536, 14213, 0, 1, 1, 1, 'Vital Raiment'), +(1023536, 14214, 0, 1, 1, 1, 'Vital Boots'), +(1023536, 14215, 0, 1, 1, 1, 'Vital Tunic'), +(1023536, 14217, 0, 1, 1, 1, 'Geomancer\'s Cord'), +(1023536, 14218, 0, 1, 1, 1, 'Geomancer\'s Boots'), +(1023536, 14219, 0, 1, 1, 1, 'Geomancer\'s Cloak'), +(1023536, 14221, 0, 1, 1, 1, 'Geomancer\'s Bracers'), +(1023536, 14222, 0, 1, 1, 1, 'Geomancer\'s Gloves'), +(1023536, 14223, 0, 1, 1, 1, 'Geomancer\'s Spaulders'), +(1023536, 14224, 0, 1, 1, 1, 'Geomancer\'s Trousers'), +(1023536, 14226, 0, 1, 1, 1, 'Embersilk Bracelets'), +(1023536, 14229, 0, 1, 1, 1, 'Embersilk Cloak'), +(1023536, 14231, 0, 1, 1, 1, 'Embersilk Mitts'), +(1023536, 14232, 0, 1, 1, 1, 'Embersilk Mantle'), +(1023536, 14235, 0, 1, 1, 1, 'Embersilk Cord'), +(1023536, 14236, 0, 1, 1, 1, 'Embersilk Boots'), +(1023536, 14239, 0, 1, 1, 1, 'Darkmist Cape'), +(1023536, 14407, 0, 1, 1, 1, 'Stonecloth Vest'), +(1023536, 14408, 0, 1, 1, 1, 'Stonecloth Boots'), +(1023536, 14410, 0, 1, 1, 1, 'Stonecloth Circlet'), +(1023536, 14411, 0, 1, 1, 1, 'Stonecloth Gloves'), +(1023536, 14412, 0, 1, 1, 1, 'Stonecloth Epaulets'), +(1023536, 14413, 0, 1, 1, 1, 'Stonecloth Robe'), +(1023536, 14414, 0, 1, 1, 1, 'Stonecloth Belt'), +(1023536, 14415, 0, 1, 1, 1, 'Stonecloth Britches'), +(1023536, 14416, 0, 1, 1, 1, 'Stonecloth Bindings'), +(1023536, 14418, 0, 1, 1, 1, 'Silksand Boots'), +(1023536, 14419, 0, 1, 1, 1, 'Silksand Bracers'), +(1023536, 14420, 0, 1, 1, 1, 'Silksand Cape'), +(1023536, 14426, 0, 1, 1, 1, 'Silksand Girdle'), +(1023536, 14584, 0, 1, 1, 1, 'Dokebi Hat'), +(1023536, 14588, 0, 1, 1, 1, 'Hawkeye\'s Cord'), +(1023536, 14589, 0, 1, 1, 1, 'Hawkeye\'s Shoes'), +(1023536, 14590, 0, 1, 1, 1, 'Hawkeye\'s Bracers'), +(1023536, 14593, 0, 1, 1, 1, 'Hawkeye\'s Cloak'), +(1023536, 14594, 0, 1, 1, 1, 'Hawkeye\'s Gloves'), +(1023536, 14595, 0, 1, 1, 1, 'Hawkeye\'s Breeches'), +(1023536, 14596, 0, 1, 1, 1, 'Hawkeye\'s Epaulets'), +(1023536, 14602, 0, 1, 1, 1, 'Warden\'s Cloak'), +(1023536, 14607, 0, 1, 1, 1, 'Hawkeye\'s Buckler'), +(1023536, 14759, 0, 1, 1, 1, 'Enduring Bracers'), +(1023536, 14760, 0, 1, 1, 1, 'Enduring Breastplate'), +(1023536, 14761, 0, 1, 1, 1, 'Enduring Belt'), +(1023536, 14762, 0, 1, 1, 1, 'Enduring Boots'), +(1023536, 14764, 0, 1, 1, 1, 'Enduring Gauntlets'), +(1023536, 14765, 0, 1, 1, 1, 'Enduring Circlet'), +(1023536, 14766, 0, 1, 1, 1, 'Enduring Breeches'), +(1023536, 14767, 0, 1, 1, 1, 'Enduring Pauldrons'), +(1023536, 14771, 0, 1, 1, 1, 'Ravager\'s Cloak'), +(1023536, 14773, 0, 1, 1, 1, 'Ravager\'s Cord'), +(1023536, 15130, 0, 1, 1, 1, 'Cutthroat\'s Vest'), +(1023536, 15134, 0, 1, 1, 1, 'Cutthroat\'s Hat'), +(1023536, 15140, 0, 1, 1, 1, 'Cutthroat\'s Mantle'), +(1023536, 15142, 0, 1, 1, 1, 'Ghostwalker Boots'), +(1023536, 15144, 0, 1, 1, 1, 'Ghostwalker Rags'), +(1023536, 15145, 0, 1, 1, 1, 'Ghostwalker Buckler'), +(1023536, 15146, 0, 1, 1, 1, 'Ghostwalker Crown'), +(1023536, 15148, 0, 1, 1, 1, 'Ghostwalker Belt'), +(1023536, 15149, 0, 1, 1, 1, 'Ghostwalker Gloves'), +(1023536, 15150, 0, 1, 1, 1, 'Ghostwalker Pads'), +(1023536, 15151, 0, 1, 1, 1, 'Ghostwalker Legguards'), +(1023536, 15153, 0, 1, 1, 1, 'Nocturnal Cloak'), +(1023536, 15154, 0, 1, 1, 1, 'Nocturnal Sash'), +(1023536, 15155, 0, 1, 1, 1, 'Nocturnal Gloves'), +(1023536, 15160, 0, 1, 1, 1, 'Nocturnal Wristbands'), +(1023536, 15213, 0, 1, 1, 1, 'Mercenary Blade'), +(1023536, 15226, 0, 1, 1, 1, 'Giant Club'), +(1023536, 15233, 0, 1, 1, 1, 'Savage Axe'), +(1023536, 15243, 0, 1, 1, 1, 'Deadly Kris'), +(1023536, 15260, 0, 1, 1, 1, 'Stone Hammer'), +(1023536, 15286, 0, 1, 1, 1, 'Long Redwood Bow'), +(1023536, 15322, 0, 1, 1, 1, 'Smoothbore Gun'), +(1023536, 15339, 0, 1, 1, 1, 'Pathfinder Hat'), +(1023536, 15350, 0, 1, 1, 1, 'Headhunter\'s Slippers'), +(1023536, 15352, 0, 1, 1, 1, 'Headhunter\'s Buckler'), +(1023536, 15353, 0, 1, 1, 1, 'Headhunter\'s Headdress'), +(1023536, 15355, 0, 1, 1, 1, 'Headhunter\'s Mitts'), +(1023536, 15356, 0, 1, 1, 1, 'Headhunter\'s Armor'), +(1023536, 15357, 0, 1, 1, 1, 'Headhunter\'s Spaulders'), +(1023536, 15358, 0, 1, 1, 1, 'Headhunter\'s Woolies'), +(1023536, 15360, 0, 1, 1, 1, 'Trickster\'s Bindings'), +(1023536, 15361, 0, 1, 1, 1, 'Trickster\'s Sash'), +(1023536, 15362, 0, 1, 1, 1, 'Trickster\'s Boots'), +(1023536, 15364, 0, 1, 1, 1, 'Trickster\'s Cloak'), +(1023536, 15365, 0, 1, 1, 1, 'Trickster\'s Handwraps'), +(1023536, 15367, 0, 1, 1, 1, 'Trickster\'s Protector'), +(1023536, 15368, 0, 1, 1, 1, 'Trickster\'s Pauldrons'), +(1023536, 15536, 0, 1, 1, 1, 'Wicked Chain Chestpiece'), +(1023536, 15540, 0, 1, 1, 1, 'Wicked Chain Helmet'), +(1023536, 15543, 0, 1, 1, 1, 'Wicked Chain Shield'), +(1023536, 15546, 0, 1, 1, 1, 'Thick Scale Breastplate'), +(1023536, 15550, 0, 1, 1, 1, 'Thick Scale Crown'), +(1023536, 15551, 0, 1, 1, 1, 'Thick Scale Legguards'), +(1023536, 15552, 0, 1, 1, 1, 'Thick Scale Shield'), +(1023536, 15553, 0, 1, 1, 1, 'Thick Scale Shoulder Pads'), +(1023536, 15557, 0, 1, 1, 1, 'Pillager\'s Chestguard'), +(1023536, 15558, 0, 1, 1, 1, 'Pillager\'s Crown'), +(1023536, 15560, 0, 1, 1, 1, 'Pillager\'s Gloves'), +(1023536, 15561, 0, 1, 1, 1, 'Pillager\'s Leggings'), +(1023536, 15562, 0, 1, 1, 1, 'Pillager\'s Pauldrons'), +(1023536, 15563, 0, 1, 1, 1, 'Pillager\'s Shield'), +(1023536, 15565, 0, 1, 1, 1, 'Marauder\'s Boots'), +(1023536, 15566, 0, 1, 1, 1, 'Marauder\'s Bracers'), +(1023536, 15570, 0, 1, 1, 1, 'Marauder\'s Gauntlets'), +(1023536, 15571, 0, 1, 1, 1, 'Marauder\'s Belt'), +(1023536, 15572, 0, 1, 1, 1, 'Marauder\'s Circlet'), +(1023536, 15573, 0, 1, 1, 1, 'Marauder\'s Leggings'), +(1023536, 15575, 0, 1, 1, 1, 'Sparkleshell Belt'), +(1023536, 15576, 0, 1, 1, 1, 'Sparkleshell Sabatons'), +(1023536, 15577, 0, 1, 1, 1, 'Sparkleshell Bracers'), +(1023536, 15579, 0, 1, 1, 1, 'Sparkleshell Cloak'), +(1023536, 15581, 0, 1, 1, 1, 'Sparkleshell Gauntlets'), +(1023536, 15590, 0, 1, 1, 1, 'Steadfast Bracelets'), +(1023536, 15594, 0, 1, 1, 1, 'Steadfast Cloak'), +(1023536, 15595, 0, 1, 1, 1, 'Steadfast Gloves'), +(1023536, 15598, 0, 1, 1, 1, 'Steadfast Girdle'), +(1023536, 15918, 0, 1, 1, 1, 'Conjurer\'s Sphere'), +(1023536, 15929, 0, 1, 1, 1, 'Nightsky Orb'), +(1023536, 15935, 0, 1, 1, 1, 'Durable Rod'), +(1023536, 15963, 0, 1, 1, 1, 'Stonecloth Branch'), +(1023536, 15976, 0, 1, 1, 1, 'Thistlefur Branch'), +(1023536, 15977, 0, 1, 1, 1, 'Vital Orb'), +(1023536, 15990, 0, 1, 1, 1, 'Enduring Shield'), +(1023636, 863, 0, 1, 1, 1, 'Gloom Reaper'), +(1023636, 864, 0, 1, 1, 1, 'Knightly Longsword'), +(1023636, 1207, 0, 1, 1, 1, 'Murphstar'), +(1023636, 1465, 0, 1, 1, 1, 'Tigerbane'), +(1023636, 1988, 0, 1, 1, 1, 'Chief Brigadier Gauntlets'), +(1023636, 1990, 0, 1, 1, 1, 'Ballast Maul'), +(1023636, 3197, 0, 1, 1, 1, 'Stonecutter Claymore'), +(1023636, 4038, 0, 1, 1, 1, 'Nightsky Robe'), +(1023636, 4039, 0, 1, 1, 1, 'Nightsky Cowl'), +(1023636, 4041, 0, 1, 1, 1, 'Aurora Cowl'), +(1023636, 4042, 0, 1, 1, 1, 'Aurora Gloves'), +(1023636, 4043, 0, 1, 1, 1, 'Aurora Bracers'), +(1023636, 4052, 0, 1, 1, 1, 'Insignia Cap'), +(1023636, 4054, 0, 1, 1, 1, 'Insignia Leggings'), +(1023636, 4057, 0, 1, 1, 1, 'Insignia Chestguard'), +(1023636, 4059, 0, 1, 1, 1, 'Glyphed Bracers'), +(1023636, 4065, 0, 1, 1, 1, 'Combat Shield'), +(1023636, 4066, 0, 1, 1, 1, 'Insignia Buckler'), +(1023636, 4067, 0, 1, 1, 1, 'Glyphed Buckler'), +(1023636, 4074, 0, 1, 1, 1, 'Mail Combat Armor'), +(1023636, 4076, 0, 1, 1, 1, 'Mail Combat Boots'), +(1023636, 4077, 0, 1, 1, 1, 'Mail Combat Headguard'), +(1023636, 4078, 0, 1, 1, 1, 'Chief Brigadier Coif'), +(1023636, 4718, 0, 1, 1, 1, 'Nightsky Mantle'), +(1023636, 4721, 0, 1, 1, 1, 'Insignia Mantle'), +(1023636, 4726, 0, 1, 1, 1, 'Chief Brigadier Cloak'), +(1023636, 4727, 0, 1, 1, 1, 'Chief Brigadier Girdle'), +(1023636, 4729, 0, 1, 1, 1, 'Aurora Mantle'), +(1023636, 4731, 0, 1, 1, 1, 'Glyphed Epaulets'), +(1023636, 4732, 0, 1, 1, 1, 'Glyphed Cloak'), +(1023636, 5009, 0, 1, 1, 1, 'Mindbender Loop'), +(1023636, 5213, 0, 1, 1, 1, 'Scorching Wand'), +(1023636, 6402, 0, 1, 1, 1, 'Mail Combat Leggings'), +(1023636, 6404, 0, 1, 1, 1, 'Mail Combat Spaulders'), +(1023636, 6405, 0, 1, 1, 1, 'Nightsky Trousers'), +(1023636, 6412, 0, 1, 1, 1, 'Chief Brigadier Boots'), +(1023636, 6413, 0, 1, 1, 1, 'Chief Brigadier Bracers'), +(1023636, 6416, 0, 1, 1, 1, 'Aurora Boots'), +(1023636, 6417, 0, 1, 1, 1, 'Aurora Cloak'), +(1023636, 6418, 0, 1, 1, 1, 'Aurora Sash'), +(1023636, 6419, 0, 1, 1, 1, 'Glyphed Mitts'), +(1023636, 6420, 0, 1, 1, 1, 'Glyphed Boots'), +(1023636, 6421, 0, 1, 1, 1, 'Glyphed Belt'), +(1023636, 6422, 0, 1, 1, 1, 'Glyphed Helm'), +(1023636, 7111, 0, 1, 1, 1, 'Nightsky Armor'), +(1023636, 7353, 0, 1, 1, 1, 'Elder\'s Padded Armor'), +(1023636, 7369, 0, 1, 1, 1, 'Elder\'s Robe'), +(1023636, 7407, 0, 1, 1, 1, 'Infiltrator Armor'), +(1023636, 7418, 0, 1, 1, 1, 'Phalanx Breastplate'), +(1023636, 7431, 0, 1, 1, 1, 'Twilight Pants'), +(1023636, 7432, 0, 1, 1, 1, 'Twilight Cowl'), +(1023636, 7433, 0, 1, 1, 1, 'Twilight Gloves'), +(1023636, 7434, 0, 1, 1, 1, 'Twilight Boots'), +(1023636, 7435, 0, 1, 1, 1, 'Twilight Mantle'), +(1023636, 7436, 0, 1, 1, 1, 'Twilight Cape'), +(1023636, 7437, 0, 1, 1, 1, 'Twilight Cuffs'), +(1023636, 7438, 0, 1, 1, 1, 'Twilight Belt'), +(1023636, 7440, 0, 1, 1, 1, 'Sentinel Trousers'), +(1023636, 7441, 0, 1, 1, 1, 'Sentinel Cap'), +(1023636, 7443, 0, 1, 1, 1, 'Sentinel Gloves'), +(1023636, 7444, 0, 1, 1, 1, 'Sentinel Boots'), +(1023636, 7445, 0, 1, 1, 1, 'Sentinel Shoulders'), +(1023636, 7446, 0, 1, 1, 1, 'Sentinel Cloak'), +(1023636, 7447, 0, 1, 1, 1, 'Sentinel Bracers'), +(1023636, 7448, 0, 1, 1, 1, 'Sentinel Girdle'), +(1023636, 7454, 0, 1, 1, 1, 'Knight\'s Breastplate'), +(1023636, 7455, 0, 1, 1, 1, 'Knight\'s Legguards'), +(1023636, 7456, 0, 1, 1, 1, 'Knight\'s Headguard'), +(1023636, 7457, 0, 1, 1, 1, 'Knight\'s Gauntlets'), +(1023636, 7458, 0, 1, 1, 1, 'Knight\'s Boots'), +(1023636, 7459, 0, 1, 1, 1, 'Knight\'s Pauldrons'), +(1023636, 7461, 0, 1, 1, 1, 'Knight\'s Bracers'), +(1023636, 7462, 0, 1, 1, 1, 'Knight\'s Girdle'), +(1023636, 7463, 0, 1, 1, 1, 'Sentinel Buckler'), +(1023636, 7465, 0, 1, 1, 1, 'Knight\'s Crest'), +(1023636, 7492, 0, 1, 1, 1, 'Captain\'s Cloak'), +(1023636, 7609, 0, 1, 1, 1, 'Elder\'s Amber Stave'), +(1023636, 8188, 0, 1, 1, 1, 'Explosive Shotgun'), +(1023636, 9844, 0, 1, 1, 1, 'Conjurer\'s Vest'), +(1023636, 9845, 0, 1, 1, 1, 'Conjurer\'s Shoes'), +(1023636, 9846, 0, 1, 1, 1, 'Conjurer\'s Bracers'), +(1023636, 9848, 0, 1, 1, 1, 'Conjurer\'s Gloves'), +(1023636, 9849, 0, 1, 1, 1, 'Conjurer\'s Hood'), +(1023636, 9850, 0, 1, 1, 1, 'Conjurer\'s Mantle'), +(1023636, 9851, 0, 1, 1, 1, 'Conjurer\'s Breeches'), +(1023636, 9852, 0, 1, 1, 1, 'Conjurer\'s Robe'), +(1023636, 9854, 0, 1, 1, 1, 'Archer\'s Jerkin'), +(1023636, 9855, 0, 1, 1, 1, 'Archer\'s Belt'), +(1023636, 9856, 0, 1, 1, 1, 'Archer\'s Boots'), +(1023636, 9858, 0, 1, 1, 1, 'Archer\'s Buckler'), +(1023636, 9859, 0, 1, 1, 1, 'Archer\'s Cap'), +(1023636, 9861, 0, 1, 1, 1, 'Archer\'s Gloves'), +(1023636, 9862, 0, 1, 1, 1, 'Archer\'s Trousers'), +(1023636, 9863, 0, 1, 1, 1, 'Archer\'s Shoulderpads'), +(1023636, 9864, 0, 1, 1, 1, 'Renegade Boots'), +(1023636, 9866, 0, 1, 1, 1, 'Renegade Chestguard'), +(1023636, 9868, 0, 1, 1, 1, 'Renegade Gauntlets'), +(1023636, 9869, 0, 1, 1, 1, 'Renegade Belt'), +(1023636, 9870, 0, 1, 1, 1, 'Renegade Circlet'), +(1023636, 9871, 0, 1, 1, 1, 'Renegade Leggings'), +(1023636, 9872, 0, 1, 1, 1, 'Renegade Pauldrons'), +(1023636, 9873, 0, 1, 1, 1, 'Renegade Shield'), +(1023636, 9875, 0, 1, 1, 1, 'Sorcerer Sash'), +(1023636, 9877, 0, 1, 1, 1, 'Sorcerer Cloak'), +(1023636, 9879, 0, 1, 1, 1, 'Sorcerer Bracelets'), +(1023636, 9886, 0, 1, 1, 1, 'Huntsman\'s Bands'), +(1023636, 9890, 0, 1, 1, 1, 'Huntsman\'s Cape'), +(1023636, 9891, 0, 1, 1, 1, 'Huntsman\'s Belt'), +(1023636, 9896, 0, 1, 1, 1, 'Jazeraint Bracers'), +(1023636, 9898, 0, 1, 1, 1, 'Jazeraint Cloak'), +(1023636, 11971, 0, 1, 1, 1, 'Amethyst Band'), +(1023636, 11985, 0, 1, 1, 1, 'Cerulean Ring'), +(1023636, 11986, 0, 1, 1, 1, 'Thallium Hoop'), +(1023636, 11997, 0, 1, 1, 1, 'Greenstone Circle'), +(1023636, 12010, 0, 1, 1, 1, 'Fen Ring'), +(1023636, 12020, 0, 1, 1, 1, 'Thallium Choker'), +(1023636, 12029, 0, 1, 1, 1, 'Greenstone Talisman'), +(1023636, 12030, 0, 1, 1, 1, 'Jet Chain'), +(1023636, 12040, 0, 1, 1, 1, 'Forest Pendant'), +(1023636, 14200, 0, 1, 1, 1, 'Thistlefur Cap'), +(1023636, 14202, 0, 1, 1, 1, 'Thistlefur Jerkin'), +(1023636, 14203, 0, 1, 1, 1, 'Thistlefur Pants'), +(1023636, 14204, 0, 1, 1, 1, 'Thistlefur Robe'), +(1023636, 14207, 0, 1, 1, 1, 'Vital Leggings'), +(1023636, 14208, 0, 1, 1, 1, 'Vital Headband'), +(1023636, 14212, 0, 1, 1, 1, 'Vital Shoulders'), +(1023636, 14213, 0, 1, 1, 1, 'Vital Raiment'), +(1023636, 14215, 0, 1, 1, 1, 'Vital Tunic'), +(1023636, 14217, 0, 1, 1, 1, 'Geomancer\'s Cord'), +(1023636, 14218, 0, 1, 1, 1, 'Geomancer\'s Boots'), +(1023636, 14221, 0, 1, 1, 1, 'Geomancer\'s Bracers'), +(1023636, 14222, 0, 1, 1, 1, 'Geomancer\'s Gloves'), +(1023636, 14223, 0, 1, 1, 1, 'Geomancer\'s Spaulders'), +(1023636, 14224, 0, 1, 1, 1, 'Geomancer\'s Trousers'), +(1023636, 14226, 0, 1, 1, 1, 'Embersilk Bracelets'), +(1023636, 14229, 0, 1, 1, 1, 'Embersilk Cloak'), +(1023636, 14231, 0, 1, 1, 1, 'Embersilk Mitts'), +(1023636, 14232, 0, 1, 1, 1, 'Embersilk Mantle'), +(1023636, 14235, 0, 1, 1, 1, 'Embersilk Cord'), +(1023636, 14236, 0, 1, 1, 1, 'Embersilk Boots'), +(1023636, 14239, 0, 1, 1, 1, 'Darkmist Cape'), +(1023636, 14407, 0, 1, 1, 1, 'Stonecloth Vest'), +(1023636, 14408, 0, 1, 1, 1, 'Stonecloth Boots'), +(1023636, 14410, 0, 1, 1, 1, 'Stonecloth Circlet'), +(1023636, 14411, 0, 1, 1, 1, 'Stonecloth Gloves'), +(1023636, 14412, 0, 1, 1, 1, 'Stonecloth Epaulets'), +(1023636, 14413, 0, 1, 1, 1, 'Stonecloth Robe'), +(1023636, 14415, 0, 1, 1, 1, 'Stonecloth Britches'), +(1023636, 14418, 0, 1, 1, 1, 'Silksand Boots'), +(1023636, 14419, 0, 1, 1, 1, 'Silksand Bracers'), +(1023636, 14420, 0, 1, 1, 1, 'Silksand Cape'), +(1023636, 14426, 0, 1, 1, 1, 'Silksand Girdle'), +(1023636, 14584, 0, 1, 1, 1, 'Dokebi Hat'), +(1023636, 14588, 0, 1, 1, 1, 'Hawkeye\'s Cord'), +(1023636, 14589, 0, 1, 1, 1, 'Hawkeye\'s Shoes'), +(1023636, 14590, 0, 1, 1, 1, 'Hawkeye\'s Bracers'), +(1023636, 14593, 0, 1, 1, 1, 'Hawkeye\'s Cloak'), +(1023636, 14594, 0, 1, 1, 1, 'Hawkeye\'s Gloves'), +(1023636, 14595, 0, 1, 1, 1, 'Hawkeye\'s Breeches'), +(1023636, 14596, 0, 1, 1, 1, 'Hawkeye\'s Epaulets'), +(1023636, 14602, 0, 1, 1, 1, 'Warden\'s Cloak'), +(1023636, 14607, 0, 1, 1, 1, 'Hawkeye\'s Buckler'), +(1023636, 14760, 0, 1, 1, 1, 'Enduring Breastplate'), +(1023636, 14762, 0, 1, 1, 1, 'Enduring Boots'), +(1023636, 14764, 0, 1, 1, 1, 'Enduring Gauntlets'), +(1023636, 14765, 0, 1, 1, 1, 'Enduring Circlet'), +(1023636, 14766, 0, 1, 1, 1, 'Enduring Breeches'), +(1023636, 14767, 0, 1, 1, 1, 'Enduring Pauldrons'), +(1023636, 14771, 0, 1, 1, 1, 'Ravager\'s Cloak'), +(1023636, 14773, 0, 1, 1, 1, 'Ravager\'s Cord'), +(1023636, 15134, 0, 1, 1, 1, 'Cutthroat\'s Hat'), +(1023636, 15142, 0, 1, 1, 1, 'Ghostwalker Boots'), +(1023636, 15144, 0, 1, 1, 1, 'Ghostwalker Rags'), +(1023636, 15145, 0, 1, 1, 1, 'Ghostwalker Buckler'), +(1023636, 15146, 0, 1, 1, 1, 'Ghostwalker Crown'), +(1023636, 15149, 0, 1, 1, 1, 'Ghostwalker Gloves'), +(1023636, 15150, 0, 1, 1, 1, 'Ghostwalker Pads'), +(1023636, 15151, 0, 1, 1, 1, 'Ghostwalker Legguards'), +(1023636, 15153, 0, 1, 1, 1, 'Nocturnal Cloak'), +(1023636, 15154, 0, 1, 1, 1, 'Nocturnal Sash'), +(1023636, 15155, 0, 1, 1, 1, 'Nocturnal Gloves'), +(1023636, 15160, 0, 1, 1, 1, 'Nocturnal Wristbands'), +(1023636, 15213, 0, 1, 1, 1, 'Mercenary Blade'), +(1023636, 15226, 0, 1, 1, 1, 'Giant Club'), +(1023636, 15233, 0, 1, 1, 1, 'Savage Axe'), +(1023636, 15243, 0, 1, 1, 1, 'Deadly Kris'), +(1023636, 15260, 0, 1, 1, 1, 'Stone Hammer'), +(1023636, 15286, 0, 1, 1, 1, 'Long Redwood Bow'), +(1023636, 15322, 0, 1, 1, 1, 'Smoothbore Gun'), +(1023636, 15353, 0, 1, 1, 1, 'Headhunter\'s Headdress'), +(1023636, 15356, 0, 1, 1, 1, 'Headhunter\'s Armor'), +(1023636, 15357, 0, 1, 1, 1, 'Headhunter\'s Spaulders'), +(1023636, 15358, 0, 1, 1, 1, 'Headhunter\'s Woolies'), +(1023636, 15360, 0, 1, 1, 1, 'Trickster\'s Bindings'), +(1023636, 15361, 0, 1, 1, 1, 'Trickster\'s Sash'), +(1023636, 15362, 0, 1, 1, 1, 'Trickster\'s Boots'), +(1023636, 15364, 0, 1, 1, 1, 'Trickster\'s Cloak'), +(1023636, 15365, 0, 1, 1, 1, 'Trickster\'s Handwraps'), +(1023636, 15367, 0, 1, 1, 1, 'Trickster\'s Protector'), +(1023636, 15368, 0, 1, 1, 1, 'Trickster\'s Pauldrons'), +(1023636, 15546, 0, 1, 1, 1, 'Thick Scale Breastplate'), +(1023636, 15550, 0, 1, 1, 1, 'Thick Scale Crown'), +(1023636, 15551, 0, 1, 1, 1, 'Thick Scale Legguards'), +(1023636, 15552, 0, 1, 1, 1, 'Thick Scale Shield'), +(1023636, 15557, 0, 1, 1, 1, 'Pillager\'s Chestguard'), +(1023636, 15558, 0, 1, 1, 1, 'Pillager\'s Crown'), +(1023636, 15561, 0, 1, 1, 1, 'Pillager\'s Leggings'), +(1023636, 15562, 0, 1, 1, 1, 'Pillager\'s Pauldrons'), +(1023636, 15563, 0, 1, 1, 1, 'Pillager\'s Shield'), +(1023636, 15565, 0, 1, 1, 1, 'Marauder\'s Boots'), +(1023636, 15566, 0, 1, 1, 1, 'Marauder\'s Bracers'), +(1023636, 15570, 0, 1, 1, 1, 'Marauder\'s Gauntlets'), +(1023636, 15571, 0, 1, 1, 1, 'Marauder\'s Belt'), +(1023636, 15572, 0, 1, 1, 1, 'Marauder\'s Circlet'), +(1023636, 15573, 0, 1, 1, 1, 'Marauder\'s Leggings'), +(1023636, 15575, 0, 1, 1, 1, 'Sparkleshell Belt'), +(1023636, 15576, 0, 1, 1, 1, 'Sparkleshell Sabatons'), +(1023636, 15577, 0, 1, 1, 1, 'Sparkleshell Bracers'), +(1023636, 15579, 0, 1, 1, 1, 'Sparkleshell Cloak'), +(1023636, 15581, 0, 1, 1, 1, 'Sparkleshell Gauntlets'), +(1023636, 15590, 0, 1, 1, 1, 'Steadfast Bracelets'), +(1023636, 15594, 0, 1, 1, 1, 'Steadfast Cloak'), +(1023636, 15595, 0, 1, 1, 1, 'Steadfast Gloves'), +(1023636, 15598, 0, 1, 1, 1, 'Steadfast Girdle'), +(1023636, 15918, 0, 1, 1, 1, 'Conjurer\'s Sphere'), +(1023636, 15929, 0, 1, 1, 1, 'Nightsky Orb'), +(1023636, 15963, 0, 1, 1, 1, 'Stonecloth Branch'), +(1023636, 15976, 0, 1, 1, 1, 'Thistlefur Branch'), +(1023636, 15977, 0, 1, 1, 1, 'Vital Orb'), +(1023636, 15990, 0, 1, 1, 1, 'Enduring Shield'), +(1023637, 863, 0, 1, 1, 1, 'Gloom Reaper'), +(1023637, 864, 0, 1, 1, 1, 'Knightly Longsword'), +(1023637, 1207, 0, 1, 1, 1, 'Murphstar'), +(1023637, 1465, 0, 1, 1, 1, 'Tigerbane'), +(1023637, 1988, 0, 1, 1, 1, 'Chief Brigadier Gauntlets'), +(1023637, 1990, 0, 1, 1, 1, 'Ballast Maul'), +(1023637, 3197, 0, 1, 1, 1, 'Stonecutter Claymore'), +(1023637, 4038, 0, 1, 1, 1, 'Nightsky Robe'), +(1023637, 4039, 0, 1, 1, 1, 'Nightsky Cowl'), +(1023637, 4041, 0, 1, 1, 1, 'Aurora Cowl'), +(1023637, 4042, 0, 1, 1, 1, 'Aurora Gloves'), +(1023637, 4043, 0, 1, 1, 1, 'Aurora Bracers'), +(1023637, 4044, 0, 1, 1, 1, 'Aurora Pants'), +(1023637, 4052, 0, 1, 1, 1, 'Insignia Cap'), +(1023637, 4054, 0, 1, 1, 1, 'Insignia Leggings'), +(1023637, 4057, 0, 1, 1, 1, 'Insignia Chestguard'), +(1023637, 4059, 0, 1, 1, 1, 'Glyphed Bracers'), +(1023637, 4060, 0, 1, 1, 1, 'Glyphed Leggings'), +(1023637, 4065, 0, 1, 1, 1, 'Combat Shield'), +(1023637, 4066, 0, 1, 1, 1, 'Insignia Buckler'), +(1023637, 4067, 0, 1, 1, 1, 'Glyphed Buckler'), +(1023637, 4068, 0, 1, 1, 1, 'Chief Brigadier Shield'), +(1023637, 4074, 0, 1, 1, 1, 'Mail Combat Armor'), +(1023637, 4076, 0, 1, 1, 1, 'Mail Combat Boots'), +(1023637, 4077, 0, 1, 1, 1, 'Mail Combat Headguard'), +(1023637, 4078, 0, 1, 1, 1, 'Chief Brigadier Coif'), +(1023637, 4079, 0, 1, 1, 1, 'Chief Brigadier Leggings'), +(1023637, 4718, 0, 1, 1, 1, 'Nightsky Mantle'), +(1023637, 4721, 0, 1, 1, 1, 'Insignia Mantle'), +(1023637, 4725, 0, 1, 1, 1, 'Chief Brigadier Pauldrons'), +(1023637, 4726, 0, 1, 1, 1, 'Chief Brigadier Cloak'), +(1023637, 4727, 0, 1, 1, 1, 'Chief Brigadier Girdle'), +(1023637, 4729, 0, 1, 1, 1, 'Aurora Mantle'), +(1023637, 4731, 0, 1, 1, 1, 'Glyphed Epaulets'), +(1023637, 4732, 0, 1, 1, 1, 'Glyphed Cloak'), +(1023637, 5009, 0, 1, 1, 1, 'Mindbender Loop'), +(1023637, 5011, 0, 1, 1, 1, 'Welken Ring'), +(1023637, 5213, 0, 1, 1, 1, 'Scorching Wand'), +(1023637, 6402, 0, 1, 1, 1, 'Mail Combat Leggings'), +(1023637, 6404, 0, 1, 1, 1, 'Mail Combat Spaulders'), +(1023637, 6405, 0, 1, 1, 1, 'Nightsky Trousers'), +(1023637, 6412, 0, 1, 1, 1, 'Chief Brigadier Boots'), +(1023637, 6413, 0, 1, 1, 1, 'Chief Brigadier Bracers'), +(1023637, 6416, 0, 1, 1, 1, 'Aurora Boots'), +(1023637, 6417, 0, 1, 1, 1, 'Aurora Cloak'), +(1023637, 6418, 0, 1, 1, 1, 'Aurora Sash'), +(1023637, 6419, 0, 1, 1, 1, 'Glyphed Mitts'), +(1023637, 6420, 0, 1, 1, 1, 'Glyphed Boots'), +(1023637, 6421, 0, 1, 1, 1, 'Glyphed Belt'), +(1023637, 6422, 0, 1, 1, 1, 'Glyphed Helm'), +(1023637, 7111, 0, 1, 1, 1, 'Nightsky Armor'), +(1023637, 7353, 0, 1, 1, 1, 'Elder\'s Padded Armor'), +(1023637, 7369, 0, 1, 1, 1, 'Elder\'s Robe'), +(1023637, 7407, 0, 1, 1, 1, 'Infiltrator Armor'), +(1023637, 7418, 0, 1, 1, 1, 'Phalanx Breastplate'), +(1023637, 7429, 0, 1, 1, 1, 'Twilight Armor'), +(1023637, 7430, 0, 1, 1, 1, 'Twilight Robe'), +(1023637, 7431, 0, 1, 1, 1, 'Twilight Pants'), +(1023637, 7432, 0, 1, 1, 1, 'Twilight Cowl'), +(1023637, 7433, 0, 1, 1, 1, 'Twilight Gloves'), +(1023637, 7434, 0, 1, 1, 1, 'Twilight Boots'), +(1023637, 7435, 0, 1, 1, 1, 'Twilight Mantle'), +(1023637, 7436, 0, 1, 1, 1, 'Twilight Cape'), +(1023637, 7437, 0, 1, 1, 1, 'Twilight Cuffs'), +(1023637, 7438, 0, 1, 1, 1, 'Twilight Belt'), +(1023637, 7439, 0, 1, 1, 1, 'Sentinel Breastplate'), +(1023637, 7440, 0, 1, 1, 1, 'Sentinel Trousers'), +(1023637, 7441, 0, 1, 1, 1, 'Sentinel Cap'), +(1023637, 7443, 0, 1, 1, 1, 'Sentinel Gloves'), +(1023637, 7444, 0, 1, 1, 1, 'Sentinel Boots'), +(1023637, 7445, 0, 1, 1, 1, 'Sentinel Shoulders'), +(1023637, 7446, 0, 1, 1, 1, 'Sentinel Cloak'), +(1023637, 7447, 0, 1, 1, 1, 'Sentinel Bracers'), +(1023637, 7448, 0, 1, 1, 1, 'Sentinel Girdle'), +(1023637, 7454, 0, 1, 1, 1, 'Knight\'s Breastplate'), +(1023637, 7455, 0, 1, 1, 1, 'Knight\'s Legguards'), +(1023637, 7456, 0, 1, 1, 1, 'Knight\'s Headguard'), +(1023637, 7457, 0, 1, 1, 1, 'Knight\'s Gauntlets'), +(1023637, 7458, 0, 1, 1, 1, 'Knight\'s Boots'), +(1023637, 7459, 0, 1, 1, 1, 'Knight\'s Pauldrons'), +(1023637, 7461, 0, 1, 1, 1, 'Knight\'s Bracers'), +(1023637, 7462, 0, 1, 1, 1, 'Knight\'s Girdle'), +(1023637, 7463, 0, 1, 1, 1, 'Sentinel Buckler'), +(1023637, 7465, 0, 1, 1, 1, 'Knight\'s Crest'), +(1023637, 7474, 0, 1, 1, 1, 'Regal Cloak'), +(1023637, 7476, 0, 1, 1, 1, 'Regal Sash'), +(1023637, 7483, 0, 1, 1, 1, 'Ranger Cloak'), +(1023637, 7492, 0, 1, 1, 1, 'Captain\'s Cloak'), +(1023637, 7493, 0, 1, 1, 1, 'Captain\'s Bracers'), +(1023637, 7556, 0, 1, 1, 1, 'Twilight Orb'), +(1023637, 7609, 0, 1, 1, 1, 'Elder\'s Amber Stave'), +(1023637, 8156, 0, 1, 1, 1, 'Jouster\'s Wristguards'), +(1023637, 8158, 0, 1, 1, 1, 'Jouster\'s Gauntlets'), +(1023637, 8159, 0, 1, 1, 1, 'Jouster\'s Girdle'), +(1023637, 8160, 0, 1, 1, 1, 'Jouster\'s Greaves'), +(1023637, 8161, 0, 1, 1, 1, 'Jouster\'s Visor'), +(1023637, 8188, 0, 1, 1, 1, 'Explosive Shotgun'), +(1023637, 9844, 0, 1, 1, 1, 'Conjurer\'s Vest'), +(1023637, 9845, 0, 1, 1, 1, 'Conjurer\'s Shoes'), +(1023637, 9846, 0, 1, 1, 1, 'Conjurer\'s Bracers'), +(1023637, 9848, 0, 1, 1, 1, 'Conjurer\'s Gloves'), +(1023637, 9849, 0, 1, 1, 1, 'Conjurer\'s Hood'), +(1023637, 9850, 0, 1, 1, 1, 'Conjurer\'s Mantle'), +(1023637, 9851, 0, 1, 1, 1, 'Conjurer\'s Breeches'), +(1023637, 9852, 0, 1, 1, 1, 'Conjurer\'s Robe'), +(1023637, 9854, 0, 1, 1, 1, 'Archer\'s Jerkin'), +(1023637, 9855, 0, 1, 1, 1, 'Archer\'s Belt'), +(1023637, 9856, 0, 1, 1, 1, 'Archer\'s Boots'), +(1023637, 9858, 0, 1, 1, 1, 'Archer\'s Buckler'), +(1023637, 9859, 0, 1, 1, 1, 'Archer\'s Cap'), +(1023637, 9861, 0, 1, 1, 1, 'Archer\'s Gloves'), +(1023637, 9862, 0, 1, 1, 1, 'Archer\'s Trousers'), +(1023637, 9863, 0, 1, 1, 1, 'Archer\'s Shoulderpads'), +(1023637, 9864, 0, 1, 1, 1, 'Renegade Boots'), +(1023637, 9866, 0, 1, 1, 1, 'Renegade Chestguard'), +(1023637, 9868, 0, 1, 1, 1, 'Renegade Gauntlets'), +(1023637, 9869, 0, 1, 1, 1, 'Renegade Belt'), +(1023637, 9870, 0, 1, 1, 1, 'Renegade Circlet'), +(1023637, 9871, 0, 1, 1, 1, 'Renegade Leggings'), +(1023637, 9872, 0, 1, 1, 1, 'Renegade Pauldrons'), +(1023637, 9873, 0, 1, 1, 1, 'Renegade Shield'), +(1023637, 9875, 0, 1, 1, 1, 'Sorcerer Sash'), +(1023637, 9876, 0, 1, 1, 1, 'Sorcerer Slippers'), +(1023637, 9877, 0, 1, 1, 1, 'Sorcerer Cloak'), +(1023637, 9879, 0, 1, 1, 1, 'Sorcerer Bracelets'), +(1023637, 9880, 0, 1, 1, 1, 'Sorcerer Gloves'), +(1023637, 9885, 0, 1, 1, 1, 'Huntsman\'s Boots'), +(1023637, 9886, 0, 1, 1, 1, 'Huntsman\'s Bands'), +(1023637, 9889, 0, 1, 1, 1, 'Huntsman\'s Cap'), +(1023637, 9890, 0, 1, 1, 1, 'Huntsman\'s Cape'), +(1023637, 9891, 0, 1, 1, 1, 'Huntsman\'s Belt'), +(1023637, 9892, 0, 1, 1, 1, 'Huntsman\'s Gloves'), +(1023637, 9895, 0, 1, 1, 1, 'Jazeraint Boots'), +(1023637, 9896, 0, 1, 1, 1, 'Jazeraint Bracers'), +(1023637, 9898, 0, 1, 1, 1, 'Jazeraint Cloak'), +(1023637, 9900, 0, 1, 1, 1, 'Jazeraint Gauntlets'), +(1023637, 9901, 0, 1, 1, 1, 'Jazeraint Belt'), +(1023637, 11971, 0, 1, 1, 1, 'Amethyst Band'), +(1023637, 11972, 0, 1, 1, 1, 'Carnelian Loop'), +(1023637, 11985, 0, 1, 1, 1, 'Cerulean Ring'), +(1023637, 11986, 0, 1, 1, 1, 'Thallium Hoop'), +(1023637, 11997, 0, 1, 1, 1, 'Greenstone Circle'), +(1023637, 12010, 0, 1, 1, 1, 'Fen Ring'), +(1023637, 12020, 0, 1, 1, 1, 'Thallium Choker'), +(1023637, 12029, 0, 1, 1, 1, 'Greenstone Talisman'), +(1023637, 12030, 0, 1, 1, 1, 'Jet Chain'), +(1023637, 12040, 0, 1, 1, 1, 'Forest Pendant'), +(1023637, 14200, 0, 1, 1, 1, 'Thistlefur Cap'), +(1023637, 14202, 0, 1, 1, 1, 'Thistlefur Jerkin'), +(1023637, 14203, 0, 1, 1, 1, 'Thistlefur Pants'), +(1023637, 14204, 0, 1, 1, 1, 'Thistlefur Robe'), +(1023637, 14207, 0, 1, 1, 1, 'Vital Leggings'), +(1023637, 14208, 0, 1, 1, 1, 'Vital Headband'), +(1023637, 14212, 0, 1, 1, 1, 'Vital Shoulders'), +(1023637, 14213, 0, 1, 1, 1, 'Vital Raiment'), +(1023637, 14215, 0, 1, 1, 1, 'Vital Tunic'), +(1023637, 14217, 0, 1, 1, 1, 'Geomancer\'s Cord'), +(1023637, 14218, 0, 1, 1, 1, 'Geomancer\'s Boots'), +(1023637, 14220, 0, 1, 1, 1, 'Geomancer\'s Cap'), +(1023637, 14221, 0, 1, 1, 1, 'Geomancer\'s Bracers'), +(1023637, 14222, 0, 1, 1, 1, 'Geomancer\'s Gloves'), +(1023637, 14223, 0, 1, 1, 1, 'Geomancer\'s Spaulders'), +(1023637, 14224, 0, 1, 1, 1, 'Geomancer\'s Trousers'), +(1023637, 14226, 0, 1, 1, 1, 'Embersilk Bracelets'), +(1023637, 14229, 0, 1, 1, 1, 'Embersilk Cloak'), +(1023637, 14231, 0, 1, 1, 1, 'Embersilk Mitts'), +(1023637, 14232, 0, 1, 1, 1, 'Embersilk Mantle'), +(1023637, 14233, 0, 1, 1, 1, 'Embersilk Leggings'), +(1023637, 14235, 0, 1, 1, 1, 'Embersilk Cord'), +(1023637, 14236, 0, 1, 1, 1, 'Embersilk Boots'), +(1023637, 14239, 0, 1, 1, 1, 'Darkmist Cape'), +(1023637, 14240, 0, 1, 1, 1, 'Darkmist Bands'), +(1023637, 14251, 0, 1, 1, 1, 'Lunar Cloak'), +(1023637, 14407, 0, 1, 1, 1, 'Stonecloth Vest'), +(1023637, 14408, 0, 1, 1, 1, 'Stonecloth Boots'), +(1023637, 14410, 0, 1, 1, 1, 'Stonecloth Circlet'), +(1023637, 14411, 0, 1, 1, 1, 'Stonecloth Gloves'), +(1023637, 14412, 0, 1, 1, 1, 'Stonecloth Epaulets'), +(1023637, 14413, 0, 1, 1, 1, 'Stonecloth Robe'), +(1023637, 14415, 0, 1, 1, 1, 'Stonecloth Britches'), +(1023637, 14418, 0, 1, 1, 1, 'Silksand Boots'), +(1023637, 14419, 0, 1, 1, 1, 'Silksand Bracers'), +(1023637, 14420, 0, 1, 1, 1, 'Silksand Cape'), +(1023637, 14422, 0, 1, 1, 1, 'Silksand Gloves'), +(1023637, 14423, 0, 1, 1, 1, 'Silksand Shoulder Pads'), +(1023637, 14426, 0, 1, 1, 1, 'Silksand Girdle'), +(1023637, 14584, 0, 1, 1, 1, 'Dokebi Hat'), +(1023637, 14588, 0, 1, 1, 1, 'Hawkeye\'s Cord'), +(1023637, 14589, 0, 1, 1, 1, 'Hawkeye\'s Shoes'), +(1023637, 14590, 0, 1, 1, 1, 'Hawkeye\'s Bracers'), +(1023637, 14591, 0, 1, 1, 1, 'Hawkeye\'s Helm'), +(1023637, 14592, 0, 1, 1, 1, 'Hawkeye\'s Tunic'), +(1023637, 14593, 0, 1, 1, 1, 'Hawkeye\'s Cloak'), +(1023637, 14594, 0, 1, 1, 1, 'Hawkeye\'s Gloves'), +(1023637, 14595, 0, 1, 1, 1, 'Hawkeye\'s Breeches'), +(1023637, 14596, 0, 1, 1, 1, 'Hawkeye\'s Epaulets'), +(1023637, 14598, 0, 1, 1, 1, 'Warden\'s Waistband'), +(1023637, 14600, 0, 1, 1, 1, 'Warden\'s Wristbands'), +(1023637, 14602, 0, 1, 1, 1, 'Warden\'s Cloak'), +(1023637, 14607, 0, 1, 1, 1, 'Hawkeye\'s Buckler'), +(1023637, 14760, 0, 1, 1, 1, 'Enduring Breastplate'), +(1023637, 14762, 0, 1, 1, 1, 'Enduring Boots'), +(1023637, 14764, 0, 1, 1, 1, 'Enduring Gauntlets'), +(1023637, 14765, 0, 1, 1, 1, 'Enduring Circlet'), +(1023637, 14766, 0, 1, 1, 1, 'Enduring Breeches'), +(1023637, 14767, 0, 1, 1, 1, 'Enduring Pauldrons'), +(1023637, 14770, 0, 1, 1, 1, 'Ravager\'s Armguards'), +(1023637, 14771, 0, 1, 1, 1, 'Ravager\'s Cloak'), +(1023637, 14772, 0, 1, 1, 1, 'Ravager\'s Handwraps'), +(1023637, 14773, 0, 1, 1, 1, 'Ravager\'s Cord'), +(1023637, 14896, 0, 1, 1, 1, 'Saltstone Sabatons'), +(1023637, 14897, 0, 1, 1, 1, 'Saltstone Gauntlets'), +(1023637, 14898, 0, 1, 1, 1, 'Saltstone Girdle'), +(1023637, 14900, 0, 1, 1, 1, 'Saltstone Legplates'), +(1023637, 14903, 0, 1, 1, 1, 'Saltstone Armsplints'), +(1023637, 15134, 0, 1, 1, 1, 'Cutthroat\'s Hat'), +(1023637, 15142, 0, 1, 1, 1, 'Ghostwalker Boots'), +(1023637, 15144, 0, 1, 1, 1, 'Ghostwalker Rags'), +(1023637, 15145, 0, 1, 1, 1, 'Ghostwalker Buckler'), +(1023637, 15146, 0, 1, 1, 1, 'Ghostwalker Crown'), +(1023637, 15149, 0, 1, 1, 1, 'Ghostwalker Gloves'), +(1023637, 15150, 0, 1, 1, 1, 'Ghostwalker Pads'), +(1023637, 15151, 0, 1, 1, 1, 'Ghostwalker Legguards'), +(1023637, 15153, 0, 1, 1, 1, 'Nocturnal Cloak'), +(1023637, 15154, 0, 1, 1, 1, 'Nocturnal Sash'), +(1023637, 15155, 0, 1, 1, 1, 'Nocturnal Gloves'), +(1023637, 15158, 0, 1, 1, 1, 'Nocturnal Shoulder Pads'), +(1023637, 15160, 0, 1, 1, 1, 'Nocturnal Wristbands'), +(1023637, 15213, 0, 1, 1, 1, 'Mercenary Blade'), +(1023637, 15214, 0, 1, 1, 1, 'Nobles Brand'), +(1023637, 15226, 0, 1, 1, 1, 'Giant Club'), +(1023637, 15233, 0, 1, 1, 1, 'Savage Axe'), +(1023637, 15234, 0, 1, 1, 1, 'Greater Scythe'), +(1023637, 15243, 0, 1, 1, 1, 'Deadly Kris'), +(1023637, 15260, 0, 1, 1, 1, 'Stone Hammer'), +(1023637, 15261, 0, 1, 1, 1, 'Sequoia Branch'), +(1023637, 15286, 0, 1, 1, 1, 'Long Redwood Bow'), +(1023637, 15322, 0, 1, 1, 1, 'Smoothbore Gun'), +(1023637, 15353, 0, 1, 1, 1, 'Headhunter\'s Headdress'), +(1023637, 15356, 0, 1, 1, 1, 'Headhunter\'s Armor'), +(1023637, 15357, 0, 1, 1, 1, 'Headhunter\'s Spaulders'), +(1023637, 15358, 0, 1, 1, 1, 'Headhunter\'s Woolies'), +(1023637, 15360, 0, 1, 1, 1, 'Trickster\'s Bindings'), +(1023637, 15361, 0, 1, 1, 1, 'Trickster\'s Sash'), +(1023637, 15362, 0, 1, 1, 1, 'Trickster\'s Boots'), +(1023637, 15364, 0, 1, 1, 1, 'Trickster\'s Cloak'), +(1023637, 15365, 0, 1, 1, 1, 'Trickster\'s Handwraps'), +(1023637, 15366, 0, 1, 1, 1, 'Trickster\'s Leggings'), +(1023637, 15367, 0, 1, 1, 1, 'Trickster\'s Protector'), +(1023637, 15368, 0, 1, 1, 1, 'Trickster\'s Pauldrons'), +(1023637, 15546, 0, 1, 1, 1, 'Thick Scale Breastplate'), +(1023637, 15550, 0, 1, 1, 1, 'Thick Scale Crown'), +(1023637, 15551, 0, 1, 1, 1, 'Thick Scale Legguards'), +(1023637, 15552, 0, 1, 1, 1, 'Thick Scale Shield'), +(1023637, 15557, 0, 1, 1, 1, 'Pillager\'s Chestguard'), +(1023637, 15558, 0, 1, 1, 1, 'Pillager\'s Crown'), +(1023637, 15561, 0, 1, 1, 1, 'Pillager\'s Leggings'), +(1023637, 15562, 0, 1, 1, 1, 'Pillager\'s Pauldrons'), +(1023637, 15563, 0, 1, 1, 1, 'Pillager\'s Shield'), +(1023637, 15565, 0, 1, 1, 1, 'Marauder\'s Boots'), +(1023637, 15566, 0, 1, 1, 1, 'Marauder\'s Bracers'), +(1023637, 15567, 0, 1, 1, 1, 'Marauder\'s Tunic'), +(1023637, 15569, 0, 1, 1, 1, 'Marauder\'s Crest'), +(1023637, 15570, 0, 1, 1, 1, 'Marauder\'s Gauntlets'), +(1023637, 15571, 0, 1, 1, 1, 'Marauder\'s Belt'), +(1023637, 15572, 0, 1, 1, 1, 'Marauder\'s Circlet'), +(1023637, 15573, 0, 1, 1, 1, 'Marauder\'s Leggings'), +(1023637, 15574, 0, 1, 1, 1, 'Marauder\'s Shoulder Pads'), +(1023637, 15575, 0, 1, 1, 1, 'Sparkleshell Belt'), +(1023637, 15576, 0, 1, 1, 1, 'Sparkleshell Sabatons'), +(1023637, 15577, 0, 1, 1, 1, 'Sparkleshell Bracers'), +(1023637, 15579, 0, 1, 1, 1, 'Sparkleshell Cloak'), +(1023637, 15580, 0, 1, 1, 1, 'Sparkleshell Headwrap'), +(1023637, 15581, 0, 1, 1, 1, 'Sparkleshell Gauntlets'), +(1023637, 15582, 0, 1, 1, 1, 'Sparkleshell Legguards'), +(1023637, 15590, 0, 1, 1, 1, 'Steadfast Bracelets'), +(1023637, 15594, 0, 1, 1, 1, 'Steadfast Cloak'), +(1023637, 15595, 0, 1, 1, 1, 'Steadfast Gloves'), +(1023637, 15598, 0, 1, 1, 1, 'Steadfast Girdle'), +(1023637, 15918, 0, 1, 1, 1, 'Conjurer\'s Sphere'), +(1023637, 15929, 0, 1, 1, 1, 'Nightsky Orb'), +(1023637, 15963, 0, 1, 1, 1, 'Stonecloth Branch'), +(1023637, 15976, 0, 1, 1, 1, 'Thistlefur Branch'), +(1023637, 15977, 0, 1, 1, 1, 'Vital Orb'), +(1023637, 15990, 0, 1, 1, 1, 'Enduring Shield'), +(1023737, 863, 0, 1, 1, 1, 'Gloom Reaper'), +(1023737, 864, 0, 1, 1, 1, 'Knightly Longsword'), +(1023737, 1207, 0, 1, 1, 1, 'Murphstar'), +(1023737, 1465, 0, 1, 1, 1, 'Tigerbane'), +(1023737, 1988, 0, 1, 1, 1, 'Chief Brigadier Gauntlets'), +(1023737, 1990, 0, 1, 1, 1, 'Ballast Maul'), +(1023737, 4038, 0, 1, 1, 1, 'Nightsky Robe'), +(1023737, 4041, 0, 1, 1, 1, 'Aurora Cowl'), +(1023737, 4042, 0, 1, 1, 1, 'Aurora Gloves'), +(1023737, 4043, 0, 1, 1, 1, 'Aurora Bracers'), +(1023737, 4044, 0, 1, 1, 1, 'Aurora Pants'), +(1023737, 4057, 0, 1, 1, 1, 'Insignia Chestguard'), +(1023737, 4059, 0, 1, 1, 1, 'Glyphed Bracers'), +(1023737, 4060, 0, 1, 1, 1, 'Glyphed Leggings'), +(1023737, 4065, 0, 1, 1, 1, 'Combat Shield'), +(1023737, 4067, 0, 1, 1, 1, 'Glyphed Buckler'), +(1023737, 4068, 0, 1, 1, 1, 'Chief Brigadier Shield'), +(1023737, 4074, 0, 1, 1, 1, 'Mail Combat Armor'), +(1023737, 4078, 0, 1, 1, 1, 'Chief Brigadier Coif'), +(1023737, 4079, 0, 1, 1, 1, 'Chief Brigadier Leggings'), +(1023737, 4725, 0, 1, 1, 1, 'Chief Brigadier Pauldrons'), +(1023737, 4726, 0, 1, 1, 1, 'Chief Brigadier Cloak'), +(1023737, 4727, 0, 1, 1, 1, 'Chief Brigadier Girdle'), +(1023737, 4729, 0, 1, 1, 1, 'Aurora Mantle'), +(1023737, 4731, 0, 1, 1, 1, 'Glyphed Epaulets'), +(1023737, 4732, 0, 1, 1, 1, 'Glyphed Cloak'), +(1023737, 5009, 0, 1, 1, 1, 'Mindbender Loop'), +(1023737, 5011, 0, 1, 1, 1, 'Welken Ring'), +(1023737, 6402, 0, 1, 1, 1, 'Mail Combat Leggings'), +(1023737, 6405, 0, 1, 1, 1, 'Nightsky Trousers'), +(1023737, 6412, 0, 1, 1, 1, 'Chief Brigadier Boots'), +(1023737, 6413, 0, 1, 1, 1, 'Chief Brigadier Bracers'), +(1023737, 6416, 0, 1, 1, 1, 'Aurora Boots'), +(1023737, 6417, 0, 1, 1, 1, 'Aurora Cloak'), +(1023737, 6418, 0, 1, 1, 1, 'Aurora Sash'), +(1023737, 6419, 0, 1, 1, 1, 'Glyphed Mitts'), +(1023737, 6420, 0, 1, 1, 1, 'Glyphed Boots'), +(1023737, 6421, 0, 1, 1, 1, 'Glyphed Belt'), +(1023737, 6422, 0, 1, 1, 1, 'Glyphed Helm'), +(1023737, 7111, 0, 1, 1, 1, 'Nightsky Armor'), +(1023737, 7429, 0, 1, 1, 1, 'Twilight Armor'), +(1023737, 7430, 0, 1, 1, 1, 'Twilight Robe'), +(1023737, 7431, 0, 1, 1, 1, 'Twilight Pants'), +(1023737, 7432, 0, 1, 1, 1, 'Twilight Cowl'), +(1023737, 7433, 0, 1, 1, 1, 'Twilight Gloves'), +(1023737, 7434, 0, 1, 1, 1, 'Twilight Boots'), +(1023737, 7435, 0, 1, 1, 1, 'Twilight Mantle'), +(1023737, 7437, 0, 1, 1, 1, 'Twilight Cuffs'), +(1023737, 7438, 0, 1, 1, 1, 'Twilight Belt'), +(1023737, 7439, 0, 1, 1, 1, 'Sentinel Breastplate'), +(1023737, 7440, 0, 1, 1, 1, 'Sentinel Trousers'), +(1023737, 7441, 0, 1, 1, 1, 'Sentinel Cap'), +(1023737, 7443, 0, 1, 1, 1, 'Sentinel Gloves'), +(1023737, 7444, 0, 1, 1, 1, 'Sentinel Boots'), +(1023737, 7445, 0, 1, 1, 1, 'Sentinel Shoulders'), +(1023737, 7446, 0, 1, 1, 1, 'Sentinel Cloak'), +(1023737, 7447, 0, 1, 1, 1, 'Sentinel Bracers'), +(1023737, 7448, 0, 1, 1, 1, 'Sentinel Girdle'), +(1023737, 7454, 0, 1, 1, 1, 'Knight\'s Breastplate'), +(1023737, 7455, 0, 1, 1, 1, 'Knight\'s Legguards'), +(1023737, 7456, 0, 1, 1, 1, 'Knight\'s Headguard'), +(1023737, 7457, 0, 1, 1, 1, 'Knight\'s Gauntlets'), +(1023737, 7458, 0, 1, 1, 1, 'Knight\'s Boots'), +(1023737, 7459, 0, 1, 1, 1, 'Knight\'s Pauldrons'), +(1023737, 7461, 0, 1, 1, 1, 'Knight\'s Bracers'), +(1023737, 7462, 0, 1, 1, 1, 'Knight\'s Girdle'), +(1023737, 7463, 0, 1, 1, 1, 'Sentinel Buckler'), +(1023737, 7465, 0, 1, 1, 1, 'Knight\'s Crest'), +(1023737, 7474, 0, 1, 1, 1, 'Regal Cloak'), +(1023737, 7476, 0, 1, 1, 1, 'Regal Sash'), +(1023737, 7483, 0, 1, 1, 1, 'Ranger Cloak'), +(1023737, 7492, 0, 1, 1, 1, 'Captain\'s Cloak'), +(1023737, 7493, 0, 1, 1, 1, 'Captain\'s Bracers'), +(1023737, 7556, 0, 1, 1, 1, 'Twilight Orb'), +(1023737, 8156, 0, 1, 1, 1, 'Jouster\'s Wristguards'), +(1023737, 8158, 0, 1, 1, 1, 'Jouster\'s Gauntlets'), +(1023737, 8159, 0, 1, 1, 1, 'Jouster\'s Girdle'), +(1023737, 8160, 0, 1, 1, 1, 'Jouster\'s Greaves'), +(1023737, 8161, 0, 1, 1, 1, 'Jouster\'s Visor'), +(1023737, 8188, 0, 1, 1, 1, 'Explosive Shotgun'), +(1023737, 9844, 0, 1, 1, 1, 'Conjurer\'s Vest'), +(1023737, 9848, 0, 1, 1, 1, 'Conjurer\'s Gloves'), +(1023737, 9849, 0, 1, 1, 1, 'Conjurer\'s Hood'), +(1023737, 9850, 0, 1, 1, 1, 'Conjurer\'s Mantle'), +(1023737, 9851, 0, 1, 1, 1, 'Conjurer\'s Breeches'), +(1023737, 9852, 0, 1, 1, 1, 'Conjurer\'s Robe'), +(1023737, 9854, 0, 1, 1, 1, 'Archer\'s Jerkin'), +(1023737, 9856, 0, 1, 1, 1, 'Archer\'s Boots'), +(1023737, 9858, 0, 1, 1, 1, 'Archer\'s Buckler'), +(1023737, 9859, 0, 1, 1, 1, 'Archer\'s Cap'), +(1023737, 9862, 0, 1, 1, 1, 'Archer\'s Trousers'), +(1023737, 9863, 0, 1, 1, 1, 'Archer\'s Shoulderpads'), +(1023737, 9864, 0, 1, 1, 1, 'Renegade Boots'), +(1023737, 9866, 0, 1, 1, 1, 'Renegade Chestguard'), +(1023737, 9870, 0, 1, 1, 1, 'Renegade Circlet'), +(1023737, 9871, 0, 1, 1, 1, 'Renegade Leggings'), +(1023737, 9872, 0, 1, 1, 1, 'Renegade Pauldrons'), +(1023737, 9873, 0, 1, 1, 1, 'Renegade Shield'), +(1023737, 9875, 0, 1, 1, 1, 'Sorcerer Sash'), +(1023737, 9876, 0, 1, 1, 1, 'Sorcerer Slippers'), +(1023737, 9877, 0, 1, 1, 1, 'Sorcerer Cloak'), +(1023737, 9879, 0, 1, 1, 1, 'Sorcerer Bracelets'), +(1023737, 9880, 0, 1, 1, 1, 'Sorcerer Gloves'), +(1023737, 9885, 0, 1, 1, 1, 'Huntsman\'s Boots'), +(1023737, 9886, 0, 1, 1, 1, 'Huntsman\'s Bands'), +(1023737, 9889, 0, 1, 1, 1, 'Huntsman\'s Cap'), +(1023737, 9890, 0, 1, 1, 1, 'Huntsman\'s Cape'), +(1023737, 9891, 0, 1, 1, 1, 'Huntsman\'s Belt'), +(1023737, 9892, 0, 1, 1, 1, 'Huntsman\'s Gloves'), +(1023737, 9895, 0, 1, 1, 1, 'Jazeraint Boots'), +(1023737, 9896, 0, 1, 1, 1, 'Jazeraint Bracers'), +(1023737, 9898, 0, 1, 1, 1, 'Jazeraint Cloak'), +(1023737, 9900, 0, 1, 1, 1, 'Jazeraint Gauntlets'), +(1023737, 9901, 0, 1, 1, 1, 'Jazeraint Belt'), +(1023737, 11971, 0, 1, 1, 1, 'Amethyst Band'), +(1023737, 11972, 0, 1, 1, 1, 'Carnelian Loop'), +(1023737, 11986, 0, 1, 1, 1, 'Thallium Hoop'), +(1023737, 11997, 0, 1, 1, 1, 'Greenstone Circle'), +(1023737, 12010, 0, 1, 1, 1, 'Fen Ring'), +(1023737, 12020, 0, 1, 1, 1, 'Thallium Choker'), +(1023737, 12030, 0, 1, 1, 1, 'Jet Chain'), +(1023737, 12040, 0, 1, 1, 1, 'Forest Pendant'), +(1023737, 14202, 0, 1, 1, 1, 'Thistlefur Jerkin'), +(1023737, 14204, 0, 1, 1, 1, 'Thistlefur Robe'), +(1023737, 14207, 0, 1, 1, 1, 'Vital Leggings'), +(1023737, 14208, 0, 1, 1, 1, 'Vital Headband'), +(1023737, 14213, 0, 1, 1, 1, 'Vital Raiment'), +(1023737, 14215, 0, 1, 1, 1, 'Vital Tunic'), +(1023737, 14217, 0, 1, 1, 1, 'Geomancer\'s Cord'), +(1023737, 14218, 0, 1, 1, 1, 'Geomancer\'s Boots'), +(1023737, 14220, 0, 1, 1, 1, 'Geomancer\'s Cap'), +(1023737, 14222, 0, 1, 1, 1, 'Geomancer\'s Gloves'), +(1023737, 14223, 0, 1, 1, 1, 'Geomancer\'s Spaulders'), +(1023737, 14224, 0, 1, 1, 1, 'Geomancer\'s Trousers'), +(1023737, 14226, 0, 1, 1, 1, 'Embersilk Bracelets'), +(1023737, 14229, 0, 1, 1, 1, 'Embersilk Cloak'), +(1023737, 14231, 0, 1, 1, 1, 'Embersilk Mitts'), +(1023737, 14232, 0, 1, 1, 1, 'Embersilk Mantle'), +(1023737, 14233, 0, 1, 1, 1, 'Embersilk Leggings'), +(1023737, 14235, 0, 1, 1, 1, 'Embersilk Cord'), +(1023737, 14236, 0, 1, 1, 1, 'Embersilk Boots'), +(1023737, 14239, 0, 1, 1, 1, 'Darkmist Cape'), +(1023737, 14240, 0, 1, 1, 1, 'Darkmist Bands'), +(1023737, 14251, 0, 1, 1, 1, 'Lunar Cloak'), +(1023737, 14407, 0, 1, 1, 1, 'Stonecloth Vest'), +(1023737, 14410, 0, 1, 1, 1, 'Stonecloth Circlet'), +(1023737, 14412, 0, 1, 1, 1, 'Stonecloth Epaulets'), +(1023737, 14413, 0, 1, 1, 1, 'Stonecloth Robe'), +(1023737, 14415, 0, 1, 1, 1, 'Stonecloth Britches'), +(1023737, 14418, 0, 1, 1, 1, 'Silksand Boots'), +(1023737, 14419, 0, 1, 1, 1, 'Silksand Bracers'), +(1023737, 14420, 0, 1, 1, 1, 'Silksand Cape'), +(1023737, 14422, 0, 1, 1, 1, 'Silksand Gloves'), +(1023737, 14423, 0, 1, 1, 1, 'Silksand Shoulder Pads'), +(1023737, 14426, 0, 1, 1, 1, 'Silksand Girdle'), +(1023737, 14588, 0, 1, 1, 1, 'Hawkeye\'s Cord'), +(1023737, 14589, 0, 1, 1, 1, 'Hawkeye\'s Shoes'), +(1023737, 14591, 0, 1, 1, 1, 'Hawkeye\'s Helm'), +(1023737, 14592, 0, 1, 1, 1, 'Hawkeye\'s Tunic'), +(1023737, 14594, 0, 1, 1, 1, 'Hawkeye\'s Gloves'), +(1023737, 14595, 0, 1, 1, 1, 'Hawkeye\'s Breeches'), +(1023737, 14596, 0, 1, 1, 1, 'Hawkeye\'s Epaulets'), +(1023737, 14598, 0, 1, 1, 1, 'Warden\'s Waistband'), +(1023737, 14600, 0, 1, 1, 1, 'Warden\'s Wristbands'), +(1023737, 14602, 0, 1, 1, 1, 'Warden\'s Cloak'), +(1023737, 14607, 0, 1, 1, 1, 'Hawkeye\'s Buckler'), +(1023737, 14760, 0, 1, 1, 1, 'Enduring Breastplate'), +(1023737, 14762, 0, 1, 1, 1, 'Enduring Boots'), +(1023737, 14765, 0, 1, 1, 1, 'Enduring Circlet'), +(1023737, 14766, 0, 1, 1, 1, 'Enduring Breeches'), +(1023737, 14767, 0, 1, 1, 1, 'Enduring Pauldrons'), +(1023737, 14770, 0, 1, 1, 1, 'Ravager\'s Armguards'), +(1023737, 14771, 0, 1, 1, 1, 'Ravager\'s Cloak'), +(1023737, 14772, 0, 1, 1, 1, 'Ravager\'s Handwraps'), +(1023737, 14773, 0, 1, 1, 1, 'Ravager\'s Cord'), +(1023737, 14896, 0, 1, 1, 1, 'Saltstone Sabatons'), +(1023737, 14897, 0, 1, 1, 1, 'Saltstone Gauntlets'), +(1023737, 14898, 0, 1, 1, 1, 'Saltstone Girdle'), +(1023737, 14900, 0, 1, 1, 1, 'Saltstone Legplates'), +(1023737, 14903, 0, 1, 1, 1, 'Saltstone Armsplints'), +(1023737, 15134, 0, 1, 1, 1, 'Cutthroat\'s Hat'), +(1023737, 15144, 0, 1, 1, 1, 'Ghostwalker Rags'), +(1023737, 15145, 0, 1, 1, 1, 'Ghostwalker Buckler'), +(1023737, 15146, 0, 1, 1, 1, 'Ghostwalker Crown'), +(1023737, 15149, 0, 1, 1, 1, 'Ghostwalker Gloves'), +(1023737, 15150, 0, 1, 1, 1, 'Ghostwalker Pads'), +(1023737, 15151, 0, 1, 1, 1, 'Ghostwalker Legguards'), +(1023737, 15153, 0, 1, 1, 1, 'Nocturnal Cloak'), +(1023737, 15154, 0, 1, 1, 1, 'Nocturnal Sash'), +(1023737, 15155, 0, 1, 1, 1, 'Nocturnal Gloves'), +(1023737, 15158, 0, 1, 1, 1, 'Nocturnal Shoulder Pads'), +(1023737, 15160, 0, 1, 1, 1, 'Nocturnal Wristbands'), +(1023737, 15213, 0, 1, 1, 1, 'Mercenary Blade'), +(1023737, 15214, 0, 1, 1, 1, 'Nobles Brand'), +(1023737, 15226, 0, 1, 1, 1, 'Giant Club'), +(1023737, 15233, 0, 1, 1, 1, 'Savage Axe'), +(1023737, 15234, 0, 1, 1, 1, 'Greater Scythe'), +(1023737, 15243, 0, 1, 1, 1, 'Deadly Kris'), +(1023737, 15260, 0, 1, 1, 1, 'Stone Hammer'), +(1023737, 15261, 0, 1, 1, 1, 'Sequoia Branch'), +(1023737, 15322, 0, 1, 1, 1, 'Smoothbore Gun'), +(1023737, 15353, 0, 1, 1, 1, 'Headhunter\'s Headdress'), +(1023737, 15356, 0, 1, 1, 1, 'Headhunter\'s Armor'), +(1023737, 15360, 0, 1, 1, 1, 'Trickster\'s Bindings'), +(1023737, 15361, 0, 1, 1, 1, 'Trickster\'s Sash'), +(1023737, 15362, 0, 1, 1, 1, 'Trickster\'s Boots'), +(1023737, 15364, 0, 1, 1, 1, 'Trickster\'s Cloak'), +(1023737, 15365, 0, 1, 1, 1, 'Trickster\'s Handwraps'), +(1023737, 15366, 0, 1, 1, 1, 'Trickster\'s Leggings'), +(1023737, 15367, 0, 1, 1, 1, 'Trickster\'s Protector'), +(1023737, 15368, 0, 1, 1, 1, 'Trickster\'s Pauldrons'), +(1023737, 15546, 0, 1, 1, 1, 'Thick Scale Breastplate'), +(1023737, 15552, 0, 1, 1, 1, 'Thick Scale Shield'), +(1023737, 15557, 0, 1, 1, 1, 'Pillager\'s Chestguard'), +(1023737, 15558, 0, 1, 1, 1, 'Pillager\'s Crown'), +(1023737, 15561, 0, 1, 1, 1, 'Pillager\'s Leggings'), +(1023737, 15562, 0, 1, 1, 1, 'Pillager\'s Pauldrons'), +(1023737, 15563, 0, 1, 1, 1, 'Pillager\'s Shield'), +(1023737, 15565, 0, 1, 1, 1, 'Marauder\'s Boots'), +(1023737, 15567, 0, 1, 1, 1, 'Marauder\'s Tunic'), +(1023737, 15569, 0, 1, 1, 1, 'Marauder\'s Crest'), +(1023737, 15570, 0, 1, 1, 1, 'Marauder\'s Gauntlets'), +(1023737, 15572, 0, 1, 1, 1, 'Marauder\'s Circlet'), +(1023737, 15573, 0, 1, 1, 1, 'Marauder\'s Leggings'), +(1023737, 15574, 0, 1, 1, 1, 'Marauder\'s Shoulder Pads'), +(1023737, 15575, 0, 1, 1, 1, 'Sparkleshell Belt'), +(1023737, 15576, 0, 1, 1, 1, 'Sparkleshell Sabatons'), +(1023737, 15577, 0, 1, 1, 1, 'Sparkleshell Bracers'), +(1023737, 15580, 0, 1, 1, 1, 'Sparkleshell Headwrap'), +(1023737, 15581, 0, 1, 1, 1, 'Sparkleshell Gauntlets'), +(1023737, 15582, 0, 1, 1, 1, 'Sparkleshell Legguards'), +(1023737, 15590, 0, 1, 1, 1, 'Steadfast Bracelets'), +(1023737, 15594, 0, 1, 1, 1, 'Steadfast Cloak'), +(1023737, 15595, 0, 1, 1, 1, 'Steadfast Gloves'), +(1023737, 15598, 0, 1, 1, 1, 'Steadfast Girdle'), +(1023737, 15918, 0, 1, 1, 1, 'Conjurer\'s Sphere'), +(1023737, 15929, 0, 1, 1, 1, 'Nightsky Orb'), +(1023737, 15963, 0, 1, 1, 1, 'Stonecloth Branch'), +(1023737, 15976, 0, 1, 1, 1, 'Thistlefur Branch'), +(1023737, 15977, 0, 1, 1, 1, 'Vital Orb'), +(1023737, 15990, 0, 1, 1, 1, 'Enduring Shield'), +(1023738, 863, 0, 1, 1, 1, 'Gloom Reaper'), +(1023738, 864, 0, 1, 1, 1, 'Knightly Longsword'), +(1023738, 1207, 0, 1, 1, 1, 'Murphstar'), +(1023738, 1465, 0, 1, 1, 1, 'Tigerbane'), +(1023738, 1625, 0, 1, 1, 1, 'Exquisite Flamberge'), +(1023738, 1988, 0, 1, 1, 1, 'Chief Brigadier Gauntlets'), +(1023738, 1990, 0, 1, 1, 1, 'Ballast Maul'), +(1023738, 4038, 0, 1, 1, 1, 'Nightsky Robe'), +(1023738, 4041, 0, 1, 1, 1, 'Aurora Cowl'), +(1023738, 4042, 0, 1, 1, 1, 'Aurora Gloves'), +(1023738, 4043, 0, 1, 1, 1, 'Aurora Bracers'), +(1023738, 4044, 0, 1, 1, 1, 'Aurora Pants'), +(1023738, 4057, 0, 1, 1, 1, 'Insignia Chestguard'), +(1023738, 4058, 0, 1, 1, 1, 'Glyphed Breastplate'), +(1023738, 4059, 0, 1, 1, 1, 'Glyphed Bracers'), +(1023738, 4060, 0, 1, 1, 1, 'Glyphed Leggings'), +(1023738, 4065, 0, 1, 1, 1, 'Combat Shield'), +(1023738, 4067, 0, 1, 1, 1, 'Glyphed Buckler'), +(1023738, 4068, 0, 1, 1, 1, 'Chief Brigadier Shield'), +(1023738, 4070, 0, 1, 1, 1, 'Jouster\'s Crest'), +(1023738, 4074, 0, 1, 1, 1, 'Mail Combat Armor'), +(1023738, 4078, 0, 1, 1, 1, 'Chief Brigadier Coif'), +(1023738, 4079, 0, 1, 1, 1, 'Chief Brigadier Leggings'), +(1023738, 4087, 0, 1, 1, 1, 'Trueshot Bow'), +(1023738, 4725, 0, 1, 1, 1, 'Chief Brigadier Pauldrons'), +(1023738, 4726, 0, 1, 1, 1, 'Chief Brigadier Cloak'), +(1023738, 4727, 0, 1, 1, 1, 'Chief Brigadier Girdle'), +(1023738, 4729, 0, 1, 1, 1, 'Aurora Mantle'), +(1023738, 4731, 0, 1, 1, 1, 'Glyphed Epaulets'), +(1023738, 4732, 0, 1, 1, 1, 'Glyphed Cloak'), +(1023738, 4735, 0, 1, 1, 1, 'Mistscape Cloak'), +(1023738, 5009, 0, 1, 1, 1, 'Mindbender Loop'), +(1023738, 5011, 0, 1, 1, 1, 'Welken Ring'), +(1023738, 5215, 0, 1, 1, 1, 'Ember Wand'), +(1023738, 6402, 0, 1, 1, 1, 'Mail Combat Leggings'), +(1023738, 6405, 0, 1, 1, 1, 'Nightsky Trousers'), +(1023738, 6411, 0, 1, 1, 1, 'Chief Brigadier Armor'), +(1023738, 6412, 0, 1, 1, 1, 'Chief Brigadier Boots'), +(1023738, 6413, 0, 1, 1, 1, 'Chief Brigadier Bracers'), +(1023738, 6415, 0, 1, 1, 1, 'Aurora Robe'), +(1023738, 6416, 0, 1, 1, 1, 'Aurora Boots'), +(1023738, 6417, 0, 1, 1, 1, 'Aurora Cloak'), +(1023738, 6418, 0, 1, 1, 1, 'Aurora Sash'), +(1023738, 6419, 0, 1, 1, 1, 'Glyphed Mitts'), +(1023738, 6420, 0, 1, 1, 1, 'Glyphed Boots'), +(1023738, 6421, 0, 1, 1, 1, 'Glyphed Belt'), +(1023738, 6422, 0, 1, 1, 1, 'Glyphed Helm'), +(1023738, 6432, 0, 1, 1, 1, 'Imperial Cloak'), +(1023738, 7111, 0, 1, 1, 1, 'Nightsky Armor'), +(1023738, 7112, 0, 1, 1, 1, 'Aurora Armor'), +(1023738, 7429, 0, 1, 1, 1, 'Twilight Armor'), +(1023738, 7430, 0, 1, 1, 1, 'Twilight Robe'), +(1023738, 7431, 0, 1, 1, 1, 'Twilight Pants'), +(1023738, 7432, 0, 1, 1, 1, 'Twilight Cowl'), +(1023738, 7433, 0, 1, 1, 1, 'Twilight Gloves'), +(1023738, 7434, 0, 1, 1, 1, 'Twilight Boots'), +(1023738, 7435, 0, 1, 1, 1, 'Twilight Mantle'), +(1023738, 7437, 0, 1, 1, 1, 'Twilight Cuffs'), +(1023738, 7438, 0, 1, 1, 1, 'Twilight Belt'), +(1023738, 7439, 0, 1, 1, 1, 'Sentinel Breastplate'), +(1023738, 7440, 0, 1, 1, 1, 'Sentinel Trousers'), +(1023738, 7441, 0, 1, 1, 1, 'Sentinel Cap'), +(1023738, 7443, 0, 1, 1, 1, 'Sentinel Gloves'), +(1023738, 7444, 0, 1, 1, 1, 'Sentinel Boots'), +(1023738, 7445, 0, 1, 1, 1, 'Sentinel Shoulders'), +(1023738, 7446, 0, 1, 1, 1, 'Sentinel Cloak'), +(1023738, 7447, 0, 1, 1, 1, 'Sentinel Bracers'), +(1023738, 7448, 0, 1, 1, 1, 'Sentinel Girdle'), +(1023738, 7454, 0, 1, 1, 1, 'Knight\'s Breastplate'), +(1023738, 7455, 0, 1, 1, 1, 'Knight\'s Legguards'), +(1023738, 7456, 0, 1, 1, 1, 'Knight\'s Headguard'), +(1023738, 7457, 0, 1, 1, 1, 'Knight\'s Gauntlets'), +(1023738, 7458, 0, 1, 1, 1, 'Knight\'s Boots'), +(1023738, 7459, 0, 1, 1, 1, 'Knight\'s Pauldrons'), +(1023738, 7461, 0, 1, 1, 1, 'Knight\'s Bracers'), +(1023738, 7462, 0, 1, 1, 1, 'Knight\'s Girdle'), +(1023738, 7463, 0, 1, 1, 1, 'Sentinel Buckler'), +(1023738, 7465, 0, 1, 1, 1, 'Knight\'s Crest'), +(1023738, 7472, 0, 1, 1, 1, 'Regal Boots'), +(1023738, 7474, 0, 1, 1, 1, 'Regal Cloak'), +(1023738, 7475, 0, 1, 1, 1, 'Regal Cuffs'), +(1023738, 7476, 0, 1, 1, 1, 'Regal Sash'), +(1023738, 7480, 0, 1, 1, 1, 'Ranger Gloves'), +(1023738, 7483, 0, 1, 1, 1, 'Ranger Cloak'), +(1023738, 7484, 0, 1, 1, 1, 'Ranger Wristguards'), +(1023738, 7485, 0, 1, 1, 1, 'Ranger Cord'), +(1023738, 7489, 0, 1, 1, 1, 'Captain\'s Gauntlets'), +(1023738, 7492, 0, 1, 1, 1, 'Captain\'s Cloak'), +(1023738, 7493, 0, 1, 1, 1, 'Captain\'s Bracers'), +(1023738, 7494, 0, 1, 1, 1, 'Captain\'s Waistguard'), +(1023738, 7556, 0, 1, 1, 1, 'Twilight Orb'), +(1023738, 7610, 0, 1, 1, 1, 'Aurora Sphere'), +(1023738, 8156, 0, 1, 1, 1, 'Jouster\'s Wristguards'), +(1023738, 8158, 0, 1, 1, 1, 'Jouster\'s Gauntlets'), +(1023738, 8159, 0, 1, 1, 1, 'Jouster\'s Girdle'), +(1023738, 8160, 0, 1, 1, 1, 'Jouster\'s Greaves'), +(1023738, 8161, 0, 1, 1, 1, 'Jouster\'s Visor'), +(1023738, 8162, 0, 1, 1, 1, 'Jouster\'s Legplates'), +(1023738, 8163, 0, 1, 1, 1, 'Jouster\'s Pauldrons'), +(1023738, 8188, 0, 1, 1, 1, 'Explosive Shotgun'), +(1023738, 9285, 0, 1, 1, 1, 'Field Plate Vambraces'), +(1023738, 9287, 0, 1, 1, 1, 'Field Plate Gauntlets'), +(1023738, 9288, 0, 1, 1, 1, 'Field Plate Girdle'), +(1023738, 9289, 0, 1, 1, 1, 'Field Plate Boots'), +(1023738, 9844, 0, 1, 1, 1, 'Conjurer\'s Vest'), +(1023738, 9848, 0, 1, 1, 1, 'Conjurer\'s Gloves'), +(1023738, 9849, 0, 1, 1, 1, 'Conjurer\'s Hood'), +(1023738, 9850, 0, 1, 1, 1, 'Conjurer\'s Mantle'), +(1023738, 9851, 0, 1, 1, 1, 'Conjurer\'s Breeches'), +(1023738, 9852, 0, 1, 1, 1, 'Conjurer\'s Robe'), +(1023738, 9854, 0, 1, 1, 1, 'Archer\'s Jerkin'), +(1023738, 9856, 0, 1, 1, 1, 'Archer\'s Boots'), +(1023738, 9858, 0, 1, 1, 1, 'Archer\'s Buckler'), +(1023738, 9859, 0, 1, 1, 1, 'Archer\'s Cap'), +(1023738, 9862, 0, 1, 1, 1, 'Archer\'s Trousers'), +(1023738, 9863, 0, 1, 1, 1, 'Archer\'s Shoulderpads'), +(1023738, 9864, 0, 1, 1, 1, 'Renegade Boots'), +(1023738, 9866, 0, 1, 1, 1, 'Renegade Chestguard'), +(1023738, 9870, 0, 1, 1, 1, 'Renegade Circlet'), +(1023738, 9871, 0, 1, 1, 1, 'Renegade Leggings'), +(1023738, 9872, 0, 1, 1, 1, 'Renegade Pauldrons'), +(1023738, 9873, 0, 1, 1, 1, 'Renegade Shield'), +(1023738, 9875, 0, 1, 1, 1, 'Sorcerer Sash'), +(1023738, 9876, 0, 1, 1, 1, 'Sorcerer Slippers'), +(1023738, 9877, 0, 1, 1, 1, 'Sorcerer Cloak'), +(1023738, 9878, 0, 1, 1, 1, 'Sorcerer Hat'), +(1023738, 9879, 0, 1, 1, 1, 'Sorcerer Bracelets'), +(1023738, 9880, 0, 1, 1, 1, 'Sorcerer Gloves'), +(1023738, 9881, 0, 1, 1, 1, 'Sorcerer Mantle'), +(1023738, 9885, 0, 1, 1, 1, 'Huntsman\'s Boots'), +(1023738, 9886, 0, 1, 1, 1, 'Huntsman\'s Bands'), +(1023738, 9889, 0, 1, 1, 1, 'Huntsman\'s Cap'), +(1023738, 9890, 0, 1, 1, 1, 'Huntsman\'s Cape'), +(1023738, 9891, 0, 1, 1, 1, 'Huntsman\'s Belt'), +(1023738, 9892, 0, 1, 1, 1, 'Huntsman\'s Gloves'), +(1023738, 9894, 0, 1, 1, 1, 'Huntsman\'s Shoulders'), +(1023738, 9895, 0, 1, 1, 1, 'Jazeraint Boots'), +(1023738, 9896, 0, 1, 1, 1, 'Jazeraint Bracers'), +(1023738, 9898, 0, 1, 1, 1, 'Jazeraint Cloak'), +(1023738, 9900, 0, 1, 1, 1, 'Jazeraint Gauntlets'), +(1023738, 9901, 0, 1, 1, 1, 'Jazeraint Belt'), +(1023738, 9902, 0, 1, 1, 1, 'Jazeraint Helm'), +(1023738, 9904, 0, 1, 1, 1, 'Jazeraint Pauldrons'), +(1023738, 9929, 0, 1, 1, 1, 'Brigade Cloak'), +(1023738, 11971, 0, 1, 1, 1, 'Amethyst Band'), +(1023738, 11972, 0, 1, 1, 1, 'Carnelian Loop'), +(1023738, 11986, 0, 1, 1, 1, 'Thallium Hoop'), +(1023738, 11997, 0, 1, 1, 1, 'Greenstone Circle'), +(1023738, 12010, 0, 1, 1, 1, 'Fen Ring'), +(1023738, 12011, 0, 1, 1, 1, 'Forest Hoop'), +(1023738, 12020, 0, 1, 1, 1, 'Thallium Choker'), +(1023738, 12022, 0, 1, 1, 1, 'Iridium Chain'), +(1023738, 12030, 0, 1, 1, 1, 'Jet Chain'), +(1023738, 12040, 0, 1, 1, 1, 'Forest Pendant'), +(1023738, 14202, 0, 1, 1, 1, 'Thistlefur Jerkin'), +(1023738, 14204, 0, 1, 1, 1, 'Thistlefur Robe'), +(1023738, 14207, 0, 1, 1, 1, 'Vital Leggings'), +(1023738, 14208, 0, 1, 1, 1, 'Vital Headband'), +(1023738, 14213, 0, 1, 1, 1, 'Vital Raiment'), +(1023738, 14215, 0, 1, 1, 1, 'Vital Tunic'), +(1023738, 14216, 0, 1, 1, 1, 'Geomancer\'s Jerkin'), +(1023738, 14217, 0, 1, 1, 1, 'Geomancer\'s Cord'), +(1023738, 14218, 0, 1, 1, 1, 'Geomancer\'s Boots'), +(1023738, 14220, 0, 1, 1, 1, 'Geomancer\'s Cap'), +(1023738, 14222, 0, 1, 1, 1, 'Geomancer\'s Gloves'), +(1023738, 14223, 0, 1, 1, 1, 'Geomancer\'s Spaulders'), +(1023738, 14224, 0, 1, 1, 1, 'Geomancer\'s Trousers'), +(1023738, 14225, 0, 1, 1, 1, 'Geomancer\'s Wraps'), +(1023738, 14226, 0, 1, 1, 1, 'Embersilk Bracelets'), +(1023738, 14228, 0, 1, 1, 1, 'Embersilk Coronet'), +(1023738, 14229, 0, 1, 1, 1, 'Embersilk Cloak'), +(1023738, 14231, 0, 1, 1, 1, 'Embersilk Mitts'), +(1023738, 14232, 0, 1, 1, 1, 'Embersilk Mantle'), +(1023738, 14233, 0, 1, 1, 1, 'Embersilk Leggings'), +(1023738, 14235, 0, 1, 1, 1, 'Embersilk Cord'), +(1023738, 14236, 0, 1, 1, 1, 'Embersilk Boots'), +(1023738, 14238, 0, 1, 1, 1, 'Darkmist Boots'), +(1023738, 14239, 0, 1, 1, 1, 'Darkmist Cape'), +(1023738, 14240, 0, 1, 1, 1, 'Darkmist Bands'), +(1023738, 14241, 0, 1, 1, 1, 'Darkmist Handguards'), +(1023738, 14245, 0, 1, 1, 1, 'Darkmist Girdle'), +(1023738, 14248, 0, 1, 1, 1, 'Lunar Bindings'), +(1023738, 14251, 0, 1, 1, 1, 'Lunar Cloak'), +(1023738, 14407, 0, 1, 1, 1, 'Stonecloth Vest'), +(1023738, 14410, 0, 1, 1, 1, 'Stonecloth Circlet'), +(1023738, 14412, 0, 1, 1, 1, 'Stonecloth Epaulets'), +(1023738, 14413, 0, 1, 1, 1, 'Stonecloth Robe'), +(1023738, 14415, 0, 1, 1, 1, 'Stonecloth Britches'), +(1023738, 14418, 0, 1, 1, 1, 'Silksand Boots'), +(1023738, 14419, 0, 1, 1, 1, 'Silksand Bracers'), +(1023738, 14420, 0, 1, 1, 1, 'Silksand Cape'), +(1023738, 14422, 0, 1, 1, 1, 'Silksand Gloves'), +(1023738, 14423, 0, 1, 1, 1, 'Silksand Shoulder Pads'), +(1023738, 14426, 0, 1, 1, 1, 'Silksand Girdle'), +(1023738, 14588, 0, 1, 1, 1, 'Hawkeye\'s Cord'), +(1023738, 14589, 0, 1, 1, 1, 'Hawkeye\'s Shoes'), +(1023738, 14591, 0, 1, 1, 1, 'Hawkeye\'s Helm'), +(1023738, 14592, 0, 1, 1, 1, 'Hawkeye\'s Tunic'), +(1023738, 14594, 0, 1, 1, 1, 'Hawkeye\'s Gloves'), +(1023738, 14595, 0, 1, 1, 1, 'Hawkeye\'s Breeches'), +(1023738, 14596, 0, 1, 1, 1, 'Hawkeye\'s Epaulets'), +(1023738, 14598, 0, 1, 1, 1, 'Warden\'s Waistband'), +(1023738, 14600, 0, 1, 1, 1, 'Warden\'s Wristbands'), +(1023738, 14602, 0, 1, 1, 1, 'Warden\'s Cloak'), +(1023738, 14603, 0, 1, 1, 1, 'Warden\'s Mantle'), +(1023738, 14606, 0, 1, 1, 1, 'Warden\'s Gloves'), +(1023738, 14607, 0, 1, 1, 1, 'Hawkeye\'s Buckler'), +(1023738, 14760, 0, 1, 1, 1, 'Enduring Breastplate'), +(1023738, 14762, 0, 1, 1, 1, 'Enduring Boots'), +(1023738, 14765, 0, 1, 1, 1, 'Enduring Circlet'), +(1023738, 14766, 0, 1, 1, 1, 'Enduring Breeches'), +(1023738, 14767, 0, 1, 1, 1, 'Enduring Pauldrons'), +(1023738, 14770, 0, 1, 1, 1, 'Ravager\'s Armguards'), +(1023738, 14771, 0, 1, 1, 1, 'Ravager\'s Cloak'), +(1023738, 14772, 0, 1, 1, 1, 'Ravager\'s Handwraps'), +(1023738, 14773, 0, 1, 1, 1, 'Ravager\'s Cord'), +(1023738, 14826, 0, 1, 1, 1, 'Symbolic Gauntlets'), +(1023738, 14827, 0, 1, 1, 1, 'Symbolic Belt'), +(1023738, 14832, 0, 1, 1, 1, 'Symbolic Vambraces'), +(1023738, 14895, 0, 1, 1, 1, 'Saltstone Surcoat'), +(1023738, 14896, 0, 1, 1, 1, 'Saltstone Sabatons'), +(1023738, 14897, 0, 1, 1, 1, 'Saltstone Gauntlets'), +(1023738, 14898, 0, 1, 1, 1, 'Saltstone Girdle'), +(1023738, 14899, 0, 1, 1, 1, 'Saltstone Helm'), +(1023738, 14900, 0, 1, 1, 1, 'Saltstone Legplates'), +(1023738, 14901, 0, 1, 1, 1, 'Saltstone Shoulder Pads'), +(1023738, 14902, 0, 1, 1, 1, 'Saltstone Shield'), +(1023738, 14903, 0, 1, 1, 1, 'Saltstone Armsplints'), +(1023738, 15134, 0, 1, 1, 1, 'Cutthroat\'s Hat'), +(1023738, 15144, 0, 1, 1, 1, 'Ghostwalker Rags'), +(1023738, 15145, 0, 1, 1, 1, 'Ghostwalker Buckler'), +(1023738, 15146, 0, 1, 1, 1, 'Ghostwalker Crown'), +(1023738, 15149, 0, 1, 1, 1, 'Ghostwalker Gloves'), +(1023738, 15150, 0, 1, 1, 1, 'Ghostwalker Pads'), +(1023738, 15151, 0, 1, 1, 1, 'Ghostwalker Legguards'), +(1023738, 15152, 0, 1, 1, 1, 'Nocturnal Shoes'), +(1023738, 15153, 0, 1, 1, 1, 'Nocturnal Cloak'), +(1023738, 15154, 0, 1, 1, 1, 'Nocturnal Sash'), +(1023738, 15155, 0, 1, 1, 1, 'Nocturnal Gloves'), +(1023738, 15157, 0, 1, 1, 1, 'Nocturnal Leggings'), +(1023738, 15158, 0, 1, 1, 1, 'Nocturnal Shoulder Pads'), +(1023738, 15160, 0, 1, 1, 1, 'Nocturnal Wristbands'), +(1023738, 15213, 0, 1, 1, 1, 'Mercenary Blade'), +(1023738, 15214, 0, 1, 1, 1, 'Nobles Brand'), +(1023738, 15226, 0, 1, 1, 1, 'Giant Club'), +(1023738, 15233, 0, 1, 1, 1, 'Savage Axe'), +(1023738, 15234, 0, 1, 1, 1, 'Greater Scythe'), +(1023738, 15243, 0, 1, 1, 1, 'Deadly Kris'), +(1023738, 15260, 0, 1, 1, 1, 'Stone Hammer'), +(1023738, 15261, 0, 1, 1, 1, 'Sequoia Branch'), +(1023738, 15322, 0, 1, 1, 1, 'Smoothbore Gun'), +(1023738, 15353, 0, 1, 1, 1, 'Headhunter\'s Headdress'), +(1023738, 15356, 0, 1, 1, 1, 'Headhunter\'s Armor'), +(1023738, 15359, 0, 1, 1, 1, 'Trickster\'s Vest'), +(1023738, 15360, 0, 1, 1, 1, 'Trickster\'s Bindings'), +(1023738, 15361, 0, 1, 1, 1, 'Trickster\'s Sash'), +(1023738, 15362, 0, 1, 1, 1, 'Trickster\'s Boots'), +(1023738, 15364, 0, 1, 1, 1, 'Trickster\'s Cloak'), +(1023738, 15365, 0, 1, 1, 1, 'Trickster\'s Handwraps'), +(1023738, 15366, 0, 1, 1, 1, 'Trickster\'s Leggings'), +(1023738, 15367, 0, 1, 1, 1, 'Trickster\'s Protector'), +(1023738, 15368, 0, 1, 1, 1, 'Trickster\'s Pauldrons'), +(1023738, 15371, 0, 1, 1, 1, 'Wolf Rider\'s Cloak'), +(1023738, 15546, 0, 1, 1, 1, 'Thick Scale Breastplate'), +(1023738, 15552, 0, 1, 1, 1, 'Thick Scale Shield'), +(1023738, 15557, 0, 1, 1, 1, 'Pillager\'s Chestguard'), +(1023738, 15558, 0, 1, 1, 1, 'Pillager\'s Crown'), +(1023738, 15561, 0, 1, 1, 1, 'Pillager\'s Leggings'), +(1023738, 15562, 0, 1, 1, 1, 'Pillager\'s Pauldrons'), +(1023738, 15563, 0, 1, 1, 1, 'Pillager\'s Shield'), +(1023738, 15565, 0, 1, 1, 1, 'Marauder\'s Boots'), +(1023738, 15567, 0, 1, 1, 1, 'Marauder\'s Tunic'), +(1023738, 15569, 0, 1, 1, 1, 'Marauder\'s Crest'), +(1023738, 15570, 0, 1, 1, 1, 'Marauder\'s Gauntlets'), +(1023738, 15572, 0, 1, 1, 1, 'Marauder\'s Circlet'), +(1023738, 15573, 0, 1, 1, 1, 'Marauder\'s Leggings'), +(1023738, 15574, 0, 1, 1, 1, 'Marauder\'s Shoulder Pads'), +(1023738, 15575, 0, 1, 1, 1, 'Sparkleshell Belt'), +(1023738, 15576, 0, 1, 1, 1, 'Sparkleshell Sabatons'), +(1023738, 15577, 0, 1, 1, 1, 'Sparkleshell Bracers'), +(1023738, 15578, 0, 1, 1, 1, 'Sparkleshell Breastplate'), +(1023738, 15580, 0, 1, 1, 1, 'Sparkleshell Headwrap'), +(1023738, 15581, 0, 1, 1, 1, 'Sparkleshell Gauntlets'), +(1023738, 15582, 0, 1, 1, 1, 'Sparkleshell Legguards'), +(1023738, 15583, 0, 1, 1, 1, 'Sparkleshell Shoulder Pads'), +(1023738, 15584, 0, 1, 1, 1, 'Sparkleshell Shield'), +(1023738, 15589, 0, 1, 1, 1, 'Steadfast Stompers'), +(1023738, 15590, 0, 1, 1, 1, 'Steadfast Bracelets'), +(1023738, 15594, 0, 1, 1, 1, 'Steadfast Cloak'), +(1023738, 15595, 0, 1, 1, 1, 'Steadfast Gloves'), +(1023738, 15596, 0, 1, 1, 1, 'Steadfast Legplates'), +(1023738, 15598, 0, 1, 1, 1, 'Steadfast Girdle'), +(1023738, 15603, 0, 1, 1, 1, 'Ancient Cloak'), +(1023738, 15606, 0, 1, 1, 1, 'Ancient Belt'), +(1023738, 15918, 0, 1, 1, 1, 'Conjurer\'s Sphere'), +(1023738, 15929, 0, 1, 1, 1, 'Nightsky Orb'), +(1023738, 15963, 0, 1, 1, 1, 'Stonecloth Branch'), +(1023738, 15976, 0, 1, 1, 1, 'Thistlefur Branch'), +(1023738, 15977, 0, 1, 1, 1, 'Vital Orb'), +(1023738, 15978, 0, 1, 1, 1, 'Geomancer\'s Rod'), +(1023738, 15990, 0, 1, 1, 1, 'Enduring Shield'), +(1023838, 863, 0, 1, 1, 1, 'Gloom Reaper'), +(1023838, 864, 0, 1, 1, 1, 'Knightly Longsword'), +(1023838, 1207, 0, 1, 1, 1, 'Murphstar'), +(1023838, 1465, 0, 1, 1, 1, 'Tigerbane'), +(1023838, 1625, 0, 1, 1, 1, 'Exquisite Flamberge'), +(1023838, 1988, 0, 1, 1, 1, 'Chief Brigadier Gauntlets'), +(1023838, 4038, 0, 1, 1, 1, 'Nightsky Robe'), +(1023838, 4041, 0, 1, 1, 1, 'Aurora Cowl'), +(1023838, 4042, 0, 1, 1, 1, 'Aurora Gloves'), +(1023838, 4043, 0, 1, 1, 1, 'Aurora Bracers'), +(1023838, 4044, 0, 1, 1, 1, 'Aurora Pants'), +(1023838, 4058, 0, 1, 1, 1, 'Glyphed Breastplate'), +(1023838, 4059, 0, 1, 1, 1, 'Glyphed Bracers'), +(1023838, 4060, 0, 1, 1, 1, 'Glyphed Leggings'), +(1023838, 4067, 0, 1, 1, 1, 'Glyphed Buckler'), +(1023838, 4068, 0, 1, 1, 1, 'Chief Brigadier Shield'), +(1023838, 4070, 0, 1, 1, 1, 'Jouster\'s Crest'), +(1023838, 4078, 0, 1, 1, 1, 'Chief Brigadier Coif'), +(1023838, 4079, 0, 1, 1, 1, 'Chief Brigadier Leggings'), +(1023838, 4087, 0, 1, 1, 1, 'Trueshot Bow'), +(1023838, 4725, 0, 1, 1, 1, 'Chief Brigadier Pauldrons'), +(1023838, 4727, 0, 1, 1, 1, 'Chief Brigadier Girdle'), +(1023838, 4729, 0, 1, 1, 1, 'Aurora Mantle'), +(1023838, 4731, 0, 1, 1, 1, 'Glyphed Epaulets'), +(1023838, 4732, 0, 1, 1, 1, 'Glyphed Cloak'), +(1023838, 4735, 0, 1, 1, 1, 'Mistscape Cloak'), +(1023838, 5011, 0, 1, 1, 1, 'Welken Ring'), +(1023838, 5215, 0, 1, 1, 1, 'Ember Wand'), +(1023838, 6411, 0, 1, 1, 1, 'Chief Brigadier Armor'), +(1023838, 6412, 0, 1, 1, 1, 'Chief Brigadier Boots'), +(1023838, 6413, 0, 1, 1, 1, 'Chief Brigadier Bracers'), +(1023838, 6415, 0, 1, 1, 1, 'Aurora Robe'), +(1023838, 6416, 0, 1, 1, 1, 'Aurora Boots'), +(1023838, 6417, 0, 1, 1, 1, 'Aurora Cloak'), +(1023838, 6418, 0, 1, 1, 1, 'Aurora Sash'), +(1023838, 6419, 0, 1, 1, 1, 'Glyphed Mitts'), +(1023838, 6420, 0, 1, 1, 1, 'Glyphed Boots'), +(1023838, 6421, 0, 1, 1, 1, 'Glyphed Belt'), +(1023838, 6422, 0, 1, 1, 1, 'Glyphed Helm'), +(1023838, 6432, 0, 1, 1, 1, 'Imperial Cloak'), +(1023838, 7111, 0, 1, 1, 1, 'Nightsky Armor'), +(1023838, 7112, 0, 1, 1, 1, 'Aurora Armor'), +(1023838, 7429, 0, 1, 1, 1, 'Twilight Armor'), +(1023838, 7430, 0, 1, 1, 1, 'Twilight Robe'), +(1023838, 7431, 0, 1, 1, 1, 'Twilight Pants'), +(1023838, 7432, 0, 1, 1, 1, 'Twilight Cowl'), +(1023838, 7433, 0, 1, 1, 1, 'Twilight Gloves'), +(1023838, 7434, 0, 1, 1, 1, 'Twilight Boots'), +(1023838, 7435, 0, 1, 1, 1, 'Twilight Mantle'), +(1023838, 7439, 0, 1, 1, 1, 'Sentinel Breastplate'), +(1023838, 7440, 0, 1, 1, 1, 'Sentinel Trousers'), +(1023838, 7441, 0, 1, 1, 1, 'Sentinel Cap'), +(1023838, 7443, 0, 1, 1, 1, 'Sentinel Gloves'), +(1023838, 7444, 0, 1, 1, 1, 'Sentinel Boots'), +(1023838, 7445, 0, 1, 1, 1, 'Sentinel Shoulders'), +(1023838, 7454, 0, 1, 1, 1, 'Knight\'s Breastplate'), +(1023838, 7455, 0, 1, 1, 1, 'Knight\'s Legguards'), +(1023838, 7456, 0, 1, 1, 1, 'Knight\'s Headguard'), +(1023838, 7457, 0, 1, 1, 1, 'Knight\'s Gauntlets'), +(1023838, 7458, 0, 1, 1, 1, 'Knight\'s Boots'), +(1023838, 7459, 0, 1, 1, 1, 'Knight\'s Pauldrons'), +(1023838, 7462, 0, 1, 1, 1, 'Knight\'s Girdle'), +(1023838, 7463, 0, 1, 1, 1, 'Sentinel Buckler'), +(1023838, 7465, 0, 1, 1, 1, 'Knight\'s Crest'), +(1023838, 7472, 0, 1, 1, 1, 'Regal Boots'), +(1023838, 7474, 0, 1, 1, 1, 'Regal Cloak'), +(1023838, 7475, 0, 1, 1, 1, 'Regal Cuffs'), +(1023838, 7476, 0, 1, 1, 1, 'Regal Sash'), +(1023838, 7480, 0, 1, 1, 1, 'Ranger Gloves'), +(1023838, 7483, 0, 1, 1, 1, 'Ranger Cloak'), +(1023838, 7484, 0, 1, 1, 1, 'Ranger Wristguards'), +(1023838, 7485, 0, 1, 1, 1, 'Ranger Cord'), +(1023838, 7489, 0, 1, 1, 1, 'Captain\'s Gauntlets'), +(1023838, 7492, 0, 1, 1, 1, 'Captain\'s Cloak'), +(1023838, 7493, 0, 1, 1, 1, 'Captain\'s Bracers'), +(1023838, 7494, 0, 1, 1, 1, 'Captain\'s Waistguard'), +(1023838, 7556, 0, 1, 1, 1, 'Twilight Orb'), +(1023838, 7610, 0, 1, 1, 1, 'Aurora Sphere'), +(1023838, 8156, 0, 1, 1, 1, 'Jouster\'s Wristguards'), +(1023838, 8158, 0, 1, 1, 1, 'Jouster\'s Gauntlets'), +(1023838, 8159, 0, 1, 1, 1, 'Jouster\'s Girdle'), +(1023838, 8160, 0, 1, 1, 1, 'Jouster\'s Greaves'), +(1023838, 8161, 0, 1, 1, 1, 'Jouster\'s Visor'), +(1023838, 8162, 0, 1, 1, 1, 'Jouster\'s Legplates'), +(1023838, 8163, 0, 1, 1, 1, 'Jouster\'s Pauldrons'), +(1023838, 8188, 0, 1, 1, 1, 'Explosive Shotgun'), +(1023838, 9285, 0, 1, 1, 1, 'Field Plate Vambraces'), +(1023838, 9287, 0, 1, 1, 1, 'Field Plate Gauntlets'), +(1023838, 9288, 0, 1, 1, 1, 'Field Plate Girdle'), +(1023838, 9289, 0, 1, 1, 1, 'Field Plate Boots'), +(1023838, 9844, 0, 1, 1, 1, 'Conjurer\'s Vest'), +(1023838, 9851, 0, 1, 1, 1, 'Conjurer\'s Breeches'), +(1023838, 9852, 0, 1, 1, 1, 'Conjurer\'s Robe'), +(1023838, 9854, 0, 1, 1, 1, 'Archer\'s Jerkin'), +(1023838, 9862, 0, 1, 1, 1, 'Archer\'s Trousers'), +(1023838, 9863, 0, 1, 1, 1, 'Archer\'s Shoulderpads'), +(1023838, 9866, 0, 1, 1, 1, 'Renegade Chestguard'), +(1023838, 9871, 0, 1, 1, 1, 'Renegade Leggings'), +(1023838, 9872, 0, 1, 1, 1, 'Renegade Pauldrons'), +(1023838, 9873, 0, 1, 1, 1, 'Renegade Shield'), +(1023838, 9875, 0, 1, 1, 1, 'Sorcerer Sash'), +(1023838, 9876, 0, 1, 1, 1, 'Sorcerer Slippers'), +(1023838, 9877, 0, 1, 1, 1, 'Sorcerer Cloak'), +(1023838, 9878, 0, 1, 1, 1, 'Sorcerer Hat'), +(1023838, 9879, 0, 1, 1, 1, 'Sorcerer Bracelets'), +(1023838, 9880, 0, 1, 1, 1, 'Sorcerer Gloves'), +(1023838, 9881, 0, 1, 1, 1, 'Sorcerer Mantle'), +(1023838, 9885, 0, 1, 1, 1, 'Huntsman\'s Boots'), +(1023838, 9886, 0, 1, 1, 1, 'Huntsman\'s Bands'), +(1023838, 9889, 0, 1, 1, 1, 'Huntsman\'s Cap'), +(1023838, 9890, 0, 1, 1, 1, 'Huntsman\'s Cape'), +(1023838, 9891, 0, 1, 1, 1, 'Huntsman\'s Belt'), +(1023838, 9892, 0, 1, 1, 1, 'Huntsman\'s Gloves'), +(1023838, 9894, 0, 1, 1, 1, 'Huntsman\'s Shoulders'), +(1023838, 9895, 0, 1, 1, 1, 'Jazeraint Boots'), +(1023838, 9896, 0, 1, 1, 1, 'Jazeraint Bracers'), +(1023838, 9898, 0, 1, 1, 1, 'Jazeraint Cloak'), +(1023838, 9900, 0, 1, 1, 1, 'Jazeraint Gauntlets'), +(1023838, 9901, 0, 1, 1, 1, 'Jazeraint Belt'), +(1023838, 9902, 0, 1, 1, 1, 'Jazeraint Helm'), +(1023838, 9904, 0, 1, 1, 1, 'Jazeraint Pauldrons'), +(1023838, 9929, 0, 1, 1, 1, 'Brigade Cloak'), +(1023838, 11971, 0, 1, 1, 1, 'Amethyst Band'), +(1023838, 11972, 0, 1, 1, 1, 'Carnelian Loop'), +(1023838, 11986, 0, 1, 1, 1, 'Thallium Hoop'), +(1023838, 11997, 0, 1, 1, 1, 'Greenstone Circle'), +(1023838, 12010, 0, 1, 1, 1, 'Fen Ring'), +(1023838, 12011, 0, 1, 1, 1, 'Forest Hoop'), +(1023838, 12022, 0, 1, 1, 1, 'Iridium Chain'), +(1023838, 12030, 0, 1, 1, 1, 'Jet Chain'), +(1023838, 12040, 0, 1, 1, 1, 'Forest Pendant'), +(1023838, 14213, 0, 1, 1, 1, 'Vital Raiment'), +(1023838, 14215, 0, 1, 1, 1, 'Vital Tunic'), +(1023838, 14216, 0, 1, 1, 1, 'Geomancer\'s Jerkin'), +(1023838, 14218, 0, 1, 1, 1, 'Geomancer\'s Boots'), +(1023838, 14220, 0, 1, 1, 1, 'Geomancer\'s Cap'), +(1023838, 14222, 0, 1, 1, 1, 'Geomancer\'s Gloves'), +(1023838, 14223, 0, 1, 1, 1, 'Geomancer\'s Spaulders'), +(1023838, 14224, 0, 1, 1, 1, 'Geomancer\'s Trousers'), +(1023838, 14225, 0, 1, 1, 1, 'Geomancer\'s Wraps'), +(1023838, 14226, 0, 1, 1, 1, 'Embersilk Bracelets'), +(1023838, 14228, 0, 1, 1, 1, 'Embersilk Coronet'), +(1023838, 14231, 0, 1, 1, 1, 'Embersilk Mitts'), +(1023838, 14232, 0, 1, 1, 1, 'Embersilk Mantle'), +(1023838, 14233, 0, 1, 1, 1, 'Embersilk Leggings'), +(1023838, 14235, 0, 1, 1, 1, 'Embersilk Cord'), +(1023838, 14236, 0, 1, 1, 1, 'Embersilk Boots'), +(1023838, 14238, 0, 1, 1, 1, 'Darkmist Boots'), +(1023838, 14239, 0, 1, 1, 1, 'Darkmist Cape'), +(1023838, 14240, 0, 1, 1, 1, 'Darkmist Bands'), +(1023838, 14241, 0, 1, 1, 1, 'Darkmist Handguards'), +(1023838, 14245, 0, 1, 1, 1, 'Darkmist Girdle'), +(1023838, 14248, 0, 1, 1, 1, 'Lunar Bindings'), +(1023838, 14251, 0, 1, 1, 1, 'Lunar Cloak'), +(1023838, 14407, 0, 1, 1, 1, 'Stonecloth Vest'), +(1023838, 14410, 0, 1, 1, 1, 'Stonecloth Circlet'), +(1023838, 14413, 0, 1, 1, 1, 'Stonecloth Robe'), +(1023838, 14415, 0, 1, 1, 1, 'Stonecloth Britches'), +(1023838, 14418, 0, 1, 1, 1, 'Silksand Boots'), +(1023838, 14419, 0, 1, 1, 1, 'Silksand Bracers'), +(1023838, 14420, 0, 1, 1, 1, 'Silksand Cape'), +(1023838, 14422, 0, 1, 1, 1, 'Silksand Gloves'), +(1023838, 14423, 0, 1, 1, 1, 'Silksand Shoulder Pads'), +(1023838, 14426, 0, 1, 1, 1, 'Silksand Girdle'), +(1023838, 14589, 0, 1, 1, 1, 'Hawkeye\'s Shoes'), +(1023838, 14591, 0, 1, 1, 1, 'Hawkeye\'s Helm'), +(1023838, 14592, 0, 1, 1, 1, 'Hawkeye\'s Tunic'), +(1023838, 14594, 0, 1, 1, 1, 'Hawkeye\'s Gloves'), +(1023838, 14595, 0, 1, 1, 1, 'Hawkeye\'s Breeches'), +(1023838, 14596, 0, 1, 1, 1, 'Hawkeye\'s Epaulets'), +(1023838, 14598, 0, 1, 1, 1, 'Warden\'s Waistband'), +(1023838, 14600, 0, 1, 1, 1, 'Warden\'s Wristbands'), +(1023838, 14602, 0, 1, 1, 1, 'Warden\'s Cloak'), +(1023838, 14603, 0, 1, 1, 1, 'Warden\'s Mantle'), +(1023838, 14606, 0, 1, 1, 1, 'Warden\'s Gloves'), +(1023838, 14607, 0, 1, 1, 1, 'Hawkeye\'s Buckler'), +(1023838, 14760, 0, 1, 1, 1, 'Enduring Breastplate'), +(1023838, 14762, 0, 1, 1, 1, 'Enduring Boots'), +(1023838, 14765, 0, 1, 1, 1, 'Enduring Circlet'), +(1023838, 14766, 0, 1, 1, 1, 'Enduring Breeches'), +(1023838, 14767, 0, 1, 1, 1, 'Enduring Pauldrons'), +(1023838, 14770, 0, 1, 1, 1, 'Ravager\'s Armguards'), +(1023838, 14771, 0, 1, 1, 1, 'Ravager\'s Cloak'), +(1023838, 14772, 0, 1, 1, 1, 'Ravager\'s Handwraps'), +(1023838, 14773, 0, 1, 1, 1, 'Ravager\'s Cord'), +(1023838, 14826, 0, 1, 1, 1, 'Symbolic Gauntlets'), +(1023838, 14827, 0, 1, 1, 1, 'Symbolic Belt'), +(1023838, 14832, 0, 1, 1, 1, 'Symbolic Vambraces'), +(1023838, 14895, 0, 1, 1, 1, 'Saltstone Surcoat'), +(1023838, 14896, 0, 1, 1, 1, 'Saltstone Sabatons'), +(1023838, 14897, 0, 1, 1, 1, 'Saltstone Gauntlets'), +(1023838, 14898, 0, 1, 1, 1, 'Saltstone Girdle'), +(1023838, 14899, 0, 1, 1, 1, 'Saltstone Helm'), +(1023838, 14900, 0, 1, 1, 1, 'Saltstone Legplates'), +(1023838, 14901, 0, 1, 1, 1, 'Saltstone Shoulder Pads'), +(1023838, 14902, 0, 1, 1, 1, 'Saltstone Shield'), +(1023838, 14903, 0, 1, 1, 1, 'Saltstone Armsplints'), +(1023838, 15134, 0, 1, 1, 1, 'Cutthroat\'s Hat'), +(1023838, 15144, 0, 1, 1, 1, 'Ghostwalker Rags'), +(1023838, 15146, 0, 1, 1, 1, 'Ghostwalker Crown'), +(1023838, 15152, 0, 1, 1, 1, 'Nocturnal Shoes'), +(1023838, 15153, 0, 1, 1, 1, 'Nocturnal Cloak'), +(1023838, 15154, 0, 1, 1, 1, 'Nocturnal Sash'), +(1023838, 15155, 0, 1, 1, 1, 'Nocturnal Gloves'), +(1023838, 15157, 0, 1, 1, 1, 'Nocturnal Leggings'), +(1023838, 15158, 0, 1, 1, 1, 'Nocturnal Shoulder Pads'), +(1023838, 15160, 0, 1, 1, 1, 'Nocturnal Wristbands'), +(1023838, 15214, 0, 1, 1, 1, 'Nobles Brand'), +(1023838, 15226, 0, 1, 1, 1, 'Giant Club'), +(1023838, 15233, 0, 1, 1, 1, 'Savage Axe'), +(1023838, 15234, 0, 1, 1, 1, 'Greater Scythe'), +(1023838, 15260, 0, 1, 1, 1, 'Stone Hammer'), +(1023838, 15261, 0, 1, 1, 1, 'Sequoia Branch'), +(1023838, 15322, 0, 1, 1, 1, 'Smoothbore Gun'), +(1023838, 15353, 0, 1, 1, 1, 'Headhunter\'s Headdress'), +(1023838, 15359, 0, 1, 1, 1, 'Trickster\'s Vest'), +(1023838, 15360, 0, 1, 1, 1, 'Trickster\'s Bindings'), +(1023838, 15361, 0, 1, 1, 1, 'Trickster\'s Sash'), +(1023838, 15362, 0, 1, 1, 1, 'Trickster\'s Boots'), +(1023838, 15365, 0, 1, 1, 1, 'Trickster\'s Handwraps'), +(1023838, 15366, 0, 1, 1, 1, 'Trickster\'s Leggings'), +(1023838, 15367, 0, 1, 1, 1, 'Trickster\'s Protector'), +(1023838, 15368, 0, 1, 1, 1, 'Trickster\'s Pauldrons'), +(1023838, 15371, 0, 1, 1, 1, 'Wolf Rider\'s Cloak'), +(1023838, 15557, 0, 1, 1, 1, 'Pillager\'s Chestguard'), +(1023838, 15558, 0, 1, 1, 1, 'Pillager\'s Crown'), +(1023838, 15563, 0, 1, 1, 1, 'Pillager\'s Shield'), +(1023838, 15565, 0, 1, 1, 1, 'Marauder\'s Boots'), +(1023838, 15567, 0, 1, 1, 1, 'Marauder\'s Tunic'), +(1023838, 15569, 0, 1, 1, 1, 'Marauder\'s Crest'), +(1023838, 15572, 0, 1, 1, 1, 'Marauder\'s Circlet'), +(1023838, 15573, 0, 1, 1, 1, 'Marauder\'s Leggings'), +(1023838, 15574, 0, 1, 1, 1, 'Marauder\'s Shoulder Pads'), +(1023838, 15576, 0, 1, 1, 1, 'Sparkleshell Sabatons'), +(1023838, 15578, 0, 1, 1, 1, 'Sparkleshell Breastplate'), +(1023838, 15580, 0, 1, 1, 1, 'Sparkleshell Headwrap'), +(1023838, 15581, 0, 1, 1, 1, 'Sparkleshell Gauntlets'), +(1023838, 15582, 0, 1, 1, 1, 'Sparkleshell Legguards'), +(1023838, 15583, 0, 1, 1, 1, 'Sparkleshell Shoulder Pads'), +(1023838, 15584, 0, 1, 1, 1, 'Sparkleshell Shield'), +(1023838, 15589, 0, 1, 1, 1, 'Steadfast Stompers'), +(1023838, 15590, 0, 1, 1, 1, 'Steadfast Bracelets'), +(1023838, 15594, 0, 1, 1, 1, 'Steadfast Cloak'), +(1023838, 15595, 0, 1, 1, 1, 'Steadfast Gloves'), +(1023838, 15596, 0, 1, 1, 1, 'Steadfast Legplates'), +(1023838, 15598, 0, 1, 1, 1, 'Steadfast Girdle'), +(1023838, 15603, 0, 1, 1, 1, 'Ancient Cloak'), +(1023838, 15606, 0, 1, 1, 1, 'Ancient Belt'), +(1023838, 15918, 0, 1, 1, 1, 'Conjurer\'s Sphere'), +(1023838, 15929, 0, 1, 1, 1, 'Nightsky Orb'), +(1023838, 15963, 0, 1, 1, 1, 'Stonecloth Branch'), +(1023838, 15977, 0, 1, 1, 1, 'Vital Orb'), +(1023838, 15978, 0, 1, 1, 1, 'Geomancer\'s Rod'), +(1023838, 15990, 0, 1, 1, 1, 'Enduring Shield'), +(1023839, 863, 0, 1, 1, 1, 'Gloom Reaper'), +(1023839, 864, 0, 1, 1, 1, 'Knightly Longsword'), +(1023839, 866, 0, 1, 1, 1, 'Monk\'s Staff'), +(1023839, 1207, 0, 1, 1, 1, 'Murphstar'), +(1023839, 1465, 0, 1, 1, 1, 'Tigerbane'), +(1023839, 1625, 0, 1, 1, 1, 'Exquisite Flamberge'), +(1023839, 1640, 0, 1, 1, 1, 'Monstrous War Axe'), +(1023839, 1988, 0, 1, 1, 1, 'Chief Brigadier Gauntlets'), +(1023839, 4038, 0, 1, 1, 1, 'Nightsky Robe'), +(1023839, 4041, 0, 1, 1, 1, 'Aurora Cowl'), +(1023839, 4042, 0, 1, 1, 1, 'Aurora Gloves'), +(1023839, 4043, 0, 1, 1, 1, 'Aurora Bracers'), +(1023839, 4044, 0, 1, 1, 1, 'Aurora Pants'), +(1023839, 4045, 0, 1, 1, 1, 'Mistscape Bracers'), +(1023839, 4058, 0, 1, 1, 1, 'Glyphed Breastplate'), +(1023839, 4059, 0, 1, 1, 1, 'Glyphed Bracers'), +(1023839, 4060, 0, 1, 1, 1, 'Glyphed Leggings'), +(1023839, 4061, 0, 1, 1, 1, 'Imperial Leather Bracers'), +(1023839, 4067, 0, 1, 1, 1, 'Glyphed Buckler'), +(1023839, 4068, 0, 1, 1, 1, 'Chief Brigadier Shield'), +(1023839, 4070, 0, 1, 1, 1, 'Jouster\'s Crest'), +(1023839, 4078, 0, 1, 1, 1, 'Chief Brigadier Coif'), +(1023839, 4079, 0, 1, 1, 1, 'Chief Brigadier Leggings'), +(1023839, 4087, 0, 1, 1, 1, 'Trueshot Bow'), +(1023839, 4725, 0, 1, 1, 1, 'Chief Brigadier Pauldrons'), +(1023839, 4727, 0, 1, 1, 1, 'Chief Brigadier Girdle'), +(1023839, 4729, 0, 1, 1, 1, 'Aurora Mantle'), +(1023839, 4731, 0, 1, 1, 1, 'Glyphed Epaulets'), +(1023839, 4732, 0, 1, 1, 1, 'Glyphed Cloak'), +(1023839, 4735, 0, 1, 1, 1, 'Mistscape Cloak'), +(1023839, 4736, 0, 1, 1, 1, 'Mistscape Sash'), +(1023839, 4738, 0, 1, 1, 1, 'Imperial Leather Belt'), +(1023839, 5011, 0, 1, 1, 1, 'Welken Ring'), +(1023839, 5215, 0, 1, 1, 1, 'Ember Wand'), +(1023839, 6411, 0, 1, 1, 1, 'Chief Brigadier Armor'), +(1023839, 6412, 0, 1, 1, 1, 'Chief Brigadier Boots'), +(1023839, 6413, 0, 1, 1, 1, 'Chief Brigadier Bracers'), +(1023839, 6415, 0, 1, 1, 1, 'Aurora Robe'), +(1023839, 6416, 0, 1, 1, 1, 'Aurora Boots'), +(1023839, 6417, 0, 1, 1, 1, 'Aurora Cloak'), +(1023839, 6418, 0, 1, 1, 1, 'Aurora Sash'), +(1023839, 6419, 0, 1, 1, 1, 'Glyphed Mitts'), +(1023839, 6420, 0, 1, 1, 1, 'Glyphed Boots'), +(1023839, 6421, 0, 1, 1, 1, 'Glyphed Belt'), +(1023839, 6422, 0, 1, 1, 1, 'Glyphed Helm'), +(1023839, 6424, 0, 1, 1, 1, 'Blackforge Cape'), +(1023839, 6432, 0, 1, 1, 1, 'Imperial Cloak'), +(1023839, 7111, 0, 1, 1, 1, 'Nightsky Armor'), +(1023839, 7112, 0, 1, 1, 1, 'Aurora Armor'), +(1023839, 7429, 0, 1, 1, 1, 'Twilight Armor'), +(1023839, 7430, 0, 1, 1, 1, 'Twilight Robe'), +(1023839, 7431, 0, 1, 1, 1, 'Twilight Pants'), +(1023839, 7432, 0, 1, 1, 1, 'Twilight Cowl'), +(1023839, 7433, 0, 1, 1, 1, 'Twilight Gloves'), +(1023839, 7434, 0, 1, 1, 1, 'Twilight Boots'), +(1023839, 7435, 0, 1, 1, 1, 'Twilight Mantle'), +(1023839, 7439, 0, 1, 1, 1, 'Sentinel Breastplate'), +(1023839, 7440, 0, 1, 1, 1, 'Sentinel Trousers'), +(1023839, 7441, 0, 1, 1, 1, 'Sentinel Cap'), +(1023839, 7443, 0, 1, 1, 1, 'Sentinel Gloves'), +(1023839, 7444, 0, 1, 1, 1, 'Sentinel Boots'), +(1023839, 7445, 0, 1, 1, 1, 'Sentinel Shoulders'), +(1023839, 7454, 0, 1, 1, 1, 'Knight\'s Breastplate'), +(1023839, 7455, 0, 1, 1, 1, 'Knight\'s Legguards'), +(1023839, 7456, 0, 1, 1, 1, 'Knight\'s Headguard'), +(1023839, 7457, 0, 1, 1, 1, 'Knight\'s Gauntlets'), +(1023839, 7458, 0, 1, 1, 1, 'Knight\'s Boots'), +(1023839, 7459, 0, 1, 1, 1, 'Knight\'s Pauldrons'), +(1023839, 7462, 0, 1, 1, 1, 'Knight\'s Girdle'), +(1023839, 7463, 0, 1, 1, 1, 'Sentinel Buckler'), +(1023839, 7465, 0, 1, 1, 1, 'Knight\'s Crest'), +(1023839, 7470, 0, 1, 1, 1, 'Regal Wizard Hat'), +(1023839, 7471, 0, 1, 1, 1, 'Regal Gloves'), +(1023839, 7472, 0, 1, 1, 1, 'Regal Boots'), +(1023839, 7473, 0, 1, 1, 1, 'Regal Mantle'), +(1023839, 7474, 0, 1, 1, 1, 'Regal Cloak'), +(1023839, 7475, 0, 1, 1, 1, 'Regal Cuffs'), +(1023839, 7476, 0, 1, 1, 1, 'Regal Sash'), +(1023839, 7479, 0, 1, 1, 1, 'Ranger Helm'), +(1023839, 7480, 0, 1, 1, 1, 'Ranger Gloves'), +(1023839, 7481, 0, 1, 1, 1, 'Ranger Boots'), +(1023839, 7482, 0, 1, 1, 1, 'Ranger Shoulders'), +(1023839, 7483, 0, 1, 1, 1, 'Ranger Cloak'), +(1023839, 7484, 0, 1, 1, 1, 'Ranger Wristguards'), +(1023839, 7485, 0, 1, 1, 1, 'Ranger Cord'), +(1023839, 7488, 0, 1, 1, 1, 'Captain\'s Circlet'), +(1023839, 7489, 0, 1, 1, 1, 'Captain\'s Gauntlets'), +(1023839, 7490, 0, 1, 1, 1, 'Captain\'s Boots'), +(1023839, 7492, 0, 1, 1, 1, 'Captain\'s Cloak'), +(1023839, 7493, 0, 1, 1, 1, 'Captain\'s Bracers'), +(1023839, 7494, 0, 1, 1, 1, 'Captain\'s Waistguard'), +(1023839, 7556, 0, 1, 1, 1, 'Twilight Orb'), +(1023839, 7610, 0, 1, 1, 1, 'Aurora Sphere'), +(1023839, 8156, 0, 1, 1, 1, 'Jouster\'s Wristguards'), +(1023839, 8157, 0, 1, 1, 1, 'Jouster\'s Chestplate'), +(1023839, 8158, 0, 1, 1, 1, 'Jouster\'s Gauntlets'), +(1023839, 8159, 0, 1, 1, 1, 'Jouster\'s Girdle'), +(1023839, 8160, 0, 1, 1, 1, 'Jouster\'s Greaves'), +(1023839, 8161, 0, 1, 1, 1, 'Jouster\'s Visor'), +(1023839, 8162, 0, 1, 1, 1, 'Jouster\'s Legplates'), +(1023839, 8163, 0, 1, 1, 1, 'Jouster\'s Pauldrons'), +(1023839, 8188, 0, 1, 1, 1, 'Explosive Shotgun'), +(1023839, 9285, 0, 1, 1, 1, 'Field Plate Vambraces'), +(1023839, 9287, 0, 1, 1, 1, 'Field Plate Gauntlets'), +(1023839, 9288, 0, 1, 1, 1, 'Field Plate Girdle'), +(1023839, 9289, 0, 1, 1, 1, 'Field Plate Boots'), +(1023839, 9290, 0, 1, 1, 1, 'Field Plate Helmet'), +(1023839, 9292, 0, 1, 1, 1, 'Field Plate Pauldrons'), +(1023839, 9844, 0, 1, 1, 1, 'Conjurer\'s Vest'), +(1023839, 9851, 0, 1, 1, 1, 'Conjurer\'s Breeches'), +(1023839, 9852, 0, 1, 1, 1, 'Conjurer\'s Robe'), +(1023839, 9854, 0, 1, 1, 1, 'Archer\'s Jerkin'), +(1023839, 9862, 0, 1, 1, 1, 'Archer\'s Trousers'), +(1023839, 9863, 0, 1, 1, 1, 'Archer\'s Shoulderpads'), +(1023839, 9866, 0, 1, 1, 1, 'Renegade Chestguard'), +(1023839, 9871, 0, 1, 1, 1, 'Renegade Leggings'), +(1023839, 9872, 0, 1, 1, 1, 'Renegade Pauldrons'), +(1023839, 9873, 0, 1, 1, 1, 'Renegade Shield'), +(1023839, 9875, 0, 1, 1, 1, 'Sorcerer Sash'), +(1023839, 9876, 0, 1, 1, 1, 'Sorcerer Slippers'), +(1023839, 9877, 0, 1, 1, 1, 'Sorcerer Cloak'), +(1023839, 9878, 0, 1, 1, 1, 'Sorcerer Hat'), +(1023839, 9879, 0, 1, 1, 1, 'Sorcerer Bracelets'), +(1023839, 9880, 0, 1, 1, 1, 'Sorcerer Gloves'), +(1023839, 9881, 0, 1, 1, 1, 'Sorcerer Mantle'), +(1023839, 9883, 0, 1, 1, 1, 'Sorcerer Pants'), +(1023839, 9885, 0, 1, 1, 1, 'Huntsman\'s Boots'), +(1023839, 9886, 0, 1, 1, 1, 'Huntsman\'s Bands'), +(1023839, 9889, 0, 1, 1, 1, 'Huntsman\'s Cap'), +(1023839, 9890, 0, 1, 1, 1, 'Huntsman\'s Cape'), +(1023839, 9891, 0, 1, 1, 1, 'Huntsman\'s Belt'), +(1023839, 9892, 0, 1, 1, 1, 'Huntsman\'s Gloves'), +(1023839, 9893, 0, 1, 1, 1, 'Huntsman\'s Leggings'), +(1023839, 9894, 0, 1, 1, 1, 'Huntsman\'s Shoulders'), +(1023839, 9895, 0, 1, 1, 1, 'Jazeraint Boots'), +(1023839, 9896, 0, 1, 1, 1, 'Jazeraint Bracers'), +(1023839, 9897, 0, 1, 1, 1, 'Jazeraint Chestguard'), +(1023839, 9898, 0, 1, 1, 1, 'Jazeraint Cloak'), +(1023839, 9899, 0, 1, 1, 1, 'Jazeraint Shield'), +(1023839, 9900, 0, 1, 1, 1, 'Jazeraint Gauntlets'), +(1023839, 9901, 0, 1, 1, 1, 'Jazeraint Belt'), +(1023839, 9902, 0, 1, 1, 1, 'Jazeraint Helm'), +(1023839, 9903, 0, 1, 1, 1, 'Jazeraint Leggings'), +(1023839, 9904, 0, 1, 1, 1, 'Jazeraint Pauldrons'), +(1023839, 9927, 0, 1, 1, 1, 'Brigade Bracers'), +(1023839, 9929, 0, 1, 1, 1, 'Brigade Cloak'), +(1023839, 9968, 0, 1, 1, 1, 'Embossed Plate Girdle'), +(1023839, 9972, 0, 1, 1, 1, 'Embossed Plate Bracers'), +(1023839, 9973, 0, 1, 1, 1, 'Embossed Plate Boots'), +(1023839, 11971, 0, 1, 1, 1, 'Amethyst Band'), +(1023839, 11972, 0, 1, 1, 1, 'Carnelian Loop'), +(1023839, 11986, 0, 1, 1, 1, 'Thallium Hoop'), +(1023839, 11997, 0, 1, 1, 1, 'Greenstone Circle'), +(1023839, 11998, 0, 1, 1, 1, 'Jet Loop'), +(1023839, 12010, 0, 1, 1, 1, 'Fen Ring'), +(1023839, 12011, 0, 1, 1, 1, 'Forest Hoop'), +(1023839, 12022, 0, 1, 1, 1, 'Iridium Chain'), +(1023839, 12030, 0, 1, 1, 1, 'Jet Chain'), +(1023839, 12040, 0, 1, 1, 1, 'Forest Pendant'), +(1023839, 12042, 0, 1, 1, 1, 'Marsh Chain'), +(1023839, 14213, 0, 1, 1, 1, 'Vital Raiment'), +(1023839, 14215, 0, 1, 1, 1, 'Vital Tunic'), +(1023839, 14216, 0, 1, 1, 1, 'Geomancer\'s Jerkin'), +(1023839, 14218, 0, 1, 1, 1, 'Geomancer\'s Boots'), +(1023839, 14220, 0, 1, 1, 1, 'Geomancer\'s Cap'), +(1023839, 14222, 0, 1, 1, 1, 'Geomancer\'s Gloves'), +(1023839, 14223, 0, 1, 1, 1, 'Geomancer\'s Spaulders'), +(1023839, 14224, 0, 1, 1, 1, 'Geomancer\'s Trousers'), +(1023839, 14225, 0, 1, 1, 1, 'Geomancer\'s Wraps'), +(1023839, 14226, 0, 1, 1, 1, 'Embersilk Bracelets'), +(1023839, 14228, 0, 1, 1, 1, 'Embersilk Coronet'), +(1023839, 14230, 0, 1, 1, 1, 'Embersilk Tunic'), +(1023839, 14231, 0, 1, 1, 1, 'Embersilk Mitts'), +(1023839, 14232, 0, 1, 1, 1, 'Embersilk Mantle'), +(1023839, 14233, 0, 1, 1, 1, 'Embersilk Leggings'), +(1023839, 14234, 0, 1, 1, 1, 'Embersilk Robes'), +(1023839, 14235, 0, 1, 1, 1, 'Embersilk Cord'), +(1023839, 14236, 0, 1, 1, 1, 'Embersilk Boots'), +(1023839, 14238, 0, 1, 1, 1, 'Darkmist Boots'), +(1023839, 14239, 0, 1, 1, 1, 'Darkmist Cape'), +(1023839, 14240, 0, 1, 1, 1, 'Darkmist Bands'), +(1023839, 14241, 0, 1, 1, 1, 'Darkmist Handguards'), +(1023839, 14245, 0, 1, 1, 1, 'Darkmist Girdle'), +(1023839, 14248, 0, 1, 1, 1, 'Lunar Bindings'), +(1023839, 14250, 0, 1, 1, 1, 'Lunar Slippers'), +(1023839, 14251, 0, 1, 1, 1, 'Lunar Cloak'), +(1023839, 14255, 0, 1, 1, 1, 'Lunar Belt'), +(1023839, 14407, 0, 1, 1, 1, 'Stonecloth Vest'), +(1023839, 14410, 0, 1, 1, 1, 'Stonecloth Circlet'), +(1023839, 14413, 0, 1, 1, 1, 'Stonecloth Robe'), +(1023839, 14415, 0, 1, 1, 1, 'Stonecloth Britches'), +(1023839, 14418, 0, 1, 1, 1, 'Silksand Boots'), +(1023839, 14419, 0, 1, 1, 1, 'Silksand Bracers'), +(1023839, 14420, 0, 1, 1, 1, 'Silksand Cape'), +(1023839, 14421, 0, 1, 1, 1, 'Silksand Circlet'), +(1023839, 14422, 0, 1, 1, 1, 'Silksand Gloves'), +(1023839, 14423, 0, 1, 1, 1, 'Silksand Shoulder Pads'), +(1023839, 14424, 0, 1, 1, 1, 'Silksand Legwraps'), +(1023839, 14426, 0, 1, 1, 1, 'Silksand Girdle'), +(1023839, 14430, 0, 1, 1, 1, 'Windchaser Cloak'), +(1023839, 14589, 0, 1, 1, 1, 'Hawkeye\'s Shoes'), +(1023839, 14591, 0, 1, 1, 1, 'Hawkeye\'s Helm'), +(1023839, 14592, 0, 1, 1, 1, 'Hawkeye\'s Tunic'), +(1023839, 14594, 0, 1, 1, 1, 'Hawkeye\'s Gloves'), +(1023839, 14595, 0, 1, 1, 1, 'Hawkeye\'s Breeches'), +(1023839, 14596, 0, 1, 1, 1, 'Hawkeye\'s Epaulets'), +(1023839, 14598, 0, 1, 1, 1, 'Warden\'s Waistband'), +(1023839, 14599, 0, 1, 1, 1, 'Warden\'s Footpads'), +(1023839, 14600, 0, 1, 1, 1, 'Warden\'s Wristbands'), +(1023839, 14602, 0, 1, 1, 1, 'Warden\'s Cloak'), +(1023839, 14603, 0, 1, 1, 1, 'Warden\'s Mantle'), +(1023839, 14606, 0, 1, 1, 1, 'Warden\'s Gloves'), +(1023839, 14607, 0, 1, 1, 1, 'Hawkeye\'s Buckler'), +(1023839, 14760, 0, 1, 1, 1, 'Enduring Breastplate'), +(1023839, 14762, 0, 1, 1, 1, 'Enduring Boots'), +(1023839, 14765, 0, 1, 1, 1, 'Enduring Circlet'), +(1023839, 14766, 0, 1, 1, 1, 'Enduring Breeches'), +(1023839, 14767, 0, 1, 1, 1, 'Enduring Pauldrons'), +(1023839, 14769, 0, 1, 1, 1, 'Ravager\'s Sandals'), +(1023839, 14770, 0, 1, 1, 1, 'Ravager\'s Armguards'), +(1023839, 14771, 0, 1, 1, 1, 'Ravager\'s Cloak'), +(1023839, 14772, 0, 1, 1, 1, 'Ravager\'s Handwraps'), +(1023839, 14773, 0, 1, 1, 1, 'Ravager\'s Cord'), +(1023839, 14826, 0, 1, 1, 1, 'Symbolic Gauntlets'), +(1023839, 14827, 0, 1, 1, 1, 'Symbolic Belt'), +(1023839, 14828, 0, 1, 1, 1, 'Symbolic Greaves'), +(1023839, 14829, 0, 1, 1, 1, 'Symbolic Legplates'), +(1023839, 14830, 0, 1, 1, 1, 'Symbolic Pauldrons'), +(1023839, 14832, 0, 1, 1, 1, 'Symbolic Vambraces'), +(1023839, 14895, 0, 1, 1, 1, 'Saltstone Surcoat'), +(1023839, 14896, 0, 1, 1, 1, 'Saltstone Sabatons'), +(1023839, 14897, 0, 1, 1, 1, 'Saltstone Gauntlets'), +(1023839, 14898, 0, 1, 1, 1, 'Saltstone Girdle'), +(1023839, 14899, 0, 1, 1, 1, 'Saltstone Helm'), +(1023839, 14900, 0, 1, 1, 1, 'Saltstone Legplates'), +(1023839, 14901, 0, 1, 1, 1, 'Saltstone Shoulder Pads'), +(1023839, 14902, 0, 1, 1, 1, 'Saltstone Shield'), +(1023839, 14903, 0, 1, 1, 1, 'Saltstone Armsplints'), +(1023839, 14941, 0, 1, 1, 1, 'Warbringer\'s Armsplints'), +(1023839, 14942, 0, 1, 1, 1, 'Warbringer\'s Gauntlets'), +(1023839, 14943, 0, 1, 1, 1, 'Warbringer\'s Belt'), +(1023839, 15134, 0, 1, 1, 1, 'Cutthroat\'s Hat'), +(1023839, 15144, 0, 1, 1, 1, 'Ghostwalker Rags'), +(1023839, 15146, 0, 1, 1, 1, 'Ghostwalker Crown'), +(1023839, 15152, 0, 1, 1, 1, 'Nocturnal Shoes'), +(1023839, 15153, 0, 1, 1, 1, 'Nocturnal Cloak'), +(1023839, 15154, 0, 1, 1, 1, 'Nocturnal Sash'), +(1023839, 15155, 0, 1, 1, 1, 'Nocturnal Gloves'), +(1023839, 15157, 0, 1, 1, 1, 'Nocturnal Leggings'), +(1023839, 15158, 0, 1, 1, 1, 'Nocturnal Shoulder Pads'), +(1023839, 15159, 0, 1, 1, 1, 'Nocturnal Tunic'), +(1023839, 15160, 0, 1, 1, 1, 'Nocturnal Wristbands'), +(1023839, 15165, 0, 1, 1, 1, 'Imposing Cape'), +(1023839, 15214, 0, 1, 1, 1, 'Nobles Brand'), +(1023839, 15226, 0, 1, 1, 1, 'Giant Club'), +(1023839, 15233, 0, 1, 1, 1, 'Savage Axe'), +(1023839, 15234, 0, 1, 1, 1, 'Greater Scythe'), +(1023839, 15244, 0, 1, 1, 1, 'Razor Blade'), +(1023839, 15260, 0, 1, 1, 1, 'Stone Hammer'), +(1023839, 15261, 0, 1, 1, 1, 'Sequoia Branch'), +(1023839, 15322, 0, 1, 1, 1, 'Smoothbore Gun'), +(1023839, 15353, 0, 1, 1, 1, 'Headhunter\'s Headdress'), +(1023839, 15359, 0, 1, 1, 1, 'Trickster\'s Vest'), +(1023839, 15360, 0, 1, 1, 1, 'Trickster\'s Bindings'), +(1023839, 15361, 0, 1, 1, 1, 'Trickster\'s Sash'), +(1023839, 15362, 0, 1, 1, 1, 'Trickster\'s Boots'), +(1023839, 15363, 0, 1, 1, 1, 'Trickster\'s Headdress'), +(1023839, 15365, 0, 1, 1, 1, 'Trickster\'s Handwraps'), +(1023839, 15366, 0, 1, 1, 1, 'Trickster\'s Leggings'), +(1023839, 15367, 0, 1, 1, 1, 'Trickster\'s Protector'), +(1023839, 15368, 0, 1, 1, 1, 'Trickster\'s Pauldrons'), +(1023839, 15369, 0, 1, 1, 1, 'Wolf Rider\'s Belt'), +(1023839, 15371, 0, 1, 1, 1, 'Wolf Rider\'s Cloak'), +(1023839, 15377, 0, 1, 1, 1, 'Wolf Rider\'s Wristbands'), +(1023839, 15557, 0, 1, 1, 1, 'Pillager\'s Chestguard'), +(1023839, 15558, 0, 1, 1, 1, 'Pillager\'s Crown'), +(1023839, 15563, 0, 1, 1, 1, 'Pillager\'s Shield'), +(1023839, 15565, 0, 1, 1, 1, 'Marauder\'s Boots'), +(1023839, 15567, 0, 1, 1, 1, 'Marauder\'s Tunic'), +(1023839, 15569, 0, 1, 1, 1, 'Marauder\'s Crest'), +(1023839, 15572, 0, 1, 1, 1, 'Marauder\'s Circlet'), +(1023839, 15573, 0, 1, 1, 1, 'Marauder\'s Leggings'), +(1023839, 15574, 0, 1, 1, 1, 'Marauder\'s Shoulder Pads'), +(1023839, 15576, 0, 1, 1, 1, 'Sparkleshell Sabatons'), +(1023839, 15578, 0, 1, 1, 1, 'Sparkleshell Breastplate'), +(1023839, 15580, 0, 1, 1, 1, 'Sparkleshell Headwrap'), +(1023839, 15581, 0, 1, 1, 1, 'Sparkleshell Gauntlets'), +(1023839, 15582, 0, 1, 1, 1, 'Sparkleshell Legguards'), +(1023839, 15583, 0, 1, 1, 1, 'Sparkleshell Shoulder Pads'), +(1023839, 15584, 0, 1, 1, 1, 'Sparkleshell Shield'), +(1023839, 15589, 0, 1, 1, 1, 'Steadfast Stompers'), +(1023839, 15590, 0, 1, 1, 1, 'Steadfast Bracelets'), +(1023839, 15593, 0, 1, 1, 1, 'Steadfast Coronet'), +(1023839, 15594, 0, 1, 1, 1, 'Steadfast Cloak'), +(1023839, 15595, 0, 1, 1, 1, 'Steadfast Gloves'), +(1023839, 15596, 0, 1, 1, 1, 'Steadfast Legplates'), +(1023839, 15597, 0, 1, 1, 1, 'Steadfast Shoulders'), +(1023839, 15598, 0, 1, 1, 1, 'Steadfast Girdle'), +(1023839, 15600, 0, 1, 1, 1, 'Ancient Vambraces'), +(1023839, 15603, 0, 1, 1, 1, 'Ancient Cloak'), +(1023839, 15605, 0, 1, 1, 1, 'Ancient Gauntlets'), +(1023839, 15606, 0, 1, 1, 1, 'Ancient Belt'), +(1023839, 15613, 0, 1, 1, 1, 'Bonelink Belt'), +(1023839, 15918, 0, 1, 1, 1, 'Conjurer\'s Sphere'), +(1023839, 15929, 0, 1, 1, 1, 'Nightsky Orb'), +(1023839, 15963, 0, 1, 1, 1, 'Stonecloth Branch'), +(1023839, 15977, 0, 1, 1, 1, 'Vital Orb'), +(1023839, 15978, 0, 1, 1, 1, 'Geomancer\'s Rod'), +(1023839, 15979, 0, 1, 1, 1, 'Embersilk Stave'), +(1023839, 15990, 0, 1, 1, 1, 'Enduring Shield'), +(1023939, 864, 0, 1, 1, 1, 'Knightly Longsword'), +(1023939, 866, 0, 1, 1, 1, 'Monk\'s Staff'), +(1023939, 1207, 0, 1, 1, 1, 'Murphstar'), +(1023939, 1465, 0, 1, 1, 1, 'Tigerbane'), +(1023939, 1625, 0, 1, 1, 1, 'Exquisite Flamberge'), +(1023939, 1640, 0, 1, 1, 1, 'Monstrous War Axe'), +(1023939, 1988, 0, 1, 1, 1, 'Chief Brigadier Gauntlets'), +(1023939, 4041, 0, 1, 1, 1, 'Aurora Cowl'), +(1023939, 4042, 0, 1, 1, 1, 'Aurora Gloves'), +(1023939, 4043, 0, 1, 1, 1, 'Aurora Bracers'), +(1023939, 4044, 0, 1, 1, 1, 'Aurora Pants'), +(1023939, 4045, 0, 1, 1, 1, 'Mistscape Bracers'), +(1023939, 4058, 0, 1, 1, 1, 'Glyphed Breastplate'), +(1023939, 4060, 0, 1, 1, 1, 'Glyphed Leggings'), +(1023939, 4061, 0, 1, 1, 1, 'Imperial Leather Bracers'), +(1023939, 4067, 0, 1, 1, 1, 'Glyphed Buckler'), +(1023939, 4068, 0, 1, 1, 1, 'Chief Brigadier Shield'), +(1023939, 4070, 0, 1, 1, 1, 'Jouster\'s Crest'), +(1023939, 4078, 0, 1, 1, 1, 'Chief Brigadier Coif'), +(1023939, 4079, 0, 1, 1, 1, 'Chief Brigadier Leggings'), +(1023939, 4087, 0, 1, 1, 1, 'Trueshot Bow'), +(1023939, 4725, 0, 1, 1, 1, 'Chief Brigadier Pauldrons'), +(1023939, 4727, 0, 1, 1, 1, 'Chief Brigadier Girdle'), +(1023939, 4729, 0, 1, 1, 1, 'Aurora Mantle'), +(1023939, 4731, 0, 1, 1, 1, 'Glyphed Epaulets'), +(1023939, 4735, 0, 1, 1, 1, 'Mistscape Cloak'), +(1023939, 4736, 0, 1, 1, 1, 'Mistscape Sash'), +(1023939, 4738, 0, 1, 1, 1, 'Imperial Leather Belt'), +(1023939, 5011, 0, 1, 1, 1, 'Welken Ring'), +(1023939, 5215, 0, 1, 1, 1, 'Ember Wand'), +(1023939, 6411, 0, 1, 1, 1, 'Chief Brigadier Armor'), +(1023939, 6412, 0, 1, 1, 1, 'Chief Brigadier Boots'), +(1023939, 6415, 0, 1, 1, 1, 'Aurora Robe'), +(1023939, 6416, 0, 1, 1, 1, 'Aurora Boots'), +(1023939, 6419, 0, 1, 1, 1, 'Glyphed Mitts'), +(1023939, 6420, 0, 1, 1, 1, 'Glyphed Boots'), +(1023939, 6421, 0, 1, 1, 1, 'Glyphed Belt'), +(1023939, 6422, 0, 1, 1, 1, 'Glyphed Helm'), +(1023939, 6424, 0, 1, 1, 1, 'Blackforge Cape'), +(1023939, 6432, 0, 1, 1, 1, 'Imperial Cloak'), +(1023939, 7112, 0, 1, 1, 1, 'Aurora Armor'), +(1023939, 7429, 0, 1, 1, 1, 'Twilight Armor'), +(1023939, 7430, 0, 1, 1, 1, 'Twilight Robe'), +(1023939, 7431, 0, 1, 1, 1, 'Twilight Pants'), +(1023939, 7432, 0, 1, 1, 1, 'Twilight Cowl'), +(1023939, 7435, 0, 1, 1, 1, 'Twilight Mantle'), +(1023939, 7439, 0, 1, 1, 1, 'Sentinel Breastplate'), +(1023939, 7440, 0, 1, 1, 1, 'Sentinel Trousers'), +(1023939, 7441, 0, 1, 1, 1, 'Sentinel Cap'), +(1023939, 7445, 0, 1, 1, 1, 'Sentinel Shoulders'), +(1023939, 7454, 0, 1, 1, 1, 'Knight\'s Breastplate'), +(1023939, 7455, 0, 1, 1, 1, 'Knight\'s Legguards'), +(1023939, 7456, 0, 1, 1, 1, 'Knight\'s Headguard'), +(1023939, 7459, 0, 1, 1, 1, 'Knight\'s Pauldrons'), +(1023939, 7463, 0, 1, 1, 1, 'Sentinel Buckler'), +(1023939, 7465, 0, 1, 1, 1, 'Knight\'s Crest'), +(1023939, 7470, 0, 1, 1, 1, 'Regal Wizard Hat'), +(1023939, 7471, 0, 1, 1, 1, 'Regal Gloves'), +(1023939, 7472, 0, 1, 1, 1, 'Regal Boots'), +(1023939, 7473, 0, 1, 1, 1, 'Regal Mantle'), +(1023939, 7474, 0, 1, 1, 1, 'Regal Cloak'), +(1023939, 7475, 0, 1, 1, 1, 'Regal Cuffs'), +(1023939, 7476, 0, 1, 1, 1, 'Regal Sash'), +(1023939, 7479, 0, 1, 1, 1, 'Ranger Helm'), +(1023939, 7480, 0, 1, 1, 1, 'Ranger Gloves'), +(1023939, 7481, 0, 1, 1, 1, 'Ranger Boots'), +(1023939, 7482, 0, 1, 1, 1, 'Ranger Shoulders'), +(1023939, 7483, 0, 1, 1, 1, 'Ranger Cloak'), +(1023939, 7484, 0, 1, 1, 1, 'Ranger Wristguards'), +(1023939, 7485, 0, 1, 1, 1, 'Ranger Cord'), +(1023939, 7488, 0, 1, 1, 1, 'Captain\'s Circlet'), +(1023939, 7489, 0, 1, 1, 1, 'Captain\'s Gauntlets'), +(1023939, 7490, 0, 1, 1, 1, 'Captain\'s Boots'), +(1023939, 7492, 0, 1, 1, 1, 'Captain\'s Cloak'), +(1023939, 7493, 0, 1, 1, 1, 'Captain\'s Bracers'), +(1023939, 7494, 0, 1, 1, 1, 'Captain\'s Waistguard'), +(1023939, 7556, 0, 1, 1, 1, 'Twilight Orb'), +(1023939, 7610, 0, 1, 1, 1, 'Aurora Sphere'), +(1023939, 8156, 0, 1, 1, 1, 'Jouster\'s Wristguards'), +(1023939, 8157, 0, 1, 1, 1, 'Jouster\'s Chestplate'), +(1023939, 8158, 0, 1, 1, 1, 'Jouster\'s Gauntlets'), +(1023939, 8159, 0, 1, 1, 1, 'Jouster\'s Girdle'), +(1023939, 8160, 0, 1, 1, 1, 'Jouster\'s Greaves'), +(1023939, 8161, 0, 1, 1, 1, 'Jouster\'s Visor'), +(1023939, 8162, 0, 1, 1, 1, 'Jouster\'s Legplates'), +(1023939, 8163, 0, 1, 1, 1, 'Jouster\'s Pauldrons'), +(1023939, 9285, 0, 1, 1, 1, 'Field Plate Vambraces'), +(1023939, 9287, 0, 1, 1, 1, 'Field Plate Gauntlets'), +(1023939, 9288, 0, 1, 1, 1, 'Field Plate Girdle'), +(1023939, 9289, 0, 1, 1, 1, 'Field Plate Boots'), +(1023939, 9290, 0, 1, 1, 1, 'Field Plate Helmet'), +(1023939, 9292, 0, 1, 1, 1, 'Field Plate Pauldrons'), +(1023939, 9844, 0, 1, 1, 1, 'Conjurer\'s Vest'), +(1023939, 9852, 0, 1, 1, 1, 'Conjurer\'s Robe'), +(1023939, 9854, 0, 1, 1, 1, 'Archer\'s Jerkin'), +(1023939, 9866, 0, 1, 1, 1, 'Renegade Chestguard'), +(1023939, 9875, 0, 1, 1, 1, 'Sorcerer Sash'), +(1023939, 9876, 0, 1, 1, 1, 'Sorcerer Slippers'), +(1023939, 9877, 0, 1, 1, 1, 'Sorcerer Cloak'), +(1023939, 9878, 0, 1, 1, 1, 'Sorcerer Hat'), +(1023939, 9879, 0, 1, 1, 1, 'Sorcerer Bracelets'), +(1023939, 9880, 0, 1, 1, 1, 'Sorcerer Gloves'), +(1023939, 9881, 0, 1, 1, 1, 'Sorcerer Mantle'), +(1023939, 9883, 0, 1, 1, 1, 'Sorcerer Pants'), +(1023939, 9885, 0, 1, 1, 1, 'Huntsman\'s Boots'), +(1023939, 9886, 0, 1, 1, 1, 'Huntsman\'s Bands'), +(1023939, 9889, 0, 1, 1, 1, 'Huntsman\'s Cap'), +(1023939, 9890, 0, 1, 1, 1, 'Huntsman\'s Cape'), +(1023939, 9891, 0, 1, 1, 1, 'Huntsman\'s Belt'), +(1023939, 9892, 0, 1, 1, 1, 'Huntsman\'s Gloves'), +(1023939, 9893, 0, 1, 1, 1, 'Huntsman\'s Leggings'), +(1023939, 9894, 0, 1, 1, 1, 'Huntsman\'s Shoulders'), +(1023939, 9895, 0, 1, 1, 1, 'Jazeraint Boots'), +(1023939, 9896, 0, 1, 1, 1, 'Jazeraint Bracers'), +(1023939, 9897, 0, 1, 1, 1, 'Jazeraint Chestguard'), +(1023939, 9898, 0, 1, 1, 1, 'Jazeraint Cloak'), +(1023939, 9899, 0, 1, 1, 1, 'Jazeraint Shield'), +(1023939, 9900, 0, 1, 1, 1, 'Jazeraint Gauntlets'), +(1023939, 9901, 0, 1, 1, 1, 'Jazeraint Belt'), +(1023939, 9902, 0, 1, 1, 1, 'Jazeraint Helm'), +(1023939, 9903, 0, 1, 1, 1, 'Jazeraint Leggings'), +(1023939, 9904, 0, 1, 1, 1, 'Jazeraint Pauldrons'), +(1023939, 9927, 0, 1, 1, 1, 'Brigade Bracers'), +(1023939, 9929, 0, 1, 1, 1, 'Brigade Cloak'), +(1023939, 9968, 0, 1, 1, 1, 'Embossed Plate Girdle'), +(1023939, 9972, 0, 1, 1, 1, 'Embossed Plate Bracers'), +(1023939, 9973, 0, 1, 1, 1, 'Embossed Plate Boots'), +(1023939, 11972, 0, 1, 1, 1, 'Carnelian Loop'), +(1023939, 11986, 0, 1, 1, 1, 'Thallium Hoop'), +(1023939, 11997, 0, 1, 1, 1, 'Greenstone Circle'), +(1023939, 11998, 0, 1, 1, 1, 'Jet Loop'), +(1023939, 12011, 0, 1, 1, 1, 'Forest Hoop'), +(1023939, 12022, 0, 1, 1, 1, 'Iridium Chain'), +(1023939, 12030, 0, 1, 1, 1, 'Jet Chain'), +(1023939, 12040, 0, 1, 1, 1, 'Forest Pendant'), +(1023939, 12042, 0, 1, 1, 1, 'Marsh Chain'), +(1023939, 14216, 0, 1, 1, 1, 'Geomancer\'s Jerkin'), +(1023939, 14220, 0, 1, 1, 1, 'Geomancer\'s Cap'), +(1023939, 14223, 0, 1, 1, 1, 'Geomancer\'s Spaulders'), +(1023939, 14224, 0, 1, 1, 1, 'Geomancer\'s Trousers'), +(1023939, 14225, 0, 1, 1, 1, 'Geomancer\'s Wraps'), +(1023939, 14228, 0, 1, 1, 1, 'Embersilk Coronet'), +(1023939, 14230, 0, 1, 1, 1, 'Embersilk Tunic'), +(1023939, 14231, 0, 1, 1, 1, 'Embersilk Mitts'), +(1023939, 14232, 0, 1, 1, 1, 'Embersilk Mantle'), +(1023939, 14233, 0, 1, 1, 1, 'Embersilk Leggings'), +(1023939, 14234, 0, 1, 1, 1, 'Embersilk Robes'), +(1023939, 14236, 0, 1, 1, 1, 'Embersilk Boots'), +(1023939, 14238, 0, 1, 1, 1, 'Darkmist Boots'), +(1023939, 14239, 0, 1, 1, 1, 'Darkmist Cape'), +(1023939, 14240, 0, 1, 1, 1, 'Darkmist Bands'), +(1023939, 14241, 0, 1, 1, 1, 'Darkmist Handguards'), +(1023939, 14245, 0, 1, 1, 1, 'Darkmist Girdle'), +(1023939, 14248, 0, 1, 1, 1, 'Lunar Bindings'), +(1023939, 14250, 0, 1, 1, 1, 'Lunar Slippers'), +(1023939, 14251, 0, 1, 1, 1, 'Lunar Cloak'), +(1023939, 14255, 0, 1, 1, 1, 'Lunar Belt'), +(1023939, 14407, 0, 1, 1, 1, 'Stonecloth Vest'), +(1023939, 14410, 0, 1, 1, 1, 'Stonecloth Circlet'), +(1023939, 14413, 0, 1, 1, 1, 'Stonecloth Robe'), +(1023939, 14418, 0, 1, 1, 1, 'Silksand Boots'), +(1023939, 14419, 0, 1, 1, 1, 'Silksand Bracers'), +(1023939, 14420, 0, 1, 1, 1, 'Silksand Cape'), +(1023939, 14421, 0, 1, 1, 1, 'Silksand Circlet'), +(1023939, 14422, 0, 1, 1, 1, 'Silksand Gloves'), +(1023939, 14423, 0, 1, 1, 1, 'Silksand Shoulder Pads'), +(1023939, 14424, 0, 1, 1, 1, 'Silksand Legwraps'), +(1023939, 14426, 0, 1, 1, 1, 'Silksand Girdle'), +(1023939, 14430, 0, 1, 1, 1, 'Windchaser Cloak'), +(1023939, 14591, 0, 1, 1, 1, 'Hawkeye\'s Helm'), +(1023939, 14592, 0, 1, 1, 1, 'Hawkeye\'s Tunic'), +(1023939, 14595, 0, 1, 1, 1, 'Hawkeye\'s Breeches'), +(1023939, 14596, 0, 1, 1, 1, 'Hawkeye\'s Epaulets'), +(1023939, 14598, 0, 1, 1, 1, 'Warden\'s Waistband'), +(1023939, 14599, 0, 1, 1, 1, 'Warden\'s Footpads'), +(1023939, 14600, 0, 1, 1, 1, 'Warden\'s Wristbands'), +(1023939, 14602, 0, 1, 1, 1, 'Warden\'s Cloak'), +(1023939, 14603, 0, 1, 1, 1, 'Warden\'s Mantle'), +(1023939, 14606, 0, 1, 1, 1, 'Warden\'s Gloves'), +(1023939, 14760, 0, 1, 1, 1, 'Enduring Breastplate'), +(1023939, 14765, 0, 1, 1, 1, 'Enduring Circlet'), +(1023939, 14767, 0, 1, 1, 1, 'Enduring Pauldrons'), +(1023939, 14769, 0, 1, 1, 1, 'Ravager\'s Sandals'), +(1023939, 14770, 0, 1, 1, 1, 'Ravager\'s Armguards'), +(1023939, 14771, 0, 1, 1, 1, 'Ravager\'s Cloak'), +(1023939, 14772, 0, 1, 1, 1, 'Ravager\'s Handwraps'), +(1023939, 14773, 0, 1, 1, 1, 'Ravager\'s Cord'), +(1023939, 14826, 0, 1, 1, 1, 'Symbolic Gauntlets'), +(1023939, 14827, 0, 1, 1, 1, 'Symbolic Belt'), +(1023939, 14828, 0, 1, 1, 1, 'Symbolic Greaves'), +(1023939, 14829, 0, 1, 1, 1, 'Symbolic Legplates'), +(1023939, 14830, 0, 1, 1, 1, 'Symbolic Pauldrons'), +(1023939, 14832, 0, 1, 1, 1, 'Symbolic Vambraces'), +(1023939, 14895, 0, 1, 1, 1, 'Saltstone Surcoat'), +(1023939, 14896, 0, 1, 1, 1, 'Saltstone Sabatons'), +(1023939, 14897, 0, 1, 1, 1, 'Saltstone Gauntlets'), +(1023939, 14898, 0, 1, 1, 1, 'Saltstone Girdle'), +(1023939, 14899, 0, 1, 1, 1, 'Saltstone Helm'), +(1023939, 14900, 0, 1, 1, 1, 'Saltstone Legplates'), +(1023939, 14901, 0, 1, 1, 1, 'Saltstone Shoulder Pads'), +(1023939, 14902, 0, 1, 1, 1, 'Saltstone Shield'), +(1023939, 14903, 0, 1, 1, 1, 'Saltstone Armsplints'), +(1023939, 14941, 0, 1, 1, 1, 'Warbringer\'s Armsplints'), +(1023939, 14942, 0, 1, 1, 1, 'Warbringer\'s Gauntlets'), +(1023939, 14943, 0, 1, 1, 1, 'Warbringer\'s Belt'), +(1023939, 15146, 0, 1, 1, 1, 'Ghostwalker Crown'), +(1023939, 15152, 0, 1, 1, 1, 'Nocturnal Shoes'), +(1023939, 15154, 0, 1, 1, 1, 'Nocturnal Sash'), +(1023939, 15155, 0, 1, 1, 1, 'Nocturnal Gloves'), +(1023939, 15157, 0, 1, 1, 1, 'Nocturnal Leggings'), +(1023939, 15158, 0, 1, 1, 1, 'Nocturnal Shoulder Pads'), +(1023939, 15159, 0, 1, 1, 1, 'Nocturnal Tunic'), +(1023939, 15160, 0, 1, 1, 1, 'Nocturnal Wristbands'), +(1023939, 15165, 0, 1, 1, 1, 'Imposing Cape'), +(1023939, 15214, 0, 1, 1, 1, 'Nobles Brand'), +(1023939, 15233, 0, 1, 1, 1, 'Savage Axe'), +(1023939, 15234, 0, 1, 1, 1, 'Greater Scythe'), +(1023939, 15244, 0, 1, 1, 1, 'Razor Blade'), +(1023939, 15260, 0, 1, 1, 1, 'Stone Hammer'), +(1023939, 15261, 0, 1, 1, 1, 'Sequoia Branch'), +(1023939, 15322, 0, 1, 1, 1, 'Smoothbore Gun'), +(1023939, 15353, 0, 1, 1, 1, 'Headhunter\'s Headdress'), +(1023939, 15359, 0, 1, 1, 1, 'Trickster\'s Vest'), +(1023939, 15360, 0, 1, 1, 1, 'Trickster\'s Bindings'), +(1023939, 15362, 0, 1, 1, 1, 'Trickster\'s Boots'), +(1023939, 15363, 0, 1, 1, 1, 'Trickster\'s Headdress'), +(1023939, 15365, 0, 1, 1, 1, 'Trickster\'s Handwraps'), +(1023939, 15366, 0, 1, 1, 1, 'Trickster\'s Leggings'), +(1023939, 15367, 0, 1, 1, 1, 'Trickster\'s Protector'), +(1023939, 15368, 0, 1, 1, 1, 'Trickster\'s Pauldrons'), +(1023939, 15369, 0, 1, 1, 1, 'Wolf Rider\'s Belt'), +(1023939, 15371, 0, 1, 1, 1, 'Wolf Rider\'s Cloak'), +(1023939, 15377, 0, 1, 1, 1, 'Wolf Rider\'s Wristbands'), +(1023939, 15565, 0, 1, 1, 1, 'Marauder\'s Boots'), +(1023939, 15567, 0, 1, 1, 1, 'Marauder\'s Tunic'), +(1023939, 15569, 0, 1, 1, 1, 'Marauder\'s Crest'), +(1023939, 15572, 0, 1, 1, 1, 'Marauder\'s Circlet'), +(1023939, 15573, 0, 1, 1, 1, 'Marauder\'s Leggings'), +(1023939, 15574, 0, 1, 1, 1, 'Marauder\'s Shoulder Pads'), +(1023939, 15576, 0, 1, 1, 1, 'Sparkleshell Sabatons'), +(1023939, 15578, 0, 1, 1, 1, 'Sparkleshell Breastplate'), +(1023939, 15580, 0, 1, 1, 1, 'Sparkleshell Headwrap'), +(1023939, 15581, 0, 1, 1, 1, 'Sparkleshell Gauntlets'), +(1023939, 15582, 0, 1, 1, 1, 'Sparkleshell Legguards'), +(1023939, 15583, 0, 1, 1, 1, 'Sparkleshell Shoulder Pads'), +(1023939, 15584, 0, 1, 1, 1, 'Sparkleshell Shield'), +(1023939, 15589, 0, 1, 1, 1, 'Steadfast Stompers'), +(1023939, 15593, 0, 1, 1, 1, 'Steadfast Coronet'), +(1023939, 15595, 0, 1, 1, 1, 'Steadfast Gloves'), +(1023939, 15596, 0, 1, 1, 1, 'Steadfast Legplates'), +(1023939, 15597, 0, 1, 1, 1, 'Steadfast Shoulders'), +(1023939, 15598, 0, 1, 1, 1, 'Steadfast Girdle'), +(1023939, 15600, 0, 1, 1, 1, 'Ancient Vambraces'), +(1023939, 15603, 0, 1, 1, 1, 'Ancient Cloak'), +(1023939, 15605, 0, 1, 1, 1, 'Ancient Gauntlets'), +(1023939, 15606, 0, 1, 1, 1, 'Ancient Belt'), +(1023939, 15613, 0, 1, 1, 1, 'Bonelink Belt'), +(1023939, 15918, 0, 1, 1, 1, 'Conjurer\'s Sphere'), +(1023939, 15963, 0, 1, 1, 1, 'Stonecloth Branch'), +(1023939, 15978, 0, 1, 1, 1, 'Geomancer\'s Rod'), +(1023939, 15979, 0, 1, 1, 1, 'Embersilk Stave'), +(1023939, 15990, 0, 1, 1, 1, 'Enduring Shield'), +(1023940, 864, 0, 1, 1, 1, 'Knightly Longsword'), +(1023940, 866, 0, 1, 1, 1, 'Monk\'s Staff'), +(1023940, 1207, 0, 1, 1, 1, 'Murphstar'), +(1023940, 1465, 0, 1, 1, 1, 'Tigerbane'), +(1023940, 1625, 0, 1, 1, 1, 'Exquisite Flamberge'), +(1023940, 1640, 0, 1, 1, 1, 'Monstrous War Axe'), +(1023940, 1988, 0, 1, 1, 1, 'Chief Brigadier Gauntlets'), +(1023940, 4041, 0, 1, 1, 1, 'Aurora Cowl'), +(1023940, 4042, 0, 1, 1, 1, 'Aurora Gloves'), +(1023940, 4043, 0, 1, 1, 1, 'Aurora Bracers'), +(1023940, 4044, 0, 1, 1, 1, 'Aurora Pants'), +(1023940, 4045, 0, 1, 1, 1, 'Mistscape Bracers'), +(1023940, 4047, 0, 1, 1, 1, 'Mistscape Boots'), +(1023940, 4058, 0, 1, 1, 1, 'Glyphed Breastplate'), +(1023940, 4060, 0, 1, 1, 1, 'Glyphed Leggings'), +(1023940, 4061, 0, 1, 1, 1, 'Imperial Leather Bracers'), +(1023940, 4063, 0, 1, 1, 1, 'Imperial Leather Gloves'), +(1023940, 4067, 0, 1, 1, 1, 'Glyphed Buckler'), +(1023940, 4068, 0, 1, 1, 1, 'Chief Brigadier Shield'), +(1023940, 4070, 0, 1, 1, 1, 'Jouster\'s Crest'), +(1023940, 4078, 0, 1, 1, 1, 'Chief Brigadier Coif'), +(1023940, 4079, 0, 1, 1, 1, 'Chief Brigadier Leggings'), +(1023940, 4087, 0, 1, 1, 1, 'Trueshot Bow'), +(1023940, 4725, 0, 1, 1, 1, 'Chief Brigadier Pauldrons'), +(1023940, 4727, 0, 1, 1, 1, 'Chief Brigadier Girdle'), +(1023940, 4729, 0, 1, 1, 1, 'Aurora Mantle'), +(1023940, 4731, 0, 1, 1, 1, 'Glyphed Epaulets'), +(1023940, 4734, 0, 1, 1, 1, 'Mistscape Mantle'), +(1023940, 4735, 0, 1, 1, 1, 'Mistscape Cloak'), +(1023940, 4736, 0, 1, 1, 1, 'Mistscape Sash'), +(1023940, 4738, 0, 1, 1, 1, 'Imperial Leather Belt'), +(1023940, 5011, 0, 1, 1, 1, 'Welken Ring'), +(1023940, 5215, 0, 1, 1, 1, 'Ember Wand'), +(1023940, 6411, 0, 1, 1, 1, 'Chief Brigadier Armor'), +(1023940, 6412, 0, 1, 1, 1, 'Chief Brigadier Boots'), +(1023940, 6415, 0, 1, 1, 1, 'Aurora Robe'), +(1023940, 6416, 0, 1, 1, 1, 'Aurora Boots'), +(1023940, 6419, 0, 1, 1, 1, 'Glyphed Mitts'), +(1023940, 6420, 0, 1, 1, 1, 'Glyphed Boots'), +(1023940, 6421, 0, 1, 1, 1, 'Glyphed Belt'), +(1023940, 6422, 0, 1, 1, 1, 'Glyphed Helm'), +(1023940, 6424, 0, 1, 1, 1, 'Blackforge Cape'), +(1023940, 6426, 0, 1, 1, 1, 'Blackforge Bracers'), +(1023940, 6428, 0, 1, 1, 1, 'Mistscape Gloves'), +(1023940, 6431, 0, 1, 1, 1, 'Imperial Leather Boots'), +(1023940, 6432, 0, 1, 1, 1, 'Imperial Cloak'), +(1023940, 6433, 0, 1, 1, 1, 'Imperial Leather Helm'), +(1023940, 7112, 0, 1, 1, 1, 'Aurora Armor'), +(1023940, 7429, 0, 1, 1, 1, 'Twilight Armor'), +(1023940, 7430, 0, 1, 1, 1, 'Twilight Robe'), +(1023940, 7431, 0, 1, 1, 1, 'Twilight Pants'), +(1023940, 7432, 0, 1, 1, 1, 'Twilight Cowl'), +(1023940, 7435, 0, 1, 1, 1, 'Twilight Mantle'), +(1023940, 7439, 0, 1, 1, 1, 'Sentinel Breastplate'), +(1023940, 7440, 0, 1, 1, 1, 'Sentinel Trousers'), +(1023940, 7441, 0, 1, 1, 1, 'Sentinel Cap'), +(1023940, 7445, 0, 1, 1, 1, 'Sentinel Shoulders'), +(1023940, 7454, 0, 1, 1, 1, 'Knight\'s Breastplate'), +(1023940, 7455, 0, 1, 1, 1, 'Knight\'s Legguards'), +(1023940, 7456, 0, 1, 1, 1, 'Knight\'s Headguard'), +(1023940, 7459, 0, 1, 1, 1, 'Knight\'s Pauldrons'), +(1023940, 7463, 0, 1, 1, 1, 'Sentinel Buckler'), +(1023940, 7465, 0, 1, 1, 1, 'Knight\'s Crest'), +(1023940, 7470, 0, 1, 1, 1, 'Regal Wizard Hat'), +(1023940, 7471, 0, 1, 1, 1, 'Regal Gloves'), +(1023940, 7472, 0, 1, 1, 1, 'Regal Boots'), +(1023940, 7473, 0, 1, 1, 1, 'Regal Mantle'), +(1023940, 7474, 0, 1, 1, 1, 'Regal Cloak'), +(1023940, 7475, 0, 1, 1, 1, 'Regal Cuffs'), +(1023940, 7476, 0, 1, 1, 1, 'Regal Sash'), +(1023940, 7478, 0, 1, 1, 1, 'Ranger Leggings'), +(1023940, 7479, 0, 1, 1, 1, 'Ranger Helm'), +(1023940, 7480, 0, 1, 1, 1, 'Ranger Gloves'), +(1023940, 7481, 0, 1, 1, 1, 'Ranger Boots'), +(1023940, 7482, 0, 1, 1, 1, 'Ranger Shoulders'), +(1023940, 7483, 0, 1, 1, 1, 'Ranger Cloak'), +(1023940, 7484, 0, 1, 1, 1, 'Ranger Wristguards'), +(1023940, 7485, 0, 1, 1, 1, 'Ranger Cord'), +(1023940, 7487, 0, 1, 1, 1, 'Captain\'s Leggings'), +(1023940, 7488, 0, 1, 1, 1, 'Captain\'s Circlet'), +(1023940, 7489, 0, 1, 1, 1, 'Captain\'s Gauntlets'), +(1023940, 7490, 0, 1, 1, 1, 'Captain\'s Boots'), +(1023940, 7491, 0, 1, 1, 1, 'Captain\'s Shoulderguards'), +(1023940, 7492, 0, 1, 1, 1, 'Captain\'s Cloak'), +(1023940, 7493, 0, 1, 1, 1, 'Captain\'s Bracers'), +(1023940, 7494, 0, 1, 1, 1, 'Captain\'s Waistguard'), +(1023940, 7496, 0, 1, 1, 1, 'Field Plate Shield'), +(1023940, 7556, 0, 1, 1, 1, 'Twilight Orb'), +(1023940, 7610, 0, 1, 1, 1, 'Aurora Sphere'), +(1023940, 8137, 0, 1, 1, 1, 'Chromite Bracers'), +(1023940, 8140, 0, 1, 1, 1, 'Chromite Girdle'), +(1023940, 8156, 0, 1, 1, 1, 'Jouster\'s Wristguards'), +(1023940, 8157, 0, 1, 1, 1, 'Jouster\'s Chestplate'), +(1023940, 8158, 0, 1, 1, 1, 'Jouster\'s Gauntlets'), +(1023940, 8159, 0, 1, 1, 1, 'Jouster\'s Girdle'), +(1023940, 8160, 0, 1, 1, 1, 'Jouster\'s Greaves'), +(1023940, 8161, 0, 1, 1, 1, 'Jouster\'s Visor'), +(1023940, 8162, 0, 1, 1, 1, 'Jouster\'s Legplates'), +(1023940, 8163, 0, 1, 1, 1, 'Jouster\'s Pauldrons'), +(1023940, 8194, 0, 1, 1, 1, 'Goblin Nutcracker'), +(1023940, 8196, 0, 1, 1, 1, 'Ebon Scimitar'), +(1023940, 9285, 0, 1, 1, 1, 'Field Plate Vambraces'), +(1023940, 9287, 0, 1, 1, 1, 'Field Plate Gauntlets'), +(1023940, 9288, 0, 1, 1, 1, 'Field Plate Girdle'), +(1023940, 9289, 0, 1, 1, 1, 'Field Plate Boots'), +(1023940, 9290, 0, 1, 1, 1, 'Field Plate Helmet'), +(1023940, 9291, 0, 1, 1, 1, 'Field Plate Leggings'), +(1023940, 9292, 0, 1, 1, 1, 'Field Plate Pauldrons'), +(1023940, 9844, 0, 1, 1, 1, 'Conjurer\'s Vest'), +(1023940, 9852, 0, 1, 1, 1, 'Conjurer\'s Robe'), +(1023940, 9854, 0, 1, 1, 1, 'Archer\'s Jerkin'), +(1023940, 9866, 0, 1, 1, 1, 'Renegade Chestguard'), +(1023940, 9874, 0, 1, 1, 1, 'Sorcerer Drape'), +(1023940, 9875, 0, 1, 1, 1, 'Sorcerer Sash'), +(1023940, 9876, 0, 1, 1, 1, 'Sorcerer Slippers'), +(1023940, 9877, 0, 1, 1, 1, 'Sorcerer Cloak'), +(1023940, 9878, 0, 1, 1, 1, 'Sorcerer Hat'), +(1023940, 9879, 0, 1, 1, 1, 'Sorcerer Bracelets'), +(1023940, 9880, 0, 1, 1, 1, 'Sorcerer Gloves'), +(1023940, 9881, 0, 1, 1, 1, 'Sorcerer Mantle'), +(1023940, 9882, 0, 1, 1, 1, 'Sorcerer Sphere'), +(1023940, 9883, 0, 1, 1, 1, 'Sorcerer Pants'), +(1023940, 9884, 0, 1, 1, 1, 'Sorcerer Robe'), +(1023940, 9885, 0, 1, 1, 1, 'Huntsman\'s Boots'), +(1023940, 9886, 0, 1, 1, 1, 'Huntsman\'s Bands'), +(1023940, 9887, 0, 1, 1, 1, 'Huntsman\'s Armor'), +(1023940, 9889, 0, 1, 1, 1, 'Huntsman\'s Cap'), +(1023940, 9890, 0, 1, 1, 1, 'Huntsman\'s Cape'), +(1023940, 9891, 0, 1, 1, 1, 'Huntsman\'s Belt'), +(1023940, 9892, 0, 1, 1, 1, 'Huntsman\'s Gloves'), +(1023940, 9893, 0, 1, 1, 1, 'Huntsman\'s Leggings'), +(1023940, 9894, 0, 1, 1, 1, 'Huntsman\'s Shoulders'), +(1023940, 9895, 0, 1, 1, 1, 'Jazeraint Boots'), +(1023940, 9896, 0, 1, 1, 1, 'Jazeraint Bracers'), +(1023940, 9897, 0, 1, 1, 1, 'Jazeraint Chestguard'), +(1023940, 9898, 0, 1, 1, 1, 'Jazeraint Cloak'), +(1023940, 9899, 0, 1, 1, 1, 'Jazeraint Shield'), +(1023940, 9900, 0, 1, 1, 1, 'Jazeraint Gauntlets'), +(1023940, 9901, 0, 1, 1, 1, 'Jazeraint Belt'), +(1023940, 9902, 0, 1, 1, 1, 'Jazeraint Helm'), +(1023940, 9903, 0, 1, 1, 1, 'Jazeraint Leggings'), +(1023940, 9904, 0, 1, 1, 1, 'Jazeraint Pauldrons'), +(1023940, 9908, 0, 1, 1, 1, 'Royal Cape'), +(1023940, 9909, 0, 1, 1, 1, 'Royal Bands'), +(1023940, 9919, 0, 1, 1, 1, 'Tracker\'s Cloak'), +(1023940, 9926, 0, 1, 1, 1, 'Brigade Boots'), +(1023940, 9927, 0, 1, 1, 1, 'Brigade Bracers'), +(1023940, 9929, 0, 1, 1, 1, 'Brigade Cloak'), +(1023940, 9930, 0, 1, 1, 1, 'Brigade Gauntlets'), +(1023940, 9931, 0, 1, 1, 1, 'Brigade Girdle'), +(1023940, 9967, 0, 1, 1, 1, 'Embossed Plate Gauntlets'), +(1023940, 9968, 0, 1, 1, 1, 'Embossed Plate Girdle'), +(1023940, 9969, 0, 1, 1, 1, 'Embossed Plate Helmet'), +(1023940, 9971, 0, 1, 1, 1, 'Embossed Plate Pauldrons'), +(1023940, 9972, 0, 1, 1, 1, 'Embossed Plate Bracers'), +(1023940, 9973, 0, 1, 1, 1, 'Embossed Plate Boots'), +(1023940, 11972, 0, 1, 1, 1, 'Carnelian Loop'), +(1023940, 11973, 0, 1, 1, 1, 'Hematite Link'), +(1023940, 11986, 0, 1, 1, 1, 'Thallium Hoop'), +(1023940, 11987, 0, 1, 1, 1, 'Iridium Circle'), +(1023940, 11997, 0, 1, 1, 1, 'Greenstone Circle'), +(1023940, 11998, 0, 1, 1, 1, 'Jet Loop'), +(1023940, 12011, 0, 1, 1, 1, 'Forest Hoop'), +(1023940, 12022, 0, 1, 1, 1, 'Iridium Chain'), +(1023940, 12030, 0, 1, 1, 1, 'Jet Chain'), +(1023940, 12040, 0, 1, 1, 1, 'Forest Pendant'), +(1023940, 12042, 0, 1, 1, 1, 'Marsh Chain'), +(1023940, 14216, 0, 1, 1, 1, 'Geomancer\'s Jerkin'), +(1023940, 14220, 0, 1, 1, 1, 'Geomancer\'s Cap'), +(1023940, 14223, 0, 1, 1, 1, 'Geomancer\'s Spaulders'), +(1023940, 14224, 0, 1, 1, 1, 'Geomancer\'s Trousers'), +(1023940, 14225, 0, 1, 1, 1, 'Geomancer\'s Wraps'), +(1023940, 14228, 0, 1, 1, 1, 'Embersilk Coronet'), +(1023940, 14230, 0, 1, 1, 1, 'Embersilk Tunic'), +(1023940, 14231, 0, 1, 1, 1, 'Embersilk Mitts'), +(1023940, 14232, 0, 1, 1, 1, 'Embersilk Mantle'), +(1023940, 14233, 0, 1, 1, 1, 'Embersilk Leggings'), +(1023940, 14234, 0, 1, 1, 1, 'Embersilk Robes'), +(1023940, 14236, 0, 1, 1, 1, 'Embersilk Boots'), +(1023940, 14238, 0, 1, 1, 1, 'Darkmist Boots'), +(1023940, 14239, 0, 1, 1, 1, 'Darkmist Cape'), +(1023940, 14240, 0, 1, 1, 1, 'Darkmist Bands'), +(1023940, 14241, 0, 1, 1, 1, 'Darkmist Handguards'), +(1023940, 14242, 0, 1, 1, 1, 'Darkmist Pants'), +(1023940, 14243, 0, 1, 1, 1, 'Darkmist Mantle'), +(1023940, 14245, 0, 1, 1, 1, 'Darkmist Girdle'), +(1023940, 14248, 0, 1, 1, 1, 'Lunar Bindings'), +(1023940, 14250, 0, 1, 1, 1, 'Lunar Slippers'), +(1023940, 14251, 0, 1, 1, 1, 'Lunar Cloak'), +(1023940, 14253, 0, 1, 1, 1, 'Lunar Handwraps'), +(1023940, 14255, 0, 1, 1, 1, 'Lunar Belt'), +(1023940, 14261, 0, 1, 1, 1, 'Bloodwoven Cloak'), +(1023940, 14407, 0, 1, 1, 1, 'Stonecloth Vest'), +(1023940, 14410, 0, 1, 1, 1, 'Stonecloth Circlet'), +(1023940, 14413, 0, 1, 1, 1, 'Stonecloth Robe'), +(1023940, 14418, 0, 1, 1, 1, 'Silksand Boots'), +(1023940, 14419, 0, 1, 1, 1, 'Silksand Bracers'), +(1023940, 14420, 0, 1, 1, 1, 'Silksand Cape'), +(1023940, 14421, 0, 1, 1, 1, 'Silksand Circlet'), +(1023940, 14422, 0, 1, 1, 1, 'Silksand Gloves'), +(1023940, 14423, 0, 1, 1, 1, 'Silksand Shoulder Pads'), +(1023940, 14424, 0, 1, 1, 1, 'Silksand Legwraps'), +(1023940, 14426, 0, 1, 1, 1, 'Silksand Girdle'), +(1023940, 14429, 0, 1, 1, 1, 'Windchaser Cuffs'), +(1023940, 14430, 0, 1, 1, 1, 'Windchaser Cloak'), +(1023940, 14435, 0, 1, 1, 1, 'Windchaser Cinch'), +(1023940, 14591, 0, 1, 1, 1, 'Hawkeye\'s Helm'), +(1023940, 14592, 0, 1, 1, 1, 'Hawkeye\'s Tunic'), +(1023940, 14595, 0, 1, 1, 1, 'Hawkeye\'s Breeches'), +(1023940, 14596, 0, 1, 1, 1, 'Hawkeye\'s Epaulets'), +(1023940, 14598, 0, 1, 1, 1, 'Warden\'s Waistband'), +(1023940, 14599, 0, 1, 1, 1, 'Warden\'s Footpads'), +(1023940, 14600, 0, 1, 1, 1, 'Warden\'s Wristbands'), +(1023940, 14602, 0, 1, 1, 1, 'Warden\'s Cloak'), +(1023940, 14603, 0, 1, 1, 1, 'Warden\'s Mantle'), +(1023940, 14605, 0, 1, 1, 1, 'Warden\'s Woolies'), +(1023940, 14606, 0, 1, 1, 1, 'Warden\'s Gloves'), +(1023940, 14760, 0, 1, 1, 1, 'Enduring Breastplate'), +(1023940, 14765, 0, 1, 1, 1, 'Enduring Circlet'), +(1023940, 14767, 0, 1, 1, 1, 'Enduring Pauldrons'), +(1023940, 14769, 0, 1, 1, 1, 'Ravager\'s Sandals'), +(1023940, 14770, 0, 1, 1, 1, 'Ravager\'s Armguards'), +(1023940, 14771, 0, 1, 1, 1, 'Ravager\'s Cloak'), +(1023940, 14772, 0, 1, 1, 1, 'Ravager\'s Handwraps'), +(1023940, 14773, 0, 1, 1, 1, 'Ravager\'s Cord'), +(1023940, 14774, 0, 1, 1, 1, 'Ravager\'s Crown'), +(1023940, 14775, 0, 1, 1, 1, 'Ravager\'s Woolies'), +(1023940, 14776, 0, 1, 1, 1, 'Ravager\'s Mantle'), +(1023940, 14821, 0, 1, 1, 1, 'Symbolic Breastplate'), +(1023940, 14825, 0, 1, 1, 1, 'Symbolic Crest'), +(1023940, 14826, 0, 1, 1, 1, 'Symbolic Gauntlets'), +(1023940, 14827, 0, 1, 1, 1, 'Symbolic Belt'), +(1023940, 14828, 0, 1, 1, 1, 'Symbolic Greaves'), +(1023940, 14829, 0, 1, 1, 1, 'Symbolic Legplates'), +(1023940, 14830, 0, 1, 1, 1, 'Symbolic Pauldrons'), +(1023940, 14831, 0, 1, 1, 1, 'Symbolic Crown'), +(1023940, 14832, 0, 1, 1, 1, 'Symbolic Vambraces'), +(1023940, 14834, 0, 1, 1, 1, 'Tyrant\'s Armguards'), +(1023940, 14838, 0, 1, 1, 1, 'Tyrant\'s Belt'), +(1023940, 14895, 0, 1, 1, 1, 'Saltstone Surcoat'), +(1023940, 14896, 0, 1, 1, 1, 'Saltstone Sabatons'), +(1023940, 14897, 0, 1, 1, 1, 'Saltstone Gauntlets'), +(1023940, 14898, 0, 1, 1, 1, 'Saltstone Girdle'), +(1023940, 14899, 0, 1, 1, 1, 'Saltstone Helm'), +(1023940, 14900, 0, 1, 1, 1, 'Saltstone Legplates'), +(1023940, 14901, 0, 1, 1, 1, 'Saltstone Shoulder Pads'), +(1023940, 14902, 0, 1, 1, 1, 'Saltstone Shield'), +(1023940, 14903, 0, 1, 1, 1, 'Saltstone Armsplints'), +(1023940, 14940, 0, 1, 1, 1, 'Warbringer\'s Sabatons '), +(1023940, 14941, 0, 1, 1, 1, 'Warbringer\'s Armsplints'), +(1023940, 14942, 0, 1, 1, 1, 'Warbringer\'s Gauntlets'), +(1023940, 14943, 0, 1, 1, 1, 'Warbringer\'s Belt'), +(1023940, 14946, 0, 1, 1, 1, 'Warbringer\'s Spaulders'), +(1023940, 15146, 0, 1, 1, 1, 'Ghostwalker Crown'), +(1023940, 15152, 0, 1, 1, 1, 'Nocturnal Shoes'), +(1023940, 15154, 0, 1, 1, 1, 'Nocturnal Sash'), +(1023940, 15155, 0, 1, 1, 1, 'Nocturnal Gloves'), +(1023940, 15156, 0, 1, 1, 1, 'Nocturnal Cap'), +(1023940, 15157, 0, 1, 1, 1, 'Nocturnal Leggings'), +(1023940, 15158, 0, 1, 1, 1, 'Nocturnal Shoulder Pads'), +(1023940, 15159, 0, 1, 1, 1, 'Nocturnal Tunic'), +(1023940, 15160, 0, 1, 1, 1, 'Nocturnal Wristbands'), +(1023940, 15161, 0, 1, 1, 1, 'Imposing Belt'), +(1023940, 15163, 0, 1, 1, 1, 'Imposing Bracers'), +(1023940, 15165, 0, 1, 1, 1, 'Imposing Cape'), +(1023940, 15214, 0, 1, 1, 1, 'Nobles Brand'), +(1023940, 15233, 0, 1, 1, 1, 'Savage Axe'), +(1023940, 15234, 0, 1, 1, 1, 'Greater Scythe'), +(1023940, 15244, 0, 1, 1, 1, 'Razor Blade'), +(1023940, 15251, 0, 1, 1, 1, 'Headstriker Sword'), +(1023940, 15260, 0, 1, 1, 1, 'Stone Hammer'), +(1023940, 15261, 0, 1, 1, 1, 'Sequoia Branch'), +(1023940, 15322, 0, 1, 1, 1, 'Smoothbore Gun'), +(1023940, 15353, 0, 1, 1, 1, 'Headhunter\'s Headdress'), +(1023940, 15359, 0, 1, 1, 1, 'Trickster\'s Vest'), +(1023940, 15360, 0, 1, 1, 1, 'Trickster\'s Bindings'), +(1023940, 15362, 0, 1, 1, 1, 'Trickster\'s Boots'), +(1023940, 15363, 0, 1, 1, 1, 'Trickster\'s Headdress'), +(1023940, 15365, 0, 1, 1, 1, 'Trickster\'s Handwraps'), +(1023940, 15366, 0, 1, 1, 1, 'Trickster\'s Leggings'), +(1023940, 15367, 0, 1, 1, 1, 'Trickster\'s Protector'), +(1023940, 15368, 0, 1, 1, 1, 'Trickster\'s Pauldrons'), +(1023940, 15369, 0, 1, 1, 1, 'Wolf Rider\'s Belt'), +(1023940, 15371, 0, 1, 1, 1, 'Wolf Rider\'s Cloak'), +(1023940, 15372, 0, 1, 1, 1, 'Wolf Rider\'s Gloves'), +(1023940, 15375, 0, 1, 1, 1, 'Wolf Rider\'s Shoulder Pads'), +(1023940, 15377, 0, 1, 1, 1, 'Wolf Rider\'s Wristbands'), +(1023940, 15565, 0, 1, 1, 1, 'Marauder\'s Boots'), +(1023940, 15567, 0, 1, 1, 1, 'Marauder\'s Tunic'), +(1023940, 15569, 0, 1, 1, 1, 'Marauder\'s Crest'), +(1023940, 15572, 0, 1, 1, 1, 'Marauder\'s Circlet'), +(1023940, 15573, 0, 1, 1, 1, 'Marauder\'s Leggings'), +(1023940, 15574, 0, 1, 1, 1, 'Marauder\'s Shoulder Pads'), +(1023940, 15576, 0, 1, 1, 1, 'Sparkleshell Sabatons'), +(1023940, 15578, 0, 1, 1, 1, 'Sparkleshell Breastplate'), +(1023940, 15580, 0, 1, 1, 1, 'Sparkleshell Headwrap'), +(1023940, 15581, 0, 1, 1, 1, 'Sparkleshell Gauntlets'), +(1023940, 15582, 0, 1, 1, 1, 'Sparkleshell Legguards'), +(1023940, 15583, 0, 1, 1, 1, 'Sparkleshell Shoulder Pads'), +(1023940, 15584, 0, 1, 1, 1, 'Sparkleshell Shield'), +(1023940, 15589, 0, 1, 1, 1, 'Steadfast Stompers'), +(1023940, 15591, 0, 1, 1, 1, 'Steadfast Breastplate'), +(1023940, 15592, 0, 1, 1, 1, 'Steadfast Buckler'), +(1023940, 15593, 0, 1, 1, 1, 'Steadfast Coronet'), +(1023940, 15595, 0, 1, 1, 1, 'Steadfast Gloves'), +(1023940, 15596, 0, 1, 1, 1, 'Steadfast Legplates'), +(1023940, 15597, 0, 1, 1, 1, 'Steadfast Shoulders'), +(1023940, 15598, 0, 1, 1, 1, 'Steadfast Girdle'), +(1023940, 15600, 0, 1, 1, 1, 'Ancient Vambraces'), +(1023940, 15603, 0, 1, 1, 1, 'Ancient Cloak'), +(1023940, 15605, 0, 1, 1, 1, 'Ancient Gauntlets'), +(1023940, 15606, 0, 1, 1, 1, 'Ancient Belt'), +(1023940, 15610, 0, 1, 1, 1, 'Bonelink Bracers'), +(1023940, 15611, 0, 1, 1, 1, 'Bonelink Cape'), +(1023940, 15613, 0, 1, 1, 1, 'Bonelink Belt'), +(1023940, 15918, 0, 1, 1, 1, 'Conjurer\'s Sphere'), +(1023940, 15963, 0, 1, 1, 1, 'Stonecloth Branch'), +(1023940, 15978, 0, 1, 1, 1, 'Geomancer\'s Rod'), +(1023940, 15979, 0, 1, 1, 1, 'Embersilk Stave'), +(1023940, 15990, 0, 1, 1, 1, 'Enduring Shield'), +(1024040, 866, 0, 1, 1, 1, 'Monk\'s Staff'), +(1024040, 1207, 0, 1, 1, 1, 'Murphstar'), +(1024040, 1625, 0, 1, 1, 1, 'Exquisite Flamberge'), +(1024040, 1640, 0, 1, 1, 1, 'Monstrous War Axe'), +(1024040, 4041, 0, 1, 1, 1, 'Aurora Cowl'), +(1024040, 4042, 0, 1, 1, 1, 'Aurora Gloves'), +(1024040, 4044, 0, 1, 1, 1, 'Aurora Pants'), +(1024040, 4045, 0, 1, 1, 1, 'Mistscape Bracers'), +(1024040, 4047, 0, 1, 1, 1, 'Mistscape Boots'), +(1024040, 4058, 0, 1, 1, 1, 'Glyphed Breastplate'), +(1024040, 4060, 0, 1, 1, 1, 'Glyphed Leggings'), +(1024040, 4061, 0, 1, 1, 1, 'Imperial Leather Bracers'), +(1024040, 4063, 0, 1, 1, 1, 'Imperial Leather Gloves'), +(1024040, 4067, 0, 1, 1, 1, 'Glyphed Buckler'), +(1024040, 4068, 0, 1, 1, 1, 'Chief Brigadier Shield'), +(1024040, 4070, 0, 1, 1, 1, 'Jouster\'s Crest'), +(1024040, 4078, 0, 1, 1, 1, 'Chief Brigadier Coif'), +(1024040, 4079, 0, 1, 1, 1, 'Chief Brigadier Leggings'), +(1024040, 4087, 0, 1, 1, 1, 'Trueshot Bow'), +(1024040, 4725, 0, 1, 1, 1, 'Chief Brigadier Pauldrons'), +(1024040, 4729, 0, 1, 1, 1, 'Aurora Mantle'), +(1024040, 4731, 0, 1, 1, 1, 'Glyphed Epaulets'), +(1024040, 4734, 0, 1, 1, 1, 'Mistscape Mantle'), +(1024040, 4735, 0, 1, 1, 1, 'Mistscape Cloak'), +(1024040, 4736, 0, 1, 1, 1, 'Mistscape Sash'), +(1024040, 4738, 0, 1, 1, 1, 'Imperial Leather Belt'), +(1024040, 5011, 0, 1, 1, 1, 'Welken Ring'), +(1024040, 5215, 0, 1, 1, 1, 'Ember Wand'), +(1024040, 6411, 0, 1, 1, 1, 'Chief Brigadier Armor'), +(1024040, 6412, 0, 1, 1, 1, 'Chief Brigadier Boots'), +(1024040, 6415, 0, 1, 1, 1, 'Aurora Robe'), +(1024040, 6420, 0, 1, 1, 1, 'Glyphed Boots'), +(1024040, 6422, 0, 1, 1, 1, 'Glyphed Helm'), +(1024040, 6424, 0, 1, 1, 1, 'Blackforge Cape'), +(1024040, 6426, 0, 1, 1, 1, 'Blackforge Bracers'), +(1024040, 6428, 0, 1, 1, 1, 'Mistscape Gloves'), +(1024040, 6431, 0, 1, 1, 1, 'Imperial Leather Boots'), +(1024040, 6432, 0, 1, 1, 1, 'Imperial Cloak'), +(1024040, 6433, 0, 1, 1, 1, 'Imperial Leather Helm'), +(1024040, 7112, 0, 1, 1, 1, 'Aurora Armor'), +(1024040, 7429, 0, 1, 1, 1, 'Twilight Armor'), +(1024040, 7430, 0, 1, 1, 1, 'Twilight Robe'), +(1024040, 7431, 0, 1, 1, 1, 'Twilight Pants'), +(1024040, 7439, 0, 1, 1, 1, 'Sentinel Breastplate'), +(1024040, 7440, 0, 1, 1, 1, 'Sentinel Trousers'), +(1024040, 7454, 0, 1, 1, 1, 'Knight\'s Breastplate'), +(1024040, 7455, 0, 1, 1, 1, 'Knight\'s Legguards'), +(1024040, 7465, 0, 1, 1, 1, 'Knight\'s Crest'), +(1024040, 7470, 0, 1, 1, 1, 'Regal Wizard Hat'), +(1024040, 7471, 0, 1, 1, 1, 'Regal Gloves'), +(1024040, 7472, 0, 1, 1, 1, 'Regal Boots'), +(1024040, 7473, 0, 1, 1, 1, 'Regal Mantle'), +(1024040, 7474, 0, 1, 1, 1, 'Regal Cloak'), +(1024040, 7475, 0, 1, 1, 1, 'Regal Cuffs'), +(1024040, 7476, 0, 1, 1, 1, 'Regal Sash'), +(1024040, 7478, 0, 1, 1, 1, 'Ranger Leggings'), +(1024040, 7479, 0, 1, 1, 1, 'Ranger Helm'), +(1024040, 7480, 0, 1, 1, 1, 'Ranger Gloves'), +(1024040, 7481, 0, 1, 1, 1, 'Ranger Boots'), +(1024040, 7482, 0, 1, 1, 1, 'Ranger Shoulders'), +(1024040, 7483, 0, 1, 1, 1, 'Ranger Cloak'), +(1024040, 7484, 0, 1, 1, 1, 'Ranger Wristguards'), +(1024040, 7485, 0, 1, 1, 1, 'Ranger Cord'), +(1024040, 7487, 0, 1, 1, 1, 'Captain\'s Leggings'), +(1024040, 7488, 0, 1, 1, 1, 'Captain\'s Circlet'), +(1024040, 7489, 0, 1, 1, 1, 'Captain\'s Gauntlets'), +(1024040, 7490, 0, 1, 1, 1, 'Captain\'s Boots'), +(1024040, 7491, 0, 1, 1, 1, 'Captain\'s Shoulderguards'), +(1024040, 7492, 0, 1, 1, 1, 'Captain\'s Cloak'), +(1024040, 7493, 0, 1, 1, 1, 'Captain\'s Bracers'), +(1024040, 7494, 0, 1, 1, 1, 'Captain\'s Waistguard'), +(1024040, 7496, 0, 1, 1, 1, 'Field Plate Shield'), +(1024040, 7556, 0, 1, 1, 1, 'Twilight Orb'), +(1024040, 7610, 0, 1, 1, 1, 'Aurora Sphere'), +(1024040, 8137, 0, 1, 1, 1, 'Chromite Bracers'), +(1024040, 8140, 0, 1, 1, 1, 'Chromite Girdle'), +(1024040, 8156, 0, 1, 1, 1, 'Jouster\'s Wristguards'), +(1024040, 8157, 0, 1, 1, 1, 'Jouster\'s Chestplate'), +(1024040, 8158, 0, 1, 1, 1, 'Jouster\'s Gauntlets'), +(1024040, 8159, 0, 1, 1, 1, 'Jouster\'s Girdle'), +(1024040, 8160, 0, 1, 1, 1, 'Jouster\'s Greaves'), +(1024040, 8161, 0, 1, 1, 1, 'Jouster\'s Visor'), +(1024040, 8162, 0, 1, 1, 1, 'Jouster\'s Legplates'), +(1024040, 8163, 0, 1, 1, 1, 'Jouster\'s Pauldrons'), +(1024040, 8194, 0, 1, 1, 1, 'Goblin Nutcracker'), +(1024040, 8196, 0, 1, 1, 1, 'Ebon Scimitar'), +(1024040, 9285, 0, 1, 1, 1, 'Field Plate Vambraces'), +(1024040, 9287, 0, 1, 1, 1, 'Field Plate Gauntlets'), +(1024040, 9288, 0, 1, 1, 1, 'Field Plate Girdle'), +(1024040, 9289, 0, 1, 1, 1, 'Field Plate Boots'), +(1024040, 9290, 0, 1, 1, 1, 'Field Plate Helmet'), +(1024040, 9291, 0, 1, 1, 1, 'Field Plate Leggings'), +(1024040, 9292, 0, 1, 1, 1, 'Field Plate Pauldrons'), +(1024040, 9874, 0, 1, 1, 1, 'Sorcerer Drape'), +(1024040, 9875, 0, 1, 1, 1, 'Sorcerer Sash'), +(1024040, 9876, 0, 1, 1, 1, 'Sorcerer Slippers'), +(1024040, 9878, 0, 1, 1, 1, 'Sorcerer Hat'), +(1024040, 9879, 0, 1, 1, 1, 'Sorcerer Bracelets'), +(1024040, 9880, 0, 1, 1, 1, 'Sorcerer Gloves'), +(1024040, 9881, 0, 1, 1, 1, 'Sorcerer Mantle'), +(1024040, 9882, 0, 1, 1, 1, 'Sorcerer Sphere'), +(1024040, 9883, 0, 1, 1, 1, 'Sorcerer Pants'), +(1024040, 9884, 0, 1, 1, 1, 'Sorcerer Robe'), +(1024040, 9885, 0, 1, 1, 1, 'Huntsman\'s Boots'), +(1024040, 9886, 0, 1, 1, 1, 'Huntsman\'s Bands'), +(1024040, 9887, 0, 1, 1, 1, 'Huntsman\'s Armor'), +(1024040, 9889, 0, 1, 1, 1, 'Huntsman\'s Cap'), +(1024040, 9891, 0, 1, 1, 1, 'Huntsman\'s Belt'), +(1024040, 9892, 0, 1, 1, 1, 'Huntsman\'s Gloves'), +(1024040, 9893, 0, 1, 1, 1, 'Huntsman\'s Leggings'), +(1024040, 9894, 0, 1, 1, 1, 'Huntsman\'s Shoulders'), +(1024040, 9895, 0, 1, 1, 1, 'Jazeraint Boots'), +(1024040, 9896, 0, 1, 1, 1, 'Jazeraint Bracers'), +(1024040, 9897, 0, 1, 1, 1, 'Jazeraint Chestguard'), +(1024040, 9899, 0, 1, 1, 1, 'Jazeraint Shield'), +(1024040, 9900, 0, 1, 1, 1, 'Jazeraint Gauntlets'), +(1024040, 9901, 0, 1, 1, 1, 'Jazeraint Belt'), +(1024040, 9902, 0, 1, 1, 1, 'Jazeraint Helm'), +(1024040, 9903, 0, 1, 1, 1, 'Jazeraint Leggings'), +(1024040, 9904, 0, 1, 1, 1, 'Jazeraint Pauldrons'), +(1024040, 9908, 0, 1, 1, 1, 'Royal Cape'), +(1024040, 9909, 0, 1, 1, 1, 'Royal Bands'), +(1024040, 9919, 0, 1, 1, 1, 'Tracker\'s Cloak'), +(1024040, 9926, 0, 1, 1, 1, 'Brigade Boots'), +(1024040, 9927, 0, 1, 1, 1, 'Brigade Bracers'), +(1024040, 9929, 0, 1, 1, 1, 'Brigade Cloak'), +(1024040, 9930, 0, 1, 1, 1, 'Brigade Gauntlets'), +(1024040, 9931, 0, 1, 1, 1, 'Brigade Girdle'), +(1024040, 9967, 0, 1, 1, 1, 'Embossed Plate Gauntlets'), +(1024040, 9968, 0, 1, 1, 1, 'Embossed Plate Girdle'), +(1024040, 9969, 0, 1, 1, 1, 'Embossed Plate Helmet'), +(1024040, 9971, 0, 1, 1, 1, 'Embossed Plate Pauldrons'), +(1024040, 9972, 0, 1, 1, 1, 'Embossed Plate Bracers'), +(1024040, 9973, 0, 1, 1, 1, 'Embossed Plate Boots'), +(1024040, 11972, 0, 1, 1, 1, 'Carnelian Loop'), +(1024040, 11973, 0, 1, 1, 1, 'Hematite Link'), +(1024040, 11986, 0, 1, 1, 1, 'Thallium Hoop'), +(1024040, 11987, 0, 1, 1, 1, 'Iridium Circle'), +(1024040, 11998, 0, 1, 1, 1, 'Jet Loop'), +(1024040, 12011, 0, 1, 1, 1, 'Forest Hoop'), +(1024040, 12022, 0, 1, 1, 1, 'Iridium Chain'), +(1024040, 12030, 0, 1, 1, 1, 'Jet Chain'), +(1024040, 12042, 0, 1, 1, 1, 'Marsh Chain'), +(1024040, 14216, 0, 1, 1, 1, 'Geomancer\'s Jerkin'), +(1024040, 14220, 0, 1, 1, 1, 'Geomancer\'s Cap'), +(1024040, 14224, 0, 1, 1, 1, 'Geomancer\'s Trousers'), +(1024040, 14225, 0, 1, 1, 1, 'Geomancer\'s Wraps'), +(1024040, 14228, 0, 1, 1, 1, 'Embersilk Coronet'), +(1024040, 14230, 0, 1, 1, 1, 'Embersilk Tunic'), +(1024040, 14232, 0, 1, 1, 1, 'Embersilk Mantle'), +(1024040, 14233, 0, 1, 1, 1, 'Embersilk Leggings'), +(1024040, 14234, 0, 1, 1, 1, 'Embersilk Robes'), +(1024040, 14238, 0, 1, 1, 1, 'Darkmist Boots'), +(1024040, 14239, 0, 1, 1, 1, 'Darkmist Cape'), +(1024040, 14240, 0, 1, 1, 1, 'Darkmist Bands'), +(1024040, 14241, 0, 1, 1, 1, 'Darkmist Handguards'), +(1024040, 14242, 0, 1, 1, 1, 'Darkmist Pants'), +(1024040, 14243, 0, 1, 1, 1, 'Darkmist Mantle'), +(1024040, 14245, 0, 1, 1, 1, 'Darkmist Girdle'), +(1024040, 14248, 0, 1, 1, 1, 'Lunar Bindings'), +(1024040, 14250, 0, 1, 1, 1, 'Lunar Slippers'), +(1024040, 14251, 0, 1, 1, 1, 'Lunar Cloak'), +(1024040, 14253, 0, 1, 1, 1, 'Lunar Handwraps'), +(1024040, 14255, 0, 1, 1, 1, 'Lunar Belt'), +(1024040, 14261, 0, 1, 1, 1, 'Bloodwoven Cloak'), +(1024040, 14407, 0, 1, 1, 1, 'Stonecloth Vest'), +(1024040, 14413, 0, 1, 1, 1, 'Stonecloth Robe'), +(1024040, 14418, 0, 1, 1, 1, 'Silksand Boots'), +(1024040, 14421, 0, 1, 1, 1, 'Silksand Circlet'), +(1024040, 14422, 0, 1, 1, 1, 'Silksand Gloves'), +(1024040, 14423, 0, 1, 1, 1, 'Silksand Shoulder Pads'), +(1024040, 14424, 0, 1, 1, 1, 'Silksand Legwraps'), +(1024040, 14426, 0, 1, 1, 1, 'Silksand Girdle'), +(1024040, 14429, 0, 1, 1, 1, 'Windchaser Cuffs'), +(1024040, 14430, 0, 1, 1, 1, 'Windchaser Cloak'), +(1024040, 14435, 0, 1, 1, 1, 'Windchaser Cinch'), +(1024040, 14591, 0, 1, 1, 1, 'Hawkeye\'s Helm'), +(1024040, 14592, 0, 1, 1, 1, 'Hawkeye\'s Tunic'), +(1024040, 14598, 0, 1, 1, 1, 'Warden\'s Waistband'), +(1024040, 14599, 0, 1, 1, 1, 'Warden\'s Footpads'), +(1024040, 14600, 0, 1, 1, 1, 'Warden\'s Wristbands'), +(1024040, 14602, 0, 1, 1, 1, 'Warden\'s Cloak'), +(1024040, 14603, 0, 1, 1, 1, 'Warden\'s Mantle'), +(1024040, 14605, 0, 1, 1, 1, 'Warden\'s Woolies'), +(1024040, 14606, 0, 1, 1, 1, 'Warden\'s Gloves'), +(1024040, 14760, 0, 1, 1, 1, 'Enduring Breastplate'), +(1024040, 14769, 0, 1, 1, 1, 'Ravager\'s Sandals'), +(1024040, 14770, 0, 1, 1, 1, 'Ravager\'s Armguards'), +(1024040, 14771, 0, 1, 1, 1, 'Ravager\'s Cloak'), +(1024040, 14772, 0, 1, 1, 1, 'Ravager\'s Handwraps'), +(1024040, 14773, 0, 1, 1, 1, 'Ravager\'s Cord'), +(1024040, 14774, 0, 1, 1, 1, 'Ravager\'s Crown'), +(1024040, 14775, 0, 1, 1, 1, 'Ravager\'s Woolies'), +(1024040, 14776, 0, 1, 1, 1, 'Ravager\'s Mantle'), +(1024040, 14821, 0, 1, 1, 1, 'Symbolic Breastplate'), +(1024040, 14825, 0, 1, 1, 1, 'Symbolic Crest'), +(1024040, 14826, 0, 1, 1, 1, 'Symbolic Gauntlets'), +(1024040, 14827, 0, 1, 1, 1, 'Symbolic Belt'), +(1024040, 14828, 0, 1, 1, 1, 'Symbolic Greaves'), +(1024040, 14829, 0, 1, 1, 1, 'Symbolic Legplates'), +(1024040, 14830, 0, 1, 1, 1, 'Symbolic Pauldrons'), +(1024040, 14831, 0, 1, 1, 1, 'Symbolic Crown'), +(1024040, 14832, 0, 1, 1, 1, 'Symbolic Vambraces'), +(1024040, 14834, 0, 1, 1, 1, 'Tyrant\'s Armguards'), +(1024040, 14838, 0, 1, 1, 1, 'Tyrant\'s Belt'), +(1024040, 14895, 0, 1, 1, 1, 'Saltstone Surcoat'), +(1024040, 14896, 0, 1, 1, 1, 'Saltstone Sabatons'), +(1024040, 14897, 0, 1, 1, 1, 'Saltstone Gauntlets'), +(1024040, 14898, 0, 1, 1, 1, 'Saltstone Girdle'), +(1024040, 14899, 0, 1, 1, 1, 'Saltstone Helm'), +(1024040, 14900, 0, 1, 1, 1, 'Saltstone Legplates'), +(1024040, 14901, 0, 1, 1, 1, 'Saltstone Shoulder Pads'), +(1024040, 14902, 0, 1, 1, 1, 'Saltstone Shield'), +(1024040, 14903, 0, 1, 1, 1, 'Saltstone Armsplints'), +(1024040, 14940, 0, 1, 1, 1, 'Warbringer\'s Sabatons '), +(1024040, 14941, 0, 1, 1, 1, 'Warbringer\'s Armsplints'), +(1024040, 14942, 0, 1, 1, 1, 'Warbringer\'s Gauntlets'), +(1024040, 14943, 0, 1, 1, 1, 'Warbringer\'s Belt'), +(1024040, 14946, 0, 1, 1, 1, 'Warbringer\'s Spaulders'), +(1024040, 15146, 0, 1, 1, 1, 'Ghostwalker Crown'), +(1024040, 15152, 0, 1, 1, 1, 'Nocturnal Shoes'), +(1024040, 15155, 0, 1, 1, 1, 'Nocturnal Gloves'), +(1024040, 15156, 0, 1, 1, 1, 'Nocturnal Cap'), +(1024040, 15157, 0, 1, 1, 1, 'Nocturnal Leggings'), +(1024040, 15158, 0, 1, 1, 1, 'Nocturnal Shoulder Pads'), +(1024040, 15159, 0, 1, 1, 1, 'Nocturnal Tunic'), +(1024040, 15160, 0, 1, 1, 1, 'Nocturnal Wristbands'), +(1024040, 15161, 0, 1, 1, 1, 'Imposing Belt'), +(1024040, 15163, 0, 1, 1, 1, 'Imposing Bracers'), +(1024040, 15165, 0, 1, 1, 1, 'Imposing Cape'), +(1024040, 15214, 0, 1, 1, 1, 'Nobles Brand'), +(1024040, 15233, 0, 1, 1, 1, 'Savage Axe'), +(1024040, 15234, 0, 1, 1, 1, 'Greater Scythe'), +(1024040, 15244, 0, 1, 1, 1, 'Razor Blade'), +(1024040, 15251, 0, 1, 1, 1, 'Headstriker Sword'), +(1024040, 15261, 0, 1, 1, 1, 'Sequoia Branch'), +(1024040, 15322, 0, 1, 1, 1, 'Smoothbore Gun'), +(1024040, 15359, 0, 1, 1, 1, 'Trickster\'s Vest'), +(1024040, 15362, 0, 1, 1, 1, 'Trickster\'s Boots'), +(1024040, 15363, 0, 1, 1, 1, 'Trickster\'s Headdress'), +(1024040, 15366, 0, 1, 1, 1, 'Trickster\'s Leggings'), +(1024040, 15367, 0, 1, 1, 1, 'Trickster\'s Protector'), +(1024040, 15368, 0, 1, 1, 1, 'Trickster\'s Pauldrons'), +(1024040, 15369, 0, 1, 1, 1, 'Wolf Rider\'s Belt'), +(1024040, 15371, 0, 1, 1, 1, 'Wolf Rider\'s Cloak'), +(1024040, 15372, 0, 1, 1, 1, 'Wolf Rider\'s Gloves'), +(1024040, 15375, 0, 1, 1, 1, 'Wolf Rider\'s Shoulder Pads'), +(1024040, 15377, 0, 1, 1, 1, 'Wolf Rider\'s Wristbands'), +(1024040, 15567, 0, 1, 1, 1, 'Marauder\'s Tunic'), +(1024040, 15569, 0, 1, 1, 1, 'Marauder\'s Crest'), +(1024040, 15572, 0, 1, 1, 1, 'Marauder\'s Circlet'), +(1024040, 15574, 0, 1, 1, 1, 'Marauder\'s Shoulder Pads'), +(1024040, 15576, 0, 1, 1, 1, 'Sparkleshell Sabatons'), +(1024040, 15578, 0, 1, 1, 1, 'Sparkleshell Breastplate'), +(1024040, 15580, 0, 1, 1, 1, 'Sparkleshell Headwrap'), +(1024040, 15582, 0, 1, 1, 1, 'Sparkleshell Legguards'), +(1024040, 15583, 0, 1, 1, 1, 'Sparkleshell Shoulder Pads'), +(1024040, 15584, 0, 1, 1, 1, 'Sparkleshell Shield'), +(1024040, 15589, 0, 1, 1, 1, 'Steadfast Stompers'), +(1024040, 15591, 0, 1, 1, 1, 'Steadfast Breastplate'), +(1024040, 15592, 0, 1, 1, 1, 'Steadfast Buckler'), +(1024040, 15593, 0, 1, 1, 1, 'Steadfast Coronet'), +(1024040, 15595, 0, 1, 1, 1, 'Steadfast Gloves'), +(1024040, 15596, 0, 1, 1, 1, 'Steadfast Legplates'), +(1024040, 15597, 0, 1, 1, 1, 'Steadfast Shoulders'), +(1024040, 15600, 0, 1, 1, 1, 'Ancient Vambraces'), +(1024040, 15603, 0, 1, 1, 1, 'Ancient Cloak'), +(1024040, 15605, 0, 1, 1, 1, 'Ancient Gauntlets'), +(1024040, 15606, 0, 1, 1, 1, 'Ancient Belt'), +(1024040, 15610, 0, 1, 1, 1, 'Bonelink Bracers'), +(1024040, 15611, 0, 1, 1, 1, 'Bonelink Cape'), +(1024040, 15613, 0, 1, 1, 1, 'Bonelink Belt'), +(1024040, 15963, 0, 1, 1, 1, 'Stonecloth Branch'), +(1024040, 15978, 0, 1, 1, 1, 'Geomancer\'s Rod'), +(1024040, 15979, 0, 1, 1, 1, 'Embersilk Stave'), +(1024040, 15990, 0, 1, 1, 1, 'Enduring Shield'), +(1024041, 866, 0, 1, 1, 1, 'Monk\'s Staff'), +(1024041, 1207, 0, 1, 1, 1, 'Murphstar'), +(1024041, 1613, 0, 1, 1, 1, 'Spiritchaser Staff'), +(1024041, 1625, 0, 1, 1, 1, 'Exquisite Flamberge'), +(1024041, 1640, 0, 1, 1, 1, 'Monstrous War Axe'), +(1024041, 3187, 0, 1, 1, 1, 'Sacrificial Kris'), +(1024041, 3430, 0, 1, 1, 1, 'Sniper Rifle'), +(1024041, 4041, 0, 1, 1, 1, 'Aurora Cowl'), +(1024041, 4042, 0, 1, 1, 1, 'Aurora Gloves'), +(1024041, 4044, 0, 1, 1, 1, 'Aurora Pants'), +(1024041, 4045, 0, 1, 1, 1, 'Mistscape Bracers'), +(1024041, 4047, 0, 1, 1, 1, 'Mistscape Boots'), +(1024041, 4058, 0, 1, 1, 1, 'Glyphed Breastplate'), +(1024041, 4060, 0, 1, 1, 1, 'Glyphed Leggings'), +(1024041, 4061, 0, 1, 1, 1, 'Imperial Leather Bracers'), +(1024041, 4063, 0, 1, 1, 1, 'Imperial Leather Gloves'), +(1024041, 4067, 0, 1, 1, 1, 'Glyphed Buckler'), +(1024041, 4068, 0, 1, 1, 1, 'Chief Brigadier Shield'), +(1024041, 4070, 0, 1, 1, 1, 'Jouster\'s Crest'), +(1024041, 4078, 0, 1, 1, 1, 'Chief Brigadier Coif'), +(1024041, 4079, 0, 1, 1, 1, 'Chief Brigadier Leggings'), +(1024041, 4083, 0, 1, 1, 1, 'Blackforge Gauntlets'), +(1024041, 4087, 0, 1, 1, 1, 'Trueshot Bow'), +(1024041, 4725, 0, 1, 1, 1, 'Chief Brigadier Pauldrons'), +(1024041, 4729, 0, 1, 1, 1, 'Aurora Mantle'), +(1024041, 4731, 0, 1, 1, 1, 'Glyphed Epaulets'), +(1024041, 4734, 0, 1, 1, 1, 'Mistscape Mantle'), +(1024041, 4735, 0, 1, 1, 1, 'Mistscape Cloak'), +(1024041, 4736, 0, 1, 1, 1, 'Mistscape Sash'), +(1024041, 4737, 0, 1, 1, 1, 'Imperial Leather Spaulders'), +(1024041, 4738, 0, 1, 1, 1, 'Imperial Leather Belt'), +(1024041, 5011, 0, 1, 1, 1, 'Welken Ring'), +(1024041, 5215, 0, 1, 1, 1, 'Ember Wand'), +(1024041, 6411, 0, 1, 1, 1, 'Chief Brigadier Armor'), +(1024041, 6412, 0, 1, 1, 1, 'Chief Brigadier Boots'), +(1024041, 6415, 0, 1, 1, 1, 'Aurora Robe'), +(1024041, 6420, 0, 1, 1, 1, 'Glyphed Boots'), +(1024041, 6422, 0, 1, 1, 1, 'Glyphed Helm'), +(1024041, 6424, 0, 1, 1, 1, 'Blackforge Cape'), +(1024041, 6425, 0, 1, 1, 1, 'Blackforge Girdle'), +(1024041, 6426, 0, 1, 1, 1, 'Blackforge Bracers'), +(1024041, 6428, 0, 1, 1, 1, 'Mistscape Gloves'), +(1024041, 6429, 0, 1, 1, 1, 'Mistscape Wizard Hat'), +(1024041, 6431, 0, 1, 1, 1, 'Imperial Leather Boots'), +(1024041, 6432, 0, 1, 1, 1, 'Imperial Cloak'), +(1024041, 6433, 0, 1, 1, 1, 'Imperial Leather Helm'), +(1024041, 7112, 0, 1, 1, 1, 'Aurora Armor'), +(1024041, 7429, 0, 1, 1, 1, 'Twilight Armor'), +(1024041, 7430, 0, 1, 1, 1, 'Twilight Robe'), +(1024041, 7431, 0, 1, 1, 1, 'Twilight Pants'), +(1024041, 7439, 0, 1, 1, 1, 'Sentinel Breastplate'), +(1024041, 7440, 0, 1, 1, 1, 'Sentinel Trousers'), +(1024041, 7454, 0, 1, 1, 1, 'Knight\'s Breastplate'), +(1024041, 7455, 0, 1, 1, 1, 'Knight\'s Legguards'), +(1024041, 7465, 0, 1, 1, 1, 'Knight\'s Crest'), +(1024041, 7469, 0, 1, 1, 1, 'Regal Leggings'), +(1024041, 7470, 0, 1, 1, 1, 'Regal Wizard Hat'), +(1024041, 7471, 0, 1, 1, 1, 'Regal Gloves'), +(1024041, 7472, 0, 1, 1, 1, 'Regal Boots'), +(1024041, 7473, 0, 1, 1, 1, 'Regal Mantle'), +(1024041, 7474, 0, 1, 1, 1, 'Regal Cloak'), +(1024041, 7475, 0, 1, 1, 1, 'Regal Cuffs'), +(1024041, 7476, 0, 1, 1, 1, 'Regal Sash'), +(1024041, 7478, 0, 1, 1, 1, 'Ranger Leggings'), +(1024041, 7479, 0, 1, 1, 1, 'Ranger Helm'), +(1024041, 7480, 0, 1, 1, 1, 'Ranger Gloves'), +(1024041, 7481, 0, 1, 1, 1, 'Ranger Boots'), +(1024041, 7482, 0, 1, 1, 1, 'Ranger Shoulders'), +(1024041, 7483, 0, 1, 1, 1, 'Ranger Cloak'), +(1024041, 7484, 0, 1, 1, 1, 'Ranger Wristguards'), +(1024041, 7485, 0, 1, 1, 1, 'Ranger Cord'), +(1024041, 7486, 0, 1, 1, 1, 'Captain\'s Breastplate'), +(1024041, 7487, 0, 1, 1, 1, 'Captain\'s Leggings'), +(1024041, 7488, 0, 1, 1, 1, 'Captain\'s Circlet'), +(1024041, 7489, 0, 1, 1, 1, 'Captain\'s Gauntlets'), +(1024041, 7490, 0, 1, 1, 1, 'Captain\'s Boots'), +(1024041, 7491, 0, 1, 1, 1, 'Captain\'s Shoulderguards'), +(1024041, 7492, 0, 1, 1, 1, 'Captain\'s Cloak'), +(1024041, 7493, 0, 1, 1, 1, 'Captain\'s Bracers'), +(1024041, 7494, 0, 1, 1, 1, 'Captain\'s Waistguard'), +(1024041, 7495, 0, 1, 1, 1, 'Captain\'s Buckler'), +(1024041, 7496, 0, 1, 1, 1, 'Field Plate Shield'), +(1024041, 7524, 0, 1, 1, 1, 'Gossamer Cape'), +(1024041, 7533, 0, 1, 1, 1, 'Cabalist Cloak'), +(1024041, 7544, 0, 1, 1, 1, 'Champion\'s Cape'), +(1024041, 7552, 0, 1, 1, 1, 'Falcon\'s Hook'), +(1024041, 7556, 0, 1, 1, 1, 'Twilight Orb'), +(1024041, 7610, 0, 1, 1, 1, 'Aurora Sphere'), +(1024041, 8137, 0, 1, 1, 1, 'Chromite Bracers'), +(1024041, 8139, 0, 1, 1, 1, 'Chromite Gauntlets'), +(1024041, 8140, 0, 1, 1, 1, 'Chromite Girdle'), +(1024041, 8141, 0, 1, 1, 1, 'Chromite Greaves'), +(1024041, 8142, 0, 1, 1, 1, 'Chromite Barbute'), +(1024041, 8156, 0, 1, 1, 1, 'Jouster\'s Wristguards'), +(1024041, 8157, 0, 1, 1, 1, 'Jouster\'s Chestplate'), +(1024041, 8158, 0, 1, 1, 1, 'Jouster\'s Gauntlets'), +(1024041, 8159, 0, 1, 1, 1, 'Jouster\'s Girdle'), +(1024041, 8160, 0, 1, 1, 1, 'Jouster\'s Greaves'), +(1024041, 8161, 0, 1, 1, 1, 'Jouster\'s Visor'), +(1024041, 8162, 0, 1, 1, 1, 'Jouster\'s Legplates'), +(1024041, 8163, 0, 1, 1, 1, 'Jouster\'s Pauldrons'), +(1024041, 8194, 0, 1, 1, 1, 'Goblin Nutcracker'), +(1024041, 8196, 0, 1, 1, 1, 'Ebon Scimitar'), +(1024041, 9285, 0, 1, 1, 1, 'Field Plate Vambraces'), +(1024041, 9286, 0, 1, 1, 1, 'Field Plate Armor'), +(1024041, 9287, 0, 1, 1, 1, 'Field Plate Gauntlets'), +(1024041, 9288, 0, 1, 1, 1, 'Field Plate Girdle'), +(1024041, 9289, 0, 1, 1, 1, 'Field Plate Boots'), +(1024041, 9290, 0, 1, 1, 1, 'Field Plate Helmet'), +(1024041, 9291, 0, 1, 1, 1, 'Field Plate Leggings'), +(1024041, 9292, 0, 1, 1, 1, 'Field Plate Pauldrons'), +(1024041, 9874, 0, 1, 1, 1, 'Sorcerer Drape'), +(1024041, 9875, 0, 1, 1, 1, 'Sorcerer Sash'), +(1024041, 9876, 0, 1, 1, 1, 'Sorcerer Slippers'), +(1024041, 9878, 0, 1, 1, 1, 'Sorcerer Hat'), +(1024041, 9879, 0, 1, 1, 1, 'Sorcerer Bracelets'), +(1024041, 9880, 0, 1, 1, 1, 'Sorcerer Gloves'), +(1024041, 9881, 0, 1, 1, 1, 'Sorcerer Mantle'), +(1024041, 9882, 0, 1, 1, 1, 'Sorcerer Sphere'), +(1024041, 9883, 0, 1, 1, 1, 'Sorcerer Pants'), +(1024041, 9884, 0, 1, 1, 1, 'Sorcerer Robe'), +(1024041, 9885, 0, 1, 1, 1, 'Huntsman\'s Boots'), +(1024041, 9886, 0, 1, 1, 1, 'Huntsman\'s Bands'), +(1024041, 9887, 0, 1, 1, 1, 'Huntsman\'s Armor'), +(1024041, 9889, 0, 1, 1, 1, 'Huntsman\'s Cap'), +(1024041, 9891, 0, 1, 1, 1, 'Huntsman\'s Belt'), +(1024041, 9892, 0, 1, 1, 1, 'Huntsman\'s Gloves'), +(1024041, 9893, 0, 1, 1, 1, 'Huntsman\'s Leggings'), +(1024041, 9894, 0, 1, 1, 1, 'Huntsman\'s Shoulders'), +(1024041, 9895, 0, 1, 1, 1, 'Jazeraint Boots'), +(1024041, 9896, 0, 1, 1, 1, 'Jazeraint Bracers'), +(1024041, 9897, 0, 1, 1, 1, 'Jazeraint Chestguard'), +(1024041, 9899, 0, 1, 1, 1, 'Jazeraint Shield'), +(1024041, 9900, 0, 1, 1, 1, 'Jazeraint Gauntlets'), +(1024041, 9901, 0, 1, 1, 1, 'Jazeraint Belt'), +(1024041, 9902, 0, 1, 1, 1, 'Jazeraint Helm'), +(1024041, 9903, 0, 1, 1, 1, 'Jazeraint Leggings'), +(1024041, 9904, 0, 1, 1, 1, 'Jazeraint Pauldrons'), +(1024041, 9906, 0, 1, 1, 1, 'Royal Sash'), +(1024041, 9907, 0, 1, 1, 1, 'Royal Boots'), +(1024041, 9908, 0, 1, 1, 1, 'Royal Cape'), +(1024041, 9909, 0, 1, 1, 1, 'Royal Bands'), +(1024041, 9910, 0, 1, 1, 1, 'Royal Gloves'), +(1024041, 9916, 0, 1, 1, 1, 'Tracker\'s Belt'), +(1024041, 9917, 0, 1, 1, 1, 'Tracker\'s Boots'), +(1024041, 9919, 0, 1, 1, 1, 'Tracker\'s Cloak'), +(1024041, 9920, 0, 1, 1, 1, 'Tracker\'s Gloves'), +(1024041, 9925, 0, 1, 1, 1, 'Tracker\'s Wristguards'), +(1024041, 9926, 0, 1, 1, 1, 'Brigade Boots'), +(1024041, 9927, 0, 1, 1, 1, 'Brigade Bracers'), +(1024041, 9929, 0, 1, 1, 1, 'Brigade Cloak'), +(1024041, 9930, 0, 1, 1, 1, 'Brigade Gauntlets'), +(1024041, 9931, 0, 1, 1, 1, 'Brigade Girdle'), +(1024041, 9932, 0, 1, 1, 1, 'Brigade Circlet'), +(1024041, 9934, 0, 1, 1, 1, 'Brigade Pauldrons'), +(1024041, 9967, 0, 1, 1, 1, 'Embossed Plate Gauntlets'), +(1024041, 9968, 0, 1, 1, 1, 'Embossed Plate Girdle'), +(1024041, 9969, 0, 1, 1, 1, 'Embossed Plate Helmet'), +(1024041, 9970, 0, 1, 1, 1, 'Embossed Plate Leggings'), +(1024041, 9971, 0, 1, 1, 1, 'Embossed Plate Pauldrons'), +(1024041, 9972, 0, 1, 1, 1, 'Embossed Plate Bracers'), +(1024041, 9973, 0, 1, 1, 1, 'Embossed Plate Boots'), +(1024041, 11972, 0, 1, 1, 1, 'Carnelian Loop'), +(1024041, 11973, 0, 1, 1, 1, 'Hematite Link'), +(1024041, 11986, 0, 1, 1, 1, 'Thallium Hoop'), +(1024041, 11987, 0, 1, 1, 1, 'Iridium Circle'), +(1024041, 11998, 0, 1, 1, 1, 'Jet Loop'), +(1024041, 12011, 0, 1, 1, 1, 'Forest Hoop'), +(1024041, 12022, 0, 1, 1, 1, 'Iridium Chain'), +(1024041, 12030, 0, 1, 1, 1, 'Jet Chain'), +(1024041, 12031, 0, 1, 1, 1, 'Lodestone Necklace'), +(1024041, 12042, 0, 1, 1, 1, 'Marsh Chain'), +(1024041, 14216, 0, 1, 1, 1, 'Geomancer\'s Jerkin'), +(1024041, 14220, 0, 1, 1, 1, 'Geomancer\'s Cap'), +(1024041, 14224, 0, 1, 1, 1, 'Geomancer\'s Trousers'), +(1024041, 14225, 0, 1, 1, 1, 'Geomancer\'s Wraps'), +(1024041, 14228, 0, 1, 1, 1, 'Embersilk Coronet'), +(1024041, 14230, 0, 1, 1, 1, 'Embersilk Tunic'), +(1024041, 14232, 0, 1, 1, 1, 'Embersilk Mantle'), +(1024041, 14233, 0, 1, 1, 1, 'Embersilk Leggings'), +(1024041, 14234, 0, 1, 1, 1, 'Embersilk Robes'), +(1024041, 14238, 0, 1, 1, 1, 'Darkmist Boots'), +(1024041, 14239, 0, 1, 1, 1, 'Darkmist Cape'), +(1024041, 14240, 0, 1, 1, 1, 'Darkmist Bands'), +(1024041, 14241, 0, 1, 1, 1, 'Darkmist Handguards'), +(1024041, 14242, 0, 1, 1, 1, 'Darkmist Pants'), +(1024041, 14243, 0, 1, 1, 1, 'Darkmist Mantle'), +(1024041, 14245, 0, 1, 1, 1, 'Darkmist Girdle'), +(1024041, 14246, 0, 1, 1, 1, 'Darkmist Wizard Hat'), +(1024041, 14247, 0, 1, 1, 1, 'Lunar Mantle'), +(1024041, 14248, 0, 1, 1, 1, 'Lunar Bindings'), +(1024041, 14250, 0, 1, 1, 1, 'Lunar Slippers'), +(1024041, 14251, 0, 1, 1, 1, 'Lunar Cloak'), +(1024041, 14253, 0, 1, 1, 1, 'Lunar Handwraps'), +(1024041, 14255, 0, 1, 1, 1, 'Lunar Belt'), +(1024041, 14260, 0, 1, 1, 1, 'Bloodwoven Bracers'), +(1024041, 14261, 0, 1, 1, 1, 'Bloodwoven Cloak'), +(1024041, 14407, 0, 1, 1, 1, 'Stonecloth Vest'), +(1024041, 14413, 0, 1, 1, 1, 'Stonecloth Robe'), +(1024041, 14417, 0, 1, 1, 1, 'Silksand Tunic'), +(1024041, 14418, 0, 1, 1, 1, 'Silksand Boots'), +(1024041, 14421, 0, 1, 1, 1, 'Silksand Circlet'), +(1024041, 14422, 0, 1, 1, 1, 'Silksand Gloves'), +(1024041, 14423, 0, 1, 1, 1, 'Silksand Shoulder Pads'), +(1024041, 14424, 0, 1, 1, 1, 'Silksand Legwraps'), +(1024041, 14425, 0, 1, 1, 1, 'Silksand Wraps'), +(1024041, 14426, 0, 1, 1, 1, 'Silksand Girdle'), +(1024041, 14428, 0, 1, 1, 1, 'Windchaser Footpads'), +(1024041, 14429, 0, 1, 1, 1, 'Windchaser Cuffs'), +(1024041, 14430, 0, 1, 1, 1, 'Windchaser Cloak'), +(1024041, 14431, 0, 1, 1, 1, 'Windchaser Handguards'), +(1024041, 14435, 0, 1, 1, 1, 'Windchaser Cinch'), +(1024041, 14591, 0, 1, 1, 1, 'Hawkeye\'s Helm'), +(1024041, 14592, 0, 1, 1, 1, 'Hawkeye\'s Tunic'), +(1024041, 14598, 0, 1, 1, 1, 'Warden\'s Waistband'), +(1024041, 14599, 0, 1, 1, 1, 'Warden\'s Footpads'), +(1024041, 14600, 0, 1, 1, 1, 'Warden\'s Wristbands'), +(1024041, 14601, 0, 1, 1, 1, 'Warden\'s Wraps'), +(1024041, 14602, 0, 1, 1, 1, 'Warden\'s Cloak'), +(1024041, 14603, 0, 1, 1, 1, 'Warden\'s Mantle'), +(1024041, 14605, 0, 1, 1, 1, 'Warden\'s Woolies'), +(1024041, 14606, 0, 1, 1, 1, 'Warden\'s Gloves'), +(1024041, 14654, 0, 1, 1, 1, 'Scorpashi Wristbands'), +(1024041, 14656, 0, 1, 1, 1, 'Scorpashi Cape'), +(1024041, 14760, 0, 1, 1, 1, 'Enduring Breastplate'), +(1024041, 14768, 0, 1, 1, 1, 'Ravager\'s Armor'), +(1024041, 14769, 0, 1, 1, 1, 'Ravager\'s Sandals'), +(1024041, 14770, 0, 1, 1, 1, 'Ravager\'s Armguards'), +(1024041, 14771, 0, 1, 1, 1, 'Ravager\'s Cloak'), +(1024041, 14772, 0, 1, 1, 1, 'Ravager\'s Handwraps'), +(1024041, 14773, 0, 1, 1, 1, 'Ravager\'s Cord'), +(1024041, 14774, 0, 1, 1, 1, 'Ravager\'s Crown'), +(1024041, 14775, 0, 1, 1, 1, 'Ravager\'s Woolies'), +(1024041, 14776, 0, 1, 1, 1, 'Ravager\'s Mantle'), +(1024041, 14777, 0, 1, 1, 1, 'Ravager\'s Shield'), +(1024041, 14781, 0, 1, 1, 1, 'Khan\'s Cloak'), +(1024041, 14821, 0, 1, 1, 1, 'Symbolic Breastplate'), +(1024041, 14825, 0, 1, 1, 1, 'Symbolic Crest'), +(1024041, 14826, 0, 1, 1, 1, 'Symbolic Gauntlets'), +(1024041, 14827, 0, 1, 1, 1, 'Symbolic Belt'), +(1024041, 14828, 0, 1, 1, 1, 'Symbolic Greaves'), +(1024041, 14829, 0, 1, 1, 1, 'Symbolic Legplates'), +(1024041, 14830, 0, 1, 1, 1, 'Symbolic Pauldrons'), +(1024041, 14831, 0, 1, 1, 1, 'Symbolic Crown'), +(1024041, 14832, 0, 1, 1, 1, 'Symbolic Vambraces'), +(1024041, 14833, 0, 1, 1, 1, 'Tyrant\'s Gauntlets'), +(1024041, 14834, 0, 1, 1, 1, 'Tyrant\'s Armguards'), +(1024041, 14838, 0, 1, 1, 1, 'Tyrant\'s Belt'), +(1024041, 14839, 0, 1, 1, 1, 'Tyrant\'s Greaves'), +(1024041, 14841, 0, 1, 1, 1, 'Tyrant\'s Epaulets'), +(1024041, 14895, 0, 1, 1, 1, 'Saltstone Surcoat'), +(1024041, 14896, 0, 1, 1, 1, 'Saltstone Sabatons'), +(1024041, 14897, 0, 1, 1, 1, 'Saltstone Gauntlets'), +(1024041, 14898, 0, 1, 1, 1, 'Saltstone Girdle'), +(1024041, 14899, 0, 1, 1, 1, 'Saltstone Helm'), +(1024041, 14900, 0, 1, 1, 1, 'Saltstone Legplates'), +(1024041, 14901, 0, 1, 1, 1, 'Saltstone Shoulder Pads'), +(1024041, 14902, 0, 1, 1, 1, 'Saltstone Shield'), +(1024041, 14903, 0, 1, 1, 1, 'Saltstone Armsplints'), +(1024041, 14906, 0, 1, 1, 1, 'Brutish Belt'), +(1024041, 14910, 0, 1, 1, 1, 'Brutish Armguards'), +(1024041, 14940, 0, 1, 1, 1, 'Warbringer\'s Sabatons '), +(1024041, 14941, 0, 1, 1, 1, 'Warbringer\'s Armsplints'), +(1024041, 14942, 0, 1, 1, 1, 'Warbringer\'s Gauntlets'), +(1024041, 14943, 0, 1, 1, 1, 'Warbringer\'s Belt'), +(1024041, 14946, 0, 1, 1, 1, 'Warbringer\'s Spaulders'), +(1024041, 15146, 0, 1, 1, 1, 'Ghostwalker Crown'), +(1024041, 15152, 0, 1, 1, 1, 'Nocturnal Shoes'), +(1024041, 15155, 0, 1, 1, 1, 'Nocturnal Gloves'), +(1024041, 15156, 0, 1, 1, 1, 'Nocturnal Cap'), +(1024041, 15157, 0, 1, 1, 1, 'Nocturnal Leggings'), +(1024041, 15158, 0, 1, 1, 1, 'Nocturnal Shoulder Pads'), +(1024041, 15159, 0, 1, 1, 1, 'Nocturnal Tunic'), +(1024041, 15160, 0, 1, 1, 1, 'Nocturnal Wristbands'), +(1024041, 15161, 0, 1, 1, 1, 'Imposing Belt'), +(1024041, 15163, 0, 1, 1, 1, 'Imposing Bracers'), +(1024041, 15165, 0, 1, 1, 1, 'Imposing Cape'), +(1024041, 15169, 0, 1, 1, 1, 'Imposing Shoulders'), +(1024041, 15214, 0, 1, 1, 1, 'Nobles Brand'), +(1024041, 15233, 0, 1, 1, 1, 'Savage Axe'), +(1024041, 15234, 0, 1, 1, 1, 'Greater Scythe'), +(1024041, 15244, 0, 1, 1, 1, 'Razor Blade'), +(1024041, 15251, 0, 1, 1, 1, 'Headstriker Sword'), +(1024041, 15261, 0, 1, 1, 1, 'Sequoia Branch'), +(1024041, 15322, 0, 1, 1, 1, 'Smoothbore Gun'), +(1024041, 15359, 0, 1, 1, 1, 'Trickster\'s Vest'), +(1024041, 15362, 0, 1, 1, 1, 'Trickster\'s Boots'), +(1024041, 15363, 0, 1, 1, 1, 'Trickster\'s Headdress'), +(1024041, 15366, 0, 1, 1, 1, 'Trickster\'s Leggings'), +(1024041, 15367, 0, 1, 1, 1, 'Trickster\'s Protector'), +(1024041, 15368, 0, 1, 1, 1, 'Trickster\'s Pauldrons'), +(1024041, 15369, 0, 1, 1, 1, 'Wolf Rider\'s Belt'), +(1024041, 15370, 0, 1, 1, 1, 'Wolf Rider\'s Boots'), +(1024041, 15371, 0, 1, 1, 1, 'Wolf Rider\'s Cloak'), +(1024041, 15372, 0, 1, 1, 1, 'Wolf Rider\'s Gloves'), +(1024041, 15374, 0, 1, 1, 1, 'Wolf Rider\'s Leggings'), +(1024041, 15375, 0, 1, 1, 1, 'Wolf Rider\'s Shoulder Pads'), +(1024041, 15377, 0, 1, 1, 1, 'Wolf Rider\'s Wristbands'), +(1024041, 15567, 0, 1, 1, 1, 'Marauder\'s Tunic'), +(1024041, 15569, 0, 1, 1, 1, 'Marauder\'s Crest'), +(1024041, 15572, 0, 1, 1, 1, 'Marauder\'s Circlet'), +(1024041, 15574, 0, 1, 1, 1, 'Marauder\'s Shoulder Pads'), +(1024041, 15576, 0, 1, 1, 1, 'Sparkleshell Sabatons'), +(1024041, 15578, 0, 1, 1, 1, 'Sparkleshell Breastplate'), +(1024041, 15580, 0, 1, 1, 1, 'Sparkleshell Headwrap'), +(1024041, 15582, 0, 1, 1, 1, 'Sparkleshell Legguards'), +(1024041, 15583, 0, 1, 1, 1, 'Sparkleshell Shoulder Pads'), +(1024041, 15584, 0, 1, 1, 1, 'Sparkleshell Shield'), +(1024041, 15589, 0, 1, 1, 1, 'Steadfast Stompers'), +(1024041, 15591, 0, 1, 1, 1, 'Steadfast Breastplate'), +(1024041, 15592, 0, 1, 1, 1, 'Steadfast Buckler'), +(1024041, 15593, 0, 1, 1, 1, 'Steadfast Coronet'), +(1024041, 15595, 0, 1, 1, 1, 'Steadfast Gloves'), +(1024041, 15596, 0, 1, 1, 1, 'Steadfast Legplates'), +(1024041, 15597, 0, 1, 1, 1, 'Steadfast Shoulders'), +(1024041, 15599, 0, 1, 1, 1, 'Ancient Greaves'), +(1024041, 15600, 0, 1, 1, 1, 'Ancient Vambraces'), +(1024041, 15603, 0, 1, 1, 1, 'Ancient Cloak'), +(1024041, 15605, 0, 1, 1, 1, 'Ancient Gauntlets'), +(1024041, 15606, 0, 1, 1, 1, 'Ancient Belt'), +(1024041, 15607, 0, 1, 1, 1, 'Ancient Legguards'), +(1024041, 15608, 0, 1, 1, 1, 'Ancient Pauldrons'), +(1024041, 15610, 0, 1, 1, 1, 'Bonelink Bracers'), +(1024041, 15611, 0, 1, 1, 1, 'Bonelink Cape'), +(1024041, 15612, 0, 1, 1, 1, 'Bonelink Gauntlets'), +(1024041, 15613, 0, 1, 1, 1, 'Bonelink Belt'), +(1024041, 15963, 0, 1, 1, 1, 'Stonecloth Branch'), +(1024041, 15964, 0, 1, 1, 1, 'Silksand Star'), +(1024041, 15978, 0, 1, 1, 1, 'Geomancer\'s Rod'), +(1024041, 15979, 0, 1, 1, 1, 'Embersilk Stave'), +(1024041, 15990, 0, 1, 1, 1, 'Enduring Shield'), +(1024141, 866, 0, 1, 1, 1, 'Monk\'s Staff'), +(1024141, 1613, 0, 1, 1, 1, 'Spiritchaser Staff'), +(1024141, 1625, 0, 1, 1, 1, 'Exquisite Flamberge'), +(1024141, 1640, 0, 1, 1, 1, 'Monstrous War Axe'), +(1024141, 3187, 0, 1, 1, 1, 'Sacrificial Kris'), +(1024141, 3430, 0, 1, 1, 1, 'Sniper Rifle'), +(1024141, 4044, 0, 1, 1, 1, 'Aurora Pants'), +(1024141, 4045, 0, 1, 1, 1, 'Mistscape Bracers'), +(1024141, 4047, 0, 1, 1, 1, 'Mistscape Boots'), +(1024141, 4058, 0, 1, 1, 1, 'Glyphed Breastplate'), +(1024141, 4060, 0, 1, 1, 1, 'Glyphed Leggings'), +(1024141, 4061, 0, 1, 1, 1, 'Imperial Leather Bracers'), +(1024141, 4063, 0, 1, 1, 1, 'Imperial Leather Gloves'), +(1024141, 4068, 0, 1, 1, 1, 'Chief Brigadier Shield'), +(1024141, 4070, 0, 1, 1, 1, 'Jouster\'s Crest'), +(1024141, 4079, 0, 1, 1, 1, 'Chief Brigadier Leggings'), +(1024141, 4083, 0, 1, 1, 1, 'Blackforge Gauntlets'), +(1024141, 4087, 0, 1, 1, 1, 'Trueshot Bow'), +(1024141, 4725, 0, 1, 1, 1, 'Chief Brigadier Pauldrons'), +(1024141, 4734, 0, 1, 1, 1, 'Mistscape Mantle'), +(1024141, 4735, 0, 1, 1, 1, 'Mistscape Cloak'), +(1024141, 4736, 0, 1, 1, 1, 'Mistscape Sash'), +(1024141, 4737, 0, 1, 1, 1, 'Imperial Leather Spaulders'), +(1024141, 4738, 0, 1, 1, 1, 'Imperial Leather Belt'), +(1024141, 5011, 0, 1, 1, 1, 'Welken Ring'), +(1024141, 5215, 0, 1, 1, 1, 'Ember Wand'), +(1024141, 6411, 0, 1, 1, 1, 'Chief Brigadier Armor'), +(1024141, 6415, 0, 1, 1, 1, 'Aurora Robe'), +(1024141, 6424, 0, 1, 1, 1, 'Blackforge Cape'), +(1024141, 6425, 0, 1, 1, 1, 'Blackforge Girdle'), +(1024141, 6426, 0, 1, 1, 1, 'Blackforge Bracers'), +(1024141, 6428, 0, 1, 1, 1, 'Mistscape Gloves'), +(1024141, 6429, 0, 1, 1, 1, 'Mistscape Wizard Hat'), +(1024141, 6431, 0, 1, 1, 1, 'Imperial Leather Boots'), +(1024141, 6432, 0, 1, 1, 1, 'Imperial Cloak'), +(1024141, 6433, 0, 1, 1, 1, 'Imperial Leather Helm'), +(1024141, 7112, 0, 1, 1, 1, 'Aurora Armor'), +(1024141, 7429, 0, 1, 1, 1, 'Twilight Armor'), +(1024141, 7430, 0, 1, 1, 1, 'Twilight Robe'), +(1024141, 7439, 0, 1, 1, 1, 'Sentinel Breastplate'), +(1024141, 7469, 0, 1, 1, 1, 'Regal Leggings'), +(1024141, 7470, 0, 1, 1, 1, 'Regal Wizard Hat'), +(1024141, 7471, 0, 1, 1, 1, 'Regal Gloves'), +(1024141, 7472, 0, 1, 1, 1, 'Regal Boots'), +(1024141, 7473, 0, 1, 1, 1, 'Regal Mantle'), +(1024141, 7474, 0, 1, 1, 1, 'Regal Cloak'), +(1024141, 7475, 0, 1, 1, 1, 'Regal Cuffs'), +(1024141, 7476, 0, 1, 1, 1, 'Regal Sash'), +(1024141, 7478, 0, 1, 1, 1, 'Ranger Leggings'), +(1024141, 7479, 0, 1, 1, 1, 'Ranger Helm'), +(1024141, 7480, 0, 1, 1, 1, 'Ranger Gloves'), +(1024141, 7481, 0, 1, 1, 1, 'Ranger Boots'), +(1024141, 7482, 0, 1, 1, 1, 'Ranger Shoulders'), +(1024141, 7483, 0, 1, 1, 1, 'Ranger Cloak'), +(1024141, 7484, 0, 1, 1, 1, 'Ranger Wristguards'), +(1024141, 7485, 0, 1, 1, 1, 'Ranger Cord'), +(1024141, 7486, 0, 1, 1, 1, 'Captain\'s Breastplate'), +(1024141, 7487, 0, 1, 1, 1, 'Captain\'s Leggings'), +(1024141, 7488, 0, 1, 1, 1, 'Captain\'s Circlet'), +(1024141, 7489, 0, 1, 1, 1, 'Captain\'s Gauntlets'), +(1024141, 7490, 0, 1, 1, 1, 'Captain\'s Boots'), +(1024141, 7491, 0, 1, 1, 1, 'Captain\'s Shoulderguards'), +(1024141, 7493, 0, 1, 1, 1, 'Captain\'s Bracers'), +(1024141, 7494, 0, 1, 1, 1, 'Captain\'s Waistguard'), +(1024141, 7495, 0, 1, 1, 1, 'Captain\'s Buckler'), +(1024141, 7496, 0, 1, 1, 1, 'Field Plate Shield'), +(1024141, 7524, 0, 1, 1, 1, 'Gossamer Cape'), +(1024141, 7533, 0, 1, 1, 1, 'Cabalist Cloak'), +(1024141, 7544, 0, 1, 1, 1, 'Champion\'s Cape'), +(1024141, 7552, 0, 1, 1, 1, 'Falcon\'s Hook'), +(1024141, 7556, 0, 1, 1, 1, 'Twilight Orb'), +(1024141, 7610, 0, 1, 1, 1, 'Aurora Sphere'), +(1024141, 8137, 0, 1, 1, 1, 'Chromite Bracers'), +(1024141, 8139, 0, 1, 1, 1, 'Chromite Gauntlets'), +(1024141, 8140, 0, 1, 1, 1, 'Chromite Girdle'), +(1024141, 8141, 0, 1, 1, 1, 'Chromite Greaves'), +(1024141, 8142, 0, 1, 1, 1, 'Chromite Barbute'), +(1024141, 8156, 0, 1, 1, 1, 'Jouster\'s Wristguards'), +(1024141, 8157, 0, 1, 1, 1, 'Jouster\'s Chestplate'), +(1024141, 8158, 0, 1, 1, 1, 'Jouster\'s Gauntlets'), +(1024141, 8159, 0, 1, 1, 1, 'Jouster\'s Girdle'), +(1024141, 8160, 0, 1, 1, 1, 'Jouster\'s Greaves'), +(1024141, 8161, 0, 1, 1, 1, 'Jouster\'s Visor'), +(1024141, 8162, 0, 1, 1, 1, 'Jouster\'s Legplates'), +(1024141, 8163, 0, 1, 1, 1, 'Jouster\'s Pauldrons'), +(1024141, 8194, 0, 1, 1, 1, 'Goblin Nutcracker'), +(1024141, 8196, 0, 1, 1, 1, 'Ebon Scimitar'), +(1024141, 9285, 0, 1, 1, 1, 'Field Plate Vambraces'), +(1024141, 9286, 0, 1, 1, 1, 'Field Plate Armor'), +(1024141, 9287, 0, 1, 1, 1, 'Field Plate Gauntlets'), +(1024141, 9288, 0, 1, 1, 1, 'Field Plate Girdle'), +(1024141, 9289, 0, 1, 1, 1, 'Field Plate Boots'), +(1024141, 9290, 0, 1, 1, 1, 'Field Plate Helmet'), +(1024141, 9291, 0, 1, 1, 1, 'Field Plate Leggings'), +(1024141, 9292, 0, 1, 1, 1, 'Field Plate Pauldrons'), +(1024141, 9874, 0, 1, 1, 1, 'Sorcerer Drape'), +(1024141, 9876, 0, 1, 1, 1, 'Sorcerer Slippers'), +(1024141, 9878, 0, 1, 1, 1, 'Sorcerer Hat'), +(1024141, 9880, 0, 1, 1, 1, 'Sorcerer Gloves'), +(1024141, 9881, 0, 1, 1, 1, 'Sorcerer Mantle'), +(1024141, 9882, 0, 1, 1, 1, 'Sorcerer Sphere'), +(1024141, 9883, 0, 1, 1, 1, 'Sorcerer Pants'), +(1024141, 9884, 0, 1, 1, 1, 'Sorcerer Robe'), +(1024141, 9885, 0, 1, 1, 1, 'Huntsman\'s Boots'), +(1024141, 9887, 0, 1, 1, 1, 'Huntsman\'s Armor'), +(1024141, 9889, 0, 1, 1, 1, 'Huntsman\'s Cap'), +(1024141, 9892, 0, 1, 1, 1, 'Huntsman\'s Gloves'), +(1024141, 9893, 0, 1, 1, 1, 'Huntsman\'s Leggings'), +(1024141, 9894, 0, 1, 1, 1, 'Huntsman\'s Shoulders'), +(1024141, 9895, 0, 1, 1, 1, 'Jazeraint Boots'), +(1024141, 9897, 0, 1, 1, 1, 'Jazeraint Chestguard'), +(1024141, 9899, 0, 1, 1, 1, 'Jazeraint Shield'), +(1024141, 9900, 0, 1, 1, 1, 'Jazeraint Gauntlets'), +(1024141, 9901, 0, 1, 1, 1, 'Jazeraint Belt'), +(1024141, 9902, 0, 1, 1, 1, 'Jazeraint Helm'), +(1024141, 9903, 0, 1, 1, 1, 'Jazeraint Leggings'), +(1024141, 9904, 0, 1, 1, 1, 'Jazeraint Pauldrons'), +(1024141, 9906, 0, 1, 1, 1, 'Royal Sash'), +(1024141, 9907, 0, 1, 1, 1, 'Royal Boots'), +(1024141, 9908, 0, 1, 1, 1, 'Royal Cape'), +(1024141, 9909, 0, 1, 1, 1, 'Royal Bands'), +(1024141, 9910, 0, 1, 1, 1, 'Royal Gloves'), +(1024141, 9916, 0, 1, 1, 1, 'Tracker\'s Belt'), +(1024141, 9917, 0, 1, 1, 1, 'Tracker\'s Boots'), +(1024141, 9919, 0, 1, 1, 1, 'Tracker\'s Cloak'), +(1024141, 9920, 0, 1, 1, 1, 'Tracker\'s Gloves'), +(1024141, 9925, 0, 1, 1, 1, 'Tracker\'s Wristguards'), +(1024141, 9926, 0, 1, 1, 1, 'Brigade Boots'), +(1024141, 9927, 0, 1, 1, 1, 'Brigade Bracers'), +(1024141, 9929, 0, 1, 1, 1, 'Brigade Cloak'), +(1024141, 9930, 0, 1, 1, 1, 'Brigade Gauntlets'), +(1024141, 9931, 0, 1, 1, 1, 'Brigade Girdle'), +(1024141, 9932, 0, 1, 1, 1, 'Brigade Circlet'), +(1024141, 9934, 0, 1, 1, 1, 'Brigade Pauldrons'), +(1024141, 9967, 0, 1, 1, 1, 'Embossed Plate Gauntlets'), +(1024141, 9968, 0, 1, 1, 1, 'Embossed Plate Girdle'), +(1024141, 9969, 0, 1, 1, 1, 'Embossed Plate Helmet'), +(1024141, 9970, 0, 1, 1, 1, 'Embossed Plate Leggings'), +(1024141, 9971, 0, 1, 1, 1, 'Embossed Plate Pauldrons'), +(1024141, 9972, 0, 1, 1, 1, 'Embossed Plate Bracers'), +(1024141, 9973, 0, 1, 1, 1, 'Embossed Plate Boots'), +(1024141, 11972, 0, 1, 1, 1, 'Carnelian Loop'), +(1024141, 11973, 0, 1, 1, 1, 'Hematite Link'), +(1024141, 11987, 0, 1, 1, 1, 'Iridium Circle'), +(1024141, 11998, 0, 1, 1, 1, 'Jet Loop'), +(1024141, 12011, 0, 1, 1, 1, 'Forest Hoop'), +(1024141, 12022, 0, 1, 1, 1, 'Iridium Chain'), +(1024141, 12031, 0, 1, 1, 1, 'Lodestone Necklace'), +(1024141, 12042, 0, 1, 1, 1, 'Marsh Chain'), +(1024141, 14216, 0, 1, 1, 1, 'Geomancer\'s Jerkin'), +(1024141, 14220, 0, 1, 1, 1, 'Geomancer\'s Cap'), +(1024141, 14225, 0, 1, 1, 1, 'Geomancer\'s Wraps'), +(1024141, 14228, 0, 1, 1, 1, 'Embersilk Coronet'), +(1024141, 14230, 0, 1, 1, 1, 'Embersilk Tunic'), +(1024141, 14233, 0, 1, 1, 1, 'Embersilk Leggings'), +(1024141, 14234, 0, 1, 1, 1, 'Embersilk Robes'), +(1024141, 14238, 0, 1, 1, 1, 'Darkmist Boots'), +(1024141, 14240, 0, 1, 1, 1, 'Darkmist Bands'), +(1024141, 14241, 0, 1, 1, 1, 'Darkmist Handguards'), +(1024141, 14242, 0, 1, 1, 1, 'Darkmist Pants'), +(1024141, 14243, 0, 1, 1, 1, 'Darkmist Mantle'), +(1024141, 14245, 0, 1, 1, 1, 'Darkmist Girdle'), +(1024141, 14246, 0, 1, 1, 1, 'Darkmist Wizard Hat'), +(1024141, 14247, 0, 1, 1, 1, 'Lunar Mantle'), +(1024141, 14248, 0, 1, 1, 1, 'Lunar Bindings'), +(1024141, 14250, 0, 1, 1, 1, 'Lunar Slippers'), +(1024141, 14251, 0, 1, 1, 1, 'Lunar Cloak'), +(1024141, 14253, 0, 1, 1, 1, 'Lunar Handwraps'), +(1024141, 14255, 0, 1, 1, 1, 'Lunar Belt'), +(1024141, 14260, 0, 1, 1, 1, 'Bloodwoven Bracers'), +(1024141, 14261, 0, 1, 1, 1, 'Bloodwoven Cloak'), +(1024141, 14417, 0, 1, 1, 1, 'Silksand Tunic'), +(1024141, 14421, 0, 1, 1, 1, 'Silksand Circlet'), +(1024141, 14422, 0, 1, 1, 1, 'Silksand Gloves'), +(1024141, 14423, 0, 1, 1, 1, 'Silksand Shoulder Pads'), +(1024141, 14424, 0, 1, 1, 1, 'Silksand Legwraps'), +(1024141, 14425, 0, 1, 1, 1, 'Silksand Wraps'), +(1024141, 14428, 0, 1, 1, 1, 'Windchaser Footpads'), +(1024141, 14429, 0, 1, 1, 1, 'Windchaser Cuffs'), +(1024141, 14430, 0, 1, 1, 1, 'Windchaser Cloak'), +(1024141, 14431, 0, 1, 1, 1, 'Windchaser Handguards'), +(1024141, 14435, 0, 1, 1, 1, 'Windchaser Cinch'), +(1024141, 14591, 0, 1, 1, 1, 'Hawkeye\'s Helm'), +(1024141, 14592, 0, 1, 1, 1, 'Hawkeye\'s Tunic'), +(1024141, 14598, 0, 1, 1, 1, 'Warden\'s Waistband'), +(1024141, 14599, 0, 1, 1, 1, 'Warden\'s Footpads'), +(1024141, 14600, 0, 1, 1, 1, 'Warden\'s Wristbands'), +(1024141, 14601, 0, 1, 1, 1, 'Warden\'s Wraps'), +(1024141, 14603, 0, 1, 1, 1, 'Warden\'s Mantle'), +(1024141, 14605, 0, 1, 1, 1, 'Warden\'s Woolies'), +(1024141, 14606, 0, 1, 1, 1, 'Warden\'s Gloves'), +(1024141, 14654, 0, 1, 1, 1, 'Scorpashi Wristbands'), +(1024141, 14656, 0, 1, 1, 1, 'Scorpashi Cape'), +(1024141, 14768, 0, 1, 1, 1, 'Ravager\'s Armor'), +(1024141, 14769, 0, 1, 1, 1, 'Ravager\'s Sandals'), +(1024141, 14770, 0, 1, 1, 1, 'Ravager\'s Armguards'), +(1024141, 14772, 0, 1, 1, 1, 'Ravager\'s Handwraps'), +(1024141, 14774, 0, 1, 1, 1, 'Ravager\'s Crown'), +(1024141, 14775, 0, 1, 1, 1, 'Ravager\'s Woolies'), +(1024141, 14776, 0, 1, 1, 1, 'Ravager\'s Mantle'), +(1024141, 14777, 0, 1, 1, 1, 'Ravager\'s Shield'), +(1024141, 14781, 0, 1, 1, 1, 'Khan\'s Cloak'), +(1024141, 14821, 0, 1, 1, 1, 'Symbolic Breastplate'), +(1024141, 14825, 0, 1, 1, 1, 'Symbolic Crest'), +(1024141, 14826, 0, 1, 1, 1, 'Symbolic Gauntlets'), +(1024141, 14827, 0, 1, 1, 1, 'Symbolic Belt'), +(1024141, 14828, 0, 1, 1, 1, 'Symbolic Greaves'), +(1024141, 14829, 0, 1, 1, 1, 'Symbolic Legplates'), +(1024141, 14830, 0, 1, 1, 1, 'Symbolic Pauldrons'), +(1024141, 14831, 0, 1, 1, 1, 'Symbolic Crown'), +(1024141, 14832, 0, 1, 1, 1, 'Symbolic Vambraces'), +(1024141, 14833, 0, 1, 1, 1, 'Tyrant\'s Gauntlets'), +(1024141, 14834, 0, 1, 1, 1, 'Tyrant\'s Armguards'), +(1024141, 14838, 0, 1, 1, 1, 'Tyrant\'s Belt'), +(1024141, 14839, 0, 1, 1, 1, 'Tyrant\'s Greaves'), +(1024141, 14841, 0, 1, 1, 1, 'Tyrant\'s Epaulets'), +(1024141, 14895, 0, 1, 1, 1, 'Saltstone Surcoat'), +(1024141, 14896, 0, 1, 1, 1, 'Saltstone Sabatons'), +(1024141, 14897, 0, 1, 1, 1, 'Saltstone Gauntlets'), +(1024141, 14898, 0, 1, 1, 1, 'Saltstone Girdle'), +(1024141, 14899, 0, 1, 1, 1, 'Saltstone Helm'), +(1024141, 14900, 0, 1, 1, 1, 'Saltstone Legplates'), +(1024141, 14901, 0, 1, 1, 1, 'Saltstone Shoulder Pads'), +(1024141, 14902, 0, 1, 1, 1, 'Saltstone Shield'), +(1024141, 14903, 0, 1, 1, 1, 'Saltstone Armsplints'), +(1024141, 14906, 0, 1, 1, 1, 'Brutish Belt'), +(1024141, 14910, 0, 1, 1, 1, 'Brutish Armguards'), +(1024141, 14940, 0, 1, 1, 1, 'Warbringer\'s Sabatons '), +(1024141, 14941, 0, 1, 1, 1, 'Warbringer\'s Armsplints'), +(1024141, 14942, 0, 1, 1, 1, 'Warbringer\'s Gauntlets'), +(1024141, 14943, 0, 1, 1, 1, 'Warbringer\'s Belt'), +(1024141, 14946, 0, 1, 1, 1, 'Warbringer\'s Spaulders'), +(1024141, 15152, 0, 1, 1, 1, 'Nocturnal Shoes'), +(1024141, 15156, 0, 1, 1, 1, 'Nocturnal Cap'), +(1024141, 15157, 0, 1, 1, 1, 'Nocturnal Leggings'), +(1024141, 15158, 0, 1, 1, 1, 'Nocturnal Shoulder Pads'), +(1024141, 15159, 0, 1, 1, 1, 'Nocturnal Tunic'), +(1024141, 15161, 0, 1, 1, 1, 'Imposing Belt'), +(1024141, 15163, 0, 1, 1, 1, 'Imposing Bracers'), +(1024141, 15165, 0, 1, 1, 1, 'Imposing Cape'), +(1024141, 15169, 0, 1, 1, 1, 'Imposing Shoulders'), +(1024141, 15214, 0, 1, 1, 1, 'Nobles Brand'), +(1024141, 15234, 0, 1, 1, 1, 'Greater Scythe'), +(1024141, 15244, 0, 1, 1, 1, 'Razor Blade'), +(1024141, 15251, 0, 1, 1, 1, 'Headstriker Sword'), +(1024141, 15261, 0, 1, 1, 1, 'Sequoia Branch'), +(1024141, 15359, 0, 1, 1, 1, 'Trickster\'s Vest'), +(1024141, 15363, 0, 1, 1, 1, 'Trickster\'s Headdress'), +(1024141, 15366, 0, 1, 1, 1, 'Trickster\'s Leggings'), +(1024141, 15369, 0, 1, 1, 1, 'Wolf Rider\'s Belt'), +(1024141, 15370, 0, 1, 1, 1, 'Wolf Rider\'s Boots'), +(1024141, 15371, 0, 1, 1, 1, 'Wolf Rider\'s Cloak'), +(1024141, 15372, 0, 1, 1, 1, 'Wolf Rider\'s Gloves'), +(1024141, 15374, 0, 1, 1, 1, 'Wolf Rider\'s Leggings'), +(1024141, 15375, 0, 1, 1, 1, 'Wolf Rider\'s Shoulder Pads'), +(1024141, 15377, 0, 1, 1, 1, 'Wolf Rider\'s Wristbands'), +(1024141, 15567, 0, 1, 1, 1, 'Marauder\'s Tunic'), +(1024141, 15569, 0, 1, 1, 1, 'Marauder\'s Crest'), +(1024141, 15574, 0, 1, 1, 1, 'Marauder\'s Shoulder Pads'), +(1024141, 15578, 0, 1, 1, 1, 'Sparkleshell Breastplate'), +(1024141, 15580, 0, 1, 1, 1, 'Sparkleshell Headwrap'), +(1024141, 15582, 0, 1, 1, 1, 'Sparkleshell Legguards'), +(1024141, 15583, 0, 1, 1, 1, 'Sparkleshell Shoulder Pads'), +(1024141, 15584, 0, 1, 1, 1, 'Sparkleshell Shield'), +(1024141, 15589, 0, 1, 1, 1, 'Steadfast Stompers'), +(1024141, 15591, 0, 1, 1, 1, 'Steadfast Breastplate'), +(1024141, 15592, 0, 1, 1, 1, 'Steadfast Buckler'), +(1024141, 15593, 0, 1, 1, 1, 'Steadfast Coronet'), +(1024141, 15596, 0, 1, 1, 1, 'Steadfast Legplates'), +(1024141, 15597, 0, 1, 1, 1, 'Steadfast Shoulders'), +(1024141, 15599, 0, 1, 1, 1, 'Ancient Greaves'), +(1024141, 15600, 0, 1, 1, 1, 'Ancient Vambraces'), +(1024141, 15603, 0, 1, 1, 1, 'Ancient Cloak'), +(1024141, 15605, 0, 1, 1, 1, 'Ancient Gauntlets'), +(1024141, 15606, 0, 1, 1, 1, 'Ancient Belt'), +(1024141, 15607, 0, 1, 1, 1, 'Ancient Legguards'), +(1024141, 15608, 0, 1, 1, 1, 'Ancient Pauldrons'), +(1024141, 15610, 0, 1, 1, 1, 'Bonelink Bracers'), +(1024141, 15611, 0, 1, 1, 1, 'Bonelink Cape'), +(1024141, 15612, 0, 1, 1, 1, 'Bonelink Gauntlets'), +(1024141, 15613, 0, 1, 1, 1, 'Bonelink Belt'), +(1024141, 15964, 0, 1, 1, 1, 'Silksand Star'), +(1024141, 15978, 0, 1, 1, 1, 'Geomancer\'s Rod'), +(1024141, 15979, 0, 1, 1, 1, 'Embersilk Stave'), +(1024142, 866, 0, 1, 1, 1, 'Monk\'s Staff'), +(1024142, 1613, 0, 1, 1, 1, 'Spiritchaser Staff'), +(1024142, 1625, 0, 1, 1, 1, 'Exquisite Flamberge'), +(1024142, 1640, 0, 1, 1, 1, 'Monstrous War Axe'), +(1024142, 3187, 0, 1, 1, 1, 'Sacrificial Kris'), +(1024142, 3430, 0, 1, 1, 1, 'Sniper Rifle'), +(1024142, 4044, 0, 1, 1, 1, 'Aurora Pants'), +(1024142, 4045, 0, 1, 1, 1, 'Mistscape Bracers'), +(1024142, 4046, 0, 1, 1, 1, 'Mistscape Pants'), +(1024142, 4047, 0, 1, 1, 1, 'Mistscape Boots'), +(1024142, 4058, 0, 1, 1, 1, 'Glyphed Breastplate'), +(1024142, 4060, 0, 1, 1, 1, 'Glyphed Leggings'), +(1024142, 4061, 0, 1, 1, 1, 'Imperial Leather Bracers'), +(1024142, 4062, 0, 1, 1, 1, 'Imperial Leather Pants'), +(1024142, 4063, 0, 1, 1, 1, 'Imperial Leather Gloves'), +(1024142, 4068, 0, 1, 1, 1, 'Chief Brigadier Shield'), +(1024142, 4070, 0, 1, 1, 1, 'Jouster\'s Crest'), +(1024142, 4079, 0, 1, 1, 1, 'Chief Brigadier Leggings'), +(1024142, 4080, 0, 1, 1, 1, 'Blackforge Cowl'), +(1024142, 4083, 0, 1, 1, 1, 'Blackforge Gauntlets'), +(1024142, 4087, 0, 1, 1, 1, 'Trueshot Bow'), +(1024142, 4725, 0, 1, 1, 1, 'Chief Brigadier Pauldrons'), +(1024142, 4734, 0, 1, 1, 1, 'Mistscape Mantle'), +(1024142, 4735, 0, 1, 1, 1, 'Mistscape Cloak'), +(1024142, 4736, 0, 1, 1, 1, 'Mistscape Sash'), +(1024142, 4737, 0, 1, 1, 1, 'Imperial Leather Spaulders'), +(1024142, 4738, 0, 1, 1, 1, 'Imperial Leather Belt'), +(1024142, 5011, 0, 1, 1, 1, 'Welken Ring'), +(1024142, 5215, 0, 1, 1, 1, 'Ember Wand'), +(1024142, 5216, 0, 1, 1, 1, 'Umbral Wand'), +(1024142, 6411, 0, 1, 1, 1, 'Chief Brigadier Armor'), +(1024142, 6415, 0, 1, 1, 1, 'Aurora Robe'), +(1024142, 6423, 0, 1, 1, 1, 'Blackforge Greaves'), +(1024142, 6424, 0, 1, 1, 1, 'Blackforge Cape'), +(1024142, 6425, 0, 1, 1, 1, 'Blackforge Girdle'), +(1024142, 6426, 0, 1, 1, 1, 'Blackforge Bracers'), +(1024142, 6428, 0, 1, 1, 1, 'Mistscape Gloves'), +(1024142, 6429, 0, 1, 1, 1, 'Mistscape Wizard Hat'), +(1024142, 6431, 0, 1, 1, 1, 'Imperial Leather Boots'), +(1024142, 6432, 0, 1, 1, 1, 'Imperial Cloak'), +(1024142, 6433, 0, 1, 1, 1, 'Imperial Leather Helm'), +(1024142, 7112, 0, 1, 1, 1, 'Aurora Armor'), +(1024142, 7332, 0, 1, 1, 1, 'Regal Armor'), +(1024142, 7429, 0, 1, 1, 1, 'Twilight Armor'), +(1024142, 7430, 0, 1, 1, 1, 'Twilight Robe'), +(1024142, 7439, 0, 1, 1, 1, 'Sentinel Breastplate'), +(1024142, 7468, 0, 1, 1, 1, 'Regal Robe'), +(1024142, 7469, 0, 1, 1, 1, 'Regal Leggings'), +(1024142, 7470, 0, 1, 1, 1, 'Regal Wizard Hat'), +(1024142, 7471, 0, 1, 1, 1, 'Regal Gloves'), +(1024142, 7472, 0, 1, 1, 1, 'Regal Boots'), +(1024142, 7473, 0, 1, 1, 1, 'Regal Mantle'), +(1024142, 7474, 0, 1, 1, 1, 'Regal Cloak'), +(1024142, 7475, 0, 1, 1, 1, 'Regal Cuffs'), +(1024142, 7476, 0, 1, 1, 1, 'Regal Sash'), +(1024142, 7477, 0, 1, 1, 1, 'Ranger Tunic'), +(1024142, 7478, 0, 1, 1, 1, 'Ranger Leggings'), +(1024142, 7479, 0, 1, 1, 1, 'Ranger Helm'), +(1024142, 7480, 0, 1, 1, 1, 'Ranger Gloves'), +(1024142, 7481, 0, 1, 1, 1, 'Ranger Boots'), +(1024142, 7482, 0, 1, 1, 1, 'Ranger Shoulders'), +(1024142, 7483, 0, 1, 1, 1, 'Ranger Cloak'), +(1024142, 7484, 0, 1, 1, 1, 'Ranger Wristguards'), +(1024142, 7485, 0, 1, 1, 1, 'Ranger Cord'), +(1024142, 7486, 0, 1, 1, 1, 'Captain\'s Breastplate'), +(1024142, 7487, 0, 1, 1, 1, 'Captain\'s Leggings'), +(1024142, 7488, 0, 1, 1, 1, 'Captain\'s Circlet'), +(1024142, 7489, 0, 1, 1, 1, 'Captain\'s Gauntlets'), +(1024142, 7490, 0, 1, 1, 1, 'Captain\'s Boots'), +(1024142, 7491, 0, 1, 1, 1, 'Captain\'s Shoulderguards'), +(1024142, 7493, 0, 1, 1, 1, 'Captain\'s Bracers'), +(1024142, 7494, 0, 1, 1, 1, 'Captain\'s Waistguard'), +(1024142, 7495, 0, 1, 1, 1, 'Captain\'s Buckler'), +(1024142, 7496, 0, 1, 1, 1, 'Field Plate Shield'), +(1024142, 7522, 0, 1, 1, 1, 'Gossamer Boots'), +(1024142, 7524, 0, 1, 1, 1, 'Gossamer Cape'), +(1024142, 7525, 0, 1, 1, 1, 'Gossamer Bracers'), +(1024142, 7533, 0, 1, 1, 1, 'Cabalist Cloak'), +(1024142, 7534, 0, 1, 1, 1, 'Cabalist Bracers'), +(1024142, 7544, 0, 1, 1, 1, 'Champion\'s Cape'), +(1024142, 7545, 0, 1, 1, 1, 'Champion\'s Bracers'), +(1024142, 7552, 0, 1, 1, 1, 'Falcon\'s Hook'), +(1024142, 7555, 0, 1, 1, 1, 'Regal Star'), +(1024142, 7556, 0, 1, 1, 1, 'Twilight Orb'), +(1024142, 7610, 0, 1, 1, 1, 'Aurora Sphere'), +(1024142, 8120, 0, 1, 1, 1, 'Heraldic Cloak'), +(1024142, 8137, 0, 1, 1, 1, 'Chromite Bracers'), +(1024142, 8139, 0, 1, 1, 1, 'Chromite Gauntlets'), +(1024142, 8140, 0, 1, 1, 1, 'Chromite Girdle'), +(1024142, 8141, 0, 1, 1, 1, 'Chromite Greaves'), +(1024142, 8142, 0, 1, 1, 1, 'Chromite Barbute'), +(1024142, 8144, 0, 1, 1, 1, 'Chromite Pauldrons'), +(1024142, 8156, 0, 1, 1, 1, 'Jouster\'s Wristguards'), +(1024142, 8157, 0, 1, 1, 1, 'Jouster\'s Chestplate'), +(1024142, 8158, 0, 1, 1, 1, 'Jouster\'s Gauntlets'), +(1024142, 8159, 0, 1, 1, 1, 'Jouster\'s Girdle'), +(1024142, 8160, 0, 1, 1, 1, 'Jouster\'s Greaves'), +(1024142, 8161, 0, 1, 1, 1, 'Jouster\'s Visor'), +(1024142, 8162, 0, 1, 1, 1, 'Jouster\'s Legplates'), +(1024142, 8163, 0, 1, 1, 1, 'Jouster\'s Pauldrons'), +(1024142, 8194, 0, 1, 1, 1, 'Goblin Nutcracker'), +(1024142, 8196, 0, 1, 1, 1, 'Ebon Scimitar'), +(1024142, 9285, 0, 1, 1, 1, 'Field Plate Vambraces'), +(1024142, 9286, 0, 1, 1, 1, 'Field Plate Armor'), +(1024142, 9287, 0, 1, 1, 1, 'Field Plate Gauntlets'), +(1024142, 9288, 0, 1, 1, 1, 'Field Plate Girdle'), +(1024142, 9289, 0, 1, 1, 1, 'Field Plate Boots'), +(1024142, 9290, 0, 1, 1, 1, 'Field Plate Helmet'), +(1024142, 9291, 0, 1, 1, 1, 'Field Plate Leggings'), +(1024142, 9292, 0, 1, 1, 1, 'Field Plate Pauldrons'), +(1024142, 9874, 0, 1, 1, 1, 'Sorcerer Drape'), +(1024142, 9876, 0, 1, 1, 1, 'Sorcerer Slippers'), +(1024142, 9878, 0, 1, 1, 1, 'Sorcerer Hat'), +(1024142, 9880, 0, 1, 1, 1, 'Sorcerer Gloves'), +(1024142, 9881, 0, 1, 1, 1, 'Sorcerer Mantle'), +(1024142, 9882, 0, 1, 1, 1, 'Sorcerer Sphere'), +(1024142, 9883, 0, 1, 1, 1, 'Sorcerer Pants'), +(1024142, 9884, 0, 1, 1, 1, 'Sorcerer Robe'), +(1024142, 9885, 0, 1, 1, 1, 'Huntsman\'s Boots'), +(1024142, 9887, 0, 1, 1, 1, 'Huntsman\'s Armor'), +(1024142, 9889, 0, 1, 1, 1, 'Huntsman\'s Cap'), +(1024142, 9892, 0, 1, 1, 1, 'Huntsman\'s Gloves'), +(1024142, 9893, 0, 1, 1, 1, 'Huntsman\'s Leggings'), +(1024142, 9894, 0, 1, 1, 1, 'Huntsman\'s Shoulders'), +(1024142, 9895, 0, 1, 1, 1, 'Jazeraint Boots'), +(1024142, 9897, 0, 1, 1, 1, 'Jazeraint Chestguard'), +(1024142, 9899, 0, 1, 1, 1, 'Jazeraint Shield'), +(1024142, 9900, 0, 1, 1, 1, 'Jazeraint Gauntlets'), +(1024142, 9901, 0, 1, 1, 1, 'Jazeraint Belt'), +(1024142, 9902, 0, 1, 1, 1, 'Jazeraint Helm'), +(1024142, 9903, 0, 1, 1, 1, 'Jazeraint Leggings'), +(1024142, 9904, 0, 1, 1, 1, 'Jazeraint Pauldrons'), +(1024142, 9906, 0, 1, 1, 1, 'Royal Sash'), +(1024142, 9907, 0, 1, 1, 1, 'Royal Boots'), +(1024142, 9908, 0, 1, 1, 1, 'Royal Cape'), +(1024142, 9909, 0, 1, 1, 1, 'Royal Bands'), +(1024142, 9910, 0, 1, 1, 1, 'Royal Gloves'), +(1024142, 9912, 0, 1, 1, 1, 'Royal Amice'), +(1024142, 9915, 0, 1, 1, 1, 'Royal Headband'), +(1024142, 9916, 0, 1, 1, 1, 'Tracker\'s Belt'), +(1024142, 9917, 0, 1, 1, 1, 'Tracker\'s Boots'), +(1024142, 9918, 0, 1, 1, 1, 'Brigade Defender'), +(1024142, 9919, 0, 1, 1, 1, 'Tracker\'s Cloak'), +(1024142, 9920, 0, 1, 1, 1, 'Tracker\'s Gloves'), +(1024142, 9921, 0, 1, 1, 1, 'Tracker\'s Headband'), +(1024142, 9923, 0, 1, 1, 1, 'Tracker\'s Shoulderpads'), +(1024142, 9925, 0, 1, 1, 1, 'Tracker\'s Wristguards'), +(1024142, 9926, 0, 1, 1, 1, 'Brigade Boots'), +(1024142, 9927, 0, 1, 1, 1, 'Brigade Bracers'), +(1024142, 9928, 0, 1, 1, 1, 'Brigade Breastplate'), +(1024142, 9929, 0, 1, 1, 1, 'Brigade Cloak'), +(1024142, 9930, 0, 1, 1, 1, 'Brigade Gauntlets'), +(1024142, 9931, 0, 1, 1, 1, 'Brigade Girdle'), +(1024142, 9932, 0, 1, 1, 1, 'Brigade Circlet'), +(1024142, 9933, 0, 1, 1, 1, 'Brigade Leggings'), +(1024142, 9934, 0, 1, 1, 1, 'Brigade Pauldrons'), +(1024142, 9935, 0, 1, 1, 1, 'Embossed Plate Shield'), +(1024142, 9959, 0, 1, 1, 1, 'Warmonger\'s Cloak'), +(1024142, 9966, 0, 1, 1, 1, 'Embossed Plate Armor'), +(1024142, 9967, 0, 1, 1, 1, 'Embossed Plate Gauntlets'), +(1024142, 9968, 0, 1, 1, 1, 'Embossed Plate Girdle'), +(1024142, 9969, 0, 1, 1, 1, 'Embossed Plate Helmet'), +(1024142, 9970, 0, 1, 1, 1, 'Embossed Plate Leggings'), +(1024142, 9971, 0, 1, 1, 1, 'Embossed Plate Pauldrons'), +(1024142, 9972, 0, 1, 1, 1, 'Embossed Plate Bracers'), +(1024142, 9973, 0, 1, 1, 1, 'Embossed Plate Boots'), +(1024142, 10088, 0, 1, 1, 1, 'Gothic Plate Girdle'), +(1024142, 10089, 0, 1, 1, 1, 'Gothic Sabatons'), +(1024142, 10094, 0, 1, 1, 1, 'Gothic Plate Vambraces'), +(1024142, 11972, 0, 1, 1, 1, 'Carnelian Loop'), +(1024142, 11973, 0, 1, 1, 1, 'Hematite Link'), +(1024142, 11987, 0, 1, 1, 1, 'Iridium Circle'), +(1024142, 11998, 0, 1, 1, 1, 'Jet Loop'), +(1024142, 12011, 0, 1, 1, 1, 'Forest Hoop'), +(1024142, 12012, 0, 1, 1, 1, 'Marsh Ring'), +(1024142, 12022, 0, 1, 1, 1, 'Iridium Chain'), +(1024142, 12023, 0, 1, 1, 1, 'Tellurium Necklace'), +(1024142, 12031, 0, 1, 1, 1, 'Lodestone Necklace'), +(1024142, 12042, 0, 1, 1, 1, 'Marsh Chain'), +(1024142, 14216, 0, 1, 1, 1, 'Geomancer\'s Jerkin'), +(1024142, 14220, 0, 1, 1, 1, 'Geomancer\'s Cap'), +(1024142, 14225, 0, 1, 1, 1, 'Geomancer\'s Wraps'), +(1024142, 14228, 0, 1, 1, 1, 'Embersilk Coronet'), +(1024142, 14230, 0, 1, 1, 1, 'Embersilk Tunic'), +(1024142, 14233, 0, 1, 1, 1, 'Embersilk Leggings'), +(1024142, 14234, 0, 1, 1, 1, 'Embersilk Robes'), +(1024142, 14238, 0, 1, 1, 1, 'Darkmist Boots'), +(1024142, 14240, 0, 1, 1, 1, 'Darkmist Bands'), +(1024142, 14241, 0, 1, 1, 1, 'Darkmist Handguards'), +(1024142, 14242, 0, 1, 1, 1, 'Darkmist Pants'), +(1024142, 14243, 0, 1, 1, 1, 'Darkmist Mantle'), +(1024142, 14245, 0, 1, 1, 1, 'Darkmist Girdle'), +(1024142, 14246, 0, 1, 1, 1, 'Darkmist Wizard Hat'), +(1024142, 14247, 0, 1, 1, 1, 'Lunar Mantle'), +(1024142, 14248, 0, 1, 1, 1, 'Lunar Bindings'), +(1024142, 14250, 0, 1, 1, 1, 'Lunar Slippers'), +(1024142, 14251, 0, 1, 1, 1, 'Lunar Cloak'), +(1024142, 14252, 0, 1, 1, 1, 'Lunar Coronet'), +(1024142, 14253, 0, 1, 1, 1, 'Lunar Handwraps'), +(1024142, 14255, 0, 1, 1, 1, 'Lunar Belt'), +(1024142, 14257, 0, 1, 1, 1, 'Lunar Leggings'), +(1024142, 14258, 0, 1, 1, 1, 'Bloodwoven Cord'), +(1024142, 14260, 0, 1, 1, 1, 'Bloodwoven Bracers'), +(1024142, 14261, 0, 1, 1, 1, 'Bloodwoven Cloak'), +(1024142, 14262, 0, 1, 1, 1, 'Bloodwoven Mitts'), +(1024142, 14270, 0, 1, 1, 1, 'Gaea\'s Cloak'), +(1024142, 14417, 0, 1, 1, 1, 'Silksand Tunic'), +(1024142, 14421, 0, 1, 1, 1, 'Silksand Circlet'), +(1024142, 14422, 0, 1, 1, 1, 'Silksand Gloves'), +(1024142, 14423, 0, 1, 1, 1, 'Silksand Shoulder Pads'), +(1024142, 14424, 0, 1, 1, 1, 'Silksand Legwraps'), +(1024142, 14425, 0, 1, 1, 1, 'Silksand Wraps'), +(1024142, 14428, 0, 1, 1, 1, 'Windchaser Footpads'), +(1024142, 14429, 0, 1, 1, 1, 'Windchaser Cuffs'), +(1024142, 14430, 0, 1, 1, 1, 'Windchaser Cloak'), +(1024142, 14431, 0, 1, 1, 1, 'Windchaser Handguards'), +(1024142, 14432, 0, 1, 1, 1, 'Windchaser Amice'), +(1024142, 14435, 0, 1, 1, 1, 'Windchaser Cinch'), +(1024142, 14591, 0, 1, 1, 1, 'Hawkeye\'s Helm'), +(1024142, 14592, 0, 1, 1, 1, 'Hawkeye\'s Tunic'), +(1024142, 14598, 0, 1, 1, 1, 'Warden\'s Waistband'), +(1024142, 14599, 0, 1, 1, 1, 'Warden\'s Footpads'), +(1024142, 14600, 0, 1, 1, 1, 'Warden\'s Wristbands'), +(1024142, 14601, 0, 1, 1, 1, 'Warden\'s Wraps'), +(1024142, 14603, 0, 1, 1, 1, 'Warden\'s Mantle'), +(1024142, 14604, 0, 1, 1, 1, 'Warden\'s Wizard Hat'), +(1024142, 14605, 0, 1, 1, 1, 'Warden\'s Woolies'), +(1024142, 14606, 0, 1, 1, 1, 'Warden\'s Gloves'), +(1024142, 14652, 0, 1, 1, 1, 'Scorpashi Sash'), +(1024142, 14654, 0, 1, 1, 1, 'Scorpashi Wristbands'), +(1024142, 14656, 0, 1, 1, 1, 'Scorpashi Cape'), +(1024142, 14768, 0, 1, 1, 1, 'Ravager\'s Armor'), +(1024142, 14769, 0, 1, 1, 1, 'Ravager\'s Sandals'), +(1024142, 14770, 0, 1, 1, 1, 'Ravager\'s Armguards'), +(1024142, 14772, 0, 1, 1, 1, 'Ravager\'s Handwraps'), +(1024142, 14774, 0, 1, 1, 1, 'Ravager\'s Crown'), +(1024142, 14775, 0, 1, 1, 1, 'Ravager\'s Woolies'), +(1024142, 14776, 0, 1, 1, 1, 'Ravager\'s Mantle'), +(1024142, 14777, 0, 1, 1, 1, 'Ravager\'s Shield'), +(1024142, 14778, 0, 1, 1, 1, 'Khan\'s Bindings'), +(1024142, 14781, 0, 1, 1, 1, 'Khan\'s Cloak'), +(1024142, 14782, 0, 1, 1, 1, 'Khan\'s Gloves'), +(1024142, 14821, 0, 1, 1, 1, 'Symbolic Breastplate'), +(1024142, 14825, 0, 1, 1, 1, 'Symbolic Crest'), +(1024142, 14826, 0, 1, 1, 1, 'Symbolic Gauntlets'), +(1024142, 14827, 0, 1, 1, 1, 'Symbolic Belt'), +(1024142, 14828, 0, 1, 1, 1, 'Symbolic Greaves'), +(1024142, 14829, 0, 1, 1, 1, 'Symbolic Legplates'), +(1024142, 14830, 0, 1, 1, 1, 'Symbolic Pauldrons'), +(1024142, 14831, 0, 1, 1, 1, 'Symbolic Crown'), +(1024142, 14832, 0, 1, 1, 1, 'Symbolic Vambraces'), +(1024142, 14833, 0, 1, 1, 1, 'Tyrant\'s Gauntlets'), +(1024142, 14834, 0, 1, 1, 1, 'Tyrant\'s Armguards'), +(1024142, 14838, 0, 1, 1, 1, 'Tyrant\'s Belt'), +(1024142, 14839, 0, 1, 1, 1, 'Tyrant\'s Greaves'), +(1024142, 14841, 0, 1, 1, 1, 'Tyrant\'s Epaulets'), +(1024142, 14895, 0, 1, 1, 1, 'Saltstone Surcoat'), +(1024142, 14896, 0, 1, 1, 1, 'Saltstone Sabatons'), +(1024142, 14897, 0, 1, 1, 1, 'Saltstone Gauntlets'), +(1024142, 14898, 0, 1, 1, 1, 'Saltstone Girdle'), +(1024142, 14899, 0, 1, 1, 1, 'Saltstone Helm'), +(1024142, 14900, 0, 1, 1, 1, 'Saltstone Legplates'), +(1024142, 14901, 0, 1, 1, 1, 'Saltstone Shoulder Pads'), +(1024142, 14902, 0, 1, 1, 1, 'Saltstone Shield'), +(1024142, 14903, 0, 1, 1, 1, 'Saltstone Armsplints'), +(1024142, 14905, 0, 1, 1, 1, 'Brutish Gauntlets'), +(1024142, 14906, 0, 1, 1, 1, 'Brutish Belt'), +(1024142, 14909, 0, 1, 1, 1, 'Brutish Shoulders'), +(1024142, 14910, 0, 1, 1, 1, 'Brutish Armguards'), +(1024142, 14940, 0, 1, 1, 1, 'Warbringer\'s Sabatons '), +(1024142, 14941, 0, 1, 1, 1, 'Warbringer\'s Armsplints'), +(1024142, 14942, 0, 1, 1, 1, 'Warbringer\'s Gauntlets'), +(1024142, 14943, 0, 1, 1, 1, 'Warbringer\'s Belt'), +(1024142, 14944, 0, 1, 1, 1, 'Warbringer\'s Crown'), +(1024142, 14945, 0, 1, 1, 1, 'Warbringer\'s Legguards'), +(1024142, 14946, 0, 1, 1, 1, 'Warbringer\'s Spaulders'), +(1024142, 14956, 0, 1, 1, 1, 'Bloodforged Bindings'), +(1024142, 15152, 0, 1, 1, 1, 'Nocturnal Shoes'), +(1024142, 15156, 0, 1, 1, 1, 'Nocturnal Cap'), +(1024142, 15157, 0, 1, 1, 1, 'Nocturnal Leggings'), +(1024142, 15158, 0, 1, 1, 1, 'Nocturnal Shoulder Pads'), +(1024142, 15159, 0, 1, 1, 1, 'Nocturnal Tunic'), +(1024142, 15161, 0, 1, 1, 1, 'Imposing Belt'), +(1024142, 15162, 0, 1, 1, 1, 'Imposing Boots'), +(1024142, 15163, 0, 1, 1, 1, 'Imposing Bracers'), +(1024142, 15165, 0, 1, 1, 1, 'Imposing Cape'), +(1024142, 15166, 0, 1, 1, 1, 'Imposing Gloves'), +(1024142, 15168, 0, 1, 1, 1, 'Imposing Pants'), +(1024142, 15169, 0, 1, 1, 1, 'Imposing Shoulders'), +(1024142, 15214, 0, 1, 1, 1, 'Nobles Brand'), +(1024142, 15215, 0, 1, 1, 1, 'Furious Falchion'), +(1024142, 15234, 0, 1, 1, 1, 'Greater Scythe'), +(1024142, 15244, 0, 1, 1, 1, 'Razor Blade'), +(1024142, 15251, 0, 1, 1, 1, 'Headstriker Sword'), +(1024142, 15261, 0, 1, 1, 1, 'Sequoia Branch'), +(1024142, 15287, 0, 1, 1, 1, 'Crusader Bow'), +(1024142, 15359, 0, 1, 1, 1, 'Trickster\'s Vest'), +(1024142, 15363, 0, 1, 1, 1, 'Trickster\'s Headdress'), +(1024142, 15366, 0, 1, 1, 1, 'Trickster\'s Leggings'), +(1024142, 15369, 0, 1, 1, 1, 'Wolf Rider\'s Belt'), +(1024142, 15370, 0, 1, 1, 1, 'Wolf Rider\'s Boots'), +(1024142, 15371, 0, 1, 1, 1, 'Wolf Rider\'s Cloak'), +(1024142, 15372, 0, 1, 1, 1, 'Wolf Rider\'s Gloves'), +(1024142, 15374, 0, 1, 1, 1, 'Wolf Rider\'s Leggings'), +(1024142, 15375, 0, 1, 1, 1, 'Wolf Rider\'s Shoulder Pads'), +(1024142, 15377, 0, 1, 1, 1, 'Wolf Rider\'s Wristbands'), +(1024142, 15382, 0, 1, 1, 1, 'Rageclaw Cloak'), +(1024142, 15567, 0, 1, 1, 1, 'Marauder\'s Tunic'), +(1024142, 15569, 0, 1, 1, 1, 'Marauder\'s Crest'), +(1024142, 15574, 0, 1, 1, 1, 'Marauder\'s Shoulder Pads'), +(1024142, 15578, 0, 1, 1, 1, 'Sparkleshell Breastplate'), +(1024142, 15580, 0, 1, 1, 1, 'Sparkleshell Headwrap'), +(1024142, 15582, 0, 1, 1, 1, 'Sparkleshell Legguards'), +(1024142, 15583, 0, 1, 1, 1, 'Sparkleshell Shoulder Pads'), +(1024142, 15584, 0, 1, 1, 1, 'Sparkleshell Shield'), +(1024142, 15589, 0, 1, 1, 1, 'Steadfast Stompers'), +(1024142, 15591, 0, 1, 1, 1, 'Steadfast Breastplate'), +(1024142, 15592, 0, 1, 1, 1, 'Steadfast Buckler'), +(1024142, 15593, 0, 1, 1, 1, 'Steadfast Coronet'), +(1024142, 15596, 0, 1, 1, 1, 'Steadfast Legplates'), +(1024142, 15597, 0, 1, 1, 1, 'Steadfast Shoulders'), +(1024142, 15599, 0, 1, 1, 1, 'Ancient Greaves'), +(1024142, 15600, 0, 1, 1, 1, 'Ancient Vambraces'), +(1024142, 15602, 0, 1, 1, 1, 'Ancient Crown'), +(1024142, 15603, 0, 1, 1, 1, 'Ancient Cloak'), +(1024142, 15605, 0, 1, 1, 1, 'Ancient Gauntlets'), +(1024142, 15606, 0, 1, 1, 1, 'Ancient Belt'), +(1024142, 15607, 0, 1, 1, 1, 'Ancient Legguards'), +(1024142, 15608, 0, 1, 1, 1, 'Ancient Pauldrons'), +(1024142, 15610, 0, 1, 1, 1, 'Bonelink Bracers'), +(1024142, 15611, 0, 1, 1, 1, 'Bonelink Cape'), +(1024142, 15612, 0, 1, 1, 1, 'Bonelink Gauntlets'), +(1024142, 15613, 0, 1, 1, 1, 'Bonelink Belt'), +(1024142, 15614, 0, 1, 1, 1, 'Bonelink Sabatons'), +(1024142, 15617, 0, 1, 1, 1, 'Bonelink Epaulets'), +(1024142, 15624, 0, 1, 1, 1, 'Gryphon Cloak'), +(1024142, 15964, 0, 1, 1, 1, 'Silksand Star'), +(1024142, 15978, 0, 1, 1, 1, 'Geomancer\'s Rod'), +(1024142, 15979, 0, 1, 1, 1, 'Embersilk Stave'), +(1024242, 866, 0, 1, 1, 1, 'Monk\'s Staff'), +(1024242, 1613, 0, 1, 1, 1, 'Spiritchaser Staff'), +(1024242, 1625, 0, 1, 1, 1, 'Exquisite Flamberge'), +(1024242, 1640, 0, 1, 1, 1, 'Monstrous War Axe'), +(1024242, 3187, 0, 1, 1, 1, 'Sacrificial Kris'), +(1024242, 3430, 0, 1, 1, 1, 'Sniper Rifle'), +(1024242, 4045, 0, 1, 1, 1, 'Mistscape Bracers'), +(1024242, 4046, 0, 1, 1, 1, 'Mistscape Pants'), +(1024242, 4047, 0, 1, 1, 1, 'Mistscape Boots'), +(1024242, 4058, 0, 1, 1, 1, 'Glyphed Breastplate'), +(1024242, 4061, 0, 1, 1, 1, 'Imperial Leather Bracers'), +(1024242, 4062, 0, 1, 1, 1, 'Imperial Leather Pants'), +(1024242, 4063, 0, 1, 1, 1, 'Imperial Leather Gloves'), +(1024242, 4070, 0, 1, 1, 1, 'Jouster\'s Crest'), +(1024242, 4080, 0, 1, 1, 1, 'Blackforge Cowl'), +(1024242, 4083, 0, 1, 1, 1, 'Blackforge Gauntlets'), +(1024242, 4087, 0, 1, 1, 1, 'Trueshot Bow'), +(1024242, 4734, 0, 1, 1, 1, 'Mistscape Mantle'), +(1024242, 4735, 0, 1, 1, 1, 'Mistscape Cloak'), +(1024242, 4736, 0, 1, 1, 1, 'Mistscape Sash'), +(1024242, 4737, 0, 1, 1, 1, 'Imperial Leather Spaulders'), +(1024242, 4738, 0, 1, 1, 1, 'Imperial Leather Belt'), +(1024242, 5215, 0, 1, 1, 1, 'Ember Wand'), +(1024242, 5216, 0, 1, 1, 1, 'Umbral Wand'), +(1024242, 6411, 0, 1, 1, 1, 'Chief Brigadier Armor'), +(1024242, 6415, 0, 1, 1, 1, 'Aurora Robe'), +(1024242, 6423, 0, 1, 1, 1, 'Blackforge Greaves'), +(1024242, 6424, 0, 1, 1, 1, 'Blackforge Cape'), +(1024242, 6425, 0, 1, 1, 1, 'Blackforge Girdle'), +(1024242, 6426, 0, 1, 1, 1, 'Blackforge Bracers'), +(1024242, 6428, 0, 1, 1, 1, 'Mistscape Gloves'), +(1024242, 6429, 0, 1, 1, 1, 'Mistscape Wizard Hat'), +(1024242, 6431, 0, 1, 1, 1, 'Imperial Leather Boots'), +(1024242, 6432, 0, 1, 1, 1, 'Imperial Cloak'), +(1024242, 6433, 0, 1, 1, 1, 'Imperial Leather Helm'), +(1024242, 7112, 0, 1, 1, 1, 'Aurora Armor'), +(1024242, 7332, 0, 1, 1, 1, 'Regal Armor'), +(1024242, 7468, 0, 1, 1, 1, 'Regal Robe'), +(1024242, 7469, 0, 1, 1, 1, 'Regal Leggings'), +(1024242, 7470, 0, 1, 1, 1, 'Regal Wizard Hat'), +(1024242, 7471, 0, 1, 1, 1, 'Regal Gloves'), +(1024242, 7472, 0, 1, 1, 1, 'Regal Boots'), +(1024242, 7473, 0, 1, 1, 1, 'Regal Mantle'), +(1024242, 7475, 0, 1, 1, 1, 'Regal Cuffs'), +(1024242, 7477, 0, 1, 1, 1, 'Ranger Tunic'), +(1024242, 7478, 0, 1, 1, 1, 'Ranger Leggings'), +(1024242, 7479, 0, 1, 1, 1, 'Ranger Helm'), +(1024242, 7480, 0, 1, 1, 1, 'Ranger Gloves'), +(1024242, 7481, 0, 1, 1, 1, 'Ranger Boots'), +(1024242, 7482, 0, 1, 1, 1, 'Ranger Shoulders'), +(1024242, 7484, 0, 1, 1, 1, 'Ranger Wristguards'), +(1024242, 7485, 0, 1, 1, 1, 'Ranger Cord'), +(1024242, 7486, 0, 1, 1, 1, 'Captain\'s Breastplate'), +(1024242, 7487, 0, 1, 1, 1, 'Captain\'s Leggings'), +(1024242, 7488, 0, 1, 1, 1, 'Captain\'s Circlet'), +(1024242, 7489, 0, 1, 1, 1, 'Captain\'s Gauntlets'), +(1024242, 7490, 0, 1, 1, 1, 'Captain\'s Boots'), +(1024242, 7491, 0, 1, 1, 1, 'Captain\'s Shoulderguards'), +(1024242, 7494, 0, 1, 1, 1, 'Captain\'s Waistguard'), +(1024242, 7495, 0, 1, 1, 1, 'Captain\'s Buckler'), +(1024242, 7496, 0, 1, 1, 1, 'Field Plate Shield'), +(1024242, 7522, 0, 1, 1, 1, 'Gossamer Boots'), +(1024242, 7524, 0, 1, 1, 1, 'Gossamer Cape'), +(1024242, 7525, 0, 1, 1, 1, 'Gossamer Bracers'), +(1024242, 7533, 0, 1, 1, 1, 'Cabalist Cloak'), +(1024242, 7534, 0, 1, 1, 1, 'Cabalist Bracers'), +(1024242, 7544, 0, 1, 1, 1, 'Champion\'s Cape'), +(1024242, 7545, 0, 1, 1, 1, 'Champion\'s Bracers'), +(1024242, 7552, 0, 1, 1, 1, 'Falcon\'s Hook'), +(1024242, 7555, 0, 1, 1, 1, 'Regal Star'), +(1024242, 7610, 0, 1, 1, 1, 'Aurora Sphere'), +(1024242, 8120, 0, 1, 1, 1, 'Heraldic Cloak'), +(1024242, 8137, 0, 1, 1, 1, 'Chromite Bracers'), +(1024242, 8139, 0, 1, 1, 1, 'Chromite Gauntlets'), +(1024242, 8140, 0, 1, 1, 1, 'Chromite Girdle'), +(1024242, 8141, 0, 1, 1, 1, 'Chromite Greaves'), +(1024242, 8142, 0, 1, 1, 1, 'Chromite Barbute'), +(1024242, 8144, 0, 1, 1, 1, 'Chromite Pauldrons'), +(1024242, 8157, 0, 1, 1, 1, 'Jouster\'s Chestplate'), +(1024242, 8162, 0, 1, 1, 1, 'Jouster\'s Legplates'), +(1024242, 8163, 0, 1, 1, 1, 'Jouster\'s Pauldrons'), +(1024242, 8194, 0, 1, 1, 1, 'Goblin Nutcracker'), +(1024242, 8196, 0, 1, 1, 1, 'Ebon Scimitar'), +(1024242, 9285, 0, 1, 1, 1, 'Field Plate Vambraces'), +(1024242, 9286, 0, 1, 1, 1, 'Field Plate Armor'), +(1024242, 9287, 0, 1, 1, 1, 'Field Plate Gauntlets'), +(1024242, 9288, 0, 1, 1, 1, 'Field Plate Girdle'), +(1024242, 9289, 0, 1, 1, 1, 'Field Plate Boots'), +(1024242, 9290, 0, 1, 1, 1, 'Field Plate Helmet'), +(1024242, 9291, 0, 1, 1, 1, 'Field Plate Leggings'), +(1024242, 9292, 0, 1, 1, 1, 'Field Plate Pauldrons'), +(1024242, 9874, 0, 1, 1, 1, 'Sorcerer Drape'), +(1024242, 9878, 0, 1, 1, 1, 'Sorcerer Hat'), +(1024242, 9881, 0, 1, 1, 1, 'Sorcerer Mantle'), +(1024242, 9882, 0, 1, 1, 1, 'Sorcerer Sphere'), +(1024242, 9883, 0, 1, 1, 1, 'Sorcerer Pants'), +(1024242, 9884, 0, 1, 1, 1, 'Sorcerer Robe'), +(1024242, 9887, 0, 1, 1, 1, 'Huntsman\'s Armor'), +(1024242, 9893, 0, 1, 1, 1, 'Huntsman\'s Leggings'), +(1024242, 9894, 0, 1, 1, 1, 'Huntsman\'s Shoulders'), +(1024242, 9897, 0, 1, 1, 1, 'Jazeraint Chestguard'), +(1024242, 9899, 0, 1, 1, 1, 'Jazeraint Shield'), +(1024242, 9902, 0, 1, 1, 1, 'Jazeraint Helm'), +(1024242, 9903, 0, 1, 1, 1, 'Jazeraint Leggings'), +(1024242, 9904, 0, 1, 1, 1, 'Jazeraint Pauldrons'), +(1024242, 9906, 0, 1, 1, 1, 'Royal Sash'), +(1024242, 9907, 0, 1, 1, 1, 'Royal Boots'), +(1024242, 9908, 0, 1, 1, 1, 'Royal Cape'), +(1024242, 9909, 0, 1, 1, 1, 'Royal Bands'), +(1024242, 9910, 0, 1, 1, 1, 'Royal Gloves'), +(1024242, 9912, 0, 1, 1, 1, 'Royal Amice'), +(1024242, 9915, 0, 1, 1, 1, 'Royal Headband'), +(1024242, 9916, 0, 1, 1, 1, 'Tracker\'s Belt'), +(1024242, 9917, 0, 1, 1, 1, 'Tracker\'s Boots'), +(1024242, 9918, 0, 1, 1, 1, 'Brigade Defender'), +(1024242, 9919, 0, 1, 1, 1, 'Tracker\'s Cloak'), +(1024242, 9920, 0, 1, 1, 1, 'Tracker\'s Gloves'), +(1024242, 9921, 0, 1, 1, 1, 'Tracker\'s Headband'), +(1024242, 9923, 0, 1, 1, 1, 'Tracker\'s Shoulderpads'), +(1024242, 9925, 0, 1, 1, 1, 'Tracker\'s Wristguards'), +(1024242, 9926, 0, 1, 1, 1, 'Brigade Boots'), +(1024242, 9927, 0, 1, 1, 1, 'Brigade Bracers'), +(1024242, 9928, 0, 1, 1, 1, 'Brigade Breastplate'), +(1024242, 9929, 0, 1, 1, 1, 'Brigade Cloak'), +(1024242, 9930, 0, 1, 1, 1, 'Brigade Gauntlets'), +(1024242, 9931, 0, 1, 1, 1, 'Brigade Girdle'), +(1024242, 9932, 0, 1, 1, 1, 'Brigade Circlet'), +(1024242, 9933, 0, 1, 1, 1, 'Brigade Leggings'), +(1024242, 9934, 0, 1, 1, 1, 'Brigade Pauldrons'), +(1024242, 9935, 0, 1, 1, 1, 'Embossed Plate Shield'), +(1024242, 9959, 0, 1, 1, 1, 'Warmonger\'s Cloak'), +(1024242, 9966, 0, 1, 1, 1, 'Embossed Plate Armor'), +(1024242, 9967, 0, 1, 1, 1, 'Embossed Plate Gauntlets'), +(1024242, 9968, 0, 1, 1, 1, 'Embossed Plate Girdle'), +(1024242, 9969, 0, 1, 1, 1, 'Embossed Plate Helmet'), +(1024242, 9970, 0, 1, 1, 1, 'Embossed Plate Leggings'), +(1024242, 9971, 0, 1, 1, 1, 'Embossed Plate Pauldrons'), +(1024242, 9972, 0, 1, 1, 1, 'Embossed Plate Bracers'), +(1024242, 9973, 0, 1, 1, 1, 'Embossed Plate Boots'), +(1024242, 10088, 0, 1, 1, 1, 'Gothic Plate Girdle'), +(1024242, 10089, 0, 1, 1, 1, 'Gothic Sabatons'), +(1024242, 10094, 0, 1, 1, 1, 'Gothic Plate Vambraces'), +(1024242, 11973, 0, 1, 1, 1, 'Hematite Link'), +(1024242, 11987, 0, 1, 1, 1, 'Iridium Circle'), +(1024242, 11998, 0, 1, 1, 1, 'Jet Loop'), +(1024242, 12011, 0, 1, 1, 1, 'Forest Hoop'), +(1024242, 12012, 0, 1, 1, 1, 'Marsh Ring'), +(1024242, 12022, 0, 1, 1, 1, 'Iridium Chain'), +(1024242, 12023, 0, 1, 1, 1, 'Tellurium Necklace'), +(1024242, 12031, 0, 1, 1, 1, 'Lodestone Necklace'), +(1024242, 12042, 0, 1, 1, 1, 'Marsh Chain'), +(1024242, 14216, 0, 1, 1, 1, 'Geomancer\'s Jerkin'), +(1024242, 14225, 0, 1, 1, 1, 'Geomancer\'s Wraps'), +(1024242, 14228, 0, 1, 1, 1, 'Embersilk Coronet'), +(1024242, 14230, 0, 1, 1, 1, 'Embersilk Tunic'), +(1024242, 14234, 0, 1, 1, 1, 'Embersilk Robes'), +(1024242, 14238, 0, 1, 1, 1, 'Darkmist Boots'), +(1024242, 14241, 0, 1, 1, 1, 'Darkmist Handguards'), +(1024242, 14242, 0, 1, 1, 1, 'Darkmist Pants'), +(1024242, 14243, 0, 1, 1, 1, 'Darkmist Mantle'), +(1024242, 14245, 0, 1, 1, 1, 'Darkmist Girdle'), +(1024242, 14246, 0, 1, 1, 1, 'Darkmist Wizard Hat'), +(1024242, 14247, 0, 1, 1, 1, 'Lunar Mantle'), +(1024242, 14248, 0, 1, 1, 1, 'Lunar Bindings'), +(1024242, 14250, 0, 1, 1, 1, 'Lunar Slippers'), +(1024242, 14252, 0, 1, 1, 1, 'Lunar Coronet'), +(1024242, 14253, 0, 1, 1, 1, 'Lunar Handwraps'), +(1024242, 14255, 0, 1, 1, 1, 'Lunar Belt'), +(1024242, 14257, 0, 1, 1, 1, 'Lunar Leggings'), +(1024242, 14258, 0, 1, 1, 1, 'Bloodwoven Cord'), +(1024242, 14260, 0, 1, 1, 1, 'Bloodwoven Bracers'), +(1024242, 14261, 0, 1, 1, 1, 'Bloodwoven Cloak'), +(1024242, 14262, 0, 1, 1, 1, 'Bloodwoven Mitts'), +(1024242, 14270, 0, 1, 1, 1, 'Gaea\'s Cloak'), +(1024242, 14417, 0, 1, 1, 1, 'Silksand Tunic'), +(1024242, 14421, 0, 1, 1, 1, 'Silksand Circlet'), +(1024242, 14424, 0, 1, 1, 1, 'Silksand Legwraps'), +(1024242, 14425, 0, 1, 1, 1, 'Silksand Wraps'), +(1024242, 14428, 0, 1, 1, 1, 'Windchaser Footpads'), +(1024242, 14429, 0, 1, 1, 1, 'Windchaser Cuffs'), +(1024242, 14430, 0, 1, 1, 1, 'Windchaser Cloak'), +(1024242, 14431, 0, 1, 1, 1, 'Windchaser Handguards'), +(1024242, 14432, 0, 1, 1, 1, 'Windchaser Amice'), +(1024242, 14435, 0, 1, 1, 1, 'Windchaser Cinch'), +(1024242, 14599, 0, 1, 1, 1, 'Warden\'s Footpads'), +(1024242, 14601, 0, 1, 1, 1, 'Warden\'s Wraps'), +(1024242, 14603, 0, 1, 1, 1, 'Warden\'s Mantle'), +(1024242, 14604, 0, 1, 1, 1, 'Warden\'s Wizard Hat'), +(1024242, 14605, 0, 1, 1, 1, 'Warden\'s Woolies'), +(1024242, 14606, 0, 1, 1, 1, 'Warden\'s Gloves'), +(1024242, 14652, 0, 1, 1, 1, 'Scorpashi Sash'), +(1024242, 14654, 0, 1, 1, 1, 'Scorpashi Wristbands'), +(1024242, 14656, 0, 1, 1, 1, 'Scorpashi Cape'), +(1024242, 14768, 0, 1, 1, 1, 'Ravager\'s Armor'), +(1024242, 14769, 0, 1, 1, 1, 'Ravager\'s Sandals'), +(1024242, 14774, 0, 1, 1, 1, 'Ravager\'s Crown'), +(1024242, 14775, 0, 1, 1, 1, 'Ravager\'s Woolies'), +(1024242, 14776, 0, 1, 1, 1, 'Ravager\'s Mantle'), +(1024242, 14777, 0, 1, 1, 1, 'Ravager\'s Shield'), +(1024242, 14778, 0, 1, 1, 1, 'Khan\'s Bindings'), +(1024242, 14781, 0, 1, 1, 1, 'Khan\'s Cloak'), +(1024242, 14782, 0, 1, 1, 1, 'Khan\'s Gloves'), +(1024242, 14821, 0, 1, 1, 1, 'Symbolic Breastplate'), +(1024242, 14825, 0, 1, 1, 1, 'Symbolic Crest'), +(1024242, 14826, 0, 1, 1, 1, 'Symbolic Gauntlets'), +(1024242, 14827, 0, 1, 1, 1, 'Symbolic Belt'), +(1024242, 14828, 0, 1, 1, 1, 'Symbolic Greaves'), +(1024242, 14829, 0, 1, 1, 1, 'Symbolic Legplates'), +(1024242, 14830, 0, 1, 1, 1, 'Symbolic Pauldrons'), +(1024242, 14831, 0, 1, 1, 1, 'Symbolic Crown'), +(1024242, 14832, 0, 1, 1, 1, 'Symbolic Vambraces'), +(1024242, 14833, 0, 1, 1, 1, 'Tyrant\'s Gauntlets'), +(1024242, 14834, 0, 1, 1, 1, 'Tyrant\'s Armguards'), +(1024242, 14838, 0, 1, 1, 1, 'Tyrant\'s Belt'), +(1024242, 14839, 0, 1, 1, 1, 'Tyrant\'s Greaves'), +(1024242, 14841, 0, 1, 1, 1, 'Tyrant\'s Epaulets'), +(1024242, 14895, 0, 1, 1, 1, 'Saltstone Surcoat'), +(1024242, 14899, 0, 1, 1, 1, 'Saltstone Helm'), +(1024242, 14901, 0, 1, 1, 1, 'Saltstone Shoulder Pads'), +(1024242, 14902, 0, 1, 1, 1, 'Saltstone Shield'), +(1024242, 14905, 0, 1, 1, 1, 'Brutish Gauntlets'), +(1024242, 14906, 0, 1, 1, 1, 'Brutish Belt'), +(1024242, 14909, 0, 1, 1, 1, 'Brutish Shoulders'), +(1024242, 14910, 0, 1, 1, 1, 'Brutish Armguards'), +(1024242, 14940, 0, 1, 1, 1, 'Warbringer\'s Sabatons '), +(1024242, 14941, 0, 1, 1, 1, 'Warbringer\'s Armsplints'), +(1024242, 14942, 0, 1, 1, 1, 'Warbringer\'s Gauntlets'), +(1024242, 14943, 0, 1, 1, 1, 'Warbringer\'s Belt'), +(1024242, 14944, 0, 1, 1, 1, 'Warbringer\'s Crown'), +(1024242, 14945, 0, 1, 1, 1, 'Warbringer\'s Legguards'), +(1024242, 14946, 0, 1, 1, 1, 'Warbringer\'s Spaulders'), +(1024242, 14956, 0, 1, 1, 1, 'Bloodforged Bindings'), +(1024242, 15152, 0, 1, 1, 1, 'Nocturnal Shoes'), +(1024242, 15156, 0, 1, 1, 1, 'Nocturnal Cap'), +(1024242, 15157, 0, 1, 1, 1, 'Nocturnal Leggings'), +(1024242, 15159, 0, 1, 1, 1, 'Nocturnal Tunic'), +(1024242, 15161, 0, 1, 1, 1, 'Imposing Belt'), +(1024242, 15162, 0, 1, 1, 1, 'Imposing Boots'), +(1024242, 15163, 0, 1, 1, 1, 'Imposing Bracers'), +(1024242, 15165, 0, 1, 1, 1, 'Imposing Cape'), +(1024242, 15166, 0, 1, 1, 1, 'Imposing Gloves'), +(1024242, 15168, 0, 1, 1, 1, 'Imposing Pants'), +(1024242, 15169, 0, 1, 1, 1, 'Imposing Shoulders'), +(1024242, 15215, 0, 1, 1, 1, 'Furious Falchion'), +(1024242, 15244, 0, 1, 1, 1, 'Razor Blade'), +(1024242, 15251, 0, 1, 1, 1, 'Headstriker Sword'), +(1024242, 15287, 0, 1, 1, 1, 'Crusader Bow'), +(1024242, 15359, 0, 1, 1, 1, 'Trickster\'s Vest'), +(1024242, 15363, 0, 1, 1, 1, 'Trickster\'s Headdress'), +(1024242, 15369, 0, 1, 1, 1, 'Wolf Rider\'s Belt'), +(1024242, 15370, 0, 1, 1, 1, 'Wolf Rider\'s Boots'), +(1024242, 15371, 0, 1, 1, 1, 'Wolf Rider\'s Cloak'), +(1024242, 15372, 0, 1, 1, 1, 'Wolf Rider\'s Gloves'), +(1024242, 15374, 0, 1, 1, 1, 'Wolf Rider\'s Leggings'), +(1024242, 15375, 0, 1, 1, 1, 'Wolf Rider\'s Shoulder Pads'), +(1024242, 15377, 0, 1, 1, 1, 'Wolf Rider\'s Wristbands'), +(1024242, 15382, 0, 1, 1, 1, 'Rageclaw Cloak'), +(1024242, 15578, 0, 1, 1, 1, 'Sparkleshell Breastplate'), +(1024242, 15583, 0, 1, 1, 1, 'Sparkleshell Shoulder Pads'), +(1024242, 15584, 0, 1, 1, 1, 'Sparkleshell Shield'), +(1024242, 15589, 0, 1, 1, 1, 'Steadfast Stompers'), +(1024242, 15591, 0, 1, 1, 1, 'Steadfast Breastplate'), +(1024242, 15592, 0, 1, 1, 1, 'Steadfast Buckler'), +(1024242, 15593, 0, 1, 1, 1, 'Steadfast Coronet'), +(1024242, 15596, 0, 1, 1, 1, 'Steadfast Legplates'), +(1024242, 15597, 0, 1, 1, 1, 'Steadfast Shoulders'), +(1024242, 15599, 0, 1, 1, 1, 'Ancient Greaves'), +(1024242, 15600, 0, 1, 1, 1, 'Ancient Vambraces'), +(1024242, 15602, 0, 1, 1, 1, 'Ancient Crown'), +(1024242, 15603, 0, 1, 1, 1, 'Ancient Cloak'), +(1024242, 15605, 0, 1, 1, 1, 'Ancient Gauntlets'), +(1024242, 15606, 0, 1, 1, 1, 'Ancient Belt'), +(1024242, 15607, 0, 1, 1, 1, 'Ancient Legguards'), +(1024242, 15608, 0, 1, 1, 1, 'Ancient Pauldrons'), +(1024242, 15610, 0, 1, 1, 1, 'Bonelink Bracers'), +(1024242, 15611, 0, 1, 1, 1, 'Bonelink Cape'), +(1024242, 15612, 0, 1, 1, 1, 'Bonelink Gauntlets'), +(1024242, 15613, 0, 1, 1, 1, 'Bonelink Belt'), +(1024242, 15614, 0, 1, 1, 1, 'Bonelink Sabatons'), +(1024242, 15617, 0, 1, 1, 1, 'Bonelink Epaulets'), +(1024242, 15624, 0, 1, 1, 1, 'Gryphon Cloak'), +(1024242, 15964, 0, 1, 1, 1, 'Silksand Star'), +(1024242, 15978, 0, 1, 1, 1, 'Geomancer\'s Rod'), +(1024242, 15979, 0, 1, 1, 1, 'Embersilk Stave'), +(1024243, 866, 0, 1, 1, 1, 'Monk\'s Staff'), +(1024243, 1613, 0, 1, 1, 1, 'Spiritchaser Staff'), +(1024243, 1625, 0, 1, 1, 1, 'Exquisite Flamberge'), +(1024243, 1640, 0, 1, 1, 1, 'Monstrous War Axe'), +(1024243, 1994, 0, 1, 1, 1, 'Ebonclaw Reaver'), +(1024243, 3187, 0, 1, 1, 1, 'Sacrificial Kris'), +(1024243, 3430, 0, 1, 1, 1, 'Sniper Rifle'), +(1024243, 4045, 0, 1, 1, 1, 'Mistscape Bracers'), +(1024243, 4046, 0, 1, 1, 1, 'Mistscape Pants'), +(1024243, 4047, 0, 1, 1, 1, 'Mistscape Boots'), +(1024243, 4058, 0, 1, 1, 1, 'Glyphed Breastplate'), +(1024243, 4061, 0, 1, 1, 1, 'Imperial Leather Bracers'), +(1024243, 4062, 0, 1, 1, 1, 'Imperial Leather Pants'), +(1024243, 4063, 0, 1, 1, 1, 'Imperial Leather Gloves'), +(1024243, 4070, 0, 1, 1, 1, 'Jouster\'s Crest'), +(1024243, 4080, 0, 1, 1, 1, 'Blackforge Cowl'), +(1024243, 4083, 0, 1, 1, 1, 'Blackforge Gauntlets'), +(1024243, 4084, 0, 1, 1, 1, 'Blackforge Leggings'), +(1024243, 4087, 0, 1, 1, 1, 'Trueshot Bow'), +(1024243, 4733, 0, 1, 1, 1, 'Blackforge Pauldrons'), +(1024243, 4734, 0, 1, 1, 1, 'Mistscape Mantle'), +(1024243, 4735, 0, 1, 1, 1, 'Mistscape Cloak'), +(1024243, 4736, 0, 1, 1, 1, 'Mistscape Sash'), +(1024243, 4737, 0, 1, 1, 1, 'Imperial Leather Spaulders'), +(1024243, 4738, 0, 1, 1, 1, 'Imperial Leather Belt'), +(1024243, 5215, 0, 1, 1, 1, 'Ember Wand'), +(1024243, 5216, 0, 1, 1, 1, 'Umbral Wand'), +(1024243, 6411, 0, 1, 1, 1, 'Chief Brigadier Armor'), +(1024243, 6415, 0, 1, 1, 1, 'Aurora Robe'), +(1024243, 6423, 0, 1, 1, 1, 'Blackforge Greaves'), +(1024243, 6424, 0, 1, 1, 1, 'Blackforge Cape'), +(1024243, 6425, 0, 1, 1, 1, 'Blackforge Girdle'), +(1024243, 6426, 0, 1, 1, 1, 'Blackforge Bracers'), +(1024243, 6427, 0, 1, 1, 1, 'Mistscape Robe'), +(1024243, 6428, 0, 1, 1, 1, 'Mistscape Gloves'), +(1024243, 6429, 0, 1, 1, 1, 'Mistscape Wizard Hat'), +(1024243, 6430, 0, 1, 1, 1, 'Imperial Leather Breastplate'), +(1024243, 6431, 0, 1, 1, 1, 'Imperial Leather Boots'), +(1024243, 6432, 0, 1, 1, 1, 'Imperial Cloak'), +(1024243, 6433, 0, 1, 1, 1, 'Imperial Leather Helm'), +(1024243, 7112, 0, 1, 1, 1, 'Aurora Armor'), +(1024243, 7113, 0, 1, 1, 1, 'Mistscape Armor'), +(1024243, 7332, 0, 1, 1, 1, 'Regal Armor'), +(1024243, 7468, 0, 1, 1, 1, 'Regal Robe'), +(1024243, 7469, 0, 1, 1, 1, 'Regal Leggings'), +(1024243, 7470, 0, 1, 1, 1, 'Regal Wizard Hat'), +(1024243, 7471, 0, 1, 1, 1, 'Regal Gloves'), +(1024243, 7472, 0, 1, 1, 1, 'Regal Boots'), +(1024243, 7473, 0, 1, 1, 1, 'Regal Mantle'), +(1024243, 7475, 0, 1, 1, 1, 'Regal Cuffs'), +(1024243, 7477, 0, 1, 1, 1, 'Ranger Tunic'), +(1024243, 7478, 0, 1, 1, 1, 'Ranger Leggings'), +(1024243, 7479, 0, 1, 1, 1, 'Ranger Helm'), +(1024243, 7480, 0, 1, 1, 1, 'Ranger Gloves'), +(1024243, 7481, 0, 1, 1, 1, 'Ranger Boots'), +(1024243, 7482, 0, 1, 1, 1, 'Ranger Shoulders'), +(1024243, 7484, 0, 1, 1, 1, 'Ranger Wristguards'), +(1024243, 7485, 0, 1, 1, 1, 'Ranger Cord'), +(1024243, 7486, 0, 1, 1, 1, 'Captain\'s Breastplate'), +(1024243, 7487, 0, 1, 1, 1, 'Captain\'s Leggings'), +(1024243, 7488, 0, 1, 1, 1, 'Captain\'s Circlet'), +(1024243, 7489, 0, 1, 1, 1, 'Captain\'s Gauntlets'), +(1024243, 7490, 0, 1, 1, 1, 'Captain\'s Boots'), +(1024243, 7491, 0, 1, 1, 1, 'Captain\'s Shoulderguards'), +(1024243, 7494, 0, 1, 1, 1, 'Captain\'s Waistguard'), +(1024243, 7495, 0, 1, 1, 1, 'Captain\'s Buckler'), +(1024243, 7496, 0, 1, 1, 1, 'Field Plate Shield'), +(1024243, 7521, 0, 1, 1, 1, 'Gossamer Gloves'), +(1024243, 7522, 0, 1, 1, 1, 'Gossamer Boots'), +(1024243, 7523, 0, 1, 1, 1, 'Gossamer Shoulderpads'), +(1024243, 7524, 0, 1, 1, 1, 'Gossamer Cape'), +(1024243, 7525, 0, 1, 1, 1, 'Gossamer Bracers'), +(1024243, 7526, 0, 1, 1, 1, 'Gossamer Belt'), +(1024243, 7530, 0, 1, 1, 1, 'Cabalist Gloves'), +(1024243, 7531, 0, 1, 1, 1, 'Cabalist Boots'), +(1024243, 7533, 0, 1, 1, 1, 'Cabalist Cloak'), +(1024243, 7534, 0, 1, 1, 1, 'Cabalist Bracers'), +(1024243, 7535, 0, 1, 1, 1, 'Cabalist Belt'), +(1024243, 7541, 0, 1, 1, 1, 'Champion\'s Gauntlets'), +(1024243, 7542, 0, 1, 1, 1, 'Champion\'s Greaves'), +(1024243, 7544, 0, 1, 1, 1, 'Champion\'s Cape'), +(1024243, 7545, 0, 1, 1, 1, 'Champion\'s Bracers'), +(1024243, 7546, 0, 1, 1, 1, 'Champion\'s Girdle'), +(1024243, 7552, 0, 1, 1, 1, 'Falcon\'s Hook'), +(1024243, 7555, 0, 1, 1, 1, 'Regal Star'), +(1024243, 7610, 0, 1, 1, 1, 'Aurora Sphere'), +(1024243, 7611, 0, 1, 1, 1, 'Mistscape Stave'), +(1024243, 8109, 0, 1, 1, 1, 'Hibernal Cloak'), +(1024243, 8118, 0, 1, 1, 1, 'Heraldic Bracers'), +(1024243, 8120, 0, 1, 1, 1, 'Heraldic Cloak'), +(1024243, 8135, 0, 1, 1, 1, 'Chromite Shield'), +(1024243, 8137, 0, 1, 1, 1, 'Chromite Bracers'), +(1024243, 8139, 0, 1, 1, 1, 'Chromite Gauntlets'), +(1024243, 8140, 0, 1, 1, 1, 'Chromite Girdle'), +(1024243, 8141, 0, 1, 1, 1, 'Chromite Greaves'), +(1024243, 8142, 0, 1, 1, 1, 'Chromite Barbute'), +(1024243, 8143, 0, 1, 1, 1, 'Chromite Legplates'), +(1024243, 8144, 0, 1, 1, 1, 'Chromite Pauldrons'), +(1024243, 8157, 0, 1, 1, 1, 'Jouster\'s Chestplate'), +(1024243, 8162, 0, 1, 1, 1, 'Jouster\'s Legplates'), +(1024243, 8163, 0, 1, 1, 1, 'Jouster\'s Pauldrons'), +(1024243, 8194, 0, 1, 1, 1, 'Goblin Nutcracker'), +(1024243, 8196, 0, 1, 1, 1, 'Ebon Scimitar'), +(1024243, 8273, 0, 1, 1, 1, 'Valorous Wristguards'), +(1024243, 8277, 0, 1, 1, 1, 'Valorous Girdle'), +(1024243, 9285, 0, 1, 1, 1, 'Field Plate Vambraces'), +(1024243, 9286, 0, 1, 1, 1, 'Field Plate Armor'), +(1024243, 9287, 0, 1, 1, 1, 'Field Plate Gauntlets'), +(1024243, 9288, 0, 1, 1, 1, 'Field Plate Girdle'), +(1024243, 9289, 0, 1, 1, 1, 'Field Plate Boots'), +(1024243, 9290, 0, 1, 1, 1, 'Field Plate Helmet'), +(1024243, 9291, 0, 1, 1, 1, 'Field Plate Leggings'), +(1024243, 9292, 0, 1, 1, 1, 'Field Plate Pauldrons'), +(1024243, 9874, 0, 1, 1, 1, 'Sorcerer Drape'), +(1024243, 9878, 0, 1, 1, 1, 'Sorcerer Hat'), +(1024243, 9881, 0, 1, 1, 1, 'Sorcerer Mantle'), +(1024243, 9882, 0, 1, 1, 1, 'Sorcerer Sphere'), +(1024243, 9883, 0, 1, 1, 1, 'Sorcerer Pants'), +(1024243, 9884, 0, 1, 1, 1, 'Sorcerer Robe'), +(1024243, 9887, 0, 1, 1, 1, 'Huntsman\'s Armor'), +(1024243, 9893, 0, 1, 1, 1, 'Huntsman\'s Leggings'), +(1024243, 9894, 0, 1, 1, 1, 'Huntsman\'s Shoulders'), +(1024243, 9897, 0, 1, 1, 1, 'Jazeraint Chestguard'), +(1024243, 9899, 0, 1, 1, 1, 'Jazeraint Shield'), +(1024243, 9902, 0, 1, 1, 1, 'Jazeraint Helm'), +(1024243, 9903, 0, 1, 1, 1, 'Jazeraint Leggings'), +(1024243, 9904, 0, 1, 1, 1, 'Jazeraint Pauldrons'), +(1024243, 9906, 0, 1, 1, 1, 'Royal Sash'), +(1024243, 9907, 0, 1, 1, 1, 'Royal Boots'), +(1024243, 9908, 0, 1, 1, 1, 'Royal Cape'), +(1024243, 9909, 0, 1, 1, 1, 'Royal Bands'), +(1024243, 9910, 0, 1, 1, 1, 'Royal Gloves'), +(1024243, 9911, 0, 1, 1, 1, 'Royal Trousers'), +(1024243, 9912, 0, 1, 1, 1, 'Royal Amice'), +(1024243, 9915, 0, 1, 1, 1, 'Royal Headband'), +(1024243, 9916, 0, 1, 1, 1, 'Tracker\'s Belt'), +(1024243, 9917, 0, 1, 1, 1, 'Tracker\'s Boots'), +(1024243, 9918, 0, 1, 1, 1, 'Brigade Defender'), +(1024243, 9919, 0, 1, 1, 1, 'Tracker\'s Cloak'), +(1024243, 9920, 0, 1, 1, 1, 'Tracker\'s Gloves'), +(1024243, 9921, 0, 1, 1, 1, 'Tracker\'s Headband'), +(1024243, 9922, 0, 1, 1, 1, 'Tracker\'s Leggings'), +(1024243, 9923, 0, 1, 1, 1, 'Tracker\'s Shoulderpads'), +(1024243, 9925, 0, 1, 1, 1, 'Tracker\'s Wristguards'), +(1024243, 9926, 0, 1, 1, 1, 'Brigade Boots'), +(1024243, 9927, 0, 1, 1, 1, 'Brigade Bracers'), +(1024243, 9928, 0, 1, 1, 1, 'Brigade Breastplate'), +(1024243, 9929, 0, 1, 1, 1, 'Brigade Cloak'), +(1024243, 9930, 0, 1, 1, 1, 'Brigade Gauntlets'), +(1024243, 9931, 0, 1, 1, 1, 'Brigade Girdle'), +(1024243, 9932, 0, 1, 1, 1, 'Brigade Circlet'), +(1024243, 9933, 0, 1, 1, 1, 'Brigade Leggings'), +(1024243, 9934, 0, 1, 1, 1, 'Brigade Pauldrons'), +(1024243, 9935, 0, 1, 1, 1, 'Embossed Plate Shield'), +(1024243, 9956, 0, 1, 1, 1, 'Warmonger\'s Bracers'), +(1024243, 9959, 0, 1, 1, 1, 'Warmonger\'s Cloak'), +(1024243, 9966, 0, 1, 1, 1, 'Embossed Plate Armor'), +(1024243, 9967, 0, 1, 1, 1, 'Embossed Plate Gauntlets'), +(1024243, 9968, 0, 1, 1, 1, 'Embossed Plate Girdle'), +(1024243, 9969, 0, 1, 1, 1, 'Embossed Plate Helmet'), +(1024243, 9970, 0, 1, 1, 1, 'Embossed Plate Leggings'), +(1024243, 9971, 0, 1, 1, 1, 'Embossed Plate Pauldrons'), +(1024243, 9972, 0, 1, 1, 1, 'Embossed Plate Bracers'), +(1024243, 9973, 0, 1, 1, 1, 'Embossed Plate Boots'), +(1024243, 10087, 0, 1, 1, 1, 'Gothic Plate Gauntlets'), +(1024243, 10088, 0, 1, 1, 1, 'Gothic Plate Girdle'), +(1024243, 10089, 0, 1, 1, 1, 'Gothic Sabatons'), +(1024243, 10090, 0, 1, 1, 1, 'Gothic Plate Helmet'), +(1024243, 10094, 0, 1, 1, 1, 'Gothic Plate Vambraces'), +(1024243, 11973, 0, 1, 1, 1, 'Hematite Link'), +(1024243, 11974, 0, 1, 1, 1, 'Aquamarine Ring'), +(1024243, 11987, 0, 1, 1, 1, 'Iridium Circle'), +(1024243, 11998, 0, 1, 1, 1, 'Jet Loop'), +(1024243, 11999, 0, 1, 1, 1, 'Lodestone Hoop'), +(1024243, 12011, 0, 1, 1, 1, 'Forest Hoop'), +(1024243, 12012, 0, 1, 1, 1, 'Marsh Ring'), +(1024243, 12022, 0, 1, 1, 1, 'Iridium Chain'), +(1024243, 12023, 0, 1, 1, 1, 'Tellurium Necklace'), +(1024243, 12031, 0, 1, 1, 1, 'Lodestone Necklace'), +(1024243, 12042, 0, 1, 1, 1, 'Marsh Chain'), +(1024243, 14216, 0, 1, 1, 1, 'Geomancer\'s Jerkin'), +(1024243, 14225, 0, 1, 1, 1, 'Geomancer\'s Wraps'), +(1024243, 14228, 0, 1, 1, 1, 'Embersilk Coronet'), +(1024243, 14230, 0, 1, 1, 1, 'Embersilk Tunic'), +(1024243, 14234, 0, 1, 1, 1, 'Embersilk Robes'), +(1024243, 14237, 0, 1, 1, 1, 'Darkmist Armor'), +(1024243, 14238, 0, 1, 1, 1, 'Darkmist Boots'), +(1024243, 14241, 0, 1, 1, 1, 'Darkmist Handguards'), +(1024243, 14242, 0, 1, 1, 1, 'Darkmist Pants'), +(1024243, 14243, 0, 1, 1, 1, 'Darkmist Mantle'), +(1024243, 14244, 0, 1, 1, 1, 'Darkmist Wraps'), +(1024243, 14245, 0, 1, 1, 1, 'Darkmist Girdle'), +(1024243, 14246, 0, 1, 1, 1, 'Darkmist Wizard Hat'), +(1024243, 14247, 0, 1, 1, 1, 'Lunar Mantle'), +(1024243, 14248, 0, 1, 1, 1, 'Lunar Bindings'), +(1024243, 14250, 0, 1, 1, 1, 'Lunar Slippers'), +(1024243, 14252, 0, 1, 1, 1, 'Lunar Coronet'), +(1024243, 14253, 0, 1, 1, 1, 'Lunar Handwraps'), +(1024243, 14255, 0, 1, 1, 1, 'Lunar Belt'), +(1024243, 14257, 0, 1, 1, 1, 'Lunar Leggings'), +(1024243, 14258, 0, 1, 1, 1, 'Bloodwoven Cord'), +(1024243, 14259, 0, 1, 1, 1, 'Bloodwoven Boots'), +(1024243, 14260, 0, 1, 1, 1, 'Bloodwoven Bracers'), +(1024243, 14261, 0, 1, 1, 1, 'Bloodwoven Cloak'), +(1024243, 14262, 0, 1, 1, 1, 'Bloodwoven Mitts'), +(1024243, 14268, 0, 1, 1, 1, 'Gaea\'s Cuffs'), +(1024243, 14270, 0, 1, 1, 1, 'Gaea\'s Cloak'), +(1024243, 14417, 0, 1, 1, 1, 'Silksand Tunic'), +(1024243, 14421, 0, 1, 1, 1, 'Silksand Circlet'), +(1024243, 14424, 0, 1, 1, 1, 'Silksand Legwraps'), +(1024243, 14425, 0, 1, 1, 1, 'Silksand Wraps'), +(1024243, 14428, 0, 1, 1, 1, 'Windchaser Footpads'), +(1024243, 14429, 0, 1, 1, 1, 'Windchaser Cuffs'), +(1024243, 14430, 0, 1, 1, 1, 'Windchaser Cloak'), +(1024243, 14431, 0, 1, 1, 1, 'Windchaser Handguards'), +(1024243, 14432, 0, 1, 1, 1, 'Windchaser Amice'), +(1024243, 14433, 0, 1, 1, 1, 'Windchaser Woolies'), +(1024243, 14435, 0, 1, 1, 1, 'Windchaser Cinch'), +(1024243, 14436, 0, 1, 1, 1, 'Windchaser Coronet'), +(1024243, 14440, 0, 1, 1, 1, 'Venomshroud Cape'), +(1024243, 14599, 0, 1, 1, 1, 'Warden\'s Footpads'), +(1024243, 14601, 0, 1, 1, 1, 'Warden\'s Wraps'), +(1024243, 14603, 0, 1, 1, 1, 'Warden\'s Mantle'), +(1024243, 14604, 0, 1, 1, 1, 'Warden\'s Wizard Hat'), +(1024243, 14605, 0, 1, 1, 1, 'Warden\'s Woolies'), +(1024243, 14606, 0, 1, 1, 1, 'Warden\'s Gloves'), +(1024243, 14652, 0, 1, 1, 1, 'Scorpashi Sash'), +(1024243, 14653, 0, 1, 1, 1, 'Scorpashi Slippers'), +(1024243, 14654, 0, 1, 1, 1, 'Scorpashi Wristbands'), +(1024243, 14656, 0, 1, 1, 1, 'Scorpashi Cape'), +(1024243, 14657, 0, 1, 1, 1, 'Scorpashi Gloves'), +(1024243, 14768, 0, 1, 1, 1, 'Ravager\'s Armor'), +(1024243, 14769, 0, 1, 1, 1, 'Ravager\'s Sandals'), +(1024243, 14774, 0, 1, 1, 1, 'Ravager\'s Crown'), +(1024243, 14775, 0, 1, 1, 1, 'Ravager\'s Woolies'), +(1024243, 14776, 0, 1, 1, 1, 'Ravager\'s Mantle'), +(1024243, 14777, 0, 1, 1, 1, 'Ravager\'s Shield'), +(1024243, 14778, 0, 1, 1, 1, 'Khan\'s Bindings'), +(1024243, 14781, 0, 1, 1, 1, 'Khan\'s Cloak'), +(1024243, 14782, 0, 1, 1, 1, 'Khan\'s Gloves'), +(1024243, 14783, 0, 1, 1, 1, 'Khan\'s Belt'), +(1024243, 14784, 0, 1, 1, 1, 'Khan\'s Greaves'), +(1024243, 14821, 0, 1, 1, 1, 'Symbolic Breastplate'), +(1024243, 14825, 0, 1, 1, 1, 'Symbolic Crest'), +(1024243, 14826, 0, 1, 1, 1, 'Symbolic Gauntlets'), +(1024243, 14827, 0, 1, 1, 1, 'Symbolic Belt'), +(1024243, 14828, 0, 1, 1, 1, 'Symbolic Greaves'), +(1024243, 14829, 0, 1, 1, 1, 'Symbolic Legplates'), +(1024243, 14830, 0, 1, 1, 1, 'Symbolic Pauldrons'), +(1024243, 14831, 0, 1, 1, 1, 'Symbolic Crown'), +(1024243, 14832, 0, 1, 1, 1, 'Symbolic Vambraces'), +(1024243, 14833, 0, 1, 1, 1, 'Tyrant\'s Gauntlets'), +(1024243, 14834, 0, 1, 1, 1, 'Tyrant\'s Armguards'), +(1024243, 14838, 0, 1, 1, 1, 'Tyrant\'s Belt'), +(1024243, 14839, 0, 1, 1, 1, 'Tyrant\'s Greaves'), +(1024243, 14841, 0, 1, 1, 1, 'Tyrant\'s Epaulets'), +(1024243, 14843, 0, 1, 1, 1, 'Tyrant\'s Helm'), +(1024243, 14895, 0, 1, 1, 1, 'Saltstone Surcoat'), +(1024243, 14899, 0, 1, 1, 1, 'Saltstone Helm'), +(1024243, 14901, 0, 1, 1, 1, 'Saltstone Shoulder Pads'), +(1024243, 14902, 0, 1, 1, 1, 'Saltstone Shield'), +(1024243, 14905, 0, 1, 1, 1, 'Brutish Gauntlets'), +(1024243, 14906, 0, 1, 1, 1, 'Brutish Belt'), +(1024243, 14909, 0, 1, 1, 1, 'Brutish Shoulders'), +(1024243, 14910, 0, 1, 1, 1, 'Brutish Armguards'), +(1024243, 14911, 0, 1, 1, 1, 'Brutish Boots'), +(1024243, 14914, 0, 1, 1, 1, 'Jade Bracers'), +(1024243, 14939, 0, 1, 1, 1, 'Warbringer\'s Chestguard'), +(1024243, 14940, 0, 1, 1, 1, 'Warbringer\'s Sabatons '), +(1024243, 14941, 0, 1, 1, 1, 'Warbringer\'s Armsplints'), +(1024243, 14942, 0, 1, 1, 1, 'Warbringer\'s Gauntlets'), +(1024243, 14943, 0, 1, 1, 1, 'Warbringer\'s Belt'), +(1024243, 14944, 0, 1, 1, 1, 'Warbringer\'s Crown'), +(1024243, 14945, 0, 1, 1, 1, 'Warbringer\'s Legguards'), +(1024243, 14946, 0, 1, 1, 1, 'Warbringer\'s Spaulders'), +(1024243, 14947, 0, 1, 1, 1, 'Warbringer\'s Shield'), +(1024243, 14950, 0, 1, 1, 1, 'Bloodforged Belt'), +(1024243, 14956, 0, 1, 1, 1, 'Bloodforged Bindings'), +(1024243, 15152, 0, 1, 1, 1, 'Nocturnal Shoes'), +(1024243, 15156, 0, 1, 1, 1, 'Nocturnal Cap'), +(1024243, 15157, 0, 1, 1, 1, 'Nocturnal Leggings'), +(1024243, 15159, 0, 1, 1, 1, 'Nocturnal Tunic'), +(1024243, 15161, 0, 1, 1, 1, 'Imposing Belt'), +(1024243, 15162, 0, 1, 1, 1, 'Imposing Boots'), +(1024243, 15163, 0, 1, 1, 1, 'Imposing Bracers'), +(1024243, 15165, 0, 1, 1, 1, 'Imposing Cape'), +(1024243, 15166, 0, 1, 1, 1, 'Imposing Gloves'), +(1024243, 15168, 0, 1, 1, 1, 'Imposing Pants'), +(1024243, 15169, 0, 1, 1, 1, 'Imposing Shoulders'), +(1024243, 15173, 0, 1, 1, 1, 'Potent Cape'), +(1024243, 15215, 0, 1, 1, 1, 'Furious Falchion'), +(1024243, 15244, 0, 1, 1, 1, 'Razor Blade'), +(1024243, 15251, 0, 1, 1, 1, 'Headstriker Sword'), +(1024243, 15262, 0, 1, 1, 1, 'Greater Maul'), +(1024243, 15270, 0, 1, 1, 1, 'Gigantic War Axe'), +(1024243, 15287, 0, 1, 1, 1, 'Crusader Bow'), +(1024243, 15359, 0, 1, 1, 1, 'Trickster\'s Vest'), +(1024243, 15363, 0, 1, 1, 1, 'Trickster\'s Headdress'), +(1024243, 15369, 0, 1, 1, 1, 'Wolf Rider\'s Belt'), +(1024243, 15370, 0, 1, 1, 1, 'Wolf Rider\'s Boots'), +(1024243, 15371, 0, 1, 1, 1, 'Wolf Rider\'s Cloak'), +(1024243, 15372, 0, 1, 1, 1, 'Wolf Rider\'s Gloves'), +(1024243, 15374, 0, 1, 1, 1, 'Wolf Rider\'s Leggings'), +(1024243, 15375, 0, 1, 1, 1, 'Wolf Rider\'s Shoulder Pads'), +(1024243, 15376, 0, 1, 1, 1, 'Wolf Rider\'s Padded Armor'), +(1024243, 15377, 0, 1, 1, 1, 'Wolf Rider\'s Wristbands'), +(1024243, 15378, 0, 1, 1, 1, 'Rageclaw Belt'), +(1024243, 15380, 0, 1, 1, 1, 'Rageclaw Bracers'), +(1024243, 15382, 0, 1, 1, 1, 'Rageclaw Cloak'), +(1024243, 15578, 0, 1, 1, 1, 'Sparkleshell Breastplate'), +(1024243, 15583, 0, 1, 1, 1, 'Sparkleshell Shoulder Pads'), +(1024243, 15584, 0, 1, 1, 1, 'Sparkleshell Shield'), +(1024243, 15589, 0, 1, 1, 1, 'Steadfast Stompers'), +(1024243, 15591, 0, 1, 1, 1, 'Steadfast Breastplate'), +(1024243, 15592, 0, 1, 1, 1, 'Steadfast Buckler'), +(1024243, 15593, 0, 1, 1, 1, 'Steadfast Coronet'), +(1024243, 15596, 0, 1, 1, 1, 'Steadfast Legplates'), +(1024243, 15597, 0, 1, 1, 1, 'Steadfast Shoulders'), +(1024243, 15599, 0, 1, 1, 1, 'Ancient Greaves'), +(1024243, 15600, 0, 1, 1, 1, 'Ancient Vambraces'), +(1024243, 15601, 0, 1, 1, 1, 'Ancient Chestpiece'), +(1024243, 15602, 0, 1, 1, 1, 'Ancient Crown'), +(1024243, 15603, 0, 1, 1, 1, 'Ancient Cloak'), +(1024243, 15604, 0, 1, 1, 1, 'Ancient Defender'), +(1024243, 15605, 0, 1, 1, 1, 'Ancient Gauntlets'), +(1024243, 15606, 0, 1, 1, 1, 'Ancient Belt'), +(1024243, 15607, 0, 1, 1, 1, 'Ancient Legguards'), +(1024243, 15608, 0, 1, 1, 1, 'Ancient Pauldrons'), +(1024243, 15610, 0, 1, 1, 1, 'Bonelink Bracers'), +(1024243, 15611, 0, 1, 1, 1, 'Bonelink Cape'), +(1024243, 15612, 0, 1, 1, 1, 'Bonelink Gauntlets'), +(1024243, 15613, 0, 1, 1, 1, 'Bonelink Belt'), +(1024243, 15614, 0, 1, 1, 1, 'Bonelink Sabatons'), +(1024243, 15615, 0, 1, 1, 1, 'Bonelink Helmet'), +(1024243, 15616, 0, 1, 1, 1, 'Bonelink Legplates'), +(1024243, 15617, 0, 1, 1, 1, 'Bonelink Epaulets'), +(1024243, 15624, 0, 1, 1, 1, 'Gryphon Cloak'), +(1024243, 15632, 0, 1, 1, 1, 'Formidable Cape'), +(1024243, 15964, 0, 1, 1, 1, 'Silksand Star'), +(1024243, 15978, 0, 1, 1, 1, 'Geomancer\'s Rod'), +(1024243, 15979, 0, 1, 1, 1, 'Embersilk Stave'), +(1024243, 15980, 0, 1, 1, 1, 'Darkmist Orb'), +(1024343, 866, 0, 1, 1, 1, 'Monk\'s Staff'), +(1024343, 1613, 0, 1, 1, 1, 'Spiritchaser Staff'), +(1024343, 1640, 0, 1, 1, 1, 'Monstrous War Axe'), +(1024343, 1994, 0, 1, 1, 1, 'Ebonclaw Reaver'), +(1024343, 3187, 0, 1, 1, 1, 'Sacrificial Kris'), +(1024343, 3430, 0, 1, 1, 1, 'Sniper Rifle'), +(1024343, 4045, 0, 1, 1, 1, 'Mistscape Bracers'), +(1024343, 4046, 0, 1, 1, 1, 'Mistscape Pants'), +(1024343, 4047, 0, 1, 1, 1, 'Mistscape Boots'), +(1024343, 4061, 0, 1, 1, 1, 'Imperial Leather Bracers'), +(1024343, 4062, 0, 1, 1, 1, 'Imperial Leather Pants'), +(1024343, 4063, 0, 1, 1, 1, 'Imperial Leather Gloves'), +(1024343, 4080, 0, 1, 1, 1, 'Blackforge Cowl'), +(1024343, 4083, 0, 1, 1, 1, 'Blackforge Gauntlets'), +(1024343, 4084, 0, 1, 1, 1, 'Blackforge Leggings'), +(1024343, 4733, 0, 1, 1, 1, 'Blackforge Pauldrons'), +(1024343, 4734, 0, 1, 1, 1, 'Mistscape Mantle'), +(1024343, 4736, 0, 1, 1, 1, 'Mistscape Sash'), +(1024343, 4737, 0, 1, 1, 1, 'Imperial Leather Spaulders'), +(1024343, 4738, 0, 1, 1, 1, 'Imperial Leather Belt'), +(1024343, 5216, 0, 1, 1, 1, 'Umbral Wand'), +(1024343, 6423, 0, 1, 1, 1, 'Blackforge Greaves'), +(1024343, 6424, 0, 1, 1, 1, 'Blackforge Cape'), +(1024343, 6425, 0, 1, 1, 1, 'Blackforge Girdle'), +(1024343, 6426, 0, 1, 1, 1, 'Blackforge Bracers'), +(1024343, 6427, 0, 1, 1, 1, 'Mistscape Robe'), +(1024343, 6428, 0, 1, 1, 1, 'Mistscape Gloves'), +(1024343, 6429, 0, 1, 1, 1, 'Mistscape Wizard Hat'), +(1024343, 6430, 0, 1, 1, 1, 'Imperial Leather Breastplate'), +(1024343, 6431, 0, 1, 1, 1, 'Imperial Leather Boots'), +(1024343, 6433, 0, 1, 1, 1, 'Imperial Leather Helm'), +(1024343, 7113, 0, 1, 1, 1, 'Mistscape Armor'), +(1024343, 7332, 0, 1, 1, 1, 'Regal Armor'), +(1024343, 7468, 0, 1, 1, 1, 'Regal Robe'), +(1024343, 7469, 0, 1, 1, 1, 'Regal Leggings'), +(1024343, 7470, 0, 1, 1, 1, 'Regal Wizard Hat'), +(1024343, 7471, 0, 1, 1, 1, 'Regal Gloves'), +(1024343, 7473, 0, 1, 1, 1, 'Regal Mantle'), +(1024343, 7477, 0, 1, 1, 1, 'Ranger Tunic'), +(1024343, 7478, 0, 1, 1, 1, 'Ranger Leggings'), +(1024343, 7479, 0, 1, 1, 1, 'Ranger Helm'), +(1024343, 7481, 0, 1, 1, 1, 'Ranger Boots'), +(1024343, 7482, 0, 1, 1, 1, 'Ranger Shoulders'), +(1024343, 7486, 0, 1, 1, 1, 'Captain\'s Breastplate'), +(1024343, 7487, 0, 1, 1, 1, 'Captain\'s Leggings'), +(1024343, 7488, 0, 1, 1, 1, 'Captain\'s Circlet'), +(1024343, 7490, 0, 1, 1, 1, 'Captain\'s Boots'), +(1024343, 7491, 0, 1, 1, 1, 'Captain\'s Shoulderguards'), +(1024343, 7495, 0, 1, 1, 1, 'Captain\'s Buckler'), +(1024343, 7496, 0, 1, 1, 1, 'Field Plate Shield'), +(1024343, 7521, 0, 1, 1, 1, 'Gossamer Gloves'), +(1024343, 7522, 0, 1, 1, 1, 'Gossamer Boots'), +(1024343, 7523, 0, 1, 1, 1, 'Gossamer Shoulderpads'), +(1024343, 7524, 0, 1, 1, 1, 'Gossamer Cape'), +(1024343, 7525, 0, 1, 1, 1, 'Gossamer Bracers'), +(1024343, 7526, 0, 1, 1, 1, 'Gossamer Belt'), +(1024343, 7530, 0, 1, 1, 1, 'Cabalist Gloves'), +(1024343, 7531, 0, 1, 1, 1, 'Cabalist Boots'), +(1024343, 7533, 0, 1, 1, 1, 'Cabalist Cloak'), +(1024343, 7534, 0, 1, 1, 1, 'Cabalist Bracers'), +(1024343, 7535, 0, 1, 1, 1, 'Cabalist Belt'), +(1024343, 7541, 0, 1, 1, 1, 'Champion\'s Gauntlets'), +(1024343, 7542, 0, 1, 1, 1, 'Champion\'s Greaves'), +(1024343, 7544, 0, 1, 1, 1, 'Champion\'s Cape'), +(1024343, 7545, 0, 1, 1, 1, 'Champion\'s Bracers'), +(1024343, 7546, 0, 1, 1, 1, 'Champion\'s Girdle'), +(1024343, 7552, 0, 1, 1, 1, 'Falcon\'s Hook'), +(1024343, 7555, 0, 1, 1, 1, 'Regal Star'), +(1024343, 7611, 0, 1, 1, 1, 'Mistscape Stave'), +(1024343, 8109, 0, 1, 1, 1, 'Hibernal Cloak'), +(1024343, 8118, 0, 1, 1, 1, 'Heraldic Bracers'), +(1024343, 8120, 0, 1, 1, 1, 'Heraldic Cloak'), +(1024343, 8135, 0, 1, 1, 1, 'Chromite Shield'), +(1024343, 8137, 0, 1, 1, 1, 'Chromite Bracers'), +(1024343, 8139, 0, 1, 1, 1, 'Chromite Gauntlets'), +(1024343, 8140, 0, 1, 1, 1, 'Chromite Girdle'), +(1024343, 8141, 0, 1, 1, 1, 'Chromite Greaves'), +(1024343, 8142, 0, 1, 1, 1, 'Chromite Barbute'), +(1024343, 8143, 0, 1, 1, 1, 'Chromite Legplates'), +(1024343, 8144, 0, 1, 1, 1, 'Chromite Pauldrons'), +(1024343, 8157, 0, 1, 1, 1, 'Jouster\'s Chestplate'), +(1024343, 8194, 0, 1, 1, 1, 'Goblin Nutcracker'), +(1024343, 8196, 0, 1, 1, 1, 'Ebon Scimitar'), +(1024343, 8273, 0, 1, 1, 1, 'Valorous Wristguards'), +(1024343, 8277, 0, 1, 1, 1, 'Valorous Girdle'), +(1024343, 9286, 0, 1, 1, 1, 'Field Plate Armor'), +(1024343, 9290, 0, 1, 1, 1, 'Field Plate Helmet'), +(1024343, 9291, 0, 1, 1, 1, 'Field Plate Leggings'), +(1024343, 9292, 0, 1, 1, 1, 'Field Plate Pauldrons'), +(1024343, 9874, 0, 1, 1, 1, 'Sorcerer Drape'), +(1024343, 9882, 0, 1, 1, 1, 'Sorcerer Sphere'), +(1024343, 9883, 0, 1, 1, 1, 'Sorcerer Pants'), +(1024343, 9884, 0, 1, 1, 1, 'Sorcerer Robe'), +(1024343, 9887, 0, 1, 1, 1, 'Huntsman\'s Armor'), +(1024343, 9893, 0, 1, 1, 1, 'Huntsman\'s Leggings'), +(1024343, 9897, 0, 1, 1, 1, 'Jazeraint Chestguard'), +(1024343, 9899, 0, 1, 1, 1, 'Jazeraint Shield'), +(1024343, 9903, 0, 1, 1, 1, 'Jazeraint Leggings'), +(1024343, 9906, 0, 1, 1, 1, 'Royal Sash'), +(1024343, 9907, 0, 1, 1, 1, 'Royal Boots'), +(1024343, 9908, 0, 1, 1, 1, 'Royal Cape'), +(1024343, 9909, 0, 1, 1, 1, 'Royal Bands'), +(1024343, 9910, 0, 1, 1, 1, 'Royal Gloves'), +(1024343, 9911, 0, 1, 1, 1, 'Royal Trousers'), +(1024343, 9912, 0, 1, 1, 1, 'Royal Amice'), +(1024343, 9915, 0, 1, 1, 1, 'Royal Headband'), +(1024343, 9916, 0, 1, 1, 1, 'Tracker\'s Belt'), +(1024343, 9917, 0, 1, 1, 1, 'Tracker\'s Boots'), +(1024343, 9918, 0, 1, 1, 1, 'Brigade Defender'), +(1024343, 9919, 0, 1, 1, 1, 'Tracker\'s Cloak'), +(1024343, 9920, 0, 1, 1, 1, 'Tracker\'s Gloves'), +(1024343, 9921, 0, 1, 1, 1, 'Tracker\'s Headband'), +(1024343, 9922, 0, 1, 1, 1, 'Tracker\'s Leggings'), +(1024343, 9923, 0, 1, 1, 1, 'Tracker\'s Shoulderpads'), +(1024343, 9925, 0, 1, 1, 1, 'Tracker\'s Wristguards'), +(1024343, 9926, 0, 1, 1, 1, 'Brigade Boots'), +(1024343, 9927, 0, 1, 1, 1, 'Brigade Bracers'), +(1024343, 9928, 0, 1, 1, 1, 'Brigade Breastplate'), +(1024343, 9930, 0, 1, 1, 1, 'Brigade Gauntlets'), +(1024343, 9931, 0, 1, 1, 1, 'Brigade Girdle'), +(1024343, 9932, 0, 1, 1, 1, 'Brigade Circlet'), +(1024343, 9933, 0, 1, 1, 1, 'Brigade Leggings'), +(1024343, 9934, 0, 1, 1, 1, 'Brigade Pauldrons'), +(1024343, 9935, 0, 1, 1, 1, 'Embossed Plate Shield'), +(1024343, 9956, 0, 1, 1, 1, 'Warmonger\'s Bracers'), +(1024343, 9959, 0, 1, 1, 1, 'Warmonger\'s Cloak'), +(1024343, 9966, 0, 1, 1, 1, 'Embossed Plate Armor'), +(1024343, 9967, 0, 1, 1, 1, 'Embossed Plate Gauntlets'), +(1024343, 9968, 0, 1, 1, 1, 'Embossed Plate Girdle'), +(1024343, 9969, 0, 1, 1, 1, 'Embossed Plate Helmet'), +(1024343, 9970, 0, 1, 1, 1, 'Embossed Plate Leggings'), +(1024343, 9971, 0, 1, 1, 1, 'Embossed Plate Pauldrons'), +(1024343, 9972, 0, 1, 1, 1, 'Embossed Plate Bracers'), +(1024343, 9973, 0, 1, 1, 1, 'Embossed Plate Boots'), +(1024343, 10087, 0, 1, 1, 1, 'Gothic Plate Gauntlets'), +(1024343, 10088, 0, 1, 1, 1, 'Gothic Plate Girdle'), +(1024343, 10089, 0, 1, 1, 1, 'Gothic Sabatons'), +(1024343, 10090, 0, 1, 1, 1, 'Gothic Plate Helmet'), +(1024343, 10094, 0, 1, 1, 1, 'Gothic Plate Vambraces'), +(1024343, 11973, 0, 1, 1, 1, 'Hematite Link'), +(1024343, 11974, 0, 1, 1, 1, 'Aquamarine Ring'), +(1024343, 11987, 0, 1, 1, 1, 'Iridium Circle'), +(1024343, 11998, 0, 1, 1, 1, 'Jet Loop'), +(1024343, 11999, 0, 1, 1, 1, 'Lodestone Hoop'), +(1024343, 12012, 0, 1, 1, 1, 'Marsh Ring'), +(1024343, 12023, 0, 1, 1, 1, 'Tellurium Necklace'), +(1024343, 12031, 0, 1, 1, 1, 'Lodestone Necklace'), +(1024343, 12042, 0, 1, 1, 1, 'Marsh Chain'), +(1024343, 14230, 0, 1, 1, 1, 'Embersilk Tunic'), +(1024343, 14234, 0, 1, 1, 1, 'Embersilk Robes'), +(1024343, 14237, 0, 1, 1, 1, 'Darkmist Armor'), +(1024343, 14242, 0, 1, 1, 1, 'Darkmist Pants'), +(1024343, 14243, 0, 1, 1, 1, 'Darkmist Mantle'), +(1024343, 14244, 0, 1, 1, 1, 'Darkmist Wraps'), +(1024343, 14246, 0, 1, 1, 1, 'Darkmist Wizard Hat'), +(1024343, 14247, 0, 1, 1, 1, 'Lunar Mantle'), +(1024343, 14250, 0, 1, 1, 1, 'Lunar Slippers'), +(1024343, 14252, 0, 1, 1, 1, 'Lunar Coronet'), +(1024343, 14253, 0, 1, 1, 1, 'Lunar Handwraps'), +(1024343, 14255, 0, 1, 1, 1, 'Lunar Belt'), +(1024343, 14257, 0, 1, 1, 1, 'Lunar Leggings'), +(1024343, 14258, 0, 1, 1, 1, 'Bloodwoven Cord'), +(1024343, 14259, 0, 1, 1, 1, 'Bloodwoven Boots'), +(1024343, 14260, 0, 1, 1, 1, 'Bloodwoven Bracers'), +(1024343, 14261, 0, 1, 1, 1, 'Bloodwoven Cloak'), +(1024343, 14262, 0, 1, 1, 1, 'Bloodwoven Mitts'), +(1024343, 14268, 0, 1, 1, 1, 'Gaea\'s Cuffs'), +(1024343, 14270, 0, 1, 1, 1, 'Gaea\'s Cloak'), +(1024343, 14417, 0, 1, 1, 1, 'Silksand Tunic'), +(1024343, 14421, 0, 1, 1, 1, 'Silksand Circlet'), +(1024343, 14424, 0, 1, 1, 1, 'Silksand Legwraps'), +(1024343, 14425, 0, 1, 1, 1, 'Silksand Wraps'), +(1024343, 14428, 0, 1, 1, 1, 'Windchaser Footpads'), +(1024343, 14429, 0, 1, 1, 1, 'Windchaser Cuffs'), +(1024343, 14430, 0, 1, 1, 1, 'Windchaser Cloak'), +(1024343, 14431, 0, 1, 1, 1, 'Windchaser Handguards'), +(1024343, 14432, 0, 1, 1, 1, 'Windchaser Amice'), +(1024343, 14433, 0, 1, 1, 1, 'Windchaser Woolies'), +(1024343, 14435, 0, 1, 1, 1, 'Windchaser Cinch'), +(1024343, 14436, 0, 1, 1, 1, 'Windchaser Coronet'), +(1024343, 14440, 0, 1, 1, 1, 'Venomshroud Cape'), +(1024343, 14599, 0, 1, 1, 1, 'Warden\'s Footpads'), +(1024343, 14601, 0, 1, 1, 1, 'Warden\'s Wraps'), +(1024343, 14604, 0, 1, 1, 1, 'Warden\'s Wizard Hat'), +(1024343, 14605, 0, 1, 1, 1, 'Warden\'s Woolies'), +(1024343, 14652, 0, 1, 1, 1, 'Scorpashi Sash'), +(1024343, 14653, 0, 1, 1, 1, 'Scorpashi Slippers'), +(1024343, 14654, 0, 1, 1, 1, 'Scorpashi Wristbands'), +(1024343, 14656, 0, 1, 1, 1, 'Scorpashi Cape'), +(1024343, 14657, 0, 1, 1, 1, 'Scorpashi Gloves'), +(1024343, 14768, 0, 1, 1, 1, 'Ravager\'s Armor'), +(1024343, 14769, 0, 1, 1, 1, 'Ravager\'s Sandals'), +(1024343, 14774, 0, 1, 1, 1, 'Ravager\'s Crown'), +(1024343, 14775, 0, 1, 1, 1, 'Ravager\'s Woolies'), +(1024343, 14776, 0, 1, 1, 1, 'Ravager\'s Mantle'), +(1024343, 14777, 0, 1, 1, 1, 'Ravager\'s Shield'), +(1024343, 14778, 0, 1, 1, 1, 'Khan\'s Bindings'), +(1024343, 14781, 0, 1, 1, 1, 'Khan\'s Cloak'), +(1024343, 14782, 0, 1, 1, 1, 'Khan\'s Gloves'), +(1024343, 14783, 0, 1, 1, 1, 'Khan\'s Belt'), +(1024343, 14784, 0, 1, 1, 1, 'Khan\'s Greaves'), +(1024343, 14821, 0, 1, 1, 1, 'Symbolic Breastplate'), +(1024343, 14825, 0, 1, 1, 1, 'Symbolic Crest'), +(1024343, 14828, 0, 1, 1, 1, 'Symbolic Greaves'), +(1024343, 14829, 0, 1, 1, 1, 'Symbolic Legplates'), +(1024343, 14830, 0, 1, 1, 1, 'Symbolic Pauldrons'), +(1024343, 14831, 0, 1, 1, 1, 'Symbolic Crown'), +(1024343, 14833, 0, 1, 1, 1, 'Tyrant\'s Gauntlets'), +(1024343, 14834, 0, 1, 1, 1, 'Tyrant\'s Armguards'), +(1024343, 14838, 0, 1, 1, 1, 'Tyrant\'s Belt'), +(1024343, 14839, 0, 1, 1, 1, 'Tyrant\'s Greaves'), +(1024343, 14841, 0, 1, 1, 1, 'Tyrant\'s Epaulets'), +(1024343, 14843, 0, 1, 1, 1, 'Tyrant\'s Helm'), +(1024343, 14905, 0, 1, 1, 1, 'Brutish Gauntlets'), +(1024343, 14906, 0, 1, 1, 1, 'Brutish Belt'), +(1024343, 14909, 0, 1, 1, 1, 'Brutish Shoulders'), +(1024343, 14910, 0, 1, 1, 1, 'Brutish Armguards'), +(1024343, 14911, 0, 1, 1, 1, 'Brutish Boots'), +(1024343, 14914, 0, 1, 1, 1, 'Jade Bracers'), +(1024343, 14939, 0, 1, 1, 1, 'Warbringer\'s Chestguard'), +(1024343, 14940, 0, 1, 1, 1, 'Warbringer\'s Sabatons '), +(1024343, 14941, 0, 1, 1, 1, 'Warbringer\'s Armsplints'), +(1024343, 14942, 0, 1, 1, 1, 'Warbringer\'s Gauntlets'), +(1024343, 14943, 0, 1, 1, 1, 'Warbringer\'s Belt'), +(1024343, 14944, 0, 1, 1, 1, 'Warbringer\'s Crown'), +(1024343, 14945, 0, 1, 1, 1, 'Warbringer\'s Legguards'), +(1024343, 14946, 0, 1, 1, 1, 'Warbringer\'s Spaulders'), +(1024343, 14947, 0, 1, 1, 1, 'Warbringer\'s Shield'), +(1024343, 14950, 0, 1, 1, 1, 'Bloodforged Belt'), +(1024343, 14956, 0, 1, 1, 1, 'Bloodforged Bindings'), +(1024343, 15156, 0, 1, 1, 1, 'Nocturnal Cap'), +(1024343, 15159, 0, 1, 1, 1, 'Nocturnal Tunic'), +(1024343, 15161, 0, 1, 1, 1, 'Imposing Belt'), +(1024343, 15162, 0, 1, 1, 1, 'Imposing Boots'), +(1024343, 15163, 0, 1, 1, 1, 'Imposing Bracers'), +(1024343, 15165, 0, 1, 1, 1, 'Imposing Cape'), +(1024343, 15166, 0, 1, 1, 1, 'Imposing Gloves'), +(1024343, 15168, 0, 1, 1, 1, 'Imposing Pants'), +(1024343, 15169, 0, 1, 1, 1, 'Imposing Shoulders'), +(1024343, 15173, 0, 1, 1, 1, 'Potent Cape'), +(1024343, 15215, 0, 1, 1, 1, 'Furious Falchion'), +(1024343, 15244, 0, 1, 1, 1, 'Razor Blade'), +(1024343, 15251, 0, 1, 1, 1, 'Headstriker Sword'), +(1024343, 15262, 0, 1, 1, 1, 'Greater Maul'), +(1024343, 15270, 0, 1, 1, 1, 'Gigantic War Axe'), +(1024343, 15287, 0, 1, 1, 1, 'Crusader Bow'), +(1024343, 15363, 0, 1, 1, 1, 'Trickster\'s Headdress'), +(1024343, 15369, 0, 1, 1, 1, 'Wolf Rider\'s Belt'), +(1024343, 15370, 0, 1, 1, 1, 'Wolf Rider\'s Boots'), +(1024343, 15372, 0, 1, 1, 1, 'Wolf Rider\'s Gloves'), +(1024343, 15374, 0, 1, 1, 1, 'Wolf Rider\'s Leggings'), +(1024343, 15375, 0, 1, 1, 1, 'Wolf Rider\'s Shoulder Pads'), +(1024343, 15376, 0, 1, 1, 1, 'Wolf Rider\'s Padded Armor'), +(1024343, 15377, 0, 1, 1, 1, 'Wolf Rider\'s Wristbands'), +(1024343, 15378, 0, 1, 1, 1, 'Rageclaw Belt'), +(1024343, 15380, 0, 1, 1, 1, 'Rageclaw Bracers'), +(1024343, 15382, 0, 1, 1, 1, 'Rageclaw Cloak'), +(1024343, 15591, 0, 1, 1, 1, 'Steadfast Breastplate'), +(1024343, 15592, 0, 1, 1, 1, 'Steadfast Buckler'), +(1024343, 15593, 0, 1, 1, 1, 'Steadfast Coronet'), +(1024343, 15597, 0, 1, 1, 1, 'Steadfast Shoulders'), +(1024343, 15599, 0, 1, 1, 1, 'Ancient Greaves'), +(1024343, 15600, 0, 1, 1, 1, 'Ancient Vambraces'), +(1024343, 15601, 0, 1, 1, 1, 'Ancient Chestpiece'), +(1024343, 15602, 0, 1, 1, 1, 'Ancient Crown'), +(1024343, 15604, 0, 1, 1, 1, 'Ancient Defender'), +(1024343, 15605, 0, 1, 1, 1, 'Ancient Gauntlets'), +(1024343, 15607, 0, 1, 1, 1, 'Ancient Legguards'), +(1024343, 15608, 0, 1, 1, 1, 'Ancient Pauldrons'), +(1024343, 15610, 0, 1, 1, 1, 'Bonelink Bracers'), +(1024343, 15611, 0, 1, 1, 1, 'Bonelink Cape'), +(1024343, 15612, 0, 1, 1, 1, 'Bonelink Gauntlets'), +(1024343, 15613, 0, 1, 1, 1, 'Bonelink Belt'), +(1024343, 15614, 0, 1, 1, 1, 'Bonelink Sabatons'), +(1024343, 15615, 0, 1, 1, 1, 'Bonelink Helmet'), +(1024343, 15616, 0, 1, 1, 1, 'Bonelink Legplates'), +(1024343, 15617, 0, 1, 1, 1, 'Bonelink Epaulets'), +(1024343, 15624, 0, 1, 1, 1, 'Gryphon Cloak'), +(1024343, 15632, 0, 1, 1, 1, 'Formidable Cape'), +(1024343, 15964, 0, 1, 1, 1, 'Silksand Star'), +(1024343, 15979, 0, 1, 1, 1, 'Embersilk Stave'), +(1024343, 15980, 0, 1, 1, 1, 'Darkmist Orb'), +(1024344, 866, 0, 1, 1, 1, 'Monk\'s Staff'), +(1024344, 1608, 0, 1, 1, 1, 'Skullcrusher Mace'), +(1024344, 1613, 0, 1, 1, 1, 'Spiritchaser Staff'), +(1024344, 1640, 0, 1, 1, 1, 'Monstrous War Axe'), +(1024344, 1994, 0, 1, 1, 1, 'Ebonclaw Reaver'), +(1024344, 3187, 0, 1, 1, 1, 'Sacrificial Kris'), +(1024344, 3430, 0, 1, 1, 1, 'Sniper Rifle'), +(1024344, 4045, 0, 1, 1, 1, 'Mistscape Bracers'), +(1024344, 4046, 0, 1, 1, 1, 'Mistscape Pants'), +(1024344, 4047, 0, 1, 1, 1, 'Mistscape Boots'), +(1024344, 4061, 0, 1, 1, 1, 'Imperial Leather Bracers'), +(1024344, 4062, 0, 1, 1, 1, 'Imperial Leather Pants'), +(1024344, 4063, 0, 1, 1, 1, 'Imperial Leather Gloves'), +(1024344, 4069, 0, 1, 1, 1, 'Blackforge Buckler'), +(1024344, 4080, 0, 1, 1, 1, 'Blackforge Cowl'), +(1024344, 4082, 0, 1, 1, 1, 'Blackforge Breastplate'), +(1024344, 4083, 0, 1, 1, 1, 'Blackforge Gauntlets'), +(1024344, 4084, 0, 1, 1, 1, 'Blackforge Leggings'), +(1024344, 4088, 0, 1, 1, 1, 'Dreadblade'), +(1024344, 4733, 0, 1, 1, 1, 'Blackforge Pauldrons'), +(1024344, 4734, 0, 1, 1, 1, 'Mistscape Mantle'), +(1024344, 4736, 0, 1, 1, 1, 'Mistscape Sash'), +(1024344, 4737, 0, 1, 1, 1, 'Imperial Leather Spaulders'), +(1024344, 4738, 0, 1, 1, 1, 'Imperial Leather Belt'), +(1024344, 5216, 0, 1, 1, 1, 'Umbral Wand'), +(1024344, 6423, 0, 1, 1, 1, 'Blackforge Greaves'), +(1024344, 6424, 0, 1, 1, 1, 'Blackforge Cape'), +(1024344, 6425, 0, 1, 1, 1, 'Blackforge Girdle'), +(1024344, 6426, 0, 1, 1, 1, 'Blackforge Bracers'), +(1024344, 6427, 0, 1, 1, 1, 'Mistscape Robe'), +(1024344, 6428, 0, 1, 1, 1, 'Mistscape Gloves'), +(1024344, 6429, 0, 1, 1, 1, 'Mistscape Wizard Hat'), +(1024344, 6430, 0, 1, 1, 1, 'Imperial Leather Breastplate'), +(1024344, 6431, 0, 1, 1, 1, 'Imperial Leather Boots'), +(1024344, 6433, 0, 1, 1, 1, 'Imperial Leather Helm'), +(1024344, 7113, 0, 1, 1, 1, 'Mistscape Armor'), +(1024344, 7332, 0, 1, 1, 1, 'Regal Armor'), +(1024344, 7468, 0, 1, 1, 1, 'Regal Robe'), +(1024344, 7469, 0, 1, 1, 1, 'Regal Leggings'), +(1024344, 7470, 0, 1, 1, 1, 'Regal Wizard Hat'), +(1024344, 7471, 0, 1, 1, 1, 'Regal Gloves'), +(1024344, 7473, 0, 1, 1, 1, 'Regal Mantle'), +(1024344, 7477, 0, 1, 1, 1, 'Ranger Tunic'), +(1024344, 7478, 0, 1, 1, 1, 'Ranger Leggings'), +(1024344, 7479, 0, 1, 1, 1, 'Ranger Helm'), +(1024344, 7481, 0, 1, 1, 1, 'Ranger Boots'), +(1024344, 7482, 0, 1, 1, 1, 'Ranger Shoulders'), +(1024344, 7486, 0, 1, 1, 1, 'Captain\'s Breastplate'), +(1024344, 7487, 0, 1, 1, 1, 'Captain\'s Leggings'), +(1024344, 7488, 0, 1, 1, 1, 'Captain\'s Circlet'), +(1024344, 7490, 0, 1, 1, 1, 'Captain\'s Boots'), +(1024344, 7491, 0, 1, 1, 1, 'Captain\'s Shoulderguards'), +(1024344, 7495, 0, 1, 1, 1, 'Captain\'s Buckler'), +(1024344, 7496, 0, 1, 1, 1, 'Field Plate Shield'), +(1024344, 7519, 0, 1, 1, 1, 'Gossamer Pants'), +(1024344, 7520, 0, 1, 1, 1, 'Gossamer Headpiece'), +(1024344, 7521, 0, 1, 1, 1, 'Gossamer Gloves'), +(1024344, 7522, 0, 1, 1, 1, 'Gossamer Boots'), +(1024344, 7523, 0, 1, 1, 1, 'Gossamer Shoulderpads'), +(1024344, 7524, 0, 1, 1, 1, 'Gossamer Cape'), +(1024344, 7525, 0, 1, 1, 1, 'Gossamer Bracers'), +(1024344, 7526, 0, 1, 1, 1, 'Gossamer Belt'), +(1024344, 7529, 0, 1, 1, 1, 'Cabalist Helm'), +(1024344, 7530, 0, 1, 1, 1, 'Cabalist Gloves'), +(1024344, 7531, 0, 1, 1, 1, 'Cabalist Boots'), +(1024344, 7532, 0, 1, 1, 1, 'Cabalist Spaulders'), +(1024344, 7533, 0, 1, 1, 1, 'Cabalist Cloak'), +(1024344, 7534, 0, 1, 1, 1, 'Cabalist Bracers'), +(1024344, 7535, 0, 1, 1, 1, 'Cabalist Belt'), +(1024344, 7540, 0, 1, 1, 1, 'Champion\'s Helmet'), +(1024344, 7541, 0, 1, 1, 1, 'Champion\'s Gauntlets'), +(1024344, 7542, 0, 1, 1, 1, 'Champion\'s Greaves'), +(1024344, 7543, 0, 1, 1, 1, 'Champion\'s Pauldrons'), +(1024344, 7544, 0, 1, 1, 1, 'Champion\'s Cape'), +(1024344, 7545, 0, 1, 1, 1, 'Champion\'s Bracers'), +(1024344, 7546, 0, 1, 1, 1, 'Champion\'s Girdle'), +(1024344, 7552, 0, 1, 1, 1, 'Falcon\'s Hook'), +(1024344, 7555, 0, 1, 1, 1, 'Regal Star'), +(1024344, 7611, 0, 1, 1, 1, 'Mistscape Stave'), +(1024344, 8107, 0, 1, 1, 1, 'Hibernal Boots'), +(1024344, 8108, 0, 1, 1, 1, 'Hibernal Bracers'), +(1024344, 8109, 0, 1, 1, 1, 'Hibernal Cloak'), +(1024344, 8110, 0, 1, 1, 1, 'Hibernal Gloves'), +(1024344, 8114, 0, 1, 1, 1, 'Hibernal Sash'), +(1024344, 8116, 0, 1, 1, 1, 'Heraldic Belt'), +(1024344, 8117, 0, 1, 1, 1, 'Heraldic Boots'), +(1024344, 8118, 0, 1, 1, 1, 'Heraldic Bracers'), +(1024344, 8120, 0, 1, 1, 1, 'Heraldic Cloak'), +(1024344, 8121, 0, 1, 1, 1, 'Heraldic Gloves'), +(1024344, 8127, 0, 1, 1, 1, 'Myrmidon\'s Cape'), +(1024344, 8135, 0, 1, 1, 1, 'Chromite Shield'), +(1024344, 8137, 0, 1, 1, 1, 'Chromite Bracers'), +(1024344, 8138, 0, 1, 1, 1, 'Chromite Chestplate'), +(1024344, 8139, 0, 1, 1, 1, 'Chromite Gauntlets'), +(1024344, 8140, 0, 1, 1, 1, 'Chromite Girdle'), +(1024344, 8141, 0, 1, 1, 1, 'Chromite Greaves'), +(1024344, 8142, 0, 1, 1, 1, 'Chromite Barbute'), +(1024344, 8143, 0, 1, 1, 1, 'Chromite Legplates'), +(1024344, 8144, 0, 1, 1, 1, 'Chromite Pauldrons'), +(1024344, 8157, 0, 1, 1, 1, 'Jouster\'s Chestplate'), +(1024344, 8194, 0, 1, 1, 1, 'Goblin Nutcracker'), +(1024344, 8196, 0, 1, 1, 1, 'Ebon Scimitar'), +(1024344, 8199, 0, 1, 1, 1, 'Battlefield Destroyer'), +(1024344, 8273, 0, 1, 1, 1, 'Valorous Wristguards'), +(1024344, 8276, 0, 1, 1, 1, 'Valorous Gauntlets'), +(1024344, 8277, 0, 1, 1, 1, 'Valorous Girdle'), +(1024344, 8278, 0, 1, 1, 1, 'Valorous Greaves'), +(1024344, 9286, 0, 1, 1, 1, 'Field Plate Armor'), +(1024344, 9290, 0, 1, 1, 1, 'Field Plate Helmet'), +(1024344, 9291, 0, 1, 1, 1, 'Field Plate Leggings'), +(1024344, 9292, 0, 1, 1, 1, 'Field Plate Pauldrons'), +(1024344, 9874, 0, 1, 1, 1, 'Sorcerer Drape'), +(1024344, 9882, 0, 1, 1, 1, 'Sorcerer Sphere'), +(1024344, 9883, 0, 1, 1, 1, 'Sorcerer Pants'), +(1024344, 9884, 0, 1, 1, 1, 'Sorcerer Robe'), +(1024344, 9887, 0, 1, 1, 1, 'Huntsman\'s Armor'), +(1024344, 9893, 0, 1, 1, 1, 'Huntsman\'s Leggings'), +(1024344, 9897, 0, 1, 1, 1, 'Jazeraint Chestguard'), +(1024344, 9899, 0, 1, 1, 1, 'Jazeraint Shield'), +(1024344, 9903, 0, 1, 1, 1, 'Jazeraint Leggings'), +(1024344, 9906, 0, 1, 1, 1, 'Royal Sash'), +(1024344, 9907, 0, 1, 1, 1, 'Royal Boots'), +(1024344, 9908, 0, 1, 1, 1, 'Royal Cape'), +(1024344, 9909, 0, 1, 1, 1, 'Royal Bands'), +(1024344, 9910, 0, 1, 1, 1, 'Royal Gloves'), +(1024344, 9911, 0, 1, 1, 1, 'Royal Trousers'), +(1024344, 9912, 0, 1, 1, 1, 'Royal Amice'), +(1024344, 9915, 0, 1, 1, 1, 'Royal Headband'), +(1024344, 9916, 0, 1, 1, 1, 'Tracker\'s Belt'), +(1024344, 9917, 0, 1, 1, 1, 'Tracker\'s Boots'), +(1024344, 9918, 0, 1, 1, 1, 'Brigade Defender'), +(1024344, 9919, 0, 1, 1, 1, 'Tracker\'s Cloak'), +(1024344, 9920, 0, 1, 1, 1, 'Tracker\'s Gloves'), +(1024344, 9921, 0, 1, 1, 1, 'Tracker\'s Headband'), +(1024344, 9922, 0, 1, 1, 1, 'Tracker\'s Leggings'), +(1024344, 9923, 0, 1, 1, 1, 'Tracker\'s Shoulderpads'), +(1024344, 9925, 0, 1, 1, 1, 'Tracker\'s Wristguards'), +(1024344, 9926, 0, 1, 1, 1, 'Brigade Boots'), +(1024344, 9927, 0, 1, 1, 1, 'Brigade Bracers'), +(1024344, 9928, 0, 1, 1, 1, 'Brigade Breastplate'), +(1024344, 9930, 0, 1, 1, 1, 'Brigade Gauntlets'), +(1024344, 9931, 0, 1, 1, 1, 'Brigade Girdle'), +(1024344, 9932, 0, 1, 1, 1, 'Brigade Circlet'), +(1024344, 9933, 0, 1, 1, 1, 'Brigade Leggings'), +(1024344, 9934, 0, 1, 1, 1, 'Brigade Pauldrons'), +(1024344, 9935, 0, 1, 1, 1, 'Embossed Plate Shield'), +(1024344, 9951, 0, 1, 1, 1, 'Chieftain\'s Cloak'), +(1024344, 9956, 0, 1, 1, 1, 'Warmonger\'s Bracers'), +(1024344, 9959, 0, 1, 1, 1, 'Warmonger\'s Cloak'), +(1024344, 9960, 0, 1, 1, 1, 'Warmonger\'s Gauntlets'), +(1024344, 9961, 0, 1, 1, 1, 'Warmonger\'s Belt'), +(1024344, 9966, 0, 1, 1, 1, 'Embossed Plate Armor'), +(1024344, 9967, 0, 1, 1, 1, 'Embossed Plate Gauntlets'), +(1024344, 9968, 0, 1, 1, 1, 'Embossed Plate Girdle'), +(1024344, 9969, 0, 1, 1, 1, 'Embossed Plate Helmet'), +(1024344, 9970, 0, 1, 1, 1, 'Embossed Plate Leggings'), +(1024344, 9971, 0, 1, 1, 1, 'Embossed Plate Pauldrons'), +(1024344, 9972, 0, 1, 1, 1, 'Embossed Plate Bracers'), +(1024344, 9973, 0, 1, 1, 1, 'Embossed Plate Boots'), +(1024344, 10087, 0, 1, 1, 1, 'Gothic Plate Gauntlets'), +(1024344, 10088, 0, 1, 1, 1, 'Gothic Plate Girdle'), +(1024344, 10089, 0, 1, 1, 1, 'Gothic Sabatons'), +(1024344, 10090, 0, 1, 1, 1, 'Gothic Plate Helmet'), +(1024344, 10091, 0, 1, 1, 1, 'Gothic Plate Leggings'), +(1024344, 10092, 0, 1, 1, 1, 'Gothic Plate Spaulders'), +(1024344, 10094, 0, 1, 1, 1, 'Gothic Plate Vambraces'), +(1024344, 11973, 0, 1, 1, 1, 'Hematite Link'), +(1024344, 11974, 0, 1, 1, 1, 'Aquamarine Ring'), +(1024344, 11987, 0, 1, 1, 1, 'Iridium Circle'), +(1024344, 11988, 0, 1, 1, 1, 'Tellurium Band'), +(1024344, 11998, 0, 1, 1, 1, 'Jet Loop'), +(1024344, 11999, 0, 1, 1, 1, 'Lodestone Hoop'), +(1024344, 12012, 0, 1, 1, 1, 'Marsh Ring'), +(1024344, 12023, 0, 1, 1, 1, 'Tellurium Necklace'), +(1024344, 12031, 0, 1, 1, 1, 'Lodestone Necklace'), +(1024344, 12042, 0, 1, 1, 1, 'Marsh Chain'), +(1024344, 12043, 0, 1, 1, 1, 'Desert Choker'), +(1024344, 14230, 0, 1, 1, 1, 'Embersilk Tunic'), +(1024344, 14234, 0, 1, 1, 1, 'Embersilk Robes'), +(1024344, 14237, 0, 1, 1, 1, 'Darkmist Armor'), +(1024344, 14242, 0, 1, 1, 1, 'Darkmist Pants'), +(1024344, 14243, 0, 1, 1, 1, 'Darkmist Mantle'), +(1024344, 14244, 0, 1, 1, 1, 'Darkmist Wraps'), +(1024344, 14246, 0, 1, 1, 1, 'Darkmist Wizard Hat'), +(1024344, 14247, 0, 1, 1, 1, 'Lunar Mantle'), +(1024344, 14249, 0, 1, 1, 1, 'Lunar Vest'), +(1024344, 14250, 0, 1, 1, 1, 'Lunar Slippers'), +(1024344, 14252, 0, 1, 1, 1, 'Lunar Coronet'), +(1024344, 14253, 0, 1, 1, 1, 'Lunar Handwraps'), +(1024344, 14254, 0, 1, 1, 1, 'Lunar Raiment'), +(1024344, 14255, 0, 1, 1, 1, 'Lunar Belt'), +(1024344, 14257, 0, 1, 1, 1, 'Lunar Leggings'), +(1024344, 14258, 0, 1, 1, 1, 'Bloodwoven Cord'), +(1024344, 14259, 0, 1, 1, 1, 'Bloodwoven Boots'), +(1024344, 14260, 0, 1, 1, 1, 'Bloodwoven Bracers'), +(1024344, 14261, 0, 1, 1, 1, 'Bloodwoven Cloak'), +(1024344, 14262, 0, 1, 1, 1, 'Bloodwoven Mitts'), +(1024344, 14266, 0, 1, 1, 1, 'Bloodwoven Pads'), +(1024344, 14268, 0, 1, 1, 1, 'Gaea\'s Cuffs'), +(1024344, 14269, 0, 1, 1, 1, 'Gaea\'s Slippers'), +(1024344, 14270, 0, 1, 1, 1, 'Gaea\'s Cloak'), +(1024344, 14272, 0, 1, 1, 1, 'Gaea\'s Handwraps'), +(1024344, 14276, 0, 1, 1, 1, 'Gaea\'s Belt'), +(1024344, 14417, 0, 1, 1, 1, 'Silksand Tunic'), +(1024344, 14421, 0, 1, 1, 1, 'Silksand Circlet'), +(1024344, 14424, 0, 1, 1, 1, 'Silksand Legwraps'), +(1024344, 14425, 0, 1, 1, 1, 'Silksand Wraps'), +(1024344, 14428, 0, 1, 1, 1, 'Windchaser Footpads'), +(1024344, 14429, 0, 1, 1, 1, 'Windchaser Cuffs'), +(1024344, 14430, 0, 1, 1, 1, 'Windchaser Cloak'), +(1024344, 14431, 0, 1, 1, 1, 'Windchaser Handguards'), +(1024344, 14432, 0, 1, 1, 1, 'Windchaser Amice'), +(1024344, 14433, 0, 1, 1, 1, 'Windchaser Woolies'), +(1024344, 14435, 0, 1, 1, 1, 'Windchaser Cinch'), +(1024344, 14436, 0, 1, 1, 1, 'Windchaser Coronet'), +(1024344, 14439, 0, 1, 1, 1, 'Venomshroud Armguards'), +(1024344, 14440, 0, 1, 1, 1, 'Venomshroud Cape'), +(1024344, 14599, 0, 1, 1, 1, 'Warden\'s Footpads'), +(1024344, 14601, 0, 1, 1, 1, 'Warden\'s Wraps'), +(1024344, 14604, 0, 1, 1, 1, 'Warden\'s Wizard Hat'), +(1024344, 14605, 0, 1, 1, 1, 'Warden\'s Woolies'), +(1024344, 14652, 0, 1, 1, 1, 'Scorpashi Sash'), +(1024344, 14653, 0, 1, 1, 1, 'Scorpashi Slippers'), +(1024344, 14654, 0, 1, 1, 1, 'Scorpashi Wristbands'), +(1024344, 14656, 0, 1, 1, 1, 'Scorpashi Cape'), +(1024344, 14657, 0, 1, 1, 1, 'Scorpashi Gloves'), +(1024344, 14659, 0, 1, 1, 1, 'Scorpashi Leggings'), +(1024344, 14660, 0, 1, 1, 1, 'Scorpashi Shoulder Pads'), +(1024344, 14768, 0, 1, 1, 1, 'Ravager\'s Armor'), +(1024344, 14769, 0, 1, 1, 1, 'Ravager\'s Sandals'), +(1024344, 14774, 0, 1, 1, 1, 'Ravager\'s Crown'), +(1024344, 14775, 0, 1, 1, 1, 'Ravager\'s Woolies'), +(1024344, 14776, 0, 1, 1, 1, 'Ravager\'s Mantle'), +(1024344, 14777, 0, 1, 1, 1, 'Ravager\'s Shield'), +(1024344, 14778, 0, 1, 1, 1, 'Khan\'s Bindings'), +(1024344, 14781, 0, 1, 1, 1, 'Khan\'s Cloak'), +(1024344, 14782, 0, 1, 1, 1, 'Khan\'s Gloves'), +(1024344, 14783, 0, 1, 1, 1, 'Khan\'s Belt'), +(1024344, 14784, 0, 1, 1, 1, 'Khan\'s Greaves'), +(1024344, 14786, 0, 1, 1, 1, 'Khan\'s Legguards'), +(1024344, 14787, 0, 1, 1, 1, 'Khan\'s Mantle'), +(1024344, 14821, 0, 1, 1, 1, 'Symbolic Breastplate'), +(1024344, 14825, 0, 1, 1, 1, 'Symbolic Crest'), +(1024344, 14828, 0, 1, 1, 1, 'Symbolic Greaves'), +(1024344, 14829, 0, 1, 1, 1, 'Symbolic Legplates'), +(1024344, 14830, 0, 1, 1, 1, 'Symbolic Pauldrons'), +(1024344, 14831, 0, 1, 1, 1, 'Symbolic Crown'), +(1024344, 14833, 0, 1, 1, 1, 'Tyrant\'s Gauntlets'), +(1024344, 14834, 0, 1, 1, 1, 'Tyrant\'s Armguards'), +(1024344, 14838, 0, 1, 1, 1, 'Tyrant\'s Belt'), +(1024344, 14839, 0, 1, 1, 1, 'Tyrant\'s Greaves'), +(1024344, 14840, 0, 1, 1, 1, 'Tyrant\'s Legplates'), +(1024344, 14841, 0, 1, 1, 1, 'Tyrant\'s Epaulets'), +(1024344, 14843, 0, 1, 1, 1, 'Tyrant\'s Helm'), +(1024344, 14905, 0, 1, 1, 1, 'Brutish Gauntlets'), +(1024344, 14906, 0, 1, 1, 1, 'Brutish Belt'), +(1024344, 14909, 0, 1, 1, 1, 'Brutish Shoulders'), +(1024344, 14910, 0, 1, 1, 1, 'Brutish Armguards'), +(1024344, 14911, 0, 1, 1, 1, 'Brutish Boots'), +(1024344, 14914, 0, 1, 1, 1, 'Jade Bracers'), +(1024344, 14918, 0, 1, 1, 1, 'Jade Belt'), +(1024344, 14939, 0, 1, 1, 1, 'Warbringer\'s Chestguard'), +(1024344, 14940, 0, 1, 1, 1, 'Warbringer\'s Sabatons '), +(1024344, 14941, 0, 1, 1, 1, 'Warbringer\'s Armsplints'), +(1024344, 14942, 0, 1, 1, 1, 'Warbringer\'s Gauntlets'), +(1024344, 14943, 0, 1, 1, 1, 'Warbringer\'s Belt'), +(1024344, 14944, 0, 1, 1, 1, 'Warbringer\'s Crown'), +(1024344, 14945, 0, 1, 1, 1, 'Warbringer\'s Legguards'), +(1024344, 14946, 0, 1, 1, 1, 'Warbringer\'s Spaulders'), +(1024344, 14947, 0, 1, 1, 1, 'Warbringer\'s Shield'), +(1024344, 14949, 0, 1, 1, 1, 'Bloodforged Gauntlets'), +(1024344, 14950, 0, 1, 1, 1, 'Bloodforged Belt'), +(1024344, 14951, 0, 1, 1, 1, 'Bloodforged Sabatons'), +(1024344, 14955, 0, 1, 1, 1, 'Bloodforged Shoulder Pads'), +(1024344, 14956, 0, 1, 1, 1, 'Bloodforged Bindings'), +(1024344, 15156, 0, 1, 1, 1, 'Nocturnal Cap'), +(1024344, 15159, 0, 1, 1, 1, 'Nocturnal Tunic'), +(1024344, 15161, 0, 1, 1, 1, 'Imposing Belt'), +(1024344, 15162, 0, 1, 1, 1, 'Imposing Boots'), +(1024344, 15163, 0, 1, 1, 1, 'Imposing Bracers'), +(1024344, 15164, 0, 1, 1, 1, 'Imposing Vest'), +(1024344, 15165, 0, 1, 1, 1, 'Imposing Cape'), +(1024344, 15166, 0, 1, 1, 1, 'Imposing Gloves'), +(1024344, 15168, 0, 1, 1, 1, 'Imposing Pants'), +(1024344, 15169, 0, 1, 1, 1, 'Imposing Shoulders'), +(1024344, 15172, 0, 1, 1, 1, 'Potent Bands'), +(1024344, 15173, 0, 1, 1, 1, 'Potent Cape'), +(1024344, 15178, 0, 1, 1, 1, 'Potent Belt'), +(1024344, 15215, 0, 1, 1, 1, 'Furious Falchion'), +(1024344, 15244, 0, 1, 1, 1, 'Razor Blade'), +(1024344, 15251, 0, 1, 1, 1, 'Headstriker Sword'), +(1024344, 15262, 0, 1, 1, 1, 'Greater Maul'), +(1024344, 15270, 0, 1, 1, 1, 'Gigantic War Axe'), +(1024344, 15287, 0, 1, 1, 1, 'Crusader Bow'), +(1024344, 15363, 0, 1, 1, 1, 'Trickster\'s Headdress'), +(1024344, 15369, 0, 1, 1, 1, 'Wolf Rider\'s Belt'), +(1024344, 15370, 0, 1, 1, 1, 'Wolf Rider\'s Boots'), +(1024344, 15372, 0, 1, 1, 1, 'Wolf Rider\'s Gloves'), +(1024344, 15373, 0, 1, 1, 1, 'Wolf Rider\'s Headgear'), +(1024344, 15374, 0, 1, 1, 1, 'Wolf Rider\'s Leggings'), +(1024344, 15375, 0, 1, 1, 1, 'Wolf Rider\'s Shoulder Pads'), +(1024344, 15376, 0, 1, 1, 1, 'Wolf Rider\'s Padded Armor'), +(1024344, 15377, 0, 1, 1, 1, 'Wolf Rider\'s Wristbands'), +(1024344, 15378, 0, 1, 1, 1, 'Rageclaw Belt'), +(1024344, 15380, 0, 1, 1, 1, 'Rageclaw Bracers'), +(1024344, 15382, 0, 1, 1, 1, 'Rageclaw Cloak'), +(1024344, 15591, 0, 1, 1, 1, 'Steadfast Breastplate'), +(1024344, 15592, 0, 1, 1, 1, 'Steadfast Buckler'), +(1024344, 15593, 0, 1, 1, 1, 'Steadfast Coronet'), +(1024344, 15597, 0, 1, 1, 1, 'Steadfast Shoulders'), +(1024344, 15599, 0, 1, 1, 1, 'Ancient Greaves'), +(1024344, 15600, 0, 1, 1, 1, 'Ancient Vambraces'), +(1024344, 15601, 0, 1, 1, 1, 'Ancient Chestpiece'), +(1024344, 15602, 0, 1, 1, 1, 'Ancient Crown'), +(1024344, 15604, 0, 1, 1, 1, 'Ancient Defender'), +(1024344, 15605, 0, 1, 1, 1, 'Ancient Gauntlets'), +(1024344, 15607, 0, 1, 1, 1, 'Ancient Legguards'), +(1024344, 15608, 0, 1, 1, 1, 'Ancient Pauldrons'), +(1024344, 15609, 0, 1, 1, 1, 'Bonelink Armor'), +(1024344, 15610, 0, 1, 1, 1, 'Bonelink Bracers'), +(1024344, 15611, 0, 1, 1, 1, 'Bonelink Cape'), +(1024344, 15612, 0, 1, 1, 1, 'Bonelink Gauntlets'), +(1024344, 15613, 0, 1, 1, 1, 'Bonelink Belt'), +(1024344, 15614, 0, 1, 1, 1, 'Bonelink Sabatons'), +(1024344, 15615, 0, 1, 1, 1, 'Bonelink Helmet'), +(1024344, 15616, 0, 1, 1, 1, 'Bonelink Legplates'), +(1024344, 15617, 0, 1, 1, 1, 'Bonelink Epaulets'), +(1024344, 15618, 0, 1, 1, 1, 'Bonelink Wall Shield'), +(1024344, 15620, 0, 1, 1, 1, 'Gryphon Mail Bracelets'), +(1024344, 15624, 0, 1, 1, 1, 'Gryphon Cloak'), +(1024344, 15625, 0, 1, 1, 1, 'Gryphon Mail Gauntlets'), +(1024344, 15626, 0, 1, 1, 1, 'Gryphon Mail Greaves'), +(1024344, 15632, 0, 1, 1, 1, 'Formidable Cape'), +(1024344, 15964, 0, 1, 1, 1, 'Silksand Star'), +(1024344, 15979, 0, 1, 1, 1, 'Embersilk Stave'), +(1024344, 15980, 0, 1, 1, 1, 'Darkmist Orb'), +(1024344, 15981, 0, 1, 1, 1, 'Lunar Sphere'), +(1024444, 1608, 0, 1, 1, 1, 'Skullcrusher Mace'), +(1024444, 1613, 0, 1, 1, 1, 'Spiritchaser Staff'), +(1024444, 1994, 0, 1, 1, 1, 'Ebonclaw Reaver'), +(1024444, 3187, 0, 1, 1, 1, 'Sacrificial Kris'), +(1024444, 3430, 0, 1, 1, 1, 'Sniper Rifle'), +(1024444, 4046, 0, 1, 1, 1, 'Mistscape Pants'), +(1024444, 4047, 0, 1, 1, 1, 'Mistscape Boots'), +(1024444, 4062, 0, 1, 1, 1, 'Imperial Leather Pants'), +(1024444, 4063, 0, 1, 1, 1, 'Imperial Leather Gloves'), +(1024444, 4069, 0, 1, 1, 1, 'Blackforge Buckler'), +(1024444, 4080, 0, 1, 1, 1, 'Blackforge Cowl'), +(1024444, 4082, 0, 1, 1, 1, 'Blackforge Breastplate'), +(1024444, 4083, 0, 1, 1, 1, 'Blackforge Gauntlets'), +(1024444, 4084, 0, 1, 1, 1, 'Blackforge Leggings'), +(1024444, 4088, 0, 1, 1, 1, 'Dreadblade'), +(1024444, 4733, 0, 1, 1, 1, 'Blackforge Pauldrons'), +(1024444, 4734, 0, 1, 1, 1, 'Mistscape Mantle'), +(1024444, 4737, 0, 1, 1, 1, 'Imperial Leather Spaulders'), +(1024444, 5216, 0, 1, 1, 1, 'Umbral Wand'), +(1024444, 6423, 0, 1, 1, 1, 'Blackforge Greaves'), +(1024444, 6425, 0, 1, 1, 1, 'Blackforge Girdle'), +(1024444, 6426, 0, 1, 1, 1, 'Blackforge Bracers'), +(1024444, 6427, 0, 1, 1, 1, 'Mistscape Robe'), +(1024444, 6428, 0, 1, 1, 1, 'Mistscape Gloves'), +(1024444, 6429, 0, 1, 1, 1, 'Mistscape Wizard Hat'), +(1024444, 6430, 0, 1, 1, 1, 'Imperial Leather Breastplate'), +(1024444, 6431, 0, 1, 1, 1, 'Imperial Leather Boots'), +(1024444, 6433, 0, 1, 1, 1, 'Imperial Leather Helm'), +(1024444, 7113, 0, 1, 1, 1, 'Mistscape Armor'), +(1024444, 7332, 0, 1, 1, 1, 'Regal Armor'), +(1024444, 7468, 0, 1, 1, 1, 'Regal Robe'), +(1024444, 7469, 0, 1, 1, 1, 'Regal Leggings'), +(1024444, 7477, 0, 1, 1, 1, 'Ranger Tunic'), +(1024444, 7478, 0, 1, 1, 1, 'Ranger Leggings'), +(1024444, 7486, 0, 1, 1, 1, 'Captain\'s Breastplate'), +(1024444, 7487, 0, 1, 1, 1, 'Captain\'s Leggings'), +(1024444, 7491, 0, 1, 1, 1, 'Captain\'s Shoulderguards'), +(1024444, 7495, 0, 1, 1, 1, 'Captain\'s Buckler'), +(1024444, 7496, 0, 1, 1, 1, 'Field Plate Shield'), +(1024444, 7519, 0, 1, 1, 1, 'Gossamer Pants'), +(1024444, 7520, 0, 1, 1, 1, 'Gossamer Headpiece'), +(1024444, 7521, 0, 1, 1, 1, 'Gossamer Gloves'), +(1024444, 7522, 0, 1, 1, 1, 'Gossamer Boots'), +(1024444, 7523, 0, 1, 1, 1, 'Gossamer Shoulderpads'), +(1024444, 7524, 0, 1, 1, 1, 'Gossamer Cape'), +(1024444, 7525, 0, 1, 1, 1, 'Gossamer Bracers'), +(1024444, 7526, 0, 1, 1, 1, 'Gossamer Belt'), +(1024444, 7529, 0, 1, 1, 1, 'Cabalist Helm'), +(1024444, 7530, 0, 1, 1, 1, 'Cabalist Gloves'), +(1024444, 7531, 0, 1, 1, 1, 'Cabalist Boots'), +(1024444, 7532, 0, 1, 1, 1, 'Cabalist Spaulders'), +(1024444, 7533, 0, 1, 1, 1, 'Cabalist Cloak'), +(1024444, 7534, 0, 1, 1, 1, 'Cabalist Bracers'), +(1024444, 7535, 0, 1, 1, 1, 'Cabalist Belt'), +(1024444, 7540, 0, 1, 1, 1, 'Champion\'s Helmet'), +(1024444, 7541, 0, 1, 1, 1, 'Champion\'s Gauntlets'), +(1024444, 7542, 0, 1, 1, 1, 'Champion\'s Greaves'), +(1024444, 7543, 0, 1, 1, 1, 'Champion\'s Pauldrons'), +(1024444, 7544, 0, 1, 1, 1, 'Champion\'s Cape'), +(1024444, 7545, 0, 1, 1, 1, 'Champion\'s Bracers'), +(1024444, 7546, 0, 1, 1, 1, 'Champion\'s Girdle'), +(1024444, 7552, 0, 1, 1, 1, 'Falcon\'s Hook'), +(1024444, 7555, 0, 1, 1, 1, 'Regal Star'), +(1024444, 7611, 0, 1, 1, 1, 'Mistscape Stave'), +(1024444, 8107, 0, 1, 1, 1, 'Hibernal Boots'), +(1024444, 8108, 0, 1, 1, 1, 'Hibernal Bracers'), +(1024444, 8109, 0, 1, 1, 1, 'Hibernal Cloak'), +(1024444, 8110, 0, 1, 1, 1, 'Hibernal Gloves'), +(1024444, 8114, 0, 1, 1, 1, 'Hibernal Sash'), +(1024444, 8116, 0, 1, 1, 1, 'Heraldic Belt'), +(1024444, 8117, 0, 1, 1, 1, 'Heraldic Boots'), +(1024444, 8118, 0, 1, 1, 1, 'Heraldic Bracers'), +(1024444, 8120, 0, 1, 1, 1, 'Heraldic Cloak'), +(1024444, 8121, 0, 1, 1, 1, 'Heraldic Gloves'), +(1024444, 8127, 0, 1, 1, 1, 'Myrmidon\'s Cape'), +(1024444, 8135, 0, 1, 1, 1, 'Chromite Shield'), +(1024444, 8137, 0, 1, 1, 1, 'Chromite Bracers'), +(1024444, 8138, 0, 1, 1, 1, 'Chromite Chestplate'), +(1024444, 8139, 0, 1, 1, 1, 'Chromite Gauntlets'), +(1024444, 8140, 0, 1, 1, 1, 'Chromite Girdle'), +(1024444, 8141, 0, 1, 1, 1, 'Chromite Greaves'), +(1024444, 8142, 0, 1, 1, 1, 'Chromite Barbute'), +(1024444, 8143, 0, 1, 1, 1, 'Chromite Legplates'), +(1024444, 8144, 0, 1, 1, 1, 'Chromite Pauldrons'), +(1024444, 8194, 0, 1, 1, 1, 'Goblin Nutcracker'), +(1024444, 8196, 0, 1, 1, 1, 'Ebon Scimitar'), +(1024444, 8199, 0, 1, 1, 1, 'Battlefield Destroyer'), +(1024444, 8273, 0, 1, 1, 1, 'Valorous Wristguards'), +(1024444, 8276, 0, 1, 1, 1, 'Valorous Gauntlets'), +(1024444, 8277, 0, 1, 1, 1, 'Valorous Girdle'), +(1024444, 8278, 0, 1, 1, 1, 'Valorous Greaves'), +(1024444, 9286, 0, 1, 1, 1, 'Field Plate Armor'), +(1024444, 9291, 0, 1, 1, 1, 'Field Plate Leggings'), +(1024444, 9874, 0, 1, 1, 1, 'Sorcerer Drape'), +(1024444, 9882, 0, 1, 1, 1, 'Sorcerer Sphere'), +(1024444, 9884, 0, 1, 1, 1, 'Sorcerer Robe'), +(1024444, 9887, 0, 1, 1, 1, 'Huntsman\'s Armor'), +(1024444, 9906, 0, 1, 1, 1, 'Royal Sash'), +(1024444, 9907, 0, 1, 1, 1, 'Royal Boots'), +(1024444, 9908, 0, 1, 1, 1, 'Royal Cape'), +(1024444, 9909, 0, 1, 1, 1, 'Royal Bands'), +(1024444, 9910, 0, 1, 1, 1, 'Royal Gloves'), +(1024444, 9911, 0, 1, 1, 1, 'Royal Trousers'), +(1024444, 9912, 0, 1, 1, 1, 'Royal Amice'), +(1024444, 9915, 0, 1, 1, 1, 'Royal Headband'), +(1024444, 9916, 0, 1, 1, 1, 'Tracker\'s Belt'), +(1024444, 9917, 0, 1, 1, 1, 'Tracker\'s Boots'), +(1024444, 9918, 0, 1, 1, 1, 'Brigade Defender'), +(1024444, 9919, 0, 1, 1, 1, 'Tracker\'s Cloak'), +(1024444, 9920, 0, 1, 1, 1, 'Tracker\'s Gloves'), +(1024444, 9921, 0, 1, 1, 1, 'Tracker\'s Headband'), +(1024444, 9922, 0, 1, 1, 1, 'Tracker\'s Leggings'), +(1024444, 9923, 0, 1, 1, 1, 'Tracker\'s Shoulderpads'), +(1024444, 9925, 0, 1, 1, 1, 'Tracker\'s Wristguards'), +(1024444, 9926, 0, 1, 1, 1, 'Brigade Boots'), +(1024444, 9928, 0, 1, 1, 1, 'Brigade Breastplate'), +(1024444, 9930, 0, 1, 1, 1, 'Brigade Gauntlets'), +(1024444, 9931, 0, 1, 1, 1, 'Brigade Girdle'), +(1024444, 9932, 0, 1, 1, 1, 'Brigade Circlet'), +(1024444, 9933, 0, 1, 1, 1, 'Brigade Leggings'), +(1024444, 9934, 0, 1, 1, 1, 'Brigade Pauldrons'), +(1024444, 9935, 0, 1, 1, 1, 'Embossed Plate Shield'), +(1024444, 9951, 0, 1, 1, 1, 'Chieftain\'s Cloak'), +(1024444, 9956, 0, 1, 1, 1, 'Warmonger\'s Bracers'), +(1024444, 9959, 0, 1, 1, 1, 'Warmonger\'s Cloak'), +(1024444, 9960, 0, 1, 1, 1, 'Warmonger\'s Gauntlets'), +(1024444, 9961, 0, 1, 1, 1, 'Warmonger\'s Belt'), +(1024444, 9966, 0, 1, 1, 1, 'Embossed Plate Armor'), +(1024444, 9967, 0, 1, 1, 1, 'Embossed Plate Gauntlets'), +(1024444, 9969, 0, 1, 1, 1, 'Embossed Plate Helmet'), +(1024444, 9970, 0, 1, 1, 1, 'Embossed Plate Leggings'), +(1024444, 9971, 0, 1, 1, 1, 'Embossed Plate Pauldrons'), +(1024444, 10087, 0, 1, 1, 1, 'Gothic Plate Gauntlets'), +(1024444, 10088, 0, 1, 1, 1, 'Gothic Plate Girdle'), +(1024444, 10089, 0, 1, 1, 1, 'Gothic Sabatons'), +(1024444, 10090, 0, 1, 1, 1, 'Gothic Plate Helmet'), +(1024444, 10091, 0, 1, 1, 1, 'Gothic Plate Leggings'), +(1024444, 10092, 0, 1, 1, 1, 'Gothic Plate Spaulders'), +(1024444, 10094, 0, 1, 1, 1, 'Gothic Plate Vambraces'), +(1024444, 11973, 0, 1, 1, 1, 'Hematite Link'), +(1024444, 11974, 0, 1, 1, 1, 'Aquamarine Ring'), +(1024444, 11987, 0, 1, 1, 1, 'Iridium Circle'), +(1024444, 11988, 0, 1, 1, 1, 'Tellurium Band'), +(1024444, 11999, 0, 1, 1, 1, 'Lodestone Hoop'), +(1024444, 12012, 0, 1, 1, 1, 'Marsh Ring'), +(1024444, 12023, 0, 1, 1, 1, 'Tellurium Necklace'), +(1024444, 12031, 0, 1, 1, 1, 'Lodestone Necklace'), +(1024444, 12043, 0, 1, 1, 1, 'Desert Choker'), +(1024444, 14237, 0, 1, 1, 1, 'Darkmist Armor'), +(1024444, 14242, 0, 1, 1, 1, 'Darkmist Pants'), +(1024444, 14243, 0, 1, 1, 1, 'Darkmist Mantle'), +(1024444, 14244, 0, 1, 1, 1, 'Darkmist Wraps'), +(1024444, 14246, 0, 1, 1, 1, 'Darkmist Wizard Hat'), +(1024444, 14247, 0, 1, 1, 1, 'Lunar Mantle'), +(1024444, 14249, 0, 1, 1, 1, 'Lunar Vest'), +(1024444, 14252, 0, 1, 1, 1, 'Lunar Coronet'), +(1024444, 14253, 0, 1, 1, 1, 'Lunar Handwraps'), +(1024444, 14254, 0, 1, 1, 1, 'Lunar Raiment'), +(1024444, 14257, 0, 1, 1, 1, 'Lunar Leggings'), +(1024444, 14258, 0, 1, 1, 1, 'Bloodwoven Cord'), +(1024444, 14259, 0, 1, 1, 1, 'Bloodwoven Boots'), +(1024444, 14260, 0, 1, 1, 1, 'Bloodwoven Bracers'), +(1024444, 14261, 0, 1, 1, 1, 'Bloodwoven Cloak'), +(1024444, 14262, 0, 1, 1, 1, 'Bloodwoven Mitts'), +(1024444, 14266, 0, 1, 1, 1, 'Bloodwoven Pads'), +(1024444, 14268, 0, 1, 1, 1, 'Gaea\'s Cuffs'), +(1024444, 14269, 0, 1, 1, 1, 'Gaea\'s Slippers'), +(1024444, 14270, 0, 1, 1, 1, 'Gaea\'s Cloak'), +(1024444, 14272, 0, 1, 1, 1, 'Gaea\'s Handwraps'), +(1024444, 14276, 0, 1, 1, 1, 'Gaea\'s Belt'), +(1024444, 14417, 0, 1, 1, 1, 'Silksand Tunic'), +(1024444, 14425, 0, 1, 1, 1, 'Silksand Wraps'), +(1024444, 14428, 0, 1, 1, 1, 'Windchaser Footpads'), +(1024444, 14429, 0, 1, 1, 1, 'Windchaser Cuffs'), +(1024444, 14431, 0, 1, 1, 1, 'Windchaser Handguards'), +(1024444, 14432, 0, 1, 1, 1, 'Windchaser Amice'), +(1024444, 14433, 0, 1, 1, 1, 'Windchaser Woolies'), +(1024444, 14435, 0, 1, 1, 1, 'Windchaser Cinch'), +(1024444, 14436, 0, 1, 1, 1, 'Windchaser Coronet'), +(1024444, 14439, 0, 1, 1, 1, 'Venomshroud Armguards'), +(1024444, 14440, 0, 1, 1, 1, 'Venomshroud Cape'), +(1024444, 14601, 0, 1, 1, 1, 'Warden\'s Wraps'), +(1024444, 14604, 0, 1, 1, 1, 'Warden\'s Wizard Hat'), +(1024444, 14605, 0, 1, 1, 1, 'Warden\'s Woolies'), +(1024444, 14652, 0, 1, 1, 1, 'Scorpashi Sash'), +(1024444, 14653, 0, 1, 1, 1, 'Scorpashi Slippers'), +(1024444, 14654, 0, 1, 1, 1, 'Scorpashi Wristbands'), +(1024444, 14656, 0, 1, 1, 1, 'Scorpashi Cape'), +(1024444, 14657, 0, 1, 1, 1, 'Scorpashi Gloves'), +(1024444, 14659, 0, 1, 1, 1, 'Scorpashi Leggings'), +(1024444, 14660, 0, 1, 1, 1, 'Scorpashi Shoulder Pads'), +(1024444, 14768, 0, 1, 1, 1, 'Ravager\'s Armor'), +(1024444, 14774, 0, 1, 1, 1, 'Ravager\'s Crown'), +(1024444, 14775, 0, 1, 1, 1, 'Ravager\'s Woolies'), +(1024444, 14776, 0, 1, 1, 1, 'Ravager\'s Mantle'), +(1024444, 14777, 0, 1, 1, 1, 'Ravager\'s Shield'), +(1024444, 14778, 0, 1, 1, 1, 'Khan\'s Bindings'), +(1024444, 14781, 0, 1, 1, 1, 'Khan\'s Cloak'), +(1024444, 14782, 0, 1, 1, 1, 'Khan\'s Gloves'), +(1024444, 14783, 0, 1, 1, 1, 'Khan\'s Belt'), +(1024444, 14784, 0, 1, 1, 1, 'Khan\'s Greaves'), +(1024444, 14786, 0, 1, 1, 1, 'Khan\'s Legguards'), +(1024444, 14787, 0, 1, 1, 1, 'Khan\'s Mantle'), +(1024444, 14821, 0, 1, 1, 1, 'Symbolic Breastplate'), +(1024444, 14825, 0, 1, 1, 1, 'Symbolic Crest'), +(1024444, 14831, 0, 1, 1, 1, 'Symbolic Crown'), +(1024444, 14833, 0, 1, 1, 1, 'Tyrant\'s Gauntlets'), +(1024444, 14834, 0, 1, 1, 1, 'Tyrant\'s Armguards'), +(1024444, 14838, 0, 1, 1, 1, 'Tyrant\'s Belt'), +(1024444, 14839, 0, 1, 1, 1, 'Tyrant\'s Greaves'), +(1024444, 14840, 0, 1, 1, 1, 'Tyrant\'s Legplates'), +(1024444, 14841, 0, 1, 1, 1, 'Tyrant\'s Epaulets'), +(1024444, 14843, 0, 1, 1, 1, 'Tyrant\'s Helm'), +(1024444, 14905, 0, 1, 1, 1, 'Brutish Gauntlets'), +(1024444, 14906, 0, 1, 1, 1, 'Brutish Belt'), +(1024444, 14909, 0, 1, 1, 1, 'Brutish Shoulders'), +(1024444, 14910, 0, 1, 1, 1, 'Brutish Armguards'), +(1024444, 14911, 0, 1, 1, 1, 'Brutish Boots'), +(1024444, 14914, 0, 1, 1, 1, 'Jade Bracers'), +(1024444, 14918, 0, 1, 1, 1, 'Jade Belt'), +(1024444, 14939, 0, 1, 1, 1, 'Warbringer\'s Chestguard'), +(1024444, 14940, 0, 1, 1, 1, 'Warbringer\'s Sabatons '), +(1024444, 14944, 0, 1, 1, 1, 'Warbringer\'s Crown'), +(1024444, 14945, 0, 1, 1, 1, 'Warbringer\'s Legguards'), +(1024444, 14946, 0, 1, 1, 1, 'Warbringer\'s Spaulders'), +(1024444, 14947, 0, 1, 1, 1, 'Warbringer\'s Shield'), +(1024444, 14949, 0, 1, 1, 1, 'Bloodforged Gauntlets'), +(1024444, 14950, 0, 1, 1, 1, 'Bloodforged Belt'), +(1024444, 14951, 0, 1, 1, 1, 'Bloodforged Sabatons'), +(1024444, 14955, 0, 1, 1, 1, 'Bloodforged Shoulder Pads'), +(1024444, 14956, 0, 1, 1, 1, 'Bloodforged Bindings'), +(1024444, 15156, 0, 1, 1, 1, 'Nocturnal Cap'), +(1024444, 15161, 0, 1, 1, 1, 'Imposing Belt'), +(1024444, 15162, 0, 1, 1, 1, 'Imposing Boots'), +(1024444, 15163, 0, 1, 1, 1, 'Imposing Bracers'), +(1024444, 15164, 0, 1, 1, 1, 'Imposing Vest'), +(1024444, 15166, 0, 1, 1, 1, 'Imposing Gloves'), +(1024444, 15168, 0, 1, 1, 1, 'Imposing Pants'), +(1024444, 15169, 0, 1, 1, 1, 'Imposing Shoulders'), +(1024444, 15172, 0, 1, 1, 1, 'Potent Bands'), +(1024444, 15173, 0, 1, 1, 1, 'Potent Cape'), +(1024444, 15178, 0, 1, 1, 1, 'Potent Belt'), +(1024444, 15215, 0, 1, 1, 1, 'Furious Falchion'), +(1024444, 15251, 0, 1, 1, 1, 'Headstriker Sword'), +(1024444, 15262, 0, 1, 1, 1, 'Greater Maul'), +(1024444, 15270, 0, 1, 1, 1, 'Gigantic War Axe'), +(1024444, 15287, 0, 1, 1, 1, 'Crusader Bow'), +(1024444, 15370, 0, 1, 1, 1, 'Wolf Rider\'s Boots'), +(1024444, 15372, 0, 1, 1, 1, 'Wolf Rider\'s Gloves'), +(1024444, 15373, 0, 1, 1, 1, 'Wolf Rider\'s Headgear'), +(1024444, 15374, 0, 1, 1, 1, 'Wolf Rider\'s Leggings'), +(1024444, 15375, 0, 1, 1, 1, 'Wolf Rider\'s Shoulder Pads'), +(1024444, 15376, 0, 1, 1, 1, 'Wolf Rider\'s Padded Armor'), +(1024444, 15378, 0, 1, 1, 1, 'Rageclaw Belt'), +(1024444, 15380, 0, 1, 1, 1, 'Rageclaw Bracers'), +(1024444, 15382, 0, 1, 1, 1, 'Rageclaw Cloak'), +(1024444, 15591, 0, 1, 1, 1, 'Steadfast Breastplate'), +(1024444, 15592, 0, 1, 1, 1, 'Steadfast Buckler'), +(1024444, 15599, 0, 1, 1, 1, 'Ancient Greaves'), +(1024444, 15601, 0, 1, 1, 1, 'Ancient Chestpiece'), +(1024444, 15602, 0, 1, 1, 1, 'Ancient Crown'), +(1024444, 15604, 0, 1, 1, 1, 'Ancient Defender'), +(1024444, 15607, 0, 1, 1, 1, 'Ancient Legguards'), +(1024444, 15608, 0, 1, 1, 1, 'Ancient Pauldrons'), +(1024444, 15609, 0, 1, 1, 1, 'Bonelink Armor'), +(1024444, 15610, 0, 1, 1, 1, 'Bonelink Bracers'), +(1024444, 15611, 0, 1, 1, 1, 'Bonelink Cape'), +(1024444, 15612, 0, 1, 1, 1, 'Bonelink Gauntlets'), +(1024444, 15614, 0, 1, 1, 1, 'Bonelink Sabatons'), +(1024444, 15615, 0, 1, 1, 1, 'Bonelink Helmet'), +(1024444, 15616, 0, 1, 1, 1, 'Bonelink Legplates'), +(1024444, 15617, 0, 1, 1, 1, 'Bonelink Epaulets'), +(1024444, 15618, 0, 1, 1, 1, 'Bonelink Wall Shield'), +(1024444, 15620, 0, 1, 1, 1, 'Gryphon Mail Bracelets'), +(1024444, 15624, 0, 1, 1, 1, 'Gryphon Cloak'), +(1024444, 15625, 0, 1, 1, 1, 'Gryphon Mail Gauntlets'), +(1024444, 15626, 0, 1, 1, 1, 'Gryphon Mail Greaves'), +(1024444, 15632, 0, 1, 1, 1, 'Formidable Cape'), +(1024444, 15964, 0, 1, 1, 1, 'Silksand Star'), +(1024444, 15980, 0, 1, 1, 1, 'Darkmist Orb'), +(1024444, 15981, 0, 1, 1, 1, 'Lunar Sphere'), +(1024445, 1608, 0, 1, 1, 1, 'Skullcrusher Mace'), +(1024445, 1613, 0, 1, 1, 1, 'Spiritchaser Staff'), +(1024445, 1994, 0, 1, 1, 1, 'Ebonclaw Reaver'), +(1024445, 3187, 0, 1, 1, 1, 'Sacrificial Kris'), +(1024445, 3208, 0, 1, 1, 1, 'Conk Hammer'), +(1024445, 3430, 0, 1, 1, 1, 'Sniper Rifle'), +(1024445, 4046, 0, 1, 1, 1, 'Mistscape Pants'), +(1024445, 4047, 0, 1, 1, 1, 'Mistscape Boots'), +(1024445, 4062, 0, 1, 1, 1, 'Imperial Leather Pants'), +(1024445, 4063, 0, 1, 1, 1, 'Imperial Leather Gloves'), +(1024445, 4069, 0, 1, 1, 1, 'Blackforge Buckler'), +(1024445, 4080, 0, 1, 1, 1, 'Blackforge Cowl'), +(1024445, 4082, 0, 1, 1, 1, 'Blackforge Breastplate'), +(1024445, 4083, 0, 1, 1, 1, 'Blackforge Gauntlets'), +(1024445, 4084, 0, 1, 1, 1, 'Blackforge Leggings'), +(1024445, 4088, 0, 1, 1, 1, 'Dreadblade'), +(1024445, 4089, 0, 1, 1, 1, 'Ricochet Blunderbuss'), +(1024445, 4733, 0, 1, 1, 1, 'Blackforge Pauldrons'), +(1024445, 4734, 0, 1, 1, 1, 'Mistscape Mantle'), +(1024445, 4737, 0, 1, 1, 1, 'Imperial Leather Spaulders'), +(1024445, 5216, 0, 1, 1, 1, 'Umbral Wand'), +(1024445, 6423, 0, 1, 1, 1, 'Blackforge Greaves'), +(1024445, 6425, 0, 1, 1, 1, 'Blackforge Girdle'), +(1024445, 6426, 0, 1, 1, 1, 'Blackforge Bracers'), +(1024445, 6427, 0, 1, 1, 1, 'Mistscape Robe'), +(1024445, 6428, 0, 1, 1, 1, 'Mistscape Gloves'), +(1024445, 6429, 0, 1, 1, 1, 'Mistscape Wizard Hat'), +(1024445, 6430, 0, 1, 1, 1, 'Imperial Leather Breastplate'), +(1024445, 6431, 0, 1, 1, 1, 'Imperial Leather Boots'), +(1024445, 6433, 0, 1, 1, 1, 'Imperial Leather Helm'), +(1024445, 7113, 0, 1, 1, 1, 'Mistscape Armor'), +(1024445, 7332, 0, 1, 1, 1, 'Regal Armor'), +(1024445, 7468, 0, 1, 1, 1, 'Regal Robe'), +(1024445, 7469, 0, 1, 1, 1, 'Regal Leggings'), +(1024445, 7477, 0, 1, 1, 1, 'Ranger Tunic'), +(1024445, 7478, 0, 1, 1, 1, 'Ranger Leggings'), +(1024445, 7486, 0, 1, 1, 1, 'Captain\'s Breastplate'), +(1024445, 7487, 0, 1, 1, 1, 'Captain\'s Leggings'), +(1024445, 7491, 0, 1, 1, 1, 'Captain\'s Shoulderguards'), +(1024445, 7495, 0, 1, 1, 1, 'Captain\'s Buckler'), +(1024445, 7496, 0, 1, 1, 1, 'Field Plate Shield'), +(1024445, 7519, 0, 1, 1, 1, 'Gossamer Pants'), +(1024445, 7520, 0, 1, 1, 1, 'Gossamer Headpiece'), +(1024445, 7521, 0, 1, 1, 1, 'Gossamer Gloves'), +(1024445, 7522, 0, 1, 1, 1, 'Gossamer Boots'), +(1024445, 7523, 0, 1, 1, 1, 'Gossamer Shoulderpads'), +(1024445, 7524, 0, 1, 1, 1, 'Gossamer Cape'), +(1024445, 7525, 0, 1, 1, 1, 'Gossamer Bracers'), +(1024445, 7526, 0, 1, 1, 1, 'Gossamer Belt'), +(1024445, 7528, 0, 1, 1, 1, 'Cabalist Leggings'), +(1024445, 7529, 0, 1, 1, 1, 'Cabalist Helm'), +(1024445, 7530, 0, 1, 1, 1, 'Cabalist Gloves'), +(1024445, 7531, 0, 1, 1, 1, 'Cabalist Boots'), +(1024445, 7532, 0, 1, 1, 1, 'Cabalist Spaulders'), +(1024445, 7533, 0, 1, 1, 1, 'Cabalist Cloak'), +(1024445, 7534, 0, 1, 1, 1, 'Cabalist Bracers'), +(1024445, 7535, 0, 1, 1, 1, 'Cabalist Belt'), +(1024445, 7536, 0, 1, 1, 1, 'Champion\'s Wall Shield'), +(1024445, 7538, 0, 1, 1, 1, 'Champion\'s Armor'), +(1024445, 7539, 0, 1, 1, 1, 'Champion\'s Leggings'), +(1024445, 7540, 0, 1, 1, 1, 'Champion\'s Helmet'), +(1024445, 7541, 0, 1, 1, 1, 'Champion\'s Gauntlets'), +(1024445, 7542, 0, 1, 1, 1, 'Champion\'s Greaves'), +(1024445, 7543, 0, 1, 1, 1, 'Champion\'s Pauldrons'), +(1024445, 7544, 0, 1, 1, 1, 'Champion\'s Cape'), +(1024445, 7545, 0, 1, 1, 1, 'Champion\'s Bracers'), +(1024445, 7546, 0, 1, 1, 1, 'Champion\'s Girdle'), +(1024445, 7552, 0, 1, 1, 1, 'Falcon\'s Hook'), +(1024445, 7553, 0, 1, 1, 1, 'Band of the Unicorn'), +(1024445, 7555, 0, 1, 1, 1, 'Regal Star'), +(1024445, 7611, 0, 1, 1, 1, 'Mistscape Stave'), +(1024445, 8107, 0, 1, 1, 1, 'Hibernal Boots'), +(1024445, 8108, 0, 1, 1, 1, 'Hibernal Bracers'), +(1024445, 8109, 0, 1, 1, 1, 'Hibernal Cloak'), +(1024445, 8110, 0, 1, 1, 1, 'Hibernal Gloves'), +(1024445, 8111, 0, 1, 1, 1, 'Hibernal Mantle'), +(1024445, 8114, 0, 1, 1, 1, 'Hibernal Sash'), +(1024445, 8115, 0, 1, 1, 1, 'Hibernal Cowl'), +(1024445, 8116, 0, 1, 1, 1, 'Heraldic Belt'), +(1024445, 8117, 0, 1, 1, 1, 'Heraldic Boots'), +(1024445, 8118, 0, 1, 1, 1, 'Heraldic Bracers'), +(1024445, 8120, 0, 1, 1, 1, 'Heraldic Cloak'), +(1024445, 8121, 0, 1, 1, 1, 'Heraldic Gloves'), +(1024445, 8122, 0, 1, 1, 1, 'Heraldic Headpiece'), +(1024445, 8124, 0, 1, 1, 1, 'Heraldic Spaulders'), +(1024445, 8125, 0, 1, 1, 1, 'Myrmidon\'s Bracers'), +(1024445, 8127, 0, 1, 1, 1, 'Myrmidon\'s Cape'), +(1024445, 8135, 0, 1, 1, 1, 'Chromite Shield'), +(1024445, 8137, 0, 1, 1, 1, 'Chromite Bracers'), +(1024445, 8138, 0, 1, 1, 1, 'Chromite Chestplate'), +(1024445, 8139, 0, 1, 1, 1, 'Chromite Gauntlets'), +(1024445, 8140, 0, 1, 1, 1, 'Chromite Girdle'), +(1024445, 8141, 0, 1, 1, 1, 'Chromite Greaves'), +(1024445, 8142, 0, 1, 1, 1, 'Chromite Barbute'), +(1024445, 8143, 0, 1, 1, 1, 'Chromite Legplates'), +(1024445, 8144, 0, 1, 1, 1, 'Chromite Pauldrons'), +(1024445, 8194, 0, 1, 1, 1, 'Goblin Nutcracker'), +(1024445, 8196, 0, 1, 1, 1, 'Ebon Scimitar'), +(1024445, 8199, 0, 1, 1, 1, 'Battlefield Destroyer'), +(1024445, 8273, 0, 1, 1, 1, 'Valorous Wristguards'), +(1024445, 8276, 0, 1, 1, 1, 'Valorous Gauntlets'), +(1024445, 8277, 0, 1, 1, 1, 'Valorous Girdle'), +(1024445, 8278, 0, 1, 1, 1, 'Valorous Greaves'), +(1024445, 8279, 0, 1, 1, 1, 'Valorous Helm'), +(1024445, 8281, 0, 1, 1, 1, 'Valorous Pauldrons'), +(1024445, 9286, 0, 1, 1, 1, 'Field Plate Armor'), +(1024445, 9291, 0, 1, 1, 1, 'Field Plate Leggings'), +(1024445, 9874, 0, 1, 1, 1, 'Sorcerer Drape'), +(1024445, 9882, 0, 1, 1, 1, 'Sorcerer Sphere'), +(1024445, 9884, 0, 1, 1, 1, 'Sorcerer Robe'), +(1024445, 9887, 0, 1, 1, 1, 'Huntsman\'s Armor'), +(1024445, 9905, 0, 1, 1, 1, 'Royal Blouse'), +(1024445, 9906, 0, 1, 1, 1, 'Royal Sash'), +(1024445, 9907, 0, 1, 1, 1, 'Royal Boots'), +(1024445, 9908, 0, 1, 1, 1, 'Royal Cape'), +(1024445, 9909, 0, 1, 1, 1, 'Royal Bands'), +(1024445, 9910, 0, 1, 1, 1, 'Royal Gloves'), +(1024445, 9911, 0, 1, 1, 1, 'Royal Trousers'), +(1024445, 9912, 0, 1, 1, 1, 'Royal Amice'), +(1024445, 9913, 0, 1, 1, 1, 'Royal Gown'), +(1024445, 9914, 0, 1, 1, 1, 'Royal Scepter'), +(1024445, 9915, 0, 1, 1, 1, 'Royal Headband'), +(1024445, 9916, 0, 1, 1, 1, 'Tracker\'s Belt'), +(1024445, 9917, 0, 1, 1, 1, 'Tracker\'s Boots'), +(1024445, 9918, 0, 1, 1, 1, 'Brigade Defender'), +(1024445, 9919, 0, 1, 1, 1, 'Tracker\'s Cloak'), +(1024445, 9920, 0, 1, 1, 1, 'Tracker\'s Gloves'), +(1024445, 9921, 0, 1, 1, 1, 'Tracker\'s Headband'), +(1024445, 9922, 0, 1, 1, 1, 'Tracker\'s Leggings'), +(1024445, 9923, 0, 1, 1, 1, 'Tracker\'s Shoulderpads'), +(1024445, 9924, 0, 1, 1, 1, 'Tracker\'s Tunic'), +(1024445, 9925, 0, 1, 1, 1, 'Tracker\'s Wristguards'), +(1024445, 9926, 0, 1, 1, 1, 'Brigade Boots'), +(1024445, 9928, 0, 1, 1, 1, 'Brigade Breastplate'), +(1024445, 9930, 0, 1, 1, 1, 'Brigade Gauntlets'), +(1024445, 9931, 0, 1, 1, 1, 'Brigade Girdle'), +(1024445, 9932, 0, 1, 1, 1, 'Brigade Circlet'), +(1024445, 9933, 0, 1, 1, 1, 'Brigade Leggings'), +(1024445, 9934, 0, 1, 1, 1, 'Brigade Pauldrons'), +(1024445, 9935, 0, 1, 1, 1, 'Embossed Plate Shield'), +(1024445, 9937, 0, 1, 1, 1, 'Abjurer\'s Bands'), +(1024445, 9938, 0, 1, 1, 1, 'Abjurer\'s Cloak'), +(1024445, 9945, 0, 1, 1, 1, 'Abjurer\'s Sash'), +(1024445, 9947, 0, 1, 1, 1, 'Chieftain\'s Belt'), +(1024445, 9949, 0, 1, 1, 1, 'Chieftain\'s Bracers'), +(1024445, 9951, 0, 1, 1, 1, 'Chieftain\'s Cloak'), +(1024445, 9956, 0, 1, 1, 1, 'Warmonger\'s Bracers'), +(1024445, 9959, 0, 1, 1, 1, 'Warmonger\'s Cloak'), +(1024445, 9960, 0, 1, 1, 1, 'Warmonger\'s Gauntlets'), +(1024445, 9961, 0, 1, 1, 1, 'Warmonger\'s Belt'), +(1024445, 9962, 0, 1, 1, 1, 'Warmonger\'s Greaves'), +(1024445, 9963, 0, 1, 1, 1, 'Warmonger\'s Circlet'), +(1024445, 9966, 0, 1, 1, 1, 'Embossed Plate Armor'), +(1024445, 9967, 0, 1, 1, 1, 'Embossed Plate Gauntlets'), +(1024445, 9969, 0, 1, 1, 1, 'Embossed Plate Helmet'), +(1024445, 9970, 0, 1, 1, 1, 'Embossed Plate Leggings'), +(1024445, 9971, 0, 1, 1, 1, 'Embossed Plate Pauldrons'), +(1024445, 10079, 0, 1, 1, 1, 'Lord\'s Cape'), +(1024445, 10087, 0, 1, 1, 1, 'Gothic Plate Gauntlets'), +(1024445, 10088, 0, 1, 1, 1, 'Gothic Plate Girdle'), +(1024445, 10089, 0, 1, 1, 1, 'Gothic Sabatons'), +(1024445, 10090, 0, 1, 1, 1, 'Gothic Plate Helmet'), +(1024445, 10091, 0, 1, 1, 1, 'Gothic Plate Leggings'), +(1024445, 10092, 0, 1, 1, 1, 'Gothic Plate Spaulders'), +(1024445, 10094, 0, 1, 1, 1, 'Gothic Plate Vambraces'), +(1024445, 10201, 0, 1, 1, 1, 'Overlord\'s Greaves'), +(1024445, 10202, 0, 1, 1, 1, 'Overlord\'s Vambraces'), +(1024445, 10206, 0, 1, 1, 1, 'Overlord\'s Girdle'), +(1024445, 11973, 0, 1, 1, 1, 'Hematite Link'), +(1024445, 11974, 0, 1, 1, 1, 'Aquamarine Ring'), +(1024445, 11987, 0, 1, 1, 1, 'Iridium Circle'), +(1024445, 11988, 0, 1, 1, 1, 'Tellurium Band'), +(1024445, 11999, 0, 1, 1, 1, 'Lodestone Hoop'), +(1024445, 12012, 0, 1, 1, 1, 'Marsh Ring'), +(1024445, 12023, 0, 1, 1, 1, 'Tellurium Necklace'), +(1024445, 12031, 0, 1, 1, 1, 'Lodestone Necklace'), +(1024445, 12032, 0, 1, 1, 1, 'Onyx Choker'), +(1024445, 12043, 0, 1, 1, 1, 'Desert Choker'), +(1024445, 14237, 0, 1, 1, 1, 'Darkmist Armor'), +(1024445, 14242, 0, 1, 1, 1, 'Darkmist Pants'), +(1024445, 14243, 0, 1, 1, 1, 'Darkmist Mantle'), +(1024445, 14244, 0, 1, 1, 1, 'Darkmist Wraps'), +(1024445, 14246, 0, 1, 1, 1, 'Darkmist Wizard Hat'), +(1024445, 14247, 0, 1, 1, 1, 'Lunar Mantle'), +(1024445, 14249, 0, 1, 1, 1, 'Lunar Vest'), +(1024445, 14252, 0, 1, 1, 1, 'Lunar Coronet'), +(1024445, 14253, 0, 1, 1, 1, 'Lunar Handwraps'), +(1024445, 14254, 0, 1, 1, 1, 'Lunar Raiment'), +(1024445, 14257, 0, 1, 1, 1, 'Lunar Leggings'), +(1024445, 14258, 0, 1, 1, 1, 'Bloodwoven Cord'), +(1024445, 14259, 0, 1, 1, 1, 'Bloodwoven Boots'), +(1024445, 14260, 0, 1, 1, 1, 'Bloodwoven Bracers'), +(1024445, 14261, 0, 1, 1, 1, 'Bloodwoven Cloak'), +(1024445, 14262, 0, 1, 1, 1, 'Bloodwoven Mitts'), +(1024445, 14263, 0, 1, 1, 1, 'Bloodwoven Mask'), +(1024445, 14264, 0, 1, 1, 1, 'Bloodwoven Pants'), +(1024445, 14266, 0, 1, 1, 1, 'Bloodwoven Pads'), +(1024445, 14268, 0, 1, 1, 1, 'Gaea\'s Cuffs'), +(1024445, 14269, 0, 1, 1, 1, 'Gaea\'s Slippers'), +(1024445, 14270, 0, 1, 1, 1, 'Gaea\'s Cloak'), +(1024445, 14272, 0, 1, 1, 1, 'Gaea\'s Handwraps'), +(1024445, 14273, 0, 1, 1, 1, 'Gaea\'s Amice'), +(1024445, 14276, 0, 1, 1, 1, 'Gaea\'s Belt'), +(1024445, 14280, 0, 1, 1, 1, 'Opulent Cape'), +(1024445, 14417, 0, 1, 1, 1, 'Silksand Tunic'), +(1024445, 14425, 0, 1, 1, 1, 'Silksand Wraps'), +(1024445, 14428, 0, 1, 1, 1, 'Windchaser Footpads'), +(1024445, 14429, 0, 1, 1, 1, 'Windchaser Cuffs'), +(1024445, 14431, 0, 1, 1, 1, 'Windchaser Handguards'), +(1024445, 14432, 0, 1, 1, 1, 'Windchaser Amice'), +(1024445, 14433, 0, 1, 1, 1, 'Windchaser Woolies'), +(1024445, 14435, 0, 1, 1, 1, 'Windchaser Cinch'), +(1024445, 14436, 0, 1, 1, 1, 'Windchaser Coronet'), +(1024445, 14438, 0, 1, 1, 1, 'Venomshroud Boots'), +(1024445, 14439, 0, 1, 1, 1, 'Venomshroud Armguards'), +(1024445, 14440, 0, 1, 1, 1, 'Venomshroud Cape'), +(1024445, 14446, 0, 1, 1, 1, 'Venomshroud Belt'), +(1024445, 14601, 0, 1, 1, 1, 'Warden\'s Wraps'), +(1024445, 14604, 0, 1, 1, 1, 'Warden\'s Wizard Hat'), +(1024445, 14605, 0, 1, 1, 1, 'Warden\'s Woolies'), +(1024445, 14652, 0, 1, 1, 1, 'Scorpashi Sash'), +(1024445, 14653, 0, 1, 1, 1, 'Scorpashi Slippers'), +(1024445, 14654, 0, 1, 1, 1, 'Scorpashi Wristbands'), +(1024445, 14656, 0, 1, 1, 1, 'Scorpashi Cape'), +(1024445, 14657, 0, 1, 1, 1, 'Scorpashi Gloves'), +(1024445, 14659, 0, 1, 1, 1, 'Scorpashi Leggings'), +(1024445, 14660, 0, 1, 1, 1, 'Scorpashi Shoulder Pads'), +(1024445, 14663, 0, 1, 1, 1, 'Keeper\'s Bindings'), +(1024445, 14665, 0, 1, 1, 1, 'Keeper\'s Cloak'), +(1024445, 14768, 0, 1, 1, 1, 'Ravager\'s Armor'), +(1024445, 14774, 0, 1, 1, 1, 'Ravager\'s Crown'), +(1024445, 14775, 0, 1, 1, 1, 'Ravager\'s Woolies'), +(1024445, 14776, 0, 1, 1, 1, 'Ravager\'s Mantle'), +(1024445, 14777, 0, 1, 1, 1, 'Ravager\'s Shield'), +(1024445, 14778, 0, 1, 1, 1, 'Khan\'s Bindings'), +(1024445, 14781, 0, 1, 1, 1, 'Khan\'s Cloak'), +(1024445, 14782, 0, 1, 1, 1, 'Khan\'s Gloves'), +(1024445, 14783, 0, 1, 1, 1, 'Khan\'s Belt'), +(1024445, 14784, 0, 1, 1, 1, 'Khan\'s Greaves'), +(1024445, 14785, 0, 1, 1, 1, 'Khan\'s Helmet'), +(1024445, 14786, 0, 1, 1, 1, 'Khan\'s Legguards'), +(1024445, 14787, 0, 1, 1, 1, 'Khan\'s Mantle'), +(1024445, 14791, 0, 1, 1, 1, 'Protector Cape'), +(1024445, 14821, 0, 1, 1, 1, 'Symbolic Breastplate'), +(1024445, 14825, 0, 1, 1, 1, 'Symbolic Crest'), +(1024445, 14831, 0, 1, 1, 1, 'Symbolic Crown'), +(1024445, 14833, 0, 1, 1, 1, 'Tyrant\'s Gauntlets'), +(1024445, 14834, 0, 1, 1, 1, 'Tyrant\'s Armguards'), +(1024445, 14835, 0, 1, 1, 1, 'Tyrant\'s Chestpiece'), +(1024445, 14838, 0, 1, 1, 1, 'Tyrant\'s Belt'), +(1024445, 14839, 0, 1, 1, 1, 'Tyrant\'s Greaves'), +(1024445, 14840, 0, 1, 1, 1, 'Tyrant\'s Legplates'), +(1024445, 14841, 0, 1, 1, 1, 'Tyrant\'s Epaulets'), +(1024445, 14842, 0, 1, 1, 1, 'Tyrant\'s Shield'), +(1024445, 14843, 0, 1, 1, 1, 'Tyrant\'s Helm'), +(1024445, 14853, 0, 1, 1, 1, 'Sunscale Wristguards'), +(1024445, 14905, 0, 1, 1, 1, 'Brutish Gauntlets'), +(1024445, 14906, 0, 1, 1, 1, 'Brutish Belt'), +(1024445, 14907, 0, 1, 1, 1, 'Brutish Helmet'), +(1024445, 14908, 0, 1, 1, 1, 'Brutish Legguards'), +(1024445, 14909, 0, 1, 1, 1, 'Brutish Shoulders'), +(1024445, 14910, 0, 1, 1, 1, 'Brutish Armguards'), +(1024445, 14911, 0, 1, 1, 1, 'Brutish Boots'), +(1024445, 14914, 0, 1, 1, 1, 'Jade Bracers'), +(1024445, 14917, 0, 1, 1, 1, 'Jade Gauntlets'), +(1024445, 14918, 0, 1, 1, 1, 'Jade Belt'), +(1024445, 14939, 0, 1, 1, 1, 'Warbringer\'s Chestguard'), +(1024445, 14940, 0, 1, 1, 1, 'Warbringer\'s Sabatons '), +(1024445, 14944, 0, 1, 1, 1, 'Warbringer\'s Crown'), +(1024445, 14945, 0, 1, 1, 1, 'Warbringer\'s Legguards'), +(1024445, 14946, 0, 1, 1, 1, 'Warbringer\'s Spaulders'), +(1024445, 14947, 0, 1, 1, 1, 'Warbringer\'s Shield'), +(1024445, 14949, 0, 1, 1, 1, 'Bloodforged Gauntlets'), +(1024445, 14950, 0, 1, 1, 1, 'Bloodforged Belt'), +(1024445, 14951, 0, 1, 1, 1, 'Bloodforged Sabatons'), +(1024445, 14955, 0, 1, 1, 1, 'Bloodforged Shoulder Pads'), +(1024445, 14956, 0, 1, 1, 1, 'Bloodforged Bindings'), +(1024445, 15156, 0, 1, 1, 1, 'Nocturnal Cap'), +(1024445, 15161, 0, 1, 1, 1, 'Imposing Belt'), +(1024445, 15162, 0, 1, 1, 1, 'Imposing Boots'), +(1024445, 15163, 0, 1, 1, 1, 'Imposing Bracers'), +(1024445, 15164, 0, 1, 1, 1, 'Imposing Vest'), +(1024445, 15166, 0, 1, 1, 1, 'Imposing Gloves'), +(1024445, 15167, 0, 1, 1, 1, 'Imposing Bandana'), +(1024445, 15168, 0, 1, 1, 1, 'Imposing Pants'), +(1024445, 15169, 0, 1, 1, 1, 'Imposing Shoulders'), +(1024445, 15172, 0, 1, 1, 1, 'Potent Bands'), +(1024445, 15173, 0, 1, 1, 1, 'Potent Cape'), +(1024445, 15178, 0, 1, 1, 1, 'Potent Belt'), +(1024445, 15215, 0, 1, 1, 1, 'Furious Falchion'), +(1024445, 15235, 0, 1, 1, 1, 'Crescent Edge'), +(1024445, 15251, 0, 1, 1, 1, 'Headstriker Sword'), +(1024445, 15262, 0, 1, 1, 1, 'Greater Maul'), +(1024445, 15270, 0, 1, 1, 1, 'Gigantic War Axe'), +(1024445, 15287, 0, 1, 1, 1, 'Crusader Bow'), +(1024445, 15370, 0, 1, 1, 1, 'Wolf Rider\'s Boots'), +(1024445, 15372, 0, 1, 1, 1, 'Wolf Rider\'s Gloves'), +(1024445, 15373, 0, 1, 1, 1, 'Wolf Rider\'s Headgear'), +(1024445, 15374, 0, 1, 1, 1, 'Wolf Rider\'s Leggings'), +(1024445, 15375, 0, 1, 1, 1, 'Wolf Rider\'s Shoulder Pads'), +(1024445, 15376, 0, 1, 1, 1, 'Wolf Rider\'s Padded Armor'), +(1024445, 15378, 0, 1, 1, 1, 'Rageclaw Belt'), +(1024445, 15379, 0, 1, 1, 1, 'Rageclaw Boots'), +(1024445, 15380, 0, 1, 1, 1, 'Rageclaw Bracers'), +(1024445, 15382, 0, 1, 1, 1, 'Rageclaw Cloak'), +(1024445, 15383, 0, 1, 1, 1, 'Rageclaw Gloves'), +(1024445, 15386, 0, 1, 1, 1, 'Rageclaw Shoulder Pads'), +(1024445, 15591, 0, 1, 1, 1, 'Steadfast Breastplate'), +(1024445, 15592, 0, 1, 1, 1, 'Steadfast Buckler'), +(1024445, 15599, 0, 1, 1, 1, 'Ancient Greaves'), +(1024445, 15601, 0, 1, 1, 1, 'Ancient Chestpiece'), +(1024445, 15602, 0, 1, 1, 1, 'Ancient Crown'), +(1024445, 15604, 0, 1, 1, 1, 'Ancient Defender'), +(1024445, 15607, 0, 1, 1, 1, 'Ancient Legguards'), +(1024445, 15608, 0, 1, 1, 1, 'Ancient Pauldrons'), +(1024445, 15609, 0, 1, 1, 1, 'Bonelink Armor'), +(1024445, 15610, 0, 1, 1, 1, 'Bonelink Bracers'), +(1024445, 15611, 0, 1, 1, 1, 'Bonelink Cape'), +(1024445, 15612, 0, 1, 1, 1, 'Bonelink Gauntlets'), +(1024445, 15614, 0, 1, 1, 1, 'Bonelink Sabatons'), +(1024445, 15615, 0, 1, 1, 1, 'Bonelink Helmet'), +(1024445, 15616, 0, 1, 1, 1, 'Bonelink Legplates'), +(1024445, 15617, 0, 1, 1, 1, 'Bonelink Epaulets'), +(1024445, 15618, 0, 1, 1, 1, 'Bonelink Wall Shield'), +(1024445, 15619, 0, 1, 1, 1, 'Gryphon Mail Belt'), +(1024445, 15620, 0, 1, 1, 1, 'Gryphon Mail Bracelets'), +(1024445, 15624, 0, 1, 1, 1, 'Gryphon Cloak'), +(1024445, 15625, 0, 1, 1, 1, 'Gryphon Mail Gauntlets'), +(1024445, 15626, 0, 1, 1, 1, 'Gryphon Mail Greaves'), +(1024445, 15628, 0, 1, 1, 1, 'Gryphon Mail Pauldrons'), +(1024445, 15629, 0, 1, 1, 1, 'Formidable Bracers'), +(1024445, 15632, 0, 1, 1, 1, 'Formidable Cape'), +(1024445, 15635, 0, 1, 1, 1, 'Formidable Gauntlets'), +(1024445, 15964, 0, 1, 1, 1, 'Silksand Star'), +(1024445, 15980, 0, 1, 1, 1, 'Darkmist Orb'), +(1024445, 15981, 0, 1, 1, 1, 'Lunar Sphere'), +(1024545, 1608, 0, 1, 1, 1, 'Skullcrusher Mace'), +(1024545, 1613, 0, 1, 1, 1, 'Spiritchaser Staff'), +(1024545, 1994, 0, 1, 1, 1, 'Ebonclaw Reaver'), +(1024545, 3187, 0, 1, 1, 1, 'Sacrificial Kris'), +(1024545, 3208, 0, 1, 1, 1, 'Conk Hammer'), +(1024545, 3430, 0, 1, 1, 1, 'Sniper Rifle'), +(1024545, 4046, 0, 1, 1, 1, 'Mistscape Pants'), +(1024545, 4062, 0, 1, 1, 1, 'Imperial Leather Pants'), +(1024545, 4069, 0, 1, 1, 1, 'Blackforge Buckler'), +(1024545, 4080, 0, 1, 1, 1, 'Blackforge Cowl'), +(1024545, 4082, 0, 1, 1, 1, 'Blackforge Breastplate'), +(1024545, 4083, 0, 1, 1, 1, 'Blackforge Gauntlets'), +(1024545, 4084, 0, 1, 1, 1, 'Blackforge Leggings'), +(1024545, 4088, 0, 1, 1, 1, 'Dreadblade'), +(1024545, 4089, 0, 1, 1, 1, 'Ricochet Blunderbuss'), +(1024545, 4733, 0, 1, 1, 1, 'Blackforge Pauldrons'), +(1024545, 4737, 0, 1, 1, 1, 'Imperial Leather Spaulders'), +(1024545, 5216, 0, 1, 1, 1, 'Umbral Wand'), +(1024545, 6423, 0, 1, 1, 1, 'Blackforge Greaves'), +(1024545, 6425, 0, 1, 1, 1, 'Blackforge Girdle'), +(1024545, 6427, 0, 1, 1, 1, 'Mistscape Robe'), +(1024545, 6429, 0, 1, 1, 1, 'Mistscape Wizard Hat'), +(1024545, 6430, 0, 1, 1, 1, 'Imperial Leather Breastplate'), +(1024545, 7113, 0, 1, 1, 1, 'Mistscape Armor'), +(1024545, 7332, 0, 1, 1, 1, 'Regal Armor'), +(1024545, 7468, 0, 1, 1, 1, 'Regal Robe'), +(1024545, 7469, 0, 1, 1, 1, 'Regal Leggings'), +(1024545, 7477, 0, 1, 1, 1, 'Ranger Tunic'), +(1024545, 7486, 0, 1, 1, 1, 'Captain\'s Breastplate'), +(1024545, 7495, 0, 1, 1, 1, 'Captain\'s Buckler'), +(1024545, 7519, 0, 1, 1, 1, 'Gossamer Pants'), +(1024545, 7520, 0, 1, 1, 1, 'Gossamer Headpiece'), +(1024545, 7521, 0, 1, 1, 1, 'Gossamer Gloves'), +(1024545, 7522, 0, 1, 1, 1, 'Gossamer Boots'), +(1024545, 7523, 0, 1, 1, 1, 'Gossamer Shoulderpads'), +(1024545, 7524, 0, 1, 1, 1, 'Gossamer Cape'), +(1024545, 7525, 0, 1, 1, 1, 'Gossamer Bracers'), +(1024545, 7526, 0, 1, 1, 1, 'Gossamer Belt'), +(1024545, 7528, 0, 1, 1, 1, 'Cabalist Leggings'), +(1024545, 7529, 0, 1, 1, 1, 'Cabalist Helm'), +(1024545, 7530, 0, 1, 1, 1, 'Cabalist Gloves'), +(1024545, 7531, 0, 1, 1, 1, 'Cabalist Boots'), +(1024545, 7532, 0, 1, 1, 1, 'Cabalist Spaulders'), +(1024545, 7533, 0, 1, 1, 1, 'Cabalist Cloak'), +(1024545, 7534, 0, 1, 1, 1, 'Cabalist Bracers'), +(1024545, 7535, 0, 1, 1, 1, 'Cabalist Belt'), +(1024545, 7536, 0, 1, 1, 1, 'Champion\'s Wall Shield'), +(1024545, 7538, 0, 1, 1, 1, 'Champion\'s Armor'), +(1024545, 7539, 0, 1, 1, 1, 'Champion\'s Leggings'), +(1024545, 7540, 0, 1, 1, 1, 'Champion\'s Helmet'), +(1024545, 7541, 0, 1, 1, 1, 'Champion\'s Gauntlets'), +(1024545, 7542, 0, 1, 1, 1, 'Champion\'s Greaves'), +(1024545, 7543, 0, 1, 1, 1, 'Champion\'s Pauldrons'), +(1024545, 7544, 0, 1, 1, 1, 'Champion\'s Cape'), +(1024545, 7545, 0, 1, 1, 1, 'Champion\'s Bracers'), +(1024545, 7546, 0, 1, 1, 1, 'Champion\'s Girdle'), +(1024545, 7552, 0, 1, 1, 1, 'Falcon\'s Hook'), +(1024545, 7553, 0, 1, 1, 1, 'Band of the Unicorn'), +(1024545, 7555, 0, 1, 1, 1, 'Regal Star'), +(1024545, 7611, 0, 1, 1, 1, 'Mistscape Stave'), +(1024545, 8107, 0, 1, 1, 1, 'Hibernal Boots'), +(1024545, 8108, 0, 1, 1, 1, 'Hibernal Bracers'), +(1024545, 8109, 0, 1, 1, 1, 'Hibernal Cloak'), +(1024545, 8110, 0, 1, 1, 1, 'Hibernal Gloves'), +(1024545, 8111, 0, 1, 1, 1, 'Hibernal Mantle'), +(1024545, 8114, 0, 1, 1, 1, 'Hibernal Sash'), +(1024545, 8115, 0, 1, 1, 1, 'Hibernal Cowl'), +(1024545, 8116, 0, 1, 1, 1, 'Heraldic Belt'), +(1024545, 8117, 0, 1, 1, 1, 'Heraldic Boots'), +(1024545, 8118, 0, 1, 1, 1, 'Heraldic Bracers'), +(1024545, 8120, 0, 1, 1, 1, 'Heraldic Cloak'), +(1024545, 8121, 0, 1, 1, 1, 'Heraldic Gloves'), +(1024545, 8122, 0, 1, 1, 1, 'Heraldic Headpiece'), +(1024545, 8124, 0, 1, 1, 1, 'Heraldic Spaulders'), +(1024545, 8125, 0, 1, 1, 1, 'Myrmidon\'s Bracers'), +(1024545, 8127, 0, 1, 1, 1, 'Myrmidon\'s Cape'), +(1024545, 8135, 0, 1, 1, 1, 'Chromite Shield'), +(1024545, 8138, 0, 1, 1, 1, 'Chromite Chestplate'), +(1024545, 8139, 0, 1, 1, 1, 'Chromite Gauntlets'), +(1024545, 8141, 0, 1, 1, 1, 'Chromite Greaves'), +(1024545, 8142, 0, 1, 1, 1, 'Chromite Barbute'), +(1024545, 8143, 0, 1, 1, 1, 'Chromite Legplates'), +(1024545, 8144, 0, 1, 1, 1, 'Chromite Pauldrons'), +(1024545, 8199, 0, 1, 1, 1, 'Battlefield Destroyer'), +(1024545, 8273, 0, 1, 1, 1, 'Valorous Wristguards'), +(1024545, 8276, 0, 1, 1, 1, 'Valorous Gauntlets'), +(1024545, 8277, 0, 1, 1, 1, 'Valorous Girdle'), +(1024545, 8278, 0, 1, 1, 1, 'Valorous Greaves'), +(1024545, 8279, 0, 1, 1, 1, 'Valorous Helm'), +(1024545, 8281, 0, 1, 1, 1, 'Valorous Pauldrons'), +(1024545, 9286, 0, 1, 1, 1, 'Field Plate Armor'), +(1024545, 9905, 0, 1, 1, 1, 'Royal Blouse'), +(1024545, 9906, 0, 1, 1, 1, 'Royal Sash'), +(1024545, 9907, 0, 1, 1, 1, 'Royal Boots'), +(1024545, 9910, 0, 1, 1, 1, 'Royal Gloves'), +(1024545, 9911, 0, 1, 1, 1, 'Royal Trousers'), +(1024545, 9912, 0, 1, 1, 1, 'Royal Amice'), +(1024545, 9913, 0, 1, 1, 1, 'Royal Gown'), +(1024545, 9914, 0, 1, 1, 1, 'Royal Scepter'), +(1024545, 9915, 0, 1, 1, 1, 'Royal Headband'), +(1024545, 9916, 0, 1, 1, 1, 'Tracker\'s Belt'), +(1024545, 9917, 0, 1, 1, 1, 'Tracker\'s Boots'), +(1024545, 9918, 0, 1, 1, 1, 'Brigade Defender'), +(1024545, 9920, 0, 1, 1, 1, 'Tracker\'s Gloves'), +(1024545, 9921, 0, 1, 1, 1, 'Tracker\'s Headband'), +(1024545, 9922, 0, 1, 1, 1, 'Tracker\'s Leggings'), +(1024545, 9923, 0, 1, 1, 1, 'Tracker\'s Shoulderpads'), +(1024545, 9924, 0, 1, 1, 1, 'Tracker\'s Tunic'), +(1024545, 9925, 0, 1, 1, 1, 'Tracker\'s Wristguards'), +(1024545, 9928, 0, 1, 1, 1, 'Brigade Breastplate'), +(1024545, 9932, 0, 1, 1, 1, 'Brigade Circlet'), +(1024545, 9933, 0, 1, 1, 1, 'Brigade Leggings'), +(1024545, 9934, 0, 1, 1, 1, 'Brigade Pauldrons'), +(1024545, 9935, 0, 1, 1, 1, 'Embossed Plate Shield'), +(1024545, 9937, 0, 1, 1, 1, 'Abjurer\'s Bands'), +(1024545, 9938, 0, 1, 1, 1, 'Abjurer\'s Cloak'), +(1024545, 9945, 0, 1, 1, 1, 'Abjurer\'s Sash'), +(1024545, 9947, 0, 1, 1, 1, 'Chieftain\'s Belt'), +(1024545, 9949, 0, 1, 1, 1, 'Chieftain\'s Bracers'), +(1024545, 9951, 0, 1, 1, 1, 'Chieftain\'s Cloak'), +(1024545, 9956, 0, 1, 1, 1, 'Warmonger\'s Bracers'), +(1024545, 9959, 0, 1, 1, 1, 'Warmonger\'s Cloak'), +(1024545, 9960, 0, 1, 1, 1, 'Warmonger\'s Gauntlets'), +(1024545, 9961, 0, 1, 1, 1, 'Warmonger\'s Belt'), +(1024545, 9962, 0, 1, 1, 1, 'Warmonger\'s Greaves'), +(1024545, 9963, 0, 1, 1, 1, 'Warmonger\'s Circlet'), +(1024545, 9966, 0, 1, 1, 1, 'Embossed Plate Armor'), +(1024545, 9970, 0, 1, 1, 1, 'Embossed Plate Leggings'), +(1024545, 10079, 0, 1, 1, 1, 'Lord\'s Cape'), +(1024545, 10087, 0, 1, 1, 1, 'Gothic Plate Gauntlets'), +(1024545, 10088, 0, 1, 1, 1, 'Gothic Plate Girdle'), +(1024545, 10089, 0, 1, 1, 1, 'Gothic Sabatons'), +(1024545, 10090, 0, 1, 1, 1, 'Gothic Plate Helmet'), +(1024545, 10091, 0, 1, 1, 1, 'Gothic Plate Leggings'), +(1024545, 10092, 0, 1, 1, 1, 'Gothic Plate Spaulders'), +(1024545, 10094, 0, 1, 1, 1, 'Gothic Plate Vambraces'), +(1024545, 10201, 0, 1, 1, 1, 'Overlord\'s Greaves'), +(1024545, 10202, 0, 1, 1, 1, 'Overlord\'s Vambraces'), +(1024545, 10206, 0, 1, 1, 1, 'Overlord\'s Girdle'), +(1024545, 11974, 0, 1, 1, 1, 'Aquamarine Ring'), +(1024545, 11988, 0, 1, 1, 1, 'Tellurium Band'), +(1024545, 11999, 0, 1, 1, 1, 'Lodestone Hoop'), +(1024545, 12012, 0, 1, 1, 1, 'Marsh Ring'), +(1024545, 12023, 0, 1, 1, 1, 'Tellurium Necklace'), +(1024545, 12031, 0, 1, 1, 1, 'Lodestone Necklace'), +(1024545, 12032, 0, 1, 1, 1, 'Onyx Choker'), +(1024545, 12043, 0, 1, 1, 1, 'Desert Choker'), +(1024545, 14237, 0, 1, 1, 1, 'Darkmist Armor'), +(1024545, 14244, 0, 1, 1, 1, 'Darkmist Wraps'), +(1024545, 14246, 0, 1, 1, 1, 'Darkmist Wizard Hat'), +(1024545, 14247, 0, 1, 1, 1, 'Lunar Mantle'), +(1024545, 14249, 0, 1, 1, 1, 'Lunar Vest'), +(1024545, 14252, 0, 1, 1, 1, 'Lunar Coronet'), +(1024545, 14254, 0, 1, 1, 1, 'Lunar Raiment'), +(1024545, 14257, 0, 1, 1, 1, 'Lunar Leggings'), +(1024545, 14258, 0, 1, 1, 1, 'Bloodwoven Cord'), +(1024545, 14259, 0, 1, 1, 1, 'Bloodwoven Boots'), +(1024545, 14260, 0, 1, 1, 1, 'Bloodwoven Bracers'), +(1024545, 14262, 0, 1, 1, 1, 'Bloodwoven Mitts'), +(1024545, 14263, 0, 1, 1, 1, 'Bloodwoven Mask'), +(1024545, 14264, 0, 1, 1, 1, 'Bloodwoven Pants'), +(1024545, 14266, 0, 1, 1, 1, 'Bloodwoven Pads'), +(1024545, 14268, 0, 1, 1, 1, 'Gaea\'s Cuffs'), +(1024545, 14269, 0, 1, 1, 1, 'Gaea\'s Slippers'), +(1024545, 14270, 0, 1, 1, 1, 'Gaea\'s Cloak'), +(1024545, 14272, 0, 1, 1, 1, 'Gaea\'s Handwraps'), +(1024545, 14273, 0, 1, 1, 1, 'Gaea\'s Amice'), +(1024545, 14276, 0, 1, 1, 1, 'Gaea\'s Belt'), +(1024545, 14280, 0, 1, 1, 1, 'Opulent Cape'), +(1024545, 14417, 0, 1, 1, 1, 'Silksand Tunic'), +(1024545, 14425, 0, 1, 1, 1, 'Silksand Wraps'), +(1024545, 14428, 0, 1, 1, 1, 'Windchaser Footpads'), +(1024545, 14431, 0, 1, 1, 1, 'Windchaser Handguards'), +(1024545, 14432, 0, 1, 1, 1, 'Windchaser Amice'), +(1024545, 14433, 0, 1, 1, 1, 'Windchaser Woolies'), +(1024545, 14436, 0, 1, 1, 1, 'Windchaser Coronet'), +(1024545, 14438, 0, 1, 1, 1, 'Venomshroud Boots'), +(1024545, 14439, 0, 1, 1, 1, 'Venomshroud Armguards'), +(1024545, 14440, 0, 1, 1, 1, 'Venomshroud Cape'), +(1024545, 14446, 0, 1, 1, 1, 'Venomshroud Belt'), +(1024545, 14601, 0, 1, 1, 1, 'Warden\'s Wraps'), +(1024545, 14604, 0, 1, 1, 1, 'Warden\'s Wizard Hat'), +(1024545, 14652, 0, 1, 1, 1, 'Scorpashi Sash'), +(1024545, 14653, 0, 1, 1, 1, 'Scorpashi Slippers'), +(1024545, 14654, 0, 1, 1, 1, 'Scorpashi Wristbands'), +(1024545, 14656, 0, 1, 1, 1, 'Scorpashi Cape'), +(1024545, 14657, 0, 1, 1, 1, 'Scorpashi Gloves'), +(1024545, 14659, 0, 1, 1, 1, 'Scorpashi Leggings'), +(1024545, 14660, 0, 1, 1, 1, 'Scorpashi Shoulder Pads'), +(1024545, 14663, 0, 1, 1, 1, 'Keeper\'s Bindings'), +(1024545, 14665, 0, 1, 1, 1, 'Keeper\'s Cloak'), +(1024545, 14768, 0, 1, 1, 1, 'Ravager\'s Armor'), +(1024545, 14777, 0, 1, 1, 1, 'Ravager\'s Shield'), +(1024545, 14778, 0, 1, 1, 1, 'Khan\'s Bindings'), +(1024545, 14781, 0, 1, 1, 1, 'Khan\'s Cloak'), +(1024545, 14782, 0, 1, 1, 1, 'Khan\'s Gloves'), +(1024545, 14783, 0, 1, 1, 1, 'Khan\'s Belt'), +(1024545, 14784, 0, 1, 1, 1, 'Khan\'s Greaves'), +(1024545, 14785, 0, 1, 1, 1, 'Khan\'s Helmet'), +(1024545, 14786, 0, 1, 1, 1, 'Khan\'s Legguards'), +(1024545, 14787, 0, 1, 1, 1, 'Khan\'s Mantle'), +(1024545, 14791, 0, 1, 1, 1, 'Protector Cape'), +(1024545, 14833, 0, 1, 1, 1, 'Tyrant\'s Gauntlets'), +(1024545, 14835, 0, 1, 1, 1, 'Tyrant\'s Chestpiece'), +(1024545, 14839, 0, 1, 1, 1, 'Tyrant\'s Greaves'), +(1024545, 14840, 0, 1, 1, 1, 'Tyrant\'s Legplates'), +(1024545, 14841, 0, 1, 1, 1, 'Tyrant\'s Epaulets'), +(1024545, 14842, 0, 1, 1, 1, 'Tyrant\'s Shield'), +(1024545, 14843, 0, 1, 1, 1, 'Tyrant\'s Helm'), +(1024545, 14853, 0, 1, 1, 1, 'Sunscale Wristguards'), +(1024545, 14905, 0, 1, 1, 1, 'Brutish Gauntlets'), +(1024545, 14906, 0, 1, 1, 1, 'Brutish Belt'), +(1024545, 14907, 0, 1, 1, 1, 'Brutish Helmet'), +(1024545, 14908, 0, 1, 1, 1, 'Brutish Legguards'), +(1024545, 14909, 0, 1, 1, 1, 'Brutish Shoulders'), +(1024545, 14910, 0, 1, 1, 1, 'Brutish Armguards'), +(1024545, 14911, 0, 1, 1, 1, 'Brutish Boots'), +(1024545, 14914, 0, 1, 1, 1, 'Jade Bracers'), +(1024545, 14917, 0, 1, 1, 1, 'Jade Gauntlets'), +(1024545, 14918, 0, 1, 1, 1, 'Jade Belt'), +(1024545, 14939, 0, 1, 1, 1, 'Warbringer\'s Chestguard'), +(1024545, 14944, 0, 1, 1, 1, 'Warbringer\'s Crown'), +(1024545, 14945, 0, 1, 1, 1, 'Warbringer\'s Legguards'), +(1024545, 14947, 0, 1, 1, 1, 'Warbringer\'s Shield'), +(1024545, 14949, 0, 1, 1, 1, 'Bloodforged Gauntlets'), +(1024545, 14950, 0, 1, 1, 1, 'Bloodforged Belt'), +(1024545, 14951, 0, 1, 1, 1, 'Bloodforged Sabatons'), +(1024545, 14955, 0, 1, 1, 1, 'Bloodforged Shoulder Pads'), +(1024545, 14956, 0, 1, 1, 1, 'Bloodforged Bindings'), +(1024545, 15162, 0, 1, 1, 1, 'Imposing Boots'), +(1024545, 15164, 0, 1, 1, 1, 'Imposing Vest'), +(1024545, 15166, 0, 1, 1, 1, 'Imposing Gloves'), +(1024545, 15167, 0, 1, 1, 1, 'Imposing Bandana'), +(1024545, 15168, 0, 1, 1, 1, 'Imposing Pants'), +(1024545, 15169, 0, 1, 1, 1, 'Imposing Shoulders'), +(1024545, 15172, 0, 1, 1, 1, 'Potent Bands'), +(1024545, 15173, 0, 1, 1, 1, 'Potent Cape'), +(1024545, 15178, 0, 1, 1, 1, 'Potent Belt'), +(1024545, 15215, 0, 1, 1, 1, 'Furious Falchion'), +(1024545, 15235, 0, 1, 1, 1, 'Crescent Edge'), +(1024545, 15262, 0, 1, 1, 1, 'Greater Maul'), +(1024545, 15270, 0, 1, 1, 1, 'Gigantic War Axe'), +(1024545, 15287, 0, 1, 1, 1, 'Crusader Bow'), +(1024545, 15370, 0, 1, 1, 1, 'Wolf Rider\'s Boots'), +(1024545, 15373, 0, 1, 1, 1, 'Wolf Rider\'s Headgear'), +(1024545, 15374, 0, 1, 1, 1, 'Wolf Rider\'s Leggings'), +(1024545, 15376, 0, 1, 1, 1, 'Wolf Rider\'s Padded Armor'), +(1024545, 15378, 0, 1, 1, 1, 'Rageclaw Belt'), +(1024545, 15379, 0, 1, 1, 1, 'Rageclaw Boots'), +(1024545, 15380, 0, 1, 1, 1, 'Rageclaw Bracers'), +(1024545, 15382, 0, 1, 1, 1, 'Rageclaw Cloak'), +(1024545, 15383, 0, 1, 1, 1, 'Rageclaw Gloves'), +(1024545, 15386, 0, 1, 1, 1, 'Rageclaw Shoulder Pads'), +(1024545, 15599, 0, 1, 1, 1, 'Ancient Greaves'), +(1024545, 15601, 0, 1, 1, 1, 'Ancient Chestpiece'), +(1024545, 15602, 0, 1, 1, 1, 'Ancient Crown'), +(1024545, 15604, 0, 1, 1, 1, 'Ancient Defender'), +(1024545, 15607, 0, 1, 1, 1, 'Ancient Legguards'), +(1024545, 15608, 0, 1, 1, 1, 'Ancient Pauldrons'), +(1024545, 15609, 0, 1, 1, 1, 'Bonelink Armor'), +(1024545, 15612, 0, 1, 1, 1, 'Bonelink Gauntlets'), +(1024545, 15614, 0, 1, 1, 1, 'Bonelink Sabatons'), +(1024545, 15615, 0, 1, 1, 1, 'Bonelink Helmet'), +(1024545, 15616, 0, 1, 1, 1, 'Bonelink Legplates'), +(1024545, 15617, 0, 1, 1, 1, 'Bonelink Epaulets'), +(1024545, 15618, 0, 1, 1, 1, 'Bonelink Wall Shield'), +(1024545, 15619, 0, 1, 1, 1, 'Gryphon Mail Belt'), +(1024545, 15620, 0, 1, 1, 1, 'Gryphon Mail Bracelets'), +(1024545, 15624, 0, 1, 1, 1, 'Gryphon Cloak'), +(1024545, 15625, 0, 1, 1, 1, 'Gryphon Mail Gauntlets'), +(1024545, 15626, 0, 1, 1, 1, 'Gryphon Mail Greaves'), +(1024545, 15628, 0, 1, 1, 1, 'Gryphon Mail Pauldrons'), +(1024545, 15629, 0, 1, 1, 1, 'Formidable Bracers'), +(1024545, 15632, 0, 1, 1, 1, 'Formidable Cape'), +(1024545, 15635, 0, 1, 1, 1, 'Formidable Gauntlets'), +(1024545, 15964, 0, 1, 1, 1, 'Silksand Star'), +(1024545, 15980, 0, 1, 1, 1, 'Darkmist Orb'), +(1024545, 15981, 0, 1, 1, 1, 'Lunar Sphere'), +(1024546, 1608, 0, 1, 1, 1, 'Skullcrusher Mace'), +(1024546, 1613, 0, 1, 1, 1, 'Spiritchaser Staff'), +(1024546, 1639, 0, 1, 1, 1, 'Grinning Axe'), +(1024546, 1994, 0, 1, 1, 1, 'Ebonclaw Reaver'), +(1024546, 3187, 0, 1, 1, 1, 'Sacrificial Kris'), +(1024546, 3208, 0, 1, 1, 1, 'Conk Hammer'), +(1024546, 3430, 0, 1, 1, 1, 'Sniper Rifle'), +(1024546, 4046, 0, 1, 1, 1, 'Mistscape Pants'), +(1024546, 4062, 0, 1, 1, 1, 'Imperial Leather Pants'), +(1024546, 4069, 0, 1, 1, 1, 'Blackforge Buckler'), +(1024546, 4080, 0, 1, 1, 1, 'Blackforge Cowl'), +(1024546, 4082, 0, 1, 1, 1, 'Blackforge Breastplate'), +(1024546, 4083, 0, 1, 1, 1, 'Blackforge Gauntlets'), +(1024546, 4084, 0, 1, 1, 1, 'Blackforge Leggings'), +(1024546, 4088, 0, 1, 1, 1, 'Dreadblade'), +(1024546, 4089, 0, 1, 1, 1, 'Ricochet Blunderbuss'), +(1024546, 4733, 0, 1, 1, 1, 'Blackforge Pauldrons'), +(1024546, 4737, 0, 1, 1, 1, 'Imperial Leather Spaulders'), +(1024546, 5216, 0, 1, 1, 1, 'Umbral Wand'), +(1024546, 6423, 0, 1, 1, 1, 'Blackforge Greaves'), +(1024546, 6425, 0, 1, 1, 1, 'Blackforge Girdle'), +(1024546, 6427, 0, 1, 1, 1, 'Mistscape Robe'), +(1024546, 6429, 0, 1, 1, 1, 'Mistscape Wizard Hat'), +(1024546, 6430, 0, 1, 1, 1, 'Imperial Leather Breastplate'), +(1024546, 7113, 0, 1, 1, 1, 'Mistscape Armor'), +(1024546, 7332, 0, 1, 1, 1, 'Regal Armor'), +(1024546, 7468, 0, 1, 1, 1, 'Regal Robe'), +(1024546, 7469, 0, 1, 1, 1, 'Regal Leggings'), +(1024546, 7477, 0, 1, 1, 1, 'Ranger Tunic'), +(1024546, 7486, 0, 1, 1, 1, 'Captain\'s Breastplate'), +(1024546, 7495, 0, 1, 1, 1, 'Captain\'s Buckler'), +(1024546, 7519, 0, 1, 1, 1, 'Gossamer Pants'), +(1024546, 7520, 0, 1, 1, 1, 'Gossamer Headpiece'), +(1024546, 7521, 0, 1, 1, 1, 'Gossamer Gloves'), +(1024546, 7522, 0, 1, 1, 1, 'Gossamer Boots'), +(1024546, 7523, 0, 1, 1, 1, 'Gossamer Shoulderpads'), +(1024546, 7524, 0, 1, 1, 1, 'Gossamer Cape'), +(1024546, 7525, 0, 1, 1, 1, 'Gossamer Bracers'), +(1024546, 7526, 0, 1, 1, 1, 'Gossamer Belt'), +(1024546, 7528, 0, 1, 1, 1, 'Cabalist Leggings'), +(1024546, 7529, 0, 1, 1, 1, 'Cabalist Helm'), +(1024546, 7530, 0, 1, 1, 1, 'Cabalist Gloves'), +(1024546, 7531, 0, 1, 1, 1, 'Cabalist Boots'), +(1024546, 7532, 0, 1, 1, 1, 'Cabalist Spaulders'), +(1024546, 7533, 0, 1, 1, 1, 'Cabalist Cloak'), +(1024546, 7534, 0, 1, 1, 1, 'Cabalist Bracers'), +(1024546, 7535, 0, 1, 1, 1, 'Cabalist Belt'), +(1024546, 7536, 0, 1, 1, 1, 'Champion\'s Wall Shield'), +(1024546, 7537, 0, 1, 1, 1, 'Gothic Shield'), +(1024546, 7538, 0, 1, 1, 1, 'Champion\'s Armor'), +(1024546, 7539, 0, 1, 1, 1, 'Champion\'s Leggings'), +(1024546, 7540, 0, 1, 1, 1, 'Champion\'s Helmet'), +(1024546, 7541, 0, 1, 1, 1, 'Champion\'s Gauntlets'), +(1024546, 7542, 0, 1, 1, 1, 'Champion\'s Greaves'), +(1024546, 7543, 0, 1, 1, 1, 'Champion\'s Pauldrons'), +(1024546, 7544, 0, 1, 1, 1, 'Champion\'s Cape'), +(1024546, 7545, 0, 1, 1, 1, 'Champion\'s Bracers'), +(1024546, 7546, 0, 1, 1, 1, 'Champion\'s Girdle'), +(1024546, 7552, 0, 1, 1, 1, 'Falcon\'s Hook'), +(1024546, 7553, 0, 1, 1, 1, 'Band of the Unicorn'), +(1024546, 7555, 0, 1, 1, 1, 'Regal Star'), +(1024546, 7611, 0, 1, 1, 1, 'Mistscape Stave'), +(1024546, 8107, 0, 1, 1, 1, 'Hibernal Boots'), +(1024546, 8108, 0, 1, 1, 1, 'Hibernal Bracers'), +(1024546, 8109, 0, 1, 1, 1, 'Hibernal Cloak'), +(1024546, 8110, 0, 1, 1, 1, 'Hibernal Gloves'), +(1024546, 8111, 0, 1, 1, 1, 'Hibernal Mantle'), +(1024546, 8112, 0, 1, 1, 1, 'Hibernal Pants'), +(1024546, 8114, 0, 1, 1, 1, 'Hibernal Sash'), +(1024546, 8115, 0, 1, 1, 1, 'Hibernal Cowl'), +(1024546, 8116, 0, 1, 1, 1, 'Heraldic Belt'), +(1024546, 8117, 0, 1, 1, 1, 'Heraldic Boots'), +(1024546, 8118, 0, 1, 1, 1, 'Heraldic Bracers'), +(1024546, 8120, 0, 1, 1, 1, 'Heraldic Cloak'), +(1024546, 8121, 0, 1, 1, 1, 'Heraldic Gloves'), +(1024546, 8122, 0, 1, 1, 1, 'Heraldic Headpiece'), +(1024546, 8123, 0, 1, 1, 1, 'Heraldic Leggings'), +(1024546, 8124, 0, 1, 1, 1, 'Heraldic Spaulders'), +(1024546, 8125, 0, 1, 1, 1, 'Myrmidon\'s Bracers'), +(1024546, 8127, 0, 1, 1, 1, 'Myrmidon\'s Cape'), +(1024546, 8128, 0, 1, 1, 1, 'Myrmidon\'s Gauntlets'), +(1024546, 8129, 0, 1, 1, 1, 'Myrmidon\'s Girdle'), +(1024546, 8130, 0, 1, 1, 1, 'Myrmidon\'s Greaves'), +(1024546, 8135, 0, 1, 1, 1, 'Chromite Shield'), +(1024546, 8138, 0, 1, 1, 1, 'Chromite Chestplate'), +(1024546, 8139, 0, 1, 1, 1, 'Chromite Gauntlets'), +(1024546, 8141, 0, 1, 1, 1, 'Chromite Greaves'), +(1024546, 8142, 0, 1, 1, 1, 'Chromite Barbute'), +(1024546, 8143, 0, 1, 1, 1, 'Chromite Legplates'), +(1024546, 8144, 0, 1, 1, 1, 'Chromite Pauldrons'), +(1024546, 8199, 0, 1, 1, 1, 'Battlefield Destroyer'), +(1024546, 8273, 0, 1, 1, 1, 'Valorous Wristguards'), +(1024546, 8276, 0, 1, 1, 1, 'Valorous Gauntlets'), +(1024546, 8277, 0, 1, 1, 1, 'Valorous Girdle'), +(1024546, 8278, 0, 1, 1, 1, 'Valorous Greaves'), +(1024546, 8279, 0, 1, 1, 1, 'Valorous Helm'), +(1024546, 8280, 0, 1, 1, 1, 'Valorous Legguards'), +(1024546, 8281, 0, 1, 1, 1, 'Valorous Pauldrons'), +(1024546, 9286, 0, 1, 1, 1, 'Field Plate Armor'), +(1024546, 9905, 0, 1, 1, 1, 'Royal Blouse'), +(1024546, 9906, 0, 1, 1, 1, 'Royal Sash'), +(1024546, 9907, 0, 1, 1, 1, 'Royal Boots'), +(1024546, 9910, 0, 1, 1, 1, 'Royal Gloves'), +(1024546, 9911, 0, 1, 1, 1, 'Royal Trousers'), +(1024546, 9912, 0, 1, 1, 1, 'Royal Amice'), +(1024546, 9913, 0, 1, 1, 1, 'Royal Gown'), +(1024546, 9914, 0, 1, 1, 1, 'Royal Scepter'), +(1024546, 9915, 0, 1, 1, 1, 'Royal Headband'), +(1024546, 9916, 0, 1, 1, 1, 'Tracker\'s Belt'), +(1024546, 9917, 0, 1, 1, 1, 'Tracker\'s Boots'), +(1024546, 9918, 0, 1, 1, 1, 'Brigade Defender'), +(1024546, 9920, 0, 1, 1, 1, 'Tracker\'s Gloves'), +(1024546, 9921, 0, 1, 1, 1, 'Tracker\'s Headband'), +(1024546, 9922, 0, 1, 1, 1, 'Tracker\'s Leggings'), +(1024546, 9923, 0, 1, 1, 1, 'Tracker\'s Shoulderpads'), +(1024546, 9924, 0, 1, 1, 1, 'Tracker\'s Tunic'), +(1024546, 9925, 0, 1, 1, 1, 'Tracker\'s Wristguards'), +(1024546, 9928, 0, 1, 1, 1, 'Brigade Breastplate'), +(1024546, 9932, 0, 1, 1, 1, 'Brigade Circlet'), +(1024546, 9933, 0, 1, 1, 1, 'Brigade Leggings'), +(1024546, 9934, 0, 1, 1, 1, 'Brigade Pauldrons'), +(1024546, 9935, 0, 1, 1, 1, 'Embossed Plate Shield'), +(1024546, 9936, 0, 1, 1, 1, 'Abjurer\'s Boots'), +(1024546, 9937, 0, 1, 1, 1, 'Abjurer\'s Bands'), +(1024546, 9938, 0, 1, 1, 1, 'Abjurer\'s Cloak'), +(1024546, 9939, 0, 1, 1, 1, 'Abjurer\'s Gloves'), +(1024546, 9941, 0, 1, 1, 1, 'Abjurer\'s Mantle'), +(1024546, 9945, 0, 1, 1, 1, 'Abjurer\'s Sash'), +(1024546, 9947, 0, 1, 1, 1, 'Chieftain\'s Belt'), +(1024546, 9948, 0, 1, 1, 1, 'Chieftain\'s Boots'), +(1024546, 9949, 0, 1, 1, 1, 'Chieftain\'s Bracers'), +(1024546, 9951, 0, 1, 1, 1, 'Chieftain\'s Cloak'), +(1024546, 9952, 0, 1, 1, 1, 'Chieftain\'s Gloves'), +(1024546, 9956, 0, 1, 1, 1, 'Warmonger\'s Bracers'), +(1024546, 9959, 0, 1, 1, 1, 'Warmonger\'s Cloak'), +(1024546, 9960, 0, 1, 1, 1, 'Warmonger\'s Gauntlets'), +(1024546, 9961, 0, 1, 1, 1, 'Warmonger\'s Belt'), +(1024546, 9962, 0, 1, 1, 1, 'Warmonger\'s Greaves'), +(1024546, 9963, 0, 1, 1, 1, 'Warmonger\'s Circlet'), +(1024546, 9964, 0, 1, 1, 1, 'Warmonger\'s Leggings'), +(1024546, 9965, 0, 1, 1, 1, 'Warmonger\'s Pauldrons'), +(1024546, 9966, 0, 1, 1, 1, 'Embossed Plate Armor'), +(1024546, 9970, 0, 1, 1, 1, 'Embossed Plate Leggings'), +(1024546, 10060, 0, 1, 1, 1, 'Duskwoven Cape'), +(1024546, 10066, 0, 1, 1, 1, 'Duskwoven Sash'), +(1024546, 10067, 0, 1, 1, 1, 'Righteous Waistguard'), +(1024546, 10069, 0, 1, 1, 1, 'Righteous Bracers'), +(1024546, 10071, 0, 1, 1, 1, 'Righteous Cloak'), +(1024546, 10076, 0, 1, 1, 1, 'Lord\'s Armguards'), +(1024546, 10079, 0, 1, 1, 1, 'Lord\'s Cape'), +(1024546, 10086, 0, 1, 1, 1, 'Gothic Plate Armor'), +(1024546, 10087, 0, 1, 1, 1, 'Gothic Plate Gauntlets'), +(1024546, 10088, 0, 1, 1, 1, 'Gothic Plate Girdle'), +(1024546, 10089, 0, 1, 1, 1, 'Gothic Sabatons'), +(1024546, 10090, 0, 1, 1, 1, 'Gothic Plate Helmet'), +(1024546, 10091, 0, 1, 1, 1, 'Gothic Plate Leggings'), +(1024546, 10092, 0, 1, 1, 1, 'Gothic Plate Spaulders'), +(1024546, 10094, 0, 1, 1, 1, 'Gothic Plate Vambraces'), +(1024546, 10127, 0, 1, 1, 1, 'Revenant Bracers'), +(1024546, 10201, 0, 1, 1, 1, 'Overlord\'s Greaves'), +(1024546, 10202, 0, 1, 1, 1, 'Overlord\'s Vambraces'), +(1024546, 10205, 0, 1, 1, 1, 'Overlord\'s Gauntlets'), +(1024546, 10206, 0, 1, 1, 1, 'Overlord\'s Girdle'), +(1024546, 10207, 0, 1, 1, 1, 'Overlord\'s Crown'), +(1024546, 11974, 0, 1, 1, 1, 'Aquamarine Ring'), +(1024546, 11975, 0, 1, 1, 1, 'Topaz Ring'), +(1024546, 11988, 0, 1, 1, 1, 'Tellurium Band'), +(1024546, 11999, 0, 1, 1, 1, 'Lodestone Hoop'), +(1024546, 12012, 0, 1, 1, 1, 'Marsh Ring'), +(1024546, 12013, 0, 1, 1, 1, 'Desert Ring'), +(1024546, 12023, 0, 1, 1, 1, 'Tellurium Necklace'), +(1024546, 12031, 0, 1, 1, 1, 'Lodestone Necklace'), +(1024546, 12032, 0, 1, 1, 1, 'Onyx Choker'), +(1024546, 12043, 0, 1, 1, 1, 'Desert Choker'), +(1024546, 14237, 0, 1, 1, 1, 'Darkmist Armor'), +(1024546, 14244, 0, 1, 1, 1, 'Darkmist Wraps'), +(1024546, 14246, 0, 1, 1, 1, 'Darkmist Wizard Hat'), +(1024546, 14247, 0, 1, 1, 1, 'Lunar Mantle'), +(1024546, 14249, 0, 1, 1, 1, 'Lunar Vest'), +(1024546, 14252, 0, 1, 1, 1, 'Lunar Coronet'), +(1024546, 14254, 0, 1, 1, 1, 'Lunar Raiment'), +(1024546, 14257, 0, 1, 1, 1, 'Lunar Leggings'), +(1024546, 14258, 0, 1, 1, 1, 'Bloodwoven Cord'), +(1024546, 14259, 0, 1, 1, 1, 'Bloodwoven Boots'), +(1024546, 14260, 0, 1, 1, 1, 'Bloodwoven Bracers'), +(1024546, 14262, 0, 1, 1, 1, 'Bloodwoven Mitts'), +(1024546, 14263, 0, 1, 1, 1, 'Bloodwoven Mask'), +(1024546, 14264, 0, 1, 1, 1, 'Bloodwoven Pants'), +(1024546, 14266, 0, 1, 1, 1, 'Bloodwoven Pads'), +(1024546, 14268, 0, 1, 1, 1, 'Gaea\'s Cuffs'), +(1024546, 14269, 0, 1, 1, 1, 'Gaea\'s Slippers'), +(1024546, 14270, 0, 1, 1, 1, 'Gaea\'s Cloak'), +(1024546, 14271, 0, 1, 1, 1, 'Gaea\'s Circlet'), +(1024546, 14272, 0, 1, 1, 1, 'Gaea\'s Handwraps'), +(1024546, 14273, 0, 1, 1, 1, 'Gaea\'s Amice'), +(1024546, 14276, 0, 1, 1, 1, 'Gaea\'s Belt'), +(1024546, 14279, 0, 1, 1, 1, 'Opulent Bracers'), +(1024546, 14280, 0, 1, 1, 1, 'Opulent Cape'), +(1024546, 14292, 0, 1, 1, 1, 'Arachnidian Cape'), +(1024546, 14417, 0, 1, 1, 1, 'Silksand Tunic'), +(1024546, 14425, 0, 1, 1, 1, 'Silksand Wraps'), +(1024546, 14427, 0, 1, 1, 1, 'Windchaser Wraps'), +(1024546, 14428, 0, 1, 1, 1, 'Windchaser Footpads'), +(1024546, 14431, 0, 1, 1, 1, 'Windchaser Handguards'), +(1024546, 14432, 0, 1, 1, 1, 'Windchaser Amice'), +(1024546, 14433, 0, 1, 1, 1, 'Windchaser Woolies'), +(1024546, 14434, 0, 1, 1, 1, 'Windchaser Robes'), +(1024546, 14436, 0, 1, 1, 1, 'Windchaser Coronet'), +(1024546, 14438, 0, 1, 1, 1, 'Venomshroud Boots'), +(1024546, 14439, 0, 1, 1, 1, 'Venomshroud Armguards'), +(1024546, 14440, 0, 1, 1, 1, 'Venomshroud Cape'), +(1024546, 14442, 0, 1, 1, 1, 'Venomshroud Mitts'), +(1024546, 14443, 0, 1, 1, 1, 'Venomshroud Mantle'), +(1024546, 14446, 0, 1, 1, 1, 'Venomshroud Belt'), +(1024546, 14601, 0, 1, 1, 1, 'Warden\'s Wraps'), +(1024546, 14604, 0, 1, 1, 1, 'Warden\'s Wizard Hat'), +(1024546, 14652, 0, 1, 1, 1, 'Scorpashi Sash'), +(1024546, 14653, 0, 1, 1, 1, 'Scorpashi Slippers'), +(1024546, 14654, 0, 1, 1, 1, 'Scorpashi Wristbands'), +(1024546, 14655, 0, 1, 1, 1, 'Scorpashi Breastplate'), +(1024546, 14656, 0, 1, 1, 1, 'Scorpashi Cape'), +(1024546, 14657, 0, 1, 1, 1, 'Scorpashi Gloves'), +(1024546, 14658, 0, 1, 1, 1, 'Scorpashi Skullcap'), +(1024546, 14659, 0, 1, 1, 1, 'Scorpashi Leggings'), +(1024546, 14660, 0, 1, 1, 1, 'Scorpashi Shoulder Pads'), +(1024546, 14661, 0, 1, 1, 1, 'Keeper\'s Cord'), +(1024546, 14663, 0, 1, 1, 1, 'Keeper\'s Bindings'), +(1024546, 14665, 0, 1, 1, 1, 'Keeper\'s Cloak'), +(1024546, 14768, 0, 1, 1, 1, 'Ravager\'s Armor'), +(1024546, 14777, 0, 1, 1, 1, 'Ravager\'s Shield'), +(1024546, 14778, 0, 1, 1, 1, 'Khan\'s Bindings'), +(1024546, 14779, 0, 1, 1, 1, 'Khan\'s Chestpiece'), +(1024546, 14780, 0, 1, 1, 1, 'Khan\'s Buckler'), +(1024546, 14781, 0, 1, 1, 1, 'Khan\'s Cloak'), +(1024546, 14782, 0, 1, 1, 1, 'Khan\'s Gloves'), +(1024546, 14783, 0, 1, 1, 1, 'Khan\'s Belt'), +(1024546, 14784, 0, 1, 1, 1, 'Khan\'s Greaves'), +(1024546, 14785, 0, 1, 1, 1, 'Khan\'s Helmet'), +(1024546, 14786, 0, 1, 1, 1, 'Khan\'s Legguards'), +(1024546, 14787, 0, 1, 1, 1, 'Khan\'s Mantle'), +(1024546, 14788, 0, 1, 1, 1, 'Protector Armguards'), +(1024546, 14791, 0, 1, 1, 1, 'Protector Cape'), +(1024546, 14833, 0, 1, 1, 1, 'Tyrant\'s Gauntlets'), +(1024546, 14835, 0, 1, 1, 1, 'Tyrant\'s Chestpiece'), +(1024546, 14839, 0, 1, 1, 1, 'Tyrant\'s Greaves'), +(1024546, 14840, 0, 1, 1, 1, 'Tyrant\'s Legplates'), +(1024546, 14841, 0, 1, 1, 1, 'Tyrant\'s Epaulets'), +(1024546, 14842, 0, 1, 1, 1, 'Tyrant\'s Shield'), +(1024546, 14843, 0, 1, 1, 1, 'Tyrant\'s Helm'), +(1024546, 14847, 0, 1, 1, 1, 'Sunscale Belt'), +(1024546, 14853, 0, 1, 1, 1, 'Sunscale Wristguards'), +(1024546, 14905, 0, 1, 1, 1, 'Brutish Gauntlets'), +(1024546, 14906, 0, 1, 1, 1, 'Brutish Belt'), +(1024546, 14907, 0, 1, 1, 1, 'Brutish Helmet'), +(1024546, 14908, 0, 1, 1, 1, 'Brutish Legguards'), +(1024546, 14909, 0, 1, 1, 1, 'Brutish Shoulders'), +(1024546, 14910, 0, 1, 1, 1, 'Brutish Armguards'), +(1024546, 14911, 0, 1, 1, 1, 'Brutish Boots'), +(1024546, 14913, 0, 1, 1, 1, 'Jade Greaves'), +(1024546, 14914, 0, 1, 1, 1, 'Jade Bracers'), +(1024546, 14917, 0, 1, 1, 1, 'Jade Gauntlets'), +(1024546, 14918, 0, 1, 1, 1, 'Jade Belt'), +(1024546, 14921, 0, 1, 1, 1, 'Jade Epaulets'), +(1024546, 14939, 0, 1, 1, 1, 'Warbringer\'s Chestguard'), +(1024546, 14944, 0, 1, 1, 1, 'Warbringer\'s Crown'), +(1024546, 14945, 0, 1, 1, 1, 'Warbringer\'s Legguards'), +(1024546, 14947, 0, 1, 1, 1, 'Warbringer\'s Shield'), +(1024546, 14949, 0, 1, 1, 1, 'Bloodforged Gauntlets'), +(1024546, 14950, 0, 1, 1, 1, 'Bloodforged Belt'), +(1024546, 14951, 0, 1, 1, 1, 'Bloodforged Sabatons'), +(1024546, 14953, 0, 1, 1, 1, 'Bloodforged Legplates'), +(1024546, 14955, 0, 1, 1, 1, 'Bloodforged Shoulder Pads'), +(1024546, 14956, 0, 1, 1, 1, 'Bloodforged Bindings'), +(1024546, 14965, 0, 1, 1, 1, 'High Chief\'s Bindings'), +(1024546, 15162, 0, 1, 1, 1, 'Imposing Boots'), +(1024546, 15164, 0, 1, 1, 1, 'Imposing Vest'), +(1024546, 15166, 0, 1, 1, 1, 'Imposing Gloves'), +(1024546, 15167, 0, 1, 1, 1, 'Imposing Bandana'), +(1024546, 15168, 0, 1, 1, 1, 'Imposing Pants'), +(1024546, 15169, 0, 1, 1, 1, 'Imposing Shoulders'), +(1024546, 15172, 0, 1, 1, 1, 'Potent Bands'), +(1024546, 15173, 0, 1, 1, 1, 'Potent Cape'), +(1024546, 15177, 0, 1, 1, 1, 'Potent Shoulders'), +(1024546, 15178, 0, 1, 1, 1, 'Potent Belt'), +(1024546, 15215, 0, 1, 1, 1, 'Furious Falchion'), +(1024546, 15227, 0, 1, 1, 1, 'Diamond-Tip Bludgeon'), +(1024546, 15235, 0, 1, 1, 1, 'Crescent Edge'), +(1024546, 15252, 0, 1, 1, 1, 'Tusker Sword'), +(1024546, 15262, 0, 1, 1, 1, 'Greater Maul'), +(1024546, 15270, 0, 1, 1, 1, 'Gigantic War Axe'), +(1024546, 15287, 0, 1, 1, 1, 'Crusader Bow'), +(1024546, 15370, 0, 1, 1, 1, 'Wolf Rider\'s Boots'), +(1024546, 15373, 0, 1, 1, 1, 'Wolf Rider\'s Headgear'), +(1024546, 15374, 0, 1, 1, 1, 'Wolf Rider\'s Leggings'), +(1024546, 15376, 0, 1, 1, 1, 'Wolf Rider\'s Padded Armor'), +(1024546, 15378, 0, 1, 1, 1, 'Rageclaw Belt'), +(1024546, 15379, 0, 1, 1, 1, 'Rageclaw Boots'), +(1024546, 15380, 0, 1, 1, 1, 'Rageclaw Bracers'), +(1024546, 15382, 0, 1, 1, 1, 'Rageclaw Cloak'), +(1024546, 15383, 0, 1, 1, 1, 'Rageclaw Gloves'), +(1024546, 15385, 0, 1, 1, 1, 'Rageclaw Leggings'), +(1024546, 15386, 0, 1, 1, 1, 'Rageclaw Shoulder Pads'), +(1024546, 15392, 0, 1, 1, 1, 'Jadefire Cloak'), +(1024546, 15599, 0, 1, 1, 1, 'Ancient Greaves'), +(1024546, 15601, 0, 1, 1, 1, 'Ancient Chestpiece'), +(1024546, 15602, 0, 1, 1, 1, 'Ancient Crown'), +(1024546, 15604, 0, 1, 1, 1, 'Ancient Defender'), +(1024546, 15607, 0, 1, 1, 1, 'Ancient Legguards'), +(1024546, 15608, 0, 1, 1, 1, 'Ancient Pauldrons'), +(1024546, 15609, 0, 1, 1, 1, 'Bonelink Armor'), +(1024546, 15612, 0, 1, 1, 1, 'Bonelink Gauntlets'), +(1024546, 15614, 0, 1, 1, 1, 'Bonelink Sabatons'), +(1024546, 15615, 0, 1, 1, 1, 'Bonelink Helmet'), +(1024546, 15616, 0, 1, 1, 1, 'Bonelink Legplates'), +(1024546, 15617, 0, 1, 1, 1, 'Bonelink Epaulets'), +(1024546, 15618, 0, 1, 1, 1, 'Bonelink Wall Shield'), +(1024546, 15619, 0, 1, 1, 1, 'Gryphon Mail Belt'), +(1024546, 15620, 0, 1, 1, 1, 'Gryphon Mail Bracelets'), +(1024546, 15624, 0, 1, 1, 1, 'Gryphon Cloak'), +(1024546, 15625, 0, 1, 1, 1, 'Gryphon Mail Gauntlets'), +(1024546, 15626, 0, 1, 1, 1, 'Gryphon Mail Greaves'), +(1024546, 15628, 0, 1, 1, 1, 'Gryphon Mail Pauldrons'), +(1024546, 15629, 0, 1, 1, 1, 'Formidable Bracers'), +(1024546, 15630, 0, 1, 1, 1, 'Formidable Sabatons'), +(1024546, 15632, 0, 1, 1, 1, 'Formidable Cape'), +(1024546, 15635, 0, 1, 1, 1, 'Formidable Gauntlets'), +(1024546, 15636, 0, 1, 1, 1, 'Formidable Belt'), +(1024546, 15638, 0, 1, 1, 1, 'Formidable Shoulder Pads'), +(1024546, 15643, 0, 1, 1, 1, 'Ironhide Cloak'), +(1024546, 15964, 0, 1, 1, 1, 'Silksand Star'), +(1024546, 15965, 0, 1, 1, 1, 'Windchaser Orb'), +(1024546, 15980, 0, 1, 1, 1, 'Darkmist Orb'), +(1024546, 15981, 0, 1, 1, 1, 'Lunar Sphere'), +(1024646, 1608, 0, 1, 1, 1, 'Skullcrusher Mace'), +(1024646, 1639, 0, 1, 1, 1, 'Grinning Axe'), +(1024646, 1994, 0, 1, 1, 1, 'Ebonclaw Reaver'), +(1024646, 3208, 0, 1, 1, 1, 'Conk Hammer'), +(1024646, 4046, 0, 1, 1, 1, 'Mistscape Pants'), +(1024646, 4062, 0, 1, 1, 1, 'Imperial Leather Pants'), +(1024646, 4069, 0, 1, 1, 1, 'Blackforge Buckler'), +(1024646, 4080, 0, 1, 1, 1, 'Blackforge Cowl'), +(1024646, 4082, 0, 1, 1, 1, 'Blackforge Breastplate'), +(1024646, 4084, 0, 1, 1, 1, 'Blackforge Leggings'), +(1024646, 4088, 0, 1, 1, 1, 'Dreadblade'), +(1024646, 4089, 0, 1, 1, 1, 'Ricochet Blunderbuss'), +(1024646, 4733, 0, 1, 1, 1, 'Blackforge Pauldrons'), +(1024646, 5216, 0, 1, 1, 1, 'Umbral Wand'), +(1024646, 6423, 0, 1, 1, 1, 'Blackforge Greaves'), +(1024646, 6427, 0, 1, 1, 1, 'Mistscape Robe'), +(1024646, 6430, 0, 1, 1, 1, 'Imperial Leather Breastplate'), +(1024646, 7113, 0, 1, 1, 1, 'Mistscape Armor'), +(1024646, 7332, 0, 1, 1, 1, 'Regal Armor'), +(1024646, 7468, 0, 1, 1, 1, 'Regal Robe'), +(1024646, 7477, 0, 1, 1, 1, 'Ranger Tunic'), +(1024646, 7519, 0, 1, 1, 1, 'Gossamer Pants'), +(1024646, 7520, 0, 1, 1, 1, 'Gossamer Headpiece'), +(1024646, 7521, 0, 1, 1, 1, 'Gossamer Gloves'), +(1024646, 7522, 0, 1, 1, 1, 'Gossamer Boots'), +(1024646, 7523, 0, 1, 1, 1, 'Gossamer Shoulderpads'), +(1024646, 7525, 0, 1, 1, 1, 'Gossamer Bracers'), +(1024646, 7526, 0, 1, 1, 1, 'Gossamer Belt'), +(1024646, 7528, 0, 1, 1, 1, 'Cabalist Leggings'), +(1024646, 7529, 0, 1, 1, 1, 'Cabalist Helm'), +(1024646, 7530, 0, 1, 1, 1, 'Cabalist Gloves'), +(1024646, 7531, 0, 1, 1, 1, 'Cabalist Boots'), +(1024646, 7532, 0, 1, 1, 1, 'Cabalist Spaulders'), +(1024646, 7534, 0, 1, 1, 1, 'Cabalist Bracers'), +(1024646, 7535, 0, 1, 1, 1, 'Cabalist Belt'), +(1024646, 7536, 0, 1, 1, 1, 'Champion\'s Wall Shield'), +(1024646, 7537, 0, 1, 1, 1, 'Gothic Shield'), +(1024646, 7538, 0, 1, 1, 1, 'Champion\'s Armor'), +(1024646, 7539, 0, 1, 1, 1, 'Champion\'s Leggings'), +(1024646, 7540, 0, 1, 1, 1, 'Champion\'s Helmet'), +(1024646, 7541, 0, 1, 1, 1, 'Champion\'s Gauntlets'), +(1024646, 7542, 0, 1, 1, 1, 'Champion\'s Greaves'), +(1024646, 7543, 0, 1, 1, 1, 'Champion\'s Pauldrons'), +(1024646, 7545, 0, 1, 1, 1, 'Champion\'s Bracers'), +(1024646, 7546, 0, 1, 1, 1, 'Champion\'s Girdle'), +(1024646, 7553, 0, 1, 1, 1, 'Band of the Unicorn'), +(1024646, 7555, 0, 1, 1, 1, 'Regal Star'), +(1024646, 7611, 0, 1, 1, 1, 'Mistscape Stave'), +(1024646, 8107, 0, 1, 1, 1, 'Hibernal Boots'), +(1024646, 8108, 0, 1, 1, 1, 'Hibernal Bracers'), +(1024646, 8109, 0, 1, 1, 1, 'Hibernal Cloak'), +(1024646, 8110, 0, 1, 1, 1, 'Hibernal Gloves'), +(1024646, 8111, 0, 1, 1, 1, 'Hibernal Mantle'), +(1024646, 8112, 0, 1, 1, 1, 'Hibernal Pants'), +(1024646, 8114, 0, 1, 1, 1, 'Hibernal Sash'), +(1024646, 8115, 0, 1, 1, 1, 'Hibernal Cowl'), +(1024646, 8116, 0, 1, 1, 1, 'Heraldic Belt'), +(1024646, 8117, 0, 1, 1, 1, 'Heraldic Boots'), +(1024646, 8118, 0, 1, 1, 1, 'Heraldic Bracers'), +(1024646, 8120, 0, 1, 1, 1, 'Heraldic Cloak'), +(1024646, 8121, 0, 1, 1, 1, 'Heraldic Gloves'), +(1024646, 8122, 0, 1, 1, 1, 'Heraldic Headpiece'), +(1024646, 8123, 0, 1, 1, 1, 'Heraldic Leggings'), +(1024646, 8124, 0, 1, 1, 1, 'Heraldic Spaulders'), +(1024646, 8125, 0, 1, 1, 1, 'Myrmidon\'s Bracers'), +(1024646, 8127, 0, 1, 1, 1, 'Myrmidon\'s Cape'), +(1024646, 8128, 0, 1, 1, 1, 'Myrmidon\'s Gauntlets'), +(1024646, 8129, 0, 1, 1, 1, 'Myrmidon\'s Girdle'), +(1024646, 8130, 0, 1, 1, 1, 'Myrmidon\'s Greaves'), +(1024646, 8135, 0, 1, 1, 1, 'Chromite Shield'), +(1024646, 8138, 0, 1, 1, 1, 'Chromite Chestplate'), +(1024646, 8143, 0, 1, 1, 1, 'Chromite Legplates'), +(1024646, 8144, 0, 1, 1, 1, 'Chromite Pauldrons'), +(1024646, 8199, 0, 1, 1, 1, 'Battlefield Destroyer'), +(1024646, 8273, 0, 1, 1, 1, 'Valorous Wristguards'), +(1024646, 8276, 0, 1, 1, 1, 'Valorous Gauntlets'), +(1024646, 8277, 0, 1, 1, 1, 'Valorous Girdle'), +(1024646, 8278, 0, 1, 1, 1, 'Valorous Greaves'), +(1024646, 8279, 0, 1, 1, 1, 'Valorous Helm'), +(1024646, 8280, 0, 1, 1, 1, 'Valorous Legguards'), +(1024646, 8281, 0, 1, 1, 1, 'Valorous Pauldrons'), +(1024646, 9905, 0, 1, 1, 1, 'Royal Blouse'), +(1024646, 9911, 0, 1, 1, 1, 'Royal Trousers'), +(1024646, 9912, 0, 1, 1, 1, 'Royal Amice'), +(1024646, 9913, 0, 1, 1, 1, 'Royal Gown'), +(1024646, 9914, 0, 1, 1, 1, 'Royal Scepter'), +(1024646, 9915, 0, 1, 1, 1, 'Royal Headband'), +(1024646, 9918, 0, 1, 1, 1, 'Brigade Defender'), +(1024646, 9921, 0, 1, 1, 1, 'Tracker\'s Headband'), +(1024646, 9922, 0, 1, 1, 1, 'Tracker\'s Leggings'), +(1024646, 9923, 0, 1, 1, 1, 'Tracker\'s Shoulderpads'), +(1024646, 9924, 0, 1, 1, 1, 'Tracker\'s Tunic'), +(1024646, 9928, 0, 1, 1, 1, 'Brigade Breastplate'), +(1024646, 9933, 0, 1, 1, 1, 'Brigade Leggings'), +(1024646, 9935, 0, 1, 1, 1, 'Embossed Plate Shield'), +(1024646, 9936, 0, 1, 1, 1, 'Abjurer\'s Boots'), +(1024646, 9937, 0, 1, 1, 1, 'Abjurer\'s Bands'), +(1024646, 9938, 0, 1, 1, 1, 'Abjurer\'s Cloak'), +(1024646, 9939, 0, 1, 1, 1, 'Abjurer\'s Gloves'), +(1024646, 9941, 0, 1, 1, 1, 'Abjurer\'s Mantle'), +(1024646, 9945, 0, 1, 1, 1, 'Abjurer\'s Sash'), +(1024646, 9947, 0, 1, 1, 1, 'Chieftain\'s Belt'), +(1024646, 9948, 0, 1, 1, 1, 'Chieftain\'s Boots'), +(1024646, 9949, 0, 1, 1, 1, 'Chieftain\'s Bracers'), +(1024646, 9951, 0, 1, 1, 1, 'Chieftain\'s Cloak'), +(1024646, 9952, 0, 1, 1, 1, 'Chieftain\'s Gloves'), +(1024646, 9956, 0, 1, 1, 1, 'Warmonger\'s Bracers'), +(1024646, 9959, 0, 1, 1, 1, 'Warmonger\'s Cloak'), +(1024646, 9960, 0, 1, 1, 1, 'Warmonger\'s Gauntlets'), +(1024646, 9961, 0, 1, 1, 1, 'Warmonger\'s Belt'), +(1024646, 9962, 0, 1, 1, 1, 'Warmonger\'s Greaves'), +(1024646, 9963, 0, 1, 1, 1, 'Warmonger\'s Circlet'), +(1024646, 9964, 0, 1, 1, 1, 'Warmonger\'s Leggings'), +(1024646, 9965, 0, 1, 1, 1, 'Warmonger\'s Pauldrons'), +(1024646, 9966, 0, 1, 1, 1, 'Embossed Plate Armor'), +(1024646, 10060, 0, 1, 1, 1, 'Duskwoven Cape'), +(1024646, 10066, 0, 1, 1, 1, 'Duskwoven Sash'), +(1024646, 10067, 0, 1, 1, 1, 'Righteous Waistguard'), +(1024646, 10069, 0, 1, 1, 1, 'Righteous Bracers'), +(1024646, 10071, 0, 1, 1, 1, 'Righteous Cloak'), +(1024646, 10076, 0, 1, 1, 1, 'Lord\'s Armguards'), +(1024646, 10079, 0, 1, 1, 1, 'Lord\'s Cape'), +(1024646, 10086, 0, 1, 1, 1, 'Gothic Plate Armor'), +(1024646, 10087, 0, 1, 1, 1, 'Gothic Plate Gauntlets'), +(1024646, 10088, 0, 1, 1, 1, 'Gothic Plate Girdle'), +(1024646, 10089, 0, 1, 1, 1, 'Gothic Sabatons'), +(1024646, 10090, 0, 1, 1, 1, 'Gothic Plate Helmet'), +(1024646, 10091, 0, 1, 1, 1, 'Gothic Plate Leggings'), +(1024646, 10092, 0, 1, 1, 1, 'Gothic Plate Spaulders'), +(1024646, 10094, 0, 1, 1, 1, 'Gothic Plate Vambraces'), +(1024646, 10127, 0, 1, 1, 1, 'Revenant Bracers'), +(1024646, 10201, 0, 1, 1, 1, 'Overlord\'s Greaves'), +(1024646, 10202, 0, 1, 1, 1, 'Overlord\'s Vambraces'), +(1024646, 10205, 0, 1, 1, 1, 'Overlord\'s Gauntlets'), +(1024646, 10206, 0, 1, 1, 1, 'Overlord\'s Girdle'), +(1024646, 10207, 0, 1, 1, 1, 'Overlord\'s Crown'), +(1024646, 11974, 0, 1, 1, 1, 'Aquamarine Ring'), +(1024646, 11975, 0, 1, 1, 1, 'Topaz Ring'), +(1024646, 11988, 0, 1, 1, 1, 'Tellurium Band'), +(1024646, 11999, 0, 1, 1, 1, 'Lodestone Hoop'), +(1024646, 12012, 0, 1, 1, 1, 'Marsh Ring'), +(1024646, 12013, 0, 1, 1, 1, 'Desert Ring'), +(1024646, 12023, 0, 1, 1, 1, 'Tellurium Necklace'), +(1024646, 12032, 0, 1, 1, 1, 'Onyx Choker'), +(1024646, 12043, 0, 1, 1, 1, 'Desert Choker'), +(1024646, 14237, 0, 1, 1, 1, 'Darkmist Armor'), +(1024646, 14244, 0, 1, 1, 1, 'Darkmist Wraps'), +(1024646, 14249, 0, 1, 1, 1, 'Lunar Vest'), +(1024646, 14252, 0, 1, 1, 1, 'Lunar Coronet'), +(1024646, 14254, 0, 1, 1, 1, 'Lunar Raiment'), +(1024646, 14257, 0, 1, 1, 1, 'Lunar Leggings'), +(1024646, 14258, 0, 1, 1, 1, 'Bloodwoven Cord'), +(1024646, 14259, 0, 1, 1, 1, 'Bloodwoven Boots'), +(1024646, 14262, 0, 1, 1, 1, 'Bloodwoven Mitts'), +(1024646, 14263, 0, 1, 1, 1, 'Bloodwoven Mask'), +(1024646, 14264, 0, 1, 1, 1, 'Bloodwoven Pants'), +(1024646, 14266, 0, 1, 1, 1, 'Bloodwoven Pads'), +(1024646, 14268, 0, 1, 1, 1, 'Gaea\'s Cuffs'), +(1024646, 14269, 0, 1, 1, 1, 'Gaea\'s Slippers'), +(1024646, 14270, 0, 1, 1, 1, 'Gaea\'s Cloak'), +(1024646, 14271, 0, 1, 1, 1, 'Gaea\'s Circlet'), +(1024646, 14272, 0, 1, 1, 1, 'Gaea\'s Handwraps'), +(1024646, 14273, 0, 1, 1, 1, 'Gaea\'s Amice'), +(1024646, 14276, 0, 1, 1, 1, 'Gaea\'s Belt'), +(1024646, 14279, 0, 1, 1, 1, 'Opulent Bracers'), +(1024646, 14280, 0, 1, 1, 1, 'Opulent Cape'), +(1024646, 14292, 0, 1, 1, 1, 'Arachnidian Cape'), +(1024646, 14427, 0, 1, 1, 1, 'Windchaser Wraps'), +(1024646, 14432, 0, 1, 1, 1, 'Windchaser Amice'), +(1024646, 14433, 0, 1, 1, 1, 'Windchaser Woolies'), +(1024646, 14434, 0, 1, 1, 1, 'Windchaser Robes'), +(1024646, 14436, 0, 1, 1, 1, 'Windchaser Coronet'), +(1024646, 14438, 0, 1, 1, 1, 'Venomshroud Boots'), +(1024646, 14439, 0, 1, 1, 1, 'Venomshroud Armguards'), +(1024646, 14440, 0, 1, 1, 1, 'Venomshroud Cape'), +(1024646, 14442, 0, 1, 1, 1, 'Venomshroud Mitts'), +(1024646, 14443, 0, 1, 1, 1, 'Venomshroud Mantle'), +(1024646, 14446, 0, 1, 1, 1, 'Venomshroud Belt'), +(1024646, 14604, 0, 1, 1, 1, 'Warden\'s Wizard Hat'), +(1024646, 14652, 0, 1, 1, 1, 'Scorpashi Sash'), +(1024646, 14653, 0, 1, 1, 1, 'Scorpashi Slippers'), +(1024646, 14655, 0, 1, 1, 1, 'Scorpashi Breastplate'), +(1024646, 14657, 0, 1, 1, 1, 'Scorpashi Gloves'), +(1024646, 14658, 0, 1, 1, 1, 'Scorpashi Skullcap'), +(1024646, 14659, 0, 1, 1, 1, 'Scorpashi Leggings'), +(1024646, 14660, 0, 1, 1, 1, 'Scorpashi Shoulder Pads'), +(1024646, 14661, 0, 1, 1, 1, 'Keeper\'s Cord'), +(1024646, 14663, 0, 1, 1, 1, 'Keeper\'s Bindings'), +(1024646, 14665, 0, 1, 1, 1, 'Keeper\'s Cloak'), +(1024646, 14778, 0, 1, 1, 1, 'Khan\'s Bindings'), +(1024646, 14779, 0, 1, 1, 1, 'Khan\'s Chestpiece'), +(1024646, 14780, 0, 1, 1, 1, 'Khan\'s Buckler'), +(1024646, 14782, 0, 1, 1, 1, 'Khan\'s Gloves'), +(1024646, 14783, 0, 1, 1, 1, 'Khan\'s Belt'), +(1024646, 14784, 0, 1, 1, 1, 'Khan\'s Greaves'), +(1024646, 14785, 0, 1, 1, 1, 'Khan\'s Helmet'), +(1024646, 14786, 0, 1, 1, 1, 'Khan\'s Legguards'), +(1024646, 14787, 0, 1, 1, 1, 'Khan\'s Mantle'), +(1024646, 14788, 0, 1, 1, 1, 'Protector Armguards'), +(1024646, 14791, 0, 1, 1, 1, 'Protector Cape'), +(1024646, 14835, 0, 1, 1, 1, 'Tyrant\'s Chestpiece'), +(1024646, 14840, 0, 1, 1, 1, 'Tyrant\'s Legplates'), +(1024646, 14842, 0, 1, 1, 1, 'Tyrant\'s Shield'), +(1024646, 14843, 0, 1, 1, 1, 'Tyrant\'s Helm'), +(1024646, 14847, 0, 1, 1, 1, 'Sunscale Belt'), +(1024646, 14853, 0, 1, 1, 1, 'Sunscale Wristguards'), +(1024646, 14905, 0, 1, 1, 1, 'Brutish Gauntlets'), +(1024646, 14907, 0, 1, 1, 1, 'Brutish Helmet'), +(1024646, 14908, 0, 1, 1, 1, 'Brutish Legguards'), +(1024646, 14909, 0, 1, 1, 1, 'Brutish Shoulders'), +(1024646, 14911, 0, 1, 1, 1, 'Brutish Boots'), +(1024646, 14913, 0, 1, 1, 1, 'Jade Greaves'), +(1024646, 14914, 0, 1, 1, 1, 'Jade Bracers'), +(1024646, 14917, 0, 1, 1, 1, 'Jade Gauntlets'), +(1024646, 14918, 0, 1, 1, 1, 'Jade Belt'), +(1024646, 14921, 0, 1, 1, 1, 'Jade Epaulets'), +(1024646, 14939, 0, 1, 1, 1, 'Warbringer\'s Chestguard'), +(1024646, 14944, 0, 1, 1, 1, 'Warbringer\'s Crown'), +(1024646, 14945, 0, 1, 1, 1, 'Warbringer\'s Legguards'), +(1024646, 14947, 0, 1, 1, 1, 'Warbringer\'s Shield'), +(1024646, 14949, 0, 1, 1, 1, 'Bloodforged Gauntlets'), +(1024646, 14950, 0, 1, 1, 1, 'Bloodforged Belt'), +(1024646, 14951, 0, 1, 1, 1, 'Bloodforged Sabatons'), +(1024646, 14953, 0, 1, 1, 1, 'Bloodforged Legplates'), +(1024646, 14955, 0, 1, 1, 1, 'Bloodforged Shoulder Pads'), +(1024646, 14956, 0, 1, 1, 1, 'Bloodforged Bindings'), +(1024646, 14965, 0, 1, 1, 1, 'High Chief\'s Bindings'), +(1024646, 15162, 0, 1, 1, 1, 'Imposing Boots'), +(1024646, 15164, 0, 1, 1, 1, 'Imposing Vest'), +(1024646, 15166, 0, 1, 1, 1, 'Imposing Gloves'), +(1024646, 15167, 0, 1, 1, 1, 'Imposing Bandana'), +(1024646, 15168, 0, 1, 1, 1, 'Imposing Pants'), +(1024646, 15172, 0, 1, 1, 1, 'Potent Bands'), +(1024646, 15173, 0, 1, 1, 1, 'Potent Cape'), +(1024646, 15177, 0, 1, 1, 1, 'Potent Shoulders'), +(1024646, 15178, 0, 1, 1, 1, 'Potent Belt'), +(1024646, 15215, 0, 1, 1, 1, 'Furious Falchion'), +(1024646, 15227, 0, 1, 1, 1, 'Diamond-Tip Bludgeon'), +(1024646, 15235, 0, 1, 1, 1, 'Crescent Edge'), +(1024646, 15252, 0, 1, 1, 1, 'Tusker Sword'), +(1024646, 15262, 0, 1, 1, 1, 'Greater Maul'), +(1024646, 15270, 0, 1, 1, 1, 'Gigantic War Axe'), +(1024646, 15287, 0, 1, 1, 1, 'Crusader Bow'), +(1024646, 15373, 0, 1, 1, 1, 'Wolf Rider\'s Headgear'), +(1024646, 15376, 0, 1, 1, 1, 'Wolf Rider\'s Padded Armor'), +(1024646, 15378, 0, 1, 1, 1, 'Rageclaw Belt'), +(1024646, 15379, 0, 1, 1, 1, 'Rageclaw Boots'), +(1024646, 15380, 0, 1, 1, 1, 'Rageclaw Bracers'), +(1024646, 15382, 0, 1, 1, 1, 'Rageclaw Cloak'), +(1024646, 15383, 0, 1, 1, 1, 'Rageclaw Gloves'), +(1024646, 15385, 0, 1, 1, 1, 'Rageclaw Leggings'), +(1024646, 15386, 0, 1, 1, 1, 'Rageclaw Shoulder Pads'), +(1024646, 15392, 0, 1, 1, 1, 'Jadefire Cloak'), +(1024646, 15601, 0, 1, 1, 1, 'Ancient Chestpiece'), +(1024646, 15602, 0, 1, 1, 1, 'Ancient Crown'), +(1024646, 15604, 0, 1, 1, 1, 'Ancient Defender'), +(1024646, 15609, 0, 1, 1, 1, 'Bonelink Armor'), +(1024646, 15614, 0, 1, 1, 1, 'Bonelink Sabatons'), +(1024646, 15615, 0, 1, 1, 1, 'Bonelink Helmet'), +(1024646, 15616, 0, 1, 1, 1, 'Bonelink Legplates'), +(1024646, 15617, 0, 1, 1, 1, 'Bonelink Epaulets'), +(1024646, 15618, 0, 1, 1, 1, 'Bonelink Wall Shield'), +(1024646, 15619, 0, 1, 1, 1, 'Gryphon Mail Belt'), +(1024646, 15620, 0, 1, 1, 1, 'Gryphon Mail Bracelets'), +(1024646, 15624, 0, 1, 1, 1, 'Gryphon Cloak'), +(1024646, 15625, 0, 1, 1, 1, 'Gryphon Mail Gauntlets'), +(1024646, 15626, 0, 1, 1, 1, 'Gryphon Mail Greaves'), +(1024646, 15628, 0, 1, 1, 1, 'Gryphon Mail Pauldrons'), +(1024646, 15629, 0, 1, 1, 1, 'Formidable Bracers'), +(1024646, 15630, 0, 1, 1, 1, 'Formidable Sabatons'), +(1024646, 15632, 0, 1, 1, 1, 'Formidable Cape'), +(1024646, 15635, 0, 1, 1, 1, 'Formidable Gauntlets'), +(1024646, 15636, 0, 1, 1, 1, 'Formidable Belt'), +(1024646, 15638, 0, 1, 1, 1, 'Formidable Shoulder Pads'), +(1024646, 15643, 0, 1, 1, 1, 'Ironhide Cloak'), +(1024646, 15965, 0, 1, 1, 1, 'Windchaser Orb'), +(1024646, 15980, 0, 1, 1, 1, 'Darkmist Orb'), +(1024646, 15981, 0, 1, 1, 1, 'Lunar Sphere'), +(1024647, 1608, 0, 1, 1, 1, 'Skullcrusher Mace'), +(1024647, 1639, 0, 1, 1, 1, 'Grinning Axe'), +(1024647, 1994, 0, 1, 1, 1, 'Ebonclaw Reaver'), +(1024647, 3208, 0, 1, 1, 1, 'Conk Hammer'), +(1024647, 4046, 0, 1, 1, 1, 'Mistscape Pants'), +(1024647, 4062, 0, 1, 1, 1, 'Imperial Leather Pants'), +(1024647, 4069, 0, 1, 1, 1, 'Blackforge Buckler'), +(1024647, 4080, 0, 1, 1, 1, 'Blackforge Cowl'), +(1024647, 4082, 0, 1, 1, 1, 'Blackforge Breastplate'), +(1024647, 4084, 0, 1, 1, 1, 'Blackforge Leggings'), +(1024647, 4088, 0, 1, 1, 1, 'Dreadblade'), +(1024647, 4089, 0, 1, 1, 1, 'Ricochet Blunderbuss'), +(1024647, 4733, 0, 1, 1, 1, 'Blackforge Pauldrons'), +(1024647, 5216, 0, 1, 1, 1, 'Umbral Wand'), +(1024647, 6423, 0, 1, 1, 1, 'Blackforge Greaves'), +(1024647, 6427, 0, 1, 1, 1, 'Mistscape Robe'), +(1024647, 6430, 0, 1, 1, 1, 'Imperial Leather Breastplate'), +(1024647, 7113, 0, 1, 1, 1, 'Mistscape Armor'), +(1024647, 7332, 0, 1, 1, 1, 'Regal Armor'), +(1024647, 7468, 0, 1, 1, 1, 'Regal Robe'), +(1024647, 7477, 0, 1, 1, 1, 'Ranger Tunic'), +(1024647, 7517, 0, 1, 1, 1, 'Gossamer Tunic'), +(1024647, 7518, 0, 1, 1, 1, 'Gossamer Robe'), +(1024647, 7519, 0, 1, 1, 1, 'Gossamer Pants'), +(1024647, 7520, 0, 1, 1, 1, 'Gossamer Headpiece'), +(1024647, 7521, 0, 1, 1, 1, 'Gossamer Gloves'), +(1024647, 7522, 0, 1, 1, 1, 'Gossamer Boots'), +(1024647, 7523, 0, 1, 1, 1, 'Gossamer Shoulderpads'), +(1024647, 7525, 0, 1, 1, 1, 'Gossamer Bracers'), +(1024647, 7526, 0, 1, 1, 1, 'Gossamer Belt'), +(1024647, 7527, 0, 1, 1, 1, 'Cabalist Chestpiece'), +(1024647, 7528, 0, 1, 1, 1, 'Cabalist Leggings'), +(1024647, 7529, 0, 1, 1, 1, 'Cabalist Helm'), +(1024647, 7530, 0, 1, 1, 1, 'Cabalist Gloves'), +(1024647, 7531, 0, 1, 1, 1, 'Cabalist Boots'), +(1024647, 7532, 0, 1, 1, 1, 'Cabalist Spaulders'), +(1024647, 7534, 0, 1, 1, 1, 'Cabalist Bracers'), +(1024647, 7535, 0, 1, 1, 1, 'Cabalist Belt'), +(1024647, 7536, 0, 1, 1, 1, 'Champion\'s Wall Shield'), +(1024647, 7537, 0, 1, 1, 1, 'Gothic Shield'), +(1024647, 7538, 0, 1, 1, 1, 'Champion\'s Armor'), +(1024647, 7539, 0, 1, 1, 1, 'Champion\'s Leggings'), +(1024647, 7540, 0, 1, 1, 1, 'Champion\'s Helmet'), +(1024647, 7541, 0, 1, 1, 1, 'Champion\'s Gauntlets'), +(1024647, 7542, 0, 1, 1, 1, 'Champion\'s Greaves'), +(1024647, 7543, 0, 1, 1, 1, 'Champion\'s Pauldrons'), +(1024647, 7545, 0, 1, 1, 1, 'Champion\'s Bracers'), +(1024647, 7546, 0, 1, 1, 1, 'Champion\'s Girdle'), +(1024647, 7553, 0, 1, 1, 1, 'Band of the Unicorn'), +(1024647, 7555, 0, 1, 1, 1, 'Regal Star'), +(1024647, 7557, 0, 1, 1, 1, 'Gossamer Rod'), +(1024647, 7611, 0, 1, 1, 1, 'Mistscape Stave'), +(1024647, 8107, 0, 1, 1, 1, 'Hibernal Boots'), +(1024647, 8108, 0, 1, 1, 1, 'Hibernal Bracers'), +(1024647, 8109, 0, 1, 1, 1, 'Hibernal Cloak'), +(1024647, 8110, 0, 1, 1, 1, 'Hibernal Gloves'), +(1024647, 8111, 0, 1, 1, 1, 'Hibernal Mantle'), +(1024647, 8112, 0, 1, 1, 1, 'Hibernal Pants'), +(1024647, 8114, 0, 1, 1, 1, 'Hibernal Sash'), +(1024647, 8115, 0, 1, 1, 1, 'Hibernal Cowl'), +(1024647, 8116, 0, 1, 1, 1, 'Heraldic Belt'), +(1024647, 8117, 0, 1, 1, 1, 'Heraldic Boots'), +(1024647, 8118, 0, 1, 1, 1, 'Heraldic Bracers'), +(1024647, 8120, 0, 1, 1, 1, 'Heraldic Cloak'), +(1024647, 8121, 0, 1, 1, 1, 'Heraldic Gloves'), +(1024647, 8122, 0, 1, 1, 1, 'Heraldic Headpiece'), +(1024647, 8123, 0, 1, 1, 1, 'Heraldic Leggings'), +(1024647, 8124, 0, 1, 1, 1, 'Heraldic Spaulders'), +(1024647, 8125, 0, 1, 1, 1, 'Myrmidon\'s Bracers'), +(1024647, 8127, 0, 1, 1, 1, 'Myrmidon\'s Cape'), +(1024647, 8128, 0, 1, 1, 1, 'Myrmidon\'s Gauntlets'), +(1024647, 8129, 0, 1, 1, 1, 'Myrmidon\'s Girdle'), +(1024647, 8130, 0, 1, 1, 1, 'Myrmidon\'s Greaves'), +(1024647, 8131, 0, 1, 1, 1, 'Myrmidon\'s Helm'), +(1024647, 8133, 0, 1, 1, 1, 'Myrmidon\'s Pauldrons'), +(1024647, 8135, 0, 1, 1, 1, 'Chromite Shield'), +(1024647, 8138, 0, 1, 1, 1, 'Chromite Chestplate'), +(1024647, 8143, 0, 1, 1, 1, 'Chromite Legplates'), +(1024647, 8144, 0, 1, 1, 1, 'Chromite Pauldrons'), +(1024647, 8199, 0, 1, 1, 1, 'Battlefield Destroyer'), +(1024647, 8248, 0, 1, 1, 1, 'Imperial Red Cloak'), +(1024647, 8255, 0, 1, 1, 1, 'Serpentskin Girdle'), +(1024647, 8257, 0, 1, 1, 1, 'Serpentskin Bracers'), +(1024647, 8259, 0, 1, 1, 1, 'Serpentskin Cloak'), +(1024647, 8273, 0, 1, 1, 1, 'Valorous Wristguards'), +(1024647, 8276, 0, 1, 1, 1, 'Valorous Gauntlets'), +(1024647, 8277, 0, 1, 1, 1, 'Valorous Girdle'), +(1024647, 8278, 0, 1, 1, 1, 'Valorous Greaves'), +(1024647, 8279, 0, 1, 1, 1, 'Valorous Helm'), +(1024647, 8280, 0, 1, 1, 1, 'Valorous Legguards'), +(1024647, 8281, 0, 1, 1, 1, 'Valorous Pauldrons'), +(1024647, 9905, 0, 1, 1, 1, 'Royal Blouse'), +(1024647, 9911, 0, 1, 1, 1, 'Royal Trousers'), +(1024647, 9912, 0, 1, 1, 1, 'Royal Amice'), +(1024647, 9913, 0, 1, 1, 1, 'Royal Gown'), +(1024647, 9914, 0, 1, 1, 1, 'Royal Scepter'), +(1024647, 9915, 0, 1, 1, 1, 'Royal Headband'), +(1024647, 9918, 0, 1, 1, 1, 'Brigade Defender'), +(1024647, 9921, 0, 1, 1, 1, 'Tracker\'s Headband'), +(1024647, 9922, 0, 1, 1, 1, 'Tracker\'s Leggings'), +(1024647, 9923, 0, 1, 1, 1, 'Tracker\'s Shoulderpads'), +(1024647, 9924, 0, 1, 1, 1, 'Tracker\'s Tunic'), +(1024647, 9928, 0, 1, 1, 1, 'Brigade Breastplate'), +(1024647, 9933, 0, 1, 1, 1, 'Brigade Leggings'), +(1024647, 9935, 0, 1, 1, 1, 'Embossed Plate Shield'), +(1024647, 9936, 0, 1, 1, 1, 'Abjurer\'s Boots'), +(1024647, 9937, 0, 1, 1, 1, 'Abjurer\'s Bands'), +(1024647, 9938, 0, 1, 1, 1, 'Abjurer\'s Cloak'), +(1024647, 9939, 0, 1, 1, 1, 'Abjurer\'s Gloves'), +(1024647, 9940, 0, 1, 1, 1, 'Abjurer\'s Hood'), +(1024647, 9941, 0, 1, 1, 1, 'Abjurer\'s Mantle'), +(1024647, 9942, 0, 1, 1, 1, 'Abjurer\'s Pants'), +(1024647, 9945, 0, 1, 1, 1, 'Abjurer\'s Sash'), +(1024647, 9947, 0, 1, 1, 1, 'Chieftain\'s Belt'), +(1024647, 9948, 0, 1, 1, 1, 'Chieftain\'s Boots'), +(1024647, 9949, 0, 1, 1, 1, 'Chieftain\'s Bracers'), +(1024647, 9951, 0, 1, 1, 1, 'Chieftain\'s Cloak'), +(1024647, 9952, 0, 1, 1, 1, 'Chieftain\'s Gloves'), +(1024647, 9953, 0, 1, 1, 1, 'Chieftain\'s Headdress'), +(1024647, 9955, 0, 1, 1, 1, 'Chieftain\'s Shoulders'), +(1024647, 9956, 0, 1, 1, 1, 'Warmonger\'s Bracers'), +(1024647, 9957, 0, 1, 1, 1, 'Warmonger\'s Chestpiece'), +(1024647, 9958, 0, 1, 1, 1, 'Warmonger\'s Buckler'), +(1024647, 9959, 0, 1, 1, 1, 'Warmonger\'s Cloak'), +(1024647, 9960, 0, 1, 1, 1, 'Warmonger\'s Gauntlets'), +(1024647, 9961, 0, 1, 1, 1, 'Warmonger\'s Belt'), +(1024647, 9962, 0, 1, 1, 1, 'Warmonger\'s Greaves'), +(1024647, 9963, 0, 1, 1, 1, 'Warmonger\'s Circlet'), +(1024647, 9964, 0, 1, 1, 1, 'Warmonger\'s Leggings'), +(1024647, 9965, 0, 1, 1, 1, 'Warmonger\'s Pauldrons'), +(1024647, 9966, 0, 1, 1, 1, 'Embossed Plate Armor'), +(1024647, 10058, 0, 1, 1, 1, 'Duskwoven Sandals'), +(1024647, 10059, 0, 1, 1, 1, 'Duskwoven Bracers'), +(1024647, 10060, 0, 1, 1, 1, 'Duskwoven Cape'), +(1024647, 10066, 0, 1, 1, 1, 'Duskwoven Sash'), +(1024647, 10067, 0, 1, 1, 1, 'Righteous Waistguard'), +(1024647, 10069, 0, 1, 1, 1, 'Righteous Bracers'), +(1024647, 10071, 0, 1, 1, 1, 'Righteous Cloak'), +(1024647, 10076, 0, 1, 1, 1, 'Lord\'s Armguards'), +(1024647, 10079, 0, 1, 1, 1, 'Lord\'s Cape'), +(1024647, 10080, 0, 1, 1, 1, 'Lord\'s Gauntlets'), +(1024647, 10081, 0, 1, 1, 1, 'Lord\'s Girdle'), +(1024647, 10086, 0, 1, 1, 1, 'Gothic Plate Armor'), +(1024647, 10087, 0, 1, 1, 1, 'Gothic Plate Gauntlets'), +(1024647, 10088, 0, 1, 1, 1, 'Gothic Plate Girdle'), +(1024647, 10089, 0, 1, 1, 1, 'Gothic Sabatons'), +(1024647, 10090, 0, 1, 1, 1, 'Gothic Plate Helmet'), +(1024647, 10091, 0, 1, 1, 1, 'Gothic Plate Leggings'), +(1024647, 10092, 0, 1, 1, 1, 'Gothic Plate Spaulders'), +(1024647, 10094, 0, 1, 1, 1, 'Gothic Plate Vambraces'), +(1024647, 10127, 0, 1, 1, 1, 'Revenant Bracers'), +(1024647, 10129, 0, 1, 1, 1, 'Revenant Gauntlets'), +(1024647, 10130, 0, 1, 1, 1, 'Revenant Girdle'), +(1024647, 10131, 0, 1, 1, 1, 'Revenant Boots'), +(1024647, 10194, 0, 1, 1, 1, 'Crusader\'s Cloak'), +(1024647, 10201, 0, 1, 1, 1, 'Overlord\'s Greaves'), +(1024647, 10202, 0, 1, 1, 1, 'Overlord\'s Vambraces'), +(1024647, 10205, 0, 1, 1, 1, 'Overlord\'s Gauntlets'), +(1024647, 10206, 0, 1, 1, 1, 'Overlord\'s Girdle'), +(1024647, 10207, 0, 1, 1, 1, 'Overlord\'s Crown'), +(1024647, 10208, 0, 1, 1, 1, 'Overlord\'s Legplates'), +(1024647, 10209, 0, 1, 1, 1, 'Overlord\'s Spaulders'), +(1024647, 11974, 0, 1, 1, 1, 'Aquamarine Ring'), +(1024647, 11975, 0, 1, 1, 1, 'Topaz Ring'), +(1024647, 11988, 0, 1, 1, 1, 'Tellurium Band'), +(1024647, 11999, 0, 1, 1, 1, 'Lodestone Hoop'), +(1024647, 12001, 0, 1, 1, 1, 'Onyx Ring'), +(1024647, 12012, 0, 1, 1, 1, 'Marsh Ring'), +(1024647, 12013, 0, 1, 1, 1, 'Desert Ring'), +(1024647, 12023, 0, 1, 1, 1, 'Tellurium Necklace'), +(1024647, 12024, 0, 1, 1, 1, 'Vanadium Talisman'), +(1024647, 12032, 0, 1, 1, 1, 'Onyx Choker'), +(1024647, 12043, 0, 1, 1, 1, 'Desert Choker'), +(1024647, 14237, 0, 1, 1, 1, 'Darkmist Armor'), +(1024647, 14244, 0, 1, 1, 1, 'Darkmist Wraps'), +(1024647, 14249, 0, 1, 1, 1, 'Lunar Vest'), +(1024647, 14252, 0, 1, 1, 1, 'Lunar Coronet'), +(1024647, 14254, 0, 1, 1, 1, 'Lunar Raiment'), +(1024647, 14257, 0, 1, 1, 1, 'Lunar Leggings'), +(1024647, 14258, 0, 1, 1, 1, 'Bloodwoven Cord'), +(1024647, 14259, 0, 1, 1, 1, 'Bloodwoven Boots'), +(1024647, 14262, 0, 1, 1, 1, 'Bloodwoven Mitts'), +(1024647, 14263, 0, 1, 1, 1, 'Bloodwoven Mask'), +(1024647, 14264, 0, 1, 1, 1, 'Bloodwoven Pants'), +(1024647, 14266, 0, 1, 1, 1, 'Bloodwoven Pads'), +(1024647, 14268, 0, 1, 1, 1, 'Gaea\'s Cuffs'), +(1024647, 14269, 0, 1, 1, 1, 'Gaea\'s Slippers'), +(1024647, 14270, 0, 1, 1, 1, 'Gaea\'s Cloak'), +(1024647, 14271, 0, 1, 1, 1, 'Gaea\'s Circlet'), +(1024647, 14272, 0, 1, 1, 1, 'Gaea\'s Handwraps'), +(1024647, 14273, 0, 1, 1, 1, 'Gaea\'s Amice'), +(1024647, 14276, 0, 1, 1, 1, 'Gaea\'s Belt'), +(1024647, 14278, 0, 1, 1, 1, 'Opulent Mantle'), +(1024647, 14279, 0, 1, 1, 1, 'Opulent Bracers'), +(1024647, 14280, 0, 1, 1, 1, 'Opulent Cape'), +(1024647, 14282, 0, 1, 1, 1, 'Opulent Gloves'), +(1024647, 14285, 0, 1, 1, 1, 'Opulent Boots'), +(1024647, 14286, 0, 1, 1, 1, 'Opulent Belt'), +(1024647, 14291, 0, 1, 1, 1, 'Arachnidian Bracelets'), +(1024647, 14292, 0, 1, 1, 1, 'Arachnidian Cape'), +(1024647, 14427, 0, 1, 1, 1, 'Windchaser Wraps'), +(1024647, 14432, 0, 1, 1, 1, 'Windchaser Amice'), +(1024647, 14433, 0, 1, 1, 1, 'Windchaser Woolies'), +(1024647, 14434, 0, 1, 1, 1, 'Windchaser Robes'), +(1024647, 14436, 0, 1, 1, 1, 'Windchaser Coronet'), +(1024647, 14438, 0, 1, 1, 1, 'Venomshroud Boots'), +(1024647, 14439, 0, 1, 1, 1, 'Venomshroud Armguards'), +(1024647, 14440, 0, 1, 1, 1, 'Venomshroud Cape'), +(1024647, 14441, 0, 1, 1, 1, 'Venomshroud Mask'), +(1024647, 14442, 0, 1, 1, 1, 'Venomshroud Mitts'), +(1024647, 14443, 0, 1, 1, 1, 'Venomshroud Mantle'), +(1024647, 14446, 0, 1, 1, 1, 'Venomshroud Belt'), +(1024647, 14604, 0, 1, 1, 1, 'Warden\'s Wizard Hat'), +(1024647, 14652, 0, 1, 1, 1, 'Scorpashi Sash'), +(1024647, 14653, 0, 1, 1, 1, 'Scorpashi Slippers'), +(1024647, 14655, 0, 1, 1, 1, 'Scorpashi Breastplate'), +(1024647, 14657, 0, 1, 1, 1, 'Scorpashi Gloves'), +(1024647, 14658, 0, 1, 1, 1, 'Scorpashi Skullcap'), +(1024647, 14659, 0, 1, 1, 1, 'Scorpashi Leggings'), +(1024647, 14660, 0, 1, 1, 1, 'Scorpashi Shoulder Pads'), +(1024647, 14661, 0, 1, 1, 1, 'Keeper\'s Cord'), +(1024647, 14663, 0, 1, 1, 1, 'Keeper\'s Bindings'), +(1024647, 14665, 0, 1, 1, 1, 'Keeper\'s Cloak'), +(1024647, 14778, 0, 1, 1, 1, 'Khan\'s Bindings'), +(1024647, 14779, 0, 1, 1, 1, 'Khan\'s Chestpiece'), +(1024647, 14780, 0, 1, 1, 1, 'Khan\'s Buckler'), +(1024647, 14782, 0, 1, 1, 1, 'Khan\'s Gloves'), +(1024647, 14783, 0, 1, 1, 1, 'Khan\'s Belt'), +(1024647, 14784, 0, 1, 1, 1, 'Khan\'s Greaves'), +(1024647, 14785, 0, 1, 1, 1, 'Khan\'s Helmet'), +(1024647, 14786, 0, 1, 1, 1, 'Khan\'s Legguards'), +(1024647, 14787, 0, 1, 1, 1, 'Khan\'s Mantle'), +(1024647, 14788, 0, 1, 1, 1, 'Protector Armguards'), +(1024647, 14791, 0, 1, 1, 1, 'Protector Cape'), +(1024647, 14792, 0, 1, 1, 1, 'Protector Gauntlets'), +(1024647, 14793, 0, 1, 1, 1, 'Protector Waistband'), +(1024647, 14794, 0, 1, 1, 1, 'Protector Ankleguards'), +(1024647, 14835, 0, 1, 1, 1, 'Tyrant\'s Chestpiece'), +(1024647, 14840, 0, 1, 1, 1, 'Tyrant\'s Legplates'), +(1024647, 14842, 0, 1, 1, 1, 'Tyrant\'s Shield'), +(1024647, 14843, 0, 1, 1, 1, 'Tyrant\'s Helm'), +(1024647, 14846, 0, 1, 1, 1, 'Sunscale Gauntlets'), +(1024647, 14847, 0, 1, 1, 1, 'Sunscale Belt'), +(1024647, 14848, 0, 1, 1, 1, 'Sunscale Sabatons'), +(1024647, 14853, 0, 1, 1, 1, 'Sunscale Wristguards'), +(1024647, 14904, 0, 1, 1, 1, 'Brutish Breastplate'), +(1024647, 14905, 0, 1, 1, 1, 'Brutish Gauntlets'), +(1024647, 14907, 0, 1, 1, 1, 'Brutish Helmet'), +(1024647, 14908, 0, 1, 1, 1, 'Brutish Legguards'), +(1024647, 14909, 0, 1, 1, 1, 'Brutish Shoulders'), +(1024647, 14911, 0, 1, 1, 1, 'Brutish Boots'), +(1024647, 14912, 0, 1, 1, 1, 'Brutish Shield'), +(1024647, 14913, 0, 1, 1, 1, 'Jade Greaves'), +(1024647, 14914, 0, 1, 1, 1, 'Jade Bracers'), +(1024647, 14917, 0, 1, 1, 1, 'Jade Gauntlets'), +(1024647, 14918, 0, 1, 1, 1, 'Jade Belt'), +(1024647, 14921, 0, 1, 1, 1, 'Jade Epaulets'), +(1024647, 14923, 0, 1, 1, 1, 'Lofty Armguards'), +(1024647, 14939, 0, 1, 1, 1, 'Warbringer\'s Chestguard'), +(1024647, 14944, 0, 1, 1, 1, 'Warbringer\'s Crown'), +(1024647, 14945, 0, 1, 1, 1, 'Warbringer\'s Legguards'), +(1024647, 14947, 0, 1, 1, 1, 'Warbringer\'s Shield'), +(1024647, 14949, 0, 1, 1, 1, 'Bloodforged Gauntlets'), +(1024647, 14950, 0, 1, 1, 1, 'Bloodforged Belt'), +(1024647, 14951, 0, 1, 1, 1, 'Bloodforged Sabatons'), +(1024647, 14952, 0, 1, 1, 1, 'Bloodforged Helmet'), +(1024647, 14953, 0, 1, 1, 1, 'Bloodforged Legplates'), +(1024647, 14955, 0, 1, 1, 1, 'Bloodforged Shoulder Pads'), +(1024647, 14956, 0, 1, 1, 1, 'Bloodforged Bindings'), +(1024647, 14965, 0, 1, 1, 1, 'High Chief\'s Bindings'), +(1024647, 15162, 0, 1, 1, 1, 'Imposing Boots'), +(1024647, 15164, 0, 1, 1, 1, 'Imposing Vest'), +(1024647, 15166, 0, 1, 1, 1, 'Imposing Gloves'), +(1024647, 15167, 0, 1, 1, 1, 'Imposing Bandana'), +(1024647, 15168, 0, 1, 1, 1, 'Imposing Pants'), +(1024647, 15171, 0, 1, 1, 1, 'Potent Boots'), +(1024647, 15172, 0, 1, 1, 1, 'Potent Bands'), +(1024647, 15173, 0, 1, 1, 1, 'Potent Cape'), +(1024647, 15174, 0, 1, 1, 1, 'Potent Gloves'), +(1024647, 15176, 0, 1, 1, 1, 'Potent Pants'), +(1024647, 15177, 0, 1, 1, 1, 'Potent Shoulders'), +(1024647, 15178, 0, 1, 1, 1, 'Potent Belt'), +(1024647, 15183, 0, 1, 1, 1, 'Praetorian Cloak'), +(1024647, 15215, 0, 1, 1, 1, 'Furious Falchion'), +(1024647, 15227, 0, 1, 1, 1, 'Diamond-Tip Bludgeon'), +(1024647, 15235, 0, 1, 1, 1, 'Crescent Edge'), +(1024647, 15245, 0, 1, 1, 1, 'Vorpal Dagger'), +(1024647, 15252, 0, 1, 1, 1, 'Tusker Sword'), +(1024647, 15262, 0, 1, 1, 1, 'Greater Maul'), +(1024647, 15263, 0, 1, 1, 1, 'Royal Mallet'), +(1024647, 15270, 0, 1, 1, 1, 'Gigantic War Axe'), +(1024647, 15287, 0, 1, 1, 1, 'Crusader Bow'), +(1024647, 15323, 0, 1, 1, 1, 'Percussion Shotgun'), +(1024647, 15373, 0, 1, 1, 1, 'Wolf Rider\'s Headgear'), +(1024647, 15376, 0, 1, 1, 1, 'Wolf Rider\'s Padded Armor'), +(1024647, 15378, 0, 1, 1, 1, 'Rageclaw Belt'), +(1024647, 15379, 0, 1, 1, 1, 'Rageclaw Boots'), +(1024647, 15380, 0, 1, 1, 1, 'Rageclaw Bracers'), +(1024647, 15382, 0, 1, 1, 1, 'Rageclaw Cloak'), +(1024647, 15383, 0, 1, 1, 1, 'Rageclaw Gloves'), +(1024647, 15384, 0, 1, 1, 1, 'Rageclaw Helm'), +(1024647, 15385, 0, 1, 1, 1, 'Rageclaw Leggings'), +(1024647, 15386, 0, 1, 1, 1, 'Rageclaw Shoulder Pads'), +(1024647, 15387, 0, 1, 1, 1, 'Jadefire Bracelets'), +(1024647, 15392, 0, 1, 1, 1, 'Jadefire Cloak'), +(1024647, 15601, 0, 1, 1, 1, 'Ancient Chestpiece'), +(1024647, 15602, 0, 1, 1, 1, 'Ancient Crown'), +(1024647, 15604, 0, 1, 1, 1, 'Ancient Defender'), +(1024647, 15609, 0, 1, 1, 1, 'Bonelink Armor'), +(1024647, 15614, 0, 1, 1, 1, 'Bonelink Sabatons'), +(1024647, 15615, 0, 1, 1, 1, 'Bonelink Helmet'), +(1024647, 15616, 0, 1, 1, 1, 'Bonelink Legplates'), +(1024647, 15617, 0, 1, 1, 1, 'Bonelink Epaulets'), +(1024647, 15618, 0, 1, 1, 1, 'Bonelink Wall Shield'), +(1024647, 15619, 0, 1, 1, 1, 'Gryphon Mail Belt'), +(1024647, 15620, 0, 1, 1, 1, 'Gryphon Mail Bracelets'), +(1024647, 15623, 0, 1, 1, 1, 'Gryphon Mail Crown'), +(1024647, 15624, 0, 1, 1, 1, 'Gryphon Cloak'), +(1024647, 15625, 0, 1, 1, 1, 'Gryphon Mail Gauntlets'), +(1024647, 15626, 0, 1, 1, 1, 'Gryphon Mail Greaves'), +(1024647, 15627, 0, 1, 1, 1, 'Gryphon Mail Legguards'), +(1024647, 15628, 0, 1, 1, 1, 'Gryphon Mail Pauldrons'), +(1024647, 15629, 0, 1, 1, 1, 'Formidable Bracers'), +(1024647, 15630, 0, 1, 1, 1, 'Formidable Sabatons'), +(1024647, 15632, 0, 1, 1, 1, 'Formidable Cape'), +(1024647, 15635, 0, 1, 1, 1, 'Formidable Gauntlets'), +(1024647, 15636, 0, 1, 1, 1, 'Formidable Belt'), +(1024647, 15638, 0, 1, 1, 1, 'Formidable Shoulder Pads'), +(1024647, 15639, 0, 1, 1, 1, 'Ironhide Bracers'), +(1024647, 15643, 0, 1, 1, 1, 'Ironhide Cloak'), +(1024647, 15965, 0, 1, 1, 1, 'Windchaser Orb'), +(1024647, 15980, 0, 1, 1, 1, 'Darkmist Orb'), +(1024647, 15981, 0, 1, 1, 1, 'Lunar Sphere'), +(1024747, 1608, 0, 1, 1, 1, 'Skullcrusher Mace'), +(1024747, 1639, 0, 1, 1, 1, 'Grinning Axe'), +(1024747, 1994, 0, 1, 1, 1, 'Ebonclaw Reaver'), +(1024747, 3208, 0, 1, 1, 1, 'Conk Hammer'), +(1024747, 4069, 0, 1, 1, 1, 'Blackforge Buckler'), +(1024747, 4082, 0, 1, 1, 1, 'Blackforge Breastplate'), +(1024747, 4084, 0, 1, 1, 1, 'Blackforge Leggings'), +(1024747, 4088, 0, 1, 1, 1, 'Dreadblade'), +(1024747, 4089, 0, 1, 1, 1, 'Ricochet Blunderbuss'), +(1024747, 4733, 0, 1, 1, 1, 'Blackforge Pauldrons'), +(1024747, 6427, 0, 1, 1, 1, 'Mistscape Robe'), +(1024747, 6430, 0, 1, 1, 1, 'Imperial Leather Breastplate'), +(1024747, 7113, 0, 1, 1, 1, 'Mistscape Armor'), +(1024747, 7517, 0, 1, 1, 1, 'Gossamer Tunic'), +(1024747, 7518, 0, 1, 1, 1, 'Gossamer Robe'), +(1024747, 7519, 0, 1, 1, 1, 'Gossamer Pants'), +(1024747, 7520, 0, 1, 1, 1, 'Gossamer Headpiece'), +(1024747, 7521, 0, 1, 1, 1, 'Gossamer Gloves'), +(1024747, 7523, 0, 1, 1, 1, 'Gossamer Shoulderpads'), +(1024747, 7526, 0, 1, 1, 1, 'Gossamer Belt'), +(1024747, 7527, 0, 1, 1, 1, 'Cabalist Chestpiece'), +(1024747, 7528, 0, 1, 1, 1, 'Cabalist Leggings'), +(1024747, 7529, 0, 1, 1, 1, 'Cabalist Helm'), +(1024747, 7530, 0, 1, 1, 1, 'Cabalist Gloves'), +(1024747, 7531, 0, 1, 1, 1, 'Cabalist Boots'), +(1024747, 7532, 0, 1, 1, 1, 'Cabalist Spaulders'), +(1024747, 7535, 0, 1, 1, 1, 'Cabalist Belt'), +(1024747, 7536, 0, 1, 1, 1, 'Champion\'s Wall Shield'), +(1024747, 7537, 0, 1, 1, 1, 'Gothic Shield'), +(1024747, 7538, 0, 1, 1, 1, 'Champion\'s Armor'), +(1024747, 7539, 0, 1, 1, 1, 'Champion\'s Leggings'), +(1024747, 7540, 0, 1, 1, 1, 'Champion\'s Helmet'), +(1024747, 7541, 0, 1, 1, 1, 'Champion\'s Gauntlets'), +(1024747, 7542, 0, 1, 1, 1, 'Champion\'s Greaves'), +(1024747, 7543, 0, 1, 1, 1, 'Champion\'s Pauldrons'), +(1024747, 7546, 0, 1, 1, 1, 'Champion\'s Girdle'), +(1024747, 7553, 0, 1, 1, 1, 'Band of the Unicorn'), +(1024747, 7557, 0, 1, 1, 1, 'Gossamer Rod'), +(1024747, 7611, 0, 1, 1, 1, 'Mistscape Stave'), +(1024747, 8107, 0, 1, 1, 1, 'Hibernal Boots'), +(1024747, 8108, 0, 1, 1, 1, 'Hibernal Bracers'), +(1024747, 8109, 0, 1, 1, 1, 'Hibernal Cloak'), +(1024747, 8110, 0, 1, 1, 1, 'Hibernal Gloves'), +(1024747, 8111, 0, 1, 1, 1, 'Hibernal Mantle'), +(1024747, 8112, 0, 1, 1, 1, 'Hibernal Pants'), +(1024747, 8114, 0, 1, 1, 1, 'Hibernal Sash'), +(1024747, 8115, 0, 1, 1, 1, 'Hibernal Cowl'), +(1024747, 8116, 0, 1, 1, 1, 'Heraldic Belt'), +(1024747, 8117, 0, 1, 1, 1, 'Heraldic Boots'), +(1024747, 8118, 0, 1, 1, 1, 'Heraldic Bracers'), +(1024747, 8121, 0, 1, 1, 1, 'Heraldic Gloves'), +(1024747, 8122, 0, 1, 1, 1, 'Heraldic Headpiece'), +(1024747, 8123, 0, 1, 1, 1, 'Heraldic Leggings'), +(1024747, 8124, 0, 1, 1, 1, 'Heraldic Spaulders'), +(1024747, 8125, 0, 1, 1, 1, 'Myrmidon\'s Bracers'), +(1024747, 8127, 0, 1, 1, 1, 'Myrmidon\'s Cape'), +(1024747, 8128, 0, 1, 1, 1, 'Myrmidon\'s Gauntlets'), +(1024747, 8129, 0, 1, 1, 1, 'Myrmidon\'s Girdle'), +(1024747, 8130, 0, 1, 1, 1, 'Myrmidon\'s Greaves'), +(1024747, 8131, 0, 1, 1, 1, 'Myrmidon\'s Helm'), +(1024747, 8133, 0, 1, 1, 1, 'Myrmidon\'s Pauldrons'), +(1024747, 8135, 0, 1, 1, 1, 'Chromite Shield'), +(1024747, 8138, 0, 1, 1, 1, 'Chromite Chestplate'), +(1024747, 8143, 0, 1, 1, 1, 'Chromite Legplates'), +(1024747, 8199, 0, 1, 1, 1, 'Battlefield Destroyer'), +(1024747, 8248, 0, 1, 1, 1, 'Imperial Red Cloak'), +(1024747, 8255, 0, 1, 1, 1, 'Serpentskin Girdle'), +(1024747, 8257, 0, 1, 1, 1, 'Serpentskin Bracers'), +(1024747, 8259, 0, 1, 1, 1, 'Serpentskin Cloak'), +(1024747, 8273, 0, 1, 1, 1, 'Valorous Wristguards'), +(1024747, 8276, 0, 1, 1, 1, 'Valorous Gauntlets'), +(1024747, 8277, 0, 1, 1, 1, 'Valorous Girdle'), +(1024747, 8278, 0, 1, 1, 1, 'Valorous Greaves'), +(1024747, 8279, 0, 1, 1, 1, 'Valorous Helm'), +(1024747, 8280, 0, 1, 1, 1, 'Valorous Legguards'), +(1024747, 8281, 0, 1, 1, 1, 'Valorous Pauldrons'), +(1024747, 9905, 0, 1, 1, 1, 'Royal Blouse'), +(1024747, 9911, 0, 1, 1, 1, 'Royal Trousers'), +(1024747, 9913, 0, 1, 1, 1, 'Royal Gown'), +(1024747, 9914, 0, 1, 1, 1, 'Royal Scepter'), +(1024747, 9922, 0, 1, 1, 1, 'Tracker\'s Leggings'), +(1024747, 9924, 0, 1, 1, 1, 'Tracker\'s Tunic'), +(1024747, 9936, 0, 1, 1, 1, 'Abjurer\'s Boots'), +(1024747, 9937, 0, 1, 1, 1, 'Abjurer\'s Bands'), +(1024747, 9938, 0, 1, 1, 1, 'Abjurer\'s Cloak'), +(1024747, 9939, 0, 1, 1, 1, 'Abjurer\'s Gloves'), +(1024747, 9940, 0, 1, 1, 1, 'Abjurer\'s Hood'), +(1024747, 9941, 0, 1, 1, 1, 'Abjurer\'s Mantle'), +(1024747, 9942, 0, 1, 1, 1, 'Abjurer\'s Pants'), +(1024747, 9945, 0, 1, 1, 1, 'Abjurer\'s Sash'), +(1024747, 9947, 0, 1, 1, 1, 'Chieftain\'s Belt'), +(1024747, 9948, 0, 1, 1, 1, 'Chieftain\'s Boots'), +(1024747, 9949, 0, 1, 1, 1, 'Chieftain\'s Bracers'), +(1024747, 9951, 0, 1, 1, 1, 'Chieftain\'s Cloak'), +(1024747, 9952, 0, 1, 1, 1, 'Chieftain\'s Gloves'), +(1024747, 9953, 0, 1, 1, 1, 'Chieftain\'s Headdress'), +(1024747, 9955, 0, 1, 1, 1, 'Chieftain\'s Shoulders'), +(1024747, 9956, 0, 1, 1, 1, 'Warmonger\'s Bracers'), +(1024747, 9957, 0, 1, 1, 1, 'Warmonger\'s Chestpiece'), +(1024747, 9958, 0, 1, 1, 1, 'Warmonger\'s Buckler'), +(1024747, 9960, 0, 1, 1, 1, 'Warmonger\'s Gauntlets'), +(1024747, 9961, 0, 1, 1, 1, 'Warmonger\'s Belt'), +(1024747, 9962, 0, 1, 1, 1, 'Warmonger\'s Greaves'), +(1024747, 9963, 0, 1, 1, 1, 'Warmonger\'s Circlet'), +(1024747, 9964, 0, 1, 1, 1, 'Warmonger\'s Leggings'), +(1024747, 9965, 0, 1, 1, 1, 'Warmonger\'s Pauldrons'), +(1024747, 10058, 0, 1, 1, 1, 'Duskwoven Sandals'), +(1024747, 10059, 0, 1, 1, 1, 'Duskwoven Bracers'), +(1024747, 10060, 0, 1, 1, 1, 'Duskwoven Cape'), +(1024747, 10066, 0, 1, 1, 1, 'Duskwoven Sash'), +(1024747, 10067, 0, 1, 1, 1, 'Righteous Waistguard'), +(1024747, 10069, 0, 1, 1, 1, 'Righteous Bracers'), +(1024747, 10071, 0, 1, 1, 1, 'Righteous Cloak'), +(1024747, 10076, 0, 1, 1, 1, 'Lord\'s Armguards'), +(1024747, 10079, 0, 1, 1, 1, 'Lord\'s Cape'), +(1024747, 10080, 0, 1, 1, 1, 'Lord\'s Gauntlets'), +(1024747, 10081, 0, 1, 1, 1, 'Lord\'s Girdle'), +(1024747, 10086, 0, 1, 1, 1, 'Gothic Plate Armor'), +(1024747, 10087, 0, 1, 1, 1, 'Gothic Plate Gauntlets'), +(1024747, 10090, 0, 1, 1, 1, 'Gothic Plate Helmet'), +(1024747, 10091, 0, 1, 1, 1, 'Gothic Plate Leggings'), +(1024747, 10092, 0, 1, 1, 1, 'Gothic Plate Spaulders'), +(1024747, 10127, 0, 1, 1, 1, 'Revenant Bracers'), +(1024747, 10129, 0, 1, 1, 1, 'Revenant Gauntlets'), +(1024747, 10130, 0, 1, 1, 1, 'Revenant Girdle'), +(1024747, 10131, 0, 1, 1, 1, 'Revenant Boots'), +(1024747, 10194, 0, 1, 1, 1, 'Crusader\'s Cloak'), +(1024747, 10201, 0, 1, 1, 1, 'Overlord\'s Greaves'), +(1024747, 10202, 0, 1, 1, 1, 'Overlord\'s Vambraces'), +(1024747, 10205, 0, 1, 1, 1, 'Overlord\'s Gauntlets'), +(1024747, 10206, 0, 1, 1, 1, 'Overlord\'s Girdle'), +(1024747, 10207, 0, 1, 1, 1, 'Overlord\'s Crown'), +(1024747, 10208, 0, 1, 1, 1, 'Overlord\'s Legplates'), +(1024747, 10209, 0, 1, 1, 1, 'Overlord\'s Spaulders'), +(1024747, 11974, 0, 1, 1, 1, 'Aquamarine Ring'), +(1024747, 11975, 0, 1, 1, 1, 'Topaz Ring'), +(1024747, 11988, 0, 1, 1, 1, 'Tellurium Band'), +(1024747, 11999, 0, 1, 1, 1, 'Lodestone Hoop'), +(1024747, 12001, 0, 1, 1, 1, 'Onyx Ring'), +(1024747, 12013, 0, 1, 1, 1, 'Desert Ring'), +(1024747, 12024, 0, 1, 1, 1, 'Vanadium Talisman'), +(1024747, 12032, 0, 1, 1, 1, 'Onyx Choker'), +(1024747, 12043, 0, 1, 1, 1, 'Desert Choker'), +(1024747, 14237, 0, 1, 1, 1, 'Darkmist Armor'), +(1024747, 14244, 0, 1, 1, 1, 'Darkmist Wraps'), +(1024747, 14249, 0, 1, 1, 1, 'Lunar Vest'), +(1024747, 14254, 0, 1, 1, 1, 'Lunar Raiment'), +(1024747, 14259, 0, 1, 1, 1, 'Bloodwoven Boots'), +(1024747, 14263, 0, 1, 1, 1, 'Bloodwoven Mask'), +(1024747, 14264, 0, 1, 1, 1, 'Bloodwoven Pants'), +(1024747, 14266, 0, 1, 1, 1, 'Bloodwoven Pads'), +(1024747, 14268, 0, 1, 1, 1, 'Gaea\'s Cuffs'), +(1024747, 14269, 0, 1, 1, 1, 'Gaea\'s Slippers'), +(1024747, 14271, 0, 1, 1, 1, 'Gaea\'s Circlet'), +(1024747, 14272, 0, 1, 1, 1, 'Gaea\'s Handwraps'), +(1024747, 14273, 0, 1, 1, 1, 'Gaea\'s Amice'), +(1024747, 14276, 0, 1, 1, 1, 'Gaea\'s Belt'), +(1024747, 14278, 0, 1, 1, 1, 'Opulent Mantle'), +(1024747, 14279, 0, 1, 1, 1, 'Opulent Bracers'), +(1024747, 14280, 0, 1, 1, 1, 'Opulent Cape'), +(1024747, 14282, 0, 1, 1, 1, 'Opulent Gloves'), +(1024747, 14285, 0, 1, 1, 1, 'Opulent Boots'), +(1024747, 14286, 0, 1, 1, 1, 'Opulent Belt'), +(1024747, 14291, 0, 1, 1, 1, 'Arachnidian Bracelets'), +(1024747, 14292, 0, 1, 1, 1, 'Arachnidian Cape'), +(1024747, 14427, 0, 1, 1, 1, 'Windchaser Wraps'), +(1024747, 14433, 0, 1, 1, 1, 'Windchaser Woolies'), +(1024747, 14434, 0, 1, 1, 1, 'Windchaser Robes'), +(1024747, 14436, 0, 1, 1, 1, 'Windchaser Coronet'), +(1024747, 14438, 0, 1, 1, 1, 'Venomshroud Boots'), +(1024747, 14439, 0, 1, 1, 1, 'Venomshroud Armguards'), +(1024747, 14440, 0, 1, 1, 1, 'Venomshroud Cape'), +(1024747, 14441, 0, 1, 1, 1, 'Venomshroud Mask'), +(1024747, 14442, 0, 1, 1, 1, 'Venomshroud Mitts'), +(1024747, 14443, 0, 1, 1, 1, 'Venomshroud Mantle'), +(1024747, 14446, 0, 1, 1, 1, 'Venomshroud Belt'), +(1024747, 14653, 0, 1, 1, 1, 'Scorpashi Slippers'), +(1024747, 14655, 0, 1, 1, 1, 'Scorpashi Breastplate'), +(1024747, 14657, 0, 1, 1, 1, 'Scorpashi Gloves'), +(1024747, 14658, 0, 1, 1, 1, 'Scorpashi Skullcap'), +(1024747, 14659, 0, 1, 1, 1, 'Scorpashi Leggings'), +(1024747, 14660, 0, 1, 1, 1, 'Scorpashi Shoulder Pads'), +(1024747, 14661, 0, 1, 1, 1, 'Keeper\'s Cord'), +(1024747, 14663, 0, 1, 1, 1, 'Keeper\'s Bindings'), +(1024747, 14665, 0, 1, 1, 1, 'Keeper\'s Cloak'), +(1024747, 14779, 0, 1, 1, 1, 'Khan\'s Chestpiece'), +(1024747, 14780, 0, 1, 1, 1, 'Khan\'s Buckler'), +(1024747, 14783, 0, 1, 1, 1, 'Khan\'s Belt'), +(1024747, 14784, 0, 1, 1, 1, 'Khan\'s Greaves'), +(1024747, 14785, 0, 1, 1, 1, 'Khan\'s Helmet'), +(1024747, 14786, 0, 1, 1, 1, 'Khan\'s Legguards'), +(1024747, 14787, 0, 1, 1, 1, 'Khan\'s Mantle'), +(1024747, 14788, 0, 1, 1, 1, 'Protector Armguards'), +(1024747, 14791, 0, 1, 1, 1, 'Protector Cape'), +(1024747, 14792, 0, 1, 1, 1, 'Protector Gauntlets'), +(1024747, 14793, 0, 1, 1, 1, 'Protector Waistband'), +(1024747, 14794, 0, 1, 1, 1, 'Protector Ankleguards'), +(1024747, 14835, 0, 1, 1, 1, 'Tyrant\'s Chestpiece'), +(1024747, 14840, 0, 1, 1, 1, 'Tyrant\'s Legplates'), +(1024747, 14842, 0, 1, 1, 1, 'Tyrant\'s Shield'), +(1024747, 14843, 0, 1, 1, 1, 'Tyrant\'s Helm'), +(1024747, 14846, 0, 1, 1, 1, 'Sunscale Gauntlets'), +(1024747, 14847, 0, 1, 1, 1, 'Sunscale Belt'), +(1024747, 14848, 0, 1, 1, 1, 'Sunscale Sabatons'), +(1024747, 14853, 0, 1, 1, 1, 'Sunscale Wristguards'), +(1024747, 14904, 0, 1, 1, 1, 'Brutish Breastplate'), +(1024747, 14907, 0, 1, 1, 1, 'Brutish Helmet'), +(1024747, 14908, 0, 1, 1, 1, 'Brutish Legguards'), +(1024747, 14911, 0, 1, 1, 1, 'Brutish Boots'), +(1024747, 14912, 0, 1, 1, 1, 'Brutish Shield'), +(1024747, 14913, 0, 1, 1, 1, 'Jade Greaves'), +(1024747, 14914, 0, 1, 1, 1, 'Jade Bracers'), +(1024747, 14917, 0, 1, 1, 1, 'Jade Gauntlets'), +(1024747, 14918, 0, 1, 1, 1, 'Jade Belt'), +(1024747, 14921, 0, 1, 1, 1, 'Jade Epaulets'), +(1024747, 14923, 0, 1, 1, 1, 'Lofty Armguards'), +(1024747, 14939, 0, 1, 1, 1, 'Warbringer\'s Chestguard'), +(1024747, 14947, 0, 1, 1, 1, 'Warbringer\'s Shield'), +(1024747, 14949, 0, 1, 1, 1, 'Bloodforged Gauntlets'), +(1024747, 14950, 0, 1, 1, 1, 'Bloodforged Belt'), +(1024747, 14951, 0, 1, 1, 1, 'Bloodforged Sabatons'), +(1024747, 14952, 0, 1, 1, 1, 'Bloodforged Helmet'), +(1024747, 14953, 0, 1, 1, 1, 'Bloodforged Legplates'), +(1024747, 14955, 0, 1, 1, 1, 'Bloodforged Shoulder Pads'), +(1024747, 14965, 0, 1, 1, 1, 'High Chief\'s Bindings'), +(1024747, 15164, 0, 1, 1, 1, 'Imposing Vest'), +(1024747, 15167, 0, 1, 1, 1, 'Imposing Bandana'), +(1024747, 15171, 0, 1, 1, 1, 'Potent Boots'), +(1024747, 15172, 0, 1, 1, 1, 'Potent Bands'), +(1024747, 15173, 0, 1, 1, 1, 'Potent Cape'), +(1024747, 15174, 0, 1, 1, 1, 'Potent Gloves'), +(1024747, 15176, 0, 1, 1, 1, 'Potent Pants'), +(1024747, 15177, 0, 1, 1, 1, 'Potent Shoulders'), +(1024747, 15178, 0, 1, 1, 1, 'Potent Belt'), +(1024747, 15183, 0, 1, 1, 1, 'Praetorian Cloak'), +(1024747, 15227, 0, 1, 1, 1, 'Diamond-Tip Bludgeon'), +(1024747, 15235, 0, 1, 1, 1, 'Crescent Edge'), +(1024747, 15245, 0, 1, 1, 1, 'Vorpal Dagger'), +(1024747, 15252, 0, 1, 1, 1, 'Tusker Sword'), +(1024747, 15262, 0, 1, 1, 1, 'Greater Maul'), +(1024747, 15263, 0, 1, 1, 1, 'Royal Mallet'), +(1024747, 15270, 0, 1, 1, 1, 'Gigantic War Axe'), +(1024747, 15323, 0, 1, 1, 1, 'Percussion Shotgun'), +(1024747, 15373, 0, 1, 1, 1, 'Wolf Rider\'s Headgear'), +(1024747, 15376, 0, 1, 1, 1, 'Wolf Rider\'s Padded Armor'), +(1024747, 15378, 0, 1, 1, 1, 'Rageclaw Belt'), +(1024747, 15379, 0, 1, 1, 1, 'Rageclaw Boots'), +(1024747, 15380, 0, 1, 1, 1, 'Rageclaw Bracers'), +(1024747, 15383, 0, 1, 1, 1, 'Rageclaw Gloves'), +(1024747, 15384, 0, 1, 1, 1, 'Rageclaw Helm'), +(1024747, 15385, 0, 1, 1, 1, 'Rageclaw Leggings'), +(1024747, 15386, 0, 1, 1, 1, 'Rageclaw Shoulder Pads'), +(1024747, 15387, 0, 1, 1, 1, 'Jadefire Bracelets'), +(1024747, 15392, 0, 1, 1, 1, 'Jadefire Cloak'), +(1024747, 15601, 0, 1, 1, 1, 'Ancient Chestpiece'), +(1024747, 15604, 0, 1, 1, 1, 'Ancient Defender'), +(1024747, 15609, 0, 1, 1, 1, 'Bonelink Armor'), +(1024747, 15615, 0, 1, 1, 1, 'Bonelink Helmet'), +(1024747, 15616, 0, 1, 1, 1, 'Bonelink Legplates'), +(1024747, 15618, 0, 1, 1, 1, 'Bonelink Wall Shield'), +(1024747, 15619, 0, 1, 1, 1, 'Gryphon Mail Belt'), +(1024747, 15620, 0, 1, 1, 1, 'Gryphon Mail Bracelets'), +(1024747, 15623, 0, 1, 1, 1, 'Gryphon Mail Crown'), +(1024747, 15625, 0, 1, 1, 1, 'Gryphon Mail Gauntlets'), +(1024747, 15626, 0, 1, 1, 1, 'Gryphon Mail Greaves'), +(1024747, 15627, 0, 1, 1, 1, 'Gryphon Mail Legguards'), +(1024747, 15628, 0, 1, 1, 1, 'Gryphon Mail Pauldrons'), +(1024747, 15629, 0, 1, 1, 1, 'Formidable Bracers'), +(1024747, 15630, 0, 1, 1, 1, 'Formidable Sabatons'), +(1024747, 15632, 0, 1, 1, 1, 'Formidable Cape'), +(1024747, 15635, 0, 1, 1, 1, 'Formidable Gauntlets'), +(1024747, 15636, 0, 1, 1, 1, 'Formidable Belt'), +(1024747, 15638, 0, 1, 1, 1, 'Formidable Shoulder Pads'), +(1024747, 15639, 0, 1, 1, 1, 'Ironhide Bracers'), +(1024747, 15643, 0, 1, 1, 1, 'Ironhide Cloak'), +(1024747, 15965, 0, 1, 1, 1, 'Windchaser Orb'), +(1024747, 15980, 0, 1, 1, 1, 'Darkmist Orb'), +(1024747, 15981, 0, 1, 1, 1, 'Lunar Sphere'), +(1024748, 1608, 0, 1, 1, 1, 'Skullcrusher Mace'), +(1024748, 1639, 0, 1, 1, 1, 'Grinning Axe'), +(1024748, 1994, 0, 1, 1, 1, 'Ebonclaw Reaver'), +(1024748, 3208, 0, 1, 1, 1, 'Conk Hammer'), +(1024748, 4069, 0, 1, 1, 1, 'Blackforge Buckler'), +(1024748, 4082, 0, 1, 1, 1, 'Blackforge Breastplate'), +(1024748, 4084, 0, 1, 1, 1, 'Blackforge Leggings'), +(1024748, 4088, 0, 1, 1, 1, 'Dreadblade'), +(1024748, 4089, 0, 1, 1, 1, 'Ricochet Blunderbuss'), +(1024748, 4733, 0, 1, 1, 1, 'Blackforge Pauldrons'), +(1024748, 6427, 0, 1, 1, 1, 'Mistscape Robe'), +(1024748, 6430, 0, 1, 1, 1, 'Imperial Leather Breastplate'), +(1024748, 7113, 0, 1, 1, 1, 'Mistscape Armor'), +(1024748, 7517, 0, 1, 1, 1, 'Gossamer Tunic'), +(1024748, 7518, 0, 1, 1, 1, 'Gossamer Robe'), +(1024748, 7519, 0, 1, 1, 1, 'Gossamer Pants'), +(1024748, 7520, 0, 1, 1, 1, 'Gossamer Headpiece'), +(1024748, 7521, 0, 1, 1, 1, 'Gossamer Gloves'), +(1024748, 7523, 0, 1, 1, 1, 'Gossamer Shoulderpads'), +(1024748, 7526, 0, 1, 1, 1, 'Gossamer Belt'), +(1024748, 7527, 0, 1, 1, 1, 'Cabalist Chestpiece'), +(1024748, 7528, 0, 1, 1, 1, 'Cabalist Leggings'), +(1024748, 7529, 0, 1, 1, 1, 'Cabalist Helm'), +(1024748, 7530, 0, 1, 1, 1, 'Cabalist Gloves'), +(1024748, 7531, 0, 1, 1, 1, 'Cabalist Boots'), +(1024748, 7532, 0, 1, 1, 1, 'Cabalist Spaulders'), +(1024748, 7535, 0, 1, 1, 1, 'Cabalist Belt'), +(1024748, 7536, 0, 1, 1, 1, 'Champion\'s Wall Shield'), +(1024748, 7537, 0, 1, 1, 1, 'Gothic Shield'), +(1024748, 7538, 0, 1, 1, 1, 'Champion\'s Armor'), +(1024748, 7539, 0, 1, 1, 1, 'Champion\'s Leggings'), +(1024748, 7540, 0, 1, 1, 1, 'Champion\'s Helmet'), +(1024748, 7541, 0, 1, 1, 1, 'Champion\'s Gauntlets'), +(1024748, 7542, 0, 1, 1, 1, 'Champion\'s Greaves'), +(1024748, 7543, 0, 1, 1, 1, 'Champion\'s Pauldrons'), +(1024748, 7546, 0, 1, 1, 1, 'Champion\'s Girdle'), +(1024748, 7553, 0, 1, 1, 1, 'Band of the Unicorn'), +(1024748, 7557, 0, 1, 1, 1, 'Gossamer Rod'), +(1024748, 7611, 0, 1, 1, 1, 'Mistscape Stave'), +(1024748, 8106, 0, 1, 1, 1, 'Hibernal Armor'), +(1024748, 8107, 0, 1, 1, 1, 'Hibernal Boots'), +(1024748, 8108, 0, 1, 1, 1, 'Hibernal Bracers'), +(1024748, 8109, 0, 1, 1, 1, 'Hibernal Cloak'), +(1024748, 8110, 0, 1, 1, 1, 'Hibernal Gloves'), +(1024748, 8111, 0, 1, 1, 1, 'Hibernal Mantle'), +(1024748, 8112, 0, 1, 1, 1, 'Hibernal Pants'), +(1024748, 8113, 0, 1, 1, 1, 'Hibernal Robe'), +(1024748, 8114, 0, 1, 1, 1, 'Hibernal Sash'), +(1024748, 8115, 0, 1, 1, 1, 'Hibernal Cowl'), +(1024748, 8116, 0, 1, 1, 1, 'Heraldic Belt'), +(1024748, 8117, 0, 1, 1, 1, 'Heraldic Boots'), +(1024748, 8118, 0, 1, 1, 1, 'Heraldic Bracers'), +(1024748, 8119, 0, 1, 1, 1, 'Heraldic Breastplate'), +(1024748, 8121, 0, 1, 1, 1, 'Heraldic Gloves'), +(1024748, 8122, 0, 1, 1, 1, 'Heraldic Headpiece'), +(1024748, 8123, 0, 1, 1, 1, 'Heraldic Leggings'), +(1024748, 8124, 0, 1, 1, 1, 'Heraldic Spaulders'), +(1024748, 8125, 0, 1, 1, 1, 'Myrmidon\'s Bracers'), +(1024748, 8126, 0, 1, 1, 1, 'Myrmidon\'s Breastplate'), +(1024748, 8127, 0, 1, 1, 1, 'Myrmidon\'s Cape'), +(1024748, 8128, 0, 1, 1, 1, 'Myrmidon\'s Gauntlets'), +(1024748, 8129, 0, 1, 1, 1, 'Myrmidon\'s Girdle'), +(1024748, 8130, 0, 1, 1, 1, 'Myrmidon\'s Greaves'), +(1024748, 8131, 0, 1, 1, 1, 'Myrmidon\'s Helm'), +(1024748, 8132, 0, 1, 1, 1, 'Myrmidon\'s Leggings'), +(1024748, 8133, 0, 1, 1, 1, 'Myrmidon\'s Pauldrons'), +(1024748, 8134, 0, 1, 1, 1, 'Myrmidon\'s Defender'), +(1024748, 8135, 0, 1, 1, 1, 'Chromite Shield'), +(1024748, 8138, 0, 1, 1, 1, 'Chromite Chestplate'), +(1024748, 8143, 0, 1, 1, 1, 'Chromite Legplates'), +(1024748, 8199, 0, 1, 1, 1, 'Battlefield Destroyer'), +(1024748, 8247, 0, 1, 1, 1, 'Imperial Red Bracers'), +(1024748, 8248, 0, 1, 1, 1, 'Imperial Red Cloak'), +(1024748, 8253, 0, 1, 1, 1, 'Imperial Red Sash'), +(1024748, 8255, 0, 1, 1, 1, 'Serpentskin Girdle'), +(1024748, 8257, 0, 1, 1, 1, 'Serpentskin Bracers'), +(1024748, 8259, 0, 1, 1, 1, 'Serpentskin Cloak'), +(1024748, 8266, 0, 1, 1, 1, 'Ebonhold Cloak'), +(1024748, 8273, 0, 1, 1, 1, 'Valorous Wristguards'), +(1024748, 8274, 0, 1, 1, 1, 'Valorous Chestguard'), +(1024748, 8276, 0, 1, 1, 1, 'Valorous Gauntlets'), +(1024748, 8277, 0, 1, 1, 1, 'Valorous Girdle'), +(1024748, 8278, 0, 1, 1, 1, 'Valorous Greaves'), +(1024748, 8279, 0, 1, 1, 1, 'Valorous Helm'), +(1024748, 8280, 0, 1, 1, 1, 'Valorous Legguards'), +(1024748, 8281, 0, 1, 1, 1, 'Valorous Pauldrons'), +(1024748, 8282, 0, 1, 1, 1, 'Valorous Shield'), +(1024748, 9905, 0, 1, 1, 1, 'Royal Blouse'), +(1024748, 9911, 0, 1, 1, 1, 'Royal Trousers'), +(1024748, 9913, 0, 1, 1, 1, 'Royal Gown'), +(1024748, 9914, 0, 1, 1, 1, 'Royal Scepter'), +(1024748, 9922, 0, 1, 1, 1, 'Tracker\'s Leggings'), +(1024748, 9924, 0, 1, 1, 1, 'Tracker\'s Tunic'), +(1024748, 9936, 0, 1, 1, 1, 'Abjurer\'s Boots'), +(1024748, 9937, 0, 1, 1, 1, 'Abjurer\'s Bands'), +(1024748, 9938, 0, 1, 1, 1, 'Abjurer\'s Cloak'), +(1024748, 9939, 0, 1, 1, 1, 'Abjurer\'s Gloves'), +(1024748, 9940, 0, 1, 1, 1, 'Abjurer\'s Hood'), +(1024748, 9941, 0, 1, 1, 1, 'Abjurer\'s Mantle'), +(1024748, 9942, 0, 1, 1, 1, 'Abjurer\'s Pants'), +(1024748, 9945, 0, 1, 1, 1, 'Abjurer\'s Sash'), +(1024748, 9947, 0, 1, 1, 1, 'Chieftain\'s Belt'), +(1024748, 9948, 0, 1, 1, 1, 'Chieftain\'s Boots'), +(1024748, 9949, 0, 1, 1, 1, 'Chieftain\'s Bracers'), +(1024748, 9951, 0, 1, 1, 1, 'Chieftain\'s Cloak'), +(1024748, 9952, 0, 1, 1, 1, 'Chieftain\'s Gloves'), +(1024748, 9953, 0, 1, 1, 1, 'Chieftain\'s Headdress'), +(1024748, 9954, 0, 1, 1, 1, 'Chieftain\'s Leggings'), +(1024748, 9955, 0, 1, 1, 1, 'Chieftain\'s Shoulders'), +(1024748, 9956, 0, 1, 1, 1, 'Warmonger\'s Bracers'), +(1024748, 9957, 0, 1, 1, 1, 'Warmonger\'s Chestpiece'), +(1024748, 9958, 0, 1, 1, 1, 'Warmonger\'s Buckler'), +(1024748, 9960, 0, 1, 1, 1, 'Warmonger\'s Gauntlets'), +(1024748, 9961, 0, 1, 1, 1, 'Warmonger\'s Belt'), +(1024748, 9962, 0, 1, 1, 1, 'Warmonger\'s Greaves'), +(1024748, 9963, 0, 1, 1, 1, 'Warmonger\'s Circlet'), +(1024748, 9964, 0, 1, 1, 1, 'Warmonger\'s Leggings'), +(1024748, 9965, 0, 1, 1, 1, 'Warmonger\'s Pauldrons'), +(1024748, 10058, 0, 1, 1, 1, 'Duskwoven Sandals'), +(1024748, 10059, 0, 1, 1, 1, 'Duskwoven Bracers'), +(1024748, 10060, 0, 1, 1, 1, 'Duskwoven Cape'), +(1024748, 10061, 0, 1, 1, 1, 'Duskwoven Turban'), +(1024748, 10062, 0, 1, 1, 1, 'Duskwoven Gloves'), +(1024748, 10063, 0, 1, 1, 1, 'Duskwoven Amice'), +(1024748, 10066, 0, 1, 1, 1, 'Duskwoven Sash'), +(1024748, 10067, 0, 1, 1, 1, 'Righteous Waistguard'), +(1024748, 10068, 0, 1, 1, 1, 'Righteous Boots'), +(1024748, 10069, 0, 1, 1, 1, 'Righteous Bracers'), +(1024748, 10071, 0, 1, 1, 1, 'Righteous Cloak'), +(1024748, 10072, 0, 1, 1, 1, 'Righteous Gloves'), +(1024748, 10075, 0, 1, 1, 1, 'Righteous Spaulders'), +(1024748, 10076, 0, 1, 1, 1, 'Lord\'s Armguards'), +(1024748, 10079, 0, 1, 1, 1, 'Lord\'s Cape'), +(1024748, 10080, 0, 1, 1, 1, 'Lord\'s Gauntlets'), +(1024748, 10081, 0, 1, 1, 1, 'Lord\'s Girdle'), +(1024748, 10082, 0, 1, 1, 1, 'Lord\'s Boots'), +(1024748, 10083, 0, 1, 1, 1, 'Lord\'s Crown'), +(1024748, 10086, 0, 1, 1, 1, 'Gothic Plate Armor'), +(1024748, 10087, 0, 1, 1, 1, 'Gothic Plate Gauntlets'), +(1024748, 10090, 0, 1, 1, 1, 'Gothic Plate Helmet'), +(1024748, 10091, 0, 1, 1, 1, 'Gothic Plate Leggings'), +(1024748, 10092, 0, 1, 1, 1, 'Gothic Plate Spaulders'), +(1024748, 10127, 0, 1, 1, 1, 'Revenant Bracers'), +(1024748, 10129, 0, 1, 1, 1, 'Revenant Gauntlets'), +(1024748, 10130, 0, 1, 1, 1, 'Revenant Girdle'), +(1024748, 10131, 0, 1, 1, 1, 'Revenant Boots'), +(1024748, 10132, 0, 1, 1, 1, 'Revenant Helmet'), +(1024748, 10134, 0, 1, 1, 1, 'Revenant Shoulders'), +(1024748, 10185, 0, 1, 1, 1, 'Swashbuckler\'s Cape'), +(1024748, 10191, 0, 1, 1, 1, 'Crusader\'s Armguards'), +(1024748, 10194, 0, 1, 1, 1, 'Crusader\'s Cloak'), +(1024748, 10201, 0, 1, 1, 1, 'Overlord\'s Greaves'), +(1024748, 10202, 0, 1, 1, 1, 'Overlord\'s Vambraces'), +(1024748, 10205, 0, 1, 1, 1, 'Overlord\'s Gauntlets'), +(1024748, 10206, 0, 1, 1, 1, 'Overlord\'s Girdle'), +(1024748, 10207, 0, 1, 1, 1, 'Overlord\'s Crown'), +(1024748, 10208, 0, 1, 1, 1, 'Overlord\'s Legplates'), +(1024748, 10209, 0, 1, 1, 1, 'Overlord\'s Spaulders'), +(1024748, 10239, 0, 1, 1, 1, 'Heavy Lamellar Vambraces'), +(1024748, 10243, 0, 1, 1, 1, 'Heavy Lamellar Girdle'), +(1024748, 11974, 0, 1, 1, 1, 'Aquamarine Ring'), +(1024748, 11975, 0, 1, 1, 1, 'Topaz Ring'), +(1024748, 11988, 0, 1, 1, 1, 'Tellurium Band'), +(1024748, 11989, 0, 1, 1, 1, 'Vanadium Loop'), +(1024748, 11999, 0, 1, 1, 1, 'Lodestone Hoop'), +(1024748, 12001, 0, 1, 1, 1, 'Onyx Ring'), +(1024748, 12013, 0, 1, 1, 1, 'Desert Ring'), +(1024748, 12024, 0, 1, 1, 1, 'Vanadium Talisman'), +(1024748, 12032, 0, 1, 1, 1, 'Onyx Choker'), +(1024748, 12043, 0, 1, 1, 1, 'Desert Choker'), +(1024748, 12044, 0, 1, 1, 1, 'Arctic Pendant'), +(1024748, 14237, 0, 1, 1, 1, 'Darkmist Armor'), +(1024748, 14244, 0, 1, 1, 1, 'Darkmist Wraps'), +(1024748, 14249, 0, 1, 1, 1, 'Lunar Vest'), +(1024748, 14254, 0, 1, 1, 1, 'Lunar Raiment'), +(1024748, 14259, 0, 1, 1, 1, 'Bloodwoven Boots'), +(1024748, 14263, 0, 1, 1, 1, 'Bloodwoven Mask'), +(1024748, 14264, 0, 1, 1, 1, 'Bloodwoven Pants'), +(1024748, 14265, 0, 1, 1, 1, 'Bloodwoven Wraps'), +(1024748, 14266, 0, 1, 1, 1, 'Bloodwoven Pads'), +(1024748, 14267, 0, 1, 1, 1, 'Bloodwoven Jerkin'), +(1024748, 14268, 0, 1, 1, 1, 'Gaea\'s Cuffs'), +(1024748, 14269, 0, 1, 1, 1, 'Gaea\'s Slippers'), +(1024748, 14271, 0, 1, 1, 1, 'Gaea\'s Circlet'), +(1024748, 14272, 0, 1, 1, 1, 'Gaea\'s Handwraps'), +(1024748, 14273, 0, 1, 1, 1, 'Gaea\'s Amice'), +(1024748, 14274, 0, 1, 1, 1, 'Gaea\'s Leggings'), +(1024748, 14276, 0, 1, 1, 1, 'Gaea\'s Belt'), +(1024748, 14278, 0, 1, 1, 1, 'Opulent Mantle'), +(1024748, 14279, 0, 1, 1, 1, 'Opulent Bracers'), +(1024748, 14280, 0, 1, 1, 1, 'Opulent Cape'), +(1024748, 14282, 0, 1, 1, 1, 'Opulent Gloves'), +(1024748, 14285, 0, 1, 1, 1, 'Opulent Boots'), +(1024748, 14286, 0, 1, 1, 1, 'Opulent Belt'), +(1024748, 14289, 0, 1, 1, 1, 'Arachnidian Girdle'), +(1024748, 14290, 0, 1, 1, 1, 'Arachnidian Footpads'), +(1024748, 14291, 0, 1, 1, 1, 'Arachnidian Bracelets'), +(1024748, 14292, 0, 1, 1, 1, 'Arachnidian Cape'), +(1024748, 14294, 0, 1, 1, 1, 'Arachnidian Gloves'), +(1024748, 14427, 0, 1, 1, 1, 'Windchaser Wraps'), +(1024748, 14433, 0, 1, 1, 1, 'Windchaser Woolies'), +(1024748, 14434, 0, 1, 1, 1, 'Windchaser Robes'), +(1024748, 14436, 0, 1, 1, 1, 'Windchaser Coronet'), +(1024748, 14438, 0, 1, 1, 1, 'Venomshroud Boots'), +(1024748, 14439, 0, 1, 1, 1, 'Venomshroud Armguards'), +(1024748, 14440, 0, 1, 1, 1, 'Venomshroud Cape'), +(1024748, 14441, 0, 1, 1, 1, 'Venomshroud Mask'), +(1024748, 14442, 0, 1, 1, 1, 'Venomshroud Mitts'), +(1024748, 14443, 0, 1, 1, 1, 'Venomshroud Mantle'), +(1024748, 14446, 0, 1, 1, 1, 'Venomshroud Belt'), +(1024748, 14450, 0, 1, 1, 1, 'Highborne Cloak'), +(1024748, 14653, 0, 1, 1, 1, 'Scorpashi Slippers'), +(1024748, 14655, 0, 1, 1, 1, 'Scorpashi Breastplate'), +(1024748, 14657, 0, 1, 1, 1, 'Scorpashi Gloves'), +(1024748, 14658, 0, 1, 1, 1, 'Scorpashi Skullcap'), +(1024748, 14659, 0, 1, 1, 1, 'Scorpashi Leggings'), +(1024748, 14660, 0, 1, 1, 1, 'Scorpashi Shoulder Pads'), +(1024748, 14661, 0, 1, 1, 1, 'Keeper\'s Cord'), +(1024748, 14662, 0, 1, 1, 1, 'Keeper\'s Hooves'), +(1024748, 14663, 0, 1, 1, 1, 'Keeper\'s Bindings'), +(1024748, 14665, 0, 1, 1, 1, 'Keeper\'s Cloak'), +(1024748, 14666, 0, 1, 1, 1, 'Keeper\'s Gloves'), +(1024748, 14669, 0, 1, 1, 1, 'Keeper\'s Mantle'), +(1024748, 14779, 0, 1, 1, 1, 'Khan\'s Chestpiece'), +(1024748, 14780, 0, 1, 1, 1, 'Khan\'s Buckler'), +(1024748, 14783, 0, 1, 1, 1, 'Khan\'s Belt'), +(1024748, 14784, 0, 1, 1, 1, 'Khan\'s Greaves'), +(1024748, 14785, 0, 1, 1, 1, 'Khan\'s Helmet'), +(1024748, 14786, 0, 1, 1, 1, 'Khan\'s Legguards'), +(1024748, 14787, 0, 1, 1, 1, 'Khan\'s Mantle'), +(1024748, 14788, 0, 1, 1, 1, 'Protector Armguards'), +(1024748, 14791, 0, 1, 1, 1, 'Protector Cape'), +(1024748, 14792, 0, 1, 1, 1, 'Protector Gauntlets'), +(1024748, 14793, 0, 1, 1, 1, 'Protector Waistband'), +(1024748, 14794, 0, 1, 1, 1, 'Protector Ankleguards'), +(1024748, 14797, 0, 1, 1, 1, 'Protector Pads'), +(1024748, 14835, 0, 1, 1, 1, 'Tyrant\'s Chestpiece'), +(1024748, 14840, 0, 1, 1, 1, 'Tyrant\'s Legplates'), +(1024748, 14842, 0, 1, 1, 1, 'Tyrant\'s Shield'), +(1024748, 14843, 0, 1, 1, 1, 'Tyrant\'s Helm'), +(1024748, 14846, 0, 1, 1, 1, 'Sunscale Gauntlets'), +(1024748, 14847, 0, 1, 1, 1, 'Sunscale Belt'), +(1024748, 14848, 0, 1, 1, 1, 'Sunscale Sabatons'), +(1024748, 14851, 0, 1, 1, 1, 'Sunscale Spaulders'), +(1024748, 14853, 0, 1, 1, 1, 'Sunscale Wristguards'), +(1024748, 14904, 0, 1, 1, 1, 'Brutish Breastplate'), +(1024748, 14907, 0, 1, 1, 1, 'Brutish Helmet'), +(1024748, 14908, 0, 1, 1, 1, 'Brutish Legguards'), +(1024748, 14911, 0, 1, 1, 1, 'Brutish Boots'), +(1024748, 14912, 0, 1, 1, 1, 'Brutish Shield'), +(1024748, 14913, 0, 1, 1, 1, 'Jade Greaves'), +(1024748, 14914, 0, 1, 1, 1, 'Jade Bracers'), +(1024748, 14917, 0, 1, 1, 1, 'Jade Gauntlets'), +(1024748, 14918, 0, 1, 1, 1, 'Jade Belt'), +(1024748, 14920, 0, 1, 1, 1, 'Jade Legplates'), +(1024748, 14921, 0, 1, 1, 1, 'Jade Epaulets'), +(1024748, 14923, 0, 1, 1, 1, 'Lofty Armguards'), +(1024748, 14939, 0, 1, 1, 1, 'Warbringer\'s Chestguard'), +(1024748, 14947, 0, 1, 1, 1, 'Warbringer\'s Shield'), +(1024748, 14948, 0, 1, 1, 1, 'Bloodforged Chestpiece'), +(1024748, 14949, 0, 1, 1, 1, 'Bloodforged Gauntlets'), +(1024748, 14950, 0, 1, 1, 1, 'Bloodforged Belt'), +(1024748, 14951, 0, 1, 1, 1, 'Bloodforged Sabatons'), +(1024748, 14952, 0, 1, 1, 1, 'Bloodforged Helmet'), +(1024748, 14953, 0, 1, 1, 1, 'Bloodforged Legplates'), +(1024748, 14954, 0, 1, 1, 1, 'Bloodforged Shield'), +(1024748, 14955, 0, 1, 1, 1, 'Bloodforged Shoulder Pads'), +(1024748, 14957, 0, 1, 1, 1, 'High Chief\'s Sabatons'), +(1024748, 14960, 0, 1, 1, 1, 'High Chief\'s Belt'), +(1024748, 14965, 0, 1, 1, 1, 'High Chief\'s Bindings'), +(1024748, 15164, 0, 1, 1, 1, 'Imposing Vest'), +(1024748, 15167, 0, 1, 1, 1, 'Imposing Bandana'), +(1024748, 15171, 0, 1, 1, 1, 'Potent Boots'), +(1024748, 15172, 0, 1, 1, 1, 'Potent Bands'), +(1024748, 15173, 0, 1, 1, 1, 'Potent Cape'), +(1024748, 15174, 0, 1, 1, 1, 'Potent Gloves'), +(1024748, 15175, 0, 1, 1, 1, 'Potent Helmet'), +(1024748, 15176, 0, 1, 1, 1, 'Potent Pants'), +(1024748, 15177, 0, 1, 1, 1, 'Potent Shoulders'), +(1024748, 15178, 0, 1, 1, 1, 'Potent Belt'), +(1024748, 15182, 0, 1, 1, 1, 'Praetorian Wristbands'), +(1024748, 15183, 0, 1, 1, 1, 'Praetorian Cloak'), +(1024748, 15216, 0, 1, 1, 1, 'Rune Sword'), +(1024748, 15227, 0, 1, 1, 1, 'Diamond-Tip Bludgeon'), +(1024748, 15235, 0, 1, 1, 1, 'Crescent Edge'), +(1024748, 15245, 0, 1, 1, 1, 'Vorpal Dagger'), +(1024748, 15252, 0, 1, 1, 1, 'Tusker Sword'), +(1024748, 15262, 0, 1, 1, 1, 'Greater Maul'), +(1024748, 15263, 0, 1, 1, 1, 'Royal Mallet'), +(1024748, 15270, 0, 1, 1, 1, 'Gigantic War Axe'), +(1024748, 15279, 0, 1, 1, 1, 'Ivory Wand'), +(1024748, 15291, 0, 1, 1, 1, 'Harpy Needler'), +(1024748, 15323, 0, 1, 1, 1, 'Percussion Shotgun'), +(1024748, 15373, 0, 1, 1, 1, 'Wolf Rider\'s Headgear'), +(1024748, 15376, 0, 1, 1, 1, 'Wolf Rider\'s Padded Armor'), +(1024748, 15378, 0, 1, 1, 1, 'Rageclaw Belt'), +(1024748, 15379, 0, 1, 1, 1, 'Rageclaw Boots'), +(1024748, 15380, 0, 1, 1, 1, 'Rageclaw Bracers'), +(1024748, 15381, 0, 1, 1, 1, 'Rageclaw Chestguard'), +(1024748, 15383, 0, 1, 1, 1, 'Rageclaw Gloves'), +(1024748, 15384, 0, 1, 1, 1, 'Rageclaw Helm'), +(1024748, 15385, 0, 1, 1, 1, 'Rageclaw Leggings'), +(1024748, 15386, 0, 1, 1, 1, 'Rageclaw Shoulder Pads'), +(1024748, 15387, 0, 1, 1, 1, 'Jadefire Bracelets'), +(1024748, 15392, 0, 1, 1, 1, 'Jadefire Cloak'), +(1024748, 15601, 0, 1, 1, 1, 'Ancient Chestpiece'), +(1024748, 15604, 0, 1, 1, 1, 'Ancient Defender'), +(1024748, 15609, 0, 1, 1, 1, 'Bonelink Armor'), +(1024748, 15615, 0, 1, 1, 1, 'Bonelink Helmet'), +(1024748, 15616, 0, 1, 1, 1, 'Bonelink Legplates'), +(1024748, 15618, 0, 1, 1, 1, 'Bonelink Wall Shield'), +(1024748, 15619, 0, 1, 1, 1, 'Gryphon Mail Belt'), +(1024748, 15620, 0, 1, 1, 1, 'Gryphon Mail Bracelets'), +(1024748, 15621, 0, 1, 1, 1, 'Gryphon Mail Buckler'), +(1024748, 15622, 0, 1, 1, 1, 'Gryphon Mail Breastplate'), +(1024748, 15623, 0, 1, 1, 1, 'Gryphon Mail Crown'), +(1024748, 15625, 0, 1, 1, 1, 'Gryphon Mail Gauntlets'), +(1024748, 15626, 0, 1, 1, 1, 'Gryphon Mail Greaves'), +(1024748, 15627, 0, 1, 1, 1, 'Gryphon Mail Legguards'), +(1024748, 15628, 0, 1, 1, 1, 'Gryphon Mail Pauldrons'), +(1024748, 15629, 0, 1, 1, 1, 'Formidable Bracers'), +(1024748, 15630, 0, 1, 1, 1, 'Formidable Sabatons'), +(1024748, 15632, 0, 1, 1, 1, 'Formidable Cape'), +(1024748, 15635, 0, 1, 1, 1, 'Formidable Gauntlets'), +(1024748, 15636, 0, 1, 1, 1, 'Formidable Belt'), +(1024748, 15637, 0, 1, 1, 1, 'Formidable Legguards'), +(1024748, 15638, 0, 1, 1, 1, 'Formidable Shoulder Pads'), +(1024748, 15639, 0, 1, 1, 1, 'Ironhide Bracers'), +(1024748, 15641, 0, 1, 1, 1, 'Ironhide Belt'), +(1024748, 15643, 0, 1, 1, 1, 'Ironhide Cloak'), +(1024748, 15649, 0, 1, 1, 1, 'Merciless Bracers'), +(1024748, 15652, 0, 1, 1, 1, 'Merciless Cloak'), +(1024748, 15937, 0, 1, 1, 1, 'Hibernal Sphere'), +(1024748, 15965, 0, 1, 1, 1, 'Windchaser Orb'), +(1024748, 15980, 0, 1, 1, 1, 'Darkmist Orb'), +(1024748, 15981, 0, 1, 1, 1, 'Lunar Sphere'), +(1024748, 15982, 0, 1, 1, 1, 'Bloodwoven Rod'), +(1024848, 1608, 0, 1, 1, 1, 'Skullcrusher Mace'), +(1024848, 1639, 0, 1, 1, 1, 'Grinning Axe'), +(1024848, 3208, 0, 1, 1, 1, 'Conk Hammer'), +(1024848, 4069, 0, 1, 1, 1, 'Blackforge Buckler'), +(1024848, 4082, 0, 1, 1, 1, 'Blackforge Breastplate'), +(1024848, 4088, 0, 1, 1, 1, 'Dreadblade'), +(1024848, 4089, 0, 1, 1, 1, 'Ricochet Blunderbuss'), +(1024848, 7517, 0, 1, 1, 1, 'Gossamer Tunic'), +(1024848, 7518, 0, 1, 1, 1, 'Gossamer Robe'), +(1024848, 7519, 0, 1, 1, 1, 'Gossamer Pants'), +(1024848, 7520, 0, 1, 1, 1, 'Gossamer Headpiece'), +(1024848, 7527, 0, 1, 1, 1, 'Cabalist Chestpiece'), +(1024848, 7528, 0, 1, 1, 1, 'Cabalist Leggings'), +(1024848, 7529, 0, 1, 1, 1, 'Cabalist Helm'), +(1024848, 7532, 0, 1, 1, 1, 'Cabalist Spaulders'), +(1024848, 7536, 0, 1, 1, 1, 'Champion\'s Wall Shield'), +(1024848, 7537, 0, 1, 1, 1, 'Gothic Shield'), +(1024848, 7538, 0, 1, 1, 1, 'Champion\'s Armor'), +(1024848, 7539, 0, 1, 1, 1, 'Champion\'s Leggings'), +(1024848, 7540, 0, 1, 1, 1, 'Champion\'s Helmet'), +(1024848, 7543, 0, 1, 1, 1, 'Champion\'s Pauldrons'), +(1024848, 7553, 0, 1, 1, 1, 'Band of the Unicorn'), +(1024848, 7557, 0, 1, 1, 1, 'Gossamer Rod'), +(1024848, 8106, 0, 1, 1, 1, 'Hibernal Armor'), +(1024848, 8107, 0, 1, 1, 1, 'Hibernal Boots'), +(1024848, 8108, 0, 1, 1, 1, 'Hibernal Bracers'), +(1024848, 8110, 0, 1, 1, 1, 'Hibernal Gloves'), +(1024848, 8111, 0, 1, 1, 1, 'Hibernal Mantle'), +(1024848, 8112, 0, 1, 1, 1, 'Hibernal Pants'), +(1024848, 8113, 0, 1, 1, 1, 'Hibernal Robe'), +(1024848, 8114, 0, 1, 1, 1, 'Hibernal Sash'), +(1024848, 8115, 0, 1, 1, 1, 'Hibernal Cowl'), +(1024848, 8116, 0, 1, 1, 1, 'Heraldic Belt'), +(1024848, 8117, 0, 1, 1, 1, 'Heraldic Boots'), +(1024848, 8119, 0, 1, 1, 1, 'Heraldic Breastplate'), +(1024848, 8121, 0, 1, 1, 1, 'Heraldic Gloves'), +(1024848, 8122, 0, 1, 1, 1, 'Heraldic Headpiece'), +(1024848, 8123, 0, 1, 1, 1, 'Heraldic Leggings'), +(1024848, 8124, 0, 1, 1, 1, 'Heraldic Spaulders'), +(1024848, 8125, 0, 1, 1, 1, 'Myrmidon\'s Bracers'), +(1024848, 8126, 0, 1, 1, 1, 'Myrmidon\'s Breastplate'), +(1024848, 8127, 0, 1, 1, 1, 'Myrmidon\'s Cape'), +(1024848, 8128, 0, 1, 1, 1, 'Myrmidon\'s Gauntlets'), +(1024848, 8129, 0, 1, 1, 1, 'Myrmidon\'s Girdle'), +(1024848, 8130, 0, 1, 1, 1, 'Myrmidon\'s Greaves'), +(1024848, 8131, 0, 1, 1, 1, 'Myrmidon\'s Helm'), +(1024848, 8132, 0, 1, 1, 1, 'Myrmidon\'s Leggings'), +(1024848, 8133, 0, 1, 1, 1, 'Myrmidon\'s Pauldrons'), +(1024848, 8134, 0, 1, 1, 1, 'Myrmidon\'s Defender'), +(1024848, 8138, 0, 1, 1, 1, 'Chromite Chestplate'), +(1024848, 8199, 0, 1, 1, 1, 'Battlefield Destroyer'), +(1024848, 8247, 0, 1, 1, 1, 'Imperial Red Bracers'), +(1024848, 8248, 0, 1, 1, 1, 'Imperial Red Cloak'), +(1024848, 8253, 0, 1, 1, 1, 'Imperial Red Sash'), +(1024848, 8255, 0, 1, 1, 1, 'Serpentskin Girdle'), +(1024848, 8257, 0, 1, 1, 1, 'Serpentskin Bracers'), +(1024848, 8259, 0, 1, 1, 1, 'Serpentskin Cloak'), +(1024848, 8266, 0, 1, 1, 1, 'Ebonhold Cloak'), +(1024848, 8274, 0, 1, 1, 1, 'Valorous Chestguard'), +(1024848, 8276, 0, 1, 1, 1, 'Valorous Gauntlets'), +(1024848, 8278, 0, 1, 1, 1, 'Valorous Greaves'), +(1024848, 8279, 0, 1, 1, 1, 'Valorous Helm'), +(1024848, 8280, 0, 1, 1, 1, 'Valorous Legguards'), +(1024848, 8281, 0, 1, 1, 1, 'Valorous Pauldrons'), +(1024848, 8282, 0, 1, 1, 1, 'Valorous Shield'), +(1024848, 9905, 0, 1, 1, 1, 'Royal Blouse'), +(1024848, 9913, 0, 1, 1, 1, 'Royal Gown'), +(1024848, 9914, 0, 1, 1, 1, 'Royal Scepter'), +(1024848, 9924, 0, 1, 1, 1, 'Tracker\'s Tunic'), +(1024848, 9936, 0, 1, 1, 1, 'Abjurer\'s Boots'), +(1024848, 9937, 0, 1, 1, 1, 'Abjurer\'s Bands'), +(1024848, 9938, 0, 1, 1, 1, 'Abjurer\'s Cloak'), +(1024848, 9939, 0, 1, 1, 1, 'Abjurer\'s Gloves'), +(1024848, 9940, 0, 1, 1, 1, 'Abjurer\'s Hood'), +(1024848, 9941, 0, 1, 1, 1, 'Abjurer\'s Mantle'), +(1024848, 9942, 0, 1, 1, 1, 'Abjurer\'s Pants'), +(1024848, 9945, 0, 1, 1, 1, 'Abjurer\'s Sash'), +(1024848, 9947, 0, 1, 1, 1, 'Chieftain\'s Belt'), +(1024848, 9948, 0, 1, 1, 1, 'Chieftain\'s Boots'), +(1024848, 9949, 0, 1, 1, 1, 'Chieftain\'s Bracers'), +(1024848, 9951, 0, 1, 1, 1, 'Chieftain\'s Cloak'), +(1024848, 9952, 0, 1, 1, 1, 'Chieftain\'s Gloves'), +(1024848, 9953, 0, 1, 1, 1, 'Chieftain\'s Headdress'), +(1024848, 9954, 0, 1, 1, 1, 'Chieftain\'s Leggings'), +(1024848, 9955, 0, 1, 1, 1, 'Chieftain\'s Shoulders'), +(1024848, 9957, 0, 1, 1, 1, 'Warmonger\'s Chestpiece'), +(1024848, 9958, 0, 1, 1, 1, 'Warmonger\'s Buckler'), +(1024848, 9960, 0, 1, 1, 1, 'Warmonger\'s Gauntlets'), +(1024848, 9961, 0, 1, 1, 1, 'Warmonger\'s Belt'), +(1024848, 9962, 0, 1, 1, 1, 'Warmonger\'s Greaves'), +(1024848, 9963, 0, 1, 1, 1, 'Warmonger\'s Circlet'), +(1024848, 9964, 0, 1, 1, 1, 'Warmonger\'s Leggings'), +(1024848, 9965, 0, 1, 1, 1, 'Warmonger\'s Pauldrons'), +(1024848, 10058, 0, 1, 1, 1, 'Duskwoven Sandals'), +(1024848, 10059, 0, 1, 1, 1, 'Duskwoven Bracers'), +(1024848, 10060, 0, 1, 1, 1, 'Duskwoven Cape'), +(1024848, 10061, 0, 1, 1, 1, 'Duskwoven Turban'), +(1024848, 10062, 0, 1, 1, 1, 'Duskwoven Gloves'), +(1024848, 10063, 0, 1, 1, 1, 'Duskwoven Amice'), +(1024848, 10066, 0, 1, 1, 1, 'Duskwoven Sash'), +(1024848, 10067, 0, 1, 1, 1, 'Righteous Waistguard'), +(1024848, 10068, 0, 1, 1, 1, 'Righteous Boots'), +(1024848, 10069, 0, 1, 1, 1, 'Righteous Bracers'), +(1024848, 10071, 0, 1, 1, 1, 'Righteous Cloak'), +(1024848, 10072, 0, 1, 1, 1, 'Righteous Gloves'), +(1024848, 10075, 0, 1, 1, 1, 'Righteous Spaulders'), +(1024848, 10076, 0, 1, 1, 1, 'Lord\'s Armguards'), +(1024848, 10079, 0, 1, 1, 1, 'Lord\'s Cape'), +(1024848, 10080, 0, 1, 1, 1, 'Lord\'s Gauntlets'), +(1024848, 10081, 0, 1, 1, 1, 'Lord\'s Girdle'), +(1024848, 10082, 0, 1, 1, 1, 'Lord\'s Boots'), +(1024848, 10083, 0, 1, 1, 1, 'Lord\'s Crown'), +(1024848, 10086, 0, 1, 1, 1, 'Gothic Plate Armor'), +(1024848, 10091, 0, 1, 1, 1, 'Gothic Plate Leggings'), +(1024848, 10092, 0, 1, 1, 1, 'Gothic Plate Spaulders'), +(1024848, 10127, 0, 1, 1, 1, 'Revenant Bracers'), +(1024848, 10129, 0, 1, 1, 1, 'Revenant Gauntlets'), +(1024848, 10130, 0, 1, 1, 1, 'Revenant Girdle'), +(1024848, 10131, 0, 1, 1, 1, 'Revenant Boots'), +(1024848, 10132, 0, 1, 1, 1, 'Revenant Helmet'), +(1024848, 10134, 0, 1, 1, 1, 'Revenant Shoulders'), +(1024848, 10185, 0, 1, 1, 1, 'Swashbuckler\'s Cape'), +(1024848, 10191, 0, 1, 1, 1, 'Crusader\'s Armguards'), +(1024848, 10194, 0, 1, 1, 1, 'Crusader\'s Cloak'), +(1024848, 10201, 0, 1, 1, 1, 'Overlord\'s Greaves'), +(1024848, 10202, 0, 1, 1, 1, 'Overlord\'s Vambraces'), +(1024848, 10205, 0, 1, 1, 1, 'Overlord\'s Gauntlets'), +(1024848, 10206, 0, 1, 1, 1, 'Overlord\'s Girdle'), +(1024848, 10207, 0, 1, 1, 1, 'Overlord\'s Crown'), +(1024848, 10208, 0, 1, 1, 1, 'Overlord\'s Legplates'), +(1024848, 10209, 0, 1, 1, 1, 'Overlord\'s Spaulders'), +(1024848, 10239, 0, 1, 1, 1, 'Heavy Lamellar Vambraces'), +(1024848, 10243, 0, 1, 1, 1, 'Heavy Lamellar Girdle'), +(1024848, 11975, 0, 1, 1, 1, 'Topaz Ring'), +(1024848, 11988, 0, 1, 1, 1, 'Tellurium Band'), +(1024848, 11989, 0, 1, 1, 1, 'Vanadium Loop'), +(1024848, 12001, 0, 1, 1, 1, 'Onyx Ring'), +(1024848, 12013, 0, 1, 1, 1, 'Desert Ring'), +(1024848, 12024, 0, 1, 1, 1, 'Vanadium Talisman'), +(1024848, 12032, 0, 1, 1, 1, 'Onyx Choker'), +(1024848, 12043, 0, 1, 1, 1, 'Desert Choker'), +(1024848, 12044, 0, 1, 1, 1, 'Arctic Pendant'), +(1024848, 14249, 0, 1, 1, 1, 'Lunar Vest'), +(1024848, 14254, 0, 1, 1, 1, 'Lunar Raiment'), +(1024848, 14263, 0, 1, 1, 1, 'Bloodwoven Mask'), +(1024848, 14264, 0, 1, 1, 1, 'Bloodwoven Pants'), +(1024848, 14265, 0, 1, 1, 1, 'Bloodwoven Wraps'), +(1024848, 14266, 0, 1, 1, 1, 'Bloodwoven Pads'), +(1024848, 14267, 0, 1, 1, 1, 'Bloodwoven Jerkin'), +(1024848, 14269, 0, 1, 1, 1, 'Gaea\'s Slippers'), +(1024848, 14271, 0, 1, 1, 1, 'Gaea\'s Circlet'), +(1024848, 14272, 0, 1, 1, 1, 'Gaea\'s Handwraps'), +(1024848, 14273, 0, 1, 1, 1, 'Gaea\'s Amice'), +(1024848, 14274, 0, 1, 1, 1, 'Gaea\'s Leggings'), +(1024848, 14276, 0, 1, 1, 1, 'Gaea\'s Belt'), +(1024848, 14278, 0, 1, 1, 1, 'Opulent Mantle'), +(1024848, 14279, 0, 1, 1, 1, 'Opulent Bracers'), +(1024848, 14280, 0, 1, 1, 1, 'Opulent Cape'), +(1024848, 14282, 0, 1, 1, 1, 'Opulent Gloves'), +(1024848, 14285, 0, 1, 1, 1, 'Opulent Boots'), +(1024848, 14286, 0, 1, 1, 1, 'Opulent Belt'), +(1024848, 14289, 0, 1, 1, 1, 'Arachnidian Girdle'), +(1024848, 14290, 0, 1, 1, 1, 'Arachnidian Footpads'), +(1024848, 14291, 0, 1, 1, 1, 'Arachnidian Bracelets'), +(1024848, 14292, 0, 1, 1, 1, 'Arachnidian Cape'), +(1024848, 14294, 0, 1, 1, 1, 'Arachnidian Gloves'), +(1024848, 14427, 0, 1, 1, 1, 'Windchaser Wraps'), +(1024848, 14434, 0, 1, 1, 1, 'Windchaser Robes'), +(1024848, 14438, 0, 1, 1, 1, 'Venomshroud Boots'), +(1024848, 14439, 0, 1, 1, 1, 'Venomshroud Armguards'), +(1024848, 14441, 0, 1, 1, 1, 'Venomshroud Mask'), +(1024848, 14442, 0, 1, 1, 1, 'Venomshroud Mitts'), +(1024848, 14443, 0, 1, 1, 1, 'Venomshroud Mantle'), +(1024848, 14446, 0, 1, 1, 1, 'Venomshroud Belt'), +(1024848, 14450, 0, 1, 1, 1, 'Highborne Cloak'), +(1024848, 14655, 0, 1, 1, 1, 'Scorpashi Breastplate'), +(1024848, 14658, 0, 1, 1, 1, 'Scorpashi Skullcap'), +(1024848, 14659, 0, 1, 1, 1, 'Scorpashi Leggings'), +(1024848, 14660, 0, 1, 1, 1, 'Scorpashi Shoulder Pads'), +(1024848, 14661, 0, 1, 1, 1, 'Keeper\'s Cord'), +(1024848, 14662, 0, 1, 1, 1, 'Keeper\'s Hooves'), +(1024848, 14663, 0, 1, 1, 1, 'Keeper\'s Bindings'), +(1024848, 14665, 0, 1, 1, 1, 'Keeper\'s Cloak'), +(1024848, 14666, 0, 1, 1, 1, 'Keeper\'s Gloves'), +(1024848, 14669, 0, 1, 1, 1, 'Keeper\'s Mantle'), +(1024848, 14779, 0, 1, 1, 1, 'Khan\'s Chestpiece'), +(1024848, 14780, 0, 1, 1, 1, 'Khan\'s Buckler'), +(1024848, 14785, 0, 1, 1, 1, 'Khan\'s Helmet'), +(1024848, 14786, 0, 1, 1, 1, 'Khan\'s Legguards'), +(1024848, 14787, 0, 1, 1, 1, 'Khan\'s Mantle'), +(1024848, 14788, 0, 1, 1, 1, 'Protector Armguards'), +(1024848, 14791, 0, 1, 1, 1, 'Protector Cape'), +(1024848, 14792, 0, 1, 1, 1, 'Protector Gauntlets'), +(1024848, 14793, 0, 1, 1, 1, 'Protector Waistband'), +(1024848, 14794, 0, 1, 1, 1, 'Protector Ankleguards'), +(1024848, 14797, 0, 1, 1, 1, 'Protector Pads'), +(1024848, 14835, 0, 1, 1, 1, 'Tyrant\'s Chestpiece'), +(1024848, 14840, 0, 1, 1, 1, 'Tyrant\'s Legplates'), +(1024848, 14842, 0, 1, 1, 1, 'Tyrant\'s Shield'), +(1024848, 14846, 0, 1, 1, 1, 'Sunscale Gauntlets'), +(1024848, 14847, 0, 1, 1, 1, 'Sunscale Belt'), +(1024848, 14848, 0, 1, 1, 1, 'Sunscale Sabatons'), +(1024848, 14851, 0, 1, 1, 1, 'Sunscale Spaulders'), +(1024848, 14853, 0, 1, 1, 1, 'Sunscale Wristguards'), +(1024848, 14904, 0, 1, 1, 1, 'Brutish Breastplate'), +(1024848, 14907, 0, 1, 1, 1, 'Brutish Helmet'), +(1024848, 14908, 0, 1, 1, 1, 'Brutish Legguards'), +(1024848, 14912, 0, 1, 1, 1, 'Brutish Shield'), +(1024848, 14913, 0, 1, 1, 1, 'Jade Greaves'), +(1024848, 14917, 0, 1, 1, 1, 'Jade Gauntlets'), +(1024848, 14918, 0, 1, 1, 1, 'Jade Belt'), +(1024848, 14920, 0, 1, 1, 1, 'Jade Legplates'), +(1024848, 14921, 0, 1, 1, 1, 'Jade Epaulets'), +(1024848, 14923, 0, 1, 1, 1, 'Lofty Armguards'), +(1024848, 14948, 0, 1, 1, 1, 'Bloodforged Chestpiece'), +(1024848, 14949, 0, 1, 1, 1, 'Bloodforged Gauntlets'), +(1024848, 14951, 0, 1, 1, 1, 'Bloodforged Sabatons'), +(1024848, 14952, 0, 1, 1, 1, 'Bloodforged Helmet'), +(1024848, 14953, 0, 1, 1, 1, 'Bloodforged Legplates'), +(1024848, 14954, 0, 1, 1, 1, 'Bloodforged Shield'), +(1024848, 14955, 0, 1, 1, 1, 'Bloodforged Shoulder Pads'), +(1024848, 14957, 0, 1, 1, 1, 'High Chief\'s Sabatons'), +(1024848, 14960, 0, 1, 1, 1, 'High Chief\'s Belt'), +(1024848, 14965, 0, 1, 1, 1, 'High Chief\'s Bindings'), +(1024848, 15164, 0, 1, 1, 1, 'Imposing Vest'), +(1024848, 15167, 0, 1, 1, 1, 'Imposing Bandana'), +(1024848, 15171, 0, 1, 1, 1, 'Potent Boots'), +(1024848, 15172, 0, 1, 1, 1, 'Potent Bands'), +(1024848, 15174, 0, 1, 1, 1, 'Potent Gloves'), +(1024848, 15175, 0, 1, 1, 1, 'Potent Helmet'), +(1024848, 15176, 0, 1, 1, 1, 'Potent Pants'), +(1024848, 15177, 0, 1, 1, 1, 'Potent Shoulders'), +(1024848, 15178, 0, 1, 1, 1, 'Potent Belt'), +(1024848, 15182, 0, 1, 1, 1, 'Praetorian Wristbands'), +(1024848, 15183, 0, 1, 1, 1, 'Praetorian Cloak'), +(1024848, 15216, 0, 1, 1, 1, 'Rune Sword'), +(1024848, 15227, 0, 1, 1, 1, 'Diamond-Tip Bludgeon'), +(1024848, 15235, 0, 1, 1, 1, 'Crescent Edge'), +(1024848, 15245, 0, 1, 1, 1, 'Vorpal Dagger'), +(1024848, 15252, 0, 1, 1, 1, 'Tusker Sword'), +(1024848, 15263, 0, 1, 1, 1, 'Royal Mallet'), +(1024848, 15279, 0, 1, 1, 1, 'Ivory Wand'), +(1024848, 15291, 0, 1, 1, 1, 'Harpy Needler'), +(1024848, 15323, 0, 1, 1, 1, 'Percussion Shotgun'), +(1024848, 15373, 0, 1, 1, 1, 'Wolf Rider\'s Headgear'), +(1024848, 15379, 0, 1, 1, 1, 'Rageclaw Boots'), +(1024848, 15381, 0, 1, 1, 1, 'Rageclaw Chestguard'), +(1024848, 15383, 0, 1, 1, 1, 'Rageclaw Gloves'), +(1024848, 15384, 0, 1, 1, 1, 'Rageclaw Helm'), +(1024848, 15385, 0, 1, 1, 1, 'Rageclaw Leggings'), +(1024848, 15386, 0, 1, 1, 1, 'Rageclaw Shoulder Pads'), +(1024848, 15387, 0, 1, 1, 1, 'Jadefire Bracelets'), +(1024848, 15392, 0, 1, 1, 1, 'Jadefire Cloak'), +(1024848, 15609, 0, 1, 1, 1, 'Bonelink Armor'), +(1024848, 15618, 0, 1, 1, 1, 'Bonelink Wall Shield'), +(1024848, 15619, 0, 1, 1, 1, 'Gryphon Mail Belt'), +(1024848, 15620, 0, 1, 1, 1, 'Gryphon Mail Bracelets'), +(1024848, 15621, 0, 1, 1, 1, 'Gryphon Mail Buckler'), +(1024848, 15622, 0, 1, 1, 1, 'Gryphon Mail Breastplate'), +(1024848, 15623, 0, 1, 1, 1, 'Gryphon Mail Crown'), +(1024848, 15625, 0, 1, 1, 1, 'Gryphon Mail Gauntlets'), +(1024848, 15626, 0, 1, 1, 1, 'Gryphon Mail Greaves'), +(1024848, 15627, 0, 1, 1, 1, 'Gryphon Mail Legguards'), +(1024848, 15628, 0, 1, 1, 1, 'Gryphon Mail Pauldrons'), +(1024848, 15629, 0, 1, 1, 1, 'Formidable Bracers'), +(1024848, 15630, 0, 1, 1, 1, 'Formidable Sabatons'), +(1024848, 15635, 0, 1, 1, 1, 'Formidable Gauntlets'), +(1024848, 15636, 0, 1, 1, 1, 'Formidable Belt'), +(1024848, 15637, 0, 1, 1, 1, 'Formidable Legguards'), +(1024848, 15638, 0, 1, 1, 1, 'Formidable Shoulder Pads'), +(1024848, 15639, 0, 1, 1, 1, 'Ironhide Bracers'), +(1024848, 15641, 0, 1, 1, 1, 'Ironhide Belt'), +(1024848, 15643, 0, 1, 1, 1, 'Ironhide Cloak'), +(1024848, 15649, 0, 1, 1, 1, 'Merciless Bracers'), +(1024848, 15652, 0, 1, 1, 1, 'Merciless Cloak'), +(1024848, 15937, 0, 1, 1, 1, 'Hibernal Sphere'), +(1024848, 15965, 0, 1, 1, 1, 'Windchaser Orb'), +(1024848, 15981, 0, 1, 1, 1, 'Lunar Sphere'), +(1024848, 15982, 0, 1, 1, 1, 'Bloodwoven Rod'), +(1024849, 1608, 0, 1, 1, 1, 'Skullcrusher Mace'), +(1024849, 1639, 0, 1, 1, 1, 'Grinning Axe'), +(1024849, 3208, 0, 1, 1, 1, 'Conk Hammer'), +(1024849, 4069, 0, 1, 1, 1, 'Blackforge Buckler'), +(1024849, 4082, 0, 1, 1, 1, 'Blackforge Breastplate'), +(1024849, 4088, 0, 1, 1, 1, 'Dreadblade'), +(1024849, 4089, 0, 1, 1, 1, 'Ricochet Blunderbuss'), +(1024849, 7517, 0, 1, 1, 1, 'Gossamer Tunic'), +(1024849, 7518, 0, 1, 1, 1, 'Gossamer Robe'), +(1024849, 7519, 0, 1, 1, 1, 'Gossamer Pants'), +(1024849, 7520, 0, 1, 1, 1, 'Gossamer Headpiece'), +(1024849, 7527, 0, 1, 1, 1, 'Cabalist Chestpiece'), +(1024849, 7528, 0, 1, 1, 1, 'Cabalist Leggings'), +(1024849, 7529, 0, 1, 1, 1, 'Cabalist Helm'), +(1024849, 7532, 0, 1, 1, 1, 'Cabalist Spaulders'), +(1024849, 7536, 0, 1, 1, 1, 'Champion\'s Wall Shield'), +(1024849, 7537, 0, 1, 1, 1, 'Gothic Shield'), +(1024849, 7538, 0, 1, 1, 1, 'Champion\'s Armor'), +(1024849, 7539, 0, 1, 1, 1, 'Champion\'s Leggings'), +(1024849, 7540, 0, 1, 1, 1, 'Champion\'s Helmet'), +(1024849, 7543, 0, 1, 1, 1, 'Champion\'s Pauldrons'), +(1024849, 7553, 0, 1, 1, 1, 'Band of the Unicorn'), +(1024849, 7557, 0, 1, 1, 1, 'Gossamer Rod'), +(1024849, 8106, 0, 1, 1, 1, 'Hibernal Armor'), +(1024849, 8107, 0, 1, 1, 1, 'Hibernal Boots'), +(1024849, 8108, 0, 1, 1, 1, 'Hibernal Bracers'), +(1024849, 8110, 0, 1, 1, 1, 'Hibernal Gloves'), +(1024849, 8111, 0, 1, 1, 1, 'Hibernal Mantle'), +(1024849, 8112, 0, 1, 1, 1, 'Hibernal Pants'), +(1024849, 8113, 0, 1, 1, 1, 'Hibernal Robe'), +(1024849, 8114, 0, 1, 1, 1, 'Hibernal Sash'), +(1024849, 8115, 0, 1, 1, 1, 'Hibernal Cowl'), +(1024849, 8116, 0, 1, 1, 1, 'Heraldic Belt'), +(1024849, 8117, 0, 1, 1, 1, 'Heraldic Boots'), +(1024849, 8119, 0, 1, 1, 1, 'Heraldic Breastplate'), +(1024849, 8121, 0, 1, 1, 1, 'Heraldic Gloves'), +(1024849, 8122, 0, 1, 1, 1, 'Heraldic Headpiece'), +(1024849, 8123, 0, 1, 1, 1, 'Heraldic Leggings'), +(1024849, 8124, 0, 1, 1, 1, 'Heraldic Spaulders'), +(1024849, 8125, 0, 1, 1, 1, 'Myrmidon\'s Bracers'), +(1024849, 8126, 0, 1, 1, 1, 'Myrmidon\'s Breastplate'), +(1024849, 8127, 0, 1, 1, 1, 'Myrmidon\'s Cape'), +(1024849, 8128, 0, 1, 1, 1, 'Myrmidon\'s Gauntlets'), +(1024849, 8129, 0, 1, 1, 1, 'Myrmidon\'s Girdle'), +(1024849, 8130, 0, 1, 1, 1, 'Myrmidon\'s Greaves'), +(1024849, 8131, 0, 1, 1, 1, 'Myrmidon\'s Helm'), +(1024849, 8132, 0, 1, 1, 1, 'Myrmidon\'s Leggings'), +(1024849, 8133, 0, 1, 1, 1, 'Myrmidon\'s Pauldrons'), +(1024849, 8134, 0, 1, 1, 1, 'Myrmidon\'s Defender'), +(1024849, 8138, 0, 1, 1, 1, 'Chromite Chestplate'), +(1024849, 8199, 0, 1, 1, 1, 'Battlefield Destroyer'), +(1024849, 8246, 0, 1, 1, 1, 'Imperial Red Boots'), +(1024849, 8247, 0, 1, 1, 1, 'Imperial Red Bracers'), +(1024849, 8248, 0, 1, 1, 1, 'Imperial Red Cloak'), +(1024849, 8249, 0, 1, 1, 1, 'Imperial Red Gloves'), +(1024849, 8250, 0, 1, 1, 1, 'Imperial Red Mantle'), +(1024849, 8253, 0, 1, 1, 1, 'Imperial Red Sash'), +(1024849, 8255, 0, 1, 1, 1, 'Serpentskin Girdle'), +(1024849, 8256, 0, 1, 1, 1, 'Serpentskin Boots'), +(1024849, 8257, 0, 1, 1, 1, 'Serpentskin Bracers'), +(1024849, 8259, 0, 1, 1, 1, 'Serpentskin Cloak'), +(1024849, 8260, 0, 1, 1, 1, 'Serpentskin Gloves'), +(1024849, 8264, 0, 1, 1, 1, 'Ebonhold Wristguards'), +(1024849, 8266, 0, 1, 1, 1, 'Ebonhold Cloak'), +(1024849, 8274, 0, 1, 1, 1, 'Valorous Chestguard'), +(1024849, 8276, 0, 1, 1, 1, 'Valorous Gauntlets'), +(1024849, 8278, 0, 1, 1, 1, 'Valorous Greaves'), +(1024849, 8279, 0, 1, 1, 1, 'Valorous Helm'), +(1024849, 8280, 0, 1, 1, 1, 'Valorous Legguards'), +(1024849, 8281, 0, 1, 1, 1, 'Valorous Pauldrons'), +(1024849, 8282, 0, 1, 1, 1, 'Valorous Shield'), +(1024849, 8315, 0, 1, 1, 1, 'Alabaster Plate Girdle'), +(1024849, 9905, 0, 1, 1, 1, 'Royal Blouse'), +(1024849, 9913, 0, 1, 1, 1, 'Royal Gown'), +(1024849, 9914, 0, 1, 1, 1, 'Royal Scepter'), +(1024849, 9924, 0, 1, 1, 1, 'Tracker\'s Tunic'), +(1024849, 9936, 0, 1, 1, 1, 'Abjurer\'s Boots'), +(1024849, 9937, 0, 1, 1, 1, 'Abjurer\'s Bands'), +(1024849, 9938, 0, 1, 1, 1, 'Abjurer\'s Cloak'), +(1024849, 9939, 0, 1, 1, 1, 'Abjurer\'s Gloves'), +(1024849, 9940, 0, 1, 1, 1, 'Abjurer\'s Hood'), +(1024849, 9941, 0, 1, 1, 1, 'Abjurer\'s Mantle'), +(1024849, 9942, 0, 1, 1, 1, 'Abjurer\'s Pants'), +(1024849, 9945, 0, 1, 1, 1, 'Abjurer\'s Sash'), +(1024849, 9947, 0, 1, 1, 1, 'Chieftain\'s Belt'), +(1024849, 9948, 0, 1, 1, 1, 'Chieftain\'s Boots'), +(1024849, 9949, 0, 1, 1, 1, 'Chieftain\'s Bracers'), +(1024849, 9951, 0, 1, 1, 1, 'Chieftain\'s Cloak'), +(1024849, 9952, 0, 1, 1, 1, 'Chieftain\'s Gloves'), +(1024849, 9953, 0, 1, 1, 1, 'Chieftain\'s Headdress'), +(1024849, 9954, 0, 1, 1, 1, 'Chieftain\'s Leggings'), +(1024849, 9955, 0, 1, 1, 1, 'Chieftain\'s Shoulders'), +(1024849, 9957, 0, 1, 1, 1, 'Warmonger\'s Chestpiece'), +(1024849, 9958, 0, 1, 1, 1, 'Warmonger\'s Buckler'), +(1024849, 9960, 0, 1, 1, 1, 'Warmonger\'s Gauntlets'), +(1024849, 9961, 0, 1, 1, 1, 'Warmonger\'s Belt'), +(1024849, 9962, 0, 1, 1, 1, 'Warmonger\'s Greaves'), +(1024849, 9963, 0, 1, 1, 1, 'Warmonger\'s Circlet'), +(1024849, 9964, 0, 1, 1, 1, 'Warmonger\'s Leggings'), +(1024849, 9965, 0, 1, 1, 1, 'Warmonger\'s Pauldrons'), +(1024849, 9974, 0, 1, 1, 1, 'Overlord\'s Shield'), +(1024849, 10058, 0, 1, 1, 1, 'Duskwoven Sandals'), +(1024849, 10059, 0, 1, 1, 1, 'Duskwoven Bracers'), +(1024849, 10060, 0, 1, 1, 1, 'Duskwoven Cape'), +(1024849, 10061, 0, 1, 1, 1, 'Duskwoven Turban'), +(1024849, 10062, 0, 1, 1, 1, 'Duskwoven Gloves'), +(1024849, 10063, 0, 1, 1, 1, 'Duskwoven Amice'), +(1024849, 10066, 0, 1, 1, 1, 'Duskwoven Sash'), +(1024849, 10067, 0, 1, 1, 1, 'Righteous Waistguard'), +(1024849, 10068, 0, 1, 1, 1, 'Righteous Boots'), +(1024849, 10069, 0, 1, 1, 1, 'Righteous Bracers'), +(1024849, 10071, 0, 1, 1, 1, 'Righteous Cloak'), +(1024849, 10072, 0, 1, 1, 1, 'Righteous Gloves'), +(1024849, 10073, 0, 1, 1, 1, 'Righteous Helmet'), +(1024849, 10075, 0, 1, 1, 1, 'Righteous Spaulders'), +(1024849, 10076, 0, 1, 1, 1, 'Lord\'s Armguards'), +(1024849, 10079, 0, 1, 1, 1, 'Lord\'s Cape'), +(1024849, 10080, 0, 1, 1, 1, 'Lord\'s Gauntlets'), +(1024849, 10081, 0, 1, 1, 1, 'Lord\'s Girdle'), +(1024849, 10082, 0, 1, 1, 1, 'Lord\'s Boots'), +(1024849, 10083, 0, 1, 1, 1, 'Lord\'s Crown'), +(1024849, 10084, 0, 1, 1, 1, 'Lord\'s Legguards'), +(1024849, 10085, 0, 1, 1, 1, 'Lord\'s Pauldrons'), +(1024849, 10086, 0, 1, 1, 1, 'Gothic Plate Armor'), +(1024849, 10091, 0, 1, 1, 1, 'Gothic Plate Leggings'), +(1024849, 10092, 0, 1, 1, 1, 'Gothic Plate Spaulders'), +(1024849, 10127, 0, 1, 1, 1, 'Revenant Bracers'), +(1024849, 10129, 0, 1, 1, 1, 'Revenant Gauntlets'), +(1024849, 10130, 0, 1, 1, 1, 'Revenant Girdle'), +(1024849, 10131, 0, 1, 1, 1, 'Revenant Boots'), +(1024849, 10132, 0, 1, 1, 1, 'Revenant Helmet'), +(1024849, 10133, 0, 1, 1, 1, 'Revenant Leggings'), +(1024849, 10134, 0, 1, 1, 1, 'Revenant Shoulders'), +(1024849, 10174, 0, 1, 1, 1, 'Mystical Cape'), +(1024849, 10180, 0, 1, 1, 1, 'Mystical Belt'), +(1024849, 10184, 0, 1, 1, 1, 'Swashbuckler\'s Bracers'), +(1024849, 10185, 0, 1, 1, 1, 'Swashbuckler\'s Cape'), +(1024849, 10190, 0, 1, 1, 1, 'Swashbuckler\'s Belt'), +(1024849, 10191, 0, 1, 1, 1, 'Crusader\'s Armguards'), +(1024849, 10194, 0, 1, 1, 1, 'Crusader\'s Cloak'), +(1024849, 10196, 0, 1, 1, 1, 'Crusader\'s Gauntlets'), +(1024849, 10197, 0, 1, 1, 1, 'Crusader\'s Belt'), +(1024849, 10201, 0, 1, 1, 1, 'Overlord\'s Greaves'), +(1024849, 10202, 0, 1, 1, 1, 'Overlord\'s Vambraces'), +(1024849, 10203, 0, 1, 1, 1, 'Overlord\'s Chestplate'), +(1024849, 10205, 0, 1, 1, 1, 'Overlord\'s Gauntlets'), +(1024849, 10206, 0, 1, 1, 1, 'Overlord\'s Girdle'), +(1024849, 10207, 0, 1, 1, 1, 'Overlord\'s Crown'), +(1024849, 10208, 0, 1, 1, 1, 'Overlord\'s Legplates'), +(1024849, 10209, 0, 1, 1, 1, 'Overlord\'s Spaulders'), +(1024849, 10238, 0, 1, 1, 1, 'Heavy Lamellar Boots'), +(1024849, 10239, 0, 1, 1, 1, 'Heavy Lamellar Vambraces'), +(1024849, 10242, 0, 1, 1, 1, 'Heavy Lamellar Gauntlets'), +(1024849, 10243, 0, 1, 1, 1, 'Heavy Lamellar Girdle'), +(1024849, 11975, 0, 1, 1, 1, 'Topaz Ring'), +(1024849, 11976, 0, 1, 1, 1, 'Sardonyx Knuckle'), +(1024849, 11988, 0, 1, 1, 1, 'Tellurium Band'), +(1024849, 11989, 0, 1, 1, 1, 'Vanadium Loop'), +(1024849, 12001, 0, 1, 1, 1, 'Onyx Ring'), +(1024849, 12013, 0, 1, 1, 1, 'Desert Ring'), +(1024849, 12024, 0, 1, 1, 1, 'Vanadium Talisman'), +(1024849, 12032, 0, 1, 1, 1, 'Onyx Choker'), +(1024849, 12043, 0, 1, 1, 1, 'Desert Choker'), +(1024849, 12044, 0, 1, 1, 1, 'Arctic Pendant'), +(1024849, 12055, 0, 1, 1, 1, 'Stardust Band'), +(1024849, 14249, 0, 1, 1, 1, 'Lunar Vest'), +(1024849, 14254, 0, 1, 1, 1, 'Lunar Raiment'), +(1024849, 14263, 0, 1, 1, 1, 'Bloodwoven Mask'), +(1024849, 14264, 0, 1, 1, 1, 'Bloodwoven Pants'), +(1024849, 14265, 0, 1, 1, 1, 'Bloodwoven Wraps'), +(1024849, 14266, 0, 1, 1, 1, 'Bloodwoven Pads'), +(1024849, 14267, 0, 1, 1, 1, 'Bloodwoven Jerkin'), +(1024849, 14269, 0, 1, 1, 1, 'Gaea\'s Slippers'), +(1024849, 14271, 0, 1, 1, 1, 'Gaea\'s Circlet'), +(1024849, 14272, 0, 1, 1, 1, 'Gaea\'s Handwraps'), +(1024849, 14273, 0, 1, 1, 1, 'Gaea\'s Amice'), +(1024849, 14274, 0, 1, 1, 1, 'Gaea\'s Leggings'), +(1024849, 14275, 0, 1, 1, 1, 'Gaea\'s Raiment'), +(1024849, 14276, 0, 1, 1, 1, 'Gaea\'s Belt'), +(1024849, 14277, 0, 1, 1, 1, 'Gaea\'s Tunic'), +(1024849, 14278, 0, 1, 1, 1, 'Opulent Mantle'), +(1024849, 14279, 0, 1, 1, 1, 'Opulent Bracers'), +(1024849, 14280, 0, 1, 1, 1, 'Opulent Cape'), +(1024849, 14282, 0, 1, 1, 1, 'Opulent Gloves'), +(1024849, 14285, 0, 1, 1, 1, 'Opulent Boots'), +(1024849, 14286, 0, 1, 1, 1, 'Opulent Belt'), +(1024849, 14289, 0, 1, 1, 1, 'Arachnidian Girdle'), +(1024849, 14290, 0, 1, 1, 1, 'Arachnidian Footpads'), +(1024849, 14291, 0, 1, 1, 1, 'Arachnidian Bracelets'), +(1024849, 14292, 0, 1, 1, 1, 'Arachnidian Cape'), +(1024849, 14294, 0, 1, 1, 1, 'Arachnidian Gloves'), +(1024849, 14296, 0, 1, 1, 1, 'Arachnidian Pauldrons'), +(1024849, 14300, 0, 1, 1, 1, 'Bonecaster\'s Cape'), +(1024849, 14427, 0, 1, 1, 1, 'Windchaser Wraps'), +(1024849, 14434, 0, 1, 1, 1, 'Windchaser Robes'), +(1024849, 14438, 0, 1, 1, 1, 'Venomshroud Boots'), +(1024849, 14439, 0, 1, 1, 1, 'Venomshroud Armguards'), +(1024849, 14441, 0, 1, 1, 1, 'Venomshroud Mask'), +(1024849, 14442, 0, 1, 1, 1, 'Venomshroud Mitts'), +(1024849, 14443, 0, 1, 1, 1, 'Venomshroud Mantle'), +(1024849, 14444, 0, 1, 1, 1, 'Venomshroud Leggings'), +(1024849, 14446, 0, 1, 1, 1, 'Venomshroud Belt'), +(1024849, 14448, 0, 1, 1, 1, 'Highborne Bracelets'), +(1024849, 14450, 0, 1, 1, 1, 'Highborne Cloak'), +(1024849, 14655, 0, 1, 1, 1, 'Scorpashi Breastplate'), +(1024849, 14658, 0, 1, 1, 1, 'Scorpashi Skullcap'), +(1024849, 14659, 0, 1, 1, 1, 'Scorpashi Leggings'), +(1024849, 14660, 0, 1, 1, 1, 'Scorpashi Shoulder Pads'), +(1024849, 14661, 0, 1, 1, 1, 'Keeper\'s Cord'), +(1024849, 14662, 0, 1, 1, 1, 'Keeper\'s Hooves'), +(1024849, 14663, 0, 1, 1, 1, 'Keeper\'s Bindings'), +(1024849, 14665, 0, 1, 1, 1, 'Keeper\'s Cloak'), +(1024849, 14666, 0, 1, 1, 1, 'Keeper\'s Gloves'), +(1024849, 14668, 0, 1, 1, 1, 'Keeper\'s Woolies'), +(1024849, 14669, 0, 1, 1, 1, 'Keeper\'s Mantle'), +(1024849, 14673, 0, 1, 1, 1, 'Pridelord Cape'), +(1024849, 14779, 0, 1, 1, 1, 'Khan\'s Chestpiece'), +(1024849, 14780, 0, 1, 1, 1, 'Khan\'s Buckler'), +(1024849, 14785, 0, 1, 1, 1, 'Khan\'s Helmet'), +(1024849, 14786, 0, 1, 1, 1, 'Khan\'s Legguards'), +(1024849, 14787, 0, 1, 1, 1, 'Khan\'s Mantle'), +(1024849, 14788, 0, 1, 1, 1, 'Protector Armguards'), +(1024849, 14791, 0, 1, 1, 1, 'Protector Cape'), +(1024849, 14792, 0, 1, 1, 1, 'Protector Gauntlets'), +(1024849, 14793, 0, 1, 1, 1, 'Protector Waistband'), +(1024849, 14794, 0, 1, 1, 1, 'Protector Ankleguards'), +(1024849, 14797, 0, 1, 1, 1, 'Protector Pads'), +(1024849, 14801, 0, 1, 1, 1, 'Bloodlust Cape'), +(1024849, 14835, 0, 1, 1, 1, 'Tyrant\'s Chestpiece'), +(1024849, 14840, 0, 1, 1, 1, 'Tyrant\'s Legplates'), +(1024849, 14842, 0, 1, 1, 1, 'Tyrant\'s Shield'), +(1024849, 14846, 0, 1, 1, 1, 'Sunscale Gauntlets'), +(1024849, 14847, 0, 1, 1, 1, 'Sunscale Belt'), +(1024849, 14848, 0, 1, 1, 1, 'Sunscale Sabatons'), +(1024849, 14850, 0, 1, 1, 1, 'Sunscale Legplates'), +(1024849, 14851, 0, 1, 1, 1, 'Sunscale Spaulders'), +(1024849, 14853, 0, 1, 1, 1, 'Sunscale Wristguards'), +(1024849, 14861, 0, 1, 1, 1, 'Vanguard Vambraces'), +(1024849, 14904, 0, 1, 1, 1, 'Brutish Breastplate'), +(1024849, 14907, 0, 1, 1, 1, 'Brutish Helmet'), +(1024849, 14908, 0, 1, 1, 1, 'Brutish Legguards'), +(1024849, 14912, 0, 1, 1, 1, 'Brutish Shield'), +(1024849, 14913, 0, 1, 1, 1, 'Jade Greaves'), +(1024849, 14917, 0, 1, 1, 1, 'Jade Gauntlets'), +(1024849, 14918, 0, 1, 1, 1, 'Jade Belt'), +(1024849, 14919, 0, 1, 1, 1, 'Jade Circlet'), +(1024849, 14920, 0, 1, 1, 1, 'Jade Legplates'), +(1024849, 14921, 0, 1, 1, 1, 'Jade Epaulets'), +(1024849, 14923, 0, 1, 1, 1, 'Lofty Armguards'), +(1024849, 14927, 0, 1, 1, 1, 'Lofty Belt'), +(1024849, 14948, 0, 1, 1, 1, 'Bloodforged Chestpiece'), +(1024849, 14949, 0, 1, 1, 1, 'Bloodforged Gauntlets'), +(1024849, 14951, 0, 1, 1, 1, 'Bloodforged Sabatons'), +(1024849, 14952, 0, 1, 1, 1, 'Bloodforged Helmet'), +(1024849, 14953, 0, 1, 1, 1, 'Bloodforged Legplates'), +(1024849, 14954, 0, 1, 1, 1, 'Bloodforged Shield'), +(1024849, 14955, 0, 1, 1, 1, 'Bloodforged Shoulder Pads'), +(1024849, 14957, 0, 1, 1, 1, 'High Chief\'s Sabatons'), +(1024849, 14959, 0, 1, 1, 1, 'High Chief\'s Gauntlets'), +(1024849, 14960, 0, 1, 1, 1, 'High Chief\'s Belt'), +(1024849, 14965, 0, 1, 1, 1, 'High Chief\'s Bindings'), +(1024849, 15164, 0, 1, 1, 1, 'Imposing Vest'), +(1024849, 15167, 0, 1, 1, 1, 'Imposing Bandana'), +(1024849, 15170, 0, 1, 1, 1, 'Potent Armor'), +(1024849, 15171, 0, 1, 1, 1, 'Potent Boots'), +(1024849, 15172, 0, 1, 1, 1, 'Potent Bands'), +(1024849, 15174, 0, 1, 1, 1, 'Potent Gloves'), +(1024849, 15175, 0, 1, 1, 1, 'Potent Helmet'), +(1024849, 15176, 0, 1, 1, 1, 'Potent Pants'), +(1024849, 15177, 0, 1, 1, 1, 'Potent Shoulders'), +(1024849, 15178, 0, 1, 1, 1, 'Potent Belt'), +(1024849, 15182, 0, 1, 1, 1, 'Praetorian Wristbands'), +(1024849, 15183, 0, 1, 1, 1, 'Praetorian Cloak'), +(1024849, 15216, 0, 1, 1, 1, 'Rune Sword'), +(1024849, 15227, 0, 1, 1, 1, 'Diamond-Tip Bludgeon'), +(1024849, 15235, 0, 1, 1, 1, 'Crescent Edge'), +(1024849, 15236, 0, 1, 1, 1, 'Moon Cleaver'), +(1024849, 15245, 0, 1, 1, 1, 'Vorpal Dagger'), +(1024849, 15252, 0, 1, 1, 1, 'Tusker Sword'), +(1024849, 15253, 0, 1, 1, 1, 'Beheading Blade'), +(1024849, 15263, 0, 1, 1, 1, 'Royal Mallet'), +(1024849, 15274, 0, 1, 1, 1, 'Diviner Long Staff'), +(1024849, 15279, 0, 1, 1, 1, 'Ivory Wand'), +(1024849, 15291, 0, 1, 1, 1, 'Harpy Needler'), +(1024849, 15323, 0, 1, 1, 1, 'Percussion Shotgun'), +(1024849, 15373, 0, 1, 1, 1, 'Wolf Rider\'s Headgear'), +(1024849, 15379, 0, 1, 1, 1, 'Rageclaw Boots'), +(1024849, 15381, 0, 1, 1, 1, 'Rageclaw Chestguard'), +(1024849, 15383, 0, 1, 1, 1, 'Rageclaw Gloves'), +(1024849, 15384, 0, 1, 1, 1, 'Rageclaw Helm'), +(1024849, 15385, 0, 1, 1, 1, 'Rageclaw Leggings'), +(1024849, 15386, 0, 1, 1, 1, 'Rageclaw Shoulder Pads'), +(1024849, 15387, 0, 1, 1, 1, 'Jadefire Bracelets'), +(1024849, 15388, 0, 1, 1, 1, 'Jadefire Belt'), +(1024849, 15392, 0, 1, 1, 1, 'Jadefire Cloak'), +(1024849, 15393, 0, 1, 1, 1, 'Jadefire Gloves'), +(1024849, 15609, 0, 1, 1, 1, 'Bonelink Armor'), +(1024849, 15618, 0, 1, 1, 1, 'Bonelink Wall Shield'), +(1024849, 15619, 0, 1, 1, 1, 'Gryphon Mail Belt'), +(1024849, 15620, 0, 1, 1, 1, 'Gryphon Mail Bracelets'), +(1024849, 15621, 0, 1, 1, 1, 'Gryphon Mail Buckler'), +(1024849, 15622, 0, 1, 1, 1, 'Gryphon Mail Breastplate'), +(1024849, 15623, 0, 1, 1, 1, 'Gryphon Mail Crown'), +(1024849, 15625, 0, 1, 1, 1, 'Gryphon Mail Gauntlets'), +(1024849, 15626, 0, 1, 1, 1, 'Gryphon Mail Greaves'), +(1024849, 15627, 0, 1, 1, 1, 'Gryphon Mail Legguards'), +(1024849, 15628, 0, 1, 1, 1, 'Gryphon Mail Pauldrons'), +(1024849, 15629, 0, 1, 1, 1, 'Formidable Bracers'), +(1024849, 15630, 0, 1, 1, 1, 'Formidable Sabatons'), +(1024849, 15631, 0, 1, 1, 1, 'Formidable Chestpiece'), +(1024849, 15633, 0, 1, 1, 1, 'Formidable Crest'), +(1024849, 15634, 0, 1, 1, 1, 'Formidable Circlet'), +(1024849, 15635, 0, 1, 1, 1, 'Formidable Gauntlets'), +(1024849, 15636, 0, 1, 1, 1, 'Formidable Belt'), +(1024849, 15637, 0, 1, 1, 1, 'Formidable Legguards'), +(1024849, 15638, 0, 1, 1, 1, 'Formidable Shoulder Pads'), +(1024849, 15639, 0, 1, 1, 1, 'Ironhide Bracers'), +(1024849, 15641, 0, 1, 1, 1, 'Ironhide Belt'), +(1024849, 15642, 0, 1, 1, 1, 'Ironhide Greaves'), +(1024849, 15643, 0, 1, 1, 1, 'Ironhide Cloak'), +(1024849, 15644, 0, 1, 1, 1, 'Ironhide Gauntlets'), +(1024849, 15649, 0, 1, 1, 1, 'Merciless Bracers'), +(1024849, 15652, 0, 1, 1, 1, 'Merciless Cloak'), +(1024849, 15937, 0, 1, 1, 1, 'Hibernal Sphere'), +(1024849, 15965, 0, 1, 1, 1, 'Windchaser Orb'), +(1024849, 15981, 0, 1, 1, 1, 'Lunar Sphere'), +(1024849, 15982, 0, 1, 1, 1, 'Bloodwoven Rod'), +(1024849, 15983, 0, 1, 1, 1, 'Gaea\'s Scepter'), +(1024949, 1639, 0, 1, 1, 1, 'Grinning Axe'), +(1024949, 3208, 0, 1, 1, 1, 'Conk Hammer'), +(1024949, 4089, 0, 1, 1, 1, 'Ricochet Blunderbuss'), +(1024949, 7517, 0, 1, 1, 1, 'Gossamer Tunic'), +(1024949, 7518, 0, 1, 1, 1, 'Gossamer Robe'), +(1024949, 7527, 0, 1, 1, 1, 'Cabalist Chestpiece'), +(1024949, 7528, 0, 1, 1, 1, 'Cabalist Leggings'), +(1024949, 7536, 0, 1, 1, 1, 'Champion\'s Wall Shield'), +(1024949, 7537, 0, 1, 1, 1, 'Gothic Shield'), +(1024949, 7538, 0, 1, 1, 1, 'Champion\'s Armor'), +(1024949, 7539, 0, 1, 1, 1, 'Champion\'s Leggings'), +(1024949, 7553, 0, 1, 1, 1, 'Band of the Unicorn'), +(1024949, 7557, 0, 1, 1, 1, 'Gossamer Rod'), +(1024949, 8106, 0, 1, 1, 1, 'Hibernal Armor'), +(1024949, 8111, 0, 1, 1, 1, 'Hibernal Mantle'), +(1024949, 8112, 0, 1, 1, 1, 'Hibernal Pants'), +(1024949, 8113, 0, 1, 1, 1, 'Hibernal Robe'), +(1024949, 8115, 0, 1, 1, 1, 'Hibernal Cowl'), +(1024949, 8119, 0, 1, 1, 1, 'Heraldic Breastplate'), +(1024949, 8122, 0, 1, 1, 1, 'Heraldic Headpiece'), +(1024949, 8123, 0, 1, 1, 1, 'Heraldic Leggings'), +(1024949, 8124, 0, 1, 1, 1, 'Heraldic Spaulders'), +(1024949, 8125, 0, 1, 1, 1, 'Myrmidon\'s Bracers'), +(1024949, 8126, 0, 1, 1, 1, 'Myrmidon\'s Breastplate'), +(1024949, 8128, 0, 1, 1, 1, 'Myrmidon\'s Gauntlets'), +(1024949, 8129, 0, 1, 1, 1, 'Myrmidon\'s Girdle'), +(1024949, 8130, 0, 1, 1, 1, 'Myrmidon\'s Greaves'), +(1024949, 8131, 0, 1, 1, 1, 'Myrmidon\'s Helm'), +(1024949, 8132, 0, 1, 1, 1, 'Myrmidon\'s Leggings'), +(1024949, 8133, 0, 1, 1, 1, 'Myrmidon\'s Pauldrons'), +(1024949, 8134, 0, 1, 1, 1, 'Myrmidon\'s Defender'), +(1024949, 8246, 0, 1, 1, 1, 'Imperial Red Boots'), +(1024949, 8247, 0, 1, 1, 1, 'Imperial Red Bracers'), +(1024949, 8248, 0, 1, 1, 1, 'Imperial Red Cloak'), +(1024949, 8249, 0, 1, 1, 1, 'Imperial Red Gloves'), +(1024949, 8250, 0, 1, 1, 1, 'Imperial Red Mantle'), +(1024949, 8253, 0, 1, 1, 1, 'Imperial Red Sash'), +(1024949, 8255, 0, 1, 1, 1, 'Serpentskin Girdle'), +(1024949, 8256, 0, 1, 1, 1, 'Serpentskin Boots'), +(1024949, 8257, 0, 1, 1, 1, 'Serpentskin Bracers'), +(1024949, 8259, 0, 1, 1, 1, 'Serpentskin Cloak'), +(1024949, 8260, 0, 1, 1, 1, 'Serpentskin Gloves'), +(1024949, 8264, 0, 1, 1, 1, 'Ebonhold Wristguards'), +(1024949, 8266, 0, 1, 1, 1, 'Ebonhold Cloak'), +(1024949, 8274, 0, 1, 1, 1, 'Valorous Chestguard'), +(1024949, 8279, 0, 1, 1, 1, 'Valorous Helm'), +(1024949, 8280, 0, 1, 1, 1, 'Valorous Legguards'), +(1024949, 8281, 0, 1, 1, 1, 'Valorous Pauldrons'), +(1024949, 8282, 0, 1, 1, 1, 'Valorous Shield'), +(1024949, 8315, 0, 1, 1, 1, 'Alabaster Plate Girdle'), +(1024949, 9905, 0, 1, 1, 1, 'Royal Blouse'), +(1024949, 9913, 0, 1, 1, 1, 'Royal Gown'), +(1024949, 9914, 0, 1, 1, 1, 'Royal Scepter'), +(1024949, 9924, 0, 1, 1, 1, 'Tracker\'s Tunic'), +(1024949, 9936, 0, 1, 1, 1, 'Abjurer\'s Boots'), +(1024949, 9937, 0, 1, 1, 1, 'Abjurer\'s Bands'), +(1024949, 9938, 0, 1, 1, 1, 'Abjurer\'s Cloak'), +(1024949, 9939, 0, 1, 1, 1, 'Abjurer\'s Gloves'), +(1024949, 9940, 0, 1, 1, 1, 'Abjurer\'s Hood'), +(1024949, 9941, 0, 1, 1, 1, 'Abjurer\'s Mantle'), +(1024949, 9942, 0, 1, 1, 1, 'Abjurer\'s Pants'), +(1024949, 9945, 0, 1, 1, 1, 'Abjurer\'s Sash'), +(1024949, 9947, 0, 1, 1, 1, 'Chieftain\'s Belt'), +(1024949, 9948, 0, 1, 1, 1, 'Chieftain\'s Boots'), +(1024949, 9949, 0, 1, 1, 1, 'Chieftain\'s Bracers'), +(1024949, 9952, 0, 1, 1, 1, 'Chieftain\'s Gloves'), +(1024949, 9953, 0, 1, 1, 1, 'Chieftain\'s Headdress'), +(1024949, 9954, 0, 1, 1, 1, 'Chieftain\'s Leggings'), +(1024949, 9955, 0, 1, 1, 1, 'Chieftain\'s Shoulders'), +(1024949, 9957, 0, 1, 1, 1, 'Warmonger\'s Chestpiece'), +(1024949, 9958, 0, 1, 1, 1, 'Warmonger\'s Buckler'), +(1024949, 9962, 0, 1, 1, 1, 'Warmonger\'s Greaves'), +(1024949, 9963, 0, 1, 1, 1, 'Warmonger\'s Circlet'), +(1024949, 9964, 0, 1, 1, 1, 'Warmonger\'s Leggings'), +(1024949, 9965, 0, 1, 1, 1, 'Warmonger\'s Pauldrons'), +(1024949, 9974, 0, 1, 1, 1, 'Overlord\'s Shield'), +(1024949, 10058, 0, 1, 1, 1, 'Duskwoven Sandals'), +(1024949, 10059, 0, 1, 1, 1, 'Duskwoven Bracers'), +(1024949, 10060, 0, 1, 1, 1, 'Duskwoven Cape'), +(1024949, 10061, 0, 1, 1, 1, 'Duskwoven Turban'), +(1024949, 10062, 0, 1, 1, 1, 'Duskwoven Gloves'), +(1024949, 10063, 0, 1, 1, 1, 'Duskwoven Amice'), +(1024949, 10066, 0, 1, 1, 1, 'Duskwoven Sash'), +(1024949, 10067, 0, 1, 1, 1, 'Righteous Waistguard'), +(1024949, 10068, 0, 1, 1, 1, 'Righteous Boots'), +(1024949, 10069, 0, 1, 1, 1, 'Righteous Bracers'), +(1024949, 10071, 0, 1, 1, 1, 'Righteous Cloak'), +(1024949, 10072, 0, 1, 1, 1, 'Righteous Gloves'), +(1024949, 10073, 0, 1, 1, 1, 'Righteous Helmet'), +(1024949, 10075, 0, 1, 1, 1, 'Righteous Spaulders'), +(1024949, 10076, 0, 1, 1, 1, 'Lord\'s Armguards'), +(1024949, 10079, 0, 1, 1, 1, 'Lord\'s Cape'), +(1024949, 10080, 0, 1, 1, 1, 'Lord\'s Gauntlets'), +(1024949, 10081, 0, 1, 1, 1, 'Lord\'s Girdle'), +(1024949, 10082, 0, 1, 1, 1, 'Lord\'s Boots'), +(1024949, 10083, 0, 1, 1, 1, 'Lord\'s Crown'), +(1024949, 10084, 0, 1, 1, 1, 'Lord\'s Legguards'), +(1024949, 10085, 0, 1, 1, 1, 'Lord\'s Pauldrons'), +(1024949, 10086, 0, 1, 1, 1, 'Gothic Plate Armor'), +(1024949, 10127, 0, 1, 1, 1, 'Revenant Bracers'), +(1024949, 10129, 0, 1, 1, 1, 'Revenant Gauntlets'), +(1024949, 10130, 0, 1, 1, 1, 'Revenant Girdle'), +(1024949, 10131, 0, 1, 1, 1, 'Revenant Boots'), +(1024949, 10132, 0, 1, 1, 1, 'Revenant Helmet'), +(1024949, 10133, 0, 1, 1, 1, 'Revenant Leggings'), +(1024949, 10134, 0, 1, 1, 1, 'Revenant Shoulders'), +(1024949, 10174, 0, 1, 1, 1, 'Mystical Cape'), +(1024949, 10180, 0, 1, 1, 1, 'Mystical Belt'), +(1024949, 10184, 0, 1, 1, 1, 'Swashbuckler\'s Bracers'), +(1024949, 10185, 0, 1, 1, 1, 'Swashbuckler\'s Cape'), +(1024949, 10190, 0, 1, 1, 1, 'Swashbuckler\'s Belt'), +(1024949, 10191, 0, 1, 1, 1, 'Crusader\'s Armguards'), +(1024949, 10194, 0, 1, 1, 1, 'Crusader\'s Cloak'), +(1024949, 10196, 0, 1, 1, 1, 'Crusader\'s Gauntlets'), +(1024949, 10197, 0, 1, 1, 1, 'Crusader\'s Belt'), +(1024949, 10201, 0, 1, 1, 1, 'Overlord\'s Greaves'), +(1024949, 10202, 0, 1, 1, 1, 'Overlord\'s Vambraces'), +(1024949, 10203, 0, 1, 1, 1, 'Overlord\'s Chestplate'), +(1024949, 10205, 0, 1, 1, 1, 'Overlord\'s Gauntlets'), +(1024949, 10206, 0, 1, 1, 1, 'Overlord\'s Girdle'), +(1024949, 10207, 0, 1, 1, 1, 'Overlord\'s Crown'), +(1024949, 10208, 0, 1, 1, 1, 'Overlord\'s Legplates'), +(1024949, 10209, 0, 1, 1, 1, 'Overlord\'s Spaulders'), +(1024949, 10238, 0, 1, 1, 1, 'Heavy Lamellar Boots'), +(1024949, 10239, 0, 1, 1, 1, 'Heavy Lamellar Vambraces'), +(1024949, 10242, 0, 1, 1, 1, 'Heavy Lamellar Gauntlets'), +(1024949, 10243, 0, 1, 1, 1, 'Heavy Lamellar Girdle'), +(1024949, 11975, 0, 1, 1, 1, 'Topaz Ring'), +(1024949, 11976, 0, 1, 1, 1, 'Sardonyx Knuckle'), +(1024949, 11989, 0, 1, 1, 1, 'Vanadium Loop'), +(1024949, 12001, 0, 1, 1, 1, 'Onyx Ring'), +(1024949, 12013, 0, 1, 1, 1, 'Desert Ring'), +(1024949, 12024, 0, 1, 1, 1, 'Vanadium Talisman'), +(1024949, 12032, 0, 1, 1, 1, 'Onyx Choker'), +(1024949, 12044, 0, 1, 1, 1, 'Arctic Pendant'), +(1024949, 12055, 0, 1, 1, 1, 'Stardust Band'), +(1024949, 14263, 0, 1, 1, 1, 'Bloodwoven Mask'), +(1024949, 14264, 0, 1, 1, 1, 'Bloodwoven Pants'), +(1024949, 14265, 0, 1, 1, 1, 'Bloodwoven Wraps'), +(1024949, 14267, 0, 1, 1, 1, 'Bloodwoven Jerkin'), +(1024949, 14271, 0, 1, 1, 1, 'Gaea\'s Circlet'), +(1024949, 14273, 0, 1, 1, 1, 'Gaea\'s Amice'), +(1024949, 14274, 0, 1, 1, 1, 'Gaea\'s Leggings'), +(1024949, 14275, 0, 1, 1, 1, 'Gaea\'s Raiment'), +(1024949, 14277, 0, 1, 1, 1, 'Gaea\'s Tunic'), +(1024949, 14278, 0, 1, 1, 1, 'Opulent Mantle'), +(1024949, 14279, 0, 1, 1, 1, 'Opulent Bracers'), +(1024949, 14280, 0, 1, 1, 1, 'Opulent Cape'), +(1024949, 14282, 0, 1, 1, 1, 'Opulent Gloves'), +(1024949, 14285, 0, 1, 1, 1, 'Opulent Boots'), +(1024949, 14286, 0, 1, 1, 1, 'Opulent Belt'), +(1024949, 14289, 0, 1, 1, 1, 'Arachnidian Girdle'), +(1024949, 14290, 0, 1, 1, 1, 'Arachnidian Footpads'), +(1024949, 14291, 0, 1, 1, 1, 'Arachnidian Bracelets'), +(1024949, 14292, 0, 1, 1, 1, 'Arachnidian Cape'), +(1024949, 14294, 0, 1, 1, 1, 'Arachnidian Gloves'), +(1024949, 14296, 0, 1, 1, 1, 'Arachnidian Pauldrons'), +(1024949, 14300, 0, 1, 1, 1, 'Bonecaster\'s Cape'), +(1024949, 14427, 0, 1, 1, 1, 'Windchaser Wraps'), +(1024949, 14434, 0, 1, 1, 1, 'Windchaser Robes'), +(1024949, 14438, 0, 1, 1, 1, 'Venomshroud Boots'), +(1024949, 14441, 0, 1, 1, 1, 'Venomshroud Mask'), +(1024949, 14442, 0, 1, 1, 1, 'Venomshroud Mitts'), +(1024949, 14443, 0, 1, 1, 1, 'Venomshroud Mantle'), +(1024949, 14444, 0, 1, 1, 1, 'Venomshroud Leggings'), +(1024949, 14446, 0, 1, 1, 1, 'Venomshroud Belt'), +(1024949, 14448, 0, 1, 1, 1, 'Highborne Bracelets'), +(1024949, 14450, 0, 1, 1, 1, 'Highborne Cloak'), +(1024949, 14655, 0, 1, 1, 1, 'Scorpashi Breastplate'), +(1024949, 14658, 0, 1, 1, 1, 'Scorpashi Skullcap'), +(1024949, 14661, 0, 1, 1, 1, 'Keeper\'s Cord'), +(1024949, 14662, 0, 1, 1, 1, 'Keeper\'s Hooves'), +(1024949, 14663, 0, 1, 1, 1, 'Keeper\'s Bindings'), +(1024949, 14665, 0, 1, 1, 1, 'Keeper\'s Cloak'), +(1024949, 14666, 0, 1, 1, 1, 'Keeper\'s Gloves'), +(1024949, 14668, 0, 1, 1, 1, 'Keeper\'s Woolies'), +(1024949, 14669, 0, 1, 1, 1, 'Keeper\'s Mantle'), +(1024949, 14673, 0, 1, 1, 1, 'Pridelord Cape'), +(1024949, 14779, 0, 1, 1, 1, 'Khan\'s Chestpiece'), +(1024949, 14780, 0, 1, 1, 1, 'Khan\'s Buckler'), +(1024949, 14785, 0, 1, 1, 1, 'Khan\'s Helmet'), +(1024949, 14788, 0, 1, 1, 1, 'Protector Armguards'), +(1024949, 14791, 0, 1, 1, 1, 'Protector Cape'), +(1024949, 14792, 0, 1, 1, 1, 'Protector Gauntlets'), +(1024949, 14793, 0, 1, 1, 1, 'Protector Waistband'), +(1024949, 14794, 0, 1, 1, 1, 'Protector Ankleguards'), +(1024949, 14797, 0, 1, 1, 1, 'Protector Pads'), +(1024949, 14801, 0, 1, 1, 1, 'Bloodlust Cape'), +(1024949, 14835, 0, 1, 1, 1, 'Tyrant\'s Chestpiece'), +(1024949, 14842, 0, 1, 1, 1, 'Tyrant\'s Shield'), +(1024949, 14846, 0, 1, 1, 1, 'Sunscale Gauntlets'), +(1024949, 14847, 0, 1, 1, 1, 'Sunscale Belt'), +(1024949, 14848, 0, 1, 1, 1, 'Sunscale Sabatons'), +(1024949, 14850, 0, 1, 1, 1, 'Sunscale Legplates'), +(1024949, 14851, 0, 1, 1, 1, 'Sunscale Spaulders'), +(1024949, 14853, 0, 1, 1, 1, 'Sunscale Wristguards'), +(1024949, 14861, 0, 1, 1, 1, 'Vanguard Vambraces'), +(1024949, 14904, 0, 1, 1, 1, 'Brutish Breastplate'), +(1024949, 14907, 0, 1, 1, 1, 'Brutish Helmet'), +(1024949, 14908, 0, 1, 1, 1, 'Brutish Legguards'), +(1024949, 14912, 0, 1, 1, 1, 'Brutish Shield'), +(1024949, 14913, 0, 1, 1, 1, 'Jade Greaves'), +(1024949, 14917, 0, 1, 1, 1, 'Jade Gauntlets'), +(1024949, 14919, 0, 1, 1, 1, 'Jade Circlet'), +(1024949, 14920, 0, 1, 1, 1, 'Jade Legplates'), +(1024949, 14921, 0, 1, 1, 1, 'Jade Epaulets'), +(1024949, 14923, 0, 1, 1, 1, 'Lofty Armguards'), +(1024949, 14927, 0, 1, 1, 1, 'Lofty Belt'), +(1024949, 14948, 0, 1, 1, 1, 'Bloodforged Chestpiece'), +(1024949, 14952, 0, 1, 1, 1, 'Bloodforged Helmet'), +(1024949, 14953, 0, 1, 1, 1, 'Bloodforged Legplates'), +(1024949, 14954, 0, 1, 1, 1, 'Bloodforged Shield'), +(1024949, 14957, 0, 1, 1, 1, 'High Chief\'s Sabatons'), +(1024949, 14959, 0, 1, 1, 1, 'High Chief\'s Gauntlets'), +(1024949, 14960, 0, 1, 1, 1, 'High Chief\'s Belt'), +(1024949, 14965, 0, 1, 1, 1, 'High Chief\'s Bindings'), +(1024949, 15167, 0, 1, 1, 1, 'Imposing Bandana'), +(1024949, 15170, 0, 1, 1, 1, 'Potent Armor'), +(1024949, 15171, 0, 1, 1, 1, 'Potent Boots'), +(1024949, 15174, 0, 1, 1, 1, 'Potent Gloves'), +(1024949, 15175, 0, 1, 1, 1, 'Potent Helmet'), +(1024949, 15176, 0, 1, 1, 1, 'Potent Pants'), +(1024949, 15177, 0, 1, 1, 1, 'Potent Shoulders'), +(1024949, 15182, 0, 1, 1, 1, 'Praetorian Wristbands'), +(1024949, 15183, 0, 1, 1, 1, 'Praetorian Cloak'), +(1024949, 15216, 0, 1, 1, 1, 'Rune Sword'), +(1024949, 15227, 0, 1, 1, 1, 'Diamond-Tip Bludgeon'), +(1024949, 15235, 0, 1, 1, 1, 'Crescent Edge'), +(1024949, 15236, 0, 1, 1, 1, 'Moon Cleaver'), +(1024949, 15245, 0, 1, 1, 1, 'Vorpal Dagger'), +(1024949, 15252, 0, 1, 1, 1, 'Tusker Sword'), +(1024949, 15253, 0, 1, 1, 1, 'Beheading Blade'), +(1024949, 15263, 0, 1, 1, 1, 'Royal Mallet'), +(1024949, 15274, 0, 1, 1, 1, 'Diviner Long Staff'), +(1024949, 15279, 0, 1, 1, 1, 'Ivory Wand'), +(1024949, 15291, 0, 1, 1, 1, 'Harpy Needler'), +(1024949, 15323, 0, 1, 1, 1, 'Percussion Shotgun'), +(1024949, 15379, 0, 1, 1, 1, 'Rageclaw Boots'), +(1024949, 15381, 0, 1, 1, 1, 'Rageclaw Chestguard'), +(1024949, 15383, 0, 1, 1, 1, 'Rageclaw Gloves'), +(1024949, 15384, 0, 1, 1, 1, 'Rageclaw Helm'), +(1024949, 15385, 0, 1, 1, 1, 'Rageclaw Leggings'), +(1024949, 15386, 0, 1, 1, 1, 'Rageclaw Shoulder Pads'), +(1024949, 15387, 0, 1, 1, 1, 'Jadefire Bracelets'), +(1024949, 15388, 0, 1, 1, 1, 'Jadefire Belt'), +(1024949, 15392, 0, 1, 1, 1, 'Jadefire Cloak'), +(1024949, 15393, 0, 1, 1, 1, 'Jadefire Gloves'), +(1024949, 15619, 0, 1, 1, 1, 'Gryphon Mail Belt'), +(1024949, 15621, 0, 1, 1, 1, 'Gryphon Mail Buckler'), +(1024949, 15622, 0, 1, 1, 1, 'Gryphon Mail Breastplate'), +(1024949, 15623, 0, 1, 1, 1, 'Gryphon Mail Crown'), +(1024949, 15627, 0, 1, 1, 1, 'Gryphon Mail Legguards'), +(1024949, 15628, 0, 1, 1, 1, 'Gryphon Mail Pauldrons'), +(1024949, 15629, 0, 1, 1, 1, 'Formidable Bracers'), +(1024949, 15630, 0, 1, 1, 1, 'Formidable Sabatons'), +(1024949, 15631, 0, 1, 1, 1, 'Formidable Chestpiece'), +(1024949, 15633, 0, 1, 1, 1, 'Formidable Crest'), +(1024949, 15634, 0, 1, 1, 1, 'Formidable Circlet'), +(1024949, 15635, 0, 1, 1, 1, 'Formidable Gauntlets'), +(1024949, 15636, 0, 1, 1, 1, 'Formidable Belt'), +(1024949, 15637, 0, 1, 1, 1, 'Formidable Legguards'), +(1024949, 15638, 0, 1, 1, 1, 'Formidable Shoulder Pads'), +(1024949, 15639, 0, 1, 1, 1, 'Ironhide Bracers'), +(1024949, 15641, 0, 1, 1, 1, 'Ironhide Belt'), +(1024949, 15642, 0, 1, 1, 1, 'Ironhide Greaves'), +(1024949, 15643, 0, 1, 1, 1, 'Ironhide Cloak'), +(1024949, 15644, 0, 1, 1, 1, 'Ironhide Gauntlets'), +(1024949, 15649, 0, 1, 1, 1, 'Merciless Bracers'), +(1024949, 15652, 0, 1, 1, 1, 'Merciless Cloak'), +(1024949, 15937, 0, 1, 1, 1, 'Hibernal Sphere'), +(1024949, 15965, 0, 1, 1, 1, 'Windchaser Orb'), +(1024949, 15982, 0, 1, 1, 1, 'Bloodwoven Rod'), +(1024949, 15983, 0, 1, 1, 1, 'Gaea\'s Scepter'), +(1024950, 1639, 0, 1, 1, 1, 'Grinning Axe'), +(1024950, 3208, 0, 1, 1, 1, 'Conk Hammer'), +(1024950, 4089, 0, 1, 1, 1, 'Ricochet Blunderbuss'), +(1024950, 7517, 0, 1, 1, 1, 'Gossamer Tunic'), +(1024950, 7518, 0, 1, 1, 1, 'Gossamer Robe'), +(1024950, 7527, 0, 1, 1, 1, 'Cabalist Chestpiece'), +(1024950, 7528, 0, 1, 1, 1, 'Cabalist Leggings'), +(1024950, 7536, 0, 1, 1, 1, 'Champion\'s Wall Shield'), +(1024950, 7537, 0, 1, 1, 1, 'Gothic Shield'), +(1024950, 7538, 0, 1, 1, 1, 'Champion\'s Armor'), +(1024950, 7539, 0, 1, 1, 1, 'Champion\'s Leggings'), +(1024950, 7553, 0, 1, 1, 1, 'Band of the Unicorn'), +(1024950, 7557, 0, 1, 1, 1, 'Gossamer Rod'), +(1024950, 8106, 0, 1, 1, 1, 'Hibernal Armor'), +(1024950, 8111, 0, 1, 1, 1, 'Hibernal Mantle'), +(1024950, 8112, 0, 1, 1, 1, 'Hibernal Pants'), +(1024950, 8113, 0, 1, 1, 1, 'Hibernal Robe'), +(1024950, 8115, 0, 1, 1, 1, 'Hibernal Cowl'), +(1024950, 8119, 0, 1, 1, 1, 'Heraldic Breastplate'), +(1024950, 8122, 0, 1, 1, 1, 'Heraldic Headpiece'), +(1024950, 8123, 0, 1, 1, 1, 'Heraldic Leggings'), +(1024950, 8124, 0, 1, 1, 1, 'Heraldic Spaulders'), +(1024950, 8125, 0, 1, 1, 1, 'Myrmidon\'s Bracers'), +(1024950, 8126, 0, 1, 1, 1, 'Myrmidon\'s Breastplate'), +(1024950, 8128, 0, 1, 1, 1, 'Myrmidon\'s Gauntlets'), +(1024950, 8129, 0, 1, 1, 1, 'Myrmidon\'s Girdle'), +(1024950, 8130, 0, 1, 1, 1, 'Myrmidon\'s Greaves'), +(1024950, 8131, 0, 1, 1, 1, 'Myrmidon\'s Helm'), +(1024950, 8132, 0, 1, 1, 1, 'Myrmidon\'s Leggings'), +(1024950, 8133, 0, 1, 1, 1, 'Myrmidon\'s Pauldrons'), +(1024950, 8134, 0, 1, 1, 1, 'Myrmidon\'s Defender'), +(1024950, 8246, 0, 1, 1, 1, 'Imperial Red Boots'), +(1024950, 8247, 0, 1, 1, 1, 'Imperial Red Bracers'), +(1024950, 8248, 0, 1, 1, 1, 'Imperial Red Cloak'), +(1024950, 8249, 0, 1, 1, 1, 'Imperial Red Gloves'), +(1024950, 8250, 0, 1, 1, 1, 'Imperial Red Mantle'), +(1024950, 8253, 0, 1, 1, 1, 'Imperial Red Sash'), +(1024950, 8254, 0, 1, 1, 1, 'Imperial Red Circlet'), +(1024950, 8255, 0, 1, 1, 1, 'Serpentskin Girdle'), +(1024950, 8256, 0, 1, 1, 1, 'Serpentskin Boots'), +(1024950, 8257, 0, 1, 1, 1, 'Serpentskin Bracers'), +(1024950, 8259, 0, 1, 1, 1, 'Serpentskin Cloak'), +(1024950, 8260, 0, 1, 1, 1, 'Serpentskin Gloves'), +(1024950, 8263, 0, 1, 1, 1, 'Serpentskin Spaulders'), +(1024950, 8264, 0, 1, 1, 1, 'Ebonhold Wristguards'), +(1024950, 8266, 0, 1, 1, 1, 'Ebonhold Cloak'), +(1024950, 8274, 0, 1, 1, 1, 'Valorous Chestguard'), +(1024950, 8279, 0, 1, 1, 1, 'Valorous Helm'), +(1024950, 8280, 0, 1, 1, 1, 'Valorous Legguards'), +(1024950, 8281, 0, 1, 1, 1, 'Valorous Pauldrons'), +(1024950, 8282, 0, 1, 1, 1, 'Valorous Shield'), +(1024950, 8311, 0, 1, 1, 1, 'Alabaster Plate Vambraces'), +(1024950, 8314, 0, 1, 1, 1, 'Alabaster Plate Gauntlets'), +(1024950, 8315, 0, 1, 1, 1, 'Alabaster Plate Girdle'), +(1024950, 8316, 0, 1, 1, 1, 'Alabaster Plate Greaves'), +(1024950, 9905, 0, 1, 1, 1, 'Royal Blouse'), +(1024950, 9913, 0, 1, 1, 1, 'Royal Gown'), +(1024950, 9914, 0, 1, 1, 1, 'Royal Scepter'), +(1024950, 9924, 0, 1, 1, 1, 'Tracker\'s Tunic'), +(1024950, 9936, 0, 1, 1, 1, 'Abjurer\'s Boots'), +(1024950, 9937, 0, 1, 1, 1, 'Abjurer\'s Bands'), +(1024950, 9938, 0, 1, 1, 1, 'Abjurer\'s Cloak'), +(1024950, 9939, 0, 1, 1, 1, 'Abjurer\'s Gloves'), +(1024950, 9940, 0, 1, 1, 1, 'Abjurer\'s Hood'), +(1024950, 9941, 0, 1, 1, 1, 'Abjurer\'s Mantle'), +(1024950, 9942, 0, 1, 1, 1, 'Abjurer\'s Pants'), +(1024950, 9943, 0, 1, 1, 1, 'Abjurer\'s Robe'), +(1024950, 9944, 0, 1, 1, 1, 'Abjurer\'s Crystal'), +(1024950, 9945, 0, 1, 1, 1, 'Abjurer\'s Sash'), +(1024950, 9946, 0, 1, 1, 1, 'Abjurer\'s Tunic'), +(1024950, 9947, 0, 1, 1, 1, 'Chieftain\'s Belt'), +(1024950, 9948, 0, 1, 1, 1, 'Chieftain\'s Boots'), +(1024950, 9949, 0, 1, 1, 1, 'Chieftain\'s Bracers'), +(1024950, 9950, 0, 1, 1, 1, 'Chieftain\'s Breastplate'), +(1024950, 9952, 0, 1, 1, 1, 'Chieftain\'s Gloves'), +(1024950, 9953, 0, 1, 1, 1, 'Chieftain\'s Headdress'), +(1024950, 9954, 0, 1, 1, 1, 'Chieftain\'s Leggings'), +(1024950, 9955, 0, 1, 1, 1, 'Chieftain\'s Shoulders'), +(1024950, 9957, 0, 1, 1, 1, 'Warmonger\'s Chestpiece'), +(1024950, 9958, 0, 1, 1, 1, 'Warmonger\'s Buckler'), +(1024950, 9962, 0, 1, 1, 1, 'Warmonger\'s Greaves'), +(1024950, 9963, 0, 1, 1, 1, 'Warmonger\'s Circlet'), +(1024950, 9964, 0, 1, 1, 1, 'Warmonger\'s Leggings'), +(1024950, 9965, 0, 1, 1, 1, 'Warmonger\'s Pauldrons'), +(1024950, 9974, 0, 1, 1, 1, 'Overlord\'s Shield'), +(1024950, 10058, 0, 1, 1, 1, 'Duskwoven Sandals'), +(1024950, 10059, 0, 1, 1, 1, 'Duskwoven Bracers'), +(1024950, 10060, 0, 1, 1, 1, 'Duskwoven Cape'), +(1024950, 10061, 0, 1, 1, 1, 'Duskwoven Turban'), +(1024950, 10062, 0, 1, 1, 1, 'Duskwoven Gloves'), +(1024950, 10063, 0, 1, 1, 1, 'Duskwoven Amice'), +(1024950, 10064, 0, 1, 1, 1, 'Duskwoven Pants'), +(1024950, 10066, 0, 1, 1, 1, 'Duskwoven Sash'), +(1024950, 10067, 0, 1, 1, 1, 'Righteous Waistguard'), +(1024950, 10068, 0, 1, 1, 1, 'Righteous Boots'), +(1024950, 10069, 0, 1, 1, 1, 'Righteous Bracers'), +(1024950, 10071, 0, 1, 1, 1, 'Righteous Cloak'), +(1024950, 10072, 0, 1, 1, 1, 'Righteous Gloves'), +(1024950, 10073, 0, 1, 1, 1, 'Righteous Helmet'), +(1024950, 10074, 0, 1, 1, 1, 'Righteous Leggings'), +(1024950, 10075, 0, 1, 1, 1, 'Righteous Spaulders'), +(1024950, 10076, 0, 1, 1, 1, 'Lord\'s Armguards'), +(1024950, 10077, 0, 1, 1, 1, 'Lord\'s Breastplate'), +(1024950, 10078, 0, 1, 1, 1, 'Lord\'s Crest'), +(1024950, 10079, 0, 1, 1, 1, 'Lord\'s Cape'), +(1024950, 10080, 0, 1, 1, 1, 'Lord\'s Gauntlets'), +(1024950, 10081, 0, 1, 1, 1, 'Lord\'s Girdle'), +(1024950, 10082, 0, 1, 1, 1, 'Lord\'s Boots'), +(1024950, 10083, 0, 1, 1, 1, 'Lord\'s Crown'), +(1024950, 10084, 0, 1, 1, 1, 'Lord\'s Legguards'), +(1024950, 10085, 0, 1, 1, 1, 'Lord\'s Pauldrons'), +(1024950, 10086, 0, 1, 1, 1, 'Gothic Plate Armor'), +(1024950, 10098, 0, 1, 1, 1, 'Councillor\'s Cloak'), +(1024950, 10108, 0, 1, 1, 1, 'Wanderer\'s Cloak'), +(1024950, 10120, 0, 1, 1, 1, 'Ornate Cloak'), +(1024950, 10127, 0, 1, 1, 1, 'Revenant Bracers'), +(1024950, 10129, 0, 1, 1, 1, 'Revenant Gauntlets'), +(1024950, 10130, 0, 1, 1, 1, 'Revenant Girdle'), +(1024950, 10131, 0, 1, 1, 1, 'Revenant Boots'), +(1024950, 10132, 0, 1, 1, 1, 'Revenant Helmet'), +(1024950, 10133, 0, 1, 1, 1, 'Revenant Leggings'), +(1024950, 10134, 0, 1, 1, 1, 'Revenant Shoulders'), +(1024950, 10173, 0, 1, 1, 1, 'Mystical Bracers'), +(1024950, 10174, 0, 1, 1, 1, 'Mystical Cape'), +(1024950, 10180, 0, 1, 1, 1, 'Mystical Belt'), +(1024950, 10184, 0, 1, 1, 1, 'Swashbuckler\'s Bracers'), +(1024950, 10185, 0, 1, 1, 1, 'Swashbuckler\'s Cape'), +(1024950, 10186, 0, 1, 1, 1, 'Swashbuckler\'s Gloves'), +(1024950, 10190, 0, 1, 1, 1, 'Swashbuckler\'s Belt'), +(1024950, 10191, 0, 1, 1, 1, 'Crusader\'s Armguards'), +(1024950, 10192, 0, 1, 1, 1, 'Crusader\'s Boots'), +(1024950, 10194, 0, 1, 1, 1, 'Crusader\'s Cloak'), +(1024950, 10196, 0, 1, 1, 1, 'Crusader\'s Gauntlets'), +(1024950, 10197, 0, 1, 1, 1, 'Crusader\'s Belt'), +(1024950, 10198, 0, 1, 1, 1, 'Crusader\'s Helm'), +(1024950, 10200, 0, 1, 1, 1, 'Crusader\'s Pauldrons'), +(1024950, 10201, 0, 1, 1, 1, 'Overlord\'s Greaves'), +(1024950, 10202, 0, 1, 1, 1, 'Overlord\'s Vambraces'), +(1024950, 10203, 0, 1, 1, 1, 'Overlord\'s Chestplate'), +(1024950, 10205, 0, 1, 1, 1, 'Overlord\'s Gauntlets'), +(1024950, 10206, 0, 1, 1, 1, 'Overlord\'s Girdle'), +(1024950, 10207, 0, 1, 1, 1, 'Overlord\'s Crown'), +(1024950, 10208, 0, 1, 1, 1, 'Overlord\'s Legplates'), +(1024950, 10209, 0, 1, 1, 1, 'Overlord\'s Spaulders'), +(1024950, 10238, 0, 1, 1, 1, 'Heavy Lamellar Boots'), +(1024950, 10239, 0, 1, 1, 1, 'Heavy Lamellar Vambraces'), +(1024950, 10241, 0, 1, 1, 1, 'Heavy Lamellar Helm'), +(1024950, 10242, 0, 1, 1, 1, 'Heavy Lamellar Gauntlets'), +(1024950, 10243, 0, 1, 1, 1, 'Heavy Lamellar Girdle'), +(1024950, 10245, 0, 1, 1, 1, 'Heavy Lamellar Pauldrons'), +(1024950, 11975, 0, 1, 1, 1, 'Topaz Ring'), +(1024950, 11976, 0, 1, 1, 1, 'Sardonyx Knuckle'), +(1024950, 11989, 0, 1, 1, 1, 'Vanadium Loop'), +(1024950, 12001, 0, 1, 1, 1, 'Onyx Ring'), +(1024950, 12013, 0, 1, 1, 1, 'Desert Ring'), +(1024950, 12014, 0, 1, 1, 1, 'Arctic Ring'), +(1024950, 12024, 0, 1, 1, 1, 'Vanadium Talisman'), +(1024950, 12032, 0, 1, 1, 1, 'Onyx Choker'), +(1024950, 12034, 0, 1, 1, 1, 'Marble Necklace'), +(1024950, 12044, 0, 1, 1, 1, 'Arctic Pendant'), +(1024950, 12055, 0, 1, 1, 1, 'Stardust Band'), +(1024950, 14263, 0, 1, 1, 1, 'Bloodwoven Mask'), +(1024950, 14264, 0, 1, 1, 1, 'Bloodwoven Pants'), +(1024950, 14265, 0, 1, 1, 1, 'Bloodwoven Wraps'), +(1024950, 14267, 0, 1, 1, 1, 'Bloodwoven Jerkin'), +(1024950, 14271, 0, 1, 1, 1, 'Gaea\'s Circlet'), +(1024950, 14273, 0, 1, 1, 1, 'Gaea\'s Amice'), +(1024950, 14274, 0, 1, 1, 1, 'Gaea\'s Leggings'), +(1024950, 14275, 0, 1, 1, 1, 'Gaea\'s Raiment'), +(1024950, 14277, 0, 1, 1, 1, 'Gaea\'s Tunic'), +(1024950, 14278, 0, 1, 1, 1, 'Opulent Mantle'), +(1024950, 14279, 0, 1, 1, 1, 'Opulent Bracers'), +(1024950, 14280, 0, 1, 1, 1, 'Opulent Cape'), +(1024950, 14281, 0, 1, 1, 1, 'Opulent Crown'), +(1024950, 14282, 0, 1, 1, 1, 'Opulent Gloves'), +(1024950, 14285, 0, 1, 1, 1, 'Opulent Boots'), +(1024950, 14286, 0, 1, 1, 1, 'Opulent Belt'), +(1024950, 14289, 0, 1, 1, 1, 'Arachnidian Girdle'), +(1024950, 14290, 0, 1, 1, 1, 'Arachnidian Footpads'), +(1024950, 14291, 0, 1, 1, 1, 'Arachnidian Bracelets'), +(1024950, 14292, 0, 1, 1, 1, 'Arachnidian Cape'), +(1024950, 14294, 0, 1, 1, 1, 'Arachnidian Gloves'), +(1024950, 14296, 0, 1, 1, 1, 'Arachnidian Pauldrons'), +(1024950, 14300, 0, 1, 1, 1, 'Bonecaster\'s Cape'), +(1024950, 14301, 0, 1, 1, 1, 'Bonecaster\'s Bindings'), +(1024950, 14427, 0, 1, 1, 1, 'Windchaser Wraps'), +(1024950, 14434, 0, 1, 1, 1, 'Windchaser Robes'), +(1024950, 14438, 0, 1, 1, 1, 'Venomshroud Boots'), +(1024950, 14441, 0, 1, 1, 1, 'Venomshroud Mask'), +(1024950, 14442, 0, 1, 1, 1, 'Venomshroud Mitts'), +(1024950, 14443, 0, 1, 1, 1, 'Venomshroud Mantle'), +(1024950, 14444, 0, 1, 1, 1, 'Venomshroud Leggings'), +(1024950, 14446, 0, 1, 1, 1, 'Venomshroud Belt'), +(1024950, 14447, 0, 1, 1, 1, 'Highborne Footpads'), +(1024950, 14448, 0, 1, 1, 1, 'Highborne Bracelets'), +(1024950, 14450, 0, 1, 1, 1, 'Highborne Cloak'), +(1024950, 14451, 0, 1, 1, 1, 'Highborne Gloves'), +(1024950, 14454, 0, 1, 1, 1, 'Highborne Cord'), +(1024950, 14655, 0, 1, 1, 1, 'Scorpashi Breastplate'), +(1024950, 14658, 0, 1, 1, 1, 'Scorpashi Skullcap'), +(1024950, 14661, 0, 1, 1, 1, 'Keeper\'s Cord'), +(1024950, 14662, 0, 1, 1, 1, 'Keeper\'s Hooves'), +(1024950, 14663, 0, 1, 1, 1, 'Keeper\'s Bindings'), +(1024950, 14665, 0, 1, 1, 1, 'Keeper\'s Cloak'), +(1024950, 14666, 0, 1, 1, 1, 'Keeper\'s Gloves'), +(1024950, 14667, 0, 1, 1, 1, 'Keeper\'s Wreath'), +(1024950, 14668, 0, 1, 1, 1, 'Keeper\'s Woolies'), +(1024950, 14669, 0, 1, 1, 1, 'Keeper\'s Mantle'), +(1024950, 14672, 0, 1, 1, 1, 'Pridelord Bands'), +(1024950, 14673, 0, 1, 1, 1, 'Pridelord Cape'), +(1024950, 14779, 0, 1, 1, 1, 'Khan\'s Chestpiece'), +(1024950, 14780, 0, 1, 1, 1, 'Khan\'s Buckler'), +(1024950, 14785, 0, 1, 1, 1, 'Khan\'s Helmet'), +(1024950, 14788, 0, 1, 1, 1, 'Protector Armguards'), +(1024950, 14791, 0, 1, 1, 1, 'Protector Cape'), +(1024950, 14792, 0, 1, 1, 1, 'Protector Gauntlets'), +(1024950, 14793, 0, 1, 1, 1, 'Protector Waistband'), +(1024950, 14794, 0, 1, 1, 1, 'Protector Ankleguards'), +(1024950, 14795, 0, 1, 1, 1, 'Protector Helm'), +(1024950, 14796, 0, 1, 1, 1, 'Protector Legguards'), +(1024950, 14797, 0, 1, 1, 1, 'Protector Pads'), +(1024950, 14801, 0, 1, 1, 1, 'Bloodlust Cape'), +(1024950, 14807, 0, 1, 1, 1, 'Bloodlust Bracelets'), +(1024950, 14835, 0, 1, 1, 1, 'Tyrant\'s Chestpiece'), +(1024950, 14842, 0, 1, 1, 1, 'Tyrant\'s Shield'), +(1024950, 14846, 0, 1, 1, 1, 'Sunscale Gauntlets'), +(1024950, 14847, 0, 1, 1, 1, 'Sunscale Belt'), +(1024950, 14848, 0, 1, 1, 1, 'Sunscale Sabatons'), +(1024950, 14849, 0, 1, 1, 1, 'Sunscale Helmet'), +(1024950, 14850, 0, 1, 1, 1, 'Sunscale Legplates'), +(1024950, 14851, 0, 1, 1, 1, 'Sunscale Spaulders'), +(1024950, 14853, 0, 1, 1, 1, 'Sunscale Wristguards'), +(1024950, 14861, 0, 1, 1, 1, 'Vanguard Vambraces'), +(1024950, 14904, 0, 1, 1, 1, 'Brutish Breastplate'), +(1024950, 14907, 0, 1, 1, 1, 'Brutish Helmet'), +(1024950, 14908, 0, 1, 1, 1, 'Brutish Legguards'), +(1024950, 14912, 0, 1, 1, 1, 'Brutish Shield'), +(1024950, 14913, 0, 1, 1, 1, 'Jade Greaves'), +(1024950, 14915, 0, 1, 1, 1, 'Jade Breastplate'), +(1024950, 14916, 0, 1, 1, 1, 'Jade Deflector'), +(1024950, 14917, 0, 1, 1, 1, 'Jade Gauntlets'), +(1024950, 14919, 0, 1, 1, 1, 'Jade Circlet'), +(1024950, 14920, 0, 1, 1, 1, 'Jade Legplates'), +(1024950, 14921, 0, 1, 1, 1, 'Jade Epaulets'), +(1024950, 14922, 0, 1, 1, 1, 'Lofty Sabatons'), +(1024950, 14923, 0, 1, 1, 1, 'Lofty Armguards'), +(1024950, 14926, 0, 1, 1, 1, 'Lofty Gauntlets'), +(1024950, 14927, 0, 1, 1, 1, 'Lofty Belt'), +(1024950, 14948, 0, 1, 1, 1, 'Bloodforged Chestpiece'), +(1024950, 14952, 0, 1, 1, 1, 'Bloodforged Helmet'), +(1024950, 14953, 0, 1, 1, 1, 'Bloodforged Legplates'), +(1024950, 14954, 0, 1, 1, 1, 'Bloodforged Shield'), +(1024950, 14957, 0, 1, 1, 1, 'High Chief\'s Sabatons'), +(1024950, 14959, 0, 1, 1, 1, 'High Chief\'s Gauntlets'), +(1024950, 14960, 0, 1, 1, 1, 'High Chief\'s Belt'), +(1024950, 14963, 0, 1, 1, 1, 'High Chief\'s Pauldrons'), +(1024950, 14965, 0, 1, 1, 1, 'High Chief\'s Bindings'), +(1024950, 15167, 0, 1, 1, 1, 'Imposing Bandana'), +(1024950, 15170, 0, 1, 1, 1, 'Potent Armor'), +(1024950, 15171, 0, 1, 1, 1, 'Potent Boots'), +(1024950, 15174, 0, 1, 1, 1, 'Potent Gloves'), +(1024950, 15175, 0, 1, 1, 1, 'Potent Helmet'), +(1024950, 15176, 0, 1, 1, 1, 'Potent Pants'), +(1024950, 15177, 0, 1, 1, 1, 'Potent Shoulders'), +(1024950, 15180, 0, 1, 1, 1, 'Praetorian Girdle'), +(1024950, 15182, 0, 1, 1, 1, 'Praetorian Wristbands'), +(1024950, 15183, 0, 1, 1, 1, 'Praetorian Cloak'), +(1024950, 15216, 0, 1, 1, 1, 'Rune Sword'), +(1024950, 15227, 0, 1, 1, 1, 'Diamond-Tip Bludgeon'), +(1024950, 15228, 0, 1, 1, 1, 'Smashing Star'), +(1024950, 15235, 0, 1, 1, 1, 'Crescent Edge'), +(1024950, 15236, 0, 1, 1, 1, 'Moon Cleaver'), +(1024950, 15245, 0, 1, 1, 1, 'Vorpal Dagger'), +(1024950, 15252, 0, 1, 1, 1, 'Tusker Sword'), +(1024950, 15253, 0, 1, 1, 1, 'Beheading Blade'), +(1024950, 15263, 0, 1, 1, 1, 'Royal Mallet'), +(1024950, 15274, 0, 1, 1, 1, 'Diviner Long Staff'), +(1024950, 15279, 0, 1, 1, 1, 'Ivory Wand'), +(1024950, 15280, 0, 1, 1, 1, 'Wizard\'s Hand'), +(1024950, 15291, 0, 1, 1, 1, 'Harpy Needler'), +(1024950, 15294, 0, 1, 1, 1, 'Siege Bow'), +(1024950, 15323, 0, 1, 1, 1, 'Percussion Shotgun'), +(1024950, 15379, 0, 1, 1, 1, 'Rageclaw Boots'), +(1024950, 15381, 0, 1, 1, 1, 'Rageclaw Chestguard'), +(1024950, 15383, 0, 1, 1, 1, 'Rageclaw Gloves'), +(1024950, 15384, 0, 1, 1, 1, 'Rageclaw Helm'), +(1024950, 15385, 0, 1, 1, 1, 'Rageclaw Leggings'), +(1024950, 15386, 0, 1, 1, 1, 'Rageclaw Shoulder Pads'), +(1024950, 15387, 0, 1, 1, 1, 'Jadefire Bracelets'), +(1024950, 15388, 0, 1, 1, 1, 'Jadefire Belt'), +(1024950, 15389, 0, 1, 1, 1, 'Jadefire Sabatons'), +(1024950, 15392, 0, 1, 1, 1, 'Jadefire Cloak'), +(1024950, 15393, 0, 1, 1, 1, 'Jadefire Gloves'), +(1024950, 15395, 0, 1, 1, 1, 'Jadefire Epaulets'); +INSERT INTO `reference_loot_template` (`Entry`, `Item`, `Chance`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(1024950, 15619, 0, 1, 1, 1, 'Gryphon Mail Belt'), +(1024950, 15621, 0, 1, 1, 1, 'Gryphon Mail Buckler'), +(1024950, 15622, 0, 1, 1, 1, 'Gryphon Mail Breastplate'), +(1024950, 15623, 0, 1, 1, 1, 'Gryphon Mail Crown'), +(1024950, 15627, 0, 1, 1, 1, 'Gryphon Mail Legguards'), +(1024950, 15628, 0, 1, 1, 1, 'Gryphon Mail Pauldrons'), +(1024950, 15629, 0, 1, 1, 1, 'Formidable Bracers'), +(1024950, 15630, 0, 1, 1, 1, 'Formidable Sabatons'), +(1024950, 15631, 0, 1, 1, 1, 'Formidable Chestpiece'), +(1024950, 15633, 0, 1, 1, 1, 'Formidable Crest'), +(1024950, 15634, 0, 1, 1, 1, 'Formidable Circlet'), +(1024950, 15635, 0, 1, 1, 1, 'Formidable Gauntlets'), +(1024950, 15636, 0, 1, 1, 1, 'Formidable Belt'), +(1024950, 15637, 0, 1, 1, 1, 'Formidable Legguards'), +(1024950, 15638, 0, 1, 1, 1, 'Formidable Shoulder Pads'), +(1024950, 15639, 0, 1, 1, 1, 'Ironhide Bracers'), +(1024950, 15641, 0, 1, 1, 1, 'Ironhide Belt'), +(1024950, 15642, 0, 1, 1, 1, 'Ironhide Greaves'), +(1024950, 15643, 0, 1, 1, 1, 'Ironhide Cloak'), +(1024950, 15644, 0, 1, 1, 1, 'Ironhide Gauntlets'), +(1024950, 15647, 0, 1, 1, 1, 'Ironhide Pauldrons'), +(1024950, 15649, 0, 1, 1, 1, 'Merciless Bracers'), +(1024950, 15652, 0, 1, 1, 1, 'Merciless Cloak'), +(1024950, 15653, 0, 1, 1, 1, 'Merciless Gauntlets'), +(1024950, 15937, 0, 1, 1, 1, 'Hibernal Sphere'), +(1024950, 15965, 0, 1, 1, 1, 'Windchaser Orb'), +(1024950, 15982, 0, 1, 1, 1, 'Bloodwoven Rod'), +(1024950, 15983, 0, 1, 1, 1, 'Gaea\'s Scepter'), +(1025050, 1639, 0, 1, 1, 1, 'Grinning Axe'), +(1025050, 7517, 0, 1, 1, 1, 'Gossamer Tunic'), +(1025050, 7518, 0, 1, 1, 1, 'Gossamer Robe'), +(1025050, 7527, 0, 1, 1, 1, 'Cabalist Chestpiece'), +(1025050, 7537, 0, 1, 1, 1, 'Gothic Shield'), +(1025050, 7557, 0, 1, 1, 1, 'Gossamer Rod'), +(1025050, 8106, 0, 1, 1, 1, 'Hibernal Armor'), +(1025050, 8112, 0, 1, 1, 1, 'Hibernal Pants'), +(1025050, 8113, 0, 1, 1, 1, 'Hibernal Robe'), +(1025050, 8119, 0, 1, 1, 1, 'Heraldic Breastplate'), +(1025050, 8123, 0, 1, 1, 1, 'Heraldic Leggings'), +(1025050, 8126, 0, 1, 1, 1, 'Myrmidon\'s Breastplate'), +(1025050, 8128, 0, 1, 1, 1, 'Myrmidon\'s Gauntlets'), +(1025050, 8129, 0, 1, 1, 1, 'Myrmidon\'s Girdle'), +(1025050, 8130, 0, 1, 1, 1, 'Myrmidon\'s Greaves'), +(1025050, 8131, 0, 1, 1, 1, 'Myrmidon\'s Helm'), +(1025050, 8132, 0, 1, 1, 1, 'Myrmidon\'s Leggings'), +(1025050, 8133, 0, 1, 1, 1, 'Myrmidon\'s Pauldrons'), +(1025050, 8134, 0, 1, 1, 1, 'Myrmidon\'s Defender'), +(1025050, 8246, 0, 1, 1, 1, 'Imperial Red Boots'), +(1025050, 8247, 0, 1, 1, 1, 'Imperial Red Bracers'), +(1025050, 8248, 0, 1, 1, 1, 'Imperial Red Cloak'), +(1025050, 8249, 0, 1, 1, 1, 'Imperial Red Gloves'), +(1025050, 8250, 0, 1, 1, 1, 'Imperial Red Mantle'), +(1025050, 8253, 0, 1, 1, 1, 'Imperial Red Sash'), +(1025050, 8254, 0, 1, 1, 1, 'Imperial Red Circlet'), +(1025050, 8255, 0, 1, 1, 1, 'Serpentskin Girdle'), +(1025050, 8256, 0, 1, 1, 1, 'Serpentskin Boots'), +(1025050, 8257, 0, 1, 1, 1, 'Serpentskin Bracers'), +(1025050, 8259, 0, 1, 1, 1, 'Serpentskin Cloak'), +(1025050, 8260, 0, 1, 1, 1, 'Serpentskin Gloves'), +(1025050, 8263, 0, 1, 1, 1, 'Serpentskin Spaulders'), +(1025050, 8264, 0, 1, 1, 1, 'Ebonhold Wristguards'), +(1025050, 8266, 0, 1, 1, 1, 'Ebonhold Cloak'), +(1025050, 8274, 0, 1, 1, 1, 'Valorous Chestguard'), +(1025050, 8280, 0, 1, 1, 1, 'Valorous Legguards'), +(1025050, 8282, 0, 1, 1, 1, 'Valorous Shield'), +(1025050, 8311, 0, 1, 1, 1, 'Alabaster Plate Vambraces'), +(1025050, 8314, 0, 1, 1, 1, 'Alabaster Plate Gauntlets'), +(1025050, 8315, 0, 1, 1, 1, 'Alabaster Plate Girdle'), +(1025050, 8316, 0, 1, 1, 1, 'Alabaster Plate Greaves'), +(1025050, 9936, 0, 1, 1, 1, 'Abjurer\'s Boots'), +(1025050, 9939, 0, 1, 1, 1, 'Abjurer\'s Gloves'), +(1025050, 9940, 0, 1, 1, 1, 'Abjurer\'s Hood'), +(1025050, 9941, 0, 1, 1, 1, 'Abjurer\'s Mantle'), +(1025050, 9942, 0, 1, 1, 1, 'Abjurer\'s Pants'), +(1025050, 9943, 0, 1, 1, 1, 'Abjurer\'s Robe'), +(1025050, 9944, 0, 1, 1, 1, 'Abjurer\'s Crystal'), +(1025050, 9946, 0, 1, 1, 1, 'Abjurer\'s Tunic'), +(1025050, 9948, 0, 1, 1, 1, 'Chieftain\'s Boots'), +(1025050, 9950, 0, 1, 1, 1, 'Chieftain\'s Breastplate'), +(1025050, 9952, 0, 1, 1, 1, 'Chieftain\'s Gloves'), +(1025050, 9953, 0, 1, 1, 1, 'Chieftain\'s Headdress'), +(1025050, 9954, 0, 1, 1, 1, 'Chieftain\'s Leggings'), +(1025050, 9955, 0, 1, 1, 1, 'Chieftain\'s Shoulders'), +(1025050, 9957, 0, 1, 1, 1, 'Warmonger\'s Chestpiece'), +(1025050, 9958, 0, 1, 1, 1, 'Warmonger\'s Buckler'), +(1025050, 9964, 0, 1, 1, 1, 'Warmonger\'s Leggings'), +(1025050, 9965, 0, 1, 1, 1, 'Warmonger\'s Pauldrons'), +(1025050, 9974, 0, 1, 1, 1, 'Overlord\'s Shield'), +(1025050, 10058, 0, 1, 1, 1, 'Duskwoven Sandals'), +(1025050, 10059, 0, 1, 1, 1, 'Duskwoven Bracers'), +(1025050, 10060, 0, 1, 1, 1, 'Duskwoven Cape'), +(1025050, 10061, 0, 1, 1, 1, 'Duskwoven Turban'), +(1025050, 10062, 0, 1, 1, 1, 'Duskwoven Gloves'), +(1025050, 10063, 0, 1, 1, 1, 'Duskwoven Amice'), +(1025050, 10064, 0, 1, 1, 1, 'Duskwoven Pants'), +(1025050, 10066, 0, 1, 1, 1, 'Duskwoven Sash'), +(1025050, 10067, 0, 1, 1, 1, 'Righteous Waistguard'), +(1025050, 10068, 0, 1, 1, 1, 'Righteous Boots'), +(1025050, 10069, 0, 1, 1, 1, 'Righteous Bracers'), +(1025050, 10071, 0, 1, 1, 1, 'Righteous Cloak'), +(1025050, 10072, 0, 1, 1, 1, 'Righteous Gloves'), +(1025050, 10073, 0, 1, 1, 1, 'Righteous Helmet'), +(1025050, 10074, 0, 1, 1, 1, 'Righteous Leggings'), +(1025050, 10075, 0, 1, 1, 1, 'Righteous Spaulders'), +(1025050, 10076, 0, 1, 1, 1, 'Lord\'s Armguards'), +(1025050, 10077, 0, 1, 1, 1, 'Lord\'s Breastplate'), +(1025050, 10078, 0, 1, 1, 1, 'Lord\'s Crest'), +(1025050, 10080, 0, 1, 1, 1, 'Lord\'s Gauntlets'), +(1025050, 10081, 0, 1, 1, 1, 'Lord\'s Girdle'), +(1025050, 10082, 0, 1, 1, 1, 'Lord\'s Boots'), +(1025050, 10083, 0, 1, 1, 1, 'Lord\'s Crown'), +(1025050, 10084, 0, 1, 1, 1, 'Lord\'s Legguards'), +(1025050, 10085, 0, 1, 1, 1, 'Lord\'s Pauldrons'), +(1025050, 10086, 0, 1, 1, 1, 'Gothic Plate Armor'), +(1025050, 10098, 0, 1, 1, 1, 'Councillor\'s Cloak'), +(1025050, 10108, 0, 1, 1, 1, 'Wanderer\'s Cloak'), +(1025050, 10120, 0, 1, 1, 1, 'Ornate Cloak'), +(1025050, 10127, 0, 1, 1, 1, 'Revenant Bracers'), +(1025050, 10129, 0, 1, 1, 1, 'Revenant Gauntlets'), +(1025050, 10130, 0, 1, 1, 1, 'Revenant Girdle'), +(1025050, 10131, 0, 1, 1, 1, 'Revenant Boots'), +(1025050, 10132, 0, 1, 1, 1, 'Revenant Helmet'), +(1025050, 10133, 0, 1, 1, 1, 'Revenant Leggings'), +(1025050, 10134, 0, 1, 1, 1, 'Revenant Shoulders'), +(1025050, 10173, 0, 1, 1, 1, 'Mystical Bracers'), +(1025050, 10174, 0, 1, 1, 1, 'Mystical Cape'), +(1025050, 10180, 0, 1, 1, 1, 'Mystical Belt'), +(1025050, 10184, 0, 1, 1, 1, 'Swashbuckler\'s Bracers'), +(1025050, 10185, 0, 1, 1, 1, 'Swashbuckler\'s Cape'), +(1025050, 10186, 0, 1, 1, 1, 'Swashbuckler\'s Gloves'), +(1025050, 10190, 0, 1, 1, 1, 'Swashbuckler\'s Belt'), +(1025050, 10191, 0, 1, 1, 1, 'Crusader\'s Armguards'), +(1025050, 10192, 0, 1, 1, 1, 'Crusader\'s Boots'), +(1025050, 10194, 0, 1, 1, 1, 'Crusader\'s Cloak'), +(1025050, 10196, 0, 1, 1, 1, 'Crusader\'s Gauntlets'), +(1025050, 10197, 0, 1, 1, 1, 'Crusader\'s Belt'), +(1025050, 10198, 0, 1, 1, 1, 'Crusader\'s Helm'), +(1025050, 10200, 0, 1, 1, 1, 'Crusader\'s Pauldrons'), +(1025050, 10203, 0, 1, 1, 1, 'Overlord\'s Chestplate'), +(1025050, 10205, 0, 1, 1, 1, 'Overlord\'s Gauntlets'), +(1025050, 10207, 0, 1, 1, 1, 'Overlord\'s Crown'), +(1025050, 10208, 0, 1, 1, 1, 'Overlord\'s Legplates'), +(1025050, 10209, 0, 1, 1, 1, 'Overlord\'s Spaulders'), +(1025050, 10238, 0, 1, 1, 1, 'Heavy Lamellar Boots'), +(1025050, 10239, 0, 1, 1, 1, 'Heavy Lamellar Vambraces'), +(1025050, 10241, 0, 1, 1, 1, 'Heavy Lamellar Helm'), +(1025050, 10242, 0, 1, 1, 1, 'Heavy Lamellar Gauntlets'), +(1025050, 10243, 0, 1, 1, 1, 'Heavy Lamellar Girdle'), +(1025050, 10245, 0, 1, 1, 1, 'Heavy Lamellar Pauldrons'), +(1025050, 11975, 0, 1, 1, 1, 'Topaz Ring'), +(1025050, 11976, 0, 1, 1, 1, 'Sardonyx Knuckle'), +(1025050, 11989, 0, 1, 1, 1, 'Vanadium Loop'), +(1025050, 12001, 0, 1, 1, 1, 'Onyx Ring'), +(1025050, 12013, 0, 1, 1, 1, 'Desert Ring'), +(1025050, 12014, 0, 1, 1, 1, 'Arctic Ring'), +(1025050, 12024, 0, 1, 1, 1, 'Vanadium Talisman'), +(1025050, 12034, 0, 1, 1, 1, 'Marble Necklace'), +(1025050, 12044, 0, 1, 1, 1, 'Arctic Pendant'), +(1025050, 12055, 0, 1, 1, 1, 'Stardust Band'), +(1025050, 14265, 0, 1, 1, 1, 'Bloodwoven Wraps'), +(1025050, 14267, 0, 1, 1, 1, 'Bloodwoven Jerkin'), +(1025050, 14271, 0, 1, 1, 1, 'Gaea\'s Circlet'), +(1025050, 14274, 0, 1, 1, 1, 'Gaea\'s Leggings'), +(1025050, 14275, 0, 1, 1, 1, 'Gaea\'s Raiment'), +(1025050, 14277, 0, 1, 1, 1, 'Gaea\'s Tunic'), +(1025050, 14278, 0, 1, 1, 1, 'Opulent Mantle'), +(1025050, 14279, 0, 1, 1, 1, 'Opulent Bracers'), +(1025050, 14281, 0, 1, 1, 1, 'Opulent Crown'), +(1025050, 14282, 0, 1, 1, 1, 'Opulent Gloves'), +(1025050, 14285, 0, 1, 1, 1, 'Opulent Boots'), +(1025050, 14286, 0, 1, 1, 1, 'Opulent Belt'), +(1025050, 14289, 0, 1, 1, 1, 'Arachnidian Girdle'), +(1025050, 14290, 0, 1, 1, 1, 'Arachnidian Footpads'), +(1025050, 14291, 0, 1, 1, 1, 'Arachnidian Bracelets'), +(1025050, 14292, 0, 1, 1, 1, 'Arachnidian Cape'), +(1025050, 14294, 0, 1, 1, 1, 'Arachnidian Gloves'), +(1025050, 14296, 0, 1, 1, 1, 'Arachnidian Pauldrons'), +(1025050, 14300, 0, 1, 1, 1, 'Bonecaster\'s Cape'), +(1025050, 14301, 0, 1, 1, 1, 'Bonecaster\'s Bindings'), +(1025050, 14427, 0, 1, 1, 1, 'Windchaser Wraps'), +(1025050, 14434, 0, 1, 1, 1, 'Windchaser Robes'), +(1025050, 14441, 0, 1, 1, 1, 'Venomshroud Mask'), +(1025050, 14442, 0, 1, 1, 1, 'Venomshroud Mitts'), +(1025050, 14443, 0, 1, 1, 1, 'Venomshroud Mantle'), +(1025050, 14444, 0, 1, 1, 1, 'Venomshroud Leggings'), +(1025050, 14447, 0, 1, 1, 1, 'Highborne Footpads'), +(1025050, 14448, 0, 1, 1, 1, 'Highborne Bracelets'), +(1025050, 14450, 0, 1, 1, 1, 'Highborne Cloak'), +(1025050, 14451, 0, 1, 1, 1, 'Highborne Gloves'), +(1025050, 14454, 0, 1, 1, 1, 'Highborne Cord'), +(1025050, 14655, 0, 1, 1, 1, 'Scorpashi Breastplate'), +(1025050, 14658, 0, 1, 1, 1, 'Scorpashi Skullcap'), +(1025050, 14661, 0, 1, 1, 1, 'Keeper\'s Cord'), +(1025050, 14662, 0, 1, 1, 1, 'Keeper\'s Hooves'), +(1025050, 14666, 0, 1, 1, 1, 'Keeper\'s Gloves'), +(1025050, 14667, 0, 1, 1, 1, 'Keeper\'s Wreath'), +(1025050, 14668, 0, 1, 1, 1, 'Keeper\'s Woolies'), +(1025050, 14669, 0, 1, 1, 1, 'Keeper\'s Mantle'), +(1025050, 14672, 0, 1, 1, 1, 'Pridelord Bands'), +(1025050, 14673, 0, 1, 1, 1, 'Pridelord Cape'), +(1025050, 14779, 0, 1, 1, 1, 'Khan\'s Chestpiece'), +(1025050, 14780, 0, 1, 1, 1, 'Khan\'s Buckler'), +(1025050, 14788, 0, 1, 1, 1, 'Protector Armguards'), +(1025050, 14792, 0, 1, 1, 1, 'Protector Gauntlets'), +(1025050, 14793, 0, 1, 1, 1, 'Protector Waistband'), +(1025050, 14794, 0, 1, 1, 1, 'Protector Ankleguards'), +(1025050, 14795, 0, 1, 1, 1, 'Protector Helm'), +(1025050, 14796, 0, 1, 1, 1, 'Protector Legguards'), +(1025050, 14797, 0, 1, 1, 1, 'Protector Pads'), +(1025050, 14801, 0, 1, 1, 1, 'Bloodlust Cape'), +(1025050, 14807, 0, 1, 1, 1, 'Bloodlust Bracelets'), +(1025050, 14846, 0, 1, 1, 1, 'Sunscale Gauntlets'), +(1025050, 14847, 0, 1, 1, 1, 'Sunscale Belt'), +(1025050, 14848, 0, 1, 1, 1, 'Sunscale Sabatons'), +(1025050, 14849, 0, 1, 1, 1, 'Sunscale Helmet'), +(1025050, 14850, 0, 1, 1, 1, 'Sunscale Legplates'), +(1025050, 14851, 0, 1, 1, 1, 'Sunscale Spaulders'), +(1025050, 14861, 0, 1, 1, 1, 'Vanguard Vambraces'), +(1025050, 14904, 0, 1, 1, 1, 'Brutish Breastplate'), +(1025050, 14912, 0, 1, 1, 1, 'Brutish Shield'), +(1025050, 14913, 0, 1, 1, 1, 'Jade Greaves'), +(1025050, 14915, 0, 1, 1, 1, 'Jade Breastplate'), +(1025050, 14916, 0, 1, 1, 1, 'Jade Deflector'), +(1025050, 14919, 0, 1, 1, 1, 'Jade Circlet'), +(1025050, 14920, 0, 1, 1, 1, 'Jade Legplates'), +(1025050, 14921, 0, 1, 1, 1, 'Jade Epaulets'), +(1025050, 14922, 0, 1, 1, 1, 'Lofty Sabatons'), +(1025050, 14923, 0, 1, 1, 1, 'Lofty Armguards'), +(1025050, 14926, 0, 1, 1, 1, 'Lofty Gauntlets'), +(1025050, 14927, 0, 1, 1, 1, 'Lofty Belt'), +(1025050, 14948, 0, 1, 1, 1, 'Bloodforged Chestpiece'), +(1025050, 14952, 0, 1, 1, 1, 'Bloodforged Helmet'), +(1025050, 14953, 0, 1, 1, 1, 'Bloodforged Legplates'), +(1025050, 14954, 0, 1, 1, 1, 'Bloodforged Shield'), +(1025050, 14957, 0, 1, 1, 1, 'High Chief\'s Sabatons'), +(1025050, 14959, 0, 1, 1, 1, 'High Chief\'s Gauntlets'), +(1025050, 14960, 0, 1, 1, 1, 'High Chief\'s Belt'), +(1025050, 14963, 0, 1, 1, 1, 'High Chief\'s Pauldrons'), +(1025050, 14965, 0, 1, 1, 1, 'High Chief\'s Bindings'), +(1025050, 15170, 0, 1, 1, 1, 'Potent Armor'), +(1025050, 15171, 0, 1, 1, 1, 'Potent Boots'), +(1025050, 15174, 0, 1, 1, 1, 'Potent Gloves'), +(1025050, 15175, 0, 1, 1, 1, 'Potent Helmet'), +(1025050, 15176, 0, 1, 1, 1, 'Potent Pants'), +(1025050, 15177, 0, 1, 1, 1, 'Potent Shoulders'), +(1025050, 15180, 0, 1, 1, 1, 'Praetorian Girdle'), +(1025050, 15182, 0, 1, 1, 1, 'Praetorian Wristbands'), +(1025050, 15183, 0, 1, 1, 1, 'Praetorian Cloak'), +(1025050, 15216, 0, 1, 1, 1, 'Rune Sword'), +(1025050, 15227, 0, 1, 1, 1, 'Diamond-Tip Bludgeon'), +(1025050, 15228, 0, 1, 1, 1, 'Smashing Star'), +(1025050, 15236, 0, 1, 1, 1, 'Moon Cleaver'), +(1025050, 15245, 0, 1, 1, 1, 'Vorpal Dagger'), +(1025050, 15252, 0, 1, 1, 1, 'Tusker Sword'), +(1025050, 15253, 0, 1, 1, 1, 'Beheading Blade'), +(1025050, 15263, 0, 1, 1, 1, 'Royal Mallet'), +(1025050, 15274, 0, 1, 1, 1, 'Diviner Long Staff'), +(1025050, 15279, 0, 1, 1, 1, 'Ivory Wand'), +(1025050, 15280, 0, 1, 1, 1, 'Wizard\'s Hand'), +(1025050, 15291, 0, 1, 1, 1, 'Harpy Needler'), +(1025050, 15294, 0, 1, 1, 1, 'Siege Bow'), +(1025050, 15323, 0, 1, 1, 1, 'Percussion Shotgun'), +(1025050, 15381, 0, 1, 1, 1, 'Rageclaw Chestguard'), +(1025050, 15384, 0, 1, 1, 1, 'Rageclaw Helm'), +(1025050, 15385, 0, 1, 1, 1, 'Rageclaw Leggings'), +(1025050, 15387, 0, 1, 1, 1, 'Jadefire Bracelets'), +(1025050, 15388, 0, 1, 1, 1, 'Jadefire Belt'), +(1025050, 15389, 0, 1, 1, 1, 'Jadefire Sabatons'), +(1025050, 15392, 0, 1, 1, 1, 'Jadefire Cloak'), +(1025050, 15393, 0, 1, 1, 1, 'Jadefire Gloves'), +(1025050, 15395, 0, 1, 1, 1, 'Jadefire Epaulets'), +(1025050, 15621, 0, 1, 1, 1, 'Gryphon Mail Buckler'), +(1025050, 15622, 0, 1, 1, 1, 'Gryphon Mail Breastplate'), +(1025050, 15623, 0, 1, 1, 1, 'Gryphon Mail Crown'), +(1025050, 15627, 0, 1, 1, 1, 'Gryphon Mail Legguards'), +(1025050, 15630, 0, 1, 1, 1, 'Formidable Sabatons'), +(1025050, 15631, 0, 1, 1, 1, 'Formidable Chestpiece'), +(1025050, 15633, 0, 1, 1, 1, 'Formidable Crest'), +(1025050, 15634, 0, 1, 1, 1, 'Formidable Circlet'), +(1025050, 15636, 0, 1, 1, 1, 'Formidable Belt'), +(1025050, 15637, 0, 1, 1, 1, 'Formidable Legguards'), +(1025050, 15638, 0, 1, 1, 1, 'Formidable Shoulder Pads'), +(1025050, 15639, 0, 1, 1, 1, 'Ironhide Bracers'), +(1025050, 15641, 0, 1, 1, 1, 'Ironhide Belt'), +(1025050, 15642, 0, 1, 1, 1, 'Ironhide Greaves'), +(1025050, 15643, 0, 1, 1, 1, 'Ironhide Cloak'), +(1025050, 15644, 0, 1, 1, 1, 'Ironhide Gauntlets'), +(1025050, 15647, 0, 1, 1, 1, 'Ironhide Pauldrons'), +(1025050, 15649, 0, 1, 1, 1, 'Merciless Bracers'), +(1025050, 15652, 0, 1, 1, 1, 'Merciless Cloak'), +(1025050, 15653, 0, 1, 1, 1, 'Merciless Gauntlets'), +(1025050, 15937, 0, 1, 1, 1, 'Hibernal Sphere'), +(1025050, 15965, 0, 1, 1, 1, 'Windchaser Orb'), +(1025050, 15982, 0, 1, 1, 1, 'Bloodwoven Rod'), +(1025050, 15983, 0, 1, 1, 1, 'Gaea\'s Scepter'), +(1025051, 1639, 0, 1, 1, 1, 'Grinning Axe'), +(1025051, 7517, 0, 1, 1, 1, 'Gossamer Tunic'), +(1025051, 7518, 0, 1, 1, 1, 'Gossamer Robe'), +(1025051, 7527, 0, 1, 1, 1, 'Cabalist Chestpiece'), +(1025051, 7537, 0, 1, 1, 1, 'Gothic Shield'), +(1025051, 7557, 0, 1, 1, 1, 'Gossamer Rod'), +(1025051, 8106, 0, 1, 1, 1, 'Hibernal Armor'), +(1025051, 8112, 0, 1, 1, 1, 'Hibernal Pants'), +(1025051, 8113, 0, 1, 1, 1, 'Hibernal Robe'), +(1025051, 8119, 0, 1, 1, 1, 'Heraldic Breastplate'), +(1025051, 8123, 0, 1, 1, 1, 'Heraldic Leggings'), +(1025051, 8126, 0, 1, 1, 1, 'Myrmidon\'s Breastplate'), +(1025051, 8128, 0, 1, 1, 1, 'Myrmidon\'s Gauntlets'), +(1025051, 8129, 0, 1, 1, 1, 'Myrmidon\'s Girdle'), +(1025051, 8130, 0, 1, 1, 1, 'Myrmidon\'s Greaves'), +(1025051, 8131, 0, 1, 1, 1, 'Myrmidon\'s Helm'), +(1025051, 8132, 0, 1, 1, 1, 'Myrmidon\'s Leggings'), +(1025051, 8133, 0, 1, 1, 1, 'Myrmidon\'s Pauldrons'), +(1025051, 8134, 0, 1, 1, 1, 'Myrmidon\'s Defender'), +(1025051, 8246, 0, 1, 1, 1, 'Imperial Red Boots'), +(1025051, 8247, 0, 1, 1, 1, 'Imperial Red Bracers'), +(1025051, 8248, 0, 1, 1, 1, 'Imperial Red Cloak'), +(1025051, 8249, 0, 1, 1, 1, 'Imperial Red Gloves'), +(1025051, 8250, 0, 1, 1, 1, 'Imperial Red Mantle'), +(1025051, 8251, 0, 1, 1, 1, 'Imperial Red Pants'), +(1025051, 8253, 0, 1, 1, 1, 'Imperial Red Sash'), +(1025051, 8254, 0, 1, 1, 1, 'Imperial Red Circlet'), +(1025051, 8255, 0, 1, 1, 1, 'Serpentskin Girdle'), +(1025051, 8256, 0, 1, 1, 1, 'Serpentskin Boots'), +(1025051, 8257, 0, 1, 1, 1, 'Serpentskin Bracers'), +(1025051, 8259, 0, 1, 1, 1, 'Serpentskin Cloak'), +(1025051, 8260, 0, 1, 1, 1, 'Serpentskin Gloves'), +(1025051, 8261, 0, 1, 1, 1, 'Serpentskin Helm'), +(1025051, 8262, 0, 1, 1, 1, 'Serpentskin Leggings'), +(1025051, 8263, 0, 1, 1, 1, 'Serpentskin Spaulders'), +(1025051, 8264, 0, 1, 1, 1, 'Ebonhold Wristguards'), +(1025051, 8266, 0, 1, 1, 1, 'Ebonhold Cloak'), +(1025051, 8267, 0, 1, 1, 1, 'Ebonhold Gauntlets'), +(1025051, 8268, 0, 1, 1, 1, 'Ebonhold Girdle'), +(1025051, 8272, 0, 1, 1, 1, 'Ebonhold Shoulderpads'), +(1025051, 8274, 0, 1, 1, 1, 'Valorous Chestguard'), +(1025051, 8280, 0, 1, 1, 1, 'Valorous Legguards'), +(1025051, 8282, 0, 1, 1, 1, 'Valorous Shield'), +(1025051, 8311, 0, 1, 1, 1, 'Alabaster Plate Vambraces'), +(1025051, 8314, 0, 1, 1, 1, 'Alabaster Plate Gauntlets'), +(1025051, 8315, 0, 1, 1, 1, 'Alabaster Plate Girdle'), +(1025051, 8316, 0, 1, 1, 1, 'Alabaster Plate Greaves'), +(1025051, 8317, 0, 1, 1, 1, 'Alabaster Plate Helmet'), +(1025051, 9936, 0, 1, 1, 1, 'Abjurer\'s Boots'), +(1025051, 9939, 0, 1, 1, 1, 'Abjurer\'s Gloves'), +(1025051, 9940, 0, 1, 1, 1, 'Abjurer\'s Hood'), +(1025051, 9941, 0, 1, 1, 1, 'Abjurer\'s Mantle'), +(1025051, 9942, 0, 1, 1, 1, 'Abjurer\'s Pants'), +(1025051, 9943, 0, 1, 1, 1, 'Abjurer\'s Robe'), +(1025051, 9944, 0, 1, 1, 1, 'Abjurer\'s Crystal'), +(1025051, 9946, 0, 1, 1, 1, 'Abjurer\'s Tunic'), +(1025051, 9948, 0, 1, 1, 1, 'Chieftain\'s Boots'), +(1025051, 9950, 0, 1, 1, 1, 'Chieftain\'s Breastplate'), +(1025051, 9952, 0, 1, 1, 1, 'Chieftain\'s Gloves'), +(1025051, 9953, 0, 1, 1, 1, 'Chieftain\'s Headdress'), +(1025051, 9954, 0, 1, 1, 1, 'Chieftain\'s Leggings'), +(1025051, 9955, 0, 1, 1, 1, 'Chieftain\'s Shoulders'), +(1025051, 9957, 0, 1, 1, 1, 'Warmonger\'s Chestpiece'), +(1025051, 9958, 0, 1, 1, 1, 'Warmonger\'s Buckler'), +(1025051, 9964, 0, 1, 1, 1, 'Warmonger\'s Leggings'), +(1025051, 9965, 0, 1, 1, 1, 'Warmonger\'s Pauldrons'), +(1025051, 9974, 0, 1, 1, 1, 'Overlord\'s Shield'), +(1025051, 10058, 0, 1, 1, 1, 'Duskwoven Sandals'), +(1025051, 10059, 0, 1, 1, 1, 'Duskwoven Bracers'), +(1025051, 10060, 0, 1, 1, 1, 'Duskwoven Cape'), +(1025051, 10061, 0, 1, 1, 1, 'Duskwoven Turban'), +(1025051, 10062, 0, 1, 1, 1, 'Duskwoven Gloves'), +(1025051, 10063, 0, 1, 1, 1, 'Duskwoven Amice'), +(1025051, 10064, 0, 1, 1, 1, 'Duskwoven Pants'), +(1025051, 10066, 0, 1, 1, 1, 'Duskwoven Sash'), +(1025051, 10067, 0, 1, 1, 1, 'Righteous Waistguard'), +(1025051, 10068, 0, 1, 1, 1, 'Righteous Boots'), +(1025051, 10069, 0, 1, 1, 1, 'Righteous Bracers'), +(1025051, 10071, 0, 1, 1, 1, 'Righteous Cloak'), +(1025051, 10072, 0, 1, 1, 1, 'Righteous Gloves'), +(1025051, 10073, 0, 1, 1, 1, 'Righteous Helmet'), +(1025051, 10074, 0, 1, 1, 1, 'Righteous Leggings'), +(1025051, 10075, 0, 1, 1, 1, 'Righteous Spaulders'), +(1025051, 10076, 0, 1, 1, 1, 'Lord\'s Armguards'), +(1025051, 10077, 0, 1, 1, 1, 'Lord\'s Breastplate'), +(1025051, 10078, 0, 1, 1, 1, 'Lord\'s Crest'), +(1025051, 10080, 0, 1, 1, 1, 'Lord\'s Gauntlets'), +(1025051, 10081, 0, 1, 1, 1, 'Lord\'s Girdle'), +(1025051, 10082, 0, 1, 1, 1, 'Lord\'s Boots'), +(1025051, 10083, 0, 1, 1, 1, 'Lord\'s Crown'), +(1025051, 10084, 0, 1, 1, 1, 'Lord\'s Legguards'), +(1025051, 10085, 0, 1, 1, 1, 'Lord\'s Pauldrons'), +(1025051, 10086, 0, 1, 1, 1, 'Gothic Plate Armor'), +(1025051, 10093, 0, 1, 1, 1, 'Revenant Deflector'), +(1025051, 10096, 0, 1, 1, 1, 'Councillor\'s Cuffs'), +(1025051, 10098, 0, 1, 1, 1, 'Councillor\'s Cloak'), +(1025051, 10103, 0, 1, 1, 1, 'Councillor\'s Sash'), +(1025051, 10107, 0, 1, 1, 1, 'Wanderer\'s Bracers'), +(1025051, 10108, 0, 1, 1, 1, 'Wanderer\'s Cloak'), +(1025051, 10109, 0, 1, 1, 1, 'Wanderer\'s Belt'), +(1025051, 10120, 0, 1, 1, 1, 'Ornate Cloak'), +(1025051, 10126, 0, 1, 1, 1, 'Ornate Bracers'), +(1025051, 10127, 0, 1, 1, 1, 'Revenant Bracers'), +(1025051, 10128, 0, 1, 1, 1, 'Revenant Chestplate'), +(1025051, 10129, 0, 1, 1, 1, 'Revenant Gauntlets'), +(1025051, 10130, 0, 1, 1, 1, 'Revenant Girdle'), +(1025051, 10131, 0, 1, 1, 1, 'Revenant Boots'), +(1025051, 10132, 0, 1, 1, 1, 'Revenant Helmet'), +(1025051, 10133, 0, 1, 1, 1, 'Revenant Leggings'), +(1025051, 10134, 0, 1, 1, 1, 'Revenant Shoulders'), +(1025051, 10166, 0, 1, 1, 1, 'Templar Girdle'), +(1025051, 10171, 0, 1, 1, 1, 'Templar Bracers'), +(1025051, 10173, 0, 1, 1, 1, 'Mystical Bracers'), +(1025051, 10174, 0, 1, 1, 1, 'Mystical Cape'), +(1025051, 10176, 0, 1, 1, 1, 'Mystical Gloves'), +(1025051, 10179, 0, 1, 1, 1, 'Mystical Boots'), +(1025051, 10180, 0, 1, 1, 1, 'Mystical Belt'), +(1025051, 10183, 0, 1, 1, 1, 'Swashbuckler\'s Boots'), +(1025051, 10184, 0, 1, 1, 1, 'Swashbuckler\'s Bracers'), +(1025051, 10185, 0, 1, 1, 1, 'Swashbuckler\'s Cape'), +(1025051, 10186, 0, 1, 1, 1, 'Swashbuckler\'s Gloves'), +(1025051, 10190, 0, 1, 1, 1, 'Swashbuckler\'s Belt'), +(1025051, 10191, 0, 1, 1, 1, 'Crusader\'s Armguards'), +(1025051, 10192, 0, 1, 1, 1, 'Crusader\'s Boots'), +(1025051, 10194, 0, 1, 1, 1, 'Crusader\'s Cloak'), +(1025051, 10196, 0, 1, 1, 1, 'Crusader\'s Gauntlets'), +(1025051, 10197, 0, 1, 1, 1, 'Crusader\'s Belt'), +(1025051, 10198, 0, 1, 1, 1, 'Crusader\'s Helm'), +(1025051, 10199, 0, 1, 1, 1, 'Crusader\'s Leggings'), +(1025051, 10200, 0, 1, 1, 1, 'Crusader\'s Pauldrons'), +(1025051, 10203, 0, 1, 1, 1, 'Overlord\'s Chestplate'), +(1025051, 10205, 0, 1, 1, 1, 'Overlord\'s Gauntlets'), +(1025051, 10207, 0, 1, 1, 1, 'Overlord\'s Crown'), +(1025051, 10208, 0, 1, 1, 1, 'Overlord\'s Legplates'), +(1025051, 10209, 0, 1, 1, 1, 'Overlord\'s Spaulders'), +(1025051, 10238, 0, 1, 1, 1, 'Heavy Lamellar Boots'), +(1025051, 10239, 0, 1, 1, 1, 'Heavy Lamellar Vambraces'), +(1025051, 10241, 0, 1, 1, 1, 'Heavy Lamellar Helm'), +(1025051, 10242, 0, 1, 1, 1, 'Heavy Lamellar Gauntlets'), +(1025051, 10243, 0, 1, 1, 1, 'Heavy Lamellar Girdle'), +(1025051, 10244, 0, 1, 1, 1, 'Heavy Lamellar Leggings'), +(1025051, 10245, 0, 1, 1, 1, 'Heavy Lamellar Pauldrons'), +(1025051, 11975, 0, 1, 1, 1, 'Topaz Ring'), +(1025051, 11976, 0, 1, 1, 1, 'Sardonyx Knuckle'), +(1025051, 11989, 0, 1, 1, 1, 'Vanadium Loop'), +(1025051, 12001, 0, 1, 1, 1, 'Onyx Ring'), +(1025051, 12002, 0, 1, 1, 1, 'Marble Circle'), +(1025051, 12013, 0, 1, 1, 1, 'Desert Ring'), +(1025051, 12014, 0, 1, 1, 1, 'Arctic Ring'), +(1025051, 12024, 0, 1, 1, 1, 'Vanadium Talisman'), +(1025051, 12025, 0, 1, 1, 1, 'Selenium Chain'), +(1025051, 12034, 0, 1, 1, 1, 'Marble Necklace'), +(1025051, 12044, 0, 1, 1, 1, 'Arctic Pendant'), +(1025051, 12055, 0, 1, 1, 1, 'Stardust Band'), +(1025051, 14265, 0, 1, 1, 1, 'Bloodwoven Wraps'), +(1025051, 14267, 0, 1, 1, 1, 'Bloodwoven Jerkin'), +(1025051, 14271, 0, 1, 1, 1, 'Gaea\'s Circlet'), +(1025051, 14274, 0, 1, 1, 1, 'Gaea\'s Leggings'), +(1025051, 14275, 0, 1, 1, 1, 'Gaea\'s Raiment'), +(1025051, 14277, 0, 1, 1, 1, 'Gaea\'s Tunic'), +(1025051, 14278, 0, 1, 1, 1, 'Opulent Mantle'), +(1025051, 14279, 0, 1, 1, 1, 'Opulent Bracers'), +(1025051, 14281, 0, 1, 1, 1, 'Opulent Crown'), +(1025051, 14282, 0, 1, 1, 1, 'Opulent Gloves'), +(1025051, 14283, 0, 1, 1, 1, 'Opulent Leggings'), +(1025051, 14285, 0, 1, 1, 1, 'Opulent Boots'), +(1025051, 14286, 0, 1, 1, 1, 'Opulent Belt'), +(1025051, 14289, 0, 1, 1, 1, 'Arachnidian Girdle'), +(1025051, 14290, 0, 1, 1, 1, 'Arachnidian Footpads'), +(1025051, 14291, 0, 1, 1, 1, 'Arachnidian Bracelets'), +(1025051, 14292, 0, 1, 1, 1, 'Arachnidian Cape'), +(1025051, 14294, 0, 1, 1, 1, 'Arachnidian Gloves'), +(1025051, 14296, 0, 1, 1, 1, 'Arachnidian Pauldrons'), +(1025051, 14299, 0, 1, 1, 1, 'Bonecaster\'s Boots'), +(1025051, 14300, 0, 1, 1, 1, 'Bonecaster\'s Cape'), +(1025051, 14301, 0, 1, 1, 1, 'Bonecaster\'s Bindings'), +(1025051, 14313, 0, 1, 1, 1, 'Celestial Cape'), +(1025051, 14427, 0, 1, 1, 1, 'Windchaser Wraps'), +(1025051, 14434, 0, 1, 1, 1, 'Windchaser Robes'), +(1025051, 14437, 0, 1, 1, 1, 'Venomshroud Vest'), +(1025051, 14441, 0, 1, 1, 1, 'Venomshroud Mask'), +(1025051, 14442, 0, 1, 1, 1, 'Venomshroud Mitts'), +(1025051, 14443, 0, 1, 1, 1, 'Venomshroud Mantle'), +(1025051, 14444, 0, 1, 1, 1, 'Venomshroud Leggings'), +(1025051, 14445, 0, 1, 1, 1, 'Venomshroud Silk Robes'), +(1025051, 14447, 0, 1, 1, 1, 'Highborne Footpads'), +(1025051, 14448, 0, 1, 1, 1, 'Highborne Bracelets'), +(1025051, 14450, 0, 1, 1, 1, 'Highborne Cloak'), +(1025051, 14451, 0, 1, 1, 1, 'Highborne Gloves'), +(1025051, 14452, 0, 1, 1, 1, 'Highborne Pauldrons'), +(1025051, 14454, 0, 1, 1, 1, 'Highborne Cord'), +(1025051, 14655, 0, 1, 1, 1, 'Scorpashi Breastplate'), +(1025051, 14658, 0, 1, 1, 1, 'Scorpashi Skullcap'), +(1025051, 14661, 0, 1, 1, 1, 'Keeper\'s Cord'), +(1025051, 14662, 0, 1, 1, 1, 'Keeper\'s Hooves'), +(1025051, 14664, 0, 1, 1, 1, 'Keeper\'s Armor'), +(1025051, 14666, 0, 1, 1, 1, 'Keeper\'s Gloves'), +(1025051, 14667, 0, 1, 1, 1, 'Keeper\'s Wreath'), +(1025051, 14668, 0, 1, 1, 1, 'Keeper\'s Woolies'), +(1025051, 14669, 0, 1, 1, 1, 'Keeper\'s Mantle'), +(1025051, 14672, 0, 1, 1, 1, 'Pridelord Bands'), +(1025051, 14673, 0, 1, 1, 1, 'Pridelord Cape'), +(1025051, 14779, 0, 1, 1, 1, 'Khan\'s Chestpiece'), +(1025051, 14780, 0, 1, 1, 1, 'Khan\'s Buckler'), +(1025051, 14788, 0, 1, 1, 1, 'Protector Armguards'), +(1025051, 14789, 0, 1, 1, 1, 'Protector Breastplate'), +(1025051, 14790, 0, 1, 1, 1, 'Protector Buckler'), +(1025051, 14792, 0, 1, 1, 1, 'Protector Gauntlets'), +(1025051, 14793, 0, 1, 1, 1, 'Protector Waistband'), +(1025051, 14794, 0, 1, 1, 1, 'Protector Ankleguards'), +(1025051, 14795, 0, 1, 1, 1, 'Protector Helm'), +(1025051, 14796, 0, 1, 1, 1, 'Protector Legguards'), +(1025051, 14797, 0, 1, 1, 1, 'Protector Pads'), +(1025051, 14801, 0, 1, 1, 1, 'Bloodlust Cape'), +(1025051, 14807, 0, 1, 1, 1, 'Bloodlust Bracelets'), +(1025051, 14844, 0, 1, 1, 1, 'Sunscale Chestguard'), +(1025051, 14846, 0, 1, 1, 1, 'Sunscale Gauntlets'), +(1025051, 14847, 0, 1, 1, 1, 'Sunscale Belt'), +(1025051, 14848, 0, 1, 1, 1, 'Sunscale Sabatons'), +(1025051, 14849, 0, 1, 1, 1, 'Sunscale Helmet'), +(1025051, 14850, 0, 1, 1, 1, 'Sunscale Legplates'), +(1025051, 14851, 0, 1, 1, 1, 'Sunscale Spaulders'), +(1025051, 14852, 0, 1, 1, 1, 'Sunscale Shield'), +(1025051, 14856, 0, 1, 1, 1, 'Vanguard Girdle'), +(1025051, 14857, 0, 1, 1, 1, 'Vanguard Sabatons'), +(1025051, 14861, 0, 1, 1, 1, 'Vanguard Vambraces'), +(1025051, 14904, 0, 1, 1, 1, 'Brutish Breastplate'), +(1025051, 14912, 0, 1, 1, 1, 'Brutish Shield'), +(1025051, 14913, 0, 1, 1, 1, 'Jade Greaves'), +(1025051, 14915, 0, 1, 1, 1, 'Jade Breastplate'), +(1025051, 14916, 0, 1, 1, 1, 'Jade Deflector'), +(1025051, 14919, 0, 1, 1, 1, 'Jade Circlet'), +(1025051, 14920, 0, 1, 1, 1, 'Jade Legplates'), +(1025051, 14921, 0, 1, 1, 1, 'Jade Epaulets'), +(1025051, 14922, 0, 1, 1, 1, 'Lofty Sabatons'), +(1025051, 14923, 0, 1, 1, 1, 'Lofty Armguards'), +(1025051, 14926, 0, 1, 1, 1, 'Lofty Gauntlets'), +(1025051, 14927, 0, 1, 1, 1, 'Lofty Belt'), +(1025051, 14929, 0, 1, 1, 1, 'Lofty Shoulder Pads'), +(1025051, 14948, 0, 1, 1, 1, 'Bloodforged Chestpiece'), +(1025051, 14952, 0, 1, 1, 1, 'Bloodforged Helmet'), +(1025051, 14953, 0, 1, 1, 1, 'Bloodforged Legplates'), +(1025051, 14954, 0, 1, 1, 1, 'Bloodforged Shield'), +(1025051, 14957, 0, 1, 1, 1, 'High Chief\'s Sabatons'), +(1025051, 14959, 0, 1, 1, 1, 'High Chief\'s Gauntlets'), +(1025051, 14960, 0, 1, 1, 1, 'High Chief\'s Belt'), +(1025051, 14962, 0, 1, 1, 1, 'High Chief\'s Legguards'), +(1025051, 14963, 0, 1, 1, 1, 'High Chief\'s Pauldrons'), +(1025051, 14965, 0, 1, 1, 1, 'High Chief\'s Bindings'), +(1025051, 15170, 0, 1, 1, 1, 'Potent Armor'), +(1025051, 15171, 0, 1, 1, 1, 'Potent Boots'), +(1025051, 15174, 0, 1, 1, 1, 'Potent Gloves'), +(1025051, 15175, 0, 1, 1, 1, 'Potent Helmet'), +(1025051, 15176, 0, 1, 1, 1, 'Potent Pants'), +(1025051, 15177, 0, 1, 1, 1, 'Potent Shoulders'), +(1025051, 15180, 0, 1, 1, 1, 'Praetorian Girdle'), +(1025051, 15182, 0, 1, 1, 1, 'Praetorian Wristbands'), +(1025051, 15183, 0, 1, 1, 1, 'Praetorian Cloak'), +(1025051, 15184, 0, 1, 1, 1, 'Praetorian Gloves'), +(1025051, 15187, 0, 1, 1, 1, 'Praetorian Pauldrons'), +(1025051, 15216, 0, 1, 1, 1, 'Rune Sword'), +(1025051, 15217, 0, 1, 1, 1, 'Widow Blade'), +(1025051, 15227, 0, 1, 1, 1, 'Diamond-Tip Bludgeon'), +(1025051, 15228, 0, 1, 1, 1, 'Smashing Star'), +(1025051, 15236, 0, 1, 1, 1, 'Moon Cleaver'), +(1025051, 15245, 0, 1, 1, 1, 'Vorpal Dagger'), +(1025051, 15252, 0, 1, 1, 1, 'Tusker Sword'), +(1025051, 15253, 0, 1, 1, 1, 'Beheading Blade'), +(1025051, 15254, 0, 1, 1, 1, 'Dark Espadon'), +(1025051, 15263, 0, 1, 1, 1, 'Royal Mallet'), +(1025051, 15274, 0, 1, 1, 1, 'Diviner Long Staff'), +(1025051, 15275, 0, 1, 1, 1, 'Thaumaturgist Staff'), +(1025051, 15279, 0, 1, 1, 1, 'Ivory Wand'), +(1025051, 15280, 0, 1, 1, 1, 'Wizard\'s Hand'), +(1025051, 15291, 0, 1, 1, 1, 'Harpy Needler'), +(1025051, 15294, 0, 1, 1, 1, 'Siege Bow'), +(1025051, 15323, 0, 1, 1, 1, 'Percussion Shotgun'), +(1025051, 15381, 0, 1, 1, 1, 'Rageclaw Chestguard'), +(1025051, 15384, 0, 1, 1, 1, 'Rageclaw Helm'), +(1025051, 15385, 0, 1, 1, 1, 'Rageclaw Leggings'), +(1025051, 15387, 0, 1, 1, 1, 'Jadefire Bracelets'), +(1025051, 15388, 0, 1, 1, 1, 'Jadefire Belt'), +(1025051, 15389, 0, 1, 1, 1, 'Jadefire Sabatons'), +(1025051, 15392, 0, 1, 1, 1, 'Jadefire Cloak'), +(1025051, 15393, 0, 1, 1, 1, 'Jadefire Gloves'), +(1025051, 15394, 0, 1, 1, 1, 'Jadefire Pants'), +(1025051, 15395, 0, 1, 1, 1, 'Jadefire Epaulets'), +(1025051, 15427, 0, 1, 1, 1, 'Peerless Cloak'), +(1025051, 15621, 0, 1, 1, 1, 'Gryphon Mail Buckler'), +(1025051, 15622, 0, 1, 1, 1, 'Gryphon Mail Breastplate'), +(1025051, 15623, 0, 1, 1, 1, 'Gryphon Mail Crown'), +(1025051, 15627, 0, 1, 1, 1, 'Gryphon Mail Legguards'), +(1025051, 15630, 0, 1, 1, 1, 'Formidable Sabatons'), +(1025051, 15631, 0, 1, 1, 1, 'Formidable Chestpiece'), +(1025051, 15633, 0, 1, 1, 1, 'Formidable Crest'), +(1025051, 15634, 0, 1, 1, 1, 'Formidable Circlet'), +(1025051, 15636, 0, 1, 1, 1, 'Formidable Belt'), +(1025051, 15637, 0, 1, 1, 1, 'Formidable Legguards'), +(1025051, 15638, 0, 1, 1, 1, 'Formidable Shoulder Pads'), +(1025051, 15639, 0, 1, 1, 1, 'Ironhide Bracers'), +(1025051, 15641, 0, 1, 1, 1, 'Ironhide Belt'), +(1025051, 15642, 0, 1, 1, 1, 'Ironhide Greaves'), +(1025051, 15643, 0, 1, 1, 1, 'Ironhide Cloak'), +(1025051, 15644, 0, 1, 1, 1, 'Ironhide Gauntlets'), +(1025051, 15647, 0, 1, 1, 1, 'Ironhide Pauldrons'), +(1025051, 15649, 0, 1, 1, 1, 'Merciless Bracers'), +(1025051, 15652, 0, 1, 1, 1, 'Merciless Cloak'), +(1025051, 15653, 0, 1, 1, 1, 'Merciless Gauntlets'), +(1025051, 15654, 0, 1, 1, 1, 'Merciless Belt'), +(1025051, 15656, 0, 1, 1, 1, 'Merciless Epaulets'), +(1025051, 15661, 0, 1, 1, 1, 'Impenetrable Cloak'), +(1025051, 15694, 0, 1, 1, 1, 'Merciless Greaves'), +(1025051, 15937, 0, 1, 1, 1, 'Hibernal Sphere'), +(1025051, 15965, 0, 1, 1, 1, 'Windchaser Orb'), +(1025051, 15966, 0, 1, 1, 1, 'Venomshroud Orb'), +(1025051, 15982, 0, 1, 1, 1, 'Bloodwoven Rod'), +(1025051, 15983, 0, 1, 1, 1, 'Gaea\'s Scepter'), +(1025151, 7517, 0, 1, 1, 1, 'Gossamer Tunic'), +(1025151, 7518, 0, 1, 1, 1, 'Gossamer Robe'), +(1025151, 7527, 0, 1, 1, 1, 'Cabalist Chestpiece'), +(1025151, 7557, 0, 1, 1, 1, 'Gossamer Rod'), +(1025151, 8106, 0, 1, 1, 1, 'Hibernal Armor'), +(1025151, 8113, 0, 1, 1, 1, 'Hibernal Robe'), +(1025151, 8119, 0, 1, 1, 1, 'Heraldic Breastplate'), +(1025151, 8126, 0, 1, 1, 1, 'Myrmidon\'s Breastplate'), +(1025151, 8131, 0, 1, 1, 1, 'Myrmidon\'s Helm'), +(1025151, 8132, 0, 1, 1, 1, 'Myrmidon\'s Leggings'), +(1025151, 8133, 0, 1, 1, 1, 'Myrmidon\'s Pauldrons'), +(1025151, 8134, 0, 1, 1, 1, 'Myrmidon\'s Defender'), +(1025151, 8246, 0, 1, 1, 1, 'Imperial Red Boots'), +(1025151, 8247, 0, 1, 1, 1, 'Imperial Red Bracers'), +(1025151, 8248, 0, 1, 1, 1, 'Imperial Red Cloak'), +(1025151, 8249, 0, 1, 1, 1, 'Imperial Red Gloves'), +(1025151, 8250, 0, 1, 1, 1, 'Imperial Red Mantle'), +(1025151, 8251, 0, 1, 1, 1, 'Imperial Red Pants'), +(1025151, 8253, 0, 1, 1, 1, 'Imperial Red Sash'), +(1025151, 8254, 0, 1, 1, 1, 'Imperial Red Circlet'), +(1025151, 8255, 0, 1, 1, 1, 'Serpentskin Girdle'), +(1025151, 8256, 0, 1, 1, 1, 'Serpentskin Boots'), +(1025151, 8257, 0, 1, 1, 1, 'Serpentskin Bracers'), +(1025151, 8259, 0, 1, 1, 1, 'Serpentskin Cloak'), +(1025151, 8260, 0, 1, 1, 1, 'Serpentskin Gloves'), +(1025151, 8261, 0, 1, 1, 1, 'Serpentskin Helm'), +(1025151, 8262, 0, 1, 1, 1, 'Serpentskin Leggings'), +(1025151, 8263, 0, 1, 1, 1, 'Serpentskin Spaulders'), +(1025151, 8264, 0, 1, 1, 1, 'Ebonhold Wristguards'), +(1025151, 8266, 0, 1, 1, 1, 'Ebonhold Cloak'), +(1025151, 8267, 0, 1, 1, 1, 'Ebonhold Gauntlets'), +(1025151, 8268, 0, 1, 1, 1, 'Ebonhold Girdle'), +(1025151, 8272, 0, 1, 1, 1, 'Ebonhold Shoulderpads'), +(1025151, 8274, 0, 1, 1, 1, 'Valorous Chestguard'), +(1025151, 8282, 0, 1, 1, 1, 'Valorous Shield'), +(1025151, 8311, 0, 1, 1, 1, 'Alabaster Plate Vambraces'), +(1025151, 8314, 0, 1, 1, 1, 'Alabaster Plate Gauntlets'), +(1025151, 8315, 0, 1, 1, 1, 'Alabaster Plate Girdle'), +(1025151, 8316, 0, 1, 1, 1, 'Alabaster Plate Greaves'), +(1025151, 8317, 0, 1, 1, 1, 'Alabaster Plate Helmet'), +(1025151, 9940, 0, 1, 1, 1, 'Abjurer\'s Hood'), +(1025151, 9942, 0, 1, 1, 1, 'Abjurer\'s Pants'), +(1025151, 9943, 0, 1, 1, 1, 'Abjurer\'s Robe'), +(1025151, 9944, 0, 1, 1, 1, 'Abjurer\'s Crystal'), +(1025151, 9946, 0, 1, 1, 1, 'Abjurer\'s Tunic'), +(1025151, 9950, 0, 1, 1, 1, 'Chieftain\'s Breastplate'), +(1025151, 9953, 0, 1, 1, 1, 'Chieftain\'s Headdress'), +(1025151, 9954, 0, 1, 1, 1, 'Chieftain\'s Leggings'), +(1025151, 9955, 0, 1, 1, 1, 'Chieftain\'s Shoulders'), +(1025151, 9957, 0, 1, 1, 1, 'Warmonger\'s Chestpiece'), +(1025151, 9958, 0, 1, 1, 1, 'Warmonger\'s Buckler'), +(1025151, 9974, 0, 1, 1, 1, 'Overlord\'s Shield'), +(1025151, 10058, 0, 1, 1, 1, 'Duskwoven Sandals'), +(1025151, 10059, 0, 1, 1, 1, 'Duskwoven Bracers'), +(1025151, 10061, 0, 1, 1, 1, 'Duskwoven Turban'), +(1025151, 10062, 0, 1, 1, 1, 'Duskwoven Gloves'), +(1025151, 10063, 0, 1, 1, 1, 'Duskwoven Amice'), +(1025151, 10064, 0, 1, 1, 1, 'Duskwoven Pants'), +(1025151, 10068, 0, 1, 1, 1, 'Righteous Boots'), +(1025151, 10072, 0, 1, 1, 1, 'Righteous Gloves'), +(1025151, 10073, 0, 1, 1, 1, 'Righteous Helmet'), +(1025151, 10074, 0, 1, 1, 1, 'Righteous Leggings'), +(1025151, 10075, 0, 1, 1, 1, 'Righteous Spaulders'), +(1025151, 10077, 0, 1, 1, 1, 'Lord\'s Breastplate'), +(1025151, 10078, 0, 1, 1, 1, 'Lord\'s Crest'), +(1025151, 10080, 0, 1, 1, 1, 'Lord\'s Gauntlets'), +(1025151, 10081, 0, 1, 1, 1, 'Lord\'s Girdle'), +(1025151, 10082, 0, 1, 1, 1, 'Lord\'s Boots'), +(1025151, 10083, 0, 1, 1, 1, 'Lord\'s Crown'), +(1025151, 10084, 0, 1, 1, 1, 'Lord\'s Legguards'), +(1025151, 10085, 0, 1, 1, 1, 'Lord\'s Pauldrons'), +(1025151, 10093, 0, 1, 1, 1, 'Revenant Deflector'), +(1025151, 10096, 0, 1, 1, 1, 'Councillor\'s Cuffs'), +(1025151, 10098, 0, 1, 1, 1, 'Councillor\'s Cloak'), +(1025151, 10103, 0, 1, 1, 1, 'Councillor\'s Sash'), +(1025151, 10107, 0, 1, 1, 1, 'Wanderer\'s Bracers'), +(1025151, 10108, 0, 1, 1, 1, 'Wanderer\'s Cloak'), +(1025151, 10109, 0, 1, 1, 1, 'Wanderer\'s Belt'), +(1025151, 10120, 0, 1, 1, 1, 'Ornate Cloak'), +(1025151, 10126, 0, 1, 1, 1, 'Ornate Bracers'), +(1025151, 10128, 0, 1, 1, 1, 'Revenant Chestplate'), +(1025151, 10129, 0, 1, 1, 1, 'Revenant Gauntlets'), +(1025151, 10130, 0, 1, 1, 1, 'Revenant Girdle'), +(1025151, 10131, 0, 1, 1, 1, 'Revenant Boots'), +(1025151, 10132, 0, 1, 1, 1, 'Revenant Helmet'), +(1025151, 10133, 0, 1, 1, 1, 'Revenant Leggings'), +(1025151, 10134, 0, 1, 1, 1, 'Revenant Shoulders'), +(1025151, 10166, 0, 1, 1, 1, 'Templar Girdle'), +(1025151, 10171, 0, 1, 1, 1, 'Templar Bracers'), +(1025151, 10173, 0, 1, 1, 1, 'Mystical Bracers'), +(1025151, 10174, 0, 1, 1, 1, 'Mystical Cape'), +(1025151, 10176, 0, 1, 1, 1, 'Mystical Gloves'), +(1025151, 10179, 0, 1, 1, 1, 'Mystical Boots'), +(1025151, 10180, 0, 1, 1, 1, 'Mystical Belt'), +(1025151, 10183, 0, 1, 1, 1, 'Swashbuckler\'s Boots'), +(1025151, 10184, 0, 1, 1, 1, 'Swashbuckler\'s Bracers'), +(1025151, 10185, 0, 1, 1, 1, 'Swashbuckler\'s Cape'), +(1025151, 10186, 0, 1, 1, 1, 'Swashbuckler\'s Gloves'), +(1025151, 10190, 0, 1, 1, 1, 'Swashbuckler\'s Belt'), +(1025151, 10191, 0, 1, 1, 1, 'Crusader\'s Armguards'), +(1025151, 10192, 0, 1, 1, 1, 'Crusader\'s Boots'), +(1025151, 10194, 0, 1, 1, 1, 'Crusader\'s Cloak'), +(1025151, 10196, 0, 1, 1, 1, 'Crusader\'s Gauntlets'), +(1025151, 10197, 0, 1, 1, 1, 'Crusader\'s Belt'), +(1025151, 10198, 0, 1, 1, 1, 'Crusader\'s Helm'), +(1025151, 10199, 0, 1, 1, 1, 'Crusader\'s Leggings'), +(1025151, 10200, 0, 1, 1, 1, 'Crusader\'s Pauldrons'), +(1025151, 10203, 0, 1, 1, 1, 'Overlord\'s Chestplate'), +(1025151, 10208, 0, 1, 1, 1, 'Overlord\'s Legplates'), +(1025151, 10209, 0, 1, 1, 1, 'Overlord\'s Spaulders'), +(1025151, 10238, 0, 1, 1, 1, 'Heavy Lamellar Boots'), +(1025151, 10239, 0, 1, 1, 1, 'Heavy Lamellar Vambraces'), +(1025151, 10241, 0, 1, 1, 1, 'Heavy Lamellar Helm'), +(1025151, 10242, 0, 1, 1, 1, 'Heavy Lamellar Gauntlets'), +(1025151, 10243, 0, 1, 1, 1, 'Heavy Lamellar Girdle'), +(1025151, 10244, 0, 1, 1, 1, 'Heavy Lamellar Leggings'), +(1025151, 10245, 0, 1, 1, 1, 'Heavy Lamellar Pauldrons'), +(1025151, 11976, 0, 1, 1, 1, 'Sardonyx Knuckle'), +(1025151, 11989, 0, 1, 1, 1, 'Vanadium Loop'), +(1025151, 12001, 0, 1, 1, 1, 'Onyx Ring'), +(1025151, 12002, 0, 1, 1, 1, 'Marble Circle'), +(1025151, 12014, 0, 1, 1, 1, 'Arctic Ring'), +(1025151, 12024, 0, 1, 1, 1, 'Vanadium Talisman'), +(1025151, 12025, 0, 1, 1, 1, 'Selenium Chain'), +(1025151, 12034, 0, 1, 1, 1, 'Marble Necklace'), +(1025151, 12044, 0, 1, 1, 1, 'Arctic Pendant'), +(1025151, 12055, 0, 1, 1, 1, 'Stardust Band'), +(1025151, 14265, 0, 1, 1, 1, 'Bloodwoven Wraps'), +(1025151, 14267, 0, 1, 1, 1, 'Bloodwoven Jerkin'), +(1025151, 14274, 0, 1, 1, 1, 'Gaea\'s Leggings'), +(1025151, 14275, 0, 1, 1, 1, 'Gaea\'s Raiment'), +(1025151, 14277, 0, 1, 1, 1, 'Gaea\'s Tunic'), +(1025151, 14278, 0, 1, 1, 1, 'Opulent Mantle'), +(1025151, 14281, 0, 1, 1, 1, 'Opulent Crown'), +(1025151, 14282, 0, 1, 1, 1, 'Opulent Gloves'), +(1025151, 14283, 0, 1, 1, 1, 'Opulent Leggings'), +(1025151, 14285, 0, 1, 1, 1, 'Opulent Boots'), +(1025151, 14286, 0, 1, 1, 1, 'Opulent Belt'), +(1025151, 14289, 0, 1, 1, 1, 'Arachnidian Girdle'), +(1025151, 14290, 0, 1, 1, 1, 'Arachnidian Footpads'), +(1025151, 14291, 0, 1, 1, 1, 'Arachnidian Bracelets'), +(1025151, 14294, 0, 1, 1, 1, 'Arachnidian Gloves'), +(1025151, 14296, 0, 1, 1, 1, 'Arachnidian Pauldrons'), +(1025151, 14299, 0, 1, 1, 1, 'Bonecaster\'s Boots'), +(1025151, 14300, 0, 1, 1, 1, 'Bonecaster\'s Cape'), +(1025151, 14301, 0, 1, 1, 1, 'Bonecaster\'s Bindings'), +(1025151, 14313, 0, 1, 1, 1, 'Celestial Cape'), +(1025151, 14437, 0, 1, 1, 1, 'Venomshroud Vest'), +(1025151, 14441, 0, 1, 1, 1, 'Venomshroud Mask'), +(1025151, 14444, 0, 1, 1, 1, 'Venomshroud Leggings'), +(1025151, 14445, 0, 1, 1, 1, 'Venomshroud Silk Robes'), +(1025151, 14447, 0, 1, 1, 1, 'Highborne Footpads'), +(1025151, 14448, 0, 1, 1, 1, 'Highborne Bracelets'), +(1025151, 14450, 0, 1, 1, 1, 'Highborne Cloak'), +(1025151, 14451, 0, 1, 1, 1, 'Highborne Gloves'), +(1025151, 14452, 0, 1, 1, 1, 'Highborne Pauldrons'), +(1025151, 14454, 0, 1, 1, 1, 'Highborne Cord'), +(1025151, 14662, 0, 1, 1, 1, 'Keeper\'s Hooves'), +(1025151, 14664, 0, 1, 1, 1, 'Keeper\'s Armor'), +(1025151, 14666, 0, 1, 1, 1, 'Keeper\'s Gloves'), +(1025151, 14667, 0, 1, 1, 1, 'Keeper\'s Wreath'), +(1025151, 14668, 0, 1, 1, 1, 'Keeper\'s Woolies'), +(1025151, 14669, 0, 1, 1, 1, 'Keeper\'s Mantle'), +(1025151, 14672, 0, 1, 1, 1, 'Pridelord Bands'), +(1025151, 14673, 0, 1, 1, 1, 'Pridelord Cape'), +(1025151, 14789, 0, 1, 1, 1, 'Protector Breastplate'), +(1025151, 14790, 0, 1, 1, 1, 'Protector Buckler'), +(1025151, 14792, 0, 1, 1, 1, 'Protector Gauntlets'), +(1025151, 14793, 0, 1, 1, 1, 'Protector Waistband'), +(1025151, 14794, 0, 1, 1, 1, 'Protector Ankleguards'), +(1025151, 14795, 0, 1, 1, 1, 'Protector Helm'), +(1025151, 14796, 0, 1, 1, 1, 'Protector Legguards'), +(1025151, 14797, 0, 1, 1, 1, 'Protector Pads'), +(1025151, 14801, 0, 1, 1, 1, 'Bloodlust Cape'), +(1025151, 14807, 0, 1, 1, 1, 'Bloodlust Bracelets'), +(1025151, 14844, 0, 1, 1, 1, 'Sunscale Chestguard'), +(1025151, 14846, 0, 1, 1, 1, 'Sunscale Gauntlets'), +(1025151, 14848, 0, 1, 1, 1, 'Sunscale Sabatons'), +(1025151, 14849, 0, 1, 1, 1, 'Sunscale Helmet'), +(1025151, 14850, 0, 1, 1, 1, 'Sunscale Legplates'), +(1025151, 14851, 0, 1, 1, 1, 'Sunscale Spaulders'), +(1025151, 14852, 0, 1, 1, 1, 'Sunscale Shield'), +(1025151, 14856, 0, 1, 1, 1, 'Vanguard Girdle'), +(1025151, 14857, 0, 1, 1, 1, 'Vanguard Sabatons'), +(1025151, 14861, 0, 1, 1, 1, 'Vanguard Vambraces'), +(1025151, 14904, 0, 1, 1, 1, 'Brutish Breastplate'), +(1025151, 14912, 0, 1, 1, 1, 'Brutish Shield'), +(1025151, 14915, 0, 1, 1, 1, 'Jade Breastplate'), +(1025151, 14916, 0, 1, 1, 1, 'Jade Deflector'), +(1025151, 14919, 0, 1, 1, 1, 'Jade Circlet'), +(1025151, 14920, 0, 1, 1, 1, 'Jade Legplates'), +(1025151, 14922, 0, 1, 1, 1, 'Lofty Sabatons'), +(1025151, 14923, 0, 1, 1, 1, 'Lofty Armguards'), +(1025151, 14926, 0, 1, 1, 1, 'Lofty Gauntlets'), +(1025151, 14927, 0, 1, 1, 1, 'Lofty Belt'), +(1025151, 14929, 0, 1, 1, 1, 'Lofty Shoulder Pads'), +(1025151, 14948, 0, 1, 1, 1, 'Bloodforged Chestpiece'), +(1025151, 14952, 0, 1, 1, 1, 'Bloodforged Helmet'), +(1025151, 14954, 0, 1, 1, 1, 'Bloodforged Shield'), +(1025151, 14957, 0, 1, 1, 1, 'High Chief\'s Sabatons'), +(1025151, 14959, 0, 1, 1, 1, 'High Chief\'s Gauntlets'), +(1025151, 14960, 0, 1, 1, 1, 'High Chief\'s Belt'), +(1025151, 14962, 0, 1, 1, 1, 'High Chief\'s Legguards'), +(1025151, 14963, 0, 1, 1, 1, 'High Chief\'s Pauldrons'), +(1025151, 15170, 0, 1, 1, 1, 'Potent Armor'), +(1025151, 15171, 0, 1, 1, 1, 'Potent Boots'), +(1025151, 15174, 0, 1, 1, 1, 'Potent Gloves'), +(1025151, 15175, 0, 1, 1, 1, 'Potent Helmet'), +(1025151, 15176, 0, 1, 1, 1, 'Potent Pants'), +(1025151, 15180, 0, 1, 1, 1, 'Praetorian Girdle'), +(1025151, 15182, 0, 1, 1, 1, 'Praetorian Wristbands'), +(1025151, 15183, 0, 1, 1, 1, 'Praetorian Cloak'), +(1025151, 15184, 0, 1, 1, 1, 'Praetorian Gloves'), +(1025151, 15187, 0, 1, 1, 1, 'Praetorian Pauldrons'), +(1025151, 15216, 0, 1, 1, 1, 'Rune Sword'), +(1025151, 15217, 0, 1, 1, 1, 'Widow Blade'), +(1025151, 15228, 0, 1, 1, 1, 'Smashing Star'), +(1025151, 15236, 0, 1, 1, 1, 'Moon Cleaver'), +(1025151, 15245, 0, 1, 1, 1, 'Vorpal Dagger'), +(1025151, 15253, 0, 1, 1, 1, 'Beheading Blade'), +(1025151, 15254, 0, 1, 1, 1, 'Dark Espadon'), +(1025151, 15263, 0, 1, 1, 1, 'Royal Mallet'), +(1025151, 15274, 0, 1, 1, 1, 'Diviner Long Staff'), +(1025151, 15275, 0, 1, 1, 1, 'Thaumaturgist Staff'), +(1025151, 15279, 0, 1, 1, 1, 'Ivory Wand'), +(1025151, 15280, 0, 1, 1, 1, 'Wizard\'s Hand'), +(1025151, 15291, 0, 1, 1, 1, 'Harpy Needler'), +(1025151, 15294, 0, 1, 1, 1, 'Siege Bow'), +(1025151, 15323, 0, 1, 1, 1, 'Percussion Shotgun'), +(1025151, 15381, 0, 1, 1, 1, 'Rageclaw Chestguard'), +(1025151, 15384, 0, 1, 1, 1, 'Rageclaw Helm'), +(1025151, 15387, 0, 1, 1, 1, 'Jadefire Bracelets'), +(1025151, 15388, 0, 1, 1, 1, 'Jadefire Belt'), +(1025151, 15389, 0, 1, 1, 1, 'Jadefire Sabatons'), +(1025151, 15393, 0, 1, 1, 1, 'Jadefire Gloves'), +(1025151, 15394, 0, 1, 1, 1, 'Jadefire Pants'), +(1025151, 15395, 0, 1, 1, 1, 'Jadefire Epaulets'), +(1025151, 15427, 0, 1, 1, 1, 'Peerless Cloak'), +(1025151, 15621, 0, 1, 1, 1, 'Gryphon Mail Buckler'), +(1025151, 15622, 0, 1, 1, 1, 'Gryphon Mail Breastplate'), +(1025151, 15623, 0, 1, 1, 1, 'Gryphon Mail Crown'), +(1025151, 15627, 0, 1, 1, 1, 'Gryphon Mail Legguards'), +(1025151, 15631, 0, 1, 1, 1, 'Formidable Chestpiece'), +(1025151, 15633, 0, 1, 1, 1, 'Formidable Crest'), +(1025151, 15634, 0, 1, 1, 1, 'Formidable Circlet'), +(1025151, 15637, 0, 1, 1, 1, 'Formidable Legguards'), +(1025151, 15639, 0, 1, 1, 1, 'Ironhide Bracers'), +(1025151, 15641, 0, 1, 1, 1, 'Ironhide Belt'), +(1025151, 15642, 0, 1, 1, 1, 'Ironhide Greaves'), +(1025151, 15644, 0, 1, 1, 1, 'Ironhide Gauntlets'), +(1025151, 15647, 0, 1, 1, 1, 'Ironhide Pauldrons'), +(1025151, 15649, 0, 1, 1, 1, 'Merciless Bracers'), +(1025151, 15652, 0, 1, 1, 1, 'Merciless Cloak'), +(1025151, 15653, 0, 1, 1, 1, 'Merciless Gauntlets'), +(1025151, 15654, 0, 1, 1, 1, 'Merciless Belt'), +(1025151, 15656, 0, 1, 1, 1, 'Merciless Epaulets'), +(1025151, 15661, 0, 1, 1, 1, 'Impenetrable Cloak'), +(1025151, 15694, 0, 1, 1, 1, 'Merciless Greaves'), +(1025151, 15937, 0, 1, 1, 1, 'Hibernal Sphere'), +(1025151, 15966, 0, 1, 1, 1, 'Venomshroud Orb'), +(1025151, 15982, 0, 1, 1, 1, 'Bloodwoven Rod'), +(1025151, 15983, 0, 1, 1, 1, 'Gaea\'s Scepter'), +(1025152, 7517, 0, 1, 1, 1, 'Gossamer Tunic'), +(1025152, 7518, 0, 1, 1, 1, 'Gossamer Robe'), +(1025152, 7527, 0, 1, 1, 1, 'Cabalist Chestpiece'), +(1025152, 7557, 0, 1, 1, 1, 'Gossamer Rod'), +(1025152, 8106, 0, 1, 1, 1, 'Hibernal Armor'), +(1025152, 8113, 0, 1, 1, 1, 'Hibernal Robe'), +(1025152, 8119, 0, 1, 1, 1, 'Heraldic Breastplate'), +(1025152, 8126, 0, 1, 1, 1, 'Myrmidon\'s Breastplate'), +(1025152, 8131, 0, 1, 1, 1, 'Myrmidon\'s Helm'), +(1025152, 8132, 0, 1, 1, 1, 'Myrmidon\'s Leggings'), +(1025152, 8133, 0, 1, 1, 1, 'Myrmidon\'s Pauldrons'), +(1025152, 8134, 0, 1, 1, 1, 'Myrmidon\'s Defender'), +(1025152, 8246, 0, 1, 1, 1, 'Imperial Red Boots'), +(1025152, 8247, 0, 1, 1, 1, 'Imperial Red Bracers'), +(1025152, 8248, 0, 1, 1, 1, 'Imperial Red Cloak'), +(1025152, 8249, 0, 1, 1, 1, 'Imperial Red Gloves'), +(1025152, 8250, 0, 1, 1, 1, 'Imperial Red Mantle'), +(1025152, 8251, 0, 1, 1, 1, 'Imperial Red Pants'), +(1025152, 8253, 0, 1, 1, 1, 'Imperial Red Sash'), +(1025152, 8254, 0, 1, 1, 1, 'Imperial Red Circlet'), +(1025152, 8255, 0, 1, 1, 1, 'Serpentskin Girdle'), +(1025152, 8256, 0, 1, 1, 1, 'Serpentskin Boots'), +(1025152, 8257, 0, 1, 1, 1, 'Serpentskin Bracers'), +(1025152, 8259, 0, 1, 1, 1, 'Serpentskin Cloak'), +(1025152, 8260, 0, 1, 1, 1, 'Serpentskin Gloves'), +(1025152, 8261, 0, 1, 1, 1, 'Serpentskin Helm'), +(1025152, 8262, 0, 1, 1, 1, 'Serpentskin Leggings'), +(1025152, 8263, 0, 1, 1, 1, 'Serpentskin Spaulders'), +(1025152, 8264, 0, 1, 1, 1, 'Ebonhold Wristguards'), +(1025152, 8266, 0, 1, 1, 1, 'Ebonhold Cloak'), +(1025152, 8267, 0, 1, 1, 1, 'Ebonhold Gauntlets'), +(1025152, 8268, 0, 1, 1, 1, 'Ebonhold Girdle'), +(1025152, 8269, 0, 1, 1, 1, 'Ebonhold Boots'), +(1025152, 8270, 0, 1, 1, 1, 'Ebonhold Helmet'), +(1025152, 8272, 0, 1, 1, 1, 'Ebonhold Shoulderpads'), +(1025152, 8274, 0, 1, 1, 1, 'Valorous Chestguard'), +(1025152, 8282, 0, 1, 1, 1, 'Valorous Shield'), +(1025152, 8286, 0, 1, 1, 1, 'Arcane Cloak'), +(1025152, 8297, 0, 1, 1, 1, 'Traveler\'s Cloak'), +(1025152, 8311, 0, 1, 1, 1, 'Alabaster Plate Vambraces'), +(1025152, 8314, 0, 1, 1, 1, 'Alabaster Plate Gauntlets'), +(1025152, 8315, 0, 1, 1, 1, 'Alabaster Plate Girdle'), +(1025152, 8316, 0, 1, 1, 1, 'Alabaster Plate Greaves'), +(1025152, 8317, 0, 1, 1, 1, 'Alabaster Plate Helmet'), +(1025152, 8319, 0, 1, 1, 1, 'Alabaster Plate Pauldrons'), +(1025152, 9940, 0, 1, 1, 1, 'Abjurer\'s Hood'), +(1025152, 9942, 0, 1, 1, 1, 'Abjurer\'s Pants'), +(1025152, 9943, 0, 1, 1, 1, 'Abjurer\'s Robe'), +(1025152, 9944, 0, 1, 1, 1, 'Abjurer\'s Crystal'), +(1025152, 9946, 0, 1, 1, 1, 'Abjurer\'s Tunic'), +(1025152, 9950, 0, 1, 1, 1, 'Chieftain\'s Breastplate'), +(1025152, 9953, 0, 1, 1, 1, 'Chieftain\'s Headdress'), +(1025152, 9954, 0, 1, 1, 1, 'Chieftain\'s Leggings'), +(1025152, 9955, 0, 1, 1, 1, 'Chieftain\'s Shoulders'), +(1025152, 9957, 0, 1, 1, 1, 'Warmonger\'s Chestpiece'), +(1025152, 9958, 0, 1, 1, 1, 'Warmonger\'s Buckler'), +(1025152, 9974, 0, 1, 1, 1, 'Overlord\'s Shield'), +(1025152, 10057, 0, 1, 1, 1, 'Duskwoven Tunic'), +(1025152, 10058, 0, 1, 1, 1, 'Duskwoven Sandals'), +(1025152, 10059, 0, 1, 1, 1, 'Duskwoven Bracers'), +(1025152, 10061, 0, 1, 1, 1, 'Duskwoven Turban'), +(1025152, 10062, 0, 1, 1, 1, 'Duskwoven Gloves'), +(1025152, 10063, 0, 1, 1, 1, 'Duskwoven Amice'), +(1025152, 10064, 0, 1, 1, 1, 'Duskwoven Pants'), +(1025152, 10065, 0, 1, 1, 1, 'Duskwoven Robe'), +(1025152, 10068, 0, 1, 1, 1, 'Righteous Boots'), +(1025152, 10070, 0, 1, 1, 1, 'Righteous Armor'), +(1025152, 10072, 0, 1, 1, 1, 'Righteous Gloves'), +(1025152, 10073, 0, 1, 1, 1, 'Righteous Helmet'), +(1025152, 10074, 0, 1, 1, 1, 'Righteous Leggings'), +(1025152, 10075, 0, 1, 1, 1, 'Righteous Spaulders'), +(1025152, 10077, 0, 1, 1, 1, 'Lord\'s Breastplate'), +(1025152, 10078, 0, 1, 1, 1, 'Lord\'s Crest'), +(1025152, 10080, 0, 1, 1, 1, 'Lord\'s Gauntlets'), +(1025152, 10081, 0, 1, 1, 1, 'Lord\'s Girdle'), +(1025152, 10082, 0, 1, 1, 1, 'Lord\'s Boots'), +(1025152, 10083, 0, 1, 1, 1, 'Lord\'s Crown'), +(1025152, 10084, 0, 1, 1, 1, 'Lord\'s Legguards'), +(1025152, 10085, 0, 1, 1, 1, 'Lord\'s Pauldrons'), +(1025152, 10093, 0, 1, 1, 1, 'Revenant Deflector'), +(1025152, 10096, 0, 1, 1, 1, 'Councillor\'s Cuffs'), +(1025152, 10098, 0, 1, 1, 1, 'Councillor\'s Cloak'), +(1025152, 10099, 0, 1, 1, 1, 'Councillor\'s Gloves'), +(1025152, 10103, 0, 1, 1, 1, 'Councillor\'s Sash'), +(1025152, 10107, 0, 1, 1, 1, 'Wanderer\'s Bracers'), +(1025152, 10108, 0, 1, 1, 1, 'Wanderer\'s Cloak'), +(1025152, 10109, 0, 1, 1, 1, 'Wanderer\'s Belt'), +(1025152, 10110, 0, 1, 1, 1, 'Wanderer\'s Gloves'), +(1025152, 10120, 0, 1, 1, 1, 'Ornate Cloak'), +(1025152, 10122, 0, 1, 1, 1, 'Ornate Girdle'), +(1025152, 10126, 0, 1, 1, 1, 'Ornate Bracers'), +(1025152, 10128, 0, 1, 1, 1, 'Revenant Chestplate'), +(1025152, 10129, 0, 1, 1, 1, 'Revenant Gauntlets'), +(1025152, 10130, 0, 1, 1, 1, 'Revenant Girdle'), +(1025152, 10131, 0, 1, 1, 1, 'Revenant Boots'), +(1025152, 10132, 0, 1, 1, 1, 'Revenant Helmet'), +(1025152, 10133, 0, 1, 1, 1, 'Revenant Leggings'), +(1025152, 10134, 0, 1, 1, 1, 'Revenant Shoulders'), +(1025152, 10165, 0, 1, 1, 1, 'Templar Gauntlets'), +(1025152, 10166, 0, 1, 1, 1, 'Templar Girdle'), +(1025152, 10167, 0, 1, 1, 1, 'Templar Boots'), +(1025152, 10171, 0, 1, 1, 1, 'Templar Bracers'), +(1025152, 10172, 0, 1, 1, 1, 'Mystical Mantle'), +(1025152, 10173, 0, 1, 1, 1, 'Mystical Bracers'), +(1025152, 10174, 0, 1, 1, 1, 'Mystical Cape'), +(1025152, 10175, 0, 1, 1, 1, 'Mystical Headwrap'), +(1025152, 10176, 0, 1, 1, 1, 'Mystical Gloves'), +(1025152, 10179, 0, 1, 1, 1, 'Mystical Boots'), +(1025152, 10180, 0, 1, 1, 1, 'Mystical Belt'), +(1025152, 10183, 0, 1, 1, 1, 'Swashbuckler\'s Boots'), +(1025152, 10184, 0, 1, 1, 1, 'Swashbuckler\'s Bracers'), +(1025152, 10185, 0, 1, 1, 1, 'Swashbuckler\'s Cape'), +(1025152, 10186, 0, 1, 1, 1, 'Swashbuckler\'s Gloves'), +(1025152, 10187, 0, 1, 1, 1, 'Swashbuckler\'s Eyepatch'), +(1025152, 10189, 0, 1, 1, 1, 'Swashbuckler\'s Shoulderpads'), +(1025152, 10190, 0, 1, 1, 1, 'Swashbuckler\'s Belt'), +(1025152, 10191, 0, 1, 1, 1, 'Crusader\'s Armguards'), +(1025152, 10192, 0, 1, 1, 1, 'Crusader\'s Boots'), +(1025152, 10193, 0, 1, 1, 1, 'Crusader\'s Armor'), +(1025152, 10194, 0, 1, 1, 1, 'Crusader\'s Cloak'), +(1025152, 10195, 0, 1, 1, 1, 'Crusader\'s Shield'), +(1025152, 10196, 0, 1, 1, 1, 'Crusader\'s Gauntlets'), +(1025152, 10197, 0, 1, 1, 1, 'Crusader\'s Belt'), +(1025152, 10198, 0, 1, 1, 1, 'Crusader\'s Helm'), +(1025152, 10199, 0, 1, 1, 1, 'Crusader\'s Leggings'), +(1025152, 10200, 0, 1, 1, 1, 'Crusader\'s Pauldrons'), +(1025152, 10203, 0, 1, 1, 1, 'Overlord\'s Chestplate'), +(1025152, 10204, 0, 1, 1, 1, 'Heavy Lamellar Shield'), +(1025152, 10208, 0, 1, 1, 1, 'Overlord\'s Legplates'), +(1025152, 10209, 0, 1, 1, 1, 'Overlord\'s Spaulders'), +(1025152, 10231, 0, 1, 1, 1, 'Engraved Cape'), +(1025152, 10238, 0, 1, 1, 1, 'Heavy Lamellar Boots'), +(1025152, 10239, 0, 1, 1, 1, 'Heavy Lamellar Vambraces'), +(1025152, 10240, 0, 1, 1, 1, 'Heavy Lamellar Chestpiece'), +(1025152, 10241, 0, 1, 1, 1, 'Heavy Lamellar Helm'), +(1025152, 10242, 0, 1, 1, 1, 'Heavy Lamellar Gauntlets'), +(1025152, 10243, 0, 1, 1, 1, 'Heavy Lamellar Girdle'), +(1025152, 10244, 0, 1, 1, 1, 'Heavy Lamellar Leggings'), +(1025152, 10245, 0, 1, 1, 1, 'Heavy Lamellar Pauldrons'), +(1025152, 10278, 0, 1, 1, 1, 'Emerald Girdle'), +(1025152, 11976, 0, 1, 1, 1, 'Sardonyx Knuckle'), +(1025152, 11977, 0, 1, 1, 1, 'Serpentine Loop'), +(1025152, 11989, 0, 1, 1, 1, 'Vanadium Loop'), +(1025152, 11990, 0, 1, 1, 1, 'Selenium Loop'), +(1025152, 12001, 0, 1, 1, 1, 'Onyx Ring'), +(1025152, 12002, 0, 1, 1, 1, 'Marble Circle'), +(1025152, 12014, 0, 1, 1, 1, 'Arctic Ring'), +(1025152, 12024, 0, 1, 1, 1, 'Vanadium Talisman'), +(1025152, 12025, 0, 1, 1, 1, 'Selenium Chain'), +(1025152, 12034, 0, 1, 1, 1, 'Marble Necklace'), +(1025152, 12044, 0, 1, 1, 1, 'Arctic Pendant'), +(1025152, 12055, 0, 1, 1, 1, 'Stardust Band'), +(1025152, 14265, 0, 1, 1, 1, 'Bloodwoven Wraps'), +(1025152, 14267, 0, 1, 1, 1, 'Bloodwoven Jerkin'), +(1025152, 14274, 0, 1, 1, 1, 'Gaea\'s Leggings'), +(1025152, 14275, 0, 1, 1, 1, 'Gaea\'s Raiment'), +(1025152, 14277, 0, 1, 1, 1, 'Gaea\'s Tunic'), +(1025152, 14278, 0, 1, 1, 1, 'Opulent Mantle'), +(1025152, 14281, 0, 1, 1, 1, 'Opulent Crown'), +(1025152, 14282, 0, 1, 1, 1, 'Opulent Gloves'), +(1025152, 14283, 0, 1, 1, 1, 'Opulent Leggings'), +(1025152, 14285, 0, 1, 1, 1, 'Opulent Boots'), +(1025152, 14286, 0, 1, 1, 1, 'Opulent Belt'), +(1025152, 14289, 0, 1, 1, 1, 'Arachnidian Girdle'), +(1025152, 14290, 0, 1, 1, 1, 'Arachnidian Footpads'), +(1025152, 14291, 0, 1, 1, 1, 'Arachnidian Bracelets'), +(1025152, 14293, 0, 1, 1, 1, 'Arachnidian Circlet'), +(1025152, 14294, 0, 1, 1, 1, 'Arachnidian Gloves'), +(1025152, 14295, 0, 1, 1, 1, 'Arachnidian Legguards'), +(1025152, 14296, 0, 1, 1, 1, 'Arachnidian Pauldrons'), +(1025152, 14299, 0, 1, 1, 1, 'Bonecaster\'s Boots'), +(1025152, 14300, 0, 1, 1, 1, 'Bonecaster\'s Cape'), +(1025152, 14301, 0, 1, 1, 1, 'Bonecaster\'s Bindings'), +(1025152, 14304, 0, 1, 1, 1, 'Bonecaster\'s Belt'), +(1025152, 14311, 0, 1, 1, 1, 'Celestial Bindings'), +(1025152, 14313, 0, 1, 1, 1, 'Celestial Cape'), +(1025152, 14321, 0, 1, 1, 1, 'Resplendent Cloak'), +(1025152, 14437, 0, 1, 1, 1, 'Venomshroud Vest'), +(1025152, 14441, 0, 1, 1, 1, 'Venomshroud Mask'), +(1025152, 14444, 0, 1, 1, 1, 'Venomshroud Leggings'), +(1025152, 14445, 0, 1, 1, 1, 'Venomshroud Silk Robes'), +(1025152, 14447, 0, 1, 1, 1, 'Highborne Footpads'), +(1025152, 14448, 0, 1, 1, 1, 'Highborne Bracelets'), +(1025152, 14450, 0, 1, 1, 1, 'Highborne Cloak'), +(1025152, 14451, 0, 1, 1, 1, 'Highborne Gloves'), +(1025152, 14452, 0, 1, 1, 1, 'Highborne Pauldrons'), +(1025152, 14454, 0, 1, 1, 1, 'Highborne Cord'), +(1025152, 14662, 0, 1, 1, 1, 'Keeper\'s Hooves'), +(1025152, 14664, 0, 1, 1, 1, 'Keeper\'s Armor'), +(1025152, 14666, 0, 1, 1, 1, 'Keeper\'s Gloves'), +(1025152, 14667, 0, 1, 1, 1, 'Keeper\'s Wreath'), +(1025152, 14668, 0, 1, 1, 1, 'Keeper\'s Woolies'), +(1025152, 14669, 0, 1, 1, 1, 'Keeper\'s Mantle'), +(1025152, 14672, 0, 1, 1, 1, 'Pridelord Bands'), +(1025152, 14673, 0, 1, 1, 1, 'Pridelord Cape'), +(1025152, 14674, 0, 1, 1, 1, 'Pridelord Girdle'), +(1025152, 14789, 0, 1, 1, 1, 'Protector Breastplate'), +(1025152, 14790, 0, 1, 1, 1, 'Protector Buckler'), +(1025152, 14792, 0, 1, 1, 1, 'Protector Gauntlets'), +(1025152, 14793, 0, 1, 1, 1, 'Protector Waistband'), +(1025152, 14794, 0, 1, 1, 1, 'Protector Ankleguards'), +(1025152, 14795, 0, 1, 1, 1, 'Protector Helm'), +(1025152, 14796, 0, 1, 1, 1, 'Protector Legguards'), +(1025152, 14797, 0, 1, 1, 1, 'Protector Pads'), +(1025152, 14801, 0, 1, 1, 1, 'Bloodlust Cape'), +(1025152, 14802, 0, 1, 1, 1, 'Bloodlust Gauntlets'), +(1025152, 14803, 0, 1, 1, 1, 'Bloodlust Belt'), +(1025152, 14807, 0, 1, 1, 1, 'Bloodlust Bracelets'), +(1025152, 14844, 0, 1, 1, 1, 'Sunscale Chestguard'), +(1025152, 14846, 0, 1, 1, 1, 'Sunscale Gauntlets'), +(1025152, 14848, 0, 1, 1, 1, 'Sunscale Sabatons'), +(1025152, 14849, 0, 1, 1, 1, 'Sunscale Helmet'), +(1025152, 14850, 0, 1, 1, 1, 'Sunscale Legplates'), +(1025152, 14851, 0, 1, 1, 1, 'Sunscale Spaulders'), +(1025152, 14852, 0, 1, 1, 1, 'Sunscale Shield'), +(1025152, 14855, 0, 1, 1, 1, 'Vanguard Gauntlets'), +(1025152, 14856, 0, 1, 1, 1, 'Vanguard Girdle'), +(1025152, 14857, 0, 1, 1, 1, 'Vanguard Sabatons'), +(1025152, 14861, 0, 1, 1, 1, 'Vanguard Vambraces'), +(1025152, 14904, 0, 1, 1, 1, 'Brutish Breastplate'), +(1025152, 14912, 0, 1, 1, 1, 'Brutish Shield'), +(1025152, 14915, 0, 1, 1, 1, 'Jade Breastplate'), +(1025152, 14916, 0, 1, 1, 1, 'Jade Deflector'), +(1025152, 14919, 0, 1, 1, 1, 'Jade Circlet'), +(1025152, 14920, 0, 1, 1, 1, 'Jade Legplates'), +(1025152, 14922, 0, 1, 1, 1, 'Lofty Sabatons'), +(1025152, 14923, 0, 1, 1, 1, 'Lofty Armguards'), +(1025152, 14926, 0, 1, 1, 1, 'Lofty Gauntlets'), +(1025152, 14927, 0, 1, 1, 1, 'Lofty Belt'), +(1025152, 14928, 0, 1, 1, 1, 'Lofty Legguards'), +(1025152, 14929, 0, 1, 1, 1, 'Lofty Shoulder Pads'), +(1025152, 14948, 0, 1, 1, 1, 'Bloodforged Chestpiece'), +(1025152, 14952, 0, 1, 1, 1, 'Bloodforged Helmet'), +(1025152, 14954, 0, 1, 1, 1, 'Bloodforged Shield'), +(1025152, 14957, 0, 1, 1, 1, 'High Chief\'s Sabatons'), +(1025152, 14959, 0, 1, 1, 1, 'High Chief\'s Gauntlets'), +(1025152, 14960, 0, 1, 1, 1, 'High Chief\'s Belt'), +(1025152, 14961, 0, 1, 1, 1, 'High Chief\'s Crown'), +(1025152, 14962, 0, 1, 1, 1, 'High Chief\'s Legguards'), +(1025152, 14963, 0, 1, 1, 1, 'High Chief\'s Pauldrons'), +(1025152, 14968, 0, 1, 1, 1, 'Glorious Belt'), +(1025152, 14974, 0, 1, 1, 1, 'Glorious Bindings'), +(1025152, 15170, 0, 1, 1, 1, 'Potent Armor'), +(1025152, 15171, 0, 1, 1, 1, 'Potent Boots'), +(1025152, 15174, 0, 1, 1, 1, 'Potent Gloves'), +(1025152, 15175, 0, 1, 1, 1, 'Potent Helmet'), +(1025152, 15176, 0, 1, 1, 1, 'Potent Pants'), +(1025152, 15180, 0, 1, 1, 1, 'Praetorian Girdle'), +(1025152, 15181, 0, 1, 1, 1, 'Praetorian Boots'), +(1025152, 15182, 0, 1, 1, 1, 'Praetorian Wristbands'), +(1025152, 15183, 0, 1, 1, 1, 'Praetorian Cloak'), +(1025152, 15184, 0, 1, 1, 1, 'Praetorian Gloves'), +(1025152, 15186, 0, 1, 1, 1, 'Praetorian Leggings'), +(1025152, 15187, 0, 1, 1, 1, 'Praetorian Pauldrons'), +(1025152, 15190, 0, 1, 1, 1, 'Grand Cloak'), +(1025152, 15216, 0, 1, 1, 1, 'Rune Sword'), +(1025152, 15217, 0, 1, 1, 1, 'Widow Blade'), +(1025152, 15228, 0, 1, 1, 1, 'Smashing Star'), +(1025152, 15229, 0, 1, 1, 1, 'Blesswind Hammer'), +(1025152, 15236, 0, 1, 1, 1, 'Moon Cleaver'), +(1025152, 15237, 0, 1, 1, 1, 'Corpse Harvester'), +(1025152, 15245, 0, 1, 1, 1, 'Vorpal Dagger'), +(1025152, 15253, 0, 1, 1, 1, 'Beheading Blade'), +(1025152, 15254, 0, 1, 1, 1, 'Dark Espadon'), +(1025152, 15263, 0, 1, 1, 1, 'Royal Mallet'), +(1025152, 15274, 0, 1, 1, 1, 'Diviner Long Staff'), +(1025152, 15275, 0, 1, 1, 1, 'Thaumaturgist Staff'), +(1025152, 15279, 0, 1, 1, 1, 'Ivory Wand'), +(1025152, 15280, 0, 1, 1, 1, 'Wizard\'s Hand'), +(1025152, 15291, 0, 1, 1, 1, 'Harpy Needler'), +(1025152, 15294, 0, 1, 1, 1, 'Siege Bow'), +(1025152, 15295, 0, 1, 1, 1, 'Quillfire Bow'), +(1025152, 15323, 0, 1, 1, 1, 'Percussion Shotgun'), +(1025152, 15381, 0, 1, 1, 1, 'Rageclaw Chestguard'), +(1025152, 15384, 0, 1, 1, 1, 'Rageclaw Helm'), +(1025152, 15387, 0, 1, 1, 1, 'Jadefire Bracelets'), +(1025152, 15388, 0, 1, 1, 1, 'Jadefire Belt'), +(1025152, 15389, 0, 1, 1, 1, 'Jadefire Sabatons'), +(1025152, 15393, 0, 1, 1, 1, 'Jadefire Gloves'), +(1025152, 15394, 0, 1, 1, 1, 'Jadefire Pants'), +(1025152, 15395, 0, 1, 1, 1, 'Jadefire Epaulets'), +(1025152, 15425, 0, 1, 1, 1, 'Peerless Bracers'), +(1025152, 15427, 0, 1, 1, 1, 'Peerless Cloak'), +(1025152, 15621, 0, 1, 1, 1, 'Gryphon Mail Buckler'), +(1025152, 15622, 0, 1, 1, 1, 'Gryphon Mail Breastplate'), +(1025152, 15623, 0, 1, 1, 1, 'Gryphon Mail Crown'), +(1025152, 15627, 0, 1, 1, 1, 'Gryphon Mail Legguards'), +(1025152, 15631, 0, 1, 1, 1, 'Formidable Chestpiece'), +(1025152, 15633, 0, 1, 1, 1, 'Formidable Crest'), +(1025152, 15634, 0, 1, 1, 1, 'Formidable Circlet'), +(1025152, 15637, 0, 1, 1, 1, 'Formidable Legguards'), +(1025152, 15639, 0, 1, 1, 1, 'Ironhide Bracers'), +(1025152, 15641, 0, 1, 1, 1, 'Ironhide Belt'), +(1025152, 15642, 0, 1, 1, 1, 'Ironhide Greaves'), +(1025152, 15644, 0, 1, 1, 1, 'Ironhide Gauntlets'), +(1025152, 15645, 0, 1, 1, 1, 'Ironhide Helmet'), +(1025152, 15646, 0, 1, 1, 1, 'Ironhide Legguards'), +(1025152, 15647, 0, 1, 1, 1, 'Ironhide Pauldrons'), +(1025152, 15649, 0, 1, 1, 1, 'Merciless Bracers'), +(1025152, 15652, 0, 1, 1, 1, 'Merciless Cloak'), +(1025152, 15653, 0, 1, 1, 1, 'Merciless Gauntlets'), +(1025152, 15654, 0, 1, 1, 1, 'Merciless Belt'), +(1025152, 15656, 0, 1, 1, 1, 'Merciless Epaulets'), +(1025152, 15659, 0, 1, 1, 1, 'Impenetrable Bindings'), +(1025152, 15661, 0, 1, 1, 1, 'Impenetrable Cloak'), +(1025152, 15694, 0, 1, 1, 1, 'Merciless Greaves'), +(1025152, 15936, 0, 1, 1, 1, 'Duskwoven Branch'), +(1025152, 15937, 0, 1, 1, 1, 'Hibernal Sphere'), +(1025152, 15966, 0, 1, 1, 1, 'Venomshroud Orb'), +(1025152, 15982, 0, 1, 1, 1, 'Bloodwoven Rod'), +(1025152, 15983, 0, 1, 1, 1, 'Gaea\'s Scepter'), +(1025252, 8106, 0, 1, 1, 1, 'Hibernal Armor'), +(1025252, 8113, 0, 1, 1, 1, 'Hibernal Robe'), +(1025252, 8119, 0, 1, 1, 1, 'Heraldic Breastplate'), +(1025252, 8126, 0, 1, 1, 1, 'Myrmidon\'s Breastplate'), +(1025252, 8132, 0, 1, 1, 1, 'Myrmidon\'s Leggings'), +(1025252, 8134, 0, 1, 1, 1, 'Myrmidon\'s Defender'), +(1025252, 8246, 0, 1, 1, 1, 'Imperial Red Boots'), +(1025252, 8247, 0, 1, 1, 1, 'Imperial Red Bracers'), +(1025252, 8249, 0, 1, 1, 1, 'Imperial Red Gloves'), +(1025252, 8250, 0, 1, 1, 1, 'Imperial Red Mantle'), +(1025252, 8251, 0, 1, 1, 1, 'Imperial Red Pants'), +(1025252, 8253, 0, 1, 1, 1, 'Imperial Red Sash'), +(1025252, 8254, 0, 1, 1, 1, 'Imperial Red Circlet'), +(1025252, 8256, 0, 1, 1, 1, 'Serpentskin Boots'), +(1025252, 8260, 0, 1, 1, 1, 'Serpentskin Gloves'), +(1025252, 8261, 0, 1, 1, 1, 'Serpentskin Helm'), +(1025252, 8262, 0, 1, 1, 1, 'Serpentskin Leggings'), +(1025252, 8263, 0, 1, 1, 1, 'Serpentskin Spaulders'), +(1025252, 8264, 0, 1, 1, 1, 'Ebonhold Wristguards'), +(1025252, 8266, 0, 1, 1, 1, 'Ebonhold Cloak'), +(1025252, 8267, 0, 1, 1, 1, 'Ebonhold Gauntlets'), +(1025252, 8268, 0, 1, 1, 1, 'Ebonhold Girdle'), +(1025252, 8269, 0, 1, 1, 1, 'Ebonhold Boots'), +(1025252, 8270, 0, 1, 1, 1, 'Ebonhold Helmet'), +(1025252, 8272, 0, 1, 1, 1, 'Ebonhold Shoulderpads'), +(1025252, 8274, 0, 1, 1, 1, 'Valorous Chestguard'), +(1025252, 8282, 0, 1, 1, 1, 'Valorous Shield'), +(1025252, 8286, 0, 1, 1, 1, 'Arcane Cloak'), +(1025252, 8297, 0, 1, 1, 1, 'Traveler\'s Cloak'), +(1025252, 8311, 0, 1, 1, 1, 'Alabaster Plate Vambraces'), +(1025252, 8314, 0, 1, 1, 1, 'Alabaster Plate Gauntlets'), +(1025252, 8315, 0, 1, 1, 1, 'Alabaster Plate Girdle'), +(1025252, 8316, 0, 1, 1, 1, 'Alabaster Plate Greaves'), +(1025252, 8317, 0, 1, 1, 1, 'Alabaster Plate Helmet'), +(1025252, 8319, 0, 1, 1, 1, 'Alabaster Plate Pauldrons'), +(1025252, 9943, 0, 1, 1, 1, 'Abjurer\'s Robe'), +(1025252, 9944, 0, 1, 1, 1, 'Abjurer\'s Crystal'), +(1025252, 9946, 0, 1, 1, 1, 'Abjurer\'s Tunic'), +(1025252, 9950, 0, 1, 1, 1, 'Chieftain\'s Breastplate'), +(1025252, 9954, 0, 1, 1, 1, 'Chieftain\'s Leggings'), +(1025252, 9974, 0, 1, 1, 1, 'Overlord\'s Shield'), +(1025252, 10057, 0, 1, 1, 1, 'Duskwoven Tunic'), +(1025252, 10061, 0, 1, 1, 1, 'Duskwoven Turban'), +(1025252, 10062, 0, 1, 1, 1, 'Duskwoven Gloves'), +(1025252, 10063, 0, 1, 1, 1, 'Duskwoven Amice'), +(1025252, 10064, 0, 1, 1, 1, 'Duskwoven Pants'), +(1025252, 10065, 0, 1, 1, 1, 'Duskwoven Robe'), +(1025252, 10068, 0, 1, 1, 1, 'Righteous Boots'), +(1025252, 10070, 0, 1, 1, 1, 'Righteous Armor'), +(1025252, 10072, 0, 1, 1, 1, 'Righteous Gloves'), +(1025252, 10073, 0, 1, 1, 1, 'Righteous Helmet'), +(1025252, 10074, 0, 1, 1, 1, 'Righteous Leggings'), +(1025252, 10075, 0, 1, 1, 1, 'Righteous Spaulders'), +(1025252, 10077, 0, 1, 1, 1, 'Lord\'s Breastplate'), +(1025252, 10078, 0, 1, 1, 1, 'Lord\'s Crest'), +(1025252, 10082, 0, 1, 1, 1, 'Lord\'s Boots'), +(1025252, 10083, 0, 1, 1, 1, 'Lord\'s Crown'), +(1025252, 10084, 0, 1, 1, 1, 'Lord\'s Legguards'), +(1025252, 10085, 0, 1, 1, 1, 'Lord\'s Pauldrons'), +(1025252, 10093, 0, 1, 1, 1, 'Revenant Deflector'), +(1025252, 10096, 0, 1, 1, 1, 'Councillor\'s Cuffs'), +(1025252, 10098, 0, 1, 1, 1, 'Councillor\'s Cloak'), +(1025252, 10099, 0, 1, 1, 1, 'Councillor\'s Gloves'), +(1025252, 10103, 0, 1, 1, 1, 'Councillor\'s Sash'), +(1025252, 10107, 0, 1, 1, 1, 'Wanderer\'s Bracers'), +(1025252, 10108, 0, 1, 1, 1, 'Wanderer\'s Cloak'), +(1025252, 10109, 0, 1, 1, 1, 'Wanderer\'s Belt'), +(1025252, 10110, 0, 1, 1, 1, 'Wanderer\'s Gloves'), +(1025252, 10120, 0, 1, 1, 1, 'Ornate Cloak'), +(1025252, 10122, 0, 1, 1, 1, 'Ornate Girdle'), +(1025252, 10126, 0, 1, 1, 1, 'Ornate Bracers'), +(1025252, 10128, 0, 1, 1, 1, 'Revenant Chestplate'), +(1025252, 10132, 0, 1, 1, 1, 'Revenant Helmet'), +(1025252, 10133, 0, 1, 1, 1, 'Revenant Leggings'), +(1025252, 10134, 0, 1, 1, 1, 'Revenant Shoulders'), +(1025252, 10165, 0, 1, 1, 1, 'Templar Gauntlets'), +(1025252, 10166, 0, 1, 1, 1, 'Templar Girdle'), +(1025252, 10167, 0, 1, 1, 1, 'Templar Boots'), +(1025252, 10171, 0, 1, 1, 1, 'Templar Bracers'), +(1025252, 10172, 0, 1, 1, 1, 'Mystical Mantle'), +(1025252, 10173, 0, 1, 1, 1, 'Mystical Bracers'), +(1025252, 10174, 0, 1, 1, 1, 'Mystical Cape'), +(1025252, 10175, 0, 1, 1, 1, 'Mystical Headwrap'), +(1025252, 10176, 0, 1, 1, 1, 'Mystical Gloves'), +(1025252, 10179, 0, 1, 1, 1, 'Mystical Boots'), +(1025252, 10180, 0, 1, 1, 1, 'Mystical Belt'), +(1025252, 10183, 0, 1, 1, 1, 'Swashbuckler\'s Boots'), +(1025252, 10184, 0, 1, 1, 1, 'Swashbuckler\'s Bracers'), +(1025252, 10185, 0, 1, 1, 1, 'Swashbuckler\'s Cape'), +(1025252, 10186, 0, 1, 1, 1, 'Swashbuckler\'s Gloves'), +(1025252, 10187, 0, 1, 1, 1, 'Swashbuckler\'s Eyepatch'), +(1025252, 10189, 0, 1, 1, 1, 'Swashbuckler\'s Shoulderpads'), +(1025252, 10190, 0, 1, 1, 1, 'Swashbuckler\'s Belt'), +(1025252, 10191, 0, 1, 1, 1, 'Crusader\'s Armguards'), +(1025252, 10192, 0, 1, 1, 1, 'Crusader\'s Boots'), +(1025252, 10193, 0, 1, 1, 1, 'Crusader\'s Armor'), +(1025252, 10195, 0, 1, 1, 1, 'Crusader\'s Shield'), +(1025252, 10196, 0, 1, 1, 1, 'Crusader\'s Gauntlets'), +(1025252, 10197, 0, 1, 1, 1, 'Crusader\'s Belt'), +(1025252, 10198, 0, 1, 1, 1, 'Crusader\'s Helm'), +(1025252, 10199, 0, 1, 1, 1, 'Crusader\'s Leggings'), +(1025252, 10200, 0, 1, 1, 1, 'Crusader\'s Pauldrons'), +(1025252, 10203, 0, 1, 1, 1, 'Overlord\'s Chestplate'), +(1025252, 10204, 0, 1, 1, 1, 'Heavy Lamellar Shield'), +(1025252, 10231, 0, 1, 1, 1, 'Engraved Cape'), +(1025252, 10238, 0, 1, 1, 1, 'Heavy Lamellar Boots'), +(1025252, 10239, 0, 1, 1, 1, 'Heavy Lamellar Vambraces'), +(1025252, 10240, 0, 1, 1, 1, 'Heavy Lamellar Chestpiece'), +(1025252, 10241, 0, 1, 1, 1, 'Heavy Lamellar Helm'), +(1025252, 10242, 0, 1, 1, 1, 'Heavy Lamellar Gauntlets'), +(1025252, 10243, 0, 1, 1, 1, 'Heavy Lamellar Girdle'), +(1025252, 10244, 0, 1, 1, 1, 'Heavy Lamellar Leggings'), +(1025252, 10245, 0, 1, 1, 1, 'Heavy Lamellar Pauldrons'), +(1025252, 10278, 0, 1, 1, 1, 'Emerald Girdle'), +(1025252, 11976, 0, 1, 1, 1, 'Sardonyx Knuckle'), +(1025252, 11977, 0, 1, 1, 1, 'Serpentine Loop'), +(1025252, 11989, 0, 1, 1, 1, 'Vanadium Loop'), +(1025252, 11990, 0, 1, 1, 1, 'Selenium Loop'), +(1025252, 12002, 0, 1, 1, 1, 'Marble Circle'), +(1025252, 12014, 0, 1, 1, 1, 'Arctic Ring'), +(1025252, 12025, 0, 1, 1, 1, 'Selenium Chain'), +(1025252, 12034, 0, 1, 1, 1, 'Marble Necklace'), +(1025252, 12044, 0, 1, 1, 1, 'Arctic Pendant'), +(1025252, 12055, 0, 1, 1, 1, 'Stardust Band'), +(1025252, 14265, 0, 1, 1, 1, 'Bloodwoven Wraps'), +(1025252, 14267, 0, 1, 1, 1, 'Bloodwoven Jerkin'), +(1025252, 14274, 0, 1, 1, 1, 'Gaea\'s Leggings'), +(1025252, 14275, 0, 1, 1, 1, 'Gaea\'s Raiment'), +(1025252, 14277, 0, 1, 1, 1, 'Gaea\'s Tunic'), +(1025252, 14281, 0, 1, 1, 1, 'Opulent Crown'), +(1025252, 14283, 0, 1, 1, 1, 'Opulent Leggings'), +(1025252, 14289, 0, 1, 1, 1, 'Arachnidian Girdle'), +(1025252, 14290, 0, 1, 1, 1, 'Arachnidian Footpads'), +(1025252, 14293, 0, 1, 1, 1, 'Arachnidian Circlet'), +(1025252, 14294, 0, 1, 1, 1, 'Arachnidian Gloves'), +(1025252, 14295, 0, 1, 1, 1, 'Arachnidian Legguards'), +(1025252, 14296, 0, 1, 1, 1, 'Arachnidian Pauldrons'), +(1025252, 14299, 0, 1, 1, 1, 'Bonecaster\'s Boots'), +(1025252, 14300, 0, 1, 1, 1, 'Bonecaster\'s Cape'), +(1025252, 14301, 0, 1, 1, 1, 'Bonecaster\'s Bindings'), +(1025252, 14304, 0, 1, 1, 1, 'Bonecaster\'s Belt'), +(1025252, 14311, 0, 1, 1, 1, 'Celestial Bindings'), +(1025252, 14313, 0, 1, 1, 1, 'Celestial Cape'), +(1025252, 14321, 0, 1, 1, 1, 'Resplendent Cloak'), +(1025252, 14437, 0, 1, 1, 1, 'Venomshroud Vest'), +(1025252, 14444, 0, 1, 1, 1, 'Venomshroud Leggings'), +(1025252, 14445, 0, 1, 1, 1, 'Venomshroud Silk Robes'), +(1025252, 14447, 0, 1, 1, 1, 'Highborne Footpads'), +(1025252, 14448, 0, 1, 1, 1, 'Highborne Bracelets'), +(1025252, 14450, 0, 1, 1, 1, 'Highborne Cloak'), +(1025252, 14451, 0, 1, 1, 1, 'Highborne Gloves'), +(1025252, 14452, 0, 1, 1, 1, 'Highborne Pauldrons'), +(1025252, 14454, 0, 1, 1, 1, 'Highborne Cord'), +(1025252, 14662, 0, 1, 1, 1, 'Keeper\'s Hooves'), +(1025252, 14664, 0, 1, 1, 1, 'Keeper\'s Armor'), +(1025252, 14666, 0, 1, 1, 1, 'Keeper\'s Gloves'), +(1025252, 14667, 0, 1, 1, 1, 'Keeper\'s Wreath'), +(1025252, 14668, 0, 1, 1, 1, 'Keeper\'s Woolies'), +(1025252, 14669, 0, 1, 1, 1, 'Keeper\'s Mantle'), +(1025252, 14672, 0, 1, 1, 1, 'Pridelord Bands'), +(1025252, 14673, 0, 1, 1, 1, 'Pridelord Cape'), +(1025252, 14674, 0, 1, 1, 1, 'Pridelord Girdle'), +(1025252, 14789, 0, 1, 1, 1, 'Protector Breastplate'), +(1025252, 14790, 0, 1, 1, 1, 'Protector Buckler'), +(1025252, 14795, 0, 1, 1, 1, 'Protector Helm'), +(1025252, 14796, 0, 1, 1, 1, 'Protector Legguards'), +(1025252, 14797, 0, 1, 1, 1, 'Protector Pads'), +(1025252, 14801, 0, 1, 1, 1, 'Bloodlust Cape'), +(1025252, 14802, 0, 1, 1, 1, 'Bloodlust Gauntlets'), +(1025252, 14803, 0, 1, 1, 1, 'Bloodlust Belt'), +(1025252, 14807, 0, 1, 1, 1, 'Bloodlust Bracelets'), +(1025252, 14844, 0, 1, 1, 1, 'Sunscale Chestguard'), +(1025252, 14849, 0, 1, 1, 1, 'Sunscale Helmet'), +(1025252, 14850, 0, 1, 1, 1, 'Sunscale Legplates'), +(1025252, 14851, 0, 1, 1, 1, 'Sunscale Spaulders'), +(1025252, 14852, 0, 1, 1, 1, 'Sunscale Shield'), +(1025252, 14855, 0, 1, 1, 1, 'Vanguard Gauntlets'), +(1025252, 14856, 0, 1, 1, 1, 'Vanguard Girdle'), +(1025252, 14857, 0, 1, 1, 1, 'Vanguard Sabatons'), +(1025252, 14861, 0, 1, 1, 1, 'Vanguard Vambraces'), +(1025252, 14915, 0, 1, 1, 1, 'Jade Breastplate'), +(1025252, 14916, 0, 1, 1, 1, 'Jade Deflector'), +(1025252, 14919, 0, 1, 1, 1, 'Jade Circlet'), +(1025252, 14920, 0, 1, 1, 1, 'Jade Legplates'), +(1025252, 14922, 0, 1, 1, 1, 'Lofty Sabatons'), +(1025252, 14926, 0, 1, 1, 1, 'Lofty Gauntlets'), +(1025252, 14927, 0, 1, 1, 1, 'Lofty Belt'), +(1025252, 14928, 0, 1, 1, 1, 'Lofty Legguards'), +(1025252, 14929, 0, 1, 1, 1, 'Lofty Shoulder Pads'), +(1025252, 14948, 0, 1, 1, 1, 'Bloodforged Chestpiece'), +(1025252, 14954, 0, 1, 1, 1, 'Bloodforged Shield'), +(1025252, 14957, 0, 1, 1, 1, 'High Chief\'s Sabatons'), +(1025252, 14959, 0, 1, 1, 1, 'High Chief\'s Gauntlets'), +(1025252, 14960, 0, 1, 1, 1, 'High Chief\'s Belt'), +(1025252, 14961, 0, 1, 1, 1, 'High Chief\'s Crown'), +(1025252, 14962, 0, 1, 1, 1, 'High Chief\'s Legguards'), +(1025252, 14963, 0, 1, 1, 1, 'High Chief\'s Pauldrons'), +(1025252, 14968, 0, 1, 1, 1, 'Glorious Belt'), +(1025252, 14974, 0, 1, 1, 1, 'Glorious Bindings'), +(1025252, 15170, 0, 1, 1, 1, 'Potent Armor'), +(1025252, 15175, 0, 1, 1, 1, 'Potent Helmet'), +(1025252, 15180, 0, 1, 1, 1, 'Praetorian Girdle'), +(1025252, 15181, 0, 1, 1, 1, 'Praetorian Boots'), +(1025252, 15182, 0, 1, 1, 1, 'Praetorian Wristbands'), +(1025252, 15184, 0, 1, 1, 1, 'Praetorian Gloves'), +(1025252, 15186, 0, 1, 1, 1, 'Praetorian Leggings'), +(1025252, 15187, 0, 1, 1, 1, 'Praetorian Pauldrons'), +(1025252, 15190, 0, 1, 1, 1, 'Grand Cloak'), +(1025252, 15216, 0, 1, 1, 1, 'Rune Sword'), +(1025252, 15217, 0, 1, 1, 1, 'Widow Blade'), +(1025252, 15228, 0, 1, 1, 1, 'Smashing Star'), +(1025252, 15229, 0, 1, 1, 1, 'Blesswind Hammer'), +(1025252, 15236, 0, 1, 1, 1, 'Moon Cleaver'), +(1025252, 15237, 0, 1, 1, 1, 'Corpse Harvester'), +(1025252, 15253, 0, 1, 1, 1, 'Beheading Blade'), +(1025252, 15254, 0, 1, 1, 1, 'Dark Espadon'), +(1025252, 15274, 0, 1, 1, 1, 'Diviner Long Staff'), +(1025252, 15275, 0, 1, 1, 1, 'Thaumaturgist Staff'), +(1025252, 15279, 0, 1, 1, 1, 'Ivory Wand'), +(1025252, 15280, 0, 1, 1, 1, 'Wizard\'s Hand'), +(1025252, 15291, 0, 1, 1, 1, 'Harpy Needler'), +(1025252, 15294, 0, 1, 1, 1, 'Siege Bow'), +(1025252, 15295, 0, 1, 1, 1, 'Quillfire Bow'), +(1025252, 15381, 0, 1, 1, 1, 'Rageclaw Chestguard'), +(1025252, 15388, 0, 1, 1, 1, 'Jadefire Belt'), +(1025252, 15389, 0, 1, 1, 1, 'Jadefire Sabatons'), +(1025252, 15393, 0, 1, 1, 1, 'Jadefire Gloves'), +(1025252, 15394, 0, 1, 1, 1, 'Jadefire Pants'), +(1025252, 15395, 0, 1, 1, 1, 'Jadefire Epaulets'), +(1025252, 15425, 0, 1, 1, 1, 'Peerless Bracers'), +(1025252, 15427, 0, 1, 1, 1, 'Peerless Cloak'), +(1025252, 15621, 0, 1, 1, 1, 'Gryphon Mail Buckler'), +(1025252, 15622, 0, 1, 1, 1, 'Gryphon Mail Breastplate'), +(1025252, 15631, 0, 1, 1, 1, 'Formidable Chestpiece'), +(1025252, 15633, 0, 1, 1, 1, 'Formidable Crest'), +(1025252, 15634, 0, 1, 1, 1, 'Formidable Circlet'), +(1025252, 15637, 0, 1, 1, 1, 'Formidable Legguards'), +(1025252, 15641, 0, 1, 1, 1, 'Ironhide Belt'), +(1025252, 15642, 0, 1, 1, 1, 'Ironhide Greaves'), +(1025252, 15644, 0, 1, 1, 1, 'Ironhide Gauntlets'), +(1025252, 15645, 0, 1, 1, 1, 'Ironhide Helmet'), +(1025252, 15646, 0, 1, 1, 1, 'Ironhide Legguards'), +(1025252, 15647, 0, 1, 1, 1, 'Ironhide Pauldrons'), +(1025252, 15649, 0, 1, 1, 1, 'Merciless Bracers'), +(1025252, 15652, 0, 1, 1, 1, 'Merciless Cloak'), +(1025252, 15653, 0, 1, 1, 1, 'Merciless Gauntlets'), +(1025252, 15654, 0, 1, 1, 1, 'Merciless Belt'), +(1025252, 15656, 0, 1, 1, 1, 'Merciless Epaulets'), +(1025252, 15659, 0, 1, 1, 1, 'Impenetrable Bindings'), +(1025252, 15661, 0, 1, 1, 1, 'Impenetrable Cloak'), +(1025252, 15694, 0, 1, 1, 1, 'Merciless Greaves'), +(1025252, 15936, 0, 1, 1, 1, 'Duskwoven Branch'), +(1025252, 15937, 0, 1, 1, 1, 'Hibernal Sphere'), +(1025252, 15966, 0, 1, 1, 1, 'Venomshroud Orb'), +(1025252, 15982, 0, 1, 1, 1, 'Bloodwoven Rod'), +(1025252, 15983, 0, 1, 1, 1, 'Gaea\'s Scepter'), +(1025253, 8106, 0, 1, 1, 1, 'Hibernal Armor'), +(1025253, 8113, 0, 1, 1, 1, 'Hibernal Robe'), +(1025253, 8119, 0, 1, 1, 1, 'Heraldic Breastplate'), +(1025253, 8126, 0, 1, 1, 1, 'Myrmidon\'s Breastplate'), +(1025253, 8132, 0, 1, 1, 1, 'Myrmidon\'s Leggings'), +(1025253, 8134, 0, 1, 1, 1, 'Myrmidon\'s Defender'), +(1025253, 8245, 0, 1, 1, 1, 'Imperial Red Tunic'), +(1025253, 8246, 0, 1, 1, 1, 'Imperial Red Boots'), +(1025253, 8247, 0, 1, 1, 1, 'Imperial Red Bracers'), +(1025253, 8249, 0, 1, 1, 1, 'Imperial Red Gloves'), +(1025253, 8250, 0, 1, 1, 1, 'Imperial Red Mantle'), +(1025253, 8251, 0, 1, 1, 1, 'Imperial Red Pants'), +(1025253, 8252, 0, 1, 1, 1, 'Imperial Red Robe'), +(1025253, 8253, 0, 1, 1, 1, 'Imperial Red Sash'), +(1025253, 8254, 0, 1, 1, 1, 'Imperial Red Circlet'), +(1025253, 8256, 0, 1, 1, 1, 'Serpentskin Boots'), +(1025253, 8258, 0, 1, 1, 1, 'Serpentskin Armor'), +(1025253, 8260, 0, 1, 1, 1, 'Serpentskin Gloves'), +(1025253, 8261, 0, 1, 1, 1, 'Serpentskin Helm'), +(1025253, 8262, 0, 1, 1, 1, 'Serpentskin Leggings'), +(1025253, 8263, 0, 1, 1, 1, 'Serpentskin Spaulders'), +(1025253, 8264, 0, 1, 1, 1, 'Ebonhold Wristguards'), +(1025253, 8265, 0, 1, 1, 1, 'Ebonhold Armor'), +(1025253, 8266, 0, 1, 1, 1, 'Ebonhold Cloak'), +(1025253, 8267, 0, 1, 1, 1, 'Ebonhold Gauntlets'), +(1025253, 8268, 0, 1, 1, 1, 'Ebonhold Girdle'), +(1025253, 8269, 0, 1, 1, 1, 'Ebonhold Boots'), +(1025253, 8270, 0, 1, 1, 1, 'Ebonhold Helmet'), +(1025253, 8271, 0, 1, 1, 1, 'Ebonhold Leggings'), +(1025253, 8272, 0, 1, 1, 1, 'Ebonhold Shoulderpads'), +(1025253, 8274, 0, 1, 1, 1, 'Valorous Chestguard'), +(1025253, 8275, 0, 1, 1, 1, 'Ebonhold Buckler'), +(1025253, 8282, 0, 1, 1, 1, 'Valorous Shield'), +(1025253, 8285, 0, 1, 1, 1, 'Arcane Bands'), +(1025253, 8286, 0, 1, 1, 1, 'Arcane Cloak'), +(1025253, 8291, 0, 1, 1, 1, 'Arcane Sash'), +(1025253, 8293, 0, 1, 1, 1, 'Traveler\'s Belt'), +(1025253, 8295, 0, 1, 1, 1, 'Traveler\'s Bracers'), +(1025253, 8297, 0, 1, 1, 1, 'Traveler\'s Cloak'), +(1025253, 8311, 0, 1, 1, 1, 'Alabaster Plate Vambraces'), +(1025253, 8314, 0, 1, 1, 1, 'Alabaster Plate Gauntlets'), +(1025253, 8315, 0, 1, 1, 1, 'Alabaster Plate Girdle'), +(1025253, 8316, 0, 1, 1, 1, 'Alabaster Plate Greaves'), +(1025253, 8317, 0, 1, 1, 1, 'Alabaster Plate Helmet'), +(1025253, 8318, 0, 1, 1, 1, 'Alabaster Plate Leggings'), +(1025253, 8319, 0, 1, 1, 1, 'Alabaster Plate Pauldrons'), +(1025253, 9943, 0, 1, 1, 1, 'Abjurer\'s Robe'), +(1025253, 9944, 0, 1, 1, 1, 'Abjurer\'s Crystal'), +(1025253, 9946, 0, 1, 1, 1, 'Abjurer\'s Tunic'), +(1025253, 9950, 0, 1, 1, 1, 'Chieftain\'s Breastplate'), +(1025253, 9954, 0, 1, 1, 1, 'Chieftain\'s Leggings'), +(1025253, 9974, 0, 1, 1, 1, 'Overlord\'s Shield'), +(1025253, 10057, 0, 1, 1, 1, 'Duskwoven Tunic'), +(1025253, 10061, 0, 1, 1, 1, 'Duskwoven Turban'), +(1025253, 10062, 0, 1, 1, 1, 'Duskwoven Gloves'), +(1025253, 10063, 0, 1, 1, 1, 'Duskwoven Amice'), +(1025253, 10064, 0, 1, 1, 1, 'Duskwoven Pants'), +(1025253, 10065, 0, 1, 1, 1, 'Duskwoven Robe'), +(1025253, 10068, 0, 1, 1, 1, 'Righteous Boots'), +(1025253, 10070, 0, 1, 1, 1, 'Righteous Armor'), +(1025253, 10072, 0, 1, 1, 1, 'Righteous Gloves'), +(1025253, 10073, 0, 1, 1, 1, 'Righteous Helmet'), +(1025253, 10074, 0, 1, 1, 1, 'Righteous Leggings'), +(1025253, 10075, 0, 1, 1, 1, 'Righteous Spaulders'), +(1025253, 10077, 0, 1, 1, 1, 'Lord\'s Breastplate'), +(1025253, 10078, 0, 1, 1, 1, 'Lord\'s Crest'), +(1025253, 10082, 0, 1, 1, 1, 'Lord\'s Boots'), +(1025253, 10083, 0, 1, 1, 1, 'Lord\'s Crown'), +(1025253, 10084, 0, 1, 1, 1, 'Lord\'s Legguards'), +(1025253, 10085, 0, 1, 1, 1, 'Lord\'s Pauldrons'), +(1025253, 10093, 0, 1, 1, 1, 'Revenant Deflector'), +(1025253, 10095, 0, 1, 1, 1, 'Councillor\'s Boots'), +(1025253, 10096, 0, 1, 1, 1, 'Councillor\'s Cuffs'), +(1025253, 10098, 0, 1, 1, 1, 'Councillor\'s Cloak'), +(1025253, 10099, 0, 1, 1, 1, 'Councillor\'s Gloves'), +(1025253, 10103, 0, 1, 1, 1, 'Councillor\'s Sash'), +(1025253, 10106, 0, 1, 1, 1, 'Wanderer\'s Boots'), +(1025253, 10107, 0, 1, 1, 1, 'Wanderer\'s Bracers'), +(1025253, 10108, 0, 1, 1, 1, 'Wanderer\'s Cloak'), +(1025253, 10109, 0, 1, 1, 1, 'Wanderer\'s Belt'), +(1025253, 10110, 0, 1, 1, 1, 'Wanderer\'s Gloves'), +(1025253, 10120, 0, 1, 1, 1, 'Ornate Cloak'), +(1025253, 10121, 0, 1, 1, 1, 'Ornate Gauntlets'), +(1025253, 10122, 0, 1, 1, 1, 'Ornate Girdle'), +(1025253, 10125, 0, 1, 1, 1, 'Ornate Pauldrons'), +(1025253, 10126, 0, 1, 1, 1, 'Ornate Bracers'), +(1025253, 10128, 0, 1, 1, 1, 'Revenant Chestplate'), +(1025253, 10132, 0, 1, 1, 1, 'Revenant Helmet'), +(1025253, 10133, 0, 1, 1, 1, 'Revenant Leggings'), +(1025253, 10134, 0, 1, 1, 1, 'Revenant Shoulders'), +(1025253, 10165, 0, 1, 1, 1, 'Templar Gauntlets'), +(1025253, 10166, 0, 1, 1, 1, 'Templar Girdle'), +(1025253, 10167, 0, 1, 1, 1, 'Templar Boots'), +(1025253, 10168, 0, 1, 1, 1, 'Templar Crown'), +(1025253, 10170, 0, 1, 1, 1, 'Templar Pauldrons'), +(1025253, 10171, 0, 1, 1, 1, 'Templar Bracers'), +(1025253, 10172, 0, 1, 1, 1, 'Mystical Mantle'), +(1025253, 10173, 0, 1, 1, 1, 'Mystical Bracers'), +(1025253, 10174, 0, 1, 1, 1, 'Mystical Cape'), +(1025253, 10175, 0, 1, 1, 1, 'Mystical Headwrap'), +(1025253, 10176, 0, 1, 1, 1, 'Mystical Gloves'), +(1025253, 10177, 0, 1, 1, 1, 'Mystical Leggings'), +(1025253, 10179, 0, 1, 1, 1, 'Mystical Boots'), +(1025253, 10180, 0, 1, 1, 1, 'Mystical Belt'), +(1025253, 10183, 0, 1, 1, 1, 'Swashbuckler\'s Boots'), +(1025253, 10184, 0, 1, 1, 1, 'Swashbuckler\'s Bracers'), +(1025253, 10185, 0, 1, 1, 1, 'Swashbuckler\'s Cape'), +(1025253, 10186, 0, 1, 1, 1, 'Swashbuckler\'s Gloves'), +(1025253, 10187, 0, 1, 1, 1, 'Swashbuckler\'s Eyepatch'), +(1025253, 10188, 0, 1, 1, 1, 'Swashbuckler\'s Leggings'), +(1025253, 10189, 0, 1, 1, 1, 'Swashbuckler\'s Shoulderpads'), +(1025253, 10190, 0, 1, 1, 1, 'Swashbuckler\'s Belt'), +(1025253, 10191, 0, 1, 1, 1, 'Crusader\'s Armguards'), +(1025253, 10192, 0, 1, 1, 1, 'Crusader\'s Boots'), +(1025253, 10193, 0, 1, 1, 1, 'Crusader\'s Armor'), +(1025253, 10195, 0, 1, 1, 1, 'Crusader\'s Shield'), +(1025253, 10196, 0, 1, 1, 1, 'Crusader\'s Gauntlets'), +(1025253, 10197, 0, 1, 1, 1, 'Crusader\'s Belt'), +(1025253, 10198, 0, 1, 1, 1, 'Crusader\'s Helm'), +(1025253, 10199, 0, 1, 1, 1, 'Crusader\'s Leggings'), +(1025253, 10200, 0, 1, 1, 1, 'Crusader\'s Pauldrons'), +(1025253, 10203, 0, 1, 1, 1, 'Overlord\'s Chestplate'), +(1025253, 10204, 0, 1, 1, 1, 'Heavy Lamellar Shield'), +(1025253, 10229, 0, 1, 1, 1, 'Engraved Bracers'), +(1025253, 10231, 0, 1, 1, 1, 'Engraved Cape'), +(1025253, 10238, 0, 1, 1, 1, 'Heavy Lamellar Boots'), +(1025253, 10239, 0, 1, 1, 1, 'Heavy Lamellar Vambraces'), +(1025253, 10240, 0, 1, 1, 1, 'Heavy Lamellar Chestpiece'), +(1025253, 10241, 0, 1, 1, 1, 'Heavy Lamellar Helm'), +(1025253, 10242, 0, 1, 1, 1, 'Heavy Lamellar Gauntlets'), +(1025253, 10243, 0, 1, 1, 1, 'Heavy Lamellar Girdle'), +(1025253, 10244, 0, 1, 1, 1, 'Heavy Lamellar Leggings'), +(1025253, 10245, 0, 1, 1, 1, 'Heavy Lamellar Pauldrons'), +(1025253, 10276, 0, 1, 1, 1, 'Emerald Sabatons'), +(1025253, 10278, 0, 1, 1, 1, 'Emerald Girdle'), +(1025253, 10282, 0, 1, 1, 1, 'Emerald Vambraces'), +(1025253, 11976, 0, 1, 1, 1, 'Sardonyx Knuckle'), +(1025253, 11977, 0, 1, 1, 1, 'Serpentine Loop'), +(1025253, 11989, 0, 1, 1, 1, 'Vanadium Loop'), +(1025253, 11990, 0, 1, 1, 1, 'Selenium Loop'), +(1025253, 12002, 0, 1, 1, 1, 'Marble Circle'), +(1025253, 12014, 0, 1, 1, 1, 'Arctic Ring'), +(1025253, 12025, 0, 1, 1, 1, 'Selenium Chain'), +(1025253, 12034, 0, 1, 1, 1, 'Marble Necklace'), +(1025253, 12044, 0, 1, 1, 1, 'Arctic Pendant'), +(1025253, 12045, 0, 1, 1, 1, 'Swamp Pendant'), +(1025253, 12055, 0, 1, 1, 1, 'Stardust Band'), +(1025253, 12056, 0, 1, 1, 1, 'Ring of the Heavens'), +(1025253, 14265, 0, 1, 1, 1, 'Bloodwoven Wraps'), +(1025253, 14267, 0, 1, 1, 1, 'Bloodwoven Jerkin'), +(1025253, 14274, 0, 1, 1, 1, 'Gaea\'s Leggings'), +(1025253, 14275, 0, 1, 1, 1, 'Gaea\'s Raiment'), +(1025253, 14277, 0, 1, 1, 1, 'Gaea\'s Tunic'), +(1025253, 14281, 0, 1, 1, 1, 'Opulent Crown'), +(1025253, 14283, 0, 1, 1, 1, 'Opulent Leggings'), +(1025253, 14284, 0, 1, 1, 1, 'Opulent Robes'), +(1025253, 14287, 0, 1, 1, 1, 'Opulent Tunic'), +(1025253, 14289, 0, 1, 1, 1, 'Arachnidian Girdle'), +(1025253, 14290, 0, 1, 1, 1, 'Arachnidian Footpads'), +(1025253, 14293, 0, 1, 1, 1, 'Arachnidian Circlet'), +(1025253, 14294, 0, 1, 1, 1, 'Arachnidian Gloves'), +(1025253, 14295, 0, 1, 1, 1, 'Arachnidian Legguards'), +(1025253, 14296, 0, 1, 1, 1, 'Arachnidian Pauldrons'), +(1025253, 14298, 0, 1, 1, 1, 'Bonecaster\'s Spaulders'), +(1025253, 14299, 0, 1, 1, 1, 'Bonecaster\'s Boots'), +(1025253, 14300, 0, 1, 1, 1, 'Bonecaster\'s Cape'), +(1025253, 14301, 0, 1, 1, 1, 'Bonecaster\'s Bindings'), +(1025253, 14302, 0, 1, 1, 1, 'Bonecaster\'s Gloves'), +(1025253, 14304, 0, 1, 1, 1, 'Bonecaster\'s Belt'), +(1025253, 14309, 0, 1, 1, 1, 'Celestial Belt'), +(1025253, 14311, 0, 1, 1, 1, 'Celestial Bindings'), +(1025253, 14313, 0, 1, 1, 1, 'Celestial Cape'), +(1025253, 14321, 0, 1, 1, 1, 'Resplendent Cloak'), +(1025253, 14437, 0, 1, 1, 1, 'Venomshroud Vest'), +(1025253, 14444, 0, 1, 1, 1, 'Venomshroud Leggings'), +(1025253, 14445, 0, 1, 1, 1, 'Venomshroud Silk Robes'), +(1025253, 14447, 0, 1, 1, 1, 'Highborne Footpads'), +(1025253, 14448, 0, 1, 1, 1, 'Highborne Bracelets'), +(1025253, 14450, 0, 1, 1, 1, 'Highborne Cloak'), +(1025253, 14451, 0, 1, 1, 1, 'Highborne Gloves'), +(1025253, 14452, 0, 1, 1, 1, 'Highborne Pauldrons'), +(1025253, 14454, 0, 1, 1, 1, 'Highborne Cord'), +(1025253, 14662, 0, 1, 1, 1, 'Keeper\'s Hooves'), +(1025253, 14664, 0, 1, 1, 1, 'Keeper\'s Armor'), +(1025253, 14666, 0, 1, 1, 1, 'Keeper\'s Gloves'), +(1025253, 14667, 0, 1, 1, 1, 'Keeper\'s Wreath'), +(1025253, 14668, 0, 1, 1, 1, 'Keeper\'s Woolies'), +(1025253, 14669, 0, 1, 1, 1, 'Keeper\'s Mantle'), +(1025253, 14671, 0, 1, 1, 1, 'Pridelord Boots'), +(1025253, 14672, 0, 1, 1, 1, 'Pridelord Bands'), +(1025253, 14673, 0, 1, 1, 1, 'Pridelord Cape'), +(1025253, 14674, 0, 1, 1, 1, 'Pridelord Girdle'), +(1025253, 14675, 0, 1, 1, 1, 'Pridelord Gloves'), +(1025253, 14789, 0, 1, 1, 1, 'Protector Breastplate'), +(1025253, 14790, 0, 1, 1, 1, 'Protector Buckler'), +(1025253, 14795, 0, 1, 1, 1, 'Protector Helm'), +(1025253, 14796, 0, 1, 1, 1, 'Protector Legguards'), +(1025253, 14797, 0, 1, 1, 1, 'Protector Pads'), +(1025253, 14801, 0, 1, 1, 1, 'Bloodlust Cape'), +(1025253, 14802, 0, 1, 1, 1, 'Bloodlust Gauntlets'), +(1025253, 14803, 0, 1, 1, 1, 'Bloodlust Belt'), +(1025253, 14807, 0, 1, 1, 1, 'Bloodlust Bracelets'), +(1025253, 14844, 0, 1, 1, 1, 'Sunscale Chestguard'), +(1025253, 14849, 0, 1, 1, 1, 'Sunscale Helmet'), +(1025253, 14850, 0, 1, 1, 1, 'Sunscale Legplates'), +(1025253, 14851, 0, 1, 1, 1, 'Sunscale Spaulders'), +(1025253, 14852, 0, 1, 1, 1, 'Sunscale Shield'), +(1025253, 14855, 0, 1, 1, 1, 'Vanguard Gauntlets'), +(1025253, 14856, 0, 1, 1, 1, 'Vanguard Girdle'), +(1025253, 14857, 0, 1, 1, 1, 'Vanguard Sabatons'), +(1025253, 14860, 0, 1, 1, 1, 'Vanguard Pauldrons'), +(1025253, 14861, 0, 1, 1, 1, 'Vanguard Vambraces'), +(1025253, 14915, 0, 1, 1, 1, 'Jade Breastplate'), +(1025253, 14916, 0, 1, 1, 1, 'Jade Deflector'), +(1025253, 14919, 0, 1, 1, 1, 'Jade Circlet'), +(1025253, 14920, 0, 1, 1, 1, 'Jade Legplates'), +(1025253, 14922, 0, 1, 1, 1, 'Lofty Sabatons'), +(1025253, 14926, 0, 1, 1, 1, 'Lofty Gauntlets'), +(1025253, 14927, 0, 1, 1, 1, 'Lofty Belt'), +(1025253, 14928, 0, 1, 1, 1, 'Lofty Legguards'), +(1025253, 14929, 0, 1, 1, 1, 'Lofty Shoulder Pads'), +(1025253, 14938, 0, 1, 1, 1, 'Heroic Bracers'), +(1025253, 14948, 0, 1, 1, 1, 'Bloodforged Chestpiece'), +(1025253, 14954, 0, 1, 1, 1, 'Bloodforged Shield'), +(1025253, 14957, 0, 1, 1, 1, 'High Chief\'s Sabatons'), +(1025253, 14958, 0, 1, 1, 1, 'High Chief\'s Armor'), +(1025253, 14959, 0, 1, 1, 1, 'High Chief\'s Gauntlets'), +(1025253, 14960, 0, 1, 1, 1, 'High Chief\'s Belt'), +(1025253, 14961, 0, 1, 1, 1, 'High Chief\'s Crown'), +(1025253, 14962, 0, 1, 1, 1, 'High Chief\'s Legguards'), +(1025253, 14963, 0, 1, 1, 1, 'High Chief\'s Pauldrons'), +(1025253, 14964, 0, 1, 1, 1, 'High Chief\'s Shield'), +(1025253, 14967, 0, 1, 1, 1, 'Glorious Gauntlets'), +(1025253, 14968, 0, 1, 1, 1, 'Glorious Belt'), +(1025253, 14972, 0, 1, 1, 1, 'Glorious Sabatons'), +(1025253, 14974, 0, 1, 1, 1, 'Glorious Bindings'), +(1025253, 15119, 0, 1, 1, 1, 'Highborne Pants'), +(1025253, 15170, 0, 1, 1, 1, 'Potent Armor'), +(1025253, 15175, 0, 1, 1, 1, 'Potent Helmet'), +(1025253, 15180, 0, 1, 1, 1, 'Praetorian Girdle'), +(1025253, 15181, 0, 1, 1, 1, 'Praetorian Boots'), +(1025253, 15182, 0, 1, 1, 1, 'Praetorian Wristbands'), +(1025253, 15184, 0, 1, 1, 1, 'Praetorian Gloves'), +(1025253, 15186, 0, 1, 1, 1, 'Praetorian Leggings'), +(1025253, 15187, 0, 1, 1, 1, 'Praetorian Pauldrons'), +(1025253, 15190, 0, 1, 1, 1, 'Grand Cloak'), +(1025253, 15216, 0, 1, 1, 1, 'Rune Sword'), +(1025253, 15217, 0, 1, 1, 1, 'Widow Blade'), +(1025253, 15228, 0, 1, 1, 1, 'Smashing Star'), +(1025253, 15229, 0, 1, 1, 1, 'Blesswind Hammer'), +(1025253, 15236, 0, 1, 1, 1, 'Moon Cleaver'), +(1025253, 15237, 0, 1, 1, 1, 'Corpse Harvester'), +(1025253, 15253, 0, 1, 1, 1, 'Beheading Blade'), +(1025253, 15254, 0, 1, 1, 1, 'Dark Espadon'), +(1025253, 15264, 0, 1, 1, 1, 'Backbreaker'), +(1025253, 15271, 0, 1, 1, 1, 'Colossal Great Axe'), +(1025253, 15274, 0, 1, 1, 1, 'Diviner Long Staff'), +(1025253, 15275, 0, 1, 1, 1, 'Thaumaturgist Staff'), +(1025253, 15279, 0, 1, 1, 1, 'Ivory Wand'), +(1025253, 15280, 0, 1, 1, 1, 'Wizard\'s Hand'), +(1025253, 15291, 0, 1, 1, 1, 'Harpy Needler'), +(1025253, 15294, 0, 1, 1, 1, 'Siege Bow'), +(1025253, 15295, 0, 1, 1, 1, 'Quillfire Bow'), +(1025253, 15324, 0, 1, 1, 1, 'Burnside Rifle'), +(1025253, 15381, 0, 1, 1, 1, 'Rageclaw Chestguard'), +(1025253, 15388, 0, 1, 1, 1, 'Jadefire Belt'), +(1025253, 15389, 0, 1, 1, 1, 'Jadefire Sabatons'), +(1025253, 15390, 0, 1, 1, 1, 'Jadefire Chestguard'), +(1025253, 15391, 0, 1, 1, 1, 'Jadefire Cap'), +(1025253, 15393, 0, 1, 1, 1, 'Jadefire Gloves'), +(1025253, 15394, 0, 1, 1, 1, 'Jadefire Pants'), +(1025253, 15395, 0, 1, 1, 1, 'Jadefire Epaulets'), +(1025253, 15425, 0, 1, 1, 1, 'Peerless Bracers'), +(1025253, 15427, 0, 1, 1, 1, 'Peerless Cloak'), +(1025253, 15428, 0, 1, 1, 1, 'Peerless Belt'), +(1025253, 15621, 0, 1, 1, 1, 'Gryphon Mail Buckler'), +(1025253, 15622, 0, 1, 1, 1, 'Gryphon Mail Breastplate'), +(1025253, 15631, 0, 1, 1, 1, 'Formidable Chestpiece'), +(1025253, 15633, 0, 1, 1, 1, 'Formidable Crest'), +(1025253, 15634, 0, 1, 1, 1, 'Formidable Circlet'), +(1025253, 15637, 0, 1, 1, 1, 'Formidable Legguards'), +(1025253, 15640, 0, 1, 1, 1, 'Ironhide Breastplate'), +(1025253, 15641, 0, 1, 1, 1, 'Ironhide Belt'), +(1025253, 15642, 0, 1, 1, 1, 'Ironhide Greaves'), +(1025253, 15644, 0, 1, 1, 1, 'Ironhide Gauntlets'), +(1025253, 15645, 0, 1, 1, 1, 'Ironhide Helmet'), +(1025253, 15646, 0, 1, 1, 1, 'Ironhide Legguards'), +(1025253, 15647, 0, 1, 1, 1, 'Ironhide Pauldrons'), +(1025253, 15648, 0, 1, 1, 1, 'Ironhide Shield'), +(1025253, 15649, 0, 1, 1, 1, 'Merciless Bracers'), +(1025253, 15651, 0, 1, 1, 1, 'Merciless Crown'), +(1025253, 15652, 0, 1, 1, 1, 'Merciless Cloak'), +(1025253, 15653, 0, 1, 1, 1, 'Merciless Gauntlets'), +(1025253, 15654, 0, 1, 1, 1, 'Merciless Belt'), +(1025253, 15655, 0, 1, 1, 1, 'Merciless Legguards'), +(1025253, 15656, 0, 1, 1, 1, 'Merciless Epaulets'), +(1025253, 15659, 0, 1, 1, 1, 'Impenetrable Bindings'), +(1025253, 15661, 0, 1, 1, 1, 'Impenetrable Cloak'), +(1025253, 15663, 0, 1, 1, 1, 'Impenetrable Belt'), +(1025253, 15671, 0, 1, 1, 1, 'Magnificent Cloak'), +(1025253, 15694, 0, 1, 1, 1, 'Merciless Greaves'), +(1025253, 15930, 0, 1, 1, 1, 'Imperial Red Scepter'), +(1025253, 15936, 0, 1, 1, 1, 'Duskwoven Branch'), +(1025253, 15937, 0, 1, 1, 1, 'Hibernal Sphere'), +(1025253, 15966, 0, 1, 1, 1, 'Venomshroud Orb'), +(1025253, 15982, 0, 1, 1, 1, 'Bloodwoven Rod'), +(1025253, 15983, 0, 1, 1, 1, 'Gaea\'s Scepter'), +(1025253, 15984, 0, 1, 1, 1, 'Opulent Scepter'), +(1025353, 8245, 0, 1, 1, 1, 'Imperial Red Tunic'), +(1025353, 8246, 0, 1, 1, 1, 'Imperial Red Boots'), +(1025353, 8249, 0, 1, 1, 1, 'Imperial Red Gloves'), +(1025353, 8250, 0, 1, 1, 1, 'Imperial Red Mantle'), +(1025353, 8251, 0, 1, 1, 1, 'Imperial Red Pants'), +(1025353, 8252, 0, 1, 1, 1, 'Imperial Red Robe'), +(1025353, 8254, 0, 1, 1, 1, 'Imperial Red Circlet'), +(1025353, 8256, 0, 1, 1, 1, 'Serpentskin Boots'), +(1025353, 8258, 0, 1, 1, 1, 'Serpentskin Armor'), +(1025353, 8260, 0, 1, 1, 1, 'Serpentskin Gloves'), +(1025353, 8261, 0, 1, 1, 1, 'Serpentskin Helm'), +(1025353, 8262, 0, 1, 1, 1, 'Serpentskin Leggings'), +(1025353, 8263, 0, 1, 1, 1, 'Serpentskin Spaulders'), +(1025353, 8264, 0, 1, 1, 1, 'Ebonhold Wristguards'), +(1025353, 8265, 0, 1, 1, 1, 'Ebonhold Armor'), +(1025353, 8267, 0, 1, 1, 1, 'Ebonhold Gauntlets'), +(1025353, 8268, 0, 1, 1, 1, 'Ebonhold Girdle'), +(1025353, 8269, 0, 1, 1, 1, 'Ebonhold Boots'), +(1025353, 8270, 0, 1, 1, 1, 'Ebonhold Helmet'), +(1025353, 8271, 0, 1, 1, 1, 'Ebonhold Leggings'), +(1025353, 8272, 0, 1, 1, 1, 'Ebonhold Shoulderpads'), +(1025353, 8275, 0, 1, 1, 1, 'Ebonhold Buckler'), +(1025353, 8285, 0, 1, 1, 1, 'Arcane Bands'), +(1025353, 8286, 0, 1, 1, 1, 'Arcane Cloak'), +(1025353, 8291, 0, 1, 1, 1, 'Arcane Sash'), +(1025353, 8293, 0, 1, 1, 1, 'Traveler\'s Belt'), +(1025353, 8295, 0, 1, 1, 1, 'Traveler\'s Bracers'), +(1025353, 8297, 0, 1, 1, 1, 'Traveler\'s Cloak'), +(1025353, 8311, 0, 1, 1, 1, 'Alabaster Plate Vambraces'), +(1025353, 8314, 0, 1, 1, 1, 'Alabaster Plate Gauntlets'), +(1025353, 8315, 0, 1, 1, 1, 'Alabaster Plate Girdle'), +(1025353, 8316, 0, 1, 1, 1, 'Alabaster Plate Greaves'), +(1025353, 8317, 0, 1, 1, 1, 'Alabaster Plate Helmet'), +(1025353, 8318, 0, 1, 1, 1, 'Alabaster Plate Leggings'), +(1025353, 8319, 0, 1, 1, 1, 'Alabaster Plate Pauldrons'), +(1025353, 9943, 0, 1, 1, 1, 'Abjurer\'s Robe'), +(1025353, 9944, 0, 1, 1, 1, 'Abjurer\'s Crystal'), +(1025353, 9946, 0, 1, 1, 1, 'Abjurer\'s Tunic'), +(1025353, 9950, 0, 1, 1, 1, 'Chieftain\'s Breastplate'), +(1025353, 9974, 0, 1, 1, 1, 'Overlord\'s Shield'), +(1025353, 10057, 0, 1, 1, 1, 'Duskwoven Tunic'), +(1025353, 10064, 0, 1, 1, 1, 'Duskwoven Pants'), +(1025353, 10065, 0, 1, 1, 1, 'Duskwoven Robe'), +(1025353, 10070, 0, 1, 1, 1, 'Righteous Armor'), +(1025353, 10073, 0, 1, 1, 1, 'Righteous Helmet'), +(1025353, 10074, 0, 1, 1, 1, 'Righteous Leggings'), +(1025353, 10077, 0, 1, 1, 1, 'Lord\'s Breastplate'), +(1025353, 10078, 0, 1, 1, 1, 'Lord\'s Crest'), +(1025353, 10084, 0, 1, 1, 1, 'Lord\'s Legguards'), +(1025353, 10085, 0, 1, 1, 1, 'Lord\'s Pauldrons'), +(1025353, 10093, 0, 1, 1, 1, 'Revenant Deflector'), +(1025353, 10095, 0, 1, 1, 1, 'Councillor\'s Boots'), +(1025353, 10096, 0, 1, 1, 1, 'Councillor\'s Cuffs'), +(1025353, 10098, 0, 1, 1, 1, 'Councillor\'s Cloak'), +(1025353, 10099, 0, 1, 1, 1, 'Councillor\'s Gloves'), +(1025353, 10103, 0, 1, 1, 1, 'Councillor\'s Sash'), +(1025353, 10106, 0, 1, 1, 1, 'Wanderer\'s Boots'), +(1025353, 10107, 0, 1, 1, 1, 'Wanderer\'s Bracers'), +(1025353, 10108, 0, 1, 1, 1, 'Wanderer\'s Cloak'), +(1025353, 10109, 0, 1, 1, 1, 'Wanderer\'s Belt'), +(1025353, 10110, 0, 1, 1, 1, 'Wanderer\'s Gloves'), +(1025353, 10120, 0, 1, 1, 1, 'Ornate Cloak'), +(1025353, 10121, 0, 1, 1, 1, 'Ornate Gauntlets'), +(1025353, 10122, 0, 1, 1, 1, 'Ornate Girdle'), +(1025353, 10125, 0, 1, 1, 1, 'Ornate Pauldrons'), +(1025353, 10126, 0, 1, 1, 1, 'Ornate Bracers'), +(1025353, 10128, 0, 1, 1, 1, 'Revenant Chestplate'), +(1025353, 10133, 0, 1, 1, 1, 'Revenant Leggings'), +(1025353, 10165, 0, 1, 1, 1, 'Templar Gauntlets'), +(1025353, 10166, 0, 1, 1, 1, 'Templar Girdle'), +(1025353, 10167, 0, 1, 1, 1, 'Templar Boots'), +(1025353, 10168, 0, 1, 1, 1, 'Templar Crown'), +(1025353, 10170, 0, 1, 1, 1, 'Templar Pauldrons'), +(1025353, 10171, 0, 1, 1, 1, 'Templar Bracers'), +(1025353, 10172, 0, 1, 1, 1, 'Mystical Mantle'), +(1025353, 10173, 0, 1, 1, 1, 'Mystical Bracers'), +(1025353, 10174, 0, 1, 1, 1, 'Mystical Cape'), +(1025353, 10175, 0, 1, 1, 1, 'Mystical Headwrap'), +(1025353, 10176, 0, 1, 1, 1, 'Mystical Gloves'), +(1025353, 10177, 0, 1, 1, 1, 'Mystical Leggings'), +(1025353, 10179, 0, 1, 1, 1, 'Mystical Boots'), +(1025353, 10180, 0, 1, 1, 1, 'Mystical Belt'), +(1025353, 10183, 0, 1, 1, 1, 'Swashbuckler\'s Boots'), +(1025353, 10184, 0, 1, 1, 1, 'Swashbuckler\'s Bracers'), +(1025353, 10186, 0, 1, 1, 1, 'Swashbuckler\'s Gloves'), +(1025353, 10187, 0, 1, 1, 1, 'Swashbuckler\'s Eyepatch'), +(1025353, 10188, 0, 1, 1, 1, 'Swashbuckler\'s Leggings'), +(1025353, 10189, 0, 1, 1, 1, 'Swashbuckler\'s Shoulderpads'), +(1025353, 10190, 0, 1, 1, 1, 'Swashbuckler\'s Belt'), +(1025353, 10192, 0, 1, 1, 1, 'Crusader\'s Boots'), +(1025353, 10193, 0, 1, 1, 1, 'Crusader\'s Armor'), +(1025353, 10195, 0, 1, 1, 1, 'Crusader\'s Shield'), +(1025353, 10196, 0, 1, 1, 1, 'Crusader\'s Gauntlets'), +(1025353, 10197, 0, 1, 1, 1, 'Crusader\'s Belt'), +(1025353, 10198, 0, 1, 1, 1, 'Crusader\'s Helm'), +(1025353, 10199, 0, 1, 1, 1, 'Crusader\'s Leggings'), +(1025353, 10200, 0, 1, 1, 1, 'Crusader\'s Pauldrons'), +(1025353, 10203, 0, 1, 1, 1, 'Overlord\'s Chestplate'), +(1025353, 10204, 0, 1, 1, 1, 'Heavy Lamellar Shield'), +(1025353, 10229, 0, 1, 1, 1, 'Engraved Bracers'), +(1025353, 10231, 0, 1, 1, 1, 'Engraved Cape'), +(1025353, 10238, 0, 1, 1, 1, 'Heavy Lamellar Boots'), +(1025353, 10240, 0, 1, 1, 1, 'Heavy Lamellar Chestpiece'), +(1025353, 10241, 0, 1, 1, 1, 'Heavy Lamellar Helm'), +(1025353, 10242, 0, 1, 1, 1, 'Heavy Lamellar Gauntlets'), +(1025353, 10244, 0, 1, 1, 1, 'Heavy Lamellar Leggings'), +(1025353, 10245, 0, 1, 1, 1, 'Heavy Lamellar Pauldrons'), +(1025353, 10276, 0, 1, 1, 1, 'Emerald Sabatons'), +(1025353, 10278, 0, 1, 1, 1, 'Emerald Girdle'), +(1025353, 10282, 0, 1, 1, 1, 'Emerald Vambraces'), +(1025353, 11976, 0, 1, 1, 1, 'Sardonyx Knuckle'), +(1025353, 11977, 0, 1, 1, 1, 'Serpentine Loop'), +(1025353, 11990, 0, 1, 1, 1, 'Selenium Loop'), +(1025353, 12002, 0, 1, 1, 1, 'Marble Circle'), +(1025353, 12014, 0, 1, 1, 1, 'Arctic Ring'), +(1025353, 12025, 0, 1, 1, 1, 'Selenium Chain'), +(1025353, 12034, 0, 1, 1, 1, 'Marble Necklace'), +(1025353, 12045, 0, 1, 1, 1, 'Swamp Pendant'), +(1025353, 12055, 0, 1, 1, 1, 'Stardust Band'), +(1025353, 12056, 0, 1, 1, 1, 'Ring of the Heavens'), +(1025353, 14275, 0, 1, 1, 1, 'Gaea\'s Raiment'), +(1025353, 14277, 0, 1, 1, 1, 'Gaea\'s Tunic'), +(1025353, 14281, 0, 1, 1, 1, 'Opulent Crown'), +(1025353, 14283, 0, 1, 1, 1, 'Opulent Leggings'), +(1025353, 14284, 0, 1, 1, 1, 'Opulent Robes'), +(1025353, 14287, 0, 1, 1, 1, 'Opulent Tunic'), +(1025353, 14293, 0, 1, 1, 1, 'Arachnidian Circlet'), +(1025353, 14295, 0, 1, 1, 1, 'Arachnidian Legguards'), +(1025353, 14296, 0, 1, 1, 1, 'Arachnidian Pauldrons'), +(1025353, 14298, 0, 1, 1, 1, 'Bonecaster\'s Spaulders'), +(1025353, 14299, 0, 1, 1, 1, 'Bonecaster\'s Boots'), +(1025353, 14300, 0, 1, 1, 1, 'Bonecaster\'s Cape'), +(1025353, 14301, 0, 1, 1, 1, 'Bonecaster\'s Bindings'), +(1025353, 14302, 0, 1, 1, 1, 'Bonecaster\'s Gloves'), +(1025353, 14304, 0, 1, 1, 1, 'Bonecaster\'s Belt'), +(1025353, 14309, 0, 1, 1, 1, 'Celestial Belt'), +(1025353, 14311, 0, 1, 1, 1, 'Celestial Bindings'), +(1025353, 14313, 0, 1, 1, 1, 'Celestial Cape'), +(1025353, 14321, 0, 1, 1, 1, 'Resplendent Cloak'), +(1025353, 14437, 0, 1, 1, 1, 'Venomshroud Vest'), +(1025353, 14444, 0, 1, 1, 1, 'Venomshroud Leggings'), +(1025353, 14445, 0, 1, 1, 1, 'Venomshroud Silk Robes'), +(1025353, 14447, 0, 1, 1, 1, 'Highborne Footpads'), +(1025353, 14448, 0, 1, 1, 1, 'Highborne Bracelets'), +(1025353, 14451, 0, 1, 1, 1, 'Highborne Gloves'), +(1025353, 14452, 0, 1, 1, 1, 'Highborne Pauldrons'), +(1025353, 14454, 0, 1, 1, 1, 'Highborne Cord'), +(1025353, 14664, 0, 1, 1, 1, 'Keeper\'s Armor'), +(1025353, 14667, 0, 1, 1, 1, 'Keeper\'s Wreath'), +(1025353, 14668, 0, 1, 1, 1, 'Keeper\'s Woolies'), +(1025353, 14671, 0, 1, 1, 1, 'Pridelord Boots'), +(1025353, 14672, 0, 1, 1, 1, 'Pridelord Bands'), +(1025353, 14673, 0, 1, 1, 1, 'Pridelord Cape'), +(1025353, 14674, 0, 1, 1, 1, 'Pridelord Girdle'), +(1025353, 14675, 0, 1, 1, 1, 'Pridelord Gloves'), +(1025353, 14789, 0, 1, 1, 1, 'Protector Breastplate'), +(1025353, 14790, 0, 1, 1, 1, 'Protector Buckler'), +(1025353, 14795, 0, 1, 1, 1, 'Protector Helm'), +(1025353, 14796, 0, 1, 1, 1, 'Protector Legguards'), +(1025353, 14801, 0, 1, 1, 1, 'Bloodlust Cape'), +(1025353, 14802, 0, 1, 1, 1, 'Bloodlust Gauntlets'), +(1025353, 14803, 0, 1, 1, 1, 'Bloodlust Belt'), +(1025353, 14807, 0, 1, 1, 1, 'Bloodlust Bracelets'), +(1025353, 14844, 0, 1, 1, 1, 'Sunscale Chestguard'), +(1025353, 14849, 0, 1, 1, 1, 'Sunscale Helmet'), +(1025353, 14850, 0, 1, 1, 1, 'Sunscale Legplates'), +(1025353, 14852, 0, 1, 1, 1, 'Sunscale Shield'), +(1025353, 14855, 0, 1, 1, 1, 'Vanguard Gauntlets'), +(1025353, 14856, 0, 1, 1, 1, 'Vanguard Girdle'), +(1025353, 14857, 0, 1, 1, 1, 'Vanguard Sabatons'), +(1025353, 14860, 0, 1, 1, 1, 'Vanguard Pauldrons'), +(1025353, 14861, 0, 1, 1, 1, 'Vanguard Vambraces'), +(1025353, 14915, 0, 1, 1, 1, 'Jade Breastplate'), +(1025353, 14916, 0, 1, 1, 1, 'Jade Deflector'), +(1025353, 14919, 0, 1, 1, 1, 'Jade Circlet'), +(1025353, 14922, 0, 1, 1, 1, 'Lofty Sabatons'), +(1025353, 14926, 0, 1, 1, 1, 'Lofty Gauntlets'), +(1025353, 14927, 0, 1, 1, 1, 'Lofty Belt'), +(1025353, 14928, 0, 1, 1, 1, 'Lofty Legguards'), +(1025353, 14929, 0, 1, 1, 1, 'Lofty Shoulder Pads'), +(1025353, 14938, 0, 1, 1, 1, 'Heroic Bracers'), +(1025353, 14958, 0, 1, 1, 1, 'High Chief\'s Armor'), +(1025353, 14959, 0, 1, 1, 1, 'High Chief\'s Gauntlets'), +(1025353, 14961, 0, 1, 1, 1, 'High Chief\'s Crown'), +(1025353, 14962, 0, 1, 1, 1, 'High Chief\'s Legguards'), +(1025353, 14963, 0, 1, 1, 1, 'High Chief\'s Pauldrons'), +(1025353, 14964, 0, 1, 1, 1, 'High Chief\'s Shield'), +(1025353, 14967, 0, 1, 1, 1, 'Glorious Gauntlets'), +(1025353, 14968, 0, 1, 1, 1, 'Glorious Belt'), +(1025353, 14972, 0, 1, 1, 1, 'Glorious Sabatons'), +(1025353, 14974, 0, 1, 1, 1, 'Glorious Bindings'), +(1025353, 15119, 0, 1, 1, 1, 'Highborne Pants'), +(1025353, 15170, 0, 1, 1, 1, 'Potent Armor'), +(1025353, 15180, 0, 1, 1, 1, 'Praetorian Girdle'), +(1025353, 15181, 0, 1, 1, 1, 'Praetorian Boots'), +(1025353, 15184, 0, 1, 1, 1, 'Praetorian Gloves'), +(1025353, 15186, 0, 1, 1, 1, 'Praetorian Leggings'), +(1025353, 15187, 0, 1, 1, 1, 'Praetorian Pauldrons'), +(1025353, 15190, 0, 1, 1, 1, 'Grand Cloak'), +(1025353, 15217, 0, 1, 1, 1, 'Widow Blade'), +(1025353, 15228, 0, 1, 1, 1, 'Smashing Star'), +(1025353, 15229, 0, 1, 1, 1, 'Blesswind Hammer'), +(1025353, 15236, 0, 1, 1, 1, 'Moon Cleaver'), +(1025353, 15237, 0, 1, 1, 1, 'Corpse Harvester'), +(1025353, 15253, 0, 1, 1, 1, 'Beheading Blade'), +(1025353, 15254, 0, 1, 1, 1, 'Dark Espadon'), +(1025353, 15264, 0, 1, 1, 1, 'Backbreaker'), +(1025353, 15271, 0, 1, 1, 1, 'Colossal Great Axe'), +(1025353, 15274, 0, 1, 1, 1, 'Diviner Long Staff'), +(1025353, 15275, 0, 1, 1, 1, 'Thaumaturgist Staff'), +(1025353, 15280, 0, 1, 1, 1, 'Wizard\'s Hand'), +(1025353, 15294, 0, 1, 1, 1, 'Siege Bow'), +(1025353, 15295, 0, 1, 1, 1, 'Quillfire Bow'), +(1025353, 15324, 0, 1, 1, 1, 'Burnside Rifle'), +(1025353, 15388, 0, 1, 1, 1, 'Jadefire Belt'), +(1025353, 15389, 0, 1, 1, 1, 'Jadefire Sabatons'), +(1025353, 15390, 0, 1, 1, 1, 'Jadefire Chestguard'), +(1025353, 15391, 0, 1, 1, 1, 'Jadefire Cap'), +(1025353, 15393, 0, 1, 1, 1, 'Jadefire Gloves'), +(1025353, 15394, 0, 1, 1, 1, 'Jadefire Pants'), +(1025353, 15395, 0, 1, 1, 1, 'Jadefire Epaulets'), +(1025353, 15425, 0, 1, 1, 1, 'Peerless Bracers'), +(1025353, 15427, 0, 1, 1, 1, 'Peerless Cloak'), +(1025353, 15428, 0, 1, 1, 1, 'Peerless Belt'), +(1025353, 15631, 0, 1, 1, 1, 'Formidable Chestpiece'), +(1025353, 15633, 0, 1, 1, 1, 'Formidable Crest'), +(1025353, 15634, 0, 1, 1, 1, 'Formidable Circlet'), +(1025353, 15640, 0, 1, 1, 1, 'Ironhide Breastplate'), +(1025353, 15642, 0, 1, 1, 1, 'Ironhide Greaves'), +(1025353, 15644, 0, 1, 1, 1, 'Ironhide Gauntlets'), +(1025353, 15645, 0, 1, 1, 1, 'Ironhide Helmet'), +(1025353, 15646, 0, 1, 1, 1, 'Ironhide Legguards'), +(1025353, 15647, 0, 1, 1, 1, 'Ironhide Pauldrons'), +(1025353, 15648, 0, 1, 1, 1, 'Ironhide Shield'), +(1025353, 15651, 0, 1, 1, 1, 'Merciless Crown'), +(1025353, 15653, 0, 1, 1, 1, 'Merciless Gauntlets'), +(1025353, 15654, 0, 1, 1, 1, 'Merciless Belt'), +(1025353, 15655, 0, 1, 1, 1, 'Merciless Legguards'), +(1025353, 15656, 0, 1, 1, 1, 'Merciless Epaulets'), +(1025353, 15659, 0, 1, 1, 1, 'Impenetrable Bindings'), +(1025353, 15661, 0, 1, 1, 1, 'Impenetrable Cloak'), +(1025353, 15663, 0, 1, 1, 1, 'Impenetrable Belt'), +(1025353, 15671, 0, 1, 1, 1, 'Magnificent Cloak'), +(1025353, 15694, 0, 1, 1, 1, 'Merciless Greaves'), +(1025353, 15930, 0, 1, 1, 1, 'Imperial Red Scepter'), +(1025353, 15936, 0, 1, 1, 1, 'Duskwoven Branch'), +(1025353, 15966, 0, 1, 1, 1, 'Venomshroud Orb'), +(1025353, 15983, 0, 1, 1, 1, 'Gaea\'s Scepter'), +(1025353, 15984, 0, 1, 1, 1, 'Opulent Scepter'), +(1025354, 8245, 0, 1, 1, 1, 'Imperial Red Tunic'), +(1025354, 8246, 0, 1, 1, 1, 'Imperial Red Boots'), +(1025354, 8249, 0, 1, 1, 1, 'Imperial Red Gloves'), +(1025354, 8250, 0, 1, 1, 1, 'Imperial Red Mantle'), +(1025354, 8251, 0, 1, 1, 1, 'Imperial Red Pants'), +(1025354, 8252, 0, 1, 1, 1, 'Imperial Red Robe'), +(1025354, 8254, 0, 1, 1, 1, 'Imperial Red Circlet'), +(1025354, 8256, 0, 1, 1, 1, 'Serpentskin Boots'), +(1025354, 8258, 0, 1, 1, 1, 'Serpentskin Armor'), +(1025354, 8260, 0, 1, 1, 1, 'Serpentskin Gloves'), +(1025354, 8261, 0, 1, 1, 1, 'Serpentskin Helm'), +(1025354, 8262, 0, 1, 1, 1, 'Serpentskin Leggings'), +(1025354, 8263, 0, 1, 1, 1, 'Serpentskin Spaulders'), +(1025354, 8264, 0, 1, 1, 1, 'Ebonhold Wristguards'), +(1025354, 8265, 0, 1, 1, 1, 'Ebonhold Armor'), +(1025354, 8267, 0, 1, 1, 1, 'Ebonhold Gauntlets'), +(1025354, 8268, 0, 1, 1, 1, 'Ebonhold Girdle'), +(1025354, 8269, 0, 1, 1, 1, 'Ebonhold Boots'), +(1025354, 8270, 0, 1, 1, 1, 'Ebonhold Helmet'), +(1025354, 8271, 0, 1, 1, 1, 'Ebonhold Leggings'), +(1025354, 8272, 0, 1, 1, 1, 'Ebonhold Shoulderpads'), +(1025354, 8275, 0, 1, 1, 1, 'Ebonhold Buckler'), +(1025354, 8284, 0, 1, 1, 1, 'Arcane Boots'), +(1025354, 8285, 0, 1, 1, 1, 'Arcane Bands'), +(1025354, 8286, 0, 1, 1, 1, 'Arcane Cloak'), +(1025354, 8287, 0, 1, 1, 1, 'Arcane Gloves'), +(1025354, 8291, 0, 1, 1, 1, 'Arcane Sash'), +(1025354, 8293, 0, 1, 1, 1, 'Traveler\'s Belt'), +(1025354, 8294, 0, 1, 1, 1, 'Traveler\'s Boots'), +(1025354, 8295, 0, 1, 1, 1, 'Traveler\'s Bracers'), +(1025354, 8297, 0, 1, 1, 1, 'Traveler\'s Cloak'), +(1025354, 8298, 0, 1, 1, 1, 'Traveler\'s Gloves'), +(1025354, 8304, 0, 1, 1, 1, 'Hero\'s Cape'), +(1025354, 8311, 0, 1, 1, 1, 'Alabaster Plate Vambraces'), +(1025354, 8312, 0, 1, 1, 1, 'Alabaster Breastplate'), +(1025354, 8314, 0, 1, 1, 1, 'Alabaster Plate Gauntlets'), +(1025354, 8315, 0, 1, 1, 1, 'Alabaster Plate Girdle'), +(1025354, 8316, 0, 1, 1, 1, 'Alabaster Plate Greaves'), +(1025354, 8317, 0, 1, 1, 1, 'Alabaster Plate Helmet'), +(1025354, 8318, 0, 1, 1, 1, 'Alabaster Plate Leggings'), +(1025354, 8319, 0, 1, 1, 1, 'Alabaster Plate Pauldrons'), +(1025354, 8320, 0, 1, 1, 1, 'Alabaster Shield'), +(1025354, 9943, 0, 1, 1, 1, 'Abjurer\'s Robe'), +(1025354, 9944, 0, 1, 1, 1, 'Abjurer\'s Crystal'), +(1025354, 9946, 0, 1, 1, 1, 'Abjurer\'s Tunic'), +(1025354, 9950, 0, 1, 1, 1, 'Chieftain\'s Breastplate'), +(1025354, 9974, 0, 1, 1, 1, 'Overlord\'s Shield'), +(1025354, 10057, 0, 1, 1, 1, 'Duskwoven Tunic'), +(1025354, 10064, 0, 1, 1, 1, 'Duskwoven Pants'), +(1025354, 10065, 0, 1, 1, 1, 'Duskwoven Robe'), +(1025354, 10070, 0, 1, 1, 1, 'Righteous Armor'), +(1025354, 10073, 0, 1, 1, 1, 'Righteous Helmet'), +(1025354, 10074, 0, 1, 1, 1, 'Righteous Leggings'), +(1025354, 10077, 0, 1, 1, 1, 'Lord\'s Breastplate'), +(1025354, 10078, 0, 1, 1, 1, 'Lord\'s Crest'), +(1025354, 10084, 0, 1, 1, 1, 'Lord\'s Legguards'), +(1025354, 10085, 0, 1, 1, 1, 'Lord\'s Pauldrons'), +(1025354, 10093, 0, 1, 1, 1, 'Revenant Deflector'), +(1025354, 10095, 0, 1, 1, 1, 'Councillor\'s Boots'), +(1025354, 10096, 0, 1, 1, 1, 'Councillor\'s Cuffs'), +(1025354, 10097, 0, 1, 1, 1, 'Councillor\'s Circlet'), +(1025354, 10098, 0, 1, 1, 1, 'Councillor\'s Cloak'), +(1025354, 10099, 0, 1, 1, 1, 'Councillor\'s Gloves'), +(1025354, 10100, 0, 1, 1, 1, 'Councillor\'s Shoulders'), +(1025354, 10103, 0, 1, 1, 1, 'Councillor\'s Sash'), +(1025354, 10106, 0, 1, 1, 1, 'Wanderer\'s Boots'), +(1025354, 10107, 0, 1, 1, 1, 'Wanderer\'s Bracers'), +(1025354, 10108, 0, 1, 1, 1, 'Wanderer\'s Cloak'), +(1025354, 10109, 0, 1, 1, 1, 'Wanderer\'s Belt'), +(1025354, 10110, 0, 1, 1, 1, 'Wanderer\'s Gloves'), +(1025354, 10111, 0, 1, 1, 1, 'Wanderer\'s Hat'), +(1025354, 10113, 0, 1, 1, 1, 'Wanderer\'s Shoulders'), +(1025354, 10119, 0, 1, 1, 1, 'Ornate Greaves'), +(1025354, 10120, 0, 1, 1, 1, 'Ornate Cloak'), +(1025354, 10121, 0, 1, 1, 1, 'Ornate Gauntlets'), +(1025354, 10122, 0, 1, 1, 1, 'Ornate Girdle'), +(1025354, 10123, 0, 1, 1, 1, 'Ornate Circlet'), +(1025354, 10124, 0, 1, 1, 1, 'Ornate Legguards'), +(1025354, 10125, 0, 1, 1, 1, 'Ornate Pauldrons'), +(1025354, 10126, 0, 1, 1, 1, 'Ornate Bracers'), +(1025354, 10128, 0, 1, 1, 1, 'Revenant Chestplate'), +(1025354, 10133, 0, 1, 1, 1, 'Revenant Leggings'), +(1025354, 10165, 0, 1, 1, 1, 'Templar Gauntlets'), +(1025354, 10166, 0, 1, 1, 1, 'Templar Girdle'), +(1025354, 10167, 0, 1, 1, 1, 'Templar Boots'), +(1025354, 10168, 0, 1, 1, 1, 'Templar Crown'), +(1025354, 10169, 0, 1, 1, 1, 'Templar Legplates'), +(1025354, 10170, 0, 1, 1, 1, 'Templar Pauldrons'), +(1025354, 10171, 0, 1, 1, 1, 'Templar Bracers'), +(1025354, 10172, 0, 1, 1, 1, 'Mystical Mantle'), +(1025354, 10173, 0, 1, 1, 1, 'Mystical Bracers'), +(1025354, 10174, 0, 1, 1, 1, 'Mystical Cape'), +(1025354, 10175, 0, 1, 1, 1, 'Mystical Headwrap'), +(1025354, 10176, 0, 1, 1, 1, 'Mystical Gloves'), +(1025354, 10177, 0, 1, 1, 1, 'Mystical Leggings'), +(1025354, 10179, 0, 1, 1, 1, 'Mystical Boots'), +(1025354, 10180, 0, 1, 1, 1, 'Mystical Belt'), +(1025354, 10183, 0, 1, 1, 1, 'Swashbuckler\'s Boots'), +(1025354, 10184, 0, 1, 1, 1, 'Swashbuckler\'s Bracers'), +(1025354, 10186, 0, 1, 1, 1, 'Swashbuckler\'s Gloves'), +(1025354, 10187, 0, 1, 1, 1, 'Swashbuckler\'s Eyepatch'), +(1025354, 10188, 0, 1, 1, 1, 'Swashbuckler\'s Leggings'), +(1025354, 10189, 0, 1, 1, 1, 'Swashbuckler\'s Shoulderpads'), +(1025354, 10190, 0, 1, 1, 1, 'Swashbuckler\'s Belt'), +(1025354, 10192, 0, 1, 1, 1, 'Crusader\'s Boots'), +(1025354, 10193, 0, 1, 1, 1, 'Crusader\'s Armor'), +(1025354, 10195, 0, 1, 1, 1, 'Crusader\'s Shield'), +(1025354, 10196, 0, 1, 1, 1, 'Crusader\'s Gauntlets'), +(1025354, 10197, 0, 1, 1, 1, 'Crusader\'s Belt'), +(1025354, 10198, 0, 1, 1, 1, 'Crusader\'s Helm'), +(1025354, 10199, 0, 1, 1, 1, 'Crusader\'s Leggings'), +(1025354, 10200, 0, 1, 1, 1, 'Crusader\'s Pauldrons'), +(1025354, 10203, 0, 1, 1, 1, 'Overlord\'s Chestplate'), +(1025354, 10204, 0, 1, 1, 1, 'Heavy Lamellar Shield'), +(1025354, 10212, 0, 1, 1, 1, 'Elegant Cloak'), +(1025354, 10224, 0, 1, 1, 1, 'Nightshade Cloak'), +(1025354, 10229, 0, 1, 1, 1, 'Engraved Bracers'), +(1025354, 10231, 0, 1, 1, 1, 'Engraved Cape'), +(1025354, 10233, 0, 1, 1, 1, 'Engraved Girdle'), +(1025354, 10238, 0, 1, 1, 1, 'Heavy Lamellar Boots'), +(1025354, 10240, 0, 1, 1, 1, 'Heavy Lamellar Chestpiece'), +(1025354, 10241, 0, 1, 1, 1, 'Heavy Lamellar Helm'), +(1025354, 10242, 0, 1, 1, 1, 'Heavy Lamellar Gauntlets'), +(1025354, 10244, 0, 1, 1, 1, 'Heavy Lamellar Leggings'), +(1025354, 10245, 0, 1, 1, 1, 'Heavy Lamellar Pauldrons'), +(1025354, 10276, 0, 1, 1, 1, 'Emerald Sabatons'), +(1025354, 10277, 0, 1, 1, 1, 'Emerald Gauntlets'), +(1025354, 10278, 0, 1, 1, 1, 'Emerald Girdle'), +(1025354, 10282, 0, 1, 1, 1, 'Emerald Vambraces'), +(1025354, 10370, 0, 1, 1, 1, 'Imbued Plate Girdle'), +(1025354, 10375, 0, 1, 1, 1, 'Imbued Plate Vambraces'), +(1025354, 11976, 0, 1, 1, 1, 'Sardonyx Knuckle'), +(1025354, 11977, 0, 1, 1, 1, 'Serpentine Loop'), +(1025354, 11990, 0, 1, 1, 1, 'Selenium Loop'), +(1025354, 12002, 0, 1, 1, 1, 'Marble Circle'), +(1025354, 12014, 0, 1, 1, 1, 'Arctic Ring'), +(1025354, 12015, 0, 1, 1, 1, 'Swamp Ring'), +(1025354, 12025, 0, 1, 1, 1, 'Selenium Chain'), +(1025354, 12034, 0, 1, 1, 1, 'Marble Necklace'), +(1025354, 12035, 0, 1, 1, 1, 'Obsidian Pendant'), +(1025354, 12045, 0, 1, 1, 1, 'Swamp Pendant'), +(1025354, 12055, 0, 1, 1, 1, 'Stardust Band'), +(1025354, 12056, 0, 1, 1, 1, 'Ring of the Heavens'), +(1025354, 14275, 0, 1, 1, 1, 'Gaea\'s Raiment'), +(1025354, 14277, 0, 1, 1, 1, 'Gaea\'s Tunic'), +(1025354, 14281, 0, 1, 1, 1, 'Opulent Crown'), +(1025354, 14283, 0, 1, 1, 1, 'Opulent Leggings'), +(1025354, 14284, 0, 1, 1, 1, 'Opulent Robes'), +(1025354, 14287, 0, 1, 1, 1, 'Opulent Tunic'), +(1025354, 14288, 0, 1, 1, 1, 'Arachnidian Armor'), +(1025354, 14293, 0, 1, 1, 1, 'Arachnidian Circlet'), +(1025354, 14295, 0, 1, 1, 1, 'Arachnidian Legguards'), +(1025354, 14296, 0, 1, 1, 1, 'Arachnidian Pauldrons'), +(1025354, 14297, 0, 1, 1, 1, 'Arachnidian Robes'), +(1025354, 14298, 0, 1, 1, 1, 'Bonecaster\'s Spaulders'), +(1025354, 14299, 0, 1, 1, 1, 'Bonecaster\'s Boots'), +(1025354, 14300, 0, 1, 1, 1, 'Bonecaster\'s Cape'), +(1025354, 14301, 0, 1, 1, 1, 'Bonecaster\'s Bindings'), +(1025354, 14302, 0, 1, 1, 1, 'Bonecaster\'s Gloves'), +(1025354, 14304, 0, 1, 1, 1, 'Bonecaster\'s Belt'), +(1025354, 14305, 0, 1, 1, 1, 'Bonecaster\'s Sarong'), +(1025354, 14309, 0, 1, 1, 1, 'Celestial Belt'), +(1025354, 14311, 0, 1, 1, 1, 'Celestial Bindings'), +(1025354, 14313, 0, 1, 1, 1, 'Celestial Cape'), +(1025354, 14320, 0, 1, 1, 1, 'Resplendent Bracelets'), +(1025354, 14321, 0, 1, 1, 1, 'Resplendent Cloak'), +(1025354, 14437, 0, 1, 1, 1, 'Venomshroud Vest'), +(1025354, 14444, 0, 1, 1, 1, 'Venomshroud Leggings'), +(1025354, 14445, 0, 1, 1, 1, 'Venomshroud Silk Robes'), +(1025354, 14447, 0, 1, 1, 1, 'Highborne Footpads'), +(1025354, 14448, 0, 1, 1, 1, 'Highborne Bracelets'), +(1025354, 14449, 0, 1, 1, 1, 'Highborne Crown'), +(1025354, 14451, 0, 1, 1, 1, 'Highborne Gloves'), +(1025354, 14452, 0, 1, 1, 1, 'Highborne Pauldrons'), +(1025354, 14454, 0, 1, 1, 1, 'Highborne Cord'), +(1025354, 14459, 0, 1, 1, 1, 'Elunarian Cloak'), +(1025354, 14664, 0, 1, 1, 1, 'Keeper\'s Armor'), +(1025354, 14667, 0, 1, 1, 1, 'Keeper\'s Wreath'), +(1025354, 14668, 0, 1, 1, 1, 'Keeper\'s Woolies'), +(1025354, 14671, 0, 1, 1, 1, 'Pridelord Boots'), +(1025354, 14672, 0, 1, 1, 1, 'Pridelord Bands'), +(1025354, 14673, 0, 1, 1, 1, 'Pridelord Cape'), +(1025354, 14674, 0, 1, 1, 1, 'Pridelord Girdle'), +(1025354, 14675, 0, 1, 1, 1, 'Pridelord Gloves'), +(1025354, 14678, 0, 1, 1, 1, 'Pridelord Pauldrons'), +(1025354, 14789, 0, 1, 1, 1, 'Protector Breastplate'), +(1025354, 14790, 0, 1, 1, 1, 'Protector Buckler'), +(1025354, 14795, 0, 1, 1, 1, 'Protector Helm'), +(1025354, 14796, 0, 1, 1, 1, 'Protector Legguards'), +(1025354, 14801, 0, 1, 1, 1, 'Bloodlust Cape'), +(1025354, 14802, 0, 1, 1, 1, 'Bloodlust Gauntlets'), +(1025354, 14803, 0, 1, 1, 1, 'Bloodlust Belt'), +(1025354, 14805, 0, 1, 1, 1, 'Bloodlust Britches'), +(1025354, 14806, 0, 1, 1, 1, 'Bloodlust Epaulets'), +(1025354, 14807, 0, 1, 1, 1, 'Bloodlust Bracelets'), +(1025354, 14813, 0, 1, 1, 1, 'Warstrike Cape'), +(1025354, 14844, 0, 1, 1, 1, 'Sunscale Chestguard'), +(1025354, 14849, 0, 1, 1, 1, 'Sunscale Helmet'), +(1025354, 14850, 0, 1, 1, 1, 'Sunscale Legplates'), +(1025354, 14852, 0, 1, 1, 1, 'Sunscale Shield'), +(1025354, 14855, 0, 1, 1, 1, 'Vanguard Gauntlets'), +(1025354, 14856, 0, 1, 1, 1, 'Vanguard Girdle'), +(1025354, 14857, 0, 1, 1, 1, 'Vanguard Sabatons'), +(1025354, 14859, 0, 1, 1, 1, 'Vanguard Legplates'), +(1025354, 14860, 0, 1, 1, 1, 'Vanguard Pauldrons'), +(1025354, 14861, 0, 1, 1, 1, 'Vanguard Vambraces'), +(1025354, 14915, 0, 1, 1, 1, 'Jade Breastplate'), +(1025354, 14916, 0, 1, 1, 1, 'Jade Deflector'), +(1025354, 14919, 0, 1, 1, 1, 'Jade Circlet'), +(1025354, 14922, 0, 1, 1, 1, 'Lofty Sabatons'), +(1025354, 14924, 0, 1, 1, 1, 'Lofty Breastplate'), +(1025354, 14925, 0, 1, 1, 1, 'Lofty Helm'), +(1025354, 14926, 0, 1, 1, 1, 'Lofty Gauntlets'), +(1025354, 14927, 0, 1, 1, 1, 'Lofty Belt'), +(1025354, 14928, 0, 1, 1, 1, 'Lofty Legguards'), +(1025354, 14929, 0, 1, 1, 1, 'Lofty Shoulder Pads'), +(1025354, 14930, 0, 1, 1, 1, 'Lofty Shield'), +(1025354, 14934, 0, 1, 1, 1, 'Heroic Girdle'), +(1025354, 14938, 0, 1, 1, 1, 'Heroic Bracers'), +(1025354, 14958, 0, 1, 1, 1, 'High Chief\'s Armor'), +(1025354, 14959, 0, 1, 1, 1, 'High Chief\'s Gauntlets'), +(1025354, 14961, 0, 1, 1, 1, 'High Chief\'s Crown'), +(1025354, 14962, 0, 1, 1, 1, 'High Chief\'s Legguards'), +(1025354, 14963, 0, 1, 1, 1, 'High Chief\'s Pauldrons'), +(1025354, 14964, 0, 1, 1, 1, 'High Chief\'s Shield'), +(1025354, 14967, 0, 1, 1, 1, 'Glorious Gauntlets'), +(1025354, 14968, 0, 1, 1, 1, 'Glorious Belt'), +(1025354, 14971, 0, 1, 1, 1, 'Glorious Shoulder Pads'), +(1025354, 14972, 0, 1, 1, 1, 'Glorious Sabatons'), +(1025354, 14974, 0, 1, 1, 1, 'Glorious Bindings'), +(1025354, 15119, 0, 1, 1, 1, 'Highborne Pants'), +(1025354, 15170, 0, 1, 1, 1, 'Potent Armor'), +(1025354, 15179, 0, 1, 1, 1, 'Praetorian Padded Armor'), +(1025354, 15180, 0, 1, 1, 1, 'Praetorian Girdle'), +(1025354, 15181, 0, 1, 1, 1, 'Praetorian Boots'), +(1025354, 15184, 0, 1, 1, 1, 'Praetorian Gloves'), +(1025354, 15185, 0, 1, 1, 1, 'Praetorian Coif'), +(1025354, 15186, 0, 1, 1, 1, 'Praetorian Leggings'), +(1025354, 15187, 0, 1, 1, 1, 'Praetorian Pauldrons'), +(1025354, 15188, 0, 1, 1, 1, 'Grand Armguards'), +(1025354, 15190, 0, 1, 1, 1, 'Grand Cloak'), +(1025354, 15191, 0, 1, 1, 1, 'Grand Belt'), +(1025354, 15217, 0, 1, 1, 1, 'Widow Blade'), +(1025354, 15218, 0, 1, 1, 1, 'Crystal Sword'), +(1025354, 15228, 0, 1, 1, 1, 'Smashing Star'), +(1025354, 15229, 0, 1, 1, 1, 'Blesswind Hammer'), +(1025354, 15236, 0, 1, 1, 1, 'Moon Cleaver'), +(1025354, 15237, 0, 1, 1, 1, 'Corpse Harvester'), +(1025354, 15253, 0, 1, 1, 1, 'Beheading Blade'), +(1025354, 15254, 0, 1, 1, 1, 'Dark Espadon'), +(1025354, 15255, 0, 1, 1, 1, 'Gallant Flamberge'), +(1025354, 15264, 0, 1, 1, 1, 'Backbreaker'), +(1025354, 15271, 0, 1, 1, 1, 'Colossal Great Axe'), +(1025354, 15274, 0, 1, 1, 1, 'Diviner Long Staff'), +(1025354, 15275, 0, 1, 1, 1, 'Thaumaturgist Staff'), +(1025354, 15280, 0, 1, 1, 1, 'Wizard\'s Hand'), +(1025354, 15281, 0, 1, 1, 1, 'Glowstar Rod'), +(1025354, 15294, 0, 1, 1, 1, 'Siege Bow'), +(1025354, 15295, 0, 1, 1, 1, 'Quillfire Bow'), +(1025354, 15324, 0, 1, 1, 1, 'Burnside Rifle'), +(1025354, 15388, 0, 1, 1, 1, 'Jadefire Belt'), +(1025354, 15389, 0, 1, 1, 1, 'Jadefire Sabatons'), +(1025354, 15390, 0, 1, 1, 1, 'Jadefire Chestguard'), +(1025354, 15391, 0, 1, 1, 1, 'Jadefire Cap'), +(1025354, 15393, 0, 1, 1, 1, 'Jadefire Gloves'), +(1025354, 15394, 0, 1, 1, 1, 'Jadefire Pants'), +(1025354, 15395, 0, 1, 1, 1, 'Jadefire Epaulets'), +(1025354, 15425, 0, 1, 1, 1, 'Peerless Bracers'), +(1025354, 15427, 0, 1, 1, 1, 'Peerless Cloak'), +(1025354, 15428, 0, 1, 1, 1, 'Peerless Belt'), +(1025354, 15631, 0, 1, 1, 1, 'Formidable Chestpiece'), +(1025354, 15633, 0, 1, 1, 1, 'Formidable Crest'), +(1025354, 15634, 0, 1, 1, 1, 'Formidable Circlet'), +(1025354, 15640, 0, 1, 1, 1, 'Ironhide Breastplate'), +(1025354, 15642, 0, 1, 1, 1, 'Ironhide Greaves'), +(1025354, 15644, 0, 1, 1, 1, 'Ironhide Gauntlets'), +(1025354, 15645, 0, 1, 1, 1, 'Ironhide Helmet'), +(1025354, 15646, 0, 1, 1, 1, 'Ironhide Legguards'), +(1025354, 15647, 0, 1, 1, 1, 'Ironhide Pauldrons'), +(1025354, 15648, 0, 1, 1, 1, 'Ironhide Shield'), +(1025354, 15650, 0, 1, 1, 1, 'Merciless Surcoat'), +(1025354, 15651, 0, 1, 1, 1, 'Merciless Crown'), +(1025354, 15653, 0, 1, 1, 1, 'Merciless Gauntlets'), +(1025354, 15654, 0, 1, 1, 1, 'Merciless Belt'), +(1025354, 15655, 0, 1, 1, 1, 'Merciless Legguards'), +(1025354, 15656, 0, 1, 1, 1, 'Merciless Epaulets'), +(1025354, 15657, 0, 1, 1, 1, 'Merciless Shield'), +(1025354, 15659, 0, 1, 1, 1, 'Impenetrable Bindings'), +(1025354, 15661, 0, 1, 1, 1, 'Impenetrable Cloak'), +(1025354, 15662, 0, 1, 1, 1, 'Impenetrable Gauntlets'), +(1025354, 15663, 0, 1, 1, 1, 'Impenetrable Belt'), +(1025354, 15671, 0, 1, 1, 1, 'Magnificent Cloak'), +(1025354, 15694, 0, 1, 1, 1, 'Merciless Greaves'), +(1025354, 15930, 0, 1, 1, 1, 'Imperial Red Scepter'), +(1025354, 15936, 0, 1, 1, 1, 'Duskwoven Branch'), +(1025354, 15966, 0, 1, 1, 1, 'Venomshroud Orb'), +(1025354, 15983, 0, 1, 1, 1, 'Gaea\'s Scepter'), +(1025354, 15984, 0, 1, 1, 1, 'Opulent Scepter'), +(1025354, 15985, 0, 1, 1, 1, 'Arachnidian Branch'), +(1025454, 8245, 0, 1, 1, 1, 'Imperial Red Tunic'), +(1025454, 8251, 0, 1, 1, 1, 'Imperial Red Pants'), +(1025454, 8252, 0, 1, 1, 1, 'Imperial Red Robe'), +(1025454, 8254, 0, 1, 1, 1, 'Imperial Red Circlet'), +(1025454, 8258, 0, 1, 1, 1, 'Serpentskin Armor'), +(1025454, 8261, 0, 1, 1, 1, 'Serpentskin Helm'), +(1025454, 8262, 0, 1, 1, 1, 'Serpentskin Leggings'), +(1025454, 8263, 0, 1, 1, 1, 'Serpentskin Spaulders'), +(1025454, 8265, 0, 1, 1, 1, 'Ebonhold Armor'), +(1025454, 8267, 0, 1, 1, 1, 'Ebonhold Gauntlets'), +(1025454, 8268, 0, 1, 1, 1, 'Ebonhold Girdle'), +(1025454, 8269, 0, 1, 1, 1, 'Ebonhold Boots'), +(1025454, 8270, 0, 1, 1, 1, 'Ebonhold Helmet'), +(1025454, 8271, 0, 1, 1, 1, 'Ebonhold Leggings'), +(1025454, 8272, 0, 1, 1, 1, 'Ebonhold Shoulderpads'), +(1025454, 8275, 0, 1, 1, 1, 'Ebonhold Buckler'), +(1025454, 8284, 0, 1, 1, 1, 'Arcane Boots'), +(1025454, 8285, 0, 1, 1, 1, 'Arcane Bands'), +(1025454, 8286, 0, 1, 1, 1, 'Arcane Cloak'), +(1025454, 8287, 0, 1, 1, 1, 'Arcane Gloves'), +(1025454, 8291, 0, 1, 1, 1, 'Arcane Sash'), +(1025454, 8293, 0, 1, 1, 1, 'Traveler\'s Belt'), +(1025454, 8294, 0, 1, 1, 1, 'Traveler\'s Boots'), +(1025454, 8295, 0, 1, 1, 1, 'Traveler\'s Bracers'), +(1025454, 8297, 0, 1, 1, 1, 'Traveler\'s Cloak'), +(1025454, 8298, 0, 1, 1, 1, 'Traveler\'s Gloves'), +(1025454, 8304, 0, 1, 1, 1, 'Hero\'s Cape'), +(1025454, 8311, 0, 1, 1, 1, 'Alabaster Plate Vambraces'), +(1025454, 8312, 0, 1, 1, 1, 'Alabaster Breastplate'), +(1025454, 8314, 0, 1, 1, 1, 'Alabaster Plate Gauntlets'), +(1025454, 8316, 0, 1, 1, 1, 'Alabaster Plate Greaves'), +(1025454, 8317, 0, 1, 1, 1, 'Alabaster Plate Helmet'), +(1025454, 8318, 0, 1, 1, 1, 'Alabaster Plate Leggings'), +(1025454, 8319, 0, 1, 1, 1, 'Alabaster Plate Pauldrons'), +(1025454, 8320, 0, 1, 1, 1, 'Alabaster Shield'), +(1025454, 9943, 0, 1, 1, 1, 'Abjurer\'s Robe'), +(1025454, 9944, 0, 1, 1, 1, 'Abjurer\'s Crystal'), +(1025454, 9946, 0, 1, 1, 1, 'Abjurer\'s Tunic'), +(1025454, 9950, 0, 1, 1, 1, 'Chieftain\'s Breastplate'), +(1025454, 10057, 0, 1, 1, 1, 'Duskwoven Tunic'), +(1025454, 10064, 0, 1, 1, 1, 'Duskwoven Pants'), +(1025454, 10065, 0, 1, 1, 1, 'Duskwoven Robe'), +(1025454, 10070, 0, 1, 1, 1, 'Righteous Armor'), +(1025454, 10074, 0, 1, 1, 1, 'Righteous Leggings'), +(1025454, 10077, 0, 1, 1, 1, 'Lord\'s Breastplate'), +(1025454, 10078, 0, 1, 1, 1, 'Lord\'s Crest'), +(1025454, 10093, 0, 1, 1, 1, 'Revenant Deflector'), +(1025454, 10095, 0, 1, 1, 1, 'Councillor\'s Boots'), +(1025454, 10096, 0, 1, 1, 1, 'Councillor\'s Cuffs'), +(1025454, 10097, 0, 1, 1, 1, 'Councillor\'s Circlet'), +(1025454, 10098, 0, 1, 1, 1, 'Councillor\'s Cloak'), +(1025454, 10099, 0, 1, 1, 1, 'Councillor\'s Gloves'), +(1025454, 10100, 0, 1, 1, 1, 'Councillor\'s Shoulders'), +(1025454, 10103, 0, 1, 1, 1, 'Councillor\'s Sash'), +(1025454, 10106, 0, 1, 1, 1, 'Wanderer\'s Boots'), +(1025454, 10107, 0, 1, 1, 1, 'Wanderer\'s Bracers'), +(1025454, 10108, 0, 1, 1, 1, 'Wanderer\'s Cloak'), +(1025454, 10109, 0, 1, 1, 1, 'Wanderer\'s Belt'), +(1025454, 10110, 0, 1, 1, 1, 'Wanderer\'s Gloves'), +(1025454, 10111, 0, 1, 1, 1, 'Wanderer\'s Hat'), +(1025454, 10113, 0, 1, 1, 1, 'Wanderer\'s Shoulders'), +(1025454, 10119, 0, 1, 1, 1, 'Ornate Greaves'), +(1025454, 10120, 0, 1, 1, 1, 'Ornate Cloak'), +(1025454, 10121, 0, 1, 1, 1, 'Ornate Gauntlets'), +(1025454, 10122, 0, 1, 1, 1, 'Ornate Girdle'), +(1025454, 10123, 0, 1, 1, 1, 'Ornate Circlet'), +(1025454, 10124, 0, 1, 1, 1, 'Ornate Legguards'), +(1025454, 10125, 0, 1, 1, 1, 'Ornate Pauldrons'), +(1025454, 10126, 0, 1, 1, 1, 'Ornate Bracers'), +(1025454, 10128, 0, 1, 1, 1, 'Revenant Chestplate'), +(1025454, 10165, 0, 1, 1, 1, 'Templar Gauntlets'), +(1025454, 10166, 0, 1, 1, 1, 'Templar Girdle'), +(1025454, 10167, 0, 1, 1, 1, 'Templar Boots'), +(1025454, 10168, 0, 1, 1, 1, 'Templar Crown'), +(1025454, 10169, 0, 1, 1, 1, 'Templar Legplates'), +(1025454, 10170, 0, 1, 1, 1, 'Templar Pauldrons'), +(1025454, 10171, 0, 1, 1, 1, 'Templar Bracers'), +(1025454, 10172, 0, 1, 1, 1, 'Mystical Mantle'), +(1025454, 10173, 0, 1, 1, 1, 'Mystical Bracers'), +(1025454, 10175, 0, 1, 1, 1, 'Mystical Headwrap'), +(1025454, 10176, 0, 1, 1, 1, 'Mystical Gloves'), +(1025454, 10177, 0, 1, 1, 1, 'Mystical Leggings'), +(1025454, 10179, 0, 1, 1, 1, 'Mystical Boots'), +(1025454, 10183, 0, 1, 1, 1, 'Swashbuckler\'s Boots'), +(1025454, 10186, 0, 1, 1, 1, 'Swashbuckler\'s Gloves'), +(1025454, 10187, 0, 1, 1, 1, 'Swashbuckler\'s Eyepatch'), +(1025454, 10188, 0, 1, 1, 1, 'Swashbuckler\'s Leggings'), +(1025454, 10189, 0, 1, 1, 1, 'Swashbuckler\'s Shoulderpads'), +(1025454, 10192, 0, 1, 1, 1, 'Crusader\'s Boots'), +(1025454, 10193, 0, 1, 1, 1, 'Crusader\'s Armor'), +(1025454, 10195, 0, 1, 1, 1, 'Crusader\'s Shield'), +(1025454, 10198, 0, 1, 1, 1, 'Crusader\'s Helm'), +(1025454, 10199, 0, 1, 1, 1, 'Crusader\'s Leggings'), +(1025454, 10200, 0, 1, 1, 1, 'Crusader\'s Pauldrons'), +(1025454, 10204, 0, 1, 1, 1, 'Heavy Lamellar Shield'), +(1025454, 10212, 0, 1, 1, 1, 'Elegant Cloak'), +(1025454, 10224, 0, 1, 1, 1, 'Nightshade Cloak'), +(1025454, 10229, 0, 1, 1, 1, 'Engraved Bracers'), +(1025454, 10231, 0, 1, 1, 1, 'Engraved Cape'), +(1025454, 10233, 0, 1, 1, 1, 'Engraved Girdle'), +(1025454, 10240, 0, 1, 1, 1, 'Heavy Lamellar Chestpiece'), +(1025454, 10241, 0, 1, 1, 1, 'Heavy Lamellar Helm'), +(1025454, 10244, 0, 1, 1, 1, 'Heavy Lamellar Leggings'), +(1025454, 10245, 0, 1, 1, 1, 'Heavy Lamellar Pauldrons'), +(1025454, 10276, 0, 1, 1, 1, 'Emerald Sabatons'), +(1025454, 10277, 0, 1, 1, 1, 'Emerald Gauntlets'), +(1025454, 10278, 0, 1, 1, 1, 'Emerald Girdle'), +(1025454, 10282, 0, 1, 1, 1, 'Emerald Vambraces'), +(1025454, 10370, 0, 1, 1, 1, 'Imbued Plate Girdle'), +(1025454, 10375, 0, 1, 1, 1, 'Imbued Plate Vambraces'), +(1025454, 11977, 0, 1, 1, 1, 'Serpentine Loop'), +(1025454, 11990, 0, 1, 1, 1, 'Selenium Loop'), +(1025454, 12002, 0, 1, 1, 1, 'Marble Circle'), +(1025454, 12014, 0, 1, 1, 1, 'Arctic Ring'), +(1025454, 12015, 0, 1, 1, 1, 'Swamp Ring'), +(1025454, 12025, 0, 1, 1, 1, 'Selenium Chain'), +(1025454, 12034, 0, 1, 1, 1, 'Marble Necklace'), +(1025454, 12035, 0, 1, 1, 1, 'Obsidian Pendant'), +(1025454, 12045, 0, 1, 1, 1, 'Swamp Pendant'), +(1025454, 12056, 0, 1, 1, 1, 'Ring of the Heavens'), +(1025454, 14281, 0, 1, 1, 1, 'Opulent Crown'), +(1025454, 14283, 0, 1, 1, 1, 'Opulent Leggings'), +(1025454, 14284, 0, 1, 1, 1, 'Opulent Robes'), +(1025454, 14287, 0, 1, 1, 1, 'Opulent Tunic'), +(1025454, 14288, 0, 1, 1, 1, 'Arachnidian Armor'), +(1025454, 14293, 0, 1, 1, 1, 'Arachnidian Circlet'), +(1025454, 14295, 0, 1, 1, 1, 'Arachnidian Legguards'), +(1025454, 14297, 0, 1, 1, 1, 'Arachnidian Robes'), +(1025454, 14298, 0, 1, 1, 1, 'Bonecaster\'s Spaulders'), +(1025454, 14299, 0, 1, 1, 1, 'Bonecaster\'s Boots'), +(1025454, 14301, 0, 1, 1, 1, 'Bonecaster\'s Bindings'), +(1025454, 14302, 0, 1, 1, 1, 'Bonecaster\'s Gloves'), +(1025454, 14304, 0, 1, 1, 1, 'Bonecaster\'s Belt'), +(1025454, 14305, 0, 1, 1, 1, 'Bonecaster\'s Sarong'), +(1025454, 14309, 0, 1, 1, 1, 'Celestial Belt'), +(1025454, 14311, 0, 1, 1, 1, 'Celestial Bindings'), +(1025454, 14313, 0, 1, 1, 1, 'Celestial Cape'), +(1025454, 14320, 0, 1, 1, 1, 'Resplendent Bracelets'), +(1025454, 14321, 0, 1, 1, 1, 'Resplendent Cloak'), +(1025454, 14437, 0, 1, 1, 1, 'Venomshroud Vest'), +(1025454, 14445, 0, 1, 1, 1, 'Venomshroud Silk Robes'), +(1025454, 14447, 0, 1, 1, 1, 'Highborne Footpads'), +(1025454, 14449, 0, 1, 1, 1, 'Highborne Crown'), +(1025454, 14451, 0, 1, 1, 1, 'Highborne Gloves'), +(1025454, 14452, 0, 1, 1, 1, 'Highborne Pauldrons'), +(1025454, 14454, 0, 1, 1, 1, 'Highborne Cord'), +(1025454, 14459, 0, 1, 1, 1, 'Elunarian Cloak'), +(1025454, 14664, 0, 1, 1, 1, 'Keeper\'s Armor'), +(1025454, 14667, 0, 1, 1, 1, 'Keeper\'s Wreath'), +(1025454, 14671, 0, 1, 1, 1, 'Pridelord Boots'), +(1025454, 14672, 0, 1, 1, 1, 'Pridelord Bands'), +(1025454, 14674, 0, 1, 1, 1, 'Pridelord Girdle'), +(1025454, 14675, 0, 1, 1, 1, 'Pridelord Gloves'), +(1025454, 14678, 0, 1, 1, 1, 'Pridelord Pauldrons'), +(1025454, 14789, 0, 1, 1, 1, 'Protector Breastplate'), +(1025454, 14790, 0, 1, 1, 1, 'Protector Buckler'), +(1025454, 14795, 0, 1, 1, 1, 'Protector Helm'), +(1025454, 14796, 0, 1, 1, 1, 'Protector Legguards'), +(1025454, 14802, 0, 1, 1, 1, 'Bloodlust Gauntlets'), +(1025454, 14803, 0, 1, 1, 1, 'Bloodlust Belt'), +(1025454, 14805, 0, 1, 1, 1, 'Bloodlust Britches'), +(1025454, 14806, 0, 1, 1, 1, 'Bloodlust Epaulets'), +(1025454, 14807, 0, 1, 1, 1, 'Bloodlust Bracelets'), +(1025454, 14813, 0, 1, 1, 1, 'Warstrike Cape'), +(1025454, 14844, 0, 1, 1, 1, 'Sunscale Chestguard'), +(1025454, 14849, 0, 1, 1, 1, 'Sunscale Helmet'), +(1025454, 14852, 0, 1, 1, 1, 'Sunscale Shield'), +(1025454, 14855, 0, 1, 1, 1, 'Vanguard Gauntlets'), +(1025454, 14856, 0, 1, 1, 1, 'Vanguard Girdle'), +(1025454, 14857, 0, 1, 1, 1, 'Vanguard Sabatons'), +(1025454, 14859, 0, 1, 1, 1, 'Vanguard Legplates'), +(1025454, 14860, 0, 1, 1, 1, 'Vanguard Pauldrons'), +(1025454, 14915, 0, 1, 1, 1, 'Jade Breastplate'), +(1025454, 14916, 0, 1, 1, 1, 'Jade Deflector'), +(1025454, 14922, 0, 1, 1, 1, 'Lofty Sabatons'), +(1025454, 14924, 0, 1, 1, 1, 'Lofty Breastplate'), +(1025454, 14925, 0, 1, 1, 1, 'Lofty Helm'), +(1025454, 14926, 0, 1, 1, 1, 'Lofty Gauntlets'), +(1025454, 14928, 0, 1, 1, 1, 'Lofty Legguards'), +(1025454, 14929, 0, 1, 1, 1, 'Lofty Shoulder Pads'), +(1025454, 14930, 0, 1, 1, 1, 'Lofty Shield'), +(1025454, 14934, 0, 1, 1, 1, 'Heroic Girdle'), +(1025454, 14938, 0, 1, 1, 1, 'Heroic Bracers'), +(1025454, 14958, 0, 1, 1, 1, 'High Chief\'s Armor'), +(1025454, 14961, 0, 1, 1, 1, 'High Chief\'s Crown'), +(1025454, 14962, 0, 1, 1, 1, 'High Chief\'s Legguards'), +(1025454, 14963, 0, 1, 1, 1, 'High Chief\'s Pauldrons'), +(1025454, 14964, 0, 1, 1, 1, 'High Chief\'s Shield'), +(1025454, 14967, 0, 1, 1, 1, 'Glorious Gauntlets'), +(1025454, 14968, 0, 1, 1, 1, 'Glorious Belt'), +(1025454, 14971, 0, 1, 1, 1, 'Glorious Shoulder Pads'), +(1025454, 14972, 0, 1, 1, 1, 'Glorious Sabatons'), +(1025454, 14974, 0, 1, 1, 1, 'Glorious Bindings'), +(1025454, 15119, 0, 1, 1, 1, 'Highborne Pants'), +(1025454, 15179, 0, 1, 1, 1, 'Praetorian Padded Armor'), +(1025454, 15180, 0, 1, 1, 1, 'Praetorian Girdle'), +(1025454, 15181, 0, 1, 1, 1, 'Praetorian Boots'), +(1025454, 15184, 0, 1, 1, 1, 'Praetorian Gloves'), +(1025454, 15185, 0, 1, 1, 1, 'Praetorian Coif'), +(1025454, 15186, 0, 1, 1, 1, 'Praetorian Leggings'), +(1025454, 15187, 0, 1, 1, 1, 'Praetorian Pauldrons'), +(1025454, 15188, 0, 1, 1, 1, 'Grand Armguards'), +(1025454, 15190, 0, 1, 1, 1, 'Grand Cloak'), +(1025454, 15191, 0, 1, 1, 1, 'Grand Belt'), +(1025454, 15217, 0, 1, 1, 1, 'Widow Blade'), +(1025454, 15218, 0, 1, 1, 1, 'Crystal Sword'), +(1025454, 15228, 0, 1, 1, 1, 'Smashing Star'), +(1025454, 15229, 0, 1, 1, 1, 'Blesswind Hammer'), +(1025454, 15237, 0, 1, 1, 1, 'Corpse Harvester'), +(1025454, 15254, 0, 1, 1, 1, 'Dark Espadon'), +(1025454, 15255, 0, 1, 1, 1, 'Gallant Flamberge'), +(1025454, 15264, 0, 1, 1, 1, 'Backbreaker'), +(1025454, 15271, 0, 1, 1, 1, 'Colossal Great Axe'), +(1025454, 15275, 0, 1, 1, 1, 'Thaumaturgist Staff'), +(1025454, 15280, 0, 1, 1, 1, 'Wizard\'s Hand'), +(1025454, 15281, 0, 1, 1, 1, 'Glowstar Rod'), +(1025454, 15294, 0, 1, 1, 1, 'Siege Bow'), +(1025454, 15295, 0, 1, 1, 1, 'Quillfire Bow'), +(1025454, 15324, 0, 1, 1, 1, 'Burnside Rifle'), +(1025454, 15389, 0, 1, 1, 1, 'Jadefire Sabatons'), +(1025454, 15390, 0, 1, 1, 1, 'Jadefire Chestguard'), +(1025454, 15391, 0, 1, 1, 1, 'Jadefire Cap'), +(1025454, 15394, 0, 1, 1, 1, 'Jadefire Pants'), +(1025454, 15395, 0, 1, 1, 1, 'Jadefire Epaulets'), +(1025454, 15425, 0, 1, 1, 1, 'Peerless Bracers'), +(1025454, 15427, 0, 1, 1, 1, 'Peerless Cloak'), +(1025454, 15428, 0, 1, 1, 1, 'Peerless Belt'), +(1025454, 15640, 0, 1, 1, 1, 'Ironhide Breastplate'), +(1025454, 15645, 0, 1, 1, 1, 'Ironhide Helmet'), +(1025454, 15646, 0, 1, 1, 1, 'Ironhide Legguards'), +(1025454, 15647, 0, 1, 1, 1, 'Ironhide Pauldrons'), +(1025454, 15648, 0, 1, 1, 1, 'Ironhide Shield'), +(1025454, 15650, 0, 1, 1, 1, 'Merciless Surcoat'), +(1025454, 15651, 0, 1, 1, 1, 'Merciless Crown'), +(1025454, 15653, 0, 1, 1, 1, 'Merciless Gauntlets'), +(1025454, 15654, 0, 1, 1, 1, 'Merciless Belt'), +(1025454, 15655, 0, 1, 1, 1, 'Merciless Legguards'), +(1025454, 15656, 0, 1, 1, 1, 'Merciless Epaulets'), +(1025454, 15657, 0, 1, 1, 1, 'Merciless Shield'), +(1025454, 15659, 0, 1, 1, 1, 'Impenetrable Bindings'), +(1025454, 15661, 0, 1, 1, 1, 'Impenetrable Cloak'), +(1025454, 15662, 0, 1, 1, 1, 'Impenetrable Gauntlets'), +(1025454, 15663, 0, 1, 1, 1, 'Impenetrable Belt'), +(1025454, 15671, 0, 1, 1, 1, 'Magnificent Cloak'), +(1025454, 15694, 0, 1, 1, 1, 'Merciless Greaves'), +(1025454, 15930, 0, 1, 1, 1, 'Imperial Red Scepter'), +(1025454, 15936, 0, 1, 1, 1, 'Duskwoven Branch'), +(1025454, 15966, 0, 1, 1, 1, 'Venomshroud Orb'), +(1025454, 15984, 0, 1, 1, 1, 'Opulent Scepter'), +(1025454, 15985, 0, 1, 1, 1, 'Arachnidian Branch'), +(1025455, 8245, 0, 1, 1, 1, 'Imperial Red Tunic'), +(1025455, 8251, 0, 1, 1, 1, 'Imperial Red Pants'), +(1025455, 8252, 0, 1, 1, 1, 'Imperial Red Robe'), +(1025455, 8254, 0, 1, 1, 1, 'Imperial Red Circlet'), +(1025455, 8258, 0, 1, 1, 1, 'Serpentskin Armor'), +(1025455, 8261, 0, 1, 1, 1, 'Serpentskin Helm'), +(1025455, 8262, 0, 1, 1, 1, 'Serpentskin Leggings'), +(1025455, 8263, 0, 1, 1, 1, 'Serpentskin Spaulders'), +(1025455, 8265, 0, 1, 1, 1, 'Ebonhold Armor'), +(1025455, 8267, 0, 1, 1, 1, 'Ebonhold Gauntlets'), +(1025455, 8268, 0, 1, 1, 1, 'Ebonhold Girdle'), +(1025455, 8269, 0, 1, 1, 1, 'Ebonhold Boots'), +(1025455, 8270, 0, 1, 1, 1, 'Ebonhold Helmet'), +(1025455, 8271, 0, 1, 1, 1, 'Ebonhold Leggings'), +(1025455, 8272, 0, 1, 1, 1, 'Ebonhold Shoulderpads'), +(1025455, 8275, 0, 1, 1, 1, 'Ebonhold Buckler'), +(1025455, 8284, 0, 1, 1, 1, 'Arcane Boots'), +(1025455, 8285, 0, 1, 1, 1, 'Arcane Bands'), +(1025455, 8286, 0, 1, 1, 1, 'Arcane Cloak'), +(1025455, 8287, 0, 1, 1, 1, 'Arcane Gloves'), +(1025455, 8291, 0, 1, 1, 1, 'Arcane Sash'), +(1025455, 8292, 0, 1, 1, 1, 'Arcane Cover'), +(1025455, 8293, 0, 1, 1, 1, 'Traveler\'s Belt'), +(1025455, 8294, 0, 1, 1, 1, 'Traveler\'s Boots'), +(1025455, 8295, 0, 1, 1, 1, 'Traveler\'s Bracers'), +(1025455, 8297, 0, 1, 1, 1, 'Traveler\'s Cloak'), +(1025455, 8298, 0, 1, 1, 1, 'Traveler\'s Gloves'), +(1025455, 8302, 0, 1, 1, 1, 'Hero\'s Bracers'), +(1025455, 8304, 0, 1, 1, 1, 'Hero\'s Cape'), +(1025455, 8311, 0, 1, 1, 1, 'Alabaster Plate Vambraces'), +(1025455, 8312, 0, 1, 1, 1, 'Alabaster Breastplate'), +(1025455, 8314, 0, 1, 1, 1, 'Alabaster Plate Gauntlets'), +(1025455, 8316, 0, 1, 1, 1, 'Alabaster Plate Greaves'), +(1025455, 8317, 0, 1, 1, 1, 'Alabaster Plate Helmet'), +(1025455, 8318, 0, 1, 1, 1, 'Alabaster Plate Leggings'), +(1025455, 8319, 0, 1, 1, 1, 'Alabaster Plate Pauldrons'), +(1025455, 8320, 0, 1, 1, 1, 'Alabaster Shield'), +(1025455, 9943, 0, 1, 1, 1, 'Abjurer\'s Robe'), +(1025455, 9944, 0, 1, 1, 1, 'Abjurer\'s Crystal'), +(1025455, 9946, 0, 1, 1, 1, 'Abjurer\'s Tunic'), +(1025455, 9950, 0, 1, 1, 1, 'Chieftain\'s Breastplate'), +(1025455, 10057, 0, 1, 1, 1, 'Duskwoven Tunic'), +(1025455, 10064, 0, 1, 1, 1, 'Duskwoven Pants'), +(1025455, 10065, 0, 1, 1, 1, 'Duskwoven Robe'), +(1025455, 10070, 0, 1, 1, 1, 'Righteous Armor'), +(1025455, 10074, 0, 1, 1, 1, 'Righteous Leggings'), +(1025455, 10077, 0, 1, 1, 1, 'Lord\'s Breastplate'), +(1025455, 10078, 0, 1, 1, 1, 'Lord\'s Crest'), +(1025455, 10093, 0, 1, 1, 1, 'Revenant Deflector'), +(1025455, 10095, 0, 1, 1, 1, 'Councillor\'s Boots'), +(1025455, 10096, 0, 1, 1, 1, 'Councillor\'s Cuffs'), +(1025455, 10097, 0, 1, 1, 1, 'Councillor\'s Circlet'), +(1025455, 10098, 0, 1, 1, 1, 'Councillor\'s Cloak'), +(1025455, 10099, 0, 1, 1, 1, 'Councillor\'s Gloves'), +(1025455, 10100, 0, 1, 1, 1, 'Councillor\'s Shoulders'), +(1025455, 10101, 0, 1, 1, 1, 'Councillor\'s Pants'), +(1025455, 10103, 0, 1, 1, 1, 'Councillor\'s Sash'), +(1025455, 10106, 0, 1, 1, 1, 'Wanderer\'s Boots'), +(1025455, 10107, 0, 1, 1, 1, 'Wanderer\'s Bracers'), +(1025455, 10108, 0, 1, 1, 1, 'Wanderer\'s Cloak'), +(1025455, 10109, 0, 1, 1, 1, 'Wanderer\'s Belt'), +(1025455, 10110, 0, 1, 1, 1, 'Wanderer\'s Gloves'), +(1025455, 10111, 0, 1, 1, 1, 'Wanderer\'s Hat'), +(1025455, 10112, 0, 1, 1, 1, 'Wanderer\'s Leggings'), +(1025455, 10113, 0, 1, 1, 1, 'Wanderer\'s Shoulders'), +(1025455, 10118, 0, 1, 1, 1, 'Ornate Breastplate'), +(1025455, 10119, 0, 1, 1, 1, 'Ornate Greaves'), +(1025455, 10120, 0, 1, 1, 1, 'Ornate Cloak'), +(1025455, 10121, 0, 1, 1, 1, 'Ornate Gauntlets'), +(1025455, 10122, 0, 1, 1, 1, 'Ornate Girdle'), +(1025455, 10123, 0, 1, 1, 1, 'Ornate Circlet'), +(1025455, 10124, 0, 1, 1, 1, 'Ornate Legguards'), +(1025455, 10125, 0, 1, 1, 1, 'Ornate Pauldrons'), +(1025455, 10126, 0, 1, 1, 1, 'Ornate Bracers'), +(1025455, 10128, 0, 1, 1, 1, 'Revenant Chestplate'), +(1025455, 10148, 0, 1, 1, 1, 'Mighty Cloak'), +(1025455, 10164, 0, 1, 1, 1, 'Templar Chestplate'), +(1025455, 10165, 0, 1, 1, 1, 'Templar Gauntlets'), +(1025455, 10166, 0, 1, 1, 1, 'Templar Girdle'), +(1025455, 10167, 0, 1, 1, 1, 'Templar Boots'), +(1025455, 10168, 0, 1, 1, 1, 'Templar Crown'), +(1025455, 10169, 0, 1, 1, 1, 'Templar Legplates'), +(1025455, 10170, 0, 1, 1, 1, 'Templar Pauldrons'), +(1025455, 10171, 0, 1, 1, 1, 'Templar Bracers'), +(1025455, 10172, 0, 1, 1, 1, 'Mystical Mantle'), +(1025455, 10173, 0, 1, 1, 1, 'Mystical Bracers'), +(1025455, 10175, 0, 1, 1, 1, 'Mystical Headwrap'), +(1025455, 10176, 0, 1, 1, 1, 'Mystical Gloves'), +(1025455, 10177, 0, 1, 1, 1, 'Mystical Leggings'), +(1025455, 10178, 0, 1, 1, 1, 'Mystical Robe'), +(1025455, 10179, 0, 1, 1, 1, 'Mystical Boots'), +(1025455, 10181, 0, 1, 1, 1, 'Mystical Armor'), +(1025455, 10182, 0, 1, 1, 1, 'Swashbuckler\'s Breastplate'), +(1025455, 10183, 0, 1, 1, 1, 'Swashbuckler\'s Boots'), +(1025455, 10186, 0, 1, 1, 1, 'Swashbuckler\'s Gloves'), +(1025455, 10187, 0, 1, 1, 1, 'Swashbuckler\'s Eyepatch'), +(1025455, 10188, 0, 1, 1, 1, 'Swashbuckler\'s Leggings'), +(1025455, 10189, 0, 1, 1, 1, 'Swashbuckler\'s Shoulderpads'), +(1025455, 10192, 0, 1, 1, 1, 'Crusader\'s Boots'), +(1025455, 10193, 0, 1, 1, 1, 'Crusader\'s Armor'), +(1025455, 10195, 0, 1, 1, 1, 'Crusader\'s Shield'), +(1025455, 10198, 0, 1, 1, 1, 'Crusader\'s Helm'), +(1025455, 10199, 0, 1, 1, 1, 'Crusader\'s Leggings'), +(1025455, 10200, 0, 1, 1, 1, 'Crusader\'s Pauldrons'), +(1025455, 10204, 0, 1, 1, 1, 'Heavy Lamellar Shield'), +(1025455, 10212, 0, 1, 1, 1, 'Elegant Cloak'), +(1025455, 10213, 0, 1, 1, 1, 'Elegant Bracers'), +(1025455, 10216, 0, 1, 1, 1, 'Elegant Belt'), +(1025455, 10221, 0, 1, 1, 1, 'Nightshade Girdle'), +(1025455, 10223, 0, 1, 1, 1, 'Nightshade Armguards'), +(1025455, 10224, 0, 1, 1, 1, 'Nightshade Cloak'), +(1025455, 10229, 0, 1, 1, 1, 'Engraved Bracers'), +(1025455, 10231, 0, 1, 1, 1, 'Engraved Cape'), +(1025455, 10232, 0, 1, 1, 1, 'Engraved Gauntlets'), +(1025455, 10233, 0, 1, 1, 1, 'Engraved Girdle'), +(1025455, 10234, 0, 1, 1, 1, 'Engraved Boots'), +(1025455, 10237, 0, 1, 1, 1, 'Engraved Pauldrons'), +(1025455, 10240, 0, 1, 1, 1, 'Heavy Lamellar Chestpiece'), +(1025455, 10241, 0, 1, 1, 1, 'Heavy Lamellar Helm'), +(1025455, 10244, 0, 1, 1, 1, 'Heavy Lamellar Leggings'), +(1025455, 10245, 0, 1, 1, 1, 'Heavy Lamellar Pauldrons'), +(1025455, 10276, 0, 1, 1, 1, 'Emerald Sabatons'), +(1025455, 10277, 0, 1, 1, 1, 'Emerald Gauntlets'), +(1025455, 10278, 0, 1, 1, 1, 'Emerald Girdle'), +(1025455, 10279, 0, 1, 1, 1, 'Emerald Helm'), +(1025455, 10281, 0, 1, 1, 1, 'Emerald Pauldrons'), +(1025455, 10282, 0, 1, 1, 1, 'Emerald Vambraces'), +(1025455, 10362, 0, 1, 1, 1, 'Ornate Shield'), +(1025455, 10364, 0, 1, 1, 1, 'Templar Shield'), +(1025455, 10369, 0, 1, 1, 1, 'Imbued Plate Gauntlets'), +(1025455, 10370, 0, 1, 1, 1, 'Imbued Plate Girdle'), +(1025455, 10371, 0, 1, 1, 1, 'Imbued Plate Greaves'), +(1025455, 10375, 0, 1, 1, 1, 'Imbued Plate Vambraces'), +(1025455, 11977, 0, 1, 1, 1, 'Serpentine Loop'), +(1025455, 11978, 0, 1, 1, 1, 'Jasper Link'), +(1025455, 11990, 0, 1, 1, 1, 'Selenium Loop'), +(1025455, 12002, 0, 1, 1, 1, 'Marble Circle'), +(1025455, 12004, 0, 1, 1, 1, 'Obsidian Band'), +(1025455, 12014, 0, 1, 1, 1, 'Arctic Ring'), +(1025455, 12015, 0, 1, 1, 1, 'Swamp Ring'), +(1025455, 12025, 0, 1, 1, 1, 'Selenium Chain'), +(1025455, 12034, 0, 1, 1, 1, 'Marble Necklace'), +(1025455, 12035, 0, 1, 1, 1, 'Obsidian Pendant'), +(1025455, 12045, 0, 1, 1, 1, 'Swamp Pendant'), +(1025455, 12056, 0, 1, 1, 1, 'Ring of the Heavens'), +(1025455, 14281, 0, 1, 1, 1, 'Opulent Crown'), +(1025455, 14283, 0, 1, 1, 1, 'Opulent Leggings'), +(1025455, 14284, 0, 1, 1, 1, 'Opulent Robes'), +(1025455, 14287, 0, 1, 1, 1, 'Opulent Tunic'), +(1025455, 14288, 0, 1, 1, 1, 'Arachnidian Armor'), +(1025455, 14293, 0, 1, 1, 1, 'Arachnidian Circlet'), +(1025455, 14295, 0, 1, 1, 1, 'Arachnidian Legguards'), +(1025455, 14297, 0, 1, 1, 1, 'Arachnidian Robes'), +(1025455, 14298, 0, 1, 1, 1, 'Bonecaster\'s Spaulders'), +(1025455, 14299, 0, 1, 1, 1, 'Bonecaster\'s Boots'), +(1025455, 14301, 0, 1, 1, 1, 'Bonecaster\'s Bindings'), +(1025455, 14302, 0, 1, 1, 1, 'Bonecaster\'s Gloves'), +(1025455, 14304, 0, 1, 1, 1, 'Bonecaster\'s Belt'), +(1025455, 14305, 0, 1, 1, 1, 'Bonecaster\'s Sarong'), +(1025455, 14309, 0, 1, 1, 1, 'Celestial Belt'), +(1025455, 14310, 0, 1, 1, 1, 'Celestial Slippers'), +(1025455, 14311, 0, 1, 1, 1, 'Celestial Bindings'), +(1025455, 14313, 0, 1, 1, 1, 'Celestial Cape'), +(1025455, 14314, 0, 1, 1, 1, 'Celestial Handwraps'), +(1025455, 14320, 0, 1, 1, 1, 'Resplendent Bracelets'), +(1025455, 14321, 0, 1, 1, 1, 'Resplendent Cloak'), +(1025455, 14327, 0, 1, 1, 1, 'Resplendent Belt'), +(1025455, 14331, 0, 1, 1, 1, 'Eternal Cloak'), +(1025455, 14437, 0, 1, 1, 1, 'Venomshroud Vest'), +(1025455, 14445, 0, 1, 1, 1, 'Venomshroud Silk Robes'), +(1025455, 14447, 0, 1, 1, 1, 'Highborne Footpads'), +(1025455, 14449, 0, 1, 1, 1, 'Highborne Crown'), +(1025455, 14451, 0, 1, 1, 1, 'Highborne Gloves'), +(1025455, 14452, 0, 1, 1, 1, 'Highborne Pauldrons'), +(1025455, 14454, 0, 1, 1, 1, 'Highborne Cord'), +(1025455, 14457, 0, 1, 1, 1, 'Elunarian Cuffs'), +(1025455, 14459, 0, 1, 1, 1, 'Elunarian Cloak'), +(1025455, 14664, 0, 1, 1, 1, 'Keeper\'s Armor'), +(1025455, 14667, 0, 1, 1, 1, 'Keeper\'s Wreath'), +(1025455, 14671, 0, 1, 1, 1, 'Pridelord Boots'), +(1025455, 14672, 0, 1, 1, 1, 'Pridelord Bands'), +(1025455, 14674, 0, 1, 1, 1, 'Pridelord Girdle'), +(1025455, 14675, 0, 1, 1, 1, 'Pridelord Gloves'), +(1025455, 14676, 0, 1, 1, 1, 'Pridelord Halo'), +(1025455, 14677, 0, 1, 1, 1, 'Pridelord Pants'), +(1025455, 14678, 0, 1, 1, 1, 'Pridelord Pauldrons'), +(1025455, 14789, 0, 1, 1, 1, 'Protector Breastplate'), +(1025455, 14790, 0, 1, 1, 1, 'Protector Buckler'), +(1025455, 14795, 0, 1, 1, 1, 'Protector Helm'), +(1025455, 14796, 0, 1, 1, 1, 'Protector Legguards'), +(1025455, 14799, 0, 1, 1, 1, 'Bloodlust Boots'), +(1025455, 14802, 0, 1, 1, 1, 'Bloodlust Gauntlets'), +(1025455, 14803, 0, 1, 1, 1, 'Bloodlust Belt'), +(1025455, 14804, 0, 1, 1, 1, 'Bloodlust Helm'), +(1025455, 14805, 0, 1, 1, 1, 'Bloodlust Britches'), +(1025455, 14806, 0, 1, 1, 1, 'Bloodlust Epaulets'), +(1025455, 14807, 0, 1, 1, 1, 'Bloodlust Bracelets'), +(1025455, 14813, 0, 1, 1, 1, 'Warstrike Cape'), +(1025455, 14844, 0, 1, 1, 1, 'Sunscale Chestguard'), +(1025455, 14849, 0, 1, 1, 1, 'Sunscale Helmet'), +(1025455, 14852, 0, 1, 1, 1, 'Sunscale Shield'), +(1025455, 14855, 0, 1, 1, 1, 'Vanguard Gauntlets'), +(1025455, 14856, 0, 1, 1, 1, 'Vanguard Girdle'), +(1025455, 14857, 0, 1, 1, 1, 'Vanguard Sabatons'), +(1025455, 14858, 0, 1, 1, 1, 'Vanguard Headdress'), +(1025455, 14859, 0, 1, 1, 1, 'Vanguard Legplates'), +(1025455, 14860, 0, 1, 1, 1, 'Vanguard Pauldrons'), +(1025455, 14869, 0, 1, 1, 1, 'Warleader\'s Bracers'), +(1025455, 14915, 0, 1, 1, 1, 'Jade Breastplate'), +(1025455, 14916, 0, 1, 1, 1, 'Jade Deflector'), +(1025455, 14922, 0, 1, 1, 1, 'Lofty Sabatons'), +(1025455, 14924, 0, 1, 1, 1, 'Lofty Breastplate'), +(1025455, 14925, 0, 1, 1, 1, 'Lofty Helm'), +(1025455, 14926, 0, 1, 1, 1, 'Lofty Gauntlets'), +(1025455, 14928, 0, 1, 1, 1, 'Lofty Legguards'), +(1025455, 14929, 0, 1, 1, 1, 'Lofty Shoulder Pads'), +(1025455, 14930, 0, 1, 1, 1, 'Lofty Shield'), +(1025455, 14932, 0, 1, 1, 1, 'Heroic Greaves'), +(1025455, 14933, 0, 1, 1, 1, 'Heroic Gauntlets'), +(1025455, 14934, 0, 1, 1, 1, 'Heroic Girdle'), +(1025455, 14938, 0, 1, 1, 1, 'Heroic Bracers'), +(1025455, 14958, 0, 1, 1, 1, 'High Chief\'s Armor'), +(1025455, 14961, 0, 1, 1, 1, 'High Chief\'s Crown'), +(1025455, 14962, 0, 1, 1, 1, 'High Chief\'s Legguards'), +(1025455, 14963, 0, 1, 1, 1, 'High Chief\'s Pauldrons'), +(1025455, 14964, 0, 1, 1, 1, 'High Chief\'s Shield'), +(1025455, 14967, 0, 1, 1, 1, 'Glorious Gauntlets'), +(1025455, 14968, 0, 1, 1, 1, 'Glorious Belt'), +(1025455, 14970, 0, 1, 1, 1, 'Glorious Legplates'), +(1025455, 14971, 0, 1, 1, 1, 'Glorious Shoulder Pads'), +(1025455, 14972, 0, 1, 1, 1, 'Glorious Sabatons'), +(1025455, 14974, 0, 1, 1, 1, 'Glorious Bindings'), +(1025455, 15119, 0, 1, 1, 1, 'Highborne Pants'), +(1025455, 15179, 0, 1, 1, 1, 'Praetorian Padded Armor'), +(1025455, 15180, 0, 1, 1, 1, 'Praetorian Girdle'), +(1025455, 15181, 0, 1, 1, 1, 'Praetorian Boots'), +(1025455, 15184, 0, 1, 1, 1, 'Praetorian Gloves'), +(1025455, 15185, 0, 1, 1, 1, 'Praetorian Coif'), +(1025455, 15186, 0, 1, 1, 1, 'Praetorian Leggings'), +(1025455, 15187, 0, 1, 1, 1, 'Praetorian Pauldrons'), +(1025455, 15188, 0, 1, 1, 1, 'Grand Armguards'), +(1025455, 15190, 0, 1, 1, 1, 'Grand Cloak'), +(1025455, 15191, 0, 1, 1, 1, 'Grand Belt'), +(1025455, 15217, 0, 1, 1, 1, 'Widow Blade'), +(1025455, 15218, 0, 1, 1, 1, 'Crystal Sword'), +(1025455, 15228, 0, 1, 1, 1, 'Smashing Star'), +(1025455, 15229, 0, 1, 1, 1, 'Blesswind Hammer'), +(1025455, 15237, 0, 1, 1, 1, 'Corpse Harvester'), +(1025455, 15238, 0, 1, 1, 1, 'Warlord\'s Axe'), +(1025455, 15254, 0, 1, 1, 1, 'Dark Espadon'), +(1025455, 15255, 0, 1, 1, 1, 'Gallant Flamberge'), +(1025455, 15264, 0, 1, 1, 1, 'Backbreaker'), +(1025455, 15265, 0, 1, 1, 1, 'Painbringer'), +(1025455, 15271, 0, 1, 1, 1, 'Colossal Great Axe'), +(1025455, 15275, 0, 1, 1, 1, 'Thaumaturgist Staff'), +(1025455, 15276, 0, 1, 1, 1, 'Magus Long Staff'), +(1025455, 15280, 0, 1, 1, 1, 'Wizard\'s Hand'), +(1025455, 15281, 0, 1, 1, 1, 'Glowstar Rod'), +(1025455, 15294, 0, 1, 1, 1, 'Siege Bow'), +(1025455, 15295, 0, 1, 1, 1, 'Quillfire Bow'), +(1025455, 15324, 0, 1, 1, 1, 'Burnside Rifle'), +(1025455, 15389, 0, 1, 1, 1, 'Jadefire Sabatons'), +(1025455, 15390, 0, 1, 1, 1, 'Jadefire Chestguard'), +(1025455, 15391, 0, 1, 1, 1, 'Jadefire Cap'), +(1025455, 15394, 0, 1, 1, 1, 'Jadefire Pants'), +(1025455, 15395, 0, 1, 1, 1, 'Jadefire Epaulets'), +(1025455, 15425, 0, 1, 1, 1, 'Peerless Bracers'), +(1025455, 15426, 0, 1, 1, 1, 'Peerless Boots'), +(1025455, 15427, 0, 1, 1, 1, 'Peerless Cloak'), +(1025455, 15428, 0, 1, 1, 1, 'Peerless Belt'), +(1025455, 15429, 0, 1, 1, 1, 'Peerless Gloves'), +(1025455, 15432, 0, 1, 1, 1, 'Peerless Shoulders'), +(1025455, 15640, 0, 1, 1, 1, 'Ironhide Breastplate'), +(1025455, 15645, 0, 1, 1, 1, 'Ironhide Helmet'), +(1025455, 15646, 0, 1, 1, 1, 'Ironhide Legguards'), +(1025455, 15647, 0, 1, 1, 1, 'Ironhide Pauldrons'), +(1025455, 15648, 0, 1, 1, 1, 'Ironhide Shield'), +(1025455, 15650, 0, 1, 1, 1, 'Merciless Surcoat'), +(1025455, 15651, 0, 1, 1, 1, 'Merciless Crown'), +(1025455, 15653, 0, 1, 1, 1, 'Merciless Gauntlets'), +(1025455, 15654, 0, 1, 1, 1, 'Merciless Belt'), +(1025455, 15655, 0, 1, 1, 1, 'Merciless Legguards'), +(1025455, 15656, 0, 1, 1, 1, 'Merciless Epaulets'), +(1025455, 15657, 0, 1, 1, 1, 'Merciless Shield'), +(1025455, 15659, 0, 1, 1, 1, 'Impenetrable Bindings'), +(1025455, 15661, 0, 1, 1, 1, 'Impenetrable Cloak'), +(1025455, 15662, 0, 1, 1, 1, 'Impenetrable Gauntlets'), +(1025455, 15663, 0, 1, 1, 1, 'Impenetrable Belt'), +(1025455, 15668, 0, 1, 1, 1, 'Magnificent Bracers'), +(1025455, 15671, 0, 1, 1, 1, 'Magnificent Cloak'), +(1025455, 15673, 0, 1, 1, 1, 'Magnificent Belt'), +(1025455, 15681, 0, 1, 1, 1, 'Triumphant Cloak'), +(1025455, 15694, 0, 1, 1, 1, 'Merciless Greaves'), +(1025455, 15930, 0, 1, 1, 1, 'Imperial Red Scepter'), +(1025455, 15936, 0, 1, 1, 1, 'Duskwoven Branch'), +(1025455, 15938, 0, 1, 1, 1, 'Mystical Orb'), +(1025455, 15966, 0, 1, 1, 1, 'Venomshroud Orb'), +(1025455, 15984, 0, 1, 1, 1, 'Opulent Scepter'), +(1025455, 15985, 0, 1, 1, 1, 'Arachnidian Branch'), +(1025555, 8245, 0, 1, 1, 1, 'Imperial Red Tunic'), +(1025555, 8251, 0, 1, 1, 1, 'Imperial Red Pants'), +(1025555, 8252, 0, 1, 1, 1, 'Imperial Red Robe'), +(1025555, 8258, 0, 1, 1, 1, 'Serpentskin Armor'), +(1025555, 8261, 0, 1, 1, 1, 'Serpentskin Helm'), +(1025555, 8262, 0, 1, 1, 1, 'Serpentskin Leggings'), +(1025555, 8265, 0, 1, 1, 1, 'Ebonhold Armor'), +(1025555, 8267, 0, 1, 1, 1, 'Ebonhold Gauntlets'), +(1025555, 8268, 0, 1, 1, 1, 'Ebonhold Girdle'), +(1025555, 8269, 0, 1, 1, 1, 'Ebonhold Boots'), +(1025555, 8270, 0, 1, 1, 1, 'Ebonhold Helmet'), +(1025555, 8271, 0, 1, 1, 1, 'Ebonhold Leggings'), +(1025555, 8272, 0, 1, 1, 1, 'Ebonhold Shoulderpads'), +(1025555, 8275, 0, 1, 1, 1, 'Ebonhold Buckler'), +(1025555, 8284, 0, 1, 1, 1, 'Arcane Boots'), +(1025555, 8285, 0, 1, 1, 1, 'Arcane Bands'), +(1025555, 8286, 0, 1, 1, 1, 'Arcane Cloak'), +(1025555, 8287, 0, 1, 1, 1, 'Arcane Gloves'), +(1025555, 8291, 0, 1, 1, 1, 'Arcane Sash'), +(1025555, 8292, 0, 1, 1, 1, 'Arcane Cover'), +(1025555, 8293, 0, 1, 1, 1, 'Traveler\'s Belt'), +(1025555, 8294, 0, 1, 1, 1, 'Traveler\'s Boots'), +(1025555, 8295, 0, 1, 1, 1, 'Traveler\'s Bracers'), +(1025555, 8297, 0, 1, 1, 1, 'Traveler\'s Cloak'), +(1025555, 8298, 0, 1, 1, 1, 'Traveler\'s Gloves'), +(1025555, 8302, 0, 1, 1, 1, 'Hero\'s Bracers'), +(1025555, 8304, 0, 1, 1, 1, 'Hero\'s Cape'), +(1025555, 8312, 0, 1, 1, 1, 'Alabaster Breastplate'), +(1025555, 8317, 0, 1, 1, 1, 'Alabaster Plate Helmet'), +(1025555, 8318, 0, 1, 1, 1, 'Alabaster Plate Leggings'), +(1025555, 8319, 0, 1, 1, 1, 'Alabaster Plate Pauldrons'), +(1025555, 8320, 0, 1, 1, 1, 'Alabaster Shield'), +(1025555, 10057, 0, 1, 1, 1, 'Duskwoven Tunic'), +(1025555, 10065, 0, 1, 1, 1, 'Duskwoven Robe'), +(1025555, 10070, 0, 1, 1, 1, 'Righteous Armor'), +(1025555, 10093, 0, 1, 1, 1, 'Revenant Deflector'), +(1025555, 10095, 0, 1, 1, 1, 'Councillor\'s Boots'), +(1025555, 10096, 0, 1, 1, 1, 'Councillor\'s Cuffs'), +(1025555, 10097, 0, 1, 1, 1, 'Councillor\'s Circlet'), +(1025555, 10099, 0, 1, 1, 1, 'Councillor\'s Gloves'), +(1025555, 10100, 0, 1, 1, 1, 'Councillor\'s Shoulders'), +(1025555, 10101, 0, 1, 1, 1, 'Councillor\'s Pants'), +(1025555, 10103, 0, 1, 1, 1, 'Councillor\'s Sash'), +(1025555, 10106, 0, 1, 1, 1, 'Wanderer\'s Boots'), +(1025555, 10107, 0, 1, 1, 1, 'Wanderer\'s Bracers'), +(1025555, 10109, 0, 1, 1, 1, 'Wanderer\'s Belt'), +(1025555, 10110, 0, 1, 1, 1, 'Wanderer\'s Gloves'), +(1025555, 10111, 0, 1, 1, 1, 'Wanderer\'s Hat'), +(1025555, 10112, 0, 1, 1, 1, 'Wanderer\'s Leggings'), +(1025555, 10113, 0, 1, 1, 1, 'Wanderer\'s Shoulders'), +(1025555, 10118, 0, 1, 1, 1, 'Ornate Breastplate'), +(1025555, 10119, 0, 1, 1, 1, 'Ornate Greaves'), +(1025555, 10121, 0, 1, 1, 1, 'Ornate Gauntlets'), +(1025555, 10122, 0, 1, 1, 1, 'Ornate Girdle'), +(1025555, 10123, 0, 1, 1, 1, 'Ornate Circlet'), +(1025555, 10124, 0, 1, 1, 1, 'Ornate Legguards'), +(1025555, 10125, 0, 1, 1, 1, 'Ornate Pauldrons'), +(1025555, 10126, 0, 1, 1, 1, 'Ornate Bracers'), +(1025555, 10128, 0, 1, 1, 1, 'Revenant Chestplate'), +(1025555, 10148, 0, 1, 1, 1, 'Mighty Cloak'), +(1025555, 10164, 0, 1, 1, 1, 'Templar Chestplate'), +(1025555, 10165, 0, 1, 1, 1, 'Templar Gauntlets'), +(1025555, 10166, 0, 1, 1, 1, 'Templar Girdle'), +(1025555, 10167, 0, 1, 1, 1, 'Templar Boots'), +(1025555, 10168, 0, 1, 1, 1, 'Templar Crown'), +(1025555, 10169, 0, 1, 1, 1, 'Templar Legplates'), +(1025555, 10170, 0, 1, 1, 1, 'Templar Pauldrons'), +(1025555, 10171, 0, 1, 1, 1, 'Templar Bracers'), +(1025555, 10172, 0, 1, 1, 1, 'Mystical Mantle'), +(1025555, 10175, 0, 1, 1, 1, 'Mystical Headwrap'), +(1025555, 10176, 0, 1, 1, 1, 'Mystical Gloves'), +(1025555, 10177, 0, 1, 1, 1, 'Mystical Leggings'), +(1025555, 10178, 0, 1, 1, 1, 'Mystical Robe'), +(1025555, 10179, 0, 1, 1, 1, 'Mystical Boots'), +(1025555, 10181, 0, 1, 1, 1, 'Mystical Armor'), +(1025555, 10182, 0, 1, 1, 1, 'Swashbuckler\'s Breastplate'), +(1025555, 10183, 0, 1, 1, 1, 'Swashbuckler\'s Boots'), +(1025555, 10187, 0, 1, 1, 1, 'Swashbuckler\'s Eyepatch'), +(1025555, 10188, 0, 1, 1, 1, 'Swashbuckler\'s Leggings'), +(1025555, 10189, 0, 1, 1, 1, 'Swashbuckler\'s Shoulderpads'), +(1025555, 10193, 0, 1, 1, 1, 'Crusader\'s Armor'), +(1025555, 10195, 0, 1, 1, 1, 'Crusader\'s Shield'), +(1025555, 10199, 0, 1, 1, 1, 'Crusader\'s Leggings'), +(1025555, 10204, 0, 1, 1, 1, 'Heavy Lamellar Shield'), +(1025555, 10212, 0, 1, 1, 1, 'Elegant Cloak'), +(1025555, 10213, 0, 1, 1, 1, 'Elegant Bracers'), +(1025555, 10216, 0, 1, 1, 1, 'Elegant Belt'), +(1025555, 10221, 0, 1, 1, 1, 'Nightshade Girdle'), +(1025555, 10223, 0, 1, 1, 1, 'Nightshade Armguards'), +(1025555, 10224, 0, 1, 1, 1, 'Nightshade Cloak'), +(1025555, 10229, 0, 1, 1, 1, 'Engraved Bracers'), +(1025555, 10231, 0, 1, 1, 1, 'Engraved Cape'), +(1025555, 10232, 0, 1, 1, 1, 'Engraved Gauntlets'), +(1025555, 10233, 0, 1, 1, 1, 'Engraved Girdle'), +(1025555, 10234, 0, 1, 1, 1, 'Engraved Boots'), +(1025555, 10237, 0, 1, 1, 1, 'Engraved Pauldrons'), +(1025555, 10240, 0, 1, 1, 1, 'Heavy Lamellar Chestpiece'), +(1025555, 10244, 0, 1, 1, 1, 'Heavy Lamellar Leggings'), +(1025555, 10276, 0, 1, 1, 1, 'Emerald Sabatons'), +(1025555, 10277, 0, 1, 1, 1, 'Emerald Gauntlets'), +(1025555, 10278, 0, 1, 1, 1, 'Emerald Girdle'), +(1025555, 10279, 0, 1, 1, 1, 'Emerald Helm'), +(1025555, 10281, 0, 1, 1, 1, 'Emerald Pauldrons'), +(1025555, 10282, 0, 1, 1, 1, 'Emerald Vambraces'), +(1025555, 10362, 0, 1, 1, 1, 'Ornate Shield'), +(1025555, 10364, 0, 1, 1, 1, 'Templar Shield'), +(1025555, 10369, 0, 1, 1, 1, 'Imbued Plate Gauntlets'), +(1025555, 10370, 0, 1, 1, 1, 'Imbued Plate Girdle'), +(1025555, 10371, 0, 1, 1, 1, 'Imbued Plate Greaves'), +(1025555, 10375, 0, 1, 1, 1, 'Imbued Plate Vambraces'), +(1025555, 11977, 0, 1, 1, 1, 'Serpentine Loop'), +(1025555, 11978, 0, 1, 1, 1, 'Jasper Link'), +(1025555, 11990, 0, 1, 1, 1, 'Selenium Loop'), +(1025555, 12002, 0, 1, 1, 1, 'Marble Circle'), +(1025555, 12004, 0, 1, 1, 1, 'Obsidian Band'), +(1025555, 12015, 0, 1, 1, 1, 'Swamp Ring'), +(1025555, 12025, 0, 1, 1, 1, 'Selenium Chain'), +(1025555, 12035, 0, 1, 1, 1, 'Obsidian Pendant'), +(1025555, 12045, 0, 1, 1, 1, 'Swamp Pendant'), +(1025555, 12056, 0, 1, 1, 1, 'Ring of the Heavens'), +(1025555, 14283, 0, 1, 1, 1, 'Opulent Leggings'), +(1025555, 14284, 0, 1, 1, 1, 'Opulent Robes'), +(1025555, 14287, 0, 1, 1, 1, 'Opulent Tunic'), +(1025555, 14288, 0, 1, 1, 1, 'Arachnidian Armor'), +(1025555, 14293, 0, 1, 1, 1, 'Arachnidian Circlet'), +(1025555, 14295, 0, 1, 1, 1, 'Arachnidian Legguards'), +(1025555, 14297, 0, 1, 1, 1, 'Arachnidian Robes'), +(1025555, 14298, 0, 1, 1, 1, 'Bonecaster\'s Spaulders'), +(1025555, 14299, 0, 1, 1, 1, 'Bonecaster\'s Boots'), +(1025555, 14302, 0, 1, 1, 1, 'Bonecaster\'s Gloves'), +(1025555, 14304, 0, 1, 1, 1, 'Bonecaster\'s Belt'), +(1025555, 14305, 0, 1, 1, 1, 'Bonecaster\'s Sarong'), +(1025555, 14309, 0, 1, 1, 1, 'Celestial Belt'), +(1025555, 14310, 0, 1, 1, 1, 'Celestial Slippers'), +(1025555, 14311, 0, 1, 1, 1, 'Celestial Bindings'), +(1025555, 14313, 0, 1, 1, 1, 'Celestial Cape'), +(1025555, 14314, 0, 1, 1, 1, 'Celestial Handwraps'), +(1025555, 14320, 0, 1, 1, 1, 'Resplendent Bracelets'), +(1025555, 14321, 0, 1, 1, 1, 'Resplendent Cloak'), +(1025555, 14327, 0, 1, 1, 1, 'Resplendent Belt'), +(1025555, 14331, 0, 1, 1, 1, 'Eternal Cloak'), +(1025555, 14437, 0, 1, 1, 1, 'Venomshroud Vest'), +(1025555, 14445, 0, 1, 1, 1, 'Venomshroud Silk Robes'), +(1025555, 14449, 0, 1, 1, 1, 'Highborne Crown'), +(1025555, 14452, 0, 1, 1, 1, 'Highborne Pauldrons'), +(1025555, 14457, 0, 1, 1, 1, 'Elunarian Cuffs'), +(1025555, 14459, 0, 1, 1, 1, 'Elunarian Cloak'), +(1025555, 14664, 0, 1, 1, 1, 'Keeper\'s Armor'), +(1025555, 14671, 0, 1, 1, 1, 'Pridelord Boots'), +(1025555, 14674, 0, 1, 1, 1, 'Pridelord Girdle'), +(1025555, 14675, 0, 1, 1, 1, 'Pridelord Gloves'), +(1025555, 14676, 0, 1, 1, 1, 'Pridelord Halo'), +(1025555, 14677, 0, 1, 1, 1, 'Pridelord Pants'), +(1025555, 14678, 0, 1, 1, 1, 'Pridelord Pauldrons'), +(1025555, 14789, 0, 1, 1, 1, 'Protector Breastplate'), +(1025555, 14790, 0, 1, 1, 1, 'Protector Buckler'), +(1025555, 14799, 0, 1, 1, 1, 'Bloodlust Boots'), +(1025555, 14802, 0, 1, 1, 1, 'Bloodlust Gauntlets'), +(1025555, 14803, 0, 1, 1, 1, 'Bloodlust Belt'), +(1025555, 14804, 0, 1, 1, 1, 'Bloodlust Helm'), +(1025555, 14805, 0, 1, 1, 1, 'Bloodlust Britches'), +(1025555, 14806, 0, 1, 1, 1, 'Bloodlust Epaulets'), +(1025555, 14813, 0, 1, 1, 1, 'Warstrike Cape'), +(1025555, 14844, 0, 1, 1, 1, 'Sunscale Chestguard'), +(1025555, 14852, 0, 1, 1, 1, 'Sunscale Shield'), +(1025555, 14855, 0, 1, 1, 1, 'Vanguard Gauntlets'), +(1025555, 14856, 0, 1, 1, 1, 'Vanguard Girdle'), +(1025555, 14857, 0, 1, 1, 1, 'Vanguard Sabatons'), +(1025555, 14858, 0, 1, 1, 1, 'Vanguard Headdress'), +(1025555, 14859, 0, 1, 1, 1, 'Vanguard Legplates'), +(1025555, 14860, 0, 1, 1, 1, 'Vanguard Pauldrons'), +(1025555, 14869, 0, 1, 1, 1, 'Warleader\'s Bracers'), +(1025555, 14924, 0, 1, 1, 1, 'Lofty Breastplate'), +(1025555, 14925, 0, 1, 1, 1, 'Lofty Helm'), +(1025555, 14928, 0, 1, 1, 1, 'Lofty Legguards'), +(1025555, 14929, 0, 1, 1, 1, 'Lofty Shoulder Pads'), +(1025555, 14930, 0, 1, 1, 1, 'Lofty Shield'), +(1025555, 14932, 0, 1, 1, 1, 'Heroic Greaves'), +(1025555, 14933, 0, 1, 1, 1, 'Heroic Gauntlets'), +(1025555, 14934, 0, 1, 1, 1, 'Heroic Girdle'), +(1025555, 14938, 0, 1, 1, 1, 'Heroic Bracers'), +(1025555, 14958, 0, 1, 1, 1, 'High Chief\'s Armor'), +(1025555, 14961, 0, 1, 1, 1, 'High Chief\'s Crown'), +(1025555, 14962, 0, 1, 1, 1, 'High Chief\'s Legguards'), +(1025555, 14964, 0, 1, 1, 1, 'High Chief\'s Shield'), +(1025555, 14967, 0, 1, 1, 1, 'Glorious Gauntlets'), +(1025555, 14968, 0, 1, 1, 1, 'Glorious Belt'), +(1025555, 14970, 0, 1, 1, 1, 'Glorious Legplates'), +(1025555, 14971, 0, 1, 1, 1, 'Glorious Shoulder Pads'), +(1025555, 14972, 0, 1, 1, 1, 'Glorious Sabatons'), +(1025555, 14974, 0, 1, 1, 1, 'Glorious Bindings'), +(1025555, 15119, 0, 1, 1, 1, 'Highborne Pants'), +(1025555, 15179, 0, 1, 1, 1, 'Praetorian Padded Armor'), +(1025555, 15181, 0, 1, 1, 1, 'Praetorian Boots'), +(1025555, 15184, 0, 1, 1, 1, 'Praetorian Gloves'), +(1025555, 15185, 0, 1, 1, 1, 'Praetorian Coif'), +(1025555, 15186, 0, 1, 1, 1, 'Praetorian Leggings'), +(1025555, 15187, 0, 1, 1, 1, 'Praetorian Pauldrons'), +(1025555, 15188, 0, 1, 1, 1, 'Grand Armguards'), +(1025555, 15190, 0, 1, 1, 1, 'Grand Cloak'), +(1025555, 15191, 0, 1, 1, 1, 'Grand Belt'), +(1025555, 15217, 0, 1, 1, 1, 'Widow Blade'), +(1025555, 15218, 0, 1, 1, 1, 'Crystal Sword'), +(1025555, 15229, 0, 1, 1, 1, 'Blesswind Hammer'), +(1025555, 15237, 0, 1, 1, 1, 'Corpse Harvester'), +(1025555, 15238, 0, 1, 1, 1, 'Warlord\'s Axe'), +(1025555, 15254, 0, 1, 1, 1, 'Dark Espadon'), +(1025555, 15255, 0, 1, 1, 1, 'Gallant Flamberge'), +(1025555, 15264, 0, 1, 1, 1, 'Backbreaker'), +(1025555, 15265, 0, 1, 1, 1, 'Painbringer'), +(1025555, 15271, 0, 1, 1, 1, 'Colossal Great Axe'), +(1025555, 15275, 0, 1, 1, 1, 'Thaumaturgist Staff'), +(1025555, 15276, 0, 1, 1, 1, 'Magus Long Staff'), +(1025555, 15281, 0, 1, 1, 1, 'Glowstar Rod'), +(1025555, 15295, 0, 1, 1, 1, 'Quillfire Bow'), +(1025555, 15324, 0, 1, 1, 1, 'Burnside Rifle'), +(1025555, 15390, 0, 1, 1, 1, 'Jadefire Chestguard'), +(1025555, 15391, 0, 1, 1, 1, 'Jadefire Cap'), +(1025555, 15394, 0, 1, 1, 1, 'Jadefire Pants'), +(1025555, 15425, 0, 1, 1, 1, 'Peerless Bracers'), +(1025555, 15426, 0, 1, 1, 1, 'Peerless Boots'), +(1025555, 15427, 0, 1, 1, 1, 'Peerless Cloak'), +(1025555, 15428, 0, 1, 1, 1, 'Peerless Belt'), +(1025555, 15429, 0, 1, 1, 1, 'Peerless Gloves'), +(1025555, 15432, 0, 1, 1, 1, 'Peerless Shoulders'), +(1025555, 15640, 0, 1, 1, 1, 'Ironhide Breastplate'), +(1025555, 15645, 0, 1, 1, 1, 'Ironhide Helmet'), +(1025555, 15646, 0, 1, 1, 1, 'Ironhide Legguards'), +(1025555, 15648, 0, 1, 1, 1, 'Ironhide Shield'), +(1025555, 15650, 0, 1, 1, 1, 'Merciless Surcoat'), +(1025555, 15651, 0, 1, 1, 1, 'Merciless Crown'), +(1025555, 15654, 0, 1, 1, 1, 'Merciless Belt'), +(1025555, 15655, 0, 1, 1, 1, 'Merciless Legguards'), +(1025555, 15656, 0, 1, 1, 1, 'Merciless Epaulets'), +(1025555, 15657, 0, 1, 1, 1, 'Merciless Shield'), +(1025555, 15659, 0, 1, 1, 1, 'Impenetrable Bindings'), +(1025555, 15661, 0, 1, 1, 1, 'Impenetrable Cloak'), +(1025555, 15662, 0, 1, 1, 1, 'Impenetrable Gauntlets'), +(1025555, 15663, 0, 1, 1, 1, 'Impenetrable Belt'), +(1025555, 15668, 0, 1, 1, 1, 'Magnificent Bracers'), +(1025555, 15671, 0, 1, 1, 1, 'Magnificent Cloak'), +(1025555, 15673, 0, 1, 1, 1, 'Magnificent Belt'), +(1025555, 15681, 0, 1, 1, 1, 'Triumphant Cloak'), +(1025555, 15694, 0, 1, 1, 1, 'Merciless Greaves'), +(1025555, 15930, 0, 1, 1, 1, 'Imperial Red Scepter'), +(1025555, 15936, 0, 1, 1, 1, 'Duskwoven Branch'), +(1025555, 15938, 0, 1, 1, 1, 'Mystical Orb'), +(1025555, 15966, 0, 1, 1, 1, 'Venomshroud Orb'), +(1025555, 15984, 0, 1, 1, 1, 'Opulent Scepter'), +(1025555, 15985, 0, 1, 1, 1, 'Arachnidian Branch'), +(1025556, 8245, 0, 1, 1, 1, 'Imperial Red Tunic'), +(1025556, 8251, 0, 1, 1, 1, 'Imperial Red Pants'), +(1025556, 8252, 0, 1, 1, 1, 'Imperial Red Robe'), +(1025556, 8258, 0, 1, 1, 1, 'Serpentskin Armor'), +(1025556, 8261, 0, 1, 1, 1, 'Serpentskin Helm'), +(1025556, 8262, 0, 1, 1, 1, 'Serpentskin Leggings'), +(1025556, 8265, 0, 1, 1, 1, 'Ebonhold Armor'), +(1025556, 8267, 0, 1, 1, 1, 'Ebonhold Gauntlets'), +(1025556, 8268, 0, 1, 1, 1, 'Ebonhold Girdle'), +(1025556, 8269, 0, 1, 1, 1, 'Ebonhold Boots'), +(1025556, 8270, 0, 1, 1, 1, 'Ebonhold Helmet'), +(1025556, 8271, 0, 1, 1, 1, 'Ebonhold Leggings'), +(1025556, 8272, 0, 1, 1, 1, 'Ebonhold Shoulderpads'), +(1025556, 8275, 0, 1, 1, 1, 'Ebonhold Buckler'), +(1025556, 8284, 0, 1, 1, 1, 'Arcane Boots'), +(1025556, 8285, 0, 1, 1, 1, 'Arcane Bands'), +(1025556, 8286, 0, 1, 1, 1, 'Arcane Cloak'), +(1025556, 8287, 0, 1, 1, 1, 'Arcane Gloves'), +(1025556, 8288, 0, 1, 1, 1, 'Arcane Pads'), +(1025556, 8291, 0, 1, 1, 1, 'Arcane Sash'), +(1025556, 8292, 0, 1, 1, 1, 'Arcane Cover'), +(1025556, 8293, 0, 1, 1, 1, 'Traveler\'s Belt'), +(1025556, 8294, 0, 1, 1, 1, 'Traveler\'s Boots'), +(1025556, 8295, 0, 1, 1, 1, 'Traveler\'s Bracers'), +(1025556, 8297, 0, 1, 1, 1, 'Traveler\'s Cloak'), +(1025556, 8298, 0, 1, 1, 1, 'Traveler\'s Gloves'), +(1025556, 8299, 0, 1, 1, 1, 'Traveler\'s Helm'), +(1025556, 8301, 0, 1, 1, 1, 'Traveler\'s Spaulders'), +(1025556, 8302, 0, 1, 1, 1, 'Hero\'s Bracers'), +(1025556, 8304, 0, 1, 1, 1, 'Hero\'s Cape'), +(1025556, 8305, 0, 1, 1, 1, 'Hero\'s Gauntlets'), +(1025556, 8306, 0, 1, 1, 1, 'Hero\'s Belt'), +(1025556, 8312, 0, 1, 1, 1, 'Alabaster Breastplate'), +(1025556, 8317, 0, 1, 1, 1, 'Alabaster Plate Helmet'), +(1025556, 8318, 0, 1, 1, 1, 'Alabaster Plate Leggings'), +(1025556, 8319, 0, 1, 1, 1, 'Alabaster Plate Pauldrons'), +(1025556, 8320, 0, 1, 1, 1, 'Alabaster Shield'), +(1025556, 10057, 0, 1, 1, 1, 'Duskwoven Tunic'), +(1025556, 10065, 0, 1, 1, 1, 'Duskwoven Robe'), +(1025556, 10070, 0, 1, 1, 1, 'Righteous Armor'), +(1025556, 10093, 0, 1, 1, 1, 'Revenant Deflector'), +(1025556, 10095, 0, 1, 1, 1, 'Councillor\'s Boots'), +(1025556, 10096, 0, 1, 1, 1, 'Councillor\'s Cuffs'), +(1025556, 10097, 0, 1, 1, 1, 'Councillor\'s Circlet'), +(1025556, 10099, 0, 1, 1, 1, 'Councillor\'s Gloves'), +(1025556, 10100, 0, 1, 1, 1, 'Councillor\'s Shoulders'), +(1025556, 10101, 0, 1, 1, 1, 'Councillor\'s Pants'), +(1025556, 10102, 0, 1, 1, 1, 'Councillor\'s Robes'), +(1025556, 10103, 0, 1, 1, 1, 'Councillor\'s Sash'), +(1025556, 10104, 0, 1, 1, 1, 'Councillor\'s Tunic'), +(1025556, 10106, 0, 1, 1, 1, 'Wanderer\'s Boots'), +(1025556, 10107, 0, 1, 1, 1, 'Wanderer\'s Bracers'), +(1025556, 10109, 0, 1, 1, 1, 'Wanderer\'s Belt'), +(1025556, 10110, 0, 1, 1, 1, 'Wanderer\'s Gloves'), +(1025556, 10111, 0, 1, 1, 1, 'Wanderer\'s Hat'), +(1025556, 10112, 0, 1, 1, 1, 'Wanderer\'s Leggings'), +(1025556, 10113, 0, 1, 1, 1, 'Wanderer\'s Shoulders'), +(1025556, 10118, 0, 1, 1, 1, 'Ornate Breastplate'), +(1025556, 10119, 0, 1, 1, 1, 'Ornate Greaves'), +(1025556, 10121, 0, 1, 1, 1, 'Ornate Gauntlets'), +(1025556, 10122, 0, 1, 1, 1, 'Ornate Girdle'), +(1025556, 10123, 0, 1, 1, 1, 'Ornate Circlet'), +(1025556, 10124, 0, 1, 1, 1, 'Ornate Legguards'), +(1025556, 10125, 0, 1, 1, 1, 'Ornate Pauldrons'), +(1025556, 10126, 0, 1, 1, 1, 'Ornate Bracers'), +(1025556, 10128, 0, 1, 1, 1, 'Revenant Chestplate'), +(1025556, 10138, 0, 1, 1, 1, 'High Councillor\'s Cloak'), +(1025556, 10145, 0, 1, 1, 1, 'Mighty Girdle'), +(1025556, 10148, 0, 1, 1, 1, 'Mighty Cloak'), +(1025556, 10159, 0, 1, 1, 1, 'Mercurial Cloak'), +(1025556, 10164, 0, 1, 1, 1, 'Templar Chestplate'), +(1025556, 10165, 0, 1, 1, 1, 'Templar Gauntlets'), +(1025556, 10166, 0, 1, 1, 1, 'Templar Girdle'), +(1025556, 10167, 0, 1, 1, 1, 'Templar Boots'), +(1025556, 10168, 0, 1, 1, 1, 'Templar Crown'), +(1025556, 10169, 0, 1, 1, 1, 'Templar Legplates'), +(1025556, 10170, 0, 1, 1, 1, 'Templar Pauldrons'), +(1025556, 10171, 0, 1, 1, 1, 'Templar Bracers'), +(1025556, 10172, 0, 1, 1, 1, 'Mystical Mantle'), +(1025556, 10175, 0, 1, 1, 1, 'Mystical Headwrap'), +(1025556, 10176, 0, 1, 1, 1, 'Mystical Gloves'), +(1025556, 10177, 0, 1, 1, 1, 'Mystical Leggings'), +(1025556, 10178, 0, 1, 1, 1, 'Mystical Robe'), +(1025556, 10179, 0, 1, 1, 1, 'Mystical Boots'), +(1025556, 10181, 0, 1, 1, 1, 'Mystical Armor'), +(1025556, 10182, 0, 1, 1, 1, 'Swashbuckler\'s Breastplate'), +(1025556, 10183, 0, 1, 1, 1, 'Swashbuckler\'s Boots'), +(1025556, 10187, 0, 1, 1, 1, 'Swashbuckler\'s Eyepatch'), +(1025556, 10188, 0, 1, 1, 1, 'Swashbuckler\'s Leggings'), +(1025556, 10189, 0, 1, 1, 1, 'Swashbuckler\'s Shoulderpads'), +(1025556, 10193, 0, 1, 1, 1, 'Crusader\'s Armor'), +(1025556, 10195, 0, 1, 1, 1, 'Crusader\'s Shield'), +(1025556, 10199, 0, 1, 1, 1, 'Crusader\'s Leggings'), +(1025556, 10204, 0, 1, 1, 1, 'Heavy Lamellar Shield'), +(1025556, 10211, 0, 1, 1, 1, 'Elegant Boots'), +(1025556, 10212, 0, 1, 1, 1, 'Elegant Cloak'), +(1025556, 10213, 0, 1, 1, 1, 'Elegant Bracers'), +(1025556, 10214, 0, 1, 1, 1, 'Elegant Gloves'), +(1025556, 10216, 0, 1, 1, 1, 'Elegant Belt'), +(1025556, 10221, 0, 1, 1, 1, 'Nightshade Girdle'), +(1025556, 10222, 0, 1, 1, 1, 'Nightshade Boots'), +(1025556, 10223, 0, 1, 1, 1, 'Nightshade Armguards'), +(1025556, 10224, 0, 1, 1, 1, 'Nightshade Cloak'), +(1025556, 10225, 0, 1, 1, 1, 'Nightshade Gloves'), +(1025556, 10229, 0, 1, 1, 1, 'Engraved Bracers'), +(1025556, 10231, 0, 1, 1, 1, 'Engraved Cape'), +(1025556, 10232, 0, 1, 1, 1, 'Engraved Gauntlets'), +(1025556, 10233, 0, 1, 1, 1, 'Engraved Girdle'), +(1025556, 10234, 0, 1, 1, 1, 'Engraved Boots'), +(1025556, 10235, 0, 1, 1, 1, 'Engraved Helm'), +(1025556, 10236, 0, 1, 1, 1, 'Engraved Leggings'), +(1025556, 10237, 0, 1, 1, 1, 'Engraved Pauldrons'), +(1025556, 10240, 0, 1, 1, 1, 'Heavy Lamellar Chestpiece'), +(1025556, 10244, 0, 1, 1, 1, 'Heavy Lamellar Leggings'), +(1025556, 10276, 0, 1, 1, 1, 'Emerald Sabatons'), +(1025556, 10277, 0, 1, 1, 1, 'Emerald Gauntlets'), +(1025556, 10278, 0, 1, 1, 1, 'Emerald Girdle'), +(1025556, 10279, 0, 1, 1, 1, 'Emerald Helm'), +(1025556, 10280, 0, 1, 1, 1, 'Emerald Legplates'), +(1025556, 10281, 0, 1, 1, 1, 'Emerald Pauldrons'), +(1025556, 10282, 0, 1, 1, 1, 'Emerald Vambraces'), +(1025556, 10362, 0, 1, 1, 1, 'Ornate Shield'), +(1025556, 10364, 0, 1, 1, 1, 'Templar Shield'), +(1025556, 10365, 0, 1, 1, 1, 'Emerald Shield'), +(1025556, 10369, 0, 1, 1, 1, 'Imbued Plate Gauntlets'), +(1025556, 10370, 0, 1, 1, 1, 'Imbued Plate Girdle'), +(1025556, 10371, 0, 1, 1, 1, 'Imbued Plate Greaves'), +(1025556, 10372, 0, 1, 1, 1, 'Imbued Plate Helmet'), +(1025556, 10374, 0, 1, 1, 1, 'Imbued Plate Pauldrons'), +(1025556, 10375, 0, 1, 1, 1, 'Imbued Plate Vambraces'), +(1025556, 10377, 0, 1, 1, 1, 'Commander\'s Vambraces'), +(1025556, 10381, 0, 1, 1, 1, 'Commander\'s Girdle'), +(1025556, 11977, 0, 1, 1, 1, 'Serpentine Loop'), +(1025556, 11978, 0, 1, 1, 1, 'Jasper Link'), +(1025556, 11990, 0, 1, 1, 1, 'Selenium Loop'), +(1025556, 11991, 0, 1, 1, 1, 'Quicksilver Ring'), +(1025556, 12002, 0, 1, 1, 1, 'Marble Circle'), +(1025556, 12004, 0, 1, 1, 1, 'Obsidian Band'), +(1025556, 12015, 0, 1, 1, 1, 'Swamp Ring'), +(1025556, 12025, 0, 1, 1, 1, 'Selenium Chain'), +(1025556, 12026, 0, 1, 1, 1, 'Quicksilver Pendant'), +(1025556, 12035, 0, 1, 1, 1, 'Obsidian Pendant'), +(1025556, 12045, 0, 1, 1, 1, 'Swamp Pendant'), +(1025556, 12056, 0, 1, 1, 1, 'Ring of the Heavens'), +(1025556, 14283, 0, 1, 1, 1, 'Opulent Leggings'), +(1025556, 14284, 0, 1, 1, 1, 'Opulent Robes'), +(1025556, 14287, 0, 1, 1, 1, 'Opulent Tunic'), +(1025556, 14288, 0, 1, 1, 1, 'Arachnidian Armor'), +(1025556, 14293, 0, 1, 1, 1, 'Arachnidian Circlet'), +(1025556, 14295, 0, 1, 1, 1, 'Arachnidian Legguards'), +(1025556, 14297, 0, 1, 1, 1, 'Arachnidian Robes'), +(1025556, 14298, 0, 1, 1, 1, 'Bonecaster\'s Spaulders'), +(1025556, 14299, 0, 1, 1, 1, 'Bonecaster\'s Boots'), +(1025556, 14302, 0, 1, 1, 1, 'Bonecaster\'s Gloves'), +(1025556, 14304, 0, 1, 1, 1, 'Bonecaster\'s Belt'), +(1025556, 14305, 0, 1, 1, 1, 'Bonecaster\'s Sarong'), +(1025556, 14307, 0, 1, 1, 1, 'Bonecaster\'s Crown'), +(1025556, 14309, 0, 1, 1, 1, 'Celestial Belt'), +(1025556, 14310, 0, 1, 1, 1, 'Celestial Slippers'), +(1025556, 14311, 0, 1, 1, 1, 'Celestial Bindings'), +(1025556, 14313, 0, 1, 1, 1, 'Celestial Cape'), +(1025556, 14314, 0, 1, 1, 1, 'Celestial Handwraps'), +(1025556, 14315, 0, 1, 1, 1, 'Celestial Kilt'), +(1025556, 14316, 0, 1, 1, 1, 'Celestial Pauldrons'), +(1025556, 14319, 0, 1, 1, 1, 'Resplendent Boots'), +(1025556, 14320, 0, 1, 1, 1, 'Resplendent Bracelets'), +(1025556, 14321, 0, 1, 1, 1, 'Resplendent Cloak'), +(1025556, 14327, 0, 1, 1, 1, 'Resplendent Belt'), +(1025556, 14331, 0, 1, 1, 1, 'Eternal Cloak'), +(1025556, 14437, 0, 1, 1, 1, 'Venomshroud Vest'), +(1025556, 14445, 0, 1, 1, 1, 'Venomshroud Silk Robes'), +(1025556, 14449, 0, 1, 1, 1, 'Highborne Crown'), +(1025556, 14452, 0, 1, 1, 1, 'Highborne Pauldrons'), +(1025556, 14453, 0, 1, 1, 1, 'Highborne Robes'), +(1025556, 14455, 0, 1, 1, 1, 'Highborne Padded Armor'), +(1025556, 14457, 0, 1, 1, 1, 'Elunarian Cuffs'), +(1025556, 14459, 0, 1, 1, 1, 'Elunarian Cloak'), +(1025556, 14664, 0, 1, 1, 1, 'Keeper\'s Armor'), +(1025556, 14670, 0, 1, 1, 1, 'Pridelord Armor'), +(1025556, 14671, 0, 1, 1, 1, 'Pridelord Boots'), +(1025556, 14674, 0, 1, 1, 1, 'Pridelord Girdle'), +(1025556, 14675, 0, 1, 1, 1, 'Pridelord Gloves'), +(1025556, 14676, 0, 1, 1, 1, 'Pridelord Halo'), +(1025556, 14677, 0, 1, 1, 1, 'Pridelord Pants'), +(1025556, 14678, 0, 1, 1, 1, 'Pridelord Pauldrons'), +(1025556, 14682, 0, 1, 1, 1, 'Indomitable Armguards'), +(1025556, 14683, 0, 1, 1, 1, 'Indomitable Cloak'), +(1025556, 14789, 0, 1, 1, 1, 'Protector Breastplate'), +(1025556, 14790, 0, 1, 1, 1, 'Protector Buckler'), +(1025556, 14798, 0, 1, 1, 1, 'Bloodlust Breastplate'), +(1025556, 14799, 0, 1, 1, 1, 'Bloodlust Boots'), +(1025556, 14800, 0, 1, 1, 1, 'Bloodlust Buckler'), +(1025556, 14802, 0, 1, 1, 1, 'Bloodlust Gauntlets'), +(1025556, 14803, 0, 1, 1, 1, 'Bloodlust Belt'), +(1025556, 14804, 0, 1, 1, 1, 'Bloodlust Helm'), +(1025556, 14805, 0, 1, 1, 1, 'Bloodlust Britches'), +(1025556, 14806, 0, 1, 1, 1, 'Bloodlust Epaulets'), +(1025556, 14808, 0, 1, 1, 1, 'Warstrike Belt'), +(1025556, 14810, 0, 1, 1, 1, 'Warstrike Armsplints'), +(1025556, 14813, 0, 1, 1, 1, 'Warstrike Cape'), +(1025556, 14844, 0, 1, 1, 1, 'Sunscale Chestguard'), +(1025556, 14852, 0, 1, 1, 1, 'Sunscale Shield'), +(1025556, 14854, 0, 1, 1, 1, 'Vanguard Breastplate'), +(1025556, 14855, 0, 1, 1, 1, 'Vanguard Gauntlets'), +(1025556, 14856, 0, 1, 1, 1, 'Vanguard Girdle'), +(1025556, 14857, 0, 1, 1, 1, 'Vanguard Sabatons'), +(1025556, 14858, 0, 1, 1, 1, 'Vanguard Headdress'), +(1025556, 14859, 0, 1, 1, 1, 'Vanguard Legplates'), +(1025556, 14860, 0, 1, 1, 1, 'Vanguard Pauldrons'), +(1025556, 14864, 0, 1, 1, 1, 'Warleader\'s Belt'), +(1025556, 14869, 0, 1, 1, 1, 'Warleader\'s Bracers'), +(1025556, 14924, 0, 1, 1, 1, 'Lofty Breastplate'), +(1025556, 14925, 0, 1, 1, 1, 'Lofty Helm'), +(1025556, 14928, 0, 1, 1, 1, 'Lofty Legguards'), +(1025556, 14929, 0, 1, 1, 1, 'Lofty Shoulder Pads'), +(1025556, 14930, 0, 1, 1, 1, 'Lofty Shield'), +(1025556, 14932, 0, 1, 1, 1, 'Heroic Greaves'), +(1025556, 14933, 0, 1, 1, 1, 'Heroic Gauntlets'), +(1025556, 14934, 0, 1, 1, 1, 'Heroic Girdle'), +(1025556, 14937, 0, 1, 1, 1, 'Heroic Pauldrons'), +(1025556, 14938, 0, 1, 1, 1, 'Heroic Bracers'), +(1025556, 14958, 0, 1, 1, 1, 'High Chief\'s Armor'), +(1025556, 14961, 0, 1, 1, 1, 'High Chief\'s Crown'), +(1025556, 14962, 0, 1, 1, 1, 'High Chief\'s Legguards'), +(1025556, 14964, 0, 1, 1, 1, 'High Chief\'s Shield'), +(1025556, 14967, 0, 1, 1, 1, 'Glorious Gauntlets'), +(1025556, 14968, 0, 1, 1, 1, 'Glorious Belt'), +(1025556, 14969, 0, 1, 1, 1, 'Glorious Headdress'), +(1025556, 14970, 0, 1, 1, 1, 'Glorious Legplates'), +(1025556, 14971, 0, 1, 1, 1, 'Glorious Shoulder Pads'), +(1025556, 14972, 0, 1, 1, 1, 'Glorious Sabatons'), +(1025556, 14974, 0, 1, 1, 1, 'Glorious Bindings'), +(1025556, 14983, 0, 1, 1, 1, 'Exalted Armsplints'), +(1025556, 15119, 0, 1, 1, 1, 'Highborne Pants'), +(1025556, 15179, 0, 1, 1, 1, 'Praetorian Padded Armor'), +(1025556, 15181, 0, 1, 1, 1, 'Praetorian Boots'), +(1025556, 15184, 0, 1, 1, 1, 'Praetorian Gloves'), +(1025556, 15185, 0, 1, 1, 1, 'Praetorian Coif'), +(1025556, 15186, 0, 1, 1, 1, 'Praetorian Leggings'), +(1025556, 15187, 0, 1, 1, 1, 'Praetorian Pauldrons'), +(1025556, 15188, 0, 1, 1, 1, 'Grand Armguards'), +(1025556, 15190, 0, 1, 1, 1, 'Grand Cloak'), +(1025556, 15191, 0, 1, 1, 1, 'Grand Belt'), +(1025556, 15217, 0, 1, 1, 1, 'Widow Blade'), +(1025556, 15218, 0, 1, 1, 1, 'Crystal Sword'), +(1025556, 15219, 0, 1, 1, 1, 'Dimensional Blade'), +(1025556, 15229, 0, 1, 1, 1, 'Blesswind Hammer'), +(1025556, 15237, 0, 1, 1, 1, 'Corpse Harvester'), +(1025556, 15238, 0, 1, 1, 1, 'Warlord\'s Axe'), +(1025556, 15254, 0, 1, 1, 1, 'Dark Espadon'), +(1025556, 15255, 0, 1, 1, 1, 'Gallant Flamberge'), +(1025556, 15256, 0, 1, 1, 1, 'Massacre Sword'), +(1025556, 15264, 0, 1, 1, 1, 'Backbreaker'), +(1025556, 15265, 0, 1, 1, 1, 'Painbringer'), +(1025556, 15271, 0, 1, 1, 1, 'Colossal Great Axe'), +(1025556, 15272, 0, 1, 1, 1, 'Razor Axe'), +(1025556, 15275, 0, 1, 1, 1, 'Thaumaturgist Staff'), +(1025556, 15276, 0, 1, 1, 1, 'Magus Long Staff'), +(1025556, 15281, 0, 1, 1, 1, 'Glowstar Rod'), +(1025556, 15295, 0, 1, 1, 1, 'Quillfire Bow'), +(1025556, 15324, 0, 1, 1, 1, 'Burnside Rifle'), +(1025556, 15390, 0, 1, 1, 1, 'Jadefire Chestguard'), +(1025556, 15391, 0, 1, 1, 1, 'Jadefire Cap'), +(1025556, 15394, 0, 1, 1, 1, 'Jadefire Pants'), +(1025556, 15425, 0, 1, 1, 1, 'Peerless Bracers'), +(1025556, 15426, 0, 1, 1, 1, 'Peerless Boots'), +(1025556, 15427, 0, 1, 1, 1, 'Peerless Cloak'), +(1025556, 15428, 0, 1, 1, 1, 'Peerless Belt'), +(1025556, 15429, 0, 1, 1, 1, 'Peerless Gloves'), +(1025556, 15431, 0, 1, 1, 1, 'Peerless Leggings'), +(1025556, 15432, 0, 1, 1, 1, 'Peerless Shoulders'), +(1025556, 15640, 0, 1, 1, 1, 'Ironhide Breastplate'), +(1025556, 15645, 0, 1, 1, 1, 'Ironhide Helmet'), +(1025556, 15646, 0, 1, 1, 1, 'Ironhide Legguards'), +(1025556, 15648, 0, 1, 1, 1, 'Ironhide Shield'), +(1025556, 15650, 0, 1, 1, 1, 'Merciless Surcoat'), +(1025556, 15651, 0, 1, 1, 1, 'Merciless Crown'), +(1025556, 15654, 0, 1, 1, 1, 'Merciless Belt'), +(1025556, 15655, 0, 1, 1, 1, 'Merciless Legguards'), +(1025556, 15656, 0, 1, 1, 1, 'Merciless Epaulets'), +(1025556, 15657, 0, 1, 1, 1, 'Merciless Shield'), +(1025556, 15658, 0, 1, 1, 1, 'Impenetrable Sabatons'), +(1025556, 15659, 0, 1, 1, 1, 'Impenetrable Bindings'), +(1025556, 15661, 0, 1, 1, 1, 'Impenetrable Cloak'), +(1025556, 15662, 0, 1, 1, 1, 'Impenetrable Gauntlets'), +(1025556, 15663, 0, 1, 1, 1, 'Impenetrable Belt'), +(1025556, 15666, 0, 1, 1, 1, 'Impenetrable Pauldrons'), +(1025556, 15668, 0, 1, 1, 1, 'Magnificent Bracers'), +(1025556, 15671, 0, 1, 1, 1, 'Magnificent Cloak'), +(1025556, 15673, 0, 1, 1, 1, 'Magnificent Belt'), +(1025556, 15681, 0, 1, 1, 1, 'Triumphant Cloak'), +(1025556, 15693, 0, 1, 1, 1, 'Grand Shoulders'), +(1025556, 15694, 0, 1, 1, 1, 'Merciless Greaves'), +(1025556, 15890, 0, 1, 1, 1, 'Vanguard Shield'), +(1025556, 15930, 0, 1, 1, 1, 'Imperial Red Scepter'), +(1025556, 15936, 0, 1, 1, 1, 'Duskwoven Branch'), +(1025556, 15938, 0, 1, 1, 1, 'Mystical Orb'), +(1025556, 15939, 0, 1, 1, 1, 'Councillor\'s Scepter'), +(1025556, 15966, 0, 1, 1, 1, 'Venomshroud Orb'), +(1025556, 15967, 0, 1, 1, 1, 'Highborne Star'), +(1025556, 15984, 0, 1, 1, 1, 'Opulent Scepter'), +(1025556, 15985, 0, 1, 1, 1, 'Arachnidian Branch'), +(1025656, 8245, 0, 1, 1, 1, 'Imperial Red Tunic'), +(1025656, 8252, 0, 1, 1, 1, 'Imperial Red Robe'), +(1025656, 8258, 0, 1, 1, 1, 'Serpentskin Armor'), +(1025656, 8265, 0, 1, 1, 1, 'Ebonhold Armor'), +(1025656, 8269, 0, 1, 1, 1, 'Ebonhold Boots'), +(1025656, 8270, 0, 1, 1, 1, 'Ebonhold Helmet'), +(1025656, 8271, 0, 1, 1, 1, 'Ebonhold Leggings'), +(1025656, 8275, 0, 1, 1, 1, 'Ebonhold Buckler'), +(1025656, 8284, 0, 1, 1, 1, 'Arcane Boots'), +(1025656, 8285, 0, 1, 1, 1, 'Arcane Bands'), +(1025656, 8286, 0, 1, 1, 1, 'Arcane Cloak'), +(1025656, 8287, 0, 1, 1, 1, 'Arcane Gloves'), +(1025656, 8288, 0, 1, 1, 1, 'Arcane Pads'), +(1025656, 8291, 0, 1, 1, 1, 'Arcane Sash'), +(1025656, 8292, 0, 1, 1, 1, 'Arcane Cover'), +(1025656, 8293, 0, 1, 1, 1, 'Traveler\'s Belt'), +(1025656, 8294, 0, 1, 1, 1, 'Traveler\'s Boots'), +(1025656, 8295, 0, 1, 1, 1, 'Traveler\'s Bracers'), +(1025656, 8297, 0, 1, 1, 1, 'Traveler\'s Cloak'), +(1025656, 8298, 0, 1, 1, 1, 'Traveler\'s Gloves'), +(1025656, 8299, 0, 1, 1, 1, 'Traveler\'s Helm'), +(1025656, 8301, 0, 1, 1, 1, 'Traveler\'s Spaulders'), +(1025656, 8302, 0, 1, 1, 1, 'Hero\'s Bracers'), +(1025656, 8304, 0, 1, 1, 1, 'Hero\'s Cape'), +(1025656, 8305, 0, 1, 1, 1, 'Hero\'s Gauntlets'), +(1025656, 8306, 0, 1, 1, 1, 'Hero\'s Belt'), +(1025656, 8312, 0, 1, 1, 1, 'Alabaster Breastplate'), +(1025656, 8318, 0, 1, 1, 1, 'Alabaster Plate Leggings'), +(1025656, 8319, 0, 1, 1, 1, 'Alabaster Plate Pauldrons'), +(1025656, 8320, 0, 1, 1, 1, 'Alabaster Shield'), +(1025656, 10057, 0, 1, 1, 1, 'Duskwoven Tunic'), +(1025656, 10065, 0, 1, 1, 1, 'Duskwoven Robe'), +(1025656, 10070, 0, 1, 1, 1, 'Righteous Armor'), +(1025656, 10095, 0, 1, 1, 1, 'Councillor\'s Boots'), +(1025656, 10097, 0, 1, 1, 1, 'Councillor\'s Circlet'), +(1025656, 10099, 0, 1, 1, 1, 'Councillor\'s Gloves'), +(1025656, 10100, 0, 1, 1, 1, 'Councillor\'s Shoulders'), +(1025656, 10101, 0, 1, 1, 1, 'Councillor\'s Pants'), +(1025656, 10102, 0, 1, 1, 1, 'Councillor\'s Robes'), +(1025656, 10104, 0, 1, 1, 1, 'Councillor\'s Tunic'), +(1025656, 10106, 0, 1, 1, 1, 'Wanderer\'s Boots'), +(1025656, 10110, 0, 1, 1, 1, 'Wanderer\'s Gloves'), +(1025656, 10111, 0, 1, 1, 1, 'Wanderer\'s Hat'), +(1025656, 10112, 0, 1, 1, 1, 'Wanderer\'s Leggings'), +(1025656, 10113, 0, 1, 1, 1, 'Wanderer\'s Shoulders'), +(1025656, 10118, 0, 1, 1, 1, 'Ornate Breastplate'), +(1025656, 10119, 0, 1, 1, 1, 'Ornate Greaves'), +(1025656, 10121, 0, 1, 1, 1, 'Ornate Gauntlets'), +(1025656, 10122, 0, 1, 1, 1, 'Ornate Girdle'), +(1025656, 10123, 0, 1, 1, 1, 'Ornate Circlet'), +(1025656, 10124, 0, 1, 1, 1, 'Ornate Legguards'), +(1025656, 10125, 0, 1, 1, 1, 'Ornate Pauldrons'), +(1025656, 10138, 0, 1, 1, 1, 'High Councillor\'s Cloak'), +(1025656, 10145, 0, 1, 1, 1, 'Mighty Girdle'), +(1025656, 10148, 0, 1, 1, 1, 'Mighty Cloak'), +(1025656, 10159, 0, 1, 1, 1, 'Mercurial Cloak'), +(1025656, 10164, 0, 1, 1, 1, 'Templar Chestplate'), +(1025656, 10165, 0, 1, 1, 1, 'Templar Gauntlets'), +(1025656, 10167, 0, 1, 1, 1, 'Templar Boots'), +(1025656, 10168, 0, 1, 1, 1, 'Templar Crown'), +(1025656, 10169, 0, 1, 1, 1, 'Templar Legplates'), +(1025656, 10170, 0, 1, 1, 1, 'Templar Pauldrons'), +(1025656, 10172, 0, 1, 1, 1, 'Mystical Mantle'), +(1025656, 10175, 0, 1, 1, 1, 'Mystical Headwrap'), +(1025656, 10177, 0, 1, 1, 1, 'Mystical Leggings'), +(1025656, 10178, 0, 1, 1, 1, 'Mystical Robe'), +(1025656, 10181, 0, 1, 1, 1, 'Mystical Armor'), +(1025656, 10182, 0, 1, 1, 1, 'Swashbuckler\'s Breastplate'), +(1025656, 10187, 0, 1, 1, 1, 'Swashbuckler\'s Eyepatch'), +(1025656, 10188, 0, 1, 1, 1, 'Swashbuckler\'s Leggings'), +(1025656, 10189, 0, 1, 1, 1, 'Swashbuckler\'s Shoulderpads'), +(1025656, 10193, 0, 1, 1, 1, 'Crusader\'s Armor'), +(1025656, 10195, 0, 1, 1, 1, 'Crusader\'s Shield'), +(1025656, 10204, 0, 1, 1, 1, 'Heavy Lamellar Shield'), +(1025656, 10211, 0, 1, 1, 1, 'Elegant Boots'), +(1025656, 10212, 0, 1, 1, 1, 'Elegant Cloak'), +(1025656, 10213, 0, 1, 1, 1, 'Elegant Bracers'), +(1025656, 10214, 0, 1, 1, 1, 'Elegant Gloves'), +(1025656, 10216, 0, 1, 1, 1, 'Elegant Belt'), +(1025656, 10221, 0, 1, 1, 1, 'Nightshade Girdle'), +(1025656, 10222, 0, 1, 1, 1, 'Nightshade Boots'), +(1025656, 10223, 0, 1, 1, 1, 'Nightshade Armguards'), +(1025656, 10224, 0, 1, 1, 1, 'Nightshade Cloak'), +(1025656, 10225, 0, 1, 1, 1, 'Nightshade Gloves'), +(1025656, 10229, 0, 1, 1, 1, 'Engraved Bracers'), +(1025656, 10231, 0, 1, 1, 1, 'Engraved Cape'), +(1025656, 10232, 0, 1, 1, 1, 'Engraved Gauntlets'), +(1025656, 10233, 0, 1, 1, 1, 'Engraved Girdle'), +(1025656, 10234, 0, 1, 1, 1, 'Engraved Boots'), +(1025656, 10235, 0, 1, 1, 1, 'Engraved Helm'), +(1025656, 10236, 0, 1, 1, 1, 'Engraved Leggings'), +(1025656, 10237, 0, 1, 1, 1, 'Engraved Pauldrons'), +(1025656, 10240, 0, 1, 1, 1, 'Heavy Lamellar Chestpiece'), +(1025656, 10276, 0, 1, 1, 1, 'Emerald Sabatons'), +(1025656, 10277, 0, 1, 1, 1, 'Emerald Gauntlets'), +(1025656, 10278, 0, 1, 1, 1, 'Emerald Girdle'), +(1025656, 10279, 0, 1, 1, 1, 'Emerald Helm'), +(1025656, 10280, 0, 1, 1, 1, 'Emerald Legplates'), +(1025656, 10281, 0, 1, 1, 1, 'Emerald Pauldrons'), +(1025656, 10282, 0, 1, 1, 1, 'Emerald Vambraces'), +(1025656, 10362, 0, 1, 1, 1, 'Ornate Shield'), +(1025656, 10364, 0, 1, 1, 1, 'Templar Shield'), +(1025656, 10365, 0, 1, 1, 1, 'Emerald Shield'), +(1025656, 10369, 0, 1, 1, 1, 'Imbued Plate Gauntlets'), +(1025656, 10370, 0, 1, 1, 1, 'Imbued Plate Girdle'), +(1025656, 10371, 0, 1, 1, 1, 'Imbued Plate Greaves'), +(1025656, 10372, 0, 1, 1, 1, 'Imbued Plate Helmet'), +(1025656, 10374, 0, 1, 1, 1, 'Imbued Plate Pauldrons'), +(1025656, 10375, 0, 1, 1, 1, 'Imbued Plate Vambraces'), +(1025656, 10377, 0, 1, 1, 1, 'Commander\'s Vambraces'), +(1025656, 10381, 0, 1, 1, 1, 'Commander\'s Girdle'), +(1025656, 11977, 0, 1, 1, 1, 'Serpentine Loop'), +(1025656, 11978, 0, 1, 1, 1, 'Jasper Link'), +(1025656, 11990, 0, 1, 1, 1, 'Selenium Loop'), +(1025656, 11991, 0, 1, 1, 1, 'Quicksilver Ring'), +(1025656, 12004, 0, 1, 1, 1, 'Obsidian Band'), +(1025656, 12015, 0, 1, 1, 1, 'Swamp Ring'), +(1025656, 12026, 0, 1, 1, 1, 'Quicksilver Pendant'), +(1025656, 12035, 0, 1, 1, 1, 'Obsidian Pendant'), +(1025656, 12045, 0, 1, 1, 1, 'Swamp Pendant'), +(1025656, 12056, 0, 1, 1, 1, 'Ring of the Heavens'), +(1025656, 14284, 0, 1, 1, 1, 'Opulent Robes'), +(1025656, 14287, 0, 1, 1, 1, 'Opulent Tunic'), +(1025656, 14288, 0, 1, 1, 1, 'Arachnidian Armor'), +(1025656, 14293, 0, 1, 1, 1, 'Arachnidian Circlet'), +(1025656, 14295, 0, 1, 1, 1, 'Arachnidian Legguards'), +(1025656, 14297, 0, 1, 1, 1, 'Arachnidian Robes'), +(1025656, 14298, 0, 1, 1, 1, 'Bonecaster\'s Spaulders'), +(1025656, 14302, 0, 1, 1, 1, 'Bonecaster\'s Gloves'), +(1025656, 14304, 0, 1, 1, 1, 'Bonecaster\'s Belt'), +(1025656, 14305, 0, 1, 1, 1, 'Bonecaster\'s Sarong'), +(1025656, 14307, 0, 1, 1, 1, 'Bonecaster\'s Crown'), +(1025656, 14309, 0, 1, 1, 1, 'Celestial Belt'), +(1025656, 14310, 0, 1, 1, 1, 'Celestial Slippers'), +(1025656, 14311, 0, 1, 1, 1, 'Celestial Bindings'), +(1025656, 14314, 0, 1, 1, 1, 'Celestial Handwraps'), +(1025656, 14315, 0, 1, 1, 1, 'Celestial Kilt'), +(1025656, 14316, 0, 1, 1, 1, 'Celestial Pauldrons'), +(1025656, 14319, 0, 1, 1, 1, 'Resplendent Boots'), +(1025656, 14320, 0, 1, 1, 1, 'Resplendent Bracelets'), +(1025656, 14321, 0, 1, 1, 1, 'Resplendent Cloak'), +(1025656, 14327, 0, 1, 1, 1, 'Resplendent Belt'), +(1025656, 14331, 0, 1, 1, 1, 'Eternal Cloak'), +(1025656, 14449, 0, 1, 1, 1, 'Highborne Crown'), +(1025656, 14453, 0, 1, 1, 1, 'Highborne Robes'), +(1025656, 14455, 0, 1, 1, 1, 'Highborne Padded Armor'), +(1025656, 14457, 0, 1, 1, 1, 'Elunarian Cuffs'), +(1025656, 14459, 0, 1, 1, 1, 'Elunarian Cloak'), +(1025656, 14670, 0, 1, 1, 1, 'Pridelord Armor'), +(1025656, 14671, 0, 1, 1, 1, 'Pridelord Boots'), +(1025656, 14674, 0, 1, 1, 1, 'Pridelord Girdle'), +(1025656, 14675, 0, 1, 1, 1, 'Pridelord Gloves'), +(1025656, 14676, 0, 1, 1, 1, 'Pridelord Halo'), +(1025656, 14677, 0, 1, 1, 1, 'Pridelord Pants'), +(1025656, 14678, 0, 1, 1, 1, 'Pridelord Pauldrons'), +(1025656, 14682, 0, 1, 1, 1, 'Indomitable Armguards'), +(1025656, 14683, 0, 1, 1, 1, 'Indomitable Cloak'), +(1025656, 14798, 0, 1, 1, 1, 'Bloodlust Breastplate'), +(1025656, 14799, 0, 1, 1, 1, 'Bloodlust Boots'), +(1025656, 14800, 0, 1, 1, 1, 'Bloodlust Buckler'), +(1025656, 14802, 0, 1, 1, 1, 'Bloodlust Gauntlets'), +(1025656, 14803, 0, 1, 1, 1, 'Bloodlust Belt'), +(1025656, 14804, 0, 1, 1, 1, 'Bloodlust Helm'), +(1025656, 14805, 0, 1, 1, 1, 'Bloodlust Britches'), +(1025656, 14806, 0, 1, 1, 1, 'Bloodlust Epaulets'), +(1025656, 14808, 0, 1, 1, 1, 'Warstrike Belt'), +(1025656, 14810, 0, 1, 1, 1, 'Warstrike Armsplints'), +(1025656, 14813, 0, 1, 1, 1, 'Warstrike Cape'), +(1025656, 14854, 0, 1, 1, 1, 'Vanguard Breastplate'), +(1025656, 14855, 0, 1, 1, 1, 'Vanguard Gauntlets'), +(1025656, 14858, 0, 1, 1, 1, 'Vanguard Headdress'), +(1025656, 14859, 0, 1, 1, 1, 'Vanguard Legplates'), +(1025656, 14860, 0, 1, 1, 1, 'Vanguard Pauldrons'), +(1025656, 14864, 0, 1, 1, 1, 'Warleader\'s Belt'), +(1025656, 14869, 0, 1, 1, 1, 'Warleader\'s Bracers'), +(1025656, 14924, 0, 1, 1, 1, 'Lofty Breastplate'), +(1025656, 14925, 0, 1, 1, 1, 'Lofty Helm'), +(1025656, 14928, 0, 1, 1, 1, 'Lofty Legguards'), +(1025656, 14930, 0, 1, 1, 1, 'Lofty Shield'), +(1025656, 14932, 0, 1, 1, 1, 'Heroic Greaves'), +(1025656, 14933, 0, 1, 1, 1, 'Heroic Gauntlets'), +(1025656, 14934, 0, 1, 1, 1, 'Heroic Girdle'), +(1025656, 14937, 0, 1, 1, 1, 'Heroic Pauldrons'), +(1025656, 14938, 0, 1, 1, 1, 'Heroic Bracers'), +(1025656, 14958, 0, 1, 1, 1, 'High Chief\'s Armor'), +(1025656, 14961, 0, 1, 1, 1, 'High Chief\'s Crown'), +(1025656, 14964, 0, 1, 1, 1, 'High Chief\'s Shield'), +(1025656, 14967, 0, 1, 1, 1, 'Glorious Gauntlets'), +(1025656, 14968, 0, 1, 1, 1, 'Glorious Belt'), +(1025656, 14969, 0, 1, 1, 1, 'Glorious Headdress'), +(1025656, 14970, 0, 1, 1, 1, 'Glorious Legplates'), +(1025656, 14971, 0, 1, 1, 1, 'Glorious Shoulder Pads'), +(1025656, 14972, 0, 1, 1, 1, 'Glorious Sabatons'), +(1025656, 14974, 0, 1, 1, 1, 'Glorious Bindings'), +(1025656, 14983, 0, 1, 1, 1, 'Exalted Armsplints'), +(1025656, 15119, 0, 1, 1, 1, 'Highborne Pants'), +(1025656, 15179, 0, 1, 1, 1, 'Praetorian Padded Armor'), +(1025656, 15181, 0, 1, 1, 1, 'Praetorian Boots'), +(1025656, 15185, 0, 1, 1, 1, 'Praetorian Coif'), +(1025656, 15186, 0, 1, 1, 1, 'Praetorian Leggings'), +(1025656, 15188, 0, 1, 1, 1, 'Grand Armguards'), +(1025656, 15190, 0, 1, 1, 1, 'Grand Cloak'), +(1025656, 15191, 0, 1, 1, 1, 'Grand Belt'), +(1025656, 15218, 0, 1, 1, 1, 'Crystal Sword'), +(1025656, 15219, 0, 1, 1, 1, 'Dimensional Blade'), +(1025656, 15229, 0, 1, 1, 1, 'Blesswind Hammer'), +(1025656, 15237, 0, 1, 1, 1, 'Corpse Harvester'), +(1025656, 15238, 0, 1, 1, 1, 'Warlord\'s Axe'), +(1025656, 15255, 0, 1, 1, 1, 'Gallant Flamberge'), +(1025656, 15256, 0, 1, 1, 1, 'Massacre Sword'), +(1025656, 15264, 0, 1, 1, 1, 'Backbreaker'), +(1025656, 15265, 0, 1, 1, 1, 'Painbringer'), +(1025656, 15271, 0, 1, 1, 1, 'Colossal Great Axe'), +(1025656, 15272, 0, 1, 1, 1, 'Razor Axe'), +(1025656, 15276, 0, 1, 1, 1, 'Magus Long Staff'), +(1025656, 15281, 0, 1, 1, 1, 'Glowstar Rod'), +(1025656, 15295, 0, 1, 1, 1, 'Quillfire Bow'), +(1025656, 15324, 0, 1, 1, 1, 'Burnside Rifle'), +(1025656, 15390, 0, 1, 1, 1, 'Jadefire Chestguard'), +(1025656, 15391, 0, 1, 1, 1, 'Jadefire Cap'), +(1025656, 15425, 0, 1, 1, 1, 'Peerless Bracers'), +(1025656, 15426, 0, 1, 1, 1, 'Peerless Boots'), +(1025656, 15428, 0, 1, 1, 1, 'Peerless Belt'), +(1025656, 15429, 0, 1, 1, 1, 'Peerless Gloves'), +(1025656, 15431, 0, 1, 1, 1, 'Peerless Leggings'), +(1025656, 15432, 0, 1, 1, 1, 'Peerless Shoulders'), +(1025656, 15640, 0, 1, 1, 1, 'Ironhide Breastplate'), +(1025656, 15645, 0, 1, 1, 1, 'Ironhide Helmet'), +(1025656, 15646, 0, 1, 1, 1, 'Ironhide Legguards'), +(1025656, 15648, 0, 1, 1, 1, 'Ironhide Shield'), +(1025656, 15650, 0, 1, 1, 1, 'Merciless Surcoat'), +(1025656, 15651, 0, 1, 1, 1, 'Merciless Crown'), +(1025656, 15655, 0, 1, 1, 1, 'Merciless Legguards'), +(1025656, 15657, 0, 1, 1, 1, 'Merciless Shield'), +(1025656, 15658, 0, 1, 1, 1, 'Impenetrable Sabatons'), +(1025656, 15659, 0, 1, 1, 1, 'Impenetrable Bindings'), +(1025656, 15662, 0, 1, 1, 1, 'Impenetrable Gauntlets'), +(1025656, 15663, 0, 1, 1, 1, 'Impenetrable Belt'), +(1025656, 15666, 0, 1, 1, 1, 'Impenetrable Pauldrons'), +(1025656, 15668, 0, 1, 1, 1, 'Magnificent Bracers'), +(1025656, 15671, 0, 1, 1, 1, 'Magnificent Cloak'), +(1025656, 15673, 0, 1, 1, 1, 'Magnificent Belt'), +(1025656, 15681, 0, 1, 1, 1, 'Triumphant Cloak'), +(1025656, 15693, 0, 1, 1, 1, 'Grand Shoulders'), +(1025656, 15890, 0, 1, 1, 1, 'Vanguard Shield'), +(1025656, 15930, 0, 1, 1, 1, 'Imperial Red Scepter'), +(1025656, 15936, 0, 1, 1, 1, 'Duskwoven Branch'), +(1025656, 15938, 0, 1, 1, 1, 'Mystical Orb'), +(1025656, 15939, 0, 1, 1, 1, 'Councillor\'s Scepter'), +(1025656, 15967, 0, 1, 1, 1, 'Highborne Star'), +(1025656, 15984, 0, 1, 1, 1, 'Opulent Scepter'), +(1025656, 15985, 0, 1, 1, 1, 'Arachnidian Branch'), +(1025657, 8245, 0, 1, 1, 1, 'Imperial Red Tunic'), +(1025657, 8252, 0, 1, 1, 1, 'Imperial Red Robe'), +(1025657, 8258, 0, 1, 1, 1, 'Serpentskin Armor'), +(1025657, 8265, 0, 1, 1, 1, 'Ebonhold Armor'), +(1025657, 8269, 0, 1, 1, 1, 'Ebonhold Boots'), +(1025657, 8270, 0, 1, 1, 1, 'Ebonhold Helmet'), +(1025657, 8271, 0, 1, 1, 1, 'Ebonhold Leggings'), +(1025657, 8275, 0, 1, 1, 1, 'Ebonhold Buckler'), +(1025657, 8284, 0, 1, 1, 1, 'Arcane Boots'), +(1025657, 8285, 0, 1, 1, 1, 'Arcane Bands'), +(1025657, 8286, 0, 1, 1, 1, 'Arcane Cloak'), +(1025657, 8287, 0, 1, 1, 1, 'Arcane Gloves'), +(1025657, 8288, 0, 1, 1, 1, 'Arcane Pads'), +(1025657, 8289, 0, 1, 1, 1, 'Arcane Leggings'), +(1025657, 8291, 0, 1, 1, 1, 'Arcane Sash'), +(1025657, 8292, 0, 1, 1, 1, 'Arcane Cover'), +(1025657, 8293, 0, 1, 1, 1, 'Traveler\'s Belt'), +(1025657, 8294, 0, 1, 1, 1, 'Traveler\'s Boots'), +(1025657, 8295, 0, 1, 1, 1, 'Traveler\'s Bracers'), +(1025657, 8297, 0, 1, 1, 1, 'Traveler\'s Cloak'), +(1025657, 8298, 0, 1, 1, 1, 'Traveler\'s Gloves'), +(1025657, 8299, 0, 1, 1, 1, 'Traveler\'s Helm'), +(1025657, 8300, 0, 1, 1, 1, 'Traveler\'s Leggings'), +(1025657, 8301, 0, 1, 1, 1, 'Traveler\'s Spaulders'), +(1025657, 8302, 0, 1, 1, 1, 'Hero\'s Bracers'), +(1025657, 8304, 0, 1, 1, 1, 'Hero\'s Cape'), +(1025657, 8305, 0, 1, 1, 1, 'Hero\'s Gauntlets'), +(1025657, 8306, 0, 1, 1, 1, 'Hero\'s Belt'), +(1025657, 8307, 0, 1, 1, 1, 'Hero\'s Boots'), +(1025657, 8308, 0, 1, 1, 1, 'Hero\'s Band'), +(1025657, 8310, 0, 1, 1, 1, 'Hero\'s Pauldrons'), +(1025657, 8312, 0, 1, 1, 1, 'Alabaster Breastplate'), +(1025657, 8318, 0, 1, 1, 1, 'Alabaster Plate Leggings'), +(1025657, 8319, 0, 1, 1, 1, 'Alabaster Plate Pauldrons'), +(1025657, 8320, 0, 1, 1, 1, 'Alabaster Shield'), +(1025657, 10057, 0, 1, 1, 1, 'Duskwoven Tunic'), +(1025657, 10065, 0, 1, 1, 1, 'Duskwoven Robe'), +(1025657, 10070, 0, 1, 1, 1, 'Righteous Armor'), +(1025657, 10095, 0, 1, 1, 1, 'Councillor\'s Boots'), +(1025657, 10097, 0, 1, 1, 1, 'Councillor\'s Circlet'), +(1025657, 10099, 0, 1, 1, 1, 'Councillor\'s Gloves'), +(1025657, 10100, 0, 1, 1, 1, 'Councillor\'s Shoulders'), +(1025657, 10101, 0, 1, 1, 1, 'Councillor\'s Pants'), +(1025657, 10102, 0, 1, 1, 1, 'Councillor\'s Robes'), +(1025657, 10104, 0, 1, 1, 1, 'Councillor\'s Tunic'), +(1025657, 10105, 0, 1, 1, 1, 'Wanderer\'s Armor'), +(1025657, 10106, 0, 1, 1, 1, 'Wanderer\'s Boots'), +(1025657, 10110, 0, 1, 1, 1, 'Wanderer\'s Gloves'), +(1025657, 10111, 0, 1, 1, 1, 'Wanderer\'s Hat'), +(1025657, 10112, 0, 1, 1, 1, 'Wanderer\'s Leggings'), +(1025657, 10113, 0, 1, 1, 1, 'Wanderer\'s Shoulders'), +(1025657, 10118, 0, 1, 1, 1, 'Ornate Breastplate'), +(1025657, 10119, 0, 1, 1, 1, 'Ornate Greaves'), +(1025657, 10121, 0, 1, 1, 1, 'Ornate Gauntlets'), +(1025657, 10122, 0, 1, 1, 1, 'Ornate Girdle'), +(1025657, 10123, 0, 1, 1, 1, 'Ornate Circlet'), +(1025657, 10124, 0, 1, 1, 1, 'Ornate Legguards'), +(1025657, 10125, 0, 1, 1, 1, 'Ornate Pauldrons'), +(1025657, 10136, 0, 1, 1, 1, 'High Councillor\'s Bracers'), +(1025657, 10138, 0, 1, 1, 1, 'High Councillor\'s Cloak'), +(1025657, 10144, 0, 1, 1, 1, 'High Councillor\'s Sash'), +(1025657, 10145, 0, 1, 1, 1, 'Mighty Girdle'), +(1025657, 10147, 0, 1, 1, 1, 'Mighty Armsplints'), +(1025657, 10148, 0, 1, 1, 1, 'Mighty Cloak'), +(1025657, 10156, 0, 1, 1, 1, 'Mercurial Bracers'), +(1025657, 10159, 0, 1, 1, 1, 'Mercurial Cloak'), +(1025657, 10164, 0, 1, 1, 1, 'Templar Chestplate'), +(1025657, 10165, 0, 1, 1, 1, 'Templar Gauntlets'), +(1025657, 10167, 0, 1, 1, 1, 'Templar Boots'), +(1025657, 10168, 0, 1, 1, 1, 'Templar Crown'), +(1025657, 10169, 0, 1, 1, 1, 'Templar Legplates'), +(1025657, 10170, 0, 1, 1, 1, 'Templar Pauldrons'), +(1025657, 10172, 0, 1, 1, 1, 'Mystical Mantle'), +(1025657, 10175, 0, 1, 1, 1, 'Mystical Headwrap'), +(1025657, 10177, 0, 1, 1, 1, 'Mystical Leggings'), +(1025657, 10178, 0, 1, 1, 1, 'Mystical Robe'), +(1025657, 10181, 0, 1, 1, 1, 'Mystical Armor'), +(1025657, 10182, 0, 1, 1, 1, 'Swashbuckler\'s Breastplate'), +(1025657, 10187, 0, 1, 1, 1, 'Swashbuckler\'s Eyepatch'), +(1025657, 10188, 0, 1, 1, 1, 'Swashbuckler\'s Leggings'), +(1025657, 10189, 0, 1, 1, 1, 'Swashbuckler\'s Shoulderpads'), +(1025657, 10193, 0, 1, 1, 1, 'Crusader\'s Armor'), +(1025657, 10195, 0, 1, 1, 1, 'Crusader\'s Shield'), +(1025657, 10204, 0, 1, 1, 1, 'Heavy Lamellar Shield'), +(1025657, 10210, 0, 1, 1, 1, 'Elegant Mantle'), +(1025657, 10211, 0, 1, 1, 1, 'Elegant Boots'), +(1025657, 10212, 0, 1, 1, 1, 'Elegant Cloak'), +(1025657, 10213, 0, 1, 1, 1, 'Elegant Bracers'), +(1025657, 10214, 0, 1, 1, 1, 'Elegant Gloves'), +(1025657, 10216, 0, 1, 1, 1, 'Elegant Belt'), +(1025657, 10219, 0, 1, 1, 1, 'Elegant Circlet'), +(1025657, 10221, 0, 1, 1, 1, 'Nightshade Girdle'), +(1025657, 10222, 0, 1, 1, 1, 'Nightshade Boots'), +(1025657, 10223, 0, 1, 1, 1, 'Nightshade Armguards'), +(1025657, 10224, 0, 1, 1, 1, 'Nightshade Cloak'), +(1025657, 10225, 0, 1, 1, 1, 'Nightshade Gloves'), +(1025657, 10228, 0, 1, 1, 1, 'Nightshade Spaulders'), +(1025657, 10229, 0, 1, 1, 1, 'Engraved Bracers'), +(1025657, 10230, 0, 1, 1, 1, 'Engraved Breastplate'), +(1025657, 10231, 0, 1, 1, 1, 'Engraved Cape'), +(1025657, 10232, 0, 1, 1, 1, 'Engraved Gauntlets'), +(1025657, 10233, 0, 1, 1, 1, 'Engraved Girdle'), +(1025657, 10234, 0, 1, 1, 1, 'Engraved Boots'), +(1025657, 10235, 0, 1, 1, 1, 'Engraved Helm'), +(1025657, 10236, 0, 1, 1, 1, 'Engraved Leggings'), +(1025657, 10237, 0, 1, 1, 1, 'Engraved Pauldrons'), +(1025657, 10240, 0, 1, 1, 1, 'Heavy Lamellar Chestpiece'), +(1025657, 10258, 0, 1, 1, 1, 'Adventurer\'s Cape'), +(1025657, 10275, 0, 1, 1, 1, 'Emerald Breastplate'), +(1025657, 10276, 0, 1, 1, 1, 'Emerald Sabatons'), +(1025657, 10277, 0, 1, 1, 1, 'Emerald Gauntlets'), +(1025657, 10278, 0, 1, 1, 1, 'Emerald Girdle'), +(1025657, 10279, 0, 1, 1, 1, 'Emerald Helm'), +(1025657, 10280, 0, 1, 1, 1, 'Emerald Legplates'), +(1025657, 10281, 0, 1, 1, 1, 'Emerald Pauldrons'), +(1025657, 10282, 0, 1, 1, 1, 'Emerald Vambraces'), +(1025657, 10362, 0, 1, 1, 1, 'Ornate Shield'), +(1025657, 10363, 0, 1, 1, 1, 'Engraved Wall'), +(1025657, 10364, 0, 1, 1, 1, 'Templar Shield'), +(1025657, 10365, 0, 1, 1, 1, 'Emerald Shield'), +(1025657, 10369, 0, 1, 1, 1, 'Imbued Plate Gauntlets'), +(1025657, 10370, 0, 1, 1, 1, 'Imbued Plate Girdle'), +(1025657, 10371, 0, 1, 1, 1, 'Imbued Plate Greaves'), +(1025657, 10372, 0, 1, 1, 1, 'Imbued Plate Helmet'), +(1025657, 10374, 0, 1, 1, 1, 'Imbued Plate Pauldrons'), +(1025657, 10375, 0, 1, 1, 1, 'Imbued Plate Vambraces'), +(1025657, 10376, 0, 1, 1, 1, 'Commander\'s Boots'), +(1025657, 10377, 0, 1, 1, 1, 'Commander\'s Vambraces'), +(1025657, 10380, 0, 1, 1, 1, 'Commander\'s Gauntlets'), +(1025657, 10381, 0, 1, 1, 1, 'Commander\'s Girdle'), +(1025657, 10391, 0, 1, 1, 1, 'Hyperion Vambraces'), +(1025657, 11977, 0, 1, 1, 1, 'Serpentine Loop'), +(1025657, 11978, 0, 1, 1, 1, 'Jasper Link'), +(1025657, 11990, 0, 1, 1, 1, 'Selenium Loop'), +(1025657, 11991, 0, 1, 1, 1, 'Quicksilver Ring'), +(1025657, 12004, 0, 1, 1, 1, 'Obsidian Band'), +(1025657, 12015, 0, 1, 1, 1, 'Swamp Ring'), +(1025657, 12026, 0, 1, 1, 1, 'Quicksilver Pendant'), +(1025657, 12035, 0, 1, 1, 1, 'Obsidian Pendant'), +(1025657, 12045, 0, 1, 1, 1, 'Swamp Pendant'), +(1025657, 12046, 0, 1, 1, 1, 'Jungle Necklace'), +(1025657, 12056, 0, 1, 1, 1, 'Ring of the Heavens'), +(1025657, 12057, 0, 1, 1, 1, 'Dragonscale Band'), +(1025657, 14284, 0, 1, 1, 1, 'Opulent Robes'), +(1025657, 14287, 0, 1, 1, 1, 'Opulent Tunic'), +(1025657, 14288, 0, 1, 1, 1, 'Arachnidian Armor'), +(1025657, 14293, 0, 1, 1, 1, 'Arachnidian Circlet'), +(1025657, 14295, 0, 1, 1, 1, 'Arachnidian Legguards'), +(1025657, 14297, 0, 1, 1, 1, 'Arachnidian Robes'), +(1025657, 14298, 0, 1, 1, 1, 'Bonecaster\'s Spaulders'), +(1025657, 14302, 0, 1, 1, 1, 'Bonecaster\'s Gloves'), +(1025657, 14303, 0, 1, 1, 1, 'Bonecaster\'s Shroud'), +(1025657, 14304, 0, 1, 1, 1, 'Bonecaster\'s Belt'), +(1025657, 14305, 0, 1, 1, 1, 'Bonecaster\'s Sarong'), +(1025657, 14306, 0, 1, 1, 1, 'Bonecaster\'s Vest'), +(1025657, 14307, 0, 1, 1, 1, 'Bonecaster\'s Crown'), +(1025657, 14309, 0, 1, 1, 1, 'Celestial Belt'), +(1025657, 14310, 0, 1, 1, 1, 'Celestial Slippers'), +(1025657, 14311, 0, 1, 1, 1, 'Celestial Bindings'), +(1025657, 14314, 0, 1, 1, 1, 'Celestial Handwraps'), +(1025657, 14315, 0, 1, 1, 1, 'Celestial Kilt'), +(1025657, 14316, 0, 1, 1, 1, 'Celestial Pauldrons'), +(1025657, 14319, 0, 1, 1, 1, 'Resplendent Boots'), +(1025657, 14320, 0, 1, 1, 1, 'Resplendent Bracelets'), +(1025657, 14321, 0, 1, 1, 1, 'Resplendent Cloak'), +(1025657, 14323, 0, 1, 1, 1, 'Resplendent Gauntlets'), +(1025657, 14324, 0, 1, 1, 1, 'Resplendent Sarong'), +(1025657, 14327, 0, 1, 1, 1, 'Resplendent Belt'), +(1025657, 14331, 0, 1, 1, 1, 'Eternal Cloak'), +(1025657, 14449, 0, 1, 1, 1, 'Highborne Crown'), +(1025657, 14453, 0, 1, 1, 1, 'Highborne Robes'), +(1025657, 14455, 0, 1, 1, 1, 'Highborne Padded Armor'), +(1025657, 14457, 0, 1, 1, 1, 'Elunarian Cuffs'), +(1025657, 14458, 0, 1, 1, 1, 'Elunarian Boots'), +(1025657, 14459, 0, 1, 1, 1, 'Elunarian Cloak'), +(1025657, 14465, 0, 1, 1, 1, 'Elunarian Belt'), +(1025657, 14670, 0, 1, 1, 1, 'Pridelord Armor'), +(1025657, 14671, 0, 1, 1, 1, 'Pridelord Boots'), +(1025657, 14674, 0, 1, 1, 1, 'Pridelord Girdle'), +(1025657, 14675, 0, 1, 1, 1, 'Pridelord Gloves'), +(1025657, 14676, 0, 1, 1, 1, 'Pridelord Halo'), +(1025657, 14677, 0, 1, 1, 1, 'Pridelord Pants'), +(1025657, 14678, 0, 1, 1, 1, 'Pridelord Pauldrons'), +(1025657, 14682, 0, 1, 1, 1, 'Indomitable Armguards'), +(1025657, 14683, 0, 1, 1, 1, 'Indomitable Cloak'), +(1025657, 14684, 0, 1, 1, 1, 'Indomitable Belt'), +(1025657, 14798, 0, 1, 1, 1, 'Bloodlust Breastplate'), +(1025657, 14799, 0, 1, 1, 1, 'Bloodlust Boots'), +(1025657, 14800, 0, 1, 1, 1, 'Bloodlust Buckler'), +(1025657, 14802, 0, 1, 1, 1, 'Bloodlust Gauntlets'), +(1025657, 14803, 0, 1, 1, 1, 'Bloodlust Belt'), +(1025657, 14804, 0, 1, 1, 1, 'Bloodlust Helm'), +(1025657, 14805, 0, 1, 1, 1, 'Bloodlust Britches'), +(1025657, 14806, 0, 1, 1, 1, 'Bloodlust Epaulets'), +(1025657, 14808, 0, 1, 1, 1, 'Warstrike Belt'), +(1025657, 14810, 0, 1, 1, 1, 'Warstrike Armsplints'), +(1025657, 14813, 0, 1, 1, 1, 'Warstrike Cape'), +(1025657, 14854, 0, 1, 1, 1, 'Vanguard Breastplate'), +(1025657, 14855, 0, 1, 1, 1, 'Vanguard Gauntlets'), +(1025657, 14858, 0, 1, 1, 1, 'Vanguard Headdress'), +(1025657, 14859, 0, 1, 1, 1, 'Vanguard Legplates'), +(1025657, 14860, 0, 1, 1, 1, 'Vanguard Pauldrons'), +(1025657, 14863, 0, 1, 1, 1, 'Warleader\'s Gauntlets'), +(1025657, 14864, 0, 1, 1, 1, 'Warleader\'s Belt'), +(1025657, 14865, 0, 1, 1, 1, 'Warleader\'s Greaves'), +(1025657, 14869, 0, 1, 1, 1, 'Warleader\'s Bracers'), +(1025657, 14924, 0, 1, 1, 1, 'Lofty Breastplate'), +(1025657, 14925, 0, 1, 1, 1, 'Lofty Helm'), +(1025657, 14928, 0, 1, 1, 1, 'Lofty Legguards'), +(1025657, 14930, 0, 1, 1, 1, 'Lofty Shield'), +(1025657, 14932, 0, 1, 1, 1, 'Heroic Greaves'), +(1025657, 14933, 0, 1, 1, 1, 'Heroic Gauntlets'), +(1025657, 14934, 0, 1, 1, 1, 'Heroic Girdle'), +(1025657, 14935, 0, 1, 1, 1, 'Heroic Skullcap'), +(1025657, 14937, 0, 1, 1, 1, 'Heroic Pauldrons'), +(1025657, 14938, 0, 1, 1, 1, 'Heroic Bracers'), +(1025657, 14958, 0, 1, 1, 1, 'High Chief\'s Armor'), +(1025657, 14961, 0, 1, 1, 1, 'High Chief\'s Crown'), +(1025657, 14964, 0, 1, 1, 1, 'High Chief\'s Shield'), +(1025657, 14967, 0, 1, 1, 1, 'Glorious Gauntlets'), +(1025657, 14968, 0, 1, 1, 1, 'Glorious Belt'), +(1025657, 14969, 0, 1, 1, 1, 'Glorious Headdress'), +(1025657, 14970, 0, 1, 1, 1, 'Glorious Legplates'), +(1025657, 14971, 0, 1, 1, 1, 'Glorious Shoulder Pads'), +(1025657, 14972, 0, 1, 1, 1, 'Glorious Sabatons'), +(1025657, 14973, 0, 1, 1, 1, 'Glorious Shield'), +(1025657, 14974, 0, 1, 1, 1, 'Glorious Bindings'), +(1025657, 14977, 0, 1, 1, 1, 'Exalted Girdle'), +(1025657, 14983, 0, 1, 1, 1, 'Exalted Armsplints'), +(1025657, 15119, 0, 1, 1, 1, 'Highborne Pants'), +(1025657, 15179, 0, 1, 1, 1, 'Praetorian Padded Armor'), +(1025657, 15181, 0, 1, 1, 1, 'Praetorian Boots'), +(1025657, 15185, 0, 1, 1, 1, 'Praetorian Coif'), +(1025657, 15186, 0, 1, 1, 1, 'Praetorian Leggings'), +(1025657, 15188, 0, 1, 1, 1, 'Grand Armguards'), +(1025657, 15189, 0, 1, 1, 1, 'Grand Boots'), +(1025657, 15190, 0, 1, 1, 1, 'Grand Cloak'), +(1025657, 15191, 0, 1, 1, 1, 'Grand Belt'), +(1025657, 15192, 0, 1, 1, 1, 'Grand Gauntlets'), +(1025657, 15218, 0, 1, 1, 1, 'Crystal Sword'), +(1025657, 15219, 0, 1, 1, 1, 'Dimensional Blade'), +(1025657, 15229, 0, 1, 1, 1, 'Blesswind Hammer'), +(1025657, 15237, 0, 1, 1, 1, 'Corpse Harvester'), +(1025657, 15238, 0, 1, 1, 1, 'Warlord\'s Axe'), +(1025657, 15255, 0, 1, 1, 1, 'Gallant Flamberge'), +(1025657, 15256, 0, 1, 1, 1, 'Massacre Sword'), +(1025657, 15264, 0, 1, 1, 1, 'Backbreaker'), +(1025657, 15265, 0, 1, 1, 1, 'Painbringer'), +(1025657, 15271, 0, 1, 1, 1, 'Colossal Great Axe'), +(1025657, 15272, 0, 1, 1, 1, 'Razor Axe'), +(1025657, 15276, 0, 1, 1, 1, 'Magus Long Staff'), +(1025657, 15278, 0, 1, 1, 1, 'Solstice Staff'), +(1025657, 15281, 0, 1, 1, 1, 'Glowstar Rod'), +(1025657, 15282, 0, 1, 1, 1, 'Dragon Finger'), +(1025657, 15295, 0, 1, 1, 1, 'Quillfire Bow'), +(1025657, 15324, 0, 1, 1, 1, 'Burnside Rifle'), +(1025657, 15325, 0, 1, 1, 1, 'Sharpshooter Harquebus'), +(1025657, 15390, 0, 1, 1, 1, 'Jadefire Chestguard'), +(1025657, 15391, 0, 1, 1, 1, 'Jadefire Cap'), +(1025657, 15425, 0, 1, 1, 1, 'Peerless Bracers'), +(1025657, 15426, 0, 1, 1, 1, 'Peerless Boots'), +(1025657, 15428, 0, 1, 1, 1, 'Peerless Belt'), +(1025657, 15429, 0, 1, 1, 1, 'Peerless Gloves'), +(1025657, 15430, 0, 1, 1, 1, 'Peerless Headband'), +(1025657, 15431, 0, 1, 1, 1, 'Peerless Leggings'), +(1025657, 15432, 0, 1, 1, 1, 'Peerless Shoulders'), +(1025657, 15436, 0, 1, 1, 1, 'Supreme Bracers'), +(1025657, 15640, 0, 1, 1, 1, 'Ironhide Breastplate'), +(1025657, 15645, 0, 1, 1, 1, 'Ironhide Helmet'), +(1025657, 15646, 0, 1, 1, 1, 'Ironhide Legguards'), +(1025657, 15648, 0, 1, 1, 1, 'Ironhide Shield'), +(1025657, 15650, 0, 1, 1, 1, 'Merciless Surcoat'), +(1025657, 15651, 0, 1, 1, 1, 'Merciless Crown'), +(1025657, 15655, 0, 1, 1, 1, 'Merciless Legguards'), +(1025657, 15657, 0, 1, 1, 1, 'Merciless Shield'), +(1025657, 15658, 0, 1, 1, 1, 'Impenetrable Sabatons'), +(1025657, 15659, 0, 1, 1, 1, 'Impenetrable Bindings'), +(1025657, 15662, 0, 1, 1, 1, 'Impenetrable Gauntlets'), +(1025657, 15663, 0, 1, 1, 1, 'Impenetrable Belt'), +(1025657, 15664, 0, 1, 1, 1, 'Impenetrable Helmet'), +(1025657, 15665, 0, 1, 1, 1, 'Impenetrable Legguards'), +(1025657, 15666, 0, 1, 1, 1, 'Impenetrable Pauldrons'), +(1025657, 15668, 0, 1, 1, 1, 'Magnificent Bracers'), +(1025657, 15671, 0, 1, 1, 1, 'Magnificent Cloak'), +(1025657, 15672, 0, 1, 1, 1, 'Magnificent Gauntlets'), +(1025657, 15673, 0, 1, 1, 1, 'Magnificent Belt'), +(1025657, 15674, 0, 1, 1, 1, 'Magnificent Greaves'), +(1025657, 15681, 0, 1, 1, 1, 'Triumphant Cloak'), +(1025657, 15683, 0, 1, 1, 1, 'Triumphant Girdle'), +(1025657, 15693, 0, 1, 1, 1, 'Grand Shoulders'), +(1025657, 15890, 0, 1, 1, 1, 'Vanguard Shield'), +(1025657, 15930, 0, 1, 1, 1, 'Imperial Red Scepter'), +(1025657, 15936, 0, 1, 1, 1, 'Duskwoven Branch'), +(1025657, 15938, 0, 1, 1, 1, 'Mystical Orb'), +(1025657, 15939, 0, 1, 1, 1, 'Councillor\'s Scepter'), +(1025657, 15967, 0, 1, 1, 1, 'Highborne Star'), +(1025657, 15984, 0, 1, 1, 1, 'Opulent Scepter'), +(1025657, 15985, 0, 1, 1, 1, 'Arachnidian Branch'), +(1025657, 15986, 0, 1, 1, 1, 'Bonecaster\'s Star'), +(1025757, 8245, 0, 1, 1, 1, 'Imperial Red Tunic'), +(1025757, 8252, 0, 1, 1, 1, 'Imperial Red Robe'), +(1025757, 8258, 0, 1, 1, 1, 'Serpentskin Armor'), +(1025757, 8265, 0, 1, 1, 1, 'Ebonhold Armor'), +(1025757, 8271, 0, 1, 1, 1, 'Ebonhold Leggings'), +(1025757, 8275, 0, 1, 1, 1, 'Ebonhold Buckler'), +(1025757, 8284, 0, 1, 1, 1, 'Arcane Boots'), +(1025757, 8285, 0, 1, 1, 1, 'Arcane Bands'), +(1025757, 8287, 0, 1, 1, 1, 'Arcane Gloves'), +(1025757, 8288, 0, 1, 1, 1, 'Arcane Pads'), +(1025757, 8289, 0, 1, 1, 1, 'Arcane Leggings'), +(1025757, 8291, 0, 1, 1, 1, 'Arcane Sash'), +(1025757, 8292, 0, 1, 1, 1, 'Arcane Cover'), +(1025757, 8293, 0, 1, 1, 1, 'Traveler\'s Belt'), +(1025757, 8294, 0, 1, 1, 1, 'Traveler\'s Boots'), +(1025757, 8295, 0, 1, 1, 1, 'Traveler\'s Bracers'), +(1025757, 8298, 0, 1, 1, 1, 'Traveler\'s Gloves'), +(1025757, 8299, 0, 1, 1, 1, 'Traveler\'s Helm'), +(1025757, 8300, 0, 1, 1, 1, 'Traveler\'s Leggings'), +(1025757, 8301, 0, 1, 1, 1, 'Traveler\'s Spaulders'), +(1025757, 8302, 0, 1, 1, 1, 'Hero\'s Bracers'), +(1025757, 8304, 0, 1, 1, 1, 'Hero\'s Cape'), +(1025757, 8305, 0, 1, 1, 1, 'Hero\'s Gauntlets'), +(1025757, 8306, 0, 1, 1, 1, 'Hero\'s Belt'), +(1025757, 8307, 0, 1, 1, 1, 'Hero\'s Boots'), +(1025757, 8308, 0, 1, 1, 1, 'Hero\'s Band'), +(1025757, 8310, 0, 1, 1, 1, 'Hero\'s Pauldrons'), +(1025757, 8312, 0, 1, 1, 1, 'Alabaster Breastplate'), +(1025757, 8318, 0, 1, 1, 1, 'Alabaster Plate Leggings'), +(1025757, 8320, 0, 1, 1, 1, 'Alabaster Shield'), +(1025757, 10095, 0, 1, 1, 1, 'Councillor\'s Boots'), +(1025757, 10097, 0, 1, 1, 1, 'Councillor\'s Circlet'), +(1025757, 10100, 0, 1, 1, 1, 'Councillor\'s Shoulders'), +(1025757, 10101, 0, 1, 1, 1, 'Councillor\'s Pants'), +(1025757, 10102, 0, 1, 1, 1, 'Councillor\'s Robes'), +(1025757, 10104, 0, 1, 1, 1, 'Councillor\'s Tunic'), +(1025757, 10105, 0, 1, 1, 1, 'Wanderer\'s Armor'), +(1025757, 10106, 0, 1, 1, 1, 'Wanderer\'s Boots'), +(1025757, 10111, 0, 1, 1, 1, 'Wanderer\'s Hat'), +(1025757, 10112, 0, 1, 1, 1, 'Wanderer\'s Leggings'), +(1025757, 10113, 0, 1, 1, 1, 'Wanderer\'s Shoulders'), +(1025757, 10118, 0, 1, 1, 1, 'Ornate Breastplate'), +(1025757, 10119, 0, 1, 1, 1, 'Ornate Greaves'), +(1025757, 10121, 0, 1, 1, 1, 'Ornate Gauntlets'), +(1025757, 10123, 0, 1, 1, 1, 'Ornate Circlet'), +(1025757, 10124, 0, 1, 1, 1, 'Ornate Legguards'), +(1025757, 10125, 0, 1, 1, 1, 'Ornate Pauldrons'), +(1025757, 10136, 0, 1, 1, 1, 'High Councillor\'s Bracers'), +(1025757, 10138, 0, 1, 1, 1, 'High Councillor\'s Cloak'), +(1025757, 10144, 0, 1, 1, 1, 'High Councillor\'s Sash'), +(1025757, 10145, 0, 1, 1, 1, 'Mighty Girdle'), +(1025757, 10147, 0, 1, 1, 1, 'Mighty Armsplints'), +(1025757, 10148, 0, 1, 1, 1, 'Mighty Cloak'), +(1025757, 10156, 0, 1, 1, 1, 'Mercurial Bracers'), +(1025757, 10159, 0, 1, 1, 1, 'Mercurial Cloak'), +(1025757, 10164, 0, 1, 1, 1, 'Templar Chestplate'), +(1025757, 10168, 0, 1, 1, 1, 'Templar Crown'), +(1025757, 10169, 0, 1, 1, 1, 'Templar Legplates'), +(1025757, 10170, 0, 1, 1, 1, 'Templar Pauldrons'), +(1025757, 10177, 0, 1, 1, 1, 'Mystical Leggings'), +(1025757, 10178, 0, 1, 1, 1, 'Mystical Robe'), +(1025757, 10181, 0, 1, 1, 1, 'Mystical Armor'), +(1025757, 10182, 0, 1, 1, 1, 'Swashbuckler\'s Breastplate'), +(1025757, 10188, 0, 1, 1, 1, 'Swashbuckler\'s Leggings'), +(1025757, 10210, 0, 1, 1, 1, 'Elegant Mantle'), +(1025757, 10211, 0, 1, 1, 1, 'Elegant Boots'), +(1025757, 10212, 0, 1, 1, 1, 'Elegant Cloak'), +(1025757, 10213, 0, 1, 1, 1, 'Elegant Bracers'), +(1025757, 10214, 0, 1, 1, 1, 'Elegant Gloves'), +(1025757, 10216, 0, 1, 1, 1, 'Elegant Belt'), +(1025757, 10219, 0, 1, 1, 1, 'Elegant Circlet'), +(1025757, 10221, 0, 1, 1, 1, 'Nightshade Girdle'), +(1025757, 10222, 0, 1, 1, 1, 'Nightshade Boots'), +(1025757, 10223, 0, 1, 1, 1, 'Nightshade Armguards'), +(1025757, 10224, 0, 1, 1, 1, 'Nightshade Cloak'), +(1025757, 10225, 0, 1, 1, 1, 'Nightshade Gloves'), +(1025757, 10228, 0, 1, 1, 1, 'Nightshade Spaulders'), +(1025757, 10229, 0, 1, 1, 1, 'Engraved Bracers'), +(1025757, 10230, 0, 1, 1, 1, 'Engraved Breastplate'), +(1025757, 10232, 0, 1, 1, 1, 'Engraved Gauntlets'), +(1025757, 10233, 0, 1, 1, 1, 'Engraved Girdle'), +(1025757, 10234, 0, 1, 1, 1, 'Engraved Boots'), +(1025757, 10235, 0, 1, 1, 1, 'Engraved Helm'), +(1025757, 10236, 0, 1, 1, 1, 'Engraved Leggings'), +(1025757, 10237, 0, 1, 1, 1, 'Engraved Pauldrons'), +(1025757, 10258, 0, 1, 1, 1, 'Adventurer\'s Cape'), +(1025757, 10275, 0, 1, 1, 1, 'Emerald Breastplate'), +(1025757, 10276, 0, 1, 1, 1, 'Emerald Sabatons'), +(1025757, 10277, 0, 1, 1, 1, 'Emerald Gauntlets'), +(1025757, 10279, 0, 1, 1, 1, 'Emerald Helm'), +(1025757, 10280, 0, 1, 1, 1, 'Emerald Legplates'), +(1025757, 10281, 0, 1, 1, 1, 'Emerald Pauldrons'), +(1025757, 10282, 0, 1, 1, 1, 'Emerald Vambraces'), +(1025757, 10362, 0, 1, 1, 1, 'Ornate Shield'), +(1025757, 10363, 0, 1, 1, 1, 'Engraved Wall'), +(1025757, 10364, 0, 1, 1, 1, 'Templar Shield'), +(1025757, 10365, 0, 1, 1, 1, 'Emerald Shield'), +(1025757, 10369, 0, 1, 1, 1, 'Imbued Plate Gauntlets'), +(1025757, 10370, 0, 1, 1, 1, 'Imbued Plate Girdle'), +(1025757, 10371, 0, 1, 1, 1, 'Imbued Plate Greaves'), +(1025757, 10372, 0, 1, 1, 1, 'Imbued Plate Helmet'), +(1025757, 10374, 0, 1, 1, 1, 'Imbued Plate Pauldrons'), +(1025757, 10375, 0, 1, 1, 1, 'Imbued Plate Vambraces'), +(1025757, 10376, 0, 1, 1, 1, 'Commander\'s Boots'), +(1025757, 10377, 0, 1, 1, 1, 'Commander\'s Vambraces'), +(1025757, 10380, 0, 1, 1, 1, 'Commander\'s Gauntlets'), +(1025757, 10381, 0, 1, 1, 1, 'Commander\'s Girdle'), +(1025757, 10391, 0, 1, 1, 1, 'Hyperion Vambraces'), +(1025757, 11978, 0, 1, 1, 1, 'Jasper Link'), +(1025757, 11991, 0, 1, 1, 1, 'Quicksilver Ring'), +(1025757, 12004, 0, 1, 1, 1, 'Obsidian Band'), +(1025757, 12015, 0, 1, 1, 1, 'Swamp Ring'), +(1025757, 12026, 0, 1, 1, 1, 'Quicksilver Pendant'), +(1025757, 12035, 0, 1, 1, 1, 'Obsidian Pendant'), +(1025757, 12045, 0, 1, 1, 1, 'Swamp Pendant'), +(1025757, 12046, 0, 1, 1, 1, 'Jungle Necklace'), +(1025757, 12056, 0, 1, 1, 1, 'Ring of the Heavens'), +(1025757, 12057, 0, 1, 1, 1, 'Dragonscale Band'), +(1025757, 14284, 0, 1, 1, 1, 'Opulent Robes'), +(1025757, 14287, 0, 1, 1, 1, 'Opulent Tunic'), +(1025757, 14288, 0, 1, 1, 1, 'Arachnidian Armor'), +(1025757, 14297, 0, 1, 1, 1, 'Arachnidian Robes'), +(1025757, 14298, 0, 1, 1, 1, 'Bonecaster\'s Spaulders'), +(1025757, 14302, 0, 1, 1, 1, 'Bonecaster\'s Gloves'), +(1025757, 14303, 0, 1, 1, 1, 'Bonecaster\'s Shroud'), +(1025757, 14305, 0, 1, 1, 1, 'Bonecaster\'s Sarong'), +(1025757, 14306, 0, 1, 1, 1, 'Bonecaster\'s Vest'), +(1025757, 14307, 0, 1, 1, 1, 'Bonecaster\'s Crown'), +(1025757, 14309, 0, 1, 1, 1, 'Celestial Belt'), +(1025757, 14310, 0, 1, 1, 1, 'Celestial Slippers'), +(1025757, 14314, 0, 1, 1, 1, 'Celestial Handwraps'), +(1025757, 14315, 0, 1, 1, 1, 'Celestial Kilt'), +(1025757, 14316, 0, 1, 1, 1, 'Celestial Pauldrons'), +(1025757, 14319, 0, 1, 1, 1, 'Resplendent Boots'), +(1025757, 14320, 0, 1, 1, 1, 'Resplendent Bracelets'), +(1025757, 14323, 0, 1, 1, 1, 'Resplendent Gauntlets'), +(1025757, 14324, 0, 1, 1, 1, 'Resplendent Sarong'), +(1025757, 14327, 0, 1, 1, 1, 'Resplendent Belt'), +(1025757, 14331, 0, 1, 1, 1, 'Eternal Cloak'), +(1025757, 14449, 0, 1, 1, 1, 'Highborne Crown'), +(1025757, 14453, 0, 1, 1, 1, 'Highborne Robes'), +(1025757, 14455, 0, 1, 1, 1, 'Highborne Padded Armor'), +(1025757, 14457, 0, 1, 1, 1, 'Elunarian Cuffs'), +(1025757, 14458, 0, 1, 1, 1, 'Elunarian Boots'), +(1025757, 14459, 0, 1, 1, 1, 'Elunarian Cloak'), +(1025757, 14465, 0, 1, 1, 1, 'Elunarian Belt'), +(1025757, 14670, 0, 1, 1, 1, 'Pridelord Armor'), +(1025757, 14671, 0, 1, 1, 1, 'Pridelord Boots'), +(1025757, 14675, 0, 1, 1, 1, 'Pridelord Gloves'), +(1025757, 14676, 0, 1, 1, 1, 'Pridelord Halo'), +(1025757, 14677, 0, 1, 1, 1, 'Pridelord Pants'), +(1025757, 14678, 0, 1, 1, 1, 'Pridelord Pauldrons'), +(1025757, 14682, 0, 1, 1, 1, 'Indomitable Armguards'), +(1025757, 14683, 0, 1, 1, 1, 'Indomitable Cloak'), +(1025757, 14684, 0, 1, 1, 1, 'Indomitable Belt'), +(1025757, 14798, 0, 1, 1, 1, 'Bloodlust Breastplate'), +(1025757, 14799, 0, 1, 1, 1, 'Bloodlust Boots'), +(1025757, 14800, 0, 1, 1, 1, 'Bloodlust Buckler'), +(1025757, 14804, 0, 1, 1, 1, 'Bloodlust Helm'), +(1025757, 14805, 0, 1, 1, 1, 'Bloodlust Britches'), +(1025757, 14806, 0, 1, 1, 1, 'Bloodlust Epaulets'), +(1025757, 14808, 0, 1, 1, 1, 'Warstrike Belt'), +(1025757, 14810, 0, 1, 1, 1, 'Warstrike Armsplints'), +(1025757, 14813, 0, 1, 1, 1, 'Warstrike Cape'), +(1025757, 14854, 0, 1, 1, 1, 'Vanguard Breastplate'), +(1025757, 14858, 0, 1, 1, 1, 'Vanguard Headdress'), +(1025757, 14859, 0, 1, 1, 1, 'Vanguard Legplates'), +(1025757, 14860, 0, 1, 1, 1, 'Vanguard Pauldrons'), +(1025757, 14863, 0, 1, 1, 1, 'Warleader\'s Gauntlets'), +(1025757, 14864, 0, 1, 1, 1, 'Warleader\'s Belt'), +(1025757, 14865, 0, 1, 1, 1, 'Warleader\'s Greaves'), +(1025757, 14869, 0, 1, 1, 1, 'Warleader\'s Bracers'), +(1025757, 14924, 0, 1, 1, 1, 'Lofty Breastplate'), +(1025757, 14925, 0, 1, 1, 1, 'Lofty Helm'), +(1025757, 14930, 0, 1, 1, 1, 'Lofty Shield'), +(1025757, 14932, 0, 1, 1, 1, 'Heroic Greaves'), +(1025757, 14933, 0, 1, 1, 1, 'Heroic Gauntlets'), +(1025757, 14934, 0, 1, 1, 1, 'Heroic Girdle'), +(1025757, 14935, 0, 1, 1, 1, 'Heroic Skullcap'), +(1025757, 14937, 0, 1, 1, 1, 'Heroic Pauldrons'), +(1025757, 14938, 0, 1, 1, 1, 'Heroic Bracers'), +(1025757, 14958, 0, 1, 1, 1, 'High Chief\'s Armor'), +(1025757, 14964, 0, 1, 1, 1, 'High Chief\'s Shield'), +(1025757, 14967, 0, 1, 1, 1, 'Glorious Gauntlets'), +(1025757, 14969, 0, 1, 1, 1, 'Glorious Headdress'), +(1025757, 14970, 0, 1, 1, 1, 'Glorious Legplates'), +(1025757, 14971, 0, 1, 1, 1, 'Glorious Shoulder Pads'), +(1025757, 14972, 0, 1, 1, 1, 'Glorious Sabatons'), +(1025757, 14973, 0, 1, 1, 1, 'Glorious Shield'), +(1025757, 14977, 0, 1, 1, 1, 'Exalted Girdle'), +(1025757, 14983, 0, 1, 1, 1, 'Exalted Armsplints'), +(1025757, 15119, 0, 1, 1, 1, 'Highborne Pants'), +(1025757, 15179, 0, 1, 1, 1, 'Praetorian Padded Armor'), +(1025757, 15185, 0, 1, 1, 1, 'Praetorian Coif'), +(1025757, 15188, 0, 1, 1, 1, 'Grand Armguards'), +(1025757, 15189, 0, 1, 1, 1, 'Grand Boots'), +(1025757, 15191, 0, 1, 1, 1, 'Grand Belt'), +(1025757, 15192, 0, 1, 1, 1, 'Grand Gauntlets'), +(1025757, 15218, 0, 1, 1, 1, 'Crystal Sword'), +(1025757, 15219, 0, 1, 1, 1, 'Dimensional Blade'), +(1025757, 15238, 0, 1, 1, 1, 'Warlord\'s Axe'), +(1025757, 15255, 0, 1, 1, 1, 'Gallant Flamberge'), +(1025757, 15256, 0, 1, 1, 1, 'Massacre Sword'), +(1025757, 15264, 0, 1, 1, 1, 'Backbreaker'), +(1025757, 15265, 0, 1, 1, 1, 'Painbringer'), +(1025757, 15271, 0, 1, 1, 1, 'Colossal Great Axe'), +(1025757, 15272, 0, 1, 1, 1, 'Razor Axe'), +(1025757, 15276, 0, 1, 1, 1, 'Magus Long Staff'), +(1025757, 15278, 0, 1, 1, 1, 'Solstice Staff'), +(1025757, 15281, 0, 1, 1, 1, 'Glowstar Rod'), +(1025757, 15282, 0, 1, 1, 1, 'Dragon Finger'), +(1025757, 15324, 0, 1, 1, 1, 'Burnside Rifle'), +(1025757, 15325, 0, 1, 1, 1, 'Sharpshooter Harquebus'), +(1025757, 15390, 0, 1, 1, 1, 'Jadefire Chestguard'), +(1025757, 15391, 0, 1, 1, 1, 'Jadefire Cap'), +(1025757, 15426, 0, 1, 1, 1, 'Peerless Boots'), +(1025757, 15428, 0, 1, 1, 1, 'Peerless Belt'), +(1025757, 15429, 0, 1, 1, 1, 'Peerless Gloves'), +(1025757, 15430, 0, 1, 1, 1, 'Peerless Headband'), +(1025757, 15431, 0, 1, 1, 1, 'Peerless Leggings'), +(1025757, 15432, 0, 1, 1, 1, 'Peerless Shoulders'), +(1025757, 15436, 0, 1, 1, 1, 'Supreme Bracers'), +(1025757, 15640, 0, 1, 1, 1, 'Ironhide Breastplate'), +(1025757, 15648, 0, 1, 1, 1, 'Ironhide Shield'), +(1025757, 15650, 0, 1, 1, 1, 'Merciless Surcoat'), +(1025757, 15651, 0, 1, 1, 1, 'Merciless Crown'), +(1025757, 15655, 0, 1, 1, 1, 'Merciless Legguards'), +(1025757, 15657, 0, 1, 1, 1, 'Merciless Shield'), +(1025757, 15658, 0, 1, 1, 1, 'Impenetrable Sabatons'), +(1025757, 15662, 0, 1, 1, 1, 'Impenetrable Gauntlets'), +(1025757, 15663, 0, 1, 1, 1, 'Impenetrable Belt'), +(1025757, 15664, 0, 1, 1, 1, 'Impenetrable Helmet'), +(1025757, 15665, 0, 1, 1, 1, 'Impenetrable Legguards'), +(1025757, 15666, 0, 1, 1, 1, 'Impenetrable Pauldrons'), +(1025757, 15668, 0, 1, 1, 1, 'Magnificent Bracers'), +(1025757, 15671, 0, 1, 1, 1, 'Magnificent Cloak'), +(1025757, 15672, 0, 1, 1, 1, 'Magnificent Gauntlets'), +(1025757, 15673, 0, 1, 1, 1, 'Magnificent Belt'), +(1025757, 15674, 0, 1, 1, 1, 'Magnificent Greaves'), +(1025757, 15681, 0, 1, 1, 1, 'Triumphant Cloak'), +(1025757, 15683, 0, 1, 1, 1, 'Triumphant Girdle'), +(1025757, 15693, 0, 1, 1, 1, 'Grand Shoulders'), +(1025757, 15890, 0, 1, 1, 1, 'Vanguard Shield'), +(1025757, 15930, 0, 1, 1, 1, 'Imperial Red Scepter'), +(1025757, 15938, 0, 1, 1, 1, 'Mystical Orb'), +(1025757, 15939, 0, 1, 1, 1, 'Councillor\'s Scepter'), +(1025757, 15967, 0, 1, 1, 1, 'Highborne Star'), +(1025757, 15984, 0, 1, 1, 1, 'Opulent Scepter'), +(1025757, 15985, 0, 1, 1, 1, 'Arachnidian Branch'), +(1025757, 15986, 0, 1, 1, 1, 'Bonecaster\'s Star'), +(1025758, 8245, 0, 1, 1, 1, 'Imperial Red Tunic'), +(1025758, 8252, 0, 1, 1, 1, 'Imperial Red Robe'), +(1025758, 8258, 0, 1, 1, 1, 'Serpentskin Armor'), +(1025758, 8265, 0, 1, 1, 1, 'Ebonhold Armor'), +(1025758, 8271, 0, 1, 1, 1, 'Ebonhold Leggings'), +(1025758, 8275, 0, 1, 1, 1, 'Ebonhold Buckler'), +(1025758, 8283, 0, 1, 1, 1, 'Arcane Armor'), +(1025758, 8284, 0, 1, 1, 1, 'Arcane Boots'), +(1025758, 8285, 0, 1, 1, 1, 'Arcane Bands'), +(1025758, 8287, 0, 1, 1, 1, 'Arcane Gloves'), +(1025758, 8288, 0, 1, 1, 1, 'Arcane Pads'), +(1025758, 8289, 0, 1, 1, 1, 'Arcane Leggings'), +(1025758, 8290, 0, 1, 1, 1, 'Arcane Robe'), +(1025758, 8291, 0, 1, 1, 1, 'Arcane Sash'), +(1025758, 8292, 0, 1, 1, 1, 'Arcane Cover'), +(1025758, 8293, 0, 1, 1, 1, 'Traveler\'s Belt'), +(1025758, 8294, 0, 1, 1, 1, 'Traveler\'s Boots'), +(1025758, 8295, 0, 1, 1, 1, 'Traveler\'s Bracers'), +(1025758, 8296, 0, 1, 1, 1, 'Traveler\'s Jerkin'), +(1025758, 8298, 0, 1, 1, 1, 'Traveler\'s Gloves'), +(1025758, 8299, 0, 1, 1, 1, 'Traveler\'s Helm'), +(1025758, 8300, 0, 1, 1, 1, 'Traveler\'s Leggings'), +(1025758, 8301, 0, 1, 1, 1, 'Traveler\'s Spaulders'), +(1025758, 8302, 0, 1, 1, 1, 'Hero\'s Bracers'), +(1025758, 8304, 0, 1, 1, 1, 'Hero\'s Cape'), +(1025758, 8305, 0, 1, 1, 1, 'Hero\'s Gauntlets'), +(1025758, 8306, 0, 1, 1, 1, 'Hero\'s Belt'), +(1025758, 8307, 0, 1, 1, 1, 'Hero\'s Boots'), +(1025758, 8308, 0, 1, 1, 1, 'Hero\'s Band'), +(1025758, 8309, 0, 1, 1, 1, 'Hero\'s Leggings'), +(1025758, 8310, 0, 1, 1, 1, 'Hero\'s Pauldrons'), +(1025758, 8312, 0, 1, 1, 1, 'Alabaster Breastplate'), +(1025758, 8318, 0, 1, 1, 1, 'Alabaster Plate Leggings'), +(1025758, 8320, 0, 1, 1, 1, 'Alabaster Shield'), +(1025758, 10095, 0, 1, 1, 1, 'Councillor\'s Boots'), +(1025758, 10097, 0, 1, 1, 1, 'Councillor\'s Circlet'), +(1025758, 10100, 0, 1, 1, 1, 'Councillor\'s Shoulders'), +(1025758, 10101, 0, 1, 1, 1, 'Councillor\'s Pants'), +(1025758, 10102, 0, 1, 1, 1, 'Councillor\'s Robes'), +(1025758, 10104, 0, 1, 1, 1, 'Councillor\'s Tunic'), +(1025758, 10105, 0, 1, 1, 1, 'Wanderer\'s Armor'), +(1025758, 10106, 0, 1, 1, 1, 'Wanderer\'s Boots'), +(1025758, 10111, 0, 1, 1, 1, 'Wanderer\'s Hat'), +(1025758, 10112, 0, 1, 1, 1, 'Wanderer\'s Leggings'), +(1025758, 10113, 0, 1, 1, 1, 'Wanderer\'s Shoulders'), +(1025758, 10118, 0, 1, 1, 1, 'Ornate Breastplate'), +(1025758, 10119, 0, 1, 1, 1, 'Ornate Greaves'), +(1025758, 10121, 0, 1, 1, 1, 'Ornate Gauntlets'), +(1025758, 10123, 0, 1, 1, 1, 'Ornate Circlet'), +(1025758, 10124, 0, 1, 1, 1, 'Ornate Legguards'), +(1025758, 10125, 0, 1, 1, 1, 'Ornate Pauldrons'), +(1025758, 10136, 0, 1, 1, 1, 'High Councillor\'s Bracers'), +(1025758, 10137, 0, 1, 1, 1, 'High Councillor\'s Boots'), +(1025758, 10138, 0, 1, 1, 1, 'High Councillor\'s Cloak'), +(1025758, 10140, 0, 1, 1, 1, 'High Councillor\'s Gloves'), +(1025758, 10144, 0, 1, 1, 1, 'High Councillor\'s Sash'), +(1025758, 10145, 0, 1, 1, 1, 'Mighty Girdle'), +(1025758, 10146, 0, 1, 1, 1, 'Mighty Boots'), +(1025758, 10147, 0, 1, 1, 1, 'Mighty Armsplints'), +(1025758, 10148, 0, 1, 1, 1, 'Mighty Cloak'), +(1025758, 10149, 0, 1, 1, 1, 'Mighty Gauntlets'), +(1025758, 10154, 0, 1, 1, 1, 'Mercurial Girdle'), +(1025758, 10155, 0, 1, 1, 1, 'Mercurial Greaves'), +(1025758, 10156, 0, 1, 1, 1, 'Mercurial Bracers'), +(1025758, 10159, 0, 1, 1, 1, 'Mercurial Cloak'), +(1025758, 10161, 0, 1, 1, 1, 'Mercurial Gauntlets'), +(1025758, 10164, 0, 1, 1, 1, 'Templar Chestplate'), +(1025758, 10168, 0, 1, 1, 1, 'Templar Crown'), +(1025758, 10169, 0, 1, 1, 1, 'Templar Legplates'), +(1025758, 10170, 0, 1, 1, 1, 'Templar Pauldrons'), +(1025758, 10177, 0, 1, 1, 1, 'Mystical Leggings'), +(1025758, 10178, 0, 1, 1, 1, 'Mystical Robe'), +(1025758, 10181, 0, 1, 1, 1, 'Mystical Armor'), +(1025758, 10182, 0, 1, 1, 1, 'Swashbuckler\'s Breastplate'), +(1025758, 10188, 0, 1, 1, 1, 'Swashbuckler\'s Leggings'), +(1025758, 10210, 0, 1, 1, 1, 'Elegant Mantle'), +(1025758, 10211, 0, 1, 1, 1, 'Elegant Boots'), +(1025758, 10212, 0, 1, 1, 1, 'Elegant Cloak'), +(1025758, 10213, 0, 1, 1, 1, 'Elegant Bracers'), +(1025758, 10214, 0, 1, 1, 1, 'Elegant Gloves'), +(1025758, 10216, 0, 1, 1, 1, 'Elegant Belt'), +(1025758, 10217, 0, 1, 1, 1, 'Elegant Leggings'), +(1025758, 10219, 0, 1, 1, 1, 'Elegant Circlet'), +(1025758, 10221, 0, 1, 1, 1, 'Nightshade Girdle'), +(1025758, 10222, 0, 1, 1, 1, 'Nightshade Boots'), +(1025758, 10223, 0, 1, 1, 1, 'Nightshade Armguards'), +(1025758, 10224, 0, 1, 1, 1, 'Nightshade Cloak'), +(1025758, 10225, 0, 1, 1, 1, 'Nightshade Gloves'), +(1025758, 10226, 0, 1, 1, 1, 'Nightshade Helmet'), +(1025758, 10228, 0, 1, 1, 1, 'Nightshade Spaulders'), +(1025758, 10229, 0, 1, 1, 1, 'Engraved Bracers'), +(1025758, 10230, 0, 1, 1, 1, 'Engraved Breastplate'), +(1025758, 10232, 0, 1, 1, 1, 'Engraved Gauntlets'), +(1025758, 10233, 0, 1, 1, 1, 'Engraved Girdle'), +(1025758, 10234, 0, 1, 1, 1, 'Engraved Boots'), +(1025758, 10235, 0, 1, 1, 1, 'Engraved Helm'), +(1025758, 10236, 0, 1, 1, 1, 'Engraved Leggings'), +(1025758, 10237, 0, 1, 1, 1, 'Engraved Pauldrons'), +(1025758, 10249, 0, 1, 1, 1, 'Master\'s Cloak'), +(1025758, 10256, 0, 1, 1, 1, 'Adventurer\'s Bracers'), +(1025758, 10258, 0, 1, 1, 1, 'Adventurer\'s Cape'), +(1025758, 10267, 0, 1, 1, 1, 'Masterwork Cape'), +(1025758, 10275, 0, 1, 1, 1, 'Emerald Breastplate'), +(1025758, 10276, 0, 1, 1, 1, 'Emerald Sabatons'), +(1025758, 10277, 0, 1, 1, 1, 'Emerald Gauntlets'), +(1025758, 10279, 0, 1, 1, 1, 'Emerald Helm'), +(1025758, 10280, 0, 1, 1, 1, 'Emerald Legplates'), +(1025758, 10281, 0, 1, 1, 1, 'Emerald Pauldrons'), +(1025758, 10282, 0, 1, 1, 1, 'Emerald Vambraces'), +(1025758, 10362, 0, 1, 1, 1, 'Ornate Shield'), +(1025758, 10363, 0, 1, 1, 1, 'Engraved Wall'), +(1025758, 10364, 0, 1, 1, 1, 'Templar Shield'), +(1025758, 10365, 0, 1, 1, 1, 'Emerald Shield'), +(1025758, 10369, 0, 1, 1, 1, 'Imbued Plate Gauntlets'), +(1025758, 10370, 0, 1, 1, 1, 'Imbued Plate Girdle'), +(1025758, 10371, 0, 1, 1, 1, 'Imbued Plate Greaves'), +(1025758, 10372, 0, 1, 1, 1, 'Imbued Plate Helmet'), +(1025758, 10373, 0, 1, 1, 1, 'Imbued Plate Leggings'), +(1025758, 10374, 0, 1, 1, 1, 'Imbued Plate Pauldrons'), +(1025758, 10375, 0, 1, 1, 1, 'Imbued Plate Vambraces'), +(1025758, 10376, 0, 1, 1, 1, 'Commander\'s Boots'), +(1025758, 10377, 0, 1, 1, 1, 'Commander\'s Vambraces'), +(1025758, 10379, 0, 1, 1, 1, 'Commander\'s Helm'), +(1025758, 10380, 0, 1, 1, 1, 'Commander\'s Gauntlets'), +(1025758, 10381, 0, 1, 1, 1, 'Commander\'s Girdle'), +(1025758, 10383, 0, 1, 1, 1, 'Commander\'s Pauldrons'), +(1025758, 10387, 0, 1, 1, 1, 'Hyperion Girdle'), +(1025758, 10391, 0, 1, 1, 1, 'Hyperion Vambraces'), +(1025758, 11978, 0, 1, 1, 1, 'Jasper Link'), +(1025758, 11979, 0, 1, 1, 1, 'Peridot Circle'), +(1025758, 11991, 0, 1, 1, 1, 'Quicksilver Ring'), +(1025758, 12004, 0, 1, 1, 1, 'Obsidian Band'), +(1025758, 12015, 0, 1, 1, 1, 'Swamp Ring'), +(1025758, 12016, 0, 1, 1, 1, 'Jungle Ring'), +(1025758, 12026, 0, 1, 1, 1, 'Quicksilver Pendant'), +(1025758, 12035, 0, 1, 1, 1, 'Obsidian Pendant'), +(1025758, 12045, 0, 1, 1, 1, 'Swamp Pendant'), +(1025758, 12046, 0, 1, 1, 1, 'Jungle Necklace'), +(1025758, 12056, 0, 1, 1, 1, 'Ring of the Heavens'), +(1025758, 12057, 0, 1, 1, 1, 'Dragonscale Band'), +(1025758, 14284, 0, 1, 1, 1, 'Opulent Robes'), +(1025758, 14287, 0, 1, 1, 1, 'Opulent Tunic'), +(1025758, 14288, 0, 1, 1, 1, 'Arachnidian Armor'), +(1025758, 14297, 0, 1, 1, 1, 'Arachnidian Robes'), +(1025758, 14298, 0, 1, 1, 1, 'Bonecaster\'s Spaulders'), +(1025758, 14302, 0, 1, 1, 1, 'Bonecaster\'s Gloves'), +(1025758, 14303, 0, 1, 1, 1, 'Bonecaster\'s Shroud'), +(1025758, 14305, 0, 1, 1, 1, 'Bonecaster\'s Sarong'), +(1025758, 14306, 0, 1, 1, 1, 'Bonecaster\'s Vest'), +(1025758, 14307, 0, 1, 1, 1, 'Bonecaster\'s Crown'), +(1025758, 14308, 0, 1, 1, 1, 'Celestial Tunic'), +(1025758, 14309, 0, 1, 1, 1, 'Celestial Belt'), +(1025758, 14310, 0, 1, 1, 1, 'Celestial Slippers'), +(1025758, 14312, 0, 1, 1, 1, 'Celestial Crown'), +(1025758, 14314, 0, 1, 1, 1, 'Celestial Handwraps'), +(1025758, 14315, 0, 1, 1, 1, 'Celestial Kilt'), +(1025758, 14316, 0, 1, 1, 1, 'Celestial Pauldrons'), +(1025758, 14317, 0, 1, 1, 1, 'Celestial Silk Robes'), +(1025758, 14319, 0, 1, 1, 1, 'Resplendent Boots'), +(1025758, 14320, 0, 1, 1, 1, 'Resplendent Bracelets'), +(1025758, 14323, 0, 1, 1, 1, 'Resplendent Gauntlets'), +(1025758, 14324, 0, 1, 1, 1, 'Resplendent Sarong'), +(1025758, 14325, 0, 1, 1, 1, 'Resplendent Epaulets'), +(1025758, 14327, 0, 1, 1, 1, 'Resplendent Belt'), +(1025758, 14330, 0, 1, 1, 1, 'Eternal Bindings'), +(1025758, 14331, 0, 1, 1, 1, 'Eternal Cloak'), +(1025758, 14337, 0, 1, 1, 1, 'Eternal Cord'), +(1025758, 14449, 0, 1, 1, 1, 'Highborne Crown'), +(1025758, 14453, 0, 1, 1, 1, 'Highborne Robes'), +(1025758, 14455, 0, 1, 1, 1, 'Highborne Padded Armor'), +(1025758, 14457, 0, 1, 1, 1, 'Elunarian Cuffs'), +(1025758, 14458, 0, 1, 1, 1, 'Elunarian Boots'), +(1025758, 14459, 0, 1, 1, 1, 'Elunarian Cloak'), +(1025758, 14465, 0, 1, 1, 1, 'Elunarian Belt'), +(1025758, 14670, 0, 1, 1, 1, 'Pridelord Armor'), +(1025758, 14671, 0, 1, 1, 1, 'Pridelord Boots'), +(1025758, 14675, 0, 1, 1, 1, 'Pridelord Gloves'), +(1025758, 14676, 0, 1, 1, 1, 'Pridelord Halo'), +(1025758, 14677, 0, 1, 1, 1, 'Pridelord Pants'), +(1025758, 14678, 0, 1, 1, 1, 'Pridelord Pauldrons'), +(1025758, 14682, 0, 1, 1, 1, 'Indomitable Armguards'), +(1025758, 14683, 0, 1, 1, 1, 'Indomitable Cloak'), +(1025758, 14684, 0, 1, 1, 1, 'Indomitable Belt'), +(1025758, 14688, 0, 1, 1, 1, 'Indomitable Epaulets'), +(1025758, 14798, 0, 1, 1, 1, 'Bloodlust Breastplate'), +(1025758, 14799, 0, 1, 1, 1, 'Bloodlust Boots'), +(1025758, 14800, 0, 1, 1, 1, 'Bloodlust Buckler'), +(1025758, 14804, 0, 1, 1, 1, 'Bloodlust Helm'), +(1025758, 14805, 0, 1, 1, 1, 'Bloodlust Britches'), +(1025758, 14806, 0, 1, 1, 1, 'Bloodlust Epaulets'), +(1025758, 14808, 0, 1, 1, 1, 'Warstrike Belt'), +(1025758, 14810, 0, 1, 1, 1, 'Warstrike Armsplints'), +(1025758, 14813, 0, 1, 1, 1, 'Warstrike Cape'), +(1025758, 14854, 0, 1, 1, 1, 'Vanguard Breastplate'), +(1025758, 14858, 0, 1, 1, 1, 'Vanguard Headdress'), +(1025758, 14859, 0, 1, 1, 1, 'Vanguard Legplates'), +(1025758, 14860, 0, 1, 1, 1, 'Vanguard Pauldrons'), +(1025758, 14863, 0, 1, 1, 1, 'Warleader\'s Gauntlets'), +(1025758, 14864, 0, 1, 1, 1, 'Warleader\'s Belt'), +(1025758, 14865, 0, 1, 1, 1, 'Warleader\'s Greaves'), +(1025758, 14868, 0, 1, 1, 1, 'Warleader\'s Shoulders'), +(1025758, 14869, 0, 1, 1, 1, 'Warleader\'s Bracers'), +(1025758, 14924, 0, 1, 1, 1, 'Lofty Breastplate'), +(1025758, 14925, 0, 1, 1, 1, 'Lofty Helm'), +(1025758, 14930, 0, 1, 1, 1, 'Lofty Shield'), +(1025758, 14932, 0, 1, 1, 1, 'Heroic Greaves'), +(1025758, 14933, 0, 1, 1, 1, 'Heroic Gauntlets'), +(1025758, 14934, 0, 1, 1, 1, 'Heroic Girdle'), +(1025758, 14935, 0, 1, 1, 1, 'Heroic Skullcap'), +(1025758, 14936, 0, 1, 1, 1, 'Heroic Legplates'), +(1025758, 14937, 0, 1, 1, 1, 'Heroic Pauldrons'), +(1025758, 14938, 0, 1, 1, 1, 'Heroic Bracers'), +(1025758, 14958, 0, 1, 1, 1, 'High Chief\'s Armor'), +(1025758, 14964, 0, 1, 1, 1, 'High Chief\'s Shield'), +(1025758, 14966, 0, 1, 1, 1, 'Glorious Breastplate'), +(1025758, 14967, 0, 1, 1, 1, 'Glorious Gauntlets'), +(1025758, 14969, 0, 1, 1, 1, 'Glorious Headdress'), +(1025758, 14970, 0, 1, 1, 1, 'Glorious Legplates'), +(1025758, 14971, 0, 1, 1, 1, 'Glorious Shoulder Pads'), +(1025758, 14972, 0, 1, 1, 1, 'Glorious Sabatons'), +(1025758, 14973, 0, 1, 1, 1, 'Glorious Shield'), +(1025758, 14976, 0, 1, 1, 1, 'Exalted Gauntlets'), +(1025758, 14977, 0, 1, 1, 1, 'Exalted Girdle'), +(1025758, 14983, 0, 1, 1, 1, 'Exalted Armsplints'), +(1025758, 15119, 0, 1, 1, 1, 'Highborne Pants'), +(1025758, 15179, 0, 1, 1, 1, 'Praetorian Padded Armor'), +(1025758, 15185, 0, 1, 1, 1, 'Praetorian Coif'), +(1025758, 15188, 0, 1, 1, 1, 'Grand Armguards'), +(1025758, 15189, 0, 1, 1, 1, 'Grand Boots'), +(1025758, 15191, 0, 1, 1, 1, 'Grand Belt'), +(1025758, 15192, 0, 1, 1, 1, 'Grand Gauntlets'), +(1025758, 15194, 0, 1, 1, 1, 'Grand Legguards'), +(1025758, 15218, 0, 1, 1, 1, 'Crystal Sword'), +(1025758, 15219, 0, 1, 1, 1, 'Dimensional Blade'), +(1025758, 15238, 0, 1, 1, 1, 'Warlord\'s Axe'), +(1025758, 15239, 0, 1, 1, 1, 'Felstone Reaver'), +(1025758, 15255, 0, 1, 1, 1, 'Gallant Flamberge'), +(1025758, 15256, 0, 1, 1, 1, 'Massacre Sword'), +(1025758, 15264, 0, 1, 1, 1, 'Backbreaker'), +(1025758, 15265, 0, 1, 1, 1, 'Painbringer'), +(1025758, 15266, 0, 1, 1, 1, 'Fierce Mauler'), +(1025758, 15271, 0, 1, 1, 1, 'Colossal Great Axe'), +(1025758, 15272, 0, 1, 1, 1, 'Razor Axe'), +(1025758, 15276, 0, 1, 1, 1, 'Magus Long Staff'), +(1025758, 15278, 0, 1, 1, 1, 'Solstice Staff'), +(1025758, 15281, 0, 1, 1, 1, 'Glowstar Rod'), +(1025758, 15282, 0, 1, 1, 1, 'Dragon Finger'), +(1025758, 15288, 0, 1, 1, 1, 'Blasthorn Bow'), +(1025758, 15324, 0, 1, 1, 1, 'Burnside Rifle'), +(1025758, 15325, 0, 1, 1, 1, 'Sharpshooter Harquebus'), +(1025758, 15390, 0, 1, 1, 1, 'Jadefire Chestguard'), +(1025758, 15391, 0, 1, 1, 1, 'Jadefire Cap'), +(1025758, 15426, 0, 1, 1, 1, 'Peerless Boots'), +(1025758, 15428, 0, 1, 1, 1, 'Peerless Belt'), +(1025758, 15429, 0, 1, 1, 1, 'Peerless Gloves'), +(1025758, 15430, 0, 1, 1, 1, 'Peerless Headband'), +(1025758, 15431, 0, 1, 1, 1, 'Peerless Leggings'), +(1025758, 15432, 0, 1, 1, 1, 'Peerless Shoulders'), +(1025758, 15433, 0, 1, 1, 1, 'Peerless Armor'), +(1025758, 15434, 0, 1, 1, 1, 'Supreme Sash'), +(1025758, 15436, 0, 1, 1, 1, 'Supreme Bracers'), +(1025758, 15437, 0, 1, 1, 1, 'Supreme Cape'), +(1025758, 15640, 0, 1, 1, 1, 'Ironhide Breastplate'), +(1025758, 15648, 0, 1, 1, 1, 'Ironhide Shield'), +(1025758, 15650, 0, 1, 1, 1, 'Merciless Surcoat'), +(1025758, 15651, 0, 1, 1, 1, 'Merciless Crown'), +(1025758, 15655, 0, 1, 1, 1, 'Merciless Legguards'), +(1025758, 15657, 0, 1, 1, 1, 'Merciless Shield'), +(1025758, 15658, 0, 1, 1, 1, 'Impenetrable Sabatons'), +(1025758, 15660, 0, 1, 1, 1, 'Impenetrable Breastplate'), +(1025758, 15662, 0, 1, 1, 1, 'Impenetrable Gauntlets'), +(1025758, 15663, 0, 1, 1, 1, 'Impenetrable Belt'), +(1025758, 15664, 0, 1, 1, 1, 'Impenetrable Helmet'), +(1025758, 15665, 0, 1, 1, 1, 'Impenetrable Legguards'), +(1025758, 15666, 0, 1, 1, 1, 'Impenetrable Pauldrons'), +(1025758, 15667, 0, 1, 1, 1, 'Impenetrable Wall'), +(1025758, 15668, 0, 1, 1, 1, 'Magnificent Bracers'), +(1025758, 15670, 0, 1, 1, 1, 'Magnificent Helmet'), +(1025758, 15671, 0, 1, 1, 1, 'Magnificent Cloak'), +(1025758, 15672, 0, 1, 1, 1, 'Magnificent Gauntlets'), +(1025758, 15673, 0, 1, 1, 1, 'Magnificent Belt'), +(1025758, 15674, 0, 1, 1, 1, 'Magnificent Greaves'), +(1025758, 15676, 0, 1, 1, 1, 'Magnificent Leggings'), +(1025758, 15677, 0, 1, 1, 1, 'Magnificent Shoulders'), +(1025758, 15679, 0, 1, 1, 1, 'Triumphant Bracers'), +(1025758, 15681, 0, 1, 1, 1, 'Triumphant Cloak'), +(1025758, 15683, 0, 1, 1, 1, 'Triumphant Girdle'), +(1025758, 15693, 0, 1, 1, 1, 'Grand Shoulders'), +(1025758, 15890, 0, 1, 1, 1, 'Vanguard Shield'), +(1025758, 15930, 0, 1, 1, 1, 'Imperial Red Scepter'), +(1025758, 15931, 0, 1, 1, 1, 'Arcane Star'), +(1025758, 15938, 0, 1, 1, 1, 'Mystical Orb'), +(1025758, 15939, 0, 1, 1, 1, 'Councillor\'s Scepter'), +(1025758, 15943, 0, 1, 1, 1, 'Imbued Shield'), +(1025758, 15967, 0, 1, 1, 1, 'Highborne Star'), +(1025758, 15984, 0, 1, 1, 1, 'Opulent Scepter'), +(1025758, 15985, 0, 1, 1, 1, 'Arachnidian Branch'), +(1025758, 15986, 0, 1, 1, 1, 'Bonecaster\'s Star'), +(1025758, 15987, 0, 1, 1, 1, 'Astral Orb'), +(1025858, 8283, 0, 1, 1, 1, 'Arcane Armor'), +(1025858, 8284, 0, 1, 1, 1, 'Arcane Boots'), +(1025858, 8287, 0, 1, 1, 1, 'Arcane Gloves'), +(1025858, 8288, 0, 1, 1, 1, 'Arcane Pads'), +(1025858, 8289, 0, 1, 1, 1, 'Arcane Leggings'), +(1025858, 8290, 0, 1, 1, 1, 'Arcane Robe'), +(1025858, 8292, 0, 1, 1, 1, 'Arcane Cover'), +(1025858, 8294, 0, 1, 1, 1, 'Traveler\'s Boots'), +(1025858, 8296, 0, 1, 1, 1, 'Traveler\'s Jerkin'), +(1025858, 8298, 0, 1, 1, 1, 'Traveler\'s Gloves'), +(1025858, 8299, 0, 1, 1, 1, 'Traveler\'s Helm'), +(1025858, 8300, 0, 1, 1, 1, 'Traveler\'s Leggings'), +(1025858, 8301, 0, 1, 1, 1, 'Traveler\'s Spaulders'), +(1025858, 8302, 0, 1, 1, 1, 'Hero\'s Bracers'), +(1025858, 8304, 0, 1, 1, 1, 'Hero\'s Cape'), +(1025858, 8305, 0, 1, 1, 1, 'Hero\'s Gauntlets'), +(1025858, 8306, 0, 1, 1, 1, 'Hero\'s Belt'), +(1025858, 8307, 0, 1, 1, 1, 'Hero\'s Boots'), +(1025858, 8308, 0, 1, 1, 1, 'Hero\'s Band'), +(1025858, 8309, 0, 1, 1, 1, 'Hero\'s Leggings'), +(1025858, 8310, 0, 1, 1, 1, 'Hero\'s Pauldrons'), +(1025858, 8312, 0, 1, 1, 1, 'Alabaster Breastplate'), +(1025858, 8320, 0, 1, 1, 1, 'Alabaster Shield'), +(1025858, 10097, 0, 1, 1, 1, 'Councillor\'s Circlet'), +(1025858, 10100, 0, 1, 1, 1, 'Councillor\'s Shoulders'), +(1025858, 10101, 0, 1, 1, 1, 'Councillor\'s Pants'), +(1025858, 10102, 0, 1, 1, 1, 'Councillor\'s Robes'), +(1025858, 10104, 0, 1, 1, 1, 'Councillor\'s Tunic'), +(1025858, 10105, 0, 1, 1, 1, 'Wanderer\'s Armor'), +(1025858, 10111, 0, 1, 1, 1, 'Wanderer\'s Hat'), +(1025858, 10112, 0, 1, 1, 1, 'Wanderer\'s Leggings'), +(1025858, 10113, 0, 1, 1, 1, 'Wanderer\'s Shoulders'), +(1025858, 10118, 0, 1, 1, 1, 'Ornate Breastplate'), +(1025858, 10119, 0, 1, 1, 1, 'Ornate Greaves'), +(1025858, 10123, 0, 1, 1, 1, 'Ornate Circlet'), +(1025858, 10124, 0, 1, 1, 1, 'Ornate Legguards'), +(1025858, 10136, 0, 1, 1, 1, 'High Councillor\'s Bracers'), +(1025858, 10137, 0, 1, 1, 1, 'High Councillor\'s Boots'), +(1025858, 10138, 0, 1, 1, 1, 'High Councillor\'s Cloak'), +(1025858, 10140, 0, 1, 1, 1, 'High Councillor\'s Gloves'), +(1025858, 10144, 0, 1, 1, 1, 'High Councillor\'s Sash'), +(1025858, 10145, 0, 1, 1, 1, 'Mighty Girdle'), +(1025858, 10146, 0, 1, 1, 1, 'Mighty Boots'), +(1025858, 10147, 0, 1, 1, 1, 'Mighty Armsplints'), +(1025858, 10148, 0, 1, 1, 1, 'Mighty Cloak'), +(1025858, 10149, 0, 1, 1, 1, 'Mighty Gauntlets'), +(1025858, 10154, 0, 1, 1, 1, 'Mercurial Girdle'), +(1025858, 10155, 0, 1, 1, 1, 'Mercurial Greaves'), +(1025858, 10156, 0, 1, 1, 1, 'Mercurial Bracers'), +(1025858, 10159, 0, 1, 1, 1, 'Mercurial Cloak'), +(1025858, 10161, 0, 1, 1, 1, 'Mercurial Gauntlets'), +(1025858, 10164, 0, 1, 1, 1, 'Templar Chestplate'), +(1025858, 10169, 0, 1, 1, 1, 'Templar Legplates'), +(1025858, 10178, 0, 1, 1, 1, 'Mystical Robe'), +(1025858, 10181, 0, 1, 1, 1, 'Mystical Armor'), +(1025858, 10182, 0, 1, 1, 1, 'Swashbuckler\'s Breastplate'), +(1025858, 10210, 0, 1, 1, 1, 'Elegant Mantle'), +(1025858, 10211, 0, 1, 1, 1, 'Elegant Boots'), +(1025858, 10212, 0, 1, 1, 1, 'Elegant Cloak'), +(1025858, 10213, 0, 1, 1, 1, 'Elegant Bracers'), +(1025858, 10214, 0, 1, 1, 1, 'Elegant Gloves'), +(1025858, 10216, 0, 1, 1, 1, 'Elegant Belt'), +(1025858, 10217, 0, 1, 1, 1, 'Elegant Leggings'), +(1025858, 10219, 0, 1, 1, 1, 'Elegant Circlet'), +(1025858, 10221, 0, 1, 1, 1, 'Nightshade Girdle'), +(1025858, 10222, 0, 1, 1, 1, 'Nightshade Boots'), +(1025858, 10223, 0, 1, 1, 1, 'Nightshade Armguards'), +(1025858, 10224, 0, 1, 1, 1, 'Nightshade Cloak'), +(1025858, 10225, 0, 1, 1, 1, 'Nightshade Gloves'), +(1025858, 10226, 0, 1, 1, 1, 'Nightshade Helmet'), +(1025858, 10228, 0, 1, 1, 1, 'Nightshade Spaulders'), +(1025858, 10230, 0, 1, 1, 1, 'Engraved Breastplate'), +(1025858, 10232, 0, 1, 1, 1, 'Engraved Gauntlets'), +(1025858, 10233, 0, 1, 1, 1, 'Engraved Girdle'), +(1025858, 10234, 0, 1, 1, 1, 'Engraved Boots'), +(1025858, 10235, 0, 1, 1, 1, 'Engraved Helm'), +(1025858, 10236, 0, 1, 1, 1, 'Engraved Leggings'), +(1025858, 10237, 0, 1, 1, 1, 'Engraved Pauldrons'), +(1025858, 10249, 0, 1, 1, 1, 'Master\'s Cloak'), +(1025858, 10256, 0, 1, 1, 1, 'Adventurer\'s Bracers'), +(1025858, 10258, 0, 1, 1, 1, 'Adventurer\'s Cape'), +(1025858, 10267, 0, 1, 1, 1, 'Masterwork Cape'), +(1025858, 10275, 0, 1, 1, 1, 'Emerald Breastplate'), +(1025858, 10277, 0, 1, 1, 1, 'Emerald Gauntlets'), +(1025858, 10279, 0, 1, 1, 1, 'Emerald Helm'), +(1025858, 10280, 0, 1, 1, 1, 'Emerald Legplates'), +(1025858, 10281, 0, 1, 1, 1, 'Emerald Pauldrons'), +(1025858, 10362, 0, 1, 1, 1, 'Ornate Shield'), +(1025858, 10363, 0, 1, 1, 1, 'Engraved Wall'), +(1025858, 10364, 0, 1, 1, 1, 'Templar Shield'), +(1025858, 10365, 0, 1, 1, 1, 'Emerald Shield'), +(1025858, 10369, 0, 1, 1, 1, 'Imbued Plate Gauntlets'), +(1025858, 10370, 0, 1, 1, 1, 'Imbued Plate Girdle'), +(1025858, 10371, 0, 1, 1, 1, 'Imbued Plate Greaves'), +(1025858, 10372, 0, 1, 1, 1, 'Imbued Plate Helmet'), +(1025858, 10373, 0, 1, 1, 1, 'Imbued Plate Leggings'), +(1025858, 10374, 0, 1, 1, 1, 'Imbued Plate Pauldrons'), +(1025858, 10375, 0, 1, 1, 1, 'Imbued Plate Vambraces'), +(1025858, 10376, 0, 1, 1, 1, 'Commander\'s Boots'), +(1025858, 10377, 0, 1, 1, 1, 'Commander\'s Vambraces'), +(1025858, 10379, 0, 1, 1, 1, 'Commander\'s Helm'), +(1025858, 10380, 0, 1, 1, 1, 'Commander\'s Gauntlets'), +(1025858, 10381, 0, 1, 1, 1, 'Commander\'s Girdle'), +(1025858, 10383, 0, 1, 1, 1, 'Commander\'s Pauldrons'), +(1025858, 10387, 0, 1, 1, 1, 'Hyperion Girdle'), +(1025858, 10391, 0, 1, 1, 1, 'Hyperion Vambraces'), +(1025858, 11978, 0, 1, 1, 1, 'Jasper Link'), +(1025858, 11979, 0, 1, 1, 1, 'Peridot Circle'), +(1025858, 11991, 0, 1, 1, 1, 'Quicksilver Ring'), +(1025858, 12004, 0, 1, 1, 1, 'Obsidian Band'), +(1025858, 12015, 0, 1, 1, 1, 'Swamp Ring'), +(1025858, 12016, 0, 1, 1, 1, 'Jungle Ring'), +(1025858, 12026, 0, 1, 1, 1, 'Quicksilver Pendant'), +(1025858, 12035, 0, 1, 1, 1, 'Obsidian Pendant'), +(1025858, 12046, 0, 1, 1, 1, 'Jungle Necklace'), +(1025858, 12057, 0, 1, 1, 1, 'Dragonscale Band'), +(1025858, 14288, 0, 1, 1, 1, 'Arachnidian Armor'), +(1025858, 14297, 0, 1, 1, 1, 'Arachnidian Robes'), +(1025858, 14303, 0, 1, 1, 1, 'Bonecaster\'s Shroud'), +(1025858, 14305, 0, 1, 1, 1, 'Bonecaster\'s Sarong'), +(1025858, 14306, 0, 1, 1, 1, 'Bonecaster\'s Vest'), +(1025858, 14307, 0, 1, 1, 1, 'Bonecaster\'s Crown'), +(1025858, 14308, 0, 1, 1, 1, 'Celestial Tunic'), +(1025858, 14310, 0, 1, 1, 1, 'Celestial Slippers'), +(1025858, 14312, 0, 1, 1, 1, 'Celestial Crown'), +(1025858, 14314, 0, 1, 1, 1, 'Celestial Handwraps'), +(1025858, 14315, 0, 1, 1, 1, 'Celestial Kilt'), +(1025858, 14316, 0, 1, 1, 1, 'Celestial Pauldrons'), +(1025858, 14317, 0, 1, 1, 1, 'Celestial Silk Robes'), +(1025858, 14319, 0, 1, 1, 1, 'Resplendent Boots'), +(1025858, 14320, 0, 1, 1, 1, 'Resplendent Bracelets'), +(1025858, 14323, 0, 1, 1, 1, 'Resplendent Gauntlets'), +(1025858, 14324, 0, 1, 1, 1, 'Resplendent Sarong'), +(1025858, 14325, 0, 1, 1, 1, 'Resplendent Epaulets'), +(1025858, 14327, 0, 1, 1, 1, 'Resplendent Belt'), +(1025858, 14330, 0, 1, 1, 1, 'Eternal Bindings'), +(1025858, 14331, 0, 1, 1, 1, 'Eternal Cloak'), +(1025858, 14337, 0, 1, 1, 1, 'Eternal Cord'), +(1025858, 14449, 0, 1, 1, 1, 'Highborne Crown'), +(1025858, 14453, 0, 1, 1, 1, 'Highborne Robes'), +(1025858, 14455, 0, 1, 1, 1, 'Highborne Padded Armor'), +(1025858, 14457, 0, 1, 1, 1, 'Elunarian Cuffs'), +(1025858, 14458, 0, 1, 1, 1, 'Elunarian Boots'), +(1025858, 14459, 0, 1, 1, 1, 'Elunarian Cloak'), +(1025858, 14465, 0, 1, 1, 1, 'Elunarian Belt'), +(1025858, 14670, 0, 1, 1, 1, 'Pridelord Armor'), +(1025858, 14676, 0, 1, 1, 1, 'Pridelord Halo'), +(1025858, 14677, 0, 1, 1, 1, 'Pridelord Pants'), +(1025858, 14678, 0, 1, 1, 1, 'Pridelord Pauldrons'), +(1025858, 14682, 0, 1, 1, 1, 'Indomitable Armguards'), +(1025858, 14683, 0, 1, 1, 1, 'Indomitable Cloak'), +(1025858, 14684, 0, 1, 1, 1, 'Indomitable Belt'), +(1025858, 14688, 0, 1, 1, 1, 'Indomitable Epaulets'), +(1025858, 14798, 0, 1, 1, 1, 'Bloodlust Breastplate'), +(1025858, 14799, 0, 1, 1, 1, 'Bloodlust Boots'), +(1025858, 14800, 0, 1, 1, 1, 'Bloodlust Buckler'), +(1025858, 14804, 0, 1, 1, 1, 'Bloodlust Helm'), +(1025858, 14805, 0, 1, 1, 1, 'Bloodlust Britches'), +(1025858, 14806, 0, 1, 1, 1, 'Bloodlust Epaulets'), +(1025858, 14808, 0, 1, 1, 1, 'Warstrike Belt'), +(1025858, 14810, 0, 1, 1, 1, 'Warstrike Armsplints'), +(1025858, 14813, 0, 1, 1, 1, 'Warstrike Cape'), +(1025858, 14854, 0, 1, 1, 1, 'Vanguard Breastplate'), +(1025858, 14858, 0, 1, 1, 1, 'Vanguard Headdress'), +(1025858, 14859, 0, 1, 1, 1, 'Vanguard Legplates'), +(1025858, 14863, 0, 1, 1, 1, 'Warleader\'s Gauntlets'), +(1025858, 14864, 0, 1, 1, 1, 'Warleader\'s Belt'), +(1025858, 14865, 0, 1, 1, 1, 'Warleader\'s Greaves'), +(1025858, 14868, 0, 1, 1, 1, 'Warleader\'s Shoulders'), +(1025858, 14869, 0, 1, 1, 1, 'Warleader\'s Bracers'), +(1025858, 14924, 0, 1, 1, 1, 'Lofty Breastplate'), +(1025858, 14925, 0, 1, 1, 1, 'Lofty Helm'), +(1025858, 14930, 0, 1, 1, 1, 'Lofty Shield'), +(1025858, 14932, 0, 1, 1, 1, 'Heroic Greaves'), +(1025858, 14933, 0, 1, 1, 1, 'Heroic Gauntlets'), +(1025858, 14934, 0, 1, 1, 1, 'Heroic Girdle'), +(1025858, 14935, 0, 1, 1, 1, 'Heroic Skullcap'), +(1025858, 14936, 0, 1, 1, 1, 'Heroic Legplates'), +(1025858, 14937, 0, 1, 1, 1, 'Heroic Pauldrons'), +(1025858, 14966, 0, 1, 1, 1, 'Glorious Breastplate'), +(1025858, 14969, 0, 1, 1, 1, 'Glorious Headdress'), +(1025858, 14970, 0, 1, 1, 1, 'Glorious Legplates'), +(1025858, 14971, 0, 1, 1, 1, 'Glorious Shoulder Pads'), +(1025858, 14973, 0, 1, 1, 1, 'Glorious Shield'), +(1025858, 14976, 0, 1, 1, 1, 'Exalted Gauntlets'), +(1025858, 14977, 0, 1, 1, 1, 'Exalted Girdle'), +(1025858, 14983, 0, 1, 1, 1, 'Exalted Armsplints'), +(1025858, 15179, 0, 1, 1, 1, 'Praetorian Padded Armor'), +(1025858, 15185, 0, 1, 1, 1, 'Praetorian Coif'), +(1025858, 15188, 0, 1, 1, 1, 'Grand Armguards'), +(1025858, 15189, 0, 1, 1, 1, 'Grand Boots'), +(1025858, 15191, 0, 1, 1, 1, 'Grand Belt'), +(1025858, 15192, 0, 1, 1, 1, 'Grand Gauntlets'), +(1025858, 15194, 0, 1, 1, 1, 'Grand Legguards'), +(1025858, 15218, 0, 1, 1, 1, 'Crystal Sword'), +(1025858, 15219, 0, 1, 1, 1, 'Dimensional Blade'), +(1025858, 15238, 0, 1, 1, 1, 'Warlord\'s Axe'), +(1025858, 15239, 0, 1, 1, 1, 'Felstone Reaver'), +(1025858, 15255, 0, 1, 1, 1, 'Gallant Flamberge'), +(1025858, 15256, 0, 1, 1, 1, 'Massacre Sword'), +(1025858, 15265, 0, 1, 1, 1, 'Painbringer'), +(1025858, 15266, 0, 1, 1, 1, 'Fierce Mauler'), +(1025858, 15272, 0, 1, 1, 1, 'Razor Axe'), +(1025858, 15276, 0, 1, 1, 1, 'Magus Long Staff'), +(1025858, 15278, 0, 1, 1, 1, 'Solstice Staff'), +(1025858, 15281, 0, 1, 1, 1, 'Glowstar Rod'), +(1025858, 15282, 0, 1, 1, 1, 'Dragon Finger'), +(1025858, 15288, 0, 1, 1, 1, 'Blasthorn Bow'), +(1025858, 15325, 0, 1, 1, 1, 'Sharpshooter Harquebus'), +(1025858, 15426, 0, 1, 1, 1, 'Peerless Boots'), +(1025858, 15429, 0, 1, 1, 1, 'Peerless Gloves'), +(1025858, 15430, 0, 1, 1, 1, 'Peerless Headband'), +(1025858, 15431, 0, 1, 1, 1, 'Peerless Leggings'), +(1025858, 15432, 0, 1, 1, 1, 'Peerless Shoulders'), +(1025858, 15433, 0, 1, 1, 1, 'Peerless Armor'), +(1025858, 15434, 0, 1, 1, 1, 'Supreme Sash'), +(1025858, 15436, 0, 1, 1, 1, 'Supreme Bracers'), +(1025858, 15437, 0, 1, 1, 1, 'Supreme Cape'), +(1025858, 15650, 0, 1, 1, 1, 'Merciless Surcoat'), +(1025858, 15657, 0, 1, 1, 1, 'Merciless Shield'), +(1025858, 15658, 0, 1, 1, 1, 'Impenetrable Sabatons'), +(1025858, 15660, 0, 1, 1, 1, 'Impenetrable Breastplate'), +(1025858, 15662, 0, 1, 1, 1, 'Impenetrable Gauntlets'), +(1025858, 15664, 0, 1, 1, 1, 'Impenetrable Helmet'), +(1025858, 15665, 0, 1, 1, 1, 'Impenetrable Legguards'), +(1025858, 15666, 0, 1, 1, 1, 'Impenetrable Pauldrons'), +(1025858, 15667, 0, 1, 1, 1, 'Impenetrable Wall'), +(1025858, 15668, 0, 1, 1, 1, 'Magnificent Bracers'), +(1025858, 15670, 0, 1, 1, 1, 'Magnificent Helmet'), +(1025858, 15672, 0, 1, 1, 1, 'Magnificent Gauntlets'), +(1025858, 15673, 0, 1, 1, 1, 'Magnificent Belt'), +(1025858, 15674, 0, 1, 1, 1, 'Magnificent Greaves'), +(1025858, 15676, 0, 1, 1, 1, 'Magnificent Leggings'), +(1025858, 15677, 0, 1, 1, 1, 'Magnificent Shoulders'), +(1025858, 15679, 0, 1, 1, 1, 'Triumphant Bracers'), +(1025858, 15681, 0, 1, 1, 1, 'Triumphant Cloak'), +(1025858, 15683, 0, 1, 1, 1, 'Triumphant Girdle'), +(1025858, 15693, 0, 1, 1, 1, 'Grand Shoulders'), +(1025858, 15890, 0, 1, 1, 1, 'Vanguard Shield'), +(1025858, 15931, 0, 1, 1, 1, 'Arcane Star'), +(1025858, 15938, 0, 1, 1, 1, 'Mystical Orb'), +(1025858, 15939, 0, 1, 1, 1, 'Councillor\'s Scepter'), +(1025858, 15943, 0, 1, 1, 1, 'Imbued Shield'), +(1025858, 15967, 0, 1, 1, 1, 'Highborne Star'), +(1025858, 15985, 0, 1, 1, 1, 'Arachnidian Branch'), +(1025858, 15986, 0, 1, 1, 1, 'Bonecaster\'s Star'), +(1025858, 15987, 0, 1, 1, 1, 'Astral Orb'), +(1025859, 8303, 0, 1, 1, 1, 'Hero\'s Breastplate'), +(1025859, 8313, 0, 1, 1, 1, 'Hero\'s Buckler'), +(1025859, 10139, 0, 1, 1, 1, 'High Councillor\'s Circlet'), +(1025859, 10142, 0, 1, 1, 1, 'High Councillor\'s Mantle'), +(1025859, 10150, 0, 1, 1, 1, 'Mighty Helmet'), +(1025859, 10153, 0, 1, 1, 1, 'Mighty Spaulders'), +(1025859, 10160, 0, 1, 1, 1, 'Mercurial Circlet'), +(1025859, 10163, 0, 1, 1, 1, 'Mercurial Pauldrons'), +(1025859, 10215, 0, 1, 1, 1, 'Elegant Robes'), +(1025859, 10218, 0, 1, 1, 1, 'Elegant Tunic'), +(1025859, 10227, 0, 1, 1, 1, 'Nightshade Leggings'), +(1025859, 10248, 0, 1, 1, 1, 'Master\'s Bracers'), +(1025859, 10255, 0, 1, 1, 1, 'Master\'s Belt'), +(1025859, 10257, 0, 1, 1, 1, 'Adventurer\'s Boots'), +(1025859, 10259, 0, 1, 1, 1, 'Adventurer\'s Belt'), +(1025859, 10265, 0, 1, 1, 1, 'Masterwork Bracers'), +(1025859, 10269, 0, 1, 1, 1, 'Masterwork Girdle'), +(1025859, 10368, 0, 1, 1, 1, 'Imbued Plate Armor'), +(1025859, 10382, 0, 1, 1, 1, 'Commander\'s Leggings'), +(1025859, 10385, 0, 1, 1, 1, 'Hyperion Greaves'), +(1025859, 10386, 0, 1, 1, 1, 'Hyperion Gauntlets'), +(1025859, 12005, 0, 1, 1, 1, 'Granite Ring'), +(1025859, 12036, 0, 1, 1, 1, 'Granite Necklace'), +(1025859, 14322, 0, 1, 1, 1, 'Resplendent Circlet'), +(1025859, 14329, 0, 1, 1, 1, 'Eternal Boots'), +(1025859, 14461, 0, 1, 1, 1, 'Elunarian Handgrips'), +(1025859, 14462, 0, 1, 1, 1, 'Elunarian Sarong'), +(1025859, 14463, 0, 1, 1, 1, 'Elunarian Spaulders'), +(1025859, 14681, 0, 1, 1, 1, 'Indomitable Boots'), +(1025859, 14685, 0, 1, 1, 1, 'Indomitable Gauntlets'), +(1025859, 14687, 0, 1, 1, 1, 'Indomitable Leggings'), +(1025859, 14809, 0, 1, 1, 1, 'Warstrike Sabatons'), +(1025859, 14815, 0, 1, 1, 1, 'Warstrike Gauntlets'), +(1025859, 14816, 0, 1, 1, 1, 'Warstrike Legguards'), +(1025859, 14817, 0, 1, 1, 1, 'Warstrike Shoulder Pads'), +(1025859, 14866, 0, 1, 1, 1, 'Warleader\'s Crown'), +(1025859, 14867, 0, 1, 1, 1, 'Warleader\'s Leggings'), +(1025859, 14931, 0, 1, 1, 1, 'Heroic Armor'), +(1025859, 14981, 0, 1, 1, 1, 'Exalted Epaulets'), +(1025859, 15193, 0, 1, 1, 1, 'Grand Crown'), +(1025859, 15195, 0, 1, 1, 1, 'Grand Breastplate'), +(1025859, 15220, 0, 1, 1, 1, 'Battlefell Sabre'), +(1025859, 15246, 0, 1, 1, 1, 'Demon Blade'), +(1025859, 15257, 0, 1, 1, 1, 'Shin Blade'), +(1025859, 15669, 0, 1, 1, 1, 'Magnificent Breastplate'), +(1025859, 15675, 0, 1, 1, 1, 'Magnificent Guard'), +(1025859, 15887, 0, 1, 1, 1, 'Heroic Guard'), +(1025859, 15940, 0, 1, 1, 1, 'Elegant Scepter'), +(1025859, 8283, 0, 1, 1, 1, 'Arcane Armor'), +(1025859, 8284, 0, 1, 1, 1, 'Arcane Boots'), +(1025859, 8287, 0, 1, 1, 1, 'Arcane Gloves'), +(1025859, 8288, 0, 1, 1, 1, 'Arcane Pads'), +(1025859, 8289, 0, 1, 1, 1, 'Arcane Leggings'), +(1025859, 8290, 0, 1, 1, 1, 'Arcane Robe'), +(1025859, 8292, 0, 1, 1, 1, 'Arcane Cover'), +(1025859, 8294, 0, 1, 1, 1, 'Traveler\'s Boots'), +(1025859, 8296, 0, 1, 1, 1, 'Traveler\'s Jerkin'), +(1025859, 8298, 0, 1, 1, 1, 'Traveler\'s Gloves'), +(1025859, 8299, 0, 1, 1, 1, 'Traveler\'s Helm'), +(1025859, 8300, 0, 1, 1, 1, 'Traveler\'s Leggings'), +(1025859, 8301, 0, 1, 1, 1, 'Traveler\'s Spaulders'), +(1025859, 8302, 0, 1, 1, 1, 'Hero\'s Bracers'), +(1025859, 8304, 0, 1, 1, 1, 'Hero\'s Cape'), +(1025859, 8305, 0, 1, 1, 1, 'Hero\'s Gauntlets'), +(1025859, 8306, 0, 1, 1, 1, 'Hero\'s Belt'), +(1025859, 8307, 0, 1, 1, 1, 'Hero\'s Boots'), +(1025859, 8308, 0, 1, 1, 1, 'Hero\'s Band'), +(1025859, 8309, 0, 1, 1, 1, 'Hero\'s Leggings'), +(1025859, 8310, 0, 1, 1, 1, 'Hero\'s Pauldrons'), +(1025859, 8312, 0, 1, 1, 1, 'Alabaster Breastplate'), +(1025859, 8320, 0, 1, 1, 1, 'Alabaster Shield'), +(1025859, 10097, 0, 1, 1, 1, 'Councillor\'s Circlet'), +(1025859, 10100, 0, 1, 1, 1, 'Councillor\'s Shoulders'), +(1025859, 10101, 0, 1, 1, 1, 'Councillor\'s Pants'), +(1025859, 10102, 0, 1, 1, 1, 'Councillor\'s Robes'), +(1025859, 10104, 0, 1, 1, 1, 'Councillor\'s Tunic'), +(1025859, 10105, 0, 1, 1, 1, 'Wanderer\'s Armor'), +(1025859, 10111, 0, 1, 1, 1, 'Wanderer\'s Hat'), +(1025859, 10112, 0, 1, 1, 1, 'Wanderer\'s Leggings'), +(1025859, 10113, 0, 1, 1, 1, 'Wanderer\'s Shoulders'), +(1025859, 10118, 0, 1, 1, 1, 'Ornate Breastplate'), +(1025859, 10119, 0, 1, 1, 1, 'Ornate Greaves'), +(1025859, 10123, 0, 1, 1, 1, 'Ornate Circlet'), +(1025859, 10124, 0, 1, 1, 1, 'Ornate Legguards'), +(1025859, 10136, 0, 1, 1, 1, 'High Councillor\'s Bracers'), +(1025859, 10137, 0, 1, 1, 1, 'High Councillor\'s Boots'), +(1025859, 10138, 0, 1, 1, 1, 'High Councillor\'s Cloak'), +(1025859, 10140, 0, 1, 1, 1, 'High Councillor\'s Gloves'), +(1025859, 10144, 0, 1, 1, 1, 'High Councillor\'s Sash'), +(1025859, 10145, 0, 1, 1, 1, 'Mighty Girdle'), +(1025859, 10146, 0, 1, 1, 1, 'Mighty Boots'), +(1025859, 10147, 0, 1, 1, 1, 'Mighty Armsplints'), +(1025859, 10148, 0, 1, 1, 1, 'Mighty Cloak'), +(1025859, 10149, 0, 1, 1, 1, 'Mighty Gauntlets'), +(1025859, 10154, 0, 1, 1, 1, 'Mercurial Girdle'), +(1025859, 10155, 0, 1, 1, 1, 'Mercurial Greaves'), +(1025859, 10156, 0, 1, 1, 1, 'Mercurial Bracers'), +(1025859, 10159, 0, 1, 1, 1, 'Mercurial Cloak'), +(1025859, 10161, 0, 1, 1, 1, 'Mercurial Gauntlets'), +(1025859, 10164, 0, 1, 1, 1, 'Templar Chestplate'), +(1025859, 10169, 0, 1, 1, 1, 'Templar Legplates'), +(1025859, 10178, 0, 1, 1, 1, 'Mystical Robe'), +(1025859, 10181, 0, 1, 1, 1, 'Mystical Armor'), +(1025859, 10182, 0, 1, 1, 1, 'Swashbuckler\'s Breastplate'), +(1025859, 10210, 0, 1, 1, 1, 'Elegant Mantle'), +(1025859, 10211, 0, 1, 1, 1, 'Elegant Boots'), +(1025859, 10212, 0, 1, 1, 1, 'Elegant Cloak'), +(1025859, 10213, 0, 1, 1, 1, 'Elegant Bracers'), +(1025859, 10214, 0, 1, 1, 1, 'Elegant Gloves'), +(1025859, 10216, 0, 1, 1, 1, 'Elegant Belt'), +(1025859, 10217, 0, 1, 1, 1, 'Elegant Leggings'), +(1025859, 10219, 0, 1, 1, 1, 'Elegant Circlet'), +(1025859, 10221, 0, 1, 1, 1, 'Nightshade Girdle'), +(1025859, 10222, 0, 1, 1, 1, 'Nightshade Boots'), +(1025859, 10223, 0, 1, 1, 1, 'Nightshade Armguards'), +(1025859, 10224, 0, 1, 1, 1, 'Nightshade Cloak'), +(1025859, 10225, 0, 1, 1, 1, 'Nightshade Gloves'), +(1025859, 10226, 0, 1, 1, 1, 'Nightshade Helmet'), +(1025859, 10228, 0, 1, 1, 1, 'Nightshade Spaulders'), +(1025859, 10230, 0, 1, 1, 1, 'Engraved Breastplate'), +(1025859, 10232, 0, 1, 1, 1, 'Engraved Gauntlets'), +(1025859, 10233, 0, 1, 1, 1, 'Engraved Girdle'), +(1025859, 10234, 0, 1, 1, 1, 'Engraved Boots'), +(1025859, 10235, 0, 1, 1, 1, 'Engraved Helm'), +(1025859, 10236, 0, 1, 1, 1, 'Engraved Leggings'), +(1025859, 10237, 0, 1, 1, 1, 'Engraved Pauldrons'), +(1025859, 10249, 0, 1, 1, 1, 'Master\'s Cloak'), +(1025859, 10256, 0, 1, 1, 1, 'Adventurer\'s Bracers'), +(1025859, 10258, 0, 1, 1, 1, 'Adventurer\'s Cape'), +(1025859, 10267, 0, 1, 1, 1, 'Masterwork Cape'), +(1025859, 10275, 0, 1, 1, 1, 'Emerald Breastplate'), +(1025859, 10277, 0, 1, 1, 1, 'Emerald Gauntlets'), +(1025859, 10279, 0, 1, 1, 1, 'Emerald Helm'), +(1025859, 10280, 0, 1, 1, 1, 'Emerald Legplates'), +(1025859, 10281, 0, 1, 1, 1, 'Emerald Pauldrons'), +(1025859, 10362, 0, 1, 1, 1, 'Ornate Shield'), +(1025859, 10363, 0, 1, 1, 1, 'Engraved Wall'), +(1025859, 10364, 0, 1, 1, 1, 'Templar Shield'), +(1025859, 10365, 0, 1, 1, 1, 'Emerald Shield'), +(1025859, 10369, 0, 1, 1, 1, 'Imbued Plate Gauntlets'), +(1025859, 10370, 0, 1, 1, 1, 'Imbued Plate Girdle'), +(1025859, 10371, 0, 1, 1, 1, 'Imbued Plate Greaves'), +(1025859, 10372, 0, 1, 1, 1, 'Imbued Plate Helmet'), +(1025859, 10373, 0, 1, 1, 1, 'Imbued Plate Leggings'), +(1025859, 10374, 0, 1, 1, 1, 'Imbued Plate Pauldrons'), +(1025859, 10375, 0, 1, 1, 1, 'Imbued Plate Vambraces'), +(1025859, 10376, 0, 1, 1, 1, 'Commander\'s Boots'), +(1025859, 10377, 0, 1, 1, 1, 'Commander\'s Vambraces'), +(1025859, 10379, 0, 1, 1, 1, 'Commander\'s Helm'), +(1025859, 10380, 0, 1, 1, 1, 'Commander\'s Gauntlets'), +(1025859, 10381, 0, 1, 1, 1, 'Commander\'s Girdle'), +(1025859, 10383, 0, 1, 1, 1, 'Commander\'s Pauldrons'), +(1025859, 10387, 0, 1, 1, 1, 'Hyperion Girdle'), +(1025859, 10391, 0, 1, 1, 1, 'Hyperion Vambraces'), +(1025859, 11978, 0, 1, 1, 1, 'Jasper Link'), +(1025859, 11979, 0, 1, 1, 1, 'Peridot Circle'), +(1025859, 11991, 0, 1, 1, 1, 'Quicksilver Ring'), +(1025859, 12004, 0, 1, 1, 1, 'Obsidian Band'), +(1025859, 12015, 0, 1, 1, 1, 'Swamp Ring'), +(1025859, 12016, 0, 1, 1, 1, 'Jungle Ring'), +(1025859, 12026, 0, 1, 1, 1, 'Quicksilver Pendant'), +(1025859, 12035, 0, 1, 1, 1, 'Obsidian Pendant'), +(1025859, 12046, 0, 1, 1, 1, 'Jungle Necklace'), +(1025859, 12057, 0, 1, 1, 1, 'Dragonscale Band'), +(1025859, 14288, 0, 1, 1, 1, 'Arachnidian Armor'), +(1025859, 14297, 0, 1, 1, 1, 'Arachnidian Robes'), +(1025859, 14303, 0, 1, 1, 1, 'Bonecaster\'s Shroud'), +(1025859, 14305, 0, 1, 1, 1, 'Bonecaster\'s Sarong'), +(1025859, 14306, 0, 1, 1, 1, 'Bonecaster\'s Vest'), +(1025859, 14307, 0, 1, 1, 1, 'Bonecaster\'s Crown'), +(1025859, 14308, 0, 1, 1, 1, 'Celestial Tunic'), +(1025859, 14310, 0, 1, 1, 1, 'Celestial Slippers'), +(1025859, 14312, 0, 1, 1, 1, 'Celestial Crown'), +(1025859, 14314, 0, 1, 1, 1, 'Celestial Handwraps'), +(1025859, 14315, 0, 1, 1, 1, 'Celestial Kilt'), +(1025859, 14316, 0, 1, 1, 1, 'Celestial Pauldrons'), +(1025859, 14317, 0, 1, 1, 1, 'Celestial Silk Robes'), +(1025859, 14319, 0, 1, 1, 1, 'Resplendent Boots'), +(1025859, 14320, 0, 1, 1, 1, 'Resplendent Bracelets'), +(1025859, 14323, 0, 1, 1, 1, 'Resplendent Gauntlets'), +(1025859, 14324, 0, 1, 1, 1, 'Resplendent Sarong'), +(1025859, 14325, 0, 1, 1, 1, 'Resplendent Epaulets'), +(1025859, 14327, 0, 1, 1, 1, 'Resplendent Belt'), +(1025859, 14330, 0, 1, 1, 1, 'Eternal Bindings'), +(1025859, 14331, 0, 1, 1, 1, 'Eternal Cloak'), +(1025859, 14337, 0, 1, 1, 1, 'Eternal Cord'), +(1025859, 14449, 0, 1, 1, 1, 'Highborne Crown'), +(1025859, 14453, 0, 1, 1, 1, 'Highborne Robes'), +(1025859, 14455, 0, 1, 1, 1, 'Highborne Padded Armor'), +(1025859, 14457, 0, 1, 1, 1, 'Elunarian Cuffs'), +(1025859, 14458, 0, 1, 1, 1, 'Elunarian Boots'), +(1025859, 14459, 0, 1, 1, 1, 'Elunarian Cloak'), +(1025859, 14465, 0, 1, 1, 1, 'Elunarian Belt'), +(1025859, 14670, 0, 1, 1, 1, 'Pridelord Armor'), +(1025859, 14676, 0, 1, 1, 1, 'Pridelord Halo'), +(1025859, 14677, 0, 1, 1, 1, 'Pridelord Pants'), +(1025859, 14678, 0, 1, 1, 1, 'Pridelord Pauldrons'), +(1025859, 14682, 0, 1, 1, 1, 'Indomitable Armguards'), +(1025859, 14683, 0, 1, 1, 1, 'Indomitable Cloak'), +(1025859, 14684, 0, 1, 1, 1, 'Indomitable Belt'), +(1025859, 14688, 0, 1, 1, 1, 'Indomitable Epaulets'), +(1025859, 14798, 0, 1, 1, 1, 'Bloodlust Breastplate'), +(1025859, 14799, 0, 1, 1, 1, 'Bloodlust Boots'), +(1025859, 14800, 0, 1, 1, 1, 'Bloodlust Buckler'), +(1025859, 14804, 0, 1, 1, 1, 'Bloodlust Helm'), +(1025859, 14805, 0, 1, 1, 1, 'Bloodlust Britches'), +(1025859, 14806, 0, 1, 1, 1, 'Bloodlust Epaulets'), +(1025859, 14808, 0, 1, 1, 1, 'Warstrike Belt'), +(1025859, 14810, 0, 1, 1, 1, 'Warstrike Armsplints'), +(1025859, 14813, 0, 1, 1, 1, 'Warstrike Cape'), +(1025859, 14854, 0, 1, 1, 1, 'Vanguard Breastplate'), +(1025859, 14858, 0, 1, 1, 1, 'Vanguard Headdress'), +(1025859, 14859, 0, 1, 1, 1, 'Vanguard Legplates'), +(1025859, 14863, 0, 1, 1, 1, 'Warleader\'s Gauntlets'), +(1025859, 14864, 0, 1, 1, 1, 'Warleader\'s Belt'), +(1025859, 14865, 0, 1, 1, 1, 'Warleader\'s Greaves'), +(1025859, 14868, 0, 1, 1, 1, 'Warleader\'s Shoulders'), +(1025859, 14869, 0, 1, 1, 1, 'Warleader\'s Bracers'), +(1025859, 14924, 0, 1, 1, 1, 'Lofty Breastplate'), +(1025859, 14925, 0, 1, 1, 1, 'Lofty Helm'), +(1025859, 14930, 0, 1, 1, 1, 'Lofty Shield'), +(1025859, 14932, 0, 1, 1, 1, 'Heroic Greaves'), +(1025859, 14933, 0, 1, 1, 1, 'Heroic Gauntlets'), +(1025859, 14934, 0, 1, 1, 1, 'Heroic Girdle'), +(1025859, 14935, 0, 1, 1, 1, 'Heroic Skullcap'), +(1025859, 14936, 0, 1, 1, 1, 'Heroic Legplates'), +(1025859, 14937, 0, 1, 1, 1, 'Heroic Pauldrons'), +(1025859, 14966, 0, 1, 1, 1, 'Glorious Breastplate'), +(1025859, 14969, 0, 1, 1, 1, 'Glorious Headdress'), +(1025859, 14970, 0, 1, 1, 1, 'Glorious Legplates'), +(1025859, 14971, 0, 1, 1, 1, 'Glorious Shoulder Pads'), +(1025859, 14973, 0, 1, 1, 1, 'Glorious Shield'), +(1025859, 14976, 0, 1, 1, 1, 'Exalted Gauntlets'), +(1025859, 14977, 0, 1, 1, 1, 'Exalted Girdle'), +(1025859, 14983, 0, 1, 1, 1, 'Exalted Armsplints'), +(1025859, 15179, 0, 1, 1, 1, 'Praetorian Padded Armor'), +(1025859, 15185, 0, 1, 1, 1, 'Praetorian Coif'), +(1025859, 15188, 0, 1, 1, 1, 'Grand Armguards'), +(1025859, 15189, 0, 1, 1, 1, 'Grand Boots'), +(1025859, 15191, 0, 1, 1, 1, 'Grand Belt'), +(1025859, 15192, 0, 1, 1, 1, 'Grand Gauntlets'), +(1025859, 15194, 0, 1, 1, 1, 'Grand Legguards'), +(1025859, 15218, 0, 1, 1, 1, 'Crystal Sword'), +(1025859, 15219, 0, 1, 1, 1, 'Dimensional Blade'), +(1025859, 15238, 0, 1, 1, 1, 'Warlord\'s Axe'), +(1025859, 15239, 0, 1, 1, 1, 'Felstone Reaver'), +(1025859, 15255, 0, 1, 1, 1, 'Gallant Flamberge'), +(1025859, 15256, 0, 1, 1, 1, 'Massacre Sword'), +(1025859, 15265, 0, 1, 1, 1, 'Painbringer'), +(1025859, 15266, 0, 1, 1, 1, 'Fierce Mauler'), +(1025859, 15272, 0, 1, 1, 1, 'Razor Axe'), +(1025859, 15276, 0, 1, 1, 1, 'Magus Long Staff'), +(1025859, 15278, 0, 1, 1, 1, 'Solstice Staff'), +(1025859, 15281, 0, 1, 1, 1, 'Glowstar Rod'), +(1025859, 15282, 0, 1, 1, 1, 'Dragon Finger'), +(1025859, 15288, 0, 1, 1, 1, 'Blasthorn Bow'), +(1025859, 15325, 0, 1, 1, 1, 'Sharpshooter Harquebus'), +(1025859, 15426, 0, 1, 1, 1, 'Peerless Boots'), +(1025859, 15429, 0, 1, 1, 1, 'Peerless Gloves'), +(1025859, 15430, 0, 1, 1, 1, 'Peerless Headband'), +(1025859, 15431, 0, 1, 1, 1, 'Peerless Leggings'), +(1025859, 15432, 0, 1, 1, 1, 'Peerless Shoulders'), +(1025859, 15433, 0, 1, 1, 1, 'Peerless Armor'), +(1025859, 15434, 0, 1, 1, 1, 'Supreme Sash'), +(1025859, 15436, 0, 1, 1, 1, 'Supreme Bracers'), +(1025859, 15437, 0, 1, 1, 1, 'Supreme Cape'), +(1025859, 15650, 0, 1, 1, 1, 'Merciless Surcoat'), +(1025859, 15657, 0, 1, 1, 1, 'Merciless Shield'), +(1025859, 15658, 0, 1, 1, 1, 'Impenetrable Sabatons'), +(1025859, 15660, 0, 1, 1, 1, 'Impenetrable Breastplate'), +(1025859, 15662, 0, 1, 1, 1, 'Impenetrable Gauntlets'), +(1025859, 15664, 0, 1, 1, 1, 'Impenetrable Helmet'), +(1025859, 15665, 0, 1, 1, 1, 'Impenetrable Legguards'), +(1025859, 15666, 0, 1, 1, 1, 'Impenetrable Pauldrons'), +(1025859, 15667, 0, 1, 1, 1, 'Impenetrable Wall'), +(1025859, 15668, 0, 1, 1, 1, 'Magnificent Bracers'), +(1025859, 15670, 0, 1, 1, 1, 'Magnificent Helmet'), +(1025859, 15672, 0, 1, 1, 1, 'Magnificent Gauntlets'), +(1025859, 15673, 0, 1, 1, 1, 'Magnificent Belt'), +(1025859, 15674, 0, 1, 1, 1, 'Magnificent Greaves'), +(1025859, 15676, 0, 1, 1, 1, 'Magnificent Leggings'), +(1025859, 15677, 0, 1, 1, 1, 'Magnificent Shoulders'), +(1025859, 15679, 0, 1, 1, 1, 'Triumphant Bracers'), +(1025859, 15681, 0, 1, 1, 1, 'Triumphant Cloak'), +(1025859, 15683, 0, 1, 1, 1, 'Triumphant Girdle'), +(1025859, 15693, 0, 1, 1, 1, 'Grand Shoulders'), +(1025859, 15890, 0, 1, 1, 1, 'Vanguard Shield'), +(1025859, 15931, 0, 1, 1, 1, 'Arcane Star'), +(1025859, 15938, 0, 1, 1, 1, 'Mystical Orb'), +(1025859, 15939, 0, 1, 1, 1, 'Councillor\'s Scepter'), +(1025859, 15943, 0, 1, 1, 1, 'Imbued Shield'), +(1025859, 15967, 0, 1, 1, 1, 'Highborne Star'), +(1025859, 15985, 0, 1, 1, 1, 'Arachnidian Branch'), +(1025859, 15986, 0, 1, 1, 1, 'Bonecaster\'s Star'), +(1025859, 15987, 0, 1, 1, 1, 'Astral Orb'), +(1025959, 8283, 0, 1, 1, 1, 'Arcane Armor'), +(1025959, 8288, 0, 1, 1, 1, 'Arcane Pads'), +(1025959, 8289, 0, 1, 1, 1, 'Arcane Leggings'), +(1025959, 8290, 0, 1, 1, 1, 'Arcane Robe'), +(1025959, 8292, 0, 1, 1, 1, 'Arcane Cover'), +(1025959, 8296, 0, 1, 1, 1, 'Traveler\'s Jerkin'), +(1025959, 8299, 0, 1, 1, 1, 'Traveler\'s Helm'), +(1025959, 8300, 0, 1, 1, 1, 'Traveler\'s Leggings'), +(1025959, 8301, 0, 1, 1, 1, 'Traveler\'s Spaulders'), +(1025959, 8302, 0, 1, 1, 1, 'Hero\'s Bracers'), +(1025959, 8305, 0, 1, 1, 1, 'Hero\'s Gauntlets'), +(1025959, 8306, 0, 1, 1, 1, 'Hero\'s Belt'), +(1025959, 8307, 0, 1, 1, 1, 'Hero\'s Boots'), +(1025959, 8308, 0, 1, 1, 1, 'Hero\'s Band'), +(1025959, 8309, 0, 1, 1, 1, 'Hero\'s Leggings'), +(1025959, 8310, 0, 1, 1, 1, 'Hero\'s Pauldrons'), +(1025959, 10101, 0, 1, 1, 1, 'Councillor\'s Pants'), +(1025959, 10102, 0, 1, 1, 1, 'Councillor\'s Robes'), +(1025959, 10104, 0, 1, 1, 1, 'Councillor\'s Tunic'), +(1025959, 10105, 0, 1, 1, 1, 'Wanderer\'s Armor'), +(1025959, 10112, 0, 1, 1, 1, 'Wanderer\'s Leggings'), +(1025959, 10118, 0, 1, 1, 1, 'Ornate Breastplate'), +(1025959, 10136, 0, 1, 1, 1, 'High Councillor\'s Bracers'), +(1025959, 10137, 0, 1, 1, 1, 'High Councillor\'s Boots'), +(1025959, 10138, 0, 1, 1, 1, 'High Councillor\'s Cloak'), +(1025959, 10140, 0, 1, 1, 1, 'High Councillor\'s Gloves'), +(1025959, 10144, 0, 1, 1, 1, 'High Councillor\'s Sash'), +(1025959, 10145, 0, 1, 1, 1, 'Mighty Girdle'), +(1025959, 10146, 0, 1, 1, 1, 'Mighty Boots'), +(1025959, 10147, 0, 1, 1, 1, 'Mighty Armsplints'), +(1025959, 10148, 0, 1, 1, 1, 'Mighty Cloak'), +(1025959, 10149, 0, 1, 1, 1, 'Mighty Gauntlets'), +(1025959, 10154, 0, 1, 1, 1, 'Mercurial Girdle'), +(1025959, 10155, 0, 1, 1, 1, 'Mercurial Greaves'), +(1025959, 10156, 0, 1, 1, 1, 'Mercurial Bracers'), +(1025959, 10159, 0, 1, 1, 1, 'Mercurial Cloak'), +(1025959, 10161, 0, 1, 1, 1, 'Mercurial Gauntlets'), +(1025959, 10164, 0, 1, 1, 1, 'Templar Chestplate'), +(1025959, 10178, 0, 1, 1, 1, 'Mystical Robe'), +(1025959, 10181, 0, 1, 1, 1, 'Mystical Armor'), +(1025959, 10182, 0, 1, 1, 1, 'Swashbuckler\'s Breastplate'), +(1025959, 10210, 0, 1, 1, 1, 'Elegant Mantle'), +(1025959, 10211, 0, 1, 1, 1, 'Elegant Boots'), +(1025959, 10213, 0, 1, 1, 1, 'Elegant Bracers'), +(1025959, 10214, 0, 1, 1, 1, 'Elegant Gloves'), +(1025959, 10216, 0, 1, 1, 1, 'Elegant Belt'), +(1025959, 10217, 0, 1, 1, 1, 'Elegant Leggings'), +(1025959, 10219, 0, 1, 1, 1, 'Elegant Circlet'), +(1025959, 10221, 0, 1, 1, 1, 'Nightshade Girdle'), +(1025959, 10222, 0, 1, 1, 1, 'Nightshade Boots'), +(1025959, 10223, 0, 1, 1, 1, 'Nightshade Armguards'), +(1025959, 10225, 0, 1, 1, 1, 'Nightshade Gloves'), +(1025959, 10226, 0, 1, 1, 1, 'Nightshade Helmet'), +(1025959, 10228, 0, 1, 1, 1, 'Nightshade Spaulders'), +(1025959, 10230, 0, 1, 1, 1, 'Engraved Breastplate'), +(1025959, 10232, 0, 1, 1, 1, 'Engraved Gauntlets'), +(1025959, 10234, 0, 1, 1, 1, 'Engraved Boots'), +(1025959, 10235, 0, 1, 1, 1, 'Engraved Helm'), +(1025959, 10236, 0, 1, 1, 1, 'Engraved Leggings'), +(1025959, 10237, 0, 1, 1, 1, 'Engraved Pauldrons'), +(1025959, 10249, 0, 1, 1, 1, 'Master\'s Cloak'), +(1025959, 10256, 0, 1, 1, 1, 'Adventurer\'s Bracers'), +(1025959, 10258, 0, 1, 1, 1, 'Adventurer\'s Cape'), +(1025959, 10267, 0, 1, 1, 1, 'Masterwork Cape'), +(1025959, 10275, 0, 1, 1, 1, 'Emerald Breastplate'), +(1025959, 10279, 0, 1, 1, 1, 'Emerald Helm'), +(1025959, 10280, 0, 1, 1, 1, 'Emerald Legplates'), +(1025959, 10281, 0, 1, 1, 1, 'Emerald Pauldrons'), +(1025959, 10362, 0, 1, 1, 1, 'Ornate Shield'), +(1025959, 10363, 0, 1, 1, 1, 'Engraved Wall'), +(1025959, 10364, 0, 1, 1, 1, 'Templar Shield'), +(1025959, 10365, 0, 1, 1, 1, 'Emerald Shield'), +(1025959, 10369, 0, 1, 1, 1, 'Imbued Plate Gauntlets'), +(1025959, 10371, 0, 1, 1, 1, 'Imbued Plate Greaves'), +(1025959, 10372, 0, 1, 1, 1, 'Imbued Plate Helmet'), +(1025959, 10373, 0, 1, 1, 1, 'Imbued Plate Leggings'), +(1025959, 10374, 0, 1, 1, 1, 'Imbued Plate Pauldrons'), +(1025959, 10376, 0, 1, 1, 1, 'Commander\'s Boots'), +(1025959, 10377, 0, 1, 1, 1, 'Commander\'s Vambraces'), +(1025959, 10379, 0, 1, 1, 1, 'Commander\'s Helm'), +(1025959, 10380, 0, 1, 1, 1, 'Commander\'s Gauntlets'), +(1025959, 10381, 0, 1, 1, 1, 'Commander\'s Girdle'), +(1025959, 10383, 0, 1, 1, 1, 'Commander\'s Pauldrons'), +(1025959, 10387, 0, 1, 1, 1, 'Hyperion Girdle'), +(1025959, 10391, 0, 1, 1, 1, 'Hyperion Vambraces'), +(1025959, 11978, 0, 1, 1, 1, 'Jasper Link'), +(1025959, 11979, 0, 1, 1, 1, 'Peridot Circle'), +(1025959, 11991, 0, 1, 1, 1, 'Quicksilver Ring'), +(1025959, 12004, 0, 1, 1, 1, 'Obsidian Band'), +(1025959, 12016, 0, 1, 1, 1, 'Jungle Ring'), +(1025959, 12026, 0, 1, 1, 1, 'Quicksilver Pendant'), +(1025959, 12046, 0, 1, 1, 1, 'Jungle Necklace'), +(1025959, 12057, 0, 1, 1, 1, 'Dragonscale Band'), +(1025959, 14303, 0, 1, 1, 1, 'Bonecaster\'s Shroud'), +(1025959, 14306, 0, 1, 1, 1, 'Bonecaster\'s Vest'), +(1025959, 14307, 0, 1, 1, 1, 'Bonecaster\'s Crown'), +(1025959, 14308, 0, 1, 1, 1, 'Celestial Tunic'), +(1025959, 14310, 0, 1, 1, 1, 'Celestial Slippers'), +(1025959, 14312, 0, 1, 1, 1, 'Celestial Crown'), +(1025959, 14314, 0, 1, 1, 1, 'Celestial Handwraps'), +(1025959, 14315, 0, 1, 1, 1, 'Celestial Kilt'), +(1025959, 14316, 0, 1, 1, 1, 'Celestial Pauldrons'), +(1025959, 14317, 0, 1, 1, 1, 'Celestial Silk Robes'), +(1025959, 14319, 0, 1, 1, 1, 'Resplendent Boots'), +(1025959, 14323, 0, 1, 1, 1, 'Resplendent Gauntlets'), +(1025959, 14324, 0, 1, 1, 1, 'Resplendent Sarong'), +(1025959, 14325, 0, 1, 1, 1, 'Resplendent Epaulets'), +(1025959, 14327, 0, 1, 1, 1, 'Resplendent Belt'), +(1025959, 14330, 0, 1, 1, 1, 'Eternal Bindings'), +(1025959, 14331, 0, 1, 1, 1, 'Eternal Cloak'), +(1025959, 14337, 0, 1, 1, 1, 'Eternal Cord'), +(1025959, 14453, 0, 1, 1, 1, 'Highborne Robes'), +(1025959, 14455, 0, 1, 1, 1, 'Highborne Padded Armor'), +(1025959, 14457, 0, 1, 1, 1, 'Elunarian Cuffs'), +(1025959, 14458, 0, 1, 1, 1, 'Elunarian Boots'), +(1025959, 14465, 0, 1, 1, 1, 'Elunarian Belt'), +(1025959, 14670, 0, 1, 1, 1, 'Pridelord Armor'), +(1025959, 14676, 0, 1, 1, 1, 'Pridelord Halo'), +(1025959, 14677, 0, 1, 1, 1, 'Pridelord Pants'), +(1025959, 14682, 0, 1, 1, 1, 'Indomitable Armguards'), +(1025959, 14683, 0, 1, 1, 1, 'Indomitable Cloak'), +(1025959, 14684, 0, 1, 1, 1, 'Indomitable Belt'), +(1025959, 14688, 0, 1, 1, 1, 'Indomitable Epaulets'), +(1025959, 14798, 0, 1, 1, 1, 'Bloodlust Breastplate'), +(1025959, 14799, 0, 1, 1, 1, 'Bloodlust Boots'), +(1025959, 14800, 0, 1, 1, 1, 'Bloodlust Buckler'), +(1025959, 14804, 0, 1, 1, 1, 'Bloodlust Helm'), +(1025959, 14808, 0, 1, 1, 1, 'Warstrike Belt'), +(1025959, 14810, 0, 1, 1, 1, 'Warstrike Armsplints'), +(1025959, 14854, 0, 1, 1, 1, 'Vanguard Breastplate'), +(1025959, 14858, 0, 1, 1, 1, 'Vanguard Headdress'), +(1025959, 14863, 0, 1, 1, 1, 'Warleader\'s Gauntlets'), +(1025959, 14864, 0, 1, 1, 1, 'Warleader\'s Belt'), +(1025959, 14865, 0, 1, 1, 1, 'Warleader\'s Greaves'), +(1025959, 14868, 0, 1, 1, 1, 'Warleader\'s Shoulders'), +(1025959, 14869, 0, 1, 1, 1, 'Warleader\'s Bracers'), +(1025959, 14932, 0, 1, 1, 1, 'Heroic Greaves'), +(1025959, 14933, 0, 1, 1, 1, 'Heroic Gauntlets'), +(1025959, 14935, 0, 1, 1, 1, 'Heroic Skullcap'), +(1025959, 14936, 0, 1, 1, 1, 'Heroic Legplates'), +(1025959, 14937, 0, 1, 1, 1, 'Heroic Pauldrons'), +(1025959, 14966, 0, 1, 1, 1, 'Glorious Breastplate'), +(1025959, 14969, 0, 1, 1, 1, 'Glorious Headdress'), +(1025959, 14970, 0, 1, 1, 1, 'Glorious Legplates'), +(1025959, 14973, 0, 1, 1, 1, 'Glorious Shield'), +(1025959, 14976, 0, 1, 1, 1, 'Exalted Gauntlets'), +(1025959, 14977, 0, 1, 1, 1, 'Exalted Girdle'), +(1025959, 14983, 0, 1, 1, 1, 'Exalted Armsplints'), +(1025959, 15189, 0, 1, 1, 1, 'Grand Boots'), +(1025959, 15192, 0, 1, 1, 1, 'Grand Gauntlets'), +(1025959, 15194, 0, 1, 1, 1, 'Grand Legguards'), +(1025959, 15219, 0, 1, 1, 1, 'Dimensional Blade'), +(1025959, 15238, 0, 1, 1, 1, 'Warlord\'s Axe'), +(1025959, 15239, 0, 1, 1, 1, 'Felstone Reaver'), +(1025959, 15256, 0, 1, 1, 1, 'Massacre Sword'), +(1025959, 15265, 0, 1, 1, 1, 'Painbringer'), +(1025959, 15266, 0, 1, 1, 1, 'Fierce Mauler'), +(1025959, 15272, 0, 1, 1, 1, 'Razor Axe'), +(1025959, 15276, 0, 1, 1, 1, 'Magus Long Staff'), +(1025959, 15278, 0, 1, 1, 1, 'Solstice Staff'), +(1025959, 15282, 0, 1, 1, 1, 'Dragon Finger'), +(1025959, 15288, 0, 1, 1, 1, 'Blasthorn Bow'), +(1025959, 15325, 0, 1, 1, 1, 'Sharpshooter Harquebus'), +(1025959, 15426, 0, 1, 1, 1, 'Peerless Boots'), +(1025959, 15429, 0, 1, 1, 1, 'Peerless Gloves'), +(1025959, 15430, 0, 1, 1, 1, 'Peerless Headband'), +(1025959, 15431, 0, 1, 1, 1, 'Peerless Leggings'), +(1025959, 15432, 0, 1, 1, 1, 'Peerless Shoulders'), +(1025959, 15433, 0, 1, 1, 1, 'Peerless Armor'), +(1025959, 15434, 0, 1, 1, 1, 'Supreme Sash'), +(1025959, 15436, 0, 1, 1, 1, 'Supreme Bracers'), +(1025959, 15437, 0, 1, 1, 1, 'Supreme Cape'), +(1025959, 15658, 0, 1, 1, 1, 'Impenetrable Sabatons'), +(1025959, 15660, 0, 1, 1, 1, 'Impenetrable Breastplate'), +(1025959, 15664, 0, 1, 1, 1, 'Impenetrable Helmet'), +(1025959, 15665, 0, 1, 1, 1, 'Impenetrable Legguards'), +(1025959, 15666, 0, 1, 1, 1, 'Impenetrable Pauldrons'), +(1025959, 15667, 0, 1, 1, 1, 'Impenetrable Wall'), +(1025959, 15668, 0, 1, 1, 1, 'Magnificent Bracers'), +(1025959, 15670, 0, 1, 1, 1, 'Magnificent Helmet'), +(1025959, 15672, 0, 1, 1, 1, 'Magnificent Gauntlets'), +(1025959, 15673, 0, 1, 1, 1, 'Magnificent Belt'), +(1025959, 15674, 0, 1, 1, 1, 'Magnificent Greaves'), +(1025959, 15676, 0, 1, 1, 1, 'Magnificent Leggings'), +(1025959, 15677, 0, 1, 1, 1, 'Magnificent Shoulders'), +(1025959, 15679, 0, 1, 1, 1, 'Triumphant Bracers'), +(1025959, 15681, 0, 1, 1, 1, 'Triumphant Cloak'), +(1025959, 15683, 0, 1, 1, 1, 'Triumphant Girdle'), +(1025959, 15693, 0, 1, 1, 1, 'Grand Shoulders'), +(1025959, 15890, 0, 1, 1, 1, 'Vanguard Shield'), +(1025959, 15931, 0, 1, 1, 1, 'Arcane Star'), +(1025959, 15938, 0, 1, 1, 1, 'Mystical Orb'), +(1025959, 15939, 0, 1, 1, 1, 'Councillor\'s Scepter'), +(1025959, 15943, 0, 1, 1, 1, 'Imbued Shield'), +(1025959, 15967, 0, 1, 1, 1, 'Highborne Star'), +(1025959, 15986, 0, 1, 1, 1, 'Bonecaster\'s Star'), +(1025959, 15987, 0, 1, 1, 1, 'Astral Orb'), +(1025959, 8303, 0, 1, 1, 1, 'Hero\'s Breastplate'), +(1025959, 8313, 0, 1, 1, 1, 'Hero\'s Buckler'), +(1025959, 10139, 0, 1, 1, 1, 'High Councillor\'s Circlet'), +(1025959, 10142, 0, 1, 1, 1, 'High Councillor\'s Mantle'), +(1025959, 10150, 0, 1, 1, 1, 'Mighty Helmet'), +(1025959, 10153, 0, 1, 1, 1, 'Mighty Spaulders'), +(1025959, 10160, 0, 1, 1, 1, 'Mercurial Circlet'), +(1025959, 10163, 0, 1, 1, 1, 'Mercurial Pauldrons'), +(1025959, 10215, 0, 1, 1, 1, 'Elegant Robes'), +(1025959, 10218, 0, 1, 1, 1, 'Elegant Tunic'), +(1025959, 10227, 0, 1, 1, 1, 'Nightshade Leggings'), +(1025959, 10248, 0, 1, 1, 1, 'Master\'s Bracers'), +(1025959, 10255, 0, 1, 1, 1, 'Master\'s Belt'), +(1025959, 10257, 0, 1, 1, 1, 'Adventurer\'s Boots'), +(1025959, 10259, 0, 1, 1, 1, 'Adventurer\'s Belt'), +(1025959, 10265, 0, 1, 1, 1, 'Masterwork Bracers'), +(1025959, 10269, 0, 1, 1, 1, 'Masterwork Girdle'), +(1025959, 10368, 0, 1, 1, 1, 'Imbued Plate Armor'), +(1025959, 10382, 0, 1, 1, 1, 'Commander\'s Leggings'), +(1025959, 10385, 0, 1, 1, 1, 'Hyperion Greaves'), +(1025959, 10386, 0, 1, 1, 1, 'Hyperion Gauntlets'), +(1025959, 12005, 0, 1, 1, 1, 'Granite Ring'), +(1025959, 12036, 0, 1, 1, 1, 'Granite Necklace'), +(1025959, 14322, 0, 1, 1, 1, 'Resplendent Circlet'), +(1025959, 14329, 0, 1, 1, 1, 'Eternal Boots'), +(1025959, 14461, 0, 1, 1, 1, 'Elunarian Handgrips'), +(1025959, 14462, 0, 1, 1, 1, 'Elunarian Sarong'), +(1025959, 14463, 0, 1, 1, 1, 'Elunarian Spaulders'), +(1025959, 14681, 0, 1, 1, 1, 'Indomitable Boots'), +(1025959, 14685, 0, 1, 1, 1, 'Indomitable Gauntlets'), +(1025959, 14687, 0, 1, 1, 1, 'Indomitable Leggings'), +(1025959, 14809, 0, 1, 1, 1, 'Warstrike Sabatons'), +(1025959, 14815, 0, 1, 1, 1, 'Warstrike Gauntlets'), +(1025959, 14816, 0, 1, 1, 1, 'Warstrike Legguards'), +(1025959, 14817, 0, 1, 1, 1, 'Warstrike Shoulder Pads'), +(1025959, 14866, 0, 1, 1, 1, 'Warleader\'s Crown'), +(1025959, 14867, 0, 1, 1, 1, 'Warleader\'s Leggings'), +(1025959, 14931, 0, 1, 1, 1, 'Heroic Armor'), +(1025959, 14981, 0, 1, 1, 1, 'Exalted Epaulets'), +(1025959, 15193, 0, 1, 1, 1, 'Grand Crown'), +(1025959, 15195, 0, 1, 1, 1, 'Grand Breastplate'), +(1025959, 15220, 0, 1, 1, 1, 'Battlefell Sabre'), +(1025959, 15246, 0, 1, 1, 1, 'Demon Blade'), +(1025959, 15257, 0, 1, 1, 1, 'Shin Blade'), +(1025959, 15669, 0, 1, 1, 1, 'Magnificent Breastplate'), +(1025959, 15675, 0, 1, 1, 1, 'Magnificent Guard'), +(1025959, 15887, 0, 1, 1, 1, 'Heroic Guard'), +(1025959, 15940, 0, 1, 1, 1, 'Elegant Scepter'), +(1025960, 8303, 0, 1, 1, 1, 'Hero\'s Breastplate'), +(1025960, 8313, 0, 1, 1, 1, 'Hero\'s Buckler'), +(1025960, 10139, 0, 1, 1, 1, 'High Councillor\'s Circlet'), +(1025960, 10142, 0, 1, 1, 1, 'High Councillor\'s Mantle'), +(1025960, 10150, 0, 1, 1, 1, 'Mighty Helmet'), +(1025960, 10153, 0, 1, 1, 1, 'Mighty Spaulders'), +(1025960, 10160, 0, 1, 1, 1, 'Mercurial Circlet'), +(1025960, 10163, 0, 1, 1, 1, 'Mercurial Pauldrons'), +(1025960, 10215, 0, 1, 1, 1, 'Elegant Robes'), +(1025960, 10218, 0, 1, 1, 1, 'Elegant Tunic'), +(1025960, 10227, 0, 1, 1, 1, 'Nightshade Leggings'), +(1025960, 10248, 0, 1, 1, 1, 'Master\'s Bracers'), +(1025960, 10255, 0, 1, 1, 1, 'Master\'s Belt'), +(1025960, 10257, 0, 1, 1, 1, 'Adventurer\'s Boots'), +(1025960, 10259, 0, 1, 1, 1, 'Adventurer\'s Belt'), +(1025960, 10265, 0, 1, 1, 1, 'Masterwork Bracers'), +(1025960, 10269, 0, 1, 1, 1, 'Masterwork Girdle'), +(1025960, 10368, 0, 1, 1, 1, 'Imbued Plate Armor'), +(1025960, 10382, 0, 1, 1, 1, 'Commander\'s Leggings'), +(1025960, 10385, 0, 1, 1, 1, 'Hyperion Greaves'), +(1025960, 10386, 0, 1, 1, 1, 'Hyperion Gauntlets'), +(1025960, 12005, 0, 1, 1, 1, 'Granite Ring'), +(1025960, 12036, 0, 1, 1, 1, 'Granite Necklace'), +(1025960, 14322, 0, 1, 1, 1, 'Resplendent Circlet'), +(1025960, 14329, 0, 1, 1, 1, 'Eternal Boots'), +(1025960, 14461, 0, 1, 1, 1, 'Elunarian Handgrips'), +(1025960, 14462, 0, 1, 1, 1, 'Elunarian Sarong'), +(1025960, 14463, 0, 1, 1, 1, 'Elunarian Spaulders'), +(1025960, 14681, 0, 1, 1, 1, 'Indomitable Boots'), +(1025960, 14685, 0, 1, 1, 1, 'Indomitable Gauntlets'), +(1025960, 14687, 0, 1, 1, 1, 'Indomitable Leggings'), +(1025960, 14809, 0, 1, 1, 1, 'Warstrike Sabatons'), +(1025960, 14815, 0, 1, 1, 1, 'Warstrike Gauntlets'), +(1025960, 14816, 0, 1, 1, 1, 'Warstrike Legguards'), +(1025960, 14817, 0, 1, 1, 1, 'Warstrike Shoulder Pads'), +(1025960, 14866, 0, 1, 1, 1, 'Warleader\'s Crown'), +(1025960, 14867, 0, 1, 1, 1, 'Warleader\'s Leggings'), +(1025960, 14931, 0, 1, 1, 1, 'Heroic Armor'), +(1025960, 14981, 0, 1, 1, 1, 'Exalted Epaulets'), +(1025960, 15193, 0, 1, 1, 1, 'Grand Crown'), +(1025960, 15195, 0, 1, 1, 1, 'Grand Breastplate'), +(1025960, 15220, 0, 1, 1, 1, 'Battlefell Sabre'), +(1025960, 15246, 0, 1, 1, 1, 'Demon Blade'), +(1025960, 15257, 0, 1, 1, 1, 'Shin Blade'), +(1025960, 15669, 0, 1, 1, 1, 'Magnificent Breastplate'), +(1025960, 15675, 0, 1, 1, 1, 'Magnificent Guard'), +(1025960, 15887, 0, 1, 1, 1, 'Heroic Guard'), +(1025960, 15940, 0, 1, 1, 1, 'Elegant Scepter'), +(1025960, 10141, 0, 1, 1, 1, 'High Councillor\'s Pants'), +(1025960, 10152, 0, 1, 1, 1, 'Mighty Leggings'), +(1025960, 10162, 0, 1, 1, 1, 'Mercurial Legguards'), +(1025960, 10220, 0, 1, 1, 1, 'Nightshade Tunic'), +(1025960, 10247, 0, 1, 1, 1, 'Master\'s Boots'), +(1025960, 10250, 0, 1, 1, 1, 'Master\'s Hat'), +(1025960, 10251, 0, 1, 1, 1, 'Master\'s Gloves'), +(1025960, 10253, 0, 1, 1, 1, 'Master\'s Mantle'), +(1025960, 10260, 0, 1, 1, 1, 'Adventurer\'s Gloves'), +(1025960, 10261, 0, 1, 1, 1, 'Adventurer\'s Bandana'), +(1025960, 10263, 0, 1, 1, 1, 'Adventurer\'s Shoulders'), +(1025960, 10268, 0, 1, 1, 1, 'Masterwork Gauntlets'), +(1025960, 10270, 0, 1, 1, 1, 'Masterwork Boots'), +(1025960, 10272, 0, 1, 1, 1, 'Masterwork Circlet'), +(1025960, 10274, 0, 1, 1, 1, 'Masterwork Pauldrons'), +(1025960, 10366, 0, 1, 1, 1, 'Demon Guard'), +(1025960, 10378, 0, 1, 1, 1, 'Commander\'s Armor'), +(1025960, 10388, 0, 1, 1, 1, 'Hyperion Helm'), +(1025960, 10390, 0, 1, 1, 1, 'Hyperion Pauldrons'), +(1025960, 11992, 0, 1, 1, 1, 'Vermilion Band'), +(1025960, 12027, 0, 1, 1, 1, 'Vermilion Necklace'), +(1025960, 14318, 0, 1, 1, 1, 'Resplendent Tunic'), +(1025960, 14326, 0, 1, 1, 1, 'Resplendent Robes'), +(1025960, 14333, 0, 1, 1, 1, 'Eternal Gloves'), +(1025960, 14334, 0, 1, 1, 1, 'Eternal Sarong'), +(1025960, 14335, 0, 1, 1, 1, 'Eternal Spaulders'), +(1025960, 14460, 0, 1, 1, 1, 'Elunarian Diadem'), +(1025960, 14686, 0, 1, 1, 1, 'Indomitable Headdress'), +(1025960, 14814, 0, 1, 1, 1, 'Warstrike Helmet'), +(1025960, 14862, 0, 1, 1, 1, 'Warleader\'s Breastplate'), +(1025960, 14978, 0, 1, 1, 1, 'Exalted Sabatons'), +(1025960, 14980, 0, 1, 1, 1, 'Exalted Legplates'), +(1025960, 15267, 0, 1, 1, 1, 'Brutehammer'), +(1025960, 15273, 0, 1, 1, 1, 'Death Striker'), +(1025960, 15296, 0, 1, 1, 1, 'Hawkeye Bow'), +(1025960, 15435, 0, 1, 1, 1, 'Supreme Shoes'), +(1025960, 15438, 0, 1, 1, 1, 'Supreme Gloves'), +(1025960, 15440, 0, 1, 1, 1, 'Supreme Leggings'), +(1025960, 15441, 0, 1, 1, 1, 'Supreme Shoulders'), +(1025960, 15678, 0, 1, 1, 1, 'Triumphant Sabatons'), +(1025960, 15682, 0, 1, 1, 1, 'Triumphant Gauntlets'), +(1025960, 15685, 0, 1, 1, 1, 'Triumphant Legplates'), +(1025960, 15686, 0, 1, 1, 1, 'Triumphant Shoulder Pads'), +(1025960, 15988, 0, 1, 1, 1, 'Resplendent Orb'), +(1025960, 15991, 0, 1, 1, 1, 'Warleader\'s Shield'), +(1025960, 8283, 0, 1, 1, 1, 'Arcane Armor'), +(1025960, 8288, 0, 1, 1, 1, 'Arcane Pads'), +(1025960, 8289, 0, 1, 1, 1, 'Arcane Leggings'), +(1025960, 8290, 0, 1, 1, 1, 'Arcane Robe'), +(1025960, 8292, 0, 1, 1, 1, 'Arcane Cover'), +(1025960, 8296, 0, 1, 1, 1, 'Traveler\'s Jerkin'), +(1025960, 8299, 0, 1, 1, 1, 'Traveler\'s Helm'), +(1025960, 8300, 0, 1, 1, 1, 'Traveler\'s Leggings'), +(1025960, 8301, 0, 1, 1, 1, 'Traveler\'s Spaulders'), +(1025960, 8302, 0, 1, 1, 1, 'Hero\'s Bracers'), +(1025960, 8305, 0, 1, 1, 1, 'Hero\'s Gauntlets'), +(1025960, 8306, 0, 1, 1, 1, 'Hero\'s Belt'), +(1025960, 8307, 0, 1, 1, 1, 'Hero\'s Boots'), +(1025960, 8308, 0, 1, 1, 1, 'Hero\'s Band'), +(1025960, 8309, 0, 1, 1, 1, 'Hero\'s Leggings'), +(1025960, 8310, 0, 1, 1, 1, 'Hero\'s Pauldrons'), +(1025960, 10101, 0, 1, 1, 1, 'Councillor\'s Pants'), +(1025960, 10102, 0, 1, 1, 1, 'Councillor\'s Robes'), +(1025960, 10104, 0, 1, 1, 1, 'Councillor\'s Tunic'), +(1025960, 10105, 0, 1, 1, 1, 'Wanderer\'s Armor'), +(1025960, 10112, 0, 1, 1, 1, 'Wanderer\'s Leggings'), +(1025960, 10118, 0, 1, 1, 1, 'Ornate Breastplate'), +(1025960, 10136, 0, 1, 1, 1, 'High Councillor\'s Bracers'), +(1025960, 10137, 0, 1, 1, 1, 'High Councillor\'s Boots'), +(1025960, 10138, 0, 1, 1, 1, 'High Councillor\'s Cloak'), +(1025960, 10140, 0, 1, 1, 1, 'High Councillor\'s Gloves'), +(1025960, 10144, 0, 1, 1, 1, 'High Councillor\'s Sash'), +(1025960, 10145, 0, 1, 1, 1, 'Mighty Girdle'), +(1025960, 10146, 0, 1, 1, 1, 'Mighty Boots'), +(1025960, 10147, 0, 1, 1, 1, 'Mighty Armsplints'), +(1025960, 10148, 0, 1, 1, 1, 'Mighty Cloak'), +(1025960, 10149, 0, 1, 1, 1, 'Mighty Gauntlets'), +(1025960, 10154, 0, 1, 1, 1, 'Mercurial Girdle'), +(1025960, 10155, 0, 1, 1, 1, 'Mercurial Greaves'), +(1025960, 10156, 0, 1, 1, 1, 'Mercurial Bracers'), +(1025960, 10159, 0, 1, 1, 1, 'Mercurial Cloak'), +(1025960, 10161, 0, 1, 1, 1, 'Mercurial Gauntlets'), +(1025960, 10164, 0, 1, 1, 1, 'Templar Chestplate'), +(1025960, 10178, 0, 1, 1, 1, 'Mystical Robe'), +(1025960, 10181, 0, 1, 1, 1, 'Mystical Armor'), +(1025960, 10182, 0, 1, 1, 1, 'Swashbuckler\'s Breastplate'), +(1025960, 10210, 0, 1, 1, 1, 'Elegant Mantle'), +(1025960, 10211, 0, 1, 1, 1, 'Elegant Boots'), +(1025960, 10213, 0, 1, 1, 1, 'Elegant Bracers'), +(1025960, 10214, 0, 1, 1, 1, 'Elegant Gloves'), +(1025960, 10216, 0, 1, 1, 1, 'Elegant Belt'), +(1025960, 10217, 0, 1, 1, 1, 'Elegant Leggings'), +(1025960, 10219, 0, 1, 1, 1, 'Elegant Circlet'), +(1025960, 10221, 0, 1, 1, 1, 'Nightshade Girdle'), +(1025960, 10222, 0, 1, 1, 1, 'Nightshade Boots'), +(1025960, 10223, 0, 1, 1, 1, 'Nightshade Armguards'), +(1025960, 10225, 0, 1, 1, 1, 'Nightshade Gloves'), +(1025960, 10226, 0, 1, 1, 1, 'Nightshade Helmet'), +(1025960, 10228, 0, 1, 1, 1, 'Nightshade Spaulders'), +(1025960, 10230, 0, 1, 1, 1, 'Engraved Breastplate'), +(1025960, 10232, 0, 1, 1, 1, 'Engraved Gauntlets'), +(1025960, 10234, 0, 1, 1, 1, 'Engraved Boots'), +(1025960, 10235, 0, 1, 1, 1, 'Engraved Helm'), +(1025960, 10236, 0, 1, 1, 1, 'Engraved Leggings'), +(1025960, 10237, 0, 1, 1, 1, 'Engraved Pauldrons'), +(1025960, 10249, 0, 1, 1, 1, 'Master\'s Cloak'), +(1025960, 10256, 0, 1, 1, 1, 'Adventurer\'s Bracers'), +(1025960, 10258, 0, 1, 1, 1, 'Adventurer\'s Cape'), +(1025960, 10267, 0, 1, 1, 1, 'Masterwork Cape'), +(1025960, 10275, 0, 1, 1, 1, 'Emerald Breastplate'), +(1025960, 10279, 0, 1, 1, 1, 'Emerald Helm'), +(1025960, 10280, 0, 1, 1, 1, 'Emerald Legplates'), +(1025960, 10281, 0, 1, 1, 1, 'Emerald Pauldrons'), +(1025960, 10362, 0, 1, 1, 1, 'Ornate Shield'), +(1025960, 10363, 0, 1, 1, 1, 'Engraved Wall'), +(1025960, 10364, 0, 1, 1, 1, 'Templar Shield'), +(1025960, 10365, 0, 1, 1, 1, 'Emerald Shield'), +(1025960, 10369, 0, 1, 1, 1, 'Imbued Plate Gauntlets'), +(1025960, 10371, 0, 1, 1, 1, 'Imbued Plate Greaves'), +(1025960, 10372, 0, 1, 1, 1, 'Imbued Plate Helmet'), +(1025960, 10373, 0, 1, 1, 1, 'Imbued Plate Leggings'), +(1025960, 10374, 0, 1, 1, 1, 'Imbued Plate Pauldrons'), +(1025960, 10376, 0, 1, 1, 1, 'Commander\'s Boots'), +(1025960, 10377, 0, 1, 1, 1, 'Commander\'s Vambraces'), +(1025960, 10379, 0, 1, 1, 1, 'Commander\'s Helm'), +(1025960, 10380, 0, 1, 1, 1, 'Commander\'s Gauntlets'), +(1025960, 10381, 0, 1, 1, 1, 'Commander\'s Girdle'), +(1025960, 10383, 0, 1, 1, 1, 'Commander\'s Pauldrons'), +(1025960, 10387, 0, 1, 1, 1, 'Hyperion Girdle'), +(1025960, 10391, 0, 1, 1, 1, 'Hyperion Vambraces'), +(1025960, 11978, 0, 1, 1, 1, 'Jasper Link'), +(1025960, 11979, 0, 1, 1, 1, 'Peridot Circle'), +(1025960, 11991, 0, 1, 1, 1, 'Quicksilver Ring'), +(1025960, 12004, 0, 1, 1, 1, 'Obsidian Band'), +(1025960, 12016, 0, 1, 1, 1, 'Jungle Ring'), +(1025960, 12026, 0, 1, 1, 1, 'Quicksilver Pendant'), +(1025960, 12046, 0, 1, 1, 1, 'Jungle Necklace'), +(1025960, 12057, 0, 1, 1, 1, 'Dragonscale Band'), +(1025960, 14303, 0, 1, 1, 1, 'Bonecaster\'s Shroud'), +(1025960, 14306, 0, 1, 1, 1, 'Bonecaster\'s Vest'), +(1025960, 14307, 0, 1, 1, 1, 'Bonecaster\'s Crown'), +(1025960, 14308, 0, 1, 1, 1, 'Celestial Tunic'), +(1025960, 14310, 0, 1, 1, 1, 'Celestial Slippers'), +(1025960, 14312, 0, 1, 1, 1, 'Celestial Crown'), +(1025960, 14314, 0, 1, 1, 1, 'Celestial Handwraps'), +(1025960, 14315, 0, 1, 1, 1, 'Celestial Kilt'), +(1025960, 14316, 0, 1, 1, 1, 'Celestial Pauldrons'), +(1025960, 14317, 0, 1, 1, 1, 'Celestial Silk Robes'), +(1025960, 14319, 0, 1, 1, 1, 'Resplendent Boots'), +(1025960, 14323, 0, 1, 1, 1, 'Resplendent Gauntlets'), +(1025960, 14324, 0, 1, 1, 1, 'Resplendent Sarong'), +(1025960, 14325, 0, 1, 1, 1, 'Resplendent Epaulets'), +(1025960, 14327, 0, 1, 1, 1, 'Resplendent Belt'), +(1025960, 14330, 0, 1, 1, 1, 'Eternal Bindings'), +(1025960, 14331, 0, 1, 1, 1, 'Eternal Cloak'), +(1025960, 14337, 0, 1, 1, 1, 'Eternal Cord'), +(1025960, 14453, 0, 1, 1, 1, 'Highborne Robes'), +(1025960, 14455, 0, 1, 1, 1, 'Highborne Padded Armor'), +(1025960, 14457, 0, 1, 1, 1, 'Elunarian Cuffs'), +(1025960, 14458, 0, 1, 1, 1, 'Elunarian Boots'), +(1025960, 14465, 0, 1, 1, 1, 'Elunarian Belt'), +(1025960, 14670, 0, 1, 1, 1, 'Pridelord Armor'), +(1025960, 14676, 0, 1, 1, 1, 'Pridelord Halo'), +(1025960, 14677, 0, 1, 1, 1, 'Pridelord Pants'), +(1025960, 14682, 0, 1, 1, 1, 'Indomitable Armguards'), +(1025960, 14683, 0, 1, 1, 1, 'Indomitable Cloak'), +(1025960, 14684, 0, 1, 1, 1, 'Indomitable Belt'), +(1025960, 14688, 0, 1, 1, 1, 'Indomitable Epaulets'), +(1025960, 14798, 0, 1, 1, 1, 'Bloodlust Breastplate'), +(1025960, 14799, 0, 1, 1, 1, 'Bloodlust Boots'), +(1025960, 14800, 0, 1, 1, 1, 'Bloodlust Buckler'), +(1025960, 14804, 0, 1, 1, 1, 'Bloodlust Helm'), +(1025960, 14808, 0, 1, 1, 1, 'Warstrike Belt'), +(1025960, 14810, 0, 1, 1, 1, 'Warstrike Armsplints'), +(1025960, 14854, 0, 1, 1, 1, 'Vanguard Breastplate'), +(1025960, 14858, 0, 1, 1, 1, 'Vanguard Headdress'), +(1025960, 14863, 0, 1, 1, 1, 'Warleader\'s Gauntlets'), +(1025960, 14864, 0, 1, 1, 1, 'Warleader\'s Belt'), +(1025960, 14865, 0, 1, 1, 1, 'Warleader\'s Greaves'), +(1025960, 14868, 0, 1, 1, 1, 'Warleader\'s Shoulders'), +(1025960, 14869, 0, 1, 1, 1, 'Warleader\'s Bracers'), +(1025960, 14932, 0, 1, 1, 1, 'Heroic Greaves'), +(1025960, 14933, 0, 1, 1, 1, 'Heroic Gauntlets'), +(1025960, 14935, 0, 1, 1, 1, 'Heroic Skullcap'), +(1025960, 14936, 0, 1, 1, 1, 'Heroic Legplates'), +(1025960, 14937, 0, 1, 1, 1, 'Heroic Pauldrons'), +(1025960, 14966, 0, 1, 1, 1, 'Glorious Breastplate'), +(1025960, 14969, 0, 1, 1, 1, 'Glorious Headdress'), +(1025960, 14970, 0, 1, 1, 1, 'Glorious Legplates'), +(1025960, 14973, 0, 1, 1, 1, 'Glorious Shield'), +(1025960, 14976, 0, 1, 1, 1, 'Exalted Gauntlets'), +(1025960, 14977, 0, 1, 1, 1, 'Exalted Girdle'), +(1025960, 14983, 0, 1, 1, 1, 'Exalted Armsplints'), +(1025960, 15189, 0, 1, 1, 1, 'Grand Boots'), +(1025960, 15192, 0, 1, 1, 1, 'Grand Gauntlets'), +(1025960, 15194, 0, 1, 1, 1, 'Grand Legguards'), +(1025960, 15219, 0, 1, 1, 1, 'Dimensional Blade'), +(1025960, 15238, 0, 1, 1, 1, 'Warlord\'s Axe'), +(1025960, 15239, 0, 1, 1, 1, 'Felstone Reaver'), +(1025960, 15256, 0, 1, 1, 1, 'Massacre Sword'), +(1025960, 15265, 0, 1, 1, 1, 'Painbringer'), +(1025960, 15266, 0, 1, 1, 1, 'Fierce Mauler'), +(1025960, 15272, 0, 1, 1, 1, 'Razor Axe'), +(1025960, 15276, 0, 1, 1, 1, 'Magus Long Staff'), +(1025960, 15278, 0, 1, 1, 1, 'Solstice Staff'), +(1025960, 15282, 0, 1, 1, 1, 'Dragon Finger'), +(1025960, 15288, 0, 1, 1, 1, 'Blasthorn Bow'), +(1025960, 15325, 0, 1, 1, 1, 'Sharpshooter Harquebus'), +(1025960, 15426, 0, 1, 1, 1, 'Peerless Boots'), +(1025960, 15429, 0, 1, 1, 1, 'Peerless Gloves'), +(1025960, 15430, 0, 1, 1, 1, 'Peerless Headband'), +(1025960, 15431, 0, 1, 1, 1, 'Peerless Leggings'), +(1025960, 15432, 0, 1, 1, 1, 'Peerless Shoulders'), +(1025960, 15433, 0, 1, 1, 1, 'Peerless Armor'), +(1025960, 15434, 0, 1, 1, 1, 'Supreme Sash'), +(1025960, 15436, 0, 1, 1, 1, 'Supreme Bracers'), +(1025960, 15437, 0, 1, 1, 1, 'Supreme Cape'), +(1025960, 15658, 0, 1, 1, 1, 'Impenetrable Sabatons'), +(1025960, 15660, 0, 1, 1, 1, 'Impenetrable Breastplate'), +(1025960, 15664, 0, 1, 1, 1, 'Impenetrable Helmet'), +(1025960, 15665, 0, 1, 1, 1, 'Impenetrable Legguards'), +(1025960, 15666, 0, 1, 1, 1, 'Impenetrable Pauldrons'), +(1025960, 15667, 0, 1, 1, 1, 'Impenetrable Wall'), +(1025960, 15668, 0, 1, 1, 1, 'Magnificent Bracers'), +(1025960, 15670, 0, 1, 1, 1, 'Magnificent Helmet'), +(1025960, 15672, 0, 1, 1, 1, 'Magnificent Gauntlets'), +(1025960, 15673, 0, 1, 1, 1, 'Magnificent Belt'), +(1025960, 15674, 0, 1, 1, 1, 'Magnificent Greaves'), +(1025960, 15676, 0, 1, 1, 1, 'Magnificent Leggings'), +(1025960, 15677, 0, 1, 1, 1, 'Magnificent Shoulders'), +(1025960, 15679, 0, 1, 1, 1, 'Triumphant Bracers'), +(1025960, 15681, 0, 1, 1, 1, 'Triumphant Cloak'), +(1025960, 15683, 0, 1, 1, 1, 'Triumphant Girdle'), +(1025960, 15693, 0, 1, 1, 1, 'Grand Shoulders'), +(1025960, 15890, 0, 1, 1, 1, 'Vanguard Shield'), +(1025960, 15931, 0, 1, 1, 1, 'Arcane Star'), +(1025960, 15938, 0, 1, 1, 1, 'Mystical Orb'), +(1025960, 15939, 0, 1, 1, 1, 'Councillor\'s Scepter'), +(1025960, 15943, 0, 1, 1, 1, 'Imbued Shield'), +(1025960, 15967, 0, 1, 1, 1, 'Highborne Star'), +(1025960, 15986, 0, 1, 1, 1, 'Bonecaster\'s Star'), +(1025960, 15987, 0, 1, 1, 1, 'Astral Orb'), +(1026060, 8283, 0, 1, 1, 1, 'Arcane Armor'), +(1026060, 8288, 0, 1, 1, 1, 'Arcane Pads'), +(1026060, 8289, 0, 1, 1, 1, 'Arcane Leggings'), +(1026060, 8290, 0, 1, 1, 1, 'Arcane Robe'), +(1026060, 8296, 0, 1, 1, 1, 'Traveler\'s Jerkin'), +(1026060, 8299, 0, 1, 1, 1, 'Traveler\'s Helm'), +(1026060, 8300, 0, 1, 1, 1, 'Traveler\'s Leggings'), +(1026060, 8301, 0, 1, 1, 1, 'Traveler\'s Spaulders'), +(1026060, 8305, 0, 1, 1, 1, 'Hero\'s Gauntlets'), +(1026060, 8306, 0, 1, 1, 1, 'Hero\'s Belt'), +(1026060, 8307, 0, 1, 1, 1, 'Hero\'s Boots'), +(1026060, 8308, 0, 1, 1, 1, 'Hero\'s Band'), +(1026060, 8309, 0, 1, 1, 1, 'Hero\'s Leggings'), +(1026060, 8310, 0, 1, 1, 1, 'Hero\'s Pauldrons'), +(1026060, 10102, 0, 1, 1, 1, 'Councillor\'s Robes'), +(1026060, 10104, 0, 1, 1, 1, 'Councillor\'s Tunic'), +(1026060, 10105, 0, 1, 1, 1, 'Wanderer\'s Armor'), +(1026060, 10136, 0, 1, 1, 1, 'High Councillor\'s Bracers'), +(1026060, 10137, 0, 1, 1, 1, 'High Councillor\'s Boots'), +(1026060, 10138, 0, 1, 1, 1, 'High Councillor\'s Cloak'), +(1026060, 10140, 0, 1, 1, 1, 'High Councillor\'s Gloves'), +(1026060, 10144, 0, 1, 1, 1, 'High Councillor\'s Sash'), +(1026060, 10145, 0, 1, 1, 1, 'Mighty Girdle'), +(1026060, 10146, 0, 1, 1, 1, 'Mighty Boots'), +(1026060, 10147, 0, 1, 1, 1, 'Mighty Armsplints'), +(1026060, 10149, 0, 1, 1, 1, 'Mighty Gauntlets'), +(1026060, 10154, 0, 1, 1, 1, 'Mercurial Girdle'), +(1026060, 10155, 0, 1, 1, 1, 'Mercurial Greaves'), +(1026060, 10156, 0, 1, 1, 1, 'Mercurial Bracers'), +(1026060, 10159, 0, 1, 1, 1, 'Mercurial Cloak'), +(1026060, 10161, 0, 1, 1, 1, 'Mercurial Gauntlets'), +(1026060, 10210, 0, 1, 1, 1, 'Elegant Mantle'), +(1026060, 10211, 0, 1, 1, 1, 'Elegant Boots'), +(1026060, 10214, 0, 1, 1, 1, 'Elegant Gloves'), +(1026060, 10217, 0, 1, 1, 1, 'Elegant Leggings'), +(1026060, 10219, 0, 1, 1, 1, 'Elegant Circlet'), +(1026060, 10222, 0, 1, 1, 1, 'Nightshade Boots'), +(1026060, 10225, 0, 1, 1, 1, 'Nightshade Gloves'), +(1026060, 10226, 0, 1, 1, 1, 'Nightshade Helmet'), +(1026060, 10228, 0, 1, 1, 1, 'Nightshade Spaulders'), +(1026060, 10230, 0, 1, 1, 1, 'Engraved Breastplate'), +(1026060, 10235, 0, 1, 1, 1, 'Engraved Helm'), +(1026060, 10236, 0, 1, 1, 1, 'Engraved Leggings'), +(1026060, 10249, 0, 1, 1, 1, 'Master\'s Cloak'), +(1026060, 10256, 0, 1, 1, 1, 'Adventurer\'s Bracers'), +(1026060, 10258, 0, 1, 1, 1, 'Adventurer\'s Cape'), +(1026060, 10267, 0, 1, 1, 1, 'Masterwork Cape'), +(1026060, 10275, 0, 1, 1, 1, 'Emerald Breastplate'), +(1026060, 10280, 0, 1, 1, 1, 'Emerald Legplates'), +(1026060, 10363, 0, 1, 1, 1, 'Engraved Wall'), +(1026060, 10365, 0, 1, 1, 1, 'Emerald Shield'), +(1026060, 10372, 0, 1, 1, 1, 'Imbued Plate Helmet'), +(1026060, 10373, 0, 1, 1, 1, 'Imbued Plate Leggings'), +(1026060, 10374, 0, 1, 1, 1, 'Imbued Plate Pauldrons'), +(1026060, 10376, 0, 1, 1, 1, 'Commander\'s Boots'), +(1026060, 10377, 0, 1, 1, 1, 'Commander\'s Vambraces'), +(1026060, 10379, 0, 1, 1, 1, 'Commander\'s Helm'), +(1026060, 10380, 0, 1, 1, 1, 'Commander\'s Gauntlets'), +(1026060, 10381, 0, 1, 1, 1, 'Commander\'s Girdle'), +(1026060, 10383, 0, 1, 1, 1, 'Commander\'s Pauldrons'), +(1026060, 10387, 0, 1, 1, 1, 'Hyperion Girdle'), +(1026060, 10391, 0, 1, 1, 1, 'Hyperion Vambraces'), +(1026060, 11979, 0, 1, 1, 1, 'Peridot Circle'), +(1026060, 11991, 0, 1, 1, 1, 'Quicksilver Ring'), +(1026060, 12016, 0, 1, 1, 1, 'Jungle Ring'), +(1026060, 12026, 0, 1, 1, 1, 'Quicksilver Pendant'), +(1026060, 12046, 0, 1, 1, 1, 'Jungle Necklace'), +(1026060, 12057, 0, 1, 1, 1, 'Dragonscale Band'), +(1026060, 14303, 0, 1, 1, 1, 'Bonecaster\'s Shroud'), +(1026060, 14306, 0, 1, 1, 1, 'Bonecaster\'s Vest'), +(1026060, 14307, 0, 1, 1, 1, 'Bonecaster\'s Crown'), +(1026060, 14308, 0, 1, 1, 1, 'Celestial Tunic'), +(1026060, 14312, 0, 1, 1, 1, 'Celestial Crown'), +(1026060, 14315, 0, 1, 1, 1, 'Celestial Kilt'), +(1026060, 14316, 0, 1, 1, 1, 'Celestial Pauldrons'), +(1026060, 14317, 0, 1, 1, 1, 'Celestial Silk Robes'), +(1026060, 14319, 0, 1, 1, 1, 'Resplendent Boots'), +(1026060, 14323, 0, 1, 1, 1, 'Resplendent Gauntlets'), +(1026060, 14324, 0, 1, 1, 1, 'Resplendent Sarong'), +(1026060, 14325, 0, 1, 1, 1, 'Resplendent Epaulets'), +(1026060, 14330, 0, 1, 1, 1, 'Eternal Bindings'), +(1026060, 14337, 0, 1, 1, 1, 'Eternal Cord'), +(1026060, 14453, 0, 1, 1, 1, 'Highborne Robes'), +(1026060, 14455, 0, 1, 1, 1, 'Highborne Padded Armor'), +(1026060, 14458, 0, 1, 1, 1, 'Elunarian Boots'), +(1026060, 14465, 0, 1, 1, 1, 'Elunarian Belt'), +(1026060, 14670, 0, 1, 1, 1, 'Pridelord Armor'), +(1026060, 14682, 0, 1, 1, 1, 'Indomitable Armguards'), +(1026060, 14683, 0, 1, 1, 1, 'Indomitable Cloak'), +(1026060, 14684, 0, 1, 1, 1, 'Indomitable Belt'), +(1026060, 14688, 0, 1, 1, 1, 'Indomitable Epaulets'), +(1026060, 14798, 0, 1, 1, 1, 'Bloodlust Breastplate'), +(1026060, 14800, 0, 1, 1, 1, 'Bloodlust Buckler'), +(1026060, 14808, 0, 1, 1, 1, 'Warstrike Belt'), +(1026060, 14810, 0, 1, 1, 1, 'Warstrike Armsplints'), +(1026060, 14854, 0, 1, 1, 1, 'Vanguard Breastplate'), +(1026060, 14863, 0, 1, 1, 1, 'Warleader\'s Gauntlets'), +(1026060, 14864, 0, 1, 1, 1, 'Warleader\'s Belt'), +(1026060, 14865, 0, 1, 1, 1, 'Warleader\'s Greaves'), +(1026060, 14868, 0, 1, 1, 1, 'Warleader\'s Shoulders'), +(1026060, 14935, 0, 1, 1, 1, 'Heroic Skullcap'), +(1026060, 14936, 0, 1, 1, 1, 'Heroic Legplates'), +(1026060, 14937, 0, 1, 1, 1, 'Heroic Pauldrons'), +(1026060, 14966, 0, 1, 1, 1, 'Glorious Breastplate'), +(1026060, 14969, 0, 1, 1, 1, 'Glorious Headdress'), +(1026060, 14973, 0, 1, 1, 1, 'Glorious Shield'), +(1026060, 14976, 0, 1, 1, 1, 'Exalted Gauntlets'), +(1026060, 14977, 0, 1, 1, 1, 'Exalted Girdle'), +(1026060, 14983, 0, 1, 1, 1, 'Exalted Armsplints'), +(1026060, 15189, 0, 1, 1, 1, 'Grand Boots'), +(1026060, 15192, 0, 1, 1, 1, 'Grand Gauntlets'), +(1026060, 15194, 0, 1, 1, 1, 'Grand Legguards'), +(1026060, 15219, 0, 1, 1, 1, 'Dimensional Blade'), +(1026060, 15239, 0, 1, 1, 1, 'Felstone Reaver'), +(1026060, 15256, 0, 1, 1, 1, 'Massacre Sword'), +(1026060, 15266, 0, 1, 1, 1, 'Fierce Mauler'), +(1026060, 15272, 0, 1, 1, 1, 'Razor Axe'), +(1026060, 15278, 0, 1, 1, 1, 'Solstice Staff'), +(1026060, 15282, 0, 1, 1, 1, 'Dragon Finger'), +(1026060, 15288, 0, 1, 1, 1, 'Blasthorn Bow'), +(1026060, 15325, 0, 1, 1, 1, 'Sharpshooter Harquebus'), +(1026060, 15430, 0, 1, 1, 1, 'Peerless Headband'), +(1026060, 15431, 0, 1, 1, 1, 'Peerless Leggings'), +(1026060, 15433, 0, 1, 1, 1, 'Peerless Armor'), +(1026060, 15434, 0, 1, 1, 1, 'Supreme Sash'), +(1026060, 15436, 0, 1, 1, 1, 'Supreme Bracers'), +(1026060, 15437, 0, 1, 1, 1, 'Supreme Cape'), +(1026060, 15658, 0, 1, 1, 1, 'Impenetrable Sabatons'), +(1026060, 15660, 0, 1, 1, 1, 'Impenetrable Breastplate'), +(1026060, 15664, 0, 1, 1, 1, 'Impenetrable Helmet'), +(1026060, 15665, 0, 1, 1, 1, 'Impenetrable Legguards'), +(1026060, 15666, 0, 1, 1, 1, 'Impenetrable Pauldrons'), +(1026060, 15667, 0, 1, 1, 1, 'Impenetrable Wall'), +(1026060, 15670, 0, 1, 1, 1, 'Magnificent Helmet'), +(1026060, 15672, 0, 1, 1, 1, 'Magnificent Gauntlets'), +(1026060, 15674, 0, 1, 1, 1, 'Magnificent Greaves'), +(1026060, 15676, 0, 1, 1, 1, 'Magnificent Leggings'), +(1026060, 15677, 0, 1, 1, 1, 'Magnificent Shoulders'), +(1026060, 15679, 0, 1, 1, 1, 'Triumphant Bracers'), +(1026060, 15683, 0, 1, 1, 1, 'Triumphant Girdle'), +(1026060, 15693, 0, 1, 1, 1, 'Grand Shoulders'), +(1026060, 15890, 0, 1, 1, 1, 'Vanguard Shield'), +(1026060, 15931, 0, 1, 1, 1, 'Arcane Star'), +(1026060, 15939, 0, 1, 1, 1, 'Councillor\'s Scepter'), +(1026060, 15943, 0, 1, 1, 1, 'Imbued Shield'), +(1026060, 15967, 0, 1, 1, 1, 'Highborne Star'), +(1026060, 15986, 0, 1, 1, 1, 'Bonecaster\'s Star'), +(1026060, 15987, 0, 1, 1, 1, 'Astral Orb'), +(1026060, 8303, 0, 1, 1, 1, 'Hero\'s Breastplate'), +(1026060, 8313, 0, 1, 1, 1, 'Hero\'s Buckler'), +(1026060, 10139, 0, 1, 1, 1, 'High Councillor\'s Circlet'), +(1026060, 10142, 0, 1, 1, 1, 'High Councillor\'s Mantle'), +(1026060, 10150, 0, 1, 1, 1, 'Mighty Helmet'), +(1026060, 10153, 0, 1, 1, 1, 'Mighty Spaulders'), +(1026060, 10160, 0, 1, 1, 1, 'Mercurial Circlet'), +(1026060, 10163, 0, 1, 1, 1, 'Mercurial Pauldrons'), +(1026060, 10215, 0, 1, 1, 1, 'Elegant Robes'), +(1026060, 10218, 0, 1, 1, 1, 'Elegant Tunic'), +(1026060, 10227, 0, 1, 1, 1, 'Nightshade Leggings'), +(1026060, 10248, 0, 1, 1, 1, 'Master\'s Bracers'), +(1026060, 10255, 0, 1, 1, 1, 'Master\'s Belt'), +(1026060, 10257, 0, 1, 1, 1, 'Adventurer\'s Boots'), +(1026060, 10259, 0, 1, 1, 1, 'Adventurer\'s Belt'), +(1026060, 10265, 0, 1, 1, 1, 'Masterwork Bracers'), +(1026060, 10269, 0, 1, 1, 1, 'Masterwork Girdle'), +(1026060, 10368, 0, 1, 1, 1, 'Imbued Plate Armor'), +(1026060, 10382, 0, 1, 1, 1, 'Commander\'s Leggings'), +(1026060, 10385, 0, 1, 1, 1, 'Hyperion Greaves'), +(1026060, 10386, 0, 1, 1, 1, 'Hyperion Gauntlets'), +(1026060, 12005, 0, 1, 1, 1, 'Granite Ring'), +(1026060, 12036, 0, 1, 1, 1, 'Granite Necklace'), +(1026060, 14322, 0, 1, 1, 1, 'Resplendent Circlet'), +(1026060, 14329, 0, 1, 1, 1, 'Eternal Boots'), +(1026060, 14461, 0, 1, 1, 1, 'Elunarian Handgrips'), +(1026060, 14462, 0, 1, 1, 1, 'Elunarian Sarong'), +(1026060, 14463, 0, 1, 1, 1, 'Elunarian Spaulders'), +(1026060, 14681, 0, 1, 1, 1, 'Indomitable Boots'), +(1026060, 14685, 0, 1, 1, 1, 'Indomitable Gauntlets'), +(1026060, 14687, 0, 1, 1, 1, 'Indomitable Leggings'), +(1026060, 14809, 0, 1, 1, 1, 'Warstrike Sabatons'), +(1026060, 14815, 0, 1, 1, 1, 'Warstrike Gauntlets'), +(1026060, 14816, 0, 1, 1, 1, 'Warstrike Legguards'), +(1026060, 14817, 0, 1, 1, 1, 'Warstrike Shoulder Pads'), +(1026060, 14866, 0, 1, 1, 1, 'Warleader\'s Crown'), +(1026060, 14867, 0, 1, 1, 1, 'Warleader\'s Leggings'), +(1026060, 14931, 0, 1, 1, 1, 'Heroic Armor'), +(1026060, 14981, 0, 1, 1, 1, 'Exalted Epaulets'), +(1026060, 15193, 0, 1, 1, 1, 'Grand Crown'), +(1026060, 15195, 0, 1, 1, 1, 'Grand Breastplate'), +(1026060, 15220, 0, 1, 1, 1, 'Battlefell Sabre'), +(1026060, 15246, 0, 1, 1, 1, 'Demon Blade'), +(1026060, 15257, 0, 1, 1, 1, 'Shin Blade'), +(1026060, 15669, 0, 1, 1, 1, 'Magnificent Breastplate'), +(1026060, 15675, 0, 1, 1, 1, 'Magnificent Guard'), +(1026060, 15887, 0, 1, 1, 1, 'Heroic Guard'), +(1026060, 15940, 0, 1, 1, 1, 'Elegant Scepter'), +(1026060, 10141, 0, 1, 1, 1, 'High Councillor\'s Pants'), +(1026060, 10152, 0, 1, 1, 1, 'Mighty Leggings'), +(1026060, 10162, 0, 1, 1, 1, 'Mercurial Legguards'), +(1026060, 10220, 0, 1, 1, 1, 'Nightshade Tunic'), +(1026060, 10247, 0, 1, 1, 1, 'Master\'s Boots'), +(1026060, 10250, 0, 1, 1, 1, 'Master\'s Hat'), +(1026060, 10251, 0, 1, 1, 1, 'Master\'s Gloves'), +(1026060, 10253, 0, 1, 1, 1, 'Master\'s Mantle'), +(1026060, 10260, 0, 1, 1, 1, 'Adventurer\'s Gloves'), +(1026060, 10261, 0, 1, 1, 1, 'Adventurer\'s Bandana'), +(1026060, 10263, 0, 1, 1, 1, 'Adventurer\'s Shoulders'), +(1026060, 10268, 0, 1, 1, 1, 'Masterwork Gauntlets'), +(1026060, 10270, 0, 1, 1, 1, 'Masterwork Boots'), +(1026060, 10272, 0, 1, 1, 1, 'Masterwork Circlet'), +(1026060, 10274, 0, 1, 1, 1, 'Masterwork Pauldrons'), +(1026060, 10366, 0, 1, 1, 1, 'Demon Guard'), +(1026060, 10378, 0, 1, 1, 1, 'Commander\'s Armor'), +(1026060, 10388, 0, 1, 1, 1, 'Hyperion Helm'), +(1026060, 10390, 0, 1, 1, 1, 'Hyperion Pauldrons'), +(1026060, 11992, 0, 1, 1, 1, 'Vermilion Band'), +(1026060, 12027, 0, 1, 1, 1, 'Vermilion Necklace'), +(1026060, 14318, 0, 1, 1, 1, 'Resplendent Tunic'), +(1026060, 14326, 0, 1, 1, 1, 'Resplendent Robes'), +(1026060, 14333, 0, 1, 1, 1, 'Eternal Gloves'), +(1026060, 14334, 0, 1, 1, 1, 'Eternal Sarong'), +(1026060, 14335, 0, 1, 1, 1, 'Eternal Spaulders'), +(1026060, 14460, 0, 1, 1, 1, 'Elunarian Diadem'), +(1026060, 14686, 0, 1, 1, 1, 'Indomitable Headdress'), +(1026060, 14814, 0, 1, 1, 1, 'Warstrike Helmet'), +(1026060, 14862, 0, 1, 1, 1, 'Warleader\'s Breastplate'), +(1026060, 14978, 0, 1, 1, 1, 'Exalted Sabatons'), +(1026060, 14980, 0, 1, 1, 1, 'Exalted Legplates'), +(1026060, 15267, 0, 1, 1, 1, 'Brutehammer'), +(1026060, 15273, 0, 1, 1, 1, 'Death Striker'), +(1026060, 15296, 0, 1, 1, 1, 'Hawkeye Bow'), +(1026060, 15435, 0, 1, 1, 1, 'Supreme Shoes'), +(1026060, 15438, 0, 1, 1, 1, 'Supreme Gloves'), +(1026060, 15440, 0, 1, 1, 1, 'Supreme Leggings'), +(1026060, 15441, 0, 1, 1, 1, 'Supreme Shoulders'), +(1026060, 15678, 0, 1, 1, 1, 'Triumphant Sabatons'), +(1026060, 15682, 0, 1, 1, 1, 'Triumphant Gauntlets'), +(1026060, 15685, 0, 1, 1, 1, 'Triumphant Legplates'), +(1026060, 15686, 0, 1, 1, 1, 'Triumphant Shoulder Pads'), +(1026060, 15988, 0, 1, 1, 1, 'Resplendent Orb'), +(1026060, 15991, 0, 1, 1, 1, 'Warleader\'s Shield'), +(1026061, 8303, 0, 1, 1, 1, 'Hero\'s Breastplate'), +(1026061, 8313, 0, 1, 1, 1, 'Hero\'s Buckler'), +(1026061, 10139, 0, 1, 1, 1, 'High Councillor\'s Circlet'), +(1026061, 10142, 0, 1, 1, 1, 'High Councillor\'s Mantle'), +(1026061, 10150, 0, 1, 1, 1, 'Mighty Helmet'), +(1026061, 10153, 0, 1, 1, 1, 'Mighty Spaulders'), +(1026061, 10160, 0, 1, 1, 1, 'Mercurial Circlet'), +(1026061, 10163, 0, 1, 1, 1, 'Mercurial Pauldrons'), +(1026061, 10215, 0, 1, 1, 1, 'Elegant Robes'), +(1026061, 10218, 0, 1, 1, 1, 'Elegant Tunic'), +(1026061, 10227, 0, 1, 1, 1, 'Nightshade Leggings'), +(1026061, 10248, 0, 1, 1, 1, 'Master\'s Bracers'), +(1026061, 10255, 0, 1, 1, 1, 'Master\'s Belt'), +(1026061, 10257, 0, 1, 1, 1, 'Adventurer\'s Boots'), +(1026061, 10259, 0, 1, 1, 1, 'Adventurer\'s Belt'), +(1026061, 10265, 0, 1, 1, 1, 'Masterwork Bracers'), +(1026061, 10269, 0, 1, 1, 1, 'Masterwork Girdle'), +(1026061, 10368, 0, 1, 1, 1, 'Imbued Plate Armor'), +(1026061, 10382, 0, 1, 1, 1, 'Commander\'s Leggings'), +(1026061, 10385, 0, 1, 1, 1, 'Hyperion Greaves'), +(1026061, 10386, 0, 1, 1, 1, 'Hyperion Gauntlets'), +(1026061, 12005, 0, 1, 1, 1, 'Granite Ring'), +(1026061, 12036, 0, 1, 1, 1, 'Granite Necklace'), +(1026061, 14322, 0, 1, 1, 1, 'Resplendent Circlet'), +(1026061, 14329, 0, 1, 1, 1, 'Eternal Boots'), +(1026061, 14461, 0, 1, 1, 1, 'Elunarian Handgrips'), +(1026061, 14462, 0, 1, 1, 1, 'Elunarian Sarong'), +(1026061, 14463, 0, 1, 1, 1, 'Elunarian Spaulders'), +(1026061, 14681, 0, 1, 1, 1, 'Indomitable Boots'), +(1026061, 14685, 0, 1, 1, 1, 'Indomitable Gauntlets'), +(1026061, 14687, 0, 1, 1, 1, 'Indomitable Leggings'), +(1026061, 14809, 0, 1, 1, 1, 'Warstrike Sabatons'), +(1026061, 14815, 0, 1, 1, 1, 'Warstrike Gauntlets'), +(1026061, 14816, 0, 1, 1, 1, 'Warstrike Legguards'), +(1026061, 14817, 0, 1, 1, 1, 'Warstrike Shoulder Pads'), +(1026061, 14866, 0, 1, 1, 1, 'Warleader\'s Crown'), +(1026061, 14867, 0, 1, 1, 1, 'Warleader\'s Leggings'), +(1026061, 14931, 0, 1, 1, 1, 'Heroic Armor'), +(1026061, 14981, 0, 1, 1, 1, 'Exalted Epaulets'), +(1026061, 15193, 0, 1, 1, 1, 'Grand Crown'), +(1026061, 15195, 0, 1, 1, 1, 'Grand Breastplate'), +(1026061, 15220, 0, 1, 1, 1, 'Battlefell Sabre'), +(1026061, 15246, 0, 1, 1, 1, 'Demon Blade'), +(1026061, 15257, 0, 1, 1, 1, 'Shin Blade'), +(1026061, 15669, 0, 1, 1, 1, 'Magnificent Breastplate'), +(1026061, 15675, 0, 1, 1, 1, 'Magnificent Guard'), +(1026061, 15887, 0, 1, 1, 1, 'Heroic Guard'), +(1026061, 15940, 0, 1, 1, 1, 'Elegant Scepter'), +(1026061, 10141, 0, 1, 1, 1, 'High Councillor\'s Pants'), +(1026061, 10152, 0, 1, 1, 1, 'Mighty Leggings'), +(1026061, 10162, 0, 1, 1, 1, 'Mercurial Legguards'), +(1026061, 10220, 0, 1, 1, 1, 'Nightshade Tunic'), +(1026061, 10247, 0, 1, 1, 1, 'Master\'s Boots'), +(1026061, 10250, 0, 1, 1, 1, 'Master\'s Hat'), +(1026061, 10251, 0, 1, 1, 1, 'Master\'s Gloves'), +(1026061, 10253, 0, 1, 1, 1, 'Master\'s Mantle'), +(1026061, 10260, 0, 1, 1, 1, 'Adventurer\'s Gloves'), +(1026061, 10261, 0, 1, 1, 1, 'Adventurer\'s Bandana'), +(1026061, 10263, 0, 1, 1, 1, 'Adventurer\'s Shoulders'), +(1026061, 10268, 0, 1, 1, 1, 'Masterwork Gauntlets'), +(1026061, 10270, 0, 1, 1, 1, 'Masterwork Boots'), +(1026061, 10272, 0, 1, 1, 1, 'Masterwork Circlet'), +(1026061, 10274, 0, 1, 1, 1, 'Masterwork Pauldrons'), +(1026061, 10366, 0, 1, 1, 1, 'Demon Guard'), +(1026061, 10378, 0, 1, 1, 1, 'Commander\'s Armor'), +(1026061, 10388, 0, 1, 1, 1, 'Hyperion Helm'), +(1026061, 10390, 0, 1, 1, 1, 'Hyperion Pauldrons'), +(1026061, 11992, 0, 1, 1, 1, 'Vermilion Band'), +(1026061, 12027, 0, 1, 1, 1, 'Vermilion Necklace'), +(1026061, 14318, 0, 1, 1, 1, 'Resplendent Tunic'), +(1026061, 14326, 0, 1, 1, 1, 'Resplendent Robes'), +(1026061, 14333, 0, 1, 1, 1, 'Eternal Gloves'), +(1026061, 14334, 0, 1, 1, 1, 'Eternal Sarong'), +(1026061, 14335, 0, 1, 1, 1, 'Eternal Spaulders'), +(1026061, 14460, 0, 1, 1, 1, 'Elunarian Diadem'), +(1026061, 14686, 0, 1, 1, 1, 'Indomitable Headdress'), +(1026061, 14814, 0, 1, 1, 1, 'Warstrike Helmet'), +(1026061, 14862, 0, 1, 1, 1, 'Warleader\'s Breastplate'), +(1026061, 14978, 0, 1, 1, 1, 'Exalted Sabatons'), +(1026061, 14980, 0, 1, 1, 1, 'Exalted Legplates'), +(1026061, 15267, 0, 1, 1, 1, 'Brutehammer'), +(1026061, 15273, 0, 1, 1, 1, 'Death Striker'), +(1026061, 15296, 0, 1, 1, 1, 'Hawkeye Bow'), +(1026061, 15435, 0, 1, 1, 1, 'Supreme Shoes'), +(1026061, 15438, 0, 1, 1, 1, 'Supreme Gloves'), +(1026061, 15440, 0, 1, 1, 1, 'Supreme Leggings'), +(1026061, 15441, 0, 1, 1, 1, 'Supreme Shoulders'), +(1026061, 15678, 0, 1, 1, 1, 'Triumphant Sabatons'), +(1026061, 15682, 0, 1, 1, 1, 'Triumphant Gauntlets'), +(1026061, 15685, 0, 1, 1, 1, 'Triumphant Legplates'), +(1026061, 15686, 0, 1, 1, 1, 'Triumphant Shoulder Pads'), +(1026061, 15988, 0, 1, 1, 1, 'Resplendent Orb'), +(1026061, 15991, 0, 1, 1, 1, 'Warleader\'s Shield'), +(1026061, 10135, 0, 1, 1, 1, 'High Councillor\'s Tunic'), +(1026061, 10143, 0, 1, 1, 1, 'High Councillor\'s Robe'), +(1026061, 10151, 0, 1, 1, 1, 'Mighty Tunic'), +(1026061, 10157, 0, 1, 1, 1, 'Mercurial Breastplate'), +(1026061, 10158, 0, 1, 1, 1, 'Mercurial Guard'), +(1026061, 10252, 0, 1, 1, 1, 'Master\'s Leggings'), +(1026061, 10262, 0, 1, 1, 1, 'Adventurer\'s Legguards'), +(1026061, 10273, 0, 1, 1, 1, 'Masterwork Legplates'), +(1026061, 10389, 0, 1, 1, 1, 'Hyperion Legplates'), +(1026061, 11980, 0, 1, 1, 1, 'Opal Ring'), +(1026061, 12058, 0, 1, 1, 1, 'Demonic Bone Ring'), +(1026061, 14332, 0, 1, 1, 1, 'Eternal Crown'), +(1026061, 14456, 0, 1, 1, 1, 'Elunarian Vest'), +(1026061, 14464, 0, 1, 1, 1, 'Elunarian Silk Robes'), +(1026061, 14680, 0, 1, 1, 1, 'Indomitable Vest'), +(1026061, 14811, 0, 1, 1, 1, 'Warstrike Chestguard'), +(1026061, 14812, 0, 1, 1, 1, 'Warstrike Buckler'), +(1026061, 14979, 0, 1, 1, 1, 'Exalted Helmet'), +(1026061, 15240, 0, 1, 1, 1, 'Demon\'s Claw'), +(1026061, 15247, 0, 1, 1, 1, 'Bloodstrike Dagger'), +(1026061, 15283, 0, 1, 1, 1, 'Lunar Wand'), +(1026061, 15439, 0, 1, 1, 1, 'Supreme Crown'), +(1026061, 15684, 0, 1, 1, 1, 'Triumphant Skullcap'), +(1026061, 15941, 0, 1, 1, 1, 'High Councillor\'s Scepter'), +(1026061, 15968, 0, 1, 1, 1, 'Elunarian Sphere'), +(1026061, 8283, 0, 1, 1, 1, 'Arcane Armor'), +(1026061, 8288, 0, 1, 1, 1, 'Arcane Pads'), +(1026061, 8289, 0, 1, 1, 1, 'Arcane Leggings'), +(1026061, 8290, 0, 1, 1, 1, 'Arcane Robe'), +(1026061, 8296, 0, 1, 1, 1, 'Traveler\'s Jerkin'), +(1026061, 8299, 0, 1, 1, 1, 'Traveler\'s Helm'), +(1026061, 8300, 0, 1, 1, 1, 'Traveler\'s Leggings'), +(1026061, 8301, 0, 1, 1, 1, 'Traveler\'s Spaulders'), +(1026061, 8305, 0, 1, 1, 1, 'Hero\'s Gauntlets'), +(1026061, 8306, 0, 1, 1, 1, 'Hero\'s Belt'), +(1026061, 8307, 0, 1, 1, 1, 'Hero\'s Boots'), +(1026061, 8308, 0, 1, 1, 1, 'Hero\'s Band'), +(1026061, 8309, 0, 1, 1, 1, 'Hero\'s Leggings'), +(1026061, 8310, 0, 1, 1, 1, 'Hero\'s Pauldrons'), +(1026061, 10102, 0, 1, 1, 1, 'Councillor\'s Robes'), +(1026061, 10104, 0, 1, 1, 1, 'Councillor\'s Tunic'), +(1026061, 10105, 0, 1, 1, 1, 'Wanderer\'s Armor'), +(1026061, 10136, 0, 1, 1, 1, 'High Councillor\'s Bracers'), +(1026061, 10137, 0, 1, 1, 1, 'High Councillor\'s Boots'), +(1026061, 10138, 0, 1, 1, 1, 'High Councillor\'s Cloak'), +(1026061, 10140, 0, 1, 1, 1, 'High Councillor\'s Gloves'), +(1026061, 10144, 0, 1, 1, 1, 'High Councillor\'s Sash'), +(1026061, 10145, 0, 1, 1, 1, 'Mighty Girdle'), +(1026061, 10146, 0, 1, 1, 1, 'Mighty Boots'), +(1026061, 10147, 0, 1, 1, 1, 'Mighty Armsplints'), +(1026061, 10149, 0, 1, 1, 1, 'Mighty Gauntlets'), +(1026061, 10154, 0, 1, 1, 1, 'Mercurial Girdle'), +(1026061, 10155, 0, 1, 1, 1, 'Mercurial Greaves'), +(1026061, 10156, 0, 1, 1, 1, 'Mercurial Bracers'), +(1026061, 10159, 0, 1, 1, 1, 'Mercurial Cloak'), +(1026061, 10161, 0, 1, 1, 1, 'Mercurial Gauntlets'), +(1026061, 10210, 0, 1, 1, 1, 'Elegant Mantle'), +(1026061, 10211, 0, 1, 1, 1, 'Elegant Boots'), +(1026061, 10214, 0, 1, 1, 1, 'Elegant Gloves'), +(1026061, 10217, 0, 1, 1, 1, 'Elegant Leggings'), +(1026061, 10219, 0, 1, 1, 1, 'Elegant Circlet'), +(1026061, 10222, 0, 1, 1, 1, 'Nightshade Boots'), +(1026061, 10225, 0, 1, 1, 1, 'Nightshade Gloves'), +(1026061, 10226, 0, 1, 1, 1, 'Nightshade Helmet'), +(1026061, 10228, 0, 1, 1, 1, 'Nightshade Spaulders'), +(1026061, 10230, 0, 1, 1, 1, 'Engraved Breastplate'), +(1026061, 10235, 0, 1, 1, 1, 'Engraved Helm'), +(1026061, 10236, 0, 1, 1, 1, 'Engraved Leggings'), +(1026061, 10249, 0, 1, 1, 1, 'Master\'s Cloak'), +(1026061, 10256, 0, 1, 1, 1, 'Adventurer\'s Bracers'), +(1026061, 10258, 0, 1, 1, 1, 'Adventurer\'s Cape'), +(1026061, 10267, 0, 1, 1, 1, 'Masterwork Cape'), +(1026061, 10275, 0, 1, 1, 1, 'Emerald Breastplate'), +(1026061, 10280, 0, 1, 1, 1, 'Emerald Legplates'), +(1026061, 10363, 0, 1, 1, 1, 'Engraved Wall'), +(1026061, 10365, 0, 1, 1, 1, 'Emerald Shield'), +(1026061, 10372, 0, 1, 1, 1, 'Imbued Plate Helmet'), +(1026061, 10373, 0, 1, 1, 1, 'Imbued Plate Leggings'), +(1026061, 10374, 0, 1, 1, 1, 'Imbued Plate Pauldrons'), +(1026061, 10376, 0, 1, 1, 1, 'Commander\'s Boots'), +(1026061, 10377, 0, 1, 1, 1, 'Commander\'s Vambraces'), +(1026061, 10379, 0, 1, 1, 1, 'Commander\'s Helm'), +(1026061, 10380, 0, 1, 1, 1, 'Commander\'s Gauntlets'), +(1026061, 10381, 0, 1, 1, 1, 'Commander\'s Girdle'), +(1026061, 10383, 0, 1, 1, 1, 'Commander\'s Pauldrons'), +(1026061, 10387, 0, 1, 1, 1, 'Hyperion Girdle'), +(1026061, 10391, 0, 1, 1, 1, 'Hyperion Vambraces'), +(1026061, 11979, 0, 1, 1, 1, 'Peridot Circle'), +(1026061, 11991, 0, 1, 1, 1, 'Quicksilver Ring'), +(1026061, 12016, 0, 1, 1, 1, 'Jungle Ring'), +(1026061, 12026, 0, 1, 1, 1, 'Quicksilver Pendant'), +(1026061, 12046, 0, 1, 1, 1, 'Jungle Necklace'), +(1026061, 12057, 0, 1, 1, 1, 'Dragonscale Band'), +(1026061, 14303, 0, 1, 1, 1, 'Bonecaster\'s Shroud'), +(1026061, 14306, 0, 1, 1, 1, 'Bonecaster\'s Vest'), +(1026061, 14307, 0, 1, 1, 1, 'Bonecaster\'s Crown'), +(1026061, 14308, 0, 1, 1, 1, 'Celestial Tunic'), +(1026061, 14312, 0, 1, 1, 1, 'Celestial Crown'), +(1026061, 14315, 0, 1, 1, 1, 'Celestial Kilt'), +(1026061, 14316, 0, 1, 1, 1, 'Celestial Pauldrons'), +(1026061, 14317, 0, 1, 1, 1, 'Celestial Silk Robes'), +(1026061, 14319, 0, 1, 1, 1, 'Resplendent Boots'), +(1026061, 14323, 0, 1, 1, 1, 'Resplendent Gauntlets'), +(1026061, 14324, 0, 1, 1, 1, 'Resplendent Sarong'), +(1026061, 14325, 0, 1, 1, 1, 'Resplendent Epaulets'), +(1026061, 14330, 0, 1, 1, 1, 'Eternal Bindings'), +(1026061, 14337, 0, 1, 1, 1, 'Eternal Cord'), +(1026061, 14453, 0, 1, 1, 1, 'Highborne Robes'), +(1026061, 14455, 0, 1, 1, 1, 'Highborne Padded Armor'), +(1026061, 14458, 0, 1, 1, 1, 'Elunarian Boots'), +(1026061, 14465, 0, 1, 1, 1, 'Elunarian Belt'), +(1026061, 14670, 0, 1, 1, 1, 'Pridelord Armor'), +(1026061, 14682, 0, 1, 1, 1, 'Indomitable Armguards'), +(1026061, 14683, 0, 1, 1, 1, 'Indomitable Cloak'), +(1026061, 14684, 0, 1, 1, 1, 'Indomitable Belt'), +(1026061, 14688, 0, 1, 1, 1, 'Indomitable Epaulets'), +(1026061, 14798, 0, 1, 1, 1, 'Bloodlust Breastplate'), +(1026061, 14800, 0, 1, 1, 1, 'Bloodlust Buckler'), +(1026061, 14808, 0, 1, 1, 1, 'Warstrike Belt'), +(1026061, 14810, 0, 1, 1, 1, 'Warstrike Armsplints'), +(1026061, 14854, 0, 1, 1, 1, 'Vanguard Breastplate'), +(1026061, 14863, 0, 1, 1, 1, 'Warleader\'s Gauntlets'), +(1026061, 14864, 0, 1, 1, 1, 'Warleader\'s Belt'), +(1026061, 14865, 0, 1, 1, 1, 'Warleader\'s Greaves'), +(1026061, 14868, 0, 1, 1, 1, 'Warleader\'s Shoulders'), +(1026061, 14935, 0, 1, 1, 1, 'Heroic Skullcap'), +(1026061, 14936, 0, 1, 1, 1, 'Heroic Legplates'), +(1026061, 14937, 0, 1, 1, 1, 'Heroic Pauldrons'), +(1026061, 14966, 0, 1, 1, 1, 'Glorious Breastplate'), +(1026061, 14969, 0, 1, 1, 1, 'Glorious Headdress'), +(1026061, 14973, 0, 1, 1, 1, 'Glorious Shield'), +(1026061, 14976, 0, 1, 1, 1, 'Exalted Gauntlets'), +(1026061, 14977, 0, 1, 1, 1, 'Exalted Girdle'), +(1026061, 14983, 0, 1, 1, 1, 'Exalted Armsplints'), +(1026061, 15189, 0, 1, 1, 1, 'Grand Boots'), +(1026061, 15192, 0, 1, 1, 1, 'Grand Gauntlets'), +(1026061, 15194, 0, 1, 1, 1, 'Grand Legguards'), +(1026061, 15219, 0, 1, 1, 1, 'Dimensional Blade'), +(1026061, 15239, 0, 1, 1, 1, 'Felstone Reaver'), +(1026061, 15256, 0, 1, 1, 1, 'Massacre Sword'), +(1026061, 15266, 0, 1, 1, 1, 'Fierce Mauler'), +(1026061, 15272, 0, 1, 1, 1, 'Razor Axe'), +(1026061, 15278, 0, 1, 1, 1, 'Solstice Staff'), +(1026061, 15282, 0, 1, 1, 1, 'Dragon Finger'), +(1026061, 15288, 0, 1, 1, 1, 'Blasthorn Bow'), +(1026061, 15325, 0, 1, 1, 1, 'Sharpshooter Harquebus'), +(1026061, 15430, 0, 1, 1, 1, 'Peerless Headband'), +(1026061, 15431, 0, 1, 1, 1, 'Peerless Leggings'), +(1026061, 15433, 0, 1, 1, 1, 'Peerless Armor'), +(1026061, 15434, 0, 1, 1, 1, 'Supreme Sash'), +(1026061, 15436, 0, 1, 1, 1, 'Supreme Bracers'), +(1026061, 15437, 0, 1, 1, 1, 'Supreme Cape'), +(1026061, 15658, 0, 1, 1, 1, 'Impenetrable Sabatons'), +(1026061, 15660, 0, 1, 1, 1, 'Impenetrable Breastplate'), +(1026061, 15664, 0, 1, 1, 1, 'Impenetrable Helmet'), +(1026061, 15665, 0, 1, 1, 1, 'Impenetrable Legguards'), +(1026061, 15666, 0, 1, 1, 1, 'Impenetrable Pauldrons'), +(1026061, 15667, 0, 1, 1, 1, 'Impenetrable Wall'), +(1026061, 15670, 0, 1, 1, 1, 'Magnificent Helmet'), +(1026061, 15672, 0, 1, 1, 1, 'Magnificent Gauntlets'), +(1026061, 15674, 0, 1, 1, 1, 'Magnificent Greaves'), +(1026061, 15676, 0, 1, 1, 1, 'Magnificent Leggings'), +(1026061, 15677, 0, 1, 1, 1, 'Magnificent Shoulders'), +(1026061, 15679, 0, 1, 1, 1, 'Triumphant Bracers'), +(1026061, 15683, 0, 1, 1, 1, 'Triumphant Girdle'), +(1026061, 15693, 0, 1, 1, 1, 'Grand Shoulders'), +(1026061, 15890, 0, 1, 1, 1, 'Vanguard Shield'), +(1026061, 15931, 0, 1, 1, 1, 'Arcane Star'), +(1026061, 15939, 0, 1, 1, 1, 'Councillor\'s Scepter'), +(1026061, 15943, 0, 1, 1, 1, 'Imbued Shield'), +(1026061, 15967, 0, 1, 1, 1, 'Highborne Star'), +(1026061, 15986, 0, 1, 1, 1, 'Bonecaster\'s Star'), +(1026061, 15987, 0, 1, 1, 1, 'Astral Orb'), +(1026161, 8283, 0, 1, 1, 1, 'Arcane Armor'), +(1026161, 8289, 0, 1, 1, 1, 'Arcane Leggings'), +(1026161, 8290, 0, 1, 1, 1, 'Arcane Robe'), +(1026161, 8296, 0, 1, 1, 1, 'Traveler\'s Jerkin'), +(1026161, 8300, 0, 1, 1, 1, 'Traveler\'s Leggings'), +(1026161, 8307, 0, 1, 1, 1, 'Hero\'s Boots'), +(1026161, 8308, 0, 1, 1, 1, 'Hero\'s Band'), +(1026161, 8309, 0, 1, 1, 1, 'Hero\'s Leggings'), +(1026161, 8310, 0, 1, 1, 1, 'Hero\'s Pauldrons'), +(1026161, 10105, 0, 1, 1, 1, 'Wanderer\'s Armor'), +(1026161, 10136, 0, 1, 1, 1, 'High Councillor\'s Bracers'), +(1026161, 10137, 0, 1, 1, 1, 'High Councillor\'s Boots'), +(1026161, 10140, 0, 1, 1, 1, 'High Councillor\'s Gloves'), +(1026161, 10144, 0, 1, 1, 1, 'High Councillor\'s Sash'), +(1026161, 10146, 0, 1, 1, 1, 'Mighty Boots'), +(1026161, 10147, 0, 1, 1, 1, 'Mighty Armsplints'), +(1026161, 10149, 0, 1, 1, 1, 'Mighty Gauntlets'), +(1026161, 10154, 0, 1, 1, 1, 'Mercurial Girdle'), +(1026161, 10155, 0, 1, 1, 1, 'Mercurial Greaves'), +(1026161, 10156, 0, 1, 1, 1, 'Mercurial Bracers'), +(1026161, 10161, 0, 1, 1, 1, 'Mercurial Gauntlets'), +(1026161, 10210, 0, 1, 1, 1, 'Elegant Mantle'), +(1026161, 10217, 0, 1, 1, 1, 'Elegant Leggings'), +(1026161, 10219, 0, 1, 1, 1, 'Elegant Circlet'), +(1026161, 10226, 0, 1, 1, 1, 'Nightshade Helmet'), +(1026161, 10228, 0, 1, 1, 1, 'Nightshade Spaulders'), +(1026161, 10230, 0, 1, 1, 1, 'Engraved Breastplate'), +(1026161, 10249, 0, 1, 1, 1, 'Master\'s Cloak'), +(1026161, 10256, 0, 1, 1, 1, 'Adventurer\'s Bracers'), +(1026161, 10258, 0, 1, 1, 1, 'Adventurer\'s Cape'), +(1026161, 10267, 0, 1, 1, 1, 'Masterwork Cape'), +(1026161, 10275, 0, 1, 1, 1, 'Emerald Breastplate'), +(1026161, 10363, 0, 1, 1, 1, 'Engraved Wall'), +(1026161, 10373, 0, 1, 1, 1, 'Imbued Plate Leggings'), +(1026161, 10376, 0, 1, 1, 1, 'Commander\'s Boots'), +(1026161, 10379, 0, 1, 1, 1, 'Commander\'s Helm'), +(1026161, 10380, 0, 1, 1, 1, 'Commander\'s Gauntlets'), +(1026161, 10383, 0, 1, 1, 1, 'Commander\'s Pauldrons'), +(1026161, 10387, 0, 1, 1, 1, 'Hyperion Girdle'), +(1026161, 10391, 0, 1, 1, 1, 'Hyperion Vambraces'), +(1026161, 11979, 0, 1, 1, 1, 'Peridot Circle'), +(1026161, 12016, 0, 1, 1, 1, 'Jungle Ring'), +(1026161, 12046, 0, 1, 1, 1, 'Jungle Necklace'), +(1026161, 12057, 0, 1, 1, 1, 'Dragonscale Band'), +(1026161, 14303, 0, 1, 1, 1, 'Bonecaster\'s Shroud'), +(1026161, 14306, 0, 1, 1, 1, 'Bonecaster\'s Vest'), +(1026161, 14308, 0, 1, 1, 1, 'Celestial Tunic'), +(1026161, 14312, 0, 1, 1, 1, 'Celestial Crown'), +(1026161, 14317, 0, 1, 1, 1, 'Celestial Silk Robes'), +(1026161, 14323, 0, 1, 1, 1, 'Resplendent Gauntlets'), +(1026161, 14324, 0, 1, 1, 1, 'Resplendent Sarong'), +(1026161, 14325, 0, 1, 1, 1, 'Resplendent Epaulets'), +(1026161, 14330, 0, 1, 1, 1, 'Eternal Bindings'), +(1026161, 14337, 0, 1, 1, 1, 'Eternal Cord'), +(1026161, 14458, 0, 1, 1, 1, 'Elunarian Boots'), +(1026161, 14465, 0, 1, 1, 1, 'Elunarian Belt'), +(1026161, 14684, 0, 1, 1, 1, 'Indomitable Belt'), +(1026161, 14688, 0, 1, 1, 1, 'Indomitable Epaulets'), +(1026161, 14863, 0, 1, 1, 1, 'Warleader\'s Gauntlets'), +(1026161, 14865, 0, 1, 1, 1, 'Warleader\'s Greaves'), +(1026161, 14868, 0, 1, 1, 1, 'Warleader\'s Shoulders'), +(1026161, 14935, 0, 1, 1, 1, 'Heroic Skullcap'), +(1026161, 14936, 0, 1, 1, 1, 'Heroic Legplates'), +(1026161, 14966, 0, 1, 1, 1, 'Glorious Breastplate'), +(1026161, 14973, 0, 1, 1, 1, 'Glorious Shield'), +(1026161, 14976, 0, 1, 1, 1, 'Exalted Gauntlets'), +(1026161, 14977, 0, 1, 1, 1, 'Exalted Girdle'), +(1026161, 15189, 0, 1, 1, 1, 'Grand Boots'), +(1026161, 15192, 0, 1, 1, 1, 'Grand Gauntlets'), +(1026161, 15194, 0, 1, 1, 1, 'Grand Legguards'), +(1026161, 15239, 0, 1, 1, 1, 'Felstone Reaver'), +(1026161, 15266, 0, 1, 1, 1, 'Fierce Mauler'), +(1026161, 15278, 0, 1, 1, 1, 'Solstice Staff'), +(1026161, 15282, 0, 1, 1, 1, 'Dragon Finger'), +(1026161, 15288, 0, 1, 1, 1, 'Blasthorn Bow'), +(1026161, 15325, 0, 1, 1, 1, 'Sharpshooter Harquebus'), +(1026161, 15430, 0, 1, 1, 1, 'Peerless Headband'), +(1026161, 15433, 0, 1, 1, 1, 'Peerless Armor'), +(1026161, 15434, 0, 1, 1, 1, 'Supreme Sash'), +(1026161, 15436, 0, 1, 1, 1, 'Supreme Bracers'), +(1026161, 15437, 0, 1, 1, 1, 'Supreme Cape'), +(1026161, 15660, 0, 1, 1, 1, 'Impenetrable Breastplate'), +(1026161, 15664, 0, 1, 1, 1, 'Impenetrable Helmet'), +(1026161, 15665, 0, 1, 1, 1, 'Impenetrable Legguards'), +(1026161, 15667, 0, 1, 1, 1, 'Impenetrable Wall'), +(1026161, 15670, 0, 1, 1, 1, 'Magnificent Helmet'), +(1026161, 15672, 0, 1, 1, 1, 'Magnificent Gauntlets'), +(1026161, 15674, 0, 1, 1, 1, 'Magnificent Greaves'), +(1026161, 15676, 0, 1, 1, 1, 'Magnificent Leggings'), +(1026161, 15677, 0, 1, 1, 1, 'Magnificent Shoulders'), +(1026161, 15679, 0, 1, 1, 1, 'Triumphant Bracers'), +(1026161, 15683, 0, 1, 1, 1, 'Triumphant Girdle'), +(1026161, 15931, 0, 1, 1, 1, 'Arcane Star'), +(1026161, 15943, 0, 1, 1, 1, 'Imbued Shield'), +(1026161, 15986, 0, 1, 1, 1, 'Bonecaster\'s Star'), +(1026161, 15987, 0, 1, 1, 1, 'Astral Orb'), +(1026161, 8303, 0, 1, 1, 1, 'Hero\'s Breastplate'), +(1026161, 8313, 0, 1, 1, 1, 'Hero\'s Buckler'), +(1026161, 10139, 0, 1, 1, 1, 'High Councillor\'s Circlet'), +(1026161, 10142, 0, 1, 1, 1, 'High Councillor\'s Mantle'), +(1026161, 10150, 0, 1, 1, 1, 'Mighty Helmet'), +(1026161, 10153, 0, 1, 1, 1, 'Mighty Spaulders'), +(1026161, 10160, 0, 1, 1, 1, 'Mercurial Circlet'), +(1026161, 10163, 0, 1, 1, 1, 'Mercurial Pauldrons'), +(1026161, 10215, 0, 1, 1, 1, 'Elegant Robes'), +(1026161, 10218, 0, 1, 1, 1, 'Elegant Tunic'), +(1026161, 10227, 0, 1, 1, 1, 'Nightshade Leggings'), +(1026161, 10248, 0, 1, 1, 1, 'Master\'s Bracers'), +(1026161, 10255, 0, 1, 1, 1, 'Master\'s Belt'), +(1026161, 10257, 0, 1, 1, 1, 'Adventurer\'s Boots'), +(1026161, 10259, 0, 1, 1, 1, 'Adventurer\'s Belt'), +(1026161, 10265, 0, 1, 1, 1, 'Masterwork Bracers'), +(1026161, 10269, 0, 1, 1, 1, 'Masterwork Girdle'), +(1026161, 10368, 0, 1, 1, 1, 'Imbued Plate Armor'), +(1026161, 10382, 0, 1, 1, 1, 'Commander\'s Leggings'), +(1026161, 10385, 0, 1, 1, 1, 'Hyperion Greaves'), +(1026161, 10386, 0, 1, 1, 1, 'Hyperion Gauntlets'), +(1026161, 12005, 0, 1, 1, 1, 'Granite Ring'), +(1026161, 12036, 0, 1, 1, 1, 'Granite Necklace'), +(1026161, 14322, 0, 1, 1, 1, 'Resplendent Circlet'), +(1026161, 14329, 0, 1, 1, 1, 'Eternal Boots'), +(1026161, 14461, 0, 1, 1, 1, 'Elunarian Handgrips'), +(1026161, 14462, 0, 1, 1, 1, 'Elunarian Sarong'), +(1026161, 14463, 0, 1, 1, 1, 'Elunarian Spaulders'), +(1026161, 14681, 0, 1, 1, 1, 'Indomitable Boots'), +(1026161, 14685, 0, 1, 1, 1, 'Indomitable Gauntlets'), +(1026161, 14687, 0, 1, 1, 1, 'Indomitable Leggings'), +(1026161, 14809, 0, 1, 1, 1, 'Warstrike Sabatons'), +(1026161, 14815, 0, 1, 1, 1, 'Warstrike Gauntlets'), +(1026161, 14816, 0, 1, 1, 1, 'Warstrike Legguards'), +(1026161, 14817, 0, 1, 1, 1, 'Warstrike Shoulder Pads'), +(1026161, 14866, 0, 1, 1, 1, 'Warleader\'s Crown'), +(1026161, 14867, 0, 1, 1, 1, 'Warleader\'s Leggings'), +(1026161, 14931, 0, 1, 1, 1, 'Heroic Armor'), +(1026161, 14981, 0, 1, 1, 1, 'Exalted Epaulets'), +(1026161, 15193, 0, 1, 1, 1, 'Grand Crown'), +(1026161, 15195, 0, 1, 1, 1, 'Grand Breastplate'), +(1026161, 15220, 0, 1, 1, 1, 'Battlefell Sabre'), +(1026161, 15246, 0, 1, 1, 1, 'Demon Blade'), +(1026161, 15257, 0, 1, 1, 1, 'Shin Blade'), +(1026161, 15669, 0, 1, 1, 1, 'Magnificent Breastplate'), +(1026161, 15675, 0, 1, 1, 1, 'Magnificent Guard'), +(1026161, 15887, 0, 1, 1, 1, 'Heroic Guard'), +(1026161, 15940, 0, 1, 1, 1, 'Elegant Scepter'), +(1026161, 10141, 0, 1, 1, 1, 'High Councillor\'s Pants'), +(1026161, 10152, 0, 1, 1, 1, 'Mighty Leggings'), +(1026161, 10162, 0, 1, 1, 1, 'Mercurial Legguards'), +(1026161, 10220, 0, 1, 1, 1, 'Nightshade Tunic'), +(1026161, 10247, 0, 1, 1, 1, 'Master\'s Boots'), +(1026161, 10250, 0, 1, 1, 1, 'Master\'s Hat'), +(1026161, 10251, 0, 1, 1, 1, 'Master\'s Gloves'), +(1026161, 10253, 0, 1, 1, 1, 'Master\'s Mantle'), +(1026161, 10260, 0, 1, 1, 1, 'Adventurer\'s Gloves'), +(1026161, 10261, 0, 1, 1, 1, 'Adventurer\'s Bandana'), +(1026161, 10263, 0, 1, 1, 1, 'Adventurer\'s Shoulders'), +(1026161, 10268, 0, 1, 1, 1, 'Masterwork Gauntlets'), +(1026161, 10270, 0, 1, 1, 1, 'Masterwork Boots'), +(1026161, 10272, 0, 1, 1, 1, 'Masterwork Circlet'), +(1026161, 10274, 0, 1, 1, 1, 'Masterwork Pauldrons'), +(1026161, 10366, 0, 1, 1, 1, 'Demon Guard'), +(1026161, 10378, 0, 1, 1, 1, 'Commander\'s Armor'), +(1026161, 10388, 0, 1, 1, 1, 'Hyperion Helm'), +(1026161, 10390, 0, 1, 1, 1, 'Hyperion Pauldrons'), +(1026161, 11992, 0, 1, 1, 1, 'Vermilion Band'), +(1026161, 12027, 0, 1, 1, 1, 'Vermilion Necklace'), +(1026161, 14318, 0, 1, 1, 1, 'Resplendent Tunic'), +(1026161, 14326, 0, 1, 1, 1, 'Resplendent Robes'), +(1026161, 14333, 0, 1, 1, 1, 'Eternal Gloves'), +(1026161, 14334, 0, 1, 1, 1, 'Eternal Sarong'), +(1026161, 14335, 0, 1, 1, 1, 'Eternal Spaulders'), +(1026161, 14460, 0, 1, 1, 1, 'Elunarian Diadem'), +(1026161, 14686, 0, 1, 1, 1, 'Indomitable Headdress'), +(1026161, 14814, 0, 1, 1, 1, 'Warstrike Helmet'), +(1026161, 14862, 0, 1, 1, 1, 'Warleader\'s Breastplate'), +(1026161, 14978, 0, 1, 1, 1, 'Exalted Sabatons'), +(1026161, 14980, 0, 1, 1, 1, 'Exalted Legplates'), +(1026161, 15267, 0, 1, 1, 1, 'Brutehammer'), +(1026161, 15273, 0, 1, 1, 1, 'Death Striker'), +(1026161, 15296, 0, 1, 1, 1, 'Hawkeye Bow'), +(1026161, 15435, 0, 1, 1, 1, 'Supreme Shoes'), +(1026161, 15438, 0, 1, 1, 1, 'Supreme Gloves'), +(1026161, 15440, 0, 1, 1, 1, 'Supreme Leggings'), +(1026161, 15441, 0, 1, 1, 1, 'Supreme Shoulders'), +(1026161, 15678, 0, 1, 1, 1, 'Triumphant Sabatons'), +(1026161, 15682, 0, 1, 1, 1, 'Triumphant Gauntlets'), +(1026161, 15685, 0, 1, 1, 1, 'Triumphant Legplates'), +(1026161, 15686, 0, 1, 1, 1, 'Triumphant Shoulder Pads'), +(1026161, 15988, 0, 1, 1, 1, 'Resplendent Orb'), +(1026161, 15991, 0, 1, 1, 1, 'Warleader\'s Shield'), +(1026161, 10135, 0, 1, 1, 1, 'High Councillor\'s Tunic'), +(1026161, 10143, 0, 1, 1, 1, 'High Councillor\'s Robe'), +(1026161, 10151, 0, 1, 1, 1, 'Mighty Tunic'), +(1026161, 10157, 0, 1, 1, 1, 'Mercurial Breastplate'), +(1026161, 10158, 0, 1, 1, 1, 'Mercurial Guard'), +(1026161, 10252, 0, 1, 1, 1, 'Master\'s Leggings'), +(1026161, 10262, 0, 1, 1, 1, 'Adventurer\'s Legguards'), +(1026161, 10273, 0, 1, 1, 1, 'Masterwork Legplates'), +(1026161, 10389, 0, 1, 1, 1, 'Hyperion Legplates'), +(1026161, 11980, 0, 1, 1, 1, 'Opal Ring'), +(1026161, 12058, 0, 1, 1, 1, 'Demonic Bone Ring'), +(1026161, 14332, 0, 1, 1, 1, 'Eternal Crown'), +(1026161, 14456, 0, 1, 1, 1, 'Elunarian Vest'), +(1026161, 14464, 0, 1, 1, 1, 'Elunarian Silk Robes'), +(1026161, 14680, 0, 1, 1, 1, 'Indomitable Vest'), +(1026161, 14811, 0, 1, 1, 1, 'Warstrike Chestguard'), +(1026161, 14812, 0, 1, 1, 1, 'Warstrike Buckler'), +(1026161, 14979, 0, 1, 1, 1, 'Exalted Helmet'), +(1026161, 15240, 0, 1, 1, 1, 'Demon\'s Claw'), +(1026161, 15247, 0, 1, 1, 1, 'Bloodstrike Dagger'), +(1026161, 15283, 0, 1, 1, 1, 'Lunar Wand'), +(1026161, 15439, 0, 1, 1, 1, 'Supreme Crown'), +(1026161, 15684, 0, 1, 1, 1, 'Triumphant Skullcap'), +(1026161, 15941, 0, 1, 1, 1, 'High Councillor\'s Scepter'), +(1026162, 8283, 0, 1, 1, 1, 'Arcane Armor'), +(1026162, 8289, 0, 1, 1, 1, 'Arcane Leggings'), +(1026162, 8290, 0, 1, 1, 1, 'Arcane Robe'), +(1026162, 8296, 0, 1, 1, 1, 'Traveler\'s Jerkin'), +(1026162, 8300, 0, 1, 1, 1, 'Traveler\'s Leggings'), +(1026162, 8307, 0, 1, 1, 1, 'Hero\'s Boots'), +(1026162, 8308, 0, 1, 1, 1, 'Hero\'s Band'), +(1026162, 8309, 0, 1, 1, 1, 'Hero\'s Leggings'), +(1026162, 8310, 0, 1, 1, 1, 'Hero\'s Pauldrons'), +(1026162, 10105, 0, 1, 1, 1, 'Wanderer\'s Armor'), +(1026162, 10136, 0, 1, 1, 1, 'High Councillor\'s Bracers'), +(1026162, 10137, 0, 1, 1, 1, 'High Councillor\'s Boots'), +(1026162, 10140, 0, 1, 1, 1, 'High Councillor\'s Gloves'), +(1026162, 10144, 0, 1, 1, 1, 'High Councillor\'s Sash'), +(1026162, 10146, 0, 1, 1, 1, 'Mighty Boots'), +(1026162, 10147, 0, 1, 1, 1, 'Mighty Armsplints'), +(1026162, 10149, 0, 1, 1, 1, 'Mighty Gauntlets'), +(1026162, 10154, 0, 1, 1, 1, 'Mercurial Girdle'), +(1026162, 10155, 0, 1, 1, 1, 'Mercurial Greaves'), +(1026162, 10156, 0, 1, 1, 1, 'Mercurial Bracers'), +(1026162, 10161, 0, 1, 1, 1, 'Mercurial Gauntlets'), +(1026162, 10210, 0, 1, 1, 1, 'Elegant Mantle'), +(1026162, 10217, 0, 1, 1, 1, 'Elegant Leggings'), +(1026162, 10219, 0, 1, 1, 1, 'Elegant Circlet'), +(1026162, 10226, 0, 1, 1, 1, 'Nightshade Helmet'), +(1026162, 10228, 0, 1, 1, 1, 'Nightshade Spaulders'), +(1026162, 10230, 0, 1, 1, 1, 'Engraved Breastplate'), +(1026162, 10249, 0, 1, 1, 1, 'Master\'s Cloak'), +(1026162, 10256, 0, 1, 1, 1, 'Adventurer\'s Bracers'), +(1026162, 10258, 0, 1, 1, 1, 'Adventurer\'s Cape'), +(1026162, 10267, 0, 1, 1, 1, 'Masterwork Cape'), +(1026162, 10275, 0, 1, 1, 1, 'Emerald Breastplate'), +(1026162, 10363, 0, 1, 1, 1, 'Engraved Wall'), +(1026162, 10373, 0, 1, 1, 1, 'Imbued Plate Leggings'), +(1026162, 10376, 0, 1, 1, 1, 'Commander\'s Boots'), +(1026162, 10379, 0, 1, 1, 1, 'Commander\'s Helm'), +(1026162, 10380, 0, 1, 1, 1, 'Commander\'s Gauntlets'), +(1026162, 10383, 0, 1, 1, 1, 'Commander\'s Pauldrons'), +(1026162, 10387, 0, 1, 1, 1, 'Hyperion Girdle'), +(1026162, 10391, 0, 1, 1, 1, 'Hyperion Vambraces'), +(1026162, 11979, 0, 1, 1, 1, 'Peridot Circle'), +(1026162, 12016, 0, 1, 1, 1, 'Jungle Ring'), +(1026162, 12046, 0, 1, 1, 1, 'Jungle Necklace'), +(1026162, 12057, 0, 1, 1, 1, 'Dragonscale Band'), +(1026162, 14303, 0, 1, 1, 1, 'Bonecaster\'s Shroud'), +(1026162, 14306, 0, 1, 1, 1, 'Bonecaster\'s Vest'), +(1026162, 14308, 0, 1, 1, 1, 'Celestial Tunic'), +(1026162, 14312, 0, 1, 1, 1, 'Celestial Crown'), +(1026162, 14317, 0, 1, 1, 1, 'Celestial Silk Robes'), +(1026162, 14323, 0, 1, 1, 1, 'Resplendent Gauntlets'), +(1026162, 14324, 0, 1, 1, 1, 'Resplendent Sarong'), +(1026162, 14325, 0, 1, 1, 1, 'Resplendent Epaulets'), +(1026162, 14330, 0, 1, 1, 1, 'Eternal Bindings'), +(1026162, 14337, 0, 1, 1, 1, 'Eternal Cord'), +(1026162, 14458, 0, 1, 1, 1, 'Elunarian Boots'), +(1026162, 14465, 0, 1, 1, 1, 'Elunarian Belt'), +(1026162, 14684, 0, 1, 1, 1, 'Indomitable Belt'), +(1026162, 14688, 0, 1, 1, 1, 'Indomitable Epaulets'), +(1026162, 14863, 0, 1, 1, 1, 'Warleader\'s Gauntlets'), +(1026162, 14865, 0, 1, 1, 1, 'Warleader\'s Greaves'), +(1026162, 14868, 0, 1, 1, 1, 'Warleader\'s Shoulders'), +(1026162, 14935, 0, 1, 1, 1, 'Heroic Skullcap'), +(1026162, 14936, 0, 1, 1, 1, 'Heroic Legplates'), +(1026162, 14966, 0, 1, 1, 1, 'Glorious Breastplate'), +(1026162, 14973, 0, 1, 1, 1, 'Glorious Shield'), +(1026162, 14976, 0, 1, 1, 1, 'Exalted Gauntlets'), +(1026162, 14977, 0, 1, 1, 1, 'Exalted Girdle'), +(1026162, 15189, 0, 1, 1, 1, 'Grand Boots'), +(1026162, 15192, 0, 1, 1, 1, 'Grand Gauntlets'), +(1026162, 15194, 0, 1, 1, 1, 'Grand Legguards'), +(1026162, 15239, 0, 1, 1, 1, 'Felstone Reaver'), +(1026162, 15266, 0, 1, 1, 1, 'Fierce Mauler'), +(1026162, 15278, 0, 1, 1, 1, 'Solstice Staff'), +(1026162, 15282, 0, 1, 1, 1, 'Dragon Finger'), +(1026162, 15288, 0, 1, 1, 1, 'Blasthorn Bow'), +(1026162, 15325, 0, 1, 1, 1, 'Sharpshooter Harquebus'), +(1026162, 15430, 0, 1, 1, 1, 'Peerless Headband'), +(1026162, 15433, 0, 1, 1, 1, 'Peerless Armor'), +(1026162, 15434, 0, 1, 1, 1, 'Supreme Sash'), +(1026162, 15436, 0, 1, 1, 1, 'Supreme Bracers'), +(1026162, 15437, 0, 1, 1, 1, 'Supreme Cape'), +(1026162, 15660, 0, 1, 1, 1, 'Impenetrable Breastplate'), +(1026162, 15664, 0, 1, 1, 1, 'Impenetrable Helmet'), +(1026162, 15665, 0, 1, 1, 1, 'Impenetrable Legguards'), +(1026162, 15667, 0, 1, 1, 1, 'Impenetrable Wall'), +(1026162, 15670, 0, 1, 1, 1, 'Magnificent Helmet'), +(1026162, 15672, 0, 1, 1, 1, 'Magnificent Gauntlets'), +(1026162, 15674, 0, 1, 1, 1, 'Magnificent Greaves'), +(1026162, 15676, 0, 1, 1, 1, 'Magnificent Leggings'), +(1026162, 15677, 0, 1, 1, 1, 'Magnificent Shoulders'), +(1026162, 15679, 0, 1, 1, 1, 'Triumphant Bracers'), +(1026162, 15683, 0, 1, 1, 1, 'Triumphant Girdle'), +(1026162, 15931, 0, 1, 1, 1, 'Arcane Star'), +(1026162, 15943, 0, 1, 1, 1, 'Imbued Shield'), +(1026162, 15986, 0, 1, 1, 1, 'Bonecaster\'s Star'), +(1026162, 15987, 0, 1, 1, 1, 'Astral Orb'), +(1026162, 8303, 0, 1, 1, 1, 'Hero\'s Breastplate'), +(1026162, 8313, 0, 1, 1, 1, 'Hero\'s Buckler'), +(1026162, 10139, 0, 1, 1, 1, 'High Councillor\'s Circlet'), +(1026162, 10142, 0, 1, 1, 1, 'High Councillor\'s Mantle'), +(1026162, 10150, 0, 1, 1, 1, 'Mighty Helmet'), +(1026162, 10153, 0, 1, 1, 1, 'Mighty Spaulders'), +(1026162, 10160, 0, 1, 1, 1, 'Mercurial Circlet'), +(1026162, 10163, 0, 1, 1, 1, 'Mercurial Pauldrons'), +(1026162, 10215, 0, 1, 1, 1, 'Elegant Robes'), +(1026162, 10218, 0, 1, 1, 1, 'Elegant Tunic'), +(1026162, 10227, 0, 1, 1, 1, 'Nightshade Leggings'), +(1026162, 10248, 0, 1, 1, 1, 'Master\'s Bracers'), +(1026162, 10255, 0, 1, 1, 1, 'Master\'s Belt'), +(1026162, 10257, 0, 1, 1, 1, 'Adventurer\'s Boots'), +(1026162, 10259, 0, 1, 1, 1, 'Adventurer\'s Belt'), +(1026162, 10265, 0, 1, 1, 1, 'Masterwork Bracers'), +(1026162, 10269, 0, 1, 1, 1, 'Masterwork Girdle'), +(1026162, 10368, 0, 1, 1, 1, 'Imbued Plate Armor'), +(1026162, 10382, 0, 1, 1, 1, 'Commander\'s Leggings'), +(1026162, 10385, 0, 1, 1, 1, 'Hyperion Greaves'), +(1026162, 10386, 0, 1, 1, 1, 'Hyperion Gauntlets'), +(1026162, 12005, 0, 1, 1, 1, 'Granite Ring'), +(1026162, 12036, 0, 1, 1, 1, 'Granite Necklace'), +(1026162, 14322, 0, 1, 1, 1, 'Resplendent Circlet'), +(1026162, 14329, 0, 1, 1, 1, 'Eternal Boots'), +(1026162, 14461, 0, 1, 1, 1, 'Elunarian Handgrips'), +(1026162, 14462, 0, 1, 1, 1, 'Elunarian Sarong'), +(1026162, 14463, 0, 1, 1, 1, 'Elunarian Spaulders'), +(1026162, 14681, 0, 1, 1, 1, 'Indomitable Boots'), +(1026162, 14685, 0, 1, 1, 1, 'Indomitable Gauntlets'), +(1026162, 14687, 0, 1, 1, 1, 'Indomitable Leggings'), +(1026162, 14809, 0, 1, 1, 1, 'Warstrike Sabatons'), +(1026162, 14815, 0, 1, 1, 1, 'Warstrike Gauntlets'), +(1026162, 14816, 0, 1, 1, 1, 'Warstrike Legguards'), +(1026162, 14817, 0, 1, 1, 1, 'Warstrike Shoulder Pads'), +(1026162, 14866, 0, 1, 1, 1, 'Warleader\'s Crown'), +(1026162, 14867, 0, 1, 1, 1, 'Warleader\'s Leggings'), +(1026162, 14931, 0, 1, 1, 1, 'Heroic Armor'), +(1026162, 14981, 0, 1, 1, 1, 'Exalted Epaulets'), +(1026162, 15193, 0, 1, 1, 1, 'Grand Crown'), +(1026162, 15195, 0, 1, 1, 1, 'Grand Breastplate'), +(1026162, 15220, 0, 1, 1, 1, 'Battlefell Sabre'), +(1026162, 15246, 0, 1, 1, 1, 'Demon Blade'), +(1026162, 15257, 0, 1, 1, 1, 'Shin Blade'), +(1026162, 15669, 0, 1, 1, 1, 'Magnificent Breastplate'), +(1026162, 15675, 0, 1, 1, 1, 'Magnificent Guard'), +(1026162, 15887, 0, 1, 1, 1, 'Heroic Guard'), +(1026162, 15940, 0, 1, 1, 1, 'Elegant Scepter'), +(1026162, 10141, 0, 1, 1, 1, 'High Councillor\'s Pants'), +(1026162, 10152, 0, 1, 1, 1, 'Mighty Leggings'), +(1026162, 10162, 0, 1, 1, 1, 'Mercurial Legguards'), +(1026162, 10220, 0, 1, 1, 1, 'Nightshade Tunic'), +(1026162, 10247, 0, 1, 1, 1, 'Master\'s Boots'), +(1026162, 10250, 0, 1, 1, 1, 'Master\'s Hat'), +(1026162, 10251, 0, 1, 1, 1, 'Master\'s Gloves'), +(1026162, 10253, 0, 1, 1, 1, 'Master\'s Mantle'), +(1026162, 10260, 0, 1, 1, 1, 'Adventurer\'s Gloves'), +(1026162, 10261, 0, 1, 1, 1, 'Adventurer\'s Bandana'), +(1026162, 10263, 0, 1, 1, 1, 'Adventurer\'s Shoulders'), +(1026162, 10268, 0, 1, 1, 1, 'Masterwork Gauntlets'), +(1026162, 10270, 0, 1, 1, 1, 'Masterwork Boots'), +(1026162, 10272, 0, 1, 1, 1, 'Masterwork Circlet'), +(1026162, 10274, 0, 1, 1, 1, 'Masterwork Pauldrons'), +(1026162, 10366, 0, 1, 1, 1, 'Demon Guard'), +(1026162, 10378, 0, 1, 1, 1, 'Commander\'s Armor'), +(1026162, 10388, 0, 1, 1, 1, 'Hyperion Helm'), +(1026162, 10390, 0, 1, 1, 1, 'Hyperion Pauldrons'), +(1026162, 11992, 0, 1, 1, 1, 'Vermilion Band'), +(1026162, 12027, 0, 1, 1, 1, 'Vermilion Necklace'), +(1026162, 14318, 0, 1, 1, 1, 'Resplendent Tunic'), +(1026162, 14326, 0, 1, 1, 1, 'Resplendent Robes'), +(1026162, 14333, 0, 1, 1, 1, 'Eternal Gloves'), +(1026162, 14334, 0, 1, 1, 1, 'Eternal Sarong'), +(1026162, 14335, 0, 1, 1, 1, 'Eternal Spaulders'), +(1026162, 14460, 0, 1, 1, 1, 'Elunarian Diadem'), +(1026162, 14686, 0, 1, 1, 1, 'Indomitable Headdress'), +(1026162, 14814, 0, 1, 1, 1, 'Warstrike Helmet'), +(1026162, 14862, 0, 1, 1, 1, 'Warleader\'s Breastplate'), +(1026162, 14978, 0, 1, 1, 1, 'Exalted Sabatons'), +(1026162, 14980, 0, 1, 1, 1, 'Exalted Legplates'), +(1026162, 15267, 0, 1, 1, 1, 'Brutehammer'), +(1026162, 15273, 0, 1, 1, 1, 'Death Striker'), +(1026162, 15296, 0, 1, 1, 1, 'Hawkeye Bow'), +(1026162, 15435, 0, 1, 1, 1, 'Supreme Shoes'), +(1026162, 15438, 0, 1, 1, 1, 'Supreme Gloves'), +(1026162, 15440, 0, 1, 1, 1, 'Supreme Leggings'), +(1026162, 15441, 0, 1, 1, 1, 'Supreme Shoulders'), +(1026162, 15678, 0, 1, 1, 1, 'Triumphant Sabatons'), +(1026162, 15682, 0, 1, 1, 1, 'Triumphant Gauntlets'), +(1026162, 15685, 0, 1, 1, 1, 'Triumphant Legplates'), +(1026162, 15686, 0, 1, 1, 1, 'Triumphant Shoulder Pads'), +(1026162, 15988, 0, 1, 1, 1, 'Resplendent Orb'), +(1026162, 15991, 0, 1, 1, 1, 'Warleader\'s Shield'), +(1026162, 10135, 0, 1, 1, 1, 'High Councillor\'s Tunic'), +(1026162, 10143, 0, 1, 1, 1, 'High Councillor\'s Robe'), +(1026162, 10151, 0, 1, 1, 1, 'Mighty Tunic'), +(1026162, 10157, 0, 1, 1, 1, 'Mercurial Breastplate'), +(1026162, 10158, 0, 1, 1, 1, 'Mercurial Guard'), +(1026162, 10252, 0, 1, 1, 1, 'Master\'s Leggings'), +(1026162, 10262, 0, 1, 1, 1, 'Adventurer\'s Legguards'), +(1026162, 10273, 0, 1, 1, 1, 'Masterwork Legplates'), +(1026162, 10389, 0, 1, 1, 1, 'Hyperion Legplates'), +(1026162, 11980, 0, 1, 1, 1, 'Opal Ring'), +(1026162, 12058, 0, 1, 1, 1, 'Demonic Bone Ring'), +(1026162, 14332, 0, 1, 1, 1, 'Eternal Crown'), +(1026162, 14456, 0, 1, 1, 1, 'Elunarian Vest'), +(1026162, 14464, 0, 1, 1, 1, 'Elunarian Silk Robes'), +(1026162, 14680, 0, 1, 1, 1, 'Indomitable Vest'), +(1026162, 14811, 0, 1, 1, 1, 'Warstrike Chestguard'), +(1026162, 14812, 0, 1, 1, 1, 'Warstrike Buckler'), +(1026162, 14979, 0, 1, 1, 1, 'Exalted Helmet'), +(1026162, 15240, 0, 1, 1, 1, 'Demon\'s Claw'), +(1026162, 15247, 0, 1, 1, 1, 'Bloodstrike Dagger'), +(1026162, 15283, 0, 1, 1, 1, 'Lunar Wand'), +(1026162, 15439, 0, 1, 1, 1, 'Supreme Crown'), +(1026162, 15684, 0, 1, 1, 1, 'Triumphant Skullcap'), +(1026162, 15941, 0, 1, 1, 1, 'High Councillor\'s Scepter'), +(1026162, 10246, 0, 1, 1, 1, 'Master\'s Vest'), +(1026162, 10254, 0, 1, 1, 1, 'Master\'s Robe'), +(1026162, 10264, 0, 1, 1, 1, 'Adventurer\'s Tunic'), +(1026162, 10266, 0, 1, 1, 1, 'Masterwork Breastplate'), +(1026162, 10271, 0, 1, 1, 1, 'Masterwork Shield'), +(1026162, 10367, 0, 1, 1, 1, 'Hyperion Shield'), +(1026162, 10384, 0, 1, 1, 1, 'Hyperion Armor'), +(1026162, 12017, 0, 1, 1, 1, 'Prismatic Band'), +(1026162, 12048, 0, 1, 1, 1, 'Prismatic Pendant'), +(1026162, 14328, 0, 1, 1, 1, 'Eternal Chestguard'), +(1026162, 14336, 0, 1, 1, 1, 'Eternal Wraps'), +(1026162, 14975, 0, 1, 1, 1, 'Exalted Harness'), +(1026162, 14982, 0, 1, 1, 1, 'Exalted Shield'), +(1026162, 15221, 0, 1, 1, 1, 'Holy War Sword'), +(1026162, 15258, 0, 1, 1, 1, 'Divine Warblade'), +(1026162, 15289, 0, 1, 1, 1, 'Archstrike Bow'), +(1026162, 15442, 0, 1, 1, 1, 'Supreme Breastplate'), +(1026162, 15680, 0, 1, 1, 1, 'Triumphant Chestpiece'), +(1026162, 15687, 0, 1, 1, 1, 'Triumphant Shield'), +(1026162, 15942, 0, 1, 1, 1, 'Master\'s Rod'), +(1026162, 15989, 0, 1, 1, 1, 'Eternal Rod'), +(1026262, 8283, 0, 1, 1, 1, 'Arcane Armor'), +(1026262, 8290, 0, 1, 1, 1, 'Arcane Robe'), +(1026262, 8296, 0, 1, 1, 1, 'Traveler\'s Jerkin'), +(1026262, 8309, 0, 1, 1, 1, 'Hero\'s Leggings'), +(1026262, 10137, 0, 1, 1, 1, 'High Councillor\'s Boots'), +(1026262, 10140, 0, 1, 1, 1, 'High Councillor\'s Gloves'), +(1026262, 10146, 0, 1, 1, 1, 'Mighty Boots'), +(1026262, 10149, 0, 1, 1, 1, 'Mighty Gauntlets'), +(1026262, 10154, 0, 1, 1, 1, 'Mercurial Girdle'), +(1026262, 10155, 0, 1, 1, 1, 'Mercurial Greaves'), +(1026262, 10161, 0, 1, 1, 1, 'Mercurial Gauntlets'), +(1026262, 10217, 0, 1, 1, 1, 'Elegant Leggings'), +(1026262, 10226, 0, 1, 1, 1, 'Nightshade Helmet'), +(1026262, 10249, 0, 1, 1, 1, 'Master\'s Cloak'), +(1026262, 10256, 0, 1, 1, 1, 'Adventurer\'s Bracers'), +(1026262, 10267, 0, 1, 1, 1, 'Masterwork Cape'), +(1026262, 10373, 0, 1, 1, 1, 'Imbued Plate Leggings'), +(1026262, 10379, 0, 1, 1, 1, 'Commander\'s Helm'), +(1026262, 10383, 0, 1, 1, 1, 'Commander\'s Pauldrons'), +(1026262, 10387, 0, 1, 1, 1, 'Hyperion Girdle'), +(1026262, 11979, 0, 1, 1, 1, 'Peridot Circle'), +(1026262, 12016, 0, 1, 1, 1, 'Jungle Ring'), +(1026262, 14308, 0, 1, 1, 1, 'Celestial Tunic'), +(1026262, 14312, 0, 1, 1, 1, 'Celestial Crown'), +(1026262, 14317, 0, 1, 1, 1, 'Celestial Silk Robes'), +(1026262, 14325, 0, 1, 1, 1, 'Resplendent Epaulets'), +(1026262, 14330, 0, 1, 1, 1, 'Eternal Bindings'), +(1026262, 14337, 0, 1, 1, 1, 'Eternal Cord'), +(1026262, 14688, 0, 1, 1, 1, 'Indomitable Epaulets'), +(1026262, 14868, 0, 1, 1, 1, 'Warleader\'s Shoulders'), +(1026262, 14936, 0, 1, 1, 1, 'Heroic Legplates'), +(1026262, 14966, 0, 1, 1, 1, 'Glorious Breastplate'), +(1026262, 14976, 0, 1, 1, 1, 'Exalted Gauntlets'), +(1026262, 15194, 0, 1, 1, 1, 'Grand Legguards'), +(1026262, 15239, 0, 1, 1, 1, 'Felstone Reaver'), +(1026262, 15266, 0, 1, 1, 1, 'Fierce Mauler'), +(1026262, 15288, 0, 1, 1, 1, 'Blasthorn Bow'), +(1026262, 15433, 0, 1, 1, 1, 'Peerless Armor'), +(1026262, 15434, 0, 1, 1, 1, 'Supreme Sash'), +(1026262, 15437, 0, 1, 1, 1, 'Supreme Cape'), +(1026262, 15660, 0, 1, 1, 1, 'Impenetrable Breastplate'), +(1026262, 15667, 0, 1, 1, 1, 'Impenetrable Wall'), +(1026262, 15670, 0, 1, 1, 1, 'Magnificent Helmet'), +(1026262, 15676, 0, 1, 1, 1, 'Magnificent Leggings'), +(1026262, 15677, 0, 1, 1, 1, 'Magnificent Shoulders'), +(1026262, 15679, 0, 1, 1, 1, 'Triumphant Bracers'), +(1026262, 15931, 0, 1, 1, 1, 'Arcane Star'), +(1026262, 15943, 0, 1, 1, 1, 'Imbued Shield'), +(1026262, 15987, 0, 1, 1, 1, 'Astral Orb'), +(1026262, 8303, 0, 1, 1, 1, 'Hero\'s Breastplate'), +(1026262, 8313, 0, 1, 1, 1, 'Hero\'s Buckler'), +(1026262, 10139, 0, 1, 1, 1, 'High Councillor\'s Circlet'), +(1026262, 10142, 0, 1, 1, 1, 'High Councillor\'s Mantle'), +(1026262, 10150, 0, 1, 1, 1, 'Mighty Helmet'), +(1026262, 10153, 0, 1, 1, 1, 'Mighty Spaulders'), +(1026262, 10160, 0, 1, 1, 1, 'Mercurial Circlet'), +(1026262, 10163, 0, 1, 1, 1, 'Mercurial Pauldrons'), +(1026262, 10215, 0, 1, 1, 1, 'Elegant Robes'), +(1026262, 10218, 0, 1, 1, 1, 'Elegant Tunic'), +(1026262, 10227, 0, 1, 1, 1, 'Nightshade Leggings'), +(1026262, 10248, 0, 1, 1, 1, 'Master\'s Bracers'), +(1026262, 10255, 0, 1, 1, 1, 'Master\'s Belt'), +(1026262, 10257, 0, 1, 1, 1, 'Adventurer\'s Boots'), +(1026262, 10259, 0, 1, 1, 1, 'Adventurer\'s Belt'), +(1026262, 10265, 0, 1, 1, 1, 'Masterwork Bracers'), +(1026262, 10269, 0, 1, 1, 1, 'Masterwork Girdle'), +(1026262, 10368, 0, 1, 1, 1, 'Imbued Plate Armor'), +(1026262, 10382, 0, 1, 1, 1, 'Commander\'s Leggings'), +(1026262, 10385, 0, 1, 1, 1, 'Hyperion Greaves'), +(1026262, 10386, 0, 1, 1, 1, 'Hyperion Gauntlets'), +(1026262, 12005, 0, 1, 1, 1, 'Granite Ring'), +(1026262, 12036, 0, 1, 1, 1, 'Granite Necklace'), +(1026262, 14322, 0, 1, 1, 1, 'Resplendent Circlet'), +(1026262, 14329, 0, 1, 1, 1, 'Eternal Boots'), +(1026262, 14461, 0, 1, 1, 1, 'Elunarian Handgrips'), +(1026262, 14462, 0, 1, 1, 1, 'Elunarian Sarong'), +(1026262, 14463, 0, 1, 1, 1, 'Elunarian Spaulders'), +(1026262, 14681, 0, 1, 1, 1, 'Indomitable Boots'), +(1026262, 14685, 0, 1, 1, 1, 'Indomitable Gauntlets'), +(1026262, 14687, 0, 1, 1, 1, 'Indomitable Leggings'), +(1026262, 14809, 0, 1, 1, 1, 'Warstrike Sabatons'), +(1026262, 14815, 0, 1, 1, 1, 'Warstrike Gauntlets'), +(1026262, 14816, 0, 1, 1, 1, 'Warstrike Legguards'), +(1026262, 14817, 0, 1, 1, 1, 'Warstrike Shoulder Pads'), +(1026262, 14866, 0, 1, 1, 1, 'Warleader\'s Crown'), +(1026262, 14867, 0, 1, 1, 1, 'Warleader\'s Leggings'), +(1026262, 14931, 0, 1, 1, 1, 'Heroic Armor'), +(1026262, 14981, 0, 1, 1, 1, 'Exalted Epaulets'), +(1026262, 15193, 0, 1, 1, 1, 'Grand Crown'), +(1026262, 15195, 0, 1, 1, 1, 'Grand Breastplate'), +(1026262, 15220, 0, 1, 1, 1, 'Battlefell Sabre'), +(1026262, 15246, 0, 1, 1, 1, 'Demon Blade'), +(1026262, 15257, 0, 1, 1, 1, 'Shin Blade'), +(1026262, 15669, 0, 1, 1, 1, 'Magnificent Breastplate'), +(1026262, 15675, 0, 1, 1, 1, 'Magnificent Guard'), +(1026262, 15887, 0, 1, 1, 1, 'Heroic Guard'), +(1026262, 15940, 0, 1, 1, 1, 'Elegant Scepter'), +(1026262, 10141, 0, 1, 1, 1, 'High Councillor\'s Pants'), +(1026262, 10152, 0, 1, 1, 1, 'Mighty Leggings'), +(1026262, 10162, 0, 1, 1, 1, 'Mercurial Legguards'), +(1026262, 10220, 0, 1, 1, 1, 'Nightshade Tunic'), +(1026262, 10247, 0, 1, 1, 1, 'Master\'s Boots'), +(1026262, 10250, 0, 1, 1, 1, 'Master\'s Hat'), +(1026262, 10251, 0, 1, 1, 1, 'Master\'s Gloves'), +(1026262, 10253, 0, 1, 1, 1, 'Master\'s Mantle'), +(1026262, 10260, 0, 1, 1, 1, 'Adventurer\'s Gloves'), +(1026262, 10261, 0, 1, 1, 1, 'Adventurer\'s Bandana'), +(1026262, 10263, 0, 1, 1, 1, 'Adventurer\'s Shoulders'), +(1026262, 10268, 0, 1, 1, 1, 'Masterwork Gauntlets'), +(1026262, 10270, 0, 1, 1, 1, 'Masterwork Boots'), +(1026262, 10272, 0, 1, 1, 1, 'Masterwork Circlet'), +(1026262, 10274, 0, 1, 1, 1, 'Masterwork Pauldrons'), +(1026262, 10366, 0, 1, 1, 1, 'Demon Guard'), +(1026262, 10378, 0, 1, 1, 1, 'Commander\'s Armor'), +(1026262, 10388, 0, 1, 1, 1, 'Hyperion Helm'), +(1026262, 10390, 0, 1, 1, 1, 'Hyperion Pauldrons'), +(1026262, 11992, 0, 1, 1, 1, 'Vermilion Band'), +(1026262, 12027, 0, 1, 1, 1, 'Vermilion Necklace'), +(1026262, 14318, 0, 1, 1, 1, 'Resplendent Tunic'), +(1026262, 14326, 0, 1, 1, 1, 'Resplendent Robes'), +(1026262, 14333, 0, 1, 1, 1, 'Eternal Gloves'), +(1026262, 14334, 0, 1, 1, 1, 'Eternal Sarong'), +(1026262, 14335, 0, 1, 1, 1, 'Eternal Spaulders'), +(1026262, 14460, 0, 1, 1, 1, 'Elunarian Diadem'), +(1026262, 14686, 0, 1, 1, 1, 'Indomitable Headdress'), +(1026262, 14814, 0, 1, 1, 1, 'Warstrike Helmet'), +(1026262, 14862, 0, 1, 1, 1, 'Warleader\'s Breastplate'), +(1026262, 14978, 0, 1, 1, 1, 'Exalted Sabatons'), +(1026262, 14980, 0, 1, 1, 1, 'Exalted Legplates'), +(1026262, 15267, 0, 1, 1, 1, 'Brutehammer'), +(1026262, 15273, 0, 1, 1, 1, 'Death Striker'), +(1026262, 15296, 0, 1, 1, 1, 'Hawkeye Bow'), +(1026262, 15435, 0, 1, 1, 1, 'Supreme Shoes'), +(1026262, 15438, 0, 1, 1, 1, 'Supreme Gloves'), +(1026262, 15440, 0, 1, 1, 1, 'Supreme Leggings'), +(1026262, 15441, 0, 1, 1, 1, 'Supreme Shoulders'), +(1026262, 15678, 0, 1, 1, 1, 'Triumphant Sabatons'), +(1026262, 15682, 0, 1, 1, 1, 'Triumphant Gauntlets'), +(1026262, 15685, 0, 1, 1, 1, 'Triumphant Legplates'), +(1026262, 15686, 0, 1, 1, 1, 'Triumphant Shoulder Pads'), +(1026262, 15988, 0, 1, 1, 1, 'Resplendent Orb'), +(1026262, 15991, 0, 1, 1, 1, 'Warleader\'s Shield'), +(1026262, 10135, 0, 1, 1, 1, 'High Councillor\'s Tunic'), +(1026262, 10143, 0, 1, 1, 1, 'High Councillor\'s Robe'), +(1026262, 10151, 0, 1, 1, 1, 'Mighty Tunic'), +(1026262, 10157, 0, 1, 1, 1, 'Mercurial Breastplate'), +(1026262, 10158, 0, 1, 1, 1, 'Mercurial Guard'), +(1026262, 10252, 0, 1, 1, 1, 'Master\'s Leggings'), +(1026262, 10262, 0, 1, 1, 1, 'Adventurer\'s Legguards'), +(1026262, 10273, 0, 1, 1, 1, 'Masterwork Legplates'), +(1026262, 10389, 0, 1, 1, 1, 'Hyperion Legplates'), +(1026262, 11980, 0, 1, 1, 1, 'Opal Ring'), +(1026262, 12058, 0, 1, 1, 1, 'Demonic Bone Ring'), +(1026262, 14332, 0, 1, 1, 1, 'Eternal Crown'), +(1026262, 14456, 0, 1, 1, 1, 'Elunarian Vest'), +(1026262, 14464, 0, 1, 1, 1, 'Elunarian Silk Robes'), +(1026262, 14680, 0, 1, 1, 1, 'Indomitable Vest'), +(1026262, 14811, 0, 1, 1, 1, 'Warstrike Chestguard'), +(1026262, 14812, 0, 1, 1, 1, 'Warstrike Buckler'), +(1026262, 14979, 0, 1, 1, 1, 'Exalted Helmet'), +(1026262, 15240, 0, 1, 1, 1, 'Demon\'s Claw'), +(1026262, 15247, 0, 1, 1, 1, 'Bloodstrike Dagger'), +(1026262, 15283, 0, 1, 1, 1, 'Lunar Wand'), +(1026262, 15439, 0, 1, 1, 1, 'Supreme Crown'), +(1026262, 15684, 0, 1, 1, 1, 'Triumphant Skullcap'), +(1026262, 15941, 0, 1, 1, 1, 'High Councillor\'s Scepter'), +(1026262, 10246, 0, 1, 1, 1, 'Master\'s Vest'), +(1026262, 10254, 0, 1, 1, 1, 'Master\'s Robe'), +(1026262, 10264, 0, 1, 1, 1, 'Adventurer\'s Tunic'), +(1026262, 10266, 0, 1, 1, 1, 'Masterwork Breastplate'), +(1026262, 10271, 0, 1, 1, 1, 'Masterwork Shield'), +(1026262, 10367, 0, 1, 1, 1, 'Hyperion Shield'), +(1026262, 10384, 0, 1, 1, 1, 'Hyperion Armor'), +(1026262, 12017, 0, 1, 1, 1, 'Prismatic Band'), +(1026262, 12048, 0, 1, 1, 1, 'Prismatic Pendant'), +(1026262, 14328, 0, 1, 1, 1, 'Eternal Chestguard'), +(1026262, 14336, 0, 1, 1, 1, 'Eternal Wraps'), +(1026262, 14975, 0, 1, 1, 1, 'Exalted Harness'), +(1026262, 14982, 0, 1, 1, 1, 'Exalted Shield'), +(1026262, 15221, 0, 1, 1, 1, 'Holy War Sword'), +(1026262, 15258, 0, 1, 1, 1, 'Divine Warblade'), +(1026262, 15289, 0, 1, 1, 1, 'Archstrike Bow'), +(1026262, 15442, 0, 1, 1, 1, 'Supreme Breastplate'), +(1026262, 15680, 0, 1, 1, 1, 'Triumphant Chestpiece'), +(1026262, 15687, 0, 1, 1, 1, 'Triumphant Shield'), +(1026262, 15942, 0, 1, 1, 1, 'Master\'s Rod'), +(1026262, 15989, 0, 1, 1, 1, 'Eternal Rod'), +(1031820, 12975, 0, 1, 1, 1, 'Prospector Axe'), +(1031820, 12976, 0, 1, 1, 1, 'Ironpatch Blade'), +(1031820, 12977, 0, 1, 1, 1, 'Magefist Gloves'), +(1031820, 12978, 0, 1, 1, 1, 'Stormbringer Belt'), +(1031820, 935, 0, 1, 1, 1, 'Night Watch Shortsword'), +(1031820, 2879, 0, 1, 1, 1, 'Antipodean Rod'), +(1031820, 2911, 0, 1, 1, 1, 'Keller\'s Girdle'), +(1031820, 12979, 0, 1, 1, 1, 'Firebane Cloak'), +(1031820, 12982, 0, 1, 1, 1, 'Silver-linked Footguards'), +(1031820, 12983, 0, 1, 1, 1, 'Rakzur Club'), +(1031820, 12984, 0, 1, 1, 1, 'Skycaller'), +(1031820, 12985, 0, 1, 1, 1, 'Ring of Defense'), +(1031820, 12987, 0, 1, 1, 1, 'Darkweave Breeches'), +(1031820, 12988, 0, 1, 1, 1, 'Starsight Tunic'), +(1031820, 12989, 0, 1, 1, 1, 'Gargoyle\'s Bite'), +(1031820, 12990, 0, 1, 1, 1, 'Razor\'s Edge'), +(1031820, 12992, 0, 1, 1, 1, 'Searing Blade'), +(1031820, 12996, 0, 1, 1, 1, 'Band of Purification'), +(1031820, 13136, 0, 1, 1, 1, 'Lil Timmy\'s Peashooter'), +(1032021, 890, 0, 1, 1, 1, 'Twisted Chanter\'s Staff'), +(1032021, 935, 0, 1, 1, 1, 'Night Watch Shortsword'), +(1032021, 1121, 0, 1, 1, 1, 'Feet of the Lynx'), +(1032021, 2059, 0, 1, 1, 1, 'Sentry Cloak'), +(1032021, 2256, 0, 1, 1, 1, 'Skeletal Club'), +(1032021, 2879, 0, 1, 1, 1, 'Antipodean Rod'), +(1032021, 2911, 0, 1, 1, 1, 'Keller\'s Girdle'), +(1032021, 12975, 0, 1, 1, 1, 'Prospector Axe'), +(1032021, 12976, 0, 1, 1, 1, 'Ironpatch Blade'), +(1032021, 12977, 0, 1, 1, 1, 'Magefist Gloves'), +(1032021, 12978, 0, 1, 1, 1, 'Stormbringer Belt'), +(1032021, 12979, 0, 1, 1, 1, 'Firebane Cloak'), +(1032021, 12982, 0, 1, 1, 1, 'Silver-linked Footguards'), +(1032021, 12983, 0, 1, 1, 1, 'Rakzur Club'), +(1032021, 12984, 0, 1, 1, 1, 'Skycaller'), +(1032021, 12985, 0, 1, 1, 1, 'Ring of Defense'), +(1032021, 12987, 0, 1, 1, 1, 'Darkweave Breeches'), +(1032021, 12988, 0, 1, 1, 1, 'Starsight Tunic'), +(1032021, 12989, 0, 1, 1, 1, 'Gargoyle\'s Bite'), +(1032021, 12990, 0, 1, 1, 1, 'Razor\'s Edge'), +(1032021, 12992, 0, 1, 1, 1, 'Searing Blade'), +(1032021, 12994, 0, 1, 1, 1, 'Thorbia\'s Gauntlets'), +(1032021, 12996, 0, 1, 1, 1, 'Band of Purification'), +(1032021, 12997, 0, 1, 1, 1, 'Redbeard Crest'), +(1032021, 13136, 0, 1, 1, 1, 'Lil Timmy\'s Peashooter'), +(1032121, 935, 0, 1, 1, 1, 'Night Watch Shortsword'), +(1032121, 2879, 0, 1, 1, 1, 'Antipodean Rod'), +(1032121, 2911, 0, 1, 1, 1, 'Keller\'s Girdle'), +(1032121, 12975, 0, 1, 1, 1, 'Prospector Axe'), +(1032121, 12976, 0, 1, 1, 1, 'Ironpatch Blade'), +(1032121, 12977, 0, 1, 1, 1, 'Magefist Gloves'), +(1032121, 12978, 0, 1, 1, 1, 'Stormbringer Belt'), +(1032121, 12979, 0, 1, 1, 1, 'Firebane Cloak'), +(1032121, 12982, 0, 1, 1, 1, 'Silver-linked Footguards'), +(1032121, 12983, 0, 1, 1, 1, 'Rakzur Club'), +(1032121, 12984, 0, 1, 1, 1, 'Skycaller'), +(1032121, 12985, 0, 1, 1, 1, 'Ring of Defense'), +(1032121, 12987, 0, 1, 1, 1, 'Darkweave Breeches'), +(1032121, 12988, 0, 1, 1, 1, 'Starsight Tunic'), +(1032121, 12989, 0, 1, 1, 1, 'Gargoyle\'s Bite'), +(1032121, 12990, 0, 1, 1, 1, 'Razor\'s Edge'), +(1032121, 12992, 0, 1, 1, 1, 'Searing Blade'), +(1032121, 12994, 0, 1, 1, 1, 'Thorbia\'s Gauntlets'), +(1032121, 12996, 0, 1, 1, 1, 'Band of Purification'), +(1032121, 13136, 0, 1, 1, 1, 'Lil Timmy\'s Peashooter'), +(1032122, 890, 0, 1, 1, 1, 'Twisted Chanter\'s Staff'), +(1032122, 935, 0, 1, 1, 1, 'Night Watch Shortsword'), +(1032122, 1121, 0, 1, 1, 1, 'Feet of the Lynx'), +(1032122, 2059, 0, 1, 1, 1, 'Sentry Cloak'), +(1032122, 2194, 0, 1, 1, 1, 'Diamond Hammer'), +(1032122, 2236, 0, 1, 1, 1, 'Blackfang'), +(1032122, 2256, 0, 1, 1, 1, 'Skeletal Club'), +(1032122, 2879, 0, 1, 1, 1, 'Antipodean Rod'), +(1032122, 2911, 0, 1, 1, 1, 'Keller\'s Girdle'), +(1032122, 3021, 0, 1, 1, 1, 'Ranger Bow'), +(1032122, 12975, 0, 1, 1, 1, 'Prospector Axe'), +(1032122, 12976, 0, 1, 1, 1, 'Ironpatch Blade'), +(1032122, 12977, 0, 1, 1, 1, 'Magefist Gloves'), +(1032122, 12978, 0, 1, 1, 1, 'Stormbringer Belt'), +(1032122, 12979, 0, 1, 1, 1, 'Firebane Cloak'), +(1032122, 12982, 0, 1, 1, 1, 'Silver-linked Footguards'), +(1032122, 12983, 0, 1, 1, 1, 'Rakzur Club'), +(1032122, 12984, 0, 1, 1, 1, 'Skycaller'), +(1032122, 12985, 0, 1, 1, 1, 'Ring of Defense'), +(1032122, 12987, 0, 1, 1, 1, 'Darkweave Breeches'), +(1032122, 12988, 0, 1, 1, 1, 'Starsight Tunic'), +(1032122, 12989, 0, 1, 1, 1, 'Gargoyle\'s Bite'), +(1032122, 12990, 0, 1, 1, 1, 'Razor\'s Edge'), +(1032122, 12992, 0, 1, 1, 1, 'Searing Blade'), +(1032122, 12994, 0, 1, 1, 1, 'Thorbia\'s Gauntlets'), +(1032122, 12996, 0, 1, 1, 1, 'Band of Purification'), +(1032122, 12997, 0, 1, 1, 1, 'Redbeard Crest'), +(1032122, 12998, 0, 1, 1, 1, 'Magician\'s Mantle'), +(1032122, 12999, 0, 1, 1, 1, 'Drakewing Bands'), +(1032122, 13136, 0, 1, 1, 1, 'Lil Timmy\'s Peashooter'), +(1032222, 2256, 0, 1, 1, 1, 'Skeletal Club'), +(1032222, 2879, 0, 1, 1, 1, 'Antipodean Rod'), +(1032222, 2911, 0, 1, 1, 1, 'Keller\'s Girdle'), +(1032222, 3021, 0, 1, 1, 1, 'Ranger Bow'), +(1032222, 12979, 0, 1, 1, 1, 'Firebane Cloak'), +(1032222, 12982, 0, 1, 1, 1, 'Silver-linked Footguards'), +(1032222, 12983, 0, 1, 1, 1, 'Rakzur Club'), +(1032222, 12984, 0, 1, 1, 1, 'Skycaller'), +(1032222, 12985, 0, 1, 1, 1, 'Ring of Defense'), +(1032222, 12987, 0, 1, 1, 1, 'Darkweave Breeches'), +(1032222, 12988, 0, 1, 1, 1, 'Starsight Tunic'), +(1032222, 12989, 0, 1, 1, 1, 'Gargoyle\'s Bite'), +(1032222, 12990, 0, 1, 1, 1, 'Razor\'s Edge'), +(1032222, 12992, 0, 1, 1, 1, 'Searing Blade'), +(1032222, 12994, 0, 1, 1, 1, 'Thorbia\'s Gauntlets'), +(1032222, 12996, 0, 1, 1, 1, 'Band of Purification'), +(1032222, 13136, 0, 1, 1, 1, 'Lil Timmy\'s Peashooter'), +(1032223, 890, 0, 1, 1, 1, 'Twisted Chanter\'s Staff'), +(1032223, 935, 0, 1, 1, 1, 'Night Watch Shortsword'), +(1032223, 1121, 0, 1, 1, 1, 'Feet of the Lynx'), +(1032223, 2011, 0, 1, 1, 1, 'Twisted Sabre'), +(1032223, 2059, 0, 1, 1, 1, 'Sentry Cloak'), +(1032223, 2194, 0, 1, 1, 1, 'Diamond Hammer'), +(1032223, 2236, 0, 1, 1, 1, 'Blackfang'), +(1032223, 2256, 0, 1, 1, 1, 'Skeletal Club'), +(1032223, 2800, 0, 1, 1, 1, 'Black Velvet Robes'), +(1032223, 2879, 0, 1, 1, 1, 'Antipodean Rod'), +(1032223, 2911, 0, 1, 1, 1, 'Keller\'s Girdle'), +(1032223, 3021, 0, 1, 1, 1, 'Ranger Bow'), +(1032223, 12975, 0, 1, 1, 1, 'Prospector Axe'), +(1032223, 12976, 0, 1, 1, 1, 'Ironpatch Blade'), +(1032223, 12977, 0, 1, 1, 1, 'Magefist Gloves'), +(1032223, 12978, 0, 1, 1, 1, 'Stormbringer Belt'), +(1032223, 12979, 0, 1, 1, 1, 'Firebane Cloak'), +(1032223, 12982, 0, 1, 1, 1, 'Silver-linked Footguards'), +(1032223, 12983, 0, 1, 1, 1, 'Rakzur Club'), +(1032223, 12984, 0, 1, 1, 1, 'Skycaller'), +(1032223, 12985, 0, 1, 1, 1, 'Ring of Defense'), +(1032223, 12987, 0, 1, 1, 1, 'Darkweave Breeches'), +(1032223, 12988, 0, 1, 1, 1, 'Starsight Tunic'), +(1032223, 12989, 0, 1, 1, 1, 'Gargoyle\'s Bite'), +(1032223, 12990, 0, 1, 1, 1, 'Razor\'s Edge'), +(1032223, 12992, 0, 1, 1, 1, 'Searing Blade'), +(1032223, 12994, 0, 1, 1, 1, 'Thorbia\'s Gauntlets'), +(1032223, 12996, 0, 1, 1, 1, 'Band of Purification'), +(1032223, 12997, 0, 1, 1, 1, 'Redbeard Crest'), +(1032223, 12998, 0, 1, 1, 1, 'Magician\'s Mantle'), +(1032223, 12999, 0, 1, 1, 1, 'Drakewing Bands'), +(1032223, 13010, 0, 1, 1, 1, 'Dreamsinger Legguards'), +(1032223, 13016, 0, 1, 1, 1, 'Killmaim'), +(1032223, 13041, 0, 1, 1, 1, 'Guardian Blade'), +(1032223, 13136, 0, 1, 1, 1, 'Lil Timmy\'s Peashooter'), +(1032323, 890, 0, 1, 1, 1, 'Twisted Chanter\'s Staff'), +(1032323, 1121, 0, 1, 1, 1, 'Feet of the Lynx'), +(1032323, 2059, 0, 1, 1, 1, 'Sentry Cloak'), +(1032323, 2194, 0, 1, 1, 1, 'Diamond Hammer'), +(1032323, 2236, 0, 1, 1, 1, 'Blackfang'), +(1032323, 2256, 0, 1, 1, 1, 'Skeletal Club'), +(1032323, 2879, 0, 1, 1, 1, 'Antipodean Rod'), +(1032323, 2911, 0, 1, 1, 1, 'Keller\'s Girdle'), +(1032323, 3021, 0, 1, 1, 1, 'Ranger Bow'), +(1032323, 12979, 0, 1, 1, 1, 'Firebane Cloak'), +(1032323, 12982, 0, 1, 1, 1, 'Silver-linked Footguards'), +(1032323, 12983, 0, 1, 1, 1, 'Rakzur Club'), +(1032323, 12984, 0, 1, 1, 1, 'Skycaller'), +(1032323, 12985, 0, 1, 1, 1, 'Ring of Defense'), +(1032323, 12987, 0, 1, 1, 1, 'Darkweave Breeches'), +(1032323, 12988, 0, 1, 1, 1, 'Starsight Tunic'), +(1032323, 12989, 0, 1, 1, 1, 'Gargoyle\'s Bite'), +(1032323, 12990, 0, 1, 1, 1, 'Razor\'s Edge'), +(1032323, 12992, 0, 1, 1, 1, 'Searing Blade'), +(1032323, 12994, 0, 1, 1, 1, 'Thorbia\'s Gauntlets'), +(1032323, 12996, 0, 1, 1, 1, 'Band of Purification'), +(1032323, 12997, 0, 1, 1, 1, 'Redbeard Crest'), +(1032323, 12998, 0, 1, 1, 1, 'Magician\'s Mantle'), +(1032323, 12999, 0, 1, 1, 1, 'Drakewing Bands'), +(1032323, 13136, 0, 1, 1, 1, 'Lil Timmy\'s Peashooter'), +(1032324, 890, 0, 1, 1, 1, 'Twisted Chanter\'s Staff'), +(1032324, 1121, 0, 1, 1, 1, 'Feet of the Lynx'), +(1032324, 2011, 0, 1, 1, 1, 'Twisted Sabre'), +(1032324, 2059, 0, 1, 1, 1, 'Sentry Cloak'), +(1032324, 2098, 0, 1, 1, 1, 'Double-barreled Shotgun'), +(1032324, 2194, 0, 1, 1, 1, 'Diamond Hammer'), +(1032324, 2236, 0, 1, 1, 1, 'Blackfang'), +(1032324, 2256, 0, 1, 1, 1, 'Skeletal Club'), +(1032324, 2800, 0, 1, 1, 1, 'Black Velvet Robes'), +(1032324, 2879, 0, 1, 1, 1, 'Antipodean Rod'), +(1032324, 2911, 0, 1, 1, 1, 'Keller\'s Girdle'), +(1032324, 3021, 0, 1, 1, 1, 'Ranger Bow'), +(1032324, 12979, 0, 1, 1, 1, 'Firebane Cloak'), +(1032324, 12982, 0, 1, 1, 1, 'Silver-linked Footguards'), +(1032324, 12983, 0, 1, 1, 1, 'Rakzur Club'), +(1032324, 12984, 0, 1, 1, 1, 'Skycaller'), +(1032324, 12985, 0, 1, 1, 1, 'Ring of Defense'), +(1032324, 12987, 0, 1, 1, 1, 'Darkweave Breeches'), +(1032324, 12988, 0, 1, 1, 1, 'Starsight Tunic'), +(1032324, 12989, 0, 1, 1, 1, 'Gargoyle\'s Bite'), +(1032324, 12990, 0, 1, 1, 1, 'Razor\'s Edge'), +(1032324, 12992, 0, 1, 1, 1, 'Searing Blade'), +(1032324, 12994, 0, 1, 1, 1, 'Thorbia\'s Gauntlets'), +(1032324, 12996, 0, 1, 1, 1, 'Band of Purification'), +(1032324, 12997, 0, 1, 1, 1, 'Redbeard Crest'), +(1032324, 12998, 0, 1, 1, 1, 'Magician\'s Mantle'), +(1032324, 12999, 0, 1, 1, 1, 'Drakewing Bands'), +(1032324, 13010, 0, 1, 1, 1, 'Dreamsinger Legguards'), +(1032324, 13011, 0, 1, 1, 1, 'Silver-lined Belt'), +(1032324, 13012, 0, 1, 1, 1, 'Yorgen Bracers'), +(1032324, 13016, 0, 1, 1, 1, 'Killmaim'), +(1032324, 13032, 0, 1, 1, 1, 'Sword of Corruption'), +(1032324, 13041, 0, 1, 1, 1, 'Guardian Blade'), +(1032324, 13062, 0, 1, 1, 1, 'Thunderwood'), +(1032324, 13136, 0, 1, 1, 1, 'Lil Timmy\'s Peashooter'), +(1032424, 890, 0, 1, 1, 1, 'Twisted Chanter\'s Staff'), +(1032424, 1121, 0, 1, 1, 1, 'Feet of the Lynx'), +(1032424, 2011, 0, 1, 1, 1, 'Twisted Sabre'), +(1032424, 2059, 0, 1, 1, 1, 'Sentry Cloak'), +(1032424, 2194, 0, 1, 1, 1, 'Diamond Hammer'), +(1032424, 2236, 0, 1, 1, 1, 'Blackfang'), +(1032424, 2256, 0, 1, 1, 1, 'Skeletal Club'), +(1032424, 2800, 0, 1, 1, 1, 'Black Velvet Robes'), +(1032424, 2879, 0, 1, 1, 1, 'Antipodean Rod'), +(1032424, 2911, 0, 1, 1, 1, 'Keller\'s Girdle'), +(1032424, 3021, 0, 1, 1, 1, 'Ranger Bow'), +(1032424, 12985, 0, 1, 1, 1, 'Ring of Defense'), +(1032424, 12987, 0, 1, 1, 1, 'Darkweave Breeches'), +(1032424, 12988, 0, 1, 1, 1, 'Starsight Tunic'), +(1032424, 12989, 0, 1, 1, 1, 'Gargoyle\'s Bite'), +(1032424, 12990, 0, 1, 1, 1, 'Razor\'s Edge'), +(1032424, 12992, 0, 1, 1, 1, 'Searing Blade'), +(1032424, 12994, 0, 1, 1, 1, 'Thorbia\'s Gauntlets'), +(1032424, 12996, 0, 1, 1, 1, 'Band of Purification'), +(1032424, 12997, 0, 1, 1, 1, 'Redbeard Crest'), +(1032424, 12998, 0, 1, 1, 1, 'Magician\'s Mantle'), +(1032424, 12999, 0, 1, 1, 1, 'Drakewing Bands'), +(1032424, 13010, 0, 1, 1, 1, 'Dreamsinger Legguards'), +(1032424, 13016, 0, 1, 1, 1, 'Killmaim'), +(1032424, 13032, 0, 1, 1, 1, 'Sword of Corruption'), +(1032424, 13041, 0, 1, 1, 1, 'Guardian Blade'), +(1032425, 720, 0, 1, 1, 1, 'Brawler Gloves'), +(1032425, 890, 0, 1, 1, 1, 'Twisted Chanter\'s Staff'), +(1032425, 1121, 0, 1, 1, 1, 'Feet of the Lynx'), +(1032425, 2011, 0, 1, 1, 1, 'Twisted Sabre'), +(1032425, 2059, 0, 1, 1, 1, 'Sentry Cloak'), +(1032425, 2098, 0, 1, 1, 1, 'Double-barreled Shotgun'), +(1032425, 2194, 0, 1, 1, 1, 'Diamond Hammer'), +(1032425, 2236, 0, 1, 1, 1, 'Blackfang'), +(1032425, 2256, 0, 1, 1, 1, 'Skeletal Club'), +(1032425, 2800, 0, 1, 1, 1, 'Black Velvet Robes'), +(1032425, 2879, 0, 1, 1, 1, 'Antipodean Rod'), +(1032425, 2911, 0, 1, 1, 1, 'Keller\'s Girdle'), +(1032425, 3021, 0, 1, 1, 1, 'Ranger Bow'), +(1032425, 3203, 0, 1, 1, 1, 'Dense Triangle Mace'), +(1032425, 12982, 0, 1, 1, 1, 'Silver-linked Footguards'), +(1032425, 12983, 0, 1, 1, 1, 'Rakzur Club'), +(1032425, 12985, 0, 1, 1, 1, 'Ring of Defense'), +(1032425, 12987, 0, 1, 1, 1, 'Darkweave Breeches'), +(1032425, 12988, 0, 1, 1, 1, 'Starsight Tunic'), +(1032425, 12989, 0, 1, 1, 1, 'Gargoyle\'s Bite'), +(1032425, 12990, 0, 1, 1, 1, 'Razor\'s Edge'), +(1032425, 12992, 0, 1, 1, 1, 'Searing Blade'), +(1032425, 12994, 0, 1, 1, 1, 'Thorbia\'s Gauntlets'), +(1032425, 12996, 0, 1, 1, 1, 'Band of Purification'), +(1032425, 12997, 0, 1, 1, 1, 'Redbeard Crest'), +(1032425, 12998, 0, 1, 1, 1, 'Magician\'s Mantle'), +(1032425, 12999, 0, 1, 1, 1, 'Drakewing Bands'), +(1032425, 13005, 0, 1, 1, 1, 'Amy\'s Blanket'), +(1032425, 13010, 0, 1, 1, 1, 'Dreamsinger Legguards'), +(1032425, 13011, 0, 1, 1, 1, 'Silver-lined Belt'), +(1032425, 13012, 0, 1, 1, 1, 'Yorgen Bracers'), +(1032425, 13016, 0, 1, 1, 1, 'Killmaim'), +(1032425, 13031, 0, 1, 1, 1, 'Orb of Mistmantle'), +(1032425, 13032, 0, 1, 1, 1, 'Sword of Corruption'), +(1032425, 13041, 0, 1, 1, 1, 'Guardian Blade'), +(1032425, 13057, 0, 1, 1, 1, 'Bloodpike'), +(1032425, 13062, 0, 1, 1, 1, 'Thunderwood'), +(1032425, 13136, 0, 1, 1, 1, 'Lil Timmy\'s Peashooter'), +(1032525, 890, 0, 1, 1, 1, 'Twisted Chanter\'s Staff'), +(1032525, 1121, 0, 1, 1, 1, 'Feet of the Lynx'), +(1032525, 2011, 0, 1, 1, 1, 'Twisted Sabre'), +(1032525, 2059, 0, 1, 1, 1, 'Sentry Cloak'), +(1032525, 2098, 0, 1, 1, 1, 'Double-barreled Shotgun'), +(1032525, 2194, 0, 1, 1, 1, 'Diamond Hammer'), +(1032525, 2236, 0, 1, 1, 1, 'Blackfang'), +(1032525, 2256, 0, 1, 1, 1, 'Skeletal Club'), +(1032525, 2800, 0, 1, 1, 1, 'Black Velvet Robes'), +(1032525, 2911, 0, 1, 1, 1, 'Keller\'s Girdle'), +(1032525, 3021, 0, 1, 1, 1, 'Ranger Bow'), +(1032525, 12990, 0, 1, 1, 1, 'Razor\'s Edge'), +(1032525, 12992, 0, 1, 1, 1, 'Searing Blade'), +(1032525, 12994, 0, 1, 1, 1, 'Thorbia\'s Gauntlets'), +(1032525, 12996, 0, 1, 1, 1, 'Band of Purification'), +(1032525, 12997, 0, 1, 1, 1, 'Redbeard Crest'), +(1032525, 12998, 0, 1, 1, 1, 'Magician\'s Mantle'), +(1032525, 12999, 0, 1, 1, 1, 'Drakewing Bands'), +(1032525, 13010, 0, 1, 1, 1, 'Dreamsinger Legguards'), +(1032525, 13011, 0, 1, 1, 1, 'Silver-lined Belt'), +(1032525, 13012, 0, 1, 1, 1, 'Yorgen Bracers'), +(1032525, 13016, 0, 1, 1, 1, 'Killmaim'), +(1032525, 13032, 0, 1, 1, 1, 'Sword of Corruption'), +(1032525, 13041, 0, 1, 1, 1, 'Guardian Blade'), +(1032525, 13062, 0, 1, 1, 1, 'Thunderwood'), +(1032525, 13031, 0, 1, 1, 1, 'Orb of Mistmantle'), +(1032526, 720, 0, 1, 1, 1, 'Brawler Gloves'), +(1032526, 890, 0, 1, 1, 1, 'Twisted Chanter\'s Staff'), +(1032526, 1121, 0, 1, 1, 1, 'Feet of the Lynx'), +(1032526, 2011, 0, 1, 1, 1, 'Twisted Sabre'), +(1032526, 2059, 0, 1, 1, 1, 'Sentry Cloak'), +(1032526, 2098, 0, 1, 1, 1, 'Double-barreled Shotgun'), +(1032526, 2194, 0, 1, 1, 1, 'Diamond Hammer'), +(1032526, 2236, 0, 1, 1, 1, 'Blackfang'), +(1032526, 2256, 0, 1, 1, 1, 'Skeletal Club'), +(1032526, 2800, 0, 1, 1, 1, 'Black Velvet Robes'), +(1032526, 2911, 0, 1, 1, 1, 'Keller\'s Girdle'), +(1032526, 3021, 0, 1, 1, 1, 'Ranger Bow'), +(1032526, 3203, 0, 1, 1, 1, 'Dense Triangle Mace'), +(1032526, 12988, 0, 1, 1, 1, 'Starsight Tunic'), +(1032526, 12990, 0, 1, 1, 1, 'Razor\'s Edge'), +(1032526, 12992, 0, 1, 1, 1, 'Searing Blade'), +(1032526, 12994, 0, 1, 1, 1, 'Thorbia\'s Gauntlets'), +(1032526, 12996, 0, 1, 1, 1, 'Band of Purification'), +(1032526, 12997, 0, 1, 1, 1, 'Redbeard Crest'), +(1032526, 12998, 0, 1, 1, 1, 'Magician\'s Mantle'), +(1032526, 12999, 0, 1, 1, 1, 'Drakewing Bands'), +(1032526, 13005, 0, 1, 1, 1, 'Amy\'s Blanket'), +(1032526, 13010, 0, 1, 1, 1, 'Dreamsinger Legguards'), +(1032526, 13011, 0, 1, 1, 1, 'Silver-lined Belt'), +(1032526, 13012, 0, 1, 1, 1, 'Yorgen Bracers'), +(1032526, 13016, 0, 1, 1, 1, 'Killmaim'), +(1032526, 13031, 0, 1, 1, 1, 'Orb of Mistmantle'), +(1032526, 13032, 0, 1, 1, 1, 'Sword of Corruption'), +(1032526, 13041, 0, 1, 1, 1, 'Guardian Blade'), +(1032526, 13049, 0, 1, 1, 1, 'Deanship Claymore'), +(1032526, 13057, 0, 1, 1, 1, 'Bloodpike'), +(1032526, 13062, 0, 1, 1, 1, 'Thunderwood'), +(1032526, 13097, 0, 1, 1, 1, 'Thunderbrow Ring'), +(1032526, 13099, 0, 1, 1, 1, 'Moccasins of the White Hare'), +(1032526, 13131, 0, 1, 1, 1, 'Sparkleshell Mantle'), +(1032626, 720, 0, 1, 1, 1, 'Brawler Gloves'), +(1032626, 890, 0, 1, 1, 1, 'Twisted Chanter\'s Staff'), +(1032626, 1121, 0, 1, 1, 1, 'Feet of the Lynx'), +(1032626, 2011, 0, 1, 1, 1, 'Twisted Sabre'), +(1032626, 2059, 0, 1, 1, 1, 'Sentry Cloak'), +(1032626, 2098, 0, 1, 1, 1, 'Double-barreled Shotgun'), +(1032626, 2194, 0, 1, 1, 1, 'Diamond Hammer'), +(1032626, 2236, 0, 1, 1, 1, 'Blackfang'), +(1032626, 2256, 0, 1, 1, 1, 'Skeletal Club'), +(1032626, 2800, 0, 1, 1, 1, 'Black Velvet Robes'), +(1032626, 3021, 0, 1, 1, 1, 'Ranger Bow'), +(1032626, 3203, 0, 1, 1, 1, 'Dense Triangle Mace'), +(1032626, 12997, 0, 1, 1, 1, 'Redbeard Crest'), +(1032626, 12998, 0, 1, 1, 1, 'Magician\'s Mantle'), +(1032626, 12999, 0, 1, 1, 1, 'Drakewing Bands'), +(1032626, 13005, 0, 1, 1, 1, 'Amy\'s Blanket'), +(1032626, 13010, 0, 1, 1, 1, 'Dreamsinger Legguards'), +(1032626, 13011, 0, 1, 1, 1, 'Silver-lined Belt'), +(1032626, 13012, 0, 1, 1, 1, 'Yorgen Bracers'), +(1032626, 13016, 0, 1, 1, 1, 'Killmaim'), +(1032626, 13031, 0, 1, 1, 1, 'Orb of Mistmantle'), +(1032626, 13032, 0, 1, 1, 1, 'Sword of Corruption'), +(1032626, 13041, 0, 1, 1, 1, 'Guardian Blade'), +(1032626, 13057, 0, 1, 1, 1, 'Bloodpike'), +(1032626, 13062, 0, 1, 1, 1, 'Thunderwood'), +(1032627, 720, 0, 1, 1, 1, 'Brawler Gloves'), +(1032627, 890, 0, 1, 1, 1, 'Twisted Chanter\'s Staff'), +(1032627, 1121, 0, 1, 1, 1, 'Feet of the Lynx'), +(1032627, 1717, 0, 1, 1, 1, 'Double Link Tunic'), +(1032627, 2011, 0, 1, 1, 1, 'Twisted Sabre'), +(1032627, 2059, 0, 1, 1, 1, 'Sentry Cloak'), +(1032627, 2098, 0, 1, 1, 1, 'Double-barreled Shotgun'), +(1032627, 2194, 0, 1, 1, 1, 'Diamond Hammer'), +(1032627, 2236, 0, 1, 1, 1, 'Blackfang'), +(1032627, 2256, 0, 1, 1, 1, 'Skeletal Club'), +(1032627, 2800, 0, 1, 1, 1, 'Black Velvet Robes'), +(1032627, 2878, 0, 1, 1, 1, 'Bearded Boneaxe'), +(1032627, 3021, 0, 1, 1, 1, 'Ranger Bow'), +(1032627, 3203, 0, 1, 1, 1, 'Dense Triangle Mace'), +(1032627, 12994, 0, 1, 1, 1, 'Thorbia\'s Gauntlets'), +(1032627, 12997, 0, 1, 1, 1, 'Redbeard Crest'), +(1032627, 12998, 0, 1, 1, 1, 'Magician\'s Mantle'), +(1032627, 12999, 0, 1, 1, 1, 'Drakewing Bands'), +(1032627, 13005, 0, 1, 1, 1, 'Amy\'s Blanket'), +(1032627, 13010, 0, 1, 1, 1, 'Dreamsinger Legguards'), +(1032627, 13011, 0, 1, 1, 1, 'Silver-lined Belt'), +(1032627, 13012, 0, 1, 1, 1, 'Yorgen Bracers'), +(1032627, 13016, 0, 1, 1, 1, 'Killmaim'), +(1032627, 13024, 0, 1, 1, 1, 'Beazel\'s Basher'), +(1032627, 13031, 0, 1, 1, 1, 'Orb of Mistmantle'), +(1032627, 13032, 0, 1, 1, 1, 'Sword of Corruption'), +(1032627, 13041, 0, 1, 1, 1, 'Guardian Blade'), +(1032627, 13049, 0, 1, 1, 1, 'Deanship Claymore'), +(1032627, 13057, 0, 1, 1, 1, 'Bloodpike'), +(1032627, 13062, 0, 1, 1, 1, 'Thunderwood'), +(1032627, 13094, 0, 1, 1, 1, 'The Queen\'s Jewel'), +(1032627, 13097, 0, 1, 1, 1, 'Thunderbrow Ring'), +(1032627, 13099, 0, 1, 1, 1, 'Moccasins of the White Hare'), +(1032627, 13131, 0, 1, 1, 1, 'Sparkleshell Mantle'), +(1032727, 720, 0, 1, 1, 1, 'Brawler Gloves'), +(1032727, 2011, 0, 1, 1, 1, 'Twisted Sabre'), +(1032727, 2098, 0, 1, 1, 1, 'Double-barreled Shotgun'), +(1032727, 2194, 0, 1, 1, 1, 'Diamond Hammer'), +(1032727, 2236, 0, 1, 1, 1, 'Blackfang'), +(1032727, 2800, 0, 1, 1, 1, 'Black Velvet Robes'), +(1032727, 3021, 0, 1, 1, 1, 'Ranger Bow'), +(1032727, 3203, 0, 1, 1, 1, 'Dense Triangle Mace'), +(1032727, 12998, 0, 1, 1, 1, 'Magician\'s Mantle'), +(1032727, 12999, 0, 1, 1, 1, 'Drakewing Bands'), +(1032727, 13005, 0, 1, 1, 1, 'Amy\'s Blanket'), +(1032727, 13010, 0, 1, 1, 1, 'Dreamsinger Legguards'), +(1032727, 13011, 0, 1, 1, 1, 'Silver-lined Belt'), +(1032727, 13012, 0, 1, 1, 1, 'Yorgen Bracers'), +(1032727, 13016, 0, 1, 1, 1, 'Killmaim'), +(1032727, 13024, 0, 1, 1, 1, 'Beazel\'s Basher'), +(1032727, 13031, 0, 1, 1, 1, 'Orb of Mistmantle'), +(1032727, 13032, 0, 1, 1, 1, 'Sword of Corruption'), +(1032727, 13041, 0, 1, 1, 1, 'Guardian Blade'), +(1032727, 13049, 0, 1, 1, 1, 'Deanship Claymore'), +(1032727, 13057, 0, 1, 1, 1, 'Bloodpike'), +(1032727, 13062, 0, 1, 1, 1, 'Thunderwood'), +(1032727, 13097, 0, 1, 1, 1, 'Thunderbrow Ring'), +(1032727, 13099, 0, 1, 1, 1, 'Moccasins of the White Hare'), +(1032727, 13131, 0, 1, 1, 1, 'Sparkleshell Mantle'), +(1032728, 720, 0, 1, 1, 1, 'Brawler Gloves'), +(1032728, 791, 0, 1, 1, 1, 'Gnarled Ash Staff'), +(1032728, 890, 0, 1, 1, 1, 'Twisted Chanter\'s Staff'), +(1032728, 1717, 0, 1, 1, 1, 'Double Link Tunic'), +(1032728, 2011, 0, 1, 1, 1, 'Twisted Sabre'), +(1032728, 2098, 0, 1, 1, 1, 'Double-barreled Shotgun'), +(1032728, 2194, 0, 1, 1, 1, 'Diamond Hammer'), +(1032728, 2236, 0, 1, 1, 1, 'Blackfang'), +(1032728, 2278, 0, 1, 1, 1, 'Forest Tracker Epaulets'), +(1032728, 2800, 0, 1, 1, 1, 'Black Velvet Robes'), +(1032728, 2878, 0, 1, 1, 1, 'Bearded Boneaxe'), +(1032728, 3021, 0, 1, 1, 1, 'Ranger Bow'), +(1032728, 3203, 0, 1, 1, 1, 'Dense Triangle Mace'), +(1032728, 12974, 0, 1, 1, 1, 'The Black Knight'), +(1032728, 12997, 0, 1, 1, 1, 'Redbeard Crest'), +(1032728, 12998, 0, 1, 1, 1, 'Magician\'s Mantle'), +(1032728, 12999, 0, 1, 1, 1, 'Drakewing Bands'), +(1032728, 13005, 0, 1, 1, 1, 'Amy\'s Blanket'), +(1032728, 13010, 0, 1, 1, 1, 'Dreamsinger Legguards'), +(1032728, 13011, 0, 1, 1, 1, 'Silver-lined Belt'), +(1032728, 13012, 0, 1, 1, 1, 'Yorgen Bracers'), +(1032728, 13016, 0, 1, 1, 1, 'Killmaim'), +(1032728, 13024, 0, 1, 1, 1, 'Beazel\'s Basher'), +(1032728, 13031, 0, 1, 1, 1, 'Orb of Mistmantle'), +(1032728, 13032, 0, 1, 1, 1, 'Sword of Corruption'), +(1032728, 13041, 0, 1, 1, 1, 'Guardian Blade'), +(1032728, 13048, 0, 1, 1, 1, 'Looming Gavel'), +(1032728, 13049, 0, 1, 1, 1, 'Deanship Claymore'), +(1032728, 13057, 0, 1, 1, 1, 'Bloodpike'), +(1032728, 13062, 0, 1, 1, 1, 'Thunderwood'), +(1032728, 13079, 0, 1, 1, 1, 'Shield of Thorsen'), +(1032728, 13094, 0, 1, 1, 1, 'The Queen\'s Jewel'), +(1032728, 13097, 0, 1, 1, 1, 'Thunderbrow Ring'), +(1032728, 13099, 0, 1, 1, 1, 'Moccasins of the White Hare'), +(1032728, 13106, 0, 1, 1, 1, 'Glowing Magical Bracelets'), +(1032728, 13114, 0, 1, 1, 1, 'Troll\'s Bane Leggings'), +(1032728, 13131, 0, 1, 1, 1, 'Sparkleshell Mantle'), +(1032828, 720, 0, 1, 1, 1, 'Brawler Gloves'), +(1032828, 1717, 0, 1, 1, 1, 'Double Link Tunic'), +(1032828, 2011, 0, 1, 1, 1, 'Twisted Sabre'), +(1032828, 2098, 0, 1, 1, 1, 'Double-barreled Shotgun'), +(1032828, 2800, 0, 1, 1, 1, 'Black Velvet Robes'), +(1032828, 2878, 0, 1, 1, 1, 'Bearded Boneaxe'), +(1032828, 3203, 0, 1, 1, 1, 'Dense Triangle Mace'), +(1032828, 13005, 0, 1, 1, 1, 'Amy\'s Blanket'), +(1032828, 13010, 0, 1, 1, 1, 'Dreamsinger Legguards'), +(1032828, 13011, 0, 1, 1, 1, 'Silver-lined Belt'), +(1032828, 13012, 0, 1, 1, 1, 'Yorgen Bracers'), +(1032828, 13016, 0, 1, 1, 1, 'Killmaim'), +(1032828, 13024, 0, 1, 1, 1, 'Beazel\'s Basher'), +(1032828, 13031, 0, 1, 1, 1, 'Orb of Mistmantle'), +(1032828, 13032, 0, 1, 1, 1, 'Sword of Corruption'), +(1032828, 13041, 0, 1, 1, 1, 'Guardian Blade'), +(1032828, 13049, 0, 1, 1, 1, 'Deanship Claymore'), +(1032828, 13057, 0, 1, 1, 1, 'Bloodpike'), +(1032828, 13062, 0, 1, 1, 1, 'Thunderwood'), +(1032828, 13079, 0, 1, 1, 1, 'Shield of Thorsen'), +(1032828, 13094, 0, 1, 1, 1, 'The Queen\'s Jewel'), +(1032828, 13097, 0, 1, 1, 1, 'Thunderbrow Ring'), +(1032828, 13099, 0, 1, 1, 1, 'Moccasins of the White Hare'), +(1032828, 13114, 0, 1, 1, 1, 'Troll\'s Bane Leggings'), +(1032828, 13131, 0, 1, 1, 1, 'Sparkleshell Mantle'), +(1032828, 2278, 0, 1, 1, 1, 'Forest Tracker Epaulets'), +(1032829, 720, 0, 1, 1, 1, 'Brawler Gloves'), +(1032829, 791, 0, 1, 1, 1, 'Gnarled Ash Staff'), +(1032829, 1717, 0, 1, 1, 1, 'Double Link Tunic'), +(1032829, 2011, 0, 1, 1, 1, 'Twisted Sabre'), +(1032829, 2098, 0, 1, 1, 1, 'Double-barreled Shotgun'), +(1032829, 2278, 0, 1, 1, 1, 'Forest Tracker Epaulets'), +(1032829, 2721, 0, 1, 1, 1, 'Holy Shroud'), +(1032829, 2800, 0, 1, 1, 1, 'Black Velvet Robes'), +(1032829, 2878, 0, 1, 1, 1, 'Bearded Boneaxe'), +(1032829, 3203, 0, 1, 1, 1, 'Dense Triangle Mace'), +(1032829, 12974, 0, 1, 1, 1, 'The Black Knight'), +(1032829, 12998, 0, 1, 1, 1, 'Magician\'s Mantle'), +(1032829, 13005, 0, 1, 1, 1, 'Amy\'s Blanket'), +(1032829, 13010, 0, 1, 1, 1, 'Dreamsinger Legguards'), +(1032829, 13011, 0, 1, 1, 1, 'Silver-lined Belt'), +(1032829, 13012, 0, 1, 1, 1, 'Yorgen Bracers'), +(1032829, 13016, 0, 1, 1, 1, 'Killmaim'), +(1032829, 13019, 0, 1, 1, 1, 'Harpyclaw Short Bow'), +(1032829, 13024, 0, 1, 1, 1, 'Beazel\'s Basher'), +(1032829, 13031, 0, 1, 1, 1, 'Orb of Mistmantle'), +(1032829, 13032, 0, 1, 1, 1, 'Sword of Corruption'), +(1032829, 13037, 0, 1, 1, 1, 'Crystalpine Stinger'), +(1032829, 13041, 0, 1, 1, 1, 'Guardian Blade'), +(1032829, 13048, 0, 1, 1, 1, 'Looming Gavel'), +(1032829, 13049, 0, 1, 1, 1, 'Deanship Claymore'), +(1032829, 13057, 0, 1, 1, 1, 'Bloodpike'), +(1032829, 13062, 0, 1, 1, 1, 'Thunderwood'), +(1032829, 13079, 0, 1, 1, 1, 'Shield of Thorsen'), +(1032829, 13094, 0, 1, 1, 1, 'The Queen\'s Jewel'), +(1032829, 13097, 0, 1, 1, 1, 'Thunderbrow Ring'), +(1032829, 13099, 0, 1, 1, 1, 'Moccasins of the White Hare'), +(1032829, 13106, 0, 1, 1, 1, 'Glowing Magical Bracelets'), +(1032829, 13114, 0, 1, 1, 1, 'Troll\'s Bane Leggings'), +(1032829, 13127, 0, 1, 1, 1, 'Frostreaver Crown'), +(1032829, 13131, 0, 1, 1, 1, 'Sparkleshell Mantle'), +(1032929, 720, 0, 1, 1, 1, 'Brawler Gloves'), +(1032929, 791, 0, 1, 1, 1, 'Gnarled Ash Staff'), +(1032929, 1717, 0, 1, 1, 1, 'Double Link Tunic'), +(1032929, 2098, 0, 1, 1, 1, 'Double-barreled Shotgun'), +(1032929, 2278, 0, 1, 1, 1, 'Forest Tracker Epaulets'), +(1032929, 2878, 0, 1, 1, 1, 'Bearded Boneaxe'), +(1032929, 3203, 0, 1, 1, 1, 'Dense Triangle Mace'), +(1032929, 12974, 0, 1, 1, 1, 'The Black Knight'), +(1032929, 13005, 0, 1, 1, 1, 'Amy\'s Blanket'), +(1032929, 13011, 0, 1, 1, 1, 'Silver-lined Belt'), +(1032929, 13012, 0, 1, 1, 1, 'Yorgen Bracers'), +(1032929, 13024, 0, 1, 1, 1, 'Beazel\'s Basher'), +(1032929, 13031, 0, 1, 1, 1, 'Orb of Mistmantle'), +(1032929, 13032, 0, 1, 1, 1, 'Sword of Corruption'), +(1032929, 13048, 0, 1, 1, 1, 'Looming Gavel'), +(1032929, 13049, 0, 1, 1, 1, 'Deanship Claymore'), +(1032929, 13057, 0, 1, 1, 1, 'Bloodpike'), +(1032929, 13062, 0, 1, 1, 1, 'Thunderwood'), +(1032929, 13079, 0, 1, 1, 1, 'Shield of Thorsen'), +(1032929, 13094, 0, 1, 1, 1, 'The Queen\'s Jewel'), +(1032929, 13097, 0, 1, 1, 1, 'Thunderbrow Ring'), +(1032929, 13099, 0, 1, 1, 1, 'Moccasins of the White Hare'), +(1032929, 13106, 0, 1, 1, 1, 'Glowing Magical Bracelets'), +(1032929, 13114, 0, 1, 1, 1, 'Troll\'s Bane Leggings'), +(1032929, 13131, 0, 1, 1, 1, 'Sparkleshell Mantle'), +(1032930, 720, 0, 1, 1, 1, 'Brawler Gloves'), +(1032930, 791, 0, 1, 1, 1, 'Gnarled Ash Staff'), +(1032930, 1717, 0, 1, 1, 1, 'Double Link Tunic'), +(1032930, 2098, 0, 1, 1, 1, 'Double-barreled Shotgun'), +(1032930, 2278, 0, 1, 1, 1, 'Forest Tracker Epaulets'), +(1032930, 2721, 0, 1, 1, 1, 'Holy Shroud'), +(1032930, 2877, 0, 1, 1, 1, 'Combatant Claymore'), +(1032930, 2878, 0, 1, 1, 1, 'Bearded Boneaxe'), +(1032930, 2912, 0, 1, 1, 1, 'Claw of the Shadowmancer'), +(1032930, 3203, 0, 1, 1, 1, 'Dense Triangle Mace'), +(1032930, 9405, 0, 1, 1, 1, 'Girdle of Golem Strength'), +(1032930, 12974, 0, 1, 1, 1, 'The Black Knight'), +(1032930, 13005, 0, 1, 1, 1, 'Amy\'s Blanket'), +(1032930, 13011, 0, 1, 1, 1, 'Silver-lined Belt'), +(1032930, 13012, 0, 1, 1, 1, 'Yorgen Bracers'), +(1032930, 13019, 0, 1, 1, 1, 'Harpyclaw Short Bow'), +(1032930, 13024, 0, 1, 1, 1, 'Beazel\'s Basher'), +(1032930, 13031, 0, 1, 1, 1, 'Orb of Mistmantle'), +(1032930, 13032, 0, 1, 1, 1, 'Sword of Corruption'), +(1032930, 13037, 0, 1, 1, 1, 'Crystalpine Stinger'), +(1032930, 13048, 0, 1, 1, 1, 'Looming Gavel'), +(1032930, 13049, 0, 1, 1, 1, 'Deanship Claymore'), +(1032930, 13057, 0, 1, 1, 1, 'Bloodpike'), +(1032930, 13062, 0, 1, 1, 1, 'Thunderwood'), +(1032930, 13079, 0, 1, 1, 1, 'Shield of Thorsen'), +(1032930, 13094, 0, 1, 1, 1, 'The Queen\'s Jewel'), +(1032930, 13097, 0, 1, 1, 1, 'Thunderbrow Ring'), +(1032930, 13099, 0, 1, 1, 1, 'Moccasins of the White Hare'), +(1032930, 13106, 0, 1, 1, 1, 'Glowing Magical Bracelets'), +(1032930, 13114, 0, 1, 1, 1, 'Troll\'s Bane Leggings'), +(1032930, 13127, 0, 1, 1, 1, 'Frostreaver Crown'), +(1032930, 13131, 0, 1, 1, 1, 'Sparkleshell Mantle'), +(1033030, 720, 0, 1, 1, 1, 'Brawler Gloves'), +(1033030, 791, 0, 1, 1, 1, 'Gnarled Ash Staff'), +(1033030, 1717, 0, 1, 1, 1, 'Double Link Tunic'), +(1033030, 2278, 0, 1, 1, 1, 'Forest Tracker Epaulets'), +(1033030, 2721, 0, 1, 1, 1, 'Holy Shroud'), +(1033030, 2877, 0, 1, 1, 1, 'Combatant Claymore'), +(1033030, 2878, 0, 1, 1, 1, 'Bearded Boneaxe'), +(1033030, 2912, 0, 1, 1, 1, 'Claw of the Shadowmancer'), +(1033030, 3020, 0, 1, 1, 1, 'Enduring Cap'), +(1033030, 3203, 0, 1, 1, 1, 'Dense Triangle Mace'), +(1033030, 9405, 0, 1, 1, 1, 'Girdle of Golem Strength'), +(1033030, 12974, 0, 1, 1, 1, 'The Black Knight'), +(1033030, 13005, 0, 1, 1, 1, 'Amy\'s Blanket'), +(1033030, 13019, 0, 1, 1, 1, 'Harpyclaw Short Bow'), +(1033030, 13024, 0, 1, 1, 1, 'Beazel\'s Basher'), +(1033030, 13031, 0, 1, 1, 1, 'Orb of Mistmantle'), +(1033030, 13037, 0, 1, 1, 1, 'Crystalpine Stinger'), +(1033030, 13048, 0, 1, 1, 1, 'Looming Gavel'), +(1033030, 13049, 0, 1, 1, 1, 'Deanship Claymore'), +(1033030, 13057, 0, 1, 1, 1, 'Bloodpike'), +(1033030, 13079, 0, 1, 1, 1, 'Shield of Thorsen'), +(1033030, 13094, 0, 1, 1, 1, 'The Queen\'s Jewel'), +(1033030, 13097, 0, 1, 1, 1, 'Thunderbrow Ring'), +(1033030, 13099, 0, 1, 1, 1, 'Moccasins of the White Hare'), +(1033030, 13106, 0, 1, 1, 1, 'Glowing Magical Bracelets'), +(1033030, 13114, 0, 1, 1, 1, 'Troll\'s Bane Leggings'), +(1033030, 13127, 0, 1, 1, 1, 'Frostreaver Crown'), +(1033030, 13131, 0, 1, 1, 1, 'Sparkleshell Mantle'), +(1033031, 720, 0, 1, 1, 1, 'Brawler Gloves'), +(1033031, 791, 0, 1, 1, 1, 'Gnarled Ash Staff'), +(1033031, 1717, 0, 1, 1, 1, 'Double Link Tunic'), +(1033031, 2278, 0, 1, 1, 1, 'Forest Tracker Epaulets'), +(1033031, 2299, 0, 1, 1, 1, 'Burning War Axe'), +(1033031, 2721, 0, 1, 1, 1, 'Holy Shroud'), +(1033031, 2877, 0, 1, 1, 1, 'Combatant Claymore'), +(1033031, 2878, 0, 1, 1, 1, 'Bearded Boneaxe'), +(1033031, 2912, 0, 1, 1, 1, 'Claw of the Shadowmancer'), +(1033031, 3020, 0, 1, 1, 1, 'Enduring Cap'), +(1033031, 3203, 0, 1, 1, 1, 'Dense Triangle Mace'), +(1033031, 9395, 0, 1, 1, 1, 'Gloves of Old'), +(1033031, 9405, 0, 1, 1, 1, 'Girdle of Golem Strength'), +(1033031, 12974, 0, 1, 1, 1, 'The Black Knight'), +(1033031, 13005, 0, 1, 1, 1, 'Amy\'s Blanket'), +(1033031, 13019, 0, 1, 1, 1, 'Harpyclaw Short Bow'), +(1033031, 13024, 0, 1, 1, 1, 'Beazel\'s Basher'), +(1033031, 13031, 0, 1, 1, 1, 'Orb of Mistmantle'), +(1033031, 13033, 0, 1, 1, 1, 'Zealot Blade'), +(1033031, 13037, 0, 1, 1, 1, 'Crystalpine Stinger'), +(1033031, 13048, 0, 1, 1, 1, 'Looming Gavel'), +(1033031, 13049, 0, 1, 1, 1, 'Deanship Claymore'), +(1033031, 13057, 0, 1, 1, 1, 'Bloodpike'), +(1033031, 13063, 0, 1, 1, 1, 'Starfaller'), +(1033031, 13079, 0, 1, 1, 1, 'Shield of Thorsen'), +(1033031, 13087, 0, 1, 1, 1, 'River Pride Choker'), +(1033031, 13094, 0, 1, 1, 1, 'The Queen\'s Jewel'), +(1033031, 13097, 0, 1, 1, 1, 'Thunderbrow Ring'), +(1033031, 13099, 0, 1, 1, 1, 'Moccasins of the White Hare'), +(1033031, 13106, 0, 1, 1, 1, 'Glowing Magical Bracelets'), +(1033031, 13108, 0, 1, 1, 1, 'Tigerstrike Mantle'), +(1033031, 13114, 0, 1, 1, 1, 'Troll\'s Bane Leggings'), +(1033031, 13127, 0, 1, 1, 1, 'Frostreaver Crown'), +(1033031, 13131, 0, 1, 1, 1, 'Sparkleshell Mantle'), +(1033031, 13137, 0, 1, 1, 1, 'Ironweaver'), +(1033131, 791, 0, 1, 1, 1, 'Gnarled Ash Staff'), +(1033131, 1717, 0, 1, 1, 1, 'Double Link Tunic'), +(1033131, 2278, 0, 1, 1, 1, 'Forest Tracker Epaulets'), +(1033131, 2299, 0, 1, 1, 1, 'Burning War Axe'), +(1033131, 2721, 0, 1, 1, 1, 'Holy Shroud'), +(1033131, 2877, 0, 1, 1, 1, 'Combatant Claymore'), +(1033131, 2878, 0, 1, 1, 1, 'Bearded Boneaxe'), +(1033131, 2912, 0, 1, 1, 1, 'Claw of the Shadowmancer'), +(1033131, 3020, 0, 1, 1, 1, 'Enduring Cap'), +(1033131, 9405, 0, 1, 1, 1, 'Girdle of Golem Strength'), +(1033131, 12974, 0, 1, 1, 1, 'The Black Knight'), +(1033131, 13019, 0, 1, 1, 1, 'Harpyclaw Short Bow'), +(1033131, 13024, 0, 1, 1, 1, 'Beazel\'s Basher'), +(1033131, 13037, 0, 1, 1, 1, 'Crystalpine Stinger'), +(1033131, 13048, 0, 1, 1, 1, 'Looming Gavel'), +(1033131, 13049, 0, 1, 1, 1, 'Deanship Claymore'), +(1033131, 13079, 0, 1, 1, 1, 'Shield of Thorsen'), +(1033131, 13087, 0, 1, 1, 1, 'River Pride Choker'), +(1033131, 13094, 0, 1, 1, 1, 'The Queen\'s Jewel'), +(1033131, 13097, 0, 1, 1, 1, 'Thunderbrow Ring'), +(1033131, 13099, 0, 1, 1, 1, 'Moccasins of the White Hare'), +(1033131, 13106, 0, 1, 1, 1, 'Glowing Magical Bracelets'), +(1033131, 13114, 0, 1, 1, 1, 'Troll\'s Bane Leggings'), +(1033131, 13127, 0, 1, 1, 1, 'Frostreaver Crown'), +(1033131, 13131, 0, 1, 1, 1, 'Sparkleshell Mantle'), +(1033132, 720, 0, 1, 1, 1, 'Brawler Gloves'), +(1033132, 791, 0, 1, 1, 1, 'Gnarled Ash Staff'), +(1033132, 1717, 0, 1, 1, 1, 'Double Link Tunic'), +(1033132, 2278, 0, 1, 1, 1, 'Forest Tracker Epaulets'), +(1033132, 2299, 0, 1, 1, 1, 'Burning War Axe'), +(1033132, 2565, 0, 1, 1, 1, 'Rod of Molten Fire'), +(1033132, 2721, 0, 1, 1, 1, 'Holy Shroud'), +(1033132, 2877, 0, 1, 1, 1, 'Combatant Claymore'), +(1033132, 2878, 0, 1, 1, 1, 'Bearded Boneaxe'), +(1033132, 2912, 0, 1, 1, 1, 'Claw of the Shadowmancer'), +(1033132, 3020, 0, 1, 1, 1, 'Enduring Cap'), +(1033132, 9395, 0, 1, 1, 1, 'Gloves of Old'), +(1033132, 9405, 0, 1, 1, 1, 'Girdle of Golem Strength'), +(1033132, 12974, 0, 1, 1, 1, 'The Black Knight'), +(1033132, 13019, 0, 1, 1, 1, 'Harpyclaw Short Bow'), +(1033132, 13024, 0, 1, 1, 1, 'Beazel\'s Basher'), +(1033132, 13031, 0, 1, 1, 1, 'Orb of Mistmantle'), +(1033132, 13033, 0, 1, 1, 1, 'Zealot Blade'), +(1033132, 13037, 0, 1, 1, 1, 'Crystalpine Stinger'), +(1033132, 13048, 0, 1, 1, 1, 'Looming Gavel'), +(1033132, 13049, 0, 1, 1, 1, 'Deanship Claymore'), +(1033132, 13063, 0, 1, 1, 1, 'Starfaller'), +(1033132, 13079, 0, 1, 1, 1, 'Shield of Thorsen'), +(1033132, 13084, 0, 1, 1, 1, 'Kaleidoscope Chain'), +(1033132, 13087, 0, 1, 1, 1, 'River Pride Choker'), +(1033132, 13094, 0, 1, 1, 1, 'The Queen\'s Jewel'), +(1033132, 13097, 0, 1, 1, 1, 'Thunderbrow Ring'), +(1033132, 13099, 0, 1, 1, 1, 'Moccasins of the White Hare'), +(1033132, 13106, 0, 1, 1, 1, 'Glowing Magical Bracelets'), +(1033132, 13108, 0, 1, 1, 1, 'Tigerstrike Mantle'), +(1033132, 13114, 0, 1, 1, 1, 'Troll\'s Bane Leggings'), +(1033132, 13127, 0, 1, 1, 1, 'Frostreaver Crown'), +(1033132, 13131, 0, 1, 1, 1, 'Sparkleshell Mantle'), +(1033132, 13137, 0, 1, 1, 1, 'Ironweaver'), +(1033232, 791, 0, 1, 1, 1, 'Gnarled Ash Staff'), +(1033232, 1717, 0, 1, 1, 1, 'Double Link Tunic'), +(1033232, 2278, 0, 1, 1, 1, 'Forest Tracker Epaulets'), +(1033232, 2299, 0, 1, 1, 1, 'Burning War Axe'), +(1033232, 2721, 0, 1, 1, 1, 'Holy Shroud'), +(1033232, 2877, 0, 1, 1, 1, 'Combatant Claymore'), +(1033232, 2878, 0, 1, 1, 1, 'Bearded Boneaxe'), +(1033232, 2912, 0, 1, 1, 1, 'Claw of the Shadowmancer'), +(1033232, 3020, 0, 1, 1, 1, 'Enduring Cap'), +(1033232, 9395, 0, 1, 1, 1, 'Gloves of Old'), +(1033232, 9405, 0, 1, 1, 1, 'Girdle of Golem Strength'), +(1033232, 12974, 0, 1, 1, 1, 'The Black Knight'), +(1033232, 13019, 0, 1, 1, 1, 'Harpyclaw Short Bow'), +(1033232, 13033, 0, 1, 1, 1, 'Zealot Blade'), +(1033232, 13037, 0, 1, 1, 1, 'Crystalpine Stinger'), +(1033232, 13048, 0, 1, 1, 1, 'Looming Gavel'), +(1033232, 13063, 0, 1, 1, 1, 'Starfaller'), +(1033232, 13079, 0, 1, 1, 1, 'Shield of Thorsen'), +(1033232, 13087, 0, 1, 1, 1, 'River Pride Choker'), +(1033232, 13094, 0, 1, 1, 1, 'The Queen\'s Jewel'), +(1033232, 13106, 0, 1, 1, 1, 'Glowing Magical Bracelets'), +(1033232, 13108, 0, 1, 1, 1, 'Tigerstrike Mantle'), +(1033232, 13114, 0, 1, 1, 1, 'Troll\'s Bane Leggings'), +(1033232, 13127, 0, 1, 1, 1, 'Frostreaver Crown'), +(1033232, 13137, 0, 1, 1, 1, 'Ironweaver'), +(1033233, 791, 0, 1, 1, 1, 'Gnarled Ash Staff'), +(1033233, 1717, 0, 1, 1, 1, 'Double Link Tunic'), +(1033233, 1726, 0, 1, 1, 1, 'Poison-tipped Bone Spear'), +(1033233, 2277, 0, 1, 1, 1, 'Necromancer Leggings'), +(1033233, 2278, 0, 1, 1, 1, 'Forest Tracker Epaulets'), +(1033233, 2299, 0, 1, 1, 1, 'Burning War Axe'), +(1033233, 2565, 0, 1, 1, 1, 'Rod of Molten Fire'), +(1033233, 2721, 0, 1, 1, 1, 'Holy Shroud'), +(1033233, 2877, 0, 1, 1, 1, 'Combatant Claymore'), +(1033233, 2878, 0, 1, 1, 1, 'Bearded Boneaxe'), +(1033233, 2912, 0, 1, 1, 1, 'Claw of the Shadowmancer'), +(1033233, 2951, 0, 1, 1, 1, 'Ring of the Underwood'), +(1033233, 3020, 0, 1, 1, 1, 'Enduring Cap'), +(1033233, 9385, 0, 1, 1, 1, 'Archaic Defender'), +(1033233, 9395, 0, 1, 1, 1, 'Gloves of Old'), +(1033233, 9405, 0, 1, 1, 1, 'Girdle of Golem Strength'), +(1033233, 9435, 0, 1, 1, 1, 'Reticulated Bone Gauntlets'), +(1033233, 12974, 0, 1, 1, 1, 'The Black Knight'), +(1033233, 13019, 0, 1, 1, 1, 'Harpyclaw Short Bow'), +(1033233, 13033, 0, 1, 1, 1, 'Zealot Blade'), +(1033233, 13037, 0, 1, 1, 1, 'Crystalpine Stinger'), +(1033233, 13045, 0, 1, 1, 1, 'Viscous Hammer'), +(1033233, 13048, 0, 1, 1, 1, 'Looming Gavel'), +(1033233, 13063, 0, 1, 1, 1, 'Starfaller'), +(1033233, 13079, 0, 1, 1, 1, 'Shield of Thorsen'), +(1033233, 13084, 0, 1, 1, 1, 'Kaleidoscope Chain'), +(1033233, 13087, 0, 1, 1, 1, 'River Pride Choker'), +(1033233, 13094, 0, 1, 1, 1, 'The Queen\'s Jewel'), +(1033233, 13106, 0, 1, 1, 1, 'Glowing Magical Bracelets'), +(1033233, 13108, 0, 1, 1, 1, 'Tigerstrike Mantle'), +(1033233, 13110, 0, 1, 1, 1, 'Wolffear Harness'), +(1033233, 13114, 0, 1, 1, 1, 'Troll\'s Bane Leggings'), +(1033233, 13124, 0, 1, 1, 1, 'Ravasaur Scale Boots'), +(1033233, 13127, 0, 1, 1, 1, 'Frostreaver Crown'), +(1033233, 13137, 0, 1, 1, 1, 'Ironweaver'), +(1033333, 791, 0, 1, 1, 1, 'Gnarled Ash Staff'), +(1033333, 2277, 0, 1, 1, 1, 'Necromancer Leggings'), +(1033333, 2278, 0, 1, 1, 1, 'Forest Tracker Epaulets'), +(1033333, 2299, 0, 1, 1, 1, 'Burning War Axe'), +(1033333, 2565, 0, 1, 1, 1, 'Rod of Molten Fire'), +(1033333, 2721, 0, 1, 1, 1, 'Holy Shroud'), +(1033333, 2877, 0, 1, 1, 1, 'Combatant Claymore'), +(1033333, 2912, 0, 1, 1, 1, 'Claw of the Shadowmancer'), +(1033333, 3020, 0, 1, 1, 1, 'Enduring Cap'), +(1033333, 9395, 0, 1, 1, 1, 'Gloves of Old'), +(1033333, 9405, 0, 1, 1, 1, 'Girdle of Golem Strength'), +(1033333, 12974, 0, 1, 1, 1, 'The Black Knight'), +(1033333, 13019, 0, 1, 1, 1, 'Harpyclaw Short Bow'), +(1033333, 13033, 0, 1, 1, 1, 'Zealot Blade'), +(1033333, 13037, 0, 1, 1, 1, 'Crystalpine Stinger'), +(1033333, 13045, 0, 1, 1, 1, 'Viscous Hammer'), +(1033333, 13048, 0, 1, 1, 1, 'Looming Gavel'), +(1033333, 13063, 0, 1, 1, 1, 'Starfaller'), +(1033333, 13084, 0, 1, 1, 1, 'Kaleidoscope Chain'), +(1033333, 13087, 0, 1, 1, 1, 'River Pride Choker'), +(1033333, 13106, 0, 1, 1, 1, 'Glowing Magical Bracelets'), +(1033333, 13108, 0, 1, 1, 1, 'Tigerstrike Mantle'), +(1033333, 13124, 0, 1, 1, 1, 'Ravasaur Scale Boots'), +(1033333, 13127, 0, 1, 1, 1, 'Frostreaver Crown'), +(1033333, 13137, 0, 1, 1, 1, 'Ironweaver'), +(1033334, 791, 0, 1, 1, 1, 'Gnarled Ash Staff'), +(1033334, 934, 0, 1, 1, 1, 'Stalvan\'s Reaper'), +(1033334, 1726, 0, 1, 1, 1, 'Poison-tipped Bone Spear'), +(1033334, 2276, 0, 1, 1, 1, 'Swampwalker Boots'), +(1033334, 2277, 0, 1, 1, 1, 'Necromancer Leggings'), +(1033334, 2278, 0, 1, 1, 1, 'Forest Tracker Epaulets'), +(1033334, 2299, 0, 1, 1, 1, 'Burning War Axe'), +(1033334, 2565, 0, 1, 1, 1, 'Rod of Molten Fire'), +(1033334, 2721, 0, 1, 1, 1, 'Holy Shroud'), +(1033334, 2877, 0, 1, 1, 1, 'Combatant Claymore'), +(1033334, 2912, 0, 1, 1, 1, 'Claw of the Shadowmancer'), +(1033334, 2951, 0, 1, 1, 1, 'Ring of the Underwood'), +(1033334, 3020, 0, 1, 1, 1, 'Enduring Cap'), +(1033334, 9385, 0, 1, 1, 1, 'Archaic Defender'), +(1033334, 9395, 0, 1, 1, 1, 'Gloves of Old'), +(1033334, 9405, 0, 1, 1, 1, 'Girdle of Golem Strength'), +(1033334, 9435, 0, 1, 1, 1, 'Reticulated Bone Gauntlets'), +(1033334, 12974, 0, 1, 1, 1, 'The Black Knight'), +(1033334, 13019, 0, 1, 1, 1, 'Harpyclaw Short Bow'), +(1033334, 13033, 0, 1, 1, 1, 'Zealot Blade'), +(1033334, 13037, 0, 1, 1, 1, 'Crystalpine Stinger'), +(1033334, 13045, 0, 1, 1, 1, 'Viscous Hammer'), +(1033334, 13048, 0, 1, 1, 1, 'Looming Gavel'), +(1033334, 13063, 0, 1, 1, 1, 'Starfaller'), +(1033334, 13084, 0, 1, 1, 1, 'Kaleidoscope Chain'), +(1033334, 13087, 0, 1, 1, 1, 'River Pride Choker'), +(1033334, 13093, 0, 1, 1, 1, 'Blush Ember Ring'), +(1033334, 13105, 0, 1, 1, 1, 'Sutarn\'s Ring'), +(1033334, 13106, 0, 1, 1, 1, 'Glowing Magical Bracelets'), +(1033334, 13108, 0, 1, 1, 1, 'Tigerstrike Mantle'), +(1033334, 13110, 0, 1, 1, 1, 'Wolffear Harness'), +(1033334, 13114, 0, 1, 1, 1, 'Troll\'s Bane Leggings'), +(1033334, 13124, 0, 1, 1, 1, 'Ravasaur Scale Boots'), +(1033334, 13127, 0, 1, 1, 1, 'Frostreaver Crown'), +(1033334, 13137, 0, 1, 1, 1, 'Ironweaver'), +(1033434, 1726, 0, 1, 1, 1, 'Poison-tipped Bone Spear'), +(1033434, 2277, 0, 1, 1, 1, 'Necromancer Leggings'), +(1033434, 2299, 0, 1, 1, 1, 'Burning War Axe'), +(1033434, 2565, 0, 1, 1, 1, 'Rod of Molten Fire'), +(1033434, 2721, 0, 1, 1, 1, 'Holy Shroud'), +(1033434, 2877, 0, 1, 1, 1, 'Combatant Claymore'), +(1033434, 2912, 0, 1, 1, 1, 'Claw of the Shadowmancer'), +(1033434, 2951, 0, 1, 1, 1, 'Ring of the Underwood'), +(1033434, 3020, 0, 1, 1, 1, 'Enduring Cap'), +(1033434, 9385, 0, 1, 1, 1, 'Archaic Defender'), +(1033434, 9395, 0, 1, 1, 1, 'Gloves of Old'), +(1033434, 9405, 0, 1, 1, 1, 'Girdle of Golem Strength'), +(1033434, 9435, 0, 1, 1, 1, 'Reticulated Bone Gauntlets'), +(1033434, 13019, 0, 1, 1, 1, 'Harpyclaw Short Bow'), +(1033434, 13033, 0, 1, 1, 1, 'Zealot Blade'), +(1033434, 13037, 0, 1, 1, 1, 'Crystalpine Stinger'), +(1033434, 13045, 0, 1, 1, 1, 'Viscous Hammer'), +(1033434, 13063, 0, 1, 1, 1, 'Starfaller'), +(1033434, 13084, 0, 1, 1, 1, 'Kaleidoscope Chain'), +(1033434, 13087, 0, 1, 1, 1, 'River Pride Choker'), +(1033434, 13108, 0, 1, 1, 1, 'Tigerstrike Mantle'), +(1033434, 13110, 0, 1, 1, 1, 'Wolffear Harness'), +(1033434, 13124, 0, 1, 1, 1, 'Ravasaur Scale Boots'), +(1033434, 13127, 0, 1, 1, 1, 'Frostreaver Crown'), +(1033434, 13137, 0, 1, 1, 1, 'Ironweaver'), +(1033435, 934, 0, 1, 1, 1, 'Stalvan\'s Reaper'), +(1033435, 936, 0, 1, 1, 1, 'Midnight Mace'), +(1033435, 937, 0, 1, 1, 1, 'Black Duskwood Staff'), +(1033435, 1726, 0, 1, 1, 1, 'Poison-tipped Bone Spear'), +(1033435, 2276, 0, 1, 1, 1, 'Swampwalker Boots'), +(1033435, 2277, 0, 1, 1, 1, 'Necromancer Leggings'), +(1033435, 2299, 0, 1, 1, 1, 'Burning War Axe'), +(1033435, 2565, 0, 1, 1, 1, 'Rod of Molten Fire'), +(1033435, 2721, 0, 1, 1, 1, 'Holy Shroud'), +(1033435, 2877, 0, 1, 1, 1, 'Combatant Claymore'), +(1033435, 2912, 0, 1, 1, 1, 'Claw of the Shadowmancer'), +(1033435, 2951, 0, 1, 1, 1, 'Ring of the Underwood'), +(1033435, 3020, 0, 1, 1, 1, 'Enduring Cap'), +(1033435, 9385, 0, 1, 1, 1, 'Archaic Defender'), +(1033435, 9395, 0, 1, 1, 1, 'Gloves of Old'), +(1033435, 9405, 0, 1, 1, 1, 'Girdle of Golem Strength'), +(1033435, 9435, 0, 1, 1, 1, 'Reticulated Bone Gauntlets'), +(1033435, 13019, 0, 1, 1, 1, 'Harpyclaw Short Bow'), +(1033435, 13025, 0, 1, 1, 1, 'Deadwood Sledge'), +(1033435, 13033, 0, 1, 1, 1, 'Zealot Blade'), +(1033435, 13037, 0, 1, 1, 1, 'Crystalpine Stinger'), +(1033435, 13045, 0, 1, 1, 1, 'Viscous Hammer'), +(1033435, 13063, 0, 1, 1, 1, 'Starfaller'), +(1033435, 13081, 0, 1, 1, 1, 'Skullance Shield'), +(1033435, 13084, 0, 1, 1, 1, 'Kaleidoscope Chain'), +(1033435, 13087, 0, 1, 1, 1, 'River Pride Choker'), +(1033435, 13093, 0, 1, 1, 1, 'Blush Ember Ring'), +(1033435, 13103, 0, 1, 1, 1, 'Pads of the Venom Spider'), +(1033435, 13105, 0, 1, 1, 1, 'Sutarn\'s Ring'), +(1033435, 13108, 0, 1, 1, 1, 'Tigerstrike Mantle'), +(1033435, 13110, 0, 1, 1, 1, 'Wolffear Harness'), +(1033435, 13121, 0, 1, 1, 1, 'Wing of the Whelpling'), +(1033435, 13124, 0, 1, 1, 1, 'Ravasaur Scale Boots'), +(1033435, 13127, 0, 1, 1, 1, 'Frostreaver Crown'), +(1033435, 13137, 0, 1, 1, 1, 'Ironweaver'), +(1033535, 934, 0, 1, 1, 1, 'Stalvan\'s Reaper'), +(1033535, 1726, 0, 1, 1, 1, 'Poison-tipped Bone Spear'), +(1033535, 2276, 0, 1, 1, 1, 'Swampwalker Boots'), +(1033535, 2277, 0, 1, 1, 1, 'Necromancer Leggings'), +(1033535, 2299, 0, 1, 1, 1, 'Burning War Axe'), +(1033535, 2565, 0, 1, 1, 1, 'Rod of Molten Fire'), +(1033535, 2877, 0, 1, 1, 1, 'Combatant Claymore'), +(1033535, 2951, 0, 1, 1, 1, 'Ring of the Underwood'), +(1033535, 3020, 0, 1, 1, 1, 'Enduring Cap'), +(1033535, 9385, 0, 1, 1, 1, 'Archaic Defender'), +(1033535, 9395, 0, 1, 1, 1, 'Gloves of Old'), +(1033535, 9405, 0, 1, 1, 1, 'Girdle of Golem Strength'), +(1033535, 9435, 0, 1, 1, 1, 'Reticulated Bone Gauntlets'), +(1033535, 13025, 0, 1, 1, 1, 'Deadwood Sledge'), +(1033535, 13033, 0, 1, 1, 1, 'Zealot Blade'), +(1033535, 13045, 0, 1, 1, 1, 'Viscous Hammer'), +(1033535, 13063, 0, 1, 1, 1, 'Starfaller'), +(1033535, 13084, 0, 1, 1, 1, 'Kaleidoscope Chain'), +(1033535, 13087, 0, 1, 1, 1, 'River Pride Choker'), +(1033535, 13093, 0, 1, 1, 1, 'Blush Ember Ring'), +(1033535, 13105, 0, 1, 1, 1, 'Sutarn\'s Ring'), +(1033535, 13108, 0, 1, 1, 1, 'Tigerstrike Mantle'), +(1033535, 13110, 0, 1, 1, 1, 'Wolffear Harness'), +(1033535, 13124, 0, 1, 1, 1, 'Ravasaur Scale Boots'), +(1033535, 13137, 0, 1, 1, 1, 'Ironweaver'), +(1033536, 934, 0, 1, 1, 1, 'Stalvan\'s Reaper'), +(1033536, 936, 0, 1, 1, 1, 'Midnight Mace'), +(1033536, 937, 0, 1, 1, 1, 'Black Duskwood Staff'), +(1033536, 1265, 0, 1, 1, 1, 'Scorpion Sting'), +(1033536, 1726, 0, 1, 1, 1, 'Poison-tipped Bone Spear'), +(1033536, 2276, 0, 1, 1, 1, 'Swampwalker Boots'), +(1033536, 2277, 0, 1, 1, 1, 'Necromancer Leggings'), +(1033536, 2299, 0, 1, 1, 1, 'Burning War Axe'), +(1033536, 2565, 0, 1, 1, 1, 'Rod of Molten Fire'), +(1033536, 2877, 0, 1, 1, 1, 'Combatant Claymore'), +(1033536, 2951, 0, 1, 1, 1, 'Ring of the Underwood'), +(1033536, 3020, 0, 1, 1, 1, 'Enduring Cap'), +(1033536, 8006, 0, 1, 1, 1, 'The Ziggler'), +(1033536, 9385, 0, 1, 1, 1, 'Archaic Defender'), +(1033536, 9395, 0, 1, 1, 1, 'Gloves of Old'), +(1033536, 9405, 0, 1, 1, 1, 'Girdle of Golem Strength'), +(1033536, 9435, 0, 1, 1, 1, 'Reticulated Bone Gauntlets'), +(1033536, 9719, 0, 1, 1, 1, 'Broken Blade of Heroes'), +(1033536, 13020, 0, 1, 1, 1, 'Skystriker Bow'), +(1033536, 13025, 0, 1, 1, 1, 'Deadwood Sledge'), +(1033536, 13033, 0, 1, 1, 1, 'Zealot Blade'), +(1033536, 13045, 0, 1, 1, 1, 'Viscous Hammer'), +(1033536, 13063, 0, 1, 1, 1, 'Starfaller'), +(1033536, 13081, 0, 1, 1, 1, 'Skullance Shield'), +(1033536, 13084, 0, 1, 1, 1, 'Kaleidoscope Chain'), +(1033536, 13087, 0, 1, 1, 1, 'River Pride Choker'), +(1033536, 13093, 0, 1, 1, 1, 'Blush Ember Ring'), +(1033536, 13103, 0, 1, 1, 1, 'Pads of the Venom Spider'), +(1033536, 13105, 0, 1, 1, 1, 'Sutarn\'s Ring'), +(1033536, 13108, 0, 1, 1, 1, 'Tigerstrike Mantle'), +(1033536, 13110, 0, 1, 1, 1, 'Wolffear Harness'), +(1033536, 13119, 0, 1, 1, 1, 'Enchanted Kodo Bracers'), +(1033536, 13121, 0, 1, 1, 1, 'Wing of the Whelpling'), +(1033536, 13124, 0, 1, 1, 1, 'Ravasaur Scale Boots'), +(1033536, 13137, 0, 1, 1, 1, 'Ironweaver'), +(1033636, 934, 0, 1, 1, 1, 'Stalvan\'s Reaper'), +(1033636, 936, 0, 1, 1, 1, 'Midnight Mace'), +(1033636, 937, 0, 1, 1, 1, 'Black Duskwood Staff'), +(1033636, 1726, 0, 1, 1, 1, 'Poison-tipped Bone Spear'), +(1033636, 2276, 0, 1, 1, 1, 'Swampwalker Boots'), +(1033636, 2277, 0, 1, 1, 1, 'Necromancer Leggings'), +(1033636, 2565, 0, 1, 1, 1, 'Rod of Molten Fire'), +(1033636, 2951, 0, 1, 1, 1, 'Ring of the Underwood'), +(1033636, 9385, 0, 1, 1, 1, 'Archaic Defender'), +(1033636, 9395, 0, 1, 1, 1, 'Gloves of Old'), +(1033636, 9435, 0, 1, 1, 1, 'Reticulated Bone Gauntlets'), +(1033636, 13025, 0, 1, 1, 1, 'Deadwood Sledge'), +(1033636, 13033, 0, 1, 1, 1, 'Zealot Blade'), +(1033636, 13045, 0, 1, 1, 1, 'Viscous Hammer'), +(1033636, 13063, 0, 1, 1, 1, 'Starfaller'), +(1033636, 13081, 0, 1, 1, 1, 'Skullance Shield'), +(1033636, 13084, 0, 1, 1, 1, 'Kaleidoscope Chain'), +(1033636, 13093, 0, 1, 1, 1, 'Blush Ember Ring'), +(1033636, 13103, 0, 1, 1, 1, 'Pads of the Venom Spider'), +(1033636, 13105, 0, 1, 1, 1, 'Sutarn\'s Ring'), +(1033636, 13108, 0, 1, 1, 1, 'Tigerstrike Mantle'), +(1033636, 13110, 0, 1, 1, 1, 'Wolffear Harness'), +(1033636, 13121, 0, 1, 1, 1, 'Wing of the Whelpling'), +(1033636, 13124, 0, 1, 1, 1, 'Ravasaur Scale Boots'), +(1033636, 13137, 0, 1, 1, 1, 'Ironweaver'), +(1033637, 934, 0, 1, 1, 1, 'Stalvan\'s Reaper'), +(1033637, 936, 0, 1, 1, 1, 'Midnight Mace'), +(1033637, 937, 0, 1, 1, 1, 'Black Duskwood Staff'), +(1033637, 1265, 0, 1, 1, 1, 'Scorpion Sting'), +(1033637, 1716, 0, 1, 1, 1, 'Robe of the Magi'), +(1033637, 1726, 0, 1, 1, 1, 'Poison-tipped Bone Spear'), +(1033637, 2276, 0, 1, 1, 1, 'Swampwalker Boots'), +(1033637, 2277, 0, 1, 1, 1, 'Necromancer Leggings'), +(1033637, 2565, 0, 1, 1, 1, 'Rod of Molten Fire'), +(1033637, 2951, 0, 1, 1, 1, 'Ring of the Underwood'), +(1033637, 8006, 0, 1, 1, 1, 'The Ziggler'), +(1033637, 9385, 0, 1, 1, 1, 'Archaic Defender'), +(1033637, 9395, 0, 1, 1, 1, 'Gloves of Old'), +(1033637, 9435, 0, 1, 1, 1, 'Reticulated Bone Gauntlets'), +(1033637, 9719, 0, 1, 1, 1, 'Broken Blade of Heroes'), +(1033637, 13017, 0, 1, 1, 1, 'Hellslayer Battle Axe'), +(1033637, 13020, 0, 1, 1, 1, 'Skystriker Bow'), +(1033637, 13025, 0, 1, 1, 1, 'Deadwood Sledge'), +(1033637, 13033, 0, 1, 1, 1, 'Zealot Blade'), +(1033637, 13038, 0, 1, 1, 1, 'Swiftwind'), +(1033637, 13045, 0, 1, 1, 1, 'Viscous Hammer'), +(1033637, 13054, 0, 1, 1, 1, 'Grim Reaper'), +(1033637, 13063, 0, 1, 1, 1, 'Starfaller'), +(1033637, 13081, 0, 1, 1, 1, 'Skullance Shield'), +(1033637, 13084, 0, 1, 1, 1, 'Kaleidoscope Chain'), +(1033637, 13093, 0, 1, 1, 1, 'Blush Ember Ring'), +(1033637, 13103, 0, 1, 1, 1, 'Pads of the Venom Spider'), +(1033637, 13105, 0, 1, 1, 1, 'Sutarn\'s Ring'), +(1033637, 13108, 0, 1, 1, 1, 'Tigerstrike Mantle'), +(1033637, 13110, 0, 1, 1, 1, 'Wolffear Harness'), +(1033637, 13119, 0, 1, 1, 1, 'Enchanted Kodo Bracers'), +(1033637, 13121, 0, 1, 1, 1, 'Wing of the Whelpling'), +(1033637, 13124, 0, 1, 1, 1, 'Ravasaur Scale Boots'), +(1033637, 13129, 0, 1, 1, 1, 'Firemane Leggings'), +(1033637, 13137, 0, 1, 1, 1, 'Ironweaver'), +(1033637, 13145, 0, 1, 1, 1, 'Enormous Ogre Belt'), +(1033737, 934, 0, 1, 1, 1, 'Stalvan\'s Reaper'), +(1033737, 936, 0, 1, 1, 1, 'Midnight Mace'), +(1033737, 937, 0, 1, 1, 1, 'Black Duskwood Staff'), +(1033737, 1265, 0, 1, 1, 1, 'Scorpion Sting'), +(1033737, 1716, 0, 1, 1, 1, 'Robe of the Magi'), +(1033737, 1726, 0, 1, 1, 1, 'Poison-tipped Bone Spear'), +(1033737, 2276, 0, 1, 1, 1, 'Swampwalker Boots'), +(1033737, 2277, 0, 1, 1, 1, 'Necromancer Leggings'), +(1033737, 2565, 0, 1, 1, 1, 'Rod of Molten Fire'), +(1033737, 2951, 0, 1, 1, 1, 'Ring of the Underwood'), +(1033737, 8006, 0, 1, 1, 1, 'The Ziggler'), +(1033737, 9385, 0, 1, 1, 1, 'Archaic Defender'), +(1033737, 9435, 0, 1, 1, 1, 'Reticulated Bone Gauntlets'), +(1033737, 9719, 0, 1, 1, 1, 'Broken Blade of Heroes'), +(1033737, 13020, 0, 1, 1, 1, 'Skystriker Bow'), +(1033737, 13025, 0, 1, 1, 1, 'Deadwood Sledge'), +(1033737, 13045, 0, 1, 1, 1, 'Viscous Hammer'), +(1033737, 13081, 0, 1, 1, 1, 'Skullance Shield'), +(1033737, 13084, 0, 1, 1, 1, 'Kaleidoscope Chain'), +(1033737, 13093, 0, 1, 1, 1, 'Blush Ember Ring'), +(1033737, 13103, 0, 1, 1, 1, 'Pads of the Venom Spider'), +(1033737, 13105, 0, 1, 1, 1, 'Sutarn\'s Ring'), +(1033737, 13110, 0, 1, 1, 1, 'Wolffear Harness'), +(1033737, 13119, 0, 1, 1, 1, 'Enchanted Kodo Bracers'), +(1033737, 13121, 0, 1, 1, 1, 'Wing of the Whelpling'), +(1033737, 13124, 0, 1, 1, 1, 'Ravasaur Scale Boots'), +(1033737, 13129, 0, 1, 1, 1, 'Firemane Leggings'), +(1033738, 934, 0, 1, 1, 1, 'Stalvan\'s Reaper'), +(1033738, 936, 0, 1, 1, 1, 'Midnight Mace'), +(1033738, 937, 0, 1, 1, 1, 'Black Duskwood Staff'), +(1033738, 1265, 0, 1, 1, 1, 'Scorpion Sting'), +(1033738, 1716, 0, 1, 1, 1, 'Robe of the Magi'), +(1033738, 1726, 0, 1, 1, 1, 'Poison-tipped Bone Spear'), +(1033738, 2276, 0, 1, 1, 1, 'Swampwalker Boots'), +(1033738, 2277, 0, 1, 1, 1, 'Necromancer Leggings'), +(1033738, 2565, 0, 1, 1, 1, 'Rod of Molten Fire'), +(1033738, 2951, 0, 1, 1, 1, 'Ring of the Underwood'), +(1033738, 8006, 0, 1, 1, 1, 'The Ziggler'), +(1033738, 9385, 0, 1, 1, 1, 'Archaic Defender'), +(1033738, 9434, 0, 1, 1, 1, 'Elemental Raiment'), +(1033738, 9435, 0, 1, 1, 1, 'Reticulated Bone Gauntlets'), +(1033738, 9719, 0, 1, 1, 1, 'Broken Blade of Heroes'), +(1033738, 13017, 0, 1, 1, 1, 'Hellslayer Battle Axe'), +(1033738, 13020, 0, 1, 1, 1, 'Skystriker Bow'), +(1033738, 13025, 0, 1, 1, 1, 'Deadwood Sledge'), +(1033738, 13034, 0, 1, 1, 1, 'Speedsteel Rapier'), +(1033738, 13038, 0, 1, 1, 1, 'Swiftwind'), +(1033738, 13042, 0, 1, 1, 1, 'Sword of the Magistrate'), +(1033738, 13045, 0, 1, 1, 1, 'Viscous Hammer'), +(1033738, 13054, 0, 1, 1, 1, 'Grim Reaper'), +(1033738, 13081, 0, 1, 1, 1, 'Skullance Shield'), +(1033738, 13084, 0, 1, 1, 1, 'Kaleidoscope Chain'), +(1033738, 13088, 0, 1, 1, 1, 'Gazlowe\'s Charm'), +(1033738, 13093, 0, 1, 1, 1, 'Blush Ember Ring'), +(1033738, 13103, 0, 1, 1, 1, 'Pads of the Venom Spider'), +(1033738, 13105, 0, 1, 1, 1, 'Sutarn\'s Ring'), +(1033738, 13110, 0, 1, 1, 1, 'Wolffear Harness'), +(1033738, 13119, 0, 1, 1, 1, 'Enchanted Kodo Bracers'), +(1033738, 13121, 0, 1, 1, 1, 'Wing of the Whelpling'), +(1033738, 13124, 0, 1, 1, 1, 'Ravasaur Scale Boots'), +(1033738, 13129, 0, 1, 1, 1, 'Firemane Leggings'), +(1033738, 13145, 0, 1, 1, 1, 'Enormous Ogre Belt'), +(1033738, 13199, 0, 1, 1, 1, 'Crushridge Bindings'), +(1033838, 934, 0, 1, 1, 1, 'Stalvan\'s Reaper'), +(1033838, 936, 0, 1, 1, 1, 'Midnight Mace'), +(1033838, 937, 0, 1, 1, 1, 'Black Duskwood Staff'), +(1033838, 1265, 0, 1, 1, 1, 'Scorpion Sting'), +(1033838, 1716, 0, 1, 1, 1, 'Robe of the Magi'), +(1033838, 1726, 0, 1, 1, 1, 'Poison-tipped Bone Spear'), +(1033838, 2276, 0, 1, 1, 1, 'Swampwalker Boots'), +(1033838, 2951, 0, 1, 1, 1, 'Ring of the Underwood'), +(1033838, 8006, 0, 1, 1, 1, 'The Ziggler'), +(1033838, 9385, 0, 1, 1, 1, 'Archaic Defender'), +(1033838, 9435, 0, 1, 1, 1, 'Reticulated Bone Gauntlets'), +(1033838, 9719, 0, 1, 1, 1, 'Broken Blade of Heroes'), +(1033838, 13017, 0, 1, 1, 1, 'Hellslayer Battle Axe'), +(1033838, 13020, 0, 1, 1, 1, 'Skystriker Bow'), +(1033838, 13025, 0, 1, 1, 1, 'Deadwood Sledge'), +(1033838, 13038, 0, 1, 1, 1, 'Swiftwind'), +(1033838, 13042, 0, 1, 1, 1, 'Sword of the Magistrate'), +(1033838, 13054, 0, 1, 1, 1, 'Grim Reaper'), +(1033838, 13081, 0, 1, 1, 1, 'Skullance Shield'), +(1033838, 13093, 0, 1, 1, 1, 'Blush Ember Ring'), +(1033838, 13103, 0, 1, 1, 1, 'Pads of the Venom Spider'), +(1033838, 13105, 0, 1, 1, 1, 'Sutarn\'s Ring'), +(1033838, 13110, 0, 1, 1, 1, 'Wolffear Harness'), +(1033838, 13119, 0, 1, 1, 1, 'Enchanted Kodo Bracers'), +(1033838, 13121, 0, 1, 1, 1, 'Wing of the Whelpling'), +(1033838, 13129, 0, 1, 1, 1, 'Firemane Leggings'), +(1033838, 13145, 0, 1, 1, 1, 'Enormous Ogre Belt'), +(1033839, 934, 0, 1, 1, 1, 'Stalvan\'s Reaper'), +(1033839, 936, 0, 1, 1, 1, 'Midnight Mace'), +(1033839, 937, 0, 1, 1, 1, 'Black Duskwood Staff'), +(1033839, 1265, 0, 1, 1, 1, 'Scorpion Sting'), +(1033839, 1716, 0, 1, 1, 1, 'Robe of the Magi'), +(1033839, 1722, 0, 1, 1, 1, 'Thornstone Sledgehammer'), +(1033839, 1726, 0, 1, 1, 1, 'Poison-tipped Bone Spear'), +(1033839, 2276, 0, 1, 1, 1, 'Swampwalker Boots'), +(1033839, 2565, 0, 1, 1, 1, 'Rod of Molten Fire'), +(1033839, 2951, 0, 1, 1, 1, 'Ring of the Underwood'), +(1033839, 8006, 0, 1, 1, 1, 'The Ziggler'), +(1033839, 9385, 0, 1, 1, 1, 'Archaic Defender'), +(1033839, 9434, 0, 1, 1, 1, 'Elemental Raiment'), +(1033839, 9435, 0, 1, 1, 1, 'Reticulated Bone Gauntlets'), +(1033839, 9719, 0, 1, 1, 1, 'Broken Blade of Heroes'), +(1033839, 13017, 0, 1, 1, 1, 'Hellslayer Battle Axe'), +(1033839, 13020, 0, 1, 1, 1, 'Skystriker Bow'), +(1033839, 13025, 0, 1, 1, 1, 'Deadwood Sledge'), +(1033839, 13034, 0, 1, 1, 1, 'Speedsteel Rapier'), +(1033839, 13038, 0, 1, 1, 1, 'Swiftwind'), +(1033839, 13042, 0, 1, 1, 1, 'Sword of the Magistrate'), +(1033839, 13045, 0, 1, 1, 1, 'Viscous Hammer'), +(1033839, 13054, 0, 1, 1, 1, 'Grim Reaper'), +(1033839, 13064, 0, 1, 1, 1, 'Jaina\'s Firestarter'), +(1033839, 13068, 0, 1, 1, 1, 'Obsidian Greaves'), +(1033839, 13081, 0, 1, 1, 1, 'Skullance Shield'), +(1033839, 13088, 0, 1, 1, 1, 'Gazlowe\'s Charm'), +(1033839, 13093, 0, 1, 1, 1, 'Blush Ember Ring'), +(1033839, 13103, 0, 1, 1, 1, 'Pads of the Venom Spider'), +(1033839, 13105, 0, 1, 1, 1, 'Sutarn\'s Ring'), +(1033839, 13110, 0, 1, 1, 1, 'Wolffear Harness'), +(1033839, 13117, 0, 1, 1, 1, 'Ogron\'s Sash'), +(1033839, 13119, 0, 1, 1, 1, 'Enchanted Kodo Bracers'), +(1033839, 13121, 0, 1, 1, 1, 'Wing of the Whelpling'), +(1033839, 13124, 0, 1, 1, 1, 'Ravasaur Scale Boots'), +(1033839, 13129, 0, 1, 1, 1, 'Firemane Leggings'), +(1033839, 13138, 0, 1, 1, 1, 'The Silencer'), +(1033839, 13145, 0, 1, 1, 1, 'Enormous Ogre Belt'), +(1033839, 13199, 0, 1, 1, 1, 'Crushridge Bindings'), +(1033939, 934, 0, 1, 1, 1, 'Stalvan\'s Reaper'), +(1033939, 936, 0, 1, 1, 1, 'Midnight Mace'), +(1033939, 937, 0, 1, 1, 1, 'Black Duskwood Staff'), +(1033939, 1265, 0, 1, 1, 1, 'Scorpion Sting'), +(1033939, 1716, 0, 1, 1, 1, 'Robe of the Magi'), +(1033939, 2276, 0, 1, 1, 1, 'Swampwalker Boots'), +(1033939, 8006, 0, 1, 1, 1, 'The Ziggler'), +(1033939, 9434, 0, 1, 1, 1, 'Elemental Raiment'), +(1033939, 13017, 0, 1, 1, 1, 'Hellslayer Battle Axe'), +(1033939, 13020, 0, 1, 1, 1, 'Skystriker Bow'), +(1033939, 13025, 0, 1, 1, 1, 'Deadwood Sledge'), +(1033939, 13034, 0, 1, 1, 1, 'Speedsteel Rapier'), +(1033939, 13038, 0, 1, 1, 1, 'Swiftwind'), +(1033939, 13042, 0, 1, 1, 1, 'Sword of the Magistrate'), +(1033939, 13054, 0, 1, 1, 1, 'Grim Reaper'), +(1033939, 13068, 0, 1, 1, 1, 'Obsidian Greaves'), +(1033939, 13081, 0, 1, 1, 1, 'Skullance Shield'), +(1033939, 13088, 0, 1, 1, 1, 'Gazlowe\'s Charm'), +(1033939, 13093, 0, 1, 1, 1, 'Blush Ember Ring'), +(1033939, 13103, 0, 1, 1, 1, 'Pads of the Venom Spider'), +(1033939, 13105, 0, 1, 1, 1, 'Sutarn\'s Ring'), +(1033939, 13119, 0, 1, 1, 1, 'Enchanted Kodo Bracers'), +(1033939, 13121, 0, 1, 1, 1, 'Wing of the Whelpling'), +(1033939, 13129, 0, 1, 1, 1, 'Firemane Leggings'), +(1033939, 13145, 0, 1, 1, 1, 'Enormous Ogre Belt'), +(1033939, 13199, 0, 1, 1, 1, 'Crushridge Bindings'), +(1033940, 934, 0, 1, 1, 1, 'Stalvan\'s Reaper'), +(1033940, 936, 0, 1, 1, 1, 'Midnight Mace'), +(1033940, 937, 0, 1, 1, 1, 'Black Duskwood Staff'), +(1033940, 1265, 0, 1, 1, 1, 'Scorpion Sting'), +(1033940, 1714, 0, 1, 1, 1, 'Necklace of Calisea'), +(1033940, 1716, 0, 1, 1, 1, 'Robe of the Magi'), +(1033940, 1722, 0, 1, 1, 1, 'Thornstone Sledgehammer'), +(1033940, 2276, 0, 1, 1, 1, 'Swampwalker Boots'), +(1033940, 2802, 0, 1, 1, 1, 'Blazing Emblem'), +(1033940, 8006, 0, 1, 1, 1, 'The Ziggler'), +(1033940, 9385, 0, 1, 1, 1, 'Archaic Defender'), +(1033940, 9434, 0, 1, 1, 1, 'Elemental Raiment'), +(1033940, 9719, 0, 1, 1, 1, 'Broken Blade of Heroes'), +(1033940, 13017, 0, 1, 1, 1, 'Hellslayer Battle Axe'), +(1033940, 13020, 0, 1, 1, 1, 'Skystriker Bow'), +(1033940, 13025, 0, 1, 1, 1, 'Deadwood Sledge'), +(1033940, 13034, 0, 1, 1, 1, 'Speedsteel Rapier'), +(1033940, 13038, 0, 1, 1, 1, 'Swiftwind'), +(1033940, 13042, 0, 1, 1, 1, 'Sword of the Magistrate'), +(1033940, 13054, 0, 1, 1, 1, 'Grim Reaper'), +(1033940, 13064, 0, 1, 1, 1, 'Jaina\'s Firestarter'), +(1033940, 13068, 0, 1, 1, 1, 'Obsidian Greaves'), +(1033940, 13081, 0, 1, 1, 1, 'Skullance Shield'), +(1033940, 13088, 0, 1, 1, 1, 'Gazlowe\'s Charm'), +(1033940, 13093, 0, 1, 1, 1, 'Blush Ember Ring'), +(1033940, 13103, 0, 1, 1, 1, 'Pads of the Venom Spider'), +(1033940, 13105, 0, 1, 1, 1, 'Sutarn\'s Ring'), +(1033940, 13117, 0, 1, 1, 1, 'Ogron\'s Sash'), +(1033940, 13119, 0, 1, 1, 1, 'Enchanted Kodo Bracers'), +(1033940, 13121, 0, 1, 1, 1, 'Wing of the Whelpling'), +(1033940, 13129, 0, 1, 1, 1, 'Firemane Leggings'), +(1033940, 13132, 0, 1, 1, 1, 'Skeletal Shoulders'), +(1033940, 13138, 0, 1, 1, 1, 'The Silencer'), +(1033940, 13145, 0, 1, 1, 1, 'Enormous Ogre Belt'), +(1033940, 13199, 0, 1, 1, 1, 'Crushridge Bindings'), +(1034040, 936, 0, 1, 1, 1, 'Midnight Mace'), +(1034040, 937, 0, 1, 1, 1, 'Black Duskwood Staff'), +(1034040, 1265, 0, 1, 1, 1, 'Scorpion Sting'), +(1034040, 1716, 0, 1, 1, 1, 'Robe of the Magi'), +(1034040, 1722, 0, 1, 1, 1, 'Thornstone Sledgehammer'), +(1034040, 8006, 0, 1, 1, 1, 'The Ziggler'), +(1034040, 9434, 0, 1, 1, 1, 'Elemental Raiment'), +(1034040, 13017, 0, 1, 1, 1, 'Hellslayer Battle Axe'), +(1034040, 13020, 0, 1, 1, 1, 'Skystriker Bow'), +(1034040, 13034, 0, 1, 1, 1, 'Speedsteel Rapier'), +(1034040, 13038, 0, 1, 1, 1, 'Swiftwind'), +(1034040, 13042, 0, 1, 1, 1, 'Sword of the Magistrate'), +(1034040, 13054, 0, 1, 1, 1, 'Grim Reaper'), +(1034040, 13064, 0, 1, 1, 1, 'Jaina\'s Firestarter'), +(1034040, 13081, 0, 1, 1, 1, 'Skullance Shield'), +(1034040, 13088, 0, 1, 1, 1, 'Gazlowe\'s Charm'), +(1034040, 13103, 0, 1, 1, 1, 'Pads of the Venom Spider'), +(1034040, 13117, 0, 1, 1, 1, 'Ogron\'s Sash'), +(1034040, 13119, 0, 1, 1, 1, 'Enchanted Kodo Bracers'), +(1034040, 13121, 0, 1, 1, 1, 'Wing of the Whelpling'), +(1034040, 13129, 0, 1, 1, 1, 'Firemane Leggings'), +(1034040, 13138, 0, 1, 1, 1, 'The Silencer'), +(1034040, 13145, 0, 1, 1, 1, 'Enormous Ogre Belt'), +(1034040, 13199, 0, 1, 1, 1, 'Crushridge Bindings'), +(1034040, 9719, 0, 1, 1, 1, 'Broken Blade of Heroes'), +(1034040, 13029, 0, 1, 1, 1, 'Umbral Crystal'), +(1034040, 13068, 0, 1, 1, 1, 'Obsidian Greaves'), +(1034041, 936, 0, 1, 1, 1, 'Midnight Mace'), +(1034041, 937, 0, 1, 1, 1, 'Black Duskwood Staff'), +(1034041, 1265, 0, 1, 1, 1, 'Scorpion Sting'), +(1034041, 1714, 0, 1, 1, 1, 'Necklace of Calisea'), +(1034041, 1715, 0, 1, 1, 1, 'Polished Jazeraint Armor'), +(1034041, 1716, 0, 1, 1, 1, 'Robe of the Magi'), +(1034041, 1718, 0, 1, 1, 1, 'Basilisk Hide Pants'), +(1034041, 1722, 0, 1, 1, 1, 'Thornstone Sledgehammer'), +(1034041, 2276, 0, 1, 1, 1, 'Swampwalker Boots'), +(1034041, 2802, 0, 1, 1, 1, 'Blazing Emblem'), +(1034041, 8006, 0, 1, 1, 1, 'The Ziggler'), +(1034041, 9434, 0, 1, 1, 1, 'Elemental Raiment'), +(1034041, 9719, 0, 1, 1, 1, 'Broken Blade of Heroes'), +(1034041, 13017, 0, 1, 1, 1, 'Hellslayer Battle Axe'), +(1034041, 13020, 0, 1, 1, 1, 'Skystriker Bow'), +(1034041, 13025, 0, 1, 1, 1, 'Deadwood Sledge'), +(1034041, 13029, 0, 1, 1, 1, 'Umbral Crystal'), +(1034041, 13034, 0, 1, 1, 1, 'Speedsteel Rapier'), +(1034041, 13038, 0, 1, 1, 1, 'Swiftwind'), +(1034041, 13042, 0, 1, 1, 1, 'Sword of the Magistrate'), +(1034041, 13051, 0, 1, 1, 1, 'Witchfury'), +(1034041, 13054, 0, 1, 1, 1, 'Grim Reaper'), +(1034041, 13058, 0, 1, 1, 1, 'Khoo\'s Point'), +(1034041, 13064, 0, 1, 1, 1, 'Jaina\'s Firestarter'), +(1034041, 13068, 0, 1, 1, 1, 'Obsidian Greaves'), +(1034041, 13081, 0, 1, 1, 1, 'Skullance Shield'), +(1034041, 13088, 0, 1, 1, 1, 'Gazlowe\'s Charm'), +(1034041, 13093, 0, 1, 1, 1, 'Blush Ember Ring'), +(1034041, 13095, 0, 1, 1, 1, 'Assault Band'), +(1034041, 13100, 0, 1, 1, 1, 'Furen\'s Boots'), +(1034041, 13103, 0, 1, 1, 1, 'Pads of the Venom Spider'), +(1034041, 13117, 0, 1, 1, 1, 'Ogron\'s Sash'), +(1034041, 13119, 0, 1, 1, 1, 'Enchanted Kodo Bracers'), +(1034041, 13121, 0, 1, 1, 1, 'Wing of the Whelpling'), +(1034041, 13129, 0, 1, 1, 1, 'Firemane Leggings'), +(1034041, 13132, 0, 1, 1, 1, 'Skeletal Shoulders'), +(1034041, 13138, 0, 1, 1, 1, 'The Silencer'), +(1034041, 13145, 0, 1, 1, 1, 'Enormous Ogre Belt'), +(1034041, 13199, 0, 1, 1, 1, 'Crushridge Bindings'), +(1034141, 1265, 0, 1, 1, 1, 'Scorpion Sting'), +(1034141, 1714, 0, 1, 1, 1, 'Necklace of Calisea'), +(1034141, 1716, 0, 1, 1, 1, 'Robe of the Magi'), +(1034141, 1718, 0, 1, 1, 1, 'Basilisk Hide Pants'), +(1034141, 1722, 0, 1, 1, 1, 'Thornstone Sledgehammer'), +(1034141, 2802, 0, 1, 1, 1, 'Blazing Emblem'), +(1034141, 8006, 0, 1, 1, 1, 'The Ziggler'), +(1034141, 9434, 0, 1, 1, 1, 'Elemental Raiment'), +(1034141, 13017, 0, 1, 1, 1, 'Hellslayer Battle Axe'), +(1034141, 13020, 0, 1, 1, 1, 'Skystriker Bow'), +(1034141, 13029, 0, 1, 1, 1, 'Umbral Crystal'), +(1034141, 13034, 0, 1, 1, 1, 'Speedsteel Rapier'), +(1034141, 13038, 0, 1, 1, 1, 'Swiftwind'), +(1034141, 13042, 0, 1, 1, 1, 'Sword of the Magistrate'), +(1034141, 13054, 0, 1, 1, 1, 'Grim Reaper'), +(1034141, 13064, 0, 1, 1, 1, 'Jaina\'s Firestarter'), +(1034141, 13068, 0, 1, 1, 1, 'Obsidian Greaves'), +(1034141, 13088, 0, 1, 1, 1, 'Gazlowe\'s Charm'), +(1034141, 13117, 0, 1, 1, 1, 'Ogron\'s Sash'), +(1034141, 13119, 0, 1, 1, 1, 'Enchanted Kodo Bracers'), +(1034141, 13129, 0, 1, 1, 1, 'Firemane Leggings'), +(1034141, 13132, 0, 1, 1, 1, 'Skeletal Shoulders'), +(1034141, 13138, 0, 1, 1, 1, 'The Silencer'), +(1034141, 13145, 0, 1, 1, 1, 'Enormous Ogre Belt'), +(1034141, 13199, 0, 1, 1, 1, 'Crushridge Bindings'), +(1034142, 1265, 0, 1, 1, 1, 'Scorpion Sting'), +(1034142, 1714, 0, 1, 1, 1, 'Necklace of Calisea'), +(1034142, 1715, 0, 1, 1, 1, 'Polished Jazeraint Armor'), +(1034142, 1716, 0, 1, 1, 1, 'Robe of the Magi'), +(1034142, 1718, 0, 1, 1, 1, 'Basilisk Hide Pants'), +(1034142, 1722, 0, 1, 1, 1, 'Thornstone Sledgehammer'), +(1034142, 2802, 0, 1, 1, 1, 'Blazing Emblem'), +(1034142, 8006, 0, 1, 1, 1, 'The Ziggler'), +(1034142, 9434, 0, 1, 1, 1, 'Elemental Raiment'), +(1034142, 13017, 0, 1, 1, 1, 'Hellslayer Battle Axe'), +(1034142, 13020, 0, 1, 1, 1, 'Skystriker Bow'), +(1034142, 13026, 0, 1, 1, 1, 'Heaven\'s Light'), +(1034142, 13029, 0, 1, 1, 1, 'Umbral Crystal'), +(1034142, 13034, 0, 1, 1, 1, 'Speedsteel Rapier'), +(1034142, 13038, 0, 1, 1, 1, 'Swiftwind'), +(1034142, 13042, 0, 1, 1, 1, 'Sword of the Magistrate'), +(1034142, 13051, 0, 1, 1, 1, 'Witchfury'), +(1034142, 13054, 0, 1, 1, 1, 'Grim Reaper'), +(1034142, 13058, 0, 1, 1, 1, 'Khoo\'s Point'), +(1034142, 13064, 0, 1, 1, 1, 'Jaina\'s Firestarter'), +(1034142, 13068, 0, 1, 1, 1, 'Obsidian Greaves'), +(1034142, 13071, 0, 1, 1, 1, 'Plated Fist of Hakoo'), +(1034142, 13088, 0, 1, 1, 1, 'Gazlowe\'s Charm'), +(1034142, 13095, 0, 1, 1, 1, 'Assault Band'), +(1034142, 13100, 0, 1, 1, 1, 'Furen\'s Boots'), +(1034142, 13117, 0, 1, 1, 1, 'Ogron\'s Sash'), +(1034142, 13119, 0, 1, 1, 1, 'Enchanted Kodo Bracers'), +(1034142, 13129, 0, 1, 1, 1, 'Firemane Leggings'), +(1034142, 13132, 0, 1, 1, 1, 'Skeletal Shoulders'), +(1034142, 13138, 0, 1, 1, 1, 'The Silencer'), +(1034142, 13145, 0, 1, 1, 1, 'Enormous Ogre Belt'), +(1034142, 13199, 0, 1, 1, 1, 'Crushridge Bindings'), +(1034242, 1714, 0, 1, 1, 1, 'Necklace of Calisea'), +(1034242, 1715, 0, 1, 1, 1, 'Polished Jazeraint Armor'), +(1034242, 1716, 0, 1, 1, 1, 'Robe of the Magi'), +(1034242, 1718, 0, 1, 1, 1, 'Basilisk Hide Pants'), +(1034242, 1722, 0, 1, 1, 1, 'Thornstone Sledgehammer'), +(1034242, 2802, 0, 1, 1, 1, 'Blazing Emblem'), +(1034242, 9434, 0, 1, 1, 1, 'Elemental Raiment'), +(1034242, 13017, 0, 1, 1, 1, 'Hellslayer Battle Axe'), +(1034242, 13029, 0, 1, 1, 1, 'Umbral Crystal'), +(1034242, 13034, 0, 1, 1, 1, 'Speedsteel Rapier'), +(1034242, 13038, 0, 1, 1, 1, 'Swiftwind'), +(1034242, 13042, 0, 1, 1, 1, 'Sword of the Magistrate'), +(1034242, 13051, 0, 1, 1, 1, 'Witchfury'), +(1034242, 13054, 0, 1, 1, 1, 'Grim Reaper'), +(1034242, 13058, 0, 1, 1, 1, 'Khoo\'s Point'), +(1034242, 13064, 0, 1, 1, 1, 'Jaina\'s Firestarter'), +(1034242, 13068, 0, 1, 1, 1, 'Obsidian Greaves'), +(1034242, 13088, 0, 1, 1, 1, 'Gazlowe\'s Charm'), +(1034242, 13095, 0, 1, 1, 1, 'Assault Band'), +(1034242, 13100, 0, 1, 1, 1, 'Furen\'s Boots'), +(1034242, 13117, 0, 1, 1, 1, 'Ogron\'s Sash'), +(1034242, 13132, 0, 1, 1, 1, 'Skeletal Shoulders'), +(1034242, 13138, 0, 1, 1, 1, 'The Silencer'), +(1034242, 13145, 0, 1, 1, 1, 'Enormous Ogre Belt'), +(1034242, 13199, 0, 1, 1, 1, 'Crushridge Bindings'), +(1034243, 1713, 0, 1, 1, 1, 'Ankh of Life'), +(1034243, 1714, 0, 1, 1, 1, 'Necklace of Calisea'), +(1034243, 1715, 0, 1, 1, 1, 'Polished Jazeraint Armor'), +(1034243, 1716, 0, 1, 1, 1, 'Robe of the Magi'), +(1034243, 1718, 0, 1, 1, 1, 'Basilisk Hide Pants'), +(1034243, 1720, 0, 1, 1, 1, 'Tanglewood Staff'), +(1034243, 1722, 0, 1, 1, 1, 'Thornstone Sledgehammer'), +(1034243, 2802, 0, 1, 1, 1, 'Blazing Emblem'), +(1034243, 2815, 0, 1, 1, 1, 'Curve-bladed Ripper'), +(1034243, 4090, 0, 1, 1, 1, 'Mug O\' Hurt'), +(1034243, 8006, 0, 1, 1, 1, 'The Ziggler'), +(1034243, 9359, 0, 1, 1, 1, 'Wirt\'s Third Leg'), +(1034243, 9433, 0, 1, 1, 1, 'Forgotten Wraps'), +(1034243, 9434, 0, 1, 1, 1, 'Elemental Raiment'), +(1034243, 13017, 0, 1, 1, 1, 'Hellslayer Battle Axe'), +(1034243, 13020, 0, 1, 1, 1, 'Skystriker Bow'), +(1034243, 13026, 0, 1, 1, 1, 'Heaven\'s Light'), +(1034243, 13029, 0, 1, 1, 1, 'Umbral Crystal'), +(1034243, 13034, 0, 1, 1, 1, 'Speedsteel Rapier'), +(1034243, 13038, 0, 1, 1, 1, 'Swiftwind'), +(1034243, 13042, 0, 1, 1, 1, 'Sword of the Magistrate'), +(1034243, 13051, 0, 1, 1, 1, 'Witchfury'), +(1034243, 13054, 0, 1, 1, 1, 'Grim Reaper'), +(1034243, 13058, 0, 1, 1, 1, 'Khoo\'s Point'), +(1034243, 13064, 0, 1, 1, 1, 'Jaina\'s Firestarter'), +(1034243, 13068, 0, 1, 1, 1, 'Obsidian Greaves'), +(1034243, 13071, 0, 1, 1, 1, 'Plated Fist of Hakoo'), +(1034243, 13082, 0, 1, 1, 1, 'Mountainside Buckler'), +(1034243, 13088, 0, 1, 1, 1, 'Gazlowe\'s Charm'), +(1034243, 13095, 0, 1, 1, 1, 'Assault Band'), +(1034243, 13100, 0, 1, 1, 1, 'Furen\'s Boots'), +(1034243, 13115, 0, 1, 1, 1, 'Sheepshear Mantle'), +(1034243, 13117, 0, 1, 1, 1, 'Ogron\'s Sash'), +(1034243, 13119, 0, 1, 1, 1, 'Enchanted Kodo Bracers'), +(1034243, 13132, 0, 1, 1, 1, 'Skeletal Shoulders'), +(1034243, 13138, 0, 1, 1, 1, 'The Silencer'), +(1034243, 13145, 0, 1, 1, 1, 'Enormous Ogre Belt'), +(1034243, 13199, 0, 1, 1, 1, 'Crushridge Bindings'), +(1034343, 1713, 0, 1, 1, 1, 'Ankh of Life'), +(1034343, 1714, 0, 1, 1, 1, 'Necklace of Calisea'), +(1034343, 1715, 0, 1, 1, 1, 'Polished Jazeraint Armor'), +(1034343, 1718, 0, 1, 1, 1, 'Basilisk Hide Pants'), +(1034343, 1722, 0, 1, 1, 1, 'Thornstone Sledgehammer'), +(1034343, 2802, 0, 1, 1, 1, 'Blazing Emblem'), +(1034343, 2815, 0, 1, 1, 1, 'Curve-bladed Ripper'), +(1034343, 9359, 0, 1, 1, 1, 'Wirt\'s Third Leg'), +(1034343, 9434, 0, 1, 1, 1, 'Elemental Raiment'), +(1034343, 13026, 0, 1, 1, 1, 'Heaven\'s Light'), +(1034343, 13029, 0, 1, 1, 1, 'Umbral Crystal'), +(1034343, 13034, 0, 1, 1, 1, 'Speedsteel Rapier'), +(1034343, 13042, 0, 1, 1, 1, 'Sword of the Magistrate'), +(1034343, 13051, 0, 1, 1, 1, 'Witchfury'), +(1034343, 13058, 0, 1, 1, 1, 'Khoo\'s Point'), +(1034343, 13064, 0, 1, 1, 1, 'Jaina\'s Firestarter'), +(1034343, 13068, 0, 1, 1, 1, 'Obsidian Greaves'), +(1034343, 13071, 0, 1, 1, 1, 'Plated Fist of Hakoo'), +(1034343, 13088, 0, 1, 1, 1, 'Gazlowe\'s Charm'), +(1034343, 13095, 0, 1, 1, 1, 'Assault Band'), +(1034343, 13100, 0, 1, 1, 1, 'Furen\'s Boots'), +(1034343, 13115, 0, 1, 1, 1, 'Sheepshear Mantle'), +(1034343, 13117, 0, 1, 1, 1, 'Ogron\'s Sash'), +(1034343, 13132, 0, 1, 1, 1, 'Skeletal Shoulders'), +(1034343, 13138, 0, 1, 1, 1, 'The Silencer'), +(1034343, 13199, 0, 1, 1, 1, 'Crushridge Bindings'), +(1034344, 754, 0, 1, 1, 1, 'Shortsword of Vengeance'), +(1034344, 1713, 0, 1, 1, 1, 'Ankh of Life'), +(1034344, 1714, 0, 1, 1, 1, 'Necklace of Calisea'), +(1034344, 1715, 0, 1, 1, 1, 'Polished Jazeraint Armor'), +(1034344, 1716, 0, 1, 1, 1, 'Robe of the Magi'), +(1034344, 1718, 0, 1, 1, 1, 'Basilisk Hide Pants'), +(1034344, 1720, 0, 1, 1, 1, 'Tanglewood Staff'), +(1034344, 1722, 0, 1, 1, 1, 'Thornstone Sledgehammer'), +(1034344, 2802, 0, 1, 1, 1, 'Blazing Emblem'), +(1034344, 2815, 0, 1, 1, 1, 'Curve-bladed Ripper'), +(1034344, 4090, 0, 1, 1, 1, 'Mug O\' Hurt'), +(1034344, 4091, 0, 1, 1, 1, 'Widowmaker'), +(1034344, 9359, 0, 1, 1, 1, 'Wirt\'s Third Leg'), +(1034344, 9433, 0, 1, 1, 1, 'Forgotten Wraps'), +(1034344, 9434, 0, 1, 1, 1, 'Elemental Raiment'), +(1034344, 13021, 0, 1, 1, 1, 'Needle Threader'), +(1034344, 13026, 0, 1, 1, 1, 'Heaven\'s Light'), +(1034344, 13029, 0, 1, 1, 1, 'Umbral Crystal'), +(1034344, 13034, 0, 1, 1, 1, 'Speedsteel Rapier'), +(1034344, 13038, 0, 1, 1, 1, 'Swiftwind'), +(1034344, 13042, 0, 1, 1, 1, 'Sword of the Magistrate'), +(1034344, 13051, 0, 1, 1, 1, 'Witchfury'), +(1034344, 13058, 0, 1, 1, 1, 'Khoo\'s Point'), +(1034344, 13064, 0, 1, 1, 1, 'Jaina\'s Firestarter'), +(1034344, 13068, 0, 1, 1, 1, 'Obsidian Greaves'), +(1034344, 13071, 0, 1, 1, 1, 'Plated Fist of Hakoo'), +(1034344, 13074, 0, 1, 1, 1, 'Golem Shard Leggings'), +(1034344, 13082, 0, 1, 1, 1, 'Mountainside Buckler'), +(1034344, 13088, 0, 1, 1, 1, 'Gazlowe\'s Charm'), +(1034344, 13095, 0, 1, 1, 1, 'Assault Band'), +(1034344, 13100, 0, 1, 1, 1, 'Furen\'s Boots'), +(1034344, 13115, 0, 1, 1, 1, 'Sheepshear Mantle'), +(1034344, 13117, 0, 1, 1, 1, 'Ogron\'s Sash'), +(1034344, 13132, 0, 1, 1, 1, 'Skeletal Shoulders'), +(1034344, 13138, 0, 1, 1, 1, 'The Silencer'), +(1034344, 13145, 0, 1, 1, 1, 'Enormous Ogre Belt'), +(1034344, 13199, 0, 1, 1, 1, 'Crushridge Bindings'), +(1034444, 1713, 0, 1, 1, 1, 'Ankh of Life'), +(1034444, 1714, 0, 1, 1, 1, 'Necklace of Calisea'), +(1034444, 1715, 0, 1, 1, 1, 'Polished Jazeraint Armor'), +(1034444, 1718, 0, 1, 1, 1, 'Basilisk Hide Pants'), +(1034444, 1720, 0, 1, 1, 1, 'Tanglewood Staff'), +(1034444, 1722, 0, 1, 1, 1, 'Thornstone Sledgehammer'), +(1034444, 2802, 0, 1, 1, 1, 'Blazing Emblem'), +(1034444, 2815, 0, 1, 1, 1, 'Curve-bladed Ripper'), +(1034444, 4090, 0, 1, 1, 1, 'Mug O\' Hurt'), +(1034444, 4091, 0, 1, 1, 1, 'Widowmaker'), +(1034444, 9359, 0, 1, 1, 1, 'Wirt\'s Third Leg'), +(1034444, 9433, 0, 1, 1, 1, 'Forgotten Wraps'), +(1034444, 13026, 0, 1, 1, 1, 'Heaven\'s Light'), +(1034444, 13029, 0, 1, 1, 1, 'Umbral Crystal'), +(1034444, 13051, 0, 1, 1, 1, 'Witchfury'), +(1034444, 13058, 0, 1, 1, 1, 'Khoo\'s Point'), +(1034444, 13064, 0, 1, 1, 1, 'Jaina\'s Firestarter'), +(1034444, 13068, 0, 1, 1, 1, 'Obsidian Greaves'), +(1034444, 13071, 0, 1, 1, 1, 'Plated Fist of Hakoo'), +(1034444, 13074, 0, 1, 1, 1, 'Golem Shard Leggings'), +(1034444, 13082, 0, 1, 1, 1, 'Mountainside Buckler'), +(1034444, 13095, 0, 1, 1, 1, 'Assault Band'), +(1034444, 13100, 0, 1, 1, 1, 'Furen\'s Boots'), +(1034444, 13115, 0, 1, 1, 1, 'Sheepshear Mantle'), +(1034444, 13117, 0, 1, 1, 1, 'Ogron\'s Sash'), +(1034444, 13132, 0, 1, 1, 1, 'Skeletal Shoulders'), +(1034444, 13138, 0, 1, 1, 1, 'The Silencer'), +(1034445, 754, 0, 1, 1, 1, 'Shortsword of Vengeance'), +(1034445, 1713, 0, 1, 1, 1, 'Ankh of Life'), +(1034445, 1714, 0, 1, 1, 1, 'Necklace of Calisea'), +(1034445, 1715, 0, 1, 1, 1, 'Polished Jazeraint Armor'), +(1034445, 1718, 0, 1, 1, 1, 'Basilisk Hide Pants'), +(1034445, 1720, 0, 1, 1, 1, 'Tanglewood Staff'), +(1034445, 1722, 0, 1, 1, 1, 'Thornstone Sledgehammer'), +(1034445, 2802, 0, 1, 1, 1, 'Blazing Emblem'), +(1034445, 2815, 0, 1, 1, 1, 'Curve-bladed Ripper'), +(1034445, 4090, 0, 1, 1, 1, 'Mug O\' Hurt'), +(1034445, 4091, 0, 1, 1, 1, 'Widowmaker'), +(1034445, 9359, 0, 1, 1, 1, 'Wirt\'s Third Leg'), +(1034445, 9433, 0, 1, 1, 1, 'Forgotten Wraps'), +(1034445, 9434, 0, 1, 1, 1, 'Elemental Raiment'), +(1034445, 13021, 0, 1, 1, 1, 'Needle Threader'), +(1034445, 13026, 0, 1, 1, 1, 'Heaven\'s Light'), +(1034445, 13029, 0, 1, 1, 1, 'Umbral Crystal'), +(1034445, 13034, 0, 1, 1, 1, 'Speedsteel Rapier'), +(1034445, 13039, 0, 1, 1, 1, 'Skull Splitting Crossbow'), +(1034445, 13051, 0, 1, 1, 1, 'Witchfury'), +(1034445, 13055, 0, 1, 1, 1, 'Bonechewer'), +(1034445, 13058, 0, 1, 1, 1, 'Khoo\'s Point'), +(1034445, 13064, 0, 1, 1, 1, 'Jaina\'s Firestarter'), +(1034445, 13068, 0, 1, 1, 1, 'Obsidian Greaves'), +(1034445, 13071, 0, 1, 1, 1, 'Plated Fist of Hakoo'), +(1034445, 13074, 0, 1, 1, 1, 'Golem Shard Leggings'), +(1034445, 13076, 0, 1, 1, 1, 'Giantslayer Bracers'), +(1034445, 13082, 0, 1, 1, 1, 'Mountainside Buckler'), +(1034445, 13088, 0, 1, 1, 1, 'Gazlowe\'s Charm'), +(1034445, 13095, 0, 1, 1, 1, 'Assault Band'), +(1034445, 13100, 0, 1, 1, 1, 'Furen\'s Boots'), +(1034445, 13102, 0, 1, 1, 1, 'Cassandra\'s Grace'), +(1034445, 13112, 0, 1, 1, 1, 'Winged Helm'), +(1034445, 13115, 0, 1, 1, 1, 'Sheepshear Mantle'), +(1034445, 13117, 0, 1, 1, 1, 'Ogron\'s Sash'), +(1034445, 13128, 0, 1, 1, 1, 'High Bergg Helm'), +(1034445, 13132, 0, 1, 1, 1, 'Skeletal Shoulders'), +(1034445, 13138, 0, 1, 1, 1, 'The Silencer'), +(1034445, 13199, 0, 1, 1, 1, 'Crushridge Bindings'), +(1034545, 754, 0, 1, 1, 1, 'Shortsword of Vengeance'), +(1034545, 1713, 0, 1, 1, 1, 'Ankh of Life'), +(1034545, 1714, 0, 1, 1, 1, 'Necklace of Calisea'), +(1034545, 1715, 0, 1, 1, 1, 'Polished Jazeraint Armor'), +(1034545, 1718, 0, 1, 1, 1, 'Basilisk Hide Pants'), +(1034545, 1720, 0, 1, 1, 1, 'Tanglewood Staff'), +(1034545, 2802, 0, 1, 1, 1, 'Blazing Emblem'), +(1034545, 2815, 0, 1, 1, 1, 'Curve-bladed Ripper'), +(1034545, 4090, 0, 1, 1, 1, 'Mug O\' Hurt'), +(1034545, 4091, 0, 1, 1, 1, 'Widowmaker'), +(1034545, 9359, 0, 1, 1, 1, 'Wirt\'s Third Leg'), +(1034545, 9433, 0, 1, 1, 1, 'Forgotten Wraps'), +(1034545, 13021, 0, 1, 1, 1, 'Needle Threader'), +(1034545, 13026, 0, 1, 1, 1, 'Heaven\'s Light'), +(1034545, 13029, 0, 1, 1, 1, 'Umbral Crystal'), +(1034545, 13051, 0, 1, 1, 1, 'Witchfury'), +(1034545, 13058, 0, 1, 1, 1, 'Khoo\'s Point'), +(1034545, 13071, 0, 1, 1, 1, 'Plated Fist of Hakoo'), +(1034545, 13074, 0, 1, 1, 1, 'Golem Shard Leggings'), +(1034545, 13082, 0, 1, 1, 1, 'Mountainside Buckler'), +(1034545, 13095, 0, 1, 1, 1, 'Assault Band'), +(1034545, 13100, 0, 1, 1, 1, 'Furen\'s Boots'), +(1034545, 13102, 0, 1, 1, 1, 'Cassandra\'s Grace'), +(1034545, 13115, 0, 1, 1, 1, 'Sheepshear Mantle'), +(1034545, 13128, 0, 1, 1, 1, 'High Bergg Helm'), +(1034545, 13132, 0, 1, 1, 1, 'Skeletal Shoulders'), +(1034546, 754, 0, 1, 1, 1, 'Shortsword of Vengeance'), +(1034546, 1713, 0, 1, 1, 1, 'Ankh of Life'), +(1034546, 1714, 0, 1, 1, 1, 'Necklace of Calisea'), +(1034546, 1715, 0, 1, 1, 1, 'Polished Jazeraint Armor'), +(1034546, 1718, 0, 1, 1, 1, 'Basilisk Hide Pants'), +(1034546, 1720, 0, 1, 1, 1, 'Tanglewood Staff'), +(1034546, 2802, 0, 1, 1, 1, 'Blazing Emblem'), +(1034546, 2815, 0, 1, 1, 1, 'Curve-bladed Ripper'), +(1034546, 4090, 0, 1, 1, 1, 'Mug O\' Hurt'), +(1034546, 4091, 0, 1, 1, 1, 'Widowmaker'), +(1034546, 9359, 0, 1, 1, 1, 'Wirt\'s Third Leg'), +(1034546, 9433, 0, 1, 1, 1, 'Forgotten Wraps'), +(1034546, 13018, 0, 1, 1, 1, 'Executioner\'s Cleaver'), +(1034546, 13021, 0, 1, 1, 1, 'Needle Threader'), +(1034546, 13026, 0, 1, 1, 1, 'Heaven\'s Light'), +(1034546, 13029, 0, 1, 1, 1, 'Umbral Crystal'), +(1034546, 13039, 0, 1, 1, 1, 'Skull Splitting Crossbow'), +(1034546, 13051, 0, 1, 1, 1, 'Witchfury'), +(1034546, 13055, 0, 1, 1, 1, 'Bonechewer'), +(1034546, 13058, 0, 1, 1, 1, 'Khoo\'s Point'), +(1034546, 13071, 0, 1, 1, 1, 'Plated Fist of Hakoo'), +(1034546, 13074, 0, 1, 1, 1, 'Golem Shard Leggings'), +(1034546, 13076, 0, 1, 1, 1, 'Giantslayer Bracers'), +(1034546, 13082, 0, 1, 1, 1, 'Mountainside Buckler'), +(1034546, 13095, 0, 1, 1, 1, 'Assault Band'), +(1034546, 13100, 0, 1, 1, 1, 'Furen\'s Boots'), +(1034546, 13102, 0, 1, 1, 1, 'Cassandra\'s Grace'), +(1034546, 13112, 0, 1, 1, 1, 'Winged Helm'), +(1034546, 13115, 0, 1, 1, 1, 'Sheepshear Mantle'), +(1034546, 13128, 0, 1, 1, 1, 'High Bergg Helm'), +(1034546, 13132, 0, 1, 1, 1, 'Skeletal Shoulders'), +(1034546, 9719, 0, 1, 1, 1, 'Broken Blade of Heroes'), +(1034546, 13035, 0, 1, 1, 1, 'Serpent Slicer'), +(1034546, 13043, 0, 1, 1, 1, 'Blade of the Titans'), +(1034546, 13064, 0, 1, 1, 1, 'Jaina\'s Firestarter'), +(1034546, 13068, 0, 1, 1, 1, 'Obsidian Greaves'), +(1034546, 13089, 0, 1, 1, 1, 'Skibi\'s Pendant'), +(1034546, 13109, 0, 1, 1, 1, 'Blackflame Cape'), +(1034546, 13117, 0, 1, 1, 1, 'Ogron\'s Sash'), +(1034546, 13134, 0, 1, 1, 1, 'Belt of the Gladiator'), +(1034646, 754, 0, 1, 1, 1, 'Shortsword of Vengeance'), +(1034646, 1713, 0, 1, 1, 1, 'Ankh of Life'), +(1034646, 1715, 0, 1, 1, 1, 'Polished Jazeraint Armor'), +(1034646, 1720, 0, 1, 1, 1, 'Tanglewood Staff'), +(1034646, 2815, 0, 1, 1, 1, 'Curve-bladed Ripper'), +(1034646, 4090, 0, 1, 1, 1, 'Mug O\' Hurt'), +(1034646, 4091, 0, 1, 1, 1, 'Widowmaker'), +(1034646, 9359, 0, 1, 1, 1, 'Wirt\'s Third Leg'), +(1034646, 9433, 0, 1, 1, 1, 'Forgotten Wraps'), +(1034646, 13018, 0, 1, 1, 1, 'Executioner\'s Cleaver'), +(1034646, 13021, 0, 1, 1, 1, 'Needle Threader'), +(1034646, 13026, 0, 1, 1, 1, 'Heaven\'s Light'), +(1034646, 13039, 0, 1, 1, 1, 'Skull Splitting Crossbow'), +(1034646, 13043, 0, 1, 1, 1, 'Blade of the Titans'), +(1034646, 13051, 0, 1, 1, 1, 'Witchfury'), +(1034646, 13055, 0, 1, 1, 1, 'Bonechewer'), +(1034646, 13058, 0, 1, 1, 1, 'Khoo\'s Point'), +(1034646, 13071, 0, 1, 1, 1, 'Plated Fist of Hakoo'), +(1034646, 13074, 0, 1, 1, 1, 'Golem Shard Leggings'), +(1034646, 13076, 0, 1, 1, 1, 'Giantslayer Bracers'), +(1034646, 13082, 0, 1, 1, 1, 'Mountainside Buckler'), +(1034646, 13095, 0, 1, 1, 1, 'Assault Band'), +(1034646, 13100, 0, 1, 1, 1, 'Furen\'s Boots'), +(1034646, 13102, 0, 1, 1, 1, 'Cassandra\'s Grace'), +(1034646, 13112, 0, 1, 1, 1, 'Winged Helm'), +(1034646, 13115, 0, 1, 1, 1, 'Sheepshear Mantle'), +(1034646, 13128, 0, 1, 1, 1, 'High Bergg Helm'), +(1034646, 13134, 0, 1, 1, 1, 'Belt of the Gladiator'), +(1034647, 754, 0, 1, 1, 1, 'Shortsword of Vengeance'), +(1034647, 1713, 0, 1, 1, 1, 'Ankh of Life'), +(1034647, 1715, 0, 1, 1, 1, 'Polished Jazeraint Armor'), +(1034647, 1720, 0, 1, 1, 1, 'Tanglewood Staff'), +(1034647, 2815, 0, 1, 1, 1, 'Curve-bladed Ripper'), +(1034647, 4090, 0, 1, 1, 1, 'Mug O\' Hurt'), +(1034647, 4091, 0, 1, 1, 1, 'Widowmaker'), +(1034647, 9359, 0, 1, 1, 1, 'Wirt\'s Third Leg'), +(1034647, 9433, 0, 1, 1, 1, 'Forgotten Wraps'), +(1034647, 13018, 0, 1, 1, 1, 'Executioner\'s Cleaver'), +(1034647, 13021, 0, 1, 1, 1, 'Needle Threader'), +(1034647, 13026, 0, 1, 1, 1, 'Heaven\'s Light'), +(1034647, 13035, 0, 1, 1, 1, 'Serpent Slicer'), +(1034647, 13039, 0, 1, 1, 1, 'Skull Splitting Crossbow'), +(1034647, 13043, 0, 1, 1, 1, 'Blade of the Titans'), +(1034647, 13051, 0, 1, 1, 1, 'Witchfury'), +(1034647, 13055, 0, 1, 1, 1, 'Bonechewer'), +(1034647, 13058, 0, 1, 1, 1, 'Khoo\'s Point'), +(1034647, 13071, 0, 1, 1, 1, 'Plated Fist of Hakoo'), +(1034647, 13074, 0, 1, 1, 1, 'Golem Shard Leggings'), +(1034647, 13076, 0, 1, 1, 1, 'Giantslayer Bracers'), +(1034647, 13082, 0, 1, 1, 1, 'Mountainside Buckler'), +(1034647, 13089, 0, 1, 1, 1, 'Skibi\'s Pendant'), +(1034647, 13095, 0, 1, 1, 1, 'Assault Band'), +(1034647, 13100, 0, 1, 1, 1, 'Furen\'s Boots'), +(1034647, 13102, 0, 1, 1, 1, 'Cassandra\'s Grace'), +(1034647, 13109, 0, 1, 1, 1, 'Blackflame Cape'), +(1034647, 13112, 0, 1, 1, 1, 'Winged Helm'), +(1034647, 13115, 0, 1, 1, 1, 'Sheepshear Mantle'), +(1034647, 13128, 0, 1, 1, 1, 'High Bergg Helm'), +(1034647, 13134, 0, 1, 1, 1, 'Belt of the Gladiator'), +(1034647, 1718, 0, 1, 1, 1, 'Basilisk Hide Pants'), +(1034647, 2564, 0, 1, 1, 1, 'Elven Spirit Claws'), +(1034647, 2802, 0, 1, 1, 1, 'Blazing Emblem'), +(1034647, 9434, 0, 1, 1, 1, 'Elemental Raiment'), +(1034647, 13029, 0, 1, 1, 1, 'Umbral Crystal'), +(1034647, 13046, 0, 1, 1, 1, 'Blanchard\'s Stout'), +(1034647, 13065, 0, 1, 1, 1, 'Wand of Allistarj'), +(1034647, 13125, 0, 1, 1, 1, 'Elven Chain Boots'), +(1034647, 13132, 0, 1, 1, 1, 'Skeletal Shoulders'), +(1034647, 13139, 0, 1, 1, 1, 'Guttbuster'), +(1034747, 754, 0, 1, 1, 1, 'Shortsword of Vengeance'), +(1034747, 1713, 0, 1, 1, 1, 'Ankh of Life'), +(1034747, 1720, 0, 1, 1, 1, 'Tanglewood Staff'), +(1034747, 2815, 0, 1, 1, 1, 'Curve-bladed Ripper'), +(1034747, 4090, 0, 1, 1, 1, 'Mug O\' Hurt'), +(1034747, 4091, 0, 1, 1, 1, 'Widowmaker'), +(1034747, 9359, 0, 1, 1, 1, 'Wirt\'s Third Leg'), +(1034747, 9433, 0, 1, 1, 1, 'Forgotten Wraps'), +(1034747, 13018, 0, 1, 1, 1, 'Executioner\'s Cleaver'), +(1034747, 13021, 0, 1, 1, 1, 'Needle Threader'), +(1034747, 13026, 0, 1, 1, 1, 'Heaven\'s Light'), +(1034747, 13035, 0, 1, 1, 1, 'Serpent Slicer'), +(1034747, 13039, 0, 1, 1, 1, 'Skull Splitting Crossbow'), +(1034747, 13043, 0, 1, 1, 1, 'Blade of the Titans'), +(1034747, 13055, 0, 1, 1, 1, 'Bonechewer'), +(1034747, 13071, 0, 1, 1, 1, 'Plated Fist of Hakoo'), +(1034747, 13074, 0, 1, 1, 1, 'Golem Shard Leggings'), +(1034747, 13076, 0, 1, 1, 1, 'Giantslayer Bracers'), +(1034747, 13082, 0, 1, 1, 1, 'Mountainside Buckler'), +(1034747, 13089, 0, 1, 1, 1, 'Skibi\'s Pendant'), +(1034747, 13102, 0, 1, 1, 1, 'Cassandra\'s Grace'), +(1034747, 13109, 0, 1, 1, 1, 'Blackflame Cape'), +(1034747, 13112, 0, 1, 1, 1, 'Winged Helm'), +(1034747, 13115, 0, 1, 1, 1, 'Sheepshear Mantle'), +(1034747, 13128, 0, 1, 1, 1, 'High Bergg Helm'), +(1034747, 13134, 0, 1, 1, 1, 'Belt of the Gladiator'), +(1034748, 754, 0, 1, 1, 1, 'Shortsword of Vengeance'), +(1034748, 1713, 0, 1, 1, 1, 'Ankh of Life'), +(1034748, 1720, 0, 1, 1, 1, 'Tanglewood Staff'), +(1034748, 2564, 0, 1, 1, 1, 'Elven Spirit Claws'), +(1034748, 2815, 0, 1, 1, 1, 'Curve-bladed Ripper'), +(1034748, 4090, 0, 1, 1, 1, 'Mug O\' Hurt'), +(1034748, 4091, 0, 1, 1, 1, 'Widowmaker'), +(1034748, 9359, 0, 1, 1, 1, 'Wirt\'s Third Leg'), +(1034748, 9433, 0, 1, 1, 1, 'Forgotten Wraps'), +(1034748, 13018, 0, 1, 1, 1, 'Executioner\'s Cleaver'), +(1034748, 13021, 0, 1, 1, 1, 'Needle Threader'), +(1034748, 13026, 0, 1, 1, 1, 'Heaven\'s Light'), +(1034748, 13035, 0, 1, 1, 1, 'Serpent Slicer'), +(1034748, 13039, 0, 1, 1, 1, 'Skull Splitting Crossbow'), +(1034748, 13043, 0, 1, 1, 1, 'Blade of the Titans'), +(1034748, 13046, 0, 1, 1, 1, 'Blanchard\'s Stout'), +(1034748, 13055, 0, 1, 1, 1, 'Bonechewer'), +(1034748, 13065, 0, 1, 1, 1, 'Wand of Allistarj'), +(1034748, 13071, 0, 1, 1, 1, 'Plated Fist of Hakoo'), +(1034748, 13074, 0, 1, 1, 1, 'Golem Shard Leggings'), +(1034748, 13076, 0, 1, 1, 1, 'Giantslayer Bracers'), +(1034748, 13082, 0, 1, 1, 1, 'Mountainside Buckler'), +(1034748, 13089, 0, 1, 1, 1, 'Skibi\'s Pendant'), +(1034748, 13102, 0, 1, 1, 1, 'Cassandra\'s Grace'), +(1034748, 13109, 0, 1, 1, 1, 'Blackflame Cape'), +(1034748, 13112, 0, 1, 1, 1, 'Winged Helm'), +(1034748, 13115, 0, 1, 1, 1, 'Sheepshear Mantle'), +(1034748, 13125, 0, 1, 1, 1, 'Elven Chain Boots'), +(1034748, 13128, 0, 1, 1, 1, 'High Bergg Helm'), +(1034748, 13134, 0, 1, 1, 1, 'Belt of the Gladiator'), +(1034748, 13139, 0, 1, 1, 1, 'Guttbuster'), +(1034748, 1715, 0, 1, 1, 1, 'Polished Jazeraint Armor'), +(1034748, 7734, 0, 1, 1, 1, 'Six Demon Bag'), +(1034748, 13009, 0, 1, 1, 1, 'Cow King\'s Hide'), +(1034748, 13030, 0, 1, 1, 1, 'Basilisk Bone'), +(1034748, 13051, 0, 1, 1, 1, 'Witchfury'), +(1034748, 13058, 0, 1, 1, 1, 'Khoo\'s Point'), +(1034748, 13066, 0, 1, 1, 1, 'Wyrmslayer Spaulders'), +(1034748, 13085, 0, 1, 1, 1, 'Horizon Choker'), +(1034748, 13095, 0, 1, 1, 1, 'Assault Band'), +(1034748, 13100, 0, 1, 1, 1, 'Furen\'s Boots'), +(1034848, 754, 0, 1, 1, 1, 'Shortsword of Vengeance'), +(1034848, 1720, 0, 1, 1, 1, 'Tanglewood Staff'), +(1034848, 2564, 0, 1, 1, 1, 'Elven Spirit Claws'), +(1034848, 4090, 0, 1, 1, 1, 'Mug O\' Hurt'), +(1034848, 4091, 0, 1, 1, 1, 'Widowmaker'), +(1034848, 9433, 0, 1, 1, 1, 'Forgotten Wraps'), +(1034848, 13018, 0, 1, 1, 1, 'Executioner\'s Cleaver'), +(1034848, 13021, 0, 1, 1, 1, 'Needle Threader'), +(1034848, 13035, 0, 1, 1, 1, 'Serpent Slicer'), +(1034848, 13039, 0, 1, 1, 1, 'Skull Splitting Crossbow'), +(1034848, 13043, 0, 1, 1, 1, 'Blade of the Titans'), +(1034848, 13046, 0, 1, 1, 1, 'Blanchard\'s Stout'), +(1034848, 13055, 0, 1, 1, 1, 'Bonechewer'), +(1034848, 13065, 0, 1, 1, 1, 'Wand of Allistarj'), +(1034848, 13074, 0, 1, 1, 1, 'Golem Shard Leggings'), +(1034848, 13076, 0, 1, 1, 1, 'Giantslayer Bracers'), +(1034848, 13082, 0, 1, 1, 1, 'Mountainside Buckler'), +(1034848, 13089, 0, 1, 1, 1, 'Skibi\'s Pendant'), +(1034848, 13102, 0, 1, 1, 1, 'Cassandra\'s Grace'), +(1034848, 13109, 0, 1, 1, 1, 'Blackflame Cape'), +(1034848, 13112, 0, 1, 1, 1, 'Winged Helm'), +(1034848, 13125, 0, 1, 1, 1, 'Elven Chain Boots'), +(1034848, 13128, 0, 1, 1, 1, 'High Bergg Helm'), +(1034848, 13134, 0, 1, 1, 1, 'Belt of the Gladiator'), +(1034848, 13139, 0, 1, 1, 1, 'Guttbuster'), +(1034849, 754, 0, 1, 1, 1, 'Shortsword of Vengeance'), +(1034849, 1720, 0, 1, 1, 1, 'Tanglewood Staff'), +(1034849, 2564, 0, 1, 1, 1, 'Elven Spirit Claws'), +(1034849, 4090, 0, 1, 1, 1, 'Mug O\' Hurt'), +(1034849, 4091, 0, 1, 1, 1, 'Widowmaker'), +(1034849, 7734, 0, 1, 1, 1, 'Six Demon Bag'), +(1034849, 9433, 0, 1, 1, 1, 'Forgotten Wraps'), +(1034849, 13009, 0, 1, 1, 1, 'Cow King\'s Hide'), +(1034849, 13018, 0, 1, 1, 1, 'Executioner\'s Cleaver'), +(1034849, 13021, 0, 1, 1, 1, 'Needle Threader'), +(1034849, 13030, 0, 1, 1, 1, 'Basilisk Bone'), +(1034849, 13035, 0, 1, 1, 1, 'Serpent Slicer'), +(1034849, 13039, 0, 1, 1, 1, 'Skull Splitting Crossbow'), +(1034849, 13043, 0, 1, 1, 1, 'Blade of the Titans'), +(1034849, 13046, 0, 1, 1, 1, 'Blanchard\'s Stout'), +(1034849, 13055, 0, 1, 1, 1, 'Bonechewer'), +(1034849, 13065, 0, 1, 1, 1, 'Wand of Allistarj'), +(1034849, 13066, 0, 1, 1, 1, 'Wyrmslayer Spaulders'), +(1034849, 13074, 0, 1, 1, 1, 'Golem Shard Leggings'), +(1034849, 13076, 0, 1, 1, 1, 'Giantslayer Bracers'), +(1034849, 13082, 0, 1, 1, 1, 'Mountainside Buckler'), +(1034849, 13085, 0, 1, 1, 1, 'Horizon Choker'), +(1034849, 13089, 0, 1, 1, 1, 'Skibi\'s Pendant'), +(1034849, 13102, 0, 1, 1, 1, 'Cassandra\'s Grace'), +(1034849, 13109, 0, 1, 1, 1, 'Blackflame Cape'), +(1034849, 13112, 0, 1, 1, 1, 'Winged Helm'), +(1034849, 13125, 0, 1, 1, 1, 'Elven Chain Boots'), +(1034849, 13128, 0, 1, 1, 1, 'High Bergg Helm'), +(1034849, 13134, 0, 1, 1, 1, 'Belt of the Gladiator'), +(1034849, 13139, 0, 1, 1, 1, 'Guttbuster'), +(1034849, 1713, 0, 1, 1, 1, 'Ankh of Life'), +(1034849, 2815, 0, 1, 1, 1, 'Curve-bladed Ripper'), +(1034849, 11302, 0, 1, 1, 1, 'Uther\'s Strength'), +(1034849, 13008, 0, 1, 1, 1, 'Dalewind Trousers'), +(1034849, 13026, 0, 1, 1, 1, 'Heaven\'s Light'), +(1034849, 13052, 0, 1, 1, 1, 'Warmonger'), +(1034849, 13059, 0, 1, 1, 1, 'Stoneraven'), +(1034849, 13071, 0, 1, 1, 1, 'Plated Fist of Hakoo'), +(1034849, 13073, 0, 1, 1, 1, 'Mugthol\'s Helm'), +(1034849, 13115, 0, 1, 1, 1, 'Sheepshear Mantle'), +(1034949, 754, 0, 1, 1, 1, 'Shortsword of Vengeance'), +(1034949, 2564, 0, 1, 1, 1, 'Elven Spirit Claws'), +(1034949, 4091, 0, 1, 1, 1, 'Widowmaker'), +(1034949, 7734, 0, 1, 1, 1, 'Six Demon Bag'), +(1034949, 13009, 0, 1, 1, 1, 'Cow King\'s Hide'), +(1034949, 13018, 0, 1, 1, 1, 'Executioner\'s Cleaver'), +(1034949, 13021, 0, 1, 1, 1, 'Needle Threader'), +(1034949, 13030, 0, 1, 1, 1, 'Basilisk Bone'), +(1034949, 13035, 0, 1, 1, 1, 'Serpent Slicer'), +(1034949, 13039, 0, 1, 1, 1, 'Skull Splitting Crossbow'), +(1034949, 13043, 0, 1, 1, 1, 'Blade of the Titans'), +(1034949, 13046, 0, 1, 1, 1, 'Blanchard\'s Stout'), +(1034949, 13055, 0, 1, 1, 1, 'Bonechewer'), +(1034949, 13065, 0, 1, 1, 1, 'Wand of Allistarj'), +(1034949, 13066, 0, 1, 1, 1, 'Wyrmslayer Spaulders'), +(1034949, 13076, 0, 1, 1, 1, 'Giantslayer Bracers'), +(1034949, 13085, 0, 1, 1, 1, 'Horizon Choker'), +(1034949, 13089, 0, 1, 1, 1, 'Skibi\'s Pendant'), +(1034949, 13102, 0, 1, 1, 1, 'Cassandra\'s Grace'), +(1034949, 13109, 0, 1, 1, 1, 'Blackflame Cape'), +(1034949, 13112, 0, 1, 1, 1, 'Winged Helm'), +(1034949, 13125, 0, 1, 1, 1, 'Elven Chain Boots'), +(1034949, 13128, 0, 1, 1, 1, 'High Bergg Helm'), +(1034949, 13134, 0, 1, 1, 1, 'Belt of the Gladiator'), +(1034949, 13139, 0, 1, 1, 1, 'Guttbuster'), +(1034950, 754, 0, 1, 1, 1, 'Shortsword of Vengeance'), +(1034950, 2564, 0, 1, 1, 1, 'Elven Spirit Claws'), +(1034950, 4091, 0, 1, 1, 1, 'Widowmaker'), +(1034950, 7734, 0, 1, 1, 1, 'Six Demon Bag'), +(1034950, 11302, 0, 1, 1, 1, 'Uther\'s Strength'), +(1034950, 13008, 0, 1, 1, 1, 'Dalewind Trousers'), +(1034950, 13009, 0, 1, 1, 1, 'Cow King\'s Hide'), +(1034950, 13018, 0, 1, 1, 1, 'Executioner\'s Cleaver'), +(1034950, 13021, 0, 1, 1, 1, 'Needle Threader'), +(1034950, 13030, 0, 1, 1, 1, 'Basilisk Bone'), +(1034950, 13035, 0, 1, 1, 1, 'Serpent Slicer'), +(1034950, 13039, 0, 1, 1, 1, 'Skull Splitting Crossbow'), +(1034950, 13043, 0, 1, 1, 1, 'Blade of the Titans'), +(1034950, 13046, 0, 1, 1, 1, 'Blanchard\'s Stout'), +(1034950, 13052, 0, 1, 1, 1, 'Warmonger'), +(1034950, 13055, 0, 1, 1, 1, 'Bonechewer'), +(1034950, 13059, 0, 1, 1, 1, 'Stoneraven'), +(1034950, 13065, 0, 1, 1, 1, 'Wand of Allistarj'), +(1034950, 13066, 0, 1, 1, 1, 'Wyrmslayer Spaulders'), +(1034950, 13073, 0, 1, 1, 1, 'Mugthol\'s Helm'), +(1034950, 13076, 0, 1, 1, 1, 'Giantslayer Bracers'), +(1034950, 13085, 0, 1, 1, 1, 'Horizon Choker'), +(1034950, 13089, 0, 1, 1, 1, 'Skibi\'s Pendant'), +(1034950, 13102, 0, 1, 1, 1, 'Cassandra\'s Grace'), +(1034950, 13109, 0, 1, 1, 1, 'Blackflame Cape'), +(1034950, 13112, 0, 1, 1, 1, 'Winged Helm'), +(1034950, 13125, 0, 1, 1, 1, 'Elven Chain Boots'), +(1034950, 13128, 0, 1, 1, 1, 'High Bergg Helm'), +(1034950, 13134, 0, 1, 1, 1, 'Belt of the Gladiator'), +(1034950, 13139, 0, 1, 1, 1, 'Guttbuster'), +(1034950, 4090, 0, 1, 1, 1, 'Mug O\' Hurt'), +(1034950, 5266, 0, 1, 1, 1, 'Eye of Adaegus'), +(1034950, 9359, 0, 1, 1, 1, 'Wirt\'s Third Leg'), +(1034950, 9433, 0, 1, 1, 1, 'Forgotten Wraps'), +(1034950, 13014, 0, 1, 1, 1, 'Axe of Rin\'ji'), +(1034950, 13027, 0, 1, 1, 1, 'Bonesnapper'), +(1034950, 13126, 0, 1, 1, 1, 'Battlecaller Gauntlets'), +(1034950, 13144, 0, 1, 1, 1, 'Serenity Belt'), +(1035050, 2564, 0, 1, 1, 1, 'Elven Spirit Claws'), +(1035050, 7734, 0, 1, 1, 1, 'Six Demon Bag'), +(1035050, 11302, 0, 1, 1, 1, 'Uther\'s Strength'), +(1035050, 13008, 0, 1, 1, 1, 'Dalewind Trousers'), +(1035050, 13009, 0, 1, 1, 1, 'Cow King\'s Hide'), +(1035050, 13018, 0, 1, 1, 1, 'Executioner\'s Cleaver'), +(1035050, 13030, 0, 1, 1, 1, 'Basilisk Bone'), +(1035050, 13035, 0, 1, 1, 1, 'Serpent Slicer'), +(1035050, 13039, 0, 1, 1, 1, 'Skull Splitting Crossbow'), +(1035050, 13043, 0, 1, 1, 1, 'Blade of the Titans'), +(1035050, 13046, 0, 1, 1, 1, 'Blanchard\'s Stout'), +(1035050, 13052, 0, 1, 1, 1, 'Warmonger'), +(1035050, 13055, 0, 1, 1, 1, 'Bonechewer'), +(1035050, 13059, 0, 1, 1, 1, 'Stoneraven'), +(1035050, 13065, 0, 1, 1, 1, 'Wand of Allistarj'), +(1035050, 13066, 0, 1, 1, 1, 'Wyrmslayer Spaulders'), +(1035050, 13073, 0, 1, 1, 1, 'Mugthol\'s Helm'), +(1035050, 13076, 0, 1, 1, 1, 'Giantslayer Bracers'), +(1035050, 13085, 0, 1, 1, 1, 'Horizon Choker'), +(1035050, 13089, 0, 1, 1, 1, 'Skibi\'s Pendant'), +(1035050, 13109, 0, 1, 1, 1, 'Blackflame Cape'), +(1035050, 13112, 0, 1, 1, 1, 'Winged Helm'), +(1035050, 13125, 0, 1, 1, 1, 'Elven Chain Boots'), +(1035050, 13134, 0, 1, 1, 1, 'Belt of the Gladiator'), +(1035050, 13139, 0, 1, 1, 1, 'Guttbuster'), +(1035051, 1203, 0, 1, 1, 1, 'Aegis of Stormwind'), +(1035051, 1607, 0, 1, 1, 1, 'Soulkeeper'), +(1035051, 1721, 0, 1, 1, 1, 'Viking Warhammer'), +(1035051, 2564, 0, 1, 1, 1, 'Elven Spirit Claws'), +(1035051, 5266, 0, 1, 1, 1, 'Eye of Adaegus'), +(1035051, 7734, 0, 1, 1, 1, 'Six Demon Bag'), +(1035051, 11302, 0, 1, 1, 1, 'Uther\'s Strength'), +(1035051, 13008, 0, 1, 1, 1, 'Dalewind Trousers'), +(1035051, 13009, 0, 1, 1, 1, 'Cow King\'s Hide'), +(1035051, 13014, 0, 1, 1, 1, 'Axe of Rin\'ji'), +(1035051, 13018, 0, 1, 1, 1, 'Executioner\'s Cleaver'), +(1035051, 13027, 0, 1, 1, 1, 'Bonesnapper'), +(1035051, 13030, 0, 1, 1, 1, 'Basilisk Bone'), +(1035051, 13035, 0, 1, 1, 1, 'Serpent Slicer'), +(1035051, 13039, 0, 1, 1, 1, 'Skull Splitting Crossbow'), +(1035051, 13043, 0, 1, 1, 1, 'Blade of the Titans'), +(1035051, 13046, 0, 1, 1, 1, 'Blanchard\'s Stout'), +(1035051, 13052, 0, 1, 1, 1, 'Warmonger'), +(1035051, 13055, 0, 1, 1, 1, 'Bonechewer'), +(1035051, 13059, 0, 1, 1, 1, 'Stoneraven'), +(1035051, 13065, 0, 1, 1, 1, 'Wand of Allistarj'), +(1035051, 13066, 0, 1, 1, 1, 'Wyrmslayer Spaulders'), +(1035051, 13067, 0, 1, 1, 1, 'Hydralick Armor'), +(1035051, 13073, 0, 1, 1, 1, 'Mugthol\'s Helm'), +(1035051, 13076, 0, 1, 1, 1, 'Giantslayer Bracers'), +(1035051, 13085, 0, 1, 1, 1, 'Horizon Choker'), +(1035051, 13089, 0, 1, 1, 1, 'Skibi\'s Pendant'), +(1035051, 13109, 0, 1, 1, 1, 'Blackflame Cape'), +(1035051, 13111, 0, 1, 1, 1, 'Sandals of the Insurgent'), +(1035051, 13112, 0, 1, 1, 1, 'Winged Helm'), +(1035051, 13125, 0, 1, 1, 1, 'Elven Chain Boots'), +(1035051, 13126, 0, 1, 1, 1, 'Battlecaller Gauntlets'), +(1035051, 13134, 0, 1, 1, 1, 'Belt of the Gladiator'), +(1035051, 13139, 0, 1, 1, 1, 'Guttbuster'), +(1035051, 13144, 0, 1, 1, 1, 'Serenity Belt'), +(1035151, 2564, 0, 1, 1, 1, 'Elven Spirit Claws'), +(1035151, 5266, 0, 1, 1, 1, 'Eye of Adaegus'), +(1035151, 7734, 0, 1, 1, 1, 'Six Demon Bag'), +(1035151, 11302, 0, 1, 1, 1, 'Uther\'s Strength'), +(1035151, 13008, 0, 1, 1, 1, 'Dalewind Trousers'), +(1035151, 13009, 0, 1, 1, 1, 'Cow King\'s Hide'), +(1035151, 13014, 0, 1, 1, 1, 'Axe of Rin\'ji'), +(1035151, 13027, 0, 1, 1, 1, 'Bonesnapper'), +(1035151, 13030, 0, 1, 1, 1, 'Basilisk Bone'), +(1035151, 13035, 0, 1, 1, 1, 'Serpent Slicer'), +(1035151, 13043, 0, 1, 1, 1, 'Blade of the Titans'), +(1035151, 13046, 0, 1, 1, 1, 'Blanchard\'s Stout'), +(1035151, 13052, 0, 1, 1, 1, 'Warmonger'), +(1035151, 13059, 0, 1, 1, 1, 'Stoneraven'), +(1035151, 13065, 0, 1, 1, 1, 'Wand of Allistarj'), +(1035151, 13066, 0, 1, 1, 1, 'Wyrmslayer Spaulders'), +(1035151, 13073, 0, 1, 1, 1, 'Mugthol\'s Helm'), +(1035151, 13085, 0, 1, 1, 1, 'Horizon Choker'), +(1035151, 13089, 0, 1, 1, 1, 'Skibi\'s Pendant'), +(1035151, 13109, 0, 1, 1, 1, 'Blackflame Cape'), +(1035151, 13125, 0, 1, 1, 1, 'Elven Chain Boots'), +(1035151, 13126, 0, 1, 1, 1, 'Battlecaller Gauntlets'), +(1035151, 13134, 0, 1, 1, 1, 'Belt of the Gladiator'), +(1035151, 13139, 0, 1, 1, 1, 'Guttbuster'), +(1035151, 13144, 0, 1, 1, 1, 'Serenity Belt'), +(1035152, 1203, 0, 1, 1, 1, 'Aegis of Stormwind'), +(1035152, 1607, 0, 1, 1, 1, 'Soulkeeper'), +(1035152, 1721, 0, 1, 1, 1, 'Viking Warhammer'), +(1035152, 2564, 0, 1, 1, 1, 'Elven Spirit Claws'), +(1035152, 5266, 0, 1, 1, 1, 'Eye of Adaegus'), +(1035152, 6660, 0, 1, 1, 1, 'Julie\'s Dagger'), +(1035152, 7734, 0, 1, 1, 1, 'Six Demon Bag'), +(1035152, 8190, 0, 1, 1, 1, 'Hanzo Sword'), +(1035152, 11302, 0, 1, 1, 1, 'Uther\'s Strength'), +(1035152, 13008, 0, 1, 1, 1, 'Dalewind Trousers'), +(1035152, 13009, 0, 1, 1, 1, 'Cow King\'s Hide'), +(1035152, 13014, 0, 1, 1, 1, 'Axe of Rin\'ji'), +(1035152, 13018, 0, 1, 1, 1, 'Executioner\'s Cleaver'), +(1035152, 13021, 0, 1, 1, 1, 'Needle Threader'), +(1035152, 13022, 0, 1, 1, 1, 'Gryphonwing Long Bow'), +(1035152, 13027, 0, 1, 1, 1, 'Bonesnapper'), +(1035152, 13030, 0, 1, 1, 1, 'Basilisk Bone'), +(1035152, 13035, 0, 1, 1, 1, 'Serpent Slicer'), +(1035152, 13039, 0, 1, 1, 1, 'Skull Splitting Crossbow'), +(1035152, 13043, 0, 1, 1, 1, 'Blade of the Titans'), +(1035152, 13046, 0, 1, 1, 1, 'Blanchard\'s Stout'), +(1035152, 13052, 0, 1, 1, 1, 'Warmonger'), +(1035152, 13055, 0, 1, 1, 1, 'Bonechewer'), +(1035152, 13059, 0, 1, 1, 1, 'Stoneraven'), +(1035152, 13065, 0, 1, 1, 1, 'Wand of Allistarj'), +(1035152, 13066, 0, 1, 1, 1, 'Wyrmslayer Spaulders'), +(1035152, 13067, 0, 1, 1, 1, 'Hydralick Armor'), +(1035152, 13073, 0, 1, 1, 1, 'Mugthol\'s Helm'), +(1035152, 13076, 0, 1, 1, 1, 'Giantslayer Bracers'), +(1035152, 13085, 0, 1, 1, 1, 'Horizon Choker'), +(1035152, 13089, 0, 1, 1, 1, 'Skibi\'s Pendant'), +(1035152, 13102, 0, 1, 1, 1, 'Cassandra\'s Grace'), +(1035152, 13109, 0, 1, 1, 1, 'Blackflame Cape'), +(1035152, 13111, 0, 1, 1, 1, 'Sandals of the Insurgent'), +(1035152, 13120, 0, 1, 1, 1, 'Deepfury Bracers'), +(1035152, 13122, 0, 1, 1, 1, 'Dark Phantom Cape'), +(1035152, 13125, 0, 1, 1, 1, 'Elven Chain Boots'), +(1035152, 13126, 0, 1, 1, 1, 'Battlecaller Gauntlets'), +(1035152, 13134, 0, 1, 1, 1, 'Belt of the Gladiator'), +(1035152, 13139, 0, 1, 1, 1, 'Guttbuster'), +(1035152, 13144, 0, 1, 1, 1, 'Serenity Belt'), +(1035252, 1203, 0, 1, 1, 1, 'Aegis of Stormwind'), +(1035252, 1607, 0, 1, 1, 1, 'Soulkeeper'), +(1035252, 1721, 0, 1, 1, 1, 'Viking Warhammer'), +(1035252, 2564, 0, 1, 1, 1, 'Elven Spirit Claws'), +(1035252, 5266, 0, 1, 1, 1, 'Eye of Adaegus'), +(1035252, 7734, 0, 1, 1, 1, 'Six Demon Bag'), +(1035252, 11302, 0, 1, 1, 1, 'Uther\'s Strength'), +(1035252, 13008, 0, 1, 1, 1, 'Dalewind Trousers'), +(1035252, 13009, 0, 1, 1, 1, 'Cow King\'s Hide'), +(1035252, 13014, 0, 1, 1, 1, 'Axe of Rin\'ji'), +(1035252, 13027, 0, 1, 1, 1, 'Bonesnapper'), +(1035252, 13030, 0, 1, 1, 1, 'Basilisk Bone'), +(1035252, 13046, 0, 1, 1, 1, 'Blanchard\'s Stout'), +(1035252, 13052, 0, 1, 1, 1, 'Warmonger'), +(1035252, 13059, 0, 1, 1, 1, 'Stoneraven'), +(1035252, 13065, 0, 1, 1, 1, 'Wand of Allistarj'), +(1035252, 13066, 0, 1, 1, 1, 'Wyrmslayer Spaulders'), +(1035252, 13067, 0, 1, 1, 1, 'Hydralick Armor'), +(1035252, 13073, 0, 1, 1, 1, 'Mugthol\'s Helm'), +(1035252, 13085, 0, 1, 1, 1, 'Horizon Choker'), +(1035252, 13111, 0, 1, 1, 1, 'Sandals of the Insurgent'), +(1035252, 13125, 0, 1, 1, 1, 'Elven Chain Boots'), +(1035252, 13126, 0, 1, 1, 1, 'Battlecaller Gauntlets'), +(1035252, 13139, 0, 1, 1, 1, 'Guttbuster'), +(1035252, 13144, 0, 1, 1, 1, 'Serenity Belt'), +(1035253, 1203, 0, 1, 1, 1, 'Aegis of Stormwind'), +(1035253, 1607, 0, 1, 1, 1, 'Soulkeeper'), +(1035253, 1721, 0, 1, 1, 1, 'Viking Warhammer'), +(1035253, 2564, 0, 1, 1, 1, 'Elven Spirit Claws'), +(1035253, 5266, 0, 1, 1, 1, 'Eye of Adaegus'), +(1035253, 6660, 0, 1, 1, 1, 'Julie\'s Dagger'), +(1035253, 7734, 0, 1, 1, 1, 'Six Demon Bag'), +(1035253, 8190, 0, 1, 1, 1, 'Hanzo Sword'), +(1035253, 11302, 0, 1, 1, 1, 'Uther\'s Strength'), +(1035253, 13003, 0, 1, 1, 1, 'Lord Alexander\'s Battle Axe'), +(1035253, 13008, 0, 1, 1, 1, 'Dalewind Trousers'), +(1035253, 13009, 0, 1, 1, 1, 'Cow King\'s Hide'), +(1035253, 13013, 0, 1, 1, 1, 'Elder Wizard\'s Mantle'), +(1035253, 13014, 0, 1, 1, 1, 'Axe of Rin\'ji'), +(1035253, 13022, 0, 1, 1, 1, 'Gryphonwing Long Bow'), +(1035253, 13027, 0, 1, 1, 1, 'Bonesnapper'), +(1035253, 13030, 0, 1, 1, 1, 'Basilisk Bone'), +(1035253, 13035, 0, 1, 1, 1, 'Serpent Slicer'), +(1035253, 13043, 0, 1, 1, 1, 'Blade of the Titans'), +(1035253, 13046, 0, 1, 1, 1, 'Blanchard\'s Stout'), +(1035253, 13052, 0, 1, 1, 1, 'Warmonger'), +(1035253, 13056, 0, 1, 1, 1, 'Frenzied Striker'), +(1035253, 13059, 0, 1, 1, 1, 'Stoneraven'), +(1035253, 13065, 0, 1, 1, 1, 'Wand of Allistarj'), +(1035253, 13066, 0, 1, 1, 1, 'Wyrmslayer Spaulders'), +(1035253, 13067, 0, 1, 1, 1, 'Hydralick Armor'), +(1035253, 13073, 0, 1, 1, 1, 'Mugthol\'s Helm'), +(1035253, 13085, 0, 1, 1, 1, 'Horizon Choker'), +(1035253, 13089, 0, 1, 1, 1, 'Skibi\'s Pendant'), +(1035253, 13109, 0, 1, 1, 1, 'Blackflame Cape'), +(1035253, 13111, 0, 1, 1, 1, 'Sandals of the Insurgent'), +(1035253, 13120, 0, 1, 1, 1, 'Deepfury Bracers'), +(1035253, 13122, 0, 1, 1, 1, 'Dark Phantom Cape'), +(1035253, 13125, 0, 1, 1, 1, 'Elven Chain Boots'), +(1035253, 13126, 0, 1, 1, 1, 'Battlecaller Gauntlets'), +(1035253, 13130, 0, 1, 1, 1, 'Windrunner Legguards'), +(1035253, 13134, 0, 1, 1, 1, 'Belt of the Gladiator'), +(1035253, 13139, 0, 1, 1, 1, 'Guttbuster'), +(1035253, 13144, 0, 1, 1, 1, 'Serenity Belt'), +(1035353, 1203, 0, 1, 1, 1, 'Aegis of Stormwind'), +(1035353, 1607, 0, 1, 1, 1, 'Soulkeeper'), +(1035353, 1721, 0, 1, 1, 1, 'Viking Warhammer'), +(1035353, 5266, 0, 1, 1, 1, 'Eye of Adaegus'), +(1035353, 6660, 0, 1, 1, 1, 'Julie\'s Dagger'), +(1035353, 7734, 0, 1, 1, 1, 'Six Demon Bag'), +(1035353, 8190, 0, 1, 1, 1, 'Hanzo Sword'), +(1035353, 11302, 0, 1, 1, 1, 'Uther\'s Strength'), +(1035353, 13008, 0, 1, 1, 1, 'Dalewind Trousers'), +(1035353, 13009, 0, 1, 1, 1, 'Cow King\'s Hide'), +(1035353, 13014, 0, 1, 1, 1, 'Axe of Rin\'ji'), +(1035353, 13022, 0, 1, 1, 1, 'Gryphonwing Long Bow'), +(1035353, 13027, 0, 1, 1, 1, 'Bonesnapper'), +(1035353, 13030, 0, 1, 1, 1, 'Basilisk Bone'), +(1035353, 13052, 0, 1, 1, 1, 'Warmonger'), +(1035353, 13059, 0, 1, 1, 1, 'Stoneraven'), +(1035353, 13066, 0, 1, 1, 1, 'Wyrmslayer Spaulders'), +(1035353, 13067, 0, 1, 1, 1, 'Hydralick Armor'), +(1035353, 13073, 0, 1, 1, 1, 'Mugthol\'s Helm'), +(1035353, 13085, 0, 1, 1, 1, 'Horizon Choker'), +(1035353, 13111, 0, 1, 1, 1, 'Sandals of the Insurgent'), +(1035353, 13120, 0, 1, 1, 1, 'Deepfury Bracers'), +(1035353, 13122, 0, 1, 1, 1, 'Dark Phantom Cape'), +(1035353, 13126, 0, 1, 1, 1, 'Battlecaller Gauntlets'), +(1035353, 13144, 0, 1, 1, 1, 'Serenity Belt'), +(1035354, 1203, 0, 1, 1, 1, 'Aegis of Stormwind'), +(1035354, 1607, 0, 1, 1, 1, 'Soulkeeper'), +(1035354, 1721, 0, 1, 1, 1, 'Viking Warhammer'), +(1035354, 2564, 0, 1, 1, 1, 'Elven Spirit Claws'), +(1035354, 5266, 0, 1, 1, 1, 'Eye of Adaegus'), +(1035354, 6660, 0, 1, 1, 1, 'Julie\'s Dagger'), +(1035354, 7734, 0, 1, 1, 1, 'Six Demon Bag'), +(1035354, 8190, 0, 1, 1, 1, 'Hanzo Sword'), +(1035354, 11302, 0, 1, 1, 1, 'Uther\'s Strength'), +(1035354, 13003, 0, 1, 1, 1, 'Lord Alexander\'s Battle Axe'), +(1035354, 13008, 0, 1, 1, 1, 'Dalewind Trousers'), +(1035354, 13009, 0, 1, 1, 1, 'Cow King\'s Hide'), +(1035354, 13013, 0, 1, 1, 1, 'Elder Wizard\'s Mantle'), +(1035354, 13014, 0, 1, 1, 1, 'Axe of Rin\'ji'), +(1035354, 13022, 0, 1, 1, 1, 'Gryphonwing Long Bow'), +(1035354, 13027, 0, 1, 1, 1, 'Bonesnapper'), +(1035354, 13030, 0, 1, 1, 1, 'Basilisk Bone'), +(1035354, 13036, 0, 1, 1, 1, 'Assassination Blade'), +(1035354, 13040, 0, 1, 1, 1, 'Heartseeking Crossbow'), +(1035354, 13044, 0, 1, 1, 1, 'Demonslayer'), +(1035354, 13052, 0, 1, 1, 1, 'Warmonger'), +(1035354, 13056, 0, 1, 1, 1, 'Frenzied Striker'), +(1035354, 13059, 0, 1, 1, 1, 'Stoneraven'), +(1035354, 13065, 0, 1, 1, 1, 'Wand of Allistarj'), +(1035354, 13066, 0, 1, 1, 1, 'Wyrmslayer Spaulders'), +(1035354, 13067, 0, 1, 1, 1, 'Hydralick Armor'), +(1035354, 13073, 0, 1, 1, 1, 'Mugthol\'s Helm'), +(1035354, 13077, 0, 1, 1, 1, 'Girdle of Uther'), +(1035354, 13085, 0, 1, 1, 1, 'Horizon Choker'), +(1035354, 13091, 0, 1, 1, 1, 'Medallion of Grand Marshal Morris'), +(1035354, 13111, 0, 1, 1, 1, 'Sandals of the Insurgent'), +(1035354, 13118, 0, 1, 1, 1, 'Serpentine Sash'), +(1035354, 13120, 0, 1, 1, 1, 'Deepfury Bracers'), +(1035354, 13122, 0, 1, 1, 1, 'Dark Phantom Cape'), +(1035354, 13125, 0, 1, 1, 1, 'Elven Chain Boots'), +(1035354, 13126, 0, 1, 1, 1, 'Battlecaller Gauntlets'), +(1035354, 13130, 0, 1, 1, 1, 'Windrunner Legguards'), +(1035354, 13144, 0, 1, 1, 1, 'Serenity Belt'), +(1035354, 24222, 0, 1, 1, 1, 'The Shadowfoot Stabber'), +(1035454, 1203, 0, 1, 1, 1, 'Aegis of Stormwind'), +(1035454, 1607, 0, 1, 1, 1, 'Soulkeeper'), +(1035454, 1721, 0, 1, 1, 1, 'Viking Warhammer'), +(1035454, 5266, 0, 1, 1, 1, 'Eye of Adaegus'), +(1035454, 6660, 0, 1, 1, 1, 'Julie\'s Dagger'), +(1035454, 8190, 0, 1, 1, 1, 'Hanzo Sword'), +(1035454, 11302, 0, 1, 1, 1, 'Uther\'s Strength'), +(1035454, 13003, 0, 1, 1, 1, 'Lord Alexander\'s Battle Axe'), +(1035454, 13008, 0, 1, 1, 1, 'Dalewind Trousers'), +(1035454, 13013, 0, 1, 1, 1, 'Elder Wizard\'s Mantle'), +(1035454, 13014, 0, 1, 1, 1, 'Axe of Rin\'ji'), +(1035454, 13022, 0, 1, 1, 1, 'Gryphonwing Long Bow'), +(1035454, 13027, 0, 1, 1, 1, 'Bonesnapper'), +(1035454, 13036, 0, 1, 1, 1, 'Assassination Blade'), +(1035454, 13040, 0, 1, 1, 1, 'Heartseeking Crossbow'), +(1035454, 13044, 0, 1, 1, 1, 'Demonslayer'), +(1035454, 13052, 0, 1, 1, 1, 'Warmonger'), +(1035454, 13056, 0, 1, 1, 1, 'Frenzied Striker'), +(1035454, 13059, 0, 1, 1, 1, 'Stoneraven'), +(1035454, 13067, 0, 1, 1, 1, 'Hydralick Armor'), +(1035454, 13073, 0, 1, 1, 1, 'Mugthol\'s Helm'), +(1035454, 13091, 0, 1, 1, 1, 'Medallion of Grand Marshal Morris'), +(1035454, 13111, 0, 1, 1, 1, 'Sandals of the Insurgent'), +(1035454, 13118, 0, 1, 1, 1, 'Serpentine Sash'), +(1035454, 13120, 0, 1, 1, 1, 'Deepfury Bracers'), +(1035454, 13122, 0, 1, 1, 1, 'Dark Phantom Cape'), +(1035454, 13126, 0, 1, 1, 1, 'Battlecaller Gauntlets'), +(1035454, 13130, 0, 1, 1, 1, 'Windrunner Legguards'), +(1035454, 13144, 0, 1, 1, 1, 'Serenity Belt'), +(1035455, 1203, 0, 1, 1, 1, 'Aegis of Stormwind'), +(1035455, 1607, 0, 1, 1, 1, 'Soulkeeper'), +(1035455, 1721, 0, 1, 1, 1, 'Viking Warhammer'), +(1035455, 5266, 0, 1, 1, 1, 'Eye of Adaegus'), +(1035455, 6660, 0, 1, 1, 1, 'Julie\'s Dagger'), +(1035455, 7734, 0, 1, 1, 1, 'Six Demon Bag'), +(1035455, 8190, 0, 1, 1, 1, 'Hanzo Sword'), +(1035455, 11302, 0, 1, 1, 1, 'Uther\'s Strength'), +(1035455, 13003, 0, 1, 1, 1, 'Lord Alexander\'s Battle Axe'), +(1035455, 13004, 0, 1, 1, 1, 'Torch of Austen'), +(1035455, 13007, 0, 1, 1, 1, 'Mageflame Cloak'), +(1035455, 13008, 0, 1, 1, 1, 'Dalewind Trousers'), +(1035455, 13009, 0, 1, 1, 1, 'Cow King\'s Hide'), +(1035455, 13013, 0, 1, 1, 1, 'Elder Wizard\'s Mantle'), +(1035455, 13014, 0, 1, 1, 1, 'Axe of Rin\'ji'), +(1035455, 13022, 0, 1, 1, 1, 'Gryphonwing Long Bow'), +(1035455, 13027, 0, 1, 1, 1, 'Bonesnapper'), +(1035455, 13030, 0, 1, 1, 1, 'Basilisk Bone'), +(1035455, 13036, 0, 1, 1, 1, 'Assassination Blade'), +(1035455, 13040, 0, 1, 1, 1, 'Heartseeking Crossbow'), +(1035455, 13044, 0, 1, 1, 1, 'Demonslayer'), +(1035455, 13047, 0, 1, 1, 1, 'Twig of the World Tree'), +(1035455, 13052, 0, 1, 1, 1, 'Warmonger'), +(1035455, 13056, 0, 1, 1, 1, 'Frenzied Striker'), +(1035455, 13059, 0, 1, 1, 1, 'Stoneraven'), +(1035455, 13067, 0, 1, 1, 1, 'Hydralick Armor'), +(1035455, 13070, 0, 1, 1, 1, 'Sapphiron\'s Scale Boots'), +(1035455, 13073, 0, 1, 1, 1, 'Mugthol\'s Helm'), +(1035455, 13077, 0, 1, 1, 1, 'Girdle of Uther'), +(1035455, 13091, 0, 1, 1, 1, 'Medallion of Grand Marshal Morris'), +(1035455, 13111, 0, 1, 1, 1, 'Sandals of the Insurgent'), +(1035455, 13118, 0, 1, 1, 1, 'Serpentine Sash'), +(1035455, 13120, 0, 1, 1, 1, 'Deepfury Bracers'), +(1035455, 13122, 0, 1, 1, 1, 'Dark Phantom Cape'), +(1035455, 13126, 0, 1, 1, 1, 'Battlecaller Gauntlets'), +(1035455, 13130, 0, 1, 1, 1, 'Windrunner Legguards'), +(1035455, 13144, 0, 1, 1, 1, 'Serenity Belt'), +(1035455, 13146, 0, 1, 1, 1, 'Shell Launcher Shotgun'), +(1035455, 24222, 0, 1, 1, 1, 'The Shadowfoot Stabber'), +(1035555, 1203, 0, 1, 1, 1, 'Aegis of Stormwind'), +(1035555, 1607, 0, 1, 1, 1, 'Soulkeeper'), +(1035555, 1721, 0, 1, 1, 1, 'Viking Warhammer'), +(1035555, 5266, 0, 1, 1, 1, 'Eye of Adaegus'), +(1035555, 6660, 0, 1, 1, 1, 'Julie\'s Dagger'), +(1035555, 8190, 0, 1, 1, 1, 'Hanzo Sword'), +(1035555, 13003, 0, 1, 1, 1, 'Lord Alexander\'s Battle Axe'), +(1035555, 13004, 0, 1, 1, 1, 'Torch of Austen'), +(1035555, 13008, 0, 1, 1, 1, 'Dalewind Trousers'), +(1035555, 13013, 0, 1, 1, 1, 'Elder Wizard\'s Mantle'), +(1035555, 13014, 0, 1, 1, 1, 'Axe of Rin\'ji'), +(1035555, 13022, 0, 1, 1, 1, 'Gryphonwing Long Bow'), +(1035555, 13027, 0, 1, 1, 1, 'Bonesnapper'), +(1035555, 13030, 0, 1, 1, 1, 'Basilisk Bone'), +(1035555, 13036, 0, 1, 1, 1, 'Assassination Blade'), +(1035555, 13040, 0, 1, 1, 1, 'Heartseeking Crossbow'), +(1035555, 13044, 0, 1, 1, 1, 'Demonslayer'), +(1035555, 13047, 0, 1, 1, 1, 'Twig of the World Tree'), +(1035555, 13056, 0, 1, 1, 1, 'Frenzied Striker'), +(1035555, 13059, 0, 1, 1, 1, 'Stoneraven'), +(1035555, 13067, 0, 1, 1, 1, 'Hydralick Armor'), +(1035555, 13070, 0, 1, 1, 1, 'Sapphiron\'s Scale Boots'), +(1035555, 13077, 0, 1, 1, 1, 'Girdle of Uther'), +(1035555, 13091, 0, 1, 1, 1, 'Medallion of Grand Marshal Morris'), +(1035555, 13111, 0, 1, 1, 1, 'Sandals of the Insurgent'), +(1035555, 13118, 0, 1, 1, 1, 'Serpentine Sash'), +(1035555, 13120, 0, 1, 1, 1, 'Deepfury Bracers'), +(1035555, 13122, 0, 1, 1, 1, 'Dark Phantom Cape'), +(1035555, 13126, 0, 1, 1, 1, 'Battlecaller Gauntlets'), +(1035555, 13130, 0, 1, 1, 1, 'Windrunner Legguards'), +(1035555, 13144, 0, 1, 1, 1, 'Serenity Belt'), +(1035555, 13146, 0, 1, 1, 1, 'Shell Launcher Shotgun'), +(1035555, 24222, 0, 1, 1, 1, 'The Shadowfoot Stabber'), +(1035556, 1203, 0, 1, 1, 1, 'Aegis of Stormwind'), +(1035556, 1607, 0, 1, 1, 1, 'Soulkeeper'), +(1035556, 1721, 0, 1, 1, 1, 'Viking Warhammer'), +(1035556, 5266, 0, 1, 1, 1, 'Eye of Adaegus'), +(1035556, 6660, 0, 1, 1, 1, 'Julie\'s Dagger'), +(1035556, 8190, 0, 1, 1, 1, 'Hanzo Sword'), +(1035556, 13003, 0, 1, 1, 1, 'Lord Alexander\'s Battle Axe'), +(1035556, 13004, 0, 1, 1, 1, 'Torch of Austen'), +(1035556, 13007, 0, 1, 1, 1, 'Mageflame Cloak'), +(1035556, 13013, 0, 1, 1, 1, 'Elder Wizard\'s Mantle'), +(1035556, 13014, 0, 1, 1, 1, 'Axe of Rin\'ji'), +(1035556, 13022, 0, 1, 1, 1, 'Gryphonwing Long Bow'), +(1035556, 13027, 0, 1, 1, 1, 'Bonesnapper'), +(1035556, 13036, 0, 1, 1, 1, 'Assassination Blade'), +(1035556, 13040, 0, 1, 1, 1, 'Heartseeking Crossbow'), +(1035556, 13044, 0, 1, 1, 1, 'Demonslayer'), +(1035556, 13047, 0, 1, 1, 1, 'Twig of the World Tree'), +(1035556, 13056, 0, 1, 1, 1, 'Frenzied Striker'), +(1035556, 13067, 0, 1, 1, 1, 'Hydralick Armor'), +(1035556, 13070, 0, 1, 1, 1, 'Sapphiron\'s Scale Boots'), +(1035556, 13077, 0, 1, 1, 1, 'Girdle of Uther'), +(1035556, 13091, 0, 1, 1, 1, 'Medallion of Grand Marshal Morris'), +(1035556, 13111, 0, 1, 1, 1, 'Sandals of the Insurgent'), +(1035556, 13118, 0, 1, 1, 1, 'Serpentine Sash'), +(1035556, 13120, 0, 1, 1, 1, 'Deepfury Bracers'), +(1035556, 13122, 0, 1, 1, 1, 'Dark Phantom Cape'), +(1035556, 13126, 0, 1, 1, 1, 'Battlecaller Gauntlets'), +(1035556, 13130, 0, 1, 1, 1, 'Windrunner Legguards'), +(1035556, 13144, 0, 1, 1, 1, 'Serenity Belt'), +(1035556, 13146, 0, 1, 1, 1, 'Shell Launcher Shotgun'), +(1035556, 24222, 0, 1, 1, 1, 'The Shadowfoot Stabber'), +(1035556, 1973, 0, 1, 1, 1, 'Orb of Deception'), +(1035556, 4696, 0, 1, 1, 1, 'Lapidis Tankard of Tidesippe'), +(1035556, 13002, 0, 1, 1, 1, 'Lady Alizabeth\'s Pendant'), +(1035556, 13101, 0, 1, 1, 1, 'Wolfrunner Shoes'), +(1035556, 13135, 0, 1, 1, 1, 'Lordly Armguards'), +(1035656, 1203, 0, 1, 1, 1, 'Aegis of Stormwind'), +(1035656, 1607, 0, 1, 1, 1, 'Soulkeeper'), +(1035656, 1721, 0, 1, 1, 1, 'Viking Warhammer'), +(1035656, 4696, 0, 1, 1, 1, 'Lapidis Tankard of Tidesippe'), +(1035656, 6660, 0, 1, 1, 1, 'Julie\'s Dagger'), +(1035656, 8190, 0, 1, 1, 1, 'Hanzo Sword'), +(1035656, 13002, 0, 1, 1, 1, 'Lady Alizabeth\'s Pendant'), +(1035656, 13003, 0, 1, 1, 1, 'Lord Alexander\'s Battle Axe'), +(1035656, 13004, 0, 1, 1, 1, 'Torch of Austen'), +(1035656, 13007, 0, 1, 1, 1, 'Mageflame Cloak'), +(1035656, 13013, 0, 1, 1, 1, 'Elder Wizard\'s Mantle'), +(1035656, 13022, 0, 1, 1, 1, 'Gryphonwing Long Bow'), +(1035656, 13036, 0, 1, 1, 1, 'Assassination Blade'), +(1035656, 13040, 0, 1, 1, 1, 'Heartseeking Crossbow'), +(1035656, 13044, 0, 1, 1, 1, 'Demonslayer'), +(1035656, 13047, 0, 1, 1, 1, 'Twig of the World Tree'), +(1035656, 13056, 0, 1, 1, 1, 'Frenzied Striker'), +(1035656, 13067, 0, 1, 1, 1, 'Hydralick Armor'), +(1035656, 13070, 0, 1, 1, 1, 'Sapphiron\'s Scale Boots'), +(1035656, 13077, 0, 1, 1, 1, 'Girdle of Uther'), +(1035656, 13091, 0, 1, 1, 1, 'Medallion of Grand Marshal Morris'), +(1035656, 13111, 0, 1, 1, 1, 'Sandals of the Insurgent'), +(1035656, 13118, 0, 1, 1, 1, 'Serpentine Sash'), +(1035656, 13120, 0, 1, 1, 1, 'Deepfury Bracers'), +(1035656, 13122, 0, 1, 1, 1, 'Dark Phantom Cape'), +(1035656, 13130, 0, 1, 1, 1, 'Windrunner Legguards'), +(1035656, 13135, 0, 1, 1, 1, 'Lordly Armguards'), +(1035656, 13146, 0, 1, 1, 1, 'Shell Launcher Shotgun'), +(1035656, 24222, 0, 1, 1, 1, 'The Shadowfoot Stabber'), +(1035657, 1203, 0, 1, 1, 1, 'Aegis of Stormwind'), +(1035657, 1607, 0, 1, 1, 1, 'Soulkeeper'), +(1035657, 1721, 0, 1, 1, 1, 'Viking Warhammer'), +(1035657, 1973, 0, 1, 1, 1, 'Orb of Deception'), +(1035657, 4696, 0, 1, 1, 1, 'Lapidis Tankard of Tidesippe'), +(1035657, 5266, 0, 1, 1, 1, 'Eye of Adaegus'), +(1035657, 6660, 0, 1, 1, 1, 'Julie\'s Dagger'), +(1035657, 8190, 0, 1, 1, 1, 'Hanzo Sword'), +(1035657, 13002, 0, 1, 1, 1, 'Lady Alizabeth\'s Pendant'), +(1035657, 13003, 0, 1, 1, 1, 'Lord Alexander\'s Battle Axe'), +(1035657, 13004, 0, 1, 1, 1, 'Torch of Austen'), +(1035657, 13007, 0, 1, 1, 1, 'Mageflame Cloak'), +(1035657, 13013, 0, 1, 1, 1, 'Elder Wizard\'s Mantle'), +(1035657, 13014, 0, 1, 1, 1, 'Axe of Rin\'ji'), +(1035657, 13022, 0, 1, 1, 1, 'Gryphonwing Long Bow'), +(1035657, 13027, 0, 1, 1, 1, 'Bonesnapper'), +(1035657, 13036, 0, 1, 1, 1, 'Assassination Blade'), +(1035657, 13040, 0, 1, 1, 1, 'Heartseeking Crossbow'), +(1035657, 13044, 0, 1, 1, 1, 'Demonslayer'), +(1035657, 13047, 0, 1, 1, 1, 'Twig of the World Tree'), +(1035657, 13053, 0, 1, 1, 1, 'Doombringer'), +(1035657, 13056, 0, 1, 1, 1, 'Frenzied Striker'), +(1035657, 13060, 0, 1, 1, 1, 'The Needler'), +(1035657, 13067, 0, 1, 1, 1, 'Hydralick Armor'), +(1035657, 13070, 0, 1, 1, 1, 'Sapphiron\'s Scale Boots'), +(1035657, 13072, 0, 1, 1, 1, 'Stonegrip Gauntlets'), +(1035657, 13077, 0, 1, 1, 1, 'Girdle of Uther'), +(1035657, 13091, 0, 1, 1, 1, 'Medallion of Grand Marshal Morris'), +(1035657, 13096, 0, 1, 1, 1, 'Band of the Hierophant'), +(1035657, 13101, 0, 1, 1, 1, 'Wolfrunner Shoes'), +(1035657, 13111, 0, 1, 1, 1, 'Sandals of the Insurgent'), +(1035657, 13118, 0, 1, 1, 1, 'Serpentine Sash'), +(1035657, 13120, 0, 1, 1, 1, 'Deepfury Bracers'), +(1035657, 13122, 0, 1, 1, 1, 'Dark Phantom Cape'), +(1035657, 13130, 0, 1, 1, 1, 'Windrunner Legguards'), +(1035657, 13135, 0, 1, 1, 1, 'Lordly Armguards'), +(1035657, 13144, 0, 1, 1, 1, 'Serenity Belt'), +(1035657, 13146, 0, 1, 1, 1, 'Shell Launcher Shotgun'), +(1035657, 23197, 0, 1, 1, 1, 'Idol of the Moon'), +(1035657, 23198, 0, 1, 1, 1, 'Idol of Brutality'), +(1035657, 23199, 0, 1, 1, 1, 'Totem of the Storm'), +(1035657, 23203, 0, 1, 1, 1, 'Libram of Fervor'), +(1035657, 24222, 0, 1, 1, 1, 'The Shadowfoot Stabber'), +(1035757, 1973, 0, 1, 1, 1, 'Orb of Deception'), +(1035757, 4696, 0, 1, 1, 1, 'Lapidis Tankard of Tidesippe'), +(1035757, 6660, 0, 1, 1, 1, 'Julie\'s Dagger'), +(1035757, 8190, 0, 1, 1, 1, 'Hanzo Sword'), +(1035757, 9402, 0, 1, 1, 1, 'Earthborn Kilt'), +(1035757, 13002, 0, 1, 1, 1, 'Lady Alizabeth\'s Pendant'), +(1035757, 13003, 0, 1, 1, 1, 'Lord Alexander\'s Battle Axe'), +(1035757, 13004, 0, 1, 1, 1, 'Torch of Austen'), +(1035757, 13007, 0, 1, 1, 1, 'Mageflame Cloak'), +(1035757, 13013, 0, 1, 1, 1, 'Elder Wizard\'s Mantle'), +(1035757, 13022, 0, 1, 1, 1, 'Gryphonwing Long Bow'), +(1035757, 13036, 0, 1, 1, 1, 'Assassination Blade'), +(1035757, 13040, 0, 1, 1, 1, 'Heartseeking Crossbow'), +(1035757, 13044, 0, 1, 1, 1, 'Demonslayer'), +(1035757, 13047, 0, 1, 1, 1, 'Twig of the World Tree'), +(1035757, 13053, 0, 1, 1, 1, 'Doombringer'), +(1035757, 13056, 0, 1, 1, 1, 'Frenzied Striker'), +(1035757, 13070, 0, 1, 1, 1, 'Sapphiron\'s Scale Boots'), +(1035757, 13072, 0, 1, 1, 1, 'Stonegrip Gauntlets'), +(1035757, 13077, 0, 1, 1, 1, 'Girdle of Uther'), +(1035757, 13091, 0, 1, 1, 1, 'Medallion of Grand Marshal Morris'), +(1035757, 13096, 0, 1, 1, 1, 'Band of the Hierophant'), +(1035757, 13101, 0, 1, 1, 1, 'Wolfrunner Shoes'), +(1035757, 13118, 0, 1, 1, 1, 'Serpentine Sash'), +(1035757, 13120, 0, 1, 1, 1, 'Deepfury Bracers'), +(1035757, 13122, 0, 1, 1, 1, 'Dark Phantom Cape'), +(1035757, 13130, 0, 1, 1, 1, 'Windrunner Legguards'), +(1035757, 13135, 0, 1, 1, 1, 'Lordly Armguards'), +(1035757, 13146, 0, 1, 1, 1, 'Shell Launcher Shotgun'), +(1035757, 23197, 0, 1, 1, 1, 'Idol of the Moon'), +(1035757, 23198, 0, 1, 1, 1, 'Idol of Brutality'), +(1035757, 23199, 0, 1, 1, 1, 'Totem of the Storm'), +(1035757, 23203, 0, 1, 1, 1, 'Libram of Fervor'), +(1035757, 24222, 0, 1, 1, 1, 'The Shadowfoot Stabber'), +(1035758, 1203, 0, 1, 1, 1, 'Aegis of Stormwind'), +(1035758, 1721, 0, 1, 1, 1, 'Viking Warhammer'), +(1035758, 1973, 0, 1, 1, 1, 'Orb of Deception'), +(1035758, 4696, 0, 1, 1, 1, 'Lapidis Tankard of Tidesippe'), +(1035758, 6660, 0, 1, 1, 1, 'Julie\'s Dagger'), +(1035758, 8190, 0, 1, 1, 1, 'Hanzo Sword'), +(1035758, 9402, 0, 1, 1, 1, 'Earthborn Kilt'), +(1035758, 13001, 0, 1, 1, 1, 'Maiden\'s Circle'), +(1035758, 13002, 0, 1, 1, 1, 'Lady Alizabeth\'s Pendant'), +(1035758, 13003, 0, 1, 1, 1, 'Lord Alexander\'s Battle Axe'), +(1035758, 13004, 0, 1, 1, 1, 'Torch of Austen'), +(1035758, 13007, 0, 1, 1, 1, 'Mageflame Cloak'), +(1035758, 13013, 0, 1, 1, 1, 'Elder Wizard\'s Mantle'), +(1035758, 13015, 0, 1, 1, 1, 'Serathil'), +(1035758, 13022, 0, 1, 1, 1, 'Gryphonwing Long Bow'), +(1035758, 13028, 0, 1, 1, 1, 'Bludstone Hammer'), +(1035758, 13036, 0, 1, 1, 1, 'Assassination Blade'), +(1035758, 13040, 0, 1, 1, 1, 'Heartseeking Crossbow'), +(1035758, 13044, 0, 1, 1, 1, 'Demonslayer'), +(1035758, 13047, 0, 1, 1, 1, 'Twig of the World Tree'), +(1035758, 13053, 0, 1, 1, 1, 'Doombringer'), +(1035758, 13056, 0, 1, 1, 1, 'Frenzied Striker'), +(1035758, 13060, 0, 1, 1, 1, 'The Needler'), +(1035758, 13067, 0, 1, 1, 1, 'Hydralick Armor'), +(1035758, 13070, 0, 1, 1, 1, 'Sapphiron\'s Scale Boots'), +(1035758, 13072, 0, 1, 1, 1, 'Stonegrip Gauntlets'), +(1035758, 13077, 0, 1, 1, 1, 'Girdle of Uther'), +(1035758, 13091, 0, 1, 1, 1, 'Medallion of Grand Marshal Morris'), +(1035758, 13096, 0, 1, 1, 1, 'Band of the Hierophant'), +(1035758, 13101, 0, 1, 1, 1, 'Wolfrunner Shoes'), +(1035758, 13118, 0, 1, 1, 1, 'Serpentine Sash'), +(1035758, 13120, 0, 1, 1, 1, 'Deepfury Bracers'), +(1035758, 13122, 0, 1, 1, 1, 'Dark Phantom Cape'), +(1035758, 13130, 0, 1, 1, 1, 'Windrunner Legguards'), +(1035758, 13133, 0, 1, 1, 1, 'Drakesfire Epaulets'), +(1035758, 13135, 0, 1, 1, 1, 'Lordly Armguards'), +(1035758, 13146, 0, 1, 1, 1, 'Shell Launcher Shotgun'), +(1035758, 23197, 0, 1, 1, 1, 'Idol of the Moon'), +(1035758, 23198, 0, 1, 1, 1, 'Idol of Brutality'), +(1035758, 23199, 0, 1, 1, 1, 'Totem of the Storm'), +(1035758, 23203, 0, 1, 1, 1, 'Libram of Fervor'), +(1035758, 24222, 0, 1, 1, 1, 'The Shadowfoot Stabber'), +(1035858, 1973, 0, 1, 1, 1, 'Orb of Deception'), +(1035858, 4696, 0, 1, 1, 1, 'Lapidis Tankard of Tidesippe'), +(1035858, 9402, 0, 1, 1, 1, 'Earthborn Kilt'), +(1035858, 13002, 0, 1, 1, 1, 'Lady Alizabeth\'s Pendant'), +(1035858, 13003, 0, 1, 1, 1, 'Lord Alexander\'s Battle Axe'), +(1035858, 13004, 0, 1, 1, 1, 'Torch of Austen'), +(1035858, 13007, 0, 1, 1, 1, 'Mageflame Cloak'), +(1035858, 13013, 0, 1, 1, 1, 'Elder Wizard\'s Mantle'), +(1035858, 13036, 0, 1, 1, 1, 'Assassination Blade'), +(1035858, 13040, 0, 1, 1, 1, 'Heartseeking Crossbow'), +(1035858, 13044, 0, 1, 1, 1, 'Demonslayer'), +(1035858, 13047, 0, 1, 1, 1, 'Twig of the World Tree'), +(1035858, 13053, 0, 1, 1, 1, 'Doombringer'), +(1035858, 13056, 0, 1, 1, 1, 'Frenzied Striker'), +(1035858, 13060, 0, 1, 1, 1, 'The Needler'), +(1035858, 13070, 0, 1, 1, 1, 'Sapphiron\'s Scale Boots'), +(1035858, 13072, 0, 1, 1, 1, 'Stonegrip Gauntlets'), +(1035858, 13077, 0, 1, 1, 1, 'Girdle of Uther'), +(1035858, 13091, 0, 1, 1, 1, 'Medallion of Grand Marshal Morris'), +(1035858, 13096, 0, 1, 1, 1, 'Band of the Hierophant'), +(1035858, 13101, 0, 1, 1, 1, 'Wolfrunner Shoes'), +(1035858, 13118, 0, 1, 1, 1, 'Serpentine Sash'), +(1035858, 13130, 0, 1, 1, 1, 'Windrunner Legguards'), +(1035858, 13135, 0, 1, 1, 1, 'Lordly Armguards'), +(1035858, 13146, 0, 1, 1, 1, 'Shell Launcher Shotgun'), +(1035858, 24222, 0, 1, 1, 1, 'The Shadowfoot Stabber'), +(1035858, 13001, 0, 1, 1, 1, 'Maiden\'s Circle'), +(1035858, 13015, 0, 1, 1, 1, 'Serathil'), +(1035858, 13028, 0, 1, 1, 1, 'Bludstone Hammer'), +(1035858, 13116, 0, 1, 1, 1, 'Spaulders of the Unseen'), +(1035858, 23197, 0, 1, 1, 1, 'Idol of the Moon'), +(1035858, 23198, 0, 1, 1, 1, 'Idol of Brutality'), +(1035858, 23199, 0, 1, 1, 1, 'Totem of the Storm'), +(1035858, 23203, 0, 1, 1, 1, 'Libram of Fervor'), +(1035859, 1973, 0, 1, 1, 1, 'Orb of Deception'), +(1035859, 4696, 0, 1, 1, 1, 'Lapidis Tankard of Tidesippe'), +(1035859, 6660, 0, 1, 1, 1, 'Julie\'s Dagger'), +(1035859, 8190, 0, 1, 1, 1, 'Hanzo Sword'), +(1035859, 9402, 0, 1, 1, 1, 'Earthborn Kilt'), +(1035859, 13000, 0, 1, 1, 1, 'Staff of Hale Magefire'), +(1035859, 13001, 0, 1, 1, 1, 'Maiden\'s Circle'), +(1035859, 13002, 0, 1, 1, 1, 'Lady Alizabeth\'s Pendant'), +(1035859, 13003, 0, 1, 1, 1, 'Lord Alexander\'s Battle Axe'), +(1035859, 13004, 0, 1, 1, 1, 'Torch of Austen'), +(1035859, 13006, 0, 1, 1, 1, 'Mass of McGowan'), +(1035859, 13007, 0, 1, 1, 1, 'Mageflame Cloak'), +(1035859, 13013, 0, 1, 1, 1, 'Elder Wizard\'s Mantle'), +(1035859, 13015, 0, 1, 1, 1, 'Serathil'), +(1035859, 13022, 0, 1, 1, 1, 'Gryphonwing Long Bow'), +(1035859, 13028, 0, 1, 1, 1, 'Bludstone Hammer'), +(1035859, 13036, 0, 1, 1, 1, 'Assassination Blade'), +(1035859, 13040, 0, 1, 1, 1, 'Heartseeking Crossbow'), +(1035859, 13044, 0, 1, 1, 1, 'Demonslayer'), +(1035859, 13047, 0, 1, 1, 1, 'Twig of the World Tree'), +(1035859, 13053, 0, 1, 1, 1, 'Doombringer'), +(1035859, 13056, 0, 1, 1, 1, 'Frenzied Striker'), +(1035859, 13060, 0, 1, 1, 1, 'The Needler'), +(1035859, 13070, 0, 1, 1, 1, 'Sapphiron\'s Scale Boots'), +(1035859, 13072, 0, 1, 1, 1, 'Stonegrip Gauntlets'), +(1035859, 13077, 0, 1, 1, 1, 'Girdle of Uther'), +(1035859, 13083, 0, 1, 1, 1, 'Garrett Family Crest'), +(1035859, 13091, 0, 1, 1, 1, 'Medallion of Grand Marshal Morris'), +(1035859, 13096, 0, 1, 1, 1, 'Band of the Hierophant'), +(1035859, 13101, 0, 1, 1, 1, 'Wolfrunner Shoes'), +(1035859, 13107, 0, 1, 1, 1, 'Magiskull Cuffs'), +(1035859, 13116, 0, 1, 1, 1, 'Spaulders of the Unseen'), +(1035859, 13118, 0, 1, 1, 1, 'Serpentine Sash'), +(1035859, 13120, 0, 1, 1, 1, 'Deepfury Bracers'), +(1035859, 13122, 0, 1, 1, 1, 'Dark Phantom Cape'), +(1035859, 13123, 0, 1, 1, 1, 'Dreamwalker Armor'), +(1035859, 13130, 0, 1, 1, 1, 'Windrunner Legguards'), +(1035859, 13133, 0, 1, 1, 1, 'Drakesfire Epaulets'), +(1035859, 13135, 0, 1, 1, 1, 'Lordly Armguards'), +(1035859, 13146, 0, 1, 1, 1, 'Shell Launcher Shotgun'), +(1035859, 23197, 0, 1, 1, 1, 'Idol of the Moon'), +(1035859, 23198, 0, 1, 1, 1, 'Idol of Brutality'), +(1035859, 23199, 0, 1, 1, 1, 'Totem of the Storm'), +(1035859, 23203, 0, 1, 1, 1, 'Libram of Fervor'), +(1035859, 24222, 0, 1, 1, 1, 'The Shadowfoot Stabber'), +(1035959, 1973, 0, 1, 1, 1, 'Orb of Deception'), +(1035959, 4696, 0, 1, 1, 1, 'Lapidis Tankard of Tidesippe'), +(1035959, 9402, 0, 1, 1, 1, 'Earthborn Kilt'), +(1035959, 13001, 0, 1, 1, 1, 'Maiden\'s Circle'), +(1035959, 13002, 0, 1, 1, 1, 'Lady Alizabeth\'s Pendant'), +(1035959, 13004, 0, 1, 1, 1, 'Torch of Austen'), +(1035959, 13007, 0, 1, 1, 1, 'Mageflame Cloak'), +(1035959, 13015, 0, 1, 1, 1, 'Serathil'), +(1035959, 13028, 0, 1, 1, 1, 'Bludstone Hammer'), +(1035959, 13036, 0, 1, 1, 1, 'Assassination Blade'), +(1035959, 13044, 0, 1, 1, 1, 'Demonslayer'), +(1035959, 13047, 0, 1, 1, 1, 'Twig of the World Tree'), +(1035959, 13053, 0, 1, 1, 1, 'Doombringer'), +(1035959, 13060, 0, 1, 1, 1, 'The Needler'), +(1035959, 13070, 0, 1, 1, 1, 'Sapphiron\'s Scale Boots'), +(1035959, 13072, 0, 1, 1, 1, 'Stonegrip Gauntlets'), +(1035959, 13077, 0, 1, 1, 1, 'Girdle of Uther'), +(1035959, 13091, 0, 1, 1, 1, 'Medallion of Grand Marshal Morris'), +(1035959, 13096, 0, 1, 1, 1, 'Band of the Hierophant'), +(1035959, 13101, 0, 1, 1, 1, 'Wolfrunner Shoes'), +(1035959, 13116, 0, 1, 1, 1, 'Spaulders of the Unseen'), +(1035959, 13118, 0, 1, 1, 1, 'Serpentine Sash'), +(1035959, 13133, 0, 1, 1, 1, 'Drakesfire Epaulets'), +(1035959, 13135, 0, 1, 1, 1, 'Lordly Armguards'), +(1035959, 13146, 0, 1, 1, 1, 'Shell Launcher Shotgun'), +(1035959, 24222, 0, 1, 1, 1, 'The Shadowfoot Stabber'), +(1035959, 13083, 0, 1, 1, 1, 'Garrett Family Crest'), +(1035959, 13107, 0, 1, 1, 1, 'Magiskull Cuffs'), +(1035959, 23197, 0, 1, 1, 1, 'Idol of the Moon'), +(1035959, 23198, 0, 1, 1, 1, 'Idol of Brutality'), +(1035959, 23199, 0, 1, 1, 1, 'Totem of the Storm'), +(1035959, 23203, 0, 1, 1, 1, 'Libram of Fervor'), +(1035960, 1973, 0, 1, 1, 1, 'Orb of Deception'), +(1035960, 4696, 0, 1, 1, 1, 'Lapidis Tankard of Tidesippe'), +(1035960, 5267, 0, 1, 1, 1, 'Scarlet Kris'), +(1035960, 6622, 0, 1, 1, 1, 'Sword of Zeal'), +(1035960, 9402, 0, 1, 1, 1, 'Earthborn Kilt'), +(1035960, 13000, 0, 1, 1, 1, 'Staff of Hale Magefire'), +(1035960, 13001, 0, 1, 1, 1, 'Maiden\'s Circle'), +(1035960, 13002, 0, 1, 1, 1, 'Lady Alizabeth\'s Pendant'), +(1035960, 13004, 0, 1, 1, 1, 'Torch of Austen'), +(1035960, 13006, 0, 1, 1, 1, 'Mass of McGowan'), +(1035960, 13007, 0, 1, 1, 1, 'Mageflame Cloak'), +(1035960, 13013, 0, 1, 1, 1, 'Elder Wizard\'s Mantle'), +(1035960, 13015, 0, 1, 1, 1, 'Serathil'), +(1035960, 13023, 0, 1, 1, 1, 'Eaglehorn Long Bow'), +(1035960, 13028, 0, 1, 1, 1, 'Bludstone Hammer'), +(1035960, 13036, 0, 1, 1, 1, 'Assassination Blade'), +(1035960, 13040, 0, 1, 1, 1, 'Heartseeking Crossbow'), +(1035960, 13044, 0, 1, 1, 1, 'Demonslayer'), +(1035960, 13047, 0, 1, 1, 1, 'Twig of the World Tree'), +(1035960, 13053, 0, 1, 1, 1, 'Doombringer'), +(1035960, 13060, 0, 1, 1, 1, 'The Needler'), +(1035960, 13070, 0, 1, 1, 1, 'Sapphiron\'s Scale Boots'), +(1035960, 13072, 0, 1, 1, 1, 'Stonegrip Gauntlets'), +(1035960, 13075, 0, 1, 1, 1, 'Direwing Legguards'), +(1035960, 13077, 0, 1, 1, 1, 'Girdle of Uther'), +(1035960, 13083, 0, 1, 1, 1, 'Garrett Family Crest'), +(1035960, 13091, 0, 1, 1, 1, 'Medallion of Grand Marshal Morris'), +(1035960, 13096, 0, 1, 1, 1, 'Band of the Hierophant'), +(1035960, 13101, 0, 1, 1, 1, 'Wolfrunner Shoes'), +(1035960, 13107, 0, 1, 1, 1, 'Magiskull Cuffs'), +(1035960, 13113, 0, 1, 1, 1, 'Feathermoon Headdress'), +(1035960, 13116, 0, 1, 1, 1, 'Spaulders of the Unseen'), +(1035960, 13118, 0, 1, 1, 1, 'Serpentine Sash'), +(1035960, 13123, 0, 1, 1, 1, 'Dreamwalker Armor'), +(1035960, 13133, 0, 1, 1, 1, 'Drakesfire Epaulets'), +(1035960, 13135, 0, 1, 1, 1, 'Lordly Armguards'), +(1035960, 13146, 0, 1, 1, 1, 'Shell Launcher Shotgun'), +(1035960, 23197, 0, 1, 1, 1, 'Idol of the Moon'), +(1035960, 23198, 0, 1, 1, 1, 'Idol of Brutality'), +(1035960, 23199, 0, 1, 1, 1, 'Totem of the Storm'), +(1035960, 23203, 0, 1, 1, 1, 'Libram of Fervor'), +(1035960, 24222, 0, 1, 1, 1, 'The Shadowfoot Stabber'), +(1036060, 1973, 0, 1, 1, 1, 'Orb of Deception'), +(1036060, 4696, 0, 1, 1, 1, 'Lapidis Tankard of Tidesippe'), +(1036060, 9402, 0, 1, 1, 1, 'Earthborn Kilt'), +(1036060, 13000, 0, 1, 1, 1, 'Staff of Hale Magefire'), +(1036060, 13001, 0, 1, 1, 1, 'Maiden\'s Circle'), +(1036060, 13002, 0, 1, 1, 1, 'Lady Alizabeth\'s Pendant'), +(1036060, 13004, 0, 1, 1, 1, 'Torch of Austen'), +(1036060, 13006, 0, 1, 1, 1, 'Mass of McGowan'), +(1036060, 13007, 0, 1, 1, 1, 'Mageflame Cloak'), +(1036060, 13015, 0, 1, 1, 1, 'Serathil'), +(1036060, 13028, 0, 1, 1, 1, 'Bludstone Hammer'), +(1036060, 13047, 0, 1, 1, 1, 'Twig of the World Tree'), +(1036060, 13053, 0, 1, 1, 1, 'Doombringer'), +(1036060, 13060, 0, 1, 1, 1, 'The Needler'), +(1036060, 13070, 0, 1, 1, 1, 'Sapphiron\'s Scale Boots'), +(1036060, 13072, 0, 1, 1, 1, 'Stonegrip Gauntlets'), +(1036060, 13083, 0, 1, 1, 1, 'Garrett Family Crest'), +(1036060, 13096, 0, 1, 1, 1, 'Band of the Hierophant'), +(1036060, 13101, 0, 1, 1, 1, 'Wolfrunner Shoes'), +(1036060, 13107, 0, 1, 1, 1, 'Magiskull Cuffs'), +(1036060, 13116, 0, 1, 1, 1, 'Spaulders of the Unseen'), +(1036060, 13123, 0, 1, 1, 1, 'Dreamwalker Armor'), +(1036060, 13133, 0, 1, 1, 1, 'Drakesfire Epaulets'), +(1036060, 13135, 0, 1, 1, 1, 'Lordly Armguards'), +(1036060, 13146, 0, 1, 1, 1, 'Shell Launcher Shotgun'), +(1036060, 5267, 0, 1, 1, 1, 'Scarlet Kris'), +(1036060, 6622, 0, 1, 1, 1, 'Sword of Zeal'), +(1036060, 13023, 0, 1, 1, 1, 'Eaglehorn Long Bow'), +(1036060, 13075, 0, 1, 1, 1, 'Direwing Legguards'), +(1036060, 13113, 0, 1, 1, 1, 'Feathermoon Headdress'), +(1036060, 23197, 0, 1, 1, 1, 'Idol of the Moon'), +(1036060, 23198, 0, 1, 1, 1, 'Idol of Brutality'), +(1036060, 23199, 0, 1, 1, 1, 'Totem of the Storm'), +(1036060, 23203, 0, 1, 1, 1, 'Libram of Fervor'), +(1036061, 1973, 0, 1, 1, 1, 'Orb of Deception'), +(1036061, 4696, 0, 1, 1, 1, 'Lapidis Tankard of Tidesippe'), +(1036061, 5267, 0, 1, 1, 1, 'Scarlet Kris'), +(1036061, 6622, 0, 1, 1, 1, 'Sword of Zeal'), +(1036061, 9402, 0, 1, 1, 1, 'Earthborn Kilt'), +(1036061, 13000, 0, 1, 1, 1, 'Staff of Hale Magefire'), +(1036061, 13001, 0, 1, 1, 1, 'Maiden\'s Circle'), +(1036061, 13002, 0, 1, 1, 1, 'Lady Alizabeth\'s Pendant'), +(1036061, 13003, 0, 1, 1, 1, 'Lord Alexander\'s Battle Axe'), +(1036061, 13004, 0, 1, 1, 1, 'Torch of Austen'), +(1036061, 13006, 0, 1, 1, 1, 'Mass of McGowan'), +(1036061, 13007, 0, 1, 1, 1, 'Mageflame Cloak'), +(1036061, 13013, 0, 1, 1, 1, 'Elder Wizard\'s Mantle'), +(1036061, 13015, 0, 1, 1, 1, 'Serathil'), +(1036061, 13023, 0, 1, 1, 1, 'Eaglehorn Long Bow'), +(1036061, 13028, 0, 1, 1, 1, 'Bludstone Hammer'), +(1036061, 13036, 0, 1, 1, 1, 'Assassination Blade'), +(1036061, 13040, 0, 1, 1, 1, 'Heartseeking Crossbow'), +(1036061, 13044, 0, 1, 1, 1, 'Demonslayer'), +(1036061, 13047, 0, 1, 1, 1, 'Twig of the World Tree'), +(1036061, 13053, 0, 1, 1, 1, 'Doombringer'), +(1036061, 13060, 0, 1, 1, 1, 'The Needler'), +(1036061, 13070, 0, 1, 1, 1, 'Sapphiron\'s Scale Boots'), +(1036061, 13072, 0, 1, 1, 1, 'Stonegrip Gauntlets'), +(1036061, 13075, 0, 1, 1, 1, 'Direwing Legguards'), +(1036061, 13077, 0, 1, 1, 1, 'Girdle of Uther'), +(1036061, 13083, 0, 1, 1, 1, 'Garrett Family Crest'), +(1036061, 13091, 0, 1, 1, 1, 'Medallion of Grand Marshal Morris'), +(1036061, 13096, 0, 1, 1, 1, 'Band of the Hierophant'), +(1036061, 13101, 0, 1, 1, 1, 'Wolfrunner Shoes'), +(1036061, 13107, 0, 1, 1, 1, 'Magiskull Cuffs'), +(1036061, 13113, 0, 1, 1, 1, 'Feathermoon Headdress'), +(1036061, 13116, 0, 1, 1, 1, 'Spaulders of the Unseen'), +(1036061, 13118, 0, 1, 1, 1, 'Serpentine Sash'), +(1036061, 13123, 0, 1, 1, 1, 'Dreamwalker Armor'), +(1036061, 13133, 0, 1, 1, 1, 'Drakesfire Epaulets'), +(1036061, 13135, 0, 1, 1, 1, 'Lordly Armguards'), +(1036061, 13146, 0, 1, 1, 1, 'Shell Launcher Shotgun'), +(1036061, 23197, 0, 1, 1, 1, 'Idol of the Moon'), +(1036061, 23198, 0, 1, 1, 1, 'Idol of Brutality'), +(1036061, 23199, 0, 1, 1, 1, 'Totem of the Storm'), +(1036061, 23203, 0, 1, 1, 1, 'Libram of Fervor'), +(1036061, 24222, 0, 1, 1, 1, 'The Shadowfoot Stabber'), +(1036161, 1973, 0, 1, 1, 1, 'Orb of Deception'), +(1036161, 4696, 0, 1, 1, 1, 'Lapidis Tankard of Tidesippe'), +(1036161, 5267, 0, 1, 1, 1, 'Scarlet Kris'), +(1036161, 6622, 0, 1, 1, 1, 'Sword of Zeal'), +(1036161, 9402, 0, 1, 1, 1, 'Earthborn Kilt'), +(1036161, 13000, 0, 1, 1, 1, 'Staff of Hale Magefire'), +(1036161, 13001, 0, 1, 1, 1, 'Maiden\'s Circle'), +(1036161, 13002, 0, 1, 1, 1, 'Lady Alizabeth\'s Pendant'), +(1036161, 13004, 0, 1, 1, 1, 'Torch of Austen'), +(1036161, 13006, 0, 1, 1, 1, 'Mass of McGowan'), +(1036161, 13015, 0, 1, 1, 1, 'Serathil'), +(1036161, 13023, 0, 1, 1, 1, 'Eaglehorn Long Bow'), +(1036161, 13028, 0, 1, 1, 1, 'Bludstone Hammer'), +(1036161, 13053, 0, 1, 1, 1, 'Doombringer'), +(1036161, 13060, 0, 1, 1, 1, 'The Needler'), +(1036161, 13072, 0, 1, 1, 1, 'Stonegrip Gauntlets'), +(1036161, 13075, 0, 1, 1, 1, 'Direwing Legguards'), +(1036161, 13083, 0, 1, 1, 1, 'Garrett Family Crest'), +(1036161, 13096, 0, 1, 1, 1, 'Band of the Hierophant'), +(1036161, 13101, 0, 1, 1, 1, 'Wolfrunner Shoes'), +(1036161, 13107, 0, 1, 1, 1, 'Magiskull Cuffs'), +(1036161, 13113, 0, 1, 1, 1, 'Feathermoon Headdress'), +(1036161, 13116, 0, 1, 1, 1, 'Spaulders of the Unseen'), +(1036161, 13123, 0, 1, 1, 1, 'Dreamwalker Armor'), +(1036161, 13133, 0, 1, 1, 1, 'Drakesfire Epaulets'), +(1036161, 13135, 0, 1, 1, 1, 'Lordly Armguards'), +(1036161, 23197, 0, 1, 1, 1, 'Idol of the Moon'), +(1036161, 23198, 0, 1, 1, 1, 'Idol of Brutality'), +(1036161, 23199, 0, 1, 1, 1, 'Totem of the Storm'), +(1036161, 23203, 0, 1, 1, 1, 'Libram of Fervor'), +(1036162, 1973, 0, 1, 1, 1, 'Orb of Deception'), +(1036162, 4696, 0, 1, 1, 1, 'Lapidis Tankard of Tidesippe'), +(1036162, 5267, 0, 1, 1, 1, 'Scarlet Kris'), +(1036162, 6622, 0, 1, 1, 1, 'Sword of Zeal'), +(1036162, 9402, 0, 1, 1, 1, 'Earthborn Kilt'), +(1036162, 13000, 0, 1, 1, 1, 'Staff of Hale Magefire'), +(1036162, 13001, 0, 1, 1, 1, 'Maiden\'s Circle'), +(1036162, 13002, 0, 1, 1, 1, 'Lady Alizabeth\'s Pendant'), +(1036162, 13006, 0, 1, 1, 1, 'Mass of McGowan'), +(1036162, 13015, 0, 1, 1, 1, 'Serathil'), +(1036162, 13023, 0, 1, 1, 1, 'Eaglehorn Long Bow'), +(1036162, 13028, 0, 1, 1, 1, 'Bludstone Hammer'), +(1036162, 13053, 0, 1, 1, 1, 'Doombringer'), +(1036162, 13060, 0, 1, 1, 1, 'The Needler'), +(1036162, 13072, 0, 1, 1, 1, 'Stonegrip Gauntlets'), +(1036162, 13075, 0, 1, 1, 1, 'Direwing Legguards'), +(1036162, 13083, 0, 1, 1, 1, 'Garrett Family Crest'), +(1036162, 13096, 0, 1, 1, 1, 'Band of the Hierophant'), +(1036162, 13101, 0, 1, 1, 1, 'Wolfrunner Shoes'), +(1036162, 13107, 0, 1, 1, 1, 'Magiskull Cuffs'), +(1036162, 13113, 0, 1, 1, 1, 'Feathermoon Headdress'), +(1036162, 13116, 0, 1, 1, 1, 'Spaulders of the Unseen'), +(1036162, 13123, 0, 1, 1, 1, 'Dreamwalker Armor'), +(1036162, 13133, 0, 1, 1, 1, 'Drakesfire Epaulets'), +(1036162, 13135, 0, 1, 1, 1, 'Lordly Armguards'), +(1036162, 13047, 0, 1, 1, 1, 'Twig of the World Tree'), +(1036162, 23197, 0, 1, 1, 1, 'Idol of the Moon'), +(1036162, 23198, 0, 1, 1, 1, 'Idol of Brutality'), +(1036162, 23199, 0, 1, 1, 1, 'Totem of the Storm'), +(1036162, 23203, 0, 1, 1, 1, 'Libram of Fervor'), +(1036262, 13006, 0, 1, 1, 1, 'Mass of McGowan'), +(1036262, 13001, 0, 1, 1, 1, 'Maiden\'s Circle'), +(1036262, 13000, 0, 1, 1, 1, 'Staff of Hale Magefire'), +(1036262, 9402, 0, 1, 1, 1, 'Earthborn Kilt'), +(1036262, 6622, 0, 1, 1, 1, 'Sword of Zeal'), +(1036262, 5267, 0, 1, 1, 1, 'Scarlet Kris'), +(1036262, 13015, 0, 1, 1, 1, 'Serathil'), +(1036262, 13023, 0, 1, 1, 1, 'Eaglehorn Long Bow'), +(1036262, 13028, 0, 1, 1, 1, 'Bludstone Hammer'), +(1036262, 13053, 0, 1, 1, 1, 'Doombringer'), +(1036262, 13060, 0, 1, 1, 1, 'The Needler'), +(1036262, 13072, 0, 1, 1, 1, 'Stonegrip Gauntlets'), +(1036262, 13075, 0, 1, 1, 1, 'Direwing Legguards'), +(1036262, 13083, 0, 1, 1, 1, 'Garrett Family Crest'), +(1036262, 13096, 0, 1, 1, 1, 'Band of the Hierophant'), +(1036262, 13107, 0, 1, 1, 1, 'Magiskull Cuffs'), +(1036262, 13113, 0, 1, 1, 1, 'Feathermoon Headdress'), +(1036262, 13116, 0, 1, 1, 1, 'Spaulders of the Unseen'), +(1036262, 13123, 0, 1, 1, 1, 'Dreamwalker Armor'), +(1036262, 13133, 0, 1, 1, 1, 'Drakesfire Epaulets'), +(1036262, 13002, 0, 1, 1, 1, 'Lady Alizabeth\'s Pendant'), +(1036262, 13044, 0, 1, 1, 1, 'Demonslayer'), +(1036262, 13101, 0, 1, 1, 1, 'Wolfrunner Shoes'), +(1036262, 13146, 0, 1, 1, 1, 'Shell Launcher Shotgun'), +(1036262, 23197, 0, 1, 1, 1, 'Idol of the Moon'), +(1036262, 23198, 0, 1, 1, 1, 'Idol of Brutality'), +(1036262, 23199, 0, 1, 1, 1, 'Totem of the Storm'), +(1036262, 23203, 0, 1, 1, 1, 'Libram of Fervor'), +(1043840, 867, 0, 1, 1, 1, 'Gloves of Holy Might'), +(1043840, 869, 0, 1, 1, 1, 'Dazzling Longsword'), +(1043840, 870, 0, 1, 1, 1, 'Fiery War Axe'), +(1043840, 873, 0, 1, 1, 1, 'Staff of Jordan'), +(1043840, 1204, 0, 1, 1, 1, 'The Green Tower'), +(1043840, 1980, 0, 1, 1, 1, 'Underworld Band'), +(1043840, 2825, 0, 1, 1, 1, 'Bow of Searing Arrows'), +(1044041, 867, 0, 1, 1, 1, 'Gloves of Holy Might'), +(1044041, 868, 0, 1, 1, 1, 'Ardent Custodian'), +(1044041, 869, 0, 1, 1, 1, 'Dazzling Longsword'), +(1044041, 870, 0, 1, 1, 1, 'Fiery War Axe'), +(1044041, 873, 0, 1, 1, 1, 'Staff of Jordan'), +(1044041, 1204, 0, 1, 1, 1, 'The Green Tower'), +(1044041, 1980, 0, 1, 1, 1, 'Underworld Band'), +(1044041, 1981, 0, 1, 1, 1, 'Icemail Jerkin'), +(1044041, 1982, 0, 1, 1, 1, 'Nightblade'), +(1044041, 2825, 0, 1, 1, 1, 'Bow of Searing Arrows'), +(1044141, 867, 0, 1, 1, 1, 'Gloves of Holy Might'), +(1044141, 869, 0, 1, 1, 1, 'Dazzling Longsword'), +(1044141, 870, 0, 1, 1, 1, 'Fiery War Axe'), +(1044141, 873, 0, 1, 1, 1, 'Staff of Jordan'), +(1044141, 1204, 0, 1, 1, 1, 'The Green Tower'), +(1044141, 2825, 0, 1, 1, 1, 'Bow of Searing Arrows'), +(1044142, 867, 0, 1, 1, 1, 'Gloves of Holy Might'), +(1044142, 868, 0, 1, 1, 1, 'Ardent Custodian'), +(1044142, 869, 0, 1, 1, 1, 'Dazzling Longsword'), +(1044142, 870, 0, 1, 1, 1, 'Fiery War Axe'), +(1044142, 873, 0, 1, 1, 1, 'Staff of Jordan'), +(1044142, 1204, 0, 1, 1, 1, 'The Green Tower'), +(1044142, 1980, 0, 1, 1, 1, 'Underworld Band'), +(1044142, 1981, 0, 1, 1, 1, 'Icemail Jerkin'), +(1044142, 1982, 0, 1, 1, 1, 'Nightblade'), +(1044142, 2164, 0, 1, 1, 1, 'Gut Ripper'), +(1044142, 2825, 0, 1, 1, 1, 'Bow of Searing Arrows'), +(1044142, 14549, 0, 1, 1, 1, 'Boots of Avoidance'), +(1044242, 867, 0, 1, 1, 1, 'Gloves of Holy Might'), +(1044242, 868, 0, 1, 1, 1, 'Ardent Custodian'), +(1044242, 869, 0, 1, 1, 1, 'Dazzling Longsword'), +(1044242, 1204, 0, 1, 1, 1, 'The Green Tower'), +(1044242, 1980, 0, 1, 1, 1, 'Underworld Band'), +(1044242, 2825, 0, 1, 1, 1, 'Bow of Searing Arrows'), +(1044243, 867, 0, 1, 1, 1, 'Gloves of Holy Might'), +(1044243, 868, 0, 1, 1, 1, 'Ardent Custodian'), +(1044243, 869, 0, 1, 1, 1, 'Dazzling Longsword'), +(1044243, 870, 0, 1, 1, 1, 'Fiery War Axe'), +(1044243, 873, 0, 1, 1, 1, 'Staff of Jordan'), +(1044243, 1169, 0, 1, 1, 1, 'Blackskull Shield'), +(1044243, 1204, 0, 1, 1, 1, 'The Green Tower'), +(1044243, 1447, 0, 1, 1, 1, 'Ring of Saviors'), +(1044243, 1980, 0, 1, 1, 1, 'Underworld Band'), +(1044243, 1981, 0, 1, 1, 1, 'Icemail Jerkin'), +(1044243, 1982, 0, 1, 1, 1, 'Nightblade'), +(1044243, 2164, 0, 1, 1, 1, 'Gut Ripper'), +(1044243, 2825, 0, 1, 1, 1, 'Bow of Searing Arrows'), +(1044243, 14549, 0, 1, 1, 1, 'Boots of Avoidance'), +(1044343, 867, 0, 1, 1, 1, 'Gloves of Holy Might'), +(1044343, 868, 0, 1, 1, 1, 'Ardent Custodian'), +(1044343, 1980, 0, 1, 1, 1, 'Underworld Band'), +(1044343, 1981, 0, 1, 1, 1, 'Icemail Jerkin'), +(1044343, 1982, 0, 1, 1, 1, 'Nightblade'), +(1044343, 2825, 0, 1, 1, 1, 'Bow of Searing Arrows'), +(1044344, 867, 0, 1, 1, 1, 'Gloves of Holy Might'), +(1044344, 868, 0, 1, 1, 1, 'Ardent Custodian'), +(1044344, 940, 0, 1, 1, 1, 'Robes of Insight'), +(1044344, 1169, 0, 1, 1, 1, 'Blackskull Shield'), +(1044344, 1204, 0, 1, 1, 1, 'The Green Tower'), +(1044344, 1447, 0, 1, 1, 1, 'Ring of Saviors'), +(1044344, 1980, 0, 1, 1, 1, 'Underworld Band'), +(1044344, 1981, 0, 1, 1, 1, 'Icemail Jerkin'), +(1044344, 1982, 0, 1, 1, 1, 'Nightblade'), +(1044344, 2164, 0, 1, 1, 1, 'Gut Ripper'), +(1044344, 2825, 0, 1, 1, 1, 'Bow of Searing Arrows'), +(1044344, 14549, 0, 1, 1, 1, 'Boots of Avoidance'), +(1044444, 868, 0, 1, 1, 1, 'Ardent Custodian'), +(1044444, 1980, 0, 1, 1, 1, 'Underworld Band'), +(1044444, 1981, 0, 1, 1, 1, 'Icemail Jerkin'), +(1044444, 1982, 0, 1, 1, 1, 'Nightblade'), +(1044444, 2164, 0, 1, 1, 1, 'Gut Ripper'), +(1044444, 14549, 0, 1, 1, 1, 'Boots of Avoidance'), +(1044445, 867, 0, 1, 1, 1, 'Gloves of Holy Might'), +(1044445, 868, 0, 1, 1, 1, 'Ardent Custodian'), +(1044445, 869, 0, 1, 1, 1, 'Dazzling Longsword'), +(1044445, 871, 0, 1, 1, 1, 'Flurry Axe'), +(1044445, 940, 0, 1, 1, 1, 'Robes of Insight'), +(1044445, 943, 0, 1, 1, 1, 'Warden Staff'), +(1044445, 1169, 0, 1, 1, 1, 'Blackskull Shield'), +(1044445, 1204, 0, 1, 1, 1, 'The Green Tower'), +(1044445, 1447, 0, 1, 1, 1, 'Ring of Saviors'), +(1044445, 1980, 0, 1, 1, 1, 'Underworld Band'), +(1044445, 1981, 0, 1, 1, 1, 'Icemail Jerkin'), +(1044445, 1982, 0, 1, 1, 1, 'Nightblade'), +(1044445, 2100, 0, 1, 1, 1, 'Precisely Calibrated Boomstick'), +(1044445, 2164, 0, 1, 1, 1, 'Gut Ripper'), +(1044445, 2825, 0, 1, 1, 1, 'Bow of Searing Arrows'), +(1044445, 14549, 0, 1, 1, 1, 'Boots of Avoidance'), +(1044545, 1169, 0, 1, 1, 1, 'Blackskull Shield'), +(1044545, 1447, 0, 1, 1, 1, 'Ring of Saviors'), +(1044545, 1981, 0, 1, 1, 1, 'Icemail Jerkin'), +(1044545, 1982, 0, 1, 1, 1, 'Nightblade'), +(1044545, 2164, 0, 1, 1, 1, 'Gut Ripper'), +(1044545, 14549, 0, 1, 1, 1, 'Boots of Avoidance'), +(1044546, 871, 0, 1, 1, 1, 'Flurry Axe'), +(1044546, 940, 0, 1, 1, 1, 'Robes of Insight'), +(1044546, 1169, 0, 1, 1, 1, 'Blackskull Shield'), +(1044546, 1447, 0, 1, 1, 1, 'Ring of Saviors'), +(1044546, 1981, 0, 1, 1, 1, 'Icemail Jerkin'), +(1044546, 1982, 0, 1, 1, 1, 'Nightblade'), +(1044546, 2164, 0, 1, 1, 1, 'Gut Ripper'), +(1044546, 14549, 0, 1, 1, 1, 'Boots of Avoidance'), +(1044546, 867, 0, 1, 1, 1, 'Gloves of Holy Might'), +(1044546, 868, 0, 1, 1, 1, 'Ardent Custodian'), +(1044546, 943, 0, 1, 1, 1, 'Warden Staff'), +(1044546, 1980, 0, 1, 1, 1, 'Underworld Band'), +(1044546, 2100, 0, 1, 1, 1, 'Precisely Calibrated Boomstick'), +(1044546, 14551, 0, 1, 1, 1, 'Edgemaster\'s Handguards'), +(1044646, 871, 0, 1, 1, 1, 'Flurry Axe'), +(1044646, 940, 0, 1, 1, 1, 'Robes of Insight'), +(1044646, 943, 0, 1, 1, 1, 'Warden Staff'), +(1044646, 1169, 0, 1, 1, 1, 'Blackskull Shield'), +(1044646, 1447, 0, 1, 1, 1, 'Ring of Saviors'), +(1044646, 1982, 0, 1, 1, 1, 'Nightblade'), +(1044646, 2164, 0, 1, 1, 1, 'Gut Ripper'), +(1044646, 14549, 0, 1, 1, 1, 'Boots of Avoidance'), +(1044646, 14551, 0, 1, 1, 1, 'Edgemaster\'s Handguards'), +(1044647, 871, 0, 1, 1, 1, 'Flurry Axe'), +(1044647, 940, 0, 1, 1, 1, 'Robes of Insight'), +(1044647, 943, 0, 1, 1, 1, 'Warden Staff'), +(1044647, 1169, 0, 1, 1, 1, 'Blackskull Shield'), +(1044647, 1447, 0, 1, 1, 1, 'Ring of Saviors'), +(1044647, 2100, 0, 1, 1, 1, 'Precisely Calibrated Boomstick'), +(1044647, 2164, 0, 1, 1, 1, 'Gut Ripper'), +(1044647, 14549, 0, 1, 1, 1, 'Boots of Avoidance'), +(1044647, 868, 0, 1, 1, 1, 'Ardent Custodian'), +(1044647, 1979, 0, 1, 1, 1, 'Wall of the Dead'), +(1044647, 1980, 0, 1, 1, 1, 'Underworld Band'), +(1044647, 1981, 0, 1, 1, 1, 'Icemail Jerkin'), +(1044647, 1982, 0, 1, 1, 1, 'Nightblade'), +(1044647, 2291, 0, 1, 1, 1, 'Kang the Decapitator'), +(1044647, 14551, 0, 1, 1, 1, 'Edgemaster\'s Handguards'), +(1044747, 871, 0, 1, 1, 1, 'Flurry Axe'), +(1044747, 940, 0, 1, 1, 1, 'Robes of Insight'), +(1044747, 943, 0, 1, 1, 1, 'Warden Staff'), +(1044747, 1169, 0, 1, 1, 1, 'Blackskull Shield'), +(1044747, 1447, 0, 1, 1, 1, 'Ring of Saviors'), +(1044747, 2100, 0, 1, 1, 1, 'Precisely Calibrated Boomstick'), +(1044747, 2291, 0, 1, 1, 1, 'Kang the Decapitator'), +(1044748, 940, 0, 1, 1, 1, 'Robes of Insight'), +(1044748, 943, 0, 1, 1, 1, 'Warden Staff'), +(1044748, 1169, 0, 1, 1, 1, 'Blackskull Shield'), +(1044748, 1447, 0, 1, 1, 1, 'Ring of Saviors'), +(1044748, 2100, 0, 1, 1, 1, 'Precisely Calibrated Boomstick'), +(1044748, 2291, 0, 1, 1, 1, 'Kang the Decapitator'), +(1044748, 14551, 0, 1, 1, 1, 'Edgemaster\'s Handguards'), +(1044748, 871, 0, 1, 1, 1, 'Flurry Axe'), +(1044748, 809, 0, 1, 1, 1, 'Bloodrazor'), +(1044748, 1315, 0, 1, 1, 1, 'Lei of Lilies'), +(1044748, 1979, 0, 1, 1, 1, 'Wall of the Dead'), +(1044748, 1981, 0, 1, 1, 1, 'Icemail Jerkin'), +(1044748, 1982, 0, 1, 1, 1, 'Nightblade'), +(1044748, 2164, 0, 1, 1, 1, 'Gut Ripper'), +(1044748, 14549, 0, 1, 1, 1, 'Boots of Avoidance'), +(1044748, 17007, 0, 1, 1, 1, 'Stonerender Gauntlets'), +(1044848, 871, 0, 1, 1, 1, 'Flurry Axe'), +(1044848, 940, 0, 1, 1, 1, 'Robes of Insight'), +(1044848, 943, 0, 1, 1, 1, 'Warden Staff'), +(1044848, 2100, 0, 1, 1, 1, 'Precisely Calibrated Boomstick'), +(1044848, 2291, 0, 1, 1, 1, 'Kang the Decapitator'), +(1044848, 14551, 0, 1, 1, 1, 'Edgemaster\'s Handguards'), +(1044849, 809, 0, 1, 1, 1, 'Bloodrazor'), +(1044849, 871, 0, 1, 1, 1, 'Flurry Axe'), +(1044849, 940, 0, 1, 1, 1, 'Robes of Insight'), +(1044849, 943, 0, 1, 1, 1, 'Warden Staff'), +(1044849, 1979, 0, 1, 1, 1, 'Wall of the Dead'), +(1044849, 2100, 0, 1, 1, 1, 'Precisely Calibrated Boomstick'), +(1044849, 2291, 0, 1, 1, 1, 'Kang the Decapitator'), +(1044849, 14551, 0, 1, 1, 1, 'Edgemaster\'s Handguards'), +(1044849, 942, 0, 1, 1, 1, 'Freezing Band'), +(1044849, 1169, 0, 1, 1, 1, 'Blackskull Shield'), +(1044849, 1315, 0, 1, 1, 1, 'Lei of Lilies'), +(1044849, 1447, 0, 1, 1, 1, 'Ring of Saviors'), +(1044849, 2164, 0, 1, 1, 1, 'Gut Ripper'), +(1044849, 2915, 0, 1, 1, 1, 'Taran Icebreaker'), +(1044849, 14549, 0, 1, 1, 1, 'Boots of Avoidance'), +(1044849, 17007, 0, 1, 1, 1, 'Stonerender Gauntlets'), +(1044949, 809, 0, 1, 1, 1, 'Bloodrazor'), +(1044949, 943, 0, 1, 1, 1, 'Warden Staff'), +(1044949, 1979, 0, 1, 1, 1, 'Wall of the Dead'), +(1044949, 2100, 0, 1, 1, 1, 'Precisely Calibrated Boomstick'), +(1044949, 2291, 0, 1, 1, 1, 'Kang the Decapitator'), +(1044949, 14551, 0, 1, 1, 1, 'Edgemaster\'s Handguards'), +(1044950, 809, 0, 1, 1, 1, 'Bloodrazor'), +(1044950, 943, 0, 1, 1, 1, 'Warden Staff'), +(1044950, 1315, 0, 1, 1, 1, 'Lei of Lilies'), +(1044950, 1979, 0, 1, 1, 1, 'Wall of the Dead'), +(1044950, 2100, 0, 1, 1, 1, 'Precisely Calibrated Boomstick'), +(1044950, 2291, 0, 1, 1, 1, 'Kang the Decapitator'), +(1044950, 14551, 0, 1, 1, 1, 'Edgemaster\'s Handguards'), +(1044950, 17007, 0, 1, 1, 1, 'Stonerender Gauntlets'), +(1044950, 871, 0, 1, 1, 1, 'Flurry Axe'), +(1044950, 940, 0, 1, 1, 1, 'Robes of Insight'), +(1044950, 942, 0, 1, 1, 1, 'Freezing Band'), +(1044950, 1169, 0, 1, 1, 1, 'Blackskull Shield'), +(1044950, 2163, 0, 1, 1, 1, 'Shadowblade'), +(1044950, 2824, 0, 1, 1, 1, 'Hurricane'), +(1044950, 2915, 0, 1, 1, 1, 'Taran Icebreaker'), +(1045050, 809, 0, 1, 1, 1, 'Bloodrazor'), +(1045050, 1315, 0, 1, 1, 1, 'Lei of Lilies'), +(1045050, 1979, 0, 1, 1, 1, 'Wall of the Dead'), +(1045050, 2291, 0, 1, 1, 1, 'Kang the Decapitator'), +(1045050, 14551, 0, 1, 1, 1, 'Edgemaster\'s Handguards'), +(1045050, 17007, 0, 1, 1, 1, 'Stonerender Gauntlets'), +(1045050, 2100, 0, 1, 1, 1, 'Precisely Calibrated Boomstick'), +(1045051, 809, 0, 1, 1, 1, 'Bloodrazor'), +(1045051, 810, 0, 1, 1, 1, 'Hammer of the Northern Wind'), +(1045051, 812, 0, 1, 1, 1, 'Glowing Brightwood Staff'), +(1045051, 942, 0, 1, 1, 1, 'Freezing Band'), +(1045051, 943, 0, 1, 1, 1, 'Warden Staff'), +(1045051, 1315, 0, 1, 1, 1, 'Lei of Lilies'), +(1045051, 1979, 0, 1, 1, 1, 'Wall of the Dead'), +(1045051, 2100, 0, 1, 1, 1, 'Precisely Calibrated Boomstick'), +(1045051, 2163, 0, 1, 1, 1, 'Shadowblade'), +(1045051, 2291, 0, 1, 1, 1, 'Kang the Decapitator'), +(1045051, 2824, 0, 1, 1, 1, 'Hurricane'), +(1045051, 2915, 0, 1, 1, 1, 'Taran Icebreaker'), +(1045051, 14551, 0, 1, 1, 1, 'Edgemaster\'s Handguards'), +(1045051, 17007, 0, 1, 1, 1, 'Stonerender Gauntlets'), +(1045151, 809, 0, 1, 1, 1, 'Bloodrazor'), +(1045151, 942, 0, 1, 1, 1, 'Freezing Band'), +(1045151, 1315, 0, 1, 1, 1, 'Lei of Lilies'), +(1045151, 1979, 0, 1, 1, 1, 'Wall of the Dead'), +(1045151, 2915, 0, 1, 1, 1, 'Taran Icebreaker'), +(1045151, 17007, 0, 1, 1, 1, 'Stonerender Gauntlets'), +(1045152, 809, 0, 1, 1, 1, 'Bloodrazor'), +(1045152, 810, 0, 1, 1, 1, 'Hammer of the Northern Wind'), +(1045152, 812, 0, 1, 1, 1, 'Glowing Brightwood Staff'), +(1045152, 871, 0, 1, 1, 1, 'Flurry Axe'), +(1045152, 942, 0, 1, 1, 1, 'Freezing Band'), +(1045152, 1315, 0, 1, 1, 1, 'Lei of Lilies'), +(1045152, 1979, 0, 1, 1, 1, 'Wall of the Dead'), +(1045152, 2100, 0, 1, 1, 1, 'Precisely Calibrated Boomstick'), +(1045152, 2163, 0, 1, 1, 1, 'Shadowblade'), +(1045152, 2291, 0, 1, 1, 1, 'Kang the Decapitator'), +(1045152, 2824, 0, 1, 1, 1, 'Hurricane'), +(1045152, 2915, 0, 1, 1, 1, 'Taran Icebreaker'), +(1045152, 3075, 0, 1, 1, 1, 'Eye of Flame'), +(1045152, 14551, 0, 1, 1, 1, 'Edgemaster\'s Handguards'), +(1045152, 14552, 0, 1, 1, 1, 'Stockade Pauldrons'), +(1045152, 17007, 0, 1, 1, 1, 'Stonerender Gauntlets'), +(1045252, 810, 0, 1, 1, 1, 'Hammer of the Northern Wind'), +(1045252, 942, 0, 1, 1, 1, 'Freezing Band'), +(1045252, 1315, 0, 1, 1, 1, 'Lei of Lilies'), +(1045252, 2163, 0, 1, 1, 1, 'Shadowblade'), +(1045252, 2824, 0, 1, 1, 1, 'Hurricane'), +(1045252, 2915, 0, 1, 1, 1, 'Taran Icebreaker'), +(1045252, 17007, 0, 1, 1, 1, 'Stonerender Gauntlets'), +(1045253, 809, 0, 1, 1, 1, 'Bloodrazor'), +(1045253, 810, 0, 1, 1, 1, 'Hammer of the Northern Wind'), +(1045253, 812, 0, 1, 1, 1, 'Glowing Brightwood Staff'), +(1045253, 833, 0, 1, 1, 1, 'Lifestone'), +(1045253, 942, 0, 1, 1, 1, 'Freezing Band'), +(1045253, 1315, 0, 1, 1, 1, 'Lei of Lilies'), +(1045253, 1979, 0, 1, 1, 1, 'Wall of the Dead'), +(1045253, 2163, 0, 1, 1, 1, 'Shadowblade'), +(1045253, 2244, 0, 1, 1, 1, 'Krol Blade'), +(1045253, 2824, 0, 1, 1, 1, 'Hurricane'), +(1045253, 2915, 0, 1, 1, 1, 'Taran Icebreaker'), +(1045253, 3075, 0, 1, 1, 1, 'Eye of Flame'), +(1045253, 14552, 0, 1, 1, 1, 'Stockade Pauldrons'), +(1045253, 17007, 0, 1, 1, 1, 'Stonerender Gauntlets'), +(1045353, 810, 0, 1, 1, 1, 'Hammer of the Northern Wind'), +(1045353, 812, 0, 1, 1, 1, 'Glowing Brightwood Staff'), +(1045353, 942, 0, 1, 1, 1, 'Freezing Band'), +(1045353, 2163, 0, 1, 1, 1, 'Shadowblade'), +(1045353, 2824, 0, 1, 1, 1, 'Hurricane'), +(1045353, 2915, 0, 1, 1, 1, 'Taran Icebreaker'), +(1045354, 647, 0, 1, 1, 1, 'Destiny'), +(1045354, 809, 0, 1, 1, 1, 'Bloodrazor'), +(1045354, 810, 0, 1, 1, 1, 'Hammer of the Northern Wind'), +(1045354, 811, 0, 1, 1, 1, 'Axe of the Deep Woods'), +(1045354, 812, 0, 1, 1, 1, 'Glowing Brightwood Staff'), +(1045354, 833, 0, 1, 1, 1, 'Lifestone'), +(1045354, 942, 0, 1, 1, 1, 'Freezing Band'), +(1045354, 1315, 0, 1, 1, 1, 'Lei of Lilies'), +(1045354, 1979, 0, 1, 1, 1, 'Wall of the Dead'), +(1045354, 2163, 0, 1, 1, 1, 'Shadowblade'), +(1045354, 2244, 0, 1, 1, 1, 'Krol Blade'), +(1045354, 2824, 0, 1, 1, 1, 'Hurricane'), +(1045354, 2915, 0, 1, 1, 1, 'Taran Icebreaker'), +(1045354, 3075, 0, 1, 1, 1, 'Eye of Flame'), +(1045354, 14552, 0, 1, 1, 1, 'Stockade Pauldrons'), +(1045354, 17007, 0, 1, 1, 1, 'Stonerender Gauntlets'), +(1045454, 810, 0, 1, 1, 1, 'Hammer of the Northern Wind'), +(1045454, 811, 0, 1, 1, 1, 'Axe of the Deep Woods'), +(1045454, 812, 0, 1, 1, 1, 'Glowing Brightwood Staff'), +(1045454, 833, 0, 1, 1, 1, 'Lifestone'), +(1045454, 942, 0, 1, 1, 1, 'Freezing Band'), +(1045454, 2163, 0, 1, 1, 1, 'Shadowblade'), +(1045454, 2244, 0, 1, 1, 1, 'Krol Blade'), +(1045454, 2824, 0, 1, 1, 1, 'Hurricane'), +(1045454, 2915, 0, 1, 1, 1, 'Taran Icebreaker'), +(1045454, 3075, 0, 1, 1, 1, 'Eye of Flame'), +(1045454, 14552, 0, 1, 1, 1, 'Stockade Pauldrons'), +(1045455, 647, 0, 1, 1, 1, 'Destiny'), +(1045455, 810, 0, 1, 1, 1, 'Hammer of the Northern Wind'), +(1045455, 811, 0, 1, 1, 1, 'Axe of the Deep Woods'), +(1045455, 812, 0, 1, 1, 1, 'Glowing Brightwood Staff'), +(1045455, 833, 0, 1, 1, 1, 'Lifestone'), +(1045455, 942, 0, 1, 1, 1, 'Freezing Band'), +(1045455, 1315, 0, 1, 1, 1, 'Lei of Lilies'), +(1045455, 2099, 0, 1, 1, 1, 'Dwarven Hand Cannon'), +(1045455, 2163, 0, 1, 1, 1, 'Shadowblade'), +(1045455, 2244, 0, 1, 1, 1, 'Krol Blade'), +(1045455, 2246, 0, 1, 1, 1, 'Myrmidon\'s Signet'), +(1045455, 2824, 0, 1, 1, 1, 'Hurricane'), +(1045455, 2915, 0, 1, 1, 1, 'Taran Icebreaker'), +(1045455, 3075, 0, 1, 1, 1, 'Eye of Flame'), +(1045455, 14552, 0, 1, 1, 1, 'Stockade Pauldrons'), +(1045455, 17007, 0, 1, 1, 1, 'Stonerender Gauntlets'), +(1045555, 810, 0, 1, 1, 1, 'Hammer of the Northern Wind'), +(1045555, 812, 0, 1, 1, 1, 'Glowing Brightwood Staff'), +(1045555, 833, 0, 1, 1, 1, 'Lifestone'), +(1045555, 2244, 0, 1, 1, 1, 'Krol Blade'), +(1045555, 3075, 0, 1, 1, 1, 'Eye of Flame'), +(1045555, 14552, 0, 1, 1, 1, 'Stockade Pauldrons'), +(1045555, 647, 0, 1, 1, 1, 'Destiny'), +(1045555, 2163, 0, 1, 1, 1, 'Shadowblade'), +(1045555, 2245, 0, 1, 1, 1, 'Helm of Narv'), +(1045555, 2246, 0, 1, 1, 1, 'Myrmidon\'s Signet'), +(1045555, 2824, 0, 1, 1, 1, 'Hurricane'), +(1045556, 810, 0, 1, 1, 1, 'Hammer of the Northern Wind'), +(1045556, 811, 0, 1, 1, 1, 'Axe of the Deep Woods'), +(1045556, 812, 0, 1, 1, 1, 'Glowing Brightwood Staff'), +(1045556, 833, 0, 1, 1, 1, 'Lifestone'), +(1045556, 2244, 0, 1, 1, 1, 'Krol Blade'), +(1045556, 3075, 0, 1, 1, 1, 'Eye of Flame'), +(1045556, 14552, 0, 1, 1, 1, 'Stockade Pauldrons'), +(1045556, 647, 0, 1, 1, 1, 'Destiny'), +(1045556, 1168, 0, 1, 1, 1, 'Skullflame Shield'), +(1045556, 2099, 0, 1, 1, 1, 'Dwarven Hand Cannon'), +(1045556, 2163, 0, 1, 1, 1, 'Shadowblade'), +(1045556, 2245, 0, 1, 1, 1, 'Helm of Narv'), +(1045556, 2246, 0, 1, 1, 1, 'Myrmidon\'s Signet'), +(1045556, 2824, 0, 1, 1, 1, 'Hurricane'), +(1045556, 2915, 0, 1, 1, 1, 'Taran Icebreaker'), +(1045656, 647, 0, 1, 1, 1, 'Destiny'), +(1045656, 810, 0, 1, 1, 1, 'Hammer of the Northern Wind'), +(1045656, 811, 0, 1, 1, 1, 'Axe of the Deep Woods'), +(1045656, 812, 0, 1, 1, 1, 'Glowing Brightwood Staff'), +(1045656, 833, 0, 1, 1, 1, 'Lifestone'), +(1045656, 1168, 0, 1, 1, 1, 'Skullflame Shield'), +(1045656, 2099, 0, 1, 1, 1, 'Dwarven Hand Cannon'), +(1045656, 2244, 0, 1, 1, 1, 'Krol Blade'), +(1045656, 2246, 0, 1, 1, 1, 'Myrmidon\'s Signet'), +(1045656, 3075, 0, 1, 1, 1, 'Eye of Flame'), +(1045656, 14552, 0, 1, 1, 1, 'Stockade Pauldrons'), +(1045657, 647, 0, 1, 1, 1, 'Destiny'), +(1045657, 810, 0, 1, 1, 1, 'Hammer of the Northern Wind'), +(1045657, 811, 0, 1, 1, 1, 'Axe of the Deep Woods'), +(1045657, 812, 0, 1, 1, 1, 'Glowing Brightwood Staff'), +(1045657, 833, 0, 1, 1, 1, 'Lifestone'), +(1045657, 1168, 0, 1, 1, 1, 'Skullflame Shield'), +(1045657, 1263, 0, 1, 1, 1, 'Brain Hacker'), +(1045657, 1443, 0, 1, 1, 1, 'Jeweled Amulet of Cainwyn'), +(1045657, 2099, 0, 1, 1, 1, 'Dwarven Hand Cannon'), +(1045657, 2163, 0, 1, 1, 1, 'Shadowblade'), +(1045657, 2244, 0, 1, 1, 1, 'Krol Blade'), +(1045657, 2245, 0, 1, 1, 1, 'Helm of Narv'), +(1045657, 2246, 0, 1, 1, 1, 'Myrmidon\'s Signet'), +(1045657, 2824, 0, 1, 1, 1, 'Hurricane'), +(1045657, 3075, 0, 1, 1, 1, 'Eye of Flame'), +(1045657, 14552, 0, 1, 1, 1, 'Stockade Pauldrons'), +(1045757, 647, 0, 1, 1, 1, 'Destiny'), +(1045757, 811, 0, 1, 1, 1, 'Axe of the Deep Woods'), +(1045757, 833, 0, 1, 1, 1, 'Lifestone'), +(1045757, 1168, 0, 1, 1, 1, 'Skullflame Shield'), +(1045757, 1443, 0, 1, 1, 1, 'Jeweled Amulet of Cainwyn'), +(1045757, 2099, 0, 1, 1, 1, 'Dwarven Hand Cannon'), +(1045757, 2244, 0, 1, 1, 1, 'Krol Blade'), +(1045757, 2245, 0, 1, 1, 1, 'Helm of Narv'), +(1045757, 2246, 0, 1, 1, 1, 'Myrmidon\'s Signet'), +(1045757, 3075, 0, 1, 1, 1, 'Eye of Flame'), +(1045757, 14552, 0, 1, 1, 1, 'Stockade Pauldrons'), +(1045758, 647, 0, 1, 1, 1, 'Destiny'), +(1045758, 810, 0, 1, 1, 1, 'Hammer of the Northern Wind'), +(1045758, 811, 0, 1, 1, 1, 'Axe of the Deep Woods'), +(1045758, 833, 0, 1, 1, 1, 'Lifestone'), +(1045758, 944, 0, 1, 1, 1, 'Elemental Mage Staff'), +(1045758, 1168, 0, 1, 1, 1, 'Skullflame Shield'), +(1045758, 1263, 0, 1, 1, 1, 'Brain Hacker'), +(1045758, 1443, 0, 1, 1, 1, 'Jeweled Amulet of Cainwyn'), +(1045758, 2099, 0, 1, 1, 1, 'Dwarven Hand Cannon'), +(1045758, 2244, 0, 1, 1, 1, 'Krol Blade'), +(1045758, 2245, 0, 1, 1, 1, 'Helm of Narv'), +(1045758, 2246, 0, 1, 1, 1, 'Myrmidon\'s Signet'), +(1045758, 3075, 0, 1, 1, 1, 'Eye of Flame'), +(1045758, 14552, 0, 1, 1, 1, 'Stockade Pauldrons'), +(1045758, 14553, 0, 1, 1, 1, 'Sash of Mercy'), +(1045858, 647, 0, 1, 1, 1, 'Destiny'), +(1045858, 811, 0, 1, 1, 1, 'Axe of the Deep Woods'), +(1045858, 1168, 0, 1, 1, 1, 'Skullflame Shield'), +(1045858, 2099, 0, 1, 1, 1, 'Dwarven Hand Cannon'), +(1045858, 2245, 0, 1, 1, 1, 'Helm of Narv'), +(1045858, 2246, 0, 1, 1, 1, 'Myrmidon\'s Signet'), +(1045858, 833, 0, 1, 1, 1, 'Lifestone'), +(1045858, 944, 0, 1, 1, 1, 'Elemental Mage Staff'), +(1045858, 1263, 0, 1, 1, 1, 'Brain Hacker'), +(1045858, 1443, 0, 1, 1, 1, 'Jeweled Amulet of Cainwyn'), +(1045858, 2244, 0, 1, 1, 1, 'Krol Blade'), +(1045858, 14553, 0, 1, 1, 1, 'Sash of Mercy'), +(1045859, 647, 0, 1, 1, 1, 'Destiny'), +(1045859, 811, 0, 1, 1, 1, 'Axe of the Deep Woods'), +(1045859, 833, 0, 1, 1, 1, 'Lifestone'), +(1045859, 944, 0, 1, 1, 1, 'Elemental Mage Staff'), +(1045859, 1168, 0, 1, 1, 1, 'Skullflame Shield'), +(1045859, 1263, 0, 1, 1, 1, 'Brain Hacker'), +(1045859, 1443, 0, 1, 1, 1, 'Jeweled Amulet of Cainwyn'), +(1045859, 2099, 0, 1, 1, 1, 'Dwarven Hand Cannon'), +(1045859, 2243, 0, 1, 1, 1, 'Hand of Edward the Odd'), +(1045859, 2244, 0, 1, 1, 1, 'Krol Blade'), +(1045859, 2245, 0, 1, 1, 1, 'Helm of Narv'), +(1045859, 2246, 0, 1, 1, 1, 'Myrmidon\'s Signet'), +(1045859, 3075, 0, 1, 1, 1, 'Eye of Flame'), +(1045859, 14552, 0, 1, 1, 1, 'Stockade Pauldrons'), +(1045859, 14553, 0, 1, 1, 1, 'Sash of Mercy'), +(1045959, 647, 0, 1, 1, 1, 'Destiny'), +(1045959, 811, 0, 1, 1, 1, 'Axe of the Deep Woods'), +(1045959, 944, 0, 1, 1, 1, 'Elemental Mage Staff'), +(1045959, 1168, 0, 1, 1, 1, 'Skullflame Shield'), +(1045959, 1263, 0, 1, 1, 1, 'Brain Hacker'), +(1045959, 1443, 0, 1, 1, 1, 'Jeweled Amulet of Cainwyn'), +(1045959, 2099, 0, 1, 1, 1, 'Dwarven Hand Cannon'), +(1045959, 2243, 0, 1, 1, 1, 'Hand of Edward the Odd'), +(1045959, 2245, 0, 1, 1, 1, 'Helm of Narv'), +(1045959, 2246, 0, 1, 1, 1, 'Myrmidon\'s Signet'), +(1045959, 14553, 0, 1, 1, 1, 'Sash of Mercy'), +(1045960, 647, 0, 1, 1, 1, 'Destiny'), +(1045960, 811, 0, 1, 1, 1, 'Axe of the Deep Woods'), +(1045960, 944, 0, 1, 1, 1, 'Elemental Mage Staff'), +(1045960, 1168, 0, 1, 1, 1, 'Skullflame Shield'), +(1045960, 1263, 0, 1, 1, 1, 'Brain Hacker'), +(1045960, 1443, 0, 1, 1, 1, 'Jeweled Amulet of Cainwyn'), +(1045960, 2099, 0, 1, 1, 1, 'Dwarven Hand Cannon'), +(1045960, 2243, 0, 1, 1, 1, 'Hand of Edward the Odd'), +(1045960, 2244, 0, 1, 1, 1, 'Krol Blade'), +(1045960, 2245, 0, 1, 1, 1, 'Helm of Narv'), +(1045960, 2246, 0, 1, 1, 1, 'Myrmidon\'s Signet'), +(1045960, 14553, 0, 1, 1, 1, 'Sash of Mercy'), +(1045960, 14554, 0, 1, 1, 1, 'Cloudkeeper Legplates'), +(1045960, 14555, 0, 1, 1, 1, 'Alcor\'s Sunrazor'), +(1046060, 1168, 0, 1, 1, 1, 'Skullflame Shield'), +(1046060, 1263, 0, 1, 1, 1, 'Brain Hacker'), +(1046060, 1443, 0, 1, 1, 1, 'Jeweled Amulet of Cainwyn'), +(1046060, 2245, 0, 1, 1, 1, 'Helm of Narv'), +(1046060, 14553, 0, 1, 1, 1, 'Sash of Mercy'), +(1046060, 944, 0, 1, 1, 1, 'Elemental Mage Staff'), +(1046060, 2099, 0, 1, 1, 1, 'Dwarven Hand Cannon'), +(1046060, 2243, 0, 1, 1, 1, 'Hand of Edward the Odd'), +(1046060, 2246, 0, 1, 1, 1, 'Myrmidon\'s Signet'), +(1046060, 14554, 0, 1, 1, 1, 'Cloudkeeper Legplates'), +(1046060, 14555, 0, 1, 1, 1, 'Alcor\'s Sunrazor'), +(1046061, 647, 0, 1, 1, 1, 'Destiny'), +(1046061, 811, 0, 1, 1, 1, 'Axe of the Deep Woods'), +(1046061, 944, 0, 1, 1, 1, 'Elemental Mage Staff'), +(1046061, 1168, 0, 1, 1, 1, 'Skullflame Shield'), +(1046061, 1263, 0, 1, 1, 1, 'Brain Hacker'), +(1046061, 1443, 0, 1, 1, 1, 'Jeweled Amulet of Cainwyn'), +(1046061, 2099, 0, 1, 1, 1, 'Dwarven Hand Cannon'), +(1046061, 2243, 0, 1, 1, 1, 'Hand of Edward the Odd'), +(1046061, 2245, 0, 1, 1, 1, 'Helm of Narv'), +(1046061, 2246, 0, 1, 1, 1, 'Myrmidon\'s Signet'), +(1046061, 2801, 0, 1, 1, 1, 'Blade of Hanna'), +(1046061, 14553, 0, 1, 1, 1, 'Sash of Mercy'), +(1046061, 14554, 0, 1, 1, 1, 'Cloudkeeper Legplates'), +(1046061, 14555, 0, 1, 1, 1, 'Alcor\'s Sunrazor'), +(1046061, 14558, 0, 1, 1, 1, 'Lady Maye\'s Pendant'), +(1046161, 944, 0, 1, 1, 1, 'Elemental Mage Staff'), +(1046161, 1168, 0, 1, 1, 1, 'Skullflame Shield'), +(1046161, 1263, 0, 1, 1, 1, 'Brain Hacker'), +(1046161, 1443, 0, 1, 1, 1, 'Jeweled Amulet of Cainwyn'), +(1046161, 2243, 0, 1, 1, 1, 'Hand of Edward the Odd'), +(1046161, 2245, 0, 1, 1, 1, 'Helm of Narv'), +(1046161, 2801, 0, 1, 1, 1, 'Blade of Hanna'), +(1046161, 14553, 0, 1, 1, 1, 'Sash of Mercy'), +(1046161, 14554, 0, 1, 1, 1, 'Cloudkeeper Legplates'), +(1046161, 14555, 0, 1, 1, 1, 'Alcor\'s Sunrazor'), +(1046161, 14557, 0, 1, 1, 1, 'The Lion Horn of Stormwind'), +(1046161, 14558, 0, 1, 1, 1, 'Lady Maye\'s Pendant'), +(1046162, 944, 0, 1, 1, 1, 'Elemental Mage Staff'), +(1046162, 1168, 0, 1, 1, 1, 'Skullflame Shield'), +(1046162, 1263, 0, 1, 1, 1, 'Brain Hacker'), +(1046162, 1443, 0, 1, 1, 1, 'Jeweled Amulet of Cainwyn'), +(1046162, 2243, 0, 1, 1, 1, 'Hand of Edward the Odd'), +(1046162, 2245, 0, 1, 1, 1, 'Helm of Narv'), +(1046162, 2801, 0, 1, 1, 1, 'Blade of Hanna'), +(1046162, 3475, 0, 1, 1, 1, 'Cloak of Flames'), +(1046162, 14553, 0, 1, 1, 1, 'Sash of Mercy'), +(1046162, 14554, 0, 1, 1, 1, 'Cloudkeeper Legplates'), +(1046162, 14555, 0, 1, 1, 1, 'Alcor\'s Sunrazor'), +(1046162, 14557, 0, 1, 1, 1, 'The Lion Horn of Stormwind'), +(1046162, 14558, 0, 1, 1, 1, 'Lady Maye\'s Pendant'), +(1046262, 14558, 0, 1, 1, 1, 'Lady Maye\'s Pendant'), +(1046262, 944, 0, 1, 1, 1, 'Elemental Mage Staff'), +(1046262, 1168, 0, 1, 1, 1, 'Skullflame Shield'), +(1046262, 1263, 0, 1, 1, 1, 'Brain Hacker'), +(1046262, 1443, 0, 1, 1, 1, 'Jeweled Amulet of Cainwyn'), +(1046262, 1728, 0, 1, 1, 1, 'Teebu\'s Blazing Longsword'), +(1046262, 2243, 0, 1, 1, 1, 'Hand of Edward the Odd'), +(1046262, 2801, 0, 1, 1, 1, 'Blade of Hanna'), +(1046262, 3475, 0, 1, 1, 1, 'Cloak of Flames'), +(1046262, 14553, 0, 1, 1, 1, 'Sash of Mercy'), +(1046262, 14554, 0, 1, 1, 1, 'Cloudkeeper Legplates'), +(1046262, 14555, 0, 1, 1, 1, 'Alcor\'s Sunrazor'), +(1046262, 14557, 0, 1, 1, 1, 'The Lion Horn of Stormwind'), +(1105865, 24576, 0, 1, 1, 1, 'Loosely Threaded Belt'), +(1105865, 24577, 0, 1, 1, 1, 'Loosely Threaded Boots'), +(1105865, 24578, 0, 1, 1, 1, 'Loosely Threaded Bracers'), +(1105865, 24580, 0, 1, 1, 1, 'Loosely Threaded Hat'), +(1105865, 24782, 0, 1, 1, 1, 'Loosely Threaded Gloves'), +(1105865, 25338, 0, 1, 1, 1, 'Loosely Threaded Pants'), +(1105865, 25339, 0, 1, 1, 1, 'Loosely Threaded Shoulderpads'), +(1105865, 25340, 0, 1, 1, 1, 'Loosely Threaded Vest'), +(1105865, 25349, 0, 1, 1, 1, 'Moldy Leather Armor'), +(1105865, 25350, 0, 1, 1, 1, 'Moldy Leather Belt'), +(1105865, 25351, 0, 1, 1, 1, 'Moldy Leather Boots'), +(1105865, 25352, 0, 1, 1, 1, 'Moldy Leather Bracers'), +(1105865, 25353, 0, 1, 1, 1, 'Moldy Leather Gloves'), +(1105865, 25354, 0, 1, 1, 1, 'Moldy Leather Helmet'), +(1105865, 25355, 0, 1, 1, 1, 'Moldy Leather Pants'), +(1105865, 25356, 0, 1, 1, 1, 'Moldy Leather Shoulderpads'), +(1105865, 25365, 0, 1, 1, 1, 'Eroded Mail Armor'), +(1105865, 25366, 0, 1, 1, 1, 'Eroded Mail Belt'), +(1105865, 25367, 0, 1, 1, 1, 'Eroded Mail Boots'), +(1105865, 25368, 0, 1, 1, 1, 'Eroded Mail Bracers'), +(1105865, 25369, 0, 1, 1, 1, 'Eroded Mail Circlet'), +(1105865, 25370, 0, 1, 1, 1, 'Eroded Mail Gloves'), +(1105865, 25371, 0, 1, 1, 1, 'Eroded Mail Pants'), +(1105865, 25372, 0, 1, 1, 1, 'Eroded Mail Shoulderpads'), +(1105865, 25381, 0, 1, 1, 1, 'Tarnished Plate Belt'), +(1105865, 25382, 0, 1, 1, 1, 'Tarnished Plate Boots'), +(1105865, 25383, 0, 1, 1, 1, 'Tarnished Plate Bracers'), +(1105865, 25384, 0, 1, 1, 1, 'Tarnished Plate Chestpiece'), +(1105865, 25385, 0, 1, 1, 1, 'Tarnished Plate Gloves'), +(1105865, 25386, 0, 1, 1, 1, 'Tarnished Plate Helmet'), +(1105865, 25387, 0, 1, 1, 1, 'Tarnished Plate Pants'), +(1105865, 25388, 0, 1, 1, 1, 'Tarnished Plate Shoulderpads'), +(1105865, 25397, 0, 1, 1, 1, 'Eroded Axe'), +(1105865, 25398, 0, 1, 1, 1, 'Stone Reaper'), +(1105865, 25399, 0, 1, 1, 1, 'Deteriorating Blade'), +(1105865, 25400, 0, 1, 1, 1, 'Tarnished Claymore'), +(1105865, 25401, 0, 1, 1, 1, 'Corroded Mace'), +(1105865, 25402, 0, 1, 1, 1, 'The Stoppable Force'), +(1105865, 25403, 0, 1, 1, 1, 'Sharpened Stilleto'), +(1105865, 25404, 0, 1, 1, 1, 'Dense War Staff'), +(1105865, 25405, 0, 1, 1, 1, 'Rusted Musket'), +(1105865, 25406, 0, 1, 1, 1, 'Broken Longbow'), +(1106672, 25406, 0, 1, 1, 1, 'Broken Longbow'), +(1106672, 25405, 0, 1, 1, 1, 'Rusted Musket'), +(1106672, 25404, 0, 1, 1, 1, 'Dense War Staff'), +(1106672, 25403, 0, 1, 1, 1, 'Sharpened Stilleto'), +(1106672, 25402, 0, 1, 1, 1, 'The Stoppable Force'), +(1106672, 25401, 0, 1, 1, 1, 'Corroded Mace'), +(1106672, 25400, 0, 1, 1, 1, 'Tarnished Claymore'), +(1106672, 25399, 0, 1, 1, 1, 'Deteriorating Blade'), +(1106672, 25398, 0, 1, 1, 1, 'Stone Reaper'), +(1106672, 25397, 0, 1, 1, 1, 'Eroded Axe'), +(1106672, 25396, 0, 1, 1, 1, 'Deteriorating Plate Shoulderpads'), +(1106672, 25395, 0, 1, 1, 1, 'Deteriorating Plate Pants'), +(1106672, 25394, 0, 1, 1, 1, 'Deteriorating Plate Helmet'), +(1106672, 25393, 0, 1, 1, 1, 'Deteriorating Plate Gloves'), +(1106672, 25392, 0, 1, 1, 1, 'Deteriorating Plate Chestpiece'), +(1106672, 25391, 0, 1, 1, 1, 'Deteriorating Plate Bracers'), +(1106672, 25390, 0, 1, 1, 1, 'Deteriorating Plate Boots'), +(1106672, 25389, 0, 1, 1, 1, 'Deteriorating Plate Belt'), +(1106672, 25380, 0, 1, 1, 1, 'Corroded Mail Shoulderpads'), +(1106672, 25379, 0, 1, 1, 1, 'Corroded Mail Pants'), +(1106672, 25378, 0, 1, 1, 1, 'Corroded Mail Gloves'), +(1106672, 25377, 0, 1, 1, 1, 'Corroded Mail Circlet'), +(1106672, 25376, 0, 1, 1, 1, 'Corroded Mail Bracers'), +(1106672, 25375, 0, 1, 1, 1, 'Corroded Mail Boots'), +(1106672, 25374, 0, 1, 1, 1, 'Corroded Mail Belt'), +(1106672, 25373, 0, 1, 1, 1, 'Corroded Mail Armor'), +(1106672, 25364, 0, 1, 1, 1, 'Decaying Leather Shoulderpads'), +(1106672, 25363, 0, 1, 1, 1, 'Decaying Leather Pants'), +(1106672, 25362, 0, 1, 1, 1, 'Decaying Leather Helmet'), +(1106672, 25361, 0, 1, 1, 1, 'Decaying Leather Gloves'), +(1106672, 25360, 0, 1, 1, 1, 'Decaying Leather Bracers'), +(1106672, 25359, 0, 1, 1, 1, 'Decaying Leather Boots'), +(1106672, 25358, 0, 1, 1, 1, 'Decaying Leather Belt'), +(1106672, 25357, 0, 1, 1, 1, 'Decaying Leather Armor'), +(1106672, 25348, 0, 1, 1, 1, 'Dilapidated Cloth Vest'), +(1106672, 25347, 0, 1, 1, 1, 'Dilapidated Cloth Shoulderpads'), +(1106672, 25346, 0, 1, 1, 1, 'Dilapidated Cloth Pants'), +(1106672, 25345, 0, 1, 1, 1, 'Dilapidated Cloth Hat'), +(1106672, 25344, 0, 1, 1, 1, 'Dilapidated Cloth Gloves'), +(1106672, 25343, 0, 1, 1, 1, 'Dilapidated Cloth Bracers'), +(1106672, 25342, 0, 1, 1, 1, 'Dilapidated Cloth Boots'), +(1106672, 25341, 0, 1, 1, 1, 'Dilapidated Cloth Belt'), +(1125858, 24575, 0, 1, 1, 1, 'Outlander\'s Girdle'), +(1125858, 24582, 0, 1, 1, 1, 'Outlander\'s Boots'); +INSERT INTO `reference_loot_template` (`Entry`, `Item`, `Chance`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(1125858, 24583, 0, 1, 1, 1, 'Outlander\'s Tunic'), +(1125858, 24584, 0, 1, 1, 1, 'Outlander\'s Gloves'), +(1125858, 24585, 0, 1, 1, 1, 'Outlander\'s Facewrap'), +(1125858, 24586, 0, 1, 1, 1, 'Outlander\'s Leggings'), +(1125858, 24587, 0, 1, 1, 1, 'Outlander\'s Pauldrons'), +(1125858, 24588, 0, 1, 1, 1, 'Outlander\'s Bracers'), +(1125858, 24693, 0, 1, 1, 1, 'Bonechewer Pelt-Girdle'), +(1125858, 24694, 0, 1, 1, 1, 'Bonechewer Shredboots'), +(1125858, 24695, 0, 1, 1, 1, 'Bonechewer Chestpiece'), +(1125858, 24696, 0, 1, 1, 1, 'Bonechewer Spikegloves'), +(1125858, 24697, 0, 1, 1, 1, 'Bonechewer Skincloak'), +(1125858, 24698, 0, 1, 1, 1, 'Bonechewer Ripleggings'), +(1125858, 24699, 0, 1, 1, 1, 'Bonechewer Shoulderguards'), +(1125858, 24700, 0, 1, 1, 1, 'Bonechewer Bands'), +(1125858, 24806, 0, 1, 1, 1, 'Unyielding Waistband'), +(1125858, 24807, 0, 1, 1, 1, 'Unyielding Footwraps'), +(1125858, 24808, 0, 1, 1, 1, 'Unyielding Chain Vest'), +(1125858, 24809, 0, 1, 1, 1, 'Unyielding Fists'), +(1125858, 24810, 0, 1, 1, 1, 'Unyielding Helm'), +(1125858, 24811, 0, 1, 1, 1, 'Unyielding Leggings'), +(1125858, 24812, 0, 1, 1, 1, 'Unyielding Spaulders'), +(1125858, 24813, 0, 1, 1, 1, 'Unyielding Bindings'), +(1125858, 24918, 0, 1, 1, 1, 'Grimscale Belt'), +(1125858, 24919, 0, 1, 1, 1, 'Grimscale Sabatons'), +(1125858, 24920, 0, 1, 1, 1, 'Grimscale Armor'), +(1125858, 24921, 0, 1, 1, 1, 'Grimscale Gauntlets'), +(1125858, 24922, 0, 1, 1, 1, 'Grimscale Helm'), +(1125858, 24923, 0, 1, 1, 1, 'Grimscale Legguards'), +(1125858, 24924, 0, 1, 1, 1, 'Grimscale Pauldrons'), +(1125858, 24925, 0, 1, 1, 1, 'Grimscale Vambraces'), +(1125858, 25030, 0, 1, 1, 1, 'Silky Velvet Cloak'), +(1125858, 25044, 0, 1, 1, 1, 'Rubellite Ring'), +(1125858, 25058, 0, 1, 1, 1, 'Anglesite Choker'), +(1125858, 25072, 0, 1, 1, 1, 'Northman\'s Shield'), +(1125858, 25086, 0, 1, 1, 1, 'Dreamseeker Dandelion'), +(1125858, 25100, 0, 1, 1, 1, 'Liege Blade'), +(1125858, 25114, 0, 1, 1, 1, 'Doomsayer\'s Mace'), +(1125858, 25128, 0, 1, 1, 1, 'Shining Mace'), +(1125858, 25142, 0, 1, 1, 1, 'Telaari Longblade'), +(1125858, 25156, 0, 1, 1, 1, 'Royal Crusader Sword'), +(1125858, 25170, 0, 1, 1, 1, 'Rattan Bo Staff'), +(1125858, 25184, 0, 1, 1, 1, 'Ravager Claws'), +(1125858, 25198, 0, 1, 1, 1, 'Karaborian Battle Axe'), +(1125858, 25212, 0, 1, 1, 1, 'Lucky Strike Axe'), +(1125858, 25226, 0, 1, 1, 1, 'War Scythe'), +(1125858, 25240, 0, 1, 1, 1, 'Azerothian Longbow'), +(1125858, 25254, 0, 1, 1, 1, 'Tower Crossbow'), +(1125858, 25268, 0, 1, 1, 1, 'Lead-Slug Shotgun'), +(1125858, 25282, 0, 1, 1, 1, 'Mahogany Wand'), +(1125858, 25296, 0, 1, 1, 1, 'Absorption Dagger'), +(1125858, 25310, 0, 1, 1, 1, 'Naaru Lightmace'), +(1125858, 25324, 0, 1, 1, 1, 'Angerstaff'), +(1125858, 28531, 0, 1, 1, 1, 'Barbed Shrike'), +(1125859, 24575, 0, 1, 1, 1, 'Outlander\'s Girdle'), +(1125859, 24582, 0, 1, 1, 1, 'Outlander\'s Boots'), +(1125859, 24583, 0, 1, 1, 1, 'Outlander\'s Tunic'), +(1125859, 24584, 0, 1, 1, 1, 'Outlander\'s Gloves'), +(1125859, 24585, 0, 1, 1, 1, 'Outlander\'s Facewrap'), +(1125859, 24586, 0, 1, 1, 1, 'Outlander\'s Leggings'), +(1125859, 24587, 0, 1, 1, 1, 'Outlander\'s Pauldrons'), +(1125859, 24588, 0, 1, 1, 1, 'Outlander\'s Bracers'), +(1125859, 24589, 0, 1, 1, 1, 'Fireheart Girdle'), +(1125859, 24590, 0, 1, 1, 1, 'Fireheart Boots'), +(1125859, 24591, 0, 1, 1, 1, 'Fireheart Chestpiece'), +(1125859, 24592, 0, 1, 1, 1, 'Fireheart Gloves'), +(1125859, 24593, 0, 1, 1, 1, 'Fireheart Skullcap'), +(1125859, 24594, 0, 1, 1, 1, 'Fireheart Leggings'), +(1125859, 24595, 0, 1, 1, 1, 'Fireheart Shoulderpads'), +(1125859, 24596, 0, 1, 1, 1, 'Fireheart Bracers'), +(1125859, 24693, 0, 1, 1, 1, 'Bonechewer Pelt-Girdle'), +(1125859, 24694, 0, 1, 1, 1, 'Bonechewer Shredboots'), +(1125859, 24695, 0, 1, 1, 1, 'Bonechewer Chestpiece'), +(1125859, 24696, 0, 1, 1, 1, 'Bonechewer Spikegloves'), +(1125859, 24697, 0, 1, 1, 1, 'Bonechewer Skincloak'), +(1125859, 24698, 0, 1, 1, 1, 'Bonechewer Ripleggings'), +(1125859, 24699, 0, 1, 1, 1, 'Bonechewer Shoulderguards'), +(1125859, 24700, 0, 1, 1, 1, 'Bonechewer Bands'), +(1125859, 24701, 0, 1, 1, 1, 'Haal\'eshi Cord'), +(1125859, 24702, 0, 1, 1, 1, 'Haal\'eshi Boots'), +(1125859, 24703, 0, 1, 1, 1, 'Haal\'eshi Jerkin'), +(1125859, 24704, 0, 1, 1, 1, 'Haal\'eshi Gloves'), +(1125859, 24705, 0, 1, 1, 1, 'Haal\'eshi Hat'), +(1125859, 24706, 0, 1, 1, 1, 'Haal\'eshi Leggings'), +(1125859, 24707, 0, 1, 1, 1, 'Haal\'eshi Pauldrons'), +(1125859, 24708, 0, 1, 1, 1, 'Haal\'eshi Bindings'), +(1125859, 24806, 0, 1, 1, 1, 'Unyielding Waistband'), +(1125859, 24807, 0, 1, 1, 1, 'Unyielding Footwraps'), +(1125859, 24808, 0, 1, 1, 1, 'Unyielding Chain Vest'), +(1125859, 24809, 0, 1, 1, 1, 'Unyielding Fists'), +(1125859, 24810, 0, 1, 1, 1, 'Unyielding Helm'), +(1125859, 24811, 0, 1, 1, 1, 'Unyielding Leggings'), +(1125859, 24812, 0, 1, 1, 1, 'Unyielding Spaulders'), +(1125859, 24813, 0, 1, 1, 1, 'Unyielding Bindings'), +(1125859, 24814, 0, 1, 1, 1, 'Felstone Waistband'), +(1125859, 24815, 0, 1, 1, 1, 'Felstone Greaves'), +(1125859, 24816, 0, 1, 1, 1, 'Felstone Chain Vest'), +(1125859, 24817, 0, 1, 1, 1, 'Felstone Gauntlets'), +(1125859, 24818, 0, 1, 1, 1, 'Felstone Helm'), +(1125859, 24819, 0, 1, 1, 1, 'Felstone Leggings'), +(1125859, 24820, 0, 1, 1, 1, 'Felstone Spaulders'), +(1125859, 24821, 0, 1, 1, 1, 'Felstone Bindings'), +(1125859, 24918, 0, 1, 1, 1, 'Grimscale Belt'), +(1125859, 24919, 0, 1, 1, 1, 'Grimscale Sabatons'), +(1125859, 24920, 0, 1, 1, 1, 'Grimscale Armor'), +(1125859, 24921, 0, 1, 1, 1, 'Grimscale Gauntlets'), +(1125859, 24922, 0, 1, 1, 1, 'Grimscale Helm'), +(1125859, 24923, 0, 1, 1, 1, 'Grimscale Legguards'), +(1125859, 24924, 0, 1, 1, 1, 'Grimscale Pauldrons'), +(1125859, 24925, 0, 1, 1, 1, 'Grimscale Vambraces'), +(1125859, 24926, 0, 1, 1, 1, 'Ango\'rosh Belt'), +(1125859, 24927, 0, 1, 1, 1, 'Ango\'rosh Sabatons'), +(1125859, 24928, 0, 1, 1, 1, 'Ango\'rosh Breastplate'), +(1125859, 24929, 0, 1, 1, 1, 'Ango\'rosh Gauntlets'), +(1125859, 24930, 0, 1, 1, 1, 'Ango\'rosh Helm'), +(1125859, 24931, 0, 1, 1, 1, 'Ango\'rosh Legguards'), +(1125859, 24932, 0, 1, 1, 1, 'Ango\'rosh Pauldrons'), +(1125859, 24933, 0, 1, 1, 1, 'Ango\'rosh Vambraces'), +(1125859, 25030, 0, 1, 1, 1, 'Silky Velvet Cloak'), +(1125859, 25031, 0, 1, 1, 1, 'Silvermoon Royal Cloak'), +(1125859, 25044, 0, 1, 1, 1, 'Rubellite Ring'), +(1125859, 25045, 0, 1, 1, 1, 'Azurite Ring'), +(1125859, 25058, 0, 1, 1, 1, 'Anglesite Choker'), +(1125859, 25059, 0, 1, 1, 1, 'Fire Opal Collar'), +(1125859, 25072, 0, 1, 1, 1, 'Northman\'s Shield'), +(1125859, 25073, 0, 1, 1, 1, 'Emperor Shield'), +(1125859, 25086, 0, 1, 1, 1, 'Dreamseeker Dandelion'), +(1125859, 25087, 0, 1, 1, 1, 'Bleeding Eye'), +(1125859, 25100, 0, 1, 1, 1, 'Liege Blade'), +(1125859, 25101, 0, 1, 1, 1, 'Cross Pommel Dagger'), +(1125859, 25114, 0, 1, 1, 1, 'Doomsayer\'s Mace'), +(1125859, 25115, 0, 1, 1, 1, 'Riversong Mace'), +(1125859, 25128, 0, 1, 1, 1, 'Shining Mace'), +(1125859, 25129, 0, 1, 1, 1, 'Giant\'s Leg Bone'), +(1125859, 25142, 0, 1, 1, 1, 'Telaari Longblade'), +(1125859, 25143, 0, 1, 1, 1, 'Silver Hand Blade'), +(1125859, 25156, 0, 1, 1, 1, 'Royal Crusader Sword'), +(1125859, 25157, 0, 1, 1, 1, 'Serpentlord Claymore'), +(1125859, 25170, 0, 1, 1, 1, 'Rattan Bo Staff'), +(1125859, 25171, 0, 1, 1, 1, 'Straight Hardwood Staff'), +(1125859, 25184, 0, 1, 1, 1, 'Ravager Claws'), +(1125859, 25185, 0, 1, 1, 1, 'Thrasher Blades'), +(1125859, 25198, 0, 1, 1, 1, 'Karaborian Battle Axe'), +(1125859, 25199, 0, 1, 1, 1, 'Knight\'s War Axe'), +(1125859, 25212, 0, 1, 1, 1, 'Lucky Strike Axe'), +(1125859, 25213, 0, 1, 1, 1, 'Fel-Touched Axe'), +(1125859, 25226, 0, 1, 1, 1, 'War Scythe'), +(1125859, 25227, 0, 1, 1, 1, 'Sha\'tari Longspear'), +(1125859, 25240, 0, 1, 1, 1, 'Azerothian Longbow'), +(1125859, 25241, 0, 1, 1, 1, 'Ashenvale Longbow'), +(1125859, 25254, 0, 1, 1, 1, 'Tower Crossbow'), +(1125859, 25255, 0, 1, 1, 1, 'Ram\'s Head Crossbow'), +(1125859, 25268, 0, 1, 1, 1, 'Lead-Slug Shotgun'), +(1125859, 25269, 0, 1, 1, 1, 'Longbeard Rifle'), +(1125859, 25282, 0, 1, 1, 1, 'Mahogany Wand'), +(1125859, 25283, 0, 1, 1, 1, 'Crystallized Ebony Wand'), +(1125859, 25296, 0, 1, 1, 1, 'Absorption Dagger'), +(1125859, 25297, 0, 1, 1, 1, 'Tuning Knife'), +(1125859, 25310, 0, 1, 1, 1, 'Naaru Lightmace'), +(1125859, 25311, 0, 1, 1, 1, 'Revitalizing Hammer'), +(1125859, 25324, 0, 1, 1, 1, 'Angerstaff'), +(1125859, 25325, 0, 1, 1, 1, 'Brutal Scar-Limb'), +(1125859, 28531, 0, 1, 1, 1, 'Barbed Shrike'), +(1125859, 28532, 0, 1, 1, 1, 'Silver Throwing Knives'), +(1125959, 24575, 0, 1, 1, 1, 'Outlander\'s Girdle'), +(1125959, 24582, 0, 1, 1, 1, 'Outlander\'s Boots'), +(1125959, 24583, 0, 1, 1, 1, 'Outlander\'s Tunic'), +(1125959, 24584, 0, 1, 1, 1, 'Outlander\'s Gloves'), +(1125959, 24585, 0, 1, 1, 1, 'Outlander\'s Facewrap'), +(1125959, 24586, 0, 1, 1, 1, 'Outlander\'s Leggings'), +(1125959, 24587, 0, 1, 1, 1, 'Outlander\'s Pauldrons'), +(1125959, 24588, 0, 1, 1, 1, 'Outlander\'s Bracers'), +(1125959, 24589, 0, 1, 1, 1, 'Fireheart Girdle'), +(1125959, 24590, 0, 1, 1, 1, 'Fireheart Boots'), +(1125959, 24591, 0, 1, 1, 1, 'Fireheart Chestpiece'), +(1125959, 24592, 0, 1, 1, 1, 'Fireheart Gloves'), +(1125959, 24593, 0, 1, 1, 1, 'Fireheart Skullcap'), +(1125959, 24594, 0, 1, 1, 1, 'Fireheart Leggings'), +(1125959, 24595, 0, 1, 1, 1, 'Fireheart Shoulderpads'), +(1125959, 24596, 0, 1, 1, 1, 'Fireheart Bracers'), +(1125959, 24693, 0, 1, 1, 1, 'Bonechewer Pelt-Girdle'), +(1125959, 24694, 0, 1, 1, 1, 'Bonechewer Shredboots'), +(1125959, 24695, 0, 1, 1, 1, 'Bonechewer Chestpiece'), +(1125959, 24696, 0, 1, 1, 1, 'Bonechewer Spikegloves'), +(1125959, 24697, 0, 1, 1, 1, 'Bonechewer Skincloak'), +(1125959, 24698, 0, 1, 1, 1, 'Bonechewer Ripleggings'), +(1125959, 24699, 0, 1, 1, 1, 'Bonechewer Shoulderguards'), +(1125959, 24700, 0, 1, 1, 1, 'Bonechewer Bands'), +(1125959, 24701, 0, 1, 1, 1, 'Haal\'eshi Cord'), +(1125959, 24702, 0, 1, 1, 1, 'Haal\'eshi Boots'), +(1125959, 24703, 0, 1, 1, 1, 'Haal\'eshi Jerkin'), +(1125959, 24704, 0, 1, 1, 1, 'Haal\'eshi Gloves'), +(1125959, 24705, 0, 1, 1, 1, 'Haal\'eshi Hat'), +(1125959, 24706, 0, 1, 1, 1, 'Haal\'eshi Leggings'), +(1125959, 24707, 0, 1, 1, 1, 'Haal\'eshi Pauldrons'), +(1125959, 24708, 0, 1, 1, 1, 'Haal\'eshi Bindings'), +(1125959, 24806, 0, 1, 1, 1, 'Unyielding Waistband'), +(1125959, 24807, 0, 1, 1, 1, 'Unyielding Footwraps'), +(1125959, 24808, 0, 1, 1, 1, 'Unyielding Chain Vest'), +(1125959, 24809, 0, 1, 1, 1, 'Unyielding Fists'), +(1125959, 24810, 0, 1, 1, 1, 'Unyielding Helm'), +(1125959, 24811, 0, 1, 1, 1, 'Unyielding Leggings'), +(1125959, 24812, 0, 1, 1, 1, 'Unyielding Spaulders'), +(1125959, 24813, 0, 1, 1, 1, 'Unyielding Bindings'), +(1125959, 24814, 0, 1, 1, 1, 'Felstone Waistband'), +(1125959, 24815, 0, 1, 1, 1, 'Felstone Greaves'), +(1125959, 24816, 0, 1, 1, 1, 'Felstone Chain Vest'), +(1125959, 24817, 0, 1, 1, 1, 'Felstone Gauntlets'), +(1125959, 24818, 0, 1, 1, 1, 'Felstone Helm'), +(1125959, 24819, 0, 1, 1, 1, 'Felstone Leggings'), +(1125959, 24820, 0, 1, 1, 1, 'Felstone Spaulders'), +(1125959, 24821, 0, 1, 1, 1, 'Felstone Bindings'), +(1125959, 24918, 0, 1, 1, 1, 'Grimscale Belt'), +(1125959, 24919, 0, 1, 1, 1, 'Grimscale Sabatons'), +(1125959, 24920, 0, 1, 1, 1, 'Grimscale Armor'), +(1125959, 24921, 0, 1, 1, 1, 'Grimscale Gauntlets'), +(1125959, 24922, 0, 1, 1, 1, 'Grimscale Helm'), +(1125959, 24923, 0, 1, 1, 1, 'Grimscale Legguards'), +(1125959, 24924, 0, 1, 1, 1, 'Grimscale Pauldrons'), +(1125959, 24925, 0, 1, 1, 1, 'Grimscale Vambraces'), +(1125959, 24926, 0, 1, 1, 1, 'Ango\'rosh Belt'), +(1125959, 24927, 0, 1, 1, 1, 'Ango\'rosh Sabatons'), +(1125959, 24928, 0, 1, 1, 1, 'Ango\'rosh Breastplate'), +(1125959, 24929, 0, 1, 1, 1, 'Ango\'rosh Gauntlets'), +(1125959, 24930, 0, 1, 1, 1, 'Ango\'rosh Helm'), +(1125959, 24931, 0, 1, 1, 1, 'Ango\'rosh Legguards'), +(1125959, 24932, 0, 1, 1, 1, 'Ango\'rosh Pauldrons'), +(1125959, 24933, 0, 1, 1, 1, 'Ango\'rosh Vambraces'), +(1125959, 25030, 0, 1, 1, 1, 'Silky Velvet Cloak'), +(1125959, 25031, 0, 1, 1, 1, 'Silvermoon Royal Cloak'), +(1125959, 25044, 0, 1, 1, 1, 'Rubellite Ring'), +(1125959, 25045, 0, 1, 1, 1, 'Azurite Ring'), +(1125959, 25058, 0, 1, 1, 1, 'Anglesite Choker'), +(1125959, 25059, 0, 1, 1, 1, 'Fire Opal Collar'), +(1125959, 25072, 0, 1, 1, 1, 'Northman\'s Shield'), +(1125959, 25073, 0, 1, 1, 1, 'Emperor Shield'), +(1125959, 25086, 0, 1, 1, 1, 'Dreamseeker Dandelion'), +(1125959, 25087, 0, 1, 1, 1, 'Bleeding Eye'), +(1125959, 25100, 0, 1, 1, 1, 'Liege Blade'), +(1125959, 25101, 0, 1, 1, 1, 'Cross Pommel Dagger'), +(1125959, 25114, 0, 1, 1, 1, 'Doomsayer\'s Mace'), +(1125959, 25115, 0, 1, 1, 1, 'Riversong Mace'), +(1125959, 25128, 0, 1, 1, 1, 'Shining Mace'), +(1125959, 25129, 0, 1, 1, 1, 'Giant\'s Leg Bone'), +(1125959, 25142, 0, 1, 1, 1, 'Telaari Longblade'), +(1125959, 25143, 0, 1, 1, 1, 'Silver Hand Blade'), +(1125959, 25156, 0, 1, 1, 1, 'Royal Crusader Sword'), +(1125959, 25157, 0, 1, 1, 1, 'Serpentlord Claymore'), +(1125959, 25170, 0, 1, 1, 1, 'Rattan Bo Staff'), +(1125959, 25171, 0, 1, 1, 1, 'Straight Hardwood Staff'), +(1125959, 25184, 0, 1, 1, 1, 'Ravager Claws'), +(1125959, 25185, 0, 1, 1, 1, 'Thrasher Blades'), +(1125959, 25198, 0, 1, 1, 1, 'Karaborian Battle Axe'), +(1125959, 25199, 0, 1, 1, 1, 'Knight\'s War Axe'), +(1125959, 25212, 0, 1, 1, 1, 'Lucky Strike Axe'), +(1125959, 25213, 0, 1, 1, 1, 'Fel-Touched Axe'), +(1125959, 25226, 0, 1, 1, 1, 'War Scythe'), +(1125959, 25227, 0, 1, 1, 1, 'Sha\'tari Longspear'), +(1125959, 25240, 0, 1, 1, 1, 'Azerothian Longbow'), +(1125959, 25241, 0, 1, 1, 1, 'Ashenvale Longbow'), +(1125959, 25254, 0, 1, 1, 1, 'Tower Crossbow'), +(1125959, 25255, 0, 1, 1, 1, 'Ram\'s Head Crossbow'), +(1125959, 25268, 0, 1, 1, 1, 'Lead-Slug Shotgun'), +(1125959, 25269, 0, 1, 1, 1, 'Longbeard Rifle'), +(1125959, 25282, 0, 1, 1, 1, 'Mahogany Wand'), +(1125959, 25283, 0, 1, 1, 1, 'Crystallized Ebony Wand'), +(1125959, 25296, 0, 1, 1, 1, 'Absorption Dagger'), +(1125959, 25297, 0, 1, 1, 1, 'Tuning Knife'), +(1125959, 25310, 0, 1, 1, 1, 'Naaru Lightmace'), +(1125959, 25311, 0, 1, 1, 1, 'Revitalizing Hammer'), +(1125959, 25324, 0, 1, 1, 1, 'Angerstaff'), +(1125959, 25325, 0, 1, 1, 1, 'Brutal Scar-Limb'), +(1125959, 28531, 0, 1, 1, 1, 'Barbed Shrike'), +(1125959, 28532, 0, 1, 1, 1, 'Silver Throwing Knives'), +(1125960, 24575, 0, 1, 1, 1, 'Outlander\'s Girdle'), +(1125960, 24582, 0, 1, 1, 1, 'Outlander\'s Boots'), +(1125960, 24583, 0, 1, 1, 1, 'Outlander\'s Tunic'), +(1125960, 24584, 0, 1, 1, 1, 'Outlander\'s Gloves'), +(1125960, 24585, 0, 1, 1, 1, 'Outlander\'s Facewrap'), +(1125960, 24586, 0, 1, 1, 1, 'Outlander\'s Leggings'), +(1125960, 24587, 0, 1, 1, 1, 'Outlander\'s Pauldrons'), +(1125960, 24588, 0, 1, 1, 1, 'Outlander\'s Bracers'), +(1125960, 24589, 0, 1, 1, 1, 'Fireheart Girdle'), +(1125960, 24590, 0, 1, 1, 1, 'Fireheart Boots'), +(1125960, 24591, 0, 1, 1, 1, 'Fireheart Chestpiece'), +(1125960, 24592, 0, 1, 1, 1, 'Fireheart Gloves'), +(1125960, 24593, 0, 1, 1, 1, 'Fireheart Skullcap'), +(1125960, 24594, 0, 1, 1, 1, 'Fireheart Leggings'), +(1125960, 24595, 0, 1, 1, 1, 'Fireheart Shoulderpads'), +(1125960, 24596, 0, 1, 1, 1, 'Fireheart Bracers'), +(1125960, 24597, 0, 1, 1, 1, 'Starfire Sash'), +(1125960, 24598, 0, 1, 1, 1, 'Starfire Sandals'), +(1125960, 24599, 0, 1, 1, 1, 'Starfire Vest'), +(1125960, 24600, 0, 1, 1, 1, 'Starfire Gloves'), +(1125960, 24601, 0, 1, 1, 1, 'Starfire Circlet'), +(1125960, 24602, 0, 1, 1, 1, 'Starfire Trousers'), +(1125960, 24603, 0, 1, 1, 1, 'Starfire Mantle'), +(1125960, 24604, 0, 1, 1, 1, 'Starfire Wristwraps'), +(1125960, 24693, 0, 1, 1, 1, 'Bonechewer Pelt-Girdle'), +(1125960, 24694, 0, 1, 1, 1, 'Bonechewer Shredboots'), +(1125960, 24695, 0, 1, 1, 1, 'Bonechewer Chestpiece'), +(1125960, 24696, 0, 1, 1, 1, 'Bonechewer Spikegloves'), +(1125960, 24697, 0, 1, 1, 1, 'Bonechewer Skincloak'), +(1125960, 24698, 0, 1, 1, 1, 'Bonechewer Ripleggings'), +(1125960, 24699, 0, 1, 1, 1, 'Bonechewer Shoulderguards'), +(1125960, 24700, 0, 1, 1, 1, 'Bonechewer Bands'), +(1125960, 24701, 0, 1, 1, 1, 'Haal\'eshi Cord'), +(1125960, 24702, 0, 1, 1, 1, 'Haal\'eshi Boots'), +(1125960, 24703, 0, 1, 1, 1, 'Haal\'eshi Jerkin'), +(1125960, 24704, 0, 1, 1, 1, 'Haal\'eshi Gloves'), +(1125960, 24705, 0, 1, 1, 1, 'Haal\'eshi Hat'), +(1125960, 24706, 0, 1, 1, 1, 'Haal\'eshi Leggings'), +(1125960, 24707, 0, 1, 1, 1, 'Haal\'eshi Pauldrons'), +(1125960, 24708, 0, 1, 1, 1, 'Haal\'eshi Bindings'), +(1125960, 24709, 0, 1, 1, 1, 'Vengeance Belt'), +(1125960, 24710, 0, 1, 1, 1, 'Vengeance Boots'), +(1125960, 24711, 0, 1, 1, 1, 'Vengeance Chestpiece'), +(1125960, 24712, 0, 1, 1, 1, 'Vengeance Gloves'), +(1125960, 24713, 0, 1, 1, 1, 'Vengeance Helm'), +(1125960, 24714, 0, 1, 1, 1, 'Vengeance Legguards'), +(1125960, 24715, 0, 1, 1, 1, 'Vengeance Pauldrons'), +(1125960, 24716, 0, 1, 1, 1, 'Vengeance Bands'), +(1125960, 24806, 0, 1, 1, 1, 'Unyielding Waistband'), +(1125960, 24807, 0, 1, 1, 1, 'Unyielding Footwraps'), +(1125960, 24808, 0, 1, 1, 1, 'Unyielding Chain Vest'), +(1125960, 24809, 0, 1, 1, 1, 'Unyielding Fists'), +(1125960, 24810, 0, 1, 1, 1, 'Unyielding Helm'), +(1125960, 24811, 0, 1, 1, 1, 'Unyielding Leggings'), +(1125960, 24812, 0, 1, 1, 1, 'Unyielding Spaulders'), +(1125960, 24813, 0, 1, 1, 1, 'Unyielding Bindings'), +(1125960, 24814, 0, 1, 1, 1, 'Felstone Waistband'), +(1125960, 24815, 0, 1, 1, 1, 'Felstone Greaves'), +(1125960, 24816, 0, 1, 1, 1, 'Felstone Chain Vest'), +(1125960, 24817, 0, 1, 1, 1, 'Felstone Gauntlets'), +(1125960, 24818, 0, 1, 1, 1, 'Felstone Helm'), +(1125960, 24819, 0, 1, 1, 1, 'Felstone Leggings'), +(1125960, 24820, 0, 1, 1, 1, 'Felstone Spaulders'), +(1125960, 24821, 0, 1, 1, 1, 'Felstone Bindings'), +(1125960, 24822, 0, 1, 1, 1, 'Netherstalker Belt'), +(1125960, 24823, 0, 1, 1, 1, 'Netherstalker Greaves'), +(1125960, 24824, 0, 1, 1, 1, 'Netherstalker Armor'), +(1125960, 24825, 0, 1, 1, 1, 'Netherstalker Gloves'), +(1125960, 24826, 0, 1, 1, 1, 'Netherstalker Helmet'), +(1125960, 24827, 0, 1, 1, 1, 'Netherstalker Legguards'), +(1125960, 24828, 0, 1, 1, 1, 'Netherstalker Mantle'), +(1125960, 24829, 0, 1, 1, 1, 'Netherstalker Bracer'), +(1125960, 24918, 0, 1, 1, 1, 'Grimscale Belt'), +(1125960, 24919, 0, 1, 1, 1, 'Grimscale Sabatons'), +(1125960, 24920, 0, 1, 1, 1, 'Grimscale Armor'), +(1125960, 24921, 0, 1, 1, 1, 'Grimscale Gauntlets'), +(1125960, 24922, 0, 1, 1, 1, 'Grimscale Helm'), +(1125960, 24923, 0, 1, 1, 1, 'Grimscale Legguards'), +(1125960, 24924, 0, 1, 1, 1, 'Grimscale Pauldrons'), +(1125960, 24925, 0, 1, 1, 1, 'Grimscale Vambraces'), +(1125960, 24926, 0, 1, 1, 1, 'Ango\'rosh Belt'), +(1125960, 24927, 0, 1, 1, 1, 'Ango\'rosh Sabatons'), +(1125960, 24928, 0, 1, 1, 1, 'Ango\'rosh Breastplate'), +(1125960, 24929, 0, 1, 1, 1, 'Ango\'rosh Gauntlets'), +(1125960, 24930, 0, 1, 1, 1, 'Ango\'rosh Helm'), +(1125960, 24931, 0, 1, 1, 1, 'Ango\'rosh Legguards'), +(1125960, 24932, 0, 1, 1, 1, 'Ango\'rosh Pauldrons'), +(1125960, 24933, 0, 1, 1, 1, 'Ango\'rosh Vambraces'), +(1125960, 24934, 0, 1, 1, 1, 'Darkcrest Belt'), +(1125960, 24935, 0, 1, 1, 1, 'Darkcrest Sabatons'), +(1125960, 24936, 0, 1, 1, 1, 'Darkcrest Breastplate'), +(1125960, 24937, 0, 1, 1, 1, 'Darkcrest Gauntlets'), +(1125960, 24938, 0, 1, 1, 1, 'Darkcrest Helm'), +(1125960, 24939, 0, 1, 1, 1, 'Darkcrest Legguards'), +(1125960, 24940, 0, 1, 1, 1, 'Darkcrest Pauldrons'), +(1125960, 24941, 0, 1, 1, 1, 'Darkcrest Bracers'), +(1125960, 25030, 0, 1, 1, 1, 'Silky Velvet Cloak'), +(1125960, 25031, 0, 1, 1, 1, 'Silvermoon Royal Cloak'), +(1125960, 25032, 0, 1, 1, 1, 'Hellfire Cloak'), +(1125960, 25044, 0, 1, 1, 1, 'Rubellite Ring'), +(1125960, 25045, 0, 1, 1, 1, 'Azurite Ring'), +(1125960, 25046, 0, 1, 1, 1, 'Spined Ring'), +(1125960, 25058, 0, 1, 1, 1, 'Anglesite Choker'), +(1125960, 25059, 0, 1, 1, 1, 'Fire Opal Collar'), +(1125960, 25060, 0, 1, 1, 1, 'Sunstone Necklace'), +(1125960, 25072, 0, 1, 1, 1, 'Northman\'s Shield'), +(1125960, 25073, 0, 1, 1, 1, 'Emperor Shield'), +(1125960, 25074, 0, 1, 1, 1, 'Telaari Shield'), +(1125960, 25086, 0, 1, 1, 1, 'Dreamseeker Dandelion'), +(1125960, 25087, 0, 1, 1, 1, 'Bleeding Eye'), +(1125960, 25088, 0, 1, 1, 1, 'Laughing Skull Orb'), +(1125960, 25100, 0, 1, 1, 1, 'Liege Blade'), +(1125960, 25101, 0, 1, 1, 1, 'Cross Pommel Dagger'), +(1125960, 25102, 0, 1, 1, 1, 'Jaedenis Dagger'), +(1125960, 25114, 0, 1, 1, 1, 'Doomsayer\'s Mace'), +(1125960, 25115, 0, 1, 1, 1, 'Riversong Mace'), +(1125960, 25116, 0, 1, 1, 1, 'Pneumatic War Hammer'), +(1125960, 25128, 0, 1, 1, 1, 'Shining Mace'), +(1125960, 25129, 0, 1, 1, 1, 'Giant\'s Leg Bone'), +(1125960, 25130, 0, 1, 1, 1, 'Gronn-Bone Club'), +(1125960, 25142, 0, 1, 1, 1, 'Telaari Longblade'), +(1125960, 25143, 0, 1, 1, 1, 'Silver Hand Blade'), +(1125960, 25144, 0, 1, 1, 1, 'Skettis Curved Blade'), +(1125960, 25156, 0, 1, 1, 1, 'Royal Crusader Sword'), +(1125960, 25157, 0, 1, 1, 1, 'Serpentlord Claymore'), +(1125960, 25158, 0, 1, 1, 1, 'Skeletal Broadsword'), +(1125960, 25170, 0, 1, 1, 1, 'Rattan Bo Staff'), +(1125960, 25171, 0, 1, 1, 1, 'Straight Hardwood Staff'), +(1125960, 25172, 0, 1, 1, 1, 'Jinbali Warp-Staff'), +(1125960, 25184, 0, 1, 1, 1, 'Ravager Claws'), +(1125960, 25185, 0, 1, 1, 1, 'Thrasher Blades'), +(1125960, 25186, 0, 1, 1, 1, 'Vampiric Handscythes'), +(1125960, 25198, 0, 1, 1, 1, 'Karaborian Battle Axe'), +(1125960, 25199, 0, 1, 1, 1, 'Knight\'s War Axe'), +(1125960, 25200, 0, 1, 1, 1, 'Jagged Broadaxe'), +(1125960, 25212, 0, 1, 1, 1, 'Lucky Strike Axe'), +(1125960, 25213, 0, 1, 1, 1, 'Fel-Touched Axe'), +(1125960, 25214, 0, 1, 1, 1, 'Mok\'Nathal Battleaxe'), +(1125960, 25226, 0, 1, 1, 1, 'War Scythe'), +(1125960, 25227, 0, 1, 1, 1, 'Sha\'tari Longspear'), +(1125960, 25228, 0, 1, 1, 1, 'Halberd Polearm'), +(1125960, 25240, 0, 1, 1, 1, 'Azerothian Longbow'), +(1125960, 25241, 0, 1, 1, 1, 'Ashenvale Longbow'), +(1125960, 25242, 0, 1, 1, 1, 'Telaari Longbow'), +(1125960, 25254, 0, 1, 1, 1, 'Tower Crossbow'), +(1125960, 25255, 0, 1, 1, 1, 'Ram\'s Head Crossbow'), +(1125960, 25256, 0, 1, 1, 1, 'Stronghold Crossbow'), +(1125960, 25268, 0, 1, 1, 1, 'Lead-Slug Shotgun'), +(1125960, 25269, 0, 1, 1, 1, 'Longbeard Rifle'), +(1125960, 25270, 0, 1, 1, 1, 'Gnomish Assault Rifle'), +(1125960, 25282, 0, 1, 1, 1, 'Mahogany Wand'), +(1125960, 25283, 0, 1, 1, 1, 'Crystallized Ebony Wand'), +(1125960, 25284, 0, 1, 1, 1, 'Purpleheart Wand'), +(1125960, 25296, 0, 1, 1, 1, 'Absorption Dagger'), +(1125960, 25297, 0, 1, 1, 1, 'Tuning Knife'), +(1125960, 25298, 0, 1, 1, 1, 'Combustion Dagger'), +(1125960, 25310, 0, 1, 1, 1, 'Naaru Lightmace'), +(1125960, 25311, 0, 1, 1, 1, 'Revitalizing Hammer'), +(1125960, 25312, 0, 1, 1, 1, 'Glorious Scepter'), +(1125960, 25324, 0, 1, 1, 1, 'Angerstaff'), +(1125960, 25325, 0, 1, 1, 1, 'Brutal Scar-Limb'), +(1125960, 25326, 0, 1, 1, 1, 'Primal Lore-Staff'), +(1125960, 28531, 0, 1, 1, 1, 'Barbed Shrike'), +(1125960, 28532, 0, 1, 1, 1, 'Silver Throwing Knives'), +(1125960, 28533, 0, 1, 1, 1, 'Wooden Boomerang'), +(1126060, 24575, 0, 1, 1, 1, 'Outlander\'s Girdle'), +(1126060, 24582, 0, 1, 1, 1, 'Outlander\'s Boots'), +(1126060, 24583, 0, 1, 1, 1, 'Outlander\'s Tunic'), +(1126060, 24584, 0, 1, 1, 1, 'Outlander\'s Gloves'), +(1126060, 24585, 0, 1, 1, 1, 'Outlander\'s Facewrap'), +(1126060, 24586, 0, 1, 1, 1, 'Outlander\'s Leggings'), +(1126060, 24587, 0, 1, 1, 1, 'Outlander\'s Pauldrons'), +(1126060, 24588, 0, 1, 1, 1, 'Outlander\'s Bracers'), +(1126060, 24589, 0, 1, 1, 1, 'Fireheart Girdle'), +(1126060, 24590, 0, 1, 1, 1, 'Fireheart Boots'), +(1126060, 24591, 0, 1, 1, 1, 'Fireheart Chestpiece'), +(1126060, 24592, 0, 1, 1, 1, 'Fireheart Gloves'), +(1126060, 24593, 0, 1, 1, 1, 'Fireheart Skullcap'), +(1126060, 24594, 0, 1, 1, 1, 'Fireheart Leggings'), +(1126060, 24595, 0, 1, 1, 1, 'Fireheart Shoulderpads'), +(1126060, 24596, 0, 1, 1, 1, 'Fireheart Bracers'), +(1126060, 24597, 0, 1, 1, 1, 'Starfire Sash'), +(1126060, 24598, 0, 1, 1, 1, 'Starfire Sandals'), +(1126060, 24599, 0, 1, 1, 1, 'Starfire Vest'), +(1126060, 24600, 0, 1, 1, 1, 'Starfire Gloves'), +(1126060, 24601, 0, 1, 1, 1, 'Starfire Circlet'), +(1126060, 24602, 0, 1, 1, 1, 'Starfire Trousers'), +(1126060, 24603, 0, 1, 1, 1, 'Starfire Mantle'), +(1126060, 24604, 0, 1, 1, 1, 'Starfire Wristwraps'), +(1126060, 24693, 0, 1, 1, 1, 'Bonechewer Pelt-Girdle'), +(1126060, 24694, 0, 1, 1, 1, 'Bonechewer Shredboots'), +(1126060, 24695, 0, 1, 1, 1, 'Bonechewer Chestpiece'), +(1126060, 24696, 0, 1, 1, 1, 'Bonechewer Spikegloves'), +(1126060, 24697, 0, 1, 1, 1, 'Bonechewer Skincloak'), +(1126060, 24698, 0, 1, 1, 1, 'Bonechewer Ripleggings'), +(1126060, 24699, 0, 1, 1, 1, 'Bonechewer Shoulderguards'), +(1126060, 24700, 0, 1, 1, 1, 'Bonechewer Bands'), +(1126060, 24701, 0, 1, 1, 1, 'Haal\'eshi Cord'), +(1126060, 24702, 0, 1, 1, 1, 'Haal\'eshi Boots'), +(1126060, 24703, 0, 1, 1, 1, 'Haal\'eshi Jerkin'), +(1126060, 24704, 0, 1, 1, 1, 'Haal\'eshi Gloves'), +(1126060, 24705, 0, 1, 1, 1, 'Haal\'eshi Hat'), +(1126060, 24706, 0, 1, 1, 1, 'Haal\'eshi Leggings'), +(1126060, 24707, 0, 1, 1, 1, 'Haal\'eshi Pauldrons'), +(1126060, 24708, 0, 1, 1, 1, 'Haal\'eshi Bindings'), +(1126060, 24709, 0, 1, 1, 1, 'Vengeance Belt'), +(1126060, 24710, 0, 1, 1, 1, 'Vengeance Boots'), +(1126060, 24711, 0, 1, 1, 1, 'Vengeance Chestpiece'), +(1126060, 24712, 0, 1, 1, 1, 'Vengeance Gloves'), +(1126060, 24713, 0, 1, 1, 1, 'Vengeance Helm'), +(1126060, 24714, 0, 1, 1, 1, 'Vengeance Legguards'), +(1126060, 24715, 0, 1, 1, 1, 'Vengeance Pauldrons'), +(1126060, 24716, 0, 1, 1, 1, 'Vengeance Bands'), +(1126060, 24806, 0, 1, 1, 1, 'Unyielding Waistband'), +(1126060, 24807, 0, 1, 1, 1, 'Unyielding Footwraps'), +(1126060, 24808, 0, 1, 1, 1, 'Unyielding Chain Vest'), +(1126060, 24809, 0, 1, 1, 1, 'Unyielding Fists'), +(1126060, 24810, 0, 1, 1, 1, 'Unyielding Helm'), +(1126060, 24811, 0, 1, 1, 1, 'Unyielding Leggings'), +(1126060, 24812, 0, 1, 1, 1, 'Unyielding Spaulders'), +(1126060, 24813, 0, 1, 1, 1, 'Unyielding Bindings'), +(1126060, 24814, 0, 1, 1, 1, 'Felstone Waistband'), +(1126060, 24815, 0, 1, 1, 1, 'Felstone Greaves'), +(1126060, 24816, 0, 1, 1, 1, 'Felstone Chain Vest'), +(1126060, 24817, 0, 1, 1, 1, 'Felstone Gauntlets'), +(1126060, 24818, 0, 1, 1, 1, 'Felstone Helm'), +(1126060, 24819, 0, 1, 1, 1, 'Felstone Leggings'), +(1126060, 24820, 0, 1, 1, 1, 'Felstone Spaulders'), +(1126060, 24821, 0, 1, 1, 1, 'Felstone Bindings'), +(1126060, 24822, 0, 1, 1, 1, 'Netherstalker Belt'), +(1126060, 24823, 0, 1, 1, 1, 'Netherstalker Greaves'), +(1126060, 24824, 0, 1, 1, 1, 'Netherstalker Armor'), +(1126060, 24825, 0, 1, 1, 1, 'Netherstalker Gloves'), +(1126060, 24826, 0, 1, 1, 1, 'Netherstalker Helmet'), +(1126060, 24827, 0, 1, 1, 1, 'Netherstalker Legguards'), +(1126060, 24828, 0, 1, 1, 1, 'Netherstalker Mantle'), +(1126060, 24829, 0, 1, 1, 1, 'Netherstalker Bracer'), +(1126060, 24918, 0, 1, 1, 1, 'Grimscale Belt'), +(1126060, 24919, 0, 1, 1, 1, 'Grimscale Sabatons'), +(1126060, 24920, 0, 1, 1, 1, 'Grimscale Armor'), +(1126060, 24921, 0, 1, 1, 1, 'Grimscale Gauntlets'), +(1126060, 24922, 0, 1, 1, 1, 'Grimscale Helm'), +(1126060, 24923, 0, 1, 1, 1, 'Grimscale Legguards'), +(1126060, 24924, 0, 1, 1, 1, 'Grimscale Pauldrons'), +(1126060, 24925, 0, 1, 1, 1, 'Grimscale Vambraces'), +(1126060, 24926, 0, 1, 1, 1, 'Ango\'rosh Belt'), +(1126060, 24927, 0, 1, 1, 1, 'Ango\'rosh Sabatons'), +(1126060, 24928, 0, 1, 1, 1, 'Ango\'rosh Breastplate'), +(1126060, 24929, 0, 1, 1, 1, 'Ango\'rosh Gauntlets'), +(1126060, 24930, 0, 1, 1, 1, 'Ango\'rosh Helm'), +(1126060, 24931, 0, 1, 1, 1, 'Ango\'rosh Legguards'), +(1126060, 24932, 0, 1, 1, 1, 'Ango\'rosh Pauldrons'), +(1126060, 24933, 0, 1, 1, 1, 'Ango\'rosh Vambraces'), +(1126060, 24934, 0, 1, 1, 1, 'Darkcrest Belt'), +(1126060, 24935, 0, 1, 1, 1, 'Darkcrest Sabatons'), +(1126060, 24936, 0, 1, 1, 1, 'Darkcrest Breastplate'), +(1126060, 24937, 0, 1, 1, 1, 'Darkcrest Gauntlets'), +(1126060, 24938, 0, 1, 1, 1, 'Darkcrest Helm'), +(1126060, 24939, 0, 1, 1, 1, 'Darkcrest Legguards'), +(1126060, 24940, 0, 1, 1, 1, 'Darkcrest Pauldrons'), +(1126060, 24941, 0, 1, 1, 1, 'Darkcrest Bracers'), +(1126060, 25030, 0, 1, 1, 1, 'Silky Velvet Cloak'), +(1126060, 25031, 0, 1, 1, 1, 'Silvermoon Royal Cloak'), +(1126060, 25032, 0, 1, 1, 1, 'Hellfire Cloak'), +(1126060, 25044, 0, 1, 1, 1, 'Rubellite Ring'), +(1126060, 25045, 0, 1, 1, 1, 'Azurite Ring'), +(1126060, 25046, 0, 1, 1, 1, 'Spined Ring'), +(1126060, 25058, 0, 1, 1, 1, 'Anglesite Choker'), +(1126060, 25059, 0, 1, 1, 1, 'Fire Opal Collar'), +(1126060, 25060, 0, 1, 1, 1, 'Sunstone Necklace'), +(1126060, 25072, 0, 1, 1, 1, 'Northman\'s Shield'), +(1126060, 25073, 0, 1, 1, 1, 'Emperor Shield'), +(1126060, 25074, 0, 1, 1, 1, 'Telaari Shield'), +(1126060, 25086, 0, 1, 1, 1, 'Dreamseeker Dandelion'), +(1126060, 25087, 0, 1, 1, 1, 'Bleeding Eye'), +(1126060, 25088, 0, 1, 1, 1, 'Laughing Skull Orb'), +(1126060, 25100, 0, 1, 1, 1, 'Liege Blade'), +(1126060, 25101, 0, 1, 1, 1, 'Cross Pommel Dagger'), +(1126060, 25102, 0, 1, 1, 1, 'Jaedenis Dagger'), +(1126060, 25114, 0, 1, 1, 1, 'Doomsayer\'s Mace'), +(1126060, 25115, 0, 1, 1, 1, 'Riversong Mace'), +(1126060, 25116, 0, 1, 1, 1, 'Pneumatic War Hammer'), +(1126060, 25128, 0, 1, 1, 1, 'Shining Mace'), +(1126060, 25129, 0, 1, 1, 1, 'Giant\'s Leg Bone'), +(1126060, 25130, 0, 1, 1, 1, 'Gronn-Bone Club'), +(1126060, 25142, 0, 1, 1, 1, 'Telaari Longblade'), +(1126060, 25143, 0, 1, 1, 1, 'Silver Hand Blade'), +(1126060, 25144, 0, 1, 1, 1, 'Skettis Curved Blade'), +(1126060, 25156, 0, 1, 1, 1, 'Royal Crusader Sword'), +(1126060, 25157, 0, 1, 1, 1, 'Serpentlord Claymore'), +(1126060, 25158, 0, 1, 1, 1, 'Skeletal Broadsword'), +(1126060, 25170, 0, 1, 1, 1, 'Rattan Bo Staff'), +(1126060, 25171, 0, 1, 1, 1, 'Straight Hardwood Staff'), +(1126060, 25172, 0, 1, 1, 1, 'Jinbali Warp-Staff'), +(1126060, 25184, 0, 1, 1, 1, 'Ravager Claws'), +(1126060, 25185, 0, 1, 1, 1, 'Thrasher Blades'), +(1126060, 25186, 0, 1, 1, 1, 'Vampiric Handscythes'), +(1126060, 25198, 0, 1, 1, 1, 'Karaborian Battle Axe'), +(1126060, 25199, 0, 1, 1, 1, 'Knight\'s War Axe'), +(1126060, 25200, 0, 1, 1, 1, 'Jagged Broadaxe'), +(1126060, 25212, 0, 1, 1, 1, 'Lucky Strike Axe'), +(1126060, 25213, 0, 1, 1, 1, 'Fel-Touched Axe'), +(1126060, 25214, 0, 1, 1, 1, 'Mok\'Nathal Battleaxe'), +(1126060, 25226, 0, 1, 1, 1, 'War Scythe'), +(1126060, 25227, 0, 1, 1, 1, 'Sha\'tari Longspear'), +(1126060, 25228, 0, 1, 1, 1, 'Halberd Polearm'), +(1126060, 25240, 0, 1, 1, 1, 'Azerothian Longbow'), +(1126060, 25241, 0, 1, 1, 1, 'Ashenvale Longbow'), +(1126060, 25242, 0, 1, 1, 1, 'Telaari Longbow'), +(1126060, 25254, 0, 1, 1, 1, 'Tower Crossbow'), +(1126060, 25255, 0, 1, 1, 1, 'Ram\'s Head Crossbow'), +(1126060, 25256, 0, 1, 1, 1, 'Stronghold Crossbow'), +(1126060, 25268, 0, 1, 1, 1, 'Lead-Slug Shotgun'), +(1126060, 25269, 0, 1, 1, 1, 'Longbeard Rifle'), +(1126060, 25270, 0, 1, 1, 1, 'Gnomish Assault Rifle'), +(1126060, 25282, 0, 1, 1, 1, 'Mahogany Wand'), +(1126060, 25283, 0, 1, 1, 1, 'Crystallized Ebony Wand'), +(1126060, 25284, 0, 1, 1, 1, 'Purpleheart Wand'), +(1126060, 25296, 0, 1, 1, 1, 'Absorption Dagger'), +(1126060, 25297, 0, 1, 1, 1, 'Tuning Knife'), +(1126060, 25298, 0, 1, 1, 1, 'Combustion Dagger'), +(1126060, 25310, 0, 1, 1, 1, 'Naaru Lightmace'), +(1126060, 25311, 0, 1, 1, 1, 'Revitalizing Hammer'), +(1126060, 25312, 0, 1, 1, 1, 'Glorious Scepter'), +(1126060, 25324, 0, 1, 1, 1, 'Angerstaff'), +(1126060, 25325, 0, 1, 1, 1, 'Brutal Scar-Limb'), +(1126060, 25326, 0, 1, 1, 1, 'Primal Lore-Staff'), +(1126060, 28531, 0, 1, 1, 1, 'Barbed Shrike'), +(1126060, 28532, 0, 1, 1, 1, 'Silver Throwing Knives'), +(1126060, 28533, 0, 1, 1, 1, 'Wooden Boomerang'), +(1126061, 24575, 0, 1, 1, 1, 'Outlander\'s Girdle'), +(1126061, 24582, 0, 1, 1, 1, 'Outlander\'s Boots'), +(1126061, 24583, 0, 1, 1, 1, 'Outlander\'s Tunic'), +(1126061, 24584, 0, 1, 1, 1, 'Outlander\'s Gloves'), +(1126061, 24585, 0, 1, 1, 1, 'Outlander\'s Facewrap'), +(1126061, 24586, 0, 1, 1, 1, 'Outlander\'s Leggings'), +(1126061, 24587, 0, 1, 1, 1, 'Outlander\'s Pauldrons'), +(1126061, 24588, 0, 1, 1, 1, 'Outlander\'s Bracers'), +(1126061, 24589, 0, 1, 1, 1, 'Fireheart Girdle'), +(1126061, 24590, 0, 1, 1, 1, 'Fireheart Boots'), +(1126061, 24591, 0, 1, 1, 1, 'Fireheart Chestpiece'), +(1126061, 24592, 0, 1, 1, 1, 'Fireheart Gloves'), +(1126061, 24593, 0, 1, 1, 1, 'Fireheart Skullcap'), +(1126061, 24594, 0, 1, 1, 1, 'Fireheart Leggings'), +(1126061, 24595, 0, 1, 1, 1, 'Fireheart Shoulderpads'), +(1126061, 24596, 0, 1, 1, 1, 'Fireheart Bracers'), +(1126061, 24597, 0, 1, 1, 1, 'Starfire Sash'), +(1126061, 24598, 0, 1, 1, 1, 'Starfire Sandals'), +(1126061, 24599, 0, 1, 1, 1, 'Starfire Vest'), +(1126061, 24600, 0, 1, 1, 1, 'Starfire Gloves'), +(1126061, 24601, 0, 1, 1, 1, 'Starfire Circlet'), +(1126061, 24602, 0, 1, 1, 1, 'Starfire Trousers'), +(1126061, 24603, 0, 1, 1, 1, 'Starfire Mantle'), +(1126061, 24604, 0, 1, 1, 1, 'Starfire Wristwraps'), +(1126061, 24605, 0, 1, 1, 1, 'Laughing Skull Waistguard'), +(1126061, 24606, 0, 1, 1, 1, 'Laughing Skull Boot'), +(1126061, 24607, 0, 1, 1, 1, 'Laughing Skull Tunic'), +(1126061, 24608, 0, 1, 1, 1, 'Laughing Skull Gloves'), +(1126061, 24609, 0, 1, 1, 1, 'Laughing Skull Cap'), +(1126061, 24610, 0, 1, 1, 1, 'Laughing Skull Pants'), +(1126061, 24611, 0, 1, 1, 1, 'Laughing Skull Shoulderpads'), +(1126061, 24612, 0, 1, 1, 1, 'Laughing Skull Bracelets'), +(1126061, 24693, 0, 1, 1, 1, 'Bonechewer Pelt-Girdle'), +(1126061, 24694, 0, 1, 1, 1, 'Bonechewer Shredboots'), +(1126061, 24695, 0, 1, 1, 1, 'Bonechewer Chestpiece'), +(1126061, 24696, 0, 1, 1, 1, 'Bonechewer Spikegloves'), +(1126061, 24697, 0, 1, 1, 1, 'Bonechewer Skincloak'), +(1126061, 24698, 0, 1, 1, 1, 'Bonechewer Ripleggings'), +(1126061, 24699, 0, 1, 1, 1, 'Bonechewer Shoulderguards'), +(1126061, 24700, 0, 1, 1, 1, 'Bonechewer Bands'), +(1126061, 24701, 0, 1, 1, 1, 'Haal\'eshi Cord'), +(1126061, 24702, 0, 1, 1, 1, 'Haal\'eshi Boots'), +(1126061, 24703, 0, 1, 1, 1, 'Haal\'eshi Jerkin'), +(1126061, 24704, 0, 1, 1, 1, 'Haal\'eshi Gloves'), +(1126061, 24705, 0, 1, 1, 1, 'Haal\'eshi Hat'), +(1126061, 24706, 0, 1, 1, 1, 'Haal\'eshi Leggings'), +(1126061, 24707, 0, 1, 1, 1, 'Haal\'eshi Pauldrons'), +(1126061, 24708, 0, 1, 1, 1, 'Haal\'eshi Bindings'), +(1126061, 24709, 0, 1, 1, 1, 'Vengeance Belt'), +(1126061, 24710, 0, 1, 1, 1, 'Vengeance Boots'), +(1126061, 24711, 0, 1, 1, 1, 'Vengeance Chestpiece'), +(1126061, 24712, 0, 1, 1, 1, 'Vengeance Gloves'), +(1126061, 24713, 0, 1, 1, 1, 'Vengeance Helm'), +(1126061, 24714, 0, 1, 1, 1, 'Vengeance Legguards'), +(1126061, 24715, 0, 1, 1, 1, 'Vengeance Pauldrons'), +(1126061, 24716, 0, 1, 1, 1, 'Vengeance Bands'), +(1126061, 24717, 0, 1, 1, 1, 'Dreghood Belt'), +(1126061, 24718, 0, 1, 1, 1, 'Dreghood Boots'), +(1126061, 24719, 0, 1, 1, 1, 'Dreghood Chestpiece'), +(1126061, 24720, 0, 1, 1, 1, 'Dreghood Gloves'), +(1126061, 24721, 0, 1, 1, 1, 'Dreghood Cowl'), +(1126061, 24722, 0, 1, 1, 1, 'Dreghood Trousers'), +(1126061, 24723, 0, 1, 1, 1, 'Dreghood Pauldrons'), +(1126061, 24724, 0, 1, 1, 1, 'Dreghood Bands'), +(1126061, 24806, 0, 1, 1, 1, 'Unyielding Waistband'), +(1126061, 24807, 0, 1, 1, 1, 'Unyielding Footwraps'), +(1126061, 24808, 0, 1, 1, 1, 'Unyielding Chain Vest'), +(1126061, 24809, 0, 1, 1, 1, 'Unyielding Fists'), +(1126061, 24810, 0, 1, 1, 1, 'Unyielding Helm'), +(1126061, 24811, 0, 1, 1, 1, 'Unyielding Leggings'), +(1126061, 24812, 0, 1, 1, 1, 'Unyielding Spaulders'), +(1126061, 24813, 0, 1, 1, 1, 'Unyielding Bindings'), +(1126061, 24814, 0, 1, 1, 1, 'Felstone Waistband'), +(1126061, 24815, 0, 1, 1, 1, 'Felstone Greaves'), +(1126061, 24816, 0, 1, 1, 1, 'Felstone Chain Vest'), +(1126061, 24817, 0, 1, 1, 1, 'Felstone Gauntlets'), +(1126061, 24818, 0, 1, 1, 1, 'Felstone Helm'), +(1126061, 24819, 0, 1, 1, 1, 'Felstone Leggings'), +(1126061, 24820, 0, 1, 1, 1, 'Felstone Spaulders'), +(1126061, 24821, 0, 1, 1, 1, 'Felstone Bindings'), +(1126061, 24822, 0, 1, 1, 1, 'Netherstalker Belt'), +(1126061, 24823, 0, 1, 1, 1, 'Netherstalker Greaves'), +(1126061, 24824, 0, 1, 1, 1, 'Netherstalker Armor'), +(1126061, 24825, 0, 1, 1, 1, 'Netherstalker Gloves'), +(1126061, 24826, 0, 1, 1, 1, 'Netherstalker Helmet'), +(1126061, 24827, 0, 1, 1, 1, 'Netherstalker Legguards'), +(1126061, 24828, 0, 1, 1, 1, 'Netherstalker Mantle'), +(1126061, 24829, 0, 1, 1, 1, 'Netherstalker Bracer'), +(1126061, 24830, 0, 1, 1, 1, 'Nexus-Strider Belt'), +(1126061, 24831, 0, 1, 1, 1, 'Nexus-Strider Greaves'), +(1126061, 24832, 0, 1, 1, 1, 'Nexus-Strider Breastplate'), +(1126061, 24833, 0, 1, 1, 1, 'Nexus-Strider Gloves'), +(1126061, 24834, 0, 1, 1, 1, 'Nexus-Strider Helmet'), +(1126061, 24835, 0, 1, 1, 1, 'Nexus-Strider Legwraps'), +(1126061, 24836, 0, 1, 1, 1, 'Nexus-Strider Mantle'), +(1126061, 24837, 0, 1, 1, 1, 'Nexus-Strider Bracer'), +(1126061, 24918, 0, 1, 1, 1, 'Grimscale Belt'), +(1126061, 24919, 0, 1, 1, 1, 'Grimscale Sabatons'), +(1126061, 24920, 0, 1, 1, 1, 'Grimscale Armor'), +(1126061, 24921, 0, 1, 1, 1, 'Grimscale Gauntlets'), +(1126061, 24922, 0, 1, 1, 1, 'Grimscale Helm'), +(1126061, 24923, 0, 1, 1, 1, 'Grimscale Legguards'), +(1126061, 24924, 0, 1, 1, 1, 'Grimscale Pauldrons'), +(1126061, 24925, 0, 1, 1, 1, 'Grimscale Vambraces'), +(1126061, 24926, 0, 1, 1, 1, 'Ango\'rosh Belt'), +(1126061, 24927, 0, 1, 1, 1, 'Ango\'rosh Sabatons'), +(1126061, 24928, 0, 1, 1, 1, 'Ango\'rosh Breastplate'), +(1126061, 24929, 0, 1, 1, 1, 'Ango\'rosh Gauntlets'), +(1126061, 24930, 0, 1, 1, 1, 'Ango\'rosh Helm'), +(1126061, 24931, 0, 1, 1, 1, 'Ango\'rosh Legguards'), +(1126061, 24932, 0, 1, 1, 1, 'Ango\'rosh Pauldrons'), +(1126061, 24933, 0, 1, 1, 1, 'Ango\'rosh Vambraces'), +(1126061, 24934, 0, 1, 1, 1, 'Darkcrest Belt'), +(1126061, 24935, 0, 1, 1, 1, 'Darkcrest Sabatons'), +(1126061, 24936, 0, 1, 1, 1, 'Darkcrest Breastplate'), +(1126061, 24937, 0, 1, 1, 1, 'Darkcrest Gauntlets'), +(1126061, 24938, 0, 1, 1, 1, 'Darkcrest Helm'), +(1126061, 24939, 0, 1, 1, 1, 'Darkcrest Legguards'), +(1126061, 24940, 0, 1, 1, 1, 'Darkcrest Pauldrons'), +(1126061, 24941, 0, 1, 1, 1, 'Darkcrest Bracers'), +(1126061, 24942, 0, 1, 1, 1, 'Bloodscale Belt'), +(1126061, 24943, 0, 1, 1, 1, 'Bloodscale Sabatons'), +(1126061, 24944, 0, 1, 1, 1, 'Bloodscale Breastplate'), +(1126061, 24945, 0, 1, 1, 1, 'Bloodscale Gauntlets'), +(1126061, 24946, 0, 1, 1, 1, 'Bloodscale Helm'), +(1126061, 24947, 0, 1, 1, 1, 'Bloodscale Legguards'), +(1126061, 24948, 0, 1, 1, 1, 'Bloodscale Pauldrons'), +(1126061, 24949, 0, 1, 1, 1, 'Bloodscale Bracers'), +(1126061, 25030, 0, 1, 1, 1, 'Silky Velvet Cloak'), +(1126061, 25031, 0, 1, 1, 1, 'Silvermoon Royal Cloak'), +(1126061, 25032, 0, 1, 1, 1, 'Hellfire Cloak'), +(1126061, 25033, 0, 1, 1, 1, 'Scavenger\'s Cloak'), +(1126061, 25044, 0, 1, 1, 1, 'Rubellite Ring'), +(1126061, 25045, 0, 1, 1, 1, 'Azurite Ring'), +(1126061, 25046, 0, 1, 1, 1, 'Spined Ring'), +(1126061, 25047, 0, 1, 1, 1, 'Tourmaline Loop'), +(1126061, 25058, 0, 1, 1, 1, 'Anglesite Choker'), +(1126061, 25059, 0, 1, 1, 1, 'Fire Opal Collar'), +(1126061, 25060, 0, 1, 1, 1, 'Sunstone Necklace'), +(1126061, 25061, 0, 1, 1, 1, 'Hiddenite Necklace'), +(1126061, 25072, 0, 1, 1, 1, 'Northman\'s Shield'), +(1126061, 25073, 0, 1, 1, 1, 'Emperor Shield'), +(1126061, 25074, 0, 1, 1, 1, 'Telaari Shield'), +(1126061, 25075, 0, 1, 1, 1, 'Hardened Steel Shield'), +(1126061, 25086, 0, 1, 1, 1, 'Dreamseeker Dandelion'), +(1126061, 25087, 0, 1, 1, 1, 'Bleeding Eye'), +(1126061, 25088, 0, 1, 1, 1, 'Laughing Skull Orb'), +(1126061, 25089, 0, 1, 1, 1, 'Supplicant\'s Rod'), +(1126061, 25100, 0, 1, 1, 1, 'Liege Blade'), +(1126061, 25101, 0, 1, 1, 1, 'Cross Pommel Dagger'), +(1126061, 25102, 0, 1, 1, 1, 'Jaedenis Dagger'), +(1126061, 25103, 0, 1, 1, 1, 'Nightstalker Dagger'), +(1126061, 25114, 0, 1, 1, 1, 'Doomsayer\'s Mace'), +(1126061, 25115, 0, 1, 1, 1, 'Riversong Mace'), +(1126061, 25116, 0, 1, 1, 1, 'Pneumatic War Hammer'), +(1126061, 25117, 0, 1, 1, 1, 'Flanged Battle Mace'), +(1126061, 25128, 0, 1, 1, 1, 'Shining Mace'), +(1126061, 25129, 0, 1, 1, 1, 'Giant\'s Leg Bone'), +(1126061, 25130, 0, 1, 1, 1, 'Gronn-Bone Club'), +(1126061, 25131, 0, 1, 1, 1, 'Hateful Bludgeon'), +(1126061, 25142, 0, 1, 1, 1, 'Telaari Longblade'), +(1126061, 25143, 0, 1, 1, 1, 'Silver Hand Blade'), +(1126061, 25144, 0, 1, 1, 1, 'Skettis Curved Blade'), +(1126061, 25156, 0, 1, 1, 1, 'Royal Crusader Sword'), +(1126061, 25157, 0, 1, 1, 1, 'Serpentlord Claymore'), +(1126061, 25158, 0, 1, 1, 1, 'Skeletal Broadsword'), +(1126061, 25170, 0, 1, 1, 1, 'Rattan Bo Staff'), +(1126061, 25171, 0, 1, 1, 1, 'Straight Hardwood Staff'), +(1126061, 25172, 0, 1, 1, 1, 'Jinbali Warp-Staff'), +(1126061, 25184, 0, 1, 1, 1, 'Ravager Claws'), +(1126061, 25185, 0, 1, 1, 1, 'Thrasher Blades'), +(1126061, 25186, 0, 1, 1, 1, 'Vampiric Handscythes'), +(1126061, 25187, 0, 1, 1, 1, 'Shekketh Talons'), +(1126061, 25198, 0, 1, 1, 1, 'Karaborian Battle Axe'), +(1126061, 25199, 0, 1, 1, 1, 'Knight\'s War Axe'), +(1126061, 25200, 0, 1, 1, 1, 'Jagged Broadaxe'), +(1126061, 25201, 0, 1, 1, 1, 'Reaver\'s Sickle'), +(1126061, 25212, 0, 1, 1, 1, 'Lucky Strike Axe'), +(1126061, 25213, 0, 1, 1, 1, 'Fel-Touched Axe'), +(1126061, 25214, 0, 1, 1, 1, 'Mok\'Nathal Battleaxe'), +(1126061, 25215, 0, 1, 1, 1, 'Spiked Battle Axe'), +(1126061, 25226, 0, 1, 1, 1, 'War Scythe'), +(1126061, 25227, 0, 1, 1, 1, 'Sha\'tari Longspear'), +(1126061, 25228, 0, 1, 1, 1, 'Halberd Polearm'), +(1126061, 25229, 0, 1, 1, 1, 'Partisan Polearm'), +(1126061, 25240, 0, 1, 1, 1, 'Azerothian Longbow'), +(1126061, 25241, 0, 1, 1, 1, 'Ashenvale Longbow'), +(1126061, 25242, 0, 1, 1, 1, 'Telaari Longbow'), +(1126061, 25243, 0, 1, 1, 1, 'Windtalker Bow'), +(1126061, 25254, 0, 1, 1, 1, 'Tower Crossbow'), +(1126061, 25255, 0, 1, 1, 1, 'Ram\'s Head Crossbow'), +(1126061, 25256, 0, 1, 1, 1, 'Stronghold Crossbow'), +(1126061, 25257, 0, 1, 1, 1, 'Citadel Crossbow'), +(1126061, 25268, 0, 1, 1, 1, 'Lead-Slug Shotgun'), +(1126061, 25269, 0, 1, 1, 1, 'Longbeard Rifle'), +(1126061, 25270, 0, 1, 1, 1, 'Gnomish Assault Rifle'), +(1126061, 25271, 0, 1, 1, 1, 'Croc-Hunter\'s Rifle'), +(1126061, 25282, 0, 1, 1, 1, 'Mahogany Wand'), +(1126061, 25283, 0, 1, 1, 1, 'Crystallized Ebony Wand'), +(1126061, 25284, 0, 1, 1, 1, 'Purpleheart Wand'), +(1126061, 25296, 0, 1, 1, 1, 'Absorption Dagger'), +(1126061, 25297, 0, 1, 1, 1, 'Tuning Knife'), +(1126061, 25298, 0, 1, 1, 1, 'Combustion Dagger'), +(1126061, 25299, 0, 1, 1, 1, 'Siphoning Dagger'), +(1126061, 25310, 0, 1, 1, 1, 'Naaru Lightmace'), +(1126061, 25311, 0, 1, 1, 1, 'Revitalizing Hammer'), +(1126061, 25312, 0, 1, 1, 1, 'Glorious Scepter'), +(1126061, 25313, 0, 1, 1, 1, 'Cold-Iron Scepter'), +(1126061, 25324, 0, 1, 1, 1, 'Angerstaff'), +(1126061, 25325, 0, 1, 1, 1, 'Brutal Scar-Limb'), +(1126061, 25326, 0, 1, 1, 1, 'Primal Lore-Staff'), +(1126061, 25327, 0, 1, 1, 1, 'Frenzied Staff'), +(1126061, 28531, 0, 1, 1, 1, 'Barbed Shrike'), +(1126061, 28532, 0, 1, 1, 1, 'Silver Throwing Knives'), +(1126061, 28533, 0, 1, 1, 1, 'Wooden Boomerang'), +(1126061, 28534, 0, 1, 1, 1, 'Fel Tipped Dart'), +(1126161, 24589, 0, 1, 1, 1, 'Fireheart Girdle'), +(1126161, 24590, 0, 1, 1, 1, 'Fireheart Boots'), +(1126161, 24591, 0, 1, 1, 1, 'Fireheart Chestpiece'), +(1126161, 24592, 0, 1, 1, 1, 'Fireheart Gloves'), +(1126161, 24593, 0, 1, 1, 1, 'Fireheart Skullcap'), +(1126161, 24594, 0, 1, 1, 1, 'Fireheart Leggings'), +(1126161, 24595, 0, 1, 1, 1, 'Fireheart Shoulderpads'), +(1126161, 24596, 0, 1, 1, 1, 'Fireheart Bracers'), +(1126161, 24597, 0, 1, 1, 1, 'Starfire Sash'), +(1126161, 24598, 0, 1, 1, 1, 'Starfire Sandals'), +(1126161, 24599, 0, 1, 1, 1, 'Starfire Vest'), +(1126161, 24600, 0, 1, 1, 1, 'Starfire Gloves'), +(1126161, 24601, 0, 1, 1, 1, 'Starfire Circlet'), +(1126161, 24602, 0, 1, 1, 1, 'Starfire Trousers'), +(1126161, 24603, 0, 1, 1, 1, 'Starfire Mantle'), +(1126161, 24604, 0, 1, 1, 1, 'Starfire Wristwraps'), +(1126161, 24605, 0, 1, 1, 1, 'Laughing Skull Waistguard'), +(1126161, 24606, 0, 1, 1, 1, 'Laughing Skull Boot'), +(1126161, 24607, 0, 1, 1, 1, 'Laughing Skull Tunic'), +(1126161, 24608, 0, 1, 1, 1, 'Laughing Skull Gloves'), +(1126161, 24609, 0, 1, 1, 1, 'Laughing Skull Cap'), +(1126161, 24610, 0, 1, 1, 1, 'Laughing Skull Pants'), +(1126161, 24611, 0, 1, 1, 1, 'Laughing Skull Shoulderpads'), +(1126161, 24612, 0, 1, 1, 1, 'Laughing Skull Bracelets'), +(1126161, 24701, 0, 1, 1, 1, 'Haal\'eshi Cord'), +(1126161, 24702, 0, 1, 1, 1, 'Haal\'eshi Boots'), +(1126161, 24703, 0, 1, 1, 1, 'Haal\'eshi Jerkin'), +(1126161, 24704, 0, 1, 1, 1, 'Haal\'eshi Gloves'), +(1126161, 24705, 0, 1, 1, 1, 'Haal\'eshi Hat'), +(1126161, 24706, 0, 1, 1, 1, 'Haal\'eshi Leggings'), +(1126161, 24707, 0, 1, 1, 1, 'Haal\'eshi Pauldrons'), +(1126161, 24708, 0, 1, 1, 1, 'Haal\'eshi Bindings'), +(1126161, 24709, 0, 1, 1, 1, 'Vengeance Belt'), +(1126161, 24710, 0, 1, 1, 1, 'Vengeance Boots'), +(1126161, 24711, 0, 1, 1, 1, 'Vengeance Chestpiece'), +(1126161, 24712, 0, 1, 1, 1, 'Vengeance Gloves'), +(1126161, 24713, 0, 1, 1, 1, 'Vengeance Helm'), +(1126161, 24714, 0, 1, 1, 1, 'Vengeance Legguards'), +(1126161, 24715, 0, 1, 1, 1, 'Vengeance Pauldrons'), +(1126161, 24716, 0, 1, 1, 1, 'Vengeance Bands'), +(1126161, 24717, 0, 1, 1, 1, 'Dreghood Belt'), +(1126161, 24718, 0, 1, 1, 1, 'Dreghood Boots'), +(1126161, 24719, 0, 1, 1, 1, 'Dreghood Chestpiece'), +(1126161, 24720, 0, 1, 1, 1, 'Dreghood Gloves'), +(1126161, 24721, 0, 1, 1, 1, 'Dreghood Cowl'), +(1126161, 24722, 0, 1, 1, 1, 'Dreghood Trousers'), +(1126161, 24723, 0, 1, 1, 1, 'Dreghood Pauldrons'), +(1126161, 24724, 0, 1, 1, 1, 'Dreghood Bands'), +(1126161, 24814, 0, 1, 1, 1, 'Felstone Waistband'), +(1126161, 24815, 0, 1, 1, 1, 'Felstone Greaves'), +(1126161, 24816, 0, 1, 1, 1, 'Felstone Chain Vest'), +(1126161, 24817, 0, 1, 1, 1, 'Felstone Gauntlets'), +(1126161, 24818, 0, 1, 1, 1, 'Felstone Helm'), +(1126161, 24819, 0, 1, 1, 1, 'Felstone Leggings'), +(1126161, 24820, 0, 1, 1, 1, 'Felstone Spaulders'), +(1126161, 24821, 0, 1, 1, 1, 'Felstone Bindings'), +(1126161, 24822, 0, 1, 1, 1, 'Netherstalker Belt'), +(1126161, 24823, 0, 1, 1, 1, 'Netherstalker Greaves'), +(1126161, 24824, 0, 1, 1, 1, 'Netherstalker Armor'), +(1126161, 24825, 0, 1, 1, 1, 'Netherstalker Gloves'), +(1126161, 24826, 0, 1, 1, 1, 'Netherstalker Helmet'), +(1126161, 24827, 0, 1, 1, 1, 'Netherstalker Legguards'), +(1126161, 24828, 0, 1, 1, 1, 'Netherstalker Mantle'), +(1126161, 24829, 0, 1, 1, 1, 'Netherstalker Bracer'), +(1126161, 24830, 0, 1, 1, 1, 'Nexus-Strider Belt'), +(1126161, 24831, 0, 1, 1, 1, 'Nexus-Strider Greaves'), +(1126161, 24832, 0, 1, 1, 1, 'Nexus-Strider Breastplate'), +(1126161, 24833, 0, 1, 1, 1, 'Nexus-Strider Gloves'), +(1126161, 24834, 0, 1, 1, 1, 'Nexus-Strider Helmet'), +(1126161, 24835, 0, 1, 1, 1, 'Nexus-Strider Legwraps'), +(1126161, 24836, 0, 1, 1, 1, 'Nexus-Strider Mantle'), +(1126161, 24837, 0, 1, 1, 1, 'Nexus-Strider Bracer'), +(1126161, 24926, 0, 1, 1, 1, 'Ango\'rosh Belt'), +(1126161, 24927, 0, 1, 1, 1, 'Ango\'rosh Sabatons'), +(1126161, 24928, 0, 1, 1, 1, 'Ango\'rosh Breastplate'), +(1126161, 24929, 0, 1, 1, 1, 'Ango\'rosh Gauntlets'), +(1126161, 24930, 0, 1, 1, 1, 'Ango\'rosh Helm'), +(1126161, 24931, 0, 1, 1, 1, 'Ango\'rosh Legguards'), +(1126161, 24932, 0, 1, 1, 1, 'Ango\'rosh Pauldrons'), +(1126161, 24933, 0, 1, 1, 1, 'Ango\'rosh Vambraces'), +(1126161, 24934, 0, 1, 1, 1, 'Darkcrest Belt'), +(1126161, 24935, 0, 1, 1, 1, 'Darkcrest Sabatons'), +(1126161, 24936, 0, 1, 1, 1, 'Darkcrest Breastplate'), +(1126161, 24937, 0, 1, 1, 1, 'Darkcrest Gauntlets'), +(1126161, 24938, 0, 1, 1, 1, 'Darkcrest Helm'), +(1126161, 24939, 0, 1, 1, 1, 'Darkcrest Legguards'), +(1126161, 24940, 0, 1, 1, 1, 'Darkcrest Pauldrons'), +(1126161, 24941, 0, 1, 1, 1, 'Darkcrest Bracers'), +(1126161, 24942, 0, 1, 1, 1, 'Bloodscale Belt'), +(1126161, 24943, 0, 1, 1, 1, 'Bloodscale Sabatons'), +(1126161, 24944, 0, 1, 1, 1, 'Bloodscale Breastplate'), +(1126161, 24945, 0, 1, 1, 1, 'Bloodscale Gauntlets'), +(1126161, 24946, 0, 1, 1, 1, 'Bloodscale Helm'), +(1126161, 24947, 0, 1, 1, 1, 'Bloodscale Legguards'), +(1126161, 24948, 0, 1, 1, 1, 'Bloodscale Pauldrons'), +(1126161, 24949, 0, 1, 1, 1, 'Bloodscale Bracers'), +(1126161, 25031, 0, 1, 1, 1, 'Silvermoon Royal Cloak'), +(1126161, 25032, 0, 1, 1, 1, 'Hellfire Cloak'), +(1126161, 25033, 0, 1, 1, 1, 'Scavenger\'s Cloak'), +(1126161, 25045, 0, 1, 1, 1, 'Azurite Ring'), +(1126161, 25046, 0, 1, 1, 1, 'Spined Ring'), +(1126161, 25047, 0, 1, 1, 1, 'Tourmaline Loop'), +(1126161, 25059, 0, 1, 1, 1, 'Fire Opal Collar'), +(1126161, 25060, 0, 1, 1, 1, 'Sunstone Necklace'), +(1126161, 25061, 0, 1, 1, 1, 'Hiddenite Necklace'), +(1126161, 25073, 0, 1, 1, 1, 'Emperor Shield'), +(1126161, 25074, 0, 1, 1, 1, 'Telaari Shield'), +(1126161, 25075, 0, 1, 1, 1, 'Hardened Steel Shield'), +(1126161, 25087, 0, 1, 1, 1, 'Bleeding Eye'), +(1126161, 25088, 0, 1, 1, 1, 'Laughing Skull Orb'), +(1126161, 25089, 0, 1, 1, 1, 'Supplicant\'s Rod'), +(1126161, 25101, 0, 1, 1, 1, 'Cross Pommel Dagger'), +(1126161, 25102, 0, 1, 1, 1, 'Jaedenis Dagger'), +(1126161, 25103, 0, 1, 1, 1, 'Nightstalker Dagger'), +(1126161, 25115, 0, 1, 1, 1, 'Riversong Mace'), +(1126161, 25116, 0, 1, 1, 1, 'Pneumatic War Hammer'), +(1126161, 25117, 0, 1, 1, 1, 'Flanged Battle Mace'), +(1126161, 25129, 0, 1, 1, 1, 'Giant\'s Leg Bone'), +(1126161, 25130, 0, 1, 1, 1, 'Gronn-Bone Club'), +(1126161, 25131, 0, 1, 1, 1, 'Hateful Bludgeon'), +(1126161, 25143, 0, 1, 1, 1, 'Silver Hand Blade'), +(1126161, 25144, 0, 1, 1, 1, 'Skettis Curved Blade'), +(1126161, 25157, 0, 1, 1, 1, 'Serpentlord Claymore'), +(1126161, 25158, 0, 1, 1, 1, 'Skeletal Broadsword'), +(1126161, 25171, 0, 1, 1, 1, 'Straight Hardwood Staff'), +(1126161, 25172, 0, 1, 1, 1, 'Jinbali Warp-Staff'), +(1126161, 25185, 0, 1, 1, 1, 'Thrasher Blades'), +(1126161, 25186, 0, 1, 1, 1, 'Vampiric Handscythes'), +(1126161, 25187, 0, 1, 1, 1, 'Shekketh Talons'), +(1126161, 25199, 0, 1, 1, 1, 'Knight\'s War Axe'), +(1126161, 25200, 0, 1, 1, 1, 'Jagged Broadaxe'), +(1126161, 25201, 0, 1, 1, 1, 'Reaver\'s Sickle'), +(1126161, 25213, 0, 1, 1, 1, 'Fel-Touched Axe'), +(1126161, 25214, 0, 1, 1, 1, 'Mok\'Nathal Battleaxe'), +(1126161, 25215, 0, 1, 1, 1, 'Spiked Battle Axe'), +(1126161, 25227, 0, 1, 1, 1, 'Sha\'tari Longspear'), +(1126161, 25228, 0, 1, 1, 1, 'Halberd Polearm'), +(1126161, 25229, 0, 1, 1, 1, 'Partisan Polearm'), +(1126161, 25241, 0, 1, 1, 1, 'Ashenvale Longbow'), +(1126161, 25242, 0, 1, 1, 1, 'Telaari Longbow'), +(1126161, 25243, 0, 1, 1, 1, 'Windtalker Bow'), +(1126161, 25255, 0, 1, 1, 1, 'Ram\'s Head Crossbow'), +(1126161, 25256, 0, 1, 1, 1, 'Stronghold Crossbow'), +(1126161, 25257, 0, 1, 1, 1, 'Citadel Crossbow'), +(1126161, 25269, 0, 1, 1, 1, 'Longbeard Rifle'), +(1126161, 25270, 0, 1, 1, 1, 'Gnomish Assault Rifle'), +(1126161, 25271, 0, 1, 1, 1, 'Croc-Hunter\'s Rifle'), +(1126161, 25283, 0, 1, 1, 1, 'Crystallized Ebony Wand'), +(1126161, 25284, 0, 1, 1, 1, 'Purpleheart Wand'), +(1126161, 25297, 0, 1, 1, 1, 'Tuning Knife'), +(1126161, 25298, 0, 1, 1, 1, 'Combustion Dagger'), +(1126161, 25299, 0, 1, 1, 1, 'Siphoning Dagger'), +(1126161, 25311, 0, 1, 1, 1, 'Revitalizing Hammer'), +(1126161, 25312, 0, 1, 1, 1, 'Glorious Scepter'), +(1126161, 25313, 0, 1, 1, 1, 'Cold-Iron Scepter'), +(1126161, 25325, 0, 1, 1, 1, 'Brutal Scar-Limb'), +(1126161, 25326, 0, 1, 1, 1, 'Primal Lore-Staff'), +(1126161, 25327, 0, 1, 1, 1, 'Frenzied Staff'), +(1126161, 28532, 0, 1, 1, 1, 'Silver Throwing Knives'), +(1126161, 28533, 0, 1, 1, 1, 'Wooden Boomerang'), +(1126161, 28534, 0, 1, 1, 1, 'Fel Tipped Dart'), +(1126162, 24589, 0, 1, 1, 1, 'Fireheart Girdle'), +(1126162, 24590, 0, 1, 1, 1, 'Fireheart Boots'), +(1126162, 24591, 0, 1, 1, 1, 'Fireheart Chestpiece'), +(1126162, 24592, 0, 1, 1, 1, 'Fireheart Gloves'), +(1126162, 24593, 0, 1, 1, 1, 'Fireheart Skullcap'), +(1126162, 24594, 0, 1, 1, 1, 'Fireheart Leggings'), +(1126162, 24595, 0, 1, 1, 1, 'Fireheart Shoulderpads'), +(1126162, 24596, 0, 1, 1, 1, 'Fireheart Bracers'), +(1126162, 24597, 0, 1, 1, 1, 'Starfire Sash'), +(1126162, 24598, 0, 1, 1, 1, 'Starfire Sandals'), +(1126162, 24599, 0, 1, 1, 1, 'Starfire Vest'), +(1126162, 24600, 0, 1, 1, 1, 'Starfire Gloves'), +(1126162, 24601, 0, 1, 1, 1, 'Starfire Circlet'), +(1126162, 24602, 0, 1, 1, 1, 'Starfire Trousers'), +(1126162, 24603, 0, 1, 1, 1, 'Starfire Mantle'), +(1126162, 24604, 0, 1, 1, 1, 'Starfire Wristwraps'), +(1126162, 24605, 0, 1, 1, 1, 'Laughing Skull Waistguard'), +(1126162, 24606, 0, 1, 1, 1, 'Laughing Skull Boot'), +(1126162, 24607, 0, 1, 1, 1, 'Laughing Skull Tunic'), +(1126162, 24608, 0, 1, 1, 1, 'Laughing Skull Gloves'), +(1126162, 24609, 0, 1, 1, 1, 'Laughing Skull Cap'), +(1126162, 24610, 0, 1, 1, 1, 'Laughing Skull Pants'), +(1126162, 24611, 0, 1, 1, 1, 'Laughing Skull Shoulderpads'), +(1126162, 24612, 0, 1, 1, 1, 'Laughing Skull Bracelets'), +(1126162, 24613, 0, 1, 1, 1, 'Vindicator Belt'), +(1126162, 24614, 0, 1, 1, 1, 'Vindicator Boots'), +(1126162, 24615, 0, 1, 1, 1, 'Vindicator Tunic'), +(1126162, 24616, 0, 1, 1, 1, 'Vindicator Gloves'), +(1126162, 24617, 0, 1, 1, 1, 'Vindicator Cap'), +(1126162, 24618, 0, 1, 1, 1, 'Vindicator Pants'), +(1126162, 24619, 0, 1, 1, 1, 'Vindicator Shoulderpads'), +(1126162, 24620, 0, 1, 1, 1, 'Vindicator Bracers'), +(1126162, 24701, 0, 1, 1, 1, 'Haal\'eshi Cord'), +(1126162, 24702, 0, 1, 1, 1, 'Haal\'eshi Boots'), +(1126162, 24703, 0, 1, 1, 1, 'Haal\'eshi Jerkin'), +(1126162, 24704, 0, 1, 1, 1, 'Haal\'eshi Gloves'), +(1126162, 24705, 0, 1, 1, 1, 'Haal\'eshi Hat'), +(1126162, 24706, 0, 1, 1, 1, 'Haal\'eshi Leggings'), +(1126162, 24707, 0, 1, 1, 1, 'Haal\'eshi Pauldrons'), +(1126162, 24708, 0, 1, 1, 1, 'Haal\'eshi Bindings'), +(1126162, 24709, 0, 1, 1, 1, 'Vengeance Belt'), +(1126162, 24710, 0, 1, 1, 1, 'Vengeance Boots'), +(1126162, 24711, 0, 1, 1, 1, 'Vengeance Chestpiece'), +(1126162, 24712, 0, 1, 1, 1, 'Vengeance Gloves'), +(1126162, 24713, 0, 1, 1, 1, 'Vengeance Helm'), +(1126162, 24714, 0, 1, 1, 1, 'Vengeance Legguards'), +(1126162, 24715, 0, 1, 1, 1, 'Vengeance Pauldrons'), +(1126162, 24716, 0, 1, 1, 1, 'Vengeance Bands'), +(1126162, 24717, 0, 1, 1, 1, 'Dreghood Belt'), +(1126162, 24718, 0, 1, 1, 1, 'Dreghood Boots'), +(1126162, 24719, 0, 1, 1, 1, 'Dreghood Chestpiece'), +(1126162, 24720, 0, 1, 1, 1, 'Dreghood Gloves'), +(1126162, 24721, 0, 1, 1, 1, 'Dreghood Cowl'), +(1126162, 24722, 0, 1, 1, 1, 'Dreghood Trousers'), +(1126162, 24723, 0, 1, 1, 1, 'Dreghood Pauldrons'), +(1126162, 24724, 0, 1, 1, 1, 'Dreghood Bands'), +(1126162, 24725, 0, 1, 1, 1, 'Dementia Cord'), +(1126162, 24726, 0, 1, 1, 1, 'Dementia Boots'), +(1126162, 24727, 0, 1, 1, 1, 'Dementia Vest'), +(1126162, 24728, 0, 1, 1, 1, 'Dementia Gloves'), +(1126162, 24729, 0, 1, 1, 1, 'Dementia Hood'), +(1126162, 24730, 0, 1, 1, 1, 'Dementia Trousers'), +(1126162, 24731, 0, 1, 1, 1, 'Dementia Shoulderguards'), +(1126162, 24732, 0, 1, 1, 1, 'Dementia Armguards'), +(1126162, 24814, 0, 1, 1, 1, 'Felstone Waistband'), +(1126162, 24815, 0, 1, 1, 1, 'Felstone Greaves'), +(1126162, 24816, 0, 1, 1, 1, 'Felstone Chain Vest'), +(1126162, 24817, 0, 1, 1, 1, 'Felstone Gauntlets'), +(1126162, 24818, 0, 1, 1, 1, 'Felstone Helm'), +(1126162, 24819, 0, 1, 1, 1, 'Felstone Leggings'), +(1126162, 24820, 0, 1, 1, 1, 'Felstone Spaulders'), +(1126162, 24821, 0, 1, 1, 1, 'Felstone Bindings'), +(1126162, 24822, 0, 1, 1, 1, 'Netherstalker Belt'), +(1126162, 24823, 0, 1, 1, 1, 'Netherstalker Greaves'), +(1126162, 24824, 0, 1, 1, 1, 'Netherstalker Armor'), +(1126162, 24825, 0, 1, 1, 1, 'Netherstalker Gloves'), +(1126162, 24826, 0, 1, 1, 1, 'Netherstalker Helmet'), +(1126162, 24827, 0, 1, 1, 1, 'Netherstalker Legguards'), +(1126162, 24828, 0, 1, 1, 1, 'Netherstalker Mantle'), +(1126162, 24829, 0, 1, 1, 1, 'Netherstalker Bracer'), +(1126162, 24830, 0, 1, 1, 1, 'Nexus-Strider Belt'), +(1126162, 24831, 0, 1, 1, 1, 'Nexus-Strider Greaves'), +(1126162, 24832, 0, 1, 1, 1, 'Nexus-Strider Breastplate'), +(1126162, 24833, 0, 1, 1, 1, 'Nexus-Strider Gloves'), +(1126162, 24834, 0, 1, 1, 1, 'Nexus-Strider Helmet'), +(1126162, 24835, 0, 1, 1, 1, 'Nexus-Strider Legwraps'), +(1126162, 24836, 0, 1, 1, 1, 'Nexus-Strider Mantle'), +(1126162, 24837, 0, 1, 1, 1, 'Nexus-Strider Bracer'), +(1126162, 24838, 0, 1, 1, 1, 'Wrathfin Waistband'), +(1126162, 24839, 0, 1, 1, 1, 'Wrathfin Greaves'), +(1126162, 24840, 0, 1, 1, 1, 'Wrathfin Armor'), +(1126162, 24841, 0, 1, 1, 1, 'Wrathfin Gloves'), +(1126162, 24842, 0, 1, 1, 1, 'Wrathfin Helmet'), +(1126162, 24843, 0, 1, 1, 1, 'Wrathfin Legguards'), +(1126162, 24844, 0, 1, 1, 1, 'Wrathfin Mantle'), +(1126162, 24845, 0, 1, 1, 1, 'Wrathfin Bindings'), +(1126162, 24926, 0, 1, 1, 1, 'Ango\'rosh Belt'), +(1126162, 24927, 0, 1, 1, 1, 'Ango\'rosh Sabatons'), +(1126162, 24928, 0, 1, 1, 1, 'Ango\'rosh Breastplate'), +(1126162, 24929, 0, 1, 1, 1, 'Ango\'rosh Gauntlets'), +(1126162, 24930, 0, 1, 1, 1, 'Ango\'rosh Helm'), +(1126162, 24931, 0, 1, 1, 1, 'Ango\'rosh Legguards'), +(1126162, 24932, 0, 1, 1, 1, 'Ango\'rosh Pauldrons'), +(1126162, 24933, 0, 1, 1, 1, 'Ango\'rosh Vambraces'), +(1126162, 24934, 0, 1, 1, 1, 'Darkcrest Belt'), +(1126162, 24935, 0, 1, 1, 1, 'Darkcrest Sabatons'), +(1126162, 24936, 0, 1, 1, 1, 'Darkcrest Breastplate'), +(1126162, 24937, 0, 1, 1, 1, 'Darkcrest Gauntlets'), +(1126162, 24938, 0, 1, 1, 1, 'Darkcrest Helm'), +(1126162, 24939, 0, 1, 1, 1, 'Darkcrest Legguards'), +(1126162, 24940, 0, 1, 1, 1, 'Darkcrest Pauldrons'), +(1126162, 24941, 0, 1, 1, 1, 'Darkcrest Bracers'), +(1126162, 24942, 0, 1, 1, 1, 'Bloodscale Belt'), +(1126162, 24943, 0, 1, 1, 1, 'Bloodscale Sabatons'), +(1126162, 24944, 0, 1, 1, 1, 'Bloodscale Breastplate'), +(1126162, 24945, 0, 1, 1, 1, 'Bloodscale Gauntlets'), +(1126162, 24946, 0, 1, 1, 1, 'Bloodscale Helm'), +(1126162, 24947, 0, 1, 1, 1, 'Bloodscale Legguards'), +(1126162, 24948, 0, 1, 1, 1, 'Bloodscale Pauldrons'), +(1126162, 24949, 0, 1, 1, 1, 'Bloodscale Bracers'), +(1126162, 24950, 0, 1, 1, 1, 'Bogslayer Belt'), +(1126162, 24951, 0, 1, 1, 1, 'Bogslayer Sabatons'), +(1126162, 24952, 0, 1, 1, 1, 'Bogslayer Breastplate'), +(1126162, 24953, 0, 1, 1, 1, 'Bogslayer Gauntlets'), +(1126162, 24954, 0, 1, 1, 1, 'Bogslayer Helm'), +(1126162, 24955, 0, 1, 1, 1, 'Bogslayer Legplates'), +(1126162, 24956, 0, 1, 1, 1, 'Bogslayer Pauldrons'), +(1126162, 24957, 0, 1, 1, 1, 'Bogslayer Bracers'), +(1126162, 25031, 0, 1, 1, 1, 'Silvermoon Royal Cloak'), +(1126162, 25032, 0, 1, 1, 1, 'Hellfire Cloak'), +(1126162, 25033, 0, 1, 1, 1, 'Scavenger\'s Cloak'), +(1126162, 25034, 0, 1, 1, 1, 'Elementalist Cloak'), +(1126162, 25045, 0, 1, 1, 1, 'Azurite Ring'), +(1126162, 25046, 0, 1, 1, 1, 'Spined Ring'), +(1126162, 25047, 0, 1, 1, 1, 'Tourmaline Loop'), +(1126162, 25048, 0, 1, 1, 1, 'Smoky Quartz Ring'), +(1126162, 25059, 0, 1, 1, 1, 'Fire Opal Collar'), +(1126162, 25060, 0, 1, 1, 1, 'Sunstone Necklace'), +(1126162, 25061, 0, 1, 1, 1, 'Hiddenite Necklace'), +(1126162, 25062, 0, 1, 1, 1, 'Zircon Amulet'), +(1126162, 25073, 0, 1, 1, 1, 'Emperor Shield'), +(1126162, 25074, 0, 1, 1, 1, 'Telaari Shield'), +(1126162, 25075, 0, 1, 1, 1, 'Hardened Steel Shield'), +(1126162, 25076, 0, 1, 1, 1, 'Screaming Shield'), +(1126162, 25087, 0, 1, 1, 1, 'Bleeding Eye'), +(1126162, 25088, 0, 1, 1, 1, 'Laughing Skull Orb'), +(1126162, 25089, 0, 1, 1, 1, 'Supplicant\'s Rod'), +(1126162, 25090, 0, 1, 1, 1, 'Slavehandler Rod'), +(1126162, 25101, 0, 1, 1, 1, 'Cross Pommel Dagger'), +(1126162, 25102, 0, 1, 1, 1, 'Jaedenis Dagger'), +(1126162, 25103, 0, 1, 1, 1, 'Nightstalker Dagger'), +(1126162, 25104, 0, 1, 1, 1, 'Anzac Dagger'), +(1126162, 25115, 0, 1, 1, 1, 'Riversong Mace'), +(1126162, 25116, 0, 1, 1, 1, 'Pneumatic War Hammer'), +(1126162, 25117, 0, 1, 1, 1, 'Flanged Battle Mace'), +(1126162, 25118, 0, 1, 1, 1, 'Battle Star'), +(1126162, 25129, 0, 1, 1, 1, 'Giant\'s Leg Bone'), +(1126162, 25130, 0, 1, 1, 1, 'Gronn-Bone Club'), +(1126162, 25131, 0, 1, 1, 1, 'Hateful Bludgeon'), +(1126162, 25132, 0, 1, 1, 1, 'Thrallmar War Hammer'), +(1126162, 25143, 0, 1, 1, 1, 'Silver Hand Blade'), +(1126162, 25144, 0, 1, 1, 1, 'Skettis Curved Blade'), +(1126162, 25146, 0, 1, 1, 1, 'Light-Etched Longsword'), +(1126162, 25157, 0, 1, 1, 1, 'Serpentlord Claymore'), +(1126162, 25158, 0, 1, 1, 1, 'Skeletal Broadsword'), +(1126162, 25160, 0, 1, 1, 1, 'Vengeance Blade'), +(1126162, 25171, 0, 1, 1, 1, 'Straight Hardwood Staff'), +(1126162, 25172, 0, 1, 1, 1, 'Jinbali Warp-Staff'), +(1126162, 25174, 0, 1, 1, 1, 'Hanbo Staff'), +(1126162, 25185, 0, 1, 1, 1, 'Thrasher Blades'), +(1126162, 25186, 0, 1, 1, 1, 'Vampiric Handscythes'), +(1126162, 25187, 0, 1, 1, 1, 'Shekketh Talons'), +(1126162, 25188, 0, 1, 1, 1, 'Spleenripper Claws'), +(1126162, 25199, 0, 1, 1, 1, 'Knight\'s War Axe'), +(1126162, 25200, 0, 1, 1, 1, 'Jagged Broadaxe'), +(1126162, 25201, 0, 1, 1, 1, 'Reaver\'s Sickle'), +(1126162, 25202, 0, 1, 1, 1, 'Kingly Axe'), +(1126162, 25213, 0, 1, 1, 1, 'Fel-Touched Axe'), +(1126162, 25214, 0, 1, 1, 1, 'Mok\'Nathal Battleaxe'), +(1126162, 25215, 0, 1, 1, 1, 'Spiked Battle Axe'), +(1126162, 25216, 0, 1, 1, 1, 'Ogre Splitting Axe'), +(1126162, 25227, 0, 1, 1, 1, 'Sha\'tari Longspear'), +(1126162, 25228, 0, 1, 1, 1, 'Halberd Polearm'), +(1126162, 25229, 0, 1, 1, 1, 'Partisan Polearm'), +(1126162, 25230, 0, 1, 1, 1, 'Voulge Blade'), +(1126162, 25241, 0, 1, 1, 1, 'Ashenvale Longbow'), +(1126162, 25242, 0, 1, 1, 1, 'Telaari Longbow'), +(1126162, 25243, 0, 1, 1, 1, 'Windtalker Bow'), +(1126162, 25244, 0, 1, 1, 1, 'Viper Bow'), +(1126162, 25255, 0, 1, 1, 1, 'Ram\'s Head Crossbow'), +(1126162, 25256, 0, 1, 1, 1, 'Stronghold Crossbow'), +(1126162, 25257, 0, 1, 1, 1, 'Citadel Crossbow'), +(1126162, 25258, 0, 1, 1, 1, 'Repeater Crossbow'), +(1126162, 25269, 0, 1, 1, 1, 'Longbeard Rifle'), +(1126162, 25270, 0, 1, 1, 1, 'Gnomish Assault Rifle'), +(1126162, 25271, 0, 1, 1, 1, 'Croc-Hunter\'s Rifle'), +(1126162, 25272, 0, 1, 1, 1, 'PC-54 Shotgun'), +(1126162, 25283, 0, 1, 1, 1, 'Crystallized Ebony Wand'), +(1126162, 25284, 0, 1, 1, 1, 'Purpleheart Wand'), +(1126162, 25286, 0, 1, 1, 1, 'Yew Wand'), +(1126162, 25297, 0, 1, 1, 1, 'Tuning Knife'), +(1126162, 25298, 0, 1, 1, 1, 'Combustion Dagger'), +(1126162, 25299, 0, 1, 1, 1, 'Siphoning Dagger'), +(1126162, 25300, 0, 1, 1, 1, 'Lightning Dagger'), +(1126162, 25311, 0, 1, 1, 1, 'Revitalizing Hammer'), +(1126162, 25312, 0, 1, 1, 1, 'Glorious Scepter'), +(1126162, 25313, 0, 1, 1, 1, 'Cold-Iron Scepter'), +(1126162, 25314, 0, 1, 1, 1, 'Ceremonial Hammer'), +(1126162, 25325, 0, 1, 1, 1, 'Brutal Scar-Limb'), +(1126162, 25326, 0, 1, 1, 1, 'Primal Lore-Staff'), +(1126162, 25327, 0, 1, 1, 1, 'Frenzied Staff'), +(1126162, 25328, 0, 1, 1, 1, 'Faerie-Kind Staff'), +(1126162, 28532, 0, 1, 1, 1, 'Silver Throwing Knives'), +(1126162, 28533, 0, 1, 1, 1, 'Wooden Boomerang'), +(1126162, 28534, 0, 1, 1, 1, 'Fel Tipped Dart'), +(1126162, 28535, 0, 1, 1, 1, 'Amani Throwing Axe'), +(1126262, 24597, 0, 1, 1, 1, 'Starfire Sash'), +(1126262, 24598, 0, 1, 1, 1, 'Starfire Sandals'), +(1126262, 24599, 0, 1, 1, 1, 'Starfire Vest'), +(1126262, 24600, 0, 1, 1, 1, 'Starfire Gloves'), +(1126262, 24601, 0, 1, 1, 1, 'Starfire Circlet'), +(1126262, 24602, 0, 1, 1, 1, 'Starfire Trousers'), +(1126262, 24603, 0, 1, 1, 1, 'Starfire Mantle'), +(1126262, 24604, 0, 1, 1, 1, 'Starfire Wristwraps'), +(1126262, 24605, 0, 1, 1, 1, 'Laughing Skull Waistguard'), +(1126262, 24606, 0, 1, 1, 1, 'Laughing Skull Boot'), +(1126262, 24607, 0, 1, 1, 1, 'Laughing Skull Tunic'), +(1126262, 24608, 0, 1, 1, 1, 'Laughing Skull Gloves'), +(1126262, 24609, 0, 1, 1, 1, 'Laughing Skull Cap'), +(1126262, 24610, 0, 1, 1, 1, 'Laughing Skull Pants'), +(1126262, 24611, 0, 1, 1, 1, 'Laughing Skull Shoulderpads'), +(1126262, 24612, 0, 1, 1, 1, 'Laughing Skull Bracelets'), +(1126262, 24613, 0, 1, 1, 1, 'Vindicator Belt'), +(1126262, 24614, 0, 1, 1, 1, 'Vindicator Boots'), +(1126262, 24615, 0, 1, 1, 1, 'Vindicator Tunic'), +(1126262, 24616, 0, 1, 1, 1, 'Vindicator Gloves'), +(1126262, 24617, 0, 1, 1, 1, 'Vindicator Cap'), +(1126262, 24618, 0, 1, 1, 1, 'Vindicator Pants'), +(1126262, 24619, 0, 1, 1, 1, 'Vindicator Shoulderpads'), +(1126262, 24620, 0, 1, 1, 1, 'Vindicator Bracers'), +(1126262, 24709, 0, 1, 1, 1, 'Vengeance Belt'), +(1126262, 24710, 0, 1, 1, 1, 'Vengeance Boots'), +(1126262, 24711, 0, 1, 1, 1, 'Vengeance Chestpiece'), +(1126262, 24712, 0, 1, 1, 1, 'Vengeance Gloves'), +(1126262, 24713, 0, 1, 1, 1, 'Vengeance Helm'), +(1126262, 24714, 0, 1, 1, 1, 'Vengeance Legguards'), +(1126262, 24715, 0, 1, 1, 1, 'Vengeance Pauldrons'), +(1126262, 24716, 0, 1, 1, 1, 'Vengeance Bands'), +(1126262, 24717, 0, 1, 1, 1, 'Dreghood Belt'), +(1126262, 24718, 0, 1, 1, 1, 'Dreghood Boots'), +(1126262, 24719, 0, 1, 1, 1, 'Dreghood Chestpiece'), +(1126262, 24720, 0, 1, 1, 1, 'Dreghood Gloves'), +(1126262, 24721, 0, 1, 1, 1, 'Dreghood Cowl'), +(1126262, 24722, 0, 1, 1, 1, 'Dreghood Trousers'), +(1126262, 24723, 0, 1, 1, 1, 'Dreghood Pauldrons'), +(1126262, 24724, 0, 1, 1, 1, 'Dreghood Bands'), +(1126262, 24725, 0, 1, 1, 1, 'Dementia Cord'), +(1126262, 24726, 0, 1, 1, 1, 'Dementia Boots'), +(1126262, 24727, 0, 1, 1, 1, 'Dementia Vest'), +(1126262, 24728, 0, 1, 1, 1, 'Dementia Gloves'), +(1126262, 24729, 0, 1, 1, 1, 'Dementia Hood'), +(1126262, 24730, 0, 1, 1, 1, 'Dementia Trousers'), +(1126262, 24731, 0, 1, 1, 1, 'Dementia Shoulderguards'), +(1126262, 24732, 0, 1, 1, 1, 'Dementia Armguards'), +(1126262, 24822, 0, 1, 1, 1, 'Netherstalker Belt'), +(1126262, 24823, 0, 1, 1, 1, 'Netherstalker Greaves'), +(1126262, 24824, 0, 1, 1, 1, 'Netherstalker Armor'), +(1126262, 24825, 0, 1, 1, 1, 'Netherstalker Gloves'), +(1126262, 24826, 0, 1, 1, 1, 'Netherstalker Helmet'), +(1126262, 24827, 0, 1, 1, 1, 'Netherstalker Legguards'), +(1126262, 24828, 0, 1, 1, 1, 'Netherstalker Mantle'), +(1126262, 24829, 0, 1, 1, 1, 'Netherstalker Bracer'), +(1126262, 24830, 0, 1, 1, 1, 'Nexus-Strider Belt'), +(1126262, 24831, 0, 1, 1, 1, 'Nexus-Strider Greaves'), +(1126262, 24832, 0, 1, 1, 1, 'Nexus-Strider Breastplate'), +(1126262, 24833, 0, 1, 1, 1, 'Nexus-Strider Gloves'), +(1126262, 24834, 0, 1, 1, 1, 'Nexus-Strider Helmet'), +(1126262, 24835, 0, 1, 1, 1, 'Nexus-Strider Legwraps'), +(1126262, 24836, 0, 1, 1, 1, 'Nexus-Strider Mantle'), +(1126262, 24837, 0, 1, 1, 1, 'Nexus-Strider Bracer'), +(1126262, 24838, 0, 1, 1, 1, 'Wrathfin Waistband'), +(1126262, 24839, 0, 1, 1, 1, 'Wrathfin Greaves'), +(1126262, 24840, 0, 1, 1, 1, 'Wrathfin Armor'), +(1126262, 24841, 0, 1, 1, 1, 'Wrathfin Gloves'), +(1126262, 24842, 0, 1, 1, 1, 'Wrathfin Helmet'), +(1126262, 24843, 0, 1, 1, 1, 'Wrathfin Legguards'), +(1126262, 24844, 0, 1, 1, 1, 'Wrathfin Mantle'), +(1126262, 24845, 0, 1, 1, 1, 'Wrathfin Bindings'), +(1126262, 24934, 0, 1, 1, 1, 'Darkcrest Belt'), +(1126262, 24935, 0, 1, 1, 1, 'Darkcrest Sabatons'), +(1126262, 24936, 0, 1, 1, 1, 'Darkcrest Breastplate'), +(1126262, 24937, 0, 1, 1, 1, 'Darkcrest Gauntlets'), +(1126262, 24938, 0, 1, 1, 1, 'Darkcrest Helm'), +(1126262, 24939, 0, 1, 1, 1, 'Darkcrest Legguards'), +(1126262, 24940, 0, 1, 1, 1, 'Darkcrest Pauldrons'), +(1126262, 24941, 0, 1, 1, 1, 'Darkcrest Bracers'), +(1126262, 24942, 0, 1, 1, 1, 'Bloodscale Belt'), +(1126262, 24943, 0, 1, 1, 1, 'Bloodscale Sabatons'), +(1126262, 24944, 0, 1, 1, 1, 'Bloodscale Breastplate'), +(1126262, 24945, 0, 1, 1, 1, 'Bloodscale Gauntlets'), +(1126262, 24946, 0, 1, 1, 1, 'Bloodscale Helm'), +(1126262, 24947, 0, 1, 1, 1, 'Bloodscale Legguards'), +(1126262, 24948, 0, 1, 1, 1, 'Bloodscale Pauldrons'), +(1126262, 24949, 0, 1, 1, 1, 'Bloodscale Bracers'), +(1126262, 24950, 0, 1, 1, 1, 'Bogslayer Belt'), +(1126262, 24951, 0, 1, 1, 1, 'Bogslayer Sabatons'), +(1126262, 24952, 0, 1, 1, 1, 'Bogslayer Breastplate'), +(1126262, 24953, 0, 1, 1, 1, 'Bogslayer Gauntlets'), +(1126262, 24954, 0, 1, 1, 1, 'Bogslayer Helm'), +(1126262, 24955, 0, 1, 1, 1, 'Bogslayer Legplates'), +(1126262, 24956, 0, 1, 1, 1, 'Bogslayer Pauldrons'), +(1126262, 24957, 0, 1, 1, 1, 'Bogslayer Bracers'), +(1126262, 25032, 0, 1, 1, 1, 'Hellfire Cloak'), +(1126262, 25033, 0, 1, 1, 1, 'Scavenger\'s Cloak'), +(1126262, 25034, 0, 1, 1, 1, 'Elementalist Cloak'), +(1126262, 25046, 0, 1, 1, 1, 'Spined Ring'), +(1126262, 25047, 0, 1, 1, 1, 'Tourmaline Loop'), +(1126262, 25048, 0, 1, 1, 1, 'Smoky Quartz Ring'), +(1126262, 25060, 0, 1, 1, 1, 'Sunstone Necklace'), +(1126262, 25061, 0, 1, 1, 1, 'Hiddenite Necklace'), +(1126262, 25062, 0, 1, 1, 1, 'Zircon Amulet'), +(1126262, 25074, 0, 1, 1, 1, 'Telaari Shield'), +(1126262, 25075, 0, 1, 1, 1, 'Hardened Steel Shield'), +(1126262, 25076, 0, 1, 1, 1, 'Screaming Shield'), +(1126262, 25088, 0, 1, 1, 1, 'Laughing Skull Orb'), +(1126262, 25089, 0, 1, 1, 1, 'Supplicant\'s Rod'), +(1126262, 25090, 0, 1, 1, 1, 'Slavehandler Rod'), +(1126262, 25102, 0, 1, 1, 1, 'Jaedenis Dagger'), +(1126262, 25103, 0, 1, 1, 1, 'Nightstalker Dagger'), +(1126262, 25104, 0, 1, 1, 1, 'Anzac Dagger'), +(1126262, 25116, 0, 1, 1, 1, 'Pneumatic War Hammer'), +(1126262, 25117, 0, 1, 1, 1, 'Flanged Battle Mace'), +(1126262, 25118, 0, 1, 1, 1, 'Battle Star'), +(1126262, 25130, 0, 1, 1, 1, 'Gronn-Bone Club'), +(1126262, 25131, 0, 1, 1, 1, 'Hateful Bludgeon'), +(1126262, 25132, 0, 1, 1, 1, 'Thrallmar War Hammer'), +(1126262, 25144, 0, 1, 1, 1, 'Skettis Curved Blade'), +(1126262, 25146, 0, 1, 1, 1, 'Light-Etched Longsword'), +(1126262, 25158, 0, 1, 1, 1, 'Skeletal Broadsword'), +(1126262, 25160, 0, 1, 1, 1, 'Vengeance Blade'), +(1126262, 25172, 0, 1, 1, 1, 'Jinbali Warp-Staff'), +(1126262, 25174, 0, 1, 1, 1, 'Hanbo Staff'), +(1126262, 25186, 0, 1, 1, 1, 'Vampiric Handscythes'), +(1126262, 25187, 0, 1, 1, 1, 'Shekketh Talons'), +(1126262, 25188, 0, 1, 1, 1, 'Spleenripper Claws'), +(1126262, 25200, 0, 1, 1, 1, 'Jagged Broadaxe'), +(1126262, 25201, 0, 1, 1, 1, 'Reaver\'s Sickle'), +(1126262, 25202, 0, 1, 1, 1, 'Kingly Axe'), +(1126262, 25214, 0, 1, 1, 1, 'Mok\'Nathal Battleaxe'), +(1126262, 25215, 0, 1, 1, 1, 'Spiked Battle Axe'), +(1126262, 25216, 0, 1, 1, 1, 'Ogre Splitting Axe'), +(1126262, 25228, 0, 1, 1, 1, 'Halberd Polearm'), +(1126262, 25229, 0, 1, 1, 1, 'Partisan Polearm'), +(1126262, 25230, 0, 1, 1, 1, 'Voulge Blade'), +(1126262, 25242, 0, 1, 1, 1, 'Telaari Longbow'), +(1126262, 25243, 0, 1, 1, 1, 'Windtalker Bow'), +(1126262, 25244, 0, 1, 1, 1, 'Viper Bow'), +(1126262, 25256, 0, 1, 1, 1, 'Stronghold Crossbow'), +(1126262, 25257, 0, 1, 1, 1, 'Citadel Crossbow'), +(1126262, 25258, 0, 1, 1, 1, 'Repeater Crossbow'), +(1126262, 25270, 0, 1, 1, 1, 'Gnomish Assault Rifle'), +(1126262, 25271, 0, 1, 1, 1, 'Croc-Hunter\'s Rifle'), +(1126262, 25272, 0, 1, 1, 1, 'PC-54 Shotgun'), +(1126262, 25284, 0, 1, 1, 1, 'Purpleheart Wand'), +(1126262, 25286, 0, 1, 1, 1, 'Yew Wand'), +(1126262, 25298, 0, 1, 1, 1, 'Combustion Dagger'), +(1126262, 25299, 0, 1, 1, 1, 'Siphoning Dagger'), +(1126262, 25300, 0, 1, 1, 1, 'Lightning Dagger'), +(1126262, 25312, 0, 1, 1, 1, 'Glorious Scepter'), +(1126262, 25313, 0, 1, 1, 1, 'Cold-Iron Scepter'), +(1126262, 25314, 0, 1, 1, 1, 'Ceremonial Hammer'), +(1126262, 25326, 0, 1, 1, 1, 'Primal Lore-Staff'), +(1126262, 25327, 0, 1, 1, 1, 'Frenzied Staff'), +(1126262, 25328, 0, 1, 1, 1, 'Faerie-Kind Staff'), +(1126262, 28533, 0, 1, 1, 1, 'Wooden Boomerang'), +(1126262, 28534, 0, 1, 1, 1, 'Fel Tipped Dart'), +(1126262, 28535, 0, 1, 1, 1, 'Amani Throwing Axe'), +(1126263, 24597, 0, 1, 1, 1, 'Starfire Sash'), +(1126263, 24598, 0, 1, 1, 1, 'Starfire Sandals'), +(1126263, 24599, 0, 1, 1, 1, 'Starfire Vest'), +(1126263, 24600, 0, 1, 1, 1, 'Starfire Gloves'), +(1126263, 24601, 0, 1, 1, 1, 'Starfire Circlet'), +(1126263, 24602, 0, 1, 1, 1, 'Starfire Trousers'), +(1126263, 24603, 0, 1, 1, 1, 'Starfire Mantle'), +(1126263, 24604, 0, 1, 1, 1, 'Starfire Wristwraps'), +(1126263, 24605, 0, 1, 1, 1, 'Laughing Skull Waistguard'), +(1126263, 24606, 0, 1, 1, 1, 'Laughing Skull Boot'), +(1126263, 24607, 0, 1, 1, 1, 'Laughing Skull Tunic'), +(1126263, 24608, 0, 1, 1, 1, 'Laughing Skull Gloves'), +(1126263, 24609, 0, 1, 1, 1, 'Laughing Skull Cap'), +(1126263, 24610, 0, 1, 1, 1, 'Laughing Skull Pants'), +(1126263, 24611, 0, 1, 1, 1, 'Laughing Skull Shoulderpads'), +(1126263, 24612, 0, 1, 1, 1, 'Laughing Skull Bracelets'), +(1126263, 24613, 0, 1, 1, 1, 'Vindicator Belt'), +(1126263, 24614, 0, 1, 1, 1, 'Vindicator Boots'), +(1126263, 24615, 0, 1, 1, 1, 'Vindicator Tunic'), +(1126263, 24616, 0, 1, 1, 1, 'Vindicator Gloves'), +(1126263, 24617, 0, 1, 1, 1, 'Vindicator Cap'), +(1126263, 24618, 0, 1, 1, 1, 'Vindicator Pants'), +(1126263, 24619, 0, 1, 1, 1, 'Vindicator Shoulderpads'), +(1126263, 24620, 0, 1, 1, 1, 'Vindicator Bracers'), +(1126263, 24621, 0, 1, 1, 1, 'Slavehandler Belt'), +(1126263, 24622, 0, 1, 1, 1, 'Slavehandler Footpads'), +(1126263, 24623, 0, 1, 1, 1, 'Slavehandler Jerkin'), +(1126263, 24624, 0, 1, 1, 1, 'Slavehandler Handwraps'), +(1126263, 24625, 0, 1, 1, 1, 'Slavehandler Cap'), +(1126263, 24626, 0, 1, 1, 1, 'Slavehandler Pants'), +(1126263, 24627, 0, 1, 1, 1, 'Slavehandler Amice'), +(1126263, 24628, 0, 1, 1, 1, 'Slavehandler Wristguards'), +(1126263, 24709, 0, 1, 1, 1, 'Vengeance Belt'), +(1126263, 24710, 0, 1, 1, 1, 'Vengeance Boots'), +(1126263, 24711, 0, 1, 1, 1, 'Vengeance Chestpiece'), +(1126263, 24712, 0, 1, 1, 1, 'Vengeance Gloves'), +(1126263, 24713, 0, 1, 1, 1, 'Vengeance Helm'), +(1126263, 24714, 0, 1, 1, 1, 'Vengeance Legguards'), +(1126263, 24715, 0, 1, 1, 1, 'Vengeance Pauldrons'), +(1126263, 24716, 0, 1, 1, 1, 'Vengeance Bands'), +(1126263, 24717, 0, 1, 1, 1, 'Dreghood Belt'), +(1126263, 24718, 0, 1, 1, 1, 'Dreghood Boots'), +(1126263, 24719, 0, 1, 1, 1, 'Dreghood Chestpiece'), +(1126263, 24720, 0, 1, 1, 1, 'Dreghood Gloves'), +(1126263, 24721, 0, 1, 1, 1, 'Dreghood Cowl'), +(1126263, 24722, 0, 1, 1, 1, 'Dreghood Trousers'), +(1126263, 24723, 0, 1, 1, 1, 'Dreghood Pauldrons'), +(1126263, 24724, 0, 1, 1, 1, 'Dreghood Bands'), +(1126263, 24725, 0, 1, 1, 1, 'Dementia Cord'), +(1126263, 24726, 0, 1, 1, 1, 'Dementia Boots'), +(1126263, 24727, 0, 1, 1, 1, 'Dementia Vest'), +(1126263, 24728, 0, 1, 1, 1, 'Dementia Gloves'), +(1126263, 24729, 0, 1, 1, 1, 'Dementia Hood'), +(1126263, 24730, 0, 1, 1, 1, 'Dementia Trousers'), +(1126263, 24731, 0, 1, 1, 1, 'Dementia Shoulderguards'), +(1126263, 24732, 0, 1, 1, 1, 'Dementia Armguards'), +(1126263, 24733, 0, 1, 1, 1, 'Sunroc Waistband'), +(1126263, 24734, 0, 1, 1, 1, 'Sunroc Boots'), +(1126263, 24735, 0, 1, 1, 1, 'Sunroc Chestpiece'), +(1126263, 24736, 0, 1, 1, 1, 'Sunroc Gloves'), +(1126263, 24737, 0, 1, 1, 1, 'Sunroc Mask'), +(1126263, 24738, 0, 1, 1, 1, 'Sunroc Pants'), +(1126263, 24739, 0, 1, 1, 1, 'Sunroc Shoulderguards'), +(1126263, 24740, 0, 1, 1, 1, 'Sunroc Armguards'), +(1126263, 24822, 0, 1, 1, 1, 'Netherstalker Belt'), +(1126263, 24823, 0, 1, 1, 1, 'Netherstalker Greaves'), +(1126263, 24824, 0, 1, 1, 1, 'Netherstalker Armor'), +(1126263, 24825, 0, 1, 1, 1, 'Netherstalker Gloves'), +(1126263, 24826, 0, 1, 1, 1, 'Netherstalker Helmet'), +(1126263, 24827, 0, 1, 1, 1, 'Netherstalker Legguards'), +(1126263, 24828, 0, 1, 1, 1, 'Netherstalker Mantle'), +(1126263, 24829, 0, 1, 1, 1, 'Netherstalker Bracer'), +(1126263, 24830, 0, 1, 1, 1, 'Nexus-Strider Belt'), +(1126263, 24831, 0, 1, 1, 1, 'Nexus-Strider Greaves'), +(1126263, 24832, 0, 1, 1, 1, 'Nexus-Strider Breastplate'), +(1126263, 24833, 0, 1, 1, 1, 'Nexus-Strider Gloves'), +(1126263, 24834, 0, 1, 1, 1, 'Nexus-Strider Helmet'), +(1126263, 24835, 0, 1, 1, 1, 'Nexus-Strider Legwraps'), +(1126263, 24836, 0, 1, 1, 1, 'Nexus-Strider Mantle'), +(1126263, 24837, 0, 1, 1, 1, 'Nexus-Strider Bracer'), +(1126263, 24838, 0, 1, 1, 1, 'Wrathfin Waistband'), +(1126263, 24839, 0, 1, 1, 1, 'Wrathfin Greaves'), +(1126263, 24840, 0, 1, 1, 1, 'Wrathfin Armor'), +(1126263, 24841, 0, 1, 1, 1, 'Wrathfin Gloves'), +(1126263, 24842, 0, 1, 1, 1, 'Wrathfin Helmet'), +(1126263, 24843, 0, 1, 1, 1, 'Wrathfin Legguards'), +(1126263, 24844, 0, 1, 1, 1, 'Wrathfin Mantle'), +(1126263, 24845, 0, 1, 1, 1, 'Wrathfin Bindings'), +(1126263, 24846, 0, 1, 1, 1, 'Fenclaw Waistband'), +(1126263, 24847, 0, 1, 1, 1, 'Fenclaw Footwraps'), +(1126263, 24848, 0, 1, 1, 1, 'Fenclaw Armor'), +(1126263, 24849, 0, 1, 1, 1, 'Fenclaw Fists'), +(1126263, 24850, 0, 1, 1, 1, 'Fenclaw Helm'), +(1126263, 24851, 0, 1, 1, 1, 'Fenclaw Legguards'), +(1126263, 24852, 0, 1, 1, 1, 'Fenclaw Mantle'), +(1126263, 24853, 0, 1, 1, 1, 'Fenclaw Bindings'), +(1126263, 24934, 0, 1, 1, 1, 'Darkcrest Belt'), +(1126263, 24935, 0, 1, 1, 1, 'Darkcrest Sabatons'), +(1126263, 24936, 0, 1, 1, 1, 'Darkcrest Breastplate'), +(1126263, 24937, 0, 1, 1, 1, 'Darkcrest Gauntlets'), +(1126263, 24938, 0, 1, 1, 1, 'Darkcrest Helm'), +(1126263, 24939, 0, 1, 1, 1, 'Darkcrest Legguards'), +(1126263, 24940, 0, 1, 1, 1, 'Darkcrest Pauldrons'), +(1126263, 24941, 0, 1, 1, 1, 'Darkcrest Bracers'), +(1126263, 24942, 0, 1, 1, 1, 'Bloodscale Belt'), +(1126263, 24943, 0, 1, 1, 1, 'Bloodscale Sabatons'), +(1126263, 24944, 0, 1, 1, 1, 'Bloodscale Breastplate'), +(1126263, 24945, 0, 1, 1, 1, 'Bloodscale Gauntlets'), +(1126263, 24946, 0, 1, 1, 1, 'Bloodscale Helm'), +(1126263, 24947, 0, 1, 1, 1, 'Bloodscale Legguards'), +(1126263, 24948, 0, 1, 1, 1, 'Bloodscale Pauldrons'), +(1126263, 24949, 0, 1, 1, 1, 'Bloodscale Bracers'), +(1126263, 24950, 0, 1, 1, 1, 'Bogslayer Belt'), +(1126263, 24951, 0, 1, 1, 1, 'Bogslayer Sabatons'), +(1126263, 24952, 0, 1, 1, 1, 'Bogslayer Breastplate'), +(1126263, 24953, 0, 1, 1, 1, 'Bogslayer Gauntlets'), +(1126263, 24954, 0, 1, 1, 1, 'Bogslayer Helm'), +(1126263, 24955, 0, 1, 1, 1, 'Bogslayer Legplates'), +(1126263, 24956, 0, 1, 1, 1, 'Bogslayer Pauldrons'), +(1126263, 24957, 0, 1, 1, 1, 'Bogslayer Bracers'), +(1126263, 24958, 0, 1, 1, 1, 'Khan\'aish Girdle'), +(1126263, 24959, 0, 1, 1, 1, 'Khan\'aish Greaves'), +(1126263, 24960, 0, 1, 1, 1, 'Khan\'aish Breastplate'), +(1126263, 24961, 0, 1, 1, 1, 'Khan\'aish Gloves'), +(1126263, 24962, 0, 1, 1, 1, 'Khan\'aish Helmet'), +(1126263, 24963, 0, 1, 1, 1, 'Khan\'aish Legplates'), +(1126263, 24964, 0, 1, 1, 1, 'Khan\'aish Epaulets'), +(1126263, 24965, 0, 1, 1, 1, 'Khan\'aish Bracers'), +(1126263, 25032, 0, 1, 1, 1, 'Hellfire Cloak'), +(1126263, 25033, 0, 1, 1, 1, 'Scavenger\'s Cloak'), +(1126263, 25034, 0, 1, 1, 1, 'Elementalist Cloak'), +(1126263, 25035, 0, 1, 1, 1, 'Silver-Lined Cloak'), +(1126263, 25046, 0, 1, 1, 1, 'Spined Ring'), +(1126263, 25047, 0, 1, 1, 1, 'Tourmaline Loop'), +(1126263, 25048, 0, 1, 1, 1, 'Smoky Quartz Ring'), +(1126263, 25049, 0, 1, 1, 1, 'Scheelite Ring'), +(1126263, 25060, 0, 1, 1, 1, 'Sunstone Necklace'), +(1126263, 25061, 0, 1, 1, 1, 'Hiddenite Necklace'), +(1126263, 25062, 0, 1, 1, 1, 'Zircon Amulet'), +(1126263, 25063, 0, 1, 1, 1, 'Multi-Colored Beads'), +(1126263, 25074, 0, 1, 1, 1, 'Telaari Shield'), +(1126263, 25075, 0, 1, 1, 1, 'Hardened Steel Shield'), +(1126263, 25076, 0, 1, 1, 1, 'Screaming Shield'), +(1126263, 25077, 0, 1, 1, 1, 'Modani War-Shield'), +(1126263, 25088, 0, 1, 1, 1, 'Laughing Skull Orb'), +(1126263, 25089, 0, 1, 1, 1, 'Supplicant\'s Rod'), +(1126263, 25090, 0, 1, 1, 1, 'Slavehandler Rod'), +(1126263, 25091, 0, 1, 1, 1, 'Mistyreed Torch'), +(1126263, 25102, 0, 1, 1, 1, 'Jaedenis Dagger'), +(1126263, 25103, 0, 1, 1, 1, 'Nightstalker Dagger'), +(1126263, 25104, 0, 1, 1, 1, 'Anzac Dagger'), +(1126263, 25105, 0, 1, 1, 1, 'Arachnid Dagger'), +(1126263, 25116, 0, 1, 1, 1, 'Pneumatic War Hammer'), +(1126263, 25117, 0, 1, 1, 1, 'Flanged Battle Mace'), +(1126263, 25118, 0, 1, 1, 1, 'Battle Star'), +(1126263, 25119, 0, 1, 1, 1, 'Silvermoon War-Mace'), +(1126263, 25130, 0, 1, 1, 1, 'Gronn-Bone Club'), +(1126263, 25131, 0, 1, 1, 1, 'Hateful Bludgeon'), +(1126263, 25132, 0, 1, 1, 1, 'Thrallmar War Hammer'), +(1126263, 25133, 0, 1, 1, 1, 'Stormwind Maul'), +(1126263, 25144, 0, 1, 1, 1, 'Skettis Curved Blade'), +(1126263, 25146, 0, 1, 1, 1, 'Light-Etched Longsword'), +(1126263, 25147, 0, 1, 1, 1, 'Skystrider Katana'), +(1126263, 25158, 0, 1, 1, 1, 'Skeletal Broadsword'), +(1126263, 25160, 0, 1, 1, 1, 'Vengeance Blade'), +(1126263, 25161, 0, 1, 1, 1, 'Dragon Wing Blade'), +(1126263, 25172, 0, 1, 1, 1, 'Jinbali Warp-Staff'), +(1126263, 25174, 0, 1, 1, 1, 'Hanbo Staff'), +(1126263, 25175, 0, 1, 1, 1, 'Demoniac Longstaff'), +(1126263, 25186, 0, 1, 1, 1, 'Vampiric Handscythes'), +(1126263, 25187, 0, 1, 1, 1, 'Shekketh Talons'), +(1126263, 25188, 0, 1, 1, 1, 'Spleenripper Claws'), +(1126263, 25189, 0, 1, 1, 1, 'Ironspine Point'), +(1126263, 25200, 0, 1, 1, 1, 'Jagged Broadaxe'), +(1126263, 25201, 0, 1, 1, 1, 'Reaver\'s Sickle'), +(1126263, 25202, 0, 1, 1, 1, 'Kingly Axe'), +(1126263, 25203, 0, 1, 1, 1, 'Chipped Woodchopper'), +(1126263, 25214, 0, 1, 1, 1, 'Mok\'Nathal Battleaxe'), +(1126263, 25215, 0, 1, 1, 1, 'Spiked Battle Axe'), +(1126263, 25216, 0, 1, 1, 1, 'Ogre Splitting Axe'), +(1126263, 25228, 0, 1, 1, 1, 'Halberd Polearm'), +(1126263, 25229, 0, 1, 1, 1, 'Partisan Polearm'), +(1126263, 25230, 0, 1, 1, 1, 'Voulge Blade'), +(1126263, 25231, 0, 1, 1, 1, 'Fel-Wrought Halberd'), +(1126263, 25242, 0, 1, 1, 1, 'Telaari Longbow'), +(1126263, 25243, 0, 1, 1, 1, 'Windtalker Bow'), +(1126263, 25244, 0, 1, 1, 1, 'Viper Bow'), +(1126263, 25245, 0, 1, 1, 1, 'Razorsong Bow'), +(1126263, 25256, 0, 1, 1, 1, 'Stronghold Crossbow'), +(1126263, 25257, 0, 1, 1, 1, 'Citadel Crossbow'), +(1126263, 25258, 0, 1, 1, 1, 'Repeater Crossbow'), +(1126263, 25259, 0, 1, 1, 1, 'Collapsible Crossbow'), +(1126263, 25270, 0, 1, 1, 1, 'Gnomish Assault Rifle'), +(1126263, 25271, 0, 1, 1, 1, 'Croc-Hunter\'s Rifle'), +(1126263, 25272, 0, 1, 1, 1, 'PC-54 Shotgun'), +(1126263, 25273, 0, 1, 1, 1, 'Sawed-Off Shotgun'), +(1126263, 25284, 0, 1, 1, 1, 'Purpleheart Wand'), +(1126263, 25286, 0, 1, 1, 1, 'Yew Wand'), +(1126263, 25287, 0, 1, 1, 1, 'Magician\'s Wand'), +(1126263, 25298, 0, 1, 1, 1, 'Combustion Dagger'), +(1126263, 25299, 0, 1, 1, 1, 'Siphoning Dagger'), +(1126263, 25300, 0, 1, 1, 1, 'Lightning Dagger'), +(1126263, 25301, 0, 1, 1, 1, 'Shattering Dagger'), +(1126263, 25312, 0, 1, 1, 1, 'Glorious Scepter'), +(1126263, 25313, 0, 1, 1, 1, 'Cold-Iron Scepter'), +(1126263, 25314, 0, 1, 1, 1, 'Ceremonial Hammer'), +(1126263, 25315, 0, 1, 1, 1, 'Restorative Mace'), +(1126263, 25326, 0, 1, 1, 1, 'Primal Lore-Staff'), +(1126263, 25327, 0, 1, 1, 1, 'Frenzied Staff'), +(1126263, 25328, 0, 1, 1, 1, 'Faerie-Kind Staff'), +(1126263, 25329, 0, 1, 1, 1, 'Tranquility Staff'), +(1126263, 28533, 0, 1, 1, 1, 'Wooden Boomerang'), +(1126263, 28534, 0, 1, 1, 1, 'Fel Tipped Dart'), +(1126263, 28535, 0, 1, 1, 1, 'Amani Throwing Axe'), +(1126263, 28536, 0, 1, 1, 1, 'Jagged Guillotine'), +(1126363, 24605, 0, 1, 1, 1, 'Laughing Skull Waistguard'), +(1126363, 24606, 0, 1, 1, 1, 'Laughing Skull Boot'), +(1126363, 24607, 0, 1, 1, 1, 'Laughing Skull Tunic'), +(1126363, 24608, 0, 1, 1, 1, 'Laughing Skull Gloves'), +(1126363, 24609, 0, 1, 1, 1, 'Laughing Skull Cap'), +(1126363, 24610, 0, 1, 1, 1, 'Laughing Skull Pants'), +(1126363, 24611, 0, 1, 1, 1, 'Laughing Skull Shoulderpads'), +(1126363, 24612, 0, 1, 1, 1, 'Laughing Skull Bracelets'), +(1126363, 24613, 0, 1, 1, 1, 'Vindicator Belt'), +(1126363, 24614, 0, 1, 1, 1, 'Vindicator Boots'), +(1126363, 24615, 0, 1, 1, 1, 'Vindicator Tunic'), +(1126363, 24616, 0, 1, 1, 1, 'Vindicator Gloves'), +(1126363, 24617, 0, 1, 1, 1, 'Vindicator Cap'), +(1126363, 24618, 0, 1, 1, 1, 'Vindicator Pants'), +(1126363, 24619, 0, 1, 1, 1, 'Vindicator Shoulderpads'), +(1126363, 24620, 0, 1, 1, 1, 'Vindicator Bracers'), +(1126363, 24621, 0, 1, 1, 1, 'Slavehandler Belt'), +(1126363, 24622, 0, 1, 1, 1, 'Slavehandler Footpads'), +(1126363, 24623, 0, 1, 1, 1, 'Slavehandler Jerkin'), +(1126363, 24624, 0, 1, 1, 1, 'Slavehandler Handwraps'), +(1126363, 24625, 0, 1, 1, 1, 'Slavehandler Cap'), +(1126363, 24626, 0, 1, 1, 1, 'Slavehandler Pants'), +(1126363, 24627, 0, 1, 1, 1, 'Slavehandler Amice'), +(1126363, 24628, 0, 1, 1, 1, 'Slavehandler Wristguards'), +(1126363, 24717, 0, 1, 1, 1, 'Dreghood Belt'), +(1126363, 24718, 0, 1, 1, 1, 'Dreghood Boots'), +(1126363, 24719, 0, 1, 1, 1, 'Dreghood Chestpiece'), +(1126363, 24720, 0, 1, 1, 1, 'Dreghood Gloves'), +(1126363, 24721, 0, 1, 1, 1, 'Dreghood Cowl'), +(1126363, 24722, 0, 1, 1, 1, 'Dreghood Trousers'), +(1126363, 24723, 0, 1, 1, 1, 'Dreghood Pauldrons'), +(1126363, 24724, 0, 1, 1, 1, 'Dreghood Bands'), +(1126363, 24725, 0, 1, 1, 1, 'Dementia Cord'), +(1126363, 24726, 0, 1, 1, 1, 'Dementia Boots'), +(1126363, 24727, 0, 1, 1, 1, 'Dementia Vest'), +(1126363, 24728, 0, 1, 1, 1, 'Dementia Gloves'), +(1126363, 24729, 0, 1, 1, 1, 'Dementia Hood'), +(1126363, 24730, 0, 1, 1, 1, 'Dementia Trousers'), +(1126363, 24731, 0, 1, 1, 1, 'Dementia Shoulderguards'), +(1126363, 24732, 0, 1, 1, 1, 'Dementia Armguards'), +(1126363, 24733, 0, 1, 1, 1, 'Sunroc Waistband'), +(1126363, 24734, 0, 1, 1, 1, 'Sunroc Boots'), +(1126363, 24735, 0, 1, 1, 1, 'Sunroc Chestpiece'), +(1126363, 24736, 0, 1, 1, 1, 'Sunroc Gloves'), +(1126363, 24737, 0, 1, 1, 1, 'Sunroc Mask'), +(1126363, 24738, 0, 1, 1, 1, 'Sunroc Pants'), +(1126363, 24739, 0, 1, 1, 1, 'Sunroc Shoulderguards'), +(1126363, 24740, 0, 1, 1, 1, 'Sunroc Armguards'), +(1126363, 24830, 0, 1, 1, 1, 'Nexus-Strider Belt'), +(1126363, 24831, 0, 1, 1, 1, 'Nexus-Strider Greaves'), +(1126363, 24832, 0, 1, 1, 1, 'Nexus-Strider Breastplate'), +(1126363, 24833, 0, 1, 1, 1, 'Nexus-Strider Gloves'), +(1126363, 24834, 0, 1, 1, 1, 'Nexus-Strider Helmet'), +(1126363, 24835, 0, 1, 1, 1, 'Nexus-Strider Legwraps'), +(1126363, 24836, 0, 1, 1, 1, 'Nexus-Strider Mantle'), +(1126363, 24837, 0, 1, 1, 1, 'Nexus-Strider Bracer'), +(1126363, 24838, 0, 1, 1, 1, 'Wrathfin Waistband'), +(1126363, 24839, 0, 1, 1, 1, 'Wrathfin Greaves'), +(1126363, 24840, 0, 1, 1, 1, 'Wrathfin Armor'), +(1126363, 24841, 0, 1, 1, 1, 'Wrathfin Gloves'), +(1126363, 24842, 0, 1, 1, 1, 'Wrathfin Helmet'), +(1126363, 24843, 0, 1, 1, 1, 'Wrathfin Legguards'), +(1126363, 24844, 0, 1, 1, 1, 'Wrathfin Mantle'), +(1126363, 24845, 0, 1, 1, 1, 'Wrathfin Bindings'), +(1126363, 24846, 0, 1, 1, 1, 'Fenclaw Waistband'), +(1126363, 24847, 0, 1, 1, 1, 'Fenclaw Footwraps'), +(1126363, 24848, 0, 1, 1, 1, 'Fenclaw Armor'), +(1126363, 24849, 0, 1, 1, 1, 'Fenclaw Fists'), +(1126363, 24850, 0, 1, 1, 1, 'Fenclaw Helm'), +(1126363, 24851, 0, 1, 1, 1, 'Fenclaw Legguards'), +(1126363, 24852, 0, 1, 1, 1, 'Fenclaw Mantle'), +(1126363, 24853, 0, 1, 1, 1, 'Fenclaw Bindings'), +(1126363, 24942, 0, 1, 1, 1, 'Bloodscale Belt'), +(1126363, 24943, 0, 1, 1, 1, 'Bloodscale Sabatons'), +(1126363, 24944, 0, 1, 1, 1, 'Bloodscale Breastplate'), +(1126363, 24945, 0, 1, 1, 1, 'Bloodscale Gauntlets'), +(1126363, 24946, 0, 1, 1, 1, 'Bloodscale Helm'), +(1126363, 24947, 0, 1, 1, 1, 'Bloodscale Legguards'), +(1126363, 24948, 0, 1, 1, 1, 'Bloodscale Pauldrons'), +(1126363, 24949, 0, 1, 1, 1, 'Bloodscale Bracers'), +(1126363, 24950, 0, 1, 1, 1, 'Bogslayer Belt'), +(1126363, 24951, 0, 1, 1, 1, 'Bogslayer Sabatons'), +(1126363, 24952, 0, 1, 1, 1, 'Bogslayer Breastplate'), +(1126363, 24953, 0, 1, 1, 1, 'Bogslayer Gauntlets'), +(1126363, 24954, 0, 1, 1, 1, 'Bogslayer Helm'), +(1126363, 24955, 0, 1, 1, 1, 'Bogslayer Legplates'), +(1126363, 24956, 0, 1, 1, 1, 'Bogslayer Pauldrons'), +(1126363, 24957, 0, 1, 1, 1, 'Bogslayer Bracers'), +(1126363, 24958, 0, 1, 1, 1, 'Khan\'aish Girdle'), +(1126363, 24959, 0, 1, 1, 1, 'Khan\'aish Greaves'), +(1126363, 24960, 0, 1, 1, 1, 'Khan\'aish Breastplate'), +(1126363, 24961, 0, 1, 1, 1, 'Khan\'aish Gloves'), +(1126363, 24962, 0, 1, 1, 1, 'Khan\'aish Helmet'), +(1126363, 24963, 0, 1, 1, 1, 'Khan\'aish Legplates'), +(1126363, 24964, 0, 1, 1, 1, 'Khan\'aish Epaulets'), +(1126363, 24965, 0, 1, 1, 1, 'Khan\'aish Bracers'), +(1126363, 25033, 0, 1, 1, 1, 'Scavenger\'s Cloak'), +(1126363, 25034, 0, 1, 1, 1, 'Elementalist Cloak'), +(1126363, 25035, 0, 1, 1, 1, 'Silver-Lined Cloak'), +(1126363, 25047, 0, 1, 1, 1, 'Tourmaline Loop'), +(1126363, 25048, 0, 1, 1, 1, 'Smoky Quartz Ring'), +(1126363, 25049, 0, 1, 1, 1, 'Scheelite Ring'), +(1126363, 25061, 0, 1, 1, 1, 'Hiddenite Necklace'), +(1126363, 25062, 0, 1, 1, 1, 'Zircon Amulet'), +(1126363, 25063, 0, 1, 1, 1, 'Multi-Colored Beads'), +(1126363, 25075, 0, 1, 1, 1, 'Hardened Steel Shield'), +(1126363, 25076, 0, 1, 1, 1, 'Screaming Shield'), +(1126363, 25077, 0, 1, 1, 1, 'Modani War-Shield'), +(1126363, 25089, 0, 1, 1, 1, 'Supplicant\'s Rod'), +(1126363, 25090, 0, 1, 1, 1, 'Slavehandler Rod'), +(1126363, 25091, 0, 1, 1, 1, 'Mistyreed Torch'), +(1126363, 25103, 0, 1, 1, 1, 'Nightstalker Dagger'), +(1126363, 25104, 0, 1, 1, 1, 'Anzac Dagger'), +(1126363, 25105, 0, 1, 1, 1, 'Arachnid Dagger'), +(1126363, 25117, 0, 1, 1, 1, 'Flanged Battle Mace'), +(1126363, 25118, 0, 1, 1, 1, 'Battle Star'), +(1126363, 25119, 0, 1, 1, 1, 'Silvermoon War-Mace'), +(1126363, 25131, 0, 1, 1, 1, 'Hateful Bludgeon'), +(1126363, 25132, 0, 1, 1, 1, 'Thrallmar War Hammer'), +(1126363, 25133, 0, 1, 1, 1, 'Stormwind Maul'), +(1126363, 25146, 0, 1, 1, 1, 'Light-Etched Longsword'), +(1126363, 25147, 0, 1, 1, 1, 'Skystrider Katana'), +(1126363, 25160, 0, 1, 1, 1, 'Vengeance Blade'), +(1126363, 25161, 0, 1, 1, 1, 'Dragon Wing Blade'), +(1126363, 25174, 0, 1, 1, 1, 'Hanbo Staff'), +(1126363, 25175, 0, 1, 1, 1, 'Demoniac Longstaff'), +(1126363, 25187, 0, 1, 1, 1, 'Shekketh Talons'), +(1126363, 25188, 0, 1, 1, 1, 'Spleenripper Claws'), +(1126363, 25189, 0, 1, 1, 1, 'Ironspine Point'), +(1126363, 25201, 0, 1, 1, 1, 'Reaver\'s Sickle'), +(1126363, 25202, 0, 1, 1, 1, 'Kingly Axe'), +(1126363, 25203, 0, 1, 1, 1, 'Chipped Woodchopper'), +(1126363, 25215, 0, 1, 1, 1, 'Spiked Battle Axe'), +(1126363, 25216, 0, 1, 1, 1, 'Ogre Splitting Axe'), +(1126363, 25229, 0, 1, 1, 1, 'Partisan Polearm'), +(1126363, 25230, 0, 1, 1, 1, 'Voulge Blade'), +(1126363, 25231, 0, 1, 1, 1, 'Fel-Wrought Halberd'), +(1126363, 25243, 0, 1, 1, 1, 'Windtalker Bow'), +(1126363, 25244, 0, 1, 1, 1, 'Viper Bow'), +(1126363, 25245, 0, 1, 1, 1, 'Razorsong Bow'), +(1126363, 25257, 0, 1, 1, 1, 'Citadel Crossbow'), +(1126363, 25258, 0, 1, 1, 1, 'Repeater Crossbow'), +(1126363, 25259, 0, 1, 1, 1, 'Collapsible Crossbow'), +(1126363, 25271, 0, 1, 1, 1, 'Croc-Hunter\'s Rifle'), +(1126363, 25272, 0, 1, 1, 1, 'PC-54 Shotgun'), +(1126363, 25273, 0, 1, 1, 1, 'Sawed-Off Shotgun'), +(1126363, 25286, 0, 1, 1, 1, 'Yew Wand'), +(1126363, 25287, 0, 1, 1, 1, 'Magician\'s Wand'), +(1126363, 25299, 0, 1, 1, 1, 'Siphoning Dagger'), +(1126363, 25300, 0, 1, 1, 1, 'Lightning Dagger'), +(1126363, 25301, 0, 1, 1, 1, 'Shattering Dagger'), +(1126363, 25313, 0, 1, 1, 1, 'Cold-Iron Scepter'), +(1126363, 25314, 0, 1, 1, 1, 'Ceremonial Hammer'), +(1126363, 25315, 0, 1, 1, 1, 'Restorative Mace'), +(1126363, 25327, 0, 1, 1, 1, 'Frenzied Staff'), +(1126363, 25328, 0, 1, 1, 1, 'Faerie-Kind Staff'), +(1126363, 25329, 0, 1, 1, 1, 'Tranquility Staff'), +(1126363, 28534, 0, 1, 1, 1, 'Fel Tipped Dart'), +(1126363, 28535, 0, 1, 1, 1, 'Amani Throwing Axe'), +(1126363, 28536, 0, 1, 1, 1, 'Jagged Guillotine'), +(1126364, 24605, 0, 1, 1, 1, 'Laughing Skull Waistguard'), +(1126364, 24606, 0, 1, 1, 1, 'Laughing Skull Boot'), +(1126364, 24607, 0, 1, 1, 1, 'Laughing Skull Tunic'), +(1126364, 24608, 0, 1, 1, 1, 'Laughing Skull Gloves'), +(1126364, 24609, 0, 1, 1, 1, 'Laughing Skull Cap'), +(1126364, 24610, 0, 1, 1, 1, 'Laughing Skull Pants'), +(1126364, 24611, 0, 1, 1, 1, 'Laughing Skull Shoulderpads'), +(1126364, 24612, 0, 1, 1, 1, 'Laughing Skull Bracelets'), +(1126364, 24613, 0, 1, 1, 1, 'Vindicator Belt'), +(1126364, 24614, 0, 1, 1, 1, 'Vindicator Boots'), +(1126364, 24615, 0, 1, 1, 1, 'Vindicator Tunic'), +(1126364, 24616, 0, 1, 1, 1, 'Vindicator Gloves'), +(1126364, 24617, 0, 1, 1, 1, 'Vindicator Cap'), +(1126364, 24618, 0, 1, 1, 1, 'Vindicator Pants'), +(1126364, 24619, 0, 1, 1, 1, 'Vindicator Shoulderpads'), +(1126364, 24620, 0, 1, 1, 1, 'Vindicator Bracers'), +(1126364, 24621, 0, 1, 1, 1, 'Slavehandler Belt'), +(1126364, 24622, 0, 1, 1, 1, 'Slavehandler Footpads'), +(1126364, 24623, 0, 1, 1, 1, 'Slavehandler Jerkin'), +(1126364, 24624, 0, 1, 1, 1, 'Slavehandler Handwraps'), +(1126364, 24625, 0, 1, 1, 1, 'Slavehandler Cap'), +(1126364, 24626, 0, 1, 1, 1, 'Slavehandler Pants'), +(1126364, 24627, 0, 1, 1, 1, 'Slavehandler Amice'), +(1126364, 24628, 0, 1, 1, 1, 'Slavehandler Wristguards'), +(1126364, 24629, 0, 1, 1, 1, 'Feralfen Sash'), +(1126364, 24630, 0, 1, 1, 1, 'Feralfen Sandals'), +(1126364, 24631, 0, 1, 1, 1, 'Feralfen Jerkin'), +(1126364, 24632, 0, 1, 1, 1, 'Feralfen Hand'), +(1126364, 24633, 0, 1, 1, 1, 'Feralfen Hood'), +(1126364, 24634, 0, 1, 1, 1, 'Feralfen Pants'), +(1126364, 24635, 0, 1, 1, 1, 'Feralfen Amice'), +(1126364, 24636, 0, 1, 1, 1, 'Feralfen Cuffs'), +(1126364, 24717, 0, 1, 1, 1, 'Dreghood Belt'), +(1126364, 24718, 0, 1, 1, 1, 'Dreghood Boots'), +(1126364, 24719, 0, 1, 1, 1, 'Dreghood Chestpiece'), +(1126364, 24720, 0, 1, 1, 1, 'Dreghood Gloves'), +(1126364, 24721, 0, 1, 1, 1, 'Dreghood Cowl'), +(1126364, 24722, 0, 1, 1, 1, 'Dreghood Trousers'), +(1126364, 24723, 0, 1, 1, 1, 'Dreghood Pauldrons'), +(1126364, 24724, 0, 1, 1, 1, 'Dreghood Bands'), +(1126364, 24725, 0, 1, 1, 1, 'Dementia Cord'), +(1126364, 24726, 0, 1, 1, 1, 'Dementia Boots'), +(1126364, 24727, 0, 1, 1, 1, 'Dementia Vest'), +(1126364, 24728, 0, 1, 1, 1, 'Dementia Gloves'), +(1126364, 24729, 0, 1, 1, 1, 'Dementia Hood'), +(1126364, 24730, 0, 1, 1, 1, 'Dementia Trousers'), +(1126364, 24731, 0, 1, 1, 1, 'Dementia Shoulderguards'), +(1126364, 24732, 0, 1, 1, 1, 'Dementia Armguards'), +(1126364, 24733, 0, 1, 1, 1, 'Sunroc Waistband'), +(1126364, 24734, 0, 1, 1, 1, 'Sunroc Boots'), +(1126364, 24735, 0, 1, 1, 1, 'Sunroc Chestpiece'), +(1126364, 24736, 0, 1, 1, 1, 'Sunroc Gloves'), +(1126364, 24737, 0, 1, 1, 1, 'Sunroc Mask'), +(1126364, 24738, 0, 1, 1, 1, 'Sunroc Pants'), +(1126364, 24739, 0, 1, 1, 1, 'Sunroc Shoulderguards'), +(1126364, 24740, 0, 1, 1, 1, 'Sunroc Armguards'), +(1126364, 24741, 0, 1, 1, 1, 'Ranger Belt'), +(1126364, 24742, 0, 1, 1, 1, 'Ranger Boots'), +(1126364, 24743, 0, 1, 1, 1, 'Ranger Jerkin'), +(1126364, 24744, 0, 1, 1, 1, 'Ranger Gloves'), +(1126364, 24745, 0, 1, 1, 1, 'Ranger Hat'), +(1126364, 24746, 0, 1, 1, 1, 'Ranger Pants'), +(1126364, 24747, 0, 1, 1, 1, 'Ranger Pauldrons'), +(1126364, 24748, 0, 1, 1, 1, 'Ranger Armguards'), +(1126364, 24830, 0, 1, 1, 1, 'Nexus-Strider Belt'), +(1126364, 24831, 0, 1, 1, 1, 'Nexus-Strider Greaves'), +(1126364, 24832, 0, 1, 1, 1, 'Nexus-Strider Breastplate'), +(1126364, 24833, 0, 1, 1, 1, 'Nexus-Strider Gloves'), +(1126364, 24834, 0, 1, 1, 1, 'Nexus-Strider Helmet'), +(1126364, 24835, 0, 1, 1, 1, 'Nexus-Strider Legwraps'), +(1126364, 24836, 0, 1, 1, 1, 'Nexus-Strider Mantle'), +(1126364, 24837, 0, 1, 1, 1, 'Nexus-Strider Bracer'), +(1126364, 24838, 0, 1, 1, 1, 'Wrathfin Waistband'), +(1126364, 24839, 0, 1, 1, 1, 'Wrathfin Greaves'), +(1126364, 24840, 0, 1, 1, 1, 'Wrathfin Armor'), +(1126364, 24841, 0, 1, 1, 1, 'Wrathfin Gloves'), +(1126364, 24842, 0, 1, 1, 1, 'Wrathfin Helmet'), +(1126364, 24843, 0, 1, 1, 1, 'Wrathfin Legguards'), +(1126364, 24844, 0, 1, 1, 1, 'Wrathfin Mantle'), +(1126364, 24845, 0, 1, 1, 1, 'Wrathfin Bindings'), +(1126364, 24846, 0, 1, 1, 1, 'Fenclaw Waistband'), +(1126364, 24847, 0, 1, 1, 1, 'Fenclaw Footwraps'), +(1126364, 24848, 0, 1, 1, 1, 'Fenclaw Armor'), +(1126364, 24849, 0, 1, 1, 1, 'Fenclaw Fists'), +(1126364, 24850, 0, 1, 1, 1, 'Fenclaw Helm'), +(1126364, 24851, 0, 1, 1, 1, 'Fenclaw Legguards'), +(1126364, 24852, 0, 1, 1, 1, 'Fenclaw Mantle'), +(1126364, 24853, 0, 1, 1, 1, 'Fenclaw Bindings'), +(1126364, 24854, 0, 1, 1, 1, 'Marshcreeper Belt'), +(1126364, 24855, 0, 1, 1, 1, 'Marshcreeper Sludgeboots'), +(1126364, 24856, 0, 1, 1, 1, 'Marshcreeper Fen-Vest'), +(1126364, 24857, 0, 1, 1, 1, 'Marshcreeper Gloves'), +(1126364, 24858, 0, 1, 1, 1, 'Marshcreeper Helm'), +(1126364, 24859, 0, 1, 1, 1, 'Marshcreeper Leggings'), +(1126364, 24860, 0, 1, 1, 1, 'Marshcreeper Mantle'), +(1126364, 24861, 0, 1, 1, 1, 'Marshcreeper Bracelets'), +(1126364, 24942, 0, 1, 1, 1, 'Bloodscale Belt'), +(1126364, 24943, 0, 1, 1, 1, 'Bloodscale Sabatons'), +(1126364, 24944, 0, 1, 1, 1, 'Bloodscale Breastplate'), +(1126364, 24945, 0, 1, 1, 1, 'Bloodscale Gauntlets'), +(1126364, 24946, 0, 1, 1, 1, 'Bloodscale Helm'), +(1126364, 24947, 0, 1, 1, 1, 'Bloodscale Legguards'), +(1126364, 24948, 0, 1, 1, 1, 'Bloodscale Pauldrons'), +(1126364, 24949, 0, 1, 1, 1, 'Bloodscale Bracers'), +(1126364, 24950, 0, 1, 1, 1, 'Bogslayer Belt'), +(1126364, 24951, 0, 1, 1, 1, 'Bogslayer Sabatons'), +(1126364, 24952, 0, 1, 1, 1, 'Bogslayer Breastplate'), +(1126364, 24953, 0, 1, 1, 1, 'Bogslayer Gauntlets'), +(1126364, 24954, 0, 1, 1, 1, 'Bogslayer Helm'), +(1126364, 24955, 0, 1, 1, 1, 'Bogslayer Legplates'), +(1126364, 24956, 0, 1, 1, 1, 'Bogslayer Pauldrons'), +(1126364, 24957, 0, 1, 1, 1, 'Bogslayer Bracers'), +(1126364, 24958, 0, 1, 1, 1, 'Khan\'aish Girdle'), +(1126364, 24959, 0, 1, 1, 1, 'Khan\'aish Greaves'), +(1126364, 24960, 0, 1, 1, 1, 'Khan\'aish Breastplate'), +(1126364, 24961, 0, 1, 1, 1, 'Khan\'aish Gloves'), +(1126364, 24962, 0, 1, 1, 1, 'Khan\'aish Helmet'), +(1126364, 24963, 0, 1, 1, 1, 'Khan\'aish Legplates'), +(1126364, 24964, 0, 1, 1, 1, 'Khan\'aish Epaulets'), +(1126364, 24965, 0, 1, 1, 1, 'Khan\'aish Bracers'), +(1126364, 24966, 0, 1, 1, 1, 'Talonguard Girdle'), +(1126364, 24967, 0, 1, 1, 1, 'Talonguard Greaves'), +(1126364, 24968, 0, 1, 1, 1, 'Talonguard Armor'), +(1126364, 24969, 0, 1, 1, 1, 'Talonguard Gloves'), +(1126364, 24970, 0, 1, 1, 1, 'Talonguard Helmet'), +(1126364, 24971, 0, 1, 1, 1, 'Talonguard Legplates'), +(1126364, 24972, 0, 1, 1, 1, 'Talonguard Epaulets'), +(1126364, 24973, 0, 1, 1, 1, 'Talonguard Bracers'), +(1126364, 25033, 0, 1, 1, 1, 'Scavenger\'s Cloak'), +(1126364, 25034, 0, 1, 1, 1, 'Elementalist Cloak'), +(1126364, 25035, 0, 1, 1, 1, 'Silver-Lined Cloak'), +(1126364, 25036, 0, 1, 1, 1, 'Boulderfist Cloak'), +(1126364, 25047, 0, 1, 1, 1, 'Tourmaline Loop'), +(1126364, 25048, 0, 1, 1, 1, 'Smoky Quartz Ring'), +(1126364, 25049, 0, 1, 1, 1, 'Scheelite Ring'), +(1126364, 25050, 0, 1, 1, 1, 'Moldavite Ring'), +(1126364, 25061, 0, 1, 1, 1, 'Hiddenite Necklace'), +(1126364, 25062, 0, 1, 1, 1, 'Zircon Amulet'), +(1126364, 25063, 0, 1, 1, 1, 'Multi-Colored Beads'), +(1126364, 25064, 0, 1, 1, 1, 'Amethyst Pendant'), +(1126364, 25075, 0, 1, 1, 1, 'Hardened Steel Shield'), +(1126364, 25076, 0, 1, 1, 1, 'Screaming Shield'), +(1126364, 25077, 0, 1, 1, 1, 'Modani War-Shield'), +(1126364, 25078, 0, 1, 1, 1, 'Zangari Shield'), +(1126364, 25089, 0, 1, 1, 1, 'Supplicant\'s Rod'), +(1126364, 25090, 0, 1, 1, 1, 'Slavehandler Rod'), +(1126364, 25091, 0, 1, 1, 1, 'Mistyreed Torch'), +(1126364, 25092, 0, 1, 1, 1, 'Consortium Crystal'), +(1126364, 25103, 0, 1, 1, 1, 'Nightstalker Dagger'), +(1126364, 25104, 0, 1, 1, 1, 'Anzac Dagger'), +(1126364, 25105, 0, 1, 1, 1, 'Arachnid Dagger'), +(1126364, 25106, 0, 1, 1, 1, 'Cobra Shortblade'), +(1126364, 25117, 0, 1, 1, 1, 'Flanged Battle Mace'), +(1126364, 25118, 0, 1, 1, 1, 'Battle Star'), +(1126364, 25119, 0, 1, 1, 1, 'Silvermoon War-Mace'), +(1126364, 25120, 0, 1, 1, 1, 'Rockshard Club'), +(1126364, 25131, 0, 1, 1, 1, 'Hateful Bludgeon'), +(1126364, 25132, 0, 1, 1, 1, 'Thrallmar War Hammer'), +(1126364, 25133, 0, 1, 1, 1, 'Stormwind Maul'), +(1126364, 25134, 0, 1, 1, 1, 'Highmountain Hammer'), +(1126364, 25146, 0, 1, 1, 1, 'Light-Etched Longsword'), +(1126364, 25147, 0, 1, 1, 1, 'Skystrider Katana'), +(1126364, 25148, 0, 1, 1, 1, 'Bone Collector Sword'), +(1126364, 25160, 0, 1, 1, 1, 'Vengeance Blade'), +(1126364, 25161, 0, 1, 1, 1, 'Dragon Wing Blade'), +(1126364, 25162, 0, 1, 1, 1, 'Darkened Broadsword'), +(1126364, 25174, 0, 1, 1, 1, 'Hanbo Staff'), +(1126364, 25175, 0, 1, 1, 1, 'Demoniac Longstaff'), +(1126364, 25176, 0, 1, 1, 1, 'Taiji Quarterstaff'), +(1126364, 25187, 0, 1, 1, 1, 'Shekketh Talons'), +(1126364, 25188, 0, 1, 1, 1, 'Spleenripper Claws'), +(1126364, 25189, 0, 1, 1, 1, 'Ironspine Point'), +(1126364, 25190, 0, 1, 1, 1, 'Wight\'s Claws'), +(1126364, 25201, 0, 1, 1, 1, 'Reaver\'s Sickle'), +(1126364, 25202, 0, 1, 1, 1, 'Kingly Axe'), +(1126364, 25203, 0, 1, 1, 1, 'Chipped Woodchopper'), +(1126364, 25204, 0, 1, 1, 1, 'Colossal War Axe'), +(1126364, 25215, 0, 1, 1, 1, 'Spiked Battle Axe'), +(1126364, 25216, 0, 1, 1, 1, 'Ogre Splitting Axe'), +(1126364, 25218, 0, 1, 1, 1, 'Silver-Edged Axe'), +(1126364, 25229, 0, 1, 1, 1, 'Partisan Polearm'), +(1126364, 25230, 0, 1, 1, 1, 'Voulge Blade'), +(1126364, 25231, 0, 1, 1, 1, 'Fel-Wrought Halberd'), +(1126364, 25232, 0, 1, 1, 1, 'War Glaive'), +(1126364, 25243, 0, 1, 1, 1, 'Windtalker Bow'), +(1126364, 25244, 0, 1, 1, 1, 'Viper Bow'), +(1126364, 25245, 0, 1, 1, 1, 'Razorsong Bow'), +(1126364, 25246, 0, 1, 1, 1, 'Thalassian Compound Bow'), +(1126364, 25257, 0, 1, 1, 1, 'Citadel Crossbow'), +(1126364, 25258, 0, 1, 1, 1, 'Repeater Crossbow'), +(1126364, 25259, 0, 1, 1, 1, 'Collapsible Crossbow'), +(1126364, 25260, 0, 1, 1, 1, 'Archer\'s Crossbow'), +(1126364, 25271, 0, 1, 1, 1, 'Croc-Hunter\'s Rifle'), +(1126364, 25272, 0, 1, 1, 1, 'PC-54 Shotgun'), +(1126364, 25273, 0, 1, 1, 1, 'Sawed-Off Shotgun'), +(1126364, 25274, 0, 1, 1, 1, 'Cliffjumper Shotgun'), +(1126364, 25286, 0, 1, 1, 1, 'Yew Wand'), +(1126364, 25287, 0, 1, 1, 1, 'Magician\'s Wand'), +(1126364, 25288, 0, 1, 1, 1, 'Conjurer\'s Wand'), +(1126364, 25299, 0, 1, 1, 1, 'Siphoning Dagger'), +(1126364, 25300, 0, 1, 1, 1, 'Lightning Dagger'), +(1126364, 25301, 0, 1, 1, 1, 'Shattering Dagger'), +(1126364, 25302, 0, 1, 1, 1, 'Soul-Drain Dagger'), +(1126364, 25313, 0, 1, 1, 1, 'Cold-Iron Scepter'), +(1126364, 25314, 0, 1, 1, 1, 'Ceremonial Hammer'), +(1126364, 25315, 0, 1, 1, 1, 'Restorative Mace'), +(1126364, 25316, 0, 1, 1, 1, 'Spirit-Clad Mace'), +(1126364, 25327, 0, 1, 1, 1, 'Frenzied Staff'), +(1126364, 25328, 0, 1, 1, 1, 'Faerie-Kind Staff'), +(1126364, 25329, 0, 1, 1, 1, 'Tranquility Staff'), +(1126364, 25330, 0, 1, 1, 1, 'Starshine Staff'), +(1126364, 28534, 0, 1, 1, 1, 'Fel Tipped Dart'), +(1126364, 28535, 0, 1, 1, 1, 'Amani Throwing Axe'), +(1126364, 28536, 0, 1, 1, 1, 'Jagged Guillotine'), +(1126364, 28537, 0, 1, 1, 1, 'Wildhammer Throwing Axe'), +(1126464, 24613, 0, 1, 1, 1, 'Vindicator Belt'), +(1126464, 24614, 0, 1, 1, 1, 'Vindicator Boots'), +(1126464, 24615, 0, 1, 1, 1, 'Vindicator Tunic'), +(1126464, 24616, 0, 1, 1, 1, 'Vindicator Gloves'), +(1126464, 24617, 0, 1, 1, 1, 'Vindicator Cap'), +(1126464, 24618, 0, 1, 1, 1, 'Vindicator Pants'), +(1126464, 24619, 0, 1, 1, 1, 'Vindicator Shoulderpads'), +(1126464, 24620, 0, 1, 1, 1, 'Vindicator Bracers'), +(1126464, 24621, 0, 1, 1, 1, 'Slavehandler Belt'), +(1126464, 24622, 0, 1, 1, 1, 'Slavehandler Footpads'), +(1126464, 24623, 0, 1, 1, 1, 'Slavehandler Jerkin'), +(1126464, 24624, 0, 1, 1, 1, 'Slavehandler Handwraps'), +(1126464, 24625, 0, 1, 1, 1, 'Slavehandler Cap'), +(1126464, 24626, 0, 1, 1, 1, 'Slavehandler Pants'), +(1126464, 24627, 0, 1, 1, 1, 'Slavehandler Amice'), +(1126464, 24628, 0, 1, 1, 1, 'Slavehandler Wristguards'), +(1126464, 24629, 0, 1, 1, 1, 'Feralfen Sash'), +(1126464, 24630, 0, 1, 1, 1, 'Feralfen Sandals'), +(1126464, 24631, 0, 1, 1, 1, 'Feralfen Jerkin'), +(1126464, 24632, 0, 1, 1, 1, 'Feralfen Hand'), +(1126464, 24633, 0, 1, 1, 1, 'Feralfen Hood'), +(1126464, 24634, 0, 1, 1, 1, 'Feralfen Pants'), +(1126464, 24635, 0, 1, 1, 1, 'Feralfen Amice'), +(1126464, 24636, 0, 1, 1, 1, 'Feralfen Cuffs'), +(1126464, 24725, 0, 1, 1, 1, 'Dementia Cord'), +(1126464, 24726, 0, 1, 1, 1, 'Dementia Boots'), +(1126464, 24727, 0, 1, 1, 1, 'Dementia Vest'), +(1126464, 24728, 0, 1, 1, 1, 'Dementia Gloves'), +(1126464, 24729, 0, 1, 1, 1, 'Dementia Hood'), +(1126464, 24730, 0, 1, 1, 1, 'Dementia Trousers'), +(1126464, 24731, 0, 1, 1, 1, 'Dementia Shoulderguards'), +(1126464, 24732, 0, 1, 1, 1, 'Dementia Armguards'), +(1126464, 24733, 0, 1, 1, 1, 'Sunroc Waistband'), +(1126464, 24734, 0, 1, 1, 1, 'Sunroc Boots'), +(1126464, 24735, 0, 1, 1, 1, 'Sunroc Chestpiece'), +(1126464, 24736, 0, 1, 1, 1, 'Sunroc Gloves'), +(1126464, 24737, 0, 1, 1, 1, 'Sunroc Mask'), +(1126464, 24738, 0, 1, 1, 1, 'Sunroc Pants'), +(1126464, 24739, 0, 1, 1, 1, 'Sunroc Shoulderguards'), +(1126464, 24740, 0, 1, 1, 1, 'Sunroc Armguards'), +(1126464, 24741, 0, 1, 1, 1, 'Ranger Belt'), +(1126464, 24742, 0, 1, 1, 1, 'Ranger Boots'), +(1126464, 24743, 0, 1, 1, 1, 'Ranger Jerkin'), +(1126464, 24744, 0, 1, 1, 1, 'Ranger Gloves'), +(1126464, 24745, 0, 1, 1, 1, 'Ranger Hat'), +(1126464, 24746, 0, 1, 1, 1, 'Ranger Pants'), +(1126464, 24747, 0, 1, 1, 1, 'Ranger Pauldrons'), +(1126464, 24748, 0, 1, 1, 1, 'Ranger Armguards'), +(1126464, 24838, 0, 1, 1, 1, 'Wrathfin Waistband'), +(1126464, 24839, 0, 1, 1, 1, 'Wrathfin Greaves'), +(1126464, 24840, 0, 1, 1, 1, 'Wrathfin Armor'), +(1126464, 24841, 0, 1, 1, 1, 'Wrathfin Gloves'), +(1126464, 24842, 0, 1, 1, 1, 'Wrathfin Helmet'), +(1126464, 24843, 0, 1, 1, 1, 'Wrathfin Legguards'), +(1126464, 24844, 0, 1, 1, 1, 'Wrathfin Mantle'), +(1126464, 24845, 0, 1, 1, 1, 'Wrathfin Bindings'), +(1126464, 24846, 0, 1, 1, 1, 'Fenclaw Waistband'), +(1126464, 24847, 0, 1, 1, 1, 'Fenclaw Footwraps'), +(1126464, 24848, 0, 1, 1, 1, 'Fenclaw Armor'), +(1126464, 24849, 0, 1, 1, 1, 'Fenclaw Fists'), +(1126464, 24850, 0, 1, 1, 1, 'Fenclaw Helm'), +(1126464, 24851, 0, 1, 1, 1, 'Fenclaw Legguards'), +(1126464, 24852, 0, 1, 1, 1, 'Fenclaw Mantle'), +(1126464, 24853, 0, 1, 1, 1, 'Fenclaw Bindings'), +(1126464, 24854, 0, 1, 1, 1, 'Marshcreeper Belt'), +(1126464, 24855, 0, 1, 1, 1, 'Marshcreeper Sludgeboots'), +(1126464, 24856, 0, 1, 1, 1, 'Marshcreeper Fen-Vest'), +(1126464, 24857, 0, 1, 1, 1, 'Marshcreeper Gloves'), +(1126464, 24858, 0, 1, 1, 1, 'Marshcreeper Helm'), +(1126464, 24859, 0, 1, 1, 1, 'Marshcreeper Leggings'), +(1126464, 24860, 0, 1, 1, 1, 'Marshcreeper Mantle'), +(1126464, 24861, 0, 1, 1, 1, 'Marshcreeper Bracelets'), +(1126464, 24950, 0, 1, 1, 1, 'Bogslayer Belt'), +(1126464, 24951, 0, 1, 1, 1, 'Bogslayer Sabatons'), +(1126464, 24952, 0, 1, 1, 1, 'Bogslayer Breastplate'), +(1126464, 24953, 0, 1, 1, 1, 'Bogslayer Gauntlets'), +(1126464, 24954, 0, 1, 1, 1, 'Bogslayer Helm'), +(1126464, 24955, 0, 1, 1, 1, 'Bogslayer Legplates'), +(1126464, 24956, 0, 1, 1, 1, 'Bogslayer Pauldrons'), +(1126464, 24957, 0, 1, 1, 1, 'Bogslayer Bracers'), +(1126464, 24958, 0, 1, 1, 1, 'Khan\'aish Girdle'), +(1126464, 24959, 0, 1, 1, 1, 'Khan\'aish Greaves'), +(1126464, 24960, 0, 1, 1, 1, 'Khan\'aish Breastplate'), +(1126464, 24961, 0, 1, 1, 1, 'Khan\'aish Gloves'), +(1126464, 24962, 0, 1, 1, 1, 'Khan\'aish Helmet'), +(1126464, 24963, 0, 1, 1, 1, 'Khan\'aish Legplates'), +(1126464, 24964, 0, 1, 1, 1, 'Khan\'aish Epaulets'), +(1126464, 24965, 0, 1, 1, 1, 'Khan\'aish Bracers'), +(1126464, 24966, 0, 1, 1, 1, 'Talonguard Girdle'), +(1126464, 24967, 0, 1, 1, 1, 'Talonguard Greaves'), +(1126464, 24968, 0, 1, 1, 1, 'Talonguard Armor'), +(1126464, 24969, 0, 1, 1, 1, 'Talonguard Gloves'), +(1126464, 24970, 0, 1, 1, 1, 'Talonguard Helmet'), +(1126464, 24971, 0, 1, 1, 1, 'Talonguard Legplates'), +(1126464, 24972, 0, 1, 1, 1, 'Talonguard Epaulets'), +(1126464, 24973, 0, 1, 1, 1, 'Talonguard Bracers'), +(1126464, 25034, 0, 1, 1, 1, 'Elementalist Cloak'), +(1126464, 25035, 0, 1, 1, 1, 'Silver-Lined Cloak'), +(1126464, 25036, 0, 1, 1, 1, 'Boulderfist Cloak'), +(1126464, 25048, 0, 1, 1, 1, 'Smoky Quartz Ring'), +(1126464, 25049, 0, 1, 1, 1, 'Scheelite Ring'), +(1126464, 25050, 0, 1, 1, 1, 'Moldavite Ring'), +(1126464, 25062, 0, 1, 1, 1, 'Zircon Amulet'), +(1126464, 25063, 0, 1, 1, 1, 'Multi-Colored Beads'), +(1126464, 25064, 0, 1, 1, 1, 'Amethyst Pendant'), +(1126464, 25076, 0, 1, 1, 1, 'Screaming Shield'), +(1126464, 25077, 0, 1, 1, 1, 'Modani War-Shield'), +(1126464, 25078, 0, 1, 1, 1, 'Zangari Shield'), +(1126464, 25090, 0, 1, 1, 1, 'Slavehandler Rod'), +(1126464, 25091, 0, 1, 1, 1, 'Mistyreed Torch'), +(1126464, 25092, 0, 1, 1, 1, 'Consortium Crystal'), +(1126464, 25104, 0, 1, 1, 1, 'Anzac Dagger'), +(1126464, 25105, 0, 1, 1, 1, 'Arachnid Dagger'), +(1126464, 25106, 0, 1, 1, 1, 'Cobra Shortblade'), +(1126464, 25118, 0, 1, 1, 1, 'Battle Star'), +(1126464, 25119, 0, 1, 1, 1, 'Silvermoon War-Mace'), +(1126464, 25120, 0, 1, 1, 1, 'Rockshard Club'), +(1126464, 25132, 0, 1, 1, 1, 'Thrallmar War Hammer'), +(1126464, 25133, 0, 1, 1, 1, 'Stormwind Maul'), +(1126464, 25134, 0, 1, 1, 1, 'Highmountain Hammer'), +(1126464, 25146, 0, 1, 1, 1, 'Light-Etched Longsword'), +(1126464, 25147, 0, 1, 1, 1, 'Skystrider Katana'), +(1126464, 25148, 0, 1, 1, 1, 'Bone Collector Sword'), +(1126464, 25160, 0, 1, 1, 1, 'Vengeance Blade'), +(1126464, 25161, 0, 1, 1, 1, 'Dragon Wing Blade'), +(1126464, 25162, 0, 1, 1, 1, 'Darkened Broadsword'), +(1126464, 25174, 0, 1, 1, 1, 'Hanbo Staff'), +(1126464, 25175, 0, 1, 1, 1, 'Demoniac Longstaff'), +(1126464, 25176, 0, 1, 1, 1, 'Taiji Quarterstaff'), +(1126464, 25188, 0, 1, 1, 1, 'Spleenripper Claws'), +(1126464, 25189, 0, 1, 1, 1, 'Ironspine Point'), +(1126464, 25190, 0, 1, 1, 1, 'Wight\'s Claws'), +(1126464, 25202, 0, 1, 1, 1, 'Kingly Axe'), +(1126464, 25203, 0, 1, 1, 1, 'Chipped Woodchopper'), +(1126464, 25204, 0, 1, 1, 1, 'Colossal War Axe'), +(1126464, 25216, 0, 1, 1, 1, 'Ogre Splitting Axe'), +(1126464, 25218, 0, 1, 1, 1, 'Silver-Edged Axe'), +(1126464, 25230, 0, 1, 1, 1, 'Voulge Blade'), +(1126464, 25231, 0, 1, 1, 1, 'Fel-Wrought Halberd'), +(1126464, 25232, 0, 1, 1, 1, 'War Glaive'), +(1126464, 25244, 0, 1, 1, 1, 'Viper Bow'), +(1126464, 25245, 0, 1, 1, 1, 'Razorsong Bow'), +(1126464, 25246, 0, 1, 1, 1, 'Thalassian Compound Bow'), +(1126464, 25258, 0, 1, 1, 1, 'Repeater Crossbow'), +(1126464, 25259, 0, 1, 1, 1, 'Collapsible Crossbow'), +(1126464, 25260, 0, 1, 1, 1, 'Archer\'s Crossbow'), +(1126464, 25272, 0, 1, 1, 1, 'PC-54 Shotgun'), +(1126464, 25273, 0, 1, 1, 1, 'Sawed-Off Shotgun'), +(1126464, 25274, 0, 1, 1, 1, 'Cliffjumper Shotgun'), +(1126464, 25286, 0, 1, 1, 1, 'Yew Wand'), +(1126464, 25287, 0, 1, 1, 1, 'Magician\'s Wand'), +(1126464, 25288, 0, 1, 1, 1, 'Conjurer\'s Wand'), +(1126464, 25300, 0, 1, 1, 1, 'Lightning Dagger'), +(1126464, 25301, 0, 1, 1, 1, 'Shattering Dagger'), +(1126464, 25302, 0, 1, 1, 1, 'Soul-Drain Dagger'), +(1126464, 25314, 0, 1, 1, 1, 'Ceremonial Hammer'), +(1126464, 25315, 0, 1, 1, 1, 'Restorative Mace'), +(1126464, 25316, 0, 1, 1, 1, 'Spirit-Clad Mace'), +(1126464, 25328, 0, 1, 1, 1, 'Faerie-Kind Staff'), +(1126464, 25329, 0, 1, 1, 1, 'Tranquility Staff'), +(1126464, 25330, 0, 1, 1, 1, 'Starshine Staff'), +(1126464, 28535, 0, 1, 1, 1, 'Amani Throwing Axe'), +(1126464, 28536, 0, 1, 1, 1, 'Jagged Guillotine'), +(1126464, 28537, 0, 1, 1, 1, 'Wildhammer Throwing Axe'), +(1126465, 24613, 0, 1, 1, 1, 'Vindicator Belt'), +(1126465, 24614, 0, 1, 1, 1, 'Vindicator Boots'), +(1126465, 24615, 0, 1, 1, 1, 'Vindicator Tunic'), +(1126465, 24616, 0, 1, 1, 1, 'Vindicator Gloves'), +(1126465, 24617, 0, 1, 1, 1, 'Vindicator Cap'), +(1126465, 24618, 0, 1, 1, 1, 'Vindicator Pants'), +(1126465, 24619, 0, 1, 1, 1, 'Vindicator Shoulderpads'), +(1126465, 24620, 0, 1, 1, 1, 'Vindicator Bracers'), +(1126465, 24621, 0, 1, 1, 1, 'Slavehandler Belt'), +(1126465, 24622, 0, 1, 1, 1, 'Slavehandler Footpads'), +(1126465, 24623, 0, 1, 1, 1, 'Slavehandler Jerkin'), +(1126465, 24624, 0, 1, 1, 1, 'Slavehandler Handwraps'), +(1126465, 24625, 0, 1, 1, 1, 'Slavehandler Cap'), +(1126465, 24626, 0, 1, 1, 1, 'Slavehandler Pants'), +(1126465, 24627, 0, 1, 1, 1, 'Slavehandler Amice'), +(1126465, 24628, 0, 1, 1, 1, 'Slavehandler Wristguards'), +(1126465, 24629, 0, 1, 1, 1, 'Feralfen Sash'), +(1126465, 24630, 0, 1, 1, 1, 'Feralfen Sandals'), +(1126465, 24631, 0, 1, 1, 1, 'Feralfen Jerkin'), +(1126465, 24632, 0, 1, 1, 1, 'Feralfen Hand'), +(1126465, 24633, 0, 1, 1, 1, 'Feralfen Hood'), +(1126465, 24634, 0, 1, 1, 1, 'Feralfen Pants'), +(1126465, 24635, 0, 1, 1, 1, 'Feralfen Amice'), +(1126465, 24636, 0, 1, 1, 1, 'Feralfen Cuffs'), +(1126465, 24637, 0, 1, 1, 1, 'Mistyreed Belt'), +(1126465, 24638, 0, 1, 1, 1, 'Mistyreed Boots'), +(1126465, 24639, 0, 1, 1, 1, 'Mistyreed Tunic'), +(1126465, 24640, 0, 1, 1, 1, 'Mistyreed Gloves'), +(1126465, 24641, 0, 1, 1, 1, 'Mistyreed Hood'), +(1126465, 24642, 0, 1, 1, 1, 'Mistyreed Pants'), +(1126465, 24643, 0, 1, 1, 1, 'Mistyreed Shoulderpads'), +(1126465, 24644, 0, 1, 1, 1, 'Mistyreed Bracers'), +(1126465, 24725, 0, 1, 1, 1, 'Dementia Cord'), +(1126465, 24726, 0, 1, 1, 1, 'Dementia Boots'), +(1126465, 24727, 0, 1, 1, 1, 'Dementia Vest'), +(1126465, 24728, 0, 1, 1, 1, 'Dementia Gloves'), +(1126465, 24729, 0, 1, 1, 1, 'Dementia Hood'), +(1126465, 24730, 0, 1, 1, 1, 'Dementia Trousers'), +(1126465, 24731, 0, 1, 1, 1, 'Dementia Shoulderguards'), +(1126465, 24732, 0, 1, 1, 1, 'Dementia Armguards'), +(1126465, 24733, 0, 1, 1, 1, 'Sunroc Waistband'), +(1126465, 24734, 0, 1, 1, 1, 'Sunroc Boots'), +(1126465, 24735, 0, 1, 1, 1, 'Sunroc Chestpiece'), +(1126465, 24736, 0, 1, 1, 1, 'Sunroc Gloves'), +(1126465, 24737, 0, 1, 1, 1, 'Sunroc Mask'), +(1126465, 24738, 0, 1, 1, 1, 'Sunroc Pants'), +(1126465, 24739, 0, 1, 1, 1, 'Sunroc Shoulderguards'), +(1126465, 24740, 0, 1, 1, 1, 'Sunroc Armguards'), +(1126465, 24741, 0, 1, 1, 1, 'Ranger Belt'), +(1126465, 24742, 0, 1, 1, 1, 'Ranger Boots'), +(1126465, 24743, 0, 1, 1, 1, 'Ranger Jerkin'), +(1126465, 24744, 0, 1, 1, 1, 'Ranger Gloves'), +(1126465, 24745, 0, 1, 1, 1, 'Ranger Hat'), +(1126465, 24746, 0, 1, 1, 1, 'Ranger Pants'), +(1126465, 24747, 0, 1, 1, 1, 'Ranger Pauldrons'), +(1126465, 24748, 0, 1, 1, 1, 'Ranger Armguards'), +(1126465, 24749, 0, 1, 1, 1, 'Daggerfen Belt'), +(1126465, 24750, 0, 1, 1, 1, 'Daggerfen Boots'), +(1126465, 24751, 0, 1, 1, 1, 'Daggerfen Battlevest'), +(1126465, 24752, 0, 1, 1, 1, 'Daggerfen Gloves'), +(1126465, 24753, 0, 1, 1, 1, 'Daggerfen Cowl'), +(1126465, 24754, 0, 1, 1, 1, 'Daggerfen Stitchpants'), +(1126465, 24755, 0, 1, 1, 1, 'Daggerfen Pauldrons'), +(1126465, 24756, 0, 1, 1, 1, 'Daggerfen Bindings'), +(1126465, 24838, 0, 1, 1, 1, 'Wrathfin Waistband'), +(1126465, 24839, 0, 1, 1, 1, 'Wrathfin Greaves'), +(1126465, 24840, 0, 1, 1, 1, 'Wrathfin Armor'), +(1126465, 24841, 0, 1, 1, 1, 'Wrathfin Gloves'), +(1126465, 24842, 0, 1, 1, 1, 'Wrathfin Helmet'), +(1126465, 24843, 0, 1, 1, 1, 'Wrathfin Legguards'), +(1126465, 24844, 0, 1, 1, 1, 'Wrathfin Mantle'), +(1126465, 24845, 0, 1, 1, 1, 'Wrathfin Bindings'), +(1126465, 24846, 0, 1, 1, 1, 'Fenclaw Waistband'), +(1126465, 24847, 0, 1, 1, 1, 'Fenclaw Footwraps'), +(1126465, 24848, 0, 1, 1, 1, 'Fenclaw Armor'), +(1126465, 24849, 0, 1, 1, 1, 'Fenclaw Fists'), +(1126465, 24850, 0, 1, 1, 1, 'Fenclaw Helm'), +(1126465, 24851, 0, 1, 1, 1, 'Fenclaw Legguards'), +(1126465, 24852, 0, 1, 1, 1, 'Fenclaw Mantle'), +(1126465, 24853, 0, 1, 1, 1, 'Fenclaw Bindings'), +(1126465, 24854, 0, 1, 1, 1, 'Marshcreeper Belt'), +(1126465, 24855, 0, 1, 1, 1, 'Marshcreeper Sludgeboots'), +(1126465, 24856, 0, 1, 1, 1, 'Marshcreeper Fen-Vest'), +(1126465, 24857, 0, 1, 1, 1, 'Marshcreeper Gloves'), +(1126465, 24858, 0, 1, 1, 1, 'Marshcreeper Helm'), +(1126465, 24859, 0, 1, 1, 1, 'Marshcreeper Leggings'), +(1126465, 24860, 0, 1, 1, 1, 'Marshcreeper Mantle'), +(1126465, 24861, 0, 1, 1, 1, 'Marshcreeper Bracelets'), +(1126465, 24862, 0, 1, 1, 1, 'Blood Knight Girdle'), +(1126465, 24863, 0, 1, 1, 1, 'Blood Knight Boots'), +(1126465, 24864, 0, 1, 1, 1, 'Blood Knight Breastplate'), +(1126465, 24865, 0, 1, 1, 1, 'Blood Knight Gauntlets'), +(1126465, 24866, 0, 1, 1, 1, 'Blood Knight Helm'), +(1126465, 24867, 0, 1, 1, 1, 'Blood Knight Greaves'), +(1126465, 24868, 0, 1, 1, 1, 'Blood Knight Pauldrons'), +(1126465, 24869, 0, 1, 1, 1, 'Blood Knight Bracers'), +(1126465, 24950, 0, 1, 1, 1, 'Bogslayer Belt'), +(1126465, 24951, 0, 1, 1, 1, 'Bogslayer Sabatons'), +(1126465, 24952, 0, 1, 1, 1, 'Bogslayer Breastplate'), +(1126465, 24953, 0, 1, 1, 1, 'Bogslayer Gauntlets'), +(1126465, 24954, 0, 1, 1, 1, 'Bogslayer Helm'), +(1126465, 24955, 0, 1, 1, 1, 'Bogslayer Legplates'), +(1126465, 24956, 0, 1, 1, 1, 'Bogslayer Pauldrons'), +(1126465, 24957, 0, 1, 1, 1, 'Bogslayer Bracers'), +(1126465, 24958, 0, 1, 1, 1, 'Khan\'aish Girdle'), +(1126465, 24959, 0, 1, 1, 1, 'Khan\'aish Greaves'), +(1126465, 24960, 0, 1, 1, 1, 'Khan\'aish Breastplate'), +(1126465, 24961, 0, 1, 1, 1, 'Khan\'aish Gloves'), +(1126465, 24962, 0, 1, 1, 1, 'Khan\'aish Helmet'), +(1126465, 24963, 0, 1, 1, 1, 'Khan\'aish Legplates'), +(1126465, 24964, 0, 1, 1, 1, 'Khan\'aish Epaulets'), +(1126465, 24965, 0, 1, 1, 1, 'Khan\'aish Bracers'), +(1126465, 24966, 0, 1, 1, 1, 'Talonguard Girdle'), +(1126465, 24967, 0, 1, 1, 1, 'Talonguard Greaves'), +(1126465, 24968, 0, 1, 1, 1, 'Talonguard Armor'), +(1126465, 24969, 0, 1, 1, 1, 'Talonguard Gloves'), +(1126465, 24970, 0, 1, 1, 1, 'Talonguard Helmet'), +(1126465, 24971, 0, 1, 1, 1, 'Talonguard Legplates'), +(1126465, 24972, 0, 1, 1, 1, 'Talonguard Epaulets'), +(1126465, 24973, 0, 1, 1, 1, 'Talonguard Bracers'), +(1126465, 24974, 0, 1, 1, 1, 'Reaver Girdle'), +(1126465, 24975, 0, 1, 1, 1, 'Reaver Greaves'), +(1126465, 24976, 0, 1, 1, 1, 'Reaver Armor'), +(1126465, 24977, 0, 1, 1, 1, 'Reaver Gloves'), +(1126465, 24978, 0, 1, 1, 1, 'Reaver Helmet'), +(1126465, 24979, 0, 1, 1, 1, 'Reaver Legplates'), +(1126465, 24980, 0, 1, 1, 1, 'Reaver Epaulets'), +(1126465, 24981, 0, 1, 1, 1, 'Reaver Bracers'), +(1126465, 25034, 0, 1, 1, 1, 'Elementalist Cloak'), +(1126465, 25035, 0, 1, 1, 1, 'Silver-Lined Cloak'), +(1126465, 25036, 0, 1, 1, 1, 'Boulderfist Cloak'), +(1126465, 25037, 0, 1, 1, 1, 'Patched Cape'), +(1126465, 25048, 0, 1, 1, 1, 'Smoky Quartz Ring'), +(1126465, 25049, 0, 1, 1, 1, 'Scheelite Ring'), +(1126465, 25050, 0, 1, 1, 1, 'Moldavite Ring'), +(1126465, 25051, 0, 1, 1, 1, 'Blue Topaz Band'), +(1126465, 25062, 0, 1, 1, 1, 'Zircon Amulet'), +(1126465, 25063, 0, 1, 1, 1, 'Multi-Colored Beads'), +(1126465, 25064, 0, 1, 1, 1, 'Amethyst Pendant'), +(1126465, 25065, 0, 1, 1, 1, 'Turquoise Brooch'), +(1126465, 25076, 0, 1, 1, 1, 'Screaming Shield'), +(1126465, 25077, 0, 1, 1, 1, 'Modani War-Shield'), +(1126465, 25078, 0, 1, 1, 1, 'Zangari Shield'), +(1126465, 25079, 0, 1, 1, 1, 'Outland Shield'), +(1126465, 25090, 0, 1, 1, 1, 'Slavehandler Rod'), +(1126465, 25091, 0, 1, 1, 1, 'Mistyreed Torch'), +(1126465, 25092, 0, 1, 1, 1, 'Consortium Crystal'), +(1126465, 25093, 0, 1, 1, 1, 'Shadow Council Orb'), +(1126465, 25104, 0, 1, 1, 1, 'Anzac Dagger'), +(1126465, 25105, 0, 1, 1, 1, 'Arachnid Dagger'), +(1126465, 25106, 0, 1, 1, 1, 'Cobra Shortblade'), +(1126465, 25107, 0, 1, 1, 1, 'Draconic Dagger'), +(1126465, 25118, 0, 1, 1, 1, 'Battle Star'), +(1126465, 25119, 0, 1, 1, 1, 'Silvermoon War-Mace'), +(1126465, 25120, 0, 1, 1, 1, 'Rockshard Club'), +(1126465, 25121, 0, 1, 1, 1, 'Dreaded Mace'), +(1126465, 25132, 0, 1, 1, 1, 'Thrallmar War Hammer'), +(1126465, 25133, 0, 1, 1, 1, 'Stormwind Maul'), +(1126465, 25134, 0, 1, 1, 1, 'Highmountain Hammer'), +(1126465, 25135, 0, 1, 1, 1, 'Clefthoof Mace'), +(1126465, 25146, 0, 1, 1, 1, 'Light-Etched Longsword'), +(1126465, 25147, 0, 1, 1, 1, 'Skystrider Katana'), +(1126465, 25148, 0, 1, 1, 1, 'Bone Collector Sword'), +(1126465, 25149, 0, 1, 1, 1, 'Baron\'s Broadsword'), +(1126465, 25160, 0, 1, 1, 1, 'Vengeance Blade'), +(1126465, 25161, 0, 1, 1, 1, 'Dragon Wing Blade'), +(1126465, 25162, 0, 1, 1, 1, 'Darkened Broadsword'), +(1126465, 25163, 0, 1, 1, 1, 'Elexorien Blade'), +(1126465, 25174, 0, 1, 1, 1, 'Hanbo Staff'), +(1126465, 25175, 0, 1, 1, 1, 'Demoniac Longstaff'), +(1126465, 25176, 0, 1, 1, 1, 'Taiji Quarterstaff'), +(1126465, 25177, 0, 1, 1, 1, 'Tanjo Staff'), +(1126465, 25188, 0, 1, 1, 1, 'Spleenripper Claws'), +(1126465, 25189, 0, 1, 1, 1, 'Ironspine Point'), +(1126465, 25190, 0, 1, 1, 1, 'Wight\'s Claws'), +(1126465, 25191, 0, 1, 1, 1, 'Dread Fangs'), +(1126465, 25202, 0, 1, 1, 1, 'Kingly Axe'), +(1126465, 25203, 0, 1, 1, 1, 'Chipped Woodchopper'), +(1126465, 25204, 0, 1, 1, 1, 'Colossal War Axe'), +(1126465, 25205, 0, 1, 1, 1, 'Silvermoon Crescent Axe'), +(1126465, 25216, 0, 1, 1, 1, 'Ogre Splitting Axe'), +(1126465, 25218, 0, 1, 1, 1, 'Silver-Edged Axe'), +(1126465, 25219, 0, 1, 1, 1, 'Rending Claw'), +(1126465, 25230, 0, 1, 1, 1, 'Voulge Blade'), +(1126465, 25231, 0, 1, 1, 1, 'Fel-Wrought Halberd'), +(1126465, 25232, 0, 1, 1, 1, 'War Glaive'), +(1126465, 25233, 0, 1, 1, 1, 'Battle Scythe'), +(1126465, 25244, 0, 1, 1, 1, 'Viper Bow'), +(1126465, 25245, 0, 1, 1, 1, 'Razorsong Bow'), +(1126465, 25246, 0, 1, 1, 1, 'Thalassian Compound Bow'), +(1126465, 25247, 0, 1, 1, 1, 'Expert\'s Bow'), +(1126465, 25258, 0, 1, 1, 1, 'Repeater Crossbow'), +(1126465, 25259, 0, 1, 1, 1, 'Collapsible Crossbow'), +(1126465, 25260, 0, 1, 1, 1, 'Archer\'s Crossbow'), +(1126465, 25261, 0, 1, 1, 1, 'Mighty Crossbow'), +(1126465, 25272, 0, 1, 1, 1, 'PC-54 Shotgun'), +(1126465, 25273, 0, 1, 1, 1, 'Sawed-Off Shotgun'), +(1126465, 25274, 0, 1, 1, 1, 'Cliffjumper Shotgun'), +(1126465, 25275, 0, 1, 1, 1, 'Dragonbreath Musket'), +(1126465, 25286, 0, 1, 1, 1, 'Yew Wand'), +(1126465, 25287, 0, 1, 1, 1, 'Magician\'s Wand'), +(1126465, 25288, 0, 1, 1, 1, 'Conjurer\'s Wand'), +(1126465, 25289, 0, 1, 1, 1, 'Majestic Wand'), +(1126465, 25300, 0, 1, 1, 1, 'Lightning Dagger'), +(1126465, 25301, 0, 1, 1, 1, 'Shattering Dagger'), +(1126465, 25302, 0, 1, 1, 1, 'Soul-Drain Dagger'), +(1126465, 25303, 0, 1, 1, 1, 'Amplifying Blade'), +(1126465, 25314, 0, 1, 1, 1, 'Ceremonial Hammer'), +(1126465, 25315, 0, 1, 1, 1, 'Restorative Mace'), +(1126465, 25316, 0, 1, 1, 1, 'Spirit-Clad Mace'), +(1126465, 25317, 0, 1, 1, 1, 'Lesser Sledgemace'), +(1126465, 25328, 0, 1, 1, 1, 'Faerie-Kind Staff'), +(1126465, 25329, 0, 1, 1, 1, 'Tranquility Staff'), +(1126465, 25330, 0, 1, 1, 1, 'Starshine Staff'), +(1126465, 25331, 0, 1, 1, 1, 'Vengeance Staff'), +(1126465, 28535, 0, 1, 1, 1, 'Amani Throwing Axe'), +(1126465, 28536, 0, 1, 1, 1, 'Jagged Guillotine'), +(1126465, 28537, 0, 1, 1, 1, 'Wildhammer Throwing Axe'), +(1126465, 28538, 0, 1, 1, 1, 'Forked Shuriken'), +(1126565, 24621, 0, 1, 1, 1, 'Slavehandler Belt'), +(1126565, 24622, 0, 1, 1, 1, 'Slavehandler Footpads'), +(1126565, 24623, 0, 1, 1, 1, 'Slavehandler Jerkin'), +(1126565, 24624, 0, 1, 1, 1, 'Slavehandler Handwraps'), +(1126565, 24625, 0, 1, 1, 1, 'Slavehandler Cap'), +(1126565, 24626, 0, 1, 1, 1, 'Slavehandler Pants'), +(1126565, 24627, 0, 1, 1, 1, 'Slavehandler Amice'), +(1126565, 24628, 0, 1, 1, 1, 'Slavehandler Wristguards'), +(1126565, 24629, 0, 1, 1, 1, 'Feralfen Sash'), +(1126565, 24630, 0, 1, 1, 1, 'Feralfen Sandals'), +(1126565, 24631, 0, 1, 1, 1, 'Feralfen Jerkin'), +(1126565, 24632, 0, 1, 1, 1, 'Feralfen Hand'), +(1126565, 24633, 0, 1, 1, 1, 'Feralfen Hood'), +(1126565, 24634, 0, 1, 1, 1, 'Feralfen Pants'), +(1126565, 24635, 0, 1, 1, 1, 'Feralfen Amice'), +(1126565, 24636, 0, 1, 1, 1, 'Feralfen Cuffs'), +(1126565, 24637, 0, 1, 1, 1, 'Mistyreed Belt'), +(1126565, 24638, 0, 1, 1, 1, 'Mistyreed Boots'), +(1126565, 24639, 0, 1, 1, 1, 'Mistyreed Tunic'), +(1126565, 24640, 0, 1, 1, 1, 'Mistyreed Gloves'), +(1126565, 24641, 0, 1, 1, 1, 'Mistyreed Hood'), +(1126565, 24642, 0, 1, 1, 1, 'Mistyreed Pants'), +(1126565, 24643, 0, 1, 1, 1, 'Mistyreed Shoulderpads'), +(1126565, 24644, 0, 1, 1, 1, 'Mistyreed Bracers'), +(1126565, 24733, 0, 1, 1, 1, 'Sunroc Waistband'), +(1126565, 24734, 0, 1, 1, 1, 'Sunroc Boots'), +(1126565, 24735, 0, 1, 1, 1, 'Sunroc Chestpiece'), +(1126565, 24736, 0, 1, 1, 1, 'Sunroc Gloves'), +(1126565, 24737, 0, 1, 1, 1, 'Sunroc Mask'), +(1126565, 24738, 0, 1, 1, 1, 'Sunroc Pants'), +(1126565, 24739, 0, 1, 1, 1, 'Sunroc Shoulderguards'), +(1126565, 24740, 0, 1, 1, 1, 'Sunroc Armguards'), +(1126565, 24741, 0, 1, 1, 1, 'Ranger Belt'), +(1126565, 24742, 0, 1, 1, 1, 'Ranger Boots'), +(1126565, 24743, 0, 1, 1, 1, 'Ranger Jerkin'), +(1126565, 24744, 0, 1, 1, 1, 'Ranger Gloves'), +(1126565, 24745, 0, 1, 1, 1, 'Ranger Hat'), +(1126565, 24746, 0, 1, 1, 1, 'Ranger Pants'), +(1126565, 24747, 0, 1, 1, 1, 'Ranger Pauldrons'), +(1126565, 24748, 0, 1, 1, 1, 'Ranger Armguards'), +(1126565, 24749, 0, 1, 1, 1, 'Daggerfen Belt'), +(1126565, 24750, 0, 1, 1, 1, 'Daggerfen Boots'), +(1126565, 24751, 0, 1, 1, 1, 'Daggerfen Battlevest'), +(1126565, 24752, 0, 1, 1, 1, 'Daggerfen Gloves'), +(1126565, 24753, 0, 1, 1, 1, 'Daggerfen Cowl'), +(1126565, 24754, 0, 1, 1, 1, 'Daggerfen Stitchpants'), +(1126565, 24755, 0, 1, 1, 1, 'Daggerfen Pauldrons'), +(1126565, 24756, 0, 1, 1, 1, 'Daggerfen Bindings'), +(1126565, 24846, 0, 1, 1, 1, 'Fenclaw Waistband'), +(1126565, 24847, 0, 1, 1, 1, 'Fenclaw Footwraps'), +(1126565, 24848, 0, 1, 1, 1, 'Fenclaw Armor'), +(1126565, 24849, 0, 1, 1, 1, 'Fenclaw Fists'), +(1126565, 24850, 0, 1, 1, 1, 'Fenclaw Helm'), +(1126565, 24851, 0, 1, 1, 1, 'Fenclaw Legguards'), +(1126565, 24852, 0, 1, 1, 1, 'Fenclaw Mantle'), +(1126565, 24853, 0, 1, 1, 1, 'Fenclaw Bindings'), +(1126565, 24854, 0, 1, 1, 1, 'Marshcreeper Belt'), +(1126565, 24855, 0, 1, 1, 1, 'Marshcreeper Sludgeboots'), +(1126565, 24856, 0, 1, 1, 1, 'Marshcreeper Fen-Vest'), +(1126565, 24857, 0, 1, 1, 1, 'Marshcreeper Gloves'), +(1126565, 24858, 0, 1, 1, 1, 'Marshcreeper Helm'), +(1126565, 24859, 0, 1, 1, 1, 'Marshcreeper Leggings'), +(1126565, 24860, 0, 1, 1, 1, 'Marshcreeper Mantle'), +(1126565, 24861, 0, 1, 1, 1, 'Marshcreeper Bracelets'), +(1126565, 24862, 0, 1, 1, 1, 'Blood Knight Girdle'), +(1126565, 24863, 0, 1, 1, 1, 'Blood Knight Boots'), +(1126565, 24864, 0, 1, 1, 1, 'Blood Knight Breastplate'), +(1126565, 24865, 0, 1, 1, 1, 'Blood Knight Gauntlets'), +(1126565, 24866, 0, 1, 1, 1, 'Blood Knight Helm'), +(1126565, 24867, 0, 1, 1, 1, 'Blood Knight Greaves'), +(1126565, 24868, 0, 1, 1, 1, 'Blood Knight Pauldrons'), +(1126565, 24869, 0, 1, 1, 1, 'Blood Knight Bracers'), +(1126565, 24958, 0, 1, 1, 1, 'Khan\'aish Girdle'), +(1126565, 24959, 0, 1, 1, 1, 'Khan\'aish Greaves'), +(1126565, 24960, 0, 1, 1, 1, 'Khan\'aish Breastplate'), +(1126565, 24961, 0, 1, 1, 1, 'Khan\'aish Gloves'), +(1126565, 24962, 0, 1, 1, 1, 'Khan\'aish Helmet'), +(1126565, 24963, 0, 1, 1, 1, 'Khan\'aish Legplates'), +(1126565, 24964, 0, 1, 1, 1, 'Khan\'aish Epaulets'), +(1126565, 24965, 0, 1, 1, 1, 'Khan\'aish Bracers'), +(1126565, 24966, 0, 1, 1, 1, 'Talonguard Girdle'), +(1126565, 24967, 0, 1, 1, 1, 'Talonguard Greaves'), +(1126565, 24968, 0, 1, 1, 1, 'Talonguard Armor'), +(1126565, 24969, 0, 1, 1, 1, 'Talonguard Gloves'), +(1126565, 24970, 0, 1, 1, 1, 'Talonguard Helmet'), +(1126565, 24971, 0, 1, 1, 1, 'Talonguard Legplates'), +(1126565, 24972, 0, 1, 1, 1, 'Talonguard Epaulets'), +(1126565, 24973, 0, 1, 1, 1, 'Talonguard Bracers'), +(1126565, 24974, 0, 1, 1, 1, 'Reaver Girdle'), +(1126565, 24975, 0, 1, 1, 1, 'Reaver Greaves'), +(1126565, 24976, 0, 1, 1, 1, 'Reaver Armor'), +(1126565, 24977, 0, 1, 1, 1, 'Reaver Gloves'), +(1126565, 24978, 0, 1, 1, 1, 'Reaver Helmet'), +(1126565, 24979, 0, 1, 1, 1, 'Reaver Legplates'), +(1126565, 24980, 0, 1, 1, 1, 'Reaver Epaulets'), +(1126565, 24981, 0, 1, 1, 1, 'Reaver Bracers'), +(1126565, 25035, 0, 1, 1, 1, 'Silver-Lined Cloak'), +(1126565, 25036, 0, 1, 1, 1, 'Boulderfist Cloak'), +(1126565, 25037, 0, 1, 1, 1, 'Patched Cape'), +(1126565, 25049, 0, 1, 1, 1, 'Scheelite Ring'), +(1126565, 25050, 0, 1, 1, 1, 'Moldavite Ring'), +(1126565, 25051, 0, 1, 1, 1, 'Blue Topaz Band'), +(1126565, 25063, 0, 1, 1, 1, 'Multi-Colored Beads'), +(1126565, 25064, 0, 1, 1, 1, 'Amethyst Pendant'), +(1126565, 25065, 0, 1, 1, 1, 'Turquoise Brooch'), +(1126565, 25077, 0, 1, 1, 1, 'Modani War-Shield'), +(1126565, 25078, 0, 1, 1, 1, 'Zangari Shield'), +(1126565, 25079, 0, 1, 1, 1, 'Outland Shield'), +(1126565, 25091, 0, 1, 1, 1, 'Mistyreed Torch'), +(1126565, 25092, 0, 1, 1, 1, 'Consortium Crystal'), +(1126565, 25093, 0, 1, 1, 1, 'Shadow Council Orb'), +(1126565, 25105, 0, 1, 1, 1, 'Arachnid Dagger'), +(1126565, 25106, 0, 1, 1, 1, 'Cobra Shortblade'), +(1126565, 25107, 0, 1, 1, 1, 'Draconic Dagger'), +(1126565, 25119, 0, 1, 1, 1, 'Silvermoon War-Mace'), +(1126565, 25120, 0, 1, 1, 1, 'Rockshard Club'), +(1126565, 25121, 0, 1, 1, 1, 'Dreaded Mace'), +(1126565, 25133, 0, 1, 1, 1, 'Stormwind Maul'), +(1126565, 25134, 0, 1, 1, 1, 'Highmountain Hammer'), +(1126565, 25135, 0, 1, 1, 1, 'Clefthoof Mace'), +(1126565, 25147, 0, 1, 1, 1, 'Skystrider Katana'), +(1126565, 25148, 0, 1, 1, 1, 'Bone Collector Sword'), +(1126565, 25149, 0, 1, 1, 1, 'Baron\'s Broadsword'), +(1126565, 25161, 0, 1, 1, 1, 'Dragon Wing Blade'), +(1126565, 25162, 0, 1, 1, 1, 'Darkened Broadsword'), +(1126565, 25163, 0, 1, 1, 1, 'Elexorien Blade'), +(1126565, 25175, 0, 1, 1, 1, 'Demoniac Longstaff'), +(1126565, 25176, 0, 1, 1, 1, 'Taiji Quarterstaff'), +(1126565, 25177, 0, 1, 1, 1, 'Tanjo Staff'), +(1126565, 25189, 0, 1, 1, 1, 'Ironspine Point'), +(1126565, 25190, 0, 1, 1, 1, 'Wight\'s Claws'), +(1126565, 25191, 0, 1, 1, 1, 'Dread Fangs'), +(1126565, 25203, 0, 1, 1, 1, 'Chipped Woodchopper'), +(1126565, 25204, 0, 1, 1, 1, 'Colossal War Axe'), +(1126565, 25205, 0, 1, 1, 1, 'Silvermoon Crescent Axe'), +(1126565, 25218, 0, 1, 1, 1, 'Silver-Edged Axe'), +(1126565, 25219, 0, 1, 1, 1, 'Rending Claw'), +(1126565, 25231, 0, 1, 1, 1, 'Fel-Wrought Halberd'), +(1126565, 25232, 0, 1, 1, 1, 'War Glaive'), +(1126565, 25233, 0, 1, 1, 1, 'Battle Scythe'), +(1126565, 25245, 0, 1, 1, 1, 'Razorsong Bow'), +(1126565, 25246, 0, 1, 1, 1, 'Thalassian Compound Bow'), +(1126565, 25247, 0, 1, 1, 1, 'Expert\'s Bow'), +(1126565, 25259, 0, 1, 1, 1, 'Collapsible Crossbow'), +(1126565, 25260, 0, 1, 1, 1, 'Archer\'s Crossbow'), +(1126565, 25261, 0, 1, 1, 1, 'Mighty Crossbow'), +(1126565, 25273, 0, 1, 1, 1, 'Sawed-Off Shotgun'), +(1126565, 25274, 0, 1, 1, 1, 'Cliffjumper Shotgun'), +(1126565, 25275, 0, 1, 1, 1, 'Dragonbreath Musket'), +(1126565, 25287, 0, 1, 1, 1, 'Magician\'s Wand'), +(1126565, 25288, 0, 1, 1, 1, 'Conjurer\'s Wand'), +(1126565, 25289, 0, 1, 1, 1, 'Majestic Wand'), +(1126565, 25301, 0, 1, 1, 1, 'Shattering Dagger'), +(1126565, 25302, 0, 1, 1, 1, 'Soul-Drain Dagger'), +(1126565, 25303, 0, 1, 1, 1, 'Amplifying Blade'), +(1126565, 25315, 0, 1, 1, 1, 'Restorative Mace'), +(1126565, 25316, 0, 1, 1, 1, 'Spirit-Clad Mace'), +(1126565, 25317, 0, 1, 1, 1, 'Lesser Sledgemace'), +(1126565, 25329, 0, 1, 1, 1, 'Tranquility Staff'), +(1126565, 25330, 0, 1, 1, 1, 'Starshine Staff'), +(1126565, 25331, 0, 1, 1, 1, 'Vengeance Staff'), +(1126565, 28536, 0, 1, 1, 1, 'Jagged Guillotine'), +(1126565, 28537, 0, 1, 1, 1, 'Wildhammer Throwing Axe'), +(1126565, 28538, 0, 1, 1, 1, 'Forked Shuriken'), +(1126566, 24621, 0, 1, 1, 1, 'Slavehandler Belt'), +(1126566, 24622, 0, 1, 1, 1, 'Slavehandler Footpads'), +(1126566, 24623, 0, 1, 1, 1, 'Slavehandler Jerkin'), +(1126566, 24624, 0, 1, 1, 1, 'Slavehandler Handwraps'), +(1126566, 24625, 0, 1, 1, 1, 'Slavehandler Cap'), +(1126566, 24626, 0, 1, 1, 1, 'Slavehandler Pants'), +(1126566, 24627, 0, 1, 1, 1, 'Slavehandler Amice'), +(1126566, 24628, 0, 1, 1, 1, 'Slavehandler Wristguards'), +(1126566, 24629, 0, 1, 1, 1, 'Feralfen Sash'), +(1126566, 24630, 0, 1, 1, 1, 'Feralfen Sandals'), +(1126566, 24631, 0, 1, 1, 1, 'Feralfen Jerkin'), +(1126566, 24632, 0, 1, 1, 1, 'Feralfen Hand'), +(1126566, 24633, 0, 1, 1, 1, 'Feralfen Hood'), +(1126566, 24634, 0, 1, 1, 1, 'Feralfen Pants'), +(1126566, 24635, 0, 1, 1, 1, 'Feralfen Amice'), +(1126566, 24636, 0, 1, 1, 1, 'Feralfen Cuffs'), +(1126566, 24637, 0, 1, 1, 1, 'Mistyreed Belt'), +(1126566, 24638, 0, 1, 1, 1, 'Mistyreed Boots'), +(1126566, 24639, 0, 1, 1, 1, 'Mistyreed Tunic'), +(1126566, 24640, 0, 1, 1, 1, 'Mistyreed Gloves'), +(1126566, 24641, 0, 1, 1, 1, 'Mistyreed Hood'), +(1126566, 24642, 0, 1, 1, 1, 'Mistyreed Pants'), +(1126566, 24643, 0, 1, 1, 1, 'Mistyreed Shoulderpads'), +(1126566, 24644, 0, 1, 1, 1, 'Mistyreed Bracers'), +(1126566, 24645, 0, 1, 1, 1, 'Astralaan Belt'), +(1126566, 24646, 0, 1, 1, 1, 'Astralaan Boots'), +(1126566, 24647, 0, 1, 1, 1, 'Astralaan Robe'), +(1126566, 24648, 0, 1, 1, 1, 'Astralaan Gloves'), +(1126566, 24649, 0, 1, 1, 1, 'Astralaan Headdress'), +(1126566, 24650, 0, 1, 1, 1, 'Astralaan Pants'), +(1126566, 24651, 0, 1, 1, 1, 'Astralaan Shoulderpads'), +(1126566, 24652, 0, 1, 1, 1, 'Astralaan Bracer'), +(1126566, 24733, 0, 1, 1, 1, 'Sunroc Waistband'), +(1126566, 24734, 0, 1, 1, 1, 'Sunroc Boots'), +(1126566, 24735, 0, 1, 1, 1, 'Sunroc Chestpiece'), +(1126566, 24736, 0, 1, 1, 1, 'Sunroc Gloves'), +(1126566, 24737, 0, 1, 1, 1, 'Sunroc Mask'), +(1126566, 24738, 0, 1, 1, 1, 'Sunroc Pants'), +(1126566, 24739, 0, 1, 1, 1, 'Sunroc Shoulderguards'), +(1126566, 24740, 0, 1, 1, 1, 'Sunroc Armguards'), +(1126566, 24741, 0, 1, 1, 1, 'Ranger Belt'), +(1126566, 24742, 0, 1, 1, 1, 'Ranger Boots'), +(1126566, 24743, 0, 1, 1, 1, 'Ranger Jerkin'), +(1126566, 24744, 0, 1, 1, 1, 'Ranger Gloves'), +(1126566, 24745, 0, 1, 1, 1, 'Ranger Hat'), +(1126566, 24746, 0, 1, 1, 1, 'Ranger Pants'), +(1126566, 24747, 0, 1, 1, 1, 'Ranger Pauldrons'), +(1126566, 24748, 0, 1, 1, 1, 'Ranger Armguards'), +(1126566, 24749, 0, 1, 1, 1, 'Daggerfen Belt'), +(1126566, 24750, 0, 1, 1, 1, 'Daggerfen Boots'), +(1126566, 24751, 0, 1, 1, 1, 'Daggerfen Battlevest'), +(1126566, 24752, 0, 1, 1, 1, 'Daggerfen Gloves'), +(1126566, 24753, 0, 1, 1, 1, 'Daggerfen Cowl'), +(1126566, 24754, 0, 1, 1, 1, 'Daggerfen Stitchpants'), +(1126566, 24755, 0, 1, 1, 1, 'Daggerfen Pauldrons'), +(1126566, 24756, 0, 1, 1, 1, 'Daggerfen Bindings'), +(1126566, 24757, 0, 1, 1, 1, 'Umbrafen Waistband'), +(1126566, 24758, 0, 1, 1, 1, 'Umbrafen Boots'), +(1126566, 24759, 0, 1, 1, 1, 'Umbrafen Tunic'), +(1126566, 24760, 0, 1, 1, 1, 'Umbrafen Gloves'), +(1126566, 24761, 0, 1, 1, 1, 'Umbrafen Cap'), +(1126566, 24762, 0, 1, 1, 1, 'Umbrafen Britches'), +(1126566, 24763, 0, 1, 1, 1, 'Umbrafen Shoulderguards'), +(1126566, 24764, 0, 1, 1, 1, 'Umbrafen Bindings'), +(1126566, 24846, 0, 1, 1, 1, 'Fenclaw Waistband'), +(1126566, 24847, 0, 1, 1, 1, 'Fenclaw Footwraps'), +(1126566, 24848, 0, 1, 1, 1, 'Fenclaw Armor'), +(1126566, 24849, 0, 1, 1, 1, 'Fenclaw Fists'), +(1126566, 24850, 0, 1, 1, 1, 'Fenclaw Helm'), +(1126566, 24851, 0, 1, 1, 1, 'Fenclaw Legguards'), +(1126566, 24852, 0, 1, 1, 1, 'Fenclaw Mantle'), +(1126566, 24853, 0, 1, 1, 1, 'Fenclaw Bindings'), +(1126566, 24854, 0, 1, 1, 1, 'Marshcreeper Belt'), +(1126566, 24855, 0, 1, 1, 1, 'Marshcreeper Sludgeboots'), +(1126566, 24856, 0, 1, 1, 1, 'Marshcreeper Fen-Vest'), +(1126566, 24857, 0, 1, 1, 1, 'Marshcreeper Gloves'), +(1126566, 24858, 0, 1, 1, 1, 'Marshcreeper Helm'), +(1126566, 24859, 0, 1, 1, 1, 'Marshcreeper Leggings'), +(1126566, 24860, 0, 1, 1, 1, 'Marshcreeper Mantle'), +(1126566, 24861, 0, 1, 1, 1, 'Marshcreeper Bracelets'), +(1126566, 24862, 0, 1, 1, 1, 'Blood Knight Girdle'), +(1126566, 24863, 0, 1, 1, 1, 'Blood Knight Boots'), +(1126566, 24864, 0, 1, 1, 1, 'Blood Knight Breastplate'), +(1126566, 24865, 0, 1, 1, 1, 'Blood Knight Gauntlets'), +(1126566, 24866, 0, 1, 1, 1, 'Blood Knight Helm'), +(1126566, 24867, 0, 1, 1, 1, 'Blood Knight Greaves'), +(1126566, 24868, 0, 1, 1, 1, 'Blood Knight Pauldrons'), +(1126566, 24869, 0, 1, 1, 1, 'Blood Knight Bracers'), +(1126566, 24870, 0, 1, 1, 1, 'Ironspine Belt'), +(1126566, 24871, 0, 1, 1, 1, 'Ironspine Greaves'), +(1126566, 24872, 0, 1, 1, 1, 'Ironspine Chain Vest'), +(1126566, 24873, 0, 1, 1, 1, 'Ironspine Gloves'), +(1126566, 24874, 0, 1, 1, 1, 'Ironspine Helm'), +(1126566, 24875, 0, 1, 1, 1, 'Ironspine Legguards'), +(1126566, 24876, 0, 1, 1, 1, 'Ironspine Shoulderguards'), +(1126566, 24877, 0, 1, 1, 1, 'Ironspine Bracelets'), +(1126566, 24958, 0, 1, 1, 1, 'Khan\'aish Girdle'), +(1126566, 24959, 0, 1, 1, 1, 'Khan\'aish Greaves'), +(1126566, 24960, 0, 1, 1, 1, 'Khan\'aish Breastplate'), +(1126566, 24961, 0, 1, 1, 1, 'Khan\'aish Gloves'), +(1126566, 24962, 0, 1, 1, 1, 'Khan\'aish Helmet'), +(1126566, 24963, 0, 1, 1, 1, 'Khan\'aish Legplates'), +(1126566, 24964, 0, 1, 1, 1, 'Khan\'aish Epaulets'), +(1126566, 24965, 0, 1, 1, 1, 'Khan\'aish Bracers'), +(1126566, 24966, 0, 1, 1, 1, 'Talonguard Girdle'), +(1126566, 24967, 0, 1, 1, 1, 'Talonguard Greaves'), +(1126566, 24968, 0, 1, 1, 1, 'Talonguard Armor'), +(1126566, 24969, 0, 1, 1, 1, 'Talonguard Gloves'), +(1126566, 24970, 0, 1, 1, 1, 'Talonguard Helmet'), +(1126566, 24971, 0, 1, 1, 1, 'Talonguard Legplates'), +(1126566, 24972, 0, 1, 1, 1, 'Talonguard Epaulets'), +(1126566, 24973, 0, 1, 1, 1, 'Talonguard Bracers'), +(1126566, 24974, 0, 1, 1, 1, 'Reaver Girdle'), +(1126566, 24975, 0, 1, 1, 1, 'Reaver Greaves'), +(1126566, 24976, 0, 1, 1, 1, 'Reaver Armor'), +(1126566, 24977, 0, 1, 1, 1, 'Reaver Gloves'), +(1126566, 24978, 0, 1, 1, 1, 'Reaver Helmet'), +(1126566, 24979, 0, 1, 1, 1, 'Reaver Legplates'), +(1126566, 24980, 0, 1, 1, 1, 'Reaver Epaulets'), +(1126566, 24981, 0, 1, 1, 1, 'Reaver Bracers'), +(1126566, 24982, 0, 1, 1, 1, 'Boulderfist Belt'), +(1126566, 24983, 0, 1, 1, 1, 'Boulderfist Greaves'), +(1126566, 24984, 0, 1, 1, 1, 'Boulderfist Armor'), +(1126566, 24985, 0, 1, 1, 1, 'Boulderfist Gloves'), +(1126566, 24986, 0, 1, 1, 1, 'Boulderfist Helm'), +(1126566, 24987, 0, 1, 1, 1, 'Boulderfist Legplates'), +(1126566, 24988, 0, 1, 1, 1, 'Boulderfist Epaulets'), +(1126566, 24989, 0, 1, 1, 1, 'Boulderfist Bracers'), +(1126566, 25035, 0, 1, 1, 1, 'Silver-Lined Cloak'), +(1126566, 25036, 0, 1, 1, 1, 'Boulderfist Cloak'), +(1126566, 25037, 0, 1, 1, 1, 'Patched Cape'), +(1126566, 25038, 0, 1, 1, 1, 'Forest Shroud'), +(1126566, 25049, 0, 1, 1, 1, 'Scheelite Ring'), +(1126566, 25050, 0, 1, 1, 1, 'Moldavite Ring'), +(1126566, 25051, 0, 1, 1, 1, 'Blue Topaz Band'), +(1126566, 25052, 0, 1, 1, 1, 'Hauyne Ring'), +(1126566, 25063, 0, 1, 1, 1, 'Multi-Colored Beads'), +(1126566, 25064, 0, 1, 1, 1, 'Amethyst Pendant'), +(1126566, 25065, 0, 1, 1, 1, 'Turquoise Brooch'), +(1126566, 25066, 0, 1, 1, 1, 'Pink Sapphire Necklace'), +(1126566, 25077, 0, 1, 1, 1, 'Modani War-Shield'), +(1126566, 25078, 0, 1, 1, 1, 'Zangari Shield'), +(1126566, 25079, 0, 1, 1, 1, 'Outland Shield'), +(1126566, 25080, 0, 1, 1, 1, 'Spell-Breaker Shield'), +(1126566, 25091, 0, 1, 1, 1, 'Mistyreed Torch'), +(1126566, 25092, 0, 1, 1, 1, 'Consortium Crystal'), +(1126566, 25093, 0, 1, 1, 1, 'Shadow Council Orb'), +(1126566, 25094, 0, 1, 1, 1, 'Eldr\'naan Scepter'), +(1126566, 25105, 0, 1, 1, 1, 'Arachnid Dagger'), +(1126566, 25106, 0, 1, 1, 1, 'Cobra Shortblade'), +(1126566, 25107, 0, 1, 1, 1, 'Draconic Dagger'), +(1126566, 25108, 0, 1, 1, 1, 'Grave Keeper Knife'), +(1126566, 25119, 0, 1, 1, 1, 'Silvermoon War-Mace'), +(1126566, 25120, 0, 1, 1, 1, 'Rockshard Club'), +(1126566, 25121, 0, 1, 1, 1, 'Dreaded Mace'), +(1126566, 25122, 0, 1, 1, 1, 'Khorium Plated Bludgeon'), +(1126566, 25133, 0, 1, 1, 1, 'Stormwind Maul'), +(1126566, 25134, 0, 1, 1, 1, 'Highmountain Hammer'), +(1126566, 25135, 0, 1, 1, 1, 'Clefthoof Mace'), +(1126566, 25136, 0, 1, 1, 1, 'Blood Stained Hammer'), +(1126566, 25147, 0, 1, 1, 1, 'Skystrider Katana'), +(1126566, 25148, 0, 1, 1, 1, 'Bone Collector Sword'), +(1126566, 25149, 0, 1, 1, 1, 'Baron\'s Broadsword'), +(1126566, 25150, 0, 1, 1, 1, 'Honor Hold Saber'), +(1126566, 25161, 0, 1, 1, 1, 'Dragon Wing Blade'), +(1126566, 25162, 0, 1, 1, 1, 'Darkened Broadsword'), +(1126566, 25163, 0, 1, 1, 1, 'Elexorien Blade'), +(1126566, 25164, 0, 1, 1, 1, 'Crude Umbrafen Blade'), +(1126566, 25175, 0, 1, 1, 1, 'Demoniac Longstaff'), +(1126566, 25176, 0, 1, 1, 1, 'Taiji Quarterstaff'), +(1126566, 25177, 0, 1, 1, 1, 'Tanjo Staff'), +(1126566, 25178, 0, 1, 1, 1, 'Bata Staff'), +(1126566, 25189, 0, 1, 1, 1, 'Ironspine Point'), +(1126566, 25190, 0, 1, 1, 1, 'Wight\'s Claws'), +(1126566, 25191, 0, 1, 1, 1, 'Dread Fangs'), +(1126566, 25192, 0, 1, 1, 1, 'Gutrippers'), +(1126566, 25203, 0, 1, 1, 1, 'Chipped Woodchopper'), +(1126566, 25204, 0, 1, 1, 1, 'Colossal War Axe'), +(1126566, 25205, 0, 1, 1, 1, 'Silvermoon Crescent Axe'), +(1126566, 25206, 0, 1, 1, 1, 'Berserker Axe'), +(1126566, 25218, 0, 1, 1, 1, 'Silver-Edged Axe'), +(1126566, 25219, 0, 1, 1, 1, 'Rending Claw'), +(1126566, 25220, 0, 1, 1, 1, 'Glorious War-Axe'), +(1126566, 25231, 0, 1, 1, 1, 'Fel-Wrought Halberd'), +(1126566, 25232, 0, 1, 1, 1, 'War Glaive'), +(1126566, 25233, 0, 1, 1, 1, 'Battle Scythe'), +(1126566, 25234, 0, 1, 1, 1, 'Telaari Polearm'), +(1126566, 25245, 0, 1, 1, 1, 'Razorsong Bow'), +(1126566, 25246, 0, 1, 1, 1, 'Thalassian Compound Bow'), +(1126566, 25247, 0, 1, 1, 1, 'Expert\'s Bow'), +(1126566, 25248, 0, 1, 1, 1, 'Talbuk Hunting Bow'), +(1126566, 25259, 0, 1, 1, 1, 'Collapsible Crossbow'), +(1126566, 25260, 0, 1, 1, 1, 'Archer\'s Crossbow'), +(1126566, 25261, 0, 1, 1, 1, 'Mighty Crossbow'), +(1126566, 25262, 0, 1, 1, 1, 'Battle Damaged Crossbow'), +(1126566, 25273, 0, 1, 1, 1, 'Sawed-Off Shotgun'), +(1126566, 25274, 0, 1, 1, 1, 'Cliffjumper Shotgun'), +(1126566, 25275, 0, 1, 1, 1, 'Dragonbreath Musket'), +(1126566, 25276, 0, 1, 1, 1, 'Tauren Runed Musket'), +(1126566, 25287, 0, 1, 1, 1, 'Magician\'s Wand'), +(1126566, 25288, 0, 1, 1, 1, 'Conjurer\'s Wand'), +(1126566, 25289, 0, 1, 1, 1, 'Majestic Wand'), +(1126566, 25290, 0, 1, 1, 1, 'Solitaire Wand'), +(1126566, 25301, 0, 1, 1, 1, 'Shattering Dagger'), +(1126566, 25302, 0, 1, 1, 1, 'Soul-Drain Dagger'), +(1126566, 25303, 0, 1, 1, 1, 'Amplifying Blade'), +(1126566, 25304, 0, 1, 1, 1, 'Destructo-Blade'), +(1126566, 25315, 0, 1, 1, 1, 'Restorative Mace'), +(1126566, 25316, 0, 1, 1, 1, 'Spirit-Clad Mace'), +(1126566, 25317, 0, 1, 1, 1, 'Lesser Sledgemace'), +(1126566, 25318, 0, 1, 1, 1, 'Ancestral Hammer'), +(1126566, 25329, 0, 1, 1, 1, 'Tranquility Staff'), +(1126566, 25330, 0, 1, 1, 1, 'Starshine Staff'), +(1126566, 25331, 0, 1, 1, 1, 'Vengeance Staff'), +(1126566, 25332, 0, 1, 1, 1, 'Reflective Staff'), +(1126566, 28536, 0, 1, 1, 1, 'Jagged Guillotine'), +(1126566, 28537, 0, 1, 1, 1, 'Wildhammer Throwing Axe'), +(1126566, 28538, 0, 1, 1, 1, 'Forked Shuriken'), +(1126566, 28539, 0, 1, 1, 1, 'Razor-Edged Boomerang'), +(1126666, 24629, 0, 1, 1, 1, 'Feralfen Sash'), +(1126666, 24630, 0, 1, 1, 1, 'Feralfen Sandals'), +(1126666, 24631, 0, 1, 1, 1, 'Feralfen Jerkin'), +(1126666, 24632, 0, 1, 1, 1, 'Feralfen Hand'), +(1126666, 24633, 0, 1, 1, 1, 'Feralfen Hood'), +(1126666, 24634, 0, 1, 1, 1, 'Feralfen Pants'), +(1126666, 24635, 0, 1, 1, 1, 'Feralfen Amice'), +(1126666, 24636, 0, 1, 1, 1, 'Feralfen Cuffs'), +(1126666, 24637, 0, 1, 1, 1, 'Mistyreed Belt'), +(1126666, 24638, 0, 1, 1, 1, 'Mistyreed Boots'), +(1126666, 24639, 0, 1, 1, 1, 'Mistyreed Tunic'), +(1126666, 24640, 0, 1, 1, 1, 'Mistyreed Gloves'), +(1126666, 24641, 0, 1, 1, 1, 'Mistyreed Hood'), +(1126666, 24642, 0, 1, 1, 1, 'Mistyreed Pants'), +(1126666, 24643, 0, 1, 1, 1, 'Mistyreed Shoulderpads'), +(1126666, 24644, 0, 1, 1, 1, 'Mistyreed Bracers'), +(1126666, 24645, 0, 1, 1, 1, 'Astralaan Belt'), +(1126666, 24646, 0, 1, 1, 1, 'Astralaan Boots'), +(1126666, 24647, 0, 1, 1, 1, 'Astralaan Robe'), +(1126666, 24648, 0, 1, 1, 1, 'Astralaan Gloves'), +(1126666, 24649, 0, 1, 1, 1, 'Astralaan Headdress'), +(1126666, 24650, 0, 1, 1, 1, 'Astralaan Pants'), +(1126666, 24651, 0, 1, 1, 1, 'Astralaan Shoulderpads'), +(1126666, 24652, 0, 1, 1, 1, 'Astralaan Bracer'), +(1126666, 24741, 0, 1, 1, 1, 'Ranger Belt'), +(1126666, 24742, 0, 1, 1, 1, 'Ranger Boots'), +(1126666, 24743, 0, 1, 1, 1, 'Ranger Jerkin'), +(1126666, 24744, 0, 1, 1, 1, 'Ranger Gloves'), +(1126666, 24745, 0, 1, 1, 1, 'Ranger Hat'), +(1126666, 24746, 0, 1, 1, 1, 'Ranger Pants'), +(1126666, 24747, 0, 1, 1, 1, 'Ranger Pauldrons'), +(1126666, 24748, 0, 1, 1, 1, 'Ranger Armguards'), +(1126666, 24749, 0, 1, 1, 1, 'Daggerfen Belt'), +(1126666, 24750, 0, 1, 1, 1, 'Daggerfen Boots'), +(1126666, 24751, 0, 1, 1, 1, 'Daggerfen Battlevest'), +(1126666, 24752, 0, 1, 1, 1, 'Daggerfen Gloves'), +(1126666, 24753, 0, 1, 1, 1, 'Daggerfen Cowl'), +(1126666, 24754, 0, 1, 1, 1, 'Daggerfen Stitchpants'), +(1126666, 24755, 0, 1, 1, 1, 'Daggerfen Pauldrons'), +(1126666, 24756, 0, 1, 1, 1, 'Daggerfen Bindings'), +(1126666, 24757, 0, 1, 1, 1, 'Umbrafen Waistband'), +(1126666, 24758, 0, 1, 1, 1, 'Umbrafen Boots'), +(1126666, 24759, 0, 1, 1, 1, 'Umbrafen Tunic'), +(1126666, 24760, 0, 1, 1, 1, 'Umbrafen Gloves'), +(1126666, 24761, 0, 1, 1, 1, 'Umbrafen Cap'), +(1126666, 24762, 0, 1, 1, 1, 'Umbrafen Britches'), +(1126666, 24763, 0, 1, 1, 1, 'Umbrafen Shoulderguards'), +(1126666, 24764, 0, 1, 1, 1, 'Umbrafen Bindings'), +(1126666, 24854, 0, 1, 1, 1, 'Marshcreeper Belt'), +(1126666, 24855, 0, 1, 1, 1, 'Marshcreeper Sludgeboots'), +(1126666, 24856, 0, 1, 1, 1, 'Marshcreeper Fen-Vest'), +(1126666, 24857, 0, 1, 1, 1, 'Marshcreeper Gloves'), +(1126666, 24858, 0, 1, 1, 1, 'Marshcreeper Helm'), +(1126666, 24859, 0, 1, 1, 1, 'Marshcreeper Leggings'), +(1126666, 24860, 0, 1, 1, 1, 'Marshcreeper Mantle'), +(1126666, 24861, 0, 1, 1, 1, 'Marshcreeper Bracelets'), +(1126666, 24862, 0, 1, 1, 1, 'Blood Knight Girdle'), +(1126666, 24863, 0, 1, 1, 1, 'Blood Knight Boots'), +(1126666, 24864, 0, 1, 1, 1, 'Blood Knight Breastplate'), +(1126666, 24865, 0, 1, 1, 1, 'Blood Knight Gauntlets'), +(1126666, 24866, 0, 1, 1, 1, 'Blood Knight Helm'), +(1126666, 24867, 0, 1, 1, 1, 'Blood Knight Greaves'), +(1126666, 24868, 0, 1, 1, 1, 'Blood Knight Pauldrons'), +(1126666, 24869, 0, 1, 1, 1, 'Blood Knight Bracers'), +(1126666, 24870, 0, 1, 1, 1, 'Ironspine Belt'), +(1126666, 24871, 0, 1, 1, 1, 'Ironspine Greaves'), +(1126666, 24872, 0, 1, 1, 1, 'Ironspine Chain Vest'), +(1126666, 24873, 0, 1, 1, 1, 'Ironspine Gloves'), +(1126666, 24874, 0, 1, 1, 1, 'Ironspine Helm'), +(1126666, 24875, 0, 1, 1, 1, 'Ironspine Legguards'), +(1126666, 24876, 0, 1, 1, 1, 'Ironspine Shoulderguards'), +(1126666, 24877, 0, 1, 1, 1, 'Ironspine Bracelets'), +(1126666, 24966, 0, 1, 1, 1, 'Talonguard Girdle'), +(1126666, 24967, 0, 1, 1, 1, 'Talonguard Greaves'), +(1126666, 24968, 0, 1, 1, 1, 'Talonguard Armor'), +(1126666, 24969, 0, 1, 1, 1, 'Talonguard Gloves'), +(1126666, 24970, 0, 1, 1, 1, 'Talonguard Helmet'), +(1126666, 24971, 0, 1, 1, 1, 'Talonguard Legplates'), +(1126666, 24972, 0, 1, 1, 1, 'Talonguard Epaulets'), +(1126666, 24973, 0, 1, 1, 1, 'Talonguard Bracers'), +(1126666, 24974, 0, 1, 1, 1, 'Reaver Girdle'), +(1126666, 24975, 0, 1, 1, 1, 'Reaver Greaves'), +(1126666, 24976, 0, 1, 1, 1, 'Reaver Armor'), +(1126666, 24977, 0, 1, 1, 1, 'Reaver Gloves'), +(1126666, 24978, 0, 1, 1, 1, 'Reaver Helmet'), +(1126666, 24979, 0, 1, 1, 1, 'Reaver Legplates'), +(1126666, 24980, 0, 1, 1, 1, 'Reaver Epaulets'), +(1126666, 24981, 0, 1, 1, 1, 'Reaver Bracers'), +(1126666, 24982, 0, 1, 1, 1, 'Boulderfist Belt'), +(1126666, 24983, 0, 1, 1, 1, 'Boulderfist Greaves'), +(1126666, 24984, 0, 1, 1, 1, 'Boulderfist Armor'), +(1126666, 24985, 0, 1, 1, 1, 'Boulderfist Gloves'), +(1126666, 24986, 0, 1, 1, 1, 'Boulderfist Helm'), +(1126666, 24987, 0, 1, 1, 1, 'Boulderfist Legplates'), +(1126666, 24988, 0, 1, 1, 1, 'Boulderfist Epaulets'), +(1126666, 24989, 0, 1, 1, 1, 'Boulderfist Bracers'), +(1126666, 25036, 0, 1, 1, 1, 'Boulderfist Cloak'), +(1126666, 25037, 0, 1, 1, 1, 'Patched Cape'), +(1126666, 25038, 0, 1, 1, 1, 'Forest Shroud'), +(1126666, 25050, 0, 1, 1, 1, 'Moldavite Ring'), +(1126666, 25051, 0, 1, 1, 1, 'Blue Topaz Band'), +(1126666, 25052, 0, 1, 1, 1, 'Hauyne Ring'), +(1126666, 25064, 0, 1, 1, 1, 'Amethyst Pendant'), +(1126666, 25065, 0, 1, 1, 1, 'Turquoise Brooch'), +(1126666, 25066, 0, 1, 1, 1, 'Pink Sapphire Necklace'), +(1126666, 25078, 0, 1, 1, 1, 'Zangari Shield'), +(1126666, 25079, 0, 1, 1, 1, 'Outland Shield'), +(1126666, 25080, 0, 1, 1, 1, 'Spell-Breaker Shield'), +(1126666, 25092, 0, 1, 1, 1, 'Consortium Crystal'), +(1126666, 25093, 0, 1, 1, 1, 'Shadow Council Orb'), +(1126666, 25094, 0, 1, 1, 1, 'Eldr\'naan Scepter'), +(1126666, 25106, 0, 1, 1, 1, 'Cobra Shortblade'), +(1126666, 25107, 0, 1, 1, 1, 'Draconic Dagger'), +(1126666, 25108, 0, 1, 1, 1, 'Grave Keeper Knife'), +(1126666, 25120, 0, 1, 1, 1, 'Rockshard Club'), +(1126666, 25121, 0, 1, 1, 1, 'Dreaded Mace'), +(1126666, 25122, 0, 1, 1, 1, 'Khorium Plated Bludgeon'), +(1126666, 25134, 0, 1, 1, 1, 'Highmountain Hammer'), +(1126666, 25135, 0, 1, 1, 1, 'Clefthoof Mace'), +(1126666, 25136, 0, 1, 1, 1, 'Blood Stained Hammer'), +(1126666, 25148, 0, 1, 1, 1, 'Bone Collector Sword'), +(1126666, 25149, 0, 1, 1, 1, 'Baron\'s Broadsword'), +(1126666, 25150, 0, 1, 1, 1, 'Honor Hold Saber'), +(1126666, 25162, 0, 1, 1, 1, 'Darkened Broadsword'), +(1126666, 25163, 0, 1, 1, 1, 'Elexorien Blade'), +(1126666, 25164, 0, 1, 1, 1, 'Crude Umbrafen Blade'), +(1126666, 25176, 0, 1, 1, 1, 'Taiji Quarterstaff'), +(1126666, 25177, 0, 1, 1, 1, 'Tanjo Staff'), +(1126666, 25178, 0, 1, 1, 1, 'Bata Staff'), +(1126666, 25190, 0, 1, 1, 1, 'Wight\'s Claws'), +(1126666, 25191, 0, 1, 1, 1, 'Dread Fangs'), +(1126666, 25192, 0, 1, 1, 1, 'Gutrippers'), +(1126666, 25204, 0, 1, 1, 1, 'Colossal War Axe'), +(1126666, 25205, 0, 1, 1, 1, 'Silvermoon Crescent Axe'), +(1126666, 25206, 0, 1, 1, 1, 'Berserker Axe'), +(1126666, 25218, 0, 1, 1, 1, 'Silver-Edged Axe'), +(1126666, 25219, 0, 1, 1, 1, 'Rending Claw'), +(1126666, 25220, 0, 1, 1, 1, 'Glorious War-Axe'), +(1126666, 25232, 0, 1, 1, 1, 'War Glaive'), +(1126666, 25233, 0, 1, 1, 1, 'Battle Scythe'), +(1126666, 25234, 0, 1, 1, 1, 'Telaari Polearm'), +(1126666, 25246, 0, 1, 1, 1, 'Thalassian Compound Bow'), +(1126666, 25247, 0, 1, 1, 1, 'Expert\'s Bow'), +(1126666, 25248, 0, 1, 1, 1, 'Talbuk Hunting Bow'), +(1126666, 25260, 0, 1, 1, 1, 'Archer\'s Crossbow'), +(1126666, 25261, 0, 1, 1, 1, 'Mighty Crossbow'), +(1126666, 25262, 0, 1, 1, 1, 'Battle Damaged Crossbow'), +(1126666, 25274, 0, 1, 1, 1, 'Cliffjumper Shotgun'), +(1126666, 25275, 0, 1, 1, 1, 'Dragonbreath Musket'), +(1126666, 25276, 0, 1, 1, 1, 'Tauren Runed Musket'), +(1126666, 25288, 0, 1, 1, 1, 'Conjurer\'s Wand'), +(1126666, 25289, 0, 1, 1, 1, 'Majestic Wand'), +(1126666, 25290, 0, 1, 1, 1, 'Solitaire Wand'), +(1126666, 25302, 0, 1, 1, 1, 'Soul-Drain Dagger'), +(1126666, 25303, 0, 1, 1, 1, 'Amplifying Blade'), +(1126666, 25304, 0, 1, 1, 1, 'Destructo-Blade'), +(1126666, 25316, 0, 1, 1, 1, 'Spirit-Clad Mace'), +(1126666, 25317, 0, 1, 1, 1, 'Lesser Sledgemace'), +(1126666, 25318, 0, 1, 1, 1, 'Ancestral Hammer'), +(1126666, 25330, 0, 1, 1, 1, 'Starshine Staff'), +(1126666, 25331, 0, 1, 1, 1, 'Vengeance Staff'), +(1126666, 25332, 0, 1, 1, 1, 'Reflective Staff'), +(1126666, 28537, 0, 1, 1, 1, 'Wildhammer Throwing Axe'), +(1126666, 28538, 0, 1, 1, 1, 'Forked Shuriken'), +(1126666, 28539, 0, 1, 1, 1, 'Razor-Edged Boomerang'), +(1126667, 24629, 0, 1, 1, 1, 'Feralfen Sash'), +(1126667, 24630, 0, 1, 1, 1, 'Feralfen Sandals'), +(1126667, 24631, 0, 1, 1, 1, 'Feralfen Jerkin'), +(1126667, 24632, 0, 1, 1, 1, 'Feralfen Hand'), +(1126667, 24633, 0, 1, 1, 1, 'Feralfen Hood'), +(1126667, 24634, 0, 1, 1, 1, 'Feralfen Pants'), +(1126667, 24635, 0, 1, 1, 1, 'Feralfen Amice'), +(1126667, 24636, 0, 1, 1, 1, 'Feralfen Cuffs'), +(1126667, 24637, 0, 1, 1, 1, 'Mistyreed Belt'), +(1126667, 24638, 0, 1, 1, 1, 'Mistyreed Boots'), +(1126667, 24639, 0, 1, 1, 1, 'Mistyreed Tunic'), +(1126667, 24640, 0, 1, 1, 1, 'Mistyreed Gloves'), +(1126667, 24641, 0, 1, 1, 1, 'Mistyreed Hood'), +(1126667, 24642, 0, 1, 1, 1, 'Mistyreed Pants'), +(1126667, 24643, 0, 1, 1, 1, 'Mistyreed Shoulderpads'), +(1126667, 24644, 0, 1, 1, 1, 'Mistyreed Bracers'), +(1126667, 24645, 0, 1, 1, 1, 'Astralaan Belt'), +(1126667, 24646, 0, 1, 1, 1, 'Astralaan Boots'), +(1126667, 24647, 0, 1, 1, 1, 'Astralaan Robe'), +(1126667, 24648, 0, 1, 1, 1, 'Astralaan Gloves'), +(1126667, 24649, 0, 1, 1, 1, 'Astralaan Headdress'), +(1126667, 24650, 0, 1, 1, 1, 'Astralaan Pants'), +(1126667, 24651, 0, 1, 1, 1, 'Astralaan Shoulderpads'), +(1126667, 24652, 0, 1, 1, 1, 'Astralaan Bracer'), +(1126667, 24653, 0, 1, 1, 1, 'Consortium Sash'), +(1126667, 24654, 0, 1, 1, 1, 'Consortium Boot'), +(1126667, 24655, 0, 1, 1, 1, 'Consortium Robe'), +(1126667, 24656, 0, 1, 1, 1, 'Consortium Gloves'), +(1126667, 24657, 0, 1, 1, 1, 'Consortium Hood'), +(1126667, 24658, 0, 1, 1, 1, 'Consortium Pants'), +(1126667, 24659, 0, 1, 1, 1, 'Consortium Mantle'), +(1126667, 24660, 0, 1, 1, 1, 'Consortium Bracer'), +(1126667, 24741, 0, 1, 1, 1, 'Ranger Belt'), +(1126667, 24742, 0, 1, 1, 1, 'Ranger Boots'), +(1126667, 24743, 0, 1, 1, 1, 'Ranger Jerkin'), +(1126667, 24744, 0, 1, 1, 1, 'Ranger Gloves'), +(1126667, 24745, 0, 1, 1, 1, 'Ranger Hat'), +(1126667, 24746, 0, 1, 1, 1, 'Ranger Pants'), +(1126667, 24747, 0, 1, 1, 1, 'Ranger Pauldrons'), +(1126667, 24748, 0, 1, 1, 1, 'Ranger Armguards'), +(1126667, 24749, 0, 1, 1, 1, 'Daggerfen Belt'), +(1126667, 24750, 0, 1, 1, 1, 'Daggerfen Boots'), +(1126667, 24751, 0, 1, 1, 1, 'Daggerfen Battlevest'), +(1126667, 24752, 0, 1, 1, 1, 'Daggerfen Gloves'), +(1126667, 24753, 0, 1, 1, 1, 'Daggerfen Cowl'), +(1126667, 24754, 0, 1, 1, 1, 'Daggerfen Stitchpants'), +(1126667, 24755, 0, 1, 1, 1, 'Daggerfen Pauldrons'), +(1126667, 24756, 0, 1, 1, 1, 'Daggerfen Bindings'), +(1126667, 24757, 0, 1, 1, 1, 'Umbrafen Waistband'), +(1126667, 24758, 0, 1, 1, 1, 'Umbrafen Boots'), +(1126667, 24759, 0, 1, 1, 1, 'Umbrafen Tunic'), +(1126667, 24760, 0, 1, 1, 1, 'Umbrafen Gloves'), +(1126667, 24761, 0, 1, 1, 1, 'Umbrafen Cap'), +(1126667, 24762, 0, 1, 1, 1, 'Umbrafen Britches'), +(1126667, 24763, 0, 1, 1, 1, 'Umbrafen Shoulderguards'), +(1126667, 24764, 0, 1, 1, 1, 'Umbrafen Bindings'), +(1126667, 24765, 0, 1, 1, 1, 'Clefthoof Belt'), +(1126667, 24766, 0, 1, 1, 1, 'Clefthoof Wanderboots'), +(1126667, 24767, 0, 1, 1, 1, 'Clefthoof Hidemantle'), +(1126667, 24768, 0, 1, 1, 1, 'Clefthoof Gloves'), +(1126667, 24769, 0, 1, 1, 1, 'Clefthoof Cover'), +(1126667, 24770, 0, 1, 1, 1, 'Clefthoof Britches'), +(1126667, 24771, 0, 1, 1, 1, 'Clefthoof Shoulderguards'), +(1126667, 24772, 0, 1, 1, 1, 'Clefthoof Bracers'), +(1126667, 24854, 0, 1, 1, 1, 'Marshcreeper Belt'), +(1126667, 24855, 0, 1, 1, 1, 'Marshcreeper Sludgeboots'), +(1126667, 24856, 0, 1, 1, 1, 'Marshcreeper Fen-Vest'), +(1126667, 24857, 0, 1, 1, 1, 'Marshcreeper Gloves'), +(1126667, 24858, 0, 1, 1, 1, 'Marshcreeper Helm'), +(1126667, 24859, 0, 1, 1, 1, 'Marshcreeper Leggings'), +(1126667, 24860, 0, 1, 1, 1, 'Marshcreeper Mantle'), +(1126667, 24861, 0, 1, 1, 1, 'Marshcreeper Bracelets'), +(1126667, 24862, 0, 1, 1, 1, 'Blood Knight Girdle'), +(1126667, 24863, 0, 1, 1, 1, 'Blood Knight Boots'), +(1126667, 24864, 0, 1, 1, 1, 'Blood Knight Breastplate'), +(1126667, 24865, 0, 1, 1, 1, 'Blood Knight Gauntlets'), +(1126667, 24866, 0, 1, 1, 1, 'Blood Knight Helm'), +(1126667, 24867, 0, 1, 1, 1, 'Blood Knight Greaves'), +(1126667, 24868, 0, 1, 1, 1, 'Blood Knight Pauldrons'), +(1126667, 24869, 0, 1, 1, 1, 'Blood Knight Bracers'), +(1126667, 24870, 0, 1, 1, 1, 'Ironspine Belt'), +(1126667, 24871, 0, 1, 1, 1, 'Ironspine Greaves'), +(1126667, 24872, 0, 1, 1, 1, 'Ironspine Chain Vest'), +(1126667, 24873, 0, 1, 1, 1, 'Ironspine Gloves'), +(1126667, 24874, 0, 1, 1, 1, 'Ironspine Helm'), +(1126667, 24875, 0, 1, 1, 1, 'Ironspine Legguards'), +(1126667, 24876, 0, 1, 1, 1, 'Ironspine Shoulderguards'), +(1126667, 24877, 0, 1, 1, 1, 'Ironspine Bracelets'), +(1126667, 24878, 0, 1, 1, 1, 'Der\'izu Belt'), +(1126667, 24879, 0, 1, 1, 1, 'Der\'izu Greaves'), +(1126667, 24880, 0, 1, 1, 1, 'Der\'izu Chestpiece'), +(1126667, 24881, 0, 1, 1, 1, 'Der\'izu Fists'), +(1126667, 24882, 0, 1, 1, 1, 'Der\'izu Helm'), +(1126667, 24883, 0, 1, 1, 1, 'Der\'izu Legguards'), +(1126667, 24884, 0, 1, 1, 1, 'Der\'izu Spaulders'), +(1126667, 24885, 0, 1, 1, 1, 'Der\'izu Bracer'), +(1126667, 24966, 0, 1, 1, 1, 'Talonguard Girdle'), +(1126667, 24967, 0, 1, 1, 1, 'Talonguard Greaves'), +(1126667, 24968, 0, 1, 1, 1, 'Talonguard Armor'), +(1126667, 24969, 0, 1, 1, 1, 'Talonguard Gloves'), +(1126667, 24970, 0, 1, 1, 1, 'Talonguard Helmet'), +(1126667, 24971, 0, 1, 1, 1, 'Talonguard Legplates'), +(1126667, 24972, 0, 1, 1, 1, 'Talonguard Epaulets'), +(1126667, 24973, 0, 1, 1, 1, 'Talonguard Bracers'), +(1126667, 24974, 0, 1, 1, 1, 'Reaver Girdle'), +(1126667, 24975, 0, 1, 1, 1, 'Reaver Greaves'), +(1126667, 24976, 0, 1, 1, 1, 'Reaver Armor'), +(1126667, 24977, 0, 1, 1, 1, 'Reaver Gloves'), +(1126667, 24978, 0, 1, 1, 1, 'Reaver Helmet'), +(1126667, 24979, 0, 1, 1, 1, 'Reaver Legplates'), +(1126667, 24980, 0, 1, 1, 1, 'Reaver Epaulets'), +(1126667, 24981, 0, 1, 1, 1, 'Reaver Bracers'), +(1126667, 24982, 0, 1, 1, 1, 'Boulderfist Belt'), +(1126667, 24983, 0, 1, 1, 1, 'Boulderfist Greaves'), +(1126667, 24984, 0, 1, 1, 1, 'Boulderfist Armor'), +(1126667, 24985, 0, 1, 1, 1, 'Boulderfist Gloves'), +(1126667, 24986, 0, 1, 1, 1, 'Boulderfist Helm'), +(1126667, 24987, 0, 1, 1, 1, 'Boulderfist Legplates'), +(1126667, 24988, 0, 1, 1, 1, 'Boulderfist Epaulets'), +(1126667, 24989, 0, 1, 1, 1, 'Boulderfist Bracers'), +(1126667, 24990, 0, 1, 1, 1, 'Warmaul Belt'), +(1126667, 24991, 0, 1, 1, 1, 'Warmaul Greaves'), +(1126667, 24992, 0, 1, 1, 1, 'Warmaul Breastplate'), +(1126667, 24993, 0, 1, 1, 1, 'Warmaul Gloves'), +(1126667, 24994, 0, 1, 1, 1, 'Warmaul Helmet'), +(1126667, 24995, 0, 1, 1, 1, 'Warmaul Legplates'), +(1126667, 24996, 0, 1, 1, 1, 'Warmaul Epaulets'), +(1126667, 24997, 0, 1, 1, 1, 'Warmaul Vambraces'), +(1126667, 25036, 0, 1, 1, 1, 'Boulderfist Cloak'), +(1126667, 25037, 0, 1, 1, 1, 'Patched Cape'), +(1126667, 25038, 0, 1, 1, 1, 'Forest Shroud'), +(1126667, 25039, 0, 1, 1, 1, 'Farseer Cloak'), +(1126667, 25050, 0, 1, 1, 1, 'Moldavite Ring'), +(1126667, 25051, 0, 1, 1, 1, 'Blue Topaz Band'), +(1126667, 25052, 0, 1, 1, 1, 'Hauyne Ring'), +(1126667, 25053, 0, 1, 1, 1, 'Lazuli Ring'), +(1126667, 25064, 0, 1, 1, 1, 'Amethyst Pendant'), +(1126667, 25065, 0, 1, 1, 1, 'Turquoise Brooch'), +(1126667, 25066, 0, 1, 1, 1, 'Pink Sapphire Necklace'), +(1126667, 25067, 0, 1, 1, 1, 'Diopside Beads'), +(1126667, 25078, 0, 1, 1, 1, 'Zangari Shield'), +(1126667, 25079, 0, 1, 1, 1, 'Outland Shield'), +(1126667, 25080, 0, 1, 1, 1, 'Spell-Breaker Shield'), +(1126667, 25081, 0, 1, 1, 1, 'Bayeaux Shield'), +(1126667, 25092, 0, 1, 1, 1, 'Consortium Crystal'), +(1126667, 25093, 0, 1, 1, 1, 'Shadow Council Orb'), +(1126667, 25094, 0, 1, 1, 1, 'Eldr\'naan Scepter'), +(1126667, 25095, 0, 1, 1, 1, 'Archmage Orb'), +(1126667, 25106, 0, 1, 1, 1, 'Cobra Shortblade'), +(1126667, 25107, 0, 1, 1, 1, 'Draconic Dagger'), +(1126667, 25108, 0, 1, 1, 1, 'Grave Keeper Knife'), +(1126667, 25109, 0, 1, 1, 1, 'Moon Blade'), +(1126667, 25120, 0, 1, 1, 1, 'Rockshard Club'), +(1126667, 25121, 0, 1, 1, 1, 'Dreaded Mace'), +(1126667, 25122, 0, 1, 1, 1, 'Khorium Plated Bludgeon'), +(1126667, 25123, 0, 1, 1, 1, 'Boneshredder Mace'), +(1126667, 25134, 0, 1, 1, 1, 'Highmountain Hammer'), +(1126667, 25135, 0, 1, 1, 1, 'Clefthoof Mace'), +(1126667, 25136, 0, 1, 1, 1, 'Blood Stained Hammer'), +(1126667, 25137, 0, 1, 1, 1, 'Draenethyst Mallet'), +(1126667, 25148, 0, 1, 1, 1, 'Bone Collector Sword'), +(1126667, 25149, 0, 1, 1, 1, 'Baron\'s Broadsword'), +(1126667, 25150, 0, 1, 1, 1, 'Honor Hold Saber'), +(1126667, 25151, 0, 1, 1, 1, 'Assassins\' Short Blade'), +(1126667, 25162, 0, 1, 1, 1, 'Darkened Broadsword'), +(1126667, 25163, 0, 1, 1, 1, 'Elexorien Blade'), +(1126667, 25164, 0, 1, 1, 1, 'Crude Umbrafen Blade'), +(1126667, 25165, 0, 1, 1, 1, 'Boulderfist Claymore'), +(1126667, 25176, 0, 1, 1, 1, 'Taiji Quarterstaff'), +(1126667, 25177, 0, 1, 1, 1, 'Tanjo Staff'), +(1126667, 25178, 0, 1, 1, 1, 'Bata Staff'), +(1126667, 25179, 0, 1, 1, 1, 'Nguni Stick'), +(1126667, 25190, 0, 1, 1, 1, 'Wight\'s Claws'), +(1126667, 25191, 0, 1, 1, 1, 'Dread Fangs'), +(1126667, 25192, 0, 1, 1, 1, 'Gutrippers'), +(1126667, 25193, 0, 1, 1, 1, 'Deathclaw Talons'), +(1126667, 25204, 0, 1, 1, 1, 'Colossal War Axe'), +(1126667, 25205, 0, 1, 1, 1, 'Silvermoon Crescent Axe'), +(1126667, 25206, 0, 1, 1, 1, 'Berserker Axe'), +(1126667, 25207, 0, 1, 1, 1, 'Shadowmoon Cleaver'), +(1126667, 25218, 0, 1, 1, 1, 'Silver-Edged Axe'), +(1126667, 25219, 0, 1, 1, 1, 'Rending Claw'), +(1126667, 25220, 0, 1, 1, 1, 'Glorious War-Axe'), +(1126667, 25221, 0, 1, 1, 1, 'Ghostly Battle Axe'), +(1126667, 25232, 0, 1, 1, 1, 'War Glaive'), +(1126667, 25233, 0, 1, 1, 1, 'Battle Scythe'), +(1126667, 25234, 0, 1, 1, 1, 'Telaari Polearm'), +(1126667, 25235, 0, 1, 1, 1, 'Ethereal-Etched Glaive'), +(1126667, 25246, 0, 1, 1, 1, 'Thalassian Compound Bow'), +(1126667, 25247, 0, 1, 1, 1, 'Expert\'s Bow'), +(1126667, 25248, 0, 1, 1, 1, 'Talbuk Hunting Bow'), +(1126667, 25249, 0, 1, 1, 1, 'Ranger\'s Recurved Bow'), +(1126667, 25260, 0, 1, 1, 1, 'Archer\'s Crossbow'), +(1126667, 25261, 0, 1, 1, 1, 'Mighty Crossbow'), +(1126667, 25262, 0, 1, 1, 1, 'Battle Damaged Crossbow'), +(1126667, 25263, 0, 1, 1, 1, 'Assassins\' Silent Crossbow'), +(1126667, 25274, 0, 1, 1, 1, 'Cliffjumper Shotgun'), +(1126667, 25275, 0, 1, 1, 1, 'Dragonbreath Musket'), +(1126667, 25276, 0, 1, 1, 1, 'Tauren Runed Musket'), +(1126667, 25277, 0, 1, 1, 1, 'Sporting Rifle'), +(1126667, 25288, 0, 1, 1, 1, 'Conjurer\'s Wand'), +(1126667, 25289, 0, 1, 1, 1, 'Majestic Wand'), +(1126667, 25290, 0, 1, 1, 1, 'Solitaire Wand'), +(1126667, 25291, 0, 1, 1, 1, 'Nobility Torch'), +(1126667, 25302, 0, 1, 1, 1, 'Soul-Drain Dagger'), +(1126667, 25303, 0, 1, 1, 1, 'Amplifying Blade'), +(1126667, 25304, 0, 1, 1, 1, 'Destructo-Blade'), +(1126667, 25305, 0, 1, 1, 1, 'Elemental Dagger'), +(1126667, 25316, 0, 1, 1, 1, 'Spirit-Clad Mace'), +(1126667, 25317, 0, 1, 1, 1, 'Lesser Sledgemace'), +(1126667, 25318, 0, 1, 1, 1, 'Ancestral Hammer'), +(1126667, 25319, 0, 1, 1, 1, 'Tranquility Mace'), +(1126667, 25330, 0, 1, 1, 1, 'Starshine Staff'), +(1126667, 25331, 0, 1, 1, 1, 'Vengeance Staff'), +(1126667, 25332, 0, 1, 1, 1, 'Reflective Staff'), +(1126667, 25333, 0, 1, 1, 1, 'Purification Staff'), +(1126667, 28537, 0, 1, 1, 1, 'Wildhammer Throwing Axe'), +(1126667, 28538, 0, 1, 1, 1, 'Forked Shuriken'), +(1126667, 28539, 0, 1, 1, 1, 'Razor-Edged Boomerang'), +(1126667, 28540, 0, 1, 1, 1, 'Arakkoa Talon-Axe'), +(1126767, 24637, 0, 1, 1, 1, 'Mistyreed Belt'), +(1126767, 24638, 0, 1, 1, 1, 'Mistyreed Boots'), +(1126767, 24639, 0, 1, 1, 1, 'Mistyreed Tunic'), +(1126767, 24640, 0, 1, 1, 1, 'Mistyreed Gloves'), +(1126767, 24641, 0, 1, 1, 1, 'Mistyreed Hood'), +(1126767, 24642, 0, 1, 1, 1, 'Mistyreed Pants'), +(1126767, 24643, 0, 1, 1, 1, 'Mistyreed Shoulderpads'), +(1126767, 24644, 0, 1, 1, 1, 'Mistyreed Bracers'), +(1126767, 24645, 0, 1, 1, 1, 'Astralaan Belt'), +(1126767, 24646, 0, 1, 1, 1, 'Astralaan Boots'), +(1126767, 24647, 0, 1, 1, 1, 'Astralaan Robe'), +(1126767, 24648, 0, 1, 1, 1, 'Astralaan Gloves'), +(1126767, 24649, 0, 1, 1, 1, 'Astralaan Headdress'), +(1126767, 24650, 0, 1, 1, 1, 'Astralaan Pants'), +(1126767, 24651, 0, 1, 1, 1, 'Astralaan Shoulderpads'), +(1126767, 24652, 0, 1, 1, 1, 'Astralaan Bracer'), +(1126767, 24653, 0, 1, 1, 1, 'Consortium Sash'), +(1126767, 24654, 0, 1, 1, 1, 'Consortium Boot'), +(1126767, 24655, 0, 1, 1, 1, 'Consortium Robe'), +(1126767, 24656, 0, 1, 1, 1, 'Consortium Gloves'), +(1126767, 24657, 0, 1, 1, 1, 'Consortium Hood'), +(1126767, 24658, 0, 1, 1, 1, 'Consortium Pants'), +(1126767, 24659, 0, 1, 1, 1, 'Consortium Mantle'), +(1126767, 24660, 0, 1, 1, 1, 'Consortium Bracer'), +(1126767, 24749, 0, 1, 1, 1, 'Daggerfen Belt'), +(1126767, 24750, 0, 1, 1, 1, 'Daggerfen Boots'), +(1126767, 24751, 0, 1, 1, 1, 'Daggerfen Battlevest'), +(1126767, 24752, 0, 1, 1, 1, 'Daggerfen Gloves'), +(1126767, 24753, 0, 1, 1, 1, 'Daggerfen Cowl'), +(1126767, 24754, 0, 1, 1, 1, 'Daggerfen Stitchpants'), +(1126767, 24755, 0, 1, 1, 1, 'Daggerfen Pauldrons'), +(1126767, 24756, 0, 1, 1, 1, 'Daggerfen Bindings'), +(1126767, 24757, 0, 1, 1, 1, 'Umbrafen Waistband'), +(1126767, 24758, 0, 1, 1, 1, 'Umbrafen Boots'), +(1126767, 24759, 0, 1, 1, 1, 'Umbrafen Tunic'), +(1126767, 24760, 0, 1, 1, 1, 'Umbrafen Gloves'), +(1126767, 24761, 0, 1, 1, 1, 'Umbrafen Cap'), +(1126767, 24762, 0, 1, 1, 1, 'Umbrafen Britches'), +(1126767, 24763, 0, 1, 1, 1, 'Umbrafen Shoulderguards'), +(1126767, 24764, 0, 1, 1, 1, 'Umbrafen Bindings'), +(1126767, 24765, 0, 1, 1, 1, 'Clefthoof Belt'), +(1126767, 24766, 0, 1, 1, 1, 'Clefthoof Wanderboots'), +(1126767, 24767, 0, 1, 1, 1, 'Clefthoof Hidemantle'), +(1126767, 24768, 0, 1, 1, 1, 'Clefthoof Gloves'), +(1126767, 24769, 0, 1, 1, 1, 'Clefthoof Cover'), +(1126767, 24770, 0, 1, 1, 1, 'Clefthoof Britches'), +(1126767, 24771, 0, 1, 1, 1, 'Clefthoof Shoulderguards'), +(1126767, 24772, 0, 1, 1, 1, 'Clefthoof Bracers'), +(1126767, 24862, 0, 1, 1, 1, 'Blood Knight Girdle'), +(1126767, 24863, 0, 1, 1, 1, 'Blood Knight Boots'), +(1126767, 24864, 0, 1, 1, 1, 'Blood Knight Breastplate'), +(1126767, 24865, 0, 1, 1, 1, 'Blood Knight Gauntlets'), +(1126767, 24866, 0, 1, 1, 1, 'Blood Knight Helm'), +(1126767, 24867, 0, 1, 1, 1, 'Blood Knight Greaves'), +(1126767, 24868, 0, 1, 1, 1, 'Blood Knight Pauldrons'), +(1126767, 24869, 0, 1, 1, 1, 'Blood Knight Bracers'), +(1126767, 24870, 0, 1, 1, 1, 'Ironspine Belt'), +(1126767, 24871, 0, 1, 1, 1, 'Ironspine Greaves'), +(1126767, 24872, 0, 1, 1, 1, 'Ironspine Chain Vest'), +(1126767, 24873, 0, 1, 1, 1, 'Ironspine Gloves'), +(1126767, 24874, 0, 1, 1, 1, 'Ironspine Helm'), +(1126767, 24875, 0, 1, 1, 1, 'Ironspine Legguards'), +(1126767, 24876, 0, 1, 1, 1, 'Ironspine Shoulderguards'), +(1126767, 24877, 0, 1, 1, 1, 'Ironspine Bracelets'), +(1126767, 24878, 0, 1, 1, 1, 'Der\'izu Belt'), +(1126767, 24879, 0, 1, 1, 1, 'Der\'izu Greaves'), +(1126767, 24880, 0, 1, 1, 1, 'Der\'izu Chestpiece'), +(1126767, 24881, 0, 1, 1, 1, 'Der\'izu Fists'), +(1126767, 24882, 0, 1, 1, 1, 'Der\'izu Helm'), +(1126767, 24883, 0, 1, 1, 1, 'Der\'izu Legguards'), +(1126767, 24884, 0, 1, 1, 1, 'Der\'izu Spaulders'), +(1126767, 24885, 0, 1, 1, 1, 'Der\'izu Bracer'), +(1126767, 24974, 0, 1, 1, 1, 'Reaver Girdle'), +(1126767, 24975, 0, 1, 1, 1, 'Reaver Greaves'), +(1126767, 24976, 0, 1, 1, 1, 'Reaver Armor'), +(1126767, 24977, 0, 1, 1, 1, 'Reaver Gloves'), +(1126767, 24978, 0, 1, 1, 1, 'Reaver Helmet'), +(1126767, 24979, 0, 1, 1, 1, 'Reaver Legplates'), +(1126767, 24980, 0, 1, 1, 1, 'Reaver Epaulets'), +(1126767, 24981, 0, 1, 1, 1, 'Reaver Bracers'), +(1126767, 24982, 0, 1, 1, 1, 'Boulderfist Belt'), +(1126767, 24983, 0, 1, 1, 1, 'Boulderfist Greaves'), +(1126767, 24984, 0, 1, 1, 1, 'Boulderfist Armor'), +(1126767, 24985, 0, 1, 1, 1, 'Boulderfist Gloves'), +(1126767, 24986, 0, 1, 1, 1, 'Boulderfist Helm'), +(1126767, 24987, 0, 1, 1, 1, 'Boulderfist Legplates'), +(1126767, 24988, 0, 1, 1, 1, 'Boulderfist Epaulets'), +(1126767, 24989, 0, 1, 1, 1, 'Boulderfist Bracers'), +(1126767, 24990, 0, 1, 1, 1, 'Warmaul Belt'), +(1126767, 24991, 0, 1, 1, 1, 'Warmaul Greaves'), +(1126767, 24992, 0, 1, 1, 1, 'Warmaul Breastplate'), +(1126767, 24993, 0, 1, 1, 1, 'Warmaul Gloves'), +(1126767, 24994, 0, 1, 1, 1, 'Warmaul Helmet'), +(1126767, 24995, 0, 1, 1, 1, 'Warmaul Legplates'), +(1126767, 24996, 0, 1, 1, 1, 'Warmaul Epaulets'), +(1126767, 24997, 0, 1, 1, 1, 'Warmaul Vambraces'), +(1126767, 25037, 0, 1, 1, 1, 'Patched Cape'), +(1126767, 25038, 0, 1, 1, 1, 'Forest Shroud'), +(1126767, 25039, 0, 1, 1, 1, 'Farseer Cloak'), +(1126767, 25051, 0, 1, 1, 1, 'Blue Topaz Band'), +(1126767, 25052, 0, 1, 1, 1, 'Hauyne Ring'), +(1126767, 25053, 0, 1, 1, 1, 'Lazuli Ring'), +(1126767, 25065, 0, 1, 1, 1, 'Turquoise Brooch'), +(1126767, 25066, 0, 1, 1, 1, 'Pink Sapphire Necklace'), +(1126767, 25067, 0, 1, 1, 1, 'Diopside Beads'), +(1126767, 25079, 0, 1, 1, 1, 'Outland Shield'), +(1126767, 25080, 0, 1, 1, 1, 'Spell-Breaker Shield'), +(1126767, 25081, 0, 1, 1, 1, 'Bayeaux Shield'), +(1126767, 25093, 0, 1, 1, 1, 'Shadow Council Orb'), +(1126767, 25094, 0, 1, 1, 1, 'Eldr\'naan Scepter'), +(1126767, 25095, 0, 1, 1, 1, 'Archmage Orb'), +(1126767, 25107, 0, 1, 1, 1, 'Draconic Dagger'), +(1126767, 25108, 0, 1, 1, 1, 'Grave Keeper Knife'), +(1126767, 25109, 0, 1, 1, 1, 'Moon Blade'), +(1126767, 25121, 0, 1, 1, 1, 'Dreaded Mace'), +(1126767, 25122, 0, 1, 1, 1, 'Khorium Plated Bludgeon'), +(1126767, 25123, 0, 1, 1, 1, 'Boneshredder Mace'), +(1126767, 25135, 0, 1, 1, 1, 'Clefthoof Mace'), +(1126767, 25136, 0, 1, 1, 1, 'Blood Stained Hammer'), +(1126767, 25137, 0, 1, 1, 1, 'Draenethyst Mallet'), +(1126767, 25149, 0, 1, 1, 1, 'Baron\'s Broadsword'), +(1126767, 25150, 0, 1, 1, 1, 'Honor Hold Saber'), +(1126767, 25151, 0, 1, 1, 1, 'Assassins\' Short Blade'), +(1126767, 25163, 0, 1, 1, 1, 'Elexorien Blade'), +(1126767, 25164, 0, 1, 1, 1, 'Crude Umbrafen Blade'), +(1126767, 25165, 0, 1, 1, 1, 'Boulderfist Claymore'), +(1126767, 25177, 0, 1, 1, 1, 'Tanjo Staff'), +(1126767, 25178, 0, 1, 1, 1, 'Bata Staff'), +(1126767, 25179, 0, 1, 1, 1, 'Nguni Stick'), +(1126767, 25191, 0, 1, 1, 1, 'Dread Fangs'), +(1126767, 25192, 0, 1, 1, 1, 'Gutrippers'), +(1126767, 25193, 0, 1, 1, 1, 'Deathclaw Talons'), +(1126767, 25205, 0, 1, 1, 1, 'Silvermoon Crescent Axe'), +(1126767, 25206, 0, 1, 1, 1, 'Berserker Axe'), +(1126767, 25207, 0, 1, 1, 1, 'Shadowmoon Cleaver'), +(1126767, 25219, 0, 1, 1, 1, 'Rending Claw'), +(1126767, 25220, 0, 1, 1, 1, 'Glorious War-Axe'), +(1126767, 25221, 0, 1, 1, 1, 'Ghostly Battle Axe'), +(1126767, 25233, 0, 1, 1, 1, 'Battle Scythe'), +(1126767, 25234, 0, 1, 1, 1, 'Telaari Polearm'), +(1126767, 25235, 0, 1, 1, 1, 'Ethereal-Etched Glaive'), +(1126767, 25247, 0, 1, 1, 1, 'Expert\'s Bow'), +(1126767, 25248, 0, 1, 1, 1, 'Talbuk Hunting Bow'), +(1126767, 25249, 0, 1, 1, 1, 'Ranger\'s Recurved Bow'), +(1126767, 25261, 0, 1, 1, 1, 'Mighty Crossbow'), +(1126767, 25262, 0, 1, 1, 1, 'Battle Damaged Crossbow'), +(1126767, 25263, 0, 1, 1, 1, 'Assassins\' Silent Crossbow'), +(1126767, 25275, 0, 1, 1, 1, 'Dragonbreath Musket'), +(1126767, 25276, 0, 1, 1, 1, 'Tauren Runed Musket'), +(1126767, 25277, 0, 1, 1, 1, 'Sporting Rifle'), +(1126767, 25289, 0, 1, 1, 1, 'Majestic Wand'), +(1126767, 25290, 0, 1, 1, 1, 'Solitaire Wand'), +(1126767, 25291, 0, 1, 1, 1, 'Nobility Torch'), +(1126767, 25303, 0, 1, 1, 1, 'Amplifying Blade'), +(1126767, 25304, 0, 1, 1, 1, 'Destructo-Blade'), +(1126767, 25305, 0, 1, 1, 1, 'Elemental Dagger'), +(1126767, 25317, 0, 1, 1, 1, 'Lesser Sledgemace'), +(1126767, 25318, 0, 1, 1, 1, 'Ancestral Hammer'), +(1126767, 25319, 0, 1, 1, 1, 'Tranquility Mace'), +(1126767, 25331, 0, 1, 1, 1, 'Vengeance Staff'), +(1126767, 25332, 0, 1, 1, 1, 'Reflective Staff'), +(1126767, 25333, 0, 1, 1, 1, 'Purification Staff'), +(1126767, 28538, 0, 1, 1, 1, 'Forked Shuriken'), +(1126767, 28539, 0, 1, 1, 1, 'Razor-Edged Boomerang'), +(1126767, 28540, 0, 1, 1, 1, 'Arakkoa Talon-Axe'), +(1126768, 24637, 0, 1, 1, 1, 'Mistyreed Belt'), +(1126768, 24638, 0, 1, 1, 1, 'Mistyreed Boots'), +(1126768, 24639, 0, 1, 1, 1, 'Mistyreed Tunic'), +(1126768, 24640, 0, 1, 1, 1, 'Mistyreed Gloves'), +(1126768, 24641, 0, 1, 1, 1, 'Mistyreed Hood'), +(1126768, 24642, 0, 1, 1, 1, 'Mistyreed Pants'), +(1126768, 24643, 0, 1, 1, 1, 'Mistyreed Shoulderpads'), +(1126768, 24644, 0, 1, 1, 1, 'Mistyreed Bracers'), +(1126768, 24645, 0, 1, 1, 1, 'Astralaan Belt'), +(1126768, 24646, 0, 1, 1, 1, 'Astralaan Boots'), +(1126768, 24647, 0, 1, 1, 1, 'Astralaan Robe'), +(1126768, 24648, 0, 1, 1, 1, 'Astralaan Gloves'), +(1126768, 24649, 0, 1, 1, 1, 'Astralaan Headdress'), +(1126768, 24650, 0, 1, 1, 1, 'Astralaan Pants'), +(1126768, 24651, 0, 1, 1, 1, 'Astralaan Shoulderpads'), +(1126768, 24652, 0, 1, 1, 1, 'Astralaan Bracer'), +(1126768, 24653, 0, 1, 1, 1, 'Consortium Sash'), +(1126768, 24654, 0, 1, 1, 1, 'Consortium Boot'), +(1126768, 24655, 0, 1, 1, 1, 'Consortium Robe'), +(1126768, 24656, 0, 1, 1, 1, 'Consortium Gloves'), +(1126768, 24657, 0, 1, 1, 1, 'Consortium Hood'), +(1126768, 24658, 0, 1, 1, 1, 'Consortium Pants'), +(1126768, 24659, 0, 1, 1, 1, 'Consortium Mantle'), +(1126768, 24660, 0, 1, 1, 1, 'Consortium Bracer'), +(1126768, 24661, 0, 1, 1, 1, 'Shadow Council Chain'), +(1126768, 24662, 0, 1, 1, 1, 'Shadow Council Boots'), +(1126768, 24663, 0, 1, 1, 1, 'Shadow Council Tunic'), +(1126768, 24664, 0, 1, 1, 1, 'Shadow Council Gloves'), +(1126768, 24665, 0, 1, 1, 1, 'Shadow Council Cowl'), +(1126768, 24666, 0, 1, 1, 1, 'Shadow Council Pants'), +(1126768, 24667, 0, 1, 1, 1, 'Shadow Council Mantle'), +(1126768, 24668, 0, 1, 1, 1, 'Shadow Council Bracer'), +(1126768, 24749, 0, 1, 1, 1, 'Daggerfen Belt'), +(1126768, 24750, 0, 1, 1, 1, 'Daggerfen Boots'), +(1126768, 24751, 0, 1, 1, 1, 'Daggerfen Battlevest'), +(1126768, 24752, 0, 1, 1, 1, 'Daggerfen Gloves'), +(1126768, 24753, 0, 1, 1, 1, 'Daggerfen Cowl'), +(1126768, 24754, 0, 1, 1, 1, 'Daggerfen Stitchpants'), +(1126768, 24755, 0, 1, 1, 1, 'Daggerfen Pauldrons'), +(1126768, 24756, 0, 1, 1, 1, 'Daggerfen Bindings'), +(1126768, 24757, 0, 1, 1, 1, 'Umbrafen Waistband'), +(1126768, 24758, 0, 1, 1, 1, 'Umbrafen Boots'), +(1126768, 24759, 0, 1, 1, 1, 'Umbrafen Tunic'), +(1126768, 24760, 0, 1, 1, 1, 'Umbrafen Gloves'), +(1126768, 24761, 0, 1, 1, 1, 'Umbrafen Cap'), +(1126768, 24762, 0, 1, 1, 1, 'Umbrafen Britches'), +(1126768, 24763, 0, 1, 1, 1, 'Umbrafen Shoulderguards'), +(1126768, 24764, 0, 1, 1, 1, 'Umbrafen Bindings'), +(1126768, 24765, 0, 1, 1, 1, 'Clefthoof Belt'), +(1126768, 24766, 0, 1, 1, 1, 'Clefthoof Wanderboots'), +(1126768, 24767, 0, 1, 1, 1, 'Clefthoof Hidemantle'), +(1126768, 24768, 0, 1, 1, 1, 'Clefthoof Gloves'), +(1126768, 24769, 0, 1, 1, 1, 'Clefthoof Cover'), +(1126768, 24770, 0, 1, 1, 1, 'Clefthoof Britches'), +(1126768, 24771, 0, 1, 1, 1, 'Clefthoof Shoulderguards'), +(1126768, 24772, 0, 1, 1, 1, 'Clefthoof Bracers'), +(1126768, 24773, 0, 1, 1, 1, 'Boneshredder Belt'), +(1126768, 24774, 0, 1, 1, 1, 'Boneshredder Boots'), +(1126768, 24775, 0, 1, 1, 1, 'Boneshredder Jerkin'), +(1126768, 24776, 0, 1, 1, 1, 'Boneshredder Gloves'), +(1126768, 24777, 0, 1, 1, 1, 'Boneshredder Skullcap'), +(1126768, 24778, 0, 1, 1, 1, 'Boneshredder Britches'), +(1126768, 24779, 0, 1, 1, 1, 'Boneshredder Shoulderguards'), +(1126768, 24780, 0, 1, 1, 1, 'Boneshredder Wristguards'), +(1126768, 24862, 0, 1, 1, 1, 'Blood Knight Girdle'), +(1126768, 24863, 0, 1, 1, 1, 'Blood Knight Boots'), +(1126768, 24864, 0, 1, 1, 1, 'Blood Knight Breastplate'), +(1126768, 24865, 0, 1, 1, 1, 'Blood Knight Gauntlets'), +(1126768, 24866, 0, 1, 1, 1, 'Blood Knight Helm'), +(1126768, 24867, 0, 1, 1, 1, 'Blood Knight Greaves'), +(1126768, 24868, 0, 1, 1, 1, 'Blood Knight Pauldrons'), +(1126768, 24869, 0, 1, 1, 1, 'Blood Knight Bracers'), +(1126768, 24870, 0, 1, 1, 1, 'Ironspine Belt'), +(1126768, 24871, 0, 1, 1, 1, 'Ironspine Greaves'), +(1126768, 24872, 0, 1, 1, 1, 'Ironspine Chain Vest'), +(1126768, 24873, 0, 1, 1, 1, 'Ironspine Gloves'), +(1126768, 24874, 0, 1, 1, 1, 'Ironspine Helm'), +(1126768, 24875, 0, 1, 1, 1, 'Ironspine Legguards'), +(1126768, 24876, 0, 1, 1, 1, 'Ironspine Shoulderguards'), +(1126768, 24877, 0, 1, 1, 1, 'Ironspine Bracelets'), +(1126768, 24878, 0, 1, 1, 1, 'Der\'izu Belt'), +(1126768, 24879, 0, 1, 1, 1, 'Der\'izu Greaves'), +(1126768, 24880, 0, 1, 1, 1, 'Der\'izu Chestpiece'), +(1126768, 24881, 0, 1, 1, 1, 'Der\'izu Fists'), +(1126768, 24882, 0, 1, 1, 1, 'Der\'izu Helm'), +(1126768, 24883, 0, 1, 1, 1, 'Der\'izu Legguards'), +(1126768, 24884, 0, 1, 1, 1, 'Der\'izu Spaulders'), +(1126768, 24885, 0, 1, 1, 1, 'Der\'izu Bracer'), +(1126768, 24886, 0, 1, 1, 1, 'Skettis Belt'), +(1126768, 24887, 0, 1, 1, 1, 'Skettis Footwraps'), +(1126768, 24888, 0, 1, 1, 1, 'Skettis Chestpiece'), +(1126768, 24889, 0, 1, 1, 1, 'Skettis Gauntlets'), +(1126768, 24890, 0, 1, 1, 1, 'Skettis Helmet'), +(1126768, 24891, 0, 1, 1, 1, 'Skettis Legguards'), +(1126768, 24892, 0, 1, 1, 1, 'Skettis Spaulders'), +(1126768, 24893, 0, 1, 1, 1, 'Skettis Bracer'), +(1126768, 24974, 0, 1, 1, 1, 'Reaver Girdle'), +(1126768, 24975, 0, 1, 1, 1, 'Reaver Greaves'), +(1126768, 24976, 0, 1, 1, 1, 'Reaver Armor'), +(1126768, 24977, 0, 1, 1, 1, 'Reaver Gloves'), +(1126768, 24978, 0, 1, 1, 1, 'Reaver Helmet'), +(1126768, 24979, 0, 1, 1, 1, 'Reaver Legplates'), +(1126768, 24980, 0, 1, 1, 1, 'Reaver Epaulets'), +(1126768, 24981, 0, 1, 1, 1, 'Reaver Bracers'), +(1126768, 24982, 0, 1, 1, 1, 'Boulderfist Belt'), +(1126768, 24983, 0, 1, 1, 1, 'Boulderfist Greaves'), +(1126768, 24984, 0, 1, 1, 1, 'Boulderfist Armor'), +(1126768, 24985, 0, 1, 1, 1, 'Boulderfist Gloves'), +(1126768, 24986, 0, 1, 1, 1, 'Boulderfist Helm'), +(1126768, 24987, 0, 1, 1, 1, 'Boulderfist Legplates'), +(1126768, 24988, 0, 1, 1, 1, 'Boulderfist Epaulets'), +(1126768, 24989, 0, 1, 1, 1, 'Boulderfist Bracers'), +(1126768, 24990, 0, 1, 1, 1, 'Warmaul Belt'), +(1126768, 24991, 0, 1, 1, 1, 'Warmaul Greaves'), +(1126768, 24992, 0, 1, 1, 1, 'Warmaul Breastplate'), +(1126768, 24993, 0, 1, 1, 1, 'Warmaul Gloves'), +(1126768, 24994, 0, 1, 1, 1, 'Warmaul Helmet'), +(1126768, 24995, 0, 1, 1, 1, 'Warmaul Legplates'), +(1126768, 24996, 0, 1, 1, 1, 'Warmaul Epaulets'), +(1126768, 24997, 0, 1, 1, 1, 'Warmaul Vambraces'), +(1126768, 24998, 0, 1, 1, 1, 'Bloodfist Girdle'), +(1126768, 24999, 0, 1, 1, 1, 'Bloodfist Greaves'), +(1126768, 25000, 0, 1, 1, 1, 'Bloodfist Breastplate'), +(1126768, 25001, 0, 1, 1, 1, 'Bloodfist Gloves'), +(1126768, 25002, 0, 1, 1, 1, 'Bloodfist Helmet'), +(1126768, 25003, 0, 1, 1, 1, 'Bloodfist Legplates'), +(1126768, 25004, 0, 1, 1, 1, 'Bloodfist Epaulets'), +(1126768, 25005, 0, 1, 1, 1, 'Bloodfist Vambraces'), +(1126768, 25037, 0, 1, 1, 1, 'Patched Cape'), +(1126768, 25038, 0, 1, 1, 1, 'Forest Shroud'), +(1126768, 25039, 0, 1, 1, 1, 'Farseer Cloak'), +(1126768, 25040, 0, 1, 1, 1, 'Murkblood Cape'), +(1126768, 25051, 0, 1, 1, 1, 'Blue Topaz Band'), +(1126768, 25052, 0, 1, 1, 1, 'Hauyne Ring'), +(1126768, 25053, 0, 1, 1, 1, 'Lazuli Ring'), +(1126768, 25054, 0, 1, 1, 1, 'Sodalite Band'), +(1126768, 25065, 0, 1, 1, 1, 'Turquoise Brooch'), +(1126768, 25066, 0, 1, 1, 1, 'Pink Sapphire Necklace'), +(1126768, 25067, 0, 1, 1, 1, 'Diopside Beads'), +(1126768, 25068, 0, 1, 1, 1, 'Kunzite Necklace'), +(1126768, 25079, 0, 1, 1, 1, 'Outland Shield'), +(1126768, 25080, 0, 1, 1, 1, 'Spell-Breaker Shield'), +(1126768, 25081, 0, 1, 1, 1, 'Bayeaux Shield'), +(1126768, 25082, 0, 1, 1, 1, 'Fel-Iron Shield'), +(1126768, 25093, 0, 1, 1, 1, 'Shadow Council Orb'), +(1126768, 25094, 0, 1, 1, 1, 'Eldr\'naan Scepter'), +(1126768, 25095, 0, 1, 1, 1, 'Archmage Orb'), +(1126768, 25096, 0, 1, 1, 1, 'Elementalist Star'), +(1126768, 25107, 0, 1, 1, 1, 'Draconic Dagger'), +(1126768, 25108, 0, 1, 1, 1, 'Grave Keeper Knife'), +(1126768, 25109, 0, 1, 1, 1, 'Moon Blade'), +(1126768, 25110, 0, 1, 1, 1, 'Sharp Bowie Knife'), +(1126768, 25121, 0, 1, 1, 1, 'Dreaded Mace'), +(1126768, 25122, 0, 1, 1, 1, 'Khorium Plated Bludgeon'), +(1126768, 25123, 0, 1, 1, 1, 'Boneshredder Mace'), +(1126768, 25124, 0, 1, 1, 1, 'Footman Mace'), +(1126768, 25135, 0, 1, 1, 1, 'Clefthoof Mace'), +(1126768, 25136, 0, 1, 1, 1, 'Blood Stained Hammer'), +(1126768, 25137, 0, 1, 1, 1, 'Draenethyst Mallet'), +(1126768, 25138, 0, 1, 1, 1, 'Blood Knight Maul'), +(1126768, 25149, 0, 1, 1, 1, 'Baron\'s Broadsword'), +(1126768, 25150, 0, 1, 1, 1, 'Honor Hold Saber'), +(1126768, 25151, 0, 1, 1, 1, 'Assassins\' Short Blade'), +(1126768, 25152, 0, 1, 1, 1, 'Howling Sword'), +(1126768, 25163, 0, 1, 1, 1, 'Elexorien Blade'), +(1126768, 25164, 0, 1, 1, 1, 'Crude Umbrafen Blade'), +(1126768, 25165, 0, 1, 1, 1, 'Boulderfist Claymore'), +(1126768, 25166, 0, 1, 1, 1, 'Mok\'Nathal Warblade'), +(1126768, 25177, 0, 1, 1, 1, 'Tanjo Staff'), +(1126768, 25178, 0, 1, 1, 1, 'Bata Staff'), +(1126768, 25179, 0, 1, 1, 1, 'Nguni Stick'), +(1126768, 25180, 0, 1, 1, 1, 'Calenda Fighting Stick'), +(1126768, 25191, 0, 1, 1, 1, 'Dread Fangs'), +(1126768, 25192, 0, 1, 1, 1, 'Gutrippers'), +(1126768, 25193, 0, 1, 1, 1, 'Deathclaw Talons'), +(1126768, 25194, 0, 1, 1, 1, 'Serpent\'s Fangs'), +(1126768, 25205, 0, 1, 1, 1, 'Silvermoon Crescent Axe'), +(1126768, 25206, 0, 1, 1, 1, 'Berserker Axe'), +(1126768, 25207, 0, 1, 1, 1, 'Shadowmoon Cleaver'), +(1126768, 25208, 0, 1, 1, 1, 'Bladespire Broadaxe'), +(1126768, 25219, 0, 1, 1, 1, 'Rending Claw'), +(1126768, 25220, 0, 1, 1, 1, 'Glorious War-Axe'), +(1126768, 25221, 0, 1, 1, 1, 'Ghostly Battle Axe'), +(1126768, 25222, 0, 1, 1, 1, 'Ceremonial Slayer\'s Axe'), +(1126768, 25233, 0, 1, 1, 1, 'Battle Scythe'), +(1126768, 25234, 0, 1, 1, 1, 'Telaari Polearm'), +(1126768, 25235, 0, 1, 1, 1, 'Ethereal-Etched Glaive'), +(1126768, 25236, 0, 1, 1, 1, 'Grim Scythe'), +(1126768, 25247, 0, 1, 1, 1, 'Expert\'s Bow'), +(1126768, 25248, 0, 1, 1, 1, 'Talbuk Hunting Bow'), +(1126768, 25249, 0, 1, 1, 1, 'Ranger\'s Recurved Bow'), +(1126768, 25250, 0, 1, 1, 1, 'Rocslayer Longbow'), +(1126768, 25261, 0, 1, 1, 1, 'Mighty Crossbow'), +(1126768, 25262, 0, 1, 1, 1, 'Battle Damaged Crossbow'), +(1126768, 25263, 0, 1, 1, 1, 'Assassins\' Silent Crossbow'), +(1126768, 25264, 0, 1, 1, 1, 'Pocket Ballista'), +(1126768, 25275, 0, 1, 1, 1, 'Dragonbreath Musket'), +(1126768, 25276, 0, 1, 1, 1, 'Tauren Runed Musket'), +(1126768, 25277, 0, 1, 1, 1, 'Sporting Rifle'), +(1126768, 25278, 0, 1, 1, 1, 'Nesingwary Longrifle'), +(1126768, 25289, 0, 1, 1, 1, 'Majestic Wand'), +(1126768, 25290, 0, 1, 1, 1, 'Solitaire Wand'), +(1126768, 25291, 0, 1, 1, 1, 'Nobility Torch'), +(1126768, 25292, 0, 1, 1, 1, 'Mechano-Wand'), +(1126768, 25303, 0, 1, 1, 1, 'Amplifying Blade'), +(1126768, 25304, 0, 1, 1, 1, 'Destructo-Blade'), +(1126768, 25305, 0, 1, 1, 1, 'Elemental Dagger'), +(1126768, 25306, 0, 1, 1, 1, 'Permafrost Dagger'), +(1126768, 25317, 0, 1, 1, 1, 'Lesser Sledgemace'), +(1126768, 25318, 0, 1, 1, 1, 'Ancestral Hammer'), +(1126768, 25319, 0, 1, 1, 1, 'Tranquility Mace'), +(1126768, 25320, 0, 1, 1, 1, 'Queen\'s Insignia'), +(1126768, 25331, 0, 1, 1, 1, 'Vengeance Staff'), +(1126768, 25332, 0, 1, 1, 1, 'Reflective Staff'), +(1126768, 25333, 0, 1, 1, 1, 'Purification Staff'), +(1126768, 25334, 0, 1, 1, 1, 'Intimidating Greatstaff'), +(1126768, 28538, 0, 1, 1, 1, 'Forked Shuriken'), +(1126768, 28539, 0, 1, 1, 1, 'Razor-Edged Boomerang'), +(1126768, 28540, 0, 1, 1, 1, 'Arakkoa Talon-Axe'), +(1126768, 28541, 0, 1, 1, 1, 'Sawshrike'), +(1126868, 24645, 0, 1, 1, 1, 'Astralaan Belt'), +(1126868, 24646, 0, 1, 1, 1, 'Astralaan Boots'), +(1126868, 24647, 0, 1, 1, 1, 'Astralaan Robe'), +(1126868, 24648, 0, 1, 1, 1, 'Astralaan Gloves'), +(1126868, 24649, 0, 1, 1, 1, 'Astralaan Headdress'), +(1126868, 24650, 0, 1, 1, 1, 'Astralaan Pants'), +(1126868, 24651, 0, 1, 1, 1, 'Astralaan Shoulderpads'), +(1126868, 24652, 0, 1, 1, 1, 'Astralaan Bracer'), +(1126868, 24653, 0, 1, 1, 1, 'Consortium Sash'), +(1126868, 24654, 0, 1, 1, 1, 'Consortium Boot'), +(1126868, 24655, 0, 1, 1, 1, 'Consortium Robe'), +(1126868, 24656, 0, 1, 1, 1, 'Consortium Gloves'), +(1126868, 24657, 0, 1, 1, 1, 'Consortium Hood'), +(1126868, 24658, 0, 1, 1, 1, 'Consortium Pants'), +(1126868, 24659, 0, 1, 1, 1, 'Consortium Mantle'), +(1126868, 24660, 0, 1, 1, 1, 'Consortium Bracer'), +(1126868, 24661, 0, 1, 1, 1, 'Shadow Council Chain'), +(1126868, 24662, 0, 1, 1, 1, 'Shadow Council Boots'), +(1126868, 24663, 0, 1, 1, 1, 'Shadow Council Tunic'), +(1126868, 24664, 0, 1, 1, 1, 'Shadow Council Gloves'), +(1126868, 24665, 0, 1, 1, 1, 'Shadow Council Cowl'), +(1126868, 24666, 0, 1, 1, 1, 'Shadow Council Pants'), +(1126868, 24667, 0, 1, 1, 1, 'Shadow Council Mantle'), +(1126868, 24668, 0, 1, 1, 1, 'Shadow Council Bracer'), +(1126868, 24757, 0, 1, 1, 1, 'Umbrafen Waistband'), +(1126868, 24758, 0, 1, 1, 1, 'Umbrafen Boots'), +(1126868, 24759, 0, 1, 1, 1, 'Umbrafen Tunic'), +(1126868, 24760, 0, 1, 1, 1, 'Umbrafen Gloves'), +(1126868, 24761, 0, 1, 1, 1, 'Umbrafen Cap'), +(1126868, 24762, 0, 1, 1, 1, 'Umbrafen Britches'), +(1126868, 24763, 0, 1, 1, 1, 'Umbrafen Shoulderguards'), +(1126868, 24764, 0, 1, 1, 1, 'Umbrafen Bindings'), +(1126868, 24765, 0, 1, 1, 1, 'Clefthoof Belt'), +(1126868, 24766, 0, 1, 1, 1, 'Clefthoof Wanderboots'), +(1126868, 24767, 0, 1, 1, 1, 'Clefthoof Hidemantle'), +(1126868, 24768, 0, 1, 1, 1, 'Clefthoof Gloves'), +(1126868, 24769, 0, 1, 1, 1, 'Clefthoof Cover'), +(1126868, 24770, 0, 1, 1, 1, 'Clefthoof Britches'), +(1126868, 24771, 0, 1, 1, 1, 'Clefthoof Shoulderguards'), +(1126868, 24772, 0, 1, 1, 1, 'Clefthoof Bracers'), +(1126868, 24773, 0, 1, 1, 1, 'Boneshredder Belt'), +(1126868, 24774, 0, 1, 1, 1, 'Boneshredder Boots'), +(1126868, 24775, 0, 1, 1, 1, 'Boneshredder Jerkin'), +(1126868, 24776, 0, 1, 1, 1, 'Boneshredder Gloves'), +(1126868, 24777, 0, 1, 1, 1, 'Boneshredder Skullcap'), +(1126868, 24778, 0, 1, 1, 1, 'Boneshredder Britches'), +(1126868, 24779, 0, 1, 1, 1, 'Boneshredder Shoulderguards'), +(1126868, 24780, 0, 1, 1, 1, 'Boneshredder Wristguards'), +(1126868, 24870, 0, 1, 1, 1, 'Ironspine Belt'), +(1126868, 24871, 0, 1, 1, 1, 'Ironspine Greaves'), +(1126868, 24872, 0, 1, 1, 1, 'Ironspine Chain Vest'), +(1126868, 24873, 0, 1, 1, 1, 'Ironspine Gloves'), +(1126868, 24874, 0, 1, 1, 1, 'Ironspine Helm'), +(1126868, 24875, 0, 1, 1, 1, 'Ironspine Legguards'), +(1126868, 24876, 0, 1, 1, 1, 'Ironspine Shoulderguards'), +(1126868, 24877, 0, 1, 1, 1, 'Ironspine Bracelets'), +(1126868, 24878, 0, 1, 1, 1, 'Der\'izu Belt'), +(1126868, 24879, 0, 1, 1, 1, 'Der\'izu Greaves'), +(1126868, 24880, 0, 1, 1, 1, 'Der\'izu Chestpiece'), +(1126868, 24881, 0, 1, 1, 1, 'Der\'izu Fists'), +(1126868, 24882, 0, 1, 1, 1, 'Der\'izu Helm'), +(1126868, 24883, 0, 1, 1, 1, 'Der\'izu Legguards'), +(1126868, 24884, 0, 1, 1, 1, 'Der\'izu Spaulders'), +(1126868, 24885, 0, 1, 1, 1, 'Der\'izu Bracer'), +(1126868, 24886, 0, 1, 1, 1, 'Skettis Belt'), +(1126868, 24887, 0, 1, 1, 1, 'Skettis Footwraps'), +(1126868, 24888, 0, 1, 1, 1, 'Skettis Chestpiece'), +(1126868, 24889, 0, 1, 1, 1, 'Skettis Gauntlets'), +(1126868, 24890, 0, 1, 1, 1, 'Skettis Helmet'), +(1126868, 24891, 0, 1, 1, 1, 'Skettis Legguards'), +(1126868, 24892, 0, 1, 1, 1, 'Skettis Spaulders'), +(1126868, 24893, 0, 1, 1, 1, 'Skettis Bracer'), +(1126868, 24982, 0, 1, 1, 1, 'Boulderfist Belt'), +(1126868, 24983, 0, 1, 1, 1, 'Boulderfist Greaves'), +(1126868, 24984, 0, 1, 1, 1, 'Boulderfist Armor'), +(1126868, 24985, 0, 1, 1, 1, 'Boulderfist Gloves'), +(1126868, 24986, 0, 1, 1, 1, 'Boulderfist Helm'), +(1126868, 24987, 0, 1, 1, 1, 'Boulderfist Legplates'), +(1126868, 24988, 0, 1, 1, 1, 'Boulderfist Epaulets'), +(1126868, 24989, 0, 1, 1, 1, 'Boulderfist Bracers'), +(1126868, 24990, 0, 1, 1, 1, 'Warmaul Belt'), +(1126868, 24991, 0, 1, 1, 1, 'Warmaul Greaves'), +(1126868, 24992, 0, 1, 1, 1, 'Warmaul Breastplate'), +(1126868, 24993, 0, 1, 1, 1, 'Warmaul Gloves'), +(1126868, 24994, 0, 1, 1, 1, 'Warmaul Helmet'), +(1126868, 24995, 0, 1, 1, 1, 'Warmaul Legplates'), +(1126868, 24996, 0, 1, 1, 1, 'Warmaul Epaulets'), +(1126868, 24997, 0, 1, 1, 1, 'Warmaul Vambraces'), +(1126868, 24998, 0, 1, 1, 1, 'Bloodfist Girdle'), +(1126868, 24999, 0, 1, 1, 1, 'Bloodfist Greaves'), +(1126868, 25000, 0, 1, 1, 1, 'Bloodfist Breastplate'), +(1126868, 25001, 0, 1, 1, 1, 'Bloodfist Gloves'), +(1126868, 25002, 0, 1, 1, 1, 'Bloodfist Helmet'), +(1126868, 25003, 0, 1, 1, 1, 'Bloodfist Legplates'), +(1126868, 25004, 0, 1, 1, 1, 'Bloodfist Epaulets'), +(1126868, 25005, 0, 1, 1, 1, 'Bloodfist Vambraces'), +(1126868, 25038, 0, 1, 1, 1, 'Forest Shroud'), +(1126868, 25039, 0, 1, 1, 1, 'Farseer Cloak'), +(1126868, 25040, 0, 1, 1, 1, 'Murkblood Cape'), +(1126868, 25052, 0, 1, 1, 1, 'Hauyne Ring'), +(1126868, 25053, 0, 1, 1, 1, 'Lazuli Ring'), +(1126868, 25054, 0, 1, 1, 1, 'Sodalite Band'), +(1126868, 25066, 0, 1, 1, 1, 'Pink Sapphire Necklace'), +(1126868, 25067, 0, 1, 1, 1, 'Diopside Beads'), +(1126868, 25068, 0, 1, 1, 1, 'Kunzite Necklace'), +(1126868, 25080, 0, 1, 1, 1, 'Spell-Breaker Shield'), +(1126868, 25081, 0, 1, 1, 1, 'Bayeaux Shield'), +(1126868, 25082, 0, 1, 1, 1, 'Fel-Iron Shield'), +(1126868, 25094, 0, 1, 1, 1, 'Eldr\'naan Scepter'), +(1126868, 25095, 0, 1, 1, 1, 'Archmage Orb'), +(1126868, 25096, 0, 1, 1, 1, 'Elementalist Star'), +(1126868, 25108, 0, 1, 1, 1, 'Grave Keeper Knife'), +(1126868, 25109, 0, 1, 1, 1, 'Moon Blade'), +(1126868, 25110, 0, 1, 1, 1, 'Sharp Bowie Knife'), +(1126868, 25122, 0, 1, 1, 1, 'Khorium Plated Bludgeon'), +(1126868, 25123, 0, 1, 1, 1, 'Boneshredder Mace'), +(1126868, 25124, 0, 1, 1, 1, 'Footman Mace'), +(1126868, 25136, 0, 1, 1, 1, 'Blood Stained Hammer'), +(1126868, 25137, 0, 1, 1, 1, 'Draenethyst Mallet'), +(1126868, 25138, 0, 1, 1, 1, 'Blood Knight Maul'), +(1126868, 25150, 0, 1, 1, 1, 'Honor Hold Saber'), +(1126868, 25151, 0, 1, 1, 1, 'Assassins\' Short Blade'), +(1126868, 25152, 0, 1, 1, 1, 'Howling Sword'), +(1126868, 25164, 0, 1, 1, 1, 'Crude Umbrafen Blade'), +(1126868, 25165, 0, 1, 1, 1, 'Boulderfist Claymore'), +(1126868, 25166, 0, 1, 1, 1, 'Mok\'Nathal Warblade'), +(1126868, 25178, 0, 1, 1, 1, 'Bata Staff'), +(1126868, 25179, 0, 1, 1, 1, 'Nguni Stick'), +(1126868, 25180, 0, 1, 1, 1, 'Calenda Fighting Stick'), +(1126868, 25192, 0, 1, 1, 1, 'Gutrippers'), +(1126868, 25193, 0, 1, 1, 1, 'Deathclaw Talons'), +(1126868, 25194, 0, 1, 1, 1, 'Serpent\'s Fangs'), +(1126868, 25206, 0, 1, 1, 1, 'Berserker Axe'), +(1126868, 25207, 0, 1, 1, 1, 'Shadowmoon Cleaver'), +(1126868, 25208, 0, 1, 1, 1, 'Bladespire Broadaxe'), +(1126868, 25220, 0, 1, 1, 1, 'Glorious War-Axe'), +(1126868, 25221, 0, 1, 1, 1, 'Ghostly Battle Axe'), +(1126868, 25222, 0, 1, 1, 1, 'Ceremonial Slayer\'s Axe'), +(1126868, 25234, 0, 1, 1, 1, 'Telaari Polearm'), +(1126868, 25235, 0, 1, 1, 1, 'Ethereal-Etched Glaive'), +(1126868, 25236, 0, 1, 1, 1, 'Grim Scythe'), +(1126868, 25248, 0, 1, 1, 1, 'Talbuk Hunting Bow'), +(1126868, 25249, 0, 1, 1, 1, 'Ranger\'s Recurved Bow'), +(1126868, 25250, 0, 1, 1, 1, 'Rocslayer Longbow'), +(1126868, 25262, 0, 1, 1, 1, 'Battle Damaged Crossbow'), +(1126868, 25263, 0, 1, 1, 1, 'Assassins\' Silent Crossbow'), +(1126868, 25264, 0, 1, 1, 1, 'Pocket Ballista'), +(1126868, 25276, 0, 1, 1, 1, 'Tauren Runed Musket'), +(1126868, 25277, 0, 1, 1, 1, 'Sporting Rifle'), +(1126868, 25278, 0, 1, 1, 1, 'Nesingwary Longrifle'), +(1126868, 25290, 0, 1, 1, 1, 'Solitaire Wand'), +(1126868, 25291, 0, 1, 1, 1, 'Nobility Torch'), +(1126868, 25292, 0, 1, 1, 1, 'Mechano-Wand'), +(1126868, 25304, 0, 1, 1, 1, 'Destructo-Blade'), +(1126868, 25305, 0, 1, 1, 1, 'Elemental Dagger'), +(1126868, 25306, 0, 1, 1, 1, 'Permafrost Dagger'), +(1126868, 25318, 0, 1, 1, 1, 'Ancestral Hammer'), +(1126868, 25319, 0, 1, 1, 1, 'Tranquility Mace'), +(1126868, 25320, 0, 1, 1, 1, 'Queen\'s Insignia'), +(1126868, 25332, 0, 1, 1, 1, 'Reflective Staff'), +(1126868, 25333, 0, 1, 1, 1, 'Purification Staff'), +(1126868, 25334, 0, 1, 1, 1, 'Intimidating Greatstaff'), +(1126868, 28539, 0, 1, 1, 1, 'Razor-Edged Boomerang'), +(1126868, 28540, 0, 1, 1, 1, 'Arakkoa Talon-Axe'), +(1126868, 28541, 0, 1, 1, 1, 'Sawshrike'), +(1126869, 24645, 0, 1, 1, 1, 'Astralaan Belt'), +(1126869, 24646, 0, 1, 1, 1, 'Astralaan Boots'), +(1126869, 24647, 0, 1, 1, 1, 'Astralaan Robe'), +(1126869, 24648, 0, 1, 1, 1, 'Astralaan Gloves'), +(1126869, 24649, 0, 1, 1, 1, 'Astralaan Headdress'), +(1126869, 24650, 0, 1, 1, 1, 'Astralaan Pants'), +(1126869, 24651, 0, 1, 1, 1, 'Astralaan Shoulderpads'), +(1126869, 24652, 0, 1, 1, 1, 'Astralaan Bracer'), +(1126869, 24653, 0, 1, 1, 1, 'Consortium Sash'), +(1126869, 24654, 0, 1, 1, 1, 'Consortium Boot'), +(1126869, 24655, 0, 1, 1, 1, 'Consortium Robe'), +(1126869, 24656, 0, 1, 1, 1, 'Consortium Gloves'), +(1126869, 24657, 0, 1, 1, 1, 'Consortium Hood'), +(1126869, 24658, 0, 1, 1, 1, 'Consortium Pants'), +(1126869, 24659, 0, 1, 1, 1, 'Consortium Mantle'), +(1126869, 24660, 0, 1, 1, 1, 'Consortium Bracer'), +(1126869, 24661, 0, 1, 1, 1, 'Shadow Council Chain'), +(1126869, 24662, 0, 1, 1, 1, 'Shadow Council Boots'), +(1126869, 24663, 0, 1, 1, 1, 'Shadow Council Tunic'), +(1126869, 24664, 0, 1, 1, 1, 'Shadow Council Gloves'), +(1126869, 24665, 0, 1, 1, 1, 'Shadow Council Cowl'), +(1126869, 24666, 0, 1, 1, 1, 'Shadow Council Pants'), +(1126869, 24667, 0, 1, 1, 1, 'Shadow Council Mantle'), +(1126869, 24668, 0, 1, 1, 1, 'Shadow Council Bracer'), +(1126869, 24669, 0, 1, 1, 1, 'Eldr\'naan Belt'), +(1126869, 24670, 0, 1, 1, 1, 'Eldr\'naan Boots'), +(1126869, 24671, 0, 1, 1, 1, 'Eldr\'naan Jerkin'), +(1126869, 24672, 0, 1, 1, 1, 'Eldr\'naan Gloves'), +(1126869, 24673, 0, 1, 1, 1, 'Eldr\'naan Hood'), +(1126869, 24674, 0, 1, 1, 1, 'Eldr\'naan Pants'), +(1126869, 24675, 0, 1, 1, 1, 'Eldr\'naan Shoulderpads'), +(1126869, 24676, 0, 1, 1, 1, 'Eldr\'naan Bracelets'), +(1126869, 24757, 0, 1, 1, 1, 'Umbrafen Waistband'), +(1126869, 24758, 0, 1, 1, 1, 'Umbrafen Boots'), +(1126869, 24759, 0, 1, 1, 1, 'Umbrafen Tunic'), +(1126869, 24760, 0, 1, 1, 1, 'Umbrafen Gloves'), +(1126869, 24761, 0, 1, 1, 1, 'Umbrafen Cap'), +(1126869, 24762, 0, 1, 1, 1, 'Umbrafen Britches'), +(1126869, 24763, 0, 1, 1, 1, 'Umbrafen Shoulderguards'), +(1126869, 24764, 0, 1, 1, 1, 'Umbrafen Bindings'), +(1126869, 24765, 0, 1, 1, 1, 'Clefthoof Belt'), +(1126869, 24766, 0, 1, 1, 1, 'Clefthoof Wanderboots'), +(1126869, 24767, 0, 1, 1, 1, 'Clefthoof Hidemantle'), +(1126869, 24768, 0, 1, 1, 1, 'Clefthoof Gloves'), +(1126869, 24769, 0, 1, 1, 1, 'Clefthoof Cover'), +(1126869, 24770, 0, 1, 1, 1, 'Clefthoof Britches'), +(1126869, 24771, 0, 1, 1, 1, 'Clefthoof Shoulderguards'), +(1126869, 24772, 0, 1, 1, 1, 'Clefthoof Bracers'), +(1126869, 24773, 0, 1, 1, 1, 'Boneshredder Belt'), +(1126869, 24774, 0, 1, 1, 1, 'Boneshredder Boots'), +(1126869, 24775, 0, 1, 1, 1, 'Boneshredder Jerkin'), +(1126869, 24776, 0, 1, 1, 1, 'Boneshredder Gloves'), +(1126869, 24777, 0, 1, 1, 1, 'Boneshredder Skullcap'), +(1126869, 24778, 0, 1, 1, 1, 'Boneshredder Britches'), +(1126869, 24779, 0, 1, 1, 1, 'Boneshredder Shoulderguards'), +(1126869, 24780, 0, 1, 1, 1, 'Boneshredder Wristguards'), +(1126869, 24781, 0, 1, 1, 1, 'Murkblood Belt'), +(1126869, 24783, 0, 1, 1, 1, 'Murkblood Boots'), +(1126869, 24784, 0, 1, 1, 1, 'Murkblood Chestpiece'), +(1126869, 24785, 0, 1, 1, 1, 'Murkblood Gloves'), +(1126869, 24786, 0, 1, 1, 1, 'Murkblood Cover'), +(1126869, 24787, 0, 1, 1, 1, 'Murkblood Pants'), +(1126869, 24788, 0, 1, 1, 1, 'Murkblood Shoulderguards'), +(1126869, 24789, 0, 1, 1, 1, 'Murkblood Bracers'), +(1126869, 24870, 0, 1, 1, 1, 'Ironspine Belt'), +(1126869, 24871, 0, 1, 1, 1, 'Ironspine Greaves'), +(1126869, 24872, 0, 1, 1, 1, 'Ironspine Chain Vest'), +(1126869, 24873, 0, 1, 1, 1, 'Ironspine Gloves'), +(1126869, 24874, 0, 1, 1, 1, 'Ironspine Helm'), +(1126869, 24875, 0, 1, 1, 1, 'Ironspine Legguards'), +(1126869, 24876, 0, 1, 1, 1, 'Ironspine Shoulderguards'), +(1126869, 24877, 0, 1, 1, 1, 'Ironspine Bracelets'), +(1126869, 24878, 0, 1, 1, 1, 'Der\'izu Belt'), +(1126869, 24879, 0, 1, 1, 1, 'Der\'izu Greaves'), +(1126869, 24880, 0, 1, 1, 1, 'Der\'izu Chestpiece'), +(1126869, 24881, 0, 1, 1, 1, 'Der\'izu Fists'), +(1126869, 24882, 0, 1, 1, 1, 'Der\'izu Helm'), +(1126869, 24883, 0, 1, 1, 1, 'Der\'izu Legguards'), +(1126869, 24884, 0, 1, 1, 1, 'Der\'izu Spaulders'), +(1126869, 24885, 0, 1, 1, 1, 'Der\'izu Bracer'), +(1126869, 24886, 0, 1, 1, 1, 'Skettis Belt'), +(1126869, 24887, 0, 1, 1, 1, 'Skettis Footwraps'), +(1126869, 24888, 0, 1, 1, 1, 'Skettis Chestpiece'), +(1126869, 24889, 0, 1, 1, 1, 'Skettis Gauntlets'), +(1126869, 24890, 0, 1, 1, 1, 'Skettis Helmet'), +(1126869, 24891, 0, 1, 1, 1, 'Skettis Legguards'), +(1126869, 24892, 0, 1, 1, 1, 'Skettis Spaulders'), +(1126869, 24893, 0, 1, 1, 1, 'Skettis Bracer'), +(1126869, 24894, 0, 1, 1, 1, 'Sundered Waistband'), +(1126869, 24895, 0, 1, 1, 1, 'Sundered Footwraps'), +(1126869, 24896, 0, 1, 1, 1, 'Sundered Chestpiece'), +(1126869, 24897, 0, 1, 1, 1, 'Sundered Gauntlets'), +(1126869, 24898, 0, 1, 1, 1, 'Sundered Helmet'), +(1126869, 24899, 0, 1, 1, 1, 'Sundered Legguards'), +(1126869, 24900, 0, 1, 1, 1, 'Sundered Spaulders'), +(1126869, 24901, 0, 1, 1, 1, 'Tortured Bracer'), +(1126869, 24982, 0, 1, 1, 1, 'Boulderfist Belt'), +(1126869, 24983, 0, 1, 1, 1, 'Boulderfist Greaves'), +(1126869, 24984, 0, 1, 1, 1, 'Boulderfist Armor'), +(1126869, 24985, 0, 1, 1, 1, 'Boulderfist Gloves'), +(1126869, 24986, 0, 1, 1, 1, 'Boulderfist Helm'), +(1126869, 24987, 0, 1, 1, 1, 'Boulderfist Legplates'), +(1126869, 24988, 0, 1, 1, 1, 'Boulderfist Epaulets'), +(1126869, 24989, 0, 1, 1, 1, 'Boulderfist Bracers'), +(1126869, 24990, 0, 1, 1, 1, 'Warmaul Belt'), +(1126869, 24991, 0, 1, 1, 1, 'Warmaul Greaves'), +(1126869, 24992, 0, 1, 1, 1, 'Warmaul Breastplate'), +(1126869, 24993, 0, 1, 1, 1, 'Warmaul Gloves'), +(1126869, 24994, 0, 1, 1, 1, 'Warmaul Helmet'), +(1126869, 24995, 0, 1, 1, 1, 'Warmaul Legplates'), +(1126869, 24996, 0, 1, 1, 1, 'Warmaul Epaulets'), +(1126869, 24997, 0, 1, 1, 1, 'Warmaul Vambraces'), +(1126869, 24998, 0, 1, 1, 1, 'Bloodfist Girdle'), +(1126869, 24999, 0, 1, 1, 1, 'Bloodfist Greaves'), +(1126869, 25000, 0, 1, 1, 1, 'Bloodfist Breastplate'), +(1126869, 25001, 0, 1, 1, 1, 'Bloodfist Gloves'), +(1126869, 25002, 0, 1, 1, 1, 'Bloodfist Helmet'), +(1126869, 25003, 0, 1, 1, 1, 'Bloodfist Legplates'), +(1126869, 25004, 0, 1, 1, 1, 'Bloodfist Epaulets'), +(1126869, 25005, 0, 1, 1, 1, 'Bloodfist Vambraces'), +(1126869, 25006, 0, 1, 1, 1, 'Conqueror\'s Girdle'), +(1126869, 25007, 0, 1, 1, 1, 'Conqueror\'s Greaves'), +(1126869, 25008, 0, 1, 1, 1, 'Conqueror\'s Breastplate'), +(1126869, 25009, 0, 1, 1, 1, 'Conqueror\'s Gauntlets'), +(1126869, 25010, 0, 1, 1, 1, 'Conqueror\'s Helmet'), +(1126869, 25011, 0, 1, 1, 1, 'Conqueror\'s Legplates'), +(1126869, 25012, 0, 1, 1, 1, 'Conqueror\'s Epaulets'), +(1126869, 25013, 0, 1, 1, 1, 'Conqueror\'s Vambraces'), +(1126869, 25038, 0, 1, 1, 1, 'Forest Shroud'), +(1126869, 25039, 0, 1, 1, 1, 'Farseer Cloak'), +(1126869, 25040, 0, 1, 1, 1, 'Murkblood Cape'), +(1126869, 25041, 0, 1, 1, 1, 'Ambusher\'s Cloak'), +(1126869, 25052, 0, 1, 1, 1, 'Hauyne Ring'), +(1126869, 25053, 0, 1, 1, 1, 'Lazuli Ring'), +(1126869, 25054, 0, 1, 1, 1, 'Sodalite Band'), +(1126869, 25055, 0, 1, 1, 1, 'Alexandrite Ring'), +(1126869, 25066, 0, 1, 1, 1, 'Pink Sapphire Necklace'), +(1126869, 25067, 0, 1, 1, 1, 'Diopside Beads'), +(1126869, 25068, 0, 1, 1, 1, 'Kunzite Necklace'), +(1126869, 25069, 0, 1, 1, 1, 'Epidote Stone Necklace'), +(1126869, 25080, 0, 1, 1, 1, 'Spell-Breaker Shield'), +(1126869, 25081, 0, 1, 1, 1, 'Bayeaux Shield'), +(1126869, 25082, 0, 1, 1, 1, 'Fel-Iron Shield'), +(1126869, 25083, 0, 1, 1, 1, 'Smouldering Shield'), +(1126869, 25094, 0, 1, 1, 1, 'Eldr\'naan Scepter'), +(1126869, 25095, 0, 1, 1, 1, 'Archmage Orb'), +(1126869, 25096, 0, 1, 1, 1, 'Elementalist Star'), +(1126869, 25097, 0, 1, 1, 1, 'Astralaan Orb'), +(1126869, 25108, 0, 1, 1, 1, 'Grave Keeper Knife'), +(1126869, 25109, 0, 1, 1, 1, 'Moon Blade'), +(1126869, 25110, 0, 1, 1, 1, 'Sharp Bowie Knife'), +(1126869, 25111, 0, 1, 1, 1, 'Lionhead Dagger'), +(1126869, 25122, 0, 1, 1, 1, 'Khorium Plated Bludgeon'), +(1126869, 25123, 0, 1, 1, 1, 'Boneshredder Mace'), +(1126869, 25124, 0, 1, 1, 1, 'Footman Mace'), +(1126869, 25125, 0, 1, 1, 1, 'Retro-Spike Club'), +(1126869, 25136, 0, 1, 1, 1, 'Blood Stained Hammer'), +(1126869, 25137, 0, 1, 1, 1, 'Draenethyst Mallet'), +(1126869, 25138, 0, 1, 1, 1, 'Blood Knight Maul'), +(1126869, 25139, 0, 1, 1, 1, 'Algaz Battle Hammer'), +(1126869, 25150, 0, 1, 1, 1, 'Honor Hold Saber'), +(1126869, 25151, 0, 1, 1, 1, 'Assassins\' Short Blade'), +(1126869, 25152, 0, 1, 1, 1, 'Howling Sword'), +(1126869, 25153, 0, 1, 1, 1, 'Gladiator Greatblade'), +(1126869, 25164, 0, 1, 1, 1, 'Crude Umbrafen Blade'), +(1126869, 25165, 0, 1, 1, 1, 'Boulderfist Claymore'), +(1126869, 25166, 0, 1, 1, 1, 'Mok\'Nathal Warblade'), +(1126869, 25167, 0, 1, 1, 1, 'Nethersteel Claymore'), +(1126869, 25178, 0, 1, 1, 1, 'Bata Staff'), +(1126869, 25179, 0, 1, 1, 1, 'Nguni Stick'), +(1126869, 25180, 0, 1, 1, 1, 'Calenda Fighting Stick'), +(1126869, 25181, 0, 1, 1, 1, 'Tapered Staff'), +(1126869, 25192, 0, 1, 1, 1, 'Gutrippers'), +(1126869, 25193, 0, 1, 1, 1, 'Deathclaw Talons'), +(1126869, 25194, 0, 1, 1, 1, 'Serpent\'s Fangs'), +(1126869, 25195, 0, 1, 1, 1, 'Diamond Tipped Claws'), +(1126869, 25206, 0, 1, 1, 1, 'Berserker Axe'), +(1126869, 25207, 0, 1, 1, 1, 'Shadowmoon Cleaver'), +(1126869, 25208, 0, 1, 1, 1, 'Bladespire Broadaxe'), +(1126869, 25209, 0, 1, 1, 1, 'Amani Tomahawk'), +(1126869, 25220, 0, 1, 1, 1, 'Glorious War-Axe'), +(1126869, 25221, 0, 1, 1, 1, 'Ghostly Battle Axe'), +(1126869, 25222, 0, 1, 1, 1, 'Ceremonial Slayer\'s Axe'), +(1126869, 25223, 0, 1, 1, 1, 'Windcaller Hatchet'), +(1126869, 25234, 0, 1, 1, 1, 'Telaari Polearm'), +(1126869, 25235, 0, 1, 1, 1, 'Ethereal-Etched Glaive'), +(1126869, 25236, 0, 1, 1, 1, 'Grim Scythe'), +(1126869, 25237, 0, 1, 1, 1, 'Nether Trident'), +(1126869, 25248, 0, 1, 1, 1, 'Talbuk Hunting Bow'), +(1126869, 25249, 0, 1, 1, 1, 'Ranger\'s Recurved Bow'), +(1126869, 25250, 0, 1, 1, 1, 'Rocslayer Longbow'), +(1126869, 25251, 0, 1, 1, 1, 'Orc Flatbow'), +(1126869, 25262, 0, 1, 1, 1, 'Battle Damaged Crossbow'), +(1126869, 25263, 0, 1, 1, 1, 'Assassins\' Silent Crossbow'), +(1126869, 25264, 0, 1, 1, 1, 'Pocket Ballista'), +(1126869, 25265, 0, 1, 1, 1, 'Barreled Crossbow'), +(1126869, 25276, 0, 1, 1, 1, 'Tauren Runed Musket'), +(1126869, 25277, 0, 1, 1, 1, 'Sporting Rifle'), +(1126869, 25278, 0, 1, 1, 1, 'Nesingwary Longrifle'), +(1126869, 25279, 0, 1, 1, 1, 'Sen\'jin Longrifle'), +(1126869, 25290, 0, 1, 1, 1, 'Solitaire Wand'), +(1126869, 25291, 0, 1, 1, 1, 'Nobility Torch'), +(1126869, 25292, 0, 1, 1, 1, 'Mechano-Wand'), +(1126869, 25293, 0, 1, 1, 1, 'Draenethyst Wand'), +(1126869, 25304, 0, 1, 1, 1, 'Destructo-Blade'), +(1126869, 25305, 0, 1, 1, 1, 'Elemental Dagger'), +(1126869, 25306, 0, 1, 1, 1, 'Permafrost Dagger'), +(1126869, 25307, 0, 1, 1, 1, 'Shadow Dagger'), +(1126869, 25318, 0, 1, 1, 1, 'Ancestral Hammer'), +(1126869, 25319, 0, 1, 1, 1, 'Tranquility Mace'), +(1126869, 25320, 0, 1, 1, 1, 'Queen\'s Insignia'), +(1126869, 25321, 0, 1, 1, 1, 'Divine Hammer'), +(1126869, 25332, 0, 1, 1, 1, 'Reflective Staff'), +(1126869, 25333, 0, 1, 1, 1, 'Purification Staff'), +(1126869, 25334, 0, 1, 1, 1, 'Intimidating Greatstaff'), +(1126869, 25335, 0, 1, 1, 1, 'Feral Warp-Staff'), +(1126869, 28539, 0, 1, 1, 1, 'Razor-Edged Boomerang'), +(1126869, 28540, 0, 1, 1, 1, 'Arakkoa Talon-Axe'), +(1126869, 28541, 0, 1, 1, 1, 'Sawshrike'), +(1126869, 28542, 0, 1, 1, 1, 'Heartseeker Knives'), +(1126969, 28542, 0, 1, 1, 1, 'Heartseeker Knives'), +(1126969, 28541, 0, 1, 1, 1, 'Sawshrike'), +(1126969, 28540, 0, 1, 1, 1, 'Arakkoa Talon-Axe'), +(1126969, 25335, 0, 1, 1, 1, 'Feral Warp-Staff'), +(1126969, 25334, 0, 1, 1, 1, 'Intimidating Greatstaff'), +(1126969, 25333, 0, 1, 1, 1, 'Purification Staff'), +(1126969, 25321, 0, 1, 1, 1, 'Divine Hammer'), +(1126969, 25320, 0, 1, 1, 1, 'Queen\'s Insignia'), +(1126969, 25319, 0, 1, 1, 1, 'Tranquility Mace'), +(1126969, 25307, 0, 1, 1, 1, 'Shadow Dagger'), +(1126969, 25306, 0, 1, 1, 1, 'Permafrost Dagger'), +(1126969, 25305, 0, 1, 1, 1, 'Elemental Dagger'), +(1126969, 25293, 0, 1, 1, 1, 'Draenethyst Wand'), +(1126969, 25292, 0, 1, 1, 1, 'Mechano-Wand'), +(1126969, 25291, 0, 1, 1, 1, 'Nobility Torch'), +(1126969, 25279, 0, 1, 1, 1, 'Sen\'jin Longrifle'), +(1126969, 25278, 0, 1, 1, 1, 'Nesingwary Longrifle'), +(1126969, 25277, 0, 1, 1, 1, 'Sporting Rifle'), +(1126969, 25265, 0, 1, 1, 1, 'Barreled Crossbow'), +(1126969, 25264, 0, 1, 1, 1, 'Pocket Ballista'), +(1126969, 25263, 0, 1, 1, 1, 'Assassins\' Silent Crossbow'), +(1126969, 25251, 0, 1, 1, 1, 'Orc Flatbow'), +(1126969, 25250, 0, 1, 1, 1, 'Rocslayer Longbow'), +(1126969, 25249, 0, 1, 1, 1, 'Ranger\'s Recurved Bow'), +(1126969, 25237, 0, 1, 1, 1, 'Nether Trident'), +(1126969, 25236, 0, 1, 1, 1, 'Grim Scythe'), +(1126969, 25235, 0, 1, 1, 1, 'Ethereal-Etched Glaive'), +(1126969, 25223, 0, 1, 1, 1, 'Windcaller Hatchet'), +(1126969, 25222, 0, 1, 1, 1, 'Ceremonial Slayer\'s Axe'), +(1126969, 25221, 0, 1, 1, 1, 'Ghostly Battle Axe'), +(1126969, 25209, 0, 1, 1, 1, 'Amani Tomahawk'), +(1126969, 25208, 0, 1, 1, 1, 'Bladespire Broadaxe'), +(1126969, 25207, 0, 1, 1, 1, 'Shadowmoon Cleaver'), +(1126969, 25195, 0, 1, 1, 1, 'Diamond Tipped Claws'), +(1126969, 25194, 0, 1, 1, 1, 'Serpent\'s Fangs'), +(1126969, 25193, 0, 1, 1, 1, 'Deathclaw Talons'), +(1126969, 25181, 0, 1, 1, 1, 'Tapered Staff'), +(1126969, 25180, 0, 1, 1, 1, 'Calenda Fighting Stick'), +(1126969, 25179, 0, 1, 1, 1, 'Nguni Stick'), +(1126969, 25167, 0, 1, 1, 1, 'Nethersteel Claymore'), +(1126969, 25166, 0, 1, 1, 1, 'Mok\'Nathal Warblade'), +(1126969, 25165, 0, 1, 1, 1, 'Boulderfist Claymore'), +(1126969, 25153, 0, 1, 1, 1, 'Gladiator Greatblade'), +(1126969, 25152, 0, 1, 1, 1, 'Howling Sword'), +(1126969, 25151, 0, 1, 1, 1, 'Assassins\' Short Blade'), +(1126969, 25139, 0, 1, 1, 1, 'Algaz Battle Hammer'), +(1126969, 25138, 0, 1, 1, 1, 'Blood Knight Maul'), +(1126969, 25137, 0, 1, 1, 1, 'Draenethyst Mallet'), +(1126969, 25125, 0, 1, 1, 1, 'Retro-Spike Club'), +(1126969, 25124, 0, 1, 1, 1, 'Footman Mace'), +(1126969, 25123, 0, 1, 1, 1, 'Boneshredder Mace'), +(1126969, 25111, 0, 1, 1, 1, 'Lionhead Dagger'), +(1126969, 25110, 0, 1, 1, 1, 'Sharp Bowie Knife'), +(1126969, 25109, 0, 1, 1, 1, 'Moon Blade'), +(1126969, 25097, 0, 1, 1, 1, 'Astralaan Orb'), +(1126969, 25096, 0, 1, 1, 1, 'Elementalist Star'), +(1126969, 25095, 0, 1, 1, 1, 'Archmage Orb'), +(1126969, 25083, 0, 1, 1, 1, 'Smouldering Shield'), +(1126969, 25082, 0, 1, 1, 1, 'Fel-Iron Shield'), +(1126969, 25081, 0, 1, 1, 1, 'Bayeaux Shield'), +(1126969, 25069, 0, 1, 1, 1, 'Epidote Stone Necklace'), +(1126969, 25068, 0, 1, 1, 1, 'Kunzite Necklace'), +(1126969, 25067, 0, 1, 1, 1, 'Diopside Beads'), +(1126969, 25055, 0, 1, 1, 1, 'Alexandrite Ring'), +(1126969, 25054, 0, 1, 1, 1, 'Sodalite Band'), +(1126969, 25053, 0, 1, 1, 1, 'Lazuli Ring'), +(1126969, 25041, 0, 1, 1, 1, 'Ambusher\'s Cloak'), +(1126969, 25040, 0, 1, 1, 1, 'Murkblood Cape'), +(1126969, 25039, 0, 1, 1, 1, 'Farseer Cloak'), +(1126969, 25013, 0, 1, 1, 1, 'Conqueror\'s Vambraces'), +(1126969, 25012, 0, 1, 1, 1, 'Conqueror\'s Epaulets'), +(1126969, 25011, 0, 1, 1, 1, 'Conqueror\'s Legplates'), +(1126969, 25010, 0, 1, 1, 1, 'Conqueror\'s Helmet'), +(1126969, 25009, 0, 1, 1, 1, 'Conqueror\'s Gauntlets'), +(1126969, 25008, 0, 1, 1, 1, 'Conqueror\'s Breastplate'), +(1126969, 25007, 0, 1, 1, 1, 'Conqueror\'s Greaves'), +(1126969, 25006, 0, 1, 1, 1, 'Conqueror\'s Girdle'), +(1126969, 25005, 0, 1, 1, 1, 'Bloodfist Vambraces'), +(1126969, 25004, 0, 1, 1, 1, 'Bloodfist Epaulets'), +(1126969, 25003, 0, 1, 1, 1, 'Bloodfist Legplates'), +(1126969, 25002, 0, 1, 1, 1, 'Bloodfist Helmet'), +(1126969, 25001, 0, 1, 1, 1, 'Bloodfist Gloves'), +(1126969, 25000, 0, 1, 1, 1, 'Bloodfist Breastplate'), +(1126969, 24999, 0, 1, 1, 1, 'Bloodfist Greaves'), +(1126969, 24998, 0, 1, 1, 1, 'Bloodfist Girdle'), +(1126969, 24997, 0, 1, 1, 1, 'Warmaul Vambraces'), +(1126969, 24996, 0, 1, 1, 1, 'Warmaul Epaulets'), +(1126969, 24995, 0, 1, 1, 1, 'Warmaul Legplates'), +(1126969, 24994, 0, 1, 1, 1, 'Warmaul Helmet'), +(1126969, 24993, 0, 1, 1, 1, 'Warmaul Gloves'), +(1126969, 24992, 0, 1, 1, 1, 'Warmaul Breastplate'), +(1126969, 24991, 0, 1, 1, 1, 'Warmaul Greaves'), +(1126969, 24990, 0, 1, 1, 1, 'Warmaul Belt'), +(1126969, 24901, 0, 1, 1, 1, 'Tortured Bracer'), +(1126969, 24900, 0, 1, 1, 1, 'Sundered Spaulders'), +(1126969, 24899, 0, 1, 1, 1, 'Sundered Legguards'), +(1126969, 24898, 0, 1, 1, 1, 'Sundered Helmet'), +(1126969, 24897, 0, 1, 1, 1, 'Sundered Gauntlets'), +(1126969, 24896, 0, 1, 1, 1, 'Sundered Chestpiece'), +(1126969, 24895, 0, 1, 1, 1, 'Sundered Footwraps'), +(1126969, 24894, 0, 1, 1, 1, 'Sundered Waistband'), +(1126969, 24893, 0, 1, 1, 1, 'Skettis Bracer'), +(1126969, 24892, 0, 1, 1, 1, 'Skettis Spaulders'), +(1126969, 24891, 0, 1, 1, 1, 'Skettis Legguards'), +(1126969, 24890, 0, 1, 1, 1, 'Skettis Helmet'), +(1126969, 24889, 0, 1, 1, 1, 'Skettis Gauntlets'), +(1126969, 24888, 0, 1, 1, 1, 'Skettis Chestpiece'), +(1126969, 24887, 0, 1, 1, 1, 'Skettis Footwraps'), +(1126969, 24886, 0, 1, 1, 1, 'Skettis Belt'), +(1126969, 24885, 0, 1, 1, 1, 'Der\'izu Bracer'), +(1126969, 24884, 0, 1, 1, 1, 'Der\'izu Spaulders'), +(1126969, 24883, 0, 1, 1, 1, 'Der\'izu Legguards'), +(1126969, 24882, 0, 1, 1, 1, 'Der\'izu Helm'), +(1126969, 24881, 0, 1, 1, 1, 'Der\'izu Fists'), +(1126969, 24880, 0, 1, 1, 1, 'Der\'izu Chestpiece'), +(1126969, 24879, 0, 1, 1, 1, 'Der\'izu Greaves'), +(1126969, 24878, 0, 1, 1, 1, 'Der\'izu Belt'), +(1126969, 24789, 0, 1, 1, 1, 'Murkblood Bracers'), +(1126969, 24788, 0, 1, 1, 1, 'Murkblood Shoulderguards'), +(1126969, 24787, 0, 1, 1, 1, 'Murkblood Pants'), +(1126969, 24786, 0, 1, 1, 1, 'Murkblood Cover'), +(1126969, 24785, 0, 1, 1, 1, 'Murkblood Gloves'), +(1126969, 24784, 0, 1, 1, 1, 'Murkblood Chestpiece'), +(1126969, 24783, 0, 1, 1, 1, 'Murkblood Boots'), +(1126969, 24781, 0, 1, 1, 1, 'Murkblood Belt'), +(1126969, 24780, 0, 1, 1, 1, 'Boneshredder Wristguards'), +(1126969, 24779, 0, 1, 1, 1, 'Boneshredder Shoulderguards'), +(1126969, 24778, 0, 1, 1, 1, 'Boneshredder Britches'), +(1126969, 24777, 0, 1, 1, 1, 'Boneshredder Skullcap'), +(1126969, 24776, 0, 1, 1, 1, 'Boneshredder Gloves'), +(1126969, 24775, 0, 1, 1, 1, 'Boneshredder Jerkin'), +(1126969, 24774, 0, 1, 1, 1, 'Boneshredder Boots'), +(1126969, 24773, 0, 1, 1, 1, 'Boneshredder Belt'), +(1126969, 24772, 0, 1, 1, 1, 'Clefthoof Bracers'), +(1126969, 24771, 0, 1, 1, 1, 'Clefthoof Shoulderguards'), +(1126969, 24770, 0, 1, 1, 1, 'Clefthoof Britches'), +(1126969, 24769, 0, 1, 1, 1, 'Clefthoof Cover'), +(1126969, 24768, 0, 1, 1, 1, 'Clefthoof Gloves'), +(1126969, 24767, 0, 1, 1, 1, 'Clefthoof Hidemantle'), +(1126969, 24766, 0, 1, 1, 1, 'Clefthoof Wanderboots'), +(1126969, 24765, 0, 1, 1, 1, 'Clefthoof Belt'), +(1126969, 24676, 0, 1, 1, 1, 'Eldr\'naan Bracelets'), +(1126969, 24675, 0, 1, 1, 1, 'Eldr\'naan Shoulderpads'), +(1126969, 24674, 0, 1, 1, 1, 'Eldr\'naan Pants'), +(1126969, 24673, 0, 1, 1, 1, 'Eldr\'naan Hood'), +(1126969, 24672, 0, 1, 1, 1, 'Eldr\'naan Gloves'), +(1126969, 24671, 0, 1, 1, 1, 'Eldr\'naan Jerkin'), +(1126969, 24670, 0, 1, 1, 1, 'Eldr\'naan Boots'), +(1126969, 24669, 0, 1, 1, 1, 'Eldr\'naan Belt'), +(1126969, 24668, 0, 1, 1, 1, 'Shadow Council Bracer'), +(1126969, 24667, 0, 1, 1, 1, 'Shadow Council Mantle'), +(1126969, 24666, 0, 1, 1, 1, 'Shadow Council Pants'), +(1126969, 24665, 0, 1, 1, 1, 'Shadow Council Cowl'), +(1126969, 24664, 0, 1, 1, 1, 'Shadow Council Gloves'), +(1126969, 24663, 0, 1, 1, 1, 'Shadow Council Tunic'), +(1126969, 24662, 0, 1, 1, 1, 'Shadow Council Boots'), +(1126969, 24661, 0, 1, 1, 1, 'Shadow Council Chain'), +(1126969, 24660, 0, 1, 1, 1, 'Consortium Bracer'), +(1126969, 24659, 0, 1, 1, 1, 'Consortium Mantle'), +(1126969, 24658, 0, 1, 1, 1, 'Consortium Pants'), +(1126969, 24657, 0, 1, 1, 1, 'Consortium Hood'), +(1126969, 24656, 0, 1, 1, 1, 'Consortium Gloves'), +(1126969, 24655, 0, 1, 1, 1, 'Consortium Robe'), +(1126969, 24654, 0, 1, 1, 1, 'Consortium Boot'), +(1126969, 24653, 0, 1, 1, 1, 'Consortium Sash'), +(1126970, 24653, 0, 1, 1, 1, 'Consortium Sash'), +(1126970, 24654, 0, 1, 1, 1, 'Consortium Boot'), +(1126970, 24655, 0, 1, 1, 1, 'Consortium Robe'), +(1126970, 24656, 0, 1, 1, 1, 'Consortium Gloves'), +(1126970, 24657, 0, 1, 1, 1, 'Consortium Hood'), +(1126970, 24658, 0, 1, 1, 1, 'Consortium Pants'), +(1126970, 24659, 0, 1, 1, 1, 'Consortium Mantle'), +(1126970, 24660, 0, 1, 1, 1, 'Consortium Bracer'), +(1126970, 24661, 0, 1, 1, 1, 'Shadow Council Chain'), +(1126970, 24662, 0, 1, 1, 1, 'Shadow Council Boots'), +(1126970, 24663, 0, 1, 1, 1, 'Shadow Council Tunic'), +(1126970, 24664, 0, 1, 1, 1, 'Shadow Council Gloves'), +(1126970, 24665, 0, 1, 1, 1, 'Shadow Council Cowl'), +(1126970, 24666, 0, 1, 1, 1, 'Shadow Council Pants'), +(1126970, 24667, 0, 1, 1, 1, 'Shadow Council Mantle'), +(1126970, 24668, 0, 1, 1, 1, 'Shadow Council Bracer'), +(1126970, 24669, 0, 1, 1, 1, 'Eldr\'naan Belt'), +(1126970, 24670, 0, 1, 1, 1, 'Eldr\'naan Boots'), +(1126970, 24671, 0, 1, 1, 1, 'Eldr\'naan Jerkin'), +(1126970, 24672, 0, 1, 1, 1, 'Eldr\'naan Gloves'), +(1126970, 24673, 0, 1, 1, 1, 'Eldr\'naan Hood'), +(1126970, 24674, 0, 1, 1, 1, 'Eldr\'naan Pants'), +(1126970, 24675, 0, 1, 1, 1, 'Eldr\'naan Shoulderpads'), +(1126970, 24676, 0, 1, 1, 1, 'Eldr\'naan Bracelets'), +(1126970, 24677, 0, 1, 1, 1, 'Archmage Belt'), +(1126970, 24678, 0, 1, 1, 1, 'Archmage Slippers'), +(1126970, 24679, 0, 1, 1, 1, 'Archmage Robe'), +(1126970, 24680, 0, 1, 1, 1, 'Archmage Gloves'), +(1126970, 24681, 0, 1, 1, 1, 'Archmage Headpiece'), +(1126970, 24682, 0, 1, 1, 1, 'Archmage Pants'), +(1126970, 24683, 0, 1, 1, 1, 'Archmage Mantle'), +(1126970, 24684, 0, 1, 1, 1, 'Archmage Bracelets'), +(1126970, 24765, 0, 1, 1, 1, 'Clefthoof Belt'), +(1126970, 24766, 0, 1, 1, 1, 'Clefthoof Wanderboots'), +(1126970, 24767, 0, 1, 1, 1, 'Clefthoof Hidemantle'), +(1126970, 24768, 0, 1, 1, 1, 'Clefthoof Gloves'), +(1126970, 24769, 0, 1, 1, 1, 'Clefthoof Cover'), +(1126970, 24770, 0, 1, 1, 1, 'Clefthoof Britches'), +(1126970, 24771, 0, 1, 1, 1, 'Clefthoof Shoulderguards'), +(1126970, 24772, 0, 1, 1, 1, 'Clefthoof Bracers'), +(1126970, 24773, 0, 1, 1, 1, 'Boneshredder Belt'), +(1126970, 24774, 0, 1, 1, 1, 'Boneshredder Boots'), +(1126970, 24775, 0, 1, 1, 1, 'Boneshredder Jerkin'), +(1126970, 24776, 0, 1, 1, 1, 'Boneshredder Gloves'), +(1126970, 24777, 0, 1, 1, 1, 'Boneshredder Skullcap'), +(1126970, 24778, 0, 1, 1, 1, 'Boneshredder Britches'), +(1126970, 24779, 0, 1, 1, 1, 'Boneshredder Shoulderguards'), +(1126970, 24780, 0, 1, 1, 1, 'Boneshredder Wristguards'), +(1126970, 24781, 0, 1, 1, 1, 'Murkblood Belt'), +(1126970, 24783, 0, 1, 1, 1, 'Murkblood Boots'), +(1126970, 24784, 0, 1, 1, 1, 'Murkblood Chestpiece'), +(1126970, 24785, 0, 1, 1, 1, 'Murkblood Gloves'), +(1126970, 24786, 0, 1, 1, 1, 'Murkblood Cover'), +(1126970, 24787, 0, 1, 1, 1, 'Murkblood Pants'), +(1126970, 24788, 0, 1, 1, 1, 'Murkblood Shoulderguards'), +(1126970, 24789, 0, 1, 1, 1, 'Murkblood Bracers'), +(1126970, 24790, 0, 1, 1, 1, 'Expedition Girdle'), +(1126970, 24791, 0, 1, 1, 1, 'Expedition Boots'), +(1126970, 24792, 0, 1, 1, 1, 'Expedition Tunic'), +(1126970, 24793, 0, 1, 1, 1, 'Expedition Gloves'), +(1126970, 24794, 0, 1, 1, 1, 'Expedition Hood'), +(1126970, 24795, 0, 1, 1, 1, 'Expedition Pants'), +(1126970, 24796, 0, 1, 1, 1, 'Expedition Shoulderguards'), +(1126970, 24797, 0, 1, 1, 1, 'Expedition Bracers'), +(1126970, 24878, 0, 1, 1, 1, 'Der\'izu Belt'), +(1126970, 24879, 0, 1, 1, 1, 'Der\'izu Greaves'), +(1126970, 24880, 0, 1, 1, 1, 'Der\'izu Chestpiece'), +(1126970, 24881, 0, 1, 1, 1, 'Der\'izu Fists'), +(1126970, 24882, 0, 1, 1, 1, 'Der\'izu Helm'), +(1126970, 24883, 0, 1, 1, 1, 'Der\'izu Legguards'), +(1126970, 24884, 0, 1, 1, 1, 'Der\'izu Spaulders'), +(1126970, 24885, 0, 1, 1, 1, 'Der\'izu Bracer'), +(1126970, 24886, 0, 1, 1, 1, 'Skettis Belt'), +(1126970, 24887, 0, 1, 1, 1, 'Skettis Footwraps'), +(1126970, 24888, 0, 1, 1, 1, 'Skettis Chestpiece'), +(1126970, 24889, 0, 1, 1, 1, 'Skettis Gauntlets'), +(1126970, 24890, 0, 1, 1, 1, 'Skettis Helmet'), +(1126970, 24891, 0, 1, 1, 1, 'Skettis Legguards'), +(1126970, 24892, 0, 1, 1, 1, 'Skettis Spaulders'), +(1126970, 24893, 0, 1, 1, 1, 'Skettis Bracer'), +(1126970, 24894, 0, 1, 1, 1, 'Sundered Waistband'), +(1126970, 24895, 0, 1, 1, 1, 'Sundered Footwraps'), +(1126970, 24896, 0, 1, 1, 1, 'Sundered Chestpiece'), +(1126970, 24897, 0, 1, 1, 1, 'Sundered Gauntlets'), +(1126970, 24898, 0, 1, 1, 1, 'Sundered Helmet'), +(1126970, 24899, 0, 1, 1, 1, 'Sundered Legguards'), +(1126970, 24900, 0, 1, 1, 1, 'Sundered Spaulders'), +(1126970, 24901, 0, 1, 1, 1, 'Tortured Bracer'), +(1126970, 24902, 0, 1, 1, 1, 'Talhide Stitched-Belt'), +(1126970, 24903, 0, 1, 1, 1, 'Talhide Lined-Boots'), +(1126970, 24904, 0, 1, 1, 1, 'Talhide Chestpiece'), +(1126970, 24905, 0, 1, 1, 1, 'Talhide Lined-Gloves'), +(1126970, 24906, 0, 1, 1, 1, 'Talhide Helmet'), +(1126970, 24907, 0, 1, 1, 1, 'Talhide Lined-Leggings'), +(1126970, 24908, 0, 1, 1, 1, 'Talhide Shoulderguards'), +(1126970, 24909, 0, 1, 1, 1, 'Talhide Lined-Bracers'), +(1126970, 24990, 0, 1, 1, 1, 'Warmaul Belt'), +(1126970, 24991, 0, 1, 1, 1, 'Warmaul Greaves'), +(1126970, 24992, 0, 1, 1, 1, 'Warmaul Breastplate'), +(1126970, 24993, 0, 1, 1, 1, 'Warmaul Gloves'), +(1126970, 24994, 0, 1, 1, 1, 'Warmaul Helmet'), +(1126970, 24995, 0, 1, 1, 1, 'Warmaul Legplates'), +(1126970, 24996, 0, 1, 1, 1, 'Warmaul Epaulets'), +(1126970, 24997, 0, 1, 1, 1, 'Warmaul Vambraces'), +(1126970, 24998, 0, 1, 1, 1, 'Bloodfist Girdle'), +(1126970, 24999, 0, 1, 1, 1, 'Bloodfist Greaves'), +(1126970, 25000, 0, 1, 1, 1, 'Bloodfist Breastplate'), +(1126970, 25001, 0, 1, 1, 1, 'Bloodfist Gloves'), +(1126970, 25002, 0, 1, 1, 1, 'Bloodfist Helmet'), +(1126970, 25003, 0, 1, 1, 1, 'Bloodfist Legplates'), +(1126970, 25004, 0, 1, 1, 1, 'Bloodfist Epaulets'), +(1126970, 25005, 0, 1, 1, 1, 'Bloodfist Vambraces'), +(1126970, 25006, 0, 1, 1, 1, 'Conqueror\'s Girdle'), +(1126970, 25007, 0, 1, 1, 1, 'Conqueror\'s Greaves'), +(1126970, 25008, 0, 1, 1, 1, 'Conqueror\'s Breastplate'), +(1126970, 25009, 0, 1, 1, 1, 'Conqueror\'s Gauntlets'), +(1126970, 25010, 0, 1, 1, 1, 'Conqueror\'s Helmet'), +(1126970, 25011, 0, 1, 1, 1, 'Conqueror\'s Legplates'), +(1126970, 25012, 0, 1, 1, 1, 'Conqueror\'s Epaulets'), +(1126970, 25013, 0, 1, 1, 1, 'Conqueror\'s Vambraces'), +(1126970, 25014, 0, 1, 1, 1, 'Shattered Hand Belt'), +(1126970, 25015, 0, 1, 1, 1, 'Shattered Hand Sabatons'), +(1126970, 25016, 0, 1, 1, 1, 'Shattered Hand Breastplate'), +(1126970, 25017, 0, 1, 1, 1, 'Shattered Hand Gauntlets'), +(1126970, 25018, 0, 1, 1, 1, 'Shattered Hand Helmet'), +(1126970, 25019, 0, 1, 1, 1, 'Shattered Hand Legplates'), +(1126970, 25020, 0, 1, 1, 1, 'Shattered Hand Epaulets'), +(1126970, 25021, 0, 1, 1, 1, 'Shattered Hand Vambraces'), +(1126970, 25039, 0, 1, 1, 1, 'Farseer Cloak'), +(1126970, 25040, 0, 1, 1, 1, 'Murkblood Cape'), +(1126970, 25041, 0, 1, 1, 1, 'Ambusher\'s Cloak'), +(1126970, 25042, 0, 1, 1, 1, 'Nether Cloak'), +(1126970, 25053, 0, 1, 1, 1, 'Lazuli Ring'), +(1126970, 25054, 0, 1, 1, 1, 'Sodalite Band'), +(1126970, 25055, 0, 1, 1, 1, 'Alexandrite Ring'), +(1126970, 25056, 0, 1, 1, 1, 'Almandine Ring'), +(1126970, 25067, 0, 1, 1, 1, 'Diopside Beads'), +(1126970, 25068, 0, 1, 1, 1, 'Kunzite Necklace'), +(1126970, 25069, 0, 1, 1, 1, 'Epidote Stone Necklace'), +(1126970, 25070, 0, 1, 1, 1, 'Coral Beads'), +(1126970, 25081, 0, 1, 1, 1, 'Bayeaux Shield'), +(1126970, 25082, 0, 1, 1, 1, 'Fel-Iron Shield'), +(1126970, 25083, 0, 1, 1, 1, 'Smouldering Shield'), +(1126970, 25084, 0, 1, 1, 1, 'Zeth\'Gor Shield'), +(1126970, 25095, 0, 1, 1, 1, 'Archmage Orb'), +(1126970, 25096, 0, 1, 1, 1, 'Elementalist Star'), +(1126970, 25097, 0, 1, 1, 1, 'Astralaan Orb'), +(1126970, 25098, 0, 1, 1, 1, 'Tuurik Torch'), +(1126970, 25109, 0, 1, 1, 1, 'Moon Blade'), +(1126970, 25110, 0, 1, 1, 1, 'Sharp Bowie Knife'), +(1126970, 25111, 0, 1, 1, 1, 'Lionhead Dagger'), +(1126970, 25112, 0, 1, 1, 1, 'Fel Ripper'), +(1126970, 25123, 0, 1, 1, 1, 'Boneshredder Mace'), +(1126970, 25124, 0, 1, 1, 1, 'Footman Mace'), +(1126970, 25125, 0, 1, 1, 1, 'Retro-Spike Club'), +(1126970, 25126, 0, 1, 1, 1, 'Anvilmar Hammer'), +(1126970, 25137, 0, 1, 1, 1, 'Draenethyst Mallet'), +(1126970, 25138, 0, 1, 1, 1, 'Blood Knight Maul'), +(1126970, 25139, 0, 1, 1, 1, 'Algaz Battle Hammer'), +(1126970, 25140, 0, 1, 1, 1, 'Commanding Mallet'), +(1126970, 25151, 0, 1, 1, 1, 'Assassins\' Short Blade'), +(1126970, 25152, 0, 1, 1, 1, 'Howling Sword'), +(1126970, 25153, 0, 1, 1, 1, 'Gladiator Greatblade'), +(1126970, 25154, 0, 1, 1, 1, 'Blood Groove Blade'), +(1126970, 25165, 0, 1, 1, 1, 'Boulderfist Claymore'), +(1126970, 25166, 0, 1, 1, 1, 'Mok\'Nathal Warblade'), +(1126970, 25167, 0, 1, 1, 1, 'Nethersteel Claymore'), +(1126970, 25168, 0, 1, 1, 1, 'Sha\'tari Longsword'), +(1126970, 25179, 0, 1, 1, 1, 'Nguni Stick'), +(1126970, 25180, 0, 1, 1, 1, 'Calenda Fighting Stick'), +(1126970, 25181, 0, 1, 1, 1, 'Tapered Staff'), +(1126970, 25182, 0, 1, 1, 1, 'Crystal-Etched Warstaff'), +(1126970, 25193, 0, 1, 1, 1, 'Deathclaw Talons'), +(1126970, 25194, 0, 1, 1, 1, 'Serpent\'s Fangs'), +(1126970, 25195, 0, 1, 1, 1, 'Diamond Tipped Claws'), +(1126970, 25196, 0, 1, 1, 1, 'Boneshredder Claws'), +(1126970, 25207, 0, 1, 1, 1, 'Shadowmoon Cleaver'), +(1126970, 25208, 0, 1, 1, 1, 'Bladespire Broadaxe'), +(1126970, 25209, 0, 1, 1, 1, 'Amani Tomahawk'), +(1126970, 25210, 0, 1, 1, 1, 'Double-Bladed Axe'), +(1126970, 25221, 0, 1, 1, 1, 'Ghostly Battle Axe'), +(1126970, 25222, 0, 1, 1, 1, 'Ceremonial Slayer\'s Axe'), +(1126970, 25223, 0, 1, 1, 1, 'Windcaller Hatchet'), +(1126970, 25224, 0, 1, 1, 1, 'Slavemaster Axe'), +(1126970, 25235, 0, 1, 1, 1, 'Ethereal-Etched Glaive'), +(1126970, 25236, 0, 1, 1, 1, 'Grim Scythe'), +(1126970, 25237, 0, 1, 1, 1, 'Nether Trident'), +(1126970, 25238, 0, 1, 1, 1, 'Hellfire War Spear'), +(1126970, 25249, 0, 1, 1, 1, 'Ranger\'s Recurved Bow'), +(1126970, 25250, 0, 1, 1, 1, 'Rocslayer Longbow'), +(1126970, 25251, 0, 1, 1, 1, 'Orc Flatbow'), +(1126970, 25252, 0, 1, 1, 1, 'Dream Catcher Bow'), +(1126970, 25263, 0, 1, 1, 1, 'Assassins\' Silent Crossbow'), +(1126970, 25264, 0, 1, 1, 1, 'Pocket Ballista'), +(1126970, 25265, 0, 1, 1, 1, 'Barreled Crossbow'), +(1126970, 25266, 0, 1, 1, 1, 'Well-Balanced Crossbow'), +(1126970, 25277, 0, 1, 1, 1, 'Sporting Rifle'), +(1126970, 25278, 0, 1, 1, 1, 'Nesingwary Longrifle'), +(1126970, 25279, 0, 1, 1, 1, 'Sen\'jin Longrifle'), +(1126970, 25280, 0, 1, 1, 1, 'Game Hunter Musket'), +(1126970, 25291, 0, 1, 1, 1, 'Nobility Torch'), +(1126970, 25292, 0, 1, 1, 1, 'Mechano-Wand'), +(1126970, 25293, 0, 1, 1, 1, 'Draenethyst Wand'), +(1126970, 25294, 0, 1, 1, 1, 'Dragonscale Wand'), +(1126970, 25305, 0, 1, 1, 1, 'Elemental Dagger'), +(1126970, 25306, 0, 1, 1, 1, 'Permafrost Dagger'), +(1126970, 25307, 0, 1, 1, 1, 'Shadow Dagger'), +(1126970, 25308, 0, 1, 1, 1, 'Thunder Spike'), +(1126970, 25319, 0, 1, 1, 1, 'Tranquility Mace'), +(1126970, 25320, 0, 1, 1, 1, 'Queen\'s Insignia'), +(1126970, 25321, 0, 1, 1, 1, 'Divine Hammer'), +(1126970, 25322, 0, 1, 1, 1, 'Lordly Scepter'), +(1126970, 25333, 0, 1, 1, 1, 'Purification Staff'), +(1126970, 25334, 0, 1, 1, 1, 'Intimidating Greatstaff'), +(1126970, 25335, 0, 1, 1, 1, 'Feral Warp-Staff'), +(1126970, 25336, 0, 1, 1, 1, 'Splintering Greatstaff'), +(1126970, 28540, 0, 1, 1, 1, 'Arakkoa Talon-Axe'), +(1126970, 28541, 0, 1, 1, 1, 'Sawshrike'), +(1126970, 28542, 0, 1, 1, 1, 'Heartseeker Knives'), +(1126970, 28543, 0, 1, 1, 1, 'Dreghood Throwing Axe'), +(1127070, 24661, 0, 1, 1, 1, 'Shadow Council Chain'), +(1127070, 24662, 0, 1, 1, 1, 'Shadow Council Boots'), +(1127070, 24663, 0, 1, 1, 1, 'Shadow Council Tunic'), +(1127070, 24664, 0, 1, 1, 1, 'Shadow Council Gloves'), +(1127070, 24665, 0, 1, 1, 1, 'Shadow Council Cowl'), +(1127070, 24666, 0, 1, 1, 1, 'Shadow Council Pants'), +(1127070, 24667, 0, 1, 1, 1, 'Shadow Council Mantle'), +(1127070, 24668, 0, 1, 1, 1, 'Shadow Council Bracer'), +(1127070, 24669, 0, 1, 1, 1, 'Eldr\'naan Belt'), +(1127070, 24670, 0, 1, 1, 1, 'Eldr\'naan Boots'), +(1127070, 24671, 0, 1, 1, 1, 'Eldr\'naan Jerkin'), +(1127070, 24672, 0, 1, 1, 1, 'Eldr\'naan Gloves'), +(1127070, 24673, 0, 1, 1, 1, 'Eldr\'naan Hood'), +(1127070, 24674, 0, 1, 1, 1, 'Eldr\'naan Pants'), +(1127070, 24675, 0, 1, 1, 1, 'Eldr\'naan Shoulderpads'), +(1127070, 24676, 0, 1, 1, 1, 'Eldr\'naan Bracelets'), +(1127070, 24677, 0, 1, 1, 1, 'Archmage Belt'), +(1127070, 24678, 0, 1, 1, 1, 'Archmage Slippers'), +(1127070, 24679, 0, 1, 1, 1, 'Archmage Robe'), +(1127070, 24680, 0, 1, 1, 1, 'Archmage Gloves'), +(1127070, 24681, 0, 1, 1, 1, 'Archmage Headpiece'), +(1127070, 24682, 0, 1, 1, 1, 'Archmage Pants'), +(1127070, 24683, 0, 1, 1, 1, 'Archmage Mantle'), +(1127070, 24684, 0, 1, 1, 1, 'Archmage Bracelets'), +(1127070, 24773, 0, 1, 1, 1, 'Boneshredder Belt'), +(1127070, 24774, 0, 1, 1, 1, 'Boneshredder Boots'), +(1127070, 24775, 0, 1, 1, 1, 'Boneshredder Jerkin'), +(1127070, 24776, 0, 1, 1, 1, 'Boneshredder Gloves'), +(1127070, 24777, 0, 1, 1, 1, 'Boneshredder Skullcap'), +(1127070, 24778, 0, 1, 1, 1, 'Boneshredder Britches'), +(1127070, 24779, 0, 1, 1, 1, 'Boneshredder Shoulderguards'), +(1127070, 24780, 0, 1, 1, 1, 'Boneshredder Wristguards'), +(1127070, 24781, 0, 1, 1, 1, 'Murkblood Belt'), +(1127070, 24783, 0, 1, 1, 1, 'Murkblood Boots'), +(1127070, 24784, 0, 1, 1, 1, 'Murkblood Chestpiece'), +(1127070, 24785, 0, 1, 1, 1, 'Murkblood Gloves'), +(1127070, 24786, 0, 1, 1, 1, 'Murkblood Cover'), +(1127070, 24787, 0, 1, 1, 1, 'Murkblood Pants'), +(1127070, 24788, 0, 1, 1, 1, 'Murkblood Shoulderguards'), +(1127070, 24789, 0, 1, 1, 1, 'Murkblood Bracers'), +(1127070, 24790, 0, 1, 1, 1, 'Expedition Girdle'), +(1127070, 24791, 0, 1, 1, 1, 'Expedition Boots'), +(1127070, 24792, 0, 1, 1, 1, 'Expedition Tunic'), +(1127070, 24793, 0, 1, 1, 1, 'Expedition Gloves'), +(1127070, 24794, 0, 1, 1, 1, 'Expedition Hood'), +(1127070, 24795, 0, 1, 1, 1, 'Expedition Pants'), +(1127070, 24796, 0, 1, 1, 1, 'Expedition Shoulderguards'), +(1127070, 24797, 0, 1, 1, 1, 'Expedition Bracers'), +(1127070, 24886, 0, 1, 1, 1, 'Skettis Belt'), +(1127070, 24887, 0, 1, 1, 1, 'Skettis Footwraps'), +(1127070, 24888, 0, 1, 1, 1, 'Skettis Chestpiece'), +(1127070, 24889, 0, 1, 1, 1, 'Skettis Gauntlets'), +(1127070, 24890, 0, 1, 1, 1, 'Skettis Helmet'), +(1127070, 24891, 0, 1, 1, 1, 'Skettis Legguards'), +(1127070, 24892, 0, 1, 1, 1, 'Skettis Spaulders'), +(1127070, 24893, 0, 1, 1, 1, 'Skettis Bracer'), +(1127070, 24894, 0, 1, 1, 1, 'Sundered Waistband'), +(1127070, 24895, 0, 1, 1, 1, 'Sundered Footwraps'), +(1127070, 24896, 0, 1, 1, 1, 'Sundered Chestpiece'), +(1127070, 24897, 0, 1, 1, 1, 'Sundered Gauntlets'), +(1127070, 24898, 0, 1, 1, 1, 'Sundered Helmet'), +(1127070, 24899, 0, 1, 1, 1, 'Sundered Legguards'), +(1127070, 24900, 0, 1, 1, 1, 'Sundered Spaulders'), +(1127070, 24901, 0, 1, 1, 1, 'Tortured Bracer'), +(1127070, 24902, 0, 1, 1, 1, 'Talhide Stitched-Belt'), +(1127070, 24903, 0, 1, 1, 1, 'Talhide Lined-Boots'), +(1127070, 24904, 0, 1, 1, 1, 'Talhide Chestpiece'), +(1127070, 24905, 0, 1, 1, 1, 'Talhide Lined-Gloves'), +(1127070, 24906, 0, 1, 1, 1, 'Talhide Helmet'), +(1127070, 24907, 0, 1, 1, 1, 'Talhide Lined-Leggings'), +(1127070, 24908, 0, 1, 1, 1, 'Talhide Shoulderguards'), +(1127070, 24909, 0, 1, 1, 1, 'Talhide Lined-Bracers'), +(1127070, 24998, 0, 1, 1, 1, 'Bloodfist Girdle'), +(1127070, 24999, 0, 1, 1, 1, 'Bloodfist Greaves'), +(1127070, 25000, 0, 1, 1, 1, 'Bloodfist Breastplate'), +(1127070, 25001, 0, 1, 1, 1, 'Bloodfist Gloves'), +(1127070, 25002, 0, 1, 1, 1, 'Bloodfist Helmet'), +(1127070, 25003, 0, 1, 1, 1, 'Bloodfist Legplates'), +(1127070, 25004, 0, 1, 1, 1, 'Bloodfist Epaulets'), +(1127070, 25005, 0, 1, 1, 1, 'Bloodfist Vambraces'), +(1127070, 25006, 0, 1, 1, 1, 'Conqueror\'s Girdle'), +(1127070, 25007, 0, 1, 1, 1, 'Conqueror\'s Greaves'), +(1127070, 25008, 0, 1, 1, 1, 'Conqueror\'s Breastplate'), +(1127070, 25009, 0, 1, 1, 1, 'Conqueror\'s Gauntlets'), +(1127070, 25010, 0, 1, 1, 1, 'Conqueror\'s Helmet'), +(1127070, 25011, 0, 1, 1, 1, 'Conqueror\'s Legplates'), +(1127070, 25012, 0, 1, 1, 1, 'Conqueror\'s Epaulets'), +(1127070, 25013, 0, 1, 1, 1, 'Conqueror\'s Vambraces'), +(1127070, 25014, 0, 1, 1, 1, 'Shattered Hand Belt'), +(1127070, 25015, 0, 1, 1, 1, 'Shattered Hand Sabatons'), +(1127070, 25016, 0, 1, 1, 1, 'Shattered Hand Breastplate'), +(1127070, 25017, 0, 1, 1, 1, 'Shattered Hand Gauntlets'), +(1127070, 25018, 0, 1, 1, 1, 'Shattered Hand Helmet'), +(1127070, 25019, 0, 1, 1, 1, 'Shattered Hand Legplates'), +(1127070, 25020, 0, 1, 1, 1, 'Shattered Hand Epaulets'), +(1127070, 25021, 0, 1, 1, 1, 'Shattered Hand Vambraces'), +(1127070, 25040, 0, 1, 1, 1, 'Murkblood Cape'), +(1127070, 25041, 0, 1, 1, 1, 'Ambusher\'s Cloak'), +(1127070, 25042, 0, 1, 1, 1, 'Nether Cloak'), +(1127070, 25054, 0, 1, 1, 1, 'Sodalite Band'), +(1127070, 25055, 0, 1, 1, 1, 'Alexandrite Ring'), +(1127070, 25056, 0, 1, 1, 1, 'Almandine Ring'), +(1127070, 25068, 0, 1, 1, 1, 'Kunzite Necklace'), +(1127070, 25069, 0, 1, 1, 1, 'Epidote Stone Necklace'), +(1127070, 25070, 0, 1, 1, 1, 'Coral Beads'), +(1127070, 25082, 0, 1, 1, 1, 'Fel-Iron Shield'), +(1127070, 25083, 0, 1, 1, 1, 'Smouldering Shield'), +(1127070, 25084, 0, 1, 1, 1, 'Zeth\'Gor Shield'), +(1127070, 25096, 0, 1, 1, 1, 'Elementalist Star'), +(1127070, 25097, 0, 1, 1, 1, 'Astralaan Orb'), +(1127070, 25098, 0, 1, 1, 1, 'Tuurik Torch'), +(1127070, 25110, 0, 1, 1, 1, 'Sharp Bowie Knife'), +(1127070, 25111, 0, 1, 1, 1, 'Lionhead Dagger'), +(1127070, 25112, 0, 1, 1, 1, 'Fel Ripper'), +(1127070, 25124, 0, 1, 1, 1, 'Footman Mace'), +(1127070, 25125, 0, 1, 1, 1, 'Retro-Spike Club'), +(1127070, 25126, 0, 1, 1, 1, 'Anvilmar Hammer'), +(1127070, 25138, 0, 1, 1, 1, 'Blood Knight Maul'), +(1127070, 25139, 0, 1, 1, 1, 'Algaz Battle Hammer'), +(1127070, 25140, 0, 1, 1, 1, 'Commanding Mallet'), +(1127070, 25152, 0, 1, 1, 1, 'Howling Sword'), +(1127070, 25153, 0, 1, 1, 1, 'Gladiator Greatblade'), +(1127070, 25154, 0, 1, 1, 1, 'Blood Groove Blade'), +(1127070, 25166, 0, 1, 1, 1, 'Mok\'Nathal Warblade'), +(1127070, 25167, 0, 1, 1, 1, 'Nethersteel Claymore'), +(1127070, 25168, 0, 1, 1, 1, 'Sha\'tari Longsword'), +(1127070, 25180, 0, 1, 1, 1, 'Calenda Fighting Stick'), +(1127070, 25181, 0, 1, 1, 1, 'Tapered Staff'), +(1127070, 25182, 0, 1, 1, 1, 'Crystal-Etched Warstaff'), +(1127070, 25194, 0, 1, 1, 1, 'Serpent\'s Fangs'), +(1127070, 25195, 0, 1, 1, 1, 'Diamond Tipped Claws'), +(1127070, 25196, 0, 1, 1, 1, 'Boneshredder Claws'), +(1127070, 25208, 0, 1, 1, 1, 'Bladespire Broadaxe'), +(1127070, 25209, 0, 1, 1, 1, 'Amani Tomahawk'), +(1127070, 25210, 0, 1, 1, 1, 'Double-Bladed Axe'), +(1127070, 25222, 0, 1, 1, 1, 'Ceremonial Slayer\'s Axe'), +(1127070, 25223, 0, 1, 1, 1, 'Windcaller Hatchet'), +(1127070, 25224, 0, 1, 1, 1, 'Slavemaster Axe'), +(1127070, 25236, 0, 1, 1, 1, 'Grim Scythe'), +(1127070, 25237, 0, 1, 1, 1, 'Nether Trident'), +(1127070, 25238, 0, 1, 1, 1, 'Hellfire War Spear'), +(1127070, 25250, 0, 1, 1, 1, 'Rocslayer Longbow'), +(1127070, 25251, 0, 1, 1, 1, 'Orc Flatbow'), +(1127070, 25252, 0, 1, 1, 1, 'Dream Catcher Bow'), +(1127070, 25264, 0, 1, 1, 1, 'Pocket Ballista'), +(1127070, 25265, 0, 1, 1, 1, 'Barreled Crossbow'), +(1127070, 25266, 0, 1, 1, 1, 'Well-Balanced Crossbow'), +(1127070, 25278, 0, 1, 1, 1, 'Nesingwary Longrifle'), +(1127070, 25279, 0, 1, 1, 1, 'Sen\'jin Longrifle'), +(1127070, 25280, 0, 1, 1, 1, 'Game Hunter Musket'), +(1127070, 25292, 0, 1, 1, 1, 'Mechano-Wand'), +(1127070, 25293, 0, 1, 1, 1, 'Draenethyst Wand'), +(1127070, 25294, 0, 1, 1, 1, 'Dragonscale Wand'), +(1127070, 25306, 0, 1, 1, 1, 'Permafrost Dagger'), +(1127070, 25307, 0, 1, 1, 1, 'Shadow Dagger'), +(1127070, 25308, 0, 1, 1, 1, 'Thunder Spike'), +(1127070, 25320, 0, 1, 1, 1, 'Queen\'s Insignia'), +(1127070, 25321, 0, 1, 1, 1, 'Divine Hammer'), +(1127070, 25322, 0, 1, 1, 1, 'Lordly Scepter'), +(1127070, 25334, 0, 1, 1, 1, 'Intimidating Greatstaff'), +(1127070, 25335, 0, 1, 1, 1, 'Feral Warp-Staff'), +(1127070, 25336, 0, 1, 1, 1, 'Splintering Greatstaff'), +(1127070, 28541, 0, 1, 1, 1, 'Sawshrike'), +(1127070, 28542, 0, 1, 1, 1, 'Heartseeker Knives'), +(1127070, 28543, 0, 1, 1, 1, 'Dreghood Throwing Axe'), +(1127071, 24661, 0, 1, 1, 1, 'Shadow Council Chain'), +(1127071, 24662, 0, 1, 1, 1, 'Shadow Council Boots'), +(1127071, 24663, 0, 1, 1, 1, 'Shadow Council Tunic'), +(1127071, 24664, 0, 1, 1, 1, 'Shadow Council Gloves'), +(1127071, 24665, 0, 1, 1, 1, 'Shadow Council Cowl'), +(1127071, 24666, 0, 1, 1, 1, 'Shadow Council Pants'), +(1127071, 24667, 0, 1, 1, 1, 'Shadow Council Mantle'), +(1127071, 24668, 0, 1, 1, 1, 'Shadow Council Bracer'), +(1127071, 24669, 0, 1, 1, 1, 'Eldr\'naan Belt'), +(1127071, 24670, 0, 1, 1, 1, 'Eldr\'naan Boots'), +(1127071, 24671, 0, 1, 1, 1, 'Eldr\'naan Jerkin'), +(1127071, 24672, 0, 1, 1, 1, 'Eldr\'naan Gloves'), +(1127071, 24673, 0, 1, 1, 1, 'Eldr\'naan Hood'), +(1127071, 24674, 0, 1, 1, 1, 'Eldr\'naan Pants'), +(1127071, 24675, 0, 1, 1, 1, 'Eldr\'naan Shoulderpads'), +(1127071, 24676, 0, 1, 1, 1, 'Eldr\'naan Bracelets'), +(1127071, 24677, 0, 1, 1, 1, 'Archmage Belt'), +(1127071, 24678, 0, 1, 1, 1, 'Archmage Slippers'), +(1127071, 24679, 0, 1, 1, 1, 'Archmage Robe'), +(1127071, 24680, 0, 1, 1, 1, 'Archmage Gloves'), +(1127071, 24681, 0, 1, 1, 1, 'Archmage Headpiece'), +(1127071, 24682, 0, 1, 1, 1, 'Archmage Pants'), +(1127071, 24683, 0, 1, 1, 1, 'Archmage Mantle'), +(1127071, 24684, 0, 1, 1, 1, 'Archmage Bracelets'), +(1127071, 24685, 0, 1, 1, 1, 'Elementalist Belt'), +(1127071, 24686, 0, 1, 1, 1, 'Elementalist Boots'), +(1127071, 24687, 0, 1, 1, 1, 'Elementalist Tunic'), +(1127071, 24688, 0, 1, 1, 1, 'Elementalist Gloves'), +(1127071, 24689, 0, 1, 1, 1, 'Elementalist Skullcap'), +(1127071, 24690, 0, 1, 1, 1, 'Elementalist Leggings'), +(1127071, 24691, 0, 1, 1, 1, 'Elementalist Mantle'), +(1127071, 24692, 0, 1, 1, 1, 'Elementalist Bracelets'), +(1127071, 24773, 0, 1, 1, 1, 'Boneshredder Belt'), +(1127071, 24774, 0, 1, 1, 1, 'Boneshredder Boots'), +(1127071, 24775, 0, 1, 1, 1, 'Boneshredder Jerkin'), +(1127071, 24776, 0, 1, 1, 1, 'Boneshredder Gloves'), +(1127071, 24777, 0, 1, 1, 1, 'Boneshredder Skullcap'), +(1127071, 24778, 0, 1, 1, 1, 'Boneshredder Britches'), +(1127071, 24779, 0, 1, 1, 1, 'Boneshredder Shoulderguards'), +(1127071, 24780, 0, 1, 1, 1, 'Boneshredder Wristguards'), +(1127071, 24781, 0, 1, 1, 1, 'Murkblood Belt'), +(1127071, 24783, 0, 1, 1, 1, 'Murkblood Boots'), +(1127071, 24784, 0, 1, 1, 1, 'Murkblood Chestpiece'), +(1127071, 24785, 0, 1, 1, 1, 'Murkblood Gloves'), +(1127071, 24786, 0, 1, 1, 1, 'Murkblood Cover'), +(1127071, 24787, 0, 1, 1, 1, 'Murkblood Pants'), +(1127071, 24788, 0, 1, 1, 1, 'Murkblood Shoulderguards'), +(1127071, 24789, 0, 1, 1, 1, 'Murkblood Bracers'), +(1127071, 24790, 0, 1, 1, 1, 'Expedition Girdle'), +(1127071, 24791, 0, 1, 1, 1, 'Expedition Boots'), +(1127071, 24792, 0, 1, 1, 1, 'Expedition Tunic'), +(1127071, 24793, 0, 1, 1, 1, 'Expedition Gloves'), +(1127071, 24794, 0, 1, 1, 1, 'Expedition Hood'), +(1127071, 24795, 0, 1, 1, 1, 'Expedition Pants'), +(1127071, 24796, 0, 1, 1, 1, 'Expedition Shoulderguards'), +(1127071, 24797, 0, 1, 1, 1, 'Expedition Bracers'), +(1127071, 24798, 0, 1, 1, 1, 'Dragonhawk Belt'), +(1127071, 24799, 0, 1, 1, 1, 'Dragonhawk Boots'), +(1127071, 24800, 0, 1, 1, 1, 'Dragonhawk Tunic'), +(1127071, 24801, 0, 1, 1, 1, 'Dragonhawk Gloves'), +(1127071, 24802, 0, 1, 1, 1, 'Dragonhawk Hat'), +(1127071, 24803, 0, 1, 1, 1, 'Dragonhawk Pants'), +(1127071, 24804, 0, 1, 1, 1, 'Dragonhawk Shoulderguards'), +(1127071, 24805, 0, 1, 1, 1, 'Dragonhawk Bands'), +(1127071, 24886, 0, 1, 1, 1, 'Skettis Belt'), +(1127071, 24887, 0, 1, 1, 1, 'Skettis Footwraps'), +(1127071, 24888, 0, 1, 1, 1, 'Skettis Chestpiece'), +(1127071, 24889, 0, 1, 1, 1, 'Skettis Gauntlets'), +(1127071, 24890, 0, 1, 1, 1, 'Skettis Helmet'), +(1127071, 24891, 0, 1, 1, 1, 'Skettis Legguards'), +(1127071, 24892, 0, 1, 1, 1, 'Skettis Spaulders'), +(1127071, 24893, 0, 1, 1, 1, 'Skettis Bracer'), +(1127071, 24894, 0, 1, 1, 1, 'Sundered Waistband'), +(1127071, 24895, 0, 1, 1, 1, 'Sundered Footwraps'), +(1127071, 24896, 0, 1, 1, 1, 'Sundered Chestpiece'), +(1127071, 24897, 0, 1, 1, 1, 'Sundered Gauntlets'), +(1127071, 24898, 0, 1, 1, 1, 'Sundered Helmet'), +(1127071, 24899, 0, 1, 1, 1, 'Sundered Legguards'), +(1127071, 24900, 0, 1, 1, 1, 'Sundered Spaulders'), +(1127071, 24901, 0, 1, 1, 1, 'Tortured Bracer'), +(1127071, 24902, 0, 1, 1, 1, 'Talhide Stitched-Belt'), +(1127071, 24903, 0, 1, 1, 1, 'Talhide Lined-Boots'), +(1127071, 24904, 0, 1, 1, 1, 'Talhide Chestpiece'), +(1127071, 24905, 0, 1, 1, 1, 'Talhide Lined-Gloves'), +(1127071, 24906, 0, 1, 1, 1, 'Talhide Helmet'), +(1127071, 24907, 0, 1, 1, 1, 'Talhide Lined-Leggings'), +(1127071, 24908, 0, 1, 1, 1, 'Talhide Shoulderguards'), +(1127071, 24909, 0, 1, 1, 1, 'Talhide Lined-Bracers'), +(1127071, 24910, 0, 1, 1, 1, 'Netherstorm Belt'), +(1127071, 24911, 0, 1, 1, 1, 'Netherstorm Greaves'), +(1127071, 24912, 0, 1, 1, 1, 'Netherstorm Chestpiece'), +(1127071, 24913, 0, 1, 1, 1, 'Netherstorm Gauntlets'), +(1127071, 24914, 0, 1, 1, 1, 'Netherstorm Helm'), +(1127071, 24915, 0, 1, 1, 1, 'Netherstorm Legguards'), +(1127071, 24916, 0, 1, 1, 1, 'Netherstorm Shoulderguards'), +(1127071, 24917, 0, 1, 1, 1, 'Netherstorm Bracer'), +(1127071, 24998, 0, 1, 1, 1, 'Bloodfist Girdle'), +(1127071, 24999, 0, 1, 1, 1, 'Bloodfist Greaves'), +(1127071, 25000, 0, 1, 1, 1, 'Bloodfist Breastplate'), +(1127071, 25001, 0, 1, 1, 1, 'Bloodfist Gloves'), +(1127071, 25002, 0, 1, 1, 1, 'Bloodfist Helmet'), +(1127071, 25003, 0, 1, 1, 1, 'Bloodfist Legplates'), +(1127071, 25004, 0, 1, 1, 1, 'Bloodfist Epaulets'), +(1127071, 25005, 0, 1, 1, 1, 'Bloodfist Vambraces'), +(1127071, 25006, 0, 1, 1, 1, 'Conqueror\'s Girdle'), +(1127071, 25007, 0, 1, 1, 1, 'Conqueror\'s Greaves'), +(1127071, 25008, 0, 1, 1, 1, 'Conqueror\'s Breastplate'), +(1127071, 25009, 0, 1, 1, 1, 'Conqueror\'s Gauntlets'), +(1127071, 25010, 0, 1, 1, 1, 'Conqueror\'s Helmet'), +(1127071, 25011, 0, 1, 1, 1, 'Conqueror\'s Legplates'), +(1127071, 25012, 0, 1, 1, 1, 'Conqueror\'s Epaulets'), +(1127071, 25013, 0, 1, 1, 1, 'Conqueror\'s Vambraces'), +(1127071, 25014, 0, 1, 1, 1, 'Shattered Hand Belt'), +(1127071, 25015, 0, 1, 1, 1, 'Shattered Hand Sabatons'), +(1127071, 25016, 0, 1, 1, 1, 'Shattered Hand Breastplate'), +(1127071, 25017, 0, 1, 1, 1, 'Shattered Hand Gauntlets'), +(1127071, 25018, 0, 1, 1, 1, 'Shattered Hand Helmet'), +(1127071, 25019, 0, 1, 1, 1, 'Shattered Hand Legplates'), +(1127071, 25020, 0, 1, 1, 1, 'Shattered Hand Epaulets'), +(1127071, 25021, 0, 1, 1, 1, 'Shattered Hand Vambraces'), +(1127071, 25022, 0, 1, 1, 1, 'Warlord\'s Iron-Girdle'), +(1127071, 25023, 0, 1, 1, 1, 'Warlord\'s Sabatons'), +(1127071, 25024, 0, 1, 1, 1, 'Warlord\'s Iron-Breastplate'), +(1127071, 25025, 0, 1, 1, 1, 'Warlord\'s Iron-Gauntlets'), +(1127071, 25026, 0, 1, 1, 1, 'Warlord\'s Iron-Helm'), +(1127071, 25027, 0, 1, 1, 1, 'Warlord\'s Iron-Legplates'), +(1127071, 25028, 0, 1, 1, 1, 'Warlord\'s Iron-Epaulets'), +(1127071, 25029, 0, 1, 1, 1, 'Warlord\'s Iron-Vambraces'), +(1127071, 25040, 0, 1, 1, 1, 'Murkblood Cape'), +(1127071, 25041, 0, 1, 1, 1, 'Ambusher\'s Cloak'), +(1127071, 25042, 0, 1, 1, 1, 'Nether Cloak'), +(1127071, 25043, 0, 1, 1, 1, 'Amber Cape'), +(1127071, 25054, 0, 1, 1, 1, 'Sodalite Band'), +(1127071, 25055, 0, 1, 1, 1, 'Alexandrite Ring'), +(1127071, 25056, 0, 1, 1, 1, 'Almandine Ring'), +(1127071, 25057, 0, 1, 1, 1, 'Amber Band'), +(1127071, 25068, 0, 1, 1, 1, 'Kunzite Necklace'), +(1127071, 25069, 0, 1, 1, 1, 'Epidote Stone Necklace'), +(1127071, 25070, 0, 1, 1, 1, 'Coral Beads'), +(1127071, 25071, 0, 1, 1, 1, 'Tanzanite Pendant'), +(1127071, 25082, 0, 1, 1, 1, 'Fel-Iron Shield'), +(1127071, 25083, 0, 1, 1, 1, 'Smouldering Shield'), +(1127071, 25084, 0, 1, 1, 1, 'Zeth\'Gor Shield'), +(1127071, 25085, 0, 1, 1, 1, 'Dragonscale Shield'), +(1127071, 25096, 0, 1, 1, 1, 'Elementalist Star'), +(1127071, 25097, 0, 1, 1, 1, 'Astralaan Orb'), +(1127071, 25098, 0, 1, 1, 1, 'Tuurik Torch'), +(1127071, 25099, 0, 1, 1, 1, 'Draenei Crystal Rod'), +(1127071, 25110, 0, 1, 1, 1, 'Sharp Bowie Knife'), +(1127071, 25111, 0, 1, 1, 1, 'Lionhead Dagger'), +(1127071, 25112, 0, 1, 1, 1, 'Fel Ripper'), +(1127071, 25113, 0, 1, 1, 1, 'Phantom Dagger'), +(1127071, 25124, 0, 1, 1, 1, 'Footman Mace'), +(1127071, 25125, 0, 1, 1, 1, 'Retro-Spike Club'), +(1127071, 25126, 0, 1, 1, 1, 'Anvilmar Hammer'), +(1127071, 25127, 0, 1, 1, 1, 'Knight\'s War Hammer'), +(1127071, 25138, 0, 1, 1, 1, 'Blood Knight Maul'), +(1127071, 25139, 0, 1, 1, 1, 'Algaz Battle Hammer'), +(1127071, 25140, 0, 1, 1, 1, 'Commanding Mallet'), +(1127071, 25141, 0, 1, 1, 1, 'Halaani Hammer'), +(1127071, 25152, 0, 1, 1, 1, 'Howling Sword'), +(1127071, 25153, 0, 1, 1, 1, 'Gladiator Greatblade'), +(1127071, 25154, 0, 1, 1, 1, 'Blood Groove Blade'), +(1127071, 25155, 0, 1, 1, 1, 'Iron Skull Sword'), +(1127071, 25166, 0, 1, 1, 1, 'Mok\'Nathal Warblade'), +(1127071, 25167, 0, 1, 1, 1, 'Nethersteel Claymore'), +(1127071, 25168, 0, 1, 1, 1, 'Sha\'tari Longsword'), +(1127071, 25169, 0, 1, 1, 1, 'Fel Orc Brute Sword'), +(1127071, 25180, 0, 1, 1, 1, 'Calenda Fighting Stick'), +(1127071, 25181, 0, 1, 1, 1, 'Tapered Staff'), +(1127071, 25182, 0, 1, 1, 1, 'Crystal-Etched Warstaff'), +(1127071, 25183, 0, 1, 1, 1, 'Voodoo Hex-Staff'), +(1127071, 25194, 0, 1, 1, 1, 'Serpent\'s Fangs'), +(1127071, 25195, 0, 1, 1, 1, 'Diamond Tipped Claws'), +(1127071, 25196, 0, 1, 1, 1, 'Boneshredder Claws'), +(1127071, 25197, 0, 1, 1, 1, 'Razor Scythes'), +(1127071, 25208, 0, 1, 1, 1, 'Bladespire Broadaxe'), +(1127071, 25209, 0, 1, 1, 1, 'Amani Tomahawk'), +(1127071, 25210, 0, 1, 1, 1, 'Double-Bladed Axe'), +(1127071, 25211, 0, 1, 1, 1, 'Rockbiter Cutter'), +(1127071, 25222, 0, 1, 1, 1, 'Ceremonial Slayer\'s Axe'), +(1127071, 25223, 0, 1, 1, 1, 'Windcaller Hatchet'), +(1127071, 25224, 0, 1, 1, 1, 'Slavemaster Axe'), +(1127071, 25225, 0, 1, 1, 1, 'Deepforge Broadaxe'), +(1127071, 25236, 0, 1, 1, 1, 'Grim Scythe'), +(1127071, 25237, 0, 1, 1, 1, 'Nether Trident'), +(1127071, 25238, 0, 1, 1, 1, 'Hellfire War Spear'), +(1127071, 25239, 0, 1, 1, 1, 'Legend\'s Glaive'), +(1127071, 25250, 0, 1, 1, 1, 'Rocslayer Longbow'), +(1127071, 25251, 0, 1, 1, 1, 'Orc Flatbow'), +(1127071, 25252, 0, 1, 1, 1, 'Dream Catcher Bow'), +(1127071, 25253, 0, 1, 1, 1, 'Windspear Longbow'), +(1127071, 25264, 0, 1, 1, 1, 'Pocket Ballista'), +(1127071, 25265, 0, 1, 1, 1, 'Barreled Crossbow'), +(1127071, 25266, 0, 1, 1, 1, 'Well-Balanced Crossbow'), +(1127071, 25267, 0, 1, 1, 1, 'Rampant Crossbow'), +(1127071, 25278, 0, 1, 1, 1, 'Nesingwary Longrifle'), +(1127071, 25279, 0, 1, 1, 1, 'Sen\'jin Longrifle'), +(1127071, 25280, 0, 1, 1, 1, 'Game Hunter Musket'), +(1127071, 25281, 0, 1, 1, 1, 'Big-Boar Battle Rifle'), +(1127071, 25292, 0, 1, 1, 1, 'Mechano-Wand'), +(1127071, 25293, 0, 1, 1, 1, 'Draenethyst Wand'), +(1127071, 25294, 0, 1, 1, 1, 'Dragonscale Wand'), +(1127071, 25295, 0, 1, 1, 1, 'Flawless Wand'), +(1127071, 25306, 0, 1, 1, 1, 'Permafrost Dagger'), +(1127071, 25307, 0, 1, 1, 1, 'Shadow Dagger'), +(1127071, 25308, 0, 1, 1, 1, 'Thunder Spike'), +(1127071, 25309, 0, 1, 1, 1, 'Warpdagger'), +(1127071, 25320, 0, 1, 1, 1, 'Queen\'s Insignia'), +(1127071, 25321, 0, 1, 1, 1, 'Divine Hammer'), +(1127071, 25322, 0, 1, 1, 1, 'Lordly Scepter'), +(1127071, 25323, 0, 1, 1, 1, 'Ascendant\'s Scepter'), +(1127071, 25334, 0, 1, 1, 1, 'Intimidating Greatstaff'), +(1127071, 25335, 0, 1, 1, 1, 'Feral Warp-Staff'), +(1127071, 25336, 0, 1, 1, 1, 'Splintering Greatstaff'), +(1127071, 25337, 0, 1, 1, 1, 'Swarming Sting-Staff'), +(1127071, 28541, 0, 1, 1, 1, 'Sawshrike'), +(1127071, 28542, 0, 1, 1, 1, 'Heartseeker Knives'), +(1127071, 28543, 0, 1, 1, 1, 'Dreghood Throwing Axe'), +(1127071, 28544, 0, 1, 1, 1, 'Assassin\'s Shuriken'), +(1127171, 24669, 0, 1, 1, 1, 'Eldr\'naan Belt'), +(1127171, 24670, 0, 1, 1, 1, 'Eldr\'naan Boots'), +(1127171, 24671, 0, 1, 1, 1, 'Eldr\'naan Jerkin'), +(1127171, 24672, 0, 1, 1, 1, 'Eldr\'naan Gloves'), +(1127171, 24673, 0, 1, 1, 1, 'Eldr\'naan Hood'), +(1127171, 24674, 0, 1, 1, 1, 'Eldr\'naan Pants'), +(1127171, 24675, 0, 1, 1, 1, 'Eldr\'naan Shoulderpads'), +(1127171, 24676, 0, 1, 1, 1, 'Eldr\'naan Bracelets'), +(1127171, 24677, 0, 1, 1, 1, 'Archmage Belt'), +(1127171, 24678, 0, 1, 1, 1, 'Archmage Slippers'), +(1127171, 24679, 0, 1, 1, 1, 'Archmage Robe'), +(1127171, 24680, 0, 1, 1, 1, 'Archmage Gloves'), +(1127171, 24681, 0, 1, 1, 1, 'Archmage Headpiece'), +(1127171, 24682, 0, 1, 1, 1, 'Archmage Pants'), +(1127171, 24683, 0, 1, 1, 1, 'Archmage Mantle'), +(1127171, 24684, 0, 1, 1, 1, 'Archmage Bracelets'), +(1127171, 24685, 0, 1, 1, 1, 'Elementalist Belt'), +(1127171, 24686, 0, 1, 1, 1, 'Elementalist Boots'), +(1127171, 24687, 0, 1, 1, 1, 'Elementalist Tunic'), +(1127171, 24688, 0, 1, 1, 1, 'Elementalist Gloves'), +(1127171, 24689, 0, 1, 1, 1, 'Elementalist Skullcap'), +(1127171, 24690, 0, 1, 1, 1, 'Elementalist Leggings'), +(1127171, 24691, 0, 1, 1, 1, 'Elementalist Mantle'), +(1127171, 24692, 0, 1, 1, 1, 'Elementalist Bracelets'), +(1127171, 24781, 0, 1, 1, 1, 'Murkblood Belt'), +(1127171, 24783, 0, 1, 1, 1, 'Murkblood Boots'), +(1127171, 24784, 0, 1, 1, 1, 'Murkblood Chestpiece'), +(1127171, 24785, 0, 1, 1, 1, 'Murkblood Gloves'), +(1127171, 24786, 0, 1, 1, 1, 'Murkblood Cover'), +(1127171, 24787, 0, 1, 1, 1, 'Murkblood Pants'), +(1127171, 24788, 0, 1, 1, 1, 'Murkblood Shoulderguards'), +(1127171, 24789, 0, 1, 1, 1, 'Murkblood Bracers'), +(1127171, 24790, 0, 1, 1, 1, 'Expedition Girdle'), +(1127171, 24791, 0, 1, 1, 1, 'Expedition Boots'), +(1127171, 24792, 0, 1, 1, 1, 'Expedition Tunic'), +(1127171, 24793, 0, 1, 1, 1, 'Expedition Gloves'), +(1127171, 24794, 0, 1, 1, 1, 'Expedition Hood'), +(1127171, 24795, 0, 1, 1, 1, 'Expedition Pants'), +(1127171, 24796, 0, 1, 1, 1, 'Expedition Shoulderguards'), +(1127171, 24797, 0, 1, 1, 1, 'Expedition Bracers'), +(1127171, 24798, 0, 1, 1, 1, 'Dragonhawk Belt'), +(1127171, 24799, 0, 1, 1, 1, 'Dragonhawk Boots'), +(1127171, 24800, 0, 1, 1, 1, 'Dragonhawk Tunic'), +(1127171, 24801, 0, 1, 1, 1, 'Dragonhawk Gloves'), +(1127171, 24802, 0, 1, 1, 1, 'Dragonhawk Hat'), +(1127171, 24803, 0, 1, 1, 1, 'Dragonhawk Pants'), +(1127171, 24804, 0, 1, 1, 1, 'Dragonhawk Shoulderguards'), +(1127171, 24805, 0, 1, 1, 1, 'Dragonhawk Bands'), +(1127171, 24894, 0, 1, 1, 1, 'Sundered Waistband'), +(1127171, 24895, 0, 1, 1, 1, 'Sundered Footwraps'), +(1127171, 24896, 0, 1, 1, 1, 'Sundered Chestpiece'), +(1127171, 24897, 0, 1, 1, 1, 'Sundered Gauntlets'), +(1127171, 24898, 0, 1, 1, 1, 'Sundered Helmet'), +(1127171, 24899, 0, 1, 1, 1, 'Sundered Legguards'), +(1127171, 24900, 0, 1, 1, 1, 'Sundered Spaulders'), +(1127171, 24901, 0, 1, 1, 1, 'Tortured Bracer'), +(1127171, 24902, 0, 1, 1, 1, 'Talhide Stitched-Belt'), +(1127171, 24903, 0, 1, 1, 1, 'Talhide Lined-Boots'), +(1127171, 24904, 0, 1, 1, 1, 'Talhide Chestpiece'), +(1127171, 24905, 0, 1, 1, 1, 'Talhide Lined-Gloves'), +(1127171, 24906, 0, 1, 1, 1, 'Talhide Helmet'), +(1127171, 24907, 0, 1, 1, 1, 'Talhide Lined-Leggings'), +(1127171, 24908, 0, 1, 1, 1, 'Talhide Shoulderguards'), +(1127171, 24909, 0, 1, 1, 1, 'Talhide Lined-Bracers'), +(1127171, 24910, 0, 1, 1, 1, 'Netherstorm Belt'), +(1127171, 24911, 0, 1, 1, 1, 'Netherstorm Greaves'), +(1127171, 24912, 0, 1, 1, 1, 'Netherstorm Chestpiece'), +(1127171, 24913, 0, 1, 1, 1, 'Netherstorm Gauntlets'), +(1127171, 24914, 0, 1, 1, 1, 'Netherstorm Helm'), +(1127171, 24915, 0, 1, 1, 1, 'Netherstorm Legguards'), +(1127171, 24916, 0, 1, 1, 1, 'Netherstorm Shoulderguards'), +(1127171, 24917, 0, 1, 1, 1, 'Netherstorm Bracer'), +(1127171, 25006, 0, 1, 1, 1, 'Conqueror\'s Girdle'), +(1127171, 25007, 0, 1, 1, 1, 'Conqueror\'s Greaves'), +(1127171, 25008, 0, 1, 1, 1, 'Conqueror\'s Breastplate'), +(1127171, 25009, 0, 1, 1, 1, 'Conqueror\'s Gauntlets'), +(1127171, 25010, 0, 1, 1, 1, 'Conqueror\'s Helmet'), +(1127171, 25011, 0, 1, 1, 1, 'Conqueror\'s Legplates'), +(1127171, 25012, 0, 1, 1, 1, 'Conqueror\'s Epaulets'), +(1127171, 25013, 0, 1, 1, 1, 'Conqueror\'s Vambraces'), +(1127171, 25014, 0, 1, 1, 1, 'Shattered Hand Belt'), +(1127171, 25015, 0, 1, 1, 1, 'Shattered Hand Sabatons'), +(1127171, 25016, 0, 1, 1, 1, 'Shattered Hand Breastplate'), +(1127171, 25017, 0, 1, 1, 1, 'Shattered Hand Gauntlets'), +(1127171, 25018, 0, 1, 1, 1, 'Shattered Hand Helmet'), +(1127171, 25019, 0, 1, 1, 1, 'Shattered Hand Legplates'), +(1127171, 25020, 0, 1, 1, 1, 'Shattered Hand Epaulets'), +(1127171, 25021, 0, 1, 1, 1, 'Shattered Hand Vambraces'), +(1127171, 25022, 0, 1, 1, 1, 'Warlord\'s Iron-Girdle'), +(1127171, 25023, 0, 1, 1, 1, 'Warlord\'s Sabatons'), +(1127171, 25024, 0, 1, 1, 1, 'Warlord\'s Iron-Breastplate'), +(1127171, 25025, 0, 1, 1, 1, 'Warlord\'s Iron-Gauntlets'), +(1127171, 25026, 0, 1, 1, 1, 'Warlord\'s Iron-Helm'), +(1127171, 25027, 0, 1, 1, 1, 'Warlord\'s Iron-Legplates'), +(1127171, 25028, 0, 1, 1, 1, 'Warlord\'s Iron-Epaulets'), +(1127171, 25029, 0, 1, 1, 1, 'Warlord\'s Iron-Vambraces'), +(1127171, 25041, 0, 1, 1, 1, 'Ambusher\'s Cloak'), +(1127171, 25042, 0, 1, 1, 1, 'Nether Cloak'), +(1127171, 25043, 0, 1, 1, 1, 'Amber Cape'), +(1127171, 25055, 0, 1, 1, 1, 'Alexandrite Ring'), +(1127171, 25056, 0, 1, 1, 1, 'Almandine Ring'), +(1127171, 25057, 0, 1, 1, 1, 'Amber Band'), +(1127171, 25069, 0, 1, 1, 1, 'Epidote Stone Necklace'), +(1127171, 25070, 0, 1, 1, 1, 'Coral Beads'), +(1127171, 25071, 0, 1, 1, 1, 'Tanzanite Pendant'), +(1127171, 25083, 0, 1, 1, 1, 'Smouldering Shield'), +(1127171, 25084, 0, 1, 1, 1, 'Zeth\'Gor Shield'), +(1127171, 25085, 0, 1, 1, 1, 'Dragonscale Shield'), +(1127171, 25097, 0, 1, 1, 1, 'Astralaan Orb'), +(1127171, 25098, 0, 1, 1, 1, 'Tuurik Torch'), +(1127171, 25099, 0, 1, 1, 1, 'Draenei Crystal Rod'), +(1127171, 25111, 0, 1, 1, 1, 'Lionhead Dagger'), +(1127171, 25112, 0, 1, 1, 1, 'Fel Ripper'), +(1127171, 25113, 0, 1, 1, 1, 'Phantom Dagger'), +(1127171, 25125, 0, 1, 1, 1, 'Retro-Spike Club'), +(1127171, 25126, 0, 1, 1, 1, 'Anvilmar Hammer'), +(1127171, 25127, 0, 1, 1, 1, 'Knight\'s War Hammer'), +(1127171, 25139, 0, 1, 1, 1, 'Algaz Battle Hammer'), +(1127171, 25140, 0, 1, 1, 1, 'Commanding Mallet'), +(1127171, 25141, 0, 1, 1, 1, 'Halaani Hammer'), +(1127171, 25153, 0, 1, 1, 1, 'Gladiator Greatblade'), +(1127171, 25154, 0, 1, 1, 1, 'Blood Groove Blade'), +(1127171, 25155, 0, 1, 1, 1, 'Iron Skull Sword'), +(1127171, 25167, 0, 1, 1, 1, 'Nethersteel Claymore'), +(1127171, 25168, 0, 1, 1, 1, 'Sha\'tari Longsword'), +(1127171, 25169, 0, 1, 1, 1, 'Fel Orc Brute Sword'), +(1127171, 25181, 0, 1, 1, 1, 'Tapered Staff'), +(1127171, 25182, 0, 1, 1, 1, 'Crystal-Etched Warstaff'), +(1127171, 25183, 0, 1, 1, 1, 'Voodoo Hex-Staff'), +(1127171, 25195, 0, 1, 1, 1, 'Diamond Tipped Claws'), +(1127171, 25196, 0, 1, 1, 1, 'Boneshredder Claws'), +(1127171, 25197, 0, 1, 1, 1, 'Razor Scythes'), +(1127171, 25209, 0, 1, 1, 1, 'Amani Tomahawk'), +(1127171, 25210, 0, 1, 1, 1, 'Double-Bladed Axe'), +(1127171, 25211, 0, 1, 1, 1, 'Rockbiter Cutter'), +(1127171, 25223, 0, 1, 1, 1, 'Windcaller Hatchet'), +(1127171, 25224, 0, 1, 1, 1, 'Slavemaster Axe'), +(1127171, 25225, 0, 1, 1, 1, 'Deepforge Broadaxe'), +(1127171, 25237, 0, 1, 1, 1, 'Nether Trident'), +(1127171, 25238, 0, 1, 1, 1, 'Hellfire War Spear'), +(1127171, 25239, 0, 1, 1, 1, 'Legend\'s Glaive'), +(1127171, 25251, 0, 1, 1, 1, 'Orc Flatbow'), +(1127171, 25252, 0, 1, 1, 1, 'Dream Catcher Bow'), +(1127171, 25253, 0, 1, 1, 1, 'Windspear Longbow'), +(1127171, 25265, 0, 1, 1, 1, 'Barreled Crossbow'), +(1127171, 25266, 0, 1, 1, 1, 'Well-Balanced Crossbow'), +(1127171, 25267, 0, 1, 1, 1, 'Rampant Crossbow'), +(1127171, 25279, 0, 1, 1, 1, 'Sen\'jin Longrifle'), +(1127171, 25280, 0, 1, 1, 1, 'Game Hunter Musket'), +(1127171, 25281, 0, 1, 1, 1, 'Big-Boar Battle Rifle'), +(1127171, 25293, 0, 1, 1, 1, 'Draenethyst Wand'), +(1127171, 25294, 0, 1, 1, 1, 'Dragonscale Wand'), +(1127171, 25295, 0, 1, 1, 1, 'Flawless Wand'), +(1127171, 25307, 0, 1, 1, 1, 'Shadow Dagger'), +(1127171, 25308, 0, 1, 1, 1, 'Thunder Spike'), +(1127171, 25309, 0, 1, 1, 1, 'Warpdagger'), +(1127171, 25321, 0, 1, 1, 1, 'Divine Hammer'), +(1127171, 25322, 0, 1, 1, 1, 'Lordly Scepter'), +(1127171, 25323, 0, 1, 1, 1, 'Ascendant\'s Scepter'), +(1127171, 25335, 0, 1, 1, 1, 'Feral Warp-Staff'), +(1127171, 25336, 0, 1, 1, 1, 'Splintering Greatstaff'), +(1127171, 25337, 0, 1, 1, 1, 'Swarming Sting-Staff'), +(1127171, 28542, 0, 1, 1, 1, 'Heartseeker Knives'), +(1127171, 28543, 0, 1, 1, 1, 'Dreghood Throwing Axe'), +(1127171, 28544, 0, 1, 1, 1, 'Assassin\'s Shuriken'), +(1127172, 24669, 0, 1, 1, 1, 'Eldr\'naan Belt'), +(1127172, 24670, 0, 1, 1, 1, 'Eldr\'naan Boots'), +(1127172, 24671, 0, 1, 1, 1, 'Eldr\'naan Jerkin'), +(1127172, 24672, 0, 1, 1, 1, 'Eldr\'naan Gloves'), +(1127172, 24673, 0, 1, 1, 1, 'Eldr\'naan Hood'), +(1127172, 24674, 0, 1, 1, 1, 'Eldr\'naan Pants'), +(1127172, 24675, 0, 1, 1, 1, 'Eldr\'naan Shoulderpads'), +(1127172, 24676, 0, 1, 1, 1, 'Eldr\'naan Bracelets'), +(1127172, 24677, 0, 1, 1, 1, 'Archmage Belt'), +(1127172, 24678, 0, 1, 1, 1, 'Archmage Slippers'), +(1127172, 24679, 0, 1, 1, 1, 'Archmage Robe'), +(1127172, 24680, 0, 1, 1, 1, 'Archmage Gloves'), +(1127172, 24681, 0, 1, 1, 1, 'Archmage Headpiece'), +(1127172, 24682, 0, 1, 1, 1, 'Archmage Pants'), +(1127172, 24683, 0, 1, 1, 1, 'Archmage Mantle'), +(1127172, 24684, 0, 1, 1, 1, 'Archmage Bracelets'), +(1127172, 24685, 0, 1, 1, 1, 'Elementalist Belt'), +(1127172, 24686, 0, 1, 1, 1, 'Elementalist Boots'), +(1127172, 24687, 0, 1, 1, 1, 'Elementalist Tunic'), +(1127172, 24688, 0, 1, 1, 1, 'Elementalist Gloves'), +(1127172, 24689, 0, 1, 1, 1, 'Elementalist Skullcap'), +(1127172, 24690, 0, 1, 1, 1, 'Elementalist Leggings'), +(1127172, 24691, 0, 1, 1, 1, 'Elementalist Mantle'), +(1127172, 24692, 0, 1, 1, 1, 'Elementalist Bracelets'), +(1127172, 24781, 0, 1, 1, 1, 'Murkblood Belt'), +(1127172, 24783, 0, 1, 1, 1, 'Murkblood Boots'), +(1127172, 24784, 0, 1, 1, 1, 'Murkblood Chestpiece'), +(1127172, 24785, 0, 1, 1, 1, 'Murkblood Gloves'), +(1127172, 24786, 0, 1, 1, 1, 'Murkblood Cover'), +(1127172, 24787, 0, 1, 1, 1, 'Murkblood Pants'), +(1127172, 24788, 0, 1, 1, 1, 'Murkblood Shoulderguards'), +(1127172, 24789, 0, 1, 1, 1, 'Murkblood Bracers'), +(1127172, 24790, 0, 1, 1, 1, 'Expedition Girdle'), +(1127172, 24791, 0, 1, 1, 1, 'Expedition Boots'), +(1127172, 24792, 0, 1, 1, 1, 'Expedition Tunic'), +(1127172, 24793, 0, 1, 1, 1, 'Expedition Gloves'), +(1127172, 24794, 0, 1, 1, 1, 'Expedition Hood'), +(1127172, 24795, 0, 1, 1, 1, 'Expedition Pants'), +(1127172, 24796, 0, 1, 1, 1, 'Expedition Shoulderguards'), +(1127172, 24797, 0, 1, 1, 1, 'Expedition Bracers'), +(1127172, 24798, 0, 1, 1, 1, 'Dragonhawk Belt'), +(1127172, 24799, 0, 1, 1, 1, 'Dragonhawk Boots'), +(1127172, 24800, 0, 1, 1, 1, 'Dragonhawk Tunic'), +(1127172, 24801, 0, 1, 1, 1, 'Dragonhawk Gloves'), +(1127172, 24802, 0, 1, 1, 1, 'Dragonhawk Hat'), +(1127172, 24803, 0, 1, 1, 1, 'Dragonhawk Pants'), +(1127172, 24804, 0, 1, 1, 1, 'Dragonhawk Shoulderguards'), +(1127172, 24805, 0, 1, 1, 1, 'Dragonhawk Bands'), +(1127172, 24894, 0, 1, 1, 1, 'Sundered Waistband'), +(1127172, 24895, 0, 1, 1, 1, 'Sundered Footwraps'), +(1127172, 24896, 0, 1, 1, 1, 'Sundered Chestpiece'), +(1127172, 24897, 0, 1, 1, 1, 'Sundered Gauntlets'), +(1127172, 24898, 0, 1, 1, 1, 'Sundered Helmet'), +(1127172, 24899, 0, 1, 1, 1, 'Sundered Legguards'), +(1127172, 24900, 0, 1, 1, 1, 'Sundered Spaulders'), +(1127172, 24901, 0, 1, 1, 1, 'Tortured Bracer'), +(1127172, 24902, 0, 1, 1, 1, 'Talhide Stitched-Belt'), +(1127172, 24903, 0, 1, 1, 1, 'Talhide Lined-Boots'), +(1127172, 24904, 0, 1, 1, 1, 'Talhide Chestpiece'), +(1127172, 24905, 0, 1, 1, 1, 'Talhide Lined-Gloves'), +(1127172, 24906, 0, 1, 1, 1, 'Talhide Helmet'), +(1127172, 24907, 0, 1, 1, 1, 'Talhide Lined-Leggings'), +(1127172, 24908, 0, 1, 1, 1, 'Talhide Shoulderguards'), +(1127172, 24909, 0, 1, 1, 1, 'Talhide Lined-Bracers'), +(1127172, 24910, 0, 1, 1, 1, 'Netherstorm Belt'), +(1127172, 24911, 0, 1, 1, 1, 'Netherstorm Greaves'), +(1127172, 24912, 0, 1, 1, 1, 'Netherstorm Chestpiece'), +(1127172, 24913, 0, 1, 1, 1, 'Netherstorm Gauntlets'), +(1127172, 24914, 0, 1, 1, 1, 'Netherstorm Helm'), +(1127172, 24915, 0, 1, 1, 1, 'Netherstorm Legguards'), +(1127172, 24916, 0, 1, 1, 1, 'Netherstorm Shoulderguards'), +(1127172, 24917, 0, 1, 1, 1, 'Netherstorm Bracer'), +(1127172, 25006, 0, 1, 1, 1, 'Conqueror\'s Girdle'), +(1127172, 25007, 0, 1, 1, 1, 'Conqueror\'s Greaves'), +(1127172, 25008, 0, 1, 1, 1, 'Conqueror\'s Breastplate'), +(1127172, 25009, 0, 1, 1, 1, 'Conqueror\'s Gauntlets'), +(1127172, 25010, 0, 1, 1, 1, 'Conqueror\'s Helmet'), +(1127172, 25011, 0, 1, 1, 1, 'Conqueror\'s Legplates'), +(1127172, 25012, 0, 1, 1, 1, 'Conqueror\'s Epaulets'), +(1127172, 25013, 0, 1, 1, 1, 'Conqueror\'s Vambraces'), +(1127172, 25014, 0, 1, 1, 1, 'Shattered Hand Belt'), +(1127172, 25015, 0, 1, 1, 1, 'Shattered Hand Sabatons'), +(1127172, 25016, 0, 1, 1, 1, 'Shattered Hand Breastplate'), +(1127172, 25017, 0, 1, 1, 1, 'Shattered Hand Gauntlets'), +(1127172, 25018, 0, 1, 1, 1, 'Shattered Hand Helmet'), +(1127172, 25019, 0, 1, 1, 1, 'Shattered Hand Legplates'), +(1127172, 25020, 0, 1, 1, 1, 'Shattered Hand Epaulets'), +(1127172, 25021, 0, 1, 1, 1, 'Shattered Hand Vambraces'), +(1127172, 25022, 0, 1, 1, 1, 'Warlord\'s Iron-Girdle'), +(1127172, 25023, 0, 1, 1, 1, 'Warlord\'s Sabatons'), +(1127172, 25024, 0, 1, 1, 1, 'Warlord\'s Iron-Breastplate'), +(1127172, 25025, 0, 1, 1, 1, 'Warlord\'s Iron-Gauntlets'), +(1127172, 25026, 0, 1, 1, 1, 'Warlord\'s Iron-Helm'), +(1127172, 25027, 0, 1, 1, 1, 'Warlord\'s Iron-Legplates'), +(1127172, 25028, 0, 1, 1, 1, 'Warlord\'s Iron-Epaulets'), +(1127172, 25029, 0, 1, 1, 1, 'Warlord\'s Iron-Vambraces'), +(1127172, 25041, 0, 1, 1, 1, 'Ambusher\'s Cloak'), +(1127172, 25042, 0, 1, 1, 1, 'Nether Cloak'), +(1127172, 25043, 0, 1, 1, 1, 'Amber Cape'), +(1127172, 25055, 0, 1, 1, 1, 'Alexandrite Ring'), +(1127172, 25056, 0, 1, 1, 1, 'Almandine Ring'), +(1127172, 25057, 0, 1, 1, 1, 'Amber Band'), +(1127172, 25069, 0, 1, 1, 1, 'Epidote Stone Necklace'), +(1127172, 25070, 0, 1, 1, 1, 'Coral Beads'), +(1127172, 25071, 0, 1, 1, 1, 'Tanzanite Pendant'), +(1127172, 25083, 0, 1, 1, 1, 'Smouldering Shield'), +(1127172, 25084, 0, 1, 1, 1, 'Zeth\'Gor Shield'), +(1127172, 25085, 0, 1, 1, 1, 'Dragonscale Shield'), +(1127172, 25097, 0, 1, 1, 1, 'Astralaan Orb'), +(1127172, 25098, 0, 1, 1, 1, 'Tuurik Torch'), +(1127172, 25099, 0, 1, 1, 1, 'Draenei Crystal Rod'), +(1127172, 25111, 0, 1, 1, 1, 'Lionhead Dagger'), +(1127172, 25112, 0, 1, 1, 1, 'Fel Ripper'), +(1127172, 25113, 0, 1, 1, 1, 'Phantom Dagger'), +(1127172, 25125, 0, 1, 1, 1, 'Retro-Spike Club'), +(1127172, 25126, 0, 1, 1, 1, 'Anvilmar Hammer'), +(1127172, 25127, 0, 1, 1, 1, 'Knight\'s War Hammer'), +(1127172, 25139, 0, 1, 1, 1, 'Algaz Battle Hammer'), +(1127172, 25140, 0, 1, 1, 1, 'Commanding Mallet'), +(1127172, 25141, 0, 1, 1, 1, 'Halaani Hammer'), +(1127172, 25153, 0, 1, 1, 1, 'Gladiator Greatblade'), +(1127172, 25154, 0, 1, 1, 1, 'Blood Groove Blade'), +(1127172, 25155, 0, 1, 1, 1, 'Iron Skull Sword'), +(1127172, 25167, 0, 1, 1, 1, 'Nethersteel Claymore'), +(1127172, 25168, 0, 1, 1, 1, 'Sha\'tari Longsword'), +(1127172, 25169, 0, 1, 1, 1, 'Fel Orc Brute Sword'), +(1127172, 25181, 0, 1, 1, 1, 'Tapered Staff'), +(1127172, 25182, 0, 1, 1, 1, 'Crystal-Etched Warstaff'), +(1127172, 25183, 0, 1, 1, 1, 'Voodoo Hex-Staff'), +(1127172, 25195, 0, 1, 1, 1, 'Diamond Tipped Claws'), +(1127172, 25196, 0, 1, 1, 1, 'Boneshredder Claws'), +(1127172, 25197, 0, 1, 1, 1, 'Razor Scythes'), +(1127172, 25209, 0, 1, 1, 1, 'Amani Tomahawk'), +(1127172, 25210, 0, 1, 1, 1, 'Double-Bladed Axe'), +(1127172, 25211, 0, 1, 1, 1, 'Rockbiter Cutter'), +(1127172, 25223, 0, 1, 1, 1, 'Windcaller Hatchet'), +(1127172, 25224, 0, 1, 1, 1, 'Slavemaster Axe'), +(1127172, 25225, 0, 1, 1, 1, 'Deepforge Broadaxe'), +(1127172, 25237, 0, 1, 1, 1, 'Nether Trident'), +(1127172, 25238, 0, 1, 1, 1, 'Hellfire War Spear'), +(1127172, 25239, 0, 1, 1, 1, 'Legend\'s Glaive'), +(1127172, 25251, 0, 1, 1, 1, 'Orc Flatbow'), +(1127172, 25252, 0, 1, 1, 1, 'Dream Catcher Bow'), +(1127172, 25253, 0, 1, 1, 1, 'Windspear Longbow'), +(1127172, 25265, 0, 1, 1, 1, 'Barreled Crossbow'), +(1127172, 25266, 0, 1, 1, 1, 'Well-Balanced Crossbow'), +(1127172, 25267, 0, 1, 1, 1, 'Rampant Crossbow'), +(1127172, 25279, 0, 1, 1, 1, 'Sen\'jin Longrifle'), +(1127172, 25280, 0, 1, 1, 1, 'Game Hunter Musket'), +(1127172, 25281, 0, 1, 1, 1, 'Big-Boar Battle Rifle'), +(1127172, 25293, 0, 1, 1, 1, 'Draenethyst Wand'), +(1127172, 25294, 0, 1, 1, 1, 'Dragonscale Wand'), +(1127172, 25295, 0, 1, 1, 1, 'Flawless Wand'), +(1127172, 25307, 0, 1, 1, 1, 'Shadow Dagger'), +(1127172, 25308, 0, 1, 1, 1, 'Thunder Spike'), +(1127172, 25309, 0, 1, 1, 1, 'Warpdagger'), +(1127172, 25321, 0, 1, 1, 1, 'Divine Hammer'), +(1127172, 25322, 0, 1, 1, 1, 'Lordly Scepter'), +(1127172, 25323, 0, 1, 1, 1, 'Ascendant\'s Scepter'), +(1127172, 25335, 0, 1, 1, 1, 'Feral Warp-Staff'), +(1127172, 25336, 0, 1, 1, 1, 'Splintering Greatstaff'), +(1127172, 25337, 0, 1, 1, 1, 'Swarming Sting-Staff'), +(1127172, 28542, 0, 1, 1, 1, 'Heartseeker Knives'), +(1127172, 28543, 0, 1, 1, 1, 'Dreghood Throwing Axe'), +(1127172, 28544, 0, 1, 1, 1, 'Assassin\'s Shuriken'), +(1127272, 24677, 0, 1, 1, 1, 'Archmage Belt'), +(1127272, 24678, 0, 1, 1, 1, 'Archmage Slippers'), +(1127272, 24679, 0, 1, 1, 1, 'Archmage Robe'), +(1127272, 24680, 0, 1, 1, 1, 'Archmage Gloves'), +(1127272, 24681, 0, 1, 1, 1, 'Archmage Headpiece'), +(1127272, 24682, 0, 1, 1, 1, 'Archmage Pants'), +(1127272, 24683, 0, 1, 1, 1, 'Archmage Mantle'), +(1127272, 24684, 0, 1, 1, 1, 'Archmage Bracelets'), +(1127272, 24685, 0, 1, 1, 1, 'Elementalist Belt'), +(1127272, 24686, 0, 1, 1, 1, 'Elementalist Boots'), +(1127272, 24687, 0, 1, 1, 1, 'Elementalist Tunic'), +(1127272, 24688, 0, 1, 1, 1, 'Elementalist Gloves'), +(1127272, 24689, 0, 1, 1, 1, 'Elementalist Skullcap'), +(1127272, 24690, 0, 1, 1, 1, 'Elementalist Leggings'), +(1127272, 24691, 0, 1, 1, 1, 'Elementalist Mantle'), +(1127272, 24692, 0, 1, 1, 1, 'Elementalist Bracelets'), +(1127272, 24790, 0, 1, 1, 1, 'Expedition Girdle'), +(1127272, 24791, 0, 1, 1, 1, 'Expedition Boots'), +(1127272, 24792, 0, 1, 1, 1, 'Expedition Tunic'), +(1127272, 24793, 0, 1, 1, 1, 'Expedition Gloves'), +(1127272, 24794, 0, 1, 1, 1, 'Expedition Hood'), +(1127272, 24795, 0, 1, 1, 1, 'Expedition Pants'), +(1127272, 24796, 0, 1, 1, 1, 'Expedition Shoulderguards'), +(1127272, 24797, 0, 1, 1, 1, 'Expedition Bracers'), +(1127272, 24798, 0, 1, 1, 1, 'Dragonhawk Belt'), +(1127272, 24799, 0, 1, 1, 1, 'Dragonhawk Boots'), +(1127272, 24800, 0, 1, 1, 1, 'Dragonhawk Tunic'), +(1127272, 24801, 0, 1, 1, 1, 'Dragonhawk Gloves'), +(1127272, 24802, 0, 1, 1, 1, 'Dragonhawk Hat'), +(1127272, 24803, 0, 1, 1, 1, 'Dragonhawk Pants'), +(1127272, 24804, 0, 1, 1, 1, 'Dragonhawk Shoulderguards'), +(1127272, 24805, 0, 1, 1, 1, 'Dragonhawk Bands'), +(1127272, 24902, 0, 1, 1, 1, 'Talhide Stitched-Belt'), +(1127272, 24903, 0, 1, 1, 1, 'Talhide Lined-Boots'), +(1127272, 24904, 0, 1, 1, 1, 'Talhide Chestpiece'), +(1127272, 24905, 0, 1, 1, 1, 'Talhide Lined-Gloves'), +(1127272, 24906, 0, 1, 1, 1, 'Talhide Helmet'), +(1127272, 24907, 0, 1, 1, 1, 'Talhide Lined-Leggings'), +(1127272, 24908, 0, 1, 1, 1, 'Talhide Shoulderguards'), +(1127272, 24909, 0, 1, 1, 1, 'Talhide Lined-Bracers'), +(1127272, 24910, 0, 1, 1, 1, 'Netherstorm Belt'), +(1127272, 24911, 0, 1, 1, 1, 'Netherstorm Greaves'), +(1127272, 24912, 0, 1, 1, 1, 'Netherstorm Chestpiece'), +(1127272, 24913, 0, 1, 1, 1, 'Netherstorm Gauntlets'), +(1127272, 24914, 0, 1, 1, 1, 'Netherstorm Helm'), +(1127272, 24915, 0, 1, 1, 1, 'Netherstorm Legguards'), +(1127272, 24916, 0, 1, 1, 1, 'Netherstorm Shoulderguards'), +(1127272, 24917, 0, 1, 1, 1, 'Netherstorm Bracer'), +(1127272, 25014, 0, 1, 1, 1, 'Shattered Hand Belt'), +(1127272, 25015, 0, 1, 1, 1, 'Shattered Hand Sabatons'), +(1127272, 25016, 0, 1, 1, 1, 'Shattered Hand Breastplate'), +(1127272, 25017, 0, 1, 1, 1, 'Shattered Hand Gauntlets'), +(1127272, 25018, 0, 1, 1, 1, 'Shattered Hand Helmet'), +(1127272, 25019, 0, 1, 1, 1, 'Shattered Hand Legplates'), +(1127272, 25020, 0, 1, 1, 1, 'Shattered Hand Epaulets'), +(1127272, 25021, 0, 1, 1, 1, 'Shattered Hand Vambraces'), +(1127272, 25022, 0, 1, 1, 1, 'Warlord\'s Iron-Girdle'), +(1127272, 25023, 0, 1, 1, 1, 'Warlord\'s Sabatons'), +(1127272, 25024, 0, 1, 1, 1, 'Warlord\'s Iron-Breastplate'), +(1127272, 25025, 0, 1, 1, 1, 'Warlord\'s Iron-Gauntlets'), +(1127272, 25026, 0, 1, 1, 1, 'Warlord\'s Iron-Helm'), +(1127272, 25027, 0, 1, 1, 1, 'Warlord\'s Iron-Legplates'), +(1127272, 25028, 0, 1, 1, 1, 'Warlord\'s Iron-Epaulets'), +(1127272, 25029, 0, 1, 1, 1, 'Warlord\'s Iron-Vambraces'), +(1127272, 25042, 0, 1, 1, 1, 'Nether Cloak'), +(1127272, 25043, 0, 1, 1, 1, 'Amber Cape'), +(1127272, 25056, 0, 1, 1, 1, 'Almandine Ring'), +(1127272, 25057, 0, 1, 1, 1, 'Amber Band'), +(1127272, 25070, 0, 1, 1, 1, 'Coral Beads'), +(1127272, 25071, 0, 1, 1, 1, 'Tanzanite Pendant'), +(1127272, 25084, 0, 1, 1, 1, 'Zeth\'Gor Shield'), +(1127272, 25085, 0, 1, 1, 1, 'Dragonscale Shield'), +(1127272, 25098, 0, 1, 1, 1, 'Tuurik Torch'), +(1127272, 25099, 0, 1, 1, 1, 'Draenei Crystal Rod'), +(1127272, 25112, 0, 1, 1, 1, 'Fel Ripper'), +(1127272, 25113, 0, 1, 1, 1, 'Phantom Dagger'), +(1127272, 25126, 0, 1, 1, 1, 'Anvilmar Hammer'), +(1127272, 25127, 0, 1, 1, 1, 'Knight\'s War Hammer'), +(1127272, 25140, 0, 1, 1, 1, 'Commanding Mallet'), +(1127272, 25141, 0, 1, 1, 1, 'Halaani Hammer'), +(1127272, 25154, 0, 1, 1, 1, 'Blood Groove Blade'), +(1127272, 25155, 0, 1, 1, 1, 'Iron Skull Sword'), +(1127272, 25168, 0, 1, 1, 1, 'Sha\'tari Longsword'), +(1127272, 25169, 0, 1, 1, 1, 'Fel Orc Brute Sword'), +(1127272, 25182, 0, 1, 1, 1, 'Crystal-Etched Warstaff'), +(1127272, 25183, 0, 1, 1, 1, 'Voodoo Hex-Staff'), +(1127272, 25196, 0, 1, 1, 1, 'Boneshredder Claws'), +(1127272, 25197, 0, 1, 1, 1, 'Razor Scythes'), +(1127272, 25210, 0, 1, 1, 1, 'Double-Bladed Axe'), +(1127272, 25211, 0, 1, 1, 1, 'Rockbiter Cutter'), +(1127272, 25224, 0, 1, 1, 1, 'Slavemaster Axe'), +(1127272, 25225, 0, 1, 1, 1, 'Deepforge Broadaxe'), +(1127272, 25238, 0, 1, 1, 1, 'Hellfire War Spear'), +(1127272, 25239, 0, 1, 1, 1, 'Legend\'s Glaive'), +(1127272, 25252, 0, 1, 1, 1, 'Dream Catcher Bow'), +(1127272, 25253, 0, 1, 1, 1, 'Windspear Longbow'), +(1127272, 25266, 0, 1, 1, 1, 'Well-Balanced Crossbow'), +(1127272, 25267, 0, 1, 1, 1, 'Rampant Crossbow'), +(1127272, 25280, 0, 1, 1, 1, 'Game Hunter Musket'), +(1127272, 25281, 0, 1, 1, 1, 'Big-Boar Battle Rifle'), +(1127272, 25294, 0, 1, 1, 1, 'Dragonscale Wand'), +(1127272, 25295, 0, 1, 1, 1, 'Flawless Wand'), +(1127272, 25308, 0, 1, 1, 1, 'Thunder Spike'), +(1127272, 25309, 0, 1, 1, 1, 'Warpdagger'), +(1127272, 25322, 0, 1, 1, 1, 'Lordly Scepter'), +(1127272, 25323, 0, 1, 1, 1, 'Ascendant\'s Scepter'), +(1127272, 25336, 0, 1, 1, 1, 'Splintering Greatstaff'), +(1127272, 25337, 0, 1, 1, 1, 'Swarming Sting-Staff'), +(1127272, 28543, 0, 1, 1, 1, 'Dreghood Throwing Axe'), +(1127272, 28544, 0, 1, 1, 1, 'Assassin\'s Shuriken'), +(1127273, 24685, 0, 1, 1, 1, 'Elementalist Belt'), +(1127273, 24686, 0, 1, 1, 1, 'Elementalist Boots'), +(1127273, 24687, 0, 1, 1, 1, 'Elementalist Tunic'), +(1127273, 24688, 0, 1, 1, 1, 'Elementalist Gloves'), +(1127273, 24689, 0, 1, 1, 1, 'Elementalist Skullcap'), +(1127273, 24690, 0, 1, 1, 1, 'Elementalist Leggings'), +(1127273, 24691, 0, 1, 1, 1, 'Elementalist Mantle'), +(1127273, 24692, 0, 1, 1, 1, 'Elementalist Bracelets'), +(1127273, 24798, 0, 1, 1, 1, 'Dragonhawk Belt'), +(1127273, 24799, 0, 1, 1, 1, 'Dragonhawk Boots'), +(1127273, 24800, 0, 1, 1, 1, 'Dragonhawk Tunic'), +(1127273, 24801, 0, 1, 1, 1, 'Dragonhawk Gloves'), +(1127273, 24802, 0, 1, 1, 1, 'Dragonhawk Hat'), +(1127273, 24803, 0, 1, 1, 1, 'Dragonhawk Pants'), +(1127273, 24804, 0, 1, 1, 1, 'Dragonhawk Shoulderguards'), +(1127273, 24805, 0, 1, 1, 1, 'Dragonhawk Bands'), +(1127273, 24910, 0, 1, 1, 1, 'Netherstorm Belt'), +(1127273, 24911, 0, 1, 1, 1, 'Netherstorm Greaves'), +(1127273, 24912, 0, 1, 1, 1, 'Netherstorm Chestpiece'), +(1127273, 24913, 0, 1, 1, 1, 'Netherstorm Gauntlets'), +(1127273, 24914, 0, 1, 1, 1, 'Netherstorm Helm'), +(1127273, 24915, 0, 1, 1, 1, 'Netherstorm Legguards'), +(1127273, 24916, 0, 1, 1, 1, 'Netherstorm Shoulderguards'), +(1127273, 24917, 0, 1, 1, 1, 'Netherstorm Bracer'), +(1127273, 25022, 0, 1, 1, 1, 'Warlord\'s Iron-Girdle'), +(1127273, 25023, 0, 1, 1, 1, 'Warlord\'s Sabatons'), +(1127273, 25024, 0, 1, 1, 1, 'Warlord\'s Iron-Breastplate'), +(1127273, 25025, 0, 1, 1, 1, 'Warlord\'s Iron-Gauntlets'), +(1127273, 25026, 0, 1, 1, 1, 'Warlord\'s Iron-Helm'), +(1127273, 25027, 0, 1, 1, 1, 'Warlord\'s Iron-Legplates'), +(1127273, 25028, 0, 1, 1, 1, 'Warlord\'s Iron-Epaulets'), +(1127273, 25029, 0, 1, 1, 1, 'Warlord\'s Iron-Vambraces'), +(1127273, 25043, 0, 1, 1, 1, 'Amber Cape'), +(1127273, 25057, 0, 1, 1, 1, 'Amber Band'), +(1127273, 25071, 0, 1, 1, 1, 'Tanzanite Pendant'), +(1127273, 25085, 0, 1, 1, 1, 'Dragonscale Shield'), +(1127273, 25099, 0, 1, 1, 1, 'Draenei Crystal Rod'), +(1127273, 25113, 0, 1, 1, 1, 'Phantom Dagger'), +(1127273, 25127, 0, 1, 1, 1, 'Knight\'s War Hammer'), +(1127273, 25141, 0, 1, 1, 1, 'Halaani Hammer'), +(1127273, 25155, 0, 1, 1, 1, 'Iron Skull Sword'), +(1127273, 25169, 0, 1, 1, 1, 'Fel Orc Brute Sword'), +(1127273, 25183, 0, 1, 1, 1, 'Voodoo Hex-Staff'), +(1127273, 25197, 0, 1, 1, 1, 'Razor Scythes'), +(1127273, 25211, 0, 1, 1, 1, 'Rockbiter Cutter'), +(1127273, 25225, 0, 1, 1, 1, 'Deepforge Broadaxe'), +(1127273, 25239, 0, 1, 1, 1, 'Legend\'s Glaive'), +(1127273, 25253, 0, 1, 1, 1, 'Windspear Longbow'), +(1127273, 25267, 0, 1, 1, 1, 'Rampant Crossbow'), +(1127273, 25281, 0, 1, 1, 1, 'Big-Boar Battle Rifle'), +(1127273, 25295, 0, 1, 1, 1, 'Flawless Wand'), +(1127273, 25309, 0, 1, 1, 1, 'Warpdagger'), +(1127273, 25323, 0, 1, 1, 1, 'Ascendant\'s Scepter'), +(1127273, 25337, 0, 1, 1, 1, 'Swarming Sting-Staff'), +(1127273, 28544, 0, 1, 1, 1, 'Assassin\'s Shuriken'), +(1127373, 24685, 0, 1, 1, 1, 'Elementalist Belt'), +(1127373, 24686, 0, 1, 1, 1, 'Elementalist Boots'), +(1127373, 24687, 0, 1, 1, 1, 'Elementalist Tunic'), +(1127373, 24688, 0, 1, 1, 1, 'Elementalist Gloves'), +(1127373, 24689, 0, 1, 1, 1, 'Elementalist Skullcap'), +(1127373, 24690, 0, 1, 1, 1, 'Elementalist Leggings'), +(1127373, 24691, 0, 1, 1, 1, 'Elementalist Mantle'), +(1127373, 24692, 0, 1, 1, 1, 'Elementalist Bracelets'), +(1127373, 24798, 0, 1, 1, 1, 'Dragonhawk Belt'), +(1127373, 24799, 0, 1, 1, 1, 'Dragonhawk Boots'), +(1127373, 24800, 0, 1, 1, 1, 'Dragonhawk Tunic'), +(1127373, 24801, 0, 1, 1, 1, 'Dragonhawk Gloves'), +(1127373, 24802, 0, 1, 1, 1, 'Dragonhawk Hat'), +(1127373, 24803, 0, 1, 1, 1, 'Dragonhawk Pants'), +(1127373, 24804, 0, 1, 1, 1, 'Dragonhawk Shoulderguards'), +(1127373, 24805, 0, 1, 1, 1, 'Dragonhawk Bands'), +(1127373, 24910, 0, 1, 1, 1, 'Netherstorm Belt'), +(1127373, 24911, 0, 1, 1, 1, 'Netherstorm Greaves'), +(1127373, 24912, 0, 1, 1, 1, 'Netherstorm Chestpiece'), +(1127373, 24913, 0, 1, 1, 1, 'Netherstorm Gauntlets'), +(1127373, 24914, 0, 1, 1, 1, 'Netherstorm Helm'), +(1127373, 24915, 0, 1, 1, 1, 'Netherstorm Legguards'), +(1127373, 24916, 0, 1, 1, 1, 'Netherstorm Shoulderguards'), +(1127373, 24917, 0, 1, 1, 1, 'Netherstorm Bracer'), +(1127373, 25022, 0, 1, 1, 1, 'Warlord\'s Iron-Girdle'), +(1127373, 25023, 0, 1, 1, 1, 'Warlord\'s Sabatons'), +(1127373, 25024, 0, 1, 1, 1, 'Warlord\'s Iron-Breastplate'), +(1127373, 25025, 0, 1, 1, 1, 'Warlord\'s Iron-Gauntlets'), +(1127373, 25026, 0, 1, 1, 1, 'Warlord\'s Iron-Helm'), +(1127373, 25027, 0, 1, 1, 1, 'Warlord\'s Iron-Legplates'), +(1127373, 25028, 0, 1, 1, 1, 'Warlord\'s Iron-Epaulets'), +(1127373, 25029, 0, 1, 1, 1, 'Warlord\'s Iron-Vambraces'), +(1127373, 25043, 0, 1, 1, 1, 'Amber Cape'), +(1127373, 25057, 0, 1, 1, 1, 'Amber Band'), +(1127373, 25071, 0, 1, 1, 1, 'Tanzanite Pendant'), +(1127373, 25085, 0, 1, 1, 1, 'Dragonscale Shield'), +(1127373, 25099, 0, 1, 1, 1, 'Draenei Crystal Rod'), +(1127373, 25113, 0, 1, 1, 1, 'Phantom Dagger'), +(1127373, 25127, 0, 1, 1, 1, 'Knight\'s War Hammer'), +(1127373, 25141, 0, 1, 1, 1, 'Halaani Hammer'), +(1127373, 25155, 0, 1, 1, 1, 'Iron Skull Sword'), +(1127373, 25169, 0, 1, 1, 1, 'Fel Orc Brute Sword'), +(1127373, 25183, 0, 1, 1, 1, 'Voodoo Hex-Staff'), +(1127373, 25197, 0, 1, 1, 1, 'Razor Scythes'), +(1127373, 25211, 0, 1, 1, 1, 'Rockbiter Cutter'), +(1127373, 25225, 0, 1, 1, 1, 'Deepforge Broadaxe'), +(1127373, 25239, 0, 1, 1, 1, 'Legend\'s Glaive'), +(1127373, 25253, 0, 1, 1, 1, 'Windspear Longbow'), +(1127373, 25267, 0, 1, 1, 1, 'Rampant Crossbow'), +(1127373, 25281, 0, 1, 1, 1, 'Big-Boar Battle Rifle'), +(1127373, 25295, 0, 1, 1, 1, 'Flawless Wand'), +(1127373, 25309, 0, 1, 1, 1, 'Warpdagger'), +(1127373, 25323, 0, 1, 1, 1, 'Ascendant\'s Scepter'), +(1127373, 25337, 0, 1, 1, 1, 'Swarming Sting-Staff'), +(1127373, 28544, 0, 1, 1, 1, 'Assassin\'s Shuriken'), +(1135858, 31125, 0, 1, 1, 1, 'Boots of the Decimator'), +(1135858, 31126, 0, 1, 1, 1, 'Gloves of Ferocity'), +(1135858, 31127, 0, 1, 1, 1, 'Hauberk of Totemic Rage'), +(1135858, 31131, 0, 1, 1, 1, 'Sash of Silent Blades'), +(1135858, 31133, 0, 1, 1, 1, 'Leggings of Concentrated Darkness'), +(1135858, 31134, 0, 1, 1, 1, 'Blade of Misfortune'), +(1135859, 31125, 0, 1, 1, 1, 'Boots of the Decimator'), +(1135859, 31126, 0, 1, 1, 1, 'Gloves of Ferocity'), +(1135859, 31127, 0, 1, 1, 1, 'Hauberk of Totemic Rage'), +(1135859, 31131, 0, 1, 1, 1, 'Sash of Silent Blades'), +(1135859, 31133, 0, 1, 1, 1, 'Leggings of Concentrated Darkness'), +(1135859, 31134, 0, 1, 1, 1, 'Blade of Misfortune'), +(1135959, 31125, 0, 1, 1, 1, 'Boots of the Decimator'), +(1135959, 31126, 0, 1, 1, 1, 'Gloves of Ferocity'), +(1135959, 31127, 0, 1, 1, 1, 'Hauberk of Totemic Rage'), +(1135959, 31131, 0, 1, 1, 1, 'Sash of Silent Blades'), +(1135959, 31133, 0, 1, 1, 1, 'Leggings of Concentrated Darkness'), +(1135959, 31134, 0, 1, 1, 1, 'Blade of Misfortune'), +(1135960, 31125, 0, 1, 1, 1, 'Boots of the Decimator'), +(1135960, 31126, 0, 1, 1, 1, 'Gloves of Ferocity'), +(1135960, 31127, 0, 1, 1, 1, 'Hauberk of Totemic Rage'), +(1135960, 31131, 0, 1, 1, 1, 'Sash of Silent Blades'), +(1135960, 31133, 0, 1, 1, 1, 'Leggings of Concentrated Darkness'), +(1135960, 31134, 0, 1, 1, 1, 'Blade of Misfortune'), +(1135960, 31136, 0, 1, 1, 1, 'Breastplate of Blade Turning'), +(1135960, 31137, 0, 1, 1, 1, 'Gauntlets of Purification'), +(1135960, 31138, 0, 1, 1, 1, 'Storm Lord\'s Girdle'), +(1135960, 31139, 0, 1, 1, 1, 'Fist of Reckoning'), +(1135960, 31140, 0, 1, 1, 1, 'Cloak of Entropy'), +(1135960, 31142, 0, 1, 1, 1, 'Blade of Trapped Knowledge'), +(1136060, 31125, 0, 1, 1, 1, 'Boots of the Decimator'), +(1136060, 31126, 0, 1, 1, 1, 'Gloves of Ferocity'), +(1136060, 31127, 0, 1, 1, 1, 'Hauberk of Totemic Rage'), +(1136060, 31131, 0, 1, 1, 1, 'Sash of Silent Blades'), +(1136060, 31133, 0, 1, 1, 1, 'Leggings of Concentrated Darkness'), +(1136060, 31134, 0, 1, 1, 1, 'Blade of Misfortune'), +(1136060, 31136, 0, 1, 1, 1, 'Breastplate of Blade Turning'), +(1136060, 31137, 0, 1, 1, 1, 'Gauntlets of Purification'), +(1136060, 31138, 0, 1, 1, 1, 'Storm Lord\'s Girdle'), +(1136060, 31139, 0, 1, 1, 1, 'Fist of Reckoning'), +(1136060, 31140, 0, 1, 1, 1, 'Cloak of Entropy'), +(1136060, 31142, 0, 1, 1, 1, 'Blade of Trapped Knowledge'), +(1136061, 31125, 0, 1, 1, 1, 'Boots of the Decimator'), +(1136061, 31126, 0, 1, 1, 1, 'Gloves of Ferocity'), +(1136061, 31127, 0, 1, 1, 1, 'Hauberk of Totemic Rage'), +(1136061, 31131, 0, 1, 1, 1, 'Sash of Silent Blades'), +(1136061, 31133, 0, 1, 1, 1, 'Leggings of Concentrated Darkness'), +(1136061, 31134, 0, 1, 1, 1, 'Blade of Misfortune'), +(1136061, 31136, 0, 1, 1, 1, 'Breastplate of Blade Turning'), +(1136061, 31137, 0, 1, 1, 1, 'Gauntlets of Purification'), +(1136061, 31138, 0, 1, 1, 1, 'Storm Lord\'s Girdle'), +(1136061, 31139, 0, 1, 1, 1, 'Fist of Reckoning'), +(1136061, 31140, 0, 1, 1, 1, 'Cloak of Entropy'), +(1136061, 31142, 0, 1, 1, 1, 'Blade of Trapped Knowledge'), +(1136061, 31143, 0, 1, 1, 1, 'Shroud of Frenzy'), +(1136061, 31145, 0, 1, 1, 1, 'Headdress of the Sleeper'), +(1136061, 31147, 0, 1, 1, 1, 'Pendant of Cunning'), +(1136061, 31148, 0, 1, 1, 1, 'Demon Hide Spaulders'), +(1136061, 31149, 0, 1, 1, 1, 'Gloves of Pandemonium'), +(1136061, 31150, 0, 1, 1, 1, 'Gloves of Piety'), +(1136161, 31125, 0, 1, 1, 1, 'Boots of the Decimator'), +(1136161, 31126, 0, 1, 1, 1, 'Gloves of Ferocity'), +(1136161, 31127, 0, 1, 1, 1, 'Hauberk of Totemic Rage'), +(1136161, 31131, 0, 1, 1, 1, 'Sash of Silent Blades'), +(1136161, 31133, 0, 1, 1, 1, 'Leggings of Concentrated Darkness'), +(1136161, 31134, 0, 1, 1, 1, 'Blade of Misfortune'), +(1136161, 31136, 0, 1, 1, 1, 'Breastplate of Blade Turning'), +(1136161, 31137, 0, 1, 1, 1, 'Gauntlets of Purification'), +(1136161, 31138, 0, 1, 1, 1, 'Storm Lord\'s Girdle'), +(1136161, 31139, 0, 1, 1, 1, 'Fist of Reckoning'), +(1136161, 31140, 0, 1, 1, 1, 'Cloak of Entropy'), +(1136161, 31142, 0, 1, 1, 1, 'Blade of Trapped Knowledge'), +(1136161, 31143, 0, 1, 1, 1, 'Shroud of Frenzy'), +(1136161, 31145, 0, 1, 1, 1, 'Headdress of the Sleeper'), +(1136161, 31147, 0, 1, 1, 1, 'Pendant of Cunning'), +(1136161, 31148, 0, 1, 1, 1, 'Demon Hide Spaulders'), +(1136161, 31149, 0, 1, 1, 1, 'Gloves of Pandemonium'), +(1136161, 31150, 0, 1, 1, 1, 'Gloves of Piety'), +(1136162, 31125, 0, 1, 1, 1, 'Boots of the Decimator'), +(1136162, 31126, 0, 1, 1, 1, 'Gloves of Ferocity'), +(1136162, 31127, 0, 1, 1, 1, 'Hauberk of Totemic Rage'), +(1136162, 31131, 0, 1, 1, 1, 'Sash of Silent Blades'), +(1136162, 31133, 0, 1, 1, 1, 'Leggings of Concentrated Darkness'), +(1136162, 31134, 0, 1, 1, 1, 'Blade of Misfortune'), +(1136162, 31136, 0, 1, 1, 1, 'Breastplate of Blade Turning'), +(1136162, 31137, 0, 1, 1, 1, 'Gauntlets of Purification'), +(1136162, 31138, 0, 1, 1, 1, 'Storm Lord\'s Girdle'), +(1136162, 31139, 0, 1, 1, 1, 'Fist of Reckoning'), +(1136162, 31140, 0, 1, 1, 1, 'Cloak of Entropy'), +(1136162, 31142, 0, 1, 1, 1, 'Blade of Trapped Knowledge'), +(1136162, 31143, 0, 1, 1, 1, 'Shroud of Frenzy'), +(1136162, 31145, 0, 1, 1, 1, 'Headdress of the Sleeper'), +(1136162, 31147, 0, 1, 1, 1, 'Pendant of Cunning'), +(1136162, 31148, 0, 1, 1, 1, 'Demon Hide Spaulders'), +(1136162, 31149, 0, 1, 1, 1, 'Gloves of Pandemonium'), +(1136162, 31150, 0, 1, 1, 1, 'Gloves of Piety'), +(1136162, 31151, 0, 1, 1, 1, 'Girdle of Siege'), +(1136162, 31152, 0, 1, 1, 1, 'Chestguard of Illumination'), +(1136162, 31153, 0, 1, 1, 1, 'Axe of the Legion'), +(1136162, 31173, 0, 1, 1, 1, 'Boots of Savagery'), +(1136162, 31175, 0, 1, 1, 1, 'Blade Dancer\'s Wristguards'), +(1136162, 31178, 0, 1, 1, 1, 'Amulet of Unstable Power'), +(1136262, 31136, 0, 1, 1, 1, 'Breastplate of Blade Turning'), +(1136262, 31137, 0, 1, 1, 1, 'Gauntlets of Purification'), +(1136262, 31138, 0, 1, 1, 1, 'Storm Lord\'s Girdle'), +(1136262, 31139, 0, 1, 1, 1, 'Fist of Reckoning'), +(1136262, 31140, 0, 1, 1, 1, 'Cloak of Entropy'), +(1136262, 31142, 0, 1, 1, 1, 'Blade of Trapped Knowledge'), +(1136262, 31143, 0, 1, 1, 1, 'Shroud of Frenzy'), +(1136262, 31145, 0, 1, 1, 1, 'Headdress of the Sleeper'), +(1136262, 31147, 0, 1, 1, 1, 'Pendant of Cunning'), +(1136262, 31148, 0, 1, 1, 1, 'Demon Hide Spaulders'), +(1136262, 31149, 0, 1, 1, 1, 'Gloves of Pandemonium'), +(1136262, 31150, 0, 1, 1, 1, 'Gloves of Piety'), +(1136262, 31151, 0, 1, 1, 1, 'Girdle of Siege'), +(1136262, 31152, 0, 1, 1, 1, 'Chestguard of Illumination'), +(1136262, 31153, 0, 1, 1, 1, 'Axe of the Legion'), +(1136262, 31173, 0, 1, 1, 1, 'Boots of Savagery'), +(1136262, 31175, 0, 1, 1, 1, 'Blade Dancer\'s Wristguards'), +(1136262, 31178, 0, 1, 1, 1, 'Amulet of Unstable Power'), +(1136263, 31136, 0, 1, 1, 1, 'Breastplate of Blade Turning'), +(1136263, 31137, 0, 1, 1, 1, 'Gauntlets of Purification'), +(1136263, 31138, 0, 1, 1, 1, 'Storm Lord\'s Girdle'), +(1136263, 31139, 0, 1, 1, 1, 'Fist of Reckoning'), +(1136263, 31140, 0, 1, 1, 1, 'Cloak of Entropy'), +(1136263, 31142, 0, 1, 1, 1, 'Blade of Trapped Knowledge'), +(1136263, 31143, 0, 1, 1, 1, 'Shroud of Frenzy'), +(1136263, 31145, 0, 1, 1, 1, 'Headdress of the Sleeper'), +(1136263, 31147, 0, 1, 1, 1, 'Pendant of Cunning'), +(1136263, 31148, 0, 1, 1, 1, 'Demon Hide Spaulders'), +(1136263, 31149, 0, 1, 1, 1, 'Gloves of Pandemonium'), +(1136263, 31150, 0, 1, 1, 1, 'Gloves of Piety'), +(1136263, 31151, 0, 1, 1, 1, 'Girdle of Siege'), +(1136263, 31152, 0, 1, 1, 1, 'Chestguard of Illumination'), +(1136263, 31153, 0, 1, 1, 1, 'Axe of the Legion'), +(1136263, 31173, 0, 1, 1, 1, 'Boots of Savagery'), +(1136263, 31175, 0, 1, 1, 1, 'Blade Dancer\'s Wristguards'), +(1136263, 31178, 0, 1, 1, 1, 'Amulet of Unstable Power'), +(1136263, 31180, 0, 1, 1, 1, 'Gauntlets of the Skullsplitter'), +(1136263, 31186, 0, 1, 1, 1, 'Braxxis\' Staff of Slumber'), +(1136263, 31187, 0, 1, 1, 1, 'Boots of the Pathfinder'), +(1136263, 31190, 0, 1, 1, 1, 'The Dreamer\'s Shoulderpads'), +(1136263, 31193, 0, 1, 1, 1, 'Blade of Unquenched Thirst'), +(1136263, 31196, 0, 1, 1, 1, 'Amulet of Sanctification'), +(1136363, 31143, 0, 1, 1, 1, 'Shroud of Frenzy'), +(1136363, 31145, 0, 1, 1, 1, 'Headdress of the Sleeper'), +(1136363, 31147, 0, 1, 1, 1, 'Pendant of Cunning'), +(1136363, 31148, 0, 1, 1, 1, 'Demon Hide Spaulders'), +(1136363, 31149, 0, 1, 1, 1, 'Gloves of Pandemonium'), +(1136363, 31150, 0, 1, 1, 1, 'Gloves of Piety'), +(1136363, 31151, 0, 1, 1, 1, 'Girdle of Siege'), +(1136363, 31152, 0, 1, 1, 1, 'Chestguard of Illumination'), +(1136363, 31153, 0, 1, 1, 1, 'Axe of the Legion'), +(1136363, 31173, 0, 1, 1, 1, 'Boots of Savagery'), +(1136363, 31175, 0, 1, 1, 1, 'Blade Dancer\'s Wristguards'), +(1136363, 31178, 0, 1, 1, 1, 'Amulet of Unstable Power'), +(1136363, 31180, 0, 1, 1, 1, 'Gauntlets of the Skullsplitter'), +(1136363, 31186, 0, 1, 1, 1, 'Braxxis\' Staff of Slumber'), +(1136363, 31187, 0, 1, 1, 1, 'Boots of the Pathfinder'), +(1136363, 31190, 0, 1, 1, 1, 'The Dreamer\'s Shoulderpads'), +(1136363, 31193, 0, 1, 1, 1, 'Blade of Unquenched Thirst'), +(1136363, 31196, 0, 1, 1, 1, 'Amulet of Sanctification'), +(1136364, 31143, 0, 1, 1, 1, 'Shroud of Frenzy'), +(1136364, 31145, 0, 1, 1, 1, 'Headdress of the Sleeper'), +(1136364, 31147, 0, 1, 1, 1, 'Pendant of Cunning'), +(1136364, 31148, 0, 1, 1, 1, 'Demon Hide Spaulders'), +(1136364, 31149, 0, 1, 1, 1, 'Gloves of Pandemonium'), +(1136364, 31150, 0, 1, 1, 1, 'Gloves of Piety'), +(1136364, 31151, 0, 1, 1, 1, 'Girdle of Siege'), +(1136364, 31152, 0, 1, 1, 1, 'Chestguard of Illumination'), +(1136364, 31153, 0, 1, 1, 1, 'Axe of the Legion'), +(1136364, 31173, 0, 1, 1, 1, 'Boots of Savagery'), +(1136364, 31175, 0, 1, 1, 1, 'Blade Dancer\'s Wristguards'), +(1136364, 31178, 0, 1, 1, 1, 'Amulet of Unstable Power'), +(1136364, 31180, 0, 1, 1, 1, 'Gauntlets of the Skullsplitter'), +(1136364, 31186, 0, 1, 1, 1, 'Braxxis\' Staff of Slumber'), +(1136364, 31187, 0, 1, 1, 1, 'Boots of the Pathfinder'), +(1136364, 31190, 0, 1, 1, 1, 'The Dreamer\'s Shoulderpads'), +(1136364, 31193, 0, 1, 1, 1, 'Blade of Unquenched Thirst'), +(1136364, 31196, 0, 1, 1, 1, 'Amulet of Sanctification'), +(1136364, 31200, 0, 1, 1, 1, 'Shield of the Wayward Footman'), +(1136364, 31202, 0, 1, 1, 1, 'Girdle of Divine Blessing'), +(1136364, 31204, 0, 1, 1, 1, 'The Gunblade'), +(1136364, 31222, 0, 1, 1, 1, 'Headdress of Inner Rage'), +(1136364, 31226, 0, 1, 1, 1, 'Leggings of the Sly'), +(1136364, 31230, 0, 1, 1, 1, 'Abyss Walker\'s Boots'), +(1136464, 31151, 0, 1, 1, 1, 'Girdle of Siege'), +(1136464, 31152, 0, 1, 1, 1, 'Chestguard of Illumination'), +(1136464, 31153, 0, 1, 1, 1, 'Axe of the Legion'), +(1136464, 31173, 0, 1, 1, 1, 'Boots of Savagery'), +(1136464, 31175, 0, 1, 1, 1, 'Blade Dancer\'s Wristguards'), +(1136464, 31178, 0, 1, 1, 1, 'Amulet of Unstable Power'), +(1136464, 31180, 0, 1, 1, 1, 'Gauntlets of the Skullsplitter'), +(1136464, 31186, 0, 1, 1, 1, 'Braxxis\' Staff of Slumber'), +(1136464, 31187, 0, 1, 1, 1, 'Boots of the Pathfinder'), +(1136464, 31190, 0, 1, 1, 1, 'The Dreamer\'s Shoulderpads'), +(1136464, 31193, 0, 1, 1, 1, 'Blade of Unquenched Thirst'), +(1136464, 31196, 0, 1, 1, 1, 'Amulet of Sanctification'), +(1136464, 31200, 0, 1, 1, 1, 'Shield of the Wayward Footman'), +(1136464, 31202, 0, 1, 1, 1, 'Girdle of Divine Blessing'), +(1136464, 31204, 0, 1, 1, 1, 'The Gunblade'), +(1136464, 31222, 0, 1, 1, 1, 'Headdress of Inner Rage'), +(1136464, 31226, 0, 1, 1, 1, 'Leggings of the Sly'), +(1136464, 31230, 0, 1, 1, 1, 'Abyss Walker\'s Boots'), +(1136465, 31151, 0, 1, 1, 1, 'Girdle of Siege'), +(1136465, 31152, 0, 1, 1, 1, 'Chestguard of Illumination'), +(1136465, 31153, 0, 1, 1, 1, 'Axe of the Legion'), +(1136465, 31173, 0, 1, 1, 1, 'Boots of Savagery'), +(1136465, 31175, 0, 1, 1, 1, 'Blade Dancer\'s Wristguards'), +(1136465, 31178, 0, 1, 1, 1, 'Amulet of Unstable Power'), +(1136465, 31180, 0, 1, 1, 1, 'Gauntlets of the Skullsplitter'), +(1136465, 31186, 0, 1, 1, 1, 'Braxxis\' Staff of Slumber'), +(1136465, 31187, 0, 1, 1, 1, 'Boots of the Pathfinder'), +(1136465, 31190, 0, 1, 1, 1, 'The Dreamer\'s Shoulderpads'), +(1136465, 31193, 0, 1, 1, 1, 'Blade of Unquenched Thirst'), +(1136465, 31196, 0, 1, 1, 1, 'Amulet of Sanctification'), +(1136465, 31200, 0, 1, 1, 1, 'Shield of the Wayward Footman'), +(1136465, 31202, 0, 1, 1, 1, 'Girdle of Divine Blessing'), +(1136465, 31204, 0, 1, 1, 1, 'The Gunblade'), +(1136465, 31222, 0, 1, 1, 1, 'Headdress of Inner Rage'), +(1136465, 31226, 0, 1, 1, 1, 'Leggings of the Sly'), +(1136465, 31230, 0, 1, 1, 1, 'Abyss Walker\'s Boots'), +(1136465, 31234, 0, 1, 1, 1, 'Crystalblade of the Draenei'), +(1136465, 31237, 0, 1, 1, 1, 'Elekk Hide Leggings'), +(1136465, 31240, 0, 1, 1, 1, 'Scales of the Beast'), +(1136465, 31255, 0, 1, 1, 1, 'Cloak of the Craft'), +(1136465, 31258, 0, 1, 1, 1, 'Band of Sorrow'), +(1136465, 31272, 0, 1, 1, 1, 'Crown of Endless Knowledge'), +(1136565, 31180, 0, 1, 1, 1, 'Gauntlets of the Skullsplitter'), +(1136565, 31186, 0, 1, 1, 1, 'Braxxis\' Staff of Slumber'), +(1136565, 31187, 0, 1, 1, 1, 'Boots of the Pathfinder'), +(1136565, 31190, 0, 1, 1, 1, 'The Dreamer\'s Shoulderpads'), +(1136565, 31193, 0, 1, 1, 1, 'Blade of Unquenched Thirst'), +(1136565, 31196, 0, 1, 1, 1, 'Amulet of Sanctification'), +(1136565, 31200, 0, 1, 1, 1, 'Shield of the Wayward Footman'), +(1136565, 31202, 0, 1, 1, 1, 'Girdle of Divine Blessing'), +(1136565, 31204, 0, 1, 1, 1, 'The Gunblade'), +(1136565, 31222, 0, 1, 1, 1, 'Headdress of Inner Rage'), +(1136565, 31226, 0, 1, 1, 1, 'Leggings of the Sly'), +(1136565, 31230, 0, 1, 1, 1, 'Abyss Walker\'s Boots'), +(1136565, 31234, 0, 1, 1, 1, 'Crystalblade of the Draenei'), +(1136565, 31237, 0, 1, 1, 1, 'Elekk Hide Leggings'), +(1136565, 31240, 0, 1, 1, 1, 'Scales of the Beast'), +(1136565, 31255, 0, 1, 1, 1, 'Cloak of the Craft'), +(1136565, 31258, 0, 1, 1, 1, 'Band of Sorrow'), +(1136565, 31272, 0, 1, 1, 1, 'Crown of Endless Knowledge'), +(1136566, 31180, 0, 1, 1, 1, 'Gauntlets of the Skullsplitter'), +(1136566, 31186, 0, 1, 1, 1, 'Braxxis\' Staff of Slumber'), +(1136566, 31187, 0, 1, 1, 1, 'Boots of the Pathfinder'), +(1136566, 31190, 0, 1, 1, 1, 'The Dreamer\'s Shoulderpads'), +(1136566, 31193, 0, 1, 1, 1, 'Blade of Unquenched Thirst'), +(1136566, 31196, 0, 1, 1, 1, 'Amulet of Sanctification'), +(1136566, 31200, 0, 1, 1, 1, 'Shield of the Wayward Footman'), +(1136566, 31202, 0, 1, 1, 1, 'Girdle of Divine Blessing'), +(1136566, 31204, 0, 1, 1, 1, 'The Gunblade'), +(1136566, 31222, 0, 1, 1, 1, 'Headdress of Inner Rage'), +(1136566, 31226, 0, 1, 1, 1, 'Leggings of the Sly'), +(1136566, 31230, 0, 1, 1, 1, 'Abyss Walker\'s Boots'), +(1136566, 31234, 0, 1, 1, 1, 'Crystalblade of the Draenei'), +(1136566, 31237, 0, 1, 1, 1, 'Elekk Hide Leggings'), +(1136566, 31240, 0, 1, 1, 1, 'Scales of the Beast'), +(1136566, 31255, 0, 1, 1, 1, 'Cloak of the Craft'), +(1136566, 31258, 0, 1, 1, 1, 'Band of Sorrow'), +(1136566, 31272, 0, 1, 1, 1, 'Crown of Endless Knowledge'), +(1136566, 31275, 0, 1, 1, 1, 'Necklace of Trophies'), +(1136566, 31276, 0, 1, 1, 1, 'Boots of Zealotry'), +(1136566, 31277, 0, 1, 1, 1, 'Pathfinder\'s Band'), +(1136566, 31280, 0, 1, 1, 1, 'Thundercaller\'s Gauntlets'), +(1136566, 31281, 0, 1, 1, 1, 'Mask of Veiled Death'), +(1136566, 31282, 0, 1, 1, 1, 'Shroud of Spiritual Purity'), +(1136566, 31283, 0, 1, 1, 1, 'Sash of Sealed Fate'), +(1136666, 31200, 0, 1, 1, 1, 'Shield of the Wayward Footman'), +(1136666, 31202, 0, 1, 1, 1, 'Girdle of Divine Blessing'), +(1136666, 31204, 0, 1, 1, 1, 'The Gunblade'), +(1136666, 31222, 0, 1, 1, 1, 'Headdress of Inner Rage'), +(1136666, 31226, 0, 1, 1, 1, 'Leggings of the Sly'), +(1136666, 31230, 0, 1, 1, 1, 'Abyss Walker\'s Boots'), +(1136666, 31234, 0, 1, 1, 1, 'Crystalblade of the Draenei'), +(1136666, 31237, 0, 1, 1, 1, 'Elekk Hide Leggings'), +(1136666, 31240, 0, 1, 1, 1, 'Scales of the Beast'), +(1136666, 31255, 0, 1, 1, 1, 'Cloak of the Craft'), +(1136666, 31258, 0, 1, 1, 1, 'Band of Sorrow'), +(1136666, 31272, 0, 1, 1, 1, 'Crown of Endless Knowledge'), +(1136666, 31275, 0, 1, 1, 1, 'Necklace of Trophies'), +(1136666, 31276, 0, 1, 1, 1, 'Boots of Zealotry'), +(1136666, 31277, 0, 1, 1, 1, 'Pathfinder\'s Band'), +(1136666, 31280, 0, 1, 1, 1, 'Thundercaller\'s Gauntlets'), +(1136666, 31281, 0, 1, 1, 1, 'Mask of Veiled Death'), +(1136666, 31282, 0, 1, 1, 1, 'Shroud of Spiritual Purity'), +(1136666, 31283, 0, 1, 1, 1, 'Sash of Sealed Fate'), +(1136667, 31200, 0, 1, 1, 1, 'Shield of the Wayward Footman'), +(1136667, 31202, 0, 1, 1, 1, 'Girdle of Divine Blessing'), +(1136667, 31204, 0, 1, 1, 1, 'The Gunblade'), +(1136667, 31222, 0, 1, 1, 1, 'Headdress of Inner Rage'), +(1136667, 31226, 0, 1, 1, 1, 'Leggings of the Sly'), +(1136667, 31230, 0, 1, 1, 1, 'Abyss Walker\'s Boots'), +(1136667, 31234, 0, 1, 1, 1, 'Crystalblade of the Draenei'), +(1136667, 31237, 0, 1, 1, 1, 'Elekk Hide Leggings'), +(1136667, 31240, 0, 1, 1, 1, 'Scales of the Beast'), +(1136667, 31255, 0, 1, 1, 1, 'Cloak of the Craft'), +(1136667, 31258, 0, 1, 1, 1, 'Band of Sorrow'), +(1136667, 31272, 0, 1, 1, 1, 'Crown of Endless Knowledge'), +(1136667, 31275, 0, 1, 1, 1, 'Necklace of Trophies'), +(1136667, 31276, 0, 1, 1, 1, 'Boots of Zealotry'), +(1136667, 31277, 0, 1, 1, 1, 'Pathfinder\'s Band'), +(1136667, 31280, 0, 1, 1, 1, 'Thundercaller\'s Gauntlets'), +(1136667, 31281, 0, 1, 1, 1, 'Mask of Veiled Death'), +(1136667, 31282, 0, 1, 1, 1, 'Shroud of Spiritual Purity'), +(1136667, 31283, 0, 1, 1, 1, 'Sash of Sealed Fate'), +(1136667, 31284, 0, 1, 1, 1, 'Bracers of Recklessness'), +(1136667, 31285, 0, 1, 1, 1, 'Chestguard of the Talon'), +(1136667, 31286, 0, 1, 1, 1, 'Breastplate of Rapid Striking'), +(1136667, 31287, 0, 1, 1, 1, 'Draenei Honor Guard Shield'), +(1136667, 31288, 0, 1, 1, 1, 'The Master\'s Treads'), +(1136667, 31289, 0, 1, 1, 1, 'Staff of Divine Infusion'), +(1136667, 31290, 0, 1, 1, 1, 'Band of Dominion'), +(1136767, 31234, 0, 1, 1, 1, 'Crystalblade of the Draenei'), +(1136767, 31237, 0, 1, 1, 1, 'Elekk Hide Leggings'), +(1136767, 31240, 0, 1, 1, 1, 'Scales of the Beast'), +(1136767, 31255, 0, 1, 1, 1, 'Cloak of the Craft'), +(1136767, 31258, 0, 1, 1, 1, 'Band of Sorrow'), +(1136767, 31272, 0, 1, 1, 1, 'Crown of Endless Knowledge'), +(1136767, 31275, 0, 1, 1, 1, 'Necklace of Trophies'), +(1136767, 31276, 0, 1, 1, 1, 'Boots of Zealotry'), +(1136767, 31277, 0, 1, 1, 1, 'Pathfinder\'s Band'), +(1136767, 31280, 0, 1, 1, 1, 'Thundercaller\'s Gauntlets'), +(1136767, 31281, 0, 1, 1, 1, 'Mask of Veiled Death'), +(1136767, 31282, 0, 1, 1, 1, 'Shroud of Spiritual Purity'), +(1136767, 31283, 0, 1, 1, 1, 'Sash of Sealed Fate'), +(1136767, 31284, 0, 1, 1, 1, 'Bracers of Recklessness'), +(1136767, 31285, 0, 1, 1, 1, 'Chestguard of the Talon'), +(1136767, 31286, 0, 1, 1, 1, 'Breastplate of Rapid Striking'), +(1136767, 31287, 0, 1, 1, 1, 'Draenei Honor Guard Shield'), +(1136767, 31288, 0, 1, 1, 1, 'The Master\'s Treads'), +(1136767, 31289, 0, 1, 1, 1, 'Staff of Divine Infusion'), +(1136767, 31290, 0, 1, 1, 1, 'Band of Dominion'), +(1136768, 31234, 0, 1, 1, 1, 'Crystalblade of the Draenei'), +(1136768, 31237, 0, 1, 1, 1, 'Elekk Hide Leggings'), +(1136768, 31240, 0, 1, 1, 1, 'Scales of the Beast'), +(1136768, 31255, 0, 1, 1, 1, 'Cloak of the Craft'), +(1136768, 31258, 0, 1, 1, 1, 'Band of Sorrow'), +(1136768, 31272, 0, 1, 1, 1, 'Crown of Endless Knowledge'), +(1136768, 31275, 0, 1, 1, 1, 'Necklace of Trophies'), +(1136768, 31276, 0, 1, 1, 1, 'Boots of Zealotry'), +(1136768, 31277, 0, 1, 1, 1, 'Pathfinder\'s Band'), +(1136768, 31280, 0, 1, 1, 1, 'Thundercaller\'s Gauntlets'), +(1136768, 31281, 0, 1, 1, 1, 'Mask of Veiled Death'), +(1136768, 31282, 0, 1, 1, 1, 'Shroud of Spiritual Purity'), +(1136768, 31283, 0, 1, 1, 1, 'Sash of Sealed Fate'), +(1136768, 31284, 0, 1, 1, 1, 'Bracers of Recklessness'), +(1136768, 31285, 0, 1, 1, 1, 'Chestguard of the Talon'), +(1136768, 31286, 0, 1, 1, 1, 'Breastplate of Rapid Striking'), +(1136768, 31287, 0, 1, 1, 1, 'Draenei Honor Guard Shield'), +(1136768, 31288, 0, 1, 1, 1, 'The Master\'s Treads'), +(1136768, 31289, 0, 1, 1, 1, 'Staff of Divine Infusion'), +(1136768, 31290, 0, 1, 1, 1, 'Band of Dominion'), +(1136768, 31291, 0, 1, 1, 1, 'Crystalforged War Axe'), +(1136768, 31292, 0, 1, 1, 1, 'Crystal Pulse Shield'), +(1136768, 31293, 0, 1, 1, 1, 'Girdle of Gale Force'), +(1136768, 31294, 0, 1, 1, 1, 'Pauldrons of Surging Mana'), +(1136768, 31295, 0, 1, 1, 1, 'Chestguard of the Dark Stalker'), +(1136768, 31297, 0, 1, 1, 1, 'Robe of the Crimson Order'), +(1136868, 31275, 0, 1, 1, 1, 'Necklace of Trophies'), +(1136868, 31276, 0, 1, 1, 1, 'Boots of Zealotry'), +(1136868, 31277, 0, 1, 1, 1, 'Pathfinder\'s Band'), +(1136868, 31280, 0, 1, 1, 1, 'Thundercaller\'s Gauntlets'), +(1136868, 31281, 0, 1, 1, 1, 'Mask of Veiled Death'), +(1136868, 31282, 0, 1, 1, 1, 'Shroud of Spiritual Purity'), +(1136868, 31283, 0, 1, 1, 1, 'Sash of Sealed Fate'), +(1136868, 31284, 0, 1, 1, 1, 'Bracers of Recklessness'), +(1136868, 31285, 0, 1, 1, 1, 'Chestguard of the Talon'), +(1136868, 31286, 0, 1, 1, 1, 'Breastplate of Rapid Striking'), +(1136868, 31287, 0, 1, 1, 1, 'Draenei Honor Guard Shield'), +(1136868, 31288, 0, 1, 1, 1, 'The Master\'s Treads'), +(1136868, 31289, 0, 1, 1, 1, 'Staff of Divine Infusion'), +(1136868, 31290, 0, 1, 1, 1, 'Band of Dominion'), +(1136868, 31291, 0, 1, 1, 1, 'Crystalforged War Axe'), +(1136868, 31292, 0, 1, 1, 1, 'Crystal Pulse Shield'), +(1136868, 31293, 0, 1, 1, 1, 'Girdle of Gale Force'), +(1136868, 31294, 0, 1, 1, 1, 'Pauldrons of Surging Mana'), +(1136868, 31295, 0, 1, 1, 1, 'Chestguard of the Dark Stalker'), +(1136868, 31297, 0, 1, 1, 1, 'Robe of the Crimson Order'), +(1136869, 31275, 0, 1, 1, 1, 'Necklace of Trophies'), +(1136869, 31276, 0, 1, 1, 1, 'Boots of Zealotry'), +(1136869, 31277, 0, 1, 1, 1, 'Pathfinder\'s Band'), +(1136869, 31280, 0, 1, 1, 1, 'Thundercaller\'s Gauntlets'), +(1136869, 31281, 0, 1, 1, 1, 'Mask of Veiled Death'), +(1136869, 31282, 0, 1, 1, 1, 'Shroud of Spiritual Purity'), +(1136869, 31283, 0, 1, 1, 1, 'Sash of Sealed Fate'), +(1136869, 31284, 0, 1, 1, 1, 'Bracers of Recklessness'), +(1136869, 31285, 0, 1, 1, 1, 'Chestguard of the Talon'), +(1136869, 31286, 0, 1, 1, 1, 'Breastplate of Rapid Striking'), +(1136869, 31287, 0, 1, 1, 1, 'Draenei Honor Guard Shield'), +(1136869, 31288, 0, 1, 1, 1, 'The Master\'s Treads'), +(1136869, 31289, 0, 1, 1, 1, 'Staff of Divine Infusion'), +(1136869, 31290, 0, 1, 1, 1, 'Band of Dominion'), +(1136869, 31291, 0, 1, 1, 1, 'Crystalforged War Axe'), +(1136869, 31292, 0, 1, 1, 1, 'Crystal Pulse Shield'), +(1136869, 31293, 0, 1, 1, 1, 'Girdle of Gale Force'), +(1136869, 31294, 0, 1, 1, 1, 'Pauldrons of Surging Mana'), +(1136869, 31295, 0, 1, 1, 1, 'Chestguard of the Dark Stalker'), +(1136869, 31297, 0, 1, 1, 1, 'Robe of the Crimson Order'), +(1136869, 31298, 0, 1, 1, 1, 'Legguards of the Shattered Hand'), +(1136869, 31299, 0, 1, 1, 1, 'The Oathkeeper'), +(1136869, 31303, 0, 1, 1, 1, 'Valanos\' Longbow'), +(1136869, 31304, 0, 1, 1, 1, 'The Essence Focuser'), +(1136869, 31305, 0, 1, 1, 1, 'Ced\'s Carver'), +(1136869, 31306, 0, 1, 1, 1, 'Leggings of the Sacred Crest'), +(1136869, 31308, 0, 1, 1, 1, 'The Bringer of Death'), +(1136969, 31308, 0, 1, 1, 1, 'The Bringer of Death'), +(1136969, 31306, 0, 1, 1, 1, 'Leggings of the Sacred Crest'), +(1136969, 31305, 0, 1, 1, 1, 'Ced\'s Carver'), +(1136969, 31304, 0, 1, 1, 1, 'The Essence Focuser'), +(1136969, 31303, 0, 1, 1, 1, 'Valanos\' Longbow'), +(1136969, 31299, 0, 1, 1, 1, 'The Oathkeeper'), +(1136969, 31298, 0, 1, 1, 1, 'Legguards of the Shattered Hand'), +(1136969, 31297, 0, 1, 1, 1, 'Robe of the Crimson Order'), +(1136969, 31295, 0, 1, 1, 1, 'Chestguard of the Dark Stalker'), +(1136969, 31294, 0, 1, 1, 1, 'Pauldrons of Surging Mana'), +(1136969, 31293, 0, 1, 1, 1, 'Girdle of Gale Force'), +(1136969, 31292, 0, 1, 1, 1, 'Crystal Pulse Shield'), +(1136969, 31291, 0, 1, 1, 1, 'Crystalforged War Axe'), +(1136969, 31290, 0, 1, 1, 1, 'Band of Dominion'), +(1136969, 31289, 0, 1, 1, 1, 'Staff of Divine Infusion'), +(1136969, 31288, 0, 1, 1, 1, 'The Master\'s Treads'), +(1136969, 31287, 0, 1, 1, 1, 'Draenei Honor Guard Shield'), +(1136969, 31286, 0, 1, 1, 1, 'Breastplate of Rapid Striking'), +(1136969, 31285, 0, 1, 1, 1, 'Chestguard of the Talon'), +(1136969, 31284, 0, 1, 1, 1, 'Bracers of Recklessness'), +(1136970, 31284, 0, 1, 1, 1, 'Bracers of Recklessness'), +(1136970, 31285, 0, 1, 1, 1, 'Chestguard of the Talon'), +(1136970, 31286, 0, 1, 1, 1, 'Breastplate of Rapid Striking'), +(1136970, 31287, 0, 1, 1, 1, 'Draenei Honor Guard Shield'), +(1136970, 31288, 0, 1, 1, 1, 'The Master\'s Treads'), +(1136970, 31289, 0, 1, 1, 1, 'Staff of Divine Infusion'), +(1136970, 31290, 0, 1, 1, 1, 'Band of Dominion'), +(1136970, 31291, 0, 1, 1, 1, 'Crystalforged War Axe'), +(1136970, 31292, 0, 1, 1, 1, 'Crystal Pulse Shield'), +(1136970, 31293, 0, 1, 1, 1, 'Girdle of Gale Force'), +(1136970, 31294, 0, 1, 1, 1, 'Pauldrons of Surging Mana'), +(1136970, 31295, 0, 1, 1, 1, 'Chestguard of the Dark Stalker'), +(1136970, 31297, 0, 1, 1, 1, 'Robe of the Crimson Order'), +(1136970, 31298, 0, 1, 1, 1, 'Legguards of the Shattered Hand'), +(1136970, 31299, 0, 1, 1, 1, 'The Oathkeeper'), +(1136970, 31303, 0, 1, 1, 1, 'Valanos\' Longbow'), +(1136970, 31304, 0, 1, 1, 1, 'The Essence Focuser'), +(1136970, 31305, 0, 1, 1, 1, 'Ced\'s Carver'), +(1136970, 31306, 0, 1, 1, 1, 'Leggings of the Sacred Crest'), +(1136970, 31308, 0, 1, 1, 1, 'The Bringer of Death'), +(1137070, 31291, 0, 1, 1, 1, 'Crystalforged War Axe'), +(1137070, 31292, 0, 1, 1, 1, 'Crystal Pulse Shield'), +(1137070, 31293, 0, 1, 1, 1, 'Girdle of Gale Force'), +(1137070, 31294, 0, 1, 1, 1, 'Pauldrons of Surging Mana'), +(1137070, 31295, 0, 1, 1, 1, 'Chestguard of the Dark Stalker'), +(1137070, 31297, 0, 1, 1, 1, 'Robe of the Crimson Order'), +(1137070, 31298, 0, 1, 1, 1, 'Legguards of the Shattered Hand'), +(1137070, 31299, 0, 1, 1, 1, 'The Oathkeeper'), +(1137070, 31303, 0, 1, 1, 1, 'Valanos\' Longbow'), +(1137070, 31304, 0, 1, 1, 1, 'The Essence Focuser'), +(1137070, 31305, 0, 1, 1, 1, 'Ced\'s Carver'), +(1137070, 31306, 0, 1, 1, 1, 'Leggings of the Sacred Crest'), +(1137070, 31308, 0, 1, 1, 1, 'The Bringer of Death'), +(1137071, 31291, 0, 1, 1, 1, 'Crystalforged War Axe'), +(1137071, 31292, 0, 1, 1, 1, 'Crystal Pulse Shield'), +(1137071, 31293, 0, 1, 1, 1, 'Girdle of Gale Force'), +(1137071, 31294, 0, 1, 1, 1, 'Pauldrons of Surging Mana'), +(1137071, 31295, 0, 1, 1, 1, 'Chestguard of the Dark Stalker'), +(1137071, 31297, 0, 1, 1, 1, 'Robe of the Crimson Order'), +(1137071, 31298, 0, 1, 1, 1, 'Legguards of the Shattered Hand'), +(1137071, 31299, 0, 1, 1, 1, 'The Oathkeeper'), +(1137071, 31303, 0, 1, 1, 1, 'Valanos\' Longbow'), +(1137071, 31304, 0, 1, 1, 1, 'The Essence Focuser'), +(1137071, 31305, 0, 1, 1, 1, 'Ced\'s Carver'), +(1137071, 31306, 0, 1, 1, 1, 'Leggings of the Sacred Crest'), +(1137071, 31308, 0, 1, 1, 1, 'The Bringer of Death'), +(1137171, 31298, 0, 1, 1, 1, 'Legguards of the Shattered Hand'), +(1137171, 31299, 0, 1, 1, 1, 'The Oathkeeper'), +(1137171, 31303, 0, 1, 1, 1, 'Valanos\' Longbow'), +(1137171, 31304, 0, 1, 1, 1, 'The Essence Focuser'), +(1137171, 31305, 0, 1, 1, 1, 'Ced\'s Carver'), +(1137171, 31306, 0, 1, 1, 1, 'Leggings of the Sacred Crest'), +(1137171, 31308, 0, 1, 1, 1, 'The Bringer of Death'), +(1137172, 31298, 0, 1, 1, 1, 'Legguards of the Shattered Hand'), +(1137172, 31299, 0, 1, 1, 1, 'The Oathkeeper'), +(1137172, 31303, 0, 1, 1, 1, 'Valanos\' Longbow'), +(1137172, 31304, 0, 1, 1, 1, 'The Essence Focuser'), +(1137172, 31305, 0, 1, 1, 1, 'Ced\'s Carver'), +(1137172, 31306, 0, 1, 1, 1, 'Leggings of the Sacred Crest'), +(1137172, 31308, 0, 1, 1, 1, 'The Bringer of Death'), +(1137272, 31298, 0, 1, 1, 1, 'Legguards of the Shattered Hand'), +(1137272, 31299, 0, 1, 1, 1, 'The Oathkeeper'), +(1137272, 31303, 0, 1, 1, 1, 'Valanos\' Longbow'), +(1137272, 31304, 0, 1, 1, 1, 'The Essence Focuser'), +(1137272, 31305, 0, 1, 1, 1, 'Ced\'s Carver'), +(1137272, 31306, 0, 1, 1, 1, 'Leggings of the Sacred Crest'), +(1137272, 31308, 0, 1, 1, 1, 'The Bringer of Death'), +(1147073, 31318, 0, 1, 1, 1, 'Singing Crystal Axe'), +(1147073, 31319, 0, 1, 1, 1, 'Band of Impenetrable Defenses'), +(1147073, 31320, 0, 1, 1, 1, 'Chestguard of Exile'), +(1147073, 31321, 0, 1, 1, 1, 'Choker of Repentance'), +(1147073, 31322, 0, 1, 1, 1, 'The Hammer of Destiny'), +(1147073, 31323, 0, 1, 1, 1, 'Don Santos\' Famous Hunting Rifle'), +(1147073, 31326, 0, 1, 1, 1, 'Truestrike Ring'), +(1147073, 31328, 0, 1, 1, 1, 'Leggings of Beast Mastery'), +(1147073, 31329, 0, 1, 1, 1, 'Lifegiving Cloak'), +(1147073, 31330, 0, 1, 1, 1, 'Lightning Crown'), +(1147073, 31331, 0, 1, 1, 1, 'The Night Blade'), +(1147073, 31332, 0, 1, 1, 1, 'Blinkstrike'), +(1147073, 31333, 0, 1, 1, 1, 'The Night Watchman'), +(1147073, 31334, 0, 1, 1, 1, 'Staff of Natural Fury'), +(1147073, 31335, 0, 1, 1, 1, 'Pants of Living Growth'), +(1147073, 31336, 0, 1, 1, 1, 'Blade of Wizardry'), +(1147073, 31338, 0, 1, 1, 1, 'Charlotte\'s Ivy'), +(1147073, 31339, 0, 1, 1, 1, 'Lola\'s Eve'), +(1147073, 31340, 0, 1, 1, 1, 'Will of Edward the Odd'), +(1147073, 31342, 0, 1, 1, 1, 'The Ancient Scepter of Sue-Min'), +(1147073, 31343, 0, 1, 1, 1, 'Kamaei\'s Cerulean Skirt'); + +INSERT INTO `reference_loot_template` (`Entry`, `Item`, `Chance`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(1050110, 805, 0, 1, 1, 1, 'Small Red Pouch'), +(1050110, 828, 0, 1, 1, 1, 'Small Blue Pouch'), +(1050110, 4496, 0, 1, 1, 1, 'Small Brown Pouch'), +(1050110, 5571, 0, 1, 1, 1, 'Small Black Pouch'), +(1050110, 5572, 0, 1, 1, 1, 'Small Green Pouch'), +(1051120, 856, 0, 1, 1, 1, 'Blue Leather Bag'), +(1051120, 2657, 0, 1, 1, 1, 'Red Leather Bag'), +(1051120, 5573, 0, 1, 1, 1, 'Green Leather Bag'), +(1051120, 5574, 0, 1, 1, 1, 'White Leather Bag'), +(1052130, 804, 0, 1, 1, 1, 'Large Blue Sack'), +(1052130, 857, 0, 1, 1, 1, 'Large Red Sack'), +(1052130, 5575, 0, 1, 1, 1, 'Large Green Sack'), +(1052130, 5576, 0, 1, 1, 1, 'Large Brown Sack'), +(1053140, 1725, 0, 1, 1, 1, 'Large Knapsack'), +(1054162, 1685, 0, 1, 1, 1, 'Troll-hide Bag'), +(1054162, 3914, 85, 1, 1, 1, 'Journeyman\'s Backpack'); + +INSERT INTO `reference_loot_template` (`Entry`, `Item`, `Chance`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(1061019, 858, 66, 1, 1, 1, 'Lesser Healing Potion'), +(1061019, 2455, 0, 1, 1, 1, 'Minor Mana Potion'), +(1062029, 929, 66, 1, 1, 1, 'Healing Potion'), +(1062029, 3385, 0, 1, 1, 1, 'Lesser Mana Potion'), +(1063039, 1710, 66, 1, 1, 1, 'Greater Healing Potion'), +(1063039, 3827, 0, 1, 1, 1, 'Mana Potion'), +(1064049, 3928, 66, 1, 1, 1, 'Superior Healing Potion'), +(1064049, 6149, 0, 1, 1, 1, 'Greater Mana Potion'), +(1065054, 13443, 0, 1, 1, 1, 'Superior Mana Potion'), +(1065054, 13446, 66, 1, 1, 1, 'Major Healing Potion'), +(1065562, 13444, 0, 1, 1, 1, 'Major Mana Potion'), +(1065562, 13446, 66, 1, 1, 1, 'Major Healing Potion'); + +INSERT INTO `reference_loot_template` (`Entry`, `Item`, `Chance`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(1070518, 954, 0, 1, 1, 1, 'Scroll of Strength'), +(1070518, 955, 0, 1, 1, 1, 'Scroll of Intellect'), +(1070518, 1180, 0, 1, 1, 1, 'Scroll of Stamina'), +(1070518, 1181, 0, 1, 1, 1, 'Scroll of Spirit'), +(1070518, 3012, 0, 1, 1, 1, 'Scroll of Agility'), +(1070518, 3013, 0, 1, 1, 1, 'Scroll of Protection'), +(1071930, 1477, 0, 1, 1, 1, 'Scroll of Agility II'), +(1071930, 1478, 0, 1, 1, 1, 'Scroll of Protection II'), +(1071930, 1711, 0, 1, 1, 1, 'Scroll of Stamina II'), +(1071930, 1712, 0, 1, 1, 1, 'Scroll of Spirit II'), +(1071930, 2289, 0, 1, 1, 1, 'Scroll of Strength II'), +(1071930, 2290, 0, 1, 1, 1, 'Scroll of Intellect II'), +(1073545, 4419, 0, 1, 1, 1, 'Scroll of Intellect III'), +(1073545, 4421, 0, 1, 1, 1, 'Scroll of Protection III'), +(1073545, 4422, 0, 1, 1, 1, 'Scroll of Stamina III'), +(1073545, 4424, 0, 1, 1, 1, 'Scroll of Spirit III'), +(1073545, 4425, 0, 1, 1, 1, 'Scroll of Agility III'), +(1073545, 4426, 0, 1, 1, 1, 'Scroll of Strength III'), +(1075062, 10305, 0, 1, 1, 1, 'Scroll of Protection IV'), +(1075062, 10306, 0, 1, 1, 1, 'Scroll of Spirit IV'), +(1075062, 10307, 0, 1, 1, 1, 'Scroll of Stamina IV'), +(1075062, 10308, 0, 1, 1, 1, 'Scroll of Intellect IV'), +(1075062, 10309, 0, 1, 1, 1, 'Scroll of Agility IV'), +(1075062, 10310, 0, 1, 1, 1, 'Scroll of Strength IV'), +(1175872, 27498, 0, 1, 1, 1, 'Scroll of Agility V'), +(1175872, 27499, 0, 1, 1, 1, 'Scroll of Intellect V'), +(1175872, 27500, 0, 1, 1, 1, 'Scroll of Protection V'), +(1175872, 27501, 0, 1, 1, 1, 'Scroll of Spirit V'), +(1175872, 27502, 0, 1, 1, 1, 'Scroll of Stamina V'), +(1175872, 27503, 0, 1, 1, 1, 'Scroll of Strength V'), +(1276872, 33457, 0, 1, 1, 1, 'Scroll of Agility VI'), +(1276872, 33458, 0, 1, 1, 1, 'Scroll of Intellect VI'), +(1276872, 33459, 0, 1, 1, 1, 'Scroll of Protection VI'), +(1276872, 33460, 0, 1, 1, 1, 'Scroll of Spirit VI'), +(1276872, 33461, 0, 1, 1, 1, 'Scroll of Stamina VI'), +(1276872, 33462, 0, 1, 1, 1, 'Scroll of Strength VI'), +(1276882, 37091, 0, 1, 1, 1, 'Scroll of Intellect VII'), +(1276882, 37093, 0, 1, 1, 1, 'Scroll of Stamina VII'), +(1276882, 37097, 0, 1, 1, 1, 'Scroll of Spirit VII'), +(1276882, 43463, 0, 1, 1, 1, 'Scroll of Agility VII'), +(1276882, 43465, 0, 1, 1, 1, 'Scroll of Strength VII'), +(1276882, 43467, 0, 1, 1, 1, 'Scroll of Protection VII'); + +INSERT INTO `reference_loot_template` (`Entry`, `Item`, `Chance`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(1080001, 2406, 0, 1, 1, 1, 'Pattern: Fine Leather Boots'), +(1080001, 2407, 0, 1, 1, 1, 'Pattern: White Leather Jerkin'), +(1080001, 2408, 0, 1, 1, 1, 'Pattern: Fine Leather Gloves'), +(1080001, 2553, 0, 1, 1, 1, 'Recipe: Elixir of Minor Agility'), +(1080001, 2555, 0, 1, 1, 1, 'Recipe: Swiftness Potion'), +(1080001, 2598, 0, 1, 1, 1, 'Pattern: Red Linen Robe'), +(1080001, 3609, 0, 1, 1, 1, 'Plans: Copper Chain Vest'), +(1080001, 3610, 0, 1, 1, 1, 'Plans: Gemmed Copper Gauntlets'), +(1080001, 4408, 0, 1, 1, 1, 'Schematic: Mechanical Squirrel Box'), +(1080001, 6271, 0, 1, 1, 1, 'Pattern: Red Linen Vest'), +(1080001, 6342, 0, 1, 1, 1, 'Formula: Enchant Chest - Minor Mana'), +(1080001, 7288, 0, 1, 1, 1, 'Pattern: Rugged Leather Pants'), +(1080002, 2406, 1, 1, 1, 1, 'Pattern: Fine Leather Boots'), +(1080002, 2407, 1, 1, 1, 1, 'Pattern: White Leather Jerkin'), +(1080002, 2408, 1, 1, 1, 1, 'Pattern: Fine Leather Gloves'), +(1080002, 2409, 0, 1, 1, 1, 'Pattern: Dark Leather Tunic'), +(1080002, 2553, 1, 1, 1, 1, 'Recipe: Elixir of Minor Agility'), +(1080002, 2555, 1, 1, 1, 1, 'Recipe: Swiftness Potion'), +(1080002, 2598, 1, 1, 1, 1, 'Pattern: Red Linen Robe'), +(1080002, 2601, 0, 1, 1, 1, 'Pattern: Gray Woolen Robe'), +(1080002, 2881, 0, 1, 1, 1, 'Plans: Runed Copper Breastplate'), +(1080002, 2882, 0, 1, 1, 1, 'Plans: Silvered Bronze Shoulders'), +(1080002, 2883, 0, 1, 1, 1, 'Plans: Deadly Bronze Poniard'), +(1080002, 3393, 0, 1, 1, 1, 'Recipe: Minor Magic Resistance Potion'), +(1080002, 3394, 0, 1, 1, 1, 'Recipe: Potion of Curing'), +(1080002, 3609, 1, 1, 1, 1, 'Plans: Copper Chain Vest'), +(1080002, 3610, 1, 1, 1, 1, 'Plans: Gemmed Copper Gauntlets'), +(1080002, 4292, 0, 1, 1, 1, 'Pattern: Green Woolen Bag'), +(1080002, 4293, 0, 1, 1, 1, 'Pattern: Hillman\'s Leather Vest'), +(1080002, 4294, 0, 1, 1, 1, 'Pattern: Hillman\'s Belt'), +(1080002, 4345, 0, 1, 1, 1, 'Pattern: Red Woolen Boots'), +(1080002, 4346, 0, 1, 1, 1, 'Pattern: Heavy Woolen Cloak'), +(1080002, 4347, 0, 1, 1, 1, 'Pattern: Reinforced Woolen Shoulders'), +(1080002, 4348, 0, 1, 1, 1, 'Pattern: Phoenix Gloves'), +(1080002, 4349, 0, 1, 1, 1, 'Pattern: Phoenix Pants'), +(1080002, 4408, 1, 1, 1, 1, 'Schematic: Mechanical Squirrel Box'), +(1080002, 4409, 0, 1, 1, 1, 'Schematic: Small Seaforium Charge'), +(1080002, 4410, 0, 1, 1, 1, 'Schematic: Shadow Goggles'), +(1080002, 5578, 0, 1, 1, 1, 'Plans: Silvered Bronze Breastplate'), +(1080002, 5972, 0, 1, 1, 1, 'Pattern: Fine Leather Pants'), +(1080002, 6271, 1, 1, 1, 1, 'Pattern: Red Linen Vest'), +(1080002, 6342, 1, 1, 1, 1, 'Formula: Enchant Chest - Minor Mana'), +(1080002, 6344, 0, 1, 1, 1, 'Formula: Enchant Bracer - Minor Spirit'), +(1080002, 6347, 0, 1, 1, 1, 'Formula: Enchant Bracer - Minor Strength'), +(1080002, 6348, 0, 1, 1, 1, 'Formula: Enchant Weapon - Minor Beastslayer'), +(1080002, 6375, 0, 1, 1, 1, 'Formula: Enchant Bracer - Lesser Spirit'), +(1080002, 6390, 0, 1, 1, 1, 'Pattern: Stylish Blue Shirt'), +(1080002, 6391, 0, 1, 1, 1, 'Pattern: Stylish Green Shirt'), +(1080002, 6663, 0, 1, 1, 1, 'Recipe: Elixir of Giant Growth'), +(1080002, 6716, 0, 1, 1, 1, 'Schematic: EZ-Thro Dynamite'), +(1080002, 7288, 1, 1, 1, 1, 'Pattern: Rugged Leather Pants'), +(1080002, 7360, 0, 1, 1, 1, 'Pattern: Dark Leather Gloves'), +(1080002, 10316, 0, 1, 1, 1, 'Pattern: Colorful Kilt'), +(1080002, 11038, 0, 1, 1, 1, 'Formula: Enchant 2H Weapon - Lesser Spirit'), +(1080002, 11039, 0, 1, 1, 1, 'Formula: Enchant Cloak - Minor Agility'), +(1080002, 11081, 0, 1, 1, 1, 'Formula: Enchant Shield - Lesser Protection'), +(1080003, 2601, 0, 1, 1, 1, 'Pattern: Gray Woolen Robe'), +(1080003, 2882, 0, 1, 1, 1, 'Plans: Silvered Bronze Shoulders'), +(1080003, 2883, 0, 1, 1, 1, 'Plans: Deadly Bronze Poniard'), +(1080003, 3393, 0, 1, 1, 1, 'Recipe: Minor Magic Resistance Potion'), +(1080003, 3394, 0, 1, 1, 1, 'Recipe: Potion of Curing'), +(1080003, 3396, 0, 1, 1, 1, 'Recipe: Elixir of Lesser Agility'), +(1080003, 3608, 0, 1, 1, 1, 'Plans: Mighty Iron Hammer'), +(1080003, 3611, 0, 1, 1, 1, 'Plans: Green Iron Boots'), +(1080003, 3612, 0, 1, 1, 1, 'Plans: Green Iron Gauntlets'), +(1080003, 3830, 0, 1, 1, 1, 'Recipe: Elixir of Fortitude'), +(1080003, 3866, 0, 1, 1, 1, 'Plans: Jade Serpentblade'), +(1080003, 3867, 0, 1, 1, 1, 'Plans: Golden Iron Destroyer'), +(1080003, 3870, 0, 1, 1, 1, 'Plans: Green Iron Shoulders'), +(1080003, 3871, 0, 1, 1, 1, 'Plans: Golden Scale Shoulders'), +(1080003, 3872, 0, 1, 1, 1, 'Plans: Golden Scale Leggings'), +(1080003, 4294, 0, 1, 1, 1, 'Pattern: Hillman\'s Belt'), +(1080003, 4296, 0, 1, 1, 1, 'Pattern: Dark Leather Shoulders'), +(1080003, 4297, 0, 1, 1, 1, 'Pattern: Barbaric Gloves'), +(1080003, 4298, 0, 1, 1, 1, 'Pattern: Guardian Belt'), +(1080003, 4299, 0, 1, 1, 1, 'Pattern: Guardian Armor'), +(1080003, 4347, 0, 1, 1, 1, 'Pattern: Reinforced Woolen Shoulders'), +(1080003, 4348, 0, 1, 1, 1, 'Pattern: Phoenix Gloves'), +(1080003, 4349, 0, 1, 1, 1, 'Pattern: Phoenix Pants'), +(1080003, 4350, 0, 1, 1, 1, 'Pattern: Spider Silk Slippers'), +(1080003, 4351, 0, 1, 1, 1, 'Pattern: Shadow Hood'), +(1080003, 4352, 0, 1, 1, 1, 'Pattern: Boots of the Enchanter'), +(1080003, 4410, 0, 1, 1, 1, 'Schematic: Shadow Goggles'), +(1080003, 4412, 0, 1, 1, 1, 'Schematic: Moonsight Rifle'), +(1080003, 4414, 0, 1, 1, 1, 'Schematic: Portable Bronze Mortar'), +(1080003, 5543, 0, 1, 1, 1, 'Plans: Iridescent Hammer'), +(1080003, 5578, 0, 1, 1, 1, 'Plans: Silvered Bronze Breastplate'), +(1080003, 5774, 0, 1, 1, 1, 'Pattern: Green Silk Pack'), +(1080003, 5972, 0, 1, 1, 1, 'Pattern: Fine Leather Pants'), +(1080003, 6044, 0, 1, 1, 1, 'Plans: Iron Shield Spike'), +(1080003, 6045, 0, 1, 1, 1, 'Plans: Iron Counterweight'), +(1080003, 6211, 0, 1, 1, 1, 'Recipe: Elixir of Ogre\'s Strength'), +(1080003, 6375, 0, 1, 1, 1, 'Formula: Enchant Bracer - Lesser Spirit'), +(1080003, 6390, 0, 1, 1, 1, 'Pattern: Stylish Blue Shirt'), +(1080003, 6391, 0, 1, 1, 1, 'Pattern: Stylish Green Shirt'), +(1080003, 6454, 0, 1, 1, 1, 'Manual: Strong Anti-Venom'), +(1080003, 7090, 0, 1, 1, 1, 'Pattern: Green Silk Armor'), +(1080003, 7091, 0, 1, 1, 1, 'Pattern: Truefaith Gloves'), +(1080003, 7092, 0, 1, 1, 1, 'Pattern: Hands of Darkness'), +(1080003, 7360, 0, 1, 1, 1, 'Pattern: Dark Leather Gloves'), +(1080003, 7363, 0, 1, 1, 1, 'Pattern: Pilferer\'s Gloves'), +(1080003, 7364, 0, 1, 1, 1, 'Pattern: Heavy Earthen Gloves'), +(1080003, 7449, 0, 1, 1, 1, 'Pattern: Dusky Leather Leggings'), +(1080003, 7450, 0, 1, 1, 1, 'Pattern: Green Whelp Armor'), +(1080003, 10316, 0, 1, 1, 1, 'Pattern: Colorful Kilt'), +(1080003, 10424, 0, 1, 1, 1, 'Plans: Silvered Bronze Leggings'), +(1080003, 10601, 0, 1, 1, 1, 'Schematic: Bright-Eye Goggles'), +(1080003, 11038, 0, 1, 1, 1, 'Formula: Enchant 2H Weapon - Lesser Spirit'), +(1080003, 11039, 0, 1, 1, 1, 'Formula: Enchant Cloak - Minor Agility'), +(1080003, 11081, 0, 1, 1, 1, 'Formula: Enchant Shield - Lesser Protection'), +(1080003, 11098, 0, 1, 1, 1, 'Formula: Enchant Cloak - Lesser Shadow Resistance'), +(1080003, 11164, 0, 1, 1, 1, 'Formula: Enchant Weapon - Lesser Beastslayer'), +(1080003, 11165, 0, 1, 1, 1, 'Formula: Enchant Weapon - Lesser Elemental Slayer'), +(1080003, 20974, 0, 1, 1, 1, 'Design: Jade Pendant of Blasting'), +(1080004, 3830, 0, 1, 1, 1, 'Recipe: Elixir of Fortitude'), +(1080004, 3831, 0, 1, 1, 1, 'Recipe: Major Troll\'s Blood Elixir'), +(1080004, 3832, 0, 1, 1, 1, 'Recipe: Elixir of Detect Lesser Invisibility'), +(1080004, 3866, 0, 1, 1, 1, 'Plans: Jade Serpentblade'), +(1080004, 3867, 0, 1, 1, 1, 'Plans: Golden Iron Destroyer'), +(1080004, 3868, 0, 1, 1, 1, 'Plans: Frost Tiger Blade'), +(1080004, 3869, 0, 1, 1, 1, 'Plans: Shadow Crescent Axe'), +(1080004, 3870, 0, 1, 1, 1, 'Plans: Green Iron Shoulders'), +(1080004, 3871, 0, 1, 1, 1, 'Plans: Golden Scale Shoulders'), +(1080004, 3872, 0, 1, 1, 1, 'Plans: Golden Scale Leggings'), +(1080004, 3873, 0, 1, 1, 1, 'Plans: Golden Scale Cuirass'), +(1080004, 3874, 0, 1, 1, 1, 'Plans: Polished Steel Boots'), +(1080004, 3875, 0, 1, 1, 1, 'Plans: Golden Scale Boots'), +(1080004, 4298, 0, 1, 1, 1, 'Pattern: Guardian Belt'), +(1080004, 4299, 0, 1, 1, 1, 'Pattern: Guardian Armor'), +(1080004, 4300, 0, 1, 1, 1, 'Pattern: Guardian Leather Bracers'), +(1080004, 4301, 0, 1, 1, 1, 'Pattern: Barbaric Belt'), +(1080004, 4351, 0, 1, 1, 1, 'Pattern: Shadow Hood'), +(1080004, 4352, 0, 1, 1, 1, 'Pattern: Boots of the Enchanter'), +(1080004, 4353, 0, 1, 1, 1, 'Pattern: Spider Belt'), +(1080004, 4354, 0, 1, 1, 1, 'Pattern: Rich Purple Silk Shirt'), +(1080004, 4356, 0, 1, 1, 1, 'Pattern: Star Belt'), +(1080004, 4414, 0, 1, 1, 1, 'Schematic: Portable Bronze Mortar'), +(1080004, 4415, 0, 1, 1, 1, 'Schematic: Craftsman\'s Monocle'), +(1080004, 4416, 0, 1, 1, 1, 'Schematic: Goblin Land Mine'), +(1080004, 4417, 0, 1, 1, 1, 'Schematic: Large Seaforium Charge'), +(1080004, 5774, 0, 1, 1, 1, 'Pattern: Green Silk Pack'), +(1080004, 5974, 0, 1, 1, 1, 'Pattern: Guardian Cloak'), +(1080004, 6045, 0, 1, 1, 1, 'Plans: Iron Counterweight'), +(1080004, 6046, 0, 1, 1, 1, 'Plans: Steel Weapon Chain'), +(1080004, 7084, 0, 1, 1, 1, 'Pattern: Crimson Silk Shoulders'), +(1080004, 7085, 0, 1, 1, 1, 'Pattern: Azure Shoulders'), +(1080004, 7086, 0, 1, 1, 1, 'Pattern: Earthen Silk Belt'), +(1080004, 7090, 0, 1, 1, 1, 'Pattern: Green Silk Armor'), +(1080004, 7449, 0, 1, 1, 1, 'Pattern: Dusky Leather Leggings'), +(1080004, 7450, 0, 1, 1, 1, 'Pattern: Green Whelp Armor'), +(1080004, 7452, 0, 1, 1, 1, 'Pattern: Dusky Boots'), +(1080004, 7453, 0, 1, 1, 1, 'Pattern: Swift Boots'), +(1080004, 7975, 0, 1, 1, 1, 'Plans: Heavy Mithril Pants'), +(1080004, 7976, 0, 1, 1, 1, 'Plans: Mithril Shield Spike'), +(1080004, 7992, 0, 1, 1, 1, 'Plans: Blue Glittering Axe'), +(1080004, 8029, 0, 1, 1, 1, 'Plans: Wicked Mithril Blade'), +(1080004, 8384, 0, 1, 1, 1, 'Pattern: Comfortable Leather Hat'), +(1080004, 8385, 0, 1, 1, 1, 'Pattern: Turtle Scale Gloves'), +(1080004, 8386, 0, 1, 1, 1, 'Pattern: Big Voodoo Robe'), +(1080004, 8387, 0, 1, 1, 1, 'Pattern: Big Voodoo Mask'), +(1080004, 9293, 0, 1, 1, 1, 'Recipe: Magic Resistance Potion'), +(1080004, 10300, 0, 1, 1, 1, 'Pattern: Red Mageweave Vest'), +(1080004, 10301, 0, 1, 1, 1, 'Pattern: White Bandit Mask'), +(1080004, 10302, 0, 1, 1, 1, 'Pattern: Red Mageweave Pants'), +(1080004, 10312, 0, 1, 1, 1, 'Pattern: Red Mageweave Gloves'), +(1080004, 10601, 0, 1, 1, 1, 'Schematic: Bright-Eye Goggles'), +(1080004, 10603, 0, 1, 1, 1, 'Schematic: Catseye Ultra Goggles'), +(1080004, 10604, 0, 1, 1, 1, 'Schematic: Mithril Heavy-bore Rifle'), +(1080004, 10605, 0, 1, 1, 1, 'Schematic: Spellpower Goggles Xtreme'), +(1080004, 10606, 0, 1, 1, 1, 'Schematic: Parachute Cloak'), +(1080004, 11164, 0, 1, 1, 1, 'Formula: Enchant Weapon - Lesser Beastslayer'), +(1080004, 11165, 0, 1, 1, 1, 'Formula: Enchant Weapon - Lesser Elemental Slayer'), +(1080004, 11167, 0, 1, 1, 1, 'Formula: Enchant Boots - Lesser Spirit'), +(1080004, 11168, 0, 1, 1, 1, 'Formula: Enchant Shield - Lesser Block'), +(1080004, 11202, 0, 1, 1, 1, 'Formula: Enchant Shield - Stamina'), +(1080004, 11204, 0, 1, 1, 1, 'Formula: Enchant Bracer - Greater Spirit'), +(1080004, 12261, 0, 1, 1, 1, 'Plans: Searing Golden Blade'), +(1080004, 20974, 0, 1, 1, 1, 'Design: Jade Pendant of Blasting'), +(1080004, 20976, 0, 1, 1, 1, 'Design: Citrine Pendant of Golden Healing'), +(1080004, 21940, 0, 1, 1, 1, 'Design: Golden Hare'), +(1080005, 3395, 0, 1, 1, 1, 'Recipe: Limited Invulnerability Potion'), +(1080005, 3831, 0, 1, 1, 1, 'Recipe: Major Troll\'s Blood Elixir'), +(1080005, 3832, 0, 1, 1, 1, 'Recipe: Elixir of Detect Lesser Invisibility'), +(1080005, 3868, 0, 1, 1, 1, 'Plans: Frost Tiger Blade'), +(1080005, 3869, 0, 1, 1, 1, 'Plans: Shadow Crescent Axe'), +(1080005, 3873, 0, 1, 1, 1, 'Plans: Golden Scale Cuirass'), +(1080005, 3874, 0, 1, 1, 1, 'Plans: Polished Steel Boots'), +(1080005, 3875, 0, 1, 1, 1, 'Plans: Golden Scale Boots'), +(1080005, 4300, 0, 1, 1, 1, 'Pattern: Guardian Leather Bracers'), +(1080005, 4301, 0, 1, 1, 1, 'Pattern: Barbaric Belt'), +(1080005, 4353, 0, 1, 1, 1, 'Pattern: Spider Belt'), +(1080005, 4354, 0, 1, 1, 1, 'Pattern: Rich Purple Silk Shirt'), +(1080005, 4356, 0, 1, 1, 1, 'Pattern: Star Belt'), +(1080005, 4415, 0, 1, 1, 1, 'Schematic: Craftsman\'s Monocle'), +(1080005, 4416, 0, 1, 1, 1, 'Schematic: Goblin Land Mine'), +(1080005, 4417, 0, 1, 1, 1, 'Schematic: Large Seaforium Charge'), +(1080005, 5974, 0, 1, 1, 1, 'Pattern: Guardian Cloak'), +(1080005, 6046, 0, 1, 1, 1, 'Plans: Steel Weapon Chain'), +(1080005, 7084, 0, 1, 1, 1, 'Pattern: Crimson Silk Shoulders'), +(1080005, 7085, 0, 1, 1, 1, 'Pattern: Azure Shoulders'), +(1080005, 7086, 0, 1, 1, 1, 'Pattern: Earthen Silk Belt'), +(1080005, 7452, 0, 1, 1, 1, 'Pattern: Dusky Boots'), +(1080005, 7453, 0, 1, 1, 1, 'Pattern: Swift Boots'), +(1080005, 7975, 0, 1, 1, 1, 'Plans: Heavy Mithril Pants'), +(1080005, 7976, 0, 1, 1, 1, 'Plans: Mithril Shield Spike'), +(1080005, 7989, 0, 1, 1, 1, 'Plans: Mithril Spurs'), +(1080005, 7990, 0, 1, 1, 1, 'Plans: Heavy Mithril Helm'), +(1080005, 7991, 0, 1, 1, 1, 'Plans: Mithril Scale Shoulders'), +(1080005, 7992, 0, 1, 1, 1, 'Plans: Blue Glittering Axe'), +(1080005, 7993, 0, 1, 1, 1, 'Plans: Dazzling Mithril Rapier'), +(1080005, 8028, 0, 1, 1, 1, 'Plans: Runed Mithril Hammer'), +(1080005, 8029, 0, 1, 1, 1, 'Plans: Wicked Mithril Blade'), +(1080005, 8384, 0, 1, 1, 1, 'Pattern: Comfortable Leather Hat'), +(1080005, 8385, 0, 1, 1, 1, 'Pattern: Turtle Scale Gloves'), +(1080005, 8386, 0, 1, 1, 1, 'Pattern: Big Voodoo Robe'), +(1080005, 8387, 0, 1, 1, 1, 'Pattern: Big Voodoo Mask'), +(1080005, 8389, 0, 1, 1, 1, 'Pattern: Big Voodoo Pants'), +(1080005, 8390, 0, 1, 1, 1, 'Pattern: Big Voodoo Cloak'), +(1080005, 9293, 0, 1, 1, 1, 'Recipe: Magic Resistance Potion'), +(1080005, 9295, 0, 1, 1, 1, 'Recipe: Invisibility Potion'), +(1080005, 9297, 0, 1, 1, 1, 'Recipe: Elixir of Dream Vision'), +(1080005, 9298, 0, 1, 1, 1, 'Recipe: Elixir of Giants'), +(1080005, 10300, 0, 1, 1, 1, 'Pattern: Red Mageweave Vest'), +(1080005, 10301, 0, 1, 1, 1, 'Pattern: White Bandit Mask'), +(1080005, 10302, 0, 1, 1, 1, 'Pattern: Red Mageweave Pants'), +(1080005, 10312, 0, 1, 1, 1, 'Pattern: Red Mageweave Gloves'), +(1080005, 10315, 0, 1, 1, 1, 'Pattern: Red Mageweave Shoulders'), +(1080005, 10320, 0, 1, 1, 1, 'Pattern: Red Mageweave Headband'), +(1080005, 10603, 0, 1, 1, 1, 'Schematic: Catseye Ultra Goggles'), +(1080005, 10604, 0, 1, 1, 1, 'Schematic: Mithril Heavy-bore Rifle'), +(1080005, 10605, 0, 1, 1, 1, 'Schematic: Spellpower Goggles Xtreme'), +(1080005, 10606, 0, 1, 1, 1, 'Schematic: Parachute Cloak'), +(1080005, 10608, 0, 1, 1, 1, 'Schematic: Sniper Scope'), +(1080005, 11167, 0, 1, 1, 1, 'Formula: Enchant Boots - Lesser Spirit'), +(1080005, 11168, 0, 1, 1, 1, 'Formula: Enchant Shield - Lesser Block'), +(1080005, 11202, 0, 1, 1, 1, 'Formula: Enchant Shield - Stamina'), +(1080005, 11204, 0, 1, 1, 1, 'Formula: Enchant Bracer - Greater Spirit'), +(1080005, 11208, 0, 1, 1, 1, 'Formula: Enchant Weapon - Demonslaying'), +(1080005, 11224, 0, 1, 1, 1, 'Formula: Enchant Shield - Frost Resistance'), +(1080005, 11225, 0, 1, 1, 1, 'Formula: Enchant Bracer - Greater Stamina'), +(1080005, 11226, 0, 1, 1, 1, 'Formula: Enchant Gloves - Riding Skill'), +(1080005, 12261, 0, 1, 1, 1, 'Plans: Searing Golden Blade'), +(1080005, 12682, 0, 1, 1, 1, 'Plans: Thorium Armor'), +(1080005, 12683, 0, 1, 1, 1, 'Plans: Thorium Belt'), +(1080005, 20976, 0, 1, 1, 1, 'Design: Citrine Pendant of Golden Healing'), +(1080005, 21940, 0, 1, 1, 1, 'Design: Golden Hare'), +(1080005, 21944, 0, 1, 1, 1, 'Design: Truesilver Boar'), +(1080005, 21945, 0, 1, 1, 1, 'Design: The Aquamarine Ward'), +(1080005, 21947, 0, 1, 1, 1, 'Design: Gem Studded Band'), +(1080006, 3395, 0, 1, 1, 1, 'Recipe: Limited Invulnerability Potion'), +(1080006, 3831, 0, 1, 1, 1, 'Recipe: Major Troll\'s Blood Elixir'), +(1080006, 3832, 0, 1, 1, 1, 'Recipe: Elixir of Detect Lesser Invisibility'), +(1080006, 3868, 0, 1, 1, 1, 'Plans: Frost Tiger Blade'), +(1080006, 3869, 0, 1, 1, 1, 'Plans: Shadow Crescent Axe'), +(1080006, 3873, 0, 1, 1, 1, 'Plans: Golden Scale Cuirass'), +(1080006, 3874, 0, 1, 1, 1, 'Plans: Polished Steel Boots'), +(1080006, 3875, 0, 1, 1, 1, 'Plans: Golden Scale Boots'), +(1080006, 4300, 0, 1, 1, 1, 'Pattern: Guardian Leather Bracers'), +(1080006, 4301, 0, 1, 1, 1, 'Pattern: Barbaric Belt'), +(1080006, 4353, 0, 1, 1, 1, 'Pattern: Spider Belt'), +(1080006, 4354, 0, 1, 1, 1, 'Pattern: Rich Purple Silk Shirt'), +(1080006, 4356, 0, 1, 1, 1, 'Pattern: Star Belt'), +(1080006, 4415, 0, 1, 1, 1, 'Schematic: Craftsman\'s Monocle'), +(1080006, 4416, 0, 1, 1, 1, 'Schematic: Goblin Land Mine'), +(1080006, 4417, 0, 1, 1, 1, 'Schematic: Large Seaforium Charge'), +(1080006, 5974, 0, 1, 1, 1, 'Pattern: Guardian Cloak'), +(1080006, 6046, 0, 1, 1, 1, 'Plans: Steel Weapon Chain'), +(1080006, 7084, 0, 1, 1, 1, 'Pattern: Crimson Silk Shoulders'), +(1080006, 7085, 0, 1, 1, 1, 'Pattern: Azure Shoulders'), +(1080006, 7086, 0, 1, 1, 1, 'Pattern: Earthen Silk Belt'), +(1080006, 7452, 0, 1, 1, 1, 'Pattern: Dusky Boots'), +(1080006, 7453, 0, 1, 1, 1, 'Pattern: Swift Boots'), +(1080006, 7975, 0, 1, 1, 1, 'Plans: Heavy Mithril Pants'), +(1080006, 7976, 0, 1, 1, 1, 'Plans: Mithril Shield Spike'), +(1080006, 7989, 0, 1, 1, 1, 'Plans: Mithril Spurs'), +(1080006, 7990, 0, 1, 1, 1, 'Plans: Heavy Mithril Helm'), +(1080006, 7991, 0, 1, 1, 1, 'Plans: Mithril Scale Shoulders'), +(1080006, 7992, 0, 1, 1, 1, 'Plans: Blue Glittering Axe'), +(1080006, 7993, 0, 1, 1, 1, 'Plans: Dazzling Mithril Rapier'), +(1080006, 8028, 0, 1, 1, 1, 'Plans: Runed Mithril Hammer'), +(1080006, 8029, 0, 1, 1, 1, 'Plans: Wicked Mithril Blade'), +(1080006, 8384, 0, 1, 1, 1, 'Pattern: Comfortable Leather Hat'), +(1080006, 8385, 0, 1, 1, 1, 'Pattern: Turtle Scale Gloves'), +(1080006, 8386, 0, 1, 1, 1, 'Pattern: Big Voodoo Robe'), +(1080006, 8387, 0, 1, 1, 1, 'Pattern: Big Voodoo Mask'), +(1080006, 8389, 0, 1, 1, 1, 'Pattern: Big Voodoo Pants'), +(1080006, 8390, 0, 1, 1, 1, 'Pattern: Big Voodoo Cloak'), +(1080006, 9293, 0, 1, 1, 1, 'Recipe: Magic Resistance Potion'), +(1080006, 9295, 0, 1, 1, 1, 'Recipe: Invisibility Potion'), +(1080006, 9297, 0, 1, 1, 1, 'Recipe: Elixir of Dream Vision'), +(1080006, 9298, 0, 1, 1, 1, 'Recipe: Elixir of Giants'), +(1080006, 10300, 0, 1, 1, 1, 'Pattern: Red Mageweave Vest'), +(1080006, 10301, 0, 1, 1, 1, 'Pattern: White Bandit Mask'), +(1080006, 10302, 0, 1, 1, 1, 'Pattern: Red Mageweave Pants'), +(1080006, 10312, 0, 1, 1, 1, 'Pattern: Red Mageweave Gloves'), +(1080006, 10315, 0, 1, 1, 1, 'Pattern: Red Mageweave Shoulders'), +(1080006, 10320, 0, 1, 1, 1, 'Pattern: Red Mageweave Headband'), +(1080006, 10603, 0, 1, 1, 1, 'Schematic: Catseye Ultra Goggles'), +(1080006, 10604, 0, 1, 1, 1, 'Schematic: Mithril Heavy-bore Rifle'), +(1080006, 10605, 0, 1, 1, 1, 'Schematic: Spellpower Goggles Xtreme'), +(1080006, 10606, 0, 1, 1, 1, 'Schematic: Parachute Cloak'), +(1080006, 10608, 0, 1, 1, 1, 'Schematic: Sniper Scope'), +(1080006, 11167, 0, 1, 1, 1, 'Formula: Enchant Boots - Lesser Spirit'), +(1080006, 11168, 0, 1, 1, 1, 'Formula: Enchant Shield - Lesser Block'), +(1080006, 11202, 0, 1, 1, 1, 'Formula: Enchant Shield - Stamina'), +(1080006, 11204, 0, 1, 1, 1, 'Formula: Enchant Bracer - Greater Spirit'), +(1080006, 11208, 0, 1, 1, 1, 'Formula: Enchant Weapon - Demonslaying'), +(1080006, 11224, 0, 1, 1, 1, 'Formula: Enchant Shield - Frost Resistance'), +(1080006, 11225, 0, 1, 1, 1, 'Formula: Enchant Bracer - Greater Stamina'), +(1080006, 11226, 0, 1, 1, 1, 'Formula: Enchant Gloves - Riding Skill'), +(1080006, 12261, 0, 1, 1, 1, 'Plans: Searing Golden Blade'), +(1080006, 12682, 0, 1, 1, 1, 'Plans: Thorium Armor'), +(1080006, 12683, 0, 1, 1, 1, 'Plans: Thorium Belt'), +(1080006, 12684, 0, 1, 1, 1, 'Plans: Thorium Bracers'), +(1080006, 12685, 0, 1, 1, 1, 'Plans: Radiant Belt'), +(1080006, 12689, 0, 1, 1, 1, 'Plans: Radiant Breastplate'), +(1080006, 12691, 0, 1, 1, 1, 'Plans: Wildthorn Mail'), +(1080006, 12692, 0, 1, 1, 1, 'Plans: Thorium Shield Spike'), +(1080006, 13486, 0, 1, 1, 1, 'Recipe: Transmute Undeath to Water'), +(1080006, 13487, 0, 1, 1, 1, 'Recipe: Transmute Water to Undeath'), +(1080006, 13488, 0, 1, 1, 1, 'Recipe: Transmute Life to Earth'), +(1080006, 13489, 0, 1, 1, 1, 'Recipe: Transmute Earth to Life'), +(1080006, 14466, 0, 1, 1, 1, 'Pattern: Frostweave Tunic'), +(1080006, 14467, 0, 1, 1, 1, 'Pattern: Frostweave Robe'), +(1080006, 14470, 0, 1, 1, 1, 'Pattern: Runecloth Tunic'), +(1080006, 14474, 0, 1, 1, 1, 'Pattern: Frostweave Gloves'), +(1080006, 14478, 0, 1, 1, 1, 'Pattern: Brightcloth Robe'), +(1080006, 14479, 0, 1, 1, 1, 'Pattern: Brightcloth Gloves'), +(1080006, 14484, 0, 1, 1, 1, 'Pattern: Brightcloth Cloak'), +(1080006, 15731, 0, 1, 1, 1, 'Pattern: Runic Leather Gauntlets'), +(1080006, 15737, 0, 1, 1, 1, 'Pattern: Chimeric Boots'), +(1080006, 15742, 0, 1, 1, 1, 'Pattern: Warbear Harness'), +(1080006, 16043, 0, 1, 1, 1, 'Schematic: Thorium Rifle'), +(1080006, 16044, 0, 1, 1, 1, 'Schematic: Lifelike Mechanical Toad'), +(1080006, 16215, 0, 1, 1, 1, 'Formula: Enchant Boots - Greater Stamina'), +(1080006, 16218, 0, 1, 1, 1, 'Formula: Enchant Bracer - Superior Spirit'), +(1080006, 16220, 0, 1, 1, 1, 'Formula: Enchant Boots - Spirit'), +(1080006, 20976, 0, 1, 1, 1, 'Design: Citrine Pendant of Golden Healing'), +(1080006, 21940, 0, 1, 1, 1, 'Design: Golden Hare'), +(1080006, 21944, 0, 1, 1, 1, 'Design: Truesilver Boar'), +(1080006, 21945, 0, 1, 1, 1, 'Design: The Aquamarine Ward'), +(1080006, 21947, 0, 1, 1, 1, 'Design: Gem Studded Band'), +(1080006, 21949, 0, 1, 1, 1, 'Design: Ruby Serpent'), +(1080007, 3395, 0, 1, 1, 1, 'Recipe: Limited Invulnerability Potion'), +(1080007, 3868, 0, 1, 1, 1, 'Plans: Frost Tiger Blade'), +(1080007, 3869, 0, 1, 1, 1, 'Plans: Shadow Crescent Axe'), +(1080007, 3875, 0, 1, 1, 1, 'Plans: Golden Scale Boots'), +(1080007, 4301, 0, 1, 1, 1, 'Pattern: Barbaric Belt'), +(1080007, 4356, 0, 1, 1, 1, 'Pattern: Star Belt'), +(1080007, 4417, 0, 1, 1, 1, 'Schematic: Large Seaforium Charge'), +(1080007, 7452, 0, 1, 1, 1, 'Pattern: Dusky Boots'), +(1080007, 7453, 0, 1, 1, 1, 'Pattern: Swift Boots'), +(1080007, 7975, 0, 1, 1, 1, 'Plans: Heavy Mithril Pants'), +(1080007, 7976, 0, 1, 1, 1, 'Plans: Mithril Shield Spike'), +(1080007, 7989, 0, 1, 1, 1, 'Plans: Mithril Spurs'), +(1080007, 7990, 0, 1, 1, 1, 'Plans: Heavy Mithril Helm'), +(1080007, 7991, 0, 1, 1, 1, 'Plans: Mithril Scale Shoulders'), +(1080007, 7992, 0, 1, 1, 1, 'Plans: Blue Glittering Axe'), +(1080007, 7993, 0, 1, 1, 1, 'Plans: Dazzling Mithril Rapier'), +(1080007, 8028, 0, 1, 1, 1, 'Plans: Runed Mithril Hammer'), +(1080007, 8029, 0, 1, 1, 1, 'Plans: Wicked Mithril Blade'), +(1080007, 8384, 0, 1, 1, 1, 'Pattern: Comfortable Leather Hat'), +(1080007, 8385, 0, 1, 1, 1, 'Pattern: Turtle Scale Gloves'), +(1080007, 8386, 0, 1, 1, 1, 'Pattern: Big Voodoo Robe'), +(1080007, 8387, 0, 1, 1, 1, 'Pattern: Big Voodoo Mask'), +(1080007, 8389, 0, 1, 1, 1, 'Pattern: Big Voodoo Pants'), +(1080007, 8390, 0, 1, 1, 1, 'Pattern: Big Voodoo Cloak'), +(1080007, 9293, 0, 1, 1, 1, 'Recipe: Magic Resistance Potion'), +(1080007, 9295, 0, 1, 1, 1, 'Recipe: Invisibility Potion'), +(1080007, 9297, 0, 1, 1, 1, 'Recipe: Elixir of Dream Vision'), +(1080007, 9298, 0, 1, 1, 1, 'Recipe: Elixir of Giants'), +(1080007, 10300, 0, 1, 1, 1, 'Pattern: Red Mageweave Vest'), +(1080007, 10301, 0, 1, 1, 1, 'Pattern: White Bandit Mask'), +(1080007, 10302, 0, 1, 1, 1, 'Pattern: Red Mageweave Pants'), +(1080007, 10312, 0, 1, 1, 1, 'Pattern: Red Mageweave Gloves'), +(1080007, 10315, 0, 1, 1, 1, 'Pattern: Red Mageweave Shoulders'), +(1080007, 10320, 0, 1, 1, 1, 'Pattern: Red Mageweave Headband'), +(1080007, 10603, 0, 1, 1, 1, 'Schematic: Catseye Ultra Goggles'), +(1080007, 10604, 0, 1, 1, 1, 'Schematic: Mithril Heavy-bore Rifle'), +(1080007, 10605, 0, 1, 1, 1, 'Schematic: Spellpower Goggles Xtreme'), +(1080007, 10606, 0, 1, 1, 1, 'Schematic: Parachute Cloak'), +(1080007, 10608, 0, 1, 1, 1, 'Schematic: Sniper Scope'), +(1080007, 11202, 0, 1, 1, 1, 'Formula: Enchant Shield - Stamina'), +(1080007, 11204, 0, 1, 1, 1, 'Formula: Enchant Bracer - Greater Spirit'), +(1080007, 11208, 0, 1, 1, 1, 'Formula: Enchant Weapon - Demonslaying'), +(1080007, 11224, 0, 1, 1, 1, 'Formula: Enchant Shield - Frost Resistance'), +(1080007, 11225, 0, 1, 1, 1, 'Formula: Enchant Bracer - Greater Stamina'), +(1080007, 11226, 0, 1, 1, 1, 'Formula: Enchant Gloves - Riding Skill'), +(1080007, 12682, 0, 1, 1, 1, 'Plans: Thorium Armor'), +(1080007, 12683, 0, 1, 1, 1, 'Plans: Thorium Belt'), +(1080007, 12684, 0, 1, 1, 1, 'Plans: Thorium Bracers'), +(1080007, 12685, 0, 1, 1, 1, 'Plans: Radiant Belt'), +(1080007, 12689, 0, 1, 1, 1, 'Plans: Radiant Breastplate'), +(1080007, 12691, 0, 1, 1, 1, 'Plans: Wildthorn Mail'), +(1080007, 12692, 0, 1, 1, 1, 'Plans: Thorium Shield Spike'), +(1080007, 13486, 0, 1, 1, 1, 'Recipe: Transmute Undeath to Water'), +(1080007, 13487, 0, 1, 1, 1, 'Recipe: Transmute Water to Undeath'), +(1080007, 13488, 0, 1, 1, 1, 'Recipe: Transmute Life to Earth'), +(1080007, 13489, 0, 1, 1, 1, 'Recipe: Transmute Earth to Life'), +(1080007, 14466, 0, 1, 1, 1, 'Pattern: Frostweave Tunic'), +(1080007, 14467, 0, 1, 1, 1, 'Pattern: Frostweave Robe'), +(1080007, 14470, 0, 1, 1, 1, 'Pattern: Runecloth Tunic'), +(1080007, 14474, 0, 1, 1, 1, 'Pattern: Frostweave Gloves'), +(1080007, 14478, 0, 1, 1, 1, 'Pattern: Brightcloth Robe'), +(1080007, 14479, 0, 1, 1, 1, 'Pattern: Brightcloth Gloves'), +(1080007, 14484, 0, 1, 1, 1, 'Pattern: Brightcloth Cloak'), +(1080007, 15731, 0, 1, 1, 1, 'Pattern: Runic Leather Gauntlets'), +(1080007, 15737, 0, 1, 1, 1, 'Pattern: Chimeric Boots'), +(1080007, 15742, 0, 1, 1, 1, 'Pattern: Warbear Harness'), +(1080007, 16043, 0, 1, 1, 1, 'Schematic: Thorium Rifle'), +(1080007, 16044, 0, 1, 1, 1, 'Schematic: Lifelike Mechanical Toad'), +(1080007, 16215, 0, 1, 1, 1, 'Formula: Enchant Boots - Greater Stamina'), +(1080007, 16218, 0, 1, 1, 1, 'Formula: Enchant Bracer - Superior Spirit'), +(1080007, 16220, 0, 1, 1, 1, 'Formula: Enchant Boots - Spirit'), +(1080007, 21940, 0, 1, 1, 1, 'Design: Golden Hare'), +(1080007, 21944, 0, 1, 1, 1, 'Design: Truesilver Boar'), +(1080007, 21945, 0, 1, 1, 1, 'Design: The Aquamarine Ward'), +(1080007, 21947, 0, 1, 1, 1, 'Design: Gem Studded Band'), +(1080007, 21949, 0, 1, 1, 1, 'Design: Ruby Serpent'), +(1080008, 2407, 0, 1, 1, 1, 'Pattern: White Leather Jerkin'), +(1180009, 16253, 0, 1, 1, 1, 'Formula: Enchant Chest - Greater Stats'), +(1180009, 22532, 0, 1, 1, 1, 'Formula: Enchant Bracer - Restore Mana Prime'), +(1180009, 22540, 0, 1, 1, 1, 'Formula: Enchant Shield - Shield Block'), +(1180009, 22541, 0, 1, 1, 1, 'Formula: Enchant Shield - Resistance'), +(1180009, 22542, 0, 1, 1, 1, 'Formula: Enchant Boots - Vitality'), +(1180009, 22548, 0, 1, 1, 1, 'Formula: Enchant Cloak - Major Resistance'), +(1180009, 22553, 0, 1, 1, 1, 'Formula: Enchant Weapon - Potency'), +(1180009, 22557, 0, 1, 1, 1, 'Formula: Enchant Weapon - Battlemaster'), +(1180009, 22558, 0, 1, 1, 1, 'Formula: Enchant Weapon - Spellsurge'), +(1180009, 22903, 0, 1, 1, 1, 'Recipe: Insane Strength Potion'), +(1180009, 22904, 0, 1, 1, 1, 'Recipe: Elixir of the Searching Eye'), +(1180009, 22912, 0, 1, 1, 1, 'Recipe: Heroic Potion'), +(1180009, 22913, 0, 1, 1, 1, 'Recipe: Haste Potion'), +(1180009, 22914, 0, 1, 1, 1, 'Recipe: Destruction Potion'), +(1180009, 22919, 0, 1, 1, 1, 'Recipe: Elixir of Major Mageblood'), +(1180009, 22926, 0, 1, 1, 1, 'Recipe: Elixir of Empowerment'), +(1180009, 23154, 0, 1, 1, 1, 'Design: Stormy Azure Moonstone'), +(1180009, 23620, 0, 1, 1, 1, 'Plans: Felfury Gauntlets'), +(1180009, 23621, 0, 1, 1, 1, 'Plans: Gauntlets of the Iron Tower'), +(1180009, 23622, 0, 1, 1, 1, 'Plans: Steelgrip Gauntlets'), +(1180009, 23623, 0, 1, 1, 1, 'Plans: Storm Helm'), +(1180009, 23624, 0, 1, 1, 1, 'Plans: Helm of the Stalwart Defender'), +(1180009, 23625, 0, 1, 1, 1, 'Plans: Oathkeeper\'s Helm'), +(1180009, 23626, 0, 1, 1, 1, 'Plans: Black Felsteel Bracers'), +(1180009, 23627, 0, 1, 1, 1, 'Plans: Bracers of the Green Fortress'), +(1180009, 23628, 0, 1, 1, 1, 'Plans: Blessed Bracers'), +(1180009, 23629, 0, 1, 1, 1, 'Plans: Felsteel Longblade'), +(1180009, 23630, 0, 1, 1, 1, 'Plans: Khorium Champion'), +(1180009, 23631, 0, 1, 1, 1, 'Plans: Fel Edged Battleaxe'), +(1180009, 23632, 0, 1, 1, 1, 'Plans: Felsteel Reaper'), +(1180009, 23633, 0, 1, 1, 1, 'Plans: Runic Hammer'), +(1180009, 23634, 0, 1, 1, 1, 'Plans: Fel Hardened Maul'), +(1180009, 23635, 0, 1, 1, 1, 'Plans: Eternium Runed Blade'), +(1180009, 23636, 0, 1, 1, 1, 'Plans: Dirge'), +(1180009, 23637, 0, 1, 1, 1, 'Plans: Hand of Eternity'), +(1180009, 23802, 0, 1, 1, 1, 'Schematic: Ornate Khorium Rifle'), +(1180009, 23804, 0, 1, 1, 1, 'Schematic: Power Amplification Goggles'), +(1180009, 23810, 0, 1, 1, 1, 'Schematic: Crashin\' Thrashin\' Robot'), +(1180009, 23883, 0, 1, 1, 1, 'Schematic: Healing Potion Injector'), +(1180009, 23884, 0, 1, 1, 1, 'Schematic: Mana Potion Injector'), +(1180009, 24163, 0, 1, 1, 1, 'Design: Heavy Felsteel Ring'), +(1180009, 24164, 0, 1, 1, 1, 'Design: Delicate Eternium Ring'), +(1180009, 24165, 0, 1, 1, 1, 'Design: Blazing Eternium Band'), +(1180009, 24166, 0, 1, 1, 1, 'Design: Thick Felsteel Necklace'), +(1180009, 24167, 0, 1, 1, 1, 'Design: Living Ruby Pendant'), +(1180009, 24168, 0, 1, 1, 1, 'Design: Braided Eternium Chain'), +(1180009, 24169, 0, 1, 1, 1, 'Design: Eye of the Night'), +(1180009, 24170, 0, 1, 1, 1, 'Design: Embrace of the Dawn'), +(1180009, 24171, 0, 1, 1, 1, 'Design: Chain of the Twilight Owl'), +(1180009, 24192, 0, 1, 1, 1, 'Design: Bright Living Ruby'), +(1180009, 24193, 0, 1, 1, 1, 'Design: Bold Living Ruby'), +(1180009, 24194, 0, 1, 1, 1, 'Design: Delicate Living Ruby'), +(1180009, 24195, 0, 1, 1, 1, 'Design: Teardrop Living Ruby'), +(1180009, 24196, 0, 1, 1, 1, 'Design: Runed Living Ruby'), +(1180009, 24197, 0, 1, 1, 1, 'Design: Subtle Living Ruby'), +(1180009, 24198, 0, 1, 1, 1, 'Design: Flashing Living Ruby'), +(1180009, 24199, 0, 1, 1, 1, 'Design: Solid Star of Elune'), +(1180009, 24200, 0, 1, 1, 1, 'Design: Sparkling Star of Elune'), +(1180009, 24201, 0, 1, 1, 1, 'Design: Lustrous Star of Elune'), +(1180009, 24202, 0, 1, 1, 1, 'Design: Stormy Star of Elune'), +(1180009, 24203, 0, 1, 1, 1, 'Design: Brilliant Dawnstone'), +(1180009, 24204, 0, 1, 1, 1, 'Design: Smooth Dawnstone'), +(1180009, 24205, 0, 1, 1, 1, 'Design: Rigid Dawnstone'), +(1180009, 24206, 0, 1, 1, 1, 'Design: Gleaming Dawnstone'), +(1180009, 24207, 0, 1, 1, 1, 'Design: Thick Dawnstone'), +(1180009, 24209, 0, 1, 1, 1, 'Design: Sovereign Nightseye'), +(1180009, 24210, 0, 1, 1, 1, 'Design: Shifting Nightseye'), +(1180009, 24211, 0, 1, 1, 1, 'Design: Glowing Nightseye'), +(1180009, 24212, 0, 1, 1, 1, 'Design: Royal Nightseye'), +(1180009, 24213, 0, 1, 1, 1, 'Design: Inscribed Noble Topaz'), +(1180009, 24214, 0, 1, 1, 1, 'Design: Potent Noble Topaz'), +(1180009, 24215, 0, 1, 1, 1, 'Design: Luminous Noble Topaz'), +(1180009, 24216, 0, 1, 1, 1, 'Design: Glinting Noble Topaz'), +(1180009, 24217, 0, 1, 1, 1, 'Design: Enduring Talasite'), +(1180009, 24218, 0, 1, 1, 1, 'Design: Radiant Talasite'), +(1180009, 24219, 0, 1, 1, 1, 'Design: Dazzling Talasite'), +(1180009, 24220, 0, 1, 1, 1, 'Design: Jagged Talasite'), +(1180009, 24296, 0, 1, 1, 1, 'Pattern: Unyielding Bracers'), +(1180009, 24297, 0, 1, 1, 1, 'Pattern: Bracers of Havok'), +(1180009, 24298, 0, 1, 1, 1, 'Pattern: Blackstrike Bracers'), +(1180009, 24299, 0, 1, 1, 1, 'Pattern: Cloak of the Black Void'), +(1180009, 24300, 0, 1, 1, 1, 'Pattern: Cloak of Eternity'), +(1180009, 24301, 0, 1, 1, 1, 'Pattern: White Remedy Cape'), +(1180009, 24302, 0, 1, 1, 1, 'Pattern: Unyielding Girdle'), +(1180009, 24303, 0, 1, 1, 1, 'Pattern: Girdle of Ruination'), +(1180009, 24304, 0, 1, 1, 1, 'Pattern: Black Belt of Knowledge'), +(1180009, 24305, 0, 1, 1, 1, 'Pattern: Resolute Cape'), +(1180009, 24306, 0, 1, 1, 1, 'Pattern: Vengeance Wrap'), +(1180009, 24307, 0, 1, 1, 1, 'Pattern: Manaweave Cloak'), +(1180009, 25887, 0, 1, 1, 1, 'Schematic: Purple Smoke Flare'), +(1180009, 25905, 0, 1, 1, 1, 'Design: Tenacious Earthstorm Diamond'), +(1180009, 25906, 0, 1, 1, 1, 'Design: Brutal Earthstorm Diamond'), +(1180009, 25907, 0, 1, 1, 1, 'Design: Destructive Skyfire Diamond'), +(1180009, 25909, 0, 1, 1, 1, 'Design: Mystical Skyfire Diamond'), +(1180009, 28270, 0, 1, 1, 1, 'Formula: Enchant Chest - Major Resilience'), +(1180009, 28279, 0, 1, 1, 1, 'Formula: Enchant Boots - Cat\'s Swiftness'), +(1180009, 28280, 0, 1, 1, 1, 'Formula: Enchant Boots - Boar\'s Speed'), +(1180009, 29723, 0, 1, 1, 1, 'Pattern: Cobrascale Hood'), +(1180009, 29724, 0, 1, 1, 1, 'Pattern: Cobrascale Gloves'), +(1180009, 29725, 0, 1, 1, 1, 'Pattern: Windscale Hood'), +(1180009, 29726, 0, 1, 1, 1, 'Pattern: Hood of Primal Life'), +(1180009, 29727, 0, 1, 1, 1, 'Pattern: Gloves of the Living Touch'), +(1180009, 29728, 0, 1, 1, 1, 'Pattern: Windslayer Wraps'), +(1180009, 29729, 0, 1, 1, 1, 'Pattern: Living Dragonscale Helm'), +(1180009, 29730, 0, 1, 1, 1, 'Pattern: Earthen Netherscale Boots'), +(1180009, 29731, 0, 1, 1, 1, 'Pattern: Windstrike Gloves'), +(1180009, 29732, 0, 1, 1, 1, 'Pattern: Netherdrake Helm'), +(1180009, 29733, 0, 1, 1, 1, 'Pattern: Netherdrake Gloves'), +(1180009, 29734, 0, 1, 1, 1, 'Pattern: Thick Netherscale Breastplate'), +(1180009, 31875, 0, 1, 1, 1, 'Design: Great Dawnstone'), +(1180009, 31876, 0, 1, 1, 1, 'Design: Balanced Nightseye'), +(1180009, 31877, 0, 1, 1, 1, 'Design: Infused Nightseye'), +(1180009, 31878, 0, 1, 1, 1, 'Design: Veiled Noble Topaz'), +(1180009, 31879, 0, 1, 1, 1, 'Design: Wicked Noble Topaz'), +(1180009, 32411, 0, 1, 1, 1, 'Design: Thundering Skyfire Diamond'), +(1180009, 33186, 0, 1, 1, 1, 'Plans: Adamantite Weapon Chain'), +(1180009, 33954, 0, 1, 1, 1, 'Plans: Hammer of Righteous Might'), +(1180010, 22541, 0, 1, 1, 1, 'Formula: Enchant Shield - Resistance'), +(1180010, 22553, 0, 1, 1, 1, 'Formula: Enchant Weapon - Potency'), +(1180010, 22557, 0, 1, 1, 1, 'Formula: Enchant Weapon - Battlemaster'), +(1180010, 22558, 0, 1, 1, 1, 'Formula: Enchant Weapon - Spellsurge'), +(1180010, 22912, 0, 1, 1, 1, 'Recipe: Heroic Potion'), +(1180010, 22913, 0, 1, 1, 1, 'Recipe: Haste Potion'), +(1180010, 22914, 0, 1, 1, 1, 'Recipe: Destruction Potion'), +(1180010, 22919, 0, 1, 1, 1, 'Recipe: Elixir of Major Mageblood'), +(1180010, 24164, 0, 1, 1, 1, 'Design: Delicate Eternium Ring'), +(1180010, 24166, 0, 1, 1, 1, 'Design: Thick Felsteel Necklace'), +(1180010, 24167, 0, 1, 1, 1, 'Design: Living Ruby Pendant'), +(1180010, 24168, 0, 1, 1, 1, 'Design: Braided Eternium Chain'), +(1180010, 24169, 0, 1, 1, 1, 'Design: Eye of the Night'), +(1180010, 24192, 0, 1, 1, 1, 'Design: Bright Living Ruby'), +(1180010, 24193, 0, 1, 1, 1, 'Design: Bold Living Ruby'), +(1180010, 24194, 0, 1, 1, 1, 'Design: Delicate Living Ruby'), +(1180010, 24195, 0, 1, 1, 1, 'Design: Teardrop Living Ruby'), +(1180010, 24196, 0, 1, 1, 1, 'Design: Runed Living Ruby'), +(1180010, 24197, 0, 1, 1, 1, 'Design: Subtle Living Ruby'), +(1180010, 24198, 0, 1, 1, 1, 'Design: Flashing Living Ruby'), +(1180010, 24199, 0, 1, 1, 1, 'Design: Solid Star of Elune'), +(1180010, 24200, 0, 1, 1, 1, 'Design: Sparkling Star of Elune'), +(1180010, 24201, 0, 1, 1, 1, 'Design: Lustrous Star of Elune'), +(1180010, 24202, 0, 1, 1, 1, 'Design: Stormy Star of Elune'), +(1180010, 24203, 0, 1, 1, 1, 'Design: Brilliant Dawnstone'), +(1180010, 24204, 0, 1, 1, 1, 'Design: Smooth Dawnstone'), +(1180010, 24205, 0, 1, 1, 1, 'Design: Rigid Dawnstone'), +(1180010, 24206, 0, 1, 1, 1, 'Design: Gleaming Dawnstone'), +(1180010, 24207, 0, 1, 1, 1, 'Design: Thick Dawnstone'), +(1180010, 24209, 0, 1, 1, 1, 'Design: Sovereign Nightseye'), +(1180010, 24210, 0, 1, 1, 1, 'Design: Shifting Nightseye'), +(1180010, 24211, 0, 1, 1, 1, 'Design: Glowing Nightseye'), +(1180010, 24212, 0, 1, 1, 1, 'Design: Royal Nightseye'), +(1180010, 24213, 0, 1, 1, 1, 'Design: Inscribed Noble Topaz'), +(1180010, 24214, 0, 1, 1, 1, 'Design: Potent Noble Topaz'), +(1180010, 24215, 0, 1, 1, 1, 'Design: Luminous Noble Topaz'), +(1180010, 24216, 0, 1, 1, 1, 'Design: Glinting Noble Topaz'), +(1180010, 24217, 0, 1, 1, 1, 'Design: Enduring Talasite'), +(1180010, 24218, 0, 1, 1, 1, 'Design: Radiant Talasite'), +(1180010, 24219, 0, 1, 1, 1, 'Design: Dazzling Talasite'), +(1180010, 24220, 0, 1, 1, 1, 'Design: Jagged Talasite'), +(1180010, 24296, 0, 1, 1, 1, 'Pattern: Unyielding Bracers'), +(1180010, 24297, 0, 1, 1, 1, 'Pattern: Bracers of Havok'), +(1180010, 24298, 0, 1, 1, 1, 'Pattern: Blackstrike Bracers'), +(1180010, 24299, 0, 1, 1, 1, 'Pattern: Cloak of the Black Void'), +(1180010, 24300, 0, 1, 1, 1, 'Pattern: Cloak of Eternity'), +(1180010, 24301, 0, 1, 1, 1, 'Pattern: White Remedy Cape'), +(1180010, 28270, 0, 1, 1, 1, 'Formula: Enchant Chest - Major Resilience'), +(1180010, 28279, 0, 1, 1, 1, 'Formula: Enchant Boots - Cat\'s Swiftness'), +(1180010, 28280, 0, 1, 1, 1, 'Formula: Enchant Boots - Boar\'s Speed'), +(1180010, 29714, 0, 1, 1, 1, 'Pattern: Drums of Restoration'), +(1180010, 31875, 0, 1, 1, 1, 'Design: Great Dawnstone'), +(1180010, 31876, 0, 1, 1, 1, 'Design: Balanced Nightseye'), +(1180010, 31877, 0, 1, 1, 1, 'Design: Infused Nightseye'), +(1180010, 31878, 0, 1, 1, 1, 'Design: Veiled Noble Topaz'), +(1180010, 31879, 0, 1, 1, 1, 'Design: Wicked Noble Topaz'), +(1180011, 22926, 0, 1, 1, 1, 'Recipe: Elixir of Empowerment'), +(1180011, 23620, 0, 1, 1, 1, 'Plans: Felfury Gauntlets'), +(1180011, 23622, 0, 1, 1, 1, 'Plans: Steelgrip Gauntlets'), +(1180011, 23623, 0, 1, 1, 1, 'Plans: Storm Helm'), +(1180011, 23624, 0, 1, 1, 1, 'Plans: Helm of the Stalwart Defender'), +(1180011, 23625, 0, 1, 1, 1, 'Plans: Oathkeeper\'s Helm'), +(1180011, 23626, 0, 1, 1, 1, 'Plans: Black Felsteel Bracers'), +(1180011, 23627, 0, 1, 1, 1, 'Plans: Bracers of the Green Fortress'), +(1180011, 23628, 0, 1, 1, 1, 'Plans: Blessed Bracers'), +(1180011, 23629, 0, 1, 1, 1, 'Plans: Felsteel Longblade'), +(1180011, 23630, 0, 1, 1, 1, 'Plans: Khorium Champion'), +(1180011, 23631, 0, 1, 1, 1, 'Plans: Fel Edged Battleaxe'), +(1180011, 23632, 0, 1, 1, 1, 'Plans: Felsteel Reaper'), +(1180011, 23633, 0, 1, 1, 1, 'Plans: Runic Hammer'), +(1180011, 23634, 0, 1, 1, 1, 'Plans: Fel Hardened Maul'), +(1180011, 23635, 0, 1, 1, 1, 'Plans: Eternium Runed Blade'), +(1180011, 23636, 0, 1, 1, 1, 'Plans: Dirge'), +(1180011, 23637, 0, 1, 1, 1, 'Plans: Hand of Eternity'), +(1180011, 23802, 0, 1, 1, 1, 'Schematic: Ornate Khorium Rifle'), +(1180011, 24165, 0, 1, 1, 1, 'Design: Blazing Eternium Band'), +(1180011, 24170, 0, 1, 1, 1, 'Design: Embrace of the Dawn'), +(1180011, 24171, 0, 1, 1, 1, 'Design: Chain of the Twilight Owl'), +(1180011, 24302, 0, 1, 1, 1, 'Pattern: Unyielding Girdle'), +(1180011, 24303, 0, 1, 1, 1, 'Pattern: Girdle of Ruination'), +(1180011, 24304, 0, 1, 1, 1, 'Pattern: Black Belt of Knowledge'), +(1180011, 24305, 0, 1, 1, 1, 'Pattern: Resolute Cape'), +(1180011, 24306, 0, 1, 1, 1, 'Pattern: Vengeance Wrap'), +(1180011, 24307, 0, 1, 1, 1, 'Pattern: Manaweave Cloak'), +(1180011, 25905, 0, 1, 1, 1, 'Design: Tenacious Earthstorm Diamond'), +(1180011, 25906, 0, 1, 1, 1, 'Design: Brutal Earthstorm Diamond'), +(1180011, 25907, 0, 1, 1, 1, 'Design: Destructive Skyfire Diamond'), +(1180011, 25909, 0, 1, 1, 1, 'Design: Mystical Skyfire Diamond'), +(1180011, 29723, 0, 1, 1, 1, 'Pattern: Cobrascale Hood'), +(1180011, 29724, 0, 1, 1, 1, 'Pattern: Cobrascale Gloves'), +(1180011, 29725, 0, 1, 1, 1, 'Pattern: Windscale Hood'), +(1180011, 29726, 0, 1, 1, 1, 'Pattern: Hood of Primal Life'), +(1180011, 29727, 0, 1, 1, 1, 'Pattern: Gloves of the Living Touch'), +(1180011, 29728, 0, 1, 1, 1, 'Pattern: Windslayer Wraps'), +(1180011, 29729, 0, 1, 1, 1, 'Pattern: Living Dragonscale Helm'), +(1180011, 29731, 0, 1, 1, 1, 'Pattern: Windstrike Gloves'), +(1180011, 29732, 0, 1, 1, 1, 'Pattern: Netherdrake Helm'), +(1180011, 29733, 0, 1, 1, 1, 'Pattern: Netherdrake Gloves'), +(1180011, 29734, 0, 1, 1, 1, 'Pattern: Thick Netherscale Breastplate'), +(1180011, 32411, 0, 1, 1, 1, 'Design: Thundering Skyfire Diamond'), +(1180012, 22146, 0, 1, 1, 1, 'Book: Gift of the Wild III'), +(1180012, 22153, 0, 1, 1, 1, 'Tome of Arcane Brilliance 2'), +(1180012, 29549, 0, 1, 1, 1, 'Codex: Prayer of Fortitude III'), +(1180012, 29550, 0, 1, 1, 1, 'Tome of Conjure Water IX'), +(1180012, 31501, 0, 1, 1, 1, 'Tome of Conjure Food VIII'), +(1180012, 31837, 0, 1, 1, 1, 'Codex: Prayer of Shadow Protection II'), +-- 6-10 +(1080013, 774, 0, 1, 1, 1, 'Malachite'), +(1080013, 818, 0, 1, 1, 1, 'Tigerseye'), +-- 11-14 +(1080014, 774, 0, 1, 1, 1, 'Malachite'), +(1080014, 818, 0, 1, 1, 1, 'Tigerseye'), +(1080014, 1210, 0, 1, 1, 1, 'Shadowgem'), +-- 15-19 +(1080015, 818, 0, 1, 1, 1, 'Tigerseye'), +(1080015, 1210, 0, 1, 1, 1, 'Shadowgem'), +(1080015, 1206, 0, 1, 1, 1, 'Moss Agate'), +-- 20-25 +(1080016, 1210, 0, 1, 1, 1, 'Shadowgem'), +(1080016, 1206, 0, 1, 1, 1, 'Moss Agate'), +(1080016, 1705, 0, 1, 1, 1, 'Lesser Moonstone'), +-- 26-27 +(1080017, 1206, 0, 1, 1, 1, 'Moss Agate'), +(1080017, 1705, 0, 1, 1, 1, 'Lesser Moonstone'), +(1080017, 1529, 0, 1, 1, 1, 'Jade'), +-- 28-30 +(1080018, 1705, 0, 1, 1, 1, 'Lesser Moonstone'), +(1080018, 1529, 0, 1, 1, 1, 'Jade'), +-- 31-35 +(1080019, 1705, 0, 1, 1, 1, 'Lesser Moonstone'), +(1080019, 1529, 0, 1, 1, 1, 'Jade'), +(1080019, 3864, 0, 1, 1, 1, 'Citrine'), +-- 36-40 +(1080020, 1529, 0, 1, 1, 1, 'Jade'), +(1080020, 3864, 0, 1, 1, 1, 'Citrine'), +-- 41-45 +(1080021, 3864, 0, 1, 1, 1, 'Citrine'), +(1080021, 7909, 0, 1, 1, 1, 'Aquamarine'), +-- 46-62 +(1080022, 7909, 0, 1, 1, 1, 'Aquamarine'), +(1080022, 7910, 0, 1, 1, 1, 'Star Ruby'); + +-- Clean up some important Quest Items in References +DELETE FROM `reference_loot_template` WHERE `entry` IN (45000,45001,45002,45003,45004,45006,45008,45009); +DELETE FROM `creature_loot_template` WHERE `Reference` IN (45000,45001,45002,45003,45004,45006,45008,45009); +DELETE FROM `creature_loot_template` WHERE `Entry` IN (1007, 1009, 1010); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(1007, 2589, 0, 15, 0, 1, 1, 1, 3, 'Mosshide Gnoll - Linen Cloth'), +(1007, 1205, 0, 3, 0, 1, 0, 1, 1, 'Mosshide Gnoll - Melon Juice'), +(1007, 3770, 0, 5, 0, 1, 0, 1, 1, 'Mosshide Gnoll - Mutton Chop'), +(1007, 4306, 0, 5, 0, 1, 1, 1, 1, 'Mosshide Gnoll - Silk Cloth'), +(1007, 2592, 0, 30, 0, 1, 1, 1, 2, 'Mosshide Gnoll - Wool Cloth'), +(1009, 2589, 0, 15, 0, 1, 1, 1, 3, 'Mosshide Mistweaver - Linen Cloth'), +(1009, 1205, 0, 3, 0, 1, 0, 1, 1, 'Mosshide Mistweaver - Melon Juice'), +(1009, 3770, 0, 5, 0, 1, 0, 1, 1, 'Mosshide Mistweaver - Mutton Chop'), +(1009, 4306, 0, 5, 0, 1, 1, 1, 1, 'Mosshide Mistweaver - Silk Cloth'), +(1009, 2592, 0, 30, 0, 1, 1, 1, 2, 'Mosshide Mistweaver - Wool Cloth'), +(1009, 892, 0, 2, 0, 1, 1, 1, 1, 'Mosshide Mistweaver - Gnoll Casting Gloves'), +(1009, 2611, 0, 80, 1, 1, 0, 1, 1, 'Mosshide Mistweaver - Crude Flint'), +(1010, 2589, 0, 15, 0, 1, 1, 1, 3, 'Mosshide Fenrunner - Linen Cloth'), +(1010, 1205, 0, 3, 0, 1, 0, 1, 1, 'Mosshide Fenrunner - Melon Juice'), +(1010, 3770, 0, 5, 0, 1, 0, 1, 1, 'Mosshide Fenrunner - Mutton Chop'), +(1010, 4306, 0, 5, 0, 1, 1, 1, 1, 'Mosshide Fenrunner - Silk Cloth'), +(1010, 2611, 0, 80, 1, 1, 0, 1, 1, 'Mosshide Fenrunner - Crude Flint'), +(1010, 2592, 0, 30, 0, 1, 1, 1, 2, 'Mosshide Fenrunner - Wool Cloth'); +DELETE FROM `creature_loot_template` WHERE `Entry` IN (1011, 1014); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(1011, 1205, 0, 3, 0, 1, 0, 1, 1, 'Mosshide Trapper - Melon Juice'), +(1011, 3770, 0, 5, 0, 1, 0, 1, 1, 'Mosshide Trapper - Mutton Chop'), +(1011, 2589, 0, 15, 0, 1, 2, 1, 3, 'Mosshide Trapper - Linen Cloth'), +(1011, 2592, 0, 30, 0, 1, 2, 1, 2, 'Mosshide Trapper - Wool Cloth'), +(1011, 2611, 0, 80, 1, 1, 0, 1, 1, 'Mosshide Trapper - Crude Flint'), +(1011, 4306, 0, 5, 0, 1, 2, 1, 1, 'Mosshide Trapper - Silk Cloth'), +(1014, 2592, 0, 12, 0, 1, 2, 1, 2, 'Mosshide Alpha - Wool Cloth'), +(1014, 2611, 0, 80, 1, 1, 0, 1, 1, 'Mosshide Alpha - Crude Flint'), +(1014, 4306, 0, 28, 0, 1, 2, 1, 2, 'Mosshide Alpha - Silk Cloth'), +(1014, 1205, 0, 3, 0, 1, 0, 1, 1, 'Mosshide Alpha - Melon Juice'), +(1014, 3770, 0, 5, 0, 1, 0, 1, 1, 'Mosshide Alpha - Mutton Chop'); +DELETE FROM `creature_loot_template` WHERE `Entry` IN (1015, 1020); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(1015, 3180, 0, 10, 0, 1, 0, 1, 1, 'Highland Raptor - Flecked Raptor Scale'), +(1015, 1697, 0, 33, 0, 1, 0, 1, 1, 'Highland Raptor - Keen Raptor Tooth'), +(1015, 3685, 0, 60, 0, 1, 0, 1, 1, 'Highland Raptor - Raptor Egg'), +(1015, 5635, 0, 8, 0, 1, 0, 1, 1, 'Highland Raptor - Sharp Claw'), +(1020, 5233, 0, 10, 1, 1, 0, 1, 1, 'Mottled Raptor - Stone of Relu'), +(1020, 3180, 0, 10, 0, 1, 0, 1, 1, 'Mottled Raptor - Flecked Raptor Scale'), +(1020, 1697, 0, 33, 0, 1, 0, 1, 1, 'Mottled Raptor - Keen Raptor Tooth'), +(1020, 3685, 0, 60, 0, 1, 0, 1, 1, 'Mottled Raptor - Raptor Egg'), +(1020, 5635, 0, 8, 0, 1, 0, 1, 1, 'Mottled Raptor - Sharp Claw'); +DELETE FROM `creature_loot_template` WHERE `Entry` IN (1024, 1025, 1026, 1027, 1028, 1029); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(1024, 1205, 0, 2, 0, 1, 0, 1, 1, 'Bluegill Murloc - Melon Juice'), +(1024, 730, 0, 40, 0, 1, 0, 1, 1, 'Bluegill Murloc - Murloc Eye'), +(1024, 1468, 0, 35, 0, 1, 0, 1, 1, 'Bluegill Murloc - Murloc Fin'), +(1024, 6308, 0, 5, 0, 1, 0, 1, 3, 'Bluegill Murloc - Raw Bristle Whisker Catfish'), +(1024, 17057, 0, 30, 0, 1, 0, 1, 1, 'Bluegill Murloc - Shiny Fish Scales'), +(1024, 5784, 0, 20, 0, 1, 0, 1, 1, 'Bluegill Murloc - Slimy Murloc Scale'), +(1024, 5524, 0, 30, 0, 1, 0, 1, 1, 'Bluegill Murloc - Thick-shelled Clam'), +(1025, 1205, 0, 2, 0, 1, 0, 1, 1, 'Bluegill Puddlejumper - Melon Juice'), +(1025, 730, 0, 40, 0, 1, 0, 1, 1, 'Bluegill Puddlejumper - Murloc Eye'), +(1025, 1468, 0, 35, 0, 1, 0, 1, 1, 'Bluegill Puddlejumper - Murloc Fin'), +(1025, 6308, 0, 5, 0, 1, 0, 1, 3, 'Bluegill Puddlejumper - Raw Bristle Whisker Catfish'), +(1025, 17057, 0, 30, 0, 1, 0, 1, 1, 'Bluegill Puddlejumper - Shiny Fish Scales'), +(1025, 5784, 0, 20, 0, 1, 0, 1, 1, 'Bluegill Puddlejumper - Slimy Murloc Scale'), +(1025, 5524, 0, 30, 0, 1, 0, 1, 1, 'Bluegill Puddlejumper - Thick-shelled Clam'), +(1025, 1560, 0, 1, 0, 1, 1, 1, 1, 'Bluegill Puddlejumper - Bluegill Sandals'), +(1026, 1205, 0, 2, 0, 1, 0, 1, 1, 'Bluegill Forager - Melon Juice'), +(1026, 730, 0, 40, 0, 1, 0, 1, 1, 'Bluegill Forager - Murloc Eye'), +(1026, 1468, 0, 35, 0, 1, 0, 1, 1, 'Bluegill Forager - Murloc Fin'), +(1026, 6308, 0, 5, 0, 1, 0, 1, 3, 'Bluegill Forager - Raw Bristle Whisker Catfish'), +(1026, 17057, 0, 30, 0, 1, 0, 1, 1, 'Bluegill Forager - Shiny Fish Scales'), +(1026, 5784, 0, 20, 0, 1, 0, 1, 1, 'Bluegill Forager - Slimy Murloc Scale'), +(1026, 5524, 0, 30, 0, 1, 0, 1, 1, 'Bluegill Forager - Thick-shelled Clam'), +(1027, 1205, 0, 2, 0, 1, 0, 1, 1, 'Bluegill Warrior - Melon Juice'), +(1027, 730, 0, 40, 0, 1, 0, 1, 1, 'Bluegill Warrior - Murloc Eye'), +(1027, 1468, 0, 35, 0, 1, 0, 1, 1, 'Bluegill Warrior - Murloc Fin'), +(1027, 6308, 0, 5, 0, 1, 0, 1, 3, 'Bluegill Warrior - Raw Bristle Whisker Catfish'), +(1027, 17057, 0, 30, 0, 1, 0, 1, 1, 'Bluegill Warrior - Shiny Fish Scales'), +(1027, 5784, 0, 20, 0, 1, 0, 1, 1, 'Bluegill Warrior - Slimy Murloc Scale'), +(1027, 5524, 0, 30, 0, 1, 0, 1, 1, 'Bluegill Warrior - Thick-shelled Clam'), +(1027, 2046, 0, 2, 0, 1, 1, 1, 1, 'Bluegill Warrior - Bluegill Kukri'), +(1028, 1205, 0, 2, 0, 1, 0, 1, 1, 'Bluegill Muckdweller - Melon Juice'), +(1028, 730, 0, 40, 0, 1, 0, 1, 1, 'Bluegill Muckdweller - Murloc Eye'), +(1028, 1468, 0, 35, 0, 1, 0, 1, 1, 'Bluegill Muckdweller - Murloc Fin'), +(1028, 6308, 0, 5, 0, 1, 0, 1, 3, 'Bluegill Muckdweller - Raw Bristle Whisker Catfish'), +(1028, 17057, 0, 30, 0, 1, 0, 1, 1, 'Bluegill Muckdweller - Shiny Fish Scales'), +(1028, 5784, 0, 20, 0, 1, 0, 1, 1, 'Bluegill Muckdweller - Slimy Murloc Scale'), +(1028, 5524, 0, 30, 0, 1, 0, 1, 1, 'Bluegill Muckdweller - Thick-shelled Clam'), +(1028, 3022, 0, 2, 0, 1, 1, 1, 1, 'Bluegill Muckdweller - Bluegill Breeches'), +(1029, 1205, 0, 2, 0, 1, 0, 1, 1, 'Bluegill Oracle - Melon Juice'), +(1029, 730, 0, 40, 0, 1, 0, 1, 1, 'Bluegill Oracle - Murloc Eye'), +(1029, 1468, 0, 35, 0, 1, 0, 1, 1, 'Bluegill Oracle - Murloc Fin'), +(1029, 6308, 0, 5, 0, 1, 0, 1, 3, 'Bluegill Oracle - Raw Bristle Whisker Catfish'), +(1029, 17057, 0, 30, 0, 1, 0, 1, 1, 'Bluegill Oracle - Shiny Fish Scales'), +(1029, 5784, 0, 20, 0, 1, 0, 1, 1, 'Bluegill Oracle - Slimy Murloc Scale'), +(1029, 5524, 0, 30, 0, 1, 0, 1, 1, 'Bluegill Oracle - Thick-shelled Clam'); +DELETE FROM `creature_loot_template` WHERE `Entry` IN (1034, 1035, 1036, 1037, 1038, 1057); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(1034, 7131, 0, 100, 1, 1, 0, 2, 2, 'Dragonmaw Raider - Dragonmaw Shinbone'), +(1034, 3337, 0, 38, 1, 1, 0, 1, 1, 'Dragonmaw Raider - Dragonmaw War Banner'), +(1034, 1205, 0, 3, 0, 1, 0, 1, 1, 'Dragonmaw Raider - Melon Juice'), +(1034, 3770, 0, 5, 0, 1, 0, 1, 1, 'Dragonmaw Raider - Mutton Chop'), +(1034, 4306, 0, 28, 0, 1, 0, 1, 2, 'Dragonmaw Raider - Silk Cloth'), +(1034, 2592, 0, 12, 0, 1, 0, 1, 2, 'Dragonmaw Raider - Wool Cloth'), +(1035, 7131, 0, 100, 1, 1, 0, 2, 2, 'Dragonmaw Swamprunner - Dragonmaw Shinbone'), +(1035, 3337, 0, 38, 1, 1, 0, 1, 1, 'Dragonmaw Swamprunner - Dragonmaw War Banner'), +(1035, 1205, 0, 3, 0, 1, 0, 1, 1, 'Dragonmaw Swamprunner - Melon Juice'), +(1035, 3770, 0, 5, 0, 1, 0, 1, 1, 'Dragonmaw Swamprunner - Mutton Chop'), +(1035, 4306, 0, 28, 0, 1, 0, 1, 2, 'Dragonmaw Swamprunner - Silk Cloth'), +(1035, 2592, 0, 12, 0, 1, 0, 1, 2, 'Dragonmaw Swamprunner - Wool Cloth'), +(1035, 1955, 0, 1, 0, 1, 1, 1, 1, 'Dragonmaw Swamprunner - Dragonmaw Chain Boots'), +(1036, 7131, 0, 100, 1, 1, 0, 2, 2, 'Dragonmaw Centurion - Dragonmaw Shinbone'), +(1036, 3337, 0, 38, 1, 1, 0, 1, 1, 'Dragonmaw Centurion - Dragonmaw War Banner'), +(1036, 1205, 0, 3, 0, 1, 0, 1, 1, 'Dragonmaw Centurion - Melon Juice'), +(1036, 3770, 0, 5, 0, 1, 0, 1, 1, 'Dragonmaw Centurion - Mutton Chop'), +(1036, 4306, 0, 28, 0, 1, 0, 1, 2, 'Dragonmaw Centurion - Silk Cloth'), +(1036, 2592, 0, 12, 0, 1, 0, 1, 2, 'Dragonmaw Centurion - Wool Cloth'), +(1036, 753, 0, 1, 0, 1, 1, 1, 1, 'Dragonmaw Centurion - Dragonmaw Shortsword'), +(1037, 7131, 0, 100, 1, 1, 0, 2, 2, 'Dragonmaw Battlemaster - Dragonmaw Shinbone'), +(1037, 3337, 0, 38, 1, 1, 0, 1, 1, 'Dragonmaw Battlemaster - Dragonmaw War Banner'), +(1037, 1205, 0, 3, 0, 1, 0, 1, 1, 'Dragonmaw Battlemaster - Melon Juice'), +(1037, 3770, 0, 5, 0, 1, 0, 1, 1, 'Dragonmaw Battlemaster - Mutton Chop'), +(1037, 4306, 0, 28, 0, 1, 0, 1, 2, 'Dragonmaw Battlemaster - Silk Cloth'), +(1037, 2592, 0, 12, 0, 1, 0, 1, 2, 'Dragonmaw Battlemaster - Wool Cloth'), +(1038, 7131, 0, 100, 1, 1, 0, 2, 2, 'Dragonmaw Shadowwarder - Dragonmaw Shinbone'), +(1038, 3337, 0, 38, 1, 1, 0, 1, 1, 'Dragonmaw Shadowwarder - Dragonmaw War Banner'), +(1038, 1205, 0, 3, 0, 1, 0, 1, 1, 'Dragonmaw Shadowwarder - Melon Juice'), +(1038, 3770, 0, 5, 0, 1, 0, 1, 1, 'Dragonmaw Shadowwarder - Mutton Chop'), +(1038, 4306, 0, 28, 0, 1, 0, 1, 2, 'Dragonmaw Shadowwarder - Silk Cloth'), +(1038, 2592, 0, 12, 0, 1, 0, 1, 2, 'Dragonmaw Shadowwarder - Wool Cloth'), +(1038, 6930, 0, 75, 1, 1, 0, 1, 1, 'Dragonmaw Shadowwarder - Rod of Channeling'), +(1057, 7131, 0, 100, 1, 1, 0, 2, 2, 'Dragonmaw Bonewarder - Dragonmaw Shinbone'), +(1057, 3337, 0, 38, 1, 1, 0, 1, 1, 'Dragonmaw Bonewarder - Dragonmaw War Banner'), +(1057, 1205, 0, 3, 0, 1, 0, 1, 1, 'Dragonmaw Bonewarder - Melon Juice'), +(1057, 3770, 0, 5, 0, 1, 0, 1, 1, 'Dragonmaw Bonewarder - Mutton Chop'), +(1057, 4306, 0, 28, 0, 1, 0, 1, 2, 'Dragonmaw Bonewarder - Silk Cloth'), +(1057, 2592, 0, 12, 0, 1, 0, 1, 2, 'Dragonmaw Bonewarder - Wool Cloth'), +(1057, 6930, 0, 75, 1, 1, 0, 1, 1, 'Dragonmaw Bonewarder - Rod of Channeling'); +DELETE FROM `creature_loot_template` WHERE `Entry` IN (1115, 1116, 1117, 1118, 1119); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(1115, 2591, 0, 22, 0, 1, 0, 1, 1, 'Rockjaw Skullthumper - Dirty Trogg Cloth'), +(1115, 2589, 0, 33, 0, 1, 0, 1, 2, 'Rockjaw Skullthumper - Linen Cloth'), +(1115, 118, 0, 3, 0, 1, 0, 1, 2, 'Rockjaw Skullthumper - Minor Healing Potion'), +(1115, 159, 0, 4, 0, 1, 0, 1, 2, 'Rockjaw Skullthumper - Refreshing Spring Water'), +(1115, 117, 0, 9, 0, 1, 0, 1, 1, 'Rockjaw Skullthumper - Tough Jerky'), +(1115, 2066, 0, 4, 0, 1, 1, 1, 1, 'Rockjaw Skullthumper - Skull Hatchet'), +(1116, 2591, 0, 22, 0, 1, 0, 1, 1, 'Rockjaw Ambusher - Dirty Trogg Cloth'), +(1116, 2589, 0, 33, 0, 1, 0, 1, 2, 'Rockjaw Ambusher - Linen Cloth'), +(1116, 118, 0, 3, 0, 1, 0, 1, 2, 'Rockjaw Ambusher - Minor Healing Potion'), +(1116, 159, 0, 4, 0, 1, 0, 1, 2, 'Rockjaw Ambusher - Refreshing Spring Water'), +(1116, 117, 0, 9, 0, 1, 0, 1, 1, 'Rockjaw Ambusher - Tough Jerky'), +(1116, 2065, 0, 4, 0, 1, 1, 1, 1, 'Rockjaw Ambusher - Rockjaw Blade'), +(1117, 2591, 0, 22, 0, 1, 0, 1, 1, 'Rockjaw Bonesnapper - Dirty Trogg Cloth'), +(1117, 2589, 0, 33, 0, 1, 0, 1, 2, 'Rockjaw Bonesnapper - Linen Cloth'), +(1117, 118, 0, 3, 0, 1, 0, 1, 2, 'Rockjaw Bonesnapper - Minor Healing Potion'), +(1117, 159, 0, 4, 0, 1, 0, 1, 2, 'Rockjaw Bonesnapper - Refreshing Spring Water'), +(1117, 117, 0, 9, 0, 1, 0, 1, 1, 'Rockjaw Bonesnapper - Tough Jerky'), +(1117, 2067, 0, 5, 0, 1, 0, 1, 1, 'Rockjaw Bonesnapper - Frostbit Staff'), +(1118, 2591, 0, 22, 0, 1, 0, 1, 1, 'Rockjaw Backbreaker - Dirty Trogg Cloth'), +(1118, 2589, 0, 33, 0, 1, 0, 1, 2, 'Rockjaw Backbreaker - Linen Cloth'), +(1118, 118, 0, 3, 0, 1, 0, 1, 2, 'Rockjaw Backbreaker - Minor Healing Potion'), +(1118, 159, 0, 4, 0, 1, 0, 1, 2, 'Rockjaw Backbreaker - Refreshing Spring Water'), +(1118, 117, 0, 9, 0, 1, 0, 1, 1, 'Rockjaw Backbreaker - Tough Jerky'), +(1119, 2254, 0, 15, 0, 1, 0, 1, 1, 'Hammerspine - Icepane Warhammer'), +(1119, 2591, 0, 22, 0, 1, 0, 1, 1, 'Hammerspine - Dirty Trogg Cloth'), +(1119, 2589, 0, 33, 0, 1, 0, 1, 2, 'Hammerspine - Linen Cloth'), +(1119, 118, 0, 3, 0, 1, 0, 1, 2, 'Hammerspine - Minor Healing Potion'), +(1119, 159, 0, 4, 0, 1, 0, 1, 2, 'Hammerspine - Refreshing Spring Water'), +(1119, 117, 0, 9, 0, 1, 0, 1, 1, 'Hammerspine - Tough Jerky'); +DELETE FROM `creature_loot_template` WHERE `Entry` IN (1172, 1174, 1176, 1177); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(1172, 1179, 0, 3, 0, 1, 0, 1, 1, 'Tunnel Rat Vermin - Ice Cold Milk'), +(1172, 2589, 0, 40, 0, 1, 0, 1, 3, 'Tunnel Rat Vermin - Linen Cloth'), +(1172, 4537, 0, 5, 0, 1, 0, 1, 1, 'Tunnel Rat Vermin - Tel\'Abim Banana'), +(1172, 3110, 0, 38, 1, 1, 1, 1, 1, 'Tunnel Rat Vermin - Tunnel Rat Ear'), +(1172, 3110, 0, 38, 1, 1, 2, 1, 1, 'Tunnel Rat Vermin - Tunnel Rat Ear'), +(1172, 2282, 0, 2, 0, 1, 1, 1, 1, 'Tunnel Rat Vermin - Rodentia Shortsword'), +(1174, 1179, 0, 3, 0, 1, 0, 1, 1, 'Tunnel Rat Geomancer - Ice Cold Milk'), +(1174, 2589, 0, 40, 0, 1, 0, 1, 3, 'Tunnel Rat Geomancer - Linen Cloth'), +(1174, 4537, 0, 5, 0, 1, 0, 1, 1, 'Tunnel Rat Geomancer - Tel\'Abim Banana'), +(1174, 3110, 0, 38, 1, 1, 1, 1, 1, 'Tunnel Rat Geomancer - Tunnel Rat Ear'), +(1174, 3110, 0, 38, 1, 1, 2, 1, 1, 'Tunnel Rat Geomancer - Tunnel Rat Ear'), +(1176, 1179, 0, 3, 0, 1, 0, 1, 1, 'Tunnel Rat Forager - Ice Cold Milk'), +(1176, 2589, 0, 40, 0, 1, 0, 1, 3, 'Tunnel Rat Forager - Linen Cloth'), +(1176, 4537, 0, 5, 0, 1, 0, 1, 1, 'Tunnel Rat Forager - Tel\'Abim Banana'), +(1176, 3110, 0, 38, 1, 1, 1, 1, 1, 'Tunnel Rat Forager - Tunnel Rat Ear'), +(1176, 3110, 0, 38, 1, 1, 2, 1, 1, 'Tunnel Rat Forager - Tunnel Rat Ear'), +(1176, 2281, 0, 2, 0, 1, 0, 1, 1, 'Tunnel Rat Forager - Rodentia Flint Axe'), +(1177, 1179, 0, 3, 0, 1, 0, 1, 1, 'Tunnel Rat Surveyor - Ice Cold Milk'), +(1177, 2589, 0, 40, 0, 1, 0, 1, 3, 'Tunnel Rat Surveyor - Linen Cloth'), +(1177, 4537, 0, 5, 0, 1, 0, 1, 1, 'Tunnel Rat Surveyor - Tel\'Abim Banana'), +(1177, 3110, 0, 38, 1, 1, 1, 1, 1, 'Tunnel Rat Surveyor - Tunnel Rat Ear'), +(1177, 3110, 0, 38, 1, 1, 2, 1, 1, 'Tunnel Rat Surveyor - Tunnel Rat Ear'), +(1177, 2283, 0, 2, 0, 1, 0, 1, 1, 'Tunnel Rat Surveyor - Rat Cloth Belt'); +DELETE FROM `creature_loot_template` WHERE `Entry` IN (1178, 1179, 1180, 1181); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(1178, 2287, 0, 6, 0, 1, 0, 1, 1, 'Mo\'grosh Ogre - Haunch of Meat'), +(1178, 1179, 0, 3, 0, 1, 0, 1, 1, 'Mo\'grosh Ogre - Ice Cold Milk'), +(1178, 2589, 0, 22, 0, 1, 1, 1, 5, 'Mo\'grosh Ogre - Linen Cloth'), +(1178, 2592, 0, 24, 0, 1, 1, 1, 4, 'Mo\'grosh Ogre - Wool Cloth'), +(1178, 2607, 0, 8, 1, 1, 0, 1, 1, 'Mo\'grosh Ogre - Mo\'grosh Crystal'), +(1178, 2822, 0, 3, 0, 1, 0, 1, 1, 'Mo\'grosh Ogre - Mo\'grosh Toothpick'), +(1179, 2287, 0, 6, 0, 1, 0, 1, 1, 'Mo\'grosh Enforcer - Haunch of Meat'), +(1179, 1179, 0, 3, 0, 1, 0, 1, 1, 'Mo\'grosh Enforcer - Ice Cold Milk'), +(1179, 2589, 0, 22, 0, 1, 1, 1, 5, 'Mo\'grosh Enforcer - Linen Cloth'), +(1179, 2592, 0, 24, 0, 1, 1, 1, 4, 'Mo\'grosh Enforcer - Wool Cloth'), +(1179, 2607, 0, 8, 1, 1, 0, 1, 1, 'Mo\'grosh Enforcer - Mo\'grosh Crystal'), +(1179, 2821, 0, 3, 0, 1, 0, 1, 1, 'Mo\'grosh Enforcer - Mo\'grosh Masher'), +(1180, 2287, 0, 6, 0, 1, 0, 1, 1, 'Mo\'grosh Brute - Haunch of Meat'), +(1180, 1179, 0, 3, 0, 1, 0, 1, 1, 'Mo\'grosh Brute - Ice Cold Milk'), +(1180, 2589, 0, 22, 0, 1, 1, 1, 5, 'Mo\'grosh Brute - Linen Cloth'), +(1180, 2592, 0, 24, 0, 1, 1, 1, 4, 'Mo\'grosh Brute - Wool Cloth'), +(1180, 2607, 0, 8, 1, 1, 0, 1, 1, 'Mo\'grosh Brute - Mo\'grosh Crystal'), +(1180, 2823, 0, 3, 0, 1, 0, 1, 1, 'Mo\'grosh Brute - Mo\'grosh Can Opener'), +(1181, 2287, 0, 6, 0, 1, 0, 1, 1, 'Mo\'grosh Shaman - Haunch of Meat'), +(1181, 1179, 0, 3, 0, 1, 0, 1, 1, 'Mo\'grosh Shaman - Ice Cold Milk'), +(1181, 2589, 0, 22, 0, 1, 1, 1, 5, 'Mo\'grosh Shaman - Linen Cloth'), +(1181, 2592, 0, 24, 0, 1, 1, 1, 4, 'Mo\'grosh Shaman - Wool Cloth'), +(1181, 2607, 0, 8, 1, 1, 0, 1, 1, 'Mo\'grosh Shaman - Mo\'grosh Crystal'); + +-- Cleanup Old System +DELETE FROM `creature_loot_template` WHERE `Reference` IN (24120, 526780, 526790, 6000, 6001, 6003, 11111, 14500, 24000, 24001, 24002, 24003, 24004, 24006, 24007, 24009, 24011, 24014, 24016, 24017, 24018, 24019, 24020, 24021, 24022, 24023, 24024, 24025, 24026, 24027, 24028, 24029, 24030, 24031, 24032, 24033, 24034, 24035, 24036, 24037, 24038, 24039, 24040, 24041, 24042, 24043, 24044, 24045, 24046, 24047, 24048, 24049, 24050, 24051, 24052, 24053, 24054, 24055, 24056, 24057, 24058, 24059, 24060, 24061, 24062, 24063, 24064, 24065, 24066, 24067, 24068, 24069, 24070, 24071, 24073, 24074, 24075, 24076, 24077, 24078, 24079, 24080, 24081, 24082, 24083, 24084, 24085, 24086, 24087, 24088, 24089, 24090, 24100, 24101, 24102, 24103, 24104, 24105, 24106, 24107, 24108, 24109, 24110, 24111, 24112, 24113, 24114, 24115, 24116, 24117, 24118, 24150, 24151, 24152, 24153, 24154, 24155, 24156, 24157, 24158, 24159, 24160, 24161, 24162, 24700, 24701, 24702, 24720, 24722, 24723, 24730, 24731, 24732, 24733, 24734, 24735, 24736, 24737, 44007, 44009, 44010) +AND `entry` IN (3, 30, 36, 40, 43, 46, 48, 60, 92, 94, 95, 97, 98, 113, 114, 115, 116, 117, 118, 119, 121, 122, 123, 124, 125, 126, 127, 154, 157, 171, 199, 202, 203, 205, 206, 210, 212, 213, 215, 217, 218, 232, 285, 300, 315, 327, 330, 345, 390, 391, 397, 422, 423, 424, 426, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 440, 441, 442, 445, 446, 449, 452, 453, 454, 456, 458, 473, 474, 475, 476, 478, 480, 481, 485, 499, 500, 501, 502, 504, 505, 511, 513, 515, 517, 518, 524, 525, 533, 539, 544, 545, 547, 548, 550, 565, 568, 569, 570, 578, 579, 580, 587, 588, 589, 590, 594, 595, 597, 604, 615, 619, 623, 624, 625, 626, 628, 660, 667, 669, 670, 671, 672, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 694, 696, 697, 699, 701, 702, 703, 709, 710, 711, 712, 728, 729, 730, 732, 735, 736, 740, 741, 742, 743, 744, 745, 746, 747, 750, 751, 752, 754, 755, 757, 759, 760, 761, 762, 764, 765, 766, 767, 768, 769, 772, 780, 781, 782, 783, 784, 785, 787, 813, 814, 818, 819, 822, 824, 830, 831, 832, 833, 834, 846, 854, 855, 856, 858, 861, 862, 863, 864, 865, 868, 871, 873, 875, 877, 879, 880, 881, 889, 891, 892, 898, 905, 909, 910, 920, 921, 922, 923, 930, 937, 938, 939, 940, 941, 942, 943, 948, 949, 950, 976, 977, 978, 979, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1051, 1052, 1053, 1054, 1057, 1059, 1061, 1062, 1065, 1069, 1081, 1082, 1083, 1084, 1085, 1087, 1088, 1094, 1095, 1096, 1097, 1108, 1109, 1110, 1111, 1114, 1115, 1116, 1117, 1118, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1131, 1133, 1134, 1135, 1138, 1142, 1144, 1150, 1151, 1152, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1169, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1183, 1184, 1185, 1186, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1199, 1201, 1202, 1205, 1206, 1207, 1211, 1216, 1222, 1224, 1225, 1236, 1251, 1258, 1259, 1270, 1353, 1364, 1388, 1393, 1397, 1400, 1417, 1418, 1426, 1487, 1488, 1489, 1490, 1491, 1520, 1522, 1523, 1525, 1526, 1527, 1528, 1529, 1530, 1532, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1543, 1544, 1545, 1547, 1548, 1549, 1550, 1551, 1553, 1554, 1555, 1557, 1558, 1559, 1561, 1562, 1563, 1564, 1565, 1653, 1654, 1655, 1656, 1657, 1658, 1660, 1662, 1664, 1665, 1674, 1675, 1689, 1693, 1713, 1725, 1726, 1727, 1753, 1754, 1765, 1766, 1767, 1768, 1769, 1770, 1772, 1773, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1787, 1788, 1789, 1791, 1793, 1794, 1795, 1796, 1797, 1802, 1804, 1806, 1808, 1809, 1812, 1813, 1815, 1816, 1817, 1821, 1822, 1824, 1826, 1827, 1831, 1832, 1833, 1834, 1835, 1845, 1865, 1866, 1867, 1868, 1869, 1870, 1883, 1884, 1888, 1889, 1891, 1894, 1895, 1907, 1908, 1909, 1912, 1913, 1914, 1915, 1922, 1923, 1924, 1934, 1935, 1939, 1940, 1941, 1942, 1943, 1947, 1949, 1953, 1954, 1955, 1956, 1957, 1958, 1961, 1971, 1972, 1973, 1974, 1983, 1993, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2017, 2018, 2019, 2020, 2021, 2022, 2025, 2027, 2029, 2030, 2033, 2034, 2038, 2039, 2042, 2043, 2053, 2054, 2058, 2069, 2070, 2071, 2089, 2091, 2102, 2103, 2106, 2120, 2152, 2156, 2157, 2162, 2163, 2164, 2165, 2166, 2167, 2168, 2169, 2170, 2171, 2173, 2174, 2176, 2177, 2178, 2179, 2180, 2181, 2182, 2183, 2185, 2187, 2189, 2190, 2201, 2202, 2203, 2204, 2205, 2206, 2207, 2208, 2212, 2231, 2232, 2233, 2234, 2235, 2236, 2237, 2240, 2241, 2242, 2243, 2244, 2245, 2246, 2247, 2248, 2249, 2250, 2251, 2252, 2253, 2254, 2255, 2256, 2257, 2260, 2261, 2264, 2265, 2266, 2267, 2268, 2269, 2270, 2271, 2272, 2287, 2304, 2305, 2306, 2318, 2319, 2320, 2321, 2322, 2323, 2324, 2332, 2335, 2336, 2337, 2338, 2339, 2344, 2345, 2346, 2347, 2348, 2349, 2350, 2351, 2354, 2356, 2358, 2359, 2360, 2368, 2369, 2370, 2371, 2372, 2373, 2374, 2375, 2376, 2377, 2384, 2385, 2387, 2403, 2404, 2406, 2407, 2408, 2411, 2412, 2413, 2414, 2415, 2416, 2420, 2421, 2422, 2423, 2427, 2428, 2431, 2440, 2448, 2449, 2450, 2451, 2473, 2474, 2503, 2505, 2521, 2522, 2530, 2534, 2535, 2536, 2537, 2544, 2545, 2546, 2547, 2548, 2549, 2550, 2551, 2552, 2553, 2554, 2555, 2556, 2557, 2558, 2559, 2560, 2561, 2562, 2563, 2564, 2565, 2566, 2567, 2569, 2570, 2571, 2572, 2573, 2574, 2575, 2577, 2578, 2579, 2580, 2581, 2582, 2583, 2584, 2585, 2586, 2587, 2588, 2589, 2590, 2591, 2592, 2595, 2596, 2597, 2599, 2607, 2611, 2612, 2618, 2619, 2628, 2635, 2636, 2639, 2640, 2641, 2642, 2643, 2644, 2645, 2646, 2647, 2648, 2649, 2650, 2651, 2652, 2653, 2654, 2655, 2656, 2657, 2658, 2659, 2680, 2681, 2686, 2691, 2692, 2693, 2694, 2701, 2714, 2715, 2716, 2717, 2718, 2719, 2720, 2723, 2725, 2727, 2728, 2729, 2730, 2731, 2732, 2733, 2734, 2735, 2736, 2738, 2739, 2740, 2742, 2743, 2760, 2761, 2762, 2764, 2765, 2773, 2780, 2781, 2782, 2783, 2791, 2793, 2817, 2829, 2830, 2831, 2892, 2893, 2894, 2906, 2907, 2923, 2924, 2925, 2926, 2927, 2928, 2929, 2932, 2944, 2945, 2949, 2950, 2951, 2956, 2957, 2958, 2959, 2960, 2962, 2963, 2964, 2965, 2967, 2968, 2969, 2970, 2971, 2972, 2973, 2974, 2975, 2976, 2977, 2978, 2979, 2989, 2990, 3035, 3051, 3058, 3094, 3099, 3100, 3103, 3104, 3105, 3106, 3107, 3108, 3110, 3111, 3112, 3113, 3114, 3115, 3116, 3117, 3118, 3119, 3120, 3121, 3122, 3123, 3125, 3126, 3127, 3128, 3129, 3130, 3131, 3141, 3192, 3195, 3196, 3197, 3198, 3199, 3203, 3204, 3205, 3206, 3207, 3225, 3226, 3227, 3228, 3231, 3232, 3234, 3235, 3236, 3237, 3238, 3239, 3240, 3241, 3242, 3243, 3244, 3245, 3246, 3247, 3248, 3249, 3250, 3251, 3252, 3254, 3255, 3256, 3258, 3260, 3261, 3263, 3265, 3266, 3267, 3268, 3269, 3271, 3272, 3273, 3274, 3275, 3276, 3277, 3278, 3279, 3280, 3282, 3283, 3284, 3285, 3286, 3374, 3375, 3376, 3377, 3378, 3379, 3380, 3381, 3382, 3383, 3384, 3385, 3386, 3392, 3393, 3394, 3396, 3397, 3414, 3415, 3416, 3424, 3425, 3426, 3434, 3435, 3436, 3438, 3445, 3452, 3454, 3455, 3456, 3457, 3458, 3459, 3461, 3463, 3465, 3466, 3467, 3471, 3472, 3473, 3474, 3476, 3503, 3528, 3530, 3532, 3566, 3577, 3578, 3630, 3631, 3632, 3633, 3634, 3638, 3641, 3655, 3660, 3661, 3662, 3664, 3667, 3692, 3696, 3711, 3712, 3713, 3715, 3717, 3721, 3725, 3727, 3728, 3730, 3732, 3733, 3734, 3736, 3737, 3739, 3740, 3742, 3743, 3745, 3746, 3748, 3749, 3750, 3752, 3754, 3755, 3757, 3758, 3759, 3762, 3763, 3765, 3767, 3770, 3771, 3772, 3774, 3780, 3781, 3782, 3783, 3784, 3789, 3791, 3797, 3801, 3802, 3803, 3804, 3806, 3807, 3808, 3809, 3810, 3811, 3812, 3814, 3815, 3816, 3817, 3818, 3819, 3820, 3821, 3823, 3824, 3825, 3833, 3834, 3917, 3919, 3921, 3922, 3923, 3924, 3925, 3926, 3928, 3931, 3932, 3940, 3941, 3942, 3943, 3944, 3986, 3987, 3988, 3989, 3991, 3992, 3993, 3994, 3999, 4003, 4004, 4005, 4006, 4007, 4008, 4009, 4011, 4012, 4013, 4014, 4016, 4017, 4018, 4019, 4020, 4021, 4022, 4023, 4024, 4025, 4026, 4027, 4028, 4029, 4031, 4032, 4034, 4035, 4036, 4037, 4038, 4040, 4041, 4042, 4044, 4050, 4051, 4052, 4053, 4054, 4056, 4057, 4061, 4062, 4063, 4064, 4065, 4067, 4070, 4073, 4074, 4093, 4094, 4095, 4096, 4097, 4099, 4100, 4101, 4104, 4107, 4109, 4110, 4111, 4112, 4114, 4116, 4117, 4118, 4119, 4120, 4124, 4126, 4127, 4128, 4129, 4130, 4131, 4133, 4139, 4140, 4142, 4143, 4144, 4147, 4150, 4151, 4154, 4158, 4202, 4248, 4249, 4250, 4260, 4273, 4280, 4281, 4282, 4283, 4284, 4285, 4316, 4323, 4324, 4328, 4329, 4331, 4334, 4341, 4343, 4344, 4345, 4346, 4347, 4348, 4351, 4352, 4356, 4357, 4359, 4361, 4362, 4363, 4376, 4378, 4379, 4382, 4385, 4387, 4388, 4389, 4390, 4393, 4394, 4397, 4401, 4403, 4404, 4409, 4412, 4414, 4415, 4457, 4458, 4459, 4460, 4461, 4462, 4463, 4464, 4465, 4466, 4467, 4468, 4469, 4472, 4474, 4475, 4479, 4480, 4481, 4493, 4494, 4499, 4505, 4506, 4548, 4619, 4632, 4633, 4634, 4635, 4636, 4637, 4638, 4639, 4640, 4641, 4642, 4643, 4644, 4645, 4646, 4647, 4648, 4649, 4651, 4652, 4653, 4654, 4655, 4656, 4657, 4658, 4659, 4662, 4663, 4664, 4665, 4666, 4667, 4668, 4670, 4671, 4672, 4673, 4674, 4675, 4676, 4677, 4678, 4679, 4680, 4681, 4682, 4684, 4685, 4692, 4693, 4694, 4695, 4696, 4697, 4699, 4700, 4701, 4702, 4705, 4711, 4712, 4713, 4714, 4715, 4716, 4718, 4719, 4723, 4726, 4727, 4728, 4729, 4788, 4789, 4802, 4803, 4834, 4841, 4844, 4845, 4846, 4851, 4856, 4872, 5057, 5085, 5086, 5184, 5224, 5225, 5229, 5232, 5234, 5235, 5236, 5237, 5238, 5239, 5240, 5241, 5243, 5244, 5245, 5246, 5247, 5249, 5251, 5253, 5254, 5255, 5258, 5260, 5261, 5262, 5263, 5268, 5269, 5272, 5274, 5278, 5286, 5287, 5288, 5292, 5293, 5295, 5296, 5297, 5299, 5300, 5304, 5305, 5306, 5307, 5308, 5327, 5328, 5331, 5332, 5333, 5334, 5335, 5336, 5337, 5362, 5363, 5364, 5366, 5401, 5419, 5420, 5421, 5422, 5423, 5424, 5425, 5426, 5427, 5428, 5429, 5430, 5431, 5441, 5450, 5451, 5452, 5453, 5454, 5455, 5456, 5457, 5458, 5459, 5460, 5461, 5462, 5465, 5471, 5472, 5473, 5474, 5475, 5477, 5481, 5485, 5490, 5600, 5601, 5602, 5615, 5616, 5617, 5618, 5622, 5643, 5645, 5646, 5647, 5682, 5683, 5771, 5833, 5839, 5840, 5843, 5844, 5846, 5850, 5852, 5853, 5854, 5855, 5856, 5857, 5858, 5860, 5861, 5862, 5881, 5974, 5975, 5976, 5977, 5978, 5979, 5982, 5983, 5984, 5985, 5988, 5990, 5991, 5992, 5993, 5996, 5997, 5998, 5999, 6000, 6001, 6002, 6003, 6004, 6005, 6006, 6007, 6008, 6009, 6010, 6011, 6020, 6033, 6068, 6072, 6073, 6093, 6113, 6115, 6116, 6117, 6123, 6124, 6125, 6126, 6127, 6128, 6132, 6133, 6135, 6136, 6137, 6138, 6140, 6167, 6170, 6184, 6185, 6186, 6187, 6188, 6189, 6190, 6193, 6194, 6195, 6196, 6198, 6199, 6200, 6201, 6202, 6208, 6210, 6213, 6221, 6231, 6347, 6348, 6349, 6350, 6351, 6352, 6369, 6370, 6371, 6372, 6375, 6377, 6378, 6379, 6380, 6466, 6494, 6497, 6505, 6506, 6507, 6508, 6509, 6510, 6511, 6512, 6513, 6514, 6516, 6517, 6518, 6519, 6520, 6521, 6523, 6527, 6547, 6551, 6552, 6553, 6554, 6555, 6556, 6557, 6559, 6570, 6606, 6668, 6733, 6788, 6789, 6846, 6909, 6927, 7025, 7026, 7027, 7028, 7029, 7031, 7032, 7033, 7034, 7035, 7036, 7037, 7038, 7039, 7040, 7041, 7042, 7043, 7044, 7045, 7046, 7047, 7048, 7049, 7053, 7055, 7086, 7092, 7093, 7097, 7098, 7099, 7100, 7101, 7105, 7106, 7107, 7109, 7110, 7111, 7112, 7113, 7114, 7115, 7118, 7120, 7125, 7126, 7132, 7136, 7138, 7139, 7149, 7153, 7154, 7155, 7156, 7157, 7158, 7234, 7235, 7318, 7319, 7369, 7371, 7372, 7376, 7379, 7404, 7430, 7431, 7432, 7433, 7434, 7438, 7439, 7440, 7442, 7443, 7444, 7445, 7446, 7447, 7448, 7449, 7450, 7451, 7452, 7453, 7454, 7455, 7456, 7457, 7458, 7459, 7460, 7523, 7524, 7584, 7668, 7669, 7670, 7671, 7725, 7726, 7727, 7728, 7843, 7847, 7855, 7856, 7857, 7858, 7864, 7872, 7873, 7874, 7883, 7885, 7886, 7977, 7995, 7996, 8136, 8236, 8400, 8408, 8409, 8419, 8447, 8518, 8519, 8520, 8521, 8522, 8523, 8524, 8525, 8526, 8527, 8528, 8529, 8530, 8531, 8532, 8534, 8535, 8538, 8539, 8540, 8541, 8542, 8543, 8544, 8545, 8546, 8547, 8548, 8550, 8551, 8553, 8555, 8556, 8557, 8558, 8560, 8561, 8562, 8563, 8564, 8565, 8566, 8596, 8597, 8598, 8600, 8601, 8602, 8603, 8605, 8606, 8607, 8636, 8637, 8667, 8675, 8759, 8760, 8761, 8762, 8763, 8764, 8766, 8837, 8917, 8956, 8957, 8958, 8959, 8960, 8961, 8977, 9043, 9044, 9162, 9163, 9164, 9165, 9166, 9167, 9176, 9318, 9336, 9377, 9396, 9397, 9454, 9462, 9464, 9517, 9518, 9622, 9690, 9691, 9694, 9695, 9697, 9698, 9860, 9861, 9862, 9877, 9878, 9879, 9916, 10157, 10158, 10159, 10160, 10323, 10580, 10605, 10608, 10617, 10637, 10648, 10659, 10660, 10661, 10738, 10756, 10757, 10758, 10759, 10760, 10761, 10801, 10802, 10806, 10807, 10816, 10896, 10916, 11290, 11291, 11440, 11442, 11443, 11516, 11552, 11559, 11561, 11562, 11563, 11576, 11577, 11578, 11611, 11613, 11656, 11680, 11681, 11682, 11683, 11684, 11685, 11686, 11687, 11697, 11698, 11721, 11722, 11723, 11724, 11725, 11726, 11727, 11728, 11729, 11730, 11731, 11732, 11733, 11734, 11735, 11736, 11737, 11738, 11739, 11740, 11741, 11744, 11745, 11746, 11747, 11777, 11778, 11781, 11782, 11785, 11786, 11787, 11788, 11858, 11873, 11880, 11881, 11882, 11883, 11896, 11897, 11910, 11911, 11912, 11913, 11914, 11915, 11917, 11918, 11921, 12046, 12178, 12179, 12199, 12248, 12250, 12262, 12263, 12322, 12347, 12387, 12418, 12579, 12676, 12677, 12678, 12759, 12856, 12865, 12896, 12897, 13019, 13157, 14123, 14356, 14455, 14458, 14460, 14462, 14523, 14661, 15201, 15202, 15213, 15407, 15408, 15409, 15542, 15635, 15636, 15637, 15638, 15641, 15642, 15643, 15645, 15647, 15648, 15649, 15650, 15651, 15652, 15654, 15655, 15656, 15657, 15658, 15668, 15670, 15685, 15692, 15937, 15949, 15965, 15966, 15967, 15968, 16162, 16247, 16248, 16249, 16250, 16294, 16300, 16301, 16302, 16303, 16304, 16305, 16307, 16308, 16309, 16310, 16311, 16313, 16314, 16315, 16316, 16317, 16318, 16319, 16320, 16321, 16322, 16323, 16324, 16325, 16326, 16327, 16328, 16330, 16331, 16332, 16333, 16334, 16335, 16337, 16339, 16340, 16341, 16342, 16343, 16344, 16345, 16346, 16347, 16348, 16349, 16350, 16351, 16352, 16353, 16354, 16355, 16402, 16403, 16404, 16405, 16469, 17115, 17183, 17184, 17185, 17186, 17187, 17188, 17189, 17190, 17191, 17192, 17193, 17194, 17195, 17196, 17197, 17199, 17200, 17201, 17202, 17203, 17210, 17216, 17217, 17235, 17236, 17278, 17279, 17298, 17300, 17320, 17321, 17322, 17323, 17324, 17325, 17326, 17327, 17328, 17329, 17330, 17331, 17333, 17334, 17336, 17337, 17338, 17339, 17340, 17341, 17342, 17343, 17344, 17345, 17346, 17347, 17348, 17349, 17350, 17352, 17353, 17358, 17372, 17373, 17374, 17447, 17448, 17475, 17494, 17496, 17522, 17523, 17524, 17525, 17527, 17528, 17550, 17556, 17588, 17589, 17591, 17604, 17606, 17607, 17608, 17661, 17673, 17683, 17701, 17702, 17713, 17714, 17878, 23554, 23555, 23589, 23590, 23591, 23592, 23593, 23594, 23595, 23620, 23637, 23714, 23841, 23873, 24477, 24818, 24819, 37214, 37917, 37984, 38006, 38016, 38023); +DELETE FROM `creature_loot_template` WHERE `Item` IN (774, 818, 1210, 1206, 1705, 1529, 3864, 7909, 7910, 1364, 1366, 1367, 1368, 1369, 1370, 1372, 1374, 1376, 1377, 1378, 1380, 2210, 2211, 2649, 2650, 2651, 2652, 2653, 2654, 2656, 3363, 3365, 21002, 21003, 21004, 21005, 21006, 21007, 21008, 21009, 21010, 21011, 21012, 21013, 21014, 21015, 21016, 21017, 21018, 21019, 21020, 21021, 21022, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1425, 1427, 1429, 1430, 1431, 1433, 2138, 2212, 2213, 2635, 2642, 2643, 2644, 2645, 2646, 2648, 2773, 2774, 3370, 3373, 1495, 1497, 1498, 1499, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1730, 1731, 1732, 1733, 1734, 1735, 1737, 2214, 2215, 2763, 2777, 2778, 3374, 3375, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1764, 1766, 1767, 1768, 1769, 1770, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1811, 1812, 1813, 1814, 1815, 1816, 1817, 2216, 2217, 2764, 2780, 2781, 3376, 3377, 1485, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753, 1772, 1774, 1775, 1776, 1777, 1778, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 2219, 2220, 2765, 2782, 2783, 3378, 3379, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1780, 1782, 1783, 1784, 1785, 1786, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1825, 1826, 1827, 1828, 1829, 1830, 1831, 2221, 2222, 2766, 2785, 2786, 3380, 3381, 8748, 11411, 3778, 3779, 3780, 3781, 3782, 3783, 3784, 3785, 3786, 3787, 3792, 3793, 3794, 3795, 3796, 3797, 3798, 3799, 3800, 3801, 3802, 3803, 3804, 3805, 3806, 3807, 3808, 3809, 3810, 3811, 3812, 3813, 3814, 3815, 3816, 3817, 8746, 8747, 3936, 3937, 3938, 3939, 3940, 3941, 3942, 3943, 3961, 3962, 3963, 3964, 3965, 3966, 3967, 3968, 3986, 3989, 4000, 4001, 4002, 4003, 4004, 4005, 4006, 4007, 4017, 4018, 4019, 4020, 4021, 4022, 4023, 4024, 4025, 4026, 8749, 8750, 8751, 3944, 3945, 3946, 3947, 3948, 3949, 3950, 3951, 3969, 3970, 3971, 3972, 3973, 3974, 3975, 3976, 3987, 3990, 3992, 3993, 3994, 3995, 3996, 3997, 3998, 3999, 8080, 8081, 8082, 8083, 8084, 8085, 8086, 8752, 8753, 8754, 8755, 13816, 13817, 13818, 13819, 13820, 13821, 13822, 13823, 13824, 13825, 766, 767, 768, 1438, 2959, 2960, 2963, 2964, 2967, 2968, 3189, 3190, 3200, 3214, 3280, 3285, 3641, 3642, 3650, 4560, 4563, 4565, 4658, 4659, 4662, 4663, 4665, 4666, 4668, 4669, 4671, 4672, 4674, 4675, 6507, 6508, 6509, 6513, 6514, 6517, 6519, 6520, 7109, 7350, 8177, 8179, 8181, 8182, 14086, 14087, 14088, 14089, 14093, 14098, 15003, 15004, 15005, 15006, 15007, 15008, 15299, 15472, 15473, 15474, 15475, 15476, 15478, 15483, 15895, 3281, 3289, 3649, 6506, 6510, 6515, 6518, 6521, 7351, 9745, 9754, 9761, 14095, 15297, 15302, 15482, 3279, 3284, 3286, 3290, 3303, 3644, 4677, 4686, 4692, 9742, 9743, 9744, 9750, 9751, 9752, 9758, 9760, 14099, 15484, 3213, 3312, 4680, 4683, 4684, 4689, 4690, 9746, 9755, 9759, 9762, 14102, 14110, 15015, 15301, 15480, 15481, 2971, 2972, 2975, 2979, 3207, 3304, 3643, 4678, 4681, 4687, 4693, 6549, 6555, 14115, 14116, 15013, 15300, 15490, 3311, 5110, 10407, 14169, 15019, 15496, 4698, 4700, 4694, 10405, 14170, 14368, 14728, 6588, 14126, 15505, 6566, 6579, 14157, 15313, 727, 2075, 2140, 2957, 2958, 2961, 2962, 2965, 2966, 3192, 3282, 3287, 4561, 4562, 5069, 6267, 6269, 6337, 6511, 7108, 8178, 8180, 9753, 14090, 14091, 14094, 15009, 15010, 15477, 15479, 15486, 15925, 15932, 15944, 15969, 3283, 3288, 3291, 3292, 4564, 4566, 4577, 6266, 6268, 6336, 6512, 6527, 9764, 15298, 2632, 3652, 3654, 4569, 5071, 9747, 9756, 9763, 14097, 15303, 15485, 2073, 2976, 2978, 2980, 3036, 3302, 3307, 3308, 3314, 3651, 3653, 4570, 6537, 6542, 6543, 6550, 6556, 6558, 9748, 9749, 9757, 9765, 14113, 14365, 15011, 15309, 15491, 15492, 15495, 15933, 15970, 2970, 2974, 2977, 3305, 3309, 4567, 4701, 6539, 6541, 6548, 6557, 6559, 9786, 14096, 14109, 14114, 14117, 14724, 15012, 15016, 15210, 15268, 15304, 15306, 15487, 15489, 2079, 2969, 2973, 2983, 3205, 3315, 3645, 4571, 5212, 6378, 6379, 6528, 6546, 6547, 6551, 6554, 6560, 9785, 14025, 14119, 14123, 14366, 14561, 14563, 14722, 14723, 14725, 15014, 15308, 15501, 15926, 2078, 2984, 2987, 3195, 3196, 3306, 3310, 3313, 4695, 4699, 6380, 6531, 6540, 6545, 6553, 9779, 9788, 14122, 14161, 14364, 14559, 14726, 15305, 15310, 15493, 15494, 15499, 15945, 2988, 3040, 3211, 4575, 6536, 6538, 6552, 7554, 9775, 9777, 9784, 9787, 9789, 9790, 14131, 14160, 14166, 14167, 14174, 14367, 14370, 14560, 14564, 14727, 15017, 15114, 15222, 15307, 15497, 15507, 15508, 2982, 2986, 2992, 3184, 4697, 5207, 6563, 6575, 6585, 9770, 9776, 9778, 9780, 9783, 11965, 11981, 14120, 14121, 14124, 14129, 14168, 14173, 14729, 14745, 15018, 15110, 15112, 15248, 15312, 15498, 15502, 15510, 15971, 2981, 2985, 2989, 2990, 2991, 3193, 3655, 4568, 4576, 6561, 6562, 6564, 6581, 6583, 7608, 9768, 12052, 12053, 14125, 14164, 14565, 14571, 15111, 15488, 15506, 15509, 15893, 789, 3199, 4710, 6565, 6570, 6571, 6574, 6576, 6582, 9766, 9781, 9812, 11993, 12006, 14159, 14171, 14376, 14569, 14743, 14746, 15115, 15211, 15311, 15333, 15503, 15504, 790, 3039, 3065, 3198, 3647, 6381, 6382, 6572, 6573, 6577, 6578, 6580, 6586, 9767, 9782, 11967, 11982, 14162, 14172, 14175, 14369, 14371, 14562, 14567, 14568, 14730, 14747, 15113, 15331, 15519, 15912, 15946, 3057, 3066, 3202, 3740, 4706, 4708, 4998, 6383, 6568, 6587, 9805, 9811, 9814, 12054, 14127, 14133, 14179, 14374, 14572, 14742, 15117, 15223, 15269, 15329, 15500, 15511, 15512, 15526, 15972, 3058, 4709, 6567, 6569, 6584, 7558, 9771, 9792, 9793, 9794, 9801, 9810, 9813, 9815, 9816, 9818, 11994, 12007, 14165, 14373, 14375, 14566, 14748, 15122, 15124, 15224, 15230, 15259, 15330, 15513, 15515, 15517, 15894, 3048, 3055, 3056, 3067, 3212, 4661, 4707, 4713, 6593, 6604, 8186, 9795, 9799, 9802, 9803, 9804, 9817, 10287, 11968, 11983, 14158, 14163, 14176, 14177, 14377, 14574, 14749, 15116, 15118, 15120, 15241, 15249, 15348, 15514, 15520, 15528, 15532, 15891, 15974, 2072, 3045, 3047, 3049, 3069, 3656, 4036, 4705, 4714, 4715, 4999, 5001, 6394, 6591, 6600, 6602, 6608, 8183, 9769, 9772, 9773, 9774, 9796, 9806, 9807, 14185, 14188, 14378, 14573, 14580, 14752, 15212, 15332, 15334, 15336, 15340, 15516, 15521, 15523, 15527, 15927, 2819, 3201, 3206, 4049, 4711, 6393, 6594, 6595, 6596, 6597, 6598, 6601, 6605, 6612, 6613, 6614, 9797, 9808, 9809, 11995, 12008, 14181, 14182, 14187, 14194, 14372, 14380, 14570, 14582, 14744, 14750, 14755, 15121, 15123, 15338, 15347, 15525, 15537, 15947, 2077, 4712, 6387, 6395, 6397, 6398, 6590, 6592, 6599, 6611, 6615, 7415, 8184, 9791, 9798, 9800, 9822, 9829, 9831, 9838, 11969, 11984, 14186, 14195, 14379, 14400, 14402, 14578, 14754, 14756, 15125, 15126, 15132, 15284, 15337, 15522, 15529, 15535, 15547, 3186, 3210, 4037, 4051, 4064, 4072, 5002, 6386, 6388, 6399, 6603, 6607, 6617, 7356, 7419, 9821, 9827, 9837, 10404, 12047, 14180, 14183, 14184, 14191, 14197, 14406, 15127, 15135, 15242, 15341, 15342, 15343, 15351, 15518, 15531, 15538, 15539, 15545, 15973, 865, 3041, 4035, 4048, 4050, 4071, 4073, 5003, 5007, 6389, 6400, 7110, 7355, 7370, 7410, 7411, 7416, 9820, 9823, 9828, 9832, 9839, 9840, 10288, 14178, 14190, 14192, 14193, 14198, 14399, 14403, 14579, 14608, 14758, 15128, 15129, 15136, 15231, 15344, 15345, 15524, 15530, 15533, 15534, 15549, 15559, 15928, 15975, 4716, 4719, 4722, 5214, 6396, 6609, 6610, 6616, 7366, 7406, 7412, 7422, 9824, 9830, 9834, 9841, 9842, 10289, 10406, 10408, 10409, 12019, 12028, 14189, 14196, 14205, 14206, 14210, 14397, 14583, 14585, 14587, 14757, 14763, 15131, 15250, 15285, 15346, 15354, 15542, 15544, 15548, 15556, 15892, 15934, 3042, 4720, 6403, 6407, 6410, 7330, 7354, 7367, 7408, 7409, 7413, 7420, 7421, 7424, 9825, 9833, 9835, 9836, 9843, 9847, 9867, 12009, 12039, 14199, 14209, 14398, 14401, 14404, 14405, 14409, 14581, 14751, 14753, 15133, 15137, 15139, 15143, 15147, 15225, 15232, 15349, 15541, 15554, 15555, 15568, 15962, 2080, 3037, 3185, 4040, 4055, 4075, 4717, 6406, 6408, 6409, 7331, 7357, 7368, 7414, 7417, 7423, 7460, 9819, 9826, 9853, 9857, 9860, 9865, 11970, 11996, 14201, 14211, 14214, 14219, 14414, 14416, 14759, 14761, 15130, 15140, 15148, 15339, 15350, 15352, 15355, 15536, 15540, 15543, 15553, 15560, 15935, 3197, 4039, 4052, 4054, 4066, 4076, 4077, 4718, 4721, 5213, 6404, 7353, 7369, 7407, 7418, 7436, 7609, 9845, 9846, 9855, 9861, 9868, 9869, 11985, 12029, 14200, 14203, 14212, 14221, 14408, 14411, 14584, 14590, 14593, 14764, 15142, 15286, 15357, 15358, 15550, 15551, 15566, 15571, 15579, 1990, 4057, 4065, 4074, 4726, 5009, 6402, 6405, 7437, 7438, 7446, 7447, 7448, 7461, 9848, 9849, 9850, 9856, 9858, 9859, 9864, 9870, 12020, 14202, 14204, 14207, 14208, 14217, 14229, 14412, 14588, 15145, 15149, 15150, 15151, 15213, 15243, 15356, 15364, 15546, 15552, 15561, 15562, 15570, 15575, 15577, 15976, 863, 4038, 4059, 4732, 6413, 6417, 6418, 7111, 7433, 7434, 7443, 7444, 7457, 7458, 7462, 8188, 9851, 9862, 9863, 9871, 9872, 9873, 11971, 12010, 14213, 14215, 14218, 14222, 14226, 14235, 14415, 14589, 14594, 14607, 14762, 14766, 15134, 15144, 15153, 15226, 15361, 15557, 15558, 15563, 15590, 15594, 15929, 15977, 864, 1465, 1988, 4043, 4727, 6416, 6419, 6421, 7432, 7435, 7441, 7445, 7456, 7459, 7463, 9844, 9852, 9854, 9866, 9877, 9890, 9898, 11997, 12040, 14223, 14231, 14236, 14410, 14419, 14420, 14595, 14596, 14765, 14767, 15154, 15260, 15353, 15360, 15365, 15565, 15573, 15581, 15598, 15918, 1207, 4041, 4042, 4067, 4078, 4729, 4731, 6412, 6420, 6422, 7431, 7440, 7454, 7455, 7465, 7492, 9875, 9879, 9886, 9891, 9896, 11986, 12030, 14224, 14232, 14239, 14407, 14413, 14418, 14426, 14602, 14760, 14771, 14773, 15146, 15155, 15160, 15233, 15322, 15362, 15367, 15368, 15572, 15576, 15595, 15963, 15990, 4044, 4060, 4068, 4079, 4725, 5011, 7429, 7430, 7439, 7474, 7476, 7483, 7493, 7556, 8156, 8158, 8159, 8160, 8161, 9876, 9880, 9885, 9889, 9892, 9895, 9900, 9901, 11972, 14220, 14233, 14240, 14251, 14422, 14423, 14591, 14592, 14598, 14600, 14770, 14772, 14896, 14897, 14898, 14900, 14903, 15158, 15214, 15234, 15261, 15366, 15567, 15569, 15574, 15580, 15582, 1625, 4058, 4070, 4087, 4735, 5215, 6411, 6415, 6432, 7112, 7472, 7475, 7480, 7484, 7485, 7489, 7494, 7610, 8162, 8163, 9285, 9287, 9288, 9289, 9878, 9881, 9894, 9902, 9904, 9929, 12011, 12022, 14216, 14225, 14228, 14238, 14241, 14245, 14248, 14603, 14606, 14826, 14827, 14832, 14895, 14899, 14901, 14902, 15152, 15157, 15359, 15371, 15578, 15583, 15584, 15589, 15596, 15603, 15606, 15978, 866, 1640, 4045, 4061, 4736, 4738, 6424, 7470, 7471, 7473, 7479, 7481, 7482, 7488, 7490, 8157, 9290, 9292, 9883, 9893, 9897, 9899, 9903, 9927, 9968, 9972, 9973, 11998, 12042, 14230, 14234, 14250, 14255, 14421, 14424, 14430, 14599, 14769, 14828, 14829, 14830, 14941, 14942, 14943, 15159, 15165, 15244, 15363, 15369, 15377, 15593, 15597, 15600, 15605, 15613, 15979, 4047, 4063, 4734, 6426, 6428, 6431, 6433, 7478, 7487, 7491, 7496, 8137, 8140, 8194, 8196, 9291, 9874, 9882, 9884, 9887, 9908, 9909, 9919, 9926, 9930, 9931, 9967, 9969, 9971, 11973, 11987, 14242, 14243, 14253, 14261, 14429, 14435, 14605, 14774, 14775, 14776, 14821, 14825, 14831, 14834, 14838, 14940, 14946, 15156, 15161, 15163, 15251, 15372, 15375, 15591, 15592, 15610, 15611, 1613, 3187, 3430, 4083, 4737, 6425, 6429, 7469, 7486, 7495, 7524, 7533, 7544, 7552, 8139, 8141, 8142, 9286, 9906, 9907, 9910, 9916, 9917, 9920, 9925, 9932, 9934, 9970, 12031, 14246, 14247, 14260, 14417, 14425, 14428, 14431, 14601, 14654, 14656, 14768, 14777, 14781, 14833, 14839, 14841, 14906, 14910, 15169, 15370, 15374, 15599, 15607, 15608, 15612, 15964, 4046, 4062, 4080, 5216, 6423, 7332, 7468, 7477, 7522, 7525, 7534, 7545, 7555, 8120, 8144, 9912, 9915, 9918, 9921, 9923, 9928, 9933, 9935, 9959, 9966, 10088, 10089, 10094, 12012, 12023, 14252, 14257, 14258, 14262, 14270, 14432, 14604, 14652, 14778, 14782, 14905, 14909, 14944, 14945, 14956, 15162, 15166, 15168, 15215, 15287, 15382, 15602, 15614, 15617, 15624, 1994, 4084, 4733, 6427, 6430, 7113, 7521, 7523, 7526, 7530, 7531, 7535, 7541, 7542, 7546, 7611, 8109, 8118, 8135, 8143, 8273, 8277, 9911, 9922, 9956, 10087, 10090, 11974, 11999, 14237, 14244, 14259, 14268, 14433, 14436, 14440, 14653, 14657, 14783, 14784, 14843, 14911, 14914, 14939, 14947, 14950, 15173, 15262, 15270, 15376, 15378, 15380, 15601, 15604, 15615, 15616, 15632, 15980, 1608, 4069, 4082, 4088, 7519, 7520, 7529, 7532, 7540, 7543, 8107, 8108, 8110, 8114, 8116, 8117, 8121, 8127, 8138, 8199, 8276, 8278, 9951, 9960, 9961, 10091, 10092, 11988, 12043, 14249, 14254, 14266, 14269, 14272, 14276, 14439, 14659, 14660, 14786, 14787, 14840, 14918, 14949, 14951, 14955, 15164, 15172, 15178, 15373, 15609, 15618, 15620, 15625, 15626, 15981, 3208, 4089, 7528, 7536, 7538, 7539, 7553, 8111, 8115, 8122, 8124, 8125, 8279, 8281, 9905, 9913, 9914, 9924, 9937, 9938, 9945, 9947, 9949, 9962, 9963, 10079, 10201, 10202, 10206, 12032, 14263, 14264, 14273, 14280, 14438, 14446, 14663, 14665, 14785, 14791, 14835, 14842, 14853, 14907, 14908, 14917, 15167, 15235, 15379, 15383, 15386, 15619, 15628, 15629, 15635, 1639, 7537, 8112, 8123, 8128, 8129, 8130, 8280, 9936, 9939, 9941, 9948, 9952, 9964, 9965, 10060, 10066, 10067, 10069, 10071, 10076, 10086, 10127, 10205, 10207, 11975, 12013, 14271, 14279, 14292, 14427, 14434, 14442, 14443, 14655, 14658, 14661, 14779, 14780, 14788, 14847, 14913, 14921, 14953, 14965, 15177, 15227, 15252, 15385, 15392, 15630, 15636, 15638, 15643, 15965, 7517, 7518, 7527, 7557, 8131, 8133, 8248, 8255, 8257, 8259, 9940, 9942, 9953, 9955, 9957, 9958, 10058, 10059, 10080, 10081, 10129, 10130, 10131, 10194, 10208, 10209, 12001, 12024, 14278, 14282, 14285, 14286, 14291, 14441, 14792, 14793, 14794, 14846, 14848, 14904, 14912, 14923, 14952, 15171, 15174, 15176, 15183, 15245, 15263, 15323, 15384, 15387, 15623, 15627, 15639, 8106, 8113, 8119, 8126, 8132, 8134, 8247, 8253, 8266, 8274, 8282, 9954, 10061, 10062, 10063, 10068, 10072, 10075, 10082, 10083, 10132, 10134, 10185, 10191, 10239, 10243, 11989, 12044, 14265, 14267, 14274, 14289, 14290, 14294, 14450, 14662, 14666, 14669, 14797, 14851, 14920, 14948, 14954, 14957, 14960, 15175, 15182, 15216, 15279, 15291, 15381, 15621, 15622, 15637, 15641, 15649, 15652, 15937, 15982, 8246, 8249, 8250, 8256, 8260, 8264, 8315, 9974, 10073, 10084, 10085, 10133, 10174, 10180, 10184, 10190, 10196, 10197, 10203, 10238, 10242, 11976, 12055, 14275, 14277, 14296, 14300, 14444, 14448, 14668, 14673, 14801, 14850, 14861, 14919, 14927, 14959, 15170, 15236, 15253, 15274, 15388, 15393, 15631, 15633, 15634, 15642, 15644, 15983, 8254, 8263, 8311, 8314, 8316, 9943, 9944, 9946, 9950, 10064, 10074, 10077, 10078, 10098, 10108, 10120, 10173, 10186, 10192, 10198, 10200, 10241, 10245, 12014, 12034, 14281, 14301, 14447, 14451, 14454, 14667, 14672, 14795, 14796, 14807, 14849, 14915, 14916, 14922, 14926, 14963, 15180, 15228, 15280, 15294, 15389, 15395, 15647, 15653, 8251, 8261, 8262, 8267, 8268, 8272, 8317, 10093, 10096, 10103, 10107, 10109, 10126, 10128, 10166, 10171, 10176, 10179, 10183, 10199, 10244, 12002, 12025, 14283, 14299, 14313, 14437, 14445, 14452, 14664, 14789, 14790, 14844, 14852, 14856, 14857, 14929, 14962, 15184, 15187, 15217, 15254, 15275, 15394, 15427, 15654, 15656, 15661, 15694, 15966, 8269, 8270, 8286, 8297, 8319, 10057, 10065, 10070, 10099, 10110, 10122, 10165, 10167, 10172, 10175, 10187, 10189, 10193, 10195, 10204, 10231, 10240, 10278, 11977, 11990, 14293, 14295, 14304, 14311, 14321, 14674, 14802, 14803, 14855, 14928, 14961, 14968, 14974, 15181, 15186, 15190, 15229, 15237, 15295, 15425, 15645, 15646, 15659, 15936, 8245, 8252, 8258, 8265, 8271, 8275, 8285, 8291, 8293, 8295, 8318, 10095, 10106, 10121, 10125, 10168, 10170, 10177, 10188, 10229, 10276, 10282, 12045, 12056, 14284, 14287, 14298, 14302, 14309, 14671, 14675, 14860, 14938, 14958, 14964, 14967, 14972, 15119, 15264, 15271, 15324, 15390, 15391, 15428, 15640, 15648, 15651, 15655, 15663, 15671, 15930, 15984, 8284, 8287, 8294, 8298, 8304, 8312, 8320, 10097, 10100, 10111, 10113, 10119, 10123, 10124, 10169, 10212, 10224, 10233, 10277, 10370, 10375, 12015, 12035, 14288, 14297, 14305, 14320, 14449, 14459, 14678, 14805, 14806, 14813, 14859, 14924, 14925, 14930, 14934, 14971, 15179, 15185, 15188, 15191, 15218, 15255, 15281, 15650, 15657, 15662, 15985, 8292, 8302, 10101, 10112, 10118, 10148, 10164, 10178, 10181, 10182, 10213, 10216, 10221, 10223, 10232, 10234, 10237, 10279, 10281, 10362, 10364, 10369, 10371, 11978, 12004, 14310, 14314, 14327, 14331, 14457, 14676, 14677, 14799, 14804, 14858, 14869, 14932, 14933, 14970, 15238, 15265, 15276, 15426, 15429, 15432, 15668, 15673, 15681, 15938, 8288, 8299, 8301, 8305, 8306, 10102, 10104, 10138, 10145, 10159, 10211, 10214, 10222, 10225, 10235, 10236, 10280, 10365, 10372, 10374, 10377, 10381, 11991, 12026, 14307, 14315, 14316, 14319, 14453, 14455, 14670, 14682, 14683, 14798, 14800, 14808, 14810, 14854, 14864, 14937, 14969, 14983, 15219, 15256, 15272, 15431, 15658, 15666, 15693, 15890, 15939, 15967, 8289, 8300, 8307, 8308, 8310, 10105, 10136, 10144, 10147, 10156, 10210, 10219, 10228, 10230, 10258, 10275, 10363, 10376, 10380, 10391, 12046, 12057, 14303, 14306, 14323, 14324, 14458, 14465, 14684, 14863, 14865, 14935, 14973, 14977, 15189, 15192, 15278, 15282, 15325, 15430, 15436, 15664, 15665, 15672, 15674, 15683, 15986, 8283, 8290, 8296, 8309, 10137, 10140, 10146, 10149, 10154, 10155, 10161, 10217, 10226, 10249, 10256, 10267, 10373, 10379, 10383, 10387, 11979, 12016, 14308, 14312, 14317, 14325, 14330, 14337, 14688, 14868, 14936, 14966, 14976, 15194, 15239, 15266, 15288, 15433, 15434, 15437, 15660, 15667, 15670, 15676, 15677, 15679, 15931, 15943, 15987, 8303, 8313, 10139, 10142, 10150, 10153, 10160, 10163, 10215, 10218, 10227, 10248, 10255, 10257, 10259, 10265, 10269, 10368, 10382, 10385, 10386, 12005, 12036, 14322, 14329, 14461, 14462, 14463, 14681, 14685, 14687, 14809, 14815, 14816, 14817, 14866, 14867, 14931, 14981, 15193, 15195, 15220, 15246, 15257, 15669, 15675, 15887, 15940, 10141, 10152, 10162, 10220, 10247, 10250, 10251, 10253, 10260, 10261, 10263, 10268, 10270, 10272, 10274, 10366, 10378, 10388, 10390, 11992, 12027, 14318, 14326, 14333, 14334, 14335, 14460, 14686, 14814, 14862, 14978, 14980, 15267, 15273, 15296, 15435, 15438, 15440, 15441, 15678, 15682, 15685, 15686, 15988, 15991, 10135, 10143, 10151, 10157, 10158, 10252, 10262, 10273, 10389, 11980, 12058, 14332, 14456, 14464, 14680, 14811, 14812, 14979, 15240, 15247, 15283, 15439, 15684, 15941, 15968, 10246, 10254, 10264, 10266, 10271, 10367, 10384, 12017, 12048, 14328, 14336, 14975, 14982, 15221, 15258, 15289, 15442, 15680, 15687, 15942, 15989, 935, 2879, 2911, 12975, 12976, 12977, 12978, 12979, 12982, 12983, 12984, 12985, 12987, 12988, 12989, 12990, 12992, 12996, 13136, 890, 1121, 2059, 2256, 12994, 12997, 2194, 2236, 3021, 12998, 12999, 2011, 2800, 13010, 13016, 13041, 2098, 13011, 13012, 13032, 13062, 720, 3203, 13005, 13031, 13057, 13049, 13097, 13099, 13131, 1717, 2878, 13024, 13094, 791, 2278, 12974, 13048, 13079, 13106, 13114, 2721, 13019, 13037, 13127, 2877, 2912, 9405, 3020, 2299, 9395, 13033, 13063, 13087, 13108, 13137, 2565, 13084, 1726, 2277, 2951, 9385, 9435, 13045, 13110, 13124, 934, 2276, 13093, 13105, 936, 937, 13025, 13081, 13103, 13121, 1265, 8006, 9719, 13020, 13119, 1716, 13017, 13038, 13054, 13129, 13145, 9434, 13034, 13042, 13088, 13199, 1722, 13064, 13068, 13117, 13138, 1714, 2802, 13132, 13029, 1715, 1718, 13051, 13058, 13095, 13100, 13026, 13071, 1713, 1720, 2815, 4090, 9359, 9433, 13082, 13115, 754, 4091, 13021, 13074, 13039, 13055, 13076, 13102, 13112, 13128, 13018, 13035, 13043, 13089, 13109, 13134, 2564, 13046, 13065, 13125, 13139, 7734, 13009, 13030, 13066, 13085, 11302, 13008, 13052, 13059, 13073, 5266, 13014, 13027, 13126, 13144, 1203, 1607, 1721, 13067, 13111, 6660, 8190, 13022, 13120, 13122, 13003, 13013, 13056, 13130, 13036, 13040, 13044, 13077, 13091, 13118, 24222, 13004, 13007, 13047, 13070, 13146, 1973, 4696, 13002, 13101, 13135, 13053, 13060, 13072, 13096, 23197, 23198, 23199, 23203, 9402, 13001, 13015, 13028, 13133, 13116, 13000, 13006, 13083, 13107, 13123, 5267, 6622, 13023, 13075, 13113, 867, 869, 870, 873, 1204, 1980, 2825, 868, 1981, 1982, 2164, 14549, 1169, 1447, 940, 871, 943, 2100, 14551, 1979, 2291, 809, 1315, 17007, 942, 2915, 2163, 2824, 810, 812, 3075, 14552, 833, 2244, 647, 811, 2099, 2246, 2245, 1168, 1263, 1443, 944, 14553, 2243, 14554, 14555, 2801, 14558, 14557, 3475, 1728, 805, 828, 4496, 5571, 5572, 856, 2657, 5573, 5574, 804, 857, 5575, 5576, 1725, 1685, 3914, 4500, 858, 2455, 929, 3385, 1710, 3827, 3928, 6149, 13443, 13446, 13444, 954, 955, 1180, 1181, 3012, 3013, 1477, 1478, 1711, 1712, 2289, 2290, 4419, 4421, 4422, 4424, 4425, 4426, 10305, 10306, 10307, 10308, 10309, 10310, 2406, 2407, 2408, 2553, 2555, 2598, 3609, 3610, 4408, 6271, 6342, 7288, 2409, 2601, 2881, 2882, 2883, 3393, 3394, 4292, 4293, 4294, 4345, 4346, 4347, 4348, 4349, 4409, 4410, 5578, 5972, 6344, 6347, 6348, 6375, 6390, 6391, 6663, 6716, 7360, 10316, 11038, 11039, 11081, 3396, 3608, 3611, 3612, 3830, 3866, 3867, 3870, 3871, 3872, 4296, 4297, 4298, 4299, 4350, 4351, 4352, 4412, 4414, 5543, 5774, 6044, 6045, 6211, 6454, 7090, 7091, 7092, 7363, 7364, 7449, 7450, 10424, 10601, 11098, 11164, 11165, 20974, 3831, 3832, 3868, 3869, 3873, 3874, 3875, 4300, 4301, 4353, 4354, 4356, 4415, 4416, 4417, 5974, 6046, 7084, 7085, 7086, 7452, 7453, 7975, 7976, 7992, 8029, 8384, 8385, 8386, 8387, 9293, 10300, 10301, 10302, 10312, 10603, 10604, 10605, 10606, 11167, 11168, 11202, 11204, 12261, 20976, 21940, 3395, 7989, 7990, 7991, 7993, 8028, 8389, 8390, 9295, 9297, 9298, 10315, 10320, 10608, 11208, 11224, 11225, 11226, 12682, 12683, 21944, 21945, 21947, 12684, 12685, 12689, 12691, 12692, 13486, 13487, 13488, 13489, 14466, 14467, 14470, 14474, 14478, 14479, 14484, 15731, 15737, 15742, 16043, 16044, 16215, 16218, 16220, 21949, 24576, 24577, 24578, 24580, 24782, 25338, 25339, 25340, 25349, 25350, 25351, 25352, 25353, 25354, 25355, 25356, 25365, 25366, 25367, 25368, 25369, 25370, 25371, 25372, 25381, 25382, 25383, 25384, 25385, 25386, 25387, 25388, 25397, 25398, 25399, 25400, 25401, 25402, 25403, 25404, 25405, 25406, 25341, 25342, 25343, 25344, 25345, 25346, 25347, 25348, 25357, 25358, 25359, 25360, 25361, 25362, 25363, 25364, 25373, 25374, 25375, 25376, 25377, 25378, 25379, 25380, 25389, 25390, 25391, 25392, 25393, 25394, 25395, 25396, 24575, 24582, 24583, 24584, 24585, 24586, 24587, 24588, 24693, 24694, 24695, 24696, 24697, 24698, 24699, 24700, 24806, 24807, 24808, 24809, 24810, 24811, 24812, 24813, 24918, 24919, 24920, 24921, 24922, 24923, 24924, 24925, 25030, 25044, 25058, 25072, 25086, 25100, 25114, 25128, 25142, 25156, 25170, 25184, 25198, 25212, 25226, 25240, 25254, 25268, 25282, 25296, 25310, 25324, 28531, 24589, 24590, 24591, 24592, 24593, 24594, 24595, 24596, 24701, 24702, 24703, 24704, 24705, 24706, 24707, 24708, 24814, 24815, 24816, 24817, 24818, 24819, 24820, 24821, 24926, 24927, 24928, 24929, 24930, 24931, 24932, 24933, 25031, 25045, 25059, 25073, 25087, 25101, 25115, 25129, 25143, 25157, 25171, 25185, 25199, 25213, 25227, 25241, 25255, 25269, 25283, 25297, 25311, 25325, 28532, 24597, 24598, 24599, 24600, 24601, 24602, 24603, 24604, 24709, 24710, 24711, 24712, 24713, 24714, 24715, 24716, 24822, 24823, 24824, 24825, 24826, 24827, 24828, 24829, 24934, 24935, 24936, 24937, 24938, 24939, 24940, 24941, 25032, 25046, 25060, 25074, 25088, 25102, 25116, 25130, 25144, 25158, 25172, 25186, 25200, 25214, 25228, 25242, 25256, 25270, 25284, 25298, 25312, 25326, 28533, 24605, 24606, 24607, 24608, 24609, 24610, 24611, 24612, 24717, 24718, 24719, 24720, 24721, 24722, 24723, 24724, 24830, 24831, 24832, 24833, 24834, 24835, 24836, 24837, 24942, 24943, 24944, 24945, 24946, 24947, 24948, 24949, 25033, 25047, 25061, 25075, 25089, 25103, 25117, 25131, 25187, 25201, 25215, 25229, 25243, 25257, 25271, 25299, 25313, 25327, 28534, 24613, 24614, 24615, 24616, 24617, 24618, 24619, 24620, 24725, 24726, 24727, 24728, 24729, 24730, 24731, 24732, 24838, 24839, 24840, 24841, 24842, 24843, 24844, 24845, 24950, 24951, 24952, 24953, 24954, 24955, 24956, 24957, 25034, 25048, 25062, 25076, 25090, 25104, 25118, 25132, 25146, 25160, 25174, 25188, 25202, 25216, 25230, 25244, 25258, 25272, 25286, 25300, 25314, 25328, 28535, 24621, 24622, 24623, 24624, 24625, 24626, 24627, 24628, 24733, 24734, 24735, 24736, 24737, 24738, 24739, 24740, 24846, 24847, 24848, 24849, 24850, 24851, 24852, 24853, 24958, 24959, 24960, 24961, 24962, 24963, 24964, 24965, 25035, 25049, 25063, 25077, 25091, 25105, 25119, 25133, 25147, 25161, 25175, 25189, 25203, 25231, 25245, 25259, 25273, 25287, 25301, 25315, 25329, 28536, 24629, 24630, 24631, 24632, 24633, 24634, 24635, 24636, 24741, 24742, 24743, 24744, 24745, 24746, 24747, 24748, 24854, 24855, 24856, 24857, 24858, 24859, 24860, 24861, 24966, 24967, 24968, 24969, 24970, 24971, 24972, 24973, 25036, 25050, 25064, 25078, 25092, 25106, 25120, 25134, 25148, 25162, 25176, 25190, 25204, 25218, 25232, 25246, 25260, 25274, 25288, 25302, 25316, 25330, 28537, 24637, 24638, 24639, 24640, 24641, 24642, 24643, 24644, 24749, 24750, 24751, 24752, 24753, 24754, 24755, 24756, 24862, 24863, 24864, 24865, 24866, 24867, 24868, 24869, 24974, 24975, 24976, 24977, 24978, 24979, 24980, 24981, 25037, 25051, 25065, 25079, 25093, 25107, 25121, 25135, 25149, 25163, 25177, 25191, 25205, 25219, 25233, 25247, 25261, 25275, 25289, 25303, 25317, 25331, 28538, 24645, 24646, 24647, 24648, 24649, 24650, 24651, 24652, 24757, 24758, 24759, 24760, 24761, 24762, 24763, 24764, 24870, 24871, 24872, 24873, 24874, 24875, 24876, 24877, 24982, 24983, 24984, 24985, 24986, 24987, 24988, 24989, 25038, 25052, 25066, 25080, 25094, 25108, 25122, 25136, 25150, 25164, 25178, 25192, 25206, 25220, 25234, 25248, 25262, 25276, 25290, 25304, 25318, 25332, 28539, 24653, 24654, 24655, 24656, 24657, 24658, 24659, 24660, 24765, 24766, 24767, 24768, 24769, 24770, 24771, 24772, 24878, 24879, 24880, 24881, 24882, 24883, 24884, 24885, 24990, 24991, 24992, 24993, 24994, 24995, 24996, 24997, 25039, 25053, 25067, 25081, 25095, 25109, 25123, 25137, 25151, 25165, 25179, 25193, 25207, 25221, 25235, 25249, 25263, 25277, 25291, 25305, 25319, 25333, 28540, 24661, 24662, 24663, 24664, 24665, 24666, 24667, 24668, 24773, 24774, 24775, 24776, 24777, 24778, 24779, 24780, 24886, 24887, 24888, 24889, 24890, 24891, 24892, 24893, 24998, 24999, 25000, 25001, 25002, 25003, 25004, 25005, 25040, 25054, 25068, 25082, 25096, 25110, 25124, 25138, 25152, 25166, 25180, 25194, 25208, 25222, 25236, 25250, 25264, 25278, 25292, 25306, 25320, 25334, 28541, 24669, 24670, 24671, 24672, 24673, 24674, 24675, 24676, 24781, 24783, 24784, 24785, 24786, 24787, 24788, 24789, 24894, 24895, 24896, 24897, 24898, 24899, 24900, 24901, 25006, 25007, 25008, 25009, 25010, 25011, 25012, 25013, 25041, 25055, 25069, 25083, 25097, 25111, 25125, 25139, 25153, 25167, 25181, 25195, 25209, 25223, 25237, 25251, 25265, 25279, 25293, 25307, 25321, 25335, 28542, 24677, 24678, 24679, 24680, 24681, 24682, 24683, 24684, 24790, 24791, 24792, 24793, 24794, 24795, 24796, 24797, 24902, 24903, 24904, 24905, 24906, 24907, 24908, 24909, 25014, 25015, 25016, 25017, 25018, 25019, 25020, 25021, 25042, 25056, 25070, 25084, 25098, 25112, 25126, 25140, 25154, 25168, 25182, 25196, 25210, 25224, 25238, 25252, 25266, 25280, 25294, 25308, 25322, 25336, 28543, 24685, 24686, 24687, 24688, 24689, 24690, 24691, 24692, 24798, 24799, 24800, 24801, 24802, 24803, 24804, 24805, 24910, 24911, 24912, 24913, 24914, 24915, 24916, 24917, 25022, 25023, 25024, 25025, 25026, 25027, 25028, 25029, 25043, 25057, 25071, 25085, 25099, 25113, 25127, 25141, 25155, 25169, 25183, 25197, 25211, 25225, 25239, 25253, 25267, 25281, 25295, 25309, 25323, 25337, 28544, 31125, 31126, 31127, 31131, 31133, 31134, 31136, 31137, 31138, 31139, 31140, 31142, 31143, 31145, 31147, 31148, 31149, 31150, 31151, 31152, 31153, 31173, 31175, 31178, 31180, 31186, 31187, 31190, 31193, 31196, 31200, 31202, 31204, 31222, 31226, 31230, 31234, 31237, 31240, 31255, 31258, 31272, 31275, 31276, 31277, 31280, 31281, 31282, 31283, 31284, 31285, 31286, 31287, 31288, 31289, 31290, 31291, 31292, 31293, 31294, 31295, 31297, 31298, 31299, 31303, 31304, 31305, 31306, 31308, 31318, 31319, 31320, 31321, 31322, 31323, 31326, 31328, 31329, 31330, 31331, 31332, 31333, 31334, 31335, 31336, 31338, 31339, 31340, 31342, 31343, 27498, 27499, 27500, 27501, 27502, 27503, 16253, 22532, 22540, 22541, 22542, 22548, 22553, 22557, 22558, 22903, 22904, 22912, 22913, 22914, 22919, 22926, 23154, 23620, 23621, 23622, 23623, 23624, 23625, 23626, 23627, 23628, 23629, 23630, 23631, 23632, 23633, 23634, 23635, 23636, 23637, 23802, 23804, 23810, 23883, 23884, 24163, 24164, 24165, 24166, 24167, 24168, 24169, 24170, 24171, 24192, 24193, 24194, 24195, 24196, 24197, 24198, 24199, 24200, 24201, 24202, 24203, 24204, 24205, 24206, 24207, 24209, 24210, 24211, 24212, 24213, 24214, 24215, 24216, 24217, 24218, 24219, 24220, 24296, 24297, 24298, 24299, 24300, 24301, 24302, 24303, 24304, 24305, 24306, 24307, 25887, 25905, 25906, 25907, 25909, 28270, 28279, 28280, 29723, 29724, 29725, 29726, 29727, 29728, 29729, 29730, 29731, 29732, 29733, 29734, 31875, 31876, 31877, 31878, 31879, 32411, 33186, 33954, 29714, 22146, 22153, 29549, 29550, 31501, 31837, 33457, 33458, 33459, 33460, 33461, 33462, 37091, 37093, 37097, 43463, 43465, 43467) +AND `entry` IN (3, 30, 36, 40, 43, 46, 48, 60, 92, 94, 95, 97, 98, 113, 114, 115, 116, 117, 118, 119, 121, 122, 123, 124, 125, 126, 127, 154, 157, 171, 199, 202, 203, 205, 206, 210, 212, 213, 215, 217, 218, 232, 285, 300, 315, 327, 330, 345, 390, 391, 397, 422, 423, 424, 426, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 440, 441, 442, 445, 446, 449, 452, 453, 454, 456, 458, 473, 474, 475, 476, 478, 480, 481, 485, 499, 500, 501, 502, 504, 505, 511, 513, 515, 517, 518, 524, 525, 533, 539, 544, 545, 547, 548, 550, 565, 568, 569, 570, 578, 579, 580, 587, 588, 589, 590, 594, 595, 597, 604, 615, 619, 623, 624, 625, 626, 628, 660, 667, 669, 670, 671, 672, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 694, 696, 697, 699, 701, 702, 703, 709, 710, 711, 712, 728, 729, 730, 732, 735, 736, 740, 741, 742, 743, 744, 745, 746, 747, 750, 751, 752, 754, 755, 757, 759, 760, 761, 762, 764, 765, 766, 767, 768, 769, 772, 780, 781, 782, 783, 784, 785, 787, 813, 814, 818, 819, 822, 824, 830, 831, 832, 833, 834, 846, 854, 855, 856, 858, 861, 862, 863, 864, 865, 868, 871, 873, 875, 877, 879, 880, 881, 889, 891, 892, 898, 905, 909, 910, 920, 921, 922, 923, 930, 937, 938, 939, 940, 941, 942, 943, 948, 949, 950, 976, 977, 978, 979, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1051, 1052, 1053, 1054, 1057, 1059, 1061, 1062, 1065, 1069, 1081, 1082, 1083, 1084, 1085, 1087, 1088, 1094, 1095, 1096, 1097, 1108, 1109, 1110, 1111, 1114, 1115, 1116, 1117, 1118, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1131, 1133, 1134, 1135, 1138, 1142, 1144, 1150, 1151, 1152, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1169, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1183, 1184, 1185, 1186, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1199, 1201, 1202, 1205, 1206, 1207, 1211, 1216, 1222, 1224, 1225, 1236, 1251, 1258, 1259, 1270, 1353, 1364, 1388, 1393, 1397, 1400, 1417, 1418, 1426, 1487, 1488, 1489, 1490, 1491, 1520, 1522, 1523, 1525, 1526, 1527, 1528, 1529, 1530, 1532, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1543, 1544, 1545, 1547, 1548, 1549, 1550, 1551, 1553, 1554, 1555, 1557, 1558, 1559, 1561, 1562, 1563, 1564, 1565, 1653, 1654, 1655, 1656, 1657, 1658, 1660, 1662, 1664, 1665, 1674, 1675, 1689, 1693, 1713, 1725, 1726, 1727, 1753, 1754, 1765, 1766, 1767, 1768, 1769, 1770, 1772, 1773, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1787, 1788, 1789, 1791, 1793, 1794, 1795, 1796, 1797, 1802, 1804, 1806, 1808, 1809, 1812, 1813, 1815, 1816, 1817, 1821, 1822, 1824, 1826, 1827, 1831, 1832, 1833, 1834, 1835, 1845, 1865, 1866, 1867, 1868, 1869, 1870, 1883, 1884, 1888, 1889, 1891, 1894, 1895, 1907, 1908, 1909, 1912, 1913, 1914, 1915, 1922, 1923, 1924, 1934, 1935, 1939, 1940, 1941, 1942, 1943, 1947, 1949, 1953, 1954, 1955, 1956, 1957, 1958, 1961, 1971, 1972, 1973, 1974, 1983, 1993, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2017, 2018, 2019, 2020, 2021, 2022, 2025, 2027, 2029, 2030, 2033, 2034, 2038, 2039, 2042, 2043, 2053, 2054, 2058, 2069, 2070, 2071, 2089, 2091, 2102, 2103, 2106, 2120, 2152, 2156, 2157, 2162, 2163, 2164, 2165, 2166, 2167, 2168, 2169, 2170, 2171, 2173, 2174, 2176, 2177, 2178, 2179, 2180, 2181, 2182, 2183, 2185, 2187, 2189, 2190, 2201, 2202, 2203, 2204, 2205, 2206, 2207, 2208, 2212, 2231, 2232, 2233, 2234, 2235, 2236, 2237, 2240, 2241, 2242, 2243, 2244, 2245, 2246, 2247, 2248, 2249, 2250, 2251, 2252, 2253, 2254, 2255, 2256, 2257, 2260, 2261, 2264, 2265, 2266, 2267, 2268, 2269, 2270, 2271, 2272, 2287, 2304, 2305, 2306, 2318, 2319, 2320, 2321, 2322, 2323, 2324, 2332, 2335, 2336, 2337, 2338, 2339, 2344, 2345, 2346, 2347, 2348, 2349, 2350, 2351, 2354, 2356, 2358, 2359, 2360, 2368, 2369, 2370, 2371, 2372, 2373, 2374, 2375, 2376, 2377, 2384, 2385, 2387, 2403, 2404, 2406, 2407, 2408, 2411, 2412, 2413, 2414, 2415, 2416, 2420, 2421, 2422, 2423, 2427, 2428, 2431, 2440, 2448, 2449, 2450, 2451, 2473, 2474, 2503, 2505, 2521, 2522, 2530, 2534, 2535, 2536, 2537, 2544, 2545, 2546, 2547, 2548, 2549, 2550, 2551, 2552, 2553, 2554, 2555, 2556, 2557, 2558, 2559, 2560, 2561, 2562, 2563, 2564, 2565, 2566, 2567, 2569, 2570, 2571, 2572, 2573, 2574, 2575, 2577, 2578, 2579, 2580, 2581, 2582, 2583, 2584, 2585, 2586, 2587, 2588, 2589, 2590, 2591, 2592, 2595, 2596, 2597, 2599, 2607, 2611, 2612, 2618, 2619, 2628, 2635, 2636, 2639, 2640, 2641, 2642, 2643, 2644, 2645, 2646, 2647, 2648, 2649, 2650, 2651, 2652, 2653, 2654, 2655, 2656, 2657, 2658, 2659, 2680, 2681, 2686, 2691, 2692, 2693, 2694, 2701, 2714, 2715, 2716, 2717, 2718, 2719, 2720, 2723, 2725, 2727, 2728, 2729, 2730, 2731, 2732, 2733, 2734, 2735, 2736, 2738, 2739, 2740, 2742, 2743, 2760, 2761, 2762, 2764, 2765, 2773, 2780, 2781, 2782, 2783, 2791, 2793, 2817, 2829, 2830, 2831, 2892, 2893, 2894, 2906, 2907, 2923, 2924, 2925, 2926, 2927, 2928, 2929, 2932, 2944, 2945, 2949, 2950, 2951, 2956, 2957, 2958, 2959, 2960, 2962, 2963, 2964, 2965, 2967, 2968, 2969, 2970, 2971, 2972, 2973, 2974, 2975, 2976, 2977, 2978, 2979, 2989, 2990, 3035, 3051, 3058, 3094, 3099, 3100, 3103, 3104, 3105, 3106, 3107, 3108, 3110, 3111, 3112, 3113, 3114, 3115, 3116, 3117, 3118, 3119, 3120, 3121, 3122, 3123, 3125, 3126, 3127, 3128, 3129, 3130, 3131, 3141, 3192, 3195, 3196, 3197, 3198, 3199, 3203, 3204, 3205, 3206, 3207, 3225, 3226, 3227, 3228, 3231, 3232, 3234, 3235, 3236, 3237, 3238, 3239, 3240, 3241, 3242, 3243, 3244, 3245, 3246, 3247, 3248, 3249, 3250, 3251, 3252, 3254, 3255, 3256, 3258, 3260, 3261, 3263, 3265, 3266, 3267, 3268, 3269, 3271, 3272, 3273, 3274, 3275, 3276, 3277, 3278, 3279, 3280, 3282, 3283, 3284, 3285, 3286, 3374, 3375, 3376, 3377, 3378, 3379, 3380, 3381, 3382, 3383, 3384, 3385, 3386, 3392, 3393, 3394, 3396, 3397, 3414, 3415, 3416, 3424, 3425, 3426, 3434, 3435, 3436, 3438, 3445, 3452, 3454, 3455, 3456, 3457, 3458, 3459, 3461, 3463, 3465, 3466, 3467, 3471, 3472, 3473, 3474, 3476, 3503, 3528, 3530, 3532, 3566, 3577, 3578, 3630, 3631, 3632, 3633, 3634, 3638, 3641, 3655, 3660, 3661, 3662, 3664, 3667, 3692, 3696, 3711, 3712, 3713, 3715, 3717, 3721, 3725, 3727, 3728, 3730, 3732, 3733, 3734, 3736, 3737, 3739, 3740, 3742, 3743, 3745, 3746, 3748, 3749, 3750, 3752, 3754, 3755, 3757, 3758, 3759, 3762, 3763, 3765, 3767, 3770, 3771, 3772, 3774, 3780, 3781, 3782, 3783, 3784, 3789, 3791, 3797, 3801, 3802, 3803, 3804, 3806, 3807, 3808, 3809, 3810, 3811, 3812, 3814, 3815, 3816, 3817, 3818, 3819, 3820, 3821, 3823, 3824, 3825, 3833, 3834, 3917, 3919, 3921, 3922, 3923, 3924, 3925, 3926, 3928, 3931, 3932, 3940, 3941, 3942, 3943, 3944, 3986, 3987, 3988, 3989, 3991, 3992, 3993, 3994, 3999, 4003, 4004, 4005, 4006, 4007, 4008, 4009, 4011, 4012, 4013, 4014, 4016, 4017, 4018, 4019, 4020, 4021, 4022, 4023, 4024, 4025, 4026, 4027, 4028, 4029, 4031, 4032, 4034, 4035, 4036, 4037, 4038, 4040, 4041, 4042, 4044, 4050, 4051, 4052, 4053, 4054, 4056, 4057, 4061, 4062, 4063, 4064, 4065, 4067, 4070, 4073, 4074, 4093, 4094, 4095, 4096, 4097, 4099, 4100, 4101, 4104, 4107, 4109, 4110, 4111, 4112, 4114, 4116, 4117, 4118, 4119, 4120, 4124, 4126, 4127, 4128, 4129, 4130, 4131, 4133, 4139, 4140, 4142, 4143, 4144, 4147, 4150, 4151, 4154, 4158, 4202, 4248, 4249, 4250, 4260, 4273, 4280, 4281, 4282, 4283, 4284, 4285, 4316, 4323, 4324, 4328, 4329, 4331, 4334, 4341, 4343, 4344, 4345, 4346, 4347, 4348, 4351, 4352, 4356, 4357, 4359, 4361, 4362, 4363, 4376, 4378, 4379, 4382, 4385, 4387, 4388, 4389, 4390, 4393, 4394, 4397, 4401, 4403, 4404, 4409, 4412, 4414, 4415, 4457, 4458, 4459, 4460, 4461, 4462, 4463, 4464, 4465, 4466, 4467, 4468, 4469, 4472, 4474, 4475, 4479, 4480, 4481, 4493, 4494, 4499, 4505, 4506, 4548, 4619, 4632, 4633, 4634, 4635, 4636, 4637, 4638, 4639, 4640, 4641, 4642, 4643, 4644, 4645, 4646, 4647, 4648, 4649, 4651, 4652, 4653, 4654, 4655, 4656, 4657, 4658, 4659, 4662, 4663, 4664, 4665, 4666, 4667, 4668, 4670, 4671, 4672, 4673, 4674, 4675, 4676, 4677, 4678, 4679, 4680, 4681, 4682, 4684, 4685, 4692, 4693, 4694, 4695, 4696, 4697, 4699, 4700, 4701, 4702, 4705, 4711, 4712, 4713, 4714, 4715, 4716, 4718, 4719, 4723, 4726, 4727, 4728, 4729, 4788, 4789, 4802, 4803, 4834, 4841, 4844, 4845, 4846, 4851, 4856, 4872, 5057, 5085, 5086, 5184, 5224, 5225, 5229, 5232, 5234, 5235, 5236, 5237, 5238, 5239, 5240, 5241, 5243, 5244, 5245, 5246, 5247, 5249, 5251, 5253, 5254, 5255, 5258, 5260, 5261, 5262, 5263, 5268, 5269, 5272, 5274, 5278, 5286, 5287, 5288, 5292, 5293, 5295, 5296, 5297, 5299, 5300, 5304, 5305, 5306, 5307, 5308, 5327, 5328, 5331, 5332, 5333, 5334, 5335, 5336, 5337, 5362, 5363, 5364, 5366, 5401, 5419, 5420, 5421, 5422, 5423, 5424, 5425, 5426, 5427, 5428, 5429, 5430, 5431, 5441, 5450, 5451, 5452, 5453, 5454, 5455, 5456, 5457, 5458, 5459, 5460, 5461, 5462, 5465, 5471, 5472, 5473, 5474, 5475, 5477, 5481, 5485, 5490, 5600, 5601, 5602, 5615, 5616, 5617, 5618, 5622, 5643, 5645, 5646, 5647, 5682, 5683, 5771, 5833, 5839, 5840, 5843, 5844, 5846, 5850, 5852, 5853, 5854, 5855, 5856, 5857, 5858, 5860, 5861, 5862, 5881, 5974, 5975, 5976, 5977, 5978, 5979, 5982, 5983, 5984, 5985, 5988, 5990, 5991, 5992, 5993, 5996, 5997, 5998, 5999, 6000, 6001, 6002, 6003, 6004, 6005, 6006, 6007, 6008, 6009, 6010, 6011, 6020, 6033, 6068, 6072, 6073, 6093, 6113, 6115, 6116, 6117, 6123, 6124, 6125, 6126, 6127, 6128, 6132, 6133, 6135, 6136, 6137, 6138, 6140, 6167, 6170, 6184, 6185, 6186, 6187, 6188, 6189, 6190, 6193, 6194, 6195, 6196, 6198, 6199, 6200, 6201, 6202, 6208, 6210, 6213, 6221, 6231, 6347, 6348, 6349, 6350, 6351, 6352, 6369, 6370, 6371, 6372, 6375, 6377, 6378, 6379, 6380, 6466, 6494, 6497, 6505, 6506, 6507, 6508, 6509, 6510, 6511, 6512, 6513, 6514, 6516, 6517, 6518, 6519, 6520, 6521, 6523, 6527, 6547, 6551, 6552, 6553, 6554, 6555, 6556, 6557, 6559, 6570, 6606, 6668, 6733, 6788, 6789, 6846, 6909, 6927, 7025, 7026, 7027, 7028, 7029, 7031, 7032, 7033, 7034, 7035, 7036, 7037, 7038, 7039, 7040, 7041, 7042, 7043, 7044, 7045, 7046, 7047, 7048, 7049, 7053, 7055, 7086, 7092, 7093, 7097, 7098, 7099, 7100, 7101, 7105, 7106, 7107, 7109, 7110, 7111, 7112, 7113, 7114, 7115, 7118, 7120, 7125, 7126, 7132, 7136, 7138, 7139, 7149, 7153, 7154, 7155, 7156, 7157, 7158, 7234, 7235, 7318, 7319, 7369, 7371, 7372, 7376, 7379, 7404, 7430, 7431, 7432, 7433, 7434, 7438, 7439, 7440, 7442, 7443, 7444, 7445, 7446, 7447, 7448, 7449, 7450, 7451, 7452, 7453, 7454, 7455, 7456, 7457, 7458, 7459, 7460, 7523, 7524, 7584, 7668, 7669, 7670, 7671, 7725, 7726, 7727, 7728, 7843, 7847, 7855, 7856, 7857, 7858, 7864, 7872, 7873, 7874, 7883, 7885, 7886, 7977, 7995, 7996, 8136, 8236, 8400, 8408, 8409, 8419, 8447, 8518, 8519, 8520, 8521, 8522, 8523, 8524, 8525, 8526, 8527, 8528, 8529, 8530, 8531, 8532, 8534, 8535, 8538, 8539, 8540, 8541, 8542, 8543, 8544, 8545, 8546, 8547, 8548, 8550, 8551, 8553, 8555, 8556, 8557, 8558, 8560, 8561, 8562, 8563, 8564, 8565, 8566, 8596, 8597, 8598, 8600, 8601, 8602, 8603, 8605, 8606, 8607, 8636, 8637, 8667, 8675, 8759, 8760, 8761, 8762, 8763, 8764, 8766, 8837, 8917, 8956, 8957, 8958, 8959, 8960, 8961, 8977, 9043, 9044, 9162, 9163, 9164, 9165, 9166, 9167, 9176, 9318, 9336, 9377, 9396, 9397, 9454, 9462, 9464, 9517, 9518, 9622, 9690, 9691, 9694, 9695, 9697, 9698, 9860, 9861, 9862, 9877, 9878, 9879, 9916, 10157, 10158, 10159, 10160, 10323, 10580, 10605, 10608, 10617, 10637, 10648, 10659, 10660, 10661, 10738, 10756, 10757, 10758, 10759, 10760, 10761, 10801, 10802, 10806, 10807, 10816, 10896, 10916, 11290, 11291, 11440, 11442, 11443, 11516, 11552, 11559, 11561, 11562, 11563, 11576, 11577, 11578, 11611, 11613, 11656, 11680, 11681, 11682, 11683, 11684, 11685, 11686, 11687, 11697, 11698, 11721, 11722, 11723, 11724, 11725, 11726, 11727, 11728, 11729, 11730, 11731, 11732, 11733, 11734, 11735, 11736, 11737, 11738, 11739, 11740, 11741, 11744, 11745, 11746, 11747, 11777, 11778, 11781, 11782, 11785, 11786, 11787, 11788, 11858, 11873, 11880, 11881, 11882, 11883, 11896, 11897, 11910, 11911, 11912, 11913, 11914, 11915, 11917, 11918, 11921, 12046, 12178, 12179, 12199, 12248, 12250, 12262, 12263, 12322, 12347, 12387, 12418, 12579, 12676, 12677, 12678, 12759, 12856, 12865, 12896, 12897, 13019, 13157, 14123, 14356, 14455, 14458, 14460, 14462, 14523, 14661, 15201, 15202, 15213, 15407, 15408, 15409, 15542, 15635, 15636, 15637, 15638, 15641, 15642, 15643, 15645, 15647, 15648, 15649, 15650, 15651, 15652, 15654, 15655, 15656, 15657, 15658, 15668, 15670, 15685, 15692, 15937, 15949, 15965, 15966, 15967, 15968, 16162, 16247, 16248, 16249, 16250, 16294, 16300, 16301, 16302, 16303, 16304, 16305, 16307, 16308, 16309, 16310, 16311, 16313, 16314, 16315, 16316, 16317, 16318, 16319, 16320, 16321, 16322, 16323, 16324, 16325, 16326, 16327, 16328, 16330, 16331, 16332, 16333, 16334, 16335, 16337, 16339, 16340, 16341, 16342, 16343, 16344, 16345, 16346, 16347, 16348, 16349, 16350, 16351, 16352, 16353, 16354, 16355, 16402, 16403, 16404, 16405, 16469, 17115, 17183, 17184, 17185, 17186, 17187, 17188, 17189, 17190, 17191, 17192, 17193, 17194, 17195, 17196, 17197, 17199, 17200, 17201, 17202, 17203, 17210, 17216, 17217, 17235, 17236, 17278, 17279, 17298, 17300, 17320, 17321, 17322, 17323, 17324, 17325, 17326, 17327, 17328, 17329, 17330, 17331, 17333, 17334, 17336, 17337, 17338, 17339, 17340, 17341, 17342, 17343, 17344, 17345, 17346, 17347, 17348, 17349, 17350, 17352, 17353, 17358, 17372, 17373, 17374, 17447, 17448, 17475, 17494, 17496, 17522, 17523, 17524, 17525, 17527, 17528, 17550, 17556, 17588, 17589, 17591, 17604, 17606, 17607, 17608, 17661, 17673, 17683, 17701, 17702, 17713, 17714, 17878, 23554, 23555, 23589, 23590, 23591, 23592, 23593, 23594, 23595, 23620, 23637, 23714, 23841, 23873, 24477, 24818, 24819, 37214, 37917, 37984, 38006, 38016, 38023); + +DELETE FROM `creature_loot_template` WHERE `Reference` > 1000000; +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(3, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3, 2, 1012425, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-25'), +(3, 3, 1022425, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-25'), +(3, 4, 1032425, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-25'), +(3, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(30, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(30, 2, 1010506, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 5-6'), +(30, 3, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(30, 4, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(30, 5, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(30, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(36, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(36, 2, 1011112, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 11-12'), +(36, 3, 1021112, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 11-12'), +(36, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(36, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(36, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(36, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(36, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(40, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(40, 2, 1010607, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 6-7'), +(40, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(40, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(40, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(40, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(40, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(43, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(43, 2, 1010809, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 8-9'), +(43, 3, 1020809, 0.75, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 8-9'), +(43, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(43, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(43, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(43, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(46, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(46, 2, 1010910, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-10'), +(46, 3, 1020910, 1.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-10'), +(46, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(46, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(46, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(46, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(48, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(48, 2, 1012122, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 21-22'), +(48, 3, 1022122, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 21-22'), +(48, 4, 1032122, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 21-22'), +(48, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(48, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(48, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(48, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(48, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(60, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(60, 2, 1010808, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 8-8'), +(60, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(60, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(60, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(60, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(60, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(92, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(92, 2, 1023940, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 39-40'), +(92, 3, 1033940, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 39-40'), +(92, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(92, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(92, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(92, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(92, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(92, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(94, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(94, 2, 1010506, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 5-6'), +(94, 3, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(94, 4, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(94, 5, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(94, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(95, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(95, 2, 1011112, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 11-12'), +(95, 3, 1021112, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 11-12'), +(95, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(95, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(95, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(95, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(95, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(97, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(97, 2, 1010809, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 8-9'), +(97, 3, 1020809, 0.75, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 8-9'), +(97, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(97, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(97, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(97, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(98, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(98, 2, 1011718, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 17-18'), +(98, 3, 1021718, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 17-18'), +(98, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(98, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(98, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(98, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(98, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(113, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(113, 2, 1010506, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 5-6'), +(113, 3, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(113, 4, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(113, 5, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(113, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(114, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(114, 2, 1011415, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 14-15'), +(114, 3, 1021415, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 14-15'), +(114, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(114, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(114, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(114, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(114, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(115, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(115, 2, 1011718, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 17-18'), +(115, 3, 1021718, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 17-18'), +(115, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(115, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(115, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(115, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(115, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(116, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(116, 2, 1010809, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 8-9'), +(116, 3, 1020809, 0.75, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 8-9'), +(116, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(116, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(116, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(116, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(117, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(117, 2, 1011112, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 11-12'), +(117, 3, 1021112, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 11-12'), +(117, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(117, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(117, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(117, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(117, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(118, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(118, 2, 1010910, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-10'), +(118, 3, 1020910, 1.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-10'), +(118, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(118, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(118, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(118, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(119, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(119, 2, 1011011, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-11'), +(119, 3, 1021011, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-11'), +(119, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(119, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(119, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(119, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(119, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(121, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(121, 2, 1011616, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-16'), +(121, 3, 1021616, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-16'), +(121, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(121, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(121, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(121, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(121, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(122, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(122, 2, 1011718, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 17-18'), +(122, 3, 1021718, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 17-18'), +(122, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(122, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(122, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(122, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(122, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(123, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(123, 2, 1011414, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 14-14'), +(123, 3, 1021414, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 14-14'), +(123, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(123, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(123, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(123, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(123, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(124, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(124, 2, 1011516, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 15-16'), +(124, 3, 1021516, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 15-16'), +(124, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(124, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(124, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(124, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(124, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(125, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(125, 2, 1011920, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 19-20'), +(125, 3, 1021920, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 19-20'), +(125, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(125, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(125, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(125, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(125, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(125, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(126, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(126, 2, 1011213, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 12-13'), +(126, 3, 1021213, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 12-13'), +(126, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(126, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(126, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(126, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(126, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(127, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(127, 2, 1011819, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 18-19'), +(127, 3, 1021819, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 18-19'), +(127, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(127, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(127, 6, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(127, 7, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(127, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(127, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(154, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(154, 2, 1011617, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-17'), +(154, 3, 1021617, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-17'), +(154, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(154, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(154, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(154, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(154, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(157, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(157, 2, 1011415, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 14-15'), +(157, 3, 1021415, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 14-15'), +(157, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(157, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(157, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(157, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(157, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(171, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(171, 2, 1011516, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 15-16'), +(171, 3, 1021516, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 15-16'), +(171, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(171, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(171, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(171, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(171, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(199, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(199, 2, 1011011, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-11'), +(199, 3, 1021011, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-11'), +(199, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(199, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(199, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(199, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(199, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(202, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(202, 2, 1012324, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 23-24'), +(202, 3, 1022324, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 23-24'), +(202, 4, 1032324, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 23-24'), +(202, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(202, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(202, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(202, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(202, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(203, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(203, 2, 1012223, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 22-23'), +(203, 3, 1022223, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 22-23'), +(203, 4, 1032223, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 22-23'), +(203, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(203, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(203, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(203, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(203, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(205, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(205, 2, 1022829, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 28-29'), +(205, 3, 1032829, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 28-29'), +(205, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(205, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(205, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(205, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(205, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(206, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(206, 2, 1023030, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 30-30'), +(206, 3, 1033030, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 30-30'), +(206, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(206, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(206, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(206, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(206, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(210, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(210, 2, 1022627, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 26-27'), +(210, 3, 1032627, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 26-27'), +(210, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(210, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(210, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(210, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(210, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(212, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(212, 2, 1022930, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 29-30'), +(212, 3, 1032930, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 29-30'), +(212, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(212, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(212, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(212, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(212, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(213, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(213, 2, 1011920, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 19-20'), +(213, 3, 1021920, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 19-20'), +(213, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(213, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(213, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(213, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(213, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(213, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(215, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(215, 2, 1012425, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-25'), +(215, 3, 1022425, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-25'), +(215, 4, 1032425, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-25'), +(215, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(215, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(215, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(215, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(215, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(217, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(217, 2, 1011920, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 19-20'), +(217, 3, 1021920, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 19-20'), +(217, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(217, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(217, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(217, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(217, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(217, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(218, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(218, 2, 1012425, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-25'), +(218, 3, 1022425, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-25'), +(218, 4, 1032425, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-25'), +(218, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(218, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(218, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(218, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(218, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(232, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(232, 2, 1012323, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 23-23'), +(232, 3, 1022323, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 23-23'), +(232, 4, 1032323, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 23-23'), +(232, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(232, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(232, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(232, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(232, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(285, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(285, 2, 1010607, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 6-7'), +(285, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(285, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(285, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(285, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(285, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(300, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(300, 2, 1023030, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 30-30'), +(300, 3, 1033030, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 30-30'), +(300, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(300, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(300, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(300, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(300, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(315, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(315, 2, 1023232, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 32-32'), +(315, 3, 1033232, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 32-32'), +(315, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(315, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(315, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(315, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(315, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(327, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(327, 2, 1010808, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 8-8'), +(327, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(327, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(327, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(327, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(327, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(330, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(330, 2, 1010909, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-9'), +(330, 3, 1020909, 1, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-9'), +(330, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(330, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(330, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(330, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(345, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(345, 2, 1012424, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-24'), +(345, 3, 1022424, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-24'), +(345, 4, 1032424, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-24'), +(345, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(345, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(345, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(345, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(345, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(390, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(390, 2, 1010707, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 7-7'), +(390, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(390, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(390, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(390, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(390, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(391, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(391, 2, 1012020, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 20-20'), +(391, 3, 1022020, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 20-20'), +(391, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(391, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(391, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(391, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(391, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(391, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(397, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(397, 2, 1022626, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 26-26'), +(397, 3, 1032626, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 26-26'), +(397, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(397, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(397, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(397, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(397, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(422, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(422, 2, 1011819, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 18-19'), +(422, 3, 1021819, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 18-19'), +(422, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(422, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(422, 6, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(422, 7, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(422, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(422, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(423, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(423, 2, 1011516, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 15-16'), +(423, 3, 1021516, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 15-16'), +(423, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(423, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(423, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(423, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(423, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(424, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(424, 2, 1011617, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-17'), +(424, 3, 1021617, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-17'), +(424, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(424, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(424, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(424, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(424, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(426, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(426, 2, 1011718, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 17-18'), +(426, 3, 1021718, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 17-18'), +(426, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(426, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(426, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(426, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(426, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(428, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(428, 2, 1011819, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 18-19'), +(428, 3, 1021819, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 18-19'), +(428, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(428, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(428, 6, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(428, 7, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(428, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(428, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(429, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(429, 2, 1012525, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 25-25'), +(429, 3, 1022526, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 25-26'), +(429, 4, 1032526, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 25-26'), +(429, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(429, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(429, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(429, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(429, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(430, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(430, 2, 1011819, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 18-19'), +(430, 3, 1021819, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 18-19'), +(430, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(430, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(430, 6, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(430, 7, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(430, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(430, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(431, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(431, 2, 1012525, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 25-25'), +(431, 3, 1022526, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 25-26'), +(431, 4, 1032526, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 25-26'), +(431, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(431, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(431, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(431, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(431, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(432, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(432, 2, 1012324, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 23-24'), +(432, 3, 1022324, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 23-24'), +(432, 4, 1032324, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 23-24'), +(432, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(432, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(432, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(432, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(432, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(433, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(433, 2, 1012223, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 22-23'), +(433, 3, 1022223, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 22-23'), +(433, 4, 1032223, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 22-23'), +(433, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(433, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(433, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(433, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(433, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(434, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(434, 2, 1012122, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 21-22'), +(434, 3, 1022122, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 21-22'), +(434, 4, 1032122, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 21-22'), +(434, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(434, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(434, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(434, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(434, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(435, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(435, 2, 1012425, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-25'), +(435, 3, 1022425, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-25'), +(435, 4, 1032425, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-25'), +(435, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(435, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(435, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(435, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(435, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(436, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(436, 2, 1012223, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 22-23'), +(436, 3, 1022223, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 22-23'), +(436, 4, 1032223, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 22-23'), +(436, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(436, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(436, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(436, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(436, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(437, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(437, 2, 1012122, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 21-22'), +(437, 3, 1022122, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 21-22'), +(437, 4, 1032122, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 21-22'), +(437, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(437, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(437, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(437, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(437, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(440, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(440, 2, 1011920, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 19-20'), +(440, 3, 1021920, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 19-20'), +(440, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(440, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(440, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(440, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(440, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(440, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(441, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(441, 2, 1011718, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 17-18'), +(441, 3, 1021718, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 17-18'), +(441, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(441, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(441, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(441, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(441, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(442, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(442, 2, 1011516, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 15-16'), +(442, 3, 1021516, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 15-16'), +(442, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(442, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(442, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(442, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(442, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(445, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(445, 2, 1011920, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 19-20'), +(445, 3, 1021920, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 19-20'), +(445, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(445, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(445, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(445, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(445, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(445, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(446, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(446, 2, 1011819, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 18-19'), +(446, 3, 1021819, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 18-19'), +(446, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(446, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(446, 6, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(446, 7, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(446, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(446, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(449, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(449, 2, 1011617, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-17'), +(449, 3, 1021617, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-17'), +(449, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(449, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(449, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(449, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(449, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(452, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(452, 2, 1011617, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-17'), +(452, 3, 1021617, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-17'), +(452, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(452, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(452, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(452, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(452, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(453, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(453, 2, 1011819, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 18-19'), +(453, 3, 1021819, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 18-19'), +(453, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(453, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(453, 6, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(453, 7, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(453, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(453, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(454, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(454, 2, 1011213, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 12-13'), +(454, 3, 1021213, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 12-13'), +(454, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(454, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(454, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(454, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(454, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(456, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(456, 2, 1011414, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 14-14'), +(456, 3, 1021414, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 14-14'), +(456, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(456, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(456, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(456, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(456, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(458, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(458, 2, 1011617, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-17'), +(458, 3, 1021617, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-17'), +(458, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(458, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(458, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(458, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(458, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(473, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(473, 2, 1011010, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-10'), +(473, 3, 1021010, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-10'), +(473, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(473, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(473, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(473, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(474, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(474, 2, 1010910, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-10'), +(474, 3, 1020910, 1.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-10'), +(474, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(474, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(474, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(474, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(475, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(475, 2, 1010506, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 5-6'), +(475, 3, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(475, 4, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(475, 5, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(475, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(476, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(476, 2, 1010708, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 7-8'), +(476, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(476, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(476, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(476, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(476, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(478, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(478, 2, 1010910, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-10'), +(478, 3, 1020910, 1.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-10'), +(478, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(478, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(478, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(478, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(480, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(480, 2, 1010910, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-10'), +(480, 3, 1020910, 1.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-10'), +(480, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(480, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(480, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(480, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(481, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(481, 2, 1011011, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-11'), +(481, 3, 1021011, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-11'), +(481, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(481, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(481, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(481, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(481, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(485, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(485, 2, 1012021, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 20-21'), +(485, 3, 1022021, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 20-21'), +(485, 4, 1032021, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 20-21'), +(485, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(485, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(485, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(485, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(485, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(499, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(499, 2, 1022929, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 29-29'), +(499, 3, 1032929, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 29-29'), +(499, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(499, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(499, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(499, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(499, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(500, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(500, 2, 1011213, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 12-13'), +(500, 3, 1021213, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 12-13'), +(500, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(500, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(500, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(500, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(500, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(501, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(501, 2, 1011415, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 14-15'), +(501, 3, 1021415, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 14-15'), +(501, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(501, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(501, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(501, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(501, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(502, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(502, 2, 1011515, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 15-15'), +(502, 3, 1021515, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 15-15'), +(502, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(502, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(502, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(502, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(502, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(504, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(504, 2, 1011213, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 12-13'), +(504, 3, 1021213, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 12-13'), +(504, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(504, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(504, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(504, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(504, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(505, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(505, 2, 1011920, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 19-20'), +(505, 3, 1021920, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 19-20'), +(505, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(505, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(505, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(505, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(505, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(505, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(511, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(511, 2, 1022626, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 26-26'), +(511, 3, 1032626, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 26-26'), +(511, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(511, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(511, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(511, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(511, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(513, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(513, 2, 1011415, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 14-15'), +(513, 3, 1021415, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 14-15'), +(513, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(513, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(513, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(513, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(513, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(515, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(515, 2, 1011112, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 11-12'), +(515, 3, 1021112, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 11-12'), +(515, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(515, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(515, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(515, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(515, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(517, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(517, 2, 1011718, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 17-18'), +(517, 3, 1021718, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 17-18'), +(517, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(517, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(517, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(517, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(517, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(518, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(518, 2, 1012020, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 20-20'), +(518, 3, 1022020, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 20-20'), +(518, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(518, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(518, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(518, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(518, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(518, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(524, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(524, 2, 1010708, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 7-8'), +(524, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(524, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(524, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(524, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(524, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(525, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(525, 2, 1010506, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 5-6'), +(525, 3, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(525, 4, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(525, 5, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(525, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(533, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(533, 2, 1022728, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 27-28'), +(533, 3, 1032728, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 27-28'), +(533, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(533, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(533, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(533, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(533, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(539, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(539, 2, 1011819, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 18-19'), +(539, 3, 1021819, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 18-19'), +(539, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(539, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(539, 6, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(539, 7, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(539, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(539, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(544, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(544, 2, 1012122, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 21-22'), +(544, 3, 1022122, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 21-22'), +(544, 4, 1032122, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 21-22'), +(544, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(544, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(544, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(544, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(544, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(545, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(545, 2, 1011920, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 19-20'), +(545, 3, 1021920, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 19-20'), +(545, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(545, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(545, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(545, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(545, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(545, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(547, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(547, 2, 1011617, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-17'), +(547, 3, 1021617, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-17'), +(547, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(547, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(547, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(547, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(547, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(548, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(548, 2, 1011718, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 17-18'), +(548, 3, 1021718, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 17-18'), +(548, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(548, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(548, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(548, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(548, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(550, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(550, 2, 1011414, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 14-14'), +(550, 3, 1021414, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 14-14'), +(550, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(550, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(550, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(550, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(550, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(565, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(565, 2, 1012021, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 20-21'), +(565, 3, 1022021, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 20-21'), +(565, 4, 1032021, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 20-21'), +(565, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(565, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(565, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(565, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(565, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(568, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(568, 2, 1012425, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-25'), +(568, 3, 1022425, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-25'), +(568, 4, 1032425, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-25'), +(568, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(568, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(568, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(568, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(568, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(569, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(569, 2, 1012122, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 21-22'), +(569, 3, 1022122, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 21-22'), +(569, 4, 1032122, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 21-22'), +(569, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(569, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(569, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(569, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(569, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(570, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(570, 2, 1022829, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 28-29'), +(570, 3, 1032829, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 28-29'), +(570, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(570, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(570, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(570, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(570, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(578, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(578, 2, 1011920, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 19-20'), +(578, 3, 1021920, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 19-20'), +(578, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(578, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(578, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(578, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(578, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(578, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(579, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(579, 2, 1012424, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-24'), +(579, 3, 1022424, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-24'), +(579, 4, 1032424, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-24'), +(579, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(579, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(579, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(579, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(579, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(580, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(580, 2, 1012021, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 20-21'), +(580, 3, 1022021, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 20-21'), +(580, 4, 1032021, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 20-21'), +(580, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(580, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(580, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(580, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(580, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(587, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(587, 2, 1023334, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 33-34'), +(587, 3, 1033334, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 33-34'), +(587, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(587, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(587, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(587, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(587, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(588, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(588, 2, 1023435, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 34-35'), +(588, 3, 1033435, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 34-35'), +(588, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(588, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(588, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(588, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(588, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(589, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(589, 2, 1011415, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 14-15'), +(589, 3, 1021415, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 14-15'), +(589, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(589, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(589, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(589, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(589, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(590, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(590, 2, 1011314, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 13-14'), +(590, 3, 1021314, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 13-14'), +(590, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(590, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(590, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(590, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(590, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(594, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(594, 2, 1011516, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 15-16'), +(594, 3, 1021516, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 15-16'), +(594, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(594, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(594, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(594, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(594, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(595, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(595, 2, 1023435, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 34-35'), +(595, 3, 1033435, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 34-35'), +(595, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(595, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(595, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(595, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(595, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(597, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(597, 2, 1023637, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-37'), +(597, 3, 1033637, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-37'), +(597, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(597, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(597, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(597, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(597, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(604, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(604, 2, 1022728, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 27-28'), +(604, 3, 1032728, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 27-28'), +(604, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(604, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(604, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(604, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(604, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(615, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(615, 2, 1012323, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 23-23'), +(615, 3, 1022323, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 23-23'), +(615, 4, 1032323, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 23-23'), +(615, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(615, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(615, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(615, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(615, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(619, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(619, 2, 1011516, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 15-16'), +(619, 3, 1021516, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 15-16'), +(619, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(619, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(619, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(619, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(619, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(623, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(623, 2, 1011718, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 17-18'), +(623, 3, 1021718, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 17-18'), +(623, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(623, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(623, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(623, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(623, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(624, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(624, 2, 1011718, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 17-18'), +(624, 3, 1021718, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 17-18'), +(624, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(624, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(624, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(624, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(624, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(625, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(625, 2, 1011718, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 17-18'), +(625, 3, 1021718, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 17-18'), +(625, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(625, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(625, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(625, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(625, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(626, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(626, 2, 1011818, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 18-18'), +(626, 3, 1021818, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 18-18'), +(626, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(626, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(626, 6, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(626, 7, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(626, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(626, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(628, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(628, 2, 1012425, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-25'), +(628, 3, 1022425, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-25'), +(628, 4, 1032425, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-25'), +(628, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(628, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(628, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(628, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(628, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(660, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(660, 2, 1023737, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 37-37'), +(660, 3, 1033737, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 37-37'), +(660, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(660, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(660, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(660, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(660, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(667, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(667, 2, 1023940, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 39-40'), +(667, 3, 1033940, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 39-40'), +(667, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(667, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(667, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(667, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(667, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(667, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(669, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(669, 2, 1024142, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 41-42'), +(669, 3, 1034142, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 41-42'), +(669, 4, 1044142, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 41-42'), +(669, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(669, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(669, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(669, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(669, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(670, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(670, 2, 1024142, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 41-42'), +(670, 3, 1034142, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 41-42'), +(670, 4, 1044142, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 41-42'), +(670, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(670, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(670, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(670, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(670, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(671, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(671, 2, 1023637, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-37'), +(671, 3, 1033637, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-37'), +(671, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(671, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(671, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(671, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(671, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(672, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(672, 2, 1024444, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 44-44'), +(672, 3, 1034444, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 44-44'), +(672, 4, 1044444, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 44-44'), +(672, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(672, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(672, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(672, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(672, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(674, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(674, 2, 1024041, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 40-41'), +(674, 3, 1034041, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 40-41'), +(674, 4, 1044041, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 40-41'), +(674, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(674, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(674, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(674, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(674, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(675, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(675, 2, 1024242, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 42-42'), +(675, 3, 1034242, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 42-42'), +(675, 4, 1044242, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 42-42'), +(675, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(675, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(675, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(675, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(675, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(676, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(676, 2, 1024142, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 41-42'), +(676, 3, 1034142, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 41-42'), +(676, 4, 1044142, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 41-42'), +(676, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(676, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(676, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(676, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(676, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(677, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(677, 2, 1024041, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 40-41'), +(677, 3, 1034041, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 40-41'), +(677, 4, 1044041, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 40-41'), +(677, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(677, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(677, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(677, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(677, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(678, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(678, 2, 1024344, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 43-44'), +(678, 3, 1034344, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 43-44'), +(678, 4, 1044344, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 43-44'), +(678, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(678, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(678, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(678, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(678, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(679, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(679, 2, 1024344, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 43-44'), +(679, 3, 1034344, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 43-44'), +(679, 4, 1044344, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 43-44'), +(679, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(679, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(679, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(679, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(679, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(680, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(680, 2, 1024545, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 45-45'), +(680, 3, 1034545, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 45-45'), +(680, 4, 1044545, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 45-45'), +(680, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(680, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(680, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(680, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(680, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(681, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(681, 2, 1023031, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 30-31'), +(681, 3, 1033031, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 30-31'), +(681, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(681, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(681, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(681, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(681, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(682, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(682, 2, 1023233, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 32-33'), +(682, 3, 1033233, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 32-33'), +(682, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(682, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(682, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(682, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(682, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(683, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(683, 2, 1023031, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 30-31'), +(683, 3, 1033031, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 30-31'), +(683, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(683, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(683, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(683, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(683, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(684, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(684, 2, 1023738, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 37-38'), +(684, 3, 1033738, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 37-38'), +(684, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(684, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(684, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(684, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(684, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(684, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(685, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(685, 2, 1023334, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 33-34'), +(685, 3, 1033334, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 33-34'), +(685, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(685, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(685, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(685, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(685, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(686, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(686, 2, 1023536, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 35-36'), +(686, 3, 1033536, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 35-36'), +(686, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(686, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(686, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(686, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(686, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(687, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(687, 2, 1024041, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 40-41'), +(687, 3, 1034041, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 40-41'), +(687, 4, 1044041, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 40-41'), +(687, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(687, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(687, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(687, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(687, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(688, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(688, 2, 1023132, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 31-32'), +(688, 3, 1033132, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 31-32'), +(688, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(688, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(688, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(688, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(688, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(689, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(689, 2, 1023435, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 34-35'), +(689, 3, 1033435, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 34-35'), +(689, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(689, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(689, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(689, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(689, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(690, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(690, 2, 1023940, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 39-40'), +(690, 3, 1033940, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 39-40'), +(690, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(690, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(690, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(690, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(690, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(690, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(691, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(691, 2, 1023637, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-37'), +(691, 3, 1033637, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-37'), +(691, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(691, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(691, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(691, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(691, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(694, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(694, 2, 1023334, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 33-34'), +(694, 3, 1033334, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 33-34'), +(694, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(694, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(694, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(694, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(694, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(696, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(696, 2, 1023940, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 39-40'), +(696, 3, 1033940, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 39-40'), +(696, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(696, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(696, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(696, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(696, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(696, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(697, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(697, 2, 1023334, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 33-34'), +(697, 3, 1033334, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 33-34'), +(697, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(697, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(697, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(697, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(697, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(699, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(699, 2, 1023435, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 34-35'), +(699, 3, 1033435, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 34-35'), +(699, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(699, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(699, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(699, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(699, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(701, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(701, 2, 1023435, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 34-35'), +(701, 3, 1033435, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 34-35'), +(701, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(701, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(701, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(701, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(701, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(702, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(702, 2, 1023334, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 33-34'), +(702, 3, 1033334, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 33-34'), +(702, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(702, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(702, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(702, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(702, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(703, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(703, 2, 1022626, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 26-26'), +(703, 3, 1032626, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 26-26'), +(703, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(703, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(703, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(703, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(703, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(709, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(709, 2, 1024142, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 41-42'), +(709, 3, 1034142, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 41-42'), +(709, 4, 1044142, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 41-42'), +(709, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(709, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(709, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(709, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(709, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(710, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(710, 2, 1024344, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 43-44'), +(710, 3, 1034344, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 43-44'), +(710, 4, 1044344, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 43-44'), +(710, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(710, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(710, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(710, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(710, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(711, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(711, 2, 1012424, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-24'), +(711, 3, 1022424, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-24'), +(711, 4, 1032424, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-24'), +(711, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(711, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(711, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(711, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(711, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(712, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(712, 2, 1011415, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 14-15'), +(712, 3, 1021415, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 14-15'), +(712, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(712, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(712, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(712, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(712, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(728, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(728, 2, 1024040, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 39-40'), +(728, 3, 1034040, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 39-40'), +(728, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(728, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(728, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(728, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(728, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(728, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(729, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(729, 2, 1023737, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 37-37'), +(729, 3, 1033737, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 37-37'), +(729, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(729, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(729, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(729, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(729, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(730, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(730, 2, 1024343, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 43-43'), +(730, 3, 1034343, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 43-43'), +(730, 4, 1044343, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 43-43'), +(730, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(730, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(730, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(730, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(730, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(732, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(732, 2, 1010910, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-10'), +(732, 3, 1020910, 1.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-10'), +(732, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(732, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(732, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(732, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(735, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(735, 2, 1010607, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 6-7'), +(735, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(735, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(735, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(735, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(735, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(736, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(736, 2, 1023233, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 32-33'), +(736, 3, 1033233, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 32-33'), +(736, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(736, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(736, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(736, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(736, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(740, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(740, 2, 1023435, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 34-35'), +(740, 3, 1033435, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 34-35'), +(740, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(740, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(740, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(740, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(740, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(741, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(741, 2, 1023536, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 35-36'), +(741, 3, 1033536, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 35-36'), +(741, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(741, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(741, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(741, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(741, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(742, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(742, 2, 1024141, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 41-41'), +(742, 3, 1034141, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 41-41'), +(742, 4, 1044141, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 41-41'), +(742, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(742, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(742, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(742, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(742, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(743, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(743, 2, 1024243, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 42-43'), +(743, 3, 1034243, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 42-43'), +(743, 4, 1044243, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 42-43'), +(743, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(743, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(743, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(743, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(743, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(744, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(744, 2, 1024242, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 42-42'), +(744, 3, 1034242, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 42-42'), +(744, 4, 1044242, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 42-42'), +(744, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(744, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(744, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(744, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(744, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(745, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(745, 2, 1024344, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 43-44'), +(745, 3, 1034344, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 43-44'), +(745, 4, 1044344, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 43-44'), +(745, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(745, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(745, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(745, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(745, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(746, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(746, 2, 1024545, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 45-45'), +(746, 3, 1034545, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 45-45'), +(746, 4, 1044545, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 45-45'), +(746, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(746, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(746, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(746, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(746, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(747, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(747, 2, 1024142, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 41-42'), +(747, 3, 1034142, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 41-42'), +(747, 4, 1044142, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 41-42'), +(747, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(747, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(747, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(747, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(747, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(750, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(750, 2, 1024243, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 42-43'), +(750, 3, 1034243, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 42-43'), +(750, 4, 1044243, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 42-43'), +(750, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(750, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(750, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(750, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(750, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(751, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(751, 2, 1024344, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 43-44'), +(751, 3, 1034344, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 43-44'), +(751, 4, 1044344, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 43-44'), +(751, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(751, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(751, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(751, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(751, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(752, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(752, 2, 1024545, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 45-45'), +(752, 3, 1034545, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 45-45'), +(752, 4, 1044545, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 45-45'), +(752, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(752, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(752, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(752, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(752, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(754, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(754, 2, 1023132, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 31-32'), +(754, 3, 1033132, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 31-32'), +(754, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(754, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(754, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(754, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(754, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(755, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(755, 2, 1023435, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 34-35'), +(755, 3, 1033435, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 34-35'), +(755, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(755, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(755, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(755, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(755, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(757, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(757, 2, 1023536, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 35-36'), +(757, 3, 1033536, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 35-36'), +(757, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(757, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(757, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(757, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(757, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(759, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(759, 2, 1023637, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-37'), +(759, 3, 1033637, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-37'), +(759, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(759, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(759, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(759, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(759, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(760, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(760, 2, 1023637, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-37'), +(760, 3, 1033637, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-37'), +(760, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(760, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(760, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(760, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(760, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(761, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(761, 2, 1023738, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 37-38'), +(761, 3, 1033738, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 37-38'), +(761, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(761, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(761, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(761, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(761, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(761, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(762, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(762, 2, 1023738, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 37-38'), +(762, 3, 1033738, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 37-38'), +(762, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(762, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(762, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(762, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(762, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(762, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(764, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(764, 2, 1023839, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 38-39'), +(764, 3, 1033839, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 38-39'), +(764, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(764, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(764, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(764, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(764, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(764, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(765, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(765, 2, 1023940, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 39-40'), +(765, 3, 1033940, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 39-40'), +(765, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(765, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(765, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(765, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(765, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(765, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(766, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(766, 2, 1024041, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 40-41'), +(766, 3, 1034041, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 40-41'), +(766, 4, 1044041, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 40-41'), +(766, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(766, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(766, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(766, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(766, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(767, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(767, 2, 1023637, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-37'), +(767, 3, 1033637, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-37'), +(767, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(767, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(767, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(767, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(767, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(768, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(768, 2, 1023939, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 39-39'), +(768, 3, 1033939, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 39-39'), +(768, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(768, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(768, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(768, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(768, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(768, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(769, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(769, 2, 1024041, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 40-41'), +(769, 3, 1034041, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 40-41'), +(769, 4, 1044041, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 40-41'), +(769, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(769, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(769, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(769, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(769, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(772, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(772, 2, 1023738, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 37-38'), +(772, 3, 1033738, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 37-38'), +(772, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(772, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(772, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(772, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(772, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(772, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(780, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(780, 2, 1023940, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 39-40'), +(780, 3, 1033940, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 39-40'), +(780, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(780, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(780, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(780, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(780, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(780, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(781, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(781, 2, 1024344, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 43-44'), +(781, 3, 1034344, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 43-44'), +(781, 4, 1044344, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 43-44'), +(781, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(781, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(781, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(781, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(781, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(782, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(782, 2, 1024142, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 41-42'), +(782, 3, 1034142, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 41-42'), +(782, 4, 1044142, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 41-42'), +(782, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(782, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(782, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(782, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(782, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(783, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(783, 2, 1024344, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 43-44'), +(783, 3, 1034344, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 43-44'), +(783, 4, 1044344, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 43-44'), +(783, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(783, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(783, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(783, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(783, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(784, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(784, 2, 1024142, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 41-42'), +(784, 3, 1034142, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 41-42'), +(784, 4, 1044142, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 41-42'), +(784, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(784, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(784, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(784, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(784, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(785, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(785, 2, 1022829, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 28-29'), +(785, 3, 1032829, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 28-29'), +(785, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(785, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(785, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(785, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(785, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(787, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(787, 2, 1022627, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 26-27'), +(787, 3, 1032627, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 26-27'), +(787, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(787, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(787, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(787, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(787, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(813, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(813, 2, 1024040, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 39-40'), +(813, 3, 1034040, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 39-40'), +(813, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(813, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(813, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(813, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(813, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(813, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(814, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(814, 2, 1023838, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 38-38'), +(814, 3, 1033838, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 38-38'), +(814, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(814, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(814, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(814, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(814, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(814, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(818, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(818, 2, 1024545, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 45-45'), +(818, 3, 1034545, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 45-45'), +(818, 4, 1044545, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 45-45'), +(818, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(818, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(818, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(818, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(818, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(819, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(819, 2, 1012425, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-25'), +(819, 3, 1022425, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-25'), +(819, 4, 1032425, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-25'), +(819, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(819, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(819, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(819, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(819, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(822, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(822, 2, 1010809, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 8-9'), +(822, 3, 1020809, 0.75, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 8-9'), +(822, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(822, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(822, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(822, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(824, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(824, 2, 1011516, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 15-16'), +(824, 3, 1021516, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 15-16'), +(824, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(824, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(824, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(824, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(824, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(830, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(830, 2, 1011314, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 13-14'), +(830, 3, 1021314, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 13-14'), +(830, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(830, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(830, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(830, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(830, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(831, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(831, 2, 1011516, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 15-16'), +(831, 3, 1021516, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 15-16'), +(831, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(831, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(831, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(831, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(831, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(832, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(832, 2, 1011819, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 18-19'), +(832, 3, 1021819, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 18-19'), +(832, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(832, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(832, 6, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(832, 7, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(832, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(832, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(833, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(833, 2, 1011112, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 11-12'), +(833, 3, 1021112, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 11-12'), +(833, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(833, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(833, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(833, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(833, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(834, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(834, 2, 1011011, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-11'), +(834, 3, 1021011, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-11'), +(834, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(834, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(834, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(834, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(834, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(846, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(846, 2, 1011415, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 14-15'), +(846, 3, 1021415, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 14-15'), +(846, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(846, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(846, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(846, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(846, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(854, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(854, 2, 1023637, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-37'), +(854, 3, 1033637, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-37'), +(854, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(854, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(854, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(854, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(854, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(855, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(855, 2, 1023031, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 30-31'), +(855, 3, 1033031, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 30-31'), +(855, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(855, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(855, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(855, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(855, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(856, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(856, 2, 1023334, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 33-34'), +(856, 3, 1033334, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 33-34'), +(856, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(856, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(856, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(856, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(856, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(858, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(858, 2, 1023637, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-37'), +(858, 3, 1033637, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-37'), +(858, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(858, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(858, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(858, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(858, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(861, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(861, 2, 1023637, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-37'), +(861, 3, 1033637, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-37'), +(861, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(861, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(861, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(861, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(861, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(862, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(862, 2, 1023738, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 37-38'), +(862, 3, 1033738, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 37-38'), +(862, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(862, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(862, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(862, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(862, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(862, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(863, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(863, 2, 1025051, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 50-51'), +(863, 3, 1035051, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 50-51'), +(863, 4, 1045051, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 50-51'), +(863, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(863, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(863, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(863, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(863, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(864, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(864, 2, 1025050, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 50-50'), +(864, 3, 1035050, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 50-50'), +(864, 4, 1045050, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 50-50'), +(864, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(864, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(864, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(864, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(864, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(865, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(865, 2, 1025051, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 50-51'), +(865, 3, 1035051, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 50-51'), +(865, 4, 1045051, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 50-51'), +(865, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(865, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(865, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(865, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(865, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(868, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(868, 2, 1025353, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 53-53'), +(868, 3, 1035353, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 53-53'), +(868, 4, 1045353, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 53-53'), +(868, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(868, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(868, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(868, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(868, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(871, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(871, 2, 1023536, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 35-36'), +(871, 3, 1033536, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 35-36'), +(871, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(871, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(871, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(871, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(871, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(873, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(873, 2, 1023636, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-36'), +(873, 3, 1033636, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-36'), +(873, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(873, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(873, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(873, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(873, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(875, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(875, 2, 1023737, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 37-37'), +(875, 3, 1033737, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 37-37'), +(875, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(875, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(875, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(875, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(875, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(877, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(877, 2, 1023536, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 35-36'), +(877, 3, 1033536, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 35-36'), +(877, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(877, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(877, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(877, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(877, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(879, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(879, 2, 1023536, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 35-36'), +(879, 3, 1033536, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 35-36'), +(879, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(879, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(879, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(879, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(879, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(880, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(880, 2, 1010808, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 8-8'), +(880, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(880, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(880, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(880, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(880, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(881, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(881, 2, 1010909, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-9'), +(881, 3, 1020909, 1, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-9'), +(881, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(881, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(881, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(881, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(889, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(889, 2, 1012525, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 25-25'), +(889, 3, 1022526, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 25-26'), +(889, 4, 1032526, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 25-26'), +(889, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(889, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(889, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(889, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(889, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(891, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(891, 2, 1022627, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 26-27'), +(891, 3, 1032627, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 26-27'), +(891, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(891, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(891, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(891, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(891, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(892, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(892, 2, 1022728, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 27-28'), +(892, 3, 1032728, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 27-28'), +(892, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(892, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(892, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(892, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(892, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(898, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(898, 2, 1022627, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 26-27'), +(898, 3, 1032627, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 26-27'), +(898, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(898, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(898, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(898, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(898, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(905, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(905, 2, 1023132, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 31-32'), +(905, 3, 1033132, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 31-32'), +(905, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(905, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(905, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(905, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(905, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(909, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(909, 2, 1012525, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 25-25'), +(909, 3, 1022526, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 25-26'), +(909, 4, 1032526, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 25-26'), +(909, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(909, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(909, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(909, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(909, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(910, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(910, 2, 1022627, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 26-27'), +(910, 3, 1032627, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 26-27'), +(910, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(910, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(910, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(910, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(910, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(920, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(920, 2, 1023031, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 30-31'), +(920, 3, 1033031, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 30-31'), +(920, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(920, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(920, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(920, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(920, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(921, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(921, 2, 1023435, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 34-35'), +(921, 3, 1033435, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 34-35'), +(921, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(921, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(921, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(921, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(921, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(922, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(922, 2, 1024041, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 40-41'), +(922, 3, 1034041, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 40-41'), +(922, 4, 1044041, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 40-41'), +(922, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(922, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(922, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(922, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(922, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(923, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(923, 2, 1012324, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 23-24'), +(923, 3, 1022324, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 23-24'), +(923, 4, 1032324, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 23-24'), +(923, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(923, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(923, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(923, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(923, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(930, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(930, 2, 1012425, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-25'), +(930, 3, 1022425, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-25'), +(930, 4, 1032425, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-25'), +(930, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(930, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(930, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(930, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(930, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(937, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(937, 2, 1023233, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 32-33'), +(937, 3, 1033233, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 32-33'), +(937, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(937, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(937, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(937, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(937, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(938, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(938, 2, 1023435, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 34-35'), +(938, 3, 1033435, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 34-35'), +(938, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(938, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(938, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(938, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(938, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(939, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(939, 2, 1023637, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-37'), +(939, 3, 1033637, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-37'), +(939, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(939, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(939, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(939, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(939, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(940, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(940, 2, 1023232, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 32-32'), +(940, 3, 1033232, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 32-32'), +(940, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(940, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(940, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(940, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(940, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(941, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(941, 2, 1023435, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 34-35'), +(941, 3, 1033435, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 34-35'), +(941, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(941, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(941, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(941, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(941, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(942, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(942, 2, 1023637, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-37'), +(942, 3, 1033637, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-37'), +(942, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(942, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(942, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(942, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(942, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(943, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(943, 2, 1023434, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 34-34'), +(943, 3, 1033434, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 34-34'), +(943, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(943, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(943, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(943, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(943, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(948, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(948, 2, 1012525, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 25-25'), +(948, 3, 1022526, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 25-26'), +(948, 4, 1032526, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 25-26'), +(948, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(948, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(948, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(948, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(948, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(949, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(949, 2, 1012525, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 25-25'), +(949, 3, 1022526, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 25-26'), +(949, 4, 1032526, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 25-26'), +(949, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(949, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(949, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(949, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(949, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(950, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(950, 2, 1025050, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 50-50'), +(950, 3, 1035050, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 50-50'), +(950, 4, 1045050, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 50-50'), +(950, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(950, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(950, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(950, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(950, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(976, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(976, 2, 1023233, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 32-33'), +(976, 3, 1033233, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 32-33'), +(976, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(976, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(976, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(976, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(976, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(977, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(977, 2, 1023233, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 32-33'), +(977, 3, 1033233, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 32-33'), +(977, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(977, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(977, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(977, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(977, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(978, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(978, 2, 1023838, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 38-38'), +(978, 3, 1033838, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 38-38'), +(978, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(978, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(978, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(978, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(978, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(978, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(979, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(979, 2, 1023838, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 38-38'), +(979, 3, 1033838, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 38-38'), +(979, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(979, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(979, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(979, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(979, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(979, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(1007, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(1007, 2, 1012021, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 20-21'), +(1007, 3, 1022021, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 20-21'), +(1007, 4, 1032021, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 20-21'), +(1007, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1007, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1007, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1007, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1007, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(1008, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(1008, 2, 1012122, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 21-22'), +(1008, 3, 1022122, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 21-22'), +(1008, 4, 1032122, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 21-22'), +(1008, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1008, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1008, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1008, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1008, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(1009, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(1009, 2, 1012223, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 22-23'), +(1009, 3, 1022223, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 22-23'), +(1009, 4, 1032223, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 22-23'), +(1009, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1009, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1009, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1009, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1009, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(1010, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(1010, 2, 1012223, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 22-23'), +(1010, 3, 1022223, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 22-23'), +(1010, 4, 1032223, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 22-23'), +(1010, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1010, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1010, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1010, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1010, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(1011, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(1011, 2, 1012324, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 23-24'), +(1011, 3, 1022324, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 23-24'), +(1011, 4, 1032324, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 23-24'), +(1011, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1011, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1011, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1011, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1011, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(1012, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(1012, 2, 1012425, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-25'), +(1012, 3, 1022425, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-25'), +(1012, 4, 1032425, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-25'), +(1012, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1012, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1012, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1012, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1012, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(1013, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(1013, 2, 1012525, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 25-25'), +(1013, 3, 1022526, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 25-26'), +(1013, 4, 1032526, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 25-26'), +(1013, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1013, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1013, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1013, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1013, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(1014, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(1014, 2, 1022727, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 27-27'), +(1014, 3, 1032727, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 27-27'), +(1014, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1014, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1014, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1014, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1014, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(1015, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(1015, 2, 1012324, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 23-24'), +(1015, 3, 1022324, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 23-24'), +(1015, 4, 1032324, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 23-24'), +(1015, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1015, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1015, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1015, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1015, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(1016, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(1016, 2, 1012425, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-25'), +(1016, 3, 1022425, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-25'), +(1016, 4, 1032425, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-25'), +(1016, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1016, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1016, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1016, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1016, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(1017, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(1017, 2, 1012525, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 25-25'), +(1017, 3, 1022526, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 25-26'), +(1017, 4, 1032526, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 25-26'), +(1017, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1017, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1017, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1017, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1017, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(1018, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(1018, 2, 1022728, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 27-28'), +(1018, 3, 1032728, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 27-28'), +(1018, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1018, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1018, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1018, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1018, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(1019, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(1019, 2, 1022929, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 29-29'), +(1019, 3, 1032929, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 29-29'), +(1019, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1019, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1019, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1019, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1019, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(1020, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(1020, 2, 1012223, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 22-23'), +(1020, 3, 1022223, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 22-23'), +(1020, 4, 1032223, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 22-23'), +(1020, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1020, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1020, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1020, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1020, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(1021, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(1021, 2, 1012425, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-25'), +(1021, 3, 1022425, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-25'), +(1021, 4, 1032425, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-25'), +(1021, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1021, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1021, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1021, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1021, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(1022, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(1022, 2, 1012525, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 25-25'), +(1022, 3, 1022526, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 25-26'), +(1022, 4, 1032526, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 25-26'), +(1022, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1022, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1022, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1022, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1022, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(1023, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(1023, 2, 1022627, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 26-27'), +(1023, 3, 1032627, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 26-27'), +(1023, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1023, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1023, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1023, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1023, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(1024, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(1024, 2, 1012021, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 20-21'), +(1024, 3, 1022021, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 20-21'), +(1024, 4, 1032021, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 20-21'), +(1024, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1024, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1024, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1024, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1024, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(1025, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(1025, 2, 1012122, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 21-22'), +(1025, 3, 1022122, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 21-22'), +(1025, 4, 1032122, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 21-22'), +(1025, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1025, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1025, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1025, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1025, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(1026, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(1026, 2, 1012223, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 22-23'), +(1026, 3, 1022223, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 22-23'), +(1026, 4, 1032223, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 22-23'), +(1026, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1026, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1026, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1026, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1026, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(1027, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(1027, 2, 1012425, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-25'), +(1027, 3, 1022425, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-25'), +(1027, 4, 1032425, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-25'), +(1027, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1027, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1027, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1027, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1027, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(1028, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(1028, 2, 1012324, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 23-24'), +(1028, 3, 1022324, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 23-24'), +(1028, 4, 1032324, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 23-24'), +(1028, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1028, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1028, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1028, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1028, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(1029, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(1029, 2, 1012525, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 25-25'), +(1029, 3, 1022526, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 25-26'), +(1029, 4, 1032526, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 25-26'), +(1029, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1029, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1029, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1029, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1029, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(1030, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(1030, 2, 1012021, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 20-21'), +(1030, 3, 1022021, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 20-21'), +(1030, 4, 1032021, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 20-21'), +(1030, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1030, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1030, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1030, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1030, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(1031, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(1031, 2, 1012425, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-25'), +(1031, 3, 1022425, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-25'), +(1031, 4, 1032425, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-25'), +(1031, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1031, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1031, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1031, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1031, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(1032, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(1032, 2, 1012324, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 23-24'), +(1032, 3, 1022324, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 23-24'), +(1032, 4, 1032324, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 23-24'), +(1032, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1032, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1032, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1032, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1032, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(1033, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(1033, 2, 1012525, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 25-25'), +(1033, 3, 1022526, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 25-26'), +(1033, 4, 1032526, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 25-26'), +(1033, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1033, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1033, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1033, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1033, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(1034, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(1034, 2, 1012324, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 23-24'), +(1034, 3, 1022324, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 23-24'), +(1034, 4, 1032324, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 23-24'), +(1034, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1034, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1034, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1034, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1034, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(1035, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(1035, 2, 1012324, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 23-24'), +(1035, 3, 1022324, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 23-24'), +(1035, 4, 1032324, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 23-24'), +(1035, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1035, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1035, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1035, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1035, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(1036, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(1036, 2, 1012425, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-25'), +(1036, 3, 1022425, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-25'), +(1036, 4, 1032425, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-25'), +(1036, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1036, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1036, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1036, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1036, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(1038, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(1038, 2, 1012324, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 23-24'), +(1038, 3, 1022324, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 23-24'), +(1038, 4, 1032324, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 23-24'), +(1038, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1038, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1038, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1038, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1038, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(1039, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(1039, 2, 1012021, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 20-21'), +(1039, 3, 1022021, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 20-21'), +(1039, 4, 1032021, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 20-21'), +(1039, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1039, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1039, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1039, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1039, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(1040, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(1040, 2, 1012425, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-25'), +(1040, 3, 1022425, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-25'), +(1040, 4, 1032425, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-25'), +(1040, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1040, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1040, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1040, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1040, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(1041, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(1041, 2, 1012525, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 25-25'), +(1041, 3, 1022526, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 25-26'), +(1041, 4, 1032526, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 25-26'), +(1041, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1041, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1041, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1041, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1041, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(1042, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(1042, 2, 1012324, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 23-24'), +(1042, 3, 1022324, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 23-24'), +(1042, 4, 1032324, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 23-24'), +(1042, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1042, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1042, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1042, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1042, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(1043, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(1043, 2, 1012425, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-25'), +(1043, 3, 1022425, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-25'), +(1043, 4, 1032425, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-25'), +(1043, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1043, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1043, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1043, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1043, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(1044, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(1044, 2, 1022627, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 26-27'), +(1044, 3, 1032627, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 26-27'), +(1044, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1044, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1044, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1044, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1044, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(1051, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(1051, 2, 1022728, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 27-28'), +(1051, 3, 1032728, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 27-28'), +(1051, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1051, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1051, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1051, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1051, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(1052, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(1052, 2, 1022829, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 28-29'), +(1052, 3, 1032829, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 28-29'), +(1052, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1052, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1052, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1052, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1052, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(1053, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(1053, 2, 1022930, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 29-30'), +(1053, 3, 1032930, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 29-30'), +(1053, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1053, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(1053, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1053, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1053, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(1054, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(1054, 2, 1023031, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 30-31'), +(1054, 3, 1033031, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 30-31'), +(1054, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(1054, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(1054, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1054, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1054, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(1057, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(1057, 2, 1012324, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 23-24'), +(1057, 3, 1022324, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 23-24'), +(1057, 4, 1032324, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 23-24'), +(1057, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1057, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1057, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1057, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1057, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(1059, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(1059, 2, 1024545, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 45-45'), +(1059, 3, 1034545, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 45-45'), +(1059, 4, 1044545, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 45-45'), +(1059, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1059, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(1059, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(1059, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(1059, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(1061, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(1061, 2, 1024141, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 41-41'), +(1061, 3, 1034141, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 41-41'), +(1061, 4, 1044141, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 41-41'), +(1061, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1061, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(1061, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(1061, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(1061, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(1062, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(1062, 2, 1024040, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 39-40'), +(1062, 3, 1034040, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 39-40'), +(1062, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(1062, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(1062, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(1062, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(1062, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(1062, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(1065, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1065, 2, 1011213, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 12-13'), +(1065, 3, 1021213, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 12-13'), +(1065, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1065, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1065, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1065, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1065, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(1069, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(1069, 2, 1012525, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 25-25'), +(1069, 3, 1022526, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 25-26'), +(1069, 4, 1032526, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 25-26'), +(1069, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1069, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1069, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1069, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1069, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(1081, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(1081, 2, 1024242, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 42-42'), +(1081, 3, 1034242, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 42-42'), +(1081, 4, 1044242, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 42-42'), +(1081, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1081, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(1081, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(1081, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(1081, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(1082, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(1082, 2, 1023839, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 38-39'), +(1082, 3, 1033839, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 38-39'), +(1082, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(1082, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(1082, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(1082, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(1082, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(1082, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(1083, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(1083, 2, 1011617, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-17'), +(1083, 3, 1021617, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-17'), +(1083, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1083, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1083, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1083, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1083, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(1084, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(1084, 2, 1023536, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 35-36'), +(1084, 3, 1033536, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 35-36'), +(1084, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(1084, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(1084, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(1084, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(1084, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(1085, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(1085, 2, 1023435, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 34-35'), +(1085, 3, 1033435, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 34-35'), +(1085, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(1085, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(1085, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(1085, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(1085, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(1087, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(1087, 2, 1024142, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 41-42'), +(1087, 3, 1034142, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 41-42'), +(1087, 4, 1044142, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 41-42'), +(1087, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1087, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(1087, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(1087, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(1087, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(1088, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(1088, 2, 1024344, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 43-44'), +(1088, 3, 1034344, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 43-44'), +(1088, 4, 1044344, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 43-44'), +(1088, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1088, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(1088, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(1088, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(1088, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(1094, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(1094, 2, 1023435, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 34-35'), +(1094, 3, 1033435, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 34-35'), +(1094, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(1094, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(1094, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(1094, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(1094, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(1095, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(1095, 2, 1023636, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-36'), +(1095, 3, 1033636, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-36'), +(1095, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(1095, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(1095, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(1095, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(1095, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(1096, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(1096, 2, 1023536, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 35-36'), +(1096, 3, 1033536, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 35-36'), +(1096, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(1096, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(1096, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(1096, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(1096, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(1097, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(1097, 2, 1023435, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 34-35'), +(1097, 3, 1033435, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 34-35'), +(1097, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(1097, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(1097, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(1097, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(1097, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(1108, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(1108, 2, 1023233, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 32-33'), +(1108, 3, 1033233, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 32-33'), +(1108, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(1108, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(1108, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1108, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(1108, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(1109, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1109, 2, 1011314, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 13-14'), +(1109, 3, 1021314, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 13-14'), +(1109, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1109, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1109, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1109, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1109, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(1110, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(1110, 2, 1022728, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 27-28'), +(1110, 3, 1032728, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 27-28'), +(1110, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1110, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1110, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1110, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1110, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(1111, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(1111, 2, 1012122, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 21-22'), +(1111, 3, 1022122, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 21-22'), +(1111, 4, 1032122, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 21-22'), +(1111, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1111, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1111, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1111, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1111, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(1114, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(1114, 2, 1023738, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 37-38'), +(1114, 3, 1033738, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 37-38'), +(1114, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(1114, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(1114, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(1114, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(1114, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(1114, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(1115, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1115, 2, 1010809, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 8-9'), +(1115, 3, 1020809, 0.75, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 8-9'), +(1115, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1115, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1115, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1115, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1116, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1116, 2, 1010910, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-10'), +(1116, 3, 1020910, 1.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-10'), +(1116, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1116, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1116, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1116, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1117, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1117, 2, 1010910, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-10'), +(1117, 3, 1020910, 1.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-10'), +(1117, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1117, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1117, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1117, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1118, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1118, 2, 1011112, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 11-12'), +(1118, 3, 1021112, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 11-12'), +(1118, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1118, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1118, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1118, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1118, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(1120, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1120, 2, 1010708, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 7-8'), +(1120, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(1120, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1120, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1120, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1120, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1121, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1121, 2, 1010809, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 8-9'), +(1121, 3, 1020809, 0.75, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 8-9'), +(1121, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1121, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1121, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1121, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1122, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1122, 2, 1010910, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-10'), +(1122, 3, 1020910, 1.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-10'), +(1122, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1122, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1122, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1122, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1123, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1123, 2, 1010809, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 8-9'), +(1123, 3, 1020809, 0.75, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 8-9'), +(1123, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1123, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1123, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1123, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1124, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1124, 2, 1010910, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-10'), +(1124, 3, 1020910, 1.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-10'), +(1124, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1124, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1124, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1124, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1125, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1125, 2, 1010506, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 5-6'), +(1125, 3, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1125, 4, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1125, 5, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1125, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1126, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1126, 2, 1010607, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 6-7'), +(1126, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(1126, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1126, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1126, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1126, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1127, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1127, 2, 1010708, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 7-8'), +(1127, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(1127, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1127, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1127, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1127, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1128, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1128, 2, 1010506, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 5-6'), +(1128, 3, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1128, 4, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1128, 5, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1128, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1129, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1129, 2, 1010607, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 6-7'), +(1129, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(1129, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1129, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1129, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1129, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1131, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1131, 2, 1010708, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 7-8'), +(1131, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(1131, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1131, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1131, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1131, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1133, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1133, 2, 1010809, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 8-9'), +(1133, 3, 1020809, 0.75, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 8-9'), +(1133, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1133, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1133, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1133, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1134, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1134, 2, 1010506, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 5-6'), +(1134, 3, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1134, 4, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1134, 5, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1134, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1135, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1135, 2, 1010607, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 6-7'), +(1135, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(1135, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1135, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1135, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1135, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1138, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1138, 2, 1010607, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 6-7'), +(1138, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(1138, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1138, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1138, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1138, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1142, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(1142, 2, 1023637, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-37'), +(1142, 3, 1033637, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-37'), +(1142, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(1142, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(1142, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(1142, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(1142, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(1144, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(1144, 2, 1023637, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-37'), +(1144, 3, 1033637, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-37'), +(1144, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(1144, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(1144, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(1144, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(1144, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(1150, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(1150, 2, 1023031, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 30-31'), +(1150, 3, 1033031, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 30-31'), +(1150, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(1150, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(1150, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1150, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1150, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(1151, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(1151, 2, 1023536, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 35-36'), +(1151, 3, 1033536, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 35-36'), +(1151, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(1151, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(1151, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(1151, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(1151, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(1152, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(1152, 2, 1023536, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 35-36'), +(1152, 3, 1033536, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 35-36'), +(1152, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(1152, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(1152, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(1152, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(1152, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(1157, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(1157, 2, 1022627, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 26-27'), +(1157, 3, 1032627, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 26-27'), +(1157, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1157, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1157, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1157, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1157, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(1158, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(1158, 2, 1022728, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 27-28'), +(1158, 3, 1032728, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 27-28'), +(1158, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1158, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1158, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1158, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1158, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(1159, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(1159, 2, 1022929, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 29-29'), +(1159, 3, 1032929, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 29-29'), +(1159, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1159, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1159, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1159, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1159, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(1160, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(1160, 2, 1023030, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 30-30'), +(1160, 3, 1033030, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 30-30'), +(1160, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1160, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(1160, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1160, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1160, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(1161, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1161, 2, 1011112, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 11-12'), +(1161, 3, 1021112, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 11-12'), +(1161, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1161, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1161, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1161, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1161, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(1162, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1162, 2, 1011112, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 11-12'), +(1162, 3, 1021112, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 11-12'), +(1162, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1162, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1162, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1162, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1162, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(1163, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1163, 2, 1011314, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 13-14'), +(1163, 3, 1021314, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 13-14'), +(1163, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1163, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1163, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1163, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1163, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(1164, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(1164, 2, 1011516, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 15-16'), +(1164, 3, 1021516, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 15-16'), +(1164, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1164, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1164, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1164, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1164, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(1165, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(1165, 2, 1011718, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 17-18'), +(1165, 3, 1021718, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 17-18'), +(1165, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1165, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1165, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1165, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1165, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(1166, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1166, 2, 1011314, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 13-14'), +(1166, 3, 1021314, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 13-14'), +(1166, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1166, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1166, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1166, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1166, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(1167, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(1167, 2, 1011819, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 18-19'), +(1167, 3, 1021819, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 18-19'), +(1167, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(1167, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1167, 6, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1167, 7, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1167, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1167, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(1169, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(1169, 2, 1011819, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 18-19'), +(1169, 3, 1021819, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 18-19'), +(1169, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(1169, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1169, 6, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1169, 7, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1169, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1169, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(1172, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1172, 2, 1011011, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-11'), +(1172, 3, 1021011, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-11'), +(1172, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1172, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1172, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1172, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1172, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(1173, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1173, 2, 1011011, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-11'), +(1173, 3, 1021011, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-11'), +(1173, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1173, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1173, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1173, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1173, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(1174, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1174, 2, 1011213, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 12-13'), +(1174, 3, 1021213, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 12-13'), +(1174, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1174, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1174, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1174, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1174, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(1175, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1175, 2, 1011213, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 12-13'), +(1175, 3, 1021213, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 12-13'), +(1175, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1175, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1175, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1175, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1175, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(1176, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1176, 2, 1011112, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 11-12'), +(1176, 3, 1021112, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 11-12'), +(1176, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1176, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1176, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1176, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1176, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(1177, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1177, 2, 1011414, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 14-14'), +(1177, 3, 1021414, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 14-14'), +(1177, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1177, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1177, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1177, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1177, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(1178, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(1178, 2, 1011819, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 18-19'), +(1178, 3, 1021819, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 18-19'), +(1178, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(1178, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1178, 6, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1178, 7, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1178, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1178, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(1179, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(1179, 2, 1011819, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 18-19'), +(1179, 3, 1021819, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 18-19'), +(1179, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(1179, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1179, 6, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1179, 7, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1179, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1179, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(1180, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(1180, 2, 1011920, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 19-20'), +(1180, 3, 1021920, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 19-20'), +(1180, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(1180, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1180, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1180, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1180, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1180, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(1181, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(1181, 2, 1011819, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 18-19'), +(1181, 3, 1021819, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 18-19'), +(1181, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(1181, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1181, 6, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1181, 7, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1181, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1181, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(1183, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(1183, 2, 1011920, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 19-20'), +(1183, 3, 1021920, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 19-20'), +(1183, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(1183, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1183, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1183, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1183, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1183, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(1184, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1184, 2, 1011314, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 13-14'), +(1184, 3, 1021314, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 13-14'), +(1184, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1184, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1184, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1184, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1184, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(1185, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(1185, 2, 1011718, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 17-18'), +(1185, 3, 1021718, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 17-18'), +(1185, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1185, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1185, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1185, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1185, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(1186, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1186, 2, 1011112, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 11-12'), +(1186, 3, 1021112, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 11-12'), +(1186, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1186, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1186, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1186, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1186, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(1188, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1188, 2, 1011314, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 13-14'), +(1188, 3, 1021314, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 13-14'), +(1188, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1188, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1188, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1188, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1188, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(1189, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(1189, 2, 1011617, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-17'), +(1189, 3, 1021617, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-17'), +(1189, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1189, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1189, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1189, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1189, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(1190, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1190, 2, 1011011, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-11'), +(1190, 3, 1021011, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-11'), +(1190, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1190, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1190, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1190, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1190, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(1191, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1191, 2, 1011415, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 14-15'), +(1191, 3, 1021415, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 14-15'), +(1191, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1191, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1191, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1191, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1191, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(1192, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(1192, 2, 1011617, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-17'), +(1192, 3, 1021617, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-17'), +(1192, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1192, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1192, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1192, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1192, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(1193, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1193, 2, 1011213, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 12-13'), +(1193, 3, 1021213, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 12-13'), +(1193, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1193, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1193, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1193, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1193, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(1194, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(1194, 2, 1011516, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 15-16'), +(1194, 3, 1021516, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 15-16'), +(1194, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1194, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1194, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1194, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1194, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(1195, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1195, 2, 1011011, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-11'), +(1195, 3, 1021011, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-11'), +(1195, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1195, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1195, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1195, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1195, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(1196, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1196, 2, 1010708, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 7-8'), +(1196, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(1196, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1196, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1196, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1196, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1197, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(1197, 2, 1011516, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 15-16'), +(1197, 3, 1021516, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 15-16'), +(1197, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1197, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1197, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1197, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1197, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(1199, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1199, 2, 1010506, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 5-6'), +(1199, 3, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1199, 4, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1199, 5, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1199, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1201, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1201, 2, 1010708, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 7-8'), +(1201, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(1201, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1201, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1201, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1201, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1202, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1202, 2, 1011112, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 11-12'), +(1202, 3, 1021112, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 11-12'), +(1202, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1202, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1202, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1202, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1202, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(1205, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(1205, 2, 1011717, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 17-17'), +(1205, 3, 1021717, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 17-17'), +(1205, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1205, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1205, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1205, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1205, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(1206, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(1206, 2, 1011616, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-16'), +(1206, 3, 1021616, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-16'), +(1206, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1206, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1206, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1206, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1206, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(1207, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(1207, 2, 1011616, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-16'), +(1207, 3, 1021616, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-16'), +(1207, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1207, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1207, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1207, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1207, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(1211, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1211, 2, 1010909, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-9'), +(1211, 3, 1020909, 1, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-9'), +(1211, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1211, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1211, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1211, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1216, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(1216, 2, 1011718, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 17-18'), +(1216, 3, 1021718, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 17-18'), +(1216, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1216, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1216, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1216, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1216, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(1222, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(1222, 2, 1011717, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 17-17'), +(1222, 3, 1021717, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 17-17'), +(1222, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1222, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1222, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1222, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1222, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(1224, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(1224, 2, 1011920, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 19-20'), +(1224, 3, 1021920, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 19-20'), +(1224, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(1224, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1224, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1224, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1224, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1224, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(1225, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(1225, 2, 1012020, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 20-20'), +(1225, 3, 1022020, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 20-20'), +(1225, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(1225, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1225, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1225, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1225, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1225, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(1236, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1236, 2, 1011213, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 12-13'), +(1236, 3, 1021213, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 12-13'), +(1236, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1236, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1236, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1236, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1236, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(1251, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(1251, 2, 1022829, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 28-29'), +(1251, 3, 1032829, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 28-29'), +(1251, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1251, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1251, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1251, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1251, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(1258, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(1258, 2, 1012525, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 25-25'), +(1258, 3, 1022526, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 25-26'), +(1258, 4, 1032526, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 25-26'), +(1258, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1258, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1258, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1258, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1258, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(1259, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(1259, 2, 1012222, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 22-22'), +(1259, 3, 1022222, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 22-22'), +(1259, 4, 1032222, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 22-22'), +(1259, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1259, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1259, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1259, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1259, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(1270, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(1270, 2, 1022930, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 29-30'), +(1270, 3, 1032930, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 29-30'), +(1270, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1270, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(1270, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1270, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1270, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(1353, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(1353, 2, 1022929, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 29-29'), +(1353, 3, 1032929, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 29-29'), +(1353, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1353, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1353, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1353, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1353, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(1364, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(1364, 2, 1023131, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 31-31'), +(1364, 3, 1033131, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 31-31'), +(1364, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(1364, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(1364, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1364, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(1364, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(1388, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1388, 2, 1011111, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 11-11'), +(1388, 3, 1021111, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 11-11'), +(1388, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1388, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1388, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1388, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1388, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(1393, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(1393, 2, 1011920, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 19-20'), +(1393, 3, 1021920, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 19-20'), +(1393, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(1393, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1393, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1393, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1393, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1393, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(1397, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1397, 2, 1010809, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 8-9'), +(1397, 3, 1020809, 0.75, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 8-9'), +(1397, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1397, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1397, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1397, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1400, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(1400, 2, 1012324, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 23-24'), +(1400, 3, 1022324, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 23-24'), +(1400, 4, 1032324, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 23-24'), +(1400, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1400, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1400, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1400, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1400, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(1417, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(1417, 2, 1012122, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 21-22'), +(1417, 3, 1022122, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 21-22'), +(1417, 4, 1032122, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 21-22'), +(1417, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1417, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1417, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1417, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1417, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(1418, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(1418, 2, 1022829, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 28-29'), +(1418, 3, 1032829, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 28-29'), +(1418, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1418, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1418, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1418, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1418, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(1426, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1426, 2, 1011415, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 14-15'), +(1426, 3, 1021415, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 14-15'), +(1426, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1426, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1426, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1426, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1426, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(1487, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(1487, 2, 1023031, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 30-31'), +(1487, 3, 1033031, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 30-31'), +(1487, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(1487, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(1487, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1487, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1487, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(1488, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(1488, 2, 1024344, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 43-44'), +(1488, 3, 1034344, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 43-44'), +(1488, 4, 1044344, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 43-44'), +(1488, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1488, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(1488, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(1488, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(1488, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(1489, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(1489, 2, 1024344, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 43-44'), +(1489, 3, 1034344, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 43-44'), +(1489, 4, 1044344, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 43-44'), +(1489, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1489, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(1489, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(1489, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(1489, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(1490, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(1490, 2, 1024444, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 44-44'), +(1490, 3, 1034444, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 44-44'), +(1490, 4, 1044444, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 44-44'), +(1490, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1490, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(1490, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(1490, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(1490, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(1491, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(1491, 2, 1024444, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 44-44'), +(1491, 3, 1034444, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 44-44'), +(1491, 4, 1044444, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 44-44'), +(1491, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1491, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(1491, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(1491, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(1491, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(1520, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1520, 2, 1010607, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 6-7'), +(1520, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(1520, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1520, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1520, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1520, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1522, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1522, 2, 1010708, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 7-8'), +(1522, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(1522, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1522, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1522, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1522, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1523, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1523, 2, 1010809, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 8-9'), +(1523, 3, 1020809, 0.75, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 8-9'), +(1523, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1523, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1523, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1523, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1525, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1525, 2, 1010506, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 5-6'), +(1525, 3, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1525, 4, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1525, 5, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1525, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1526, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1526, 2, 1010607, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 6-7'), +(1526, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(1526, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1526, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1526, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1526, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1527, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1527, 2, 1010708, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 7-8'), +(1527, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(1527, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1527, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1527, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1527, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1528, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1528, 2, 1010809, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 8-9'), +(1528, 3, 1020809, 0.75, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 8-9'), +(1528, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1528, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1528, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1528, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1529, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1529, 2, 1010910, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-10'), +(1529, 3, 1020910, 1.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-10'), +(1529, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1529, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1529, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1529, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1530, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1530, 2, 1011011, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-11'), +(1530, 3, 1021011, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-11'), +(1530, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1530, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1530, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1530, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1530, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(1532, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1532, 2, 1011011, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-11'), +(1532, 3, 1021011, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-11'), +(1532, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1532, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1532, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1532, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1532, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(1534, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1534, 2, 1010910, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-10'), +(1534, 3, 1020910, 1.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-10'), +(1534, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1534, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1534, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1534, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1535, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1535, 2, 1010607, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 6-7'), +(1535, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(1535, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1535, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1535, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1535, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1536, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1536, 2, 1010708, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 7-8'), +(1536, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(1536, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1536, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1536, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1536, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1537, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1537, 2, 1010809, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 8-9'), +(1537, 3, 1020809, 0.75, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 8-9'), +(1537, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1537, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1537, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1537, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1538, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1538, 2, 1010910, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-10'), +(1538, 3, 1020910, 1.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-10'), +(1538, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1538, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1538, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1538, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1539, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1539, 2, 1011011, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-11'), +(1539, 3, 1021011, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-11'), +(1539, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1539, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1539, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1539, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1539, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(1540, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1540, 2, 1011011, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-11'), +(1540, 3, 1021011, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-11'), +(1540, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1540, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1540, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1540, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1540, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(1543, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1543, 2, 1010708, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 7-8'), +(1543, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(1543, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1543, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1543, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1543, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1544, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1544, 2, 1010809, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 8-9'), +(1544, 3, 1020809, 0.75, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 8-9'), +(1544, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1544, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1544, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1544, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1545, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1545, 2, 1010910, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-10'), +(1545, 3, 1020910, 1.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-10'), +(1545, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1545, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1545, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1545, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1547, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1547, 2, 1010506, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 5-6'), +(1547, 3, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1547, 4, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1547, 5, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1547, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1548, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1548, 2, 1010708, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 7-8'), +(1548, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(1548, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1548, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1548, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1548, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1549, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1549, 2, 1010910, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-10'), +(1549, 3, 1020910, 1.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-10'), +(1549, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1549, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1549, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1549, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1550, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(1550, 2, 1024142, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 41-42'), +(1550, 3, 1034142, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 41-42'), +(1550, 4, 1044142, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 41-42'), +(1550, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1550, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(1550, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(1550, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(1550, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(1551, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(1551, 2, 1024344, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 43-44'), +(1551, 3, 1034344, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 43-44'), +(1551, 4, 1044344, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 43-44'), +(1551, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1551, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(1551, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(1551, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(1551, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(1553, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1553, 2, 1010607, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 6-7'), +(1553, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(1553, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1553, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1553, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1553, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1554, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1554, 2, 1010809, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 8-9'), +(1554, 3, 1020809, 0.75, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 8-9'), +(1554, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1554, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1554, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1554, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1555, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1555, 2, 1010910, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-10'), +(1555, 3, 1020910, 1.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-10'), +(1555, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1555, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1555, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1555, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1557, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(1557, 2, 1024041, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 40-41'), +(1557, 3, 1034041, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 40-41'), +(1557, 4, 1044041, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 40-41'), +(1557, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1557, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(1557, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(1557, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(1557, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(1558, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(1558, 2, 1024243, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 42-43'), +(1558, 3, 1034243, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 42-43'), +(1558, 4, 1044243, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 42-43'), +(1558, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1558, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(1558, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(1558, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(1558, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(1559, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(1559, 2, 1024242, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 42-42'), +(1559, 3, 1034242, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 42-42'), +(1559, 4, 1044242, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 42-42'), +(1559, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1559, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(1559, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(1559, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(1559, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(1561, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(1561, 2, 1024041, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 40-41'), +(1561, 3, 1034041, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 40-41'), +(1561, 4, 1044041, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 40-41'), +(1561, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1561, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(1561, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(1561, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(1561, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(1562, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(1562, 2, 1024041, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 40-41'), +(1562, 3, 1034041, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 40-41'), +(1562, 4, 1044041, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 40-41'), +(1562, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1562, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(1562, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(1562, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(1562, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(1563, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(1563, 2, 1024041, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 40-41'), +(1563, 3, 1034041, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 40-41'), +(1563, 4, 1044041, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 40-41'), +(1563, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1563, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(1563, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(1563, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(1563, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(1564, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(1564, 2, 1024041, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 40-41'), +(1564, 3, 1034041, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 40-41'), +(1564, 4, 1044041, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 40-41'), +(1564, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1564, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(1564, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(1564, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(1564, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(1565, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(1565, 2, 1024142, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 41-42'), +(1565, 3, 1034142, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 41-42'), +(1565, 4, 1044142, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 41-42'), +(1565, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1565, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(1565, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(1565, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(1565, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(1653, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(1653, 2, 1024142, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 41-42'), +(1653, 3, 1034142, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 41-42'), +(1653, 4, 1044142, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 41-42'), +(1653, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1653, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(1653, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(1653, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(1653, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(1654, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1654, 2, 1011010, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-10'), +(1654, 3, 1021010, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-10'), +(1654, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1654, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1654, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1654, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1655, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1655, 2, 1011010, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-10'), +(1655, 3, 1021010, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-10'), +(1655, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1655, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1655, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1655, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1656, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1656, 2, 1011010, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-10'), +(1656, 3, 1021010, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-10'), +(1656, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1656, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1656, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1656, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1657, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1657, 2, 1010909, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-9'), +(1657, 3, 1020909, 1, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-9'), +(1657, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1657, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1657, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1657, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1658, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1658, 2, 1011313, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 13-13'), +(1658, 3, 1021313, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 13-13'), +(1658, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1658, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1658, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1658, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1658, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(1660, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1660, 2, 1010808, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 8-8'), +(1660, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(1660, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1660, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1660, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1660, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1662, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1662, 2, 1010909, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-9'), +(1662, 3, 1020909, 1, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-9'), +(1662, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1662, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1662, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1662, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1664, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1664, 2, 1011111, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 11-11'), +(1664, 3, 1021111, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 11-11'), +(1664, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1664, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1664, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1664, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1664, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(1665, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1665, 2, 1011212, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 12-12'), +(1665, 3, 1021212, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 12-12'), +(1665, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1665, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1665, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1665, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1665, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(1674, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1674, 2, 1010607, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 6-7'), +(1674, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(1674, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1674, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1674, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1674, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1675, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1675, 2, 1010708, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 7-8'), +(1675, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(1675, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1675, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1675, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1675, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1689, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1689, 2, 1010910, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-10'), +(1689, 3, 1020910, 1.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-10'), +(1689, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1689, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1689, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1689, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1693, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1693, 2, 1011415, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 14-15'), +(1693, 3, 1021415, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 14-15'), +(1693, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1693, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1693, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1693, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1693, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(1713, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(1713, 2, 1024243, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 42-43'), +(1713, 3, 1034243, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 42-43'), +(1713, 4, 1044243, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 42-43'), +(1713, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1713, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(1713, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(1713, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(1713, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(1725, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(1725, 2, 1011616, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-16'), +(1725, 3, 1021616, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-16'), +(1725, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1725, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1725, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1725, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1725, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(1726, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(1726, 2, 1011617, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-17'), +(1726, 3, 1021617, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-17'), +(1726, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1726, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1726, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1726, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1726, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(1727, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(1727, 2, 1011617, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-17'), +(1727, 3, 1021617, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-17'), +(1727, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1727, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1727, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1727, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1727, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(1753, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1753, 2, 1011010, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-10'), +(1753, 3, 1021010, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-10'), +(1753, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1753, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1753, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1753, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1754, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(1754, 2, 1023131, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 31-31'), +(1754, 3, 1033131, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 31-31'), +(1754, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(1754, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(1754, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1754, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(1754, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(1765, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1765, 2, 1011011, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-11'), +(1765, 3, 1021011, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-11'), +(1765, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1765, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1765, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1765, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1765, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(1766, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1766, 2, 1011112, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 11-12'), +(1766, 3, 1021112, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 11-12'), +(1766, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1766, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1766, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1766, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1766, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(1767, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1767, 2, 1011213, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 12-13'), +(1767, 3, 1021213, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 12-13'), +(1767, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1767, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1767, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1767, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1767, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(1768, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1768, 2, 1011314, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 13-14'), +(1768, 3, 1021314, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 13-14'), +(1768, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1768, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1768, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1768, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1768, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(1769, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1769, 2, 1011011, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-11'), +(1769, 3, 1021011, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-11'), +(1769, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1769, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1769, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1769, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1769, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(1770, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1770, 2, 1011112, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 11-12'), +(1770, 3, 1021112, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 11-12'), +(1770, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1770, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1770, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1770, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1770, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(1772, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1772, 2, 1011112, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 11-12'), +(1772, 3, 1021112, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 11-12'), +(1772, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1772, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1772, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1772, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1772, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(1773, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1773, 2, 1011213, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 12-13'), +(1773, 3, 1021213, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 12-13'), +(1773, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1773, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1773, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1773, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1773, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(1778, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1778, 2, 1011112, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 11-12'), +(1778, 3, 1021112, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 11-12'), +(1778, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1778, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1778, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1778, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1778, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(1779, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1779, 2, 1011213, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 12-13'), +(1779, 3, 1021213, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 12-13'), +(1779, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1779, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1779, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1779, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1779, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(1780, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1780, 2, 1011213, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 12-13'), +(1780, 3, 1021213, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 12-13'), +(1780, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1780, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1780, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1780, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1780, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(1781, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1781, 2, 1011314, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 13-14'), +(1781, 3, 1021314, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 13-14'), +(1781, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1781, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1781, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1781, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1781, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(1782, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1782, 2, 1011314, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 13-14'), +(1782, 3, 1021314, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 13-14'), +(1782, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1782, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1782, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1782, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1782, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(1783, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(1783, 2, 1025051, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 50-51'), +(1783, 3, 1035051, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 50-51'), +(1783, 4, 1045051, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 50-51'), +(1783, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1783, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(1783, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(1783, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(1783, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(1784, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(1784, 2, 1025152, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 51-52'), +(1784, 3, 1035152, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 51-52'), +(1784, 4, 1045152, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 51-52'), +(1784, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1784, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(1784, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(1784, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(1784, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(1785, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(1785, 2, 1025353, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 53-53'), +(1785, 3, 1035353, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 53-53'), +(1785, 4, 1045353, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 53-53'), +(1785, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1785, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(1785, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(1785, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(1785, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(1787, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(1787, 2, 1025455, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 54-55'), +(1787, 3, 1035455, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 54-55'), +(1787, 4, 1045455, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 54-55'), +(1787, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1787, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(1787, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(1787, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(1787, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(1788, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(1788, 2, 1025657, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 56-57'), +(1788, 3, 1035657, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 56-57'), +(1788, 4, 1045657, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 56-57'), +(1788, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1788, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(1788, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(1788, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(1788, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(1789, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(1789, 2, 1025556, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 55-56'), +(1789, 3, 1035556, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 55-56'), +(1789, 4, 1045556, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 55-56'), +(1789, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1789, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(1789, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(1789, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(1789, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(1791, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(1791, 2, 1025151, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 51-51'), +(1791, 3, 1035151, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 51-51'), +(1791, 4, 1045151, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 51-51'), +(1791, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1791, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(1791, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(1791, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(1791, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(1793, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(1793, 2, 1025455, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 54-55'), +(1793, 3, 1035455, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 54-55'), +(1793, 4, 1045455, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 54-55'), +(1793, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1793, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(1793, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(1793, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(1793, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(1794, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(1794, 2, 1025455, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 54-55'), +(1794, 3, 1035455, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 54-55'), +(1794, 4, 1045455, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 54-55'), +(1794, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1794, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(1794, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(1794, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(1794, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(1795, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(1795, 2, 1025556, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 55-56'), +(1795, 3, 1035556, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 55-56'), +(1795, 4, 1045556, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 55-56'), +(1795, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1795, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(1795, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(1795, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(1795, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(1796, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(1796, 2, 1025556, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 55-56'), +(1796, 3, 1035556, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 55-56'), +(1796, 4, 1045556, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 55-56'), +(1796, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1796, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(1796, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(1796, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(1796, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(1797, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1797, 2, 1011213, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 12-13'), +(1797, 3, 1021213, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 12-13'), +(1797, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1797, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1797, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1797, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1797, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(1802, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(1802, 2, 1025757, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 57-57'), +(1802, 3, 1035757, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 57-57'), +(1802, 4, 1045757, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 57-57'), +(1802, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1802, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(1802, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(1802, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(1802, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(1804, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(1804, 2, 1025657, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 56-57'), +(1804, 3, 1035657, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 56-57'), +(1804, 4, 1045657, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 56-57'), +(1804, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1804, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(1804, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(1804, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(1804, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(1806, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(1806, 2, 1025455, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 54-55'), +(1806, 3, 1035455, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 54-55'), +(1806, 4, 1045455, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 54-55'), +(1806, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1806, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(1806, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(1806, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(1806, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(1808, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(1808, 2, 1025556, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 55-56'), +(1808, 3, 1035556, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 55-56'), +(1808, 4, 1045556, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 55-56'), +(1808, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1808, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(1808, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(1808, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(1808, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(1809, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(1809, 2, 1025151, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 51-51'), +(1809, 3, 1035151, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 51-51'), +(1809, 4, 1045151, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 51-51'), +(1809, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1809, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(1809, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(1809, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(1809, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(1812, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(1812, 2, 1025556, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 55-56'), +(1812, 3, 1035556, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 55-56'), +(1812, 4, 1045556, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 55-56'), +(1812, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1812, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(1812, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(1812, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(1812, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(1813, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(1813, 2, 1025657, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 56-57'), +(1813, 3, 1035657, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 56-57'), +(1813, 4, 1045657, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 56-57'), +(1813, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1813, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(1813, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(1813, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(1813, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(1815, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(1815, 2, 1025152, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 51-52'), +(1815, 3, 1035152, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 51-52'), +(1815, 4, 1045152, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 51-52'), +(1815, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1815, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(1815, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(1815, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(1815, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(1816, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(1816, 2, 1025556, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 55-56'), +(1816, 3, 1035556, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 55-56'), +(1816, 4, 1045556, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 55-56'), +(1816, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1816, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(1816, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(1816, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(1816, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(1817, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(1817, 2, 1025354, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 53-54'), +(1817, 3, 1035354, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 53-54'), +(1817, 4, 1045354, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 53-54'), +(1817, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1817, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(1817, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(1817, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(1817, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(1821, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(1821, 2, 1025253, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 52-53'), +(1821, 3, 1035253, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 52-53'), +(1821, 4, 1045253, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 52-53'), +(1821, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1821, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(1821, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(1821, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(1821, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(1822, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(1822, 2, 1025051, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 50-51'), +(1822, 3, 1035051, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 50-51'), +(1822, 4, 1045051, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 50-51'), +(1822, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1822, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(1822, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(1822, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(1822, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(1824, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(1824, 2, 1025455, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 54-55'), +(1824, 3, 1035455, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 54-55'), +(1824, 4, 1045455, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 54-55'), +(1824, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1824, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(1824, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(1824, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(1824, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(1826, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(1826, 2, 1025556, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 55-56'), +(1826, 3, 1035556, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 55-56'), +(1826, 4, 1045556, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 55-56'), +(1826, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1826, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(1826, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(1826, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(1826, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(1827, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(1827, 2, 1025556, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 55-56'), +(1827, 3, 1035556, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 55-56'), +(1827, 4, 1045556, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 55-56'), +(1827, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1827, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(1827, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(1827, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(1827, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(1831, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(1831, 2, 1025253, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 52-53'), +(1831, 3, 1035253, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 52-53'), +(1831, 4, 1045253, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 52-53'), +(1831, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1831, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(1831, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(1831, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(1831, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(1832, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(1832, 2, 1025657, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 56-57'), +(1832, 3, 1035657, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 56-57'), +(1832, 4, 1045657, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 56-57'), +(1832, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1832, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(1832, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(1832, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(1832, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(1833, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(1833, 2, 1025455, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 54-55'), +(1833, 3, 1035455, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 54-55'), +(1833, 4, 1045455, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 54-55'), +(1833, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1833, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(1833, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(1833, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(1833, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(1834, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(1834, 2, 1025556, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 55-56'), +(1834, 3, 1035556, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 55-56'), +(1834, 4, 1045556, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 55-56'), +(1834, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1834, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(1834, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(1834, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(1834, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(1835, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(1835, 2, 1025354, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 53-54'), +(1835, 3, 1035354, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 53-54'), +(1835, 4, 1045354, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 53-54'), +(1835, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1835, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(1835, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(1835, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(1835, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(1845, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(1845, 2, 1025959, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 59-59'), +(1845, 3, 1035959, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 59-59'), +(1845, 4, 1045959, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 59-59'), +(1845, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1845, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(1845, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(1845, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(1845, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(1865, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1865, 2, 1011213, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 12-13'), +(1865, 3, 1021213, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 12-13'), +(1865, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1865, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1865, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1865, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1865, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(1866, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1866, 2, 1011112, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 11-12'), +(1866, 3, 1021112, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 11-12'), +(1866, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1866, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1866, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1866, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1866, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(1867, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1867, 2, 1011314, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 13-14'), +(1867, 3, 1021314, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 13-14'), +(1867, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1867, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1867, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1867, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1867, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(1868, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1868, 2, 1011314, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 13-14'), +(1868, 3, 1021314, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 13-14'), +(1868, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1868, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1868, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1868, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1868, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(1869, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1869, 2, 1011415, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 14-15'), +(1869, 3, 1021415, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 14-15'), +(1869, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1869, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1869, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1869, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1869, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(1870, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(1870, 2, 1011516, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 15-16'), +(1870, 3, 1021516, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 15-16'), +(1870, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1870, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1870, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1870, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1870, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(1883, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(1883, 2, 1025656, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 56-56'), +(1883, 3, 1035656, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 56-56'), +(1883, 4, 1045656, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 56-56'), +(1883, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1883, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(1883, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(1883, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(1883, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(1884, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(1884, 2, 1025555, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 55-55'), +(1884, 3, 1035555, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 55-55'), +(1884, 4, 1045555, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 55-55'), +(1884, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1884, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(1884, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(1884, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(1884, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(1888, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(1888, 2, 1011819, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 18-19'), +(1888, 3, 1021819, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 18-19'), +(1888, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(1888, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1888, 6, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1888, 7, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1888, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1888, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(1889, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(1889, 2, 1011920, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 19-20'), +(1889, 3, 1021920, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 19-20'), +(1889, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(1889, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1889, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1889, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1889, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1889, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(1891, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1891, 2, 1011314, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 13-14'), +(1891, 3, 1021314, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 13-14'), +(1891, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1891, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1891, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1891, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1891, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(1894, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1894, 2, 1011415, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 14-15'), +(1894, 3, 1021415, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 14-15'), +(1894, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1894, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1894, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1894, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1894, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(1895, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1895, 2, 1011415, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 14-15'), +(1895, 3, 1021415, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 14-15'), +(1895, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1895, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1895, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1895, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1895, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(1907, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(1907, 2, 1024344, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 43-44'), +(1907, 3, 1034344, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 43-44'), +(1907, 4, 1044344, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 43-44'), +(1907, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1907, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(1907, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(1907, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(1907, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(1908, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(1908, 2, 1011920, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 19-20'), +(1908, 3, 1021920, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 19-20'), +(1908, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(1908, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1908, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1908, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1908, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1908, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(1909, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(1909, 2, 1011819, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 18-19'), +(1909, 3, 1021819, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 18-19'), +(1909, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(1909, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1909, 6, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1909, 7, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1909, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1909, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(1912, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1912, 2, 1011415, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 14-15'), +(1912, 3, 1021415, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 14-15'), +(1912, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1912, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1912, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1912, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1912, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(1913, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(1913, 2, 1011617, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-17'), +(1913, 3, 1021617, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-17'), +(1913, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1913, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1913, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1913, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1913, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(1914, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(1914, 2, 1011516, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 15-16'), +(1914, 3, 1021516, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 15-16'), +(1914, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1914, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1914, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1914, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1914, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(1915, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(1915, 2, 1011718, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 17-18'), +(1915, 3, 1021718, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 17-18'), +(1915, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1915, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1915, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1915, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1915, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(1922, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1922, 2, 1010708, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 7-8'), +(1922, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(1922, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1922, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1922, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1922, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1923, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(1923, 2, 1011617, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-17'), +(1923, 3, 1021617, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-17'), +(1923, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1923, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1923, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1923, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1923, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(1924, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(1924, 2, 1011516, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 15-16'), +(1924, 3, 1021516, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 15-16'), +(1924, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1924, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1924, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1924, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1924, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(1934, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1934, 2, 1010607, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 6-7'), +(1934, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(1934, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1934, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1934, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1934, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1935, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1935, 2, 1010506, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 5-6'), +(1935, 3, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1935, 4, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1935, 5, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1935, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1939, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(1939, 2, 1011617, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-17'), +(1939, 3, 1021617, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-17'), +(1939, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1939, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1939, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1939, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1939, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(1940, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(1940, 2, 1011718, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 17-18'), +(1940, 3, 1021718, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 17-18'), +(1940, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1940, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1940, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1940, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1940, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(1941, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1941, 2, 1010607, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 6-7'), +(1941, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(1941, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1941, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1941, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1941, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1942, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(1942, 2, 1011819, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 18-19'), +(1942, 3, 1021819, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 18-19'), +(1942, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(1942, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1942, 6, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1942, 7, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1942, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1942, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(1943, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(1943, 2, 1011819, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 18-19'), +(1943, 3, 1021819, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 18-19'), +(1943, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(1943, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1943, 6, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1943, 7, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1943, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1943, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(1947, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(1947, 2, 1012020, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 20-20'), +(1947, 3, 1022020, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 20-20'), +(1947, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(1947, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1947, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1947, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1947, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1947, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(1949, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1949, 2, 1010809, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 8-9'), +(1949, 3, 1020809, 0.75, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 8-9'), +(1949, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1949, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1949, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1949, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1953, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(1953, 2, 1011516, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 15-16'), +(1953, 3, 1021516, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 15-16'), +(1953, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1953, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1953, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1953, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1953, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(1954, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(1954, 2, 1011617, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-17'), +(1954, 3, 1021617, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-17'), +(1954, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1954, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1954, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1954, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1954, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(1955, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(1955, 2, 1011718, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 17-18'), +(1955, 3, 1021718, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 17-18'), +(1955, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1955, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1955, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1955, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1955, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(1956, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(1956, 2, 1011819, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 18-19'), +(1956, 3, 1021819, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 18-19'), +(1956, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(1956, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1956, 6, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1956, 7, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1956, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1956, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(1957, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(1957, 2, 1011617, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-17'), +(1957, 3, 1021617, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-17'), +(1957, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1957, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1957, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1957, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1957, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(1958, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(1958, 2, 1011718, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 17-18'), +(1958, 3, 1021718, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 17-18'), +(1958, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1958, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1958, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1958, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1958, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(1961, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1961, 2, 1011111, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 11-11'), +(1961, 3, 1021111, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 11-11'), +(1961, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1961, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1961, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1961, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1961, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(1971, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1971, 2, 1011313, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 13-13'), +(1971, 3, 1021313, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 13-13'), +(1971, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1971, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1971, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1971, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1971, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(1972, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1972, 2, 1011515, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 15-15'), +(1972, 3, 1021515, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 15-15'), +(1972, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1972, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1972, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1972, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1972, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(1973, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(1973, 2, 1012021, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 20-21'), +(1973, 3, 1022021, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 20-21'), +(1973, 4, 1032021, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 20-21'), +(1973, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1973, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1973, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1973, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1973, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(1974, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(1974, 2, 1011920, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 19-20'), +(1974, 3, 1021920, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 19-20'), +(1974, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(1974, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1974, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1974, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1974, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1974, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(1983, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1983, 2, 1011414, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 14-14'), +(1983, 3, 1021414, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 14-14'), +(1983, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1983, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1983, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1983, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1983, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(1993, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1993, 2, 1011010, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-10'), +(1993, 3, 1021010, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-10'), +(1993, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1993, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1993, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1993, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1995, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1995, 2, 1010506, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 5-6'), +(1995, 3, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1995, 4, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1995, 5, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1995, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1996, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1996, 2, 1010708, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 7-8'), +(1996, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(1996, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1996, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1996, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1996, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1997, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1997, 2, 1010809, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 8-9'), +(1997, 3, 1020809, 0.75, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 8-9'), +(1997, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1997, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1997, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1997, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1998, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1998, 2, 1010506, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 5-6'), +(1998, 3, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1998, 4, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1998, 5, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1998, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(1999, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1999, 2, 1010708, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 7-8'), +(1999, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(1999, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1999, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1999, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1999, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(2000, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(2000, 2, 1010809, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 8-9'), +(2000, 3, 1020809, 0.75, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 8-9'), +(2000, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(2000, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2000, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(2000, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(2001, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(2001, 2, 1011011, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-11'), +(2001, 3, 1021011, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-11'), +(2001, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2001, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(2001, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2001, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2001, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(2002, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(2002, 2, 1010506, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 5-6'), +(2002, 3, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(2002, 4, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2002, 5, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(2002, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(2003, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(2003, 2, 1010506, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 5-6'), +(2003, 3, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(2003, 4, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2003, 5, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(2003, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(2004, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(2004, 2, 1010607, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 6-7'), +(2004, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(2004, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(2004, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2004, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(2004, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(2005, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(2005, 2, 1010707, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 7-7'), +(2005, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(2005, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(2005, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2005, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(2005, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(2006, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(2006, 2, 1010506, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 5-6'), +(2006, 3, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(2006, 4, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2006, 5, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(2006, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(2007, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(2007, 2, 1010506, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 5-6'), +(2007, 3, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(2007, 4, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2007, 5, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(2007, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(2008, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(2008, 2, 1010607, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 6-7'), +(2008, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(2008, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(2008, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2008, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(2008, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(2009, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(2009, 2, 1010708, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 7-8'), +(2009, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(2009, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(2009, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2009, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(2009, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(2010, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(2010, 2, 1010708, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 7-8'), +(2010, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(2010, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(2010, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2010, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(2010, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(2011, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(2011, 2, 1010809, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 8-9'), +(2011, 3, 1020809, 0.75, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 8-9'), +(2011, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(2011, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2011, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(2011, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(2012, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(2012, 2, 1010910, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-10'), +(2012, 3, 1020910, 1.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-10'), +(2012, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(2012, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2012, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(2012, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(2013, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(2013, 2, 1010910, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-10'), +(2013, 3, 1020910, 1.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-10'), +(2013, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(2013, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2013, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(2013, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(2014, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(2014, 2, 1011011, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-11'), +(2014, 3, 1021011, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-11'), +(2014, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2014, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(2014, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2014, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2014, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(2015, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(2015, 2, 1010809, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 8-9'), +(2015, 3, 1020809, 0.75, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 8-9'), +(2015, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(2015, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2015, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(2015, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(2017, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(2017, 2, 1010809, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 8-9'), +(2017, 3, 1020809, 0.75, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 8-9'), +(2017, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(2017, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2017, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(2017, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(2018, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(2018, 2, 1010909, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-9'), +(2018, 3, 1020909, 1, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-9'), +(2018, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(2018, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2018, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(2018, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(2019, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(2019, 2, 1010910, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-10'), +(2019, 3, 1020910, 1.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-10'), +(2019, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(2019, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2019, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(2019, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(2020, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(2020, 2, 1010910, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-10'), +(2020, 3, 1020910, 1.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-10'), +(2020, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(2020, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2020, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(2020, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(2021, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(2021, 2, 1011111, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 11-11'), +(2021, 3, 1021111, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 11-11'), +(2021, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2021, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(2021, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2021, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2021, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(2022, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(2022, 2, 1010506, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 5-6'), +(2022, 3, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(2022, 4, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2022, 5, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(2022, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(2025, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(2025, 2, 1010708, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 7-8'), +(2025, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(2025, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(2025, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2025, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(2025, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(2027, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(2027, 2, 1010809, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 8-9'), +(2027, 3, 1020809, 0.75, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 8-9'), +(2027, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(2027, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2027, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(2027, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(2029, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(2029, 2, 1010910, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-10'), +(2029, 3, 1020910, 1.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-10'), +(2029, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(2029, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2029, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(2029, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(2030, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(2030, 2, 1011011, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-11'), +(2030, 3, 1021011, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-11'), +(2030, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2030, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(2030, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2030, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2030, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(2033, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(2033, 2, 1010809, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 8-9'), +(2033, 3, 1020809, 0.75, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 8-9'), +(2033, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(2033, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2033, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(2033, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(2034, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(2034, 2, 1011011, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-11'), +(2034, 3, 1021011, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-11'), +(2034, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2034, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(2034, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2034, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2034, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(2038, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(2038, 2, 1010808, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 8-8'), +(2038, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(2038, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(2038, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2038, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(2038, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(2039, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(2039, 2, 1011212, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 12-12'), +(2039, 3, 1021212, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 12-12'), +(2039, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2039, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(2039, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2039, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2039, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(2042, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(2042, 2, 1010506, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 5-6'), +(2042, 3, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(2042, 4, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2042, 5, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(2042, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(2043, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(2043, 2, 1010708, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 7-8'), +(2043, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(2043, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(2043, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2043, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(2043, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(2053, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(2053, 2, 1011819, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 18-19'), +(2053, 3, 1021819, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 18-19'), +(2053, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(2053, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2053, 6, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(2053, 7, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2053, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2053, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(2054, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(2054, 2, 1011920, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 19-20'), +(2054, 3, 1021920, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 19-20'), +(2054, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(2054, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2054, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(2054, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2054, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2054, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(2058, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(2058, 2, 1011818, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 18-18'), +(2058, 3, 1021818, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 18-18'), +(2058, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(2058, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2058, 6, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(2058, 7, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2058, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2058, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(2069, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(2069, 2, 1011415, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 14-15'), +(2069, 3, 1021415, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 14-15'), +(2069, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2069, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(2069, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2069, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2069, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(2070, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(2070, 2, 1011011, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-11'), +(2070, 3, 1021011, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-11'), +(2070, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2070, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(2070, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2070, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2070, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(2071, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(2071, 2, 1011920, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 19-20'), +(2071, 3, 1021920, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 19-20'), +(2071, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(2071, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2071, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(2071, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2071, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2071, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(2089, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(2089, 2, 1012525, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 25-25'), +(2089, 3, 1022526, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 25-26'), +(2089, 4, 1032526, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 25-26'), +(2089, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(2089, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(2089, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2089, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(2089, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(2091, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(2091, 2, 1022626, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 26-26'), +(2091, 3, 1032626, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 26-26'), +(2091, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(2091, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(2091, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2091, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(2091, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(2102, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(2102, 2, 1012021, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 20-21'), +(2102, 3, 1022021, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 20-21'), +(2102, 4, 1032021, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 20-21'), +(2102, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(2102, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(2102, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2102, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(2102, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(2103, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(2103, 2, 1011920, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 19-20'), +(2103, 3, 1021920, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 19-20'), +(2103, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(2103, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2103, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(2103, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2103, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2103, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(2106, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(2106, 2, 1011616, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-16'), +(2106, 3, 1021616, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-16'), +(2106, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2106, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(2106, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2106, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2106, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(2120, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(2120, 2, 1012222, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 22-22'), +(2120, 3, 1022222, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 22-22'), +(2120, 4, 1032222, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 22-22'), +(2120, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(2120, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(2120, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2120, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(2120, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(2152, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(2152, 2, 1010607, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 6-7'), +(2152, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(2152, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(2152, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2152, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(2152, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(2156, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(2156, 2, 1011819, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 18-19'), +(2156, 3, 1021819, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 18-19'), +(2156, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(2156, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2156, 6, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(2156, 7, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2156, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2156, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(2157, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(2157, 2, 1011920, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 19-20'), +(2157, 3, 1021920, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 19-20'), +(2157, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(2157, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2157, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(2157, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2157, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2157, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(2162, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(2162, 2, 1010808, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 8-8'), +(2162, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(2162, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(2162, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2162, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(2162, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(2163, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(2163, 2, 1011112, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 11-12'), +(2163, 3, 1021112, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 11-12'), +(2163, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2163, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(2163, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2163, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2163, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(2164, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(2164, 2, 1011313, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 13-13'), +(2164, 3, 1021313, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 13-13'), +(2164, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2164, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(2164, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2164, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2164, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(2165, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(2165, 2, 1011617, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-17'), +(2165, 3, 1021617, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-17'), +(2165, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2165, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(2165, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2165, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2165, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(2166, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(2166, 2, 1010909, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-9'), +(2166, 3, 1020909, 1, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-9'), +(2166, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(2166, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2166, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(2166, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(2167, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(2167, 2, 1011213, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 12-13'), +(2167, 3, 1021213, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 12-13'), +(2167, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2167, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(2167, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2167, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2167, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(2168, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(2168, 2, 1011617, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-17'), +(2168, 3, 1021617, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-17'), +(2168, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2168, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(2168, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2168, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2168, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(2169, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(2169, 2, 1011718, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 17-18'), +(2169, 3, 1021718, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 17-18'), +(2169, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2169, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(2169, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2169, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2169, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(2170, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(2170, 2, 1011819, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 18-19'), +(2170, 3, 1021819, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 18-19'), +(2170, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(2170, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2170, 6, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(2170, 7, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2170, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2170, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(2171, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(2171, 2, 1011920, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 19-20'), +(2171, 3, 1021920, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 19-20'), +(2171, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(2171, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2171, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(2171, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2171, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2171, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(2173, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(2173, 2, 1011415, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 14-15'), +(2173, 3, 1021415, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 14-15'), +(2173, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2173, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(2173, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2173, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2173, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(2174, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(2174, 2, 1011515, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 15-15'), +(2174, 3, 1021515, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 15-15'), +(2174, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2174, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(2174, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2174, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2174, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(2176, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(2176, 2, 1011011, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-11'), +(2176, 3, 1021011, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-11'), +(2176, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2176, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(2176, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2176, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2176, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(2177, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(2177, 2, 1011112, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 11-12'), +(2177, 3, 1021112, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 11-12'), +(2177, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2177, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(2177, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2177, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2177, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(2178, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(2178, 2, 1011213, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 12-13'), +(2178, 3, 1021213, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 12-13'), +(2178, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2178, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(2178, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2178, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2178, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(2179, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(2179, 2, 1011516, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 15-16'), +(2179, 3, 1021516, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 15-16'), +(2179, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2179, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(2179, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2179, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2179, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(2180, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(2180, 2, 1011617, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-17'), +(2180, 3, 1021617, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-17'), +(2180, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2180, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(2180, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2180, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2180, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(2181, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(2181, 2, 1011819, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 18-19'), +(2181, 3, 1021819, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 18-19'), +(2181, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(2181, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2181, 6, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(2181, 7, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2181, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2181, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(2182, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(2182, 2, 1011920, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 19-20'), +(2182, 3, 1021920, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 19-20'), +(2182, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(2182, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2182, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(2182, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2182, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2182, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(2183, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(2183, 2, 1012021, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 20-21'), +(2183, 3, 1022021, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 20-21'), +(2183, 4, 1032021, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 20-21'), +(2183, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(2183, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(2183, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2183, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(2183, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(2185, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(2185, 2, 1011313, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 13-13'), +(2185, 3, 1021313, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 13-13'), +(2185, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2185, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(2185, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2185, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2185, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(2187, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(2187, 2, 1011717, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 17-17'), +(2187, 3, 1021717, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 17-17'), +(2187, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2187, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(2187, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2187, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2187, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(2189, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(2189, 2, 1011011, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-11'), +(2189, 3, 1021011, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-11'), +(2189, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2189, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(2189, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2189, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2189, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(2190, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(2190, 2, 1011112, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 11-12'), +(2190, 3, 1021112, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 11-12'), +(2190, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2190, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(2190, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2190, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2190, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(2201, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(2201, 2, 1011112, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 11-12'), +(2201, 3, 1021112, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 11-12'), +(2201, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2201, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(2201, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2201, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2201, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(2202, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(2202, 2, 1011213, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 12-13'), +(2202, 3, 1021213, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 12-13'), +(2202, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2202, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(2202, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2202, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2202, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(2203, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(2203, 2, 1011314, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 13-14'), +(2203, 3, 1021314, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 13-14'), +(2203, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2203, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(2203, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2203, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2203, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(2204, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(2204, 2, 1011415, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 14-15'), +(2204, 3, 1021415, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 14-15'), +(2204, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2204, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(2204, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2204, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2204, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(2205, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(2205, 2, 1011516, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 15-16'), +(2205, 3, 1021516, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 15-16'), +(2205, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2205, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(2205, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2205, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2205, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(2206, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(2206, 2, 1011617, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-17'), +(2206, 3, 1021617, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-17'), +(2206, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2206, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(2206, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2206, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2206, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(2207, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(2207, 2, 1011819, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 18-19'), +(2207, 3, 1021819, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 18-19'), +(2207, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(2207, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2207, 6, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(2207, 7, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2207, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2207, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(2208, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(2208, 2, 1011920, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 19-20'), +(2208, 3, 1021920, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 19-20'), +(2208, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(2208, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2208, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(2208, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2208, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2208, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(2212, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(2212, 2, 1011213, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 12-13'), +(2212, 3, 1021213, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 12-13'), +(2212, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2212, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(2212, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2212, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2212, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(2231, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(2231, 2, 1010910, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-10'), +(2231, 3, 1020910, 1.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-10'), +(2231, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(2231, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2231, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(2231, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(2232, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(2232, 2, 1011313, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 13-13'), +(2232, 3, 1021313, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 13-13'), +(2232, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2232, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(2232, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2232, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2232, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(2233, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(2233, 2, 1011919, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 19-19'), +(2233, 3, 1021919, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 19-19'), +(2233, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(2233, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2233, 6, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(2233, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2233, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2233, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(2234, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(2234, 2, 1011011, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-11'), +(2234, 3, 1021011, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-11'), +(2234, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2234, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(2234, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2234, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2234, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(2235, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(2235, 2, 1011616, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-16'), +(2235, 3, 1021616, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-16'), +(2235, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2235, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(2235, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2235, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2235, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(2236, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(2236, 2, 1012021, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 20-21'), +(2236, 3, 1022021, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 20-21'), +(2236, 4, 1032021, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 20-21'), +(2236, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(2236, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(2236, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2236, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(2236, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(2237, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(2237, 2, 1011718, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 17-18'), +(2237, 3, 1021718, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 17-18'), +(2237, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2237, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(2237, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2237, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2237, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(2240, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2240, 2, 1023233, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 32-33'), +(2240, 3, 1033233, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 32-33'), +(2240, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2240, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2240, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2240, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2240, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(2241, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2241, 2, 1023334, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 33-34'), +(2241, 3, 1033334, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 33-34'), +(2241, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2241, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2241, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2241, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2241, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(2242, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2242, 2, 1023536, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 35-36'), +(2242, 3, 1033536, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 35-36'), +(2242, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2242, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2242, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2242, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2242, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2243, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2243, 2, 1023637, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-37'), +(2243, 3, 1033637, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-37'), +(2243, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2243, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2243, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2243, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2243, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2244, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(2244, 2, 1012122, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 21-22'), +(2244, 3, 1022122, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 21-22'), +(2244, 4, 1032122, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 21-22'), +(2244, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(2244, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(2244, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2244, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(2244, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(2245, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2245, 2, 1023738, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 37-38'), +(2245, 3, 1033738, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 37-38'), +(2245, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(2245, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2245, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2245, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2245, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2245, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2246, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2246, 2, 1023839, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 38-39'), +(2246, 3, 1033839, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 38-39'), +(2246, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(2246, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2246, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2246, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2246, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2246, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2247, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2247, 2, 1023940, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 39-40'), +(2247, 3, 1033940, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 39-40'), +(2247, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(2247, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2247, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2247, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2247, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2247, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2248, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2248, 2, 1023031, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 30-31'), +(2248, 3, 1033031, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 30-31'), +(2248, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2248, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2248, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2248, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(2248, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(2249, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2249, 2, 1023132, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 31-32'), +(2249, 3, 1033132, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 31-32'), +(2249, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2249, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2249, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2249, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2249, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(2250, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2250, 2, 1023233, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 32-33'), +(2250, 3, 1033233, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 32-33'), +(2250, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2250, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2250, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2250, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2250, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(2251, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2251, 2, 1023334, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 33-34'), +(2251, 3, 1033334, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 33-34'), +(2251, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2251, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2251, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2251, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2251, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(2252, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2252, 2, 1023435, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 34-35'), +(2252, 3, 1033435, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 34-35'), +(2252, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2252, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2252, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2252, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2252, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(2253, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2253, 2, 1023536, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 35-36'), +(2253, 3, 1033536, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 35-36'), +(2253, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2253, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2253, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2253, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2253, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2254, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2254, 2, 1023637, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-37'), +(2254, 3, 1033637, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-37'), +(2254, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2254, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2254, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2254, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2254, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2255, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2255, 2, 1023738, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 37-38'), +(2255, 3, 1033738, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 37-38'), +(2255, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(2255, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2255, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2255, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2255, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2255, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2256, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2256, 2, 1023839, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 38-39'), +(2256, 3, 1033839, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 38-39'), +(2256, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(2256, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2256, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2256, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2256, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2256, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2257, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2257, 2, 1024343, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 43-43'), +(2257, 3, 1034343, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 43-43'), +(2257, 4, 1044343, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 43-43'), +(2257, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2257, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2257, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2257, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2257, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(2260, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(2260, 2, 1012122, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 21-22'), +(2260, 3, 1022122, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 21-22'), +(2260, 4, 1032122, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 21-22'), +(2260, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(2260, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(2260, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2260, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(2260, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(2261, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(2261, 2, 1012021, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 20-21'), +(2261, 3, 1022021, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 20-21'), +(2261, 4, 1032021, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 20-21'), +(2261, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(2261, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(2261, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2261, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(2261, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(2264, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(2264, 2, 1012425, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-25'), +(2264, 3, 1022425, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-25'), +(2264, 4, 1032425, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-25'), +(2264, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(2264, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(2264, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2264, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(2264, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(2265, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(2265, 2, 1012425, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-25'), +(2265, 3, 1022425, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-25'), +(2265, 4, 1032425, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-25'), +(2265, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(2265, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(2265, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2265, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(2265, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(2266, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(2266, 2, 1012324, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 23-24'), +(2266, 3, 1022324, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 23-24'), +(2266, 4, 1032324, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 23-24'), +(2266, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(2266, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(2266, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2266, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(2266, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(2267, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(2267, 2, 1012425, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-25'), +(2267, 3, 1022425, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-25'), +(2267, 4, 1032425, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-25'), +(2267, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(2267, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(2267, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2267, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(2267, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(2268, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(2268, 2, 1012525, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 25-25'), +(2268, 3, 1022526, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 25-26'), +(2268, 4, 1032526, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 25-26'), +(2268, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(2268, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(2268, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2268, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(2268, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(2269, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(2269, 2, 1022627, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 26-27'), +(2269, 3, 1032627, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 26-27'), +(2269, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(2269, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(2269, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2269, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(2269, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(2270, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(2270, 2, 1022728, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 27-28'), +(2270, 3, 1032728, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 27-28'), +(2270, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(2270, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(2270, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2270, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(2270, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(2271, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2271, 2, 1023132, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 31-32'), +(2271, 3, 1033132, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 31-32'), +(2271, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2271, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2271, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2271, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2271, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(2272, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2272, 2, 1023233, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 32-33'), +(2272, 3, 1033233, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 32-33'), +(2272, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2272, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2272, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2272, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2272, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(2287, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2287, 2, 1023940, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 39-40'), +(2287, 3, 1033940, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 39-40'), +(2287, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(2287, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2287, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2287, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2287, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2287, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2304, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2304, 2, 1023232, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 32-32'), +(2304, 3, 1033232, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 32-32'), +(2304, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2304, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2304, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2304, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2304, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(2305, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(2305, 2, 1023030, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 30-30'), +(2305, 3, 1033030, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 30-30'), +(2305, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(2305, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2305, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2305, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(2305, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(2306, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2306, 2, 1024040, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 39-40'), +(2306, 3, 1034040, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 39-40'), +(2306, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(2306, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2306, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2306, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2306, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2306, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2318, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2318, 2, 1023536, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 35-36'), +(2318, 3, 1033536, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 35-36'), +(2318, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2318, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2318, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2318, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2318, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2319, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2319, 2, 1023535, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 35-35'), +(2319, 3, 1033535, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 35-35'), +(2319, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2319, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2319, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2319, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2319, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(2320, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2320, 2, 1024040, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 39-40'), +(2320, 3, 1034040, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 39-40'), +(2320, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(2320, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2320, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2320, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2320, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2320, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2321, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(2321, 2, 1011212, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 12-12'), +(2321, 3, 1021212, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 12-12'), +(2321, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2321, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(2321, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2321, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2321, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(2322, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(2322, 2, 1011515, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 15-15'), +(2322, 3, 1021515, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 15-15'), +(2322, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2322, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(2322, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2322, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2322, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(2323, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(2323, 2, 1011818, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 18-18'), +(2323, 3, 1021818, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 18-18'), +(2323, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(2323, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2323, 6, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(2323, 7, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2323, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2323, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(2324, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(2324, 2, 1011314, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 13-14'), +(2324, 3, 1021314, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 13-14'), +(2324, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2324, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(2324, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2324, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2324, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(2332, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(2332, 2, 1012121, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 21-21'), +(2332, 3, 1022121, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 21-21'), +(2332, 4, 1032121, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 21-21'), +(2332, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(2332, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(2332, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2332, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(2332, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(2335, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(2335, 2, 1023030, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 30-30'), +(2335, 3, 1033030, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 30-30'), +(2335, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(2335, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2335, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2335, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(2335, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(2336, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(2336, 2, 1011617, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-17'), +(2336, 3, 1021617, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-17'), +(2336, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2336, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(2336, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2336, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2336, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(2337, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(2337, 2, 1022829, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 28-29'), +(2337, 3, 1032829, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 28-29'), +(2337, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(2337, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(2337, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2337, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(2337, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(2338, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(2338, 2, 1011617, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-17'), +(2338, 3, 1021617, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-17'), +(2338, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2338, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(2338, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2338, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2338, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(2339, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(2339, 2, 1011718, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 17-18'), +(2339, 3, 1021718, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 17-18'), +(2339, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2339, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(2339, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2339, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2339, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(2344, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(2344, 2, 1022829, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 28-29'), +(2344, 3, 1032829, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 28-29'), +(2344, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(2344, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(2344, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2344, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(2344, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(2345, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(2345, 2, 1022930, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 29-30'), +(2345, 3, 1032930, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 29-30'), +(2345, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(2345, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2345, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2345, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(2345, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(2346, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(2346, 2, 1022930, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 29-30'), +(2346, 3, 1032930, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 29-30'), +(2346, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(2346, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2346, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2346, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(2346, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(2347, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2347, 2, 1024040, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 39-40'), +(2347, 3, 1034040, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 39-40'), +(2347, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(2347, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2347, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2347, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2347, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2347, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2348, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(2348, 2, 1022627, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 26-27'), +(2348, 3, 1032627, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 26-27'), +(2348, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(2348, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(2348, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2348, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(2348, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(2349, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(2349, 2, 1012425, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-25'), +(2349, 3, 1022425, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-25'), +(2349, 4, 1032425, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-25'), +(2349, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(2349, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(2349, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2349, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(2349, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(2350, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(2350, 2, 1012021, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 20-21'), +(2350, 3, 1022021, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 20-21'), +(2350, 4, 1032021, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 20-21'), +(2350, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(2350, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(2350, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2350, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(2350, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(2351, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(2351, 2, 1012122, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 21-22'), +(2351, 3, 1022122, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 21-22'), +(2351, 4, 1032122, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 21-22'), +(2351, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(2351, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(2351, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2351, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(2351, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(2354, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(2354, 2, 1012223, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 22-23'), +(2354, 3, 1022223, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 22-23'), +(2354, 4, 1032223, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 22-23'), +(2354, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(2354, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(2354, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2354, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(2354, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(2356, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(2356, 2, 1012525, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 25-25'), +(2356, 3, 1022526, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 25-26'), +(2356, 4, 1032526, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 25-26'), +(2356, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(2356, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(2356, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2356, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(2356, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(2358, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2358, 2, 1023435, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 34-35'), +(2358, 3, 1033435, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 34-35'), +(2358, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2358, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2358, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2358, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2358, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(2359, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2359, 2, 1023334, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 33-34'), +(2359, 3, 1033334, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 33-34'), +(2359, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2359, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2359, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2359, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2359, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(2360, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(2360, 2, 1012223, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 22-23'), +(2360, 3, 1022223, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 22-23'), +(2360, 4, 1032223, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 22-23'), +(2360, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(2360, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(2360, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2360, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(2360, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(2368, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(2368, 2, 1022829, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 28-29'), +(2368, 3, 1032829, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 28-29'), +(2368, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(2368, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(2368, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2368, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(2368, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(2369, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2369, 2, 1023031, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 30-31'), +(2369, 3, 1033031, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 30-31'), +(2369, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2369, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2369, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2369, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(2369, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(2370, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(2370, 2, 1022930, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 29-30'), +(2370, 3, 1032930, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 29-30'), +(2370, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(2370, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2370, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2370, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(2370, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(2371, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2371, 2, 1023132, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 31-32'), +(2371, 3, 1033132, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 31-32'), +(2371, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2371, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2371, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2371, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2371, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(2372, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(2372, 2, 1022627, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 26-27'), +(2372, 3, 1032627, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 26-27'), +(2372, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(2372, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(2372, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2372, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(2372, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(2373, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(2373, 2, 1022728, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 27-28'), +(2373, 3, 1032728, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 27-28'), +(2373, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(2373, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(2373, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2373, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(2373, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(2374, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(2374, 2, 1022829, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 28-29'), +(2374, 3, 1032829, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 28-29'), +(2374, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(2374, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(2374, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2374, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(2374, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(2375, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(2375, 2, 1022930, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 29-30'), +(2375, 3, 1032930, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 29-30'), +(2375, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(2375, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2375, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2375, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(2375, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(2376, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2376, 2, 1023031, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 30-31'), +(2376, 3, 1033031, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 30-31'), +(2376, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2376, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2376, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2376, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(2376, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(2377, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2377, 2, 1023132, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 31-32'), +(2377, 3, 1033132, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 31-32'), +(2377, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2377, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2377, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2377, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2377, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(2384, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(2384, 2, 1012324, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 23-24'), +(2384, 3, 1022324, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 23-24'), +(2384, 4, 1032324, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 23-24'), +(2384, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(2384, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(2384, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2384, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(2384, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(2385, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(2385, 2, 1022728, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 27-28'), +(2385, 3, 1032728, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 27-28'), +(2385, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(2385, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(2385, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2385, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(2385, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(2387, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(2387, 2, 1012525, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 25-25'), +(2387, 3, 1022526, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 25-26'), +(2387, 4, 1032526, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 25-26'), +(2387, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(2387, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(2387, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2387, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(2387, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(2403, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(2403, 2, 1012424, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-24'), +(2403, 3, 1022424, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-24'), +(2403, 4, 1032424, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-24'), +(2403, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(2403, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(2403, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2403, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(2403, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(2404, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(2404, 2, 1022626, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 26-26'), +(2404, 3, 1032626, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 26-26'), +(2404, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(2404, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(2404, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2404, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(2404, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(2406, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2406, 2, 1023233, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 32-33'), +(2406, 3, 1033233, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 32-33'), +(2406, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2406, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2406, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2406, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2406, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(2407, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2407, 2, 1023334, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 33-34'), +(2407, 3, 1033334, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 33-34'), +(2407, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2407, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2407, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2407, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2407, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(2408, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2408, 2, 1023031, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 30-31'), +(2408, 3, 1033031, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 30-31'), +(2408, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2408, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2408, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2408, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(2408, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(2411, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2411, 2, 1023333, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 33-33'), +(2411, 3, 1033333, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 33-33'), +(2411, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2411, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2411, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2411, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2411, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(2412, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2412, 2, 1023333, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 33-33'), +(2412, 3, 1033333, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 33-33'), +(2412, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2412, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2412, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2412, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2412, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(2413, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2413, 2, 1023434, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 34-34'), +(2413, 3, 1033434, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 34-34'), +(2413, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2413, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2413, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2413, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2413, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(2414, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2414, 2, 1023535, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 35-35'), +(2414, 3, 1033535, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 35-35'), +(2414, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2414, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2414, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2414, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2414, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(2415, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2415, 2, 1023636, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-36'), +(2415, 3, 1033636, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-36'), +(2415, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2415, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2415, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2415, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2415, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2416, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2416, 2, 1023637, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-37'), +(2416, 3, 1033637, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-37'), +(2416, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2416, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2416, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2416, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2416, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2420, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2420, 2, 1024141, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 41-41'), +(2420, 3, 1034141, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 41-41'), +(2420, 4, 1044141, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 41-41'), +(2420, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2420, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2420, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2420, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2420, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(2421, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2421, 2, 1024040, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 39-40'), +(2421, 3, 1034040, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 39-40'), +(2421, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(2421, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2421, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2421, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2421, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2421, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2422, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2422, 2, 1023939, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 39-39'), +(2422, 3, 1033939, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 39-39'), +(2422, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(2422, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2422, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2422, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2422, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2422, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2423, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2423, 2, 1024141, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 41-41'), +(2423, 3, 1034141, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 41-41'), +(2423, 4, 1044141, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 41-41'), +(2423, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2423, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2423, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2423, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2423, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(2427, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(2427, 2, 1012424, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-24'), +(2427, 3, 1022424, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-24'), +(2427, 4, 1032424, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-24'), +(2427, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(2427, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(2427, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2427, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(2427, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(2428, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(2428, 2, 1012424, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-24'), +(2428, 3, 1022424, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-24'), +(2428, 4, 1032424, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-24'), +(2428, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(2428, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(2428, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2428, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(2428, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(2431, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2431, 2, 1023737, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 37-37'), +(2431, 3, 1033737, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 37-37'), +(2431, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2431, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2431, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2431, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2431, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2440, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2440, 2, 1023233, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 32-33'), +(2440, 3, 1033233, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 32-33'), +(2440, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2440, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2440, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2440, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2440, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(2448, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(2448, 2, 1022626, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 26-26'), +(2448, 3, 1032626, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 26-26'), +(2448, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(2448, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(2448, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2448, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(2448, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(2449, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(2449, 2, 1012525, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 25-25'), +(2449, 3, 1022525, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 25-25'), +(2449, 4, 1032525, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 25-25'), +(2449, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(2449, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(2449, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2449, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(2449, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(2450, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(2450, 2, 1022929, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 29-29'), +(2450, 3, 1032929, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 29-29'), +(2450, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(2450, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(2450, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2450, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(2450, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(2451, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(2451, 2, 1012525, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 25-25'), +(2451, 3, 1022525, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 25-25'), +(2451, 4, 1032525, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 25-25'), +(2451, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(2451, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(2451, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2451, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(2451, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(2473, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2473, 2, 1024040, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 39-40'), +(2473, 3, 1034040, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 39-40'), +(2473, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(2473, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2473, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2473, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2473, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2473, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2474, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2474, 2, 1024040, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 39-40'), +(2474, 3, 1034040, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 39-40'), +(2474, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(2474, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2474, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2474, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2474, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2474, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2503, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(2503, 2, 1022728, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 27-28'), +(2503, 3, 1032728, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 27-28'), +(2503, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(2503, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(2503, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2503, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(2503, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(2505, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2505, 2, 1024445, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 44-45'), +(2505, 3, 1034445, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 44-45'), +(2505, 4, 1044445, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 44-45'), +(2505, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2505, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2505, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2505, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2505, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(2521, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2521, 2, 1024141, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 41-41'), +(2521, 3, 1034141, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 41-41'), +(2521, 4, 1044141, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 41-41'), +(2521, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2521, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2521, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2521, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2521, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(2522, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2522, 2, 1024141, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 41-41'), +(2522, 3, 1034141, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 41-41'), +(2522, 4, 1044141, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 41-41'), +(2522, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2522, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2522, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2522, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2522, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(2530, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2530, 2, 1024141, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 41-41'), +(2530, 3, 1034141, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 41-41'), +(2530, 4, 1044141, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 41-41'), +(2530, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2530, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2530, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2530, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2530, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(2534, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2534, 2, 1024646, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 46-46'), +(2534, 3, 1034646, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 46-46'), +(2534, 4, 1044646, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 46-46'), +(2534, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2534, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2534, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2534, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2534, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(2535, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2535, 2, 1024344, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 43-44'), +(2535, 3, 1034344, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 43-44'), +(2535, 4, 1044344, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 43-44'), +(2535, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2535, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2535, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2535, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2535, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(2536, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2536, 2, 1024344, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 43-44'), +(2536, 3, 1034344, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 43-44'), +(2536, 4, 1044344, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 43-44'), +(2536, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2536, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2536, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2536, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2536, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(2537, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2537, 2, 1024344, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 43-44'), +(2537, 3, 1034344, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 43-44'), +(2537, 4, 1044344, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 43-44'), +(2537, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2537, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2537, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2537, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2537, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(2544, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2544, 2, 1024041, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 40-41'), +(2544, 3, 1034041, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 40-41'), +(2544, 4, 1044041, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 40-41'), +(2544, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2544, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2544, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2544, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2544, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(2545, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2545, 2, 1023939, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 39-39'), +(2545, 3, 1033939, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 39-39'), +(2545, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(2545, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2545, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2545, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2545, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2545, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2546, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2546, 2, 1024242, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 42-42'), +(2546, 3, 1034242, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 42-42'), +(2546, 4, 1044242, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 42-42'), +(2546, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2546, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2546, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2546, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2546, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(2547, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2547, 2, 1024343, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 43-43'), +(2547, 3, 1034343, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 43-43'), +(2547, 4, 1044343, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 43-43'), +(2547, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2547, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2547, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2547, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2547, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(2548, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2548, 2, 1024242, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 42-42'), +(2548, 3, 1034242, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 42-42'), +(2548, 4, 1044242, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 42-42'), +(2548, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2548, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2548, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2548, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2548, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(2549, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2549, 2, 1024242, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 42-42'), +(2549, 3, 1034242, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 42-42'), +(2549, 4, 1044242, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 42-42'), +(2549, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2549, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2549, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2549, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2549, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(2550, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2550, 2, 1024242, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 42-42'), +(2550, 3, 1034242, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 42-42'), +(2550, 4, 1044242, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 42-42'), +(2550, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2550, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2550, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2550, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2550, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(2551, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2551, 2, 1024343, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 43-43'), +(2551, 3, 1034343, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 43-43'), +(2551, 4, 1044343, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 43-43'), +(2551, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2551, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2551, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2551, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2551, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(2552, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2552, 2, 1023031, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 30-31'), +(2552, 3, 1033031, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 30-31'), +(2552, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2552, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2552, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2552, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(2552, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(2553, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2553, 2, 1023132, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 31-32'), +(2553, 3, 1033132, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 31-32'), +(2553, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2553, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2553, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2553, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2553, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(2554, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2554, 2, 1023233, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 32-33'), +(2554, 3, 1033233, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 32-33'), +(2554, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2554, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2554, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2554, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2554, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(2555, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2555, 2, 1023334, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 33-34'), +(2555, 3, 1033334, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 33-34'), +(2555, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2555, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2555, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2555, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2555, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(2556, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2556, 2, 1023435, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 34-35'), +(2556, 3, 1033435, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 34-35'), +(2556, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2556, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2556, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2556, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2556, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(2557, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2557, 2, 1023536, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 35-36'), +(2557, 3, 1033536, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 35-36'), +(2557, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2557, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2557, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2557, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2557, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2558, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2558, 2, 1023637, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-37'), +(2558, 3, 1033637, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-37'), +(2558, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2558, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2558, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2558, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2558, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2559, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2559, 2, 1023031, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 30-31'), +(2559, 3, 1033031, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 30-31'), +(2559, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2559, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2559, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2559, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(2559, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(2560, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2560, 2, 1023334, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 33-34'), +(2560, 3, 1033334, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 33-34'), +(2560, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2560, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2560, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2560, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2560, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(2561, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2561, 2, 1023637, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-37'), +(2561, 3, 1033637, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-37'), +(2561, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2561, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2561, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2561, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2561, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2562, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2562, 2, 1023233, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 32-33'), +(2562, 3, 1033233, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 32-33'), +(2562, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2562, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2562, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2562, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2562, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(2563, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2563, 2, 1023233, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 32-33'), +(2563, 3, 1033233, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 32-33'), +(2563, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2563, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2563, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2563, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2563, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(2564, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2564, 2, 1023334, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 33-34'), +(2564, 3, 1033334, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 33-34'), +(2564, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2564, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2564, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2564, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2564, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(2565, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2565, 2, 1023536, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 35-36'), +(2565, 3, 1033536, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 35-36'), +(2565, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2565, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2565, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2565, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2565, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2566, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2566, 2, 1023536, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 35-36'), +(2566, 3, 1033536, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 35-36'), +(2566, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2566, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2566, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2566, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2566, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2567, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2567, 2, 1023637, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-37'), +(2567, 3, 1033637, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-37'), +(2567, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2567, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2567, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2567, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2567, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2569, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2569, 2, 1023738, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 37-38'), +(2569, 3, 1033738, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 37-38'), +(2569, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(2569, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2569, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2569, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2569, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2569, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2570, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2570, 2, 1023839, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 38-39'), +(2570, 3, 1033839, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 38-39'), +(2570, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(2570, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2570, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2570, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2570, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2570, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2571, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2571, 2, 1023940, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 39-40'), +(2571, 3, 1033940, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 39-40'), +(2571, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(2571, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2571, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2571, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2571, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2571, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2572, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2572, 2, 1023536, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 35-36'), +(2572, 3, 1033536, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 35-36'), +(2572, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2572, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2572, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2572, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2572, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2573, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2573, 2, 1023738, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 37-38'), +(2573, 3, 1033738, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 37-38'), +(2573, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(2573, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2573, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2573, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2573, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2573, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2574, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2574, 2, 1023637, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-37'), +(2574, 3, 1033637, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-37'), +(2574, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2574, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2574, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2574, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2574, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2575, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2575, 2, 1023132, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 31-32'), +(2575, 3, 1033132, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 31-32'), +(2575, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2575, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2575, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2575, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2575, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(2577, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2577, 2, 1023132, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 31-32'), +(2577, 3, 1033132, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 31-32'), +(2577, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2577, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2577, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2577, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2577, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(2578, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2578, 2, 1023132, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 31-32'), +(2578, 3, 1033132, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 31-32'), +(2578, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2578, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2578, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2578, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2578, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(2579, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2579, 2, 1023435, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 34-35'), +(2579, 3, 1033435, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 34-35'), +(2579, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2579, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2579, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2579, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2579, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(2580, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2580, 2, 1023738, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 37-38'), +(2580, 3, 1033738, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 37-38'), +(2580, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(2580, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2580, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2580, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2580, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2580, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2581, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2581, 2, 1023132, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 31-32'), +(2581, 3, 1033132, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 31-32'), +(2581, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2581, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2581, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2581, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2581, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(2582, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2582, 2, 1023031, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 30-31'), +(2582, 3, 1033031, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 30-31'), +(2582, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2582, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2582, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2582, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(2582, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(2583, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2583, 2, 1023738, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 37-38'), +(2583, 3, 1033738, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 37-38'), +(2583, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(2583, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2583, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2583, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2583, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2583, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2584, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2584, 2, 1023738, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 37-38'), +(2584, 3, 1033738, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 37-38'), +(2584, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(2584, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2584, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2584, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2584, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2584, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2585, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2585, 2, 1023839, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 38-39'), +(2585, 3, 1033839, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 38-39'), +(2585, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(2585, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2585, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2585, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2585, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2585, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2586, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2586, 2, 1023031, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 30-31'), +(2586, 3, 1033031, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 30-31'), +(2586, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2586, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2586, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2586, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(2586, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(2587, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2587, 2, 1023233, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 32-33'), +(2587, 3, 1033233, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 32-33'), +(2587, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2587, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2587, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2587, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2587, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(2588, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2588, 2, 1023637, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-37'), +(2588, 3, 1033637, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-37'), +(2588, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2588, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2588, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2588, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2588, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2589, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2589, 2, 1023132, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 31-32'), +(2589, 3, 1033132, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 31-32'), +(2589, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2589, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2589, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2589, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2589, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(2590, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2590, 2, 1023536, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 35-36'), +(2590, 3, 1033536, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 35-36'), +(2590, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2590, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2590, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2590, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2590, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2591, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2591, 2, 1023738, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 37-38'), +(2591, 3, 1033738, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 37-38'), +(2591, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(2591, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2591, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2591, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2591, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2591, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2592, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2592, 2, 1023839, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 38-39'), +(2592, 3, 1033839, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 38-39'), +(2592, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(2592, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2592, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2592, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2592, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2592, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2595, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2595, 2, 1023839, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 38-39'), +(2595, 3, 1033839, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 38-39'), +(2595, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(2595, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2595, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2595, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2595, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2595, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2596, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2596, 2, 1023940, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 39-40'), +(2596, 3, 1033940, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 39-40'), +(2596, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(2596, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2596, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2596, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2596, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2596, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2597, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2597, 2, 1024040, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 39-40'), +(2597, 3, 1034040, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 39-40'), +(2597, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(2597, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2597, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2597, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2597, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2597, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2599, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2599, 2, 1023838, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 38-38'), +(2599, 3, 1033838, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 38-38'), +(2599, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(2599, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2599, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2599, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2599, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2599, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2607, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2607, 2, 1024444, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 44-44'), +(2607, 3, 1034444, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 44-44'), +(2607, 4, 1044444, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 44-44'), +(2607, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2607, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2607, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2607, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2607, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(2611, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2611, 2, 1024242, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 42-42'), +(2611, 3, 1034242, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 42-42'), +(2611, 4, 1044242, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 42-42'), +(2611, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2611, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2611, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2611, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2611, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(2612, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2612, 2, 1023838, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 38-38'), +(2612, 3, 1033838, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 38-38'), +(2612, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(2612, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2612, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2612, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2612, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2612, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2618, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2618, 2, 1023334, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 33-34'), +(2618, 3, 1033334, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 33-34'), +(2618, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2618, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2618, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2618, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2618, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(2619, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2619, 2, 1023435, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 34-35'), +(2619, 3, 1033435, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 34-35'), +(2619, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2619, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2619, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2619, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2619, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(2628, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2628, 2, 1023334, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 33-34'), +(2628, 3, 1033334, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 33-34'), +(2628, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2628, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2628, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2628, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2628, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(2635, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2635, 2, 1023838, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 38-38'), +(2635, 3, 1033838, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 38-38'), +(2635, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(2635, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2635, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2635, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2635, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2635, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2636, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2636, 2, 1023839, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 38-39'), +(2636, 3, 1033839, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 38-39'), +(2636, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(2636, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2636, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2636, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2636, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2636, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2639, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2639, 2, 1024546, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 45-46'), +(2639, 3, 1034546, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 45-46'), +(2639, 4, 1044546, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 45-46'), +(2639, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2639, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2639, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2639, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2639, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(2640, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2640, 2, 1024647, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 46-47'), +(2640, 3, 1034647, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 46-47'), +(2640, 4, 1044647, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 46-47'), +(2640, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2640, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2640, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2640, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(2640, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(2641, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2641, 2, 1024647, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 46-47'), +(2641, 3, 1034647, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 46-47'), +(2641, 4, 1044647, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 46-47'), +(2641, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2641, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2641, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2641, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(2641, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(2642, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2642, 2, 1024748, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 47-48'), +(2642, 3, 1034748, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 47-48'), +(2642, 4, 1044748, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 47-48'), +(2642, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2642, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2642, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2642, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(2642, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(2643, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2643, 2, 1024748, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 47-48'), +(2643, 3, 1034748, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 47-48'), +(2643, 4, 1044748, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 47-48'), +(2643, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2643, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2643, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2643, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(2643, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(2644, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2644, 2, 1024849, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 48-49'), +(2644, 3, 1034849, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 48-49'), +(2644, 4, 1044849, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 48-49'), +(2644, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2644, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2644, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2644, 8, 1080007, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~49'), +(2644, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(2645, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2645, 2, 1024849, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 48-49'), +(2645, 3, 1034849, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 48-49'), +(2645, 4, 1044849, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 48-49'), +(2645, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2645, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2645, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2645, 8, 1080007, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~49'), +(2645, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(2646, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2646, 2, 1024950, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 49-50'), +(2646, 3, 1034950, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 49-50'), +(2646, 4, 1044950, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 49-50'), +(2646, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2646, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(2646, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(2646, 8, 1080007, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~49'), +(2646, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(2647, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2647, 2, 1024950, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 49-50'), +(2647, 3, 1034950, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 49-50'), +(2647, 4, 1044950, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 49-50'), +(2647, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2647, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(2647, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(2647, 8, 1080007, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~49'), +(2647, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(2648, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(2648, 2, 1025051, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 50-51'), +(2648, 3, 1035051, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 50-51'), +(2648, 4, 1045051, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 50-51'), +(2648, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2648, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(2648, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(2648, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(2648, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(2649, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2649, 2, 1024041, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 40-41'), +(2649, 3, 1034041, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 40-41'), +(2649, 4, 1044041, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 40-41'), +(2649, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2649, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2649, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2649, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2649, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(2650, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2650, 2, 1024142, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 41-42'), +(2650, 3, 1034142, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 41-42'), +(2650, 4, 1044142, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 41-42'), +(2650, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2650, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2650, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2650, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2650, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(2651, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2651, 2, 1024243, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 42-43'), +(2651, 3, 1034243, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 42-43'), +(2651, 4, 1044243, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 42-43'), +(2651, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2651, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2651, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2651, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2651, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(2652, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2652, 2, 1024343, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 43-43'), +(2652, 3, 1034343, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 43-43'), +(2652, 4, 1044343, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 43-43'), +(2652, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2652, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2652, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2652, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2652, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(2653, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2653, 2, 1024445, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 44-45'), +(2653, 3, 1034445, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 44-45'), +(2653, 4, 1044445, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 44-45'), +(2653, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2653, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2653, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2653, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2653, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(2654, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2654, 2, 1024546, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 45-46'), +(2654, 3, 1034546, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 45-46'), +(2654, 4, 1044546, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 45-46'), +(2654, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2654, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2654, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2654, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2654, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(2655, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2655, 2, 1024647, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 46-47'), +(2655, 3, 1034647, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 46-47'), +(2655, 4, 1044647, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 46-47'), +(2655, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2655, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2655, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2655, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(2655, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(2656, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2656, 2, 1024748, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 47-48'), +(2656, 3, 1034748, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 47-48'), +(2656, 4, 1044748, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 47-48'), +(2656, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2656, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2656, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2656, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(2656, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(2657, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2657, 2, 1024141, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 41-41'), +(2657, 3, 1034141, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 41-41'), +(2657, 4, 1044141, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 41-41'), +(2657, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2657, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2657, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2657, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2657, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(2658, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2658, 2, 1024444, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 44-44'), +(2658, 3, 1034444, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 44-44'), +(2658, 4, 1044444, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 44-44'), +(2658, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2658, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2658, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2658, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2658, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(2659, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2659, 2, 1024747, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 47-47'), +(2659, 3, 1034747, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 47-47'), +(2659, 4, 1044747, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 47-47'), +(2659, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2659, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2659, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2659, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(2659, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(2680, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2680, 2, 1024647, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 46-47'), +(2680, 3, 1034647, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 46-47'), +(2680, 4, 1044647, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 46-47'), +(2680, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2680, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2680, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2680, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(2680, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(2681, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(2681, 2, 1025051, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 50-51'), +(2681, 3, 1035051, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 50-51'), +(2681, 4, 1045051, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 50-51'), +(2681, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2681, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(2681, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(2681, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(2681, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(2686, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2686, 2, 1024445, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 44-45'), +(2686, 3, 1034445, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 44-45'), +(2686, 4, 1044445, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 44-45'), +(2686, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2686, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2686, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2686, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2686, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(2691, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2691, 2, 1024344, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 43-44'), +(2691, 3, 1034344, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 43-44'), +(2691, 4, 1044344, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 43-44'), +(2691, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2691, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2691, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2691, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2691, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(2692, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2692, 2, 1024445, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 44-45'), +(2692, 3, 1034445, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 44-45'), +(2692, 4, 1044445, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 44-45'), +(2692, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2692, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2692, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2692, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2692, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(2693, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2693, 2, 1024546, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 45-46'), +(2693, 3, 1034546, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 45-46'), +(2693, 4, 1044546, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 45-46'), +(2693, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2693, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2693, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2693, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2693, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(2694, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2694, 2, 1024647, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 46-47'), +(2694, 3, 1034647, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 46-47'), +(2694, 4, 1044647, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 46-47'), +(2694, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2694, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2694, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2694, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(2694, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(2701, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2701, 2, 1023839, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 38-39'), +(2701, 3, 1033839, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 38-39'), +(2701, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(2701, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2701, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2701, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2701, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2701, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2714, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2714, 2, 1023535, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 35-35'), +(2714, 3, 1033535, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 35-35'), +(2714, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2714, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2714, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2714, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2714, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(2715, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2715, 2, 1023940, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 39-40'), +(2715, 3, 1033940, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 39-40'), +(2715, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(2715, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2715, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2715, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2715, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2715, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2716, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2716, 2, 1024041, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 40-41'), +(2716, 3, 1034041, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 40-41'), +(2716, 4, 1044041, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 40-41'), +(2716, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2716, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2716, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2716, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2716, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(2717, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2717, 2, 1024142, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 41-42'), +(2717, 3, 1034142, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 41-42'), +(2717, 4, 1044142, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 41-42'), +(2717, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2717, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2717, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2717, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2717, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(2718, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2718, 2, 1024243, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 42-43'), +(2718, 3, 1034243, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 42-43'), +(2718, 4, 1044243, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 42-43'), +(2718, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2718, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2718, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2718, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2718, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(2719, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2719, 2, 1024445, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 44-45'), +(2719, 3, 1034445, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 44-45'), +(2719, 4, 1044445, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 44-45'), +(2719, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2719, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2719, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2719, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2719, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(2720, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2720, 2, 1024344, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 43-44'), +(2720, 3, 1034344, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 43-44'), +(2720, 4, 1044344, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 43-44'), +(2720, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2720, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2720, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2720, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2720, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(2723, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2723, 2, 1023839, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 38-39'), +(2723, 3, 1033839, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 38-39'), +(2723, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(2723, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2723, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2723, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2723, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2723, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2725, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2725, 2, 1024242, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 42-42'), +(2725, 3, 1034242, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 42-42'), +(2725, 4, 1044242, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 42-42'), +(2725, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2725, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2725, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2725, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2725, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(2727, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2727, 2, 1023536, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 35-36'), +(2727, 3, 1033536, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 35-36'), +(2727, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2727, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2727, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2727, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2727, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2728, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2728, 2, 1023738, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 37-38'), +(2728, 3, 1033738, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 37-38'), +(2728, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(2728, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2728, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2728, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2728, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2728, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2729, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2729, 2, 1023940, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 39-40'), +(2729, 3, 1033940, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 39-40'), +(2729, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(2729, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2729, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2729, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2729, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2729, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2730, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2730, 2, 1024243, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 42-43'), +(2730, 3, 1034243, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 42-43'), +(2730, 4, 1044243, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 42-43'), +(2730, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2730, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2730, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2730, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2730, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(2731, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2731, 2, 1023637, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-37'), +(2731, 3, 1033637, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-37'), +(2731, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2731, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2731, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2731, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2731, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2732, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2732, 2, 1023839, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 38-39'), +(2732, 3, 1033839, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 38-39'), +(2732, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(2732, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2732, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2732, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2732, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2732, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2733, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2733, 2, 1023636, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-36'), +(2733, 3, 1033636, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-36'), +(2733, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2733, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2733, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2733, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2733, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2734, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2734, 2, 1024041, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 40-41'), +(2734, 3, 1034041, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 40-41'), +(2734, 4, 1044041, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 40-41'), +(2734, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2734, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2734, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2734, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2734, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(2735, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2735, 2, 1023838, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 38-38'), +(2735, 3, 1033838, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 38-38'), +(2735, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(2735, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2735, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2735, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2735, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2735, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2736, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2736, 2, 1024343, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 43-43'), +(2736, 3, 1034343, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 43-43'), +(2736, 4, 1044343, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 43-43'), +(2736, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2736, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2736, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2736, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2736, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(2738, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2738, 2, 1023637, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-37'), +(2738, 3, 1033637, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-37'), +(2738, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2738, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2738, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2738, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2738, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2739, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2739, 2, 1023536, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 35-36'), +(2739, 3, 1033536, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 35-36'), +(2739, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2739, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2739, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2739, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2739, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2740, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2740, 2, 1023637, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-37'), +(2740, 3, 1033637, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-37'), +(2740, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2740, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2740, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2740, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2740, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2742, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2742, 2, 1023839, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 38-39'), +(2742, 3, 1033839, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 38-39'), +(2742, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(2742, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2742, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2742, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2742, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2742, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2743, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2743, 2, 1023839, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 38-39'), +(2743, 3, 1033839, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 38-39'), +(2743, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(2743, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2743, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2743, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2743, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2743, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2760, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2760, 2, 1023839, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 38-39'), +(2760, 3, 1033839, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 38-39'), +(2760, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(2760, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2760, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2760, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2760, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2760, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2761, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2761, 2, 1023839, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 38-39'), +(2761, 3, 1033839, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 38-39'), +(2761, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(2761, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2761, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2761, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2761, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2761, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2762, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2762, 2, 1023839, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 38-39'), +(2762, 3, 1033839, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 38-39'), +(2762, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(2762, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2762, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2762, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2762, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2762, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2764, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2764, 2, 1024040, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 39-40'), +(2764, 3, 1034040, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 39-40'), +(2764, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(2764, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2764, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2764, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2764, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2764, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2765, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2765, 2, 1023939, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 39-39'), +(2765, 3, 1033939, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 39-39'), +(2765, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(2765, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2765, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2765, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2765, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2765, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2773, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2773, 2, 1024040, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 39-40'), +(2773, 3, 1034040, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 39-40'), +(2773, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(2773, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2773, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2773, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2773, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2773, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2780, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2780, 2, 1024141, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 41-41'), +(2780, 3, 1034141, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 41-41'), +(2780, 4, 1044141, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 41-41'), +(2780, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2780, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2780, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2780, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2780, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(2781, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2781, 2, 1024141, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 41-41'), +(2781, 3, 1034141, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 41-41'), +(2781, 4, 1044141, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 41-41'), +(2781, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2781, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2781, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2781, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2781, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(2782, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2782, 2, 1024141, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 41-41'), +(2782, 3, 1034141, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 41-41'), +(2782, 4, 1044141, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 41-41'), +(2782, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2782, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2782, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2782, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2782, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(2783, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2783, 2, 1024040, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 39-40'), +(2783, 3, 1034040, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 39-40'), +(2783, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(2783, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2783, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2783, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2783, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2783, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2791, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2791, 2, 1024243, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 42-43'), +(2791, 3, 1034243, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 42-43'), +(2791, 4, 1044243, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 42-43'), +(2791, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2791, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2791, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2791, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2791, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(2793, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2793, 2, 1023939, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 39-39'), +(2793, 3, 1033939, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 39-39'), +(2793, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(2793, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2793, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2793, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2793, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2793, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2817, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2817, 2, 1023737, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 37-37'), +(2817, 3, 1033737, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 37-37'), +(2817, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2817, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2817, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2817, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2817, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2829, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2829, 2, 1023636, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-36'), +(2829, 3, 1033636, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-36'), +(2829, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2829, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2829, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2829, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2829, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2830, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2830, 2, 1023838, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 38-38'), +(2830, 3, 1033838, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 38-38'), +(2830, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(2830, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2830, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2830, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2830, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2830, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2831, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2831, 2, 1024040, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 39-40'), +(2831, 3, 1034040, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 39-40'), +(2831, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(2831, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2831, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2831, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2831, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2831, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2892, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2892, 2, 1023738, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 37-38'), +(2892, 3, 1033738, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 37-38'), +(2892, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(2892, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2892, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2892, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2892, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2892, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2893, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2893, 2, 1023940, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 39-40'), +(2893, 3, 1033940, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 39-40'), +(2893, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(2893, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2893, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2893, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2893, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2893, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2894, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2894, 2, 1024041, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 40-41'), +(2894, 3, 1034041, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 40-41'), +(2894, 4, 1044041, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 40-41'), +(2894, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2894, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2894, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2894, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2894, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(2906, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2906, 2, 1023636, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-36'), +(2906, 3, 1033636, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-36'), +(2906, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2906, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2906, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2906, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2906, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2907, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2907, 2, 1023737, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 37-37'), +(2907, 3, 1033737, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 37-37'), +(2907, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2907, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2907, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2907, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2907, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2923, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2923, 2, 1024142, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 41-42'), +(2923, 3, 1034142, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 41-42'), +(2923, 4, 1044142, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 41-42'), +(2923, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2923, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2923, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2923, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2923, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(2924, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2924, 2, 1024344, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 43-44'), +(2924, 3, 1034344, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 43-44'), +(2924, 4, 1044344, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 43-44'), +(2924, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2924, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2924, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2924, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2924, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(2925, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2925, 2, 1024546, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 45-46'), +(2925, 3, 1034546, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 45-46'), +(2925, 4, 1044546, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 45-46'), +(2925, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2925, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2925, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2925, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2925, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(2926, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2926, 2, 1024748, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 47-48'), +(2926, 3, 1034748, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 47-48'), +(2926, 4, 1044748, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 47-48'), +(2926, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2926, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2926, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2926, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(2926, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(2927, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2927, 2, 1024243, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 42-43'), +(2927, 3, 1034243, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 42-43'), +(2927, 4, 1044243, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 42-43'), +(2927, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2927, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2927, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2927, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2927, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(2928, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2928, 2, 1024445, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 44-45'), +(2928, 3, 1034445, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 44-45'), +(2928, 4, 1044445, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 44-45'), +(2928, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2928, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2928, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2928, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2928, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(2929, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2929, 2, 1024647, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 46-47'), +(2929, 3, 1034647, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 46-47'), +(2929, 4, 1044647, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 46-47'), +(2929, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2929, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2929, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2929, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(2929, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(2932, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2932, 2, 1023737, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 37-37'), +(2932, 3, 1033737, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 37-37'), +(2932, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2932, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2932, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2932, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2932, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(2944, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2944, 2, 1024142, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 41-42'), +(2944, 3, 1034142, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 41-42'), +(2944, 4, 1044142, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 41-42'), +(2944, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2944, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2944, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2944, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2944, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(2945, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2945, 2, 1024242, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 42-42'), +(2945, 3, 1034242, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 42-42'), +(2945, 4, 1044242, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 42-42'), +(2945, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2945, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2945, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2945, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2945, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(2949, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(2949, 2, 1010506, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 5-6'), +(2949, 3, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(2949, 4, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2949, 5, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(2949, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(2950, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(2950, 2, 1010607, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 6-7'), +(2950, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(2950, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(2950, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2950, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(2950, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(2951, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(2951, 2, 1010708, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 7-8'), +(2951, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(2951, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(2951, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2951, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(2951, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(2956, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(2956, 2, 1010607, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 6-7'), +(2956, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(2956, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(2956, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2956, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(2956, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(2957, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(2957, 2, 1010809, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 8-9'), +(2957, 3, 1020809, 0.75, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 8-9'), +(2957, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(2957, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2957, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(2957, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(2958, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(2958, 2, 1010506, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 5-6'), +(2958, 3, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(2958, 4, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2958, 5, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(2958, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(2959, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(2959, 2, 1010708, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 7-8'), +(2959, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(2959, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(2959, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2959, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(2959, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(2960, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(2960, 2, 1010910, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-10'), +(2960, 3, 1020910, 1.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-10'), +(2960, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(2960, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2960, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(2960, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(2962, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(2962, 2, 1010708, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 7-8'), +(2962, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(2962, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(2962, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2962, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(2962, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(2963, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(2963, 2, 1010809, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 8-9'), +(2963, 3, 1020809, 0.75, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 8-9'), +(2963, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(2963, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2963, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(2963, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(2964, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(2964, 2, 1010910, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-10'), +(2964, 3, 1020910, 1.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-10'), +(2964, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(2964, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2964, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(2964, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(2965, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(2965, 2, 1011011, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-11'), +(2965, 3, 1021011, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-11'), +(2965, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2965, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(2965, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2965, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2965, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(2967, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(2967, 2, 1010809, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 8-9'), +(2967, 3, 1020809, 0.75, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 8-9'), +(2967, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(2967, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2967, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(2967, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(2968, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(2968, 2, 1010910, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-10'), +(2968, 3, 1020910, 1.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-10'), +(2968, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(2968, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2968, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(2968, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(2969, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(2969, 2, 1010606, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 6-6'), +(2969, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(2969, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(2969, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2969, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(2969, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(2970, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(2970, 2, 1010808, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 8-8'), +(2970, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(2970, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(2970, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2970, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(2970, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(2971, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(2971, 2, 1010909, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-9'), +(2971, 3, 1020909, 1, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-9'), +(2971, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(2971, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2971, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(2971, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(2972, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(2972, 2, 1010708, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 7-8'), +(2972, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(2972, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(2972, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2972, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(2972, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(2973, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(2973, 2, 1011011, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-11'), +(2973, 3, 1021011, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-11'), +(2973, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2973, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(2973, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2973, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2973, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(2974, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(2974, 2, 1011112, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 11-12'), +(2974, 3, 1021112, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 11-12'), +(2974, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2974, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(2974, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2974, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2974, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(2975, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(2975, 2, 1010506, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 5-6'), +(2975, 3, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(2975, 4, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2975, 5, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(2975, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(2976, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(2976, 2, 1010607, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 6-7'), +(2976, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(2976, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(2976, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2976, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(2976, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(2977, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(2977, 2, 1010708, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 7-8'), +(2977, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(2977, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(2977, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2977, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(2977, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(2978, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(2978, 2, 1010809, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 8-9'), +(2978, 3, 1020809, 0.75, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 8-9'), +(2978, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(2978, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2978, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(2978, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(2979, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(2979, 2, 1010910, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-10'), +(2979, 3, 1020910, 1.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-10'), +(2979, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(2979, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2979, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(2979, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(2989, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(2989, 2, 1010708, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 7-8'), +(2989, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(2989, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(2989, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2989, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(2989, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(2990, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(2990, 2, 1010809, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 8-9'), +(2990, 3, 1020809, 0.75, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 8-9'), +(2990, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(2990, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2990, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(2990, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(3035, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(3035, 2, 1010708, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 7-8'), +(3035, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(3035, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(3035, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3035, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(3035, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(3051, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(3051, 2, 1011212, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 12-12'), +(3051, 3, 1021212, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 12-12'), +(3051, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3051, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3051, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3051, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3051, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(3058, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(3058, 2, 1011111, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 11-11'), +(3058, 3, 1021111, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 11-11'), +(3058, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3058, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3058, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3058, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3058, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(3094, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(3094, 2, 1025050, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 50-50'), +(3094, 3, 1035050, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 50-50'), +(3094, 4, 1045050, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 50-50'), +(3094, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(3094, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(3094, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(3094, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(3094, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(3099, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(3099, 2, 1010607, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 6-7'), +(3099, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(3099, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(3099, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3099, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(3099, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(3100, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(3100, 2, 1010809, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 8-9'), +(3100, 3, 1020809, 0.75, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 8-9'), +(3100, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(3100, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3100, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(3100, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(3103, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(3103, 2, 1010607, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 6-7'), +(3103, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(3103, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(3103, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3103, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(3103, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(3104, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(3104, 2, 1010607, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 6-7'), +(3104, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(3104, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(3104, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3104, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(3104, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(3105, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(3105, 2, 1010808, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 8-8'), +(3105, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(3105, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(3105, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3105, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(3105, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(3106, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(3106, 2, 1010506, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 5-6'), +(3106, 3, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(3106, 4, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3106, 5, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(3106, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(3107, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(3107, 2, 1010708, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 7-8'), +(3107, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(3107, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(3107, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3107, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(3107, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(3108, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(3108, 2, 1010910, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-10'), +(3108, 3, 1020910, 1.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-10'), +(3108, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(3108, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3108, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(3108, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(3110, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(3110, 2, 1011010, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-10'), +(3110, 3, 1021010, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-10'), +(3110, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(3110, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3110, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(3110, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(3111, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(3111, 2, 1010607, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 6-7'), +(3111, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(3111, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(3111, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3111, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(3111, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(3112, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(3112, 2, 1010708, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 7-8'), +(3112, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(3112, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(3112, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3112, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(3112, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(3113, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(3113, 2, 1010809, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 8-9'), +(3113, 3, 1020809, 0.75, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 8-9'), +(3113, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(3113, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3113, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(3113, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(3114, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(3114, 2, 1010910, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-10'), +(3114, 3, 1020910, 1.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-10'), +(3114, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(3114, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3114, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(3114, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(3115, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(3115, 2, 1010708, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 7-8'), +(3115, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(3115, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(3115, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3115, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(3115, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(3116, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(3116, 2, 1010708, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 7-8'), +(3116, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(3116, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(3116, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3116, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(3116, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(3117, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(3117, 2, 1010910, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-10'), +(3117, 3, 1020910, 1.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-10'), +(3117, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(3117, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3117, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(3117, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(3118, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(3118, 2, 1011011, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-11'), +(3118, 3, 1021011, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-11'), +(3118, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3118, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3118, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3118, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3118, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(3119, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(3119, 2, 1010607, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 6-7'), +(3119, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(3119, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(3119, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3119, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(3119, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(3120, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(3120, 2, 1010708, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 7-8'), +(3120, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(3120, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(3120, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3120, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(3120, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(3121, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(3121, 2, 1010708, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 7-8'), +(3121, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(3121, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(3121, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3121, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(3121, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(3122, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(3122, 2, 1010707, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 7-7'), +(3122, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(3122, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(3122, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3122, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(3122, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(3123, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(3123, 2, 1010909, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-9'), +(3123, 3, 1020909, 1, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-9'), +(3123, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(3123, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3123, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(3123, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(3125, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(3125, 2, 1010506, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 5-6'), +(3125, 3, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(3125, 4, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3125, 5, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(3125, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(3126, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(3126, 2, 1010708, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 7-8'), +(3126, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(3126, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(3126, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3126, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(3126, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(3127, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(3127, 2, 1010910, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-10'), +(3127, 3, 1020910, 1.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-10'), +(3127, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(3127, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3127, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(3127, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(3128, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(3128, 2, 1010506, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 5-6'), +(3128, 3, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(3128, 4, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3128, 5, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(3128, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(3129, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(3129, 2, 1010607, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 6-7'), +(3129, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(3129, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(3129, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3129, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(3129, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(3130, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(3130, 2, 1010910, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-10'), +(3130, 3, 1020910, 1.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-10'), +(3130, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(3130, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3130, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(3130, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(3131, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(3131, 2, 1011011, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-11'), +(3131, 3, 1021011, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-11'), +(3131, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3131, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3131, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3131, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3131, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(3141, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(3141, 2, 1010809, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 8-9'), +(3141, 3, 1020809, 0.75, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 8-9'), +(3141, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(3141, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3141, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(3141, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(3192, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(3192, 2, 1010808, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 8-8'), +(3192, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(3192, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(3192, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3192, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(3192, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(3195, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(3195, 2, 1010809, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 8-9'), +(3195, 3, 1020809, 0.75, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 8-9'), +(3195, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(3195, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3195, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(3195, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(3196, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(3196, 2, 1010910, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-10'), +(3196, 3, 1020910, 1.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-10'), +(3196, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(3196, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3196, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(3196, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(3197, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(3197, 2, 1010910, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-10'), +(3197, 3, 1020910, 1.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-10'), +(3197, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(3197, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3197, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(3197, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(3198, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(3198, 2, 1011011, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-11'), +(3198, 3, 1021011, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-11'), +(3198, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3198, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3198, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3198, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3198, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(3199, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(3199, 2, 1011011, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-11'), +(3199, 3, 1021011, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-11'), +(3199, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3199, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3199, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3199, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3199, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(3203, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(3203, 2, 1011212, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 12-12'), +(3203, 3, 1021212, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 12-12'), +(3203, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3203, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3203, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3203, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3203, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(3204, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(3204, 2, 1011010, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-10'), +(3204, 3, 1021010, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-10'), +(3204, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(3204, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3204, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(3204, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(3205, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(3205, 2, 1011010, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-10'), +(3205, 3, 1021010, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-10'), +(3205, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(3205, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3205, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(3205, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(3206, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(3206, 2, 1010809, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 8-9'), +(3206, 3, 1020809, 0.75, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 8-9'), +(3206, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(3206, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3206, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(3206, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(3207, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(3207, 2, 1010809, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 8-9'), +(3207, 3, 1020809, 0.75, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 8-9'), +(3207, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(3207, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3207, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(3207, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(3225, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(3225, 2, 1011011, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-11'), +(3225, 3, 1021011, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-11'), +(3225, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3225, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3225, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3225, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3225, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(3226, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(3226, 2, 1011011, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-11'), +(3226, 3, 1021011, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-11'), +(3226, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3226, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3226, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3226, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3226, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(3227, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(3227, 2, 1011011, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-11'), +(3227, 3, 1021011, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-11'), +(3227, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3227, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3227, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3227, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3227, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(3228, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(3228, 2, 1011011, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-11'), +(3228, 3, 1021011, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-11'), +(3228, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3228, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3228, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3228, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3228, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(3231, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(3231, 2, 1011112, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 11-12'), +(3231, 3, 1021112, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 11-12'), +(3231, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3231, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3231, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3231, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3231, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(3232, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(3232, 2, 1010910, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-10'), +(3232, 3, 1020910, 1.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-10'), +(3232, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(3232, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3232, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(3232, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(3234, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(3234, 2, 1011415, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 14-15'), +(3234, 3, 1021415, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 14-15'), +(3234, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3234, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3234, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3234, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3234, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3235, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3235, 2, 1012425, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-25'), +(3235, 3, 1022425, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-25'), +(3235, 4, 1032425, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-25'), +(3235, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3235, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3235, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3235, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3235, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3236, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3236, 2, 1011920, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 19-20'), +(3236, 3, 1021920, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 19-20'), +(3236, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(3236, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3236, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3236, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3236, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3236, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3237, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3237, 2, 1012525, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 25-25'), +(3237, 3, 1022526, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 25-26'), +(3237, 4, 1032526, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 25-26'), +(3237, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3237, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3237, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3237, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3237, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(3238, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3238, 2, 1012223, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 22-23'), +(3238, 3, 1022223, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 22-23'), +(3238, 4, 1032223, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 22-23'), +(3238, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3238, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3238, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3238, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3238, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3239, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3239, 2, 1012021, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 20-21'), +(3239, 3, 1022021, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 20-21'), +(3239, 4, 1032021, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 20-21'), +(3239, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3239, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3239, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3239, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3239, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3240, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3240, 2, 1011819, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 18-19'), +(3240, 3, 1021819, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 18-19'), +(3240, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(3240, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3240, 6, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3240, 7, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3240, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3240, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3241, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3241, 2, 1011516, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 15-16'), +(3241, 3, 1021516, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 15-16'), +(3241, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3241, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3241, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3241, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3241, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3242, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(3242, 2, 1011314, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 13-14'), +(3242, 3, 1021314, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 13-14'), +(3242, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3242, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3242, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3242, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3242, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(3243, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(3243, 2, 1011213, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 12-13'), +(3243, 3, 1021213, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 12-13'), +(3243, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3243, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3243, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3243, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3243, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(3244, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(3244, 2, 1011112, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 11-12'), +(3244, 3, 1021112, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 11-12'), +(3244, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3244, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3244, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3244, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3244, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(3245, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3245, 2, 1011617, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-17'), +(3245, 3, 1021617, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-17'), +(3245, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3245, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3245, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3245, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3245, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3246, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(3246, 2, 1011213, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 12-13'), +(3246, 3, 1021213, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 12-13'), +(3246, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3246, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3246, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3246, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3246, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(3247, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3247, 2, 1011919, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 19-19'), +(3247, 3, 1021919, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 19-19'), +(3247, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(3247, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3247, 6, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3247, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3247, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3247, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3248, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3248, 2, 1011516, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 15-16'), +(3248, 3, 1021516, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 15-16'), +(3248, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3248, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3248, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3248, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3248, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3249, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3249, 2, 1012324, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 23-24'), +(3249, 3, 1022324, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 23-24'), +(3249, 4, 1032324, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 23-24'), +(3249, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3249, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3249, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3249, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3249, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3250, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3250, 2, 1012021, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 20-21'), +(3250, 3, 1022021, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 20-21'), +(3250, 4, 1032021, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 20-21'), +(3250, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3250, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3250, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3250, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3250, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3251, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3251, 2, 1012020, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 20-20'), +(3251, 3, 1022020, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 20-20'), +(3251, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(3251, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3251, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3251, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3251, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3251, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3252, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3252, 2, 1012122, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 21-22'), +(3252, 3, 1022122, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 21-22'), +(3252, 4, 1032122, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 21-22'), +(3252, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3252, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3252, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3252, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3252, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3254, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(3254, 2, 1011212, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 12-12'), +(3254, 3, 1021212, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 12-12'), +(3254, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3254, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3254, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3254, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3254, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(3255, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(3255, 2, 1011414, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 14-14'), +(3255, 3, 1021414, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 14-14'), +(3255, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3255, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3255, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3255, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3255, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(3256, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3256, 2, 1011717, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 17-17'), +(3256, 3, 1021717, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 17-17'), +(3256, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3256, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3256, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3256, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3256, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3258, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3258, 2, 1011718, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 17-18'), +(3258, 3, 1021718, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 17-18'), +(3258, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3258, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3258, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3258, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3258, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3260, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3260, 2, 1011617, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-17'), +(3260, 3, 1021617, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-17'), +(3260, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3260, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3260, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3260, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3260, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3261, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3261, 2, 1011819, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 18-19'), +(3261, 3, 1021819, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 18-19'), +(3261, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(3261, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3261, 6, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3261, 7, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3261, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3261, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3263, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3263, 2, 1011920, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 19-20'), +(3263, 3, 1021920, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 19-20'), +(3263, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(3263, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3263, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3263, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3263, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3263, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3265, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(3265, 2, 1011112, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 11-12'), +(3265, 3, 1021112, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 11-12'), +(3265, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3265, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3265, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3265, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3265, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(3266, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(3266, 2, 1011213, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 12-13'), +(3266, 3, 1021213, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 12-13'), +(3266, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3266, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3266, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3266, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3266, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(3267, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(3267, 2, 1011011, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-11'), +(3267, 3, 1021011, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-11'), +(3267, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3267, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3267, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3267, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3267, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(3268, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(3268, 2, 1011011, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-11'), +(3268, 3, 1021011, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-11'), +(3268, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3268, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3268, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3268, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3268, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(3269, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(3269, 2, 1011213, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 12-13'), +(3269, 3, 1021213, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 12-13'), +(3269, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3269, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3269, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3269, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3269, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(3271, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(3271, 2, 1011314, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 13-14'), +(3271, 3, 1021314, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 13-14'), +(3271, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3271, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3271, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3271, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3271, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(3272, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(3272, 2, 1011213, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 12-13'), +(3272, 3, 1021213, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 12-13'), +(3272, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3272, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3272, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3272, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3272, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(3273, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(3273, 2, 1011314, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 13-14'), +(3273, 3, 1021314, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 13-14'), +(3273, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3273, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3273, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3273, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3273, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(3274, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(3274, 2, 1011415, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 14-15'), +(3274, 3, 1021415, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 14-15'), +(3274, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3274, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3274, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3274, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3274, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3275, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3275, 2, 1011516, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 15-16'), +(3275, 3, 1021516, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 15-16'), +(3275, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3275, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3275, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3275, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3275, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3276, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(3276, 2, 1011415, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 14-15'), +(3276, 3, 1021415, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 14-15'), +(3276, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3276, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3276, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3276, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3276, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3277, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3277, 2, 1011516, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 15-16'), +(3277, 3, 1021516, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 15-16'), +(3277, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3277, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3277, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3277, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3277, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3278, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3278, 2, 1011617, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-17'), +(3278, 3, 1021617, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-17'), +(3278, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3278, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3278, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3278, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3278, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3279, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3279, 2, 1011718, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 17-18'), +(3279, 3, 1021718, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 17-18'), +(3279, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3279, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3279, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3279, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3279, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3280, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3280, 2, 1011718, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 17-18'), +(3280, 3, 1021718, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 17-18'), +(3280, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3280, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3280, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3280, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3280, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3282, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3282, 2, 1011516, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 15-16'), +(3282, 3, 1021516, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 15-16'), +(3282, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3282, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3282, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3282, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3282, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3283, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3283, 2, 1011617, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-17'), +(3283, 3, 1021617, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-17'), +(3283, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3283, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3283, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3283, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3283, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3284, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(3284, 2, 1011415, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 14-15'), +(3284, 3, 1021415, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 14-15'), +(3284, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3284, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3284, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3284, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3284, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3285, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(3285, 2, 1011314, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 13-14'), +(3285, 3, 1021314, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 13-14'), +(3285, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3285, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3285, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3285, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3285, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(3286, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3286, 2, 1011718, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 17-18'), +(3286, 3, 1021718, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 17-18'), +(3286, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3286, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3286, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3286, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3286, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3374, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3374, 2, 1012122, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 21-22'), +(3374, 3, 1022122, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 21-22'), +(3374, 4, 1032122, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 21-22'), +(3374, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3374, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3374, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3374, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3374, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3375, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3375, 2, 1012223, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 22-23'), +(3375, 3, 1022223, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 22-23'), +(3375, 4, 1032223, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 22-23'), +(3375, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3375, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3375, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3375, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3375, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3376, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3376, 2, 1012324, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 23-24'), +(3376, 3, 1022324, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 23-24'), +(3376, 4, 1032324, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 23-24'), +(3376, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3376, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3376, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3376, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3376, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3377, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3377, 2, 1012425, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-25'), +(3377, 3, 1022425, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-25'), +(3377, 4, 1032425, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-25'), +(3377, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3377, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3377, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3377, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3377, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3378, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(3378, 2, 1022626, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 26-26'), +(3378, 3, 1032626, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 26-26'), +(3378, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3378, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3378, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3378, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3378, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(3379, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(3379, 2, 1011011, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-11'), +(3379, 3, 1021011, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-11'), +(3379, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3379, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3379, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3379, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3379, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(3380, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(3380, 2, 1011112, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 11-12'), +(3380, 3, 1021112, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 11-12'), +(3380, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3380, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3380, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3380, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3380, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(3381, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(3381, 2, 1011213, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 12-13'), +(3381, 3, 1021213, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 12-13'), +(3381, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3381, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3381, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3381, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3381, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(3382, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(3382, 2, 1011314, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 13-14'), +(3382, 3, 1021314, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 13-14'), +(3382, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3382, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3382, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3382, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3382, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(3383, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(3383, 2, 1011415, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 14-15'), +(3383, 3, 1021415, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 14-15'), +(3383, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3383, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3383, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3383, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3383, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3384, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(3384, 2, 1011415, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 14-15'), +(3384, 3, 1021415, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 14-15'), +(3384, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3384, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3384, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3384, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3384, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3385, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3385, 2, 1011516, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 15-16'), +(3385, 3, 1021516, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 15-16'), +(3385, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3385, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3385, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3385, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3385, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3386, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3386, 2, 1011617, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-17'), +(3386, 3, 1021617, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-17'), +(3386, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3386, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3386, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3386, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3386, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3392, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3392, 2, 1012424, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-24'), +(3392, 3, 1022424, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-24'), +(3392, 4, 1032424, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-24'), +(3392, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3392, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3392, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3392, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3392, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3393, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3393, 2, 1012020, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 20-20'), +(3393, 3, 1022020, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 20-20'), +(3393, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(3393, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3393, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3393, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3393, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3393, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3394, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3394, 2, 1011616, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-16'), +(3394, 3, 1021616, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-16'), +(3394, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3394, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3394, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3394, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3394, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3396, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3396, 2, 1011919, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 19-19'), +(3396, 3, 1021919, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 19-19'), +(3396, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(3396, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3396, 6, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3396, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3396, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3396, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3397, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(3397, 2, 1011415, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 14-15'), +(3397, 3, 1021415, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 14-15'), +(3397, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3397, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3397, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3397, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3397, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3414, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(3414, 2, 1023030, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 30-30'), +(3414, 3, 1033030, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 30-30'), +(3414, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3414, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(3414, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3414, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3414, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(3415, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(3415, 2, 1011112, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 11-12'), +(3415, 3, 1021112, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 11-12'), +(3415, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3415, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3415, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3415, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3415, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(3416, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3416, 2, 1011718, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 17-18'), +(3416, 3, 1021718, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 17-18'), +(3416, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3416, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3416, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3416, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3416, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3424, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3424, 2, 1012121, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 21-21'), +(3424, 3, 1022121, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 21-21'), +(3424, 4, 1032121, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 21-21'), +(3424, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3424, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3424, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3424, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3424, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3425, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(3425, 2, 1011415, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 14-15'), +(3425, 3, 1021415, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 14-15'), +(3425, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3425, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3425, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3425, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3425, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3426, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3426, 2, 1011718, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 17-18'), +(3426, 3, 1021718, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 17-18'), +(3426, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3426, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3426, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3426, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3426, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3434, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3434, 2, 1012323, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 23-23'), +(3434, 3, 1022323, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 23-23'), +(3434, 4, 1032323, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 23-23'), +(3434, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3434, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3434, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3434, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3434, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3435, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3435, 2, 1012525, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 25-25'), +(3435, 3, 1022525, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 25-25'), +(3435, 4, 1032525, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 25-25'), +(3435, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3435, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3435, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3435, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3435, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3436, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3436, 2, 1012121, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 21-21'), +(3436, 3, 1022121, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 21-21'), +(3436, 4, 1032121, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 21-21'), +(3436, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3436, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3436, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3436, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3436, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3438, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(3438, 2, 1011515, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 15-15'), +(3438, 3, 1021515, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 15-15'), +(3438, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3438, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3438, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3438, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3438, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3445, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3445, 2, 1011818, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 18-18'), +(3445, 3, 1021818, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 18-18'), +(3445, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(3445, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3445, 6, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3445, 7, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3445, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3445, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3452, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3452, 2, 1012020, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 20-20'), +(3452, 3, 1022020, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 20-20'), +(3452, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(3452, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3452, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3452, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3452, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3452, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3454, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3454, 2, 1011919, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 19-19'), +(3454, 3, 1021919, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 19-19'), +(3454, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(3454, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3454, 6, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3454, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3454, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3454, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3455, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3455, 2, 1011919, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 19-19'), +(3455, 3, 1021919, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 19-19'), +(3455, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(3455, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3455, 6, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3455, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3455, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3455, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3456, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3456, 2, 1012021, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 20-21'), +(3456, 3, 1022021, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 20-21'), +(3456, 4, 1032021, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 20-21'), +(3456, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3456, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3456, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3456, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3456, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3457, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3457, 2, 1012223, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 22-23'), +(3457, 3, 1022223, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 22-23'), +(3457, 4, 1032223, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 22-23'), +(3457, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3457, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3457, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3457, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3457, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3458, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3458, 2, 1012324, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 23-24'), +(3458, 3, 1022324, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 23-24'), +(3458, 4, 1032324, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 23-24'), +(3458, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3458, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3458, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3458, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3458, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3459, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3459, 2, 1012425, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-25'), +(3459, 3, 1022425, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-25'), +(3459, 4, 1032425, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-25'), +(3459, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3459, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3459, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3459, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3459, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3461, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3461, 2, 1011516, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 15-16'), +(3461, 3, 1021516, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 15-16'), +(3461, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3461, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3461, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3461, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3461, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3463, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3463, 2, 1011819, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 18-19'), +(3463, 3, 1021819, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 18-19'), +(3463, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(3463, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3463, 6, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3463, 7, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3463, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3463, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3465, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3465, 2, 1011717, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 17-17'), +(3465, 3, 1021717, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 17-17'), +(3465, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3465, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3465, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3465, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3465, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3466, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3466, 2, 1012021, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 20-21'), +(3466, 3, 1022021, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 20-21'), +(3466, 4, 1032021, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 20-21'), +(3466, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3466, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3466, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3466, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3466, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3467, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3467, 2, 1011616, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-16'), +(3467, 3, 1021616, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-16'), +(3467, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3467, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3467, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3467, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3467, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3471, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3471, 2, 1011616, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-16'), +(3471, 3, 1021616, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-16'), +(3471, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3471, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3471, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3471, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3471, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3472, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3472, 2, 1012525, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 25-25'), +(3472, 3, 1022525, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 25-25'), +(3472, 4, 1032525, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 25-25'), +(3472, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3472, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3472, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3472, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3472, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3473, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3473, 2, 1012424, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-24'), +(3473, 3, 1022424, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-24'), +(3473, 4, 1032424, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-24'), +(3473, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3473, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3473, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3473, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3473, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3474, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3474, 2, 1012222, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 22-22'), +(3474, 3, 1022222, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 22-22'), +(3474, 4, 1032222, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 22-22'), +(3474, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3474, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3474, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3474, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3474, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3476, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(3476, 2, 1022727, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 27-27'), +(3476, 3, 1032727, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 27-27'), +(3476, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3476, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3476, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3476, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3476, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(3503, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3503, 2, 1011819, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 18-19'), +(3503, 3, 1021819, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 18-19'), +(3503, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(3503, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3503, 6, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3503, 7, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3503, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3503, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3528, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(3528, 2, 1011415, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 14-15'), +(3528, 3, 1021415, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 14-15'), +(3528, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3528, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3528, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3528, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3528, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3530, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(3530, 2, 1011415, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 14-15'), +(3530, 3, 1021415, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 14-15'), +(3530, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3530, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3530, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3530, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3530, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3532, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(3532, 2, 1011415, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 14-15'), +(3532, 3, 1021415, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 14-15'), +(3532, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3532, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3532, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3532, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3532, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3566, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(3566, 2, 1010909, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-9'), +(3566, 3, 1020909, 1, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-9'), +(3566, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(3566, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3566, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(3566, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(3577, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3577, 2, 1011516, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 15-16'), +(3577, 3, 1021516, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 15-16'), +(3577, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3577, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3577, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3577, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3577, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3578, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3578, 2, 1011516, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 15-16'), +(3578, 3, 1021516, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 15-16'), +(3578, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3578, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3578, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3578, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3578, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3630, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3630, 2, 1011516, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 15-16'), +(3630, 3, 1021516, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 15-16'), +(3630, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3630, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3630, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3630, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3630, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3631, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3631, 2, 1011617, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-17'), +(3631, 3, 1021617, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-17'), +(3631, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3631, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3631, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3631, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3631, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3632, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3632, 2, 1011516, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 15-16'), +(3632, 3, 1021516, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 15-16'), +(3632, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3632, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3632, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3632, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3632, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3633, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3633, 2, 1011617, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-17'), +(3633, 3, 1021617, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-17'), +(3633, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3633, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3633, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3633, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3633, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3634, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(3634, 2, 1011515, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 15-15'), +(3634, 3, 1021515, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 15-15'), +(3634, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3634, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3634, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3634, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3634, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3638, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3638, 2, 1011617, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-17'), +(3638, 3, 1021617, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-17'), +(3638, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3638, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3638, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3638, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3638, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3641, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3641, 2, 1011617, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-17'), +(3641, 3, 1021617, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-17'), +(3641, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3641, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3641, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3641, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3641, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3655, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3655, 2, 1011717, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 17-17'), +(3655, 3, 1021717, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 17-17'), +(3655, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3655, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3655, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3655, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3655, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3660, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(3660, 2, 1023131, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 31-31'), +(3660, 3, 1033131, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 31-31'), +(3660, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(3660, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(3660, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3660, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(3660, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(3661, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(3661, 2, 1011515, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 15-15'), +(3661, 3, 1021515, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 15-15'), +(3661, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3661, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3661, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3661, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3661, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3662, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3662, 2, 1011717, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 17-17'), +(3662, 3, 1021717, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 17-17'), +(3662, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3662, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3662, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3662, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3662, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3664, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3664, 2, 1012424, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-24'), +(3664, 3, 1022424, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-24'), +(3664, 4, 1032424, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-24'), +(3664, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3664, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3664, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3664, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3664, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3667, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3667, 2, 1011616, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-16'), +(3667, 3, 1021616, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-16'), +(3667, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3667, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3667, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3667, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3667, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3692, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3692, 2, 1011919, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 19-19'), +(3692, 3, 1021919, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 19-19'), +(3692, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(3692, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3692, 6, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3692, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3692, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3692, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3696, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(3696, 2, 1023030, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 30-30'), +(3696, 3, 1033030, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 30-30'), +(3696, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3696, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(3696, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3696, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3696, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(3711, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3711, 2, 1012021, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 20-21'), +(3711, 3, 1022021, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 20-21'), +(3711, 4, 1032021, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 20-21'), +(3711, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3711, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3711, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3711, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3711, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3712, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3712, 2, 1011920, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 19-20'), +(3712, 3, 1021920, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 19-20'), +(3712, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(3712, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3712, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3712, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3712, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3712, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3713, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3713, 2, 1011819, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 18-19'), +(3713, 3, 1021819, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 18-19'), +(3713, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(3713, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3713, 6, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3713, 7, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3713, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3713, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3715, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3715, 2, 1011920, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 19-20'), +(3715, 3, 1021920, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 19-20'), +(3715, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(3715, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3715, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3715, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3715, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3715, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3717, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3717, 2, 1011819, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 18-19'), +(3717, 3, 1021819, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 18-19'), +(3717, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(3717, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3717, 6, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3717, 7, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3717, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3717, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3721, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3721, 2, 1011920, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 19-20'), +(3721, 3, 1021920, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 19-20'), +(3721, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(3721, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3721, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3721, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3721, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3721, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3725, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3725, 2, 1011819, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 18-19'), +(3725, 3, 1021819, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 18-19'), +(3725, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(3725, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3725, 6, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3725, 7, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3725, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3725, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3727, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3727, 2, 1012021, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 20-21'), +(3727, 3, 1022021, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 20-21'), +(3727, 4, 1032021, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 20-21'), +(3727, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3727, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3727, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3727, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3727, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3728, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3728, 2, 1011819, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 18-19'), +(3728, 3, 1021819, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 18-19'), +(3728, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(3728, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3728, 6, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3728, 7, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3728, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3728, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3730, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3730, 2, 1011920, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 19-20'), +(3730, 3, 1021920, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 19-20'), +(3730, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(3730, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3730, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3730, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3730, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3730, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3732, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3732, 2, 1011819, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 18-19'), +(3732, 3, 1021819, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 18-19'), +(3732, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(3732, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3732, 6, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3732, 7, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3732, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3732, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3733, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3733, 2, 1011819, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 18-19'), +(3733, 3, 1021819, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 18-19'), +(3733, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(3733, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3733, 6, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3733, 7, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3733, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3733, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3734, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3734, 2, 1012020, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 20-20'), +(3734, 3, 1022020, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 20-20'), +(3734, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(3734, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3734, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3734, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3734, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3734, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3736, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3736, 2, 1012323, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 23-23'), +(3736, 3, 1022323, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 23-23'), +(3736, 4, 1032323, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 23-23'), +(3736, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3736, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3736, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3736, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3736, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3737, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3737, 2, 1011920, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 19-20'), +(3737, 3, 1021920, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 19-20'), +(3737, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(3737, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3737, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3737, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3737, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3737, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3739, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3739, 2, 1011920, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 19-20'), +(3739, 3, 1021920, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 19-20'), +(3739, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(3739, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3739, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3739, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3739, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3739, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3740, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3740, 2, 1012021, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 20-21'), +(3740, 3, 1022021, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 20-21'), +(3740, 4, 1032021, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 20-21'), +(3740, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3740, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3740, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3740, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3740, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3742, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3742, 2, 1012021, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 20-21'), +(3742, 3, 1022021, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 20-21'), +(3742, 4, 1032021, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 20-21'), +(3742, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3742, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3742, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3742, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3742, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3743, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3743, 2, 1012324, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 23-24'), +(3743, 3, 1022324, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 23-24'), +(3743, 4, 1032324, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 23-24'), +(3743, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3743, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3743, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3743, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3743, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3745, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3745, 2, 1012324, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 23-24'), +(3745, 3, 1022324, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 23-24'), +(3745, 4, 1032324, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 23-24'), +(3745, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3745, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3745, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3745, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3745, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3746, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3746, 2, 1012425, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-25'), +(3746, 3, 1022425, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-25'), +(3746, 4, 1032425, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-25'), +(3746, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3746, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3746, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3746, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3746, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3748, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3748, 2, 1012425, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-25'), +(3748, 3, 1022425, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-25'), +(3748, 4, 1032425, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-25'), +(3748, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3748, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3748, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3748, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3748, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3749, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3749, 2, 1012425, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-25'), +(3749, 3, 1022425, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-25'), +(3749, 4, 1032425, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-25'), +(3749, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3749, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3749, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3749, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3749, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3750, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3750, 2, 1012324, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 23-24'), +(3750, 3, 1022324, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 23-24'), +(3750, 4, 1032324, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 23-24'), +(3750, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3750, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3750, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3750, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3750, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3752, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(3752, 2, 1022930, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 29-30'), +(3752, 3, 1032930, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 29-30'), +(3752, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3752, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(3752, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3752, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3752, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(3754, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(3754, 2, 1022829, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 28-29'), +(3754, 3, 1032829, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 28-29'), +(3754, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3754, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3754, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3754, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3754, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(3755, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(3755, 2, 1022829, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 28-29'), +(3755, 3, 1032829, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 28-29'), +(3755, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3755, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3755, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3755, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3755, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(3757, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(3757, 2, 1022930, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 29-30'), +(3757, 3, 1032930, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 29-30'), +(3757, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3757, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(3757, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3757, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3757, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(3758, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3758, 2, 1012525, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 25-25'), +(3758, 3, 1022526, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 25-26'), +(3758, 4, 1032526, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 25-26'), +(3758, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3758, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3758, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3758, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3758, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(3759, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(3759, 2, 1022627, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 26-27'), +(3759, 3, 1032627, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 26-27'), +(3759, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3759, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3759, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3759, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3759, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(3762, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(3762, 2, 1022626, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 26-26'), +(3762, 3, 1032626, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 26-26'), +(3762, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3762, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3762, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3762, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3762, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(3763, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(3763, 2, 1022627, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 26-27'), +(3763, 3, 1032627, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 26-27'), +(3763, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3763, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3763, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3763, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3763, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(3765, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(3765, 2, 1022627, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 26-27'), +(3765, 3, 1032627, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 26-27'), +(3765, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3765, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3765, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3765, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3765, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(3767, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(3767, 2, 1022728, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 27-28'), +(3767, 3, 1032728, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 27-28'), +(3767, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3767, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3767, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3767, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3767, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(3770, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(3770, 2, 1022728, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 27-28'), +(3770, 3, 1032728, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 27-28'), +(3770, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3770, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3770, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3770, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3770, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(3771, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(3771, 2, 1022627, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 26-27'), +(3771, 3, 1032627, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 26-27'), +(3771, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3771, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3771, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3771, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3771, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(3772, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3772, 2, 1012324, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 23-24'), +(3772, 3, 1022324, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 23-24'), +(3772, 4, 1032324, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 23-24'), +(3772, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3772, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3772, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3772, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3772, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3774, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3774, 2, 1012223, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 22-23'), +(3774, 3, 1022223, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 22-23'), +(3774, 4, 1032223, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 22-23'), +(3774, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3774, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3774, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3774, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3774, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3780, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3780, 2, 1012222, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 22-22'), +(3780, 3, 1022222, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 22-22'), +(3780, 4, 1032222, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 22-22'), +(3780, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3780, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3780, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3780, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3780, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3781, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3781, 2, 1012324, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 23-24'), +(3781, 3, 1022324, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 23-24'), +(3781, 4, 1032324, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 23-24'), +(3781, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3781, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3781, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3781, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3781, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3782, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3782, 2, 1012525, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 25-25'), +(3782, 3, 1022526, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 25-26'), +(3782, 4, 1032526, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 25-26'), +(3782, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3782, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3782, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3782, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3782, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(3783, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3783, 2, 1012223, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 22-23'), +(3783, 3, 1022223, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 22-23'), +(3783, 4, 1032223, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 22-23'), +(3783, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3783, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3783, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3783, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3783, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3784, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(3784, 2, 1022627, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 26-27'), +(3784, 3, 1032627, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 26-27'), +(3784, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3784, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3784, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3784, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3784, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(3789, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(3789, 2, 1022829, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 28-29'), +(3789, 3, 1032829, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 28-29'), +(3789, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3789, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3789, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3789, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3789, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(3791, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(3791, 2, 1022930, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 29-30'), +(3791, 3, 1032930, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 29-30'), +(3791, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3791, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(3791, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3791, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3791, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(3797, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3797, 2, 1012525, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 25-25'), +(3797, 3, 1022526, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 25-26'), +(3797, 4, 1032526, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 25-26'), +(3797, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3797, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3797, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3797, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3797, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(3801, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(3801, 2, 1022829, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 28-29'), +(3801, 3, 1032829, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 28-29'), +(3801, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3801, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3801, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3801, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3801, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(3802, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(3802, 2, 1022930, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 29-30'), +(3802, 3, 1032930, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 29-30'), +(3802, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3802, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(3802, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3802, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3802, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(3803, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(3803, 2, 1022930, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 29-30'), +(3803, 3, 1032930, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 29-30'), +(3803, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3803, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(3803, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3803, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3803, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(3804, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(3804, 2, 1022829, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 28-29'), +(3804, 3, 1032829, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 28-29'), +(3804, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3804, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3804, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3804, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3804, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(3806, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(3806, 2, 1022930, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 29-30'), +(3806, 3, 1032930, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 29-30'), +(3806, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3806, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(3806, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3806, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3806, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(3807, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(3807, 2, 1022930, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 29-30'), +(3807, 3, 1032930, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 29-30'), +(3807, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3807, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(3807, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3807, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3807, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(3808, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(3808, 2, 1022829, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 28-29'), +(3808, 3, 1032829, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 28-29'), +(3808, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3808, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3808, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3808, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3808, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(3809, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3809, 2, 1012122, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 21-22'), +(3809, 3, 1022122, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 21-22'), +(3809, 4, 1032122, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 21-22'), +(3809, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3809, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3809, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3809, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3809, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3810, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3810, 2, 1012525, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 25-25'), +(3810, 3, 1022526, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 25-26'), +(3810, 4, 1032526, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 25-26'), +(3810, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3810, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3810, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3810, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3810, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(3811, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(3811, 2, 1022930, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 29-30'), +(3811, 3, 1032930, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 29-30'), +(3811, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3811, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(3811, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3811, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3811, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(3812, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3812, 2, 1011920, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 19-20'), +(3812, 3, 1021920, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 19-20'), +(3812, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(3812, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3812, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3812, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3812, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3812, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3814, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3814, 2, 1012021, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 20-21'), +(3814, 3, 1022021, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 20-21'), +(3814, 4, 1032021, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 20-21'), +(3814, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3814, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3814, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3814, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3814, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3815, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(3815, 2, 1022626, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 26-26'), +(3815, 3, 1032626, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 26-26'), +(3815, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3815, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3815, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3815, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3815, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(3816, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3816, 2, 1011819, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 18-19'), +(3816, 3, 1021819, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 18-19'), +(3816, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(3816, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3816, 6, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3816, 7, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3816, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3816, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3817, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3817, 2, 1012223, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 22-23'), +(3817, 3, 1022223, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 22-23'), +(3817, 4, 1032223, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 22-23'), +(3817, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3817, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3817, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3817, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3817, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3818, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(3818, 2, 1022627, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 26-27'), +(3818, 3, 1032627, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 26-27'), +(3818, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3818, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3818, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3818, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3818, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(3819, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3819, 2, 1012021, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 20-21'), +(3819, 3, 1022021, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 20-21'), +(3819, 4, 1032021, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 20-21'), +(3819, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3819, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3819, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3819, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3819, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3820, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3820, 2, 1012425, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-25'), +(3820, 3, 1022425, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-25'), +(3820, 4, 1032425, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-25'), +(3820, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3820, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3820, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3820, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3820, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3821, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(3821, 2, 1022829, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 28-29'), +(3821, 3, 1032829, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 28-29'), +(3821, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3821, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3821, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3821, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3821, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(3823, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3823, 2, 1011920, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 19-20'), +(3823, 3, 1021920, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 19-20'), +(3823, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(3823, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3823, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3823, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3823, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3823, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3824, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3824, 2, 1012324, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 23-24'), +(3824, 3, 1022324, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 23-24'), +(3824, 4, 1032324, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 23-24'), +(3824, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3824, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3824, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3824, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3824, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3825, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(3825, 2, 1022728, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 27-28'), +(3825, 3, 1032728, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 27-28'), +(3825, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3825, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3825, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3825, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3825, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(3833, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(3833, 2, 1022627, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 26-27'), +(3833, 3, 1032627, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 26-27'), +(3833, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3833, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3833, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3833, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3833, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(3834, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(3834, 2, 1022728, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 27-28'), +(3834, 3, 1032728, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 27-28'), +(3834, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3834, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3834, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3834, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3834, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(3917, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3917, 2, 1012424, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-24'), +(3917, 3, 1022424, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-24'), +(3917, 4, 1032424, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-24'), +(3917, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3917, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3917, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3917, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3917, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3919, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(3919, 2, 1022627, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 26-27'), +(3919, 3, 1032627, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 26-27'), +(3919, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3919, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3919, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3919, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3919, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(3921, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3921, 2, 1012324, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 23-24'), +(3921, 3, 1022324, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 23-24'), +(3921, 4, 1032324, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 23-24'), +(3921, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3921, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3921, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3921, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3921, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3922, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3922, 2, 1012324, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 23-24'), +(3922, 3, 1022324, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 23-24'), +(3922, 4, 1032324, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 23-24'), +(3922, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3922, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3922, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3922, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3922, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3923, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3923, 2, 1012324, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 23-24'), +(3923, 3, 1022324, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 23-24'), +(3923, 4, 1032324, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 23-24'), +(3923, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3923, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3923, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3923, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3923, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3924, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3924, 2, 1012324, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 23-24'), +(3924, 3, 1022324, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 23-24'), +(3924, 4, 1032324, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 23-24'), +(3924, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3924, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3924, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3924, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3924, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3925, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3925, 2, 1012324, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 23-24'), +(3925, 3, 1022324, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 23-24'), +(3925, 4, 1032324, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 23-24'), +(3925, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3925, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3925, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3925, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3925, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3926, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3926, 2, 1012324, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 23-24'), +(3926, 3, 1022324, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 23-24'), +(3926, 4, 1032324, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 23-24'), +(3926, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3926, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3926, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3926, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3926, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3928, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3928, 2, 1012121, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 21-21'), +(3928, 3, 1022121, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 21-21'), +(3928, 4, 1032121, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 21-21'), +(3928, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3928, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3928, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3928, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3928, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3931, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(3931, 2, 1023030, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 30-30'), +(3931, 3, 1033030, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 30-30'), +(3931, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3931, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(3931, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3931, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3931, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(3932, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(3932, 2, 1022728, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 27-28'), +(3932, 3, 1032728, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 27-28'), +(3932, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3932, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3932, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3932, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3932, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(3940, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(3940, 2, 1023232, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 32-32'), +(3940, 3, 1033232, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 32-32'), +(3940, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(3940, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(3940, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3940, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(3940, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(3941, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(3941, 2, 1023232, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 32-32'), +(3941, 3, 1033232, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 32-32'), +(3941, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(3941, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(3941, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3941, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(3941, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(3942, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(3942, 2, 1023232, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 32-32'), +(3942, 3, 1033232, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 32-32'), +(3942, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(3942, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(3942, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3942, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(3942, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(3943, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3943, 2, 1012222, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 22-22'), +(3943, 3, 1022222, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 22-22'), +(3943, 4, 1032222, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 22-22'), +(3943, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3943, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3943, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3943, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3943, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3944, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3944, 2, 1012021, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 20-21'), +(3944, 3, 1022021, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 20-21'), +(3944, 4, 1032021, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 20-21'), +(3944, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3944, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3944, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3944, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3944, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3986, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3986, 2, 1012525, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 25-25'), +(3986, 3, 1022525, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 25-25'), +(3986, 4, 1032525, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 25-25'), +(3986, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3986, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3986, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3986, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3986, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3987, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3987, 2, 1012525, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 25-25'), +(3987, 3, 1022525, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 25-25'), +(3987, 4, 1032525, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 25-25'), +(3987, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3987, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3987, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3987, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3987, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3988, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3988, 2, 1011920, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 19-20'), +(3988, 3, 1021920, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 19-20'), +(3988, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(3988, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3988, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3988, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3988, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3988, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3989, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3989, 2, 1011819, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 18-19'), +(3989, 3, 1021819, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 18-19'), +(3989, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(3989, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3989, 6, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3989, 7, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3989, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3989, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(3991, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3991, 2, 1011920, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 19-20'), +(3991, 3, 1021920, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 19-20'), +(3991, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(3991, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3991, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3991, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3991, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3991, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3992, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3992, 2, 1012021, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 20-21'), +(3992, 3, 1022021, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 20-21'), +(3992, 4, 1032021, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 20-21'), +(3992, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3992, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3992, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3992, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3992, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3993, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3993, 2, 1012122, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 21-22'), +(3993, 3, 1022122, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 21-22'), +(3993, 4, 1032122, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 21-22'), +(3993, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3993, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3993, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3993, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3993, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(3994, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(3994, 2, 1023030, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 30-30'), +(3994, 3, 1033030, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 30-30'), +(3994, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3994, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(3994, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3994, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3994, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(3999, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3999, 2, 1012122, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 21-22'), +(3999, 3, 1022122, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 21-22'), +(3999, 4, 1032122, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 21-22'), +(3999, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3999, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3999, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3999, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3999, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(4003, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(4003, 2, 1012021, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 20-21'), +(4003, 3, 1022021, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 20-21'), +(4003, 4, 1032021, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 20-21'), +(4003, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4003, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4003, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4003, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4003, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(4004, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(4004, 2, 1012122, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 21-22'), +(4004, 3, 1022122, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 21-22'), +(4004, 4, 1032122, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 21-22'), +(4004, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4004, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4004, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4004, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4004, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(4005, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(4005, 2, 1011617, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-17'), +(4005, 3, 1021617, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-17'), +(4005, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(4005, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(4005, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(4005, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(4005, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(4006, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(4006, 2, 1011920, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 19-20'), +(4006, 3, 1021920, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 19-20'), +(4006, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(4006, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(4006, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4006, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4006, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(4006, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(4007, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(4007, 2, 1011718, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 17-18'), +(4007, 3, 1021718, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 17-18'), +(4007, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(4007, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(4007, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(4007, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(4007, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(4008, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(4008, 2, 1011616, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-16'), +(4008, 3, 1021616, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-16'), +(4008, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(4008, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(4008, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(4008, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(4008, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(4009, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(4009, 2, 1011819, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 18-19'), +(4009, 3, 1021819, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 18-19'), +(4009, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(4009, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(4009, 6, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(4009, 7, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(4009, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(4009, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(4011, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(4011, 2, 1011920, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 19-20'), +(4011, 3, 1021920, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 19-20'), +(4011, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(4011, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(4011, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4011, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4011, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(4011, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(4012, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(4012, 2, 1012122, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 21-22'), +(4012, 3, 1022122, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 21-22'), +(4012, 4, 1032122, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 21-22'), +(4012, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4012, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4012, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4012, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4012, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(4013, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(4013, 2, 1012324, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 23-24'), +(4013, 3, 1022324, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 23-24'), +(4013, 4, 1032324, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 23-24'), +(4013, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4013, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4013, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4013, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4013, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(4014, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(4014, 2, 1012223, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 22-23'), +(4014, 3, 1022223, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 22-23'), +(4014, 4, 1032223, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 22-23'), +(4014, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4014, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4014, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4014, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4014, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(4016, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(4016, 2, 1012425, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-25'), +(4016, 3, 1022425, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-25'), +(4016, 4, 1032425, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-25'), +(4016, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4016, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4016, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4016, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4016, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(4017, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(4017, 2, 1022627, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 26-27'), +(4017, 3, 1032627, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 26-27'), +(4017, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4017, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4017, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4017, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4017, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(4018, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(4018, 2, 1012223, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 22-23'), +(4018, 3, 1022223, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 22-23'), +(4018, 4, 1032223, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 22-23'), +(4018, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4018, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4018, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4018, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4018, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(4019, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(4019, 2, 1012425, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-25'), +(4019, 3, 1022425, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-25'), +(4019, 4, 1032425, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-25'), +(4019, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4019, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4019, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4019, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4019, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(4020, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(4020, 2, 1012223, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 22-23'), +(4020, 3, 1022223, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 22-23'), +(4020, 4, 1032223, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 22-23'), +(4020, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4020, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4020, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4020, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4020, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(4021, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(4021, 2, 1012425, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-25'), +(4021, 3, 1022425, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-25'), +(4021, 4, 1032425, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-25'), +(4021, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4021, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4021, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4021, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4021, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(4022, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(4022, 2, 1012324, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 23-24'), +(4022, 3, 1022324, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 23-24'), +(4022, 4, 1032324, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 23-24'), +(4022, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4022, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4022, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4022, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4022, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(4023, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(4023, 2, 1012525, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 25-25'), +(4023, 3, 1022526, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 25-26'), +(4023, 4, 1032526, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 25-26'), +(4023, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4023, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4023, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4023, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4023, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(4024, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(4024, 2, 1012525, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 25-25'), +(4024, 3, 1022526, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 25-26'), +(4024, 4, 1032526, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 25-26'), +(4024, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4024, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4024, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4024, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4024, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(4025, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(4025, 2, 1012324, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 23-24'), +(4025, 3, 1022324, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 23-24'), +(4025, 4, 1032324, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 23-24'), +(4025, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4025, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4025, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4025, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4025, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(4026, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(4026, 2, 1012425, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-25'), +(4026, 3, 1022425, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-25'), +(4026, 4, 1032425, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-25'), +(4026, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4026, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4026, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4026, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4026, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(4027, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(4027, 2, 1022627, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 26-27'), +(4027, 3, 1032627, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 26-27'), +(4027, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4027, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4027, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4027, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4027, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(4028, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(4028, 2, 1012525, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 25-25'), +(4028, 3, 1022526, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 25-26'), +(4028, 4, 1032526, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 25-26'), +(4028, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4028, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4028, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4028, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4028, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(4029, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(4029, 2, 1022728, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 27-28'), +(4029, 3, 1032728, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 27-28'), +(4029, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4029, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4029, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4029, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4029, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(4031, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(4031, 2, 1022626, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 26-26'), +(4031, 3, 1032626, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 26-26'), +(4031, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4031, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4031, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4031, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4031, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(4032, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(4032, 2, 1012424, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-24'), +(4032, 3, 1022424, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-24'), +(4032, 4, 1032424, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-24'), +(4032, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4032, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4032, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4032, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4032, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(4034, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(4034, 2, 1012425, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-25'), +(4034, 3, 1022425, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-25'), +(4034, 4, 1032425, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-25'), +(4034, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4034, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4034, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4034, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4034, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(4035, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(4035, 2, 1022627, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 26-27'), +(4035, 3, 1032627, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 26-27'), +(4035, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4035, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4035, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4035, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4035, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(4036, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(4036, 2, 1012324, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 23-24'), +(4036, 3, 1022324, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 23-24'), +(4036, 4, 1032324, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 23-24'), +(4036, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4036, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4036, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4036, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4036, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(4037, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(4037, 2, 1012425, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-25'), +(4037, 3, 1022425, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-25'), +(4037, 4, 1032425, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-25'); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(4037, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4037, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4037, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4037, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4037, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(4038, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(4038, 2, 1022627, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 26-27'), +(4038, 3, 1032627, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 26-27'), +(4038, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4038, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4038, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4038, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4038, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(4040, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(4040, 2, 1012122, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 21-22'), +(4040, 3, 1022122, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 21-22'), +(4040, 4, 1032122, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 21-22'), +(4040, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4040, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4040, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4040, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4040, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(4041, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(4041, 2, 1022728, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 27-28'), +(4041, 3, 1032728, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 27-28'), +(4041, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4041, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4041, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4041, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4041, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(4042, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(4042, 2, 1012525, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 25-25'), +(4042, 3, 1022526, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 25-26'), +(4042, 4, 1032526, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 25-26'), +(4042, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4042, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4042, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4042, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4042, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(4044, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(4044, 2, 1012324, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 23-24'), +(4044, 3, 1022324, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 23-24'), +(4044, 4, 1032324, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 23-24'), +(4044, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4044, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4044, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4044, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4044, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(4050, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(4050, 2, 1012525, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 25-25'), +(4050, 3, 1022526, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 25-26'), +(4050, 4, 1032526, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 25-26'), +(4050, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4050, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4050, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4050, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4050, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(4051, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(4051, 2, 1012324, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 23-24'), +(4051, 3, 1022324, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 23-24'), +(4051, 4, 1032324, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 23-24'), +(4051, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4051, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4051, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4051, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4051, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(4052, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(4052, 2, 1022627, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 26-27'), +(4052, 3, 1032627, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 26-27'), +(4052, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4052, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4052, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4052, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4052, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(4053, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(4053, 2, 1012424, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-24'), +(4053, 3, 1022424, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-24'), +(4053, 4, 1032424, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-24'), +(4053, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4053, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4053, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4053, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4053, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(4054, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(4054, 2, 1012425, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-25'), +(4054, 3, 1022425, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-25'), +(4054, 4, 1032425, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-25'), +(4054, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4054, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4054, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4054, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4054, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(4056, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(4056, 2, 1022627, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 26-27'), +(4056, 3, 1032627, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 26-27'), +(4056, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4056, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4056, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4056, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4056, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(4057, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(4057, 2, 1012425, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-25'), +(4057, 3, 1022425, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-25'), +(4057, 4, 1032425, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-25'), +(4057, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4057, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4057, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4057, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4057, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(4061, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(4061, 2, 1012525, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 25-25'), +(4061, 3, 1022526, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 25-26'), +(4061, 4, 1032526, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 25-26'), +(4061, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4061, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4061, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4061, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4061, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(4062, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4062, 2, 1023031, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 30-31'), +(4062, 3, 1033031, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 30-31'), +(4062, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4062, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4062, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4062, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4062, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4063, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4063, 2, 1023939, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 39-39'), +(4063, 3, 1033939, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 39-39'), +(4063, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(4063, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4063, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4063, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4063, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4063, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4064, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(4064, 2, 1012021, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 20-21'), +(4064, 3, 1022021, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 20-21'), +(4064, 4, 1032021, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 20-21'), +(4064, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4064, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4064, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4064, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4064, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(4065, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(4065, 2, 1012122, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 21-22'), +(4065, 3, 1022122, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 21-22'), +(4065, 4, 1032122, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 21-22'), +(4065, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4065, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4065, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4065, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4065, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(4067, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(4067, 2, 1012324, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 23-24'), +(4067, 3, 1022324, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 23-24'), +(4067, 4, 1032324, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 23-24'), +(4067, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4067, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4067, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4067, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4067, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(4070, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(4070, 2, 1012021, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 20-21'), +(4070, 3, 1022021, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 20-21'), +(4070, 4, 1032021, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 20-21'), +(4070, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4070, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4070, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4070, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4070, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(4073, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(4073, 2, 1012323, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 23-23'), +(4073, 3, 1022323, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 23-23'), +(4073, 4, 1032323, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 23-23'), +(4073, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4073, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4073, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4073, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4073, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(4074, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(4074, 2, 1012323, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 23-23'), +(4074, 3, 1022323, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 23-23'), +(4074, 4, 1032323, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 23-23'), +(4074, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4074, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4074, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4074, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4074, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(4093, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(4093, 2, 1012525, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 25-25'), +(4093, 3, 1022526, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 25-26'), +(4093, 4, 1032526, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 25-26'), +(4093, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4093, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4093, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4093, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4093, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(4094, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(4094, 2, 1012425, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-25'), +(4094, 3, 1022425, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-25'), +(4094, 4, 1032425, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-25'), +(4094, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4094, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4094, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4094, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4094, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(4095, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(4095, 2, 1022728, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 27-28'), +(4095, 3, 1032728, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 27-28'), +(4095, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4095, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4095, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4095, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4095, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(4096, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(4096, 2, 1012425, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-25'), +(4096, 3, 1022425, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-25'), +(4096, 4, 1032425, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-25'), +(4096, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4096, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4096, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4096, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4096, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(4097, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(4097, 2, 1022627, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 26-27'), +(4097, 3, 1032627, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 26-27'), +(4097, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4097, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4097, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4097, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4097, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(4099, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(4099, 2, 1022627, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 26-27'), +(4099, 3, 1032627, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 26-27'), +(4099, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4099, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4099, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4099, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4099, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(4100, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(4100, 2, 1022829, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 28-29'), +(4100, 3, 1032829, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 28-29'), +(4100, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4100, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4100, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4100, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4100, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(4101, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(4101, 2, 1022930, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 29-30'), +(4101, 3, 1032930, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 29-30'), +(4101, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4101, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4101, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4101, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4101, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(4104, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(4104, 2, 1023030, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 30-30'), +(4104, 3, 1033030, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 30-30'), +(4104, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4104, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4104, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4104, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4104, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(4107, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(4107, 2, 1022829, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 28-29'), +(4107, 3, 1032829, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 28-29'), +(4107, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4107, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4107, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4107, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4107, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(4109, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(4109, 2, 1022829, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 28-29'), +(4109, 3, 1032829, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 28-29'), +(4109, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4109, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4109, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4109, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4109, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(4110, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4110, 2, 1023031, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 30-31'), +(4110, 3, 1033031, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 30-31'), +(4110, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4110, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4110, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4110, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4110, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4111, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(4111, 2, 1022627, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 26-27'), +(4111, 3, 1032627, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 26-27'), +(4111, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4111, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4111, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4111, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4111, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(4112, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(4112, 2, 1012525, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 25-25'), +(4112, 3, 1022526, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 25-26'), +(4112, 4, 1032526, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 25-26'), +(4112, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4112, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4112, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4112, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4112, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(4114, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(4114, 2, 1022728, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 27-28'), +(4114, 3, 1032728, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 27-28'), +(4114, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4114, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4114, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4114, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4114, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(4116, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(4116, 2, 1022930, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 29-30'), +(4116, 3, 1032930, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 29-30'), +(4116, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4116, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4116, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4116, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4116, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(4117, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(4117, 2, 1012525, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 25-25'), +(4117, 3, 1022526, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 25-26'), +(4117, 4, 1032526, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 25-26'), +(4117, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4117, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4117, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4117, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4117, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(4118, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(4118, 2, 1022727, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 27-27'), +(4118, 3, 1032727, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 27-27'), +(4118, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4118, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4118, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4118, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4118, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(4119, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(4119, 2, 1022828, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 28-28'), +(4119, 3, 1032828, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 28-28'), +(4119, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4119, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4119, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4119, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4119, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(4120, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(4120, 2, 1022829, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 28-29'), +(4120, 3, 1032829, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 28-29'), +(4120, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4120, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4120, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4120, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4120, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(4124, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(4124, 2, 1022728, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 27-28'), +(4124, 3, 1032728, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 27-28'), +(4124, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4124, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4124, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4124, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4124, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(4126, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(4126, 2, 1012525, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 25-25'), +(4126, 3, 1022526, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 25-26'), +(4126, 4, 1032526, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 25-26'), +(4126, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4126, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4126, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4126, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4126, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(4127, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(4127, 2, 1011516, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 15-16'), +(4127, 3, 1021516, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 15-16'), +(4127, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(4127, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(4127, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(4127, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(4127, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(4128, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(4128, 2, 1012223, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 22-23'), +(4128, 3, 1022223, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 22-23'), +(4128, 4, 1032223, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 22-23'), +(4128, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4128, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4128, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4128, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4128, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(4129, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(4129, 2, 1011819, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 18-19'), +(4129, 3, 1021819, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 18-19'), +(4129, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(4129, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(4129, 6, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(4129, 7, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(4129, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(4129, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(4130, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4130, 2, 1023233, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 32-33'), +(4130, 3, 1033233, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 32-33'), +(4130, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4130, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4130, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4130, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4130, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4131, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4131, 2, 1023435, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 34-35'), +(4131, 3, 1033435, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 34-35'), +(4131, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4131, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4131, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4131, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4131, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4133, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4133, 2, 1023334, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 33-34'), +(4133, 3, 1033334, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 33-34'), +(4133, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4133, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4133, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4133, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4133, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4139, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4139, 2, 1023334, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 33-34'), +(4139, 3, 1033334, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 33-34'), +(4139, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4139, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4139, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4139, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4139, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4140, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4140, 2, 1023132, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 31-32'), +(4140, 3, 1033132, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 31-32'), +(4140, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4140, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4140, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4140, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4140, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4142, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4142, 2, 1023031, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 30-31'), +(4142, 3, 1033031, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 30-31'), +(4142, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4142, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4142, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4142, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4142, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4143, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4143, 2, 1023435, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 34-35'), +(4143, 3, 1033435, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 34-35'), +(4143, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4143, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4143, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4143, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4143, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4144, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4144, 2, 1023233, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 32-33'), +(4144, 3, 1033233, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 32-33'), +(4144, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4144, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4144, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4144, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4144, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4147, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4147, 2, 1023031, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 30-31'), +(4147, 3, 1033031, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 30-31'), +(4147, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4147, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4147, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4147, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4147, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4150, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4150, 2, 1023435, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 34-35'), +(4150, 3, 1033435, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 34-35'), +(4150, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4150, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4150, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4150, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4150, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4151, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4151, 2, 1023233, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 32-33'), +(4151, 3, 1033233, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 32-33'), +(4151, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4151, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4151, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4151, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4151, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4154, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4154, 2, 1023131, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 31-31'), +(4154, 3, 1033131, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 31-31'), +(4154, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4154, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4154, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4154, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4154, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4158, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4158, 2, 1023333, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 33-33'), +(4158, 3, 1033333, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 33-33'), +(4158, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4158, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4158, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4158, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4158, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4202, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(4202, 2, 1022727, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 27-27'), +(4202, 3, 1032727, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 27-27'), +(4202, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4202, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4202, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4202, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4202, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(4248, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(4248, 2, 1022627, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 26-27'), +(4248, 3, 1032627, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 26-27'), +(4248, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4248, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4248, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4248, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4248, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(4249, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(4249, 2, 1022829, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 28-29'), +(4249, 3, 1032829, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 28-29'), +(4249, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4249, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4249, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4249, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4249, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(4250, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(4250, 2, 1012424, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-24'), +(4250, 3, 1022424, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-24'), +(4250, 4, 1032424, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-24'), +(4250, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4250, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4250, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4250, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4250, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(4260, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4260, 2, 1023737, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 37-37'), +(4260, 3, 1033737, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 37-37'), +(4260, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4260, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4260, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4260, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4260, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4273, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(4273, 2, 1022929, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 29-29'), +(4273, 3, 1032929, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 29-29'), +(4273, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4273, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4273, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4273, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4273, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(4280, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(4280, 2, 1022930, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 29-30'), +(4280, 3, 1032930, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 29-30'), +(4280, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4280, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4280, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4280, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4280, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(4281, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(4281, 2, 1022930, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 29-30'), +(4281, 3, 1032930, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 29-30'), +(4281, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4281, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4281, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4281, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4281, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(4282, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(4282, 2, 1022930, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 29-30'), +(4282, 3, 1032930, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 29-30'), +(4282, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4282, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4282, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4282, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4282, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(4283, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4283, 2, 1023031, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 30-31'), +(4283, 3, 1033031, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 30-31'), +(4283, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4283, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4283, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4283, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4283, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4284, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4284, 2, 1023031, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 30-31'), +(4284, 3, 1033031, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 30-31'), +(4284, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4284, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4284, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4284, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4284, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4285, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4285, 2, 1023031, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 30-31'), +(4285, 3, 1033031, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 30-31'), +(4285, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4285, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4285, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4285, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4285, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4316, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(4316, 2, 1011313, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 13-13'), +(4316, 3, 1021313, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 13-13'), +(4316, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(4316, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(4316, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(4316, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(4316, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(4323, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4323, 2, 1023940, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 39-40'), +(4323, 3, 1033940, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 39-40'), +(4323, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(4323, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4323, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(4323, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4323, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4323, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4324, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4324, 2, 1023940, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 39-40'), +(4324, 3, 1033940, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 39-40'), +(4324, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(4324, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4324, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(4324, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4324, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4324, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4328, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(4328, 2, 1024041, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 40-41'), +(4328, 3, 1034041, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 40-41'), +(4328, 4, 1044041, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 40-41'), +(4328, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(4328, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(4328, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4328, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(4328, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(4329, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4329, 2, 1023940, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 39-40'), +(4329, 3, 1033940, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 39-40'), +(4329, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(4329, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4329, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(4329, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4329, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4329, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4331, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(4331, 2, 1024041, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 40-41'), +(4331, 3, 1034041, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 40-41'), +(4331, 4, 1044041, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 40-41'), +(4331, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(4331, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(4331, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4331, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(4331, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(4334, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(4334, 2, 1024142, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 41-42'), +(4334, 3, 1034142, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 41-42'), +(4334, 4, 1044142, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 41-42'), +(4334, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(4334, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(4334, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4334, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(4334, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(4341, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4341, 2, 1023536, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 35-36'), +(4341, 3, 1033536, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 35-36'), +(4341, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4341, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4341, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4341, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4341, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4343, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4343, 2, 1023738, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 37-38'), +(4343, 3, 1033738, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 37-38'), +(4343, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(4343, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4343, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4343, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4343, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4343, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4344, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4344, 2, 1023839, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 38-39'), +(4344, 3, 1033839, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 38-39'), +(4344, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(4344, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4344, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4344, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4344, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4344, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4345, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4345, 2, 1023940, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 39-40'), +(4345, 3, 1033940, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 39-40'), +(4345, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(4345, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4345, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(4345, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4345, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4345, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4346, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4346, 2, 1023536, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 35-36'), +(4346, 3, 1033536, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 35-36'), +(4346, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4346, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4346, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4346, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4346, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4347, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4347, 2, 1023738, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 37-38'), +(4347, 3, 1033738, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 37-38'), +(4347, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(4347, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4347, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4347, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4347, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4347, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4348, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4348, 2, 1023839, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 38-39'), +(4348, 3, 1033839, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 38-39'), +(4348, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(4348, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4348, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4348, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4348, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4348, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4351, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4351, 2, 1023637, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-37'), +(4351, 3, 1033637, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-37'), +(4351, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4351, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4351, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4351, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4351, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4352, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4352, 2, 1023637, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-37'), +(4352, 3, 1033637, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-37'), +(4352, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4352, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4352, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4352, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4352, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4356, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4356, 2, 1023939, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 39-39'), +(4356, 3, 1033939, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 39-39'), +(4356, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(4356, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4356, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4356, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4356, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4356, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4357, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4357, 2, 1023839, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 38-39'), +(4357, 3, 1033839, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 38-39'), +(4357, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(4357, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4357, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4357, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4357, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4357, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4359, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4359, 2, 1023637, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-37'), +(4359, 3, 1033637, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-37'), +(4359, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4359, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4359, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4359, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4359, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4361, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4361, 2, 1023637, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-37'), +(4361, 3, 1033637, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-37'), +(4361, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4361, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4361, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4361, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4361, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4362, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4362, 2, 1023637, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-37'), +(4362, 3, 1033637, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-37'), +(4362, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4362, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4362, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4362, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4362, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4363, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4363, 2, 1023637, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-37'), +(4363, 3, 1033637, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-37'), +(4363, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4363, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4363, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4363, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4363, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4376, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4376, 2, 1023637, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-37'), +(4376, 3, 1033637, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-37'), +(4376, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4376, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4376, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4376, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4376, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4378, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4378, 2, 1023637, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-37'), +(4378, 3, 1033637, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-37'), +(4378, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4378, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4378, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4378, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4378, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4379, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4379, 2, 1023637, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-37'), +(4379, 3, 1033637, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-37'), +(4379, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4379, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4379, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4379, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4379, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4382, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4382, 2, 1023637, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-37'), +(4382, 3, 1033637, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-37'), +(4382, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4382, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4382, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4382, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4382, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4385, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4385, 2, 1023637, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-37'), +(4385, 3, 1033637, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-37'), +(4385, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4385, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4385, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4385, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4385, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4387, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4387, 2, 1023738, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 37-38'), +(4387, 3, 1033738, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 37-38'), +(4387, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(4387, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4387, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4387, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4387, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4387, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4388, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4388, 2, 1023435, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 34-35'), +(4388, 3, 1033435, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 34-35'), +(4388, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4388, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4388, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4388, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4388, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4389, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4389, 2, 1023637, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-37'), +(4389, 3, 1033637, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-37'), +(4389, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4389, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4389, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4389, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4389, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4390, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4390, 2, 1023738, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 37-38'), +(4390, 3, 1033738, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 37-38'), +(4390, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(4390, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4390, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4390, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4390, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4390, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4393, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4393, 2, 1024040, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 39-40'), +(4393, 3, 1034040, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 39-40'), +(4393, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(4393, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4393, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(4393, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4393, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(4393, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4394, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4394, 2, 1023940, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 39-40'), +(4394, 3, 1033940, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 39-40'), +(4394, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(4394, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4394, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(4394, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4394, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4394, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4397, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4397, 2, 1023536, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 35-36'), +(4397, 3, 1033536, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 35-36'), +(4397, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4397, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4397, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4397, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4397, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4401, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4401, 2, 1023536, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 35-36'), +(4401, 3, 1033536, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 35-36'), +(4401, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4401, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4401, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4401, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4401, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4403, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4403, 2, 1023536, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 35-36'), +(4403, 3, 1033536, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 35-36'), +(4403, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4403, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4403, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4403, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4403, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4404, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4404, 2, 1023536, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 35-36'), +(4404, 3, 1033536, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 35-36'), +(4404, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4404, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4404, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4404, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4404, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4409, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(4409, 2, 1012525, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 25-25'), +(4409, 3, 1022525, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 25-25'), +(4409, 4, 1032525, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 25-25'), +(4409, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4409, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4409, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4409, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4409, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(4412, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4412, 2, 1023738, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 37-38'), +(4412, 3, 1033738, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 37-38'), +(4412, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(4412, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4412, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4412, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4412, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4412, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4414, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4414, 2, 1023637, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-37'), +(4414, 3, 1033637, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-37'), +(4414, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4414, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4414, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4414, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4414, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4415, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4415, 2, 1023940, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 39-40'), +(4415, 3, 1033940, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 39-40'), +(4415, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(4415, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4415, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(4415, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4415, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4415, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4457, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4457, 2, 1023536, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 35-36'), +(4457, 3, 1033536, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 35-36'), +(4457, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4457, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4457, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4457, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4457, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4458, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4458, 2, 1023536, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 35-36'), +(4458, 3, 1033536, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 35-36'), +(4458, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4458, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4458, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4458, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4458, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4459, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4459, 2, 1023637, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-37'), +(4459, 3, 1033637, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-37'), +(4459, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4459, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4459, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4459, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4459, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4460, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4460, 2, 1023737, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 37-37'), +(4460, 3, 1033737, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 37-37'), +(4460, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4460, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4460, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4460, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4460, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4461, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4461, 2, 1023536, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 35-36'), +(4461, 3, 1033536, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 35-36'), +(4461, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4461, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4461, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4461, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4461, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4462, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(4462, 2, 1012324, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 23-24'), +(4462, 3, 1022324, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 23-24'), +(4462, 4, 1032324, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 23-24'), +(4462, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4462, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4462, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4462, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4462, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(4463, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(4463, 2, 1012222, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 22-22'), +(4463, 3, 1022222, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 22-22'), +(4463, 4, 1032222, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 22-22'), +(4463, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4463, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4463, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4463, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4463, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(4464, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(4464, 2, 1012425, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-25'), +(4464, 3, 1022425, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-25'), +(4464, 4, 1032425, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-25'), +(4464, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4464, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4464, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4464, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4464, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(4465, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(4465, 2, 1024546, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 45-46'), +(4465, 3, 1034546, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 45-46'), +(4465, 4, 1044546, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 45-46'), +(4465, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(4465, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(4465, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4465, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(4465, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(4466, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(4466, 2, 1024647, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 46-47'), +(4466, 3, 1034647, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 46-47'), +(4466, 4, 1044647, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 46-47'), +(4466, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(4466, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(4466, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4466, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(4466, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(4467, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(4467, 2, 1024647, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 46-47'), +(4467, 3, 1034647, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 46-47'), +(4467, 4, 1044647, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 46-47'), +(4467, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(4467, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(4467, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4467, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(4467, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(4468, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(4468, 2, 1024748, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 47-48'), +(4468, 3, 1034748, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 47-48'), +(4468, 4, 1044748, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 47-48'), +(4468, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(4468, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(4468, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4468, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(4468, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(4469, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(4469, 2, 1024647, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 46-47'), +(4469, 3, 1034647, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 46-47'), +(4469, 4, 1044647, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 46-47'), +(4469, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(4469, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(4469, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4469, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(4469, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(4472, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(4472, 2, 1025758, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 57-58'), +(4472, 3, 1035758, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 57-58'), +(4472, 4, 1045758, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 57-58'), +(4472, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(4472, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(4472, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(4472, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(4472, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(4474, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(4474, 2, 1025354, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 53-54'), +(4474, 3, 1035354, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 53-54'), +(4474, 4, 1045354, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 53-54'), +(4474, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(4474, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(4474, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(4474, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(4474, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(4475, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(4475, 2, 1025253, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 52-53'), +(4475, 3, 1035253, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 52-53'), +(4475, 4, 1045253, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 52-53'), +(4475, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(4475, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(4475, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(4475, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(4475, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(4479, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4479, 2, 1023333, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 33-33'), +(4479, 3, 1033333, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 33-33'), +(4479, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4479, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4479, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4479, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4479, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4480, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4480, 2, 1023535, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 35-35'), +(4480, 3, 1033535, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 35-35'), +(4480, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4480, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4480, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4480, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4480, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4481, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4481, 2, 1023434, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 34-34'), +(4481, 3, 1033434, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 34-34'), +(4481, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4481, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4481, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4481, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4481, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4493, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(4493, 2, 1025657, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 56-57'), +(4493, 3, 1035657, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 56-57'), +(4493, 4, 1045657, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 56-57'), +(4493, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(4493, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(4493, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(4493, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(4493, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(4494, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(4494, 2, 1025758, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 57-58'), +(4494, 3, 1035758, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 57-58'), +(4494, 4, 1045758, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 57-58'), +(4494, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(4494, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(4494, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(4494, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(4494, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(4499, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(4499, 2, 1023030, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 30-30'), +(4499, 3, 1033030, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 30-30'), +(4499, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4499, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4499, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4499, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4499, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(4505, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(4505, 2, 1024142, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 41-42'), +(4505, 3, 1034142, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 41-42'), +(4505, 4, 1044142, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 41-42'), +(4505, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(4505, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(4505, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4505, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(4505, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(4506, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(4506, 2, 1024041, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 40-41'), +(4506, 3, 1034041, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 40-41'), +(4506, 4, 1044041, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 40-41'), +(4506, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(4506, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(4506, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4506, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(4506, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(4548, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(4548, 2, 1023030, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 30-30'), +(4548, 3, 1033030, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 30-30'), +(4548, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4548, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4548, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4548, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4548, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(4619, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4619, 2, 1023232, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 32-32'), +(4619, 3, 1033232, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 32-32'), +(4619, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4619, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4619, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4619, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4619, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4632, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4632, 2, 1023031, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 30-31'), +(4632, 3, 1033031, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 30-31'), +(4632, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4632, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4632, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4632, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4632, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4633, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4633, 2, 1023031, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 30-31'), +(4633, 3, 1033031, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 30-31'), +(4633, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4633, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4633, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4633, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4633, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4634, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4634, 2, 1023132, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 31-32'), +(4634, 3, 1033132, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 31-32'), +(4634, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4634, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4634, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4634, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4634, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4635, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4635, 2, 1023132, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 31-32'), +(4635, 3, 1033132, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 31-32'), +(4635, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4635, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4635, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4635, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4635, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4636, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4636, 2, 1023233, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 32-33'), +(4636, 3, 1033233, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 32-33'), +(4636, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4636, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4636, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4636, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4636, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4637, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4637, 2, 1023233, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 32-33'), +(4637, 3, 1033233, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 32-33'), +(4637, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4637, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4637, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4637, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4637, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4638, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4638, 2, 1023333, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 33-33'), +(4638, 3, 1033333, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 33-33'), +(4638, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4638, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4638, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4638, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4638, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4639, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4639, 2, 1023233, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 32-33'), +(4639, 3, 1033233, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 32-33'), +(4639, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4639, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4639, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4639, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4639, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4640, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4640, 2, 1023334, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 33-34'), +(4640, 3, 1033334, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 33-34'), +(4640, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4640, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4640, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4640, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4640, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4641, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4641, 2, 1023334, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 33-34'), +(4641, 3, 1033334, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 33-34'), +(4641, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4641, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4641, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4641, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4641, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4642, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4642, 2, 1023435, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 34-35'), +(4642, 3, 1033435, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 34-35'), +(4642, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4642, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4642, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4642, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4642, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4643, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4643, 2, 1023435, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 34-35'), +(4643, 3, 1033435, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 34-35'), +(4643, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4643, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4643, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4643, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4643, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4644, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4644, 2, 1023536, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 35-36'), +(4644, 3, 1033536, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 35-36'), +(4644, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4644, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4644, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4644, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4644, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4645, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4645, 2, 1023536, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 35-36'), +(4645, 3, 1033536, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 35-36'), +(4645, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4645, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4645, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4645, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4645, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4646, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4646, 2, 1023233, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 32-33'), +(4646, 3, 1033233, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 32-33'), +(4646, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4646, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4646, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4646, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4646, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4647, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4647, 2, 1023233, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 32-33'), +(4647, 3, 1033233, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 32-33'), +(4647, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4647, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4647, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4647, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4647, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4648, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4648, 2, 1023334, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 33-34'), +(4648, 3, 1033334, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 33-34'), +(4648, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4648, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4648, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4648, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4648, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4649, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4649, 2, 1023334, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 33-34'), +(4649, 3, 1033334, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 33-34'), +(4649, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4649, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4649, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4649, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4649, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4651, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4651, 2, 1023435, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 34-35'), +(4651, 3, 1033435, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 34-35'), +(4651, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4651, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4651, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4651, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4651, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4652, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4652, 2, 1023536, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 35-36'), +(4652, 3, 1033536, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 35-36'), +(4652, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4652, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4652, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4652, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4652, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4653, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4653, 2, 1023536, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 35-36'), +(4653, 3, 1033536, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 35-36'), +(4653, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4653, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4653, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4653, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4653, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4654, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4654, 2, 1023738, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 37-38'), +(4654, 3, 1033738, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 37-38'), +(4654, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(4654, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4654, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4654, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4654, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4654, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4655, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4655, 2, 1023738, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 37-38'), +(4655, 3, 1033738, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 37-38'), +(4655, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(4655, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4655, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4655, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4655, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4655, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4656, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4656, 2, 1023839, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 38-39'), +(4656, 3, 1033839, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 38-39'), +(4656, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(4656, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4656, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4656, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4656, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4656, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4657, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4657, 2, 1023839, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 38-39'), +(4657, 3, 1033839, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 38-39'), +(4657, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(4657, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4657, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4657, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4657, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4657, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4658, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4658, 2, 1023940, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 39-40'), +(4658, 3, 1033940, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 39-40'), +(4658, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(4658, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4658, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(4658, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4658, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4658, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4659, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4659, 2, 1023940, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 39-40'), +(4659, 3, 1033940, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 39-40'), +(4659, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(4659, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4659, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(4659, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4659, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4659, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4662, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4662, 2, 1023738, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 37-38'), +(4662, 3, 1033738, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 37-38'), +(4662, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(4662, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4662, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4662, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4662, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4662, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4663, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4663, 2, 1023031, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 30-31'), +(4663, 3, 1033031, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 30-31'), +(4663, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4663, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4663, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4663, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4663, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4664, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4664, 2, 1023031, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 30-31'), +(4664, 3, 1033031, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 30-31'), +(4664, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4664, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4664, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4664, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4664, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4665, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4665, 2, 1023132, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 31-32'), +(4665, 3, 1033132, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 31-32'), +(4665, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4665, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4665, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4665, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4665, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4666, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4666, 2, 1023132, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 31-32'), +(4666, 3, 1033132, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 31-32'), +(4666, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4666, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4666, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4666, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4666, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4667, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4667, 2, 1023233, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 32-33'), +(4667, 3, 1033233, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 32-33'), +(4667, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4667, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4667, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4667, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4667, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4668, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4668, 2, 1023839, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 38-39'), +(4668, 3, 1033839, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 38-39'), +(4668, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(4668, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4668, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4668, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4668, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4668, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4670, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4670, 2, 1023132, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 31-32'), +(4670, 3, 1033132, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 31-32'), +(4670, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4670, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4670, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4670, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4670, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4671, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4671, 2, 1023132, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 31-32'), +(4671, 3, 1033132, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 31-32'), +(4671, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4671, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4671, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4671, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4671, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4672, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4672, 2, 1023132, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 31-32'), +(4672, 3, 1033132, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 31-32'), +(4672, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4672, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4672, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4672, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4672, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4673, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4673, 2, 1023233, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 32-33'), +(4673, 3, 1033233, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 32-33'), +(4673, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4673, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4673, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4673, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4673, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4674, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4674, 2, 1023233, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 32-33'), +(4674, 3, 1033233, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 32-33'), +(4674, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4674, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4674, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4674, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4674, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4675, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4675, 2, 1023233, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 32-33'), +(4675, 3, 1033233, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 32-33'), +(4675, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4675, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4675, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4675, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4675, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4676, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4676, 2, 1023637, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-37'), +(4676, 3, 1033637, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-37'), +(4676, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4676, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4676, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4676, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4676, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4677, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4677, 2, 1023738, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 37-38'), +(4677, 3, 1033738, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 37-38'), +(4677, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(4677, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4677, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4677, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4677, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4677, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4678, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4678, 2, 1023738, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 37-38'), +(4678, 3, 1033738, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 37-38'), +(4678, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(4678, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4678, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4678, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4678, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4678, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4679, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4679, 2, 1023738, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 37-38'), +(4679, 3, 1033738, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 37-38'), +(4679, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(4679, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4679, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4679, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4679, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4679, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4680, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4680, 2, 1023839, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 38-39'), +(4680, 3, 1033839, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 38-39'), +(4680, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(4680, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4680, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4680, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4680, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4680, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4681, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4681, 2, 1023839, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 38-39'), +(4681, 3, 1033839, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 38-39'), +(4681, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(4681, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4681, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4681, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4681, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4681, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4682, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4682, 2, 1023839, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 38-39'), +(4682, 3, 1033839, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 38-39'), +(4682, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(4682, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4682, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4682, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4682, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4682, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4684, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4684, 2, 1023940, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 39-40'), +(4684, 3, 1033940, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 39-40'), +(4684, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(4684, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4684, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(4684, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4684, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4684, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4685, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4685, 2, 1023940, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 39-40'), +(4685, 3, 1033940, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 39-40'), +(4685, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(4685, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4685, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(4685, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4685, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4685, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4692, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4692, 2, 1023233, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 32-33'), +(4692, 3, 1033233, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 32-33'), +(4692, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4692, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4692, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4692, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4692, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4693, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4693, 2, 1023637, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-37'), +(4693, 3, 1033637, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-37'), +(4693, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4693, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4693, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4693, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4693, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4694, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4694, 2, 1023940, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 39-40'), +(4694, 3, 1033940, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 39-40'), +(4694, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(4694, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4694, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(4694, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4694, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4694, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4695, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4695, 2, 1023636, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-36'), +(4695, 3, 1033636, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-36'), +(4695, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4695, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4695, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4695, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4695, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4696, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4696, 2, 1023031, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 30-31'), +(4696, 3, 1033031, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 30-31'), +(4696, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4696, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4696, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4696, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4696, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4697, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4697, 2, 1023435, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 34-35'), +(4697, 3, 1033435, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 34-35'), +(4697, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4697, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4697, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4697, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4697, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4699, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4699, 2, 1023839, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 38-39'), +(4699, 3, 1033839, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 38-39'), +(4699, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(4699, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4699, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4699, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4699, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4699, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4700, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4700, 2, 1023435, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 34-35'), +(4700, 3, 1033435, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 34-35'), +(4700, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4700, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4700, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4700, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4700, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4701, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4701, 2, 1023536, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 35-36'), +(4701, 3, 1033536, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 35-36'), +(4701, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4701, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4701, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4701, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4701, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4702, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4702, 2, 1023637, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-37'), +(4702, 3, 1033637, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-37'), +(4702, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4702, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4702, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4702, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4702, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4705, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4705, 2, 1023940, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 39-40'), +(4705, 3, 1033940, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 39-40'), +(4705, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(4705, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4705, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(4705, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4705, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4705, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4711, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4711, 2, 1023233, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 32-33'), +(4711, 3, 1033233, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 32-33'), +(4711, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4711, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4711, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4711, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4711, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4712, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4712, 2, 1023233, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 32-33'), +(4712, 3, 1033233, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 32-33'), +(4712, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4712, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4712, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4712, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4712, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4713, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4713, 2, 1023334, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 33-34'), +(4713, 3, 1033334, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 33-34'), +(4713, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4713, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4713, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4713, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4713, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4714, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4714, 2, 1023435, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 34-35'), +(4714, 3, 1033435, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 34-35'), +(4714, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4714, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4714, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4714, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4714, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4715, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4715, 2, 1023536, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 35-36'), +(4715, 3, 1033536, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 35-36'), +(4715, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4715, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4715, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4715, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4715, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4716, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4716, 2, 1023637, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-37'), +(4716, 3, 1033637, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-37'), +(4716, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4716, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4716, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4716, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4716, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4718, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4718, 2, 1023434, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 34-34'), +(4718, 3, 1033434, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 34-34'), +(4718, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4718, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4718, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4718, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4718, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4719, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4719, 2, 1023536, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 35-36'), +(4719, 3, 1033536, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 35-36'), +(4719, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4719, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4719, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4719, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4719, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4723, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4723, 2, 1023838, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 38-38'), +(4723, 3, 1033838, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 38-38'), +(4723, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(4723, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4723, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4723, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4723, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4723, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4726, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4726, 2, 1023334, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 33-34'), +(4726, 3, 1033334, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 33-34'), +(4726, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4726, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4726, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4726, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4726, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4727, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4727, 2, 1023738, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 37-38'), +(4727, 3, 1033738, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 37-38'), +(4727, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(4727, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4727, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4727, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4727, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4727, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4728, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4728, 2, 1023132, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 31-32'), +(4728, 3, 1033132, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 31-32'), +(4728, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4728, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4728, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4728, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4728, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(4729, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4729, 2, 1023536, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 35-36'), +(4729, 3, 1033536, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 35-36'), +(4729, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4729, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4729, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4729, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4729, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4788, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(4788, 2, 1012021, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 20-21'), +(4788, 3, 1022021, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 20-21'), +(4788, 4, 1032021, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 20-21'), +(4788, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4788, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4788, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4788, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4788, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(4789, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(4789, 2, 1012121, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 21-21'), +(4789, 3, 1022121, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 21-21'), +(4789, 4, 1032121, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 21-21'), +(4789, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4789, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4789, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4789, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4789, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(4802, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(4802, 2, 1012021, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 20-21'), +(4802, 3, 1022021, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 20-21'), +(4802, 4, 1032021, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 20-21'), +(4802, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4802, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4802, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4802, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4802, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(4803, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(4803, 2, 1012121, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 21-21'), +(4803, 3, 1022121, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 21-21'), +(4803, 4, 1032121, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 21-21'), +(4803, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4803, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4803, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4803, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4803, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(4834, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4834, 2, 1023536, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 35-36'), +(4834, 3, 1033536, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 35-36'), +(4834, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4834, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4834, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4834, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4834, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4841, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(4841, 2, 1024141, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 41-41'), +(4841, 3, 1034141, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 41-41'), +(4841, 4, 1044141, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 41-41'), +(4841, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(4841, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(4841, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4841, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(4841, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(4844, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4844, 2, 1023536, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 35-36'), +(4844, 3, 1033536, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 35-36'), +(4844, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4844, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4844, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4844, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4844, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4845, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4845, 2, 1023536, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 35-36'), +(4845, 3, 1033536, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 35-36'), +(4845, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4845, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4845, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4845, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4845, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4846, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4846, 2, 1023536, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 35-36'), +(4846, 3, 1033536, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 35-36'), +(4846, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4846, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4846, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4846, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4846, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4851, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4851, 2, 1023637, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-37'), +(4851, 3, 1033637, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-37'), +(4851, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4851, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4851, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4851, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4851, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4856, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4856, 2, 1023637, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-37'), +(4856, 3, 1033637, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-37'), +(4856, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4856, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4856, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4856, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4856, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(4872, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4872, 2, 1023737, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 37-37'), +(4872, 3, 1033737, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 37-37'), +(4872, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4872, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4872, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4872, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4872, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(5057, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(5057, 2, 1023737, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 37-37'), +(5057, 3, 1033737, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 37-37'), +(5057, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(5057, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(5057, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5057, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(5057, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(5085, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(5085, 2, 1023233, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 32-33'), +(5085, 3, 1033233, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 32-33'), +(5085, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(5085, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(5085, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(5085, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(5085, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(5086, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(5086, 2, 1023435, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 34-35'), +(5086, 3, 1033435, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 34-35'), +(5086, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(5086, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(5086, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5086, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(5086, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(5184, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(5184, 2, 1023536, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 35-36'), +(5184, 3, 1033536, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 35-36'), +(5184, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(5184, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(5184, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5184, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(5184, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(5224, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5224, 2, 1024546, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 45-46'), +(5224, 3, 1034546, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 45-46'), +(5224, 4, 1044546, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 45-46'), +(5224, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5224, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5224, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5224, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5224, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5225, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5225, 2, 1024647, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 46-47'), +(5225, 3, 1034647, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 46-47'), +(5225, 4, 1044647, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 46-47'), +(5225, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5225, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5225, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5225, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(5225, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5229, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5229, 2, 1024041, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 40-41'), +(5229, 3, 1034041, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 40-41'), +(5229, 4, 1044041, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 40-41'), +(5229, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5229, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5229, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5229, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5229, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(5232, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5232, 2, 1024243, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 42-43'), +(5232, 3, 1034243, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 42-43'), +(5232, 4, 1044243, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 42-43'), +(5232, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5232, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5232, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5232, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5232, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(5234, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5234, 2, 1024344, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 43-44'), +(5234, 3, 1034344, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 43-44'), +(5234, 4, 1044344, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 43-44'), +(5234, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5234, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5234, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5234, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5234, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(5235, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5235, 2, 1024546, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 45-46'), +(5235, 3, 1034546, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 45-46'), +(5235, 4, 1044546, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 45-46'), +(5235, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5235, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5235, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5235, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5235, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5236, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5236, 2, 1024445, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 44-45'), +(5236, 3, 1034445, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 44-45'), +(5236, 4, 1044445, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 44-45'), +(5236, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5236, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5236, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5236, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5236, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(5237, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5237, 2, 1024142, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 41-42'), +(5237, 3, 1034142, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 41-42'), +(5237, 4, 1044142, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 41-42'), +(5237, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5237, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5237, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5237, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5237, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(5238, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5238, 2, 1024546, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 45-46'), +(5238, 3, 1034546, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 45-46'), +(5238, 4, 1044546, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 45-46'), +(5238, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5238, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5238, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5238, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5238, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5239, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5239, 2, 1024546, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 45-46'), +(5239, 3, 1034546, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 45-46'), +(5239, 4, 1044546, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 45-46'), +(5239, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5239, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5239, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5239, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5239, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5240, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5240, 2, 1024344, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 43-44'), +(5240, 3, 1034344, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 43-44'), +(5240, 4, 1044344, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 43-44'), +(5240, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5240, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5240, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5240, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5240, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(5241, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5241, 2, 1024647, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 46-47'), +(5241, 3, 1034647, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 46-47'), +(5241, 4, 1044647, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 46-47'), +(5241, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5241, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5241, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5241, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(5241, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5243, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5243, 2, 1024546, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 45-46'), +(5243, 3, 1034546, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 45-46'), +(5243, 4, 1044546, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 45-46'), +(5243, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5243, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5243, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5243, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5243, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5244, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5244, 2, 1024546, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 45-46'), +(5244, 3, 1034546, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 45-46'), +(5244, 4, 1044546, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 45-46'), +(5244, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5244, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5244, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5244, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5244, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5245, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5245, 2, 1024445, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 44-45'), +(5245, 3, 1034445, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 44-45'), +(5245, 4, 1044445, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 44-45'), +(5245, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5245, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5245, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5245, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5245, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(5246, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5246, 2, 1024445, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 44-45'), +(5246, 3, 1034445, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 44-45'), +(5246, 4, 1044445, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 44-45'), +(5246, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5246, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5246, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5246, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5246, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(5247, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5247, 2, 1024546, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 45-46'), +(5247, 3, 1034546, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 45-46'), +(5247, 4, 1044546, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 45-46'), +(5247, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5247, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5247, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5247, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5247, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5249, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5249, 2, 1024041, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 40-41'), +(5249, 3, 1034041, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 40-41'), +(5249, 4, 1044041, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 40-41'), +(5249, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5249, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5249, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5249, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5249, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(5251, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5251, 2, 1024142, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 41-42'), +(5251, 3, 1034142, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 41-42'), +(5251, 4, 1044142, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 41-42'), +(5251, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5251, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5251, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5251, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5251, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(5253, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5253, 2, 1024142, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 41-42'), +(5253, 3, 1034142, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 41-42'), +(5253, 4, 1044142, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 41-42'), +(5253, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5253, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5253, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5253, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5253, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(5254, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5254, 2, 1024243, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 42-43'), +(5254, 3, 1034243, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 42-43'), +(5254, 4, 1044243, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 42-43'), +(5254, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5254, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5254, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5254, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5254, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(5255, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5255, 2, 1024243, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 42-43'), +(5255, 3, 1034243, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 42-43'), +(5255, 4, 1044243, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 42-43'), +(5255, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5255, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5255, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5255, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5255, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(5258, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5258, 2, 1024344, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 43-44'), +(5258, 3, 1034344, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 43-44'), +(5258, 4, 1044344, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 43-44'), +(5258, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5258, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5258, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5258, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5258, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(5260, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5260, 2, 1024243, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 42-43'), +(5260, 3, 1034243, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 42-43'), +(5260, 4, 1044243, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 42-43'), +(5260, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5260, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5260, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5260, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5260, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(5261, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5261, 2, 1024545, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 45-45'), +(5261, 3, 1034545, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 45-45'), +(5261, 4, 1044545, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 45-45'), +(5261, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5261, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5261, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5261, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5261, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(5262, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5262, 2, 1024950, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 49-50'), +(5262, 3, 1034950, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 49-50'), +(5262, 4, 1044950, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 49-50'), +(5262, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5262, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(5262, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(5262, 8, 1080007, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~49'), +(5262, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5263, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5263, 2, 1024647, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 46-47'), +(5263, 3, 1034647, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 46-47'), +(5263, 4, 1044647, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 46-47'), +(5263, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5263, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5263, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5263, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(5263, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5268, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5268, 2, 1024142, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 41-42'), +(5268, 3, 1034142, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 41-42'), +(5268, 4, 1044142, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 41-42'), +(5268, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5268, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5268, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5268, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5268, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(5269, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5269, 2, 1024647, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 46-47'), +(5269, 3, 1034647, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 46-47'), +(5269, 4, 1044647, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 46-47'), +(5269, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5269, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5269, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5269, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(5269, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5272, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5272, 2, 1024445, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 44-45'), +(5272, 3, 1034445, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 44-45'), +(5272, 4, 1044445, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 44-45'), +(5272, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5272, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5272, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5272, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5272, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(5274, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5274, 2, 1024849, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 48-49'), +(5274, 3, 1034849, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 48-49'), +(5274, 4, 1044849, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 48-49'), +(5274, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5274, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5274, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5274, 8, 1080007, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~49'), +(5274, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5278, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5278, 2, 1024444, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 44-44'), +(5278, 3, 1034444, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 44-44'), +(5278, 4, 1044444, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 44-44'), +(5278, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5278, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5278, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5278, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5278, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(5286, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5286, 2, 1024041, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 40-41'), +(5286, 3, 1034041, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 40-41'), +(5286, 4, 1044041, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 40-41'), +(5286, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5286, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5286, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5286, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5286, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(5287, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5287, 2, 1024344, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 43-44'), +(5287, 3, 1034344, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 43-44'), +(5287, 4, 1044344, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 43-44'), +(5287, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5287, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5287, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5287, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5287, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(5288, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5288, 2, 1024748, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 47-48'), +(5288, 3, 1034748, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 47-48'), +(5288, 4, 1044748, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 47-48'), +(5288, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5288, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5288, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5288, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(5288, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5292, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5292, 2, 1024344, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 43-44'), +(5292, 3, 1034344, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 43-44'), +(5292, 4, 1044344, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 43-44'), +(5292, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5292, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5292, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5292, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5292, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(5293, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5293, 2, 1024546, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 45-46'), +(5293, 3, 1034546, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 45-46'), +(5293, 4, 1044546, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 45-46'), +(5293, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5293, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5293, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5293, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5293, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5295, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5295, 2, 1024444, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 44-44'), +(5295, 3, 1034444, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 44-44'), +(5295, 4, 1044444, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 44-44'), +(5295, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5295, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5295, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5295, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5295, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(5296, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5296, 2, 1024647, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 46-47'), +(5296, 3, 1034647, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 46-47'), +(5296, 4, 1044647, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 46-47'), +(5296, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5296, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5296, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5296, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(5296, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5297, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5297, 2, 1024849, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 48-49'), +(5297, 3, 1034849, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 48-49'), +(5297, 4, 1044849, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 48-49'), +(5297, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5297, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5297, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5297, 8, 1080007, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~49'), +(5297, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5299, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5299, 2, 1024748, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 47-48'), +(5299, 3, 1034748, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 47-48'), +(5299, 4, 1044748, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 47-48'), +(5299, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5299, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5299, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5299, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(5299, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5300, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5300, 2, 1024344, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 43-44'), +(5300, 3, 1034344, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 43-44'), +(5300, 4, 1044344, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 43-44'), +(5300, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5300, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5300, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5300, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5300, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(5304, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5304, 2, 1024445, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 44-45'), +(5304, 3, 1034445, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 44-45'), +(5304, 4, 1044445, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 44-45'), +(5304, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5304, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5304, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5304, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5304, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(5305, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5305, 2, 1024546, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 45-46'), +(5305, 3, 1034546, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 45-46'), +(5305, 4, 1044546, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 45-46'), +(5305, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5305, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5305, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5305, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5305, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5306, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5306, 2, 1024647, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 46-47'), +(5306, 3, 1034647, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 46-47'), +(5306, 4, 1044647, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 46-47'), +(5306, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5306, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5306, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5306, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(5306, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5307, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5307, 2, 1024242, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 42-42'), +(5307, 3, 1034242, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 42-42'), +(5307, 4, 1044242, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 42-42'), +(5307, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5307, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5307, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5307, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5307, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(5308, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5308, 2, 1024545, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 45-45'), +(5308, 3, 1034545, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 45-45'), +(5308, 4, 1044545, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 45-45'), +(5308, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5308, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5308, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5308, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5308, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(5327, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5327, 2, 1024445, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 44-45'), +(5327, 3, 1034445, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 44-45'), +(5327, 4, 1044445, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 44-45'), +(5327, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5327, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5327, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5327, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5327, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(5328, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5328, 2, 1024344, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 43-44'), +(5328, 3, 1034344, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 43-44'), +(5328, 4, 1044344, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 43-44'), +(5328, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5328, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5328, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5328, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5328, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(5331, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5331, 2, 1024243, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 42-43'), +(5331, 3, 1034243, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 42-43'), +(5331, 4, 1044243, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 42-43'), +(5331, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5331, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5331, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5331, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5331, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(5332, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5332, 2, 1024142, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 41-42'), +(5332, 3, 1034142, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 41-42'), +(5332, 4, 1044142, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 41-42'), +(5332, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5332, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5332, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5332, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5332, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(5333, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5333, 2, 1024445, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 44-45'), +(5333, 3, 1034445, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 44-45'), +(5333, 4, 1044445, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 44-45'), +(5333, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5333, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5333, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5333, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5333, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(5334, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5334, 2, 1024444, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 44-44'), +(5334, 3, 1034444, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 44-44'), +(5334, 4, 1044444, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 44-44'), +(5334, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5334, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5334, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5334, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5334, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(5335, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5335, 2, 1024142, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 41-42'), +(5335, 3, 1034142, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 41-42'), +(5335, 4, 1044142, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 41-42'), +(5335, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5335, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5335, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5335, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5335, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(5336, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5336, 2, 1024344, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 43-44'), +(5336, 3, 1034344, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 43-44'), +(5336, 4, 1044344, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 43-44'), +(5336, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5336, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5336, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5336, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5336, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(5337, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5337, 2, 1024243, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 42-43'), +(5337, 3, 1034243, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 42-43'), +(5337, 4, 1044243, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 42-43'), +(5337, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5337, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5337, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5337, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5337, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(5362, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5362, 2, 1024849, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 48-49'), +(5362, 3, 1034849, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 48-49'), +(5362, 4, 1044849, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 48-49'), +(5362, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5362, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5362, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5362, 8, 1080007, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~49'), +(5362, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5363, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5363, 2, 1024849, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 48-49'), +(5363, 3, 1034849, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 48-49'), +(5363, 4, 1044849, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 48-49'), +(5363, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5363, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5363, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5363, 8, 1080007, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~49'), +(5363, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5364, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5364, 2, 1024950, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 49-50'), +(5364, 3, 1034950, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 49-50'), +(5364, 4, 1044950, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 49-50'), +(5364, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5364, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(5364, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(5364, 8, 1080007, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~49'), +(5364, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5366, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5366, 2, 1024950, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 49-50'), +(5366, 3, 1034950, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 49-50'), +(5366, 4, 1044950, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 49-50'), +(5366, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5366, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(5366, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(5366, 8, 1080007, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~49'), +(5366, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5401, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5401, 2, 1024848, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 48-48'), +(5401, 3, 1034848, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 48-48'), +(5401, 4, 1044848, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 48-48'), +(5401, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5401, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5401, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5401, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(5401, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5419, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5419, 2, 1024243, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 42-43'), +(5419, 3, 1034243, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 42-43'), +(5419, 4, 1044243, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 42-43'), +(5419, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5419, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5419, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5419, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5419, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(5420, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5420, 2, 1024546, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 45-46'), +(5420, 3, 1034546, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 45-46'), +(5420, 4, 1044546, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 45-46'), +(5420, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5420, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5420, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5420, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5420, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5421, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5421, 2, 1024849, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 48-49'), +(5421, 3, 1034849, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 48-49'), +(5421, 4, 1044849, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 48-49'), +(5421, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5421, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5421, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5421, 8, 1080007, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~49'), +(5421, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5422, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5422, 2, 1024041, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 40-41'), +(5422, 3, 1034041, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 40-41'), +(5422, 4, 1044041, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 40-41'), +(5422, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5422, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5422, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5422, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5422, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(5423, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5423, 2, 1024344, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 43-44'), +(5423, 3, 1034344, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 43-44'), +(5423, 4, 1044344, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 43-44'), +(5423, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5423, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5423, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5423, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5423, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(5424, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5424, 2, 1024647, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 46-47'), +(5424, 3, 1034647, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 46-47'), +(5424, 4, 1044647, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 46-47'), +(5424, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5424, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5424, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5424, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(5424, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5425, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5425, 2, 1024142, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 41-42'), +(5425, 3, 1034142, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 41-42'), +(5425, 4, 1044142, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 41-42'), +(5425, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5425, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5425, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5425, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5425, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(5426, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5426, 2, 1024445, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 44-45'), +(5426, 3, 1034445, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 44-45'), +(5426, 4, 1044445, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 44-45'), +(5426, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5426, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5426, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5426, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5426, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(5427, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5427, 2, 1024748, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 47-48'), +(5427, 3, 1034748, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 47-48'), +(5427, 4, 1044748, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 47-48'), +(5427, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5427, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5427, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5427, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(5427, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5428, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5428, 2, 1024242, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 42-42'), +(5428, 3, 1034242, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 42-42'), +(5428, 4, 1044242, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 42-42'), +(5428, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5428, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5428, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5428, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5428, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(5429, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5429, 2, 1024444, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 44-44'), +(5429, 3, 1034444, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 44-44'), +(5429, 4, 1044444, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 44-44'), +(5429, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5429, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5429, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5429, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5429, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(5430, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5430, 2, 1024848, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 48-48'), +(5430, 3, 1034848, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 48-48'), +(5430, 4, 1044848, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 48-48'), +(5430, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5430, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5430, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5430, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(5430, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5431, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5431, 2, 1024949, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 49-49'), +(5431, 3, 1034949, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 49-49'), +(5431, 4, 1044949, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 49-49'), +(5431, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5431, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5431, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5431, 8, 1080007, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~49'), +(5431, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5441, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5441, 2, 1024748, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 47-48'), +(5441, 3, 1034748, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 47-48'), +(5441, 4, 1044748, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 47-48'), +(5441, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5441, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5441, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5441, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(5441, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5450, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5450, 2, 1024950, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 49-50'), +(5450, 3, 1034950, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 49-50'), +(5450, 4, 1044950, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 49-50'), +(5450, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5450, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(5450, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(5450, 8, 1080007, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~49'), +(5450, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5451, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5451, 2, 1024950, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 49-50'), +(5451, 3, 1034950, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 49-50'), +(5451, 4, 1044950, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 49-50'), +(5451, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5451, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(5451, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(5451, 8, 1080007, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~49'), +(5451, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5452, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5452, 2, 1024748, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 47-48'), +(5452, 3, 1034748, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 47-48'), +(5452, 4, 1044748, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 47-48'), +(5452, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5452, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5452, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5452, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(5452, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5453, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5453, 2, 1024849, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 48-49'), +(5453, 3, 1034849, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 48-49'), +(5453, 4, 1044849, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 48-49'), +(5453, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5453, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5453, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5453, 8, 1080007, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~49'), +(5453, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5454, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5454, 2, 1024950, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 49-50'), +(5454, 3, 1034950, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 49-50'), +(5454, 4, 1044950, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 49-50'), +(5454, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5454, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(5454, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(5454, 8, 1080007, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~49'), +(5454, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5455, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5455, 2, 1024748, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 47-48'), +(5455, 3, 1034748, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 47-48'), +(5455, 4, 1044748, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 47-48'), +(5455, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5455, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5455, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5455, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(5455, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5456, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5456, 2, 1024849, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 48-49'), +(5456, 3, 1034849, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 48-49'), +(5456, 4, 1044849, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 48-49'), +(5456, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5456, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5456, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5456, 8, 1080007, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~49'), +(5456, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5457, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5457, 2, 1024950, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 49-50'), +(5457, 3, 1034950, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 49-50'), +(5457, 4, 1044950, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 49-50'), +(5457, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5457, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(5457, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(5457, 8, 1080007, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~49'), +(5457, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5458, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5458, 2, 1024849, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 48-49'), +(5458, 3, 1034849, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 48-49'), +(5458, 4, 1044849, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 48-49'), +(5458, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5458, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5458, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5458, 8, 1080007, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~49'), +(5458, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5459, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5459, 2, 1024748, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 47-48'), +(5459, 3, 1034748, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 47-48'), +(5459, 4, 1044748, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 47-48'), +(5459, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5459, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5459, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5459, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(5459, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5460, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5460, 2, 1024950, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 49-50'), +(5460, 3, 1034950, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 49-50'), +(5460, 4, 1044950, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 49-50'), +(5460, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5460, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(5460, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(5460, 8, 1080007, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~49'), +(5460, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5461, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5461, 2, 1024849, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 48-49'), +(5461, 3, 1034849, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 48-49'), +(5461, 4, 1044849, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 48-49'), +(5461, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5461, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5461, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5461, 8, 1080007, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~49'), +(5461, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5462, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5462, 2, 1024748, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 47-48'), +(5462, 3, 1034748, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 47-48'), +(5462, 4, 1044748, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 47-48'), +(5462, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5462, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5462, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5462, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(5462, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5465, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5465, 2, 1024646, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 46-46'), +(5465, 3, 1034646, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 46-46'), +(5465, 4, 1044646, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 46-46'), +(5465, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5465, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5465, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5465, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5465, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5471, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5471, 2, 1024546, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 45-46'), +(5471, 3, 1034546, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 45-46'), +(5471, 4, 1044546, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 45-46'), +(5471, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5471, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5471, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5471, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5471, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5472, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5472, 2, 1024647, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 46-47'), +(5472, 3, 1034647, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 46-47'), +(5472, 4, 1044647, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 46-47'), +(5472, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5472, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5472, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5472, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(5472, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5473, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5473, 2, 1024647, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 46-47'), +(5473, 3, 1034647, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 46-47'), +(5473, 4, 1044647, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 46-47'), +(5473, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5473, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5473, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5473, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(5473, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5474, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5474, 2, 1024748, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 47-48'), +(5474, 3, 1034748, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 47-48'), +(5474, 4, 1044748, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 47-48'), +(5474, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5474, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5474, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5474, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(5474, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5475, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5475, 2, 1024748, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 47-48'), +(5475, 3, 1034748, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 47-48'), +(5475, 4, 1044748, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 47-48'), +(5475, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5475, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5475, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5475, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(5475, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5477, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(5477, 2, 1023939, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 39-39'), +(5477, 3, 1033939, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 39-39'), +(5477, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(5477, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(5477, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(5477, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5477, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(5477, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(5481, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5481, 2, 1024748, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 47-48'), +(5481, 3, 1034748, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 47-48'), +(5481, 4, 1044748, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 47-48'), +(5481, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5481, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5481, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5481, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(5481, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5485, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5485, 2, 1024950, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 49-50'), +(5485, 3, 1034950, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 49-50'), +(5485, 4, 1044950, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 49-50'), +(5485, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5485, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(5485, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(5485, 8, 1080007, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~49'), +(5485, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5490, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5490, 2, 1024849, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 48-49'), +(5490, 3, 1034849, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 48-49'), +(5490, 4, 1044849, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 48-49'), +(5490, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5490, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5490, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5490, 8, 1080007, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~49'), +(5490, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5600, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(5600, 2, 1023535, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 35-35'), +(5600, 3, 1033535, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 35-35'), +(5600, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(5600, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(5600, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5600, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(5600, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(5601, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(5601, 2, 1023737, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 37-37'), +(5601, 3, 1033737, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 37-37'), +(5601, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(5601, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(5601, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5601, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(5601, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(5602, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(5602, 2, 1023737, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 37-37'), +(5602, 3, 1033737, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 37-37'), +(5602, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(5602, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(5602, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5602, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(5602, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(5615, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5615, 2, 1024344, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 43-44'), +(5615, 3, 1034344, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 43-44'), +(5615, 4, 1044344, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 43-44'), +(5615, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5615, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5615, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5615, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5615, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(5616, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5616, 2, 1024041, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 40-41'), +(5616, 3, 1034041, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 40-41'), +(5616, 4, 1044041, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 40-41'), +(5616, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5616, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5616, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5616, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5616, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(5617, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5617, 2, 1024243, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 42-43'), +(5617, 3, 1034243, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 42-43'), +(5617, 4, 1044243, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 42-43'), +(5617, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5617, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5617, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5617, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5617, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(5618, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5618, 2, 1024142, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 41-42'), +(5618, 3, 1034142, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 41-42'), +(5618, 4, 1044142, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 41-42'), +(5618, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5618, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5618, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5618, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5618, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(5622, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(5622, 2, 1023737, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 37-37'), +(5622, 3, 1033737, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 37-37'), +(5622, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(5622, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(5622, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5622, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(5622, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(5643, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(5643, 2, 1023636, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-36'), +(5643, 3, 1033636, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-36'), +(5643, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(5643, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(5643, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5643, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(5643, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(5645, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5645, 2, 1024243, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 42-43'), +(5645, 3, 1034243, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 42-43'), +(5645, 4, 1044243, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 42-43'), +(5645, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5645, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5645, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5645, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5645, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(5646, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5646, 2, 1024343, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 43-43'), +(5646, 3, 1034343, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 43-43'), +(5646, 4, 1044343, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 43-43'), +(5646, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5646, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5646, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5646, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5646, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(5647, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5647, 2, 1024344, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 43-44'), +(5647, 3, 1034344, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 43-44'), +(5647, 4, 1044344, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 43-44'), +(5647, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5647, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5647, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5647, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5647, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(5682, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(5682, 2, 1012020, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 20-20'), +(5682, 3, 1022020, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 20-20'), +(5682, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(5682, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(5682, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(5682, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(5682, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(5682, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(5683, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(5683, 2, 1012222, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 22-22'), +(5683, 3, 1022222, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 22-22'), +(5683, 4, 1032222, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 22-22'), +(5683, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(5683, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(5683, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(5683, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(5683, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(5771, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(5771, 2, 1024040, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 39-40'), +(5771, 3, 1034040, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 39-40'), +(5771, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(5771, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(5771, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5771, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5771, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5771, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(5833, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5833, 2, 1024343, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 43-43'), +(5833, 3, 1034343, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 43-43'), +(5833, 4, 1044343, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 43-43'), +(5833, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5833, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5833, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5833, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5833, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(5839, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5839, 2, 1024344, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 43-44'), +(5839, 3, 1034344, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 43-44'), +(5839, 4, 1044344, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 43-44'), +(5839, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5839, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5839, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5839, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5839, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(5840, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5840, 2, 1024647, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 46-47'), +(5840, 3, 1034647, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 46-47'), +(5840, 4, 1044647, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 46-47'), +(5840, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5840, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5840, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5840, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(5840, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5843, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5843, 2, 1024646, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 46-46'), +(5843, 3, 1034646, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 46-46'), +(5843, 4, 1044646, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 46-46'), +(5843, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5843, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5843, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5843, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5843, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5844, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5844, 2, 1024546, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 45-46'), +(5844, 3, 1034546, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 45-46'), +(5844, 4, 1044546, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 45-46'), +(5844, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5844, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5844, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5844, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5844, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5846, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5846, 2, 1024748, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 47-48'), +(5846, 3, 1034748, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 47-48'), +(5846, 4, 1044748, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 47-48'), +(5846, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5846, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5846, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5846, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(5846, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5850, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5850, 2, 1024646, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 46-46'), +(5850, 3, 1034646, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 46-46'), +(5850, 4, 1044646, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 46-46'), +(5850, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5850, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5850, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5850, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5850, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5852, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5852, 2, 1024848, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 48-48'), +(5852, 3, 1034848, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 48-48'), +(5852, 4, 1044848, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 48-48'), +(5852, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5852, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5852, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5852, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(5852, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5853, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5853, 2, 1024646, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 46-46'), +(5853, 3, 1034646, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 46-46'), +(5853, 4, 1044646, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 46-46'), +(5853, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5853, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5853, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5853, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5853, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5854, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5854, 2, 1024848, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 48-48'), +(5854, 3, 1034848, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 48-48'), +(5854, 4, 1044848, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 48-48'), +(5854, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5854, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5854, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5854, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(5854, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5855, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5855, 2, 1024747, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 47-47'), +(5855, 3, 1034747, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 47-47'), +(5855, 4, 1044747, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 47-47'), +(5855, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5855, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5855, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5855, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(5855, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5856, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5856, 2, 1024444, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 44-44'), +(5856, 3, 1034444, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 44-44'), +(5856, 4, 1044444, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 44-44'), +(5856, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5856, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5856, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5856, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5856, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(5857, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5857, 2, 1024646, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 46-46'), +(5857, 3, 1034646, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 46-46'), +(5857, 4, 1044646, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 46-46'), +(5857, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5857, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5857, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5857, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5857, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5858, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5858, 2, 1024848, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 48-48'), +(5858, 3, 1034848, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 48-48'), +(5858, 4, 1044848, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 48-48'), +(5858, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5858, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5858, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5858, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(5858, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5860, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5860, 2, 1024344, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 43-44'), +(5860, 3, 1034344, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 43-44'), +(5860, 4, 1044344, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 43-44'), +(5860, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5860, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5860, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5860, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5860, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(5861, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5861, 2, 1024545, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 45-45'), +(5861, 3, 1034545, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 45-45'), +(5861, 4, 1044545, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 45-45'), +(5861, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5861, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5861, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5861, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5861, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(5862, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5862, 2, 1024445, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 44-45'), +(5862, 3, 1034445, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 44-45'), +(5862, 4, 1044445, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 44-45'), +(5862, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5862, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5862, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5862, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5862, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(5881, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5881, 2, 1024545, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 45-45'), +(5881, 3, 1034545, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 45-45'), +(5881, 4, 1044545, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 45-45'), +(5881, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5881, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5881, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5881, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5881, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(5974, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5974, 2, 1024546, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 45-46'), +(5974, 3, 1034546, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 45-46'), +(5974, 4, 1044546, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 45-46'), +(5974, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5974, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5974, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5974, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5974, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5975, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5975, 2, 1024647, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 46-47'), +(5975, 3, 1034647, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 46-47'), +(5975, 4, 1044647, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 46-47'), +(5975, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5975, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5975, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5975, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(5975, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5976, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5976, 2, 1024647, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 46-47'), +(5976, 3, 1034647, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 46-47'), +(5976, 4, 1044647, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 46-47'), +(5976, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5976, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5976, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5976, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(5976, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5977, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(5977, 2, 1025354, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 53-54'), +(5977, 3, 1035354, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 53-54'), +(5977, 4, 1045354, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 53-54'), +(5977, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5977, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(5977, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(5977, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(5977, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5978, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(5978, 2, 1025455, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 54-55'), +(5978, 3, 1035455, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 54-55'), +(5978, 4, 1045455, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 54-55'), +(5978, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5978, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(5978, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(5978, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(5978, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5979, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5979, 2, 1024646, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 46-46'), +(5979, 3, 1034646, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 46-46'), +(5979, 4, 1044646, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 46-46'), +(5979, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5979, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5979, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5979, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5979, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5982, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5982, 2, 1024748, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 47-48'), +(5982, 3, 1034748, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 47-48'), +(5982, 4, 1044748, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 47-48'), +(5982, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5982, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5982, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5982, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(5982, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5983, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5983, 2, 1024950, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 49-50'), +(5983, 3, 1034950, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 49-50'), +(5983, 4, 1044950, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 49-50'), +(5983, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5983, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(5983, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(5983, 8, 1080007, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~49'), +(5983, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5984, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5984, 2, 1024546, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 45-46'), +(5984, 3, 1034546, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 45-46'), +(5984, 4, 1044546, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 45-46'), +(5984, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5984, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5984, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5984, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5984, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5985, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5985, 2, 1024950, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 49-50'), +(5985, 3, 1034950, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 49-50'), +(5985, 4, 1044950, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 49-50'), +(5985, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5985, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(5985, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(5985, 8, 1080007, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~49'), +(5985, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5988, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5988, 2, 1024647, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 46-47'), +(5988, 3, 1034647, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 46-47'), +(5988, 4, 1044647, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 46-47'), +(5988, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5988, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5988, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5988, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(5988, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5990, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5990, 2, 1024748, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 47-48'), +(5990, 3, 1034748, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 47-48'), +(5990, 4, 1044748, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 47-48'), +(5990, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5990, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5990, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5990, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(5990, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5991, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(5991, 2, 1025152, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 51-52'), +(5991, 3, 1035152, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 51-52'), +(5991, 4, 1045152, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 51-52'), +(5991, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5991, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(5991, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(5991, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(5991, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5992, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5992, 2, 1024849, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 48-49'), +(5992, 3, 1034849, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 48-49'), +(5992, 4, 1044849, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 48-49'), +(5992, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5992, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5992, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5992, 8, 1080007, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~49'), +(5992, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5993, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(5993, 2, 1025253, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 52-53'), +(5993, 3, 1035253, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 52-53'), +(5993, 4, 1045253, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 52-53'), +(5993, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5993, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(5993, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(5993, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(5993, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5996, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5996, 2, 1024748, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 47-48'), +(5996, 3, 1034748, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 47-48'), +(5996, 4, 1044748, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 47-48'), +(5996, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5996, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5996, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5996, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(5996, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5997, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5997, 2, 1024748, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 47-48'), +(5997, 3, 1034748, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 47-48'), +(5997, 4, 1044748, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 47-48'), +(5997, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5997, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5997, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5997, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(5997, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5998, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5998, 2, 1024747, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 47-47'), +(5998, 3, 1034747, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 47-47'), +(5998, 4, 1044747, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 47-47'), +(5998, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5998, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5998, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5998, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(5998, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(5999, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5999, 2, 1024950, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 49-50'), +(5999, 3, 1034950, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 49-50'), +(5999, 4, 1044950, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 49-50'), +(5999, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5999, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(5999, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(5999, 8, 1080007, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~49'), +(5999, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6000, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(6000, 2, 1025050, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 50-50'), +(6000, 3, 1035050, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 50-50'), +(6000, 4, 1045050, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 50-50'), +(6000, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6000, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6000, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6000, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6000, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6001, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(6001, 2, 1025050, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 50-50'), +(6001, 3, 1035050, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 50-50'), +(6001, 4, 1045050, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 50-50'), +(6001, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6001, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6001, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6001, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6001, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6002, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(6002, 2, 1025050, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 50-50'), +(6002, 3, 1035050, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 50-50'), +(6002, 4, 1045050, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 50-50'), +(6002, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6002, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6002, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6002, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6002, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6003, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(6003, 2, 1025051, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 50-51'), +(6003, 3, 1035051, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 50-51'), +(6003, 4, 1045051, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 50-51'), +(6003, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6003, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6003, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6003, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6003, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6004, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(6004, 2, 1025152, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 51-52'), +(6004, 3, 1035152, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 51-52'), +(6004, 4, 1045152, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 51-52'), +(6004, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6004, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6004, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6004, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6004, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6005, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(6005, 2, 1025253, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 52-53'), +(6005, 3, 1035253, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 52-53'), +(6005, 4, 1045253, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 52-53'), +(6005, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6005, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6005, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6005, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6005, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6006, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(6006, 2, 1025253, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 52-53'), +(6006, 3, 1035253, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 52-53'), +(6006, 4, 1045253, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 52-53'), +(6006, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6006, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6006, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6006, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6006, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6007, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(6007, 2, 1025354, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 53-54'), +(6007, 3, 1035354, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 53-54'), +(6007, 4, 1045354, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 53-54'), +(6007, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6007, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6007, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6007, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6007, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6008, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(6008, 2, 1025354, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 53-54'), +(6008, 3, 1035354, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 53-54'), +(6008, 4, 1045354, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 53-54'), +(6008, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6008, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6008, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6008, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6008, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6009, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(6009, 2, 1025455, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 54-55'), +(6009, 3, 1035455, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 54-55'), +(6009, 4, 1045455, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 54-55'), +(6009, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6009, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(6009, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6009, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6009, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6010, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(6010, 2, 1025455, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 54-55'), +(6010, 3, 1035455, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 54-55'), +(6010, 4, 1045455, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 54-55'), +(6010, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6010, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(6010, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6010, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6010, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6011, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(6011, 2, 1025455, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 54-55'), +(6011, 3, 1035455, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 54-55'), +(6011, 4, 1045455, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 54-55'), +(6011, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6011, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(6011, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6011, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6011, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6020, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(6020, 2, 1011819, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 18-19'), +(6020, 3, 1021819, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 18-19'), +(6020, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(6020, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(6020, 6, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(6020, 7, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(6020, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(6020, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(6033, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(6033, 2, 1011516, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 15-16'), +(6033, 3, 1021516, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 15-16'), +(6033, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(6033, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(6033, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(6033, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(6033, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(6068, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(6068, 2, 1023536, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 35-36'), +(6068, 3, 1033536, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 35-36'), +(6068, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(6068, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(6068, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(6068, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(6068, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(6072, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(6072, 2, 1023232, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 32-32'), +(6072, 3, 1033232, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 32-32'), +(6072, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(6072, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(6072, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(6072, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(6072, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(6073, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(6073, 2, 1022930, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 29-30'), +(6073, 3, 1032930, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 29-30'), +(6073, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(6073, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(6073, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(6073, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(6073, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(6093, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(6093, 2, 1011111, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 11-11'), +(6093, 3, 1021111, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 11-11'), +(6093, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(6093, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(6093, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(6093, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(6093, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(6113, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(6113, 2, 1011111, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 11-11'), +(6113, 3, 1021111, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 11-11'), +(6113, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(6113, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(6113, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(6113, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(6113, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(6115, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(6115, 2, 1022929, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 29-29'), +(6115, 3, 1032929, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 29-29'), +(6115, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(6115, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(6115, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(6115, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(6115, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(6116, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(6116, 2, 1024546, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 45-46'), +(6116, 3, 1034546, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 45-46'), +(6116, 4, 1044546, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 45-46'), +(6116, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6116, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(6116, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(6116, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(6116, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6117, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(6117, 2, 1024647, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 46-47'), +(6117, 3, 1034647, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 46-47'), +(6117, 4, 1044647, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 46-47'), +(6117, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6117, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(6117, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(6117, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(6117, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6123, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(6123, 2, 1010910, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-10'), +(6123, 3, 1020910, 1.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-10'), +(6123, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(6123, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(6123, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(6123, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(6124, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(6124, 2, 1011111, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 11-11'), +(6124, 3, 1021111, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 11-11'), +(6124, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(6124, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(6124, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(6124, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(6124, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(6125, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(6125, 2, 1024546, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 45-46'), +(6125, 3, 1034546, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 45-46'), +(6125, 4, 1044546, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 45-46'), +(6125, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6125, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(6125, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(6125, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(6125, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6126, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(6126, 2, 1024646, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 46-46'), +(6126, 3, 1034646, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 46-46'), +(6126, 4, 1044646, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 46-46'), +(6126, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6126, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(6126, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(6126, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(6126, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6127, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(6127, 2, 1024647, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 46-47'), +(6127, 3, 1034647, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 46-47'), +(6127, 4, 1044647, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 46-47'), +(6127, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6127, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(6127, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(6127, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(6127, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6128, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(6128, 2, 1011010, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-10'), +(6128, 3, 1021010, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-10'), +(6128, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(6128, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(6128, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(6128, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(6132, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(6132, 2, 1012324, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 23-24'), +(6132, 3, 1022324, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 23-24'), +(6132, 4, 1032324, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 23-24'), +(6132, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(6132, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(6132, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(6132, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(6132, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(6133, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(6133, 2, 1011111, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 11-11'), +(6133, 3, 1021111, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 11-11'), +(6133, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(6133, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(6133, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(6133, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(6133, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(6135, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(6135, 2, 1025354, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 53-54'), +(6135, 3, 1035354, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 53-54'), +(6135, 4, 1045354, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 53-54'), +(6135, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6135, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6135, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6135, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6135, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6136, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(6136, 2, 1025354, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 53-54'), +(6136, 3, 1035354, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 53-54'), +(6136, 4, 1045354, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 53-54'), +(6136, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6136, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6136, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6136, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6136, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6137, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(6137, 2, 1025455, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 54-55'), +(6137, 3, 1035455, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 54-55'), +(6137, 4, 1045455, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 54-55'), +(6137, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6137, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(6137, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6137, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6137, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6138, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(6138, 2, 1025455, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 54-55'), +(6138, 3, 1035455, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 54-55'), +(6138, 4, 1045455, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 54-55'), +(6138, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6138, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(6138, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6138, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6138, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6140, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(6140, 2, 1025555, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 55-55'), +(6140, 3, 1035555, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 55-55'), +(6140, 4, 1045555, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 55-55'), +(6140, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6140, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(6140, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6140, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6140, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6167, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(6167, 2, 1022828, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 28-28'), +(6167, 3, 1032828, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 28-28'), +(6167, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(6167, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(6167, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(6167, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(6167, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(6170, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(6170, 2, 1023232, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 32-32'), +(6170, 3, 1033232, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 32-32'), +(6170, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(6170, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(6170, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(6170, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(6170, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(6184, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(6184, 2, 1024647, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 46-47'), +(6184, 3, 1034647, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 46-47'), +(6184, 4, 1044647, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 46-47'), +(6184, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6184, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(6184, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(6184, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(6184, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6185, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(6185, 2, 1024748, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 47-48'), +(6185, 3, 1034748, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 47-48'), +(6185, 4, 1044748, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 47-48'), +(6185, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6185, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(6185, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(6185, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(6185, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6186, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(6186, 2, 1024849, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 48-49'), +(6186, 3, 1034849, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 48-49'), +(6186, 4, 1044849, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 48-49'), +(6186, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6186, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(6186, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(6186, 8, 1080007, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~49'), +(6186, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6187, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(6187, 2, 1024950, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 49-50'), +(6187, 3, 1034950, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 49-50'), +(6187, 4, 1044950, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 49-50'), +(6187, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6187, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6187, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6187, 8, 1080007, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~49'), +(6187, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6188, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(6188, 2, 1025051, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 50-51'), +(6188, 3, 1035051, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 50-51'), +(6188, 4, 1045051, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 50-51'), +(6188, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6188, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6188, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6188, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6188, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6189, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(6189, 2, 1025152, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 51-52'), +(6189, 3, 1035152, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 51-52'), +(6189, 4, 1045152, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 51-52'), +(6189, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6189, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6189, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6189, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6189, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6190, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(6190, 2, 1024647, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 46-47'), +(6190, 3, 1034647, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 46-47'), +(6190, 4, 1044647, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 46-47'), +(6190, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6190, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(6190, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(6190, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(6190, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6193, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(6193, 2, 1024748, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 47-48'), +(6193, 3, 1034748, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 47-48'), +(6193, 4, 1044748, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 47-48'), +(6193, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6193, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(6193, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(6193, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(6193, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6194, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(6194, 2, 1024849, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 48-49'), +(6194, 3, 1034849, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 48-49'), +(6194, 4, 1044849, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 48-49'), +(6194, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6194, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(6194, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(6194, 8, 1080007, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~49'), +(6194, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6195, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(6195, 2, 1025152, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 51-52'), +(6195, 3, 1035152, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 51-52'), +(6195, 4, 1045152, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 51-52'), +(6195, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6195, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6195, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6195, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6195, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6196, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(6196, 2, 1025051, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 50-51'), +(6196, 3, 1035051, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 50-51'), +(6196, 4, 1045051, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 50-51'), +(6196, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6196, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6196, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6196, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6196, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6198, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(6198, 2, 1025152, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 51-52'), +(6198, 3, 1035152, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 51-52'), +(6198, 4, 1045152, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 51-52'), +(6198, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6198, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6198, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6198, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6198, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6199, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(6199, 2, 1025253, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 52-53'), +(6199, 3, 1035253, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 52-53'), +(6199, 4, 1045253, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 52-53'), +(6199, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6199, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6199, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6199, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6199, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6200, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(6200, 2, 1025152, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 51-52'), +(6200, 3, 1035152, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 51-52'), +(6200, 4, 1045152, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 51-52'), +(6200, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6200, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6200, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6200, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6200, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6201, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(6201, 2, 1025252, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 52-52'), +(6201, 3, 1035252, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 52-52'), +(6201, 4, 1045252, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 52-52'), +(6201, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6201, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6201, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6201, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6201, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6202, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(6202, 2, 1025253, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 52-53'), +(6202, 3, 1035253, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 52-53'), +(6202, 4, 1045253, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 52-53'), +(6202, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6202, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6202, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6202, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6202, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6208, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(6208, 2, 1012525, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 25-25'), +(6208, 3, 1022526, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 25-26'), +(6208, 4, 1032526, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 25-26'), +(6208, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(6208, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(6208, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(6208, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(6208, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(6210, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(6210, 2, 1012425, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-25'), +(6210, 3, 1022425, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-25'), +(6210, 4, 1032425, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-25'), +(6210, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(6210, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(6210, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(6210, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(6210, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(6213, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(6213, 2, 1012525, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 25-25'), +(6213, 3, 1022525, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 25-25'), +(6213, 4, 1032525, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 25-25'), +(6213, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(6213, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(6213, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(6213, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(6213, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(6221, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(6221, 2, 1012425, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-25'), +(6221, 3, 1022425, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-25'), +(6221, 4, 1032425, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-25'), +(6221, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(6221, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(6221, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(6221, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(6221, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(6231, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(6231, 2, 1022626, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 26-26'), +(6231, 3, 1032626, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 26-26'), +(6231, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(6231, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(6231, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(6231, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(6231, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(6347, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(6347, 2, 1025152, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 51-52'), +(6347, 3, 1035152, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 51-52'), +(6347, 4, 1045152, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 51-52'), +(6347, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6347, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6347, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6347, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6347, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6348, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(6348, 2, 1025253, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 52-53'), +(6348, 3, 1035253, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 52-53'), +(6348, 4, 1045253, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 52-53'), +(6348, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6348, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6348, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6348, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6348, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6349, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(6349, 2, 1025354, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 53-54'), +(6349, 3, 1035354, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 53-54'), +(6349, 4, 1045354, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 53-54'), +(6349, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6349, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6349, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6349, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6349, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6350, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(6350, 2, 1025455, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 54-55'), +(6350, 3, 1035455, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 54-55'), +(6350, 4, 1045455, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 54-55'), +(6350, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6350, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(6350, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6350, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6350, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6351, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(6351, 2, 1025455, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 54-55'), +(6351, 3, 1035455, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 54-55'), +(6351, 4, 1045455, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 54-55'), +(6351, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6351, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(6351, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6351, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6351, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6352, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(6352, 2, 1025354, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 53-54'), +(6352, 3, 1035354, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 53-54'), +(6352, 4, 1045354, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 53-54'), +(6352, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6352, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6352, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6352, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6352, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6369, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(6369, 2, 1025151, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 51-51'), +(6369, 3, 1035151, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 51-51'), +(6369, 4, 1045151, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 51-51'), +(6369, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6369, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6369, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6369, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6369, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6370, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(6370, 2, 1025253, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 52-53'), +(6370, 3, 1035253, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 52-53'), +(6370, 4, 1045253, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 52-53'), +(6370, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6370, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6370, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6370, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6370, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6371, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(6371, 2, 1025152, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 51-52'), +(6371, 3, 1035152, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 51-52'), +(6371, 4, 1045152, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 51-52'), +(6371, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6371, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6371, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6371, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6371, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6372, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(6372, 2, 1025051, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 50-51'), +(6372, 3, 1035051, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 50-51'), +(6372, 4, 1045051, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 50-51'), +(6372, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6372, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6372, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6372, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6372, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6375, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(6375, 2, 1024747, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 47-47'), +(6375, 3, 1034747, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 47-47'), +(6375, 4, 1044747, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 47-47'), +(6375, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6375, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(6375, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(6375, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(6375, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6377, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(6377, 2, 1024949, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 49-49'), +(6377, 3, 1034949, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 49-49'), +(6377, 4, 1044949, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 49-49'), +(6377, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6377, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(6377, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(6377, 8, 1080007, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~49'), +(6377, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6378, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(6378, 2, 1025151, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 51-51'), +(6378, 3, 1035151, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 51-51'), +(6378, 4, 1045151, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 51-51'), +(6378, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6378, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6378, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6378, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6378, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6379, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(6379, 2, 1025353, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 53-53'), +(6379, 3, 1035353, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 53-53'), +(6379, 4, 1045353, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 53-53'), +(6379, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6379, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6379, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6379, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6379, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6380, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(6380, 2, 1025353, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 53-53'), +(6380, 3, 1035353, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 53-53'), +(6380, 4, 1045353, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 53-53'), +(6380, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6380, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6380, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6380, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6380, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6466, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(6466, 2, 1011212, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 12-12'), +(6466, 3, 1021212, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 12-12'), +(6466, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(6466, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(6466, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(6466, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(6466, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(6494, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(6494, 2, 1011313, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 13-13'), +(6494, 3, 1021313, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 13-13'), +(6494, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(6494, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(6494, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(6494, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(6494, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(6497, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(6497, 2, 1011313, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 13-13'), +(6497, 3, 1021313, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 13-13'), +(6497, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(6497, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(6497, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(6497, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(6497, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(6505, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(6505, 2, 1024849, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 48-49'), +(6505, 3, 1034849, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 48-49'), +(6505, 4, 1044849, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 48-49'), +(6505, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6505, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(6505, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(6505, 8, 1080007, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~49'), +(6505, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6506, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(6506, 2, 1024950, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 49-50'), +(6506, 3, 1034950, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 49-50'), +(6506, 4, 1044950, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 49-50'), +(6506, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6506, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6506, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6506, 8, 1080007, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~49'), +(6506, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6507, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(6507, 2, 1024950, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 49-50'), +(6507, 3, 1034950, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 49-50'), +(6507, 4, 1044950, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 49-50'), +(6507, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6507, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6507, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6507, 8, 1080007, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~49'), +(6507, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6508, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(6508, 2, 1025051, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 50-51'), +(6508, 3, 1035051, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 50-51'), +(6508, 4, 1045051, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 50-51'), +(6508, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6508, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6508, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6508, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6508, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6509, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(6509, 2, 1024849, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 48-49'), +(6509, 3, 1034849, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 48-49'), +(6509, 4, 1044849, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 48-49'), +(6509, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6509, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(6509, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(6509, 8, 1080007, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~49'), +(6509, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6510, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(6510, 2, 1025152, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 51-52'), +(6510, 3, 1035152, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 51-52'), +(6510, 4, 1045152, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 51-52'), +(6510, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6510, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6510, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6510, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6510, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6511, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(6511, 2, 1024950, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 49-50'), +(6511, 3, 1034950, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 49-50'), +(6511, 4, 1044950, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 49-50'), +(6511, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6511, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6511, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6511, 8, 1080007, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~49'), +(6511, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6512, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(6512, 2, 1025253, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 52-53'), +(6512, 3, 1035253, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 52-53'), +(6512, 4, 1045253, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 52-53'), +(6512, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6512, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6512, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6512, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6512, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6513, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(6513, 2, 1025152, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 51-52'), +(6513, 3, 1035152, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 51-52'), +(6513, 4, 1045152, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 51-52'), +(6513, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6513, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6513, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6513, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6513, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6514, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(6514, 2, 1025051, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 50-51'), +(6514, 3, 1035051, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 50-51'), +(6514, 4, 1045051, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 50-51'), +(6514, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6514, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6514, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6514, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6514, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6516, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(6516, 2, 1025253, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 52-53'), +(6516, 3, 1035253, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 52-53'), +(6516, 4, 1045253, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 52-53'), +(6516, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6516, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6516, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6516, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6516, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6517, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(6517, 2, 1025051, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 50-51'), +(6517, 3, 1035051, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 50-51'), +(6517, 4, 1045051, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 50-51'), +(6517, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6517, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6517, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6517, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6517, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6518, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(6518, 2, 1025353, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 53-53'), +(6518, 3, 1035353, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 53-53'), +(6518, 4, 1045353, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 53-53'), +(6518, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6518, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6518, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6518, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6518, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6519, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(6519, 2, 1025354, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 53-54'), +(6519, 3, 1035354, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 53-54'), +(6519, 4, 1045354, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 53-54'), +(6519, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6519, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6519, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6519, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6519, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6520, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(6520, 2, 1025354, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 53-54'), +(6520, 3, 1035354, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 53-54'), +(6520, 4, 1045354, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 53-54'), +(6520, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6520, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6520, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6520, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6520, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6521, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(6521, 2, 1025455, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 54-55'), +(6521, 3, 1035455, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 54-55'), +(6521, 4, 1045455, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 54-55'), +(6521, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6521, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(6521, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6521, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6521, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6523, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(6523, 2, 1022728, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 27-28'), +(6523, 3, 1032728, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 27-28'), +(6523, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(6523, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(6523, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(6523, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(6523, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(6527, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(6527, 2, 1025152, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 51-52'), +(6527, 3, 1035152, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 51-52'), +(6527, 4, 1045152, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 51-52'), +(6527, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6527, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6527, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6527, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6527, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6547, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(6547, 2, 1012525, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 25-25'), +(6547, 3, 1022525, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 25-25'), +(6547, 4, 1032525, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 25-25'), +(6547, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(6547, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(6547, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(6547, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(6547, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(6551, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(6551, 2, 1025152, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 51-52'), +(6551, 3, 1035152, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 51-52'), +(6551, 4, 1045152, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 51-52'), +(6551, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6551, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6551, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6551, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6551, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6552, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(6552, 2, 1025152, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 51-52'), +(6552, 3, 1035152, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 51-52'), +(6552, 4, 1045152, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 51-52'), +(6552, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6552, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6552, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6552, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6552, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6553, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(6553, 2, 1025252, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 52-52'), +(6553, 3, 1035252, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 52-52'), +(6553, 4, 1045252, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 52-52'), +(6553, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6553, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6553, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6553, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6553, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6554, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(6554, 2, 1025253, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 52-53'), +(6554, 3, 1035253, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 52-53'), +(6554, 4, 1045253, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 52-53'), +(6554, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6554, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6554, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6554, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6554, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6555, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(6555, 2, 1025253, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 52-53'), +(6555, 3, 1035253, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 52-53'), +(6555, 4, 1045253, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 52-53'), +(6555, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6555, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6555, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6555, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6555, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6556, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(6556, 2, 1024949, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 49-49'), +(6556, 3, 1034949, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 49-49'), +(6556, 4, 1044949, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 49-49'), +(6556, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6556, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(6556, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(6556, 8, 1080007, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~49'), +(6556, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6557, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(6557, 2, 1025151, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 51-51'), +(6557, 3, 1035151, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 51-51'), +(6557, 4, 1045151, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 51-51'), +(6557, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6557, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6557, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6557, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6557, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6559, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(6559, 2, 1025353, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 53-53'), +(6559, 3, 1035353, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 53-53'), +(6559, 4, 1045353, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 53-53'), +(6559, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6559, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6559, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6559, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6559, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(6570, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(6570, 2, 1011616, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-16'), +(6570, 3, 1021616, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-16'), +(6570, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(6570, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(6570, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(6570, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(6570, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(6606, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(6606, 2, 1011616, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-16'), +(6606, 3, 1021616, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-16'), +(6606, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(6606, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(6606, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(6606, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(6606, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(6668, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(6668, 2, 1012323, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 23-23'), +(6668, 3, 1022323, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 23-23'), +(6668, 4, 1032323, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 23-23'), +(6668, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(6668, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(6668, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(6668, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(6668, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(6733, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(6733, 2, 1023738, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 37-38'), +(6733, 3, 1033738, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 37-38'), +(6733, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(6733, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(6733, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(6733, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(6733, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(6733, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(6788, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(6788, 2, 1011819, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 18-19'), +(6788, 3, 1021819, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 18-19'), +(6788, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(6788, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(6788, 6, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(6788, 7, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(6788, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(6788, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(6789, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(6789, 2, 1010910, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-10'), +(6789, 3, 1020910, 1.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-10'), +(6789, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(6789, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(6789, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(6789, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(6846, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(6846, 2, 1011010, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-10'), +(6846, 3, 1021010, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-10'), +(6846, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(6846, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(6846, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(6846, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(6909, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(6909, 2, 1011212, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 12-12'), +(6909, 3, 1021212, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 12-12'), +(6909, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(6909, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(6909, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(6909, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(6909, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(6927, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(6927, 2, 1010809, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 8-9'), +(6927, 3, 1020809, 0.75, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 8-9'), +(6927, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(6927, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(6927, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(6927, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(7025, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7025, 2, 1025556, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 55-56'), +(7025, 3, 1035556, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 55-56'), +(7025, 4, 1045556, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 55-56'), +(7025, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7025, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(7025, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7025, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7025, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7026, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7026, 2, 1025556, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 55-56'), +(7026, 3, 1035556, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 55-56'), +(7026, 4, 1045556, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 55-56'), +(7026, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7026, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(7026, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7026, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7026, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7027, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7027, 2, 1025657, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 56-57'), +(7027, 3, 1035657, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 56-57'), +(7027, 4, 1045657, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 56-57'), +(7027, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7027, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(7027, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7027, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7027, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7028, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7028, 2, 1025657, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 56-57'), +(7028, 3, 1035657, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 56-57'), +(7028, 4, 1045657, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 56-57'), +(7028, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7028, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(7028, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7028, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7028, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7029, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7029, 2, 1025758, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 57-58'), +(7029, 3, 1035758, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 57-58'), +(7029, 4, 1045758, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 57-58'), +(7029, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7029, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(7029, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7029, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7029, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7031, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7031, 2, 1025253, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 52-53'), +(7031, 3, 1035253, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 52-53'), +(7031, 4, 1045253, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 52-53'), +(7031, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7031, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(7031, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7031, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7031, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7032, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7032, 2, 1025656, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 56-56'), +(7032, 3, 1035656, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 56-56'), +(7032, 4, 1045656, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 56-56'), +(7032, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7032, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(7032, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7032, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7032, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7033, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7033, 2, 1025051, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 50-51'), +(7033, 3, 1035051, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 50-51'), +(7033, 4, 1045051, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 50-51'), +(7033, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7033, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(7033, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7033, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7033, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7034, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7034, 2, 1025152, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 51-52'), +(7034, 3, 1035152, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 51-52'), +(7034, 4, 1045152, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 51-52'), +(7034, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7034, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(7034, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7034, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7034, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7035, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7035, 2, 1025253, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 52-53'), +(7035, 3, 1035253, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 52-53'), +(7035, 4, 1045253, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 52-53'), +(7035, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7035, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(7035, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7035, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7035, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7036, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7036, 2, 1025354, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 53-54'), +(7036, 3, 1035354, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 53-54'), +(7036, 4, 1045354, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 53-54'), +(7036, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7036, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(7036, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7036, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7036, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7037, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7037, 2, 1025454, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 54-54'), +(7037, 3, 1035454, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 54-54'), +(7037, 4, 1045454, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 54-54'), +(7037, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7037, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(7037, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7037, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7037, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7038, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7038, 2, 1025455, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 54-55'), +(7038, 3, 1035455, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 54-55'), +(7038, 4, 1045455, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 54-55'), +(7038, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7038, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(7038, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7038, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7038, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7039, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7039, 2, 1025454, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 54-54'), +(7039, 3, 1035454, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 54-54'), +(7039, 4, 1045454, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 54-54'), +(7039, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7039, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(7039, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7039, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7039, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7040, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7040, 2, 1025253, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 52-53'), +(7040, 3, 1035253, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 52-53'), +(7040, 4, 1045253, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 52-53'), +(7040, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7040, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(7040, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7040, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7040, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7041, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7041, 2, 1025354, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 53-54'), +(7041, 3, 1035354, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 53-54'), +(7041, 4, 1045354, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 53-54'), +(7041, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7041, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(7041, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7041, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7041, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7042, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7042, 2, 1025657, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 56-57'), +(7042, 3, 1035657, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 56-57'), +(7042, 4, 1045657, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 56-57'), +(7042, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7042, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(7042, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7042, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7042, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7043, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7043, 2, 1025758, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 57-58'), +(7043, 3, 1035758, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 57-58'), +(7043, 4, 1045758, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 57-58'), +(7043, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7043, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(7043, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7043, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7043, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7044, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7044, 2, 1025252, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 52-52'), +(7044, 3, 1035252, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 52-52'), +(7044, 4, 1045252, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 52-52'), +(7044, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7044, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(7044, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7044, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7044, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7045, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7045, 2, 1025454, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 54-54'), +(7045, 3, 1035454, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 54-54'), +(7045, 4, 1045454, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 54-54'), +(7045, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7045, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(7045, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7045, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7045, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7046, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7046, 2, 1025757, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 57-57'), +(7046, 3, 1035757, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 57-57'), +(7046, 4, 1045757, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 57-57'), +(7046, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7046, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(7046, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7046, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7046, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7047, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7047, 2, 1025152, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 51-52'), +(7047, 3, 1035152, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 51-52'), +(7047, 4, 1045152, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 51-52'), +(7047, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7047, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(7047, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7047, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7047, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7048, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7048, 2, 1025354, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 53-54'), +(7048, 3, 1035354, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 53-54'), +(7048, 4, 1045354, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 53-54'), +(7048, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7048, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(7048, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7048, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7048, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7049, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7049, 2, 1025556, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 55-56'), +(7049, 3, 1035556, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 55-56'), +(7049, 4, 1045556, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 55-56'), +(7049, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7049, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(7049, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7049, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7049, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7053, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(7053, 2, 1012323, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 23-23'), +(7053, 3, 1022323, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 23-23'), +(7053, 4, 1032323, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 23-23'), +(7053, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(7053, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(7053, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(7053, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(7053, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(7055, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7055, 2, 1025455, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 54-55'), +(7055, 3, 1035455, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 54-55'), +(7055, 4, 1045455, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 54-55'), +(7055, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7055, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(7055, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7055, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7055, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7086, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(7086, 2, 1024950, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 49-50'), +(7086, 3, 1034950, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 49-50'), +(7086, 4, 1044950, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 49-50'), +(7086, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7086, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(7086, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7086, 8, 1080007, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~49'), +(7086, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7092, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7092, 2, 1025152, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 51-52'), +(7092, 3, 1035152, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 51-52'), +(7092, 4, 1045152, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 51-52'), +(7092, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7092, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(7092, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7092, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7092, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7093, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7093, 2, 1025353, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 53-53'), +(7093, 3, 1035353, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 53-53'), +(7093, 4, 1045353, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 53-53'), +(7093, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7093, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(7093, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7093, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7093, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7097, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(7097, 2, 1024849, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 48-49'), +(7097, 3, 1034849, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 48-49'), +(7097, 4, 1044849, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 48-49'), +(7097, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7097, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(7097, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(7097, 8, 1080007, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~49'), +(7097, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7098, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7098, 2, 1025253, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 52-53'), +(7098, 3, 1035253, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 52-53'), +(7098, 4, 1045253, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 52-53'), +(7098, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7098, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(7098, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7098, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7098, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7099, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7099, 2, 1025051, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 50-51'), +(7099, 3, 1035051, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 50-51'), +(7099, 4, 1045051, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 50-51'), +(7099, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7099, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(7099, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7099, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7099, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7100, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7100, 2, 1025253, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 52-53'), +(7100, 3, 1035253, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 52-53'), +(7100, 4, 1045253, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 52-53'), +(7100, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7100, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(7100, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7100, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7100, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7101, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7101, 2, 1025354, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 53-54'), +(7101, 3, 1035354, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 53-54'), +(7101, 4, 1045354, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 53-54'), +(7101, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7101, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(7101, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7101, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7101, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7105, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(7105, 2, 1024949, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 49-49'), +(7105, 3, 1034949, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 49-49'), +(7105, 4, 1044949, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 49-49'), +(7105, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7105, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(7105, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(7105, 8, 1080007, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~49'), +(7105, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7106, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7106, 2, 1025051, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 50-51'), +(7106, 3, 1035051, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 50-51'), +(7106, 4, 1045051, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 50-51'), +(7106, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7106, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(7106, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7106, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7106, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7107, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7107, 2, 1025253, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 52-53'), +(7107, 3, 1035253, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 52-53'), +(7107, 4, 1045253, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 52-53'), +(7107, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7107, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(7107, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7107, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7107, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7109, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7109, 2, 1025051, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 50-51'), +(7109, 3, 1035051, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 50-51'), +(7109, 4, 1045051, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 50-51'), +(7109, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7109, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(7109, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7109, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7109, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7110, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7110, 2, 1025152, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 51-52'), +(7110, 3, 1035152, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 51-52'), +(7110, 4, 1045152, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 51-52'), +(7110, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7110, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(7110, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7110, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7110, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7111, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7111, 2, 1025354, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 53-54'), +(7111, 3, 1035354, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 53-54'), +(7111, 4, 1045354, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 53-54'), +(7111, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7111, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(7111, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7111, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7111, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7112, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7112, 2, 1025152, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 51-52'), +(7112, 3, 1035152, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 51-52'), +(7112, 4, 1045152, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 51-52'), +(7112, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7112, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(7112, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7112, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7112, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7113, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7113, 2, 1025051, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 50-51'), +(7113, 3, 1035051, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 50-51'), +(7113, 4, 1045051, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 50-51'), +(7113, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7113, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(7113, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7113, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7113, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7114, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7114, 2, 1025253, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 52-53'), +(7114, 3, 1035253, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 52-53'), +(7114, 4, 1045253, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 52-53'), +(7114, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7114, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(7114, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7114, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7114, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7115, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7115, 2, 1025152, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 51-52'), +(7115, 3, 1035152, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 51-52'), +(7115, 4, 1045152, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 51-52'), +(7115, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7115, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(7115, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7115, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7115, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7118, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7118, 2, 1025354, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 53-54'), +(7118, 3, 1035354, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 53-54'), +(7118, 4, 1045354, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 53-54'), +(7118, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7118, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(7118, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7118, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7118, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7120, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7120, 2, 1025354, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 53-54'), +(7120, 3, 1035354, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 53-54'), +(7120, 4, 1045354, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 53-54'), +(7120, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7120, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(7120, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7120, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7120, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7125, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7125, 2, 1025051, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 50-51'), +(7125, 3, 1035051, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 50-51'), +(7125, 4, 1045051, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 50-51'), +(7125, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7125, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(7125, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7125, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7125, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7126, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7126, 2, 1025253, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 52-53'), +(7126, 3, 1035253, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 52-53'), +(7126, 4, 1045253, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 52-53'), +(7126, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7126, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(7126, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7126, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7126, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7132, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7132, 2, 1025354, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 53-54'), +(7132, 3, 1035354, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 53-54'), +(7132, 4, 1045354, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 53-54'), +(7132, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7132, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(7132, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7132, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7132, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7136, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7136, 2, 1025253, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 52-53'), +(7136, 3, 1035253, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 52-53'), +(7136, 4, 1045253, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 52-53'), +(7136, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7136, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(7136, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7136, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7136, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7138, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7138, 2, 1025253, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 52-53'), +(7138, 3, 1035253, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 52-53'), +(7138, 4, 1045253, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 52-53'), +(7138, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7138, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(7138, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7138, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7138, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7139, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7139, 2, 1025253, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 52-53'), +(7139, 3, 1035253, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 52-53'), +(7139, 4, 1045253, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 52-53'), +(7139, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7139, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(7139, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7139, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7139, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7149, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7149, 2, 1025556, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 55-56'), +(7149, 3, 1035556, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 55-56'), +(7149, 4, 1045556, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 55-56'), +(7149, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7149, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(7149, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7149, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7149, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7153, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(7153, 2, 1024849, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 48-49'), +(7153, 3, 1034849, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 48-49'), +(7153, 4, 1044849, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 48-49'), +(7153, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7153, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(7153, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(7153, 8, 1080007, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~49'), +(7153, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7154, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(7154, 2, 1024849, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 48-49'), +(7154, 3, 1034849, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 48-49'), +(7154, 4, 1044849, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 48-49'), +(7154, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7154, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(7154, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(7154, 8, 1080007, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~49'), +(7154, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7155, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(7155, 2, 1024950, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 49-50'), +(7155, 3, 1034950, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 49-50'), +(7155, 4, 1044950, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 49-50'), +(7155, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7155, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(7155, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7155, 8, 1080007, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~49'), +(7155, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7156, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7156, 2, 1025354, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 53-54'), +(7156, 3, 1035354, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 53-54'), +(7156, 4, 1045354, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 53-54'), +(7156, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7156, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(7156, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7156, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7156, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7157, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7157, 2, 1025455, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 54-55'), +(7157, 3, 1035455, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 54-55'), +(7157, 4, 1045455, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 54-55'), +(7157, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7157, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(7157, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7157, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7157, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7158, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7158, 2, 1025354, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 53-54'), +(7158, 3, 1035354, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 53-54'), +(7158, 4, 1045354, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 53-54'), +(7158, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7158, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(7158, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7158, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7158, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7234, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(7234, 2, 1010808, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 8-8'), +(7234, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(7234, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(7234, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(7234, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(7234, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(7235, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(7235, 2, 1010607, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 6-7'), +(7235, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(7235, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(7235, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(7235, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(7235, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(7318, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(7318, 2, 1011010, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-10'), +(7318, 3, 1021010, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-10'), +(7318, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(7318, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(7318, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(7318, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(7319, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(7319, 2, 1011212, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 12-12'), +(7319, 3, 1021212, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 12-12'), +(7319, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(7319, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(7319, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(7319, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(7319, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(7369, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7369, 2, 1025556, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 55-56'), +(7369, 3, 1035556, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 55-56'), +(7369, 4, 1045556, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 55-56'), +(7369, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7369, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(7369, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7369, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7369, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7371, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7371, 2, 1025657, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 56-57'), +(7371, 3, 1035657, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 56-57'), +(7371, 4, 1045657, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 56-57'), +(7371, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7371, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(7371, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7371, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7371, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7372, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7372, 2, 1025758, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 57-58'), +(7372, 3, 1035758, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 57-58'), +(7372, 4, 1045758, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 57-58'), +(7372, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7372, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(7372, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7372, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7372, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7376, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7376, 2, 1025556, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 55-56'), +(7376, 3, 1035556, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 55-56'), +(7376, 4, 1045556, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 55-56'), +(7376, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7376, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(7376, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7376, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7376, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7379, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7379, 2, 1025656, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 56-56'), +(7379, 3, 1035656, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 56-56'), +(7379, 4, 1045656, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 56-56'), +(7379, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7379, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(7379, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7379, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7379, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7404, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(7404, 2, 1023030, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 30-30'), +(7404, 3, 1033030, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 30-30'), +(7404, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(7404, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(7404, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(7404, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(7404, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(7430, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7430, 2, 1025556, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 55-56'), +(7430, 3, 1035556, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 55-56'), +(7430, 4, 1045556, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 55-56'), +(7430, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7430, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(7430, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7430, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7430, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7431, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7431, 2, 1025657, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 56-57'), +(7431, 3, 1035657, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 56-57'), +(7431, 4, 1045657, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 56-57'), +(7431, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7431, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(7431, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7431, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7431, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7432, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7432, 2, 1025960, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 59-60'), +(7432, 3, 1035960, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 59-60'), +(7432, 4, 1045960, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 59-60'), +(7432, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7432, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(7432, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7432, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7432, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7433, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7433, 2, 1025859, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 58-59'), +(7433, 3, 1035859, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 58-59'), +(7433, 4, 1045859, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 58-59'), +(7433, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7433, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(7433, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7433, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7433, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7434, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7434, 2, 1025960, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 59-60'), +(7434, 3, 1035960, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 59-60'), +(7434, 4, 1045960, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 59-60'), +(7434, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7434, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(7434, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7434, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7434, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7438, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7438, 2, 1025758, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 57-58'), +(7438, 3, 1035758, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 57-58'), +(7438, 4, 1045758, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 57-58'), +(7438, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7438, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(7438, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7438, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7438, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7439, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7439, 2, 1025657, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 56-57'), +(7439, 3, 1035657, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 56-57'), +(7439, 4, 1045657, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 56-57'), +(7439, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7439, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(7439, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7439, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7439, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7440, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7440, 2, 1025556, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 55-56'), +(7440, 3, 1035556, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 55-56'), +(7440, 4, 1045556, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 55-56'), +(7440, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7440, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(7440, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7440, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7440, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7442, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7442, 2, 1025354, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 53-54'), +(7442, 3, 1035354, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 53-54'), +(7442, 4, 1045354, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 53-54'), +(7442, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7442, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(7442, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7442, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7442, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7443, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7443, 2, 1025556, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 55-56'), +(7443, 3, 1035556, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 55-56'), +(7443, 4, 1045556, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 55-56'), +(7443, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7443, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(7443, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7443, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7443, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7444, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7444, 2, 1025354, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 53-54'), +(7444, 3, 1035354, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 53-54'), +(7444, 4, 1045354, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 53-54'), +(7444, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7444, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(7444, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7444, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7444, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7445, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7445, 2, 1025758, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 57-58'), +(7445, 3, 1035758, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 57-58'), +(7445, 4, 1045758, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 57-58'), +(7445, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7445, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(7445, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7445, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7445, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7446, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7446, 2, 1025960, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 59-60'), +(7446, 3, 1035960, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 59-60'), +(7446, 4, 1045960, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 59-60'), +(7446, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7446, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(7446, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7446, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7446, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7447, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7447, 2, 1025454, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 54-54'), +(7447, 3, 1035454, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 54-54'), +(7447, 4, 1045454, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 54-54'), +(7447, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7447, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(7447, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7447, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7447, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7448, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7448, 2, 1025656, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 56-56'), +(7448, 3, 1035656, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 56-56'), +(7448, 4, 1045656, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 56-56'), +(7448, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7448, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(7448, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7448, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7448, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7449, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7449, 2, 1025858, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 58-58'), +(7449, 3, 1035858, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 58-58'), +(7449, 4, 1045858, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 58-58'), +(7449, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7449, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(7449, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7449, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7449, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7450, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7450, 2, 1025454, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 54-54'), +(7450, 3, 1035454, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 54-54'), +(7450, 4, 1045454, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 54-54'), +(7450, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7450, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(7450, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7450, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7450, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7451, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7451, 2, 1025555, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 55-55'), +(7451, 3, 1035555, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 55-55'), +(7451, 4, 1045555, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 55-55'), +(7451, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7451, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(7451, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7451, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7451, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7452, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7452, 2, 1025657, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 56-57'), +(7452, 3, 1035657, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 56-57'), +(7452, 4, 1045657, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 56-57'), +(7452, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7452, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(7452, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7452, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7452, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7453, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7453, 2, 1025758, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 57-58'), +(7453, 3, 1035758, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 57-58'), +(7453, 4, 1045758, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 57-58'), +(7453, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7453, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(7453, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7453, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7453, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7454, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7454, 2, 1025859, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 58-59'), +(7454, 3, 1035859, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 58-59'), +(7454, 4, 1045859, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 58-59'), +(7454, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7454, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(7454, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7454, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7454, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7455, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7455, 2, 1025555, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 55-55'), +(7455, 3, 1035555, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 55-55'), +(7455, 4, 1045555, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 55-55'), +(7455, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7455, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(7455, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7455, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7455, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7456, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7456, 2, 1025858, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 58-58'), +(7456, 3, 1035858, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 58-58'), +(7456, 4, 1045858, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 58-58'), +(7456, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7456, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(7456, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7456, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7456, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7457, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7457, 2, 1025454, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 54-54'), +(7457, 3, 1035454, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 54-54'), +(7457, 4, 1045454, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 54-54'), +(7457, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7457, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(7457, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7457, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7457, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7458, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7458, 2, 1025556, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 55-56'), +(7458, 3, 1035556, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 55-56'), +(7458, 4, 1045556, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 55-56'), +(7458, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7458, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(7458, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7458, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7458, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7459, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7459, 2, 1025657, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 56-57'), +(7459, 3, 1035657, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 56-57'), +(7459, 4, 1045657, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 56-57'), +(7459, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7459, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(7459, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7459, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7459, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7460, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7460, 2, 1025758, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 57-58'), +(7460, 3, 1035758, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 57-58'), +(7460, 4, 1045758, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 57-58'), +(7460, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7460, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(7460, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7460, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7460, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7523, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7523, 2, 1025455, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 54-55'), +(7523, 3, 1035455, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 54-55'), +(7523, 4, 1045455, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 54-55'), +(7523, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7523, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(7523, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7523, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7523, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7524, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7524, 2, 1025556, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 55-56'), +(7524, 3, 1035556, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 55-56'), +(7524, 4, 1045556, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 55-56'), +(7524, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7524, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(7524, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7524, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7524, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7584, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(7584, 2, 1024545, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 45-45'), +(7584, 3, 1034545, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 45-45'), +(7584, 4, 1044545, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 45-45'), +(7584, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7584, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(7584, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(7584, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(7584, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(7668, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7668, 2, 1025757, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 57-57'), +(7668, 3, 1035757, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 57-57'), +(7668, 4, 1045757, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 57-57'), +(7668, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7668, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(7668, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7668, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7668, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7669, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7669, 2, 1025354, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 53-54'), +(7669, 3, 1035354, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 53-54'), +(7669, 4, 1045354, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 53-54'), +(7669, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7669, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(7669, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7669, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7669, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7670, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7670, 2, 1025455, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 54-55'), +(7670, 3, 1035455, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 54-55'), +(7670, 4, 1045455, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 54-55'), +(7670, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7670, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(7670, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7670, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7670, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7671, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7671, 2, 1025656, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 56-56'), +(7671, 3, 1035656, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 56-56'), +(7671, 4, 1045656, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 56-56'), +(7671, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7671, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(7671, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7671, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7671, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7725, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(7725, 2, 1024243, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 42-43'), +(7725, 3, 1034243, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 42-43'), +(7725, 4, 1044243, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 42-43'), +(7725, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7725, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(7725, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(7725, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(7725, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(7726, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(7726, 2, 1024142, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 41-42'), +(7726, 3, 1034142, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 41-42'), +(7726, 4, 1044142, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 41-42'), +(7726, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7726, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(7726, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(7726, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(7726, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(7727, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(7727, 2, 1024344, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 43-44'), +(7727, 3, 1034344, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 43-44'), +(7727, 4, 1044344, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 43-44'), +(7727, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7727, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(7727, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(7727, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(7727, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(7728, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7728, 2, 1025555, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 55-55'), +(7728, 3, 1035555, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 55-55'), +(7728, 4, 1045555, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 55-55'), +(7728, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7728, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(7728, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7728, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7728, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7843, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(7843, 2, 1012425, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-25'), +(7843, 3, 1022425, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-25'), +(7843, 4, 1032425, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-25'), +(7843, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(7843, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(7843, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(7843, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(7843, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(7847, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(7847, 2, 1024646, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 46-46'), +(7847, 3, 1034646, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 46-46'), +(7847, 4, 1044646, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 46-46'), +(7847, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7847, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(7847, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(7847, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(7847, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7855, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(7855, 2, 1024445, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 44-45'), +(7855, 3, 1034445, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 44-45'), +(7855, 4, 1044445, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 44-45'), +(7855, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7855, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(7855, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(7855, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(7855, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(7856, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(7856, 2, 1024445, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 44-45'), +(7856, 3, 1034445, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 44-45'), +(7856, 4, 1044445, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 44-45'), +(7856, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7856, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(7856, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(7856, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(7856, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(7857, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(7857, 2, 1024445, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 44-45'), +(7857, 3, 1034445, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 44-45'), +(7857, 4, 1044445, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 44-45'), +(7857, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7857, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(7857, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(7857, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(7857, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(7858, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(7858, 2, 1024445, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 44-45'), +(7858, 3, 1034445, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 44-45'), +(7858, 4, 1044445, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 44-45'), +(7858, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7858, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(7858, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(7858, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(7858, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(7864, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(7864, 2, 1024949, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 49-49'), +(7864, 3, 1034949, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 49-49'), +(7864, 4, 1044949, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 49-49'), +(7864, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7864, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(7864, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(7864, 8, 1080007, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~49'), +(7864, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7872, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(7872, 2, 1023334, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 33-34'), +(7872, 3, 1033334, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 33-34'), +(7872, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(7872, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(7872, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(7872, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(7872, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(7873, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(7873, 2, 1023334, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 33-34'), +(7873, 3, 1033334, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 33-34'), +(7873, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(7873, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(7873, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(7873, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(7873, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(7874, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(7874, 2, 1023334, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 33-34'), +(7874, 3, 1033334, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 33-34'), +(7874, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(7874, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(7874, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(7874, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(7874, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(7883, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(7883, 2, 1024545, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 45-45'), +(7883, 3, 1034545, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 45-45'), +(7883, 4, 1044545, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 45-45'), +(7883, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7883, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(7883, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(7883, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(7883, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(7885, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7885, 2, 1025354, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 53-54'), +(7885, 3, 1035354, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 53-54'), +(7885, 4, 1045354, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 53-54'), +(7885, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7885, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(7885, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7885, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7885, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7886, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7886, 2, 1025455, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 54-55'), +(7886, 3, 1035455, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 54-55'), +(7886, 4, 1045455, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 54-55'), +(7886, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7886, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(7886, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7886, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7886, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7977, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(7977, 2, 1024848, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 48-48'), +(7977, 3, 1034848, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 48-48'), +(7977, 4, 1044848, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 48-48'), +(7977, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7977, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(7977, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(7977, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(7977, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7995, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(7995, 2, 1025151, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 51-51'), +(7995, 3, 1035151, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 51-51'), +(7995, 4, 1045151, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 51-51'), +(7995, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7995, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(7995, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7995, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7995, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(7996, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(7996, 2, 1025050, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 50-50'), +(7996, 3, 1035050, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 50-50'), +(7996, 4, 1045050, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 50-50'), +(7996, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(7996, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(7996, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(7996, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(7996, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8136, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(8136, 2, 1024747, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 47-47'), +(8136, 3, 1034747, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 47-47'), +(8136, 4, 1044747, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 47-47'), +(8136, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8136, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(8136, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(8136, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(8136, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8236, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(8236, 2, 1011415, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 14-15'), +(8236, 3, 1021415, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 14-15'), +(8236, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(8236, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(8236, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(8236, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(8236, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(8400, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(8400, 2, 1024646, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 46-46'), +(8400, 3, 1034646, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 46-46'), +(8400, 4, 1044646, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 46-46'), +(8400, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8400, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(8400, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(8400, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(8400, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8408, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8408, 2, 1025555, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 55-55'), +(8408, 3, 1035555, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 55-55'), +(8408, 4, 1045555, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 55-55'), +(8408, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8408, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(8408, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8408, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8408, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8409, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8409, 2, 1025353, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 53-53'), +(8409, 3, 1035353, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 53-53'), +(8409, 4, 1045353, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 53-53'), +(8409, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8409, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(8409, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8409, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8409, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8419, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(8419, 2, 1024546, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 45-46'), +(8419, 3, 1034546, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 45-46'), +(8419, 4, 1044546, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 45-46'), +(8419, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8419, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(8419, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(8419, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(8419, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8447, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(8447, 2, 1024444, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 44-44'), +(8447, 3, 1034444, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 44-44'), +(8447, 4, 1044444, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 44-44'), +(8447, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8447, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(8447, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(8447, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(8447, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(8518, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(8518, 2, 1022929, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 29-29'), +(8518, 3, 1032929, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 29-29'), +(8518, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(8518, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(8518, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(8518, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(8518, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(8519, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8519, 2, 1025454, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 54-54'), +(8519, 3, 1035454, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 54-54'), +(8519, 4, 1045454, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 54-54'), +(8519, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8519, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(8519, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8519, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8519, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8520, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8520, 2, 1025556, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 55-56'), +(8520, 3, 1035556, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 55-56'), +(8520, 4, 1045556, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 55-56'), +(8520, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8520, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(8520, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8520, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8520, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8521, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8521, 2, 1025657, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 56-57'), +(8521, 3, 1035657, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 56-57'), +(8521, 4, 1045657, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 56-57'), +(8521, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8521, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(8521, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8521, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8521, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8522, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8522, 2, 1025858, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 58-58'), +(8522, 3, 1035858, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 58-58'), +(8522, 4, 1045858, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 58-58'), +(8522, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8522, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(8522, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8522, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8522, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8523, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8523, 2, 1025354, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 53-54'), +(8523, 3, 1035354, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 53-54'), +(8523, 4, 1045354, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 53-54'), +(8523, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8523, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(8523, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8523, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8523, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8524, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8524, 2, 1025455, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 54-55'), +(8524, 3, 1035455, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 54-55'), +(8524, 4, 1045455, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 54-55'), +(8524, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8524, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(8524, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8524, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8524, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8525, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8525, 2, 1025556, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 55-56'), +(8525, 3, 1035556, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 55-56'), +(8525, 4, 1045556, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 55-56'), +(8525, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8525, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(8525, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8525, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8525, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8526, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8526, 2, 1025657, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 56-57'), +(8526, 3, 1035657, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 56-57'), +(8526, 4, 1045657, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 56-57'), +(8526, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8526, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(8526, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8526, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8526, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8527, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8527, 2, 1025758, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 57-58'), +(8527, 3, 1035758, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 57-58'), +(8527, 4, 1045758, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 57-58'), +(8527, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8527, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(8527, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8527, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8527, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8528, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8528, 2, 1025859, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 58-59'), +(8528, 3, 1035859, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 58-59'), +(8528, 4, 1045859, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 58-59'), +(8528, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8528, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(8528, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8528, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8528, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8529, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8529, 2, 1025960, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 59-60'), +(8529, 3, 1035960, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 59-60'), +(8529, 4, 1045960, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 59-60'), +(8529, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8529, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(8529, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8529, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8529, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8530, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8530, 2, 1025455, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 54-55'), +(8530, 3, 1035455, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 54-55'), +(8530, 4, 1045455, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 54-55'), +(8530, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8530, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(8530, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8530, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8530, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8531, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8531, 2, 1025657, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 56-57'), +(8531, 3, 1035657, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 56-57'), +(8531, 4, 1045657, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 56-57'), +(8531, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8531, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(8531, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8531, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8531, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8532, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8532, 2, 1025859, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 58-59'), +(8532, 3, 1035859, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 58-59'), +(8532, 4, 1045859, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 58-59'), +(8532, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8532, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(8532, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8532, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8532, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8534, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8534, 2, 1025555, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 55-55'), +(8534, 3, 1035555, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 55-55'), +(8534, 4, 1045555, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 55-55'), +(8534, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8534, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(8534, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8534, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8534, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8535, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8535, 2, 1025757, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 57-57'), +(8535, 3, 1035757, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 57-57'), +(8535, 4, 1045757, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 57-57'), +(8535, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8535, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(8535, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8535, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8535, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8538, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8538, 2, 1025556, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 55-56'), +(8538, 3, 1035556, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 55-56'), +(8538, 4, 1045556, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 55-56'), +(8538, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8538, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(8538, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8538, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8538, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8539, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8539, 2, 1025758, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 57-58'), +(8539, 3, 1035758, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 57-58'), +(8539, 4, 1045758, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 57-58'), +(8539, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8539, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(8539, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8539, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8539, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8540, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8540, 2, 1025454, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 54-54'), +(8540, 3, 1035454, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 54-54'), +(8540, 4, 1045454, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 54-54'), +(8540, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8540, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(8540, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8540, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8540, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8541, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8541, 2, 1025656, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 56-56'), +(8541, 3, 1035656, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 56-56'), +(8541, 4, 1045656, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 56-56'), +(8541, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8541, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(8541, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8541, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8541, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8542, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8542, 2, 1025858, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 58-58'), +(8542, 3, 1035858, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 58-58'), +(8542, 4, 1045858, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 58-58'), +(8542, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8542, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(8542, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8542, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8542, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8543, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8543, 2, 1025758, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 57-58'), +(8543, 3, 1035758, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 57-58'), +(8543, 4, 1045758, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 57-58'), +(8543, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8543, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(8543, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8543, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8543, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8544, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8544, 2, 1025859, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 58-59'), +(8544, 3, 1035859, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 58-59'), +(8544, 4, 1045859, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 58-59'), +(8544, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8544, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(8544, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8544, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8544, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8545, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8545, 2, 1025960, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 59-60'), +(8545, 3, 1035960, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 59-60'), +(8545, 4, 1045960, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 59-60'), +(8545, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8545, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(8545, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8545, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8545, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8546, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8546, 2, 1025859, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 58-59'), +(8546, 3, 1035859, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 58-59'), +(8546, 4, 1045859, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 58-59'), +(8546, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8546, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(8546, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8546, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8546, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8547, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8547, 2, 1025454, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 54-54'), +(8547, 3, 1035454, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 54-54'), +(8547, 4, 1045454, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 54-54'), +(8547, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8547, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(8547, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8547, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8547, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8548, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8548, 2, 1025657, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 56-57'), +(8548, 3, 1035657, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 56-57'), +(8548, 4, 1045657, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 56-57'), +(8548, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8548, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(8548, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8548, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8548, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8550, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8550, 2, 1025960, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 59-60'), +(8550, 3, 1035960, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 59-60'), +(8550, 4, 1045960, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 59-60'), +(8550, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8550, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(8550, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8550, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8550, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8551, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8551, 2, 1025556, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 55-56'), +(8551, 3, 1035556, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 55-56'), +(8551, 4, 1045556, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 55-56'), +(8551, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8551, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(8551, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8551, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8551, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8553, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8553, 2, 1025455, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 54-55'), +(8553, 3, 1035455, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 54-55'), +(8553, 4, 1045455, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 54-55'), +(8553, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8553, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(8553, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8553, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8553, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8555, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8555, 2, 1025354, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 53-54'), +(8555, 3, 1035354, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 53-54'), +(8555, 4, 1045354, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 53-54'), +(8555, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8555, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(8555, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8555, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8555, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8556, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8556, 2, 1025556, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 55-56'), +(8556, 3, 1035556, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 55-56'), +(8556, 4, 1045556, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 55-56'), +(8556, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8556, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(8556, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8556, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8556, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8557, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8557, 2, 1025758, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 57-58'), +(8557, 3, 1035758, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 57-58'), +(8557, 4, 1045758, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 57-58'), +(8557, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8557, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(8557, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8557, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8557, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8558, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8558, 2, 1025859, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 58-59'), +(8558, 3, 1035859, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 58-59'), +(8558, 4, 1045859, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 58-59'), +(8558, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8558, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(8558, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8558, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8558, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8560, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8560, 2, 1025758, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 57-58'), +(8560, 3, 1035758, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 57-58'), +(8560, 4, 1045758, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 57-58'), +(8560, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8560, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(8560, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8560, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8560, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8561, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8561, 2, 1025859, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 58-59'), +(8561, 3, 1035859, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 58-59'), +(8561, 4, 1045859, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 58-59'), +(8561, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8561, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(8561, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8561, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8561, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8562, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8562, 2, 1025858, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 58-58'), +(8562, 3, 1035858, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 58-58'), +(8562, 4, 1045858, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 58-58'), +(8562, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8562, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(8562, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8562, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8562, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8563, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8563, 2, 1025859, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 58-59'), +(8563, 3, 1035859, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 58-59'), +(8563, 4, 1045859, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 58-59'), +(8563, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8563, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(8563, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8563, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8563, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8564, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8564, 2, 1025960, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 59-60'), +(8564, 3, 1035960, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 59-60'), +(8564, 4, 1045960, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 59-60'), +(8564, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8564, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(8564, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8564, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8564, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8565, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8565, 2, 1025758, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 57-58'), +(8565, 3, 1035758, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 57-58'), +(8565, 4, 1045758, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 57-58'), +(8565, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8565, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(8565, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8565, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8565, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8566, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(8566, 2, 1024748, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 47-48'), +(8566, 3, 1034748, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 47-48'), +(8566, 4, 1044748, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 47-48'), +(8566, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8566, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(8566, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(8566, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(8566, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8596, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8596, 2, 1025354, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 53-54'), +(8596, 3, 1035354, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 53-54'), +(8596, 4, 1045354, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 53-54'), +(8596, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8596, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(8596, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8596, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8596, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8597, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8597, 2, 1025556, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 55-56'), +(8597, 3, 1035556, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 55-56'), +(8597, 4, 1045556, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 55-56'), +(8597, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8597, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(8597, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8597, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8597, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8598, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8598, 2, 1025758, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 57-58'), +(8598, 3, 1035758, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 57-58'), +(8598, 4, 1045758, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 57-58'), +(8598, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8598, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(8598, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8598, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8598, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8600, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8600, 2, 1025454, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 54-54'), +(8600, 3, 1035454, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 54-54'), +(8600, 4, 1045454, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 54-54'), +(8600, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8600, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(8600, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8600, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8600, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8601, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8601, 2, 1025555, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 55-55'), +(8601, 3, 1035555, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 55-55'), +(8601, 4, 1045555, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 55-55'), +(8601, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8601, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(8601, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8601, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8601, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8602, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8602, 2, 1025757, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 57-57'), +(8602, 3, 1035757, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 57-57'), +(8602, 4, 1045757, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 57-57'), +(8602, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8602, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(8602, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8602, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8602, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8603, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8603, 2, 1025455, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 54-55'), +(8603, 3, 1035455, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 54-55'), +(8603, 4, 1045455, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 54-55'), +(8603, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8603, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(8603, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8603, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8603, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8605, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8605, 2, 1025657, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 56-57'), +(8605, 3, 1035657, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 56-57'), +(8605, 4, 1045657, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 56-57'), +(8605, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8605, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(8605, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8605, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8605, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8606, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8606, 2, 1025556, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 55-56'), +(8606, 3, 1035556, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 55-56'), +(8606, 4, 1045556, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 55-56'), +(8606, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8606, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(8606, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8606, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8606, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8607, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8607, 2, 1025455, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 54-55'), +(8607, 3, 1035455, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 54-55'), +(8607, 4, 1045455, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 54-55'), +(8607, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8607, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(8607, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8607, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8607, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8636, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(8636, 2, 1025050, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 50-50'), +(8636, 3, 1035050, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 50-50'), +(8636, 4, 1045050, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 50-50'), +(8636, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8636, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(8636, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8636, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8636, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8637, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(8637, 2, 1024445, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 44-45'), +(8637, 3, 1034445, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 44-45'), +(8637, 4, 1044445, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 44-45'), +(8637, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8637, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(8637, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(8637, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(8637, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(8667, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(8667, 2, 1024444, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 44-44'), +(8667, 3, 1034444, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 44-44'), +(8667, 4, 1044444, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 44-44'), +(8667, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8667, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(8667, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(8667, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(8667, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(8675, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8675, 2, 1025051, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 50-51'), +(8675, 3, 1035051, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 50-51'), +(8675, 4, 1045051, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 50-51'), +(8675, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8675, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(8675, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8675, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8675, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8759, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(8759, 2, 1024646, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 46-46'), +(8759, 3, 1034646, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 46-46'), +(8759, 4, 1044646, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 46-46'), +(8759, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8759, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(8759, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(8759, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(8759, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8760, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(8760, 2, 1024950, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 49-50'), +(8760, 3, 1034950, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 49-50'), +(8760, 4, 1044950, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 49-50'), +(8760, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8760, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(8760, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8760, 8, 1080007, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~49'), +(8760, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8761, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8761, 2, 1025253, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 52-53'), +(8761, 3, 1035253, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 52-53'), +(8761, 4, 1045253, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 52-53'), +(8761, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8761, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(8761, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8761, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8761, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8762, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(8762, 2, 1024748, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 47-48'), +(8762, 3, 1034748, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 47-48'), +(8762, 4, 1044748, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 47-48'), +(8762, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8762, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(8762, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(8762, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(8762, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8763, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(8763, 2, 1024950, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 49-50'), +(8763, 3, 1034950, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 49-50'), +(8763, 4, 1044950, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 49-50'), +(8763, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8763, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(8763, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8763, 8, 1080007, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~49'), +(8763, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8764, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8764, 2, 1025253, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 52-53'), +(8764, 3, 1035253, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 52-53'), +(8764, 4, 1045253, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 52-53'), +(8764, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8764, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(8764, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8764, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8764, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8766, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8766, 2, 1025253, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 52-53'), +(8766, 3, 1035253, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 52-53'), +(8766, 4, 1045253, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 52-53'), +(8766, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8766, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(8766, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8766, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8766, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8837, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(8837, 2, 1024848, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 48-48'), +(8837, 3, 1034848, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 48-48'), +(8837, 4, 1044848, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 48-48'), +(8837, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8837, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(8837, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(8837, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(8837, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8917, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(8917, 2, 1024747, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 47-47'), +(8917, 3, 1034747, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 47-47'), +(8917, 4, 1044747, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 47-47'), +(8917, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8917, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(8917, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(8917, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(8917, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8956, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(8956, 2, 1024748, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 47-48'), +(8956, 3, 1034748, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 47-48'), +(8956, 4, 1044748, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 47-48'), +(8956, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8956, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(8956, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(8956, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(8956, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8957, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8957, 2, 1025152, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 51-52'), +(8957, 3, 1035152, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 51-52'), +(8957, 4, 1045152, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 51-52'), +(8957, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8957, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(8957, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8957, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8957, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8958, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(8958, 2, 1024950, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 49-50'), +(8958, 3, 1034950, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 49-50'), +(8958, 4, 1044950, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 49-50'), +(8958, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8958, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(8958, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8958, 8, 1080007, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~49'), +(8958, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8959, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(8959, 2, 1024748, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 47-48'), +(8959, 3, 1034748, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 47-48'), +(8959, 4, 1044748, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 47-48'), +(8959, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8959, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(8959, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(8959, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(8959, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8960, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(8960, 2, 1024950, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 49-50'), +(8960, 3, 1034950, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 49-50'), +(8960, 4, 1044950, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 49-50'), +(8960, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8960, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(8960, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8960, 8, 1080007, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~49'), +(8960, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8961, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8961, 2, 1025152, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 51-52'), +(8961, 3, 1035152, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 51-52'), +(8961, 4, 1045152, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 51-52'), +(8961, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8961, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(8961, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8961, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8961, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(8977, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8977, 2, 1025454, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 54-54'), +(8977, 3, 1035454, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 54-54'), +(8977, 4, 1045454, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 54-54'), +(8977, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8977, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(8977, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8977, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8977, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(9043, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(9043, 2, 1025354, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 53-54'), +(9043, 3, 1035354, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 53-54'), +(9043, 4, 1045354, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 53-54'), +(9043, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(9043, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(9043, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(9043, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(9043, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(9044, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(9044, 2, 1025354, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 53-54'), +(9044, 3, 1035354, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 53-54'), +(9044, 4, 1045354, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 53-54'), +(9044, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(9044, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(9044, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(9044, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(9044, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(9162, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(9162, 2, 1024950, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 49-50'), +(9162, 3, 1034950, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 49-50'), +(9162, 4, 1044950, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 49-50'), +(9162, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(9162, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(9162, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(9162, 8, 1080007, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~49'), +(9162, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(9163, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(9163, 2, 1025152, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 51-52'), +(9163, 3, 1035152, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 51-52'), +(9163, 4, 1045152, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 51-52'), +(9163, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(9163, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(9163, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(9163, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(9163, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(9164, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(9164, 2, 1025455, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 54-55'), +(9164, 3, 1035455, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 54-55'), +(9164, 4, 1045455, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 54-55'), +(9164, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(9164, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(9164, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(9164, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(9164, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(9165, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(9165, 2, 1024949, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 49-49'), +(9165, 3, 1034949, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 49-49'), +(9165, 4, 1044949, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 49-49'), +(9165, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(9165, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(9165, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(9165, 8, 1080007, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~49'), +(9165, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(9166, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(9166, 2, 1025151, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 51-51'), +(9166, 3, 1035151, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 51-51'), +(9166, 4, 1045151, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 51-51'), +(9166, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(9166, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(9166, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(9166, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(9166, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(9167, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(9167, 2, 1025353, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 53-53'), +(9167, 3, 1035353, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 53-53'), +(9167, 4, 1045353, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 53-53'), +(9167, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(9167, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(9167, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(9167, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(9167, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(9176, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(9176, 2, 1025454, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 54-54'), +(9176, 3, 1035454, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 54-54'), +(9176, 4, 1045454, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 54-54'), +(9176, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(9176, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(9176, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(9176, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(9176, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(9318, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(9318, 2, 1024848, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 48-48'), +(9318, 3, 1034848, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 48-48'), +(9318, 4, 1044848, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 48-48'), +(9318, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(9318, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(9318, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(9318, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(9318, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(9336, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(9336, 2, 1011919, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 19-19'), +(9336, 3, 1021919, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 19-19'), +(9336, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(9336, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(9336, 6, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(9336, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(9336, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(9336, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(9377, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(9377, 2, 1023334, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 33-34'), +(9377, 3, 1033334, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 33-34'), +(9377, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(9377, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(9377, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(9377, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(9377, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(9396, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(9396, 2, 1024242, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 42-42'), +(9396, 3, 1034242, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 42-42'), +(9396, 4, 1044242, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 42-42'), +(9396, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(9396, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(9396, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(9396, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(9396, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(9397, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(9397, 2, 1024848, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 48-48'), +(9397, 3, 1034848, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 48-48'), +(9397, 4, 1044848, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 48-48'), +(9397, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(9397, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(9397, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(9397, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(9397, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(9454, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(9454, 2, 1025454, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 54-54'), +(9454, 3, 1035454, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 54-54'), +(9454, 4, 1045454, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 54-54'), +(9454, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(9454, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(9454, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(9454, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(9454, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(9462, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(9462, 2, 1025656, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 56-56'), +(9462, 3, 1035656, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 56-56'), +(9462, 4, 1045656, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 56-56'), +(9462, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(9462, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(9462, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(9462, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(9462, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(9464, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(9464, 2, 1025051, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 50-51'), +(9464, 3, 1035051, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 50-51'), +(9464, 4, 1045051, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 50-51'), +(9464, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(9464, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(9464, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(9464, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(9464, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(9517, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(9517, 2, 1025757, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 57-57'), +(9517, 3, 1035757, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 57-57'), +(9517, 4, 1045757, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 57-57'), +(9517, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(9517, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(9517, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(9517, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(9517, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(9518, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(9518, 2, 1025656, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 56-56'), +(9518, 3, 1035656, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 56-56'), +(9518, 4, 1045656, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 56-56'), +(9518, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(9518, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(9518, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(9518, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(9518, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(9622, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(9622, 2, 1025555, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 55-55'), +(9622, 3, 1035555, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 55-55'), +(9622, 4, 1045555, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 55-55'), +(9622, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(9622, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(9622, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(9622, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(9622, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(9690, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(9690, 2, 1025152, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 51-52'), +(9690, 3, 1035152, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 51-52'), +(9690, 4, 1045152, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 51-52'), +(9690, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(9690, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(9690, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(9690, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(9690, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(9691, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(9691, 2, 1025253, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 52-53'), +(9691, 3, 1035253, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 52-53'), +(9691, 4, 1045253, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 52-53'), +(9691, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(9691, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(9691, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(9691, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(9691, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(9694, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(9694, 2, 1025354, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 53-54'), +(9694, 3, 1035354, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 53-54'), +(9694, 4, 1045354, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 53-54'), +(9694, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(9694, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(9694, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(9694, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(9694, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(9695, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(9695, 2, 1025455, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 54-55'), +(9695, 3, 1035455, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 54-55'), +(9695, 4, 1045455, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 54-55'), +(9695, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(9695, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(9695, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(9695, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(9695, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(9697, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(9697, 2, 1025556, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 55-56'), +(9697, 3, 1035556, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 55-56'), +(9697, 4, 1045556, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 55-56'), +(9697, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(9697, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(9697, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(9697, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(9697, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(9698, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(9698, 2, 1025657, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 56-57'), +(9698, 3, 1035657, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 56-57'), +(9698, 4, 1045657, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 56-57'), +(9698, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(9698, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(9698, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(9698, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(9698, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(9860, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(9860, 2, 1025454, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 54-54'), +(9860, 3, 1035454, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 54-54'), +(9860, 4, 1045454, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 54-54'), +(9860, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(9860, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(9860, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(9860, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(9860, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(9861, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(9861, 2, 1025252, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 52-52'), +(9861, 3, 1035252, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 52-52'), +(9861, 4, 1045252, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 52-52'), +(9861, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(9861, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(9861, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(9861, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(9861, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(9862, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(9862, 2, 1025555, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 55-55'), +(9862, 3, 1035555, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 55-55'), +(9862, 4, 1045555, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 55-55'), +(9862, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(9862, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(9862, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(9862, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(9862, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(9877, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(9877, 2, 1025555, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 55-55'), +(9877, 3, 1035555, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 55-55'), +(9877, 4, 1045555, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 55-55'), +(9877, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(9877, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(9877, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(9877, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(9877, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(9878, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(9878, 2, 1025152, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 51-52'), +(9878, 3, 1035152, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 51-52'), +(9878, 4, 1045152, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 51-52'), +(9878, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(9878, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(9878, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(9878, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(9878, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(9879, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(9879, 2, 1025354, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 53-54'), +(9879, 3, 1035354, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 53-54'), +(9879, 4, 1045354, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 53-54'), +(9879, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(9879, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(9879, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(9879, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(9879, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(9916, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(9916, 2, 1024646, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 46-46'), +(9916, 3, 1034646, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 46-46'), +(9916, 4, 1044646, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 46-46'), +(9916, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(9916, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(9916, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(9916, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(9916, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(10157, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(10157, 2, 1011314, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 13-14'), +(10157, 3, 1021314, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 13-14'), +(10157, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(10157, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(10157, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(10157, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(10157, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(10158, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(10158, 2, 1011213, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 12-13'), +(10158, 3, 1021213, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 12-13'), +(10158, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(10158, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(10158, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(10158, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(10158, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(10159, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(10159, 2, 1011112, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 11-12'), +(10159, 3, 1021112, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 11-12'), +(10159, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(10159, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(10159, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(10159, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(10159, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(10160, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(10160, 2, 1011313, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 13-13'), +(10160, 3, 1021313, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 13-13'), +(10160, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(10160, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(10160, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(10160, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(10160, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(10323, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(10323, 2, 1011919, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 19-19'), +(10323, 3, 1021919, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 19-19'), +(10323, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(10323, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(10323, 6, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(10323, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(10323, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(10323, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(10580, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(10580, 2, 1025555, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 55-55'), +(10580, 3, 1035555, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 55-55'), +(10580, 4, 1045555, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 55-55'), +(10580, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(10580, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(10580, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(10580, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(10580, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(10605, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(10605, 2, 1025353, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 53-53'), +(10605, 3, 1035353, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 53-53'), +(10605, 4, 1045353, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 53-53'), +(10605, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(10605, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(10605, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(10605, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(10605, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(10608, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(10608, 2, 1025656, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 56-56'), +(10608, 3, 1035656, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 56-56'), +(10608, 4, 1045656, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 56-56'), +(10608, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(10608, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(10608, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(10608, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(10608, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(10617, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(10617, 2, 1022626, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 26-26'), +(10617, 3, 1032626, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 26-26'), +(10617, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(10617, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(10617, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(10617, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(10617, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(10637, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(10637, 2, 1025959, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 59-59'), +(10637, 3, 1035959, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 59-59'), +(10637, 4, 1045959, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 59-59'), +(10637, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(10637, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(10637, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(10637, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(10637, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(10648, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(10648, 2, 1025555, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 55-55'), +(10648, 3, 1035555, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 55-55'), +(10648, 4, 1045555, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 55-55'), +(10648, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(10648, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(10648, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(10648, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(10648, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(10659, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(10659, 2, 1025555, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 55-55'), +(10659, 3, 1035555, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 55-55'), +(10659, 4, 1045555, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 55-55'), +(10659, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(10659, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(10659, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(10659, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(10659, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(10660, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(10660, 2, 1025556, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 55-56'), +(10660, 3, 1035556, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 55-56'), +(10660, 4, 1045556, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 55-56'), +(10660, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(10660, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(10660, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(10660, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(10660, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(10661, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(10661, 2, 1025555, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 55-55'), +(10661, 3, 1035555, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 55-55'), +(10661, 4, 1045555, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 55-55'), +(10661, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(10661, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(10661, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(10661, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(10661, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(10738, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(10738, 2, 1025959, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 59-59'), +(10738, 3, 1035959, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 59-59'), +(10738, 4, 1045959, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 59-59'), +(10738, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(10738, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(10738, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(10738, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(10738, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(10756, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(10756, 2, 1022829, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 28-29'), +(10756, 3, 1032829, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 28-29'), +(10756, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(10756, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(10756, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(10756, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(10756, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(10757, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(10757, 2, 1022728, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 27-28'), +(10757, 3, 1032728, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 27-28'), +(10757, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(10757, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(10757, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(10757, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(10757, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(10758, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(10758, 2, 1012525, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 25-25'), +(10758, 3, 1022526, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 25-26'), +(10758, 4, 1032526, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 25-26'), +(10758, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(10758, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(10758, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(10758, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(10758, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(10759, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(10759, 2, 1022627, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 26-27'), +(10759, 3, 1032627, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 26-27'), +(10759, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(10759, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(10759, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(10759, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(10759, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(10760, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(10760, 2, 1022626, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 26-26'), +(10760, 3, 1032626, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 26-26'), +(10760, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(10760, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(10760, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(10760, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(10760, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(10761, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(10761, 2, 1022828, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 28-28'), +(10761, 3, 1032828, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 28-28'), +(10761, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(10761, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(10761, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(10761, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(10761, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(10801, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(10801, 2, 1025454, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 54-54'), +(10801, 3, 1035454, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 54-54'), +(10801, 4, 1045454, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 54-54'), +(10801, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(10801, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(10801, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(10801, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(10801, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(10802, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(10802, 2, 1025151, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 51-51'), +(10802, 3, 1035151, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 51-51'), +(10802, 4, 1045151, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 51-51'), +(10802, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(10802, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(10802, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(10802, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(10802, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(10806, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(10806, 2, 1025656, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 56-56'), +(10806, 3, 1035656, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 56-56'), +(10806, 4, 1045656, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 56-56'), +(10806, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(10806, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(10806, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(10806, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(10806, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(10807, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(10807, 2, 1025858, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 58-58'), +(10807, 3, 1035858, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 58-58'), +(10807, 4, 1045858, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 58-58'), +(10807, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(10807, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(10807, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(10807, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(10807, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(10816, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(10816, 2, 1025555, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 55-55'), +(10816, 3, 1035555, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 55-55'), +(10816, 4, 1045555, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 55-55'), +(10816, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(10816, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(10816, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(10816, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(10816, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(10896, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(10896, 2, 1022929, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 29-29'), +(10896, 3, 1032929, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 29-29'), +(10896, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(10896, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(10896, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(10896, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(10896, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(10916, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(10916, 2, 1025657, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 56-57'), +(10916, 3, 1035657, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 56-57'), +(10916, 4, 1045657, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 56-57'), +(10916, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(10916, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(10916, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(10916, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(10916, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(11290, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(11290, 2, 1025354, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 53-54'), +(11290, 3, 1035354, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 53-54'), +(11290, 4, 1045354, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 53-54'), +(11290, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(11290, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(11290, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(11290, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(11290, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(11291, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(11291, 2, 1025455, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 54-55'), +(11291, 3, 1035455, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 54-55'), +(11291, 4, 1045455, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 54-55'), +(11291, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(11291, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(11291, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(11291, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(11291, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(11440, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(11440, 2, 1025354, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 53-54'), +(11440, 3, 1035354, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 53-54'), +(11440, 4, 1045354, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 53-54'), +(11440, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(11440, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(11440, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(11440, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(11440, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(11442, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(11442, 2, 1025354, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 53-54'), +(11442, 3, 1035354, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 53-54'), +(11442, 4, 1045354, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 53-54'), +(11442, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(11442, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(11442, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(11442, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(11442, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(11443, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(11443, 2, 1025253, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 52-53'), +(11443, 3, 1035253, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 52-53'), +(11443, 4, 1045253, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 52-53'), +(11443, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(11443, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(11443, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(11443, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(11443, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(11516, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(11516, 2, 1025354, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 53-54'), +(11516, 3, 1035354, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 53-54'), +(11516, 4, 1045354, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 53-54'), +(11516, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(11516, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(11516, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(11516, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(11516, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(11552, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(11552, 2, 1025353, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 53-53'), +(11552, 3, 1035353, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 53-53'), +(11552, 4, 1045353, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 53-53'), +(11552, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(11552, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(11552, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(11552, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(11552, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(11559, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(11559, 2, 1023940, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 39-40'), +(11559, 3, 1033940, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 39-40'), +(11559, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(11559, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(11559, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(11559, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(11559, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(11559, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(11561, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(11561, 2, 1023738, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 37-38'), +(11561, 3, 1033738, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 37-38'), +(11561, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(11561, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(11561, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(11561, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(11561, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(11561, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(11562, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(11562, 2, 1023334, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 33-34'), +(11562, 3, 1033334, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 33-34'), +(11562, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(11562, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(11562, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(11562, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(11562, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(11563, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(11563, 2, 1023435, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 34-35'), +(11563, 3, 1033435, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 34-35'), +(11563, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(11563, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(11563, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(11563, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(11563, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(11576, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(11576, 2, 1023333, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 33-33'), +(11576, 3, 1033333, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 33-33'), +(11576, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(11576, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(11576, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(11576, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(11576, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(11577, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(11577, 2, 1023636, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-36'), +(11577, 3, 1033636, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-36'), +(11577, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(11577, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(11577, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(11577, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(11577, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(11578, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(11578, 2, 1023333, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 33-33'), +(11578, 3, 1033333, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 33-33'), +(11578, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(11578, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(11578, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(11578, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(11578, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(11611, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(11611, 2, 1025757, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 57-57'), +(11611, 3, 1035757, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 57-57'), +(11611, 4, 1045757, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 57-57'), +(11611, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(11611, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(11611, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(11611, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(11611, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(11613, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(11613, 2, 1025656, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 56-56'), +(11613, 3, 1035656, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 56-56'), +(11613, 4, 1045656, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 56-56'), +(11613, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(11613, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(11613, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(11613, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(11613, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(11656, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(11656, 2, 1022627, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 26-27'), +(11656, 3, 1032627, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 26-27'), +(11656, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(11656, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(11656, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(11656, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(11656, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(11680, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(11680, 2, 1022727, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 27-27'), +(11680, 3, 1032727, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 27-27'), +(11680, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(11680, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(11680, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(11680, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(11680, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(11681, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(11681, 2, 1022728, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 27-28'), +(11681, 3, 1032728, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 27-28'), +(11681, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(11681, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(11681, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(11681, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(11681, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(11682, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(11682, 2, 1022930, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 29-30'), +(11682, 3, 1032930, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 29-30'), +(11682, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(11682, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(11682, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(11682, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(11682, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(11683, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(11683, 2, 1022829, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 28-29'), +(11683, 3, 1032829, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 28-29'), +(11683, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(11683, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(11683, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(11683, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(11683, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(11684, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(11684, 2, 1022727, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 27-27'), +(11684, 3, 1032727, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 27-27'), +(11684, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(11684, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(11684, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(11684, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(11684, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(11685, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(11685, 2, 1024141, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 41-41'), +(11685, 3, 1034141, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 41-41'), +(11685, 4, 1044141, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 41-41'), +(11685, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(11685, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(11685, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(11685, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(11685, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(11686, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(11686, 2, 1024041, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 40-41'), +(11686, 3, 1034041, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 40-41'), +(11686, 4, 1044041, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 40-41'), +(11686, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(11686, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(11686, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(11686, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(11686, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(11687, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(11687, 2, 1024142, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 41-42'), +(11687, 3, 1034142, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 41-42'), +(11687, 4, 1044142, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 41-42'), +(11687, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(11687, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(11687, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(11687, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(11687, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(11697, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(11697, 2, 1022930, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 29-30'), +(11697, 3, 1032930, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 29-30'), +(11697, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(11697, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(11697, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(11697, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(11697, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(11698, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(11698, 2, 1025758, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 57-58'), +(11698, 3, 1035758, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 57-58'), +(11698, 4, 1045758, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 57-58'), +(11698, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(11698, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(11698, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(11698, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(11698, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(11721, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(11721, 2, 1025758, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 57-58'), +(11721, 3, 1035758, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 57-58'), +(11721, 4, 1045758, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 57-58'), +(11721, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(11721, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(11721, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(11721, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(11721, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(11722, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(11722, 2, 1025859, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 58-59'), +(11722, 3, 1035859, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 58-59'), +(11722, 4, 1045859, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 58-59'), +(11722, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(11722, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(11722, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(11722, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(11722, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(11723, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(11723, 2, 1025959, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 59-59'), +(11723, 3, 1035959, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 59-59'), +(11723, 4, 1045959, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 59-59'), +(11723, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(11723, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(11723, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(11723, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(11723, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(11724, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(11724, 2, 1025758, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 57-58'), +(11724, 3, 1035758, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 57-58'), +(11724, 4, 1045758, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 57-58'), +(11724, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(11724, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(11724, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(11724, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(11724, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(11725, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(11725, 2, 1025859, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 58-59'), +(11725, 3, 1035859, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 58-59'), +(11725, 4, 1045859, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 58-59'), +(11725, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(11725, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(11725, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(11725, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(11725, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(11726, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(11726, 2, 1025859, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 58-59'), +(11726, 3, 1035859, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 58-59'), +(11726, 4, 1045859, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 58-59'), +(11726, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(11726, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(11726, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(11726, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(11726, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(11727, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(11727, 2, 1025859, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 58-59'), +(11727, 3, 1035859, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 58-59'), +(11727, 4, 1045859, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 58-59'), +(11727, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(11727, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(11727, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(11727, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(11727, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(11728, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(11728, 2, 1025960, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 59-60'), +(11728, 3, 1035960, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 59-60'), +(11728, 4, 1045960, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 59-60'), +(11728, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(11728, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(11728, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(11728, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(11728, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(11729, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(11729, 2, 1025960, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 59-60'), +(11729, 3, 1035960, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 59-60'), +(11729, 4, 1045960, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 59-60'), +(11729, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(11729, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(11729, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(11729, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(11729, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(11730, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(11730, 2, 1025960, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 59-60'), +(11730, 3, 1035960, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 59-60'), +(11730, 4, 1045960, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 59-60'), +(11730, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(11730, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(11730, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(11730, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(11730, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(11731, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(11731, 2, 1025960, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 59-60'), +(11731, 3, 1035960, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 59-60'), +(11731, 4, 1045960, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 59-60'), +(11731, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(11731, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(11731, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(11731, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(11731, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(11732, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(11732, 2, 1025960, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 59-60'), +(11732, 3, 1035960, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 59-60'), +(11732, 4, 1045960, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 59-60'), +(11732, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(11732, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(11732, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(11732, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(11732, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(11733, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(11733, 2, 1025960, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 59-60'), +(11733, 3, 1035960, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 59-60'), +(11733, 4, 1045960, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 59-60'), +(11733, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(11733, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(11733, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(11733, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(11733, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(11734, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(11734, 2, 1026060, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 60-60'), +(11734, 3, 1036060, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 60-60'), +(11734, 4, 1046060, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 60-60'), +(11734, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(11734, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(11734, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(11734, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(11734, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(11735, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(11735, 2, 1025455, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 54-55'), +(11735, 3, 1035455, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 54-55'), +(11735, 4, 1045455, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 54-55'), +(11735, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(11735, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(11735, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(11735, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(11735, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(11736, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(11736, 2, 1025656, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 56-56'), +(11736, 3, 1035656, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 56-56'), +(11736, 4, 1045656, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 56-56'), +(11736, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(11736, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(11736, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(11736, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(11736, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(11737, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(11737, 2, 1025758, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 57-58'), +(11737, 3, 1035758, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 57-58'), +(11737, 4, 1045758, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 57-58'), +(11737, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(11737, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(11737, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(11737, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(11737, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(11738, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(11738, 2, 1025556, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 55-56'), +(11738, 3, 1035556, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 55-56'), +(11738, 4, 1045556, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 55-56'), +(11738, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(11738, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(11738, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(11738, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(11738, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(11739, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(11739, 2, 1025758, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 57-58'), +(11739, 3, 1035758, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 57-58'), +(11739, 4, 1045758, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 57-58'), +(11739, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(11739, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(11739, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(11739, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(11739, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(11740, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(11740, 2, 1025556, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 55-56'), +(11740, 3, 1035556, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 55-56'), +(11740, 4, 1045556, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 55-56'), +(11740, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(11740, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(11740, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(11740, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(11740, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(11741, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(11741, 2, 1025758, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 57-58'), +(11741, 3, 1035758, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 57-58'), +(11741, 4, 1045758, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 57-58'), +(11741, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(11741, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(11741, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(11741, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(11741, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(11744, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(11744, 2, 1025656, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 56-56'), +(11744, 3, 1035656, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 56-56'), +(11744, 4, 1045656, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 56-56'), +(11744, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(11744, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(11744, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(11744, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(11744, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(11745, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(11745, 2, 1025757, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 57-57'), +(11745, 3, 1035757, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 57-57'), +(11745, 4, 1045757, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 57-57'), +(11745, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(11745, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(11745, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(11745, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(11745, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(11746, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(11746, 2, 1025757, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 57-57'), +(11746, 3, 1035757, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 57-57'), +(11746, 4, 1045757, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 57-57'), +(11746, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(11746, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(11746, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(11746, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(11746, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(11747, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(11747, 2, 1025859, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 58-59'), +(11747, 3, 1035859, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 58-59'), +(11747, 4, 1045859, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 58-59'), +(11747, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(11747, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(11747, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(11747, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(11747, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(11777, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(11777, 2, 1024041, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 40-41'), +(11777, 3, 1034041, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 40-41'), +(11777, 4, 1044041, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 40-41'), +(11777, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(11777, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(11777, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(11777, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(11777, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(11778, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(11778, 2, 1024142, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 41-42'), +(11778, 3, 1034142, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 41-42'), +(11778, 4, 1044142, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 41-42'), +(11778, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(11778, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(11778, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(11778, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(11778, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(11781, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(11781, 2, 1024041, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 40-41'), +(11781, 3, 1034041, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 40-41'), +(11781, 4, 1044041, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 40-41'), +(11781, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(11781, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(11781, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(11781, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(11781, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(11782, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(11782, 2, 1024243, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 42-43'), +(11782, 3, 1034243, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 42-43'), +(11782, 4, 1044243, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 42-43'), +(11782, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(11782, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(11782, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(11782, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(11782, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(11785, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(11785, 2, 1024041, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 40-41'), +(11785, 3, 1034041, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 40-41'), +(11785, 4, 1044041, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 40-41'), +(11785, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(11785, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(11785, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(11785, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(11785, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(11786, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(11786, 2, 1024142, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 41-42'), +(11786, 3, 1034142, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 41-42'), +(11786, 4, 1044142, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 41-42'), +(11786, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(11786, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(11786, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(11786, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(11786, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(11787, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(11787, 2, 1024041, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 40-41'), +(11787, 3, 1034041, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 40-41'), +(11787, 4, 1044041, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 40-41'), +(11787, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(11787, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(11787, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(11787, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(11787, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(11788, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(11788, 2, 1024142, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 41-42'), +(11788, 3, 1034142, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 41-42'), +(11788, 4, 1044142, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 41-42'), +(11788, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(11788, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(11788, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(11788, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(11788, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(11858, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(11858, 2, 1011818, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 18-18'), +(11858, 3, 1021818, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 18-18'), +(11858, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(11858, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(11858, 6, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(11858, 7, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(11858, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(11858, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(11873, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(11873, 2, 1026060, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 60-60'), +(11873, 3, 1036060, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 60-60'), +(11873, 4, 1046060, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 60-60'), +(11873, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(11873, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(11873, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(11873, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(11873, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(11880, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(11880, 2, 1025859, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 58-59'), +(11880, 3, 1035859, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 58-59'), +(11880, 4, 1045859, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 58-59'), +(11880, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(11880, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(11880, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(11880, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(11880, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(11881, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(11881, 2, 1025960, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 59-60'), +(11881, 3, 1035960, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 59-60'), +(11881, 4, 1045960, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 59-60'), +(11881, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(11881, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(11881, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(11881, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(11881, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(11882, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(11882, 2, 1025960, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 59-60'), +(11882, 3, 1035960, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 59-60'), +(11882, 4, 1045960, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 59-60'), +(11882, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(11882, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(11882, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(11882, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(11882, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(11883, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(11883, 2, 1026060, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 60-60'), +(11883, 3, 1036060, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 60-60'), +(11883, 4, 1046060, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 60-60'), +(11883, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(11883, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(11883, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(11883, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(11883, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(11896, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(11896, 2, 1026161, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 60-61'), +(11896, 3, 1036161, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 60-61'), +(11896, 4, 1046161, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 60-61'), +(11896, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(11896, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(11896, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(11896, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(11896, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(11897, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(11897, 2, 1026060, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 60-60'), +(11897, 3, 1036060, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 60-60'), +(11897, 4, 1046060, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 60-60'), +(11897, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(11897, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(11897, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(11897, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(11897, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(11910, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(11910, 2, 1011415, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 14-15'), +(11910, 3, 1021415, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 14-15'), +(11910, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(11910, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(11910, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(11910, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(11910, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(11911, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(11911, 2, 1011415, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 14-15'), +(11911, 3, 1021415, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 14-15'), +(11911, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(11911, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(11911, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(11911, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(11911, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(11912, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(11912, 2, 1011516, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 15-16'), +(11912, 3, 1021516, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 15-16'), +(11912, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(11912, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(11912, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(11912, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(11912, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(11913, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(11913, 2, 1011516, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 15-16'), +(11913, 3, 1021516, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 15-16'), +(11913, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(11913, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(11913, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(11913, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(11913, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(11914, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(11914, 2, 1011717, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 17-17'), +(11914, 3, 1021717, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 17-17'), +(11914, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(11914, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(11914, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(11914, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(11914, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(11915, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(11915, 2, 1011617, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-17'), +(11915, 3, 1021617, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-17'), +(11915, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(11915, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(11915, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(11915, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(11915, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(11917, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(11917, 2, 1011617, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-17'), +(11917, 3, 1021617, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-17'), +(11917, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(11917, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(11917, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(11917, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(11917, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(11918, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(11918, 2, 1011718, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 17-18'), +(11918, 3, 1021718, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 17-18'), +(11918, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(11918, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(11918, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(11918, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(11918, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(11921, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(11921, 2, 1012121, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 21-21'), +(11921, 3, 1022121, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 21-21'), +(11921, 4, 1032121, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 21-21'), +(11921, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(11921, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(11921, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(11921, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(11921, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(12046, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(12046, 2, 1024949, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 49-49'), +(12046, 3, 1034949, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 49-49'), +(12046, 4, 1044949, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 49-49'), +(12046, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(12046, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(12046, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(12046, 8, 1080007, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~49'), +(12046, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(12178, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(12178, 2, 1025556, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 55-56'), +(12178, 3, 1035556, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 55-56'), +(12178, 4, 1045556, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 55-56'), +(12178, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(12178, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(12178, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(12178, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(12178, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(12179, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(12179, 2, 1025657, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 56-57'), +(12179, 3, 1035657, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 56-57'), +(12179, 4, 1045657, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 56-57'), +(12179, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(12179, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(12179, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(12179, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(12179, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(12199, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(12199, 2, 1025858, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 58-58'), +(12199, 3, 1035858, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 58-58'), +(12199, 4, 1045858, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 58-58'), +(12199, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(12199, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(12199, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(12199, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(12199, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(12248, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(12248, 2, 1026060, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 60-60'), +(12248, 3, 1036060, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 60-60'), +(12248, 4, 1046060, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 60-60'), +(12248, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(12248, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(12248, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(12248, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(12248, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(12250, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(12250, 2, 1025555, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 55-55'), +(12250, 3, 1035555, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 55-55'), +(12250, 4, 1045555, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 55-55'), +(12250, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(12250, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(12250, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(12250, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(12250, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(12262, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(12262, 2, 1025858, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 58-58'), +(12262, 3, 1035858, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 58-58'), +(12262, 4, 1045858, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 58-58'), +(12262, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(12262, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(12262, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(12262, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(12262, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(12263, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(12263, 2, 1025858, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 58-58'), +(12263, 3, 1035858, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 58-58'), +(12263, 4, 1045858, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 58-58'), +(12263, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(12263, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(12263, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(12263, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(12263, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(12322, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(12322, 2, 1026060, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 60-60'), +(12322, 3, 1036060, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 60-60'), +(12322, 4, 1046060, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 60-60'), +(12322, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(12322, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(12322, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(12322, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(12322, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(12347, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(12347, 2, 1023131, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 31-31'), +(12347, 3, 1033131, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 31-31'), +(12347, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(12347, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(12347, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(12347, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(12347, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(12387, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(12387, 2, 1025657, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 56-57'), +(12387, 3, 1035657, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 56-57'), +(12387, 4, 1045657, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 56-57'), +(12387, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(12387, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(12387, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(12387, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(12387, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(12418, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(12418, 2, 1025353, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 53-53'), +(12418, 3, 1035353, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 53-53'), +(12418, 4, 1045353, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 53-53'), +(12418, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(12418, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(12418, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(12418, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(12418, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(12579, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(12579, 2, 1022626, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 26-26'), +(12579, 3, 1032626, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 26-26'), +(12579, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(12579, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(12579, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(12579, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(12579, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(12676, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(12676, 2, 1023131, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 31-31'), +(12676, 3, 1033131, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 31-31'), +(12676, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(12676, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(12676, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(12676, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(12676, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(12677, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(12677, 2, 1022828, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 28-28'), +(12677, 3, 1032828, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 28-28'), +(12677, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(12677, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(12677, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(12677, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(12677, 9, 1080018, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 28-30'), +(12678, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(12678, 2, 1012525, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 25-25'), +(12678, 3, 1022525, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 25-25'), +(12678, 4, 1032525, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 25-25'), +(12678, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(12678, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(12678, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(12678, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(12678, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(12759, 1, 1002630, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(12759, 2, 1022727, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 27-27'), +(12759, 3, 1032727, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 27-27'), +(12759, 4, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(12759, 5, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(12759, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(12759, 7, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(12759, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(12856, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(12856, 2, 1012324, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 23-24'), +(12856, 3, 1022324, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 23-24'), +(12856, 4, 1032324, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 23-24'), +(12856, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(12856, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(12856, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(12856, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(12856, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(12865, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(12865, 2, 1023535, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 35-35'), +(12865, 3, 1033535, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 35-35'), +(12865, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(12865, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(12865, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(12865, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(12865, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(12896, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(12896, 2, 1012223, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 22-23'), +(12896, 3, 1022223, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 22-23'), +(12896, 4, 1032223, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 22-23'), +(12896, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(12896, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(12896, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(12896, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(12896, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(12897, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(12897, 2, 1012122, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 21-22'), +(12897, 3, 1022122, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 21-22'), +(12897, 4, 1032122, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 21-22'), +(12897, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(12897, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(12897, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(12897, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(12897, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(13019, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(13019, 2, 1023333, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 33-33'), +(13019, 3, 1033333, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 33-33'), +(13019, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(13019, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(13019, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(13019, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(13019, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(13157, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(13157, 2, 1011212, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 12-12'), +(13157, 3, 1021212, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 12-12'), +(13157, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(13157, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(13157, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(13157, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(13157, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(14123, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(14123, 2, 1024243, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 42-43'), +(14123, 3, 1034243, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 42-43'), +(14123, 4, 1044243, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 42-43'), +(14123, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(14123, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(14123, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(14123, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(14123, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(14356, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(14356, 2, 1023939, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 39-39'), +(14356, 3, 1033939, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 39-39'), +(14356, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(14356, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(14356, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(14356, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(14356, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(14356, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(14455, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(14455, 2, 1025758, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 57-58'), +(14455, 3, 1035758, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 57-58'), +(14455, 4, 1045758, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 57-58'), +(14455, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(14455, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(14455, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(14455, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(14455, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(14458, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(14458, 2, 1025757, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 57-57'), +(14458, 3, 1035757, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 57-57'), +(14458, 4, 1045757, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 57-57'), +(14458, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(14458, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(14458, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(14458, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(14458, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(14460, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(14460, 2, 1025555, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 55-55'), +(14460, 3, 1035555, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 55-55'), +(14460, 4, 1045555, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 55-55'), +(14460, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(14460, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(14460, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(14460, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(14460, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(14462, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(14462, 2, 1025656, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 56-56'), +(14462, 3, 1035656, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 56-56'), +(14462, 4, 1045656, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 56-56'), +(14462, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(14462, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(14462, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(14462, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(14462, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(14523, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(14523, 2, 1025757, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 57-57'), +(14523, 3, 1035757, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 57-57'), +(14523, 4, 1045757, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 57-57'), +(14523, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(14523, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(14523, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(14523, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(14523, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(14661, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(14661, 2, 1024747, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 47-47'), +(14661, 3, 1034747, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 47-47'), +(14661, 4, 1044747, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 47-47'), +(14661, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(14661, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(14661, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(14661, 8, 1080006, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(14661, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(15201, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(15201, 2, 1026060, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 60-60'), +(15201, 3, 1036060, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 60-60'), +(15201, 4, 1046060, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 60-60'), +(15201, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(15201, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(15201, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(15201, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(15201, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(15202, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(15202, 2, 1026161, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 60-61'), +(15202, 3, 1036161, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 60-61'), +(15202, 4, 1046161, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 60-61'), +(15202, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(15202, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(15202, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(15202, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(15202, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(15213, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(15213, 2, 1026061, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 60-61'), +(15213, 3, 1036061, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 60-61'), +(15213, 4, 1046061, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 60-61'), +(15213, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(15213, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(15213, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(15213, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(15213, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(15407, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(15407, 2, 1011111, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 11-11'), +(15407, 3, 1021111, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 11-11'), +(15407, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(15407, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(15407, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(15407, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(15407, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(15408, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(15408, 2, 1011010, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-10'), +(15408, 3, 1021010, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-10'), +(15408, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(15408, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(15408, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(15408, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(15409, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(15409, 2, 1011010, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-10'), +(15409, 3, 1021010, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-10'), +(15409, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(15409, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(15409, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(15409, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(15542, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(15542, 2, 1025859, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 58-59'), +(15542, 3, 1035859, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 58-59'), +(15542, 4, 1045859, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 58-59'), +(15542, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(15542, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(15542, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(15542, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(15542, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(15635, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(15635, 2, 1010606, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 6-6'), +(15635, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(15635, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(15635, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(15635, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(15635, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(15636, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(15636, 2, 1010808, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 8-8'), +(15636, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(15636, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(15636, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(15636, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(15636, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(15637, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(15637, 2, 1010910, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-10'), +(15637, 3, 1020910, 1.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-10'), +(15637, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(15637, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(15637, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(15637, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(15638, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(15638, 2, 1010506, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 5-6'), +(15638, 3, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(15638, 4, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(15638, 5, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(15638, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(15641, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(15641, 2, 1010809, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 8-9'), +(15641, 3, 1020809, 0.75, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 8-9'), +(15641, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(15641, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(15641, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(15641, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(15642, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(15642, 2, 1010909, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-9'), +(15642, 3, 1020909, 1, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-9'), +(15642, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(15642, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(15642, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(15642, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(15643, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(15643, 2, 1010910, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-10'), +(15643, 3, 1020910, 1.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-10'), +(15643, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(15643, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(15643, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(15643, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(15645, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(15645, 2, 1010708, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 7-8'), +(15645, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(15645, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(15645, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(15645, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(15645, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(15647, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(15647, 2, 1010506, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 5-6'), +(15647, 3, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(15647, 4, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(15647, 5, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(15647, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(15648, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(15648, 2, 1010607, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 6-7'), +(15648, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(15648, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(15648, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(15648, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(15648, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(15649, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(15649, 2, 1010506, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 5-6'), +(15649, 3, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(15649, 4, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(15649, 5, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(15649, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(15650, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(15650, 2, 1010708, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 7-8'), +(15650, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(15650, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(15650, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(15650, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(15650, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(15651, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(15651, 2, 1010607, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 6-7'), +(15651, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(15651, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(15651, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(15651, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(15651, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(15652, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(15652, 2, 1010809, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 8-9'), +(15652, 3, 1020809, 0.75, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 8-9'), +(15652, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(15652, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(15652, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(15652, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(15654, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(15654, 2, 1010506, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 5-6'), +(15654, 3, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(15654, 4, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(15654, 5, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(15654, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(15655, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(15655, 2, 1010607, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 6-7'), +(15655, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(15655, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(15655, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(15655, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(15655, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(15656, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(15656, 2, 1010708, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 7-8'), +(15656, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(15656, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(15656, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(15656, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(15656, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(15657, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(15657, 2, 1010910, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-10'), +(15657, 3, 1020910, 1.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-10'), +(15657, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(15657, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(15657, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(15657, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(15658, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(15658, 2, 1010809, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 8-9'), +(15658, 3, 1020809, 0.75, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 8-9'), +(15658, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(15658, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(15658, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(15658, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(15668, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(15668, 2, 1010708, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 7-8'), +(15668, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(15668, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(15668, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(15668, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(15668, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(15670, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(15670, 2, 1010607, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 6-7'), +(15670, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(15670, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(15670, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(15670, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(15670, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(15685, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(15685, 2, 1024545, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 45-45'), +(15685, 3, 1034545, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 45-45'), +(15685, 4, 1044545, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 45-45'), +(15685, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(15685, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(15685, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(15685, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(15685, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(15692, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(15692, 2, 1024545, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 45-45'), +(15692, 3, 1034545, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 45-45'), +(15692, 4, 1044545, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 45-45'), +(15692, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(15692, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(15692, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(15692, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(15692, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(15937, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(15937, 2, 1010909, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-9'), +(15937, 3, 1020909, 1, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-9'), +(15937, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(15937, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(15937, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(15937, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(15949, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(15949, 2, 1010606, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 6-6'), +(15949, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(15949, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(15949, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(15949, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(15949, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(15965, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(15965, 2, 1011010, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-10'), +(15965, 3, 1021010, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-10'), +(15965, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(15965, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(15965, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(15965, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(15966, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(15966, 2, 1010910, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-10'), +(15966, 3, 1020910, 1.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-10'), +(15966, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(15966, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(15966, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(15966, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(15967, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(15967, 2, 1010910, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-10'), +(15967, 3, 1020910, 1.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-10'), +(15967, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(15967, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(15967, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(15967, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(15968, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(15968, 2, 1010607, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 6-7'), +(15968, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(15968, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(15968, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(15968, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(15968, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(16162, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(16162, 2, 1010607, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 6-7'), +(16162, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(16162, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(16162, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(16162, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(16162, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(16247, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(16247, 2, 1012020, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 20-20'), +(16247, 3, 1022020, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 20-20'), +(16247, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(16247, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(16247, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(16247, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(16247, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(16247, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(16248, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(16248, 2, 1012020, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 20-20'), +(16248, 3, 1022020, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 20-20'), +(16248, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(16248, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(16248, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(16248, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(16248, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(16248, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(16249, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(16249, 2, 1012020, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 20-20'), +(16249, 3, 1022020, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 20-20'), +(16249, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(16249, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(16249, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(16249, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(16249, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(16249, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(16250, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(16250, 2, 1012020, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 20-20'), +(16250, 3, 1022020, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 20-20'), +(16250, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(16250, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(16250, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(16250, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(16250, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(16250, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(16294, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(16294, 2, 1010808, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 8-8'), +(16294, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(16294, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(16294, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(16294, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(16294, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(16300, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(16300, 2, 1010910, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-10'), +(16300, 3, 1020910, 1.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-10'), +(16300, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(16300, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(16300, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(16300, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(16301, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(16301, 2, 1011314, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 13-14'), +(16301, 3, 1021314, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 13-14'), +(16301, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(16301, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(16301, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(16301, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(16301, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(16302, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(16302, 2, 1011617, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-17'), +(16302, 3, 1021617, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-17'), +(16302, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(16302, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(16302, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(16302, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(16302, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(16303, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(16303, 2, 1011011, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-11'), +(16303, 3, 1021011, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-11'), +(16303, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(16303, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(16303, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(16303, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(16303, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(16304, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(16304, 2, 1011112, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 11-12'), +(16304, 3, 1021112, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 11-12'), +(16304, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(16304, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(16304, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(16304, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(16304, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(16305, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(16305, 2, 1011718, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 17-18'), +(16305, 3, 1021718, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 17-18'), +(16305, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(16305, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(16305, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(16305, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(16305, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(16307, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(16307, 2, 1011010, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-10'), +(16307, 3, 1021010, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-10'), +(16307, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(16307, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(16307, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(16307, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(16308, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(16308, 2, 1011717, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 17-17'), +(16308, 3, 1021717, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 17-17'), +(16308, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(16308, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(16308, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(16308, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(16308, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(16309, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(16309, 2, 1011213, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 12-13'), +(16309, 3, 1021213, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 12-13'), +(16309, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(16309, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(16309, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(16309, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(16309, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(16310, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(16310, 2, 1011212, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 12-12'), +(16310, 3, 1021212, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 12-12'), +(16310, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(16310, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(16310, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(16310, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(16310, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(16311, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(16311, 2, 1011313, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 13-13'), +(16311, 3, 1021313, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 13-13'), +(16311, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(16311, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(16311, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(16311, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(16311, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(16313, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(16313, 2, 1010910, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-10'), +(16313, 3, 1020910, 1.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-10'), +(16313, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(16313, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(16313, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(16313, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(16314, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(16314, 2, 1011515, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 15-15'), +(16314, 3, 1021515, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 15-15'), +(16314, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(16314, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(16314, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(16314, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(16314, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(16315, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(16315, 2, 1011415, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 14-15'), +(16315, 3, 1021415, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 14-15'), +(16315, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(16315, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(16315, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(16315, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(16315, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(16316, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(16316, 2, 1011617, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-17'), +(16316, 3, 1021617, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-17'), +(16316, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(16316, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(16316, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(16316, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(16316, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(16317, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(16317, 2, 1011819, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 18-19'), +(16317, 3, 1021819, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 18-19'), +(16317, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(16317, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(16317, 6, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(16317, 7, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(16317, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(16317, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(16318, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(16318, 2, 1011718, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 17-18'), +(16318, 3, 1021718, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 17-18'), +(16318, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(16318, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(16318, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(16318, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(16318, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(16319, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(16319, 2, 1011819, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 18-19'), +(16319, 3, 1021819, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 18-19'), +(16319, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(16319, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(16319, 6, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(16319, 7, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(16319, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(16319, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(16320, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(16320, 2, 1011920, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 19-20'), +(16320, 3, 1021920, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 19-20'), +(16320, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(16320, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(16320, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(16320, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(16320, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(16320, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'), +(16321, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(16321, 2, 1011819, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 18-19'), +(16321, 3, 1021819, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 18-19'), +(16321, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(16321, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(16321, 6, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(16321, 7, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(16321, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(16321, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(16322, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(16322, 2, 1011011, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-11'), +(16322, 3, 1021011, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-11'), +(16322, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(16322, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(16322, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(16322, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(16322, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(16323, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(16323, 2, 1011313, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 13-13'), +(16323, 3, 1021313, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 13-13'), +(16323, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(16323, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(16323, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(16323, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(16323, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(16324, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(16324, 2, 1011314, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 13-14'), +(16324, 3, 1021314, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 13-14'), +(16324, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(16324, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(16324, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(16324, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(16324, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(16325, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(16325, 2, 1011011, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-11'), +(16325, 3, 1021011, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-11'), +(16325, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(16325, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(16325, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(16325, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(16325, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(16326, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(16326, 2, 1011111, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 11-11'), +(16326, 3, 1021111, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 11-11'), +(16326, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(16326, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(16326, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(16326, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(16326, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(16327, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(16327, 2, 1011112, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 11-12'), +(16327, 3, 1021112, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 11-12'), +(16327, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(16327, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(16327, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(16327, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(16327, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(16328, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(16328, 2, 1011212, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 12-12'), +(16328, 3, 1021212, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 12-12'), +(16328, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(16328, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(16328, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(16328, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(16328, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(16330, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(16330, 2, 1011011, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-11'), +(16330, 3, 1021011, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-11'), +(16330, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(16330, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(16330, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(16330, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(16330, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(16331, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(16331, 2, 1011314, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 13-14'), +(16331, 3, 1021314, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 13-14'), +(16331, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(16331, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(16331, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(16331, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(16331, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(16332, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(16332, 2, 1011415, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 14-15'), +(16332, 3, 1021415, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 14-15'), +(16332, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(16332, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(16332, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(16332, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(16332, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(16333, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(16333, 2, 1011516, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 15-16'), +(16333, 3, 1021516, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 15-16'), +(16333, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(16333, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(16333, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(16333, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(16333, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(16334, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(16334, 2, 1011314, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 13-14'), +(16334, 3, 1021314, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 13-14'), +(16334, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(16334, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(16334, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(16334, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(16334, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(16335, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(16335, 2, 1011213, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 12-13'), +(16335, 3, 1021213, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 12-13'), +(16335, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(16335, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(16335, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(16335, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(16335, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(16337, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(16337, 2, 1011313, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 13-13'), +(16337, 3, 1021313, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 13-13'), +(16337, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(16337, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(16337, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(16337, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(16337, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(16339, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(16339, 2, 1011516, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 15-16'), +(16339, 3, 1021516, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 15-16'), +(16339, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(16339, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(16339, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(16339, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(16339, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(16340, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(16340, 2, 1011011, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-11'), +(16340, 3, 1021011, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-11'), +(16340, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(16340, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(16340, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(16340, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(16340, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(16341, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(16341, 2, 1011112, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 11-12'), +(16341, 3, 1021112, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 11-12'), +(16341, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(16341, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(16341, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(16341, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(16341, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(16342, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(16342, 2, 1011617, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-17'), +(16342, 3, 1021617, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-17'), +(16342, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(16342, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(16342, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(16342, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(16342, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(16343, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(16343, 2, 1011516, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 15-16'), +(16343, 3, 1021516, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 15-16'), +(16343, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(16343, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(16343, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(16343, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(16343, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(16344, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(16344, 2, 1011718, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 17-18'), +(16344, 3, 1021718, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 17-18'), +(16344, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(16344, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(16344, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(16344, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(16344, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(16345, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(16345, 2, 1011819, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 18-19'), +(16345, 3, 1021819, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 18-19'), +(16345, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(16345, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(16345, 6, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(16345, 7, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(16345, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(16345, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(16346, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(16346, 2, 1011818, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 18-18'), +(16346, 3, 1021818, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 18-18'), +(16346, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(16346, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(16346, 6, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(16346, 7, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(16346, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(16346, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(16347, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(16347, 2, 1010910, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-10'), +(16347, 3, 1020910, 1.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-10'), +(16347, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(16347, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(16347, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(16347, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(16348, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(16348, 2, 1011314, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 13-14'), +(16348, 3, 1021314, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 13-14'), +(16348, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(16348, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(16348, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(16348, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(16348, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(16349, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(16349, 2, 1011617, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-17'), +(16349, 3, 1021617, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-17'), +(16349, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(16349, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(16349, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(16349, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(16349, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(16350, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(16350, 2, 1011011, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-11'), +(16350, 3, 1021011, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-11'), +(16350, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(16350, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(16350, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(16350, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(16350, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(16351, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(16351, 2, 1011415, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 14-15'), +(16351, 3, 1021415, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 14-15'), +(16351, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(16351, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(16351, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(16351, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(16351, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(16352, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(16352, 2, 1011718, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 17-18'), +(16352, 3, 1021718, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 17-18'), +(16352, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(16352, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(16352, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(16352, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(16352, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(16353, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(16353, 2, 1010910, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-10'), +(16353, 3, 1020910, 1.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-10'), +(16353, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(16353, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(16353, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(16353, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(16354, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(16354, 2, 1011414, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 14-14'), +(16354, 3, 1021414, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 14-14'), +(16354, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(16354, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(16354, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(16354, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(16354, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(16355, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(16355, 2, 1011717, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 17-17'), +(16355, 3, 1021717, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 17-17'), +(16355, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(16355, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(16355, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(16355, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(16355, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(16402, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(16402, 2, 1011213, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 12-13'), +(16402, 3, 1021213, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 12-13'), +(16402, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(16402, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(16402, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(16402, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(16402, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(16403, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(16403, 2, 1011213, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 12-13'), +(16403, 3, 1021213, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 12-13'), +(16403, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(16403, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(16403, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(16403, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(16403, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(16404, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(16404, 2, 1011313, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 13-13'), +(16404, 3, 1021313, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 13-13'), +(16404, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(16404, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(16404, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(16404, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(16404, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(16405, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(16405, 2, 1011313, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 13-13'), +(16405, 3, 1021313, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 13-13'), +(16405, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(16405, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(16405, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(16405, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(16405, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(16469, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(16469, 2, 1011718, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 17-18'), +(16469, 3, 1021718, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 17-18'), +(16469, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(16469, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(16469, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(16469, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(16469, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(17115, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(17115, 2, 1023738, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 37-38'), +(17115, 3, 1033738, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 37-38'), +(17115, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(17115, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(17115, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(17115, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(17115, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(17115, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(17183, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(17183, 2, 1010708, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 7-8'), +(17183, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(17183, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(17183, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17183, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(17183, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(17184, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(17184, 2, 1010808, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 8-8'), +(17184, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(17184, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(17184, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17184, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(17184, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(17185, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(17185, 2, 1010809, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 8-9'), +(17185, 3, 1020809, 0.75, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 8-9'), +(17185, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(17185, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17185, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(17185, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(17186, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(17186, 2, 1010809, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 8-9'), +(17186, 3, 1020809, 0.75, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 8-9'), +(17186, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(17186, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17186, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(17186, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(17187, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(17187, 2, 1010909, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-9'), +(17187, 3, 1020909, 1, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-9'), +(17187, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(17187, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17187, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(17187, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(17188, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(17188, 2, 1010910, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-10'), +(17188, 3, 1020910, 1.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-10'), +(17188, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(17188, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17188, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(17188, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(17189, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(17189, 2, 1010910, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-10'), +(17189, 3, 1020910, 1.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-10'), +(17189, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(17189, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17189, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(17189, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(17190, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(17190, 2, 1010909, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-9'), +(17190, 3, 1020909, 1, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-9'), +(17190, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(17190, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17190, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(17190, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(17191, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(17191, 2, 1010910, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-10'), +(17191, 3, 1020910, 1.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-10'), +(17191, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(17191, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17191, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(17191, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(17192, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(17192, 2, 1010910, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-10'), +(17192, 3, 1020910, 1.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-10'), +(17192, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(17192, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17192, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(17192, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(17193, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(17193, 2, 1010708, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 7-8'), +(17193, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(17193, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(17193, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17193, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(17193, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(17194, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(17194, 2, 1010708, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 7-8'), +(17194, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(17194, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(17194, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17194, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(17194, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(17195, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(17195, 2, 1010708, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 7-8'), +(17195, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(17195, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(17195, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17195, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(17195, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(17196, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(17196, 2, 1010506, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 5-6'), +(17196, 3, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(17196, 4, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17196, 5, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(17196, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(17197, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(17197, 2, 1010708, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 7-8'), +(17197, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(17197, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(17197, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17197, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(17197, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(17199, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(17199, 2, 1010910, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-10'), +(17199, 3, 1020910, 1.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-10'), +(17199, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(17199, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17199, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(17199, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(17200, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(17200, 2, 1010506, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 5-6'), +(17200, 3, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(17200, 4, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17200, 5, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(17200, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(17201, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(17201, 2, 1010708, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 7-8'), +(17201, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(17201, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(17201, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17201, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(17201, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(17202, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(17202, 2, 1010708, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 7-8'), +(17202, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(17202, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(17202, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17202, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(17202, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(17203, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(17203, 2, 1010809, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 8-9'), +(17203, 3, 1020809, 0.75, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 8-9'), +(17203, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(17203, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17203, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(17203, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(17210, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(17210, 2, 1011111, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 11-11'), +(17210, 3, 1021111, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 11-11'), +(17210, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(17210, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(17210, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17210, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(17210, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(17216, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(17216, 2, 1010607, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 6-7'), +(17216, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(17216, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(17216, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17216, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(17216, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(17217, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(17217, 2, 1010808, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 8-8'), +(17217, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(17217, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(17217, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17217, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(17217, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(17235, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(17235, 2, 1024646, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 46-46'), +(17235, 3, 1034646, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 46-46'), +(17235, 4, 1044646, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 46-46'), +(17235, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(17235, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(17235, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(17235, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(17235, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(17236, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(17236, 2, 1024344, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 43-44'), +(17236, 3, 1034344, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 43-44'), +(17236, 4, 1044344, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 43-44'), +(17236, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(17236, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(17236, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(17236, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(17236, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(17278, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(17278, 2, 1010607, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 6-7'), +(17278, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(17278, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(17278, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17278, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(17278, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(17279, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(17279, 2, 1010607, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 6-7'), +(17279, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(17279, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(17279, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17279, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(17279, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(17298, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(17298, 2, 1011010, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-10'), +(17298, 3, 1021010, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-10'), +(17298, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(17298, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17298, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(17298, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(17300, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(17300, 2, 1023232, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 32-32'), +(17300, 3, 1033232, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 32-32'), +(17300, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(17300, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(17300, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(17300, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(17300, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(17320, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(17320, 2, 1011011, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-11'), +(17320, 3, 1021011, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-11'), +(17320, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(17320, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(17320, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17320, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(17320, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(17321, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(17321, 2, 1011011, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-11'), +(17321, 3, 1021011, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-11'), +(17321, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(17321, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(17321, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17321, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(17321, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(17322, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(17322, 2, 1011415, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 14-15'), +(17322, 3, 1021415, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 14-15'), +(17322, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(17322, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(17322, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17322, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(17322, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(17323, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(17323, 2, 1011516, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 15-16'), +(17323, 3, 1021516, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 15-16'), +(17323, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(17323, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(17323, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17323, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(17323, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(17324, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(17324, 2, 1011515, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 15-15'), +(17324, 3, 1021515, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 15-15'), +(17324, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(17324, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(17324, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17324, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(17324, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(17325, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(17325, 2, 1011112, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 11-12'), +(17325, 3, 1021112, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 11-12'), +(17325, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(17325, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(17325, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17325, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(17325, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(17326, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(17326, 2, 1011213, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 12-13'), +(17326, 3, 1021213, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 12-13'), +(17326, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(17326, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(17326, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17326, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(17326, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(17327, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(17327, 2, 1011212, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 12-12'), +(17327, 3, 1021212, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 12-12'), +(17327, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(17327, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(17327, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17327, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(17327, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(17328, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(17328, 2, 1011516, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 15-16'), +(17328, 3, 1021516, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 15-16'), +(17328, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(17328, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(17328, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17328, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(17328, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(17329, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(17329, 2, 1011617, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-17'), +(17329, 3, 1021617, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-17'), +(17329, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(17329, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(17329, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17329, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(17329, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(17330, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(17330, 2, 1011616, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-16'), +(17330, 3, 1021616, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-16'), +(17330, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(17330, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(17330, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17330, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(17330, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(17331, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(17331, 2, 1011213, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 12-13'), +(17331, 3, 1021213, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 12-13'), +(17331, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(17331, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(17331, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17331, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(17331, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(17333, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(17333, 2, 1011213, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 12-13'), +(17333, 3, 1021213, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 12-13'), +(17333, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(17333, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(17333, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17333, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(17333, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(17334, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(17334, 2, 1011314, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 13-14'), +(17334, 3, 1021314, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 13-14'), +(17334, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(17334, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(17334, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17334, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(17334, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(17336, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(17336, 2, 1011314, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 13-14'), +(17336, 3, 1021314, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 13-14'), +(17336, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(17336, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(17336, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17336, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(17336, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(17337, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(17337, 2, 1011213, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 12-13'), +(17337, 3, 1021213, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 12-13'), +(17337, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(17337, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(17337, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17337, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(17337, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(17338, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(17338, 2, 1011314, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 13-14'), +(17338, 3, 1021314, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 13-14'), +(17338, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(17338, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(17338, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17338, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(17338, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(17339, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(17339, 2, 1011313, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 13-13'), +(17339, 3, 1021313, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 13-13'), +(17339, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(17339, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(17339, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17339, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(17339, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(17340, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(17340, 2, 1011516, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 15-16'), +(17340, 3, 1021516, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 15-16'), +(17340, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(17340, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(17340, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17340, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(17340, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(17341, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(17341, 2, 1011616, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-16'), +(17341, 3, 1021616, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-16'), +(17341, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(17341, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(17341, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17341, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(17341, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(17342, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(17342, 2, 1011616, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-16'), +(17342, 3, 1021616, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-16'), +(17342, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(17342, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(17342, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17342, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(17342, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(17343, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(17343, 2, 1011112, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 11-12'), +(17343, 3, 1021112, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 11-12'), +(17343, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(17343, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(17343, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17343, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(17343, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(17344, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(17344, 2, 1011415, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 14-15'), +(17344, 3, 1021415, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 14-15'), +(17344, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(17344, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(17344, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17344, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(17344, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(17345, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(17345, 2, 1010910, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-10'), +(17345, 3, 1020910, 1.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-10'), +(17345, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(17345, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17345, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(17345, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(17346, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(17346, 2, 1011718, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 17-18'), +(17346, 3, 1021718, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 17-18'), +(17346, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(17346, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(17346, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17346, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(17346, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(17347, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(17347, 2, 1011213, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 12-13'), +(17347, 3, 1021213, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 12-13'), +(17347, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(17347, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(17347, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17347, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(17347, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(17348, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(17348, 2, 1011516, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 15-16'), +(17348, 3, 1021516, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 15-16'), +(17348, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(17348, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(17348, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17348, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(17348, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(17349, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(17349, 2, 1011010, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-10'), +(17349, 3, 1021010, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-10'), +(17349, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(17349, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17349, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(17349, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(17350, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(17350, 2, 1011515, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 15-15'), +(17350, 3, 1021515, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 15-15'), +(17350, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(17350, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(17350, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17350, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(17350, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(17352, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(17352, 2, 1011212, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 12-12'), +(17352, 3, 1021212, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 12-12'), +(17352, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(17352, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(17352, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17352, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(17352, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(17353, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(17353, 2, 1011717, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 17-17'), +(17353, 3, 1021717, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 17-17'), +(17353, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(17353, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(17353, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17353, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(17353, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(17358, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(17358, 2, 1011819, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 18-19'), +(17358, 3, 1021819, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 18-19'), +(17358, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(17358, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(17358, 6, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(17358, 7, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17358, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(17358, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(17372, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(17372, 2, 1010506, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 5-6'), +(17372, 3, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(17372, 4, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17372, 5, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(17372, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(17373, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(17373, 2, 1010707, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 7-7'), +(17373, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(17373, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(17373, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17373, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(17373, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(17374, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(17374, 2, 1010808, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 8-8'), +(17374, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(17374, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(17374, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17374, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(17374, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(17447, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(17447, 2, 1011212, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 12-12'), +(17447, 3, 1021212, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 12-12'), +(17447, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(17447, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(17447, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17447, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(17447, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(17448, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(17448, 2, 1011111, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 11-11'), +(17448, 3, 1021111, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 11-11'), +(17448, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(17448, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(17448, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17448, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(17448, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(17475, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(17475, 2, 1011111, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 11-11'), +(17475, 3, 1021111, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 11-11'), +(17475, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(17475, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(17475, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17475, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(17475, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(17494, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(17494, 2, 1011818, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 18-18'), +(17494, 3, 1021818, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 18-18'), +(17494, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(17494, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(17494, 6, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(17494, 7, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17494, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(17494, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(17496, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(17496, 2, 1011212, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 12-12'), +(17496, 3, 1021212, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 12-12'), +(17496, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(17496, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(17496, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17496, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(17496, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(17522, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(17522, 2, 1011617, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-17'), +(17522, 3, 1021617, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-17'), +(17522, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(17522, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(17522, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17522, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(17522, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(17523, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(17523, 2, 1011718, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 17-18'), +(17523, 3, 1021718, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 17-18'), +(17523, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(17523, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(17523, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17523, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(17523, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(17524, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(17524, 2, 1011313, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 13-13'), +(17524, 3, 1021313, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 13-13'), +(17524, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(17524, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(17524, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17524, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(17524, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(17525, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(17525, 2, 1011011, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-11'), +(17525, 3, 1021011, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-11'), +(17525, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(17525, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(17525, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17525, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(17525, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(17527, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(17527, 2, 1011617, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-17'), +(17527, 3, 1021617, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-17'), +(17527, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(17527, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(17527, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17527, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(17527, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(17528, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(17528, 2, 1011414, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 14-14'), +(17528, 3, 1021414, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 14-14'), +(17528, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(17528, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(17528, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17528, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(17528, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(17550, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(17550, 2, 1011516, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 15-16'), +(17550, 3, 1021516, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 15-16'), +(17550, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(17550, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(17550, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17550, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(17550, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(17556, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(17556, 2, 1011010, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-10'), +(17556, 3, 1021010, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-10'), +(17556, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(17556, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17556, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(17556, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(17588, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(17588, 2, 1011617, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-17'), +(17588, 3, 1021617, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-17'), +(17588, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(17588, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(17588, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17588, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(17588, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(17589, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(17589, 2, 1011718, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 17-18'), +(17589, 3, 1021718, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 17-18'), +(17589, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(17589, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(17589, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17589, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(17589, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(17591, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(17591, 2, 1010707, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 7-7'), +(17591, 3, 1020608, 0.5, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(17591, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(17591, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17591, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(17591, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(17604, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(17604, 2, 1011314, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 13-14'), +(17604, 3, 1021314, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 13-14'), +(17604, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(17604, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(17604, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17604, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(17604, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(17606, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(17606, 2, 1011617, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-17'), +(17606, 3, 1021617, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-17'), +(17606, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(17606, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(17606, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17606, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(17606, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(17607, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(17607, 2, 1011617, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-17'), +(17607, 3, 1021617, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-17'), +(17607, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(17607, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(17607, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17607, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(17607, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(17608, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(17608, 2, 1011718, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 17-18'), +(17608, 3, 1021718, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 17-18'), +(17608, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(17608, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(17608, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17608, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(17608, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(17661, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(17661, 2, 1011717, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 17-17'), +(17661, 3, 1021717, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 17-17'), +(17661, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(17661, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(17661, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17661, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(17661, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(17673, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(17673, 2, 1011313, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 13-13'), +(17673, 3, 1021313, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 13-13'), +(17673, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(17673, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(17673, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17673, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(17673, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(17683, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(17683, 2, 1011919, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 19-19'), +(17683, 3, 1021919, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 19-19'), +(17683, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(17683, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(17683, 6, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(17683, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(17683, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(17683, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(17701, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(17701, 2, 1011313, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 13-13'), +(17701, 3, 1021313, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 13-13'), +(17701, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(17701, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(17701, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17701, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(17701, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(17702, 1, 1001115, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(17702, 2, 1011313, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 13-13'), +(17702, 3, 1021313, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 13-13'), +(17702, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(17702, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(17702, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17702, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(17702, 9, 1080014, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 11-14'), +(17713, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(17713, 2, 1011516, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 15-16'), +(17713, 3, 1021516, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 15-16'), +(17713, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(17713, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(17713, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17713, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(17713, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(17714, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(17714, 2, 1011617, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-17'), +(17714, 3, 1021617, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-17'), +(17714, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(17714, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(17714, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(17714, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(17714, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(17878, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(17878, 2, 1026060, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 60-60'), +(17878, 3, 1036060, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 60-60'), +(17878, 4, 1046060, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 60-60'), +(17878, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(17878, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(17878, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(17878, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(17878, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(23554, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(23554, 2, 1023536, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 35-36'), +(23554, 3, 1033536, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 35-36'), +(23554, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(23554, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(23554, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(23554, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(23554, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(23555, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(23555, 2, 1023536, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 35-36'), +(23555, 3, 1033536, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 35-36'), +(23555, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(23555, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(23555, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(23555, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(23555, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(23589, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(23589, 2, 1023637, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-37'), +(23589, 3, 1033637, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-37'), +(23589, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(23589, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(23589, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(23589, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(23589, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(23590, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(23590, 2, 1023637, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-37'), +(23590, 3, 1033637, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-37'), +(23590, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(23590, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(23590, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(23590, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(23590, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(23591, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(23591, 2, 1023738, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 37-38'), +(23591, 3, 1033738, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 37-38'), +(23591, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(23591, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(23591, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(23591, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(23591, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(23591, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(23592, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(23592, 2, 1023637, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-37'), +(23592, 3, 1033637, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-37'), +(23592, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(23592, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(23592, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(23592, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(23592, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(23593, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(23593, 2, 1023637, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-37'), +(23593, 3, 1033637, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-37'), +(23593, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(23593, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(23593, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(23593, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(23593, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(23594, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(23594, 2, 1023839, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 38-39'), +(23594, 3, 1033839, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 38-39'), +(23594, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(23594, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(23594, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(23594, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(23594, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(23594, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(23595, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(23595, 2, 1023839, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 38-39'), +(23595, 3, 1033839, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 38-39'), +(23595, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(23595, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(23595, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(23595, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(23595, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(23595, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(23620, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(23620, 2, 1023536, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 35-36'), +(23620, 3, 1033536, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 35-36'), +(23620, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(23620, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(23620, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(23620, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(23620, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(23637, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(23637, 2, 1023737, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 37-37'), +(23637, 3, 1033737, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 37-37'), +(23637, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(23637, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(23637, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(23637, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(23637, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(23714, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(23714, 2, 1023637, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-37'), +(23714, 3, 1033637, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-37'), +(23714, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(23714, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(23714, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(23714, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(23714, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(23841, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(23841, 2, 1023636, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-36'), +(23841, 3, 1033636, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-36'), +(23841, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(23841, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(23841, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(23841, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(23841, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(23873, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(23873, 2, 1023939, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 39-39'), +(23873, 3, 1033939, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 39-39'), +(23873, 4, 1043840, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(23873, 5, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(23873, 6, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(23873, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(23873, 8, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(23873, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(24477, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(24477, 2, 1023637, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-37'), +(24477, 3, 1033637, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-37'), +(24477, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(24477, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(24477, 6, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(24477, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(24477, 9, 1080020, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 36-40'), +(24818, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(24818, 2, 1024849, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 48-49'), +(24818, 3, 1034849, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 48-49'), +(24818, 4, 1044849, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 48-49'), +(24818, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(24818, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(24818, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(24818, 8, 1080007, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~49'), +(24818, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(24819, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(24819, 2, 1024950, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 49-50'), +(24819, 3, 1034950, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 49-50'), +(24819, 4, 1044950, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 49-50'), +(24819, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(24819, 6, 1065054, 3, 0, 1, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(24819, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(24819, 8, 1080007, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~49'), +(24819, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'), +(37214, 1, 1000610, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(37214, 2, 1010809, 5, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 8-9'), +(37214, 3, 1020809, 0.75, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 8-9'), +(37214, 4, 1050110, 0.5, 0, 1, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(37214, 5, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(37214, 6, 1080001, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(37214, 9, 1080013, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 6-10'), +(37917, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(37917, 2, 1011617, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-17'), +(37917, 3, 1021617, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-17'), +(37917, 4, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(37917, 5, 1061019, 3, 0, 1, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(37917, 6, 1070518, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(37917, 7, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(37917, 9, 1080015, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 15-19'), +(37984, 1, 1002125, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(37984, 2, 1012525, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 25-25'), +(37984, 3, 1022526, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 25-26'), +(37984, 4, 1032526, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 25-26'), +(37984, 5, 1052130, 0.5, 0, 1, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(37984, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(37984, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(37984, 8, 1080003, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(37984, 9, 1080017, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 26-27'), +(38006, 1, 1003140, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(38006, 2, 1023334, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 33-34'), +(38006, 3, 1033334, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 33-34'), +(38006, 4, 1053140, 0.4, 0, 1, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(38006, 5, 1063039, 3, 0, 1, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(38006, 6, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(38006, 7, 1080004, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(38006, 9, 1080019, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 31-35'), +(38016, 1, 1004150, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(38016, 2, 1024445, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 44-45'), +(38016, 3, 1034445, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 44-45'), +(38016, 4, 1044445, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 44-45'), +(38016, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(38016, 6, 1064049, 3, 0, 1, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(38016, 7, 1073545, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(38016, 8, 1080005, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(38016, 9, 1080021, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 41-45'), +(38023, 1, 1005163, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(38023, 2, 1025555, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 55-55'), +(38023, 3, 1035555, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 55-55'), +(38023, 4, 1045555, 0.01, 0, 1, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 55-55'), +(38023, 5, 1054162, 0.1, 0, 1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(38023, 6, 1065562, 3, 0, 1, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(38023, 7, 1075062, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(38023, 8, 1080008, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(38023, 9, 1080022, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 46-62'); + +DELETE FROM `creature_loot_template` WHERE `Entry` = 2984; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 2984); +DELETE FROM `creature_loot_template` WHERE `Entry` = 1975; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 1975); +DELETE FROM `creature_loot_template` WHERE `Entry` = 11328; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 11328); +DELETE FROM `creature_loot_template` WHERE `Entry` = 13159; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 13159); +DELETE FROM `creature_loot_template` WHERE `Entry` = 467; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 467); +DELETE FROM `creature_loot_template` WHERE `Entry` = 1777; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 1777); +DELETE FROM `creature_loot_template` WHERE `Entry` = 2361; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 2361); +DELETE FROM `creature_loot_template` WHERE `Entry` = 2362; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 2362); +DELETE FROM `creature_loot_template` WHERE `Entry` = 3617; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 3617); +DELETE FROM `creature_loot_template` WHERE `Entry` = 5907; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 5907); +DELETE FROM `creature_loot_template` WHERE `Entry` = 11856; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 11856); +DELETE FROM `creature_loot_template` WHERE `Entry` = 3846; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 3846); +DELETE FROM `creature_loot_template` WHERE `Entry` = 3341; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 3341); +DELETE FROM `creature_loot_template` WHERE `Entry` = 6667; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 6667); +DELETE FROM `creature_loot_template` WHERE `Entry` = 2112; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 2112); +DELETE FROM `creature_loot_template` WHERE `Entry` = 9316; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 9316); +DELETE FROM `creature_loot_template` WHERE `Entry` = 325; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 325); +DELETE FROM `creature_loot_template` WHERE `Entry` = 381; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 381); +DELETE FROM `creature_loot_template` WHERE `Entry` = 2099; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 2099); +DELETE FROM `creature_loot_template` WHERE `Entry` = 6669; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 6669); +DELETE FROM `creature_loot_template` WHERE `Entry` = 12658; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 12658); +DELETE FROM `creature_loot_template` WHERE `Entry` = 12859; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 12859); +DELETE FROM `creature_loot_template` WHERE `Entry` = 3448; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 3448); +DELETE FROM `creature_loot_template` WHERE `Entry` = 3421; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 3421); +DELETE FROM `creature_loot_template` WHERE `Entry` = 4080; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 4080); +DELETE FROM `creature_loot_template` WHERE `Entry` = 5899; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 5899); +DELETE FROM `creature_loot_template` WHERE (`Entry` = 7051) AND (`Item` IN (1179, 2287, 2447, 2450, 2452, 2835, 2836, 4592)); +DELETE FROM `creature_loot_template` WHERE `Entry` = 7052; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 7052); +DELETE FROM `creature_loot_template` WHERE `Entry` = 7307; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 7307); +DELETE FROM `creature_loot_template` WHERE `Entry` = 313; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 313); +DELETE FROM `creature_loot_template` WHERE `Entry` = 3916; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 3916); +DELETE FROM `creature_loot_template` WHERE `Entry` = 7056; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 7056); +DELETE FROM `creature_loot_template` WHERE `Entry` = 12858; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 12858); +DELETE FROM `creature_loot_template` WHERE `Entry` = 288; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 288); +DELETE FROM `creature_loot_template` WHERE `Entry` = 2153; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 2153); +DELETE FROM `creature_loot_template` WHERE `Entry` = 2214; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 2214); +DELETE FROM `creature_loot_template` WHERE `Entry` = 7310; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 7310); +DELETE FROM `creature_loot_template` WHERE `Entry` = 11979; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 11979); +DELETE FROM `creature_loot_template` WHERE `Entry` = 11994; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 11994); +DELETE FROM `creature_loot_template` WHERE `Entry` = 12736; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 12736); +DELETE FROM `creature_loot_template` WHERE `Entry` = 12816; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 12816); +DELETE FROM `creature_loot_template` WHERE `Entry` = 3389; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 3389); +DELETE FROM `creature_loot_template` WHERE `Entry` = 4048; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 4048); +DELETE FROM `creature_loot_template` WHERE `Entry` = 10428; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 10428); +DELETE FROM `creature_loot_template` WHERE `Entry` = 11820; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 11820); +DELETE FROM `creature_loot_template` WHERE `Entry` = 12862; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 12862); +DELETE FROM `creature_loot_template` WHERE `Entry` = 888; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 888); +DELETE FROM `creature_loot_template` WHERE `Entry` = 2363; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 2363); +DELETE FROM `creature_loot_template` WHERE `Entry` = 12863; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 12863); +DELETE FROM `creature_loot_template` WHERE `Entry` = 487; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 487); +DELETE FROM `creature_loot_template` WHERE `Entry` = 488; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 488); +DELETE FROM `creature_loot_template` WHERE `Entry` = 489; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 489); +DELETE FROM `creature_loot_template` WHERE `Entry` = 490; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 490); +DELETE FROM `creature_loot_template` WHERE `Entry` = 869; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 869); +DELETE FROM `creature_loot_template` WHERE `Entry` = 870; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 870); +DELETE FROM `creature_loot_template` WHERE `Entry` = 874; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 874); +DELETE FROM `creature_loot_template` WHERE `Entry` = 876; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 876); +DELETE FROM `creature_loot_template` WHERE `Entry` = 2105; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 2105); +DELETE FROM `creature_loot_template` WHERE `Entry` = 2333; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 2333); +DELETE FROM `creature_loot_template` WHERE `Entry` = 2466; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 2466); +DELETE FROM `creature_loot_template` WHERE `Entry` = 2468; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 2468); +DELETE FROM `creature_loot_template` WHERE `Entry` = 2469; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 2469); +DELETE FROM `creature_loot_template` WHERE `Entry` = 2506; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 2506); +DELETE FROM `creature_loot_template` WHERE `Entry` = 2507; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 2507); +DELETE FROM `creature_loot_template` WHERE `Entry` = 2508; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 2508); +DELETE FROM `creature_loot_template` WHERE `Entry` = 2509; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 2509); +DELETE FROM `creature_loot_template` WHERE `Entry` = 2510; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 2510); +DELETE FROM `creature_loot_template` WHERE `Entry` = 2511; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 2511); +DELETE FROM `creature_loot_template` WHERE `Entry` = 2512; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 2512); +DELETE FROM `creature_loot_template` WHERE `Entry` = 2513; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 2513); +DELETE FROM `creature_loot_template` WHERE `Entry` = 2514; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 2514); +DELETE FROM `creature_loot_template` WHERE `Entry` = 2515; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 2515); +DELETE FROM `creature_loot_template` WHERE `Entry` = 2516; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 2516); +DELETE FROM `creature_loot_template` WHERE `Entry` = 2517; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 2517); +DELETE FROM `creature_loot_template` WHERE `Entry` = 2518; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 2518); +DELETE FROM `creature_loot_template` WHERE `Entry` = 2524; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 2524); +DELETE FROM `creature_loot_template` WHERE `Entry` = 2525; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 2525); +DELETE FROM `creature_loot_template` WHERE `Entry` = 2526; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 2526); +DELETE FROM `creature_loot_template` WHERE `Entry` = 2527; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 2527); +DELETE FROM `creature_loot_template` WHERE `Entry` = 2528; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 2528); +DELETE FROM `creature_loot_template` WHERE `Entry` = 10427; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 10427); +DELETE FROM `creature_loot_template` WHERE `Entry` = 10636; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 10636); +DELETE FROM `creature_loot_template` WHERE `Entry` = 10638; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 10638); +DELETE FROM `creature_loot_template` WHERE `Entry` = 11040; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 11040); +DELETE FROM `creature_loot_template` WHERE `Entry` = 1421; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 1421); +DELETE FROM `creature_loot_template` WHERE `Entry` = 10941; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 10941); +DELETE FROM `creature_loot_template` WHERE `Entry` = 2392; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 2392); +DELETE FROM `creature_loot_template` WHERE `Entry` = 2395; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 2395); +DELETE FROM `creature_loot_template` WHERE `Entry` = 2396; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 2396); +DELETE FROM `creature_loot_template` WHERE `Entry` = 2398; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 2398); +DELETE FROM `creature_loot_template` WHERE `Entry` = 2400; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 2400); +DELETE FROM `creature_loot_template` WHERE `Entry` = 2402; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 2402); +DELETE FROM `creature_loot_template` WHERE `Entry` = 2378; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 2378); +DELETE FROM `creature_loot_template` WHERE `Entry` = 382; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 382); +DELETE FROM `creature_loot_template` WHERE `Entry` = 468; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 468); +DELETE FROM `creature_loot_template` WHERE `Entry` = 932; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 932); +DELETE FROM `creature_loot_template` WHERE `Entry` = 933; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 933); +DELETE FROM `creature_loot_template` WHERE `Entry` = 934; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 934); +DELETE FROM `creature_loot_template` WHERE `Entry` = 935; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 935); +DELETE FROM `creature_loot_template` WHERE `Entry` = 936; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 936); +DELETE FROM `creature_loot_template` WHERE `Entry` = 2379; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 2379); +DELETE FROM `creature_loot_template` WHERE `Entry` = 4489; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 4489); +DELETE FROM `creature_loot_template` WHERE `Entry` = 4950; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 4950); +DELETE FROM `creature_loot_template` WHERE `Entry` = 4966; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 4966); +DELETE FROM `creature_loot_template` WHERE `Entry` = 4983; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 4983); +DELETE FROM `creature_loot_template` WHERE `Entry` = 12340; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 12340); +DELETE FROM `creature_loot_template` WHERE `Entry` = 494; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 494); +DELETE FROM `creature_loot_template` WHERE `Entry` = 999; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 999); +DELETE FROM `creature_loot_template` WHERE `Entry` = 2470; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 2470); +DELETE FROM `creature_loot_template` WHERE `Entry` = 8310; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 8310); +DELETE FROM `creature_loot_template` WHERE `Entry` = 827; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 827); +DELETE FROM `creature_loot_template` WHERE `Entry` = 828; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 828); +DELETE FROM `creature_loot_template` WHERE `Entry` = 886; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 886); +DELETE FROM `creature_loot_template` WHERE `Entry` = 2712; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 2712); +DELETE FROM `creature_loot_template` WHERE `Entry` = 826; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 826); +DELETE FROM `creature_loot_template` WHERE `Entry` = 885; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 885); +DELETE FROM `creature_loot_template` WHERE `Entry` = 495; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 495); +DELETE FROM `creature_loot_template` WHERE `Entry` = 2706; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 2706); +DELETE FROM `creature_loot_template` WHERE `Entry` = 2860; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 2860); +DELETE FROM `creature_loot_template` WHERE `Entry` = 3501; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 3501); +DELETE FROM `creature_loot_template` WHERE `Entry` = 5414; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 5414); +DELETE FROM `creature_loot_template` WHERE `Entry` = 5418; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 5418); +DELETE FROM `creature_loot_template` WHERE `Entry` = 7489; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 7489); +DELETE FROM `creature_loot_template` WHERE `Entry` = 7730; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 7730); +DELETE FROM `creature_loot_template` WHERE `Entry` = 8015; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 8015); +DELETE FROM `creature_loot_template` WHERE `Entry` = 8016; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 8016); +DELETE FROM `creature_loot_template` WHERE `Entry` = 8055; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 8055); +DELETE FROM `creature_loot_template` WHERE `Entry` = 8096; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 8096); +DELETE FROM `creature_loot_template` WHERE `Entry` = 10262; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 10262); +DELETE FROM `creature_loot_template` WHERE `Entry` = 11317; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 11317); +DELETE FROM `creature_loot_template` WHERE `Entry` = 12903; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 12903); +DELETE FROM `creature_loot_template` WHERE `Entry` = 2608; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 2608); +DELETE FROM `creature_loot_template` WHERE `Entry` = 11276; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 11276); +DELETE FROM `creature_loot_template` WHERE `Entry` = 4995; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 4995); +DELETE FROM `creature_loot_template` WHERE `Entry` = 2930; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 2930); +DELETE FROM `creature_loot_template` WHERE `Entry` = 2386; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 2386); +DELETE FROM `creature_loot_template` WHERE `Entry` = 5389; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 5389); +DELETE FROM `creature_loot_template` WHERE `Entry` = 6244; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 6244); +DELETE FROM `creature_loot_template` WHERE `Entry` = 9525; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 9525); +DELETE FROM `creature_loot_template` WHERE `Entry` = 8402; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 8402); +DELETE FROM `creature_loot_template` WHERE `Entry` = 14757; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 14757); +DELETE FROM `creature_loot_template` WHERE `Entry` = 8154; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 8154); +DELETE FROM `creature_loot_template` WHERE `Entry` = 10619; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 10619); +DELETE FROM `creature_loot_template` WHERE `Entry` = 9119; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 9119); +DELETE FROM `creature_loot_template` WHERE `Entry` = 11609; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 11609); +DELETE FROM `creature_loot_template` WHERE `Entry` = 867; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 867); +DELETE FROM `creature_loot_template` WHERE `Entry` = 11145; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 11145); +DELETE FROM `creature_loot_template` WHERE `Entry` = 11615; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 11615); +DELETE FROM `creature_loot_template` WHERE `Entry` = 12047; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 12047); +DELETE FROM `creature_loot_template` WHERE `Entry` = 17070; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 17070); +DELETE FROM `creature_loot_template` WHERE `Entry` = 10260; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 10260); +DELETE FROM `creature_loot_template` WHERE `Entry` = 2787; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 2787); +DELETE FROM `creature_loot_template` WHERE `Entry` = 11053; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 11053); +DELETE FROM `creature_loot_template` WHERE `Entry` = 11701; +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 11701); + +-- Rares +DELETE FROM `creature_loot_template` WHERE `Reference` IN (24120, 526780, 526790, 6000, 6001, 6003, 11111, 14500, 24000, 24001, 24002, 24003, 24004, 24006, 24007, 24009, 24011, 24014, 24016, 24017, 24018, 24019, 24020, 24021, 24022, 24023, 24024, 24025, 24026, 24027, 24028, 24029, 24030, 24031, 24032, 24033, 24034, 24035, 24036, 24037, 24038, 24039, 24040, 24041, 24042, 24043, 24044, 24045, 24046, 24047, 24048, 24049, 24050, 24051, 24052, 24053, 24054, 24055, 24056, 24057, 24058, 24059, 24060, 24061, 24062, 24063, 24064, 24065, 24066, 24067, 24068, 24069, 24070, 24071, 24073, 24074, 24075, 24076, 24077, 24078, 24079, 24080, 24081, 24082, 24083, 24084, 24085, 24086, 24087, 24088, 24089, 24090, 24100, 24101, 24102, 24103, 24104, 24105, 24106, 24107, 24108, 24109, 24110, 24111, 24112, 24113, 24114, 24115, 24116, 24117, 24118, 24150, 24151, 24152, 24153, 24154, 24155, 24156, 24157, 24158, 24159, 24160, 24161, 24162, 24700, 24701, 24702, 24720, 24722, 24723, 24730, 24731, 24732, 24733, 24734, 24735, 24736, 24737, 44007, 44009, 44010) +AND `entry` IN (1531, 14432, 14428, 1533, 1936, 14431, 1137, 3068, 5786, 5808, 5809, 5826, 14430, 79, 99, 471, 1132, 1910, 5807, 10356, 61, 1260, 5787, 5823, 8503, 10357, 14429, 100, 472, 1119, 1130, 1911, 3056, 10358, 2175, 3535, 5865, 10359, 12431, 2191, 12432, 519, 1424, 1425, 3470, 5837, 7017, 12433, 14268, 2186, 7015, 2184, 3652, 3672, 5829, 5838, 14271, 506, 596, 599, 5835, 14272, 520, 572, 2192, 3295, 5836, 5863, 14266, 14270, 573, 2172, 1399, 1920, 14269, 1398, 1944, 2283, 2476, 3735, 7016, 10559, 10644, 521, 616, 1948, 2090, 10643, 14281, 1037, 1112, 3253, 5832, 5847, 5849, 14279, 14425, 4015, 5834, 5848, 10639, 10641, 14273, 14424, 462, 947, 3773, 574, 584, 5928, 10640, 10642, 14280, 14426, 14278, 14427, 2108, 4030, 4066, 14276, 14433, 503, 1140, 3792, 5933, 12037, 18241, 507, 771, 10647, 14223, 14225, 14277, 534, 2600, 14228, 7895, 14222, 14229, 2452, 2603, 2751, 4132, 14221, 1106, 2258, 2606, 2850, 14227, 14230, 14231, 14233, 14236, 14487, 2753, 4380, 14232, 14237, 14488, 763, 2453, 2604, 14234, 2605, 2609, 2744, 14226, 14235, 2779, 14224, 5356, 8211, 14448, 14491, 14492, 5352, 8208, 8219, 11688, 14446, 14447, 5354, 8210, 14490, 1552, 2541, 2752, 5345, 8218, 5343, 8207, 8279, 1063, 5350, 8203, 8280, 5346, 5347, 5399, 5400, 6118, 8202, 8216, 8277, 8296, 8660, 5349, 6651, 8212, 8214, 8281, 8302, 14339, 3581, 6581, 6648, 6650, 8201, 8204, 8205, 8278, 8283, 8303, 8924, 14344, 6647, 6649, 6652, 8213, 8300, 14342, 14345, 1847, 6585, 8299, 14343, 8301, 10077, 6582, 8298, 9602, 9604, 14340, 9046, 10078, 10197, 10817, 1848, 8297, 8981, 10825, 10827, 14476, 8304, 8978, 10200, 10821, 10826, 14472, 1844, 1885, 10822, 14477, 14478, 8979, 10199, 10823, 1837, 10824, 14479, 1851); +DELETE FROM `creature_loot_template` WHERE `Item` IN (774, 818, 1210, 1206, 1705, 1529, 3864, 7909, 7910, 1364, 1366, 1367, 1368, 1369, 1370, 1372, 1374, 1376, 1377, 1378, 1380, 2210, 2211, 2649, 2650, 2651, 2652, 2653, 2654, 2656, 3363, 3365, 21002, 21003, 21004, 21005, 21006, 21007, 21008, 21009, 21010, 21011, 21012, 21013, 21014, 21015, 21016, 21017, 21018, 21019, 21020, 21021, 21022, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1425, 1427, 1429, 1430, 1431, 1433, 2138, 2212, 2213, 2635, 2642, 2643, 2644, 2645, 2646, 2648, 2773, 2774, 3370, 3373, 1495, 1497, 1498, 1499, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1730, 1731, 1732, 1733, 1734, 1735, 1737, 2214, 2215, 2763, 2777, 2778, 3374, 3375, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1764, 1766, 1767, 1768, 1769, 1770, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1811, 1812, 1813, 1814, 1815, 1816, 1817, 2216, 2217, 2764, 2780, 2781, 3376, 3377, 1485, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753, 1772, 1774, 1775, 1776, 1777, 1778, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 2219, 2220, 2765, 2782, 2783, 3378, 3379, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1780, 1782, 1783, 1784, 1785, 1786, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1825, 1826, 1827, 1828, 1829, 1830, 1831, 2221, 2222, 2766, 2785, 2786, 3380, 3381, 8748, 11411, 3778, 3779, 3780, 3781, 3782, 3783, 3784, 3785, 3786, 3787, 3792, 3793, 3794, 3795, 3796, 3797, 3798, 3799, 3800, 3801, 3802, 3803, 3804, 3805, 3806, 3807, 3808, 3809, 3810, 3811, 3812, 3813, 3814, 3815, 3816, 3817, 8746, 8747, 3936, 3937, 3938, 3939, 3940, 3941, 3942, 3943, 3961, 3962, 3963, 3964, 3965, 3966, 3967, 3968, 3986, 3989, 4000, 4001, 4002, 4003, 4004, 4005, 4006, 4007, 4017, 4018, 4019, 4020, 4021, 4022, 4023, 4024, 4025, 4026, 8749, 8750, 8751, 3944, 3945, 3946, 3947, 3948, 3949, 3950, 3951, 3969, 3970, 3971, 3972, 3973, 3974, 3975, 3976, 3987, 3990, 3992, 3993, 3994, 3995, 3996, 3997, 3998, 3999, 8080, 8081, 8082, 8083, 8084, 8085, 8086, 8752, 8753, 8754, 8755, 13816, 13817, 13818, 13819, 13820, 13821, 13822, 13823, 13824, 13825, 766, 767, 768, 1438, 2959, 2960, 2963, 2964, 2967, 2968, 3189, 3190, 3200, 3214, 3280, 3285, 3641, 3642, 3650, 4560, 4563, 4565, 4658, 4659, 4662, 4663, 4665, 4666, 4668, 4669, 4671, 4672, 4674, 4675, 6507, 6508, 6509, 6513, 6514, 6517, 6519, 6520, 7109, 7350, 8177, 8179, 8181, 8182, 14086, 14087, 14088, 14089, 14093, 14098, 15003, 15004, 15005, 15006, 15007, 15008, 15299, 15472, 15473, 15474, 15475, 15476, 15478, 15483, 15895, 3281, 3289, 3649, 6506, 6510, 6515, 6518, 6521, 7351, 9745, 9754, 9761, 14095, 15297, 15302, 15482, 3279, 3284, 3286, 3290, 3303, 3644, 4677, 4686, 4692, 9742, 9743, 9744, 9750, 9751, 9752, 9758, 9760, 14099, 15484, 3213, 3312, 4680, 4683, 4684, 4689, 4690, 9746, 9755, 9759, 9762, 14102, 14110, 15015, 15301, 15480, 15481, 2971, 2972, 2975, 2979, 3207, 3304, 3643, 4678, 4681, 4687, 4693, 6549, 6555, 14115, 14116, 15013, 15300, 15490, 3311, 5110, 10407, 14169, 15019, 15496, 4698, 4700, 4694, 10405, 14170, 14368, 14728, 6588, 14126, 15505, 6566, 6579, 14157, 15313, 727, 2075, 2140, 2957, 2958, 2961, 2962, 2965, 2966, 3192, 3282, 3287, 4561, 4562, 5069, 6267, 6269, 6337, 6511, 7108, 8178, 8180, 9753, 14090, 14091, 14094, 15009, 15010, 15477, 15479, 15486, 15925, 15932, 15944, 15969, 3283, 3288, 3291, 3292, 4564, 4566, 4577, 6266, 6268, 6336, 6512, 6527, 9764, 15298, 2632, 3652, 3654, 4569, 5071, 9747, 9756, 9763, 14097, 15303, 15485, 2073, 2976, 2978, 2980, 3036, 3302, 3307, 3308, 3314, 3651, 3653, 4570, 6537, 6542, 6543, 6550, 6556, 6558, 9748, 9749, 9757, 9765, 14113, 14365, 15011, 15309, 15491, 15492, 15495, 15933, 15970, 2970, 2974, 2977, 3305, 3309, 4567, 4701, 6539, 6541, 6548, 6557, 6559, 9786, 14096, 14109, 14114, 14117, 14724, 15012, 15016, 15210, 15268, 15304, 15306, 15487, 15489, 2079, 2969, 2973, 2983, 3205, 3315, 3645, 4571, 5212, 6378, 6379, 6528, 6546, 6547, 6551, 6554, 6560, 9785, 14025, 14119, 14123, 14366, 14561, 14563, 14722, 14723, 14725, 15014, 15308, 15501, 15926, 2078, 2984, 2987, 3195, 3196, 3306, 3310, 3313, 4695, 4699, 6380, 6531, 6540, 6545, 6553, 9779, 9788, 14122, 14161, 14364, 14559, 14726, 15305, 15310, 15493, 15494, 15499, 15945, 2988, 3040, 3211, 4575, 6536, 6538, 6552, 7554, 9775, 9777, 9784, 9787, 9789, 9790, 14131, 14160, 14166, 14167, 14174, 14367, 14370, 14560, 14564, 14727, 15017, 15114, 15222, 15307, 15497, 15507, 15508, 2982, 2986, 2992, 3184, 4697, 5207, 6563, 6575, 6585, 9770, 9776, 9778, 9780, 9783, 11965, 11981, 14120, 14121, 14124, 14129, 14168, 14173, 14729, 14745, 15018, 15110, 15112, 15248, 15312, 15498, 15502, 15510, 15971, 2981, 2985, 2989, 2990, 2991, 3193, 3655, 4568, 4576, 6561, 6562, 6564, 6581, 6583, 7608, 9768, 12052, 12053, 14125, 14164, 14565, 14571, 15111, 15488, 15506, 15509, 15893, 789, 3199, 4710, 6565, 6570, 6571, 6574, 6576, 6582, 9766, 9781, 9812, 11993, 12006, 14159, 14171, 14376, 14569, 14743, 14746, 15115, 15211, 15311, 15333, 15503, 15504, 790, 3039, 3065, 3198, 3647, 6381, 6382, 6572, 6573, 6577, 6578, 6580, 6586, 9767, 9782, 11967, 11982, 14162, 14172, 14175, 14369, 14371, 14562, 14567, 14568, 14730, 14747, 15113, 15331, 15519, 15912, 15946, 3057, 3066, 3202, 3740, 4706, 4708, 4998, 6383, 6568, 6587, 9805, 9811, 9814, 12054, 14127, 14133, 14179, 14374, 14572, 14742, 15117, 15223, 15269, 15329, 15500, 15511, 15512, 15526, 15972, 3058, 4709, 6567, 6569, 6584, 7558, 9771, 9792, 9793, 9794, 9801, 9810, 9813, 9815, 9816, 9818, 11994, 12007, 14165, 14373, 14375, 14566, 14748, 15122, 15124, 15224, 15230, 15259, 15330, 15513, 15515, 15517, 15894, 3048, 3055, 3056, 3067, 3212, 4661, 4707, 4713, 6593, 6604, 8186, 9795, 9799, 9802, 9803, 9804, 9817, 10287, 11968, 11983, 14158, 14163, 14176, 14177, 14377, 14574, 14749, 15116, 15118, 15120, 15241, 15249, 15348, 15514, 15520, 15528, 15532, 15891, 15974, 2072, 3045, 3047, 3049, 3069, 3656, 4036, 4705, 4714, 4715, 4999, 5001, 6394, 6591, 6600, 6602, 6608, 8183, 9769, 9772, 9773, 9774, 9796, 9806, 9807, 14185, 14188, 14378, 14573, 14580, 14752, 15212, 15332, 15334, 15336, 15340, 15516, 15521, 15523, 15527, 15927, 2819, 3201, 3206, 4049, 4711, 6393, 6594, 6595, 6596, 6597, 6598, 6601, 6605, 6612, 6613, 6614, 9797, 9808, 9809, 11995, 12008, 14181, 14182, 14187, 14194, 14372, 14380, 14570, 14582, 14744, 14750, 14755, 15121, 15123, 15338, 15347, 15525, 15537, 15947, 2077, 4712, 6387, 6395, 6397, 6398, 6590, 6592, 6599, 6611, 6615, 7415, 8184, 9791, 9798, 9800, 9822, 9829, 9831, 9838, 11969, 11984, 14186, 14195, 14379, 14400, 14402, 14578, 14754, 14756, 15125, 15126, 15132, 15284, 15337, 15522, 15529, 15535, 15547, 3186, 3210, 4037, 4051, 4064, 4072, 5002, 6386, 6388, 6399, 6603, 6607, 6617, 7356, 7419, 9821, 9827, 9837, 10404, 12047, 14180, 14183, 14184, 14191, 14197, 14406, 15127, 15135, 15242, 15341, 15342, 15343, 15351, 15518, 15531, 15538, 15539, 15545, 15973, 865, 3041, 4035, 4048, 4050, 4071, 4073, 5003, 5007, 6389, 6400, 7110, 7355, 7370, 7410, 7411, 7416, 9820, 9823, 9828, 9832, 9839, 9840, 10288, 14178, 14190, 14192, 14193, 14198, 14399, 14403, 14579, 14608, 14758, 15128, 15129, 15136, 15231, 15344, 15345, 15524, 15530, 15533, 15534, 15549, 15559, 15928, 15975, 4716, 4719, 4722, 5214, 6396, 6609, 6610, 6616, 7366, 7406, 7412, 7422, 9824, 9830, 9834, 9841, 9842, 10289, 10406, 10408, 10409, 12019, 12028, 14189, 14196, 14205, 14206, 14210, 14397, 14583, 14585, 14587, 14757, 14763, 15131, 15250, 15285, 15346, 15354, 15542, 15544, 15548, 15556, 15892, 15934, 3042, 4720, 6403, 6407, 6410, 7330, 7354, 7367, 7408, 7409, 7413, 7420, 7421, 7424, 9825, 9833, 9835, 9836, 9843, 9847, 9867, 12009, 12039, 14199, 14209, 14398, 14401, 14404, 14405, 14409, 14581, 14751, 14753, 15133, 15137, 15139, 15143, 15147, 15225, 15232, 15349, 15541, 15554, 15555, 15568, 15962, 2080, 3037, 3185, 4040, 4055, 4075, 4717, 6406, 6408, 6409, 7331, 7357, 7368, 7414, 7417, 7423, 7460, 9819, 9826, 9853, 9857, 9860, 9865, 11970, 11996, 14201, 14211, 14214, 14219, 14414, 14416, 14759, 14761, 15130, 15140, 15148, 15339, 15350, 15352, 15355, 15536, 15540, 15543, 15553, 15560, 15935, 3197, 4039, 4052, 4054, 4066, 4076, 4077, 4718, 4721, 5213, 6404, 7353, 7369, 7407, 7418, 7436, 7609, 9845, 9846, 9855, 9861, 9868, 9869, 11985, 12029, 14200, 14203, 14212, 14221, 14408, 14411, 14584, 14590, 14593, 14764, 15142, 15286, 15357, 15358, 15550, 15551, 15566, 15571, 15579, 1990, 4057, 4065, 4074, 4726, 5009, 6402, 6405, 7437, 7438, 7446, 7447, 7448, 7461, 9848, 9849, 9850, 9856, 9858, 9859, 9864, 9870, 12020, 14202, 14204, 14207, 14208, 14217, 14229, 14412, 14588, 15145, 15149, 15150, 15151, 15213, 15243, 15356, 15364, 15546, 15552, 15561, 15562, 15570, 15575, 15577, 15976, 863, 4038, 4059, 4732, 6413, 6417, 6418, 7111, 7433, 7434, 7443, 7444, 7457, 7458, 7462, 8188, 9851, 9862, 9863, 9871, 9872, 9873, 11971, 12010, 14213, 14215, 14218, 14222, 14226, 14235, 14415, 14589, 14594, 14607, 14762, 14766, 15134, 15144, 15153, 15226, 15361, 15557, 15558, 15563, 15590, 15594, 15929, 15977, 864, 1465, 1988, 4043, 4727, 6416, 6419, 6421, 7432, 7435, 7441, 7445, 7456, 7459, 7463, 9844, 9852, 9854, 9866, 9877, 9890, 9898, 11997, 12040, 14223, 14231, 14236, 14410, 14419, 14420, 14595, 14596, 14765, 14767, 15154, 15260, 15353, 15360, 15365, 15565, 15573, 15581, 15598, 15918, 1207, 4041, 4042, 4067, 4078, 4729, 4731, 6412, 6420, 6422, 7431, 7440, 7454, 7455, 7465, 7492, 9875, 9879, 9886, 9891, 9896, 11986, 12030, 14224, 14232, 14239, 14407, 14413, 14418, 14426, 14602, 14760, 14771, 14773, 15146, 15155, 15160, 15233, 15322, 15362, 15367, 15368, 15572, 15576, 15595, 15963, 15990, 4044, 4060, 4068, 4079, 4725, 5011, 7429, 7430, 7439, 7474, 7476, 7483, 7493, 7556, 8156, 8158, 8159, 8160, 8161, 9876, 9880, 9885, 9889, 9892, 9895, 9900, 9901, 11972, 14220, 14233, 14240, 14251, 14422, 14423, 14591, 14592, 14598, 14600, 14770, 14772, 14896, 14897, 14898, 14900, 14903, 15158, 15214, 15234, 15261, 15366, 15567, 15569, 15574, 15580, 15582, 1625, 4058, 4070, 4087, 4735, 5215, 6411, 6415, 6432, 7112, 7472, 7475, 7480, 7484, 7485, 7489, 7494, 7610, 8162, 8163, 9285, 9287, 9288, 9289, 9878, 9881, 9894, 9902, 9904, 9929, 12011, 12022, 14216, 14225, 14228, 14238, 14241, 14245, 14248, 14603, 14606, 14826, 14827, 14832, 14895, 14899, 14901, 14902, 15152, 15157, 15359, 15371, 15578, 15583, 15584, 15589, 15596, 15603, 15606, 15978, 866, 1640, 4045, 4061, 4736, 4738, 6424, 7470, 7471, 7473, 7479, 7481, 7482, 7488, 7490, 8157, 9290, 9292, 9883, 9893, 9897, 9899, 9903, 9927, 9968, 9972, 9973, 11998, 12042, 14230, 14234, 14250, 14255, 14421, 14424, 14430, 14599, 14769, 14828, 14829, 14830, 14941, 14942, 14943, 15159, 15165, 15244, 15363, 15369, 15377, 15593, 15597, 15600, 15605, 15613, 15979, 4047, 4063, 4734, 6426, 6428, 6431, 6433, 7478, 7487, 7491, 7496, 8137, 8140, 8194, 8196, 9291, 9874, 9882, 9884, 9887, 9908, 9909, 9919, 9926, 9930, 9931, 9967, 9969, 9971, 11973, 11987, 14242, 14243, 14253, 14261, 14429, 14435, 14605, 14774, 14775, 14776, 14821, 14825, 14831, 14834, 14838, 14940, 14946, 15156, 15161, 15163, 15251, 15372, 15375, 15591, 15592, 15610, 15611, 1613, 3187, 3430, 4083, 4737, 6425, 6429, 7469, 7486, 7495, 7524, 7533, 7544, 7552, 8139, 8141, 8142, 9286, 9906, 9907, 9910, 9916, 9917, 9920, 9925, 9932, 9934, 9970, 12031, 14246, 14247, 14260, 14417, 14425, 14428, 14431, 14601, 14654, 14656, 14768, 14777, 14781, 14833, 14839, 14841, 14906, 14910, 15169, 15370, 15374, 15599, 15607, 15608, 15612, 15964, 4046, 4062, 4080, 5216, 6423, 7332, 7468, 7477, 7522, 7525, 7534, 7545, 7555, 8120, 8144, 9912, 9915, 9918, 9921, 9923, 9928, 9933, 9935, 9959, 9966, 10088, 10089, 10094, 12012, 12023, 14252, 14257, 14258, 14262, 14270, 14432, 14604, 14652, 14778, 14782, 14905, 14909, 14944, 14945, 14956, 15162, 15166, 15168, 15215, 15287, 15382, 15602, 15614, 15617, 15624, 1994, 4084, 4733, 6427, 6430, 7113, 7521, 7523, 7526, 7530, 7531, 7535, 7541, 7542, 7546, 7611, 8109, 8118, 8135, 8143, 8273, 8277, 9911, 9922, 9956, 10087, 10090, 11974, 11999, 14237, 14244, 14259, 14268, 14433, 14436, 14440, 14653, 14657, 14783, 14784, 14843, 14911, 14914, 14939, 14947, 14950, 15173, 15262, 15270, 15376, 15378, 15380, 15601, 15604, 15615, 15616, 15632, 15980, 1608, 4069, 4082, 4088, 7519, 7520, 7529, 7532, 7540, 7543, 8107, 8108, 8110, 8114, 8116, 8117, 8121, 8127, 8138, 8199, 8276, 8278, 9951, 9960, 9961, 10091, 10092, 11988, 12043, 14249, 14254, 14266, 14269, 14272, 14276, 14439, 14659, 14660, 14786, 14787, 14840, 14918, 14949, 14951, 14955, 15164, 15172, 15178, 15373, 15609, 15618, 15620, 15625, 15626, 15981, 3208, 4089, 7528, 7536, 7538, 7539, 7553, 8111, 8115, 8122, 8124, 8125, 8279, 8281, 9905, 9913, 9914, 9924, 9937, 9938, 9945, 9947, 9949, 9962, 9963, 10079, 10201, 10202, 10206, 12032, 14263, 14264, 14273, 14280, 14438, 14446, 14663, 14665, 14785, 14791, 14835, 14842, 14853, 14907, 14908, 14917, 15167, 15235, 15379, 15383, 15386, 15619, 15628, 15629, 15635, 1639, 7537, 8112, 8123, 8128, 8129, 8130, 8280, 9936, 9939, 9941, 9948, 9952, 9964, 9965, 10060, 10066, 10067, 10069, 10071, 10076, 10086, 10127, 10205, 10207, 11975, 12013, 14271, 14279, 14292, 14427, 14434, 14442, 14443, 14655, 14658, 14661, 14779, 14780, 14788, 14847, 14913, 14921, 14953, 14965, 15177, 15227, 15252, 15385, 15392, 15630, 15636, 15638, 15643, 15965, 7517, 7518, 7527, 7557, 8131, 8133, 8248, 8255, 8257, 8259, 9940, 9942, 9953, 9955, 9957, 9958, 10058, 10059, 10080, 10081, 10129, 10130, 10131, 10194, 10208, 10209, 12001, 12024, 14278, 14282, 14285, 14286, 14291, 14441, 14792, 14793, 14794, 14846, 14848, 14904, 14912, 14923, 14952, 15171, 15174, 15176, 15183, 15245, 15263, 15323, 15384, 15387, 15623, 15627, 15639, 8106, 8113, 8119, 8126, 8132, 8134, 8247, 8253, 8266, 8274, 8282, 9954, 10061, 10062, 10063, 10068, 10072, 10075, 10082, 10083, 10132, 10134, 10185, 10191, 10239, 10243, 11989, 12044, 14265, 14267, 14274, 14289, 14290, 14294, 14450, 14662, 14666, 14669, 14797, 14851, 14920, 14948, 14954, 14957, 14960, 15175, 15182, 15216, 15279, 15291, 15381, 15621, 15622, 15637, 15641, 15649, 15652, 15937, 15982, 8246, 8249, 8250, 8256, 8260, 8264, 8315, 9974, 10073, 10084, 10085, 10133, 10174, 10180, 10184, 10190, 10196, 10197, 10203, 10238, 10242, 11976, 12055, 14275, 14277, 14296, 14300, 14444, 14448, 14668, 14673, 14801, 14850, 14861, 14919, 14927, 14959, 15170, 15236, 15253, 15274, 15388, 15393, 15631, 15633, 15634, 15642, 15644, 15983, 8254, 8263, 8311, 8314, 8316, 9943, 9944, 9946, 9950, 10064, 10074, 10077, 10078, 10098, 10108, 10120, 10173, 10186, 10192, 10198, 10200, 10241, 10245, 12014, 12034, 14281, 14301, 14447, 14451, 14454, 14667, 14672, 14795, 14796, 14807, 14849, 14915, 14916, 14922, 14926, 14963, 15180, 15228, 15280, 15294, 15389, 15395, 15647, 15653, 8251, 8261, 8262, 8267, 8268, 8272, 8317, 10093, 10096, 10103, 10107, 10109, 10126, 10128, 10166, 10171, 10176, 10179, 10183, 10199, 10244, 12002, 12025, 14283, 14299, 14313, 14437, 14445, 14452, 14664, 14789, 14790, 14844, 14852, 14856, 14857, 14929, 14962, 15184, 15187, 15217, 15254, 15275, 15394, 15427, 15654, 15656, 15661, 15694, 15966, 8269, 8270, 8286, 8297, 8319, 10057, 10065, 10070, 10099, 10110, 10122, 10165, 10167, 10172, 10175, 10187, 10189, 10193, 10195, 10204, 10231, 10240, 10278, 11977, 11990, 14293, 14295, 14304, 14311, 14321, 14674, 14802, 14803, 14855, 14928, 14961, 14968, 14974, 15181, 15186, 15190, 15229, 15237, 15295, 15425, 15645, 15646, 15659, 15936, 8245, 8252, 8258, 8265, 8271, 8275, 8285, 8291, 8293, 8295, 8318, 10095, 10106, 10121, 10125, 10168, 10170, 10177, 10188, 10229, 10276, 10282, 12045, 12056, 14284, 14287, 14298, 14302, 14309, 14671, 14675, 14860, 14938, 14958, 14964, 14967, 14972, 15119, 15264, 15271, 15324, 15390, 15391, 15428, 15640, 15648, 15651, 15655, 15663, 15671, 15930, 15984, 8284, 8287, 8294, 8298, 8304, 8312, 8320, 10097, 10100, 10111, 10113, 10119, 10123, 10124, 10169, 10212, 10224, 10233, 10277, 10370, 10375, 12015, 12035, 14288, 14297, 14305, 14320, 14449, 14459, 14678, 14805, 14806, 14813, 14859, 14924, 14925, 14930, 14934, 14971, 15179, 15185, 15188, 15191, 15218, 15255, 15281, 15650, 15657, 15662, 15985, 8292, 8302, 10101, 10112, 10118, 10148, 10164, 10178, 10181, 10182, 10213, 10216, 10221, 10223, 10232, 10234, 10237, 10279, 10281, 10362, 10364, 10369, 10371, 11978, 12004, 14310, 14314, 14327, 14331, 14457, 14676, 14677, 14799, 14804, 14858, 14869, 14932, 14933, 14970, 15238, 15265, 15276, 15426, 15429, 15432, 15668, 15673, 15681, 15938, 8288, 8299, 8301, 8305, 8306, 10102, 10104, 10138, 10145, 10159, 10211, 10214, 10222, 10225, 10235, 10236, 10280, 10365, 10372, 10374, 10377, 10381, 11991, 12026, 14307, 14315, 14316, 14319, 14453, 14455, 14670, 14682, 14683, 14798, 14800, 14808, 14810, 14854, 14864, 14937, 14969, 14983, 15219, 15256, 15272, 15431, 15658, 15666, 15693, 15890, 15939, 15967, 8289, 8300, 8307, 8308, 8310, 10105, 10136, 10144, 10147, 10156, 10210, 10219, 10228, 10230, 10258, 10275, 10363, 10376, 10380, 10391, 12046, 12057, 14303, 14306, 14323, 14324, 14458, 14465, 14684, 14863, 14865, 14935, 14973, 14977, 15189, 15192, 15278, 15282, 15325, 15430, 15436, 15664, 15665, 15672, 15674, 15683, 15986, 8283, 8290, 8296, 8309, 10137, 10140, 10146, 10149, 10154, 10155, 10161, 10217, 10226, 10249, 10256, 10267, 10373, 10379, 10383, 10387, 11979, 12016, 14308, 14312, 14317, 14325, 14330, 14337, 14688, 14868, 14936, 14966, 14976, 15194, 15239, 15266, 15288, 15433, 15434, 15437, 15660, 15667, 15670, 15676, 15677, 15679, 15931, 15943, 15987, 8303, 8313, 10139, 10142, 10150, 10153, 10160, 10163, 10215, 10218, 10227, 10248, 10255, 10257, 10259, 10265, 10269, 10368, 10382, 10385, 10386, 12005, 12036, 14322, 14329, 14461, 14462, 14463, 14681, 14685, 14687, 14809, 14815, 14816, 14817, 14866, 14867, 14931, 14981, 15193, 15195, 15220, 15246, 15257, 15669, 15675, 15887, 15940, 10141, 10152, 10162, 10220, 10247, 10250, 10251, 10253, 10260, 10261, 10263, 10268, 10270, 10272, 10274, 10366, 10378, 10388, 10390, 11992, 12027, 14318, 14326, 14333, 14334, 14335, 14460, 14686, 14814, 14862, 14978, 14980, 15267, 15273, 15296, 15435, 15438, 15440, 15441, 15678, 15682, 15685, 15686, 15988, 15991, 10135, 10143, 10151, 10157, 10158, 10252, 10262, 10273, 10389, 11980, 12058, 14332, 14456, 14464, 14680, 14811, 14812, 14979, 15240, 15247, 15283, 15439, 15684, 15941, 15968, 10246, 10254, 10264, 10266, 10271, 10367, 10384, 12017, 12048, 14328, 14336, 14975, 14982, 15221, 15258, 15289, 15442, 15680, 15687, 15942, 15989, 935, 2879, 2911, 12975, 12976, 12977, 12978, 12979, 12982, 12983, 12984, 12985, 12987, 12988, 12989, 12990, 12992, 12996, 13136, 890, 1121, 2059, 2256, 12994, 12997, 2194, 2236, 3021, 12998, 12999, 2011, 2800, 13010, 13016, 13041, 2098, 13011, 13012, 13032, 13062, 720, 3203, 13005, 13031, 13057, 13049, 13097, 13099, 13131, 1717, 2878, 13024, 13094, 791, 2278, 12974, 13048, 13079, 13106, 13114, 2721, 13019, 13037, 13127, 2877, 2912, 9405, 3020, 2299, 9395, 13033, 13063, 13087, 13108, 13137, 2565, 13084, 1726, 2277, 2951, 9385, 9435, 13045, 13110, 13124, 934, 2276, 13093, 13105, 936, 937, 13025, 13081, 13103, 13121, 1265, 8006, 9719, 13020, 13119, 1716, 13017, 13038, 13054, 13129, 13145, 9434, 13034, 13042, 13088, 13199, 1722, 13064, 13068, 13117, 13138, 1714, 2802, 13132, 13029, 1715, 1718, 13051, 13058, 13095, 13100, 13026, 13071, 1713, 1720, 2815, 4090, 9359, 9433, 13082, 13115, 754, 4091, 13021, 13074, 13039, 13055, 13076, 13102, 13112, 13128, 13018, 13035, 13043, 13089, 13109, 13134, 2564, 13046, 13065, 13125, 13139, 7734, 13009, 13030, 13066, 13085, 11302, 13008, 13052, 13059, 13073, 5266, 13014, 13027, 13126, 13144, 1203, 1607, 1721, 13067, 13111, 6660, 8190, 13022, 13120, 13122, 13003, 13013, 13056, 13130, 13036, 13040, 13044, 13077, 13091, 13118, 24222, 13004, 13007, 13047, 13070, 13146, 1973, 4696, 13002, 13101, 13135, 13053, 13060, 13072, 13096, 23197, 23198, 23199, 23203, 9402, 13001, 13015, 13028, 13133, 13116, 13000, 13006, 13083, 13107, 13123, 5267, 6622, 13023, 13075, 13113, 867, 869, 870, 873, 1204, 1980, 2825, 868, 1981, 1982, 2164, 14549, 1169, 1447, 940, 871, 943, 2100, 14551, 1979, 2291, 809, 1315, 17007, 942, 2915, 2163, 2824, 810, 812, 3075, 14552, 833, 2244, 647, 811, 2099, 2246, 2245, 1168, 1263, 1443, 944, 14553, 2243, 14554, 14555, 2801, 14558, 14557, 3475, 1728, 805, 828, 4496, 5571, 5572, 856, 2657, 5573, 5574, 804, 857, 5575, 5576, 1725, 1685, 3914, 4500, 858, 2455, 929, 3385, 1710, 3827, 3928, 6149, 13443, 13446, 13444, 954, 955, 1180, 1181, 3012, 3013, 1477, 1478, 1711, 1712, 2289, 2290, 4419, 4421, 4422, 4424, 4425, 4426, 10305, 10306, 10307, 10308, 10309, 10310, 2406, 2407, 2408, 2553, 2555, 2598, 3609, 3610, 4408, 6271, 6342, 7288, 2409, 2601, 2881, 2882, 2883, 3393, 3394, 4292, 4293, 4294, 4345, 4346, 4347, 4348, 4349, 4409, 4410, 5578, 5972, 6344, 6347, 6348, 6375, 6390, 6391, 6663, 6716, 7360, 10316, 11038, 11039, 11081, 3396, 3608, 3611, 3612, 3830, 3866, 3867, 3870, 3871, 3872, 4296, 4297, 4298, 4299, 4350, 4351, 4352, 4412, 4414, 5543, 5774, 6044, 6045, 6211, 6454, 7090, 7091, 7092, 7363, 7364, 7449, 7450, 10424, 10601, 11098, 11164, 11165, 20974, 3831, 3832, 3868, 3869, 3873, 3874, 3875, 4300, 4301, 4353, 4354, 4356, 4415, 4416, 4417, 5974, 6046, 7084, 7085, 7086, 7452, 7453, 7975, 7976, 7992, 8029, 8384, 8385, 8386, 8387, 9293, 10300, 10301, 10302, 10312, 10603, 10604, 10605, 10606, 11167, 11168, 11202, 11204, 12261, 20976, 21940, 3395, 7989, 7990, 7991, 7993, 8028, 8389, 8390, 9295, 9297, 9298, 10315, 10320, 10608, 11208, 11224, 11225, 11226, 12682, 12683, 21944, 21945, 21947, 12684, 12685, 12689, 12691, 12692, 13486, 13487, 13488, 13489, 14466, 14467, 14470, 14474, 14478, 14479, 14484, 15731, 15737, 15742, 16043, 16044, 16215, 16218, 16220, 21949, 24576, 24577, 24578, 24580, 24782, 25338, 25339, 25340, 25349, 25350, 25351, 25352, 25353, 25354, 25355, 25356, 25365, 25366, 25367, 25368, 25369, 25370, 25371, 25372, 25381, 25382, 25383, 25384, 25385, 25386, 25387, 25388, 25397, 25398, 25399, 25400, 25401, 25402, 25403, 25404, 25405, 25406, 25341, 25342, 25343, 25344, 25345, 25346, 25347, 25348, 25357, 25358, 25359, 25360, 25361, 25362, 25363, 25364, 25373, 25374, 25375, 25376, 25377, 25378, 25379, 25380, 25389, 25390, 25391, 25392, 25393, 25394, 25395, 25396, 24575, 24582, 24583, 24584, 24585, 24586, 24587, 24588, 24693, 24694, 24695, 24696, 24697, 24698, 24699, 24700, 24806, 24807, 24808, 24809, 24810, 24811, 24812, 24813, 24918, 24919, 24920, 24921, 24922, 24923, 24924, 24925, 25030, 25044, 25058, 25072, 25086, 25100, 25114, 25128, 25142, 25156, 25170, 25184, 25198, 25212, 25226, 25240, 25254, 25268, 25282, 25296, 25310, 25324, 28531, 24589, 24590, 24591, 24592, 24593, 24594, 24595, 24596, 24701, 24702, 24703, 24704, 24705, 24706, 24707, 24708, 24814, 24815, 24816, 24817, 24818, 24819, 24820, 24821, 24926, 24927, 24928, 24929, 24930, 24931, 24932, 24933, 25031, 25045, 25059, 25073, 25087, 25101, 25115, 25129, 25143, 25157, 25171, 25185, 25199, 25213, 25227, 25241, 25255, 25269, 25283, 25297, 25311, 25325, 28532, 24597, 24598, 24599, 24600, 24601, 24602, 24603, 24604, 24709, 24710, 24711, 24712, 24713, 24714, 24715, 24716, 24822, 24823, 24824, 24825, 24826, 24827, 24828, 24829, 24934, 24935, 24936, 24937, 24938, 24939, 24940, 24941, 25032, 25046, 25060, 25074, 25088, 25102, 25116, 25130, 25144, 25158, 25172, 25186, 25200, 25214, 25228, 25242, 25256, 25270, 25284, 25298, 25312, 25326, 28533, 24605, 24606, 24607, 24608, 24609, 24610, 24611, 24612, 24717, 24718, 24719, 24720, 24721, 24722, 24723, 24724, 24830, 24831, 24832, 24833, 24834, 24835, 24836, 24837, 24942, 24943, 24944, 24945, 24946, 24947, 24948, 24949, 25033, 25047, 25061, 25075, 25089, 25103, 25117, 25131, 25187, 25201, 25215, 25229, 25243, 25257, 25271, 25299, 25313, 25327, 28534, 24613, 24614, 24615, 24616, 24617, 24618, 24619, 24620, 24725, 24726, 24727, 24728, 24729, 24730, 24731, 24732, 24838, 24839, 24840, 24841, 24842, 24843, 24844, 24845, 24950, 24951, 24952, 24953, 24954, 24955, 24956, 24957, 25034, 25048, 25062, 25076, 25090, 25104, 25118, 25132, 25146, 25160, 25174, 25188, 25202, 25216, 25230, 25244, 25258, 25272, 25286, 25300, 25314, 25328, 28535, 24621, 24622, 24623, 24624, 24625, 24626, 24627, 24628, 24733, 24734, 24735, 24736, 24737, 24738, 24739, 24740, 24846, 24847, 24848, 24849, 24850, 24851, 24852, 24853, 24958, 24959, 24960, 24961, 24962, 24963, 24964, 24965, 25035, 25049, 25063, 25077, 25091, 25105, 25119, 25133, 25147, 25161, 25175, 25189, 25203, 25231, 25245, 25259, 25273, 25287, 25301, 25315, 25329, 28536, 24629, 24630, 24631, 24632, 24633, 24634, 24635, 24636, 24741, 24742, 24743, 24744, 24745, 24746, 24747, 24748, 24854, 24855, 24856, 24857, 24858, 24859, 24860, 24861, 24966, 24967, 24968, 24969, 24970, 24971, 24972, 24973, 25036, 25050, 25064, 25078, 25092, 25106, 25120, 25134, 25148, 25162, 25176, 25190, 25204, 25218, 25232, 25246, 25260, 25274, 25288, 25302, 25316, 25330, 28537, 24637, 24638, 24639, 24640, 24641, 24642, 24643, 24644, 24749, 24750, 24751, 24752, 24753, 24754, 24755, 24756, 24862, 24863, 24864, 24865, 24866, 24867, 24868, 24869, 24974, 24975, 24976, 24977, 24978, 24979, 24980, 24981, 25037, 25051, 25065, 25079, 25093, 25107, 25121, 25135, 25149, 25163, 25177, 25191, 25205, 25219, 25233, 25247, 25261, 25275, 25289, 25303, 25317, 25331, 28538, 24645, 24646, 24647, 24648, 24649, 24650, 24651, 24652, 24757, 24758, 24759, 24760, 24761, 24762, 24763, 24764, 24870, 24871, 24872, 24873, 24874, 24875, 24876, 24877, 24982, 24983, 24984, 24985, 24986, 24987, 24988, 24989, 25038, 25052, 25066, 25080, 25094, 25108, 25122, 25136, 25150, 25164, 25178, 25192, 25206, 25220, 25234, 25248, 25262, 25276, 25290, 25304, 25318, 25332, 28539, 24653, 24654, 24655, 24656, 24657, 24658, 24659, 24660, 24765, 24766, 24767, 24768, 24769, 24770, 24771, 24772, 24878, 24879, 24880, 24881, 24882, 24883, 24884, 24885, 24990, 24991, 24992, 24993, 24994, 24995, 24996, 24997, 25039, 25053, 25067, 25081, 25095, 25109, 25123, 25137, 25151, 25165, 25179, 25193, 25207, 25221, 25235, 25249, 25263, 25277, 25291, 25305, 25319, 25333, 28540, 24661, 24662, 24663, 24664, 24665, 24666, 24667, 24668, 24773, 24774, 24775, 24776, 24777, 24778, 24779, 24780, 24886, 24887, 24888, 24889, 24890, 24891, 24892, 24893, 24998, 24999, 25000, 25001, 25002, 25003, 25004, 25005, 25040, 25054, 25068, 25082, 25096, 25110, 25124, 25138, 25152, 25166, 25180, 25194, 25208, 25222, 25236, 25250, 25264, 25278, 25292, 25306, 25320, 25334, 28541, 24669, 24670, 24671, 24672, 24673, 24674, 24675, 24676, 24781, 24783, 24784, 24785, 24786, 24787, 24788, 24789, 24894, 24895, 24896, 24897, 24898, 24899, 24900, 24901, 25006, 25007, 25008, 25009, 25010, 25011, 25012, 25013, 25041, 25055, 25069, 25083, 25097, 25111, 25125, 25139, 25153, 25167, 25181, 25195, 25209, 25223, 25237, 25251, 25265, 25279, 25293, 25307, 25321, 25335, 28542, 24677, 24678, 24679, 24680, 24681, 24682, 24683, 24684, 24790, 24791, 24792, 24793, 24794, 24795, 24796, 24797, 24902, 24903, 24904, 24905, 24906, 24907, 24908, 24909, 25014, 25015, 25016, 25017, 25018, 25019, 25020, 25021, 25042, 25056, 25070, 25084, 25098, 25112, 25126, 25140, 25154, 25168, 25182, 25196, 25210, 25224, 25238, 25252, 25266, 25280, 25294, 25308, 25322, 25336, 28543, 24685, 24686, 24687, 24688, 24689, 24690, 24691, 24692, 24798, 24799, 24800, 24801, 24802, 24803, 24804, 24805, 24910, 24911, 24912, 24913, 24914, 24915, 24916, 24917, 25022, 25023, 25024, 25025, 25026, 25027, 25028, 25029, 25043, 25057, 25071, 25085, 25099, 25113, 25127, 25141, 25155, 25169, 25183, 25197, 25211, 25225, 25239, 25253, 25267, 25281, 25295, 25309, 25323, 25337, 28544, 31125, 31126, 31127, 31131, 31133, 31134, 31136, 31137, 31138, 31139, 31140, 31142, 31143, 31145, 31147, 31148, 31149, 31150, 31151, 31152, 31153, 31173, 31175, 31178, 31180, 31186, 31187, 31190, 31193, 31196, 31200, 31202, 31204, 31222, 31226, 31230, 31234, 31237, 31240, 31255, 31258, 31272, 31275, 31276, 31277, 31280, 31281, 31282, 31283, 31284, 31285, 31286, 31287, 31288, 31289, 31290, 31291, 31292, 31293, 31294, 31295, 31297, 31298, 31299, 31303, 31304, 31305, 31306, 31308, 31318, 31319, 31320, 31321, 31322, 31323, 31326, 31328, 31329, 31330, 31331, 31332, 31333, 31334, 31335, 31336, 31338, 31339, 31340, 31342, 31343, 27498, 27499, 27500, 27501, 27502, 27503, 16253, 22532, 22540, 22541, 22542, 22548, 22553, 22557, 22558, 22903, 22904, 22912, 22913, 22914, 22919, 22926, 23154, 23620, 23621, 23622, 23623, 23624, 23625, 23626, 23627, 23628, 23629, 23630, 23631, 23632, 23633, 23634, 23635, 23636, 23637, 23802, 23804, 23810, 23883, 23884, 24163, 24164, 24165, 24166, 24167, 24168, 24169, 24170, 24171, 24192, 24193, 24194, 24195, 24196, 24197, 24198, 24199, 24200, 24201, 24202, 24203, 24204, 24205, 24206, 24207, 24209, 24210, 24211, 24212, 24213, 24214, 24215, 24216, 24217, 24218, 24219, 24220, 24296, 24297, 24298, 24299, 24300, 24301, 24302, 24303, 24304, 24305, 24306, 24307, 25887, 25905, 25906, 25907, 25909, 28270, 28279, 28280, 29723, 29724, 29725, 29726, 29727, 29728, 29729, 29730, 29731, 29732, 29733, 29734, 31875, 31876, 31877, 31878, 31879, 32411, 33186, 33954, 29714, 22146, 22153, 29549, 29550, 31501, 31837, 33457, 33458, 33459, 33460, 33461, 33462, 37091, 37093, 37097, 43463, 43465, 43467) +AND `entry` IN (1531, 14432, 14428, 1533, 1936, 14431, 1137, 3068, 5786, 5808, 5809, 5826, 14430, 79, 99, 471, 1132, 1910, 5807, 10356, 61, 1260, 5787, 5823, 8503, 10357, 14429, 100, 472, 1119, 1130, 1911, 3056, 10358, 2175, 3535, 5865, 10359, 12431, 2191, 12432, 519, 1424, 1425, 3470, 5837, 7017, 12433, 14268, 2186, 7015, 2184, 3652, 3672, 5829, 5838, 14271, 506, 596, 599, 5835, 14272, 520, 572, 2192, 3295, 5836, 5863, 14266, 14270, 573, 2172, 1399, 1920, 14269, 1398, 1944, 2283, 2476, 3735, 7016, 10559, 10644, 521, 616, 1948, 2090, 10643, 14281, 1037, 1112, 3253, 5832, 5847, 5849, 14279, 14425, 4015, 5834, 5848, 10639, 10641, 14273, 14424, 462, 947, 3773, 574, 584, 5928, 10640, 10642, 14280, 14426, 14278, 14427, 2108, 4030, 4066, 14276, 14433, 503, 1140, 3792, 5933, 12037, 18241, 507, 771, 10647, 14223, 14225, 14277, 534, 2600, 14228, 7895, 14222, 14229, 2452, 2603, 2751, 4132, 14221, 1106, 2258, 2606, 2850, 14227, 14230, 14231, 14233, 14236, 14487, 2753, 4380, 14232, 14237, 14488, 763, 2453, 2604, 14234, 2605, 2609, 2744, 14226, 14235, 2779, 14224, 5356, 8211, 14448, 14491, 14492, 5352, 8208, 8219, 11688, 14446, 14447, 5354, 8210, 14490, 1552, 2541, 2752, 5345, 8218, 5343, 8207, 8279, 1063, 5350, 8203, 8280, 5346, 5347, 5399, 5400, 6118, 8202, 8216, 8277, 8296, 8660, 5349, 6651, 8212, 8214, 8281, 8302, 14339, 3581, 6581, 6648, 6650, 8201, 8204, 8205, 8278, 8283, 8303, 8924, 14344, 6647, 6649, 6652, 8213, 8300, 14342, 14345, 1847, 6585, 8299, 14343, 8301, 10077, 6582, 8298, 9602, 9604, 14340, 9046, 10078, 10197, 10817, 1848, 8297, 8981, 10825, 10827, 14476, 8304, 8978, 10200, 10821, 10826, 14472, 1844, 1885, 10822, 14477, 14478, 8979, 10199, 10823, 1837, 10824, 14479, 1851); + +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(1531, 1, 1000610, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1531, 2, 1010607, 5, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 6-7'), +(1531, 3, 1020608, 0.5, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(1531, 4, 1050110, 0.5, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1531, 5, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1531, 6, 1080001, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1531, 7, 1080013, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 6-10'), +(14432, 1, 1000610, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(14432, 2, 1010606, 5, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 6-6'), +(14432, 3, 1020608, 0.5, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(14432, 4, 1050110, 0.5, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(14432, 5, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(14432, 6, 1080001, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(14432, 7, 1080013, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 6-10'), +(14428, 1, 1000610, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(14428, 2, 1010707, 5, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 7-7'), +(14428, 3, 1020608, 0.5, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(14428, 4, 1050110, 0.5, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(14428, 5, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(14428, 6, 1080001, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(14428, 7, 1080013, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 6-10'), +(1533, 1, 1000610, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1533, 2, 1010809, 5, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 8-9'), +(1533, 3, 1020809, 0.75, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 8-9'), +(1533, 4, 1050110, 0.5, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1533, 5, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1533, 6, 1080001, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1533, 7, 1080013, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 6-10'), +(1936, 1, 1000610, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1936, 2, 1010808, 5, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 8-8'), +(1936, 3, 1020608, 0.5, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(1936, 4, 1050110, 0.5, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1936, 5, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1936, 6, 1080001, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1936, 7, 1080013, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 6-10'), +(14431, 1, 1000610, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(14431, 2, 1010808, 5, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 8-8'), +(14431, 3, 1020608, 0.5, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 6-8'), +(14431, 4, 1050110, 0.5, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(14431, 5, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(14431, 6, 1080001, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(14431, 7, 1080013, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 6-10'), +(1137, 1, 1000610, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1137, 2, 1010909, 5, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-9'), +(1137, 3, 1020909, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-9'), +(1137, 4, 1050110, 0.5, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1137, 5, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1137, 6, 1080001, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1137, 7, 1080013, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 6-10'), +(3068, 1, 1000610, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(3068, 2, 1010909, 50, 1, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-9'), +(3068, 3, 1020909, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-9'), +(3068, 4, 1050110, 0.5, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(3068, 5, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3068, 6, 1080001, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(3068, 7, 1080013, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 6-10'), +(5786, 1, 1000610, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(5786, 2, 1010909, 100, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-9'), +(5786, 3, 1020909, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-9'), +(5786, 4, 1050110, 0.5, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(5786, 5, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(5786, 6, 1080001, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(5786, 7, 1080013, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 6-10'), +(5808, 1, 1000610, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(5808, 2, 1010909, 100, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-9'), +(5808, 3, 1020909, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-9'), +(5808, 4, 1050110, 0.5, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(5808, 5, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(5808, 6, 1080001, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(5808, 7, 1080013, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 6-10'), +(5809, 1, 1000610, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(5809, 2, 1010909, 100, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-9'), +(5809, 3, 1020909, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-9'), +(5809, 4, 1050110, 0.5, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(5809, 5, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(5809, 6, 1080001, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(5809, 7, 1080013, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 6-10'), +(5826, 1, 1000610, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(5826, 2, 1010909, 100, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-9'), +(5826, 3, 1020909, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-9'), +(5826, 4, 1050110, 0.5, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(5826, 5, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(5826, 6, 1080001, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(5826, 7, 1080013, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 6-10'), +(14430, 1, 1000610, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(14430, 2, 1010909, 100, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 9-9'), +(14430, 3, 1020909, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 9-9'), +(14430, 4, 1050110, 0.5, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(14430, 5, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(14430, 6, 1080001, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(14430, 7, 1080013, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 6-10'), +(79, 1, 1000610, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(79, 2, 1011010, 5, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-10'), +(79, 3, 1021010, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-10'), +(79, 4, 1050110, 0.5, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(79, 5, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(79, 6, 1080001, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(79, 7, 1080013, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 6-10'), +(99, 1, 1000610, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(99, 2, 1011010, 5, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-10'), +(99, 3, 1021010, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-10'), +(99, 4, 1050110, 0.5, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(99, 5, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(99, 6, 1080001, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(99, 7, 1080013, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 6-10'), +(471, 1, 1000610, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(471, 2, 1011010, 5, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-10'), +(471, 3, 1021010, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-10'), +(471, 4, 1050110, 0.5, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(471, 5, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(471, 6, 1080001, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(471, 7, 1080013, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 6-10'), +(1132, 1, 1000610, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1132, 2, 1011010, 5, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-10'), +(1132, 3, 1021010, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-10'), +(1132, 4, 1050110, 0.5, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1132, 5, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1132, 6, 1080001, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1132, 7, 1080013, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 6-10'), +(1910, 1, 1000610, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(1910, 2, 1011010, 30, 1, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-10'), +(1910, 3, 1021010, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-10'), +(1910, 4, 1050110, 0.5, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(1910, 5, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1910, 6, 1080001, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(1910, 7, 1080013, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 6-10'), +(5807, 1, 1000610, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(5807, 2, 1011010, 5, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-10'), +(5807, 3, 1021010, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-10'), +(5807, 4, 1050110, 0.5, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(5807, 5, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(5807, 6, 1080001, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(5807, 7, 1080013, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 6-10'), +(10356, 1, 1000610, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 6-10'), +(10356, 2, 1011010, 100, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 10-10'), +(10356, 3, 1021010, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 10-10'), +(10356, 4, 1050110, 0.5, 0, 1, 1, 'World Drop - 6 Slot Bag - NPC Levels: 1-10'), +(10356, 5, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(10356, 6, 1080001, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~5-10'), +(10356, 7, 1080013, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 6-10'), +(61, 1, 1001115, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(61, 2, 1011111, 5, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 11-11'), +(61, 3, 1021111, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 11-11'), +(61, 4, 1051120, 0.5, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(61, 5, 1061019, 3, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(61, 6, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(61, 7, 1080002, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(61, 8, 1080014, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 11-14'), +(1260, 1, 1001115, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1260, 2, 1011111, 5, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 11-11'), +(1260, 3, 1021111, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 11-11'), +(1260, 4, 1051120, 0.5, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1260, 5, 1061019, 3, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1260, 6, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1260, 7, 1080002, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1260, 8, 1080014, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 11-14'), +(5787, 1, 1001115, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(5787, 2, 1011111, 100, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 11-11'), +(5787, 3, 1021111, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 11-11'), +(5787, 4, 1051120, 0.5, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(5787, 5, 1061019, 3, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(5787, 6, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(5787, 7, 1080002, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(5787, 8, 1080014, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 11-14'), +(5823, 1, 1001115, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(5823, 2, 1011111, 100, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 11-11'), +(5823, 3, 1021111, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 11-11'), +(5823, 4, 1051120, 0.5, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(5823, 5, 1061019, 3, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(5823, 6, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(5823, 7, 1080002, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(5823, 8, 1080014, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 11-14'), +(8503, 1, 1001115, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(8503, 2, 1011111, 100, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 11-11'), +(8503, 3, 1021111, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 11-11'), +(8503, 4, 1051120, 0.5, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(8503, 5, 1061019, 3, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(8503, 6, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(8503, 7, 1080002, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(8503, 8, 1080014, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 11-14'), +(10357, 1, 1001115, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(10357, 2, 1011111, 100, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 11-11'), +(10357, 3, 1021111, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 11-11'), +(10357, 4, 1051120, 0.5, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(10357, 5, 1061019, 3, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(10357, 6, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(10357, 7, 1080002, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(10357, 8, 1080014, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 11-14'), +(14429, 1, 1001115, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(14429, 2, 1011111, 100, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 11-11'), +(14429, 3, 1021111, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 11-11'), +(14429, 4, 1051120, 0.5, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(14429, 5, 1061019, 3, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(14429, 6, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(14429, 7, 1080002, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(14429, 8, 1080014, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 11-14'), +(100, 1, 1001115, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(100, 2, 1011212, 5, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 12-12'), +(100, 3, 1021212, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 12-12'), +(100, 4, 1051120, 0.5, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(100, 5, 1061019, 3, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(100, 6, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(100, 7, 1080002, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(100, 8, 1080014, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 11-14'), +(472, 1, 1001115, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(472, 2, 1011212, 5, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 12-12'), +(472, 3, 1021212, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 12-12'), +(472, 4, 1051120, 0.5, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(472, 5, 1061019, 3, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(472, 6, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(472, 7, 1080002, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(472, 8, 1080014, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 11-14'), +(1119, 1, 1001115, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1119, 2, 1011212, 5, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 12-12'), +(1119, 3, 1021212, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 12-12'), +(1119, 4, 1051120, 0.5, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1119, 5, 1061019, 3, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1119, 6, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1119, 7, 1080002, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1119, 8, 1080014, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 11-14'), +(1130, 1, 1001115, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1130, 2, 1011212, 75, 1, 1, 1, 'World Drop - White World Drop - NPC Levels: 12-12'), +(1130, 3, 1021212, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 12-12'), +(1130, 4, 1051120, 0.5, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1130, 5, 1061019, 3, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1130, 6, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1130, 7, 1080002, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1130, 8, 1080014, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 11-14'), +(1911, 1, 1001115, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1911, 2, 1011212, 50, 1, 1, 1, 'World Drop - White World Drop - NPC Levels: 12-12'), +(1911, 3, 1021212, 50, 1, 1, 1, 'World Drop - Green World Drop - NPC Levels: 12-12'), +(1911, 4, 1051120, 0.5, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1911, 5, 1061019, 3, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1911, 6, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1911, 7, 1080002, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1911, 8, 1080014, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 11-14'), +(3056, 1, 1001115, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(3056, 2, 1011212, 5, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 12-12'), +(3056, 3, 1021212, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 12-12'), +(3056, 4, 1051120, 0.5, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3056, 5, 1061019, 3, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3056, 6, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3056, 7, 1080002, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3056, 8, 1080014, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 11-14'), +(10358, 1, 1001115, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(10358, 2, 1011212, 50, 1, 1, 1, 'World Drop - White World Drop - NPC Levels: 12-12'), +(10358, 3, 1021212, 50, 1, 1, 1, 'World Drop - Green World Drop - NPC Levels: 12-12'), +(10358, 4, 1051120, 0.5, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(10358, 5, 1061019, 3, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(10358, 6, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(10358, 7, 1080002, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(10358, 8, 1080014, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 11-14'), +(2175, 1, 1001115, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(2175, 2, 1011313, 67, 1, 1, 1, 'World Drop - White World Drop - NPC Levels: 13-13'), +(2175, 3, 1021313, 33, 1, 1, 1, 'World Drop - Green World Drop - NPC Levels: 13-13'), +(2175, 4, 1051120, 0.5, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2175, 5, 1061019, 3, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(2175, 6, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2175, 7, 1080002, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2175, 8, 1080014, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 11-14'), +(3535, 1, 1001115, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(3535, 2, 1011313, 5, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 13-13'), +(3535, 3, 1021313, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 13-13'), +(3535, 4, 1051120, 0.5, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3535, 5, 1061019, 3, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3535, 6, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3535, 7, 1080002, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3535, 8, 1080014, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 11-14'), +(5865, 1, 1001115, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(5865, 2, 1011313, 50, 1, 1, 1, 'World Drop - White World Drop - NPC Levels: 13-13'), +(5865, 3, 1021313, 50, 1, 1, 1, 'World Drop - Green World Drop - NPC Levels: 13-13'), +(5865, 4, 1051120, 0.5, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(5865, 5, 1061019, 3, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(5865, 6, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(5865, 7, 1080002, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(5865, 8, 1080014, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 11-14'), +(10359, 1, 1001115, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(10359, 2, 1011313, 50, 1, 1, 1, 'World Drop - White World Drop - NPC Levels: 13-13'), +(10359, 3, 1021313, 50, 1, 1, 1, 'World Drop - Green World Drop - NPC Levels: 13-13'), +(10359, 4, 1051120, 0.5, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(10359, 5, 1061019, 3, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(10359, 6, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(10359, 7, 1080002, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(10359, 8, 1080014, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 11-14'), +(12431, 1, 1001115, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(12431, 2, 1011313, 50, 1, 1, 1, 'World Drop - White World Drop - NPC Levels: 13-13'), +(12431, 3, 1021313, 50, 1, 1, 1, 'World Drop - Green World Drop - NPC Levels: 13-13'), +(12431, 4, 1051120, 0.5, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(12431, 5, 1061019, 3, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(12431, 6, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(12431, 7, 1080002, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(12431, 8, 1080014, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 11-14'), +(2191, 1, 1001115, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(2191, 2, 1011414, 50, 1, 1, 1, 'World Drop - White World Drop - NPC Levels: 14-14'), +(2191, 3, 1021414, 50, 1, 1, 1, 'World Drop - Green World Drop - NPC Levels: 14-14'), +(2191, 4, 1051120, 0.5, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2191, 5, 1061019, 3, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(2191, 6, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2191, 7, 1080002, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2191, 8, 1080014, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 11-14'), +(12432, 1, 1001115, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(12432, 2, 1011414, 50, 1, 1, 1, 'World Drop - White World Drop - NPC Levels: 14-14'), +(12432, 3, 1021414, 50, 1, 1, 1, 'World Drop - Green World Drop - NPC Levels: 14-14'), +(12432, 4, 1051120, 0.5, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(12432, 5, 1061019, 3, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(12432, 6, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(12432, 7, 1080002, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(12432, 8, 1080014, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 11-14'), +(519, 1, 1001115, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(519, 2, 1011515, 5, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 15-15'), +(519, 3, 1021515, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 15-15'), +(519, 4, 1051120, 0.5, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(519, 5, 1061019, 3, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(519, 6, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(519, 7, 1080002, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(519, 8, 1080015, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 15-19'), +(1424, 1, 1001115, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1424, 2, 1011515, 5, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 15-15'), +(1424, 3, 1021515, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 15-15'), +(1424, 4, 1051120, 0.5, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1424, 5, 1061019, 3, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1424, 6, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1424, 7, 1080002, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1424, 8, 1080015, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 15-19'), +(1425, 1, 1001115, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(1425, 2, 1011515, 5, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 15-15'), +(1425, 3, 1021515, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 15-15'), +(1425, 4, 1051120, 0.5, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(1425, 5, 1061019, 3, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(1425, 6, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(1425, 7, 1080002, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(1425, 8, 1080015, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 15-19'), +(3470, 1, 1001115, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(3470, 2, 1011515, 5, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 15-15'), +(3470, 3, 1021515, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 15-15'), +(3470, 4, 1051120, 0.5, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3470, 5, 1061019, 3, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3470, 6, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3470, 7, 1080002, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3470, 8, 1080015, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 15-19'), +(5837, 1, 1001115, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(5837, 2, 1011515, 10, 1, 1, 1, 'World Drop - White World Drop - NPC Levels: 15-15'), +(5837, 3, 1021515, 75, 1, 1, 1, 'World Drop - Green World Drop - NPC Levels: 15-15'), +(5837, 4, 1051120, 0.5, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(5837, 5, 1061019, 3, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(5837, 6, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(5837, 7, 1080002, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(5837, 8, 1080015, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 15-19'), +(12433, 1, 1001115, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 11-15'), +(12433, 2, 1011515, 10, 1, 1, 1, 'World Drop - White World Drop - NPC Levels: 15-15'), +(12433, 3, 1021515, 90, 1, 1, 1, 'World Drop - Green World Drop - NPC Levels: 15-15'), +(12433, 4, 1051120, 0.5, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(12433, 5, 1061019, 3, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(12433, 6, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(12433, 7, 1080002, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(12433, 8, 1080015, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 15-19'), +(7017, 1, 1001620, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(7017, 2, 1011516, 10, 1, 1, 1, 'World Drop - White World Drop - NPC Levels: 15-16'), +(7017, 3, 1021516, 90, 1, 1, 1, 'World Drop - Green World Drop - NPC Levels: 15-16'), +(7017, 4, 1051120, 0.5, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(7017, 5, 1061019, 3, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(7017, 6, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(7017, 7, 1080002, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(7017, 8, 1080015, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 15-19'), +(14268, 1, 1001620, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(14268, 2, 1011516, 10, 1, 1, 1, 'World Drop - White World Drop - NPC Levels: 15-16'), +(14268, 3, 1021516, 90, 1, 1, 1, 'World Drop - Green World Drop - NPC Levels: 15-16'), +(14268, 4, 1051120, 0.5, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(14268, 5, 1061019, 3, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(14268, 6, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(14268, 7, 1080002, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(14268, 8, 1080015, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 15-19'), +(2186, 1, 1001620, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(2186, 2, 1011616, 5, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-16'), +(2186, 3, 1021616, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-16'), +(2186, 4, 1051120, 0.5, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2186, 5, 1061019, 3, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(2186, 6, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2186, 7, 1080002, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2186, 8, 1080015, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 15-19'), +(7015, 1, 1001620, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(7015, 2, 1011616, 5, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 16-16'), +(7015, 3, 1021616, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 16-16'), +(7015, 4, 1051120, 0.5, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(7015, 5, 1061019, 3, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(7015, 6, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(7015, 7, 1080002, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(7015, 8, 1080015, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 15-19'), +(2184, 1, 1001620, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(2184, 2, 1011717, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 17-17'), +(2184, 3, 1021717, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 17-17'), +(2184, 4, 1051120, 0.5, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2184, 5, 1061019, 3, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(2184, 6, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(2184, 7, 1080002, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2184, 8, 1080015, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 15-19'), +(3652, 1, 1001620, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3652, 2, 1011717, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 17-17'), +(3652, 3, 1021717, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 17-17'), +(3652, 4, 1051120, 0.5, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3652, 5, 1061019, 3, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3652, 6, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3652, 7, 1080002, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3652, 8, 1080015, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 15-19'), +(3672, 1, 1001620, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3672, 2, 1011717, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 17-17'), +(3672, 3, 1021717, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 17-17'), +(3672, 4, 1051120, 0.5, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3672, 5, 1061019, 3, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3672, 6, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(3672, 7, 1080002, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3672, 8, 1080015, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 15-19'), +(5829, 1, 1001620, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(5829, 2, 1011717, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 17-17'), +(5829, 3, 1021717, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 17-17'), +(5829, 4, 1051120, 0.5, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(5829, 5, 1061019, 3, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(5829, 6, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(5829, 7, 1080002, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(5829, 8, 1080015, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 15-19'), +(5838, 1, 1001620, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(5838, 2, 1011717, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 17-17'), +(5838, 3, 1021717, 75, 1, 1, 1, 'World Drop - Green World Drop - NPC Levels: 17-17'), +(5838, 4, 1051120, 0.5, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(5838, 5, 1061019, 3, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(5838, 6, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(5838, 7, 1080002, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(5838, 8, 1080015, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 15-19'), +(14271, 1, 1001620, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(14271, 2, 1011717, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 17-17'), +(14271, 3, 1021717, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 17-17'), +(14271, 4, 1051120, 0.5, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(14271, 5, 1061019, 3, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(14271, 6, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(14271, 7, 1080002, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(14271, 8, 1080015, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 15-19'), +(506, 1, 1001620, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(506, 2, 1011818, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 18-18'), +(506, 3, 1021818, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 18-18'), +(506, 4, 1031820, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(506, 5, 1051120, 0.5, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(506, 6, 1061019, 3, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(506, 7, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(506, 8, 1080002, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(506, 9, 1080015, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 15-19'), +(596, 1, 1001620, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(596, 2, 1011818, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 18-18'), +(596, 3, 1021818, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 18-18'), +(596, 4, 1031820, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(596, 5, 1051120, 0.5, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(596, 6, 1061019, 3, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(596, 7, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(596, 8, 1080002, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(596, 9, 1080015, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 15-19'), +(599, 1, 1001620, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(599, 2, 1011818, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 18-18'), +(599, 3, 1021818, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 18-18'), +(599, 4, 1031820, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(599, 5, 1051120, 0.5, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(599, 6, 1061019, 3, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(599, 7, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(599, 8, 1080002, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(599, 9, 1080015, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 15-19'), +(5835, 1, 1001620, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(5835, 2, 1011818, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 18-18'), +(5835, 3, 1021818, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 18-18'), +(5835, 4, 1031820, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(5835, 5, 1051120, 0.5, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(5835, 6, 1061019, 3, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(5835, 7, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(5835, 8, 1080002, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(5835, 9, 1080015, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 15-19'), +(14272, 1, 1001620, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(14272, 2, 1011818, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 18-18'), +(14272, 3, 1021818, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 18-18'), +(14272, 4, 1031820, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(14272, 5, 1051120, 0.5, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(14272, 6, 1061019, 3, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(14272, 7, 1070518, 1, 0, 1, 1, 'World Drop - Scrolls I - NPC Levels 5-18'), +(14272, 8, 1080002, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(14272, 9, 1080015, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 15-19'), +(520, 1, 1001620, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(520, 2, 1011919, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 19-19'), +(520, 3, 1021919, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 19-19'), +(520, 4, 1031820, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(520, 5, 1051120, 0.5, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(520, 6, 1061019, 3, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(520, 7, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(520, 8, 1080002, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(520, 9, 1080015, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 15-19'), +(572, 1, 1001620, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(572, 2, 1011919, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 19-19'), +(572, 3, 1021919, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 19-19'), +(572, 4, 1031820, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(572, 5, 1051120, 0.5, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(572, 6, 1061019, 3, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(572, 7, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(572, 8, 1080002, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(572, 9, 1080015, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 15-19'), +(2192, 1, 1001620, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(2192, 2, 1011919, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 19-19'), +(2192, 3, 1021919, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 19-19'), +(2192, 4, 1031820, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(2192, 5, 1051120, 0.5, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2192, 6, 1061019, 3, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(2192, 7, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2192, 8, 1080002, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2192, 9, 1080015, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 15-19'), +(3295, 1, 1001620, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(3295, 2, 1011919, 10, 1, 1, 1, 'World Drop - White World Drop - NPC Levels: 19-19'), +(3295, 3, 1021919, 90, 1, 1, 1, 'World Drop - Green World Drop - NPC Levels: 19-19'), +(3295, 4, 1031820, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(3295, 5, 1051120, 0.5, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(3295, 6, 1061019, 3, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(3295, 7, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3295, 8, 1080002, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(3295, 9, 1080015, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 15-19'), +(5836, 1, 1001620, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(5836, 2, 1011919, 10, 1, 1, 1, 'World Drop - White World Drop - NPC Levels: 19-19'), +(5836, 3, 1021919, 90, 1, 1, 1, 'World Drop - Green World Drop - NPC Levels: 19-19'), +(5836, 4, 1031820, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(5836, 5, 1051120, 0.5, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(5836, 6, 1061019, 3, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(5836, 7, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(5836, 8, 1080002, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(5836, 9, 1080015, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 15-19'), +(5863, 1, 1001620, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(5863, 2, 1011919, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 19-19'), +(5863, 3, 1021919, 75, 1, 1, 1, 'World Drop - Green World Drop - NPC Levels: 19-19'), +(5863, 4, 1031820, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(5863, 5, 1051120, 0.5, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(5863, 6, 1061019, 3, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(5863, 7, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(5863, 8, 1080002, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(5863, 9, 1080015, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 15-19'), +(14266, 1, 1001620, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(14266, 2, 1011919, 10, 1, 1, 1, 'World Drop - White World Drop - NPC Levels: 19-19'), +(14266, 3, 1021919, 90, 1, 1, 1, 'World Drop - Green World Drop - NPC Levels: 19-19'), +(14266, 4, 1031820, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(14266, 5, 1051120, 0.5, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(14266, 6, 1061019, 3, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(14266, 7, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(14266, 8, 1080002, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(14266, 9, 1080015, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 15-19'), +(14270, 1, 1001620, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(14270, 2, 1011919, 10, 1, 1, 1, 'World Drop - White World Drop - NPC Levels: 19-19'), +(14270, 3, 1021919, 90, 1, 1, 1, 'World Drop - Green World Drop - NPC Levels: 19-19'), +(14270, 4, 1031820, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(14270, 5, 1051120, 0.5, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(14270, 6, 1061019, 3, 0, 1, 1, 'World Drop - Potions I - NPC Levels 10-19'), +(14270, 7, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(14270, 8, 1080002, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(14270, 9, 1080015, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 15-19'), +(573, 1, 1001620, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(573, 2, 1012020, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 20-20'), +(573, 3, 1022020, 5, 1, 1, 1, 'World Drop - Green World Drop - NPC Levels: 20-20'), +(573, 4, 1031820, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(573, 5, 1051120, 0.5, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(573, 6, 1062029, 3, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(573, 7, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(573, 8, 1080002, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(573, 9, 1080016, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 20-25'), +(2172, 1, 1001620, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(2172, 2, 1012020, 10, 1, 1, 1, 'World Drop - White World Drop - NPC Levels: 20-20'), +(2172, 3, 1022020, 90, 1, 1, 1, 'World Drop - Green World Drop - NPC Levels: 20-20'), +(2172, 4, 1031820, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(2172, 5, 1051120, 0.5, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2172, 6, 1062029, 3, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(2172, 7, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2172, 8, 1080002, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2172, 9, 1080016, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 20-25'), +(1399, 1, 1002125, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(1399, 2, 1012121, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 21-21'), +(1399, 3, 1022121, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 21-21'), +(1399, 4, 1032121, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 21-21'), +(1399, 5, 1052130, 0.5, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1399, 6, 1062029, 3, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1399, 7, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1399, 8, 1080003, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1399, 9, 1080016, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 20-25'), +(1920, 1, 1002125, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(1920, 2, 1012121, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 21-21'), +(1920, 3, 1022121, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 21-21'), +(1920, 4, 1032121, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 21-21'), +(1920, 5, 1052130, 0.5, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1920, 6, 1062029, 3, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1920, 7, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1920, 8, 1080003, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1920, 9, 1080016, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 20-25'), +(14269, 1, 1002125, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(14269, 2, 1012121, 10, 1, 1, 1, 'World Drop - White World Drop - NPC Levels: 21-21'), +(14269, 3, 1022121, 90, 1, 1, 1, 'World Drop - Green World Drop - NPC Levels: 21-21'), +(14269, 4, 1032121, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 21-21'), +(14269, 5, 1052130, 0.5, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(14269, 6, 1062029, 3, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(14269, 7, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(14269, 8, 1080003, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(14269, 9, 1080016, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 20-25'), +(1398, 1, 1002125, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(1398, 2, 1012222, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 22-22'), +(1398, 3, 1022222, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 22-22'), +(1398, 4, 1032222, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 22-22'), +(1398, 5, 1052130, 0.5, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1398, 6, 1062029, 3, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1398, 7, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1398, 8, 1080003, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1398, 9, 1080016, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 20-25'), +(1944, 1, 1002125, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(1944, 2, 1012222, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 22-22'), +(1944, 3, 1022222, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 22-22'), +(1944, 4, 1032222, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 22-22'), +(1944, 5, 1052130, 0.5, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1944, 6, 1062029, 3, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1944, 7, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1944, 8, 1080003, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1944, 9, 1080016, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 20-25'), +(2283, 1, 1002125, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(2283, 2, 1012222, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 22-22'), +(2283, 3, 1022222, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 22-22'), +(2283, 4, 1032222, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 22-22'), +(2283, 5, 1052130, 0.5, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(2283, 6, 1062029, 3, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(2283, 7, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2283, 8, 1080003, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(2283, 9, 1080016, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 20-25'), +(2476, 1, 1002125, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(2476, 2, 1012222, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 22-22'), +(2476, 3, 1022222, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 22-22'), +(2476, 4, 1032222, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 22-22'), +(2476, 5, 1052130, 0.5, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(2476, 6, 1062029, 3, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(2476, 7, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2476, 8, 1080003, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(2476, 9, 1080016, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 20-25'), +(3735, 1, 1002125, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3735, 2, 1012222, 10, 1, 1, 1, 'World Drop - White World Drop - NPC Levels: 22-22'), +(3735, 3, 1022222, 90, 1, 1, 1, 'World Drop - Green World Drop - NPC Levels: 22-22'), +(3735, 4, 1032222, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 22-22'), +(3735, 5, 1052130, 0.5, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3735, 6, 1062029, 3, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3735, 7, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3735, 8, 1080003, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3735, 9, 1080016, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 20-25'), +(7016, 1, 1002125, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(7016, 2, 1012222, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 22-22'), +(7016, 3, 1022222, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 22-22'), +(7016, 4, 1032222, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 22-22'), +(7016, 5, 1052130, 0.5, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(7016, 6, 1062029, 3, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(7016, 7, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(7016, 8, 1080003, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(7016, 9, 1080016, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 20-25'), +(10559, 1, 1002125, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(10559, 2, 1012222, 10, 1, 1, 1, 'World Drop - White World Drop - NPC Levels: 22-22'), +(10559, 3, 1022222, 90, 1, 1, 1, 'World Drop - Green World Drop - NPC Levels: 22-22'), +(10559, 4, 1032222, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 22-22'), +(10559, 5, 1052130, 0.5, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(10559, 6, 1062029, 3, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(10559, 7, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(10559, 8, 1080003, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(10559, 9, 1080016, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 20-25'), +(10644, 1, 1002125, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(10644, 2, 1012222, 10, 1, 1, 1, 'World Drop - White World Drop - NPC Levels: 22-22'), +(10644, 3, 1022222, 90, 1, 1, 1, 'World Drop - Green World Drop - NPC Levels: 22-22'), +(10644, 4, 1032222, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 22-22'), +(10644, 5, 1052130, 0.5, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(10644, 6, 1062029, 3, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(10644, 7, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(10644, 8, 1080003, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(10644, 9, 1080016, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 20-25'), +(521, 1, 1002125, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(521, 2, 1012323, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 23-23'), +(521, 3, 1022323, 5, 1, 1, 1, 'World Drop - Green World Drop - NPC Levels: 23-23'), +(521, 4, 1032323, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 23-23'), +(521, 5, 1052130, 0.5, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(521, 6, 1062029, 3, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(521, 7, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(521, 8, 1080003, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(521, 9, 1080016, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 20-25'), +(616, 1, 1002125, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(616, 2, 1012323, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 23-23'), +(616, 3, 1022323, 70, 1, 1, 1, 'World Drop - Green World Drop - NPC Levels: 23-23'), +(616, 4, 1032323, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 23-23'), +(616, 5, 1052130, 0.5, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(616, 6, 1062029, 3, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(616, 7, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(616, 8, 1080003, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(616, 9, 1080016, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 20-25'), +(1948, 1, 1002125, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(1948, 2, 1012323, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 23-23'), +(1948, 3, 1022323, 75, 1, 1, 1, 'World Drop - Green World Drop - NPC Levels: 23-23'), +(1948, 4, 1032323, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 23-23'), +(1948, 5, 1052130, 0.5, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1948, 6, 1062029, 3, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1948, 7, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1948, 8, 1080003, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1948, 9, 1080016, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 20-25'), +(2090, 1, 1002125, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(2090, 2, 1012323, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 23-23'), +(2090, 3, 1022323, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 23-23'), +(2090, 4, 1032323, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 23-23'), +(2090, 5, 1052130, 0.5, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(2090, 6, 1062029, 3, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(2090, 7, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2090, 8, 1080003, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(2090, 9, 1080016, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 20-25'), +(10643, 1, 1002125, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(10643, 2, 1012323, 10, 1, 1, 1, 'World Drop - White World Drop - NPC Levels: 23-23'), +(10643, 3, 1022323, 90, 1, 1, 1, 'World Drop - Green World Drop - NPC Levels: 23-23'), +(10643, 4, 1032323, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 23-23'), +(10643, 5, 1052130, 0.5, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(10643, 6, 1062029, 3, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(10643, 7, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(10643, 8, 1080003, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(10643, 9, 1080016, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 20-25'), +(14281, 1, 1002125, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(14281, 2, 1012323, 10, 1, 1, 1, 'World Drop - White World Drop - NPC Levels: 23-23'), +(14281, 3, 1022323, 90, 1, 1, 1, 'World Drop - Green World Drop - NPC Levels: 23-23'), +(14281, 4, 1032323, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 23-23'), +(14281, 5, 1052130, 0.5, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(14281, 6, 1062029, 3, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(14281, 7, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(14281, 8, 1080003, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(14281, 9, 1080016, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 20-25'), +(1037, 1, 1002125, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(1037, 2, 1012425, 5, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-25'), +(1037, 3, 1022425, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-25'), +(1037, 4, 1032425, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-25'), +(1037, 5, 1052130, 0.5, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1037, 6, 1062029, 3, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1037, 7, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1037, 8, 1080003, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1037, 9, 1080016, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 20-25'), +(1112, 1, 1002125, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(1112, 2, 1012424, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-24'), +(1112, 3, 1022424, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-24'), +(1112, 4, 1032424, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-24'), +(1112, 5, 1052130, 0.5, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(1112, 6, 1062029, 3, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(1112, 7, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1112, 8, 1080003, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(1112, 9, 1080016, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 20-25'), +(3253, 1, 1002125, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(3253, 2, 1012424, 10, 1, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-24'), +(3253, 3, 1022424, 90, 1, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-24'), +(3253, 4, 1032424, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-24'), +(3253, 5, 1052130, 0.5, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3253, 6, 1062029, 3, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3253, 7, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3253, 8, 1080003, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3253, 9, 1080016, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 20-25'), +(5832, 1, 1002125, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(5832, 2, 1012424, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-24'), +(5832, 3, 1022424, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-24'), +(5832, 4, 1032424, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-24'), +(5832, 5, 1052130, 0.5, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(5832, 6, 1062029, 3, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(5832, 7, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(5832, 8, 1080003, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(5832, 9, 1080016, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 20-25'), +(5847, 1, 1002125, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(5847, 2, 1012424, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-24'), +(5847, 3, 1022424, 70, 1, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-24'), +(5847, 4, 1032424, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-24'), +(5847, 5, 1052130, 0.5, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(5847, 6, 1062029, 3, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(5847, 7, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(5847, 8, 1080003, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(5847, 9, 1080016, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 20-25'), +(5849, 1, 1002125, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(5849, 2, 1012424, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-24'), +(5849, 3, 1022424, 75, 1, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-24'), +(5849, 4, 1032424, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-24'), +(5849, 5, 1052130, 0.5, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(5849, 6, 1062029, 3, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(5849, 7, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(5849, 8, 1080003, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(5849, 9, 1080016, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 20-25'), +(14279, 1, 1002125, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(14279, 2, 1012424, 10, 1, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-24'), +(14279, 3, 1022424, 90, 1, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-24'), +(14279, 4, 1032424, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-24'), +(14279, 5, 1052130, 0.5, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(14279, 6, 1062029, 3, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(14279, 7, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(14279, 8, 1080003, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(14279, 9, 1080016, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 20-25'), +(14425, 1, 1002125, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(14425, 2, 1012424, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 24-24'), +(14425, 3, 1022424, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 24-24'), +(14425, 4, 1032424, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 24-24'), +(14425, 5, 1052130, 0.5, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(14425, 6, 1062029, 3, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(14425, 7, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(14425, 8, 1080003, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(14425, 9, 1080016, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 20-25'), +(4015, 1, 1002125, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(4015, 2, 1012525, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 25-25'), +(4015, 3, 1022525, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 25-25'), +(4015, 4, 1032525, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 25-25'), +(4015, 5, 1052130, 0.5, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4015, 6, 1062029, 3, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(4015, 7, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4015, 8, 1080003, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4015, 9, 1080016, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 20-25'), +(5834, 1, 1002125, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(5834, 2, 1012525, 10, 1, 1, 1, 'World Drop - White World Drop - NPC Levels: 25-25'), +(5834, 3, 1022525, 90, 1, 1, 1, 'World Drop - Green World Drop - NPC Levels: 25-25'), +(5834, 4, 1032525, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 25-25'), +(5834, 5, 1052130, 0.5, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(5834, 6, 1062029, 3, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(5834, 7, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(5834, 8, 1080003, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(5834, 9, 1080016, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 20-25'), +(5848, 1, 1002125, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(5848, 2, 1012525, 10, 1, 1, 1, 'World Drop - White World Drop - NPC Levels: 25-25'), +(5848, 3, 1022525, 90, 1, 1, 1, 'World Drop - Green World Drop - NPC Levels: 25-25'), +(5848, 4, 1032525, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 25-25'), +(5848, 5, 1052130, 0.5, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(5848, 6, 1062029, 3, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(5848, 7, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(5848, 8, 1080003, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(5848, 9, 1080016, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 20-25'), +(10639, 1, 1002125, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(10639, 2, 1012525, 10, 1, 1, 1, 'World Drop - White World Drop - NPC Levels: 25-25'), +(10639, 3, 1022525, 90, 1, 1, 1, 'World Drop - Green World Drop - NPC Levels: 25-25'), +(10639, 4, 1032525, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 25-25'), +(10639, 5, 1052130, 0.5, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(10639, 6, 1062029, 3, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(10639, 7, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(10639, 8, 1080003, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(10639, 9, 1080016, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 20-25'), +(10641, 1, 1002125, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(10641, 2, 1012525, 10, 1, 1, 1, 'World Drop - White World Drop - NPC Levels: 25-25'), +(10641, 3, 1022525, 90, 1, 1, 1, 'World Drop - Green World Drop - NPC Levels: 25-25'), +(10641, 4, 1032525, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 25-25'), +(10641, 5, 1052130, 0.5, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(10641, 6, 1062029, 3, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(10641, 7, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(10641, 8, 1080003, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(10641, 9, 1080016, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 20-25'), +(14273, 1, 1002125, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(14273, 2, 1012525, 10, 1, 1, 1, 'World Drop - White World Drop - NPC Levels: 25-25'), +(14273, 3, 1022525, 90, 1, 1, 1, 'World Drop - Green World Drop - NPC Levels: 25-25'), +(14273, 4, 1032525, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 25-25'), +(14273, 5, 1052130, 0.5, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(14273, 6, 1062029, 3, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(14273, 7, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(14273, 8, 1080003, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(14273, 9, 1080016, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 20-25'), +(14424, 1, 1002125, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(14424, 2, 1012525, 10, 1, 1, 1, 'World Drop - White World Drop - NPC Levels: 25-25'), +(14424, 3, 1022525, 90, 1, 1, 1, 'World Drop - Green World Drop - NPC Levels: 25-25'), +(14424, 4, 1032525, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 25-25'), +(14424, 5, 1052130, 0.5, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(14424, 6, 1062029, 3, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(14424, 7, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(14424, 8, 1080003, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(14424, 9, 1080016, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 20-25'), +(462, 1, 1002630, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(462, 2, 1022626, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 26-26'), +(462, 3, 1032626, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 26-26'), +(462, 4, 1052130, 0.5, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(462, 5, 1062029, 3, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(462, 6, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(462, 7, 1080003, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(462, 8, 1080017, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 26-27'), +(947, 1, 1002630, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(947, 2, 1022626, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 26-26'), +(947, 3, 1032626, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 26-26'), +(947, 4, 1052130, 0.5, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(947, 5, 1062029, 3, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(947, 6, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(947, 7, 1080003, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(947, 8, 1080017, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 26-27'), +(3773, 1, 1002630, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(3773, 2, 1022626, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 26-26'), +(3773, 3, 1032626, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 26-26'), +(3773, 4, 1052130, 0.5, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(3773, 5, 1062029, 3, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(3773, 6, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3773, 7, 1080003, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(3773, 8, 1080017, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 26-27'), +(574, 1, 1002630, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(574, 2, 1022727, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 27-27'), +(574, 3, 1032727, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 27-27'), +(574, 4, 1052130, 0.5, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(574, 5, 1062029, 3, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(574, 6, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(574, 7, 1080003, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(574, 8, 1080017, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 26-27'), +(584, 1, 1002630, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(584, 2, 1022727, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 27-27'), +(584, 3, 1032727, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 27-27'), +(584, 4, 1052130, 0.5, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(584, 5, 1062029, 3, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(584, 6, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(584, 7, 1080003, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(584, 8, 1080017, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 26-27'), +(5928, 1, 1002630, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(5928, 2, 1022727, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 27-27'), +(5928, 3, 1032727, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 27-27'), +(5928, 4, 1052130, 0.5, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(5928, 5, 1062029, 3, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(5928, 6, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(5928, 7, 1080003, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(5928, 8, 1080017, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 26-27'), +(10640, 1, 1002630, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(10640, 2, 1022727, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 27-27'), +(10640, 3, 1032727, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 27-27'), +(10640, 4, 1052130, 0.5, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(10640, 5, 1062029, 3, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(10640, 6, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(10640, 7, 1080003, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(10640, 8, 1080017, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 26-27'), +(10642, 1, 1002630, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(10642, 2, 1022727, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 27-27'), +(10642, 3, 1032727, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 27-27'), +(10642, 4, 1052130, 0.5, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(10642, 5, 1062029, 3, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(10642, 6, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(10642, 7, 1080003, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(10642, 8, 1080017, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 26-27'), +(14280, 1, 1002630, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(14280, 2, 1022727, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 27-27'), +(14280, 3, 1032727, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 27-27'), +(14280, 4, 1052130, 0.5, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(14280, 5, 1062029, 3, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(14280, 6, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(14280, 7, 1080003, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(14280, 8, 1080017, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 26-27'), +(14426, 1, 1002630, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(14426, 2, 1022727, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 27-27'), +(14426, 3, 1032727, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 27-27'), +(14426, 4, 1052130, 0.5, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(14426, 5, 1062029, 3, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(14426, 6, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(14426, 7, 1080003, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(14426, 8, 1080017, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 26-27'), +(14278, 1, 1002630, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(14278, 2, 1022828, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 28-28'), +(14278, 3, 1032828, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 28-28'), +(14278, 4, 1052130, 0.5, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(14278, 5, 1062029, 3, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(14278, 6, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(14278, 7, 1080003, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(14278, 8, 1080018, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 28-30'), +(14427, 1, 1002630, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(14427, 2, 1022828, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 28-28'), +(14427, 3, 1032828, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 28-28'), +(14427, 4, 1052130, 0.5, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(14427, 5, 1062029, 3, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(14427, 6, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(14427, 7, 1080003, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(14427, 8, 1080018, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 28-30'), +(2108, 1, 1002630, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(2108, 2, 1022929, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 29-29'), +(2108, 3, 1032929, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 29-29'), +(2108, 4, 1052130, 0.5, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(2108, 5, 1062029, 3, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(2108, 6, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2108, 7, 1080003, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(2108, 8, 1080018, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 28-30'), +(4030, 1, 1002630, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(4030, 2, 1022930, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 29-30'), +(4030, 3, 1032930, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 29-30'), +(4030, 4, 1052130, 0.5, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4030, 5, 1063039, 3, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4030, 6, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4030, 7, 1080003, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4030, 8, 1080018, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 28-30'), +(4066, 1, 1002630, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(4066, 2, 1023030, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 30-30'), +(4066, 3, 1033030, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 30-30'), +(4066, 4, 1052130, 0.5, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(4066, 5, 1063039, 3, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4066, 6, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(4066, 7, 1080003, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(4066, 8, 1080018, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 28-30'), +(14276, 1, 1002630, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(14276, 2, 1023030, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 30-30'), +(14276, 3, 1033030, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 30-30'), +(14276, 4, 1052130, 0.5, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(14276, 5, 1063039, 3, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(14276, 6, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(14276, 7, 1080003, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(14276, 8, 1080018, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 28-30'), +(14433, 1, 1002630, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 26-30'), +(14433, 2, 1023030, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 30-30'), +(14433, 3, 1033030, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 30-30'), +(14433, 4, 1052130, 0.5, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(14433, 5, 1063039, 3, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(14433, 6, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(14433, 7, 1080003, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(14433, 8, 1080018, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 28-30'), +(503, 1, 1003140, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(503, 2, 1023131, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 31-31'), +(503, 3, 1033131, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 31-31'), +(503, 4, 1053140, 0.4, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(503, 5, 1063039, 3, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(503, 6, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(503, 7, 1080004, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(503, 8, 1080019, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 31-35'), +(1140, 1, 1003140, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(1140, 2, 1023131, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 31-31'), +(1140, 3, 1033131, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 31-31'), +(1140, 4, 1053140, 0.4, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(1140, 5, 1063039, 3, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(1140, 6, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(1140, 7, 1080004, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(1140, 8, 1080019, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 31-35'), +(5933, 1, 1003140, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(5933, 2, 1023131, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 31-31'), +(5933, 3, 1033131, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 31-31'), +(5933, 4, 1053140, 0.4, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(5933, 5, 1063039, 3, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(5933, 6, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(5933, 7, 1080004, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(5933, 8, 1080019, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 31-35'), +(12037, 1, 1003140, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(12037, 2, 1023131, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 31-31'), +(12037, 3, 1033131, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 31-31'), +(12037, 4, 1053140, 0.4, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(12037, 5, 1063039, 3, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(12037, 6, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(12037, 7, 1080004, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(12037, 8, 1080019, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 31-35'), +(3792, 1, 1003140, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(3792, 2, 1023132, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 31-32'), +(3792, 3, 1033132, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 31-32'), +(3792, 4, 1053140, 0.4, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(3792, 5, 1063039, 3, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(3792, 6, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(3792, 7, 1080004, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(3792, 8, 1080019, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 31-35'), +(18241, 1, 1003140, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(18241, 2, 1023132, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 31-32'), +(18241, 3, 1033132, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 31-32'), +(18241, 4, 1053140, 0.4, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(18241, 5, 1063039, 3, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(18241, 6, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(18241, 7, 1080004, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(18241, 8, 1080019, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 31-35'), +(507, 1, 1003140, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(507, 2, 1023232, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 32-32'), +(507, 3, 1033232, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 32-32'), +(507, 4, 1053140, 0.4, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(507, 5, 1063039, 3, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(507, 6, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(507, 7, 1080004, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(507, 8, 1080019, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 31-35'), +(771, 1, 1003140, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(771, 2, 1023232, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 32-32'), +(771, 3, 1033232, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 32-32'), +(771, 4, 1053140, 0.4, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(771, 5, 1063039, 3, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(771, 6, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(771, 7, 1080004, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(771, 8, 1080019, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 31-35'), +(10647, 1, 1003140, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(10647, 2, 1023232, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 32-32'), +(10647, 3, 1033232, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 32-32'), +(10647, 4, 1053140, 0.4, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(10647, 5, 1063039, 3, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(10647, 6, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(10647, 7, 1080004, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(10647, 8, 1080019, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 31-35'), +(14223, 1, 1003140, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(14223, 2, 1023232, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 32-32'), +(14223, 3, 1033232, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 32-32'), +(14223, 4, 1053140, 0.4, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(14223, 5, 1063039, 3, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(14223, 6, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(14223, 7, 1080004, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(14223, 8, 1080019, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 31-35'), +(14225, 1, 1003140, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(14225, 2, 1023333, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 33-33'), +(14225, 3, 1033333, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 33-33'), +(14225, 4, 1053140, 0.4, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(14225, 5, 1063039, 3, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(14225, 6, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(14225, 7, 1080004, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(14225, 8, 1080019, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 31-35'), +(14277, 1, 1003140, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(14277, 2, 1023333, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 33-33'), +(14277, 3, 1033333, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 33-33'), +(14277, 4, 1053140, 0.4, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(14277, 5, 1063039, 3, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(14277, 6, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(14277, 7, 1080004, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(14277, 8, 1080019, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 31-35'), +(534, 1, 1003140, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(534, 2, 1023434, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 34-34'), +(534, 3, 1033434, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 34-34'), +(534, 4, 1053140, 0.4, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(534, 5, 1063039, 3, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(534, 6, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(534, 7, 1080004, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(534, 8, 1080019, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 31-35'), +(2600, 1, 1003140, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2600, 2, 1023434, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 34-34'), +(2600, 3, 1033434, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 34-34'), +(2600, 4, 1053140, 0.4, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2600, 5, 1063039, 3, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2600, 6, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2600, 7, 1080004, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2600, 8, 1080019, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 31-35'), +(14228, 1, 1003140, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(14228, 2, 1023434, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 34-34'), +(14228, 3, 1033434, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 34-34'), +(14228, 4, 1053140, 0.4, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(14228, 5, 1063039, 3, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(14228, 6, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(14228, 7, 1080004, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(14228, 8, 1080019, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 31-35'), +(7895, 1, 1003140, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(7895, 2, 1023535, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 35-35'), +(7895, 3, 1033535, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 35-35'), +(7895, 4, 1053140, 0.4, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(7895, 5, 1063039, 3, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(7895, 6, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(7895, 7, 1080004, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(7895, 8, 1080019, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 31-35'), +(14222, 1, 1003140, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(14222, 2, 1023535, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 35-35'), +(14222, 3, 1033535, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 35-35'), +(14222, 4, 1053140, 0.4, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(14222, 5, 1063039, 3, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(14222, 6, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(14222, 7, 1080004, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(14222, 8, 1080019, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 31-35'), +(14229, 1, 1003140, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(14229, 2, 1023535, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 35-35'), +(14229, 3, 1033535, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 35-35'), +(14229, 4, 1053140, 0.4, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(14229, 5, 1063039, 3, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(14229, 6, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(14229, 7, 1080004, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(14229, 8, 1080019, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 31-35'), +(2452, 1, 1003140, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2452, 2, 1023636, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-36'), +(2452, 3, 1033636, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-36'), +(2452, 4, 1053140, 0.4, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2452, 5, 1063039, 3, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2452, 6, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2452, 7, 1080004, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2452, 8, 1080020, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 36-40'), +(2603, 1, 1003140, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2603, 2, 1023636, 75, 1, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-36'), +(2603, 3, 1033636, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-36'), +(2603, 4, 1053140, 0.4, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2603, 5, 1063039, 3, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2603, 6, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2603, 7, 1080004, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2603, 8, 1080020, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 36-40'), +(2751, 1, 1003140, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2751, 2, 1023636, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-36'), +(2751, 3, 1033636, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-36'), +(2751, 4, 1053140, 0.4, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2751, 5, 1063039, 3, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2751, 6, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2751, 7, 1080004, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2751, 8, 1080020, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 36-40'), +(4132, 1, 1003140, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4132, 2, 1023636, 75, 1, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-36'), +(4132, 3, 1033636, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-36'), +(4132, 4, 1053140, 0.4, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4132, 5, 1063039, 3, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4132, 6, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4132, 7, 1080004, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4132, 8, 1080020, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 36-40'), +(14221, 1, 1003140, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(14221, 2, 1023636, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 36-36'), +(14221, 3, 1033636, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 36-36'), +(14221, 4, 1053140, 0.4, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(14221, 5, 1063039, 3, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(14221, 6, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(14221, 7, 1080004, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(14221, 8, 1080020, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 36-40'), +(1106, 1, 1003140, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(1106, 2, 1023737, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 37-37'), +(1106, 3, 1033737, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 37-37'), +(1106, 4, 1053140, 0.4, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(1106, 5, 1063039, 3, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(1106, 6, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(1106, 7, 1080004, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(1106, 8, 1080020, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 36-40'), +(2258, 1, 1003140, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2258, 2, 1023737, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 37-37'), +(2258, 3, 1033737, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 37-37'), +(2258, 4, 1053140, 0.4, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2258, 5, 1063039, 3, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2258, 6, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2258, 7, 1080004, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2258, 8, 1080020, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 36-40'), +(2606, 1, 1003140, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2606, 2, 1023737, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 37-37'), +(2606, 3, 1033737, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 37-37'), +(2606, 4, 1053140, 0.4, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2606, 5, 1063039, 3, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2606, 6, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2606, 7, 1080004, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2606, 8, 1080020, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 36-40'), +(2850, 1, 1003140, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2850, 2, 1023737, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 37-37'), +(2850, 3, 1033737, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 37-37'), +(2850, 4, 1053140, 0.4, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2850, 5, 1063039, 3, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2850, 6, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2850, 7, 1080004, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2850, 8, 1080020, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 36-40'), +(14227, 1, 1003140, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(14227, 2, 1023737, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 37-37'), +(14227, 3, 1033737, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 37-37'), +(14227, 4, 1053140, 0.4, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(14227, 5, 1063039, 3, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(14227, 6, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(14227, 7, 1080004, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(14227, 8, 1080020, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 36-40'), +(14230, 1, 1003140, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(14230, 2, 1023737, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 37-37'), +(14230, 3, 1033737, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 37-37'), +(14230, 4, 1053140, 0.4, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(14230, 5, 1063039, 3, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(14230, 6, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(14230, 7, 1080004, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(14230, 8, 1080020, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 36-40'), +(14231, 1, 1003140, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(14231, 2, 1023737, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 37-37'), +(14231, 3, 1033737, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 37-37'), +(14231, 4, 1053140, 0.4, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(14231, 5, 1063039, 3, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(14231, 6, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(14231, 7, 1080004, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(14231, 8, 1080020, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 36-40'), +(14233, 1, 1003140, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(14233, 2, 1023737, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 37-37'), +(14233, 3, 1033737, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 37-37'), +(14233, 4, 1053140, 0.4, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(14233, 5, 1063039, 3, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(14233, 6, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(14233, 7, 1080004, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(14233, 8, 1080020, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 36-40'), +(14236, 1, 1003140, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(14236, 2, 1023737, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 37-37'), +(14236, 3, 1033737, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 37-37'), +(14236, 4, 1053140, 0.4, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(14236, 5, 1063039, 3, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(14236, 6, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(14236, 7, 1080004, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(14236, 8, 1080020, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 36-40'), +(14487, 1, 1003140, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(14487, 2, 1023737, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 37-37'), +(14487, 3, 1033737, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 37-37'), +(14487, 4, 1053140, 0.4, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(14487, 5, 1063039, 3, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(14487, 6, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(14487, 7, 1080004, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(14487, 8, 1080020, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 36-40'), +(2753, 1, 1003140, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2753, 2, 1023838, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 38-38'), +(2753, 3, 1033838, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 38-38'), +(2753, 4, 1043840, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(2753, 5, 1053140, 0.4, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2753, 6, 1063039, 3, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2753, 7, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2753, 8, 1080004, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2753, 9, 1080020, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 36-40'), +(4380, 1, 1003140, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(4380, 2, 1023838, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 38-38'), +(4380, 3, 1033838, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 38-38'), +(4380, 4, 1043840, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(4380, 5, 1053140, 0.4, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(4380, 6, 1063039, 3, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(4380, 7, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(4380, 8, 1080004, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(4380, 9, 1080020, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 36-40'), +(14232, 1, 1003140, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(14232, 2, 1023838, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 38-38'), +(14232, 3, 1033838, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 38-38'), +(14232, 4, 1043840, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(14232, 5, 1053140, 0.4, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(14232, 6, 1063039, 3, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(14232, 7, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(14232, 8, 1080004, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(14232, 9, 1080020, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 36-40'), +(14237, 1, 1003140, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(14237, 2, 1023838, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 38-38'), +(14237, 3, 1033838, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 38-38'), +(14237, 4, 1043840, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(14237, 5, 1053140, 0.4, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(14237, 6, 1063039, 3, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(14237, 7, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(14237, 8, 1080004, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(14237, 9, 1080020, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 36-40'), +(14488, 1, 1003140, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(14488, 2, 1023838, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 38-38'), +(14488, 3, 1033838, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 38-38'), +(14488, 4, 1043840, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(14488, 5, 1053140, 0.4, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(14488, 6, 1063039, 3, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(14488, 7, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(14488, 8, 1080004, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(14488, 9, 1080020, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 36-40'), +(763, 1, 1003140, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(763, 2, 1023939, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 39-39'), +(763, 3, 1033939, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 39-39'), +(763, 4, 1043840, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(763, 5, 1053140, 0.4, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(763, 6, 1063039, 3, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(763, 7, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(763, 8, 1080004, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(763, 9, 1080020, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 36-40'), +(2453, 1, 1003140, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2453, 2, 1023939, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 39-39'), +(2453, 3, 1033939, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 39-39'), +(2453, 4, 1043840, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(2453, 5, 1053140, 0.4, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2453, 6, 1063039, 3, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2453, 7, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2453, 8, 1080004, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2453, 9, 1080020, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 36-40'), +(2604, 1, 1003140, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2604, 2, 1023939, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 39-39'), +(2604, 3, 1033939, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 39-39'), +(2604, 4, 1043840, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(2604, 5, 1053140, 0.4, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2604, 6, 1063039, 3, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(2604, 7, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2604, 8, 1080004, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(2604, 9, 1080020, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 36-40'), +(14234, 1, 1003140, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(14234, 2, 1023939, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 39-39'), +(14234, 3, 1033939, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 39-39'), +(14234, 4, 1043840, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(14234, 5, 1053140, 0.4, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(14234, 6, 1063039, 3, 0, 1, 1, 'World Drop - Potions III - NPC Levels 30-39'), +(14234, 7, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(14234, 8, 1080004, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~35'), +(14234, 9, 1080020, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 36-40'), +(2605, 1, 1003140, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2605, 2, 1024040, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 39-40'), +(2605, 3, 1034040, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 39-40'), +(2605, 4, 1043840, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(2605, 5, 1053140, 0.4, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2605, 6, 1064049, 3, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2605, 7, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2605, 8, 1080005, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2605, 9, 1080020, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 36-40'), +(2609, 1, 1003140, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2609, 2, 1024040, 65, 2, 1, 1, 'World Drop - Green World Drop - NPC Levels: 39-40'), +(2609, 3, 1034040, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 39-40'), +(2609, 4, 1043840, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(2609, 5, 1053140, 0.4, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2609, 6, 1064049, 3, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2609, 7, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2609, 8, 1080005, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2609, 9, 1080020, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 36-40'), +(2744, 1, 1003140, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(2744, 2, 1024040, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 39-40'), +(2744, 3, 1034040, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 39-40'), +(2744, 4, 1043840, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(2744, 5, 1053140, 0.4, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(2744, 6, 1064049, 3, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2744, 7, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2744, 8, 1080005, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2744, 9, 1080020, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 36-40'), +(14226, 1, 1003140, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(14226, 2, 1024040, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 39-40'), +(14226, 3, 1034040, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 39-40'), +(14226, 4, 1043840, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(14226, 5, 1053140, 0.4, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(14226, 6, 1064049, 3, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(14226, 7, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(14226, 8, 1080005, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(14226, 9, 1080020, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 36-40'), +(14235, 1, 1003140, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 31-40'), +(14235, 2, 1024040, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 39-40'), +(14235, 3, 1034040, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 39-40'), +(14235, 4, 1043840, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 38-40'), +(14235, 5, 1053140, 0.4, 0, 1, 1, 'World Drop - 12 Slot Bag - NPC Levels: 31-40'), +(14235, 6, 1064049, 3, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(14235, 7, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(14235, 8, 1080005, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(14235, 9, 1080020, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 36-40'), +(2779, 1, 1004150, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2779, 2, 1024141, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 41-41'), +(2779, 3, 1034141, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 41-41'), +(2779, 4, 1044141, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 41-41'), +(2779, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2779, 6, 1064049, 3, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2779, 7, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2779, 8, 1080005, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2779, 9, 1080021, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 41-45'), +(14224, 1, 1004150, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(14224, 2, 1024141, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 41-41'), +(14224, 3, 1034141, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 41-41'), +(14224, 4, 1044141, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 41-41'), +(14224, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(14224, 6, 1064049, 3, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(14224, 7, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(14224, 8, 1080005, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(14224, 9, 1080021, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 41-45'), +(5356, 1, 1004150, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5356, 2, 1024242, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 42-42'), +(5356, 3, 1034242, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 42-42'), +(5356, 4, 1044242, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 42-42'), +(5356, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5356, 6, 1064049, 3, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5356, 7, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5356, 8, 1080005, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5356, 9, 1080021, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 41-45'), +(8211, 1, 1004150, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(8211, 2, 1024242, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 42-42'), +(8211, 3, 1034242, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 42-42'), +(8211, 4, 1044242, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 42-42'), +(8211, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8211, 6, 1064049, 3, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(8211, 7, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(8211, 8, 1080005, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(8211, 9, 1080021, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 41-45'), +(14448, 1, 1004150, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(14448, 2, 1024242, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 42-42'), +(14448, 3, 1034242, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 42-42'), +(14448, 4, 1044242, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 42-42'), +(14448, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(14448, 6, 1064049, 3, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(14448, 7, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(14448, 8, 1080005, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(14448, 9, 1080021, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 41-45'), +(14491, 1, 1004150, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(14491, 2, 1024242, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 42-42'), +(14491, 3, 1034242, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 42-42'), +(14491, 4, 1044242, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 42-42'), +(14491, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(14491, 6, 1064049, 3, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(14491, 7, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(14491, 8, 1080005, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(14491, 9, 1080021, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 41-45'), +(14492, 1, 1004150, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(14492, 2, 1024242, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 42-42'), +(14492, 3, 1034242, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 42-42'), +(14492, 4, 1044242, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 42-42'), +(14492, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(14492, 6, 1064049, 3, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(14492, 7, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(14492, 8, 1080005, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(14492, 9, 1080021, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 41-45'), +(5352, 1, 1004150, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5352, 2, 1024343, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 43-43'), +(5352, 3, 1034343, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 43-43'), +(5352, 4, 1044343, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 43-43'), +(5352, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5352, 6, 1064049, 3, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5352, 7, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5352, 8, 1080005, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5352, 9, 1080021, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 41-45'), +(8208, 1, 1004150, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(8208, 2, 1024343, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 43-43'), +(8208, 3, 1034343, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 43-43'), +(8208, 4, 1044343, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 43-43'), +(8208, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8208, 6, 1064049, 3, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(8208, 7, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(8208, 8, 1080005, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(8208, 9, 1080021, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 41-45'), +(8219, 1, 1004150, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(8219, 2, 1024343, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 43-43'), +(8219, 3, 1034343, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 43-43'), +(8219, 4, 1044343, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 43-43'), +(8219, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8219, 6, 1064049, 3, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(8219, 7, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(8219, 8, 1080005, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(8219, 9, 1080021, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 41-45'), +(11688, 1, 1004150, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(11688, 2, 1024343, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 43-43'), +(11688, 3, 1034343, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 43-43'), +(11688, 4, 1044343, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 43-43'), +(11688, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(11688, 6, 1064049, 3, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(11688, 7, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(11688, 8, 1080005, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(11688, 9, 1080021, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 41-45'), +(14446, 1, 1004150, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(14446, 2, 1024343, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 43-43'), +(14446, 3, 1034343, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 43-43'), +(14446, 4, 1044343, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 43-43'), +(14446, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(14446, 6, 1064049, 3, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(14446, 7, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(14446, 8, 1080005, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(14446, 9, 1080021, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 41-45'), +(14447, 1, 1004150, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(14447, 2, 1024343, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 43-43'), +(14447, 3, 1034343, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 43-43'), +(14447, 4, 1044343, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 43-43'), +(14447, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(14447, 6, 1064049, 3, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(14447, 7, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(14447, 8, 1080005, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(14447, 9, 1080021, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 41-45'), +(5354, 1, 1004150, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5354, 2, 1024444, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 44-44'), +(5354, 3, 1034444, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 44-44'), +(5354, 4, 1044444, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 44-44'), +(5354, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5354, 6, 1064049, 3, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5354, 7, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5354, 8, 1080005, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5354, 9, 1080021, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 41-45'), +(8210, 1, 1004150, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(8210, 2, 1024444, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 44-44'), +(8210, 3, 1034444, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 44-44'), +(8210, 4, 1044444, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 44-44'), +(8210, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8210, 6, 1064049, 3, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(8210, 7, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(8210, 8, 1080005, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(8210, 9, 1080021, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 41-45'), +(14490, 1, 1004150, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(14490, 2, 1024444, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 44-44'), +(14490, 3, 1034444, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 44-44'), +(14490, 4, 1044444, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 44-44'), +(14490, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(14490, 6, 1064049, 3, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(14490, 7, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(14490, 8, 1080005, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(14490, 9, 1080021, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 41-45'), +(1552, 1, 1004150, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(1552, 2, 1024545, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 45-45'), +(1552, 3, 1034545, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 45-45'), +(1552, 4, 1044545, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 45-45'), +(1552, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1552, 6, 1064049, 3, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(1552, 7, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(1552, 8, 1080005, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(1552, 9, 1080021, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 41-45'), +(2541, 1, 1004150, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2541, 2, 1024545, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 45-45'), +(2541, 3, 1034545, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 45-45'), +(2541, 4, 1044545, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 45-45'), +(2541, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2541, 6, 1064049, 3, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2541, 7, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2541, 8, 1080005, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2541, 9, 1080021, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 41-45'), +(2752, 1, 1004150, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(2752, 2, 1024545, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 45-45'), +(2752, 3, 1034545, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 45-45'), +(2752, 4, 1044545, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 45-45'), +(2752, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(2752, 6, 1064049, 3, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(2752, 7, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(2752, 8, 1080005, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(2752, 9, 1080021, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 41-45'), +(5345, 1, 1004150, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5345, 2, 1024545, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 45-45'), +(5345, 3, 1034545, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 45-45'), +(5345, 4, 1044545, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 45-45'), +(5345, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5345, 6, 1064049, 3, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5345, 7, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5345, 8, 1080005, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5345, 9, 1080021, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 41-45'), +(8218, 1, 1004150, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(8218, 2, 1024545, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 45-45'), +(8218, 3, 1034545, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 45-45'), +(8218, 4, 1044545, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 45-45'), +(8218, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8218, 6, 1064049, 3, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(8218, 7, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(8218, 8, 1080005, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(8218, 9, 1080021, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 41-45'), +(5343, 1, 1004150, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5343, 2, 1024646, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 46-46'), +(5343, 3, 1034646, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 46-46'), +(5343, 4, 1044646, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 46-46'), +(5343, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5343, 6, 1064049, 3, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5343, 7, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5343, 8, 1080005, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(5343, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(8207, 1, 1004150, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(8207, 2, 1024646, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 46-46'), +(8207, 3, 1034646, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 46-46'), +(8207, 4, 1044646, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 46-46'), +(8207, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8207, 6, 1064049, 3, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(8207, 7, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(8207, 8, 1080005, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(8207, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(8279, 1, 1004150, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(8279, 2, 1024646, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 46-46'), +(8279, 3, 1034646, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 46-46'), +(8279, 4, 1044646, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 46-46'), +(8279, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8279, 6, 1064049, 3, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(8279, 7, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(8279, 8, 1080005, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(8279, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(1063, 1, 1004150, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(1063, 2, 1024747, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 47-47'), +(1063, 3, 1034747, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 47-47'), +(1063, 4, 1044747, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 47-47'), +(1063, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1063, 6, 1064049, 3, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(1063, 7, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(1063, 8, 1080006, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(1063, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(5350, 1, 1004150, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5350, 2, 1024747, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 47-47'), +(5350, 3, 1034747, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 47-47'), +(5350, 4, 1044747, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 47-47'), +(5350, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5350, 6, 1064049, 3, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5350, 7, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5350, 8, 1080006, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(5350, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(8203, 1, 1004150, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(8203, 2, 1024747, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 47-47'), +(8203, 3, 1034747, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 47-47'), +(8203, 4, 1044747, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 47-47'), +(8203, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8203, 6, 1064049, 3, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(8203, 7, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(8203, 8, 1080006, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(8203, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(8280, 1, 1004150, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(8280, 2, 1024747, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 47-47'), +(8280, 3, 1034747, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 47-47'), +(8280, 4, 1044747, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 47-47'), +(8280, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8280, 6, 1064049, 3, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(8280, 7, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(8280, 8, 1080006, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(8280, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(5346, 1, 1004150, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5346, 2, 1024848, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 48-48'), +(5346, 3, 1034848, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 48-48'), +(5346, 4, 1044848, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 48-48'), +(5346, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5346, 6, 1064049, 3, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5346, 7, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5346, 8, 1080006, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(5346, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(5347, 1, 1004150, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5347, 2, 1024848, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 48-48'), +(5347, 3, 1034848, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 48-48'), +(5347, 4, 1044848, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 48-48'), +(5347, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5347, 6, 1064049, 3, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5347, 7, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5347, 8, 1080006, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(5347, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(5399, 1, 1004150, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5399, 2, 1024848, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 48-48'), +(5399, 3, 1034848, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 48-48'), +(5399, 4, 1044848, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 48-48'), +(5399, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5399, 6, 1064049, 3, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5399, 7, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5399, 8, 1080006, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(5399, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(5400, 1, 1004150, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5400, 2, 1024848, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 48-48'), +(5400, 3, 1034848, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 48-48'), +(5400, 4, 1044848, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 48-48'), +(5400, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5400, 6, 1064049, 3, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5400, 7, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5400, 8, 1080006, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(5400, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(6118, 1, 1004150, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(6118, 2, 1024848, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 48-48'), +(6118, 3, 1034848, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 48-48'), +(6118, 4, 1044848, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 48-48'), +(6118, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6118, 6, 1064049, 3, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(6118, 7, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(6118, 8, 1080006, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(6118, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(8202, 1, 1004150, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(8202, 2, 1024848, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 48-48'), +(8202, 3, 1034848, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 48-48'), +(8202, 4, 1044848, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 48-48'), +(8202, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8202, 6, 1064049, 3, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(8202, 7, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(8202, 8, 1080006, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(8202, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(8216, 1, 1004150, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(8216, 2, 1024848, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 48-48'), +(8216, 3, 1034848, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 48-48'), +(8216, 4, 1044848, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 48-48'), +(8216, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8216, 6, 1064049, 3, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(8216, 7, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(8216, 8, 1080006, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(8216, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(8277, 1, 1004150, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(8277, 2, 1024848, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 48-48'), +(8277, 3, 1034848, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 48-48'), +(8277, 4, 1044848, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 48-48'), +(8277, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8277, 6, 1064049, 3, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(8277, 7, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(8277, 8, 1080006, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(8277, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(8296, 1, 1004150, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(8296, 2, 1024848, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 48-48'), +(8296, 3, 1034848, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 48-48'), +(8296, 4, 1044848, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 48-48'), +(8296, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8296, 6, 1064049, 3, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(8296, 7, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(8296, 8, 1080006, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(8296, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(8660, 1, 1004150, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(8660, 2, 1024848, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 48-48'), +(8660, 3, 1034848, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 48-48'), +(8660, 4, 1044848, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 48-48'), +(8660, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8660, 6, 1064049, 3, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(8660, 7, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(8660, 8, 1080006, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~48'), +(8660, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(5349, 1, 1004150, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(5349, 2, 1024949, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 49-49'), +(5349, 3, 1034949, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 49-49'), +(5349, 4, 1044949, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 49-49'), +(5349, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(5349, 6, 1064049, 3, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(5349, 7, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(5349, 8, 1080007, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~49'), +(5349, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(8212, 1, 1004150, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(8212, 2, 1024949, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 49-49'), +(8212, 3, 1034949, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 49-49'), +(8212, 4, 1044949, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 49-49'), +(8212, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8212, 6, 1064049, 3, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(8212, 7, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(8212, 8, 1080007, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~49'), +(8212, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(8214, 1, 1004150, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(8214, 2, 1024949, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 49-49'), +(8214, 3, 1034949, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 49-49'), +(8214, 4, 1044949, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 49-49'), +(8214, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8214, 6, 1064049, 3, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(8214, 7, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(8214, 8, 1080007, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~49'), +(8214, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(8281, 1, 1004150, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(8281, 2, 1024949, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 49-49'), +(8281, 3, 1034949, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 49-49'), +(8281, 4, 1044949, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 49-49'), +(8281, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8281, 6, 1064049, 3, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(8281, 7, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(8281, 8, 1080007, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~49'), +(8281, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(8302, 1, 1004150, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(8302, 2, 1024949, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 49-49'), +(8302, 3, 1034949, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 49-49'), +(8302, 4, 1044949, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 49-49'), +(8302, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8302, 6, 1064049, 3, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(8302, 7, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(8302, 8, 1080007, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~49'), +(8302, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(14339, 1, 1004150, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(14339, 2, 1024949, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 49-49'), +(14339, 3, 1034949, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 49-49'), +(14339, 4, 1044949, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 49-49'), +(14339, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(14339, 6, 1064049, 3, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(14339, 7, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(14339, 8, 1080007, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~49'), +(14339, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(6651, 1, 1004150, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(6651, 2, 1024950, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 49-50'), +(6651, 3, 1034950, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 49-50'), +(6651, 4, 1044950, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 49-50'), +(6651, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6651, 6, 1065054, 3, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6651, 7, 1075062, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6651, 8, 1080007, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~49'), +(6651, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(3581, 1, 1004150, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(3581, 2, 1025050, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 50-50'), +(3581, 3, 1035050, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 50-50'), +(3581, 4, 1045050, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 50-50'), +(3581, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(3581, 6, 1065054, 3, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(3581, 7, 1075062, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(3581, 8, 1080008, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(3581, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(6581, 1, 1004150, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(6581, 2, 1025050, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 50-50'), +(6581, 3, 1035050, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 50-50'), +(6581, 4, 1045050, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 50-50'), +(6581, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6581, 6, 1065054, 3, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6581, 7, 1075062, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6581, 8, 1080008, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6581, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(6648, 1, 1004150, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(6648, 2, 1025050, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 50-50'), +(6648, 3, 1035050, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 50-50'), +(6648, 4, 1045050, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 50-50'), +(6648, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6648, 6, 1065054, 3, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6648, 7, 1075062, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6648, 8, 1080008, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6648, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(8201, 1, 1004150, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(8201, 2, 1025050, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 50-50'), +(8201, 3, 1035050, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 50-50'), +(8201, 4, 1045050, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 50-50'), +(8201, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8201, 6, 1065054, 3, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(8201, 7, 1075062, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8201, 8, 1080008, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8201, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(8204, 1, 1004150, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(8204, 2, 1025050, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 50-50'), +(8204, 3, 1035050, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 50-50'), +(8204, 4, 1045050, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 50-50'), +(8204, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8204, 6, 1065054, 3, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(8204, 7, 1075062, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8204, 8, 1080008, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8204, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(8205, 1, 1004150, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(8205, 2, 1025050, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 50-50'), +(8205, 3, 1035050, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 50-50'), +(8205, 4, 1045050, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 50-50'), +(8205, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8205, 6, 1065054, 3, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(8205, 7, 1075062, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8205, 8, 1080008, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8205, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(8278, 1, 1004150, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(8278, 2, 1025050, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 50-50'), +(8278, 3, 1035050, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 50-50'), +(8278, 4, 1045050, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 50-50'), +(8278, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8278, 6, 1065054, 3, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(8278, 7, 1075062, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8278, 8, 1080008, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8278, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(8283, 1, 1004150, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(8283, 2, 1025050, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 50-50'), +(8283, 3, 1035050, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 50-50'), +(8283, 4, 1045050, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 50-50'), +(8283, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8283, 6, 1065054, 3, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(8283, 7, 1075062, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8283, 8, 1080008, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8283, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(8303, 1, 1004150, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(8303, 2, 1025050, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 50-50'), +(8303, 3, 1035050, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 50-50'), +(8303, 4, 1045050, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 50-50'), +(8303, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8303, 6, 1065054, 3, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(8303, 7, 1075062, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8303, 8, 1080008, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8303, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(8924, 1, 1004150, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(8924, 2, 1025050, 50, 1, 1, 1, 'World Drop - Green World Drop - NPC Levels: 50-50'), +(8924, 3, 1035050, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 50-50'), +(8924, 4, 1045050, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 50-50'), +(8924, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8924, 6, 1065054, 3, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(8924, 7, 1075062, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8924, 8, 1080008, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8924, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(14344, 1, 1004150, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(14344, 2, 1025050, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 50-50'), +(14344, 3, 1035050, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 50-50'), +(14344, 4, 1045050, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 50-50'), +(14344, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(14344, 6, 1065054, 3, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(14344, 7, 1075062, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(14344, 8, 1080008, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(14344, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(6650, 1, 1005163, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(6650, 2, 1025051, 75, 1, 1, 1, 'World Drop - Green World Drop - NPC Levels: 50-51'), +(6650, 3, 1035051, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 50-51'), +(6650, 4, 1045051, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 50-51'), +(6650, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6650, 6, 1065054, 3, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6650, 7, 1075062, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6650, 8, 1080008, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6650, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(6649, 1, 1005163, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(6649, 2, 1025151, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 51-51'), +(6649, 3, 1035151, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 51-51'), +(6649, 4, 1045151, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 51-51'), +(6649, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6649, 6, 1065054, 3, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6649, 7, 1075062, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6649, 8, 1080008, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6649, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(8213, 1, 1005163, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8213, 2, 1025151, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 51-51'), +(8213, 3, 1035151, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 51-51'), +(8213, 4, 1045151, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 51-51'), +(8213, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8213, 6, 1065054, 3, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(8213, 7, 1075062, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8213, 8, 1080008, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8213, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(8300, 1, 1005163, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8300, 2, 1025151, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 51-51'), +(8300, 3, 1035151, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 51-51'), +(8300, 4, 1045151, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 51-51'), +(8300, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8300, 6, 1065054, 3, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(8300, 7, 1075062, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8300, 8, 1080008, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8300, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(14342, 1, 1005163, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(14342, 2, 1025151, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 51-51'), +(14342, 3, 1035151, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 51-51'), +(14342, 4, 1045151, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 51-51'), +(14342, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(14342, 6, 1065054, 3, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(14342, 7, 1075062, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(14342, 8, 1080008, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(14342, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(14345, 1, 1005163, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(14345, 2, 1025151, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 51-51'), +(14345, 3, 1035151, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 51-51'), +(14345, 4, 1045151, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 51-51'), +(14345, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(14345, 6, 1065054, 3, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(14345, 7, 1075062, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(14345, 8, 1080008, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(14345, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(6647, 1, 1005163, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(6647, 2, 1025152, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 51-52'), +(6647, 3, 1035152, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 51-52'), +(6647, 4, 1045152, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 51-52'), +(6647, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6647, 6, 1065054, 3, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6647, 7, 1075062, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6647, 8, 1080008, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6647, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(6652, 1, 1005163, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(6652, 2, 1025152, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 51-52'), +(6652, 3, 1035152, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 51-52'), +(6652, 4, 1045152, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 51-52'), +(6652, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6652, 6, 1065054, 3, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6652, 7, 1075062, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6652, 8, 1080008, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6652, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(1847, 1, 1005163, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(1847, 2, 1025252, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 52-52'), +(1847, 3, 1035252, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 52-52'), +(1847, 4, 1045252, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 52-52'), +(1847, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1847, 6, 1065054, 3, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(1847, 7, 1075062, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(1847, 8, 1080008, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(1847, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(8299, 1, 1005163, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8299, 2, 1025252, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 52-52'), +(8299, 3, 1035252, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 52-52'), +(8299, 4, 1045252, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 52-52'), +(8299, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8299, 6, 1065054, 3, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(8299, 7, 1075062, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8299, 8, 1080008, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8299, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(14343, 1, 1005163, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(14343, 2, 1025252, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 52-52'), +(14343, 3, 1035252, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 52-52'), +(14343, 4, 1045252, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 52-52'), +(14343, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(14343, 6, 1065054, 3, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(14343, 7, 1075062, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(14343, 8, 1080008, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(14343, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(6585, 1, 1005163, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(6585, 2, 1025253, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 52-53'), +(6585, 3, 1035253, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 52-53'), +(6585, 4, 1045253, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 52-53'), +(6585, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6585, 6, 1065054, 3, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6585, 7, 1075062, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6585, 8, 1080008, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6585, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(8301, 1, 1005163, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8301, 2, 1025353, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 53-53'), +(8301, 3, 1035353, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 53-53'), +(8301, 4, 1045353, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 53-53'), +(8301, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8301, 6, 1065054, 3, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(8301, 7, 1075062, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8301, 8, 1080008, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8301, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(10077, 1, 1005163, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(10077, 2, 1025353, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 53-53'), +(10077, 3, 1035353, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 53-53'), +(10077, 4, 1045353, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 53-53'), +(10077, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(10077, 6, 1065054, 3, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(10077, 7, 1075062, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(10077, 8, 1080008, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(10077, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(6582, 1, 1005163, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(6582, 2, 1025454, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 54-54'), +(6582, 3, 1035454, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 54-54'), +(6582, 4, 1045454, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 54-54'), +(6582, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(6582, 6, 1065054, 3, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(6582, 7, 1075062, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(6582, 8, 1080008, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(6582, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(8298, 1, 1005163, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8298, 2, 1025454, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 54-54'), +(8298, 3, 1035454, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 54-54'), +(8298, 4, 1045454, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 54-54'), +(8298, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8298, 6, 1065054, 3, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(8298, 7, 1075062, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8298, 8, 1080008, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8298, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(9602, 1, 1005163, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(9602, 2, 1025454, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 54-54'), +(9602, 3, 1035454, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 54-54'), +(9602, 4, 1045454, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 54-54'), +(9602, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(9602, 6, 1065054, 3, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(9602, 7, 1075062, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(9602, 8, 1080008, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(9602, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(9604, 1, 1005163, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(9604, 2, 1025454, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 54-54'), +(9604, 3, 1035454, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 54-54'), +(9604, 4, 1045454, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 54-54'), +(9604, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(9604, 6, 1065054, 3, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(9604, 7, 1075062, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(9604, 8, 1080008, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(9604, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(14340, 1, 1005163, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(14340, 2, 1025454, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 54-54'), +(14340, 3, 1035454, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 54-54'), +(14340, 4, 1045454, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 54-54'), +(14340, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(14340, 6, 1065054, 3, 0, 1, 1, 'World Drop - Potions V - NPC Levels 50-54'), +(14340, 7, 1075062, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(14340, 8, 1080008, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(14340, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(9046, 1, 1005163, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(9046, 2, 1025555, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 55-55'), +(9046, 3, 1035555, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 55-55'), +(9046, 4, 1045555, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 55-55'), +(9046, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(9046, 6, 1065562, 3, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(9046, 7, 1075062, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(9046, 8, 1080008, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(9046, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(10078, 1, 1005163, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(10078, 2, 1025555, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 55-55'), +(10078, 3, 1035555, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 55-55'), +(10078, 4, 1045555, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 55-55'), +(10078, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(10078, 6, 1065562, 3, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(10078, 7, 1075062, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(10078, 8, 1080008, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(10078, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(10197, 1, 1005163, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(10197, 2, 1025555, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 55-55'), +(10197, 3, 1035555, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 55-55'), +(10197, 4, 1045555, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 55-55'), +(10197, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(10197, 6, 1065562, 3, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(10197, 7, 1075062, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(10197, 8, 1080008, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(10197, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(10817, 1, 1005163, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(10817, 2, 1025555, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 55-55'), +(10817, 3, 1035555, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 55-55'), +(10817, 4, 1045555, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 55-55'), +(10817, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(10817, 6, 1065562, 3, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(10817, 7, 1075062, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(10817, 8, 1080008, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(10817, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(1848, 1, 1005163, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(1848, 2, 1025656, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 56-56'), +(1848, 3, 1035656, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 56-56'), +(1848, 4, 1045656, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 56-56'), +(1848, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1848, 6, 1065562, 3, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(1848, 7, 1075062, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(1848, 8, 1080008, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(1848, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(8297, 1, 1005163, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8297, 2, 1025656, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 56-56'), +(8297, 3, 1035656, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 56-56'), +(8297, 4, 1045656, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 56-56'), +(8297, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8297, 6, 1065562, 3, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(8297, 7, 1075062, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8297, 8, 1080008, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8297, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(8981, 1, 1005163, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8981, 2, 1025656, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 56-56'), +(8981, 3, 1035656, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 56-56'), +(8981, 4, 1045656, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 56-56'), +(8981, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8981, 6, 1065562, 3, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(8981, 7, 1075062, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8981, 8, 1080008, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8981, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(10825, 1, 1005163, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(10825, 2, 1025656, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 56-56'), +(10825, 3, 1035656, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 56-56'), +(10825, 4, 1045656, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 56-56'), +(10825, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(10825, 6, 1065562, 3, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(10825, 7, 1075062, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(10825, 8, 1080008, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(10825, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(10827, 1, 1005163, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(10827, 2, 1025656, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 56-56'), +(10827, 3, 1035656, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 56-56'), +(10827, 4, 1045656, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 56-56'), +(10827, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(10827, 6, 1065562, 3, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(10827, 7, 1075062, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(10827, 8, 1080008, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(10827, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(14476, 1, 1005163, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(14476, 2, 1025656, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 56-56'), +(14476, 3, 1035656, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 56-56'), +(14476, 4, 1045656, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 56-56'), +(14476, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(14476, 6, 1065562, 3, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(14476, 7, 1075062, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(14476, 8, 1080008, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(14476, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(8304, 1, 1005163, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8304, 2, 1025757, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 57-57'), +(8304, 3, 1035757, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 57-57'), +(8304, 4, 1045757, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 57-57'), +(8304, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8304, 6, 1065562, 3, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(8304, 7, 1075062, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8304, 8, 1080008, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8304, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(8978, 1, 1005163, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8978, 2, 1025757, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 57-57'), +(8978, 3, 1035757, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 57-57'), +(8978, 4, 1045757, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 57-57'), +(8978, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8978, 6, 1065562, 3, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(8978, 7, 1075062, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8978, 8, 1080008, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8978, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(10200, 1, 1005163, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(10200, 2, 1025757, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 57-57'), +(10200, 3, 1035757, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 57-57'), +(10200, 4, 1045757, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 57-57'), +(10200, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(10200, 6, 1065562, 3, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(10200, 7, 1075062, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(10200, 8, 1080008, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(10200, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(10821, 1, 1005163, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(10821, 2, 1025757, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 57-57'), +(10821, 3, 1035757, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 57-57'), +(10821, 4, 1045757, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 57-57'), +(10821, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(10821, 6, 1065562, 3, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(10821, 7, 1075062, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(10821, 8, 1080008, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(10821, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(10826, 1, 1005163, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(10826, 2, 1025757, 50, 1, 1, 1, 'World Drop - Green World Drop - NPC Levels: 57-57'), +(10826, 3, 1035757, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 57-57'), +(10826, 4, 1045757, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 57-57'), +(10826, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(10826, 6, 1065562, 3, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(10826, 7, 1075062, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(10826, 8, 1080008, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(10826, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(14472, 1, 1005163, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(14472, 2, 1025757, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 57-57'), +(14472, 3, 1035757, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 57-57'), +(14472, 4, 1045757, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 57-57'), +(14472, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(14472, 6, 1065562, 3, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(14472, 7, 1075062, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(14472, 8, 1080008, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(14472, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(1844, 1, 1005163, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(1844, 2, 1025858, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 58-58'), +(1844, 3, 1035858, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 58-58'), +(1844, 4, 1045858, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 58-58'), +(1844, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1844, 6, 1065562, 3, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(1844, 7, 1075062, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(1844, 8, 1080008, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(1844, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(10822, 1, 1005163, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(10822, 2, 1025858, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 58-58'), +(10822, 3, 1035858, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 58-58'), +(10822, 4, 1045858, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 58-58'), +(10822, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(10822, 6, 1065562, 3, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(10822, 7, 1075062, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(10822, 8, 1080008, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(10822, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(14477, 1, 1005163, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(14477, 2, 1025858, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 58-58'), +(14477, 3, 1035858, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 58-58'), +(14477, 4, 1045858, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 58-58'), +(14477, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(14477, 6, 1065562, 3, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(14477, 7, 1075062, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(14477, 8, 1080008, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(14477, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(14478, 1, 1005163, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(14478, 2, 1025858, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 58-58'), +(14478, 3, 1035858, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 58-58'), +(14478, 4, 1045858, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 58-58'), +(14478, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(14478, 6, 1065562, 3, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(14478, 7, 1075062, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(14478, 8, 1080008, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(14478, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(1885, 1, 1005163, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(1885, 2, 1025859, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 58-59'), +(1885, 3, 1035859, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 58-59'), +(1885, 4, 1045859, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 58-59'), +(1885, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1885, 6, 1065562, 3, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(1885, 7, 1075062, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(1885, 8, 1080008, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(1885, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(8979, 1, 1005163, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(8979, 2, 1025959, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 59-59'), +(8979, 3, 1035959, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 59-59'), +(8979, 4, 1045959, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 59-59'), +(8979, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(8979, 6, 1065562, 3, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(8979, 7, 1075062, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(8979, 8, 1080008, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(8979, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(10199, 1, 1005163, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(10199, 2, 1025959, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 59-59'), +(10199, 3, 1035959, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 59-59'), +(10199, 4, 1045959, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 59-59'), +(10199, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(10199, 6, 1065562, 3, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(10199, 7, 1075062, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(10199, 8, 1080008, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(10199, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(10823, 1, 1005163, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(10823, 2, 1025959, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 59-59'), +(10823, 3, 1035959, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 59-59'), +(10823, 4, 1045959, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 59-59'), +(10823, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(10823, 6, 1065562, 3, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(10823, 7, 1075062, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(10823, 8, 1080008, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(10823, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(1837, 1, 1005163, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(1837, 2, 1026060, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 60-60'), +(1837, 3, 1036060, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 60-60'), +(1837, 4, 1046060, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 60-60'), +(1837, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1837, 6, 1065562, 3, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(1837, 7, 1075062, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(1837, 8, 1080008, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(1837, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(10824, 1, 1005163, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(10824, 2, 1026060, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 60-60'), +(10824, 3, 1036060, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 60-60'), +(10824, 4, 1046060, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 60-60'), +(10824, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(10824, 6, 1065562, 3, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(10824, 7, 1075062, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(10824, 8, 1080008, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(10824, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(14479, 1, 1005163, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(14479, 2, 1026060, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 60-60'), +(14479, 3, 1036060, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 60-60'), +(14479, 4, 1046060, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 60-60'), +(14479, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(14479, 6, 1065562, 3, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(14479, 7, 1075062, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(14479, 8, 1080008, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(14479, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'), +(1851, 1, 1005163, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 51-63'), +(1851, 2, 1026262, 100, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 62-62'), +(1851, 3, 1036262, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 62-62'), +(1851, 4, 1046262, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 62-62'), +(1851, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(1851, 6, 1065562, 3, 0, 1, 1, 'World Drop - Potions VI - NPC Levels 55-62'), +(1851, 7, 1075062, 1, 0, 1, 1, 'World Drop - Scrolls IV - NPC Levels 50-62'), +(1851, 8, 1080008, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~50-63'), +(1851, 9, 1080022, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 46-62'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 1533) AND (`Item` IN (3323)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(1533, 3323, 0, 100, 0, 1, 0, 1, 1, 'Tormented Spirit - Ghostly Bracers'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 1910) AND (`Item` IN (4302)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(1910, 4302, 0, 30, 0, 1, 1, 1, 1, 'Muad - Small Green Dagger'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 3068) AND (`Item` IN (4861)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(3068, 4861, 0, 50, 0, 1, 1, 1, 1, 'Mazzranache - Sleek Feathered Tunic'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 1119) AND (`Item` IN (2254, 2591, 763)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(1119, 2254, 0, 75, 0, 1, 2, 1, 1, 'Hammerspine - Icepane Warhammer'), +(1119, 763, 0, 0, 0, 1, 2, 1, 1, 'Hammerspine - Ice-covered Bracers'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 1911) AND (`Item` IN (4303)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(1911, 4303, 0, 0, 0, 1, 1, 1, 1, 'Deeb - Cranial Thumper'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 5837) AND (`Item` IN (1355)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(5837, 1355, 0, 25, 0, 1, 1, 1, 1, 'Stonearm - Buckskin Cape'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 3672) AND (`Item` IN (5423)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(3672, 5423, 0, 0, 0, 1, 1, 1, 1, 'Boahn - Boahn\'s Fang'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 5838) AND (`Item` IN (7559)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(5838, 7559, 0, 25, 0, 1, 1, 1, 1, 'Brokespear - Runic Cane'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 3295) AND (`Item` IN (3674, 3669, 3670)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(3295, 3674, 0, 15, 0, 1, 0, 1, 2, 'Sludge Beast - Decomposed Boot'), +(3295, 3669, 0, 15, 0, 1, 0, 1, 2, 'Sludge Beast - Gelatinous Goo'), +(3295, 3670, 0, 10, 0, 1, 0, 1, 1, 'Sludge Beast - Large Slimy Bone'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 5863) AND (`Item` IN (1539)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(5863, 1539, 0, 25, 0, 1, 1, 1, 1, 'Geopriest Gukk\'rok - Gnarled Hermit\'s Staff'); + +DELETE FROM `creature_loot_template` WHERE `Entry` = 10559 AND `Reference` = 44006; +DELETE FROM `creature_loot_template` WHERE (`Entry` = 10559) AND (`Item` BETWEEN 16645 AND 16656); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(10559, 16645, 0, 0, 0, 1, 3, 1, 1, 'Lady Vespia - Shredder Operating Manual - Page 1'), +(10559, 16646, 0, 0, 0, 1, 3, 1, 1, 'Lady Vespia - Shredder Operating Manual - Page 2'), +(10559, 16647, 0, 0, 0, 1, 3, 1, 1, 'Lady Vespia - Shredder Operating Manual - Page 3'), +(10559, 16648, 0, 0, 0, 1, 3, 1, 1, 'Lady Vespia - Shredder Operating Manual - Page 4'), +(10559, 16649, 0, 0, 0, 1, 3, 1, 1, 'Lady Vespia - Shredder Operating Manual - Page 5'), +(10559, 16650, 0, 0, 0, 1, 3, 1, 1, 'Lady Vespia - Shredder Operating Manual - Page 6'), +(10559, 16651, 0, 0, 0, 1, 3, 1, 1, 'Lady Vespia - Shredder Operating Manual - Page 7'), +(10559, 16652, 0, 0, 0, 1, 3, 1, 1, 'Lady Vespia - Shredder Operating Manual - Page 8'), +(10559, 16653, 0, 0, 0, 1, 3, 1, 1, 'Lady Vespia - Shredder Operating Manual - Page 9'), +(10559, 16654, 0, 0, 0, 1, 3, 1, 1, 'Lady Vespia - Shredder Operating Manual - Page 10'), +(10559, 16655, 0, 0, 0, 1, 3, 1, 1, 'Lady Vespia - Shredder Operating Manual - Page 11'), +(10559, 16656, 0, 0, 0, 1, 3, 1, 1, 'Lady Vespia - Shredder Operating Manual - Page 12'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 616) AND (`Item` IN (3229)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(616, 3229, 0, 30, 0, 1, 1, 1, 1, 'Chatter - Tarantula Silk Sash'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 1948) AND (`Item` IN (4445)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(1948, 4445, 0, 25, 0, 1, 1, 1, 1, 'Snarlmane - Flesh Carver'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 5847) AND (`Item` IN (2035)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(5847, 2035, 0, 30, 0, 1, 1, 1, 1, 'Heggin Stonewhisker - Sword of the Night Sky'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 5849) AND (`Item` IN (4785)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(5849, 4785, 0, 25, 0, 1, 1, 1, 1, 'Digger Flameforge - Brimstone Belt'); + +DELETE FROM `creature_loot_template` WHERE `Entry` = 10639 AND `Reference` = 44006; +DELETE FROM `creature_loot_template` WHERE (`Entry` = 10639) AND (`Item` BETWEEN 16645 AND 16656); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(10639, 16645, 0, 0, 0, 1, 3, 1, 1, 'Rorgish Jowl - Shredder Operating Manual - Page 1'), +(10639, 16646, 0, 0, 0, 1, 3, 1, 1, 'Rorgish Jowl - Shredder Operating Manual - Page 2'), +(10639, 16647, 0, 0, 0, 1, 3, 1, 1, 'Rorgish Jowl - Shredder Operating Manual - Page 3'), +(10639, 16648, 0, 0, 0, 1, 3, 1, 1, 'Rorgish Jowl - Shredder Operating Manual - Page 4'), +(10639, 16649, 0, 0, 0, 1, 3, 1, 1, 'Rorgish Jowl - Shredder Operating Manual - Page 5'), +(10639, 16650, 0, 0, 0, 1, 3, 1, 1, 'Rorgish Jowl - Shredder Operating Manual - Page 6'), +(10639, 16651, 0, 0, 0, 1, 3, 1, 1, 'Rorgish Jowl - Shredder Operating Manual - Page 7'), +(10639, 16652, 0, 0, 0, 1, 3, 1, 1, 'Rorgish Jowl - Shredder Operating Manual - Page 8'), +(10639, 16653, 0, 0, 0, 1, 3, 1, 1, 'Rorgish Jowl - Shredder Operating Manual - Page 9'), +(10639, 16654, 0, 0, 0, 1, 3, 1, 1, 'Rorgish Jowl - Shredder Operating Manual - Page 10'), +(10639, 16655, 0, 0, 0, 1, 3, 1, 1, 'Rorgish Jowl - Shredder Operating Manual - Page 11'), +(10639, 16656, 0, 0, 0, 1, 3, 1, 1, 'Rorgish Jowl - Shredder Operating Manual - Page 12'); + +DELETE FROM `creature_loot_template` WHERE `Entry` = 10641 AND `Reference` = 44006; +DELETE FROM `creature_loot_template` WHERE (`Entry` = 10641) AND (`Item` BETWEEN 16645 AND 16656); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(10641, 16645, 0, 0, 0, 1, 3, 1, 1, 'Branch Snapper - Shredder Operating Manual - Page 1'), +(10641, 16646, 0, 0, 0, 1, 3, 1, 1, 'Branch Snapper - Shredder Operating Manual - Page 2'), +(10641, 16647, 0, 0, 0, 1, 3, 1, 1, 'Branch Snapper - Shredder Operating Manual - Page 3'), +(10641, 16648, 0, 0, 0, 1, 3, 1, 1, 'Branch Snapper - Shredder Operating Manual - Page 4'), +(10641, 16649, 0, 0, 0, 1, 3, 1, 1, 'Branch Snapper - Shredder Operating Manual - Page 5'), +(10641, 16650, 0, 0, 0, 1, 3, 1, 1, 'Branch Snapper - Shredder Operating Manual - Page 6'), +(10641, 16651, 0, 0, 0, 1, 3, 1, 1, 'Branch Snapper - Shredder Operating Manual - Page 7'), +(10641, 16652, 0, 0, 0, 1, 3, 1, 1, 'Branch Snapper - Shredder Operating Manual - Page 8'), +(10641, 16653, 0, 0, 0, 1, 3, 1, 1, 'Branch Snapper - Shredder Operating Manual - Page 9'), +(10641, 16654, 0, 0, 0, 1, 3, 1, 1, 'Branch Snapper - Shredder Operating Manual - Page 10'), +(10641, 16655, 0, 0, 0, 1, 3, 1, 1, 'Branch Snapper - Shredder Operating Manual - Page 11'), +(10641, 16656, 0, 0, 0, 1, 3, 1, 1, 'Branch Snapper - Shredder Operating Manual - Page 12'); + +DELETE FROM `creature_loot_template` WHERE `Entry` = 10640 AND `Reference` = 44006; +DELETE FROM `creature_loot_template` WHERE (`Entry` = 10640) AND (`Item` BETWEEN 16645 AND 16656); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(10640, 16645, 0, 0, 0, 1, 3, 1, 1, 'Oakpaw - Shredder Operating Manual - Page 1'), +(10640, 16646, 0, 0, 0, 1, 3, 1, 1, 'Oakpaw - Shredder Operating Manual - Page 2'), +(10640, 16647, 0, 0, 0, 1, 3, 1, 1, 'Oakpaw - Shredder Operating Manual - Page 3'), +(10640, 16648, 0, 0, 0, 1, 3, 1, 1, 'Oakpaw - Shredder Operating Manual - Page 4'), +(10640, 16649, 0, 0, 0, 1, 3, 1, 1, 'Oakpaw - Shredder Operating Manual - Page 5'), +(10640, 16650, 0, 0, 0, 1, 3, 1, 1, 'Oakpaw - Shredder Operating Manual - Page 6'), +(10640, 16651, 0, 0, 0, 1, 3, 1, 1, 'Oakpaw - Shredder Operating Manual - Page 7'), +(10640, 16652, 0, 0, 0, 1, 3, 1, 1, 'Oakpaw - Shredder Operating Manual - Page 8'), +(10640, 16653, 0, 0, 0, 1, 3, 1, 1, 'Oakpaw - Shredder Operating Manual - Page 9'), +(10640, 16654, 0, 0, 0, 1, 3, 1, 1, 'Oakpaw - Shredder Operating Manual - Page 10'), +(10640, 16655, 0, 0, 0, 1, 3, 1, 1, 'Oakpaw - Shredder Operating Manual - Page 11'), +(10640, 16656, 0, 0, 0, 1, 3, 1, 1, 'Oakpaw - Shredder Operating Manual - Page 12'); + +DELETE FROM `creature_loot_template` WHERE `Entry` = 10642 AND `Reference` = 44006; +DELETE FROM `creature_loot_template` WHERE (`Entry` = 10642) AND (`Item` BETWEEN 16645 AND 16656); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(10642, 16645, 0, 0, 0, 1, 3, 1, 1, 'Eck\'alom - Shredder Operating Manual - Page 1'), +(10642, 16646, 0, 0, 0, 1, 3, 1, 1, 'Eck\'alom - Shredder Operating Manual - Page 2'), +(10642, 16647, 0, 0, 0, 1, 3, 1, 1, 'Eck\'alom - Shredder Operating Manual - Page 3'), +(10642, 16648, 0, 0, 0, 1, 3, 1, 1, 'Eck\'alom - Shredder Operating Manual - Page 4'), +(10642, 16649, 0, 0, 0, 1, 3, 1, 1, 'Eck\'alom - Shredder Operating Manual - Page 5'), +(10642, 16650, 0, 0, 0, 1, 3, 1, 1, 'Eck\'alom - Shredder Operating Manual - Page 6'), +(10642, 16651, 0, 0, 0, 1, 3, 1, 1, 'Eck\'alom - Shredder Operating Manual - Page 7'), +(10642, 16652, 0, 0, 0, 1, 3, 1, 1, 'Eck\'alom - Shredder Operating Manual - Page 8'), +(10642, 16653, 0, 0, 0, 1, 3, 1, 1, 'Eck\'alom - Shredder Operating Manual - Page 9'), +(10642, 16654, 0, 0, 0, 1, 3, 1, 1, 'Eck\'alom - Shredder Operating Manual - Page 10'), +(10642, 16655, 0, 0, 0, 1, 3, 1, 1, 'Eck\'alom - Shredder Operating Manual - Page 11'), +(10642, 16656, 0, 0, 0, 1, 3, 1, 1, 'Eck\'alom - Shredder Operating Manual - Page 12'); + +DELETE FROM `creature_loot_template` WHERE `Entry` = 12037 AND `Reference` = 44006; +DELETE FROM `creature_loot_template` WHERE (`Entry` = 12037) AND (`Item` BETWEEN 16645 AND 16656); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(12037, 16645, 0, 0, 0, 1, 3, 1, 1, 'Ursol\'lok - Shredder Operating Manual - Page 1'), +(12037, 16646, 0, 0, 0, 1, 3, 1, 1, 'Ursol\'lok - Shredder Operating Manual - Page 2'), +(12037, 16647, 0, 0, 0, 1, 3, 1, 1, 'Ursol\'lok - Shredder Operating Manual - Page 3'), +(12037, 16648, 0, 0, 0, 1, 3, 1, 1, 'Ursol\'lok - Shredder Operating Manual - Page 4'), +(12037, 16649, 0, 0, 0, 1, 3, 1, 1, 'Ursol\'lok - Shredder Operating Manual - Page 5'), +(12037, 16650, 0, 0, 0, 1, 3, 1, 1, 'Ursol\'lok - Shredder Operating Manual - Page 6'), +(12037, 16651, 0, 0, 0, 1, 3, 1, 1, 'Ursol\'lok - Shredder Operating Manual - Page 7'), +(12037, 16652, 0, 0, 0, 1, 3, 1, 1, 'Ursol\'lok - Shredder Operating Manual - Page 8'), +(12037, 16653, 0, 0, 0, 1, 3, 1, 1, 'Ursol\'lok - Shredder Operating Manual - Page 9'), +(12037, 16654, 0, 0, 0, 1, 3, 1, 1, 'Ursol\'lok - Shredder Operating Manual - Page 10'), +(12037, 16655, 0, 0, 0, 1, 3, 1, 1, 'Ursol\'lok - Shredder Operating Manual - Page 11'), +(12037, 16656, 0, 0, 0, 1, 3, 1, 1, 'Ursol\'lok - Shredder Operating Manual - Page 12'); + +DELETE FROM `creature_loot_template` WHERE `Entry` = 10647 AND `Reference` = 44006; +DELETE FROM `creature_loot_template` WHERE (`Entry` = 10647) AND (`Item` BETWEEN 16645 AND 16656); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(10647, 16645, 0, 0, 0, 1, 3, 1, 1, 'Prince Raze - Shredder Operating Manual - Page 1'), +(10647, 16646, 0, 0, 0, 1, 3, 1, 1, 'Prince Raze - Shredder Operating Manual - Page 2'), +(10647, 16647, 0, 0, 0, 1, 3, 1, 1, 'Prince Raze - Shredder Operating Manual - Page 3'), +(10647, 16648, 0, 0, 0, 1, 3, 1, 1, 'Prince Raze - Shredder Operating Manual - Page 4'), +(10647, 16649, 0, 0, 0, 1, 3, 1, 1, 'Prince Raze - Shredder Operating Manual - Page 5'), +(10647, 16650, 0, 0, 0, 1, 3, 1, 1, 'Prince Raze - Shredder Operating Manual - Page 6'), +(10647, 16651, 0, 0, 0, 1, 3, 1, 1, 'Prince Raze - Shredder Operating Manual - Page 7'), +(10647, 16652, 0, 0, 0, 1, 3, 1, 1, 'Prince Raze - Shredder Operating Manual - Page 8'), +(10647, 16653, 0, 0, 0, 1, 3, 1, 1, 'Prince Raze - Shredder Operating Manual - Page 9'), +(10647, 16654, 0, 0, 0, 1, 3, 1, 1, 'Prince Raze - Shredder Operating Manual - Page 10'), +(10647, 16655, 0, 0, 0, 1, 3, 1, 1, 'Prince Raze - Shredder Operating Manual - Page 11'), +(10647, 16656, 0, 0, 0, 1, 3, 1, 1, 'Prince Raze - Shredder Operating Manual - Page 12'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 2603) AND (`Item` IN (5256)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(2603, 5256, 0, 25, 0, 1, 1, 1, 1, 'Kovork - Kovork\'s Rattle'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 4132) AND (`Item` IN (8224)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(4132, 8224, 0, 25, 0, 1, 1, 1, 1, 'Silithid Ravager - Silithid Ripper'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 8924) AND (`Item` IN (11603)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(8924, 11603, 0, 50, 0, 1, 1, 1, 1, 'The Behemoth - Vilerend Slicer'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 6650) AND (`Item` IN (17054)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(6650, 17054, 0, 25, 0, 1, 1, 1, 1, 'General Fangferror - Joonho\'s Mercy'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 10826) AND (`Item` IN (16039)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(10826, 16039, 0, 50, 0, 1, 1, 1, 1, 'Lord Darkscythe - Ta\'Kierthan Songblade'); + +-- Unique Loot +DELETE FROM `creature_loot_template` WHERE (`Entry` = 697) AND (`Item` IN (2450, 2452, 2838, 3355, 3356, 3357, 1998)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(697, 1998, 0, 1, 0, 1, 0, 1, 1, 'Bloodscalp Shaman - Bloodscalp Channeling Staff'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 4260) AND (`Item` IN (3356, 5755)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(4260, 5755, 0, 1, 0, 1, 0, 1, 1, 'Venture Co. Shredder - Onyx Shredder Plate'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 597) AND (`Item` IN (3356, 3357, 1523)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(597, 1523, 0, 1, 0, 1, 0, 1, 1, 'Bloodscalp Berserker - Huge Stone Club'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 676) AND (`Item` IN (1664)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(676, 1664, 0, 1, 0, 1, 0, 1, 1, 'Venture Co. Surveyor - Spellforce Rod'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` IN (781, 783)) AND (`Item` IN (1624)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(781, 1624, 0, 1.5, 0, 1, 0, 1, 1, 'Skullsplitter Headhunter - Skullsplitter Helm'), +(783, 1624, 0, 1.5, 0, 1, 0, 1, 1, 'Skullsplitter Berserker - Skullsplitter Helm'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 671) AND (`Item` IN (1522)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(671, 1522, 0, 1.5, 0, 1, 0, 1, 1, 'Bloodscalp Headhunter - Headhunting Spear'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 723) AND (`Item` IN (1680, 3928, 6149, 24036, 24039, 24041, 24043)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(723, 1680, 0, 32, 0, 1, 1, 1, 1, 'Mosh\'Ogg Butcher - Headchopper'); + +-- Mosh'ogg Butcher has no spawn +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(723, 1, 1004150, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 41-50'), +(723, 2, 1024444, 68, 1, 1, 1, 'World Drop - Green World Drop - NPC Levels: 44-44'), +(723, 3, 1034444, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 44-44'), +(723, 4, 1044444, 0.01, 0, 1, 1, 'World Drop - Purple World Drop - NPC Levels: 44-44'), +(723, 5, 1054162, 0.1, 0, 1, 1, 'World Drop - 14 Slot Bag - NPC Levels: 41-62'), +(723, 6, 1064049, 3, 0, 1, 1, 'World Drop - Potions IV - NPC Levels 40-49'), +(723, 7, 1073545, 1, 0, 1, 1, 'World Drop - Scrolls III - NPC Levels 35-45'), +(723, 8, 1080005, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~45'), +(723, 9, 1080021, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 41-45'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 206) AND (`Item` IN (2450, 2452, 2453, 3355, 3356, 3357, 897)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(206, 897, 0, 2, 0, 1, 0, 1, 1, 'Nightbane Vile Fang - Madwolf Bracers'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 891) AND (`Item` IN (2450, 2453, 3355, 2226)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(891, 2226, 0, 1.5, 0, 1, 0, 1, 1, 'Splinter Fist Fire Weaver - Ogremage Staff'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 533) AND (`Item` IN (2450, 2452, 2453, 2835, 2836, 2838, 3355, 3356, 2233)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(533, 2233, 0, 2, 0, 1, 0, 1, 1, 'Nightbane Shadow Weaver - Shadow Weaver Leggings'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 889) AND (`Item` IN (2450, 2452, 2835, 2836, 3356, 911)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(889, 911, 0, 2, 0, 1, 0, 1, 1, 'Splinter Fist Ogre - Ironwood Treebranch'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 785) AND (`Item` IN (2453, 2838, 3356, 2017)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(785, 2017, 0, 1.25, 0, 1, 0, 1, 1, 'Skeletal Warder - Glowing Leather Bracers'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 210) AND (`Item` IN (2450, 2838, 886)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(210, 886, 0, 1, 0, 1, 0, 1, 1, 'Bone Chewer - Black Metal Shortsword'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 892) AND (`Item` IN (2452, 2453, 2836, 2838, 3356, 2227)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(892, 2227, 0, 1, 0, 1, 0, 1, 1, 'Splinter Fist Taskmaster - Heavy Ogre War Axe'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` IN (215, 909)) AND (`Item` IN (2450, 2452, 3356, 920)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(215, 920, 0, 2, 0, 1, 0, 1, 1, 'Defias Night Runner - Wicked Spiked Mace'), +(909, 920, 0, 2, 0, 1, 0, 1, 1, 'Defias Night Blade - Wicked Spiked Mace'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 787) AND (`Item` IN (2013)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(787, 2013, 0, 1.3, 0, 1, 0, 1, 1, 'Skeletal Healer - Cryptbone Staff'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 171) AND (`Item` IN (1394)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(171, 1394, 0, 3, 0, 1, 0, 1, 1, 'Murloc Warrior - Driftwood Club'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 832) AND (`Item` IN (4290)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(832, 4290, 0, 1.5, 0, 1, 0, 1, 1, 'Dust Devil - Dust Bowl'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 40) AND (`Item` IN (1389)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(40, 1389, 0, 6, 0, 1, 0, 1, 1, 'Kobold Miner - Kobold Mining Mallet'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 440) AND (`Item` IN (2450, 2835, 1446)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(440, 1446, 0, 1.5, 0, 1, 0, 1, 1, 'Blackrock Grunt - Blackrock Boots'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 424) AND (`Item` IN (765, 2447, 2449, 2450, 2452, 2453)); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 544) AND (`Item` IN (2449, 2450, 2452, 1406)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(544, 1406, 0, 1.5, 0, 1, 0, 1, 1, 'Murloc Nightcrawler - Pearl-encrusted Spear'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 436) AND (`Item` IN (2449, 2450, 2452, 2453, 2835, 2836, 3356, 1300)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(436, 1300, 0, 1, 0, 1, 0, 1, 1, 'Blackrock Shadowcaster - Lesser Staff of the Spire'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 545) AND (`Item` IN (765, 2450, 2452, 2835, 2836, 3356, 1473)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(545, 1473, 0, 1, 0, 1, 0, 1, 1, 'Murloc Tidecaller - Riverside Staff'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 578) AND (`Item` IN (2450, 2453, 2835, 1469)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(578, 1469, 0, 1, 0, 1, 0, 1, 1, 'Murloc Scout - Scimitar of Atun'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 579) AND (`Item` IN (2835, 2836, 1459)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(579, 1459, 0, 2, 0, 1, 0, 1, 1, 'Shadowhide Assassin - Shadowhide Scalper'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 433) AND (`Item` IN (422, 2449, 2450, 2452, 2453, 2835, 2836, 3355, 3356, 4538, 4542, 4593, 4606, 5374, 1457)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(433, 1457, 0, 2, 0, 1, 0, 1, 1, 'Shadowhide Gnoll - Shadowhide Mace'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 568) AND (`Item` IN (422, 2449, 2450, 2452, 2453, 2835, 2836, 4538, 4542, 4606, 5374, 16882, 2175)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(568, 2175, 0, 2, 0, 1, 0, 1, 1, 'Shadowhide Warrior - Shadowhide Battle Axe'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 431) AND (`Item` IN (422, 2449, 2450, 2452, 2453, 2835, 2836, 4538, 4542, 4606, 5375, 5500, 1461)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(431, 1461, 0, 2, 0, 1, 0, 1, 1, 'Shadowhide Slayer - Slayer\'s Battle Axe'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 432) AND (`Item` IN (422, 2449, 2450, 2453, 2835, 2836, 3355, 3356, 4538, 4542, 4606, 1458)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(432, 1458, 0, 2, 0, 1, 0, 1, 1, 'Shadowhide Brute - Shadowhide Maul'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 434) AND (`Item` IN (422, 2449, 2450, 2453, 2835, 2836, 3355, 3356, 4538, 4542, 4593, 4606, 5498, 16882, 1460)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(434, 1460, 0, 1.5, 0, 1, 0, 1, 1, 'Rabid Shadowhide Gnoll - Shadowhide Two-handed Sword'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 580) AND (`Item` IN (414, 2447, 2449, 2450, 2452, 2453, 2835, 2836, 4537, 4541, 4605, 5498, 1220)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(580, 1220, 0, 1.75, 0, 1, 0, 1, 1, 'Redridge Drudger - Lupine Axe'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 445) AND (`Item` IN (414, 765, 1179, 2287, 2447, 2449, 2452, 2835, 2836, 4537, 4541, 4592, 4605, 1218)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(445, 1218, 0, 3, 0, 1, 0, 1, 1, 'Redridge Alpha - Heavy Gnoll War Club'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 442) AND (`Item` IN (1179, 2449, 2450, 2452, 2453, 2835, 2836, 4605, 5498, 1287)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(442, 1287, 0, 1, 0, 1, 0, 1, 1, 'Tarantula - Giant Tarantula Fang'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` IN (437, 4065)) AND (`Item` IN (422, 2449, 2450, 2452, 2453, 2835, 2836, 4538, 4542, 4606, 5498, 1296)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(437, 1296, 0, 3, 0, 1, 0, 1, 1, 'Blackrock Renegade - Blackrock Mace'), +(4065, 1296, 0, 3, 0, 1, 0, 1, 1, 'Blackrock Sentry - Blackrock Mace'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` IN (435, 4464)) AND (`Item` IN (422, 785, 2449, 2450, 2452, 2453, 2835, 2836, 3355, 3356, 4538, 4542, 4593, 4606, 9355, 1455)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(435, 1455, 0, 3, 0, 1, 0, 1, 1, 'Blackrock Champion - Blackrock Champion\'s Axe'), +(4464, 1455, 0, 3, 0, 1, 0, 1, 1, 'Blackrock Gladiator - Blackrock Champion\'s Axe'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` IN (485, 4064)) AND (`Item` IN (422, 1205, 2449, 2450, 2452, 2453, 2835, 2836, 3770, 4538, 4542, 4593, 4606, 1448)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(485, 1448, 0, 3, 0, 1, 0, 1, 1, 'Blackrock Outrunner - Blackrock Gauntlets'), +(4064, 1448, 0, 3, 0, 1, 0, 1, 1, 'Blackrock Scout - Blackrock Gauntlets'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 426) AND (`Item` IN (414, 765, 2447, 2449, 2450, 2452, 2453, 2835, 2836, 4537, 4541, 4592, 4605, 1214)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(426, 1214, 0, 1.5, 0, 1, 0, 1, 1, 'Redridge Brute - Gnoll Punisher'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 446) AND (`Item` IN (414, 765, 2447, 2449, 2450, 2452, 2453, 2835, 2836, 4537, 4541, 4592, 4605, 5498, 1440)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(446, 1440, 0, 2, 0, 1, 0, 1, 1, 'Redridge Basher - Gnoll Skull Basher'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 423) AND (`Item` IN (414, 765, 2447, 2449, 2450, 2452, 2453, 2835, 2836, 4537, 4541, 4592, 4605, 1211)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(423, 1211, 0, 2, 0, 1, 0, 1, 1, 'Redridge Mongrel - Gnoll War Harness'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 2719) AND (`Item` IN (2838, 3356, 3357, 3927, 4601, 4602, 4608, 7912, 1521)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(2719, 1521, 0, 2, 0, 1, 0, 1, 1, 'Dustbelcher Lord - Lumbering Ogre Axe'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 1118) AND (`Item` IN (2064)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(1118, 2064, 0, 6, 0, 1, 0, 1, 1, 'Rockjaw Backbreaker - Trogg Club'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 1123) AND (`Item` IN (2260)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(1123, 2260, 0, 5, 0, 1, 0, 1, 1, 'Frostmane Headhunter - Frostmane Hand Axe'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 2478) AND (`Item` IN (818, 856, 858, 954, 955, 1180, 1206, 1210, 1705, 2406, 2455, 2883, 3012, 4293, 4294, 4409, 4698, 4700, 5319, 5972, 6271, 6390, 6588, 6716, 10407, 11038, 14170, 24059, 24060, 24062, 24064, 24070, 24078)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(2478, 5319, 0, 100, 0, 1, 0, 1, 1, 'Haren Swifthoof - Bashing Pauldrons'), +(2478, 1, 1001620, 6, 0, 1, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 16-20'), +(2478, 2, 1012020, 1, 0, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 20-20'), +(2478, 3, 1022020, 2, 0, 1, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 20-20'), +(2478, 4, 1031820, 0.1, 0, 1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 18-20'), +(2478, 5, 1051120, 0.5, 0, 1, 0, 1, 1, 'World Drop - 8 Slot Bag - NPC Levels: 11-20'), +(2478, 6, 1062029, 3, 0, 1, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(2478, 7, 1071930, 1, 0, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(2478, 8, 1080002, 0.3, 0, 1, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~10-20'), +(2478, 9, 1080016, 1.5, 0, 1, 0, 1, 1, 'World Drop - Gems - NPC Levels: 20-25'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 1172) AND (`Item` IN (2282, 3110)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(1172, 2282, 0, 2, 0, 1, 0, 1, 1, 'Tunnel Rat Vermin - Rodentia Shortsword'), +(1172, 3110, 0, 38, 1, 1, 1, 1, 1, 'Tunnel Rat Vermin - Tunnel Rat Ear'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 1173) AND (`Item` IN (2282)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(1173, 2282, 0, 2, 0, 1, 0, 1, 1, 'Tunnel Rat Scout - Rodentia Shortsword'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 7170) AND (`Item` IN (818, 858, 954, 955, 1179, 1180, 1206, 1210, 1705, 2287, 2409, 2447, 2455, 2657, 2700, 2835, 3012, 3394, 4346, 4348, 4698, 4700, 5573, 5575, 10407, 24059, 24060, 24062, 24064, 24070, 24077, 24078, 4949)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(7170, 4949, 0, 100, 0, 1, 1, 'Thragomm - Orcish Cleaver'), +(7170, 1, 1002125, 6, 0, 1, 1, 'World Drop - Grey World Drop - NPC Levels: 21-25'), +(7170, 2, 1012121, 1, 0, 1, 1, 'World Drop - White World Drop - NPC Levels: 21-21'), +(7170, 3, 1022121, 2, 0, 1, 1, 'World Drop - Green World Drop - NPC Levels: 21-21'), +(7170, 4, 1032121, 0.1, 0, 1, 1, 'World Drop - Blue World Drop - NPC Levels: 21-21'), +(7170, 5, 1052130, 0.5, 0, 1, 1, 'World Drop - 10 Slot Bag - NPC Levels: 21-30'), +(7170, 6, 1062029, 3, 0, 1, 1, 'World Drop - Potions II - NPC Levels 20-29'), +(7170, 7, 1071930, 1, 0, 1, 1, 'World Drop - Scrolls II - NPC Levels 19-30'), +(7170, 8, 1080003, 0.3, 0, 1, 1, 'World Drop - Profession Recipes - NPC Levels ~25'), +(7170, 9, 1080016, 0.3, 0, 1, 1, 'World Drop - Gems - NPC Levels 20-25'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 6523) AND (`Item` IN (422, 2452, 2453, 4538, 4593, 4606, 5500, 6315)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(6523, 6315, 0, 3, 0, 1, 0, 1, 1, 'Dark Iron Rifleman - Steelarrow Crossbow'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` IN (2562, 2564)) AND (`Item` IN (1707, 2836, 2838, 3355, 3356, 4539, 4544, 3341)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(2562, 3341, 0, 1.2, 0, 1, 0, 1, 1, 'Boulderfist Ogre - Gauntlets of Ogre Strength'), +(2564, 3341, 0, 1.2, 0, 1, 0, 1, 1, 'Boulderfist Enforcer - Gauntlets of Ogre Strength'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 2345) AND (`Item` IN (422, 2450, 2452, 2453, 2838, 3356, 3357, 3770, 4538, 4606, 5498, 5500, 4724)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(2345, 4724, 0, 3, 0, 1, 0, 1, 1, 'Dun Garok Rifleman - Humbert\'s Helm'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 2344) AND (`Item` IN (3053)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(2344, 3053, 0, 3, 0, 1, 0, 1, 1, 'Dun Garok Mountaineer - Humbert\'s Chestpiece'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 232) AND (`Item` IN (2450, 9242, 1485)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(232, 1485, 0, 15, 0, 1, 0, 1, 1, 'Farmer Ray - Pitchfork'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 2266) AND (`Item` IN (2450, 2452, 3356, 3770, 4542, 4593, 4606, 5374, 1485)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(2266, 1485, 0, 15, 0, 1, 0, 1, 1, 'Hillsbrad Farmer - Pitchfork'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 2451) AND (`Item` IN (1485)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(2451, 1485, 0, 15, 0, 1, 0, 1, 1, 'Farmer Kalaba - Pitchfork'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 2403) AND (`Item` IN (2450, 3355, 4542, 4606, 1485)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(2403, 1485, 0, 15, 0, 1, 0, 1, 1, 'Farmer Getz - Pitchfork'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` IN (2427, 2428)) AND (`Item` IN (2835, 3355, 4538, 4542, 5374, 3429)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(2427, 3429, 0, 1, 0, 1, 0, 1, 1, 'Jailor Eston - Guardsman Belt'), +(2428, 3429, 0, 1, 0, 1, 0, 1, 1, 'Jailor Marlgen - Guardsman Belt'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 2368) AND (`Item` IN (422, 2450, 2452, 2835, 2836, 2838, 3355, 3820, 4538, 4593)); +DELETE FROM `creature_loot_template` WHERE (`Entry` = 2370) AND (`Item` IN (2450, 2838, 3355, 3820)); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 2372) AND (`Item` IN (422, 2450, 2453, 2836, 3356, 4538, 4542, 4593, 4606, 5374, 5637, 3204)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(2372, 3204, 0, 2, 0, 1, 0, 1, 1, 'Mudsnout Gnoll - Deepwood Bracers'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 2246) AND (`Item` IN (2838, 3355, 3356, 3357, 3771, 4539, 4544, 4607, 5498, 1280)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(2246, 1280, 0, 1.8, 0, 1, 0, 1, 1, 'Syndicate Assassin - Cloaked Hood'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 1934) AND (`Item` IN (117, 765, 2835, 3334)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(1934, 3334, 0, 1.6, 0, 1, 0, 1, 1, 'Tirisfal Farmer - Farmer\'s Shovel'); + +-- Remove Stones and Herbs garbage +DELETE FROM `creature_loot_template` WHERE `Entry` IN (10157, 5346, 14268, 11734, 12046, 574, 1924, 2359, 3728, 505, 1845, 2015, 2693, 6125, 6127, 1787, 9176, 2552, 202, 202, 203, 203, 205, 205, 206, 213, 213, 215, 217, 218, 422, 424, 428, 430, 441, 441, 449, 449, 452, 452, 453, 454, 454, 456, 458, 473, 480, 500, 501, 504, 511, 511, 515, 518, 539, 539, 547, 547, 548, 550, 565, 565, 569, 570, 570, 587, 588, 589, 590, 604, 625, 628, 660, 667, 669, 671, 671, 674, 675, 681, 681, 682, 682, 683, 684, 687, 687, 690, 694, 696, 699, 701, 701, 703, 729, 730, 735, 736, 740, 741, 747, 750, 750, 757, 759, 759, 760, 760, 761, 762, 762, 764, 766, 767, 772, 780, 780, 782, 783, 783, 819, 832, 833, 834, 858, 880, 892, 898, 898, 909, 910, 920, 923, 930, 937, 937, 938, 938, 940, 940, 941, 942, 942, 948, 949, 978, 979, 1526, 1713, 1725, 1725, 1726, 1765, 1765, 1769, 1770, 1772, 1773, 1778, 1779, 1780, 1782, 1783, 1783, 1784, 1787, 1788, 1789, 1789, 1791, 1793, 1794, 1794, 1795, 1797, 1802, 1802, 1804, 1804, 1804, 1809, 1817, 1817, 1822, 1826, 1831, 1831, 1832, 1833, 1834, 1834, 1866, 1867, 1867, 1884, 1884, 1888, 1891, 1912, 1912, 1914, 1915, 1923, 1935, 1939, 1940, 1953, 1953, 1954, 1957, 1958, 2002, 2003, 2007, 2008, 2009, 2010, 2017, 2018, 2019, 2069, 2070, 2071, 2102, 2102, 2103, 2103, 2157, 2163, 2164, 2169, 2171, 2177, 2177, 2178, 2178, 2179, 2180, 2181, 2182, 2183, 2185, 2189, 2190, 2202, 2203, 2212, 2212, 2235, 2237, 2240, 2241, 2242, 2242, 2243, 2244, 2248, 2248, 2248, 2249, 2249, 2250, 2250, 2250, 2251, 2252, 2254, 2254, 2255, 2255, 2256, 2260, 2261, 2267, 2267, 2270, 2287, 2318, 2319, 2321, 2322, 2323, 2337, 2338, 2339, 2339, 2344, 2344, 2346, 2349, 2350, 2351, 2354, 2354, 2356, 2356, 2356, 2360, 2360, 2369, 2371, 2373, 2374, 2374, 2375, 2375, 2375, 2376, 2376, 2376, 2377, 2377, 2384, 2384, 2384, 2385, 2387, 2387, 2406, 2407, 2408, 2408, 2408, 2503, 2505, 2544, 2544, 2553, 2554, 2555, 2555, 2556, 2556, 2558, 2559, 2559, 2560, 2561, 2561, 2561, 2565, 2565, 2566, 2566, 2567, 2567, 2569, 2569, 2570, 2570, 2571, 2572, 2573, 2574, 2579, 2579, 2581, 2583, 2586, 2586, 2587, 2588, 2588, 2589, 2589, 2591, 2591, 2592, 2592, 2595, 2612, 2618, 2618, 2619, 2628, 2639, 2639, 2642, 2643, 2645, 2647, 2647, 2648, 2649, 2650, 2650, 2651, 2652, 2655, 2658, 2680, 2691, 2701, 2701, 2717, 2717, 2718, 2718, 2723, 2727, 2727, 2729, 2729, 2735, 2740, 2760, 2760, 2761, 2762, 2762, 2791, 2829, 2830, 2831, 2893, 2893, 2894, 2907, 2924, 2925, 2925, 2926, 2926, 2927, 2928, 2928, 2929, 2929, 2929, 2958, 2959, 2960, 2977, 2979, 3035, 3103, 3106, 3107, 3129, 3192, 3206, 3207, 3234, 3238, 3239, 3240, 3240, 3241, 3242, 3242, 3244, 3244, 3245, 3246, 3246, 3247, 3248, 3249, 3251, 3254, 3255, 3256, 3261, 3265, 3266, 3267, 3268, 3272, 3272, 3273, 3275, 3276, 3278, 3279, 3280, 3283, 3284, 3284, 3285, 3286, 3286, 3376, 3377, 3377, 3379, 3382, 3383, 3385, 3385, 3386, 3386, 3397, 3415, 3415, 3416, 3424, 3425, 3425, 3426, 3426, 3463, 3463, 3466, 3467, 3566, 3630, 3632, 3660, 3715, 3717, 3730, 3737, 3739, 3740, 3743, 3746, 3750, 3750, 3755, 3765, 3767, 3767, 3767, 3770, 3770, 3772, 3774, 3780, 3803, 3804, 3809, 3810, 3810, 3817, 3818, 3818, 3819, 3819, 3820, 3820, 3820, 3821, 3821, 3821, 3823, 3823, 3823, 3824, 3824, 3825, 3825, 3825, 3834, 3917, 3917, 3921, 3922, 3923, 3924, 3924, 3925, 3926, 3926, 3928, 3988, 3989, 3991, 4004, 4005, 4007, 4011, 4012, 4012, 4014, 4014, 4018, 4018, 4018, 4019, 4020, 4020, 4022, 4022, 4022, 4022, 4023, 4023, 4023, 4024, 4024, 4024, 4025, 4025, 4025, 4025, 4026, 4026, 4026, 4027, 4027, 4027, 4027, 4028, 4029, 4029, 4031, 4032, 4032, 4032, 4032, 4036, 4036, 4037, 4038, 4038, 4040, 4041, 4042, 4042, 4044, 4053, 4056, 4056, 4061, 4067, 4067, 4093, 4093, 4094, 4094, 4095, 4095, 4096, 4096, 4097, 4097, 4099, 4100, 4100, 4101, 4104, 4107, 4107, 4109, 4109, 4112, 4114, 4114, 4117, 4118, 4118, 4119, 4120, 4126, 4127, 4128, 4128, 4129, 4130, 4130, 4131, 4133, 4140, 4140, 4142, 4143, 4143, 4144, 4147, 4147, 4150, 4150, 4151, 4151, 4154, 4154, 4158, 4158, 4282, 4283, 4316, 4462, 4465, 4466, 4466, 4466, 4467, 4467, 4472, 4475, 4475, 4481, 4493, 4494, 4494, 4634, 4634, 4635, 4636, 4637, 4637, 4640, 4641, 4641, 4642, 4642, 4644, 4645, 4646, 4647, 4648, 4649, 4654, 4655, 4656, 4656, 4662, 4663, 4664, 4666, 4671, 4671, 4671, 4671, 4672, 4672, 4673, 4673, 4674, 4674, 4675, 4676, 4679, 4680, 4681, 4684, 4685, 4692, 4693, 4696, 4696, 4696, 4697, 4699, 4700, 4712, 4715, 4716, 4726, 4728, 4728, 4844, 4846, 5229, 5232, 5232, 5234, 5236, 5237, 5238, 5238, 5239, 5239, 5240, 5241, 5249, 5251, 5254, 5255, 5258, 5262, 5268, 5268, 5272, 5272, 5274, 5286, 5287, 5295, 5305, 5305, 5306, 5364, 5419, 5419, 5420, 5420, 5422, 5422, 5423, 5423, 5425, 5425, 5426, 5427, 5428, 5428, 5429, 5441, 5451, 5456, 5457, 5462, 5471, 5472, 5472, 5473, 5474, 5474, 5475, 5481, 5485, 5490, 5615, 5615, 5616, 5616, 5617, 5617, 5618, 5618, 5645, 5645, 5840, 5840, 5844, 5844, 5844, 5846, 5846, 5846, 5850, 5852, 5853, 5854, 5854, 5855, 5855, 5856, 5857, 5858, 5860, 5861, 5862, 5881, 5975, 5975, 5975, 5976, 5976, 5977, 5977, 5978, 5978, 5982, 5984, 5984, 5988, 5988, 5990, 5990, 5991, 5991, 5992, 5992, 5993, 5993, 5998, 5998, 6004, 6005, 6005, 6005, 6006, 6007, 6008, 6009, 6009, 6011, 6020, 6020, 6115, 6116, 6117, 6123, 6136, 6137, 6170, 6170, 6185, 6188, 6189, 6193, 6194, 6194, 6194, 6195, 6196, 6196, 6198, 6198, 6199, 6199, 6199, 6200, 6200, 6201, 6201, 6202, 6202, 6202, 6210, 6210, 6348, 6348, 6350, 6371, 6377, 6378, 6380, 6505, 6505, 6506, 6506, 6509, 6509, 6510, 6510, 6511, 6511, 6512, 6512, 6513, 6514, 6516, 6517, 6517, 6518, 6519, 6527, 6556, 6556, 6557, 6557, 6559, 6668, 7025, 7025, 7025, 7026, 7026, 7026, 7027, 7027, 7027, 7028, 7028, 7028, 7029, 7033, 7034, 7035, 7036, 7037, 7038, 7040, 7040, 7041, 7041, 7042, 7042, 7043, 7043, 7043, 7044, 7047, 7047, 7048, 7049, 7055, 7055, 7092, 7092, 7093, 7099, 7100, 7101, 7105, 7105, 7106, 7107, 7107, 7109, 7109, 7110, 7111, 7112, 7113, 7114, 7114, 7115, 7115, 7118, 7118, 7120, 7125, 7126, 7126, 7132, 7138, 7139, 7149, 7154, 7155, 7156, 7157, 7158, 7438, 7438, 7439, 7439, 7440, 7440, 7440, 7442, 7442, 7443, 7444, 7444, 7445, 7446, 7448, 7449, 7450, 7451, 7452, 7453, 7454, 7456, 7457, 7458, 7523, 7523, 7524, 7524, 7668, 7669, 7725, 7726, 7855, 7855, 7856, 7856, 7857, 7858, 7858, 7885, 7885, 7885, 7886, 7886, 7996, 8419, 8419, 8519, 8520, 8524, 8525, 8526, 8528, 8530, 8539, 8540, 8541, 8542, 8542, 8543, 8544, 8544, 8544, 8545, 8545, 8546, 8546, 8546, 8548, 8548, 8550, 8550, 8550, 8555, 8556, 8556, 8558, 8558, 8562, 8566, 8596, 8596, 8600, 8600, 8601, 8603, 8603, 8605, 8637, 8667, 8667, 8675, 8764, 8764, 8766, 8956, 8957, 8958, 8958, 8959, 8959, 8960, 8961, 9162, 9163, 9163, 9164, 9164, 9165, 9165, 9167, 9318, 9318, 9462, 9517, 9622, 9690, 9690, 9691, 9691, 9695, 9697, 9698, 9862, 9862, 9878, 9878, 9879, 10605, 10617, 10617, 10648, 10660, 10661, 10757, 10757, 10916, 11290, 11291, 11443, 11559, 11561, 11561, 11562, 11562, 11563, 11563, 11680, 11697, 11698, 11698, 11735, 11735, 11736, 11737, 11737, 11738, 11738, 11739, 11740, 11740, 11741, 11744, 11744, 11880, 11880, 11881, 11881, 11910, 11911, 11911, 11912, 11912, 11913, 11915, 12178, 12178, 12179, 12250, 12759, 12856, 2728, 1813, 1865, 2407, 628, 2235, 5295, 615, 703, 943, 2170, 2932, 3434, 3733, 5458, 10617, 2728, 3711, 6380, 505, 205, 206, 215, 315, 429, 430, 478, 481, 504, 548, 589, 590, 594, 624, 678, 683, 689, 702, 755, 767, 781, 891, 921, 923, 930, 939, 939, 1726, 1766, 1815, 1816, 1824, 1889, 1907, 1908, 1909, 1956, 1957, 1993, 2011, 2020, 2156, 2164, 2165, 2171, 2176, 2181, 2234, 2237, 2245, 2247, 2248, 2264, 2287, 2318, 2348, 2351, 2385, 2406, 2420, 2421, 2560, 2560, 2572, 2644, 2646, 2651, 2653, 2654, 2701, 2716, 2718, 2725, 2727, 2732, 2733, 2830, 2831, 2907, 2924, 2927, 2932, 2944, 2949, 2962, 2964, 2965, 3099, 3100, 3227, 3234, 3238, 3239, 3245, 3250, 3252, 3252, 3256, 3258, 3260, 3265, 3269, 3275, 3277, 3278, 3283, 3374, 3457, 3459, 3476, 3660, 3739, 3740, 3784, 3784, 3809, 3922, 3944, 3989, 3992, 4003, 4006, 4006, 4013, 4026, 4028, 4029, 4034, 4042, 4044, 4050, 4061, 4093, 4095, 4096, 4097, 4099, 4099, 4110, 4117, 4126, 4139, 4144, 4249, 4281, 4316, 4499, 4499, 4636, 4644, 4655, 4655, 4657, 4658, 4659, 4659, 4670, 4670, 4674, 4682, 4692, 4693, 4699, 4714, 4727, 4727, 4845, 4851, 5421, 5421, 5424, 5430, 5441, 5450, 5450, 5455, 5456, 5459, 5481, 5485, 5490, 5809, 5837, 5843, 5985, 5996, 6006, 6010, 6115, 6126, 6135, 6137, 6138, 6167, 6189, 6195, 6350, 6350, 6379, 6514, 6547, 7033, 7033, 7036, 7039, 7048, 7100, 7112, 7120, 7153, 7404, 7430, 7432, 7433, 7434, 7439, 7444, 7459, 7460, 8419, 8529, 8534, 8539, 8558, 8560, 8597, 8602, 8637, 8762, 9166, 9166, 9336, 9377, 9464, 9877, 10659, 11578, 11721, 11739, 11745, 12250, 14462, 15692, 3114, 2254, 625, 2174, 2187, 4017, 5293, 5787, 6068, 6118, 6846, 1883, 3280, 4109, 206, 285, 428, 453, 513, 524, 544, 599, 619, 676, 712, 752, 873, 891, 898, 978, 1767, 1778, 1821, 1888, 2069, 2070, 2071, 2182, 2183, 2206, 2252, 2336, 2348, 2554, 2556, 2557, 2563, 2563, 2578, 2579, 2583, 2715, 2715, 2731, 2926, 2944, 2971, 2990, 3058, 3113, 3121, 3232, 3255, 3260, 3274, 3274, 3276, 3279, 3375, 3380, 3381, 3392, 3434, 3473, 3660, 3732, 3742, 3782, 4037, 4037, 4100, 4111, 4112, 4117, 4119, 4124, 4124, 4124, 4139, 4248, 4248, 4548, 4654, 4656, 4678, 4681, 4692, 4699, 4718, 4727, 4728, 4729, 4851, 4856, 4872, 5292, 5296, 5453, 5622, 5852, 5856, 5861, 5862, 5997, 6004, 6073, 6135, 6136, 6187, 6188, 6494, 6516, 6520, 6521, 6547, 6551, 6559, 7034, 7034, 7035, 7101, 7438, 7450, 7671, 8534, 8545, 8562, 8598, 9167, 9861, 10756, 10807, 11561, 11576, 11577, 13019, 14458, 4118, 834, 3105, 4104, 5293, 5297, 6370, 212, 300, 345, 429, 502, 594, 623, 709, 751, 751, 765, 769, 822, 942, 978, 979, 979, 1769, 1779, 1782, 1821, 1827, 1870, 1941, 2091, 2163, 2169, 2207, 2208, 2249, 2251, 2305, 2349, 2503, 2521, 2557, 2573, 2596, 2596, 2645, 2648, 2734, 2950, 2963, 3112, 3119, 3251, 3258, 3261, 3263, 3268, 3273, 3374, 3375, 3382, 3919, 3921, 3942, 4020, 4034, 4036, 4097, 4099, 4111, 4127, 4249, 4460, 4465, 4657, 4693, 4697, 4715, 4719, 4729, 5600, 5839, 5861, 5996, 6170, 6513, 6668, 7032, 7035, 7447, 8532, 8547, 8675, 9336, 9694, 10160, 10358, 11578, 11724, 11731, 11732, 615, 11725, 5244, 424, 476, 517, 619, 685, 732, 858, 920, 930, 1768, 1806, 1812, 2168, 2170, 2179, 2253, 2349, 2350, 2422, 2555, 2573, 2574, 2574, 2595, 2595, 2655, 2659, 2951, 3110, 3115, 3120, 3267, 3271, 3379, 3394, 3819, 3923, 4009, 4013, 4016, 4021, 4101, 4107, 4130, 4249, 4463, 4685, 4856, 5299, 5452, 5457, 5601, 5858, 5974, 6190, 7670, 8561, 9860, 10608, 11727, 12433, 14460, 14661, 15655, 6553, 458, 518, 833, 920, 1780, 1797, 1808, 2253, 2421, 2640, 2654, 2892, 3226, 3397, 3458, 3999, 4008, 4126, 4248, 4726, 5247, 5454, 5855, 5862, 6552, 6788, 6789, 6927, 7125, 8527, 10159, 10738, 11697, 14455, 7668, 11787, 14356, 832, 1727, 2420, 2522, 2578, 2656, 3111, 3117, 3204, 3225, 3269, 3503, 4017, 4111, 4119, 4120, 4463, 5833, 5843, 5850, 6733, 7049, 9695, 11576, 11723, 11728, 12432, 1922, 1974, 2566, 2731, 3199, 3384, 3941, 4112, 5336, 5860, 5863, 7045, 7431, 8837, 8977, 10158, 10757, 11730, 11733, 1910, 525, 710, 1973, 2236, 2306, 2720, 3116, 3127, 3196, 3198, 3457, 4040, 4133, 5333, 5460, 5976, 8136, 10806, 11726, 11788, 710, 1974, 2829, 3108, 3118, 4658, 4719, 5441, 5601, 7728, 8283, 8535, 8837, 9697, 11577, 11685, 14340, 212, 474, 679, 680, 1753, 2233, 3458, 4009, 11785, 12263, 679, 824, 3122, 3266, 3459, 4114, 4250, 10756, 11729, 391, 1868, 2283, 3126, 3435, 5857, 11786, 688, 2567, 2686, 3197, 3253, 5458, 11722, 2180, 3125, 3250, 3263, 6554, 616, 1869, 3195, 9698, 678, 818, 3271, 3438, 3461, 4132, 5451, 6555, 7016, 7669, 8977, 1961, 1972, 1972, 2732, 3123, 5459, 5808, 11687, 14225, 5247, 5826, 6585, 11686, 1837, 711, 1973, 2452, 12431, 14266, 14269, 813, 1781, 3131, 3461, 5450, 6124, 9602, 2305, 2730, 5833, 6113, 2580, 4008, 5786, 14427, 300, 2090, 2283, 9397, 2734, 3203, 14446, 8607, 2720, 3578, 5452, 5454, 8606, 14273, 616, 3130, 5343, 2793, 10827, 680, 4131, 3141, 7728) +AND `Item` IN (2835, 2836, 2838, 7912, 12365); +DELETE FROM `creature_loot_template` WHERE `Entry` IN (1865, 628, 2728, 500, 624, 4054, 3114, 3280, 4012, 4109, 4788, 615, 1924, 202, 202, 202, 202, 202, 202, 203, 203, 203, 203, 203, 205, 205, 205, 205, 205, 210, 212, 212, 212, 212, 212, 213, 213, 213, 217, 217, 217, 218, 285, 285, 300, 315, 315, 315, 315, 390, 390, 390, 391, 391, 422, 422, 422, 422, 422, 428, 428, 428, 428, 428, 429, 429, 429, 430, 430, 430, 430, 430, 430, 441, 441, 441, 441, 449, 449, 449, 449, 452, 452, 452, 452, 452, 452, 453, 453, 454, 454, 454, 454, 454, 454, 456, 456, 458, 458, 458, 458, 458, 473, 474, 474, 475, 475, 475, 476, 476, 476, 478, 480, 480, 480, 481, 481, 481, 500, 500, 500, 500, 501, 502, 504, 504, 504, 504, 504, 504, 504, 505, 505, 505, 511, 513, 513, 513, 515, 515, 515, 515, 517, 517, 517, 517, 518, 518, 524, 524, 525, 539, 539, 539, 539, 539, 539, 547, 547, 547, 547, 547, 547, 548, 548, 548, 548, 550, 565, 565, 565, 565, 565, 569, 570, 570, 570, 570, 587, 587, 588, 589, 589, 589, 589, 589, 589, 589, 590, 590, 590, 590, 590, 590, 594, 595, 595, 595, 604, 604, 615, 615, 615, 619, 623, 623, 623, 624, 625, 628, 628, 628, 628, 660, 660, 667, 667, 669, 669, 671, 674, 674, 679, 681, 681, 681, 682, 682, 682, 683, 683, 684, 684, 686, 686, 686, 687, 687, 687, 688, 689, 689, 690, 690, 690, 690, 691, 694, 694, 694, 696, 696, 699, 699, 701, 701, 701, 701, 702, 703, 709, 710, 710, 712, 712, 712, 712, 712, 712, 732, 732, 735, 736, 736, 740, 741, 742, 744, 744, 745, 745, 747, 750, 750, 751, 751, 751, 752, 752, 759, 759, 759, 760, 760, 761, 762, 762, 762, 762, 766, 768, 769, 769, 772, 772, 772, 772, 780, 780, 780, 783, 783, 785, 787, 787, 819, 819, 819, 822, 824, 824, 824, 824, 824, 824, 832, 832, 833, 833, 833, 833, 834, 834, 834, 834, 854, 856, 858, 858, 871, 871, 871, 873, 879, 880, 880, 880, 898, 898, 898, 898, 898, 909, 910, 910, 910, 920, 920, 920, 922, 922, 923, 923, 923, 923, 923, 930, 930, 930, 937, 937, 937, 937, 939, 940, 940, 940, 941, 942, 942, 948, 948, 948, 948, 949, 949, 976, 978, 979, 979, 1526, 1725, 1727, 1727, 1727, 1765, 1765, 1766, 1766, 1767, 1768, 1768, 1769, 1769, 1770, 1770, 1770, 1772, 1772, 1778, 1779, 1779, 1779, 1779, 1780, 1780, 1782, 1782, 1783, 1783, 1784, 1787, 1787, 1789, 1791, 1791, 1795, 1797, 1802, 1806, 1808, 1815, 1816, 1817, 1822, 1822, 1824, 1835, 1866, 1866, 1866, 1867, 1867, 1869, 1869, 1888, 1888, 1888, 1888, 1889, 1891, 1891, 1894, 1895, 1895, 1907, 1907, 1907, 1909, 1909, 1912, 1912, 1912, 1912, 1913, 1914, 1914, 1915, 1915, 1915, 1922, 1923, 1924, 1924, 1924, 1935, 1939, 1939, 1940, 1941, 1941, 1942, 1943, 1943, 1953, 1957, 1974, 1974, 1995, 1996, 1996, 1998, 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2005, 2005, 2008, 2008, 2009, 2009, 2009, 2010, 2010, 2010, 2011, 2011, 2011, 2012, 2015, 2017, 2017, 2021, 2021, 2022, 2025, 2027, 2029, 2030, 2033, 2034, 2042, 2042, 2043, 2053, 2054, 2054, 2069, 2069, 2069, 2070, 2070, 2071, 2071, 2071, 2089, 2089, 2089, 2089, 2102, 2102, 2102, 2103, 2103, 2103, 2103, 2152, 2152, 2156, 2156, 2156, 2156, 2156, 2157, 2157, 2157, 2163, 2164, 2164, 2164, 2164, 2165, 2165, 2165, 2165, 2165, 2167, 2167, 2168, 2168, 2168, 2169, 2169, 2169, 2170, 2170, 2171, 2171, 2176, 2176, 2177, 2177, 2177, 2177, 2177, 2178, 2178, 2178, 2178, 2178, 2179, 2179, 2180, 2180, 2180, 2181, 2181, 2181, 2181, 2181, 2181, 2182, 2182, 2183, 2183, 2189, 2189, 2189, 2189, 2189, 2189, 2190, 2190, 2190, 2190, 2202, 2203, 2203, 2204, 2205, 2206, 2208, 2212, 2212, 2212, 2212, 2231, 2232, 2232, 2233, 2233, 2234, 2235, 2236, 2236, 2237, 2237, 2237, 2237, 2237, 2240, 2242, 2242, 2242, 2243, 2243, 2244, 2244, 2244, 2244, 2245, 2245, 2247, 2248, 2248, 2248, 2248, 2248, 2248, 2249, 2249, 2249, 2249, 2249, 2249, 2250, 2251, 2252, 2253, 2253, 2254, 2254, 2254, 2255, 2256, 2256, 2260, 2260, 2261, 2261, 2261, 2261, 2261, 2268, 2269, 2269, 2269, 2269, 2269, 2270, 2270, 2270, 2271, 2271, 2272, 2272, 2272, 2287, 2287, 2287, 2287, 2318, 2318, 2318, 2318, 2318, 2318, 2319, 2319, 2319, 2321, 2321, 2321, 2321, 2321, 2322, 2322, 2322, 2323, 2323, 2323, 2323, 2324, 2324, 2336, 2336, 2336, 2336, 2337, 2338, 2338, 2338, 2338, 2339, 2339, 2339, 2344, 2344, 2344, 2344, 2348, 2348, 2348, 2349, 2349, 2350, 2350, 2350, 2350, 2350, 2350, 2351, 2351, 2351, 2351, 2351, 2351, 2354, 2354, 2354, 2354, 2354, 2354, 2356, 2356, 2356, 2356, 2356, 2358, 2358, 2359, 2359, 2359, 2360, 2360, 2360, 2360, 2369, 2371, 2371, 2371, 2373, 2373, 2374, 2374, 2374, 2374, 2375, 2375, 2375, 2375, 2375, 2375, 2376, 2376, 2376, 2376, 2376, 2376, 2377, 2377, 2377, 2377, 2377, 2377, 2384, 2384, 2384, 2384, 2384, 2384, 2385, 2385, 2385, 2385, 2387, 2387, 2406, 2407, 2407, 2408, 2408, 2408, 2408, 2408, 2503, 2503, 2505, 2505, 2505, 2521, 2521, 2544, 2552, 2552, 2554, 2554, 2554, 2555, 2556, 2556, 2559, 2559, 2559, 2559, 2560, 2560, 2561, 2561, 2563, 2563, 2563, 2566, 2566, 2566, 2566, 2567, 2567, 2567, 2569, 2570, 2570, 2570, 2571, 2571, 2571, 2572, 2572, 2573, 2573, 2573, 2574, 2574, 2574, 2574, 2579, 2581, 2582, 2582, 2582, 2582, 2582, 2583, 2583, 2584, 2584, 2585, 2586, 2586, 2586, 2587, 2587, 2588, 2588, 2588, 2588, 2589, 2589, 2589, 2589, 2589, 2591, 2595, 2595, 2618, 2619, 2619, 2628, 2628, 2635, 2640, 2643, 2647, 2649, 2650, 2650, 2651, 2652, 2652, 2653, 2654, 2655, 2655, 2655, 2655, 2655, 2655, 2655, 2656, 2656, 2656, 2656, 2656, 2656, 2657, 2659, 2681, 2693, 2694, 2701, 2701, 2701, 2715, 2715, 2715, 2716, 2717, 2717, 2718, 2718, 2720, 2720, 2723, 2725, 2725, 2727, 2731, 2732, 2732, 2734, 2735, 2736, 2740, 2742, 2742, 2743, 2743, 2743, 2761, 2791, 2793, 2829, 2830, 2831, 2893, 2893, 2894, 2894, 2927, 2928, 2928, 2929, 2949, 2949, 2949, 2950, 2950, 2950, 2951, 2956, 2956, 2957, 2957, 2958, 2959, 2960, 2962, 2963, 2963, 2963, 2964, 2964, 2965, 2965, 2969, 2969, 2971, 2971, 2972, 2976, 2977, 2978, 2978, 2978, 2979, 2979, 2989, 2989, 2989, 2990, 3035, 3099, 3100, 3100, 3100, 3103, 3103, 3104, 3104, 3106, 3106, 3106, 3107, 3107, 3110, 3111, 3111, 3112, 3113, 3113, 3113, 3114, 3115, 3115, 3115, 3115, 3116, 3116, 3116, 3117, 3117, 3117, 3117, 3118, 3118, 3118, 3118, 3119, 3119, 3119, 3120, 3120, 3120, 3126, 3129, 3129, 3130, 3130, 3131, 3131, 3131, 3196, 3197, 3197, 3197, 3198, 3198, 3198, 3199, 3199, 3199, 3203, 3203, 3204, 3204, 3204, 3205, 3206, 3206, 3206, 3207, 3207, 3232, 3234, 3234, 3234, 3234, 3235, 3238, 3238, 3238, 3238, 3239, 3239, 3239, 3239, 3240, 3240, 3240, 3240, 3241, 3242, 3242, 3242, 3242, 3242, 3243, 3244, 3244, 3244, 3244, 3245, 3245, 3245, 3245, 3245, 3245, 3245, 3246, 3246, 3246, 3246, 3247, 3248, 3248, 3249, 3249, 3250, 3250, 3251, 3251, 3251, 3251, 3252, 3252, 3254, 3254, 3254, 3254, 3255, 3255, 3255, 3255, 3255, 3255, 3256, 3256, 3256, 3256, 3256, 3256, 3256, 3256, 3258, 3258, 3258, 3258, 3258, 3258, 3258, 3258, 3260, 3260, 3260, 3260, 3260, 3261, 3261, 3261, 3261, 3261, 3261, 3261, 3261, 3263, 3263, 3263, 3263, 3265, 3265, 3265, 3266, 3266, 3266, 3266, 3266, 3267, 3267, 3268, 3268, 3268, 3269, 3269, 3269, 3269, 3271, 3271, 3271, 3272, 3272, 3272, 3272, 3273, 3273, 3273, 3273, 3273, 3274, 3274, 3275, 3275, 3275, 3276, 3276, 3276, 3276, 3277, 3277, 3277, 3278, 3278, 3278, 3278, 3279, 3279, 3280, 3280, 3282, 3283, 3283, 3283, 3284, 3284, 3284, 3284, 3285, 3286, 3286, 3286, 3374, 3374, 3376, 3376, 3376, 3376, 3377, 3377, 3378, 3379, 3379, 3380, 3381, 3381, 3381, 3381, 3381, 3382, 3382, 3382, 3382, 3383, 3383, 3383, 3384, 3384, 3385, 3385, 3385, 3385, 3385, 3385, 3385, 3386, 3386, 3386, 3386, 3396, 3397, 3397, 3397, 3415, 3415, 3415, 3416, 3424, 3424, 3424, 3425, 3425, 3425, 3425, 3425, 3426, 3426, 3426, 3426, 3426, 3436, 3436, 3436, 3438, 3455, 3456, 3456, 3456, 3456, 3457, 3457, 3457, 3457, 3457, 3457, 3457, 3458, 3458, 3458, 3458, 3458, 3458, 3458, 3459, 3459, 3459, 3459, 3459, 3459, 3461, 3461, 3461, 3463, 3463, 3463, 3463, 3463, 3466, 3466, 3474, 3566, 3566, 3630, 3630, 3631, 3632, 3632, 3633, 3633, 3634, 3634, 3634, 3638, 3638, 3638, 3641, 3655, 3660, 3667, 3717, 3725, 3725, 3727, 3728, 3730, 3730, 3732, 3739, 3739, 3740, 3743, 3743, 3743, 3746, 3746, 3748, 3749, 3750, 3750, 3750, 3752, 3752, 3754, 3754, 3755, 3757, 3758, 3759, 3759, 3762, 3765, 3765, 3767, 3767, 3767, 3767, 3770, 3770, 3770, 3770, 3770, 3771, 3771, 3772, 3772, 3772, 3774, 3774, 3774, 3789, 3791, 3801, 3802, 3803, 3803, 3804, 3809, 3809, 3809, 3809, 3809, 3810, 3810, 3810, 3810, 3810, 3810, 3812, 3814, 3815, 3815, 3816, 3817, 3819, 3819, 3819, 3819, 3819, 3820, 3820, 3820, 3821, 3821, 3821, 3823, 3823, 3823, 3823, 3823, 3824, 3824, 3824, 3825, 3825, 3825, 3825, 3917, 3917, 3917, 3917, 3921, 3921, 3921, 3922, 3922, 3922, 3924, 3924, 3924, 3924, 3925, 3925, 3925, 3925, 3926, 3926, 3926, 3928, 3928, 3928, 3928, 3987, 3987, 3988, 3988, 3988, 3989, 3989, 3989, 3989, 3991, 3991, 3991, 4003, 4003, 4003, 4003, 4005, 4006, 4006, 4006, 4007, 4007, 4007, 4007, 4008, 4011, 4012, 4012, 4012, 4013, 4014, 4014, 4016, 4016, 4017, 4018, 4018, 4018, 4018, 4019, 4019, 4019, 4020, 4021, 4022, 4022, 4022, 4022, 4023, 4023, 4023, 4023, 4024, 4024, 4024, 4024, 4024, 4025, 4025, 4025, 4025, 4026, 4026, 4026, 4026, 4027, 4027, 4027, 4027, 4031, 4036, 4036, 4037, 4038, 4038, 4038, 4038, 4040, 4040, 4040, 4040, 4041, 4041, 4041, 4042, 4044, 4044, 4044, 4044, 4052, 4056, 4056, 4056, 4057, 4057, 4057, 4061, 4061, 4061, 4061, 4061, 4065, 4067, 4067, 4067, 4067, 4073, 4073, 4074, 4093, 4093, 4093, 4094, 4094, 4094, 4094, 4095, 4095, 4096, 4096, 4096, 4097, 4097, 4097, 4097, 4099, 4099, 4099, 4099, 4100, 4100, 4100, 4100, 4100, 4101, 4101, 4101, 4101, 4101, 4104, 4104, 4104, 4104, 4107, 4107, 4107, 4107, 4109, 4109, 4109, 4109, 4109, 4111, 4111, 4114, 4114, 4116, 4117, 4117, 4117, 4117, 4118, 4118, 4118, 4119, 4120, 4120, 4124, 4124, 4124, 4126, 4126, 4126, 4127, 4127, 4127, 4128, 4128, 4128, 4128, 4129, 4129, 4129, 4129, 4129, 4130, 4130, 4130, 4130, 4131, 4131, 4131, 4131, 4133, 4133, 4133, 4139, 4139, 4140, 4140, 4140, 4142, 4142, 4143, 4143, 4143, 4144, 4144, 4144, 4147, 4147, 4147, 4150, 4150, 4151, 4151, 4154, 4158, 4158, 4248, 4248, 4249, 4249, 4280, 4281, 4316, 4316, 4316, 4316, 4462, 4462, 4462, 4463, 4463, 4463, 4463, 4463, 4465, 4466, 4467, 4467, 4468, 4468, 4505, 4505, 4506, 4632, 4633, 4634, 4634, 4635, 4635, 4636, 4636, 4637, 4637, 4637, 4639, 4639, 4640, 4641, 4642, 4644, 4644, 4644, 4644, 4645, 4645, 4646, 4648, 4649, 4655, 4656, 4656, 4657, 4657, 4657, 4657, 4663, 4663, 4665, 4666, 4668, 4670, 4670, 4671, 4672, 4673, 4673, 4673, 4674, 4674, 4675, 4676, 4677, 4679, 4681, 4692, 4692, 4692, 4693, 4693, 4696, 4696, 4697, 4699, 4699, 4700, 4700, 4711, 4712, 4714, 4718, 4719, 4726, 4726, 4726, 4728, 4728, 4729, 4788, 4789, 4802, 4844, 4844, 4846, 4851, 5224, 5234, 5235, 5236, 5249, 5253, 5263, 5268, 5274, 5307, 5331, 5332, 5332, 5333, 5333, 5334, 5335, 5336, 5426, 5458, 5461, 5461, 5462, 5462, 5475, 5615, 5616, 5617, 5618, 5618, 5622, 5645, 5646, 5647, 5840, 5843, 5843, 5844, 5844, 5844, 5846, 5846, 5850, 5853, 5854, 5854, 5856, 5860, 5861, 5861, 5861, 5862, 5982, 5991, 5999, 6020, 6020, 6073, 6073, 6073, 6073, 6115, 6115, 6115, 6123, 6123, 6123, 6136, 6137, 6137, 6138, 6193, 6194, 6195, 6196, 6196, 6221, 6348, 6349, 6370, 6371, 6375, 6380, 6466, 6494, 6505, 6505, 6505, 6505, 6506, 6506, 6507, 6508, 6508, 6508, 6509, 6510, 6511, 6512, 6513, 6513, 6513, 6514, 6514, 6514, 6514, 6516, 6516, 6516, 6518, 6519, 6520, 6520, 6520, 6520, 6521, 6521, 6521, 6521, 6521, 6527, 6547, 6547, 6547, 6547, 6547, 6551, 6551, 6551, 6551, 6551, 6552, 6552, 6553, 6553, 6553, 6554, 6554, 6554, 6554, 6555, 6555, 6556, 6556, 6557, 6557, 6557, 6557, 6559, 6559, 6559, 6559, 6559, 6668, 6668, 7032, 7035, 7039, 7047, 7049, 7086, 7086, 7086, 7086, 7086, 7086, 7086, 7092, 7092, 7092, 7092, 7092, 7099, 7100, 7107, 7107, 7107, 7109, 7110, 7111, 7112, 7113, 7113, 7113, 7115, 7115, 7120, 7120, 7120, 7126, 7132, 7132, 7132, 7136, 7153, 7153, 7153, 7153, 7155, 7155, 7157, 7158, 7158, 7235, 7318, 7318, 7371, 7432, 7438, 7442, 7444, 7445, 7445, 7449, 7450, 7452, 7454, 7458, 7458, 7459, 7460, 7523, 7523, 7524, 7584, 7856, 7873, 8419, 8525, 8528, 8529, 8530, 8531, 8532, 8540, 8541, 8543, 8543, 8557, 8566, 8600, 8600, 8603, 8603, 8605, 8607, 8637, 8956, 8956, 8957, 8957, 8958, 8958, 8959, 8960, 8960, 8960, 8961, 8961, 9043, 9044, 9162, 9163, 9163, 9163, 9163, 9163, 9164, 9164, 9164, 9165, 9165, 9166, 9166, 9166, 9166, 9166, 9167, 9167, 9167, 9167, 9167, 9318, 9464, 9622, 9691, 10157, 10157, 10158, 10158, 10158, 10158, 10158, 10159, 10159, 10159, 10159, 10159, 10160, 10160, 10160, 10160, 10617, 10648, 10757, 10801, 10916, 11440, 11440, 11443, 11576, 11576, 11577, 11577, 11686, 11687, 11697, 11697, 11730, 11736, 11738, 11739, 11739, 11739, 11740, 11741, 11744, 11744, 11744, 11746, 11746, 11781, 11785, 11858, 11858, 11880, 11880, 11880, 11910, 11910, 11910, 11911, 11911, 11911, 11911, 11912, 11912, 11912, 11913, 11913, 11913, 11913, 12178, 12418, 12579, 12856, 12856, 12856, 14123, 14429, 14460, 24818, 24819, 24819, 949, 949, 3272, 7977, 3993, 3280, 3638, 315, 518, 757, 834, 834, 1865, 1908, 1983, 2015, 2420, 2565, 2733, 2967, 3056, 3503, 3727, 3941, 4009, 5600, 7053, 9879, 2015, 2407, 2017, 3396, 212, 285, 330, 345, 345, 429, 453, 456, 473, 473, 474, 478, 478, 481, 524, 548, 565, 615, 672, 684, 685, 688, 743, 746, 767, 832, 833, 879, 881, 881, 905, 930, 1526, 1767, 1769, 1769, 1770, 1778, 1782, 1797, 1867, 1868, 1869, 1888, 1909, 1912, 1923, 1924, 1935, 1993, 1995, 1995, 1996, 1997, 2012, 2018, 2020, 2069, 2070, 2070, 2071, 2089, 2089, 2091, 2152, 2162, 2163, 2163, 2164, 2164, 2168, 2171, 2171, 2176, 2183, 2185, 2187, 2207, 2241, 2270, 2305, 2305, 2305, 2335, 2335, 2344, 2348, 2348, 2349, 2349, 2420, 2420, 2421, 2421, 2421, 2421, 2421, 2421, 2422, 2522, 2553, 2554, 2555, 2578, 2579, 2597, 2599, 2701, 2714, 2723, 2729, 2736, 2762, 2907, 2945, 2945, 2945, 2957, 2958, 2958, 2959, 2960, 2962, 2964, 2965, 2969, 2973, 2974, 2974, 2990, 3035, 3099, 3110, 3112, 3121, 3121, 3122, 3129, 3195, 3207, 3232, 3236, 3238, 3238, 3238, 3239, 3239, 3240, 3243, 3247, 3249, 3250, 3252, 3255, 3279, 3382, 3384, 3394, 3397, 3397, 3452, 3454, 3467, 3473, 3503, 3634, 3660, 3713, 3713, 3717, 3717, 3740, 3746, 3748, 3770, 3774, 3781, 3810, 3812, 3820, 3821, 3824, 3825, 3928, 3944, 3992, 4005, 4006, 4006, 4007, 4009, 4009, 4011, 4011, 4013, 4018, 4023, 4025, 4026, 4026, 4027, 4027, 4031, 4036, 4042, 4044, 4052, 4067, 4070, 4112, 4119, 4120, 4127, 4127, 4128, 4128, 4128, 4131, 4202, 4202, 4202, 4248, 4249, 4316, 4463, 4499, 4619, 4676, 4682, 4685, 4701, 4702, 4713, 4729, 4803, 6020, 6073, 6547, 6846, 9336, 9336, 9377, 9517, 9878, 10756, 11910, 12347, 12387, 12676, 14428, 4032, 2001, 3711, 1971, 675, 2175, 2175, 2175, 2580, 3108, 3470, 5865, 2565, 391, 391, 511, 730, 736, 768, 832, 833, 892, 930, 1713, 1753, 1772, 1773, 1778, 1779, 1797, 1797, 1889, 1912, 1997, 2007, 2012, 2013, 2014, 2018, 2018, 2033, 2034, 2039, 2069, 2069, 2070, 2156, 2157, 2163, 2163, 2183, 2257, 2257, 2257, 2349, 2349, 2406, 2473, 2563, 2567, 2906, 2962, 2970, 2970, 3035, 3068, 3127, 3130, 3225, 3235, 3235, 3237, 3237, 3239, 3240, 3252, 3384, 3467, 3473, 3473, 3474, 3476, 3631, 3662, 3746, 3782, 3811, 3821, 3917, 4005, 4011, 4014, 4031, 4037, 4041, 4668, 4679, 4685, 4727, 4802, 5601, 6167, 6167, 6347, 8518, 9916, 11576, 11681, 13019, 728, 1922, 1924, 2001, 2420, 4032, 7319, 218, 685, 767, 818, 875, 875, 877, 879, 921, 1526, 1769, 1888, 1923, 1993, 1993, 1997, 2006, 2006, 2007, 2012, 2013, 2071, 2174, 2256, 2287, 2347, 2356, 2560, 2960, 2990, 3099, 3111, 3122, 3125, 3127, 3227, 3227, 3249, 3250, 3415, 3424, 3472, 3633, 3641, 3712, 3821, 3941, 3941, 3941, 3942, 3942, 4005, 4035, 4457, 4803, 6497, 7234, 7234, 7235, 10559, 11562, 11563, 11578, 11684, 12250, 12676, 12759, 14431, 7319, 729, 822, 832, 855, 1753, 1766, 1778, 1868, 1941, 2008, 2033, 2033, 2034, 2042, 2335, 2420, 2420, 2423, 2959, 3056, 3058, 3112, 3126, 3243, 3243, 3275, 3435, 3435, 3473, 3503, 3566, 3632, 4116, 4129, 4458, 4789, 5601, 5601, 5808, 5808, 5826, 6167, 6846, 10160, 10356, 14268, 14429, 822, 1868, 1936, 2000, 2013, 2408, 2585, 2973, 3068, 3123, 3123, 3225, 3742, 4036, 4042, 4461, 5837, 6093, 8213, 12676, 1922, 525, 1765, 1767, 1778, 1797, 1889, 1998, 2014, 2043, 3227, 3461, 3715, 3986, 4034, 4037, 14428, 2001, 10644, 525, 1923, 2655, 2944, 3126, 3415, 3655, 3782, 4695, 5601, 14431, 3476, 768, 1999, 2039, 2043, 2971, 3122, 3127, 3131, 3577, 3784, 4009, 4009, 4020, 4035, 5808, 6020, 10356, 11914, 4020, 345, 814, 1766, 2043, 2476, 2476, 3123, 3125, 3250, 4008, 14340, 947, 14227, 2000, 2730, 4020, 3228, 4020, 4020, 2042, 2656, 3530, 4020, 4020, 4021, 4021, 4021, 2000, 2184, 2184, 2186, 3226, 4020, 5786, 14427, 1999, 7017, 7319, 12431) +AND `Item` IN (2447, 765, 785, 2449, 2450, 2452, 3820, 2453, 3355, 3369, 3356, 3357, 3818, 3821, 3358, 3819, 4625, 8831, 8836, 8838, 8839, 8845, 8846); + +-- And finally... cleanup +DELETE FROM `reference_loot_template` WHERE `Entry` IN (24102,24103,24104,24107,24108,24109,24110,24112,24113,24114,24116,24118,24120,24150,24151,24152,24153,24154,24155,24156,24157,24158,24159,24161,24731,24733,24737,526780,526790); + +-- Create a placeholder loot table to prevent worldserver errors. Same is used in Mangos :) +UPDATE `creature_template` SET `lootid` = 1 WHERE (`entry` = 1); +DELETE FROM `creature_loot_template` WHERE (`Entry` = 1); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(1, 1 , 1000105, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 2 , 1000105, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 3 , 1026162, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 4 , 1036162, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 5 , 1046162, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 6 , 1105865, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 7 , 1106672, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 8 , 1125858, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 9 , 1125859, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 10, 1125959, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 11, 1125960, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 12, 1126060, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 13, 1126061, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 14, 1126161, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 15, 1126162, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 16, 1126262, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 17, 1126263, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 18, 1126363, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 19, 1126364, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 20, 1126464, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 21, 1126465, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 22, 1126565, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 23, 1126566, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 24, 1126666, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 25, 1126667, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 26, 1126767, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 27, 1126768, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 28, 1126868, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 29, 1126869, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 30, 1126969, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 31, 1126970, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 32, 1127070, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 33, 1127071, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 34, 1127171, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 35, 1127172, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 36, 1127272, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 37, 1127273, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 38, 1127373, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 39, 1135858, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 40, 1135859, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 41, 1135959, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 42, 1135960, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 43, 1136060, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 44, 1136061, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 45, 1136161, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 46, 1136162, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 47, 1136262, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 48, 1136263, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 49, 1136363, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 50, 1136364, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 51, 1136464, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 52, 1136465, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 53, 1136565, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 54, 1136566, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 55, 1136666, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 56, 1136667, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 57, 1136767, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 58, 1136768, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 59, 1136868, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 60, 1136869, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 61, 1136969, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 62, 1136970, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 63, 1137070, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 64, 1137071, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 65, 1137171, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 66, 1137172, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 67, 1137272, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 68, 1147073, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 69, 1175872, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 70, 1180009, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 71, 1180010, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 72, 1180011, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 73, 1180012, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 74, 1276872, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'), +(1, 75, 1276882, 100, 0, 1, 0, 1, 1, 'Placeholder to Prevent Worldserver Errors'); + +-- 2 Recipes are BoP and were set to only appear when presented with the associated profession, although that shouldn't be the case, and yes, they should appear regardless +DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 1) AND (`SourceEntry` IN (8029, 20976)); + +-- Dealing with other worldserver errors +UPDATE `creature_template` SET `lootid` = 1008 WHERE (`entry` = 1008); +DELETE FROM `creature_loot_template` WHERE (`Entry` = 1008) AND `Item` IN (1205, 2589, 2592, 3770, 4306); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(1008, 1205, 0, 3, 0, 1, 0, 1, 1, 'Mosshide Mongrel - Melon Juice'), +(1008, 2589, 0, 15, 0, 1, 1, 1, 3, 'Mosshide Mongrel - Linen Cloth'), +(1008, 2592, 0, 30, 0, 1, 1, 1, 2, 'Mosshide Mongrel - Wool Cloth'), +(1008, 3770, 0, 5, 0, 1, 0, 1, 1, 'Mosshide Mongrel - Mutton Chop'), +(1008, 4306, 0, 5, 0, 1, 1, 1, 1, 'Mosshide Mongrel - Silk Cloth'); + +UPDATE `creature_template` SET `lootid` = 1012 WHERE (`entry` = 1012); +DELETE FROM `creature_loot_template` WHERE (`Entry` = 1012) AND `Item` IN (1205, 2589, 2592, 2611, 3770, 4306); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(1012, 1205, 0, 3, 0, 1, 1, 1, 1, 'Mosshide Brute - Melon Juice'), +(1012, 2589, 0, 15, 0, 1, 2, 1, 3, 'Mosshide Brute - Linen Cloth'), +(1012, 2592, 0, 30, 0, 1, 2, 1, 2, 'Mosshide Brute - Wool Cloth'), +(1012, 2611, 0, 80, 1, 1, 0, 1, 1, 'Mosshide Brute - Crude Flint'), +(1012, 3770, 0, 5, 0, 1, 1, 1, 1, 'Mosshide Brute - Mutton Chop'), +(1012, 4306, 0, 5, 0, 1, 2, 1, 1, 'Mosshide Brute - Silk Cloth'); + +UPDATE `creature_template` SET `lootid` = 1013 WHERE (`entry` = 1013); +DELETE FROM `creature_loot_template` WHERE (`Entry` = 1013) AND `Item` IN (1205, 2589, 2592, 2611, 3770, 4306); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(1013, 1205, 0, 3, 0, 1, 1, 1, 1, 'Mosshide Mystic - Melon Juice'), +(1013, 2589, 0, 15, 0, 1, 2, 1, 3, 'Mosshide Mystic - Linen Cloth'), +(1013, 2592, 0, 30, 0, 1, 2, 1, 2, 'Mosshide Mystic - Wool Cloth'), +(1013, 2611, 0, 80, 1, 1, 0, 1, 1, 'Mosshide Mystic - Crude Flint'), +(1013, 3770, 0, 5, 0, 1, 1, 1, 1, 'Mosshide Mystic - Mutton Chop'), +(1013, 4306, 0, 5, 0, 1, 2, 1, 1, 'Mosshide Mystic - Silk Cloth'); + +UPDATE `creature_template` SET `lootid` = 1016 WHERE (`entry` = 1016); +DELETE FROM `creature_loot_template` WHERE (`Entry` = 1016) AND (`Item` IN (1697, 3180, 3685, 5635)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(1016, 1697, 0, 33, 0, 1, 0, 1, 1, 'Highland Lashtail - Keen Raptor Tooth'), +(1016, 3180, 0, 10, 0, 1, 0, 1, 1, 'Highland Lashtail - Flecked Raptor Scale'), +(1016, 3685, 0, 60, 0, 1, 0, 1, 1, 'Highland Lashtail - Raptor Egg'), +(1016, 5635, 0, 8, 0, 1, 0, 1, 1, 'Highland Lashtail - Sharp Claw'); + +UPDATE `creature_template` SET `lootid` = 1021 WHERE (`entry` = 1021); +DELETE FROM `creature_loot_template` WHERE (`Entry` = 1021) AND (`Item` IN (1697, 3180, 3685, 5233, 5635)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(1021, 1697, 0, 33, 0, 1, 0, 1, 1, 'Mottled Screecher - Keen Raptor Tooth'), +(1021, 3180, 0, 10, 0, 1, 0, 1, 1, 'Mottled Screecher - Flecked Raptor Scale'), +(1021, 3685, 0, 60, 0, 1, 0, 1, 1, 'Mottled Screecher - Raptor Egg'), +(1021, 5233, 0, 10, 1, 1, 0, 1, 1, 'Mottled Screecher - Stone of Relu'), +(1021, 5635, 0, 8, 0, 1, 0, 1, 1, 'Mottled Screecher - Sharp Claw'); + +UPDATE `creature_template` SET `lootid` = 1023 WHERE (`entry` = 1023); +DELETE FROM `creature_loot_template` WHERE (`Entry` = 1023) AND (`Item` IN (1697, 3685, 5233, 5635, 5637)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(1023, 1697, 0, 35, 0, 1, 0, 1, 1, 'Mottled Razormaw - Keen Raptor Tooth'), +(1023, 3685, 0, 60, 0, 1, 0, 1, 1, 'Mottled Razormaw - Raptor Egg'), +(1023, 5233, 0, 10, 1, 1, 0, 1, 1, 'Mottled Razormaw - Stone of Relu'), +(1023, 5635, 0, 8, 0, 1, 0, 1, 1, 'Mottled Razormaw - Sharp Claw'), +(1023, 5637, 0, 2, 0, 1, 0, 1, 1, 'Mottled Razormaw - Large Fang'); + +UPDATE `creature_template` SET `lootid` = 1032 WHERE (`entry` = 1032); +DELETE FROM `creature_loot_template` WHERE (`Entry` = 1032) AND (`Item` IN (814, 3349, 3670, 3671, 3674, 3676, 5529, 45005)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(1032, 814, 0, 30, 0, 1, 0, 1, 1, 'Black Ooze - Flask of Oil'), +(1032, 3349, 0, 10, 1, 1, 0, 1, 1, 'Black Ooze - Sida\'s Bag'), +(1032, 3670, 0, 12, 0, 1, 0, 1, 2, 'Black Ooze - Large Slimy Bone'), +(1032, 3671, 0, 5, 0, 1, 0, 1, 2, 'Black Ooze - Lifeless Skull'), +(1032, 3674, 0, 10, 0, 1, 0, 1, 2, 'Black Ooze - Decomposed Boot'), +(1032, 3676, 0, 10, 0, 1, 0, 1, 2, 'Black Ooze - Slimy Ichor'), +(1032, 5529, 0, 12, 0, 1, 0, 1, 1, 'Black Ooze - Tomb Dust'), +(1032, 45005, 45005, 3, 0, 1, 0, 1, 1, 'Black Ooze - (ReferenceTable)'); + +UPDATE `creature_template` SET `lootid` = 1033 WHERE (`entry` = 1033); +DELETE FROM `creature_loot_template` WHERE (`Entry` = 1033) AND (`Item` IN (814, 3349, 3670, 3671, 3674, 3676, 5529, 45005)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(1033, 814, 0, 30, 0, 1, 0, 1, 1, 'Monstrous Ooze - Flask of Oil'), +(1033, 3349, 0, 10, 1, 1, 0, 1, 1, 'Monstrous Ooze - Sida\'s Bag'), +(1033, 3670, 0, 12, 0, 1, 0, 1, 2, 'Monstrous Ooze - Large Slimy Bone'), +(1033, 3671, 0, 5, 0, 1, 0, 1, 2, 'Monstrous Ooze - Lifeless Skull'), +(1033, 3674, 0, 10, 0, 1, 0, 1, 2, 'Monstrous Ooze - Decomposed Boot'), +(1033, 3676, 0, 10, 0, 1, 0, 1, 2, 'Monstrous Ooze - Slimy Ichor'), +(1033, 5529, 0, 12, 0, 1, 0, 1, 1, 'Monstrous Ooze - Tomb Dust'), +(1033, 45005, 45005, 3, 0, 1, 0, 1, 1, 'Monstrous Ooze - (ReferenceTable)'); + +UPDATE `creature_template` SET `lootid` = 1162 WHERE (`entry` = 1162); +DELETE FROM `creature_loot_template` WHERE (`Entry` = 1162) AND (`Item` IN (1179, 2268, 2287, 2536, 2589)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(1162, 1179, 0, 3, 0, 1, 2, 1, 1, 'Stonesplinter Scout - Ice Cold Milk'), +(1162, 2268, 0, 2, 0, 1, 1, 1, 1, 'Stonesplinter Scout - Stonesplinter Blade'), +(1162, 2287, 0, 6, 0, 1, 2, 1, 1, 'Stonesplinter Scout - Haunch of Meat'), +(1162, 2536, 0, 38, 1, 1, 0, 1, 1, 'Stonesplinter Scout - Trogg Stone Tooth'), +(1162, 2589, 0, 43, 0, 1, 0, 1, 3, 'Stonesplinter Scout - Linen Cloth'); + +UPDATE `creature_template` SET `lootid` = 1175 WHERE (`entry` = 1175); +DELETE FROM `creature_loot_template` WHERE (`Entry` = 1175) AND (`Item` IN (1179, 2589, 3110, 3110, 4537)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(1175, 1179, 0, 3, 0, 1, 3, 1, 1, 'Tunnel Rat Digger - Ice Cold Milk'), +(1175, 2589, 0, 40, 0, 1, 0, 1, 3, 'Tunnel Rat Digger - Linen Cloth'), +(1175, 3110, 0, 38, 1, 1, 1, 1, 1, 'Tunnel Rat Digger - Tunnel Rat Ear'), +(1175, 3110, 0, 38, 1, 1, 2, 1, 1, 'Tunnel Rat Digger - Tunnel Rat Ear'), +(1175, 4537, 0, 5, 0, 1, 3, 1, 1, 'Tunnel Rat Digger - Tel\'Abim Banana'); + +UPDATE `creature_template` SET `lootid` = 1183 WHERE (`entry` = 1183); +DELETE FROM `creature_loot_template` WHERE (`Entry` = 1183) AND (`Item` IN (1179, 2287, 2589, 2592, 2607)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(1183, 1179, 0, 3, 0, 1, 2, 1, 1, 'Mo\'grosh Mystic - Ice Cold Milk'), +(1183, 2287, 0, 6, 0, 1, 2, 1, 1, 'Mo\'grosh Mystic - Haunch of Meat'), +(1183, 2589, 0, 22, 0, 1, 1, 1, 5, 'Mo\'grosh Mystic - Linen Cloth'), +(1183, 2592, 0, 24, 0, 1, 1, 1, 4, 'Mo\'grosh Mystic - Wool Cloth'), +(1183, 2607, 0, 8, 1, 1, 0, 1, 1, 'Mo\'grosh Mystic - Mo\'grosh Crystal'); + +UPDATE `creature_template` SET `lootid` = 1206 WHERE (`entry` = 1206); +DELETE FROM `creature_loot_template` WHERE (`Entry` = 1206) AND (`Item` IN (1179, 2287, 2589, 2592, 5109)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(1206, 1179, 0, 5, 0, 1, 3, 1, 1, 'Gnasher - Ice Cold Milk'), +(1206, 2287, 0, 8, 0, 1, 3, 1, 1, 'Gnasher - Haunch of Meat'), +(1206, 2589, 0, 27, 0, 1, 2, 1, 3, 'Gnasher - Linen Cloth'), +(1206, 2592, 0, 26, 0, 1, 2, 1, 2, 'Gnasher - Wool Cloth'), +(1206, 5109, 0, 3, 0, 1, 1, 1, 1, 'Gnasher - Stonesplinter Rags'); + +UPDATE `creature_template` SET `lootid` = 1207 WHERE (`entry` = 1207); +DELETE FROM `creature_loot_template` WHERE (`Entry` = 1207) AND (`Item` IN (1179, 2287, 2589, 2592, 5109)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(1207, 1179, 0, 5, 0, 1, 3, 1, 1, 'Brawler - Ice Cold Milk'), +(1207, 2287, 0, 8, 0, 1, 3, 1, 1, 'Brawler - Haunch of Meat'), +(1207, 2589, 0, 27, 0, 1, 2, 1, 3, 'Brawler - Linen Cloth'), +(1207, 2592, 0, 26, 0, 1, 2, 1, 2, 'Brawler - Wool Cloth'), +(1207, 5109, 0, 3, 0, 1, 1, 1, 1, 'Brawler - Stonesplinter Rags'); + +UPDATE `creature_template` SET `lootid` = 1562 WHERE (`entry` = 1562); +DELETE FROM `creature_loot_template` WHERE (`Entry` = 1562) AND (`Item` IN (1707, 1708, 2955, 3897, 3910, 4306, 4338, 8494, 9260, 44011)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(1562, 1707, 0, 5, 0, 1, 0, 1, 1, 'Bloodsail Mage - Stormwind Brie'), +(1562, 1708, 0, 3, 0, 1, 0, 1, 1, 'Bloodsail Mage - Sweet Nectar'), +(1562, 2955, 0, 0.1, 0, 1, 1, 1, 1, 'Bloodsail Mage - First Mate Hat'), +(1562, 3897, 0, 10, 1, 1, 0, 1, 1, 'Bloodsail Mage - Dizzy\'s Eye'), +(1562, 3910, 0, 80, 1, 1, 0, 1, 1, 'Bloodsail Mage - Snuff'), +(1562, 4306, 0, 30, 0, 1, 2, 1, 3, 'Bloodsail Mage - Silk Cloth'), +(1562, 4338, 0, 10, 0, 1, 2, 1, 1, 'Bloodsail Mage - Mageweave Cloth'), +(1562, 8494, 0, 0.01, 0, 1, 1, 1, 1, 'Bloodsail Mage - Parrot Cage (Hyacinth Macaw)'), +(1562, 9260, 0, 5, 0, 1, 0, 1, 1, 'Bloodsail Mage - Volatile Rum'), +(1562, 44011, 44011, 10, 0, 1, 0, 1, 1, 'Bloodsail Mage - (ReferenceTable)'); + +UPDATE `creature_template` SET `lootid` = 1563 WHERE (`entry` = 1563); +DELETE FROM `creature_loot_template` WHERE (`Entry` = 1563) AND (`Item` IN (1707, 1708, 2955, 3897, 3910, 4306, 4338, 8494, 9260, 44011)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(1563, 1707, 0, 5, 0, 1, 0, 1, 1, 'Bloodsail Swashbuckler - Stormwind Brie'), +(1563, 1708, 0, 3, 0, 1, 0, 1, 1, 'Bloodsail Swashbuckler - Sweet Nectar'), +(1563, 2955, 0, 0.1, 0, 1, 1, 1, 1, 'Bloodsail Swashbuckler - First Mate Hat'), +(1563, 3897, 0, 10, 1, 1, 0, 1, 1, 'Bloodsail Swashbuckler - Dizzy\'s Eye'), +(1563, 3910, 0, 80, 1, 1, 0, 1, 1, 'Bloodsail Swashbuckler - Snuff'), +(1563, 4306, 0, 30, 0, 1, 2, 1, 3, 'Bloodsail Swashbuckler - Silk Cloth'), +(1563, 4338, 0, 10, 0, 1, 2, 1, 1, 'Bloodsail Swashbuckler - Swashbucklerweave Cloth'), +(1563, 8494, 0, 0.01, 0, 1, 1, 1, 1, 'Bloodsail Swashbuckler - Parrot Cage (Hyacinth Macaw)'), +(1563, 9260, 0, 5, 0, 1, 0, 1, 1, 'Bloodsail Swashbuckler - Volatile Rum'), +(1563, 44011, 44011, 10, 0, 1, 0, 1, 1, 'Bloodsail Swashbuckler - (ReferenceTable)'); + +UPDATE `creature_template` SET `lootid` = 1564 WHERE (`entry` = 1564); +DELETE FROM `creature_loot_template` WHERE (`Entry` = 1564) AND (`Item` IN (1707, 1708, 2955, 3897, 3910, 4306, 4338, 8494, 9260, 44011)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(1564, 1707, 0, 5, 0, 1, 0, 1, 1, 'Bloodsail Warlock - Stormwind Brie'), +(1564, 1708, 0, 3, 0, 1, 0, 1, 1, 'Bloodsail Warlock - Sweet Nectar'), +(1564, 2955, 0, 0.1, 0, 1, 1, 1, 1, 'Bloodsail Warlock - First Mate Hat'), +(1564, 3897, 0, 10, 1, 1, 0, 1, 1, 'Bloodsail Warlock - Dizzy\'s Eye'), +(1564, 3910, 0, 80, 1, 1, 0, 1, 1, 'Bloodsail Warlock - Snuff'), +(1564, 4306, 0, 30, 0, 1, 2, 1, 3, 'Bloodsail Warlock - Silk Cloth'), +(1564, 4338, 0, 10, 0, 1, 2, 1, 1, 'Bloodsail Warlock - Warlockweave Cloth'), +(1564, 8494, 0, 0.01, 0, 1, 1, 1, 1, 'Bloodsail Warlock - Parrot Cage (Hyacinth Macaw)'), +(1564, 9260, 0, 5, 0, 1, 0, 1, 1, 'Bloodsail Warlock - Volatile Rum'), +(1564, 44011, 44011, 10, 0, 1, 0, 1, 1, 'Bloodsail Warlock - (ReferenceTable)'); + +UPDATE `creature_template` SET `lootid` = 1565 WHERE (`entry` = 1565); +DELETE FROM `creature_loot_template` WHERE (`Entry` = 1565) AND (`Item` IN (1707, 1708, 2955, 3897, 3910, 4306, 4338, 8494, 9260, 44011)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(1565, 1707, 0, 5, 0, 1, 0, 1, 1, 'Bloodsail Sea Dog - Stormwind Brie'), +(1565, 1708, 0, 3, 0, 1, 0, 1, 1, 'Bloodsail Sea Dog - Sweet Nectar'), +(1565, 2955, 0, 0.1, 0, 1, 1, 1, 1, 'Bloodsail Sea Dog - First Mate Hat'), +(1565, 3897, 0, 10, 1, 1, 0, 1, 1, 'Bloodsail Sea Dog - Dizzy\'s Eye'), +(1565, 3910, 0, 80, 1, 1, 0, 1, 1, 'Bloodsail Sea Dog - Snuff'), +(1565, 4306, 0, 30, 0, 1, 2, 1, 3, 'Bloodsail Sea Dog - Silk Cloth'), +(1565, 4338, 0, 10, 0, 1, 2, 1, 1, 'Bloodsail Sea Dog - Sea Dogweave Cloth'), +(1565, 8494, 0, 0.01, 0, 1, 1, 1, 1, 'Bloodsail Sea Dog - Parrot Cage (Hyacinth Macaw)'), +(1565, 9260, 0, 5, 0, 1, 0, 1, 1, 'Bloodsail Sea Dog - Volatile Rum'), +(1565, 44011, 44011, 10, 0, 1, 0, 1, 1, 'Bloodsail Sea Dog - (ReferenceTable)'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 5982) AND (`Item` IN (556, 1645, 4602)); +UPDATE `creature_template` SET `lootid` = 5983 WHERE (`entry` = 5983); +DELETE FROM `creature_loot_template` WHERE (`Entry` = 5983) AND (`Item` IN (1464, 3404, 4638, 5117, 5829, 8146, 8168, 8244, 8396, 10593, 11417, 11418, 12037, 12207)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(5983, 1464, 0, 40.3789, 0, 1, 0, 1, 1, 'Bonepicker - Buzzard Talon'), +(5983, 3404, 0, 39.4426, 0, 1, 0, 1, 1, 'Bonepicker - Buzzard Wing'), +(5983, 4638, 0, 0.1019, 0, 1, 0, 1, 1, 'Bonepicker - Reinforced Steel Lockbox'), +(5983, 5117, 0, 5.0012, 0, 1, 0, 1, 1, 'Bonepicker - Vibrant Plume'), +(5983, 5829, 0, 20.1592, 0, 1, 0, 1, 1, 'Bonepicker - Razor-sharp Beak'), +(5983, 8146, 0, 3.8996, 0, 1, 0, 1, 1, 'Bonepicker - Wicked Claw'), +(5983, 8168, 0, 80.8736, 0, 1, 0, 1, 2, 'Bonepicker - Jet Black Feather'), +(5983, 8244, 0, 0.01, 0, 1, 0, 1, 1, 'Bonepicker - Flawless Draenethyst Sphere'), +(5983, 8396, 0, 40, 0, 1, 0, 1, 1, 'Bonepicker - Vulture Gizzard'), +(5983, 10593, 0, 3, 0, 1, 0, 1, 1, 'Bonepicker - Imperfect Draenethyst Fragment'), +(5983, 11417, 0, 4.7479, 0, 1, 0, 1, 1, 'Bonepicker - Feathery Wing'), +(5983, 11418, 0, 19.7406, 0, 1, 0, 1, 1, 'Bonepicker - Hollow Wing Bone'), +(5983, 12037, 0, 38.7513, 0, 1, 0, 1, 1, 'Bonepicker - Mystery Meat'), +(5983, 12207, 0, 34.7498, 0, 1, 0, 1, 1, 'Bonepicker - Giant Egg'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 2588) AND (`Item` IN (1707, 1708, 3771, 4306, 4338, 4539, 4544, 4607, 4614, 4636, 5113, 6986, 8364)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(2588, 1707, 0, 5, 0, 1, 2, 1, 2, 'Syndicate Prowler - Stormwind Brie'), +(2588, 1708, 0, 3, 0, 1, 2, 1, 2, 'Syndicate Prowler - Sweet Nectar'), +(2588, 4306, 0, 30, 0, 1, 1, 1, 4, 'Syndicate Prowler - Silk Cloth'), +(2588, 4338, 0, 5, 0, 1, 1, 1, 3, 'Syndicate Prowler - Mageweave Cloth'), +(2588, 4614, 0, 0.025, 0, 1, 0, 1, 1, 'Syndicate Prowler - Pendant of Myzrael'), +(2588, 4636, 0, 0.35, 0, 1, 0, 1, 1, 'Syndicate Prowler - Strong Iron Lockbox'), +(2588, 5113, 0, 15, 0, 1, 0, 1, 1, 'Syndicate Prowler - Mark of the Syndicate'), +(2588, 6986, 0, 4, 0, 1, 0, 1, 1, 'Syndicate Prowler - Crimson Lotus'); + +UPDATE `creature_template` SET `lootid` = 24477 WHERE (`entry` = 24477); +DELETE FROM `creature_loot_template` WHERE (`Entry` = 24477) AND (`Item` IN (1707, 1708, 4306, 4338, 4440, 4506, 4614, 4636, 5113, 6986)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(24477, 1707, 0, 5, 0, 1, 2, 1, 2, 'Syndicate Thief - Stormwind Brie'), +(24477, 1708, 0, 3, 0, 1, 2, 1, 2, 'Syndicate Thief - Sweet Nectar'), +(24477, 4306, 0, 30, 0, 1, 1, 1, 4, 'Syndicate Thief - Silk Cloth'), +(24477, 4338, 0, 5, 0, 1, 1, 1, 3, 'Syndicate Thief - Mageweave Cloth'), +(24477, 4440, 0, 100, 1, 1, 0, 1, 1, 'Syndicate Thief - Sigil of Strom'), +(24477, 4506, 0, 80, 1, 1, 0, 1, 2, 'Syndicate Thief - Stromgarde Badge'), +(24477, 4614, 0, 0.025, 0, 1, 0, 1, 1, 'Syndicate Thief - Pendant of Myzrael'), +(24477, 4636, 0, 0.35, 0, 1, 0, 1, 1, 'Syndicate Thief - Strong Iron Lockbox'), +(24477, 5113, 0, 15, 0, 1, 0, 1, 1, 'Syndicate Thief - Mark of the Syndicate'), +(24477, 6986, 0, 4, 0, 1, 0, 1, 1, 'Syndicate Thief - Crimson Lotus'); + +-- Some LiitA creatures were dropping wrong loot for their level, replaced with creatures of similar level range +DELETE FROM `creature_loot_template` WHERE (`Entry` = 38032); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(38032, 22829, 0, 2.4, 0, 1, 0, 1, 1, 'Crown Sprayer - Super Healing Potion'), +(38032, 26040, 26040, 35, 0, 1, 0, 1, 1, 'Crown Sprayer - (ReferenceTable)'), +(38032, 33444, 0, 5.2, 0, 1, 0, 1, 1, 'Crown Sprayer - Pungent Seal Whey'), +(38032, 33454, 0, 7.9, 0, 1, 0, 1, 1, 'Crown Sprayer - Salted Venison'), +(38032, 35615, 0, 2.1, 0, 1, 0, 1, 1, 'Crown Sprayer - Glowworm Cavern Bindings'), +(38032, 35616, 0, 2.2, 0, 1, 0, 1, 1, 'Crown Sprayer - Spored Tendrils Spaulders'), +(38032, 37624, 0, 0.1, 0, 1, 0, 1, 1, 'Crown Sprayer - Stained-Glass Shard Ring'), +(38032, 37625, 0, 0.1, 0, 1, 0, 1, 1, 'Crown Sprayer - Web Winder Gloves'), +(38032, 43624, 0, 0.02, 0, 1, 0, 1, 1, 'Crown Sprayer - Titanium Lockbox'), +(38032, 43852, 0, 11.6, 0, 1, 0, 1, 1, 'Crown Sprayer - Thick Fur Clothing Scraps'), +(38032, 45912, 0, 0.1, 0, 1, 0, 1, 1, 'Crown Sprayer - Book of Glyph Mastery'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 38030); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(38030, 5760, 0, 0.399, 0, 1, 0, 1, 1, 'Crown Underling - Eternium Lockbox'), +(38030, 14047, 0, 11.0668, 0, 1, 0, 1, 3, 'Crown Underling - Runecloth'), +(38030, 21877, 0, 24.581, 0, 1, 0, 1, 3, 'Crown Underling - Netherweave Cloth'), +(38030, 24000, 24000, 5, 0, 1, 1, 1, 1, 'Crown Underling - (ReferenceTable)'), +(38030, 24002, 24002, 5, 0, 1, 1, 1, 1, 'Crown Underling - (ReferenceTable)'), +(38030, 24003, 24003, 1, 0, 1, 1, 1, 1, 'Crown Underling - (ReferenceTable)'), +(38030, 24005, 24005, 1, 0, 1, 1, 1, 1, 'Crown Underling - (ReferenceTable)'), +(38030, 24009, 24009, 1, 0, 1, 1, 1, 1, 'Crown Underling - (ReferenceTable)'); + +-- This one was just NULL loot +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 22657); From e06f2b294ba0ccaa7c9e8f81c1d5b9578f666cd9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 14 May 2024 18:29:44 +0000 Subject: [PATCH 34/69] chore(DB): import pending files Referenced commit(s): 65942555b51c0200fdf962bc968ec9002686417a --- .../rev_1713905765626834000.sql => db_world/2024_05_14_01.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/rev_1713905765626834000.sql => db_world/2024_05_14_01.sql} (99%) diff --git a/data/sql/updates/pending_db_world/rev_1713905765626834000.sql b/data/sql/updates/db_world/2024_05_14_01.sql similarity index 99% rename from data/sql/updates/pending_db_world/rev_1713905765626834000.sql rename to data/sql/updates/db_world/2024_05_14_01.sql index 52d16ef76..9330e802c 100644 --- a/data/sql/updates/pending_db_world/rev_1713905765626834000.sql +++ b/data/sql/updates/db_world/2024_05_14_01.sql @@ -1,3 +1,4 @@ +-- DB update 2024_05_14_00 -> 2024_05_14_01 /* [ 1 ] + [ Expansion ] + [ Item Rarity ] + [ NPC Level Range ] From fd7c8a0bde61508c8654c7be92c9fc2be65d2ac2 Mon Sep 17 00:00:00 2001 From: Gultask <100873791+Gultask@users.noreply.github.com> Date: Tue, 14 May 2024 19:59:43 -0300 Subject: [PATCH 35/69] fix(DB/Gameobject): Rebuild all Eastern Kingdoms gathering nodes using sniffed data (#18898) * Create rev_1715713909070959500.sql * extra leftovers --- .../rev_1715713909070959500.sql | 23973 ++++++++++++++++ 1 file changed, 23973 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1715713909070959500.sql diff --git a/data/sql/updates/pending_db_world/rev_1715713909070959500.sql b/data/sql/updates/pending_db_world/rev_1715713909070959500.sql new file mode 100644 index 000000000..617921bdb --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1715713909070959500.sql @@ -0,0 +1,23973 @@ +-- Delete all unpooled gameobjects from Eastern Kingdoms +DELETE FROM `gameobject` WHERE `guid` NOT IN (SELECT `guid` FROM `pool_gameobject`) AND `map` = 0 AND `id` IN (1731, /* Copper Vein */2055, /* Copper Vein */3763, /* Copper Vein */103713, /* Copper Vein */181248, /* Copper Vein */1732, /* Tin Vein */2054, /* Tin Vein */3764, /* Tin Vein */103711, /* Tin Vein */181249, /* Tin Vein */1733, /* Silver Vein */73940, /* Ooze Covered Silver Vein */105569, /* Silver Vein */1735, /* Iron Deposit */73939, /* Ooze Covered Iron Deposit */1734, /* Gold Vein */73941, /* Ooze Covered Gold Vein */150080, /* Gold Vein */181109, /* Gold Vein */2040, /* Mithril Deposit */123310, /* Ooze Covered Mithril Deposit */150079, /* Mithril Deposit */176645, /* Mithril Deposit */2047, /* Truesilver Deposit */123309, /* Ooze Covered Truesilver Deposit */150081, /* Truesilver Deposit */181108, /* Truesilver Deposit */324, /* Small Thorium Vein */123848, /* Ooze Covered Thorium Vein */150082, /* Small Thorium Vein */175404, /* Rich Thorium Vein */176643, /* Small Thorium Vein */177388, /* Ooze Covered Rich Thorium Vein */165658, /* Dark Iron Deposit */2653, /* Lesser Bloodstone Deposit */1610, /* Incendicite Mineral Vein */1667, /* Incendicite Mineral Vein */19903, /* Indurium Mineral Vein */2045, /* Stranglekelp */1618, /* Peacebloom */3724, /* Peacebloom */1617, /* Silverleaf */3725, /* Silverleaf */1619, /* Earthroot */3726, /* Earthroot */1620, /* Mageroyal */3727, /* Mageroyal */1621, /* Briarthorn */3729, /* Briarthorn */1622, /* Bruiseweed */3730, /* Bruiseweed */1623, /* Wild Steelbloom */1628, /* Grave Moss */1624, /* Kingsblood */2041, /* Liferoot */2042, /* Fadeleaf */2046, /* Goldthorn */2043, /* Khadgar's Whisker */2044, /* Wintersbite */2866, /* Firebloom */142140, /* Purple Lotus */180165, /* Purple Lotus */142141, /* Arthas' Tears */176642, /* Arthas' Tears */142142, /* Sungrass */176636, /* Sungrass */180164, /* Sungrass */142143, /* Blindweed */183046, /* Blindweed */142144, /* Ghost Mushroom */142145, /* Gromsblood */176637, /* Gromsblood */176583, /* Golden Sansam */176638, /* Golden Sansam */180167, /* Golden Sansam */176584, /* Dreamfoil */176639, /* Dreamfoil */180168, /* Dreamfoil */176586, /* Mountain Silversage */176640, /* Mountain Silversage */180166, /* Mountain Silversage */176587, /* Plaguebloom */176641, /* Plaguebloom */176588, /* Icecap */176589 /* Black Lotus */); + +-- Delete pools +DELETE FROM `pool_template` WHERE `entry` IN (SELECT `pool_entry` FROM `pool_gameobject` WHERE `guid` IN (SELECT `guid` FROM `gameobject` WHERE `map` = 0 AND `id` IN (1731, /* Copper Vein */2055, /* Copper Vein */3763, /* Copper Vein */103713, /* Copper Vein */181248, /* Copper Vein */1732, /* Tin Vein */2054, /* Tin Vein */3764, /* Tin Vein */103711, /* Tin Vein */181249, /* Tin Vein */1733, /* Silver Vein */73940, /* Ooze Covered Silver Vein */105569, /* Silver Vein */1735, /* Iron Deposit */73939, /* Ooze Covered Iron Deposit */1734, /* Gold Vein */73941, /* Ooze Covered Gold Vein */150080, /* Gold Vein */181109, /* Gold Vein */2040, /* Mithril Deposit */123310, /* Ooze Covered Mithril Deposit */150079, /* Mithril Deposit */176645, /* Mithril Deposit */2047, /* Truesilver Deposit */123309, /* Ooze Covered Truesilver Deposit */150081, /* Truesilver Deposit */181108, /* Truesilver Deposit */324, /* Small Thorium Vein */123848, /* Ooze Covered Thorium Vein */150082, /* Small Thorium Vein */175404, /* Rich Thorium Vein */176643, /* Small Thorium Vein */177388, /* Ooze Covered Rich Thorium Vein */165658, /* Dark Iron Deposit */2653, /* Lesser Bloodstone Deposit */1610, /* Incendicite Mineral Vein */1667, /* Incendicite Mineral Vein */19903, /* Indurium Mineral Vein */2045, /* Stranglekelp */1618, /* Peacebloom */3724, /* Peacebloom */1617, /* Silverleaf */3725, /* Silverleaf */1619, /* Earthroot */3726, /* Earthroot */1620, /* Mageroyal */3727, /* Mageroyal */1621, /* Briarthorn */3729, /* Briarthorn */1622, /* Bruiseweed */3730, /* Bruiseweed */1623, /* Wild Steelbloom */1628, /* Grave Moss */1624, /* Kingsblood */2041, /* Liferoot */2042, /* Fadeleaf */2046, /* Goldthorn */2043, /* Khadgar's Whisker */2044, /* Wintersbite */2866, /* Firebloom */142140, /* Purple Lotus */180165, /* Purple Lotus */142141, /* Arthas' Tears */176642, /* Arthas' Tears */142142, /* Sungrass */176636, /* Sungrass */180164, /* Sungrass */142143, /* Blindweed */183046, /* Blindweed */142144, /* Ghost Mushroom */142145, /* Gromsblood */176637, /* Gromsblood */176583, /* Golden Sansam */176638, /* Golden Sansam */180167, /* Golden Sansam */176584, /* Dreamfoil */176639, /* Dreamfoil */180168, /* Dreamfoil */176586, /* Mountain Silversage */176640, /* Mountain Silversage */180166, /* Mountain Silversage */176587, /* Plaguebloom */176641, /* Plaguebloom */176588, /* Icecap */176589 /* Black Lotus */))); +-- Delete pool_pools +DELETE FROM `pool_pool` WHERE `pool_id` IN (SELECT `pool_entry` FROM `pool_gameobject` WHERE `guid` IN (SELECT `guid` FROM `gameobject` WHERE `map` = 0 AND `id` IN (1731, /* Copper Vein */2055, /* Copper Vein */3763, /* Copper Vein */103713, /* Copper Vein */181248, /* Copper Vein */1732, /* Tin Vein */2054, /* Tin Vein */3764, /* Tin Vein */103711, /* Tin Vein */181249, /* Tin Vein */1733, /* Silver Vein */73940, /* Ooze Covered Silver Vein */105569, /* Silver Vein */1735, /* Iron Deposit */73939, /* Ooze Covered Iron Deposit */1734, /* Gold Vein */73941, /* Ooze Covered Gold Vein */150080, /* Gold Vein */181109, /* Gold Vein */2040, /* Mithril Deposit */123310, /* Ooze Covered Mithril Deposit */150079, /* Mithril Deposit */176645, /* Mithril Deposit */2047, /* Truesilver Deposit */123309, /* Ooze Covered Truesilver Deposit */150081, /* Truesilver Deposit */181108, /* Truesilver Deposit */324, /* Small Thorium Vein */123848, /* Ooze Covered Thorium Vein */150082, /* Small Thorium Vein */175404, /* Rich Thorium Vein */176643, /* Small Thorium Vein */177388, /* Ooze Covered Rich Thorium Vein */165658, /* Dark Iron Deposit */2653, /* Lesser Bloodstone Deposit */1610, /* Incendicite Mineral Vein */1667, /* Incendicite Mineral Vein */19903, /* Indurium Mineral Vein */2045, /* Stranglekelp */1618, /* Peacebloom */3724, /* Peacebloom */1617, /* Silverleaf */3725, /* Silverleaf */1619, /* Earthroot */3726, /* Earthroot */1620, /* Mageroyal */3727, /* Mageroyal */1621, /* Briarthorn */3729, /* Briarthorn */1622, /* Bruiseweed */3730, /* Bruiseweed */1623, /* Wild Steelbloom */1628, /* Grave Moss */1624, /* Kingsblood */2041, /* Liferoot */2042, /* Fadeleaf */2046, /* Goldthorn */2043, /* Khadgar's Whisker */2044, /* Wintersbite */2866, /* Firebloom */142140, /* Purple Lotus */180165, /* Purple Lotus */142141, /* Arthas' Tears */176642, /* Arthas' Tears */142142, /* Sungrass */176636, /* Sungrass */180164, /* Sungrass */142143, /* Blindweed */183046, /* Blindweed */142144, /* Ghost Mushroom */142145, /* Gromsblood */176637, /* Gromsblood */176583, /* Golden Sansam */176638, /* Golden Sansam */180167, /* Golden Sansam */176584, /* Dreamfoil */176639, /* Dreamfoil */180168, /* Dreamfoil */176586, /* Mountain Silversage */176640, /* Mountain Silversage */180166, /* Mountain Silversage */176587, /* Plaguebloom */176641, /* Plaguebloom */176588, /* Icecap */176589 /* Black Lotus */))); +-- Delete pool_gameobjects +DELETE FROM `pool_gameobject` WHERE `guid` IN (SELECT `guid` FROM `gameobject` WHERE `map` = 0 AND `id` IN (1731, /* Copper Vein */2055, /* Copper Vein */3763, /* Copper Vein */103713, /* Copper Vein */181248, /* Copper Vein */1732, /* Tin Vein */2054, /* Tin Vein */3764, /* Tin Vein */103711, /* Tin Vein */181249, /* Tin Vein */1733, /* Silver Vein */73940, /* Ooze Covered Silver Vein */105569, /* Silver Vein */1735, /* Iron Deposit */73939, /* Ooze Covered Iron Deposit */1734, /* Gold Vein */73941, /* Ooze Covered Gold Vein */150080, /* Gold Vein */181109, /* Gold Vein */2040, /* Mithril Deposit */123310, /* Ooze Covered Mithril Deposit */150079, /* Mithril Deposit */176645, /* Mithril Deposit */2047, /* Truesilver Deposit */123309, /* Ooze Covered Truesilver Deposit */150081, /* Truesilver Deposit */181108, /* Truesilver Deposit */324, /* Small Thorium Vein */123848, /* Ooze Covered Thorium Vein */150082, /* Small Thorium Vein */175404, /* Rich Thorium Vein */176643, /* Small Thorium Vein */177388, /* Ooze Covered Rich Thorium Vein */165658, /* Dark Iron Deposit */2653, /* Lesser Bloodstone Deposit */1610, /* Incendicite Mineral Vein */1667, /* Incendicite Mineral Vein */19903, /* Indurium Mineral Vein */2045, /* Stranglekelp */1618, /* Peacebloom */3724, /* Peacebloom */1617, /* Silverleaf */3725, /* Silverleaf */1619, /* Earthroot */3726, /* Earthroot */1620, /* Mageroyal */3727, /* Mageroyal */1621, /* Briarthorn */3729, /* Briarthorn */1622, /* Bruiseweed */3730, /* Bruiseweed */1623, /* Wild Steelbloom */1628, /* Grave Moss */1624, /* Kingsblood */2041, /* Liferoot */2042, /* Fadeleaf */2046, /* Goldthorn */2043, /* Khadgar's Whisker */2044, /* Wintersbite */2866, /* Firebloom */142140, /* Purple Lotus */180165, /* Purple Lotus */142141, /* Arthas' Tears */176642, /* Arthas' Tears */142142, /* Sungrass */176636, /* Sungrass */180164, /* Sungrass */142143, /* Blindweed */183046, /* Blindweed */142144, /* Ghost Mushroom */142145, /* Gromsblood */176637, /* Gromsblood */176583, /* Golden Sansam */176638, /* Golden Sansam */180167, /* Golden Sansam */176584, /* Dreamfoil */176639, /* Dreamfoil */180168, /* Dreamfoil */176586, /* Mountain Silversage */176640, /* Mountain Silversage */180166, /* Mountain Silversage */176587, /* Plaguebloom */176641, /* Plaguebloom */176588, /* Icecap */176589 /* Black Lotus */)); +-- Finally, delete objects +DELETE FROM `gameobject` WHERE `map` = 0 AND `id` IN (1731, /* Copper Vein */2055, /* Copper Vein */3763, /* Copper Vein */103713, /* Copper Vein */181248, /* Copper Vein */1732, /* Tin Vein */2054, /* Tin Vein */3764, /* Tin Vein */103711, /* Tin Vein */181249, /* Tin Vein */1733, /* Silver Vein */73940, /* Ooze Covered Silver Vein */105569, /* Silver Vein */1735, /* Iron Deposit */73939, /* Ooze Covered Iron Deposit */1734, /* Gold Vein */73941, /* Ooze Covered Gold Vein */150080, /* Gold Vein */181109, /* Gold Vein */2040, /* Mithril Deposit */123310, /* Ooze Covered Mithril Deposit */150079, /* Mithril Deposit */176645, /* Mithril Deposit */2047, /* Truesilver Deposit */123309, /* Ooze Covered Truesilver Deposit */150081, /* Truesilver Deposit */181108, /* Truesilver Deposit */324, /* Small Thorium Vein */123848, /* Ooze Covered Thorium Vein */150082, /* Small Thorium Vein */175404, /* Rich Thorium Vein */176643, /* Small Thorium Vein */177388, /* Ooze Covered Rich Thorium Vein */165658, /* Dark Iron Deposit */2653, /* Lesser Bloodstone Deposit */1610, /* Incendicite Mineral Vein */1667, /* Incendicite Mineral Vein */19903, /* Indurium Mineral Vein */2045, /* Stranglekelp */1618, /* Peacebloom */3724, /* Peacebloom */1617, /* Silverleaf */3725, /* Silverleaf */1619, /* Earthroot */3726, /* Earthroot */1620, /* Mageroyal */3727, /* Mageroyal */1621, /* Briarthorn */3729, /* Briarthorn */1622, /* Bruiseweed */3730, /* Bruiseweed */1623, /* Wild Steelbloom */1628, /* Grave Moss */1624, /* Kingsblood */2041, /* Liferoot */2042, /* Fadeleaf */2046, /* Goldthorn */2043, /* Khadgar's Whisker */2044, /* Wintersbite */2866, /* Firebloom */142140, /* Purple Lotus */180165, /* Purple Lotus */142141, /* Arthas' Tears */176642, /* Arthas' Tears */142142, /* Sungrass */176636, /* Sungrass */180164, /* Sungrass */142143, /* Blindweed */183046, /* Blindweed */142144, /* Ghost Mushroom */142145, /* Gromsblood */176637, /* Gromsblood */176583, /* Golden Sansam */176638, /* Golden Sansam */180167, /* Golden Sansam */176584, /* Dreamfoil */176639, /* Dreamfoil */180168, /* Dreamfoil */176586, /* Mountain Silversage */176640, /* Mountain Silversage */180166, /* Mountain Silversage */176587, /* Plaguebloom */176641, /* Plaguebloom */176588, /* Icecap */176589 /* Black Lotus */); + +-- Eversong Woods and Ghostlands +DELETE FROM `gameobject` WHERE `guid` IN (SELECT `guid` FROM `pool_gameobject` WHERE `pool_entry` IN (717, 718, 719, 2012, 11644)); +DELETE FROM `pool_template` WHERE `entry` IN (717, 718, 719, 2012, 11644); +DELETE FROM `pool_gameobject` WHERE `pool_entry` IN (717, 718, 719, 2012, 11644); + +DELETE FROM `gameobject` WHERE `guid` IN (SELECT `guid` FROM `pool_gameobject` WHERE `pool_entry` IN (734, 735, 736, 737, 738, 739, 740, 2013, 4700, 4701, 4702, 4703, 4704, 4705, 4706, 4707, 4708, 4709, 4710, 4711, 4712, 4713, 4714, 4715, 4716, 4717, 4718, 4719, 4720, 4721, 4722, 4723, 4724, 4725, 4726, 4727, 4728, 4729, 4730, 4731, 4732, 4733, 4734, 4735, 4736, 4737, 4738, 4739)); +DELETE FROM `pool_template` WHERE `entry` IN (734, 735, 736, 737, 738, 739, 740, 2013, 4700, 4701, 4702, 4703, 4704, 4705, 4706, 4707, 4708, 4709, 4710, 4711, 4712, 4713, 4714, 4715, 4716, 4717, 4718, 4719, 4720, 4721, 4722, 4723, 4724, 4725, 4726, 4727, 4728, 4729, 4730, 4731, 4732, 4733, 4734, 4735, 4736, 4737, 4738, 4739); +DELETE FROM `pool_gameobject` WHERE `pool_entry` IN (734, 735, 736, 737, 738, 739, 740, 2013, 4700, 4701, 4702, 4703, 4704, 4705, 4706, 4707, 4708, 4709, 4710, 4711, 4712, 4713, 4714, 4715, 4716, 4717, 4718, 4719, 4720, 4721, 4722, 4723, 4724, 4725, 4726, 4727, 4728, 4729, 4730, 4731, 4732, 4733, 4734, 4735, 4736, 4737, 4738, 4739); +DELETE FROM `pool_pool` WHERE `mother_pool` = 2013; + +-- More leftovers +DELETE FROM `pool_pool` WHERE `pool_id` IN (3122, 3123, 3124, 3125, 3126, 3127, 3128, 3129, 3154, 3161, 3210, 3310, 3410, 3413, 3418, 3444, 3463, 3477, 3479, 3481, 3491, 3609, 3991, 4001, 4333, 4334, 4337, 4486, 4489, 4490, 4495, 4498, 4507, 4630, 4644, 4653, 4671, 4763, 4769, 4934, 4991, 11676, 11677); +DELETE FROM `pool_template` WHERE `entry` IN (2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010, 2014, 2015, 2018, 2019, 2020, 2022, 2023, 2026); + +SET @OGUID := 200000; -- TO +9659 +SET @POOL_MOTHER := 20000; -- TO +567 +SET @POOL_SINGLE := 13500; -- TO +1413 + +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID AND @OGUID+9659; +DELETE FROM `pool_gameobject` WHERE `guid` BETWEEN @OGUID AND @OGUID+9659; +DELETE FROM `pool_template` WHERE `entry` BETWEEN @POOL_SINGLE AND @POOL_SINGLE+1427; +DELETE FROM `pool_pool` WHERE `pool_id` BETWEEN @POOL_SINGLE AND @POOL_SINGLE+1427; +DELETE FROM `pool_template` WHERE `entry` BETWEEN @POOL_MOTHER AND @POOL_MOTHER+567; + +/* Eversong Woods +*/ +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`, `Comment`) VALUES +(@OGUID+0 , 1617, 530, 3430, 0, 1, 1, 8109.2, -6477.52, 70.1676, 5.86431, 0, 0, -0.207911, 0.978148, 300, 255, 1, '', 50664, NULL), +(@OGUID+1 , 1617, 530, 3430, 0, 1, 1, 8205.53, -7173.34, 137.064, 5.39307, 0, 0, -0.430511, 0.902586, 300, 255, 1, '', 48632, NULL), +(@OGUID+2 , 1617, 530, 3430, 0, 1, 1, 8206.32, -7053.28, 99.6278, 1.64061, 0, 0, 0.731353, 0.681999, 300, 255, 1, '', 50375, NULL), +(@OGUID+3 , 1617, 530, 3430, 0, 1, 1, 8337.28, -7351.62, 189.332, 0.0698117, 0, 0, 0.0348988, 0.999391, 300, 255, 1, '', 48632, NULL), +(@OGUID+4 , 1617, 530, 3430, 0, 1, 1, 8361.08, -7160.3, 134.222, 1.46608, 0, 0, 0.66913, 0.743145, 300, 255, 1, '', 48632, NULL), +(@OGUID+5 , 1617, 530, 3430, 0, 1, 1, 8413.03, -7516.61, 163.066, 3.57793, 0, 0, -0.976295, 0.216442, 300, 255, 1, '', 48632, NULL), +(@OGUID+6 , 1617, 530, 3430, 0, 1, 1, 8489.49, -6804.34, 124.766, 2.25147, 0, 0, 0.902585, 0.430512, 300, 255, 1, '', 50664, NULL), +(@OGUID+7 , 1617, 530, 3430, 0, 1, 1, 8554.75, -6906.62, 98.9808, 1.76278, 0, 0, 0.771625, 0.636078, 300, 255, 1, '', 49345, NULL), +(@OGUID+8 , 1617, 530, 3430, 0, 1, 1, 8568.29, -6324.08, 66.738, 3.26377, 0, 0, -0.998135, 0.0610518, 300, 255, 1, '', 48632, NULL), +(@OGUID+9 , 1617, 530, 3430, 0, 1, 1, 8603.75, -7097.45, 85.0047, 4.34587, 0, 0, -0.824126, 0.566406, 300, 255, 1, '', 48632, NULL), +(@OGUID+10 , 1617, 530, 3430, 0, 1, 1, 8615, -6587.02, 92.2338, 1.06465, 0, 0, 0.507538, 0.861629, 300, 255, 1, '', 50664, NULL), +(@OGUID+11 , 1617, 530, 3430, 0, 1, 1, 8857.86, -6892.42, 38.4472, 1.44862, 0, 0, 0.66262, 0.748956, 300, 255, 1, '', 48632, NULL), +(@OGUID+12 , 1617, 530, 3430, 0, 1, 1, 8935.03, -7331.95, 77.5107, 3.31614, 0, 0, -0.996194, 0.087165, 300, 255, 1, '', 48632, NULL), +(@OGUID+13 , 1617, 530, 3430, 0, 1, 1, 8947.04, -7705.41, 190.29, 3.73501, 0, 0, -0.956305, 0.292372, 300, 255, 1, '', 47966, NULL), +(@OGUID+14 , 1617, 530, 3430, 0, 1, 1, 8955.03, -7612.92, 132.154, 0.855211, 0, 0, 0.414693, 0.909961, 300, 255, 1, '', 48632, NULL), +(@OGUID+15 , 1617, 530, 3430, 0, 1, 1, 9008.43, -6871.71, 26.3313, 3.78737, 0, 0, -0.948323, 0.317306, 300, 255, 1, '', 49345, NULL), +(@OGUID+16 , 1617, 530, 3430, 0, 1, 1, 9066.03, -7346.14, 68.779, 0.209439, 0, 0, 0.104528, 0.994522, 300, 255, 1, '', 48632, NULL), +(@OGUID+17 , 1617, 530, 3430, 0, 1, 1, 9068.31, -7725.13, 138.327, 2.58308, 0, 0, 0.961261, 0.27564, 300, 255, 1, '', 48632, NULL), +(@OGUID+18 , 1617, 530, 3430, 0, 1, 1, 9167.28, -7052.38, 16.5465, 4.72984, 0, 0, -0.700909, 0.713251, 300, 255, 1, '', 48632, NULL), +(@OGUID+19 , 1617, 530, 3430, 0, 1, 1, 9169.6, -7429.24, 61.0697, 2.96704, 0, 0, 0.996194, 0.087165, 300, 255, 1, '', 47966, NULL), +(@OGUID+20 , 1617, 530, 3430, 0, 1, 1, 9175.33, -7497.61, 69.5724, 0.366518, 0, 0, 0.182235, 0.983255, 300, 255, 1, '', 47966, NULL), +(@OGUID+21 , 1617, 530, 3430, 0, 1, 1, 9185.77, -7617.97, 91.4907, 6.16101, 0, 0, -0.0610485, 0.998135, 300, 255, 1, '', 50664, NULL), +(@OGUID+22 , 1617, 530, 3430, 0, 1, 1, 9227.08, -7534.73, 35.1194, 3.7001, 0, 0, -0.961261, 0.27564, 300, 255, 1, '', 48632, NULL), +(@OGUID+23 , 1617, 530, 3430, 0, 1, 1, 9253.91, -7140.65, 17.8413, 5.89921, 0, 0, -0.190808, 0.981627, 300, 255, 1, '', 48120, NULL), +(@OGUID+24 , 1617, 530, 3430, 0, 1, 1, 9288.36, -7157.48, 18.2337, 4.32842, 0, 0, -0.829037, 0.559194, 300, 255, 1, '', 50375, NULL), +(@OGUID+25 , 1617, 530, 3430, 0, 1, 1, 9307.85, -7474.97, 31.2755, 4.66003, 0, 0, -0.725374, 0.688355, 300, 255, 1, '', 48120, NULL), +(@OGUID+26 , 1617, 530, 3430, 0, 1, 1, 9308.67, -7472.76, 31.0128, 3.89209, 0, 0, -0.930417, 0.366502, 300, 255, 1, '', 48120, NULL), +(@OGUID+27 , 1617, 530, 3430, 0, 1, 1, 9337.2, -6755.42, 23.0267, 0.541051, 0, 0, 0.267238, 0.963631, 300, 255, 1, '', 48632, NULL), +(@OGUID+28 , 1617, 530, 3430, 0, 1, 1, 9343.92, -7057.61, 16.1092, 2.23402, 0, 0, 0.898793, 0.438373, 300, 255, 1, '', 49822, NULL), +(@OGUID+29 , 1617, 530, 3430, 0, 1, 1, 9377.97, -7198.8, 13.6511, 2.3911, 0, 0, 0.930417, 0.366502, 300, 255, 1, '', 50063, NULL), +(@OGUID+30 , 1617, 530, 3430, 0, 1, 1, 9771.53, -7906.17, 12.3839, 5.8294, 0, 0, -0.224951, 0.97437, 300, 255, 1, '', 47966, NULL), +(@OGUID+31 , 1617, 530, 3430, 0, 1, 1, 8092.2, -6354.69, 71.9236, 5.96903, 0, 0, -0.156434, 0.987688, 300, 255, 1, '', 49822, NULL), +(@OGUID+32 , 1617, 530, 3430, 0, 1, 1, 9193.34, -7771, 122.949, 2.82743, 0, 0, 0.987688, 0.156436, 300, 255, 1, '', 47966, NULL), +(@OGUID+33 , 1617, 530, 3430, 1497, 1, 1, 8192.88, -7274.47, 144.244, 1.72787, 0, 0, 0.760406, 0.649449, 300, 255, 1, '', 49345, NULL), +(@OGUID+34 , 1617, 530, 3430, 1497, 1, 1, 8477.62, -6078.2, 53.678, 5.81195, 0, 0, -0.233445, 0.97237, 300, 255, 1, '', 49345, NULL), +(@OGUID+35 , 1617, 530, 3430, 1497, 1, 1, 8593.45, -7540.41, 122.439, 3.01941, 0, 0, 0.998135, 0.0610518, 300, 255, 1, '', 49345, NULL), +(@OGUID+36 , 1617, 530, 3430, 1497, 1, 1, 8669.37, -7377.15, 114.519, 1.44862, 0, 0, 0.66262, 0.748956, 300, 255, 1, '', 49345, NULL), +(@OGUID+37 , 1617, 530, 3430, 1497, 1, 1, 8795.98, -7744.19, 150.418, 6.16101, 0, 0, -0.0610485, 0.998135, 300, 255, 1, '', 49345, NULL), +(@OGUID+38 , 1617, 530, 3430, 1497, 1, 1, 8985.37, -5846.5, 4.99775, 1.09956, 0, 0, 0.522498, 0.85264, 300, 255, 1, '', 49345, NULL), +(@OGUID+39 , 1617, 530, 3430, 1497, 1, 1, 9034.2, -6325.94, 15.2208, 2.9496, 0, 0, 0.995396, 0.0958512, 300, 255, 1, '', 49345, NULL), +(@OGUID+40 , 1617, 530, 3430, 1497, 1, 1, 9131.7, -7167.92, 29.3835, 0.104719, 0, 0, 0.0523357, 0.99863, 300, 255, 1, '', 49345, NULL), +(@OGUID+41 , 1617, 530, 3430, 1497, 1, 1, 9139.1, -5839.92, 2.31155, 4.90438, 0, 0, -0.636078, 0.771625, 300, 255, 1, '', 49345, NULL), +(@OGUID+42 , 1617, 530, 3430, 1497, 1, 1, 9161.29, -6779.66, 36.0548, 5.48033, 0, 0, -0.390731, 0.920505, 300, 255, 1, '', 49345, NULL), +(@OGUID+43 , 1617, 530, 3430, 1497, 1, 1, 9199.4, -6332.93, 5.44054, 4.60767, 0, 0, -0.743144, 0.669131, 300, 255, 1, '', 49345, NULL), +(@OGUID+44 , 1617, 530, 3430, 0, 1, 1, 8215.78, -5925.14, 6.02049, 0.977383, 0, 0, 0.469471, 0.882948, 300, 255, 1, '', 45942, NULL), +(@OGUID+45 , 1617, 530, 3430, 0, 1, 1, 8295.98, -7256.61, 139.812, 0.331611, 0, 0, 0.165047, 0.986286, 300, 255, 1, '', 45942, NULL), +(@OGUID+46 , 1617, 530, 3430, 0, 1, 1, 8352.21, -6517.06, 98.0214, 4.39823, 0, 0, -0.809016, 0.587786, 300, 255, 1, '', 45942, NULL), +(@OGUID+47 , 1617, 530, 3430, 0, 1, 1, 8377.93, -6105.33, 50.0713, 5.23599, 0, 0, -0.5, 0.866025, 300, 255, 1, '', 45942, NULL), +(@OGUID+48 , 1617, 530, 3430, 0, 1, 1, 8385.05, -7822.15, 150.835, 0.59341, 0, 0, 0.292371, 0.956305, 300, 255, 1, '', 45942, NULL), +(@OGUID+49 , 1617, 530, 3430, 0, 1, 1, 8499.56, -5598.04, 2.9216, 3.4034, 0, 0, -0.991445, 0.130528, 300, 255, 1, '', 45942, NULL), +(@OGUID+50 , 1617, 530, 3430, 0, 1, 1, 8639.85, -6028.78, 48.2755, 3.61284, 0, 0, -0.972369, 0.233448, 300, 255, 1, '', 45942, NULL), +(@OGUID+51 , 1617, 530, 3430, 0, 1, 1, 8727.93, -5828.72, 23.3785, 2.26893, 0, 0, 0.906307, 0.422619, 300, 255, 1, '', 45942, NULL), +(@OGUID+52 , 1617, 530, 3430, 0, 1, 1, 8770.95, -7535.59, 90.3792, 4.20625, 0, 0, -0.861629, 0.507539, 300, 255, 1, '', 45942, NULL), +(@OGUID+53 , 1617, 530, 3430, 0, 1, 1, 8797.93, -5887.88, 12.2349, 5.95157, 0, 0, -0.165047, 0.986286, 300, 255, 1, '', 45942, NULL), +(@OGUID+54 , 1617, 530, 3430, 0, 1, 1, 8804.72, -7335.18, 75.3645, 3.56047, 0, 0, -0.978148, 0.207912, 300, 255, 1, '', 45942, NULL), +(@OGUID+55 , 1617, 530, 3430, 0, 1, 1, 8809.59, -6701.9, 49.8679, 3.9619, 0, 0, -0.91706, 0.39875, 300, 255, 1, '', 45942, NULL), +(@OGUID+56 , 1617, 530, 3430, 0, 1, 1, 8857.07, -6626.46, 49.6684, 1.32645, 0, 0, 0.615661, 0.788011, 300, 255, 1, '', 45942, NULL), +(@OGUID+57 , 1617, 530, 3430, 0, 1, 1, 8891.63, -6787.54, 32.2687, 4.99164, 0, 0, -0.601814, 0.798636, 300, 255, 1, '', 45942, NULL), +(@OGUID+58 , 1617, 530, 3430, 0, 1, 1, 8903.84, -6100.23, 3.91117, 2.05949, 0, 0, 0.857167, 0.515038, 300, 255, 1, '', 45854, NULL), +(@OGUID+59 , 1617, 530, 3430, 0, 1, 1, 8933.7, -6219.17, 4.75682, 0.104719, 0, 0, 0.0523357, 0.99863, 300, 255, 1, '', 45854, NULL), +(@OGUID+60 , 1617, 530, 3430, 0, 1, 1, 8945.37, -7206.28, 68.1146, 4.7822, 0, 0, -0.681998, 0.731354, 300, 255, 1, '', 45942, NULL), +(@OGUID+61 , 1617, 530, 3430, 0, 1, 1, 9019.31, -8004.52, 146.152, 6.03884, 0, 0, -0.121869, 0.992546, 300, 255, 1, '', 45942, NULL), +(@OGUID+62 , 1617, 530, 3430, 0, 1, 1, 9043.25, -5913.44, 2.87829, 5.32326, 0, 0, -0.461748, 0.887011, 300, 255, 1, '', 45854, NULL), +(@OGUID+63 , 1617, 530, 3430, 0, 1, 1, 9101.96, -6382.8, 5.32537, 5.98648, 0, 0, -0.147809, 0.989016, 300, 255, 1, '', 45854, NULL), +(@OGUID+64 , 1617, 530, 3430, 0, 1, 1, 9105.81, -6734.59, 19.7667, 2.47837, 0, 0, 0.945518, 0.325568, 300, 255, 1, '', 45942, NULL), +(@OGUID+65 , 1617, 530, 3430, 0, 1, 1, 9122.9, -6847.33, 20.0701, 4.38078, 0, 0, -0.814116, 0.580703, 300, 255, 1, '', 45854, NULL), +(@OGUID+66 , 1617, 530, 3430, 0, 1, 1, 9215.97, -5901.18, 5.92894, 4.03171, 0, 0, -0.902585, 0.430512, 300, 255, 1, '', 45942, NULL), +(@OGUID+67 , 1617, 530, 3430, 0, 1, 1, 9217.79, -6418.46, 5.18604, 4.15388, 0, 0, -0.874619, 0.48481, 300, 255, 1, '', 45942, NULL), +(@OGUID+68 , 1617, 530, 3430, 0, 1, 1, 9221.11, -6686.92, 33.9872, 0.296705, 0, 0, 0.147809, 0.989016, 300, 255, 1, '', 45942, NULL), +(@OGUID+69 , 1617, 530, 3430, 0, 1, 1, 9278.97, -6164.54, 7.38687, 3.54302, 0, 0, -0.979924, 0.19937, 300, 255, 1, '', 45942, NULL), +(@OGUID+70 , 1617, 530, 3430, 0, 1, 1, 9294.65, -5963.9, 7.37943, 4.03171, 0, 0, -0.902585, 0.430512, 300, 255, 1, '', 45942, NULL), +(@OGUID+71 , 1617, 530, 3430, 0, 1, 1, 9305.51, -6420.56, 35.8925, 3.03684, 0, 0, 0.998629, 0.0523532, 300, 255, 1, '', 45942, NULL), +(@OGUID+72 , 1617, 530, 3430, 0, 1, 1, 9391.18, -6486.13, 48.9324, 0.209439, 0, 0, 0.104528, 0.994522, 300, 255, 1, '', 45854, NULL), +(@OGUID+73 , 1617, 530, 3430, 0, 1, 1, 9395.27, -6630.87, 40.9423, 6.24828, 0, 0, -0.0174522, 0.999848, 300, 255, 1, '', 45942, NULL), +(@OGUID+74 , 1617, 530, 3430, 3430, 1, 1, 8485.08, -7149.75, 131.481, 3.73501, 0, 0, -0.956305, 0.292372, 300, 255, 1, '', 51943, NULL), +(@OGUID+75 , 1617, 530, 3430, 3460, 1, 1, 8962.95, -5790.21, 4.00189, 0.837757, 0, 0, 0.406736, 0.913546, 300, 255, 1, '', 45854, NULL), +(@OGUID+76 , 1617, 530, 3430, 3461, 1, 1, 8738.05, -6159.76, 14.3854, 4.83456, 0, 0, -0.66262, 0.748956, 300, 255, 1, '', 45942, NULL), +(@OGUID+77 , 1617, 530, 3430, 3467, 1, 1, 8672.44, -7248.6, 99.1918, 3.05433, 0, 0, 0.999048, 0.0436193, 300, 255, 1, '', 45942, NULL), +(@OGUID+78 , 1617, 530, 3430, 3467, 1, 1, 8755.79, -7248.45, 76.5802, 3.45576, 0, 0, -0.987688, 0.156436, 300, 255, 1, '', 45942, NULL), +(@OGUID+79 , 1617, 530, 3430, 3471, 1, 1, 8548.31, -7268.29, 168.594, 5.13127, 0, 0, -0.544639, 0.838671, 300, 255, 1, '', 45942, NULL), +(@OGUID+80 , 1617, 530, 3430, 3471, 1, 1, 8631.52, -7409.71, 126.763, 4.57276, 0, 0, -0.754709, 0.656059, 300, 255, 1, '', 45942, NULL), +(@OGUID+81 , 1617, 530, 3430, 3471, 1, 1, 8741.75, -7444.05, 103.339, 4.66003, 0, 0, -0.725374, 0.688355, 300, 255, 1, '', 45942, NULL), +(@OGUID+82 , 1617, 530, 3430, 3472, 1, 1, 9318.69, -8053.48, 1.57675, 2.56563, 0, 0, 0.958819, 0.284016, 300, 255, 1, '', 45942, NULL), +(@OGUID+83 , 1617, 530, 3430, 3472, 1, 1, 9606.45, -8015.82, 3.54431, 2.91469, 0, 0, 0.993571, 0.113208, 300, 255, 1, '', 45942, NULL), +(@OGUID+84 , 1617, 530, 3430, 3474, 1, 1, 8241.14, -6564.56, 82.9277, 0.890117, 0, 0, 0.430511, 0.902586, 300, 255, 1, '', 45942, NULL), +(@OGUID+85 , 1617, 530, 3430, 3476, 1, 1, 8249.29, -7911.32, 190.176, 2.9845, 0, 0, 0.996917, 0.0784664, 300, 255, 1, '', 45942, NULL), +(@OGUID+86 , 1617, 530, 3430, 3476, 1, 1, 8667.06, -7813.04, 162.33, 0.122173, 0, 0, 0.0610485, 0.998135, 300, 255, 1, '', 45942, NULL), +(@OGUID+87 , 1617, 530, 3430, 3476, 1, 1, 8793.04, -7966.59, 172.773, 1.46608, 0, 0, 0.66913, 0.743145, 300, 255, 1, '', 45942, NULL), +(@OGUID+88 , 1617, 530, 3430, 3480, 1, 1, 9404.25, -7756.45, 70.0799, 3.82227, 0, 0, -0.942641, 0.333808, 300, 255, 1, '', 45942, NULL), +(@OGUID+89 , 1617, 530, 3430, 3480, 1, 1, 9563.86, -7788.38, 42.9859, 4.15388, 0, 0, -0.874619, 0.48481, 300, 255, 1, '', 45942, NULL), +(@OGUID+90 , 1618, 530, 3430, 0, 1, 1, 8168.19, -6956.63, 77.076, 5.91667, 0, 0, -0.182235, 0.983255, 300, 255, 1, '', 50375, NULL), +(@OGUID+91 , 1618, 530, 3430, 0, 1, 1, 8242.56, -7025.57, 97.7888, 4.31097, 0, 0, -0.833885, 0.551938, 300, 255, 1, '', 48632, NULL), +(@OGUID+92 , 1618, 530, 3430, 0, 1, 1, 8249.29, -7342.53, 161.373, 4.46804, 0, 0, -0.788011, 0.615662, 300, 255, 1, '', 48632, NULL), +(@OGUID+93 , 1618, 530, 3430, 0, 1, 1, 8346.83, -7282.07, 164.987, 0.855211, 0, 0, 0.414693, 0.909961, 300, 255, 1, '', 48632, NULL), +(@OGUID+94 , 1618, 530, 3430, 0, 1, 1, 8348.21, -7539.35, 164.206, 5.8294, 0, 0, -0.224951, 0.97437, 300, 255, 1, '', 50664, NULL), +(@OGUID+95 , 1618, 530, 3430, 0, 1, 1, 8412.48, -7134.71, 127.127, 1.76278, 0, 0, 0.771625, 0.636078, 300, 255, 1, '', 48632, NULL), +(@OGUID+96 , 1618, 530, 3430, 0, 1, 1, 8541.63, -7064.56, 99.2821, 5.74214, 0, 0, -0.267238, 0.963631, 300, 255, 1, '', 49822, NULL), +(@OGUID+97 , 1618, 530, 3430, 0, 1, 1, 8682.87, -7756.63, 159.801, 6.00393, 0, 0, -0.139173, 0.990268, 300, 255, 1, '', 47966, NULL), +(@OGUID+98 , 1618, 530, 3430, 0, 1, 1, 8683.68, -6951.92, 65.7381, 3.3685, 0, 0, -0.993571, 0.113208, 300, 255, 1, '', 48632, NULL), +(@OGUID+99 , 1618, 530, 3430, 0, 1, 1, 8752.56, -7900.76, 168.116, 4.01426, 0, 0, -0.906307, 0.422619, 300, 255, 1, '', 50664, NULL), +(@OGUID+100, 1618, 530, 3430, 0, 1, 1, 8808.57, -7108.68, 39.6849, 4.67748, 0, 0, -0.719339, 0.694659, 300, 255, 1, '', 48632, NULL), +(@OGUID+101, 1618, 530, 3430, 0, 1, 1, 8830.32, -7626.97, 121.223, 1.16937, 0, 0, 0.551936, 0.833886, 300, 255, 1, '', 50664, NULL), +(@OGUID+102, 1618, 530, 3430, 0, 1, 1, 8881.88, -6739.5, 34.7414, 0.279252, 0, 0, 0.139173, 0.990268, 300, 255, 1, '', 48632, NULL), +(@OGUID+103, 1618, 530, 3430, 0, 1, 1, 8885.48, -7477.02, 93.873, 4.88692, 0, 0, -0.642787, 0.766045, 300, 255, 1, '', 50664, NULL), +(@OGUID+104, 1618, 530, 3430, 0, 1, 1, 8905.82, -7064.22, 27.7958, 4.45059, 0, 0, -0.793353, 0.608762, 300, 255, 1, '', 48632, NULL), +(@OGUID+105, 1618, 530, 3430, 0, 1, 1, 8938.21, -6897.51, 30.5577, 2.07694, 0, 0, 0.861629, 0.507539, 300, 255, 1, '', 49822, NULL), +(@OGUID+106, 1618, 530, 3430, 0, 1, 1, 9007.53, -7643.06, 137.441, 5.34071, 0, 0, -0.45399, 0.891007, 300, 255, 1, '', 48120, NULL), +(@OGUID+107, 1618, 530, 3430, 0, 1, 1, 9020.58, -7752.91, 185.535, 4.08407, 0, 0, -0.891006, 0.453991, 300, 255, 1, '', 47966, NULL), +(@OGUID+108, 1618, 530, 3430, 0, 1, 1, 9050.93, -7188.19, 64.3772, 1.27409, 0, 0, 0.594822, 0.803857, 300, 255, 1, '', 48632, NULL), +(@OGUID+109, 1618, 530, 3430, 0, 1, 1, 9056.71, -7592.56, 117.931, 2.05949, 0, 0, 0.857167, 0.515038, 300, 255, 1, '', 48120, NULL), +(@OGUID+110, 1618, 530, 3430, 0, 1, 1, 9058.87, -7316.36, 68.0863, 6.12611, 0, 0, -0.0784588, 0.996917, 300, 255, 1, '', 50664, NULL), +(@OGUID+111, 1618, 530, 3430, 0, 1, 1, 9091.07, -7837.63, 128.151, 6.02139, 0, 0, -0.130526, 0.991445, 300, 255, 1, '', 50664, NULL), +(@OGUID+112, 1618, 530, 3430, 0, 1, 1, 9100.81, -6805.21, 15.4763, 0.244346, 0, 0, 0.121869, 0.992546, 300, 255, 1, '', 48632, NULL), +(@OGUID+113, 1618, 530, 3430, 0, 1, 1, 9101.64, -7425.61, 77.3734, 3.80482, 0, 0, -0.945518, 0.325568, 300, 255, 1, '', 48120, NULL), +(@OGUID+114, 1618, 530, 3430, 0, 1, 1, 9142.16, -6905.98, 18.5139, 5.20108, 0, 0, -0.515038, 0.857168, 300, 255, 1, '', 48632, NULL), +(@OGUID+115, 1618, 530, 3430, 0, 1, 1, 9187.27, -7377.16, 51.1232, 4.72984, 0, 0, -0.700909, 0.713251, 300, 255, 1, '', 47966, NULL), +(@OGUID+116, 1618, 530, 3430, 0, 1, 1, 9340.09, -6821.54, 19.0003, 4.67748, 0, 0, -0.719339, 0.694659, 300, 255, 1, '', 50664, NULL), +(@OGUID+117, 1618, 530, 3430, 0, 1, 1, 9468.95, -7776.65, 50.2148, 5.48033, 0, 0, -0.390731, 0.920505, 300, 255, 1, '', 48120, NULL), +(@OGUID+118, 1618, 530, 3430, 0, 1, 1, 9482.28, -8044.45, 3.24424, 3.07177, 0, 0, 0.999391, 0.0349061, 300, 255, 1, '', 48120, NULL), +(@OGUID+119, 1618, 530, 3430, 0, 1, 1, 9654.07, -8001.73, 2.29851, 4.18879, 0, 0, -0.866025, 0.500001, 300, 255, 1, '', 47966, NULL), +(@OGUID+120, 1618, 530, 3430, 0, 1, 1, 8470.4, -6222.98, 120.924, 5.75959, 0, 0, -0.258819, 0.965926, 300, 255, 1, '', 49822, NULL), +(@OGUID+121, 1618, 530, 3430, 0, 1, 1, 8528.5, -7531.58, 139.268, 0.523598, 0, 0, 0.258819, 0.965926, 300, 255, 1, '', 49822, NULL), +(@OGUID+122, 1618, 530, 3430, 0, 1, 1, 9417.99, -7891.42, 19.1439, 5.16618, 0, 0, -0.529919, 0.848048, 300, 255, 1, '', 49822, NULL), +(@OGUID+123, 1618, 530, 3430, 1497, 1, 1, 8148.01, -6622.71, 76.5918, 5.72468, 0, 0, -0.275637, 0.961262, 300, 255, 1, '', 49345, NULL), +(@OGUID+124, 1618, 530, 3430, 1497, 1, 1, 8310.47, -6684.47, 108.103, 5.70723, 0, 0, -0.284015, 0.95882, 300, 255, 1, '', 49345, NULL), +(@OGUID+125, 1618, 530, 3430, 1497, 1, 1, 8656.61, -7480.59, 114.662, 3.00195, 0, 0, 0.997563, 0.0697661, 300, 255, 1, '', 49345, NULL), +(@OGUID+126, 1618, 530, 3430, 1497, 1, 1, 8805.58, -6781.53, 49.0487, 5.37562, 0, 0, -0.438371, 0.898794, 300, 255, 1, '', 49345, NULL), +(@OGUID+127, 1618, 530, 3430, 1497, 1, 1, 8920.13, -7312.07, 78.0141, 0.872664, 0, 0, 0.422618, 0.906308, 300, 255, 1, '', 49345, NULL), +(@OGUID+128, 1618, 530, 3430, 1497, 1, 1, 8986, -6005.25, 22.2931, 1.67551, 0, 0, 0.743144, 0.669131, 300, 255, 1, '', 49345, NULL), +(@OGUID+129, 1618, 530, 3430, 1497, 1, 1, 9001.24, -6492.81, 11.8841, 5.96903, 0, 0, -0.156434, 0.987688, 300, 255, 1, '', 49345, NULL), +(@OGUID+130, 1618, 530, 3430, 1497, 1, 1, 9115.12, -6344.02, 13.8866, 3.45576, 0, 0, -0.987688, 0.156436, 300, 255, 1, '', 49345, NULL), +(@OGUID+131, 1618, 530, 3430, 1497, 1, 1, 9144.73, -6586.72, 34.5198, 4.53786, 0, 0, -0.766044, 0.642789, 300, 255, 1, '', 49345, NULL), +(@OGUID+132, 1618, 530, 3430, 0, 1, 1, 8356.83, -5716.26, 5.47892, 5.63741, 0, 0, -0.317305, 0.948324, 300, 255, 1, '', 45942, NULL), +(@OGUID+133, 1618, 530, 3430, 0, 1, 1, 8392.16, -5872.95, 19.1162, 5.77704, 0, 0, -0.25038, 0.968148, 300, 255, 1, '', 45942, NULL), +(@OGUID+134, 1618, 530, 3430, 0, 1, 1, 8493.9, -6849.98, 107.173, 0.157079, 0, 0, 0.0784588, 0.996917, 300, 255, 1, '', 45942, NULL), +(@OGUID+135, 1618, 530, 3430, 0, 1, 1, 8517.75, -5748.72, 14.3605, 4.10153, 0, 0, -0.887011, 0.461749, 300, 255, 1, '', 45942, NULL), +(@OGUID+136, 1618, 530, 3430, 0, 1, 1, 8531.99, -6002.91, 99.9941, 5.75959, 0, 0, -0.258819, 0.965926, 300, 255, 1, '', 45942, NULL), +(@OGUID+137, 1618, 530, 3430, 0, 1, 1, 8619.64, -6212.3, 56.8752, 3.85718, 0, 0, -0.936671, 0.35021, 300, 255, 1, '', 45942, NULL), +(@OGUID+138, 1618, 530, 3430, 0, 1, 1, 8651.87, -6054.54, 38.0361, 3.17653, 0, 0, -0.999847, 0.0174693, 300, 255, 1, '', 45942, NULL), +(@OGUID+139, 1618, 530, 3430, 0, 1, 1, 8660.27, -6491.78, 73.7366, 5.25344, 0, 0, -0.492423, 0.870356, 300, 255, 1, '', 45942, NULL), +(@OGUID+140, 1618, 530, 3430, 0, 1, 1, 8715.97, -5878.42, 25.4958, 3.4034, 0, 0, -0.991445, 0.130528, 300, 255, 1, '', 45942, NULL), +(@OGUID+141, 1618, 530, 3430, 0, 1, 1, 8732.91, -6521.97, 62.9072, 0.122173, 0, 0, 0.0610485, 0.998135, 300, 255, 1, '', 45942, NULL), +(@OGUID+142, 1618, 530, 3430, 0, 1, 1, 8815.88, -7807.71, 170.68, 3.56047, 0, 0, -0.978148, 0.207912, 300, 255, 1, '', 45942, NULL), +(@OGUID+143, 1618, 530, 3430, 0, 1, 1, 8845.11, -5759.95, 2.8492, 2.91469, 0, 0, 0.993571, 0.113208, 300, 255, 1, '', 45942, NULL), +(@OGUID+144, 1618, 530, 3430, 0, 1, 1, 8881.65, -6351.37, 13.5747, 5.55015, 0, 0, -0.358368, 0.93358, 300, 255, 1, '', 45854, NULL), +(@OGUID+145, 1618, 530, 3430, 0, 1, 1, 8885.12, -6455.08, 25.7743, 1.95477, 0, 0, 0.829038, 0.559193, 300, 255, 1, '', 45854, NULL), +(@OGUID+146, 1618, 530, 3430, 0, 1, 1, 9003.98, -6280.66, 17.7993, 2.70526, 0, 0, 0.976295, 0.216442, 300, 255, 1, '', 45854, NULL), +(@OGUID+147, 1618, 530, 3430, 0, 1, 1, 9066.23, -7981.38, 137.148, 5.07891, 0, 0, -0.566406, 0.824126, 300, 255, 1, '', 45942, NULL), +(@OGUID+148, 1618, 530, 3430, 0, 1, 1, 9114.67, -5878.32, 4.1213, 4.83456, 0, 0, -0.66262, 0.748956, 300, 255, 1, '', 45854, NULL), +(@OGUID+149, 1618, 530, 3430, 0, 1, 1, 9174.4, -7115.35, 22.6473, 1.62316, 0, 0, 0.725374, 0.688355, 300, 255, 1, '', 45942, NULL), +(@OGUID+150, 1618, 530, 3430, 0, 1, 1, 9187.33, -6642.4, 36.3474, 5.63741, 0, 0, -0.317305, 0.948324, 300, 255, 1, '', 45942, NULL), +(@OGUID+151, 1618, 530, 3430, 0, 1, 1, 9248.45, -6121.2, 31.1044, 1.43117, 0, 0, 0.656058, 0.75471, 300, 255, 1, '', 45942, NULL), +(@OGUID+152, 1618, 530, 3430, 0, 1, 1, 9255.83, -6518.09, 36.3151, 5.09636, 0, 0, -0.559193, 0.829038, 300, 255, 1, '', 45854, NULL), +(@OGUID+153, 1618, 530, 3430, 0, 1, 1, 9392.16, -6509.16, 45.8566, 4.03171, 0, 0, -0.902585, 0.430512, 300, 255, 1, '', 45854, NULL), +(@OGUID+154, 1618, 530, 3430, 3430, 1, 1, 8571.67, -7145.15, 112.746, 1.48353, 0, 0, 0.67559, 0.737278, 300, 255, 1, '', 51943, NULL), +(@OGUID+155, 1618, 530, 3430, 3468, 1, 1, 8616.12, -6287.46, 57.3066, 2.09439, 0, 0, 0.866025, 0.500001, 300, 255, 1, '', 45942, NULL), +(@OGUID+156, 1618, 530, 3430, 3471, 1, 1, 8714.82, -7288.7, 92.1881, 0.680677, 0, 0, 0.333806, 0.942642, 300, 255, 1, '', 45942, NULL), +(@OGUID+157, 1618, 530, 3430, 3473, 1, 1, 8225.82, -7788.89, 162.679, 4.71239, 0, 0, -0.707107, 0.707107, 300, 255, 1, '', 45942, NULL), +(@OGUID+158, 1618, 530, 3430, 3473, 1, 1, 8537.23, -7863.8, 154.571, 2.46091, 0, 0, 0.942641, 0.333808, 300, 255, 1, '', 45942, NULL), +(@OGUID+159, 1618, 530, 3430, 3476, 1, 1, 8321.44, -8017.79, 212.087, 2.82743, 0, 0, 0.987688, 0.156436, 300, 255, 1, '', 45942, NULL), +(@OGUID+160, 1618, 530, 3430, 3476, 1, 1, 8541.27, -8024.66, 167.754, 4.97419, 0, 0, -0.608761, 0.793354, 300, 255, 1, '', 45942, NULL), +(@OGUID+161, 1618, 530, 3430, 3911, 1, 1, 9019.49, -5792.97, 3.94014, 3.82227, 0, 0, -0.942641, 0.333808, 300, 255, 1, '', 45854, NULL), +(@OGUID+162, 1619, 530, 3430, 0, 1, 1, 8450.78, -6829.61, 140.198, 5.98648, 0, 0, -0.147809, 0.989016, 300, 255, 1, '', 49345, NULL), +(@OGUID+163, 1619, 530, 3430, 0, 1, 1, 8500.13, -7176.94, 140.881, 2.07694, 0, 0, 0.861629, 0.507539, 300, 255, 1, '', 48632, NULL), +(@OGUID+164, 1619, 530, 3430, 0, 1, 1, 8520.01, -6397.49, 107.205, 2.00713, 0, 0, 0.843391, 0.5373, 300, 255, 1, '', 50664, NULL), +(@OGUID+165, 1619, 530, 3430, 0, 1, 1, 8622.17, -7615.06, 129.586, 3.76991, 0, 0, -0.951056, 0.309017, 300, 255, 1, '', 48120, NULL), +(@OGUID+166, 1619, 530, 3430, 0, 1, 1, 8631.06, -6702.65, 118.631, 2.51327, 0, 0, 0.951056, 0.309017, 300, 255, 1, '', 48632, NULL), +(@OGUID+167, 1619, 530, 3430, 0, 1, 1, 8807.43, -7160.8, 57.1314, 0.715585, 0, 0, 0.350207, 0.936672, 300, 255, 1, '', 50664, NULL), +(@OGUID+168, 1619, 530, 3430, 0, 1, 1, 8972.06, -7690.26, 175.452, 0.314158, 0, 0, 0.156434, 0.987688, 300, 255, 1, '', 47966, NULL), +(@OGUID+169, 1619, 530, 3430, 0, 1, 1, 9135.22, -7911.5, 126.348, 4.59022, 0, 0, -0.748956, 0.66262, 300, 255, 1, '', 50664, NULL), +(@OGUID+170, 1619, 530, 3430, 0, 1, 1, 9223.36, -7794.51, 114.82, 6.16101, 0, 0, -0.0610485, 0.998135, 300, 255, 1, '', 50664, NULL), +(@OGUID+171, 1619, 530, 3430, 0, 1, 1, 9309.7, -7911.57, 24.8381, 3.45576, 0, 0, -0.987688, 0.156436, 300, 255, 1, '', 47966, NULL), +(@OGUID+172, 1619, 530, 3430, 0, 1, 1, 9849.11, -7917.97, 25.6463, 4.57276, 0, 0, -0.754709, 0.656059, 300, 255, 1, '', 48120, NULL), +(@OGUID+173, 1619, 530, 3430, 0, 1, 1, 8338.72, -7494.03, 173.871, 5.65487, 0, 0, -0.309016, 0.951057, 300, 255, 1, '', 49822, NULL), +(@OGUID+174, 1619, 530, 3430, 0, 1, 1, 8848.24, -7838.36, 185.807, 2.21657, 0, 0, 0.894934, 0.446199, 300, 255, 1, '', 49822, NULL), +(@OGUID+175, 1619, 530, 3430, 0, 1, 1, 8985.06, -7319.67, 95.2179, 1.71042, 0, 0, 0.754709, 0.656059, 300, 255, 1, '', 49822, NULL), +(@OGUID+176, 1619, 530, 3430, 1497, 1, 1, 8569.36, -7286.22, 165.84, 0.855211, 0, 0, 0.414693, 0.909961, 300, 255, 1, '', 49345, NULL), +(@OGUID+177, 1619, 530, 3430, 1497, 1, 1, 8733.86, -8028.91, 190.21, 0.471238, 0, 0, 0.233445, 0.97237, 300, 255, 1, '', 49345, NULL), +(@OGUID+178, 1619, 530, 3430, 1497, 1, 1, 8789.32, -7275.53, 95.7934, 4.66003, 0, 0, -0.725374, 0.688355, 300, 255, 1, '', 49345, NULL), +(@OGUID+179, 1619, 530, 3430, 0, 1, 1, 8069.74, -7947.57, 191.26, 2.82743, 0, 0, 0.987688, 0.156436, 300, 255, 1, '', 45942, NULL), +(@OGUID+180, 1619, 530, 3430, 0, 1, 1, 8189.03, -7970.63, 228.422, 6.02139, 0, 0, -0.130526, 0.991445, 300, 255, 1, '', 45942, NULL), +(@OGUID+181, 1619, 530, 3430, 0, 1, 1, 8253.78, -7413.15, 174.06, 0.139624, 0, 0, 0.0697556, 0.997564, 300, 255, 1, '', 45942, NULL), +(@OGUID+182, 1619, 530, 3430, 0, 1, 1, 8377, -6335.95, 114.838, 4.04917, 0, 0, -0.898793, 0.438373, 300, 255, 1, '', 45942, NULL), +(@OGUID+183, 1619, 530, 3430, 0, 1, 1, 8384.11, -6764.69, 167.84, 1.83259, 0, 0, 0.793353, 0.608762, 300, 255, 1, '', 45942, NULL), +(@OGUID+184, 1619, 530, 3430, 0, 1, 1, 8420.35, -6527.25, 117.142, 0.890117, 0, 0, 0.430511, 0.902586, 300, 255, 1, '', 45942, NULL), +(@OGUID+185, 1619, 530, 3430, 0, 1, 1, 8423.9, -5896.26, 35.8895, 4.10153, 0, 0, -0.887011, 0.461749, 300, 255, 1, '', 45942, NULL), +(@OGUID+186, 1619, 530, 3430, 0, 1, 1, 8477.53, -5788.68, 34.2362, 5.11382, 0, 0, -0.551936, 0.833886, 300, 255, 1, '', 45942, NULL), +(@OGUID+187, 1619, 530, 3430, 0, 1, 1, 8517.92, -6082.69, 68.9819, 6.02139, 0, 0, -0.130526, 0.991445, 300, 255, 1, '', 45942, NULL), +(@OGUID+188, 1619, 530, 3430, 0, 1, 1, 8538.5, -6319.73, 84.9434, 1.97222, 0, 0, 0.833885, 0.551938, 300, 255, 1, '', 45942, NULL), +(@OGUID+189, 1619, 530, 3430, 0, 1, 1, 8551.06, -6587.05, 147.727, 1.36136, 0, 0, 0.62932, 0.777146, 300, 255, 1, '', 45942, NULL), +(@OGUID+190, 1619, 530, 3430, 0, 1, 1, 8608.63, -5820.75, 63.2952, 2.77507, 0, 0, 0.983254, 0.182238, 300, 255, 1, '', 45942, NULL), +(@OGUID+191, 1619, 530, 3430, 0, 1, 1, 8618.44, -5961.97, 71.961, 1.83259, 0, 0, 0.793353, 0.608762, 300, 255, 1, '', 45942, NULL), +(@OGUID+192, 1619, 530, 3430, 0, 1, 1, 8626.24, -6515.46, 95.0185, 2.96704, 0, 0, 0.996194, 0.087165, 300, 255, 1, '', 45942, NULL), +(@OGUID+193, 1619, 530, 3430, 0, 1, 1, 8689.56, -5999.57, 30.6504, 0.0523589, 0, 0, 0.0261765, 0.999657, 300, 255, 1, '', 45942, NULL), +(@OGUID+194, 1619, 530, 3430, 0, 1, 1, 8703.51, -7689.67, 128.992, 2.07694, 0, 0, 0.861629, 0.507539, 300, 255, 1, '', 45942, NULL), +(@OGUID+195, 1619, 530, 3430, 0, 1, 1, 8783.74, -7397.24, 94.7018, 4.79966, 0, 0, -0.67559, 0.737278, 300, 255, 1, '', 45942, NULL), +(@OGUID+196, 1619, 530, 3430, 0, 1, 1, 8967.45, -7152.78, 52.1016, 2.40855, 0, 0, 0.93358, 0.358368, 300, 255, 1, '', 45942, NULL), +(@OGUID+197, 1619, 530, 3430, 0, 1, 1, 8978.18, -6086.08, 48.9587, 2.18166, 0, 0, 0.887011, 0.461749, 300, 255, 1, '', 45942, NULL), +(@OGUID+198, 1619, 530, 3430, 0, 1, 1, 9138.72, -6016.87, 50.9686, 3.38594, 0, 0, -0.992546, 0.12187, 300, 255, 1, '', 45854, NULL), +(@OGUID+199, 1619, 530, 3430, 0, 1, 1, 9177.01, -6057.25, 102.425, 0.261798, 0, 0, 0.130526, 0.991445, 300, 255, 1, '', 45854, NULL), +(@OGUID+200, 1619, 530, 3430, 0, 1, 1, 9212.05, -6113.55, 77.1192, 3.97935, 0, 0, -0.913545, 0.406738, 300, 255, 1, '', 45942, NULL), +(@OGUID+201, 1619, 530, 3430, 0, 1, 1, 9284.04, -6277.41, 16.7423, 2.61799, 0, 0, 0.965925, 0.258821, 300, 255, 1, '', 45854, NULL), +(@OGUID+202, 1619, 530, 3430, 3467, 1, 1, 8651.24, -7191.46, 100.566, 3.89209, 0, 0, -0.930417, 0.366502, 300, 255, 1, '', 45942, NULL), +(@OGUID+203, 1619, 530, 3430, 3474, 1, 1, 8080.21, -6306.36, 71.77, 4.18879, 0, 0, -0.866025, 0.500001, 300, 255, 1, '', 45942, NULL), +(@OGUID+204, 1619, 530, 3430, 3474, 1, 1, 8117.6, -6162.45, 35.0445, 4.50295, 0, 0, -0.777145, 0.629321, 300, 255, 1, '', 45942, NULL), +(@OGUID+205, 1619, 530, 3430, 3474, 1, 1, 8378.72, -6259.24, 106.839, 2.89725, 0, 0, 0.992546, 0.12187, 300, 255, 1, '', 45942, NULL), +(@OGUID+206, 1619, 530, 3430, 3475, 1, 1, 8525.92, -7487.23, 146.978, 4.24115, 0, 0, -0.85264, 0.522499, 300, 255, 1, '', 45942, NULL), +(@OGUID+207, 1619, 530, 3430, 3476, 1, 1, 8500.25, -8044.48, 176.536, 1.25664, 0, 0, 0.587785, 0.809017, 300, 255, 1, '', 45942, NULL), +(@OGUID+208, 1619, 530, 3430, 3480, 1, 1, 9531.93, -7789.21, 50.0494, 4.93928, 0, 0, -0.622514, 0.782609, 300, 255, 1, '', 45942, NULL), +(@OGUID+209, 1731, 530, 3430, 0, 1, 1, 8066.78, -6759.21, 64.332, 5.88176, 0, 0, -0.199368, 0.979925, 300, 255, 1, '', 50664, NULL), +(@OGUID+210, 1731, 530, 3430, 0, 1, 1, 8133.32, -6785.23, 71.3577, 4.39823, 0, 0, -0.809016, 0.587786, 300, 255, 1, '', 50664, NULL), +(@OGUID+211, 1731, 530, 3430, 0, 1, 1, 8141.18, -7891.01, 201.926, 3.73501, 0, 0, -0.956305, 0.292372, 300, 255, 1, '', 50664, NULL), +(@OGUID+212, 1731, 530, 3430, 0, 1, 1, 8199.71, -6835.06, 79.741, 5.34071, 0, 0, -0.45399, 0.891007, 300, 255, 1, '', 49345, NULL), +(@OGUID+213, 1731, 530, 3430, 0, 1, 1, 8255.45, -6933.31, 88.8827, 4.17134, 0, 0, -0.870356, 0.492424, 300, 255, 1, '', 48632, NULL), +(@OGUID+214, 1731, 530, 3430, 0, 1, 1, 8304.13, -6966.73, 93.4246, 4.03171, 0, 0, -0.902585, 0.430512, 300, 255, 1, '', 49822, NULL), +(@OGUID+215, 1731, 530, 3430, 0, 1, 1, 8363.06, -7705.06, 126.562, 1.15192, 0, 0, 0.544639, 0.838671, 300, 255, 1, '', 47966, NULL), +(@OGUID+216, 1731, 530, 3430, 0, 1, 1, 8383.61, -7000, 93.7439, 5.044, 0, 0, -0.580703, 0.814116, 300, 255, 1, '', 48632, NULL), +(@OGUID+217, 1731, 530, 3430, 0, 1, 1, 8391.14, -6303.74, 128.429, 1.50098, 0, 0, 0.681998, 0.731354, 300, 255, 1, '', 50664, NULL), +(@OGUID+218, 1731, 530, 3430, 0, 1, 1, 8401.05, -7275.87, 182.365, 3.17653, 0, 0, -0.999847, 0.0174693, 300, 255, 1, '', 48632, NULL), +(@OGUID+219, 1731, 530, 3430, 0, 1, 1, 8491.71, -6784.61, 135.16, 1.46608, 0, 0, 0.66913, 0.743145, 300, 255, 1, '', 50664, NULL), +(@OGUID+220, 1731, 530, 3430, 0, 1, 1, 8521.66, -7005.78, 86.5487, 3.76991, 0, 0, -0.951056, 0.309017, 300, 255, 1, '', 50063, NULL), +(@OGUID+221, 1731, 530, 3430, 0, 1, 1, 8522.32, -7738.49, 123.011, 6.12611, 0, 0, -0.0784588, 0.996917, 300, 255, 1, '', 48632, NULL), +(@OGUID+222, 1731, 530, 3430, 0, 1, 1, 8560.36, -6300.08, 70.2815, 0.366518, 0, 0, 0.182235, 0.983255, 300, 255, 1, '', 50664, NULL), +(@OGUID+223, 1731, 530, 3430, 0, 1, 1, 8620.28, -7021.36, 69.6507, 4.06662, 0, 0, -0.894934, 0.446199, 300, 255, 1, '', 48632, NULL), +(@OGUID+224, 1731, 530, 3430, 0, 1, 1, 8671.68, -6909.58, 110.265, 4.34587, 0, 0, -0.824126, 0.566406, 300, 255, 1, '', 49345, NULL), +(@OGUID+225, 1731, 530, 3430, 0, 1, 1, 8683.39, -7656.7, 90.778, 1.43117, 0, 0, 0.656058, 0.75471, 300, 255, 1, '', 47966, NULL), +(@OGUID+226, 1731, 530, 3430, 0, 1, 1, 8758.19, -6855.44, 65.6054, 3.45576, 0, 0, -0.987688, 0.156436, 300, 255, 1, '', 48632, NULL), +(@OGUID+227, 1731, 530, 3430, 0, 1, 1, 8764.94, -7016, 40.6887, 0.890117, 0, 0, 0.430511, 0.902586, 300, 255, 1, '', 49822, NULL), +(@OGUID+228, 1731, 530, 3430, 0, 1, 1, 8768.04, -8004.22, 177.454, 3.50812, 0, 0, -0.983254, 0.182238, 300, 255, 1, '', 50664, NULL), +(@OGUID+229, 1731, 530, 3430, 0, 1, 1, 8796.62, -6693.31, 56.7484, 4.27606, 0, 0, -0.843391, 0.5373, 300, 255, 1, '', 50664, NULL), +(@OGUID+230, 1731, 530, 3430, 0, 1, 1, 8852.93, -6967.63, 30.9926, 5.46288, 0, 0, -0.398748, 0.91706, 300, 255, 1, '', 49345, NULL), +(@OGUID+231, 1731, 530, 3430, 0, 1, 1, 8924, -7719.83, 198.6, 4.27606, 0, 0, -0.843391, 0.5373, 300, 255, 1, '', 50664, NULL), +(@OGUID+232, 1731, 530, 3430, 0, 1, 1, 8933.25, -6974.55, 21.7225, 1.23918, 0, 0, 0.580703, 0.814116, 300, 255, 1, '', 48632, NULL), +(@OGUID+233, 1731, 530, 3430, 0, 1, 1, 8978.16, -7247.94, 111.609, 5.5676, 0, 0, -0.350207, 0.936672, 300, 255, 1, '', 48632, NULL), +(@OGUID+234, 1731, 530, 3430, 0, 1, 1, 8988.77, -7134.24, 47.8776, 1.78023, 0, 0, 0.777145, 0.629321, 300, 255, 1, '', 48632, NULL), +(@OGUID+235, 1731, 530, 3430, 0, 1, 1, 9074.31, -6966.63, 18.7819, 1.41372, 0, 0, 0.649447, 0.760406, 300, 255, 1, '', 48632, NULL), +(@OGUID+236, 1731, 530, 3430, 0, 1, 1, 9091.77, -7088.56, 54.2384, 1.37881, 0, 0, 0.636078, 0.771625, 300, 255, 1, '', 50664, NULL), +(@OGUID+237, 1731, 530, 3430, 0, 1, 1, 9183.34, -7713.13, 154.163, 3.80482, 0, 0, -0.945518, 0.325568, 300, 255, 1, '', 48632, NULL), +(@OGUID+238, 1731, 530, 3430, 0, 1, 1, 9297.3, -7803.63, 97.1318, 6.24828, 0, 0, -0.0174522, 0.999848, 300, 255, 1, '', 47966, NULL), +(@OGUID+239, 1731, 530, 3430, 0, 1, 1, 9595.45, -7797.68, 41.8183, 5.02655, 0, 0, -0.587785, 0.809017, 300, 255, 1, '', 47966, NULL), +(@OGUID+240, 1731, 530, 3430, 0, 1, 1, 9709.15, -7925.85, 9.37465, 6.14356, 0, 0, -0.0697556, 0.997564, 300, 255, 1, '', 48120, NULL), +(@OGUID+241, 1731, 530, 3430, 0, 1, 1, 8537.3, -6376.65, 91.8537, 3.76991, 0, 0, -0.951056, 0.309017, 300, 255, 1, '', 49822, NULL), +(@OGUID+242, 1731, 530, 3430, 0, 1, 1, 8562.62, -6223.85, 74.9681, 5.77704, 0, 0, -0.25038, 0.968148, 300, 255, 1, '', 49822, NULL), +(@OGUID+243, 1731, 530, 3430, 0, 1, 1, 8864.02, -7398.77, 94.0649, 1.72787, 0, 0, 0.760406, 0.649449, 300, 255, 1, '', 49822, NULL), +(@OGUID+244, 1731, 530, 3430, 0, 1, 1, 9420.07, -7725.9, 79.8137, 1.01229, 0, 0, 0.484809, 0.87462, 300, 255, 1, '', 49822, NULL), +(@OGUID+245, 1731, 530, 3430, 1497, 1, 1, 8113.18, -6211.63, 41.5512, 0.890117, 0, 0, 0.430511, 0.902586, 300, 255, 1, '', 49345, NULL), +(@OGUID+246, 1731, 530, 3430, 1497, 1, 1, 8327.38, -6305.73, 94.3947, 6.05629, 0, 0, -0.113203, 0.993572, 300, 255, 1, '', 49345, NULL), +(@OGUID+247, 1731, 530, 3430, 1497, 1, 1, 8570.85, -7471.04, 139.781, 4.17134, 0, 0, -0.870356, 0.492424, 300, 255, 1, '', 49345, NULL), +(@OGUID+248, 1731, 530, 3430, 1497, 1, 1, 8613.54, -7574.21, 115.182, 1.69297, 0, 0, 0.748956, 0.66262, 300, 255, 1, '', 49345, NULL), +(@OGUID+249, 1731, 530, 3430, 1497, 1, 1, 8616.06, -6041.67, 57.8267, 1.67551, 0, 0, 0.743144, 0.669131, 300, 255, 1, '', 49345, NULL), +(@OGUID+250, 1731, 530, 3430, 1497, 1, 1, 8697.75, -6217.64, 35.9229, 1.6057, 0, 0, 0.719339, 0.694659, 300, 255, 1, '', 49345, NULL), +(@OGUID+251, 1731, 530, 3430, 1497, 1, 1, 8744.72, -7365.18, 95.5962, 0.610863, 0, 0, 0.300705, 0.953717, 300, 255, 1, '', 49345, NULL), +(@OGUID+252, 1731, 530, 3430, 1497, 1, 1, 8840.84, -6578.18, 53.5975, 1.53589, 0, 0, 0.694658, 0.71934, 300, 255, 1, '', 49345, NULL), +(@OGUID+253, 1731, 530, 3430, 1497, 1, 1, 8851.35, -6392.48, 32.4433, 3.01941, 0, 0, 0.998135, 0.0610518, 300, 255, 1, '', 49345, NULL), +(@OGUID+254, 1731, 530, 3430, 1497, 1, 1, 8859.92, -6195.85, 1.07011, 3.26377, 0, 0, -0.998135, 0.0610518, 300, 255, 1, '', 49345, NULL), +(@OGUID+255, 1731, 530, 3430, 1497, 1, 1, 8967.28, -6314.25, 4.33728, 5.41052, 0, 0, -0.422618, 0.906308, 300, 255, 1, '', 49345, NULL), +(@OGUID+256, 1731, 530, 3430, 1497, 1, 1, 8986.08, -6729.16, 18.7541, 2.49582, 0, 0, 0.948323, 0.317306, 300, 255, 1, '', 49345, NULL), +(@OGUID+257, 1731, 530, 3430, 1497, 1, 1, 8999.2, -5967.17, 13.0295, 4.4855, 0, 0, -0.782608, 0.622515, 300, 255, 1, '', 49345, NULL), +(@OGUID+258, 1731, 530, 3430, 1497, 1, 1, 9018.65, -5971.72, 12.7394, 2.51327, 0, 0, 0.951056, 0.309017, 300, 255, 1, '', 49345, NULL), +(@OGUID+259, 1731, 530, 3430, 1497, 1, 1, 9018.71, -6615.83, 12.0084, 1.32645, 0, 0, 0.615661, 0.788011, 300, 255, 1, '', 49345, NULL), +(@OGUID+260, 1731, 530, 3430, 1497, 1, 1, 9036.64, -7785.61, 174.302, 0.139624, 0, 0, 0.0697556, 0.997564, 300, 255, 1, '', 49345, NULL), +(@OGUID+261, 1731, 530, 3430, 1497, 1, 1, 9045.76, -6455.03, 2.36801, 5.00909, 0, 0, -0.594823, 0.803857, 300, 255, 1, '', 49345, NULL), +(@OGUID+262, 1731, 530, 3430, 1497, 1, 1, 9070.38, -6864.06, 21.0182, 4.10153, 0, 0, -0.887011, 0.461749, 300, 255, 1, '', 49345, NULL), +(@OGUID+263, 1731, 530, 3430, 1497, 1, 1, 9085.99, -6056.05, 65.2508, 3.61284, 0, 0, -0.972369, 0.233448, 300, 255, 1, '', 49345, NULL), +(@OGUID+264, 1731, 530, 3430, 1497, 1, 1, 9153.6, -6066.24, 91.2698, 0.349065, 0, 0, 0.173648, 0.984808, 300, 255, 1, '', 49345, NULL), +(@OGUID+265, 1731, 530, 3430, 1497, 1, 1, 9177.59, -6523.97, 32.5183, 0.925024, 0, 0, 0.446198, 0.894935, 300, 255, 1, '', 49345, NULL), +(@OGUID+266, 1731, 530, 3430, 1497, 1, 1, 9352.82, -7918.88, 15.0909, 5.35816, 0, 0, -0.446198, 0.894935, 300, 255, 1, '', 49345, NULL), +(@OGUID+267, 1731, 530, 3430, 0, 1, 1, 8210.61, -7859.66, 185.588, 3.17653, 0, 0, -0.999847, 0.0174693, 300, 255, 1, '', 45942, NULL), +(@OGUID+268, 1731, 530, 3430, 0, 1, 1, 8265.85, -7446.72, 175.822, 3.50812, 0, 0, -0.983254, 0.182238, 300, 255, 1, '', 45942, NULL), +(@OGUID+269, 1731, 530, 3430, 0, 1, 1, 8338.62, -7384.13, 210.359, 0.122173, 0, 0, 0.0610485, 0.998135, 300, 255, 1, '', 45942, NULL), +(@OGUID+270, 1731, 530, 3430, 0, 1, 1, 8340.76, -6485.63, 110.423, 0.0349062, 0, 0, 0.0174522, 0.999848, 300, 255, 1, '', 45942, NULL), +(@OGUID+271, 1731, 530, 3430, 0, 1, 1, 8350.22, -6638.37, 114.945, 4.79966, 0, 0, -0.67559, 0.737278, 300, 255, 1, '', 45942, NULL), +(@OGUID+272, 1731, 530, 3430, 0, 1, 1, 8402.22, -6816.51, 171.698, 2.63544, 0, 0, 0.968147, 0.250381, 300, 255, 1, '', 45942, NULL), +(@OGUID+273, 1731, 530, 3430, 0, 1, 1, 8435.37, -5754.15, 26.823, 3.71755, 0, 0, -0.958819, 0.284016, 300, 255, 1, '', 45942, NULL), +(@OGUID+274, 1731, 530, 3430, 0, 1, 1, 8479.97, -6171.22, 77.417, 4.76475, 0, 0, -0.688354, 0.725374, 300, 255, 1, '', 45942, NULL), +(@OGUID+275, 1731, 530, 3430, 0, 1, 1, 8518.51, -6598.77, 152.505, 5.13127, 0, 0, -0.544639, 0.838671, 300, 255, 1, '', 45942, NULL), +(@OGUID+276, 1731, 530, 3430, 0, 1, 1, 8528.75, -5857.67, 54.4514, 5.20108, 0, 0, -0.515038, 0.857168, 300, 255, 1, '', 45942, NULL), +(@OGUID+277, 1731, 530, 3430, 0, 1, 1, 8594.15, -5896.48, 103.527, 0.977383, 0, 0, 0.469471, 0.882948, 300, 255, 1, '', 45942, NULL), +(@OGUID+278, 1731, 530, 3430, 0, 1, 1, 8620.07, -5806.49, 37.7047, 2.47837, 0, 0, 0.945518, 0.325568, 300, 255, 1, '', 45942, NULL), +(@OGUID+279, 1731, 530, 3430, 0, 1, 1, 8632.77, -6182.24, 55.188, 3.50812, 0, 0, -0.983254, 0.182238, 300, 255, 1, '', 45942, NULL), +(@OGUID+280, 1731, 530, 3430, 0, 1, 1, 8640.4, -7137.19, 86.2068, 2.91469, 0, 0, 0.993571, 0.113208, 300, 255, 1, '', 52237, NULL), +(@OGUID+281, 1731, 530, 3430, 0, 1, 1, 8649.08, -5940.33, 52.2813, 4.5204, 0, 0, -0.771625, 0.636078, 300, 255, 1, '', 45942, NULL), +(@OGUID+282, 1731, 530, 3430, 0, 1, 1, 8698.23, -6041.53, 19.0908, 0.855211, 0, 0, 0.414693, 0.909961, 300, 255, 1, '', 45942, NULL), +(@OGUID+283, 1731, 530, 3430, 0, 1, 1, 8707.96, -5766.97, 10.0575, 0.0523589, 0, 0, 0.0261765, 0.999657, 300, 255, 1, '', 45942, NULL), +(@OGUID+284, 1731, 530, 3430, 0, 1, 1, 8757.86, -6306.09, 57.1405, 5.20108, 0, 0, -0.515038, 0.857168, 300, 255, 1, '', 45942, NULL), +(@OGUID+285, 1731, 530, 3430, 0, 1, 1, 8772, -6848.48, 61.0593, 1.37881, 0, 0, 0.636078, 0.771625, 300, 255, 1, '', 45942, NULL), +(@OGUID+286, 1731, 530, 3430, 0, 1, 1, 8773.58, -5832.69, 9.3303, 2.37364, 0, 0, 0.927183, 0.374608, 300, 255, 1, '', 45942, NULL), +(@OGUID+287, 1731, 530, 3430, 0, 1, 1, 8809.52, -5876.08, 10.1222, 2.09439, 0, 0, 0.866025, 0.500001, 300, 255, 1, '', 45942, NULL), +(@OGUID+288, 1731, 530, 3430, 0, 1, 1, 8810.34, -7913.32, 190.426, 4.95674, 0, 0, -0.615661, 0.788011, 300, 255, 1, '', 45942, NULL), +(@OGUID+289, 1731, 530, 3430, 0, 1, 1, 8842.07, -7222.16, 66.3173, 4.01426, 0, 0, -0.906307, 0.422619, 300, 255, 1, '', 45942, NULL), +(@OGUID+290, 1731, 530, 3430, 0, 1, 1, 8848.94, -7145.01, 34.5962, 3.7001, 0, 0, -0.961261, 0.27564, 300, 255, 1, '', 45942, NULL), +(@OGUID+291, 1731, 530, 3430, 0, 1, 1, 8864.79, -7776.76, 172.942, 5.42797, 0, 0, -0.414693, 0.909961, 300, 255, 1, '', 45942, NULL), +(@OGUID+292, 1731, 530, 3430, 0, 1, 1, 8915.39, -6179.36, 7.73462, 1.64061, 0, 0, 0.731353, 0.681999, 300, 255, 1, '', 45942, NULL), +(@OGUID+293, 1731, 530, 3430, 0, 1, 1, 8923.4, -6822.55, 54.7797, 1.72787, 0, 0, 0.760406, 0.649449, 300, 255, 1, '', 45942, NULL), +(@OGUID+294, 1731, 530, 3430, 0, 1, 1, 8923.64, -6579.72, 40.4971, 6.26573, 0, 0, -0.00872612, 0.999962, 300, 255, 1, '', 45854, NULL), +(@OGUID+295, 1731, 530, 3430, 0, 1, 1, 8933.98, -6072.44, 27.4559, 3.54302, 0, 0, -0.979924, 0.19937, 300, 255, 1, '', 45942, NULL), +(@OGUID+296, 1731, 530, 3430, 0, 1, 1, 8948.47, -6742.22, 31.9747, 4.95674, 0, 0, -0.615661, 0.788011, 300, 255, 1, '', 45942, NULL), +(@OGUID+297, 1731, 530, 3430, 0, 1, 1, 8957.36, -6504.22, 18.1698, 2.18166, 0, 0, 0.887011, 0.461749, 300, 255, 1, '', 45854, NULL), +(@OGUID+298, 1731, 530, 3430, 0, 1, 1, 8978.35, -7200.28, 84.2117, 1.23918, 0, 0, 0.580703, 0.814116, 300, 255, 1, '', 45942, NULL), +(@OGUID+299, 1731, 530, 3430, 0, 1, 1, 8983.23, -6033.48, 24.5908, 3.94445, 0, 0, -0.920505, 0.390732, 300, 255, 1, '', 45942, NULL), +(@OGUID+300, 1731, 530, 3430, 0, 1, 1, 8988.96, -6844.92, 29.3222, 2.07694, 0, 0, 0.861629, 0.507539, 300, 255, 1, '', 45942, NULL), +(@OGUID+301, 1731, 530, 3430, 0, 1, 1, 8989.12, -8038.02, 192.565, 2.56563, 0, 0, 0.958819, 0.284016, 300, 255, 1, '', 45942, NULL), +(@OGUID+302, 1731, 530, 3430, 0, 1, 1, 9052.02, -6527.42, 15.5464, 1.43117, 0, 0, 0.656058, 0.75471, 300, 255, 1, '', 45942, NULL), +(@OGUID+303, 1731, 530, 3430, 0, 1, 1, 9061.54, -7157.18, 79.3397, 3.94445, 0, 0, -0.920505, 0.390732, 300, 255, 1, '', 45942, NULL), +(@OGUID+304, 1731, 530, 3430, 0, 1, 1, 9063.47, -6761.48, 18.9528, 4.31097, 0, 0, -0.833885, 0.551938, 300, 255, 1, '', 45942, NULL), +(@OGUID+305, 1731, 530, 3430, 0, 1, 1, 9113.07, -6119.59, 40.2528, 6.23083, 0, 0, -0.0261765, 0.999657, 300, 255, 1, '', 45942, NULL), +(@OGUID+306, 1731, 530, 3430, 0, 1, 1, 9116.53, -7981.03, 155.257, 3.68265, 0, 0, -0.96363, 0.267241, 300, 255, 1, '', 45942, NULL), +(@OGUID+307, 1731, 530, 3430, 0, 1, 1, 9118.65, -6550.05, 29.4937, 1.53589, 0, 0, 0.694658, 0.71934, 300, 255, 1, '', 45942, NULL), +(@OGUID+308, 1731, 530, 3430, 0, 1, 1, 9136.51, -6788.52, 31.4773, 0.087266, 0, 0, 0.0436192, 0.999048, 300, 255, 1, '', 45942, NULL), +(@OGUID+309, 1731, 530, 3430, 0, 1, 1, 9156.25, -5893.79, 4.91682, 4.03171, 0, 0, -0.902585, 0.430512, 300, 255, 1, '', 45942, NULL), +(@OGUID+310, 1731, 530, 3430, 0, 1, 1, 9157.8, -6194.33, 28.8475, 5.96903, 0, 0, -0.156434, 0.987688, 300, 255, 1, '', 45854, NULL), +(@OGUID+311, 1731, 530, 3430, 0, 1, 1, 9227.42, -6113.97, 45.0611, 2.70526, 0, 0, 0.976295, 0.216442, 300, 255, 1, '', 45942, NULL), +(@OGUID+312, 1731, 530, 3430, 0, 1, 1, 9251.2, -6015.13, 35.6081, 1.3439, 0, 0, 0.622514, 0.782609, 300, 255, 1, '', 45942, NULL), +(@OGUID+313, 1731, 530, 3430, 0, 1, 1, 9258.71, -6442.46, 18.3215, 3.26377, 0, 0, -0.998135, 0.0610518, 300, 255, 1, '', 45854, NULL), +(@OGUID+314, 1731, 530, 3430, 0, 1, 1, 9270.79, -6399.6, 9.56301, 0.523598, 0, 0, 0.258819, 0.965926, 300, 255, 1, '', 45854, NULL), +(@OGUID+315, 1731, 530, 3430, 0, 1, 1, 9360.84, -6429.67, 63.6471, 4.29351, 0, 0, -0.83867, 0.54464, 300, 255, 1, '', 45854, NULL), +(@OGUID+316, 1731, 530, 3430, 3430, 1, 1, 8576.13, -7239.77, 130.252, 3.14159, 0, 0, -1, 0, 300, 255, 1, '', 51943, NULL), +(@OGUID+317, 1731, 530, 3430, 3430, 1, 1, 8576.77, -7342.3, 150.207, 1.44862, 0, 0, 0.66262, 0.748956, 300, 255, 1, '', 51943, NULL), +(@OGUID+318, 1731, 530, 3430, 3467, 1, 1, 8757.04, -7205.74, 56.7255, 6.07375, 0, 0, -0.104528, 0.994522, 300, 255, 1, '', 45942, NULL), +(@OGUID+319, 1731, 530, 3430, 3471, 1, 1, 8296.24, -7134.22, 126.994, 0.349065, 0, 0, 0.173648, 0.984808, 300, 255, 1, '', 45942, NULL), +(@OGUID+320, 1731, 530, 3430, 3474, 1, 1, 8067.18, -6033.55, 17.3969, 3.12412, 0, 0, 0.999962, 0.00873464, 120, 255, 1, '', 45942, NULL), +(@OGUID+321, 1731, 530, 3430, 3474, 1, 1, 8151.59, -6030.81, 18.2147, 3.99681, 0, 0, -0.909961, 0.414694, 300, 255, 1, '', 45942, NULL), +(@OGUID+322, 1731, 530, 3430, 3476, 1, 1, 8407.13, -8005.67, 182.02, 1.02974, 0, 0, 0.492423, 0.870356, 300, 255, 1, '', 45942, NULL), +(@OGUID+323, 1731, 530, 3430, 3476, 1, 1, 8570.72, -8028.99, 172.495, 2.77507, 0, 0, 0.983254, 0.182238, 300, 255, 1, '', 45942, NULL), +(@OGUID+324, 1731, 530, 3430, 3912, 1, 1, 8388.89, -6227.18, 82.7253, 0.715585, 0, 0, 0.350207, 0.936672, 300, 255, 1, '', 45942, NULL), +(@OGUID+325, 1731, 530, 3430, 3912, 1, 1, 8521.41, -6035.83, 93.9726, 2.30383, 0, 0, 0.913545, 0.406738, 300, 255, 1, '', 45942, NULL), +(@OGUID+326, 1731, 530, 3430, 3914, 1, 1, 8260.93, -7273.8, 147.368, 6.00393, 0, 0, -0.139173, 0.990268, 300, 255, 1, '', 45942, NULL); + +-- Sub-Zone: East +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+05, @POOL_MOTHER, 0, 'Eversong Woods - East - Silverleaf'), +(@OGUID+13, @POOL_MOTHER, 0, 'Eversong Woods - East - Silverleaf'), +(@OGUID+14, @POOL_MOTHER, 0, 'Eversong Woods - East - Silverleaf'), +(@OGUID+17, @POOL_MOTHER, 0, 'Eversong Woods - East - Silverleaf'), +(@OGUID+21, @POOL_MOTHER, 0, 'Eversong Woods - East - Silverleaf'), +(@OGUID+22, @POOL_MOTHER, 0, 'Eversong Woods - East - Silverleaf'), +(@OGUID+32, @POOL_MOTHER, 0, 'Eversong Woods - East - Silverleaf'), +(@OGUID+35, @POOL_MOTHER, 0, 'Eversong Woods - East - Silverleaf'), +(@OGUID+37, @POOL_MOTHER, 0, 'Eversong Woods - East - Silverleaf'), +(@OGUID+48, @POOL_MOTHER, 0, 'Eversong Woods - East - Silverleaf'), +(@OGUID+52, @POOL_MOTHER, 0, 'Eversong Woods - East - Silverleaf'), +(@OGUID+61, @POOL_MOTHER, 0, 'Eversong Woods - East - Silverleaf'), +(@OGUID+82, @POOL_MOTHER, 0, 'Eversong Woods - East - Silverleaf'), +(@OGUID+83, @POOL_MOTHER, 0, 'Eversong Woods - East - Silverleaf'), +(@OGUID+85, @POOL_MOTHER, 0, 'Eversong Woods - East - Silverleaf'), +(@OGUID+86, @POOL_MOTHER, 0, 'Eversong Woods - East - Silverleaf'), +(@OGUID+87, @POOL_MOTHER, 0, 'Eversong Woods - East - Silverleaf'), +(@OGUID+88, @POOL_MOTHER, 0, 'Eversong Woods - East - Silverleaf'), +(@OGUID+89, @POOL_MOTHER, 0, 'Eversong Woods - East - Silverleaf'), +(@OGUID+30, @POOL_MOTHER, 0, 'Eversong Woods - East - Silverleaf'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER, 5, 'Eversong Woods - East - Silverleaf - 5/20'); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+94, @POOL_MOTHER+1, 0, 'Eversong Woods - East - Peacebloom'), +(@OGUID+97, @POOL_MOTHER+1, 0, 'Eversong Woods - East - Peacebloom'), +(@OGUID+99, @POOL_MOTHER+1, 0, 'Eversong Woods - East - Peacebloom'), +(@OGUID+101, @POOL_MOTHER+1, 0, 'Eversong Woods - East - Peacebloom'), +(@OGUID+106, @POOL_MOTHER+1, 0, 'Eversong Woods - East - Peacebloom'), +(@OGUID+107, @POOL_MOTHER+1, 0, 'Eversong Woods - East - Peacebloom'), +(@OGUID+109, @POOL_MOTHER+1, 0, 'Eversong Woods - East - Peacebloom'), +(@OGUID+111, @POOL_MOTHER+1, 0, 'Eversong Woods - East - Peacebloom'), +(@OGUID+117, @POOL_MOTHER+1, 0, 'Eversong Woods - East - Peacebloom'), +(@OGUID+118, @POOL_MOTHER+1, 0, 'Eversong Woods - East - Peacebloom'), +(@OGUID+121, @POOL_MOTHER+1, 0, 'Eversong Woods - East - Peacebloom'), +(@OGUID+122, @POOL_MOTHER+1, 0, 'Eversong Woods - East - Peacebloom'), +(@OGUID+142, @POOL_MOTHER+1, 0, 'Eversong Woods - East - Peacebloom'), +(@OGUID+147, @POOL_MOTHER+1, 0, 'Eversong Woods - East - Peacebloom'), +(@OGUID+157, @POOL_MOTHER+1, 0, 'Eversong Woods - East - Peacebloom'), +(@OGUID+158, @POOL_MOTHER+1, 0, 'Eversong Woods - East - Peacebloom'), +(@OGUID+159, @POOL_MOTHER+1, 0, 'Eversong Woods - East - Peacebloom'), +(@OGUID+119, @POOL_MOTHER+1, 0, 'Eversong Woods - East - Peacebloom'), +(@OGUID+160, @POOL_MOTHER+1, 0, 'Eversong Woods - East - Peacebloom'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+1, 5, 'Eversong Woods - East - Peacebloom - 5/19'); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+165, @POOL_MOTHER+2, 0, 'Eversong Woods - East - Earthroot'), +(@OGUID+168, @POOL_MOTHER+2, 0, 'Eversong Woods - East - Earthroot'), +(@OGUID+169, @POOL_MOTHER+2, 0, 'Eversong Woods - East - Earthroot'), +(@OGUID+170, @POOL_MOTHER+2, 0, 'Eversong Woods - East - Earthroot'), +(@OGUID+171, @POOL_MOTHER+2, 0, 'Eversong Woods - East - Earthroot'), +(@OGUID+174, @POOL_MOTHER+2, 0, 'Eversong Woods - East - Earthroot'), +(@OGUID+177, @POOL_MOTHER+2, 0, 'Eversong Woods - East - Earthroot'), +(@OGUID+180, @POOL_MOTHER+2, 0, 'Eversong Woods - East - Earthroot'), +(@OGUID+194, @POOL_MOTHER+2, 0, 'Eversong Woods - East - Earthroot'), +(@OGUID+207, @POOL_MOTHER+2, 0, 'Eversong Woods - East - Earthroot'), +(@OGUID+208, @POOL_MOTHER+2, 0, 'Eversong Woods - East - Earthroot'), +(@OGUID+173, @POOL_MOTHER+2, 0, 'Eversong Woods - East - Earthroot'), +(@OGUID+179, @POOL_MOTHER+2, 0, 'Eversong Woods - East - Earthroot'), +(@OGUID+206, @POOL_MOTHER+2, 0, 'Eversong Woods - East - Earthroot'), +(@OGUID+172, @POOL_MOTHER+2, 0, 'Eversong Woods - East - Earthroot'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+2, 4, 'Eversong Woods - East - Earthroot - 4/15'); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+211, @POOL_MOTHER+3, 0, 'Eversong Woods - East - Copper Vein'), +(@OGUID+215, @POOL_MOTHER+3, 0, 'Eversong Woods - East - Copper Vein'), +(@OGUID+221, @POOL_MOTHER+3, 0, 'Eversong Woods - East - Copper Vein'), +(@OGUID+225, @POOL_MOTHER+3, 0, 'Eversong Woods - East - Copper Vein'), +(@OGUID+228, @POOL_MOTHER+3, 0, 'Eversong Woods - East - Copper Vein'), +(@OGUID+231, @POOL_MOTHER+3, 0, 'Eversong Woods - East - Copper Vein'), +(@OGUID+237, @POOL_MOTHER+3, 0, 'Eversong Woods - East - Copper Vein'), +(@OGUID+238, @POOL_MOTHER+3, 0, 'Eversong Woods - East - Copper Vein'), +(@OGUID+239, @POOL_MOTHER+3, 0, 'Eversong Woods - East - Copper Vein'), +(@OGUID+244, @POOL_MOTHER+3, 0, 'Eversong Woods - East - Copper Vein'), +(@OGUID+248, @POOL_MOTHER+3, 0, 'Eversong Woods - East - Copper Vein'), +(@OGUID+260, @POOL_MOTHER+3, 0, 'Eversong Woods - East - Copper Vein'), +(@OGUID+266, @POOL_MOTHER+3, 0, 'Eversong Woods - East - Copper Vein'), +(@OGUID+267, @POOL_MOTHER+3, 0, 'Eversong Woods - East - Copper Vein'), +(@OGUID+288, @POOL_MOTHER+3, 0, 'Eversong Woods - East - Copper Vein'), +(@OGUID+291, @POOL_MOTHER+3, 0, 'Eversong Woods - East - Copper Vein'), +(@OGUID+301, @POOL_MOTHER+3, 0, 'Eversong Woods - East - Copper Vein'), +(@OGUID+306, @POOL_MOTHER+3, 0, 'Eversong Woods - East - Copper Vein'), +(@OGUID+322, @POOL_MOTHER+3, 0, 'Eversong Woods - East - Copper Vein'), +(@OGUID+240, @POOL_MOTHER+3, 0, 'Eversong Woods - East - Copper Vein'), +(@OGUID+323, @POOL_MOTHER+3, 0, 'Eversong Woods - East - Copper Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+3, 6, 'Eversong Woods - East - Copper Vein - 6/21'); + +-- Sub-Zone North +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+11, @POOL_MOTHER+4, 0, 'Eversong Woods - North - Silverleaf'), +(@OGUID+12, @POOL_MOTHER+4, 0, 'Eversong Woods - North - Silverleaf'), +(@OGUID+15, @POOL_MOTHER+4, 0, 'Eversong Woods - North - Silverleaf'), +(@OGUID+16, @POOL_MOTHER+4, 0, 'Eversong Woods - North - Silverleaf'), +(@OGUID+18, @POOL_MOTHER+4, 0, 'Eversong Woods - North - Silverleaf'), +(@OGUID+19, @POOL_MOTHER+4, 0, 'Eversong Woods - North - Silverleaf'), +(@OGUID+20, @POOL_MOTHER+4, 0, 'Eversong Woods - North - Silverleaf'), +(@OGUID+23, @POOL_MOTHER+4, 0, 'Eversong Woods - North - Silverleaf'), +(@OGUID+24, @POOL_MOTHER+4, 0, 'Eversong Woods - North - Silverleaf'), +(@OGUID+25, @POOL_MOTHER+4, 0, 'Eversong Woods - North - Silverleaf'), +(@OGUID+26, @POOL_MOTHER+4, 0, 'Eversong Woods - North - Silverleaf'), +(@OGUID+27, @POOL_MOTHER+4, 0, 'Eversong Woods - North - Silverleaf'), +(@OGUID+28, @POOL_MOTHER+4, 0, 'Eversong Woods - North - Silverleaf'), +(@OGUID+29, @POOL_MOTHER+4, 0, 'Eversong Woods - North - Silverleaf'), +(@OGUID+40, @POOL_MOTHER+4, 0, 'Eversong Woods - North - Silverleaf'), +(@OGUID+42, @POOL_MOTHER+4, 0, 'Eversong Woods - North - Silverleaf'), +(@OGUID+54, @POOL_MOTHER+4, 0, 'Eversong Woods - North - Silverleaf'), +(@OGUID+55, @POOL_MOTHER+4, 0, 'Eversong Woods - North - Silverleaf'), +(@OGUID+56, @POOL_MOTHER+4, 0, 'Eversong Woods - North - Silverleaf'), +(@OGUID+57, @POOL_MOTHER+4, 0, 'Eversong Woods - North - Silverleaf'), +(@OGUID+60, @POOL_MOTHER+4, 0, 'Eversong Woods - North - Silverleaf'), +(@OGUID+63, @POOL_MOTHER+4, 0, 'Eversong Woods - North - Silverleaf'), +(@OGUID+64, @POOL_MOTHER+4, 0, 'Eversong Woods - North - Silverleaf'), +(@OGUID+65, @POOL_MOTHER+4, 0, 'Eversong Woods - North - Silverleaf'), +(@OGUID+67, @POOL_MOTHER+4, 0, 'Eversong Woods - North - Silverleaf'), +(@OGUID+68, @POOL_MOTHER+4, 0, 'Eversong Woods - North - Silverleaf'), +(@OGUID+71, @POOL_MOTHER+4, 0, 'Eversong Woods - North - Silverleaf'), +(@OGUID+78, @POOL_MOTHER+4, 0, 'Eversong Woods - North - Silverleaf'), +(@OGUID+81, @POOL_MOTHER+4, 0, 'Eversong Woods - North - Silverleaf'), +(@OGUID+73, @POOL_MOTHER+4, 0, 'Eversong Woods - North - Silverleaf'), + +(@OGUID+100, @POOL_MOTHER+5, 0, 'Eversong Woods - North - Peacebloom'), +(@OGUID+102, @POOL_MOTHER+5, 0, 'Eversong Woods - North - Peacebloom'), +(@OGUID+103, @POOL_MOTHER+5, 0, 'Eversong Woods - North - Peacebloom'), +(@OGUID+104, @POOL_MOTHER+5, 0, 'Eversong Woods - North - Peacebloom'), +(@OGUID+105, @POOL_MOTHER+5, 0, 'Eversong Woods - North - Peacebloom'), +(@OGUID+108, @POOL_MOTHER+5, 0, 'Eversong Woods - North - Peacebloom'), +(@OGUID+110, @POOL_MOTHER+5, 0, 'Eversong Woods - North - Peacebloom'), +(@OGUID+112, @POOL_MOTHER+5, 0, 'Eversong Woods - North - Peacebloom'), +(@OGUID+113, @POOL_MOTHER+5, 0, 'Eversong Woods - North - Peacebloom'), +(@OGUID+114, @POOL_MOTHER+5, 0, 'Eversong Woods - North - Peacebloom'), +(@OGUID+115, @POOL_MOTHER+5, 0, 'Eversong Woods - North - Peacebloom'), +(@OGUID+116, @POOL_MOTHER+5, 0, 'Eversong Woods - North - Peacebloom'), +(@OGUID+126, @POOL_MOTHER+5, 0, 'Eversong Woods - North - Peacebloom'), +(@OGUID+127, @POOL_MOTHER+5, 0, 'Eversong Woods - North - Peacebloom'), +(@OGUID+129, @POOL_MOTHER+5, 0, 'Eversong Woods - North - Peacebloom'), +(@OGUID+131, @POOL_MOTHER+5, 0, 'Eversong Woods - North - Peacebloom'), +(@OGUID+141, @POOL_MOTHER+5, 0, 'Eversong Woods - North - Peacebloom'), +(@OGUID+145, @POOL_MOTHER+5, 0, 'Eversong Woods - North - Peacebloom'), +(@OGUID+149, @POOL_MOTHER+5, 0, 'Eversong Woods - North - Peacebloom'), +(@OGUID+150, @POOL_MOTHER+5, 0, 'Eversong Woods - North - Peacebloom'), +(@OGUID+152, @POOL_MOTHER+5, 0, 'Eversong Woods - North - Peacebloom'), +(@OGUID+156, @POOL_MOTHER+5, 0, 'Eversong Woods - North - Peacebloom'), +(@OGUID+153, @POOL_MOTHER+5, 0, 'Eversong Woods - North - Peacebloom'), + +(@OGUID+167, @POOL_MOTHER+6, 0, 'Eversong Woods - North - Earthroot'), +(@OGUID+175, @POOL_MOTHER+6, 0, 'Eversong Woods - North - Earthroot'), +(@OGUID+178, @POOL_MOTHER+6, 0, 'Eversong Woods - North - Earthroot'), +(@OGUID+195, @POOL_MOTHER+6, 0, 'Eversong Woods - North - Earthroot'), +(@OGUID+196, @POOL_MOTHER+6, 0, 'Eversong Woods - North - Earthroot'), + +(@OGUID+226, @POOL_MOTHER+7, 0, 'Eversong Woods - North - Copper Vein'), +(@OGUID+227, @POOL_MOTHER+7, 0, 'Eversong Woods - North - Copper Vein'), +(@OGUID+229, @POOL_MOTHER+7, 0, 'Eversong Woods - North - Copper Vein'), +(@OGUID+230, @POOL_MOTHER+7, 0, 'Eversong Woods - North - Copper Vein'), +(@OGUID+232, @POOL_MOTHER+7, 0, 'Eversong Woods - North - Copper Vein'), +(@OGUID+233, @POOL_MOTHER+7, 0, 'Eversong Woods - North - Copper Vein'), +(@OGUID+234, @POOL_MOTHER+7, 0, 'Eversong Woods - North - Copper Vein'), +(@OGUID+235, @POOL_MOTHER+7, 0, 'Eversong Woods - North - Copper Vein'), +(@OGUID+236, @POOL_MOTHER+7, 0, 'Eversong Woods - North - Copper Vein'), +(@OGUID+243, @POOL_MOTHER+7, 0, 'Eversong Woods - North - Copper Vein'), +(@OGUID+251, @POOL_MOTHER+7, 0, 'Eversong Woods - North - Copper Vein'), +(@OGUID+252, @POOL_MOTHER+7, 0, 'Eversong Woods - North - Copper Vein'), +(@OGUID+253, @POOL_MOTHER+7, 0, 'Eversong Woods - North - Copper Vein'), +(@OGUID+256, @POOL_MOTHER+7, 0, 'Eversong Woods - North - Copper Vein'), +(@OGUID+259, @POOL_MOTHER+7, 0, 'Eversong Woods - North - Copper Vein'), +(@OGUID+261, @POOL_MOTHER+7, 0, 'Eversong Woods - North - Copper Vein'), +(@OGUID+262, @POOL_MOTHER+7, 0, 'Eversong Woods - North - Copper Vein'), +(@OGUID+265, @POOL_MOTHER+7, 0, 'Eversong Woods - North - Copper Vein'), +(@OGUID+285, @POOL_MOTHER+7, 0, 'Eversong Woods - North - Copper Vein'), +(@OGUID+289, @POOL_MOTHER+7, 0, 'Eversong Woods - North - Copper Vein'), +(@OGUID+290, @POOL_MOTHER+7, 0, 'Eversong Woods - North - Copper Vein'), +(@OGUID+293, @POOL_MOTHER+7, 0, 'Eversong Woods - North - Copper Vein'), +(@OGUID+294, @POOL_MOTHER+7, 0, 'Eversong Woods - North - Copper Vein'), +(@OGUID+296, @POOL_MOTHER+7, 0, 'Eversong Woods - North - Copper Vein'), +(@OGUID+297, @POOL_MOTHER+7, 0, 'Eversong Woods - North - Copper Vein'), +(@OGUID+298, @POOL_MOTHER+7, 0, 'Eversong Woods - North - Copper Vein'), +(@OGUID+300, @POOL_MOTHER+7, 0, 'Eversong Woods - North - Copper Vein'), +(@OGUID+302, @POOL_MOTHER+7, 0, 'Eversong Woods - North - Copper Vein'), +(@OGUID+303, @POOL_MOTHER+7, 0, 'Eversong Woods - North - Copper Vein'), +(@OGUID+304, @POOL_MOTHER+7, 0, 'Eversong Woods - North - Copper Vein'), +(@OGUID+307, @POOL_MOTHER+7, 0, 'Eversong Woods - North - Copper Vein'), +(@OGUID+308, @POOL_MOTHER+7, 0, 'Eversong Woods - North - Copper Vein'), +(@OGUID+313, @POOL_MOTHER+7, 0, 'Eversong Woods - North - Copper Vein'), +(@OGUID+314, @POOL_MOTHER+7, 0, 'Eversong Woods - North - Copper Vein'), +(@OGUID+315, @POOL_MOTHER+7, 0, 'Eversong Woods - North - Copper Vein'), +(@OGUID+318, @POOL_MOTHER+7, 0, 'Eversong Woods - North - Copper Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+4, 7, 'Eversong Woods - North - Silverleaf - 8/30'), +(@POOL_MOTHER+5, 6, 'Eversong Woods - North - Peacebloom - 6/23'), +(@POOL_MOTHER+6, 2, 'Eversong Woods - North - Earthroot - 2/5'), +(@POOL_MOTHER+7, 9, 'Eversong Woods - North - Copper Vein - 9/36'); + +-- Sub-Zone South +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+00, @POOL_MOTHER+8, 0, 'Eversong Woods - South - Silverleaf'), +(@OGUID+01, @POOL_MOTHER+8, 0, 'Eversong Woods - South - Silverleaf'), +(@OGUID+02, @POOL_MOTHER+8, 0, 'Eversong Woods - South - Silverleaf'), +(@OGUID+03, @POOL_MOTHER+8, 0, 'Eversong Woods - South - Silverleaf'), +(@OGUID+04, @POOL_MOTHER+8, 0, 'Eversong Woods - South - Silverleaf'), +(@OGUID+06, @POOL_MOTHER+8, 0, 'Eversong Woods - South - Silverleaf'), +(@OGUID+07, @POOL_MOTHER+8, 0, 'Eversong Woods - South - Silverleaf'), +(@OGUID+09, @POOL_MOTHER+8, 0, 'Eversong Woods - South - Silverleaf'), +(@OGUID+10, @POOL_MOTHER+8, 0, 'Eversong Woods - South - Silverleaf'), +(@OGUID+31, @POOL_MOTHER+8, 0, 'Eversong Woods - South - Silverleaf'), +(@OGUID+33, @POOL_MOTHER+8, 0, 'Eversong Woods - South - Silverleaf'), +(@OGUID+36, @POOL_MOTHER+8, 0, 'Eversong Woods - South - Silverleaf'), +(@OGUID+45, @POOL_MOTHER+8, 0, 'Eversong Woods - South - Silverleaf'), +(@OGUID+46, @POOL_MOTHER+8, 0, 'Eversong Woods - South - Silverleaf'), +(@OGUID+74, @POOL_MOTHER+8, 0, 'Eversong Woods - South - Silverleaf'), +(@OGUID+77, @POOL_MOTHER+8, 0, 'Eversong Woods - South - Silverleaf'), +(@OGUID+79, @POOL_MOTHER+8, 0, 'Eversong Woods - South - Silverleaf'), +(@OGUID+80, @POOL_MOTHER+8, 0, 'Eversong Woods - South - Silverleaf'), +(@OGUID+84, @POOL_MOTHER+8, 0, 'Eversong Woods - South - Silverleaf'), + +(@OGUID+90, @POOL_MOTHER+9, 0, 'Eversong Woods - South - Peacebloom'), +(@OGUID+91, @POOL_MOTHER+9, 0, 'Eversong Woods - South - Peacebloom'), +(@OGUID+92, @POOL_MOTHER+9, 0, 'Eversong Woods - South - Peacebloom'), +(@OGUID+93, @POOL_MOTHER+9, 0, 'Eversong Woods - South - Peacebloom'), +(@OGUID+95, @POOL_MOTHER+9, 0, 'Eversong Woods - South - Peacebloom'), +(@OGUID+96, @POOL_MOTHER+9, 0, 'Eversong Woods - South - Peacebloom'), +(@OGUID+98, @POOL_MOTHER+9, 0, 'Eversong Woods - South - Peacebloom'), +(@OGUID+123, @POOL_MOTHER+9, 0, 'Eversong Woods - South - Peacebloom'), +(@OGUID+124, @POOL_MOTHER+9, 0, 'Eversong Woods - South - Peacebloom'), +(@OGUID+125, @POOL_MOTHER+9, 0, 'Eversong Woods - South - Peacebloom'), +(@OGUID+134, @POOL_MOTHER+9, 0, 'Eversong Woods - South - Peacebloom'), +(@OGUID+139, @POOL_MOTHER+9, 0, 'Eversong Woods - South - Peacebloom'), +(@OGUID+154, @POOL_MOTHER+9, 0, 'Eversong Woods - South - Peacebloom'), + +(@OGUID+162, @POOL_MOTHER+10, 0, 'Eversong Woods - South - Earthroot'), +(@OGUID+163, @POOL_MOTHER+10, 0, 'Eversong Woods - South - Earthroot'), +(@OGUID+164, @POOL_MOTHER+10, 0, 'Eversong Woods - South - Earthroot'), +(@OGUID+166, @POOL_MOTHER+10, 0, 'Eversong Woods - South - Earthroot'), +(@OGUID+176, @POOL_MOTHER+10, 0, 'Eversong Woods - South - Earthroot'), +(@OGUID+181, @POOL_MOTHER+10, 0, 'Eversong Woods - South - Earthroot'), +(@OGUID+183, @POOL_MOTHER+10, 0, 'Eversong Woods - South - Earthroot'), +(@OGUID+184, @POOL_MOTHER+10, 0, 'Eversong Woods - South - Earthroot'), +(@OGUID+189, @POOL_MOTHER+10, 0, 'Eversong Woods - South - Earthroot'), +(@OGUID+192, @POOL_MOTHER+10, 0, 'Eversong Woods - South - Earthroot'), +(@OGUID+202, @POOL_MOTHER+10, 0, 'Eversong Woods - South - Earthroot'), + +(@OGUID+209, @POOL_MOTHER+11, 0, 'Eversong Woods - South - Copper Vein'), +(@OGUID+210, @POOL_MOTHER+11, 0, 'Eversong Woods - South - Copper Vein'), +(@OGUID+212, @POOL_MOTHER+11, 0, 'Eversong Woods - South - Copper Vein'), +(@OGUID+213, @POOL_MOTHER+11, 0, 'Eversong Woods - South - Copper Vein'), +(@OGUID+214, @POOL_MOTHER+11, 0, 'Eversong Woods - South - Copper Vein'), +(@OGUID+216, @POOL_MOTHER+11, 0, 'Eversong Woods - South - Copper Vein'), +(@OGUID+218, @POOL_MOTHER+11, 0, 'Eversong Woods - South - Copper Vein'), +(@OGUID+219, @POOL_MOTHER+11, 0, 'Eversong Woods - South - Copper Vein'), +(@OGUID+220, @POOL_MOTHER+11, 0, 'Eversong Woods - South - Copper Vein'), +(@OGUID+223, @POOL_MOTHER+11, 0, 'Eversong Woods - South - Copper Vein'), +(@OGUID+224, @POOL_MOTHER+11, 0, 'Eversong Woods - South - Copper Vein'), +(@OGUID+241, @POOL_MOTHER+11, 0, 'Eversong Woods - South - Copper Vein'), +(@OGUID+247, @POOL_MOTHER+11, 0, 'Eversong Woods - South - Copper Vein'), +(@OGUID+268, @POOL_MOTHER+11, 0, 'Eversong Woods - South - Copper Vein'), +(@OGUID+269, @POOL_MOTHER+11, 0, 'Eversong Woods - South - Copper Vein'), +(@OGUID+270, @POOL_MOTHER+11, 0, 'Eversong Woods - South - Copper Vein'), +(@OGUID+271, @POOL_MOTHER+11, 0, 'Eversong Woods - South - Copper Vein'), +(@OGUID+272, @POOL_MOTHER+11, 0, 'Eversong Woods - South - Copper Vein'), +(@OGUID+275, @POOL_MOTHER+11, 0, 'Eversong Woods - South - Copper Vein'), +(@OGUID+280, @POOL_MOTHER+11, 0, 'Eversong Woods - South - Copper Vein'), +(@OGUID+316, @POOL_MOTHER+11, 0, 'Eversong Woods - South - Copper Vein'), +(@OGUID+317, @POOL_MOTHER+11, 0, 'Eversong Woods - South - Copper Vein'), +(@OGUID+319, @POOL_MOTHER+11, 0, 'Eversong Woods - South - Copper Vein'), +(@OGUID+326, @POOL_MOTHER+11, 0, 'Eversong Woods - South - Copper Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+8, 5, 'Eversong Woods - North - Silverleaf - 5/19'), +(@POOL_MOTHER+9, 4, 'Eversong Woods - North - Peacebloom - 4/13'), +(@POOL_MOTHER+10, 3, 'Eversong Woods - North - Earthroot - 3/11'), +(@POOL_MOTHER+11, 7, 'Eversong Woods - North - Copper Vein - 6/23'); + +-- Sub-Zone West +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+08, @POOL_MOTHER+12, 0, 'Eversong Woods - West - Silverleaf'), +(@OGUID+34, @POOL_MOTHER+12, 0, 'Eversong Woods - West - Silverleaf'), +(@OGUID+38, @POOL_MOTHER+12, 0, 'Eversong Woods - West - Silverleaf'), +(@OGUID+39, @POOL_MOTHER+12, 0, 'Eversong Woods - West - Silverleaf'), +(@OGUID+41, @POOL_MOTHER+12, 0, 'Eversong Woods - West - Silverleaf'), +(@OGUID+43, @POOL_MOTHER+12, 0, 'Eversong Woods - West - Silverleaf'), +(@OGUID+44, @POOL_MOTHER+12, 0, 'Eversong Woods - West - Silverleaf'), +(@OGUID+47, @POOL_MOTHER+12, 0, 'Eversong Woods - West - Silverleaf'), +(@OGUID+49, @POOL_MOTHER+12, 0, 'Eversong Woods - West - Silverleaf'), +(@OGUID+50, @POOL_MOTHER+12, 0, 'Eversong Woods - West - Silverleaf'), +(@OGUID+51, @POOL_MOTHER+12, 0, 'Eversong Woods - West - Silverleaf'), +(@OGUID+53, @POOL_MOTHER+12, 0, 'Eversong Woods - West - Silverleaf'), +(@OGUID+58, @POOL_MOTHER+12, 0, 'Eversong Woods - West - Silverleaf'), +(@OGUID+59, @POOL_MOTHER+12, 0, 'Eversong Woods - West - Silverleaf'), +(@OGUID+62, @POOL_MOTHER+12, 0, 'Eversong Woods - West - Silverleaf'), +(@OGUID+66, @POOL_MOTHER+12, 0, 'Eversong Woods - West - Silverleaf'), +(@OGUID+69, @POOL_MOTHER+12, 0, 'Eversong Woods - West - Silverleaf'), +(@OGUID+70, @POOL_MOTHER+12, 0, 'Eversong Woods - West - Silverleaf'), +(@OGUID+75, @POOL_MOTHER+12, 0, 'Eversong Woods - West - Silverleaf'), +(@OGUID+76, @POOL_MOTHER+12, 0, 'Eversong Woods - West - Silverleaf'), +(@OGUID+72, @POOL_MOTHER+12, 0, 'Eversong Woods - West - Silverleaf'), + +(@OGUID+120, @POOL_MOTHER+13, 0, 'Eversong Woods - West - Peacebloom'), +(@OGUID+128, @POOL_MOTHER+13, 0, 'Eversong Woods - West - Peacebloom'), +(@OGUID+130, @POOL_MOTHER+13, 0, 'Eversong Woods - West - Peacebloom'), +(@OGUID+132, @POOL_MOTHER+13, 0, 'Eversong Woods - West - Peacebloom'), +(@OGUID+133, @POOL_MOTHER+13, 0, 'Eversong Woods - West - Peacebloom'), +(@OGUID+135, @POOL_MOTHER+13, 0, 'Eversong Woods - West - Peacebloom'), +(@OGUID+136, @POOL_MOTHER+13, 0, 'Eversong Woods - West - Peacebloom'), +(@OGUID+137, @POOL_MOTHER+13, 0, 'Eversong Woods - West - Peacebloom'), +(@OGUID+138, @POOL_MOTHER+13, 0, 'Eversong Woods - West - Peacebloom'), +(@OGUID+140, @POOL_MOTHER+13, 0, 'Eversong Woods - West - Peacebloom'), +(@OGUID+143, @POOL_MOTHER+13, 0, 'Eversong Woods - West - Peacebloom'), +(@OGUID+144, @POOL_MOTHER+13, 0, 'Eversong Woods - West - Peacebloom'), +(@OGUID+146, @POOL_MOTHER+13, 0, 'Eversong Woods - West - Peacebloom'), +(@OGUID+148, @POOL_MOTHER+13, 0, 'Eversong Woods - West - Peacebloom'), +(@OGUID+151, @POOL_MOTHER+13, 0, 'Eversong Woods - West - Peacebloom'), +(@OGUID+155, @POOL_MOTHER+13, 0, 'Eversong Woods - West - Peacebloom'), +(@OGUID+161, @POOL_MOTHER+13, 0, 'Eversong Woods - West - Peacebloom'), + +(@OGUID+182, @POOL_MOTHER+14, 0, 'Eversong Woods - West - Earthroot'), +(@OGUID+185, @POOL_MOTHER+14, 0, 'Eversong Woods - West - Earthroot'), +(@OGUID+186, @POOL_MOTHER+14, 0, 'Eversong Woods - West - Earthroot'), +(@OGUID+187, @POOL_MOTHER+14, 0, 'Eversong Woods - West - Earthroot'), +(@OGUID+188, @POOL_MOTHER+14, 0, 'Eversong Woods - West - Earthroot'), +(@OGUID+190, @POOL_MOTHER+14, 0, 'Eversong Woods - West - Earthroot'), +(@OGUID+191, @POOL_MOTHER+14, 0, 'Eversong Woods - West - Earthroot'), +(@OGUID+193, @POOL_MOTHER+14, 0, 'Eversong Woods - West - Earthroot'), +(@OGUID+197, @POOL_MOTHER+14, 0, 'Eversong Woods - West - Earthroot'), +(@OGUID+198, @POOL_MOTHER+14, 0, 'Eversong Woods - West - Earthroot'), +(@OGUID+199, @POOL_MOTHER+14, 0, 'Eversong Woods - West - Earthroot'), +(@OGUID+200, @POOL_MOTHER+14, 0, 'Eversong Woods - West - Earthroot'), +(@OGUID+201, @POOL_MOTHER+14, 0, 'Eversong Woods - West - Earthroot'), +(@OGUID+203, @POOL_MOTHER+14, 0, 'Eversong Woods - West - Earthroot'), +(@OGUID+204, @POOL_MOTHER+14, 0, 'Eversong Woods - West - Earthroot'), +(@OGUID+205, @POOL_MOTHER+14, 0, 'Eversong Woods - West - Earthroot'), + +(@OGUID+217, @POOL_MOTHER+15, 0, 'Eversong Woods - West - Copper Vein'), +(@OGUID+222, @POOL_MOTHER+15, 0, 'Eversong Woods - West - Copper Vein'), +(@OGUID+242, @POOL_MOTHER+15, 0, 'Eversong Woods - West - Copper Vein'), +(@OGUID+245, @POOL_MOTHER+15, 0, 'Eversong Woods - West - Copper Vein'), +(@OGUID+246, @POOL_MOTHER+15, 0, 'Eversong Woods - West - Copper Vein'), +(@OGUID+249, @POOL_MOTHER+15, 0, 'Eversong Woods - West - Copper Vein'), +(@OGUID+250, @POOL_MOTHER+15, 0, 'Eversong Woods - West - Copper Vein'), +(@OGUID+254, @POOL_MOTHER+15, 0, 'Eversong Woods - West - Copper Vein'), +(@OGUID+255, @POOL_MOTHER+15, 0, 'Eversong Woods - West - Copper Vein'), +(@OGUID+257, @POOL_MOTHER+15, 0, 'Eversong Woods - West - Copper Vein'), +(@OGUID+258, @POOL_MOTHER+15, 0, 'Eversong Woods - West - Copper Vein'), +(@OGUID+263, @POOL_MOTHER+15, 0, 'Eversong Woods - West - Copper Vein'), +(@OGUID+264, @POOL_MOTHER+15, 0, 'Eversong Woods - West - Copper Vein'), +(@OGUID+273, @POOL_MOTHER+15, 0, 'Eversong Woods - West - Copper Vein'), +(@OGUID+274, @POOL_MOTHER+15, 0, 'Eversong Woods - West - Copper Vein'), +(@OGUID+276, @POOL_MOTHER+15, 0, 'Eversong Woods - West - Copper Vein'), +(@OGUID+277, @POOL_MOTHER+15, 0, 'Eversong Woods - West - Copper Vein'), +(@OGUID+278, @POOL_MOTHER+15, 0, 'Eversong Woods - West - Copper Vein'), +(@OGUID+279, @POOL_MOTHER+15, 0, 'Eversong Woods - West - Copper Vein'), +(@OGUID+281, @POOL_MOTHER+15, 0, 'Eversong Woods - West - Copper Vein'), +(@OGUID+282, @POOL_MOTHER+15, 0, 'Eversong Woods - West - Copper Vein'), +(@OGUID+283, @POOL_MOTHER+15, 0, 'Eversong Woods - West - Copper Vein'), +(@OGUID+284, @POOL_MOTHER+15, 0, 'Eversong Woods - West - Copper Vein'), +(@OGUID+286, @POOL_MOTHER+15, 0, 'Eversong Woods - West - Copper Vein'), +(@OGUID+287, @POOL_MOTHER+15, 0, 'Eversong Woods - West - Copper Vein'), +(@OGUID+292, @POOL_MOTHER+15, 0, 'Eversong Woods - West - Copper Vein'), +(@OGUID+295, @POOL_MOTHER+15, 0, 'Eversong Woods - West - Copper Vein'), +(@OGUID+299, @POOL_MOTHER+15, 0, 'Eversong Woods - West - Copper Vein'), +(@OGUID+305, @POOL_MOTHER+15, 0, 'Eversong Woods - West - Copper Vein'), +(@OGUID+309, @POOL_MOTHER+15, 0, 'Eversong Woods - West - Copper Vein'), +(@OGUID+310, @POOL_MOTHER+15, 0, 'Eversong Woods - West - Copper Vein'), +(@OGUID+311, @POOL_MOTHER+15, 0, 'Eversong Woods - West - Copper Vein'), +(@OGUID+312, @POOL_MOTHER+15, 0, 'Eversong Woods - West - Copper Vein'), +(@OGUID+320, @POOL_MOTHER+15, 0, 'Eversong Woods - West - Copper Vein'), +(@OGUID+321, @POOL_MOTHER+15, 0, 'Eversong Woods - West - Copper Vein'), +(@OGUID+324, @POOL_MOTHER+15, 0, 'Eversong Woods - West - Copper Vein'), +(@OGUID+325, @POOL_MOTHER+15, 0, 'Eversong Woods - West - Copper Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+12, 6, 'Eversong Woods - West - Silverleaf - 6/21'), +(@POOL_MOTHER+13, 5, 'Eversong Woods - West - Peacebloom - 5/17'), +(@POOL_MOTHER+14, 4, 'Eversong Woods - West - Earthroot - 4/16'), +(@POOL_MOTHER+15, 10, 'Eversong Woods - West - Copper Vein - 10/37'); + +/* Ghostlands +Tin (1732) -> Silver (1733) +Underlight Caves have special veins (181248 & 181249) +*/ +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`, `Comment`) VALUES +(@OGUID+327, 1617, 530, 3433, 0, 1, 1, 6585.2, -7217.27, 43.1199, 3.29869, 0, 0, -0.996917, 0.0784664, 900, 255, 1, '', 48632, NULL), +(@OGUID+328, 1617, 530, 3433, 0, 1, 1, 6656.74, -6680.58, 44.1546, 2.9496, 0, 0, 0.995396, 0.0958512, 900, 255, 1, '', 48632, NULL), +(@OGUID+329, 1617, 530, 3433, 0, 1, 1, 6685.84, -6642.1, 44.1807, 3.31614, 0, 0, -0.996194, 0.087165, 900, 255, 1, '', 48632, NULL), +(@OGUID+330, 1617, 530, 3433, 0, 1, 1, 6795.06, -5922.65, 57.1146, 0.750491, 0, 0, 0.366501, 0.930418, 900, 255, 1, '', 49822, NULL), +(@OGUID+331, 1617, 530, 3433, 0, 1, 1, 6836.06, -6363.99, 29.02, 1.3439, 0, 0, 0.622514, 0.782609, 900, 255, 1, '', 49822, NULL), +(@OGUID+332, 1617, 530, 3433, 0, 1, 1, 6843.24, -6640.32, 26.5185, 1.23918, 0, 0, 0.580703, 0.814116, 900, 255, 1, '', 50664, NULL), +(@OGUID+333, 1617, 530, 3433, 0, 1, 1, 6848.17, -6929.68, 80.3488, 3.05433, 0, 0, 0.999048, 0.0436193, 900, 255, 1, '', 48632, NULL), +(@OGUID+334, 1617, 530, 3433, 0, 1, 1, 6857.68, -6828.04, 60.1858, 0.890117, 0, 0, 0.430511, 0.902586, 900, 255, 1, '', 48632, NULL), +(@OGUID+335, 1617, 530, 3433, 0, 1, 1, 6860, -7154.78, 29.8781, 0.994837, 0, 0, 0.477159, 0.878817, 900, 255, 1, '', 49822, NULL), +(@OGUID+336, 1617, 530, 3433, 0, 1, 1, 6914.58, -7061.63, 46.5478, 4.38078, 0, 0, -0.814116, 0.580703, 900, 255, 1, '', 49345, NULL), +(@OGUID+337, 1617, 530, 3433, 0, 1, 1, 6922.57, -5961.25, 11.2815, 5.35816, 0, 0, -0.446198, 0.894935, 900, 255, 1, '', 50664, NULL), +(@OGUID+338, 1617, 530, 3433, 0, 1, 1, 6938.3, -6920.89, 47.5748, 5.72468, 0, 0, -0.275637, 0.961262, 900, 255, 1, '', 49345, NULL), +(@OGUID+339, 1617, 530, 3433, 0, 1, 1, 7008.01, -6331.41, 45.5756, 4.88692, 0, 0, -0.642787, 0.766045, 900, 255, 1, '', 49822, NULL), +(@OGUID+340, 1617, 530, 3433, 0, 1, 1, 7087.43, -6940.19, 46.5012, 3.3685, 0, 0, -0.993571, 0.113208, 900, 255, 1, '', 50664, NULL), +(@OGUID+341, 1617, 530, 3433, 0, 1, 1, 7097.06, -6265.59, 46.443, 1.58825, 0, 0, 0.71325, 0.70091, 900, 255, 1, '', 49822, NULL), +(@OGUID+342, 1617, 530, 3433, 0, 1, 1, 7107.74, -6813.42, 45.9999, 0, 0, 0, 0, 1, 900, 255, 1, '', 48632, NULL), +(@OGUID+343, 1617, 530, 3433, 0, 1, 1, 7135, -6640.22, 50.2822, 4.79966, 0, 0, -0.67559, 0.737278, 900, 255, 1, '', 49822, NULL), +(@OGUID+344, 1617, 530, 3433, 0, 1, 1, 7142.46, -6248.77, 21.9703, 4.90438, 0, 0, -0.636078, 0.771625, 900, 255, 1, '', 50664, NULL), +(@OGUID+345, 1617, 530, 3433, 0, 1, 1, 7181.41, -7480.35, 52.8637, 0.855211, 0, 0, 0.414693, 0.909961, 900, 255, 1, '', 49345, NULL), +(@OGUID+346, 1617, 530, 3433, 0, 1, 1, 7229.15, -6956.09, 46.6162, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 49822, NULL), +(@OGUID+347, 1617, 530, 3433, 0, 1, 1, 7261.98, -7328.56, 51.8683, 4.32842, 0, 0, -0.829037, 0.559194, 900, 255, 1, '', 49822, NULL), +(@OGUID+348, 1617, 530, 3433, 0, 1, 1, 7332.13, -7551.61, 85.6491, 2.96704, 0, 0, 0.996194, 0.087165, 900, 255, 1, '', 49822, NULL), +(@OGUID+349, 1617, 530, 3433, 0, 1, 1, 7338.75, -6466.61, 23.9368, 1.27409, 0, 0, 0.594822, 0.803857, 900, 255, 1, '', 50664, NULL), +(@OGUID+350, 1617, 530, 3433, 0, 1, 1, 7356.08, -7718.97, 121.103, 1.39626, 0, 0, 0.642787, 0.766045, 900, 255, 1, '', 50664, NULL), +(@OGUID+351, 1617, 530, 3433, 0, 1, 1, 7358.71, -6184.46, 28.6282, 5.28835, 0, 0, -0.477159, 0.878817, 900, 255, 1, '', 49822, NULL), +(@OGUID+352, 1617, 530, 3433, 0, 1, 1, 7363.22, -6702.57, 24.3383, 2.80998, 0, 0, 0.986285, 0.16505, 900, 255, 1, '', 48632, NULL), +(@OGUID+353, 1617, 530, 3433, 0, 1, 1, 7388.83, -7915.38, 158.251, 4.15388, 0, 0, -0.874619, 0.48481, 900, 255, 1, '', 50664, NULL), +(@OGUID+354, 1617, 530, 3433, 0, 1, 1, 7446.23, -5793.16, 7.87761, 3.83973, 0, 0, -0.939692, 0.34202, 900, 255, 1, '', 49822, NULL), +(@OGUID+355, 1617, 530, 3433, 0, 1, 1, 7544.42, -7578.14, 143.296, 4.36332, 0, 0, -0.819152, 0.573577, 900, 255, 1, '', 48120, NULL), +(@OGUID+356, 1617, 530, 3433, 0, 1, 1, 7574.13, -6256.12, 29.8574, 1.76278, 0, 0, 0.771625, 0.636078, 900, 255, 1, '', 49822, NULL), +(@OGUID+357, 1617, 530, 3433, 0, 1, 1, 7590.79, -6353.83, 13.158, 1.16937, 0, 0, 0.551936, 0.833886, 900, 255, 1, '', 50664, NULL), +(@OGUID+358, 1617, 530, 3433, 0, 1, 1, 7613.03, -7863.13, 177.382, 0.314158, 0, 0, 0.156434, 0.987688, 900, 255, 1, '', 49822, NULL), +(@OGUID+359, 1617, 530, 3433, 0, 1, 1, 7683.61, -6266.24, 28.3139, 5.81195, 0, 0, -0.233445, 0.97237, 900, 255, 1, '', 50664, NULL), +(@OGUID+360, 1617, 530, 3433, 0, 1, 1, 7692.31, -7616.2, 147.087, 6.24828, 0, 0, -0.0174522, 0.999848, 900, 255, 1, '', 48120, NULL), +(@OGUID+361, 1617, 530, 3433, 0, 1, 1, 7757.2, -6716.99, 38.779, 2.37364, 0, 0, 0.927183, 0.374608, 900, 255, 1, '', 49822, NULL), +(@OGUID+362, 1617, 530, 3433, 0, 1, 1, 7778.5, -7181.78, 136.964, 4.95674, 0, 0, -0.615661, 0.788011, 900, 255, 1, '', 49345, NULL), +(@OGUID+363, 1617, 530, 3433, 0, 1, 1, 7787.52, -6570.95, 24.3138, 4.34587, 0, 0, -0.824126, 0.566406, 900, 255, 1, '', 49822, NULL), +(@OGUID+364, 1617, 530, 3433, 0, 1, 1, 7825.48, -6095.22, 20.3396, 3.01941, 0, 0, 0.998135, 0.0610518, 900, 255, 1, '', 50664, NULL), +(@OGUID+365, 1617, 530, 3433, 0, 1, 1, 7832.34, -7669.35, 149.764, 1.22173, 0, 0, 0.573576, 0.819152, 900, 255, 1, '', 48120, NULL), +(@OGUID+366, 1617, 530, 3433, 0, 1, 1, 7848.41, -6766.18, 47.2311, 4.27606, 0, 0, -0.843391, 0.5373, 900, 255, 1, '', 50664, NULL), +(@OGUID+367, 1617, 530, 3433, 0, 1, 1, 7852.8, -7159.96, 128.217, 5.42797, 0, 0, -0.414693, 0.909961, 900, 255, 1, '', 50664, NULL), +(@OGUID+368, 1617, 530, 3433, 0, 1, 1, 7916.94, -7858.86, 167.834, 0.209439, 0, 0, 0.104528, 0.994522, 900, 255, 1, '', 49822, NULL), +(@OGUID+369, 1617, 530, 3433, 0, 1, 1, 7947.32, -6460.41, 50.1804, 1.97222, 0, 0, 0.833885, 0.551938, 900, 255, 1, '', 50664, NULL), +(@OGUID+370, 1617, 530, 3433, 0, 1, 1, 7682.89, -6355.97, 26.6634, 2.79252, 0, 0, 0.984807, 0.173652, 900, 255, 1, '', 49822, NULL), +(@OGUID+371, 1617, 530, 3433, 0, 1, 1, 7896.51, -7522.05, 145.595, 0.139624, 0, 0, 0.0697556, 0.997564, 900, 255, 1, '', 49822, NULL), +(@OGUID+372, 1617, 530, 3433, 0, 1, 1, 7928.96, -7334.72, 143.3, 4.27606, 0, 0, -0.843391, 0.5373, 900, 255, 1, '', 49822, NULL), +(@OGUID+373, 1617, 530, 3433, 0, 1, 1, 7952.63, -6060.95, 15.4692, 2.79252, 0, 0, 0.984807, 0.173652, 900, 255, 1, '', 49822, NULL), +(@OGUID+374, 1617, 530, 3433, 0, 1, 1, 7959.2, -6575.45, 54.6607, 2.9845, 0, 0, 0.996917, 0.0784664, 900, 255, 1, '', 49822, NULL), +(@OGUID+375, 1617, 530, 3433, 0, 1, 1, 6960.14, -6065.71, 13.5078, 5.41052, 0, 0, -0.422618, 0.906308, 900, 255, 1, '', 45942, NULL), +(@OGUID+376, 1617, 530, 3433, 0, 1, 1, 7055.73, -7192.13, 43.9314, 5.25344, 0, 0, -0.492423, 0.870356, 900, 255, 1, '', 45942, NULL), +(@OGUID+377, 1617, 530, 3433, 0, 1, 1, 7077.92, -6021.07, 5.47685, 3.194, 0, 0, -0.999657, 0.0262016, 900, 255, 1, '', 45942, NULL), +(@OGUID+378, 1617, 530, 3433, 0, 1, 1, 7318.28, -6836.71, 42.9545, 5.044, 0, 0, -0.580703, 0.814116, 900, 255, 1, '', 45942, NULL), +(@OGUID+379, 1617, 530, 3433, 0, 1, 1, 7526.89, -7792.97, 144.863, 2.00713, 0, 0, 0.843391, 0.5373, 900, 255, 1, '', 52237, NULL), +(@OGUID+380, 1617, 530, 3433, 0, 1, 1, 7534.86, -6142.36, 19.3165, 0.471238, 0, 0, 0.233445, 0.97237, 900, 255, 1, '', 45942, NULL), +(@OGUID+381, 1617, 530, 3433, 0, 1, 1, 7636.15, -6052.81, 10.7062, 6.05629, 0, 0, -0.113203, 0.993572, 900, 255, 1, '', 45942, NULL), +(@OGUID+382, 1617, 530, 3433, 0, 1, 1, 7734.29, -7850, 162.804, 4.34587, 0, 0, -0.824126, 0.566406, 900, 255, 1, '', 52237, NULL), +(@OGUID+383, 1617, 530, 3433, 3488, 1, 1, 7141.82, -5836.93, 13.4929, 4.88692, 0, 0, -0.642787, 0.766045, 900, 255, 1, '', 52237, NULL), +(@OGUID+384, 1617, 530, 3433, 3488, 1, 1, 7252.83, -7815.63, 151.714, 3.68265, 0, 0, -0.96363, 0.267241, 900, 255, 1, '', 51943, NULL), +(@OGUID+385, 1617, 530, 3433, 3488, 1, 1, 7263.27, -6135.45, 21.9088, 1.98967, 0, 0, 0.83867, 0.54464, 900, 255, 1, '', 52237, NULL), +(@OGUID+386, 1617, 530, 3433, 3505, 1, 1, 7253.74, -6215.67, 21.286, 5.95157, 0, 0, -0.165047, 0.986286, 900, 255, 1, '', 52237, NULL), +(@OGUID+387, 1617, 530, 3433, 460, 1, 1, 6802.53, -7226.2, 29.1124, 4.13643, 0, 0, -0.878817, 0.47716, 900, 255, 1, '', 49822, NULL), +(@OGUID+388, 1617, 530, 3433, 460, 1, 1, 7408.42, -6312.13, 38.1996, 4.39823, 0, 0, -0.809016, 0.587786, 900, 255, 1, '', 49345, NULL), +(@OGUID+389, 1618, 530, 3433, 0, 1, 1, 6677.24, -7226.57, 45.3123, 4.76475, 0, 0, -0.688354, 0.725374, 900, 255, 1, '', 48120, NULL), +(@OGUID+390, 1618, 530, 3433, 0, 1, 1, 6755.06, -6632.19, 36.6718, 4.83456, 0, 0, -0.66262, 0.748956, 900, 255, 1, '', 48632, NULL), +(@OGUID+391, 1618, 530, 3433, 0, 1, 1, 6885.86, -5875.41, 10.8781, 1.3439, 0, 0, 0.622514, 0.782609, 900, 255, 1, '', 49822, NULL), +(@OGUID+392, 1618, 530, 3433, 0, 1, 1, 6890.79, -7185.62, 36.3848, 2.75761, 0, 0, 0.981627, 0.190812, 900, 255, 1, '', 49345, NULL), +(@OGUID+393, 1618, 530, 3433, 0, 1, 1, 6937.72, -7037.45, 44.8256, 3.05433, 0, 0, 0.999048, 0.0436193, 900, 255, 1, '', 50375, NULL), +(@OGUID+394, 1618, 530, 3433, 0, 1, 1, 6948.95, -6395.53, 37.0867, 5.79449, 0, 0, -0.241921, 0.970296, 900, 255, 1, '', 49822, NULL), +(@OGUID+395, 1618, 530, 3433, 0, 1, 1, 7033.64, -7141.23, 47.1623, 5.41052, 0, 0, -0.422618, 0.906308, 900, 255, 1, '', 49345, NULL), +(@OGUID+396, 1618, 530, 3433, 0, 1, 1, 7053.61, -6871.83, 46.606, 6.12611, 0, 0, -0.0784588, 0.996917, 900, 255, 1, '', 50664, NULL), +(@OGUID+397, 1618, 530, 3433, 0, 1, 1, 7089.57, -5946.99, 10.7254, 3.4383, 0, 0, -0.989016, 0.147811, 900, 255, 1, '', 50664, NULL), +(@OGUID+398, 1618, 530, 3433, 0, 1, 1, 7117.26, -6678.31, 45.3651, 1.5708, 0, 0, 0.707107, 0.707107, 900, 255, 1, '', 49822, NULL), +(@OGUID+399, 1618, 530, 3433, 0, 1, 1, 7196.17, -7366, 51.8997, 1.16937, 0, 0, 0.551936, 0.833886, 900, 255, 1, '', 49345, NULL), +(@OGUID+400, 1618, 530, 3433, 0, 1, 1, 7241.08, -7518.21, 61.4518, 5.34071, 0, 0, -0.45399, 0.891007, 900, 255, 1, '', 48120, NULL), +(@OGUID+401, 1618, 530, 3433, 0, 1, 1, 7256.2, -7649.11, 99.4046, 4.88692, 0, 0, -0.642787, 0.766045, 900, 255, 1, '', 49345, NULL), +(@OGUID+402, 1618, 530, 3433, 0, 1, 1, 7281.77, -6987.93, 49.1252, 3.97935, 0, 0, -0.913545, 0.406738, 900, 255, 1, '', 49345, NULL), +(@OGUID+403, 1618, 530, 3433, 0, 1, 1, 7290.32, -6804.95, 41.6012, 0.715585, 0, 0, 0.350207, 0.936672, 900, 255, 1, '', 49822, NULL), +(@OGUID+404, 1618, 530, 3433, 0, 1, 1, 7304.93, -6074.69, 22.4778, 1.46608, 0, 0, 0.66913, 0.743145, 900, 255, 1, '', 50664, NULL), +(@OGUID+405, 1618, 530, 3433, 0, 1, 1, 7312.35, -7420.99, 69.8643, 2.05949, 0, 0, 0.857167, 0.515038, 900, 255, 1, '', 47966, NULL), +(@OGUID+406, 1618, 530, 3433, 0, 1, 1, 7313.65, -6914.07, 50.7851, 0.925024, 0, 0, 0.446198, 0.894935, 900, 255, 1, '', 50664, NULL), +(@OGUID+407, 1618, 530, 3433, 0, 1, 1, 7353.2, -7572.51, 92.5386, 5.58505, 0, 0, -0.34202, 0.939693, 900, 255, 1, '', 49822, NULL), +(@OGUID+408, 1618, 530, 3433, 0, 1, 1, 7377.23, -6682.59, 19.4431, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 48632, NULL), +(@OGUID+409, 1618, 530, 3433, 0, 1, 1, 7381.62, -7683.88, 118.046, 3.3685, 0, 0, -0.993571, 0.113208, 900, 255, 1, '', 49822, NULL), +(@OGUID+410, 1618, 530, 3433, 0, 1, 1, 7425.92, -7813.52, 145.307, 5.20108, 0, 0, -0.515038, 0.857168, 900, 255, 1, '', 50664, NULL), +(@OGUID+411, 1618, 530, 3433, 0, 1, 1, 7480.08, -6291.21, 22.9043, 0.261798, 0, 0, 0.130526, 0.991445, 900, 255, 1, '', 50664, NULL), +(@OGUID+412, 1618, 530, 3433, 0, 1, 1, 7483.02, -7506.55, 120.77, 1.02974, 0, 0, 0.492423, 0.870356, 900, 255, 1, '', 48120, NULL), +(@OGUID+413, 1618, 530, 3433, 0, 1, 1, 7682.11, -7836.98, 157.21, 4.85202, 0, 0, -0.656058, 0.75471, 900, 255, 1, '', 49345, NULL), +(@OGUID+414, 1618, 530, 3433, 0, 1, 1, 7811.78, -6074.28, 18.4897, 0.767944, 0, 0, 0.374606, 0.927184, 900, 255, 1, '', 50664, NULL), +(@OGUID+415, 1618, 530, 3433, 0, 1, 1, 7413.27, -6039.29, 11.6155, 0.890117, 0, 0, 0.430511, 0.902586, 900, 255, 1, '', 49822, NULL), +(@OGUID+416, 1618, 530, 3433, 0, 1, 1, 7654.75, -6484.96, 13.7983, 4.31097, 0, 0, -0.833885, 0.551938, 900, 255, 1, '', 49822, NULL), +(@OGUID+417, 1618, 530, 3433, 0, 1, 1, 7825.93, -6403.61, 17.622, 4.57276, 0, 0, -0.754709, 0.656059, 900, 255, 1, '', 49822, NULL), +(@OGUID+418, 1618, 530, 3433, 0, 1, 1, 6881.73, -6678.15, 34.5243, 2.21657, 0, 0, 0.894934, 0.446199, 900, 255, 1, '', 45942, NULL), +(@OGUID+419, 1618, 530, 3433, 0, 1, 1, 7184.35, -7269.62, 46.4792, 6.00393, 0, 0, -0.139173, 0.990268, 900, 255, 1, '', 45942, NULL), +(@OGUID+420, 1618, 530, 3433, 0, 1, 1, 7585.61, -7881.52, 182.109, 2.07694, 0, 0, 0.861629, 0.507539, 900, 255, 1, '', 52237, NULL), +(@OGUID+421, 1618, 530, 3433, 0, 1, 1, 7589.03, -6204.04, 20.5895, 5.13127, 0, 0, -0.544639, 0.838671, 900, 255, 1, '', 45942, NULL), +(@OGUID+422, 1618, 530, 3433, 0, 1, 1, 7893.16, -6024.23, 13.2324, 4.04917, 0, 0, -0.898793, 0.438373, 900, 255, 1, '', 45942, NULL), +(@OGUID+423, 1618, 530, 3433, 3488, 1, 1, 7339.13, -6341.89, 46.1395, 3.00195, 0, 0, 0.997563, 0.0697661, 900, 255, 1, '', 52237, NULL), +(@OGUID+424, 1618, 530, 3433, 3488, 1, 1, 7402.25, -6399.79, 35.6302, 3.89209, 0, 0, -0.930417, 0.366502, 900, 255, 1, '', 52237, NULL), +(@OGUID+425, 1618, 530, 3433, 460, 1, 1, 6943.87, -6146.08, 24.5994, 2.51327, 0, 0, 0.951056, 0.309017, 900, 255, 1, '', 49822, NULL), +(@OGUID+426, 1619, 530, 3433, 0, 1, 1, 6563.11, -7277.2, 58.9303, 3.4034, 0, 0, -0.991445, 0.130528, 900, 255, 1, '', 47966, NULL), +(@OGUID+427, 1619, 530, 3433, 0, 1, 1, 6775.25, -7432.06, 51.5858, 2.56563, 0, 0, 0.958819, 0.284016, 900, 255, 1, '', 47966, NULL), +(@OGUID+428, 1619, 530, 3433, 0, 1, 1, 6782.58, -7151.8, 44.9719, 0.0698117, 0, 0, 0.0348988, 0.999391, 900, 255, 1, '', 49345, NULL), +(@OGUID+429, 1619, 530, 3433, 0, 1, 1, 6861.61, -5963.44, 56.8624, 1.46608, 0, 0, 0.66913, 0.743145, 900, 255, 1, '', 49822, NULL), +(@OGUID+430, 1619, 530, 3433, 0, 1, 1, 6870.27, -6967.78, 72.1545, 1.37881, 0, 0, 0.636078, 0.771625, 900, 255, 1, '', 49345, NULL), +(@OGUID+431, 1619, 530, 3433, 0, 1, 1, 7053.86, -7561.47, 49.1898, 2.11185, 0, 0, 0.870356, 0.492424, 900, 255, 1, '', 48632, NULL), +(@OGUID+432, 1619, 530, 3433, 0, 1, 1, 7082.03, -7160.01, 50.7917, 1.76278, 0, 0, 0.771625, 0.636078, 900, 255, 1, '', 50664, NULL), +(@OGUID+433, 1619, 530, 3433, 0, 1, 1, 7217.48, -7650.28, 109.055, 1.51844, 0, 0, 0.688354, 0.725374, 900, 255, 1, '', 49345, NULL), +(@OGUID+434, 1619, 530, 3433, 0, 1, 1, 7333.74, -6980.93, 53.0947, 0.314158, 0, 0, 0.156434, 0.987688, 900, 255, 1, '', 49345, NULL), +(@OGUID+435, 1619, 530, 3433, 0, 1, 1, 7354.96, -5892.33, 24.7438, 3.12412, 0, 0, 0.999962, 0.00873464, 900, 255, 1, '', 49822, NULL), +(@OGUID+436, 1619, 530, 3433, 0, 1, 1, 7474.12, -7459.67, 131.21, 1.13446, 0, 0, 0.537299, 0.843392, 900, 255, 1, '', 47966, NULL), +(@OGUID+437, 1619, 530, 3433, 0, 1, 1, 7486.74, -7637.14, 138.604, 4.72984, 0, 0, -0.700909, 0.713251, 900, 255, 1, '', 49822, NULL), +(@OGUID+438, 1619, 530, 3433, 0, 1, 1, 7538.11, -7890.47, 185.197, 0.418879, 0, 0, 0.207911, 0.978148, 900, 255, 1, '', 50664, NULL), +(@OGUID+439, 1619, 530, 3433, 0, 1, 1, 7744.15, -6069.9, 17.9476, 2.56563, 0, 0, 0.958819, 0.284016, 900, 255, 1, '', 50664, NULL), +(@OGUID+440, 1619, 530, 3433, 0, 1, 1, 7744.26, -7535.95, 155.709, 2.26893, 0, 0, 0.906307, 0.422619, 900, 255, 1, '', 50664, NULL), +(@OGUID+441, 1619, 530, 3433, 0, 1, 1, 7810.4, -7329.32, 149.349, 5.41052, 0, 0, -0.422618, 0.906308, 900, 255, 1, '', 49345, NULL), +(@OGUID+442, 1619, 530, 3433, 0, 1, 1, 7843.05, -7806.69, 168.868, 1.16937, 0, 0, 0.551936, 0.833886, 900, 255, 1, '', 49345, NULL), +(@OGUID+443, 1619, 530, 3433, 0, 1, 1, 7873.7, -6573.99, 51.7035, 0.733038, 0, 0, 0.358368, 0.93358, 900, 255, 1, '', 50664, NULL), +(@OGUID+444, 1619, 530, 3433, 0, 1, 1, 7913.83, -7389.56, 160.796, 4.2237, 0, 0, -0.857167, 0.515038, 900, 255, 1, '', 48632, NULL), +(@OGUID+445, 1619, 530, 3433, 0, 1, 1, 7962.16, -7853.45, 183.907, 6.23083, 0, 0, -0.0261765, 0.999657, 900, 255, 1, '', 49822, NULL), +(@OGUID+446, 1619, 530, 3433, 0, 1, 1, 7746.41, -7197.87, 150.011, 4.97419, 0, 0, -0.608761, 0.793354, 900, 255, 1, '', 49822, NULL), +(@OGUID+447, 1619, 530, 3433, 0, 1, 1, 7959.79, -6034.28, 22.3792, 5.44543, 0, 0, -0.406736, 0.913546, 900, 255, 1, '', 49822, NULL), +(@OGUID+448, 1619, 530, 3433, 0, 1, 1, 6875.31, -6167.69, 34.3898, 0.942477, 0, 0, 0.45399, 0.891007, 900, 255, 1, '', 52237, NULL), +(@OGUID+449, 1619, 530, 3433, 0, 1, 1, 6948.52, -5827.25, 18.4695, 5.63741, 0, 0, -0.317305, 0.948324, 900, 255, 1, '', 52237, NULL), +(@OGUID+450, 1619, 530, 3433, 0, 1, 1, 7124.76, -6910.23, 55.3416, 2.33874, 0, 0, 0.920505, 0.390732, 900, 255, 1, '', 45942, NULL), +(@OGUID+451, 1619, 530, 3433, 0, 1, 1, 7445.53, -6104.39, 18.9989, 5.25344, 0, 0, -0.492423, 0.870356, 900, 255, 1, '', 45942, NULL), +(@OGUID+452, 1619, 530, 3433, 3488, 1, 1, 7111, -5851.78, 24.8521, 0.977383, 0, 0, 0.469471, 0.882948, 900, 255, 1, '', 52237, NULL), +(@OGUID+453, 1619, 530, 3433, 3488, 1, 1, 7927.84, -6419.7, 59.1071, 2.04204, 0, 0, 0.85264, 0.522499, 900, 255, 1, '', 52237, NULL), +(@OGUID+454, 1619, 530, 3433, 3488, 1, 1, 7965.58, -6286.51, 27.8398, 3.24635, 0, 0, -0.998629, 0.0523532, 900, 255, 1, '', 52237, NULL), +(@OGUID+455, 1619, 530, 3433, 3490, 1, 1, 7870.9, -6250.26, 21.8732, 4.83456, 0, 0, -0.66262, 0.748956, 900, 255, 1, '', 52237, NULL), +(@OGUID+456, 1620, 530, 3433, 0, 1, 1, 6749.25, -7407.51, 50.6239, 3.42085, 0, 0, -0.990268, 0.139175, 900, 255, 1, '', 47966, NULL), +(@OGUID+457, 1620, 530, 3433, 0, 1, 1, 6755.64, -7200.56, 29.1178, 5.53269, 0, 0, -0.366501, 0.930418, 900, 255, 1, '', 48120, NULL), +(@OGUID+458, 1620, 530, 3433, 0, 1, 1, 6783.64, -6545.41, 23.1946, 6.00393, 0, 0, -0.139173, 0.990268, 900, 255, 1, '', 49822, NULL), +(@OGUID+459, 1620, 530, 3433, 0, 1, 1, 6806.77, -5823.49, 8.68361, 2.58308, 0, 0, 0.961261, 0.27564, 900, 255, 1, '', 50664, NULL), +(@OGUID+460, 1620, 530, 3433, 0, 1, 1, 6859.86, -5878.81, 14.4833, 6.16101, 0, 0, -0.0610485, 0.998135, 900, 255, 1, '', 49822, NULL), +(@OGUID+461, 1620, 530, 3433, 0, 1, 1, 7109.27, -7243.78, 45.8367, 2.11185, 0, 0, 0.870356, 0.492424, 900, 255, 1, '', 49822, NULL), +(@OGUID+462, 1620, 530, 3433, 0, 1, 1, 7114.17, -5750.41, 8.86453, 3.7001, 0, 0, -0.961261, 0.27564, 900, 255, 1, '', 49822, NULL), +(@OGUID+463, 1620, 530, 3433, 0, 1, 1, 7183.47, -7548.81, 49.2631, 5.75959, 0, 0, -0.258819, 0.965926, 900, 255, 1, '', 48632, NULL), +(@OGUID+464, 1620, 530, 3433, 0, 1, 1, 7237.69, -7374.62, 53.7065, 4.03171, 0, 0, -0.902585, 0.430512, 900, 255, 1, '', 49345, NULL), +(@OGUID+465, 1620, 530, 3433, 0, 1, 1, 7277.58, -7220.39, 52.4662, 4.03171, 0, 0, -0.902585, 0.430512, 900, 255, 1, '', 50664, NULL), +(@OGUID+466, 1620, 530, 3433, 0, 1, 1, 7296.14, -6474.89, 19.1325, 1.93731, 0, 0, 0.824125, 0.566408, 900, 255, 1, '', 49822, NULL), +(@OGUID+467, 1620, 530, 3433, 0, 1, 1, 7311.87, -6624.78, 18.5388, 3.24635, 0, 0, -0.998629, 0.0523532, 900, 255, 1, '', 50664, NULL), +(@OGUID+468, 1620, 530, 3433, 0, 1, 1, 7622.29, -7521.17, 155.27, 0.628317, 0, 0, 0.309016, 0.951057, 900, 255, 1, '', 47966, NULL), +(@OGUID+469, 1620, 530, 3433, 0, 1, 1, 7700.73, -6540.21, 14.0813, 2.74016, 0, 0, 0.979924, 0.19937, 900, 255, 1, '', 50664, NULL), +(@OGUID+470, 1620, 530, 3433, 0, 1, 1, 7737.55, -6676.63, 29.7789, 1.16937, 0, 0, 0.551936, 0.833886, 900, 255, 1, '', 49822, NULL), +(@OGUID+471, 1620, 530, 3433, 0, 1, 1, 7830.26, -7225.21, 137.378, 4.03171, 0, 0, -0.902585, 0.430512, 900, 255, 1, '', 50664, NULL), +(@OGUID+472, 1620, 530, 3433, 0, 1, 1, 7925.39, -7873.91, 169.237, 0.0698117, 0, 0, 0.0348988, 0.999391, 900, 255, 1, '', 49345, NULL), +(@OGUID+473, 1620, 530, 3433, 0, 1, 1, 6776.92, -6441.89, 26.4834, 0.750491, 0, 0, 0.366501, 0.930418, 900, 255, 1, '', 49822, NULL), +(@OGUID+474, 1620, 530, 3433, 0, 1, 1, 7228.13, -6244.7, 19.7845, 0.122173, 0, 0, 0.0610485, 0.998135, 900, 255, 1, '', 49822, NULL), +(@OGUID+475, 1620, 530, 3433, 0, 1, 1, 7482.99, -6364.29, 13.827, 2.14675, 0, 0, 0.878817, 0.47716, 900, 255, 1, '', 49822, NULL), +(@OGUID+476, 1620, 530, 3433, 0, 1, 1, 6757.71, -6602.28, 26.9197, 6.14356, 0, 0, -0.0697556, 0.997564, 900, 255, 1, '', 46182, NULL), +(@OGUID+477, 1620, 530, 3433, 0, 1, 1, 6874.58, -6342.5, 27.8505, 1.41372, 0, 0, 0.649447, 0.760406, 900, 255, 1, '', 52237, NULL), +(@OGUID+478, 1620, 530, 3433, 0, 1, 1, 7143.81, -6012.3, 8.59798, 1.46608, 0, 0, 0.66913, 0.743145, 900, 255, 1, '', 52237, NULL), +(@OGUID+479, 1620, 530, 3433, 0, 1, 1, 7213.43, -6960.96, 48.0304, 3.78737, 0, 0, -0.948323, 0.317306, 900, 255, 1, '', 45942, NULL), +(@OGUID+480, 1620, 530, 3433, 0, 1, 1, 7452.1, -5841.48, 6.8812, 5.00909, 0, 0, -0.594823, 0.803857, 900, 255, 1, '', 45942, NULL), +(@OGUID+481, 1620, 530, 3433, 0, 1, 1, 7474.7, -6625.01, 14.5954, 0.296705, 0, 0, 0.147809, 0.989016, 900, 255, 1, '', 46182, NULL), +(@OGUID+482, 1620, 530, 3433, 0, 1, 1, 7885.71, -5985.14, 10.2942, 1.74533, 0, 0, 0.766044, 0.642789, 900, 255, 1, '', 45942, NULL), +(@OGUID+483, 1620, 530, 3433, 3488, 1, 1, 7469.85, -6507.39, 14.7598, 3.85718, 0, 0, -0.936671, 0.35021, 900, 255, 1, '', 52237, NULL), +(@OGUID+484, 1620, 530, 3433, 3488, 1, 1, 7596.83, -6340.47, 13.5215, 0.0349062, 0, 0, 0.0174522, 0.999848, 900, 255, 1, '', 52237, NULL), +(@OGUID+485, 1620, 530, 3433, 3514, 1, 1, 7001.46, -6631.35, 18.7468, 3.38594, 0, 0, -0.992546, 0.12187, 900, 255, 1, '', 52237, NULL), +(@OGUID+486, 1620, 530, 3433, 460, 1, 1, 6937.08, -6470.13, 20.9675, 6.02139, 0, 0, -0.130526, 0.991445, 900, 255, 1, '', 49822, NULL), +(@OGUID+487, 1621, 530, 3433, 0, 1, 1, 6626.04, -7385.56, 55.2089, 1.50098, 0, 0, 0.681998, 0.731354, 900, 255, 1, '', 49822, NULL), +(@OGUID+488, 1621, 530, 3433, 0, 1, 1, 6641.69, -7182.04, 60.1925, 2.47837, 0, 0, 0.945518, 0.325568, 900, 255, 1, '', 48120, NULL), +(@OGUID+489, 1621, 530, 3433, 0, 1, 1, 6776.88, -6694.1, 43.6913, 2.42601, 0, 0, 0.936672, 0.350207, 900, 255, 1, '', 48632, NULL), +(@OGUID+490, 1621, 530, 3433, 0, 1, 1, 6844.84, -6193.89, 32.7456, 1.309, 0, 0, 0.608761, 0.793354, 900, 255, 1, '', 49822, NULL), +(@OGUID+491, 1621, 530, 3433, 0, 1, 1, 6864.21, -6025.7, 43.6682, 0.191985, 0, 0, 0.0958452, 0.995396, 900, 255, 1, '', 50664, NULL), +(@OGUID+492, 1621, 530, 3433, 0, 1, 1, 6958.79, -7527.29, 46.6838, 2.46091, 0, 0, 0.942641, 0.333808, 900, 255, 1, '', 49345, NULL), +(@OGUID+493, 1621, 530, 3433, 0, 1, 1, 7023.37, -7398.09, 46.783, 4.64258, 0, 0, -0.731354, 0.681998, 900, 255, 1, '', 49822, NULL), +(@OGUID+494, 1621, 530, 3433, 0, 1, 1, 7054.35, -7064.8, 45.1539, 0.0698117, 0, 0, 0.0348988, 0.999391, 900, 255, 1, '', 50375, NULL), +(@OGUID+495, 1621, 530, 3433, 0, 1, 1, 7171.27, -6806.39, 44.049, 3.14159, 0, 0, -1, 0, 900, 255, 1, '', 48632, NULL), +(@OGUID+496, 1621, 530, 3433, 0, 1, 1, 7183.29, -7413.22, 49.5284, 2.47837, 0, 0, 0.945518, 0.325568, 900, 255, 1, '', 49345, NULL), +(@OGUID+497, 1621, 530, 3433, 0, 1, 1, 7309.88, -5794.75, 9.82217, 5.3058, 0, 0, -0.469471, 0.882948, 900, 255, 1, '', 49822, NULL), +(@OGUID+498, 1621, 530, 3433, 0, 1, 1, 7310.4, -6312.4, 50.8101, 3.50812, 0, 0, -0.983254, 0.182238, 900, 255, 1, '', 49822, NULL), +(@OGUID+499, 1621, 530, 3433, 0, 1, 1, 7352.6, -7780.78, 148.72, 5.68977, 0, 0, -0.292372, 0.956305, 900, 255, 1, '', 49822, NULL), +(@OGUID+500, 1621, 530, 3433, 0, 1, 1, 7364.62, -6854.95, 45.4941, 4.85202, 0, 0, -0.656058, 0.75471, 900, 255, 1, '', 48632, NULL), +(@OGUID+501, 1621, 530, 3433, 0, 1, 1, 7404.3, -6480.03, 19.8157, 5.20108, 0, 0, -0.515038, 0.857168, 900, 255, 1, '', 49822, NULL), +(@OGUID+502, 1621, 530, 3433, 0, 1, 1, 7433.64, -7466.59, 110.781, 4.64258, 0, 0, -0.731354, 0.681998, 900, 255, 1, '', 48632, NULL), +(@OGUID+503, 1621, 530, 3433, 0, 1, 1, 7706.53, -7595.97, 147.504, 4.53786, 0, 0, -0.766044, 0.642789, 900, 255, 1, '', 47966, NULL), +(@OGUID+504, 1621, 530, 3433, 0, 1, 1, 7817.08, -7667.92, 149.05, 3.87463, 0, 0, -0.93358, 0.358368, 900, 255, 1, '', 49345, NULL), +(@OGUID+505, 1621, 530, 3433, 0, 1, 1, 7778.08, -6017.95, 7.09747, 0.174532, 0, 0, 0.0871553, 0.996195, 900, 255, 1, '', 49822, NULL), +(@OGUID+506, 1621, 530, 3433, 0, 1, 1, 7809.72, -7545.15, 145.343, 1.85005, 0, 0, 0.798635, 0.601815, 900, 255, 1, '', 49822, NULL), +(@OGUID+507, 1621, 530, 3433, 1519, 1, 1, 7049.28, -6720.62, 32.2706, 5.3058, 0, 0, -0.469471, 0.882948, 900, 255, 1, '', 47720, NULL), +(@OGUID+508, 1621, 530, 3433, 0, 1, 1, 6823.81, -7356.85, 48.2879, 6.23083, 0, 0, -0.0261765, 0.999657, 900, 255, 1, '', 45942, NULL), +(@OGUID+509, 1621, 530, 3433, 0, 1, 1, 6829.08, -6246.76, 28.9061, 2.16421, 0, 0, 0.882947, 0.469473, 900, 255, 1, '', 52237, NULL), +(@OGUID+510, 1621, 530, 3433, 0, 1, 1, 6850.25, -6921.52, 79.822, 0.383971, 0, 0, 0.190808, 0.981627, 900, 255, 1, '', 46248, NULL), +(@OGUID+511, 1621, 530, 3433, 0, 1, 1, 7012.63, -6191.51, 39.0148, 0.261798, 0, 0, 0.130526, 0.991445, 900, 255, 1, '', 52237, NULL), +(@OGUID+512, 1621, 530, 3433, 0, 1, 1, 7348.14, -7341.07, 74.995, 4.79966, 0, 0, -0.67559, 0.737278, 900, 255, 1, '', 53788, NULL), +(@OGUID+513, 1621, 530, 3433, 0, 1, 1, 7522.08, -7932.3, 190.753, 0.174532, 0, 0, 0.0871553, 0.996195, 900, 255, 1, '', 45942, NULL), +(@OGUID+514, 1621, 530, 3433, 0, 1, 1, 7597.76, -6146.41, 15.4236, 1.91986, 0, 0, 0.819152, 0.573577, 900, 255, 1, '', 45942, NULL), +(@OGUID+515, 1621, 530, 3433, 0, 1, 1, 7615.33, -7808.98, 153.24, 6.12611, 0, 0, -0.0784588, 0.996917, 900, 255, 1, '', 52237, NULL), +(@OGUID+516, 1621, 530, 3433, 0, 1, 1, 7784.99, -6356.82, 16.9298, 2.89725, 0, 0, 0.992546, 0.12187, 900, 255, 1, '', 52237, NULL), +(@OGUID+517, 1621, 530, 3433, 3488, 1, 1, 7733.41, -5702.97, 4.29951, 0.0174525, 0, 0, 0.00872612, 0.999962, 900, 255, 1, '', 52237, NULL), +(@OGUID+518, 1621, 530, 3433, 3488, 1, 1, 7739.5, -7791.77, 147.22, 2.93214, 0, 0, 0.994521, 0.104536, 900, 255, 1, '', 51943, NULL), +(@OGUID+519, 1621, 530, 3433, 3491, 1, 1, 7131.85, -5909.17, 13.3198, 1.20428, 0, 0, 0.566406, 0.824126, 900, 255, 1, '', 45942, NULL), +(@OGUID+520, 1621, 530, 3433, 460, 1, 1, 6870.26, -6574.77, 24.2904, 4.43314, 0, 0, -0.798635, 0.601815, 900, 255, 1, '', 49822, NULL), +(@OGUID+521, 1621, 530, 3433, 460, 1, 1, 7633.82, -6326.69, 31.469, 5.46288, 0, 0, -0.398748, 0.91706, 900, 255, 1, '', 49345, NULL), +(@OGUID+522, 1622, 530, 3433, 0, 1, 1, 6337.33, -6237.5, 75.4644, 3.89209, 0, 0, -0.930417, 0.366502, 900, 255, 1, '', 49822, NULL), +(@OGUID+523, 1622, 530, 3433, 0, 1, 1, 6449.7, -6591.33, 106.492, 2.21657, 0, 0, 0.894934, 0.446199, 900, 255, 1, '', 50664, NULL), +(@OGUID+524, 1622, 530, 3433, 0, 1, 1, 6550.04, -6643.68, 49.915, 4.39823, 0, 0, -0.809016, 0.587786, 900, 255, 1, '', 49822, NULL), +(@OGUID+525, 1622, 530, 3433, 0, 1, 1, 6600.1, -7320.83, 54.8369, 2.54818, 0, 0, 0.956305, 0.292372, 900, 255, 1, '', 48632, NULL), +(@OGUID+526, 1622, 530, 3433, 0, 1, 1, 6686.4, -7410.67, 51.9345, 2.77507, 0, 0, 0.983254, 0.182238, 900, 255, 1, '', 47966, NULL), +(@OGUID+527, 1622, 530, 3433, 0, 1, 1, 6701.86, -6362.96, 52.527, 5.23599, 0, 0, -0.5, 0.866025, 900, 255, 1, '', 50664, NULL), +(@OGUID+528, 1622, 530, 3433, 0, 1, 1, 6833.8, -7421.42, 47.6602, 2.21657, 0, 0, 0.894934, 0.446199, 900, 255, 1, '', 48120, NULL), +(@OGUID+529, 1622, 530, 3433, 0, 1, 1, 6944.69, -7494.36, 49.9304, 6.16101, 0, 0, -0.0610485, 0.998135, 900, 255, 1, '', 49345, NULL), +(@OGUID+530, 1622, 530, 3433, 0, 1, 1, 6994.13, -7437.24, 47.7977, 4.4855, 0, 0, -0.782608, 0.622515, 900, 255, 1, '', 49345, NULL), +(@OGUID+531, 1622, 530, 3433, 0, 1, 1, 7059.45, -7456.15, 48.7511, 2.79252, 0, 0, 0.984807, 0.173652, 900, 255, 1, '', 50664, NULL), +(@OGUID+532, 1622, 530, 3433, 0, 1, 1, 7108.12, -7563.57, 48.5692, 4.15388, 0, 0, -0.874619, 0.48481, 900, 255, 1, '', 47966, NULL), +(@OGUID+533, 1622, 530, 3433, 0, 1, 1, 7205.22, -5867.96, 13.4346, 4.24115, 0, 0, -0.85264, 0.522499, 900, 255, 1, '', 49822, NULL), +(@OGUID+534, 1622, 530, 3433, 0, 1, 1, 7308.01, -5830.06, 13.7244, 2.91469, 0, 0, 0.993571, 0.113208, 900, 255, 1, '', 50664, NULL), +(@OGUID+535, 1622, 530, 3433, 0, 1, 1, 7477.15, -7942.95, 165.818, 1.67551, 0, 0, 0.743144, 0.669131, 900, 255, 1, '', 50664, NULL), +(@OGUID+536, 1622, 530, 3433, 0, 1, 1, 7653.32, -7477.76, 162.855, 3.99681, 0, 0, -0.909961, 0.414694, 900, 255, 1, '', 50664, NULL), +(@OGUID+537, 1622, 530, 3433, 0, 1, 1, 7659.55, -7196.16, 156.967, 1.98967, 0, 0, 0.83867, 0.54464, 900, 255, 1, '', 49822, NULL), +(@OGUID+538, 1622, 530, 3433, 0, 1, 1, 6741.85, -7312.55, 51.2714, 5.37562, 0, 0, -0.438371, 0.898794, 900, 255, 1, '', 47966, NULL), +(@OGUID+539, 1622, 530, 3433, 0, 1, 1, 7321.12, -5955.87, 14.6521, 1.62316, 0, 0, 0.725374, 0.688355, 900, 255, 1, '', 49822, NULL), +(@OGUID+540, 1622, 530, 3433, 0, 1, 1, 6837.43, -7187.6, 26.172, 2.54818, 0, 0, 0.956305, 0.292372, 900, 255, 1, '', 52237, NULL), +(@OGUID+541, 1622, 530, 3433, 0, 1, 1, 7086.1, -5826.74, 26.2081, 0, 0, 0, 0, 1, 900, 255, 1, '', 52237, NULL), +(@OGUID+542, 1622, 530, 3433, 3488, 1, 1, 7206.39, -5965.94, 19.8565, 5.46288, 0, 0, -0.398748, 0.91706, 900, 255, 1, '', 52237, NULL), +(@OGUID+543, 1622, 530, 3433, 3500, 1, 1, 6650.15, -6321.33, 29.2596, 2.18166, 0, 0, 0.887011, 0.461749, 900, 255, 1, '', 52237, NULL), +(@OGUID+544, 1622, 530, 3433, 3500, 1, 1, 6652.94, -6513.33, 43.1335, 5.96903, 0, 0, -0.156434, 0.987688, 900, 255, 1, '', 45942, NULL), +(@OGUID+545, 1622, 530, 3433, 3516, 1, 1, 7239.48, -7770.55, 147.916, 0.698131, 0, 0, 0.34202, 0.939693, 900, 255, 1, '', 52237, NULL), +(@OGUID+546, 1622, 530, 3433, 3516, 1, 1, 7388.57, -7995.88, 163.913, 0.733038, 0, 0, 0.358368, 0.93358, 900, 255, 1, '', 45942, NULL), +(@OGUID+547, 1622, 530, 3433, 3517, 1, 1, 6558.14, -7446.05, 79.4769, 0.506145, 0, 0, 0.25038, 0.968148, 900, 255, 1, '', 52237, NULL), +(@OGUID+548, 1622, 530, 3433, 460, 1, 1, 6303.4, -6324.67, 80.1432, 6.07375, 0, 0, -0.104528, 0.994522, 900, 255, 1, '', 49822, NULL), +(@OGUID+549, 1731, 530, 3433, 0, 1, 1, 6339.37, -6220.45, 78.86, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 50664, NULL), +(@OGUID+550, 1731, 530, 3433, 0, 1, 1, 6449.77, -6285.76, 48.0162, 2.04204, 0, 0, 0.85264, 0.522499, 900, 255, 1, '', 49822, NULL), +(@OGUID+551, 1731, 530, 3433, 0, 1, 1, 6449.98, -6462.44, 51.5768, 5.93412, 0, 0, -0.173648, 0.984808, 900, 255, 1, '', 50664, NULL), +(@OGUID+552, 1731, 530, 3433, 0, 1, 1, 6570.25, -7308.28, 60.3145, 2.1293, 0, 0, 0.874619, 0.48481, 900, 255, 1, '', 49822, NULL), +(@OGUID+553, 1731, 530, 3433, 0, 1, 1, 6622.08, -6696.46, 55.1792, 4.95674, 0, 0, -0.615661, 0.788011, 900, 255, 1, '', 48632, NULL), +(@OGUID+554, 1731, 530, 3433, 0, 1, 1, 6681.43, -6392.28, 42.074, 4.53786, 0, 0, -0.766044, 0.642789, 900, 255, 1, '', 50664, NULL), +(@OGUID+555, 1731, 530, 3433, 0, 1, 1, 6724.93, -6383.28, 42.2879, 3.80482, 0, 0, -0.945518, 0.325568, 900, 255, 1, '', 49822, NULL), +(@OGUID+556, 1731, 530, 3433, 0, 1, 1, 6770.07, -6713.13, 51.9287, 1.71042, 0, 0, 0.754709, 0.656059, 900, 255, 1, '', 50375, NULL), +(@OGUID+557, 1731, 530, 3433, 0, 1, 1, 6790.36, -7213.69, 29.82, 4.67748, 0, 0, -0.719339, 0.694659, 900, 255, 1, '', 49345, NULL), +(@OGUID+558, 1731, 530, 3433, 0, 1, 1, 6818.22, -5942, 56.7248, 0.698131, 0, 0, 0.34202, 0.939693, 900, 255, 1, '', 49822, NULL), +(@OGUID+559, 1731, 530, 3433, 0, 1, 1, 6883.48, -6902.68, 50.5122, 2.21657, 0, 0, 0.894934, 0.446199, 900, 255, 1, '', 48632, NULL), +(@OGUID+560, 1731, 530, 3433, 0, 1, 1, 7084.87, -7166.42, 51.4525, 5.14872, 0, 0, -0.537299, 0.843392, 900, 255, 1, '', 49345, NULL), +(@OGUID+561, 1731, 530, 3433, 0, 1, 1, 7199.54, -6897.39, 54.169, 0, 0, 0, 0, 1, 900, 255, 1, '', 49822, NULL), +(@OGUID+562, 1731, 530, 3433, 0, 1, 1, 7213.27, -6609.58, 55.7905, 1.22173, 0, 0, 0.573576, 0.819152, 900, 255, 1, '', 49822, NULL), +(@OGUID+563, 1731, 530, 3433, 0, 1, 1, 7234.2, -6527.35, 12.0761, 2.54818, 0, 0, 0.956305, 0.292372, 900, 255, 1, '', 49822, NULL), +(@OGUID+564, 1731, 530, 3433, 0, 1, 1, 7277.12, -7452.3, 61.3881, 6.23083, 0, 0, -0.0261765, 0.999657, 900, 255, 1, '', 47966, NULL), +(@OGUID+565, 1731, 530, 3433, 0, 1, 1, 7307.05, -7204.75, 54.9094, 5.044, 0, 0, -0.580703, 0.814116, 900, 255, 1, '', 49822, NULL), +(@OGUID+566, 1731, 530, 3433, 0, 1, 1, 7310.75, -7694.11, 122.637, 2.74016, 0, 0, 0.979924, 0.19937, 900, 255, 1, '', 50664, NULL), +(@OGUID+567, 1731, 530, 3433, 0, 1, 1, 7352.67, -7758.18, 154.555, 0.436332, 0, 0, 0.216439, 0.976296, 900, 255, 1, '', 50664, NULL), +(@OGUID+568, 1731, 530, 3433, 0, 1, 1, 7360.3, -5914.43, 13.643, 4.76475, 0, 0, -0.688354, 0.725374, 900, 255, 1, '', 50664, NULL), +(@OGUID+569, 1731, 530, 3433, 0, 1, 1, 7401, -7459.69, 113.227, 3.85718, 0, 0, -0.936671, 0.35021, 900, 255, 1, '', 48120, NULL), +(@OGUID+570, 1731, 530, 3433, 0, 1, 1, 7414.46, -6707.49, 30.5451, 0.506145, 0, 0, 0.25038, 0.968148, 900, 255, 1, '', 48632, NULL), +(@OGUID+571, 1731, 530, 3433, 0, 1, 1, 7479.82, -7592.04, 124.83, 1.83259, 0, 0, 0.793353, 0.608762, 900, 255, 1, '', 47966, NULL), +(@OGUID+572, 1731, 530, 3433, 0, 1, 1, 7517.04, -7870.55, 157.273, 4.18879, 0, 0, -0.866025, 0.500001, 900, 255, 1, '', 49822, NULL), +(@OGUID+573, 1731, 530, 3433, 0, 1, 1, 7532.1, -5748.37, 4.13592, 0.261798, 0, 0, 0.130526, 0.991445, 900, 255, 1, '', 50664, NULL), +(@OGUID+574, 1731, 530, 3433, 0, 1, 1, 7605.64, -6331.32, 16.5091, 4.60767, 0, 0, -0.743144, 0.669131, 900, 255, 1, '', 49822, NULL), +(@OGUID+575, 1731, 530, 3433, 0, 1, 1, 7640.29, -7874.12, 174.218, 4.29351, 0, 0, -0.83867, 0.54464, 900, 255, 1, '', 49822, NULL), +(@OGUID+576, 1731, 530, 3433, 0, 1, 1, 7683.54, -6087.25, 19.2903, 4.93928, 0, 0, -0.622514, 0.782609, 900, 255, 1, '', 50664, NULL), +(@OGUID+577, 1731, 530, 3433, 0, 1, 1, 7752.79, -7064.06, 133.748, 6.0912, 0, 0, -0.0958452, 0.995396, 900, 255, 1, '', 48632, NULL), +(@OGUID+578, 1731, 530, 3433, 0, 1, 1, 7756.59, -6772.16, 50.1252, 3.61284, 0, 0, -0.972369, 0.233448, 900, 255, 1, '', 48632, NULL), +(@OGUID+579, 1731, 530, 3433, 0, 1, 1, 7773.21, -7819.7, 160.805, 6.19592, 0, 0, -0.0436192, 0.999048, 900, 255, 1, '', 47966, NULL), +(@OGUID+580, 1731, 530, 3433, 0, 1, 1, 7795.77, -7253.04, 168.994, 1.55334, 0, 0, 0.700909, 0.713251, 900, 255, 1, '', 49345, NULL), +(@OGUID+581, 1731, 530, 3433, 0, 1, 1, 7836.56, -7476.31, 154.909, 1.67551, 0, 0, 0.743144, 0.669131, 900, 255, 1, '', 48632, NULL), +(@OGUID+582, 1731, 530, 3433, 0, 1, 1, 7855.67, -6491.7, 50.7498, 4.32842, 0, 0, -0.829037, 0.559194, 900, 255, 1, '', 50664, NULL), +(@OGUID+583, 1731, 530, 3433, 0, 1, 1, 7866.6, -7938.18, 176.191, 3.68265, 0, 0, -0.96363, 0.267241, 900, 255, 1, '', 50664, NULL), +(@OGUID+584, 1731, 530, 3433, 0, 1, 1, 7870.94, -6696.52, 19.3749, 0.785397, 0, 0, 0.382683, 0.92388, 900, 255, 1, '', 49822, NULL), +(@OGUID+585, 1731, 530, 3433, 0, 1, 1, 7890.42, -6941.48, 79.6466, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 49345, NULL), +(@OGUID+586, 1731, 530, 3433, 0, 1, 1, 8005.6, -7867.93, 192.507, 2.77507, 0, 0, 0.983254, 0.182238, 900, 255, 1, '', 50664, NULL), +(@OGUID+587, 1731, 530, 3433, 0, 1, 1, 8039.75, -7419.88, 149.514, 4.17134, 0, 0, -0.870356, 0.492424, 900, 255, 1, '', 48632, NULL), +(@OGUID+588, 1731, 530, 3433, 0, 1, 1, 8104.97, -7548.98, 173.719, 4.53786, 0, 0, -0.766044, 0.642789, 900, 255, 1, '', 47966, NULL), +(@OGUID+589, 1731, 530, 3433, 0, 1, 1, 8125.53, -5989.12, 6.03559, 1.50098, 0, 0, 0.681998, 0.731354, 900, 255, 1, '', 50664, NULL), +(@OGUID+590, 1731, 530, 3433, 0, 1, 1, 7430.31, -6559.54, 11.2087, 3.21142, 0, 0, -0.999391, 0.0349061, 900, 255, 1, '', 49822, NULL), +(@OGUID+591, 1731, 530, 3433, 0, 1, 1, 7500.13, -6103.76, 2.77201, 1.98967, 0, 0, 0.83867, 0.54464, 900, 255, 1, '', 49822, NULL), +(@OGUID+592, 1731, 530, 3433, 0, 1, 1, 7694.71, -6062.56, 5.36554, 2.96704, 0, 0, 0.996194, 0.087165, 900, 255, 1, '', 49822, NULL), +(@OGUID+593, 1731, 530, 3433, 0, 1, 1, 7851.9, -6089.07, 17.9144, 1.6057, 0, 0, 0.719339, 0.694659, 900, 255, 1, '', 49822, NULL), +(@OGUID+594, 1731, 530, 3433, 0, 1, 1, 7939.39, -6423.14, 59.7752, 4.62512, 0, 0, -0.737277, 0.675591, 900, 255, 1, '', 49822, NULL), +(@OGUID+595, 1731, 530, 3433, 0, 1, 1, 7973.48, -6573.81, 60.5505, 0.087266, 0, 0, 0.0436192, 0.999048, 900, 255, 1, '', 49822, NULL), +(@OGUID+596, 1731, 530, 3433, 0, 1, 1, 6947.52, -5853.56, 26.9867, 1.72787, 0, 0, 0.760406, 0.649449, 900, 255, 1, '', 45942, NULL), +(@OGUID+597, 1731, 530, 3433, 0, 1, 1, 7085.96, -5802.34, 30.6811, 3.15906, 0, 0, -0.999962, 0.00873464, 900, 255, 1, '', 45942, NULL), +(@OGUID+598, 1731, 530, 3433, 0, 1, 1, 7787.24, -6298.68, 23.9224, 4.90438, 0, 0, -0.636078, 0.771625, 900, 255, 1, '', 45942, NULL), +(@OGUID+599, 1731, 530, 3433, 0, 1, 1, 7834.53, -5983.14, 4.11614, 0.261798, 0, 0, 0.130526, 0.991445, 900, 255, 1, '', 45942, NULL), +(@OGUID+600, 1731, 530, 3433, 0, 1, 1, 7970.28, -6264.19, 24.6026, 0.95993, 0, 0, 0.461748, 0.887011, 900, 255, 1, '', 52237, NULL), +(@OGUID+601, 1731, 530, 3433, 3500, 1, 1, 6278.18, -6506.24, 89.5726, 1.88495, 0, 0, 0.809016, 0.587786, 900, 255, 1, '', 45942, NULL), +(@OGUID+602, 1731, 530, 3433, 3500, 1, 1, 6439.11, -6581.05, 105.661, 5.16618, 0, 0, -0.529919, 0.848048, 900, 255, 1, '', 52237, NULL), +(@OGUID+603, 1731, 530, 3433, 3511, 1, 1, 6354.8, -6358.58, 71.9724, 6.07375, 0, 0, -0.104528, 0.994522, 900, 255, 1, '', 52237, NULL), +(@OGUID+604, 1731, 530, 3433, 3514, 1, 1, 6898.24, -6525.23, 16.3818, 6.07375, 0, 0, -0.104528, 0.994522, 900, 255, 1, '', 52237, NULL), +(@OGUID+605, 1731, 530, 3433, 3517, 1, 1, 6948.06, -7521.55, 49.5686, 3.82227, 0, 0, -0.942641, 0.333808, 900, 255, 1, '', 45942, NULL), +(@OGUID+606, 1731, 530, 3433, 460, 1, 1, 6522.75, -6179.03, 67.1436, 2.44346, 0, 0, 0.939692, 0.34202, 900, 255, 1, '', 49822, NULL), +(@OGUID+607, 1731, 530, 3433, 460, 1, 1, 7209.66, -5844.62, 15.5623, 2.42601, 0, 0, 0.936672, 0.350207, 900, 255, 1, '', 49822, NULL), +(@OGUID+608, 1731, 530, 3433, 460, 1, 1, 8048.01, -5940.32, 4.73735, 0.95993, 0, 0, 0.461748, 0.887011, 900, 255, 1, '', 49345, NULL), +(@OGUID+609, 1732, 530, 3433, 0, 1, 1, 6397.53, -6185.12, 76.4444, 0.994837, 0, 0, 0.477159, 0.878817, 900, 255, 1, '', 49822, NULL), +(@OGUID+610, 1732, 530, 3433, 0, 1, 1, 6593.04, -7201.85, 46.5951, 2.47837, 0, 0, 0.945518, 0.325568, 900, 255, 1, '', 47966, NULL), +(@OGUID+611, 1732, 530, 3433, 0, 1, 1, 6748.51, -6519.25, 22.4448, 3.14159, 0, 0, -1, 0, 900, 255, 1, '', 50664, NULL), +(@OGUID+612, 1732, 530, 3433, 0, 1, 1, 6786.35, -7436.87, 50.3915, 1.53589, 0, 0, 0.694658, 0.71934, 900, 255, 1, '', 47966, NULL), +(@OGUID+613, 1732, 530, 3433, 0, 1, 1, 7080.55, -7550.86, 57.3196, 1.25664, 0, 0, 0.587785, 0.809017, 900, 255, 1, '', 48120, NULL), +(@OGUID+614, 1732, 530, 3433, 0, 1, 1, 7105.41, -6559.61, 11.4982, 2.23402, 0, 0, 0.898793, 0.438373, 900, 255, 1, '', 50664, NULL), +(@OGUID+615, 1732, 530, 3433, 0, 1, 1, 7134.19, -6613.66, 52.8837, 3.83973, 0, 0, -0.939692, 0.34202, 900, 255, 1, '', 49822, NULL), +(@OGUID+616, 1732, 530, 3433, 0, 1, 1, 7379.89, -7913.66, 158.573, 5.48033, 0, 0, -0.390731, 0.920505, 900, 255, 1, '', 50664, NULL), +(@OGUID+617, 1732, 530, 3433, 0, 1, 1, 7531.01, -7893.5, 187.587, 5.41052, 0, 0, -0.422618, 0.906308, 900, 255, 1, '', 49822, NULL), +(@OGUID+618, 1732, 530, 3433, 0, 1, 1, 7474.23, -7953.95, 166.739, 3.89209, 0, 0, -0.930417, 0.366502, 900, 255, 1, '', 45942, NULL), +(@OGUID+619, 1732, 530, 3433, 3500, 1, 1, 6383.09, -6547.11, 91.9244, 3.89209, 0, 0, -0.930417, 0.366502, 900, 255, 1, '', 45942, NULL), +(@OGUID+620, 1732, 530, 3433, 3514, 1, 1, 6830.76, -6491.14, 18.6179, 5.11382, 0, 0, -0.551936, 0.833886, 900, 255, 1, '', 52237, NULL), +(@OGUID+621, 1732, 530, 3433, 3514, 1, 1, 7241.18, -6447.52, 48.1141, 0.453785, 0, 0, 0.224951, 0.97437, 900, 255, 1, '', 52237, NULL), +(@OGUID+622, 1732, 530, 3433, 3516, 1, 1, 7227.5, -7778.51, 155.516, 3.29869, 0, 0, -0.996917, 0.0784664, 900, 255, 1, '', 52237, NULL), +(@OGUID+623, 1732, 530, 3433, 460, 1, 1, 6873.19, -6164.61, 35.753, 1.3439, 0, 0, 0.622514, 0.782609, 900, 255, 1, '', 49822, NULL), +(@OGUID+624, 1732, 530, 3433, 0, 1, 1, 7189.45, -7578.67, 51.6983, 2.82743, 0, 0, 0.987688, 0.156436, 900, 255, 1, '', 49822, NULL), +(@OGUID+625, 1732, 530, 3433, 460, 1, 1, 6531.17, -7405.35, 69.8868, 6.02139, 0, 0, -0.130526, 0.991445, 900, 255, 1, '', 49822, NULL), +(@OGUID+626, 1733, 530, 3433, 0, 1, 1, 6397.53, -6185.12, 76.4444, 0.994837, 0, 0, 0.477159, 0.878817, 900, 255, 1, '', 49822, NULL), +(@OGUID+627, 1733, 530, 3433, 0, 1, 1, 6593.04, -7201.85, 46.5951, 2.47837, 0, 0, 0.945518, 0.325568, 900, 255, 1, '', 47966, NULL), +(@OGUID+628, 1733, 530, 3433, 0, 1, 1, 6748.51, -6519.25, 22.4448, 3.14159, 0, 0, -1, 0, 900, 255, 1, '', 50664, NULL), +(@OGUID+629, 1733, 530, 3433, 0, 1, 1, 6786.35, -7436.87, 50.3915, 1.53589, 0, 0, 0.694658, 0.71934, 900, 255, 1, '', 47966, NULL), +(@OGUID+630, 1733, 530, 3433, 0, 1, 1, 7080.55, -7550.86, 57.3196, 1.25664, 0, 0, 0.587785, 0.809017, 900, 255, 1, '', 48120, NULL), +(@OGUID+631, 1733, 530, 3433, 0, 1, 1, 7105.41, -6559.61, 11.4982, 2.23402, 0, 0, 0.898793, 0.438373, 900, 255, 1, '', 50664, NULL), +(@OGUID+632, 1733, 530, 3433, 0, 1, 1, 7134.19, -6613.66, 52.8837, 3.83973, 0, 0, -0.939692, 0.34202, 900, 255, 1, '', 49822, NULL), +(@OGUID+633, 1733, 530, 3433, 0, 1, 1, 7379.89, -7913.66, 158.573, 5.48033, 0, 0, -0.390731, 0.920505, 900, 255, 1, '', 50664, NULL), +(@OGUID+634, 1733, 530, 3433, 0, 1, 1, 7531.01, -7893.5, 187.587, 5.41052, 0, 0, -0.422618, 0.906308, 900, 255, 1, '', 49822, NULL), +(@OGUID+635, 1733, 530, 3433, 0, 1, 1, 7474.23, -7953.95, 166.739, 3.89209, 0, 0, -0.930417, 0.366502, 900, 255, 1, '', 45942, NULL), +(@OGUID+636, 1733, 530, 3433, 3500, 1, 1, 6383.09, -6547.11, 91.9244, 3.89209, 0, 0, -0.930417, 0.366502, 900, 255, 1, '', 45942, NULL), +(@OGUID+637, 1733, 530, 3433, 3514, 1, 1, 6830.76, -6491.14, 18.6179, 5.11382, 0, 0, -0.551936, 0.833886, 900, 255, 1, '', 52237, NULL), +(@OGUID+638, 1733, 530, 3433, 3514, 1, 1, 7241.18, -6447.52, 48.1141, 0.453785, 0, 0, 0.224951, 0.97437, 900, 255, 1, '', 52237, NULL), +(@OGUID+639, 1733, 530, 3433, 3516, 1, 1, 7227.5, -7778.51, 155.516, 3.29869, 0, 0, -0.996917, 0.0784664, 900, 255, 1, '', 52237, NULL), +(@OGUID+640, 1733, 530, 3433, 460, 1, 1, 6873.19, -6164.61, 35.753, 1.3439, 0, 0, 0.622514, 0.782609, 900, 255, 1, '', 49822, NULL), +(@OGUID+641, 1733, 530, 3433, 0, 1, 1, 7189.45, -7578.67, 51.6983, 2.82743, 0, 0, 0.987688, 0.156436, 900, 255, 1, '', 49822, NULL), +(@OGUID+642, 1733, 530, 3433, 460, 1, 1, 6531.17, -7405.35, 69.8868, 6.02139, 0, 0, -0.130526, 0.991445, 900, 255, 1, '', 49822, NULL), +(@OGUID+643, 181248, 530, 3433, 0, 1, 1, 7030.58, -6267.58, 9.85928, 5.79449, 0, 0, -0.241921, 0.970296, 900, 255, 1, '', 50664, NULL), +(@OGUID+644, 181248, 530, 3433, 0, 1, 1, 7116.52, -6233.31, 20.981, 4.72984, 0, 0, -0.700909, 0.713251, 900, 255, 1, '', 49822, NULL), +(@OGUID+645, 181248, 530, 3433, 0, 1, 1, 7283.83, -6239.7, 24.3816, 2.75761, 0, 0, 0.981627, 0.190812, 900, 255, 1, '', 49822, NULL), +(@OGUID+646, 181248, 530, 3433, 0, 1, 1, 7073.06, -6183.51, 21.7027, 2.44346, 0, 0, 0.939692, 0.34202, 900, 255, 1, '', 45942, NULL), +(@OGUID+647, 181248, 530, 3433, 0, 1, 1, 7158.9, -6265.85, 24.1262, 3.24635, 0, 0, -0.998629, 0.0523532, 900, 255, 1, '', 52237, NULL), +(@OGUID+648, 181248, 530, 3433, 0, 1, 1, 7238.34, -6170.85, 23.185, 0.139624, 0, 0, 0.0697556, 0.997564, 900, 255, 1, '', 45942, NULL), +(@OGUID+649, 181248, 530, 3433, 3488, 1, 1, 7235.42, -6315.06, 25.745, 5.16618, 0, 0, -0.529919, 0.848048, 900, 255, 1, '', 52237, NULL), +(@OGUID+650, 181248, 530, 3433, 3505, 1, 1, 7081.05, -6264.08, 19.0276, 2.82743, 0, 0, 0.987688, 0.156436, 900, 255, 1, '', 52237, NULL), +(@OGUID+651, 181249, 530, 3433, 0, 1, 1, 7064.71, -6243.39, 18.7586, 1.3439, 0, 0, 0.622514, 0.782609, 900, 255, 1, '', 49822, NULL), +(@OGUID+652, 181249, 530, 3433, 0, 1, 1, 7084.4, -6211.62, 22.8685, 4.88692, 0, 0, -0.642787, 0.766045, 900, 255, 1, '', 49822, NULL), +(@OGUID+653, 181249, 530, 3433, 0, 1, 1, 6996.8, -6254.37, 6.18157, 6.0912, 0, 0, -0.0958452, 0.995396, 900, 255, 1, '', 52237, NULL), +(@OGUID+654, 2045, 530, 3433, 0, 1, 1, 7503.57, -6018.43, -1.21544, 2.68781, 0, 0, 0.97437, 0.224951, 900, 255, 1, '', 50664, NULL), +(@OGUID+655, 2045, 530, 3433, 0, 1, 1, 7734.77, -6017.55, -2.04268, 0.418879, 0, 0, 0.207911, 0.978148, 900, 255, 1, '', 50664, NULL), +(@OGUID+656, 2045, 530, 3433, 0, 1, 1, 7867.28, -5655.64, -5.89921, 5.23599, 0, 0, -0.5, 0.866025, 900, 255, 1, '', 49822, NULL), +(@OGUID+657, 2045, 530, 3433, 0, 1, 1, 6775.12, -5742.78, -5.40869, 0.296705, 0, 0, 0.147809, 0.989016, 900, 255, 1, '', 45942, NULL), +(@OGUID+658, 2045, 530, 3433, 0, 1, 1, 6916.76, -5698, -3.14847, 5.58505, 0, 0, -0.34202, 0.939693, 900, 255, 1, '', 45942, NULL), +(@OGUID+659, 2045, 530, 3433, 0, 1, 1, 7574.27, -5874.27, -3.12402, 5.3058, 0, 0, -0.469471, 0.882948, 900, 255, 1, '', 52237, NULL), +(@OGUID+660, 2045, 530, 3433, 0, 1, 1, 7615.21, -5785.26, -4.78306, 6.19592, 0, 0, -0.0436192, 0.999048, 900, 255, 1, '', 45942, NULL), +(@OGUID+661, 2045, 530, 3433, 0, 1, 1, 7738.12, -5852.83, -1.84291, 0.750491, 0, 0, 0.366501, 0.930418, 900, 255, 1, '', 52237, NULL), +(@OGUID+662, 2045, 530, 3433, 3433, 1, 1, 7163.21, -5608.66, -71.8938, 2.60054, 0, 0, 0.96363, 0.267241, 900, 255, 1, '', 45942, NULL), +(@OGUID+663, 2045, 530, 3433, 3433, 1, 1, 7259.55, -5600.51, -28.441, 3.63029, 0, 0, -0.970295, 0.241925, 900, 255, 1, '', 45942, NULL), +(@OGUID+664, 2045, 530, 3433, 3433, 1, 1, 7298.84, -5679.05, -7.0673, 0.855211, 0, 0, 0.414693, 0.909961, 900, 255, 1, '', 45942, NULL), +(@OGUID+665, 2045, 530, 3433, 3503, 1, 1, 7818.17, -5613.65, -19.6562, 4.31097, 0, 0, -0.833885, 0.551938, 900, 255, 1, '', 52237, NULL), +(@OGUID+666, 2045, 530, 3433, 460, 1, 1, 7711.97, -5543.44, -24.9574, 0.0174525, 0, 0, 0.00872612, 0.999962, 900, 255, 1, '', 49822, NULL); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+609, @POOL_SINGLE+0 , 90, 'Ghostlands - Ore Pool - Tin Vein'), +(@OGUID+610, @POOL_SINGLE+1 , 90, 'Ghostlands - Ore Pool - Tin Vein'), +(@OGUID+611, @POOL_SINGLE+2 , 90, 'Ghostlands - Ore Pool - Tin Vein'), +(@OGUID+612, @POOL_SINGLE+3 , 90, 'Ghostlands - Ore Pool - Tin Vein'), +(@OGUID+613, @POOL_SINGLE+4 , 90, 'Ghostlands - Ore Pool - Tin Vein'), +(@OGUID+614, @POOL_SINGLE+5 , 90, 'Ghostlands - Ore Pool - Tin Vein'), +(@OGUID+615, @POOL_SINGLE+6 , 90, 'Ghostlands - Ore Pool - Tin Vein'), +(@OGUID+616, @POOL_SINGLE+7 , 90, 'Ghostlands - Ore Pool - Tin Vein'), +(@OGUID+617, @POOL_SINGLE+8 , 90, 'Ghostlands - Ore Pool - Tin Vein'), +(@OGUID+618, @POOL_SINGLE+9 , 90, 'Ghostlands - Ore Pool - Tin Vein'), +(@OGUID+619, @POOL_SINGLE+10, 90, 'Ghostlands - Ore Pool - Tin Vein'), +(@OGUID+620, @POOL_SINGLE+11, 90, 'Ghostlands - Ore Pool - Tin Vein'), +(@OGUID+621, @POOL_SINGLE+12, 90, 'Ghostlands - Ore Pool - Tin Vein'), +(@OGUID+622, @POOL_SINGLE+13, 90, 'Ghostlands - Ore Pool - Tin Vein'), +(@OGUID+623, @POOL_SINGLE+14, 90, 'Ghostlands - Ore Pool - Tin Vein'), +(@OGUID+624, @POOL_SINGLE+15, 90, 'Ghostlands - Ore Pool - Tin Vein'), +(@OGUID+625, @POOL_SINGLE+16, 90, 'Ghostlands - Ore Pool - Tin Vein'), + +(@OGUID+626, @POOL_SINGLE+0 , 0, 'Ghostlands - Ore Pool - Silver Vein'), +(@OGUID+627, @POOL_SINGLE+1 , 0, 'Ghostlands - Ore Pool - Silver Vein'), +(@OGUID+628, @POOL_SINGLE+2 , 0, 'Ghostlands - Ore Pool - Silver Vein'), +(@OGUID+629, @POOL_SINGLE+3 , 0, 'Ghostlands - Ore Pool - Silver Vein'), +(@OGUID+630, @POOL_SINGLE+4 , 0, 'Ghostlands - Ore Pool - Silver Vein'), +(@OGUID+631, @POOL_SINGLE+5 , 0, 'Ghostlands - Ore Pool - Silver Vein'), +(@OGUID+632, @POOL_SINGLE+6 , 0, 'Ghostlands - Ore Pool - Silver Vein'), +(@OGUID+633, @POOL_SINGLE+7 , 0, 'Ghostlands - Ore Pool - Silver Vein'), +(@OGUID+634, @POOL_SINGLE+8 , 0, 'Ghostlands - Ore Pool - Silver Vein'), +(@OGUID+635, @POOL_SINGLE+9 , 0, 'Ghostlands - Ore Pool - Silver Vein'), +(@OGUID+636, @POOL_SINGLE+10, 0, 'Ghostlands - Ore Pool - Silver Vein'), +(@OGUID+637, @POOL_SINGLE+11, 0, 'Ghostlands - Ore Pool - Silver Vein'), +(@OGUID+638, @POOL_SINGLE+12, 0, 'Ghostlands - Ore Pool - Silver Vein'), +(@OGUID+639, @POOL_SINGLE+13, 0, 'Ghostlands - Ore Pool - Silver Vein'), +(@OGUID+640, @POOL_SINGLE+14, 0, 'Ghostlands - Ore Pool - Silver Vein'), +(@OGUID+641, @POOL_SINGLE+15, 0, 'Ghostlands - Ore Pool - Silver Vein'), +(@OGUID+642, @POOL_SINGLE+16, 0, 'Ghostlands - Ore Pool - Silver Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_SINGLE+0 , 1, 'Ghostlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1 , 1, 'Ghostlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+2 , 1, 'Ghostlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+3 , 1, 'Ghostlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+4 , 1, 'Ghostlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+5 , 1, 'Ghostlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+6 , 1, 'Ghostlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+7 , 1, 'Ghostlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+8 , 1, 'Ghostlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+9 , 1, 'Ghostlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+10, 1, 'Ghostlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+11, 1, 'Ghostlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+12, 1, 'Ghostlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+13, 1, 'Ghostlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+14, 1, 'Ghostlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+15, 1, 'Ghostlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+16, 1, 'Ghostlands - Ore Pool - Tin Vein / Silver Vein'); + +-- Tin/Silver Veins +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+0 , @POOL_MOTHER+16, 0, 'Ghostlands - Ores - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1 , @POOL_MOTHER+16, 0, 'Ghostlands - Ores - Tin Vein / Silver Vein'), +(@POOL_SINGLE+2 , @POOL_MOTHER+16, 0, 'Ghostlands - Ores - Tin Vein / Silver Vein'), +(@POOL_SINGLE+3 , @POOL_MOTHER+16, 0, 'Ghostlands - Ores - Tin Vein / Silver Vein'), +(@POOL_SINGLE+4 , @POOL_MOTHER+16, 0, 'Ghostlands - Ores - Tin Vein / Silver Vein'), +(@POOL_SINGLE+5 , @POOL_MOTHER+16, 0, 'Ghostlands - Ores - Tin Vein / Silver Vein'), +(@POOL_SINGLE+6 , @POOL_MOTHER+16, 0, 'Ghostlands - Ores - Tin Vein / Silver Vein'), +(@POOL_SINGLE+7 , @POOL_MOTHER+16, 0, 'Ghostlands - Ores - Tin Vein / Silver Vein'), +(@POOL_SINGLE+8 , @POOL_MOTHER+16, 0, 'Ghostlands - Ores - Tin Vein / Silver Vein'), +(@POOL_SINGLE+9 , @POOL_MOTHER+16, 0, 'Ghostlands - Ores - Tin Vein / Silver Vein'), +(@POOL_SINGLE+10, @POOL_MOTHER+16, 0, 'Ghostlands - Ores - Tin Vein / Silver Vein'), +(@POOL_SINGLE+11, @POOL_MOTHER+16, 0, 'Ghostlands - Ores - Tin Vein / Silver Vein'), +(@POOL_SINGLE+12, @POOL_MOTHER+16, 0, 'Ghostlands - Ores - Tin Vein / Silver Vein'), +(@POOL_SINGLE+13, @POOL_MOTHER+16, 0, 'Ghostlands - Ores - Tin Vein / Silver Vein'), +(@POOL_SINGLE+14, @POOL_MOTHER+16, 0, 'Ghostlands - Ores - Tin Vein / Silver Vein'), +(@POOL_SINGLE+15, @POOL_MOTHER+16, 0, 'Ghostlands - Ores - Tin Vein / Silver Vein'), +(@POOL_SINGLE+16, @POOL_MOTHER+16, 0, 'Ghostlands - Ores - Tin Vein / Silver Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+16, 5, 'Ghostlands - Tin/Silver Master Pool - 5/17'); + +-- Underlight +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+643, @POOL_MOTHER+17 , 0, 'Ghostlands - Underlight - Ore'), +(@OGUID+644, @POOL_MOTHER+17 , 0, 'Ghostlands - Underlight - Ore'), +(@OGUID+645, @POOL_MOTHER+17 , 0, 'Ghostlands - Underlight - Ore'), +(@OGUID+646, @POOL_MOTHER+17 , 0, 'Ghostlands - Underlight - Ore'), +(@OGUID+647, @POOL_MOTHER+17 , 0, 'Ghostlands - Underlight - Ore'), +(@OGUID+648, @POOL_MOTHER+17 , 0, 'Ghostlands - Underlight - Ore'), +(@OGUID+649, @POOL_MOTHER+17 , 0, 'Ghostlands - Underlight - Ore'), +(@OGUID+650, @POOL_MOTHER+17 , 0, 'Ghostlands - Underlight - Ore'), +(@OGUID+651, @POOL_MOTHER+17 , 0, 'Ghostlands - Underlight - Ore'), +(@OGUID+652, @POOL_MOTHER+17 , 0, 'Ghostlands - Underlight - Ore'), +(@OGUID+653, @POOL_MOTHER+17 , 0, 'Ghostlands - Underlight - Ore'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+17, 4, 'Ghostlands - Underlight - Ores - 4/11'); + +-- Stranglekelp +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+654, @POOL_MOTHER+18 , 0, 'Ghostlands - Stranglekelp'), +(@OGUID+655, @POOL_MOTHER+18 , 0, 'Ghostlands - Stranglekelp'), +(@OGUID+656, @POOL_MOTHER+18 , 0, 'Ghostlands - Stranglekelp'), +(@OGUID+657, @POOL_MOTHER+18 , 0, 'Ghostlands - Stranglekelp'), +(@OGUID+658, @POOL_MOTHER+18 , 0, 'Ghostlands - Stranglekelp'), +(@OGUID+659, @POOL_MOTHER+18 , 0, 'Ghostlands - Stranglekelp'), +(@OGUID+660, @POOL_MOTHER+18 , 0, 'Ghostlands - Stranglekelp'), +(@OGUID+661, @POOL_MOTHER+18 , 0, 'Ghostlands - Stranglekelp'), +(@OGUID+662, @POOL_MOTHER+18 , 0, 'Ghostlands - Stranglekelp'), +(@OGUID+663, @POOL_MOTHER+18 , 0, 'Ghostlands - Stranglekelp'), +(@OGUID+664, @POOL_MOTHER+18 , 0, 'Ghostlands - Stranglekelp'), +(@OGUID+665, @POOL_MOTHER+18 , 0, 'Ghostlands - Stranglekelp'), +(@OGUID+666, @POOL_MOTHER+18 , 0, 'Ghostlands - Stranglekelp'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+18, 5, 'Ghostlands - Stranglekelp Master Pool - 5/13'); + +-- Deatholme +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+522, @POOL_MOTHER+19, 0, 'Ghostlands - Deatholme - Bruiseweed'), +(@OGUID+523, @POOL_MOTHER+19, 0, 'Ghostlands - Deatholme - Bruiseweed'), +(@OGUID+524, @POOL_MOTHER+19, 0, 'Ghostlands - Deatholme - Bruiseweed'), +(@OGUID+527, @POOL_MOTHER+19, 0, 'Ghostlands - Deatholme - Bruiseweed'), +(@OGUID+543, @POOL_MOTHER+19, 0, 'Ghostlands - Deatholme - Bruiseweed'), +(@OGUID+544, @POOL_MOTHER+19, 0, 'Ghostlands - Deatholme - Bruiseweed'), +(@OGUID+548, @POOL_MOTHER+19, 0, 'Ghostlands - Deatholme - Bruiseweed'), + +(@OGUID+549, @POOL_MOTHER+20, 0, 'Ghostlands - Deatholme - Copper Vein'), +(@OGUID+550, @POOL_MOTHER+20, 0, 'Ghostlands - Deatholme - Copper Vein'), +(@OGUID+551, @POOL_MOTHER+20, 0, 'Ghostlands - Deatholme - Copper Vein'), +(@OGUID+553, @POOL_MOTHER+20, 0, 'Ghostlands - Deatholme - Copper Vein'), +(@OGUID+554, @POOL_MOTHER+20, 0, 'Ghostlands - Deatholme - Copper Vein'), +(@OGUID+601, @POOL_MOTHER+20, 0, 'Ghostlands - Deatholme - Copper Vein'), +(@OGUID+602, @POOL_MOTHER+20, 0, 'Ghostlands - Deatholme - Copper Vein'), +(@OGUID+603, @POOL_MOTHER+20, 0, 'Ghostlands - Deatholme - Copper Vein'), +(@OGUID+606, @POOL_MOTHER+20, 0, 'Ghostlands - Deatholme - Copper Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+19, 3, 'Ghostlands - Deatholme - Bruiseweed - 3/7'), +(@POOL_MOTHER+20, 3, 'Ghostlands - Deatholme - Copper Vein - 3/9'); + +-- Top-Right +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+350, @POOL_MOTHER+21, 0, 'Ghostlands - Top-Right - Silverleaf'), +(@OGUID+353, @POOL_MOTHER+21, 0, 'Ghostlands - Top-Right - Silverleaf'), +(@OGUID+355, @POOL_MOTHER+21, 0, 'Ghostlands - Top-Right - Silverleaf'), +(@OGUID+358, @POOL_MOTHER+21, 0, 'Ghostlands - Top-Right - Silverleaf'), +(@OGUID+360, @POOL_MOTHER+21, 0, 'Ghostlands - Top-Right - Silverleaf'), +(@OGUID+362, @POOL_MOTHER+21, 0, 'Ghostlands - Top-Right - Silverleaf'), +(@OGUID+365, @POOL_MOTHER+21, 0, 'Ghostlands - Top-Right - Silverleaf'), +(@OGUID+367, @POOL_MOTHER+21, 0, 'Ghostlands - Top-Right - Silverleaf'), +(@OGUID+368, @POOL_MOTHER+21, 0, 'Ghostlands - Top-Right - Silverleaf'), +(@OGUID+371, @POOL_MOTHER+21, 0, 'Ghostlands - Top-Right - Silverleaf'), +(@OGUID+372, @POOL_MOTHER+21, 0, 'Ghostlands - Top-Right - Silverleaf'), +(@OGUID+379, @POOL_MOTHER+21, 0, 'Ghostlands - Top-Right - Silverleaf'), +(@OGUID+382, @POOL_MOTHER+21, 0, 'Ghostlands - Top-Right - Silverleaf'), + +(@OGUID+407, @POOL_MOTHER+22, 0, 'Ghostlands - Top-Right - Peacebloom'), +(@OGUID+409, @POOL_MOTHER+22, 0, 'Ghostlands - Top-Right - Peacebloom'), +(@OGUID+410, @POOL_MOTHER+22, 0, 'Ghostlands - Top-Right - Peacebloom'), +(@OGUID+412, @POOL_MOTHER+22, 0, 'Ghostlands - Top-Right - Peacebloom'), +(@OGUID+413, @POOL_MOTHER+22, 0, 'Ghostlands - Top-Right - Peacebloom'), +(@OGUID+420, @POOL_MOTHER+22, 0, 'Ghostlands - Top-Right - Peacebloom'), + +(@OGUID+436, @POOL_MOTHER+23, 0, 'Ghostlands - Top-Right - Earthroot'), +(@OGUID+437, @POOL_MOTHER+23, 0, 'Ghostlands - Top-Right - Earthroot'), +(@OGUID+438, @POOL_MOTHER+23, 0, 'Ghostlands - Top-Right - Earthroot'), +(@OGUID+440, @POOL_MOTHER+23, 0, 'Ghostlands - Top-Right - Earthroot'), +(@OGUID+441, @POOL_MOTHER+23, 0, 'Ghostlands - Top-Right - Earthroot'), +(@OGUID+442, @POOL_MOTHER+23, 0, 'Ghostlands - Top-Right - Earthroot'), +(@OGUID+444, @POOL_MOTHER+23, 0, 'Ghostlands - Top-Right - Earthroot'), +(@OGUID+445, @POOL_MOTHER+23, 0, 'Ghostlands - Top-Right - Earthroot'), +(@OGUID+446, @POOL_MOTHER+23, 0, 'Ghostlands - Top-Right - Earthroot'), + +(@OGUID+468, @POOL_MOTHER+24, 0, 'Ghostlands - Top-Right - Mageroyal'), +(@OGUID+471, @POOL_MOTHER+24, 0, 'Ghostlands - Top-Right - Mageroyal'), +(@OGUID+472, @POOL_MOTHER+24, 0, 'Ghostlands - Top-Right - Mageroyal'), + +(@OGUID+499, @POOL_MOTHER+25, 0, 'Ghostlands - Top-Right - Briarthorn'), +(@OGUID+500, @POOL_MOTHER+25, 0, 'Ghostlands - Top-Right - Briarthorn'), +(@OGUID+502, @POOL_MOTHER+25, 0, 'Ghostlands - Top-Right - Briarthorn'), +(@OGUID+503, @POOL_MOTHER+25, 0, 'Ghostlands - Top-Right - Briarthorn'), +(@OGUID+504, @POOL_MOTHER+25, 0, 'Ghostlands - Top-Right - Briarthorn'), +(@OGUID+506, @POOL_MOTHER+25, 0, 'Ghostlands - Top-Right - Briarthorn'), +(@OGUID+512, @POOL_MOTHER+25, 0, 'Ghostlands - Top-Right - Briarthorn'), +(@OGUID+513, @POOL_MOTHER+25, 0, 'Ghostlands - Top-Right - Briarthorn'), +(@OGUID+515, @POOL_MOTHER+25, 0, 'Ghostlands - Top-Right - Briarthorn'), +(@OGUID+518, @POOL_MOTHER+25, 0, 'Ghostlands - Top-Right - Briarthorn'), + +(@OGUID+535, @POOL_MOTHER+26, 0, 'Ghostlands - Top-Right - Bruiseweed'), +(@OGUID+536, @POOL_MOTHER+26, 0, 'Ghostlands - Top-Right - Bruiseweed'), +(@OGUID+537, @POOL_MOTHER+26, 0, 'Ghostlands - Top-Right - Bruiseweed'), +(@OGUID+546, @POOL_MOTHER+26, 0, 'Ghostlands - Top-Right - Bruiseweed'), + +(@OGUID+567, @POOL_MOTHER+27, 0, 'Ghostlands - Top-Right - Copper Vein'), +(@OGUID+569, @POOL_MOTHER+27, 0, 'Ghostlands - Top-Right - Copper Vein'), +(@OGUID+571, @POOL_MOTHER+27, 0, 'Ghostlands - Top-Right - Copper Vein'), +(@OGUID+572, @POOL_MOTHER+27, 0, 'Ghostlands - Top-Right - Copper Vein'), +(@OGUID+575, @POOL_MOTHER+27, 0, 'Ghostlands - Top-Right - Copper Vein'), +(@OGUID+577, @POOL_MOTHER+27, 0, 'Ghostlands - Top-Right - Copper Vein'), +(@OGUID+579, @POOL_MOTHER+27, 0, 'Ghostlands - Top-Right - Copper Vein'), +(@OGUID+580, @POOL_MOTHER+27, 0, 'Ghostlands - Top-Right - Copper Vein'), +(@OGUID+581, @POOL_MOTHER+27, 0, 'Ghostlands - Top-Right - Copper Vein'), +(@OGUID+583, @POOL_MOTHER+27, 0, 'Ghostlands - Top-Right - Copper Vein'), +(@OGUID+585, @POOL_MOTHER+27, 0, 'Ghostlands - Top-Right - Copper Vein'), +(@OGUID+586, @POOL_MOTHER+27, 0, 'Ghostlands - Top-Right - Copper Vein'), +(@OGUID+587, @POOL_MOTHER+27, 0, 'Ghostlands - Top-Right - Copper Vein'), +(@OGUID+588, @POOL_MOTHER+27, 0, 'Ghostlands - Top-Right - Copper Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+21, 4, 'Ghostlands - Top-Right - Silverleaf - 4/13'), +(@POOL_MOTHER+22, 2, 'Ghostlands - Top-Right - Peacebloom - 2/6'), +(@POOL_MOTHER+23, 3, 'Ghostlands - Top-Right - Earthroot - 3/9'), +(@POOL_MOTHER+24, 1, 'Ghostlands - Top-Right - Mageroyal - 1/3'), +(@POOL_MOTHER+25, 3, 'Ghostlands - Top-Right - Briarthorn - 3/10'), +(@POOL_MOTHER+26, 2, 'Ghostlands - Top-Right - Bruiseweed - 2/4'), +(@POOL_MOTHER+27, 3, 'Ghostlands - Top-Right - Copper Vein - 5/14'); + +-- Bottom-Right +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+327, @POOL_MOTHER+28, 0, 'Ghostlands - Bottom-Right - Silverleaf'), +(@OGUID+333, @POOL_MOTHER+28, 0, 'Ghostlands - Bottom-Right - Silverleaf'), +(@OGUID+334, @POOL_MOTHER+28, 0, 'Ghostlands - Bottom-Right - Silverleaf'), +(@OGUID+335, @POOL_MOTHER+28, 0, 'Ghostlands - Bottom-Right - Silverleaf'), +(@OGUID+336, @POOL_MOTHER+28, 0, 'Ghostlands - Bottom-Right - Silverleaf'), +(@OGUID+338, @POOL_MOTHER+28, 0, 'Ghostlands - Bottom-Right - Silverleaf'), +(@OGUID+340, @POOL_MOTHER+28, 0, 'Ghostlands - Bottom-Right - Silverleaf'), +(@OGUID+342, @POOL_MOTHER+28, 0, 'Ghostlands - Bottom-Right - Silverleaf'), +(@OGUID+345, @POOL_MOTHER+28, 0, 'Ghostlands - Bottom-Right - Silverleaf'), +(@OGUID+346, @POOL_MOTHER+28, 0, 'Ghostlands - Bottom-Right - Silverleaf'), +(@OGUID+347, @POOL_MOTHER+28, 0, 'Ghostlands - Bottom-Right - Silverleaf'), +(@OGUID+348, @POOL_MOTHER+28, 0, 'Ghostlands - Bottom-Right - Silverleaf'), +(@OGUID+376, @POOL_MOTHER+28, 0, 'Ghostlands - Bottom-Right - Silverleaf'), +(@OGUID+378, @POOL_MOTHER+28, 0, 'Ghostlands - Bottom-Right - Silverleaf'), +(@OGUID+384, @POOL_MOTHER+28, 0, 'Ghostlands - Bottom-Right - Silverleaf'), +(@OGUID+387, @POOL_MOTHER+28, 0, 'Ghostlands - Bottom-Right - Silverleaf'), + +(@OGUID+389, @POOL_MOTHER+29, 0, 'Ghostlands - Bottom-Right - Peacebloom'), +(@OGUID+392, @POOL_MOTHER+29, 0, 'Ghostlands - Bottom-Right - Peacebloom'), +(@OGUID+393, @POOL_MOTHER+29, 0, 'Ghostlands - Bottom-Right - Peacebloom'), +(@OGUID+395, @POOL_MOTHER+29, 0, 'Ghostlands - Bottom-Right - Peacebloom'), +(@OGUID+396, @POOL_MOTHER+29, 0, 'Ghostlands - Bottom-Right - Peacebloom'), +(@OGUID+399, @POOL_MOTHER+29, 0, 'Ghostlands - Bottom-Right - Peacebloom'), +(@OGUID+400, @POOL_MOTHER+29, 0, 'Ghostlands - Bottom-Right - Peacebloom'), +(@OGUID+401, @POOL_MOTHER+29, 0, 'Ghostlands - Bottom-Right - Peacebloom'), +(@OGUID+402, @POOL_MOTHER+29, 0, 'Ghostlands - Bottom-Right - Peacebloom'), +(@OGUID+403, @POOL_MOTHER+29, 0, 'Ghostlands - Bottom-Right - Peacebloom'), +(@OGUID+405, @POOL_MOTHER+29, 0, 'Ghostlands - Bottom-Right - Peacebloom'), +(@OGUID+406, @POOL_MOTHER+29, 0, 'Ghostlands - Bottom-Right - Peacebloom'), +(@OGUID+419, @POOL_MOTHER+29, 0, 'Ghostlands - Bottom-Right - Peacebloom'), + +(@OGUID+426, @POOL_MOTHER+30, 0, 'Ghostlands - Bottom-Right - Earthroot'), +(@OGUID+427, @POOL_MOTHER+30, 0, 'Ghostlands - Bottom-Right - Earthroot'), +(@OGUID+428, @POOL_MOTHER+30, 0, 'Ghostlands - Bottom-Right - Earthroot'), +(@OGUID+430, @POOL_MOTHER+30, 0, 'Ghostlands - Bottom-Right - Earthroot'), +(@OGUID+431, @POOL_MOTHER+30, 0, 'Ghostlands - Bottom-Right - Earthroot'), +(@OGUID+432, @POOL_MOTHER+30, 0, 'Ghostlands - Bottom-Right - Earthroot'), +(@OGUID+433, @POOL_MOTHER+30, 0, 'Ghostlands - Bottom-Right - Earthroot'), +(@OGUID+434, @POOL_MOTHER+30, 0, 'Ghostlands - Bottom-Right - Earthroot'), +(@OGUID+450, @POOL_MOTHER+30, 0, 'Ghostlands - Bottom-Right - Earthroot'), + +(@OGUID+456, @POOL_MOTHER+31, 0, 'Ghostlands - Bottom-Right - Mageroyal'), +(@OGUID+457, @POOL_MOTHER+31, 0, 'Ghostlands - Bottom-Right - Mageroyal'), +(@OGUID+461, @POOL_MOTHER+31, 0, 'Ghostlands - Bottom-Right - Mageroyal'), +(@OGUID+463, @POOL_MOTHER+31, 0, 'Ghostlands - Bottom-Right - Mageroyal'), +(@OGUID+464, @POOL_MOTHER+31, 0, 'Ghostlands - Bottom-Right - Mageroyal'), +(@OGUID+465, @POOL_MOTHER+31, 0, 'Ghostlands - Bottom-Right - Mageroyal'), +(@OGUID+479, @POOL_MOTHER+31, 0, 'Ghostlands - Bottom-Right - Mageroyal'), + +(@OGUID+487, @POOL_MOTHER+32, 0, 'Ghostlands - Bottom-Right - Briarthorn'), +(@OGUID+488, @POOL_MOTHER+32, 0, 'Ghostlands - Bottom-Right - Briarthorn'), +(@OGUID+492, @POOL_MOTHER+32, 0, 'Ghostlands - Bottom-Right - Briarthorn'), +(@OGUID+493, @POOL_MOTHER+32, 0, 'Ghostlands - Bottom-Right - Briarthorn'), +(@OGUID+494, @POOL_MOTHER+32, 0, 'Ghostlands - Bottom-Right - Briarthorn'), +(@OGUID+495, @POOL_MOTHER+32, 0, 'Ghostlands - Bottom-Right - Briarthorn'), +(@OGUID+496, @POOL_MOTHER+32, 0, 'Ghostlands - Bottom-Right - Briarthorn'), +(@OGUID+508, @POOL_MOTHER+32, 0, 'Ghostlands - Bottom-Right - Briarthorn'), +(@OGUID+510, @POOL_MOTHER+32, 0, 'Ghostlands - Bottom-Right - Briarthorn'), + +(@OGUID+525, @POOL_MOTHER+33, 0, 'Ghostlands - Bottom-Right - Bruiseweed'), +(@OGUID+526, @POOL_MOTHER+33, 0, 'Ghostlands - Bottom-Right - Bruiseweed'), +(@OGUID+528, @POOL_MOTHER+33, 0, 'Ghostlands - Bottom-Right - Bruiseweed'), +(@OGUID+529, @POOL_MOTHER+33, 0, 'Ghostlands - Bottom-Right - Bruiseweed'), +(@OGUID+530, @POOL_MOTHER+33, 0, 'Ghostlands - Bottom-Right - Bruiseweed'), +(@OGUID+531, @POOL_MOTHER+33, 0, 'Ghostlands - Bottom-Right - Bruiseweed'), +(@OGUID+532, @POOL_MOTHER+33, 0, 'Ghostlands - Bottom-Right - Bruiseweed'), +(@OGUID+538, @POOL_MOTHER+33, 0, 'Ghostlands - Bottom-Right - Bruiseweed'), +(@OGUID+540, @POOL_MOTHER+33, 0, 'Ghostlands - Bottom-Right - Bruiseweed'), +(@OGUID+545, @POOL_MOTHER+33, 0, 'Ghostlands - Bottom-Right - Bruiseweed'), +(@OGUID+547, @POOL_MOTHER+33, 0, 'Ghostlands - Bottom-Right - Bruiseweed'), + +(@OGUID+552, @POOL_MOTHER+34, 0, 'Ghostlands - Bottom-Right - Copper Vein'), +(@OGUID+557, @POOL_MOTHER+34, 0, 'Ghostlands - Bottom-Right - Copper Vein'), +(@OGUID+559, @POOL_MOTHER+34, 0, 'Ghostlands - Bottom-Right - Copper Vein'), +(@OGUID+560, @POOL_MOTHER+34, 0, 'Ghostlands - Bottom-Right - Copper Vein'), +(@OGUID+561, @POOL_MOTHER+34, 0, 'Ghostlands - Bottom-Right - Copper Vein'), +(@OGUID+564, @POOL_MOTHER+34, 0, 'Ghostlands - Bottom-Right - Copper Vein'), +(@OGUID+565, @POOL_MOTHER+34, 0, 'Ghostlands - Bottom-Right - Copper Vein'), +(@OGUID+566, @POOL_MOTHER+34, 0, 'Ghostlands - Bottom-Right - Copper Vein'), +(@OGUID+605, @POOL_MOTHER+34, 0, 'Ghostlands - Bottom-Right - Copper Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+28, 4, 'Ghostlands - Bottom-Right - Silverleaf - 4/16'), +(@POOL_MOTHER+29, 4, 'Ghostlands - Bottom-Right - Peacebloom - 4/13'), +(@POOL_MOTHER+30, 3, 'Ghostlands - Bottom-Right - Earthroot - 3/9'), +(@POOL_MOTHER+31, 2, 'Ghostlands - Bottom-Right - Mageroyal - 2/7'), +(@POOL_MOTHER+32, 3, 'Ghostlands - Bottom-Right - Briarthorn - 3/9'), +(@POOL_MOTHER+33, 3, 'Ghostlands - Bottom-Right - Bruiseweed - 3/11'), +(@POOL_MOTHER+34, 3, 'Ghostlands - Bottom-Right - Copper Vein - 3/9'); + +-- Top-Left +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+356, @POOL_MOTHER+35, 0, 'Ghostlands - Top-Left - Silverleaf'), +(@OGUID+357, @POOL_MOTHER+35, 0, 'Ghostlands - Top-Left - Silverleaf'), +(@OGUID+359, @POOL_MOTHER+35, 0, 'Ghostlands - Top-Left - Silverleaf'), +(@OGUID+361, @POOL_MOTHER+35, 0, 'Ghostlands - Top-Left - Silverleaf'), +(@OGUID+363, @POOL_MOTHER+35, 0, 'Ghostlands - Top-Left - Silverleaf'), +(@OGUID+364, @POOL_MOTHER+35, 0, 'Ghostlands - Top-Left - Silverleaf'), +(@OGUID+366, @POOL_MOTHER+35, 0, 'Ghostlands - Top-Left - Silverleaf'), +(@OGUID+369, @POOL_MOTHER+35, 0, 'Ghostlands - Top-Left - Silverleaf'), +(@OGUID+370, @POOL_MOTHER+35, 0, 'Ghostlands - Top-Left - Silverleaf'), +(@OGUID+373, @POOL_MOTHER+35, 0, 'Ghostlands - Top-Left - Silverleaf'), +(@OGUID+374, @POOL_MOTHER+35, 0, 'Ghostlands - Top-Left - Silverleaf'), +(@OGUID+380, @POOL_MOTHER+35, 0, 'Ghostlands - Top-Left - Silverleaf'), +(@OGUID+381, @POOL_MOTHER+35, 0, 'Ghostlands - Top-Left - Silverleaf'), + +(@OGUID+411, @POOL_MOTHER+36, 0, 'Ghostlands - Top-Left - Peacebloom'), +(@OGUID+414, @POOL_MOTHER+36, 0, 'Ghostlands - Top-Left - Peacebloom'), +(@OGUID+416, @POOL_MOTHER+36, 0, 'Ghostlands - Top-Left - Peacebloom'), +(@OGUID+417, @POOL_MOTHER+36, 0, 'Ghostlands - Top-Left - Peacebloom'), +(@OGUID+421, @POOL_MOTHER+36, 0, 'Ghostlands - Top-Left - Peacebloom'), +(@OGUID+422, @POOL_MOTHER+36, 0, 'Ghostlands - Top-Left - Peacebloom'), + +(@OGUID+439, @POOL_MOTHER+37, 0, 'Ghostlands - Top-Left - Earthroot'), +(@OGUID+443, @POOL_MOTHER+37, 0, 'Ghostlands - Top-Left - Earthroot'), +(@OGUID+447, @POOL_MOTHER+37, 0, 'Ghostlands - Top-Left - Earthroot'), +(@OGUID+453, @POOL_MOTHER+37, 0, 'Ghostlands - Top-Left - Earthroot'), +(@OGUID+454, @POOL_MOTHER+37, 0, 'Ghostlands - Top-Left - Earthroot'), +(@OGUID+455, @POOL_MOTHER+37, 0, 'Ghostlands - Top-Left - Earthroot'), + +(@OGUID+469, @POOL_MOTHER+38, 0, 'Ghostlands - Top-Left - Mageroyal'), +(@OGUID+470, @POOL_MOTHER+38, 0, 'Ghostlands - Top-Left - Mageroyal'), +(@OGUID+475, @POOL_MOTHER+38, 0, 'Ghostlands - Top-Left - Mageroyal'), +(@OGUID+481, @POOL_MOTHER+38, 0, 'Ghostlands - Top-Left - Mageroyal'), +(@OGUID+482, @POOL_MOTHER+38, 0, 'Ghostlands - Top-Left - Mageroyal'), +(@OGUID+483, @POOL_MOTHER+38, 0, 'Ghostlands - Top-Left - Mageroyal'), +(@OGUID+484, @POOL_MOTHER+38, 0, 'Ghostlands - Top-Left - Mageroyal'), + +(@OGUID+505, @POOL_MOTHER+39, 0, 'Ghostlands - Top-Left - Briarthorn'), +(@OGUID+514, @POOL_MOTHER+39, 0, 'Ghostlands - Top-Left - Briarthorn'), +(@OGUID+516, @POOL_MOTHER+39, 0, 'Ghostlands - Top-Left - Briarthorn'), +(@OGUID+517, @POOL_MOTHER+39, 0, 'Ghostlands - Top-Left - Briarthorn'), +(@OGUID+521, @POOL_MOTHER+39, 0, 'Ghostlands - Top-Left - Briarthorn'), + +(@OGUID+573, @POOL_MOTHER+40, 0, 'Ghostlands - Top-Left - Copper Vein'), +(@OGUID+574, @POOL_MOTHER+40, 0, 'Ghostlands - Top-Left - Copper Vein'), +(@OGUID+576, @POOL_MOTHER+40, 0, 'Ghostlands - Top-Left - Copper Vein'), +(@OGUID+578, @POOL_MOTHER+40, 0, 'Ghostlands - Top-Left - Copper Vein'), +(@OGUID+582, @POOL_MOTHER+40, 0, 'Ghostlands - Top-Left - Copper Vein'), +(@OGUID+584, @POOL_MOTHER+40, 0, 'Ghostlands - Top-Left - Copper Vein'), +(@OGUID+589, @POOL_MOTHER+40, 0, 'Ghostlands - Top-Left - Copper Vein'), +(@OGUID+591, @POOL_MOTHER+40, 0, 'Ghostlands - Top-Left - Copper Vein'), +(@OGUID+592, @POOL_MOTHER+40, 0, 'Ghostlands - Top-Left - Copper Vein'), +(@OGUID+593, @POOL_MOTHER+40, 0, 'Ghostlands - Top-Left - Copper Vein'), +(@OGUID+594, @POOL_MOTHER+40, 0, 'Ghostlands - Top-Left - Copper Vein'), +(@OGUID+595, @POOL_MOTHER+40, 0, 'Ghostlands - Top-Left - Copper Vein'), +(@OGUID+598, @POOL_MOTHER+40, 0, 'Ghostlands - Top-Left - Copper Vein'), +(@OGUID+599, @POOL_MOTHER+40, 0, 'Ghostlands - Top-Left - Copper Vein'), +(@OGUID+600, @POOL_MOTHER+40, 0, 'Ghostlands - Top-Left - Copper Vein'), +(@OGUID+608, @POOL_MOTHER+40, 0, 'Ghostlands - Top-Left - Copper Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+35, 4, 'Ghostlands - Bottom-Right - Silverleaf - 4/13'), +(@POOL_MOTHER+36, 3, 'Ghostlands - Bottom-Right - Peacebloom - 3/6'), +(@POOL_MOTHER+37, 3, 'Ghostlands - Bottom-Right - Earthroot - 3/6'), +(@POOL_MOTHER+38, 3, 'Ghostlands - Bottom-Right - Mageroyal - 3/7'), +(@POOL_MOTHER+39, 2, 'Ghostlands - Bottom-Right - Briarthorn - 2/5'), +(@POOL_MOTHER+40, 4, 'Ghostlands - Bottom-Right - Copper Vein - 5/16'); + +-- Bottom-Left +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+330, @POOL_MOTHER+41, 0, 'Ghostlands - Bottom-Left - Silverleaf'), +(@OGUID+331, @POOL_MOTHER+41, 0, 'Ghostlands - Bottom-Left - Silverleaf'), +(@OGUID+332, @POOL_MOTHER+41, 0, 'Ghostlands - Bottom-Left - Silverleaf'), +(@OGUID+337, @POOL_MOTHER+41, 0, 'Ghostlands - Bottom-Left - Silverleaf'), +(@OGUID+339, @POOL_MOTHER+41, 0, 'Ghostlands - Bottom-Left - Silverleaf'), +(@OGUID+341, @POOL_MOTHER+41, 0, 'Ghostlands - Bottom-Left - Silverleaf'), +(@OGUID+343, @POOL_MOTHER+41, 0, 'Ghostlands - Bottom-Left - Silverleaf'), +(@OGUID+344, @POOL_MOTHER+41, 0, 'Ghostlands - Bottom-Left - Silverleaf'), +(@OGUID+349, @POOL_MOTHER+41, 0, 'Ghostlands - Bottom-Left - Silverleaf'), +(@OGUID+351, @POOL_MOTHER+41, 0, 'Ghostlands - Bottom-Left - Silverleaf'), +(@OGUID+352, @POOL_MOTHER+41, 0, 'Ghostlands - Bottom-Left - Silverleaf'), +(@OGUID+354, @POOL_MOTHER+41, 0, 'Ghostlands - Bottom-Left - Silverleaf'), +(@OGUID+375, @POOL_MOTHER+41, 0, 'Ghostlands - Bottom-Left - Silverleaf'), +(@OGUID+377, @POOL_MOTHER+41, 0, 'Ghostlands - Bottom-Left - Silverleaf'), +(@OGUID+383, @POOL_MOTHER+41, 0, 'Ghostlands - Bottom-Left - Silverleaf'), +(@OGUID+385, @POOL_MOTHER+41, 0, 'Ghostlands - Bottom-Left - Silverleaf'), +(@OGUID+386, @POOL_MOTHER+41, 0, 'Ghostlands - Bottom-Left - Silverleaf'), +(@OGUID+388, @POOL_MOTHER+41, 0, 'Ghostlands - Bottom-Left - Silverleaf'), +(@OGUID+328, @POOL_MOTHER+41, 0, 'Ghostlands - Bottom-Left - Silverleaf'), +(@OGUID+329, @POOL_MOTHER+41, 0, 'Ghostlands - Bottom-Left - Silverleaf'), +(@OGUID+390, @POOL_MOTHER+42, 0, 'Ghostlands - Bottom-Left - Peacebloom'), +(@OGUID+391, @POOL_MOTHER+42, 0, 'Ghostlands - Bottom-Left - Peacebloom'), +(@OGUID+394, @POOL_MOTHER+42, 0, 'Ghostlands - Bottom-Left - Peacebloom'), +(@OGUID+397, @POOL_MOTHER+42, 0, 'Ghostlands - Bottom-Left - Peacebloom'), +(@OGUID+398, @POOL_MOTHER+42, 0, 'Ghostlands - Bottom-Left - Peacebloom'), +(@OGUID+404, @POOL_MOTHER+42, 0, 'Ghostlands - Bottom-Left - Peacebloom'), +(@OGUID+408, @POOL_MOTHER+42, 0, 'Ghostlands - Bottom-Left - Peacebloom'), +(@OGUID+415, @POOL_MOTHER+42, 0, 'Ghostlands - Bottom-Left - Peacebloom'), +(@OGUID+418, @POOL_MOTHER+42, 0, 'Ghostlands - Bottom-Left - Peacebloom'), +(@OGUID+423, @POOL_MOTHER+42, 0, 'Ghostlands - Bottom-Left - Peacebloom'), +(@OGUID+424, @POOL_MOTHER+42, 0, 'Ghostlands - Bottom-Left - Peacebloom'), +(@OGUID+425, @POOL_MOTHER+42, 0, 'Ghostlands - Bottom-Left - Peacebloom'), +(@OGUID+429, @POOL_MOTHER+43, 0, 'Ghostlands - Bottom-Left - Earthroot'), +(@OGUID+435, @POOL_MOTHER+43, 0, 'Ghostlands - Bottom-Left - Earthroot'), +(@OGUID+448, @POOL_MOTHER+43, 0, 'Ghostlands - Bottom-Left - Earthroot'), +(@OGUID+449, @POOL_MOTHER+43, 0, 'Ghostlands - Bottom-Left - Earthroot'), +(@OGUID+451, @POOL_MOTHER+43, 0, 'Ghostlands - Bottom-Left - Earthroot'), +(@OGUID+452, @POOL_MOTHER+43, 0, 'Ghostlands - Bottom-Left - Earthroot'), +(@OGUID+458, @POOL_MOTHER+44, 0, 'Ghostlands - Bottom-Left - Mageroyal'), +(@OGUID+459, @POOL_MOTHER+44, 0, 'Ghostlands - Bottom-Left - Mageroyal'), +(@OGUID+460, @POOL_MOTHER+44, 0, 'Ghostlands - Bottom-Left - Mageroyal'), +(@OGUID+462, @POOL_MOTHER+44, 0, 'Ghostlands - Bottom-Left - Mageroyal'), +(@OGUID+466, @POOL_MOTHER+44, 0, 'Ghostlands - Bottom-Left - Mageroyal'), +(@OGUID+467, @POOL_MOTHER+44, 0, 'Ghostlands - Bottom-Left - Mageroyal'), +(@OGUID+473, @POOL_MOTHER+44, 0, 'Ghostlands - Bottom-Left - Mageroyal'), +(@OGUID+474, @POOL_MOTHER+44, 0, 'Ghostlands - Bottom-Left - Mageroyal'), +(@OGUID+476, @POOL_MOTHER+44, 0, 'Ghostlands - Bottom-Left - Mageroyal'), +(@OGUID+477, @POOL_MOTHER+44, 0, 'Ghostlands - Bottom-Left - Mageroyal'), +(@OGUID+478, @POOL_MOTHER+44, 0, 'Ghostlands - Bottom-Left - Mageroyal'), +(@OGUID+480, @POOL_MOTHER+44, 0, 'Ghostlands - Bottom-Left - Mageroyal'), +(@OGUID+485, @POOL_MOTHER+44, 0, 'Ghostlands - Bottom-Left - Mageroyal'), +(@OGUID+486, @POOL_MOTHER+44, 0, 'Ghostlands - Bottom-Left - Mageroyal'), +(@OGUID+489, @POOL_MOTHER+45, 0, 'Ghostlands - Bottom-Left - Briarthorn'), +(@OGUID+490, @POOL_MOTHER+45, 0, 'Ghostlands - Bottom-Left - Briarthorn'), +(@OGUID+491, @POOL_MOTHER+45, 0, 'Ghostlands - Bottom-Left - Briarthorn'), +(@OGUID+497, @POOL_MOTHER+45, 0, 'Ghostlands - Bottom-Left - Briarthorn'), +(@OGUID+498, @POOL_MOTHER+45, 0, 'Ghostlands - Bottom-Left - Briarthorn'), +(@OGUID+501, @POOL_MOTHER+45, 0, 'Ghostlands - Bottom-Left - Briarthorn'), +(@OGUID+507, @POOL_MOTHER+45, 0, 'Ghostlands - Bottom-Left - Briarthorn'), +(@OGUID+509, @POOL_MOTHER+45, 0, 'Ghostlands - Bottom-Left - Briarthorn'), +(@OGUID+511, @POOL_MOTHER+45, 0, 'Ghostlands - Bottom-Left - Briarthorn'), +(@OGUID+519, @POOL_MOTHER+45, 0, 'Ghostlands - Bottom-Left - Briarthorn'), +(@OGUID+520, @POOL_MOTHER+45, 0, 'Ghostlands - Bottom-Left - Briarthorn'), +(@OGUID+533, @POOL_MOTHER+46, 0, 'Ghostlands - Bottom-Left - Bruiseweed'), +(@OGUID+534, @POOL_MOTHER+46, 0, 'Ghostlands - Bottom-Left - Bruiseweed'), +(@OGUID+539, @POOL_MOTHER+46, 0, 'Ghostlands - Bottom-Left - Bruiseweed'), +(@OGUID+541, @POOL_MOTHER+46, 0, 'Ghostlands - Bottom-Left - Bruiseweed'), +(@OGUID+542, @POOL_MOTHER+46, 0, 'Ghostlands - Bottom-Left - Bruiseweed'), +(@OGUID+555, @POOL_MOTHER+47, 0, 'Ghostlands - Bottom-Left - Copper Vein'), +(@OGUID+556, @POOL_MOTHER+47, 0, 'Ghostlands - Bottom-Left - Copper Vein'), +(@OGUID+558, @POOL_MOTHER+47, 0, 'Ghostlands - Bottom-Left - Copper Vein'), +(@OGUID+562, @POOL_MOTHER+47, 0, 'Ghostlands - Bottom-Left - Copper Vein'), +(@OGUID+563, @POOL_MOTHER+47, 0, 'Ghostlands - Bottom-Left - Copper Vein'), +(@OGUID+568, @POOL_MOTHER+47, 0, 'Ghostlands - Bottom-Left - Copper Vein'), +(@OGUID+570, @POOL_MOTHER+47, 0, 'Ghostlands - Bottom-Left - Copper Vein'), +(@OGUID+590, @POOL_MOTHER+47, 0, 'Ghostlands - Bottom-Left - Copper Vein'), +(@OGUID+596, @POOL_MOTHER+47, 0, 'Ghostlands - Bottom-Left - Copper Vein'), +(@OGUID+597, @POOL_MOTHER+47, 0, 'Ghostlands - Bottom-Left - Copper Vein'), +(@OGUID+604, @POOL_MOTHER+47, 0, 'Ghostlands - Bottom-Left - Copper Vein'), +(@OGUID+607, @POOL_MOTHER+47, 0, 'Ghostlands - Bottom-Left - Copper Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+41, 5, 'Ghostlands - Bottom-Left - Silverleaf - 5/19'), +(@POOL_MOTHER+42, 3, 'Ghostlands - Bottom-Left - Peacebloom - 3/12'), +(@POOL_MOTHER+43, 2, 'Ghostlands - Bottom-Left - Earthroot - 2/6'), +(@POOL_MOTHER+44, 4, 'Ghostlands - Bottom-Left - Mageroyal - 4/14'), +(@POOL_MOTHER+45, 3, 'Ghostlands - Bottom-Left - Briarthorn - 3/11'), +(@POOL_MOTHER+46, 2, 'Ghostlands - Bottom-Left - Bruiseweed - 2/5'), +(@POOL_MOTHER+47, 4, 'Ghostlands - Bottom-Left - Copper Vein - 4/12'); + +/* Eastern Plaguelands +Mithril (2040) -> Gold (1734) -> Truesilver (2047) +Small Thorium (324) -> Truesilver (2047) +Rich Thorium (175404) -> Truesilver (2047) +*/ +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`, `Comment`) VALUES +(@OGUID+667 , 142141, 0, 139, 0, 1, 1, 1499.3, -3183.54, 111.201, 0.453785, 0, 0, 0.224951, 0.97437, 900, 255, 1, '', 48632, NULL), +(@OGUID+668 , 142141, 0, 139, 0, 1, 1, 1572.06, -2977.36, 84.4113, 4.41568, 0, 0, -0.803857, 0.594823, 900, 255, 1, '', 50664, NULL), +(@OGUID+669 , 142141, 0, 139, 0, 1, 1, 1616.92, -3934.26, 146.298, 5.55015, 0, 0, -0.358368, 0.93358, 900, 255, 1, '', 50664, NULL), +(@OGUID+670 , 142141, 0, 139, 0, 1, 1, 1651.41, -3497.05, 131.833, 0.191985, 0, 0, 0.0958452, 0.995396, 900, 255, 1, '', 49345, NULL), +(@OGUID+671 , 142141, 0, 139, 0, 1, 1, 1742.24, -3982.27, 129.338, 6.23083, 0, 0, -0.0261765, 0.999657, 900, 255, 1, '', 50664, NULL), +(@OGUID+672 , 142141, 0, 139, 0, 1, 1, 1846.88, -3386.36, 114.412, 0.715585, 0, 0, 0.350207, 0.936672, 900, 255, 1, '', 49345, NULL), +(@OGUID+673 , 142141, 0, 139, 0, 1, 1, 1924.72, -4990.11, 75.2966, 1.81514, 0, 0, 0.788011, 0.615662, 900, 255, 1, '', 50664, NULL), +(@OGUID+674 , 142141, 0, 139, 0, 1, 1, 1936.47, -3633.93, 121.777, 4.03171, 0, 0, -0.902585, 0.430512, 900, 255, 1, '', 48632, NULL), +(@OGUID+675 , 142141, 0, 139, 0, 1, 1, 1949.96, -3962.64, 133.924, 1.58825, 0, 0, 0.71325, 0.70091, 900, 255, 1, '', 49345, NULL), +(@OGUID+676 , 142141, 0, 139, 0, 1, 1, 1986, -4740.94, 97.6036, 4.24115, 0, 0, -0.85264, 0.522499, 900, 255, 1, '', 49345, NULL), +(@OGUID+677 , 142141, 0, 139, 0, 1, 1, 2011.19, -3766.6, 128.541, 6.26573, 0, 0, -0.00872612, 0.999962, 900, 255, 1, '', 49345, NULL), +(@OGUID+678 , 142141, 0, 139, 0, 1, 1, 2027.98, -3431.85, 109.943, 0.436332, 0, 0, 0.216439, 0.976296, 900, 255, 1, '', 50063, NULL), +(@OGUID+679 , 142141, 0, 139, 0, 1, 1, 2059.79, -5247.57, 86.0375, 5.25344, 0, 0, -0.492423, 0.870356, 900, 255, 1, '', 49345, NULL), +(@OGUID+680 , 142141, 0, 139, 0, 1, 1, 2087.21, -3983.61, 130.583, 5.48033, 0, 0, -0.390731, 0.920505, 900, 255, 1, '', 50664, NULL), +(@OGUID+681 , 142141, 0, 139, 0, 1, 1, 2205.75, -4157.82, 85.6112, 4.64258, 0, 0, -0.731354, 0.681998, 900, 255, 1, '', 48632, NULL), +(@OGUID+682 , 142141, 0, 139, 0, 1, 1, 2277.96, -4737.99, 95.8844, 0.95993, 0, 0, 0.461748, 0.887011, 900, 255, 1, '', 48632, NULL), +(@OGUID+683 , 142141, 0, 139, 0, 1, 1, 2309.34, -5247.21, 84.3962, 5.91667, 0, 0, -0.182235, 0.983255, 900, 255, 1, '', 49345, NULL), +(@OGUID+684 , 142141, 0, 139, 0, 1, 1, 2468.48, -4835.2, 73.8452, 5.96903, 0, 0, -0.156434, 0.987688, 900, 255, 1, '', 49345, NULL), +(@OGUID+685 , 142141, 0, 139, 0, 1, 1, 2648.07, -4149.05, 82.2208, 2.47837, 0, 0, 0.945518, 0.325568, 900, 255, 1, '', 50664, NULL), +(@OGUID+686 , 142141, 0, 139, 0, 1, 1, 2703.26, -4790.44, 79.8637, 1.13446, 0, 0, 0.537299, 0.843392, 900, 255, 1, '', 48120, NULL), +(@OGUID+687 , 142141, 0, 139, 0, 1, 1, 2748.95, -3899.36, 96.998, 1.22173, 0, 0, 0.573576, 0.819152, 900, 255, 1, '', 50664, NULL), +(@OGUID+688 , 142141, 0, 139, 0, 1, 1, 2760.27, -4987.55, 96.4517, 2.28638, 0, 0, 0.909961, 0.414694, 900, 255, 1, '', 50664, NULL), +(@OGUID+689 , 142141, 0, 139, 0, 1, 1, 2861.6, -4063.8, 99.4177, 0.0523589, 0, 0, 0.0261765, 0.999657, 900, 255, 1, '', 48632, NULL), +(@OGUID+690 , 142141, 0, 139, 0, 1, 1, 2887.04, -3766.36, 112.598, 3.50812, 0, 0, -0.983254, 0.182238, 900, 255, 1, '', 49345, NULL), +(@OGUID+691 , 142141, 0, 139, 0, 1, 1, 2903.33, -5060.41, 110.633, 2.49582, 0, 0, 0.948323, 0.317306, 900, 255, 1, '', 50664, NULL), +(@OGUID+692 , 142141, 0, 139, 0, 1, 1, 2913.5, -4492.8, 91.647, 2.56563, 0, 0, 0.958819, 0.284016, 900, 255, 1, '', 49345, NULL), +(@OGUID+693 , 142141, 0, 139, 0, 1, 1, 2929.91, -4735.68, 91.4919, 4.46804, 0, 0, -0.788011, 0.615662, 900, 255, 1, '', 47966, NULL), +(@OGUID+694 , 142141, 0, 139, 0, 1, 1, 2947.29, -4250.03, 93.6013, 5.81195, 0, 0, -0.233445, 0.97237, 900, 255, 1, '', 50664, NULL), +(@OGUID+695 , 142141, 0, 139, 0, 1, 1, 2978.28, -3640.08, 134.325, 1.62316, 0, 0, 0.725374, 0.688355, 900, 255, 1, '', 50664, NULL), +(@OGUID+696 , 142141, 0, 139, 0, 1, 1, 3010.58, -3385.03, 147.425, 2.1293, 0, 0, 0.874619, 0.48481, 900, 255, 1, '', 49345, NULL), +(@OGUID+697 , 142141, 0, 139, 0, 1, 1, 3122.05, -4285.86, 112.994, 4.27606, 0, 0, -0.843391, 0.5373, 900, 255, 1, '', 50664, NULL), +(@OGUID+698 , 142141, 0, 139, 0, 1, 1, 3147.55, -3085.48, 149.058, 4.31097, 0, 0, -0.833885, 0.551938, 900, 255, 1, '', 50664, NULL), +(@OGUID+699 , 142141, 0, 139, 0, 1, 1, 3192.78, -3243.9, 153.666, 5.16618, 0, 0, -0.529919, 0.848048, 900, 255, 1, '', 48632, NULL), +(@OGUID+700 , 142141, 0, 139, 0, 1, 1, 3196.24, -3516.36, 149.184, 5.00909, 0, 0, -0.594823, 0.803857, 900, 255, 1, '', 50664, NULL), +(@OGUID+701 , 142141, 0, 139, 0, 1, 1, 3255.9, -4529.97, 107.608, 4.29351, 0, 0, -0.83867, 0.54464, 900, 255, 1, '', 48632, NULL), +(@OGUID+702 , 142141, 0, 139, 0, 1, 1, 3305.3, -3724.89, 156.091, 2.21657, 0, 0, 0.894934, 0.446199, 900, 255, 1, '', 50664, NULL), +(@OGUID+703 , 142142, 0, 139, 0, 1, 1, 1596, -4032.47, 149.646, 3.08918, 0, 0, 0.999657, 0.0262016, 900, 255, 1, '', 49345, NULL), +(@OGUID+704 , 142142, 0, 139, 0, 1, 1, 1631.8, -4090.24, 151.422, 6.14356, 0, 0, -0.0697556, 0.997564, 900, 255, 1, '', 48632, NULL), +(@OGUID+705 , 142142, 0, 139, 0, 1, 1, 1845.25, -4381.79, 97.4889, 4.76475, 0, 0, -0.688354, 0.725374, 900, 255, 1, '', 47966, NULL), +(@OGUID+706 , 142142, 0, 139, 0, 1, 1, 1846.9, -3946.46, 125.684, 3.22886, 0, 0, -0.999048, 0.0436193, 900, 255, 1, '', 48120, NULL), +(@OGUID+707 , 142142, 0, 139, 0, 1, 1, 1948.3, -3384.17, 103.864, 4.67748, 0, 0, -0.719339, 0.694659, 900, 255, 1, '', 48632, NULL), +(@OGUID+708 , 142142, 0, 139, 0, 1, 1, 1982.18, -4091.15, 86.3628, 3.87463, 0, 0, -0.93358, 0.358368, 900, 255, 1, '', 48632, NULL), +(@OGUID+709 , 142142, 0, 139, 0, 1, 1, 2016.28, -3784.13, 129.389, 2.80998, 0, 0, 0.986285, 0.16505, 900, 255, 1, '', 50063, NULL), +(@OGUID+710 , 142142, 0, 139, 0, 1, 1, 2101.91, -4440.85, 73.8504, 1.90241, 0, 0, 0.814116, 0.580703, 900, 255, 1, '', 49345, NULL), +(@OGUID+711 , 142142, 0, 139, 0, 1, 1, 2182.69, -3987.18, 124.955, 5.63741, 0, 0, -0.317305, 0.948324, 900, 255, 1, '', 50664, NULL), +(@OGUID+712 , 142142, 0, 139, 0, 1, 1, 2191.87, -4578.98, 73.6903, 4.67748, 0, 0, -0.719339, 0.694659, 900, 255, 1, '', 50664, NULL), +(@OGUID+713 , 142142, 0, 139, 0, 1, 1, 2317.71, -4236.85, 98.6486, 0.0523589, 0, 0, 0.0261765, 0.999657, 900, 255, 1, '', 50664, NULL), +(@OGUID+714 , 142142, 0, 139, 0, 1, 1, 2581.95, -4586.84, 83.667, 2.25147, 0, 0, 0.902585, 0.430512, 900, 255, 1, '', 49345, NULL), +(@OGUID+715 , 142142, 0, 139, 0, 1, 1, 2745.93, -4982.16, 91.3381, 1.16937, 0, 0, 0.551936, 0.833886, 900, 255, 1, '', 50664, NULL), +(@OGUID+716 , 142142, 0, 139, 0, 1, 1, 2753.51, -3487.63, 104.729, 2.65289, 0, 0, 0.970295, 0.241925, 900, 255, 1, '', 50664, NULL), +(@OGUID+717 , 142142, 0, 139, 0, 1, 1, 2756.84, -4735.5, 76.9312, 1.62316, 0, 0, 0.725374, 0.688355, 900, 255, 1, '', 47966, NULL), +(@OGUID+718 , 142142, 0, 139, 0, 1, 1, 2779.7, -4005.54, 99.1068, 0.977383, 0, 0, 0.469471, 0.882948, 900, 255, 1, '', 49345, NULL), +(@OGUID+719 , 142142, 0, 139, 0, 1, 1, 2817.25, -4655.78, 88.8269, 4.83456, 0, 0, -0.66262, 0.748956, 900, 255, 1, '', 48632, NULL), +(@OGUID+720 , 142142, 0, 139, 0, 1, 1, 2863.05, -3118.23, 105.874, 4.60767, 0, 0, -0.743144, 0.669131, 900, 255, 1, '', 49345, NULL), +(@OGUID+721 , 142142, 0, 139, 0, 1, 1, 2899.04, -2948.18, 102.165, 2.00713, 0, 0, 0.843391, 0.5373, 900, 255, 1, '', 50664, NULL), +(@OGUID+722 , 142142, 0, 139, 0, 1, 1, 2984.45, -4755.25, 96.862, 4.4855, 0, 0, -0.782608, 0.622515, 900, 255, 1, '', 49345, NULL), +(@OGUID+723 , 142142, 0, 139, 0, 1, 1, 3052.8, -2893.76, 109.784, 2.3911, 0, 0, 0.930417, 0.366502, 900, 255, 1, '', 48632, NULL), +(@OGUID+724 , 142142, 0, 139, 0, 1, 1, 3118.34, -4087.81, 98.5636, 1.13446, 0, 0, 0.537299, 0.843392, 900, 255, 1, '', 50664, NULL), +(@OGUID+725 , 142142, 0, 139, 0, 1, 1, 3142.79, -4519.12, 116.495, 1.76278, 0, 0, 0.771625, 0.636078, 900, 255, 1, '', 48632, NULL), +(@OGUID+726 , 1628, 0, 139, 0, 1, 1, 1592.48, -3265.5, 67.0181, 6.14356, 0, 0, -0.0697556, 0.997564, 900, 255, 1, '', 48632, NULL), +(@OGUID+727 , 1628, 0, 139, 0, 1, 1, 1602.21, -3239.35, 66.8794, 4.46804, 0, 0, -0.788011, 0.615662, 900, 255, 1, '', 50664, NULL), +(@OGUID+728 , 1628, 0, 139, 0, 1, 1, 1619.87, -3271.2, 88.1834, 4.86947, 0, 0, -0.649447, 0.760406, 900, 255, 1, '', 50664, NULL), +(@OGUID+729 , 175404, 0, 139, 0, 1, 1, 1534.41, -5413.83, 89.1901, 4.32842, 0, 0, -0.829037, 0.559194, 900, 255, 1, '', 50664, NULL), +(@OGUID+730 , 175404, 0, 139, 0, 1, 1, 1590.52, -5458.26, 104.959, 1.16937, 0, 0, 0.551936, 0.833886, 900, 255, 1, '', 50664, NULL), +(@OGUID+731 , 175404, 0, 139, 0, 1, 1, 1736.97, -5562.36, 117.917, 4.69494, 0, 0, -0.71325, 0.70091, 900, 255, 1, '', 48632, NULL), +(@OGUID+732 , 175404, 0, 139, 0, 1, 1, 1782.04, -5235.04, 102.929, 1.13446, 0, 0, 0.537299, 0.843392, 900, 255, 1, '', 50664, NULL), +(@OGUID+733 , 175404, 0, 139, 0, 1, 1, 1879.16, -5459.39, 118.915, 4.50295, 0, 0, -0.777145, 0.629321, 900, 255, 1, '', 50664, NULL), +(@OGUID+734 , 175404, 0, 139, 0, 1, 1, 1958.6, -4320.36, 24.7932, 5.95157, 0, 0, -0.165047, 0.986286, 900, 255, 1, '', 49345, NULL), +(@OGUID+735 , 175404, 0, 139, 0, 1, 1, 2013.31, -4387.05, 29.4598, 3.26377, 0, 0, -0.998135, 0.0610518, 900, 255, 1, '', 48632, NULL), +(@OGUID+736 , 175404, 0, 139, 0, 1, 1, 2066.89, -5049.99, 54.2746, 6.26573, 0, 0, -0.00872612, 0.999962, 900, 255, 1, '', 49345, NULL), +(@OGUID+737 , 175404, 0, 139, 0, 1, 1, 2069.04, -4418.17, 22.5642, 0.541051, 0, 0, 0.267238, 0.963631, 900, 255, 1, '', 50172, NULL), +(@OGUID+738 , 175404, 0, 139, 0, 1, 1, 2102.24, -4264.88, 25.1001, 3.71755, 0, 0, -0.958819, 0.284016, 900, 255, 1, '', 49345, NULL), +(@OGUID+739 , 175404, 0, 139, 0, 1, 1, 2129.13, -4399.78, 28.4801, 3.3685, 0, 0, -0.993571, 0.113208, 900, 255, 1, '', 49345, NULL), +(@OGUID+740 , 175404, 0, 139, 0, 1, 1, 2139.89, -5152.19, 59.9362, 1.43117, 0, 0, 0.656058, 0.75471, 900, 255, 1, '', 48632, NULL), +(@OGUID+741 , 175404, 0, 139, 0, 1, 1, 2145.79, -4311.39, 23.1987, 2.46091, 0, 0, 0.942641, 0.333808, 900, 255, 1, '', 50664, NULL), +(@OGUID+742 , 175404, 0, 139, 0, 1, 1, 2166.58, -4987.38, 56.6599, 4.15388, 0, 0, -0.874619, 0.48481, 900, 255, 1, '', 49345, NULL), +(@OGUID+743 , 175404, 0, 139, 0, 1, 1, 2216.45, -5171.12, 55.044, 4.85202, 0, 0, -0.656058, 0.75471, 900, 255, 1, '', 48120, NULL), +(@OGUID+744 , 175404, 0, 139, 0, 1, 1, 2233.68, -5041.2, 58.3313, 0.122173, 0, 0, 0.0610485, 0.998135, 900, 255, 1, '', 48632, NULL), +(@OGUID+745 , 175404, 0, 139, 0, 1, 1, 2300.42, -5140.93, 56.7484, 5.88176, 0, 0, -0.199368, 0.979925, 900, 255, 1, '', 49345, NULL), +(@OGUID+746 , 175404, 0, 139, 0, 1, 1, 2350.8, -3592.84, 180.113, 1.69297, 0, 0, 0.748956, 0.66262, 900, 255, 1, '', 50664, NULL), +(@OGUID+747 , 175404, 0, 139, 0, 1, 1, 2372.42, -3797.15, 187.376, 3.90954, 0, 0, -0.927183, 0.374608, 900, 255, 1, '', 50664, NULL), +(@OGUID+748 , 175404, 0, 139, 0, 1, 1, 2482.73, -3862.86, 182.901, 4.79966, 0, 0, -0.67559, 0.737278, 900, 255, 1, '', 50664, NULL), +(@OGUID+749 , 175404, 0, 139, 0, 1, 1, 2486.75, -3615.95, 187.837, 0.698131, 0, 0, 0.34202, 0.939693, 900, 255, 1, '', 50664, NULL), +(@OGUID+750 , 175404, 0, 139, 0, 1, 1, 2509.19, -5086.59, 91.7197, 3.194, 0, 0, -0.999657, 0.0262016, 900, 255, 1, '', 50664, NULL), +(@OGUID+751 , 175404, 0, 139, 0, 1, 1, 2581.59, -3742.31, 185.101, 2.87979, 0, 0, 0.991445, 0.130528, 900, 255, 1, '', 49345, NULL), +(@OGUID+752 , 175404, 0, 139, 0, 1, 1, 2583.73, -5453.47, 167.748, 2.30383, 0, 0, 0.913545, 0.406738, 900, 255, 1, '', 49345, NULL), +(@OGUID+753 , 175404, 0, 139, 0, 1, 1, 2626.81, -4947.16, 94.3404, 0.296705, 0, 0, 0.147809, 0.989016, 900, 255, 1, '', 50063, NULL), +(@OGUID+754 , 175404, 0, 139, 0, 1, 1, 2636.65, -5313.67, 167.467, 4.25861, 0, 0, -0.848047, 0.529921, 900, 255, 1, '', 50664, NULL), +(@OGUID+755 , 175404, 0, 139, 0, 1, 1, 2667.06, -5584.07, 166.33, 1.16937, 0, 0, 0.551936, 0.833886, 900, 255, 1, '', 50664, NULL), +(@OGUID+756 , 175404, 0, 139, 0, 1, 1, 2733.85, -5332.87, 164.487, 2.53072, 0, 0, 0.953716, 0.300708, 900, 255, 1, '', 50664, NULL), +(@OGUID+757 , 175404, 0, 139, 0, 1, 1, 2748.38, -4846.44, 87.5709, 0.977383, 0, 0, 0.469471, 0.882948, 900, 255, 1, '', 47966, NULL), +(@OGUID+758 , 175404, 0, 139, 0, 1, 1, 2806.29, -4762.35, 88.8857, 5.44543, 0, 0, -0.406736, 0.913546, 900, 255, 1, '', 48632, NULL), +(@OGUID+759 , 175404, 0, 139, 0, 1, 1, 2864.45, -5423.49, 173.813, 5.3058, 0, 0, -0.469471, 0.882948, 900, 255, 1, '', 50664, NULL), +(@OGUID+760 , 175404, 0, 139, 0, 1, 1, 2890.42, -5142.47, 115.66, 2.09439, 0, 0, 0.866025, 0.500001, 900, 255, 1, '', 50664, NULL), +(@OGUID+761 , 175404, 0, 139, 0, 1, 1, 2974.5, -4683.66, 109.494, 1.44862, 0, 0, 0.66262, 0.748956, 900, 255, 1, '', 48632, NULL), +(@OGUID+762 , 175404, 0, 139, 0, 1, 1, 3027.03, -4576.48, 117.661, 5.20108, 0, 0, -0.515038, 0.857168, 900, 255, 1, '', 50063, NULL), +(@OGUID+763 , 175404, 0, 139, 0, 1, 1, 3059.28, -5024.91, 100.428, 2.3911, 0, 0, 0.930417, 0.366502, 900, 255, 1, '', 50664, NULL), +(@OGUID+764 , 175404, 0, 139, 0, 1, 1, 3093.26, -4309.65, 110.275, 1.27409, 0, 0, 0.594822, 0.803857, 900, 255, 1, '', 49345, NULL), +(@OGUID+765 , 175404, 0, 139, 0, 1, 1, 3116.54, -4833.71, 108.094, 1.06465, 0, 0, 0.507538, 0.861629, 900, 255, 1, '', 48632, NULL), +(@OGUID+766 , 175404, 0, 139, 0, 1, 1, 3145.16, -4577.05, 122.343, 0.0349062, 0, 0, 0.0174522, 0.999848, 900, 255, 1, '', 50172, NULL), +(@OGUID+767 , 175404, 0, 139, 0, 1, 1, 3215.79, -4715.01, 154.944, 6.05629, 0, 0, -0.113203, 0.993572, 900, 255, 1, '', 48632, NULL), +(@OGUID+768 , 175404, 0, 139, 0, 1, 1, 3284.8, -4898.39, 184.136, 5.77704, 0, 0, -0.25038, 0.968148, 900, 255, 1, '', 50664, NULL), +(@OGUID+769 , 175404, 0, 139, 0, 1, 1, 3333.25, -5021.9, 182.399, 5.044, 0, 0, -0.580703, 0.814116, 900, 255, 1, '', 50664, NULL), +(@OGUID+770 , 175404, 0, 139, 0, 1, 1, 3476.35, -4890.65, 178.474, 1.01229, 0, 0, 0.484809, 0.87462, 900, 255, 1, '', 50664, NULL), +(@OGUID+771 , 2047, 0, 139, 0, 1, 1, 1534.41, -5413.83, 89.1901, 4.32842, 0, 0, -0.829037, 0.559194, 900, 255, 1, '', 50664, NULL), +(@OGUID+772 , 2047, 0, 139, 0, 1, 1, 1590.52, -5458.26, 104.959, 1.16937, 0, 0, 0.551936, 0.833886, 900, 255, 1, '', 50664, NULL), +(@OGUID+773 , 2047, 0, 139, 0, 1, 1, 1736.97, -5562.36, 117.917, 4.69494, 0, 0, -0.71325, 0.70091, 900, 255, 1, '', 48632, NULL), +(@OGUID+774 , 2047, 0, 139, 0, 1, 1, 1782.04, -5235.04, 102.929, 1.13446, 0, 0, 0.537299, 0.843392, 900, 255, 1, '', 50664, NULL), +(@OGUID+775 , 2047, 0, 139, 0, 1, 1, 1879.16, -5459.39, 118.915, 4.50295, 0, 0, -0.777145, 0.629321, 900, 255, 1, '', 50664, NULL), +(@OGUID+776 , 2047, 0, 139, 0, 1, 1, 1958.6, -4320.36, 24.7932, 5.95157, 0, 0, -0.165047, 0.986286, 900, 255, 1, '', 49345, NULL), +(@OGUID+777 , 2047, 0, 139, 0, 1, 1, 2013.31, -4387.05, 29.4598, 3.26377, 0, 0, -0.998135, 0.0610518, 900, 255, 1, '', 48632, NULL), +(@OGUID+778 , 2047, 0, 139, 0, 1, 1, 2066.89, -5049.99, 54.2746, 6.26573, 0, 0, -0.00872612, 0.999962, 900, 255, 1, '', 49345, NULL), +(@OGUID+779 , 2047, 0, 139, 0, 1, 1, 2069.04, -4418.17, 22.5642, 0.541051, 0, 0, 0.267238, 0.963631, 900, 255, 1, '', 50172, NULL), +(@OGUID+780 , 2047, 0, 139, 0, 1, 1, 2102.24, -4264.88, 25.1001, 3.71755, 0, 0, -0.958819, 0.284016, 900, 255, 1, '', 49345, NULL), +(@OGUID+781 , 2047, 0, 139, 0, 1, 1, 2129.13, -4399.78, 28.4801, 3.3685, 0, 0, -0.993571, 0.113208, 900, 255, 1, '', 49345, NULL), +(@OGUID+782 , 2047, 0, 139, 0, 1, 1, 2139.89, -5152.19, 59.9362, 1.43117, 0, 0, 0.656058, 0.75471, 900, 255, 1, '', 48632, NULL), +(@OGUID+783 , 2047, 0, 139, 0, 1, 1, 2145.79, -4311.39, 23.1987, 2.46091, 0, 0, 0.942641, 0.333808, 900, 255, 1, '', 50664, NULL), +(@OGUID+784 , 2047, 0, 139, 0, 1, 1, 2166.58, -4987.38, 56.6599, 4.15388, 0, 0, -0.874619, 0.48481, 900, 255, 1, '', 49345, NULL), +(@OGUID+785 , 2047, 0, 139, 0, 1, 1, 2216.45, -5171.12, 55.044, 4.85202, 0, 0, -0.656058, 0.75471, 900, 255, 1, '', 48120, NULL), +(@OGUID+786 , 2047, 0, 139, 0, 1, 1, 2233.68, -5041.2, 58.3313, 0.122173, 0, 0, 0.0610485, 0.998135, 900, 255, 1, '', 48632, NULL), +(@OGUID+787 , 2047, 0, 139, 0, 1, 1, 2300.42, -5140.93, 56.7484, 5.88176, 0, 0, -0.199368, 0.979925, 900, 255, 1, '', 49345, NULL), +(@OGUID+788 , 2047, 0, 139, 0, 1, 1, 2350.8, -3592.84, 180.113, 1.69297, 0, 0, 0.748956, 0.66262, 900, 255, 1, '', 50664, NULL), +(@OGUID+789 , 2047, 0, 139, 0, 1, 1, 2372.42, -3797.15, 187.376, 3.90954, 0, 0, -0.927183, 0.374608, 900, 255, 1, '', 50664, NULL), +(@OGUID+790 , 2047, 0, 139, 0, 1, 1, 2482.73, -3862.86, 182.901, 4.79966, 0, 0, -0.67559, 0.737278, 900, 255, 1, '', 50664, NULL), +(@OGUID+791 , 2047, 0, 139, 0, 1, 1, 2486.75, -3615.95, 187.837, 0.698131, 0, 0, 0.34202, 0.939693, 900, 255, 1, '', 50664, NULL), +(@OGUID+792 , 2047, 0, 139, 0, 1, 1, 2509.19, -5086.59, 91.7197, 3.194, 0, 0, -0.999657, 0.0262016, 900, 255, 1, '', 50664, NULL), +(@OGUID+793 , 2047, 0, 139, 0, 1, 1, 2581.59, -3742.31, 185.101, 2.87979, 0, 0, 0.991445, 0.130528, 900, 255, 1, '', 49345, NULL), +(@OGUID+794 , 2047, 0, 139, 0, 1, 1, 2583.73, -5453.47, 167.748, 2.30383, 0, 0, 0.913545, 0.406738, 900, 255, 1, '', 49345, NULL), +(@OGUID+795 , 2047, 0, 139, 0, 1, 1, 2626.81, -4947.16, 94.3404, 0.296705, 0, 0, 0.147809, 0.989016, 900, 255, 1, '', 50063, NULL), +(@OGUID+796 , 2047, 0, 139, 0, 1, 1, 2636.65, -5313.67, 167.467, 4.25861, 0, 0, -0.848047, 0.529921, 900, 255, 1, '', 50664, NULL), +(@OGUID+797 , 2047, 0, 139, 0, 1, 1, 2667.06, -5584.07, 166.33, 1.16937, 0, 0, 0.551936, 0.833886, 900, 255, 1, '', 50664, NULL), +(@OGUID+798 , 2047, 0, 139, 0, 1, 1, 2733.85, -5332.87, 164.487, 2.53072, 0, 0, 0.953716, 0.300708, 900, 255, 1, '', 50664, NULL), +(@OGUID+799 , 2047, 0, 139, 0, 1, 1, 2748.38, -4846.44, 87.5709, 0.977383, 0, 0, 0.469471, 0.882948, 900, 255, 1, '', 47966, NULL), +(@OGUID+800 , 2047, 0, 139, 0, 1, 1, 2806.29, -4762.35, 88.8857, 5.44543, 0, 0, -0.406736, 0.913546, 900, 255, 1, '', 48632, NULL), +(@OGUID+801 , 2047, 0, 139, 0, 1, 1, 2864.45, -5423.49, 173.813, 5.3058, 0, 0, -0.469471, 0.882948, 900, 255, 1, '', 50664, NULL), +(@OGUID+802 , 2047, 0, 139, 0, 1, 1, 2890.42, -5142.47, 115.66, 2.09439, 0, 0, 0.866025, 0.500001, 900, 255, 1, '', 50664, NULL), +(@OGUID+803 , 2047, 0, 139, 0, 1, 1, 2974.5, -4683.66, 109.494, 1.44862, 0, 0, 0.66262, 0.748956, 900, 255, 1, '', 48632, NULL), +(@OGUID+804 , 2047, 0, 139, 0, 1, 1, 3027.03, -4576.48, 117.661, 5.20108, 0, 0, -0.515038, 0.857168, 900, 255, 1, '', 50063, NULL), +(@OGUID+805 , 2047, 0, 139, 0, 1, 1, 3059.28, -5024.91, 100.428, 2.3911, 0, 0, 0.930417, 0.366502, 900, 255, 1, '', 50664, NULL), +(@OGUID+806 , 2047, 0, 139, 0, 1, 1, 3093.26, -4309.65, 110.275, 1.27409, 0, 0, 0.594822, 0.803857, 900, 255, 1, '', 49345, NULL), +(@OGUID+807 , 2047, 0, 139, 0, 1, 1, 3116.54, -4833.71, 108.094, 1.06465, 0, 0, 0.507538, 0.861629, 900, 255, 1, '', 48632, NULL), +(@OGUID+808 , 2047, 0, 139, 0, 1, 1, 3145.16, -4577.05, 122.343, 0.0349062, 0, 0, 0.0174522, 0.999848, 900, 255, 1, '', 50172, NULL), +(@OGUID+809 , 2047, 0, 139, 0, 1, 1, 3215.79, -4715.01, 154.944, 6.05629, 0, 0, -0.113203, 0.993572, 900, 255, 1, '', 48632, NULL), +(@OGUID+810 , 2047, 0, 139, 0, 1, 1, 3284.8, -4898.39, 184.136, 5.77704, 0, 0, -0.25038, 0.968148, 900, 255, 1, '', 50664, NULL), +(@OGUID+811 , 2047, 0, 139, 0, 1, 1, 3333.25, -5021.9, 182.399, 5.044, 0, 0, -0.580703, 0.814116, 900, 255, 1, '', 50664, NULL), +(@OGUID+812 , 2047, 0, 139, 0, 1, 1, 3476.35, -4890.65, 178.474, 1.01229, 0, 0, 0.484809, 0.87462, 900, 255, 1, '', 50664, NULL), +(@OGUID+813 , 176583, 0, 139, 0, 1, 1, 1395.66, -3689.79, 75.5379, 4.11898, 0, 0, -0.882947, 0.469473, 900, 255, 1, '', 50664, NULL), +(@OGUID+814 , 176583, 0, 139, 0, 1, 1, 1546.81, -5574.57, 100.773, 0.157079, 0, 0, 0.0784588, 0.996917, 900, 255, 1, '', 50664, NULL), +(@OGUID+815 , 176583, 0, 139, 0, 1, 1, 1575.04, -3276.92, 89.2958, 4.7473, 0, 0, -0.694658, 0.71934, 900, 255, 1, '', 49345, NULL), +(@OGUID+816 , 176583, 0, 139, 0, 1, 1, 1576.84, -5447.21, 97.0544, 1.58825, 0, 0, 0.71325, 0.70091, 900, 255, 1, '', 50664, NULL), +(@OGUID+817 , 176583, 0, 139, 0, 1, 1, 1587.83, -5417.1, 75.4493, 0.541051, 0, 0, 0.267238, 0.963631, 900, 255, 1, '', 50664, NULL), +(@OGUID+818 , 176583, 0, 139, 0, 1, 1, 1666.86, -5498.62, 99.903, 2.42601, 0, 0, 0.936672, 0.350207, 900, 255, 1, '', 50664, NULL), +(@OGUID+819 , 176583, 0, 139, 0, 1, 1, 1720.18, -5450.52, 81.5633, 1.32645, 0, 0, 0.615661, 0.788011, 900, 255, 1, '', 49345, NULL), +(@OGUID+820 , 176583, 0, 139, 0, 1, 1, 1823.56, -3750.1, 158.251, 3.45576, 0, 0, -0.987688, 0.156436, 900, 255, 1, '', 48632, NULL), +(@OGUID+821 , 176583, 0, 139, 0, 1, 1, 1847.53, -3210.35, 124.607, 2.87979, 0, 0, 0.991445, 0.130528, 900, 255, 1, '', 49345, NULL), +(@OGUID+822 , 176583, 0, 139, 0, 1, 1, 1964.47, -4535.95, 74.9133, 0.890117, 0, 0, 0.430511, 0.902586, 900, 255, 1, '', 48632, NULL), +(@OGUID+823 , 176583, 0, 139, 0, 1, 1, 2003.8, -4580.15, 74.8585, 1.95477, 0, 0, 0.829038, 0.559193, 900, 255, 1, '', 48632, NULL), +(@OGUID+824 , 176583, 0, 139, 0, 1, 1, 2433.27, -4630.52, 64.1854, 2.56563, 0, 0, 0.958819, 0.284016, 900, 255, 1, '', 50664, NULL), +(@OGUID+825 , 176583, 0, 139, 0, 1, 1, 2460.7, -5189.65, 74.8806, 5.51524, 0, 0, -0.374606, 0.927184, 900, 255, 1, '', 50172, NULL), +(@OGUID+826 , 176583, 0, 139, 0, 1, 1, 2536.31, -4813.06, 105.719, 2.84488, 0, 0, 0.989016, 0.147811, 900, 255, 1, '', 48632, NULL), +(@OGUID+827 , 176583, 0, 139, 0, 1, 1, 2764.43, -3797.11, 111.373, 3.12412, 0, 0, 0.999962, 0.00873464, 900, 255, 1, '', 49345, NULL), +(@OGUID+828 , 176583, 0, 139, 0, 1, 1, 2933.23, -4004.29, 104.741, 1.22173, 0, 0, 0.573576, 0.819152, 900, 255, 1, '', 50664, NULL), +(@OGUID+829 , 176583, 0, 139, 0, 1, 1, 2939, -3061.38, 111.555, 0.558504, 0, 0, 0.275637, 0.961262, 900, 255, 1, '', 50664, NULL), +(@OGUID+830 , 176583, 0, 139, 0, 1, 1, 2957.66, -2888.89, 101.571, 0.0174525, 0, 0, 0.00872612, 0.999962, 900, 255, 1, '', 48632, NULL), +(@OGUID+831 , 176583, 0, 139, 0, 1, 1, 3010.27, -4983.56, 107.515, 3.17653, 0, 0, -0.999847, 0.0174693, 900, 255, 1, '', 49345, NULL), +(@OGUID+832 , 176583, 0, 139, 0, 1, 1, 3136.83, -4403.4, 125.421, 5.13127, 0, 0, -0.544639, 0.838671, 900, 255, 1, '', 50664, NULL), +(@OGUID+833 , 176583, 0, 139, 0, 1, 1, 3183.81, -4648.79, 115.482, 3.38594, 0, 0, -0.992546, 0.12187, 900, 255, 1, '', 50664, NULL), +(@OGUID+834 , 176583, 0, 139, 0, 1, 1, 3321.01, -4947.1, 168.989, 5.96903, 0, 0, -0.156434, 0.987688, 900, 255, 1, '', 50664, NULL), +(@OGUID+835 , 176583, 0, 139, 0, 1, 1, 3395.94, -4870.51, 159.395, 0.296705, 0, 0, 0.147809, 0.989016, 900, 255, 1, '', 50664, NULL), +(@OGUID+836 , 176584, 0, 139, 0, 1, 1, 1602.15, -3616.62, 105.538, 2.51327, 0, 0, 0.951056, 0.309017, 900, 255, 1, '', 48632, NULL), +(@OGUID+837 , 176584, 0, 139, 0, 1, 1, 1648.37, -3419.78, 133.083, 0.453785, 0, 0, 0.224951, 0.97437, 900, 255, 1, '', 48632, NULL), +(@OGUID+838 , 176584, 0, 139, 0, 1, 1, 1675.74, -4981.45, 79.0261, 3.28124, 0, 0, -0.997563, 0.0697661, 900, 255, 1, '', 50664, NULL), +(@OGUID+839 , 176584, 0, 139, 0, 1, 1, 1678.56, -5383.69, 74.4464, 2.9845, 0, 0, 0.996917, 0.0784664, 900, 255, 1, '', 49345, NULL), +(@OGUID+840 , 176584, 0, 139, 0, 1, 1, 1684.28, -5542.05, 101.781, 4.7473, 0, 0, -0.694658, 0.71934, 900, 255, 1, '', 50664, NULL), +(@OGUID+841 , 176584, 0, 139, 0, 1, 1, 1688.96, -4419.48, 84.7388, 0.523598, 0, 0, 0.258819, 0.965926, 900, 255, 1, '', 48632, NULL), +(@OGUID+842 , 176584, 0, 139, 0, 1, 1, 1773.09, -4107.52, 99.4197, 1.6057, 0, 0, 0.719339, 0.694659, 900, 255, 1, '', 48632, NULL), +(@OGUID+843 , 176584, 0, 139, 0, 1, 1, 1792.39, -2944.86, 73.7743, 4.86947, 0, 0, -0.649447, 0.760406, 900, 255, 1, '', 48120, NULL), +(@OGUID+844 , 176584, 0, 139, 0, 1, 1, 1846.72, -4646.22, 82.071, 5.3058, 0, 0, -0.469471, 0.882948, 900, 255, 1, '', 49345, NULL), +(@OGUID+845 , 176584, 0, 139, 0, 1, 1, 1850, -4281.62, 86.9686, 3.4034, 0, 0, -0.991445, 0.130528, 900, 255, 1, '', 48632, NULL), +(@OGUID+846 , 176584, 0, 139, 0, 1, 1, 1878.28, -4879.28, 98.8299, 2.9845, 0, 0, 0.996917, 0.0784664, 900, 255, 1, '', 48120, NULL), +(@OGUID+847 , 176584, 0, 139, 0, 1, 1, 1886.58, -3537.26, 110.21, 3.35105, 0, 0, -0.994521, 0.104536, 900, 255, 1, '', 49345, NULL), +(@OGUID+848 , 176584, 0, 139, 0, 1, 1, 1922.32, -4962.93, 76.6725, 3.71755, 0, 0, -0.958819, 0.284016, 900, 255, 1, '', 50664, NULL), +(@OGUID+849 , 176584, 0, 139, 0, 1, 1, 1931.42, -3334.11, 108.27, 1.65806, 0, 0, 0.737277, 0.675591, 900, 255, 1, '', 49345, NULL), +(@OGUID+850 , 176584, 0, 139, 0, 1, 1, 1933.72, -4775.07, 97.1779, 6.14356, 0, 0, -0.0697556, 0.997564, 900, 255, 1, '', 50664, NULL), +(@OGUID+851 , 176584, 0, 139, 0, 1, 1, 1947.36, -3816.88, 130.752, 1.02974, 0, 0, 0.492423, 0.870356, 900, 255, 1, '', 48632, NULL), +(@OGUID+852 , 176584, 0, 139, 0, 1, 1, 1950.77, -3732.88, 127.524, 5.18363, 0, 0, -0.522498, 0.85264, 900, 255, 1, '', 48632, NULL), +(@OGUID+853 , 176584, 0, 139, 0, 1, 1, 1964.86, -3433.17, 102.166, 2.25147, 0, 0, 0.902585, 0.430512, 900, 255, 1, '', 50664, NULL), +(@OGUID+854 , 176584, 0, 139, 0, 1, 1, 2006.54, -5191.45, 81.064, 3.50812, 0, 0, -0.983254, 0.182238, 900, 255, 1, '', 50664, NULL), +(@OGUID+855 , 176584, 0, 139, 0, 1, 1, 2007.94, -4948.45, 74.1835, 5.11382, 0, 0, -0.551936, 0.833886, 900, 255, 1, '', 48632, NULL), +(@OGUID+856 , 176584, 0, 139, 0, 1, 1, 2066.79, -3799.68, 133.023, 0.733038, 0, 0, 0.358368, 0.93358, 900, 255, 1, '', 50664, NULL), +(@OGUID+857 , 176584, 0, 139, 0, 1, 1, 2089.32, -4781.44, 74.7134, 3.57793, 0, 0, -0.976295, 0.216442, 900, 255, 1, '', 50664, NULL), +(@OGUID+858 , 176584, 0, 139, 0, 1, 1, 2099.18, -2798.86, 79.4446, 5.35816, 0, 0, -0.446198, 0.894935, 900, 255, 1, '', 49345, NULL), +(@OGUID+859 , 176584, 0, 139, 0, 1, 1, 2104.34, -3477.04, 115.704, 0, 0, 0, 0, 1, 900, 255, 1, '', 50664, NULL), +(@OGUID+860 , 176584, 0, 139, 0, 1, 1, 2114.44, -3315.56, 120.031, 2.30383, 0, 0, 0.913545, 0.406738, 900, 255, 1, '', 50664, NULL), +(@OGUID+861 , 176584, 0, 139, 0, 1, 1, 2135.94, -3967.85, 132.559, 4.04917, 0, 0, -0.898793, 0.438373, 900, 255, 1, '', 50664, NULL), +(@OGUID+862 , 176584, 0, 139, 0, 1, 1, 2159.88, -4183.56, 75.3865, 6.03884, 0, 0, -0.121869, 0.992546, 900, 255, 1, '', 49345, NULL), +(@OGUID+863 , 176584, 0, 139, 0, 1, 1, 2202.17, -5249.67, 81.2344, 3.54302, 0, 0, -0.979924, 0.19937, 900, 255, 1, '', 48632, NULL), +(@OGUID+864 , 176584, 0, 139, 0, 1, 1, 2282.73, -4875.34, 101.072, 0.95993, 0, 0, 0.461748, 0.887011, 900, 255, 1, '', 48632, NULL), +(@OGUID+865 , 176584, 0, 139, 0, 1, 1, 2328.65, -4239.03, 95.0663, 4.38078, 0, 0, -0.814116, 0.580703, 900, 255, 1, '', 50664, NULL), +(@OGUID+866 , 176584, 0, 139, 0, 1, 1, 2330.51, -4407.83, 96.5121, 4.41568, 0, 0, -0.803857, 0.594823, 900, 255, 1, '', 50664, NULL), +(@OGUID+867 , 176584, 0, 139, 0, 1, 1, 2345.27, -4688.18, 75.9803, 3.35105, 0, 0, -0.994521, 0.104536, 900, 255, 1, '', 50664, NULL), +(@OGUID+868 , 176584, 0, 139, 0, 1, 1, 2377.23, -4186.74, 79.7483, 2.46091, 0, 0, 0.942641, 0.333808, 900, 255, 1, '', 48632, NULL), +(@OGUID+869 , 176584, 0, 139, 0, 1, 1, 2386.19, -5174.74, 74.0617, 0.349065, 0, 0, 0.173648, 0.984808, 900, 255, 1, '', 50063, NULL), +(@OGUID+870 , 176584, 0, 139, 0, 1, 1, 2390.77, -5082.78, 79.6235, 3.49067, 0, 0, -0.984807, 0.173652, 900, 255, 1, '', 48120, NULL), +(@OGUID+871 , 176584, 0, 139, 0, 1, 1, 2505.65, -4891.79, 77.3231, 5.95157, 0, 0, -0.165047, 0.986286, 900, 255, 1, '', 50063, NULL), +(@OGUID+872 , 176584, 0, 139, 0, 1, 1, 2697.22, -4771.53, 78.5649, 4.81711, 0, 0, -0.66913, 0.743145, 900, 255, 1, '', 50664, NULL), +(@OGUID+873 , 176584, 0, 139, 0, 1, 1, 2768.47, -4124.76, 94.0685, 5.2709, 0, 0, -0.484809, 0.87462, 900, 255, 1, '', 48632, NULL), +(@OGUID+874 , 176584, 0, 139, 0, 1, 1, 2789.93, -4104.28, 99.2775, 1.3439, 0, 0, 0.622514, 0.782609, 900, 255, 1, '', 50664, NULL), +(@OGUID+875 , 176584, 0, 139, 0, 1, 1, 2798.28, -3348.45, 96.2219, 1.32645, 0, 0, 0.615661, 0.788011, 900, 255, 1, '', 50664, NULL), +(@OGUID+876 , 176584, 0, 139, 0, 1, 1, 2839.3, -3883, 106.737, 1.3439, 0, 0, 0.622514, 0.782609, 900, 255, 1, '', 50664, NULL), +(@OGUID+877 , 176584, 0, 139, 0, 1, 1, 2867.57, -4857.59, 99.9184, 4.32842, 0, 0, -0.829037, 0.559194, 900, 255, 1, '', 48632, NULL), +(@OGUID+878 , 176584, 0, 139, 0, 1, 1, 2920.58, -2988.31, 107.379, 6.03884, 0, 0, -0.121869, 0.992546, 900, 255, 1, '', 48632, NULL), +(@OGUID+879 , 176584, 0, 139, 0, 1, 1, 3036.89, -4329.2, 98.7749, 2.54818, 0, 0, 0.956305, 0.292372, 900, 255, 1, '', 50664, NULL), +(@OGUID+880 , 176584, 0, 139, 0, 1, 1, 3084.88, -4714.11, 97.0514, 3.90954, 0, 0, -0.927183, 0.374608, 900, 255, 1, '', 48632, NULL), +(@OGUID+881 , 176584, 0, 139, 0, 1, 1, 3103.35, -4156.78, 96.6142, 4.72984, 0, 0, -0.700909, 0.713251, 900, 255, 1, '', 49345, NULL), +(@OGUID+882 , 176584, 0, 139, 0, 1, 1, 3137.76, -2946.87, 121.373, 0.663223, 0, 0, 0.325567, 0.945519, 900, 255, 1, '', 50664, NULL), +(@OGUID+883 , 176584, 0, 139, 0, 1, 1, 3196.79, -4217.91, 88.5221, 0.680677, 0, 0, 0.333806, 0.942642, 900, 255, 1, '', 50664, NULL), +(@OGUID+884 , 176586, 0, 139, 0, 1, 1, 1507.19, -5424.58, 110.94, 0.645772, 0, 0, 0.317305, 0.948324, 900, 255, 1, '', 50664, NULL), +(@OGUID+885 , 176586, 0, 139, 0, 1, 1, 1592.47, -4874.71, 107.279, 4.92183, 0, 0, -0.62932, 0.777146, 900, 255, 1, '', 50664, NULL), +(@OGUID+886 , 176586, 0, 139, 0, 1, 1, 1593.87, -5020.28, 107.773, 1.91986, 0, 0, 0.819152, 0.573577, 900, 255, 1, '', 50664, NULL), +(@OGUID+887 , 176586, 0, 139, 0, 1, 1, 1609.7, -5213.33, 92.6051, 4.88692, 0, 0, -0.642787, 0.766045, 900, 255, 1, '', 50664, NULL), +(@OGUID+888 , 176586, 0, 139, 0, 1, 1, 1691.71, -2914.1, 126.018, 3.00195, 0, 0, 0.997563, 0.0697661, 900, 255, 1, '', 50664, NULL), +(@OGUID+889 , 176586, 0, 139, 0, 1, 1, 1738.77, -5557.74, 118.974, 0.436332, 0, 0, 0.216439, 0.976296, 900, 255, 1, '', 50664, NULL), +(@OGUID+890 , 176586, 0, 139, 0, 1, 1, 1762.76, -5323.37, 101.977, 0.628317, 0, 0, 0.309016, 0.951057, 900, 255, 1, '', 50664, NULL), +(@OGUID+891 , 176586, 0, 139, 0, 1, 1, 1789.25, -2739.28, 89.1006, 2.1293, 0, 0, 0.874619, 0.48481, 900, 255, 1, '', 50664, NULL), +(@OGUID+892 , 176586, 0, 139, 0, 1, 1, 1799.07, -4340.02, 101.96, 1.5708, 0, 0, 0.707107, 0.707107, 900, 255, 1, '', 50664, NULL), +(@OGUID+893 , 176586, 0, 139, 0, 1, 1, 1858.99, -5468.61, 122.655, 5.72468, 0, 0, -0.275637, 0.961262, 900, 255, 1, '', 50664, NULL), +(@OGUID+894 , 176586, 0, 139, 0, 1, 1, 1875.06, -4781.59, 123.595, 5.23599, 0, 0, -0.5, 0.866025, 900, 255, 1, '', 50664, NULL), +(@OGUID+895 , 176586, 0, 139, 0, 1, 1, 1877.12, -5204.1, 112.687, 0.261798, 0, 0, 0.130526, 0.991445, 900, 255, 1, '', 49345, NULL), +(@OGUID+896 , 176586, 0, 139, 0, 1, 1, 1980.19, -5361.09, 110.172, 5.72468, 0, 0, -0.275637, 0.961262, 900, 255, 1, '', 50664, NULL), +(@OGUID+897 , 176586, 0, 139, 0, 1, 1, 2025.9, -2715.96, 96.1808, 2.19911, 0, 0, 0.891006, 0.453991, 900, 255, 1, '', 50664, NULL), +(@OGUID+898 , 176586, 0, 139, 0, 1, 1, 2115.36, -5366.65, 125.839, 2.40855, 0, 0, 0.93358, 0.358368, 900, 255, 1, '', 49345, NULL), +(@OGUID+899 , 176586, 0, 139, 0, 1, 1, 2197.89, -3384.63, 170.525, 2.21657, 0, 0, 0.894934, 0.446199, 900, 255, 1, '', 49345, NULL), +(@OGUID+900 , 176586, 0, 139, 0, 1, 1, 2212.89, -2784.65, 97.4395, 6.03884, 0, 0, -0.121869, 0.992546, 900, 255, 1, '', 49345, NULL), +(@OGUID+901 , 176586, 0, 139, 0, 1, 1, 2223.48, -4782.46, 113.655, 5.13127, 0, 0, -0.544639, 0.838671, 900, 255, 1, '', 47966, NULL), +(@OGUID+902 , 176586, 0, 139, 0, 1, 1, 2245.04, -3049.81, 123.527, 5.79449, 0, 0, -0.241921, 0.970296, 900, 255, 1, '', 50664, NULL), +(@OGUID+903 , 176586, 0, 139, 0, 1, 1, 2249.72, -4420.42, 132.854, 4.50295, 0, 0, -0.777145, 0.629321, 900, 255, 1, '', 50664, NULL), +(@OGUID+904 , 176586, 0, 139, 0, 1, 1, 2256.25, -3476.75, 158.662, 4.64258, 0, 0, -0.731354, 0.681998, 900, 255, 1, '', 50664, NULL), +(@OGUID+905 , 176586, 0, 139, 0, 1, 1, 2258.02, -5386.99, 92.2303, 0.349065, 0, 0, 0.173648, 0.984808, 900, 255, 1, '', 50664, NULL), +(@OGUID+906 , 176586, 0, 139, 0, 1, 1, 2276.97, -4188.7, 119.793, 4.81711, 0, 0, -0.66913, 0.743145, 900, 255, 1, '', 50664, NULL), +(@OGUID+907 , 176586, 0, 139, 0, 1, 1, 2312.78, -3637.35, 182.334, 3.64774, 0, 0, -0.968147, 0.250381, 900, 255, 1, '', 50664, NULL), +(@OGUID+908 , 176586, 0, 139, 0, 1, 1, 2372.58, -5299.3, 95.3673, 2.3911, 0, 0, 0.930417, 0.366502, 900, 255, 1, '', 50063, NULL), +(@OGUID+909 , 176586, 0, 139, 0, 1, 1, 2421.2, -3861.51, 206.033, 3.22886, 0, 0, -0.999048, 0.0436193, 900, 255, 1, '', 49345, NULL), +(@OGUID+910 , 176586, 0, 139, 0, 1, 1, 2486.02, -5229.42, 89.0458, 2.9845, 0, 0, 0.996917, 0.0784664, 900, 255, 1, '', 49345, NULL), +(@OGUID+911 , 176586, 0, 139, 0, 1, 1, 2487.21, -3614.84, 188.068, 5.14872, 0, 0, -0.537299, 0.843392, 900, 255, 1, '', 50664, NULL), +(@OGUID+912 , 176586, 0, 139, 0, 1, 1, 2577.55, -5107.67, 100.779, 1.16937, 0, 0, 0.551936, 0.833886, 900, 255, 1, '', 48632, NULL), +(@OGUID+913 , 176586, 0, 139, 0, 1, 1, 2592.11, -3777.34, 192.67, 5.88176, 0, 0, -0.199368, 0.979925, 900, 255, 1, '', 50664, NULL), +(@OGUID+914 , 176586, 0, 139, 0, 1, 1, 2617.73, -4813.42, 113.094, 6.14356, 0, 0, -0.0697556, 0.997564, 900, 255, 1, '', 49345, NULL), +(@OGUID+915 , 176586, 0, 139, 0, 1, 1, 2621.44, -5555.54, 171.376, 4.83456, 0, 0, -0.66262, 0.748956, 900, 255, 1, '', 50664, NULL), +(@OGUID+916 , 176586, 0, 139, 0, 1, 1, 2626.87, -5270.43, 135.877, 1.95477, 0, 0, 0.829038, 0.559193, 900, 255, 1, '', 50664, NULL), +(@OGUID+917 , 176586, 0, 139, 0, 1, 1, 2631.87, -5314.69, 168.59, 1.51844, 0, 0, 0.688354, 0.725374, 900, 255, 1, '', 50664, NULL), +(@OGUID+918 , 176586, 0, 139, 0, 1, 1, 2670.15, -3283.07, 128.611, 5.77704, 0, 0, -0.25038, 0.968148, 900, 255, 1, '', 48632, NULL), +(@OGUID+919 , 176586, 0, 139, 0, 1, 1, 2670.6, -3927.05, 125.266, 0.59341, 0, 0, 0.292371, 0.956305, 900, 255, 1, '', 50664, NULL), +(@OGUID+920 , 176586, 0, 139, 0, 1, 1, 2682.23, -3537.49, 129.73, 4.04917, 0, 0, -0.898793, 0.438373, 900, 255, 1, '', 50664, NULL), +(@OGUID+921 , 176586, 0, 139, 0, 1, 1, 2685.68, -4345.66, 144.185, 5.07891, 0, 0, -0.566406, 0.824126, 900, 255, 1, '', 48632, NULL), +(@OGUID+922 , 176586, 0, 139, 0, 1, 1, 2753.43, -3704.74, 127.188, 1.29154, 0, 0, 0.601814, 0.798636, 900, 255, 1, '', 49345, NULL), +(@OGUID+923 , 176586, 0, 139, 0, 1, 1, 2866.03, -5069.95, 121.89, 5.35816, 0, 0, -0.446198, 0.894935, 900, 255, 1, '', 50664, NULL), +(@OGUID+924 , 176586, 0, 139, 0, 1, 1, 2866.6, -5421.66, 173.446, 2.02458, 0, 0, 0.848047, 0.529921, 900, 255, 1, '', 50664, NULL), +(@OGUID+925 , 176586, 0, 139, 0, 1, 1, 2871.31, -2871.03, 104.928, 2.04204, 0, 0, 0.85264, 0.522499, 900, 255, 1, '', 50664, NULL), +(@OGUID+926 , 176586, 0, 139, 0, 1, 1, 3044.06, -4542.72, 135.107, 1.36136, 0, 0, 0.62932, 0.777146, 900, 255, 1, '', 48632, NULL), +(@OGUID+927 , 176586, 0, 139, 0, 1, 1, 3089.17, -5043.34, 119.112, 1.8675, 0, 0, 0.803857, 0.594823, 900, 255, 1, '', 50664, NULL), +(@OGUID+928 , 176586, 0, 139, 0, 1, 1, 3127.89, -4883.24, 110.874, 5.79449, 0, 0, -0.241921, 0.970296, 900, 255, 1, '', 50664, NULL), +(@OGUID+929 , 176586, 0, 139, 0, 1, 1, 3132.67, -4361.14, 139.667, 4.13643, 0, 0, -0.878817, 0.47716, 900, 255, 1, '', 49345, NULL), +(@OGUID+930 , 176586, 0, 139, 0, 1, 1, 3303.08, -3117.53, 167.973, 1.32645, 0, 0, 0.615661, 0.788011, 900, 255, 1, '', 50664, NULL), +(@OGUID+931 , 176587, 0, 139, 0, 1, 1, 1545.54, -3805.98, 115.613, 3.07177, 0, 0, 0.999391, 0.0349061, 900, 255, 1, '', 50664, NULL), +(@OGUID+932 , 176587, 0, 139, 0, 1, 1, 1577.75, -4618.21, 85.1723, 1.98967, 0, 0, 0.83867, 0.54464, 900, 255, 1, '', 50664, NULL), +(@OGUID+933 , 176587, 0, 139, 0, 1, 1, 1600.04, -3050.9, 79.4959, 5.32326, 0, 0, -0.461748, 0.887011, 900, 255, 1, '', 50664, NULL), +(@OGUID+934 , 176587, 0, 139, 0, 1, 1, 1626.86, -3243.33, 85.542, 2.00713, 0, 0, 0.843391, 0.5373, 900, 255, 1, '', 48632, NULL), +(@OGUID+935 , 176587, 0, 139, 0, 1, 1, 1646.8, -3432.92, 136.714, 5.51524, 0, 0, -0.374606, 0.927184, 900, 255, 1, '', 50664, NULL), +(@OGUID+936 , 176587, 0, 139, 0, 1, 1, 1649.55, -3722.11, 119.535, 1.46608, 0, 0, 0.66913, 0.743145, 900, 255, 1, '', 49345, NULL), +(@OGUID+937 , 176587, 0, 139, 0, 1, 1, 1680.81, -3853.04, 133.434, 0.733038, 0, 0, 0.358368, 0.93358, 900, 255, 1, '', 48632, NULL), +(@OGUID+938 , 176587, 0, 139, 0, 1, 1, 1708.37, -4802.04, 84.4106, 5.61996, 0, 0, -0.325567, 0.945519, 900, 255, 1, '', 48632, NULL), +(@OGUID+939 , 176587, 0, 139, 0, 1, 1, 1711.95, -3935.51, 130.9, 4.55531, 0, 0, -0.760406, 0.649449, 900, 255, 1, '', 50664, NULL), +(@OGUID+940 , 176587, 0, 139, 0, 1, 1, 1712.41, -4910.69, 88.1443, 2.3911, 0, 0, 0.930417, 0.366502, 900, 255, 1, '', 50664, NULL), +(@OGUID+941 , 176587, 0, 139, 0, 1, 1, 1744.05, -3014.99, 77.4633, 4.95674, 0, 0, -0.615661, 0.788011, 900, 255, 1, '', 50664, NULL), +(@OGUID+942 , 176587, 0, 139, 0, 1, 1, 1744.66, -4339.93, 77.6948, 6.21337, 0, 0, -0.0348988, 0.999391, 900, 255, 1, '', 48120, NULL), +(@OGUID+943 , 176587, 0, 139, 0, 1, 1, 1778.55, -2849.51, 68.2953, 3.31614, 0, 0, -0.996194, 0.087165, 900, 255, 1, '', 48632, NULL), +(@OGUID+944 , 176587, 0, 139, 0, 1, 1, 1782.65, -4221.37, 88.5097, 0.139624, 0, 0, 0.0697556, 0.997564, 900, 255, 1, '', 50172, NULL), +(@OGUID+945 , 176587, 0, 139, 0, 1, 1, 1784.86, -4176.54, 86.9041, 0.663223, 0, 0, 0.325567, 0.945519, 900, 255, 1, '', 49345, NULL), +(@OGUID+946 , 176587, 0, 139, 0, 1, 1, 1825.87, -5056.87, 84.4563, 2.32129, 0, 0, 0.91706, 0.39875, 900, 255, 1, '', 48632, NULL), +(@OGUID+947 , 176587, 0, 139, 0, 1, 1, 1852.03, -3815.96, 136.994, 1.0821, 0, 0, 0.515038, 0.857168, 900, 255, 1, '', 49345, NULL), +(@OGUID+948 , 176587, 0, 139, 0, 1, 1, 1855.35, -4576.7, 79.0182, 5.2709, 0, 0, -0.484809, 0.87462, 900, 255, 1, '', 50664, NULL), +(@OGUID+949 , 176587, 0, 139, 0, 1, 1, 1878.36, -4847.95, 107.496, 3.73501, 0, 0, -0.956305, 0.292372, 900, 255, 1, '', 48632, NULL), +(@OGUID+950 , 176587, 0, 139, 0, 1, 1, 1882.59, -4541.19, 82.5564, 0.558504, 0, 0, 0.275637, 0.961262, 900, 255, 1, '', 50664, NULL), +(@OGUID+951 , 176587, 0, 139, 0, 1, 1, 1894.58, -3235.96, 119.528, 0.279252, 0, 0, 0.139173, 0.990268, 900, 255, 1, '', 48632, NULL), +(@OGUID+952 , 176587, 0, 139, 0, 1, 1, 1907.31, -3503.06, 110.467, 0.488691, 0, 0, 0.241921, 0.970296, 900, 255, 1, '', 48632, NULL), +(@OGUID+953 , 176587, 0, 139, 0, 1, 1, 1933.45, -3818.12, 131.68, 4.06662, 0, 0, -0.894934, 0.446199, 900, 255, 1, '', 50664, NULL), +(@OGUID+954 , 176587, 0, 139, 0, 1, 1, 1960.5, -5018.98, 76.7022, 0.663223, 0, 0, 0.325567, 0.945519, 900, 255, 1, '', 49345, NULL), +(@OGUID+955 , 176587, 0, 139, 0, 1, 1, 1989.78, -4066.59, 85.9721, 3.54302, 0, 0, -0.979924, 0.19937, 900, 255, 1, '', 50664, NULL), +(@OGUID+956 , 176587, 0, 139, 0, 1, 1, 2009.09, -2985.9, 77.9653, 2.53072, 0, 0, 0.953716, 0.300708, 900, 255, 1, '', 48632, NULL), +(@OGUID+957 , 176587, 0, 139, 0, 1, 1, 2011.32, -3304.11, 104.193, 5.75959, 0, 0, -0.258819, 0.965926, 900, 255, 1, '', 50664, NULL), +(@OGUID+958 , 176587, 0, 139, 0, 1, 1, 2016.61, -4694.26, 91.7821, 5.44543, 0, 0, -0.406736, 0.913546, 900, 255, 1, '', 49345, NULL), +(@OGUID+959 , 176587, 0, 139, 0, 1, 1, 2019.04, -4695.94, 91.3082, 2.9496, 0, 0, 0.995396, 0.0958512, 900, 255, 1, '', 49345, NULL), +(@OGUID+960 , 176587, 0, 139, 0, 1, 1, 2020.2, -3652.82, 128.096, 2.53072, 0, 0, 0.953716, 0.300708, 900, 255, 1, '', 50664, NULL), +(@OGUID+961 , 176587, 0, 139, 0, 1, 1, 2035.5, -3416.72, 110.1, 1.97222, 0, 0, 0.833885, 0.551938, 900, 255, 1, '', 50664, NULL), +(@OGUID+962 , 176587, 0, 139, 0, 1, 1, 2052.15, -5148.68, 81.0545, 0.837757, 0, 0, 0.406736, 0.913546, 900, 255, 1, '', 50664, NULL), +(@OGUID+963 , 176587, 0, 139, 0, 1, 1, 2067.59, -3926.66, 133.094, 4.20625, 0, 0, -0.861629, 0.507539, 900, 255, 1, '', 50664, NULL), +(@OGUID+964 , 176587, 0, 139, 0, 1, 1, 2115.63, -4873.79, 74.8908, 1.50098, 0, 0, 0.681998, 0.731354, 900, 255, 1, '', 48632, NULL), +(@OGUID+965 , 176587, 0, 139, 0, 1, 1, 2121.78, -2811.04, 81.9509, 1.0821, 0, 0, 0.515038, 0.857168, 900, 255, 1, '', 49345, NULL), +(@OGUID+966 , 176587, 0, 139, 0, 1, 1, 2142.95, -2875.18, 88.9537, 2.70526, 0, 0, 0.976295, 0.216442, 900, 255, 1, '', 50664, NULL), +(@OGUID+967 , 176587, 0, 139, 0, 1, 1, 2147.51, -2717.23, 74.2392, 0.837757, 0, 0, 0.406736, 0.913546, 900, 255, 1, '', 50664, NULL), +(@OGUID+968 , 176587, 0, 139, 0, 1, 1, 2158.7, -4345.31, 75.9694, 2.67035, 0, 0, 0.972369, 0.233448, 900, 255, 1, '', 49345, NULL), +(@OGUID+969 , 176587, 0, 139, 0, 1, 1, 2165.87, -3193.97, 104.805, 2.14675, 0, 0, 0.878817, 0.47716, 900, 255, 1, '', 49345, NULL), +(@OGUID+970 , 176587, 0, 139, 0, 1, 1, 2204.12, -3841.43, 162.629, 1.09956, 0, 0, 0.522498, 0.85264, 900, 255, 1, '', 49345, NULL), +(@OGUID+971 , 176587, 0, 139, 0, 1, 1, 2206.71, -4689.75, 74.457, 3.83973, 0, 0, -0.939692, 0.34202, 900, 255, 1, '', 49345, NULL), +(@OGUID+972 , 176587, 0, 139, 0, 1, 1, 2239.62, -5264.17, 75.2423, 2.28638, 0, 0, 0.909961, 0.414694, 900, 255, 1, '', 48120, NULL), +(@OGUID+973 , 176587, 0, 139, 0, 1, 1, 2248.66, -4084.08, 77.1973, 0.104719, 0, 0, 0.0523357, 0.99863, 900, 255, 1, '', 50664, NULL), +(@OGUID+974 , 176587, 0, 139, 0, 1, 1, 2274.09, -4297.45, 74.1448, 5.58505, 0, 0, -0.34202, 0.939693, 900, 255, 1, '', 48632, NULL), +(@OGUID+975 , 176587, 0, 139, 0, 1, 1, 2282.43, -3562.96, 154.137, 3.71755, 0, 0, -0.958819, 0.284016, 900, 255, 1, '', 50664, NULL), +(@OGUID+976 , 176587, 0, 139, 0, 1, 1, 2285.63, -4489.29, 100.796, 5.00909, 0, 0, -0.594823, 0.803857, 900, 255, 1, '', 50664, NULL), +(@OGUID+977 , 176587, 0, 139, 0, 1, 1, 2350.54, -4982.48, 71.2999, 3.194, 0, 0, -0.999657, 0.0262016, 900, 255, 1, '', 48632, NULL), +(@OGUID+978 , 176587, 0, 139, 0, 1, 1, 2384, -3656.2, 178.143, 0.750491, 0, 0, 0.366501, 0.930418, 900, 255, 1, '', 50664, NULL), +(@OGUID+979 , 176587, 0, 139, 0, 1, 1, 2388.11, -4093.08, 77.0275, 2.19911, 0, 0, 0.891006, 0.453991, 900, 255, 1, '', 50664, NULL), +(@OGUID+980 , 176587, 0, 139, 0, 1, 1, 2411.96, -4427.33, 74.0722, 1.91986, 0, 0, 0.819152, 0.573577, 900, 255, 1, '', 50664, NULL), +(@OGUID+981 , 176587, 0, 139, 0, 1, 1, 2453.32, -3760.32, 177.514, 2.54818, 0, 0, 0.956305, 0.292372, 900, 255, 1, '', 50664, NULL), +(@OGUID+982 , 176587, 0, 139, 0, 1, 1, 2453.53, -3656.75, 177.802, 5.35816, 0, 0, -0.446198, 0.894935, 900, 255, 1, '', 49345, NULL), +(@OGUID+983 , 176587, 0, 139, 0, 1, 1, 2483.69, -4265.49, 74.3489, 1.62316, 0, 0, 0.725374, 0.688355, 900, 255, 1, '', 50664, NULL), +(@OGUID+984 , 176587, 0, 139, 0, 1, 1, 2495.23, -4580.06, 78.383, 4.10153, 0, 0, -0.887011, 0.461749, 900, 255, 1, '', 50664, NULL), +(@OGUID+985 , 176587, 0, 139, 0, 1, 1, 2508.27, -3786.51, 177.507, 4.81711, 0, 0, -0.66913, 0.743145, 900, 255, 1, '', 50664, NULL), +(@OGUID+986 , 176587, 0, 139, 0, 1, 1, 2528.76, -3721.86, 178.919, 1.69297, 0, 0, 0.748956, 0.66262, 900, 255, 1, '', 50664, NULL), +(@OGUID+987 , 176587, 0, 139, 0, 1, 1, 2611.49, -4381.19, 79.9559, 2.02458, 0, 0, 0.848047, 0.529921, 900, 255, 1, '', 48632, NULL), +(@OGUID+988 , 176587, 0, 139, 0, 1, 1, 2617.41, -4910.38, 82.3329, 2.26893, 0, 0, 0.906307, 0.422619, 900, 255, 1, '', 49345, NULL), +(@OGUID+989 , 176587, 0, 139, 0, 1, 1, 2642.47, -5431.1, 157.232, 5.34071, 0, 0, -0.45399, 0.891007, 900, 255, 1, '', 50664, NULL), +(@OGUID+990 , 176587, 0, 139, 0, 1, 1, 2645, -5522.47, 158.436, 0.349065, 0, 0, 0.173648, 0.984808, 900, 255, 1, '', 49345, NULL), +(@OGUID+991 , 176587, 0, 139, 0, 1, 1, 2665.35, -4087.51, 85.4097, 1.91986, 0, 0, 0.819152, 0.573577, 900, 255, 1, '', 50664, NULL), +(@OGUID+992 , 176587, 0, 139, 0, 1, 1, 2687.42, -4252.07, 97.2032, 2.9496, 0, 0, 0.995396, 0.0958512, 900, 255, 1, '', 50664, NULL), +(@OGUID+993 , 176587, 0, 139, 0, 1, 1, 2689.53, -5363.66, 157.824, 0.942477, 0, 0, 0.45399, 0.891007, 900, 255, 1, '', 50664, NULL), +(@OGUID+994 , 176587, 0, 139, 0, 1, 1, 2716.76, -4691.48, 76.8073, 0.855211, 0, 0, 0.414693, 0.909961, 900, 255, 1, '', 50664, NULL), +(@OGUID+995 , 176587, 0, 139, 0, 1, 1, 2719.06, -4868.81, 88.9132, 1.43117, 0, 0, 0.656058, 0.75471, 900, 255, 1, '', 50664, NULL), +(@OGUID+996 , 176587, 0, 139, 0, 1, 1, 2727.14, -5479.72, 161.22, 2.00713, 0, 0, 0.843391, 0.5373, 900, 255, 1, '', 50664, NULL), +(@OGUID+997 , 176587, 0, 139, 0, 1, 1, 2754, -3390.6, 91.2035, 0.855211, 0, 0, 0.414693, 0.909961, 900, 255, 1, '', 50664, NULL), +(@OGUID+998 , 176587, 0, 139, 0, 1, 1, 2758.57, -5373.56, 156.996, 3.6652, 0, 0, -0.965925, 0.258821, 900, 255, 1, '', 50664, NULL), +(@OGUID+999 , 176587, 0, 139, 0, 1, 1, 2777.31, -3226.03, 105.933, 2.46091, 0, 0, 0.942641, 0.333808, 900, 255, 1, '', 49345, NULL), +(@OGUID+1000, 176587, 0, 139, 0, 1, 1, 2793.07, -4211.21, 90.0861, 3.17653, 0, 0, -0.999847, 0.0174693, 900, 255, 1, '', 49345, NULL), +(@OGUID+1001, 176587, 0, 139, 0, 1, 1, 2803.09, -3926.93, 101.182, 0.890117, 0, 0, 0.430511, 0.902586, 900, 255, 1, '', 50664, NULL), +(@OGUID+1002, 176587, 0, 139, 0, 1, 1, 2813.54, -4918.73, 101.453, 4.41568, 0, 0, -0.803857, 0.594823, 900, 255, 1, '', 50664, NULL), +(@OGUID+1003, 176587, 0, 139, 0, 1, 1, 2813.84, -3678, 104.815, 0.0174525, 0, 0, 0.00872612, 0.999962, 900, 255, 1, '', 50664, NULL), +(@OGUID+1004, 176587, 0, 139, 0, 1, 1, 2815.06, -5441.11, 158.186, 1.0821, 0, 0, 0.515038, 0.857168, 900, 255, 1, '', 50664, NULL), +(@OGUID+1005, 176587, 0, 139, 0, 1, 1, 2815.12, -4047.62, 99.6001, 1.44862, 0, 0, 0.66262, 0.748956, 900, 255, 1, '', 50664, NULL), +(@OGUID+1006, 176587, 0, 139, 0, 1, 1, 2818.86, -4592.9, 90.6468, 4.59022, 0, 0, -0.748956, 0.66262, 900, 255, 1, '', 50664, NULL), +(@OGUID+1007, 176587, 0, 139, 0, 1, 1, 2832.29, -3181.75, 116.206, 0.436332, 0, 0, 0.216439, 0.976296, 900, 255, 1, '', 50664, NULL), +(@OGUID+1008, 176587, 0, 139, 0, 1, 1, 2832.67, -4743.53, 77.3118, 0.471238, 0, 0, 0.233445, 0.97237, 900, 255, 1, '', 47966, NULL), +(@OGUID+1009, 176587, 0, 139, 0, 1, 1, 2846.37, -3551.97, 106.508, 3.31614, 0, 0, -0.996194, 0.087165, 900, 255, 1, '', 50664, NULL), +(@OGUID+1010, 176587, 0, 139, 0, 1, 1, 2864.59, -3011.77, 102.675, 0.715585, 0, 0, 0.350207, 0.936672, 900, 255, 1, '', 50664, NULL), +(@OGUID+1011, 176587, 0, 139, 0, 1, 1, 2889.89, -3784.17, 112.466, 5.49779, 0, 0, -0.382683, 0.92388, 900, 255, 1, '', 50664, NULL), +(@OGUID+1012, 176587, 0, 139, 0, 1, 1, 2924.44, -4801.05, 96.5652, 0.698131, 0, 0, 0.34202, 0.939693, 900, 255, 1, '', 48632, NULL), +(@OGUID+1013, 176587, 0, 139, 0, 1, 1, 2937.81, -4292.18, 90.3692, 5.25344, 0, 0, -0.492423, 0.870356, 900, 255, 1, '', 49345, NULL), +(@OGUID+1014, 176587, 0, 139, 0, 1, 1, 2944.23, -3344.95, 113.78, 5.11382, 0, 0, -0.551936, 0.833886, 900, 255, 1, '', 50664, NULL), +(@OGUID+1015, 176587, 0, 139, 0, 1, 1, 2970.9, -2821.2, 108.048, 5.21854, 0, 0, -0.507538, 0.861629, 900, 255, 1, '', 48632, NULL), +(@OGUID+1016, 176587, 0, 139, 0, 1, 1, 2981.59, -4648.56, 93.1457, 3.9619, 0, 0, -0.91706, 0.39875, 900, 255, 1, '', 48120, NULL), +(@OGUID+1017, 176587, 0, 139, 0, 1, 1, 2990.56, -3135.62, 112.868, 3.42085, 0, 0, -0.990268, 0.139175, 900, 255, 1, '', 50664, NULL), +(@OGUID+1018, 176587, 0, 139, 0, 1, 1, 3000.71, -5011.22, 103.588, 1.309, 0, 0, 0.608761, 0.793354, 900, 255, 1, '', 49345, NULL), +(@OGUID+1019, 176587, 0, 139, 0, 1, 1, 3021.44, -4038.53, 103.952, 2.74016, 0, 0, 0.979924, 0.19937, 900, 255, 1, '', 49345, NULL), +(@OGUID+1020, 176587, 0, 139, 0, 1, 1, 3079.81, -4751.75, 96.9671, 1.41372, 0, 0, 0.649447, 0.760406, 900, 255, 1, '', 50664, NULL), +(@OGUID+1021, 176587, 0, 139, 0, 1, 1, 3082.94, -3554.52, 132.872, 0.977383, 0, 0, 0.469471, 0.882948, 900, 255, 1, '', 49345, NULL), +(@OGUID+1022, 176587, 0, 139, 0, 1, 1, 3104.87, -3972.7, 110.676, 0.488691, 0, 0, 0.241921, 0.970296, 900, 255, 1, '', 50664, NULL), +(@OGUID+1023, 176587, 0, 139, 0, 1, 1, 3113.64, -3780.52, 130.505, 2.79252, 0, 0, 0.984807, 0.173652, 900, 255, 1, '', 50664, NULL), +(@OGUID+1024, 176587, 0, 139, 0, 1, 1, 3120.71, -3058.46, 133.354, 3.12412, 0, 0, 0.999962, 0.00873464, 900, 255, 1, '', 48632, NULL), +(@OGUID+1025, 176587, 0, 139, 0, 1, 1, 3136.98, -3255.85, 154.399, 5.34071, 0, 0, -0.45399, 0.891007, 900, 255, 1, '', 49345, NULL), +(@OGUID+1026, 176587, 0, 139, 0, 1, 1, 3140.44, -3679.26, 133.914, 2.33874, 0, 0, 0.920505, 0.390732, 900, 255, 1, '', 50664, NULL), +(@OGUID+1027, 176587, 0, 139, 0, 1, 1, 3173.16, -4317.57, 125.094, 5.16618, 0, 0, -0.529919, 0.848048, 900, 255, 1, '', 50664, NULL), +(@OGUID+1028, 176587, 0, 139, 0, 1, 1, 3181.9, -3130.97, 154.537, 1.16937, 0, 0, 0.551936, 0.833886, 900, 255, 1, '', 50664, NULL), +(@OGUID+1029, 176587, 0, 139, 0, 1, 1, 3183.07, -4570.98, 108.747, 2.21657, 0, 0, 0.894934, 0.446199, 900, 255, 1, '', 47966, NULL), +(@OGUID+1030, 176587, 0, 139, 0, 1, 1, 3192.28, -3585.68, 146.257, 4.59022, 0, 0, -0.748956, 0.66262, 900, 255, 1, '', 49345, NULL), +(@OGUID+1031, 176587, 0, 139, 0, 1, 1, 3200.82, -4660.55, 120.801, 2.37364, 0, 0, 0.927183, 0.374608, 900, 255, 1, '', 49345, NULL), +(@OGUID+1032, 176587, 0, 139, 0, 1, 1, 3236.68, -4728.21, 157.185, 2.74016, 0, 0, 0.979924, 0.19937, 900, 255, 1, '', 48632, NULL), +(@OGUID+1033, 176587, 0, 139, 0, 1, 1, 3285.81, -4861.64, 170.945, 0.558504, 0, 0, 0.275637, 0.961262, 900, 255, 1, '', 50664, NULL), +(@OGUID+1034, 176587, 0, 139, 0, 1, 1, 3287.33, -4396.51, 111.587, 0.645772, 0, 0, 0.317305, 0.948324, 900, 255, 1, '', 48632, NULL), +(@OGUID+1035, 176587, 0, 139, 0, 1, 1, 3355.6, -4984.63, 159.253, 2.04204, 0, 0, 0.85264, 0.522499, 900, 255, 1, '', 49345, NULL), +(@OGUID+1036, 176587, 0, 139, 0, 1, 1, 3403.05, -4913.33, 159.709, 2.30383, 0, 0, 0.913545, 0.406738, 900, 255, 1, '', 50664, NULL), +(@OGUID+1037, 176587, 0, 139, 0, 1, 1, 3411.95, -4953.78, 164.461, 4.08407, 0, 0, -0.891006, 0.453991, 900, 255, 1, '', 50664, NULL), +(@OGUID+1038, 176587, 0, 139, 0, 1, 1, 3009.24, -4187.49, 94.5654, 5.11382, 0, 0, -0.551936, 0.833886, 900, 255, 1, '', 51666, NULL), +(@OGUID+1039, 176587, 0, 139, 139, 1, 1, 2537.37, -4499.34, 78.3478, 3.15906, 0, 0, -0.999962, 0.00873464, 900, 255, 1, '', 51739, NULL), +(@OGUID+1040, 176589, 0, 139, 0, 1, 1, 1491.37, -3724.71, 81.6501, 1.88495, 0, 0, 0.809016, 0.587786, 3600, 255, 1, '', 50664, NULL), +(@OGUID+1041, 176589, 0, 139, 0, 1, 1, 1621.21, -5359.28, 73.9089, 5.18363, 0, 0, -0.522498, 0.85264, 3600, 255, 1, '', 49345, NULL), +(@OGUID+1042, 176589, 0, 139, 0, 1, 1, 1701.03, -4586.58, 77.4803, 0.00393295, 0, 0, 0.00196648, 0.999998, 3600, 255, 1, '', 49345, NULL), +(@OGUID+1043, 176589, 0, 139, 0, 1, 1, 1965.05, -5278.85, 84.3429, 1.29154, 0, 0, 0.601814, 0.798636, 3600, 255, 1, '', 50664, NULL), +(@OGUID+1044, 176589, 0, 139, 0, 1, 1, 2007.52, -4295.16, 9.66871, 3.10665, 0, 0, 0.999847, 0.0174693, 3600, 255, 1, '', 50664, NULL), +(@OGUID+1045, 176589, 0, 139, 0, 1, 1, 2168.33, -5053.17, 51.0965, 5.37562, 0, 0, -0.438371, 0.898794, 3600, 255, 1, '', 48120, NULL), +(@OGUID+1046, 176589, 0, 139, 0, 1, 1, 2458.96, -4974.71, 63.1111, 1.0472, 0, 0, 0.5, 0.866025, 3600, 255, 1, '', 50664, NULL), +(@OGUID+1047, 176589, 0, 139, 0, 1, 1, 2466.57, -3652.59, 178.363, 3.82227, 0, 0, -0.942641, 0.333808, 3600, 255, 1, '', 50664, NULL), +(@OGUID+1048, 176589, 0, 139, 0, 1, 1, 2599.87, -4799.69, 109.51, 4.24115, 0, 0, -0.85264, 0.522499, 3600, 255, 1, '', 50664, NULL), +(@OGUID+1049, 176589, 0, 139, 0, 1, 1, 2600.27, -5512.45, 158.641, 1.83259, 0, 0, 0.793353, 0.608762, 3600, 255, 1, '', 50664, NULL), +(@OGUID+1050, 176589, 0, 139, 0, 1, 1, 2854.65, -3511.32, 106.442, 4.86947, 0, 0, -0.649447, 0.760406, 3600, 255, 1, '', 50664, NULL), +(@OGUID+1051, 176589, 0, 139, 0, 1, 1, 2917.39, -3692.22, 114.803, 0.0174525, 0, 0, 0.00872612, 0.999962, 3600, 255, 1, '', 50664, NULL), +(@OGUID+1052, 176589, 0, 139, 0, 1, 1, 2919.29, -3973.45, 104.278, 5.00909, 0, 0, -0.594823, 0.803857, 3600, 255, 1, '', 50664, NULL), +(@OGUID+1053, 176589, 0, 139, 0, 1, 1, 3008.31, -4925.18, 102.372, 0.418879, 0, 0, 0.207911, 0.978148, 3600, 255, 1, '', 50664, NULL), +(@OGUID+1054, 176589, 0, 139, 0, 1, 1, 3032.24, -3216.93, 146.518, 3.94445, 0, 0, -0.920505, 0.390732, 3600, 255, 1, '', 50664, NULL), +(@OGUID+1055, 176589, 0, 139, 0, 1, 1, 3151.29, -3728.18, -61.4907, 0.541051, 0, 0, 0.267238, 0.963631, 3600, 255, 1, '', 50664, NULL), +(@OGUID+1056, 176589, 0, 139, 0, 1, 1, 3154.93, -4321.9, 132.112, 0.942477, 0, 0, 0.45399, 0.891007, 3600, 255, 1, '', 50664, NULL), +(@OGUID+1057, 176589, 0, 139, 0, 1, 1, 3233.21, -4724.76, 154.882, 1.44862, 0, 0, 0.66262, 0.748956, 3600, 255, 1, '', 51666, NULL), +(@OGUID+1058, 176589, 0, 139, 2261, 1, 1, 1601.52, -3254.44, 86.8639, 4.5204, 0, 0, -0.771625, 0.636078, 3600, 255, 1, '', 51739, NULL), +(@OGUID+1059, 176589, 0, 139, 2264, 1, 1, 2052.08, -4498.23, 74.777, 4.5204, 0, 0, -0.771625, 0.636078, 3600, 255, 1, '', 51739, NULL), +(@OGUID+1060, 176589, 0, 139, 2269, 1, 1, 2511.82, -5151.87, 74.3906, 3.83973, 0, 0, -0.939692, 0.34202, 3600, 255, 1, '', 51739, NULL), +(@OGUID+1061, 176589, 0, 139, 2270, 1, 1, 2801.47, -5406.14, 163.094, 2.74016, 0, 0, 0.979924, 0.19937, 3600, 255, 1, '', 51666, NULL), +(@OGUID+1062, 176589, 0, 139, 2277, 1, 1, 2976.26, -3074.26, 115.447, 0.418879, 0, 0, 0.207911, 0.978148, 3600, 255, 1, '', 53622, NULL), +(@OGUID+1063, 2040, 0, 139, 0, 1, 1, 1528.01, -3881.09, 157.042, 3.50812, 0, 0, -0.983254, 0.182238, 900, 255, 1, '', 49345, NULL), +(@OGUID+1064, 2040, 0, 139, 0, 1, 1, 1630.61, -2992.62, 86.3098, 2.86234, 0, 0, 0.990268, 0.139175, 900, 255, 1, '', 48632, NULL), +(@OGUID+1065, 2040, 0, 139, 0, 1, 1, 1651.95, -3570.09, 130.989, 3.94445, 0, 0, -0.920505, 0.390732, 900, 255, 1, '', 50664, NULL), +(@OGUID+1066, 2040, 0, 139, 0, 1, 1, 1786.47, -2717.86, 86.9323, 5.41052, 0, 0, -0.422618, 0.906308, 900, 255, 1, '', 50664, NULL), +(@OGUID+1067, 2040, 0, 139, 0, 1, 1, 1848.97, -3361.27, 121.265, 1.76278, 0, 0, 0.771625, 0.636078, 900, 255, 1, '', 48632, NULL), +(@OGUID+1068, 2040, 0, 139, 0, 1, 1, 1853.97, -3791.3, 144.32, 0.523598, 0, 0, 0.258819, 0.965926, 900, 255, 1, '', 48632, NULL), +(@OGUID+1069, 2040, 0, 139, 0, 1, 1, 1897.5, -3642.02, 132.624, 3.75246, 0, 0, -0.953716, 0.300708, 900, 255, 1, '', 49345, NULL), +(@OGUID+1070, 2040, 0, 139, 0, 1, 1, 1903.44, -3134.22, 107.396, 5.21854, 0, 0, -0.507538, 0.861629, 900, 255, 1, '', 50664, NULL), +(@OGUID+1071, 2040, 0, 139, 0, 1, 1, 2071.16, -2985.42, 91.1268, 1.36136, 0, 0, 0.62932, 0.777146, 900, 255, 1, '', 49345, NULL), +(@OGUID+1072, 2040, 0, 139, 0, 1, 1, 2212.95, -3043.52, 102.832, 1.02974, 0, 0, 0.492423, 0.870356, 900, 255, 1, '', 50664, NULL), +(@OGUID+1073, 2040, 0, 139, 0, 1, 1, 2226.71, -2750.54, 88.3278, 0.558504, 0, 0, 0.275637, 0.961262, 900, 255, 1, '', 50664, NULL), +(@OGUID+1074, 1734, 0, 139, 0, 1, 1, 1528.01, -3881.09, 157.042, 3.50812, 0, 0, -0.983254, 0.182238, 900, 255, 1, '', 49345, NULL), +(@OGUID+1075, 1734, 0, 139, 0, 1, 1, 1630.61, -2992.62, 86.3098, 2.86234, 0, 0, 0.990268, 0.139175, 900, 255, 1, '', 48632, NULL), +(@OGUID+1076, 1734, 0, 139, 0, 1, 1, 1651.95, -3570.09, 130.989, 3.94445, 0, 0, -0.920505, 0.390732, 900, 255, 1, '', 50664, NULL), +(@OGUID+1077, 1734, 0, 139, 0, 1, 1, 1786.47, -2717.86, 86.9323, 5.41052, 0, 0, -0.422618, 0.906308, 900, 255, 1, '', 50664, NULL), +(@OGUID+1078, 1734, 0, 139, 0, 1, 1, 1848.97, -3361.27, 121.265, 1.76278, 0, 0, 0.771625, 0.636078, 900, 255, 1, '', 48632, NULL), +(@OGUID+1079, 1734, 0, 139, 0, 1, 1, 1853.97, -3791.3, 144.32, 0.523598, 0, 0, 0.258819, 0.965926, 900, 255, 1, '', 48632, NULL), +(@OGUID+1080, 1734, 0, 139, 0, 1, 1, 1897.5, -3642.02, 132.624, 3.75246, 0, 0, -0.953716, 0.300708, 900, 255, 1, '', 49345, NULL), +(@OGUID+1081, 1734, 0, 139, 0, 1, 1, 1903.44, -3134.22, 107.396, 5.21854, 0, 0, -0.507538, 0.861629, 900, 255, 1, '', 50664, NULL), +(@OGUID+1082, 1734, 0, 139, 0, 1, 1, 2071.16, -2985.42, 91.1268, 1.36136, 0, 0, 0.62932, 0.777146, 900, 255, 1, '', 49345, NULL), +(@OGUID+1083, 1734, 0, 139, 0, 1, 1, 2212.95, -3043.52, 102.832, 1.02974, 0, 0, 0.492423, 0.870356, 900, 255, 1, '', 50664, NULL), +(@OGUID+1084, 1734, 0, 139, 0, 1, 1, 2226.71, -2750.54, 88.3278, 0.558504, 0, 0, 0.275637, 0.961262, 900, 255, 1, '', 50664, NULL), +(@OGUID+1085, 2047, 0, 139, 0, 1, 1, 1528.01, -3881.09, 157.042, 3.50812, 0, 0, -0.983254, 0.182238, 900, 255, 1, '', 49345, NULL), +(@OGUID+1086, 2047, 0, 139, 0, 1, 1, 1630.61, -2992.62, 86.3098, 2.86234, 0, 0, 0.990268, 0.139175, 900, 255, 1, '', 48632, NULL), +(@OGUID+1087, 2047, 0, 139, 0, 1, 1, 1651.95, -3570.09, 130.989, 3.94445, 0, 0, -0.920505, 0.390732, 900, 255, 1, '', 50664, NULL), +(@OGUID+1088, 2047, 0, 139, 0, 1, 1, 1786.47, -2717.86, 86.9323, 5.41052, 0, 0, -0.422618, 0.906308, 900, 255, 1, '', 50664, NULL), +(@OGUID+1089, 2047, 0, 139, 0, 1, 1, 1848.97, -3361.27, 121.265, 1.76278, 0, 0, 0.771625, 0.636078, 900, 255, 1, '', 48632, NULL), +(@OGUID+1090, 2047, 0, 139, 0, 1, 1, 1853.97, -3791.3, 144.32, 0.523598, 0, 0, 0.258819, 0.965926, 900, 255, 1, '', 48632, NULL), +(@OGUID+1091, 2047, 0, 139, 0, 1, 1, 1897.5, -3642.02, 132.624, 3.75246, 0, 0, -0.953716, 0.300708, 900, 255, 1, '', 49345, NULL), +(@OGUID+1092, 2047, 0, 139, 0, 1, 1, 1903.44, -3134.22, 107.396, 5.21854, 0, 0, -0.507538, 0.861629, 900, 255, 1, '', 50664, NULL), +(@OGUID+1093, 2047, 0, 139, 0, 1, 1, 2071.16, -2985.42, 91.1268, 1.36136, 0, 0, 0.62932, 0.777146, 900, 255, 1, '', 49345, NULL), +(@OGUID+1094, 2047, 0, 139, 0, 1, 1, 2212.95, -3043.52, 102.832, 1.02974, 0, 0, 0.492423, 0.870356, 900, 255, 1, '', 50664, NULL), +(@OGUID+1095, 2047, 0, 139, 0, 1, 1, 2226.71, -2750.54, 88.3278, 0.558504, 0, 0, 0.275637, 0.961262, 900, 255, 1, '', 50664, NULL), +(@OGUID+1096, 324, 0, 139, 0, 1, 1, 1614.08, -4747.79, 97.7026, 5.53269, 0, 0, -0.366501, 0.930418, 900, 255, 1, '', 48632, NULL), +(@OGUID+1097, 324, 0, 139, 0, 1, 1, 1622.84, -3992.93, 145.296, 4.69494, 0, 0, -0.71325, 0.70091, 900, 255, 1, '', 47966, NULL), +(@OGUID+1098, 324, 0, 139, 0, 1, 1, 1679.37, -4469.86, 87.2107, 5.75959, 0, 0, -0.258819, 0.965926, 900, 255, 1, '', 48120, NULL), +(@OGUID+1099, 324, 0, 139, 0, 1, 1, 1711.56, -4170.16, 118.338, 2.33874, 0, 0, 0.920505, 0.390732, 900, 255, 1, '', 48632, NULL), +(@OGUID+1100, 324, 0, 139, 0, 1, 1, 1730.36, -5110.25, 83.807, 3.94445, 0, 0, -0.920505, 0.390732, 900, 255, 1, '', 50664, NULL), +(@OGUID+1101, 324, 0, 139, 0, 1, 1, 1797, -4342.57, 101.442, 1.11701, 0, 0, 0.529919, 0.848048, 900, 255, 1, '', 47966, NULL), +(@OGUID+1102, 324, 0, 139, 0, 1, 1, 1952.06, -3994.58, 134.542, 1.0821, 0, 0, 0.515038, 0.857168, 900, 255, 1, '', 48632, NULL), +(@OGUID+1103, 324, 0, 139, 0, 1, 1, 1956.73, -4855.31, 104.564, 3.08918, 0, 0, 0.999657, 0.0262016, 900, 255, 1, '', 50664, NULL), +(@OGUID+1104, 324, 0, 139, 0, 1, 1, 1995.39, -5110.2, 98.9908, 1.37881, 0, 0, 0.636078, 0.771625, 900, 255, 1, '', 49345, NULL), +(@OGUID+1105, 324, 0, 139, 0, 1, 1, 2103.91, -3646.72, 155.5, 1.18682, 0, 0, 0.559193, 0.829038, 900, 255, 1, '', 50664, NULL), +(@OGUID+1106, 324, 0, 139, 0, 1, 1, 2143.88, -3365.99, 135.058, 3.89209, 0, 0, -0.930417, 0.366502, 900, 255, 1, '', 49345, NULL), +(@OGUID+1107, 324, 0, 139, 0, 1, 1, 2182.35, -3156, 104.26, 0.488691, 0, 0, 0.241921, 0.970296, 900, 255, 1, '', 50664, NULL), +(@OGUID+1108, 324, 0, 139, 0, 1, 1, 2224.84, -4789.01, 116.323, 4.90438, 0, 0, -0.636078, 0.771625, 900, 255, 1, '', 49345, NULL), +(@OGUID+1109, 324, 0, 139, 0, 1, 1, 2225.85, -4448.13, 122.931, 6.03884, 0, 0, -0.121869, 0.992546, 900, 255, 1, '', 50664, NULL), +(@OGUID+1110, 324, 0, 139, 0, 1, 1, 2272.24, -4186.96, 116.365, 4.45059, 0, 0, -0.793353, 0.608762, 900, 255, 1, '', 49345, NULL), +(@OGUID+1111, 324, 0, 139, 0, 1, 1, 2525.59, -4421.11, 91.7682, 5.41052, 0, 0, -0.422618, 0.906308, 900, 255, 1, '', 50664, NULL), +(@OGUID+1112, 324, 0, 139, 0, 1, 1, 2668.91, -4208.31, 100.766, 4.53786, 0, 0, -0.766044, 0.642789, 900, 255, 1, '', 50664, NULL), +(@OGUID+1113, 324, 0, 139, 0, 1, 1, 2673, -3923.74, 123.806, 3.54302, 0, 0, -0.979924, 0.19937, 900, 255, 1, '', 49345, NULL), +(@OGUID+1114, 324, 0, 139, 0, 1, 1, 2689.7, -3443, 111.633, 4.55531, 0, 0, -0.760406, 0.649449, 900, 255, 1, '', 48632, NULL), +(@OGUID+1115, 324, 0, 139, 0, 1, 1, 2782.94, -3699.49, 107.701, 5.77704, 0, 0, -0.25038, 0.968148, 900, 255, 1, '', 50664, NULL), +(@OGUID+1116, 324, 0, 139, 0, 1, 1, 2802.94, -3064.29, 112.673, 5.37562, 0, 0, -0.438371, 0.898794, 900, 255, 1, '', 50664, NULL), +(@OGUID+1117, 324, 0, 139, 0, 1, 1, 2965.36, -3464.78, 158.931, 1.48353, 0, 0, 0.67559, 0.737278, 900, 255, 1, '', 48632, NULL), +(@OGUID+1118, 324, 0, 139, 0, 1, 1, 3026.88, -3283.43, 147.889, 4.50295, 0, 0, -0.777145, 0.629321, 900, 255, 1, '', 50664, NULL), +(@OGUID+1119, 324, 0, 139, 0, 1, 1, 3179.09, -3083.8, 156.172, 4.95674, 0, 0, -0.615661, 0.788011, 900, 255, 1, '', 50664, NULL), +(@OGUID+1120, 324, 0, 139, 0, 1, 1, 3207.65, -3589.91, 150.687, 3.21142, 0, 0, -0.999391, 0.0349061, 900, 255, 1, '', 49345, NULL), +(@OGUID+1121, 324, 0, 139, 0, 1, 1, 3229.78, -3876.38, 148.517, 6.10865, 0, 0, -0.0871553, 0.996195, 900, 255, 1, '', 50664, NULL), +(@OGUID+1122, 2047, 0, 139, 0, 1, 1, 1614.08, -4747.79, 97.7026, 5.53269, 0, 0, -0.366501, 0.930418, 900, 255, 1, '', 48632, NULL), +(@OGUID+1123, 2047, 0, 139, 0, 1, 1, 1622.84, -3992.93, 145.296, 4.69494, 0, 0, -0.71325, 0.70091, 900, 255, 1, '', 47966, NULL), +(@OGUID+1124, 2047, 0, 139, 0, 1, 1, 1679.37, -4469.86, 87.2107, 5.75959, 0, 0, -0.258819, 0.965926, 900, 255, 1, '', 48120, NULL), +(@OGUID+1125, 2047, 0, 139, 0, 1, 1, 1711.56, -4170.16, 118.338, 2.33874, 0, 0, 0.920505, 0.390732, 900, 255, 1, '', 48632, NULL), +(@OGUID+1126, 2047, 0, 139, 0, 1, 1, 1730.36, -5110.25, 83.807, 3.94445, 0, 0, -0.920505, 0.390732, 900, 255, 1, '', 50664, NULL), +(@OGUID+1127, 2047, 0, 139, 0, 1, 1, 1797, -4342.57, 101.442, 1.11701, 0, 0, 0.529919, 0.848048, 900, 255, 1, '', 47966, NULL), +(@OGUID+1128, 2047, 0, 139, 0, 1, 1, 1952.06, -3994.58, 134.542, 1.0821, 0, 0, 0.515038, 0.857168, 900, 255, 1, '', 48632, NULL), +(@OGUID+1129, 2047, 0, 139, 0, 1, 1, 1956.73, -4855.31, 104.564, 3.08918, 0, 0, 0.999657, 0.0262016, 900, 255, 1, '', 50664, NULL), +(@OGUID+1130, 2047, 0, 139, 0, 1, 1, 1995.39, -5110.2, 98.9908, 1.37881, 0, 0, 0.636078, 0.771625, 900, 255, 1, '', 49345, NULL), +(@OGUID+1131, 2047, 0, 139, 0, 1, 1, 2103.91, -3646.72, 155.5, 1.18682, 0, 0, 0.559193, 0.829038, 900, 255, 1, '', 50664, NULL), +(@OGUID+1132, 2047, 0, 139, 0, 1, 1, 2143.88, -3365.99, 135.058, 3.89209, 0, 0, -0.930417, 0.366502, 900, 255, 1, '', 49345, NULL), +(@OGUID+1133, 2047, 0, 139, 0, 1, 1, 2182.35, -3156, 104.26, 0.488691, 0, 0, 0.241921, 0.970296, 900, 255, 1, '', 50664, NULL), +(@OGUID+1134, 2047, 0, 139, 0, 1, 1, 2224.84, -4789.01, 116.323, 4.90438, 0, 0, -0.636078, 0.771625, 900, 255, 1, '', 49345, NULL), +(@OGUID+1135, 2047, 0, 139, 0, 1, 1, 2225.85, -4448.13, 122.931, 6.03884, 0, 0, -0.121869, 0.992546, 900, 255, 1, '', 50664, NULL), +(@OGUID+1136, 2047, 0, 139, 0, 1, 1, 2272.24, -4186.96, 116.365, 4.45059, 0, 0, -0.793353, 0.608762, 900, 255, 1, '', 49345, NULL), +(@OGUID+1137, 2047, 0, 139, 0, 1, 1, 2525.59, -4421.11, 91.7682, 5.41052, 0, 0, -0.422618, 0.906308, 900, 255, 1, '', 50664, NULL), +(@OGUID+1138, 2047, 0, 139, 0, 1, 1, 2668.91, -4208.31, 100.766, 4.53786, 0, 0, -0.766044, 0.642789, 900, 255, 1, '', 50664, NULL), +(@OGUID+1139, 2047, 0, 139, 0, 1, 1, 2673, -3923.74, 123.806, 3.54302, 0, 0, -0.979924, 0.19937, 900, 255, 1, '', 49345, NULL), +(@OGUID+1140, 2047, 0, 139, 0, 1, 1, 2689.7, -3443, 111.633, 4.55531, 0, 0, -0.760406, 0.649449, 900, 255, 1, '', 48632, NULL), +(@OGUID+1141, 2047, 0, 139, 0, 1, 1, 2782.94, -3699.49, 107.701, 5.77704, 0, 0, -0.25038, 0.968148, 900, 255, 1, '', 50664, NULL), +(@OGUID+1142, 2047, 0, 139, 0, 1, 1, 2802.94, -3064.29, 112.673, 5.37562, 0, 0, -0.438371, 0.898794, 900, 255, 1, '', 50664, NULL), +(@OGUID+1143, 2047, 0, 139, 0, 1, 1, 2965.36, -3464.78, 158.931, 1.48353, 0, 0, 0.67559, 0.737278, 900, 255, 1, '', 48632, NULL), +(@OGUID+1144, 2047, 0, 139, 0, 1, 1, 3026.88, -3283.43, 147.889, 4.50295, 0, 0, -0.777145, 0.629321, 900, 255, 1, '', 50664, NULL), +(@OGUID+1145, 2047, 0, 139, 0, 1, 1, 3179.09, -3083.8, 156.172, 4.95674, 0, 0, -0.615661, 0.788011, 900, 255, 1, '', 50664, NULL), +(@OGUID+1146, 2047, 0, 139, 0, 1, 1, 3207.65, -3589.91, 150.687, 3.21142, 0, 0, -0.999391, 0.0349061, 900, 255, 1, '', 49345, NULL), +(@OGUID+1147, 2047, 0, 139, 0, 1, 1, 3229.78, -3876.38, 148.517, 6.10865, 0, 0, -0.0871553, 0.996195, 900, 255, 1, '', 50664, NULL); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+1040, @POOL_MOTHER+48, 0, 'Eastern Plaguelands - Black Lotus'), +(@OGUID+1041, @POOL_MOTHER+48, 0, 'Eastern Plaguelands - Black Lotus'), +(@OGUID+1042, @POOL_MOTHER+48, 0, 'Eastern Plaguelands - Black Lotus'), +(@OGUID+1043, @POOL_MOTHER+48, 0, 'Eastern Plaguelands - Black Lotus'), +(@OGUID+1044, @POOL_MOTHER+48, 0, 'Eastern Plaguelands - Black Lotus'), +(@OGUID+1045, @POOL_MOTHER+48, 0, 'Eastern Plaguelands - Black Lotus'), +(@OGUID+1046, @POOL_MOTHER+48, 0, 'Eastern Plaguelands - Black Lotus'), +(@OGUID+1047, @POOL_MOTHER+48, 0, 'Eastern Plaguelands - Black Lotus'), +(@OGUID+1048, @POOL_MOTHER+48, 0, 'Eastern Plaguelands - Black Lotus'), +(@OGUID+1049, @POOL_MOTHER+48, 0, 'Eastern Plaguelands - Black Lotus'), +(@OGUID+1050, @POOL_MOTHER+48, 0, 'Eastern Plaguelands - Black Lotus'), +(@OGUID+1051, @POOL_MOTHER+48, 0, 'Eastern Plaguelands - Black Lotus'), +(@OGUID+1052, @POOL_MOTHER+48, 0, 'Eastern Plaguelands - Black Lotus'), +(@OGUID+1053, @POOL_MOTHER+48, 0, 'Eastern Plaguelands - Black Lotus'), +(@OGUID+1054, @POOL_MOTHER+48, 0, 'Eastern Plaguelands - Black Lotus'), +(@OGUID+1055, @POOL_MOTHER+48, 0, 'Eastern Plaguelands - Black Lotus'), +(@OGUID+1056, @POOL_MOTHER+48, 0, 'Eastern Plaguelands - Black Lotus'), +(@OGUID+1057, @POOL_MOTHER+48, 0, 'Eastern Plaguelands - Black Lotus'), +(@OGUID+1058, @POOL_MOTHER+48, 0, 'Eastern Plaguelands - Black Lotus'), +(@OGUID+1059, @POOL_MOTHER+48, 0, 'Eastern Plaguelands - Black Lotus'), +(@OGUID+1060, @POOL_MOTHER+48, 0, 'Eastern Plaguelands - Black Lotus'), +(@OGUID+1061, @POOL_MOTHER+48, 0, 'Eastern Plaguelands - Black Lotus'), +(@OGUID+1062, @POOL_MOTHER+48, 0, 'Eastern Plaguelands - Black Lotus'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+48, 3, 'Eastern Plaguelands - Black Lotus Master Pool'); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+1063, @POOL_SINGLE+17, 80, 'Eastern Plaguelands - Ore Pool - Mithril Deposit'), +(@OGUID+1064, @POOL_SINGLE+18, 80, 'Eastern Plaguelands - Ore Pool - Mithril Deposit'), +(@OGUID+1065, @POOL_SINGLE+19, 80, 'Eastern Plaguelands - Ore Pool - Mithril Deposit'), +(@OGUID+1066, @POOL_SINGLE+20, 80, 'Eastern Plaguelands - Ore Pool - Mithril Deposit'), +(@OGUID+1067, @POOL_SINGLE+21, 80, 'Eastern Plaguelands - Ore Pool - Mithril Deposit'), +(@OGUID+1068, @POOL_SINGLE+22, 80, 'Eastern Plaguelands - Ore Pool - Mithril Deposit'), +(@OGUID+1069, @POOL_SINGLE+23, 80, 'Eastern Plaguelands - Ore Pool - Mithril Deposit'), +(@OGUID+1070, @POOL_SINGLE+24, 80, 'Eastern Plaguelands - Ore Pool - Mithril Deposit'), +(@OGUID+1071, @POOL_SINGLE+25, 80, 'Eastern Plaguelands - Ore Pool - Mithril Deposit'), +(@OGUID+1072, @POOL_SINGLE+26, 80, 'Eastern Plaguelands - Ore Pool - Mithril Deposit'), +(@OGUID+1073, @POOL_SINGLE+27, 80, 'Eastern Plaguelands - Ore Pool - Mithril Deposit'), +(@OGUID+1074, @POOL_SINGLE+17, 10, 'Eastern Plaguelands - Ore Pool - Gold Vein'), +(@OGUID+1075, @POOL_SINGLE+18, 10, 'Eastern Plaguelands - Ore Pool - Gold Vein'), +(@OGUID+1076, @POOL_SINGLE+19, 10, 'Eastern Plaguelands - Ore Pool - Gold Vein'), +(@OGUID+1077, @POOL_SINGLE+20, 10, 'Eastern Plaguelands - Ore Pool - Gold Vein'), +(@OGUID+1078, @POOL_SINGLE+21, 10, 'Eastern Plaguelands - Ore Pool - Gold Vein'), +(@OGUID+1079, @POOL_SINGLE+22, 10, 'Eastern Plaguelands - Ore Pool - Gold Vein'), +(@OGUID+1080, @POOL_SINGLE+23, 10, 'Eastern Plaguelands - Ore Pool - Gold Vein'), +(@OGUID+1081, @POOL_SINGLE+24, 10, 'Eastern Plaguelands - Ore Pool - Gold Vein'), +(@OGUID+1082, @POOL_SINGLE+25, 10, 'Eastern Plaguelands - Ore Pool - Gold Vein'), +(@OGUID+1083, @POOL_SINGLE+26, 10, 'Eastern Plaguelands - Ore Pool - Gold Vein'), +(@OGUID+1084, @POOL_SINGLE+27, 10, 'Eastern Plaguelands - Ore Pool - Gold Vein'), +(@OGUID+1085, @POOL_SINGLE+17, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1086, @POOL_SINGLE+18, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1087, @POOL_SINGLE+19, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1088, @POOL_SINGLE+20, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1089, @POOL_SINGLE+21, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1090, @POOL_SINGLE+22, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1091, @POOL_SINGLE+23, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1092, @POOL_SINGLE+24, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1093, @POOL_SINGLE+25, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1094, @POOL_SINGLE+26, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1095, @POOL_SINGLE+27, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), + +(@OGUID+1096, @POOL_SINGLE+28, 90, 'Eastern Plaguelands - Ore Pool - Small Thorium Vein'), +(@OGUID+1097, @POOL_SINGLE+29, 90, 'Eastern Plaguelands - Ore Pool - Small Thorium Vein'), +(@OGUID+1098, @POOL_SINGLE+30, 90, 'Eastern Plaguelands - Ore Pool - Small Thorium Vein'), +(@OGUID+1099, @POOL_SINGLE+31, 90, 'Eastern Plaguelands - Ore Pool - Small Thorium Vein'), +(@OGUID+1100, @POOL_SINGLE+32, 90, 'Eastern Plaguelands - Ore Pool - Small Thorium Vein'), +(@OGUID+1101, @POOL_SINGLE+33, 90, 'Eastern Plaguelands - Ore Pool - Small Thorium Vein'), +(@OGUID+1102, @POOL_SINGLE+34, 90, 'Eastern Plaguelands - Ore Pool - Small Thorium Vein'), +(@OGUID+1103, @POOL_SINGLE+35, 90, 'Eastern Plaguelands - Ore Pool - Small Thorium Vein'), +(@OGUID+1104, @POOL_SINGLE+36, 90, 'Eastern Plaguelands - Ore Pool - Small Thorium Vein'), +(@OGUID+1105, @POOL_SINGLE+37, 90, 'Eastern Plaguelands - Ore Pool - Small Thorium Vein'), +(@OGUID+1106, @POOL_SINGLE+38, 90, 'Eastern Plaguelands - Ore Pool - Small Thorium Vein'), +(@OGUID+1107, @POOL_SINGLE+39, 90, 'Eastern Plaguelands - Ore Pool - Small Thorium Vein'), +(@OGUID+1108, @POOL_SINGLE+40, 90, 'Eastern Plaguelands - Ore Pool - Small Thorium Vein'), +(@OGUID+1109, @POOL_SINGLE+41, 90, 'Eastern Plaguelands - Ore Pool - Small Thorium Vein'), +(@OGUID+1110, @POOL_SINGLE+42, 90, 'Eastern Plaguelands - Ore Pool - Small Thorium Vein'), +(@OGUID+1111, @POOL_SINGLE+43, 90, 'Eastern Plaguelands - Ore Pool - Small Thorium Vein'), +(@OGUID+1112, @POOL_SINGLE+44, 90, 'Eastern Plaguelands - Ore Pool - Small Thorium Vein'), +(@OGUID+1113, @POOL_SINGLE+45, 90, 'Eastern Plaguelands - Ore Pool - Small Thorium Vein'), +(@OGUID+1114, @POOL_SINGLE+46, 90, 'Eastern Plaguelands - Ore Pool - Small Thorium Vein'), +(@OGUID+1115, @POOL_SINGLE+47, 90, 'Eastern Plaguelands - Ore Pool - Small Thorium Vein'), +(@OGUID+1116, @POOL_SINGLE+48, 90, 'Eastern Plaguelands - Ore Pool - Small Thorium Vein'), +(@OGUID+1117, @POOL_SINGLE+49, 90, 'Eastern Plaguelands - Ore Pool - Small Thorium Vein'), +(@OGUID+1118, @POOL_SINGLE+50, 90, 'Eastern Plaguelands - Ore Pool - Small Thorium Vein'), +(@OGUID+1119, @POOL_SINGLE+51, 90, 'Eastern Plaguelands - Ore Pool - Small Thorium Vein'), +(@OGUID+1120, @POOL_SINGLE+52, 90, 'Eastern Plaguelands - Ore Pool - Small Thorium Vein'), +(@OGUID+1121, @POOL_SINGLE+53, 90, 'Eastern Plaguelands - Ore Pool - Small Thorium Vein'), +(@OGUID+1122, @POOL_SINGLE+28, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1123, @POOL_SINGLE+29, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1124, @POOL_SINGLE+30, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1125, @POOL_SINGLE+31, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1126, @POOL_SINGLE+32, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1127, @POOL_SINGLE+33, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1128, @POOL_SINGLE+34, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1129, @POOL_SINGLE+35, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1130, @POOL_SINGLE+36, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1131, @POOL_SINGLE+37, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1132, @POOL_SINGLE+38, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1133, @POOL_SINGLE+39, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1134, @POOL_SINGLE+40, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1135, @POOL_SINGLE+41, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1136, @POOL_SINGLE+42, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1137, @POOL_SINGLE+43, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1138, @POOL_SINGLE+44, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1139, @POOL_SINGLE+45, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1140, @POOL_SINGLE+46, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1141, @POOL_SINGLE+47, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1142, @POOL_SINGLE+48, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1143, @POOL_SINGLE+49, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1144, @POOL_SINGLE+50, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1145, @POOL_SINGLE+51, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1146, @POOL_SINGLE+52, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1147, @POOL_SINGLE+53, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), + +(@OGUID+729, @POOL_SINGLE+54, 90, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein'), +(@OGUID+730, @POOL_SINGLE+55, 90, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein'), +(@OGUID+731, @POOL_SINGLE+56, 90, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein'), +(@OGUID+732, @POOL_SINGLE+57, 90, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein'), +(@OGUID+733, @POOL_SINGLE+58, 90, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein'), +(@OGUID+734, @POOL_SINGLE+59, 90, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein'), +(@OGUID+735, @POOL_SINGLE+60, 90, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein'), +(@OGUID+736, @POOL_SINGLE+61, 90, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein'), +(@OGUID+737, @POOL_SINGLE+62, 90, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein'), +(@OGUID+738, @POOL_SINGLE+63, 90, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein'), +(@OGUID+739, @POOL_SINGLE+64, 90, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein'), +(@OGUID+740, @POOL_SINGLE+65, 90, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein'), +(@OGUID+741, @POOL_SINGLE+66, 90, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein'), +(@OGUID+742, @POOL_SINGLE+67, 90, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein'), +(@OGUID+743, @POOL_SINGLE+68, 90, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein'), +(@OGUID+744, @POOL_SINGLE+69, 90, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein'), +(@OGUID+745, @POOL_SINGLE+70, 90, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein'), +(@OGUID+746, @POOL_SINGLE+71, 90, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein'), +(@OGUID+747, @POOL_SINGLE+72, 90, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein'), +(@OGUID+748, @POOL_SINGLE+73, 90, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein'), +(@OGUID+749, @POOL_SINGLE+74, 90, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein'), +(@OGUID+750, @POOL_SINGLE+75, 90, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein'), +(@OGUID+751, @POOL_SINGLE+76, 90, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein'), +(@OGUID+752, @POOL_SINGLE+77, 90, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein'), +(@OGUID+753, @POOL_SINGLE+78, 90, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein'), +(@OGUID+754, @POOL_SINGLE+79, 90, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein'), +(@OGUID+755, @POOL_SINGLE+80, 90, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein'), +(@OGUID+756, @POOL_SINGLE+81, 90, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein'), +(@OGUID+757, @POOL_SINGLE+82, 90, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein'), +(@OGUID+758, @POOL_SINGLE+83, 90, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein'), +(@OGUID+759, @POOL_SINGLE+84, 90, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein'), +(@OGUID+760, @POOL_SINGLE+85, 90, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein'), +(@OGUID+761, @POOL_SINGLE+86, 90, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein'), +(@OGUID+762, @POOL_SINGLE+87, 90, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein'), +(@OGUID+763, @POOL_SINGLE+88, 90, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein'), +(@OGUID+764, @POOL_SINGLE+89, 90, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein'), +(@OGUID+765, @POOL_SINGLE+90, 90, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein'), +(@OGUID+766, @POOL_SINGLE+91, 90, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein'), +(@OGUID+767, @POOL_SINGLE+92, 90, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein'), +(@OGUID+768, @POOL_SINGLE+93, 90, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein'), +(@OGUID+769, @POOL_SINGLE+94, 90, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein'), +(@OGUID+770, @POOL_SINGLE+95, 90, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein'), +(@OGUID+771, @POOL_SINGLE+54, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+772, @POOL_SINGLE+55, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+773, @POOL_SINGLE+56, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+774, @POOL_SINGLE+57, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+775, @POOL_SINGLE+58, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+776, @POOL_SINGLE+59, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+777, @POOL_SINGLE+60, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+778, @POOL_SINGLE+61, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+779, @POOL_SINGLE+62, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+780, @POOL_SINGLE+63, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+781, @POOL_SINGLE+64, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+782, @POOL_SINGLE+65, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+783, @POOL_SINGLE+66, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+784, @POOL_SINGLE+67, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+785, @POOL_SINGLE+68, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+786, @POOL_SINGLE+69, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+787, @POOL_SINGLE+70, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+788, @POOL_SINGLE+71, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+789, @POOL_SINGLE+72, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+790, @POOL_SINGLE+73, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+791, @POOL_SINGLE+74, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+792, @POOL_SINGLE+75, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+793, @POOL_SINGLE+76, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+794, @POOL_SINGLE+77, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+795, @POOL_SINGLE+78, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+796, @POOL_SINGLE+79, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+797, @POOL_SINGLE+80, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+798, @POOL_SINGLE+81, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+799, @POOL_SINGLE+82, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+800, @POOL_SINGLE+83, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+801, @POOL_SINGLE+84, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+802, @POOL_SINGLE+85, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+803, @POOL_SINGLE+86, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+804, @POOL_SINGLE+87, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+805, @POOL_SINGLE+88, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+806, @POOL_SINGLE+89, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+807, @POOL_SINGLE+90, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+808, @POOL_SINGLE+91, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+809, @POOL_SINGLE+92, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+810, @POOL_SINGLE+93, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+811, @POOL_SINGLE+94, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+812, @POOL_SINGLE+95, 0, 'Eastern Plaguelands - Ore Pool - Truesilver Deposit'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_SINGLE+17, 1, 'Eastern Plaguelands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+18, 1, 'Eastern Plaguelands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+19, 1, 'Eastern Plaguelands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+20, 1, 'Eastern Plaguelands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+21, 1, 'Eastern Plaguelands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+22, 1, 'Eastern Plaguelands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+23, 1, 'Eastern Plaguelands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+24, 1, 'Eastern Plaguelands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+25, 1, 'Eastern Plaguelands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+26, 1, 'Eastern Plaguelands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+27, 1, 'Eastern Plaguelands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), + +(@POOL_SINGLE+28, 1, 'Eastern Plaguelands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+29, 1, 'Eastern Plaguelands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+30, 1, 'Eastern Plaguelands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+31, 1, 'Eastern Plaguelands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+32, 1, 'Eastern Plaguelands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+33, 1, 'Eastern Plaguelands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+34, 1, 'Eastern Plaguelands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+35, 1, 'Eastern Plaguelands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+36, 1, 'Eastern Plaguelands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+37, 1, 'Eastern Plaguelands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+38, 1, 'Eastern Plaguelands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+39, 1, 'Eastern Plaguelands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+40, 1, 'Eastern Plaguelands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+41, 1, 'Eastern Plaguelands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+42, 1, 'Eastern Plaguelands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+43, 1, 'Eastern Plaguelands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+44, 1, 'Eastern Plaguelands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+45, 1, 'Eastern Plaguelands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+46, 1, 'Eastern Plaguelands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+47, 1, 'Eastern Plaguelands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+48, 1, 'Eastern Plaguelands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+49, 1, 'Eastern Plaguelands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+50, 1, 'Eastern Plaguelands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+51, 1, 'Eastern Plaguelands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+52, 1, 'Eastern Plaguelands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+53, 1, 'Eastern Plaguelands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), + +(@POOL_SINGLE+54, 1, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+55, 1, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+56, 1, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+57, 1, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+58, 1, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+59, 1, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+60, 1, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+61, 1, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+62, 1, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+63, 1, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+64, 1, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+65, 1, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+66, 1, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+67, 1, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+68, 1, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+69, 1, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+70, 1, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+71, 1, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+72, 1, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+73, 1, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+74, 1, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+75, 1, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+76, 1, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+77, 1, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+78, 1, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+79, 1, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+80, 1, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+81, 1, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+82, 1, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+83, 1, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+84, 1, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+85, 1, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+86, 1, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+87, 1, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+88, 1, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+89, 1, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+90, 1, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+91, 1, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+92, 1, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+93, 1, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+94, 1, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+95, 1, 'Eastern Plaguelands - Ore Pool - Rich Thorium Vein / Truesilver Deposit'); + +-- Top-Left +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+45, @POOL_MOTHER+49, 0, 'Eastern Plaguelands - Top-Left - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+46, @POOL_MOTHER+49, 0, 'Eastern Plaguelands - Top-Left - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+47, @POOL_MOTHER+49, 0, 'Eastern Plaguelands - Top-Left - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+48, @POOL_MOTHER+49, 0, 'Eastern Plaguelands - Top-Left - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+49, @POOL_MOTHER+49, 0, 'Eastern Plaguelands - Top-Left - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+50, @POOL_MOTHER+49, 0, 'Eastern Plaguelands - Top-Left - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+51, @POOL_MOTHER+49, 0, 'Eastern Plaguelands - Top-Left - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+52, @POOL_MOTHER+49, 0, 'Eastern Plaguelands - Top-Left - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+53, @POOL_MOTHER+49, 0, 'Eastern Plaguelands - Top-Left - Small Thorium Vein / Truesilver Deposit'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+49, 4, 'Eastern Plaguelands - Top-Left - Small Thorium Vein / Truesilver Deposit - 4/10'); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+687, @POOL_MOTHER+50, 0, 'Eastern Plaguelands - Top-Left - Arthas\' Tears'), +(@OGUID+689, @POOL_MOTHER+50, 0, 'Eastern Plaguelands - Top-Left - Arthas\' Tears'), +(@OGUID+690, @POOL_MOTHER+50, 0, 'Eastern Plaguelands - Top-Left - Arthas\' Tears'), +(@OGUID+694, @POOL_MOTHER+50, 0, 'Eastern Plaguelands - Top-Left - Arthas\' Tears'), +(@OGUID+695, @POOL_MOTHER+50, 0, 'Eastern Plaguelands - Top-Left - Arthas\' Tears'), +(@OGUID+696, @POOL_MOTHER+50, 0, 'Eastern Plaguelands - Top-Left - Arthas\' Tears'), +(@OGUID+697, @POOL_MOTHER+50, 0, 'Eastern Plaguelands - Top-Left - Arthas\' Tears'), +(@OGUID+698, @POOL_MOTHER+50, 0, 'Eastern Plaguelands - Top-Left - Arthas\' Tears'), +(@OGUID+699, @POOL_MOTHER+50, 0, 'Eastern Plaguelands - Top-Left - Arthas\' Tears'), +(@OGUID+700, @POOL_MOTHER+50, 0, 'Eastern Plaguelands - Top-Left - Arthas\' Tears'), +(@OGUID+702, @POOL_MOTHER+50, 0, 'Eastern Plaguelands - Top-Left - Arthas\' Tears'), +(@OGUID+718, @POOL_MOTHER+51, 0, 'Eastern Plaguelands - Top-Left - Sungrass'), +(@OGUID+720, @POOL_MOTHER+51, 0, 'Eastern Plaguelands - Top-Left - Sungrass'), +(@OGUID+721, @POOL_MOTHER+51, 0, 'Eastern Plaguelands - Top-Left - Sungrass'), +(@OGUID+723, @POOL_MOTHER+51, 0, 'Eastern Plaguelands - Top-Left - Sungrass'), +(@OGUID+724, @POOL_MOTHER+51, 0, 'Eastern Plaguelands - Top-Left - Sungrass'), +(@OGUID+716, @POOL_MOTHER+51, 0, 'Eastern Plaguelands - Top-Left - Sungrass'), +(@OGUID+827, @POOL_MOTHER+52, 0, 'Eastern Plaguelands - Top-Left - Golden Sansam'), +(@OGUID+828, @POOL_MOTHER+52, 0, 'Eastern Plaguelands - Top-Left - Golden Sansam'), +(@OGUID+829, @POOL_MOTHER+52, 0, 'Eastern Plaguelands - Top-Left - Golden Sansam'), +(@OGUID+830, @POOL_MOTHER+52, 0, 'Eastern Plaguelands - Top-Left - Golden Sansam'), +(@OGUID+832, @POOL_MOTHER+52, 0, 'Eastern Plaguelands - Top-Left - Golden Sansam'), +(@OGUID+873, @POOL_MOTHER+53, 0, 'Eastern Plaguelands - Top-Left - Dreamfoil'), +(@OGUID+874, @POOL_MOTHER+53, 0, 'Eastern Plaguelands - Top-Left - Dreamfoil'), +(@OGUID+875, @POOL_MOTHER+53, 0, 'Eastern Plaguelands - Top-Left - Dreamfoil'), +(@OGUID+876, @POOL_MOTHER+53, 0, 'Eastern Plaguelands - Top-Left - Dreamfoil'), +(@OGUID+878, @POOL_MOTHER+53, 0, 'Eastern Plaguelands - Top-Left - Dreamfoil'), +(@OGUID+883, @POOL_MOTHER+53, 0, 'Eastern Plaguelands - Top-Left - Dreamfoil'), +(@OGUID+882, @POOL_MOTHER+53, 0, 'Eastern Plaguelands - Top-Left - Dreamfoil'), +(@OGUID+881, @POOL_MOTHER+53, 0, 'Eastern Plaguelands - Top-Left - Dreamfoil'), +(@OGUID+879, @POOL_MOTHER+53, 0, 'Eastern Plaguelands - Top-Left - Dreamfoil'), +(@OGUID+920, @POOL_MOTHER+54, 0, 'Eastern Plaguelands - Top-Left - Mountain Silversage'), +(@OGUID+930, @POOL_MOTHER+54, 0, 'Eastern Plaguelands - Top-Left - Mountain Silversage'), +(@OGUID+929, @POOL_MOTHER+54, 0, 'Eastern Plaguelands - Top-Left - Mountain Silversage'), +(@OGUID+925, @POOL_MOTHER+54, 0, 'Eastern Plaguelands - Top-Left - Mountain Silversage'), +(@OGUID+922, @POOL_MOTHER+54, 0, 'Eastern Plaguelands - Top-Left - Mountain Silversage'), +(@OGUID+921, @POOL_MOTHER+54, 0, 'Eastern Plaguelands - Top-Left - Mountain Silversage'), +(@OGUID+919, @POOL_MOTHER+54, 0, 'Eastern Plaguelands - Top-Left - Mountain Silversage'), +(@OGUID+918, @POOL_MOTHER+54, 0, 'Eastern Plaguelands - Top-Left - Mountain Silversage'), +(@OGUID+1023, @POOL_MOTHER+55, 0, 'Eastern Plaguelands - Top-Left - Plaguebloom'), +(@OGUID+1024, @POOL_MOTHER+55, 0, 'Eastern Plaguelands - Top-Left - Plaguebloom'), +(@OGUID+1025, @POOL_MOTHER+55, 0, 'Eastern Plaguelands - Top-Left - Plaguebloom'), +(@OGUID+1026, @POOL_MOTHER+55, 0, 'Eastern Plaguelands - Top-Left - Plaguebloom'), +(@OGUID+1027, @POOL_MOTHER+55, 0, 'Eastern Plaguelands - Top-Left - Plaguebloom'), +(@OGUID+1028, @POOL_MOTHER+55, 0, 'Eastern Plaguelands - Top-Left - Plaguebloom'), +(@OGUID+1030, @POOL_MOTHER+55, 0, 'Eastern Plaguelands - Top-Left - Plaguebloom'), +(@OGUID+1034, @POOL_MOTHER+55, 0, 'Eastern Plaguelands - Top-Left - Plaguebloom'), +(@OGUID+1038, @POOL_MOTHER+55, 0, 'Eastern Plaguelands - Top-Left - Plaguebloom'), +(@OGUID+1001, @POOL_MOTHER+55, 0, 'Eastern Plaguelands - Top-Left - Plaguebloom'), +(@OGUID+1000, @POOL_MOTHER+55, 0, 'Eastern Plaguelands - Top-Left - Plaguebloom'), +(@OGUID+999, @POOL_MOTHER+55, 0, 'Eastern Plaguelands - Top-Left - Plaguebloom'), +(@OGUID+997, @POOL_MOTHER+55, 0, 'Eastern Plaguelands - Top-Left - Plaguebloom'), +(@OGUID+1005, @POOL_MOTHER+55, 0, 'Eastern Plaguelands - Top-Left - Plaguebloom'), +(@OGUID+1007, @POOL_MOTHER+55, 0, 'Eastern Plaguelands - Top-Left - Plaguebloom'), +(@OGUID+1009, @POOL_MOTHER+55, 0, 'Eastern Plaguelands - Top-Left - Plaguebloom'), +(@OGUID+1003, @POOL_MOTHER+55, 0, 'Eastern Plaguelands - Top-Left - Plaguebloom'), +(@OGUID+1010, @POOL_MOTHER+55, 0, 'Eastern Plaguelands - Top-Left - Plaguebloom'), +(@OGUID+1011, @POOL_MOTHER+55, 0, 'Eastern Plaguelands - Top-Left - Plaguebloom'), +(@OGUID+1013, @POOL_MOTHER+55, 0, 'Eastern Plaguelands - Top-Left - Plaguebloom'), +(@OGUID+992, @POOL_MOTHER+55, 0, 'Eastern Plaguelands - Top-Left - Plaguebloom'), +(@OGUID+1014, @POOL_MOTHER+55, 0, 'Eastern Plaguelands - Top-Left - Plaguebloom'), +(@OGUID+1015, @POOL_MOTHER+55, 0, 'Eastern Plaguelands - Top-Left - Plaguebloom'), +(@OGUID+1017, @POOL_MOTHER+55, 0, 'Eastern Plaguelands - Top-Left - Plaguebloom'), +(@OGUID+1019, @POOL_MOTHER+55, 0, 'Eastern Plaguelands - Top-Left - Plaguebloom'), +(@OGUID+1021, @POOL_MOTHER+55, 0, 'Eastern Plaguelands - Top-Left - Plaguebloom'), +(@OGUID+1022, @POOL_MOTHER+55, 0, 'Eastern Plaguelands - Top-Left - Plaguebloom'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+50, 4, 'Eastern Plaguelands - Top-Left - Arthas\' Tears - 4/11'), +(@POOL_MOTHER+51, 3, 'Eastern Plaguelands - Top-Left - Sungrass - 3/6'), +(@POOL_MOTHER+52, 2, 'Eastern Plaguelands - Top-Left - Golden Sansam - 2/5'), +(@POOL_MOTHER+53, 3, 'Eastern Plaguelands - Top-Left - Dreamfoil - 3/9'), +(@POOL_MOTHER+54, 3, 'Eastern Plaguelands - Top-Left - Mountain Silversage - 3/8'), +(@POOL_MOTHER+55, 9, 'Eastern Plaguelands - Top-Left - Plaguebloom - 9/27'); + +-- Top-Right +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+75, @POOL_MOTHER+56, 0, 'Eastern Plaguelands - Top-Right - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+77, @POOL_MOTHER+56, 0, 'Eastern Plaguelands - Top-Right - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+78, @POOL_MOTHER+56, 0, 'Eastern Plaguelands - Top-Right - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+79, @POOL_MOTHER+56, 0, 'Eastern Plaguelands - Top-Right - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+80, @POOL_MOTHER+56, 0, 'Eastern Plaguelands - Top-Right - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+81, @POOL_MOTHER+56, 0, 'Eastern Plaguelands - Top-Right - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+82, @POOL_MOTHER+56, 0, 'Eastern Plaguelands - Top-Right - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+83, @POOL_MOTHER+56, 0, 'Eastern Plaguelands - Top-Right - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+84, @POOL_MOTHER+56, 0, 'Eastern Plaguelands - Top-Right - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+85, @POOL_MOTHER+56, 0, 'Eastern Plaguelands - Top-Right - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+86, @POOL_MOTHER+56, 0, 'Eastern Plaguelands - Top-Right - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+87, @POOL_MOTHER+56, 0, 'Eastern Plaguelands - Top-Right - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+88, @POOL_MOTHER+56, 0, 'Eastern Plaguelands - Top-Right - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+89, @POOL_MOTHER+56, 0, 'Eastern Plaguelands - Top-Right - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+90, @POOL_MOTHER+56, 0, 'Eastern Plaguelands - Top-Right - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+91, @POOL_MOTHER+56, 0, 'Eastern Plaguelands - Top-Right - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+92, @POOL_MOTHER+56, 0, 'Eastern Plaguelands - Top-Right - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+93, @POOL_MOTHER+56, 0, 'Eastern Plaguelands - Top-Right - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+94, @POOL_MOTHER+56, 0, 'Eastern Plaguelands - Top-Right - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+95, @POOL_MOTHER+56, 0, 'Eastern Plaguelands - Top-Right - Rich Thorium Vein / Truesilver Deposit'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+56, 10, 'Eastern Plaguelands - Top-Right - Rich Thorium Vein / Truesilver Deposit - 10/20'); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+684, @POOL_MOTHER+57, 0, 'Eastern Plaguelands - Top-Right - Arthas\' Tears'), +(@OGUID+686, @POOL_MOTHER+57, 0, 'Eastern Plaguelands - Top-Right - Arthas\' Tears'), +(@OGUID+688, @POOL_MOTHER+57, 0, 'Eastern Plaguelands - Top-Right - Arthas\' Tears'), +(@OGUID+691, @POOL_MOTHER+57, 0, 'Eastern Plaguelands - Top-Right - Arthas\' Tears'), +(@OGUID+692, @POOL_MOTHER+57, 0, 'Eastern Plaguelands - Top-Right - Arthas\' Tears'), +(@OGUID+693, @POOL_MOTHER+57, 0, 'Eastern Plaguelands - Top-Right - Arthas\' Tears'), +(@OGUID+701, @POOL_MOTHER+57, 0, 'Eastern Plaguelands - Top-Right - Arthas\' Tears'), +(@OGUID+714, @POOL_MOTHER+58, 0, 'Eastern Plaguelands - Top-Right - Sungrass'), +(@OGUID+715, @POOL_MOTHER+58, 0, 'Eastern Plaguelands - Top-Right - Sungrass'), +(@OGUID+717, @POOL_MOTHER+58, 0, 'Eastern Plaguelands - Top-Right - Sungrass'), +(@OGUID+719, @POOL_MOTHER+58, 0, 'Eastern Plaguelands - Top-Right - Sungrass'), +(@OGUID+722, @POOL_MOTHER+58, 0, 'Eastern Plaguelands - Top-Right - Sungrass'), +(@OGUID+725, @POOL_MOTHER+58, 0, 'Eastern Plaguelands - Top-Right - Sungrass'), +(@OGUID+824, @POOL_MOTHER+59, 0, 'Eastern Plaguelands - Top-Right - Golden Sansam'), +(@OGUID+825, @POOL_MOTHER+59, 0, 'Eastern Plaguelands - Top-Right - Golden Sansam'), +(@OGUID+826, @POOL_MOTHER+59, 0, 'Eastern Plaguelands - Top-Right - Golden Sansam'), +(@OGUID+831, @POOL_MOTHER+59, 0, 'Eastern Plaguelands - Top-Right - Golden Sansam'), +(@OGUID+833, @POOL_MOTHER+59, 0, 'Eastern Plaguelands - Top-Right - Golden Sansam'), +(@OGUID+834, @POOL_MOTHER+59, 0, 'Eastern Plaguelands - Top-Right - Golden Sansam'), +(@OGUID+835, @POOL_MOTHER+59, 0, 'Eastern Plaguelands - Top-Right - Golden Sansam'), +(@OGUID+871, @POOL_MOTHER+60, 0, 'Eastern Plaguelands - Top-Right - Dreamfoil'), +(@OGUID+872, @POOL_MOTHER+60, 0, 'Eastern Plaguelands - Top-Right - Dreamfoil'), +(@OGUID+877, @POOL_MOTHER+60, 0, 'Eastern Plaguelands - Top-Right - Dreamfoil'), +(@OGUID+880, @POOL_MOTHER+60, 0, 'Eastern Plaguelands - Top-Right - Dreamfoil'), +(@OGUID+910, @POOL_MOTHER+61, 0, 'Eastern Plaguelands - Top-Right - Mountain Silversage'), +(@OGUID+912, @POOL_MOTHER+61, 0, 'Eastern Plaguelands - Top-Right - Mountain Silversage'), +(@OGUID+914, @POOL_MOTHER+61, 0, 'Eastern Plaguelands - Top-Right - Mountain Silversage'), +(@OGUID+915, @POOL_MOTHER+61, 0, 'Eastern Plaguelands - Top-Right - Mountain Silversage'), +(@OGUID+916, @POOL_MOTHER+61, 0, 'Eastern Plaguelands - Top-Right - Mountain Silversage'), +(@OGUID+917, @POOL_MOTHER+61, 0, 'Eastern Plaguelands - Top-Right - Mountain Silversage'), +(@OGUID+923, @POOL_MOTHER+61, 0, 'Eastern Plaguelands - Top-Right - Mountain Silversage'), +(@OGUID+924, @POOL_MOTHER+61, 0, 'Eastern Plaguelands - Top-Right - Mountain Silversage'), +(@OGUID+926, @POOL_MOTHER+61, 0, 'Eastern Plaguelands - Top-Right - Mountain Silversage'), +(@OGUID+927, @POOL_MOTHER+61, 0, 'Eastern Plaguelands - Top-Right - Mountain Silversage'), +(@OGUID+928, @POOL_MOTHER+61, 0, 'Eastern Plaguelands - Top-Right - Mountain Silversage'), +(@OGUID+984, @POOL_MOTHER+62, 0, 'Eastern Plaguelands - Top-Right - Plaguebloom'), +(@OGUID+988, @POOL_MOTHER+62, 0, 'Eastern Plaguelands - Top-Right - Plaguebloom'), +(@OGUID+989, @POOL_MOTHER+62, 0, 'Eastern Plaguelands - Top-Right - Plaguebloom'), +(@OGUID+990, @POOL_MOTHER+62, 0, 'Eastern Plaguelands - Top-Right - Plaguebloom'), +(@OGUID+993, @POOL_MOTHER+62, 0, 'Eastern Plaguelands - Top-Right - Plaguebloom'), +(@OGUID+994, @POOL_MOTHER+62, 0, 'Eastern Plaguelands - Top-Right - Plaguebloom'), +(@OGUID+995, @POOL_MOTHER+62, 0, 'Eastern Plaguelands - Top-Right - Plaguebloom'), +(@OGUID+996, @POOL_MOTHER+62, 0, 'Eastern Plaguelands - Top-Right - Plaguebloom'), +(@OGUID+998, @POOL_MOTHER+62, 0, 'Eastern Plaguelands - Top-Right - Plaguebloom'), +(@OGUID+1002, @POOL_MOTHER+62, 0, 'Eastern Plaguelands - Top-Right - Plaguebloom'), +(@OGUID+1004, @POOL_MOTHER+62, 0, 'Eastern Plaguelands - Top-Right - Plaguebloom'), +(@OGUID+1006, @POOL_MOTHER+62, 0, 'Eastern Plaguelands - Top-Right - Plaguebloom'), +(@OGUID+1008, @POOL_MOTHER+62, 0, 'Eastern Plaguelands - Top-Right - Plaguebloom'), +(@OGUID+1012, @POOL_MOTHER+62, 0, 'Eastern Plaguelands - Top-Right - Plaguebloom'), +(@OGUID+1016, @POOL_MOTHER+62, 0, 'Eastern Plaguelands - Top-Right - Plaguebloom'), +(@OGUID+1018, @POOL_MOTHER+62, 0, 'Eastern Plaguelands - Top-Right - Plaguebloom'), +(@OGUID+1020, @POOL_MOTHER+62, 0, 'Eastern Plaguelands - Top-Right - Plaguebloom'), +(@OGUID+1029, @POOL_MOTHER+62, 0, 'Eastern Plaguelands - Top-Right - Plaguebloom'), +(@OGUID+1031, @POOL_MOTHER+62, 0, 'Eastern Plaguelands - Top-Right - Plaguebloom'), +(@OGUID+1032, @POOL_MOTHER+62, 0, 'Eastern Plaguelands - Top-Right - Plaguebloom'), +(@OGUID+1033, @POOL_MOTHER+62, 0, 'Eastern Plaguelands - Top-Right - Plaguebloom'), +(@OGUID+1035, @POOL_MOTHER+62, 0, 'Eastern Plaguelands - Top-Right - Plaguebloom'), +(@OGUID+1036, @POOL_MOTHER+62, 0, 'Eastern Plaguelands - Top-Right - Plaguebloom'), +(@OGUID+1037, @POOL_MOTHER+62, 0, 'Eastern Plaguelands - Top-Right - Plaguebloom'), +(@OGUID+1039, @POOL_MOTHER+62, 0, 'Eastern Plaguelands - Top-Right - Plaguebloom'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+57, 2, 'Eastern Plaguelands - Top-Right - Arthas\' Tears - 2/8'), +(@POOL_MOTHER+58, 2, 'Eastern Plaguelands - Top-Right - Sungrass - 2/6'), +(@POOL_MOTHER+59, 3, 'Eastern Plaguelands - Top-Right - Golden Sansam - 3/7'), +(@POOL_MOTHER+60, 1, 'Eastern Plaguelands - Top-Right - Dreamfoil - 1/4'), +(@POOL_MOTHER+61, 3, 'Eastern Plaguelands - Top-Right - Mountain Silversage - 3/11'), +(@POOL_MOTHER+62, 8, 'Eastern Plaguelands - Top-Right - Plaguebloom - 8/25'); + +-- Bottom-Right +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+54, @POOL_MOTHER+63, 0, 'Eastern Plaguelands - Bottom-Right - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+55, @POOL_MOTHER+63, 0, 'Eastern Plaguelands - Bottom-Right - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+56, @POOL_MOTHER+63, 0, 'Eastern Plaguelands - Bottom-Right - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+57, @POOL_MOTHER+63, 0, 'Eastern Plaguelands - Bottom-Right - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+58, @POOL_MOTHER+63, 0, 'Eastern Plaguelands - Bottom-Right - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+61, @POOL_MOTHER+63, 0, 'Eastern Plaguelands - Bottom-Right - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+65, @POOL_MOTHER+63, 0, 'Eastern Plaguelands - Bottom-Right - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+67, @POOL_MOTHER+63, 0, 'Eastern Plaguelands - Bottom-Right - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+68, @POOL_MOTHER+63, 0, 'Eastern Plaguelands - Bottom-Right - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+69, @POOL_MOTHER+63, 0, 'Eastern Plaguelands - Bottom-Right - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+70, @POOL_MOTHER+63, 0, 'Eastern Plaguelands - Bottom-Right - Rich Thorium Vein / Truesilver Deposit'), + +(@POOL_SINGLE+28, @POOL_MOTHER+64, 0, 'Eastern Plaguelands - Bottom-Right - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+32, @POOL_MOTHER+64, 0, 'Eastern Plaguelands - Bottom-Right - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+35, @POOL_MOTHER+64, 0, 'Eastern Plaguelands - Bottom-Right - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+36, @POOL_MOTHER+64, 0, 'Eastern Plaguelands - Bottom-Right - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+40, @POOL_MOTHER+64, 0, 'Eastern Plaguelands - Bottom-Right - Small Thorium Vein / Truesilver Deposit'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+63, 4, 'Eastern Plaguelands - Bottom-Right - Rich Thorium Vein / Truesilver Deposit - 3/11'), +(@POOL_MOTHER+64, 2, 'Eastern Plaguelands - Bottom-Right - Small Thorium Vein / Truesilver Deposit - 2/5'); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+673, @POOL_MOTHER+65, 0, 'Eastern Plaguelands - Bottom-Right - Arthas\' Tears'), +(@OGUID+676, @POOL_MOTHER+65, 0, 'Eastern Plaguelands - Bottom-Right - Arthas\' Tears'), +(@OGUID+679, @POOL_MOTHER+65, 0, 'Eastern Plaguelands - Bottom-Right - Arthas\' Tears'), +(@OGUID+682, @POOL_MOTHER+65, 0, 'Eastern Plaguelands - Bottom-Right - Arthas\' Tears'), +(@OGUID+683, @POOL_MOTHER+65, 0, 'Eastern Plaguelands - Bottom-Right - Arthas\' Tears'), +(@OGUID+814, @POOL_MOTHER+66, 0, 'Eastern Plaguelands - Bottom-Right - Golden Sansam'), +(@OGUID+816, @POOL_MOTHER+66, 0, 'Eastern Plaguelands - Bottom-Right - Golden Sansam'), +(@OGUID+817, @POOL_MOTHER+66, 0, 'Eastern Plaguelands - Bottom-Right - Golden Sansam'), +(@OGUID+818, @POOL_MOTHER+66, 0, 'Eastern Plaguelands - Bottom-Right - Golden Sansam'), +(@OGUID+819, @POOL_MOTHER+66, 0, 'Eastern Plaguelands - Bottom-Right - Golden Sansam'), +(@OGUID+822, @POOL_MOTHER+66, 0, 'Eastern Plaguelands - Bottom-Right - Golden Sansam'), +(@OGUID+823, @POOL_MOTHER+66, 0, 'Eastern Plaguelands - Bottom-Right - Golden Sansam'), +(@OGUID+838, @POOL_MOTHER+67, 0, 'Eastern Plaguelands - Bottom-Right - Dreamfoil'), +(@OGUID+839, @POOL_MOTHER+67, 0, 'Eastern Plaguelands - Bottom-Right - Dreamfoil'), +(@OGUID+840, @POOL_MOTHER+67, 0, 'Eastern Plaguelands - Bottom-Right - Dreamfoil'), +(@OGUID+844, @POOL_MOTHER+67, 0, 'Eastern Plaguelands - Bottom-Right - Dreamfoil'), +(@OGUID+846, @POOL_MOTHER+67, 0, 'Eastern Plaguelands - Bottom-Right - Dreamfoil'), +(@OGUID+848, @POOL_MOTHER+67, 0, 'Eastern Plaguelands - Bottom-Right - Dreamfoil'), +(@OGUID+850, @POOL_MOTHER+67, 0, 'Eastern Plaguelands - Bottom-Right - Dreamfoil'), +(@OGUID+854, @POOL_MOTHER+67, 0, 'Eastern Plaguelands - Bottom-Right - Dreamfoil'), +(@OGUID+855, @POOL_MOTHER+67, 0, 'Eastern Plaguelands - Bottom-Right - Dreamfoil'), +(@OGUID+857, @POOL_MOTHER+67, 0, 'Eastern Plaguelands - Bottom-Right - Dreamfoil'), +(@OGUID+863, @POOL_MOTHER+67, 0, 'Eastern Plaguelands - Bottom-Right - Dreamfoil'), +(@OGUID+864, @POOL_MOTHER+67, 0, 'Eastern Plaguelands - Bottom-Right - Dreamfoil'), +(@OGUID+867, @POOL_MOTHER+67, 0, 'Eastern Plaguelands - Bottom-Right - Dreamfoil'), +(@OGUID+869, @POOL_MOTHER+67, 0, 'Eastern Plaguelands - Bottom-Right - Dreamfoil'), +(@OGUID+870, @POOL_MOTHER+67, 0, 'Eastern Plaguelands - Bottom-Right - Dreamfoil'), +(@OGUID+884, @POOL_MOTHER+68, 0, 'Eastern Plaguelands - Bottom-Right - Mountain Silversage'), +(@OGUID+885, @POOL_MOTHER+68, 0, 'Eastern Plaguelands - Bottom-Right - Mountain Silversage'), +(@OGUID+886, @POOL_MOTHER+68, 0, 'Eastern Plaguelands - Bottom-Right - Mountain Silversage'), +(@OGUID+887, @POOL_MOTHER+68, 0, 'Eastern Plaguelands - Bottom-Right - Mountain Silversage'), +(@OGUID+889, @POOL_MOTHER+68, 0, 'Eastern Plaguelands - Bottom-Right - Mountain Silversage'), +(@OGUID+890, @POOL_MOTHER+68, 0, 'Eastern Plaguelands - Bottom-Right - Mountain Silversage'), +(@OGUID+893, @POOL_MOTHER+68, 0, 'Eastern Plaguelands - Bottom-Right - Mountain Silversage'), +(@OGUID+894, @POOL_MOTHER+68, 0, 'Eastern Plaguelands - Bottom-Right - Mountain Silversage'), +(@OGUID+895, @POOL_MOTHER+68, 0, 'Eastern Plaguelands - Bottom-Right - Mountain Silversage'), +(@OGUID+896, @POOL_MOTHER+68, 0, 'Eastern Plaguelands - Bottom-Right - Mountain Silversage'), +(@OGUID+898, @POOL_MOTHER+68, 0, 'Eastern Plaguelands - Bottom-Right - Mountain Silversage'), +(@OGUID+901, @POOL_MOTHER+68, 0, 'Eastern Plaguelands - Bottom-Right - Mountain Silversage'), +(@OGUID+905, @POOL_MOTHER+68, 0, 'Eastern Plaguelands - Bottom-Right - Mountain Silversage'), +(@OGUID+908, @POOL_MOTHER+68, 0, 'Eastern Plaguelands - Bottom-Right - Mountain Silversage'), +(@OGUID+932, @POOL_MOTHER+69, 0, 'Eastern Plaguelands - Bottom-Right - Plaguebloom'), +(@OGUID+938, @POOL_MOTHER+69, 0, 'Eastern Plaguelands - Bottom-Right - Plaguebloom'), +(@OGUID+940, @POOL_MOTHER+69, 0, 'Eastern Plaguelands - Bottom-Right - Plaguebloom'), +(@OGUID+946, @POOL_MOTHER+69, 0, 'Eastern Plaguelands - Bottom-Right - Plaguebloom'), +(@OGUID+948, @POOL_MOTHER+69, 0, 'Eastern Plaguelands - Bottom-Right - Plaguebloom'), +(@OGUID+949, @POOL_MOTHER+69, 0, 'Eastern Plaguelands - Bottom-Right - Plaguebloom'), +(@OGUID+950, @POOL_MOTHER+69, 0, 'Eastern Plaguelands - Bottom-Right - Plaguebloom'), +(@OGUID+954, @POOL_MOTHER+69, 0, 'Eastern Plaguelands - Bottom-Right - Plaguebloom'), +(@OGUID+958, @POOL_MOTHER+69, 0, 'Eastern Plaguelands - Bottom-Right - Plaguebloom'), +(@OGUID+959, @POOL_MOTHER+69, 0, 'Eastern Plaguelands - Bottom-Right - Plaguebloom'), +(@OGUID+962, @POOL_MOTHER+69, 0, 'Eastern Plaguelands - Bottom-Right - Plaguebloom'), +(@OGUID+964, @POOL_MOTHER+69, 0, 'Eastern Plaguelands - Bottom-Right - Plaguebloom'), +(@OGUID+971, @POOL_MOTHER+69, 0, 'Eastern Plaguelands - Bottom-Right - Plaguebloom'), +(@OGUID+972, @POOL_MOTHER+69, 0, 'Eastern Plaguelands - Bottom-Right - Plaguebloom'), +(@OGUID+976, @POOL_MOTHER+69, 0, 'Eastern Plaguelands - Bottom-Right - Plaguebloom'), +(@OGUID+977, @POOL_MOTHER+69, 0, 'Eastern Plaguelands - Bottom-Right - Plaguebloom'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+65, 2, 'Eastern Plaguelands - Bottom-Right - Arthas\' Tears - 2/5'), +(@POOL_MOTHER+66, 3, 'Eastern Plaguelands - Bottom-Right - Golden Sansam - 3/7'), +(@POOL_MOTHER+67, 5, 'Eastern Plaguelands - Bottom-Right - Dreamfoil - 5/15'), +(@POOL_MOTHER+68, 4, 'Eastern Plaguelands - Bottom-Right - Mountain Silversage - 4/14'), +(@POOL_MOTHER+69, 4, 'Eastern Plaguelands - Bottom-Right - Plaguebloom - 5/16'); + +-- Bottom-Left +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+59, @POOL_MOTHER+70, 0, 'Eastern Plaguelands - Bottom-Left - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+60, @POOL_MOTHER+70, 0, 'Eastern Plaguelands - Bottom-Left - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+62, @POOL_MOTHER+70, 0, 'Eastern Plaguelands - Bottom-Left - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+63, @POOL_MOTHER+70, 0, 'Eastern Plaguelands - Bottom-Left - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+64, @POOL_MOTHER+70, 0, 'Eastern Plaguelands - Bottom-Left - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+66, @POOL_MOTHER+70, 0, 'Eastern Plaguelands - Bottom-Left - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+71, @POOL_MOTHER+70, 0, 'Eastern Plaguelands - Bottom-Left - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+72, @POOL_MOTHER+70, 0, 'Eastern Plaguelands - Bottom-Left - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+73, @POOL_MOTHER+70, 0, 'Eastern Plaguelands - Bottom-Left - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+74, @POOL_MOTHER+70, 0, 'Eastern Plaguelands - Bottom-Left - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+76, @POOL_MOTHER+70, 0, 'Eastern Plaguelands - Bottom-Left - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+17, @POOL_MOTHER+71, 0, 'Eastern Plaguelands - Bottom-Left - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+18, @POOL_MOTHER+71, 0, 'Eastern Plaguelands - Bottom-Left - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+19, @POOL_MOTHER+71, 0, 'Eastern Plaguelands - Bottom-Left - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+20, @POOL_MOTHER+71, 0, 'Eastern Plaguelands - Bottom-Left - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+21, @POOL_MOTHER+71, 0, 'Eastern Plaguelands - Bottom-Left - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+22, @POOL_MOTHER+71, 0, 'Eastern Plaguelands - Bottom-Left - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+23, @POOL_MOTHER+71, 0, 'Eastern Plaguelands - Bottom-Left - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+24, @POOL_MOTHER+71, 0, 'Eastern Plaguelands - Bottom-Left - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+25, @POOL_MOTHER+71, 0, 'Eastern Plaguelands - Bottom-Left - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+26, @POOL_MOTHER+71, 0, 'Eastern Plaguelands - Bottom-Left - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+27, @POOL_MOTHER+71, 0, 'Eastern Plaguelands - Bottom-Left - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+29, @POOL_MOTHER+72, 0, 'Eastern Plaguelands - Bottom-Left - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+30, @POOL_MOTHER+72, 0, 'Eastern Plaguelands - Bottom-Left - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+31, @POOL_MOTHER+72, 0, 'Eastern Plaguelands - Bottom-Left - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+33, @POOL_MOTHER+72, 0, 'Eastern Plaguelands - Bottom-Left - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+34, @POOL_MOTHER+72, 0, 'Eastern Plaguelands - Bottom-Left - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+37, @POOL_MOTHER+72, 0, 'Eastern Plaguelands - Bottom-Left - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+38, @POOL_MOTHER+72, 0, 'Eastern Plaguelands - Bottom-Left - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+39, @POOL_MOTHER+72, 0, 'Eastern Plaguelands - Bottom-Left - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+41, @POOL_MOTHER+72, 0, 'Eastern Plaguelands - Bottom-Left - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+42, @POOL_MOTHER+72, 0, 'Eastern Plaguelands - Bottom-Left - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+43, @POOL_MOTHER+72, 0, 'Eastern Plaguelands - Bottom-Left - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+44, @POOL_MOTHER+72, 0, 'Eastern Plaguelands - Bottom-Left - Small Thorium Vein / Truesilver Deposit'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+70, 4, 'Eastern Plaguelands - Bottom-Left - Rich Thorium Vein / Truesilver Deposit - 4/11'), +(@POOL_MOTHER+71, 4, 'Eastern Plaguelands - Bottom-Left - Mithril Deposit / Gold Vein / Truesilver Deposit - 4/11'), +(@POOL_MOTHER+72, 5, 'Eastern Plaguelands - Bottom-Left - Small Thorium Vein / Truesilver Deposit - 5/12'); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+726, @POOL_MOTHER+73, 0, 'Eastern Plaguelands - Bottom-Left - Grave Moss'), +(@OGUID+727, @POOL_MOTHER+73, 0, 'Eastern Plaguelands - Bottom-Left - Grave Moss'), +(@OGUID+728, @POOL_MOTHER+73, 0, 'Eastern Plaguelands - Bottom-Left - Grave Moss'), +(@OGUID+667, @POOL_MOTHER+74, 0, 'Eastern Plaguelands - Bottom-Left - Arthas\' Tears'), +(@OGUID+668, @POOL_MOTHER+74, 0, 'Eastern Plaguelands - Bottom-Left - Arthas\' Tears'), +(@OGUID+669, @POOL_MOTHER+74, 0, 'Eastern Plaguelands - Bottom-Left - Arthas\' Tears'), +(@OGUID+670, @POOL_MOTHER+74, 0, 'Eastern Plaguelands - Bottom-Left - Arthas\' Tears'), +(@OGUID+671, @POOL_MOTHER+74, 0, 'Eastern Plaguelands - Bottom-Left - Arthas\' Tears'), +(@OGUID+672, @POOL_MOTHER+74, 0, 'Eastern Plaguelands - Bottom-Left - Arthas\' Tears'), +(@OGUID+674, @POOL_MOTHER+74, 0, 'Eastern Plaguelands - Bottom-Left - Arthas\' Tears'), +(@OGUID+675, @POOL_MOTHER+74, 0, 'Eastern Plaguelands - Bottom-Left - Arthas\' Tears'), +(@OGUID+677, @POOL_MOTHER+74, 0, 'Eastern Plaguelands - Bottom-Left - Arthas\' Tears'), +(@OGUID+678, @POOL_MOTHER+74, 0, 'Eastern Plaguelands - Bottom-Left - Arthas\' Tears'), +(@OGUID+680, @POOL_MOTHER+74, 0, 'Eastern Plaguelands - Bottom-Left - Arthas\' Tears'), +(@OGUID+681, @POOL_MOTHER+74, 0, 'Eastern Plaguelands - Bottom-Left - Arthas\' Tears'), +(@OGUID+685, @POOL_MOTHER+74, 0, 'Eastern Plaguelands - Bottom-Left - Arthas\' Tears'), +(@OGUID+703, @POOL_MOTHER+75, 0, 'Eastern Plaguelands - Bottom-Left - Sungrass'), +(@OGUID+704, @POOL_MOTHER+75, 0, 'Eastern Plaguelands - Bottom-Left - Sungrass'), +(@OGUID+705, @POOL_MOTHER+75, 0, 'Eastern Plaguelands - Bottom-Left - Sungrass'), +(@OGUID+706, @POOL_MOTHER+75, 0, 'Eastern Plaguelands - Bottom-Left - Sungrass'), +(@OGUID+707, @POOL_MOTHER+75, 0, 'Eastern Plaguelands - Bottom-Left - Sungrass'), +(@OGUID+708, @POOL_MOTHER+75, 0, 'Eastern Plaguelands - Bottom-Left - Sungrass'), +(@OGUID+709, @POOL_MOTHER+75, 0, 'Eastern Plaguelands - Bottom-Left - Sungrass'), +(@OGUID+710, @POOL_MOTHER+75, 0, 'Eastern Plaguelands - Bottom-Left - Sungrass'), +(@OGUID+711, @POOL_MOTHER+75, 0, 'Eastern Plaguelands - Bottom-Left - Sungrass'), +(@OGUID+712, @POOL_MOTHER+75, 0, 'Eastern Plaguelands - Bottom-Left - Sungrass'), +(@OGUID+713, @POOL_MOTHER+75, 0, 'Eastern Plaguelands - Bottom-Left - Sungrass'), +(@OGUID+813, @POOL_MOTHER+76, 0, 'Eastern Plaguelands - Bottom-Left - Golden Sansam'), +(@OGUID+815, @POOL_MOTHER+76, 0, 'Eastern Plaguelands - Bottom-Left - Golden Sansam'), +(@OGUID+820, @POOL_MOTHER+76, 0, 'Eastern Plaguelands - Bottom-Left - Golden Sansam'), +(@OGUID+821, @POOL_MOTHER+76, 0, 'Eastern Plaguelands - Bottom-Left - Golden Sansam'), +(@OGUID+836, @POOL_MOTHER+77, 0, 'Eastern Plaguelands - Bottom-Left - Dreamfoil'), +(@OGUID+837, @POOL_MOTHER+77, 0, 'Eastern Plaguelands - Bottom-Left - Dreamfoil'), +(@OGUID+841, @POOL_MOTHER+77, 0, 'Eastern Plaguelands - Bottom-Left - Dreamfoil'), +(@OGUID+842, @POOL_MOTHER+77, 0, 'Eastern Plaguelands - Bottom-Left - Dreamfoil'), +(@OGUID+843, @POOL_MOTHER+77, 0, 'Eastern Plaguelands - Bottom-Left - Dreamfoil'), +(@OGUID+845, @POOL_MOTHER+77, 0, 'Eastern Plaguelands - Bottom-Left - Dreamfoil'), +(@OGUID+847, @POOL_MOTHER+77, 0, 'Eastern Plaguelands - Bottom-Left - Dreamfoil'), +(@OGUID+849, @POOL_MOTHER+77, 0, 'Eastern Plaguelands - Bottom-Left - Dreamfoil'), +(@OGUID+851, @POOL_MOTHER+77, 0, 'Eastern Plaguelands - Bottom-Left - Dreamfoil'), +(@OGUID+852, @POOL_MOTHER+77, 0, 'Eastern Plaguelands - Bottom-Left - Dreamfoil'), +(@OGUID+853, @POOL_MOTHER+77, 0, 'Eastern Plaguelands - Bottom-Left - Dreamfoil'), +(@OGUID+856, @POOL_MOTHER+77, 0, 'Eastern Plaguelands - Bottom-Left - Dreamfoil'), +(@OGUID+858, @POOL_MOTHER+77, 0, 'Eastern Plaguelands - Bottom-Left - Dreamfoil'), +(@OGUID+859, @POOL_MOTHER+77, 0, 'Eastern Plaguelands - Bottom-Left - Dreamfoil'), +(@OGUID+860, @POOL_MOTHER+77, 0, 'Eastern Plaguelands - Bottom-Left - Dreamfoil'), +(@OGUID+861, @POOL_MOTHER+77, 0, 'Eastern Plaguelands - Bottom-Left - Dreamfoil'), +(@OGUID+862, @POOL_MOTHER+77, 0, 'Eastern Plaguelands - Bottom-Left - Dreamfoil'), +(@OGUID+865, @POOL_MOTHER+77, 0, 'Eastern Plaguelands - Bottom-Left - Dreamfoil'), +(@OGUID+866, @POOL_MOTHER+77, 0, 'Eastern Plaguelands - Bottom-Left - Dreamfoil'), +(@OGUID+868, @POOL_MOTHER+77, 0, 'Eastern Plaguelands - Bottom-Left - Dreamfoil'), +(@OGUID+888, @POOL_MOTHER+78, 0, 'Eastern Plaguelands - Bottom-Left - Mountain Silversage'), +(@OGUID+891, @POOL_MOTHER+78, 0, 'Eastern Plaguelands - Bottom-Left - Mountain Silversage'), +(@OGUID+892, @POOL_MOTHER+78, 0, 'Eastern Plaguelands - Bottom-Left - Mountain Silversage'), +(@OGUID+897, @POOL_MOTHER+78, 0, 'Eastern Plaguelands - Bottom-Left - Mountain Silversage'), +(@OGUID+899, @POOL_MOTHER+78, 0, 'Eastern Plaguelands - Bottom-Left - Mountain Silversage'), +(@OGUID+900, @POOL_MOTHER+78, 0, 'Eastern Plaguelands - Bottom-Left - Mountain Silversage'), +(@OGUID+902, @POOL_MOTHER+78, 0, 'Eastern Plaguelands - Bottom-Left - Mountain Silversage'), +(@OGUID+903, @POOL_MOTHER+78, 0, 'Eastern Plaguelands - Bottom-Left - Mountain Silversage'), +(@OGUID+904, @POOL_MOTHER+78, 0, 'Eastern Plaguelands - Bottom-Left - Mountain Silversage'), +(@OGUID+906, @POOL_MOTHER+78, 0, 'Eastern Plaguelands - Bottom-Left - Mountain Silversage'), +(@OGUID+907, @POOL_MOTHER+78, 0, 'Eastern Plaguelands - Bottom-Left - Mountain Silversage'), +(@OGUID+909, @POOL_MOTHER+78, 0, 'Eastern Plaguelands - Bottom-Left - Mountain Silversage'), +(@OGUID+911, @POOL_MOTHER+78, 0, 'Eastern Plaguelands - Bottom-Left - Mountain Silversage'), +(@OGUID+913, @POOL_MOTHER+78, 0, 'Eastern Plaguelands - Bottom-Left - Mountain Silversage'), +(@OGUID+931, @POOL_MOTHER+79, 0, 'Eastern Plaguelands - Bottom-Left - Plaguebloom'), +(@OGUID+933, @POOL_MOTHER+79, 0, 'Eastern Plaguelands - Bottom-Left - Plaguebloom'), +(@OGUID+934, @POOL_MOTHER+79, 0, 'Eastern Plaguelands - Bottom-Left - Plaguebloom'), +(@OGUID+935, @POOL_MOTHER+79, 0, 'Eastern Plaguelands - Bottom-Left - Plaguebloom'), +(@OGUID+936, @POOL_MOTHER+79, 0, 'Eastern Plaguelands - Bottom-Left - Plaguebloom'), +(@OGUID+937, @POOL_MOTHER+79, 0, 'Eastern Plaguelands - Bottom-Left - Plaguebloom'), +(@OGUID+939, @POOL_MOTHER+79, 0, 'Eastern Plaguelands - Bottom-Left - Plaguebloom'), +(@OGUID+941, @POOL_MOTHER+79, 0, 'Eastern Plaguelands - Bottom-Left - Plaguebloom'), +(@OGUID+942, @POOL_MOTHER+79, 0, 'Eastern Plaguelands - Bottom-Left - Plaguebloom'), +(@OGUID+943, @POOL_MOTHER+79, 0, 'Eastern Plaguelands - Bottom-Left - Plaguebloom'), +(@OGUID+944, @POOL_MOTHER+79, 0, 'Eastern Plaguelands - Bottom-Left - Plaguebloom'), +(@OGUID+945, @POOL_MOTHER+79, 0, 'Eastern Plaguelands - Bottom-Left - Plaguebloom'), +(@OGUID+947, @POOL_MOTHER+79, 0, 'Eastern Plaguelands - Bottom-Left - Plaguebloom'), +(@OGUID+951, @POOL_MOTHER+79, 0, 'Eastern Plaguelands - Bottom-Left - Plaguebloom'), +(@OGUID+952, @POOL_MOTHER+79, 0, 'Eastern Plaguelands - Bottom-Left - Plaguebloom'), +(@OGUID+953, @POOL_MOTHER+79, 0, 'Eastern Plaguelands - Bottom-Left - Plaguebloom'), +(@OGUID+955, @POOL_MOTHER+79, 0, 'Eastern Plaguelands - Bottom-Left - Plaguebloom'), +(@OGUID+956, @POOL_MOTHER+79, 0, 'Eastern Plaguelands - Bottom-Left - Plaguebloom'), +(@OGUID+957, @POOL_MOTHER+79, 0, 'Eastern Plaguelands - Bottom-Left - Plaguebloom'), +(@OGUID+960, @POOL_MOTHER+79, 0, 'Eastern Plaguelands - Bottom-Left - Plaguebloom'), +(@OGUID+961, @POOL_MOTHER+79, 0, 'Eastern Plaguelands - Bottom-Left - Plaguebloom'), +(@OGUID+963, @POOL_MOTHER+79, 0, 'Eastern Plaguelands - Bottom-Left - Plaguebloom'), +(@OGUID+965, @POOL_MOTHER+79, 0, 'Eastern Plaguelands - Bottom-Left - Plaguebloom'), +(@OGUID+966, @POOL_MOTHER+79, 0, 'Eastern Plaguelands - Bottom-Left - Plaguebloom'), +(@OGUID+967, @POOL_MOTHER+79, 0, 'Eastern Plaguelands - Bottom-Left - Plaguebloom'), +(@OGUID+968, @POOL_MOTHER+79, 0, 'Eastern Plaguelands - Bottom-Left - Plaguebloom'), +(@OGUID+969, @POOL_MOTHER+79, 0, 'Eastern Plaguelands - Bottom-Left - Plaguebloom'), +(@OGUID+970, @POOL_MOTHER+79, 0, 'Eastern Plaguelands - Bottom-Left - Plaguebloom'), +(@OGUID+973, @POOL_MOTHER+79, 0, 'Eastern Plaguelands - Bottom-Left - Plaguebloom'), +(@OGUID+974, @POOL_MOTHER+79, 0, 'Eastern Plaguelands - Bottom-Left - Plaguebloom'), +(@OGUID+975, @POOL_MOTHER+79, 0, 'Eastern Plaguelands - Bottom-Left - Plaguebloom'), +(@OGUID+978, @POOL_MOTHER+79, 0, 'Eastern Plaguelands - Bottom-Left - Plaguebloom'), +(@OGUID+979, @POOL_MOTHER+79, 0, 'Eastern Plaguelands - Bottom-Left - Plaguebloom'), +(@OGUID+980, @POOL_MOTHER+79, 0, 'Eastern Plaguelands - Bottom-Left - Plaguebloom'), +(@OGUID+981, @POOL_MOTHER+79, 0, 'Eastern Plaguelands - Bottom-Left - Plaguebloom'), +(@OGUID+982, @POOL_MOTHER+79, 0, 'Eastern Plaguelands - Bottom-Left - Plaguebloom'), +(@OGUID+983, @POOL_MOTHER+79, 0, 'Eastern Plaguelands - Bottom-Left - Plaguebloom'), +(@OGUID+985, @POOL_MOTHER+79, 0, 'Eastern Plaguelands - Bottom-Left - Plaguebloom'), +(@OGUID+986, @POOL_MOTHER+79, 0, 'Eastern Plaguelands - Bottom-Left - Plaguebloom'), +(@OGUID+987, @POOL_MOTHER+79, 0, 'Eastern Plaguelands - Bottom-Left - Plaguebloom'), +(@OGUID+991, @POOL_MOTHER+79, 0, 'Eastern Plaguelands - Bottom-Left - Plaguebloom'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+73, 1, 'Eastern Plaguelands - Bottom-Left - Grave Moss - 1/3'), +(@POOL_MOTHER+74, 5, 'Eastern Plaguelands - Bottom-Left - Arthas\' Tears - 5/13'), +(@POOL_MOTHER+75, 4, 'Eastern Plaguelands - Bottom-Left - Sungrass - 4/11'), +(@POOL_MOTHER+76, 1, 'Eastern Plaguelands - Bottom-Left - Golden Sansam - 1/4'), +(@POOL_MOTHER+77, 7, 'Eastern Plaguelands - Bottom-Left - Dreamfoil - 7/20'), +(@POOL_MOTHER+78, 4, 'Eastern Plaguelands - Bottom-Left - Mountain Silversage - 4/14'), +(@POOL_MOTHER+79, 4, 'Eastern Plaguelands - Bottom-Left - Plaguebloom - 11/41'); + +/* Western Plaguelands +Mithril (2040) -> Gold (1734) -> Truesilver (2047) +Small Thorium (324) -> Truesilver (2047) +Rich Thorium (175404) -> Truesilver (2047) +*/ +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`, `Comment`) VALUES +(@OGUID+1148, 142141, 0, 28, 0, 1, 1, 1075.39, -1688.27, 62.45, 3.73501, 0, 0, -0.956305, 0.292372, 900, 255, 1, '', 50664, NULL), +(@OGUID+1149, 142141, 0, 28, 0, 1, 1, 1093.33, -1860.1, 62.4847, 4.2237, 0, 0, -0.857167, 0.515038, 900, 255, 1, '', 49345, NULL), +(@OGUID+1150, 142141, 0, 28, 0, 1, 1, 1270.88, -1507.6, 58.8005, 2.1293, 0, 0, 0.874619, 0.48481, 900, 255, 1, '', 50664, NULL), +(@OGUID+1151, 142141, 0, 28, 0, 1, 1, 1382.68, -1814.81, 61.294, 0.296705, 0, 0, 0.147809, 0.989016, 900, 255, 1, '', 50664, NULL), +(@OGUID+1152, 142141, 0, 28, 0, 1, 1, 1434.88, -1542.22, 55.5123, 1.25664, 0, 0, 0.587785, 0.809017, 900, 255, 1, '', 49345, NULL), +(@OGUID+1153, 142141, 0, 28, 0, 1, 1, 1450, -1347.86, 61.3475, 1.76278, 0, 0, 0.771625, 0.636078, 900, 255, 1, '', 50664, NULL), +(@OGUID+1154, 142141, 0, 28, 0, 1, 1, 1455.01, -1599.38, 67.2372, 3.927, 0, 0, -0.923879, 0.382686, 900, 255, 1, '', 50172, NULL), +(@OGUID+1155, 142141, 0, 28, 0, 1, 1, 1540.87, -2012.89, 60.0711, 3.54302, 0, 0, -0.979924, 0.19937, 900, 255, 1, '', 49345, NULL), +(@OGUID+1156, 142141, 0, 28, 0, 1, 1, 1543.4, -1647.88, 69.2486, 5.00909, 0, 0, -0.594823, 0.803857, 900, 255, 1, '', 48632, NULL), +(@OGUID+1157, 142141, 0, 28, 0, 1, 1, 1558.22, -995.456, 67.24, 4.59022, 0, 0, -0.748956, 0.66262, 900, 255, 1, '', 50664, NULL), +(@OGUID+1158, 142141, 0, 28, 0, 1, 1, 1668.4, -1594.04, 60.7286, 4.97419, 0, 0, -0.608761, 0.793354, 900, 255, 1, '', 48632, NULL), +(@OGUID+1159, 142141, 0, 28, 0, 1, 1, 1728.19, -2407.51, 60.5032, 5.39307, 0, 0, -0.430511, 0.902586, 900, 255, 1, '', 48632, NULL), +(@OGUID+1160, 142141, 0, 28, 0, 1, 1, 1748.99, -909.477, 66.7775, 3.85718, 0, 0, -0.936671, 0.35021, 900, 255, 1, '', 49345, NULL), +(@OGUID+1161, 142141, 0, 28, 0, 1, 1, 1811.75, -1115.76, 60.5452, 5.34071, 0, 0, -0.45399, 0.891007, 900, 255, 1, '', 48120, NULL), +(@OGUID+1162, 142141, 0, 28, 0, 1, 1, 1821.96, -2044.74, 75.4277, 0.715585, 0, 0, 0.350207, 0.936672, 900, 255, 1, '', 50664, NULL), +(@OGUID+1163, 142141, 0, 28, 0, 1, 1, 1842.55, -2206.58, 62.1356, 3.76991, 0, 0, -0.951056, 0.309017, 900, 255, 1, '', 48632, NULL), +(@OGUID+1164, 142141, 0, 28, 0, 1, 1, 1955.09, -2288.2, 60.9163, 4.08407, 0, 0, -0.891006, 0.453991, 900, 255, 1, '', 48120, NULL), +(@OGUID+1165, 142141, 0, 28, 0, 1, 1, 2159.69, -1574.27, 68.0867, 4.76475, 0, 0, -0.688354, 0.725374, 900, 255, 1, '', 49345, NULL), +(@OGUID+1166, 142141, 0, 28, 0, 1, 1, 2701.97, -1895.5, 68.079, 0.715585, 0, 0, 0.350207, 0.936672, 900, 255, 1, '', 50664, NULL), +(@OGUID+1167, 142141, 0, 28, 0, 1, 1, 2878.18, -1533.28, 145.203, 4.57276, 0, 0, -0.754709, 0.656059, 900, 255, 1, '', 49345, NULL), +(@OGUID+1168, 142141, 0, 28, 1497, 1, 1, 1998.11, -1775.55, 64.2751, 1.18682, 0, 0, 0.559193, 0.829038, 900, 255, 1, '', 47720, NULL), +(@OGUID+1169, 142141, 0, 28, 1497, 1, 1, 2888.72, -1406.39, 148.374, 1.69297, 0, 0, 0.748956, 0.66262, 900, 255, 1, '', 49345, NULL), +(@OGUID+1170, 142141, 0, 28, 0, 1, 1, 1374.24, -1278.43, 58.6285, 2.28638, 0, 0, 0.909961, 0.414694, 900, 255, 1, '', 46902, NULL), +(@OGUID+1171, 142141, 0, 28, 0, 1, 1, 1482.34, -1217.8, 62.6274, 1.23918, 0, 0, 0.580703, 0.814116, 900, 255, 1, '', 52237, NULL), +(@OGUID+1172, 142141, 0, 28, 0, 1, 1, 1570.34, -1310.87, 63.0546, 2.42601, 0, 0, 0.936672, 0.350207, 900, 255, 1, '', 53622, NULL), +(@OGUID+1173, 142141, 0, 28, 0, 1, 1, 2097.43, -1873.44, 63.6307, 0.209439, 0, 0, 0.104528, 0.994522, 900, 255, 1, '', 52237, NULL), +(@OGUID+1174, 142141, 0, 28, 0, 1, 1, 2443.13, -1963.16, 115.076, 5.11382, 0, 0, -0.551936, 0.833886, 900, 255, 1, '', 45854, NULL), +(@OGUID+1175, 142141, 0, 28, 192, 1, 1, 2332.05, -1511.23, 91.4124, 6.03884, 0, 0, -0.121869, 0.992546, 900, 255, 1, '', 52237, NULL), +(@OGUID+1176, 142141, 0, 28, 193, 1, 1, 1552.86, -1768.98, 61.8234, 4.32842, 0, 0, -0.829037, 0.559194, 900, 255, 1, '', 52237, NULL), +(@OGUID+1177, 142141, 0, 28, 199, 1, 1, 1852.22, -1382.49, 59.8972, 4.36332, 0, 0, -0.819152, 0.573577, 900, 255, 1, '', 45854, NULL), +(@OGUID+1178, 142141, 0, 28, 200, 1, 1, 1922.05, -1480.68, 61.1334, 3.90954, 0, 0, -0.927183, 0.374608, 900, 255, 1, '', 53622, NULL), +(@OGUID+1179, 142141, 0, 28, 200, 1, 1, 2009.31, -1584.37, 59.8575, 3.59538, 0, 0, -0.97437, 0.224951, 900, 255, 1, '', 45854, NULL), +(@OGUID+1180, 142141, 0, 28, 201, 1, 1, 1607.96, -2178.57, 55.0344, 1.0821, 0, 0, 0.515038, 0.857168, 900, 255, 1, '', 52237, NULL), +(@OGUID+1181, 142141, 0, 28, 2620, 1, 1, 2999.7, -1564.12, 147.003, 4.90438, 0, 0, -0.636078, 0.771625, 900, 255, 1, '', 51943, NULL), +(@OGUID+1182, 142141, 0, 28, 813, 1, 1, 1631.83, -883.966, 63.2506, 1.90241, 0, 0, 0.814116, 0.580703, 900, 255, 1, '', 46902, NULL), +(@OGUID+1183, 142142, 0, 28, 0, 1, 1, 1450.26, -1706.9, 69.4751, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 49345, NULL), +(@OGUID+1184, 142142, 0, 28, 0, 1, 1, 1594.22, -1244.38, 65.4813, 0.628317, 0, 0, 0.309016, 0.951057, 900, 255, 1, '', 49345, NULL), +(@OGUID+1185, 142142, 0, 28, 0, 1, 1, 1601.56, -1701.4, 61.4415, 3.194, 0, 0, -0.999657, 0.0262016, 900, 255, 1, '', 48632, NULL), +(@OGUID+1186, 142142, 0, 28, 0, 1, 1, 1721.82, -1016.11, 71.0081, 0.244346, 0, 0, 0.121869, 0.992546, 900, 255, 1, '', 48120, NULL), +(@OGUID+1187, 142142, 0, 28, 0, 1, 1, 1799.01, -1646.22, 60.0723, 1.23918, 0, 0, 0.580703, 0.814116, 900, 255, 1, '', 50664, NULL), +(@OGUID+1188, 142142, 0, 28, 0, 1, 1, 1802.61, -1424.62, 59.3134, 0.0698117, 0, 0, 0.0348988, 0.999391, 900, 255, 1, '', 48632, NULL), +(@OGUID+1189, 142142, 0, 28, 0, 1, 1, 1835.37, -2031.33, 74.847, 3.31614, 0, 0, -0.996194, 0.087165, 900, 255, 1, '', 48632, NULL), +(@OGUID+1190, 142142, 0, 28, 0, 1, 1, 1918.27, -2175.42, 75.8794, 5.23599, 0, 0, -0.5, 0.866025, 900, 255, 1, '', 49345, NULL), +(@OGUID+1191, 142142, 0, 28, 0, 1, 1, 1975.75, -2324.23, 59.4981, 2.9496, 0, 0, 0.995396, 0.0958512, 900, 255, 1, '', 50664, NULL), +(@OGUID+1192, 142142, 0, 28, 0, 1, 1, 2077.56, -1851.23, 63.6229, 4.53786, 0, 0, -0.766044, 0.642789, 900, 255, 1, '', 49345, NULL), +(@OGUID+1193, 142142, 0, 28, 0, 1, 1, 2301.46, -1686.57, 100.712, 5.93412, 0, 0, -0.173648, 0.984808, 900, 255, 1, '', 50664, NULL), +(@OGUID+1194, 142142, 0, 28, 0, 1, 1, 2330.78, -1475.19, 96.9419, 1.65806, 0, 0, 0.737277, 0.675591, 900, 255, 1, '', 49345, NULL), +(@OGUID+1195, 142142, 0, 28, 0, 1, 1, 2418.38, -1716.72, 108.163, 5.14872, 0, 0, -0.537299, 0.843392, 900, 255, 1, '', 50664, NULL), +(@OGUID+1196, 142142, 0, 28, 0, 1, 1, 2440, -1698.84, 103.015, 5.18363, 0, 0, -0.522498, 0.85264, 900, 255, 1, '', 50664, NULL), +(@OGUID+1197, 142142, 0, 28, 0, 1, 1, 2748.89, -1676.89, 130.522, 5.44543, 0, 0, -0.406736, 0.913546, 900, 255, 1, '', 50664, NULL), +(@OGUID+1198, 142142, 0, 28, 1497, 1, 1, 1574.81, -1276.14, 63.6341, 4.81711, 0, 0, -0.66913, 0.743145, 900, 255, 1, '', 47720, NULL), +(@OGUID+1199, 142142, 0, 28, 1497, 1, 1, 1866.11, -1349.8, 61.0008, 4.50295, 0, 0, -0.777145, 0.629321, 900, 255, 1, '', 47720, NULL), +(@OGUID+1200, 142142, 0, 28, 1497, 1, 1, 2526.7, -1955.44, 99.2084, 3.52557, 0, 0, -0.981627, 0.190812, 900, 255, 1, '', 47720, NULL), +(@OGUID+1201, 142142, 0, 28, 190, 1, 1, 2920.11, -1610.7, 147.766, 5.81195, 0, 0, -0.233445, 0.97237, 900, 255, 1, '', 52237, NULL), +(@OGUID+1202, 142142, 0, 28, 199, 1, 1, 1862.53, -1105.95, 59.6888, 6.02139, 0, 0, -0.130526, 0.991445, 900, 255, 1, '', 45854, NULL), +(@OGUID+1203, 142142, 0, 28, 200, 1, 1, 2082.24, -1543.59, 65.4353, 4.76475, 0, 0, -0.688354, 0.725374, 900, 255, 1, '', 52237, NULL), +(@OGUID+1204, 142142, 0, 28, 202, 1, 1, 1528.97, -1769.58, 59.7553, 5.23599, 0, 0, -0.5, 0.866025, 900, 255, 1, '', 52237, NULL), +(@OGUID+1205, 142142, 0, 28, 2620, 1, 1, 2232.51, -1598.6, 81.9782, 5.07891, 0, 0, -0.566406, 0.824126, 900, 255, 1, '', 51943, NULL), +(@OGUID+1206, 142142, 0, 28, 2620, 1, 1, 2827.46, -1364.16, 145.578, 5.06146, 0, 0, -0.573576, 0.819152, 900, 255, 1, '', 52237, NULL), +(@OGUID+1207, 176584, 0, 28, 0, 1, 1, 1515.73, -1079.51, 74.4867, 3.42085, 0, 0, -0.990268, 0.139175, 900, 255, 1, '', 48632, NULL), +(@OGUID+1208, 176584, 0, 28, 0, 1, 1, 1548.84, -2014.29, 59.9311, 3.15906, 0, 0, -0.999962, 0.00873464, 900, 255, 1, '', 48632, NULL), +(@OGUID+1209, 176584, 0, 28, 0, 1, 1, 1633.13, -2103.97, 58.8374, 5.77704, 0, 0, -0.25038, 0.968148, 900, 255, 1, '', 49345, NULL), +(@OGUID+1210, 176584, 0, 28, 0, 1, 1, 1644.26, -1690.35, 60.1426, 6.12611, 0, 0, -0.0784588, 0.996917, 900, 255, 1, '', 49345, NULL), +(@OGUID+1211, 176584, 0, 28, 0, 1, 1, 1652.2, -1479.44, 59.5693, 1.3439, 0, 0, 0.622514, 0.782609, 900, 255, 1, '', 50664, NULL), +(@OGUID+1212, 176584, 0, 28, 0, 1, 1, 1718.48, -1012.31, 71.3803, 2.93214, 0, 0, 0.994521, 0.104536, 900, 255, 1, '', 48632, NULL), +(@OGUID+1213, 176584, 0, 28, 0, 1, 1, 1779.88, -1348.05, 60.0857, 1.67551, 0, 0, 0.743144, 0.669131, 900, 255, 1, '', 50664, NULL), +(@OGUID+1214, 176584, 0, 28, 0, 1, 1, 1810.1, -2387.21, 59.6299, 6.19592, 0, 0, -0.0436192, 0.999048, 900, 255, 1, '', 50063, NULL), +(@OGUID+1215, 176584, 0, 28, 0, 1, 1, 1857.36, -2116.71, 68.6316, 3.31614, 0, 0, -0.996194, 0.087165, 900, 255, 1, '', 48632, NULL), +(@OGUID+1216, 176584, 0, 28, 0, 1, 1, 1959.56, -2296.7, 61.1561, 6.23083, 0, 0, -0.0261765, 0.999657, 900, 255, 1, '', 49345, NULL), +(@OGUID+1217, 176584, 0, 28, 0, 1, 1, 1974.43, -2421.16, 60.5007, 1.37881, 0, 0, 0.636078, 0.771625, 900, 255, 1, '', 50664, NULL), +(@OGUID+1218, 176584, 0, 28, 0, 1, 1, 2017.62, -1572.94, 60.9312, 4.76475, 0, 0, -0.688354, 0.725374, 900, 255, 1, '', 50664, NULL), +(@OGUID+1219, 176584, 0, 28, 0, 1, 1, 2080.25, -2486.74, 59.6818, 0.925024, 0, 0, 0.446198, 0.894935, 900, 255, 1, '', 49345, NULL), +(@OGUID+1220, 176584, 0, 28, 0, 1, 1, 2401.16, -1622.07, 108.026, 4.64258, 0, 0, -0.731354, 0.681998, 900, 255, 1, '', 49345, NULL), +(@OGUID+1221, 176584, 0, 28, 0, 1, 1, 2858.97, -1490.24, 146.253, 2.51327, 0, 0, 0.951056, 0.309017, 900, 255, 1, '', 49345, NULL), +(@OGUID+1222, 176584, 0, 28, 0, 1, 1, 3020.37, -1471.85, 146.344, 2.00713, 0, 0, 0.843391, 0.5373, 900, 255, 1, '', 50664, NULL), +(@OGUID+1223, 176584, 0, 28, 1497, 1, 1, 2778.62, -1485.28, 145.787, 2.60054, 0, 0, 0.96363, 0.267241, 900, 255, 1, '', 47720, NULL), +(@OGUID+1224, 176584, 0, 28, 0, 1, 1, 2215.75, -1654.26, 83.7072, 1.69297, 0, 0, 0.748956, 0.66262, 900, 255, 1, '', 45854, NULL), +(@OGUID+1225, 176584, 0, 28, 192, 1, 1, 2389.99, -1504.44, 101.539, 2.74016, 0, 0, 0.979924, 0.19937, 900, 255, 1, '', 52237, NULL), +(@OGUID+1226, 176584, 0, 28, 198, 1, 1, 2155.74, -2417.66, 60.7121, 5.37562, 0, 0, -0.438371, 0.898794, 900, 255, 1, '', 52237, NULL), +(@OGUID+1227, 176584, 0, 28, 2620, 1, 1, 2835.95, -1361.33, 146.251, 2.68781, 0, 0, 0.97437, 0.224951, 900, 255, 1, '', 52237, NULL), +(@OGUID+1228, 176584, 0, 28, 460, 1, 1, 1916.66, -1954.35, 78.9259, 0.663223, 0, 0, 0.325567, 0.945519, 900, 255, 1, '', 50664, NULL), +(@OGUID+1229, 176584, 0, 28, 460, 1, 1, 1985.93, -1858.12, 69.8165, 3.12412, 0, 0, 0.999962, 0.00873464, 900, 255, 1, '', 50664, NULL), +(@OGUID+1230, 176584, 0, 28, 460, 1, 1, 2078, -1642.67, 63.1557, 1.27409, 0, 0, 0.594822, 0.803857, 900, 255, 1, '', 50664, NULL), +(@OGUID+1231, 176586, 0, 28, 0, 1, 1, 1690.23, -2477.8, 99.8174, 3.21142, 0, 0, -0.999391, 0.0349061, 900, 255, 1, '', 48632, NULL), +(@OGUID+1232, 176586, 0, 28, 0, 1, 1, 1862.28, -1242.78, 73.6229, 1.01229, 0, 0, 0.484809, 0.87462, 900, 255, 1, '', 49345, NULL), +(@OGUID+1233, 176586, 0, 28, 0, 1, 1, 2201.24, -1801.18, 72.0393, 1.25664, 0, 0, 0.587785, 0.809017, 900, 255, 1, '', 50664, NULL), +(@OGUID+1234, 176586, 0, 28, 0, 1, 1, 2693.49, -1661.42, 147.172, 5.75959, 0, 0, -0.258819, 0.965926, 900, 255, 1, '', 50664, NULL), +(@OGUID+1235, 176586, 0, 28, 1497, 1, 1, 2575.64, -1595.96, 94.5205, 2.33874, 0, 0, 0.920505, 0.390732, 900, 255, 1, '', 47720, NULL), +(@OGUID+1236, 176586, 0, 28, 0, 1, 1, 1861.67, -1889.43, 99.0528, 3.3685, 0, 0, -0.993571, 0.113208, 900, 255, 1, '', 52237, NULL), +(@OGUID+1237, 176586, 0, 28, 201, 1, 1, 1613.99, -2440.6, 89.5557, 5.11382, 0, 0, -0.551936, 0.833886, 900, 255, 1, '', 52237, NULL), +(@OGUID+1238, 176586, 0, 28, 2620, 1, 1, 2907.65, -1319.5, 167.159, 5.42797, 0, 0, -0.414693, 0.909961, 900, 255, 1, '', 52237, NULL), +(@OGUID+1239, 176587, 0, 28, 0, 1, 1, 1095.73, -2526.41, 61.4232, 6.24828, 0, 0, -0.0174522, 0.999848, 900, 255, 1, '', 48632, NULL), +(@OGUID+1240, 176587, 0, 28, 0, 1, 1, 1123.23, -2578.06, 61.0618, 1.309, 0, 0, 0.608761, 0.793354, 900, 255, 1, '', 50664, NULL), +(@OGUID+1241, 176587, 0, 28, 0, 1, 1, 1159.13, -2530.25, 61.1132, 5.02655, 0, 0, -0.587785, 0.809017, 900, 255, 1, '', 49345, NULL), +(@OGUID+1242, 176587, 0, 28, 0, 1, 1, 1238.8, -2549.02, 92.0041, 5.63741, 0, 0, -0.317305, 0.948324, 900, 255, 1, '', 49345, NULL), +(@OGUID+1243, 176587, 0, 28, 0, 1, 1, 1423.88, -1886.62, 59.7396, 2.16421, 0, 0, 0.882947, 0.469473, 900, 255, 1, '', 49345, NULL), +(@OGUID+1244, 176587, 0, 28, 0, 1, 1, 1438.31, -1862.93, 58.7446, 0.383971, 0, 0, 0.190808, 0.981627, 900, 255, 1, '', 48632, NULL), +(@OGUID+1245, 176587, 0, 28, 0, 1, 1, 1472.9, -1914.6, 59.8501, 2.1293, 0, 0, 0.874619, 0.48481, 900, 255, 1, '', 49345, NULL), +(@OGUID+1246, 176587, 0, 28, 0, 1, 1, 1636.25, -2151.5, 62.933, 1.27409, 0, 0, 0.594822, 0.803857, 900, 255, 1, '', 48632, NULL), +(@OGUID+1247, 176587, 0, 28, 0, 1, 1, 1639.55, -2259.62, 59.2509, 2.11185, 0, 0, 0.870356, 0.492424, 900, 255, 1, '', 48632, NULL), +(@OGUID+1248, 176587, 0, 28, 0, 1, 1, 1673.49, -2277.09, 59.161, 5.42797, 0, 0, -0.414693, 0.909961, 900, 255, 1, '', 48632, NULL), +(@OGUID+1249, 176587, 0, 28, 0, 1, 1, 1698.71, -1163.65, 59.6132, 5.06146, 0, 0, -0.573576, 0.819152, 900, 255, 1, '', 48120, NULL), +(@OGUID+1250, 176587, 0, 28, 0, 1, 1, 1707.76, -2348.97, 60.3897, 4.67748, 0, 0, -0.719339, 0.694659, 900, 255, 1, '', 49345, NULL), +(@OGUID+1251, 176587, 0, 28, 0, 1, 1, 1738.81, -1142.23, 60.915, 4.36332, 0, 0, -0.819152, 0.573577, 900, 255, 1, '', 48632, NULL), +(@OGUID+1252, 176587, 0, 28, 0, 1, 1, 1752.43, -1226.08, 59.6435, 3.00195, 0, 0, 0.997563, 0.0697661, 900, 255, 1, '', 48632, NULL), +(@OGUID+1253, 176587, 0, 28, 0, 1, 1, 1769.25, -2311.86, 60.0036, 4.86947, 0, 0, -0.649447, 0.760406, 900, 255, 1, '', 49345, NULL), +(@OGUID+1254, 176587, 0, 28, 0, 1, 1, 1779.36, -1187.77, 60.3535, 3.78737, 0, 0, -0.948323, 0.317306, 900, 255, 1, '', 48632, NULL), +(@OGUID+1255, 176587, 0, 28, 0, 1, 1, 1793.15, -1525.49, 59.5958, 4.99164, 0, 0, -0.601814, 0.798636, 900, 255, 1, '', 50664, NULL), +(@OGUID+1256, 176587, 0, 28, 0, 1, 1, 1810.51, -1249.53, 60.7759, 4.59022, 0, 0, -0.748956, 0.66262, 900, 255, 1, '', 50664, NULL), +(@OGUID+1257, 176587, 0, 28, 0, 1, 1, 1814.54, -1161.08, 60.4921, 3.85718, 0, 0, -0.936671, 0.35021, 900, 255, 1, '', 50664, NULL), +(@OGUID+1258, 176587, 0, 28, 0, 1, 1, 1834.97, -2172.85, 66.8352, 3.94445, 0, 0, -0.920505, 0.390732, 900, 255, 1, '', 48632, NULL), +(@OGUID+1259, 176587, 0, 28, 0, 1, 1, 1861.09, -2010.82, 83.83, 4.10153, 0, 0, -0.887011, 0.461749, 900, 255, 1, '', 50664, NULL), +(@OGUID+1260, 176587, 0, 28, 0, 1, 1, 1887.29, -1580.29, 59.4747, 3.85718, 0, 0, -0.936671, 0.35021, 900, 255, 1, '', 48632, NULL), +(@OGUID+1261, 176587, 0, 28, 0, 1, 1, 1928.95, -1570.68, 60.4229, 4.85202, 0, 0, -0.656058, 0.75471, 900, 255, 1, '', 49345, NULL), +(@OGUID+1262, 176587, 0, 28, 0, 1, 1, 1943.64, -1904.94, 75.7893, 5.3058, 0, 0, -0.469471, 0.882948, 900, 255, 1, '', 49345, NULL), +(@OGUID+1263, 176587, 0, 28, 0, 1, 1, 2345.16, -1587.58, 109.385, 5.42797, 0, 0, -0.414693, 0.909961, 900, 255, 1, '', 49345, NULL), +(@OGUID+1264, 176587, 0, 28, 0, 1, 1, 2479.99, -1630.05, 105.924, 2.87979, 0, 0, 0.991445, 0.130528, 900, 255, 1, '', 49345, NULL), +(@OGUID+1265, 176587, 0, 28, 1497, 1, 1, 1501.36, -1822.75, 60.3359, 5.96903, 0, 0, -0.156434, 0.987688, 900, 255, 1, '', 47720, NULL), +(@OGUID+1266, 176587, 0, 28, 1497, 1, 1, 1871.52, -1512.08, 59.354, 1.18682, 0, 0, 0.559193, 0.829038, 900, 255, 1, '', 49345, NULL), +(@OGUID+1267, 176587, 0, 28, 1497, 1, 1, 1890.2, -1756.4, 61.7958, 2.63544, 0, 0, 0.968147, 0.250381, 900, 255, 1, '', 49345, NULL), +(@OGUID+1268, 176587, 0, 28, 1497, 1, 1, 2097.08, -1613.8, 65.1345, 3.17653, 0, 0, -0.999847, 0.0174693, 900, 255, 1, '', 47720, NULL), +(@OGUID+1269, 176587, 0, 28, 1519, 1, 1, 2028.71, -2379.53, 61.8859, 3.194, 0, 0, -0.999657, 0.0262016, 900, 255, 1, '', 47720, NULL), +(@OGUID+1270, 176587, 0, 28, 2057, 1, 1, 1208, -2550.61, 73.0816, 5.16618, 0, 0, -0.529919, 0.848048, 900, 255, 1, '', 47168, NULL), +(@OGUID+1271, 176587, 0, 28, 0, 1, 1, 1701.48, -2219.41, 59.4933, 0.837757, 0, 0, 0.406736, 0.913546, 900, 255, 1, '', 46158, NULL), +(@OGUID+1272, 176587, 0, 28, 0, 1, 1, 1711.91, -2267.45, 58.8344, 5.25344, 0, 0, -0.492423, 0.870356, 900, 255, 1, '', 45942, NULL), +(@OGUID+1273, 176587, 0, 28, 0, 1, 1, 1835.43, -1642.28, 60.4431, 1.41372, 0, 0, 0.649447, 0.760406, 900, 255, 1, '', 46158, NULL), +(@OGUID+1274, 176587, 0, 28, 0, 1, 1, 2091.89, -1709.48, 61.7097, 1.11701, 0, 0, 0.529919, 0.848048, 900, 255, 1, '', 52237, NULL), +(@OGUID+1275, 176587, 0, 28, 192, 1, 1, 2368.39, -1456.07, 102.191, 0.157079, 0, 0, 0.0784588, 0.996917, 900, 255, 1, '', 52237, NULL), +(@OGUID+1276, 176587, 0, 28, 198, 1, 1, 2160.22, -2457.96, 64.21, 5.81195, 0, 0, -0.233445, 0.97237, 900, 255, 1, '', 52237, NULL), +(@OGUID+1277, 176587, 0, 28, 200, 1, 1, 1837.29, -1573.28, 59.0019, 4.92183, 0, 0, -0.62932, 0.777146, 900, 255, 1, '', 52237, NULL), +(@OGUID+1278, 176587, 0, 28, 201, 1, 1, 1785.91, -2446.28, 61.966, 3.64774, 0, 0, -0.968147, 0.250381, 900, 255, 1, '', 51739, NULL), +(@OGUID+1279, 176587, 0, 28, 202, 1, 1, 1497.6, -1860.78, 58.628, 2.86234, 0, 0, 0.990268, 0.139175, 900, 255, 1, '', 52237, NULL), +(@OGUID+1280, 176587, 0, 28, 202, 1, 1, 1519.64, -1843.35, 61.2472, 4.92183, 0, 0, -0.62932, 0.777146, 900, 255, 1, '', 52237, NULL), +(@OGUID+1281, 176587, 0, 28, 2298, 1, 1, 1241.56, -2615.21, 90.9294, 1.74533, 0, 0, 0.766044, 0.642789, 900, 255, 1, '', 51943, NULL), +(@OGUID+1282, 324, 0, 28, 0, 1, 1, 1593.42, -2215.51, 63.8084, 3.71755, 0, 0, -0.958819, 0.284016, 900, 255, 1, '', 49345, NULL), +(@OGUID+1283, 324, 0, 28, 201, 1, 1, 1632.36, -2385.01, 73.8914, 0.558504, 0, 0, 0.275637, 0.961262, 900, 255, 1, '', 53622, NULL), +(@OGUID+1284, 324, 0, 28, 0, 1, 1, 1634.02, -1956.59, 73.183, 1.8675, 0, 0, 0.803857, 0.594823, 900, 255, 1, '', 49345, NULL), +(@OGUID+1285, 324, 0, 28, 0, 1, 1, 1705.69, -1814.1, 80.3206, 5.02655, 0, 0, -0.587785, 0.809017, 900, 255, 1, '', 48120, NULL), +(@OGUID+1286, 324, 0, 28, 0, 1, 1, 1813.05, -2458.89, 72.8594, 1.53589, 0, 0, 0.694658, 0.71934, 900, 255, 1, '', 48632, NULL), +(@OGUID+1287, 324, 0, 28, 0, 1, 1, 1861.01, -1916.53, 95.6276, 3.9619, 0, 0, -0.91706, 0.39875, 900, 255, 1, '', 50664, NULL), +(@OGUID+1288, 324, 0, 28, 0, 1, 1, 1911.18, -2145.27, 75.1413, 6.21337, 0, 0, -0.0348988, 0.999391, 900, 255, 1, '', 49345, NULL), +(@OGUID+1289, 324, 0, 28, 0, 1, 1, 2149.09, -1501.81, 73.08, 0.785397, 0, 0, 0.382683, 0.92388, 900, 255, 1, '', 52237, NULL), +(@OGUID+1290, 324, 0, 28, 1497, 1, 1, 2185.09, -1871.73, 72.2382, 2.89725, 0, 0, 0.992546, 0.12187, 900, 255, 1, '', 49345, NULL), +(@OGUID+1291, 324, 0, 28, 0, 1, 1, 2207.13, -1719.47, 81.9363, 1.50098, 0, 0, 0.681998, 0.731354, 900, 255, 1, '', 52237, NULL), +(@OGUID+1292, 324, 0, 28, 0, 1, 1, 2266.57, -1614.03, 97.5257, 5.5676, 0, 0, -0.350207, 0.936672, 900, 255, 1, '', 52237, NULL), +(@OGUID+1293, 324, 0, 28, 1497, 1, 1, 2326.7, -1935.16, 115.164, 3.194, 0, 0, -0.999657, 0.0262016, 900, 255, 1, '', 49345, NULL), +(@OGUID+1294, 324, 0, 28, 1497, 1, 1, 2408.59, -1759.78, 103.076, 1.81514, 0, 0, 0.788011, 0.615662, 900, 255, 1, '', 47720, NULL), +(@OGUID+1295, 324, 0, 28, 192, 1, 1, 2410.72, -1453.93, 110.569, 3.01941, 0, 0, 0.998135, 0.0610518, 900, 255, 1, '', 52237, NULL), +(@OGUID+1296, 324, 0, 28, 0, 1, 1, 2579.35, -1876.94, 109.885, 0.541051, 0, 0, 0.267238, 0.963631, 900, 255, 1, '', 49345, NULL), +(@OGUID+1297, 324, 0, 28, 0, 1, 1, 2654.89, -1740.8, 115.441, 1.41372, 0, 0, 0.649447, 0.760406, 900, 255, 1, '', 50664, NULL), +(@OGUID+1298, 324, 0, 28, 0, 1, 1, 2742.22, -1859.11, 75.9589, 5.3058, 0, 0, -0.469471, 0.882948, 900, 255, 1, '', 45854, NULL), +(@OGUID+1299, 324, 0, 28, 0, 1, 1, 2778.65, -1672.19, 134.643, 5.28835, 0, 0, -0.477159, 0.878817, 900, 255, 1, '', 50664, NULL), +(@OGUID+1300, 2047, 0, 28, 0, 1, 1, 1593.42, -2215.51, 63.8084, 3.71755, 0, 0, -0.958819, 0.284016, 900, 255, 1, '', 49345, NULL), +(@OGUID+1301, 2047, 0, 28, 201, 1, 1, 1632.36, -2385.01, 73.8914, 0.558504, 0, 0, 0.275637, 0.961262, 900, 255, 1, '', 53622, NULL), +(@OGUID+1302, 2047, 0, 28, 0, 1, 1, 1634.02, -1956.59, 73.183, 1.8675, 0, 0, 0.803857, 0.594823, 900, 255, 1, '', 49345, NULL), +(@OGUID+1303, 2047, 0, 28, 0, 1, 1, 1705.69, -1814.1, 80.3206, 5.02655, 0, 0, -0.587785, 0.809017, 900, 255, 1, '', 48120, NULL), +(@OGUID+1304, 2047, 0, 28, 0, 1, 1, 1813.05, -2458.89, 72.8594, 1.53589, 0, 0, 0.694658, 0.71934, 900, 255, 1, '', 48632, NULL), +(@OGUID+1305, 2047, 0, 28, 0, 1, 1, 1861.01, -1916.53, 95.6276, 3.9619, 0, 0, -0.91706, 0.39875, 900, 255, 1, '', 50664, NULL), +(@OGUID+1306, 2047, 0, 28, 0, 1, 1, 1911.18, -2145.27, 75.1413, 6.21337, 0, 0, -0.0348988, 0.999391, 900, 255, 1, '', 49345, NULL), +(@OGUID+1307, 2047, 0, 28, 0, 1, 1, 2149.09, -1501.81, 73.08, 0.785397, 0, 0, 0.382683, 0.92388, 900, 255, 1, '', 52237, NULL), +(@OGUID+1308, 2047, 0, 28, 1497, 1, 1, 2185.09, -1871.73, 72.2382, 2.89725, 0, 0, 0.992546, 0.12187, 900, 255, 1, '', 49345, NULL), +(@OGUID+1309, 2047, 0, 28, 0, 1, 1, 2207.13, -1719.47, 81.9363, 1.50098, 0, 0, 0.681998, 0.731354, 900, 255, 1, '', 52237, NULL), +(@OGUID+1310, 2047, 0, 28, 0, 1, 1, 2266.57, -1614.03, 97.5257, 5.5676, 0, 0, -0.350207, 0.936672, 900, 255, 1, '', 52237, NULL), +(@OGUID+1311, 2047, 0, 28, 1497, 1, 1, 2326.7, -1935.16, 115.164, 3.194, 0, 0, -0.999657, 0.0262016, 900, 255, 1, '', 49345, NULL), +(@OGUID+1312, 2047, 0, 28, 1497, 1, 1, 2408.59, -1759.78, 103.076, 1.81514, 0, 0, 0.788011, 0.615662, 900, 255, 1, '', 47720, NULL), +(@OGUID+1313, 2047, 0, 28, 192, 1, 1, 2410.72, -1453.93, 110.569, 3.01941, 0, 0, 0.998135, 0.0610518, 900, 255, 1, '', 52237, NULL), +(@OGUID+1314, 2047, 0, 28, 0, 1, 1, 2579.35, -1876.94, 109.885, 0.541051, 0, 0, 0.267238, 0.963631, 900, 255, 1, '', 49345, NULL), +(@OGUID+1315, 2047, 0, 28, 0, 1, 1, 2654.89, -1740.8, 115.441, 1.41372, 0, 0, 0.649447, 0.760406, 900, 255, 1, '', 50664, NULL), +(@OGUID+1316, 2047, 0, 28, 0, 1, 1, 2742.22, -1859.11, 75.9589, 5.3058, 0, 0, -0.469471, 0.882948, 900, 255, 1, '', 45854, NULL), +(@OGUID+1317, 2047, 0, 28, 0, 1, 1, 2778.65, -1672.19, 134.643, 5.28835, 0, 0, -0.477159, 0.878817, 900, 255, 1, '', 50664, NULL), +(@OGUID+1318, 2040, 0, 28, 0, 1, 1, 1402.24, -1103.01, 71.5185, 2.58308, 0, 0, 0.961261, 0.27564, 900, 255, 1, '', 52237, NULL), +(@OGUID+1319, 2040, 0, 28, 0, 1, 1, 990.545, -1235.31, 72.8464, 2.05949, 0, 0, 0.857167, 0.515038, 900, 255, 1, '', 45854, NULL), +(@OGUID+1320, 2040, 0, 28, 0, 1, 1, 1059.28, -1954.39, 70.7691, 0.977383, 0, 0, 0.469471, 0.882948, 900, 255, 1, '', 49345, NULL), +(@OGUID+1321, 2040, 0, 28, 0, 1, 1, 1082.01, -1647.78, 67.9516, 2.14675, 0, 0, 0.878817, 0.47716, 900, 255, 1, '', 49345, NULL), +(@OGUID+1322, 2040, 0, 28, 0, 1, 1, 1082.49, -1079.31, 100.575, 2.80998, 0, 0, 0.986285, 0.16505, 900, 255, 1, '', 49345, NULL), +(@OGUID+1323, 2040, 0, 28, 0, 1, 1, 1102.3, -1479.79, 81.7374, 5.48033, 0, 0, -0.390731, 0.920505, 900, 255, 1, '', 50664, NULL), +(@OGUID+1324, 2040, 0, 28, 0, 1, 1, 1163.15, -1867.06, 73.9792, 0.837757, 0, 0, 0.406736, 0.913546, 900, 255, 1, '', 50063, NULL), +(@OGUID+1325, 2040, 0, 28, 1497, 1, 1, 1180.49, -1692.75, 73.1479, 2.74016, 0, 0, 0.979924, 0.19937, 900, 255, 1, '', 47720, NULL), +(@OGUID+1326, 2040, 0, 28, 0, 1, 1, 1227.64, -996.593, 99.4888, 1.06465, 0, 0, 0.507538, 0.861629, 900, 255, 1, '', 49345, NULL), +(@OGUID+1327, 2040, 0, 28, 0, 1, 1, 1238.13, -1780.96, 68.3152, 5.34071, 0, 0, -0.45399, 0.891007, 900, 255, 1, '', 48632, NULL), +(@OGUID+1328, 2040, 0, 28, 0, 1, 1, 1264.27, -1297.43, 74.5188, 0.663223, 0, 0, 0.325567, 0.945519, 900, 255, 1, '', 50664, NULL), +(@OGUID+1329, 2040, 0, 28, 0, 1, 1, 1321.86, -898.632, 73.3145, 5.88176, 0, 0, -0.199368, 0.979925, 900, 255, 1, '', 48632, NULL), +(@OGUID+1330, 2040, 0, 28, 0, 1, 1, 1326.3, -1876.09, 75.9321, 1.0472, 0, 0, 0.5, 0.866025, 900, 255, 1, '', 49345, NULL), +(@OGUID+1331, 2040, 0, 28, 202, 1, 1, 1351.98, -1781.53, 76.1072, 4.97419, 0, 0, -0.608761, 0.793354, 900, 255, 1, '', 52237, NULL), +(@OGUID+1332, 2040, 0, 28, 0, 1, 1, 1387.13, -1723.46, 71.8066, 5.2709, 0, 0, -0.484809, 0.87462, 900, 255, 1, '', 49345, NULL), +(@OGUID+1333, 2040, 0, 28, 0, 1, 1, 1420.81, -1972.1, 69.9208, 4.45059, 0, 0, -0.793353, 0.608762, 900, 255, 1, '', 49345, NULL), +(@OGUID+1334, 2040, 0, 28, 0, 1, 1, 1429.4, -1221.99, 67.6879, 5.60251, 0, 0, -0.333807, 0.942641, 900, 255, 1, '', 49345, NULL), +(@OGUID+1335, 2040, 0, 28, 0, 1, 1, 1440.1, -1000.29, 79.8371, 4.39823, 0, 0, -0.809016, 0.587786, 900, 255, 1, '', 50664, NULL), +(@OGUID+1336, 2040, 0, 28, 0, 1, 1, 1481.64, -867.292, 78.0325, 0.645772, 0, 0, 0.317305, 0.948324, 900, 255, 1, '', 50172, NULL), +(@OGUID+1337, 2040, 0, 28, 0, 1, 1, 1491.92, -1351.54, 63.0037, 3.4383, 0, 0, -0.989016, 0.147811, 900, 255, 1, '', 47966, NULL), +(@OGUID+1338, 2040, 0, 28, 0, 1, 1, 1537.2, -1700.27, 78.4948, 6.00393, 0, 0, -0.139173, 0.990268, 900, 255, 1, '', 48632, NULL), +(@OGUID+1339, 2040, 0, 28, 0, 1, 1, 1575.01, -1502.7, 69.3272, 3.75246, 0, 0, -0.953716, 0.300708, 900, 255, 1, '', 50664, NULL), +(@OGUID+1340, 2040, 0, 28, 0, 1, 1, 1682.83, -1010.24, 79.0426, 4.62512, 0, 0, -0.737277, 0.675591, 900, 255, 1, '', 48632, NULL), +(@OGUID+1341, 2040, 0, 28, 0, 1, 1, 1832.74, -1031.8, 83.7296, 5.39307, 0, 0, -0.430511, 0.902586, 900, 255, 1, '', 48632, NULL), +(@OGUID+1342, 2040, 0, 28, 199, 1, 1, 1882.89, -1053.47, 78.6267, 2.65289, 0, 0, 0.970295, 0.241925, 900, 255, 1, '', 45854, NULL), +(@OGUID+1343, 2040, 0, 28, 0, 1, 1, 1971.77, -1311.29, 76.34, 1.78023, 0, 0, 0.777145, 0.629321, 900, 255, 1, '', 50664, NULL), +(@OGUID+1344, 2040, 0, 28, 1497, 1, 1, 2017.45, -1409.1, 93.8366, 5.09636, 0, 0, -0.559193, 0.829038, 900, 255, 1, '', 47720, NULL), +(@OGUID+1345, 1734, 0, 28, 0, 1, 1, 1402.24, -1103.01, 71.5185, 2.58308, 0, 0, 0.961261, 0.27564, 900, 255, 1, '', 52237, NULL), +(@OGUID+1346, 1734, 0, 28, 0, 1, 1, 990.545, -1235.31, 72.8464, 2.05949, 0, 0, 0.857167, 0.515038, 900, 255, 1, '', 45854, NULL), +(@OGUID+1347, 1734, 0, 28, 0, 1, 1, 1059.28, -1954.39, 70.7691, 0.977383, 0, 0, 0.469471, 0.882948, 900, 255, 1, '', 49345, NULL), +(@OGUID+1348, 1734, 0, 28, 0, 1, 1, 1082.01, -1647.78, 67.9516, 2.14675, 0, 0, 0.878817, 0.47716, 900, 255, 1, '', 49345, NULL), +(@OGUID+1349, 1734, 0, 28, 0, 1, 1, 1082.49, -1079.31, 100.575, 2.80998, 0, 0, 0.986285, 0.16505, 900, 255, 1, '', 49345, NULL), +(@OGUID+1350, 1734, 0, 28, 0, 1, 1, 1102.3, -1479.79, 81.7374, 5.48033, 0, 0, -0.390731, 0.920505, 900, 255, 1, '', 50664, NULL), +(@OGUID+1351, 1734, 0, 28, 0, 1, 1, 1163.15, -1867.06, 73.9792, 0.837757, 0, 0, 0.406736, 0.913546, 900, 255, 1, '', 50063, NULL), +(@OGUID+1352, 1734, 0, 28, 1497, 1, 1, 1180.49, -1692.75, 73.1479, 2.74016, 0, 0, 0.979924, 0.19937, 900, 255, 1, '', 47720, NULL), +(@OGUID+1353, 1734, 0, 28, 0, 1, 1, 1227.64, -996.593, 99.4888, 1.06465, 0, 0, 0.507538, 0.861629, 900, 255, 1, '', 49345, NULL), +(@OGUID+1354, 1734, 0, 28, 0, 1, 1, 1238.13, -1780.96, 68.3152, 5.34071, 0, 0, -0.45399, 0.891007, 900, 255, 1, '', 48632, NULL), +(@OGUID+1355, 1734, 0, 28, 0, 1, 1, 1264.27, -1297.43, 74.5188, 0.663223, 0, 0, 0.325567, 0.945519, 900, 255, 1, '', 50664, NULL), +(@OGUID+1356, 1734, 0, 28, 0, 1, 1, 1321.86, -898.632, 73.3145, 5.88176, 0, 0, -0.199368, 0.979925, 900, 255, 1, '', 48632, NULL), +(@OGUID+1357, 1734, 0, 28, 0, 1, 1, 1326.3, -1876.09, 75.9321, 1.0472, 0, 0, 0.5, 0.866025, 900, 255, 1, '', 49345, NULL), +(@OGUID+1358, 1734, 0, 28, 202, 1, 1, 1351.98, -1781.53, 76.1072, 4.97419, 0, 0, -0.608761, 0.793354, 900, 255, 1, '', 52237, NULL), +(@OGUID+1359, 1734, 0, 28, 0, 1, 1, 1387.13, -1723.46, 71.8066, 5.2709, 0, 0, -0.484809, 0.87462, 900, 255, 1, '', 49345, NULL), +(@OGUID+1360, 1734, 0, 28, 0, 1, 1, 1420.81, -1972.1, 69.9208, 4.45059, 0, 0, -0.793353, 0.608762, 900, 255, 1, '', 49345, NULL), +(@OGUID+1361, 1734, 0, 28, 0, 1, 1, 1429.4, -1221.99, 67.6879, 5.60251, 0, 0, -0.333807, 0.942641, 900, 255, 1, '', 49345, NULL), +(@OGUID+1362, 1734, 0, 28, 0, 1, 1, 1440.1, -1000.29, 79.8371, 4.39823, 0, 0, -0.809016, 0.587786, 900, 255, 1, '', 50664, NULL), +(@OGUID+1363, 1734, 0, 28, 0, 1, 1, 1481.64, -867.292, 78.0325, 0.645772, 0, 0, 0.317305, 0.948324, 900, 255, 1, '', 50172, NULL), +(@OGUID+1364, 1734, 0, 28, 0, 1, 1, 1491.92, -1351.54, 63.0037, 3.4383, 0, 0, -0.989016, 0.147811, 900, 255, 1, '', 47966, NULL), +(@OGUID+1365, 1734, 0, 28, 0, 1, 1, 1537.2, -1700.27, 78.4948, 6.00393, 0, 0, -0.139173, 0.990268, 900, 255, 1, '', 48632, NULL), +(@OGUID+1366, 1734, 0, 28, 0, 1, 1, 1575.01, -1502.7, 69.3272, 3.75246, 0, 0, -0.953716, 0.300708, 900, 255, 1, '', 50664, NULL), +(@OGUID+1367, 1734, 0, 28, 0, 1, 1, 1682.83, -1010.24, 79.0426, 4.62512, 0, 0, -0.737277, 0.675591, 900, 255, 1, '', 48632, NULL), +(@OGUID+1368, 1734, 0, 28, 0, 1, 1, 1832.74, -1031.8, 83.7296, 5.39307, 0, 0, -0.430511, 0.902586, 900, 255, 1, '', 48632, NULL), +(@OGUID+1369, 1734, 0, 28, 199, 1, 1, 1882.89, -1053.47, 78.6267, 2.65289, 0, 0, 0.970295, 0.241925, 900, 255, 1, '', 45854, NULL), +(@OGUID+1370, 1734, 0, 28, 0, 1, 1, 1971.77, -1311.29, 76.34, 1.78023, 0, 0, 0.777145, 0.629321, 900, 255, 1, '', 50664, NULL), +(@OGUID+1371, 1734, 0, 28, 1497, 1, 1, 2017.45, -1409.1, 93.8366, 5.09636, 0, 0, -0.559193, 0.829038, 900, 255, 1, '', 47720, NULL), +(@OGUID+1372, 2047, 0, 28, 0, 1, 1, 1402.24, -1103.01, 71.5185, 2.58308, 0, 0, 0.961261, 0.27564, 900, 255, 1, '', 52237, NULL), +(@OGUID+1373, 2047, 0, 28, 0, 1, 1, 990.545, -1235.31, 72.8464, 2.05949, 0, 0, 0.857167, 0.515038, 900, 255, 1, '', 45854, NULL), +(@OGUID+1374, 2047, 0, 28, 0, 1, 1, 1059.28, -1954.39, 70.7691, 0.977383, 0, 0, 0.469471, 0.882948, 900, 255, 1, '', 49345, NULL), +(@OGUID+1375, 2047, 0, 28, 0, 1, 1, 1082.01, -1647.78, 67.9516, 2.14675, 0, 0, 0.878817, 0.47716, 900, 255, 1, '', 49345, NULL), +(@OGUID+1376, 2047, 0, 28, 0, 1, 1, 1082.49, -1079.31, 100.575, 2.80998, 0, 0, 0.986285, 0.16505, 900, 255, 1, '', 49345, NULL), +(@OGUID+1377, 2047, 0, 28, 0, 1, 1, 1102.3, -1479.79, 81.7374, 5.48033, 0, 0, -0.390731, 0.920505, 900, 255, 1, '', 50664, NULL), +(@OGUID+1378, 2047, 0, 28, 0, 1, 1, 1163.15, -1867.06, 73.9792, 0.837757, 0, 0, 0.406736, 0.913546, 900, 255, 1, '', 50063, NULL), +(@OGUID+1379, 2047, 0, 28, 1497, 1, 1, 1180.49, -1692.75, 73.1479, 2.74016, 0, 0, 0.979924, 0.19937, 900, 255, 1, '', 47720, NULL), +(@OGUID+1380, 2047, 0, 28, 0, 1, 1, 1227.64, -996.593, 99.4888, 1.06465, 0, 0, 0.507538, 0.861629, 900, 255, 1, '', 49345, NULL), +(@OGUID+1381, 2047, 0, 28, 0, 1, 1, 1238.13, -1780.96, 68.3152, 5.34071, 0, 0, -0.45399, 0.891007, 900, 255, 1, '', 48632, NULL), +(@OGUID+1382, 2047, 0, 28, 0, 1, 1, 1264.27, -1297.43, 74.5188, 0.663223, 0, 0, 0.325567, 0.945519, 900, 255, 1, '', 50664, NULL), +(@OGUID+1383, 2047, 0, 28, 0, 1, 1, 1321.86, -898.632, 73.3145, 5.88176, 0, 0, -0.199368, 0.979925, 900, 255, 1, '', 48632, NULL), +(@OGUID+1384, 2047, 0, 28, 0, 1, 1, 1326.3, -1876.09, 75.9321, 1.0472, 0, 0, 0.5, 0.866025, 900, 255, 1, '', 49345, NULL), +(@OGUID+1385, 2047, 0, 28, 202, 1, 1, 1351.98, -1781.53, 76.1072, 4.97419, 0, 0, -0.608761, 0.793354, 900, 255, 1, '', 52237, NULL), +(@OGUID+1386, 2047, 0, 28, 0, 1, 1, 1387.13, -1723.46, 71.8066, 5.2709, 0, 0, -0.484809, 0.87462, 900, 255, 1, '', 49345, NULL), +(@OGUID+1387, 2047, 0, 28, 0, 1, 1, 1420.81, -1972.1, 69.9208, 4.45059, 0, 0, -0.793353, 0.608762, 900, 255, 1, '', 49345, NULL), +(@OGUID+1388, 2047, 0, 28, 0, 1, 1, 1429.4, -1221.99, 67.6879, 5.60251, 0, 0, -0.333807, 0.942641, 900, 255, 1, '', 49345, NULL), +(@OGUID+1389, 2047, 0, 28, 0, 1, 1, 1440.1, -1000.29, 79.8371, 4.39823, 0, 0, -0.809016, 0.587786, 900, 255, 1, '', 50664, NULL), +(@OGUID+1390, 2047, 0, 28, 0, 1, 1, 1481.64, -867.292, 78.0325, 0.645772, 0, 0, 0.317305, 0.948324, 900, 255, 1, '', 50172, NULL), +(@OGUID+1391, 2047, 0, 28, 0, 1, 1, 1491.92, -1351.54, 63.0037, 3.4383, 0, 0, -0.989016, 0.147811, 900, 255, 1, '', 47966, NULL), +(@OGUID+1392, 2047, 0, 28, 0, 1, 1, 1537.2, -1700.27, 78.4948, 6.00393, 0, 0, -0.139173, 0.990268, 900, 255, 1, '', 48632, NULL), +(@OGUID+1393, 2047, 0, 28, 0, 1, 1, 1575.01, -1502.7, 69.3272, 3.75246, 0, 0, -0.953716, 0.300708, 900, 255, 1, '', 50664, NULL), +(@OGUID+1394, 2047, 0, 28, 0, 1, 1, 1682.83, -1010.24, 79.0426, 4.62512, 0, 0, -0.737277, 0.675591, 900, 255, 1, '', 48632, NULL), +(@OGUID+1395, 2047, 0, 28, 0, 1, 1, 1832.74, -1031.8, 83.7296, 5.39307, 0, 0, -0.430511, 0.902586, 900, 255, 1, '', 48632, NULL), +(@OGUID+1396, 2047, 0, 28, 199, 1, 1, 1882.89, -1053.47, 78.6267, 2.65289, 0, 0, 0.970295, 0.241925, 900, 255, 1, '', 45854, NULL), +(@OGUID+1397, 2047, 0, 28, 0, 1, 1, 1971.77, -1311.29, 76.34, 1.78023, 0, 0, 0.777145, 0.629321, 900, 255, 1, '', 50664, NULL), +(@OGUID+1398, 2047, 0, 28, 1497, 1, 1, 2017.45, -1409.1, 93.8366, 5.09636, 0, 0, -0.559193, 0.829038, 900, 255, 1, '', 47720, NULL), +(@OGUID+1399, 175404, 0, 28, 0, 1, 1, 2779.76, -1391.15, 153.492, 3.82227, 0, 0, -0.942641, 0.333808, 900, 255, 1, '', 50664, NULL), +(@OGUID+1400, 175404, 0, 28, 2620, 1, 1, 2955.94, -1341.01, 151.267, 5.044, 0, 0, -0.580703, 0.814116, 900, 255, 1, '', 52237, NULL), +(@OGUID+1401, 175404, 0, 28, 2620, 1, 1, 2979.15, -1661.42, 151.587, 0.925024, 0, 0, 0.446198, 0.894935, 900, 255, 1, '', 52237, NULL), +(@OGUID+1402, 175404, 0, 28, 2620, 1, 1, 3025.7, -1567.14, 150.424, 0.558504, 0, 0, 0.275637, 0.961262, 900, 255, 1, '', 52237, NULL), +(@OGUID+1403, 175404, 0, 28, 2620, 1, 1, 3047.89, -1518.56, 161.842, 1.98967, 0, 0, 0.83867, 0.54464, 900, 255, 1, '', 52237, NULL), +(@OGUID+1404, 175404, 0, 28, 2620, 1, 1, 3079.41, -1533.49, 150.627, 3.29869, 0, 0, -0.996917, 0.0784664, 900, 255, 1, '', 51943, NULL), +(@OGUID+1405, 2047, 0, 28, 0, 1, 1, 2779.76, -1391.15, 153.492, 3.82227, 0, 0, -0.942641, 0.333808, 900, 255, 1, '', 50664, NULL), +(@OGUID+1406, 2047, 0, 28, 2620, 1, 1, 2955.94, -1341.01, 151.267, 5.044, 0, 0, -0.580703, 0.814116, 900, 255, 1, '', 52237, NULL), +(@OGUID+1407, 2047, 0, 28, 2620, 1, 1, 2979.15, -1661.42, 151.587, 0.925024, 0, 0, 0.446198, 0.894935, 900, 255, 1, '', 52237, NULL), +(@OGUID+1408, 2047, 0, 28, 2620, 1, 1, 3025.7, -1567.14, 150.424, 0.558504, 0, 0, 0.275637, 0.961262, 900, 255, 1, '', 52237, NULL), +(@OGUID+1409, 2047, 0, 28, 2620, 1, 1, 3047.89, -1518.56, 161.842, 1.98967, 0, 0, 0.83867, 0.54464, 900, 255, 1, '', 52237, NULL), +(@OGUID+1410, 2047, 0, 28, 2620, 1, 1, 3079.41, -1533.49, 150.627, 3.29869, 0, 0, -0.996917, 0.0784664, 900, 255, 1, '', 51943, NULL); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+1282, @POOL_SINGLE+96 , 90, 'Western Plaguelands - Ore Pool - Small Thorium Vein'), +(@OGUID+1283, @POOL_SINGLE+97 , 90, 'Western Plaguelands - Ore Pool - Small Thorium Vein'), +(@OGUID+1284, @POOL_SINGLE+98 , 90, 'Western Plaguelands - Ore Pool - Small Thorium Vein'), +(@OGUID+1285, @POOL_SINGLE+99 , 90, 'Western Plaguelands - Ore Pool - Small Thorium Vein'), +(@OGUID+1286, @POOL_SINGLE+100, 90, 'Western Plaguelands - Ore Pool - Small Thorium Vein'), +(@OGUID+1287, @POOL_SINGLE+101, 90, 'Western Plaguelands - Ore Pool - Small Thorium Vein'), +(@OGUID+1288, @POOL_SINGLE+102, 90, 'Western Plaguelands - Ore Pool - Small Thorium Vein'), +(@OGUID+1289, @POOL_SINGLE+103, 90, 'Western Plaguelands - Ore Pool - Small Thorium Vein'), +(@OGUID+1290, @POOL_SINGLE+104, 90, 'Western Plaguelands - Ore Pool - Small Thorium Vein'), +(@OGUID+1291, @POOL_SINGLE+105, 90, 'Western Plaguelands - Ore Pool - Small Thorium Vein'), +(@OGUID+1292, @POOL_SINGLE+106, 90, 'Western Plaguelands - Ore Pool - Small Thorium Vein'), +(@OGUID+1293, @POOL_SINGLE+107, 90, 'Western Plaguelands - Ore Pool - Small Thorium Vein'), +(@OGUID+1294, @POOL_SINGLE+108, 90, 'Western Plaguelands - Ore Pool - Small Thorium Vein'), +(@OGUID+1295, @POOL_SINGLE+109, 90, 'Western Plaguelands - Ore Pool - Small Thorium Vein'), +(@OGUID+1296, @POOL_SINGLE+110, 90, 'Western Plaguelands - Ore Pool - Small Thorium Vein'), +(@OGUID+1297, @POOL_SINGLE+111, 90, 'Western Plaguelands - Ore Pool - Small Thorium Vein'), +(@OGUID+1298, @POOL_SINGLE+112, 90, 'Western Plaguelands - Ore Pool - Small Thorium Vein'), +(@OGUID+1299, @POOL_SINGLE+113, 90, 'Western Plaguelands - Ore Pool - Small Thorium Vein'), +(@OGUID+1300, @POOL_SINGLE+96 , 0, 'Western Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1301, @POOL_SINGLE+97 , 0, 'Western Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1302, @POOL_SINGLE+98 , 0, 'Western Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1303, @POOL_SINGLE+99 , 0, 'Western Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1304, @POOL_SINGLE+100, 0, 'Western Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1305, @POOL_SINGLE+101, 0, 'Western Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1306, @POOL_SINGLE+102, 0, 'Western Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1307, @POOL_SINGLE+103, 0, 'Western Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1308, @POOL_SINGLE+104, 0, 'Western Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1309, @POOL_SINGLE+105, 0, 'Western Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1310, @POOL_SINGLE+106, 0, 'Western Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1311, @POOL_SINGLE+107, 0, 'Western Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1312, @POOL_SINGLE+108, 0, 'Western Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1313, @POOL_SINGLE+109, 0, 'Western Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1314, @POOL_SINGLE+110, 0, 'Western Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1315, @POOL_SINGLE+111, 0, 'Western Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1316, @POOL_SINGLE+112, 0, 'Western Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1317, @POOL_SINGLE+113, 0, 'Western Plaguelands - Ore Pool - Truesilver Deposit'), + +(@OGUID+1318, @POOL_SINGLE+114, 80, 'Western Plaguelands - Ore Pool - Mithril Deposit'), +(@OGUID+1319, @POOL_SINGLE+115, 80, 'Western Plaguelands - Ore Pool - Mithril Deposit'), +(@OGUID+1320, @POOL_SINGLE+116, 80, 'Western Plaguelands - Ore Pool - Mithril Deposit'), +(@OGUID+1321, @POOL_SINGLE+117, 80, 'Western Plaguelands - Ore Pool - Mithril Deposit'), +(@OGUID+1322, @POOL_SINGLE+118, 80, 'Western Plaguelands - Ore Pool - Mithril Deposit'), +(@OGUID+1323, @POOL_SINGLE+119, 80, 'Western Plaguelands - Ore Pool - Mithril Deposit'), +(@OGUID+1324, @POOL_SINGLE+120, 80, 'Western Plaguelands - Ore Pool - Mithril Deposit'), +(@OGUID+1325, @POOL_SINGLE+121, 80, 'Western Plaguelands - Ore Pool - Mithril Deposit'), +(@OGUID+1326, @POOL_SINGLE+122, 80, 'Western Plaguelands - Ore Pool - Mithril Deposit'), +(@OGUID+1327, @POOL_SINGLE+123, 80, 'Western Plaguelands - Ore Pool - Mithril Deposit'), +(@OGUID+1328, @POOL_SINGLE+124, 80, 'Western Plaguelands - Ore Pool - Mithril Deposit'), +(@OGUID+1329, @POOL_SINGLE+125, 80, 'Western Plaguelands - Ore Pool - Mithril Deposit'), +(@OGUID+1330, @POOL_SINGLE+126, 80, 'Western Plaguelands - Ore Pool - Mithril Deposit'), +(@OGUID+1331, @POOL_SINGLE+127, 80, 'Western Plaguelands - Ore Pool - Mithril Deposit'), +(@OGUID+1332, @POOL_SINGLE+128, 80, 'Western Plaguelands - Ore Pool - Mithril Deposit'), +(@OGUID+1333, @POOL_SINGLE+129, 80, 'Western Plaguelands - Ore Pool - Mithril Deposit'), +(@OGUID+1334, @POOL_SINGLE+130, 80, 'Western Plaguelands - Ore Pool - Mithril Deposit'), +(@OGUID+1335, @POOL_SINGLE+131, 80, 'Western Plaguelands - Ore Pool - Mithril Deposit'), +(@OGUID+1336, @POOL_SINGLE+132, 80, 'Western Plaguelands - Ore Pool - Mithril Deposit'), +(@OGUID+1337, @POOL_SINGLE+133, 80, 'Western Plaguelands - Ore Pool - Mithril Deposit'), +(@OGUID+1338, @POOL_SINGLE+134, 80, 'Western Plaguelands - Ore Pool - Mithril Deposit'), +(@OGUID+1339, @POOL_SINGLE+135, 80, 'Western Plaguelands - Ore Pool - Mithril Deposit'), +(@OGUID+1340, @POOL_SINGLE+136, 80, 'Western Plaguelands - Ore Pool - Mithril Deposit'), +(@OGUID+1341, @POOL_SINGLE+137, 80, 'Western Plaguelands - Ore Pool - Mithril Deposit'), +(@OGUID+1342, @POOL_SINGLE+138, 80, 'Western Plaguelands - Ore Pool - Mithril Deposit'), +(@OGUID+1343, @POOL_SINGLE+139, 80, 'Western Plaguelands - Ore Pool - Mithril Deposit'), +(@OGUID+1344, @POOL_SINGLE+140, 80, 'Western Plaguelands - Ore Pool - Mithril Deposit'), +(@OGUID+1345, @POOL_SINGLE+114, 10, 'Western Plaguelands - Ore Pool - Gold Vein'), +(@OGUID+1346, @POOL_SINGLE+115, 10, 'Western Plaguelands - Ore Pool - Gold Vein'), +(@OGUID+1347, @POOL_SINGLE+116, 10, 'Western Plaguelands - Ore Pool - Gold Vein'), +(@OGUID+1348, @POOL_SINGLE+117, 10, 'Western Plaguelands - Ore Pool - Gold Vein'), +(@OGUID+1349, @POOL_SINGLE+118, 10, 'Western Plaguelands - Ore Pool - Gold Vein'), +(@OGUID+1350, @POOL_SINGLE+119, 10, 'Western Plaguelands - Ore Pool - Gold Vein'), +(@OGUID+1351, @POOL_SINGLE+120, 10, 'Western Plaguelands - Ore Pool - Gold Vein'), +(@OGUID+1352, @POOL_SINGLE+121, 10, 'Western Plaguelands - Ore Pool - Gold Vein'), +(@OGUID+1353, @POOL_SINGLE+122, 10, 'Western Plaguelands - Ore Pool - Gold Vein'), +(@OGUID+1354, @POOL_SINGLE+123, 10, 'Western Plaguelands - Ore Pool - Gold Vein'), +(@OGUID+1355, @POOL_SINGLE+124, 10, 'Western Plaguelands - Ore Pool - Gold Vein'), +(@OGUID+1356, @POOL_SINGLE+125, 10, 'Western Plaguelands - Ore Pool - Gold Vein'), +(@OGUID+1357, @POOL_SINGLE+126, 10, 'Western Plaguelands - Ore Pool - Gold Vein'), +(@OGUID+1358, @POOL_SINGLE+127, 10, 'Western Plaguelands - Ore Pool - Gold Vein'), +(@OGUID+1359, @POOL_SINGLE+128, 10, 'Western Plaguelands - Ore Pool - Gold Vein'), +(@OGUID+1360, @POOL_SINGLE+129, 10, 'Western Plaguelands - Ore Pool - Gold Vein'), +(@OGUID+1361, @POOL_SINGLE+130, 10, 'Western Plaguelands - Ore Pool - Gold Vein'), +(@OGUID+1362, @POOL_SINGLE+131, 10, 'Western Plaguelands - Ore Pool - Gold Vein'), +(@OGUID+1363, @POOL_SINGLE+132, 10, 'Western Plaguelands - Ore Pool - Gold Vein'), +(@OGUID+1364, @POOL_SINGLE+133, 10, 'Western Plaguelands - Ore Pool - Gold Vein'), +(@OGUID+1365, @POOL_SINGLE+134, 10, 'Western Plaguelands - Ore Pool - Gold Vein'), +(@OGUID+1366, @POOL_SINGLE+135, 10, 'Western Plaguelands - Ore Pool - Gold Vein'), +(@OGUID+1367, @POOL_SINGLE+136, 10, 'Western Plaguelands - Ore Pool - Gold Vein'), +(@OGUID+1368, @POOL_SINGLE+137, 10, 'Western Plaguelands - Ore Pool - Gold Vein'), +(@OGUID+1369, @POOL_SINGLE+138, 10, 'Western Plaguelands - Ore Pool - Gold Vein'), +(@OGUID+1370, @POOL_SINGLE+139, 10, 'Western Plaguelands - Ore Pool - Gold Vein'), +(@OGUID+1371, @POOL_SINGLE+140, 10, 'Western Plaguelands - Ore Pool - Gold Vein'), +(@OGUID+1372, @POOL_SINGLE+114, 0, 'Western Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1373, @POOL_SINGLE+115, 0, 'Western Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1374, @POOL_SINGLE+116, 0, 'Western Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1375, @POOL_SINGLE+117, 0, 'Western Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1376, @POOL_SINGLE+118, 0, 'Western Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1377, @POOL_SINGLE+119, 0, 'Western Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1378, @POOL_SINGLE+120, 0, 'Western Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1379, @POOL_SINGLE+121, 0, 'Western Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1380, @POOL_SINGLE+122, 0, 'Western Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1381, @POOL_SINGLE+123, 0, 'Western Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1382, @POOL_SINGLE+124, 0, 'Western Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1383, @POOL_SINGLE+125, 0, 'Western Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1384, @POOL_SINGLE+126, 0, 'Western Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1385, @POOL_SINGLE+127, 0, 'Western Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1386, @POOL_SINGLE+128, 0, 'Western Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1387, @POOL_SINGLE+129, 0, 'Western Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1388, @POOL_SINGLE+130, 0, 'Western Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1389, @POOL_SINGLE+131, 0, 'Western Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1390, @POOL_SINGLE+132, 0, 'Western Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1391, @POOL_SINGLE+133, 0, 'Western Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1392, @POOL_SINGLE+134, 0, 'Western Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1393, @POOL_SINGLE+135, 0, 'Western Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1394, @POOL_SINGLE+136, 0, 'Western Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1395, @POOL_SINGLE+137, 0, 'Western Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1396, @POOL_SINGLE+138, 0, 'Western Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1397, @POOL_SINGLE+139, 0, 'Western Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1398, @POOL_SINGLE+140, 0, 'Western Plaguelands - Ore Pool - Truesilver Deposit'), + +(@OGUID+1399, @POOL_SINGLE+141, 90, 'Western Plaguelands - Ore Pool - Rich Thorium Vein'), +(@OGUID+1400, @POOL_SINGLE+142, 90, 'Western Plaguelands - Ore Pool - Rich Thorium Vein'), +(@OGUID+1401, @POOL_SINGLE+143, 90, 'Western Plaguelands - Ore Pool - Rich Thorium Vein'), +(@OGUID+1402, @POOL_SINGLE+144, 90, 'Western Plaguelands - Ore Pool - Rich Thorium Vein'), +(@OGUID+1403, @POOL_SINGLE+145, 90, 'Western Plaguelands - Ore Pool - Rich Thorium Vein'), +(@OGUID+1404, @POOL_SINGLE+146, 90, 'Western Plaguelands - Ore Pool - Rich Thorium Vein'), +(@OGUID+1405, @POOL_SINGLE+141, 0, 'Western Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1406, @POOL_SINGLE+142, 0, 'Western Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1407, @POOL_SINGLE+143, 0, 'Western Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1408, @POOL_SINGLE+144, 0, 'Western Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1409, @POOL_SINGLE+145, 0, 'Western Plaguelands - Ore Pool - Truesilver Deposit'), +(@OGUID+1410, @POOL_SINGLE+146, 0, 'Western Plaguelands - Ore Pool - Truesilver Deposit'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_SINGLE+96 , 1, 'Western Plaguelands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+97 , 1, 'Western Plaguelands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+98 , 1, 'Western Plaguelands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+99 , 1, 'Western Plaguelands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+100, 1, 'Western Plaguelands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+101, 1, 'Western Plaguelands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+102, 1, 'Western Plaguelands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+103, 1, 'Western Plaguelands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+104, 1, 'Western Plaguelands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+105, 1, 'Western Plaguelands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+106, 1, 'Western Plaguelands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+107, 1, 'Western Plaguelands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+108, 1, 'Western Plaguelands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+109, 1, 'Western Plaguelands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+110, 1, 'Western Plaguelands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+111, 1, 'Western Plaguelands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+112, 1, 'Western Plaguelands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+113, 1, 'Western Plaguelands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), + +(@POOL_SINGLE+114, 1, 'Western Plaguelands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+115, 1, 'Western Plaguelands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+116, 1, 'Western Plaguelands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+117, 1, 'Western Plaguelands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+118, 1, 'Western Plaguelands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+119, 1, 'Western Plaguelands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+120, 1, 'Western Plaguelands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+121, 1, 'Western Plaguelands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+122, 1, 'Western Plaguelands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+123, 1, 'Western Plaguelands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+124, 1, 'Western Plaguelands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+125, 1, 'Western Plaguelands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+126, 1, 'Western Plaguelands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+127, 1, 'Western Plaguelands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+128, 1, 'Western Plaguelands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+129, 1, 'Western Plaguelands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+130, 1, 'Western Plaguelands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+131, 1, 'Western Plaguelands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+132, 1, 'Western Plaguelands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+133, 1, 'Western Plaguelands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+134, 1, 'Western Plaguelands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+135, 1, 'Western Plaguelands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+136, 1, 'Western Plaguelands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+137, 1, 'Western Plaguelands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+138, 1, 'Western Plaguelands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+139, 1, 'Western Plaguelands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+140, 1, 'Western Plaguelands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), + +(@POOL_SINGLE+141, 1, 'Western Plaguelands - Ore Pool - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+142, 1, 'Western Plaguelands - Ore Pool - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+143, 1, 'Western Plaguelands - Ore Pool - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+144, 1, 'Western Plaguelands - Ore Pool - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+145, 1, 'Western Plaguelands - Ore Pool - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+146, 1, 'Western Plaguelands - Ore Pool - Rich Thorium Vein / Truesilver Deposit'); + +-- Caer Darrow +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+1239, @POOL_MOTHER+80, 0, 'Western Plaguelands - Caer Darrow - Plaguebloom'), +(@OGUID+1240, @POOL_MOTHER+80, 0, 'Western Plaguelands - Caer Darrow - Plaguebloom'), +(@OGUID+1241, @POOL_MOTHER+80, 0, 'Western Plaguelands - Caer Darrow - Plaguebloom'), +(@OGUID+1242, @POOL_MOTHER+80, 0, 'Western Plaguelands - Caer Darrow - Plaguebloom'), +(@OGUID+1270, @POOL_MOTHER+80, 0, 'Western Plaguelands - Caer Darrow - Plaguebloom'), +(@OGUID+1281, @POOL_MOTHER+80, 0, 'Western Plaguelands - Caer Darrow - Plaguebloom'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+80, 1, 'Western Plaguelands - Caer Darrow - Plaguebloom - 2/6'); + +-- Hearthglen +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+141, @POOL_MOTHER+81, 0, 'Western Plaguelands - Hearthglen - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+142, @POOL_MOTHER+81, 0, 'Western Plaguelands - Hearthglen - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+143, @POOL_MOTHER+81, 0, 'Western Plaguelands - Hearthglen - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+144, @POOL_MOTHER+81, 0, 'Western Plaguelands - Hearthglen - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+145, @POOL_MOTHER+81, 0, 'Western Plaguelands - Hearthglen - Rich Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+146, @POOL_MOTHER+81, 0, 'Western Plaguelands - Hearthglen - Rich Thorium Vein / Truesilver Deposit'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+81, 2, 'Western Plaguelands - Hearthglen - Rich Thorium Vein / Truesilver Deposit - 2/6'); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+1169, @POOL_MOTHER+82, 0, 'Western Plaguelands - Hearthglen - Arthas\' Tears'), +(@OGUID+1167, @POOL_MOTHER+82, 0, 'Western Plaguelands - Hearthglen - Arthas\' Tears'), +(@OGUID+1181, @POOL_MOTHER+82, 0, 'Western Plaguelands - Hearthglen - Arthas\' Tears'), +(@OGUID+1206, @POOL_MOTHER+83, 0, 'Western Plaguelands - Hearthglen - Sungrass'), +(@OGUID+1201, @POOL_MOTHER+83, 0, 'Western Plaguelands - Hearthglen - Sungrass'), +(@OGUID+1197, @POOL_MOTHER+83, 0, 'Western Plaguelands - Hearthglen - Sungrass'), +(@OGUID+1227, @POOL_MOTHER+84, 0, 'Western Plaguelands - Hearthglen - Dreamfoil'), +(@OGUID+1222, @POOL_MOTHER+84, 0, 'Western Plaguelands - Hearthglen - Dreamfoil'), +(@OGUID+1223, @POOL_MOTHER+84, 0, 'Western Plaguelands - Hearthglen - Dreamfoil'), +(@OGUID+1221, @POOL_MOTHER+84, 0, 'Western Plaguelands - Hearthglen - Dreamfoil'), +(@OGUID+1238, @POOL_MOTHER+85, 0, 'Western Plaguelands - Hearthglen - Mountain Silversage'), +(@OGUID+1234, @POOL_MOTHER+85, 0, 'Western Plaguelands - Hearthglen - Mountain Silversage'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+82, 1, 'Western Plaguelands - Hearthglen - Arthas\' Tears - 1/3'), +(@POOL_MOTHER+83, 1, 'Western Plaguelands - Hearthglen - Sungrass - 1/3'), +(@POOL_MOTHER+84, 1, 'Western Plaguelands - Hearthglen - Dreamfoil - 1/4'), +(@POOL_MOTHER+85, 1, 'Western Plaguelands - Hearthglen - Mountain Silversage - 1/2'); + +-- Master Ore Pools +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+096, @POOL_MOTHER+86, 0, 'Western Plaguelands - Master Small Thorium Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+097, @POOL_MOTHER+86, 0, 'Western Plaguelands - Master Small Thorium Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+098, @POOL_MOTHER+86, 0, 'Western Plaguelands - Master Small Thorium Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+099, @POOL_MOTHER+86, 0, 'Western Plaguelands - Master Small Thorium Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+100, @POOL_MOTHER+86, 0, 'Western Plaguelands - Master Small Thorium Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+101, @POOL_MOTHER+86, 0, 'Western Plaguelands - Master Small Thorium Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+102, @POOL_MOTHER+86, 0, 'Western Plaguelands - Master Small Thorium Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+103, @POOL_MOTHER+86, 0, 'Western Plaguelands - Master Small Thorium Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+104, @POOL_MOTHER+86, 0, 'Western Plaguelands - Master Small Thorium Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+105, @POOL_MOTHER+86, 0, 'Western Plaguelands - Master Small Thorium Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+106, @POOL_MOTHER+86, 0, 'Western Plaguelands - Master Small Thorium Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+107, @POOL_MOTHER+86, 0, 'Western Plaguelands - Master Small Thorium Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+108, @POOL_MOTHER+86, 0, 'Western Plaguelands - Master Small Thorium Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+109, @POOL_MOTHER+86, 0, 'Western Plaguelands - Master Small Thorium Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+110, @POOL_MOTHER+86, 0, 'Western Plaguelands - Master Small Thorium Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+111, @POOL_MOTHER+86, 0, 'Western Plaguelands - Master Small Thorium Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+112, @POOL_MOTHER+86, 0, 'Western Plaguelands - Master Small Thorium Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+113, @POOL_MOTHER+86, 0, 'Western Plaguelands - Master Small Thorium Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+114, @POOL_MOTHER+87, 0, 'Western Plaguelands - Master Mithril Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+115, @POOL_MOTHER+87, 0, 'Western Plaguelands - Master Mithril Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+116, @POOL_MOTHER+87, 0, 'Western Plaguelands - Master Mithril Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+117, @POOL_MOTHER+87, 0, 'Western Plaguelands - Master Mithril Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+118, @POOL_MOTHER+87, 0, 'Western Plaguelands - Master Mithril Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+119, @POOL_MOTHER+87, 0, 'Western Plaguelands - Master Mithril Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+120, @POOL_MOTHER+87, 0, 'Western Plaguelands - Master Mithril Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+121, @POOL_MOTHER+87, 0, 'Western Plaguelands - Master Mithril Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+122, @POOL_MOTHER+87, 0, 'Western Plaguelands - Master Mithril Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+123, @POOL_MOTHER+87, 0, 'Western Plaguelands - Master Mithril Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+124, @POOL_MOTHER+87, 0, 'Western Plaguelands - Master Mithril Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+125, @POOL_MOTHER+87, 0, 'Western Plaguelands - Master Mithril Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+126, @POOL_MOTHER+87, 0, 'Western Plaguelands - Master Mithril Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+127, @POOL_MOTHER+87, 0, 'Western Plaguelands - Master Mithril Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+128, @POOL_MOTHER+87, 0, 'Western Plaguelands - Master Mithril Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+129, @POOL_MOTHER+87, 0, 'Western Plaguelands - Master Mithril Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+130, @POOL_MOTHER+87, 0, 'Western Plaguelands - Master Mithril Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+131, @POOL_MOTHER+87, 0, 'Western Plaguelands - Master Mithril Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+132, @POOL_MOTHER+87, 0, 'Western Plaguelands - Master Mithril Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+133, @POOL_MOTHER+87, 0, 'Western Plaguelands - Master Mithril Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+134, @POOL_MOTHER+87, 0, 'Western Plaguelands - Master Mithril Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+135, @POOL_MOTHER+87, 0, 'Western Plaguelands - Master Mithril Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+136, @POOL_MOTHER+87, 0, 'Western Plaguelands - Master Mithril Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+137, @POOL_MOTHER+87, 0, 'Western Plaguelands - Master Mithril Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+138, @POOL_MOTHER+87, 0, 'Western Plaguelands - Master Mithril Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+139, @POOL_MOTHER+87, 0, 'Western Plaguelands - Master Mithril Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+140, @POOL_MOTHER+87, 0, 'Western Plaguelands - Master Mithril Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+86, 6, 'Western Plaguelands - Master Small Thorium Pool - Small Thorium Vein / Truesilver Deposit - 6/18'), +(@POOL_MOTHER+87, 8, 'Western Plaguelands - Master Mithril Pool - Mithril Deposit / Gold Vein / Truesilver Deposit - 7/27'); + +-- North +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+1164, @POOL_MOTHER+88, 0, 'Western Plaguelands - North - Arthas\' Tears'), +(@OGUID+1165, @POOL_MOTHER+88, 0, 'Western Plaguelands - North - Arthas\' Tears'), +(@OGUID+1166, @POOL_MOTHER+88, 0, 'Western Plaguelands - North - Arthas\' Tears'), +(@OGUID+1168, @POOL_MOTHER+88, 0, 'Western Plaguelands - North - Arthas\' Tears'), +(@OGUID+1173, @POOL_MOTHER+88, 0, 'Western Plaguelands - North - Arthas\' Tears'), +(@OGUID+1174, @POOL_MOTHER+88, 0, 'Western Plaguelands - North - Arthas\' Tears'), +(@OGUID+1175, @POOL_MOTHER+88, 0, 'Western Plaguelands - North - Arthas\' Tears'), +(@OGUID+1178, @POOL_MOTHER+88, 0, 'Western Plaguelands - North - Arthas\' Tears'), +(@OGUID+1179, @POOL_MOTHER+88, 0, 'Western Plaguelands - North - Arthas\' Tears'), +(@OGUID+1192, @POOL_MOTHER+89, 0, 'Western Plaguelands - North - Sungrass'), +(@OGUID+1194, @POOL_MOTHER+89, 0, 'Western Plaguelands - North - Sungrass'), +(@OGUID+1195, @POOL_MOTHER+89, 0, 'Western Plaguelands - North - Sungrass'), +(@OGUID+1190, @POOL_MOTHER+89, 0, 'Western Plaguelands - North - Sungrass'), +(@OGUID+1196, @POOL_MOTHER+89, 0, 'Western Plaguelands - North - Sungrass'), +(@OGUID+1193, @POOL_MOTHER+89, 0, 'Western Plaguelands - North - Sungrass'), +(@OGUID+1200, @POOL_MOTHER+89, 0, 'Western Plaguelands - North - Sungrass'), +(@OGUID+1203, @POOL_MOTHER+89, 0, 'Western Plaguelands - North - Sungrass'), +(@OGUID+1205, @POOL_MOTHER+89, 0, 'Western Plaguelands - North - Sungrass'), +(@OGUID+1191, @POOL_MOTHER+89, 0, 'Western Plaguelands - North - Sungrass'), +(@OGUID+1229, @POOL_MOTHER+90, 0, 'Western Plaguelands - North - Dreamfoil'), +(@OGUID+1228, @POOL_MOTHER+90, 0, 'Western Plaguelands - North - Dreamfoil'), +(@OGUID+1226, @POOL_MOTHER+90, 0, 'Western Plaguelands - North - Dreamfoil'), +(@OGUID+1224, @POOL_MOTHER+90, 0, 'Western Plaguelands - North - Dreamfoil'), +(@OGUID+1219, @POOL_MOTHER+90, 0, 'Western Plaguelands - North - Dreamfoil'), +(@OGUID+1218, @POOL_MOTHER+90, 0, 'Western Plaguelands - North - Dreamfoil'), +(@OGUID+1217, @POOL_MOTHER+90, 0, 'Western Plaguelands - North - Dreamfoil'), +(@OGUID+1216, @POOL_MOTHER+90, 0, 'Western Plaguelands - North - Dreamfoil'), +(@OGUID+1220, @POOL_MOTHER+90, 0, 'Western Plaguelands - North - Dreamfoil'), +(@OGUID+1230, @POOL_MOTHER+90, 0, 'Western Plaguelands - North - Dreamfoil'), +(@OGUID+1225, @POOL_MOTHER+90, 0, 'Western Plaguelands - North - Dreamfoil'), +(@OGUID+1235, @POOL_MOTHER+91, 0, 'Western Plaguelands - North - Mountain Silversage'), +(@OGUID+1233, @POOL_MOTHER+91, 0, 'Western Plaguelands - North - Mountain Silversage'), +(@OGUID+1274, @POOL_MOTHER+92, 0, 'Western Plaguelands - North - Plaguebloom'), +(@OGUID+1261, @POOL_MOTHER+92, 0, 'Western Plaguelands - North - Plaguebloom'), +(@OGUID+1276, @POOL_MOTHER+92, 0, 'Western Plaguelands - North - Plaguebloom'), +(@OGUID+1275, @POOL_MOTHER+92, 0, 'Western Plaguelands - North - Plaguebloom'), +(@OGUID+1269, @POOL_MOTHER+92, 0, 'Western Plaguelands - North - Plaguebloom'), +(@OGUID+1268, @POOL_MOTHER+92, 0, 'Western Plaguelands - North - Plaguebloom'), +(@OGUID+1262, @POOL_MOTHER+92, 0, 'Western Plaguelands - North - Plaguebloom'), +(@OGUID+1264, @POOL_MOTHER+92, 0, 'Western Plaguelands - North - Plaguebloom'), +(@OGUID+1263, @POOL_MOTHER+92, 0, 'Western Plaguelands - North - Plaguebloom'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+88, 3, 'Western Plaguelands - North - Arthas\' Tears - 3/9'), +(@POOL_MOTHER+89, 3, 'Western Plaguelands - North - Sungrass - 3/10'), +(@POOL_MOTHER+90, 3, 'Western Plaguelands - North - Dreamfoil - 3/11'), +(@POOL_MOTHER+91, 1, 'Western Plaguelands - North - Mountain Silversage - 1/2'), +(@POOL_MOTHER+92, 3, 'Western Plaguelands - North - Plaguebloom - 3/9'); + +-- South +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+1148, @POOL_MOTHER+93, 0, 'Western Plaguelands - South - Arthas\' Tears'), +(@OGUID+1149, @POOL_MOTHER+93, 0, 'Western Plaguelands - South - Arthas\' Tears'), +(@OGUID+1150, @POOL_MOTHER+93, 0, 'Western Plaguelands - South - Arthas\' Tears'), +(@OGUID+1151, @POOL_MOTHER+93, 0, 'Western Plaguelands - South - Arthas\' Tears'), +(@OGUID+1152, @POOL_MOTHER+93, 0, 'Western Plaguelands - South - Arthas\' Tears'), +(@OGUID+1153, @POOL_MOTHER+93, 0, 'Western Plaguelands - South - Arthas\' Tears'), +(@OGUID+1154, @POOL_MOTHER+93, 0, 'Western Plaguelands - South - Arthas\' Tears'), +(@OGUID+1155, @POOL_MOTHER+93, 0, 'Western Plaguelands - South - Arthas\' Tears'), +(@OGUID+1156, @POOL_MOTHER+93, 0, 'Western Plaguelands - South - Arthas\' Tears'), +(@OGUID+1157, @POOL_MOTHER+93, 0, 'Western Plaguelands - South - Arthas\' Tears'), +(@OGUID+1158, @POOL_MOTHER+93, 0, 'Western Plaguelands - South - Arthas\' Tears'), +(@OGUID+1159, @POOL_MOTHER+93, 0, 'Western Plaguelands - South - Arthas\' Tears'), +(@OGUID+1160, @POOL_MOTHER+93, 0, 'Western Plaguelands - South - Arthas\' Tears'), +(@OGUID+1161, @POOL_MOTHER+93, 0, 'Western Plaguelands - South - Arthas\' Tears'), +(@OGUID+1162, @POOL_MOTHER+93, 0, 'Western Plaguelands - South - Arthas\' Tears'), +(@OGUID+1163, @POOL_MOTHER+93, 0, 'Western Plaguelands - South - Arthas\' Tears'), +(@OGUID+1170, @POOL_MOTHER+93, 0, 'Western Plaguelands - South - Arthas\' Tears'), +(@OGUID+1171, @POOL_MOTHER+93, 0, 'Western Plaguelands - South - Arthas\' Tears'), +(@OGUID+1172, @POOL_MOTHER+93, 0, 'Western Plaguelands - South - Arthas\' Tears'), +(@OGUID+1176, @POOL_MOTHER+93, 0, 'Western Plaguelands - South - Arthas\' Tears'), +(@OGUID+1177, @POOL_MOTHER+93, 0, 'Western Plaguelands - South - Arthas\' Tears'), +(@OGUID+1180, @POOL_MOTHER+93, 0, 'Western Plaguelands - South - Arthas\' Tears'), +(@OGUID+1182, @POOL_MOTHER+93, 0, 'Western Plaguelands - South - Arthas\' Tears'), +(@OGUID+1183, @POOL_MOTHER+94, 0, 'Western Plaguelands - South - Sungrass'), +(@OGUID+1184, @POOL_MOTHER+94, 0, 'Western Plaguelands - South - Sungrass'), +(@OGUID+1185, @POOL_MOTHER+94, 0, 'Western Plaguelands - South - Sungrass'), +(@OGUID+1186, @POOL_MOTHER+94, 0, 'Western Plaguelands - South - Sungrass'), +(@OGUID+1187, @POOL_MOTHER+94, 0, 'Western Plaguelands - South - Sungrass'), +(@OGUID+1188, @POOL_MOTHER+94, 0, 'Western Plaguelands - South - Sungrass'), +(@OGUID+1189, @POOL_MOTHER+94, 0, 'Western Plaguelands - South - Sungrass'), +(@OGUID+1198, @POOL_MOTHER+94, 0, 'Western Plaguelands - South - Sungrass'), +(@OGUID+1199, @POOL_MOTHER+94, 0, 'Western Plaguelands - South - Sungrass'), +(@OGUID+1202, @POOL_MOTHER+94, 0, 'Western Plaguelands - South - Sungrass'), +(@OGUID+1204, @POOL_MOTHER+94, 0, 'Western Plaguelands - South - Sungrass'), +(@OGUID+1207, @POOL_MOTHER+95, 0, 'Western Plaguelands - South - Dreamfoil'), +(@OGUID+1208, @POOL_MOTHER+95, 0, 'Western Plaguelands - South - Dreamfoil'), +(@OGUID+1209, @POOL_MOTHER+95, 0, 'Western Plaguelands - South - Dreamfoil'), +(@OGUID+1210, @POOL_MOTHER+95, 0, 'Western Plaguelands - South - Dreamfoil'), +(@OGUID+1211, @POOL_MOTHER+95, 0, 'Western Plaguelands - South - Dreamfoil'), +(@OGUID+1212, @POOL_MOTHER+95, 0, 'Western Plaguelands - South - Dreamfoil'), +(@OGUID+1213, @POOL_MOTHER+95, 0, 'Western Plaguelands - South - Dreamfoil'), +(@OGUID+1214, @POOL_MOTHER+95, 0, 'Western Plaguelands - South - Dreamfoil'), +(@OGUID+1215, @POOL_MOTHER+95, 0, 'Western Plaguelands - South - Dreamfoil'), +(@OGUID+1231, @POOL_MOTHER+96, 0, 'Western Plaguelands - South - Mountain Silversage'), +(@OGUID+1232, @POOL_MOTHER+96, 0, 'Western Plaguelands - South - Mountain Silversage'), +(@OGUID+1236, @POOL_MOTHER+96, 0, 'Western Plaguelands - South - Mountain Silversage'), +(@OGUID+1237, @POOL_MOTHER+96, 0, 'Western Plaguelands - South - Mountain Silversage'), +(@OGUID+1243, @POOL_MOTHER+97, 0, 'Western Plaguelands - South - Plaguebloom'), +(@OGUID+1244, @POOL_MOTHER+97, 0, 'Western Plaguelands - South - Plaguebloom'), +(@OGUID+1245, @POOL_MOTHER+97, 0, 'Western Plaguelands - South - Plaguebloom'), +(@OGUID+1246, @POOL_MOTHER+97, 0, 'Western Plaguelands - South - Plaguebloom'), +(@OGUID+1247, @POOL_MOTHER+97, 0, 'Western Plaguelands - South - Plaguebloom'), +(@OGUID+1248, @POOL_MOTHER+97, 0, 'Western Plaguelands - South - Plaguebloom'), +(@OGUID+1249, @POOL_MOTHER+97, 0, 'Western Plaguelands - South - Plaguebloom'), +(@OGUID+1250, @POOL_MOTHER+97, 0, 'Western Plaguelands - South - Plaguebloom'), +(@OGUID+1251, @POOL_MOTHER+97, 0, 'Western Plaguelands - South - Plaguebloom'), +(@OGUID+1252, @POOL_MOTHER+97, 0, 'Western Plaguelands - South - Plaguebloom'), +(@OGUID+1253, @POOL_MOTHER+97, 0, 'Western Plaguelands - South - Plaguebloom'), +(@OGUID+1254, @POOL_MOTHER+97, 0, 'Western Plaguelands - South - Plaguebloom'), +(@OGUID+1255, @POOL_MOTHER+97, 0, 'Western Plaguelands - South - Plaguebloom'), +(@OGUID+1256, @POOL_MOTHER+97, 0, 'Western Plaguelands - South - Plaguebloom'), +(@OGUID+1257, @POOL_MOTHER+97, 0, 'Western Plaguelands - South - Plaguebloom'), +(@OGUID+1258, @POOL_MOTHER+97, 0, 'Western Plaguelands - South - Plaguebloom'), +(@OGUID+1259, @POOL_MOTHER+97, 0, 'Western Plaguelands - South - Plaguebloom'), +(@OGUID+1260, @POOL_MOTHER+97, 0, 'Western Plaguelands - South - Plaguebloom'), +(@OGUID+1265, @POOL_MOTHER+97, 0, 'Western Plaguelands - South - Plaguebloom'), +(@OGUID+1266, @POOL_MOTHER+97, 0, 'Western Plaguelands - South - Plaguebloom'), +(@OGUID+1267, @POOL_MOTHER+97, 0, 'Western Plaguelands - South - Plaguebloom'), +(@OGUID+1271, @POOL_MOTHER+97, 0, 'Western Plaguelands - South - Plaguebloom'), +(@OGUID+1272, @POOL_MOTHER+97, 0, 'Western Plaguelands - South - Plaguebloom'), +(@OGUID+1273, @POOL_MOTHER+97, 0, 'Western Plaguelands - South - Plaguebloom'), +(@OGUID+1277, @POOL_MOTHER+97, 0, 'Western Plaguelands - South - Plaguebloom'), +(@OGUID+1278, @POOL_MOTHER+97, 0, 'Western Plaguelands - South - Plaguebloom'), +(@OGUID+1279, @POOL_MOTHER+97, 0, 'Western Plaguelands - South - Plaguebloom'), +(@OGUID+1280, @POOL_MOTHER+97, 0, 'Western Plaguelands - South - Plaguebloom'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+93, 6, 'Western Plaguelands - South - Arthas\' Tears - 6/23'), +(@POOL_MOTHER+94, 3, 'Western Plaguelands - South - Sungrass - 3/11'), +(@POOL_MOTHER+95, 3, 'Western Plaguelands - South - Dreamfoil - 3/9'), +(@POOL_MOTHER+96, 1, 'Western Plaguelands - South - Mountain Silversage - 1/4'), +(@POOL_MOTHER+97, 8, 'Western Plaguelands - South - Plaguebloom - 8/28'); + +/* Tirisfal Glades +*/ +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`, `Comment`) VALUES +(@OGUID+1411, 1617, 0, 85, 0, 1, 1, 1604.38, -641.317, 52.6502, 1.97222, 0, 0, 0.833885, 0.551938, 300, 255, 1, '', 48120, NULL), +(@OGUID+1412, 1617, 0, 85, 0, 1, 1, 1670.8, -412.24, 44.7601, 2.23402, 0, 0, 0.898793, 0.438373, 300, 255, 1, '', 48632, NULL), +(@OGUID+1413, 1617, 0, 85, 0, 1, 1, 1701.92, 705.036, 63.8095, 2.28638, 0, 0, 0.909961, 0.414694, 300, 255, 1, '', 48632, NULL), +(@OGUID+1414, 1617, 0, 85, 0, 1, 1, 1767.44, 836.736, 54.3356, 2.80998, 0, 0, 0.986285, 0.16505, 300, 255, 1, '', 48340, NULL), +(@OGUID+1415, 1617, 0, 85, 0, 1, 1, 1838.21, -369.633, 36.7846, 1.64061, 0, 0, 0.731353, 0.681999, 300, 255, 1, '', 48120, NULL), +(@OGUID+1416, 1617, 0, 85, 0, 1, 1, 1856.06, -750.755, 66.7944, 1.98967, 0, 0, 0.83867, 0.54464, 300, 255, 1, '', 49345, NULL), +(@OGUID+1417, 1617, 0, 85, 0, 1, 1, 1859.72, 704.132, 40.2275, 4.27606, 0, 0, -0.843391, 0.5373, 300, 255, 1, '', 48632, NULL), +(@OGUID+1418, 1617, 0, 85, 0, 1, 1, 1966.1, -593.648, 56.9309, 2.42601, 0, 0, 0.936672, 0.350207, 300, 255, 1, '', 48632, NULL), +(@OGUID+1419, 1617, 0, 85, 0, 1, 1, 1982.06, 765.514, 40.4216, 3.73501, 0, 0, -0.956305, 0.292372, 300, 255, 1, '', 48632, NULL), +(@OGUID+1420, 1617, 0, 85, 0, 1, 1, 1986.07, 630.762, 46.7154, 5.5676, 0, 0, -0.350207, 0.936672, 300, 255, 1, '', 48120, NULL), +(@OGUID+1421, 1617, 0, 85, 0, 1, 1, 2018.12, -171.965, 34.9615, 3.12412, 0, 0, 0.999962, 0.00873464, 300, 255, 1, '', 50664, NULL), +(@OGUID+1422, 1617, 0, 85, 0, 1, 1, 2060.01, 4.3954, 43.3182, 0.925024, 0, 0, 0.446198, 0.894935, 300, 255, 1, '', 50063, NULL), +(@OGUID+1423, 1617, 0, 85, 0, 1, 1, 2064.9, 327.924, 54.1603, 0.925024, 0, 0, 0.446198, 0.894935, 300, 255, 1, '', 49345, NULL), +(@OGUID+1424, 1617, 0, 85, 0, 1, 1, 2074.49, 561.058, 37.5074, 0.523598, 0, 0, 0.258819, 0.965926, 300, 255, 1, '', 50250, NULL), +(@OGUID+1425, 1617, 0, 85, 0, 1, 1, 2091.48, 718.193, 35.1712, 3.17653, 0, 0, -0.999847, 0.0174693, 300, 255, 1, '', 48632, NULL), +(@OGUID+1426, 1617, 0, 85, 0, 1, 1, 2171.74, 577.105, 44.4721, 4.45059, 0, 0, -0.793353, 0.608762, 300, 255, 1, '', 50664, NULL), +(@OGUID+1427, 1617, 0, 85, 0, 1, 1, 2177.47, 759.348, 35.6046, 0.366518, 0, 0, 0.182235, 0.983255, 300, 255, 1, '', 48632, NULL), +(@OGUID+1428, 1617, 0, 85, 0, 1, 1, 2196.37, -359.505, 75.1928, 0.279252, 0, 0, 0.139173, 0.990268, 300, 255, 1, '', 50664, NULL), +(@OGUID+1429, 1617, 0, 85, 0, 1, 1, 2228.95, 1147.06, 37.3862, 3.9619, 0, 0, -0.91706, 0.39875, 300, 255, 1, '', 50664, NULL), +(@OGUID+1430, 1617, 0, 85, 0, 1, 1, 2242.11, 686.102, 37.4278, 1.22173, 0, 0, 0.573576, 0.819152, 300, 255, 1, '', 50664, NULL), +(@OGUID+1431, 1617, 0, 85, 0, 1, 1, 2258.85, 118.972, 43.5398, 3.26377, 0, 0, -0.998135, 0.0610518, 300, 255, 1, '', 50664, NULL), +(@OGUID+1432, 1617, 0, 85, 0, 1, 1, 2316.5, 492.055, 34.0317, 4.97419, 0, 0, -0.608761, 0.793354, 300, 255, 1, '', 48632, NULL), +(@OGUID+1433, 1617, 0, 85, 0, 1, 1, 2374.54, 439.087, 34.2598, 3.03684, 0, 0, 0.998629, 0.0523532, 300, 255, 1, '', 50664, NULL), +(@OGUID+1434, 1617, 0, 85, 0, 1, 1, 2414.88, 488.286, 42.3283, 5.51524, 0, 0, -0.374606, 0.927184, 300, 255, 1, '', 48632, NULL), +(@OGUID+1435, 1617, 0, 85, 0, 1, 1, 2414.88, 311.561, 37.561, 5.70723, 0, 0, -0.284015, 0.95882, 300, 255, 1, '', 48632, NULL), +(@OGUID+1436, 1617, 0, 85, 0, 1, 1, 2504.55, 276.301, 45.7606, 2.56563, 0, 0, 0.958819, 0.284016, 300, 255, 1, '', 47720, NULL), +(@OGUID+1437, 1617, 0, 85, 0, 1, 1, 2630.43, -552.393, 88.9996, 4.18879, 0, 0, -0.866025, 0.500001, 300, 255, 1, '', 50664, NULL), +(@OGUID+1438, 1617, 0, 85, 460, 1, 1, 1771.11, 953.122, 54.2282, 3.14159, 0, 0, -1, 0, 300, 255, 1, '', 50664, NULL), +(@OGUID+1439, 1617, 0, 85, 460, 1, 1, 1808.61, 1146.43, 46.8974, 0.314158, 0, 0, 0.156434, 0.987688, 300, 255, 1, '', 50664, NULL), +(@OGUID+1440, 1617, 0, 85, 460, 1, 1, 1917.47, 1167.43, 42.603, 0.314158, 0, 0, 0.156434, 0.987688, 300, 255, 1, '', 50664, NULL), +(@OGUID+1441, 1617, 0, 85, 460, 1, 1, 2121.92, 1221.56, 52.8374, 2.30383, 0, 0, 0.913545, 0.406738, 300, 255, 1, '', 50664, NULL), +(@OGUID+1442, 1617, 0, 85, 460, 1, 1, 2333.6, 606.94, 34.1543, 0.401425, 0, 0, 0.199368, 0.979925, 300, 255, 1, '', 50664, NULL), +(@OGUID+1443, 1617, 0, 85, 460, 1, 1, 2424.77, 1685.84, 27.5105, 5.74214, 0, 0, -0.267238, 0.963631, 300, 255, 1, '', 50664, NULL), +(@OGUID+1444, 1617, 0, 85, 460, 1, 1, 2470.09, 1303.12, 30.0153, 4.4855, 0, 0, -0.782608, 0.622515, 300, 255, 1, '', 50664, NULL), +(@OGUID+1445, 1617, 0, 85, 460, 1, 1, 2521.1, 953.773, 90.1524, 4.17134, 0, 0, -0.870356, 0.492424, 300, 255, 1, '', 50664, NULL), +(@OGUID+1446, 1617, 0, 85, 460, 1, 1, 2532.51, 625.952, 33.2541, 0.977383, 0, 0, 0.469471, 0.882948, 300, 255, 1, '', 50664, NULL), +(@OGUID+1447, 1617, 0, 85, 460, 1, 1, 2564.25, 1086.43, 85.6945, 4.53786, 0, 0, -0.766044, 0.642789, 300, 255, 1, '', 50664, NULL), +(@OGUID+1448, 1617, 0, 85, 460, 1, 1, 2570.9, -288.022, 60.1582, 4.92183, 0, 0, -0.62932, 0.777146, 300, 255, 1, '', 50664, NULL), +(@OGUID+1449, 1617, 0, 85, 460, 1, 1, 2590.68, 540.587, 16.2911, 2.30383, 0, 0, 0.913545, 0.406738, 300, 255, 1, '', 50664, NULL), +(@OGUID+1450, 1617, 0, 85, 460, 1, 1, 2689.82, 104.365, 36.0844, 5.65487, 0, 0, -0.309016, 0.951057, 300, 255, 1, '', 50664, NULL), +(@OGUID+1451, 1617, 0, 85, 460, 1, 1, 2716.56, -275.278, 64.3166, 3.29869, 0, 0, -0.996917, 0.0784664, 300, 255, 1, '', 50664, NULL), +(@OGUID+1452, 1617, 0, 85, 460, 1, 1, 2768.63, 162.392, 31.1702, 4.20625, 0, 0, -0.861629, 0.507539, 300, 255, 1, '', 50664, NULL), +(@OGUID+1453, 1617, 0, 85, 460, 1, 1, 2815.79, 414.031, 19.1513, 5.68977, 0, 0, -0.292372, 0.956305, 300, 255, 1, '', 50664, NULL), +(@OGUID+1454, 1617, 0, 85, 460, 1, 1, 2851.01, -375.707, 76.4105, 4.69494, 0, 0, -0.71325, 0.70091, 300, 255, 1, '', 50664, NULL), +(@OGUID+1455, 1617, 0, 85, 4564, 1, 1, 3053.63, 672.822, 89.076, 0.645772, 0, 0, 0.317305, 0.948324, 300, 255, 1, '', 50664, NULL), +(@OGUID+1456, 1617, 0, 85, 0, 1, 1, 1884.5, 831.883, 35.8827, 3.50812, 0, 0, -0.983254, 0.182238, 300, 255, 1, '', 46368, NULL), +(@OGUID+1457, 1617, 0, 85, 0, 1, 1, 1997.33, 854.863, 37.3063, 1.0821, 0, 0, 0.515038, 0.857168, 300, 255, 1, '', 46368, NULL), +(@OGUID+1458, 1617, 0, 85, 0, 1, 1, 2062.22, 948.025, 38.142, 4.01426, 0, 0, -0.906307, 0.422619, 300, 255, 1, '', 53788, NULL), +(@OGUID+1459, 1617, 0, 85, 0, 1, 1, 2065.34, 840.386, 36.0886, 2.9845, 0, 0, 0.996917, 0.0784664, 300, 255, 1, '', 51943, NULL), +(@OGUID+1460, 1617, 0, 85, 0, 1, 1, 2150.32, 860.178, 39.8432, 0.0698117, 0, 0, 0.0348988, 0.999391, 300, 255, 1, '', 46902, NULL), +(@OGUID+1461, 1617, 0, 85, 0, 1, 1, 2200.77, 789.698, 34.3001, 3.54302, 0, 0, -0.979924, 0.19937, 300, 255, 1, '', 46368, NULL), +(@OGUID+1462, 1617, 0, 85, 0, 1, 1, 2254.86, 623.59, 34.8548, 6.00393, 0, 0, -0.139173, 0.990268, 300, 255, 1, '', 46779, NULL), +(@OGUID+1463, 1617, 0, 85, 0, 1, 1, 2266.3, 987.928, 44.4053, 5.41052, 0, 0, -0.422618, 0.906308, 300, 255, 1, '', 46779, NULL), +(@OGUID+1464, 1617, 0, 85, 0, 1, 1, 2288.28, 1253, 38.1232, 1.98967, 0, 0, 0.83867, 0.54464, 300, 255, 1, '', 46368, NULL), +(@OGUID+1465, 1617, 0, 85, 0, 1, 1, 2294.16, 1106.62, 35.745, 2.3911, 0, 0, 0.930417, 0.366502, 300, 255, 1, '', 46779, NULL), +(@OGUID+1466, 1617, 0, 85, 0, 1, 1, 2315.77, 1683.72, 46.5538, 4.92183, 0, 0, -0.62932, 0.777146, 300, 255, 1, '', 52237, NULL), +(@OGUID+1467, 1617, 0, 85, 0, 1, 1, 2339.24, -353.655, 69.7924, 5.21854, 0, 0, -0.507538, 0.861629, 300, 255, 1, '', 52237, NULL), +(@OGUID+1468, 1617, 0, 85, 0, 1, 1, 2359.34, 1191.43, 35.5818, 1.46608, 0, 0, 0.66913, 0.743145, 300, 255, 1, '', 46779, NULL), +(@OGUID+1469, 1617, 0, 85, 0, 1, 1, 2387.22, 673.22, 34.8893, 2.74016, 0, 0, 0.979924, 0.19937, 300, 255, 1, '', 51943, NULL), +(@OGUID+1470, 1617, 0, 85, 0, 1, 1, 2437.09, 1151.7, 55.2049, 0.523598, 0, 0, 0.258819, 0.965926, 300, 255, 1, '', 46368, NULL), +(@OGUID+1471, 1617, 0, 85, 0, 1, 1, 2443.22, 1397.34, 31.1435, 2.26893, 0, 0, 0.906307, 0.422619, 300, 255, 1, '', 46779, NULL), +(@OGUID+1472, 1617, 0, 85, 0, 1, 1, 2452.44, 592.72, 29.5111, 4.20625, 0, 0, -0.861629, 0.507539, 300, 255, 1, '', 46902, NULL), +(@OGUID+1473, 1617, 0, 85, 0, 1, 1, 2465.66, 1011.87, 69.3897, 1.97222, 0, 0, 0.833885, 0.551938, 300, 255, 1, '', 46368, NULL), +(@OGUID+1474, 1617, 0, 85, 0, 1, 1, 2512.33, 475.013, 35.5981, 3.45576, 0, 0, -0.987688, 0.156436, 300, 255, 1, '', 52237, NULL), +(@OGUID+1475, 1617, 0, 85, 0, 1, 1, 2536.1, 846.162, 95.4236, 3.52557, 0, 0, -0.981627, 0.190812, 300, 255, 1, '', 46779, NULL), +(@OGUID+1476, 1617, 0, 85, 0, 1, 1, 2569.28, 1189.18, 71.0591, 0.209439, 0, 0, 0.104528, 0.994522, 300, 255, 1, '', 46902, NULL), +(@OGUID+1477, 1617, 0, 85, 0, 1, 1, 2580.39, 398.45, 34.0243, 3.68265, 0, 0, -0.96363, 0.267241, 300, 255, 1, '', 46779, NULL), +(@OGUID+1478, 1617, 0, 85, 0, 1, 1, 2594.16, 1270.24, 56.4382, 5.16618, 0, 0, -0.529919, 0.848048, 300, 255, 1, '', 46779, NULL), +(@OGUID+1479, 1617, 0, 85, 0, 1, 1, 2608.49, 158.729, 33.1405, 0.104719, 0, 0, 0.0523357, 0.99863, 300, 255, 1, '', 52237, NULL), +(@OGUID+1480, 1617, 0, 85, 0, 1, 1, 2667.91, 323.909, 30.3662, 4.50295, 0, 0, -0.777145, 0.629321, 300, 255, 1, '', 52237, NULL), +(@OGUID+1481, 1617, 0, 85, 0, 1, 1, 2668.53, 505.615, 14.1414, 2.86234, 0, 0, 0.990268, 0.139175, 300, 255, 1, '', 46902, NULL), +(@OGUID+1482, 1617, 0, 85, 0, 1, 1, 2673.42, 413.18, 26.3711, 0.331611, 0, 0, 0.165047, 0.986286, 300, 255, 1, '', 46902, NULL), +(@OGUID+1483, 1617, 0, 85, 0, 1, 1, 2688.86, 1274.64, 52.6062, 1.58825, 0, 0, 0.71325, 0.70091, 300, 255, 1, '', 46902, NULL), +(@OGUID+1484, 1617, 0, 85, 0, 1, 1, 2717.51, 236.582, 34.224, 1.3439, 0, 0, 0.622514, 0.782609, 300, 255, 1, '', 52237, NULL), +(@OGUID+1485, 1617, 0, 85, 0, 1, 1, 2728.32, -199.027, 41.2771, 0.139624, 0, 0, 0.0697556, 0.997564, 300, 255, 1, '', 46779, NULL), +(@OGUID+1486, 1617, 0, 85, 0, 1, 1, 2842.78, 23.8513, 26.0167, 3.82227, 0, 0, -0.942641, 0.333808, 300, 255, 1, '', 46902, NULL), +(@OGUID+1487, 1617, 0, 85, 0, 1, 1, 2877.75, -126.263, 32.5212, 4.62512, 0, 0, -0.737277, 0.675591, 300, 255, 1, '', 46902, NULL), +(@OGUID+1488, 1617, 0, 85, 152, 1, 1, 2073.42, -449.206, 40.492, 5.86431, 0, 0, -0.207911, 0.978148, 300, 255, 1, '', 51943, NULL), +(@OGUID+1489, 1617, 0, 85, 152, 1, 1, 2542.8, -78.9863, 32.2752, 0.890117, 0, 0, 0.430511, 0.902586, 300, 255, 1, '', 51943, NULL), +(@OGUID+1490, 1617, 0, 85, 156, 1, 1, 2264.65, 1519.68, 46.53, 2.84488, 0, 0, 0.989016, 0.147811, 300, 255, 1, '', 46368, NULL), +(@OGUID+1491, 1617, 0, 85, 156, 1, 1, 2461.71, 1509.31, 34.6506, 3.24635, 0, 0, -0.998629, 0.0523532, 300, 255, 1, '', 46779, NULL), +(@OGUID+1492, 1617, 0, 85, 157, 1, 1, 2720.47, 856.41, 113.721, 3.4383, 0, 0, -0.989016, 0.147811, 300, 255, 1, '', 46902, NULL), +(@OGUID+1493, 1617, 0, 85, 157, 1, 1, 2738.83, 1033.54, 114.315, 3.927, 0, 0, -0.923879, 0.382686, 300, 255, 1, '', 46779, NULL), +(@OGUID+1494, 1617, 0, 85, 157, 1, 1, 2767.75, 777.982, 113.796, 4.71239, 0, 0, -0.707107, 0.707107, 300, 255, 1, '', 46779, NULL), +(@OGUID+1495, 1617, 0, 85, 157, 1, 1, 2937.52, 1069.4, 98.3469, 6.17847, 0, 0, -0.0523357, 0.99863, 300, 255, 1, '', 46368, NULL), +(@OGUID+1496, 1617, 0, 85, 157, 1, 1, 2943.64, 645.655, 104.953, 4.45059, 0, 0, -0.793353, 0.608762, 300, 255, 1, '', 46779, NULL), +(@OGUID+1497, 1617, 0, 85, 157, 1, 1, 2991.91, 970.48, 113.702, 5.53269, 0, 0, -0.366501, 0.930418, 300, 255, 1, '', 46368, NULL), +(@OGUID+1498, 1617, 0, 85, 164, 1, 1, 2849.01, 257.817, 31.8816, 4.31097, 0, 0, -0.833885, 0.551938, 300, 255, 1, '', 46902, NULL), +(@OGUID+1499, 1617, 0, 85, 164, 1, 1, 2928.26, 384.147, 32.2781, 0.733038, 0, 0, 0.358368, 0.93358, 300, 255, 1, '', 46779, NULL), +(@OGUID+1500, 1617, 0, 85, 167, 1, 1, 2205.54, -732.041, 70.5577, 2.14675, 0, 0, 0.878817, 0.47716, 300, 255, 1, '', 46779, NULL), +(@OGUID+1501, 1617, 0, 85, 810, 1, 1, 2254.61, 885.544, 48.9225, 5.74214, 0, 0, -0.267238, 0.963631, 300, 255, 1, '', 46368, NULL), +(@OGUID+1502, 1617, 0, 85, 810, 1, 1, 2363.91, 822.782, 47.6087, 5.14872, 0, 0, -0.537299, 0.843392, 300, 255, 1, '', 46779, NULL), +(@OGUID+1503, 1617, 0, 85, 811, 1, 1, 1734.88, 1069.04, 65.3109, 2.00713, 0, 0, 0.843391, 0.5373, 300, 255, 1, '', 46902, NULL), +(@OGUID+1504, 1617, 0, 85, 811, 1, 1, 1827.1, 988.982, 37.5701, 2.11185, 0, 0, 0.870356, 0.492424, 300, 255, 1, '', 46368, NULL), +(@OGUID+1505, 1617, 0, 85, 811, 1, 1, 1916.41, 989.16, 38.365, 4.13643, 0, 0, -0.878817, 0.47716, 300, 255, 1, '', 46368, NULL), +(@OGUID+1506, 1617, 0, 85, 811, 1, 1, 1998.24, 1095.29, 35.8014, 5.67232, 0, 0, -0.300705, 0.953717, 300, 255, 1, '', 46902, NULL), +(@OGUID+1507, 1617, 0, 85, 812, 1, 1, 2364.69, -1006.98, 77.8143, 4.41568, 0, 0, -0.803857, 0.594823, 300, 255, 1, '', 45572, NULL), +(@OGUID+1508, 1617, 0, 85, 812, 1, 1, 2419.32, -705.173, 73.5635, 1.93731, 0, 0, 0.824125, 0.566408, 300, 255, 1, '', 52237, NULL), +(@OGUID+1509, 1617, 0, 85, 812, 1, 1, 2615.37, -1018.56, 94.6326, 0.890117, 0, 0, 0.430511, 0.902586, 300, 255, 1, '', 46902, NULL), +(@OGUID+1510, 1618, 0, 85, 0, 1, 1, 1631.95, -654.718, 47.0466, 1.39626, 0, 0, 0.642787, 0.766045, 300, 255, 1, '', 49345, NULL), +(@OGUID+1511, 1618, 0, 85, 0, 1, 1, 1636.3, -436.567, 44.9996, 1.02974, 0, 0, 0.492423, 0.870356, 300, 255, 1, '', 48632, NULL), +(@OGUID+1512, 1618, 0, 85, 0, 1, 1, 1691.54, 646.112, 49.5556, 3.24635, 0, 0, -0.998629, 0.0523532, 300, 255, 1, '', 48340, NULL), +(@OGUID+1513, 1618, 0, 85, 0, 1, 1, 1729.3, 738.43, 51.1099, 0.750491, 0, 0, 0.366501, 0.930418, 300, 255, 1, '', 48632, NULL), +(@OGUID+1514, 1618, 0, 85, 0, 1, 1, 1771.03, -506.915, 40.7929, 0.453785, 0, 0, 0.224951, 0.97437, 300, 255, 1, '', 48632, NULL), +(@OGUID+1515, 1618, 0, 85, 0, 1, 1, 1801.63, -302.715, 37.7097, 0.436332, 0, 0, 0.216439, 0.976296, 300, 255, 1, '', 48120, NULL), +(@OGUID+1516, 1618, 0, 85, 0, 1, 1, 1811.54, -641.503, 42.0859, 5.68977, 0, 0, -0.292372, 0.956305, 300, 255, 1, '', 48632, NULL), +(@OGUID+1517, 1618, 0, 85, 0, 1, 1, 1850.44, -552.155, 41.4346, 6.14356, 0, 0, -0.0697556, 0.997564, 300, 255, 1, '', 48632, NULL), +(@OGUID+1518, 1618, 0, 85, 0, 1, 1, 1851.48, 774.282, 29.1703, 0.785397, 0, 0, 0.382683, 0.92388, 300, 255, 1, '', 48632, NULL), +(@OGUID+1519, 1618, 0, 85, 0, 1, 1, 1886.88, -220.493, 38.492, 4.83456, 0, 0, -0.66262, 0.748956, 300, 255, 1, '', 48632, NULL), +(@OGUID+1520, 1618, 0, 85, 0, 1, 1, 1894.6, -106.239, 33.2211, 5.21854, 0, 0, -0.507538, 0.861629, 300, 255, 1, '', 48632, NULL), +(@OGUID+1521, 1618, 0, 85, 0, 1, 1, 1901.47, 734.731, 36.8667, 0.191985, 0, 0, 0.0958452, 0.995396, 300, 255, 1, '', 48340, NULL), +(@OGUID+1522, 1618, 0, 85, 0, 1, 1, 1930.88, 800.377, 38.8693, 2.51327, 0, 0, 0.951056, 0.309017, 300, 255, 1, '', 48120, NULL), +(@OGUID+1523, 1618, 0, 85, 0, 1, 1, 1937.37, 536.597, 50.284, 4.62512, 0, 0, -0.737277, 0.675591, 300, 255, 1, '', 48120, NULL), +(@OGUID+1524, 1618, 0, 85, 0, 1, 1, 2004.82, 430.121, 36.5727, 3.7001, 0, 0, -0.961261, 0.27564, 300, 255, 1, '', 49345, NULL), +(@OGUID+1525, 1618, 0, 85, 0, 1, 1, 2006.02, 694.037, 41.9342, 6.0912, 0, 0, -0.0958452, 0.995396, 300, 255, 1, '', 48120, NULL), +(@OGUID+1526, 1618, 0, 85, 0, 1, 1, 2026.84, 604.512, 36.0793, 0.401425, 0, 0, 0.199368, 0.979925, 300, 255, 1, '', 48632, NULL), +(@OGUID+1527, 1618, 0, 85, 0, 1, 1, 2039.89, -297.34, 36.1757, 1.37881, 0, 0, 0.636078, 0.771625, 300, 255, 1, '', 50664, NULL), +(@OGUID+1528, 1618, 0, 85, 0, 1, 1, 2047.72, -93.1358, 34.6191, 0.453785, 0, 0, 0.224951, 0.97437, 300, 255, 1, '', 49345, NULL), +(@OGUID+1529, 1618, 0, 85, 0, 1, 1, 2080.07, 1120.71, 37.3963, 1.5708, 0, 0, 0.707107, 0.707107, 300, 255, 1, '', 48632, NULL), +(@OGUID+1530, 1618, 0, 85, 0, 1, 1, 2088.03, 454.396, 53.9297, 3.54302, 0, 0, -0.979924, 0.19937, 300, 255, 1, '', 50172, NULL), +(@OGUID+1531, 1618, 0, 85, 0, 1, 1, 2117.82, 295.335, 61.2261, 0.296705, 0, 0, 0.147809, 0.989016, 300, 255, 1, '', 50063, NULL), +(@OGUID+1532, 1618, 0, 85, 0, 1, 1, 2178.24, 71.7921, 28.6869, 3.47321, 0, 0, -0.986285, 0.16505, 300, 255, 1, '', 49345, NULL), +(@OGUID+1533, 1618, 0, 85, 0, 1, 1, 2188.6, 953.799, 35.976, 4.92183, 0, 0, -0.62932, 0.777146, 300, 255, 1, '', 48632, NULL), +(@OGUID+1534, 1618, 0, 85, 0, 1, 1, 2199.56, -92.5553, 32.3236, 5.09636, 0, 0, -0.559193, 0.829038, 300, 255, 1, '', 50664, NULL), +(@OGUID+1535, 1618, 0, 85, 0, 1, 1, 2205.07, 438.51, 62.0898, 6.26573, 0, 0, -0.00872612, 0.999962, 300, 255, 1, '', 48632, NULL), +(@OGUID+1536, 1618, 0, 85, 0, 1, 1, 2229.13, 1249.01, 40.501, 1.78023, 0, 0, 0.777145, 0.629321, 300, 255, 1, '', 50664, NULL), +(@OGUID+1537, 1618, 0, 85, 0, 1, 1, 2314.25, 49.2733, 31.3656, 4.93928, 0, 0, -0.622514, 0.782609, 300, 255, 1, '', 50664, NULL), +(@OGUID+1538, 1618, 0, 85, 0, 1, 1, 2318.94, -820.467, 71.3757, 4.97419, 0, 0, -0.608761, 0.793354, 300, 255, 1, '', 50664, NULL), +(@OGUID+1539, 1618, 0, 85, 0, 1, 1, 2348.53, -211.136, 39.2133, 5.68977, 0, 0, -0.292372, 0.956305, 300, 255, 1, '', 49345, NULL), +(@OGUID+1540, 1618, 0, 85, 0, 1, 1, 2458.25, 192.079, 32.4518, 4.62512, 0, 0, -0.737277, 0.675591, 300, 255, 1, '', 47720, NULL), +(@OGUID+1541, 1618, 0, 85, 460, 1, 1, 2363.27, 1298.64, 32.7865, 0.680677, 0, 0, 0.333806, 0.942642, 300, 255, 1, '', 50664, NULL), +(@OGUID+1542, 1618, 0, 85, 460, 1, 1, 2371.46, 767.739, 38.41, 1.22173, 0, 0, 0.573576, 0.819152, 300, 255, 1, '', 50664, NULL), +(@OGUID+1543, 1618, 0, 85, 460, 1, 1, 2472.95, 1715.2, 27.5325, 1.0821, 0, 0, 0.515038, 0.857168, 300, 255, 1, '', 50664, NULL), +(@OGUID+1544, 1618, 0, 85, 460, 1, 1, 2553.94, -784.922, 66.7892, 2.9496, 0, 0, 0.995396, 0.0958512, 300, 255, 1, '', 50664, NULL), +(@OGUID+1545, 1618, 0, 85, 460, 1, 1, 2643.64, 916.569, 110.331, 5.044, 0, 0, -0.580703, 0.814116, 300, 255, 1, '', 50664, NULL), +(@OGUID+1546, 1618, 0, 85, 460, 1, 1, 2669.93, 462.099, 16.815, 4.03171, 0, 0, -0.902585, 0.430512, 300, 255, 1, '', 50664, NULL), +(@OGUID+1547, 1618, 0, 85, 460, 1, 1, 2689.26, 22.6892, 26.7711, 3.52557, 0, 0, -0.981627, 0.190812, 300, 255, 1, '', 50664, NULL), +(@OGUID+1548, 1618, 0, 85, 460, 1, 1, 2693.91, -456.716, 110.102, 0.95993, 0, 0, 0.461748, 0.887011, 300, 255, 1, '', 50664, NULL), +(@OGUID+1549, 1618, 0, 85, 460, 1, 1, 2958.79, -422.632, 80.5007, 5.79449, 0, 0, -0.241921, 0.970296, 300, 255, 1, '', 50664, NULL), +(@OGUID+1550, 1618, 0, 85, 4564, 1, 1, 2285.03, 847.533, 37.1652, 0.541051, 0, 0, 0.267238, 0.963631, 300, 255, 1, '', 50664, NULL), +(@OGUID+1551, 1618, 0, 85, 4564, 1, 1, 2782.88, 916.494, 115.77, 3.90954, 0, 0, -0.927183, 0.374608, 300, 255, 1, '', 50664, NULL), +(@OGUID+1552, 1618, 0, 85, 0, 1, 1, 2106.63, 1055.04, 33.1502, 5.68977, 0, 0, -0.292372, 0.956305, 300, 255, 1, '', 51943, NULL), +(@OGUID+1553, 1618, 0, 85, 0, 1, 1, 2202.17, 706.952, 36.9317, 6.07375, 0, 0, -0.104528, 0.994522, 300, 255, 1, '', 46779, NULL), +(@OGUID+1554, 1618, 0, 85, 0, 1, 1, 2308.14, 702.509, 39.1969, 1.16937, 0, 0, 0.551936, 0.833886, 300, 255, 1, '', 46779, NULL), +(@OGUID+1555, 1618, 0, 85, 0, 1, 1, 2410.99, 1400.23, 33.0661, 3.42085, 0, 0, -0.990268, 0.139175, 300, 255, 1, '', 46779, NULL), +(@OGUID+1556, 1618, 0, 85, 0, 1, 1, 2426.59, -249.455, 50.7172, 2.04204, 0, 0, 0.85264, 0.522499, 300, 255, 1, '', 52237, NULL), +(@OGUID+1557, 1618, 0, 85, 0, 1, 1, 2439.13, -409.188, 68.4866, 1.88495, 0, 0, 0.809016, 0.587786, 300, 255, 1, '', 46779, NULL), +(@OGUID+1558, 1618, 0, 85, 0, 1, 1, 2446.31, 629.705, 31.671, 3.94445, 0, 0, -0.920505, 0.390732, 300, 255, 1, '', 46779, NULL), +(@OGUID+1559, 1618, 0, 85, 0, 1, 1, 2483.41, 1220.36, 53.728, 5.95157, 0, 0, -0.165047, 0.986286, 300, 255, 1, '', 46368, NULL), +(@OGUID+1560, 1618, 0, 85, 0, 1, 1, 2552.62, 1022.32, 89.9897, 5.60251, 0, 0, -0.333807, 0.942641, 300, 255, 1, '', 46902, NULL), +(@OGUID+1561, 1618, 0, 85, 0, 1, 1, 2568.17, 916.615, 100.373, 4.10153, 0, 0, -0.887011, 0.461749, 300, 255, 1, '', 46779, NULL), +(@OGUID+1562, 1618, 0, 85, 0, 1, 1, 2571.15, 110.923, 30.8361, 2.05949, 0, 0, 0.857167, 0.515038, 300, 255, 1, '', 52237, NULL), +(@OGUID+1563, 1618, 0, 85, 0, 1, 1, 2613.11, 1241.91, 60.8985, 2.53072, 0, 0, 0.953716, 0.300708, 300, 255, 1, '', 46779, NULL), +(@OGUID+1564, 1618, 0, 85, 0, 1, 1, 2630.62, 1030.99, 100.553, 5.23599, 0, 0, -0.5, 0.866025, 300, 255, 1, '', 52237, NULL), +(@OGUID+1565, 1618, 0, 85, 0, 1, 1, 2767.95, -266.674, 61.6919, 5.63741, 0, 0, -0.317305, 0.948324, 300, 255, 1, '', 52237, NULL), +(@OGUID+1566, 1618, 0, 85, 0, 1, 1, 2772.83, -35.5829, 33.8669, 2.21657, 0, 0, 0.894934, 0.446199, 300, 255, 1, '', 46902, NULL), +(@OGUID+1567, 1618, 0, 85, 0, 1, 1, 2812.19, -219.117, 46.8137, 0.296705, 0, 0, 0.147809, 0.989016, 300, 255, 1, '', 46902, NULL), +(@OGUID+1568, 1618, 0, 85, 156, 1, 1, 2314.62, 1553.87, 33.5216, 3.97935, 0, 0, -0.913545, 0.406738, 300, 255, 1, '', 46368, NULL), +(@OGUID+1569, 1618, 0, 85, 157, 1, 1, 2714.45, 778.143, 111.664, 3.57793, 0, 0, -0.976295, 0.216442, 300, 255, 1, '', 46368, NULL), +(@OGUID+1570, 1618, 0, 85, 157, 1, 1, 2837.35, 1042.8, 112.547, 6.21337, 0, 0, -0.0348988, 0.999391, 300, 255, 1, '', 46779, NULL), +(@OGUID+1571, 1618, 0, 85, 157, 1, 1, 2869.45, 737.622, 124.591, 5.61996, 0, 0, -0.325567, 0.945519, 300, 255, 1, '', 52237, NULL), +(@OGUID+1572, 1618, 0, 85, 157, 1, 1, 2881.15, 853.851, 113.911, 3.194, 0, 0, -0.999657, 0.0262016, 300, 255, 1, '', 46779, NULL), +(@OGUID+1573, 1618, 0, 85, 157, 1, 1, 2910.2, 1034.41, 104.267, 0.977383, 0, 0, 0.469471, 0.882948, 300, 255, 1, '', 46902, NULL), +(@OGUID+1574, 1618, 0, 85, 157, 1, 1, 2966.91, 600.531, 96.059, 3.4383, 0, 0, -0.989016, 0.147811, 300, 255, 1, '', 46779, NULL), +(@OGUID+1575, 1618, 0, 85, 164, 1, 1, 2816.43, 196.755, 29.7697, 0.0523589, 0, 0, 0.0261765, 0.999657, 300, 255, 1, '', 52237, NULL), +(@OGUID+1576, 1618, 0, 85, 165, 1, 1, 1973.46, -559.621, 53.6831, 4.59022, 0, 0, -0.748956, 0.66262, 300, 255, 1, '', 51739, NULL), +(@OGUID+1577, 1618, 0, 85, 168, 1, 1, 2801.52, 71.3728, 29.24, 2.67035, 0, 0, 0.972369, 0.233448, 300, 255, 1, '', 46902, NULL), +(@OGUID+1578, 1618, 0, 85, 169, 1, 1, 2529.39, 1329.26, 28.9393, 4.06662, 0, 0, -0.894934, 0.446199, 300, 255, 1, '', 46368, NULL), +(@OGUID+1579, 1618, 0, 85, 810, 1, 1, 2289.65, 951.939, 52.3763, 5.75959, 0, 0, -0.258819, 0.965926, 300, 255, 1, '', 46779, NULL), +(@OGUID+1580, 1618, 0, 85, 810, 1, 1, 2361.43, 980.987, 59.7503, 0.680677, 0, 0, 0.333806, 0.942642, 300, 255, 1, '', 46902, NULL), +(@OGUID+1581, 1618, 0, 85, 810, 1, 1, 2384.2, 902.574, 64.0017, 3.63029, 0, 0, -0.970295, 0.241925, 300, 255, 1, '', 46368, NULL), +(@OGUID+1582, 1618, 0, 85, 811, 1, 1, 1989.74, 986.886, 33.0626, 1.0821, 0, 0, 0.515038, 0.857168, 300, 255, 1, '', 46368, NULL), +(@OGUID+1583, 1618, 0, 85, 812, 1, 1, 2447.2, -949.42, 69.1574, 2.72271, 0, 0, 0.978148, 0.207912, 300, 255, 1, '', 46902, NULL), +(@OGUID+1584, 1619, 0, 85, 0, 1, 1, 1572.23, -683.486, 54.7838, 2.9496, 0, 0, 0.995396, 0.0958512, 300, 255, 1, '', 48632, NULL), +(@OGUID+1585, 1619, 0, 85, 0, 1, 1, 1761.84, -737.912, 59.9442, 0.95993, 0, 0, 0.461748, 0.887011, 300, 255, 1, '', 49345, NULL), +(@OGUID+1586, 1619, 0, 85, 0, 1, 1, 1806.39, 852.448, 30.1205, 0.471238, 0, 0, 0.233445, 0.97237, 300, 255, 1, '', 50664, NULL), +(@OGUID+1587, 1619, 0, 85, 0, 1, 1, 1854.79, -199.715, 49.3374, 1.67551, 0, 0, 0.743144, 0.669131, 300, 255, 1, '', 48632, NULL), +(@OGUID+1588, 1619, 0, 85, 0, 1, 1, 1892.15, -682.06, 50.8038, 2.75761, 0, 0, 0.981627, 0.190812, 300, 255, 1, '', 48632, NULL), +(@OGUID+1589, 1619, 0, 85, 0, 1, 1, 2057.79, 22.5872, 41.5133, 1.44862, 0, 0, 0.66262, 0.748956, 300, 255, 1, '', 49345, NULL), +(@OGUID+1590, 1619, 0, 85, 0, 1, 1, 2330.92, 211.52, 36.8418, 5.00909, 0, 0, -0.594823, 0.803857, 300, 255, 1, '', 48632, NULL), +(@OGUID+1591, 1619, 0, 85, 0, 1, 1, 2469.43, 329.287, 32.3891, 4.25861, 0, 0, -0.848047, 0.529921, 300, 255, 1, '', 47720, NULL), +(@OGUID+1592, 1619, 0, 85, 0, 1, 1, 2592.51, -531.343, 88.9996, 3.78737, 0, 0, -0.948323, 0.317306, 300, 255, 1, '', 50664, NULL), +(@OGUID+1593, 1619, 0, 85, 0, 1, 1, 2667.74, -578.889, 106.293, 5.34071, 0, 0, -0.45399, 0.891007, 300, 255, 1, '', 50129, NULL), +(@OGUID+1594, 1619, 0, 85, 0, 1, 1, 2885.39, -694.062, 137.149, 1.85005, 0, 0, 0.798635, 0.601815, 300, 255, 1, '', 50664, NULL), +(@OGUID+1595, 1619, 0, 85, 272, 1, 1, 2422.79, -372.752, 68.532, 1.71042, 0, 0, 0.754709, 0.656059, 300, 255, 1, '', 48632, NULL), +(@OGUID+1596, 1619, 0, 85, 3565, 1, 1, 2120.73, -664.005, 78.6451, 3.3685, 0, 0, -0.993571, 0.113208, 300, 255, 1, '', 50172, NULL), +(@OGUID+1597, 1619, 0, 85, 460, 1, 1, 1637.51, -293.452, 55.3764, 2.49582, 0, 0, 0.948323, 0.317306, 300, 255, 1, '', 50664, NULL), +(@OGUID+1598, 1619, 0, 85, 460, 1, 1, 1898.01, 1179.46, 60.1999, 5.60251, 0, 0, -0.333807, 0.942641, 300, 255, 1, '', 50664, NULL), +(@OGUID+1599, 1619, 0, 85, 460, 1, 1, 2161.59, -892.117, 88.1149, 3.50812, 0, 0, -0.983254, 0.182238, 300, 255, 1, '', 50664, NULL), +(@OGUID+1600, 1619, 0, 85, 460, 1, 1, 2285.42, -1092.11, 82.5132, 3.97935, 0, 0, -0.913545, 0.406738, 300, 255, 1, '', 50664, NULL), +(@OGUID+1601, 1619, 0, 85, 460, 1, 1, 2444.71, 1443.39, 36.0942, 0.977383, 0, 0, 0.469471, 0.882948, 300, 255, 1, '', 50664, NULL), +(@OGUID+1602, 1619, 0, 85, 460, 1, 1, 2527.52, 721.967, 116.89, 5.07891, 0, 0, -0.566406, 0.824126, 300, 255, 1, '', 50664, NULL), +(@OGUID+1603, 1619, 0, 85, 460, 1, 1, 2616.7, -311.016, 76.7967, 5.98648, 0, 0, -0.147809, 0.989016, 300, 255, 1, '', 50664, NULL), +(@OGUID+1604, 1619, 0, 85, 460, 1, 1, 2627.74, 560.352, 26.788, 2.35619, 0, 0, 0.92388, 0.382683, 300, 255, 1, '', 50664, NULL), +(@OGUID+1605, 1619, 0, 85, 460, 1, 1, 2660.27, -968.056, 86.388, 3.56047, 0, 0, -0.978148, 0.207912, 300, 255, 1, '', 50664, NULL), +(@OGUID+1606, 1619, 0, 85, 460, 1, 1, 2709.66, -881.543, 79.0136, 2.44346, 0, 0, 0.939692, 0.34202, 300, 255, 1, '', 50664, NULL), +(@OGUID+1607, 1619, 0, 85, 460, 1, 1, 2904.83, 533.744, 97.6854, 2.49582, 0, 0, 0.948323, 0.317306, 300, 255, 1, '', 50664, NULL), +(@OGUID+1608, 1619, 0, 85, 460, 1, 1, 2915.55, 439.492, 33.1534, 3.21142, 0, 0, -0.999391, 0.0349061, 300, 255, 1, '', 50664, NULL), +(@OGUID+1609, 1619, 0, 85, 460, 1, 1, 3101.21, -588.397, 124.331, 5.88176, 0, 0, -0.199368, 0.979925, 300, 255, 1, '', 50664, NULL), +(@OGUID+1610, 1619, 0, 85, 4564, 1, 1, 2832.18, 737.49, 137.678, 1.76278, 0, 0, 0.771625, 0.636078, 300, 255, 1, '', 50664, NULL), +(@OGUID+1611, 1619, 0, 85, 0, 1, 1, 2135.39, -350.163, 78.2639, 2.28638, 0, 0, 0.909961, 0.414694, 300, 255, 1, '', 46248, NULL), +(@OGUID+1612, 1619, 0, 85, 0, 1, 1, 2482.47, 1623.29, 33.3793, 5.77704, 0, 0, -0.25038, 0.968148, 300, 255, 1, '', 52237, NULL), +(@OGUID+1613, 1619, 0, 85, 0, 1, 1, 2508.62, -538.787, 86.9927, 1.22173, 0, 0, 0.573576, 0.819152, 300, 255, 1, '', 46248, NULL), +(@OGUID+1614, 1619, 0, 85, 0, 1, 1, 2577.63, 639.562, 31.2668, 1.64061, 0, 0, 0.731353, 0.681999, 300, 255, 1, '', 46779, NULL), +(@OGUID+1615, 1619, 0, 85, 0, 1, 1, 2585.16, 1369.27, 7.36252, 3.90954, 0, 0, -0.927183, 0.374608, 300, 255, 1, '', 46779, NULL), +(@OGUID+1616, 1619, 0, 85, 0, 1, 1, 2653.72, 1342.15, 31.6403, 3.9619, 0, 0, -0.91706, 0.39875, 300, 255, 1, '', 46902, NULL), +(@OGUID+1617, 1619, 0, 85, 0, 1, 1, 2664.12, 1169.69, 88.3795, 2.11185, 0, 0, 0.870356, 0.492424, 300, 255, 1, '', 46902, NULL), +(@OGUID+1618, 1619, 0, 85, 0, 1, 1, 2667.3, 1066.87, 115.238, 4.55531, 0, 0, -0.760406, 0.649449, 300, 255, 1, '', 46368, NULL), +(@OGUID+1619, 1619, 0, 85, 0, 1, 1, 2726.09, 1270.6, 38.1253, 2.87979, 0, 0, 0.991445, 0.130528, 300, 255, 1, '', 46902, NULL), +(@OGUID+1620, 1619, 0, 85, 0, 1, 1, 2752.14, -776.589, 136.009, 1.48353, 0, 0, 0.67559, 0.737278, 300, 255, 1, '', 46248, NULL), +(@OGUID+1621, 1619, 0, 85, 0, 1, 1, 2795.85, -403.263, 83.9041, 3.12412, 0, 0, 0.999962, 0.00873464, 300, 255, 1, '', 46779, NULL), +(@OGUID+1622, 1619, 0, 85, 0, 1, 1, 2903.58, 315.131, 28.2823, 1.25664, 0, 0, 0.587785, 0.809017, 300, 255, 1, '', 46902, NULL), +(@OGUID+1623, 1619, 0, 85, 152, 1, 1, 1963.52, -625.277, 61.4846, 0.523598, 0, 0, 0.258819, 0.965926, 300, 255, 1, '', 51943, NULL), +(@OGUID+1624, 1619, 0, 85, 152, 1, 1, 2954.16, -472.011, 99.9302, 4.53786, 0, 0, -0.766044, 0.642789, 300, 255, 1, '', 51943, NULL), +(@OGUID+1625, 1619, 0, 85, 157, 1, 1, 2503.86, 839.506, 120.784, 2.19911, 0, 0, 0.891006, 0.453991, 300, 255, 1, '', 46902, NULL), +(@OGUID+1626, 1619, 0, 85, 157, 1, 1, 2740.84, 704.16, 150.026, 5.75959, 0, 0, -0.258819, 0.965926, 300, 255, 1, '', 52237, NULL), +(@OGUID+1627, 1619, 0, 85, 157, 1, 1, 2803.89, 1118.27, 88.8948, 5.75959, 0, 0, -0.258819, 0.965926, 300, 255, 1, '', 46902, NULL), +(@OGUID+1628, 1619, 0, 85, 157, 1, 1, 2877.22, 1117.63, 121.895, 4.41568, 0, 0, -0.803857, 0.594823, 300, 255, 1, '', 52237, NULL), +(@OGUID+1629, 1619, 0, 85, 157, 1, 1, 3009.98, 888.935, 106.799, 2.32129, 0, 0, 0.91706, 0.39875, 300, 255, 1, '', 46779, NULL), +(@OGUID+1630, 1619, 0, 85, 157, 1, 1, 3028.4, 778.558, 90.9472, 4.32842, 0, 0, -0.829037, 0.559194, 300, 255, 1, '', 52237, NULL), +(@OGUID+1631, 1619, 0, 85, 164, 1, 1, 2785.7, 501.149, 26.605, 5.18363, 0, 0, -0.522498, 0.85264, 300, 255, 1, '', 46902, NULL), +(@OGUID+1632, 1619, 0, 85, 164, 1, 1, 2992.24, 441.681, 24.7336, 1.11701, 0, 0, 0.529919, 0.848048, 300, 255, 1, '', 52237, NULL), +(@OGUID+1633, 1619, 0, 85, 168, 1, 1, 2986.87, 180.857, 1.89819, 2.09439, 0, 0, 0.866025, 0.500001, 300, 255, 1, '', 46779, NULL), +(@OGUID+1634, 1619, 0, 85, 459, 1, 1, 2886.85, -528.093, 106.297, 5.5676, 0, 0, -0.350207, 0.936672, 300, 255, 1, '', 46902, NULL), +(@OGUID+1635, 1619, 0, 85, 459, 1, 1, 2956.99, -344.778, 29.7578, 0.837757, 0, 0, 0.406736, 0.913546, 300, 255, 1, '', 52237, NULL), +(@OGUID+1636, 1619, 0, 85, 810, 1, 1, 2386.79, 822.591, 46.8164, 4.97419, 0, 0, -0.608761, 0.793354, 300, 255, 1, '', 46779, NULL), +(@OGUID+1637, 1619, 0, 85, 810, 1, 1, 2464.48, 696.83, 45.391, 2.67035, 0, 0, 0.972369, 0.233448, 300, 255, 1, '', 46902, NULL), +(@OGUID+1638, 1619, 0, 85, 811, 1, 1, 1857.27, 1055.85, 29.2478, 1.01229, 0, 0, 0.484809, 0.87462, 300, 255, 1, '', 46779, NULL), +(@OGUID+1639, 1619, 0, 85, 812, 1, 1, 2532.66, -1086.91, 110.813, 2.1293, 0, 0, 0.874619, 0.48481, 300, 255, 1, '', 46902, NULL), +(@OGUID+1640, 1731, 0, 85, 0, 1, 1, 1572.09, -687.518, 57.2998, 1.37881, 0, 0, 0.636078, 0.771625, 300, 255, 1, '', 48632, NULL), +(@OGUID+1641, 1731, 0, 85, 0, 1, 1, 1619.52, -560.97, 55.0243, 0.453785, 0, 0, 0.224951, 0.97437, 300, 255, 1, '', 48632, NULL), +(@OGUID+1642, 1731, 0, 85, 0, 1, 1, 1633.95, -687.568, 47.3942, 3.26377, 0, 0, -0.998135, 0.0610518, 300, 255, 1, '', 50664, NULL), +(@OGUID+1643, 1731, 0, 85, 0, 1, 1, 1702.92, 768.162, 69.0627, 2.3911, 0, 0, 0.930417, 0.366502, 300, 255, 1, '', 50172, NULL), +(@OGUID+1644, 1731, 0, 85, 0, 1, 1, 1727.84, 808.579, 68.0469, 4.72984, 0, 0, -0.700909, 0.713251, 300, 255, 1, '', 49345, NULL), +(@OGUID+1645, 1731, 0, 85, 0, 1, 1, 1779.62, -287.058, 42.0114, 3.01941, 0, 0, 0.998135, 0.0610518, 300, 255, 1, '', 48632, NULL), +(@OGUID+1646, 1731, 0, 85, 0, 1, 1, 1781.53, -748.291, 63.1568, 2.00713, 0, 0, 0.843391, 0.5373, 300, 255, 1, '', 48632, NULL), +(@OGUID+1647, 1731, 0, 85, 0, 1, 1, 1814.78, -141.659, 49.7266, 3.05433, 0, 0, 0.999048, 0.0436193, 300, 255, 1, '', 48632, NULL), +(@OGUID+1648, 1731, 0, 85, 0, 1, 1, 1845.71, 778.281, 31.2142, 2.32129, 0, 0, 0.91706, 0.39875, 300, 255, 1, '', 48120, NULL), +(@OGUID+1649, 1731, 0, 85, 0, 1, 1, 1889.28, -681.401, 50.7889, 5.68977, 0, 0, -0.292372, 0.956305, 300, 255, 1, '', 48632, NULL), +(@OGUID+1650, 1731, 0, 85, 0, 1, 1, 1904.54, -803.336, 71.4108, 1.02974, 0, 0, 0.492423, 0.870356, 300, 255, 1, '', 50664, NULL), +(@OGUID+1651, 1731, 0, 85, 0, 1, 1, 2114.57, 1213.39, 48.3358, 2.84488, 0, 0, 0.989016, 0.147811, 300, 255, 1, '', 50664, NULL), +(@OGUID+1652, 1731, 0, 85, 0, 1, 1, 2202.98, -65.3898, 30.8705, 3.52557, 0, 0, -0.981627, 0.190812, 300, 255, 1, '', 49345, NULL), +(@OGUID+1653, 1731, 0, 85, 0, 1, 1, 2208.11, 553.019, 34.0019, 0.523598, 0, 0, 0.258819, 0.965926, 300, 255, 1, '', 48632, NULL), +(@OGUID+1654, 1731, 0, 85, 0, 1, 1, 2225.5, -332.543, 73.1434, 6.24828, 0, 0, -0.0174522, 0.999848, 300, 255, 1, '', 50664, NULL), +(@OGUID+1655, 1731, 0, 85, 0, 1, 1, 2371.46, -634.19, 68.5649, 5.65487, 0, 0, -0.309016, 0.951057, 300, 255, 1, '', 49936, NULL), +(@OGUID+1656, 1731, 0, 85, 0, 1, 1, 2440.95, 266.685, 29.7319, 3.73501, 0, 0, -0.956305, 0.292372, 300, 255, 1, '', 47720, NULL), +(@OGUID+1657, 1731, 0, 85, 0, 1, 1, 2473.59, -476.253, 79.8804, 2.56563, 0, 0, 0.958819, 0.284016, 300, 255, 1, '', 50664, NULL), +(@OGUID+1658, 1731, 0, 85, 0, 1, 1, 2673.29, -772.678, 85.4531, 5.86431, 0, 0, -0.207911, 0.978148, 300, 255, 1, '', 50129, NULL), +(@OGUID+1659, 1731, 0, 85, 0, 1, 1, 1897.42, -749.906, 64.4441, 1.39626, 0, 0, 0.642787, 0.766045, 300, 255, 1, '', 52237, NULL), +(@OGUID+1660, 1731, 0, 85, 3565, 1, 1, 2524.39, -584.124, 83.0835, 5.39307, 0, 0, -0.430511, 0.902586, 300, 255, 1, '', 50172, NULL), +(@OGUID+1661, 1731, 0, 85, 3565, 1, 1, 2892.56, -712.691, 143.279, 1.97222, 0, 0, 0.833885, 0.551938, 300, 255, 1, '', 50172, NULL), +(@OGUID+1662, 1731, 0, 85, 460, 1, 1, 1588.55, -378.296, 62.58, 5.09636, 0, 0, -0.559193, 0.829038, 300, 255, 1, '', 50664, NULL), +(@OGUID+1663, 1731, 0, 85, 460, 1, 1, 1730.53, 993.143, 56.7983, 1.46608, 0, 0, 0.66913, 0.743145, 300, 255, 1, '', 50664, NULL), +(@OGUID+1664, 1731, 0, 85, 460, 1, 1, 1732.7, 897.179, 60.023, 1.98967, 0, 0, 0.83867, 0.54464, 300, 255, 1, '', 50664, NULL), +(@OGUID+1665, 1731, 0, 85, 460, 1, 1, 1744.57, 1164.62, 75.0946, 4.4855, 0, 0, -0.782608, 0.622515, 300, 255, 1, '', 50664, NULL), +(@OGUID+1666, 1731, 0, 85, 460, 1, 1, 2084.35, -290.538, 48.3615, 2.05949, 0, 0, 0.857167, 0.515038, 300, 255, 1, '', 50664, NULL), +(@OGUID+1667, 1731, 0, 85, 460, 1, 1, 2101.47, -319.793, 52.2458, 0.0523589, 0, 0, 0.0261765, 0.999657, 300, 255, 1, '', 50664, NULL), +(@OGUID+1668, 1731, 0, 85, 460, 1, 1, 2115.94, -662.906, 79.4342, 0.890117, 0, 0, 0.430511, 0.902586, 300, 255, 1, '', 50664, NULL), +(@OGUID+1669, 1731, 0, 85, 460, 1, 1, 2134.76, -457.173, 76.0097, 5.63741, 0, 0, -0.317305, 0.948324, 300, 255, 1, '', 50664, NULL), +(@OGUID+1670, 1731, 0, 85, 460, 1, 1, 2245.48, 1332.42, 38.1899, 3.35105, 0, 0, -0.994521, 0.104536, 300, 255, 1, '', 50664, NULL), +(@OGUID+1671, 1731, 0, 85, 460, 1, 1, 2399.98, 569.822, 39.9219, 2.74016, 0, 0, 0.979924, 0.19937, 300, 255, 1, '', 50664, NULL), +(@OGUID+1672, 1731, 0, 85, 460, 1, 1, 2489.14, -1011.01, 80.4089, 3.29869, 0, 0, -0.996917, 0.0784664, 300, 255, 1, '', 50664, NULL), +(@OGUID+1673, 1731, 0, 85, 460, 1, 1, 2520.7, 833.101, 102.437, 0.436332, 0, 0, 0.216439, 0.976296, 300, 255, 1, '', 50664, NULL), +(@OGUID+1674, 1731, 0, 85, 460, 1, 1, 2557.3, 1691.01, 8.38937, 3.73501, 0, 0, -0.956305, 0.292372, 300, 255, 1, '', 50664, NULL), +(@OGUID+1675, 1731, 0, 85, 460, 1, 1, 2575.05, 641.717, 31.4842, 0.977383, 0, 0, 0.469471, 0.882948, 300, 255, 1, '', 50664, NULL), +(@OGUID+1676, 1731, 0, 85, 460, 1, 1, 2588.84, -907.501, 61.8384, 4.92183, 0, 0, -0.62932, 0.777146, 300, 255, 1, '', 50664, NULL), +(@OGUID+1677, 1731, 0, 85, 460, 1, 1, 2617.09, 564.733, 22.2648, 0.331611, 0, 0, 0.165047, 0.986286, 300, 255, 1, '', 50664, NULL), +(@OGUID+1678, 1731, 0, 85, 460, 1, 1, 2716.62, -540.283, 106.932, 0.139624, 0, 0, 0.0697556, 0.997564, 300, 255, 1, '', 50664, NULL), +(@OGUID+1679, 1731, 0, 85, 460, 1, 1, 2783.56, 504.424, 27.0137, 2.63544, 0, 0, 0.968147, 0.250381, 300, 255, 1, '', 50664, NULL), +(@OGUID+1680, 1731, 0, 85, 460, 1, 1, 2850.04, -461.927, 82.1176, 4.45059, 0, 0, -0.793353, 0.608762, 300, 255, 1, '', 50664, NULL), +(@OGUID+1681, 1731, 0, 85, 460, 1, 1, 2861.2, -498.192, 102.199, 0.890117, 0, 0, 0.430511, 0.902586, 300, 255, 1, '', 50664, NULL), +(@OGUID+1682, 1731, 0, 85, 460, 1, 1, 2896.04, 541.865, 93.0305, 4.01426, 0, 0, -0.906307, 0.422619, 300, 255, 1, '', 50664, NULL), +(@OGUID+1683, 1731, 0, 85, 460, 1, 1, 3042.23, -437.78, 6.26867, 4.38078, 0, 0, -0.814116, 0.580703, 300, 255, 1, '', 50664, NULL), +(@OGUID+1684, 1731, 0, 85, 4564, 1, 1, 2448.6, 672.04, 36.6997, 1.22173, 0, 0, 0.573576, 0.819152, 300, 255, 1, '', 50664, NULL), +(@OGUID+1685, 1731, 0, 85, 4564, 1, 1, 2473.81, 751.28, 57.4585, 5.07891, 0, 0, -0.566406, 0.824126, 300, 255, 1, '', 50664, NULL), +(@OGUID+1686, 1731, 0, 85, 4564, 1, 1, 2505.24, 745.556, 120.932, 3.14159, 0, 0, -1, 0, 300, 255, 1, '', 50664, NULL), +(@OGUID+1687, 1731, 0, 85, 4564, 1, 1, 2869.09, 618.461, 117.791, 4.13643, 0, 0, -0.878817, 0.47716, 300, 255, 1, '', 50664, NULL), +(@OGUID+1688, 1731, 0, 85, 0, 1, 1, 2781.51, -833.163, 154.953, 2.23402, 0, 0, 0.898793, 0.438373, 300, 255, 1, '', 53788, NULL), +(@OGUID+1689, 1731, 0, 85, 0, 1, 1, 1657.44, -279.489, 56.2017, 3.47321, 0, 0, -0.986285, 0.16505, 300, 255, 1, '', 46368, NULL), +(@OGUID+1690, 1731, 0, 85, 0, 1, 1, 1790.83, 884.56, 33.8723, 2.30383, 0, 0, 0.913545, 0.406738, 300, 255, 1, '', 51943, NULL), +(@OGUID+1691, 1731, 0, 85, 0, 1, 1, 2133.66, -315.844, 57.8635, 2.21657, 0, 0, 0.894934, 0.446199, 300, 255, 1, '', 51943, NULL), +(@OGUID+1692, 1731, 0, 85, 0, 1, 1, 2252.92, -636.266, 81.7184, 0.95993, 0, 0, 0.461748, 0.887011, 300, 255, 1, '', 46902, NULL), +(@OGUID+1693, 1731, 0, 85, 0, 1, 1, 2270.87, 649.895, 25.2218, 1.97222, 0, 0, 0.833885, 0.551938, 300, 255, 1, '', 46902, NULL), +(@OGUID+1694, 1731, 0, 85, 0, 1, 1, 2373.29, 804.254, 47.0329, 4.55531, 0, 0, -0.760406, 0.649449, 300, 255, 1, '', 46368, NULL), +(@OGUID+1695, 1731, 0, 85, 0, 1, 1, 2421.14, 1762.29, 36.7975, 3.61284, 0, 0, -0.972369, 0.233448, 300, 255, 1, '', 52237, NULL), +(@OGUID+1696, 1731, 0, 85, 0, 1, 1, 2475.6, 482.201, 44.1396, 5.68977, 0, 0, -0.292372, 0.956305, 300, 255, 1, '', 52237, NULL), +(@OGUID+1697, 1731, 0, 85, 0, 1, 1, 2485.92, 581.391, 34.6939, 4.20625, 0, 0, -0.861629, 0.507539, 300, 255, 1, '', 46368, NULL), +(@OGUID+1698, 1731, 0, 85, 0, 1, 1, 2510.69, -376.824, 85.8907, 5.70723, 0, 0, -0.284015, 0.95882, 300, 255, 1, '', 46902, NULL), +(@OGUID+1699, 1731, 0, 85, 0, 1, 1, 2517.72, 434.211, 29.6075, 3.17653, 0, 0, -0.999847, 0.0174693, 300, 255, 1, '', 52237, NULL), +(@OGUID+1700, 1731, 0, 85, 0, 1, 1, 2529.08, 541.433, 16.1038, 4.50295, 0, 0, -0.777145, 0.629321, 300, 255, 1, '', 46902, NULL), +(@OGUID+1701, 1731, 0, 85, 0, 1, 1, 2589.23, -673.345, 78.9289, 2.42601, 0, 0, 0.936672, 0.350207, 300, 255, 1, '', 46248, NULL), +(@OGUID+1702, 1731, 0, 85, 0, 1, 1, 2613.72, -503.312, 91.9222, 3.05433, 0, 0, 0.999048, 0.0436193, 300, 255, 1, '', 52237, NULL), +(@OGUID+1703, 1731, 0, 85, 0, 1, 1, 2637.17, -658.979, 108.516, 3.12412, 0, 0, 0.999962, 0.00873464, 300, 255, 1, '', 52237, NULL), +(@OGUID+1704, 1731, 0, 85, 0, 1, 1, 2646.08, 1350.02, 9.43725, 4.60767, 0, 0, -0.743144, 0.669131, 300, 255, 1, '', 46902, NULL), +(@OGUID+1705, 1731, 0, 85, 0, 1, 1, 2656.63, 1194.32, 74.8139, 4.45059, 0, 0, -0.793353, 0.608762, 300, 255, 1, '', 46779, NULL), +(@OGUID+1706, 1731, 0, 85, 0, 1, 1, 2673.13, 1071.51, 116.882, 1.8675, 0, 0, 0.803857, 0.594823, 300, 255, 1, '', 46902, NULL), +(@OGUID+1707, 1731, 0, 85, 0, 1, 1, 2686.04, -717.874, 129.438, 1.64061, 0, 0, 0.731353, 0.681999, 300, 255, 1, '', 52237, NULL), +(@OGUID+1708, 1731, 0, 85, 0, 1, 1, 2692.15, 509.926, 20.9888, 5.88176, 0, 0, -0.199368, 0.979925, 300, 255, 1, '', 46779, NULL), +(@OGUID+1709, 1731, 0, 85, 0, 1, 1, 2709.98, 1336.98, 42.0939, 1.22173, 0, 0, 0.573576, 0.819152, 300, 255, 1, '', 46902, NULL), +(@OGUID+1710, 1731, 0, 85, 0, 1, 1, 2721.52, -931.349, 81.0418, 5.21854, 0, 0, -0.507538, 0.861629, 300, 255, 1, '', 51943, NULL), +(@OGUID+1711, 1731, 0, 85, 0, 1, 1, 2745.86, -385.011, 85.5166, 0.261798, 0, 0, 0.130526, 0.991445, 300, 255, 1, '', 46902, NULL), +(@OGUID+1712, 1731, 0, 85, 0, 1, 1, 2887.74, -325.06, 60.2809, 4.27606, 0, 0, -0.843391, 0.5373, 300, 255, 1, '', 46902, NULL), +(@OGUID+1713, 1731, 0, 85, 0, 1, 1, 2896.65, -399.971, 84.3644, 5.5676, 0, 0, -0.350207, 0.936672, 300, 255, 1, '', 46902, NULL), +(@OGUID+1714, 1731, 0, 85, 152, 1, 1, 2196.57, -500.417, 86.2787, 5.79449, 0, 0, -0.241921, 0.970296, 300, 255, 1, '', 51943, NULL), +(@OGUID+1715, 1731, 0, 85, 152, 1, 1, 2597.55, -100.448, 31.3827, 2.11185, 0, 0, 0.870356, 0.492424, 300, 255, 1, '', 51943, NULL), +(@OGUID+1716, 1731, 0, 85, 152, 1, 1, 2982.13, -569.891, 121.658, 3.26377, 0, 0, -0.998135, 0.0610518, 300, 255, 1, '', 51943, NULL), +(@OGUID+1717, 1731, 0, 85, 152, 1, 1, 3100.4, -591.574, 126.455, 2.49582, 0, 0, 0.948323, 0.317306, 300, 255, 1, '', 51943, NULL), +(@OGUID+1718, 1731, 0, 85, 154, 1, 1, 2228.82, 1288.9, 49.7022, 1.02974, 0, 0, 0.492423, 0.870356, 300, 255, 1, '', 52237, NULL), +(@OGUID+1719, 1731, 0, 85, 156, 1, 1, 2245.63, 1519.28, 53.4071, 3.7001, 0, 0, -0.961261, 0.27564, 300, 255, 1, '', 46368, NULL), +(@OGUID+1720, 1731, 0, 85, 156, 1, 1, 2416.76, 1470.06, 39.4758, 0.890117, 0, 0, 0.430511, 0.902586, 300, 255, 1, '', 46779, NULL), +(@OGUID+1721, 1731, 0, 85, 157, 1, 1, 2410.51, 846.121, 62.4501, 1.0821, 0, 0, 0.515038, 0.857168, 300, 255, 1, '', 46779, NULL), +(@OGUID+1722, 1731, 0, 85, 157, 1, 1, 2659.18, 803.75, 113.899, 0.314158, 0, 0, 0.156434, 0.987688, 300, 255, 1, '', 52237, NULL), +(@OGUID+1723, 1731, 0, 85, 157, 1, 1, 2782.65, 758.797, 124.307, 1.88495, 0, 0, 0.809016, 0.587786, 300, 255, 1, '', 46368, NULL), +(@OGUID+1724, 1731, 0, 85, 157, 1, 1, 2804.28, 742.075, 138.342, 5.67232, 0, 0, -0.300705, 0.953717, 300, 255, 1, '', 46902, NULL), +(@OGUID+1725, 1731, 0, 85, 157, 1, 1, 2889.69, 1104.54, 115.668, 4.17134, 0, 0, -0.870356, 0.492424, 300, 255, 1, '', 46368, NULL), +(@OGUID+1726, 1731, 0, 85, 157, 1, 1, 2968.59, 1132.8, 84.2412, 5.41052, 0, 0, -0.422618, 0.906308, 300, 255, 1, '', 46779, NULL), +(@OGUID+1727, 1731, 0, 85, 157, 1, 1, 3017.09, 707.056, 99.7549, 3.54302, 0, 0, -0.979924, 0.19937, 300, 255, 1, '', 52237, NULL), +(@OGUID+1728, 1731, 0, 85, 157, 1, 1, 3023.28, 790.686, 87.5232, 0.436332, 0, 0, 0.216439, 0.976296, 300, 255, 1, '', 52237, NULL), +(@OGUID+1729, 1731, 0, 85, 157, 1, 1, 3040.21, 619.111, 98.6797, 4.7822, 0, 0, -0.681998, 0.731354, 300, 255, 1, '', 52237, NULL), +(@OGUID+1730, 1731, 0, 85, 162, 1, 1, 2478.05, 56.4996, 12.6834, 1.29154, 0, 0, 0.601814, 0.798636, 300, 255, 1, '', 46779, NULL), +(@OGUID+1731, 1731, 0, 85, 162, 1, 1, 2551.51, -120.405, 25.5001, 2.67035, 0, 0, 0.972369, 0.233448, 300, 255, 1, '', 46779, NULL), +(@OGUID+1732, 1731, 0, 85, 164, 1, 1, 2914.17, 318.584, 25.4894, 1.97222, 0, 0, 0.833885, 0.551938, 300, 255, 1, '', 52237, NULL), +(@OGUID+1733, 1731, 0, 85, 164, 1, 1, 2927.08, 447.921, 37.3951, 3.68265, 0, 0, -0.96363, 0.267241, 300, 255, 1, '', 46779, NULL), +(@OGUID+1734, 1731, 0, 85, 164, 1, 1, 2956.82, 412.312, 39.4448, 3.45576, 0, 0, -0.987688, 0.156436, 300, 255, 1, '', 46902, NULL), +(@OGUID+1735, 1731, 0, 85, 165, 1, 1, 2085.72, -426.596, 45.7361, 3.45576, 0, 0, -0.987688, 0.156436, 300, 255, 1, '', 46902, NULL), +(@OGUID+1736, 1731, 0, 85, 166, 1, 1, 2221.54, 616.308, 27.6591, 4.53786, 0, 0, -0.766044, 0.642789, 300, 255, 1, '', 46368, NULL), +(@OGUID+1737, 1731, 0, 85, 167, 1, 1, 2109.25, -590.871, 65.8331, 3.01941, 0, 0, 0.998135, 0.0610518, 300, 255, 1, '', 46779, NULL), +(@OGUID+1738, 1731, 0, 85, 168, 1, 1, 3019.68, 162.956, -7.08108, 4.43314, 0, 0, -0.798635, 0.601815, 300, 255, 1, '', 52237, NULL), +(@OGUID+1739, 1731, 0, 85, 168, 1, 1, 3059.6, 460.269, 10.4857, 5.51524, 0, 0, -0.374606, 0.927184, 300, 255, 1, '', 46902, NULL), +(@OGUID+1740, 1731, 0, 85, 169, 1, 1, 2489.71, 1485.08, 8.52363, 5.49779, 0, 0, -0.382683, 0.92388, 300, 255, 1, '', 46902, NULL), +(@OGUID+1741, 1731, 0, 85, 169, 1, 1, 2620.32, 1454.64, -8.52259, 4.71239, 0, 0, -0.707107, 0.707107, 300, 255, 1, '', 46779, NULL), +(@OGUID+1742, 1731, 0, 85, 169, 1, 1, 2736.66, 1411.2, 2.68338, 5.53269, 0, 0, -0.366501, 0.930418, 300, 255, 1, '', 52237, NULL), +(@OGUID+1743, 1731, 0, 85, 459, 1, 1, 2764.11, -473.161, 100.833, 5.63741, 0, 0, -0.317305, 0.948324, 300, 255, 1, '', 52237, NULL), +(@OGUID+1744, 1731, 0, 85, 459, 1, 1, 2968.69, -519.012, 109.958, 4.39823, 0, 0, -0.809016, 0.587786, 300, 255, 1, '', 52237, NULL), +(@OGUID+1745, 1731, 0, 85, 459, 1, 1, 2983.78, -474.167, 83.9406, 0.523598, 0, 0, 0.258819, 0.965926, 300, 255, 1, '', 46779, NULL), +(@OGUID+1746, 1731, 0, 85, 811, 1, 1, 1841.24, 1133.81, 33.6349, 3.15906, 0, 0, -0.999962, 0.00873464, 300, 255, 1, '', 46779, NULL), +(@OGUID+1747, 1731, 0, 85, 811, 1, 1, 1888.04, 979.146, 29.1322, 2.3911, 0, 0, 0.930417, 0.366502, 300, 255, 1, '', 46779, NULL), +(@OGUID+1748, 1731, 0, 85, 811, 1, 1, 1906.74, 1177.61, 50.2644, 2.26893, 0, 0, 0.906307, 0.422619, 300, 255, 1, '', 46368, NULL), +(@OGUID+1749, 1731, 0, 85, 811, 1, 1, 1908.19, 1077.63, 31.1444, 0.209439, 0, 0, 0.104528, 0.994522, 300, 255, 1, '', 46902, NULL), +(@OGUID+1750, 1731, 0, 85, 811, 1, 1, 1954.12, 1223.42, 61.5855, 3.24635, 0, 0, -0.998629, 0.0523532, 300, 255, 1, '', 46779, NULL), +(@OGUID+1751, 1731, 0, 85, 812, 1, 1, 2104.39, -828.821, 112.061, 2.14675, 0, 0, 0.878817, 0.47716, 300, 255, 1, '', 46779, NULL), +(@OGUID+1752, 1731, 0, 85, 812, 1, 1, 2155.69, -810.184, 87.418, 4.41568, 0, 0, -0.803857, 0.594823, 300, 255, 1, '', 52237, NULL), +(@OGUID+1753, 1731, 0, 85, 812, 1, 1, 2159.71, -890.177, 89.4416, 1.93731, 0, 0, 0.824125, 0.566408, 300, 255, 1, '', 46902, NULL), +(@OGUID+1754, 1731, 0, 85, 812, 1, 1, 2283.34, -1086.17, 83.1417, 4.18879, 0, 0, -0.866025, 0.500001, 300, 255, 1, '', 46902, NULL), +(@OGUID+1755, 1731, 0, 85, 812, 1, 1, 2454.74, -1084.52, 103.86, 4.69494, 0, 0, -0.71325, 0.70091, 300, 255, 1, '', 46902, NULL), +(@OGUID+1756, 1731, 0, 85, 812, 1, 1, 2700.2, -846.233, 84.8905, 0.279252, 0, 0, 0.139173, 0.990268, 300, 255, 1, '', 46902, NULL); + +-- Scarlet Plateau (Scarlet Monastery + Venomweb Vale) +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+1437, @POOL_MOTHER+98 , 0, 'Tirisfal Glades - Scarlet Plateau - Silverleaf'), +(@OGUID+1500, @POOL_MOTHER+98 , 0, 'Tirisfal Glades - Scarlet Plateau - Silverleaf'), +(@OGUID+1507, @POOL_MOTHER+98 , 0, 'Tirisfal Glades - Scarlet Plateau - Silverleaf'), +(@OGUID+1508, @POOL_MOTHER+98 , 0, 'Tirisfal Glades - Scarlet Plateau - Silverleaf'), +(@OGUID+1509, @POOL_MOTHER+98 , 0, 'Tirisfal Glades - Scarlet Plateau - Silverleaf'), +(@OGUID+1538, @POOL_MOTHER+99 , 0, 'Tirisfal Glades - Scarlet Plateau - Peacebloom'), +(@OGUID+1544, @POOL_MOTHER+99 , 0, 'Tirisfal Glades - Scarlet Plateau - Peacebloom'), +(@OGUID+1548, @POOL_MOTHER+99 , 0, 'Tirisfal Glades - Scarlet Plateau - Peacebloom'), +(@OGUID+1549, @POOL_MOTHER+99 , 0, 'Tirisfal Glades - Scarlet Plateau - Peacebloom'), +(@OGUID+1557, @POOL_MOTHER+99 , 0, 'Tirisfal Glades - Scarlet Plateau - Peacebloom'), +(@OGUID+1583, @POOL_MOTHER+99 , 0, 'Tirisfal Glades - Scarlet Plateau - Peacebloom'), +(@OGUID+1592, @POOL_MOTHER+100 , 0, 'Tirisfal Glades - Scarlet Plateau - Earthroot'), +(@OGUID+1593, @POOL_MOTHER+100 , 0, 'Tirisfal Glades - Scarlet Plateau - Earthroot'), +(@OGUID+1594, @POOL_MOTHER+100 , 0, 'Tirisfal Glades - Scarlet Plateau - Earthroot'), +(@OGUID+1596, @POOL_MOTHER+100 , 0, 'Tirisfal Glades - Scarlet Plateau - Earthroot'), +(@OGUID+1599, @POOL_MOTHER+100 , 0, 'Tirisfal Glades - Scarlet Plateau - Earthroot'), +(@OGUID+1600, @POOL_MOTHER+100 , 0, 'Tirisfal Glades - Scarlet Plateau - Earthroot'), +(@OGUID+1605, @POOL_MOTHER+100 , 0, 'Tirisfal Glades - Scarlet Plateau - Earthroot'), +(@OGUID+1606, @POOL_MOTHER+100 , 0, 'Tirisfal Glades - Scarlet Plateau - Earthroot'), +(@OGUID+1609, @POOL_MOTHER+100 , 0, 'Tirisfal Glades - Scarlet Plateau - Earthroot'), +(@OGUID+1613, @POOL_MOTHER+100 , 0, 'Tirisfal Glades - Scarlet Plateau - Earthroot'), +(@OGUID+1620, @POOL_MOTHER+100 , 0, 'Tirisfal Glades - Scarlet Plateau - Earthroot'), +(@OGUID+1621, @POOL_MOTHER+100 , 0, 'Tirisfal Glades - Scarlet Plateau - Earthroot'), +(@OGUID+1624, @POOL_MOTHER+100 , 0, 'Tirisfal Glades - Scarlet Plateau - Earthroot'), +(@OGUID+1634, @POOL_MOTHER+100 , 0, 'Tirisfal Glades - Scarlet Plateau - Earthroot'), +(@OGUID+1639, @POOL_MOTHER+100 , 0, 'Tirisfal Glades - Scarlet Plateau - Earthroot'), +(@OGUID+1655, @POOL_MOTHER+101 , 0, 'Tirisfal Glades - Scarlet Plateau - Copper Vein'), +(@OGUID+1657, @POOL_MOTHER+101 , 0, 'Tirisfal Glades - Scarlet Plateau - Copper Vein'), +(@OGUID+1658, @POOL_MOTHER+101 , 0, 'Tirisfal Glades - Scarlet Plateau - Copper Vein'), +(@OGUID+1660, @POOL_MOTHER+101 , 0, 'Tirisfal Glades - Scarlet Plateau - Copper Vein'), +(@OGUID+1661, @POOL_MOTHER+101 , 0, 'Tirisfal Glades - Scarlet Plateau - Copper Vein'), +(@OGUID+1668, @POOL_MOTHER+101 , 0, 'Tirisfal Glades - Scarlet Plateau - Copper Vein'), +(@OGUID+1669, @POOL_MOTHER+101 , 0, 'Tirisfal Glades - Scarlet Plateau - Copper Vein'), +(@OGUID+1672, @POOL_MOTHER+101 , 0, 'Tirisfal Glades - Scarlet Plateau - Copper Vein'), +(@OGUID+1676, @POOL_MOTHER+101 , 0, 'Tirisfal Glades - Scarlet Plateau - Copper Vein'), +(@OGUID+1678, @POOL_MOTHER+101 , 0, 'Tirisfal Glades - Scarlet Plateau - Copper Vein'), +(@OGUID+1680, @POOL_MOTHER+101 , 0, 'Tirisfal Glades - Scarlet Plateau - Copper Vein'), +(@OGUID+1681, @POOL_MOTHER+101 , 0, 'Tirisfal Glades - Scarlet Plateau - Copper Vein'), +(@OGUID+1683, @POOL_MOTHER+101 , 0, 'Tirisfal Glades - Scarlet Plateau - Copper Vein'), +(@OGUID+1688, @POOL_MOTHER+101 , 0, 'Tirisfal Glades - Scarlet Plateau - Copper Vein'), +(@OGUID+1692, @POOL_MOTHER+101 , 0, 'Tirisfal Glades - Scarlet Plateau - Copper Vein'), +(@OGUID+1701, @POOL_MOTHER+101 , 0, 'Tirisfal Glades - Scarlet Plateau - Copper Vein'), +(@OGUID+1702, @POOL_MOTHER+101 , 0, 'Tirisfal Glades - Scarlet Plateau - Copper Vein'), +(@OGUID+1703, @POOL_MOTHER+101 , 0, 'Tirisfal Glades - Scarlet Plateau - Copper Vein'), +(@OGUID+1707, @POOL_MOTHER+101 , 0, 'Tirisfal Glades - Scarlet Plateau - Copper Vein'), +(@OGUID+1710, @POOL_MOTHER+101 , 0, 'Tirisfal Glades - Scarlet Plateau - Copper Vein'), +(@OGUID+1711, @POOL_MOTHER+101 , 0, 'Tirisfal Glades - Scarlet Plateau - Copper Vein'), +(@OGUID+1713, @POOL_MOTHER+101 , 0, 'Tirisfal Glades - Scarlet Plateau - Copper Vein'), +(@OGUID+1714, @POOL_MOTHER+101 , 0, 'Tirisfal Glades - Scarlet Plateau - Copper Vein'), +(@OGUID+1716, @POOL_MOTHER+101 , 0, 'Tirisfal Glades - Scarlet Plateau - Copper Vein'), +(@OGUID+1717, @POOL_MOTHER+101 , 0, 'Tirisfal Glades - Scarlet Plateau - Copper Vein'), +(@OGUID+1735, @POOL_MOTHER+101 , 0, 'Tirisfal Glades - Scarlet Plateau - Copper Vein'), +(@OGUID+1737, @POOL_MOTHER+101 , 0, 'Tirisfal Glades - Scarlet Plateau - Copper Vein'), +(@OGUID+1743, @POOL_MOTHER+101 , 0, 'Tirisfal Glades - Scarlet Plateau - Copper Vein'), +(@OGUID+1744, @POOL_MOTHER+101 , 0, 'Tirisfal Glades - Scarlet Plateau - Copper Vein'), +(@OGUID+1745, @POOL_MOTHER+101 , 0, 'Tirisfal Glades - Scarlet Plateau - Copper Vein'), +(@OGUID+1751, @POOL_MOTHER+101 , 0, 'Tirisfal Glades - Scarlet Plateau - Copper Vein'), +(@OGUID+1752, @POOL_MOTHER+101 , 0, 'Tirisfal Glades - Scarlet Plateau - Copper Vein'), +(@OGUID+1753, @POOL_MOTHER+101 , 0, 'Tirisfal Glades - Scarlet Plateau - Copper Vein'), +(@OGUID+1754, @POOL_MOTHER+101 , 0, 'Tirisfal Glades - Scarlet Plateau - Copper Vein'), +(@OGUID+1755, @POOL_MOTHER+101 , 0, 'Tirisfal Glades - Scarlet Plateau - Copper Vein'), +(@OGUID+1756, @POOL_MOTHER+101 , 0, 'Tirisfal Glades - Scarlet Plateau - Copper Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+98 , 2, 'Tirisfal Glades - Scarlet Plateau - Silverleaf - 2/5'), +(@POOL_MOTHER+99 , 2, 'Tirisfal Glades - Scarlet Plateau - Peacebloom - 2/6'), +(@POOL_MOTHER+100, 5, 'Tirisfal Glades - Scarlet Plateau - Earthroot - 5/15'), +(@POOL_MOTHER+101, 10, 'Tirisfal Glades - Scarlet Plateau - Copper Vein - 10/36'); + +-- Brill +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+1422, @POOL_MOTHER+102 , 0, 'Tirisfal Glades - Brill - Silverleaf'), +(@OGUID+1423, @POOL_MOTHER+102 , 0, 'Tirisfal Glades - Brill - Silverleaf'), +(@OGUID+1424, @POOL_MOTHER+102 , 0, 'Tirisfal Glades - Brill - Silverleaf'), +(@OGUID+1425, @POOL_MOTHER+102 , 0, 'Tirisfal Glades - Brill - Silverleaf'), +(@OGUID+1426, @POOL_MOTHER+102 , 0, 'Tirisfal Glades - Brill - Silverleaf'), +(@OGUID+1427, @POOL_MOTHER+102 , 0, 'Tirisfal Glades - Brill - Silverleaf'), +(@OGUID+1428, @POOL_MOTHER+102 , 0, 'Tirisfal Glades - Brill - Silverleaf'), +(@OGUID+1430, @POOL_MOTHER+102 , 0, 'Tirisfal Glades - Brill - Silverleaf'), +(@OGUID+1431, @POOL_MOTHER+102 , 0, 'Tirisfal Glades - Brill - Silverleaf'), +(@OGUID+1432, @POOL_MOTHER+102 , 0, 'Tirisfal Glades - Brill - Silverleaf'), +(@OGUID+1433, @POOL_MOTHER+102 , 0, 'Tirisfal Glades - Brill - Silverleaf'), +(@OGUID+1434, @POOL_MOTHER+102 , 0, 'Tirisfal Glades - Brill - Silverleaf'), +(@OGUID+1435, @POOL_MOTHER+102 , 0, 'Tirisfal Glades - Brill - Silverleaf'), +(@OGUID+1436, @POOL_MOTHER+102 , 0, 'Tirisfal Glades - Brill - Silverleaf'), +(@OGUID+1442, @POOL_MOTHER+102 , 0, 'Tirisfal Glades - Brill - Silverleaf'), +(@OGUID+1445, @POOL_MOTHER+102 , 0, 'Tirisfal Glades - Brill - Silverleaf'), +(@OGUID+1446, @POOL_MOTHER+102 , 0, 'Tirisfal Glades - Brill - Silverleaf'), +(@OGUID+1448, @POOL_MOTHER+102 , 0, 'Tirisfal Glades - Brill - Silverleaf'), +(@OGUID+1449, @POOL_MOTHER+102 , 0, 'Tirisfal Glades - Brill - Silverleaf'), +(@OGUID+1450, @POOL_MOTHER+102 , 0, 'Tirisfal Glades - Brill - Silverleaf'), +(@OGUID+1451, @POOL_MOTHER+102 , 0, 'Tirisfal Glades - Brill - Silverleaf'), +(@OGUID+1452, @POOL_MOTHER+102 , 0, 'Tirisfal Glades - Brill - Silverleaf'), +(@OGUID+1453, @POOL_MOTHER+102 , 0, 'Tirisfal Glades - Brill - Silverleaf'), +(@OGUID+1454, @POOL_MOTHER+102 , 0, 'Tirisfal Glades - Brill - Silverleaf'), +(@OGUID+1455, @POOL_MOTHER+102 , 0, 'Tirisfal Glades - Brill - Silverleaf'), +(@OGUID+1458, @POOL_MOTHER+102 , 0, 'Tirisfal Glades - Brill - Silverleaf'), +(@OGUID+1459, @POOL_MOTHER+102 , 0, 'Tirisfal Glades - Brill - Silverleaf'), +(@OGUID+1460, @POOL_MOTHER+102 , 0, 'Tirisfal Glades - Brill - Silverleaf'), +(@OGUID+1461, @POOL_MOTHER+102 , 0, 'Tirisfal Glades - Brill - Silverleaf'), +(@OGUID+1462, @POOL_MOTHER+102 , 0, 'Tirisfal Glades - Brill - Silverleaf'), +(@OGUID+1467, @POOL_MOTHER+102 , 0, 'Tirisfal Glades - Brill - Silverleaf'), +(@OGUID+1469, @POOL_MOTHER+102 , 0, 'Tirisfal Glades - Brill - Silverleaf'), +(@OGUID+1472, @POOL_MOTHER+102 , 0, 'Tirisfal Glades - Brill - Silverleaf'), +(@OGUID+1474, @POOL_MOTHER+102 , 0, 'Tirisfal Glades - Brill - Silverleaf'), +(@OGUID+1475, @POOL_MOTHER+102 , 0, 'Tirisfal Glades - Brill - Silverleaf'), +(@OGUID+1477, @POOL_MOTHER+102 , 0, 'Tirisfal Glades - Brill - Silverleaf'), +(@OGUID+1479, @POOL_MOTHER+102 , 0, 'Tirisfal Glades - Brill - Silverleaf'), +(@OGUID+1480, @POOL_MOTHER+102 , 0, 'Tirisfal Glades - Brill - Silverleaf'), +(@OGUID+1481, @POOL_MOTHER+102 , 0, 'Tirisfal Glades - Brill - Silverleaf'), +(@OGUID+1482, @POOL_MOTHER+102 , 0, 'Tirisfal Glades - Brill - Silverleaf'), +(@OGUID+1484, @POOL_MOTHER+102 , 0, 'Tirisfal Glades - Brill - Silverleaf'), +(@OGUID+1485, @POOL_MOTHER+102 , 0, 'Tirisfal Glades - Brill - Silverleaf'), +(@OGUID+1486, @POOL_MOTHER+102 , 0, 'Tirisfal Glades - Brill - Silverleaf'), +(@OGUID+1487, @POOL_MOTHER+102 , 0, 'Tirisfal Glades - Brill - Silverleaf'), +(@OGUID+1489, @POOL_MOTHER+102 , 0, 'Tirisfal Glades - Brill - Silverleaf'), +(@OGUID+1492, @POOL_MOTHER+102 , 0, 'Tirisfal Glades - Brill - Silverleaf'), +(@OGUID+1494, @POOL_MOTHER+102 , 0, 'Tirisfal Glades - Brill - Silverleaf'), +(@OGUID+1496, @POOL_MOTHER+102 , 0, 'Tirisfal Glades - Brill - Silverleaf'), +(@OGUID+1498, @POOL_MOTHER+102 , 0, 'Tirisfal Glades - Brill - Silverleaf'), +(@OGUID+1499, @POOL_MOTHER+102 , 0, 'Tirisfal Glades - Brill - Silverleaf'), +(@OGUID+1501, @POOL_MOTHER+102 , 0, 'Tirisfal Glades - Brill - Silverleaf'), +(@OGUID+1502, @POOL_MOTHER+102 , 0, 'Tirisfal Glades - Brill - Silverleaf'), +(@OGUID+1527, @POOL_MOTHER+103 , 0, 'Tirisfal Glades - Brill - Peacebloom'), +(@OGUID+1528, @POOL_MOTHER+103 , 0, 'Tirisfal Glades - Brill - Peacebloom'), +(@OGUID+1530, @POOL_MOTHER+103 , 0, 'Tirisfal Glades - Brill - Peacebloom'), +(@OGUID+1531, @POOL_MOTHER+103 , 0, 'Tirisfal Glades - Brill - Peacebloom'), +(@OGUID+1532, @POOL_MOTHER+103 , 0, 'Tirisfal Glades - Brill - Peacebloom'), +(@OGUID+1533, @POOL_MOTHER+103 , 0, 'Tirisfal Glades - Brill - Peacebloom'), +(@OGUID+1534, @POOL_MOTHER+103 , 0, 'Tirisfal Glades - Brill - Peacebloom'), +(@OGUID+1535, @POOL_MOTHER+103 , 0, 'Tirisfal Glades - Brill - Peacebloom'), +(@OGUID+1537, @POOL_MOTHER+103 , 0, 'Tirisfal Glades - Brill - Peacebloom'), +(@OGUID+1539, @POOL_MOTHER+103 , 0, 'Tirisfal Glades - Brill - Peacebloom'), +(@OGUID+1540, @POOL_MOTHER+103 , 0, 'Tirisfal Glades - Brill - Peacebloom'), +(@OGUID+1542, @POOL_MOTHER+103 , 0, 'Tirisfal Glades - Brill - Peacebloom'), +(@OGUID+1545, @POOL_MOTHER+103 , 0, 'Tirisfal Glades - Brill - Peacebloom'), +(@OGUID+1546, @POOL_MOTHER+103 , 0, 'Tirisfal Glades - Brill - Peacebloom'), +(@OGUID+1547, @POOL_MOTHER+103 , 0, 'Tirisfal Glades - Brill - Peacebloom'), +(@OGUID+1550, @POOL_MOTHER+103 , 0, 'Tirisfal Glades - Brill - Peacebloom'), +(@OGUID+1551, @POOL_MOTHER+103 , 0, 'Tirisfal Glades - Brill - Peacebloom'), +(@OGUID+1553, @POOL_MOTHER+103 , 0, 'Tirisfal Glades - Brill - Peacebloom'), +(@OGUID+1554, @POOL_MOTHER+103 , 0, 'Tirisfal Glades - Brill - Peacebloom'), +(@OGUID+1556, @POOL_MOTHER+103 , 0, 'Tirisfal Glades - Brill - Peacebloom'), +(@OGUID+1558, @POOL_MOTHER+103 , 0, 'Tirisfal Glades - Brill - Peacebloom'), +(@OGUID+1561, @POOL_MOTHER+103 , 0, 'Tirisfal Glades - Brill - Peacebloom'), +(@OGUID+1562, @POOL_MOTHER+103 , 0, 'Tirisfal Glades - Brill - Peacebloom'), +(@OGUID+1565, @POOL_MOTHER+103 , 0, 'Tirisfal Glades - Brill - Peacebloom'), +(@OGUID+1566, @POOL_MOTHER+103 , 0, 'Tirisfal Glades - Brill - Peacebloom'), +(@OGUID+1567, @POOL_MOTHER+103 , 0, 'Tirisfal Glades - Brill - Peacebloom'), +(@OGUID+1569, @POOL_MOTHER+103 , 0, 'Tirisfal Glades - Brill - Peacebloom'), +(@OGUID+1571, @POOL_MOTHER+103 , 0, 'Tirisfal Glades - Brill - Peacebloom'), +(@OGUID+1572, @POOL_MOTHER+103 , 0, 'Tirisfal Glades - Brill - Peacebloom'), +(@OGUID+1574, @POOL_MOTHER+103 , 0, 'Tirisfal Glades - Brill - Peacebloom'), +(@OGUID+1575, @POOL_MOTHER+103 , 0, 'Tirisfal Glades - Brill - Peacebloom'), +(@OGUID+1577, @POOL_MOTHER+103 , 0, 'Tirisfal Glades - Brill - Peacebloom'), +(@OGUID+1579, @POOL_MOTHER+103 , 0, 'Tirisfal Glades - Brill - Peacebloom'), +(@OGUID+1581, @POOL_MOTHER+103 , 0, 'Tirisfal Glades - Brill - Peacebloom'), +(@OGUID+1589, @POOL_MOTHER+104 , 0, 'Tirisfal Glades - Brill - Earthroot'), +(@OGUID+1590, @POOL_MOTHER+104 , 0, 'Tirisfal Glades - Brill - Earthroot'), +(@OGUID+1591, @POOL_MOTHER+104 , 0, 'Tirisfal Glades - Brill - Earthroot'), +(@OGUID+1595, @POOL_MOTHER+104 , 0, 'Tirisfal Glades - Brill - Earthroot'), +(@OGUID+1602, @POOL_MOTHER+104 , 0, 'Tirisfal Glades - Brill - Earthroot'), +(@OGUID+1603, @POOL_MOTHER+104 , 0, 'Tirisfal Glades - Brill - Earthroot'), +(@OGUID+1604, @POOL_MOTHER+104 , 0, 'Tirisfal Glades - Brill - Earthroot'), +(@OGUID+1607, @POOL_MOTHER+104 , 0, 'Tirisfal Glades - Brill - Earthroot'), +(@OGUID+1608, @POOL_MOTHER+104 , 0, 'Tirisfal Glades - Brill - Earthroot'), +(@OGUID+1610, @POOL_MOTHER+104 , 0, 'Tirisfal Glades - Brill - Earthroot'), +(@OGUID+1611, @POOL_MOTHER+104 , 0, 'Tirisfal Glades - Brill - Earthroot'), +(@OGUID+1614, @POOL_MOTHER+104 , 0, 'Tirisfal Glades - Brill - Earthroot'), +(@OGUID+1622, @POOL_MOTHER+104 , 0, 'Tirisfal Glades - Brill - Earthroot'), +(@OGUID+1625, @POOL_MOTHER+104 , 0, 'Tirisfal Glades - Brill - Earthroot'), +(@OGUID+1626, @POOL_MOTHER+104 , 0, 'Tirisfal Glades - Brill - Earthroot'), +(@OGUID+1629, @POOL_MOTHER+104 , 0, 'Tirisfal Glades - Brill - Earthroot'), +(@OGUID+1630, @POOL_MOTHER+104 , 0, 'Tirisfal Glades - Brill - Earthroot'), +(@OGUID+1631, @POOL_MOTHER+104 , 0, 'Tirisfal Glades - Brill - Earthroot'), +(@OGUID+1632, @POOL_MOTHER+104 , 0, 'Tirisfal Glades - Brill - Earthroot'), +(@OGUID+1633, @POOL_MOTHER+104 , 0, 'Tirisfal Glades - Brill - Earthroot'), +(@OGUID+1635, @POOL_MOTHER+104 , 0, 'Tirisfal Glades - Brill - Earthroot'), +(@OGUID+1636, @POOL_MOTHER+104 , 0, 'Tirisfal Glades - Brill - Earthroot'), +(@OGUID+1637, @POOL_MOTHER+104 , 0, 'Tirisfal Glades - Brill - Earthroot'), +(@OGUID+1652, @POOL_MOTHER+105 , 0, 'Tirisfal Glades - Brill - Copper Vein'), +(@OGUID+1653, @POOL_MOTHER+105 , 0, 'Tirisfal Glades - Brill - Copper Vein'), +(@OGUID+1654, @POOL_MOTHER+105 , 0, 'Tirisfal Glades - Brill - Copper Vein'), +(@OGUID+1656, @POOL_MOTHER+105 , 0, 'Tirisfal Glades - Brill - Copper Vein'), +(@OGUID+1666, @POOL_MOTHER+105 , 0, 'Tirisfal Glades - Brill - Copper Vein'), +(@OGUID+1667, @POOL_MOTHER+105 , 0, 'Tirisfal Glades - Brill - Copper Vein'), +(@OGUID+1671, @POOL_MOTHER+105 , 0, 'Tirisfal Glades - Brill - Copper Vein'), +(@OGUID+1673, @POOL_MOTHER+105 , 0, 'Tirisfal Glades - Brill - Copper Vein'), +(@OGUID+1675, @POOL_MOTHER+105 , 0, 'Tirisfal Glades - Brill - Copper Vein'), +(@OGUID+1677, @POOL_MOTHER+105 , 0, 'Tirisfal Glades - Brill - Copper Vein'), +(@OGUID+1679, @POOL_MOTHER+105 , 0, 'Tirisfal Glades - Brill - Copper Vein'), +(@OGUID+1682, @POOL_MOTHER+105 , 0, 'Tirisfal Glades - Brill - Copper Vein'), +(@OGUID+1684, @POOL_MOTHER+105 , 0, 'Tirisfal Glades - Brill - Copper Vein'), +(@OGUID+1685, @POOL_MOTHER+105 , 0, 'Tirisfal Glades - Brill - Copper Vein'), +(@OGUID+1686, @POOL_MOTHER+105 , 0, 'Tirisfal Glades - Brill - Copper Vein'), +(@OGUID+1687, @POOL_MOTHER+105 , 0, 'Tirisfal Glades - Brill - Copper Vein'), +(@OGUID+1691, @POOL_MOTHER+105 , 0, 'Tirisfal Glades - Brill - Copper Vein'), +(@OGUID+1693, @POOL_MOTHER+105 , 0, 'Tirisfal Glades - Brill - Copper Vein'), +(@OGUID+1694, @POOL_MOTHER+105 , 0, 'Tirisfal Glades - Brill - Copper Vein'), +(@OGUID+1696, @POOL_MOTHER+105 , 0, 'Tirisfal Glades - Brill - Copper Vein'), +(@OGUID+1697, @POOL_MOTHER+105 , 0, 'Tirisfal Glades - Brill - Copper Vein'), +(@OGUID+1698, @POOL_MOTHER+105 , 0, 'Tirisfal Glades - Brill - Copper Vein'), +(@OGUID+1699, @POOL_MOTHER+105 , 0, 'Tirisfal Glades - Brill - Copper Vein'), +(@OGUID+1700, @POOL_MOTHER+105 , 0, 'Tirisfal Glades - Brill - Copper Vein'), +(@OGUID+1708, @POOL_MOTHER+105 , 0, 'Tirisfal Glades - Brill - Copper Vein'), +(@OGUID+1712, @POOL_MOTHER+105 , 0, 'Tirisfal Glades - Brill - Copper Vein'), +(@OGUID+1715, @POOL_MOTHER+105 , 0, 'Tirisfal Glades - Brill - Copper Vein'), +(@OGUID+1721, @POOL_MOTHER+105 , 0, 'Tirisfal Glades - Brill - Copper Vein'), +(@OGUID+1722, @POOL_MOTHER+105 , 0, 'Tirisfal Glades - Brill - Copper Vein'), +(@OGUID+1723, @POOL_MOTHER+105 , 0, 'Tirisfal Glades - Brill - Copper Vein'), +(@OGUID+1724, @POOL_MOTHER+105 , 0, 'Tirisfal Glades - Brill - Copper Vein'), +(@OGUID+1727, @POOL_MOTHER+105 , 0, 'Tirisfal Glades - Brill - Copper Vein'), +(@OGUID+1728, @POOL_MOTHER+105 , 0, 'Tirisfal Glades - Brill - Copper Vein'), +(@OGUID+1729, @POOL_MOTHER+105 , 0, 'Tirisfal Glades - Brill - Copper Vein'), +(@OGUID+1730, @POOL_MOTHER+105 , 0, 'Tirisfal Glades - Brill - Copper Vein'), +(@OGUID+1731, @POOL_MOTHER+105 , 0, 'Tirisfal Glades - Brill - Copper Vein'), +(@OGUID+1732, @POOL_MOTHER+105 , 0, 'Tirisfal Glades - Brill - Copper Vein'), +(@OGUID+1733, @POOL_MOTHER+105 , 0, 'Tirisfal Glades - Brill - Copper Vein'), +(@OGUID+1734, @POOL_MOTHER+105 , 0, 'Tirisfal Glades - Brill - Copper Vein'), +(@OGUID+1736, @POOL_MOTHER+105 , 0, 'Tirisfal Glades - Brill - Copper Vein'), +(@OGUID+1738, @POOL_MOTHER+105 , 0, 'Tirisfal Glades - Brill - Copper Vein'), +(@OGUID+1739, @POOL_MOTHER+105 , 0, 'Tirisfal Glades - Brill - Copper Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+102, 14, 'Tirisfal Glades - Brill - Silverleaf - 14/52'), +(@POOL_MOTHER+103, 9, 'Tirisfal Glades - Brill - Peacebloom - 9/34'), +(@POOL_MOTHER+104, 6, 'Tirisfal Glades - Brill - Earthroot - 6/23'), +(@POOL_MOTHER+105, 11, 'Tirisfal Glades - Brill - Copper Vein - 11/42'); + +-- Scarlet Farmland (Solliden Farmstead + Half of Agamand Mills +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+1429, @POOL_MOTHER+106 , 0, 'Tirisfal Glades - Scarlet Farmland - Silverleaf'), +(@OGUID+1441, @POOL_MOTHER+106 , 0, 'Tirisfal Glades - Scarlet Farmland - Silverleaf'), +(@OGUID+1443, @POOL_MOTHER+106 , 0, 'Tirisfal Glades - Scarlet Farmland - Silverleaf'), +(@OGUID+1444, @POOL_MOTHER+106 , 0, 'Tirisfal Glades - Scarlet Farmland - Silverleaf'), +(@OGUID+1447, @POOL_MOTHER+106 , 0, 'Tirisfal Glades - Scarlet Farmland - Silverleaf'), +(@OGUID+1463, @POOL_MOTHER+106 , 0, 'Tirisfal Glades - Scarlet Farmland - Silverleaf'), +(@OGUID+1464, @POOL_MOTHER+106 , 0, 'Tirisfal Glades - Scarlet Farmland - Silverleaf'), +(@OGUID+1465, @POOL_MOTHER+106 , 0, 'Tirisfal Glades - Scarlet Farmland - Silverleaf'), +(@OGUID+1466, @POOL_MOTHER+106 , 0, 'Tirisfal Glades - Scarlet Farmland - Silverleaf'), +(@OGUID+1468, @POOL_MOTHER+106 , 0, 'Tirisfal Glades - Scarlet Farmland - Silverleaf'), +(@OGUID+1470, @POOL_MOTHER+106 , 0, 'Tirisfal Glades - Scarlet Farmland - Silverleaf'), +(@OGUID+1471, @POOL_MOTHER+106 , 0, 'Tirisfal Glades - Scarlet Farmland - Silverleaf'), +(@OGUID+1473, @POOL_MOTHER+106 , 0, 'Tirisfal Glades - Scarlet Farmland - Silverleaf'), +(@OGUID+1476, @POOL_MOTHER+106 , 0, 'Tirisfal Glades - Scarlet Farmland - Silverleaf'), +(@OGUID+1478, @POOL_MOTHER+106 , 0, 'Tirisfal Glades - Scarlet Farmland - Silverleaf'), +(@OGUID+1483, @POOL_MOTHER+106 , 0, 'Tirisfal Glades - Scarlet Farmland - Silverleaf'), +(@OGUID+1490, @POOL_MOTHER+106 , 0, 'Tirisfal Glades - Scarlet Farmland - Silverleaf'), +(@OGUID+1491, @POOL_MOTHER+106 , 0, 'Tirisfal Glades - Scarlet Farmland - Silverleaf'), +(@OGUID+1493, @POOL_MOTHER+106 , 0, 'Tirisfal Glades - Scarlet Farmland - Silverleaf'), +(@OGUID+1495, @POOL_MOTHER+106 , 0, 'Tirisfal Glades - Scarlet Farmland - Silverleaf'), +(@OGUID+1497, @POOL_MOTHER+106 , 0, 'Tirisfal Glades - Scarlet Farmland - Silverleaf'), +(@OGUID+1529, @POOL_MOTHER+107 , 0, 'Tirisfal Glades - Scarlet Farmland - Peacebloom'), +(@OGUID+1536, @POOL_MOTHER+107 , 0, 'Tirisfal Glades - Scarlet Farmland - Peacebloom'), +(@OGUID+1541, @POOL_MOTHER+107 , 0, 'Tirisfal Glades - Scarlet Farmland - Peacebloom'), +(@OGUID+1543, @POOL_MOTHER+107 , 0, 'Tirisfal Glades - Scarlet Farmland - Peacebloom'), +(@OGUID+1552, @POOL_MOTHER+107 , 0, 'Tirisfal Glades - Scarlet Farmland - Peacebloom'), +(@OGUID+1555, @POOL_MOTHER+107 , 0, 'Tirisfal Glades - Scarlet Farmland - Peacebloom'), +(@OGUID+1559, @POOL_MOTHER+107 , 0, 'Tirisfal Glades - Scarlet Farmland - Peacebloom'), +(@OGUID+1560, @POOL_MOTHER+107 , 0, 'Tirisfal Glades - Scarlet Farmland - Peacebloom'), +(@OGUID+1563, @POOL_MOTHER+107 , 0, 'Tirisfal Glades - Scarlet Farmland - Peacebloom'), +(@OGUID+1564, @POOL_MOTHER+107 , 0, 'Tirisfal Glades - Scarlet Farmland - Peacebloom'), +(@OGUID+1568, @POOL_MOTHER+107 , 0, 'Tirisfal Glades - Scarlet Farmland - Peacebloom'), +(@OGUID+1570, @POOL_MOTHER+107 , 0, 'Tirisfal Glades - Scarlet Farmland - Peacebloom'), +(@OGUID+1573, @POOL_MOTHER+107 , 0, 'Tirisfal Glades - Scarlet Farmland - Peacebloom'), +(@OGUID+1578, @POOL_MOTHER+107 , 0, 'Tirisfal Glades - Scarlet Farmland - Peacebloom'), +(@OGUID+1580, @POOL_MOTHER+107 , 0, 'Tirisfal Glades - Scarlet Farmland - Peacebloom'), +(@OGUID+1601, @POOL_MOTHER+108 , 0, 'Tirisfal Glades - Scarlet Farmland - Earthroot'), +(@OGUID+1612, @POOL_MOTHER+108 , 0, 'Tirisfal Glades - Scarlet Farmland - Earthroot'), +(@OGUID+1615, @POOL_MOTHER+108 , 0, 'Tirisfal Glades - Scarlet Farmland - Earthroot'), +(@OGUID+1616, @POOL_MOTHER+108 , 0, 'Tirisfal Glades - Scarlet Farmland - Earthroot'), +(@OGUID+1617, @POOL_MOTHER+108 , 0, 'Tirisfal Glades - Scarlet Farmland - Earthroot'), +(@OGUID+1618, @POOL_MOTHER+108 , 0, 'Tirisfal Glades - Scarlet Farmland - Earthroot'), +(@OGUID+1619, @POOL_MOTHER+108 , 0, 'Tirisfal Glades - Scarlet Farmland - Earthroot'), +(@OGUID+1627, @POOL_MOTHER+108 , 0, 'Tirisfal Glades - Scarlet Farmland - Earthroot'), +(@OGUID+1628, @POOL_MOTHER+108 , 0, 'Tirisfal Glades - Scarlet Farmland - Earthroot'), +(@OGUID+1651, @POOL_MOTHER+109 , 0, 'Tirisfal Glades - Scarlet Farmland - Copper Vein'), +(@OGUID+1670, @POOL_MOTHER+109 , 0, 'Tirisfal Glades - Scarlet Farmland - Copper Vein'), +(@OGUID+1674, @POOL_MOTHER+109 , 0, 'Tirisfal Glades - Scarlet Farmland - Copper Vein'), +(@OGUID+1695, @POOL_MOTHER+109 , 0, 'Tirisfal Glades - Scarlet Farmland - Copper Vein'), +(@OGUID+1704, @POOL_MOTHER+109 , 0, 'Tirisfal Glades - Scarlet Farmland - Copper Vein'), +(@OGUID+1705, @POOL_MOTHER+109 , 0, 'Tirisfal Glades - Scarlet Farmland - Copper Vein'), +(@OGUID+1706, @POOL_MOTHER+109 , 0, 'Tirisfal Glades - Scarlet Farmland - Copper Vein'), +(@OGUID+1709, @POOL_MOTHER+109 , 0, 'Tirisfal Glades - Scarlet Farmland - Copper Vein'), +(@OGUID+1718, @POOL_MOTHER+109 , 0, 'Tirisfal Glades - Scarlet Farmland - Copper Vein'), +(@OGUID+1719, @POOL_MOTHER+109 , 0, 'Tirisfal Glades - Scarlet Farmland - Copper Vein'), +(@OGUID+1720, @POOL_MOTHER+109 , 0, 'Tirisfal Glades - Scarlet Farmland - Copper Vein'), +(@OGUID+1725, @POOL_MOTHER+109 , 0, 'Tirisfal Glades - Scarlet Farmland - Copper Vein'), +(@OGUID+1726, @POOL_MOTHER+109 , 0, 'Tirisfal Glades - Scarlet Farmland - Copper Vein'), +(@OGUID+1740, @POOL_MOTHER+109 , 0, 'Tirisfal Glades - Scarlet Farmland - Copper Vein'), +(@OGUID+1741, @POOL_MOTHER+109 , 0, 'Tirisfal Glades - Scarlet Farmland - Copper Vein'), +(@OGUID+1742, @POOL_MOTHER+109 , 0, 'Tirisfal Glades - Scarlet Farmland - Copper Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+106, 6, 'Tirisfal Glades - Scarlet Farmland - Silverleaf - 6/21'), +(@POOL_MOTHER+107, 4, 'Tirisfal Glades - Scarlet Farmland - Peacebloom - 4/15'), +(@POOL_MOTHER+108, 3, 'Tirisfal Glades - Scarlet Farmland - Earthroot - 3/9'), +(@POOL_MOTHER+109, 4, 'Tirisfal Glades - Scarlet Farmland - Copper Vein - 5/16'); + +-- Nightmare Vale (West Undercity) +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+1413, @POOL_MOTHER+110 , 0, 'Tirisfal Glades - Nightmare Vale - Silverleaf'), +(@OGUID+1414, @POOL_MOTHER+110 , 0, 'Tirisfal Glades - Nightmare Vale - Silverleaf'), +(@OGUID+1417, @POOL_MOTHER+110 , 0, 'Tirisfal Glades - Nightmare Vale - Silverleaf'), +(@OGUID+1419, @POOL_MOTHER+110 , 0, 'Tirisfal Glades - Nightmare Vale - Silverleaf'), +(@OGUID+1420, @POOL_MOTHER+110 , 0, 'Tirisfal Glades - Nightmare Vale - Silverleaf'), +(@OGUID+1438, @POOL_MOTHER+110 , 0, 'Tirisfal Glades - Nightmare Vale - Silverleaf'), +(@OGUID+1439, @POOL_MOTHER+110 , 0, 'Tirisfal Glades - Nightmare Vale - Silverleaf'), +(@OGUID+1440, @POOL_MOTHER+110 , 0, 'Tirisfal Glades - Nightmare Vale - Silverleaf'), +(@OGUID+1456, @POOL_MOTHER+110 , 0, 'Tirisfal Glades - Nightmare Vale - Silverleaf'), +(@OGUID+1457, @POOL_MOTHER+110 , 0, 'Tirisfal Glades - Nightmare Vale - Silverleaf'), +(@OGUID+1503, @POOL_MOTHER+110 , 0, 'Tirisfal Glades - Nightmare Vale - Silverleaf'), +(@OGUID+1504, @POOL_MOTHER+110 , 0, 'Tirisfal Glades - Nightmare Vale - Silverleaf'), +(@OGUID+1505, @POOL_MOTHER+110 , 0, 'Tirisfal Glades - Nightmare Vale - Silverleaf'), +(@OGUID+1506, @POOL_MOTHER+110 , 0, 'Tirisfal Glades - Nightmare Vale - Silverleaf'), +(@OGUID+1512, @POOL_MOTHER+111 , 0, 'Tirisfal Glades - Nightmare Vale - Peacebloom'), +(@OGUID+1513, @POOL_MOTHER+111 , 0, 'Tirisfal Glades - Nightmare Vale - Peacebloom'), +(@OGUID+1518, @POOL_MOTHER+111 , 0, 'Tirisfal Glades - Nightmare Vale - Peacebloom'), +(@OGUID+1521, @POOL_MOTHER+111 , 0, 'Tirisfal Glades - Nightmare Vale - Peacebloom'), +(@OGUID+1522, @POOL_MOTHER+111 , 0, 'Tirisfal Glades - Nightmare Vale - Peacebloom'), +(@OGUID+1523, @POOL_MOTHER+111 , 0, 'Tirisfal Glades - Nightmare Vale - Peacebloom'), +(@OGUID+1524, @POOL_MOTHER+111 , 0, 'Tirisfal Glades - Nightmare Vale - Peacebloom'), +(@OGUID+1525, @POOL_MOTHER+111 , 0, 'Tirisfal Glades - Nightmare Vale - Peacebloom'), +(@OGUID+1526, @POOL_MOTHER+111 , 0, 'Tirisfal Glades - Nightmare Vale - Peacebloom'), +(@OGUID+1582, @POOL_MOTHER+111 , 0, 'Tirisfal Glades - Nightmare Vale - Peacebloom'), +(@OGUID+1586, @POOL_MOTHER+112 , 0, 'Tirisfal Glades - Nightmare Vale - Earthroot'), +(@OGUID+1598, @POOL_MOTHER+112 , 0, 'Tirisfal Glades - Nightmare Vale - Earthroot'), +(@OGUID+1638, @POOL_MOTHER+112 , 0, 'Tirisfal Glades - Nightmare Vale - Earthroot'), +(@OGUID+1643, @POOL_MOTHER+113 , 0, 'Tirisfal Glades - Nightmare Vale - Copper Vein'), +(@OGUID+1644, @POOL_MOTHER+113 , 0, 'Tirisfal Glades - Nightmare Vale - Copper Vein'), +(@OGUID+1648, @POOL_MOTHER+113 , 0, 'Tirisfal Glades - Nightmare Vale - Copper Vein'), +(@OGUID+1663, @POOL_MOTHER+113 , 0, 'Tirisfal Glades - Nightmare Vale - Copper Vein'), +(@OGUID+1664, @POOL_MOTHER+113 , 0, 'Tirisfal Glades - Nightmare Vale - Copper Vein'), +(@OGUID+1665, @POOL_MOTHER+113 , 0, 'Tirisfal Glades - Nightmare Vale - Copper Vein'), +(@OGUID+1690, @POOL_MOTHER+113 , 0, 'Tirisfal Glades - Nightmare Vale - Copper Vein'), +(@OGUID+1746, @POOL_MOTHER+113 , 0, 'Tirisfal Glades - Nightmare Vale - Copper Vein'), +(@OGUID+1747, @POOL_MOTHER+113 , 0, 'Tirisfal Glades - Nightmare Vale - Copper Vein'), +(@OGUID+1748, @POOL_MOTHER+113 , 0, 'Tirisfal Glades - Nightmare Vale - Copper Vein'), +(@OGUID+1749, @POOL_MOTHER+113 , 0, 'Tirisfal Glades - Nightmare Vale - Copper Vein'), +(@OGUID+1750, @POOL_MOTHER+113 , 0, 'Tirisfal Glades - Nightmare Vale - Copper Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+110, 4, 'Tirisfal Glades - Nightmare Vale - Silverleaf - 4/14'), +(@POOL_MOTHER+111, 4, 'Tirisfal Glades - Nightmare Vale - Peacebloom - 3/10'), +(@POOL_MOTHER+112, 3, 'Tirisfal Glades - Nightmare Vale - Earthroot - 1/3'), +(@POOL_MOTHER+113, 4, 'Tirisfal Glades - Nightmare Vale - Copper Vein - 3/12'); + +-- The Bulwark (East Undercity) +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+1411, @POOL_MOTHER+114 , 0, 'Tirisfal Glades - The Bulwark - Silverleaf'), +(@OGUID+1412, @POOL_MOTHER+114 , 0, 'Tirisfal Glades - The Bulwark - Silverleaf'), +(@OGUID+1415, @POOL_MOTHER+114 , 0, 'Tirisfal Glades - The Bulwark - Silverleaf'), +(@OGUID+1416, @POOL_MOTHER+114 , 0, 'Tirisfal Glades - The Bulwark - Silverleaf'), +(@OGUID+1418, @POOL_MOTHER+114 , 0, 'Tirisfal Glades - The Bulwark - Silverleaf'), +(@OGUID+1421, @POOL_MOTHER+114 , 0, 'Tirisfal Glades - The Bulwark - Silverleaf'), +(@OGUID+1488, @POOL_MOTHER+114 , 0, 'Tirisfal Glades - The Bulwark - Silverleaf'), +(@OGUID+1510, @POOL_MOTHER+115 , 0, 'Tirisfal Glades - The Bulwark - Peacebloom'), +(@OGUID+1511, @POOL_MOTHER+115 , 0, 'Tirisfal Glades - The Bulwark - Peacebloom'), +(@OGUID+1514, @POOL_MOTHER+115 , 0, 'Tirisfal Glades - The Bulwark - Peacebloom'), +(@OGUID+1515, @POOL_MOTHER+115 , 0, 'Tirisfal Glades - The Bulwark - Peacebloom'), +(@OGUID+1516, @POOL_MOTHER+115 , 0, 'Tirisfal Glades - The Bulwark - Peacebloom'), +(@OGUID+1517, @POOL_MOTHER+115 , 0, 'Tirisfal Glades - The Bulwark - Peacebloom'), +(@OGUID+1519, @POOL_MOTHER+115 , 0, 'Tirisfal Glades - The Bulwark - Peacebloom'), +(@OGUID+1520, @POOL_MOTHER+115 , 0, 'Tirisfal Glades - The Bulwark - Peacebloom'), +(@OGUID+1576, @POOL_MOTHER+115 , 0, 'Tirisfal Glades - The Bulwark - Peacebloom'), +(@OGUID+1584, @POOL_MOTHER+116 , 0, 'Tirisfal Glades - The Bulwark - Earthroot'), +(@OGUID+1585, @POOL_MOTHER+116 , 0, 'Tirisfal Glades - The Bulwark - Earthroot'), +(@OGUID+1587, @POOL_MOTHER+116 , 0, 'Tirisfal Glades - The Bulwark - Earthroot'), +(@OGUID+1588, @POOL_MOTHER+116 , 0, 'Tirisfal Glades - The Bulwark - Earthroot'), +(@OGUID+1597, @POOL_MOTHER+116 , 0, 'Tirisfal Glades - The Bulwark - Earthroot'), +(@OGUID+1623, @POOL_MOTHER+116 , 0, 'Tirisfal Glades - The Bulwark - Earthroot'), +(@OGUID+1640, @POOL_MOTHER+117 , 0, 'Tirisfal Glades - The Bulwark - Copper Vein'), +(@OGUID+1641, @POOL_MOTHER+117 , 0, 'Tirisfal Glades - The Bulwark - Copper Vein'), +(@OGUID+1642, @POOL_MOTHER+117 , 0, 'Tirisfal Glades - The Bulwark - Copper Vein'), +(@OGUID+1645, @POOL_MOTHER+117 , 0, 'Tirisfal Glades - The Bulwark - Copper Vein'), +(@OGUID+1646, @POOL_MOTHER+117 , 0, 'Tirisfal Glades - The Bulwark - Copper Vein'), +(@OGUID+1647, @POOL_MOTHER+117 , 0, 'Tirisfal Glades - The Bulwark - Copper Vein'), +(@OGUID+1649, @POOL_MOTHER+117 , 0, 'Tirisfal Glades - The Bulwark - Copper Vein'), +(@OGUID+1650, @POOL_MOTHER+117 , 0, 'Tirisfal Glades - The Bulwark - Copper Vein'), +(@OGUID+1659, @POOL_MOTHER+117 , 0, 'Tirisfal Glades - The Bulwark - Copper Vein'), +(@OGUID+1662, @POOL_MOTHER+117 , 0, 'Tirisfal Glades - The Bulwark - Copper Vein'), +(@OGUID+1689, @POOL_MOTHER+117 , 0, 'Tirisfal Glades - The Bulwark - Copper Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+114, 2, 'Tirisfal Glades - The Bulwark - Silverleaf - 2/7'), +(@POOL_MOTHER+115, 3, 'Tirisfal Glades - The Bulwark - Peacebloom - 3/9'), +(@POOL_MOTHER+116, 2, 'Tirisfal Glades - The Bulwark - Earthroot - 2/6'), +(@POOL_MOTHER+117, 3, 'Tirisfal Glades - The Bulwark - Copper Vein - 3/11'); + +/* Silverpine Forest +Tin Vein (1732) -> Silver Vein (1733) +*/ +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`, `Comment`) VALUES +(@OGUID+1757, 1617, 0, 130, 0, 1, 1, -619.528, 819.823, 106.308, 0.733038, 0, 0, 0.358368, 0.93358, 900, 255, 1, '', 48632, NULL), +(@OGUID+1758, 1617, 0, 130, 0, 1, 1, 1009.82, 1645.02, 26.0037, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 48120, NULL), +(@OGUID+1759, 1617, 0, 130, 0, 1, 1, 1037.78, 1133.19, 44.5143, 5.8294, 0, 0, -0.224951, 0.97437, 900, 255, 1, '', 48632, NULL), +(@OGUID+1760, 1617, 0, 130, 0, 1, 1, 1059.91, 1465.48, 38.0486, 2.04204, 0, 0, 0.85264, 0.522499, 900, 255, 1, '', 48120, NULL), +(@OGUID+1761, 1617, 0, 130, 0, 1, 1, 1107.05, 1313.31, 37.6295, 5.72468, 0, 0, -0.275637, 0.961262, 900, 255, 1, '', 48120, NULL), +(@OGUID+1762, 1617, 0, 130, 0, 1, 1, 1118.51, 1147.29, 45.1796, 5.00909, 0, 0, -0.594823, 0.803857, 900, 255, 1, '', 48120, NULL), +(@OGUID+1763, 1617, 0, 130, 0, 1, 1, 1126.4, 1410.8, 37.209, 3.90954, 0, 0, -0.927183, 0.374608, 900, 255, 1, '', 50172, NULL), +(@OGUID+1764, 1617, 0, 130, 0, 1, 1, 1139.96, 1260.25, 41.2663, 4.53786, 0, 0, -0.766044, 0.642789, 900, 255, 1, '', 50664, NULL), +(@OGUID+1765, 1617, 0, 130, 0, 1, 1, 1140.49, 1446.77, 35.3898, 6.24828, 0, 0, -0.0174522, 0.999848, 900, 255, 1, '', 48120, NULL), +(@OGUID+1766, 1617, 0, 130, 0, 1, 1, 1147.77, 1535.59, 34.6036, 2.04204, 0, 0, 0.85264, 0.522499, 900, 255, 1, '', 48120, NULL), +(@OGUID+1767, 1617, 0, 130, 0, 1, 1, 1149.85, 1595.4, 33.0277, 0.610863, 0, 0, 0.300705, 0.953717, 900, 255, 1, '', 48120, NULL), +(@OGUID+1768, 1617, 0, 130, 0, 1, 1, 1178.73, 1272.24, 35.4085, 0.191985, 0, 0, 0.0958452, 0.995396, 900, 255, 1, '', 49822, NULL), +(@OGUID+1769, 1617, 0, 130, 0, 1, 1, 1204.6, 1263.11, 42.5633, 5.84685, 0, 0, -0.216439, 0.976296, 900, 255, 1, '', 49822, NULL), +(@OGUID+1770, 1617, 0, 130, 0, 1, 1, 1256.75, 1151.34, 50.9408, 0.226892, 0, 0, 0.113203, 0.993572, 900, 255, 1, '', 48120, NULL), +(@OGUID+1771, 1617, 0, 130, 0, 1, 1, 1332.69, 1258.29, 53.0574, 4.95674, 0, 0, -0.615661, 0.788011, 900, 255, 1, '', 48120, NULL), +(@OGUID+1772, 1617, 0, 130, 0, 1, 1, 1344.55, 841.425, 48.9081, 2.63544, 0, 0, 0.968147, 0.250381, 900, 255, 1, '', 48632, NULL), +(@OGUID+1773, 1617, 0, 130, 0, 1, 1, 1360.65, 1053.08, 53.7951, 0.401425, 0, 0, 0.199368, 0.979925, 900, 255, 1, '', 48120, NULL), +(@OGUID+1774, 1617, 0, 130, 0, 1, 1, 1397.55, 1006.83, 53.7419, 1.0821, 0, 0, 0.515038, 0.857168, 900, 255, 1, '', 48632, NULL), +(@OGUID+1775, 1617, 0, 130, 0, 1, 1, 1418.93, 877.221, 48.7309, 6.12611, 0, 0, -0.0784588, 0.996917, 900, 255, 1, '', 48632, NULL), +(@OGUID+1776, 1617, 0, 130, 0, 1, 1, 1419, 1039.6, 53.4083, 0.191985, 0, 0, 0.0958452, 0.995396, 900, 255, 1, '', 50172, NULL), +(@OGUID+1777, 1617, 0, 130, 0, 1, 1, 1422.82, 963.759, 53.1783, 4.04917, 0, 0, -0.898793, 0.438373, 900, 255, 1, '', 48632, NULL), +(@OGUID+1778, 1617, 0, 130, 0, 1, 1, 1430.56, 653.667, 51.9433, 0.0523589, 0, 0, 0.0261765, 0.999657, 900, 255, 1, '', 48120, NULL), +(@OGUID+1779, 1617, 0, 130, 0, 1, 1, 1431.94, 826.901, 51.8469, 2.47837, 0, 0, 0.945518, 0.325568, 900, 255, 1, '', 50172, NULL), +(@OGUID+1780, 1617, 0, 130, 0, 1, 1, 1432.96, 544.227, 48.2039, 1.74533, 0, 0, 0.766044, 0.642789, 900, 255, 1, '', 47966, NULL), +(@OGUID+1781, 1617, 0, 130, 0, 1, 1, 1507.44, 743.901, 45.1805, 0.506145, 0, 0, 0.25038, 0.968148, 900, 255, 1, '', 48632, NULL), +(@OGUID+1782, 1617, 0, 130, 0, 1, 1, 544.687, 1121.12, 89.5982, 0, 0, 0, 0, 1, 900, 255, 1, '', 50664, NULL), +(@OGUID+1783, 1617, 0, 130, 0, 1, 1, 840.311, 1677.48, 23.4966, 6.05629, 0, 0, -0.113203, 0.993572, 900, 255, 1, '', 50664, NULL), +(@OGUID+1784, 1617, 0, 130, 0, 1, 1, 846, 1711.24, 18.8138, 3.68265, 0, 0, -0.96363, 0.267241, 900, 255, 1, '', 50664, NULL), +(@OGUID+1785, 1617, 0, 130, 0, 1, 1, 895.545, 1396.65, 38.7257, 0.209439, 0, 0, 0.104528, 0.994522, 900, 255, 1, '', 50664, NULL), +(@OGUID+1786, 1617, 0, 130, 0, 1, 1, 896.103, 1337.66, 45.1423, 1.93731, 0, 0, 0.824125, 0.566408, 900, 255, 1, '', 48120, NULL), +(@OGUID+1787, 1617, 0, 130, 0, 1, 1, 900.661, 1569.17, 33.5175, 6.0912, 0, 0, -0.0958452, 0.995396, 900, 255, 1, '', 48120, NULL), +(@OGUID+1788, 1617, 0, 130, 0, 1, 1, 949.814, 1149.56, 41.3023, 1.41372, 0, 0, 0.649447, 0.760406, 900, 255, 1, '', 48632, NULL), +(@OGUID+1789, 1617, 0, 130, 0, 1, 1, 992.227, 1595.33, 30.3211, 3.71755, 0, 0, -0.958819, 0.284016, 900, 255, 1, '', 48120, NULL), +(@OGUID+1790, 1617, 0, 130, 0, 1, 1, 1025, 1748.5, 15.8375, 1.25664, 0, 0, 0.587785, 0.809017, 900, 255, 1, '', 46902, NULL), +(@OGUID+1791, 1617, 0, 130, 0, 1, 1, 1032.04, 1212.5, 48.3156, 2.86234, 0, 0, 0.990268, 0.139175, 900, 255, 1, '', 52237, NULL), +(@OGUID+1792, 1617, 0, 130, 0, 1, 1, 1054.94, 1424.03, 40.147, 3.33359, 0, 0, -0.995396, 0.0958512, 900, 255, 1, '', 46902, NULL), +(@OGUID+1793, 1617, 0, 130, 0, 1, 1, 1074.42, 1304.77, 37.8319, 0.331611, 0, 0, 0.165047, 0.986286, 900, 255, 1, '', 52237, NULL), +(@OGUID+1794, 1617, 0, 130, 0, 1, 1, 1079.32, 1818.09, 21.8281, 5.86431, 0, 0, -0.207911, 0.978148, 900, 255, 1, '', 46902, NULL), +(@OGUID+1795, 1617, 0, 130, 0, 1, 1, 1127.82, 1698.95, 27.4601, 6.16101, 0, 0, -0.0610485, 0.998135, 900, 255, 1, '', 46902, NULL), +(@OGUID+1796, 1617, 0, 130, 0, 1, 1, 1129.89, 1426.89, 37.3946, 3.57793, 0, 0, -0.976295, 0.216442, 900, 255, 1, '', 46902, NULL), +(@OGUID+1797, 1617, 0, 130, 0, 1, 1, 1205.44, 1783.67, 16.5314, 0.645772, 0, 0, 0.317305, 0.948324, 900, 255, 1, '', 52237, NULL), +(@OGUID+1798, 1617, 0, 130, 0, 1, 1, 783.538, 1408.73, 59.4719, 4.72984, 0, 0, -0.700909, 0.713251, 900, 255, 1, '', 52237, NULL), +(@OGUID+1799, 1617, 0, 130, 0, 1, 1, 795.117, 1585.94, 33.8348, 3.14159, 0, 0, -1, 0, 900, 255, 1, '', 45942, NULL), +(@OGUID+1800, 1617, 0, 130, 0, 1, 1, 982.138, 1784.21, 12.9193, 1.90241, 0, 0, 0.814116, 0.580703, 900, 255, 1, '', 52237, NULL), +(@OGUID+1801, 1617, 0, 130, 130, 1, 1, -408.202, 923.671, 121.549, 2.63544, 0, 0, 0.968147, 0.250381, 900, 255, 1, '', 52237, NULL), +(@OGUID+1802, 1617, 0, 130, 172, 1, 1, 678.855, 368.35, 38.5739, 1.8675, 0, 0, 0.803857, 0.594823, 900, 255, 1, '', 46902, NULL), +(@OGUID+1803, 1617, 0, 130, 204, 1, 1, -449.231, 1486.72, 16.985, 5.91667, 0, 0, -0.182235, 0.983255, 900, 255, 1, '', 52237, NULL), +(@OGUID+1804, 1617, 0, 130, 226, 1, 1, 1109.29, 1928.59, 15.1003, 4.85202, 0, 0, -0.656058, 0.75471, 900, 255, 1, '', 46902, NULL), +(@OGUID+1805, 1617, 0, 130, 228, 1, 1, 1175.17, 1799.59, 18.5994, 5.91667, 0, 0, -0.182235, 0.983255, 900, 255, 1, '', 51943, NULL), +(@OGUID+1806, 1617, 0, 130, 232, 1, 1, 913.527, 179.44, 38.1404, 5.5676, 0, 0, -0.350207, 0.936672, 900, 255, 1, '', 46902, NULL), +(@OGUID+1807, 1617, 0, 130, 238, 1, 1, 1438.32, 1086.28, 57.7825, 4.10153, 0, 0, -0.887011, 0.461749, 900, 255, 1, '', 46902, NULL), +(@OGUID+1808, 1617, 0, 130, 240, 1, 1, 1004.94, 1703.46, 17.4894, 1.46608, 0, 0, 0.66913, 0.743145, 900, 255, 1, '', 52237, NULL), +(@OGUID+1809, 1617, 0, 130, 240, 1, 1, 1123.03, 1642.73, 29.839, 4.46804, 0, 0, -0.788011, 0.615662, 900, 255, 1, '', 52237, NULL), +(@OGUID+1810, 1617, 0, 130, 928, 1, 1, 793.355, 1688.58, 27.3342, 3.76991, 0, 0, -0.951056, 0.309017, 900, 255, 1, '', 46902, NULL), +(@OGUID+1811, 1617, 0, 130, 928, 1, 1, 964.176, 1734.82, 13.604, 3.14159, 0, 0, -1, 0, 900, 255, 1, '', 52237, NULL), +(@OGUID+1812, 1617, 0, 130, 460, 1, 1, -268.337, 815.988, 76.8512, 5.51524, 0, 0, -0.374606, 0.927184, 900, 255, 1, '', 50664, NULL), +(@OGUID+1813, 1617, 0, 130, 460, 1, 1, 1211.28, 1570.68, 30.806, 1.43117, 0, 0, 0.656058, 0.75471, 900, 255, 1, '', 50664, NULL), +(@OGUID+1814, 1617, 0, 130, 460, 1, 1, 880.217, 1749.93, 15.3645, 5.88176, 0, 0, -0.199368, 0.979925, 900, 255, 1, '', 50664, NULL), +(@OGUID+1815, 1618, 0, 130, 0, 1, 1, -100.278, 999.729, 67.1666, 5.00909, 0, 0, -0.594823, 0.803857, 900, 255, 1, '', 50664, NULL), +(@OGUID+1816, 1618, 0, 130, 0, 1, 1, -101.836, 1131.98, 63.7291, 1.43117, 0, 0, 0.656058, 0.75471, 900, 255, 1, '', 49822, NULL), +(@OGUID+1817, 1618, 0, 130, 0, 1, 1, -159.638, 950.241, 64.9428, 6.0912, 0, 0, -0.0958452, 0.995396, 900, 255, 1, '', 48632, NULL), +(@OGUID+1818, 1618, 0, 130, 0, 1, 1, -213.227, 1054.47, 60.3603, 3.15906, 0, 0, -0.999962, 0.00873464, 900, 255, 1, '', 48632, NULL), +(@OGUID+1819, 1618, 0, 130, 0, 1, 1, -246.822, 1142.97, 61.4903, 0.837757, 0, 0, 0.406736, 0.913546, 900, 255, 1, '', 49822, NULL), +(@OGUID+1820, 1618, 0, 130, 0, 1, 1, -366.046, 1367.42, 34.4271, 2.51327, 0, 0, 0.951056, 0.309017, 900, 255, 1, '', 50664, NULL), +(@OGUID+1821, 1618, 0, 130, 0, 1, 1, -417.206, 819.836, 96.3303, 2.47837, 0, 0, 0.945518, 0.325568, 900, 255, 1, '', 50664, NULL), +(@OGUID+1822, 1618, 0, 130, 0, 1, 1, -470.102, 1245.04, 47.267, 3.52557, 0, 0, -0.981627, 0.190812, 900, 255, 1, '', 48632, NULL), +(@OGUID+1823, 1618, 0, 130, 0, 1, 1, -559.779, 874.4, 88.7414, 4.90438, 0, 0, -0.636078, 0.771625, 900, 255, 1, '', 48632, NULL), +(@OGUID+1824, 1618, 0, 130, 0, 1, 1, 102.122, 1200, 65.299, 1.18682, 0, 0, 0.559193, 0.829038, 900, 255, 1, '', 48632, NULL), +(@OGUID+1825, 1618, 0, 130, 0, 1, 1, 1046.95, 1074.42, 38.2561, 1.98967, 0, 0, 0.83867, 0.54464, 900, 255, 1, '', 48632, NULL), +(@OGUID+1826, 1618, 0, 130, 0, 1, 1, 1100.14, 1267.14, 41.1007, 6.10865, 0, 0, -0.0871553, 0.996195, 900, 255, 1, '', 48120, NULL), +(@OGUID+1827, 1618, 0, 130, 0, 1, 1, 1103.88, 1458.85, 34.7833, 2.05949, 0, 0, 0.857167, 0.515038, 900, 255, 1, '', 48120, NULL), +(@OGUID+1828, 1618, 0, 130, 0, 1, 1, 1147.76, 1069.45, 32.9938, 3.03684, 0, 0, 0.998629, 0.0523532, 900, 255, 1, '', 48632, NULL), +(@OGUID+1829, 1618, 0, 130, 0, 1, 1, 1210.13, 986.398, 37.494, 1.16937, 0, 0, 0.551936, 0.833886, 900, 255, 1, '', 48340, NULL), +(@OGUID+1830, 1618, 0, 130, 0, 1, 1, 1233.81, 933.051, 36.8226, 4.86947, 0, 0, -0.649447, 0.760406, 900, 255, 1, '', 48632, NULL), +(@OGUID+1831, 1618, 0, 130, 0, 1, 1, 1262.32, 1024.38, 43.5392, 2.54818, 0, 0, 0.956305, 0.292372, 900, 255, 1, '', 49345, NULL), +(@OGUID+1832, 1618, 0, 130, 0, 1, 1, 1292.74, 861.808, 35.725, 1.72787, 0, 0, 0.760406, 0.649449, 900, 255, 1, '', 48120, NULL), +(@OGUID+1833, 1618, 0, 130, 0, 1, 1, 1298.74, 1153.24, 52.504, 0.401425, 0, 0, 0.199368, 0.979925, 900, 255, 1, '', 49822, NULL), +(@OGUID+1834, 1618, 0, 130, 0, 1, 1, 1307.91, 1086.52, 51.4278, 3.21142, 0, 0, -0.999391, 0.0349061, 900, 255, 1, '', 48632, NULL), +(@OGUID+1835, 1618, 0, 130, 0, 1, 1, 1348.36, 1005.2, 52.2037, 2.61799, 0, 0, 0.965925, 0.258821, 900, 255, 1, '', 50172, NULL), +(@OGUID+1836, 1618, 0, 130, 0, 1, 1, 1392.21, 932.562, 48.8297, 4.99164, 0, 0, -0.601814, 0.798636, 900, 255, 1, '', 48120, NULL), +(@OGUID+1837, 1618, 0, 130, 0, 1, 1, 155.442, 683.028, 50.2955, 5.8294, 0, 0, -0.224951, 0.97437, 900, 255, 1, '', 48120, NULL), +(@OGUID+1838, 1618, 0, 130, 0, 1, 1, 19.8344, 1294.69, 62.4714, 3.00195, 0, 0, 0.997563, 0.0697661, 900, 255, 1, '', 50664, NULL), +(@OGUID+1839, 1618, 0, 130, 0, 1, 1, 323.113, 658.814, 40.6597, 4.10153, 0, 0, -0.887011, 0.461749, 900, 255, 1, '', 48340, NULL), +(@OGUID+1840, 1618, 0, 130, 0, 1, 1, 833.437, 1787.82, 11.3078, 0.314158, 0, 0, 0.156434, 0.987688, 900, 255, 1, '', 50664, NULL), +(@OGUID+1841, 1618, 0, 130, 0, 1, 1, 965.486, 1468.27, 40.5539, 3.50812, 0, 0, -0.983254, 0.182238, 900, 255, 1, '', 48120, NULL), +(@OGUID+1842, 1618, 0, 130, 0, 1, 1, -414.508, 1265.74, 41.815, 5.55015, 0, 0, -0.358368, 0.93358, 900, 255, 1, '', 53788, NULL), +(@OGUID+1843, 1618, 0, 130, 0, 1, 1, -76.2625, 1275.56, 57.8445, 4.38078, 0, 0, -0.814116, 0.580703, 900, 255, 1, '', 45572, NULL), +(@OGUID+1844, 1618, 0, 130, 228, 1, 1, -666.635, 1533.53, 7.65304, 1.53589, 0, 0, 0.694658, 0.71934, 900, 255, 1, '', 52237, NULL), +(@OGUID+1845, 1618, 0, 130, 228, 1, 1, 877.827, 1818.34, 8.32242, 6.0912, 0, 0, -0.0958452, 0.995396, 900, 255, 1, '', 51943, NULL), +(@OGUID+1846, 1618, 0, 130, 230, 1, 1, -690.557, 1374.01, 30.1207, 0.890117, 0, 0, 0.430511, 0.902586, 900, 255, 1, '', 46902, NULL), +(@OGUID+1847, 1618, 0, 130, 240, 1, 1, 1066.55, 1680.21, 29.898, 6.00393, 0, 0, -0.139173, 0.990268, 900, 255, 1, '', 46902, NULL), +(@OGUID+1848, 1618, 0, 130, 928, 1, 1, 982.004, 1877.77, 9.83395, 3.59538, 0, 0, -0.97437, 0.224951, 900, 255, 1, '', 52237, NULL), +(@OGUID+1849, 1619, 0, 130, 0, 1, 1, -49.2648, 685.177, 79.171, 5.42797, 0, 0, -0.414693, 0.909961, 900, 255, 1, '', 48632, NULL), +(@OGUID+1850, 1619, 0, 130, 0, 1, 1, -606.561, 899.656, 108.856, 3.64774, 0, 0, -0.968147, 0.250381, 900, 255, 1, '', 50664, NULL), +(@OGUID+1851, 1619, 0, 130, 0, 1, 1, 174.527, 736.229, 52.6158, 1.93731, 0, 0, 0.824125, 0.566408, 900, 255, 1, '', 50664, NULL), +(@OGUID+1852, 1619, 0, 130, 0, 1, 1, 275.478, 1292.72, 79.5945, 4.71239, 0, 0, -0.707107, 0.707107, 900, 255, 1, '', 50664, NULL), +(@OGUID+1853, 1619, 0, 130, 0, 1, 1, 357.362, 713.061, 45.0774, 0.785397, 0, 0, 0.382683, 0.92388, 900, 255, 1, '', 48632, NULL), +(@OGUID+1854, 1619, 0, 130, 0, 1, 1, 378.769, 1152.34, 92.5748, 4.45059, 0, 0, -0.793353, 0.608762, 900, 255, 1, '', 48120, NULL), +(@OGUID+1855, 1619, 0, 130, 0, 1, 1, 451.209, 1105.42, 99.5097, 4.08407, 0, 0, -0.891006, 0.453991, 900, 255, 1, '', 48120, NULL), +(@OGUID+1856, 1619, 0, 130, 0, 1, 1, 67.4183, 640.243, 78.5119, 5.25344, 0, 0, -0.492423, 0.870356, 900, 255, 1, '', 50063, NULL), +(@OGUID+1857, 1619, 0, 130, 0, 1, 1, 757.613, 1514.36, 53.8668, 3.4034, 0, 0, -0.991445, 0.130528, 900, 255, 1, '', 48120, NULL), +(@OGUID+1858, 1619, 0, 130, 0, 1, 1, 817.288, 1517.61, 41.1745, 5.13127, 0, 0, -0.544639, 0.838671, 900, 255, 1, '', 50172, NULL), +(@OGUID+1859, 1619, 0, 130, 0, 1, 1, 827.243, 1324.17, 54.6776, 0.820303, 0, 0, 0.398748, 0.91706, 900, 255, 1, '', 49822, NULL), +(@OGUID+1860, 1619, 0, 130, 0, 1, 1, 827.721, 1257.76, 55.3613, 5.95157, 0, 0, -0.165047, 0.986286, 900, 255, 1, '', 48120, NULL), +(@OGUID+1861, 1619, 0, 130, 0, 1, 1, 889.81, 1172.7, 49.8807, 3.61284, 0, 0, -0.972369, 0.233448, 900, 255, 1, '', 50172, NULL), +(@OGUID+1862, 1619, 0, 130, 0, 1, 1, 908.785, 1462.15, 35.2878, 3.85718, 0, 0, -0.936671, 0.35021, 900, 255, 1, '', 50172, NULL), +(@OGUID+1863, 1619, 0, 130, 0, 1, 1, 98.4341, 786.782, 73.8086, 0.90757, 0, 0, 0.438371, 0.898794, 900, 255, 1, '', 48120, NULL), +(@OGUID+1864, 1619, 0, 130, 0, 1, 1, -711.061, 1210.57, 89.5052, 4.01426, 0, 0, -0.906307, 0.422619, 900, 255, 1, '', 53788, NULL), +(@OGUID+1865, 1619, 0, 130, 0, 1, 1, 310.73, 1181.5, 86.8165, 1.83259, 0, 0, 0.793353, 0.608762, 900, 255, 1, '', 45506, NULL), +(@OGUID+1866, 1619, 0, 130, 0, 1, 1, 405.488, 1342.4, 86.071, 2.96704, 0, 0, 0.996194, 0.087165, 900, 255, 1, '', 45506, NULL), +(@OGUID+1867, 1619, 0, 130, 0, 1, 1, 463.334, 1359.06, 94.2735, 2.3911, 0, 0, 0.930417, 0.366502, 900, 255, 1, '', 46902, NULL), +(@OGUID+1868, 1619, 0, 130, 130, 1, 1, -574.473, 995.328, 100.524, 6.14356, 0, 0, -0.0697556, 0.997564, 900, 255, 1, '', 51943, NULL), +(@OGUID+1869, 1619, 0, 130, 130, 1, 1, -593.015, 748.071, 116.325, 2.67035, 0, 0, 0.972369, 0.233448, 900, 255, 1, '', 51943, NULL), +(@OGUID+1870, 1620, 0, 130, 0, 1, 1, -156.534, 1311.98, 46.4741, 4.06662, 0, 0, -0.894934, 0.446199, 900, 255, 1, '', 48632, NULL), +(@OGUID+1871, 1620, 0, 130, 0, 1, 1, -311.059, 1654.67, 14.3302, 4.59022, 0, 0, -0.748956, 0.66262, 900, 255, 1, '', 50664, NULL), +(@OGUID+1872, 1620, 0, 130, 0, 1, 1, -616.288, 1354.73, 36.3461, 2.58308, 0, 0, 0.961261, 0.27564, 900, 255, 1, '', 48632, NULL), +(@OGUID+1873, 1620, 0, 130, 0, 1, 1, 1087.7, 1095.32, 39.4568, 1.88495, 0, 0, 0.809016, 0.587786, 900, 255, 1, '', 49345, NULL), +(@OGUID+1874, 1620, 0, 130, 0, 1, 1, 1151.6, 1371.06, 36.6387, 2.51327, 0, 0, 0.951056, 0.309017, 900, 255, 1, '', 50172, NULL), +(@OGUID+1875, 1620, 0, 130, 0, 1, 1, 1183.83, 382.143, 33.6484, 5.35816, 0, 0, -0.446198, 0.894935, 900, 255, 1, '', 48632, NULL), +(@OGUID+1876, 1620, 0, 130, 0, 1, 1, 1189, 1038.54, 36.0202, 2.07694, 0, 0, 0.861629, 0.507539, 900, 255, 1, '', 50664, NULL), +(@OGUID+1877, 1620, 0, 130, 0, 1, 1, 1199.77, 940.93, 34.9147, 3.08918, 0, 0, 0.999657, 0.0262016, 900, 255, 1, '', 48632, NULL), +(@OGUID+1878, 1620, 0, 130, 0, 1, 1, 1212.28, 1081.24, 38.5364, 5.95157, 0, 0, -0.165047, 0.986286, 900, 255, 1, '', 49345, NULL), +(@OGUID+1879, 1620, 0, 130, 0, 1, 1, 1284.96, 910.183, 39.4659, 0.279252, 0, 0, 0.139173, 0.990268, 900, 255, 1, '', 48120, NULL), +(@OGUID+1880, 1620, 0, 130, 0, 1, 1, 1316.55, 680.78, 35.2747, 4.50295, 0, 0, -0.777145, 0.629321, 900, 255, 1, '', 48632, NULL), +(@OGUID+1881, 1620, 0, 130, 0, 1, 1, 1336.83, 743.906, 34.2843, 2.54818, 0, 0, 0.956305, 0.292372, 900, 255, 1, '', 48632, NULL), +(@OGUID+1882, 1620, 0, 130, 0, 1, 1, 1338.74, 800.474, 34.4119, 1.6057, 0, 0, 0.719339, 0.694659, 900, 255, 1, '', 48632, NULL), +(@OGUID+1883, 1620, 0, 130, 0, 1, 1, 1418.59, 578.4, 35.8319, 3.05433, 0, 0, 0.999048, 0.0436193, 900, 255, 1, '', 48340, NULL), +(@OGUID+1884, 1620, 0, 130, 0, 1, 1, 626.599, 1114.28, 63.7859, 2.14675, 0, 0, 0.878817, 0.47716, 900, 255, 1, '', 48120, NULL), +(@OGUID+1885, 1620, 0, 130, 0, 1, 1, 631.639, 1193.88, 71.4564, 2.67035, 0, 0, 0.972369, 0.233448, 900, 255, 1, '', 50664, NULL), +(@OGUID+1886, 1620, 0, 130, 0, 1, 1, 664.761, 1137.47, 57.2768, 3.00195, 0, 0, 0.997563, 0.0697661, 900, 255, 1, '', 48120, NULL), +(@OGUID+1887, 1620, 0, 130, 0, 1, 1, 668.948, 1072.93, 55.419, 3.52557, 0, 0, -0.981627, 0.190812, 900, 255, 1, '', 49345, NULL), +(@OGUID+1888, 1620, 0, 130, 0, 1, 1, 805.578, 1547.65, 43.077, 4.57276, 0, 0, -0.754709, 0.656059, 900, 255, 1, '', 50172, NULL), +(@OGUID+1889, 1620, 0, 130, 0, 1, 1, 809.661, 1477.3, 33.4895, 2.75761, 0, 0, 0.981627, 0.190812, 900, 255, 1, '', 50172, NULL), +(@OGUID+1890, 1620, 0, 130, 0, 1, 1, 835.827, 1389.05, 40.3876, 5.00909, 0, 0, -0.594823, 0.803857, 900, 255, 1, '', 48120, NULL), +(@OGUID+1891, 1620, 0, 130, 0, 1, 1, 843.962, 1089.3, 46.8802, 1.309, 0, 0, 0.608761, 0.793354, 900, 255, 1, '', 49345, NULL), +(@OGUID+1892, 1620, 0, 130, 0, 1, 1, 849.742, 1241.85, 33.9615, 1.29154, 0, 0, 0.601814, 0.798636, 900, 255, 1, '', 50172, NULL), +(@OGUID+1893, 1620, 0, 130, 0, 1, 1, 865.811, 1470.07, 33.9663, 4.86947, 0, 0, -0.649447, 0.760406, 900, 255, 1, '', 48120, NULL), +(@OGUID+1894, 1620, 0, 130, 0, 1, 1, 905.735, 1404.78, 35.6612, 1.6057, 0, 0, 0.719339, 0.694659, 900, 255, 1, '', 50664, NULL), +(@OGUID+1895, 1620, 0, 130, 0, 1, 1, 958.84, 1069.46, 36.558, 6.21337, 0, 0, -0.0348988, 0.999391, 900, 255, 1, '', 48340, NULL), +(@OGUID+1896, 1620, 0, 130, 0, 1, 1, 991.112, 1078.78, 38.4924, 4.55531, 0, 0, -0.760406, 0.649449, 900, 255, 1, '', 49345, NULL), +(@OGUID+1897, 1620, 0, 130, 1, 1, 1, 1017.85, 1068.03, 39.512, 3.49067, 0, 0, -0.984807, 0.173652, 900, 255, 1, '', 50664, NULL), +(@OGUID+1898, 1620, 0, 130, 0, 1, 1, -240.384, 1216.4, 50.4127, 5.02655, 0, 0, -0.587785, 0.809017, 900, 255, 1, '', 45506, NULL), +(@OGUID+1899, 1620, 0, 130, 0, 1, 1, -293.199, 1221.4, 47.9139, 3.78737, 0, 0, -0.948323, 0.317306, 900, 255, 1, '', 52237, NULL), +(@OGUID+1900, 1620, 0, 130, 0, 1, 1, -296.533, 1111.66, 66.8496, 1.58825, 0, 0, 0.71325, 0.70091, 900, 255, 1, '', 52237, NULL), +(@OGUID+1901, 1620, 0, 130, 0, 1, 1, -457.327, 1176.1, 59.4468, 5.67232, 0, 0, -0.300705, 0.953717, 900, 255, 1, '', 46902, NULL), +(@OGUID+1902, 1620, 0, 130, 0, 1, 1, 1123.37, 1095.89, 40.1016, 3.90954, 0, 0, -0.927183, 0.374608, 900, 255, 1, '', 46902, NULL), +(@OGUID+1903, 1620, 0, 130, 0, 1, 1, 169.239, 1178.91, 64.7395, 4.08407, 0, 0, -0.891006, 0.453991, 900, 255, 1, '', 52237, NULL), +(@OGUID+1904, 1620, 0, 130, 0, 1, 1, 676.372, 1213.96, 65.2791, 4.67748, 0, 0, -0.719339, 0.694659, 900, 255, 1, '', 51831, NULL), +(@OGUID+1905, 1620, 0, 130, 0, 1, 1, 718.524, 1453.72, 61.1236, 2.84488, 0, 0, 0.989016, 0.147811, 900, 255, 1, '', 51831, NULL), +(@OGUID+1906, 1620, 0, 130, 0, 1, 1, 789.535, 1202.92, 49.9049, 0.453785, 0, 0, 0.224951, 0.97437, 900, 255, 1, '', 52237, NULL), +(@OGUID+1907, 1620, 0, 130, 0, 1, 1, 840.177, 1330.11, 33.9282, 3.17653, 0, 0, -0.999847, 0.0174693, 900, 255, 1, '', 52237, NULL), +(@OGUID+1908, 1620, 0, 130, 0, 1, 1, 868.94, 1162.26, 35.5119, 4.13643, 0, 0, -0.878817, 0.47716, 900, 255, 1, '', 51831, NULL), +(@OGUID+1909, 1620, 0, 130, 0, 1, 1, 944.517, 1541.33, 33.5463, 3.97935, 0, 0, -0.913545, 0.406738, 900, 255, 1, '', 52237, NULL), +(@OGUID+1910, 1620, 0, 130, 130, 1, 1, -397.639, 1223.54, 47.8256, 1.39626, 0, 0, 0.642787, 0.766045, 900, 255, 1, '', 52237, NULL), +(@OGUID+1911, 1620, 0, 130, 130, 1, 1, 708.846, 1229.78, 62.9129, 4.34587, 0, 0, -0.824126, 0.566406, 900, 255, 1, '', 46248, NULL), +(@OGUID+1912, 1620, 0, 130, 1338, 1, 1, 818.656, 574.509, 35.8591, 2.07694, 0, 0, 0.861629, 0.507539, 900, 255, 1, '', 45772, NULL), +(@OGUID+1913, 1620, 0, 130, 172, 1, 1, 618.615, 589.892, 34.8883, 1.91986, 0, 0, 0.819152, 0.573577, 900, 255, 1, '', 46902, NULL), +(@OGUID+1914, 1620, 0, 130, 172, 1, 1, 637.073, 651.972, 37.6106, 2.58308, 0, 0, 0.961261, 0.27564, 900, 255, 1, '', 52237, NULL), +(@OGUID+1915, 1620, 0, 130, 204, 1, 1, -519.838, 1466.36, 19.123, 3.82227, 0, 0, -0.942641, 0.333808, 900, 255, 1, '', 52237, NULL), +(@OGUID+1916, 1620, 0, 130, 226, 1, 1, 1219.14, 1954.37, 10.6725, 2.9845, 0, 0, 0.996917, 0.0784664, 900, 255, 1, '', 46902, NULL), +(@OGUID+1917, 1620, 0, 130, 228, 1, 1, -577.121, 1550.49, 10.0831, 4.55531, 0, 0, -0.760406, 0.649449, 900, 255, 1, '', 51943, NULL), +(@OGUID+1918, 1620, 0, 130, 237, 1, 1, 684.037, 1134.15, 55.1769, 5.35816, 0, 0, -0.446198, 0.894935, 900, 255, 1, '', 52237, NULL), +(@OGUID+1919, 1620, 0, 130, 237, 1, 1, 695.347, 1008.52, 39.9455, 4.7822, 0, 0, -0.681998, 0.731354, 900, 255, 1, '', 51739, NULL), +(@OGUID+1920, 1620, 0, 130, 237, 1, 1, 783.099, 1111.93, 46.2027, 4.15388, 0, 0, -0.874619, 0.48481, 900, 255, 1, '', 52237, NULL), +(@OGUID+1921, 1620, 0, 130, 240, 1, 1, 886.554, 1540.91, 26.2854, 2.3911, 0, 0, 0.930417, 0.366502, 900, 255, 1, '', 46158, NULL), +(@OGUID+1922, 1620, 0, 130, 460, 1, 1, 1188.6, 1685.35, 17.7473, 2.42601, 0, 0, 0.936672, 0.350207, 900, 255, 1, '', 50664, NULL), +(@OGUID+1923, 1620, 0, 130, 460, 1, 1, 851.27, 1405.59, 41.4164, 3.10665, 0, 0, 0.999847, 0.0174693, 900, 255, 1, '', 50664, NULL), +(@OGUID+1924, 1621, 0, 130, 0, 1, 1, -125.76, 1213.41, 57.1699, 0.349065, 0, 0, 0.173648, 0.984808, 900, 255, 1, '', 48632, NULL), +(@OGUID+1925, 1621, 0, 130, 0, 1, 1, -141.737, 1240.82, 51.6545, 2.40855, 0, 0, 0.93358, 0.358368, 900, 255, 1, '', 50664, NULL), +(@OGUID+1926, 1621, 0, 130, 0, 1, 1, -17.5433, 1120.78, 65.7508, 2.63544, 0, 0, 0.968147, 0.250381, 900, 255, 1, '', 49822, NULL), +(@OGUID+1927, 1621, 0, 130, 0, 1, 1, -205.826, 1116.79, 56.9068, 1.50098, 0, 0, 0.681998, 0.731354, 900, 255, 1, '', 50664, NULL), +(@OGUID+1928, 1621, 0, 130, 0, 1, 1, -236.559, 1351.29, 37.4929, 1.93731, 0, 0, 0.824125, 0.566408, 900, 255, 1, '', 48632, NULL), +(@OGUID+1929, 1621, 0, 130, 0, 1, 1, -322.612, 1153.8, 70.5041, 2.77507, 0, 0, 0.983254, 0.182238, 900, 255, 1, '', 49822, NULL), +(@OGUID+1930, 1621, 0, 130, 0, 1, 1, -406.846, 1350.45, 37.2905, 3.64774, 0, 0, -0.968147, 0.250381, 900, 255, 1, '', 50664, NULL), +(@OGUID+1931, 1621, 0, 130, 0, 1, 1, -446.982, 847.415, 96.9973, 0.314158, 0, 0, 0.156434, 0.987688, 900, 255, 1, '', 48632, NULL), +(@OGUID+1932, 1621, 0, 130, 0, 1, 1, -468.996, 719.341, 89.6196, 5.18363, 0, 0, -0.522498, 0.85264, 900, 255, 1, '', 50664, NULL), +(@OGUID+1933, 1621, 0, 130, 0, 1, 1, -495.378, 1155, 63.7513, 4.5204, 0, 0, -0.771625, 0.636078, 900, 255, 1, '', 50664, NULL), +(@OGUID+1934, 1621, 0, 130, 0, 1, 1, -496.818, 675.509, 88.2723, 6.14356, 0, 0, -0.0697556, 0.997564, 900, 255, 1, '', 49822, NULL), +(@OGUID+1935, 1621, 0, 130, 0, 1, 1, -510.528, 1345.62, 42.9607, 5.32326, 0, 0, -0.461748, 0.887011, 900, 255, 1, '', 48632, NULL), +(@OGUID+1936, 1621, 0, 130, 0, 1, 1, -538.854, 1084.28, 88.7732, 4.38078, 0, 0, -0.814116, 0.580703, 900, 255, 1, '', 50664, NULL), +(@OGUID+1937, 1621, 0, 130, 0, 1, 1, -550.962, 798.357, 88.7893, 3.90954, 0, 0, -0.927183, 0.374608, 900, 255, 1, '', 48632, NULL), +(@OGUID+1938, 1621, 0, 130, 0, 1, 1, -567.656, 963.195, 90.5271, 0.506145, 0, 0, 0.25038, 0.968148, 900, 255, 1, '', 48632, NULL), +(@OGUID+1939, 1621, 0, 130, 0, 1, 1, 168.096, 1079.72, 89.5135, 1.32645, 0, 0, 0.615661, 0.788011, 900, 255, 1, '', 48120, NULL), +(@OGUID+1940, 1621, 0, 130, 0, 1, 1, 189.594, 1220.34, 68.9187, 0.087266, 0, 0, 0.0436192, 0.999048, 900, 255, 1, '', 50664, NULL), +(@OGUID+1941, 1621, 0, 130, 0, 1, 1, 429.245, 1182.35, 87.968, 0.296705, 0, 0, 0.147809, 0.989016, 900, 255, 1, '', 48120, NULL), +(@OGUID+1942, 1621, 0, 130, 0, 1, 1, 476.653, 1156.71, 94.5741, 3.83973, 0, 0, -0.939692, 0.34202, 900, 255, 1, '', 50664, NULL), +(@OGUID+1943, 1621, 0, 130, 0, 1, 1, 531.694, 1428.71, 101.015, 6.12611, 0, 0, -0.0784588, 0.996917, 900, 255, 1, '', 49822, NULL), +(@OGUID+1944, 1621, 0, 130, 0, 1, 1, 556.695, 1337.89, 86.6567, 3.35105, 0, 0, -0.994521, 0.104536, 900, 255, 1, '', 50172, NULL), +(@OGUID+1945, 1621, 0, 130, 0, 1, 1, 563.505, 1313.28, 87.6793, 4.97419, 0, 0, -0.608761, 0.793354, 900, 255, 1, '', 50172, NULL), +(@OGUID+1946, 1621, 0, 130, 0, 1, 1, 58.2199, 1275.59, 64.48, 2.16421, 0, 0, 0.882947, 0.469473, 900, 255, 1, '', 50664, NULL), +(@OGUID+1947, 1621, 0, 130, 0, 1, 1, 726.712, 1387.03, 72.8429, 2.11185, 0, 0, 0.870356, 0.492424, 900, 255, 1, '', 49822, NULL), +(@OGUID+1948, 1621, 0, 130, 0, 1, 1, 729.797, 1482.48, 62.22, 0.174532, 0, 0, 0.0871553, 0.996195, 900, 255, 1, '', 50172, NULL), +(@OGUID+1949, 1621, 0, 130, 0, 1, 1, 752.246, 1176.41, 54.1389, 5.20108, 0, 0, -0.515038, 0.857168, 900, 255, 1, '', 48120, NULL), +(@OGUID+1950, 1621, 0, 130, 0, 1, 1, -182.456, 1115.56, 56.6134, 3.12412, 0, 0, 0.999962, 0.00873464, 900, 255, 1, '', 52237, NULL), +(@OGUID+1951, 1621, 0, 130, 0, 1, 1, -32.0891, 1265.96, 61.1706, 5.61996, 0, 0, -0.325567, 0.945519, 900, 255, 1, '', 52237, NULL), +(@OGUID+1952, 1621, 0, 130, 0, 1, 1, -38.9839, 1064.54, 63.8401, 3.52557, 0, 0, -0.981627, 0.190812, 900, 255, 1, '', 45506, NULL), +(@OGUID+1953, 1621, 0, 130, 0, 1, 1, -419.464, 740.046, 101.702, 3.87463, 0, 0, -0.93358, 0.358368, 900, 255, 1, '', 52237, NULL), +(@OGUID+1954, 1621, 0, 130, 0, 1, 1, -491.957, 1211.93, 51.9617, 5.28835, 0, 0, -0.477159, 0.878817, 900, 255, 1, '', 46902, NULL), +(@OGUID+1955, 1621, 0, 130, 0, 1, 1, -493.935, 1189.47, 61.2801, 2.61799, 0, 0, 0.965925, 0.258821, 900, 255, 1, '', 52237, NULL), +(@OGUID+1956, 1621, 0, 130, 0, 1, 1, -79.9488, 1113.74, 67.3336, 1.79769, 0, 0, 0.782608, 0.622515, 900, 255, 1, '', 52237, NULL), +(@OGUID+1957, 1621, 0, 130, 0, 1, 1, 198.553, 1564.28, 128.405, 4.90438, 0, 0, -0.636078, 0.771625, 900, 255, 1, '', 53788, NULL), +(@OGUID+1958, 1621, 0, 130, 0, 1, 1, 222.798, 1622.17, 138.217, 2.3911, 0, 0, 0.930417, 0.366502, 900, 255, 1, '', 52237, NULL), +(@OGUID+1959, 1621, 0, 130, 0, 1, 1, 295.11, 1275.38, 77.5284, 1.46608, 0, 0, 0.66913, 0.743145, 900, 255, 1, '', 45506, NULL), +(@OGUID+1960, 1621, 0, 130, 0, 1, 1, 363.656, 1202.77, 76.7807, 3.194, 0, 0, -0.999657, 0.0262016, 900, 255, 1, '', 46902, NULL), +(@OGUID+1961, 1621, 0, 130, 0, 1, 1, 427.732, 1267.13, 80.597, 5.68977, 0, 0, -0.292372, 0.956305, 900, 255, 1, '', 52237, NULL), +(@OGUID+1962, 1621, 0, 130, 0, 1, 1, 502.74, 1208.63, 87.6672, 1.51844, 0, 0, 0.688354, 0.725374, 900, 255, 1, '', 45506, NULL), +(@OGUID+1963, 1621, 0, 130, 0, 1, 1, 650.147, 1382.63, 82.9212, 0.0174525, 0, 0, 0.00872612, 0.999962, 900, 255, 1, '', 46902, NULL), +(@OGUID+1964, 1621, 0, 130, 0, 1, 1, 691.563, 1286.89, 74.3206, 4.04917, 0, 0, -0.898793, 0.438373, 900, 255, 1, '', 52237, NULL), +(@OGUID+1965, 1621, 0, 130, 0, 1, 1, 79.1429, 1247.77, 65.5801, 4.36332, 0, 0, -0.819152, 0.573577, 900, 255, 1, '', 45572, NULL), +(@OGUID+1966, 1621, 0, 130, 0, 1, 1, 791.815, 1391.85, 59.5212, 4.2237, 0, 0, -0.857167, 0.515038, 900, 255, 1, '', 52237, NULL), +(@OGUID+1967, 1621, 0, 130, 0, 1, 1, 9.14334, 1086.47, 68.8772, 3.68265, 0, 0, -0.96363, 0.267241, 900, 255, 1, '', 52237, NULL), +(@OGUID+1968, 1621, 0, 130, 130, 1, 1, -473.183, 865.694, 96.5802, 2.07694, 0, 0, 0.861629, 0.507539, 900, 255, 1, '', 52237, NULL), +(@OGUID+1969, 1621, 0, 130, 130, 1, 1, -517.273, 1045.46, 91.7687, 5.20108, 0, 0, -0.515038, 0.857168, 900, 255, 1, '', 51943, NULL), +(@OGUID+1970, 1621, 0, 130, 130, 1, 1, -542.837, 904.022, 89.8296, 4.20625, 0, 0, -0.861629, 0.507539, 900, 255, 1, '', 53788, NULL), +(@OGUID+1971, 1621, 0, 130, 130, 1, 1, -549.923, 951.044, 88.9301, 3.00195, 0, 0, 0.997563, 0.0697661, 900, 255, 1, '', 52237, NULL), +(@OGUID+1972, 1621, 0, 130, 130, 1, 1, 67.2836, 1266.24, 65.0148, 0.349065, 0, 0, 0.173648, 0.984808, 900, 255, 1, '', 52237, NULL), +(@OGUID+1973, 1621, 0, 130, 204, 1, 1, -505.125, 1520.03, 16.6469, 6.12611, 0, 0, -0.0784588, 0.996917, 900, 255, 1, '', 52237, NULL), +(@OGUID+1974, 1621, 0, 130, 228, 1, 1, -473.732, 911.782, 93.7703, 4.81711, 0, 0, -0.66913, 0.743145, 900, 255, 1, '', 51943, NULL), +(@OGUID+1975, 1621, 0, 130, 228, 1, 1, -573.7, 1325.55, 48.5212, 5.79449, 0, 0, -0.241921, 0.970296, 900, 255, 1, '', 52237, NULL), +(@OGUID+1976, 1621, 0, 130, 230, 1, 1, -639.503, 1494.97, 9.6857, 3.54302, 0, 0, -0.979924, 0.19937, 900, 255, 1, '', 52237, NULL), +(@OGUID+1977, 1621, 0, 130, 3565, 1, 1, -479.976, 1318.48, 41.0712, 5.81195, 0, 0, -0.233445, 0.97237, 900, 255, 1, '', 49345, NULL), +(@OGUID+1978, 1621, 0, 130, 460, 1, 1, -458.826, 1416.93, 33.0005, 4.13643, 0, 0, -0.878817, 0.47716, 900, 255, 1, '', 50664, NULL), +(@OGUID+1979, 1622, 0, 130, 0, 1, 1, -185.161, 932.904, 65.5428, 6.26573, 0, 0, -0.00872612, 0.999962, 900, 255, 1, '', 48632, NULL), +(@OGUID+1980, 1622, 0, 130, 0, 1, 1, -216.591, 993.739, 73.5286, 3.64774, 0, 0, -0.968147, 0.250381, 900, 255, 1, '', 50664, NULL), +(@OGUID+1981, 1622, 0, 130, 0, 1, 1, -241.761, 1474.43, 54.0086, 3.03684, 0, 0, 0.998629, 0.0523532, 900, 255, 1, '', 48632, NULL), +(@OGUID+1982, 1622, 0, 130, 0, 1, 1, -320.719, 1459.67, 30.8319, 3.57793, 0, 0, -0.976295, 0.216442, 900, 255, 1, '', 50664, NULL), +(@OGUID+1983, 1622, 0, 130, 0, 1, 1, -55.1535, 762.506, 63.0612, 5.11382, 0, 0, -0.551936, 0.833886, 900, 255, 1, '', 50664, NULL), +(@OGUID+1984, 1622, 0, 130, 0, 1, 1, -64.0951, 968.844, 67.2903, 5.44543, 0, 0, -0.406736, 0.913546, 900, 255, 1, '', 49822, NULL), +(@OGUID+1985, 1622, 0, 130, 0, 1, 1, 227.415, 1478.35, 142.382, 2.72271, 0, 0, 0.978148, 0.207912, 900, 255, 1, '', 50664, NULL), +(@OGUID+1986, 1622, 0, 130, 0, 1, 1, 359.451, 1396.92, 132.017, 0.802851, 0, 0, 0.390731, 0.920505, 900, 255, 1, '', 48632, NULL), +(@OGUID+1987, 1622, 0, 130, 0, 1, 1, 68.9466, 762.575, 63.6638, 4.25861, 0, 0, -0.848047, 0.529921, 900, 255, 1, '', 48632, NULL), +(@OGUID+1988, 1622, 0, 130, 0, 1, 1, -269.905, 1487.58, 43.6381, 1.72787, 0, 0, 0.760406, 0.649449, 900, 255, 1, '', 52237, NULL), +(@OGUID+1989, 1622, 0, 130, 0, 1, 1, -332.959, 1436.16, 30.1793, 3.01941, 0, 0, 0.998135, 0.0610518, 900, 255, 1, '', 52237, NULL), +(@OGUID+1990, 1622, 0, 130, 0, 1, 1, -61.4924, 1003.23, 66.5817, 3.68265, 0, 0, -0.96363, 0.267241, 900, 255, 1, '', 46902, NULL), +(@OGUID+1991, 1622, 0, 130, 0, 1, 1, 114.162, 1327.6, 103.393, 2.51327, 0, 0, 0.951056, 0.309017, 900, 255, 1, '', 46902, NULL), +(@OGUID+1992, 1622, 0, 130, 0, 1, 1, 152.541, 1508.59, 114.532, 3.10665, 0, 0, 0.999847, 0.0174693, 900, 255, 1, '', 52237, NULL), +(@OGUID+1993, 1622, 0, 130, 0, 1, 1, 57.6614, 1380.17, 83.7885, 3.7001, 0, 0, -0.961261, 0.27564, 900, 255, 1, '', 52237, NULL), +(@OGUID+1994, 1622, 0, 130, 228, 1, 1, -113.034, 846.415, 60.6759, 6.26573, 0, 0, -0.00872612, 0.999962, 900, 255, 1, '', 51943, NULL), +(@OGUID+1995, 1622, 0, 130, 228, 1, 1, -195.068, 955.452, 65.7338, 3.76991, 0, 0, -0.951056, 0.309017, 900, 255, 1, '', 51943, NULL), +(@OGUID+1996, 1622, 0, 130, 229, 1, 1, 118.86, 1451.5, 114.548, 2.70526, 0, 0, 0.976295, 0.216442, 900, 255, 1, '', 53788, NULL), +(@OGUID+1997, 1622, 0, 130, 233, 1, 1, -73.9623, 939.846, 69.3082, 2.28638, 0, 0, 0.909961, 0.414694, 900, 255, 1, '', 52237, NULL), +(@OGUID+1998, 1622, 0, 130, 233, 1, 1, -82.8668, 872.231, 65.2026, 1.72787, 0, 0, 0.760406, 0.649449, 900, 255, 1, '', 52237, NULL), +(@OGUID+1999, 1622, 0, 130, 233, 1, 1, 14.587, 788.023, 63.7168, 1.20428, 0, 0, 0.566406, 0.824126, 900, 255, 1, '', 46902, NULL), +(@OGUID+2000, 1622, 0, 130, 236, 1, 1, -238.815, 1524.45, 76.3908, 5.67232, 0, 0, -0.300705, 0.953717, 900, 255, 1, '', 52237, NULL), +(@OGUID+2001, 2045, 0, 130, 0, 1, 1, 1299.25, 394.809, 10.5615, 4.53786, 0, 0, -0.766044, 0.642789, 900, 255, 1, '', 50664, NULL), +(@OGUID+2002, 2045, 0, 130, 0, 1, 1, 457.674, 1946.28, -17.6316, 5.00909, 0, 0, -0.594823, 0.803857, 900, 255, 1, '', 50664, NULL), +(@OGUID+2003, 2045, 0, 130, 0, 1, 1, 529.272, 633.311, 10.2678, 3.49067, 0, 0, -0.984807, 0.173652, 900, 255, 1, '', 48340, NULL), +(@OGUID+2004, 2045, 0, 130, 0, 1, 1, 530.479, 451.559, 15.8327, 5.28835, 0, 0, -0.477159, 0.878817, 900, 255, 1, '', 49936, NULL), +(@OGUID+2005, 2045, 0, 130, 0, 1, 1, 628.255, 736.648, 19.9124, 4.41568, 0, 0, -0.803857, 0.594823, 900, 255, 1, '', 49345, NULL), +(@OGUID+2006, 2045, 0, 130, 1338, 1, 1, 971.115, 909.173, 9.89501, 4.39823, 0, 0, -0.809016, 0.587786, 900, 255, 1, '', 52237, NULL), +(@OGUID+2007, 2045, 0, 130, 228, 1, 1, -417.752, 1724.76, -4.57706, 4.86947, 0, 0, -0.649447, 0.760406, 900, 255, 1, '', 52237, NULL), +(@OGUID+2008, 2045, 0, 130, 228, 1, 1, 1174.42, 786.112, 16.6375, 5.72468, 0, 0, -0.275637, 0.961262, 900, 255, 1, '', 52237, NULL), +(@OGUID+2009, 2045, 0, 130, 228, 1, 1, 848.158, 1960.73, -7.93733, 4.59022, 0, 0, -0.748956, 0.66262, 900, 255, 1, '', 51943, NULL), +(@OGUID+2010, 2045, 0, 130, 305, 1, 1, 917.13, 1993.14, -4.2409, 5.44543, 0, 0, -0.406736, 0.913546, 900, 255, 1, '', 52237, NULL), +(@OGUID+2011, 2045, 0, 130, 927, 1, 1, 1229.09, 639.504, 12.536, 4.01426, 0, 0, -0.906307, 0.422619, 900, 255, 1, '', 46368, NULL), +(@OGUID+2012, 2045, 0, 130, 0, 1, 1, 1286.95, 225.642, -6.62013, 0.855211, 0, 0, 0.414693, 0.909961, 900, 255, 1, '', 45942, NULL), +(@OGUID+2013, 2045, 0, 130, 1339, 1, 1, 1287.22, 124.78, -11.3707, 6.24828, 0, 0, -0.0174522, 0.999848, 900, 255, 1, '', 45572, NULL), +(@OGUID+2014, 1731, 0, 130, 0, 1, 1, -342.521, 1673.51, 25.3212, 5.81195, 0, 0, -0.233445, 0.97237, 900, 255, 1, '', 48632, NULL), +(@OGUID+2015, 1731, 0, 130, 0, 1, 1, -473.576, 1463.86, 27.1123, 0.261798, 0, 0, 0.130526, 0.991445, 900, 255, 1, '', 48632, NULL), +(@OGUID+2016, 1731, 0, 130, 0, 1, 1, -744.473, 1409.05, 38.1738, 4.18879, 0, 0, -0.866025, 0.500001, 900, 255, 1, '', 48632, NULL), +(@OGUID+2017, 1731, 0, 130, 0, 1, 1, 1011.34, 1184.54, 56.9709, 5.16618, 0, 0, -0.529919, 0.848048, 900, 255, 1, '', 48632, NULL), +(@OGUID+2018, 1731, 0, 130, 0, 1, 1, 1193.68, 1263.56, 49.0877, 1.74533, 0, 0, 0.766044, 0.642789, 900, 255, 1, '', 50664, NULL), +(@OGUID+2019, 1731, 0, 130, 0, 1, 1, 1196.38, 1447.38, 44.417, 3.194, 0, 0, -0.999657, 0.0262016, 900, 255, 1, '', 50172, NULL), +(@OGUID+2020, 1731, 0, 130, 0, 1, 1, 1292.67, 1379.22, 53.7565, 2.51327, 0, 0, 0.951056, 0.309017, 900, 255, 1, '', 48120, NULL), +(@OGUID+2021, 1731, 0, 130, 0, 1, 1, 1352.98, 1243.32, 47.671, 1.5708, 0, 0, 0.707107, 0.707107, 900, 255, 1, '', 48120, NULL), +(@OGUID+2022, 1731, 0, 130, 0, 1, 1, 315.29, 1409.67, 136.68, 2.51327, 0, 0, 0.951056, 0.309017, 900, 255, 1, '', 48632, NULL), +(@OGUID+2023, 1731, 0, 130, 0, 1, 1, 360.693, 1067.62, 105.336, 0.872664, 0, 0, 0.422618, 0.906308, 900, 255, 1, '', 50063, NULL), +(@OGUID+2024, 1731, 0, 130, 0, 1, 1, 396.622, 1014.3, 110.456, 1.78023, 0, 0, 0.777145, 0.629321, 900, 255, 1, '', 48632, NULL), +(@OGUID+2025, 1731, 0, 130, 0, 1, 1, 416.263, 1036.77, 106.968, 2.04204, 0, 0, 0.85264, 0.522499, 900, 255, 1, '', 48120, NULL), +(@OGUID+2026, 1731, 0, 130, 0, 1, 1, 512.921, 1052.21, 107.61, 0.244346, 0, 0, 0.121869, 0.992546, 900, 255, 1, '', 48120, NULL), +(@OGUID+2027, 1731, 0, 130, 0, 1, 1, 613.494, 1429.4, 102.028, 5.06146, 0, 0, -0.573576, 0.819152, 900, 255, 1, '', 50063, NULL), +(@OGUID+2028, 1731, 0, 130, 0, 1, 1, 639.734, 1222.12, 85.3606, 4.7822, 0, 0, -0.681998, 0.731354, 900, 255, 1, '', 50664, NULL), +(@OGUID+2029, 1731, 0, 130, 0, 1, 1, 647.199, 480.442, 38.1497, 3.6652, 0, 0, -0.965925, 0.258821, 900, 255, 1, '', 50664, NULL), +(@OGUID+2030, 1731, 0, 130, 0, 1, 1, 710.791, 1538.67, 69.1527, 1.46608, 0, 0, 0.66913, 0.743145, 900, 255, 1, '', 50172, NULL), +(@OGUID+2031, 1731, 0, 130, 0, 1, 1, 723.573, 1125.98, 64.2494, 4.46804, 0, 0, -0.788011, 0.615662, 900, 255, 1, '', 48120, NULL), +(@OGUID+2032, 1731, 0, 130, 0, 1, 1, 742.61, 1032.95, 56.357, 1.41372, 0, 0, 0.649447, 0.760406, 900, 255, 1, '', 48632, NULL), +(@OGUID+2033, 1731, 0, 130, 0, 1, 1, 762.282, 1271.56, 69.5199, 3.50812, 0, 0, -0.983254, 0.182238, 900, 255, 1, '', 49822, NULL), +(@OGUID+2034, 1731, 0, 130, 0, 1, 1, 805.129, 1164.21, 52.6026, 0.855211, 0, 0, 0.414693, 0.909961, 900, 255, 1, '', 48120, NULL), +(@OGUID+2035, 1731, 0, 130, 0, 1, 1, 815.299, 1506.07, 47.6115, 5.35816, 0, 0, -0.446198, 0.894935, 900, 255, 1, '', 48120, NULL), +(@OGUID+2036, 1731, 0, 130, 0, 1, 1, 906.962, 1070.09, 44.2785, 0.314158, 0, 0, 0.156434, 0.987688, 900, 255, 1, '', 48340, NULL), +(@OGUID+2037, 1731, 0, 130, 0, 1, 1, 923.438, 1590.01, 36.9635, 1.72787, 0, 0, 0.760406, 0.649449, 900, 255, 1, '', 48120, NULL), +(@OGUID+2038, 1731, 0, 130, 0, 1, 1, -142.785, 1280.16, 54.9085, 3.7001, 0, 0, -0.961261, 0.27564, 900, 255, 1, '', 45506, NULL), +(@OGUID+2039, 1731, 0, 130, 0, 1, 1, -709.825, 1209.56, 89.6936, 2.05949, 0, 0, 0.857167, 0.515038, 900, 255, 1, '', 53788, NULL), +(@OGUID+2040, 1731, 0, 130, 0, 1, 1, 1023.28, 1784.72, 20.375, 2.37364, 0, 0, 0.927183, 0.374608, 900, 255, 1, '', 52237, NULL), +(@OGUID+2041, 1731, 0, 130, 0, 1, 1, 1120.89, 1749.98, 21.8891, 5.49779, 0, 0, -0.382683, 0.92388, 900, 255, 1, '', 46902, NULL), +(@OGUID+2042, 1731, 0, 130, 0, 1, 1, 1185.11, 1844.1, 27.4475, 0.680677, 0, 0, 0.333806, 0.942642, 900, 255, 1, '', 46902, NULL), +(@OGUID+2043, 1731, 0, 130, 0, 1, 1, 129.166, 1097.66, 87.4431, 0.680677, 0, 0, 0.333806, 0.942642, 900, 255, 1, '', 52237, NULL), +(@OGUID+2044, 1731, 0, 130, 0, 1, 1, 29.3031, 1397.52, 81.6737, 3.71755, 0, 0, -0.958819, 0.284016, 900, 255, 1, '', 52237, NULL), +(@OGUID+2045, 1731, 0, 130, 0, 1, 1, 305.858, 1558.15, 134.453, 1.79769, 0, 0, 0.782608, 0.622515, 900, 255, 1, '', 52237, NULL), +(@OGUID+2046, 1731, 0, 130, 0, 1, 1, 310.01, 1083.07, 105.552, 0.296705, 0, 0, 0.147809, 0.989016, 900, 255, 1, '', 46182, NULL), +(@OGUID+2047, 1731, 0, 130, 0, 1, 1, 378.733, 1341.94, 92.9362, 2.77507, 0, 0, 0.983254, 0.182238, 900, 255, 1, '', 45506, NULL), +(@OGUID+2048, 1731, 0, 130, 0, 1, 1, 511.705, 1353.71, 88.8817, 1.8675, 0, 0, 0.803857, 0.594823, 900, 255, 1, '', 52237, NULL), +(@OGUID+2049, 1731, 0, 130, 0, 1, 1, 900.216, 1704.8, 29.1258, 5.14872, 0, 0, -0.537299, 0.843392, 900, 255, 1, '', 52237, NULL), +(@OGUID+2050, 1731, 0, 130, 130, 1, 1, -581.14, 1097.34, 90.129, 1.23918, 0, 0, 0.580703, 0.814116, 900, 255, 1, '', 51943, NULL), +(@OGUID+2051, 1731, 0, 130, 130, 1, 1, -643.304, 789.86, 128.134, 0.855211, 0, 0, 0.414693, 0.909961, 900, 255, 1, '', 52237, NULL), +(@OGUID+2052, 1731, 0, 130, 130, 1, 1, 388.705, 1038.2, 107.54, 0.925024, 0, 0, 0.446198, 0.894935, 900, 255, 1, '', 51831, NULL), +(@OGUID+2053, 1731, 0, 130, 130, 1, 1, 908.046, 1309.13, 48.4337, 5.2709, 0, 0, -0.484809, 0.87462, 900, 255, 1, '', 53788, NULL), +(@OGUID+2054, 1731, 0, 130, 1338, 1, 1, 1051.6, 742.094, 59.4798, 1.64061, 0, 0, 0.731353, 0.681999, 900, 255, 1, '', 52237, NULL), +(@OGUID+2055, 1731, 0, 130, 1338, 1, 1, 848.075, 368.491, 22.9007, 3.22886, 0, 0, -0.999048, 0.0436193, 900, 255, 1, '', 46902, NULL), +(@OGUID+2056, 1731, 0, 130, 204, 1, 1, -476.366, 1585.88, 17.7124, 6.12611, 0, 0, -0.0784588, 0.996917, 900, 255, 1, '', 52237, NULL), +(@OGUID+2057, 1731, 0, 130, 213, 1, 1, 378.47, 1053.96, 106.416, 2.61799, 0, 0, 0.965925, 0.258821, 900, 255, 1, '', 52237, NULL), +(@OGUID+2058, 1731, 0, 130, 226, 1, 1, 1086.69, 1964.56, 8.29545, 4.66003, 0, 0, -0.725374, 0.688355, 900, 255, 1, '', 53788, NULL), +(@OGUID+2059, 1731, 0, 130, 226, 1, 1, 1132.6, 1902.35, 34.3818, 4.29351, 0, 0, -0.83867, 0.54464, 900, 255, 1, '', 52237, NULL), +(@OGUID+2060, 1731, 0, 130, 226, 1, 1, 1235.28, 2052.67, 10.8418, 0.541051, 0, 0, 0.267238, 0.963631, 900, 255, 1, '', 52237, NULL), +(@OGUID+2061, 1731, 0, 130, 226, 1, 1, 1315.74, 1995.45, 16.4672, 3.76991, 0, 0, -0.951056, 0.309017, 900, 255, 1, '', 52237, NULL), +(@OGUID+2062, 1731, 0, 130, 226, 1, 1, 1346.48, 1958.65, 14.2065, 5.46288, 0, 0, -0.398748, 0.91706, 900, 255, 1, '', 46902, NULL), +(@OGUID+2063, 1731, 0, 130, 226, 1, 1, 1382.02, 1962.55, 15.3754, 4.85202, 0, 0, -0.656058, 0.75471, 900, 255, 1, '', 52237, NULL), +(@OGUID+2064, 1731, 0, 130, 226, 1, 1, 1389.75, 1970.95, 15.3534, 5.44543, 0, 0, -0.406736, 0.913546, 900, 255, 1, '', 46902, NULL), +(@OGUID+2065, 1731, 0, 130, 226, 1, 1, 1415.12, 1940.35, 10.5989, 0.645772, 0, 0, 0.317305, 0.948324, 900, 255, 1, '', 52237, NULL), +(@OGUID+2066, 1731, 0, 130, 226, 1, 1, 1420.63, 1928.08, 10.2896, 0.296705, 0, 0, 0.147809, 0.989016, 900, 255, 1, '', 46902, NULL), +(@OGUID+2067, 1731, 0, 130, 228, 1, 1, -248.656, 1431.2, 40.3558, 5.84685, 0, 0, -0.216439, 0.976296, 900, 255, 1, '', 52237, NULL), +(@OGUID+2068, 1731, 0, 130, 228, 1, 1, -522.009, 1252.89, 68.4464, 3.82227, 0, 0, -0.942641, 0.333808, 900, 255, 1, '', 51943, NULL), +(@OGUID+2069, 1731, 0, 130, 228, 1, 1, 1277.66, 1963.54, 16.3876, 1.32645, 0, 0, 0.615661, 0.788011, 900, 255, 1, '', 51943, NULL), +(@OGUID+2070, 1731, 0, 130, 228, 1, 1, 830.515, 621.588, 55.1183, 4.71239, 0, 0, -0.707107, 0.707107, 900, 255, 1, '', 52237, NULL), +(@OGUID+2071, 1731, 0, 130, 231, 1, 1, -334.055, 945.309, 132.997, 3.85718, 0, 0, -0.936671, 0.35021, 900, 255, 1, '', 52237, NULL), +(@OGUID+2072, 1731, 0, 130, 232, 1, 1, 1098.54, 229.932, 34.8875, 1.18682, 0, 0, 0.559193, 0.829038, 900, 255, 1, '', 46902, NULL), +(@OGUID+2073, 1731, 0, 130, 233, 1, 1, -300.888, 965.223, 130.787, 4.88692, 0, 0, -0.642787, 0.766045, 900, 255, 1, '', 52237, NULL), +(@OGUID+2074, 1731, 0, 130, 233, 1, 1, -313.933, 937.601685, 131.932, 2.14675, 0, 0, 0.878817, 0.47716, 900, 255, 1, '', -46902, 'Original position_y: 936.846'), +(@OGUID+2075, 1731, 0, 130, 238, 1, 1, 1444.68, 1124.77, 65.5705, 3.08918, 0, 0, 0.999657, 0.0262016, 900, 255, 1, '', 46902, NULL), +(@OGUID+2076, 1731, 0, 130, 240, 1, 1, 1035.12, 1633.56, 28.2433, 0.261798, 0, 0, 0.130526, 0.991445, 900, 255, 1, '', 45942, NULL), +(@OGUID+2077, 1731, 0, 130, 928, 1, 1, 784.642, 1691.71, 33.4731, 5.42797, 0, 0, -0.414693, 0.909961, 900, 255, 1, '', 46902, NULL), +(@OGUID+2078, 1731, 0, 130, 460, 1, 1, 1147.87, 1983.14, 22.8906, 0.942477, 0, 0, 0.45399, 0.891007, 900, 255, 1, '', 50664, NULL), +(@OGUID+2079, 1731, 0, 130, 460, 1, 1, 1361.38, 1971.22, 13.9368, 2.82743, 0, 0, 0.987688, 0.156436, 900, 255, 1, '', 50664, NULL), +(@OGUID+2080, 1732, 0, 130, 0, 1, 1, -548.759, 1018.47, 105.532, 5.79449, 0, 0, -0.241921, 0.970296, 900, 255, 1, '', 48632, NULL), +(@OGUID+2081, 1732, 0, 130, 0, 1, 1, -596.84, 896.666, 99.8922, 3.59538, 0, 0, -0.97437, 0.224951, 900, 255, 1, '', 50664, NULL), +(@OGUID+2082, 1732, 0, 130, 0, 1, 1, 106.171, 753.906, 70.6382, 2.21657, 0, 0, 0.894934, 0.446199, 900, 255, 1, '', 50063, NULL), +(@OGUID+2083, 1732, 0, 130, 0, 1, 1, 1298.86, 462.37, 17.1292, 2.47837, 0, 0, 0.945518, 0.325568, 900, 255, 1, '', 49936, NULL), +(@OGUID+2084, 1732, 0, 130, 0, 1, 1, 1458.34, 845.418, 70.6578, 3.4034, 0, 0, -0.991445, 0.130528, 900, 255, 1, '', 50664, NULL), +(@OGUID+2085, 1732, 0, 130, 0, 1, 1, 192.598, 601.971, 50.1232, 2.40855, 0, 0, 0.93358, 0.358368, 900, 255, 1, '', 49345, NULL), +(@OGUID+2086, 1732, 0, 130, 0, 1, 1, 215.092, 1457.74, 121.133, 4.03171, 0, 0, -0.902585, 0.430512, 900, 255, 1, '', 50063, NULL), +(@OGUID+2087, 1732, 0, 130, 0, 1, 1, 392.47, 707.618, 45.5647, 3.24635, 0, 0, -0.998629, 0.0523532, 900, 255, 1, '', 48632, NULL), +(@OGUID+2088, 1732, 0, 130, 0, 1, 1, 407.963, 987.618, 108.506, 3.85718, 0, 0, -0.936671, 0.35021, 900, 255, 1, '', 48632, NULL), +(@OGUID+2089, 1732, 0, 130, 0, 1, 1, 415.897, 996.533, 109.065, 5.00909, 0, 0, -0.594823, 0.803857, 900, 255, 1, '', 48632, NULL), +(@OGUID+2090, 1732, 0, 130, 0, 1, 1, 458.781, 996.065, 131.991, 3.24635, 0, 0, -0.998629, 0.0523532, 900, 255, 1, '', 50063, NULL), +(@OGUID+2091, 1732, 0, 130, 0, 1, 1, 486.859, 773.352, 47.7917, 1.53589, 0, 0, 0.694658, 0.71934, 900, 255, 1, '', 48340, NULL), +(@OGUID+2092, 1732, 0, 130, 0, 1, 1, 520.041, 882.858, 135.329, 4.66003, 0, 0, -0.725374, 0.688355, 900, 255, 1, '', 48632, NULL), +(@OGUID+2093, 1732, 0, 130, 0, 1, 1, 625.231, 874.41, 37.9086, 1.48353, 0, 0, 0.67559, 0.737278, 900, 255, 1, '', 49345, NULL), +(@OGUID+2094, 1732, 0, 130, 1, 1, 1, 368.115, 604.431, 48.3461, 3.89209, 0, 0, -0.930417, 0.366502, 900, 255, 1, '', 50664, NULL), +(@OGUID+2095, 1732, 0, 130, 0, 1, 1, -312.241, 1036.87, 115.711, 1.41372, 0, 0, 0.649447, 0.760406, 900, 255, 1, '', 52237, NULL), +(@OGUID+2096, 1732, 0, 130, 0, 1, 1, 1221.43, 1728.9, 34.2743, 1.79769, 0, 0, 0.782608, 0.622515, 900, 255, 1, '', 46902, NULL), +(@OGUID+2097, 1732, 0, 130, 0, 1, 1, 254.54, 1100.55, 90.5359, 2.86234, 0, 0, 0.990268, 0.139175, 900, 255, 1, '', 52237, NULL), +(@OGUID+2098, 1732, 0, 130, 0, 1, 1, 542.518, 939.009, 135.029, 2.67035, 0, 0, 0.972369, 0.233448, 900, 255, 1, '', 52237, NULL), +(@OGUID+2099, 1732, 0, 130, 130, 1, 1, -293.892, 1008, 113.602, 5.95157, 0, 0, -0.165047, 0.986286, 900, 255, 1, '', 52237, NULL), +(@OGUID+2100, 1732, 0, 130, 130, 1, 1, -305.998, 1099.13, 75.9756, 1.51844, 0, 0, 0.688354, 0.725374, 900, 255, 1, '', 46248, NULL), +(@OGUID+2101, 1732, 0, 130, 130, 1, 1, -345.379, 1029.21, 120.191, 5.95157, 0, 0, -0.165047, 0.986286, 900, 255, 1, '', 52237, NULL), +(@OGUID+2102, 1732, 0, 130, 130, 1, 1, -567.707, 813.416, 91.6254, 1.83259, 0, 0, 0.793353, 0.608762, 900, 255, 1, '', 51943, NULL), +(@OGUID+2103, 1732, 0, 130, 130, 1, 1, 394.553, 1004.06, 108.397, 4.81711, 0, 0, -0.66913, 0.743145, 900, 255, 1, '', 52237, NULL), +(@OGUID+2104, 1732, 0, 130, 130, 1, 1, 727.299, 1432.06, 70.8502, 4.24115, 0, 0, -0.85264, 0.522499, 900, 255, 1, '', 46248, NULL), +(@OGUID+2105, 1732, 0, 130, 130, 1, 1, 984.639, 1367.98, 50.0899, 0.523598, 0, 0, 0.258819, 0.965926, 900, 255, 1, '', 46248, NULL), +(@OGUID+2106, 1732, 0, 130, 172, 1, 1, 522.532, 427.6, 19.4784, 1.0472, 0, 0, 0.5, 0.866025, 900, 255, 1, '', 53622, NULL), +(@OGUID+2107, 1732, 0, 130, 172, 1, 1, 642.53, 266.969, 22.9494, 3.89209, 0, 0, -0.930417, 0.366502, 900, 255, 1, '', 52237, NULL), +(@OGUID+2108, 1732, 0, 130, 213, 1, 1, 404.157, 1015.15, 108.756, 0.418879, 0, 0, 0.207911, 0.978148, 900, 255, 1, '', 52237, NULL), +(@OGUID+2109, 1732, 0, 130, 228, 1, 1, -42.1266, 931.599, 71.1234, 2.96704, 0, 0, 0.996194, 0.087165, 900, 255, 1, '', 52237, NULL), +(@OGUID+2110, 1732, 0, 130, 228, 1, 1, 756.192, 1784.68, 30.1367, 0.122173, 0, 0, 0.0610485, 0.998135, 900, 255, 1, '', 52237, NULL), +(@OGUID+2111, 1732, 0, 130, 231, 1, 1, -309.482, 971.346, 134.001, 3.927, 0, 0, -0.923879, 0.382686, 900, 255, 1, '', 46902, NULL), +(@OGUID+2112, 1732, 0, 130, 231, 1, 1, -324.499, 927.473, 131.106, 6.21337, 0, 0, -0.0348988, 0.999391, 900, 255, 1, '', 52237, NULL), +(@OGUID+2113, 1732, 0, 130, 231, 1, 1, -341.725, 1010.56, 124.809, 4.10153, 0, 0, -0.887011, 0.461749, 900, 255, 1, '', 52237, NULL), +(@OGUID+2114, 1732, 0, 130, 232, 1, 1, 1003.41, 96.0792, 18.3702, 1.309, 0, 0, 0.608761, 0.793354, 900, 255, 1, '', 46902, NULL), +(@OGUID+2115, 1732, 0, 130, 233, 1, 1, -282.336, 1030.5, 115.62, 3.54302, 0, 0, -0.979924, 0.19937, 900, 255, 1, '', 46902, NULL), +(@OGUID+2116, 1732, 0, 130, 233, 1, 1, -330.949, 975.041, 131.184, 5.21854, 0, 0, -0.507538, 0.861629, 900, 255, 1, '', 52237, NULL), +(@OGUID+2117, 1732, 0, 130, 233, 1, 1, -378.764, 769.298, 95.0073, 3.56047, 0, 0, -0.978148, 0.207912, 900, 255, 1, '', 52237, NULL), +(@OGUID+2118, 1732, 0, 130, 233, 1, 1, -49.0992, 683.56, 78.2922, 1.36136, 0, 0, 0.62932, 0.777146, 900, 255, 1, '', 52237, NULL), +(@OGUID+2119, 1732, 0, 130, 460, 1, 1, -225.326, 893.232, 94.2519, 2.56563, 0, 0, 0.958819, 0.284016, 900, 255, 1, '', 50664, NULL), +(@OGUID+2120, 1732, 0, 130, 460, 1, 1, -298.773, 958.085, 132.785, 5.28835, 0, 0, -0.477159, 0.878817, 900, 255, 1, '', 50664, NULL), +(@OGUID+2121, 1732, 0, 130, 460, 1, 1, -446.868, 957.278, 100.316, 5.96903, 0, 0, -0.156434, 0.987688, 900, 255, 1, '', 49822, NULL), +(@OGUID+2122, 1732, 0, 130, 0, 1, 1, 192.598, 601.971, 50.1232, 2.40855, 0, 0, 0.93358, 0.358368, 900, 255, 1, '', 50664, NULL), +(@OGUID+2123, 1733, 0, 130, 0, 1, 1, -548.759, 1018.47, 105.532, 5.79449, 0, 0, -0.241921, 0.970296, 900, 255, 1, '', 48632, NULL), +(@OGUID+2124, 1733, 0, 130, 0, 1, 1, -596.84, 896.666, 99.8922, 3.59538, 0, 0, -0.97437, 0.224951, 900, 255, 1, '', 50664, NULL), +(@OGUID+2125, 1733, 0, 130, 0, 1, 1, 106.171, 753.906, 70.6382, 2.21657, 0, 0, 0.894934, 0.446199, 900, 255, 1, '', 50063, NULL), +(@OGUID+2126, 1733, 0, 130, 0, 1, 1, 1298.86, 462.37, 17.1292, 2.47837, 0, 0, 0.945518, 0.325568, 900, 255, 1, '', 49936, NULL), +(@OGUID+2127, 1733, 0, 130, 0, 1, 1, 1458.34, 845.418, 70.6578, 3.4034, 0, 0, -0.991445, 0.130528, 900, 255, 1, '', 50664, NULL), +(@OGUID+2128, 1733, 0, 130, 0, 1, 1, 192.598, 601.971, 50.1232, 2.40855, 0, 0, 0.93358, 0.358368, 900, 255, 1, '', 49345, NULL), +(@OGUID+2129, 1733, 0, 130, 0, 1, 1, 215.092, 1457.74, 121.133, 4.03171, 0, 0, -0.902585, 0.430512, 900, 255, 1, '', 50063, NULL), +(@OGUID+2130, 1733, 0, 130, 0, 1, 1, 392.47, 707.618, 45.5647, 3.24635, 0, 0, -0.998629, 0.0523532, 900, 255, 1, '', 48632, NULL), +(@OGUID+2131, 1733, 0, 130, 0, 1, 1, 407.963, 987.618, 108.506, 3.85718, 0, 0, -0.936671, 0.35021, 900, 255, 1, '', 48632, NULL), +(@OGUID+2132, 1733, 0, 130, 0, 1, 1, 415.897, 996.533, 109.065, 5.00909, 0, 0, -0.594823, 0.803857, 900, 255, 1, '', 48632, NULL), +(@OGUID+2133, 1733, 0, 130, 0, 1, 1, 458.781, 996.065, 131.991, 3.24635, 0, 0, -0.998629, 0.0523532, 900, 255, 1, '', 50063, NULL), +(@OGUID+2134, 1733, 0, 130, 0, 1, 1, 486.859, 773.352, 47.7917, 1.53589, 0, 0, 0.694658, 0.71934, 900, 255, 1, '', 48340, NULL), +(@OGUID+2135, 1733, 0, 130, 0, 1, 1, 520.041, 882.858, 135.329, 4.66003, 0, 0, -0.725374, 0.688355, 900, 255, 1, '', 48632, NULL), +(@OGUID+2136, 1733, 0, 130, 0, 1, 1, 625.231, 874.41, 37.9086, 1.48353, 0, 0, 0.67559, 0.737278, 900, 255, 1, '', 49345, NULL), +(@OGUID+2137, 1733, 0, 130, 1, 1, 1, 368.115, 604.431, 48.3461, 3.89209, 0, 0, -0.930417, 0.366502, 900, 255, 1, '', 50664, NULL), +(@OGUID+2138, 1733, 0, 130, 0, 1, 1, -312.241, 1036.87, 115.711, 1.41372, 0, 0, 0.649447, 0.760406, 900, 255, 1, '', 52237, NULL), +(@OGUID+2139, 1733, 0, 130, 0, 1, 1, 1221.43, 1728.9, 34.2743, 1.79769, 0, 0, 0.782608, 0.622515, 900, 255, 1, '', 46902, NULL), +(@OGUID+2140, 1733, 0, 130, 0, 1, 1, 254.54, 1100.55, 90.5359, 2.86234, 0, 0, 0.990268, 0.139175, 900, 255, 1, '', 52237, NULL), +(@OGUID+2141, 1733, 0, 130, 0, 1, 1, 542.518, 939.009, 135.029, 2.67035, 0, 0, 0.972369, 0.233448, 900, 255, 1, '', 52237, NULL), +(@OGUID+2142, 1733, 0, 130, 130, 1, 1, -293.892, 1008, 113.602, 5.95157, 0, 0, -0.165047, 0.986286, 900, 255, 1, '', 52237, NULL), +(@OGUID+2143, 1733, 0, 130, 130, 1, 1, -305.998, 1099.13, 75.9756, 1.51844, 0, 0, 0.688354, 0.725374, 900, 255, 1, '', 46248, NULL), +(@OGUID+2144, 1733, 0, 130, 130, 1, 1, -345.379, 1029.21, 120.191, 5.95157, 0, 0, -0.165047, 0.986286, 900, 255, 1, '', 52237, NULL), +(@OGUID+2145, 1733, 0, 130, 130, 1, 1, -567.707, 813.416, 91.6254, 1.83259, 0, 0, 0.793353, 0.608762, 900, 255, 1, '', 51943, NULL), +(@OGUID+2146, 1733, 0, 130, 130, 1, 1, 394.553, 1004.06, 108.397, 4.81711, 0, 0, -0.66913, 0.743145, 900, 255, 1, '', 52237, NULL), +(@OGUID+2147, 1733, 0, 130, 130, 1, 1, 727.299, 1432.06, 70.8502, 4.24115, 0, 0, -0.85264, 0.522499, 900, 255, 1, '', 46248, NULL), +(@OGUID+2148, 1733, 0, 130, 130, 1, 1, 984.639, 1367.98, 50.0899, 0.523598, 0, 0, 0.258819, 0.965926, 900, 255, 1, '', 46248, NULL), +(@OGUID+2149, 1733, 0, 130, 172, 1, 1, 522.532, 427.6, 19.4784, 1.0472, 0, 0, 0.5, 0.866025, 900, 255, 1, '', 53622, NULL), +(@OGUID+2150, 1733, 0, 130, 172, 1, 1, 642.53, 266.969, 22.9494, 3.89209, 0, 0, -0.930417, 0.366502, 900, 255, 1, '', 52237, NULL), +(@OGUID+2151, 1733, 0, 130, 213, 1, 1, 404.157, 1015.15, 108.756, 0.418879, 0, 0, 0.207911, 0.978148, 900, 255, 1, '', 52237, NULL), +(@OGUID+2152, 1733, 0, 130, 228, 1, 1, -42.1266, 931.599, 71.1234, 2.96704, 0, 0, 0.996194, 0.087165, 900, 255, 1, '', 52237, NULL), +(@OGUID+2153, 1733, 0, 130, 228, 1, 1, 756.192, 1784.68, 30.1367, 0.122173, 0, 0, 0.0610485, 0.998135, 900, 255, 1, '', 52237, NULL), +(@OGUID+2154, 1733, 0, 130, 231, 1, 1, -309.482, 971.346, 134.001, 3.927, 0, 0, -0.923879, 0.382686, 900, 255, 1, '', 46902, NULL), +(@OGUID+2155, 1733, 0, 130, 231, 1, 1, -324.499, 927.473, 131.106, 6.21337, 0, 0, -0.0348988, 0.999391, 900, 255, 1, '', 52237, NULL), +(@OGUID+2156, 1733, 0, 130, 231, 1, 1, -341.725, 1010.56, 124.809, 4.10153, 0, 0, -0.887011, 0.461749, 900, 255, 1, '', 52237, NULL), +(@OGUID+2157, 1733, 0, 130, 232, 1, 1, 1003.41, 96.0792, 18.3702, 1.309, 0, 0, 0.608761, 0.793354, 900, 255, 1, '', 46902, NULL), +(@OGUID+2158, 1733, 0, 130, 233, 1, 1, -282.336, 1030.5, 115.62, 3.54302, 0, 0, -0.979924, 0.19937, 900, 255, 1, '', 46902, NULL), +(@OGUID+2159, 1733, 0, 130, 233, 1, 1, -330.949, 975.041, 131.184, 5.21854, 0, 0, -0.507538, 0.861629, 900, 255, 1, '', 52237, NULL), +(@OGUID+2160, 1733, 0, 130, 233, 1, 1, -378.764, 769.298, 95.0073, 3.56047, 0, 0, -0.978148, 0.207912, 900, 255, 1, '', 52237, NULL), +(@OGUID+2161, 1733, 0, 130, 233, 1, 1, -49.0992, 683.56, 78.2922, 1.36136, 0, 0, 0.62932, 0.777146, 900, 255, 1, '', 52237, NULL), +(@OGUID+2162, 1733, 0, 130, 460, 1, 1, -225.326, 893.232, 94.2519, 2.56563, 0, 0, 0.958819, 0.284016, 900, 255, 1, '', 50664, NULL), +(@OGUID+2163, 1733, 0, 130, 460, 1, 1, -298.773, 958.085, 132.785, 5.28835, 0, 0, -0.477159, 0.878817, 900, 255, 1, '', 50664, NULL), +(@OGUID+2164, 1733, 0, 130, 460, 1, 1, -446.868, 957.278, 100.316, 5.96903, 0, 0, -0.156434, 0.987688, 900, 255, 1, '', 49822, NULL), +(@OGUID+2165, 1733, 0, 130, 0, 1, 1, 192.598, 601.971, 50.1232, 2.40855, 0, 0, 0.93358, 0.358368, 900, 255, 1, '', 50664, NULL); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+2080, @POOL_SINGLE+147, 90, 'Silverpine Forest - Ore Pool - Tin Vein'), +(@OGUID+2081, @POOL_SINGLE+148, 90, 'Silverpine Forest - Ore Pool - Tin Vein'), +(@OGUID+2082, @POOL_SINGLE+149, 90, 'Silverpine Forest - Ore Pool - Tin Vein'), +(@OGUID+2083, @POOL_SINGLE+150, 90, 'Silverpine Forest - Ore Pool - Tin Vein'), +(@OGUID+2084, @POOL_SINGLE+151, 90, 'Silverpine Forest - Ore Pool - Tin Vein'), +(@OGUID+2085, @POOL_SINGLE+152, 90, 'Silverpine Forest - Ore Pool - Tin Vein'), +(@OGUID+2086, @POOL_SINGLE+153, 90, 'Silverpine Forest - Ore Pool - Tin Vein'), +(@OGUID+2087, @POOL_SINGLE+154, 90, 'Silverpine Forest - Ore Pool - Tin Vein'), +(@OGUID+2088, @POOL_SINGLE+155, 90, 'Silverpine Forest - Ore Pool - Tin Vein'), +(@OGUID+2089, @POOL_SINGLE+156, 90, 'Silverpine Forest - Ore Pool - Tin Vein'), +(@OGUID+2090, @POOL_SINGLE+157, 90, 'Silverpine Forest - Ore Pool - Tin Vein'), +(@OGUID+2091, @POOL_SINGLE+158, 90, 'Silverpine Forest - Ore Pool - Tin Vein'), +(@OGUID+2092, @POOL_SINGLE+159, 90, 'Silverpine Forest - Ore Pool - Tin Vein'), +(@OGUID+2093, @POOL_SINGLE+160, 90, 'Silverpine Forest - Ore Pool - Tin Vein'), +(@OGUID+2094, @POOL_SINGLE+161, 90, 'Silverpine Forest - Ore Pool - Tin Vein'), +(@OGUID+2095, @POOL_SINGLE+162, 90, 'Silverpine Forest - Ore Pool - Tin Vein'), +(@OGUID+2096, @POOL_SINGLE+163, 90, 'Silverpine Forest - Ore Pool - Tin Vein'), +(@OGUID+2097, @POOL_SINGLE+164, 90, 'Silverpine Forest - Ore Pool - Tin Vein'), +(@OGUID+2098, @POOL_SINGLE+165, 90, 'Silverpine Forest - Ore Pool - Tin Vein'), +(@OGUID+2099, @POOL_SINGLE+166, 90, 'Silverpine Forest - Ore Pool - Tin Vein'), +(@OGUID+2100, @POOL_SINGLE+167, 90, 'Silverpine Forest - Ore Pool - Tin Vein'), +(@OGUID+2101, @POOL_SINGLE+168, 90, 'Silverpine Forest - Ore Pool - Tin Vein'), +(@OGUID+2102, @POOL_SINGLE+169, 90, 'Silverpine Forest - Ore Pool - Tin Vein'), +(@OGUID+2103, @POOL_SINGLE+170, 90, 'Silverpine Forest - Ore Pool - Tin Vein'), +(@OGUID+2104, @POOL_SINGLE+171, 90, 'Silverpine Forest - Ore Pool - Tin Vein'), +(@OGUID+2105, @POOL_SINGLE+172, 90, 'Silverpine Forest - Ore Pool - Tin Vein'), +(@OGUID+2106, @POOL_SINGLE+173, 90, 'Silverpine Forest - Ore Pool - Tin Vein'), +(@OGUID+2107, @POOL_SINGLE+174, 90, 'Silverpine Forest - Ore Pool - Tin Vein'), +(@OGUID+2108, @POOL_SINGLE+175, 90, 'Silverpine Forest - Ore Pool - Tin Vein'), +(@OGUID+2109, @POOL_SINGLE+176, 90, 'Silverpine Forest - Ore Pool - Tin Vein'), +(@OGUID+2110, @POOL_SINGLE+177, 90, 'Silverpine Forest - Ore Pool - Tin Vein'), +(@OGUID+2111, @POOL_SINGLE+178, 90, 'Silverpine Forest - Ore Pool - Tin Vein'), +(@OGUID+2112, @POOL_SINGLE+179, 90, 'Silverpine Forest - Ore Pool - Tin Vein'), +(@OGUID+2113, @POOL_SINGLE+180, 90, 'Silverpine Forest - Ore Pool - Tin Vein'), +(@OGUID+2114, @POOL_SINGLE+181, 90, 'Silverpine Forest - Ore Pool - Tin Vein'), +(@OGUID+2115, @POOL_SINGLE+182, 90, 'Silverpine Forest - Ore Pool - Tin Vein'), +(@OGUID+2116, @POOL_SINGLE+183, 90, 'Silverpine Forest - Ore Pool - Tin Vein'), +(@OGUID+2117, @POOL_SINGLE+184, 90, 'Silverpine Forest - Ore Pool - Tin Vein'), +(@OGUID+2118, @POOL_SINGLE+185, 90, 'Silverpine Forest - Ore Pool - Tin Vein'), +(@OGUID+2119, @POOL_SINGLE+186, 90, 'Silverpine Forest - Ore Pool - Tin Vein'), +(@OGUID+2120, @POOL_SINGLE+187, 90, 'Silverpine Forest - Ore Pool - Tin Vein'), +(@OGUID+2121, @POOL_SINGLE+188, 90, 'Silverpine Forest - Ore Pool - Tin Vein'), +(@OGUID+2122, @POOL_SINGLE+189, 90, 'Silverpine Forest - Ore Pool - Tin Vein'), +(@OGUID+2123, @POOL_SINGLE+147, 0, 'Silverpine Forest - Ore Pool - Silver Vein'), +(@OGUID+2124, @POOL_SINGLE+148, 0, 'Silverpine Forest - Ore Pool - Silver Vein'), +(@OGUID+2125, @POOL_SINGLE+149, 0, 'Silverpine Forest - Ore Pool - Silver Vein'), +(@OGUID+2126, @POOL_SINGLE+150, 0, 'Silverpine Forest - Ore Pool - Silver Vein'), +(@OGUID+2127, @POOL_SINGLE+151, 0, 'Silverpine Forest - Ore Pool - Silver Vein'), +(@OGUID+2128, @POOL_SINGLE+152, 0, 'Silverpine Forest - Ore Pool - Silver Vein'), +(@OGUID+2129, @POOL_SINGLE+153, 0, 'Silverpine Forest - Ore Pool - Silver Vein'), +(@OGUID+2130, @POOL_SINGLE+154, 0, 'Silverpine Forest - Ore Pool - Silver Vein'), +(@OGUID+2131, @POOL_SINGLE+155, 0, 'Silverpine Forest - Ore Pool - Silver Vein'), +(@OGUID+2132, @POOL_SINGLE+156, 0, 'Silverpine Forest - Ore Pool - Silver Vein'), +(@OGUID+2133, @POOL_SINGLE+157, 0, 'Silverpine Forest - Ore Pool - Silver Vein'), +(@OGUID+2134, @POOL_SINGLE+158, 0, 'Silverpine Forest - Ore Pool - Silver Vein'), +(@OGUID+2135, @POOL_SINGLE+159, 0, 'Silverpine Forest - Ore Pool - Silver Vein'), +(@OGUID+2136, @POOL_SINGLE+160, 0, 'Silverpine Forest - Ore Pool - Silver Vein'), +(@OGUID+2137, @POOL_SINGLE+161, 0, 'Silverpine Forest - Ore Pool - Silver Vein'), +(@OGUID+2138, @POOL_SINGLE+162, 0, 'Silverpine Forest - Ore Pool - Silver Vein'), +(@OGUID+2139, @POOL_SINGLE+163, 0, 'Silverpine Forest - Ore Pool - Silver Vein'), +(@OGUID+2140, @POOL_SINGLE+164, 0, 'Silverpine Forest - Ore Pool - Silver Vein'), +(@OGUID+2141, @POOL_SINGLE+165, 0, 'Silverpine Forest - Ore Pool - Silver Vein'), +(@OGUID+2142, @POOL_SINGLE+166, 0, 'Silverpine Forest - Ore Pool - Silver Vein'), +(@OGUID+2143, @POOL_SINGLE+167, 0, 'Silverpine Forest - Ore Pool - Silver Vein'), +(@OGUID+2144, @POOL_SINGLE+168, 0, 'Silverpine Forest - Ore Pool - Silver Vein'), +(@OGUID+2145, @POOL_SINGLE+169, 0, 'Silverpine Forest - Ore Pool - Silver Vein'), +(@OGUID+2146, @POOL_SINGLE+170, 0, 'Silverpine Forest - Ore Pool - Silver Vein'), +(@OGUID+2147, @POOL_SINGLE+171, 0, 'Silverpine Forest - Ore Pool - Silver Vein'), +(@OGUID+2148, @POOL_SINGLE+172, 0, 'Silverpine Forest - Ore Pool - Silver Vein'), +(@OGUID+2149, @POOL_SINGLE+173, 0, 'Silverpine Forest - Ore Pool - Silver Vein'), +(@OGUID+2150, @POOL_SINGLE+174, 0, 'Silverpine Forest - Ore Pool - Silver Vein'), +(@OGUID+2151, @POOL_SINGLE+175, 0, 'Silverpine Forest - Ore Pool - Silver Vein'), +(@OGUID+2152, @POOL_SINGLE+176, 0, 'Silverpine Forest - Ore Pool - Silver Vein'), +(@OGUID+2153, @POOL_SINGLE+177, 0, 'Silverpine Forest - Ore Pool - Silver Vein'), +(@OGUID+2154, @POOL_SINGLE+178, 0, 'Silverpine Forest - Ore Pool - Silver Vein'), +(@OGUID+2155, @POOL_SINGLE+179, 0, 'Silverpine Forest - Ore Pool - Silver Vein'), +(@OGUID+2156, @POOL_SINGLE+180, 0, 'Silverpine Forest - Ore Pool - Silver Vein'), +(@OGUID+2157, @POOL_SINGLE+181, 0, 'Silverpine Forest - Ore Pool - Silver Vein'), +(@OGUID+2158, @POOL_SINGLE+182, 0, 'Silverpine Forest - Ore Pool - Silver Vein'), +(@OGUID+2159, @POOL_SINGLE+183, 0, 'Silverpine Forest - Ore Pool - Silver Vein'), +(@OGUID+2160, @POOL_SINGLE+184, 0, 'Silverpine Forest - Ore Pool - Silver Vein'), +(@OGUID+2161, @POOL_SINGLE+185, 0, 'Silverpine Forest - Ore Pool - Silver Vein'), +(@OGUID+2162, @POOL_SINGLE+186, 0, 'Silverpine Forest - Ore Pool - Silver Vein'), +(@OGUID+2163, @POOL_SINGLE+187, 0, 'Silverpine Forest - Ore Pool - Silver Vein'), +(@OGUID+2164, @POOL_SINGLE+188, 0, 'Silverpine Forest - Ore Pool - Silver Vein'), +(@OGUID+2165, @POOL_SINGLE+189, 0, 'Silverpine Forest - Ore Pool - Silver Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_SINGLE+147, 1, 'Silverpine Forest - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+148, 1, 'Silverpine Forest - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+149, 1, 'Silverpine Forest - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+150, 1, 'Silverpine Forest - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+151, 1, 'Silverpine Forest - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+152, 1, 'Silverpine Forest - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+153, 1, 'Silverpine Forest - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+154, 1, 'Silverpine Forest - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+155, 1, 'Silverpine Forest - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+156, 1, 'Silverpine Forest - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+157, 1, 'Silverpine Forest - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+158, 1, 'Silverpine Forest - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+159, 1, 'Silverpine Forest - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+160, 1, 'Silverpine Forest - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+161, 1, 'Silverpine Forest - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+162, 1, 'Silverpine Forest - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+163, 1, 'Silverpine Forest - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+164, 1, 'Silverpine Forest - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+165, 1, 'Silverpine Forest - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+166, 1, 'Silverpine Forest - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+167, 1, 'Silverpine Forest - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+168, 1, 'Silverpine Forest - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+169, 1, 'Silverpine Forest - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+170, 1, 'Silverpine Forest - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+171, 1, 'Silverpine Forest - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+172, 1, 'Silverpine Forest - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+173, 1, 'Silverpine Forest - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+174, 1, 'Silverpine Forest - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+175, 1, 'Silverpine Forest - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+176, 1, 'Silverpine Forest - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+177, 1, 'Silverpine Forest - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+178, 1, 'Silverpine Forest - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+179, 1, 'Silverpine Forest - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+180, 1, 'Silverpine Forest - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+181, 1, 'Silverpine Forest - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+182, 1, 'Silverpine Forest - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+183, 1, 'Silverpine Forest - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+184, 1, 'Silverpine Forest - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+185, 1, 'Silverpine Forest - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+186, 1, 'Silverpine Forest - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+187, 1, 'Silverpine Forest - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+188, 1, 'Silverpine Forest - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+189, 1, 'Silverpine Forest - Ore Pool - Tin Vein / Silver Vein'); + +-- Fenris Isle / Lordamere Lake +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+150, @POOL_MOTHER+118, 0, 'Silverpine Forest - Fenris Isle / Lordamere Lake - Tin Vein / Silver Vein'), +(@POOL_SINGLE+173, @POOL_MOTHER+118, 0, 'Silverpine Forest - Fenris Isle / Lordamere Lake - Tin Vein / Silver Vein'), +(@POOL_SINGLE+174, @POOL_MOTHER+118, 0, 'Silverpine Forest - Fenris Isle / Lordamere Lake - Tin Vein / Silver Vein'), +(@POOL_SINGLE+181, @POOL_MOTHER+118, 0, 'Silverpine Forest - Fenris Isle / Lordamere Lake - Tin Vein / Silver Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+118, 1, 'Silverpine Forest - Fenris Isle / Lordamere Lake - Tin Vein / Silver Vein - 1/4'); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+1802, @POOL_MOTHER+119, 0, 'Silverpine Forest - Fenris Isle / Lordamere Lake - Silverleaf'), +(@OGUID+1806, @POOL_MOTHER+119, 0, 'Silverpine Forest - Fenris Isle / Lordamere Lake - Silverleaf'), +(@OGUID+1875, @POOL_MOTHER+120 , 0, 'Silverpine Forest - Fenris Isle / Lordamere Lake - Mageroyal'), +(@OGUID+1912, @POOL_MOTHER+120 , 0, 'Silverpine Forest - Fenris Isle / Lordamere Lake - Mageroyal'), +(@OGUID+1913, @POOL_MOTHER+120 , 0, 'Silverpine Forest - Fenris Isle / Lordamere Lake - Mageroyal'), +(@OGUID+1914, @POOL_MOTHER+120 , 0, 'Silverpine Forest - Fenris Isle / Lordamere Lake - Mageroyal'), +(@OGUID+2001, @POOL_MOTHER+121 , 0, 'Silverpine Forest - Fenris Isle / Lordamere Lake - Stranglekelp'), +(@OGUID+2003, @POOL_MOTHER+121 , 0, 'Silverpine Forest - Fenris Isle / Lordamere Lake - Stranglekelp'), +(@OGUID+2004, @POOL_MOTHER+121 , 0, 'Silverpine Forest - Fenris Isle / Lordamere Lake - Stranglekelp'), +(@OGUID+2005, @POOL_MOTHER+121 , 0, 'Silverpine Forest - Fenris Isle / Lordamere Lake - Stranglekelp'), +(@OGUID+2006, @POOL_MOTHER+121 , 0, 'Silverpine Forest - Fenris Isle / Lordamere Lake - Stranglekelp'), +(@OGUID+2008, @POOL_MOTHER+121 , 0, 'Silverpine Forest - Fenris Isle / Lordamere Lake - Stranglekelp'), +(@OGUID+2011, @POOL_MOTHER+121 , 0, 'Silverpine Forest - Fenris Isle / Lordamere Lake - Stranglekelp'), +(@OGUID+2012, @POOL_MOTHER+121 , 0, 'Silverpine Forest - Fenris Isle / Lordamere Lake - Stranglekelp'), +(@OGUID+2013, @POOL_MOTHER+121 , 0, 'Silverpine Forest - Fenris Isle / Lordamere Lake - Stranglekelp'), +(@OGUID+2029, @POOL_MOTHER+122 , 0, 'Silverpine Forest - Fenris Isle / Lordamere Lake - Copper Vein'), +(@OGUID+2054, @POOL_MOTHER+122 , 0, 'Silverpine Forest - Fenris Isle / Lordamere Lake - Copper Vein'), +(@OGUID+2070, @POOL_MOTHER+122 , 0, 'Silverpine Forest - Fenris Isle / Lordamere Lake - Copper Vein'), +(@OGUID+2055, @POOL_MOTHER+122 , 0, 'Silverpine Forest - Fenris Isle / Lordamere Lake - Copper Vein'), +(@OGUID+2072, @POOL_MOTHER+122 , 0, 'Silverpine Forest - Fenris Isle / Lordamere Lake - Copper Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+119, 1, 'Silverpine Forest - Fenris Isle / Lordamere Lake - Silverleaf - 1/2'), +(@POOL_MOTHER+120, 1, 'Silverpine Forest - Fenris Isle / Lordamere Lake - Mageroyal - 1/4'), +(@POOL_MOTHER+121, 3, 'Silverpine Forest - Fenris Isle / Lordamere Lake - Stranglekelp - 3/9'), +(@POOL_MOTHER+122, 1, 'Silverpine Forest - Fenris Isle / Lordamere Lake - Copper Vein - 2/5'); + +-- The Skittering Dark (Cave) +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+2061, @POOL_MOTHER+123, 0, 'Silverpine Forest - The Skittering Dark - Copper Vein'), +(@OGUID+2062, @POOL_MOTHER+123, 0, 'Silverpine Forest - The Skittering Dark - Copper Vein'), +(@OGUID+2063, @POOL_MOTHER+123, 0, 'Silverpine Forest - The Skittering Dark - Copper Vein'), +(@OGUID+2064, @POOL_MOTHER+123, 0, 'Silverpine Forest - The Skittering Dark - Copper Vein'), +(@OGUID+2065, @POOL_MOTHER+123, 0, 'Silverpine Forest - The Skittering Dark - Copper Vein'), +(@OGUID+2066, @POOL_MOTHER+123, 0, 'Silverpine Forest - The Skittering Dark - Copper Vein'), +(@OGUID+2069, @POOL_MOTHER+123, 0, 'Silverpine Forest - The Skittering Dark - Copper Vein'), +(@OGUID+2079, @POOL_MOTHER+123, 0, 'Silverpine Forest - The Skittering Dark - Copper Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+123, 2, 'Silverpine Forest - The Skittering Dark - Copper Vein - 2/8'); + +-- Deep Elem Mine +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+155, @POOL_MOTHER+124, 0, 'Silverpine Forest - Deep Elem Mine - Tin Vein / Silver Vein'), +(@POOL_SINGLE+156, @POOL_MOTHER+124, 0, 'Silverpine Forest - Deep Elem Mine - Tin Vein / Silver Vein'), +(@POOL_SINGLE+170, @POOL_MOTHER+124, 0, 'Silverpine Forest - Deep Elem Mine - Tin Vein / Silver Vein'), +(@POOL_SINGLE+175, @POOL_MOTHER+124, 0, 'Silverpine Forest - Deep Elem Mine - Tin Vein / Silver Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+124, 1, 'Silverpine Forest - Deep Elem Mine - Tin Vein / Silver Vein - 1/4'); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+2057, @POOL_MOTHER+125, 0, 'Silverpine Forest - Deep Elem Mine - Copper Vein'), +(@OGUID+2052, @POOL_MOTHER+125, 0, 'Silverpine Forest - Deep Elem Mine - Copper Vein'), +(@OGUID+2024, @POOL_MOTHER+125, 0, 'Silverpine Forest - Deep Elem Mine - Copper Vein'), +(@OGUID+2025, @POOL_MOTHER+125, 0, 'Silverpine Forest - Deep Elem Mine - Copper Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+125, 1, 'Silverpine Forest - Deep Elem Mine - Copper Vein - 1/4'); + +-- Beren's Peril +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+162, @POOL_MOTHER+126, 0, 'Silverpine Forest - Beren\'s Peril - Tin Vein / Silver Vein'), +(@POOL_SINGLE+166, @POOL_MOTHER+126, 0, 'Silverpine Forest - Beren\'s Peril - Tin Vein / Silver Vein'), +(@POOL_SINGLE+168, @POOL_MOTHER+126, 0, 'Silverpine Forest - Beren\'s Peril - Tin Vein / Silver Vein'), +(@POOL_SINGLE+178, @POOL_MOTHER+126, 0, 'Silverpine Forest - Beren\'s Peril - Tin Vein / Silver Vein'), +(@POOL_SINGLE+179, @POOL_MOTHER+126, 0, 'Silverpine Forest - Beren\'s Peril - Tin Vein / Silver Vein'), +(@POOL_SINGLE+180, @POOL_MOTHER+126, 0, 'Silverpine Forest - Beren\'s Peril - Tin Vein / Silver Vein'), +(@POOL_SINGLE+182, @POOL_MOTHER+126, 0, 'Silverpine Forest - Beren\'s Peril - Tin Vein / Silver Vein'), +(@POOL_SINGLE+183, @POOL_MOTHER+126, 0, 'Silverpine Forest - Beren\'s Peril - Tin Vein / Silver Vein'), +(@POOL_SINGLE+187, @POOL_MOTHER+126, 0, 'Silverpine Forest - Beren\'s Peril - Tin Vein / Silver Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+126, 2, 'Silverpine Forest - Beren\'s Peril - Tin Vein / Silver Vein - 2/9'); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+2071, @POOL_MOTHER+127, 0, 'Silverpine Forest - Beren\'s Peril - Copper Vein'), +(@OGUID+2073, @POOL_MOTHER+127, 0, 'Silverpine Forest - Beren\'s Peril - Copper Vein'), +(@OGUID+2074, @POOL_MOTHER+127, 0, 'Silverpine Forest - Beren\'s Peril - Copper Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+127, 1, 'Silverpine Forest - Beren\'s Peril - Copper Vein - 1/3'); + +-- Shore Stranglekelp +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+2002, @POOL_MOTHER+128, 0, 'Silverpine Forest - Shore Stranglekelp - Stranglekelp'), +(@OGUID+2007, @POOL_MOTHER+128, 0, 'Silverpine Forest - Shore Stranglekelp - Stranglekelp'), +(@OGUID+2009, @POOL_MOTHER+128, 0, 'Silverpine Forest - Shore Stranglekelp - Stranglekelp'), +(@OGUID+2010, @POOL_MOTHER+128, 0, 'Silverpine Forest - Shore Stranglekelp - Stranglekelp'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+128, 2, 'Silverpine Forest - Shore Stranglekelp - Stranglekelp - 2/4'); + +-- North +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+151, @POOL_MOTHER+129, 0, 'Silverpine Forest - North - Tin Vein / Silver Vein'), +(@POOL_SINGLE+163, @POOL_MOTHER+129, 0, 'Silverpine Forest - North - Tin Vein / Silver Vein'), +(@POOL_SINGLE+172, @POOL_MOTHER+129, 0, 'Silverpine Forest - North - Tin Vein / Silver Vein'), +(@POOL_SINGLE+177, @POOL_MOTHER+129, 0, 'Silverpine Forest - North - Tin Vein / Silver Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+129, 1, 'Silverpine Forest - North - Tin Vein / Silver Vein - 1/4'); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+1758, @POOL_MOTHER+130, 0, 'Silverpine Forest - North - Silverleaf'), +(@OGUID+1759, @POOL_MOTHER+130, 0, 'Silverpine Forest - North - Silverleaf'), +(@OGUID+1760, @POOL_MOTHER+130, 0, 'Silverpine Forest - North - Silverleaf'), +(@OGUID+1761, @POOL_MOTHER+130, 0, 'Silverpine Forest - North - Silverleaf'), +(@OGUID+1762, @POOL_MOTHER+130, 0, 'Silverpine Forest - North - Silverleaf'), +(@OGUID+1763, @POOL_MOTHER+130, 0, 'Silverpine Forest - North - Silverleaf'), +(@OGUID+1764, @POOL_MOTHER+130, 0, 'Silverpine Forest - North - Silverleaf'), +(@OGUID+1765, @POOL_MOTHER+130, 0, 'Silverpine Forest - North - Silverleaf'), +(@OGUID+1766, @POOL_MOTHER+130, 0, 'Silverpine Forest - North - Silverleaf'), +(@OGUID+1767, @POOL_MOTHER+130, 0, 'Silverpine Forest - North - Silverleaf'), +(@OGUID+1768, @POOL_MOTHER+130, 0, 'Silverpine Forest - North - Silverleaf'), +(@OGUID+1769, @POOL_MOTHER+130, 0, 'Silverpine Forest - North - Silverleaf'), +(@OGUID+1770, @POOL_MOTHER+130, 0, 'Silverpine Forest - North - Silverleaf'), +(@OGUID+1771, @POOL_MOTHER+130, 0, 'Silverpine Forest - North - Silverleaf'), +(@OGUID+1772, @POOL_MOTHER+130, 0, 'Silverpine Forest - North - Silverleaf'), +(@OGUID+1773, @POOL_MOTHER+130, 0, 'Silverpine Forest - North - Silverleaf'), +(@OGUID+1774, @POOL_MOTHER+130, 0, 'Silverpine Forest - North - Silverleaf'), +(@OGUID+1775, @POOL_MOTHER+130, 0, 'Silverpine Forest - North - Silverleaf'), +(@OGUID+1776, @POOL_MOTHER+130, 0, 'Silverpine Forest - North - Silverleaf'), +(@OGUID+1777, @POOL_MOTHER+130, 0, 'Silverpine Forest - North - Silverleaf'), +(@OGUID+1778, @POOL_MOTHER+130, 0, 'Silverpine Forest - North - Silverleaf'), +(@OGUID+1779, @POOL_MOTHER+130, 0, 'Silverpine Forest - North - Silverleaf'), +(@OGUID+1780, @POOL_MOTHER+130, 0, 'Silverpine Forest - North - Silverleaf'), +(@OGUID+1781, @POOL_MOTHER+130, 0, 'Silverpine Forest - North - Silverleaf'), +(@OGUID+1783, @POOL_MOTHER+130, 0, 'Silverpine Forest - North - Silverleaf'), +(@OGUID+1784, @POOL_MOTHER+130, 0, 'Silverpine Forest - North - Silverleaf'), +(@OGUID+1785, @POOL_MOTHER+130, 0, 'Silverpine Forest - North - Silverleaf'), +(@OGUID+1786, @POOL_MOTHER+130, 0, 'Silverpine Forest - North - Silverleaf'), +(@OGUID+1787, @POOL_MOTHER+130, 0, 'Silverpine Forest - North - Silverleaf'), +(@OGUID+1788, @POOL_MOTHER+130, 0, 'Silverpine Forest - North - Silverleaf'), +(@OGUID+1789, @POOL_MOTHER+130, 0, 'Silverpine Forest - North - Silverleaf'), +(@OGUID+1790, @POOL_MOTHER+130, 0, 'Silverpine Forest - North - Silverleaf'), +(@OGUID+1791, @POOL_MOTHER+130, 0, 'Silverpine Forest - North - Silverleaf'), +(@OGUID+1792, @POOL_MOTHER+130, 0, 'Silverpine Forest - North - Silverleaf'), +(@OGUID+1793, @POOL_MOTHER+130, 0, 'Silverpine Forest - North - Silverleaf'), +(@OGUID+1794, @POOL_MOTHER+130, 0, 'Silverpine Forest - North - Silverleaf'), +(@OGUID+1795, @POOL_MOTHER+130, 0, 'Silverpine Forest - North - Silverleaf'), +(@OGUID+1796, @POOL_MOTHER+130, 0, 'Silverpine Forest - North - Silverleaf'), +(@OGUID+1797, @POOL_MOTHER+130, 0, 'Silverpine Forest - North - Silverleaf'), +(@OGUID+1798, @POOL_MOTHER+130, 0, 'Silverpine Forest - North - Silverleaf'), +(@OGUID+1799, @POOL_MOTHER+130, 0, 'Silverpine Forest - North - Silverleaf'), +(@OGUID+1800, @POOL_MOTHER+130, 0, 'Silverpine Forest - North - Silverleaf'), +(@OGUID+1804, @POOL_MOTHER+130, 0, 'Silverpine Forest - North - Silverleaf'), +(@OGUID+1805, @POOL_MOTHER+130, 0, 'Silverpine Forest - North - Silverleaf'), +(@OGUID+1807, @POOL_MOTHER+130, 0, 'Silverpine Forest - North - Silverleaf'), +(@OGUID+1808, @POOL_MOTHER+130, 0, 'Silverpine Forest - North - Silverleaf'), +(@OGUID+1809, @POOL_MOTHER+130, 0, 'Silverpine Forest - North - Silverleaf'), +(@OGUID+1810, @POOL_MOTHER+130, 0, 'Silverpine Forest - North - Silverleaf'), +(@OGUID+1811, @POOL_MOTHER+130, 0, 'Silverpine Forest - North - Silverleaf'), +(@OGUID+1813, @POOL_MOTHER+130, 0, 'Silverpine Forest - North - Silverleaf'), +(@OGUID+1814, @POOL_MOTHER+130, 0, 'Silverpine Forest - North - Silverleaf'), +(@OGUID+1782, @POOL_MOTHER+130, 0, 'Silverpine Forest - North - Silverleaf'), +(@OGUID+1825, @POOL_MOTHER+131, 0, 'Silverpine Forest - North - Peacebloom'), +(@OGUID+1826, @POOL_MOTHER+131, 0, 'Silverpine Forest - North - Peacebloom'), +(@OGUID+1827, @POOL_MOTHER+131, 0, 'Silverpine Forest - North - Peacebloom'), +(@OGUID+1828, @POOL_MOTHER+131, 0, 'Silverpine Forest - North - Peacebloom'), +(@OGUID+1829, @POOL_MOTHER+131, 0, 'Silverpine Forest - North - Peacebloom'), +(@OGUID+1830, @POOL_MOTHER+131, 0, 'Silverpine Forest - North - Peacebloom'), +(@OGUID+1831, @POOL_MOTHER+131, 0, 'Silverpine Forest - North - Peacebloom'), +(@OGUID+1832, @POOL_MOTHER+131, 0, 'Silverpine Forest - North - Peacebloom'), +(@OGUID+1833, @POOL_MOTHER+131, 0, 'Silverpine Forest - North - Peacebloom'), +(@OGUID+1834, @POOL_MOTHER+131, 0, 'Silverpine Forest - North - Peacebloom'), +(@OGUID+1835, @POOL_MOTHER+131, 0, 'Silverpine Forest - North - Peacebloom'), +(@OGUID+1836, @POOL_MOTHER+131, 0, 'Silverpine Forest - North - Peacebloom'), +(@OGUID+1840, @POOL_MOTHER+131, 0, 'Silverpine Forest - North - Peacebloom'), +(@OGUID+1841, @POOL_MOTHER+131, 0, 'Silverpine Forest - North - Peacebloom'), +(@OGUID+1845, @POOL_MOTHER+131, 0, 'Silverpine Forest - North - Peacebloom'), +(@OGUID+1847, @POOL_MOTHER+131, 0, 'Silverpine Forest - North - Peacebloom'), +(@OGUID+1848, @POOL_MOTHER+131, 0, 'Silverpine Forest - North - Peacebloom'), +(@OGUID+1857, @POOL_MOTHER+132, 0, 'Silverpine Forest - North - Earthroot'), +(@OGUID+1858, @POOL_MOTHER+132, 0, 'Silverpine Forest - North - Earthroot'), +(@OGUID+1859, @POOL_MOTHER+132, 0, 'Silverpine Forest - North - Earthroot'), +(@OGUID+1860, @POOL_MOTHER+132, 0, 'Silverpine Forest - North - Earthroot'), +(@OGUID+1861, @POOL_MOTHER+132, 0, 'Silverpine Forest - North - Earthroot'), +(@OGUID+1862, @POOL_MOTHER+132, 0, 'Silverpine Forest - North - Earthroot'), +(@OGUID+1873, @POOL_MOTHER+133, 0, 'Silverpine Forest - North - Mageroyal'), +(@OGUID+1874, @POOL_MOTHER+133, 0, 'Silverpine Forest - North - Mageroyal'), +(@OGUID+1876, @POOL_MOTHER+133, 0, 'Silverpine Forest - North - Mageroyal'), +(@OGUID+1877, @POOL_MOTHER+133, 0, 'Silverpine Forest - North - Mageroyal'), +(@OGUID+1878, @POOL_MOTHER+133, 0, 'Silverpine Forest - North - Mageroyal'), +(@OGUID+1879, @POOL_MOTHER+133, 0, 'Silverpine Forest - North - Mageroyal'), +(@OGUID+1880, @POOL_MOTHER+133, 0, 'Silverpine Forest - North - Mageroyal'), +(@OGUID+1881, @POOL_MOTHER+133, 0, 'Silverpine Forest - North - Mageroyal'), +(@OGUID+1882, @POOL_MOTHER+133, 0, 'Silverpine Forest - North - Mageroyal'), +(@OGUID+1883, @POOL_MOTHER+133, 0, 'Silverpine Forest - North - Mageroyal'), +(@OGUID+1888, @POOL_MOTHER+133, 0, 'Silverpine Forest - North - Mageroyal'), +(@OGUID+1889, @POOL_MOTHER+133, 0, 'Silverpine Forest - North - Mageroyal'), +(@OGUID+1890, @POOL_MOTHER+133, 0, 'Silverpine Forest - North - Mageroyal'), +(@OGUID+1891, @POOL_MOTHER+133, 0, 'Silverpine Forest - North - Mageroyal'), +(@OGUID+1892, @POOL_MOTHER+133, 0, 'Silverpine Forest - North - Mageroyal'), +(@OGUID+1893, @POOL_MOTHER+133, 0, 'Silverpine Forest - North - Mageroyal'), +(@OGUID+1894, @POOL_MOTHER+133, 0, 'Silverpine Forest - North - Mageroyal'), +(@OGUID+1895, @POOL_MOTHER+133, 0, 'Silverpine Forest - North - Mageroyal'), +(@OGUID+1896, @POOL_MOTHER+133, 0, 'Silverpine Forest - North - Mageroyal'), +(@OGUID+1897, @POOL_MOTHER+133, 0, 'Silverpine Forest - North - Mageroyal'), +(@OGUID+1902, @POOL_MOTHER+133, 0, 'Silverpine Forest - North - Mageroyal'), +(@OGUID+1906, @POOL_MOTHER+133, 0, 'Silverpine Forest - North - Mageroyal'), +(@OGUID+1907, @POOL_MOTHER+133, 0, 'Silverpine Forest - North - Mageroyal'), +(@OGUID+1908, @POOL_MOTHER+133, 0, 'Silverpine Forest - North - Mageroyal'), +(@OGUID+1909, @POOL_MOTHER+133, 0, 'Silverpine Forest - North - Mageroyal'), +(@OGUID+1916, @POOL_MOTHER+133, 0, 'Silverpine Forest - North - Mageroyal'), +(@OGUID+1920, @POOL_MOTHER+133, 0, 'Silverpine Forest - North - Mageroyal'), +(@OGUID+1921, @POOL_MOTHER+133, 0, 'Silverpine Forest - North - Mageroyal'), +(@OGUID+1922, @POOL_MOTHER+133, 0, 'Silverpine Forest - North - Mageroyal'), +(@OGUID+1923, @POOL_MOTHER+133, 0, 'Silverpine Forest - North - Mageroyal'), +(@OGUID+2017, @POOL_MOTHER+134, 0, 'Silverpine Forest - North - Copper Vein'), +(@OGUID+2018, @POOL_MOTHER+134, 0, 'Silverpine Forest - North - Copper Vein'), +(@OGUID+2019, @POOL_MOTHER+134, 0, 'Silverpine Forest - North - Copper Vein'), +(@OGUID+2020, @POOL_MOTHER+134, 0, 'Silverpine Forest - North - Copper Vein'), +(@OGUID+2021, @POOL_MOTHER+134, 0, 'Silverpine Forest - North - Copper Vein'), +(@OGUID+2033, @POOL_MOTHER+134, 0, 'Silverpine Forest - North - Copper Vein'), +(@OGUID+2034, @POOL_MOTHER+134, 0, 'Silverpine Forest - North - Copper Vein'), +(@OGUID+2035, @POOL_MOTHER+134, 0, 'Silverpine Forest - North - Copper Vein'), +(@OGUID+2036, @POOL_MOTHER+134, 0, 'Silverpine Forest - North - Copper Vein'), +(@OGUID+2037, @POOL_MOTHER+134, 0, 'Silverpine Forest - North - Copper Vein'), +(@OGUID+2040, @POOL_MOTHER+134, 0, 'Silverpine Forest - North - Copper Vein'), +(@OGUID+2041, @POOL_MOTHER+134, 0, 'Silverpine Forest - North - Copper Vein'), +(@OGUID+2042, @POOL_MOTHER+134, 0, 'Silverpine Forest - North - Copper Vein'), +(@OGUID+2049, @POOL_MOTHER+134, 0, 'Silverpine Forest - North - Copper Vein'), +(@OGUID+2053, @POOL_MOTHER+134, 0, 'Silverpine Forest - North - Copper Vein'), +(@OGUID+2058, @POOL_MOTHER+134, 0, 'Silverpine Forest - North - Copper Vein'), +(@OGUID+2059, @POOL_MOTHER+134, 0, 'Silverpine Forest - North - Copper Vein'), +(@OGUID+2060, @POOL_MOTHER+134, 0, 'Silverpine Forest - North - Copper Vein'), +(@OGUID+2075, @POOL_MOTHER+134, 0, 'Silverpine Forest - North - Copper Vein'), +(@OGUID+2076, @POOL_MOTHER+134, 0, 'Silverpine Forest - North - Copper Vein'), +(@OGUID+2077, @POOL_MOTHER+134, 0, 'Silverpine Forest - North - Copper Vein'), +(@OGUID+2078, @POOL_MOTHER+134, 0, 'Silverpine Forest - North - Copper Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+130, 13, 'Silverpine Forest - North - Silverleaf - 13/52'), +(@POOL_MOTHER+131, 5, 'Silverpine Forest - North - Peacebloom - 5/17'), +(@POOL_MOTHER+132, 2, 'Silverpine Forest - North - Earthroot - 2/6'), +(@POOL_MOTHER+133, 8, 'Silverpine Forest - North - Mageroyal - 8/30'), +(@POOL_MOTHER+134, 1, 'Silverpine Forest - North - Copper Vein - 6/22'); + +-- The Sepulcher +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+153, @POOL_MOTHER+135, 0, 'Silverpine Forest - The Sepulcher - Tin Vein / Silver Vein'), +(@POOL_SINGLE+157, @POOL_MOTHER+135, 0, 'Silverpine Forest - The Sepulcher - Tin Vein / Silver Vein'), +(@POOL_SINGLE+164, @POOL_MOTHER+135, 0, 'Silverpine Forest - The Sepulcher - Tin Vein / Silver Vein'), +(@POOL_SINGLE+171, @POOL_MOTHER+135, 0, 'Silverpine Forest - The Sepulcher - Tin Vein / Silver Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+135, 1, 'Silverpine Forest - The Sepulcher - Tin Vein / Silver Vein - 1/4'); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+1815, @POOL_MOTHER+136, 0, 'Silverpine Forest - The Sepulcher - Peacebloom'), +(@OGUID+1816, @POOL_MOTHER+136, 0, 'Silverpine Forest - The Sepulcher - Peacebloom'), +(@OGUID+1824, @POOL_MOTHER+136, 0, 'Silverpine Forest - The Sepulcher - Peacebloom'), +(@OGUID+1838, @POOL_MOTHER+136, 0, 'Silverpine Forest - The Sepulcher - Peacebloom'), +(@OGUID+1843, @POOL_MOTHER+136, 0, 'Silverpine Forest - The Sepulcher - Peacebloom'), +(@OGUID+1852, @POOL_MOTHER+137, 0, 'Silverpine Forest - The Sepulcher - Earthroot'), +(@OGUID+1854, @POOL_MOTHER+137, 0, 'Silverpine Forest - The Sepulcher - Earthroot'), +(@OGUID+1855, @POOL_MOTHER+137, 0, 'Silverpine Forest - The Sepulcher - Earthroot'), +(@OGUID+1865, @POOL_MOTHER+137, 0, 'Silverpine Forest - The Sepulcher - Earthroot'), +(@OGUID+1866, @POOL_MOTHER+137, 0, 'Silverpine Forest - The Sepulcher - Earthroot'), +(@OGUID+1867, @POOL_MOTHER+137, 0, 'Silverpine Forest - The Sepulcher - Earthroot'), +(@OGUID+1884, @POOL_MOTHER+138, 0, 'Silverpine Forest - The Sepulcher - Mageroyal'), +(@OGUID+1885, @POOL_MOTHER+138, 0, 'Silverpine Forest - The Sepulcher - Mageroyal'), +(@OGUID+1886, @POOL_MOTHER+138, 0, 'Silverpine Forest - The Sepulcher - Mageroyal'), +(@OGUID+1887, @POOL_MOTHER+138, 0, 'Silverpine Forest - The Sepulcher - Mageroyal'), +(@OGUID+1903, @POOL_MOTHER+138, 0, 'Silverpine Forest - The Sepulcher - Mageroyal'), +(@OGUID+1904, @POOL_MOTHER+138, 0, 'Silverpine Forest - The Sepulcher - Mageroyal'), +(@OGUID+1905, @POOL_MOTHER+138, 0, 'Silverpine Forest - The Sepulcher - Mageroyal'), +(@OGUID+1911, @POOL_MOTHER+138, 0, 'Silverpine Forest - The Sepulcher - Mageroyal'), +(@OGUID+1918, @POOL_MOTHER+138, 0, 'Silverpine Forest - The Sepulcher - Mageroyal'), +(@OGUID+1919, @POOL_MOTHER+138, 0, 'Silverpine Forest - The Sepulcher - Mageroyal'), +(@OGUID+1926, @POOL_MOTHER+139, 0, 'Silverpine Forest - The Sepulcher - Briarthorn'), +(@OGUID+1939, @POOL_MOTHER+139, 0, 'Silverpine Forest - The Sepulcher - Briarthorn'), +(@OGUID+1940, @POOL_MOTHER+139, 0, 'Silverpine Forest - The Sepulcher - Briarthorn'), +(@OGUID+1941, @POOL_MOTHER+139, 0, 'Silverpine Forest - The Sepulcher - Briarthorn'), +(@OGUID+1942, @POOL_MOTHER+139, 0, 'Silverpine Forest - The Sepulcher - Briarthorn'), +(@OGUID+1943, @POOL_MOTHER+139, 0, 'Silverpine Forest - The Sepulcher - Briarthorn'), +(@OGUID+1944, @POOL_MOTHER+139, 0, 'Silverpine Forest - The Sepulcher - Briarthorn'), +(@OGUID+1945, @POOL_MOTHER+139, 0, 'Silverpine Forest - The Sepulcher - Briarthorn'), +(@OGUID+1946, @POOL_MOTHER+139, 0, 'Silverpine Forest - The Sepulcher - Briarthorn'), +(@OGUID+1947, @POOL_MOTHER+139, 0, 'Silverpine Forest - The Sepulcher - Briarthorn'), +(@OGUID+1948, @POOL_MOTHER+139, 0, 'Silverpine Forest - The Sepulcher - Briarthorn'), +(@OGUID+1949, @POOL_MOTHER+139, 0, 'Silverpine Forest - The Sepulcher - Briarthorn'), +(@OGUID+1951, @POOL_MOTHER+139, 0, 'Silverpine Forest - The Sepulcher - Briarthorn'), +(@OGUID+1952, @POOL_MOTHER+139, 0, 'Silverpine Forest - The Sepulcher - Briarthorn'), +(@OGUID+1956, @POOL_MOTHER+139, 0, 'Silverpine Forest - The Sepulcher - Briarthorn'), +(@OGUID+1957, @POOL_MOTHER+139, 0, 'Silverpine Forest - The Sepulcher - Briarthorn'), +(@OGUID+1958, @POOL_MOTHER+139, 0, 'Silverpine Forest - The Sepulcher - Briarthorn'), +(@OGUID+1959, @POOL_MOTHER+139, 0, 'Silverpine Forest - The Sepulcher - Briarthorn'), +(@OGUID+1960, @POOL_MOTHER+139, 0, 'Silverpine Forest - The Sepulcher - Briarthorn'), +(@OGUID+1961, @POOL_MOTHER+139, 0, 'Silverpine Forest - The Sepulcher - Briarthorn'), +(@OGUID+1962, @POOL_MOTHER+139, 0, 'Silverpine Forest - The Sepulcher - Briarthorn'), +(@OGUID+1963, @POOL_MOTHER+139, 0, 'Silverpine Forest - The Sepulcher - Briarthorn'), +(@OGUID+1964, @POOL_MOTHER+139, 0, 'Silverpine Forest - The Sepulcher - Briarthorn'), +(@OGUID+1965, @POOL_MOTHER+139, 0, 'Silverpine Forest - The Sepulcher - Briarthorn'), +(@OGUID+1966, @POOL_MOTHER+139, 0, 'Silverpine Forest - The Sepulcher - Briarthorn'), +(@OGUID+1967, @POOL_MOTHER+139, 0, 'Silverpine Forest - The Sepulcher - Briarthorn'), +(@OGUID+1972, @POOL_MOTHER+139, 0, 'Silverpine Forest - The Sepulcher - Briarthorn'), +(@OGUID+1984, @POOL_MOTHER+140, 0, 'Silverpine Forest - The Sepulcher - Bruiseweed'), +(@OGUID+1985, @POOL_MOTHER+140, 0, 'Silverpine Forest - The Sepulcher - Bruiseweed'), +(@OGUID+1986, @POOL_MOTHER+140, 0, 'Silverpine Forest - The Sepulcher - Bruiseweed'), +(@OGUID+1990, @POOL_MOTHER+140, 0, 'Silverpine Forest - The Sepulcher - Bruiseweed'), +(@OGUID+1991, @POOL_MOTHER+140, 0, 'Silverpine Forest - The Sepulcher - Bruiseweed'), +(@OGUID+1992, @POOL_MOTHER+140, 0, 'Silverpine Forest - The Sepulcher - Bruiseweed'), +(@OGUID+1993, @POOL_MOTHER+140, 0, 'Silverpine Forest - The Sepulcher - Bruiseweed'), +(@OGUID+1996, @POOL_MOTHER+140, 0, 'Silverpine Forest - The Sepulcher - Bruiseweed'), +(@OGUID+2022, @POOL_MOTHER+141, 0, 'Silverpine Forest - The Sepulcher - Copper Vein'), +(@OGUID+2023, @POOL_MOTHER+141, 0, 'Silverpine Forest - The Sepulcher - Copper Vein'), +(@OGUID+2026, @POOL_MOTHER+141, 0, 'Silverpine Forest - The Sepulcher - Copper Vein'), +(@OGUID+2027, @POOL_MOTHER+141, 0, 'Silverpine Forest - The Sepulcher - Copper Vein'), +(@OGUID+2028, @POOL_MOTHER+141, 0, 'Silverpine Forest - The Sepulcher - Copper Vein'), +(@OGUID+2030, @POOL_MOTHER+141, 0, 'Silverpine Forest - The Sepulcher - Copper Vein'), +(@OGUID+2031, @POOL_MOTHER+141, 0, 'Silverpine Forest - The Sepulcher - Copper Vein'), +(@OGUID+2032, @POOL_MOTHER+141, 0, 'Silverpine Forest - The Sepulcher - Copper Vein'), +(@OGUID+2043, @POOL_MOTHER+141, 0, 'Silverpine Forest - The Sepulcher - Copper Vein'), +(@OGUID+2044, @POOL_MOTHER+141, 0, 'Silverpine Forest - The Sepulcher - Copper Vein'), +(@OGUID+2045, @POOL_MOTHER+141, 0, 'Silverpine Forest - The Sepulcher - Copper Vein'), +(@OGUID+2046, @POOL_MOTHER+141, 0, 'Silverpine Forest - The Sepulcher - Copper Vein'), +(@OGUID+2047, @POOL_MOTHER+141, 0, 'Silverpine Forest - The Sepulcher - Copper Vein'), +(@OGUID+2048, @POOL_MOTHER+141, 0, 'Silverpine Forest - The Sepulcher - Copper Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+136, 2, 'Silverpine Forest - The Sepulcher - Peacebloom - 2/5'), +(@POOL_MOTHER+137, 2, 'Silverpine Forest - The Sepulcher - Earthroot - 2/6'), +(@POOL_MOTHER+138, 3, 'Silverpine Forest - The Sepulcher - Mageroyal - 3/10'), +(@POOL_MOTHER+139, 7, 'Silverpine Forest - The Sepulcher - Briarthorn - 7/27'), +(@POOL_MOTHER+140, 2, 'Silverpine Forest - The Sepulcher - Bruiseweed - 2/8'), +(@POOL_MOTHER+141, 1, 'Silverpine Forest - The Sepulcher - Copper Vein - 4/14'); + +-- Pyrewood +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+1820, @POOL_MOTHER+142, 0, 'Silverpine Forest - Pyrewood - Peacebloom'), +(@OGUID+1822, @POOL_MOTHER+142, 0, 'Silverpine Forest - Pyrewood - Peacebloom'), +(@OGUID+1842, @POOL_MOTHER+142, 0, 'Silverpine Forest - Pyrewood - Peacebloom'), +(@OGUID+1844, @POOL_MOTHER+142, 0, 'Silverpine Forest - Pyrewood - Peacebloom'), +(@OGUID+1846, @POOL_MOTHER+142, 0, 'Silverpine Forest - Pyrewood - Peacebloom'), +(@OGUID+1870, @POOL_MOTHER+143, 0, 'Silverpine Forest - Pyrewood - Mageroyal'), +(@OGUID+1871, @POOL_MOTHER+143, 0, 'Silverpine Forest - Pyrewood - Mageroyal'), +(@OGUID+1872, @POOL_MOTHER+143, 0, 'Silverpine Forest - Pyrewood - Mageroyal'), +(@OGUID+1898, @POOL_MOTHER+143, 0, 'Silverpine Forest - Pyrewood - Mageroyal'), +(@OGUID+1899, @POOL_MOTHER+143, 0, 'Silverpine Forest - Pyrewood - Mageroyal'), +(@OGUID+1910, @POOL_MOTHER+143, 0, 'Silverpine Forest - Pyrewood - Mageroyal'), +(@OGUID+1915, @POOL_MOTHER+143, 0, 'Silverpine Forest - Pyrewood - Mageroyal'), +(@OGUID+1917, @POOL_MOTHER+143, 0, 'Silverpine Forest - Pyrewood - Mageroyal'), +(@OGUID+1924, @POOL_MOTHER+144, 0, 'Silverpine Forest - Pyrewood - Briarthorn'), +(@OGUID+1925, @POOL_MOTHER+144, 0, 'Silverpine Forest - Pyrewood - Briarthorn'), +(@OGUID+1928, @POOL_MOTHER+144, 0, 'Silverpine Forest - Pyrewood - Briarthorn'), +(@OGUID+1930, @POOL_MOTHER+144, 0, 'Silverpine Forest - Pyrewood - Briarthorn'), +(@OGUID+1935, @POOL_MOTHER+144, 0, 'Silverpine Forest - Pyrewood - Briarthorn'), +(@OGUID+1954, @POOL_MOTHER+144, 0, 'Silverpine Forest - Pyrewood - Briarthorn'), +(@OGUID+1955, @POOL_MOTHER+144, 0, 'Silverpine Forest - Pyrewood - Briarthorn'), +(@OGUID+1973, @POOL_MOTHER+144, 0, 'Silverpine Forest - Pyrewood - Briarthorn'), +(@OGUID+1975, @POOL_MOTHER+144, 0, 'Silverpine Forest - Pyrewood - Briarthorn'), +(@OGUID+1976, @POOL_MOTHER+144, 0, 'Silverpine Forest - Pyrewood - Briarthorn'), +(@OGUID+1977, @POOL_MOTHER+144, 0, 'Silverpine Forest - Pyrewood - Briarthorn'), +(@OGUID+1978, @POOL_MOTHER+144, 0, 'Silverpine Forest - Pyrewood - Briarthorn'), +(@OGUID+1981, @POOL_MOTHER+145, 0, 'Silverpine Forest - Pyrewood - Bruiseweed'), +(@OGUID+1982, @POOL_MOTHER+145, 0, 'Silverpine Forest - Pyrewood - Bruiseweed'), +(@OGUID+1988, @POOL_MOTHER+145, 0, 'Silverpine Forest - Pyrewood - Bruiseweed'), +(@OGUID+1989, @POOL_MOTHER+145, 0, 'Silverpine Forest - Pyrewood - Bruiseweed'), +(@OGUID+2000, @POOL_MOTHER+145, 0, 'Silverpine Forest - Pyrewood - Bruiseweed'), +(@OGUID+2014, @POOL_MOTHER+146, 0, 'Silverpine Forest - Pyrewood - Copper Vein'), +(@OGUID+2015, @POOL_MOTHER+146, 0, 'Silverpine Forest - Pyrewood - Copper Vein'), +(@OGUID+2016, @POOL_MOTHER+146, 0, 'Silverpine Forest - Pyrewood - Copper Vein'), +(@OGUID+2038, @POOL_MOTHER+146, 0, 'Silverpine Forest - Pyrewood - Copper Vein'), +(@OGUID+2039, @POOL_MOTHER+146, 0, 'Silverpine Forest - Pyrewood - Copper Vein'), +(@OGUID+2056, @POOL_MOTHER+146, 0, 'Silverpine Forest - Pyrewood - Copper Vein'), +(@OGUID+2067, @POOL_MOTHER+146, 0, 'Silverpine Forest - Pyrewood - Copper Vein'), +(@OGUID+2068, @POOL_MOTHER+146, 0, 'Silverpine Forest - Pyrewood - Copper Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+142, 2, 'Silverpine Forest - The Sepulcher - Peacebloom - 2/5'), +(@POOL_MOTHER+143, 2, 'Silverpine Forest - The Sepulcher - Mageroyal - 2/8'), +(@POOL_MOTHER+144, 3, 'Silverpine Forest - The Sepulcher - Briarthorn - 3/12'), +(@POOL_MOTHER+145, 2, 'Silverpine Forest - The Sepulcher - Bruiseweed - 2/5'), +(@POOL_MOTHER+146, 1, 'Silverpine Forest - The Sepulcher - Copper Vein - 2/8'); + +-- Ambermill +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+147, @POOL_MOTHER+147, 0, 'Silverpine Forest - Ambermill - Tin Vein / Silver Vein'), +(@POOL_SINGLE+148, @POOL_MOTHER+147, 0, 'Silverpine Forest - Ambermill - Tin Vein / Silver Vein'), +(@POOL_SINGLE+149, @POOL_MOTHER+147, 0, 'Silverpine Forest - Ambermill - Tin Vein / Silver Vein'), +(@POOL_SINGLE+152, @POOL_MOTHER+147, 0, 'Silverpine Forest - Ambermill - Tin Vein / Silver Vein'), +(@POOL_SINGLE+154, @POOL_MOTHER+147, 0, 'Silverpine Forest - Ambermill - Tin Vein / Silver Vein'), +(@POOL_SINGLE+158, @POOL_MOTHER+147, 0, 'Silverpine Forest - Ambermill - Tin Vein / Silver Vein'), +(@POOL_SINGLE+159, @POOL_MOTHER+147, 0, 'Silverpine Forest - Ambermill - Tin Vein / Silver Vein'), +(@POOL_SINGLE+161, @POOL_MOTHER+147, 0, 'Silverpine Forest - Ambermill - Tin Vein / Silver Vein'), +(@POOL_SINGLE+165, @POOL_MOTHER+147, 0, 'Silverpine Forest - Ambermill - Tin Vein / Silver Vein'), +(@POOL_SINGLE+167, @POOL_MOTHER+147, 0, 'Silverpine Forest - Ambermill - Tin Vein / Silver Vein'), +(@POOL_SINGLE+169, @POOL_MOTHER+147, 0, 'Silverpine Forest - Ambermill - Tin Vein / Silver Vein'), +(@POOL_SINGLE+176, @POOL_MOTHER+147, 0, 'Silverpine Forest - Ambermill - Tin Vein / Silver Vein'), +(@POOL_SINGLE+184, @POOL_MOTHER+147, 0, 'Silverpine Forest - Ambermill - Tin Vein / Silver Vein'), +(@POOL_SINGLE+185, @POOL_MOTHER+147, 0, 'Silverpine Forest - Ambermill - Tin Vein / Silver Vein'), +(@POOL_SINGLE+186, @POOL_MOTHER+147, 0, 'Silverpine Forest - Ambermill - Tin Vein / Silver Vein'), +(@POOL_SINGLE+188, @POOL_MOTHER+147, 0, 'Silverpine Forest - Ambermill - Tin Vein / Silver Vein'), +(@POOL_SINGLE+189, @POOL_MOTHER+147, 0, 'Silverpine Forest - Ambermill - Tin Vein / Silver Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+147, 5, 'Silverpine Forest - Ambermill - Tin Vein / Silver Vein - 5/17'); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+1757, @POOL_MOTHER+148, 0, 'Silverpine Forest - Ambermill - Silverleaf'), +(@OGUID+1801, @POOL_MOTHER+148, 0, 'Silverpine Forest - Ambermill - Silverleaf'), +(@OGUID+1812, @POOL_MOTHER+148, 0, 'Silverpine Forest - Ambermill - Silverleaf'), +(@OGUID+1803, @POOL_MOTHER+148, 0, 'Silverpine Forest - Ambermill - Silverleaf'), +(@OGUID+1817, @POOL_MOTHER+149, 0, 'Silverpine Forest - Ambermill - Peacebloom'), +(@OGUID+1818, @POOL_MOTHER+149, 0, 'Silverpine Forest - Ambermill - Peacebloom'), +(@OGUID+1819, @POOL_MOTHER+149, 0, 'Silverpine Forest - Ambermill - Peacebloom'), +(@OGUID+1821, @POOL_MOTHER+149, 0, 'Silverpine Forest - Ambermill - Peacebloom'), +(@OGUID+1823, @POOL_MOTHER+149, 0, 'Silverpine Forest - Ambermill - Peacebloom'), +(@OGUID+1837, @POOL_MOTHER+149, 0, 'Silverpine Forest - Ambermill - Peacebloom'), +(@OGUID+1839, @POOL_MOTHER+149, 0, 'Silverpine Forest - Ambermill - Peacebloom'), +(@OGUID+1849, @POOL_MOTHER+150, 0, 'Silverpine Forest - Ambermill - Earthroot'), +(@OGUID+1850, @POOL_MOTHER+150, 0, 'Silverpine Forest - Ambermill - Earthroot'), +(@OGUID+1851, @POOL_MOTHER+150, 0, 'Silverpine Forest - Ambermill - Earthroot'), +(@OGUID+1853, @POOL_MOTHER+150, 0, 'Silverpine Forest - Ambermill - Earthroot'), +(@OGUID+1856, @POOL_MOTHER+150, 0, 'Silverpine Forest - Ambermill - Earthroot'), +(@OGUID+1863, @POOL_MOTHER+150, 0, 'Silverpine Forest - Ambermill - Earthroot'), +(@OGUID+1864, @POOL_MOTHER+150, 0, 'Silverpine Forest - Ambermill - Earthroot'), +(@OGUID+1868, @POOL_MOTHER+150, 0, 'Silverpine Forest - Ambermill - Earthroot'), +(@OGUID+1869, @POOL_MOTHER+150, 0, 'Silverpine Forest - Ambermill - Earthroot'), +(@OGUID+1900, @POOL_MOTHER+151, 0, 'Silverpine Forest - Ambermill - Mageroyal'), +(@OGUID+1901, @POOL_MOTHER+151, 0, 'Silverpine Forest - Ambermill - Mageroyal'), +(@OGUID+1927, @POOL_MOTHER+152, 0, 'Silverpine Forest - Ambermill - Briarthorn'), +(@OGUID+1929, @POOL_MOTHER+152, 0, 'Silverpine Forest - Ambermill - Briarthorn'), +(@OGUID+1931, @POOL_MOTHER+152, 0, 'Silverpine Forest - Ambermill - Briarthorn'), +(@OGUID+1932, @POOL_MOTHER+152, 0, 'Silverpine Forest - Ambermill - Briarthorn'), +(@OGUID+1933, @POOL_MOTHER+152, 0, 'Silverpine Forest - Ambermill - Briarthorn'), +(@OGUID+1934, @POOL_MOTHER+152, 0, 'Silverpine Forest - Ambermill - Briarthorn'), +(@OGUID+1936, @POOL_MOTHER+152, 0, 'Silverpine Forest - Ambermill - Briarthorn'), +(@OGUID+1937, @POOL_MOTHER+152, 0, 'Silverpine Forest - Ambermill - Briarthorn'), +(@OGUID+1938, @POOL_MOTHER+152, 0, 'Silverpine Forest - Ambermill - Briarthorn'), +(@OGUID+1950, @POOL_MOTHER+152, 0, 'Silverpine Forest - Ambermill - Briarthorn'), +(@OGUID+1953, @POOL_MOTHER+152, 0, 'Silverpine Forest - Ambermill - Briarthorn'), +(@OGUID+1968, @POOL_MOTHER+152, 0, 'Silverpine Forest - Ambermill - Briarthorn'), +(@OGUID+1969, @POOL_MOTHER+152, 0, 'Silverpine Forest - Ambermill - Briarthorn'), +(@OGUID+1970, @POOL_MOTHER+152, 0, 'Silverpine Forest - Ambermill - Briarthorn'), +(@OGUID+1971, @POOL_MOTHER+152, 0, 'Silverpine Forest - Ambermill - Briarthorn'), +(@OGUID+1974, @POOL_MOTHER+152, 0, 'Silverpine Forest - Ambermill - Briarthorn'), +(@OGUID+1979, @POOL_MOTHER+153, 0, 'Silverpine Forest - Ambermill - Bruiseweed'), +(@OGUID+1980, @POOL_MOTHER+153, 0, 'Silverpine Forest - Ambermill - Bruiseweed'), +(@OGUID+1983, @POOL_MOTHER+153, 0, 'Silverpine Forest - Ambermill - Bruiseweed'), +(@OGUID+1987, @POOL_MOTHER+153, 0, 'Silverpine Forest - Ambermill - Bruiseweed'), +(@OGUID+1994, @POOL_MOTHER+153, 0, 'Silverpine Forest - Ambermill - Bruiseweed'), +(@OGUID+1995, @POOL_MOTHER+153, 0, 'Silverpine Forest - Ambermill - Bruiseweed'), +(@OGUID+1997, @POOL_MOTHER+153, 0, 'Silverpine Forest - Ambermill - Bruiseweed'), +(@OGUID+1998, @POOL_MOTHER+153, 0, 'Silverpine Forest - Ambermill - Bruiseweed'), +(@OGUID+1999, @POOL_MOTHER+153, 0, 'Silverpine Forest - Ambermill - Bruiseweed'), +(@OGUID+2050, @POOL_MOTHER+154, 0, 'Silverpine Forest - Ambermill - Copper Vein'), +(@OGUID+2051, @POOL_MOTHER+154, 0, 'Silverpine Forest - Ambermill - Copper Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+148, 1, 'Silverpine Forest - Ambermill - Silverleaf - 1/4'), +(@POOL_MOTHER+149, 2, 'Silverpine Forest - Ambermill - Peacebloom - 2/7'), +(@POOL_MOTHER+150, 3, 'Silverpine Forest - Ambermill - Earthroot - 3/9'), +(@POOL_MOTHER+151, 1, 'Silverpine Forest - Ambermill - Mageroyal - 1/2'), +(@POOL_MOTHER+152, 4, 'Silverpine Forest - Ambermill - Briarthorn - 4/16'), +(@POOL_MOTHER+153, 3, 'Silverpine Forest - Ambermill - Bruiseweed - 3/9'), +(@POOL_MOTHER+154, 1, 'Silverpine Forest - Ambermill - Copper Vein - 1/2'); + +/* Hillsbrad Foothills +Tin Vein (1732) -> Silver Vein (1733) +Iron Deposit (1735) -> Gold Vein (1734) -> Silver Vein (1733) +Mithril Deposit (2040) -> Gold Vein (1734) -> Truesilver Deposit (2047) +Tin Vein (103711) -> Silver Vein (105569) // Azurelode Mine +*/ +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`, `Comment`) VALUES +(@OGUID+2166, 1620, 0, 267, 0, 1, 1, -142.373, -770.859, 57.7179, 1.93731, 0, 0, 0.824125, 0.566408, 900, 255, 1, '', 49822, NULL), +(@OGUID+2167, 1620, 0, 267, 0, 1, 1, -716.563, -682.115, 13.0308, 0.366518, 0, 0, 0.182235, 0.983255, 900, 255, 1, '', 49345, NULL), +(@OGUID+2168, 1620, 0, 267, 0, 1, 1, -749.735, 25.9655, 27.5589, 2.53072, 0, 0, 0.953716, 0.300708, 900, 255, 1, '', 50664, NULL), +(@OGUID+2169, 1620, 0, 267, 0, 1, 1, -800.171, -334.05, 18.1611, 0.925024, 0, 0, 0.446198, 0.894935, 900, 255, 1, '', 48632, NULL), +(@OGUID+2170, 1620, 0, 267, 0, 1, 1, -800.534, -261.12, 17.7406, 0.767944, 0, 0, 0.374606, 0.927184, 900, 255, 1, '', 48632, NULL), +(@OGUID+2171, 1620, 0, 267, 0, 1, 1, 19.495, -804.196, 58.156, 1.0472, 0, 0, 0.5, 0.866025, 900, 255, 1, '', 48120, NULL), +(@OGUID+2172, 1620, 0, 267, 0, 1, 1, -81.7724, -770.163, 56.3972, 2.67035, 0, 0, 0.972369, 0.233448, 900, 255, 1, '', 49822, NULL), +(@OGUID+2173, 1620, 0, 267, 0, 1, 1, -700.331, -299.668, 18.6688, 4.83456, 0, 0, -0.66262, 0.748956, 900, 255, 1, '', 46158, NULL), +(@OGUID+2174, 1620, 0, 267, 271, 1, 1, -750.837, -333.019, 17.6311, 4.04917, 0, 0, -0.898793, 0.438373, 900, 255, 1, '', 52237, NULL), +(@OGUID+2175, 1620, 0, 267, 460, 1, 1, -748.175, -32.9106, 28.1021, 6.16101, 0, 0, -0.0610485, 0.998135, 900, 255, 1, '', 49822, NULL), +(@OGUID+2176, 1621, 0, 267, 0, 1, 1, -1053.8, -1368.43, 56.3424, 1.65806, 0, 0, 0.737277, 0.675591, 900, 255, 1, '', 48632, NULL), +(@OGUID+2177, 1621, 0, 267, 0, 1, 1, -1068.65, 145.38, 65.8706, 5.09636, 0, 0, -0.559193, 0.829038, 900, 255, 1, '', 48340, NULL), +(@OGUID+2178, 1621, 0, 267, 0, 1, 1, -110.734, -1184.78, 45.4065, 0.209439, 0, 0, 0.104528, 0.994522, 900, 255, 1, '', 48632, NULL), +(@OGUID+2179, 1621, 0, 267, 0, 1, 1, -1322.35, -1132.87, 35.3258, 3.47321, 0, 0, -0.986285, 0.16505, 900, 255, 1, '', 49936, NULL), +(@OGUID+2180, 1621, 0, 267, 0, 1, 1, -229.459, -1349.42, 92.0722, 6.03884, 0, 0, -0.121869, 0.992546, 900, 255, 1, '', 49822, NULL), +(@OGUID+2181, 1621, 0, 267, 0, 1, 1, -318.421, 120.038, 74.9717, 5.65487, 0, 0, -0.309016, 0.951057, 900, 255, 1, '', 49345, NULL), +(@OGUID+2182, 1621, 0, 267, 0, 1, 1, -330.845, -1500.32, 66.9755, 5.49779, 0, 0, -0.382683, 0.92388, 900, 255, 1, '', 48632, NULL), +(@OGUID+2183, 1621, 0, 267, 0, 1, 1, -357.597, -350.824, 58.7876, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 50664, NULL), +(@OGUID+2184, 1621, 0, 267, 0, 1, 1, -364.846, -64.9066, 55.1068, 5.55015, 0, 0, -0.358368, 0.93358, 900, 255, 1, '', 49345, NULL), +(@OGUID+2185, 1621, 0, 267, 0, 1, 1, -380.563, -1141.91, 50.4724, 1.3439, 0, 0, 0.622514, 0.782609, 900, 255, 1, '', 50664, NULL), +(@OGUID+2186, 1621, 0, 267, 0, 1, 1, -384.97, -1681.25, 88.737, 6.16101, 0, 0, -0.0610485, 0.998135, 900, 255, 1, '', 49345, NULL), +(@OGUID+2187, 1621, 0, 267, 0, 1, 1, -445.137, -277.211, 54.5082, 3.89209, 0, 0, -0.930417, 0.366502, 900, 255, 1, '', 48632, NULL), +(@OGUID+2188, 1621, 0, 267, 0, 1, 1, -507.498, 242.908, 73.3424, 1.02974, 0, 0, 0.492423, 0.870356, 900, 255, 1, '', 49345, NULL), +(@OGUID+2189, 1621, 0, 267, 0, 1, 1, -521.594, -578.872, 41.8702, 6.16101, 0, 0, -0.0610485, 0.998135, 900, 255, 1, '', 50664, NULL), +(@OGUID+2190, 1621, 0, 267, 0, 1, 1, -566.923, -446.173, 40.7825, 5.77704, 0, 0, -0.25038, 0.968148, 900, 255, 1, '', 50172, NULL), +(@OGUID+2191, 1621, 0, 267, 0, 1, 1, -625.266, 485.256, 79.1482, 5.20108, 0, 0, -0.515038, 0.857168, 900, 255, 1, '', 48632, NULL), +(@OGUID+2192, 1621, 0, 267, 0, 1, 1, -633.39, -1566.65, 64.1649, 0.418879, 0, 0, 0.207911, 0.978148, 900, 255, 1, '', 49936, NULL), +(@OGUID+2193, 1621, 0, 267, 0, 1, 1, -760.857, -430.811, 21.3547, 5.96903, 0, 0, -0.156434, 0.987688, 900, 255, 1, '', 48632, NULL), +(@OGUID+2194, 1621, 0, 267, 0, 1, 1, -817.272, -144.971, 32.3461, 6.23083, 0, 0, -0.0261765, 0.999657, 900, 255, 1, '', 48632, NULL), +(@OGUID+2195, 1621, 0, 267, 0, 1, 1, -824.922, 146.619, 39.0395, 5.11382, 0, 0, -0.551936, 0.833886, 900, 255, 1, '', 48340, NULL), +(@OGUID+2196, 1621, 0, 267, 0, 1, 1, -825.247, 34.6299, 30.3599, 5.02655, 0, 0, -0.587785, 0.809017, 900, 255, 1, '', 49345, NULL), +(@OGUID+2197, 1621, 0, 267, 0, 1, 1, -921.657, 75.1367, 36.0038, 3.35105, 0, 0, -0.994521, 0.104536, 900, 255, 1, '', 49345, NULL), +(@OGUID+2198, 1621, 0, 267, 0, 1, 1, -960.591, -936.081, 30.8552, 0.90757, 0, 0, 0.438371, 0.898794, 900, 255, 1, '', 48632, NULL), +(@OGUID+2199, 1621, 0, 267, 0, 1, 1, 1.00076, -1015.31, 57.7936, 1.95477, 0, 0, 0.829038, 0.559193, 900, 255, 1, '', 50664, NULL), +(@OGUID+2200, 1621, 0, 267, 0, 1, 1, 102.749, -799.808, 79.4666, 2.02458, 0, 0, 0.848047, 0.529921, 900, 255, 1, '', 50664, NULL), +(@OGUID+2201, 1621, 0, 267, 0, 1, 1, 5.47222, -690.028, 75.114, 3.3685, 0, 0, -0.993571, 0.113208, 900, 255, 1, '', 48120, NULL), +(@OGUID+2202, 1621, 0, 267, 1, 1, 1, -952.438, 185.32, 39.5891, 1.27409, 0, 0, 0.594822, 0.803857, 900, 255, 1, '', 50664, NULL), +(@OGUID+2203, 1621, 0, 267, 0, 1, 1, -724.908, -1357.02, 67.9433, 4.50295, 0, 0, -0.777145, 0.629321, 900, 255, 1, '', 49822, NULL), +(@OGUID+2204, 1621, 0, 267, 0, 1, 1, -766.645, -956.938, 34.0646, 1.53589, 0, 0, 0.694658, 0.71934, 900, 255, 1, '', 49822, NULL), +(@OGUID+2205, 1621, 0, 267, 0, 1, 1, -954.309, -226.171, 53.8633, 3.45576, 0, 0, -0.987688, 0.156436, 900, 255, 1, '', 49822, NULL), +(@OGUID+2206, 1621, 0, 267, 0, 1, 1, -976.12, -827.472, 14.1518, 2.25147, 0, 0, 0.902585, 0.430512, 900, 255, 1, '', 49822, NULL), +(@OGUID+2207, 1621, 0, 267, 0, 1, 1, -336.428, -620.821, 54.9287, 0.139624, 0, 0, 0.0697556, 0.997564, 900, 255, 1, '', 47168, NULL), +(@OGUID+2208, 1621, 0, 267, 0, 1, 1, -463.174, -1223.14, 56.5361, 3.4034, 0, 0, -0.991445, 0.130528, 900, 255, 1, '', 52237, NULL), +(@OGUID+2209, 1621, 0, 267, 0, 1, 1, -471.567, -380.558, 50.8234, 5.86431, 0, 0, -0.207911, 0.978148, 900, 255, 1, '', 52237, NULL), +(@OGUID+2210, 1621, 0, 267, 0, 1, 1, -523.583, 434.796, 85.6967, 4.27606, 0, 0, -0.843391, 0.5373, 900, 255, 1, '', 51943, NULL), +(@OGUID+2211, 1621, 0, 267, 0, 1, 1, -622.071, -1169.44, 61.4729, 5.77704, 0, 0, -0.25038, 0.968148, 900, 255, 1, '', 52237, NULL), +(@OGUID+2212, 1621, 0, 267, 0, 1, 1, -658.525, -368.96, 38.8657, 5.96903, 0, 0, -0.156434, 0.987688, 900, 255, 1, '', 47168, NULL), +(@OGUID+2213, 1621, 0, 267, 0, 1, 1, -856.863, -105.338, 24.8763, 3.26377, 0, 0, -0.998135, 0.0610518, 900, 255, 1, '', 51943, NULL), +(@OGUID+2214, 1621, 0, 267, 0, 1, 1, -863.912, -814.314, 20.1829, 1.97222, 0, 0, 0.833885, 0.551938, 900, 255, 1, '', 52237, NULL), +(@OGUID+2215, 1621, 0, 267, 0, 1, 1, -870.224, -1329.36, 61.0104, 2.37364, 0, 0, 0.927183, 0.374608, 900, 255, 1, '', 52237, NULL), +(@OGUID+2216, 1621, 0, 267, 272, 1, 1, -1219.29, -1138.78, 37.1137, 0.314158, 0, 0, 0.156434, 0.987688, 900, 255, 1, '', 52237, NULL), +(@OGUID+2217, 1621, 0, 267, 272, 1, 1, -300.626, -832.994, 58.0299, 0.59341, 0, 0, 0.292371, 0.956305, 900, 255, 1, '', 51943, NULL), +(@OGUID+2218, 1621, 0, 267, 275, 1, 1, -502.171, -1678.16, 80.8453, 3.59538, 0, 0, -0.97437, 0.224951, 900, 255, 1, '', 52237, NULL), +(@OGUID+2219, 1621, 0, 267, 289, 1, 1, -1058.08, -1048.58, 48.0192, 1.83259, 0, 0, 0.793353, 0.608762, 900, 255, 1, '', 52237, NULL), +(@OGUID+2220, 1621, 0, 267, 295, 1, 1, -1005.36, -82.5833, 3.84617, 1.23918, 0, 0, 0.580703, 0.814116, 900, 255, 1, '', 51943, NULL), +(@OGUID+2221, 1621, 0, 267, 460, 1, 1, -1185.91, -1002.09, 54.4282, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 49822, NULL), +(@OGUID+2222, 1622, 0, 267, 0, 1, 1, -1032.7, -258.555, 24.9987, 4.27606, 0, 0, -0.843391, 0.5373, 900, 255, 1, '', 50250, NULL), +(@OGUID+2223, 1622, 0, 267, 0, 1, 1, -1038.16, -191.426, 16.0369, 1.02974, 0, 0, 0.492423, 0.870356, 900, 255, 1, '', 48340, NULL), +(@OGUID+2224, 1622, 0, 267, 0, 1, 1, -180.773, 13.7548, 89.4167, 1.97222, 0, 0, 0.833885, 0.551938, 900, 255, 1, '', 50063, NULL), +(@OGUID+2225, 1622, 0, 267, 0, 1, 1, -214.537, -1207.99, 119.931, 1.88495, 0, 0, 0.809016, 0.587786, 900, 255, 1, '', 50664, NULL), +(@OGUID+2226, 1622, 0, 267, 0, 1, 1, -225.172, -626.859, 66.4655, 1.93731, 0, 0, 0.824125, 0.566408, 900, 255, 1, '', 50664, NULL), +(@OGUID+2227, 1622, 0, 267, 0, 1, 1, -265.137, 211.242, 99.8042, 1.27409, 0, 0, 0.594822, 0.803857, 900, 255, 1, '', 49936, NULL), +(@OGUID+2228, 1622, 0, 267, 0, 1, 1, -319.786, 285.167, 119.267, 5.09636, 0, 0, -0.559193, 0.829038, 900, 255, 1, '', 49345, NULL), +(@OGUID+2229, 1622, 0, 267, 0, 1, 1, -326.226, -354.014, 80.6472, 2.67035, 0, 0, 0.972369, 0.233448, 900, 255, 1, '', 49822, NULL), +(@OGUID+2230, 1622, 0, 267, 0, 1, 1, -444.45, -223.873, 74.4664, 3.63029, 0, 0, -0.970295, 0.241925, 900, 255, 1, '', 49822, NULL), +(@OGUID+2231, 1622, 0, 267, 0, 1, 1, -463.715, 76.9327, 56.6125, 5.02655, 0, 0, -0.587785, 0.809017, 900, 255, 1, '', 49822, NULL), +(@OGUID+2232, 1622, 0, 267, 0, 1, 1, -465.653, -1409.62, 89.7087, 5.72468, 0, 0, -0.275637, 0.961262, 900, 255, 1, '', 49345, NULL), +(@OGUID+2233, 1622, 0, 267, 0, 1, 1, -495.436, 128.488, 56.6126, 4.92183, 0, 0, -0.62932, 0.777146, 900, 255, 1, '', 49345, NULL), +(@OGUID+2234, 1622, 0, 267, 0, 1, 1, -574.227, -1478.04, 52.4409, 0.994837, 0, 0, 0.477159, 0.878817, 900, 255, 1, '', 48120, NULL), +(@OGUID+2235, 1622, 0, 267, 0, 1, 1, -625.142, 550.649, 93.5811, 3.45576, 0, 0, -0.987688, 0.156436, 900, 255, 1, '', 48632, NULL), +(@OGUID+2236, 1622, 0, 267, 0, 1, 1, -647.144, -348.227, 47.832, 0.139624, 0, 0, 0.0697556, 0.997564, 900, 255, 1, '', 48632, NULL), +(@OGUID+2237, 1622, 0, 267, 0, 1, 1, -683.799, -484.578, 36.2408, 2.02458, 0, 0, 0.848047, 0.529921, 900, 255, 1, '', 49345, NULL), +(@OGUID+2238, 1622, 0, 267, 0, 1, 1, -718.037, -779.204, 32.4724, 3.3685, 0, 0, -0.993571, 0.113208, 900, 255, 1, '', 49345, NULL), +(@OGUID+2239, 1622, 0, 267, 0, 1, 1, -738.179, -117.919, 46.9347, 5.55015, 0, 0, -0.358368, 0.93358, 900, 255, 1, '', 49822, NULL), +(@OGUID+2240, 1622, 0, 267, 0, 1, 1, -753.954, -1005.48, 49.0006, 1.78023, 0, 0, 0.777145, 0.629321, 900, 255, 1, '', 49345, NULL), +(@OGUID+2241, 1622, 0, 267, 0, 1, 1, -758.983, -88.6771, 45.1848, 5.46288, 0, 0, -0.398748, 0.91706, 900, 255, 1, '', 50664, NULL), +(@OGUID+2242, 1622, 0, 267, 0, 1, 1, -796.592, -1170.49, 68.9588, 5.49779, 0, 0, -0.382683, 0.92388, 900, 255, 1, '', 49345, NULL), +(@OGUID+2243, 1622, 0, 267, 0, 1, 1, -869.215, 320.062, 47.2172, 6.16101, 0, 0, -0.0610485, 0.998135, 900, 255, 1, '', 50664, NULL), +(@OGUID+2244, 1622, 0, 267, 0, 1, 1, 182.338, -1051.84, 83.7362, 4.83456, 0, 0, -0.66262, 0.748956, 900, 255, 1, '', 50063, NULL), +(@OGUID+2245, 1622, 0, 267, 0, 1, 1, 232.238, -1132.69, 88.8365, 2.49582, 0, 0, 0.948323, 0.317306, 900, 255, 1, '', 49345, NULL), +(@OGUID+2246, 1622, 0, 267, 0, 1, 1, 87.021, -1039.61, 87.1876, 0.767944, 0, 0, 0.374606, 0.927184, 900, 255, 1, '', 48632, NULL), +(@OGUID+2247, 1622, 0, 267, 0, 1, 1, -957.259, -373, 20.2044, 5.11382, 0, 0, -0.551936, 0.833886, 900, 255, 1, '', 49822, NULL), +(@OGUID+2248, 1622, 0, 267, 0, 1, 1, -271.263, -1279.71, 83.612, 6.14356, 0, 0, -0.0697556, 0.997564, 900, 255, 1, '', 52237, NULL), +(@OGUID+2249, 1622, 0, 267, 0, 1, 1, -428.358, -247.58, 64.5375, 0.366518, 0, 0, 0.182235, 0.983255, 900, 255, 1, '', 52237, NULL), +(@OGUID+2250, 1622, 0, 267, 0, 1, 1, -469.625, 363.523, 107.87, 1.69297, 0, 0, 0.748956, 0.66262, 900, 255, 1, '', 53788, NULL), +(@OGUID+2251, 1622, 0, 267, 0, 1, 1, -475.658, -246.216, 61.4152, 2.61799, 0, 0, 0.965925, 0.258821, 900, 255, 1, '', 47168, NULL), +(@OGUID+2252, 1622, 0, 267, 0, 1, 1, -54.3849, -1285.15, 91.4714, 2.53072, 0, 0, 0.953716, 0.300708, 900, 255, 1, '', 52237, NULL), +(@OGUID+2253, 1622, 0, 267, 0, 1, 1, -589.345, -353.673, 53.0932, 5.3058, 0, 0, -0.469471, 0.882948, 900, 255, 1, '', 52237, NULL), +(@OGUID+2254, 1622, 0, 267, 0, 1, 1, -770.418, 188.185, 60.4781, 5.86431, 0, 0, -0.207911, 0.978148, 900, 255, 1, '', 51943, NULL), +(@OGUID+2255, 1622, 0, 267, 0, 1, 1, -772.051, -1217.61, 61.4927, 6.03884, 0, 0, -0.121869, 0.992546, 900, 255, 1, '', 52237, NULL), +(@OGUID+2256, 1622, 0, 267, 0, 1, 1, -799.401, -93.5023, 38.7097, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 52237, NULL), +(@OGUID+2257, 1622, 0, 267, 0, 1, 1, -828.508, -804.159, 30.5714, 1.95477, 0, 0, 0.829038, 0.559193, 900, 255, 1, '', 46368, NULL), +(@OGUID+2258, 1622, 0, 267, 0, 1, 1, -983.237, -1207.32, 67.0874, 1.83259, 0, 0, 0.793353, 0.608762, 900, 255, 1, '', 52237, NULL), +(@OGUID+2259, 1622, 0, 267, 0, 1, 1, 160.866, -1025.17, 95.9587, 2.47837, 0, 0, 0.945518, 0.325568, 900, 255, 1, '', 45854, NULL), +(@OGUID+2260, 1622, 0, 267, 272, 1, 1, -253.693, -1540.89, 109.527, 6.16101, 0, 0, -0.0610485, 0.998135, 900, 255, 1, '', 50664, NULL), +(@OGUID+2261, 1622, 0, 267, 289, 1, 1, -958.002, -1143.01, 66.0742, 6.16101, 0, 0, -0.0610485, 0.998135, 900, 255, 1, '', 46902, NULL), +(@OGUID+2262, 1622, 0, 267, 290, 1, 1, -1084.49, -1062.97, 53.508, 1.3439, 0, 0, 0.622514, 0.782609, 900, 255, 1, '', 46902, NULL), +(@OGUID+2263, 1622, 0, 267, 295, 1, 1, -919.715, -144.827, 50.9302, 4.08407, 0, 0, -0.891006, 0.453991, 900, 255, 1, '', 51943, NULL), +(@OGUID+2264, 1622, 0, 267, 35, 1, 1, -197.465, -1432.28, 114.996, 2.63544, 0, 0, 0.968147, 0.250381, 900, 255, 1, '', 47612, NULL), +(@OGUID+2265, 1622, 0, 267, 460, 1, 1, -770.199, 505.167, 95.3264, 5.96903, 0, 0, -0.156434, 0.987688, 900, 255, 1, '', 50664, NULL), +(@OGUID+2266, 1622, 0, 267, 460, 1, 1, -874.282, -272.776, 48.9107, 1.51844, 0, 0, 0.688354, 0.725374, 900, 255, 1, '', 50664, NULL), +(@OGUID+2267, 1623, 0, 267, 0, 1, 1, -1015.45, -1156.76, 70.3094, 5.16618, 0, 0, -0.529919, 0.848048, 900, 255, 1, '', 49345, NULL), +(@OGUID+2268, 1623, 0, 267, 0, 1, 1, -1152.54, -1311.03, 90.9873, 2.93214, 0, 0, 0.994521, 0.104536, 900, 255, 1, '', 49936, NULL), +(@OGUID+2269, 1623, 0, 267, 0, 1, 1, -1164.79, -935.764, 66.79, 1.83259, 0, 0, 0.793353, 0.608762, 900, 255, 1, '', 48632, NULL), +(@OGUID+2270, 1623, 0, 267, 0, 1, 1, -1202.26, -987.624, 54.6266, 5.86431, 0, 0, -0.207911, 0.978148, 900, 255, 1, '', 49345, NULL), +(@OGUID+2271, 1623, 0, 267, 0, 1, 1, -128.739, -1755.53, 144.186, 4.31097, 0, 0, -0.833885, 0.551938, 900, 255, 1, '', 48632, NULL), +(@OGUID+2272, 1623, 0, 267, 0, 1, 1, -1386.77, -1207.64, 52.1702, 3.6652, 0, 0, -0.965925, 0.258821, 900, 255, 1, '', 50664, NULL), +(@OGUID+2273, 1623, 0, 267, 0, 1, 1, -1401.68, -1098.82, 39.569, 1.65806, 0, 0, 0.737277, 0.675591, 900, 255, 1, '', 49345, NULL), +(@OGUID+2274, 1623, 0, 267, 0, 1, 1, -1431.21, -1182.22, 66.7875, 2.37364, 0, 0, 0.927183, 0.374608, 900, 255, 1, '', 49345, NULL), +(@OGUID+2275, 1623, 0, 267, 0, 1, 1, -216.618, -1379.53, 116.65, 0.977383, 0, 0, 0.469471, 0.882948, 900, 255, 1, '', 50664, NULL), +(@OGUID+2276, 1623, 0, 267, 0, 1, 1, -244.647, -1761.18, 134.621, 0.994837, 0, 0, 0.477159, 0.878817, 900, 255, 1, '', 50664, NULL), +(@OGUID+2277, 1623, 0, 267, 0, 1, 1, -248.231, -1218.32, 118.386, 3.10665, 0, 0, 0.999847, 0.0174693, 900, 255, 1, '', 50172, NULL), +(@OGUID+2278, 1623, 0, 267, 0, 1, 1, -274.828, -1037.61, 75.8699, 1.97222, 0, 0, 0.833885, 0.551938, 900, 255, 1, '', 49345, NULL), +(@OGUID+2279, 1623, 0, 267, 0, 1, 1, -335.789, -1695.81, 107.266, 5.77704, 0, 0, -0.25038, 0.968148, 900, 255, 1, '', 49345, NULL), +(@OGUID+2280, 1623, 0, 267, 0, 1, 1, -402.397, -1151.77, 74.8978, 1.97222, 0, 0, 0.833885, 0.551938, 900, 255, 1, '', 49345, NULL), +(@OGUID+2281, 1623, 0, 267, 0, 1, 1, -434.975, -1152.92, 74.362, 2.25147, 0, 0, 0.902585, 0.430512, 900, 255, 1, '', 49345, NULL), +(@OGUID+2282, 1623, 0, 267, 0, 1, 1, -493.843, -1183.12, 80.3286, 3.47321, 0, 0, -0.986285, 0.16505, 900, 255, 1, '', 49345, NULL), +(@OGUID+2283, 1623, 0, 267, 0, 1, 1, -749.624, -980.945, 54.2288, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 49936, NULL), +(@OGUID+2284, 1623, 0, 267, 0, 1, 1, -803.796, -1209.23, 69.7456, 2.47837, 0, 0, 0.945518, 0.325568, 900, 255, 1, '', 49345, NULL), +(@OGUID+2285, 1623, 0, 267, 0, 1, 1, 87.1907, -1252.31, 82.3047, 0.698131, 0, 0, 0.34202, 0.939693, 900, 255, 1, '', 48632, NULL), +(@OGUID+2286, 1623, 0, 267, 9, 1, 1, -39.3669, -666.351, 91.5816, 2.04204, 0, 0, 0.85264, 0.522499, 900, 255, 1, '', 48632, NULL), +(@OGUID+2287, 1623, 0, 267, 0, 1, 1, -1131.15, -1300.78, 82.1511, 0.418879, 0, 0, 0.207911, 0.978148, 900, 255, 1, '', 46902, NULL), +(@OGUID+2288, 1623, 0, 267, 0, 1, 1, -720.944, -956.985, 53.1234, 5.02655, 0, 0, -0.587785, 0.809017, 900, 255, 1, '', 52237, NULL), +(@OGUID+2289, 1623, 0, 267, 0, 1, 1, 47.1491, -640.59, 96.4607, 5.65487, 0, 0, -0.309016, 0.951057, 900, 255, 1, '', 47168, NULL), +(@OGUID+2290, 1623, 0, 267, 272, 1, 1, 114.982, -1020.31, 106.923, 3.76991, 0, 0, -0.951056, 0.309017, 900, 255, 1, '', 52237, NULL), +(@OGUID+2291, 1623, 0, 267, 275, 1, 1, -389.719, -1771.66, 113.344, 4.15388, 0, 0, -0.874619, 0.48481, 900, 255, 1, '', 52237, NULL), +(@OGUID+2292, 1623, 0, 267, 289, 1, 1, -1097.72, -862.315, 45.1709, 2.77507, 0, 0, 0.983254, 0.182238, 900, 255, 1, '', 46368, NULL), +(@OGUID+2293, 1623, 0, 267, 896, 1, 1, -1330.33, 503.018, 98.428, 2.77507, 0, 0, 0.983254, 0.182238, 900, 255, 1, '', 46368, NULL), +(@OGUID+2294, 1623, 0, 267, 1680, 1, 1, -251.247, -215.906, 98.5199, 2.51327, 0, 0, 0.951056, 0.309017, 900, 255, 1, '', 52237, NULL), +(@OGUID+2295, 1623, 0, 267, 460, 1, 1, -23.4002, -1335.71, 141.237, 4.88692, 0, 0, -0.642787, 0.766045, 900, 255, 1, '', 50664, NULL), +(@OGUID+2296, 1624, 0, 267, 0, 1, 1, -1012.6, 117.441, 54.1006, 3.29869, 0, 0, -0.996917, 0.0784664, 900, 255, 1, '', 48340, NULL), +(@OGUID+2297, 1624, 0, 267, 0, 1, 1, -1029.63, -1325.95, 55.1042, 3.80482, 0, 0, -0.945518, 0.325568, 900, 255, 1, '', 48632, NULL), +(@OGUID+2298, 1624, 0, 267, 0, 1, 1, -1083.47, -1121.58, 49.2658, 5.63741, 0, 0, -0.317305, 0.948324, 900, 255, 1, '', 49345, NULL), +(@OGUID+2299, 1624, 0, 267, 0, 1, 1, -1187.6, -1105.92, 39.8971, 2.93214, 0, 0, 0.994521, 0.104536, 900, 255, 1, '', 49936, NULL), +(@OGUID+2300, 1624, 0, 267, 0, 1, 1, -187.114, -1285.37, 106.141, 2.53072, 0, 0, 0.953716, 0.300708, 900, 255, 1, '', 50172, NULL), +(@OGUID+2301, 1624, 0, 267, 0, 1, 1, -215.535, -798.77, 55.4997, 4.11898, 0, 0, -0.882947, 0.469473, 900, 255, 1, '', 49936, NULL), +(@OGUID+2302, 1624, 0, 267, 0, 1, 1, -242.454, 82.7269, 64.4676, 3.89209, 0, 0, -0.930417, 0.366502, 900, 255, 1, '', 48632, NULL), +(@OGUID+2303, 1624, 0, 267, 0, 1, 1, -281.561, -486.143, 61.6453, 5.8294, 0, 0, -0.224951, 0.97437, 900, 255, 1, '', 49345, NULL), +(@OGUID+2304, 1624, 0, 267, 0, 1, 1, -294.774, -1392.19, 80.9553, 5.37562, 0, 0, -0.438371, 0.898794, 900, 255, 1, '', 48632, NULL), +(@OGUID+2305, 1624, 0, 267, 0, 1, 1, -297.889, -128.26, 64.3352, 4.24115, 0, 0, -0.85264, 0.522499, 900, 255, 1, '', 49936, NULL), +(@OGUID+2306, 1624, 0, 267, 0, 1, 1, -322.816, -1543.89, 81.843, 2.40855, 0, 0, 0.93358, 0.358368, 900, 255, 1, '', 50664, NULL), +(@OGUID+2307, 1624, 0, 267, 0, 1, 1, -379.078, -421.901, 53.1298, 5.48033, 0, 0, -0.390731, 0.920505, 900, 255, 1, '', 50063, NULL), +(@OGUID+2308, 1624, 0, 267, 0, 1, 1, -388.773, -1225.92, 56.8811, 1.5708, 0, 0, 0.707107, 0.707107, 900, 255, 1, '', 48632, NULL), +(@OGUID+2309, 1624, 0, 267, 0, 1, 1, -437.022, -322.164, 53.886, 0.925024, 0, 0, 0.446198, 0.894935, 900, 255, 1, '', 49822, NULL), +(@OGUID+2310, 1624, 0, 267, 0, 1, 1, -443.955, 218.854, 80.0781, 1.83259, 0, 0, 0.793353, 0.608762, 900, 255, 1, '', 49345, NULL), +(@OGUID+2311, 1624, 0, 267, 0, 1, 1, -551.877, 213.812, 69.3841, 3.10665, 0, 0, 0.999847, 0.0174693, 900, 255, 1, '', 49345, NULL), +(@OGUID+2312, 1624, 0, 267, 0, 1, 1, -689.932, -1151.69, 58.9228, 5.32326, 0, 0, -0.461748, 0.887011, 900, 255, 1, '', 49345, NULL), +(@OGUID+2313, 1624, 0, 267, 0, 1, 1, -702.307, -1232.7, 60.9518, 3.42085, 0, 0, -0.990268, 0.139175, 900, 255, 1, '', 49345, NULL), +(@OGUID+2314, 1624, 0, 267, 0, 1, 1, -713.998, -1279.64, 61.4431, 1.74533, 0, 0, 0.766044, 0.642789, 900, 255, 1, '', 49822, NULL), +(@OGUID+2315, 1624, 0, 267, 0, 1, 1, -751.515, 120.358, 42.109, 5.34071, 0, 0, -0.45399, 0.891007, 900, 255, 1, '', 49345, NULL), +(@OGUID+2316, 1624, 0, 267, 0, 1, 1, -771.982, -180.447, 37.0286, 5.2709, 0, 0, -0.484809, 0.87462, 900, 255, 1, '', 48632, NULL), +(@OGUID+2317, 1624, 0, 267, 0, 1, 1, -804.752, -37.6317, 28.4284, 5.93412, 0, 0, -0.173648, 0.984808, 900, 255, 1, '', 49936, NULL), +(@OGUID+2318, 1624, 0, 267, 0, 1, 1, -823.311, -1380.93, 66.2461, 3.50812, 0, 0, -0.983254, 0.182238, 900, 255, 1, '', 50063, NULL), +(@OGUID+2319, 1624, 0, 267, 0, 1, 1, -904.452, -1262.58, 52.616, 0.383971, 0, 0, 0.190808, 0.981627, 900, 255, 1, '', 49345, NULL), +(@OGUID+2320, 1624, 0, 267, 0, 1, 1, -906.656, -868.855, 25.3802, 0.645772, 0, 0, 0.317305, 0.948324, 900, 255, 1, '', 48632, NULL), +(@OGUID+2321, 1624, 0, 267, 1, 1, 1, -855.681, 88.6056, 39.3379, 1.309, 0, 0, 0.608761, 0.793354, 900, 255, 1, '', 50664, NULL), +(@OGUID+2322, 1624, 0, 267, 9, 1, 1, -305.608, -560.832, 55.8194, 5.42797, 0, 0, -0.414693, 0.909961, 900, 255, 1, '', 48632, NULL), +(@OGUID+2323, 1624, 0, 267, 0, 1, 1, -259.695, -648.123, 55.4536, 4.7822, 0, 0, -0.681998, 0.731354, 900, 255, 1, '', 49822, NULL), +(@OGUID+2324, 1624, 0, 267, 0, 1, 1, -795.205, -1067.75, 47.5945, 4.95674, 0, 0, -0.615661, 0.788011, 900, 255, 1, '', 49822, NULL), +(@OGUID+2325, 1624, 0, 267, 0, 1, 1, -880.024, -1218.82, 51.3718, 1.32645, 0, 0, 0.615661, 0.788011, 900, 255, 1, '', 49822, NULL), +(@OGUID+2326, 1624, 0, 267, 0, 1, 1, -522.197, -157.553, 52.367, 5.72468, 0, 0, -0.275637, 0.961262, 900, 255, 1, '', 51943, NULL), +(@OGUID+2327, 1624, 0, 267, 0, 1, 1, -692.911, -174.651, 40.7294, 1.06465, 0, 0, 0.507538, 0.861629, 900, 255, 1, '', 52237, NULL), +(@OGUID+2328, 1624, 0, 267, 0, 1, 1, -799.672, -387.842, 17.5608, 1.39626, 0, 0, 0.642787, 0.766045, 900, 255, 1, '', 45942, NULL), +(@OGUID+2329, 1624, 0, 267, 0, 1, 1, -867.904, -206.734, 40.543, 4.18879, 0, 0, -0.866025, 0.500001, 900, 255, 1, '', 52237, NULL), +(@OGUID+2330, 1624, 0, 267, 0, 1, 1, -894.02, -85.7392, 23.4342, 3.00195, 0, 0, 0.997563, 0.0697661, 900, 255, 1, '', 52237, NULL), +(@OGUID+2331, 1624, 0, 267, 0, 1, 1, -899.773, -0.190864, 28.1014, 0.122173, 0, 0, 0.0610485, 0.998135, 900, 255, 1, '', 51943, NULL), +(@OGUID+2332, 1624, 0, 267, 0, 1, 1, 266.834, -1033.28, 78.7409, 2.14675, 0, 0, 0.878817, 0.47716, 900, 255, 1, '', 46779, NULL), +(@OGUID+2333, 1624, 0, 267, 272, 1, 1, -1118.94, -989.685, 56.5378, 5.25344, 0, 0, -0.492423, 0.870356, 900, 255, 1, '', 52237, NULL), +(@OGUID+2334, 1624, 0, 267, 289, 1, 1, -1009.44, -1058.56, 43.1947, 0.575957, 0, 0, 0.284015, 0.95882, 900, 255, 1, '', 47168, NULL), +(@OGUID+2335, 1624, 0, 267, 289, 1, 1, -1045.03, -914.135, 42.8587, 2.80998, 0, 0, 0.986285, 0.16505, 900, 255, 1, '', 46368, NULL), +(@OGUID+2336, 1624, 0, 267, 290, 1, 1, -1081.2, -1133.3, 51.1375, 3.35105, 0, 0, -0.994521, 0.104536, 900, 255, 1, '', 52237, NULL), +(@OGUID+2337, 1624, 0, 267, 3565, 1, 1, -354.741, -949.354, 56.0673, 0.279252, 0, 0, 0.139173, 0.990268, 900, 255, 1, '', 48120, NULL), +(@OGUID+2338, 1624, 0, 267, 460, 1, 1, -1178.73, -1213.54, 43.4503, 3.07177, 0, 0, 0.999391, 0.0349061, 900, 255, 1, '', 50664, NULL), +(@OGUID+2339, 1624, 0, 267, 460, 1, 1, -713.182, -1530.38, 56.3959, 0.890117, 0, 0, 0.430511, 0.902586, 900, 255, 1, '', 49822, NULL), +(@OGUID+2340, 1624, 0, 267, 460, 1, 1, -898.498, -14.4967, 24.378, 5.61996, 0, 0, -0.325567, 0.945519, 900, 255, 1, '', 50664, NULL), +(@OGUID+2341, 2041, 0, 267, 0, 1, 1, -181.093, -1135.63, 38.3253, 4.36332, 0, 0, -0.819152, 0.573577, 900, 255, 1, '', 49822, NULL), +(@OGUID+2342, 2041, 0, 267, 0, 1, 1, -226.602, -1092.11, 38.0874, 3.21142, 0, 0, -0.999391, 0.0349061, 900, 255, 1, '', 48632, NULL), +(@OGUID+2343, 2041, 0, 267, 0, 1, 1, -290.843, -1114.09, 36.566, 1.74533, 0, 0, 0.766044, 0.642789, 900, 255, 1, '', 50664, NULL), +(@OGUID+2344, 2041, 0, 267, 0, 1, 1, -363.167, -1073.16, 35.5518, 3.97935, 0, 0, -0.913545, 0.406738, 900, 255, 1, '', 49345, NULL), +(@OGUID+2345, 2041, 0, 267, 0, 1, 1, -433.665, -986.09, 34.3007, 3.4034, 0, 0, -0.991445, 0.130528, 900, 255, 1, '', 50063, NULL), +(@OGUID+2346, 2041, 0, 267, 0, 1, 1, -541.978, -906.142, 31.5448, 3.35105, 0, 0, -0.994521, 0.104536, 900, 255, 1, '', 48632, NULL), +(@OGUID+2347, 2041, 0, 267, 0, 1, 1, -79.2343, -1131.86, 37.7567, 0.0174525, 0, 0, 0.00872612, 0.999962, 900, 255, 1, '', 49345, NULL), +(@OGUID+2348, 2041, 0, 267, 0, 1, 1, -426.187, -1054.69, 35.5166, 3.90954, 0, 0, -0.927183, 0.374608, 900, 255, 1, '', 46779, NULL), +(@OGUID+2349, 2041, 0, 267, 0, 1, 1, -582.104, -829.921, 7.925, 4.01426, 0, 0, -0.906307, 0.422619, 900, 255, 1, '', 47168, NULL), +(@OGUID+2350, 2041, 0, 267, 0, 1, 1, -619.827, -746.11, 7.60275, 5.67232, 0, 0, -0.300705, 0.953717, 900, 255, 1, '', 51943, NULL), +(@OGUID+2351, 2045, 0, 267, 0, 1, 1, -1051.87, -408.556, -4.19282, 3.38594, 0, 0, -0.992546, 0.12187, 900, 255, 1, '', 49345, NULL), +(@OGUID+2352, 2045, 0, 267, 0, 1, 1, -1081.05, -713.958, -3.80395, 1.15192, 0, 0, 0.544639, 0.838671, 900, 255, 1, '', 50250, NULL), +(@OGUID+2353, 2045, 0, 267, 0, 1, 1, -1105.3, -322.388, -6.03368, 3.9619, 0, 0, -0.91706, 0.39875, 900, 255, 1, '', 48340, NULL), +(@OGUID+2354, 2045, 0, 267, 0, 1, 1, -1109.09, -484.259, -42.2045, 2.07694, 0, 0, 0.861629, 0.507539, 900, 255, 1, '', 48632, NULL), +(@OGUID+2355, 2045, 0, 267, 0, 1, 1, -1116.11, -189.95, -3.40162, 3.3685, 0, 0, -0.993571, 0.113208, 900, 255, 1, '', 48632, NULL), +(@OGUID+2356, 2045, 0, 267, 0, 1, 1, -1141.71, -545.092, -41.2592, 3.56047, 0, 0, -0.978148, 0.207912, 900, 255, 1, '', 49345, NULL), +(@OGUID+2357, 2045, 0, 267, 0, 1, 1, -1147.72, -619.204, -44.5639, 4.59022, 0, 0, -0.748956, 0.66262, 900, 255, 1, '', 49345, NULL), +(@OGUID+2358, 2045, 0, 267, 0, 1, 1, -1153.4, -370.777, -36.5393, 4.88692, 0, 0, -0.642787, 0.766045, 900, 255, 1, '', 49345, NULL), +(@OGUID+2359, 2045, 0, 267, 0, 1, 1, -1153.73, -439.879, -41.0976, 5.34071, 0, 0, -0.45399, 0.891007, 900, 255, 1, '', 49345, NULL), +(@OGUID+2360, 2045, 0, 267, 0, 1, 1, -1169.76, -249.171, -33.6806, 5.74214, 0, 0, -0.267238, 0.963631, 900, 255, 1, '', 49345, NULL), +(@OGUID+2361, 2045, 0, 267, 0, 1, 1, -1174.06, -777.817, -5.35076, 3.15906, 0, 0, -0.999962, 0.00873464, 900, 255, 1, '', 48632, NULL), +(@OGUID+2362, 2045, 0, 267, 0, 1, 1, -1189.61, -408.038, -38.8643, 1.5708, 0, 0, 0.707107, 0.707107, 900, 255, 1, '', 48632, NULL), +(@OGUID+2363, 2045, 0, 267, 0, 1, 1, -1212.53, -211.741, -42.0522, 5.53269, 0, 0, -0.366501, 0.930418, 900, 255, 1, '', 48340, NULL), +(@OGUID+2364, 2045, 0, 267, 0, 1, 1, -1216.22, -648.269, -43.7294, 2.1293, 0, 0, 0.874619, 0.48481, 900, 255, 1, '', 48632, NULL), +(@OGUID+2365, 2045, 0, 267, 0, 1, 1, -1253.59, -844.229, -5.48905, 4.93928, 0, 0, -0.622514, 0.782609, 900, 255, 1, '', 48632, NULL), +(@OGUID+2366, 2045, 0, 267, 0, 1, 1, -1272.66, -446.993, -90.7419, 0.925024, 0, 0, 0.446198, 0.894935, 900, 255, 1, '', 49345, NULL), +(@OGUID+2367, 2045, 0, 267, 0, 1, 1, -1323.75, -478.575, -48.8598, 3.94445, 0, 0, -0.920505, 0.390732, 900, 255, 1, '', 49345, NULL), +(@OGUID+2368, 2045, 0, 267, 0, 1, 1, -1325.19, -554.179, -39.0349, 1.81514, 0, 0, 0.788011, 0.615662, 900, 255, 1, '', 49345, NULL), +(@OGUID+2369, 2045, 0, 267, 0, 1, 1, -1352.52, -948.247, -6.47859, 5.93412, 0, 0, -0.173648, 0.984808, 900, 255, 1, '', 48632, NULL), +(@OGUID+2370, 2045, 0, 267, 0, 1, 1, -1385.62, -580.687, -41.9421, 3.22886, 0, 0, -0.999048, 0.0436193, 900, 255, 1, '', 48632, NULL), +(@OGUID+2371, 2045, 0, 267, 0, 1, 1, -1441.68, -615.168, -45.177, 1.46608, 0, 0, 0.66913, 0.743145, 900, 255, 1, '', 48632, NULL), +(@OGUID+2372, 2045, 0, 267, 0, 1, 1, -1450.26, -715.607, -43.9909, 1.11701, 0, 0, 0.529919, 0.848048, 900, 255, 1, '', 50375, NULL), +(@OGUID+2373, 2045, 0, 267, 0, 1, 1, -1486.52, -950.694, -38.6237, 2.18166, 0, 0, 0.887011, 0.461749, 900, 255, 1, '', 48340, NULL), +(@OGUID+2374, 2045, 0, 267, 0, 1, 1, -1548, -988.021, -39.3629, 1.0821, 0, 0, 0.515038, 0.857168, 900, 255, 1, '', 49345, NULL), +(@OGUID+2375, 2045, 0, 267, 0, 1, 1, -1620.5, -1026.73, -40.5638, 2.65289, 0, 0, 0.970295, 0.241925, 900, 255, 1, '', 49345, NULL), +(@OGUID+2376, 2045, 0, 267, 0, 1, 1, -1677.83, -1121.21, -3.60723, 5.16618, 0, 0, -0.529919, 0.848048, 900, 255, 1, '', 48632, NULL), +(@OGUID+2377, 2045, 0, 267, 0, 1, 1, -1698.15, -1045.93, -42.8583, 0.977383, 0, 0, 0.469471, 0.882948, 900, 255, 1, '', 48632, NULL), +(@OGUID+2378, 2045, 0, 267, 0, 1, 1, -1742.04, -1111.16, -50.7961, 5.28835, 0, 0, -0.477159, 0.878817, 900, 255, 1, '', 48340, NULL), +(@OGUID+2379, 2045, 0, 267, 1, 1, 1, -1169.07, -134.153, -42.2045, 4.7473, 0, 0, -0.694658, 0.71934, 900, 255, 1, '', 50664, NULL), +(@OGUID+2380, 2045, 0, 267, 0, 1, 1, -1260.87, 78.3124, -39.0341, 1.43117, 0, 0, 0.656058, 0.75471, 900, 255, 1, '', 49822, NULL), +(@OGUID+2381, 2045, 0, 267, 1637, 1, 1, -1516.17, -1054.35, -7.40376, 4.50295, 0, 0, -0.777145, 0.629321, 900, 255, 1, '', 50664, NULL), +(@OGUID+2382, 2045, 0, 267, 272, 1, 1, -1459.79, -891.284, -40.9003, 2.82743, 0, 0, 0.987688, 0.156436, 900, 255, 1, '', 50664, NULL), +(@OGUID+2383, 2045, 0, 267, 272, 1, 1, -1623.34, -946.474, -39.3921, 5.34071, 0, 0, -0.45399, 0.891007, 900, 255, 1, '', 50664, NULL), +(@OGUID+2384, 2045, 0, 267, 288, 1, 1, -1113.05, -52.1462, -4.06643, 3.90954, 0, 0, -0.927183, 0.374608, 900, 255, 1, '', 51943, NULL), +(@OGUID+2385, 2045, 0, 267, 288, 1, 1, -1181.64, 45.6704, -7.18421, 3.24635, 0, 0, -0.998629, 0.0523532, 900, 255, 1, '', 51739, NULL), +(@OGUID+2386, 2045, 0, 267, 294, 1, 1, -1217.24, -532.671, -90.8633, 4.15388, 0, 0, -0.874619, 0.48481, 900, 255, 1, '', 51943, NULL), +(@OGUID+2387, 2045, 0, 267, 294, 1, 1, -1248.61, -706.6, -43.3916, 4.13643, 0, 0, -0.878817, 0.47716, 900, 255, 1, '', 47168, NULL), +(@OGUID+2388, 2045, 0, 267, 294, 1, 1, -1324.2, -610.357, -42.902, 5.86431, 0, 0, -0.207911, 0.978148, 900, 255, 1, '', 52237, NULL), +(@OGUID+2389, 2045, 0, 267, 294, 1, 1, -1414.63, -814.271, -41.7165, 1.83259, 0, 0, 0.793353, 0.608762, 900, 255, 1, '', 47168, NULL), +(@OGUID+2390, 2045, 0, 267, 294, 1, 1, -1486.25, -650.948, -43.182, 0.226892, 0, 0, 0.113203, 0.993572, 900, 255, 1, '', 47168, NULL), +(@OGUID+2391, 2045, 0, 267, 294, 1, 1, -1545.85, -679.492, -47.4133, 3.45576, 0, 0, -0.987688, 0.156436, 900, 255, 1, '', 52237, NULL), +(@OGUID+2392, 2045, 0, 267, 294, 1, 1, -1571.21, -741.461, -21.853, 6.24828, 0, 0, -0.0174522, 0.999848, 900, 255, 1, '', 47168, NULL), +(@OGUID+2393, 2045, 0, 267, 295, 1, 1, -1083.83, 312.085, -8.28458, 3.03684, 0, 0, 0.998629, 0.0523532, 900, 255, 1, '', 47168, NULL), +(@OGUID+2394, 2045, 0, 267, 295, 1, 1, -1151.84, 350.981, -44.1868, 1.71042, 0, 0, 0.754709, 0.656059, 900, 255, 1, '', 47168, NULL), +(@OGUID+2395, 2045, 0, 267, 295, 1, 1, -1240.82, 21.3859, -39.8887, 3.71755, 0, 0, -0.958819, 0.284016, 900, 255, 1, '', 46368, NULL), +(@OGUID+2396, 2045, 0, 267, 295, 1, 1, -999.697, 387.015, -9.2673, 5.39307, 0, 0, -0.430511, 0.902586, 900, 255, 1, '', 46368, NULL), +(@OGUID+2397, 2045, 0, 267, 896, 1, 1, -1184.82, 512.931, -45.5282, 5.75959, 0, 0, -0.258819, 0.965926, 900, 255, 1, '', 46368, NULL), +(@OGUID+2398, 2045, 0, 267, 896, 1, 1, -1352.69, 392.058, -48.9903, 2.40855, 0, 0, 0.93358, 0.358368, 900, 255, 1, '', 46368, NULL), +(@OGUID+2399, 2045, 0, 267, 460, 1, 1, -1175.37, 194.017, -6.56839, 5.20108, 0, 0, -0.515038, 0.857168, 900, 255, 1, '', 50664, NULL), +(@OGUID+2400, 2045, 0, 267, 460, 1, 1, -1220.5, 109.759, -8.64833, 2.67035, 0, 0, 0.972369, 0.233448, 900, 255, 1, '', 50664, NULL), +(@OGUID+2401, 1731, 0, 267, 0, 1, 1, -1004.35, -339.056, 13.7319, 0.226892, 0, 0, 0.113203, 0.993572, 900, 255, 1, '', 48632, NULL), +(@OGUID+2402, 1731, 0, 267, 0, 1, 1, -1151.24, 112.54, 8.40114, 5.88176, 0, 0, -0.199368, 0.979925, 900, 255, 1, '', 48340, NULL), +(@OGUID+2403, 1731, 0, 267, 0, 1, 1, -1458.58, -1085.96, 7.96406, 5.14872, 0, 0, -0.537299, 0.843392, 900, 255, 1, '', 48340, NULL), +(@OGUID+2404, 1731, 0, 267, 0, 1, 1, -278.271, 228.777, 102.131, 4.04917, 0, 0, -0.898793, 0.438373, 900, 255, 1, '', 48632, NULL), +(@OGUID+2405, 1731, 0, 267, 0, 1, 1, -315.451, -842.828, 61.7272, 4.50295, 0, 0, -0.777145, 0.629321, 900, 255, 1, '', 48632, NULL), +(@OGUID+2406, 1731, 0, 267, 0, 1, 1, -357.374, -456.945, 57.1996, 1.6057, 0, 0, 0.719339, 0.694659, 900, 255, 1, '', 49822, NULL), +(@OGUID+2407, 1731, 0, 267, 0, 1, 1, -383.365, -182.706, 61.7857, 5.23599, 0, 0, -0.5, 0.866025, 900, 255, 1, '', 49345, NULL), +(@OGUID+2408, 1731, 0, 267, 0, 1, 1, -386.992, 260.187, 94.6462, 1.93731, 0, 0, 0.824125, 0.566408, 900, 255, 1, '', 49345, NULL), +(@OGUID+2409, 1731, 0, 267, 0, 1, 1, -435.648, 303.569, 99.0216, 1.0472, 0, 0, 0.5, 0.866025, 900, 255, 1, '', 48632, NULL), +(@OGUID+2410, 1731, 0, 267, 0, 1, 1, -445.19, -1529.4, 71.0053, 4.41568, 0, 0, -0.803857, 0.594823, 900, 255, 1, '', 49345, NULL), +(@OGUID+2411, 1731, 0, 267, 0, 1, 1, -483.161, -244.188, 59.4281, 2.19911, 0, 0, 0.891006, 0.453991, 900, 255, 1, '', 48632, NULL), +(@OGUID+2412, 1731, 0, 267, 0, 1, 1, -502.591, -828.237, 53.355, 3.03684, 0, 0, 0.998629, 0.0523532, 900, 255, 1, '', 49345, NULL), +(@OGUID+2413, 1731, 0, 267, 0, 1, 1, -620.953, -849.445, 39.3938, 3.22886, 0, 0, -0.999048, 0.0436193, 900, 255, 1, '', 48632, NULL), +(@OGUID+2414, 1731, 0, 267, 0, 1, 1, -644.457, -1361.17, 68.5742, 2.23402, 0, 0, 0.898793, 0.438373, 900, 255, 1, '', 48632, NULL), +(@OGUID+2415, 1731, 0, 267, 0, 1, 1, -743.788, -245.083, 40.2169, 2.49582, 0, 0, 0.948323, 0.317306, 900, 255, 1, '', 48632, NULL), +(@OGUID+2416, 1731, 0, 267, 0, 1, 1, -745.488, -98.0213, 57.8578, 1.81514, 0, 0, 0.788011, 0.615662, 900, 255, 1, '', 50664, NULL), +(@OGUID+2417, 1731, 0, 267, 0, 1, 1, -809.145, 21.4447, 36.635, 5.53269, 0, 0, -0.366501, 0.930418, 900, 255, 1, '', 48632, NULL), +(@OGUID+2418, 1731, 0, 267, 9, 1, 1, -1048.94, -13.9948, 17.3759, 0.331611, 0, 0, 0.165047, 0.986286, 900, 255, 1, '', 48632, NULL), +(@OGUID+2419, 1731, 0, 267, 0, 1, 1, -1081.92, 246.916, 16.7789, 4.31097, 0, 0, -0.833885, 0.551938, 900, 255, 1, '', 49822, NULL), +(@OGUID+2420, 1731, 0, 267, 0, 1, 1, -801.256, 519.086, 101.712, 1.88495, 0, 0, 0.809016, 0.587786, 900, 255, 1, '', 52237, NULL), +(@OGUID+2421, 1731, 0, 267, 272, 1, 1, -1100.65, -830.58, 17.9532, 5.81195, 0, 0, -0.233445, 0.97237, 900, 255, 1, '', 50375, NULL), +(@OGUID+2422, 1731, 0, 267, 285, 1, 1, -745.166, 577.436, 103.427, 0.925024, 0, 0, 0.446198, 0.894935, 900, 255, 1, '', 52237, NULL), +(@OGUID+2423, 1731, 0, 267, 286, 1, 1, -291.258, 293.587, 118.587, 0.767944, 0, 0, 0.374606, 0.927184, 900, 255, 1, '', 46779, NULL), +(@OGUID+2424, 1731, 0, 267, 288, 1, 1, -893.763, 309.781, 39.3592, 6.16101, 0, 0, -0.0610485, 0.998135, 900, 255, 1, '', 52237, NULL), +(@OGUID+2425, 1731, 0, 267, 460, 1, 1, -526.157, 480.685, 86.8847, 4.20625, 0, 0, -0.861629, 0.507539, 900, 255, 1, '', 49822, NULL), +(@OGUID+2426, 1732, 0, 267, 0, 1, 1, -105.9, -689.352, 74.0013, 3.45576, 0, 0, -0.987688, 0.156436, 900, 255, 1, '', 49936, NULL), +(@OGUID+2427, 1732, 0, 267, 0, 1, 1, -1158.79, -888.728, 27.8112, 4.64258, 0, 0, -0.731354, 0.681998, 900, 255, 1, '', 48632, NULL), +(@OGUID+2428, 1732, 0, 267, 0, 1, 1, -130.354, -149.858, 120.737, 1.97222, 0, 0, 0.833885, 0.551938, 900, 255, 1, '', 48120, NULL), +(@OGUID+2429, 1732, 0, 267, 0, 1, 1, -150.023, -996.154, 60.5231, 6.16101, 0, 0, -0.0610485, 0.998135, 900, 255, 1, '', 48632, NULL), +(@OGUID+2430, 1732, 0, 267, 0, 1, 1, -175.762, 21.1603, 82.2342, 5.20108, 0, 0, -0.515038, 0.857168, 900, 255, 1, '', 50063, NULL), +(@OGUID+2431, 1732, 0, 267, 0, 1, 1, -196.458, -655.094, 66.2299, 1.23918, 0, 0, 0.580703, 0.814116, 900, 255, 1, '', 50664, NULL), +(@OGUID+2432, 1732, 0, 267, 0, 1, 1, -196.854, -1457.59, 113.475, 1.3439, 0, 0, 0.622514, 0.782609, 900, 255, 1, '', 48632, NULL), +(@OGUID+2433, 1732, 0, 267, 0, 1, 1, -223.61, -1172.77, 60.582, 1.95477, 0, 0, 0.829038, 0.559193, 900, 255, 1, '', 48632, NULL), +(@OGUID+2434, 1732, 0, 267, 0, 1, 1, -226.163, -560.77, 65.1476, 3.26377, 0, 0, -0.998135, 0.0610518, 900, 255, 1, '', 49822, NULL), +(@OGUID+2435, 1732, 0, 267, 0, 1, 1, -246.092, -1070.03, 47.9878, 0.977383, 0, 0, 0.469471, 0.882948, 900, 255, 1, '', 48120, NULL), +(@OGUID+2436, 1732, 0, 267, 0, 1, 1, -267.566, -217.9, 85.3977, 3.35105, 0, 0, -0.994521, 0.104536, 900, 255, 1, '', 50664, NULL), +(@OGUID+2437, 1732, 0, 267, 0, 1, 1, -277.789, -1020.47, 66.2642, 3.52557, 0, 0, -0.981627, 0.190812, 900, 255, 1, '', 49345, NULL), +(@OGUID+2438, 1732, 0, 267, 0, 1, 1, -298.249, -1197.99, 67.9911, 3.14159, 0, 0, -1, 0, 900, 255, 1, '', 48632, NULL), +(@OGUID+2439, 1732, 0, 267, 0, 1, 1, -403.761, -1124.34, 56.1819, 2.40855, 0, 0, 0.93358, 0.358368, 900, 255, 1, '', 49345, NULL), +(@OGUID+2440, 1732, 0, 267, 0, 1, 1, -416.469, -1170.29, 59.894, 1.29154, 0, 0, 0.601814, 0.798636, 900, 255, 1, '', 49822, NULL), +(@OGUID+2441, 1732, 0, 267, 0, 1, 1, -466.639, -1189.97, 62.6573, 6.03884, 0, 0, -0.121869, 0.992546, 900, 255, 1, '', 50664, NULL), +(@OGUID+2442, 1732, 0, 267, 0, 1, 1, -817.62, -1210.97, 57.0243, 1.53589, 0, 0, 0.694658, 0.71934, 900, 255, 1, '', 49345, NULL), +(@OGUID+2443, 1732, 0, 267, 0, 1, 1, -90.0451, -1361.99, 123.778, 3.3685, 0, 0, -0.993571, 0.113208, 900, 255, 1, '', 48632, NULL), +(@OGUID+2444, 1732, 0, 267, 0, 1, 1, 113.881, -836.672, 82.0067, 5.86431, 0, 0, -0.207911, 0.978148, 900, 255, 1, '', 49936, NULL), +(@OGUID+2445, 1732, 0, 267, 0, 1, 1, 146.455, -789.081, 96.4316, 6.16101, 0, 0, -0.0610485, 0.998135, 900, 255, 1, '', 50664, NULL), +(@OGUID+2446, 1732, 0, 267, 0, 1, 1, 15.0196, -1247.4, 67.825, 2.02458, 0, 0, 0.848047, 0.529921, 900, 255, 1, '', 48632, NULL), +(@OGUID+2447, 1732, 0, 267, 0, 1, 1, 194.473, -948.311, 83.2584, 5.55015, 0, 0, -0.358368, 0.93358, 900, 255, 1, '', 50063, NULL), +(@OGUID+2448, 1732, 0, 267, 0, 1, 1, 218.196, -755.703, 109.082, 5.77704, 0, 0, -0.25038, 0.968148, 900, 255, 1, '', 48632, NULL), +(@OGUID+2449, 1732, 0, 267, 0, 1, 1, 47.3426, -642.852, 94.4918, 5.96903, 0, 0, -0.156434, 0.987688, 900, 255, 1, '', 48632, NULL), +(@OGUID+2450, 1732, 0, 267, 0, 1, 1, 52.3908, -1232.24, 71.2689, 0.59341, 0, 0, 0.292371, 0.956305, 900, 255, 1, '', 49345, NULL), +(@OGUID+2451, 1732, 0, 267, 0, 1, 1, 73.2704, -1002.17, 59.4981, 0.139624, 0, 0, 0.0697556, 0.997564, 900, 255, 1, '', 48632, NULL), +(@OGUID+2452, 1732, 0, 267, 0, 1, 1, 86.8319, -1064.58, 58.904, 5.65487, 0, 0, -0.309016, 0.951057, 900, 255, 1, '', 50063, NULL), +(@OGUID+2453, 1732, 0, 267, 0, 1, 1, -927.094, -374.569, 30.9798, 5.48033, 0, 0, -0.390731, 0.920505, 900, 255, 1, '', 49822, NULL), +(@OGUID+2454, 1732, 0, 267, 0, 1, 1, -952.32, -242.296, 59.7072, 5.42797, 0, 0, -0.414693, 0.909961, 900, 255, 1, '', 49822, NULL), +(@OGUID+2455, 1732, 0, 267, 0, 1, 1, 115.795, -639.137, 97.0621, 5.96903, 0, 0, -0.156434, 0.987688, 900, 255, 1, '', 49822, NULL), +(@OGUID+2456, 1732, 0, 267, 0, 1, 1, 222.155, -1110.72, 71.7815, 5.11382, 0, 0, -0.551936, 0.833886, 900, 255, 1, '', 49822, NULL), +(@OGUID+2457, 1732, 0, 267, 1519, 1, 1, 143.441, -925.821, 79.4433, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 47720, NULL), +(@OGUID+2458, 1732, 0, 267, 1637, 1, 1, -1000.52, 30.5843, 43.3942, 3.14159, 0, 0, -1, 0, 900, 255, 1, '', 50664, NULL), +(@OGUID+2459, 1732, 0, 267, 0, 1, 1, -304.803, -1240.07, 72.5146, 0.209439, 0, 0, 0.104528, 0.994522, 900, 255, 1, '', 52237, NULL), +(@OGUID+2460, 1732, 0, 267, 0, 1, 1, -510.097, -1169.06, 63.0074, 3.7001, 0, 0, -0.961261, 0.27564, 900, 255, 1, '', 52237, NULL), +(@OGUID+2461, 1732, 0, 267, 0, 1, 1, -619.142, -1014.93, 61.8551, 0.733038, 0, 0, 0.358368, 0.93358, 900, 255, 1, '', 46902, NULL), +(@OGUID+2462, 1732, 0, 267, 0, 1, 1, -817.666, -795.957, 27.6031, 1.51844, 0, 0, 0.688354, 0.725374, 900, 255, 1, '', 46902, NULL), +(@OGUID+2463, 1732, 0, 267, 0, 1, 1, -922.306, -1453.78, 59.1559, 1.97222, 0, 0, 0.833885, 0.551938, 900, 255, 1, '', 52237, NULL), +(@OGUID+2464, 1732, 0, 267, 0, 1, 1, -923.453, -1098.07, 51.5852, 4.46804, 0, 0, -0.788011, 0.615662, 900, 255, 1, '', 52237, NULL), +(@OGUID+2465, 1732, 0, 267, 0, 1, 1, 188.268, -1064.92, 73.355, 1.02974, 0, 0, 0.492423, 0.870356, 900, 255, 1, '', 52237, NULL), +(@OGUID+2466, 1732, 0, 267, 0, 1, 1, 245.942, -943.257, 96.9693, 3.89209, 0, 0, -0.930417, 0.366502, 900, 255, 1, '', 45854, NULL), +(@OGUID+2467, 1732, 0, 267, 0, 1, 1, 306.792, -1082.6, 93.0067, 4.27606, 0, 0, -0.843391, 0.5373, 900, 255, 1, '', 45854, NULL), +(@OGUID+2468, 1732, 0, 267, 1056, 1, 1, -338.068, -322.731, 66.6804, 5.09636, 0, 0, -0.559193, 0.829038, 900, 255, 1, '', 52237, NULL), +(@OGUID+2469, 1732, 0, 267, 272, 1, 1, -1082.81, -914.815, 52.3465, 0.95993, 0, 0, 0.461748, 0.887011, 900, 255, 1, '', 52237, NULL), +(@OGUID+2470, 1732, 0, 267, 272, 1, 1, -23.3489, -679.042, 76.8395, 2.1293, 0, 0, 0.874619, 0.48481, 900, 255, 1, '', 51943, NULL), +(@OGUID+2471, 1732, 0, 267, 272, 1, 1, -778.224, -984.915, 36.6733, 5.77704, 0, 0, -0.25038, 0.968148, 900, 255, 1, '', 52237, NULL), +(@OGUID+2472, 1732, 0, 267, 272, 1, 1, 154.879, -1004.65, 77.9133, 6.23083, 0, 0, -0.0261765, 0.999657, 900, 255, 1, '', 46779, NULL), +(@OGUID+2473, 1732, 0, 267, 286, 1, 1, -206.104, -92.2563, 88.0968, 5.02655, 0, 0, -0.587785, 0.809017, 900, 255, 1, '', 52237, NULL), +(@OGUID+2474, 1732, 0, 267, 289, 1, 1, -1093.54, -1064.15, 49.2755, 0.314158, 0, 0, 0.156434, 0.987688, 900, 255, 1, '', 47168, NULL), +(@OGUID+2475, 1732, 0, 267, 289, 1, 1, -908.72, -761.622, 22.966, 5.65487, 0, 0, -0.309016, 0.951057, 900, 255, 1, '', 52237, NULL), +(@OGUID+2476, 1732, 0, 267, 290, 1, 1, -1121.06, -1262.97, 63.4558, 2.25147, 0, 0, 0.902585, 0.430512, 900, 255, 1, '', 52237, NULL), +(@OGUID+2477, 1732, 0, 267, 290, 1, 1, -999.126, -1117.26, 53.2347, 3.47321, 0, 0, -0.986285, 0.16505, 900, 255, 1, '', 52237, NULL), +(@OGUID+2478, 1732, 0, 267, 295, 1, 1, -975.076, -178.776, 44.5616, 4.11898, 0, 0, -0.882947, 0.469473, 900, 255, 1, '', 51943, NULL), +(@OGUID+2479, 1732, 0, 267, 460, 1, 1, -318.377, -365.531, 68.8522, 1.27409, 0, 0, 0.594822, 0.803857, 900, 255, 1, '', 50664, NULL), +(@OGUID+2480, 1732, 0, 267, 0, 1, 1, -703.013, -980.705, 46.6122, 1.41372, 0, 0, 0.649447, 0.760406, 900, 255, 1, '', 49345, NULL), +(@OGUID+2481, 1733, 0, 267, 0, 1, 1, -105.9, -689.352, 74.0013, 3.45576, 0, 0, -0.987688, 0.156436, 900, 255, 1, '', 49936, NULL), +(@OGUID+2482, 1733, 0, 267, 0, 1, 1, -1158.79, -888.728, 27.8112, 4.64258, 0, 0, -0.731354, 0.681998, 900, 255, 1, '', 48632, NULL), +(@OGUID+2483, 1733, 0, 267, 0, 1, 1, -130.354, -149.858, 120.737, 1.97222, 0, 0, 0.833885, 0.551938, 900, 255, 1, '', 48120, NULL), +(@OGUID+2484, 1733, 0, 267, 0, 1, 1, -150.023, -996.154, 60.5231, 6.16101, 0, 0, -0.0610485, 0.998135, 900, 255, 1, '', 48632, NULL), +(@OGUID+2485, 1733, 0, 267, 0, 1, 1, -175.762, 21.1603, 82.2342, 5.20108, 0, 0, -0.515038, 0.857168, 900, 255, 1, '', 50063, NULL), +(@OGUID+2486, 1733, 0, 267, 0, 1, 1, -196.458, -655.094, 66.2299, 1.23918, 0, 0, 0.580703, 0.814116, 900, 255, 1, '', 50664, NULL), +(@OGUID+2487, 1733, 0, 267, 0, 1, 1, -196.854, -1457.59, 113.475, 1.3439, 0, 0, 0.622514, 0.782609, 900, 255, 1, '', 48632, NULL), +(@OGUID+2488, 1733, 0, 267, 0, 1, 1, -223.61, -1172.77, 60.582, 1.95477, 0, 0, 0.829038, 0.559193, 900, 255, 1, '', 48632, NULL), +(@OGUID+2489, 1733, 0, 267, 0, 1, 1, -226.163, -560.77, 65.1476, 3.26377, 0, 0, -0.998135, 0.0610518, 900, 255, 1, '', 49822, NULL), +(@OGUID+2490, 1733, 0, 267, 0, 1, 1, -246.092, -1070.03, 47.9878, 0.977383, 0, 0, 0.469471, 0.882948, 900, 255, 1, '', 48120, NULL), +(@OGUID+2491, 1733, 0, 267, 0, 1, 1, -267.566, -217.9, 85.3977, 3.35105, 0, 0, -0.994521, 0.104536, 900, 255, 1, '', 50664, NULL), +(@OGUID+2492, 1733, 0, 267, 0, 1, 1, -277.789, -1020.47, 66.2642, 3.52557, 0, 0, -0.981627, 0.190812, 900, 255, 1, '', 49345, NULL), +(@OGUID+2493, 1733, 0, 267, 0, 1, 1, -298.249, -1197.99, 67.9911, 3.14159, 0, 0, -1, 0, 900, 255, 1, '', 48632, NULL), +(@OGUID+2494, 1733, 0, 267, 0, 1, 1, -403.761, -1124.34, 56.1819, 2.40855, 0, 0, 0.93358, 0.358368, 900, 255, 1, '', 49345, NULL), +(@OGUID+2495, 1733, 0, 267, 0, 1, 1, -416.469, -1170.29, 59.894, 1.29154, 0, 0, 0.601814, 0.798636, 900, 255, 1, '', 49822, NULL), +(@OGUID+2496, 1733, 0, 267, 0, 1, 1, -466.639, -1189.97, 62.6573, 6.03884, 0, 0, -0.121869, 0.992546, 900, 255, 1, '', 50664, NULL), +(@OGUID+2497, 1733, 0, 267, 0, 1, 1, -817.62, -1210.97, 57.0243, 1.53589, 0, 0, 0.694658, 0.71934, 900, 255, 1, '', 49345, NULL), +(@OGUID+2498, 1733, 0, 267, 0, 1, 1, -90.0451, -1361.99, 123.778, 3.3685, 0, 0, -0.993571, 0.113208, 900, 255, 1, '', 48632, NULL), +(@OGUID+2499, 1733, 0, 267, 0, 1, 1, 113.881, -836.672, 82.0067, 5.86431, 0, 0, -0.207911, 0.978148, 900, 255, 1, '', 49936, NULL), +(@OGUID+2500, 1733, 0, 267, 0, 1, 1, 146.455, -789.081, 96.4316, 6.16101, 0, 0, -0.0610485, 0.998135, 900, 255, 1, '', 50664, NULL), +(@OGUID+2501, 1733, 0, 267, 0, 1, 1, 15.0196, -1247.4, 67.825, 2.02458, 0, 0, 0.848047, 0.529921, 900, 255, 1, '', 48632, NULL), +(@OGUID+2502, 1733, 0, 267, 0, 1, 1, 194.473, -948.311, 83.2584, 5.55015, 0, 0, -0.358368, 0.93358, 900, 255, 1, '', 50063, NULL), +(@OGUID+2503, 1733, 0, 267, 0, 1, 1, 218.196, -755.703, 109.082, 5.77704, 0, 0, -0.25038, 0.968148, 900, 255, 1, '', 48632, NULL), +(@OGUID+2504, 1733, 0, 267, 0, 1, 1, 47.3426, -642.852, 94.4918, 5.96903, 0, 0, -0.156434, 0.987688, 900, 255, 1, '', 48632, NULL), +(@OGUID+2505, 1733, 0, 267, 0, 1, 1, 52.3908, -1232.24, 71.2689, 0.59341, 0, 0, 0.292371, 0.956305, 900, 255, 1, '', 49345, NULL), +(@OGUID+2506, 1733, 0, 267, 0, 1, 1, 73.2704, -1002.17, 59.4981, 0.139624, 0, 0, 0.0697556, 0.997564, 900, 255, 1, '', 48632, NULL), +(@OGUID+2507, 1733, 0, 267, 0, 1, 1, 86.8319, -1064.58, 58.904, 5.65487, 0, 0, -0.309016, 0.951057, 900, 255, 1, '', 50063, NULL), +(@OGUID+2508, 1733, 0, 267, 0, 1, 1, -927.094, -374.569, 30.9798, 5.48033, 0, 0, -0.390731, 0.920505, 900, 255, 1, '', 49822, NULL), +(@OGUID+2509, 1733, 0, 267, 0, 1, 1, -952.32, -242.296, 59.7072, 5.42797, 0, 0, -0.414693, 0.909961, 900, 255, 1, '', 49822, NULL), +(@OGUID+2510, 1733, 0, 267, 0, 1, 1, 115.795, -639.137, 97.0621, 5.96903, 0, 0, -0.156434, 0.987688, 900, 255, 1, '', 49822, NULL), +(@OGUID+2511, 1733, 0, 267, 0, 1, 1, 222.155, -1110.72, 71.7815, 5.11382, 0, 0, -0.551936, 0.833886, 900, 255, 1, '', 49822, NULL), +(@OGUID+2512, 1733, 0, 267, 1519, 1, 1, 143.441, -925.821, 79.4433, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 47720, NULL), +(@OGUID+2513, 1733, 0, 267, 1637, 1, 1, -1000.52, 30.5843, 43.3942, 3.14159, 0, 0, -1, 0, 900, 255, 1, '', 50664, NULL), +(@OGUID+2514, 1733, 0, 267, 0, 1, 1, -304.803, -1240.07, 72.5146, 0.209439, 0, 0, 0.104528, 0.994522, 900, 255, 1, '', 52237, NULL), +(@OGUID+2515, 1733, 0, 267, 0, 1, 1, -510.097, -1169.06, 63.0074, 3.7001, 0, 0, -0.961261, 0.27564, 900, 255, 1, '', 52237, NULL), +(@OGUID+2516, 1733, 0, 267, 0, 1, 1, -619.142, -1014.93, 61.8551, 0.733038, 0, 0, 0.358368, 0.93358, 900, 255, 1, '', 46902, NULL), +(@OGUID+2517, 1733, 0, 267, 0, 1, 1, -817.666, -795.957, 27.6031, 1.51844, 0, 0, 0.688354, 0.725374, 900, 255, 1, '', 46902, NULL), +(@OGUID+2518, 1733, 0, 267, 0, 1, 1, -922.306, -1453.78, 59.1559, 1.97222, 0, 0, 0.833885, 0.551938, 900, 255, 1, '', 52237, NULL), +(@OGUID+2519, 1733, 0, 267, 0, 1, 1, -923.453, -1098.07, 51.5852, 4.46804, 0, 0, -0.788011, 0.615662, 900, 255, 1, '', 52237, NULL), +(@OGUID+2520, 1733, 0, 267, 0, 1, 1, 188.268, -1064.92, 73.355, 1.02974, 0, 0, 0.492423, 0.870356, 900, 255, 1, '', 52237, NULL), +(@OGUID+2521, 1733, 0, 267, 0, 1, 1, 245.942, -943.257, 96.9693, 3.89209, 0, 0, -0.930417, 0.366502, 900, 255, 1, '', 45854, NULL), +(@OGUID+2522, 1733, 0, 267, 0, 1, 1, 306.792, -1082.6, 93.0067, 4.27606, 0, 0, -0.843391, 0.5373, 900, 255, 1, '', 45854, NULL), +(@OGUID+2523, 1733, 0, 267, 1056, 1, 1, -338.068, -322.731, 66.6804, 5.09636, 0, 0, -0.559193, 0.829038, 900, 255, 1, '', 52237, NULL), +(@OGUID+2524, 1733, 0, 267, 272, 1, 1, -1082.81, -914.815, 52.3465, 0.95993, 0, 0, 0.461748, 0.887011, 900, 255, 1, '', 52237, NULL), +(@OGUID+2525, 1733, 0, 267, 272, 1, 1, -23.3489, -679.042, 76.8395, 2.1293, 0, 0, 0.874619, 0.48481, 900, 255, 1, '', 51943, NULL), +(@OGUID+2526, 1733, 0, 267, 272, 1, 1, -778.224, -984.915, 36.6733, 5.77704, 0, 0, -0.25038, 0.968148, 900, 255, 1, '', 52237, NULL), +(@OGUID+2527, 1733, 0, 267, 272, 1, 1, 154.879, -1004.65, 77.9133, 6.23083, 0, 0, -0.0261765, 0.999657, 900, 255, 1, '', 46779, NULL), +(@OGUID+2528, 1733, 0, 267, 286, 1, 1, -206.104, -92.2563, 88.0968, 5.02655, 0, 0, -0.587785, 0.809017, 900, 255, 1, '', 52237, NULL), +(@OGUID+2529, 1733, 0, 267, 289, 1, 1, -1093.54, -1064.15, 49.2755, 0.314158, 0, 0, 0.156434, 0.987688, 900, 255, 1, '', 47168, NULL), +(@OGUID+2530, 1733, 0, 267, 289, 1, 1, -908.72, -761.622, 22.966, 5.65487, 0, 0, -0.309016, 0.951057, 900, 255, 1, '', 52237, NULL), +(@OGUID+2531, 1733, 0, 267, 290, 1, 1, -1121.06, -1262.97, 63.4558, 2.25147, 0, 0, 0.902585, 0.430512, 900, 255, 1, '', 52237, NULL), +(@OGUID+2532, 1733, 0, 267, 290, 1, 1, -999.126, -1117.26, 53.2347, 3.47321, 0, 0, -0.986285, 0.16505, 900, 255, 1, '', 52237, NULL), +(@OGUID+2533, 1733, 0, 267, 295, 1, 1, -975.076, -178.776, 44.5616, 4.11898, 0, 0, -0.882947, 0.469473, 900, 255, 1, '', 51943, NULL), +(@OGUID+2534, 1733, 0, 267, 460, 1, 1, -318.377, -365.531, 68.8522, 1.27409, 0, 0, 0.594822, 0.803857, 900, 255, 1, '', 50664, NULL), +(@OGUID+2535, 1733, 0, 267, 0, 1, 1, -703.013, -980.705, 46.6122, 1.41372, 0, 0, 0.649447, 0.760406, 900, 255, 1, '', 49345, NULL), +(@OGUID+2536, 1735, 0, 267, 1680, 1, 1, -188.376, -353.486, 54.2951, 1.0472, 0, 0, 0.5, 0.866025, 900, 255, 1, '', 52237, NULL), +(@OGUID+2537, 1735, 0, 267, 0, 1, 1, -1012.89, -1185.04, 65.5292, 1.65806, 0, 0, 0.737277, 0.675591, 900, 255, 1, '', 48632, NULL), +(@OGUID+2538, 1735, 0, 267, 0, 1, 1, -1110.85, -1301.28, 60.684, 3.75246, 0, 0, -0.953716, 0.300708, 900, 255, 1, '', 50664, NULL), +(@OGUID+2539, 1735, 0, 267, 0, 1, 1, -1236.35, -986.903, 16.5418, 4.95674, 0, 0, -0.615661, 0.788011, 900, 255, 1, '', 49345, NULL), +(@OGUID+2540, 1735, 0, 267, 0, 1, 1, -1373.79, -1072.68, 19.7061, 2.21657, 0, 0, 0.894934, 0.446199, 900, 255, 1, '', 49345, NULL), +(@OGUID+2541, 1735, 0, 267, 0, 1, 1, -152.853, -402.945, 90.7132, 2.04204, 0, 0, 0.85264, 0.522499, 900, 255, 1, '', 50664, NULL), +(@OGUID+2542, 1735, 0, 267, 0, 1, 1, -156.596, -312.964, 53.5226, 2.67035, 0, 0, 0.972369, 0.233448, 900, 255, 1, '', 50063, NULL), +(@OGUID+2543, 1735, 0, 267, 0, 1, 1, -166.388, -198.118, 109.465, 2.51327, 0, 0, 0.951056, 0.309017, 900, 255, 1, '', 49345, NULL), +(@OGUID+2544, 1735, 0, 267, 0, 1, 1, -175.098, -386.277, 51.7808, 1.93731, 0, 0, 0.824125, 0.566408, 900, 255, 1, '', 50664, NULL), +(@OGUID+2545, 1735, 0, 267, 0, 1, 1, -190.746, -312.664, 73.9734, 2.53072, 0, 0, 0.953716, 0.300708, 900, 255, 1, '', 49936, NULL), +(@OGUID+2546, 1735, 0, 267, 0, 1, 1, -200.169, -357.171, 72.8802, 1.88495, 0, 0, 0.809016, 0.587786, 900, 255, 1, '', 49345, NULL), +(@OGUID+2547, 1735, 0, 267, 0, 1, 1, -203.769, -338.907, 55.2152, 0.925024, 0, 0, 0.446198, 0.894935, 900, 255, 1, '', 48120, NULL), +(@OGUID+2548, 1735, 0, 267, 0, 1, 1, -241.383, -330.625, 46.4368, 0.122173, 0, 0, 0.0610485, 0.998135, 900, 255, 1, '', 50664, NULL), +(@OGUID+2549, 1735, 0, 267, 0, 1, 1, -253.921, -378.497, 47.6516, 6.16101, 0, 0, -0.0610485, 0.998135, 900, 255, 1, '', 50664, NULL), +(@OGUID+2550, 1735, 0, 267, 0, 1, 1, -256.987, -1494.96, 100.147, 6.16101, 0, 0, -0.0610485, 0.998135, 900, 255, 1, '', 50664, NULL), +(@OGUID+2551, 1735, 0, 267, 0, 1, 1, -261.954, -1771.5, 128.367, 0.418879, 0, 0, 0.207911, 0.978148, 900, 255, 1, '', 48632, NULL), +(@OGUID+2552, 1735, 0, 267, 0, 1, 1, -265.678, -269.988, 52.5609, 0.767944, 0, 0, 0.374606, 0.927184, 900, 255, 1, '', 49822, NULL), +(@OGUID+2553, 1735, 0, 267, 0, 1, 1, -271.124, -337.963, 64.5877, 6.14356, 0, 0, -0.0697556, 0.997564, 900, 255, 1, '', 50664, NULL), +(@OGUID+2554, 1735, 0, 267, 0, 1, 1, -317.189, -300.147, 44.563, 2.47837, 0, 0, 0.945518, 0.325568, 900, 255, 1, '', 48632, NULL), +(@OGUID+2555, 1735, 0, 267, 0, 1, 1, -356.236, -1705.29, 96.5566, 5.49779, 0, 0, -0.382683, 0.92388, 900, 255, 1, '', 49822, NULL), +(@OGUID+2556, 1735, 0, 267, 0, 1, 1, -498.583, -1658.01, 84.0551, 2.37364, 0, 0, 0.927183, 0.374608, 900, 255, 1, '', 50664, NULL), +(@OGUID+2557, 1735, 0, 267, 0, 1, 1, -558.954, -1738.67, 75.4942, 4.50295, 0, 0, -0.777145, 0.629321, 900, 255, 1, '', 50172, NULL), +(@OGUID+2558, 1735, 0, 267, 0, 1, 1, -1171.69, -1305.33, 86.2144, 1.83259, 0, 0, 0.793353, 0.608762, 900, 255, 1, '', 46368, NULL), +(@OGUID+2559, 1735, 0, 267, 0, 1, 1, 321.191, -1061.54, 97.7876, 1.83259, 0, 0, 0.793353, 0.608762, 900, 255, 1, '', 46779, NULL), +(@OGUID+2560, 1735, 0, 267, 1057, 1, 1, -578.061, -1840.35, 58.6231, 1.02974, 0, 0, 0.492423, 0.870356, 900, 255, 1, '', 46368, NULL), +(@OGUID+2561, 1735, 0, 267, 272, 1, 1, -1212.15, -1247.16, 52.4297, 3.35105, 0, 0, -0.994521, 0.104536, 900, 255, 1, '', 52237, NULL), +(@OGUID+2562, 1735, 0, 267, 275, 1, 1, -284.476, -1593.24, 96.5185, 3.59538, 0, 0, -0.97437, 0.224951, 900, 255, 1, '', 52237, NULL), +(@OGUID+2563, 1735, 0, 267, 286, 1, 1, -156.347, -135.198, 114.634, 0.750491, 0, 0, 0.366501, 0.930418, 900, 255, 1, '', 52237, NULL), +(@OGUID+2564, 1735, 0, 267, 290, 1, 1, -1179.44, -1261.21, 50.4825, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 52237, NULL), +(@OGUID+2565, 1735, 0, 267, 290, 1, 1, -1389.83, -1202.56, 54.0563, 0.383971, 0, 0, 0.190808, 0.981627, 900, 255, 1, '', 52237, NULL), +(@OGUID+2566, 1735, 0, 267, 896, 1, 1, -1329.09, 469.776, 34.2974, 5.02655, 0, 0, -0.587785, 0.809017, 900, 255, 1, '', 46368, NULL), +(@OGUID+2567, 1735, 0, 267, 1680, 1, 1, -164.338, -497.122, 80.3264, 3.76991, 0, 0, -0.951056, 0.309017, 900, 255, 1, '', 46248, NULL), +(@OGUID+2568, 1735, 0, 267, 1680, 1, 1, -274.632, -415.753, 68.9685, 4.20625, 0, 0, -0.861629, 0.507539, 900, 255, 1, '', 46182, NULL), +(@OGUID+2569, 1735, 0, 267, 1680, 1, 1, -71.7572, -460.453, 102.154, 0.698131, 0, 0, 0.34202, 0.939693, 900, 255, 1, '', 46368, NULL), +(@OGUID+2570, 1735, 0, 267, 460, 1, 1, -438.232, -1829.24, 80.8482, 3.4034, 0, 0, -0.991445, 0.130528, 900, 255, 1, '', 50664, NULL), +(@OGUID+2571, 1735, 0, 267, 1857, 1, 1, -1155.32, -1349.64, 58.0543, 3.42085, 0, 0, -0.990268, 0.139175, 900, 255, 1, '', 46902, NULL), +(@OGUID+2572, 1734, 0, 267, 1680, 1, 1, -188.376, -353.486, 54.2951, 1.0472, 0, 0, 0.5, 0.866025, 900, 255, 1, '', 52237, NULL), +(@OGUID+2573, 1734, 0, 267, 0, 1, 1, -1012.89, -1185.04, 65.5292, 1.65806, 0, 0, 0.737277, 0.675591, 900, 255, 1, '', 48632, NULL), +(@OGUID+2574, 1734, 0, 267, 0, 1, 1, -1110.85, -1301.28, 60.684, 3.75246, 0, 0, -0.953716, 0.300708, 900, 255, 1, '', 50664, NULL), +(@OGUID+2575, 1734, 0, 267, 0, 1, 1, -1236.35, -986.903, 16.5418, 4.95674, 0, 0, -0.615661, 0.788011, 900, 255, 1, '', 49345, NULL), +(@OGUID+2576, 1734, 0, 267, 0, 1, 1, -1373.79, -1072.68, 19.7061, 2.21657, 0, 0, 0.894934, 0.446199, 900, 255, 1, '', 49345, NULL), +(@OGUID+2577, 1734, 0, 267, 0, 1, 1, -152.853, -402.945, 90.7132, 2.04204, 0, 0, 0.85264, 0.522499, 900, 255, 1, '', 50664, NULL), +(@OGUID+2578, 1734, 0, 267, 0, 1, 1, -156.596, -312.964, 53.5226, 2.67035, 0, 0, 0.972369, 0.233448, 900, 255, 1, '', 50063, NULL), +(@OGUID+2579, 1734, 0, 267, 0, 1, 1, -166.388, -198.118, 109.465, 2.51327, 0, 0, 0.951056, 0.309017, 900, 255, 1, '', 49345, NULL), +(@OGUID+2580, 1734, 0, 267, 0, 1, 1, -175.098, -386.277, 51.7808, 1.93731, 0, 0, 0.824125, 0.566408, 900, 255, 1, '', 50664, NULL), +(@OGUID+2581, 1734, 0, 267, 0, 1, 1, -190.746, -312.664, 73.9734, 2.53072, 0, 0, 0.953716, 0.300708, 900, 255, 1, '', 49936, NULL), +(@OGUID+2582, 1734, 0, 267, 0, 1, 1, -200.169, -357.171, 72.8802, 1.88495, 0, 0, 0.809016, 0.587786, 900, 255, 1, '', 49345, NULL), +(@OGUID+2583, 1734, 0, 267, 0, 1, 1, -203.769, -338.907, 55.2152, 0.925024, 0, 0, 0.446198, 0.894935, 900, 255, 1, '', 48120, NULL), +(@OGUID+2584, 1734, 0, 267, 0, 1, 1, -241.383, -330.625, 46.4368, 0.122173, 0, 0, 0.0610485, 0.998135, 900, 255, 1, '', 50664, NULL), +(@OGUID+2585, 1734, 0, 267, 0, 1, 1, -253.921, -378.497, 47.6516, 6.16101, 0, 0, -0.0610485, 0.998135, 900, 255, 1, '', 50664, NULL), +(@OGUID+2586, 1734, 0, 267, 0, 1, 1, -256.987, -1494.96, 100.147, 6.16101, 0, 0, -0.0610485, 0.998135, 900, 255, 1, '', 50664, NULL), +(@OGUID+2587, 1734, 0, 267, 0, 1, 1, -261.954, -1771.5, 128.367, 0.418879, 0, 0, 0.207911, 0.978148, 900, 255, 1, '', 48632, NULL), +(@OGUID+2588, 1734, 0, 267, 0, 1, 1, -265.678, -269.988, 52.5609, 0.767944, 0, 0, 0.374606, 0.927184, 900, 255, 1, '', 49822, NULL), +(@OGUID+2589, 1734, 0, 267, 0, 1, 1, -271.124, -337.963, 64.5877, 6.14356, 0, 0, -0.0697556, 0.997564, 900, 255, 1, '', 50664, NULL), +(@OGUID+2590, 1734, 0, 267, 0, 1, 1, -317.189, -300.147, 44.563, 2.47837, 0, 0, 0.945518, 0.325568, 900, 255, 1, '', 48632, NULL), +(@OGUID+2591, 1734, 0, 267, 0, 1, 1, -356.236, -1705.29, 96.5566, 5.49779, 0, 0, -0.382683, 0.92388, 900, 255, 1, '', 49822, NULL), +(@OGUID+2592, 1734, 0, 267, 0, 1, 1, -498.583, -1658.01, 84.0551, 2.37364, 0, 0, 0.927183, 0.374608, 900, 255, 1, '', 50664, NULL), +(@OGUID+2593, 1734, 0, 267, 0, 1, 1, -558.954, -1738.67, 75.4942, 4.50295, 0, 0, -0.777145, 0.629321, 900, 255, 1, '', 50172, NULL), +(@OGUID+2594, 1734, 0, 267, 0, 1, 1, -1171.69, -1305.33, 86.2144, 1.83259, 0, 0, 0.793353, 0.608762, 900, 255, 1, '', 46368, NULL), +(@OGUID+2595, 1734, 0, 267, 0, 1, 1, 321.191, -1061.54, 97.7876, 1.83259, 0, 0, 0.793353, 0.608762, 900, 255, 1, '', 46779, NULL), +(@OGUID+2596, 1734, 0, 267, 1057, 1, 1, -578.061, -1840.35, 58.6231, 1.02974, 0, 0, 0.492423, 0.870356, 900, 255, 1, '', 46368, NULL), +(@OGUID+2597, 1734, 0, 267, 272, 1, 1, -1212.15, -1247.16, 52.4297, 3.35105, 0, 0, -0.994521, 0.104536, 900, 255, 1, '', 52237, NULL), +(@OGUID+2598, 1734, 0, 267, 275, 1, 1, -284.476, -1593.24, 96.5185, 3.59538, 0, 0, -0.97437, 0.224951, 900, 255, 1, '', 52237, NULL), +(@OGUID+2599, 1734, 0, 267, 286, 1, 1, -156.347, -135.198, 114.634, 0.750491, 0, 0, 0.366501, 0.930418, 900, 255, 1, '', 52237, NULL), +(@OGUID+2600, 1734, 0, 267, 290, 1, 1, -1179.44, -1261.21, 50.4825, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 52237, NULL), +(@OGUID+2601, 1734, 0, 267, 290, 1, 1, -1389.83, -1202.56, 54.0563, 0.383971, 0, 0, 0.190808, 0.981627, 900, 255, 1, '', 52237, NULL), +(@OGUID+2602, 1734, 0, 267, 896, 1, 1, -1329.09, 469.776, 34.2974, 5.02655, 0, 0, -0.587785, 0.809017, 900, 255, 1, '', 46368, NULL), +(@OGUID+2603, 1734, 0, 267, 1680, 1, 1, -164.338, -497.122, 80.3264, 3.76991, 0, 0, -0.951056, 0.309017, 900, 255, 1, '', 46248, NULL), +(@OGUID+2604, 1734, 0, 267, 1680, 1, 1, -274.632, -415.753, 68.9685, 4.20625, 0, 0, -0.861629, 0.507539, 900, 255, 1, '', 46182, NULL), +(@OGUID+2605, 1734, 0, 267, 1680, 1, 1, -71.7572, -460.453, 102.154, 0.698131, 0, 0, 0.34202, 0.939693, 900, 255, 1, '', 46368, NULL), +(@OGUID+2606, 1734, 0, 267, 460, 1, 1, -438.232, -1829.24, 80.8482, 3.4034, 0, 0, -0.991445, 0.130528, 900, 255, 1, '', 50664, NULL), +(@OGUID+2607, 1734, 0, 267, 1857, 1, 1, -1155.32, -1349.64, 58.0543, 3.42085, 0, 0, -0.990268, 0.139175, 900, 255, 1, '', 46902, NULL), +(@OGUID+2608, 1733, 0, 267, 1680, 1, 1, -188.376, -353.486, 54.2951, 1.0472, 0, 0, 0.5, 0.866025, 900, 255, 1, '', 52237, NULL), +(@OGUID+2609, 1733, 0, 267, 0, 1, 1, -1012.89, -1185.04, 65.5292, 1.65806, 0, 0, 0.737277, 0.675591, 900, 255, 1, '', 48632, NULL), +(@OGUID+2610, 1733, 0, 267, 0, 1, 1, -1110.85, -1301.28, 60.684, 3.75246, 0, 0, -0.953716, 0.300708, 900, 255, 1, '', 50664, NULL), +(@OGUID+2611, 1733, 0, 267, 0, 1, 1, -1236.35, -986.903, 16.5418, 4.95674, 0, 0, -0.615661, 0.788011, 900, 255, 1, '', 49345, NULL), +(@OGUID+2612, 1733, 0, 267, 0, 1, 1, -1373.79, -1072.68, 19.7061, 2.21657, 0, 0, 0.894934, 0.446199, 900, 255, 1, '', 49345, NULL), +(@OGUID+2613, 1733, 0, 267, 0, 1, 1, -152.853, -402.945, 90.7132, 2.04204, 0, 0, 0.85264, 0.522499, 900, 255, 1, '', 50664, NULL), +(@OGUID+2614, 1733, 0, 267, 0, 1, 1, -156.596, -312.964, 53.5226, 2.67035, 0, 0, 0.972369, 0.233448, 900, 255, 1, '', 50063, NULL), +(@OGUID+2615, 1733, 0, 267, 0, 1, 1, -166.388, -198.118, 109.465, 2.51327, 0, 0, 0.951056, 0.309017, 900, 255, 1, '', 49345, NULL), +(@OGUID+2616, 1733, 0, 267, 0, 1, 1, -175.098, -386.277, 51.7808, 1.93731, 0, 0, 0.824125, 0.566408, 900, 255, 1, '', 50664, NULL), +(@OGUID+2617, 1733, 0, 267, 0, 1, 1, -190.746, -312.664, 73.9734, 2.53072, 0, 0, 0.953716, 0.300708, 900, 255, 1, '', 49936, NULL), +(@OGUID+2618, 1733, 0, 267, 0, 1, 1, -200.169, -357.171, 72.8802, 1.88495, 0, 0, 0.809016, 0.587786, 900, 255, 1, '', 49345, NULL), +(@OGUID+2619, 1733, 0, 267, 0, 1, 1, -203.769, -338.907, 55.2152, 0.925024, 0, 0, 0.446198, 0.894935, 900, 255, 1, '', 48120, NULL), +(@OGUID+2620, 1733, 0, 267, 0, 1, 1, -241.383, -330.625, 46.4368, 0.122173, 0, 0, 0.0610485, 0.998135, 900, 255, 1, '', 50664, NULL), +(@OGUID+2621, 1733, 0, 267, 0, 1, 1, -253.921, -378.497, 47.6516, 6.16101, 0, 0, -0.0610485, 0.998135, 900, 255, 1, '', 50664, NULL), +(@OGUID+2622, 1733, 0, 267, 0, 1, 1, -256.987, -1494.96, 100.147, 6.16101, 0, 0, -0.0610485, 0.998135, 900, 255, 1, '', 50664, NULL), +(@OGUID+2623, 1733, 0, 267, 0, 1, 1, -261.954, -1771.5, 128.367, 0.418879, 0, 0, 0.207911, 0.978148, 900, 255, 1, '', 48632, NULL), +(@OGUID+2624, 1733, 0, 267, 0, 1, 1, -265.678, -269.988, 52.5609, 0.767944, 0, 0, 0.374606, 0.927184, 900, 255, 1, '', 49822, NULL), +(@OGUID+2625, 1733, 0, 267, 0, 1, 1, -271.124, -337.963, 64.5877, 6.14356, 0, 0, -0.0697556, 0.997564, 900, 255, 1, '', 50664, NULL), +(@OGUID+2626, 1733, 0, 267, 0, 1, 1, -317.189, -300.147, 44.563, 2.47837, 0, 0, 0.945518, 0.325568, 900, 255, 1, '', 48632, NULL), +(@OGUID+2627, 1733, 0, 267, 0, 1, 1, -356.236, -1705.29, 96.5566, 5.49779, 0, 0, -0.382683, 0.92388, 900, 255, 1, '', 49822, NULL), +(@OGUID+2628, 1733, 0, 267, 0, 1, 1, -498.583, -1658.01, 84.0551, 2.37364, 0, 0, 0.927183, 0.374608, 900, 255, 1, '', 50664, NULL), +(@OGUID+2629, 1733, 0, 267, 0, 1, 1, -558.954, -1738.67, 75.4942, 4.50295, 0, 0, -0.777145, 0.629321, 900, 255, 1, '', 50172, NULL), +(@OGUID+2630, 1733, 0, 267, 0, 1, 1, -1171.69, -1305.33, 86.2144, 1.83259, 0, 0, 0.793353, 0.608762, 900, 255, 1, '', 46368, NULL), +(@OGUID+2631, 1733, 0, 267, 0, 1, 1, 321.191, -1061.54, 97.7876, 1.83259, 0, 0, 0.793353, 0.608762, 900, 255, 1, '', 46779, NULL), +(@OGUID+2632, 1733, 0, 267, 1057, 1, 1, -578.061, -1840.35, 58.6231, 1.02974, 0, 0, 0.492423, 0.870356, 900, 255, 1, '', 46368, NULL), +(@OGUID+2633, 1733, 0, 267, 272, 1, 1, -1212.15, -1247.16, 52.4297, 3.35105, 0, 0, -0.994521, 0.104536, 900, 255, 1, '', 52237, NULL), +(@OGUID+2634, 1733, 0, 267, 275, 1, 1, -284.476, -1593.24, 96.5185, 3.59538, 0, 0, -0.97437, 0.224951, 900, 255, 1, '', 52237, NULL), +(@OGUID+2635, 1733, 0, 267, 286, 1, 1, -156.347, -135.198, 114.634, 0.750491, 0, 0, 0.366501, 0.930418, 900, 255, 1, '', 52237, NULL), +(@OGUID+2636, 1733, 0, 267, 290, 1, 1, -1179.44, -1261.21, 50.4825, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 52237, NULL), +(@OGUID+2637, 1733, 0, 267, 290, 1, 1, -1389.83, -1202.56, 54.0563, 0.383971, 0, 0, 0.190808, 0.981627, 900, 255, 1, '', 52237, NULL), +(@OGUID+2638, 1733, 0, 267, 896, 1, 1, -1329.09, 469.776, 34.2974, 5.02655, 0, 0, -0.587785, 0.809017, 900, 255, 1, '', 46368, NULL), +(@OGUID+2639, 1733, 0, 267, 1680, 1, 1, -164.338, -497.122, 80.3264, 3.76991, 0, 0, -0.951056, 0.309017, 900, 255, 1, '', 46248, NULL), +(@OGUID+2640, 1733, 0, 267, 1680, 1, 1, -274.632, -415.753, 68.9685, 4.20625, 0, 0, -0.861629, 0.507539, 900, 255, 1, '', 46182, NULL), +(@OGUID+2641, 1733, 0, 267, 1680, 1, 1, -71.7572, -460.453, 102.154, 0.698131, 0, 0, 0.34202, 0.939693, 900, 255, 1, '', 46368, NULL), +(@OGUID+2642, 1733, 0, 267, 460, 1, 1, -438.232, -1829.24, 80.8482, 3.4034, 0, 0, -0.991445, 0.130528, 900, 255, 1, '', 50664, NULL), +(@OGUID+2643, 1733, 0, 267, 1857, 1, 1, -1155.32, -1349.64, 58.0543, 3.42085, 0, 0, -0.990268, 0.139175, 900, 255, 1, '', 46902, NULL), +(@OGUID+2644, 2040, 0, 267, 0, 1, 1, -121.89, -364.606, 53.3096, 5.09636, 0, 0, -0.559193, 0.829038, 900, 255, 1, '', 50664, NULL), +(@OGUID+2645, 2040, 0, 267, 0, 1, 1, -154.448, -345.575, 50.5997, 1.27409, 0, 0, 0.594822, 0.803857, 900, 255, 1, '', 48120, NULL), +(@OGUID+2646, 2040, 0, 267, 0, 1, 1, -219.275, -317.052, 73.0997, 3.63029, 0, 0, -0.970295, 0.241925, 900, 255, 1, '', 50664, NULL), +(@OGUID+2647, 2040, 0, 267, 0, 1, 1, -252.057, -306.233, 54.1448, 3.35105, 0, 0, -0.994521, 0.104536, 900, 255, 1, '', 49345, NULL), +(@OGUID+2648, 2040, 0, 267, 0, 1, 1, -275.034, -384.039, 65.8411, 1.93731, 0, 0, 0.824125, 0.566408, 900, 255, 1, '', 50664, NULL), +(@OGUID+2649, 2040, 0, 267, 1056, 1, 1, -291.373, -291.808, 44.137, 1.97222, 0, 0, 0.833885, 0.551938, 900, 255, 1, '', 52237, NULL), +(@OGUID+2650, 2040, 0, 36, 272, 1, 1, 669.802, -606.522, 163.762, 2.1293, 0, 0, 0.874619, 0.48481, 900, 255, 1, '', 50664, NULL), +(@OGUID+2651, 1734, 0, 267, 0, 1, 1, -121.89, -364.606, 53.3096, 5.09636, 0, 0, -0.559193, 0.829038, 900, 255, 1, '', 50664, NULL), +(@OGUID+2652, 1734, 0, 267, 0, 1, 1, -154.448, -345.575, 50.5997, 1.27409, 0, 0, 0.594822, 0.803857, 900, 255, 1, '', 48120, NULL), +(@OGUID+2653, 1734, 0, 267, 0, 1, 1, -219.275, -317.052, 73.0997, 3.63029, 0, 0, -0.970295, 0.241925, 900, 255, 1, '', 50664, NULL), +(@OGUID+2654, 1734, 0, 267, 0, 1, 1, -252.057, -306.233, 54.1448, 3.35105, 0, 0, -0.994521, 0.104536, 900, 255, 1, '', 49345, NULL), +(@OGUID+2655, 1734, 0, 267, 0, 1, 1, -275.034, -384.039, 65.8411, 1.93731, 0, 0, 0.824125, 0.566408, 900, 255, 1, '', 50664, NULL), +(@OGUID+2656, 1734, 0, 267, 1056, 1, 1, -291.373, -291.808, 44.137, 1.97222, 0, 0, 0.833885, 0.551938, 900, 255, 1, '', 52237, NULL), +(@OGUID+2657, 1734, 0, 36, 272, 1, 1, 669.802, -606.522, 163.762, 2.1293, 0, 0, 0.874619, 0.48481, 900, 255, 1, '', 50664, NULL), +(@OGUID+2658, 2047, 0, 267, 0, 1, 1, -121.89, -364.606, 53.3096, 5.09636, 0, 0, -0.559193, 0.829038, 900, 255, 1, '', 50664, NULL), +(@OGUID+2659, 2047, 0, 267, 0, 1, 1, -154.448, -345.575, 50.5997, 1.27409, 0, 0, 0.594822, 0.803857, 900, 255, 1, '', 48120, NULL), +(@OGUID+2660, 2047, 0, 267, 0, 1, 1, -219.275, -317.052, 73.0997, 3.63029, 0, 0, -0.970295, 0.241925, 900, 255, 1, '', 50664, NULL), +(@OGUID+2661, 2047, 0, 267, 0, 1, 1, -252.057, -306.233, 54.1448, 3.35105, 0, 0, -0.994521, 0.104536, 900, 255, 1, '', 49345, NULL), +(@OGUID+2662, 2047, 0, 267, 0, 1, 1, -275.034, -384.039, 65.8411, 1.93731, 0, 0, 0.824125, 0.566408, 900, 255, 1, '', 50664, NULL), +(@OGUID+2663, 2047, 0, 267, 1056, 1, 1, -291.373, -291.808, 44.137, 1.97222, 0, 0, 0.833885, 0.551938, 900, 255, 1, '', 52237, NULL), +(@OGUID+2664, 2047, 0, 36, 272, 1, 1, 669.802, -606.522, 163.762, 2.1293, 0, 0, 0.874619, 0.48481, 900, 255, 1, '', 50664, NULL), +(@OGUID+2665, 103711, 0, 267, 0, 1, 1, -690.622498, 168.78, 18.368, 3.05433, 0, 0, 0.999048, 0.0436193, 900, 255, 1, '', -48340, 'Original position_x: -688.964'), +(@OGUID+2666, 103711, 0, 267, 0, 1, 1, -701.806, 50.6085, 14.2192, 3.00195, 0, 0, 0.997563, 0.0697661, 900, 255, 1, '', 48632, NULL), +(@OGUID+2667, 103711, 0, 267, 0, 1, 1, -736.823, 43.7604, 12.0023, 0.453785, 0, 0, 0.224951, 0.97437, 900, 255, 1, '', 49345, NULL), +(@OGUID+2668, 103711, 0, 267, 0, 1, 1, -753.013, 60.5743, 13.9019, 4.18879, 0, 0, -0.866025, 0.500001, 900, 255, 1, '', 50664, NULL), +(@OGUID+2669, 103711, 0, 267, 0, 1, 1, -786.916, 36.4646, 15.6267, 5.93412, 0, 0, -0.173648, 0.984808, 900, 255, 1, '', 48340, NULL), +(@OGUID+2670, 103711, 0, 267, 0, 1, 1, -791.245, 147.029, 4.00136, 5.41052, 0, 0, -0.422618, 0.906308, 900, 255, 1, '', 50664, NULL), +(@OGUID+2671, 103711, 0, 267, 0, 1, 1, -802.309, 104.239, 8.29598, 0.872664, 0, 0, 0.422618, 0.906308, 900, 255, 1, '', 49345, NULL), +(@OGUID+2672, 103711, 0, 267, 0, 1, 1, -814.69, 61.7938, 7.22033, 3.76991, 0, 0, -0.951056, 0.309017, 900, 255, 1, '', 49345, NULL), +(@OGUID+2673, 103711, 0, 267, 0, 1, 1, -816.58, 164.147, 4.45748, 4.31097, 0, 0, -0.833885, 0.551938, 900, 255, 1, '', 50250, NULL), +(@OGUID+2674, 103711, 0, 267, 0, 1, 1, -819.406, 157.641, 17.9377, 1.39626, 0, 0, 0.642787, 0.766045, 900, 255, 1, '', 49345, NULL), +(@OGUID+2675, 103711, 0, 267, 0, 1, 1, -836.446, 206.451, 8.58227, 5.72468, 0, 0, -0.275637, 0.961262, 900, 255, 1, '', 48340, NULL), +(@OGUID+2676, 103711, 0, 267, 0, 1, 1, -837.585, 81.8425, 3.4292, 4.88692, 0, 0, -0.642787, 0.766045, 900, 255, 1, '', 49345, NULL), +(@OGUID+2677, 103711, 0, 267, 9, 1, 1, -743.478, 134.3, 22.1042, 2.23402, 0, 0, 0.898793, 0.438373, 900, 255, 1, '', 48632, NULL), +(@OGUID+2678, 103711, 0, 267, 1637, 1, 1, -772.392, 120.247, 17.784, 5.77704, 0, 0, -0.25038, 0.968148, 900, 255, 1, '', 50664, NULL), +(@OGUID+2679, 103711, 0, 267, 0, 1, 1, -772.421, 158.365, 21.1145, 5.41052, 0, 0, -0.422618, 0.906308, 900, 255, 1, '', 52237, NULL), +(@OGUID+2680, 103711, 0, 267, 0, 1, 1, -825.319, 183.787, 22.0279, 0.628317, 0, 0, 0.309016, 0.951057, 900, 255, 1, '', 49345, NULL), +(@OGUID+2681, 103711, 0, 267, 4620, 1, 1, -731.496, 92.5911, 14.9298, 6.02139, 0, 0, -0.130526, 0.991445, 900, 255, 1, '', 50250, NULL), +(@OGUID+2682, 105569, 0, 267, 0, 1, 1, -690.622498, 168.78, 18.368, 3.05433, 0, 0, 0.999048, 0.0436193, 900, 255, 1, '', -48340, 'Original position_x: -688.964'), +(@OGUID+2683, 105569, 0, 267, 0, 1, 1, -701.806, 50.6085, 14.2192, 3.00195, 0, 0, 0.997563, 0.0697661, 900, 255, 1, '', 48632, NULL), +(@OGUID+2684, 105569, 0, 267, 0, 1, 1, -736.823, 43.7604, 12.0023, 0.453785, 0, 0, 0.224951, 0.97437, 900, 255, 1, '', 49345, NULL), +(@OGUID+2685, 105569, 0, 267, 0, 1, 1, -753.013, 60.5743, 13.9019, 4.18879, 0, 0, -0.866025, 0.500001, 900, 255, 1, '', 50664, NULL), +(@OGUID+2686, 105569, 0, 267, 0, 1, 1, -786.916, 36.4646, 15.6267, 5.93412, 0, 0, -0.173648, 0.984808, 900, 255, 1, '', 48340, NULL), +(@OGUID+2687, 105569, 0, 267, 0, 1, 1, -791.245, 147.029, 4.00136, 5.41052, 0, 0, -0.422618, 0.906308, 900, 255, 1, '', 50664, NULL), +(@OGUID+2688, 105569, 0, 267, 0, 1, 1, -802.309, 104.239, 8.29598, 0.872664, 0, 0, 0.422618, 0.906308, 900, 255, 1, '', 49345, NULL), +(@OGUID+2689, 105569, 0, 267, 0, 1, 1, -814.69, 61.7938, 7.22033, 3.76991, 0, 0, -0.951056, 0.309017, 900, 255, 1, '', 49345, NULL), +(@OGUID+2690, 105569, 0, 267, 0, 1, 1, -816.58, 164.147, 4.45748, 4.31097, 0, 0, -0.833885, 0.551938, 900, 255, 1, '', 50250, NULL), +(@OGUID+2691, 105569, 0, 267, 0, 1, 1, -819.406, 157.641, 17.9377, 1.39626, 0, 0, 0.642787, 0.766045, 900, 255, 1, '', 49345, NULL), +(@OGUID+2692, 105569, 0, 267, 0, 1, 1, -836.446, 206.451, 8.58227, 5.72468, 0, 0, -0.275637, 0.961262, 900, 255, 1, '', 48340, NULL), +(@OGUID+2693, 105569, 0, 267, 0, 1, 1, -837.585, 81.8425, 3.4292, 4.88692, 0, 0, -0.642787, 0.766045, 900, 255, 1, '', 49345, NULL), +(@OGUID+2694, 105569, 0, 267, 9, 1, 1, -743.478, 134.3, 22.1042, 2.23402, 0, 0, 0.898793, 0.438373, 900, 255, 1, '', 48632, NULL), +(@OGUID+2695, 105569, 0, 267, 1637, 1, 1, -772.392, 120.247, 17.784, 5.77704, 0, 0, -0.25038, 0.968148, 900, 255, 1, '', 50664, NULL), +(@OGUID+2696, 105569, 0, 267, 0, 1, 1, -772.421, 158.365, 21.1145, 5.41052, 0, 0, -0.422618, 0.906308, 900, 255, 1, '', 52237, NULL), +(@OGUID+2697, 105569, 0, 267, 0, 1, 1, -825.319, 183.787, 22.0279, 0.628317, 0, 0, 0.309016, 0.951057, 900, 255, 1, '', 49345, NULL), +(@OGUID+2698, 105569, 0, 267, 4620, 1, 1, -731.496, 92.5911, 14.9298, 6.02139, 0, 0, -0.130526, 0.991445, 900, 255, 1, '', 50250, NULL); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+2426, @POOL_SINGLE+190, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein'), +(@OGUID+2427, @POOL_SINGLE+191, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein'), +(@OGUID+2428, @POOL_SINGLE+192, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein'), +(@OGUID+2429, @POOL_SINGLE+193, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein'), +(@OGUID+2430, @POOL_SINGLE+194, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein'), +(@OGUID+2431, @POOL_SINGLE+195, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein'), +(@OGUID+2432, @POOL_SINGLE+196, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein'), +(@OGUID+2433, @POOL_SINGLE+197, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein'), +(@OGUID+2434, @POOL_SINGLE+198, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein'), +(@OGUID+2435, @POOL_SINGLE+199, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein'), +(@OGUID+2436, @POOL_SINGLE+200, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein'), +(@OGUID+2437, @POOL_SINGLE+201, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein'), +(@OGUID+2438, @POOL_SINGLE+202, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein'), +(@OGUID+2439, @POOL_SINGLE+203, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein'), +(@OGUID+2440, @POOL_SINGLE+204, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein'), +(@OGUID+2441, @POOL_SINGLE+205, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein'), +(@OGUID+2442, @POOL_SINGLE+206, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein'), +(@OGUID+2443, @POOL_SINGLE+207, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein'), +(@OGUID+2444, @POOL_SINGLE+208, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein'), +(@OGUID+2445, @POOL_SINGLE+209, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein'), +(@OGUID+2446, @POOL_SINGLE+210, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein'), +(@OGUID+2447, @POOL_SINGLE+211, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein'), +(@OGUID+2448, @POOL_SINGLE+212, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein'), +(@OGUID+2449, @POOL_SINGLE+213, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein'), +(@OGUID+2450, @POOL_SINGLE+214, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein'), +(@OGUID+2451, @POOL_SINGLE+215, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein'), +(@OGUID+2452, @POOL_SINGLE+216, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein'), +(@OGUID+2453, @POOL_SINGLE+217, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein'), +(@OGUID+2454, @POOL_SINGLE+218, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein'), +(@OGUID+2455, @POOL_SINGLE+219, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein'), +(@OGUID+2456, @POOL_SINGLE+220, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein'), +(@OGUID+2457, @POOL_SINGLE+221, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein'), +(@OGUID+2458, @POOL_SINGLE+222, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein'), +(@OGUID+2459, @POOL_SINGLE+223, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein'), +(@OGUID+2460, @POOL_SINGLE+224, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein'), +(@OGUID+2461, @POOL_SINGLE+225, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein'), +(@OGUID+2462, @POOL_SINGLE+226, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein'), +(@OGUID+2463, @POOL_SINGLE+227, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein'), +(@OGUID+2464, @POOL_SINGLE+228, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein'), +(@OGUID+2465, @POOL_SINGLE+229, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein'), +(@OGUID+2466, @POOL_SINGLE+230, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein'), +(@OGUID+2467, @POOL_SINGLE+231, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein'), +(@OGUID+2468, @POOL_SINGLE+232, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein'), +(@OGUID+2469, @POOL_SINGLE+233, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein'), +(@OGUID+2470, @POOL_SINGLE+234, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein'), +(@OGUID+2471, @POOL_SINGLE+235, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein'), +(@OGUID+2472, @POOL_SINGLE+236, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein'), +(@OGUID+2473, @POOL_SINGLE+237, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein'), +(@OGUID+2474, @POOL_SINGLE+238, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein'), +(@OGUID+2475, @POOL_SINGLE+239, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein'), +(@OGUID+2476, @POOL_SINGLE+240, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein'), +(@OGUID+2477, @POOL_SINGLE+241, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein'), +(@OGUID+2478, @POOL_SINGLE+242, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein'), +(@OGUID+2479, @POOL_SINGLE+243, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein'), +(@OGUID+2480, @POOL_SINGLE+244, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein'), +(@OGUID+2481, @POOL_SINGLE+190, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2482, @POOL_SINGLE+191, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2483, @POOL_SINGLE+192, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2484, @POOL_SINGLE+193, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2485, @POOL_SINGLE+194, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2486, @POOL_SINGLE+195, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2487, @POOL_SINGLE+196, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2488, @POOL_SINGLE+197, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2489, @POOL_SINGLE+198, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2490, @POOL_SINGLE+199, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2491, @POOL_SINGLE+200, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2492, @POOL_SINGLE+201, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2493, @POOL_SINGLE+202, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2494, @POOL_SINGLE+203, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2495, @POOL_SINGLE+204, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2496, @POOL_SINGLE+205, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2497, @POOL_SINGLE+206, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2498, @POOL_SINGLE+207, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2499, @POOL_SINGLE+208, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2500, @POOL_SINGLE+209, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2501, @POOL_SINGLE+210, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2502, @POOL_SINGLE+211, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2503, @POOL_SINGLE+212, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2504, @POOL_SINGLE+213, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2505, @POOL_SINGLE+214, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2506, @POOL_SINGLE+215, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2507, @POOL_SINGLE+216, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2508, @POOL_SINGLE+217, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2509, @POOL_SINGLE+218, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2510, @POOL_SINGLE+219, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2511, @POOL_SINGLE+220, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2512, @POOL_SINGLE+221, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2513, @POOL_SINGLE+222, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2514, @POOL_SINGLE+223, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2515, @POOL_SINGLE+224, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2516, @POOL_SINGLE+225, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2517, @POOL_SINGLE+226, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2518, @POOL_SINGLE+227, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2519, @POOL_SINGLE+228, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2520, @POOL_SINGLE+229, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2521, @POOL_SINGLE+230, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2522, @POOL_SINGLE+231, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2523, @POOL_SINGLE+232, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2524, @POOL_SINGLE+233, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2525, @POOL_SINGLE+234, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2526, @POOL_SINGLE+235, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2527, @POOL_SINGLE+236, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2528, @POOL_SINGLE+237, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2529, @POOL_SINGLE+238, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2530, @POOL_SINGLE+239, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2531, @POOL_SINGLE+240, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2532, @POOL_SINGLE+241, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2533, @POOL_SINGLE+242, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2534, @POOL_SINGLE+243, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2535, @POOL_SINGLE+244, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2536, @POOL_SINGLE+245, 80, 'Hillsbrad Foothills - Ore Pool - Iron Deposit'), +(@OGUID+2537, @POOL_SINGLE+246, 80, 'Hillsbrad Foothills - Ore Pool - Iron Deposit'), +(@OGUID+2538, @POOL_SINGLE+247, 80, 'Hillsbrad Foothills - Ore Pool - Iron Deposit'), +(@OGUID+2539, @POOL_SINGLE+248, 80, 'Hillsbrad Foothills - Ore Pool - Iron Deposit'), +(@OGUID+2540, @POOL_SINGLE+249, 80, 'Hillsbrad Foothills - Ore Pool - Iron Deposit'), +(@OGUID+2541, @POOL_SINGLE+250, 80, 'Hillsbrad Foothills - Ore Pool - Iron Deposit'), +(@OGUID+2542, @POOL_SINGLE+251, 80, 'Hillsbrad Foothills - Ore Pool - Iron Deposit'), +(@OGUID+2543, @POOL_SINGLE+252, 80, 'Hillsbrad Foothills - Ore Pool - Iron Deposit'), +(@OGUID+2544, @POOL_SINGLE+253, 80, 'Hillsbrad Foothills - Ore Pool - Iron Deposit'), +(@OGUID+2545, @POOL_SINGLE+254, 80, 'Hillsbrad Foothills - Ore Pool - Iron Deposit'), +(@OGUID+2546, @POOL_SINGLE+255, 80, 'Hillsbrad Foothills - Ore Pool - Iron Deposit'), +(@OGUID+2547, @POOL_SINGLE+256, 80, 'Hillsbrad Foothills - Ore Pool - Iron Deposit'), +(@OGUID+2548, @POOL_SINGLE+257, 80, 'Hillsbrad Foothills - Ore Pool - Iron Deposit'), +(@OGUID+2549, @POOL_SINGLE+258, 80, 'Hillsbrad Foothills - Ore Pool - Iron Deposit'), +(@OGUID+2550, @POOL_SINGLE+259, 80, 'Hillsbrad Foothills - Ore Pool - Iron Deposit'), +(@OGUID+2551, @POOL_SINGLE+260, 80, 'Hillsbrad Foothills - Ore Pool - Iron Deposit'), +(@OGUID+2552, @POOL_SINGLE+261, 80, 'Hillsbrad Foothills - Ore Pool - Iron Deposit'), +(@OGUID+2553, @POOL_SINGLE+262, 80, 'Hillsbrad Foothills - Ore Pool - Iron Deposit'), +(@OGUID+2554, @POOL_SINGLE+263, 80, 'Hillsbrad Foothills - Ore Pool - Iron Deposit'), +(@OGUID+2555, @POOL_SINGLE+264, 80, 'Hillsbrad Foothills - Ore Pool - Iron Deposit'), +(@OGUID+2556, @POOL_SINGLE+265, 80, 'Hillsbrad Foothills - Ore Pool - Iron Deposit'), +(@OGUID+2557, @POOL_SINGLE+266, 80, 'Hillsbrad Foothills - Ore Pool - Iron Deposit'), +(@OGUID+2558, @POOL_SINGLE+267, 80, 'Hillsbrad Foothills - Ore Pool - Iron Deposit'), +(@OGUID+2559, @POOL_SINGLE+268, 80, 'Hillsbrad Foothills - Ore Pool - Iron Deposit'), +(@OGUID+2560, @POOL_SINGLE+269, 80, 'Hillsbrad Foothills - Ore Pool - Iron Deposit'), +(@OGUID+2561, @POOL_SINGLE+270, 80, 'Hillsbrad Foothills - Ore Pool - Iron Deposit'), +(@OGUID+2562, @POOL_SINGLE+271, 80, 'Hillsbrad Foothills - Ore Pool - Iron Deposit'), +(@OGUID+2563, @POOL_SINGLE+272, 80, 'Hillsbrad Foothills - Ore Pool - Iron Deposit'), +(@OGUID+2564, @POOL_SINGLE+273, 80, 'Hillsbrad Foothills - Ore Pool - Iron Deposit'), +(@OGUID+2565, @POOL_SINGLE+274, 80, 'Hillsbrad Foothills - Ore Pool - Iron Deposit'), +(@OGUID+2566, @POOL_SINGLE+275, 80, 'Hillsbrad Foothills - Ore Pool - Iron Deposit'), +(@OGUID+2567, @POOL_SINGLE+276, 80, 'Hillsbrad Foothills - Ore Pool - Iron Deposit'), +(@OGUID+2568, @POOL_SINGLE+277, 80, 'Hillsbrad Foothills - Ore Pool - Iron Deposit'), +(@OGUID+2569, @POOL_SINGLE+278, 80, 'Hillsbrad Foothills - Ore Pool - Iron Deposit'), +(@OGUID+2570, @POOL_SINGLE+279, 80, 'Hillsbrad Foothills - Ore Pool - Iron Deposit'), +(@OGUID+2571, @POOL_SINGLE+280, 80, 'Hillsbrad Foothills - Ore Pool - Iron Deposit'), +(@OGUID+2572, @POOL_SINGLE+245, 10, 'Hillsbrad Foothills - Ore Pool - Gold Vein'), +(@OGUID+2573, @POOL_SINGLE+246, 10, 'Hillsbrad Foothills - Ore Pool - Gold Vein'), +(@OGUID+2574, @POOL_SINGLE+247, 10, 'Hillsbrad Foothills - Ore Pool - Gold Vein'), +(@OGUID+2575, @POOL_SINGLE+248, 10, 'Hillsbrad Foothills - Ore Pool - Gold Vein'), +(@OGUID+2576, @POOL_SINGLE+249, 10, 'Hillsbrad Foothills - Ore Pool - Gold Vein'), +(@OGUID+2577, @POOL_SINGLE+250, 10, 'Hillsbrad Foothills - Ore Pool - Gold Vein'), +(@OGUID+2578, @POOL_SINGLE+251, 10, 'Hillsbrad Foothills - Ore Pool - Gold Vein'), +(@OGUID+2579, @POOL_SINGLE+252, 10, 'Hillsbrad Foothills - Ore Pool - Gold Vein'), +(@OGUID+2580, @POOL_SINGLE+253, 10, 'Hillsbrad Foothills - Ore Pool - Gold Vein'), +(@OGUID+2581, @POOL_SINGLE+254, 10, 'Hillsbrad Foothills - Ore Pool - Gold Vein'), +(@OGUID+2582, @POOL_SINGLE+255, 10, 'Hillsbrad Foothills - Ore Pool - Gold Vein'), +(@OGUID+2583, @POOL_SINGLE+256, 10, 'Hillsbrad Foothills - Ore Pool - Gold Vein'), +(@OGUID+2584, @POOL_SINGLE+257, 10, 'Hillsbrad Foothills - Ore Pool - Gold Vein'), +(@OGUID+2585, @POOL_SINGLE+258, 10, 'Hillsbrad Foothills - Ore Pool - Gold Vein'), +(@OGUID+2586, @POOL_SINGLE+259, 10, 'Hillsbrad Foothills - Ore Pool - Gold Vein'), +(@OGUID+2587, @POOL_SINGLE+260, 10, 'Hillsbrad Foothills - Ore Pool - Gold Vein'), +(@OGUID+2588, @POOL_SINGLE+261, 10, 'Hillsbrad Foothills - Ore Pool - Gold Vein'), +(@OGUID+2589, @POOL_SINGLE+262, 10, 'Hillsbrad Foothills - Ore Pool - Gold Vein'), +(@OGUID+2590, @POOL_SINGLE+263, 10, 'Hillsbrad Foothills - Ore Pool - Gold Vein'), +(@OGUID+2591, @POOL_SINGLE+264, 10, 'Hillsbrad Foothills - Ore Pool - Gold Vein'), +(@OGUID+2592, @POOL_SINGLE+265, 10, 'Hillsbrad Foothills - Ore Pool - Gold Vein'), +(@OGUID+2593, @POOL_SINGLE+266, 10, 'Hillsbrad Foothills - Ore Pool - Gold Vein'), +(@OGUID+2594, @POOL_SINGLE+267, 10, 'Hillsbrad Foothills - Ore Pool - Gold Vein'), +(@OGUID+2595, @POOL_SINGLE+268, 10, 'Hillsbrad Foothills - Ore Pool - Gold Vein'), +(@OGUID+2596, @POOL_SINGLE+269, 10, 'Hillsbrad Foothills - Ore Pool - Gold Vein'), +(@OGUID+2597, @POOL_SINGLE+270, 10, 'Hillsbrad Foothills - Ore Pool - Gold Vein'), +(@OGUID+2598, @POOL_SINGLE+271, 10, 'Hillsbrad Foothills - Ore Pool - Gold Vein'), +(@OGUID+2599, @POOL_SINGLE+272, 10, 'Hillsbrad Foothills - Ore Pool - Gold Vein'), +(@OGUID+2600, @POOL_SINGLE+273, 10, 'Hillsbrad Foothills - Ore Pool - Gold Vein'), +(@OGUID+2601, @POOL_SINGLE+274, 10, 'Hillsbrad Foothills - Ore Pool - Gold Vein'), +(@OGUID+2602, @POOL_SINGLE+275, 10, 'Hillsbrad Foothills - Ore Pool - Gold Vein'), +(@OGUID+2603, @POOL_SINGLE+276, 10, 'Hillsbrad Foothills - Ore Pool - Gold Vein'), +(@OGUID+2604, @POOL_SINGLE+277, 10, 'Hillsbrad Foothills - Ore Pool - Gold Vein'), +(@OGUID+2605, @POOL_SINGLE+278, 10, 'Hillsbrad Foothills - Ore Pool - Gold Vein'), +(@OGUID+2606, @POOL_SINGLE+279, 10, 'Hillsbrad Foothills - Ore Pool - Gold Vein'), +(@OGUID+2607, @POOL_SINGLE+280, 10, 'Hillsbrad Foothills - Ore Pool - Gold Vein'), +(@OGUID+2608, @POOL_SINGLE+245, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2609, @POOL_SINGLE+246, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2610, @POOL_SINGLE+247, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2611, @POOL_SINGLE+248, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2612, @POOL_SINGLE+249, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2613, @POOL_SINGLE+250, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2614, @POOL_SINGLE+251, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2615, @POOL_SINGLE+252, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2616, @POOL_SINGLE+253, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2617, @POOL_SINGLE+254, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2618, @POOL_SINGLE+255, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2619, @POOL_SINGLE+256, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2620, @POOL_SINGLE+257, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2621, @POOL_SINGLE+258, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2622, @POOL_SINGLE+259, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2623, @POOL_SINGLE+260, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2624, @POOL_SINGLE+261, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2625, @POOL_SINGLE+262, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2626, @POOL_SINGLE+263, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2627, @POOL_SINGLE+264, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2628, @POOL_SINGLE+265, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2629, @POOL_SINGLE+266, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2630, @POOL_SINGLE+267, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2631, @POOL_SINGLE+268, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2632, @POOL_SINGLE+269, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2633, @POOL_SINGLE+270, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2634, @POOL_SINGLE+271, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2635, @POOL_SINGLE+272, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2636, @POOL_SINGLE+273, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2637, @POOL_SINGLE+274, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2638, @POOL_SINGLE+275, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2639, @POOL_SINGLE+276, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2640, @POOL_SINGLE+277, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2641, @POOL_SINGLE+278, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2642, @POOL_SINGLE+279, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2643, @POOL_SINGLE+280, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein'), +(@OGUID+2644, @POOL_SINGLE+281, 80, 'Hillsbrad Foothills - Ore Pool - Mithril Deposit'), +(@OGUID+2645, @POOL_SINGLE+282, 80, 'Hillsbrad Foothills - Ore Pool - Mithril Deposit'), +(@OGUID+2646, @POOL_SINGLE+283, 80, 'Hillsbrad Foothills - Ore Pool - Mithril Deposit'), +(@OGUID+2647, @POOL_SINGLE+284, 80, 'Hillsbrad Foothills - Ore Pool - Mithril Deposit'), +(@OGUID+2648, @POOL_SINGLE+285, 80, 'Hillsbrad Foothills - Ore Pool - Mithril Deposit'), +(@OGUID+2649, @POOL_SINGLE+286, 80, 'Hillsbrad Foothills - Ore Pool - Mithril Deposit'), +(@OGUID+2650, @POOL_SINGLE+287, 80, 'Alterac Mountains - Ore Pool - Mithril Deposit'), +(@OGUID+2651, @POOL_SINGLE+281, 10, 'Hillsbrad Foothills - Ore Pool - Gold Vein'), +(@OGUID+2652, @POOL_SINGLE+282, 10, 'Hillsbrad Foothills - Ore Pool - Gold Vein'), +(@OGUID+2653, @POOL_SINGLE+283, 10, 'Hillsbrad Foothills - Ore Pool - Gold Vein'), +(@OGUID+2654, @POOL_SINGLE+284, 10, 'Hillsbrad Foothills - Ore Pool - Gold Vein'), +(@OGUID+2655, @POOL_SINGLE+285, 10, 'Hillsbrad Foothills - Ore Pool - Gold Vein'), +(@OGUID+2656, @POOL_SINGLE+286, 10, 'Hillsbrad Foothills - Ore Pool - Gold Vein'), +(@OGUID+2657, @POOL_SINGLE+287, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+2658, @POOL_SINGLE+281, 0, 'Hillsbrad Foothills - Ore Pool - Truesilver Deposit'), +(@OGUID+2659, @POOL_SINGLE+282, 0, 'Hillsbrad Foothills - Ore Pool - Truesilver Deposit'), +(@OGUID+2660, @POOL_SINGLE+283, 0, 'Hillsbrad Foothills - Ore Pool - Truesilver Deposit'), +(@OGUID+2661, @POOL_SINGLE+284, 0, 'Hillsbrad Foothills - Ore Pool - Truesilver Deposit'), +(@OGUID+2662, @POOL_SINGLE+285, 0, 'Hillsbrad Foothills - Ore Pool - Truesilver Deposit'), +(@OGUID+2663, @POOL_SINGLE+286, 0, 'Hillsbrad Foothills - Ore Pool - Truesilver Deposit'), +(@OGUID+2664, @POOL_SINGLE+287, 0, 'Alterac Mountains - Ore Pool - Truesilver Deposit'), +(@OGUID+2665, @POOL_SINGLE+288, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein (Azurelode)'), +(@OGUID+2666, @POOL_SINGLE+289, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein (Azurelode)'), +(@OGUID+2667, @POOL_SINGLE+290, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein (Azurelode)'), +(@OGUID+2668, @POOL_SINGLE+291, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein (Azurelode)'), +(@OGUID+2669, @POOL_SINGLE+292, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein (Azurelode)'), +(@OGUID+2670, @POOL_SINGLE+293, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein (Azurelode)'), +(@OGUID+2671, @POOL_SINGLE+294, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein (Azurelode)'), +(@OGUID+2672, @POOL_SINGLE+295, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein (Azurelode)'), +(@OGUID+2673, @POOL_SINGLE+296, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein (Azurelode)'), +(@OGUID+2674, @POOL_SINGLE+297, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein (Azurelode)'), +(@OGUID+2675, @POOL_SINGLE+298, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein (Azurelode)'), +(@OGUID+2676, @POOL_SINGLE+299, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein (Azurelode)'), +(@OGUID+2677, @POOL_SINGLE+300, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein (Azurelode)'), +(@OGUID+2678, @POOL_SINGLE+301, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein (Azurelode)'), +(@OGUID+2679, @POOL_SINGLE+302, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein (Azurelode)'), +(@OGUID+2680, @POOL_SINGLE+303, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein (Azurelode)'), +(@OGUID+2681, @POOL_SINGLE+304, 90, 'Hillsbrad Foothills - Ore Pool - Tin Vein (Azurelode)'), +(@OGUID+2682, @POOL_SINGLE+288, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein (Azurelode)'), +(@OGUID+2683, @POOL_SINGLE+289, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein (Azurelode)'), +(@OGUID+2684, @POOL_SINGLE+290, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein (Azurelode)'), +(@OGUID+2685, @POOL_SINGLE+291, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein (Azurelode)'), +(@OGUID+2686, @POOL_SINGLE+292, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein (Azurelode)'), +(@OGUID+2687, @POOL_SINGLE+293, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein (Azurelode)'), +(@OGUID+2688, @POOL_SINGLE+294, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein (Azurelode)'), +(@OGUID+2689, @POOL_SINGLE+295, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein (Azurelode)'), +(@OGUID+2690, @POOL_SINGLE+296, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein (Azurelode)'), +(@OGUID+2691, @POOL_SINGLE+297, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein (Azurelode)'), +(@OGUID+2692, @POOL_SINGLE+298, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein (Azurelode)'), +(@OGUID+2693, @POOL_SINGLE+299, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein (Azurelode)'), +(@OGUID+2694, @POOL_SINGLE+300, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein (Azurelode)'), +(@OGUID+2695, @POOL_SINGLE+301, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein (Azurelode)'), +(@OGUID+2696, @POOL_SINGLE+302, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein (Azurelode)'), +(@OGUID+2697, @POOL_SINGLE+303, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein (Azurelode)'), +(@OGUID+2698, @POOL_SINGLE+304, 0, 'Hillsbrad Foothills - Ore Pool - Silver Vein (Azurelode)'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_SINGLE+190, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+191, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+192, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+193, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+194, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+195, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+196, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+197, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+198, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+199, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+200, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+201, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+202, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+203, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+204, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+205, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+206, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+207, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+208, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+209, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+210, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+211, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+212, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+213, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+214, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+215, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+216, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+217, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+218, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+219, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+220, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+221, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+222, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+223, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+224, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+225, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+226, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+227, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+228, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+229, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+230, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+231, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+232, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+233, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+234, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+235, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+236, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+237, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+238, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+239, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+240, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+241, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+242, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+243, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+244, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein / Silver Vein'), + +(@POOL_SINGLE+245, 1, 'Hillsbrad Foothills - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+246, 1, 'Hillsbrad Foothills - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+247, 1, 'Hillsbrad Foothills - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+248, 1, 'Hillsbrad Foothills - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+249, 1, 'Hillsbrad Foothills - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+250, 1, 'Hillsbrad Foothills - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+251, 1, 'Hillsbrad Foothills - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+252, 1, 'Hillsbrad Foothills - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+253, 1, 'Hillsbrad Foothills - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+254, 1, 'Hillsbrad Foothills - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+255, 1, 'Hillsbrad Foothills - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+256, 1, 'Hillsbrad Foothills - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+257, 1, 'Hillsbrad Foothills - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+258, 1, 'Hillsbrad Foothills - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+259, 1, 'Hillsbrad Foothills - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+260, 1, 'Hillsbrad Foothills - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+261, 1, 'Hillsbrad Foothills - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+262, 1, 'Hillsbrad Foothills - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+263, 1, 'Hillsbrad Foothills - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+264, 1, 'Hillsbrad Foothills - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+265, 1, 'Hillsbrad Foothills - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+266, 1, 'Hillsbrad Foothills - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+267, 1, 'Hillsbrad Foothills - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+268, 1, 'Hillsbrad Foothills - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+269, 1, 'Hillsbrad Foothills - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+270, 1, 'Hillsbrad Foothills - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+271, 1, 'Hillsbrad Foothills - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+272, 1, 'Hillsbrad Foothills - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+273, 1, 'Hillsbrad Foothills - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+274, 1, 'Hillsbrad Foothills - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+275, 1, 'Hillsbrad Foothills - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+276, 1, 'Hillsbrad Foothills - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+277, 1, 'Hillsbrad Foothills - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+278, 1, 'Hillsbrad Foothills - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+279, 1, 'Hillsbrad Foothills - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+280, 1, 'Hillsbrad Foothills - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), + +(@POOL_SINGLE+281, 1, 'Hillsbrad Foothills - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+282, 1, 'Hillsbrad Foothills - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+283, 1, 'Hillsbrad Foothills - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+284, 1, 'Hillsbrad Foothills - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+285, 1, 'Hillsbrad Foothills - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+286, 1, 'Hillsbrad Foothills - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+287, 1, 'Hillsbrad Foothills - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), + +(@POOL_SINGLE+288, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein (Azurelode) / Silver Vein (Azurelode)'), +(@POOL_SINGLE+289, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein (Azurelode) / Silver Vein (Azurelode)'), +(@POOL_SINGLE+290, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein (Azurelode) / Silver Vein (Azurelode)'), +(@POOL_SINGLE+291, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein (Azurelode) / Silver Vein (Azurelode)'), +(@POOL_SINGLE+292, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein (Azurelode) / Silver Vein (Azurelode)'), +(@POOL_SINGLE+293, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein (Azurelode) / Silver Vein (Azurelode)'), +(@POOL_SINGLE+294, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein (Azurelode) / Silver Vein (Azurelode)'), +(@POOL_SINGLE+295, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein (Azurelode) / Silver Vein (Azurelode)'), +(@POOL_SINGLE+296, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein (Azurelode) / Silver Vein (Azurelode)'), +(@POOL_SINGLE+297, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein (Azurelode) / Silver Vein (Azurelode)'), +(@POOL_SINGLE+298, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein (Azurelode) / Silver Vein (Azurelode)'), +(@POOL_SINGLE+299, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein (Azurelode) / Silver Vein (Azurelode)'), +(@POOL_SINGLE+300, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein (Azurelode) / Silver Vein (Azurelode)'), +(@POOL_SINGLE+301, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein (Azurelode) / Silver Vein (Azurelode)'), +(@POOL_SINGLE+302, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein (Azurelode) / Silver Vein (Azurelode)'), +(@POOL_SINGLE+303, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein (Azurelode) / Silver Vein (Azurelode)'), +(@POOL_SINGLE+304, 1, 'Hillsbrad Foothills - Ore Pool - Tin Vein (Azurelode) / Silver Vein (Azurelode)'); + +-- Azurelode Mine +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+288, @POOL_MOTHER+155, 0, 'Hillsbrad Foothills - Azurelode Mine - Tin Vein (Azurelode) / Silver Vein (Azurelode)'), +(@POOL_SINGLE+289, @POOL_MOTHER+155, 0, 'Hillsbrad Foothills - Azurelode Mine - Tin Vein (Azurelode) / Silver Vein (Azurelode)'), +(@POOL_SINGLE+290, @POOL_MOTHER+155, 0, 'Hillsbrad Foothills - Azurelode Mine - Tin Vein (Azurelode) / Silver Vein (Azurelode)'), +(@POOL_SINGLE+291, @POOL_MOTHER+155, 0, 'Hillsbrad Foothills - Azurelode Mine - Tin Vein (Azurelode) / Silver Vein (Azurelode)'), +(@POOL_SINGLE+292, @POOL_MOTHER+155, 0, 'Hillsbrad Foothills - Azurelode Mine - Tin Vein (Azurelode) / Silver Vein (Azurelode)'), +(@POOL_SINGLE+293, @POOL_MOTHER+155, 0, 'Hillsbrad Foothills - Azurelode Mine - Tin Vein (Azurelode) / Silver Vein (Azurelode)'), +(@POOL_SINGLE+294, @POOL_MOTHER+155, 0, 'Hillsbrad Foothills - Azurelode Mine - Tin Vein (Azurelode) / Silver Vein (Azurelode)'), +(@POOL_SINGLE+295, @POOL_MOTHER+155, 0, 'Hillsbrad Foothills - Azurelode Mine - Tin Vein (Azurelode) / Silver Vein (Azurelode)'), +(@POOL_SINGLE+296, @POOL_MOTHER+155, 0, 'Hillsbrad Foothills - Azurelode Mine - Tin Vein (Azurelode) / Silver Vein (Azurelode)'), +(@POOL_SINGLE+297, @POOL_MOTHER+155, 0, 'Hillsbrad Foothills - Azurelode Mine - Tin Vein (Azurelode) / Silver Vein (Azurelode)'), +(@POOL_SINGLE+298, @POOL_MOTHER+155, 0, 'Hillsbrad Foothills - Azurelode Mine - Tin Vein (Azurelode) / Silver Vein (Azurelode)'), +(@POOL_SINGLE+299, @POOL_MOTHER+155, 0, 'Hillsbrad Foothills - Azurelode Mine - Tin Vein (Azurelode) / Silver Vein (Azurelode)'), +(@POOL_SINGLE+300, @POOL_MOTHER+155, 0, 'Hillsbrad Foothills - Azurelode Mine - Tin Vein (Azurelode) / Silver Vein (Azurelode)'), +(@POOL_SINGLE+301, @POOL_MOTHER+155, 0, 'Hillsbrad Foothills - Azurelode Mine - Tin Vein (Azurelode) / Silver Vein (Azurelode)'), +(@POOL_SINGLE+302, @POOL_MOTHER+155, 0, 'Hillsbrad Foothills - Azurelode Mine - Tin Vein (Azurelode) / Silver Vein (Azurelode)'), +(@POOL_SINGLE+303, @POOL_MOTHER+155, 0, 'Hillsbrad Foothills - Azurelode Mine - Tin Vein (Azurelode) / Silver Vein (Azurelode)'), +(@POOL_SINGLE+304, @POOL_MOTHER+155, 0, 'Hillsbrad Foothills - Azurelode Mine - Tin Vein (Azurelode) / Silver Vein (Azurelode)'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+155, 5, 'Hillsbrad Foothills - Azurelode Mine - Tin Vein (Azurelode) / Silver Vein (Azurelode) - 5/17'); + +-- Yeti Cave +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+245, @POOL_MOTHER+156, 0, 'Hillsbrad Foothills - Yeti Cave - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+251, @POOL_MOTHER+156, 0, 'Hillsbrad Foothills - Yeti Cave - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+253, @POOL_MOTHER+156, 0, 'Hillsbrad Foothills - Yeti Cave - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+254, @POOL_MOTHER+156, 0, 'Hillsbrad Foothills - Yeti Cave - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+255, @POOL_MOTHER+156, 0, 'Hillsbrad Foothills - Yeti Cave - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+256, @POOL_MOTHER+156, 0, 'Hillsbrad Foothills - Yeti Cave - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+257, @POOL_MOTHER+156, 0, 'Hillsbrad Foothills - Yeti Cave - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+258, @POOL_MOTHER+156, 0, 'Hillsbrad Foothills - Yeti Cave - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+261, @POOL_MOTHER+156, 0, 'Hillsbrad Foothills - Yeti Cave - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+262, @POOL_MOTHER+156, 0, 'Hillsbrad Foothills - Yeti Cave - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+263, @POOL_MOTHER+156, 0, 'Hillsbrad Foothills - Yeti Cave - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+277, @POOL_MOTHER+156, 0, 'Hillsbrad Foothills - Yeti Cave - Iron Deposit / Silver Vein / Gold Vein'), + +(@POOL_SINGLE+281, @POOL_MOTHER+157, 0, 'Hillsbrad Foothills - Yeti Cave - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+282, @POOL_MOTHER+157, 0, 'Hillsbrad Foothills - Yeti Cave - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+283, @POOL_MOTHER+157, 0, 'Hillsbrad Foothills - Yeti Cave - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+284, @POOL_MOTHER+157, 0, 'Hillsbrad Foothills - Yeti Cave - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+285, @POOL_MOTHER+157, 0, 'Hillsbrad Foothills - Yeti Cave - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+286, @POOL_MOTHER+157, 0, 'Hillsbrad Foothills - Yeti Cave - Mithril Deposit / Gold Vein / Truesilver Deposit'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+156, 3, 'Hillsbrad Foothills - Yeti Cave - Iron Deposit / Silver Vein / Gold Vein - 3/12'), +(@POOL_MOTHER+157, 2, 'Hillsbrad Foothills - Yeti Cave - Mithril Deposit / Gold Vein / Truesilver Deposit - 2/6'); + +-- Hillsbrad Fields North +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+190, @POOL_MOTHER+158, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Tin Vein / Silver Vein'), +(@POOL_SINGLE+192, @POOL_MOTHER+158, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Tin Vein / Silver Vein'), +(@POOL_SINGLE+194, @POOL_MOTHER+158, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Tin Vein / Silver Vein'), +(@POOL_SINGLE+195, @POOL_MOTHER+158, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Tin Vein / Silver Vein'), +(@POOL_SINGLE+198, @POOL_MOTHER+158, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Tin Vein / Silver Vein'), +(@POOL_SINGLE+200, @POOL_MOTHER+158, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Tin Vein / Silver Vein'), +(@POOL_SINGLE+213, @POOL_MOTHER+158, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Tin Vein / Silver Vein'), +(@POOL_SINGLE+219, @POOL_MOTHER+158, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Tin Vein / Silver Vein'), +(@POOL_SINGLE+232, @POOL_MOTHER+158, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Tin Vein / Silver Vein'), +(@POOL_SINGLE+234, @POOL_MOTHER+158, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Tin Vein / Silver Vein'), +(@POOL_SINGLE+237, @POOL_MOTHER+158, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Tin Vein / Silver Vein'), +(@POOL_SINGLE+243, @POOL_MOTHER+158, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Tin Vein / Silver Vein'), + +(@POOL_SINGLE+250, @POOL_MOTHER+159, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+252, @POOL_MOTHER+159, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+272, @POOL_MOTHER+159, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+276, @POOL_MOTHER+159, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+275, @POOL_MOTHER+159, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+278, @POOL_MOTHER+159, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Iron Deposit / Silver Vein / Gold Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+158, 3, 'Hillsbrad Foothills - Hillsbrad Fields North - Tin Vein / Silver Vein - 3/12'), +(@POOL_MOTHER+159, 2, 'Hillsbrad Foothills - Hillsbrad Fields North - Iron Deposit / Silver Vein / Gold Vein - 2/6'); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+2181, @POOL_MOTHER+160, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Briarthorn'), +(@OGUID+2183, @POOL_MOTHER+160, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Briarthorn'), +(@OGUID+2184, @POOL_MOTHER+160, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Briarthorn'), +(@OGUID+2187, @POOL_MOTHER+160, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Briarthorn'), +(@OGUID+2188, @POOL_MOTHER+160, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Briarthorn'), +(@OGUID+2189, @POOL_MOTHER+160, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Briarthorn'), +(@OGUID+2190, @POOL_MOTHER+160, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Briarthorn'), +(@OGUID+2201, @POOL_MOTHER+160, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Briarthorn'), +(@OGUID+2207, @POOL_MOTHER+160, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Briarthorn'), +(@OGUID+2209, @POOL_MOTHER+160, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Briarthorn'), +(@OGUID+2210, @POOL_MOTHER+160, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Briarthorn'), +(@OGUID+2224, @POOL_MOTHER+161, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Bruiseweed'), +(@OGUID+2226, @POOL_MOTHER+161, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Bruiseweed'), +(@OGUID+2227, @POOL_MOTHER+161, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Bruiseweed'), +(@OGUID+2228, @POOL_MOTHER+161, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Bruiseweed'), +(@OGUID+2229, @POOL_MOTHER+161, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Bruiseweed'), +(@OGUID+2230, @POOL_MOTHER+161, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Bruiseweed'), +(@OGUID+2231, @POOL_MOTHER+161, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Bruiseweed'), +(@OGUID+2233, @POOL_MOTHER+161, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Bruiseweed'), +(@OGUID+2249, @POOL_MOTHER+161, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Bruiseweed'), +(@OGUID+2250, @POOL_MOTHER+161, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Bruiseweed'), +(@OGUID+2251, @POOL_MOTHER+161, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Bruiseweed'), +(@OGUID+2253, @POOL_MOTHER+161, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Bruiseweed'), +(@OGUID+2286, @POOL_MOTHER+162, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Wild Steelbloom'), +(@OGUID+2289, @POOL_MOTHER+162, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Wild Steelbloom'), +(@OGUID+2294, @POOL_MOTHER+162, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Wild Steelbloom'), +(@OGUID+2293, @POOL_MOTHER+162, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Wild Steelbloom'), +(@OGUID+2302, @POOL_MOTHER+163, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Kingsblood'), +(@OGUID+2303, @POOL_MOTHER+163, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Kingsblood'), +(@OGUID+2305, @POOL_MOTHER+163, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Kingsblood'), +(@OGUID+2307, @POOL_MOTHER+163, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Kingsblood'), +(@OGUID+2309, @POOL_MOTHER+163, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Kingsblood'), +(@OGUID+2310, @POOL_MOTHER+163, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Kingsblood'), +(@OGUID+2311, @POOL_MOTHER+163, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Kingsblood'), +(@OGUID+2322, @POOL_MOTHER+163, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Kingsblood'), +(@OGUID+2323, @POOL_MOTHER+163, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Kingsblood'), +(@OGUID+2326, @POOL_MOTHER+163, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Kingsblood'), +(@OGUID+2404, @POOL_MOTHER+164, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Copper Vein'), +(@OGUID+2406, @POOL_MOTHER+164, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Copper Vein'), +(@OGUID+2407, @POOL_MOTHER+164, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Copper Vein'), +(@OGUID+2408, @POOL_MOTHER+164, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Copper Vein'), +(@OGUID+2409, @POOL_MOTHER+164, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Copper Vein'), +(@OGUID+2411, @POOL_MOTHER+164, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Copper Vein'), +(@OGUID+2423, @POOL_MOTHER+164, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Copper Vein'), +(@OGUID+2425, @POOL_MOTHER+164, 0, 'Hillsbrad Foothills - Hillsbrad Fields North - Copper Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+160, 3, 'Hillsbrad Foothills - Hillsbrad Fields North - Briarthorn - 3/11'), +(@POOL_MOTHER+161, 3, 'Hillsbrad Foothills - Hillsbrad Fields North - Bruiseweed - 3/12'), +(@POOL_MOTHER+162, 2, 'Hillsbrad Foothills - Hillsbrad Fields North - Wild Steelbloom - 2/4'), -- One is in Purgation Isle so if it spawns there it'll probably be stuck forever +(@POOL_MOTHER+163, 3, 'Hillsbrad Foothills - Hillsbrad Fields North - Kingsblood - 3/10'), +(@POOL_MOTHER+164, 3, 'Hillsbrad Foothills - Hillsbrad Fields North - Copper Vein - 2/8'); + +-- Hillsbrad Fields South +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+217, @POOL_MOTHER+165, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Tin Vein / Silver Vein'), +(@POOL_SINGLE+218, @POOL_MOTHER+165, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Tin Vein / Silver Vein'), +(@POOL_SINGLE+222, @POOL_MOTHER+165, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Tin Vein / Silver Vein'), +(@POOL_SINGLE+242, @POOL_MOTHER+165, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Tin Vein / Silver Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+165, 1, 'Hillsbrad Foothills - Hillsbrad Fields South - Tin Vein / Silver Vein - 1/4'); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+2167, @POOL_MOTHER+166, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Mageroyal'), +(@OGUID+2168, @POOL_MOTHER+166, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Mageroyal'), +(@OGUID+2169, @POOL_MOTHER+166, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Mageroyal'), +(@OGUID+2170, @POOL_MOTHER+166, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Mageroyal'), +(@OGUID+2173, @POOL_MOTHER+166, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Mageroyal'), +(@OGUID+2174, @POOL_MOTHER+166, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Mageroyal'), +(@OGUID+2175, @POOL_MOTHER+166, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Mageroyal'), +(@OGUID+2177, @POOL_MOTHER+167, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Briarthorn'), +(@OGUID+2191, @POOL_MOTHER+167, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Briarthorn'), +(@OGUID+2193, @POOL_MOTHER+167, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Briarthorn'), +(@OGUID+2194, @POOL_MOTHER+167, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Briarthorn'), +(@OGUID+2195, @POOL_MOTHER+167, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Briarthorn'), +(@OGUID+2196, @POOL_MOTHER+167, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Briarthorn'), +(@OGUID+2197, @POOL_MOTHER+167, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Briarthorn'), +(@OGUID+2202, @POOL_MOTHER+167, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Briarthorn'), +(@OGUID+2205, @POOL_MOTHER+167, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Briarthorn'), +(@OGUID+2212, @POOL_MOTHER+167, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Briarthorn'), +(@OGUID+2213, @POOL_MOTHER+167, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Briarthorn'), +(@OGUID+2220, @POOL_MOTHER+167, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Briarthorn'), +(@OGUID+2222, @POOL_MOTHER+168, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Bruiseweed'), +(@OGUID+2223, @POOL_MOTHER+168, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Bruiseweed'), +(@OGUID+2235, @POOL_MOTHER+168, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Bruiseweed'), +(@OGUID+2236, @POOL_MOTHER+168, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Bruiseweed'), +(@OGUID+2237, @POOL_MOTHER+168, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Bruiseweed'), +(@OGUID+2239, @POOL_MOTHER+168, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Bruiseweed'), +(@OGUID+2241, @POOL_MOTHER+168, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Bruiseweed'), +(@OGUID+2243, @POOL_MOTHER+168, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Bruiseweed'), +(@OGUID+2247, @POOL_MOTHER+168, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Bruiseweed'), +(@OGUID+2254, @POOL_MOTHER+168, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Bruiseweed'), +(@OGUID+2256, @POOL_MOTHER+168, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Bruiseweed'), +(@OGUID+2263, @POOL_MOTHER+168, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Bruiseweed'), +(@OGUID+2265, @POOL_MOTHER+168, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Bruiseweed'), +(@OGUID+2266, @POOL_MOTHER+168, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Bruiseweed'), +(@OGUID+2296, @POOL_MOTHER+169, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Kingsblood'), +(@OGUID+2315, @POOL_MOTHER+169, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Kingsblood'), +(@OGUID+2316, @POOL_MOTHER+169, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Kingsblood'), +(@OGUID+2317, @POOL_MOTHER+169, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Kingsblood'), +(@OGUID+2321, @POOL_MOTHER+169, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Kingsblood'), +(@OGUID+2327, @POOL_MOTHER+169, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Kingsblood'), +(@OGUID+2328, @POOL_MOTHER+169, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Kingsblood'), +(@OGUID+2329, @POOL_MOTHER+169, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Kingsblood'), +(@OGUID+2330, @POOL_MOTHER+169, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Kingsblood'), +(@OGUID+2331, @POOL_MOTHER+169, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Kingsblood'), +(@OGUID+2340, @POOL_MOTHER+169, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Kingsblood'), +(@OGUID+2401, @POOL_MOTHER+170, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Copper Vein'), +(@OGUID+2402, @POOL_MOTHER+170, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Copper Vein'), +(@OGUID+2415, @POOL_MOTHER+170, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Copper Vein'), +(@OGUID+2416, @POOL_MOTHER+170, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Copper Vein'), +(@OGUID+2417, @POOL_MOTHER+170, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Copper Vein'), +(@OGUID+2418, @POOL_MOTHER+170, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Copper Vein'), +(@OGUID+2419, @POOL_MOTHER+170, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Copper Vein'), +(@OGUID+2420, @POOL_MOTHER+170, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Copper Vein'), +(@OGUID+2422, @POOL_MOTHER+170, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Copper Vein'), +(@OGUID+2424, @POOL_MOTHER+170, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Copper Vein'), +(@OGUID+2351, @POOL_MOTHER+171, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Stranglekelp'), +(@OGUID+2352, @POOL_MOTHER+171, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Stranglekelp'), +(@OGUID+2353, @POOL_MOTHER+171, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Stranglekelp'), +(@OGUID+2354, @POOL_MOTHER+171, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Stranglekelp'), +(@OGUID+2355, @POOL_MOTHER+171, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Stranglekelp'), +(@OGUID+2356, @POOL_MOTHER+171, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Stranglekelp'), +(@OGUID+2357, @POOL_MOTHER+171, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Stranglekelp'), +(@OGUID+2358, @POOL_MOTHER+171, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Stranglekelp'), +(@OGUID+2359, @POOL_MOTHER+171, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Stranglekelp'), +(@OGUID+2360, @POOL_MOTHER+171, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Stranglekelp'), +(@OGUID+2362, @POOL_MOTHER+171, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Stranglekelp'), +(@OGUID+2363, @POOL_MOTHER+171, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Stranglekelp'), +(@OGUID+2364, @POOL_MOTHER+171, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Stranglekelp'), +(@OGUID+2366, @POOL_MOTHER+171, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Stranglekelp'), +(@OGUID+2367, @POOL_MOTHER+171, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Stranglekelp'), +(@OGUID+2368, @POOL_MOTHER+171, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Stranglekelp'), +(@OGUID+2370, @POOL_MOTHER+171, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Stranglekelp'), +(@OGUID+2371, @POOL_MOTHER+171, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Stranglekelp'), +(@OGUID+2372, @POOL_MOTHER+171, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Stranglekelp'), +(@OGUID+2379, @POOL_MOTHER+171, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Stranglekelp'), +(@OGUID+2380, @POOL_MOTHER+171, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Stranglekelp'), +(@OGUID+2384, @POOL_MOTHER+171, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Stranglekelp'), +(@OGUID+2385, @POOL_MOTHER+171, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Stranglekelp'), +(@OGUID+2386, @POOL_MOTHER+171, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Stranglekelp'), +(@OGUID+2387, @POOL_MOTHER+171, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Stranglekelp'), +(@OGUID+2388, @POOL_MOTHER+171, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Stranglekelp'), +(@OGUID+2390, @POOL_MOTHER+171, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Stranglekelp'), +(@OGUID+2391, @POOL_MOTHER+171, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Stranglekelp'), +(@OGUID+2393, @POOL_MOTHER+171, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Stranglekelp'), +(@OGUID+2394, @POOL_MOTHER+171, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Stranglekelp'), +(@OGUID+2395, @POOL_MOTHER+171, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Stranglekelp'), +(@OGUID+2396, @POOL_MOTHER+171, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Stranglekelp'), +(@OGUID+2397, @POOL_MOTHER+171, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Stranglekelp'), +(@OGUID+2398, @POOL_MOTHER+171, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Stranglekelp'), +(@OGUID+2399, @POOL_MOTHER+171, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Stranglekelp'), +(@OGUID+2400, @POOL_MOTHER+171, 0, 'Hillsbrad Foothills - Hillsbrad Fields South - Stranglekelp'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+166, 2, 'Hillsbrad Foothills - Hillsbrad Fields South - Mageroyal - 2/7'), +(@POOL_MOTHER+167, 3, 'Hillsbrad Foothills - Hillsbrad Fields South - Briarthorn - 3/12'), +(@POOL_MOTHER+168, 4, 'Hillsbrad Foothills - Hillsbrad Fields South - Bruiseweed - 4/14'), +(@POOL_MOTHER+169, 3, 'Hillsbrad Foothills - Hillsbrad Fields South - Kingsblood - 3/11'), +(@POOL_MOTHER+170, 3, 'Hillsbrad Foothills - Hillsbrad Fields South - Copper Vein - 3/10'), +(@POOL_MOTHER+171, 3, 'Hillsbrad Foothills - Hillsbrad Fields South - Stranglekelp - 9/36'); + +-- East +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+191, @POOL_MOTHER+172, 0, 'Hillsbrad Foothills - East - Tin Vein / Silver Vein'), +(@POOL_SINGLE+193, @POOL_MOTHER+172, 0, 'Hillsbrad Foothills - East - Tin Vein / Silver Vein'), +(@POOL_SINGLE+196, @POOL_MOTHER+172, 0, 'Hillsbrad Foothills - East - Tin Vein / Silver Vein'), +(@POOL_SINGLE+197, @POOL_MOTHER+172, 0, 'Hillsbrad Foothills - East - Tin Vein / Silver Vein'), +(@POOL_SINGLE+199, @POOL_MOTHER+172, 0, 'Hillsbrad Foothills - East - Tin Vein / Silver Vein'), +(@POOL_SINGLE+201, @POOL_MOTHER+172, 0, 'Hillsbrad Foothills - East - Tin Vein / Silver Vein'), +(@POOL_SINGLE+202, @POOL_MOTHER+172, 0, 'Hillsbrad Foothills - East - Tin Vein / Silver Vein'), +(@POOL_SINGLE+203, @POOL_MOTHER+172, 0, 'Hillsbrad Foothills - East - Tin Vein / Silver Vein'), +(@POOL_SINGLE+204, @POOL_MOTHER+172, 0, 'Hillsbrad Foothills - East - Tin Vein / Silver Vein'), +(@POOL_SINGLE+205, @POOL_MOTHER+172, 0, 'Hillsbrad Foothills - East - Tin Vein / Silver Vein'), +(@POOL_SINGLE+206, @POOL_MOTHER+172, 0, 'Hillsbrad Foothills - East - Tin Vein / Silver Vein'), +(@POOL_SINGLE+207, @POOL_MOTHER+172, 0, 'Hillsbrad Foothills - East - Tin Vein / Silver Vein'), +(@POOL_SINGLE+208, @POOL_MOTHER+172, 0, 'Hillsbrad Foothills - East - Tin Vein / Silver Vein'), +(@POOL_SINGLE+209, @POOL_MOTHER+172, 0, 'Hillsbrad Foothills - East - Tin Vein / Silver Vein'), +(@POOL_SINGLE+210, @POOL_MOTHER+172, 0, 'Hillsbrad Foothills - East - Tin Vein / Silver Vein'), +(@POOL_SINGLE+211, @POOL_MOTHER+172, 0, 'Hillsbrad Foothills - East - Tin Vein / Silver Vein'), +(@POOL_SINGLE+212, @POOL_MOTHER+172, 0, 'Hillsbrad Foothills - East - Tin Vein / Silver Vein'), +(@POOL_SINGLE+214, @POOL_MOTHER+172, 0, 'Hillsbrad Foothills - East - Tin Vein / Silver Vein'), +(@POOL_SINGLE+215, @POOL_MOTHER+172, 0, 'Hillsbrad Foothills - East - Tin Vein / Silver Vein'), +(@POOL_SINGLE+216, @POOL_MOTHER+172, 0, 'Hillsbrad Foothills - East - Tin Vein / Silver Vein'), +(@POOL_SINGLE+220, @POOL_MOTHER+172, 0, 'Hillsbrad Foothills - East - Tin Vein / Silver Vein'), +(@POOL_SINGLE+221, @POOL_MOTHER+172, 0, 'Hillsbrad Foothills - East - Tin Vein / Silver Vein'), +(@POOL_SINGLE+223, @POOL_MOTHER+172, 0, 'Hillsbrad Foothills - East - Tin Vein / Silver Vein'), +(@POOL_SINGLE+224, @POOL_MOTHER+172, 0, 'Hillsbrad Foothills - East - Tin Vein / Silver Vein'), +(@POOL_SINGLE+225, @POOL_MOTHER+172, 0, 'Hillsbrad Foothills - East - Tin Vein / Silver Vein'), +(@POOL_SINGLE+226, @POOL_MOTHER+172, 0, 'Hillsbrad Foothills - East - Tin Vein / Silver Vein'), +(@POOL_SINGLE+227, @POOL_MOTHER+172, 0, 'Hillsbrad Foothills - East - Tin Vein / Silver Vein'), +(@POOL_SINGLE+228, @POOL_MOTHER+172, 0, 'Hillsbrad Foothills - East - Tin Vein / Silver Vein'), +(@POOL_SINGLE+229, @POOL_MOTHER+172, 0, 'Hillsbrad Foothills - East - Tin Vein / Silver Vein'), +(@POOL_SINGLE+230, @POOL_MOTHER+172, 0, 'Hillsbrad Foothills - East - Tin Vein / Silver Vein'), +(@POOL_SINGLE+231, @POOL_MOTHER+172, 0, 'Hillsbrad Foothills - East - Tin Vein / Silver Vein'), +(@POOL_SINGLE+233, @POOL_MOTHER+172, 0, 'Hillsbrad Foothills - East - Tin Vein / Silver Vein'), +(@POOL_SINGLE+235, @POOL_MOTHER+172, 0, 'Hillsbrad Foothills - East - Tin Vein / Silver Vein'), +(@POOL_SINGLE+236, @POOL_MOTHER+172, 0, 'Hillsbrad Foothills - East - Tin Vein / Silver Vein'), +(@POOL_SINGLE+238, @POOL_MOTHER+172, 0, 'Hillsbrad Foothills - East - Tin Vein / Silver Vein'), +(@POOL_SINGLE+239, @POOL_MOTHER+172, 0, 'Hillsbrad Foothills - East - Tin Vein / Silver Vein'), +(@POOL_SINGLE+240, @POOL_MOTHER+172, 0, 'Hillsbrad Foothills - East - Tin Vein / Silver Vein'), +(@POOL_SINGLE+241, @POOL_MOTHER+172, 0, 'Hillsbrad Foothills - East - Tin Vein / Silver Vein'), +(@POOL_SINGLE+244, @POOL_MOTHER+172, 0, 'Hillsbrad Foothills - East - Tin Vein / Silver Vein'), + +(@POOL_SINGLE+246, @POOL_MOTHER+173, 0, 'Hillsbrad Foothills - East - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+247, @POOL_MOTHER+173, 0, 'Hillsbrad Foothills - East - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+248, @POOL_MOTHER+173, 0, 'Hillsbrad Foothills - East - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+249, @POOL_MOTHER+173, 0, 'Hillsbrad Foothills - East - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+259, @POOL_MOTHER+173, 0, 'Hillsbrad Foothills - East - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+260, @POOL_MOTHER+173, 0, 'Hillsbrad Foothills - East - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+264, @POOL_MOTHER+173, 0, 'Hillsbrad Foothills - East - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+265, @POOL_MOTHER+173, 0, 'Hillsbrad Foothills - East - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+266, @POOL_MOTHER+173, 0, 'Hillsbrad Foothills - East - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+267, @POOL_MOTHER+173, 0, 'Hillsbrad Foothills - East - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+268, @POOL_MOTHER+173, 0, 'Hillsbrad Foothills - East - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+269, @POOL_MOTHER+173, 0, 'Hillsbrad Foothills - East - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+270, @POOL_MOTHER+173, 0, 'Hillsbrad Foothills - East - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+271, @POOL_MOTHER+173, 0, 'Hillsbrad Foothills - East - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+273, @POOL_MOTHER+173, 0, 'Hillsbrad Foothills - East - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+274, @POOL_MOTHER+173, 0, 'Hillsbrad Foothills - East - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+279, @POOL_MOTHER+173, 0, 'Hillsbrad Foothills - East - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+280, @POOL_MOTHER+173, 0, 'Hillsbrad Foothills - East - Iron Deposit / Silver Vein / Gold Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+172, 10, 'Hillsbrad Foothills - East - Tin Vein / Silver Vein - 10/39'), +(@POOL_MOTHER+173, 5, 'Hillsbrad Foothills - East - Iron Deposit / Silver Vein / Gold Vein - 5/18'); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+2166, @POOL_MOTHER+174, 0, 'Hillsbrad Foothills - East - Mageroyal'), +(@OGUID+2171, @POOL_MOTHER+174, 0, 'Hillsbrad Foothills - East - Mageroyal'), +(@OGUID+2172, @POOL_MOTHER+174, 0, 'Hillsbrad Foothills - East - Mageroyal'), +(@OGUID+2176, @POOL_MOTHER+175, 0, 'Hillsbrad Foothills - East - Briarthorn'), +(@OGUID+2178, @POOL_MOTHER+175, 0, 'Hillsbrad Foothills - East - Briarthorn'), +(@OGUID+2179, @POOL_MOTHER+175, 0, 'Hillsbrad Foothills - East - Briarthorn'), +(@OGUID+2180, @POOL_MOTHER+175, 0, 'Hillsbrad Foothills - East - Briarthorn'), +(@OGUID+2182, @POOL_MOTHER+175, 0, 'Hillsbrad Foothills - East - Briarthorn'), +(@OGUID+2185, @POOL_MOTHER+175, 0, 'Hillsbrad Foothills - East - Briarthorn'), +(@OGUID+2186, @POOL_MOTHER+175, 0, 'Hillsbrad Foothills - East - Briarthorn'), +(@OGUID+2192, @POOL_MOTHER+175, 0, 'Hillsbrad Foothills - East - Briarthorn'), +(@OGUID+2198, @POOL_MOTHER+175, 0, 'Hillsbrad Foothills - East - Briarthorn'), +(@OGUID+2199, @POOL_MOTHER+175, 0, 'Hillsbrad Foothills - East - Briarthorn'), +(@OGUID+2200, @POOL_MOTHER+175, 0, 'Hillsbrad Foothills - East - Briarthorn'), +(@OGUID+2203, @POOL_MOTHER+175, 0, 'Hillsbrad Foothills - East - Briarthorn'), +(@OGUID+2204, @POOL_MOTHER+175, 0, 'Hillsbrad Foothills - East - Briarthorn'), +(@OGUID+2206, @POOL_MOTHER+175, 0, 'Hillsbrad Foothills - East - Briarthorn'), +(@OGUID+2208, @POOL_MOTHER+175, 0, 'Hillsbrad Foothills - East - Briarthorn'), +(@OGUID+2211, @POOL_MOTHER+175, 0, 'Hillsbrad Foothills - East - Briarthorn'), +(@OGUID+2214, @POOL_MOTHER+175, 0, 'Hillsbrad Foothills - East - Briarthorn'), +(@OGUID+2215, @POOL_MOTHER+175, 0, 'Hillsbrad Foothills - East - Briarthorn'), +(@OGUID+2216, @POOL_MOTHER+175, 0, 'Hillsbrad Foothills - East - Briarthorn'), +(@OGUID+2217, @POOL_MOTHER+175, 0, 'Hillsbrad Foothills - East - Briarthorn'), +(@OGUID+2218, @POOL_MOTHER+175, 0, 'Hillsbrad Foothills - East - Briarthorn'), +(@OGUID+2219, @POOL_MOTHER+175, 0, 'Hillsbrad Foothills - East - Briarthorn'), +(@OGUID+2221, @POOL_MOTHER+175, 0, 'Hillsbrad Foothills - East - Briarthorn'), +(@OGUID+2225, @POOL_MOTHER+176, 0, 'Hillsbrad Foothills - East - Bruiseweed'), +(@OGUID+2232, @POOL_MOTHER+176, 0, 'Hillsbrad Foothills - East - Bruiseweed'), +(@OGUID+2234, @POOL_MOTHER+176, 0, 'Hillsbrad Foothills - East - Bruiseweed'), +(@OGUID+2238, @POOL_MOTHER+176, 0, 'Hillsbrad Foothills - East - Bruiseweed'), +(@OGUID+2240, @POOL_MOTHER+176, 0, 'Hillsbrad Foothills - East - Bruiseweed'), +(@OGUID+2242, @POOL_MOTHER+176, 0, 'Hillsbrad Foothills - East - Bruiseweed'), +(@OGUID+2244, @POOL_MOTHER+176, 0, 'Hillsbrad Foothills - East - Bruiseweed'), +(@OGUID+2245, @POOL_MOTHER+176, 0, 'Hillsbrad Foothills - East - Bruiseweed'), +(@OGUID+2246, @POOL_MOTHER+176, 0, 'Hillsbrad Foothills - East - Bruiseweed'), +(@OGUID+2248, @POOL_MOTHER+176, 0, 'Hillsbrad Foothills - East - Bruiseweed'), +(@OGUID+2252, @POOL_MOTHER+176, 0, 'Hillsbrad Foothills - East - Bruiseweed'), +(@OGUID+2255, @POOL_MOTHER+176, 0, 'Hillsbrad Foothills - East - Bruiseweed'), +(@OGUID+2257, @POOL_MOTHER+176, 0, 'Hillsbrad Foothills - East - Bruiseweed'), +(@OGUID+2258, @POOL_MOTHER+176, 0, 'Hillsbrad Foothills - East - Bruiseweed'), +(@OGUID+2259, @POOL_MOTHER+176, 0, 'Hillsbrad Foothills - East - Bruiseweed'), +(@OGUID+2260, @POOL_MOTHER+176, 0, 'Hillsbrad Foothills - East - Bruiseweed'), +(@OGUID+2261, @POOL_MOTHER+176, 0, 'Hillsbrad Foothills - East - Bruiseweed'), +(@OGUID+2262, @POOL_MOTHER+176, 0, 'Hillsbrad Foothills - East - Bruiseweed'), +(@OGUID+2264, @POOL_MOTHER+176, 0, 'Hillsbrad Foothills - East - Bruiseweed'), +(@OGUID+2267, @POOL_MOTHER+177, 0, 'Hillsbrad Foothills - East - Wild Steelbloom'), +(@OGUID+2268, @POOL_MOTHER+177, 0, 'Hillsbrad Foothills - East - Wild Steelbloom'), +(@OGUID+2269, @POOL_MOTHER+177, 0, 'Hillsbrad Foothills - East - Wild Steelbloom'), +(@OGUID+2270, @POOL_MOTHER+177, 0, 'Hillsbrad Foothills - East - Wild Steelbloom'), +(@OGUID+2271, @POOL_MOTHER+177, 0, 'Hillsbrad Foothills - East - Wild Steelbloom'), +(@OGUID+2272, @POOL_MOTHER+177, 0, 'Hillsbrad Foothills - East - Wild Steelbloom'), +(@OGUID+2273, @POOL_MOTHER+177, 0, 'Hillsbrad Foothills - East - Wild Steelbloom'), +(@OGUID+2274, @POOL_MOTHER+177, 0, 'Hillsbrad Foothills - East - Wild Steelbloom'), +(@OGUID+2275, @POOL_MOTHER+177, 0, 'Hillsbrad Foothills - East - Wild Steelbloom'), +(@OGUID+2276, @POOL_MOTHER+177, 0, 'Hillsbrad Foothills - East - Wild Steelbloom'), +(@OGUID+2277, @POOL_MOTHER+177, 0, 'Hillsbrad Foothills - East - Wild Steelbloom'), +(@OGUID+2278, @POOL_MOTHER+177, 0, 'Hillsbrad Foothills - East - Wild Steelbloom'), +(@OGUID+2279, @POOL_MOTHER+177, 0, 'Hillsbrad Foothills - East - Wild Steelbloom'), +(@OGUID+2280, @POOL_MOTHER+177, 0, 'Hillsbrad Foothills - East - Wild Steelbloom'), +(@OGUID+2281, @POOL_MOTHER+177, 0, 'Hillsbrad Foothills - East - Wild Steelbloom'), +(@OGUID+2282, @POOL_MOTHER+177, 0, 'Hillsbrad Foothills - East - Wild Steelbloom'), +(@OGUID+2283, @POOL_MOTHER+177, 0, 'Hillsbrad Foothills - East - Wild Steelbloom'), +(@OGUID+2284, @POOL_MOTHER+177, 0, 'Hillsbrad Foothills - East - Wild Steelbloom'), +(@OGUID+2285, @POOL_MOTHER+177, 0, 'Hillsbrad Foothills - East - Wild Steelbloom'), +(@OGUID+2287, @POOL_MOTHER+177, 0, 'Hillsbrad Foothills - East - Wild Steelbloom'), +(@OGUID+2288, @POOL_MOTHER+177, 0, 'Hillsbrad Foothills - East - Wild Steelbloom'), +(@OGUID+2290, @POOL_MOTHER+177, 0, 'Hillsbrad Foothills - East - Wild Steelbloom'), +(@OGUID+2291, @POOL_MOTHER+177, 0, 'Hillsbrad Foothills - East - Wild Steelbloom'), +(@OGUID+2292, @POOL_MOTHER+177, 0, 'Hillsbrad Foothills - East - Wild Steelbloom'), +(@OGUID+2295, @POOL_MOTHER+177, 0, 'Hillsbrad Foothills - East - Wild Steelbloom'), +(@OGUID+2297, @POOL_MOTHER+178, 0, 'Hillsbrad Foothills - East - Kingsblood'), +(@OGUID+2298, @POOL_MOTHER+178, 0, 'Hillsbrad Foothills - East - Kingsblood'), +(@OGUID+2299, @POOL_MOTHER+178, 0, 'Hillsbrad Foothills - East - Kingsblood'), +(@OGUID+2300, @POOL_MOTHER+178, 0, 'Hillsbrad Foothills - East - Kingsblood'), +(@OGUID+2301, @POOL_MOTHER+178, 0, 'Hillsbrad Foothills - East - Kingsblood'), +(@OGUID+2304, @POOL_MOTHER+178, 0, 'Hillsbrad Foothills - East - Kingsblood'), +(@OGUID+2306, @POOL_MOTHER+178, 0, 'Hillsbrad Foothills - East - Kingsblood'), +(@OGUID+2308, @POOL_MOTHER+178, 0, 'Hillsbrad Foothills - East - Kingsblood'), +(@OGUID+2312, @POOL_MOTHER+178, 0, 'Hillsbrad Foothills - East - Kingsblood'), +(@OGUID+2313, @POOL_MOTHER+178, 0, 'Hillsbrad Foothills - East - Kingsblood'), +(@OGUID+2314, @POOL_MOTHER+178, 0, 'Hillsbrad Foothills - East - Kingsblood'), +(@OGUID+2318, @POOL_MOTHER+178, 0, 'Hillsbrad Foothills - East - Kingsblood'), +(@OGUID+2319, @POOL_MOTHER+178, 0, 'Hillsbrad Foothills - East - Kingsblood'), +(@OGUID+2320, @POOL_MOTHER+178, 0, 'Hillsbrad Foothills - East - Kingsblood'), +(@OGUID+2324, @POOL_MOTHER+178, 0, 'Hillsbrad Foothills - East - Kingsblood'), +(@OGUID+2325, @POOL_MOTHER+178, 0, 'Hillsbrad Foothills - East - Kingsblood'), +(@OGUID+2332, @POOL_MOTHER+178, 0, 'Hillsbrad Foothills - East - Kingsblood'), +(@OGUID+2333, @POOL_MOTHER+178, 0, 'Hillsbrad Foothills - East - Kingsblood'), +(@OGUID+2334, @POOL_MOTHER+178, 0, 'Hillsbrad Foothills - East - Kingsblood'), +(@OGUID+2335, @POOL_MOTHER+178, 0, 'Hillsbrad Foothills - East - Kingsblood'), +(@OGUID+2336, @POOL_MOTHER+178, 0, 'Hillsbrad Foothills - East - Kingsblood'), +(@OGUID+2337, @POOL_MOTHER+178, 0, 'Hillsbrad Foothills - East - Kingsblood'), +(@OGUID+2338, @POOL_MOTHER+178, 0, 'Hillsbrad Foothills - East - Kingsblood'), +(@OGUID+2339, @POOL_MOTHER+178, 0, 'Hillsbrad Foothills - East - Kingsblood'), +(@OGUID+2403, @POOL_MOTHER+179, 0, 'Hillsbrad Foothills - East - Copper Vein'), +(@OGUID+2405, @POOL_MOTHER+179, 0, 'Hillsbrad Foothills - East - Copper Vein'), +(@OGUID+2410, @POOL_MOTHER+179, 0, 'Hillsbrad Foothills - East - Copper Vein'), +(@OGUID+2412, @POOL_MOTHER+179, 0, 'Hillsbrad Foothills - East - Copper Vein'), +(@OGUID+2413, @POOL_MOTHER+179, 0, 'Hillsbrad Foothills - East - Copper Vein'), +(@OGUID+2414, @POOL_MOTHER+179, 0, 'Hillsbrad Foothills - East - Copper Vein'), +(@OGUID+2421, @POOL_MOTHER+179, 0, 'Hillsbrad Foothills - East - Copper Vein'), +(@OGUID+2341, @POOL_MOTHER+180, 0, 'Hillsbrad Foothills - East - Liferoot'), +(@OGUID+2342, @POOL_MOTHER+180, 0, 'Hillsbrad Foothills - East - Liferoot'), +(@OGUID+2343, @POOL_MOTHER+180, 0, 'Hillsbrad Foothills - East - Liferoot'), +(@OGUID+2344, @POOL_MOTHER+180, 0, 'Hillsbrad Foothills - East - Liferoot'), +(@OGUID+2345, @POOL_MOTHER+180, 0, 'Hillsbrad Foothills - East - Liferoot'), +(@OGUID+2346, @POOL_MOTHER+180, 0, 'Hillsbrad Foothills - East - Liferoot'), +(@OGUID+2347, @POOL_MOTHER+180, 0, 'Hillsbrad Foothills - East - Liferoot'), +(@OGUID+2348, @POOL_MOTHER+180, 0, 'Hillsbrad Foothills - East - Liferoot'), +(@OGUID+2349, @POOL_MOTHER+180, 0, 'Hillsbrad Foothills - East - Liferoot'), +(@OGUID+2350, @POOL_MOTHER+180, 0, 'Hillsbrad Foothills - East - Liferoot'), +(@OGUID+2361, @POOL_MOTHER+181, 0, 'Hillsbrad Foothills - East - Stranglekelp'), +(@OGUID+2365, @POOL_MOTHER+181, 0, 'Hillsbrad Foothills - East - Stranglekelp'), +(@OGUID+2369, @POOL_MOTHER+181, 0, 'Hillsbrad Foothills - East - Stranglekelp'), +(@OGUID+2373, @POOL_MOTHER+181, 0, 'Hillsbrad Foothills - East - Stranglekelp'), +(@OGUID+2374, @POOL_MOTHER+181, 0, 'Hillsbrad Foothills - East - Stranglekelp'), +(@OGUID+2375, @POOL_MOTHER+181, 0, 'Hillsbrad Foothills - East - Stranglekelp'), +(@OGUID+2376, @POOL_MOTHER+181, 0, 'Hillsbrad Foothills - East - Stranglekelp'), +(@OGUID+2377, @POOL_MOTHER+181, 0, 'Hillsbrad Foothills - East - Stranglekelp'), +(@OGUID+2378, @POOL_MOTHER+181, 0, 'Hillsbrad Foothills - East - Stranglekelp'), +(@OGUID+2381, @POOL_MOTHER+181, 0, 'Hillsbrad Foothills - East - Stranglekelp'), +(@OGUID+2382, @POOL_MOTHER+181, 0, 'Hillsbrad Foothills - East - Stranglekelp'), +(@OGUID+2383, @POOL_MOTHER+181, 0, 'Hillsbrad Foothills - East - Stranglekelp'), +(@OGUID+2389, @POOL_MOTHER+181, 0, 'Hillsbrad Foothills - East - Stranglekelp'), +(@OGUID+2392, @POOL_MOTHER+181, 0, 'Hillsbrad Foothills - East - Stranglekelp'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+174, 1, 'Hillsbrad Foothills - East - Mageroyal - 1/3'), +(@POOL_MOTHER+175, 6, 'Hillsbrad Foothills - East - Briarthorn - 6/23'), +(@POOL_MOTHER+176, 5, 'Hillsbrad Foothills - East - Bruiseweed - 5/19'), +(@POOL_MOTHER+177, 7, 'Hillsbrad Foothills - East - Wild Steelbloom - 7/25'), +(@POOL_MOTHER+178, 6, 'Hillsbrad Foothills - East - Kingsblood - 6/24'), +(@POOL_MOTHER+179, 2, 'Hillsbrad Foothills - East - Copper Vein - 2/7'), +(@POOL_MOTHER+180, 3, 'Hillsbrad Foothills - East - Liferoot - 3/10'), +(@POOL_MOTHER+181, 4, 'Hillsbrad Foothills - East - Stranglekelp - 4/14'); + +/* Alterac Mountains +Tin Vein (1732) -> Silver Vein (1733) +Iron Deposit (1735) -> Gold Vein (1734) -> Silver Vein (1733) +Mithril Deposit (2040) -> Gold Vein (1734) -> Truesilver Deposit (2047) +*/ +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`, `Comment`) VALUES +(@OGUID+2699, 1622, 0, 36, 0, 1, 1, -98.9951, 244.966, 53.2755, 4.67748, 0, 0, -0.719339, 0.694659, 900, 255, 1, '', 49345, NULL), +(@OGUID+2700, 1622, 0, 36, 0, 1, 1, 166.842, 230.477, 41.6207, 5.18363, 0, 0, -0.522498, 0.85264, 900, 255, 1, '', 48632, NULL), +(@OGUID+2701, 1622, 0, 36, 0, 1, 1, 405.727, 227.309, 41.9862, 0.331611, 0, 0, 0.165047, 0.986286, 900, 255, 1, '', 49345, NULL), +(@OGUID+2702, 1622, 0, 36, 0, 1, 1, 49.357, 437.539, 41.9076, 5.49779, 0, 0, -0.382683, 0.92388, 900, 255, 1, '', 48340, NULL), +(@OGUID+2703, 1622, 0, 36, 0, 1, 1, 561.188, -345.716, 151.627, 4.60767, 0, 0, -0.743144, 0.669131, 900, 255, 1, '', 49345, NULL), +(@OGUID+2704, 1622, 0, 36, 0, 1, 1, 669.87, -986.526, 165, 1.22173, 0, 0, 0.573576, 0.819152, 900, 255, 1, '', 50664, NULL), +(@OGUID+2705, 1622, 0, 36, 0, 1, 1, 713.813, -316.486, 140.027, 3.49067, 0, 0, -0.984807, 0.173652, 900, 255, 1, '', 50664, NULL), +(@OGUID+2706, 1622, 0, 36, 0, 1, 1, 741.367, -394.364, 141.665, 2.30383, 0, 0, 0.913545, 0.406738, 900, 255, 1, '', 50664, NULL), +(@OGUID+2707, 1622, 0, 36, 1637, 1, 1, -56.5404, 293.34, 53.3134, 1.09956, 0, 0, 0.522498, 0.85264, 900, 255, 1, '', 50664, NULL), +(@OGUID+2708, 1622, 0, 36, 272, 1, 1, 461.656, 202.05, 42.4419, 6.21337, 0, 0, -0.0348988, 0.999391, 900, 255, 1, '', 50664, NULL), +(@OGUID+2709, 1622, 0, 36, 1357, 1, 1, 701.058, -933.615, 164.16, 5.91667, 0, 0, -0.182235, 0.983255, 900, 255, 1, '', 51943, NULL), +(@OGUID+2710, 1624, 0, 36, 0, 1, 1, -119.69, -310.971, 144.306, 1.78023, 0, 0, 0.777145, 0.629321, 900, 255, 1, '', 50063, NULL), +(@OGUID+2711, 1624, 0, 36, 0, 1, 1, -128.134, 349.505, 84.4771, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 48340, NULL), +(@OGUID+2712, 1624, 0, 36, 0, 1, 1, -128.47, -603.544, 161.321, 3.50812, 0, 0, -0.983254, 0.182238, 900, 255, 1, '', 49936, NULL), +(@OGUID+2713, 1624, 0, 36, 0, 1, 1, -190.381, 251.907, 89.6564, 4.32842, 0, 0, -0.829037, 0.559194, 900, 255, 1, '', 48632, NULL), +(@OGUID+2714, 1624, 0, 36, 0, 1, 1, -214.701, -319.413, 158.04, 4.55531, 0, 0, -0.760406, 0.649449, 900, 255, 1, '', 49936, NULL), +(@OGUID+2715, 1624, 0, 36, 0, 1, 1, -50.2177, -112.871, 131.619, 6.07375, 0, 0, -0.104528, 0.994522, 900, 255, 1, '', 50664, NULL), +(@OGUID+2716, 1624, 0, 36, 0, 1, 1, -57.2439, -556.413, 153.507, 0.925024, 0, 0, 0.446198, 0.894935, 900, 255, 1, '', 50664, NULL), +(@OGUID+2717, 1624, 0, 36, 0, 1, 1, -60.0194, -194.283, 131.666, 5.89921, 0, 0, -0.190808, 0.981627, 900, 255, 1, '', 48120, NULL), +(@OGUID+2718, 1624, 0, 36, 0, 1, 1, 1029.87, -311.97, 54.6971, 3.82227, 0, 0, -0.942641, 0.333808, 900, 255, 1, '', 50664, NULL), +(@OGUID+2719, 1624, 0, 36, 0, 1, 1, 1084.62, -621.656, 90.2999, 0.366518, 0, 0, 0.182235, 0.983255, 900, 255, 1, '', 50664, NULL), +(@OGUID+2720, 1624, 0, 36, 0, 1, 1, 276.484, -776.265, 136.475, 3.71755, 0, 0, -0.958819, 0.284016, 900, 255, 1, '', 50664, NULL), +(@OGUID+2721, 1624, 0, 36, 0, 1, 1, 311.558, -826.1, 136.664, 0.750491, 0, 0, 0.366501, 0.930418, 900, 255, 1, '', 48632, NULL), +(@OGUID+2722, 1624, 0, 36, 0, 1, 1, 311.622, -587.455, 147.868, 4.20625, 0, 0, -0.861629, 0.507539, 900, 255, 1, '', 50664, NULL), +(@OGUID+2723, 1624, 0, 36, 0, 1, 1, 51.3582, 51.9281, 55.5354, 4.46804, 0, 0, -0.788011, 0.615662, 900, 255, 1, '', 49936, NULL), +(@OGUID+2724, 1624, 0, 36, 0, 1, 1, 55.5641, -50.3888, 99.1906, 5.044, 0, 0, -0.580703, 0.814116, 900, 255, 1, '', 50664, NULL), +(@OGUID+2725, 1624, 0, 36, 0, 1, 1, 782.181, -823.941, 165.031, 0.366518, 0, 0, 0.182235, 0.983255, 900, 255, 1, '', 50063, NULL), +(@OGUID+2726, 1624, 0, 36, 0, 1, 1, 879.578, -845.298, 128.948, 3.05433, 0, 0, 0.999048, 0.0436193, 900, 255, 1, '', 50063, NULL), +(@OGUID+2727, 1624, 0, 36, 0, 1, 1, 88.6101, -582.392, 141.557, 1.93731, 0, 0, 0.824125, 0.566408, 900, 255, 1, '', 50664, NULL), +(@OGUID+2728, 1624, 0, 36, 392, 1, 1, -96.4679, -58.3431, 142.345, 5.55015, 0, 0, -0.358368, 0.93358, 900, 255, 1, '', 47720, NULL), +(@OGUID+2729, 1624, 0, 36, 0, 1, 1, 192.174, -601.28, 126.948, 2.9845, 0, 0, 0.996917, 0.0784664, 900, 255, 1, '', 52237, NULL), +(@OGUID+2730, 1624, 0, 36, 272, 1, 1, 1018.67, -655.237, 105.711, 1.32645, 0, 0, 0.615661, 0.788011, 900, 255, 1, '', 50664, NULL), +(@OGUID+2731, 1624, 0, 36, 272, 1, 1, 187.893, -854.931, 156.516, 0.558504, 0, 0, 0.275637, 0.961262, 900, 255, 1, '', 47168, NULL), +(@OGUID+2732, 1624, 0, 36, 0, 1, 1, 380.512, -846.562, 127.959, 2.84488, 0, 0, 0.989016, 0.147811, 900, 255, 1, '', 52237, NULL), +(@OGUID+2733, 1624, 0, 36, 0, 1, 1, 475.342, -957.903, 131.565, 1.5708, 0, 0, 0.707107, 0.707107, 900, 255, 1, '', 45854, NULL), +(@OGUID+2734, 1624, 0, 36, 1679, 1, 1, 34.2845, -419.355, 126.663, 2.3911, 0, 0, 0.930417, 0.366502, 900, 255, 1, '', 52237, NULL), +(@OGUID+2735, 1624, 0, 36, 279, 1, 1, 13.7539, 221.86, 44.3383, 2.51327, 0, 0, 0.951056, 0.309017, 900, 255, 1, '', 47168, NULL), +(@OGUID+2736, 1624, 0, 36, 279, 1, 1, 184.216, 42.8294, 55.9464, 2.67035, 0, 0, 0.972369, 0.233448, 900, 255, 1, '', 45942, NULL), +(@OGUID+2737, 1624, 0, 36, 281, 1, 1, 341.968, -20.3998, 142.461, 3.73501, 0, 0, -0.956305, 0.292372, 900, 255, 1, '', 47168, NULL), +(@OGUID+2738, 1624, 0, 36, 284, 1, 1, 1031.8, -466.332, 112.072, 5.89921, 0, 0, -0.190808, 0.981627, 900, 255, 1, '', 52237, NULL), +(@OGUID+2739, 1624, 0, 36, 284, 1, 1, 946.267, -710.657, 118.683, 4.62512, 0, 0, -0.737277, 0.675591, 900, 255, 1, '', 52237, NULL), +(@OGUID+2740, 1624, 0, 36, 460, 1, 1, 1184.12, -474.71, 66.9761, 4.7473, 0, 0, -0.694658, 0.71934, 900, 255, 1, '', 50664, NULL), +(@OGUID+2741, 1628, 0, 36, 0, 1, 1, 473.569, -313.753, 157.633, 5.28835, 0, 0, -0.477159, 0.878817, 900, 255, 1, '', 49345, NULL), +(@OGUID+2742, 1628, 0, 36, 280, 1, 1, 493.417, -306.911, 153.738, 5.65487, 0, 0, -0.309016, 0.951057, 900, 255, 1, '', 52237, NULL), +(@OGUID+2743, 1628, 0, 36, 281, 1, 1, 479.536, -309.049, 155.839, 4.34587, 0, 0, -0.824126, 0.566406, 900, 255, 1, '', 52237, NULL), +(@OGUID+2744, 2041, 0, 36, 0, 1, 1, 1042.13, -218.064, 32.7624, 5.67232, 0, 0, -0.300705, 0.953717, 900, 255, 1, '', 49345, NULL), +(@OGUID+2745, 2041, 0, 36, 0, 1, 1, 1321.15, -164.634, 33.451, 0.366518, 0, 0, 0.182235, 0.983255, 900, 255, 1, '', 49936, NULL), +(@OGUID+2746, 2041, 0, 36, 0, 1, 1, 1393.61, -61.5613, 38.9985, 4.04917, 0, 0, -0.898793, 0.438373, 900, 255, 1, '', 50664, NULL), +(@OGUID+2747, 2041, 0, 36, 0, 1, 1, 206.544, -1247.73, 39.9185, 5.25344, 0, 0, -0.492423, 0.870356, 900, 255, 1, '', 48632, NULL), +(@OGUID+2748, 2041, 0, 36, 0, 1, 1, 283.791, -1287.66, 39.2282, 5.28835, 0, 0, -0.477159, 0.878817, 900, 255, 1, '', 48632, NULL), +(@OGUID+2749, 2041, 0, 36, 0, 1, 1, 297.799, -1378.66, 38.981, 5.09636, 0, 0, -0.559193, 0.829038, 900, 255, 1, '', 48632, NULL), +(@OGUID+2750, 2041, 0, 36, 0, 1, 1, 335.301, -1352.17, 40.368, 4.99164, 0, 0, -0.601814, 0.798636, 900, 255, 1, '', 48632, NULL), +(@OGUID+2751, 2041, 0, 36, 0, 1, 1, 352.731, -1452.43, 39.5358, 2.58308, 0, 0, 0.961261, 0.27564, 900, 255, 1, '', 49345, NULL), +(@OGUID+2752, 2041, 0, 36, 0, 1, 1, 396.544, -1424.91, 38.9625, 2.51327, 0, 0, 0.951056, 0.309017, 900, 255, 1, '', 49345, NULL), +(@OGUID+2753, 2041, 0, 36, 0, 1, 1, 465.736, 531.193, 41.1185, 5.3058, 0, 0, -0.469471, 0.882948, 900, 255, 1, '', 48632, NULL), +(@OGUID+2754, 2041, 0, 36, 0, 1, 1, 466.333, -1472.12, 40.626, 2.40855, 0, 0, 0.93358, 0.358368, 900, 255, 1, '', 48632, NULL), +(@OGUID+2755, 2041, 0, 36, 0, 1, 1, 473.583, 409.177, 33.1667, 5.11382, 0, 0, -0.551936, 0.833886, 900, 255, 1, '', 50664, NULL), +(@OGUID+2756, 2041, 0, 36, 0, 1, 1, 500.881, -1566.5, 39.456, 5.63741, 0, 0, -0.317305, 0.948324, 900, 255, 1, '', 49345, NULL), +(@OGUID+2757, 2041, 0, 36, 0, 1, 1, 534.668, -1541.55, 40.6436, 1.93731, 0, 0, 0.824125, 0.566408, 900, 255, 1, '', 48632, NULL), +(@OGUID+2758, 2041, 0, 36, 0, 1, 1, 786.777, -47.2454, 32.3237, 2.3911, 0, 0, 0.930417, 0.366502, 900, 255, 1, '', 49345, NULL), +(@OGUID+2759, 2041, 0, 36, 0, 1, 1, 884.468, -81.2903, 32.3366, 2.79252, 0, 0, 0.984807, 0.173652, 900, 255, 1, '', 50664, NULL), +(@OGUID+2760, 2041, 0, 36, 272, 1, 1, 654.929, 119.079, 33.3018, 5.18363, 0, 0, -0.522498, 0.85264, 900, 255, 1, '', 50664, NULL), +(@OGUID+2761, 2041, 0, 36, 1681, 1, 1, 956.356, -140.751, 31.779, 2.32129, 0, 0, 0.91706, 0.39875, 900, 255, 1, '', 52237, NULL), +(@OGUID+2762, 2041, 0, 36, 1682, 1, 1, 1115.69, -254.806, 32.94, 2.30383, 0, 0, 0.913545, 0.406738, 900, 255, 1, '', 52237, NULL), +(@OGUID+2763, 2041, 0, 36, 1682, 1, 1, 1220.57, -257.893, 32.6141, 0.366518, 0, 0, 0.182235, 0.983255, 900, 255, 1, '', 52237, NULL), +(@OGUID+2764, 2041, 0, 36, 1684, 1, 1, 433.022, -1500.31, 39.2961, 5.67232, 0, 0, -0.300705, 0.953717, 900, 255, 1, '', 45613, NULL), +(@OGUID+2765, 2042, 0, 36, 0, 1, 1, -16.0845, 377.3, 48.6796, 1.6057, 0, 0, 0.719339, 0.694659, 900, 255, 1, '', 48340, NULL), +(@OGUID+2766, 2042, 0, 36, 0, 1, 1, 1096.76, -739.668, 72.5248, 1.0821, 0, 0, 0.515038, 0.857168, 900, 255, 1, '', 49345, NULL), +(@OGUID+2767, 2042, 0, 36, 0, 1, 1, 11.9988, 179.588, 45.3398, 3.38594, 0, 0, -0.992546, 0.12187, 900, 255, 1, '', 50063, NULL), +(@OGUID+2768, 2042, 0, 36, 0, 1, 1, 1106.82, -353.518, 43.0181, 4.32842, 0, 0, -0.829037, 0.559194, 900, 255, 1, '', 49345, NULL), +(@OGUID+2769, 2042, 0, 36, 0, 1, 1, 1140.04, -581.97, 80.4874, 2.51327, 0, 0, 0.951056, 0.309017, 900, 255, 1, '', 50664, NULL), +(@OGUID+2770, 2042, 0, 36, 0, 1, 1, 1216.97, -338.416, 43.6423, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 49936, NULL), +(@OGUID+2771, 2042, 0, 36, 0, 1, 1, 171.56, -30.6048, 71.7803, 2.58308, 0, 0, 0.961261, 0.27564, 900, 255, 1, '', 49345, NULL), +(@OGUID+2772, 2042, 0, 36, 0, 1, 1, 533.329, -1443.44, 50.8982, 5.72468, 0, 0, -0.275637, 0.961262, 900, 255, 1, '', 49345, NULL), +(@OGUID+2773, 2042, 0, 36, 0, 1, 1, 6.72537, -35.8818, 95.798, 3.50812, 0, 0, -0.983254, 0.182238, 900, 255, 1, '', 48120, NULL), +(@OGUID+2774, 2042, 0, 36, 0, 1, 1, 692.225, -1384.84, 99.6657, 1.09956, 0, 0, 0.522498, 0.85264, 900, 255, 1, '', 48632, NULL), +(@OGUID+2775, 2042, 0, 36, 0, 1, 1, 723.953, -854.599, 162.429, 6.02139, 0, 0, -0.130526, 0.991445, 900, 255, 1, '', 50063, NULL), +(@OGUID+2776, 2042, 0, 36, 0, 1, 1, 625.747, -1149.7, 156.467, 5.49779, 0, 0, -0.382683, 0.92388, 900, 255, 1, '', 49822, NULL), +(@OGUID+2777, 2042, 0, 36, 0, 1, 1, 634.193, -966.233, 164.721, 4.17134, 0, 0, -0.870356, 0.492424, 900, 255, 1, '', 49822, NULL), +(@OGUID+2778, 2042, 0, 36, 0, 1, 1, 295.734, -670.961, 134.586, 6.21337, 0, 0, -0.0348988, 0.999391, 900, 255, 1, '', 52237, NULL), +(@OGUID+2779, 2042, 0, 36, 272, 1, 1, -38.9596, 192.553, 50.7099, 5.96903, 0, 0, -0.156434, 0.987688, 900, 255, 1, '', 50664, NULL), +(@OGUID+2780, 2042, 0, 36, 1682, 1, 1, 1127.37, -448.569, 65.8939, 3.31614, 0, 0, -0.996194, 0.087165, 900, 255, 1, '', 52237, NULL), +(@OGUID+2781, 2042, 0, 36, 279, 1, 1, 411.041, 121.515, 42.3566, 4.99164, 0, 0, -0.601814, 0.798636, 900, 255, 1, '', 52237, NULL), +(@OGUID+2782, 2042, 0, 36, 284, 1, 1, 1028.41, -776.417, 100.061, 5.93412, 0, 0, -0.173648, 0.984808, 900, 255, 1, '', 52237, NULL), +(@OGUID+2783, 2042, 0, 36, 284, 1, 1, 816.169, -971.641, 136.713, 2.67035, 0, 0, 0.972369, 0.233448, 900, 255, 1, '', 52237, NULL), +(@OGUID+2784, 2042, 0, 36, 284, 1, 1, 913.639, -785.561, 124.382, 4.46804, 0, 0, -0.788011, 0.615662, 900, 255, 1, '', 52237, NULL), +(@OGUID+2785, 2042, 0, 36, 460, 1, 1, 714.882, -988.094, 164.792, 4.88692, 0, 0, -0.642787, 0.766045, 900, 255, 1, '', 50664, NULL), +(@OGUID+2786, 2043, 0, 36, 0, 1, 1, -116.969, -118.776, 137.862, 2.93214, 0, 0, 0.994521, 0.104536, 900, 255, 1, '', 50063, NULL), +(@OGUID+2787, 2043, 0, 36, 0, 1, 1, -224.735, -434.981, 71.6844, 3.59538, 0, 0, -0.97437, 0.224951, 900, 255, 1, '', 49345, NULL), +(@OGUID+2788, 2043, 0, 36, 0, 1, 1, -248.326, -285.914, 166.76, 5.53269, 0, 0, -0.366501, 0.930418, 900, 255, 1, '', 48120, NULL), +(@OGUID+2789, 2043, 0, 36, 0, 1, 1, -61.4537, -242.914, 138.338, 2.63544, 0, 0, 0.968147, 0.250381, 900, 255, 1, '', 50664, NULL), +(@OGUID+2790, 2043, 0, 36, 0, 1, 1, 1183.12, -315.709, 42.4671, 6.03884, 0, 0, -0.121869, 0.992546, 900, 255, 1, '', 49345, NULL), +(@OGUID+2791, 2043, 0, 36, 0, 1, 1, 1272.28, -259.936, 46.5083, 2.54818, 0, 0, 0.956305, 0.292372, 900, 255, 1, '', 49936, NULL), +(@OGUID+2792, 2043, 0, 36, 0, 1, 1, 366.359, -781.086, 137.581, 1.53589, 0, 0, 0.694658, 0.71934, 900, 255, 1, '', 48632, NULL), +(@OGUID+2793, 2043, 0, 36, 0, 1, 1, 482.952, -1002.54, 134.929, 5.91667, 0, 0, -0.182235, 0.983255, 900, 255, 1, '', 50063, NULL), +(@OGUID+2794, 2043, 0, 36, 0, 1, 1, 498.507, -1343.87, 68.2421, 5.48033, 0, 0, -0.390731, 0.920505, 900, 255, 1, '', 50664, NULL), +(@OGUID+2795, 2043, 0, 36, 0, 1, 1, 696.216, -803.623, 166.445, 3.49067, 0, 0, -0.984807, 0.173652, 900, 255, 1, '', 50664, NULL), +(@OGUID+2796, 2043, 0, 36, 0, 1, 1, 965.782, -883.747, 114.281, 1.0821, 0, 0, 0.515038, 0.857168, 900, 255, 1, '', 49345, NULL), +(@OGUID+2797, 2043, 0, 36, 0, 1, 1, 999.779, -246.018, 48.918, 1.62316, 0, 0, 0.725374, 0.688355, 900, 255, 1, '', 50664, NULL), +(@OGUID+2798, 2043, 0, 36, 0, 1, 1, 557.427, -914.345, 168.127, 0.261798, 0, 0, 0.130526, 0.991445, 900, 255, 1, '', 49822, NULL), +(@OGUID+2799, 2043, 0, 36, 392, 1, 1, 143.653, -93.971, 115.869, 0.436332, 0, 0, 0.216439, 0.976296, 900, 255, 1, '', 47720, NULL), +(@OGUID+2800, 2043, 0, 36, 272, 1, 1, 1208.92, -445.617, 61.4016, 6.02139, 0, 0, -0.130526, 0.991445, 900, 255, 1, '', 50664, NULL), +(@OGUID+2801, 2043, 0, 36, 0, 1, 1, 651.71, -1333.18, 108.475, 5.96903, 0, 0, -0.156434, 0.987688, 900, 255, 1, '', 52237, NULL), +(@OGUID+2802, 2043, 0, 36, 1680, 1, 1, -44.0645, -436.343, 105.588, 3.14159, 0, 0, -1, 0, 900, 255, 1, '', 45942, NULL), +(@OGUID+2803, 2043, 0, 36, 1682, 1, 1, 1017.78, -357.786, 61.5597, 2.91469, 0, 0, 0.993571, 0.113208, 900, 255, 1, '', 45942, NULL), +(@OGUID+2804, 2043, 0, 36, 1682, 1, 1, 1216.54, -502.072, 62.9315, 5.07891, 0, 0, -0.566406, 0.824126, 900, 255, 1, '', 52237, NULL), +(@OGUID+2805, 2043, 0, 36, 280, 1, 1, 599.274, -846.469, 158.328, 1.15192, 0, 0, 0.544639, 0.838671, 900, 255, 1, '', 52237, NULL), +(@OGUID+2806, 2043, 0, 36, 280, 1, 1, 687.838, -860.993, 158.683, 4.95674, 0, 0, -0.615661, 0.788011, 900, 255, 1, '', 52237, NULL), +(@OGUID+2807, 2043, 0, 36, 280, 1, 1, 870.148, -925.065, 130.53, 2.1293, 0, 0, 0.874619, 0.48481, 900, 255, 1, '', 52237, NULL), +(@OGUID+2808, 2043, 0, 36, 282, 1, 1, 735.648, -807.982, 166.306, 2.09439, 0, 0, 0.866025, 0.500001, 900, 255, 1, '', 46779, NULL), +(@OGUID+2809, 2043, 0, 36, 284, 1, 1, 952.389, -635.235, 122.236, 0.925024, 0, 0, 0.446198, 0.894935, 900, 255, 1, '', 52237, NULL), +(@OGUID+2810, 2043, 0, 36, 460, 1, 1, 1201.66, -569.665, 71.0431, 4.17134, 0, 0, -0.870356, 0.492424, 900, 255, 1, '', 49822, NULL), +(@OGUID+2811, 2043, 0, 36, 4620, 1, 1, 1130.94, -716.134, 67.074, 4.88692, 0, 0, -0.642787, 0.766045, 900, 255, 1, '', 50250, NULL), +(@OGUID+2812, 2044, 0, 36, 0, 1, 1, 210.969, -220.867, 141.12, 5.00909, 0, 0, -0.594823, 0.803857, 900, 255, 1, '', 50664, NULL), +(@OGUID+2813, 2044, 0, 36, 0, 1, 1, 313.651, -349.851, 167.662, 4.86947, 0, 0, -0.649447, 0.760406, 900, 255, 1, '', 50664, NULL), +(@OGUID+2814, 2044, 0, 36, 0, 1, 1, 487.716, -574.645, 180.137, 5.21854, 0, 0, -0.507538, 0.861629, 900, 255, 1, '', 48632, NULL), +(@OGUID+2815, 2044, 0, 36, 0, 1, 1, 525.429, -133.65, 145.502, 3.26377, 0, 0, -0.998135, 0.0610518, 900, 255, 1, '', 49345, NULL), +(@OGUID+2816, 2044, 0, 36, 0, 1, 1, 713.304, -554.205, 163.252, 2.04204, 0, 0, 0.85264, 0.522499, 900, 255, 1, '', 50664, NULL), +(@OGUID+2817, 2044, 0, 36, 0, 1, 1, 783.456, -247.429, 135.859, 3.01941, 0, 0, 0.998135, 0.0610518, 900, 255, 1, '', 50664, NULL), +(@OGUID+2818, 2044, 0, 36, 272, 1, 1, 708.759, -744.561, 163.241, 4.17134, 0, 0, -0.870356, 0.492424, 900, 255, 1, '', 50664, NULL), +(@OGUID+2819, 2044, 0, 36, 1357, 1, 1, 319.05, -448.606, 161.647, 2.56563, 0, 0, 0.958819, 0.284016, 900, 255, 1, '', 52237, NULL), +(@OGUID+2820, 2044, 0, 36, 1357, 1, 1, 439.039, -242.432, 155.82, 2.96704, 0, 0, 0.996194, 0.087165, 900, 255, 1, '', 52237, NULL), +(@OGUID+2821, 2044, 0, 36, 1357, 1, 1, 519.231, -117.076, 145.335, 0.226892, 0, 0, 0.113203, 0.993572, 900, 255, 1, '', 51943, NULL), +(@OGUID+2822, 2044, 0, 36, 1357, 1, 1, 681.078, -549.017, 171.199, 1.48353, 0, 0, 0.67559, 0.737278, 900, 255, 1, '', 45942, NULL), +(@OGUID+2823, 2044, 0, 36, 1683, 1, 1, 153.907, -280.618, 154.185, 1.8675, 0, 0, 0.803857, 0.594823, 900, 255, 1, '', 52237, NULL), +(@OGUID+2824, 2044, 0, 36, 1683, 1, 1, 179.995, -248.8, 149.441, 6.00393, 0, 0, -0.139173, 0.990268, 900, 255, 1, '', 52237, NULL), +(@OGUID+2825, 2044, 0, 36, 1683, 1, 1, 217.143, -315.348, 155.358, 4.04917, 0, 0, -0.898793, 0.438373, 900, 255, 1, '', 47168, NULL), +(@OGUID+2826, 2044, 0, 36, 280, 1, 1, 606.742, -201.236, 144.531, 0.383971, 0, 0, 0.190808, 0.981627, 900, 255, 1, '', 52237, NULL), +(@OGUID+2827, 2044, 0, 36, 281, 1, 1, 381.986, -313.19, 164.722, 4.85202, 0, 0, -0.656058, 0.75471, 900, 255, 1, '', 47168, NULL), +(@OGUID+2828, 2044, 0, 36, 281, 1, 1, 544.052, -207.92, 146.243, 1.48353, 0, 0, 0.67559, 0.737278, 900, 255, 1, '', 52237, NULL), +(@OGUID+2829, 2044, 0, 36, 281, 1, 1, 545.584, -446.205, 167.449, 5.20108, 0, 0, -0.515038, 0.857168, 900, 255, 1, '', 53788, NULL), +(@OGUID+2830, 2044, 0, 36, 281, 1, 1, 611.006, -113.783, 135.792, 4.60767, 0, 0, -0.743144, 0.669131, 900, 255, 1, '', 52237, NULL), +(@OGUID+2831, 2044, 0, 36, 281, 1, 1, 842.553, -443.482, 135.009, 2.80998, 0, 0, 0.986285, 0.16505, 900, 255, 1, '', 46779, NULL), +(@OGUID+2832, 2044, 0, 36, 282, 1, 1, 722.54, -699.398, 159.316, 3.21142, 0, 0, -0.999391, 0.0349061, 900, 255, 1, '', 46779, NULL), +(@OGUID+2833, 2044, 0, 36, 282, 1, 1, 752.397, -674.923, 152.095, 5.93412, 0, 0, -0.173648, 0.984808, 900, 255, 1, '', 52237, NULL), +(@OGUID+2834, 2044, 0, 36, 460, 1, 1, 319.122, -386.163, 170.845, 3.85718, 0, 0, -0.936671, 0.35021, 900, 255, 1, '', 50664, NULL), +(@OGUID+2835, 2044, 0, 36, 460, 1, 1, 385.354, -492.492, 174.862, 4.85202, 0, 0, -0.656058, 0.75471, 900, 255, 1, '', 50664, NULL), +(@OGUID+2836, 2046, 0, 36, 0, 1, 1, 1093.45, -715.179, 77.7529, 6.05629, 0, 0, -0.113203, 0.993572, 900, 255, 1, '', 50664, NULL), +(@OGUID+2837, 2046, 0, 36, 0, 1, 1, 1102.51, -477.82, 91.9287, 3.194, 0, 0, -0.999657, 0.0262016, 900, 255, 1, '', 49345, NULL), +(@OGUID+2838, 2046, 0, 36, 0, 1, 1, 1227.19, -555.764, 74.0355, 3.73501, 0, 0, -0.956305, 0.292372, 900, 255, 1, '', 49345, NULL), +(@OGUID+2839, 2046, 0, 36, 0, 1, 1, 341.735, -795.433, 141.415, 3.78737, 0, 0, -0.948323, 0.317306, 900, 255, 1, '', 48632, NULL), +(@OGUID+2840, 2046, 0, 36, 0, 1, 1, 381.352, -626.85, 162.435, 5.41052, 0, 0, -0.422618, 0.906308, 900, 255, 1, '', 49936, NULL), +(@OGUID+2841, 2046, 0, 36, 0, 1, 1, 408.782, -316.026, 163.549, 5.23599, 0, 0, -0.5, 0.866025, 900, 255, 1, '', 49345, NULL), +(@OGUID+2842, 2046, 0, 36, 0, 1, 1, 601.492, -257.09, 152.942, 2.9845, 0, 0, 0.996917, 0.0784664, 900, 255, 1, '', 50664, NULL), +(@OGUID+2843, 2046, 0, 36, 0, 1, 1, 619.542, -181.708, 151.73, 1.90241, 0, 0, 0.814116, 0.580703, 900, 255, 1, '', 49345, NULL), +(@OGUID+2844, 2046, 0, 36, 0, 1, 1, 643.962, -695.862, 205.971, 4.99164, 0, 0, -0.601814, 0.798636, 900, 255, 1, '', 50664, NULL), +(@OGUID+2845, 2046, 0, 36, 0, 1, 1, 673.078, -488.209, 182.39, 4.64258, 0, 0, -0.731354, 0.681998, 900, 255, 1, '', 50664, NULL), +(@OGUID+2846, 2046, 0, 36, 0, 1, 1, 706.655, -401.579, 170.44, 2.46091, 0, 0, 0.942641, 0.333808, 900, 255, 1, '', 48632, NULL), +(@OGUID+2847, 2046, 0, 36, 0, 1, 1, 778.003, -343.424, 150.982, 5.84685, 0, 0, -0.216439, 0.976296, 900, 255, 1, '', 50664, NULL), +(@OGUID+2848, 2046, 0, 36, 0, 1, 1, 781.663, -164.077, 129.533, 0.855211, 0, 0, 0.414693, 0.909961, 900, 255, 1, '', 49345, NULL), +(@OGUID+2849, 2046, 0, 36, 0, 1, 1, 874.433, -211.295, 133.795, 4.15388, 0, 0, -0.874619, 0.48481, 900, 255, 1, '', 50664, NULL), +(@OGUID+2850, 2046, 0, 36, 0, 1, 1, 925.567, -276.475, 144.031, 3.73501, 0, 0, -0.956305, 0.292372, 900, 255, 1, '', 49936, NULL), +(@OGUID+2851, 2046, 0, 36, 0, 1, 1, 926.029, -279.575, 145, 3.17653, 0, 0, -0.999847, 0.0174693, 900, 255, 1, '', 49936, NULL), +(@OGUID+2852, 2046, 0, 36, 0, 1, 1, 285.271, -579.124, 156.518, 2.54818, 0, 0, 0.956305, 0.292372, 900, 255, 1, '', 45572, NULL), +(@OGUID+2853, 2046, 0, 36, 272, 1, 1, 1086.55, -404.739, 66.0003, 3.4383, 0, 0, -0.989016, 0.147811, 900, 255, 1, '', 50664, NULL), +(@OGUID+2854, 2046, 0, 36, 272, 1, 1, 746.137, -986.213, 164.649, 5.13127, 0, 0, -0.544639, 0.838671, 900, 255, 1, '', 50664, NULL), +(@OGUID+2855, 2046, 0, 36, 1357, 1, 1, 405.361, -570.059, 167.804, 4.15388, 0, 0, -0.874619, 0.48481, 900, 255, 1, '', 52237, NULL), +(@OGUID+2856, 2046, 0, 36, 1357, 1, 1, 453.387, -501.445, 187.001, 2.47837, 0, 0, 0.945518, 0.325568, 900, 255, 1, '', 47168, NULL), +(@OGUID+2857, 2046, 0, 36, 1357, 1, 1, 500.427, -170.212, 151.195, 4.06662, 0, 0, -0.894934, 0.446199, 900, 255, 1, '', 51943, NULL), +(@OGUID+2858, 2046, 0, 36, 1357, 1, 1, 583.982, -503.847, 186.546, 2.25147, 0, 0, 0.902585, 0.430512, 900, 255, 1, '', 52237, NULL), +(@OGUID+2859, 2046, 0, 36, 1357, 1, 1, 586.493, 22.1321, 103.655, 2.05949, 0, 0, 0.857167, 0.515038, 900, 255, 1, '', 51943, NULL), +(@OGUID+2860, 2046, 0, 36, 1357, 1, 1, 752.568, -899.055, 162.728, 1.22173, 0, 0, 0.573576, 0.819152, 900, 255, 1, '', 51943, NULL), +(@OGUID+2861, 2046, 0, 36, 1681, 1, 1, 664.564, -67.5244, 119.826, 0.296705, 0, 0, 0.147809, 0.989016, 900, 255, 1, '', 52237, NULL), +(@OGUID+2862, 2046, 0, 36, 1682, 1, 1, 1163.05, -317.217, 49.2065, 6.07375, 0, 0, -0.104528, 0.994522, 900, 255, 1, '', 52237, NULL), +(@OGUID+2863, 2046, 0, 36, 1682, 1, 1, 998.437, -277.434, 59.6136, 2.16421, 0, 0, 0.882947, 0.469473, 900, 255, 1, '', 47168, NULL), +(@OGUID+2864, 2046, 0, 36, 280, 1, 1, 569.491, -867.764, 170.169, 6.03884, 0, 0, -0.121869, 0.992546, 900, 255, 1, '', 46779, NULL), +(@OGUID+2865, 2046, 0, 36, 283, 1, 1, 931.901, -513.277, 149.803, 0.872664, 0, 0, 0.422618, 0.906308, 900, 255, 1, '', 46779, NULL), +(@OGUID+2866, 2046, 0, 36, 284, 1, 1, 788.919, -779.384, 180.029, 5.68977, 0, 0, -0.292372, 0.956305, 900, 255, 1, '', 52237, NULL), +(@OGUID+2867, 2046, 0, 36, 284, 1, 1, 948.027, -609.01, 155.366, 4.95674, 0, 0, -0.615661, 0.788011, 900, 255, 1, '', 52237, NULL), +(@OGUID+2868, 1732, 0, 36, 0, 1, 1, -16.5498, 463.366, 53.6286, 5.11382, 0, 0, -0.551936, 0.833886, 900, 255, 1, '', 49345, NULL), +(@OGUID+2869, 1732, 0, 36, 0, 1, 1, -161.117, 398.667, 105.474, 4.08407, 0, 0, -0.891006, 0.453991, 900, 255, 1, '', 49345, NULL), +(@OGUID+2870, 1732, 0, 36, 0, 1, 1, -185.258, 375.062, 116.572, 1.02974, 0, 0, 0.492423, 0.870356, 900, 255, 1, '', 49345, NULL), +(@OGUID+2871, 1732, 0, 36, 0, 1, 1, -19.4989, -33.674, 106.887, 5.3058, 0, 0, -0.469471, 0.882948, 900, 255, 1, '', 50063, NULL), +(@OGUID+2872, 1732, 0, 36, 0, 1, 1, -41.0918, 415.415, 62.6462, 4.27606, 0, 0, -0.843391, 0.5373, 900, 255, 1, '', 48340, NULL), +(@OGUID+2873, 1732, 0, 36, 0, 1, 1, 244.997, -10.5061, 83.3397, 0.209439, 0, 0, 0.104528, 0.994522, 900, 255, 1, '', 49345, NULL), +(@OGUID+2874, 1732, 0, 36, 0, 1, 1, 75.6466, -78.375, 114.581, 2.02458, 0, 0, 0.848047, 0.529921, 900, 255, 1, '', 48120, NULL), +(@OGUID+2875, 1732, 0, 36, 0, 1, 1, 136.547, 539.18, 49.9037, 4.39823, 0, 0, -0.809016, 0.587786, 900, 255, 1, '', 46779, NULL), +(@OGUID+2876, 1732, 0, 36, 286, 1, 1, 12.0793, -148.168, 130.97, 3.3685, 0, 0, -0.993571, 0.113208, 900, 255, 1, '', 52237, NULL), +(@OGUID+2877, 1732, 0, 36, 1677, 1, 1, -79.3546, 21.6975, 95.3539, 1.71042, 0, 0, 0.754709, 0.656059, 900, 255, 1, '', 47168, NULL), +(@OGUID+2878, 1732, 0, 36, 278, 1, 1, -115.369, 448.229, 109.746, 0.837757, 0, 0, 0.406736, 0.913546, 900, 255, 1, '', 52237, NULL), +(@OGUID+2879, 1732, 0, 36, 279, 1, 1, 225.675, -72.2974, 110.061, 1.95477, 0, 0, 0.829038, 0.559193, 900, 255, 1, '', 52237, NULL), +(@OGUID+2880, 1733, 0, 36, 0, 1, 1, -16.5498, 463.366, 53.6286, 5.11382, 0, 0, -0.551936, 0.833886, 900, 255, 1, '', 49345, NULL), +(@OGUID+2881, 1733, 0, 36, 0, 1, 1, -161.117, 398.667, 105.474, 4.08407, 0, 0, -0.891006, 0.453991, 900, 255, 1, '', 49345, NULL), +(@OGUID+2882, 1733, 0, 36, 0, 1, 1, -185.258, 375.062, 116.572, 1.02974, 0, 0, 0.492423, 0.870356, 900, 255, 1, '', 49345, NULL), +(@OGUID+2883, 1733, 0, 36, 0, 1, 1, -19.4989, -33.674, 106.887, 5.3058, 0, 0, -0.469471, 0.882948, 900, 255, 1, '', 50063, NULL), +(@OGUID+2884, 1733, 0, 36, 0, 1, 1, -41.0918, 415.415, 62.6462, 4.27606, 0, 0, -0.843391, 0.5373, 900, 255, 1, '', 48340, NULL), +(@OGUID+2885, 1733, 0, 36, 0, 1, 1, 244.997, -10.5061, 83.3397, 0.209439, 0, 0, 0.104528, 0.994522, 900, 255, 1, '', 49345, NULL), +(@OGUID+2886, 1733, 0, 36, 0, 1, 1, 75.6466, -78.375, 114.581, 2.02458, 0, 0, 0.848047, 0.529921, 900, 255, 1, '', 48120, NULL), +(@OGUID+2887, 1733, 0, 36, 0, 1, 1, 136.547, 539.18, 49.9037, 4.39823, 0, 0, -0.809016, 0.587786, 900, 255, 1, '', 46779, NULL), +(@OGUID+2888, 1733, 0, 36, 286, 1, 1, 12.0793, -148.168, 130.97, 3.3685, 0, 0, -0.993571, 0.113208, 900, 255, 1, '', 52237, NULL), +(@OGUID+2889, 1733, 0, 36, 1677, 1, 1, -79.3546, 21.6975, 95.3539, 1.71042, 0, 0, 0.754709, 0.656059, 900, 255, 1, '', 47168, NULL), +(@OGUID+2890, 1733, 0, 36, 278, 1, 1, -115.369, 448.229, 109.746, 0.837757, 0, 0, 0.406736, 0.913546, 900, 255, 1, '', 52237, NULL), +(@OGUID+2891, 1733, 0, 36, 279, 1, 1, 225.675, -72.2974, 110.061, 1.95477, 0, 0, 0.829038, 0.559193, 900, 255, 1, '', 52237, NULL), +(@OGUID+2892, 1735, 0, 36, 1683, 1, 1, 141.451, -364.934, 168.432, 6.02139, 0, 0, -0.130526, 0.991445, 900, 255, 1, '', 52237, NULL), +(@OGUID+2893, 1735, 0, 36, 0, 1, 1, -31.1745, -221.648, 138.074, 5.65487, 0, 0, -0.309016, 0.951057, 900, 255, 1, '', 50664, NULL), +(@OGUID+2894, 1735, 0, 36, 0, 1, 1, 1037.81, -389.476, 69.1144, 2.04204, 0, 0, 0.85264, 0.522499, 900, 255, 1, '', 50664, NULL), +(@OGUID+2895, 1735, 0, 36, 0, 1, 1, 1050.18, -860.949, 104.537, 1.65806, 0, 0, 0.737277, 0.675591, 900, 255, 1, '', 50063, NULL), +(@OGUID+2896, 1735, 0, 36, 0, 1, 1, 1302.34, -290.889, 67.2381, 0.994837, 0, 0, 0.477159, 0.878817, 900, 255, 1, '', 49936, NULL), +(@OGUID+2897, 1735, 0, 36, 0, 1, 1, 264.654, -44.6943, 124.458, 5.11382, 0, 0, -0.551936, 0.833886, 900, 255, 1, '', 50664, NULL), +(@OGUID+2898, 1735, 0, 36, 0, 1, 1, 266.302, -508.268, 197.204, 4.03171, 0, 0, -0.902585, 0.430512, 900, 255, 1, '', 50664, NULL), +(@OGUID+2899, 1735, 0, 36, 0, 1, 1, 268.705, -260.049, 146.034, 2.1293, 0, 0, 0.874619, 0.48481, 900, 255, 1, '', 49936, NULL), +(@OGUID+2900, 1735, 0, 36, 0, 1, 1, 355.875, -130.356, 149.666, 0.820303, 0, 0, 0.398748, 0.91706, 900, 255, 1, '', 49345, NULL), +(@OGUID+2901, 1735, 0, 36, 0, 1, 1, 468.357, -160.365, 168.897, 4.88692, 0, 0, -0.642787, 0.766045, 900, 255, 1, '', 50664, NULL), +(@OGUID+2902, 1735, 0, 36, 0, 1, 1, 470.614, -992.025, 133.917, 3.10665, 0, 0, 0.999847, 0.0174693, 900, 255, 1, '', 50063, NULL), +(@OGUID+2903, 1735, 0, 36, 0, 1, 1, 525.345, -378.22, 181.558, 0.994837, 0, 0, 0.477159, 0.878817, 900, 255, 1, '', 49345, NULL), +(@OGUID+2904, 1735, 0, 36, 0, 1, 1, 550.242, -438.635, 170.444, 4.15388, 0, 0, -0.874619, 0.48481, 900, 255, 1, '', 50664, NULL), +(@OGUID+2905, 1735, 0, 36, 0, 1, 1, 551.741, -661.495, 187.468, 3.80482, 0, 0, -0.945518, 0.325568, 900, 255, 1, '', 50664, NULL), +(@OGUID+2906, 1735, 0, 36, 0, 1, 1, 595.001, -651.02, 153.667, 4.20625, 0, 0, -0.861629, 0.507539, 900, 255, 1, '', 50664, NULL), +(@OGUID+2907, 1735, 0, 36, 0, 1, 1, 617.05, -648.97, 154.328, 6.14356, 0, 0, -0.0697556, 0.997564, 900, 255, 1, '', 48632, NULL), +(@OGUID+2908, 1735, 0, 36, 0, 1, 1, 643.3, -732.88, 155.584, 2.53072, 0, 0, 0.953716, 0.300708, 900, 255, 1, '', 50664, NULL), +(@OGUID+2909, 1735, 0, 36, 0, 1, 1, 663.022, -590.838, 161.983, 0.767944, 0, 0, 0.374606, 0.927184, 900, 255, 1, '', 50664, NULL), +(@OGUID+2910, 1735, 0, 36, 0, 1, 1, 679.88, -652.475, 159.182, 2.47837, 0, 0, 0.945518, 0.325568, 900, 255, 1, '', 50664, NULL), +(@OGUID+2911, 1735, 0, 36, 0, 1, 1, 688.843, -1369.28, 111.343, 3.59538, 0, 0, -0.97437, 0.224951, 900, 255, 1, '', 49345, NULL), +(@OGUID+2912, 1735, 0, 36, 0, 1, 1, 725.663, -1076.18, 157.488, 3.05433, 0, 0, 0.999048, 0.0436193, 900, 255, 1, '', 50664, NULL), +(@OGUID+2913, 1735, 0, 36, 0, 1, 1, 769.556, -501.706, 141.871, 2.25147, 0, 0, 0.902585, 0.430512, 900, 255, 1, '', 50664, NULL), +(@OGUID+2914, 1735, 0, 36, 0, 1, 1, 781.768, -457.309, 146.165, 4.01426, 0, 0, -0.906307, 0.422619, 900, 255, 1, '', 49345, NULL), +(@OGUID+2915, 1735, 0, 36, 0, 1, 1, 802.018, -298.852, 140.517, 0.95993, 0, 0, 0.461748, 0.887011, 900, 255, 1, '', 50664, NULL), +(@OGUID+2916, 1735, 0, 36, 0, 1, 1, 868.787, -536.433, 146.763, 3.63029, 0, 0, -0.970295, 0.241925, 900, 255, 1, '', 49345, NULL), +(@OGUID+2917, 1735, 0, 36, 0, 1, 1, 927.011, -342.925, 143.022, 1.53589, 0, 0, 0.694658, 0.71934, 900, 255, 1, '', 50664, NULL), +(@OGUID+2918, 1735, 0, 36, 0, 1, 1, 970.277, -916.3, 136.895, 2.37364, 0, 0, 0.927183, 0.374608, 900, 255, 1, '', 50664, NULL), +(@OGUID+2919, 1735, 0, 36, 0, 1, 1, 580.516, -996.459, 146.481, 5.41052, 0, 0, -0.422618, 0.906308, 900, 255, 1, '', 49822, NULL), +(@OGUID+2920, 1735, 0, 36, 392, 1, 1, 444.986, -906.441, 132.939, 5.34071, 0, 0, -0.45399, 0.891007, 900, 255, 1, '', 47720, NULL), +(@OGUID+2921, 1735, 0, 36, 272, 1, 1, 1220.72, -362.385, 56.5595, 5.02655, 0, 0, -0.587785, 0.809017, 900, 255, 1, '', 50664, NULL), +(@OGUID+2922, 1735, 0, 36, 272, 1, 1, 502.952, -1391.69, 72.4759, 6.03884, 0, 0, -0.121869, 0.992546, 900, 255, 1, '', 50664, NULL), +(@OGUID+2923, 1735, 0, 36, 272, 1, 1, 546.099, 25.8329, 132.257, 4.85202, 0, 0, -0.656058, 0.75471, 900, 255, 1, '', 50664, NULL), +(@OGUID+2924, 1735, 0, 36, 272, 1, 1, 619.479, -685.931, 155.661, 1.0472, 0, 0, 0.5, 0.866025, 900, 255, 1, '', 50664, NULL), +(@OGUID+2925, 1735, 0, 36, 272, 1, 1, 716.587, -648.227, 170.116, 4.67748, 0, 0, -0.719339, 0.694659, 900, 255, 1, '', 50664, NULL), +(@OGUID+2926, 1735, 0, 36, 272, 1, 1, 846.026, -1021.78, 144.245, 2.93214, 0, 0, 0.994521, 0.104536, 900, 255, 1, '', 50664, NULL), +(@OGUID+2927, 1735, 0, 36, 0, 1, 1, 224.513, -1487.89, 64.2197, 5.49779, 0, 0, -0.382683, 0.92388, 900, 255, 1, '', 46248, NULL), +(@OGUID+2928, 1735, 0, 36, 0, 1, 1, 412.711, -672.618, 179.944, 1.09956, 0, 0, 0.522498, 0.85264, 900, 255, 1, '', 52237, NULL), +(@OGUID+2929, 1735, 0, 36, 1357, 1, 1, 448.832, 7.38818, 140.777, 2.02458, 0, 0, 0.848047, 0.529921, 900, 255, 1, '', 52237, NULL), +(@OGUID+2930, 1735, 0, 36, 1357, 1, 1, 581.203, -703.03, 153.828, 6.16101, 0, 0, -0.0610485, 0.998135, 900, 255, 1, '', 52237, NULL), +(@OGUID+2931, 1735, 0, 36, 1357, 1, 1, 627.304, -724.827, 188.74, 4.11898, 0, 0, -0.882947, 0.469473, 900, 255, 1, '', 52237, NULL), +(@OGUID+2932, 1735, 0, 36, 1681, 1, 1, 755.703, -136.77, 123.389, 0.541051, 0, 0, 0.267238, 0.963631, 900, 255, 1, '', 52237, NULL), +(@OGUID+2933, 1735, 0, 36, 1682, 1, 1, 1216.42, -459.816, 69.9228, 2.47837, 0, 0, 0.945518, 0.325568, 900, 255, 1, '', 52237, NULL), +(@OGUID+2934, 1735, 0, 36, 1683, 1, 1, 230.008, -255.811, 147.595, 0.314158, 0, 0, 0.156434, 0.987688, 900, 255, 1, '', 52237, NULL), +(@OGUID+2935, 1735, 0, 36, 1684, 1, 1, 444.871, -1604.78, 68.803, 1.83259, 0, 0, 0.793353, 0.608762, 900, 255, 1, '', 52237, NULL), +(@OGUID+2936, 1735, 0, 36, 280, 1, 1, 619.59, -145.721, 149.696, 5.41052, 0, 0, -0.422618, 0.906308, 900, 255, 1, '', 52237, NULL), +(@OGUID+2937, 1735, 0, 36, 280, 1, 1, 632.555, -697.682, 155.893, 1.88495, 0, 0, 0.809016, 0.587786, 900, 255, 1, '', 52237, NULL), +(@OGUID+2938, 1735, 0, 36, 280, 1, 1, 645.157, -650.045, 156.633, 1.93731, 0, 0, 0.824125, 0.566408, 900, 255, 1, '', 52237, NULL), +(@OGUID+2939, 1735, 0, 36, 281, 1, 1, 361.617, -272.293, 174.191, 4.31097, 0, 0, -0.833885, 0.551938, 900, 255, 1, '', 52237, NULL), +(@OGUID+2940, 1735, 0, 36, 281, 1, 1, 500.147, -106.041, 146.138, 4.10153, 0, 0, -0.887011, 0.461749, 900, 255, 1, '', 52237, NULL), +(@OGUID+2941, 1735, 0, 36, 281, 1, 1, 648.067, -590.311, 164.735, 0.122173, 0, 0, 0.0610485, 0.998135, 900, 255, 1, '', 46779, NULL), +(@OGUID+2942, 1735, 0, 36, 281, 1, 1, 668.344, -416.631, 161.627, 0.872664, 0, 0, 0.422618, 0.906308, 900, 255, 1, '', 46779, NULL), +(@OGUID+2943, 1735, 0, 36, 281, 1, 1, 779.732, -346.297, 151.973, 1.06465, 0, 0, 0.507538, 0.861629, 900, 255, 1, '', 45572, NULL), +(@OGUID+2944, 1735, 0, 36, 282, 1, 1, 683.309, -615.361, 164.814, 0.925024, 0, 0, 0.446198, 0.894935, 900, 255, 1, '', 52237, NULL), +(@OGUID+2945, 1735, 0, 36, 284, 1, 1, 1157.02, -629.499, 82.0968, 0.90757, 0, 0, 0.438371, 0.898794, 900, 255, 1, '', 52237, NULL), +(@OGUID+2946, 1735, 0, 36, 284, 1, 1, 1200.03, -539.305, 77.9553, 3.47321, 0, 0, -0.986285, 0.16505, 900, 255, 1, '', 52237, NULL), +(@OGUID+2947, 1735, 0, 36, 284, 1, 1, 995.454, -632.881, 124.128, 2.56563, 0, 0, 0.958819, 0.284016, 900, 255, 1, '', 52237, NULL), +(@OGUID+2948, 1734, 0, 36, 1683, 1, 1, 141.451, -364.934, 168.432, 6.02139, 0, 0, -0.130526, 0.991445, 900, 255, 1, '', 52237, NULL), +(@OGUID+2949, 1734, 0, 36, 0, 1, 1, -31.1745, -221.648, 138.074, 5.65487, 0, 0, -0.309016, 0.951057, 900, 255, 1, '', 50664, NULL), +(@OGUID+2950, 1734, 0, 36, 0, 1, 1, 1037.81, -389.476, 69.1144, 2.04204, 0, 0, 0.85264, 0.522499, 900, 255, 1, '', 50664, NULL), +(@OGUID+2951, 1734, 0, 36, 0, 1, 1, 1050.18, -860.949, 104.537, 1.65806, 0, 0, 0.737277, 0.675591, 900, 255, 1, '', 50063, NULL), +(@OGUID+2952, 1734, 0, 36, 0, 1, 1, 1302.34, -290.889, 67.2381, 0.994837, 0, 0, 0.477159, 0.878817, 900, 255, 1, '', 49936, NULL), +(@OGUID+2953, 1734, 0, 36, 0, 1, 1, 264.654, -44.6943, 124.458, 5.11382, 0, 0, -0.551936, 0.833886, 900, 255, 1, '', 50664, NULL), +(@OGUID+2954, 1734, 0, 36, 0, 1, 1, 266.302, -508.268, 197.204, 4.03171, 0, 0, -0.902585, 0.430512, 900, 255, 1, '', 50664, NULL), +(@OGUID+2955, 1734, 0, 36, 0, 1, 1, 268.705, -260.049, 146.034, 2.1293, 0, 0, 0.874619, 0.48481, 900, 255, 1, '', 49936, NULL), +(@OGUID+2956, 1734, 0, 36, 0, 1, 1, 355.875, -130.356, 149.666, 0.820303, 0, 0, 0.398748, 0.91706, 900, 255, 1, '', 49345, NULL), +(@OGUID+2957, 1734, 0, 36, 0, 1, 1, 468.357, -160.365, 168.897, 4.88692, 0, 0, -0.642787, 0.766045, 900, 255, 1, '', 50664, NULL), +(@OGUID+2958, 1734, 0, 36, 0, 1, 1, 470.614, -992.025, 133.917, 3.10665, 0, 0, 0.999847, 0.0174693, 900, 255, 1, '', 50063, NULL), +(@OGUID+2959, 1734, 0, 36, 0, 1, 1, 525.345, -378.22, 181.558, 0.994837, 0, 0, 0.477159, 0.878817, 900, 255, 1, '', 49345, NULL), +(@OGUID+2960, 1734, 0, 36, 0, 1, 1, 550.242, -438.635, 170.444, 4.15388, 0, 0, -0.874619, 0.48481, 900, 255, 1, '', 50664, NULL), +(@OGUID+2961, 1734, 0, 36, 0, 1, 1, 551.741, -661.495, 187.468, 3.80482, 0, 0, -0.945518, 0.325568, 900, 255, 1, '', 50664, NULL), +(@OGUID+2962, 1734, 0, 36, 0, 1, 1, 595.001, -651.02, 153.667, 4.20625, 0, 0, -0.861629, 0.507539, 900, 255, 1, '', 50664, NULL), +(@OGUID+2963, 1734, 0, 36, 0, 1, 1, 617.05, -648.97, 154.328, 6.14356, 0, 0, -0.0697556, 0.997564, 900, 255, 1, '', 48632, NULL), +(@OGUID+2964, 1734, 0, 36, 0, 1, 1, 643.3, -732.88, 155.584, 2.53072, 0, 0, 0.953716, 0.300708, 900, 255, 1, '', 50664, NULL), +(@OGUID+2965, 1734, 0, 36, 0, 1, 1, 663.022, -590.838, 161.983, 0.767944, 0, 0, 0.374606, 0.927184, 900, 255, 1, '', 50664, NULL), +(@OGUID+2966, 1734, 0, 36, 0, 1, 1, 679.88, -652.475, 159.182, 2.47837, 0, 0, 0.945518, 0.325568, 900, 255, 1, '', 50664, NULL), +(@OGUID+2967, 1734, 0, 36, 0, 1, 1, 688.843, -1369.28, 111.343, 3.59538, 0, 0, -0.97437, 0.224951, 900, 255, 1, '', 49345, NULL), +(@OGUID+2968, 1734, 0, 36, 0, 1, 1, 725.663, -1076.18, 157.488, 3.05433, 0, 0, 0.999048, 0.0436193, 900, 255, 1, '', 50664, NULL), +(@OGUID+2969, 1734, 0, 36, 0, 1, 1, 769.556, -501.706, 141.871, 2.25147, 0, 0, 0.902585, 0.430512, 900, 255, 1, '', 50664, NULL), +(@OGUID+2970, 1734, 0, 36, 0, 1, 1, 781.768, -457.309, 146.165, 4.01426, 0, 0, -0.906307, 0.422619, 900, 255, 1, '', 49345, NULL), +(@OGUID+2971, 1734, 0, 36, 0, 1, 1, 802.018, -298.852, 140.517, 0.95993, 0, 0, 0.461748, 0.887011, 900, 255, 1, '', 50664, NULL), +(@OGUID+2972, 1734, 0, 36, 0, 1, 1, 868.787, -536.433, 146.763, 3.63029, 0, 0, -0.970295, 0.241925, 900, 255, 1, '', 49345, NULL), +(@OGUID+2973, 1734, 0, 36, 0, 1, 1, 927.011, -342.925, 143.022, 1.53589, 0, 0, 0.694658, 0.71934, 900, 255, 1, '', 50664, NULL), +(@OGUID+2974, 1734, 0, 36, 0, 1, 1, 970.277, -916.3, 136.895, 2.37364, 0, 0, 0.927183, 0.374608, 900, 255, 1, '', 50664, NULL), +(@OGUID+2975, 1734, 0, 36, 0, 1, 1, 580.516, -996.459, 146.481, 5.41052, 0, 0, -0.422618, 0.906308, 900, 255, 1, '', 49822, NULL), +(@OGUID+2976, 1734, 0, 36, 392, 1, 1, 444.986, -906.441, 132.939, 5.34071, 0, 0, -0.45399, 0.891007, 900, 255, 1, '', 47720, NULL), +(@OGUID+2977, 1734, 0, 36, 272, 1, 1, 1220.72, -362.385, 56.5595, 5.02655, 0, 0, -0.587785, 0.809017, 900, 255, 1, '', 50664, NULL), +(@OGUID+2978, 1734, 0, 36, 272, 1, 1, 502.952, -1391.69, 72.4759, 6.03884, 0, 0, -0.121869, 0.992546, 900, 255, 1, '', 50664, NULL), +(@OGUID+2979, 1734, 0, 36, 272, 1, 1, 546.099, 25.8329, 132.257, 4.85202, 0, 0, -0.656058, 0.75471, 900, 255, 1, '', 50664, NULL), +(@OGUID+2980, 1734, 0, 36, 272, 1, 1, 619.479, -685.931, 155.661, 1.0472, 0, 0, 0.5, 0.866025, 900, 255, 1, '', 50664, NULL), +(@OGUID+2981, 1734, 0, 36, 272, 1, 1, 716.587, -648.227, 170.116, 4.67748, 0, 0, -0.719339, 0.694659, 900, 255, 1, '', 50664, NULL), +(@OGUID+2982, 1734, 0, 36, 272, 1, 1, 846.026, -1021.78, 144.245, 2.93214, 0, 0, 0.994521, 0.104536, 900, 255, 1, '', 50664, NULL), +(@OGUID+2983, 1734, 0, 36, 0, 1, 1, 224.513, -1487.89, 64.2197, 5.49779, 0, 0, -0.382683, 0.92388, 900, 255, 1, '', 46248, NULL), +(@OGUID+2984, 1734, 0, 36, 0, 1, 1, 412.711, -672.618, 179.944, 1.09956, 0, 0, 0.522498, 0.85264, 900, 255, 1, '', 52237, NULL), +(@OGUID+2985, 1734, 0, 36, 1357, 1, 1, 448.832, 7.38818, 140.777, 2.02458, 0, 0, 0.848047, 0.529921, 900, 255, 1, '', 52237, NULL), +(@OGUID+2986, 1734, 0, 36, 1357, 1, 1, 581.203, -703.03, 153.828, 6.16101, 0, 0, -0.0610485, 0.998135, 900, 255, 1, '', 52237, NULL), +(@OGUID+2987, 1734, 0, 36, 1357, 1, 1, 627.304, -724.827, 188.74, 4.11898, 0, 0, -0.882947, 0.469473, 900, 255, 1, '', 52237, NULL), +(@OGUID+2988, 1734, 0, 36, 1681, 1, 1, 755.703, -136.77, 123.389, 0.541051, 0, 0, 0.267238, 0.963631, 900, 255, 1, '', 52237, NULL), +(@OGUID+2989, 1734, 0, 36, 1682, 1, 1, 1216.42, -459.816, 69.9228, 2.47837, 0, 0, 0.945518, 0.325568, 900, 255, 1, '', 52237, NULL), +(@OGUID+2990, 1734, 0, 36, 1683, 1, 1, 230.008, -255.811, 147.595, 0.314158, 0, 0, 0.156434, 0.987688, 900, 255, 1, '', 52237, NULL), +(@OGUID+2991, 1734, 0, 36, 1684, 1, 1, 444.871, -1604.78, 68.803, 1.83259, 0, 0, 0.793353, 0.608762, 900, 255, 1, '', 52237, NULL), +(@OGUID+2992, 1734, 0, 36, 280, 1, 1, 619.59, -145.721, 149.696, 5.41052, 0, 0, -0.422618, 0.906308, 900, 255, 1, '', 52237, NULL), +(@OGUID+2993, 1734, 0, 36, 280, 1, 1, 632.555, -697.682, 155.893, 1.88495, 0, 0, 0.809016, 0.587786, 900, 255, 1, '', 52237, NULL), +(@OGUID+2994, 1734, 0, 36, 280, 1, 1, 645.157, -650.045, 156.633, 1.93731, 0, 0, 0.824125, 0.566408, 900, 255, 1, '', 52237, NULL), +(@OGUID+2995, 1734, 0, 36, 281, 1, 1, 361.617, -272.293, 174.191, 4.31097, 0, 0, -0.833885, 0.551938, 900, 255, 1, '', 52237, NULL), +(@OGUID+2996, 1734, 0, 36, 281, 1, 1, 500.147, -106.041, 146.138, 4.10153, 0, 0, -0.887011, 0.461749, 900, 255, 1, '', 52237, NULL), +(@OGUID+2997, 1734, 0, 36, 281, 1, 1, 648.067, -590.311, 164.735, 0.122173, 0, 0, 0.0610485, 0.998135, 900, 255, 1, '', 46779, NULL), +(@OGUID+2998, 1734, 0, 36, 281, 1, 1, 668.344, -416.631, 161.627, 0.872664, 0, 0, 0.422618, 0.906308, 900, 255, 1, '', 46779, NULL), +(@OGUID+2999, 1734, 0, 36, 281, 1, 1, 779.732, -346.297, 151.973, 1.06465, 0, 0, 0.507538, 0.861629, 900, 255, 1, '', 45572, NULL), +(@OGUID+3000, 1734, 0, 36, 282, 1, 1, 683.309, -615.361, 164.814, 0.925024, 0, 0, 0.446198, 0.894935, 900, 255, 1, '', 52237, NULL), +(@OGUID+3001, 1734, 0, 36, 284, 1, 1, 1157.02, -629.499, 82.0968, 0.90757, 0, 0, 0.438371, 0.898794, 900, 255, 1, '', 52237, NULL), +(@OGUID+3002, 1734, 0, 36, 284, 1, 1, 1200.03, -539.305, 77.9553, 3.47321, 0, 0, -0.986285, 0.16505, 900, 255, 1, '', 52237, NULL), +(@OGUID+3003, 1734, 0, 36, 284, 1, 1, 995.454, -632.881, 124.128, 2.56563, 0, 0, 0.958819, 0.284016, 900, 255, 1, '', 52237, NULL), +(@OGUID+3004, 1733, 0, 36, 1683, 1, 1, 141.451, -364.934, 168.432, 6.02139, 0, 0, -0.130526, 0.991445, 900, 255, 1, '', 52237, NULL), +(@OGUID+3005, 1733, 0, 36, 0, 1, 1, -31.1745, -221.648, 138.074, 5.65487, 0, 0, -0.309016, 0.951057, 900, 255, 1, '', 50664, NULL), +(@OGUID+3006, 1733, 0, 36, 0, 1, 1, 1037.81, -389.476, 69.1144, 2.04204, 0, 0, 0.85264, 0.522499, 900, 255, 1, '', 50664, NULL), +(@OGUID+3007, 1733, 0, 36, 0, 1, 1, 1050.18, -860.949, 104.537, 1.65806, 0, 0, 0.737277, 0.675591, 900, 255, 1, '', 50063, NULL), +(@OGUID+3008, 1733, 0, 36, 0, 1, 1, 1302.34, -290.889, 67.2381, 0.994837, 0, 0, 0.477159, 0.878817, 900, 255, 1, '', 49936, NULL), +(@OGUID+3009, 1733, 0, 36, 0, 1, 1, 264.654, -44.6943, 124.458, 5.11382, 0, 0, -0.551936, 0.833886, 900, 255, 1, '', 50664, NULL), +(@OGUID+3010, 1733, 0, 36, 0, 1, 1, 266.302, -508.268, 197.204, 4.03171, 0, 0, -0.902585, 0.430512, 900, 255, 1, '', 50664, NULL), +(@OGUID+3011, 1733, 0, 36, 0, 1, 1, 268.705, -260.049, 146.034, 2.1293, 0, 0, 0.874619, 0.48481, 900, 255, 1, '', 49936, NULL), +(@OGUID+3012, 1733, 0, 36, 0, 1, 1, 355.875, -130.356, 149.666, 0.820303, 0, 0, 0.398748, 0.91706, 900, 255, 1, '', 49345, NULL), +(@OGUID+3013, 1733, 0, 36, 0, 1, 1, 468.357, -160.365, 168.897, 4.88692, 0, 0, -0.642787, 0.766045, 900, 255, 1, '', 50664, NULL), +(@OGUID+3014, 1733, 0, 36, 0, 1, 1, 470.614, -992.025, 133.917, 3.10665, 0, 0, 0.999847, 0.0174693, 900, 255, 1, '', 50063, NULL), +(@OGUID+3015, 1733, 0, 36, 0, 1, 1, 525.345, -378.22, 181.558, 0.994837, 0, 0, 0.477159, 0.878817, 900, 255, 1, '', 49345, NULL), +(@OGUID+3016, 1733, 0, 36, 0, 1, 1, 550.242, -438.635, 170.444, 4.15388, 0, 0, -0.874619, 0.48481, 900, 255, 1, '', 50664, NULL), +(@OGUID+3017, 1733, 0, 36, 0, 1, 1, 551.741, -661.495, 187.468, 3.80482, 0, 0, -0.945518, 0.325568, 900, 255, 1, '', 50664, NULL), +(@OGUID+3018, 1733, 0, 36, 0, 1, 1, 595.001, -651.02, 153.667, 4.20625, 0, 0, -0.861629, 0.507539, 900, 255, 1, '', 50664, NULL), +(@OGUID+3019, 1733, 0, 36, 0, 1, 1, 617.05, -648.97, 154.328, 6.14356, 0, 0, -0.0697556, 0.997564, 900, 255, 1, '', 48632, NULL), +(@OGUID+3020, 1733, 0, 36, 0, 1, 1, 643.3, -732.88, 155.584, 2.53072, 0, 0, 0.953716, 0.300708, 900, 255, 1, '', 50664, NULL), +(@OGUID+3021, 1733, 0, 36, 0, 1, 1, 663.022, -590.838, 161.983, 0.767944, 0, 0, 0.374606, 0.927184, 900, 255, 1, '', 50664, NULL), +(@OGUID+3022, 1733, 0, 36, 0, 1, 1, 679.88, -652.475, 159.182, 2.47837, 0, 0, 0.945518, 0.325568, 900, 255, 1, '', 50664, NULL), +(@OGUID+3023, 1733, 0, 36, 0, 1, 1, 688.843, -1369.28, 111.343, 3.59538, 0, 0, -0.97437, 0.224951, 900, 255, 1, '', 49345, NULL), +(@OGUID+3024, 1733, 0, 36, 0, 1, 1, 725.663, -1076.18, 157.488, 3.05433, 0, 0, 0.999048, 0.0436193, 900, 255, 1, '', 50664, NULL), +(@OGUID+3025, 1733, 0, 36, 0, 1, 1, 769.556, -501.706, 141.871, 2.25147, 0, 0, 0.902585, 0.430512, 900, 255, 1, '', 50664, NULL), +(@OGUID+3026, 1733, 0, 36, 0, 1, 1, 781.768, -457.309, 146.165, 4.01426, 0, 0, -0.906307, 0.422619, 900, 255, 1, '', 49345, NULL), +(@OGUID+3027, 1733, 0, 36, 0, 1, 1, 802.018, -298.852, 140.517, 0.95993, 0, 0, 0.461748, 0.887011, 900, 255, 1, '', 50664, NULL), +(@OGUID+3028, 1733, 0, 36, 0, 1, 1, 868.787, -536.433, 146.763, 3.63029, 0, 0, -0.970295, 0.241925, 900, 255, 1, '', 49345, NULL), +(@OGUID+3029, 1733, 0, 36, 0, 1, 1, 927.011, -342.925, 143.022, 1.53589, 0, 0, 0.694658, 0.71934, 900, 255, 1, '', 50664, NULL), +(@OGUID+3030, 1733, 0, 36, 0, 1, 1, 970.277, -916.3, 136.895, 2.37364, 0, 0, 0.927183, 0.374608, 900, 255, 1, '', 50664, NULL), +(@OGUID+3031, 1733, 0, 36, 0, 1, 1, 580.516, -996.459, 146.481, 5.41052, 0, 0, -0.422618, 0.906308, 900, 255, 1, '', 49822, NULL), +(@OGUID+3032, 1733, 0, 36, 392, 1, 1, 444.986, -906.441, 132.939, 5.34071, 0, 0, -0.45399, 0.891007, 900, 255, 1, '', 47720, NULL), +(@OGUID+3033, 1733, 0, 36, 272, 1, 1, 1220.72, -362.385, 56.5595, 5.02655, 0, 0, -0.587785, 0.809017, 900, 255, 1, '', 50664, NULL), +(@OGUID+3034, 1733, 0, 36, 272, 1, 1, 502.952, -1391.69, 72.4759, 6.03884, 0, 0, -0.121869, 0.992546, 900, 255, 1, '', 50664, NULL), +(@OGUID+3035, 1733, 0, 36, 272, 1, 1, 546.099, 25.8329, 132.257, 4.85202, 0, 0, -0.656058, 0.75471, 900, 255, 1, '', 50664, NULL), +(@OGUID+3036, 1733, 0, 36, 272, 1, 1, 619.479, -685.931, 155.661, 1.0472, 0, 0, 0.5, 0.866025, 900, 255, 1, '', 50664, NULL), +(@OGUID+3037, 1733, 0, 36, 272, 1, 1, 716.587, -648.227, 170.116, 4.67748, 0, 0, -0.719339, 0.694659, 900, 255, 1, '', 50664, NULL), +(@OGUID+3038, 1733, 0, 36, 272, 1, 1, 846.026, -1021.78, 144.245, 2.93214, 0, 0, 0.994521, 0.104536, 900, 255, 1, '', 50664, NULL), +(@OGUID+3039, 1733, 0, 36, 0, 1, 1, 224.513, -1487.89, 64.2197, 5.49779, 0, 0, -0.382683, 0.92388, 900, 255, 1, '', 46248, NULL), +(@OGUID+3040, 1733, 0, 36, 0, 1, 1, 412.711, -672.618, 179.944, 1.09956, 0, 0, 0.522498, 0.85264, 900, 255, 1, '', 52237, NULL), +(@OGUID+3041, 1733, 0, 36, 1357, 1, 1, 448.832, 7.38818, 140.777, 2.02458, 0, 0, 0.848047, 0.529921, 900, 255, 1, '', 52237, NULL), +(@OGUID+3042, 1733, 0, 36, 1357, 1, 1, 581.203, -703.03, 153.828, 6.16101, 0, 0, -0.0610485, 0.998135, 900, 255, 1, '', 52237, NULL), +(@OGUID+3043, 1733, 0, 36, 1357, 1, 1, 627.304, -724.827, 188.74, 4.11898, 0, 0, -0.882947, 0.469473, 900, 255, 1, '', 52237, NULL), +(@OGUID+3044, 1733, 0, 36, 1681, 1, 1, 755.703, -136.77, 123.389, 0.541051, 0, 0, 0.267238, 0.963631, 900, 255, 1, '', 52237, NULL), +(@OGUID+3045, 1733, 0, 36, 1682, 1, 1, 1216.42, -459.816, 69.9228, 2.47837, 0, 0, 0.945518, 0.325568, 900, 255, 1, '', 52237, NULL), +(@OGUID+3046, 1733, 0, 36, 1683, 1, 1, 230.008, -255.811, 147.595, 0.314158, 0, 0, 0.156434, 0.987688, 900, 255, 1, '', 52237, NULL), +(@OGUID+3047, 1733, 0, 36, 1684, 1, 1, 444.871, -1604.78, 68.803, 1.83259, 0, 0, 0.793353, 0.608762, 900, 255, 1, '', 52237, NULL), +(@OGUID+3048, 1733, 0, 36, 280, 1, 1, 619.59, -145.721, 149.696, 5.41052, 0, 0, -0.422618, 0.906308, 900, 255, 1, '', 52237, NULL), +(@OGUID+3049, 1733, 0, 36, 280, 1, 1, 632.555, -697.682, 155.893, 1.88495, 0, 0, 0.809016, 0.587786, 900, 255, 1, '', 52237, NULL), +(@OGUID+3050, 1733, 0, 36, 280, 1, 1, 645.157, -650.045, 156.633, 1.93731, 0, 0, 0.824125, 0.566408, 900, 255, 1, '', 52237, NULL), +(@OGUID+3051, 1733, 0, 36, 281, 1, 1, 361.617, -272.293, 174.191, 4.31097, 0, 0, -0.833885, 0.551938, 900, 255, 1, '', 52237, NULL), +(@OGUID+3052, 1733, 0, 36, 281, 1, 1, 500.147, -106.041, 146.138, 4.10153, 0, 0, -0.887011, 0.461749, 900, 255, 1, '', 52237, NULL), +(@OGUID+3053, 1733, 0, 36, 281, 1, 1, 648.067, -590.311, 164.735, 0.122173, 0, 0, 0.0610485, 0.998135, 900, 255, 1, '', 46779, NULL), +(@OGUID+3054, 1733, 0, 36, 281, 1, 1, 668.344, -416.631, 161.627, 0.872664, 0, 0, 0.422618, 0.906308, 900, 255, 1, '', 46779, NULL), +(@OGUID+3055, 1733, 0, 36, 281, 1, 1, 779.732, -346.297, 151.973, 1.06465, 0, 0, 0.507538, 0.861629, 900, 255, 1, '', 45572, NULL), +(@OGUID+3056, 1733, 0, 36, 282, 1, 1, 683.309, -615.361, 164.814, 0.925024, 0, 0, 0.446198, 0.894935, 900, 255, 1, '', 52237, NULL), +(@OGUID+3057, 1733, 0, 36, 284, 1, 1, 1157.02, -629.499, 82.0968, 0.90757, 0, 0, 0.438371, 0.898794, 900, 255, 1, '', 52237, NULL), +(@OGUID+3058, 1733, 0, 36, 284, 1, 1, 1200.03, -539.305, 77.9553, 3.47321, 0, 0, -0.986285, 0.16505, 900, 255, 1, '', 52237, NULL), +(@OGUID+3059, 1733, 0, 36, 284, 1, 1, 995.454, -632.881, 124.128, 2.56563, 0, 0, 0.958819, 0.284016, 900, 255, 1, '', 52237, NULL), +(@OGUID+3060, 2040, 0, 36, 0, 1, 1, 285.762, -121.496, 145.998, 0.383971, 0, 0, 0.190808, 0.981627, 900, 255, 1, '', 49345, NULL), +(@OGUID+3061, 2040, 0, 36, 0, 1, 1, 719.463, -502.486, 171.224, 1.309, 0, 0, 0.608761, 0.793354, 900, 255, 1, '', 50664, NULL), +(@OGUID+3062, 2040, 0, 36, 0, 1, 1, 742.411, -759.57, 179.781, 0.122173, 0, 0, 0.0610485, 0.998135, 900, 255, 1, '', 50063, NULL), +(@OGUID+3063, 2040, 0, 36, 0, 1, 1, 892.592, -278.629, 152.45, 1.06465, 0, 0, 0.507538, 0.861629, 900, 255, 1, '', 49936, NULL), +(@OGUID+3064, 2040, 0, 36, 272, 1, 1, 654.105, -729.997, 160.305, 3.89209, 0, 0, -0.930417, 0.366502, 900, 255, 1, '', 50664, NULL), +(@OGUID+3065, 2040, 0, 36, 272, 1, 1, 812.972, -693.54, 173.467, 3.00195, 0, 0, 0.997563, 0.0697661, 900, 255, 1, '', 50664, NULL), +(@OGUID+3066, 2040, 0, 36, 1357, 1, 1, 556.295, -716.672, 154.8, 1.25664, 0, 0, 0.587785, 0.809017, 900, 255, 1, '', 52237, NULL), +(@OGUID+3067, 2040, 0, 36, 1357, 1, 1, 631.671, -730.556, 155.593, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 52237, NULL), +(@OGUID+3068, 2040, 0, 36, 1357, 1, 1, 649.918, -631.854, 157.594, 5.96903, 0, 0, -0.156434, 0.987688, 900, 255, 1, '', 45572, NULL), +(@OGUID+3069, 2040, 0, 36, 280, 1, 1, 639.96, -678.248, 156.106, 5.86431, 0, 0, -0.207911, 0.978148, 900, 255, 1, '', 52237, NULL), +(@OGUID+3070, 2040, 0, 36, 281, 1, 1, 759.1, -212.715, 145.379, 1.39626, 0, 0, 0.642787, 0.766045, 900, 255, 1, '', 46779, NULL), +(@OGUID+3071, 2040, 0, 36, 282, 1, 1, 690.51, -623.184, 166.421, 3.45576, 0, 0, -0.987688, 0.156436, 900, 255, 1, '', 52237, NULL), +(@OGUID+3072, 2040, 0, 36, 4620, 1, 1, 591.945, -724.726, 151.695, 6.16101, 0, 0, -0.0610485, 0.998135, 900, 255, 1, '', 50250, NULL), +(@OGUID+3073, 2040, 0, 36, 283, 1, 1, 860.572, -569.382, 144.673, 0.314158, 0, 0, 0.156434, 0.987688, 900, 255, 1, '', 46779, NULL), +(@OGUID+3074, 1734, 0, 36, 0, 1, 1, 285.762, -121.496, 145.998, 0.383971, 0, 0, 0.190808, 0.981627, 900, 255, 1, '', 49345, NULL), +(@OGUID+3075, 1734, 0, 36, 0, 1, 1, 719.463, -502.486, 171.224, 1.309, 0, 0, 0.608761, 0.793354, 900, 255, 1, '', 50664, NULL), +(@OGUID+3076, 1734, 0, 36, 0, 1, 1, 742.411, -759.57, 179.781, 0.122173, 0, 0, 0.0610485, 0.998135, 900, 255, 1, '', 50063, NULL), +(@OGUID+3077, 1734, 0, 36, 0, 1, 1, 892.592, -278.629, 152.45, 1.06465, 0, 0, 0.507538, 0.861629, 900, 255, 1, '', 49936, NULL), +(@OGUID+3078, 1734, 0, 36, 272, 1, 1, 654.105, -729.997, 160.305, 3.89209, 0, 0, -0.930417, 0.366502, 900, 255, 1, '', 50664, NULL), +(@OGUID+3079, 1734, 0, 36, 272, 1, 1, 812.972, -693.54, 173.467, 3.00195, 0, 0, 0.997563, 0.0697661, 900, 255, 1, '', 50664, NULL), +(@OGUID+3080, 1734, 0, 36, 1357, 1, 1, 556.295, -716.672, 154.8, 1.25664, 0, 0, 0.587785, 0.809017, 900, 255, 1, '', 52237, NULL), +(@OGUID+3081, 1734, 0, 36, 1357, 1, 1, 631.671, -730.556, 155.593, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 52237, NULL), +(@OGUID+3082, 1734, 0, 36, 1357, 1, 1, 649.918, -631.854, 157.594, 5.96903, 0, 0, -0.156434, 0.987688, 900, 255, 1, '', 45572, NULL), +(@OGUID+3083, 1734, 0, 36, 280, 1, 1, 639.96, -678.248, 156.106, 5.86431, 0, 0, -0.207911, 0.978148, 900, 255, 1, '', 52237, NULL), +(@OGUID+3084, 1734, 0, 36, 281, 1, 1, 759.1, -212.715, 145.379, 1.39626, 0, 0, 0.642787, 0.766045, 900, 255, 1, '', 46779, NULL), +(@OGUID+3085, 1734, 0, 36, 282, 1, 1, 690.51, -623.184, 166.421, 3.45576, 0, 0, -0.987688, 0.156436, 900, 255, 1, '', 52237, NULL), +(@OGUID+3086, 1734, 0, 36, 4620, 1, 1, 591.945, -724.726, 151.695, 6.16101, 0, 0, -0.0610485, 0.998135, 900, 255, 1, '', 50250, NULL), +(@OGUID+3087, 1734, 0, 36, 283, 1, 1, 860.572, -569.382, 144.673, 0.314158, 0, 0, 0.156434, 0.987688, 900, 255, 1, '', 46779, NULL), +(@OGUID+3088, 2047, 0, 36, 0, 1, 1, 285.762, -121.496, 145.998, 0.383971, 0, 0, 0.190808, 0.981627, 900, 255, 1, '', 49345, NULL), +(@OGUID+3089, 2047, 0, 36, 0, 1, 1, 719.463, -502.486, 171.224, 1.309, 0, 0, 0.608761, 0.793354, 900, 255, 1, '', 50664, NULL), +(@OGUID+3090, 2047, 0, 36, 0, 1, 1, 742.411, -759.57, 179.781, 0.122173, 0, 0, 0.0610485, 0.998135, 900, 255, 1, '', 50063, NULL), +(@OGUID+3091, 2047, 0, 36, 0, 1, 1, 892.592, -278.629, 152.45, 1.06465, 0, 0, 0.507538, 0.861629, 900, 255, 1, '', 49936, NULL), +(@OGUID+3092, 2047, 0, 36, 272, 1, 1, 654.105, -729.997, 160.305, 3.89209, 0, 0, -0.930417, 0.366502, 900, 255, 1, '', 50664, NULL), +(@OGUID+3093, 2047, 0, 36, 272, 1, 1, 812.972, -693.54, 173.467, 3.00195, 0, 0, 0.997563, 0.0697661, 900, 255, 1, '', 50664, NULL), +(@OGUID+3094, 2047, 0, 36, 1357, 1, 1, 556.295, -716.672, 154.8, 1.25664, 0, 0, 0.587785, 0.809017, 900, 255, 1, '', 52237, NULL), +(@OGUID+3095, 2047, 0, 36, 1357, 1, 1, 631.671, -730.556, 155.593, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 52237, NULL), +(@OGUID+3096, 2047, 0, 36, 1357, 1, 1, 649.918, -631.854, 157.594, 5.96903, 0, 0, -0.156434, 0.987688, 900, 255, 1, '', 45572, NULL), +(@OGUID+3097, 2047, 0, 36, 280, 1, 1, 639.96, -678.248, 156.106, 5.86431, 0, 0, -0.207911, 0.978148, 900, 255, 1, '', 52237, NULL), +(@OGUID+3098, 2047, 0, 36, 281, 1, 1, 759.1, -212.715, 145.379, 1.39626, 0, 0, 0.642787, 0.766045, 900, 255, 1, '', 46779, NULL), +(@OGUID+3099, 2047, 0, 36, 282, 1, 1, 690.51, -623.184, 166.421, 3.45576, 0, 0, -0.987688, 0.156436, 900, 255, 1, '', 52237, NULL), +(@OGUID+3100, 2047, 0, 36, 4620, 1, 1, 591.945, -724.726, 151.695, 6.16101, 0, 0, -0.0610485, 0.998135, 900, 255, 1, '', 50250, NULL), +(@OGUID+3101, 2047, 0, 36, 283, 1, 1, 860.572, -569.382, 144.673, 0.314158, 0, 0, 0.156434, 0.987688, 900, 255, 1, '', 46779, NULL); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+2868, @POOL_SINGLE+305, 90, 'Alterac Mountains - Ore Pool - Tin Vein'), +(@OGUID+2869, @POOL_SINGLE+306, 90, 'Alterac Mountains - Ore Pool - Tin Vein'), +(@OGUID+2870, @POOL_SINGLE+307, 90, 'Alterac Mountains - Ore Pool - Tin Vein'), +(@OGUID+2871, @POOL_SINGLE+308, 90, 'Alterac Mountains - Ore Pool - Tin Vein'), +(@OGUID+2872, @POOL_SINGLE+309, 90, 'Alterac Mountains - Ore Pool - Tin Vein'), +(@OGUID+2873, @POOL_SINGLE+310, 90, 'Alterac Mountains - Ore Pool - Tin Vein'), +(@OGUID+2874, @POOL_SINGLE+311, 90, 'Alterac Mountains - Ore Pool - Tin Vein'), +(@OGUID+2875, @POOL_SINGLE+312, 90, 'Alterac Mountains - Ore Pool - Tin Vein'), +(@OGUID+2876, @POOL_SINGLE+313, 90, 'Alterac Mountains - Ore Pool - Tin Vein'), +(@OGUID+2877, @POOL_SINGLE+314, 90, 'Alterac Mountains - Ore Pool - Tin Vein'), +(@OGUID+2878, @POOL_SINGLE+315, 90, 'Alterac Mountains - Ore Pool - Tin Vein'), +(@OGUID+2879, @POOL_SINGLE+316, 90, 'Alterac Mountains - Ore Pool - Tin Vein'), +(@OGUID+2880, @POOL_SINGLE+305, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+2881, @POOL_SINGLE+306, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+2882, @POOL_SINGLE+307, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+2883, @POOL_SINGLE+308, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+2884, @POOL_SINGLE+309, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+2885, @POOL_SINGLE+310, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+2886, @POOL_SINGLE+311, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+2887, @POOL_SINGLE+312, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+2888, @POOL_SINGLE+313, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+2889, @POOL_SINGLE+314, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+2890, @POOL_SINGLE+315, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+2891, @POOL_SINGLE+316, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+2892, @POOL_SINGLE+317, 80, 'Alterac Mountains - Ore Pool - Iron Deposit'), +(@OGUID+2893, @POOL_SINGLE+318, 80, 'Alterac Mountains - Ore Pool - Iron Deposit'), +(@OGUID+2894, @POOL_SINGLE+319, 80, 'Alterac Mountains - Ore Pool - Iron Deposit'), +(@OGUID+2895, @POOL_SINGLE+320, 80, 'Alterac Mountains - Ore Pool - Iron Deposit'), +(@OGUID+2896, @POOL_SINGLE+321, 80, 'Alterac Mountains - Ore Pool - Iron Deposit'), +(@OGUID+2897, @POOL_SINGLE+322, 80, 'Alterac Mountains - Ore Pool - Iron Deposit'), +(@OGUID+2898, @POOL_SINGLE+323, 80, 'Alterac Mountains - Ore Pool - Iron Deposit'), +(@OGUID+2899, @POOL_SINGLE+324, 80, 'Alterac Mountains - Ore Pool - Iron Deposit'), +(@OGUID+2900, @POOL_SINGLE+325, 80, 'Alterac Mountains - Ore Pool - Iron Deposit'), +(@OGUID+2901, @POOL_SINGLE+326, 80, 'Alterac Mountains - Ore Pool - Iron Deposit'), +(@OGUID+2902, @POOL_SINGLE+327, 80, 'Alterac Mountains - Ore Pool - Iron Deposit'), +(@OGUID+2903, @POOL_SINGLE+328, 80, 'Alterac Mountains - Ore Pool - Iron Deposit'), +(@OGUID+2904, @POOL_SINGLE+329, 80, 'Alterac Mountains - Ore Pool - Iron Deposit'), +(@OGUID+2905, @POOL_SINGLE+330, 80, 'Alterac Mountains - Ore Pool - Iron Deposit'), +(@OGUID+2906, @POOL_SINGLE+331, 80, 'Alterac Mountains - Ore Pool - Iron Deposit'), +(@OGUID+2907, @POOL_SINGLE+332, 80, 'Alterac Mountains - Ore Pool - Iron Deposit'), +(@OGUID+2908, @POOL_SINGLE+333, 80, 'Alterac Mountains - Ore Pool - Iron Deposit'), +(@OGUID+2909, @POOL_SINGLE+334, 80, 'Alterac Mountains - Ore Pool - Iron Deposit'), +(@OGUID+2910, @POOL_SINGLE+335, 80, 'Alterac Mountains - Ore Pool - Iron Deposit'), +(@OGUID+2911, @POOL_SINGLE+336, 80, 'Alterac Mountains - Ore Pool - Iron Deposit'), +(@OGUID+2912, @POOL_SINGLE+337, 80, 'Alterac Mountains - Ore Pool - Iron Deposit'), +(@OGUID+2913, @POOL_SINGLE+338, 80, 'Alterac Mountains - Ore Pool - Iron Deposit'), +(@OGUID+2914, @POOL_SINGLE+339, 80, 'Alterac Mountains - Ore Pool - Iron Deposit'), +(@OGUID+2915, @POOL_SINGLE+340, 80, 'Alterac Mountains - Ore Pool - Iron Deposit'), +(@OGUID+2916, @POOL_SINGLE+341, 80, 'Alterac Mountains - Ore Pool - Iron Deposit'), +(@OGUID+2917, @POOL_SINGLE+342, 80, 'Alterac Mountains - Ore Pool - Iron Deposit'), +(@OGUID+2918, @POOL_SINGLE+343, 80, 'Alterac Mountains - Ore Pool - Iron Deposit'), +(@OGUID+2919, @POOL_SINGLE+344, 80, 'Alterac Mountains - Ore Pool - Iron Deposit'), +(@OGUID+2920, @POOL_SINGLE+345, 80, 'Alterac Mountains - Ore Pool - Iron Deposit'), +(@OGUID+2921, @POOL_SINGLE+346, 80, 'Alterac Mountains - Ore Pool - Iron Deposit'), +(@OGUID+2922, @POOL_SINGLE+347, 80, 'Alterac Mountains - Ore Pool - Iron Deposit'), +(@OGUID+2923, @POOL_SINGLE+348, 80, 'Alterac Mountains - Ore Pool - Iron Deposit'), +(@OGUID+2924, @POOL_SINGLE+349, 80, 'Alterac Mountains - Ore Pool - Iron Deposit'), +(@OGUID+2925, @POOL_SINGLE+350, 80, 'Alterac Mountains - Ore Pool - Iron Deposit'), +(@OGUID+2926, @POOL_SINGLE+351, 80, 'Alterac Mountains - Ore Pool - Iron Deposit'), +(@OGUID+2927, @POOL_SINGLE+352, 80, 'Alterac Mountains - Ore Pool - Iron Deposit'), +(@OGUID+2928, @POOL_SINGLE+353, 80, 'Alterac Mountains - Ore Pool - Iron Deposit'), +(@OGUID+2929, @POOL_SINGLE+354, 80, 'Alterac Mountains - Ore Pool - Iron Deposit'), +(@OGUID+2930, @POOL_SINGLE+355, 80, 'Alterac Mountains - Ore Pool - Iron Deposit'), +(@OGUID+2931, @POOL_SINGLE+356, 80, 'Alterac Mountains - Ore Pool - Iron Deposit'), +(@OGUID+2932, @POOL_SINGLE+357, 80, 'Alterac Mountains - Ore Pool - Iron Deposit'), +(@OGUID+2933, @POOL_SINGLE+358, 80, 'Alterac Mountains - Ore Pool - Iron Deposit'), +(@OGUID+2934, @POOL_SINGLE+359, 80, 'Alterac Mountains - Ore Pool - Iron Deposit'), +(@OGUID+2935, @POOL_SINGLE+360, 80, 'Alterac Mountains - Ore Pool - Iron Deposit'), +(@OGUID+2936, @POOL_SINGLE+361, 80, 'Alterac Mountains - Ore Pool - Iron Deposit'), +(@OGUID+2937, @POOL_SINGLE+362, 80, 'Alterac Mountains - Ore Pool - Iron Deposit'), +(@OGUID+2938, @POOL_SINGLE+363, 80, 'Alterac Mountains - Ore Pool - Iron Deposit'), +(@OGUID+2939, @POOL_SINGLE+364, 80, 'Alterac Mountains - Ore Pool - Iron Deposit'), +(@OGUID+2940, @POOL_SINGLE+365, 80, 'Alterac Mountains - Ore Pool - Iron Deposit'), +(@OGUID+2941, @POOL_SINGLE+366, 80, 'Alterac Mountains - Ore Pool - Iron Deposit'), +(@OGUID+2942, @POOL_SINGLE+367, 80, 'Alterac Mountains - Ore Pool - Iron Deposit'), +(@OGUID+2943, @POOL_SINGLE+368, 80, 'Alterac Mountains - Ore Pool - Iron Deposit'), +(@OGUID+2944, @POOL_SINGLE+369, 80, 'Alterac Mountains - Ore Pool - Iron Deposit'), +(@OGUID+2945, @POOL_SINGLE+370, 80, 'Alterac Mountains - Ore Pool - Iron Deposit'), +(@OGUID+2946, @POOL_SINGLE+371, 80, 'Alterac Mountains - Ore Pool - Iron Deposit'), +(@OGUID+2947, @POOL_SINGLE+372, 80, 'Alterac Mountains - Ore Pool - Iron Deposit'), +(@OGUID+2948, @POOL_SINGLE+317, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+2949, @POOL_SINGLE+318, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+2950, @POOL_SINGLE+319, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+2951, @POOL_SINGLE+320, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+2952, @POOL_SINGLE+321, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+2953, @POOL_SINGLE+322, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+2954, @POOL_SINGLE+323, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+2955, @POOL_SINGLE+324, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+2956, @POOL_SINGLE+325, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+2957, @POOL_SINGLE+326, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+2958, @POOL_SINGLE+327, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+2959, @POOL_SINGLE+328, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+2960, @POOL_SINGLE+329, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+2961, @POOL_SINGLE+330, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+2962, @POOL_SINGLE+331, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+2963, @POOL_SINGLE+332, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+2964, @POOL_SINGLE+333, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+2965, @POOL_SINGLE+334, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+2966, @POOL_SINGLE+335, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+2967, @POOL_SINGLE+336, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+2968, @POOL_SINGLE+337, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+2969, @POOL_SINGLE+338, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+2970, @POOL_SINGLE+339, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+2971, @POOL_SINGLE+340, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+2972, @POOL_SINGLE+341, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+2973, @POOL_SINGLE+342, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+2974, @POOL_SINGLE+343, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+2975, @POOL_SINGLE+344, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+2976, @POOL_SINGLE+345, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+2977, @POOL_SINGLE+346, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+2978, @POOL_SINGLE+347, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+2979, @POOL_SINGLE+348, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+2980, @POOL_SINGLE+349, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+2981, @POOL_SINGLE+350, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+2982, @POOL_SINGLE+351, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+2983, @POOL_SINGLE+352, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+2984, @POOL_SINGLE+353, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+2985, @POOL_SINGLE+354, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+2986, @POOL_SINGLE+355, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+2987, @POOL_SINGLE+356, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+2988, @POOL_SINGLE+357, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+2989, @POOL_SINGLE+358, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+2990, @POOL_SINGLE+359, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+2991, @POOL_SINGLE+360, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+2992, @POOL_SINGLE+361, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+2993, @POOL_SINGLE+362, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+2994, @POOL_SINGLE+363, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+2995, @POOL_SINGLE+364, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+2996, @POOL_SINGLE+365, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+2997, @POOL_SINGLE+366, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+2998, @POOL_SINGLE+367, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+2999, @POOL_SINGLE+368, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+3000, @POOL_SINGLE+369, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+3001, @POOL_SINGLE+370, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+3002, @POOL_SINGLE+371, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+3003, @POOL_SINGLE+372, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+3004, @POOL_SINGLE+317, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+3005, @POOL_SINGLE+318, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+3006, @POOL_SINGLE+319, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+3007, @POOL_SINGLE+320, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+3008, @POOL_SINGLE+321, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+3009, @POOL_SINGLE+322, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+3010, @POOL_SINGLE+323, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+3011, @POOL_SINGLE+324, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+3012, @POOL_SINGLE+325, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+3013, @POOL_SINGLE+326, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+3014, @POOL_SINGLE+327, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+3015, @POOL_SINGLE+328, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+3016, @POOL_SINGLE+329, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+3017, @POOL_SINGLE+330, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+3018, @POOL_SINGLE+331, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+3019, @POOL_SINGLE+332, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+3020, @POOL_SINGLE+333, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+3021, @POOL_SINGLE+334, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+3022, @POOL_SINGLE+335, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+3023, @POOL_SINGLE+336, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+3024, @POOL_SINGLE+337, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+3025, @POOL_SINGLE+338, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+3026, @POOL_SINGLE+339, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+3027, @POOL_SINGLE+340, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+3028, @POOL_SINGLE+341, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+3029, @POOL_SINGLE+342, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+3030, @POOL_SINGLE+343, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+3031, @POOL_SINGLE+344, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+3032, @POOL_SINGLE+345, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+3033, @POOL_SINGLE+346, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+3034, @POOL_SINGLE+347, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+3035, @POOL_SINGLE+348, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+3036, @POOL_SINGLE+349, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+3037, @POOL_SINGLE+350, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+3038, @POOL_SINGLE+351, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+3039, @POOL_SINGLE+352, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+3040, @POOL_SINGLE+353, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+3041, @POOL_SINGLE+354, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+3042, @POOL_SINGLE+355, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+3043, @POOL_SINGLE+356, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+3044, @POOL_SINGLE+357, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+3045, @POOL_SINGLE+358, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+3046, @POOL_SINGLE+359, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+3047, @POOL_SINGLE+360, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+3048, @POOL_SINGLE+361, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+3049, @POOL_SINGLE+362, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+3050, @POOL_SINGLE+363, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+3051, @POOL_SINGLE+364, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+3052, @POOL_SINGLE+365, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+3053, @POOL_SINGLE+366, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+3054, @POOL_SINGLE+367, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+3055, @POOL_SINGLE+368, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+3056, @POOL_SINGLE+369, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+3057, @POOL_SINGLE+370, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+3058, @POOL_SINGLE+371, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+3059, @POOL_SINGLE+372, 0, 'Alterac Mountains - Ore Pool - Silver Vein'), +(@OGUID+3060, @POOL_SINGLE+1413, 80, 'Alterac Mountains - Ore Pool - Mithril Deposit'), +(@OGUID+3061, @POOL_SINGLE+1414, 80, 'Alterac Mountains - Ore Pool - Mithril Deposit'), +(@OGUID+3062, @POOL_SINGLE+1415, 80, 'Alterac Mountains - Ore Pool - Mithril Deposit'), +(@OGUID+3063, @POOL_SINGLE+1416, 80, 'Alterac Mountains - Ore Pool - Mithril Deposit'), +(@OGUID+3064, @POOL_SINGLE+1417, 80, 'Alterac Mountains - Ore Pool - Mithril Deposit'), +(@OGUID+3065, @POOL_SINGLE+1418, 80, 'Alterac Mountains - Ore Pool - Mithril Deposit'), +(@OGUID+3066, @POOL_SINGLE+1419, 80, 'Alterac Mountains - Ore Pool - Mithril Deposit'), +(@OGUID+3067, @POOL_SINGLE+1420, 80, 'Alterac Mountains - Ore Pool - Mithril Deposit'), +(@OGUID+3068, @POOL_SINGLE+1421, 80, 'Alterac Mountains - Ore Pool - Mithril Deposit'), +(@OGUID+3069, @POOL_SINGLE+1422, 80, 'Alterac Mountains - Ore Pool - Mithril Deposit'), +(@OGUID+3070, @POOL_SINGLE+1423, 80, 'Alterac Mountains - Ore Pool - Mithril Deposit'), +(@OGUID+3071, @POOL_SINGLE+1424, 80, 'Alterac Mountains - Ore Pool - Mithril Deposit'), +(@OGUID+3072, @POOL_SINGLE+1425, 80, 'Alterac Mountains - Ore Pool - Mithril Deposit'), +(@OGUID+3073, @POOL_SINGLE+1426, 80, 'Alterac Mountains - Ore Pool - Mithril Deposit'), +(@OGUID+3074, @POOL_SINGLE+1413, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+3075, @POOL_SINGLE+1414, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+3076, @POOL_SINGLE+1415, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+3077, @POOL_SINGLE+1416, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+3078, @POOL_SINGLE+1417, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+3079, @POOL_SINGLE+1418, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+3080, @POOL_SINGLE+1419, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+3081, @POOL_SINGLE+1420, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+3082, @POOL_SINGLE+1421, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+3083, @POOL_SINGLE+1422, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+3084, @POOL_SINGLE+1423, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+3085, @POOL_SINGLE+1424, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+3086, @POOL_SINGLE+1425, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+3087, @POOL_SINGLE+1426, 10, 'Alterac Mountains - Ore Pool - Gold Vein'), +(@OGUID+3088, @POOL_SINGLE+1413, 0, 'Alterac Mountains - Ore Pool - Truesilver Deposit'), +(@OGUID+3089, @POOL_SINGLE+1414, 0, 'Alterac Mountains - Ore Pool - Truesilver Deposit'), +(@OGUID+3090, @POOL_SINGLE+1415, 0, 'Alterac Mountains - Ore Pool - Truesilver Deposit'), +(@OGUID+3091, @POOL_SINGLE+1416, 0, 'Alterac Mountains - Ore Pool - Truesilver Deposit'), +(@OGUID+3092, @POOL_SINGLE+1417, 0, 'Alterac Mountains - Ore Pool - Truesilver Deposit'), +(@OGUID+3093, @POOL_SINGLE+1418, 0, 'Alterac Mountains - Ore Pool - Truesilver Deposit'), +(@OGUID+3094, @POOL_SINGLE+1419, 0, 'Alterac Mountains - Ore Pool - Truesilver Deposit'), +(@OGUID+3095, @POOL_SINGLE+1420, 0, 'Alterac Mountains - Ore Pool - Truesilver Deposit'), +(@OGUID+3096, @POOL_SINGLE+1421, 0, 'Alterac Mountains - Ore Pool - Truesilver Deposit'), +(@OGUID+3097, @POOL_SINGLE+1422, 0, 'Alterac Mountains - Ore Pool - Truesilver Deposit'), +(@OGUID+3098, @POOL_SINGLE+1423, 0, 'Alterac Mountains - Ore Pool - Truesilver Deposit'), +(@OGUID+3099, @POOL_SINGLE+1424, 0, 'Alterac Mountains - Ore Pool - Truesilver Deposit'), +(@OGUID+3100, @POOL_SINGLE+1425, 0, 'Alterac Mountains - Ore Pool - Truesilver Deposit'), +(@OGUID+3101, @POOL_SINGLE+1426, 0, 'Alterac Mountains - Ore Pool - Truesilver Deposit'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_SINGLE+305, 1, 'Alterac Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+306, 1, 'Alterac Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+307, 1, 'Alterac Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+308, 1, 'Alterac Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+309, 1, 'Alterac Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+310, 1, 'Alterac Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+311, 1, 'Alterac Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+312, 1, 'Alterac Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+313, 1, 'Alterac Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+314, 1, 'Alterac Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+315, 1, 'Alterac Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+316, 1, 'Alterac Mountains - Ore Pool - Tin Vein / Silver Vein'), + +(@POOL_SINGLE+317, 1, 'Alterac Mountains - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+318, 1, 'Alterac Mountains - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+319, 1, 'Alterac Mountains - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+320, 1, 'Alterac Mountains - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+321, 1, 'Alterac Mountains - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+322, 1, 'Alterac Mountains - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+323, 1, 'Alterac Mountains - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+324, 1, 'Alterac Mountains - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+325, 1, 'Alterac Mountains - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+326, 1, 'Alterac Mountains - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+327, 1, 'Alterac Mountains - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+328, 1, 'Alterac Mountains - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+329, 1, 'Alterac Mountains - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+330, 1, 'Alterac Mountains - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+331, 1, 'Alterac Mountains - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+332, 1, 'Alterac Mountains - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+333, 1, 'Alterac Mountains - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+334, 1, 'Alterac Mountains - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+335, 1, 'Alterac Mountains - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+336, 1, 'Alterac Mountains - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+337, 1, 'Alterac Mountains - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+338, 1, 'Alterac Mountains - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+339, 1, 'Alterac Mountains - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+340, 1, 'Alterac Mountains - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+341, 1, 'Alterac Mountains - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+342, 1, 'Alterac Mountains - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+343, 1, 'Alterac Mountains - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+344, 1, 'Alterac Mountains - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+345, 1, 'Alterac Mountains - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+346, 1, 'Alterac Mountains - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+347, 1, 'Alterac Mountains - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+348, 1, 'Alterac Mountains - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+349, 1, 'Alterac Mountains - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+350, 1, 'Alterac Mountains - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+351, 1, 'Alterac Mountains - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+352, 1, 'Alterac Mountains - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+353, 1, 'Alterac Mountains - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+354, 1, 'Alterac Mountains - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+355, 1, 'Alterac Mountains - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+356, 1, 'Alterac Mountains - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+357, 1, 'Alterac Mountains - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+358, 1, 'Alterac Mountains - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+359, 1, 'Alterac Mountains - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+360, 1, 'Alterac Mountains - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+361, 1, 'Alterac Mountains - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+362, 1, 'Alterac Mountains - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+363, 1, 'Alterac Mountains - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+364, 1, 'Alterac Mountains - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+365, 1, 'Alterac Mountains - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+366, 1, 'Alterac Mountains - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+367, 1, 'Alterac Mountains - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+368, 1, 'Alterac Mountains - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+369, 1, 'Alterac Mountains - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+370, 1, 'Alterac Mountains - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+371, 1, 'Alterac Mountains - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+372, 1, 'Alterac Mountains - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), + +(@POOL_SINGLE+1413, 1, 'Alterac Mountains - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1414, 1, 'Alterac Mountains - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1415, 1, 'Alterac Mountains - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1416, 1, 'Alterac Mountains - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1417, 1, 'Alterac Mountains - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1418, 1, 'Alterac Mountains - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1419, 1, 'Alterac Mountains - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1420, 1, 'Alterac Mountains - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1421, 1, 'Alterac Mountains - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1422, 1, 'Alterac Mountains - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1423, 1, 'Alterac Mountains - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1424, 1, 'Alterac Mountains - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1425, 1, 'Alterac Mountains - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1426, 1, 'Alterac Mountains - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+2741, @POOL_MOTHER+182, 0, 'Alterac Mountains - Grave Moss'), +(@OGUID+2742, @POOL_MOTHER+182, 0, 'Alterac Mountains - Grave Moss'), +(@OGUID+2743, @POOL_MOTHER+182, 0, 'Alterac Mountains - Grave Moss'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+182, 1, 'Alterac Mountains - Grave Moss Master Pool - 1/3'); + +-- Crushridge Hold +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+331, @POOL_MOTHER+183, 0, 'Alterac Mountains - Crushridge Hold - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+332, @POOL_MOTHER+183, 0, 'Alterac Mountains - Crushridge Hold - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+333, @POOL_MOTHER+183, 0, 'Alterac Mountains - Crushridge Hold - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+334, @POOL_MOTHER+183, 0, 'Alterac Mountains - Crushridge Hold - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+335, @POOL_MOTHER+183, 0, 'Alterac Mountains - Crushridge Hold - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+349, @POOL_MOTHER+183, 0, 'Alterac Mountains - Crushridge Hold - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+355, @POOL_MOTHER+183, 0, 'Alterac Mountains - Crushridge Hold - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+356, @POOL_MOTHER+183, 0, 'Alterac Mountains - Crushridge Hold - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+362, @POOL_MOTHER+183, 0, 'Alterac Mountains - Crushridge Hold - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+363, @POOL_MOTHER+183, 0, 'Alterac Mountains - Crushridge Hold - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+366, @POOL_MOTHER+183, 0, 'Alterac Mountains - Crushridge Hold - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+369, @POOL_MOTHER+183, 0, 'Alterac Mountains - Crushridge Hold - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1417, @POOL_MOTHER+183, 0, 'Alterac Mountains - Crushridge Hold - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1419, @POOL_MOTHER+183, 0, 'Alterac Mountains - Crushridge Hold - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1420, @POOL_MOTHER+183, 0, 'Alterac Mountains - Crushridge Hold - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1421, @POOL_MOTHER+183, 0, 'Alterac Mountains - Crushridge Hold - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1422, @POOL_MOTHER+183, 0, 'Alterac Mountains - Crushridge Hold - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1424, @POOL_MOTHER+183, 0, 'Alterac Mountains - Crushridge Hold - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1425, @POOL_MOTHER+183, 0, 'Alterac Mountains - Crushridge Hold - Mithril Deposit / Gold Vein / Truesilver Deposit'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+183, 3, 'Alterac Mountains - Crushridge Hold Ores - 3/20'); + +-- Goldthorn and Wintersbite Master Pools +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+2812, @POOL_MOTHER+184, 0, 'Alterac Mountains - Wintersbite'), +(@OGUID+2813, @POOL_MOTHER+184, 0, 'Alterac Mountains - Wintersbite'), +(@OGUID+2814, @POOL_MOTHER+184, 0, 'Alterac Mountains - Wintersbite'), +(@OGUID+2815, @POOL_MOTHER+184, 0, 'Alterac Mountains - Wintersbite'), +(@OGUID+2816, @POOL_MOTHER+184, 0, 'Alterac Mountains - Wintersbite'), +(@OGUID+2817, @POOL_MOTHER+184, 0, 'Alterac Mountains - Wintersbite'), +(@OGUID+2818, @POOL_MOTHER+184, 0, 'Alterac Mountains - Wintersbite'), +(@OGUID+2819, @POOL_MOTHER+184, 0, 'Alterac Mountains - Wintersbite'), +(@OGUID+2820, @POOL_MOTHER+184, 0, 'Alterac Mountains - Wintersbite'), +(@OGUID+2821, @POOL_MOTHER+184, 0, 'Alterac Mountains - Wintersbite'), +(@OGUID+2822, @POOL_MOTHER+184, 0, 'Alterac Mountains - Wintersbite'), +(@OGUID+2823, @POOL_MOTHER+184, 0, 'Alterac Mountains - Wintersbite'), +(@OGUID+2824, @POOL_MOTHER+184, 0, 'Alterac Mountains - Wintersbite'), +(@OGUID+2825, @POOL_MOTHER+184, 0, 'Alterac Mountains - Wintersbite'), +(@OGUID+2826, @POOL_MOTHER+184, 0, 'Alterac Mountains - Wintersbite'), +(@OGUID+2827, @POOL_MOTHER+184, 0, 'Alterac Mountains - Wintersbite'), +(@OGUID+2828, @POOL_MOTHER+184, 0, 'Alterac Mountains - Wintersbite'), +(@OGUID+2829, @POOL_MOTHER+184, 0, 'Alterac Mountains - Wintersbite'), +(@OGUID+2830, @POOL_MOTHER+184, 0, 'Alterac Mountains - Wintersbite'), +(@OGUID+2831, @POOL_MOTHER+184, 0, 'Alterac Mountains - Wintersbite'), +(@OGUID+2832, @POOL_MOTHER+184, 0, 'Alterac Mountains - Wintersbite'), +(@OGUID+2833, @POOL_MOTHER+184, 0, 'Alterac Mountains - Wintersbite'), +(@OGUID+2834, @POOL_MOTHER+184, 0, 'Alterac Mountains - Wintersbite'), +(@OGUID+2835, @POOL_MOTHER+184, 0, 'Alterac Mountains - Wintersbite'), +(@OGUID+2836, @POOL_MOTHER+185, 0, 'Alterac Mountains - Goldthorn'), +(@OGUID+2837, @POOL_MOTHER+185, 0, 'Alterac Mountains - Goldthorn'), +(@OGUID+2838, @POOL_MOTHER+185, 0, 'Alterac Mountains - Goldthorn'), +(@OGUID+2839, @POOL_MOTHER+185, 0, 'Alterac Mountains - Goldthorn'), +(@OGUID+2840, @POOL_MOTHER+185, 0, 'Alterac Mountains - Goldthorn'), +(@OGUID+2841, @POOL_MOTHER+185, 0, 'Alterac Mountains - Goldthorn'), +(@OGUID+2842, @POOL_MOTHER+185, 0, 'Alterac Mountains - Goldthorn'), +(@OGUID+2843, @POOL_MOTHER+185, 0, 'Alterac Mountains - Goldthorn'), +(@OGUID+2844, @POOL_MOTHER+185, 0, 'Alterac Mountains - Goldthorn'), +(@OGUID+2845, @POOL_MOTHER+185, 0, 'Alterac Mountains - Goldthorn'), +(@OGUID+2846, @POOL_MOTHER+185, 0, 'Alterac Mountains - Goldthorn'), +(@OGUID+2847, @POOL_MOTHER+185, 0, 'Alterac Mountains - Goldthorn'), +(@OGUID+2848, @POOL_MOTHER+185, 0, 'Alterac Mountains - Goldthorn'), +(@OGUID+2849, @POOL_MOTHER+185, 0, 'Alterac Mountains - Goldthorn'), +(@OGUID+2850, @POOL_MOTHER+185, 0, 'Alterac Mountains - Goldthorn'), +(@OGUID+2851, @POOL_MOTHER+185, 0, 'Alterac Mountains - Goldthorn'), +(@OGUID+2852, @POOL_MOTHER+185, 0, 'Alterac Mountains - Goldthorn'), +(@OGUID+2853, @POOL_MOTHER+185, 0, 'Alterac Mountains - Goldthorn'), +(@OGUID+2854, @POOL_MOTHER+185, 0, 'Alterac Mountains - Goldthorn'), +(@OGUID+2855, @POOL_MOTHER+185, 0, 'Alterac Mountains - Goldthorn'), +(@OGUID+2856, @POOL_MOTHER+185, 0, 'Alterac Mountains - Goldthorn'), +(@OGUID+2857, @POOL_MOTHER+185, 0, 'Alterac Mountains - Goldthorn'), +(@OGUID+2858, @POOL_MOTHER+185, 0, 'Alterac Mountains - Goldthorn'), +(@OGUID+2859, @POOL_MOTHER+185, 0, 'Alterac Mountains - Goldthorn'), +(@OGUID+2860, @POOL_MOTHER+185, 0, 'Alterac Mountains - Goldthorn'), +(@OGUID+2861, @POOL_MOTHER+185, 0, 'Alterac Mountains - Goldthorn'), +(@OGUID+2862, @POOL_MOTHER+185, 0, 'Alterac Mountains - Goldthorn'), +(@OGUID+2863, @POOL_MOTHER+185, 0, 'Alterac Mountains - Goldthorn'), +(@OGUID+2864, @POOL_MOTHER+185, 0, 'Alterac Mountains - Goldthorn'), +(@OGUID+2865, @POOL_MOTHER+185, 0, 'Alterac Mountains - Goldthorn'), +(@OGUID+2866, @POOL_MOTHER+185, 0, 'Alterac Mountains - Goldthorn'), +(@OGUID+2867, @POOL_MOTHER+185, 0, 'Alterac Mountains - Goldthorn'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+184, 6, 'Alterac Mountains - Wintersbite Master Pool - 6/24'), +(@POOL_MOTHER+185, 8, 'Alterac Mountains - Goldthorn Master Pool - 8/32'); + +-- Inner Alterac Ores +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+317, @POOL_MOTHER+186, 0, 'Alterac Mountains - Inner Alterac - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+322, @POOL_MOTHER+186, 0, 'Alterac Mountains - Inner Alterac - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+323, @POOL_MOTHER+186, 0, 'Alterac Mountains - Inner Alterac - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+324, @POOL_MOTHER+186, 0, 'Alterac Mountains - Inner Alterac - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+325, @POOL_MOTHER+186, 0, 'Alterac Mountains - Inner Alterac - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+326, @POOL_MOTHER+186, 0, 'Alterac Mountains - Inner Alterac - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+328, @POOL_MOTHER+186, 0, 'Alterac Mountains - Inner Alterac - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+329, @POOL_MOTHER+186, 0, 'Alterac Mountains - Inner Alterac - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+330, @POOL_MOTHER+186, 0, 'Alterac Mountains - Inner Alterac - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+338, @POOL_MOTHER+186, 0, 'Alterac Mountains - Inner Alterac - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+339, @POOL_MOTHER+186, 0, 'Alterac Mountains - Inner Alterac - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+340, @POOL_MOTHER+186, 0, 'Alterac Mountains - Inner Alterac - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+341, @POOL_MOTHER+186, 0, 'Alterac Mountains - Inner Alterac - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+342, @POOL_MOTHER+186, 0, 'Alterac Mountains - Inner Alterac - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+348, @POOL_MOTHER+186, 0, 'Alterac Mountains - Inner Alterac - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+350, @POOL_MOTHER+186, 0, 'Alterac Mountains - Inner Alterac - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+353, @POOL_MOTHER+186, 0, 'Alterac Mountains - Inner Alterac - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+354, @POOL_MOTHER+186, 0, 'Alterac Mountains - Inner Alterac - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+357, @POOL_MOTHER+186, 0, 'Alterac Mountains - Inner Alterac - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+359, @POOL_MOTHER+186, 0, 'Alterac Mountains - Inner Alterac - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+361, @POOL_MOTHER+186, 0, 'Alterac Mountains - Inner Alterac - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+364, @POOL_MOTHER+186, 0, 'Alterac Mountains - Inner Alterac - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+365, @POOL_MOTHER+186, 0, 'Alterac Mountains - Inner Alterac - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+367, @POOL_MOTHER+186, 0, 'Alterac Mountains - Inner Alterac - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+368, @POOL_MOTHER+186, 0, 'Alterac Mountains - Inner Alterac - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1413, @POOL_MOTHER+187, 0, 'Alterac Mountains - Inner Alterac - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1414, @POOL_MOTHER+187, 0, 'Alterac Mountains - Inner Alterac - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1415, @POOL_MOTHER+187, 0, 'Alterac Mountains - Inner Alterac - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1416, @POOL_MOTHER+187, 0, 'Alterac Mountains - Inner Alterac - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1418, @POOL_MOTHER+187, 0, 'Alterac Mountains - Inner Alterac - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1423, @POOL_MOTHER+187, 0, 'Alterac Mountains - Inner Alterac - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1426, @POOL_MOTHER+187, 0, 'Alterac Mountains - Inner Alterac - Mithril Deposit / Gold Vein / Truesilver Deposit'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+186, 7, 'Alterac Mountains - Inner Alterac - Iron Deposit / Silver Vein / Gold Vein - 7/25'), +(@POOL_MOTHER+187, 2, 'Alterac Mountains - Inner Alterac - Mithril Deposit / Gold Vein / Truesilver Deposit - 2/7'); + +-- Darrowmere Lake +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+2756, @POOL_MOTHER+188, 0, 'Alterac Mountains - Darrowmere Lake - Liferoot'), +(@OGUID+2757, @POOL_MOTHER+188, 0, 'Alterac Mountains - Darrowmere Lake - Liferoot'), +(@OGUID+2764, @POOL_MOTHER+188, 0, 'Alterac Mountains - Darrowmere Lake - Liferoot'), +(@OGUID+2754, @POOL_MOTHER+188, 0, 'Alterac Mountains - Darrowmere Lake - Liferoot'), +(@OGUID+2751, @POOL_MOTHER+188, 0, 'Alterac Mountains - Darrowmere Lake - Liferoot'), +(@OGUID+2752, @POOL_MOTHER+188, 0, 'Alterac Mountains - Darrowmere Lake - Liferoot'), +(@OGUID+2749, @POOL_MOTHER+188, 0, 'Alterac Mountains - Darrowmere Lake - Liferoot'), +(@OGUID+2750, @POOL_MOTHER+188, 0, 'Alterac Mountains - Darrowmere Lake - Liferoot'), +(@OGUID+2748, @POOL_MOTHER+188, 0, 'Alterac Mountains - Darrowmere Lake - Liferoot'), +(@OGUID+2747, @POOL_MOTHER+188, 0, 'Alterac Mountains - Darrowmere Lake - Liferoot'), + +-- Lordamere Lake +(@OGUID+2763, @POOL_MOTHER+189, 0, 'Alterac Mountains - Lordamere Lake - Liferoot'), +(@OGUID+2762, @POOL_MOTHER+189, 0, 'Alterac Mountains - Lordamere Lake - Liferoot'), +(@OGUID+2744, @POOL_MOTHER+189, 0, 'Alterac Mountains - Lordamere Lake - Liferoot'), +(@OGUID+2745, @POOL_MOTHER+189, 0, 'Alterac Mountains - Lordamere Lake - Liferoot'), +(@OGUID+2761, @POOL_MOTHER+189, 0, 'Alterac Mountains - Lordamere Lake - Liferoot'), +(@OGUID+2759, @POOL_MOTHER+189, 0, 'Alterac Mountains - Lordamere Lake - Liferoot'), +(@OGUID+2746, @POOL_MOTHER+189, 0, 'Alterac Mountains - Lordamere Lake - Liferoot'), +(@OGUID+2758, @POOL_MOTHER+189, 0, 'Alterac Mountains - Lordamere Lake - Liferoot'), +(@OGUID+2760, @POOL_MOTHER+189, 0, 'Alterac Mountains - Lordamere Lake - Liferoot'), +(@OGUID+2755, @POOL_MOTHER+189, 0, 'Alterac Mountains - Lordamere Lake - Liferoot'), +(@OGUID+2753, @POOL_MOTHER+189, 0, 'Alterac Mountains - Lordamere Lake - Liferoot'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+188, 3, 'Alterac Mountains - Darrowmere Lake - Liferoot - 3/10'), +(@POOL_MOTHER+189, 3, 'Alterac Mountains - Lordamere Lake - Liferoot - 3/11'); + +-- Outer Alterac North +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+319, @POOL_MOTHER+190, 0, 'Alterac Mountains - Outer Alterac North - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+320, @POOL_MOTHER+190, 0, 'Alterac Mountains - Outer Alterac North - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+321, @POOL_MOTHER+190, 0, 'Alterac Mountains - Outer Alterac North - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+327, @POOL_MOTHER+190, 0, 'Alterac Mountains - Outer Alterac North - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+336, @POOL_MOTHER+190, 0, 'Alterac Mountains - Outer Alterac North - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+337, @POOL_MOTHER+190, 0, 'Alterac Mountains - Outer Alterac North - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+343, @POOL_MOTHER+190, 0, 'Alterac Mountains - Outer Alterac North - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+344, @POOL_MOTHER+190, 0, 'Alterac Mountains - Outer Alterac North - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+345, @POOL_MOTHER+190, 0, 'Alterac Mountains - Outer Alterac North - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+346, @POOL_MOTHER+190, 0, 'Alterac Mountains - Outer Alterac North - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+347, @POOL_MOTHER+190, 0, 'Alterac Mountains - Outer Alterac North - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+351, @POOL_MOTHER+190, 0, 'Alterac Mountains - Outer Alterac North - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+358, @POOL_MOTHER+190, 0, 'Alterac Mountains - Outer Alterac North - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+360, @POOL_MOTHER+190, 0, 'Alterac Mountains - Outer Alterac North - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+370, @POOL_MOTHER+190, 0, 'Alterac Mountains - Outer Alterac North - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+371, @POOL_MOTHER+190, 0, 'Alterac Mountains - Outer Alterac North - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+318, @POOL_MOTHER+190, 0, 'Alterac Mountains - Outer Alterac North - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+352, @POOL_MOTHER+190, 0, 'Alterac Mountains - Outer Alterac North - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+372, @POOL_MOTHER+190, 0, 'Alterac Mountains - Outer Alterac North - Iron Deposit / Silver Vein / Gold Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+190, 5, 'Alterac Mountains - Outer Alterac North - Iron Deposit / Silver Vein / Gold Vein - 5/19'); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+2703, @POOL_MOTHER+191, 0, 'Alterac Mountains - Outer Alterac North - Bruiseweed'), +(@OGUID+2704, @POOL_MOTHER+191, 0, 'Alterac Mountains - Outer Alterac North - Bruiseweed'), +(@OGUID+2705, @POOL_MOTHER+191, 0, 'Alterac Mountains - Outer Alterac North - Bruiseweed'), +(@OGUID+2706, @POOL_MOTHER+191, 0, 'Alterac Mountains - Outer Alterac North - Bruiseweed'), +(@OGUID+2709, @POOL_MOTHER+191, 0, 'Alterac Mountains - Outer Alterac North - Bruiseweed'), +(@OGUID+2718, @POOL_MOTHER+192, 0, 'Alterac Mountains - Outer Alterac North - Kingsblood'), +(@OGUID+2719, @POOL_MOTHER+192, 0, 'Alterac Mountains - Outer Alterac North - Kingsblood'), +(@OGUID+2725, @POOL_MOTHER+192, 0, 'Alterac Mountains - Outer Alterac North - Kingsblood'), +(@OGUID+2726, @POOL_MOTHER+192, 0, 'Alterac Mountains - Outer Alterac North - Kingsblood'), +(@OGUID+2730, @POOL_MOTHER+192, 0, 'Alterac Mountains - Outer Alterac North - Kingsblood'), +(@OGUID+2733, @POOL_MOTHER+192, 0, 'Alterac Mountains - Outer Alterac North - Kingsblood'), +(@OGUID+2738, @POOL_MOTHER+192, 0, 'Alterac Mountains - Outer Alterac North - Kingsblood'), +(@OGUID+2739, @POOL_MOTHER+192, 0, 'Alterac Mountains - Outer Alterac North - Kingsblood'), +(@OGUID+2740, @POOL_MOTHER+192, 0, 'Alterac Mountains - Outer Alterac North - Kingsblood'), +(@OGUID+2766, @POOL_MOTHER+193, 0, 'Alterac Mountains - Outer Alterac North - Fadeleaf'), +(@OGUID+2768, @POOL_MOTHER+193, 0, 'Alterac Mountains - Outer Alterac North - Fadeleaf'), +(@OGUID+2769, @POOL_MOTHER+193, 0, 'Alterac Mountains - Outer Alterac North - Fadeleaf'), +(@OGUID+2770, @POOL_MOTHER+193, 0, 'Alterac Mountains - Outer Alterac North - Fadeleaf'), +(@OGUID+2772, @POOL_MOTHER+193, 0, 'Alterac Mountains - Outer Alterac North - Fadeleaf'), +(@OGUID+2774, @POOL_MOTHER+193, 0, 'Alterac Mountains - Outer Alterac North - Fadeleaf'), +(@OGUID+2775, @POOL_MOTHER+193, 0, 'Alterac Mountains - Outer Alterac North - Fadeleaf'), +(@OGUID+2776, @POOL_MOTHER+193, 0, 'Alterac Mountains - Outer Alterac North - Fadeleaf'), +(@OGUID+2777, @POOL_MOTHER+193, 0, 'Alterac Mountains - Outer Alterac North - Fadeleaf'), +(@OGUID+2780, @POOL_MOTHER+193, 0, 'Alterac Mountains - Outer Alterac North - Fadeleaf'), +(@OGUID+2782, @POOL_MOTHER+193, 0, 'Alterac Mountains - Outer Alterac North - Fadeleaf'), +(@OGUID+2783, @POOL_MOTHER+193, 0, 'Alterac Mountains - Outer Alterac North - Fadeleaf'), +(@OGUID+2784, @POOL_MOTHER+193, 0, 'Alterac Mountains - Outer Alterac North - Fadeleaf'), +(@OGUID+2785, @POOL_MOTHER+193, 0, 'Alterac Mountains - Outer Alterac North - Fadeleaf'), +(@OGUID+2790, @POOL_MOTHER+194, 0, 'Alterac Mountains - Outer Alterac North - Khadgar\'s Whisker'), +(@OGUID+2791, @POOL_MOTHER+194, 0, 'Alterac Mountains - Outer Alterac North - Khadgar\'s Whisker'), +(@OGUID+2793, @POOL_MOTHER+194, 0, 'Alterac Mountains - Outer Alterac North - Khadgar\'s Whisker'), +(@OGUID+2794, @POOL_MOTHER+194, 0, 'Alterac Mountains - Outer Alterac North - Khadgar\'s Whisker'), +(@OGUID+2795, @POOL_MOTHER+194, 0, 'Alterac Mountains - Outer Alterac North - Khadgar\'s Whisker'), +(@OGUID+2796, @POOL_MOTHER+194, 0, 'Alterac Mountains - Outer Alterac North - Khadgar\'s Whisker'), +(@OGUID+2797, @POOL_MOTHER+194, 0, 'Alterac Mountains - Outer Alterac North - Khadgar\'s Whisker'), +(@OGUID+2798, @POOL_MOTHER+194, 0, 'Alterac Mountains - Outer Alterac North - Khadgar\'s Whisker'), +(@OGUID+2800, @POOL_MOTHER+194, 0, 'Alterac Mountains - Outer Alterac North - Khadgar\'s Whisker'), +(@OGUID+2801, @POOL_MOTHER+194, 0, 'Alterac Mountains - Outer Alterac North - Khadgar\'s Whisker'), +(@OGUID+2803, @POOL_MOTHER+194, 0, 'Alterac Mountains - Outer Alterac North - Khadgar\'s Whisker'), +(@OGUID+2804, @POOL_MOTHER+194, 0, 'Alterac Mountains - Outer Alterac North - Khadgar\'s Whisker'), +(@OGUID+2805, @POOL_MOTHER+194, 0, 'Alterac Mountains - Outer Alterac North - Khadgar\'s Whisker'), +(@OGUID+2806, @POOL_MOTHER+194, 0, 'Alterac Mountains - Outer Alterac North - Khadgar\'s Whisker'), +(@OGUID+2807, @POOL_MOTHER+194, 0, 'Alterac Mountains - Outer Alterac North - Khadgar\'s Whisker'), +(@OGUID+2808, @POOL_MOTHER+194, 0, 'Alterac Mountains - Outer Alterac North - Khadgar\'s Whisker'), +(@OGUID+2809, @POOL_MOTHER+194, 0, 'Alterac Mountains - Outer Alterac North - Khadgar\'s Whisker'), +(@OGUID+2810, @POOL_MOTHER+194, 0, 'Alterac Mountains - Outer Alterac North - Khadgar\'s Whisker'), +(@OGUID+2811, @POOL_MOTHER+194, 0, 'Alterac Mountains - Outer Alterac North - Khadgar\'s Whisker'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+191, 2, 'Alterac Mountains - Outer Alterac North - Bruiseweed - 2/5'), +(@POOL_MOTHER+192, 3, 'Alterac Mountains - Outer Alterac North - Kingsblood - 3/9'), +(@POOL_MOTHER+193, 4, 'Alterac Mountains - Outer Alterac North - Fadeleaf - 4/14'), +(@POOL_MOTHER+194, 5, 'Alterac Mountains - Outer Alterac North - Khadgar\'s Whisker - 5/19'); + +-- Outer Alterac South +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+305, @POOL_MOTHER+195, 0, 'Alterac Mountains - Outer Alterac South - Tin Vein / Silver Vein'), +(@POOL_SINGLE+306, @POOL_MOTHER+195, 0, 'Alterac Mountains - Outer Alterac South - Tin Vein / Silver Vein'), +(@POOL_SINGLE+307, @POOL_MOTHER+195, 0, 'Alterac Mountains - Outer Alterac South - Tin Vein / Silver Vein'), +(@POOL_SINGLE+308, @POOL_MOTHER+195, 0, 'Alterac Mountains - Outer Alterac South - Tin Vein / Silver Vein'), +(@POOL_SINGLE+309, @POOL_MOTHER+195, 0, 'Alterac Mountains - Outer Alterac South - Tin Vein / Silver Vein'), +(@POOL_SINGLE+310, @POOL_MOTHER+195, 0, 'Alterac Mountains - Outer Alterac South - Tin Vein / Silver Vein'), +(@POOL_SINGLE+311, @POOL_MOTHER+195, 0, 'Alterac Mountains - Outer Alterac South - Tin Vein / Silver Vein'), +(@POOL_SINGLE+312, @POOL_MOTHER+195, 0, 'Alterac Mountains - Outer Alterac South - Tin Vein / Silver Vein'), +(@POOL_SINGLE+313, @POOL_MOTHER+195, 0, 'Alterac Mountains - Outer Alterac South - Tin Vein / Silver Vein'), +(@POOL_SINGLE+314, @POOL_MOTHER+195, 0, 'Alterac Mountains - Outer Alterac South - Tin Vein / Silver Vein'), +(@POOL_SINGLE+315, @POOL_MOTHER+195, 0, 'Alterac Mountains - Outer Alterac South - Tin Vein / Silver Vein'), +(@POOL_SINGLE+316, @POOL_MOTHER+195, 0, 'Alterac Mountains - Outer Alterac South - Tin Vein / Silver Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+195, 3, 'Alterac Mountains - Outer Alterac South - Tin Vein / Silver Vein - 3/12'); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+2699, @POOL_MOTHER+196, 0, 'Alterac Mountains - Outer Alterac South - Bruiseweed'), +(@OGUID+2700, @POOL_MOTHER+196, 0, 'Alterac Mountains - Outer Alterac South - Bruiseweed'), +(@OGUID+2701, @POOL_MOTHER+196, 0, 'Alterac Mountains - Outer Alterac South - Bruiseweed'), +(@OGUID+2702, @POOL_MOTHER+196, 0, 'Alterac Mountains - Outer Alterac South - Bruiseweed'), +(@OGUID+2707, @POOL_MOTHER+196, 0, 'Alterac Mountains - Outer Alterac South - Bruiseweed'), +(@OGUID+2708, @POOL_MOTHER+196, 0, 'Alterac Mountains - Outer Alterac South - Bruiseweed'), +(@OGUID+2710, @POOL_MOTHER+197, 0, 'Alterac Mountains - Outer Alterac South - Kingsblood'), +(@OGUID+2711, @POOL_MOTHER+197, 0, 'Alterac Mountains - Outer Alterac South - Kingsblood'), +(@OGUID+2712, @POOL_MOTHER+197, 0, 'Alterac Mountains - Outer Alterac South - Kingsblood'), +(@OGUID+2713, @POOL_MOTHER+197, 0, 'Alterac Mountains - Outer Alterac South - Kingsblood'), +(@OGUID+2714, @POOL_MOTHER+197, 0, 'Alterac Mountains - Outer Alterac South - Kingsblood'), +(@OGUID+2715, @POOL_MOTHER+197, 0, 'Alterac Mountains - Outer Alterac South - Kingsblood'), +(@OGUID+2716, @POOL_MOTHER+197, 0, 'Alterac Mountains - Outer Alterac South - Kingsblood'), +(@OGUID+2717, @POOL_MOTHER+197, 0, 'Alterac Mountains - Outer Alterac South - Kingsblood'), +(@OGUID+2720, @POOL_MOTHER+197, 0, 'Alterac Mountains - Outer Alterac South - Kingsblood'), +(@OGUID+2721, @POOL_MOTHER+197, 0, 'Alterac Mountains - Outer Alterac South - Kingsblood'), +(@OGUID+2722, @POOL_MOTHER+197, 0, 'Alterac Mountains - Outer Alterac South - Kingsblood'), +(@OGUID+2723, @POOL_MOTHER+197, 0, 'Alterac Mountains - Outer Alterac South - Kingsblood'), +(@OGUID+2724, @POOL_MOTHER+197, 0, 'Alterac Mountains - Outer Alterac South - Kingsblood'), +(@OGUID+2727, @POOL_MOTHER+197, 0, 'Alterac Mountains - Outer Alterac South - Kingsblood'), +(@OGUID+2728, @POOL_MOTHER+197, 0, 'Alterac Mountains - Outer Alterac South - Kingsblood'), +(@OGUID+2729, @POOL_MOTHER+197, 0, 'Alterac Mountains - Outer Alterac South - Kingsblood'), +(@OGUID+2731, @POOL_MOTHER+197, 0, 'Alterac Mountains - Outer Alterac South - Kingsblood'), +(@OGUID+2732, @POOL_MOTHER+197, 0, 'Alterac Mountains - Outer Alterac South - Kingsblood'), +(@OGUID+2734, @POOL_MOTHER+197, 0, 'Alterac Mountains - Outer Alterac South - Kingsblood'), +(@OGUID+2735, @POOL_MOTHER+197, 0, 'Alterac Mountains - Outer Alterac South - Kingsblood'), +(@OGUID+2736, @POOL_MOTHER+197, 0, 'Alterac Mountains - Outer Alterac South - Kingsblood'), +(@OGUID+2737, @POOL_MOTHER+197, 0, 'Alterac Mountains - Outer Alterac South - Kingsblood'), +(@OGUID+2765, @POOL_MOTHER+198, 0, 'Alterac Mountains - Outer Alterac South - Fadeleaf'), +(@OGUID+2767, @POOL_MOTHER+198, 0, 'Alterac Mountains - Outer Alterac South - Fadeleaf'), +(@OGUID+2771, @POOL_MOTHER+198, 0, 'Alterac Mountains - Outer Alterac South - Fadeleaf'), +(@OGUID+2773, @POOL_MOTHER+198, 0, 'Alterac Mountains - Outer Alterac South - Fadeleaf'), +(@OGUID+2778, @POOL_MOTHER+198, 0, 'Alterac Mountains - Outer Alterac South - Fadeleaf'), +(@OGUID+2779, @POOL_MOTHER+198, 0, 'Alterac Mountains - Outer Alterac South - Fadeleaf'), +(@OGUID+2781, @POOL_MOTHER+198, 0, 'Alterac Mountains - Outer Alterac South - Fadeleaf'), +(@OGUID+2786, @POOL_MOTHER+199, 0, 'Alterac Mountains - Outer Alterac South - Khadgar\'s Whisker'), +(@OGUID+2787, @POOL_MOTHER+199, 0, 'Alterac Mountains - Outer Alterac South - Khadgar\'s Whisker'), +(@OGUID+2788, @POOL_MOTHER+199, 0, 'Alterac Mountains - Outer Alterac South - Khadgar\'s Whisker'), +(@OGUID+2789, @POOL_MOTHER+199, 0, 'Alterac Mountains - Outer Alterac South - Khadgar\'s Whisker'), +(@OGUID+2792, @POOL_MOTHER+199, 0, 'Alterac Mountains - Outer Alterac South - Khadgar\'s Whisker'), +(@OGUID+2799, @POOL_MOTHER+199, 0, 'Alterac Mountains - Outer Alterac South - Khadgar\'s Whisker'), +(@OGUID+2802, @POOL_MOTHER+199, 0, 'Alterac Mountains - Outer Alterac South - Khadgar\'s Whisker'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+196, 2, 'Alterac Mountains - Outer Alterac South - Bruiseweed - 2/6'), +(@POOL_MOTHER+197, 6, 'Alterac Mountains - Outer Alterac South - Kingsblood - 6/22'), +(@POOL_MOTHER+198, 2, 'Alterac Mountains - Outer Alterac South - Fadeleaf - 2/7'), +(@POOL_MOTHER+199, 2, 'Alterac Mountains - Outer Alterac South - Khadgar\'s Whisker - 2/7'); + +/* The Hinterlands +Iron Deposit (1735) -> Gold Vein (1734) -> Silver Vein (1733) +Mithril Deposit (2040) -> Gold Vein (1734) -> Truesilver Deposit (2047) +Small Thorium Vein (324) -> Truesilver Deposit (2047) +*/ +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`, `Comment`) VALUES +(@OGUID+3102, 142140, 0, 47, 0, 1, 1, -173.964, -3896.27, 215.861, 0.139624, 0, 0, 0.0697556, 0.997564, 900, 255, 1, '', 47966, NULL), +(@OGUID+3103, 142140, 0, 47, 0, 1, 1, -195.593, -4092.25, 152.112, 0.610863, 0, 0, 0.300705, 0.953717, 900, 255, 1, '', 47966, NULL), +(@OGUID+3104, 142140, 0, 47, 0, 1, 1, -236.665, -3645.15, 237.931, 5.14872, 0, 0, -0.537299, 0.843392, 900, 255, 1, '', 49345, NULL), +(@OGUID+3105, 142140, 0, 47, 0, 1, 1, -246.823, -4114.37, 119.559, 1.65806, 0, 0, 0.737277, 0.675591, 900, 255, 1, '', 50664, NULL), +(@OGUID+3106, 142140, 0, 47, 0, 1, 1, -251.535, -2768.62, 114.138, 5.39307, 0, 0, -0.430511, 0.902586, 900, 255, 1, '', 50063, NULL), +(@OGUID+3107, 142140, 0, 47, 0, 1, 1, -252.906, -4189.7, 121.522, 4.64258, 0, 0, -0.731354, 0.681998, 900, 255, 1, '', 48632, NULL), +(@OGUID+3108, 142140, 0, 47, 0, 1, 1, -265.61, -3521.13, 160.874, 3.68265, 0, 0, -0.96363, 0.267241, 900, 255, 1, '', 47966, NULL), +(@OGUID+3109, 142140, 0, 47, 0, 1, 1, -323.621, -4058.63, 174.355, 5.11382, 0, 0, -0.551936, 0.833886, 900, 255, 1, '', 50664, NULL), +(@OGUID+3110, 142140, 0, 47, 0, 1, 1, -33.9568, -2777.36, 122.507, 5.48033, 0, 0, -0.390731, 0.920505, 900, 255, 1, '', 50063, NULL), +(@OGUID+3111, 142140, 0, 47, 0, 1, 1, -330.517, -3413.43, 158.924, 4.7473, 0, 0, -0.694658, 0.71934, 900, 255, 1, '', 50063, NULL), +(@OGUID+3112, 142140, 0, 47, 0, 1, 1, -352.482, -4108.68, 152.557, 3.31614, 0, 0, -0.996194, 0.087165, 900, 255, 1, '', 50664, NULL), +(@OGUID+3113, 142140, 0, 47, 0, 1, 1, -414.097, -2969.14, 95.1376, 0.0174525, 0, 0, 0.00872612, 0.999962, 900, 255, 1, '', 49345, NULL), +(@OGUID+3114, 142140, 0, 47, 0, 1, 1, -437.401, -4189.53, 195.066, 3.80482, 0, 0, -0.945518, 0.325568, 900, 255, 1, '', 50664, NULL), +(@OGUID+3115, 142140, 0, 47, 0, 1, 1, -449.898, -3900.91, 216.003, 2.00713, 0, 0, 0.843391, 0.5373, 900, 255, 1, '', 50664, NULL), +(@OGUID+3116, 142140, 0, 47, 0, 1, 1, -463.026, -3881.16, 238.481, 2.11185, 0, 0, 0.870356, 0.492424, 900, 255, 1, '', 50664, NULL), +(@OGUID+3117, 142140, 0, 47, 0, 1, 1, -531.812, -3946.42, 238.815, 1.69297, 0, 0, 0.748956, 0.66262, 900, 255, 1, '', 50664, NULL), +(@OGUID+3118, 142140, 0, 47, 0, 1, 1, -539.072, -4192.2, 215.934, 3.22886, 0, 0, -0.999048, 0.0436193, 900, 255, 1, '', 50664, NULL), +(@OGUID+3119, 142140, 0, 47, 0, 1, 1, -635.332, -3904.48, 238.479, 2.61799, 0, 0, 0.965925, 0.258821, 900, 255, 1, '', 50664, NULL), +(@OGUID+3120, 142140, 0, 47, 0, 1, 1, -9.96951, -2448.67, 125.089, 2.40855, 0, 0, 0.93358, 0.358368, 900, 255, 1, '', 49345, NULL), +(@OGUID+3121, 142140, 0, 47, 0, 1, 1, 330.611, -3794.22, 164.849, 0.750491, 0, 0, 0.366501, 0.930418, 900, 255, 1, '', 49345, NULL), +(@OGUID+3122, 142140, 0, 47, 0, 1, 1, 390.568, -3796.91, 167.297, 2.25147, 0, 0, 0.902585, 0.430512, 900, 255, 1, '', 49345, NULL), +(@OGUID+3123, 142140, 0, 47, 0, 1, 1, 72.0628, -3488.07, 107.691, 3.94445, 0, 0, -0.920505, 0.390732, 900, 255, 1, '', 50664, NULL), +(@OGUID+3124, 142140, 0, 47, 35, 1, 1, -212.253, -3122.93, 130.193, 2.33874, 0, 0, 0.920505, 0.390732, 900, 255, 1, '', 47612, NULL), +(@OGUID+3125, 142140, 0, 47, 35, 1, 1, -262.42, -3912.02, 215.861, 2.46091, 0, 0, 0.942641, 0.333808, 900, 255, 1, '', 47612, NULL), +(@OGUID+3126, 142140, 0, 47, 35, 1, 1, -273.687, -3844.07, 238.351, 4.67748, 0, 0, -0.719339, 0.694659, 900, 255, 1, '', 47612, NULL), +(@OGUID+3127, 142140, 0, 47, 35, 1, 1, -281.208, -4107.5, 138.673, 4.24115, 0, 0, -0.85264, 0.522499, 900, 255, 1, '', 47612, NULL), +(@OGUID+3128, 142140, 0, 47, 35, 1, 1, -329.511, -4207.55, 152.009, 1.53589, 0, 0, 0.694658, 0.71934, 900, 255, 1, '', 47612, NULL), +(@OGUID+3129, 142140, 0, 47, 35, 1, 1, -376.088, -4090.41, 174.874, 3.42085, 0, 0, -0.990268, 0.139175, 900, 255, 1, '', 47612, NULL), +(@OGUID+3130, 142140, 0, 47, 35, 1, 1, -504.943, -4198.09, 215.861, 4.53786, 0, 0, -0.766044, 0.642789, 900, 255, 1, '', 47612, NULL), +(@OGUID+3131, 142140, 0, 47, 460, 1, 1, -21.1782, -2837.13, 126.25, 1.93731, 0, 0, 0.824125, 0.566408, 900, 255, 1, '', 50375, NULL), +(@OGUID+3132, 142140, 0, 47, 460, 1, 1, -240.483, -4018.18, 174.303, 4.57276, 0, 0, -0.754709, 0.656059, 900, 255, 1, '', 50375, NULL), +(@OGUID+3133, 142140, 0, 47, 460, 1, 1, -273.218, -4094.25, 152.123, 0.558504, 0, 0, 0.275637, 0.961262, 900, 255, 1, '', 50375, NULL), +(@OGUID+3134, 142140, 0, 47, 460, 1, 1, -403.029, -3761.48, 238.899, 5.34071, 0, 0, -0.45399, 0.891007, 900, 255, 1, '', 50375, NULL), +(@OGUID+3135, 142140, 0, 47, 460, 1, 1, -416.098, -3969.53, 215.906, 4.76475, 0, 0, -0.688354, 0.725374, 900, 255, 1, '', 50375, NULL), +(@OGUID+3136, 142140, 0, 47, 460, 1, 1, -589.769, -3878.78, 238.958, 5.49779, 0, 0, -0.382683, 0.92388, 900, 255, 1, '', 50375, NULL), +(@OGUID+3137, 142140, 0, 47, 460, 1, 1, 126.473, -3501.29, 107.241, 1.25664, 0, 0, 0.587785, 0.809017, 900, 255, 1, '', 49822, NULL), +(@OGUID+3138, 142140, 0, 47, 460, 1, 1, 389.724, -3402.35, 122.954, 4.32842, 0, 0, -0.829037, 0.559194, 900, 255, 1, '', 50375, NULL), +(@OGUID+3139, 142140, 0, 47, 0, 1, 1, -170.906, -3785.24, 238.499, 0.837757, 0, 0, 0.406736, 0.913546, 900, 255, 1, '', 46182, NULL), +(@OGUID+3140, 142140, 0, 47, 0, 1, 1, -206.332, -3960.19, 196.913, 3.85718, 0, 0, -0.936671, 0.35021, 900, 255, 1, '', 52237, NULL), +(@OGUID+3141, 142140, 0, 47, 1884, 1, 1, 396.446, -3322.89, 122.586, 5.60251, 0, 0, -0.333807, 0.942641, 900, 255, 1, '', 52237, NULL), +(@OGUID+3142, 142140, 0, 47, 3317, 1, 1, -316.936, -4234.65, 138.125, 0.628317, 0, 0, 0.309016, 0.951057, 900, 255, 1, '', 52237, NULL), +(@OGUID+3143, 142140, 0, 47, 353, 1, 1, -418.711, -2793.62, 80.5266, 5.13127, 0, 0, -0.544639, 0.838671, 900, 255, 1, '', 52237, NULL), +(@OGUID+3144, 142140, 0, 47, 354, 1, 1, -363.366, -3995.75, 195.14, 1.15192, 0, 0, 0.544639, 0.838671, 900, 255, 1, '', 52237, NULL), +(@OGUID+3145, 142140, 0, 47, 354, 1, 1, -368.997, -3879.64, 216.138, 0.855211, 0, 0, 0.414693, 0.909961, 900, 255, 1, '', 52237, NULL), +(@OGUID+3146, 142140, 0, 47, 354, 1, 1, -385.865, -3823.76, 238.612, 4.86947, 0, 0, -0.649447, 0.760406, 900, 255, 1, '', 52237, NULL), +(@OGUID+3147, 142140, 0, 47, 354, 1, 1, -422.78, -4200.25, 174.764, 0.279252, 0, 0, 0.139173, 0.990268, 900, 255, 1, '', 52237, NULL), +(@OGUID+3148, 142140, 0, 47, 354, 1, 1, -509.304, -3980.23, 215.861, 0.645772, 0, 0, 0.317305, 0.948324, 900, 255, 1, '', 52237, NULL), +(@OGUID+3149, 142140, 0, 47, 354, 1, 1, -572.205, -3857.28, 237.416, 2.9496, 0, 0, 0.995396, 0.0958512, 900, 255, 1, '', 52237, NULL), +(@OGUID+3150, 142140, 0, 47, 354, 1, 1, -628.667, -4143.44, 238.351, 5.18363, 0, 0, -0.522498, 0.85264, 900, 255, 1, '', 52237, NULL), +(@OGUID+3151, 142140, 0, 47, 354, 1, 1, -661.092, -4066.43, 238.502, 2.25147, 0, 0, 0.902585, 0.430512, 900, 255, 1, '', 52237, NULL), +(@OGUID+3152, 142142, 0, 47, 0, 1, 1, -110.992, -2903.27, 122.513, 3.7001, 0, 0, -0.961261, 0.27564, 900, 255, 1, '', 50664, NULL), +(@OGUID+3153, 142142, 0, 47, 0, 1, 1, -119.008, -4209.6, 121.428, 0.523598, 0, 0, 0.258819, 0.965926, 900, 255, 1, '', 50172, NULL), +(@OGUID+3154, 142142, 0, 47, 0, 1, 1, -13.3295, -4387.78, 142.955, 5.23599, 0, 0, -0.5, 0.866025, 900, 255, 1, '', 48632, NULL), +(@OGUID+3155, 142142, 0, 47, 0, 1, 1, -13.5662, -4215.74, 121.354, 0.785397, 0, 0, 0.382683, 0.92388, 900, 255, 1, '', 48632, NULL), +(@OGUID+3156, 142142, 0, 47, 0, 1, 1, -146.055, -3483.01, 127.314, 5.68977, 0, 0, -0.292372, 0.956305, 900, 255, 1, '', 47966, NULL), +(@OGUID+3157, 142142, 0, 47, 0, 1, 1, -192.009, -4346.85, 120.757, 4.53786, 0, 0, -0.766044, 0.642789, 900, 255, 1, '', 50664, NULL), +(@OGUID+3158, 142142, 0, 47, 0, 1, 1, -213.704, -2716.72, 118.101, 3.26377, 0, 0, -0.998135, 0.0610518, 900, 255, 1, '', 50664, NULL), +(@OGUID+3159, 142142, 0, 47, 0, 1, 1, -9.04666, -3332.54, 119.422, 1.83259, 0, 0, 0.793353, 0.608762, 900, 255, 1, '', 50664, NULL), +(@OGUID+3160, 142142, 0, 47, 0, 1, 1, 117.788, -2423.14, 123.836, 1.67551, 0, 0, 0.743144, 0.669131, 900, 255, 1, '', 50664, NULL), +(@OGUID+3161, 142142, 0, 47, 0, 1, 1, 126.82, -3811.6, 125.848, 1.98967, 0, 0, 0.83867, 0.54464, 900, 255, 1, '', 48632, NULL), +(@OGUID+3162, 142142, 0, 47, 0, 1, 1, 134.793, -3656.45, 133.251, 3.4034, 0, 0, -0.991445, 0.130528, 900, 255, 1, '', 50664, NULL), +(@OGUID+3163, 142142, 0, 47, 0, 1, 1, 150.503, -3022.87, 128.218, 1.53589, 0, 0, 0.694658, 0.71934, 900, 255, 1, '', 50172, NULL), +(@OGUID+3164, 142142, 0, 47, 0, 1, 1, 153.413, -4587.04, 119.025, 3.31614, 0, 0, -0.996194, 0.087165, 900, 255, 1, '', 49345, NULL), +(@OGUID+3165, 142142, 0, 47, 0, 1, 1, 154.721, -4485.13, 126.177, 4.90438, 0, 0, -0.636078, 0.771625, 900, 255, 1, '', 50664, NULL), +(@OGUID+3166, 142142, 0, 47, 0, 1, 1, 157.212, -2274.17, 101.711, 0.802851, 0, 0, 0.390731, 0.920505, 900, 255, 1, '', 48632, NULL), +(@OGUID+3167, 142142, 0, 47, 0, 1, 1, 157.583, -3357.76, 116.646, 5.16618, 0, 0, -0.529919, 0.848048, 900, 255, 1, '', 50063, NULL), +(@OGUID+3168, 142142, 0, 47, 0, 1, 1, 158.747, -4206.66, 118.182, 0.715585, 0, 0, 0.350207, 0.936672, 900, 255, 1, '', 50664, NULL), +(@OGUID+3169, 142142, 0, 47, 0, 1, 1, 182.627, -3593.6, 126.181, 4.20625, 0, 0, -0.861629, 0.507539, 900, 255, 1, '', 50063, NULL), +(@OGUID+3170, 142142, 0, 47, 0, 1, 1, 191.367, -4060.45, 119.505, 4.27606, 0, 0, -0.843391, 0.5373, 900, 255, 1, '', 50063, NULL), +(@OGUID+3171, 142142, 0, 47, 0, 1, 1, 209.117, -3841.06, 138.017, 4.45059, 0, 0, -0.793353, 0.608762, 900, 255, 1, '', 49345, NULL), +(@OGUID+3172, 142142, 0, 47, 0, 1, 1, 214.263, -3954.11, 126.244, 6.02139, 0, 0, -0.130526, 0.991445, 900, 255, 1, '', 48632, NULL), +(@OGUID+3173, 142142, 0, 47, 0, 1, 1, 228.485, -4264.18, 120.824, 5.11382, 0, 0, -0.551936, 0.833886, 900, 255, 1, '', 50063, NULL), +(@OGUID+3174, 142142, 0, 47, 0, 1, 1, 254.163, -3647.02, 130.938, 0.506145, 0, 0, 0.25038, 0.968148, 900, 255, 1, '', 49345, NULL), +(@OGUID+3175, 142142, 0, 47, 0, 1, 1, 255.481, -4115.63, 119.415, 2.3911, 0, 0, 0.930417, 0.366502, 900, 255, 1, '', 50063, NULL), +(@OGUID+3176, 142142, 0, 47, 0, 1, 1, 291.528, -3741.59, 138.065, 4.57276, 0, 0, -0.754709, 0.656059, 900, 255, 1, '', 49345, NULL), +(@OGUID+3177, 142142, 0, 47, 0, 1, 1, 312.959, -3978.31, 125.032, 1.51844, 0, 0, 0.688354, 0.725374, 900, 255, 1, '', 49345, NULL), +(@OGUID+3178, 142142, 0, 47, 0, 1, 1, 48.7941, -2583.62, 113.303, 0.261798, 0, 0, 0.130526, 0.991445, 900, 255, 1, '', 50172, NULL), +(@OGUID+3179, 142142, 0, 47, 0, 1, 1, 59.1708, -3926.92, 143.609, 6.0912, 0, 0, -0.0958452, 0.995396, 900, 255, 1, '', 50664, NULL), +(@OGUID+3180, 142142, 0, 47, 0, 1, 1, 59.7218, -3386.04, 117.453, 3.01941, 0, 0, 0.998135, 0.0610518, 900, 255, 1, '', 50664, NULL), +(@OGUID+3181, 142142, 0, 47, 0, 1, 1, 72.6079, -2282.54, 107.053, 0.994837, 0, 0, 0.477159, 0.878817, 900, 255, 1, '', 48632, NULL), +(@OGUID+3182, 142142, 0, 47, 0, 1, 1, 81.3494, -4316.38, 121.672, 1.69297, 0, 0, 0.748956, 0.66262, 900, 255, 1, '', 50664, NULL), +(@OGUID+3183, 142142, 0, 47, 0, 1, 1, 82.176, -2672, 110.872, 4.67748, 0, 0, -0.719339, 0.694659, 900, 255, 1, '', 48632, NULL), +(@OGUID+3184, 142142, 0, 47, 0, 1, 1, 95.6914, -2746.62, 113.091, 0.226892, 0, 0, 0.113203, 0.993572, 900, 255, 1, '', 48632, NULL), +(@OGUID+3185, 142142, 0, 47, 1519, 1, 1, -17.3964, -4119.51, 117.86, 5.55015, 0, 0, -0.358368, 0.93358, 900, 255, 1, '', 47720, NULL), +(@OGUID+3186, 142142, 0, 47, 1519, 1, 1, -83.7886, -4318.95, 127.546, 1.37881, 0, 0, 0.636078, 0.771625, 900, 255, 1, '', 47720, NULL), +(@OGUID+3187, 142142, 0, 47, 35, 1, 1, -144.105, -3285.02, 117.683, 1.13446, 0, 0, 0.537299, 0.843392, 900, 255, 1, '', 47612, NULL), +(@OGUID+3188, 142142, 0, 47, 35, 1, 1, -168.433, -3030.92, 120.874, 0.122173, 0, 0, 0.0610485, 0.998135, 900, 255, 1, '', 47612, NULL), +(@OGUID+3189, 142142, 0, 47, 35, 1, 1, 179.138, -4381.11, 118.616, 4.57276, 0, 0, -0.754709, 0.656059, 900, 255, 1, '', 47612, NULL), +(@OGUID+3190, 142142, 0, 47, 35, 1, 1, 26.8899, -2417.52, 126.043, 3.17653, 0, 0, -0.999847, 0.0174693, 900, 255, 1, '', 47612, NULL), +(@OGUID+3191, 142142, 0, 47, 3565, 1, 1, -42.7587, -2993.42, 122.968, 0.523598, 0, 0, 0.258819, 0.965926, 900, 255, 1, '', 48120, NULL), +(@OGUID+3192, 142142, 0, 47, 460, 1, 1, -250.096, -3246.21, 123.919, 1.67551, 0, 0, 0.743144, 0.669131, 900, 255, 1, '', 50664, NULL), +(@OGUID+3193, 142142, 0, 47, 460, 1, 1, 185.703, -3148.8, 121.978, 0.0174525, 0, 0, 0.00872612, 0.999962, 900, 255, 1, '', 50375, NULL), +(@OGUID+3194, 142142, 0, 47, 460, 1, 1, 286.254, -2994.07, 114.463, 4.71239, 0, 0, -0.707107, 0.707107, 900, 255, 1, '', 50664, NULL), +(@OGUID+3195, 142142, 0, 47, 460, 1, 1, 66.809, -3028.1, 133.7, 0.279252, 0, 0, 0.139173, 0.990268, 900, 255, 1, '', 50375, NULL), +(@OGUID+3196, 142142, 0, 47, 460, 1, 1, 75.4878, -3281.09, 117.157, 4.59022, 0, 0, -0.748956, 0.66262, 900, 255, 1, '', 50375, NULL), +(@OGUID+3197, 142142, 0, 47, 460, 1, 1, 84.1852, -4108.34, 158.736, 0.453785, 0, 0, 0.224951, 0.97437, 900, 255, 1, '', 49822, NULL), +(@OGUID+3198, 142142, 0, 47, 0, 1, 1, -243.831, -2650.08, 123.006, 1.41372, 0, 0, 0.649447, 0.760406, 900, 255, 1, '', 53788, NULL), +(@OGUID+3199, 142142, 0, 47, 0, 1, 1, 142.088, -2939.65, 112.581, 5.95157, 0, 0, -0.165047, 0.986286, 900, 255, 1, '', 52237, NULL), +(@OGUID+3200, 142142, 0, 47, 0, 1, 1, 254.182, -3485.79, 161.809, 4.5204, 0, 0, -0.771625, 0.636078, 900, 255, 1, '', 52237, NULL), +(@OGUID+3201, 142142, 0, 47, 0, 1, 1, 264.186, -2898.2, 108.21, 4.27606, 0, 0, -0.843391, 0.5373, 900, 255, 1, '', 52237, NULL), +(@OGUID+3202, 142142, 0, 47, 0, 1, 1, 287.506, -4188.89, 120.249, 5.44543, 0, 0, -0.406736, 0.913546, 900, 255, 1, '', 52237, NULL), +(@OGUID+3203, 142142, 0, 47, 0, 1, 1, 410.458, -3654.1, 122.935, 1.01229, 0, 0, 0.484809, 0.87462, 900, 255, 1, '', 52237, NULL), +(@OGUID+3204, 142142, 0, 47, 1886, 1, 1, -10.5097, -3543.58, 119.021, 4.18879, 0, 0, -0.866025, 0.500001, 900, 255, 1, '', 53622, NULL), +(@OGUID+3205, 142142, 0, 47, 1887, 1, 1, -112.888, -2607.53, 117.483, 4.64258, 0, 0, -0.731354, 0.681998, 900, 255, 1, '', 52237, NULL), +(@OGUID+3206, 142142, 0, 47, 354, 1, 1, -223.719, -3525.59, 144.542, 1.39626, 0, 0, 0.642787, 0.766045, 900, 255, 1, '', 52237, NULL), +(@OGUID+3207, 142144, 0, 47, 0, 1, 1, -291.557, -3750.53, 237.954, 4.45059, 0, 0, -0.793353, 0.608762, 900, 255, 1, '', 50664, NULL), +(@OGUID+3208, 142144, 0, 47, 0, 1, 1, -605.363, -3802.15, 236.637, 3.6652, 0, 0, -0.965925, 0.258821, 900, 255, 1, '', 50664, NULL), +(@OGUID+3209, 142144, 0, 47, 0, 1, 1, -652.332, -3803.88, 226.839, 3.75246, 0, 0, -0.953716, 0.300708, 900, 255, 1, '', 50664, NULL), +(@OGUID+3210, 142144, 0, 47, 0, 1, 1, -686.187, -3667.2, 231.89, 4.83456, 0, 0, -0.66262, 0.748956, 900, 255, 1, '', 50664, NULL), +(@OGUID+3211, 142144, 0, 47, 0, 1, 1, 325.818, -3708.8, 107.088, 1.23918, 0, 0, 0.580703, 0.814116, 900, 255, 1, '', 49345, NULL), +(@OGUID+3212, 142144, 0, 47, 0, 1, 1, 339.986, -3752.52, 107.354, 4.59022, 0, 0, -0.748956, 0.66262, 900, 255, 1, '', 50664, NULL), +(@OGUID+3213, 142144, 0, 47, 0, 1, 1, 357.638, -3789.23, 126.82, 1.41372, 0, 0, 0.649447, 0.760406, 900, 255, 1, '', 49345, NULL), +(@OGUID+3214, 142144, 0, 47, 0, 1, 1, 363.105, -3803.18, 111.28, 2.16421, 0, 0, 0.882947, 0.469473, 900, 255, 1, '', 49345, NULL), +(@OGUID+3215, 142144, 0, 47, 0, 1, 1, 369.478, -3901.46, 102.944, 1.74533, 0, 0, 0.766044, 0.642789, 900, 255, 1, '', 49345, NULL), +(@OGUID+3216, 142144, 0, 47, 0, 1, 1, 378.476, -3758.72, 103.351, 2.14675, 0, 0, 0.878817, 0.47716, 900, 255, 1, '', 49345, NULL), +(@OGUID+3217, 142144, 0, 47, 0, 1, 1, 389.591, -3854.77, 96.4221, 0.575957, 0, 0, 0.284015, 0.95882, 900, 255, 1, '', 50664, NULL), +(@OGUID+3218, 142144, 0, 47, 0, 1, 1, 394.02, -3754.01, 126.82, 1.0472, 0, 0, 0.5, 0.866025, 900, 255, 1, '', 50664, NULL), +(@OGUID+3219, 142144, 0, 47, 0, 1, 1, 405.047, -3807.52, 101.678, 3.85718, 0, 0, -0.936671, 0.35021, 900, 255, 1, '', 49345, NULL), +(@OGUID+3220, 142144, 0, 47, 0, 1, 1, 414.474, -3879.82, 98.0181, 5.16618, 0, 0, -0.529919, 0.848048, 900, 255, 1, '', 49345, NULL), +(@OGUID+3221, 142144, 0, 47, 460, 1, 1, -273.775, -3695.75, 241.68, 4.2237, 0, 0, -0.857167, 0.515038, 900, 255, 1, '', 50375, NULL), +(@OGUID+3222, 142144, 0, 47, 460, 1, 1, -655.014, -3832.11, 227.47, 3.89209, 0, 0, -0.930417, 0.366502, 900, 255, 1, '', 50375, NULL), +(@OGUID+3223, 142144, 0, 47, 460, 1, 1, 368.381, -3860.87, 106.184, 5.63741, 0, 0, -0.317305, 0.948324, 900, 255, 1, '', 50375, NULL), +(@OGUID+3224, 142144, 0, 47, 0, 1, 1, 366.088, -3725.58, 105.882, 3.26377, 0, 0, -0.998135, 0.0610518, 900, 255, 1, '', 52237, NULL), +(@OGUID+3225, 142144, 0, 47, 351, 1, 1, 444.66, -3789.41, 120.988, 5.74214, 0, 0, -0.267238, 0.963631, 900, 255, 1, '', 52237, NULL), +(@OGUID+3226, 142144, 0, 47, 354, 1, 1, -613.293, -3768.72, 235.835, 4.72984, 0, 0, -0.700909, 0.713251, 900, 255, 1, '', 52237, NULL), +(@OGUID+3227, 142144, 0, 47, 354, 1, 1, -627.495, -3810.34, 234.504, 6.12611, 0, 0, -0.0784588, 0.996917, 900, 255, 1, '', 52237, NULL), +(@OGUID+3228, 142144, 0, 47, 354, 1, 1, -726.138, -3786.03, 228.721, 5.84685, 0, 0, -0.216439, 0.976296, 900, 255, 1, '', 52237, NULL), +(@OGUID+3229, 176583, 0, 47, 0, 1, 1, -136.655, -3453.34, 129.769, 4.67748, 0, 0, -0.719339, 0.694659, 900, 255, 1, '', 50664, NULL), +(@OGUID+3230, 176583, 0, 47, 0, 1, 1, -256.678, -2890.58, 92.1892, 1.83259, 0, 0, 0.793353, 0.608762, 900, 255, 1, '', 49345, NULL), +(@OGUID+3231, 176583, 0, 47, 0, 1, 1, -268.422, -2639.7, 120.26, 3.87463, 0, 0, -0.93358, 0.358368, 900, 255, 1, '', 50664, NULL), +(@OGUID+3232, 176583, 0, 47, 0, 1, 1, -75.4167, -4253.4, 120.531, 6.17847, 0, 0, -0.0523357, 0.99863, 900, 255, 1, '', 48632, NULL), +(@OGUID+3233, 176583, 0, 47, 0, 1, 1, 225.686, -4330.83, 117.633, 0.279252, 0, 0, 0.139173, 0.990268, 900, 255, 1, '', 50664, NULL), +(@OGUID+3234, 176583, 0, 47, 0, 1, 1, 605.156, -4074.16, 113.456, 1.6057, 0, 0, 0.719339, 0.694659, 900, 255, 1, '', 49345, NULL), +(@OGUID+3235, 176583, 0, 47, 0, 1, 1, 789.577, -4213.53, 112.392, 2.02458, 0, 0, 0.848047, 0.529921, 900, 255, 1, '', 48632, NULL), +(@OGUID+3236, 176583, 0, 47, 0, 1, 1, 970.431, -4124.26, 112.937, 2.53072, 0, 0, 0.953716, 0.300708, 900, 255, 1, '', 47966, NULL), +(@OGUID+3237, 176583, 0, 47, 3565, 1, 1, 336.581, -4032.55, 118.385, 4.71239, 0, 0, -0.707107, 0.707107, 900, 255, 1, '', 48120, NULL), +(@OGUID+3238, 176583, 0, 47, 460, 1, 1, -282.718, -3336.04, 140.87, 4.18879, 0, 0, -0.866025, 0.500001, 900, 255, 1, '', 50375, NULL), +(@OGUID+3239, 176583, 0, 47, 460, 1, 1, 231.767, -4179.73, 117.157, 3.6652, 0, 0, -0.965925, 0.258821, 900, 255, 1, '', 50664, NULL), +(@OGUID+3240, 176583, 0, 47, 460, 1, 1, 54.9439, -4500.57, 145.834, 6.24828, 0, 0, -0.0174522, 0.999848, 900, 255, 1, '', 50375, NULL), +(@OGUID+3241, 176583, 0, 47, 0, 1, 1, -31.2875, -2533.09, 119.018, 5.63741, 0, 0, -0.317305, 0.948324, 900, 255, 1, '', 53622, NULL), +(@OGUID+3242, 176583, 0, 47, 0, 1, 1, -95.1624, -3044.19, 122.068, 0.191985, 0, 0, 0.0958452, 0.995396, 900, 255, 1, '', 45772, NULL), +(@OGUID+3243, 176583, 0, 47, 0, 1, 1, 320.651, -3068.27, 119.442, 3.45576, 0, 0, -0.987688, 0.156436, 900, 255, 1, '', 52237, NULL), +(@OGUID+3244, 176583, 0, 47, 1884, 1, 1, 367.597, -3300.82, 115.674, 4.2237, 0, 0, -0.857167, 0.515038, 900, 255, 1, '', 52237, NULL), +(@OGUID+3245, 176583, 0, 47, 356, 1, 1, 694.815, -3869.34, 109.546, 4.25861, 0, 0, -0.848047, 0.529921, 900, 255, 1, '', 52237, NULL), +(@OGUID+3246, 2041, 0, 47, 0, 1, 1, -92.8787, -4014.63, 121.424, 1.8675, 0, 0, 0.803857, 0.594823, 900, 255, 1, '', 47966, NULL), +(@OGUID+3247, 2041, 0, 47, 0, 1, 1, 17.8396, -3752.17, 146.476, 1.39626, 0, 0, 0.642787, 0.766045, 900, 255, 1, '', 48632, NULL), +(@OGUID+3248, 2041, 0, 47, 0, 1, 1, 346.838, -2737.67, 116.216, 3.85718, 0, 0, -0.936671, 0.35021, 900, 255, 1, '', 50664, NULL), +(@OGUID+3249, 2041, 0, 47, 460, 1, 1, -54.0577, -3203.03, 115.833, 3.9619, 0, 0, -0.91706, 0.39875, 900, 255, 1, '', 50664, NULL), +(@OGUID+3250, 2041, 0, 47, 460, 1, 1, 447.687, -4007.4, 103.455, 2.40855, 0, 0, 0.93358, 0.358368, 900, 255, 1, '', 50375, NULL), +(@OGUID+3251, 2041, 0, 47, 0, 1, 1, 249.01, -4457.45, 102.536, 0.244346, 0, 0, 0.121869, 0.992546, 900, 255, 1, '', 53622, NULL), +(@OGUID+3252, 2041, 0, 47, 351, 1, 1, 500.766, -3791.9, 102.439, 0.314158, 0, 0, 0.156434, 0.987688, 900, 255, 1, '', 52237, NULL), +(@OGUID+3253, 2042, 0, 47, 0, 1, 1, -155.541, -2623.64, 120.462, 4.32842, 0, 0, -0.829037, 0.559194, 900, 255, 1, '', 49345, NULL), +(@OGUID+3254, 2042, 0, 47, 0, 1, 1, -24.6152, -3595.42, 118.51, 1.02974, 0, 0, 0.492423, 0.870356, 900, 255, 1, '', 49345, NULL), +(@OGUID+3255, 2042, 0, 47, 0, 1, 1, 121.778, -3088.08, 129.892, 2.70526, 0, 0, 0.976295, 0.216442, 900, 255, 1, '', 50172, NULL), +(@OGUID+3256, 2042, 0, 47, 0, 1, 1, 130.193, -3739.45, 125.82, 5.75959, 0, 0, -0.258819, 0.965926, 900, 255, 1, '', 49345, NULL), +(@OGUID+3257, 2042, 0, 47, 0, 1, 1, 29.2546, -3312.49, 116.929, 0.715585, 0, 0, 0.350207, 0.936672, 900, 255, 1, '', 48632, NULL), +(@OGUID+3258, 2042, 0, 47, 0, 1, 1, 62.7072, -4282.95, 116.939, 1.15192, 0, 0, 0.544639, 0.838671, 900, 255, 1, '', 50664, NULL), +(@OGUID+3259, 2042, 0, 47, 0, 1, 1, 73.3306, -2575.64, 110.622, 3.10665, 0, 0, 0.999847, 0.0174693, 900, 255, 1, '', 48632, NULL), +(@OGUID+3260, 2042, 0, 47, 460, 1, 1, -173.593, -2784.15, 118.585, 5.41052, 0, 0, -0.422618, 0.906308, 900, 255, 1, '', 49822, NULL), +(@OGUID+3261, 2042, 0, 47, 460, 1, 1, 103.044, -2881.95, 113.757, 3.61284, 0, 0, -0.972369, 0.233448, 900, 255, 1, '', 50375, NULL), +(@OGUID+3262, 2042, 0, 47, 0, 1, 1, 264.196, -3832.07, 143.696, 0.872664, 0, 0, 0.422618, 0.906308, 900, 255, 1, '', 52237, NULL), +(@OGUID+3263, 2043, 0, 47, 0, 1, 1, 11.1803, -3976.08, 132.625, 1.72787, 0, 0, 0.760406, 0.649449, 900, 255, 1, '', 50664, NULL), +(@OGUID+3264, 2043, 0, 47, 0, 1, 1, 156.958, -4024.11, 123.38, 4.66003, 0, 0, -0.725374, 0.688355, 900, 255, 1, '', 48632, NULL), +(@OGUID+3265, 2043, 0, 47, 0, 1, 1, 208.619, -4577.21, 120.027, 4.5204, 0, 0, -0.771625, 0.636078, 900, 255, 1, '', 50063, NULL), +(@OGUID+3266, 2043, 0, 47, 0, 1, 1, 286.887, -4306.71, 118.855, 2.09439, 0, 0, 0.866025, 0.500001, 900, 255, 1, '', 49345, NULL), +(@OGUID+3267, 2043, 0, 47, 0, 1, 1, 287.296, -3228.73, 116.157, 4.15388, 0, 0, -0.874619, 0.48481, 900, 255, 1, '', 50664, NULL), +(@OGUID+3268, 2043, 0, 47, 0, 1, 1, 447.914, -3893.58, 124.796, 1.95477, 0, 0, 0.829038, 0.559193, 900, 255, 1, '', 50664, NULL), +(@OGUID+3269, 2043, 0, 47, 35, 1, 1, 472.906, -3579.43, 119.614, 5.58505, 0, 0, -0.34202, 0.939693, 900, 255, 1, '', 47612, NULL), +(@OGUID+3270, 2043, 0, 47, 460, 1, 1, -183.549, -3173.17, 118.979, 5.84685, 0, 0, -0.216439, 0.976296, 900, 255, 1, '', 50375, NULL), +(@OGUID+3271, 2043, 0, 47, 460, 1, 1, 62.6606, -3606.76, 124.487, 0.366518, 0, 0, 0.182235, 0.983255, 900, 255, 1, '', 50375, NULL), +(@OGUID+3272, 2043, 0, 47, 0, 1, 1, 281.061, -4074.91, 125.109, 4.17134, 0, 0, -0.870356, 0.492424, 900, 255, 1, '', 53622, NULL), +(@OGUID+3273, 2045, 0, 47, 0, 1, 1, -144.687, -4860.1, -16.9362, 6.21337, 0, 0, -0.0348988, 0.999391, 900, 255, 1, '', 50664, NULL), +(@OGUID+3274, 2045, 0, 47, 0, 1, 1, -151.148, -4909.86, -19.1006, 0.802851, 0, 0, 0.390731, 0.920505, 900, 255, 1, '', 50664, NULL), +(@OGUID+3275, 2045, 0, 47, 0, 1, 1, -216.165, -4848.26, -12.7663, 2.3911, 0, 0, 0.930417, 0.366502, 900, 255, 1, '', 50664, NULL), +(@OGUID+3276, 2045, 0, 47, 0, 1, 1, -366.355, -4749.6, -25.055, 3.71755, 0, 0, -0.958819, 0.284016, 900, 255, 1, '', 50664, NULL), +(@OGUID+3277, 2045, 0, 47, 0, 1, 1, -777.527, -4570.92, -23.8076, 5.68977, 0, 0, -0.292372, 0.956305, 900, 255, 1, '', 48632, NULL), +(@OGUID+3278, 2045, 0, 47, 0, 1, 1, -785.382, -4656.31, -24.7362, 5.044, 0, 0, -0.580703, 0.814116, 900, 255, 1, '', 48632, NULL), +(@OGUID+3279, 2045, 0, 47, 0, 1, 1, 227.089, -4819.19, -19.5382, 6.03884, 0, 0, -0.121869, 0.992546, 900, 255, 1, '', 50664, NULL), +(@OGUID+3280, 2045, 0, 47, 0, 1, 1, 308.52, -4750.46, -11.8114, 4.38078, 0, 0, -0.814116, 0.580703, 900, 255, 1, '', 49345, NULL), +(@OGUID+3281, 2045, 0, 47, 0, 1, 1, 458.723, -4765.3, -8.45733, 1.11701, 0, 0, 0.529919, 0.848048, 900, 255, 1, '', 50664, NULL), +(@OGUID+3282, 2045, 0, 47, 0, 1, 1, 99.9873, -4773.28, -4.84176, 6.24828, 0, 0, -0.0174522, 0.999848, 900, 255, 1, '', 48632, NULL), +(@OGUID+3283, 2045, 0, 47, 1519, 1, 1, -291.338, -4744.9, -25.2299, 4.25861, 0, 0, -0.848047, 0.529921, 900, 255, 1, '', 47720, NULL), +(@OGUID+3284, 2045, 0, 47, 1519, 1, 1, -442.294, -4808.89, -25.8227, 5.8294, 0, 0, -0.224951, 0.97437, 900, 255, 1, '', 47720, NULL), +(@OGUID+3285, 2045, 0, 47, 35, 1, 1, 19.2655, -4890.57, -19.0195, 5.61996, 0, 0, -0.325567, 0.945519, 900, 255, 1, '', 47612, NULL), +(@OGUID+3286, 2045, 0, 47, 3565, 1, 1, -599.362, -4761.99, -25.7426, 3.83973, 0, 0, -0.939692, 0.34202, 900, 255, 1, '', 48120, NULL), +(@OGUID+3287, 2045, 0, 47, 460, 1, 1, -120.28, -4735.02, -24.48, 4.31097, 0, 0, -0.833885, 0.551938, 900, 255, 1, '', 50375, NULL), +(@OGUID+3288, 2045, 0, 47, 460, 1, 1, -485.872, -4719.62, -29.8458, 2.74016, 0, 0, 0.979924, 0.19937, 900, 255, 1, '', 50375, NULL), +(@OGUID+3289, 2045, 0, 47, 460, 1, 1, -52.3074, -4766.53, -2.46612, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 50375, NULL), +(@OGUID+3290, 2045, 0, 47, 460, 1, 1, 12.7143, -4829.58, -17.039, 3.03684, 0, 0, 0.998629, 0.0523532, 900, 255, 1, '', 50375, NULL), +(@OGUID+3291, 2045, 0, 47, 460, 1, 1, 365.045, -4815.13, -12.0386, 5.32326, 0, 0, -0.461748, 0.887011, 900, 255, 1, '', 50375, NULL), +(@OGUID+3292, 2045, 0, 47, 307, 1, 1, -199.985, -4725.92, -28.7294, 1.85005, 0, 0, 0.798635, 0.601815, 900, 255, 1, '', 52237, NULL), +(@OGUID+3293, 2045, 0, 47, 307, 1, 1, -250.644, -4651.93, -12.5148, 4.79966, 0, 0, -0.67559, 0.737278, 900, 255, 1, '', 52237, NULL), +(@OGUID+3294, 2045, 0, 47, 307, 1, 1, -407.803, -4586.45, -10.9108, 1.41372, 0, 0, 0.649447, 0.760406, 900, 255, 1, '', 46182, NULL), +(@OGUID+3295, 2045, 0, 47, 307, 1, 1, -418.383, -4633, -10.4412, 2.1293, 0, 0, 0.874619, 0.48481, 900, 255, 1, '', 46368, NULL), +(@OGUID+3296, 2045, 0, 47, 307, 1, 1, -501.541, -4655.18, -7.51504, 0.366518, 0, 0, 0.182235, 0.983255, 900, 255, 1, '', 51943, NULL), +(@OGUID+3297, 2045, 0, 47, 307, 1, 1, 396.026, -4747.28, -9.89115, 4.83456, 0, 0, -0.66262, 0.748956, 900, 255, 1, '', 52237, NULL), +(@OGUID+3298, 2045, 0, 47, 307, 1, 1, 428.389, -4857.91, -12.8203, 1.62316, 0, 0, 0.725374, 0.688355, 900, 255, 1, '', 45772, NULL), +(@OGUID+3299, 2045, 0, 47, 3317, 1, 1, -645.925, -4777.93, -8.68316, 5.044, 0, 0, -0.580703, 0.814116, 900, 255, 1, '', 46182, NULL), +(@OGUID+3300, 2046, 0, 47, 0, 1, 1, -15.1667, -2949.08, 120.501, 2.74016, 0, 0, 0.979924, 0.19937, 900, 255, 1, '', 48632, NULL), +(@OGUID+3301, 2046, 0, 47, 0, 1, 1, -155.668, -4041.4, 122.494, 1.58825, 0, 0, 0.71325, 0.70091, 900, 255, 1, '', 48632, NULL), +(@OGUID+3302, 2046, 0, 47, 0, 1, 1, -299.212, -2770.7, 100.27, 0.523598, 0, 0, 0.258819, 0.965926, 900, 255, 1, '', 50664, NULL), +(@OGUID+3303, 2046, 0, 47, 0, 1, 1, -307.895, -3338.89, 139.851, 2.18166, 0, 0, 0.887011, 0.461749, 900, 255, 1, '', 48632, NULL), +(@OGUID+3304, 2046, 0, 47, 0, 1, 1, -81.7064, -3537.64, 120.173, 5.75959, 0, 0, -0.258819, 0.965926, 900, 255, 1, '', 47966, NULL), +(@OGUID+3305, 2046, 0, 47, 0, 1, 1, -9.83615, -4469.2, 155.765, 0.244346, 0, 0, 0.121869, 0.992546, 900, 255, 1, '', 50664, NULL), +(@OGUID+3306, 2046, 0, 47, 0, 1, 1, 100.139, -3533.69, 119.1, 0.226892, 0, 0, 0.113203, 0.993572, 900, 255, 1, '', 50172, NULL), +(@OGUID+3307, 2046, 0, 47, 0, 1, 1, 103.8, -4171.09, 126.829, 0.279252, 0, 0, 0.139173, 0.990268, 900, 255, 1, '', 50664, NULL), +(@OGUID+3308, 2046, 0, 47, 0, 1, 1, 123.901, -3946.82, 134.454, 5.95157, 0, 0, -0.165047, 0.986286, 900, 255, 1, '', 50664, NULL), +(@OGUID+3309, 2046, 0, 47, 0, 1, 1, 129.425, -4091.16, 151.222, 6.14356, 0, 0, -0.0697556, 0.997564, 900, 255, 1, '', 48632, NULL), +(@OGUID+3310, 2046, 0, 47, 0, 1, 1, 349.219, -4016.42, 122.159, 0.872664, 0, 0, 0.422618, 0.906308, 900, 255, 1, '', 49345, NULL), +(@OGUID+3311, 2046, 0, 47, 0, 1, 1, 397.232, -4102.64, 119.983, 5.74214, 0, 0, -0.267238, 0.963631, 900, 255, 1, '', 47966, NULL), +(@OGUID+3312, 2046, 0, 47, 0, 1, 1, 42.2495, -3664.66, 131.693, 6.00393, 0, 0, -0.139173, 0.990268, 900, 255, 1, '', 49345, NULL), +(@OGUID+3313, 2046, 0, 47, 0, 1, 1, 98.4678, -4596.08, 118.84, 4.71239, 0, 0, -0.707107, 0.707107, 900, 255, 1, '', 48632, NULL), +(@OGUID+3314, 2046, 0, 47, 35, 1, 1, -184.718, -3334.12, 126.395, 5.89921, 0, 0, -0.190808, 0.981627, 900, 255, 1, '', 47612, NULL), +(@OGUID+3315, 2046, 0, 47, 35, 1, 1, -35.6698, -2694.52, 172.04, 3.31614, 0, 0, -0.996194, 0.087165, 900, 255, 1, '', 47612, NULL), +(@OGUID+3316, 2046, 0, 47, 460, 1, 1, -129.817, -4158.42, 122.053, 2.1293, 0, 0, 0.874619, 0.48481, 900, 255, 1, '', 50375, NULL), +(@OGUID+3317, 2046, 0, 47, 460, 1, 1, -173.62, -2876.62, 116.342, 2.44346, 0, 0, 0.939692, 0.34202, 900, 255, 1, '', 49822, NULL), +(@OGUID+3318, 2046, 0, 47, 460, 1, 1, 213.36, -3447.47, 152.571, 3.61284, 0, 0, -0.972369, 0.233448, 900, 255, 1, '', 50375, NULL), +(@OGUID+3319, 2046, 0, 47, 460, 1, 1, 461.521, -3311.35, 123.003, 3.00195, 0, 0, 0.997563, 0.0697661, 900, 255, 1, '', 50664, NULL), +(@OGUID+3320, 2046, 0, 47, 307, 1, 1, -230.018, -4438.47, 20.1907, 2.86234, 0, 0, 0.990268, 0.139175, 900, 255, 1, '', 45772, NULL), +(@OGUID+3321, 2046, 0, 47, 307, 1, 1, -57.5888, -4553.34, 16.4739, 1.93731, 0, 0, 0.824125, 0.566408, 900, 255, 1, '', 52237, NULL), +(@OGUID+3322, 2046, 0, 47, 307, 1, 1, -758.931, -4435.09, 13.9278, 5.63741, 0, 0, -0.317305, 0.948324, 900, 255, 1, '', 52237, NULL), +(@OGUID+3323, 2046, 0, 47, 3317, 1, 1, 120.831, -4352.99, 121.36, 2.35619, 0, 0, 0.92388, 0.382683, 900, 255, 1, '', 51943, NULL), +(@OGUID+3324, 2046, 0, 47, 351, 1, 1, 455.576, -3751.14, 130.958, 4.66003, 0, 0, -0.725374, 0.688355, 900, 255, 1, '', 51739, NULL), +(@OGUID+3325, 2046, 0, 47, 353, 1, 1, -258.607, -3122.24, 132.854, 0.244346, 0, 0, 0.121869, 0.992546, 900, 255, 1, '', 52237, NULL), +(@OGUID+3326, 2046, 0, 47, 353, 1, 1, -412.539, -2738.74, 110.711, 1.81514, 0, 0, 0.788011, 0.615662, 900, 255, 1, '', 52237, NULL), +(@OGUID+3327, 2046, 0, 47, 353, 1, 1, -459.057, -2887.48, 104.367, 1.69297, 0, 0, 0.748956, 0.66262, 900, 255, 1, '', 45772, NULL), +(@OGUID+3328, 324, 0, 47, 354, 1, 1, -674.432, -3671.85, 231.279, 3.47321, 0, 0, -0.986285, 0.16505, 900, 255, 1, '', 52237, NULL), +(@OGUID+3329, 324, 0, 47, 460, 1, 1, -671.735, -3811.95, 223.037, 3.99681, 0, 0, -0.909961, 0.414694, 900, 255, 1, '', 50375, NULL), +(@OGUID+3330, 324, 0, 47, 0, 1, 1, -292.832, -3754.57, 238.548, 3.08918, 0, 0, 0.999657, 0.0262016, 900, 255, 1, '', 50664, NULL), +(@OGUID+3331, 324, 0, 47, 460, 1, 1, -261.942, -3704.23, 242.799, 2.72271, 0, 0, 0.978148, 0.207912, 900, 255, 1, '', 50375, NULL), +(@OGUID+3332, 324, 0, 47, 0, 1, 1, -258.276, -3673.16, 241.412, 1.95477, 0, 0, 0.829038, 0.559193, 900, 255, 1, '', 49345, NULL), +(@OGUID+3333, 324, 0, 47, 0, 1, 1, -222.086, -3605.74, 231.848, 3.89209, 0, 0, -0.930417, 0.366502, 900, 255, 1, '', 47966, NULL), +(@OGUID+3334, 324, 0, 47, 0, 1, 1, -155.38, -4073.34, 127.776, 1.71042, 0, 0, 0.754709, 0.656059, 900, 255, 1, '', 50664, NULL), +(@OGUID+3335, 324, 0, 47, 0, 1, 1, -121.696, -4368.51, 153.591, 4.69494, 0, 0, -0.71325, 0.70091, 900, 255, 1, '', 48632, NULL), +(@OGUID+3336, 324, 0, 47, 307, 1, 1, 107.217, -4568.66, 132.759, 1.71042, 0, 0, 0.754709, 0.656059, 900, 255, 1, '', 52237, NULL), +(@OGUID+3337, 324, 0, 47, 0, 1, 1, 121.811, -4147.39, 157.877, 0.244346, 0, 0, 0.121869, 0.992546, 900, 255, 1, '', 52237, NULL), +(@OGUID+3338, 324, 0, 47, 0, 1, 1, 408.902, -4095.56, 113.969, 6.12611, 0, 0, -0.0784588, 0.996917, 900, 255, 1, '', 47966, NULL), +(@OGUID+3339, 2047, 0, 47, 354, 1, 1, -674.432, -3671.85, 231.279, 3.47321, 0, 0, -0.986285, 0.16505, 900, 255, 1, '', 52237, NULL), +(@OGUID+3340, 2047, 0, 47, 460, 1, 1, -671.735, -3811.95, 223.037, 3.99681, 0, 0, -0.909961, 0.414694, 900, 255, 1, '', 50375, NULL), +(@OGUID+3341, 2047, 0, 47, 0, 1, 1, -292.832, -3754.57, 238.548, 3.08918, 0, 0, 0.999657, 0.0262016, 900, 255, 1, '', 50664, NULL), +(@OGUID+3342, 2047, 0, 47, 460, 1, 1, -261.942, -3704.23, 242.799, 2.72271, 0, 0, 0.978148, 0.207912, 900, 255, 1, '', 50375, NULL), +(@OGUID+3343, 2047, 0, 47, 0, 1, 1, -258.276, -3673.16, 241.412, 1.95477, 0, 0, 0.829038, 0.559193, 900, 255, 1, '', 49345, NULL), +(@OGUID+3344, 2047, 0, 47, 0, 1, 1, -222.086, -3605.74, 231.848, 3.89209, 0, 0, -0.930417, 0.366502, 900, 255, 1, '', 47966, NULL), +(@OGUID+3345, 2047, 0, 47, 0, 1, 1, -155.38, -4073.34, 127.776, 1.71042, 0, 0, 0.754709, 0.656059, 900, 255, 1, '', 50664, NULL), +(@OGUID+3346, 2047, 0, 47, 0, 1, 1, -121.696, -4368.51, 153.591, 4.69494, 0, 0, -0.71325, 0.70091, 900, 255, 1, '', 48632, NULL), +(@OGUID+3347, 2047, 0, 47, 307, 1, 1, 107.217, -4568.66, 132.759, 1.71042, 0, 0, 0.754709, 0.656059, 900, 255, 1, '', 52237, NULL), +(@OGUID+3348, 2047, 0, 47, 0, 1, 1, 121.811, -4147.39, 157.877, 0.244346, 0, 0, 0.121869, 0.992546, 900, 255, 1, '', 52237, NULL), +(@OGUID+3349, 2047, 0, 47, 0, 1, 1, 408.902, -4095.56, 113.969, 6.12611, 0, 0, -0.0784588, 0.996917, 900, 255, 1, '', 47966, NULL), +(@OGUID+3350, 1735, 0, 47, 460, 1, 1, -318.155, -3241.78, 137.564, 0.122173, 0, 0, 0.0610485, 0.998135, 900, 255, 1, '', 50664, NULL), +(@OGUID+3351, 1735, 0, 47, 1887, 1, 1, -283.98, -2519.6, 128.261, 1.16937, 0, 0, 0.551936, 0.833886, 900, 255, 1, '', 52237, NULL), +(@OGUID+3352, 1735, 0, 47, 0, 1, 1, -64.6879, -3592.83, 133.142, 4.97419, 0, 0, -0.608761, 0.793354, 900, 255, 1, '', 49345, NULL), +(@OGUID+3353, 1735, 0, 47, 0, 1, 1, -54.3246, -3992.91, 133.372, 5.60251, 0, 0, -0.333807, 0.942641, 900, 255, 1, '', 48632, NULL), +(@OGUID+3354, 1735, 0, 47, 0, 1, 1, -44.5067, -2654.06, 135.595, 2.46091, 0, 0, 0.942641, 0.333808, 900, 255, 1, '', 49345, NULL), +(@OGUID+3355, 1735, 0, 47, 352, 1, 1, -39.0903, -2395.62, 152.759, 3.6652, 0, 0, -0.965925, 0.258821, 900, 255, 1, '', 52237, NULL), +(@OGUID+3356, 1735, 0, 47, 35, 1, 1, 167.071, -2509.18, 136.759, 1.39626, 0, 0, 0.642787, 0.766045, 900, 255, 1, '', 47612, NULL), +(@OGUID+3357, 1735, 0, 47, 0, 1, 1, 187.713, -3077.86, 138.235, 0.802851, 0, 0, 0.390731, 0.920505, 900, 255, 1, '', 50172, NULL), +(@OGUID+3358, 1735, 0, 47, 0, 1, 1, 351.404, -3269.4, 127.413, 0.471238, 0, 0, 0.233445, 0.97237, 900, 255, 1, '', 52237, NULL), +(@OGUID+3359, 1735, 0, 47, 3317, 1, 1, 381.005, -2944.59, 138.293, 1.93731, 0, 0, 0.824125, 0.566408, 900, 255, 1, '', 51943, NULL), +(@OGUID+3360, 1734, 0, 47, 460, 1, 1, -318.155, -3241.78, 137.564, 0.122173, 0, 0, 0.0610485, 0.998135, 900, 255, 1, '', 50664, NULL), +(@OGUID+3361, 1734, 0, 47, 1887, 1, 1, -283.98, -2519.6, 128.261, 1.16937, 0, 0, 0.551936, 0.833886, 900, 255, 1, '', 52237, NULL), +(@OGUID+3362, 1734, 0, 47, 0, 1, 1, -64.6879, -3592.83, 133.142, 4.97419, 0, 0, -0.608761, 0.793354, 900, 255, 1, '', 49345, NULL), +(@OGUID+3363, 1734, 0, 47, 0, 1, 1, -54.3246, -3992.91, 133.372, 5.60251, 0, 0, -0.333807, 0.942641, 900, 255, 1, '', 48632, NULL), +(@OGUID+3364, 1734, 0, 47, 0, 1, 1, -44.5067, -2654.06, 135.595, 2.46091, 0, 0, 0.942641, 0.333808, 900, 255, 1, '', 49345, NULL), +(@OGUID+3365, 1734, 0, 47, 352, 1, 1, -39.0903, -2395.62, 152.759, 3.6652, 0, 0, -0.965925, 0.258821, 900, 255, 1, '', 52237, NULL), +(@OGUID+3366, 1734, 0, 47, 35, 1, 1, 167.071, -2509.18, 136.759, 1.39626, 0, 0, 0.642787, 0.766045, 900, 255, 1, '', 47612, NULL), +(@OGUID+3367, 1734, 0, 47, 0, 1, 1, 187.713, -3077.86, 138.235, 0.802851, 0, 0, 0.390731, 0.920505, 900, 255, 1, '', 50172, NULL), +(@OGUID+3368, 1734, 0, 47, 0, 1, 1, 351.404, -3269.4, 127.413, 0.471238, 0, 0, 0.233445, 0.97237, 900, 255, 1, '', 52237, NULL), +(@OGUID+3369, 1734, 0, 47, 3317, 1, 1, 381.005, -2944.59, 138.293, 1.93731, 0, 0, 0.824125, 0.566408, 900, 255, 1, '', 51943, NULL), +(@OGUID+3370, 1733, 0, 47, 460, 1, 1, -318.155, -3241.78, 137.564, 0.122173, 0, 0, 0.0610485, 0.998135, 900, 255, 1, '', 50664, NULL), +(@OGUID+3371, 1733, 0, 47, 1887, 1, 1, -283.98, -2519.6, 128.261, 1.16937, 0, 0, 0.551936, 0.833886, 900, 255, 1, '', 52237, NULL), +(@OGUID+3372, 1733, 0, 47, 0, 1, 1, -64.6879, -3592.83, 133.142, 4.97419, 0, 0, -0.608761, 0.793354, 900, 255, 1, '', 49345, NULL), +(@OGUID+3373, 1733, 0, 47, 0, 1, 1, -54.3246, -3992.91, 133.372, 5.60251, 0, 0, -0.333807, 0.942641, 900, 255, 1, '', 48632, NULL), +(@OGUID+3374, 1733, 0, 47, 0, 1, 1, -44.5067, -2654.06, 135.595, 2.46091, 0, 0, 0.942641, 0.333808, 900, 255, 1, '', 49345, NULL), +(@OGUID+3375, 1733, 0, 47, 352, 1, 1, -39.0903, -2395.62, 152.759, 3.6652, 0, 0, -0.965925, 0.258821, 900, 255, 1, '', 52237, NULL), +(@OGUID+3376, 1733, 0, 47, 35, 1, 1, 167.071, -2509.18, 136.759, 1.39626, 0, 0, 0.642787, 0.766045, 900, 255, 1, '', 47612, NULL), +(@OGUID+3377, 1733, 0, 47, 0, 1, 1, 187.713, -3077.86, 138.235, 0.802851, 0, 0, 0.390731, 0.920505, 900, 255, 1, '', 50172, NULL), +(@OGUID+3378, 1733, 0, 47, 0, 1, 1, 351.404, -3269.4, 127.413, 0.471238, 0, 0, 0.233445, 0.97237, 900, 255, 1, '', 52237, NULL), +(@OGUID+3379, 1733, 0, 47, 3317, 1, 1, 381.005, -2944.59, 138.293, 1.93731, 0, 0, 0.824125, 0.566408, 900, 255, 1, '', 51943, NULL), +(@OGUID+3380, 2040, 0, 47, 307, 1, 1, -773.764, -4422.3, 25.206, 5.61996, 0, 0, -0.325567, 0.945519, 900, 255, 1, '', 52237, NULL), +(@OGUID+3381, 2040, 0, 47, 460, 1, 1, -671.874, -4083.03, 244.798, 1.65806, 0, 0, 0.737277, 0.675591, 900, 255, 1, '', 50375, NULL), +(@OGUID+3382, 2040, 0, 47, 0, 1, 1, -625.061, -4760.33, -21.4149, 3.03684, 0, 0, 0.998629, 0.0523532, 900, 255, 1, '', 50172, NULL), +(@OGUID+3383, 2040, 0, 47, 35, 1, 1, -509.514, -4208.35, 220.523, 4.27606, 0, 0, -0.843391, 0.5373, 900, 255, 1, '', 47612, NULL), +(@OGUID+3384, 2040, 0, 47, 353, 1, 1, -484.378, -2863.71, 113.477, 3.6652, 0, 0, -0.965925, 0.258821, 900, 255, 1, '', 52237, NULL), +(@OGUID+3385, 2040, 0, 47, 460, 1, 1, -454.09, -2943.15, 97.862, 2.21657, 0, 0, 0.894934, 0.446199, 900, 255, 1, '', 50664, NULL), +(@OGUID+3386, 2040, 0, 47, 353, 1, 1, -448.762, -2758.04, 105.522, 3.75246, 0, 0, -0.953716, 0.300708, 900, 255, 1, '', 52237, NULL), +(@OGUID+3387, 2040, 0, 47, 0, 1, 1, -446.243, -4447.46, 39.4552, 2.46091, 0, 0, 0.942641, 0.333808, 900, 255, 1, '', 50664, NULL), +(@OGUID+3388, 2040, 0, 47, 307, 1, 1, -433.382, -4637.36, -6.58656, 0.977383, 0, 0, 0.469471, 0.882948, 900, 255, 1, '', 45942, NULL), +(@OGUID+3389, 2040, 0, 47, 35, 1, 1, -393.098, -3973.02, 198.442, 5.68977, 0, 0, -0.292372, 0.956305, 900, 255, 1, '', 47612, NULL), +(@OGUID+3390, 2040, 0, 47, 354, 1, 1, -389.972, -4229.24, 182.705, 4.85202, 0, 0, -0.656058, 0.75471, 900, 255, 1, '', 52237, NULL), +(@OGUID+3391, 2040, 0, 47, 353, 1, 1, -351.676, -2744.9, 98.3678, 1.06465, 0, 0, 0.507538, 0.861629, 900, 255, 1, '', 52237, NULL), +(@OGUID+3392, 2040, 0, 47, 0, 1, 1, -315.862, -4107.78, 146.65, 2.61799, 0, 0, 0.965925, 0.258821, 900, 255, 1, '', 50664, NULL), +(@OGUID+3393, 2040, 0, 47, 0, 1, 1, -311.54, -3532.09, 163.262, 3.52557, 0, 0, -0.981627, 0.190812, 900, 255, 1, '', 49345, NULL), +(@OGUID+3394, 2040, 0, 47, 0, 1, 1, -304.504, -3343.57, 141.225, 4.79966, 0, 0, -0.67559, 0.737278, 900, 255, 1, '', 48632, NULL), +(@OGUID+3395, 2040, 0, 47, 0, 1, 1, -285.923, -2732.25, 122.36, 3.24635, 0, 0, -0.998629, 0.0523532, 900, 255, 1, '', 49345, NULL), +(@OGUID+3396, 2040, 0, 47, 353, 1, 1, -284.299, -3014.73, 126.572, 2.93214, 0, 0, 0.994521, 0.104536, 900, 255, 1, '', 52237, NULL), +(@OGUID+3397, 2040, 0, 47, 353, 1, 1, -246.163, -2991.56, 128.808, 3.61284, 0, 0, -0.972369, 0.233448, 900, 255, 1, '', 45772, NULL), +(@OGUID+3398, 2040, 0, 47, 0, 1, 1, -243.824, -4371.58, 106.547, 3.31614, 0, 0, -0.996194, 0.087165, 900, 255, 1, '', 50664, NULL), +(@OGUID+3399, 2040, 0, 47, 0, 1, 1, -234.91, -4436.33, 20.7302, 2.00713, 0, 0, 0.843391, 0.5373, 900, 255, 1, '', 47168, NULL), +(@OGUID+3400, 2040, 0, 47, 0, 1, 1, -226.002, -3138.28, 139.329, 4.85202, 0, 0, -0.656058, 0.75471, 900, 255, 1, '', 50664, NULL), +(@OGUID+3401, 2040, 0, 47, 0, 1, 1, -225.428, -2862.8, 121.751, 5.67232, 0, 0, -0.300705, 0.953717, 900, 255, 1, '', 49345, NULL), +(@OGUID+3402, 2040, 0, 47, 1887, 1, 1, -220.989, -2558.77, 119.819, 1.58825, 0, 0, 0.71325, 0.70091, 900, 255, 1, '', 52237, NULL), +(@OGUID+3403, 2040, 0, 47, 0, 1, 1, -209.675, -3491.38, 147.553, 4.57276, 0, 0, -0.754709, 0.656059, 900, 255, 1, '', 48632, NULL), +(@OGUID+3404, 2040, 0, 47, 355, 1, 1, -207.345, -3566.94, 154.407, 1.29154, 0, 0, 0.601814, 0.798636, 900, 255, 1, '', 46368, NULL), +(@OGUID+3405, 2040, 0, 47, 0, 1, 1, -199.741, -4044.66, 175.941, 6.10865, 0, 0, -0.0871553, 0.996195, 900, 255, 1, '', 52237, NULL), +(@OGUID+3406, 2040, 0, 47, 0, 1, 1, -183.887, -4243.68, 138.965, 1.37881, 0, 0, 0.636078, 0.771625, 900, 255, 1, '', 50063, NULL), +(@OGUID+3407, 2040, 0, 47, 0, 1, 1, -180.918, -3981.45, 204.13, 2.25147, 0, 0, 0.902585, 0.430512, 900, 255, 1, '', 48632, NULL), +(@OGUID+3408, 2040, 0, 47, 0, 1, 1, -164.917, -4644.05, -5.50173, 0.733038, 0, 0, 0.358368, 0.93358, 900, 255, 1, '', 50664, NULL), +(@OGUID+3409, 2040, 0, 47, 0, 1, 1, -130.105, -4157.03, 122.284, 6.16101, 0, 0, -0.0610485, 0.998135, 900, 255, 1, '', 48632, NULL), +(@OGUID+3410, 2040, 0, 47, 460, 1, 1, -93.0135, -2774.19, 127.279, 0.558504, 0, 0, 0.275637, 0.961262, 900, 255, 1, '', 50664, NULL), +(@OGUID+3411, 2040, 0, 47, 0, 1, 1, -82.8166, -3537.39, 120.366, 5.13127, 0, 0, -0.544639, 0.838671, 900, 255, 1, '', 50063, NULL), +(@OGUID+3412, 2040, 0, 47, 352, 1, 1, -67.5581, -2473.1, 138.161, 0.157079, 0, 0, 0.0784588, 0.996917, 900, 255, 1, '', 52237, NULL), +(@OGUID+3413, 2040, 0, 47, 307, 1, 1, -61.2061, -4550.14, 15.3726, 3.49067, 0, 0, -0.984807, 0.173652, 900, 255, 1, '', 52237, NULL), +(@OGUID+3414, 2040, 0, 47, 0, 1, 1, -58.4039, -2780.86, 132.748, 4.67748, 0, 0, -0.719339, 0.694659, 900, 255, 1, '', 49345, NULL), +(@OGUID+3415, 2040, 0, 47, 0, 1, 1, -53.3081, -3159.08, 95.2516, 0.698131, 0, 0, 0.34202, 0.939693, 900, 255, 1, '', 48632, NULL), +(@OGUID+3416, 2040, 0, 47, 0, 1, 1, -19.1472, -3913.21, 163.854, 3.21142, 0, 0, -0.999391, 0.0349061, 900, 255, 1, '', 50063, NULL), +(@OGUID+3417, 2040, 0, 47, 307, 1, 1, 0.844455, -4469.67, 155.277, 4.7473, 0, 0, -0.694658, 0.71934, 900, 255, 1, '', 52237, NULL), +(@OGUID+3418, 2040, 0, 47, 0, 1, 1, 41.2691, -4190.52, 117.515, 5.75959, 0, 0, -0.258819, 0.965926, 900, 255, 1, '', 47966, NULL), +(@OGUID+3419, 2040, 0, 47, 35, 1, 1, 55.5584, -2734.18, 143.136, 2.74016, 0, 0, 0.979924, 0.19937, 900, 255, 1, '', 47612, NULL), +(@OGUID+3420, 2040, 0, 47, 1886, 1, 1, 71.1774, -3664.37, 131.84, 1.55334, 0, 0, 0.700909, 0.713251, 900, 255, 1, '', 52237, NULL), +(@OGUID+3421, 2040, 0, 47, 0, 1, 1, 75.3421, -3731.78, 154.332, 3.22886, 0, 0, -0.999048, 0.0436193, 900, 255, 1, '', 52237, NULL), +(@OGUID+3422, 2040, 0, 47, 0, 1, 1, 122.431, -4356.28, 121.259, 2.40855, 0, 0, 0.93358, 0.358368, 900, 255, 1, '', 46182, NULL), +(@OGUID+3423, 2040, 0, 47, 0, 1, 1, 125.024, -4081.02, 143.891, 4.86947, 0, 0, -0.649447, 0.760406, 900, 255, 1, '', 50664, NULL), +(@OGUID+3424, 2040, 0, 47, 307, 1, 1, 172.95, -4770.56, -5.95633, 2.07694, 0, 0, 0.861629, 0.507539, 900, 255, 1, '', 52237, NULL), +(@OGUID+3425, 2040, 0, 47, 0, 1, 1, 195.373, -3811.23, 133.341, 1.50098, 0, 0, 0.681998, 0.731354, 900, 255, 1, '', 48632, NULL), +(@OGUID+3426, 2040, 0, 47, 0, 1, 1, 229.585, -3500.51, 159.564, 5.3058, 0, 0, -0.469471, 0.882948, 900, 255, 1, '', 50172, NULL), +(@OGUID+3427, 2040, 0, 47, 0, 1, 1, 233.826, -4605.66, 108.223, 3.78737, 0, 0, -0.948323, 0.317306, 900, 255, 1, '', 50664, NULL), +(@OGUID+3428, 2040, 0, 47, 0, 1, 1, 314.887, -3711.68, 107.684, 5.89921, 0, 0, -0.190808, 0.981627, 900, 255, 1, '', 49345, NULL), +(@OGUID+3429, 2040, 0, 47, 0, 1, 1, 322.24, -3778.69, 161.759, 3.73501, 0, 0, -0.956305, 0.292372, 900, 255, 1, '', 49345, NULL), +(@OGUID+3430, 2040, 0, 47, 460, 1, 1, 341.896, -3108.71, 136.387, 2.54818, 0, 0, 0.956305, 0.292372, 900, 255, 1, '', 50375, NULL), +(@OGUID+3431, 2040, 0, 47, 0, 1, 1, 345.971, -3868.34, 106.97, 2.46091, 0, 0, 0.942641, 0.333808, 900, 255, 1, '', 50664, NULL), +(@OGUID+3432, 2040, 0, 47, 0, 1, 1, 346.212, -3764.89, 126.924, 4.2237, 0, 0, -0.857167, 0.515038, 900, 255, 1, '', 49345, NULL), +(@OGUID+3433, 2040, 0, 47, 0, 1, 1, 346.52, -4015.32, 121.662, 2.07694, 0, 0, 0.861629, 0.507539, 900, 255, 1, '', 48632, NULL), +(@OGUID+3434, 2040, 0, 47, 0, 1, 1, 361.706, -3761.57, 108.059, 4.45059, 0, 0, -0.793353, 0.608762, 900, 255, 1, '', 49345, NULL), +(@OGUID+3435, 2040, 0, 47, 0, 1, 1, 375.44, -2779.13, 124.189, 1.16937, 0, 0, 0.551936, 0.833886, 900, 255, 1, '', 50664, NULL), +(@OGUID+3436, 2040, 0, 47, 0, 1, 1, 376.613, -3756.64, 103.484, 5.07891, 0, 0, -0.566406, 0.824126, 900, 255, 1, '', 49345, NULL), +(@OGUID+3437, 2040, 0, 47, 307, 1, 1, 377.842, -4680.53, 12.5864, 1.20428, 0, 0, 0.566406, 0.824126, 900, 255, 1, '', 45772, NULL), +(@OGUID+3438, 2040, 0, 47, 0, 1, 1, 395.458, -3830.24, 117.181, 1.58825, 0, 0, 0.71325, 0.70091, 900, 255, 1, '', 49345, NULL), +(@OGUID+3439, 2040, 0, 47, 1519, 1, 1, 400.208, -3212.93, 171.973, 0.244346, 0, 0, 0.121869, 0.992546, 900, 255, 1, '', 47720, NULL), +(@OGUID+3440, 2040, 0, 47, 351, 1, 1, 405.765, -3779.9, 178.138, 2.84488, 0, 0, 0.989016, 0.147811, 900, 255, 1, '', 51739, NULL), +(@OGUID+3441, 2040, 0, 47, 350, 1, 1, 409.363, -2865.83, 144.202, 5.20108, 0, 0, -0.515038, 0.857168, 900, 255, 1, '', 52237, NULL), +(@OGUID+3442, 2040, 0, 47, 0, 1, 1, 410.249, -3890.34, 99.0566, 0.645772, 0, 0, 0.317305, 0.948324, 900, 255, 1, '', 49345, NULL), +(@OGUID+3443, 2040, 0, 47, 0, 1, 1, 423.703, -3795.01, 101.592, 0.191985, 0, 0, 0.0958452, 0.995396, 900, 255, 1, '', 49345, NULL), +(@OGUID+3444, 2040, 0, 47, 1884, 1, 1, 453.572, -3309.84, 123.93, 3.05433, 0, 0, 0.999048, 0.0436193, 900, 255, 1, '', 52237, NULL), +(@OGUID+3445, 2040, 0, 47, 3565, 1, 1, 487.049, -4189.84, 135.667, 1.16937, 0, 0, 0.551936, 0.833886, 900, 255, 1, '', 48120, NULL), +(@OGUID+3446, 2040, 0, 47, 1884, 1, 1, 496.548, -3358.1, 138.507, 5.55015, 0, 0, -0.358368, 0.93358, 900, 255, 1, '', 52237, NULL), +(@OGUID+3447, 2040, 0, 47, 0, 1, 1, 526.685, -4046.76, 137.139, 1.79769, 0, 0, 0.782608, 0.622515, 900, 255, 1, '', 49345, NULL), +(@OGUID+3448, 2040, 0, 47, 0, 1, 1, 552.948, -3753.24, 128.218, 3.26377, 0, 0, -0.998135, 0.0610518, 900, 255, 1, '', 49345, NULL), +(@OGUID+3449, 2040, 0, 47, 460, 1, 1, 579.51, -4220.77, 142.145, 5.25344, 0, 0, -0.492423, 0.870356, 900, 255, 1, '', 50664, NULL), +(@OGUID+3450, 2040, 0, 47, 1884, 1, 1, 608.484, -3381.76, 104.346, 4.79966, 0, 0, -0.67559, 0.737278, 900, 255, 1, '', 52237, NULL), +(@OGUID+3451, 2040, 0, 47, 356, 1, 1, 755.064, -3831.65, 127.406, 0.0523589, 0, 0, 0.0261765, 0.999657, 900, 255, 1, '', 52237, NULL), +(@OGUID+3452, 2040, 0, 47, 356, 1, 1, 872.22, -3845.8, 130.5, 3.47321, 0, 0, -0.986285, 0.16505, 900, 255, 1, '', 52237, NULL), +(@OGUID+3453, 2040, 0, 47, 0, 1, 1, 898.164, -4054.45, 118.902, 5.58505, 0, 0, -0.34202, 0.939693, 900, 255, 1, '', 50172, NULL), +(@OGUID+3454, 2040, 0, 47, 0, 1, 1, 958.159, -4201.19, 137.316, 0.418879, 0, 0, 0.207911, 0.978148, 900, 255, 1, '', 47966, NULL), +(@OGUID+3455, 2040, 0, 47, 0, 1, 1, 963.838, -3804.26, 120.842, 0.506145, 0, 0, 0.25038, 0.968148, 900, 255, 1, '', 49345, NULL), +(@OGUID+3456, 2040, 0, 47, 0, 1, 1, 1033.61, -4026.54, 132.153, 5.58505, 0, 0, -0.34202, 0.939693, 900, 255, 1, '', 49345, NULL), +(@OGUID+3457, 2040, 0, 47, 0, 1, 1, 1071.21, -4067.14, 137.553, 4.76475, 0, 0, -0.688354, 0.725374, 900, 255, 1, '', 49345, NULL), +(@OGUID+3458, 2040, 0, 47, 0, 1, 1, 1093.14, -4164.08, 164.638, 4.36332, 0, 0, -0.819152, 0.573577, 900, 255, 1, '', 50172, NULL), +(@OGUID+3459, 1734, 0, 47, 307, 1, 1, -773.764, -4422.3, 25.206, 5.61996, 0, 0, -0.325567, 0.945519, 900, 255, 1, '', 52237, NULL), +(@OGUID+3460, 1734, 0, 47, 460, 1, 1, -671.874, -4083.03, 244.798, 1.65806, 0, 0, 0.737277, 0.675591, 900, 255, 1, '', 50375, NULL), +(@OGUID+3461, 1734, 0, 47, 0, 1, 1, -625.061, -4760.33, -21.4149, 3.03684, 0, 0, 0.998629, 0.0523532, 900, 255, 1, '', 50172, NULL), +(@OGUID+3462, 1734, 0, 47, 35, 1, 1, -509.514, -4208.35, 220.523, 4.27606, 0, 0, -0.843391, 0.5373, 900, 255, 1, '', 47612, NULL), +(@OGUID+3463, 1734, 0, 47, 353, 1, 1, -484.378, -2863.71, 113.477, 3.6652, 0, 0, -0.965925, 0.258821, 900, 255, 1, '', 52237, NULL), +(@OGUID+3464, 1734, 0, 47, 460, 1, 1, -454.09, -2943.15, 97.862, 2.21657, 0, 0, 0.894934, 0.446199, 900, 255, 1, '', 50664, NULL), +(@OGUID+3465, 1734, 0, 47, 353, 1, 1, -448.762, -2758.04, 105.522, 3.75246, 0, 0, -0.953716, 0.300708, 900, 255, 1, '', 52237, NULL), +(@OGUID+3466, 1734, 0, 47, 0, 1, 1, -446.243, -4447.46, 39.4552, 2.46091, 0, 0, 0.942641, 0.333808, 900, 255, 1, '', 50664, NULL), +(@OGUID+3467, 1734, 0, 47, 307, 1, 1, -433.382, -4637.36, -6.58656, 0.977383, 0, 0, 0.469471, 0.882948, 900, 255, 1, '', 45942, NULL), +(@OGUID+3468, 1734, 0, 47, 35, 1, 1, -393.098, -3973.02, 198.442, 5.68977, 0, 0, -0.292372, 0.956305, 900, 255, 1, '', 47612, NULL), +(@OGUID+3469, 1734, 0, 47, 354, 1, 1, -389.972, -4229.24, 182.705, 4.85202, 0, 0, -0.656058, 0.75471, 900, 255, 1, '', 52237, NULL), +(@OGUID+3470, 1734, 0, 47, 353, 1, 1, -351.676, -2744.9, 98.3678, 1.06465, 0, 0, 0.507538, 0.861629, 900, 255, 1, '', 52237, NULL), +(@OGUID+3471, 1734, 0, 47, 0, 1, 1, -315.862, -4107.78, 146.65, 2.61799, 0, 0, 0.965925, 0.258821, 900, 255, 1, '', 50664, NULL), +(@OGUID+3472, 1734, 0, 47, 0, 1, 1, -311.54, -3532.09, 163.262, 3.52557, 0, 0, -0.981627, 0.190812, 900, 255, 1, '', 49345, NULL), +(@OGUID+3473, 1734, 0, 47, 0, 1, 1, -304.504, -3343.57, 141.225, 4.79966, 0, 0, -0.67559, 0.737278, 900, 255, 1, '', 48632, NULL), +(@OGUID+3474, 1734, 0, 47, 0, 1, 1, -285.923, -2732.25, 122.36, 3.24635, 0, 0, -0.998629, 0.0523532, 900, 255, 1, '', 49345, NULL), +(@OGUID+3475, 1734, 0, 47, 353, 1, 1, -284.299, -3014.73, 126.572, 2.93214, 0, 0, 0.994521, 0.104536, 900, 255, 1, '', 52237, NULL), +(@OGUID+3476, 1734, 0, 47, 353, 1, 1, -246.163, -2991.56, 128.808, 3.61284, 0, 0, -0.972369, 0.233448, 900, 255, 1, '', 45772, NULL), +(@OGUID+3477, 1734, 0, 47, 0, 1, 1, -243.824, -4371.58, 106.547, 3.31614, 0, 0, -0.996194, 0.087165, 900, 255, 1, '', 50664, NULL), +(@OGUID+3478, 1734, 0, 47, 0, 1, 1, -234.91, -4436.33, 20.7302, 2.00713, 0, 0, 0.843391, 0.5373, 900, 255, 1, '', 47168, NULL), +(@OGUID+3479, 1734, 0, 47, 0, 1, 1, -226.002, -3138.28, 139.329, 4.85202, 0, 0, -0.656058, 0.75471, 900, 255, 1, '', 50664, NULL), +(@OGUID+3480, 1734, 0, 47, 0, 1, 1, -225.428, -2862.8, 121.751, 5.67232, 0, 0, -0.300705, 0.953717, 900, 255, 1, '', 49345, NULL), +(@OGUID+3481, 1734, 0, 47, 1887, 1, 1, -220.989, -2558.77, 119.819, 1.58825, 0, 0, 0.71325, 0.70091, 900, 255, 1, '', 52237, NULL), +(@OGUID+3482, 1734, 0, 47, 0, 1, 1, -209.675, -3491.38, 147.553, 4.57276, 0, 0, -0.754709, 0.656059, 900, 255, 1, '', 48632, NULL), +(@OGUID+3483, 1734, 0, 47, 355, 1, 1, -207.345, -3566.94, 154.407, 1.29154, 0, 0, 0.601814, 0.798636, 900, 255, 1, '', 46368, NULL), +(@OGUID+3484, 1734, 0, 47, 0, 1, 1, -199.741, -4044.66, 175.941, 6.10865, 0, 0, -0.0871553, 0.996195, 900, 255, 1, '', 52237, NULL), +(@OGUID+3485, 1734, 0, 47, 0, 1, 1, -183.887, -4243.68, 138.965, 1.37881, 0, 0, 0.636078, 0.771625, 900, 255, 1, '', 50063, NULL), +(@OGUID+3486, 1734, 0, 47, 0, 1, 1, -180.918, -3981.45, 204.13, 2.25147, 0, 0, 0.902585, 0.430512, 900, 255, 1, '', 48632, NULL), +(@OGUID+3487, 1734, 0, 47, 0, 1, 1, -164.917, -4644.05, -5.50173, 0.733038, 0, 0, 0.358368, 0.93358, 900, 255, 1, '', 50664, NULL), +(@OGUID+3488, 1734, 0, 47, 0, 1, 1, -130.105, -4157.03, 122.284, 6.16101, 0, 0, -0.0610485, 0.998135, 900, 255, 1, '', 48632, NULL), +(@OGUID+3489, 1734, 0, 47, 460, 1, 1, -93.0135, -2774.19, 127.279, 0.558504, 0, 0, 0.275637, 0.961262, 900, 255, 1, '', 50664, NULL), +(@OGUID+3490, 1734, 0, 47, 0, 1, 1, -82.8166, -3537.39, 120.366, 5.13127, 0, 0, -0.544639, 0.838671, 900, 255, 1, '', 50063, NULL), +(@OGUID+3491, 1734, 0, 47, 352, 1, 1, -67.5581, -2473.1, 138.161, 0.157079, 0, 0, 0.0784588, 0.996917, 900, 255, 1, '', 52237, NULL), +(@OGUID+3492, 1734, 0, 47, 307, 1, 1, -61.2061, -4550.14, 15.3726, 3.49067, 0, 0, -0.984807, 0.173652, 900, 255, 1, '', 52237, NULL), +(@OGUID+3493, 1734, 0, 47, 0, 1, 1, -58.4039, -2780.86, 132.748, 4.67748, 0, 0, -0.719339, 0.694659, 900, 255, 1, '', 49345, NULL), +(@OGUID+3494, 1734, 0, 47, 0, 1, 1, -53.3081, -3159.08, 95.2516, 0.698131, 0, 0, 0.34202, 0.939693, 900, 255, 1, '', 48632, NULL), +(@OGUID+3495, 1734, 0, 47, 0, 1, 1, -19.1472, -3913.21, 163.854, 3.21142, 0, 0, -0.999391, 0.0349061, 900, 255, 1, '', 50063, NULL), +(@OGUID+3496, 1734, 0, 47, 307, 1, 1, 0.844455, -4469.67, 155.277, 4.7473, 0, 0, -0.694658, 0.71934, 900, 255, 1, '', 52237, NULL), +(@OGUID+3497, 1734, 0, 47, 0, 1, 1, 41.2691, -4190.52, 117.515, 5.75959, 0, 0, -0.258819, 0.965926, 900, 255, 1, '', 47966, NULL), +(@OGUID+3498, 1734, 0, 47, 35, 1, 1, 55.5584, -2734.18, 143.136, 2.74016, 0, 0, 0.979924, 0.19937, 900, 255, 1, '', 47612, NULL), +(@OGUID+3499, 1734, 0, 47, 1886, 1, 1, 71.1774, -3664.37, 131.84, 1.55334, 0, 0, 0.700909, 0.713251, 900, 255, 1, '', 52237, NULL), +(@OGUID+3500, 1734, 0, 47, 0, 1, 1, 75.3421, -3731.78, 154.332, 3.22886, 0, 0, -0.999048, 0.0436193, 900, 255, 1, '', 52237, NULL), +(@OGUID+3501, 1734, 0, 47, 0, 1, 1, 122.431, -4356.28, 121.259, 2.40855, 0, 0, 0.93358, 0.358368, 900, 255, 1, '', 46182, NULL), +(@OGUID+3502, 1734, 0, 47, 0, 1, 1, 125.024, -4081.02, 143.891, 4.86947, 0, 0, -0.649447, 0.760406, 900, 255, 1, '', 50664, NULL), +(@OGUID+3503, 1734, 0, 47, 307, 1, 1, 172.95, -4770.56, -5.95633, 2.07694, 0, 0, 0.861629, 0.507539, 900, 255, 1, '', 52237, NULL), +(@OGUID+3504, 1734, 0, 47, 0, 1, 1, 195.373, -3811.23, 133.341, 1.50098, 0, 0, 0.681998, 0.731354, 900, 255, 1, '', 48632, NULL), +(@OGUID+3505, 1734, 0, 47, 0, 1, 1, 229.585, -3500.51, 159.564, 5.3058, 0, 0, -0.469471, 0.882948, 900, 255, 1, '', 50172, NULL), +(@OGUID+3506, 1734, 0, 47, 0, 1, 1, 233.826, -4605.66, 108.223, 3.78737, 0, 0, -0.948323, 0.317306, 900, 255, 1, '', 50664, NULL), +(@OGUID+3507, 1734, 0, 47, 0, 1, 1, 314.887, -3711.68, 107.684, 5.89921, 0, 0, -0.190808, 0.981627, 900, 255, 1, '', 49345, NULL), +(@OGUID+3508, 1734, 0, 47, 0, 1, 1, 322.24, -3778.69, 161.759, 3.73501, 0, 0, -0.956305, 0.292372, 900, 255, 1, '', 49345, NULL), +(@OGUID+3509, 1734, 0, 47, 460, 1, 1, 341.896, -3108.71, 136.387, 2.54818, 0, 0, 0.956305, 0.292372, 900, 255, 1, '', 50375, NULL), +(@OGUID+3510, 1734, 0, 47, 0, 1, 1, 345.971, -3868.34, 106.97, 2.46091, 0, 0, 0.942641, 0.333808, 900, 255, 1, '', 50664, NULL), +(@OGUID+3511, 1734, 0, 47, 0, 1, 1, 346.212, -3764.89, 126.924, 4.2237, 0, 0, -0.857167, 0.515038, 900, 255, 1, '', 49345, NULL), +(@OGUID+3512, 1734, 0, 47, 0, 1, 1, 346.52, -4015.32, 121.662, 2.07694, 0, 0, 0.861629, 0.507539, 900, 255, 1, '', 48632, NULL), +(@OGUID+3513, 1734, 0, 47, 0, 1, 1, 361.706, -3761.57, 108.059, 4.45059, 0, 0, -0.793353, 0.608762, 900, 255, 1, '', 49345, NULL), +(@OGUID+3514, 1734, 0, 47, 0, 1, 1, 375.44, -2779.13, 124.189, 1.16937, 0, 0, 0.551936, 0.833886, 900, 255, 1, '', 50664, NULL), +(@OGUID+3515, 1734, 0, 47, 0, 1, 1, 376.613, -3756.64, 103.484, 5.07891, 0, 0, -0.566406, 0.824126, 900, 255, 1, '', 49345, NULL), +(@OGUID+3516, 1734, 0, 47, 307, 1, 1, 377.842, -4680.53, 12.5864, 1.20428, 0, 0, 0.566406, 0.824126, 900, 255, 1, '', 45772, NULL), +(@OGUID+3517, 1734, 0, 47, 0, 1, 1, 395.458, -3830.24, 117.181, 1.58825, 0, 0, 0.71325, 0.70091, 900, 255, 1, '', 49345, NULL), +(@OGUID+3518, 1734, 0, 47, 1519, 1, 1, 400.208, -3212.93, 171.973, 0.244346, 0, 0, 0.121869, 0.992546, 900, 255, 1, '', 47720, NULL), +(@OGUID+3519, 1734, 0, 47, 351, 1, 1, 405.765, -3779.9, 178.138, 2.84488, 0, 0, 0.989016, 0.147811, 900, 255, 1, '', 51739, NULL), +(@OGUID+3520, 1734, 0, 47, 350, 1, 1, 409.363, -2865.83, 144.202, 5.20108, 0, 0, -0.515038, 0.857168, 900, 255, 1, '', 52237, NULL), +(@OGUID+3521, 1734, 0, 47, 0, 1, 1, 410.249, -3890.34, 99.0566, 0.645772, 0, 0, 0.317305, 0.948324, 900, 255, 1, '', 49345, NULL), +(@OGUID+3522, 1734, 0, 47, 0, 1, 1, 423.703, -3795.01, 101.592, 0.191985, 0, 0, 0.0958452, 0.995396, 900, 255, 1, '', 49345, NULL), +(@OGUID+3523, 1734, 0, 47, 1884, 1, 1, 453.572, -3309.84, 123.93, 3.05433, 0, 0, 0.999048, 0.0436193, 900, 255, 1, '', 52237, NULL), +(@OGUID+3524, 1734, 0, 47, 3565, 1, 1, 487.049, -4189.84, 135.667, 1.16937, 0, 0, 0.551936, 0.833886, 900, 255, 1, '', 48120, NULL), +(@OGUID+3525, 1734, 0, 47, 1884, 1, 1, 496.548, -3358.1, 138.507, 5.55015, 0, 0, -0.358368, 0.93358, 900, 255, 1, '', 52237, NULL), +(@OGUID+3526, 1734, 0, 47, 0, 1, 1, 526.685, -4046.76, 137.139, 1.79769, 0, 0, 0.782608, 0.622515, 900, 255, 1, '', 49345, NULL), +(@OGUID+3527, 1734, 0, 47, 0, 1, 1, 552.948, -3753.24, 128.218, 3.26377, 0, 0, -0.998135, 0.0610518, 900, 255, 1, '', 49345, NULL), +(@OGUID+3528, 1734, 0, 47, 460, 1, 1, 579.51, -4220.77, 142.145, 5.25344, 0, 0, -0.492423, 0.870356, 900, 255, 1, '', 50664, NULL), +(@OGUID+3529, 1734, 0, 47, 1884, 1, 1, 608.484, -3381.76, 104.346, 4.79966, 0, 0, -0.67559, 0.737278, 900, 255, 1, '', 52237, NULL), +(@OGUID+3530, 1734, 0, 47, 356, 1, 1, 755.064, -3831.65, 127.406, 0.0523589, 0, 0, 0.0261765, 0.999657, 900, 255, 1, '', 52237, NULL), +(@OGUID+3531, 1734, 0, 47, 356, 1, 1, 872.22, -3845.8, 130.5, 3.47321, 0, 0, -0.986285, 0.16505, 900, 255, 1, '', 52237, NULL), +(@OGUID+3532, 1734, 0, 47, 0, 1, 1, 898.164, -4054.45, 118.902, 5.58505, 0, 0, -0.34202, 0.939693, 900, 255, 1, '', 50172, NULL), +(@OGUID+3533, 1734, 0, 47, 0, 1, 1, 958.159, -4201.19, 137.316, 0.418879, 0, 0, 0.207911, 0.978148, 900, 255, 1, '', 47966, NULL), +(@OGUID+3534, 1734, 0, 47, 0, 1, 1, 963.838, -3804.26, 120.842, 0.506145, 0, 0, 0.25038, 0.968148, 900, 255, 1, '', 49345, NULL), +(@OGUID+3535, 1734, 0, 47, 0, 1, 1, 1033.61, -4026.54, 132.153, 5.58505, 0, 0, -0.34202, 0.939693, 900, 255, 1, '', 49345, NULL), +(@OGUID+3536, 1734, 0, 47, 0, 1, 1, 1071.21, -4067.14, 137.553, 4.76475, 0, 0, -0.688354, 0.725374, 900, 255, 1, '', 49345, NULL), +(@OGUID+3537, 1734, 0, 47, 0, 1, 1, 1093.14, -4164.08, 164.638, 4.36332, 0, 0, -0.819152, 0.573577, 900, 255, 1, '', 50172, NULL), +(@OGUID+3538, 2047, 0, 47, 307, 1, 1, -773.764, -4422.3, 25.206, 5.61996, 0, 0, -0.325567, 0.945519, 900, 255, 1, '', 52237, NULL), +(@OGUID+3539, 2047, 0, 47, 460, 1, 1, -671.874, -4083.03, 244.798, 1.65806, 0, 0, 0.737277, 0.675591, 900, 255, 1, '', 50375, NULL), +(@OGUID+3540, 2047, 0, 47, 0, 1, 1, -625.061, -4760.33, -21.4149, 3.03684, 0, 0, 0.998629, 0.0523532, 900, 255, 1, '', 50172, NULL), +(@OGUID+3541, 2047, 0, 47, 35, 1, 1, -509.514, -4208.35, 220.523, 4.27606, 0, 0, -0.843391, 0.5373, 900, 255, 1, '', 47612, NULL), +(@OGUID+3542, 2047, 0, 47, 353, 1, 1, -484.378, -2863.71, 113.477, 3.6652, 0, 0, -0.965925, 0.258821, 900, 255, 1, '', 52237, NULL), +(@OGUID+3543, 2047, 0, 47, 460, 1, 1, -454.09, -2943.15, 97.862, 2.21657, 0, 0, 0.894934, 0.446199, 900, 255, 1, '', 50664, NULL), +(@OGUID+3544, 2047, 0, 47, 353, 1, 1, -448.762, -2758.04, 105.522, 3.75246, 0, 0, -0.953716, 0.300708, 900, 255, 1, '', 52237, NULL), +(@OGUID+3545, 2047, 0, 47, 0, 1, 1, -446.243, -4447.46, 39.4552, 2.46091, 0, 0, 0.942641, 0.333808, 900, 255, 1, '', 50664, NULL), +(@OGUID+3546, 2047, 0, 47, 307, 1, 1, -433.382, -4637.36, -6.58656, 0.977383, 0, 0, 0.469471, 0.882948, 900, 255, 1, '', 45942, NULL), +(@OGUID+3547, 2047, 0, 47, 35, 1, 1, -393.098, -3973.02, 198.442, 5.68977, 0, 0, -0.292372, 0.956305, 900, 255, 1, '', 47612, NULL), +(@OGUID+3548, 2047, 0, 47, 354, 1, 1, -389.972, -4229.24, 182.705, 4.85202, 0, 0, -0.656058, 0.75471, 900, 255, 1, '', 52237, NULL), +(@OGUID+3549, 2047, 0, 47, 353, 1, 1, -351.676, -2744.9, 98.3678, 1.06465, 0, 0, 0.507538, 0.861629, 900, 255, 1, '', 52237, NULL), +(@OGUID+3550, 2047, 0, 47, 0, 1, 1, -315.862, -4107.78, 146.65, 2.61799, 0, 0, 0.965925, 0.258821, 900, 255, 1, '', 50664, NULL), +(@OGUID+3551, 2047, 0, 47, 0, 1, 1, -311.54, -3532.09, 163.262, 3.52557, 0, 0, -0.981627, 0.190812, 900, 255, 1, '', 49345, NULL), +(@OGUID+3552, 2047, 0, 47, 0, 1, 1, -304.504, -3343.57, 141.225, 4.79966, 0, 0, -0.67559, 0.737278, 900, 255, 1, '', 48632, NULL), +(@OGUID+3553, 2047, 0, 47, 0, 1, 1, -285.923, -2732.25, 122.36, 3.24635, 0, 0, -0.998629, 0.0523532, 900, 255, 1, '', 49345, NULL), +(@OGUID+3554, 2047, 0, 47, 353, 1, 1, -284.299, -3014.73, 126.572, 2.93214, 0, 0, 0.994521, 0.104536, 900, 255, 1, '', 52237, NULL), +(@OGUID+3555, 2047, 0, 47, 353, 1, 1, -246.163, -2991.56, 128.808, 3.61284, 0, 0, -0.972369, 0.233448, 900, 255, 1, '', 45772, NULL), +(@OGUID+3556, 2047, 0, 47, 0, 1, 1, -243.824, -4371.58, 106.547, 3.31614, 0, 0, -0.996194, 0.087165, 900, 255, 1, '', 50664, NULL), +(@OGUID+3557, 2047, 0, 47, 0, 1, 1, -234.91, -4436.33, 20.7302, 2.00713, 0, 0, 0.843391, 0.5373, 900, 255, 1, '', 47168, NULL), +(@OGUID+3558, 2047, 0, 47, 0, 1, 1, -226.002, -3138.28, 139.329, 4.85202, 0, 0, -0.656058, 0.75471, 900, 255, 1, '', 50664, NULL), +(@OGUID+3559, 2047, 0, 47, 0, 1, 1, -225.428, -2862.8, 121.751, 5.67232, 0, 0, -0.300705, 0.953717, 900, 255, 1, '', 49345, NULL), +(@OGUID+3560, 2047, 0, 47, 1887, 1, 1, -220.989, -2558.77, 119.819, 1.58825, 0, 0, 0.71325, 0.70091, 900, 255, 1, '', 52237, NULL), +(@OGUID+3561, 2047, 0, 47, 0, 1, 1, -209.675, -3491.38, 147.553, 4.57276, 0, 0, -0.754709, 0.656059, 900, 255, 1, '', 48632, NULL), +(@OGUID+3562, 2047, 0, 47, 355, 1, 1, -207.345, -3566.94, 154.407, 1.29154, 0, 0, 0.601814, 0.798636, 900, 255, 1, '', 46368, NULL), +(@OGUID+3563, 2047, 0, 47, 0, 1, 1, -199.741, -4044.66, 175.941, 6.10865, 0, 0, -0.0871553, 0.996195, 900, 255, 1, '', 52237, NULL), +(@OGUID+3564, 2047, 0, 47, 0, 1, 1, -183.887, -4243.68, 138.965, 1.37881, 0, 0, 0.636078, 0.771625, 900, 255, 1, '', 50063, NULL), +(@OGUID+3565, 2047, 0, 47, 0, 1, 1, -180.918, -3981.45, 204.13, 2.25147, 0, 0, 0.902585, 0.430512, 900, 255, 1, '', 48632, NULL), +(@OGUID+3566, 2047, 0, 47, 0, 1, 1, -164.917, -4644.05, -5.50173, 0.733038, 0, 0, 0.358368, 0.93358, 900, 255, 1, '', 50664, NULL), +(@OGUID+3567, 2047, 0, 47, 0, 1, 1, -130.105, -4157.03, 122.284, 6.16101, 0, 0, -0.0610485, 0.998135, 900, 255, 1, '', 48632, NULL), +(@OGUID+3568, 2047, 0, 47, 460, 1, 1, -93.0135, -2774.19, 127.279, 0.558504, 0, 0, 0.275637, 0.961262, 900, 255, 1, '', 50664, NULL), +(@OGUID+3569, 2047, 0, 47, 0, 1, 1, -82.8166, -3537.39, 120.366, 5.13127, 0, 0, -0.544639, 0.838671, 900, 255, 1, '', 50063, NULL), +(@OGUID+3570, 2047, 0, 47, 352, 1, 1, -67.5581, -2473.1, 138.161, 0.157079, 0, 0, 0.0784588, 0.996917, 900, 255, 1, '', 52237, NULL), +(@OGUID+3571, 2047, 0, 47, 307, 1, 1, -61.2061, -4550.14, 15.3726, 3.49067, 0, 0, -0.984807, 0.173652, 900, 255, 1, '', 52237, NULL), +(@OGUID+3572, 2047, 0, 47, 0, 1, 1, -58.4039, -2780.86, 132.748, 4.67748, 0, 0, -0.719339, 0.694659, 900, 255, 1, '', 49345, NULL), +(@OGUID+3573, 2047, 0, 47, 0, 1, 1, -53.3081, -3159.08, 95.2516, 0.698131, 0, 0, 0.34202, 0.939693, 900, 255, 1, '', 48632, NULL), +(@OGUID+3574, 2047, 0, 47, 0, 1, 1, -19.1472, -3913.21, 163.854, 3.21142, 0, 0, -0.999391, 0.0349061, 900, 255, 1, '', 50063, NULL), +(@OGUID+3575, 2047, 0, 47, 307, 1, 1, 0.844455, -4469.67, 155.277, 4.7473, 0, 0, -0.694658, 0.71934, 900, 255, 1, '', 52237, NULL), +(@OGUID+3576, 2047, 0, 47, 0, 1, 1, 41.2691, -4190.52, 117.515, 5.75959, 0, 0, -0.258819, 0.965926, 900, 255, 1, '', 47966, NULL), +(@OGUID+3577, 2047, 0, 47, 35, 1, 1, 55.5584, -2734.18, 143.136, 2.74016, 0, 0, 0.979924, 0.19937, 900, 255, 1, '', 47612, NULL), +(@OGUID+3578, 2047, 0, 47, 1886, 1, 1, 71.1774, -3664.37, 131.84, 1.55334, 0, 0, 0.700909, 0.713251, 900, 255, 1, '', 52237, NULL), +(@OGUID+3579, 2047, 0, 47, 0, 1, 1, 75.3421, -3731.78, 154.332, 3.22886, 0, 0, -0.999048, 0.0436193, 900, 255, 1, '', 52237, NULL), +(@OGUID+3580, 2047, 0, 47, 0, 1, 1, 122.431, -4356.28, 121.259, 2.40855, 0, 0, 0.93358, 0.358368, 900, 255, 1, '', 46182, NULL), +(@OGUID+3581, 2047, 0, 47, 0, 1, 1, 125.024, -4081.02, 143.891, 4.86947, 0, 0, -0.649447, 0.760406, 900, 255, 1, '', 50664, NULL), +(@OGUID+3582, 2047, 0, 47, 307, 1, 1, 172.95, -4770.56, -5.95633, 2.07694, 0, 0, 0.861629, 0.507539, 900, 255, 1, '', 52237, NULL), +(@OGUID+3583, 2047, 0, 47, 0, 1, 1, 195.373, -3811.23, 133.341, 1.50098, 0, 0, 0.681998, 0.731354, 900, 255, 1, '', 48632, NULL), +(@OGUID+3584, 2047, 0, 47, 0, 1, 1, 229.585, -3500.51, 159.564, 5.3058, 0, 0, -0.469471, 0.882948, 900, 255, 1, '', 50172, NULL), +(@OGUID+3585, 2047, 0, 47, 0, 1, 1, 233.826, -4605.66, 108.223, 3.78737, 0, 0, -0.948323, 0.317306, 900, 255, 1, '', 50664, NULL), +(@OGUID+3586, 2047, 0, 47, 0, 1, 1, 314.887, -3711.68, 107.684, 5.89921, 0, 0, -0.190808, 0.981627, 900, 255, 1, '', 49345, NULL), +(@OGUID+3587, 2047, 0, 47, 0, 1, 1, 322.24, -3778.69, 161.759, 3.73501, 0, 0, -0.956305, 0.292372, 900, 255, 1, '', 49345, NULL), +(@OGUID+3588, 2047, 0, 47, 460, 1, 1, 341.896, -3108.71, 136.387, 2.54818, 0, 0, 0.956305, 0.292372, 900, 255, 1, '', 50375, NULL), +(@OGUID+3589, 2047, 0, 47, 0, 1, 1, 345.971, -3868.34, 106.97, 2.46091, 0, 0, 0.942641, 0.333808, 900, 255, 1, '', 50664, NULL), +(@OGUID+3590, 2047, 0, 47, 0, 1, 1, 346.212, -3764.89, 126.924, 4.2237, 0, 0, -0.857167, 0.515038, 900, 255, 1, '', 49345, NULL), +(@OGUID+3591, 2047, 0, 47, 0, 1, 1, 346.52, -4015.32, 121.662, 2.07694, 0, 0, 0.861629, 0.507539, 900, 255, 1, '', 48632, NULL), +(@OGUID+3592, 2047, 0, 47, 0, 1, 1, 361.706, -3761.57, 108.059, 4.45059, 0, 0, -0.793353, 0.608762, 900, 255, 1, '', 49345, NULL), +(@OGUID+3593, 2047, 0, 47, 0, 1, 1, 375.44, -2779.13, 124.189, 1.16937, 0, 0, 0.551936, 0.833886, 900, 255, 1, '', 50664, NULL), +(@OGUID+3594, 2047, 0, 47, 0, 1, 1, 376.613, -3756.64, 103.484, 5.07891, 0, 0, -0.566406, 0.824126, 900, 255, 1, '', 49345, NULL), +(@OGUID+3595, 2047, 0, 47, 307, 1, 1, 377.842, -4680.53, 12.5864, 1.20428, 0, 0, 0.566406, 0.824126, 900, 255, 1, '', 45772, NULL), +(@OGUID+3596, 2047, 0, 47, 0, 1, 1, 395.458, -3830.24, 117.181, 1.58825, 0, 0, 0.71325, 0.70091, 900, 255, 1, '', 49345, NULL), +(@OGUID+3597, 2047, 0, 47, 1519, 1, 1, 400.208, -3212.93, 171.973, 0.244346, 0, 0, 0.121869, 0.992546, 900, 255, 1, '', 47720, NULL), +(@OGUID+3598, 2047, 0, 47, 351, 1, 1, 405.765, -3779.9, 178.138, 2.84488, 0, 0, 0.989016, 0.147811, 900, 255, 1, '', 51739, NULL), +(@OGUID+3599, 2047, 0, 47, 350, 1, 1, 409.363, -2865.83, 144.202, 5.20108, 0, 0, -0.515038, 0.857168, 900, 255, 1, '', 52237, NULL), +(@OGUID+3600, 2047, 0, 47, 0, 1, 1, 410.249, -3890.34, 99.0566, 0.645772, 0, 0, 0.317305, 0.948324, 900, 255, 1, '', 49345, NULL), +(@OGUID+3601, 2047, 0, 47, 0, 1, 1, 423.703, -3795.01, 101.592, 0.191985, 0, 0, 0.0958452, 0.995396, 900, 255, 1, '', 49345, NULL), +(@OGUID+3602, 2047, 0, 47, 1884, 1, 1, 453.572, -3309.84, 123.93, 3.05433, 0, 0, 0.999048, 0.0436193, 900, 255, 1, '', 52237, NULL), +(@OGUID+3603, 2047, 0, 47, 3565, 1, 1, 487.049, -4189.84, 135.667, 1.16937, 0, 0, 0.551936, 0.833886, 900, 255, 1, '', 48120, NULL), +(@OGUID+3604, 2047, 0, 47, 1884, 1, 1, 496.548, -3358.1, 138.507, 5.55015, 0, 0, -0.358368, 0.93358, 900, 255, 1, '', 52237, NULL), +(@OGUID+3605, 2047, 0, 47, 0, 1, 1, 526.685, -4046.76, 137.139, 1.79769, 0, 0, 0.782608, 0.622515, 900, 255, 1, '', 49345, NULL), +(@OGUID+3606, 2047, 0, 47, 0, 1, 1, 552.948, -3753.24, 128.218, 3.26377, 0, 0, -0.998135, 0.0610518, 900, 255, 1, '', 49345, NULL), +(@OGUID+3607, 2047, 0, 47, 460, 1, 1, 579.51, -4220.77, 142.145, 5.25344, 0, 0, -0.492423, 0.870356, 900, 255, 1, '', 50664, NULL), +(@OGUID+3608, 2047, 0, 47, 1884, 1, 1, 608.484, -3381.76, 104.346, 4.79966, 0, 0, -0.67559, 0.737278, 900, 255, 1, '', 52237, NULL), +(@OGUID+3609, 2047, 0, 47, 356, 1, 1, 755.064, -3831.65, 127.406, 0.0523589, 0, 0, 0.0261765, 0.999657, 900, 255, 1, '', 52237, NULL), +(@OGUID+3610, 2047, 0, 47, 356, 1, 1, 872.22, -3845.8, 130.5, 3.47321, 0, 0, -0.986285, 0.16505, 900, 255, 1, '', 52237, NULL), +(@OGUID+3611, 2047, 0, 47, 0, 1, 1, 898.164, -4054.45, 118.902, 5.58505, 0, 0, -0.34202, 0.939693, 900, 255, 1, '', 50172, NULL), +(@OGUID+3612, 2047, 0, 47, 0, 1, 1, 958.159, -4201.19, 137.316, 0.418879, 0, 0, 0.207911, 0.978148, 900, 255, 1, '', 47966, NULL), +(@OGUID+3613, 2047, 0, 47, 0, 1, 1, 963.838, -3804.26, 120.842, 0.506145, 0, 0, 0.25038, 0.968148, 900, 255, 1, '', 49345, NULL), +(@OGUID+3614, 2047, 0, 47, 0, 1, 1, 1033.61, -4026.54, 132.153, 5.58505, 0, 0, -0.34202, 0.939693, 900, 255, 1, '', 49345, NULL), +(@OGUID+3615, 2047, 0, 47, 0, 1, 1, 1071.21, -4067.14, 137.553, 4.76475, 0, 0, -0.688354, 0.725374, 900, 255, 1, '', 49345, NULL), +(@OGUID+3616, 2047, 0, 47, 0, 1, 1, 1093.14, -4164.08, 164.638, 4.36332, 0, 0, -0.819152, 0.573577, 900, 255, 1, '', 50172, NULL); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+3328, @POOL_SINGLE+373, 90, 'The Hinterlands - Ore Pool - Small Thorium Vein'), +(@OGUID+3329, @POOL_SINGLE+374, 90, 'The Hinterlands - Ore Pool - Small Thorium Vein'), +(@OGUID+3330, @POOL_SINGLE+375, 90, 'The Hinterlands - Ore Pool - Small Thorium Vein'), +(@OGUID+3331, @POOL_SINGLE+376, 90, 'The Hinterlands - Ore Pool - Small Thorium Vein'), +(@OGUID+3332, @POOL_SINGLE+377, 90, 'The Hinterlands - Ore Pool - Small Thorium Vein'), +(@OGUID+3333, @POOL_SINGLE+378, 90, 'The Hinterlands - Ore Pool - Small Thorium Vein'), +(@OGUID+3334, @POOL_SINGLE+379, 90, 'The Hinterlands - Ore Pool - Small Thorium Vein'), +(@OGUID+3335, @POOL_SINGLE+380, 90, 'The Hinterlands - Ore Pool - Small Thorium Vein'), +(@OGUID+3336, @POOL_SINGLE+381, 90, 'The Hinterlands - Ore Pool - Small Thorium Vein'), +(@OGUID+3337, @POOL_SINGLE+382, 90, 'The Hinterlands - Ore Pool - Small Thorium Vein'), +(@OGUID+3338, @POOL_SINGLE+383, 90, 'The Hinterlands - Ore Pool - Small Thorium Vein'), +(@OGUID+3339, @POOL_SINGLE+373, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3340, @POOL_SINGLE+374, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3341, @POOL_SINGLE+375, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3342, @POOL_SINGLE+376, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3343, @POOL_SINGLE+377, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3344, @POOL_SINGLE+378, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3345, @POOL_SINGLE+379, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3346, @POOL_SINGLE+380, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3347, @POOL_SINGLE+381, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3348, @POOL_SINGLE+382, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3349, @POOL_SINGLE+383, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), + +(@OGUID+3350, @POOL_SINGLE+384, 80, 'The Hinterlands - Ore Pool - Iron Deposit'), +(@OGUID+3351, @POOL_SINGLE+385, 80, 'The Hinterlands - Ore Pool - Iron Deposit'), +(@OGUID+3352, @POOL_SINGLE+386, 80, 'The Hinterlands - Ore Pool - Iron Deposit'), +(@OGUID+3353, @POOL_SINGLE+387, 80, 'The Hinterlands - Ore Pool - Iron Deposit'), +(@OGUID+3354, @POOL_SINGLE+388, 80, 'The Hinterlands - Ore Pool - Iron Deposit'), +(@OGUID+3355, @POOL_SINGLE+389, 80, 'The Hinterlands - Ore Pool - Iron Deposit'), +(@OGUID+3356, @POOL_SINGLE+390, 80, 'The Hinterlands - Ore Pool - Iron Deposit'), +(@OGUID+3357, @POOL_SINGLE+391, 80, 'The Hinterlands - Ore Pool - Iron Deposit'), +(@OGUID+3358, @POOL_SINGLE+392, 80, 'The Hinterlands - Ore Pool - Iron Deposit'), +(@OGUID+3359, @POOL_SINGLE+393, 80, 'The Hinterlands - Ore Pool - Iron Deposit'), +(@OGUID+3360, @POOL_SINGLE+384, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3361, @POOL_SINGLE+385, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3362, @POOL_SINGLE+386, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3363, @POOL_SINGLE+387, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3364, @POOL_SINGLE+388, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3365, @POOL_SINGLE+389, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3366, @POOL_SINGLE+390, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3367, @POOL_SINGLE+391, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3368, @POOL_SINGLE+392, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3369, @POOL_SINGLE+393, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3370, @POOL_SINGLE+384, 0, 'The Hinterlands - Ore Pool - Silver Vein'), +(@OGUID+3371, @POOL_SINGLE+385, 0, 'The Hinterlands - Ore Pool - Silver Vein'), +(@OGUID+3372, @POOL_SINGLE+386, 0, 'The Hinterlands - Ore Pool - Silver Vein'), +(@OGUID+3373, @POOL_SINGLE+387, 0, 'The Hinterlands - Ore Pool - Silver Vein'), +(@OGUID+3374, @POOL_SINGLE+388, 0, 'The Hinterlands - Ore Pool - Silver Vein'), +(@OGUID+3375, @POOL_SINGLE+389, 0, 'The Hinterlands - Ore Pool - Silver Vein'), +(@OGUID+3376, @POOL_SINGLE+390, 0, 'The Hinterlands - Ore Pool - Silver Vein'), +(@OGUID+3377, @POOL_SINGLE+391, 0, 'The Hinterlands - Ore Pool - Silver Vein'), +(@OGUID+3378, @POOL_SINGLE+392, 0, 'The Hinterlands - Ore Pool - Silver Vein'), +(@OGUID+3379, @POOL_SINGLE+393, 0, 'The Hinterlands - Ore Pool - Silver Vein'), + +(@OGUID+3380, @POOL_SINGLE+394, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3381, @POOL_SINGLE+395, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3382, @POOL_SINGLE+396, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3383, @POOL_SINGLE+397, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3384, @POOL_SINGLE+398, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3385, @POOL_SINGLE+399, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3386, @POOL_SINGLE+400, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3387, @POOL_SINGLE+401, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3388, @POOL_SINGLE+402, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3389, @POOL_SINGLE+403, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3390, @POOL_SINGLE+404, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3391, @POOL_SINGLE+405, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3392, @POOL_SINGLE+406, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3393, @POOL_SINGLE+407, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3394, @POOL_SINGLE+408, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3395, @POOL_SINGLE+409, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3396, @POOL_SINGLE+410, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3397, @POOL_SINGLE+411, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3398, @POOL_SINGLE+412, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3399, @POOL_SINGLE+413, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3400, @POOL_SINGLE+414, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3401, @POOL_SINGLE+415, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3402, @POOL_SINGLE+416, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3403, @POOL_SINGLE+417, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3404, @POOL_SINGLE+418, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3405, @POOL_SINGLE+419, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3406, @POOL_SINGLE+420, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3407, @POOL_SINGLE+421, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3408, @POOL_SINGLE+422, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3409, @POOL_SINGLE+423, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3410, @POOL_SINGLE+424, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3411, @POOL_SINGLE+425, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3412, @POOL_SINGLE+426, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3413, @POOL_SINGLE+427, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3414, @POOL_SINGLE+428, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3415, @POOL_SINGLE+429, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3416, @POOL_SINGLE+430, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3417, @POOL_SINGLE+431, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3418, @POOL_SINGLE+432, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3419, @POOL_SINGLE+433, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3420, @POOL_SINGLE+434, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3421, @POOL_SINGLE+435, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3422, @POOL_SINGLE+436, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3423, @POOL_SINGLE+437, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3424, @POOL_SINGLE+438, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3425, @POOL_SINGLE+439, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3426, @POOL_SINGLE+440, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3427, @POOL_SINGLE+441, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3428, @POOL_SINGLE+442, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3429, @POOL_SINGLE+443, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3430, @POOL_SINGLE+444, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3431, @POOL_SINGLE+445, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3432, @POOL_SINGLE+446, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3433, @POOL_SINGLE+447, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3434, @POOL_SINGLE+448, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3435, @POOL_SINGLE+449, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3436, @POOL_SINGLE+450, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3437, @POOL_SINGLE+451, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3438, @POOL_SINGLE+452, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3439, @POOL_SINGLE+453, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3440, @POOL_SINGLE+454, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3441, @POOL_SINGLE+455, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3442, @POOL_SINGLE+456, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3443, @POOL_SINGLE+457, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3444, @POOL_SINGLE+458, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3445, @POOL_SINGLE+459, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3446, @POOL_SINGLE+460, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3447, @POOL_SINGLE+461, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3448, @POOL_SINGLE+462, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3449, @POOL_SINGLE+463, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3450, @POOL_SINGLE+464, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3451, @POOL_SINGLE+465, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3452, @POOL_SINGLE+466, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3453, @POOL_SINGLE+467, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3454, @POOL_SINGLE+468, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3455, @POOL_SINGLE+469, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3456, @POOL_SINGLE+470, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3457, @POOL_SINGLE+471, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3458, @POOL_SINGLE+472, 80, 'The Hinterlands - Ore Pool - Mithril Deposit'), +(@OGUID+3459, @POOL_SINGLE+394, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3460, @POOL_SINGLE+395, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3461, @POOL_SINGLE+396, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3462, @POOL_SINGLE+397, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3463, @POOL_SINGLE+398, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3464, @POOL_SINGLE+399, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3465, @POOL_SINGLE+400, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3466, @POOL_SINGLE+401, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3467, @POOL_SINGLE+402, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3468, @POOL_SINGLE+403, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3469, @POOL_SINGLE+404, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3470, @POOL_SINGLE+405, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3471, @POOL_SINGLE+406, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3472, @POOL_SINGLE+407, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3473, @POOL_SINGLE+408, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3474, @POOL_SINGLE+409, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3475, @POOL_SINGLE+410, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3476, @POOL_SINGLE+411, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3477, @POOL_SINGLE+412, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3478, @POOL_SINGLE+413, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3479, @POOL_SINGLE+414, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3480, @POOL_SINGLE+415, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3481, @POOL_SINGLE+416, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3482, @POOL_SINGLE+417, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3483, @POOL_SINGLE+418, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3484, @POOL_SINGLE+419, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3485, @POOL_SINGLE+420, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3486, @POOL_SINGLE+421, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3487, @POOL_SINGLE+422, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3488, @POOL_SINGLE+423, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3489, @POOL_SINGLE+424, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3490, @POOL_SINGLE+425, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3491, @POOL_SINGLE+426, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3492, @POOL_SINGLE+427, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3493, @POOL_SINGLE+428, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3494, @POOL_SINGLE+429, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3495, @POOL_SINGLE+430, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3496, @POOL_SINGLE+431, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3497, @POOL_SINGLE+432, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3498, @POOL_SINGLE+433, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3499, @POOL_SINGLE+434, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3500, @POOL_SINGLE+435, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3501, @POOL_SINGLE+436, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3502, @POOL_SINGLE+437, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3503, @POOL_SINGLE+438, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3504, @POOL_SINGLE+439, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3505, @POOL_SINGLE+440, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3506, @POOL_SINGLE+441, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3507, @POOL_SINGLE+442, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3508, @POOL_SINGLE+443, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3509, @POOL_SINGLE+444, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3510, @POOL_SINGLE+445, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3511, @POOL_SINGLE+446, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3512, @POOL_SINGLE+447, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3513, @POOL_SINGLE+448, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3514, @POOL_SINGLE+449, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3515, @POOL_SINGLE+450, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3516, @POOL_SINGLE+451, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3517, @POOL_SINGLE+452, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3518, @POOL_SINGLE+453, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3519, @POOL_SINGLE+454, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3520, @POOL_SINGLE+455, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3521, @POOL_SINGLE+456, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3522, @POOL_SINGLE+457, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3523, @POOL_SINGLE+458, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3524, @POOL_SINGLE+459, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3525, @POOL_SINGLE+460, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3526, @POOL_SINGLE+461, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3527, @POOL_SINGLE+462, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3528, @POOL_SINGLE+463, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3529, @POOL_SINGLE+464, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3530, @POOL_SINGLE+465, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3531, @POOL_SINGLE+466, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3532, @POOL_SINGLE+467, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3533, @POOL_SINGLE+468, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3534, @POOL_SINGLE+469, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3535, @POOL_SINGLE+470, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3536, @POOL_SINGLE+471, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3537, @POOL_SINGLE+472, 10, 'The Hinterlands - Ore Pool - Gold Vein'), +(@OGUID+3538, @POOL_SINGLE+394, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3539, @POOL_SINGLE+395, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3540, @POOL_SINGLE+396, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3541, @POOL_SINGLE+397, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3542, @POOL_SINGLE+398, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3543, @POOL_SINGLE+399, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3544, @POOL_SINGLE+400, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3545, @POOL_SINGLE+401, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3546, @POOL_SINGLE+402, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3547, @POOL_SINGLE+403, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3548, @POOL_SINGLE+404, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3549, @POOL_SINGLE+405, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3550, @POOL_SINGLE+406, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3551, @POOL_SINGLE+407, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3552, @POOL_SINGLE+408, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3553, @POOL_SINGLE+409, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3554, @POOL_SINGLE+410, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3555, @POOL_SINGLE+411, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3556, @POOL_SINGLE+412, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3557, @POOL_SINGLE+413, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3558, @POOL_SINGLE+414, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3559, @POOL_SINGLE+415, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3560, @POOL_SINGLE+416, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3561, @POOL_SINGLE+417, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3562, @POOL_SINGLE+418, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3563, @POOL_SINGLE+419, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3564, @POOL_SINGLE+420, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3565, @POOL_SINGLE+421, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3566, @POOL_SINGLE+422, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3567, @POOL_SINGLE+423, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3568, @POOL_SINGLE+424, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3569, @POOL_SINGLE+425, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3570, @POOL_SINGLE+426, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3571, @POOL_SINGLE+427, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3572, @POOL_SINGLE+428, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3573, @POOL_SINGLE+429, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3574, @POOL_SINGLE+430, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3575, @POOL_SINGLE+431, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3576, @POOL_SINGLE+432, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3577, @POOL_SINGLE+433, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3578, @POOL_SINGLE+434, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3579, @POOL_SINGLE+435, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3580, @POOL_SINGLE+436, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3581, @POOL_SINGLE+437, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3582, @POOL_SINGLE+438, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3583, @POOL_SINGLE+439, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3584, @POOL_SINGLE+440, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3585, @POOL_SINGLE+441, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3586, @POOL_SINGLE+442, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3587, @POOL_SINGLE+443, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3588, @POOL_SINGLE+444, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3589, @POOL_SINGLE+445, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3590, @POOL_SINGLE+446, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3591, @POOL_SINGLE+447, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3592, @POOL_SINGLE+448, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3593, @POOL_SINGLE+449, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3594, @POOL_SINGLE+450, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3595, @POOL_SINGLE+451, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3596, @POOL_SINGLE+452, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3597, @POOL_SINGLE+453, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3598, @POOL_SINGLE+454, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3599, @POOL_SINGLE+455, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3600, @POOL_SINGLE+456, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3601, @POOL_SINGLE+457, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3602, @POOL_SINGLE+458, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3603, @POOL_SINGLE+459, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3604, @POOL_SINGLE+460, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3605, @POOL_SINGLE+461, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3606, @POOL_SINGLE+462, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3607, @POOL_SINGLE+463, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3608, @POOL_SINGLE+464, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3609, @POOL_SINGLE+465, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3610, @POOL_SINGLE+466, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3611, @POOL_SINGLE+467, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3612, @POOL_SINGLE+468, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3613, @POOL_SINGLE+469, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3614, @POOL_SINGLE+470, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3615, @POOL_SINGLE+471, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'), +(@OGUID+3616, @POOL_SINGLE+472, 0, 'The Hinterlands - Ore Pool - Truesilver Deposit'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_SINGLE+373, 1, 'The Hinterlands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+374, 1, 'The Hinterlands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+375, 1, 'The Hinterlands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+376, 1, 'The Hinterlands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+377, 1, 'The Hinterlands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+378, 1, 'The Hinterlands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+379, 1, 'The Hinterlands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+380, 1, 'The Hinterlands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+381, 1, 'The Hinterlands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+382, 1, 'The Hinterlands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+383, 1, 'The Hinterlands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+384, 1, 'The Hinterlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+385, 1, 'The Hinterlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+386, 1, 'The Hinterlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+387, 1, 'The Hinterlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+388, 1, 'The Hinterlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+389, 1, 'The Hinterlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+390, 1, 'The Hinterlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+391, 1, 'The Hinterlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+392, 1, 'The Hinterlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+393, 1, 'The Hinterlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+394, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+395, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+396, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+397, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+398, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+399, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+400, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+401, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+402, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+403, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+404, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+405, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+406, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+407, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+408, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+409, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+410, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+411, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+412, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+413, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+414, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+415, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+416, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+417, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+418, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+419, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+420, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+421, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+422, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+423, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+424, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+425, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+426, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+427, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+428, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+429, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+430, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+431, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+432, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+433, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+434, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+435, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+436, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+437, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+438, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+439, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+440, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+441, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+442, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+443, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+444, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+445, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+446, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+447, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+448, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+449, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+450, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+451, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+452, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+453, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+454, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+455, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+456, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+457, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+458, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+459, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+460, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+461, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+462, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+463, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+464, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+465, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+466, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+467, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+468, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+469, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+470, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+471, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+472, 1, 'The Hinterlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'); + +-- Ghost Mushroom Jintha'Alor +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+3228, @POOL_MOTHER+200, 0, 'The Hinterlands - Jintha\'Alor - Ghost Mushroom'), +(@OGUID+3210, @POOL_MOTHER+200, 0, 'The Hinterlands - Jintha\'Alor - Ghost Mushroom'), +(@OGUID+3222, @POOL_MOTHER+200, 0, 'The Hinterlands - Jintha\'Alor - Ghost Mushroom'), +(@OGUID+3209, @POOL_MOTHER+200, 0, 'The Hinterlands - Jintha\'Alor - Ghost Mushroom'), +(@OGUID+3227, @POOL_MOTHER+200, 0, 'The Hinterlands - Jintha\'Alor - Ghost Mushroom'), +(@OGUID+3226, @POOL_MOTHER+200, 0, 'The Hinterlands - Jintha\'Alor - Ghost Mushroom'), +(@OGUID+3208, @POOL_MOTHER+200, 0, 'The Hinterlands - Jintha\'Alor - Ghost Mushroom'), +(@OGUID+3207, @POOL_MOTHER+200, 0, 'The Hinterlands - Jintha\'Alor - Ghost Mushroom'), +(@OGUID+3221, @POOL_MOTHER+200, 0, 'The Hinterlands - Jintha\'Alor - Ghost Mushroom'), +-- Ghost Mushroom Skulk Rock +(@OGUID+3211, @POOL_MOTHER+201, 0, 'The Hinterlands - Skulk Rock - Ghost Mushroom'), +(@OGUID+3212, @POOL_MOTHER+201, 0, 'The Hinterlands - Skulk Rock - Ghost Mushroom'), +(@OGUID+3213, @POOL_MOTHER+201, 0, 'The Hinterlands - Skulk Rock - Ghost Mushroom'), +(@OGUID+3214, @POOL_MOTHER+201, 0, 'The Hinterlands - Skulk Rock - Ghost Mushroom'), +(@OGUID+3224, @POOL_MOTHER+201, 0, 'The Hinterlands - Skulk Rock - Ghost Mushroom'), +(@OGUID+3223, @POOL_MOTHER+201, 0, 'The Hinterlands - Skulk Rock - Ghost Mushroom'), +(@OGUID+3215, @POOL_MOTHER+201, 0, 'The Hinterlands - Skulk Rock - Ghost Mushroom'), +(@OGUID+3216, @POOL_MOTHER+201, 0, 'The Hinterlands - Skulk Rock - Ghost Mushroom'), +(@OGUID+3217, @POOL_MOTHER+201, 0, 'The Hinterlands - Skulk Rock - Ghost Mushroom'), +(@OGUID+3218, @POOL_MOTHER+201, 0, 'The Hinterlands - Skulk Rock - Ghost Mushroom'), +(@OGUID+3219, @POOL_MOTHER+201, 0, 'The Hinterlands - Skulk Rock - Ghost Mushroom'), +(@OGUID+3220, @POOL_MOTHER+201, 0, 'The Hinterlands - Skulk Rock - Ghost Mushroom'), +(@OGUID+3225, @POOL_MOTHER+201, 0, 'The Hinterlands - Skulk Rock - Ghost Mushroom'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+200, 3, 'The Hinterlands - Jintha\'Alor - Ghost Mushroom - 3/9'), +(@POOL_MOTHER+201, 5, 'The Hinterlands - Skulk Rock - Ghost Mushroom - 5/13'); + +-- Skulk Rock Ores +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+442, @POOL_MOTHER+202, 0, 'The Hinterlands - Skulk Rock - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+445, @POOL_MOTHER+202, 0, 'The Hinterlands - Skulk Rock - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+446, @POOL_MOTHER+202, 0, 'The Hinterlands - Skulk Rock - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+448, @POOL_MOTHER+202, 0, 'The Hinterlands - Skulk Rock - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+450, @POOL_MOTHER+202, 0, 'The Hinterlands - Skulk Rock - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+452, @POOL_MOTHER+202, 0, 'The Hinterlands - Skulk Rock - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+456, @POOL_MOTHER+202, 0, 'The Hinterlands - Skulk Rock - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+457, @POOL_MOTHER+202, 0, 'The Hinterlands - Skulk Rock - Mithril Deposit / Gold Vein / Truesilver Deposit'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+202, 2, 'The Hinterlands - Skulk Rock - Mithril Deposit / Gold Vein / Truesilver Deposit - 2/8'); + +-- Jintha'Alor Ores +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+373, @POOL_MOTHER+203, 0, 'The Hinterlands - Jintha\'Alor - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+374, @POOL_MOTHER+203, 0, 'The Hinterlands - Jintha\'Alor - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+375, @POOL_MOTHER+203, 0, 'The Hinterlands - Jintha\'Alor - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+376, @POOL_MOTHER+203, 0, 'The Hinterlands - Jintha\'Alor - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+377, @POOL_MOTHER+203, 0, 'The Hinterlands - Jintha\'Alor - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+378, @POOL_MOTHER+203, 0, 'The Hinterlands - Jintha\'Alor - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+379, @POOL_MOTHER+203, 0, 'The Hinterlands - Jintha\'Alor - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+380, @POOL_MOTHER+203, 0, 'The Hinterlands - Jintha\'Alor - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+381, @POOL_MOTHER+203, 0, 'The Hinterlands - Jintha\'Alor - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+382, @POOL_MOTHER+203, 0, 'The Hinterlands - Jintha\'Alor - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+383, @POOL_MOTHER+203, 0, 'The Hinterlands - Jintha\'Alor - Small Thorium Vein / Truesilver Deposit'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+203, 3, 'The Hinterlands - Jintha\'Alor - Small Thorium Vein / Truesilver Deposit - 3/11'); + +-- Seradane +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+459, @POOL_MOTHER+204, 0, 'The Hinterlands - Seradane - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+461, @POOL_MOTHER+204, 0, 'The Hinterlands - Seradane - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+462, @POOL_MOTHER+204, 0, 'The Hinterlands - Seradane - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+463, @POOL_MOTHER+204, 0, 'The Hinterlands - Seradane - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+465, @POOL_MOTHER+204, 0, 'The Hinterlands - Seradane - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+466, @POOL_MOTHER+204, 0, 'The Hinterlands - Seradane - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+467, @POOL_MOTHER+204, 0, 'The Hinterlands - Seradane - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+468, @POOL_MOTHER+204, 0, 'The Hinterlands - Seradane - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+469, @POOL_MOTHER+204, 0, 'The Hinterlands - Seradane - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+470, @POOL_MOTHER+204, 0, 'The Hinterlands - Seradane - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+471, @POOL_MOTHER+204, 0, 'The Hinterlands - Seradane - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+472, @POOL_MOTHER+204, 0, 'The Hinterlands - Seradane - Mithril Deposit / Gold Vein / Truesilver Deposit'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+204, 3, 'The Hinterlands - Seradane - Mithril Deposit / Gold Vein / Truesilver Deposit - 3/12'); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+3236, @POOL_MOTHER+205, 0, 'The Hinterlands - Seradane - Golden Sansam'), +(@OGUID+3235, @POOL_MOTHER+205, 0, 'The Hinterlands - Seradane - Golden Sansam'), +(@OGUID+3245, @POOL_MOTHER+205, 0, 'The Hinterlands - Seradane - Golden Sansam'), +(@OGUID+3234, @POOL_MOTHER+205, 0, 'The Hinterlands - Seradane - Golden Sansam'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+205, 1, 'The Hinterlands - Seradane - Golden Sansam - 1/4'); + +-- Stranglekelp +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+3273, @POOL_MOTHER+206, 0, 'The Hinterlands - Stranglekelp'), +(@OGUID+3274, @POOL_MOTHER+206, 0, 'The Hinterlands - Stranglekelp'), +(@OGUID+3275, @POOL_MOTHER+206, 0, 'The Hinterlands - Stranglekelp'), +(@OGUID+3276, @POOL_MOTHER+206, 0, 'The Hinterlands - Stranglekelp'), +(@OGUID+3277, @POOL_MOTHER+206, 0, 'The Hinterlands - Stranglekelp'), +(@OGUID+3278, @POOL_MOTHER+206, 0, 'The Hinterlands - Stranglekelp'), +(@OGUID+3279, @POOL_MOTHER+206, 0, 'The Hinterlands - Stranglekelp'), +(@OGUID+3280, @POOL_MOTHER+206, 0, 'The Hinterlands - Stranglekelp'), +(@OGUID+3281, @POOL_MOTHER+206, 0, 'The Hinterlands - Stranglekelp'), +(@OGUID+3282, @POOL_MOTHER+206, 0, 'The Hinterlands - Stranglekelp'), +(@OGUID+3283, @POOL_MOTHER+206, 0, 'The Hinterlands - Stranglekelp'), +(@OGUID+3284, @POOL_MOTHER+206, 0, 'The Hinterlands - Stranglekelp'), +(@OGUID+3285, @POOL_MOTHER+206, 0, 'The Hinterlands - Stranglekelp'), +(@OGUID+3286, @POOL_MOTHER+206, 0, 'The Hinterlands - Stranglekelp'), +(@OGUID+3287, @POOL_MOTHER+206, 0, 'The Hinterlands - Stranglekelp'), +(@OGUID+3288, @POOL_MOTHER+206, 0, 'The Hinterlands - Stranglekelp'), +(@OGUID+3289, @POOL_MOTHER+206, 0, 'The Hinterlands - Stranglekelp'), +(@OGUID+3290, @POOL_MOTHER+206, 0, 'The Hinterlands - Stranglekelp'), +(@OGUID+3291, @POOL_MOTHER+206, 0, 'The Hinterlands - Stranglekelp'), +(@OGUID+3292, @POOL_MOTHER+206, 0, 'The Hinterlands - Stranglekelp'), +(@OGUID+3293, @POOL_MOTHER+206, 0, 'The Hinterlands - Stranglekelp'), +(@OGUID+3294, @POOL_MOTHER+206, 0, 'The Hinterlands - Stranglekelp'), +(@OGUID+3295, @POOL_MOTHER+206, 0, 'The Hinterlands - Stranglekelp'), +(@OGUID+3296, @POOL_MOTHER+206, 0, 'The Hinterlands - Stranglekelp'), +(@OGUID+3297, @POOL_MOTHER+206, 0, 'The Hinterlands - Stranglekelp'), +(@OGUID+3298, @POOL_MOTHER+206, 0, 'The Hinterlands - Stranglekelp'), +(@OGUID+3299, @POOL_MOTHER+206, 0, 'The Hinterlands - Stranglekelp'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+206, 7, 'The Hinterlands - Stranglekelp Master Pool - 7/27'); + +-- The Overlook Cliffs +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+3322, @POOL_MOTHER+207, 0, 'The Hinterlands - The Overlook Cliffs - Goldthorn'), +(@OGUID+3321, @POOL_MOTHER+207, 0, 'The Hinterlands - The Overlook Cliffs - Goldthorn'), +(@OGUID+3320, @POOL_MOTHER+207, 0, 'The Hinterlands - The Overlook Cliffs - Goldthorn'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+207, 1, 'The Hinterlands - The Overlook Cliffs - Goldthorn - 1/3'); + +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+394, @POOL_MOTHER+208, 0, 'The Hinterlands - The Overlook Cliffs - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+396, @POOL_MOTHER+208, 0, 'The Hinterlands - The Overlook Cliffs - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+401, @POOL_MOTHER+208, 0, 'The Hinterlands - The Overlook Cliffs - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+402, @POOL_MOTHER+208, 0, 'The Hinterlands - The Overlook Cliffs - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+413, @POOL_MOTHER+208, 0, 'The Hinterlands - The Overlook Cliffs - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+422, @POOL_MOTHER+208, 0, 'The Hinterlands - The Overlook Cliffs - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+427, @POOL_MOTHER+208, 0, 'The Hinterlands - The Overlook Cliffs - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+438, @POOL_MOTHER+208, 0, 'The Hinterlands - The Overlook Cliffs - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+451, @POOL_MOTHER+208, 0, 'The Hinterlands - The Overlook Cliffs - Mithril Deposit / Gold Vein / Truesilver Deposit'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+208, 3, 'The Hinterlands - The Overlook Cliffs - Mithril Deposit / Gold Vein / Truesilver Deposit - 3/9'); + +-- Jintha'Alor +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+395, @POOL_MOTHER+209, 0, 'The Hinterlands - Jintha\'Alor - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+397, @POOL_MOTHER+209, 0, 'The Hinterlands - Jintha\'Alor - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+403, @POOL_MOTHER+209, 0, 'The Hinterlands - Jintha\'Alor - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+404, @POOL_MOTHER+209, 0, 'The Hinterlands - Jintha\'Alor - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+406, @POOL_MOTHER+209, 0, 'The Hinterlands - Jintha\'Alor - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+419, @POOL_MOTHER+209, 0, 'The Hinterlands - Jintha\'Alor - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+420, @POOL_MOTHER+209, 0, 'The Hinterlands - Jintha\'Alor - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+421, @POOL_MOTHER+209, 0, 'The Hinterlands - Jintha\'Alor - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+423, @POOL_MOTHER+209, 0, 'The Hinterlands - Jintha\'Alor - Mithril Deposit / Gold Vein / Truesilver Deposit'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+209, 3, 'The Hinterlands - Jintha\'Alor - Mithril Deposit / Gold Vein / Truesilver Deposit - 3/9'); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+3149, @POOL_MOTHER+210, 0, 'The Hinterlands - Jintha\'Alor - Purple Lotus'), +(@OGUID+3151, @POOL_MOTHER+210, 0, 'The Hinterlands - Jintha\'Alor - Purple Lotus'), +(@OGUID+3117, @POOL_MOTHER+210, 0, 'The Hinterlands - Jintha\'Alor - Purple Lotus'), +(@OGUID+3102, @POOL_MOTHER+210, 0, 'The Hinterlands - Jintha\'Alor - Purple Lotus'), +(@OGUID+3103, @POOL_MOTHER+210, 0, 'The Hinterlands - Jintha\'Alor - Purple Lotus'), +(@OGUID+3104, @POOL_MOTHER+210, 0, 'The Hinterlands - Jintha\'Alor - Purple Lotus'), +(@OGUID+3105, @POOL_MOTHER+210, 0, 'The Hinterlands - Jintha\'Alor - Purple Lotus'), +(@OGUID+3107, @POOL_MOTHER+210, 0, 'The Hinterlands - Jintha\'Alor - Purple Lotus'), +(@OGUID+3109, @POOL_MOTHER+210, 0, 'The Hinterlands - Jintha\'Alor - Purple Lotus'), +(@OGUID+3112, @POOL_MOTHER+210, 0, 'The Hinterlands - Jintha\'Alor - Purple Lotus'), +(@OGUID+3114, @POOL_MOTHER+210, 0, 'The Hinterlands - Jintha\'Alor - Purple Lotus'), +(@OGUID+3115, @POOL_MOTHER+210, 0, 'The Hinterlands - Jintha\'Alor - Purple Lotus'), +(@OGUID+3116, @POOL_MOTHER+210, 0, 'The Hinterlands - Jintha\'Alor - Purple Lotus'), +(@OGUID+3118, @POOL_MOTHER+210, 0, 'The Hinterlands - Jintha\'Alor - Purple Lotus'), +(@OGUID+3119, @POOL_MOTHER+210, 0, 'The Hinterlands - Jintha\'Alor - Purple Lotus'), +(@OGUID+3125, @POOL_MOTHER+210, 0, 'The Hinterlands - Jintha\'Alor - Purple Lotus'), +(@OGUID+3126, @POOL_MOTHER+210, 0, 'The Hinterlands - Jintha\'Alor - Purple Lotus'), +(@OGUID+3127, @POOL_MOTHER+210, 0, 'The Hinterlands - Jintha\'Alor - Purple Lotus'), +(@OGUID+3128, @POOL_MOTHER+210, 0, 'The Hinterlands - Jintha\'Alor - Purple Lotus'), +(@OGUID+3129, @POOL_MOTHER+210, 0, 'The Hinterlands - Jintha\'Alor - Purple Lotus'), +(@OGUID+3130, @POOL_MOTHER+210, 0, 'The Hinterlands - Jintha\'Alor - Purple Lotus'), +(@OGUID+3132, @POOL_MOTHER+210, 0, 'The Hinterlands - Jintha\'Alor - Purple Lotus'), +(@OGUID+3133, @POOL_MOTHER+210, 0, 'The Hinterlands - Jintha\'Alor - Purple Lotus'), +(@OGUID+3134, @POOL_MOTHER+210, 0, 'The Hinterlands - Jintha\'Alor - Purple Lotus'), +(@OGUID+3150, @POOL_MOTHER+210, 0, 'The Hinterlands - Jintha\'Alor - Purple Lotus'), +(@OGUID+3135, @POOL_MOTHER+210, 0, 'The Hinterlands - Jintha\'Alor - Purple Lotus'), +(@OGUID+3136, @POOL_MOTHER+210, 0, 'The Hinterlands - Jintha\'Alor - Purple Lotus'), +(@OGUID+3139, @POOL_MOTHER+210, 0, 'The Hinterlands - Jintha\'Alor - Purple Lotus'), +(@OGUID+3140, @POOL_MOTHER+210, 0, 'The Hinterlands - Jintha\'Alor - Purple Lotus'), +(@OGUID+3142, @POOL_MOTHER+210, 0, 'The Hinterlands - Jintha\'Alor - Purple Lotus'), +(@OGUID+3144, @POOL_MOTHER+210, 0, 'The Hinterlands - Jintha\'Alor - Purple Lotus'), +(@OGUID+3145, @POOL_MOTHER+210, 0, 'The Hinterlands - Jintha\'Alor - Purple Lotus'), +(@OGUID+3146, @POOL_MOTHER+210, 0, 'The Hinterlands - Jintha\'Alor - Purple Lotus'), +(@OGUID+3147, @POOL_MOTHER+210, 0, 'The Hinterlands - Jintha\'Alor - Purple Lotus'), +(@OGUID+3148, @POOL_MOTHER+210, 0, 'The Hinterlands - Jintha\'Alor - Purple Lotus'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+210, 9, 'The Hinterlands - Jintha\'Alor - Purple Lotus - 9/35'); + +-- West Hinterlands +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+384, @POOL_MOTHER+211, 0, 'The Hinterlands - West Hinterlands - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+385, @POOL_MOTHER+211, 0, 'The Hinterlands - West Hinterlands - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+386, @POOL_MOTHER+211, 0, 'The Hinterlands - West Hinterlands - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+387, @POOL_MOTHER+211, 0, 'The Hinterlands - West Hinterlands - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+388, @POOL_MOTHER+211, 0, 'The Hinterlands - West Hinterlands - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+389, @POOL_MOTHER+211, 0, 'The Hinterlands - West Hinterlands - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+390, @POOL_MOTHER+211, 0, 'The Hinterlands - West Hinterlands - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+391, @POOL_MOTHER+211, 0, 'The Hinterlands - West Hinterlands - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+392, @POOL_MOTHER+211, 0, 'The Hinterlands - West Hinterlands - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+393, @POOL_MOTHER+211, 0, 'The Hinterlands - West Hinterlands - Iron Deposit / Silver Vein / Gold Vein'), + +(@POOL_SINGLE+398, @POOL_MOTHER+212, 0, 'The Hinterlands - West Hinterlands - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+399, @POOL_MOTHER+212, 0, 'The Hinterlands - West Hinterlands - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+400, @POOL_MOTHER+212, 0, 'The Hinterlands - West Hinterlands - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+405, @POOL_MOTHER+212, 0, 'The Hinterlands - West Hinterlands - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+408, @POOL_MOTHER+212, 0, 'The Hinterlands - West Hinterlands - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+409, @POOL_MOTHER+212, 0, 'The Hinterlands - West Hinterlands - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+410, @POOL_MOTHER+212, 0, 'The Hinterlands - West Hinterlands - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+411, @POOL_MOTHER+212, 0, 'The Hinterlands - West Hinterlands - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+414, @POOL_MOTHER+212, 0, 'The Hinterlands - West Hinterlands - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+415, @POOL_MOTHER+212, 0, 'The Hinterlands - West Hinterlands - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+416, @POOL_MOTHER+212, 0, 'The Hinterlands - West Hinterlands - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+424, @POOL_MOTHER+212, 0, 'The Hinterlands - West Hinterlands - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+426, @POOL_MOTHER+212, 0, 'The Hinterlands - West Hinterlands - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+428, @POOL_MOTHER+212, 0, 'The Hinterlands - West Hinterlands - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+429, @POOL_MOTHER+212, 0, 'The Hinterlands - West Hinterlands - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+433, @POOL_MOTHER+212, 0, 'The Hinterlands - West Hinterlands - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+444, @POOL_MOTHER+212, 0, 'The Hinterlands - West Hinterlands - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+449, @POOL_MOTHER+212, 0, 'The Hinterlands - West Hinterlands - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+453, @POOL_MOTHER+212, 0, 'The Hinterlands - West Hinterlands - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+455, @POOL_MOTHER+212, 0, 'The Hinterlands - West Hinterlands - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+458, @POOL_MOTHER+212, 0, 'The Hinterlands - West Hinterlands - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+460, @POOL_MOTHER+212, 0, 'The Hinterlands - West Hinterlands - Mithril Deposit / Gold Vein / Truesilver Deposit'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+211, 3, 'The Hinterlands - West Hinterlands - Iron Deposit / Silver Vein / Gold Vein - 3/10'), +(@POOL_MOTHER+212, 6, 'The Hinterlands - West Hinterlands - Mithril Deposit / Gold Vein / Truesilver Deposit - 6/22'); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+3248, @POOL_MOTHER+213, 0, 'The Hinterlands - West Hinterlands - Liferoot'), +(@OGUID+3249, @POOL_MOTHER+213, 0, 'The Hinterlands - West Hinterlands - Liferoot'), +(@OGUID+3253, @POOL_MOTHER+214, 0, 'The Hinterlands - West Hinterlands - Fadeleaf'), +(@OGUID+3255, @POOL_MOTHER+214, 0, 'The Hinterlands - West Hinterlands - Fadeleaf'), +(@OGUID+3257, @POOL_MOTHER+214, 0, 'The Hinterlands - West Hinterlands - Fadeleaf'), +(@OGUID+3259, @POOL_MOTHER+214, 0, 'The Hinterlands - West Hinterlands - Fadeleaf'), +(@OGUID+3260, @POOL_MOTHER+214, 0, 'The Hinterlands - West Hinterlands - Fadeleaf'), +(@OGUID+3261, @POOL_MOTHER+214, 0, 'The Hinterlands - West Hinterlands - Fadeleaf'), +(@OGUID+3267, @POOL_MOTHER+215, 0, 'The Hinterlands - West Hinterlands - Khadgar\'s Whisker'), +(@OGUID+3270, @POOL_MOTHER+215, 0, 'The Hinterlands - West Hinterlands - Khadgar\'s Whisker'), +(@OGUID+3300, @POOL_MOTHER+216, 0, 'The Hinterlands - West Hinterlands - Goldthorn'), +(@OGUID+3302, @POOL_MOTHER+216, 0, 'The Hinterlands - West Hinterlands - Goldthorn'), +(@OGUID+3303, @POOL_MOTHER+216, 0, 'The Hinterlands - West Hinterlands - Goldthorn'), +(@OGUID+3314, @POOL_MOTHER+216, 0, 'The Hinterlands - West Hinterlands - Goldthorn'), +(@OGUID+3315, @POOL_MOTHER+216, 0, 'The Hinterlands - West Hinterlands - Goldthorn'), +(@OGUID+3317, @POOL_MOTHER+216, 0, 'The Hinterlands - West Hinterlands - Goldthorn'), +(@OGUID+3319, @POOL_MOTHER+216, 0, 'The Hinterlands - West Hinterlands - Goldthorn'), +(@OGUID+3325, @POOL_MOTHER+216, 0, 'The Hinterlands - West Hinterlands - Goldthorn'), +(@OGUID+3326, @POOL_MOTHER+216, 0, 'The Hinterlands - West Hinterlands - Goldthorn'), +(@OGUID+3327, @POOL_MOTHER+216, 0, 'The Hinterlands - West Hinterlands - Goldthorn'), +(@OGUID+3106, @POOL_MOTHER+217, 0, 'The Hinterlands - West Hinterlands - Purple Lotus'), +(@OGUID+3110, @POOL_MOTHER+217, 0, 'The Hinterlands - West Hinterlands - Purple Lotus'), +(@OGUID+3113, @POOL_MOTHER+217, 0, 'The Hinterlands - West Hinterlands - Purple Lotus'), +(@OGUID+3120, @POOL_MOTHER+217, 0, 'The Hinterlands - West Hinterlands - Purple Lotus'), +(@OGUID+3124, @POOL_MOTHER+217, 0, 'The Hinterlands - West Hinterlands - Purple Lotus'), +(@OGUID+3131, @POOL_MOTHER+217, 0, 'The Hinterlands - West Hinterlands - Purple Lotus'), +(@OGUID+3141, @POOL_MOTHER+217, 0, 'The Hinterlands - West Hinterlands - Purple Lotus'), +(@OGUID+3143, @POOL_MOTHER+217, 0, 'The Hinterlands - West Hinterlands - Purple Lotus'), +(@OGUID+3152, @POOL_MOTHER+218, 0, 'The Hinterlands - West Hinterlands - Sungrass'), +(@OGUID+3158, @POOL_MOTHER+218, 0, 'The Hinterlands - West Hinterlands - Sungrass'), +(@OGUID+3159, @POOL_MOTHER+218, 0, 'The Hinterlands - West Hinterlands - Sungrass'), +(@OGUID+3160, @POOL_MOTHER+218, 0, 'The Hinterlands - West Hinterlands - Sungrass'), +(@OGUID+3163, @POOL_MOTHER+218, 0, 'The Hinterlands - West Hinterlands - Sungrass'), +(@OGUID+3166, @POOL_MOTHER+218, 0, 'The Hinterlands - West Hinterlands - Sungrass'), +(@OGUID+3167, @POOL_MOTHER+218, 0, 'The Hinterlands - West Hinterlands - Sungrass'), +(@OGUID+3178, @POOL_MOTHER+218, 0, 'The Hinterlands - West Hinterlands - Sungrass'), +(@OGUID+3181, @POOL_MOTHER+218, 0, 'The Hinterlands - West Hinterlands - Sungrass'), +(@OGUID+3183, @POOL_MOTHER+218, 0, 'The Hinterlands - West Hinterlands - Sungrass'), +(@OGUID+3184, @POOL_MOTHER+218, 0, 'The Hinterlands - West Hinterlands - Sungrass'), +(@OGUID+3187, @POOL_MOTHER+218, 0, 'The Hinterlands - West Hinterlands - Sungrass'), +(@OGUID+3188, @POOL_MOTHER+218, 0, 'The Hinterlands - West Hinterlands - Sungrass'), +(@OGUID+3190, @POOL_MOTHER+218, 0, 'The Hinterlands - West Hinterlands - Sungrass'), +(@OGUID+3191, @POOL_MOTHER+218, 0, 'The Hinterlands - West Hinterlands - Sungrass'), +(@OGUID+3192, @POOL_MOTHER+218, 0, 'The Hinterlands - West Hinterlands - Sungrass'), +(@OGUID+3193, @POOL_MOTHER+218, 0, 'The Hinterlands - West Hinterlands - Sungrass'), +(@OGUID+3194, @POOL_MOTHER+218, 0, 'The Hinterlands - West Hinterlands - Sungrass'), +(@OGUID+3195, @POOL_MOTHER+218, 0, 'The Hinterlands - West Hinterlands - Sungrass'), +(@OGUID+3196, @POOL_MOTHER+218, 0, 'The Hinterlands - West Hinterlands - Sungrass'), +(@OGUID+3198, @POOL_MOTHER+218, 0, 'The Hinterlands - West Hinterlands - Sungrass'), +(@OGUID+3199, @POOL_MOTHER+218, 0, 'The Hinterlands - West Hinterlands - Sungrass'), +(@OGUID+3201, @POOL_MOTHER+218, 0, 'The Hinterlands - West Hinterlands - Sungrass'), +(@OGUID+3205, @POOL_MOTHER+218, 0, 'The Hinterlands - West Hinterlands - Sungrass'), +(@OGUID+3230, @POOL_MOTHER+219, 0, 'The Hinterlands - West Hinterlands - Golden Sansam'), +(@OGUID+3231, @POOL_MOTHER+219, 0, 'The Hinterlands - West Hinterlands - Golden Sansam'), +(@OGUID+3238, @POOL_MOTHER+219, 0, 'The Hinterlands - West Hinterlands - Golden Sansam'), +(@OGUID+3241, @POOL_MOTHER+219, 0, 'The Hinterlands - West Hinterlands - Golden Sansam'), +(@OGUID+3242, @POOL_MOTHER+219, 0, 'The Hinterlands - West Hinterlands - Golden Sansam'), +(@OGUID+3243, @POOL_MOTHER+219, 0, 'The Hinterlands - West Hinterlands - Golden Sansam'), +(@OGUID+3244, @POOL_MOTHER+219, 0, 'The Hinterlands - West Hinterlands - Golden Sansam'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+213, 1, 'The Hinterlands - West Hinterlands - Liferoot - 1/2'), +(@POOL_MOTHER+214, 2, 'The Hinterlands - West Hinterlands - Fadeleaf - 2/6'), +(@POOL_MOTHER+215, 1, 'The Hinterlands - West Hinterlands - Khadgar\'s Whisker - 1/2'), +(@POOL_MOTHER+216, 3, 'The Hinterlands - West Hinterlands - Goldthorn - 3/10'), +(@POOL_MOTHER+217, 2, 'The Hinterlands - West Hinterlands - Purple Lotus - 2/8'), +(@POOL_MOTHER+218, 6, 'The Hinterlands - West Hinterlands - Sungrass - 6/24'), +(@POOL_MOTHER+219, 2, 'The Hinterlands - West Hinterlands - Golden Sansam - 2/7'); + +-- East Hinterlands +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+407, @POOL_MOTHER+220, 0, 'The Hinterlands - East Hinterlands - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+412, @POOL_MOTHER+220, 0, 'The Hinterlands - East Hinterlands - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+417, @POOL_MOTHER+220, 0, 'The Hinterlands - East Hinterlands - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+418, @POOL_MOTHER+220, 0, 'The Hinterlands - East Hinterlands - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+425, @POOL_MOTHER+220, 0, 'The Hinterlands - East Hinterlands - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+430, @POOL_MOTHER+220, 0, 'The Hinterlands - East Hinterlands - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+431, @POOL_MOTHER+220, 0, 'The Hinterlands - East Hinterlands - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+432, @POOL_MOTHER+220, 0, 'The Hinterlands - East Hinterlands - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+434, @POOL_MOTHER+220, 0, 'The Hinterlands - East Hinterlands - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+435, @POOL_MOTHER+220, 0, 'The Hinterlands - East Hinterlands - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+436, @POOL_MOTHER+220, 0, 'The Hinterlands - East Hinterlands - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+437, @POOL_MOTHER+220, 0, 'The Hinterlands - East Hinterlands - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+439, @POOL_MOTHER+220, 0, 'The Hinterlands - East Hinterlands - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+440, @POOL_MOTHER+220, 0, 'The Hinterlands - East Hinterlands - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+441, @POOL_MOTHER+220, 0, 'The Hinterlands - East Hinterlands - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+443, @POOL_MOTHER+220, 0, 'The Hinterlands - East Hinterlands - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+447, @POOL_MOTHER+220, 0, 'The Hinterlands - East Hinterlands - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+454, @POOL_MOTHER+220, 0, 'The Hinterlands - East Hinterlands - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+464, @POOL_MOTHER+220, 0, 'The Hinterlands - East Hinterlands - Mithril Deposit / Gold Vein / Truesilver Deposit'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+220, 5, 'The Hinterlands - East Hinterlands - Mithril Deposit / Gold Vein / Truesilver Deposit - 5/19'); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+3246, @POOL_MOTHER+221, 0, 'The Hinterlands - East Hinterlands - Liferoot'), +(@OGUID+3247, @POOL_MOTHER+221, 0, 'The Hinterlands - East Hinterlands - Liferoot'), +(@OGUID+3250, @POOL_MOTHER+221, 0, 'The Hinterlands - East Hinterlands - Liferoot'), +(@OGUID+3251, @POOL_MOTHER+221, 0, 'The Hinterlands - East Hinterlands - Liferoot'), +(@OGUID+3252, @POOL_MOTHER+221, 0, 'The Hinterlands - East Hinterlands - Liferoot'), +(@OGUID+3254, @POOL_MOTHER+222, 0, 'The Hinterlands - East Hinterlands - Fadeleaf'), +(@OGUID+3256, @POOL_MOTHER+222, 0, 'The Hinterlands - East Hinterlands - Fadeleaf'), +(@OGUID+3258, @POOL_MOTHER+222, 0, 'The Hinterlands - East Hinterlands - Fadeleaf'), +(@OGUID+3262, @POOL_MOTHER+222, 0, 'The Hinterlands - East Hinterlands - Fadeleaf'), +(@OGUID+3263, @POOL_MOTHER+223, 0, 'The Hinterlands - East Hinterlands - Khadgar\'s Whisker'), +(@OGUID+3264, @POOL_MOTHER+223, 0, 'The Hinterlands - East Hinterlands - Khadgar\'s Whisker'), +(@OGUID+3265, @POOL_MOTHER+223, 0, 'The Hinterlands - East Hinterlands - Khadgar\'s Whisker'), +(@OGUID+3266, @POOL_MOTHER+223, 0, 'The Hinterlands - East Hinterlands - Khadgar\'s Whisker'), +(@OGUID+3268, @POOL_MOTHER+223, 0, 'The Hinterlands - East Hinterlands - Khadgar\'s Whisker'), +(@OGUID+3269, @POOL_MOTHER+223, 0, 'The Hinterlands - East Hinterlands - Khadgar\'s Whisker'), +(@OGUID+3271, @POOL_MOTHER+223, 0, 'The Hinterlands - East Hinterlands - Khadgar\'s Whisker'), +(@OGUID+3272, @POOL_MOTHER+223, 0, 'The Hinterlands - East Hinterlands - Khadgar\'s Whisker'), +(@OGUID+3301, @POOL_MOTHER+224, 0, 'The Hinterlands - East Hinterlands - Goldthorn'), +(@OGUID+3304, @POOL_MOTHER+224, 0, 'The Hinterlands - East Hinterlands - Goldthorn'), +(@OGUID+3305, @POOL_MOTHER+224, 0, 'The Hinterlands - East Hinterlands - Goldthorn'), +(@OGUID+3306, @POOL_MOTHER+224, 0, 'The Hinterlands - East Hinterlands - Goldthorn'), +(@OGUID+3307, @POOL_MOTHER+224, 0, 'The Hinterlands - East Hinterlands - Goldthorn'), +(@OGUID+3308, @POOL_MOTHER+224, 0, 'The Hinterlands - East Hinterlands - Goldthorn'), +(@OGUID+3309, @POOL_MOTHER+224, 0, 'The Hinterlands - East Hinterlands - Goldthorn'), +(@OGUID+3310, @POOL_MOTHER+224, 0, 'The Hinterlands - East Hinterlands - Goldthorn'), +(@OGUID+3311, @POOL_MOTHER+224, 0, 'The Hinterlands - East Hinterlands - Goldthorn'), +(@OGUID+3312, @POOL_MOTHER+224, 0, 'The Hinterlands - East Hinterlands - Goldthorn'), +(@OGUID+3313, @POOL_MOTHER+224, 0, 'The Hinterlands - East Hinterlands - Goldthorn'), +(@OGUID+3316, @POOL_MOTHER+224, 0, 'The Hinterlands - East Hinterlands - Goldthorn'), +(@OGUID+3318, @POOL_MOTHER+224, 0, 'The Hinterlands - East Hinterlands - Goldthorn'), +(@OGUID+3323, @POOL_MOTHER+224, 0, 'The Hinterlands - East Hinterlands - Goldthorn'), +(@OGUID+3324, @POOL_MOTHER+224, 0, 'The Hinterlands - East Hinterlands - Goldthorn'), +(@OGUID+3108, @POOL_MOTHER+225, 0, 'The Hinterlands - East Hinterlands - Purple Lotus'), +(@OGUID+3111, @POOL_MOTHER+225, 0, 'The Hinterlands - East Hinterlands - Purple Lotus'), +(@OGUID+3121, @POOL_MOTHER+225, 0, 'The Hinterlands - East Hinterlands - Purple Lotus'), +(@OGUID+3122, @POOL_MOTHER+225, 0, 'The Hinterlands - East Hinterlands - Purple Lotus'), +(@OGUID+3123, @POOL_MOTHER+225, 0, 'The Hinterlands - East Hinterlands - Purple Lotus'), +(@OGUID+3137, @POOL_MOTHER+225, 0, 'The Hinterlands - East Hinterlands - Purple Lotus'), +(@OGUID+3138, @POOL_MOTHER+225, 0, 'The Hinterlands - East Hinterlands - Purple Lotus'), +(@OGUID+3153, @POOL_MOTHER+226, 0, 'The Hinterlands - East Hinterlands - Sungrass'), +(@OGUID+3154, @POOL_MOTHER+226, 0, 'The Hinterlands - East Hinterlands - Sungrass'), +(@OGUID+3155, @POOL_MOTHER+226, 0, 'The Hinterlands - East Hinterlands - Sungrass'), +(@OGUID+3156, @POOL_MOTHER+226, 0, 'The Hinterlands - East Hinterlands - Sungrass'), +(@OGUID+3157, @POOL_MOTHER+226, 0, 'The Hinterlands - East Hinterlands - Sungrass'), +(@OGUID+3161, @POOL_MOTHER+226, 0, 'The Hinterlands - East Hinterlands - Sungrass'), +(@OGUID+3162, @POOL_MOTHER+226, 0, 'The Hinterlands - East Hinterlands - Sungrass'), +(@OGUID+3164, @POOL_MOTHER+226, 0, 'The Hinterlands - East Hinterlands - Sungrass'), +(@OGUID+3165, @POOL_MOTHER+226, 0, 'The Hinterlands - East Hinterlands - Sungrass'), +(@OGUID+3168, @POOL_MOTHER+226, 0, 'The Hinterlands - East Hinterlands - Sungrass'), +(@OGUID+3169, @POOL_MOTHER+226, 0, 'The Hinterlands - East Hinterlands - Sungrass'), +(@OGUID+3170, @POOL_MOTHER+226, 0, 'The Hinterlands - East Hinterlands - Sungrass'), +(@OGUID+3171, @POOL_MOTHER+226, 0, 'The Hinterlands - East Hinterlands - Sungrass'), +(@OGUID+3172, @POOL_MOTHER+226, 0, 'The Hinterlands - East Hinterlands - Sungrass'), +(@OGUID+3173, @POOL_MOTHER+226, 0, 'The Hinterlands - East Hinterlands - Sungrass'), +(@OGUID+3174, @POOL_MOTHER+226, 0, 'The Hinterlands - East Hinterlands - Sungrass'), +(@OGUID+3175, @POOL_MOTHER+226, 0, 'The Hinterlands - East Hinterlands - Sungrass'), +(@OGUID+3176, @POOL_MOTHER+226, 0, 'The Hinterlands - East Hinterlands - Sungrass'), +(@OGUID+3177, @POOL_MOTHER+226, 0, 'The Hinterlands - East Hinterlands - Sungrass'), +(@OGUID+3179, @POOL_MOTHER+226, 0, 'The Hinterlands - East Hinterlands - Sungrass'), +(@OGUID+3180, @POOL_MOTHER+226, 0, 'The Hinterlands - East Hinterlands - Sungrass'), +(@OGUID+3182, @POOL_MOTHER+226, 0, 'The Hinterlands - East Hinterlands - Sungrass'), +(@OGUID+3185, @POOL_MOTHER+226, 0, 'The Hinterlands - East Hinterlands - Sungrass'), +(@OGUID+3186, @POOL_MOTHER+226, 0, 'The Hinterlands - East Hinterlands - Sungrass'), +(@OGUID+3189, @POOL_MOTHER+226, 0, 'The Hinterlands - East Hinterlands - Sungrass'), +(@OGUID+3197, @POOL_MOTHER+226, 0, 'The Hinterlands - East Hinterlands - Sungrass'), +(@OGUID+3200, @POOL_MOTHER+226, 0, 'The Hinterlands - East Hinterlands - Sungrass'), +(@OGUID+3202, @POOL_MOTHER+226, 0, 'The Hinterlands - East Hinterlands - Sungrass'), +(@OGUID+3203, @POOL_MOTHER+226, 0, 'The Hinterlands - East Hinterlands - Sungrass'), +(@OGUID+3204, @POOL_MOTHER+226, 0, 'The Hinterlands - East Hinterlands - Sungrass'), +(@OGUID+3206, @POOL_MOTHER+226, 0, 'The Hinterlands - East Hinterlands - Sungrass'), +(@OGUID+3229, @POOL_MOTHER+227, 0, 'The Hinterlands - East Hinterlands - Golden Sansam'), +(@OGUID+3232, @POOL_MOTHER+227, 0, 'The Hinterlands - East Hinterlands - Golden Sansam'), +(@OGUID+3233, @POOL_MOTHER+227, 0, 'The Hinterlands - East Hinterlands - Golden Sansam'), +(@OGUID+3237, @POOL_MOTHER+227, 0, 'The Hinterlands - East Hinterlands - Golden Sansam'), +(@OGUID+3239, @POOL_MOTHER+227, 0, 'The Hinterlands - East Hinterlands - Golden Sansam'), +(@OGUID+3240, @POOL_MOTHER+227, 0, 'The Hinterlands - East Hinterlands - Golden Sansam'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+221, 2, 'The Hinterlands - East Hinterlands - Liferoot - 2/5'), +(@POOL_MOTHER+222, 1, 'The Hinterlands - East Hinterlands - Fadeleaf - 1/4'), +(@POOL_MOTHER+223, 2, 'The Hinterlands - East Hinterlands - Khadgar\'s Whisker - 2/8'), +(@POOL_MOTHER+224, 4, 'The Hinterlands - East Hinterlands - Goldthorn - 4/15'), +(@POOL_MOTHER+225, 2, 'The Hinterlands - East Hinterlands - Purple Lotus - 2/7'), +(@POOL_MOTHER+226, 8, 'The Hinterlands - East Hinterlands - Sungrass - 8/31'), +(@POOL_MOTHER+227, 2, 'The Hinterlands - East Hinterlands - Golden Sansam - 2/6'); + +/* Arathi Highlands +Tin Vein (1732) -> Silver Vein (1733) +Iron Deposit (1735) -> Gold Vein (1734) -> Silver Vein (1733) +Mithril Deposit (2040) -> Gold Vein (1734) -> Truesilver Deposit (2047) +*/ +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`, `Comment`) VALUES +(@OGUID+3617, 1622, 0, 45, 0, 1, 1, -1096.9, -2921.88, 42.197, 4.71239, 0, 0, -0.707107, 0.707107, 900, 255, 1, '', 50664, NULL), +(@OGUID+3618, 1622, 0, 45, 0, 1, 1, -1664.37, -1769.13, 81.2792, 3.07177, 0, 0, 0.999391, 0.0349061, 900, 255, 1, '', 50664, NULL), +(@OGUID+3619, 1622, 0, 45, 0, 1, 1, -1723.8, -1832.74, 81.1296, 3.94445, 0, 0, -0.920505, 0.390732, 900, 255, 1, '', 48632, NULL), +(@OGUID+3620, 1622, 0, 45, 0, 1, 1, -1759.68, -1525.38, 60.9828, 2.05949, 0, 0, 0.857167, 0.515038, 900, 255, 1, '', 50664, NULL), +(@OGUID+3621, 1622, 0, 45, 0, 1, 1, -776.789, -1982.12, 34.4857, 1.22173, 0, 0, 0.573576, 0.819152, 900, 255, 1, '', 49345, NULL), +(@OGUID+3622, 1622, 0, 45, 0, 1, 1, -863.799, -2067.71, 34.5095, 4.90438, 0, 0, -0.636078, 0.771625, 900, 255, 1, '', 48120, NULL), +(@OGUID+3623, 1622, 0, 45, 0, 1, 1, -869.361, -2011.93, 34.3577, 1.78023, 0, 0, 0.777145, 0.629321, 900, 255, 1, '', 50172, NULL), +(@OGUID+3624, 1622, 0, 45, 0, 1, 1, -1649.61, -1919.43, 68.8551, 1.16937, 0, 0, 0.551936, 0.833886, 900, 255, 1, '', 52237, NULL), +(@OGUID+3625, 1622, 0, 45, 315, 1, 1, -1075.52, -2794.77, 42.197, 3.6652, 0, 0, -0.965925, 0.258821, 900, 255, 1, '', 45854, NULL), +(@OGUID+3626, 1623, 0, 45, 0, 1, 1, -1155.61, -2124.14, 65.7596, 6.02139, 0, 0, -0.130526, 0.991445, 900, 255, 1, '', 49936, NULL), +(@OGUID+3627, 1623, 0, 45, 0, 1, 1, -1178.42, -2048.25, 80.5063, 5.044, 0, 0, -0.580703, 0.814116, 900, 255, 1, '', 49345, NULL), +(@OGUID+3628, 1623, 0, 45, 0, 1, 1, -1200.07, -2025, 65.1737, 1.43117, 0, 0, 0.656058, 0.75471, 900, 255, 1, '', 50063, NULL), +(@OGUID+3629, 1623, 0, 45, 0, 1, 1, -1217.99, -2138.6, 72.9569, 3.89209, 0, 0, -0.930417, 0.366502, 900, 255, 1, '', 49936, NULL), +(@OGUID+3630, 1623, 0, 45, 0, 1, 1, -1252.72, -1853.49, 104.184, 0.785397, 0, 0, 0.382683, 0.92388, 900, 255, 1, '', 48632, NULL), +(@OGUID+3631, 1623, 0, 45, 0, 1, 1, -1678.06, -1441.07, 47.4573, 5.89921, 0, 0, -0.190808, 0.981627, 900, 255, 1, '', 48632, NULL), +(@OGUID+3632, 1623, 0, 45, 0, 1, 1, -1756.26, -3523.51, 72.5092, 5.044, 0, 0, -0.580703, 0.814116, 900, 255, 1, '', 49936, NULL), +(@OGUID+3633, 1623, 0, 45, 0, 1, 1, -1780.45, -2093.27, 82.2684, 5.75959, 0, 0, -0.258819, 0.965926, 900, 255, 1, '', 48632, NULL), +(@OGUID+3634, 1623, 0, 45, 0, 1, 1, -1815.8, -1959.13, 71.8475, 1.0821, 0, 0, 0.515038, 0.857168, 900, 255, 1, '', 50664, NULL), +(@OGUID+3635, 1623, 0, 45, 0, 1, 1, -1846.42, -1501.6, 52.674, 0.349065, 0, 0, 0.173648, 0.984808, 900, 255, 1, '', 50664, NULL), +(@OGUID+3636, 1623, 0, 45, 0, 1, 1, -1934.32, -2887.86, 99.6247, 3.68265, 0, 0, -0.96363, 0.267241, 900, 255, 1, '', 49345, NULL), +(@OGUID+3637, 1623, 0, 45, 0, 1, 1, -1953.65, -1621.69, 50.6998, 3.14159, 0, 0, -1, 0, 900, 255, 1, '', 49345, NULL), +(@OGUID+3638, 1623, 0, 45, 0, 1, 1, -2050.49, -2709.37, 86.1875, 1.39626, 0, 0, 0.642787, 0.766045, 900, 255, 1, '', 50664, NULL), +(@OGUID+3639, 1623, 0, 45, 0, 1, 1, -633.374, -2060.6, 67.0973, 1.69297, 0, 0, 0.748956, 0.66262, 900, 255, 1, '', 49345, NULL), +(@OGUID+3640, 1623, 0, 45, 0, 1, 1, -699.046, -2187.5, 82.7515, 5.34071, 0, 0, -0.45399, 0.891007, 900, 255, 1, '', 49936, NULL), +(@OGUID+3641, 1623, 0, 45, 0, 1, 1, -749.011, -3410.89, 90.186, 5.72468, 0, 0, -0.275637, 0.961262, 900, 255, 1, '', 50063, NULL), +(@OGUID+3642, 1623, 0, 45, 0, 1, 1, -755.853, -2290.78, 62.4308, 0, 0, 0, 0, 1, 900, 255, 1, '', 50172, NULL), +(@OGUID+3643, 1623, 0, 45, 0, 1, 1, -863.463, -2444.09, 64.1538, 4.13643, 0, 0, -0.878817, 0.47716, 900, 255, 1, '', 50664, NULL), +(@OGUID+3644, 1623, 0, 45, 0, 1, 1, -989.06, -3809.53, 140.694, 5.93412, 0, 0, -0.173648, 0.984808, 900, 255, 1, '', 50664, NULL), +(@OGUID+3645, 1623, 0, 45, 35, 1, 1, -759.119, -3284.12, 84.5637, 2.28638, 0, 0, 0.909961, 0.414694, 900, 255, 1, '', 48632, NULL), +(@OGUID+3646, 1623, 0, 45, 460, 1, 1, -1056.01, -3760.48, 107.311, 3.194, 0, 0, -0.999657, 0.0262016, 900, 255, 1, '', 50664, NULL), +(@OGUID+3647, 1623, 0, 45, 460, 1, 1, -1262.55, -1934.37, 78.2009, 2.07694, 0, 0, 0.861629, 0.507539, 900, 255, 1, '', 50664, NULL), +(@OGUID+3648, 1623, 0, 45, 460, 1, 1, -1783.34, -1445.12, 78.2442, 2.35619, 0, 0, 0.92388, 0.382683, 900, 255, 1, '', 50664, NULL), +(@OGUID+3649, 1623, 0, 45, 460, 1, 1, -1828.69, -1807.54, 58.9707, 0.104719, 0, 0, 0.0523357, 0.99863, 900, 255, 1, '', 50664, NULL), +(@OGUID+3650, 1623, 0, 45, 460, 1, 1, -1935.64, -3158.9, 84.3655, 1.58825, 0, 0, 0.71325, 0.70091, 900, 255, 1, '', 50664, NULL), +(@OGUID+3651, 1623, 0, 45, 460, 1, 1, -881.09, -2529.14, 70.8584, 6.0912, 0, 0, -0.0958452, 0.995396, 900, 255, 1, '', 50664, NULL), +(@OGUID+3652, 1623, 0, 45, 0, 1, 1, -1905.36, -1663.11, 68.2803, 0.314158, 0, 0, 0.156434, 0.987688, 900, 255, 1, '', 46902, NULL), +(@OGUID+3653, 1623, 0, 45, 0, 1, 1, -1984.48, -2369.75, 87.083, 3.61284, 0, 0, -0.972369, 0.233448, 900, 255, 1, '', 52237, NULL), +(@OGUID+3654, 1623, 0, 45, 0, 1, 1, -805.965, -2409.28, 70.0148, 5.51524, 0, 0, -0.374606, 0.927184, 900, 255, 1, '', 52237, NULL), +(@OGUID+3655, 1623, 0, 45, 313, 1, 1, -649.711, -2131.39, 79.6602, 3.61284, 0, 0, -0.972369, 0.233448, 900, 255, 1, '', 46902, NULL), +(@OGUID+3656, 1623, 0, 45, 313, 1, 1, -676.339, -2124.9, 58.6958, 1.0472, 0, 0, 0.5, 0.866025, 900, 255, 1, '', 46158, NULL), +(@OGUID+3657, 1623, 0, 45, 317, 1, 1, -1925.43, -3260.48, 76.7621, 1.65806, 0, 0, 0.737277, 0.675591, 900, 255, 1, '', 46902, NULL), +(@OGUID+3658, 1623, 0, 45, 318, 1, 1, -1026.27, -3804.79, 149.82, 5.18363, 0, 0, -0.522498, 0.85264, 900, 255, 1, '', 47168, NULL), +(@OGUID+3659, 1623, 0, 45, 321, 1, 1, -1853.31, -1739.57, 62.6701, 4.4855, 0, 0, -0.782608, 0.622515, 900, 255, 1, '', 52237, NULL), +(@OGUID+3660, 1623, 0, 45, 321, 1, 1, -687.647, -2225.17, 66.1894, 4.7473, 0, 0, -0.694658, 0.71934, 900, 255, 1, '', 50664, NULL), +(@OGUID+3661, 1624, 0, 45, 0, 1, 1, -1026.27, -2298.38, 43.4967, 5.02655, 0, 0, -0.587785, 0.809017, 900, 255, 1, '', 50664, NULL), +(@OGUID+3662, 1624, 0, 45, 0, 1, 1, -1053.47, -1787.58, 59.3678, 0.750491, 0, 0, 0.366501, 0.930418, 900, 255, 1, '', 48632, NULL), +(@OGUID+3663, 1624, 0, 45, 0, 1, 1, -1077.16, -2522.21, 54.5256, 3.78737, 0, 0, -0.948323, 0.317306, 900, 255, 1, '', 50664, NULL), +(@OGUID+3664, 1624, 0, 45, 0, 1, 1, -1081.28, -3111.25, 48.0621, 5.06146, 0, 0, -0.573576, 0.819152, 900, 255, 1, '', 49345, NULL), +(@OGUID+3665, 1624, 0, 45, 0, 1, 1, -1090.85, -2608.37, 48.9337, 0.331611, 0, 0, 0.165047, 0.986286, 900, 255, 1, '', 48120, NULL), +(@OGUID+3666, 1624, 0, 45, 0, 1, 1, -1120.17, -2289.11, 50.1323, 4.15388, 0, 0, -0.874619, 0.48481, 900, 255, 1, '', 49936, NULL), +(@OGUID+3667, 1624, 0, 45, 0, 1, 1, -1163.82, -1529.36, 56.8556, 4.4855, 0, 0, -0.782608, 0.622515, 900, 255, 1, '', 50664, NULL), +(@OGUID+3668, 1624, 0, 45, 0, 1, 1, -1193.48, -3173.99, 42.3659, 0.401425, 0, 0, 0.199368, 0.979925, 900, 255, 1, '', 47966, NULL), +(@OGUID+3669, 1624, 0, 45, 0, 1, 1, -1215.86, -2982.48, 46.8069, 2.70526, 0, 0, 0.976295, 0.216442, 900, 255, 1, '', 49345, NULL), +(@OGUID+3670, 1624, 0, 45, 0, 1, 1, -1250.13, -3383.25, 37.3728, 2.84488, 0, 0, 0.989016, 0.147811, 900, 255, 1, '', 50664, NULL), +(@OGUID+3671, 1624, 0, 45, 0, 1, 1, -1264.63, -2279.34, 57.1287, 5.16618, 0, 0, -0.529919, 0.848048, 900, 255, 1, '', 48632, NULL), +(@OGUID+3672, 1624, 0, 45, 0, 1, 1, -1286.38, -2007.3, 62.2712, 0.0174525, 0, 0, 0.00872612, 0.999962, 900, 255, 1, '', 50664, NULL), +(@OGUID+3673, 1624, 0, 45, 0, 1, 1, -1347.04, -2376.29, 63.4075, 5.75959, 0, 0, -0.258819, 0.965926, 900, 255, 1, '', 50664, NULL), +(@OGUID+3674, 1624, 0, 45, 0, 1, 1, -1347.5, -3081.15, 36.6623, 3.87463, 0, 0, -0.93358, 0.358368, 900, 255, 1, '', 49345, NULL), +(@OGUID+3675, 1624, 0, 45, 0, 1, 1, -1349.13, -3284.67, 45.117, 1.85005, 0, 0, 0.798635, 0.601815, 900, 255, 1, '', 47966, NULL), +(@OGUID+3676, 1624, 0, 45, 0, 1, 1, -1351.42, -3415.08, 48.1881, 5.18363, 0, 0, -0.522498, 0.85264, 900, 255, 1, '', 49936, NULL), +(@OGUID+3677, 1624, 0, 45, 0, 1, 1, -1351.68, -1546.78, 46.9995, 2.51327, 0, 0, 0.951056, 0.309017, 900, 255, 1, '', 50664, NULL), +(@OGUID+3678, 1624, 0, 45, 0, 1, 1, -1453.69, -2851.24, 40.1021, 5.23599, 0, 0, -0.5, 0.866025, 900, 255, 1, '', 48120, NULL), +(@OGUID+3679, 1624, 0, 45, 0, 1, 1, -1686.45, -2779.43, 46.748, 2.72271, 0, 0, 0.978148, 0.207912, 900, 255, 1, '', 49345, NULL), +(@OGUID+3680, 1624, 0, 45, 0, 1, 1, -949.071, -3219.16, 68.0548, 2.23402, 0, 0, 0.898793, 0.438373, 900, 255, 1, '', 49936, NULL), +(@OGUID+3681, 1624, 0, 45, 0, 1, 1, -949.591, -2384.23, 46.5482, 1.51844, 0, 0, 0.688354, 0.725374, 900, 255, 1, '', 48632, NULL), +(@OGUID+3682, 1624, 0, 45, 0, 1, 1, -984.745, -3346.48, 56.8505, 5.75959, 0, 0, -0.258819, 0.965926, 900, 255, 1, '', 48632, NULL), +(@OGUID+3683, 1624, 0, 45, 9, 1, 1, -1726.49, -2720.18, 41.8945, 3.4034, 0, 0, -0.991445, 0.130528, 900, 255, 1, '', 48632, NULL), +(@OGUID+3684, 1624, 0, 45, 0, 1, 1, -1240.48, -1672.71, 57.7778, 2.86234, 0, 0, 0.990268, 0.139175, 900, 255, 1, '', 49822, NULL), +(@OGUID+3685, 1624, 0, 45, 460, 1, 1, -1052.49, -1983.44, 67.8225, 3.78737, 0, 0, -0.948323, 0.317306, 900, 255, 1, '', 50664, NULL), +(@OGUID+3686, 1624, 0, 45, 460, 1, 1, -1275.89, -2752.05, 51.2921, 3.64774, 0, 0, -0.968147, 0.250381, 900, 255, 1, '', 50664, NULL), +(@OGUID+3687, 1624, 0, 45, 460, 1, 1, -1753.49, -3076.76, 27.4752, 3.927, 0, 0, -0.923879, 0.382686, 900, 255, 1, '', 50664, NULL), +(@OGUID+3688, 1624, 0, 45, 0, 1, 1, -1053.47, -1913.41, 62.1433, 4.97419, 0, 0, -0.608761, 0.793354, 900, 255, 1, '', 52237, NULL), +(@OGUID+3689, 1624, 0, 45, 0, 1, 1, -1078.73, -3248.5, 36.6129, 1.36136, 0, 0, 0.62932, 0.777146, 900, 255, 1, '', 52237, NULL), +(@OGUID+3690, 1624, 0, 45, 0, 1, 1, -1252.62, -2880.29, 43.9085, 1.02974, 0, 0, 0.492423, 0.870356, 900, 255, 1, '', 47168, NULL), +(@OGUID+3691, 1624, 0, 45, 0, 1, 1, -1257.3, -3514.04, 42.5837, 2.93214, 0, 0, 0.994521, 0.104536, 900, 255, 1, '', 52237, NULL), +(@OGUID+3692, 1624, 0, 45, 0, 1, 1, -1355.84, -3012.1, 41.9774, 2.21657, 0, 0, 0.894934, 0.446199, 900, 255, 1, '', 51739, NULL), +(@OGUID+3693, 1624, 0, 45, 45, 1, 1, -1546.05, -2410.19, 76.3865, 5.11382, 0, 0, -0.551936, 0.833886, 900, 255, 1, '', 46902, NULL), +(@OGUID+3694, 1628, 0, 45, 0, 1, 1, -1492.62, -1855.8, 68.6593, 2.18166, 0, 0, 0.887011, 0.461749, 900, 255, 1, '', 50664, NULL), +(@OGUID+3695, 1628, 0, 45, 0, 1, 1, -1527.81, -1921.94, 68.5282, 4.38078, 0, 0, -0.814116, 0.580703, 900, 255, 1, '', 48632, NULL), +(@OGUID+3696, 1628, 0, 45, 460, 1, 1, -1515.81, -1899.49, 68.2952, 1.95477, 0, 0, 0.829038, 0.559193, 900, 255, 1, '', 50664, NULL), +(@OGUID+3697, 1628, 0, 45, 0, 1, 1, -1500.25, -1885.15, 68.4893, 0.680677, 0, 0, 0.333806, 0.942642, 900, 255, 1, '', 52237, NULL), +(@OGUID+3698, 1628, 0, 45, 321, 1, 1, -1517.81, -1918.35, 68.7376, 2.32129, 0, 0, 0.91706, 0.39875, 900, 255, 1, '', 52237, NULL), +(@OGUID+3699, 2041, 0, 45, 0, 1, 1, -1425.22, -1941.9, 46.956, 2.11185, 0, 0, 0.870356, 0.492424, 900, 255, 1, '', 49345, NULL), +(@OGUID+3700, 2041, 0, 45, 0, 1, 1, -1449.73, -1713.25, 53.5984, 1.72787, 0, 0, 0.760406, 0.649449, 900, 255, 1, '', 48632, NULL), +(@OGUID+3701, 2041, 0, 45, 0, 1, 1, -1455.35, -1925.88, 50.5102, 6.14356, 0, 0, -0.0697556, 0.997564, 900, 255, 1, '', 50664, NULL), +(@OGUID+3702, 2041, 0, 45, 0, 1, 1, -1667.67, -3433.21, 44.3018, 2.53072, 0, 0, 0.953716, 0.300708, 900, 255, 1, '', 50664, NULL), +(@OGUID+3703, 2041, 0, 45, 0, 1, 1, -1823.54, -2461.07, 52.6159, 5.09636, 0, 0, -0.559193, 0.829038, 900, 255, 1, '', 48632, NULL), +(@OGUID+3704, 2041, 0, 45, 0, 1, 1, -1853.69, -2548.98, 54.381, 4.76475, 0, 0, -0.688354, 0.725374, 900, 255, 1, '', 47966, NULL), +(@OGUID+3705, 2041, 0, 45, 0, 1, 1, -1950.31, -2507.08, 72.3042, 1.22173, 0, 0, 0.573576, 0.819152, 900, 255, 1, '', 48632, NULL), +(@OGUID+3706, 2041, 0, 45, 0, 1, 1, -2015.39, -2512.9, 72.7827, 4.7473, 0, 0, -0.694658, 0.71934, 900, 255, 1, '', 49345, NULL), +(@OGUID+3707, 2041, 0, 45, 0, 1, 1, -2085.59, -2513.78, 73.9728, 4.31097, 0, 0, -0.833885, 0.551938, 900, 255, 1, '', 48120, NULL), +(@OGUID+3708, 2041, 0, 45, 460, 1, 1, -1400.24, -1704.12, 48.3906, 1.78023, 0, 0, 0.777145, 0.629321, 900, 255, 1, '', 50664, NULL), +(@OGUID+3709, 2041, 0, 45, 460, 1, 1, -1707.68, -3243.31, 25.8156, 2.89725, 0, 0, 0.992546, 0.12187, 900, 255, 1, '', 50664, NULL), +(@OGUID+3710, 2041, 0, 45, 460, 1, 1, -1739.47, -3243.1, 24.8213, 2.67035, 0, 0, 0.972369, 0.233448, 900, 255, 1, '', 50664, NULL), +(@OGUID+3711, 2041, 0, 45, 460, 1, 1, -1812.9, -3302.8, 27.5366, 2.87979, 0, 0, 0.991445, 0.130528, 900, 255, 1, '', 50664, NULL), +(@OGUID+3712, 2041, 0, 45, 0, 1, 1, -1335.85, -1732.77, 55.816, 3.31614, 0, 0, -0.996194, 0.087165, 900, 255, 1, '', 52237, NULL), +(@OGUID+3713, 2041, 0, 45, 0, 1, 1, -1779.89, -2486.7, 55.347, 4.03171, 0, 0, -0.902585, 0.430512, 900, 255, 1, '', 52237, NULL), +(@OGUID+3714, 2041, 0, 45, 317, 1, 1, -1617.19, -3345.49, 26.5272, 1.83259, 0, 0, 0.793353, 0.608762, 900, 255, 1, '', 52237, NULL), +(@OGUID+3715, 2041, 0, 45, 317, 1, 1, -1637.36, -3380.72, 24.5497, 2.67035, 0, 0, 0.972369, 0.233448, 900, 255, 1, '', 47168, NULL), +(@OGUID+3716, 2041, 0, 45, 317, 1, 1, -1711.67, -3364.19, 29.0055, 3.89209, 0, 0, -0.930417, 0.366502, 900, 255, 1, '', 46902, NULL), +(@OGUID+3717, 2041, 0, 45, 317, 1, 1, -1745.89, -3344.36, 24.6225, 5.58505, 0, 0, -0.34202, 0.939693, 900, 255, 1, '', 52237, NULL), +(@OGUID+3718, 2041, 0, 45, 317, 1, 1, -1777.67, -3250.41, 27.0759, 4.67748, 0, 0, -0.719339, 0.694659, 900, 255, 1, '', 52237, NULL), +(@OGUID+3719, 2041, 0, 45, 317, 1, 1, -1781.46, -3360.29, 32.6288, 0.855211, 0, 0, 0.414693, 0.909961, 900, 255, 1, '', 46902, NULL), +(@OGUID+3720, 2042, 0, 45, 0, 1, 1, -1044.91, -3256.63, 39.844, 3.10665, 0, 0, 0.999847, 0.0174693, 900, 255, 1, '', 49345, NULL), +(@OGUID+3721, 2042, 0, 45, 0, 1, 1, -1110.98, -3047.87, 43.4221, 2.70526, 0, 0, 0.976295, 0.216442, 900, 255, 1, '', 50664, NULL), +(@OGUID+3722, 2042, 0, 45, 0, 1, 1, -1133.5, -1909.23, 78.3627, 1.69297, 0, 0, 0.748956, 0.66262, 900, 255, 1, '', 49345, NULL), +(@OGUID+3723, 2042, 0, 45, 0, 1, 1, -1153.02, -3243.16, 32.381, 5.79449, 0, 0, -0.241921, 0.970296, 900, 255, 1, '', 47966, NULL), +(@OGUID+3724, 2042, 0, 45, 0, 1, 1, -1288.56, -2720.4, 49.7565, 0.226892, 0, 0, 0.113203, 0.993572, 900, 255, 1, '', 50172, NULL), +(@OGUID+3725, 2042, 0, 45, 0, 1, 1, -1445.92, -2131.08, 18.7754, 0.820303, 0, 0, 0.398748, 0.91706, 900, 255, 1, '', 50664, NULL), +(@OGUID+3726, 2042, 0, 45, 0, 1, 1, -1525.59, -2820.52, 38.0459, 1.78023, 0, 0, 0.777145, 0.629321, 900, 255, 1, '', 48120, NULL), +(@OGUID+3727, 2042, 0, 45, 0, 1, 1, -1627.39, -2028.06, 31.5625, 1.44862, 0, 0, 0.66262, 0.748956, 900, 255, 1, '', 50664, NULL), +(@OGUID+3728, 2042, 0, 45, 0, 1, 1, -1709.05, -2766.96, 50.4259, 1.88495, 0, 0, 0.809016, 0.587786, 900, 255, 1, '', 50664, NULL), +(@OGUID+3729, 2042, 0, 45, 0, 1, 1, -1735.1, -2164.65, 47.8397, 2.3911, 0, 0, 0.930417, 0.366502, 900, 255, 1, '', 48632, NULL), +(@OGUID+3730, 2042, 0, 45, 0, 1, 1, -1738.53, -2889.54, 41.5868, 4.79966, 0, 0, -0.67559, 0.737278, 900, 255, 1, '', 49345, NULL), +(@OGUID+3731, 2042, 0, 45, 0, 1, 1, -950.238, -1885.39, 67.2441, 4.41568, 0, 0, -0.803857, 0.594823, 900, 255, 1, '', 49936, NULL), +(@OGUID+3732, 2042, 0, 45, 0, 1, 1, -962.771, -3266.38, 66.1804, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 49345, NULL), +(@OGUID+3733, 2042, 0, 45, 0, 1, 1, -996.4, -1638.04, 37.1822, 1.18682, 0, 0, 0.559193, 0.829038, 900, 255, 1, '', 50375, NULL), +(@OGUID+3734, 2042, 0, 45, 460, 1, 1, -1659.83, -3041.93, 25.1543, 0.279252, 0, 0, 0.139173, 0.990268, 900, 255, 1, '', 50664, NULL), +(@OGUID+3735, 2042, 0, 45, 460, 1, 1, -771.258, -2188.94, 45.1676, 1.02974, 0, 0, 0.492423, 0.870356, 900, 255, 1, '', 50664, NULL), +(@OGUID+3736, 2042, 0, 45, 0, 1, 1, -914.123, -3341.35, 75.6305, 2.35619, 0, 0, 0.92388, 0.382683, 900, 255, 1, '', 52237, NULL), +(@OGUID+3737, 2042, 0, 45, 313, 1, 1, -668.487, -2055.72, 56.3554, 0.523598, 0, 0, 0.258819, 0.965926, 900, 255, 1, '', 46902, NULL), +(@OGUID+3738, 2042, 0, 45, 314, 1, 1, -1682.14, -2967.36, 38.6792, 4.20625, 0, 0, -0.861629, 0.507539, 900, 255, 1, '', 45613, NULL), +(@OGUID+3739, 2042, 0, 45, 317, 1, 1, -1740.71, -2982.65, 34.2299, 5.74214, 0, 0, -0.267238, 0.963631, 900, 255, 1, '', 52237, NULL), +(@OGUID+3740, 2042, 0, 45, 321, 1, 1, -657.878, -1925.95, 60.6006, 6.19592, 0, 0, -0.0436192, 0.999048, 900, 255, 1, '', 50664, NULL), +(@OGUID+3741, 2042, 0, 45, 335, 1, 1, -1611.3, -2204.29, 32.2381, 1.97222, 0, 0, 0.833885, 0.551938, 900, 255, 1, '', 52237, NULL), +(@OGUID+3742, 2043, 0, 45, 0, 1, 1, -1005.75, -2761.2, 49.9008, 2.74016, 0, 0, 0.979924, 0.19937, 900, 255, 1, '', 49936, NULL), +(@OGUID+3743, 2043, 0, 45, 0, 1, 1, -1025.81, -2997.91, 54.5303, 5.89921, 0, 0, -0.190808, 0.981627, 900, 255, 1, '', 49936, NULL), +(@OGUID+3744, 2043, 0, 45, 0, 1, 1, -1064.96, -3020.41, 55.4701, 3.4383, 0, 0, -0.989016, 0.147811, 900, 255, 1, '', 49345, NULL), +(@OGUID+3745, 2043, 0, 45, 0, 1, 1, -1099.63, -3592.36, 41.9442, 5.79449, 0, 0, -0.241921, 0.970296, 900, 255, 1, '', 48632, NULL), +(@OGUID+3746, 2043, 0, 45, 0, 1, 1, -1111.34, -3313.98, 50.7871, 1.88495, 0, 0, 0.809016, 0.587786, 900, 255, 1, '', 50063, NULL), +(@OGUID+3747, 2043, 0, 45, 0, 1, 1, -1186.68, -1422.74, 61.8339, 2.00713, 0, 0, 0.843391, 0.5373, 900, 255, 1, '', 49345, NULL), +(@OGUID+3748, 2043, 0, 45, 0, 1, 1, -1211.48, -2189.9, 57.4285, 4.04917, 0, 0, -0.898793, 0.438373, 900, 255, 1, '', 48632, NULL), +(@OGUID+3749, 2043, 0, 45, 0, 1, 1, -1235.56, -2184.15, 60.848, 0.977383, 0, 0, 0.469471, 0.882948, 900, 255, 1, '', 49936, NULL), +(@OGUID+3750, 2043, 0, 45, 0, 1, 1, -1256.4, -1633.42, 49.7173, 5.044, 0, 0, -0.580703, 0.814116, 900, 255, 1, '', 49345, NULL), +(@OGUID+3751, 2043, 0, 45, 0, 1, 1, -1337.62, -3171.37, 36.8362, 0.575957, 0, 0, 0.284015, 0.95882, 900, 255, 1, '', 48632, NULL), +(@OGUID+3752, 2043, 0, 45, 0, 1, 1, -1600.69, -2382.19, 100.831, 2.25147, 0, 0, 0.902585, 0.430512, 900, 255, 1, '', 50375, NULL), +(@OGUID+3753, 2043, 0, 45, 0, 1, 1, -1652.72, -3462.09, 54.7456, 3.73501, 0, 0, -0.956305, 0.292372, 900, 255, 1, '', 50664, NULL), +(@OGUID+3754, 2043, 0, 45, 0, 1, 1, -1712.81, -3476.88, 53.6383, 1.44862, 0, 0, 0.66262, 0.748956, 900, 255, 1, '', 50664, NULL), +(@OGUID+3755, 2043, 0, 45, 0, 1, 1, -1778.8, -3402.01, 44.5693, 3.87463, 0, 0, -0.93358, 0.358368, 900, 255, 1, '', 49936, NULL), +(@OGUID+3756, 2043, 0, 45, 0, 1, 1, -833.354, -3573.68, 75.1468, 2.16421, 0, 0, 0.882947, 0.469473, 900, 255, 1, '', 48632, NULL), +(@OGUID+3757, 2043, 0, 45, 0, 1, 1, -869.581, -3139.85, 76.249, 5.07891, 0, 0, -0.566406, 0.824126, 900, 255, 1, '', 50664, NULL), +(@OGUID+3758, 2043, 0, 45, 0, 1, 1, -873.379, -2402.82, 57.2111, 3.64774, 0, 0, -0.968147, 0.250381, 900, 255, 1, '', 48632, NULL), +(@OGUID+3759, 2043, 0, 45, 0, 1, 1, -908.19, -3015.49, 86.7728, 4.2237, 0, 0, -0.857167, 0.515038, 900, 255, 1, '', 49345, NULL), +(@OGUID+3760, 2043, 0, 45, 0, 1, 1, -919.183, -2928.73, 70.8146, 1.02974, 0, 0, 0.492423, 0.870356, 900, 255, 1, '', 49936, NULL), +(@OGUID+3761, 2043, 0, 45, 0, 1, 1, -975.438, -2790.05, 58.9458, 5.68977, 0, 0, -0.292372, 0.956305, 900, 255, 1, '', 50664, NULL), +(@OGUID+3762, 2043, 0, 45, 0, 1, 1, -998.321, -2613.74, 59.0053, 2.65289, 0, 0, 0.970295, 0.241925, 900, 255, 1, '', 49345, NULL), +(@OGUID+3763, 2043, 0, 45, 460, 1, 1, -1325.07, -2853.97, 54.0805, 1.88495, 0, 0, 0.809016, 0.587786, 900, 255, 1, '', 50664, NULL), +(@OGUID+3764, 2043, 0, 45, 460, 1, 1, -1416.04, -3391.61, 48.8052, 3.7001, 0, 0, -0.961261, 0.27564, 900, 255, 1, '', 50664, NULL), +(@OGUID+3765, 2043, 0, 45, 460, 1, 1, -1622.52, -3419.83, 43.3906, 6.16101, 0, 0, -0.0610485, 0.998135, 900, 255, 1, '', 50664, NULL), +(@OGUID+3766, 2043, 0, 45, 460, 1, 1, -1686.26, -3196.85, 29.4435, 4.50295, 0, 0, -0.777145, 0.629321, 900, 255, 1, '', 50664, NULL), +(@OGUID+3767, 2043, 0, 45, 460, 1, 1, -1699.07, -3122.09, 33.9823, 0.506145, 0, 0, 0.25038, 0.968148, 900, 255, 1, '', 50664, NULL), +(@OGUID+3768, 2043, 0, 45, 460, 1, 1, -1803.52, -3141.65, 41.2629, 3.45576, 0, 0, -0.987688, 0.156436, 900, 255, 1, '', 50664, NULL), +(@OGUID+3769, 2043, 0, 45, 460, 1, 1, -1841.77, -3362.61, 49.3108, 0.453785, 0, 0, 0.224951, 0.97437, 900, 255, 1, '', 50664, NULL), +(@OGUID+3770, 2043, 0, 45, 314, 1, 1, -1640.56, -3274.57, 24.9171, 4.7822, 0, 0, -0.681998, 0.731354, 900, 255, 1, '', 46902, NULL), +(@OGUID+3771, 2043, 0, 45, 317, 1, 1, -1631.01, -3255.72, 29.7153, 1.32645, 0, 0, 0.615661, 0.788011, 900, 255, 1, '', 52237, NULL), +(@OGUID+3772, 2043, 0, 45, 317, 1, 1, -1802.22, -3083.24, 43.3628, 0.785397, 0, 0, 0.382683, 0.92388, 900, 255, 1, '', 52237, NULL), +(@OGUID+3773, 2043, 0, 45, 317, 1, 1, -1811.35, -3218.45, 33.4678, 1.91986, 0, 0, 0.819152, 0.573577, 900, 255, 1, '', 52237, NULL), +(@OGUID+3774, 2043, 0, 45, 317, 1, 1, -1837.5, -3274.79, 38.2603, 5.75959, 0, 0, -0.258819, 0.965926, 900, 255, 1, '', 52237, NULL), +(@OGUID+3775, 2046, 0, 45, 0, 1, 1, -1008.22, -1751.14, 46.6344, 5.8294, 0, 0, -0.224951, 0.97437, 900, 255, 1, '', 49345, NULL), +(@OGUID+3776, 2046, 0, 45, 0, 1, 1, -1008.8, -2537.52, 59.8594, 1.22173, 0, 0, 0.573576, 0.819152, 900, 255, 1, '', 48632, NULL), +(@OGUID+3777, 2046, 0, 45, 0, 1, 1, -1020.92, -2702.52, 51.9567, 2.35619, 0, 0, 0.92388, 0.382683, 900, 255, 1, '', 49936, NULL), +(@OGUID+3778, 2046, 0, 45, 0, 1, 1, -1031.36, -3711.92, 94.4584, 3.97935, 0, 0, -0.913545, 0.406738, 900, 255, 1, '', 50664, NULL), +(@OGUID+3779, 2046, 0, 45, 0, 1, 1, -1069.87, -1611.4, 46.1645, 3.35105, 0, 0, -0.994521, 0.104536, 900, 255, 1, '', 49345, NULL), +(@OGUID+3780, 2046, 0, 45, 0, 1, 1, -1108.3, -2353.25, 50.4907, 4.90438, 0, 0, -0.636078, 0.771625, 900, 255, 1, '', 49936, NULL), +(@OGUID+3781, 2046, 0, 45, 0, 1, 1, -1143.61, -2419.61, 52.9614, 3.71755, 0, 0, -0.958819, 0.284016, 900, 255, 1, '', 48632, NULL), +(@OGUID+3782, 2046, 0, 45, 0, 1, 1, -1166.56, -2248.82, 55.3638, 3.14159, 0, 0, -1, 0, 900, 255, 1, '', 49936, NULL), +(@OGUID+3783, 2046, 0, 45, 0, 1, 1, -1181.47, -3084.28, 44.6811, 6.17847, 0, 0, -0.0523357, 0.99863, 900, 255, 1, '', 50664, NULL), +(@OGUID+3784, 2046, 0, 45, 0, 1, 1, -1191, -2335.38, 61.453, 1.29154, 0, 0, 0.601814, 0.798636, 900, 255, 1, '', 48632, NULL), +(@OGUID+3785, 2046, 0, 45, 0, 1, 1, -1194.23, -1973.19, 70.4671, 2.35619, 0, 0, 0.92388, 0.382683, 900, 255, 1, '', 49345, NULL), +(@OGUID+3786, 2046, 0, 45, 0, 1, 1, -1264.6, -2940.26, 43.759, 6.02139, 0, 0, -0.130526, 0.991445, 900, 255, 1, '', 49936, NULL), +(@OGUID+3787, 2046, 0, 45, 0, 1, 1, -1274.86, -1488.95, 62.0622, 0.680677, 0, 0, 0.333806, 0.942642, 900, 255, 1, '', 48632, NULL), +(@OGUID+3788, 2046, 0, 45, 0, 1, 1, -1299.32, -2316.38, 61.1865, 5.77704, 0, 0, -0.25038, 0.968148, 900, 255, 1, '', 50664, NULL), +(@OGUID+3789, 2046, 0, 45, 0, 1, 1, -1307.03, -3513.28, 54.3482, 1.25664, 0, 0, 0.587785, 0.809017, 900, 255, 1, '', 49936, NULL), +(@OGUID+3790, 2046, 0, 45, 0, 1, 1, -1681.95, -2841.92, 45.2879, 5.44543, 0, 0, -0.406736, 0.913546, 900, 255, 1, '', 48632, NULL), +(@OGUID+3791, 2046, 0, 45, 0, 1, 1, -1692.98, -2382.04, 37.5889, 5.74214, 0, 0, -0.267238, 0.963631, 900, 255, 1, '', 50375, NULL), +(@OGUID+3792, 2046, 0, 45, 0, 1, 1, -1779.05, -1391.67, 45.4381, 4.34587, 0, 0, -0.824126, 0.566406, 900, 255, 1, '', 48632, NULL), +(@OGUID+3793, 2046, 0, 45, 0, 1, 1, -1789.37, -2527.05, 59.8264, 1.29154, 0, 0, 0.601814, 0.798636, 900, 255, 1, '', 48632, NULL), +(@OGUID+3794, 2046, 0, 45, 0, 1, 1, -1847.43, -2637.66, 59.014, 5.00909, 0, 0, -0.594823, 0.803857, 900, 255, 1, '', 50063, NULL), +(@OGUID+3795, 2046, 0, 45, 0, 1, 1, -1854.84, -1542.01, 64.4842, 2.80998, 0, 0, 0.986285, 0.16505, 900, 255, 1, '', 48632, NULL), +(@OGUID+3796, 2046, 0, 45, 0, 1, 1, -1968.88, -2554.31, 75.2514, 0.802851, 0, 0, 0.390731, 0.920505, 900, 255, 1, '', 49345, NULL), +(@OGUID+3797, 2046, 0, 45, 0, 1, 1, -2065.22, -2674.7, 86.9053, 2.23402, 0, 0, 0.898793, 0.438373, 900, 255, 1, '', 49345, NULL), +(@OGUID+3798, 2046, 0, 45, 0, 1, 1, -2069.82, -2537.25, 80.8448, 4.01426, 0, 0, -0.906307, 0.422619, 900, 255, 1, '', 48120, NULL), +(@OGUID+3799, 2046, 0, 45, 0, 1, 1, -591.491, -1840.91, 57.5376, 3.6652, 0, 0, -0.965925, 0.258821, 900, 255, 1, '', 49345, NULL), +(@OGUID+3800, 2046, 0, 45, 0, 1, 1, -753.136, -2057.97, 39.9314, 3.71755, 0, 0, -0.958819, 0.284016, 900, 255, 1, '', 49345, NULL), +(@OGUID+3801, 2046, 0, 45, 0, 1, 1, -791.741, -3356.27, 86.3275, 4.88692, 0, 0, -0.642787, 0.766045, 900, 255, 1, '', 48632, NULL), +(@OGUID+3802, 2046, 0, 45, 0, 1, 1, -793.96, -3207.02, 87.3358, 3.57793, 0, 0, -0.976295, 0.216442, 900, 255, 1, '', 50664, NULL), +(@OGUID+3803, 2046, 0, 45, 0, 1, 1, -806.16, -3584.53, 81.9184, 2.67035, 0, 0, 0.972369, 0.233448, 900, 255, 1, '', 50664, NULL), +(@OGUID+3804, 2046, 0, 45, 0, 1, 1, -843.388, -1725.92, 58.0707, 2.54818, 0, 0, 0.956305, 0.292372, 900, 255, 1, '', 50664, NULL), +(@OGUID+3805, 2046, 0, 45, 0, 1, 1, -878.963, -2348.63, 59.4464, 0.750491, 0, 0, 0.366501, 0.930418, 900, 255, 1, '', 48120, NULL), +(@OGUID+3806, 2046, 0, 45, 0, 1, 1, -911.921, -1891.85, 71.4452, 5.34071, 0, 0, -0.45399, 0.891007, 900, 255, 1, '', 48120, NULL), +(@OGUID+3807, 2046, 0, 45, 0, 1, 1, -950.858, -2239.76, 54.3306, 5.88176, 0, 0, -0.199368, 0.979925, 900, 255, 1, '', 50664, NULL), +(@OGUID+3808, 2046, 0, 45, 0, 1, 1, -952.627, -1819.1, 59.0047, 0.366518, 0, 0, 0.182235, 0.983255, 900, 255, 1, '', 50172, NULL), +(@OGUID+3809, 2046, 0, 45, 0, 1, 1, -1938.13, -2390.06, 77.0251, 0.680677, 0, 0, 0.333806, 0.942642, 900, 255, 1, '', 49822, NULL), +(@OGUID+3810, 2046, 0, 45, 0, 1, 1, -928.493, -1555, 57.1926, 1.88495, 0, 0, 0.809016, 0.587786, 900, 255, 1, '', 52237, NULL), +(@OGUID+3811, 2046, 0, 45, 460, 1, 1, -1645.62, -1495.3, 49.6567, 0.453785, 0, 0, 0.224951, 0.97437, 900, 255, 1, '', 50664, NULL), +(@OGUID+3812, 2046, 0, 45, 460, 1, 1, -1960.76, -2669.37, 85.4559, 1.78023, 0, 0, 0.777145, 0.629321, 900, 255, 1, '', 50664, NULL), +(@OGUID+3813, 2046, 0, 45, 460, 1, 1, -804.534, -3596.95, 78.1736, 5.28835, 0, 0, -0.477159, 0.878817, 900, 255, 1, '', 50664, NULL), +(@OGUID+3814, 2046, 0, 45, 4620, 1, 1, -1033.84, -2618.83, 57.3154, 1.27409, 0, 0, 0.594822, 0.803857, 900, 255, 1, '', 50250, NULL), +(@OGUID+3815, 2046, 0, 45, 0, 1, 1, -1344.72, -2790.36, 55.4686, 4.17134, 0, 0, -0.870356, 0.492424, 900, 255, 1, '', 52237, NULL), +(@OGUID+3816, 2046, 0, 45, 0, 1, 1, -1519.52, -1558.75, 48.0533, 5.28835, 0, 0, -0.477159, 0.878817, 900, 255, 1, '', 52237, NULL), +(@OGUID+3817, 2046, 0, 45, 313, 1, 1, -678.993, -2016.39, 59.6948, 1.3439, 0, 0, 0.622514, 0.782609, 900, 255, 1, '', 46902, NULL), +(@OGUID+3818, 2046, 0, 45, 321, 1, 1, -916.123, -3631.37, 86.0909, 1.74533, 0, 0, 0.766044, 0.642789, 900, 255, 1, '', 53788, NULL), +(@OGUID+3819, 1732, 0, 45, 0, 1, 1, -1887.24, -2292.26, 61.2686, 5.79449, 0, 0, -0.241921, 0.970296, 900, 255, 1, '', 50664, NULL), +(@OGUID+3820, 1732, 0, 45, 0, 1, 1, -1735.06, -3433.71, 55.8404, 1.71042, 0, 0, 0.754709, 0.656059, 900, 255, 1, '', 50664, NULL), +(@OGUID+3821, 1732, 0, 45, 317, 1, 1, -1734.98, -3102.7, 25.0462, 2.42601, 0, 0, 0.936672, 0.350207, 900, 255, 1, '', 46902, NULL), +(@OGUID+3822, 1732, 0, 45, 0, 1, 1, -1678, -2606.31, 61.6783, 4.59022, 0, 0, -0.748956, 0.66262, 900, 255, 1, '', 48632, NULL), +(@OGUID+3823, 1732, 0, 45, 0, 1, 1, -1614.11, -1993.65, 36.8947, 3.10665, 0, 0, 0.999847, 0.0174693, 900, 255, 1, '', 49345, NULL), +(@OGUID+3824, 1732, 0, 45, 460, 1, 1, -1585.11, -2329.29, 87.4846, 1.23918, 0, 0, 0.580703, 0.814116, 900, 255, 1, '', 50664, NULL), +(@OGUID+3825, 1732, 0, 45, 0, 1, 1, -1568.49, -2074.03, 37.9544, 2.26893, 0, 0, 0.906307, 0.422619, 900, 255, 1, '', 50664, NULL), +(@OGUID+3826, 1732, 0, 45, 0, 1, 1, -1539.82, -2277.77, 34.7815, 4.59022, 0, 0, -0.748956, 0.66262, 900, 255, 1, '', 52237, NULL), +(@OGUID+3827, 1732, 0, 45, 0, 1, 1, -1482.43, -1532.45, 62.7249, 5.8294, 0, 0, -0.224951, 0.97437, 900, 255, 1, '', 49345, NULL), +(@OGUID+3828, 1732, 0, 45, 0, 1, 1, -1441.19, -2172.02, 23.7131, 1.58825, 0, 0, 0.71325, 0.70091, 900, 255, 1, '', 49936, NULL), +(@OGUID+3829, 1732, 0, 45, 460, 1, 1, -1436.69, -1717.95, 56.1873, 0.0349062, 0, 0, 0.0174522, 0.999848, 900, 255, 1, '', 50664, NULL), +(@OGUID+3830, 1732, 0, 45, 0, 1, 1, -1398.59, -1485.99, 67.5944, 1.11701, 0, 0, 0.529919, 0.848048, 900, 255, 1, '', 48632, NULL), +(@OGUID+3831, 1732, 0, 45, 0, 1, 1, -1391.16, -2574.25, 84.4007, 5.44543, 0, 0, -0.406736, 0.913546, 900, 255, 1, '', 50664, NULL), +(@OGUID+3832, 1732, 0, 45, 0, 1, 1, -1309.58, -2312.32, 64.8675, 2.58308, 0, 0, 0.961261, 0.27564, 900, 255, 1, '', 49345, NULL), +(@OGUID+3833, 1732, 0, 45, 0, 1, 1, -1278.39, -1489.21, 65.222, 0.558504, 0, 0, 0.275637, 0.961262, 900, 255, 1, '', 49345, NULL), +(@OGUID+3834, 1732, 0, 45, 0, 1, 1, -1216.11, -2781.92, 55.7147, 1.58825, 0, 0, 0.71325, 0.70091, 900, 255, 1, '', 50664, NULL), +(@OGUID+3835, 1732, 0, 45, 0, 1, 1, -1194.75, -1983.38, 73.9694, 2.61799, 0, 0, 0.965925, 0.258821, 900, 255, 1, '', 49936, NULL), +(@OGUID+3836, 1732, 0, 45, 0, 1, 1, -1179.43, -1668.41, 52.748, 2.04204, 0, 0, 0.85264, 0.522499, 900, 255, 1, '', 50664, NULL), +(@OGUID+3837, 1732, 0, 45, 0, 1, 1, -1125.3, -2600.46, 62.6392, 5.25344, 0, 0, -0.492423, 0.870356, 900, 255, 1, '', 48120, NULL), +(@OGUID+3838, 1732, 0, 45, 0, 1, 1, -1114.41, -2361.25, 51.8908, 6.14356, 0, 0, -0.0697556, 0.997564, 900, 255, 1, '', 49936, NULL), +(@OGUID+3839, 1732, 0, 45, 0, 1, 1, -1080.33, -1610.24, 51.8741, 2.26893, 0, 0, 0.906307, 0.422619, 900, 255, 1, '', 48632, NULL), +(@OGUID+3840, 1732, 0, 45, 315, 1, 1, -1005.18, -2712.79, 62.6548, 0.0523589, 0, 0, 0.0261765, 0.999657, 900, 255, 1, '', 52237, NULL), +(@OGUID+3841, 1732, 0, 45, 0, 1, 1, -955.414, -2974.05, 75.8139, 5.58505, 0, 0, -0.34202, 0.939693, 900, 255, 1, '', 49345, NULL), +(@OGUID+3842, 1732, 0, 45, 0, 1, 1, -915.045, -1890.88, 72.8949, 2.91469, 0, 0, 0.993571, 0.113208, 900, 255, 1, '', 48632, NULL), +(@OGUID+3843, 1732, 0, 45, 0, 1, 1, -842.215, -1726.95, 56.9253, 2.58308, 0, 0, 0.961261, 0.27564, 900, 255, 1, '', 50063, NULL), +(@OGUID+3844, 1732, 0, 45, 0, 1, 1, -692.266, -2099.61, 56.2173, 5.23599, 0, 0, -0.5, 0.866025, 900, 255, 1, '', 49936, NULL), +(@OGUID+3845, 1733, 0, 45, 0, 1, 1, -1887.24, -2292.26, 61.2686, 5.79449, 0, 0, -0.241921, 0.970296, 900, 255, 1, '', 50664, NULL), +(@OGUID+3846, 1733, 0, 45, 0, 1, 1, -1735.06, -3433.71, 55.8404, 1.71042, 0, 0, 0.754709, 0.656059, 900, 255, 1, '', 50664, NULL), +(@OGUID+3847, 1733, 0, 45, 317, 1, 1, -1734.98, -3102.7, 25.0462, 2.42601, 0, 0, 0.936672, 0.350207, 900, 255, 1, '', 46902, NULL), +(@OGUID+3848, 1733, 0, 45, 0, 1, 1, -1678, -2606.31, 61.6783, 4.59022, 0, 0, -0.748956, 0.66262, 900, 255, 1, '', 48632, NULL), +(@OGUID+3849, 1733, 0, 45, 0, 1, 1, -1614.11, -1993.65, 36.8947, 3.10665, 0, 0, 0.999847, 0.0174693, 900, 255, 1, '', 49345, NULL), +(@OGUID+3850, 1733, 0, 45, 460, 1, 1, -1585.11, -2329.29, 87.4846, 1.23918, 0, 0, 0.580703, 0.814116, 900, 255, 1, '', 50664, NULL), +(@OGUID+3851, 1733, 0, 45, 0, 1, 1, -1568.49, -2074.03, 37.9544, 2.26893, 0, 0, 0.906307, 0.422619, 900, 255, 1, '', 50664, NULL), +(@OGUID+3852, 1733, 0, 45, 0, 1, 1, -1539.82, -2277.77, 34.7815, 4.59022, 0, 0, -0.748956, 0.66262, 900, 255, 1, '', 52237, NULL), +(@OGUID+3853, 1733, 0, 45, 0, 1, 1, -1482.43, -1532.45, 62.7249, 5.8294, 0, 0, -0.224951, 0.97437, 900, 255, 1, '', 49345, NULL), +(@OGUID+3854, 1733, 0, 45, 0, 1, 1, -1441.19, -2172.02, 23.7131, 1.58825, 0, 0, 0.71325, 0.70091, 900, 255, 1, '', 49936, NULL), +(@OGUID+3855, 1733, 0, 45, 460, 1, 1, -1436.69, -1717.95, 56.1873, 0.0349062, 0, 0, 0.0174522, 0.999848, 900, 255, 1, '', 50664, NULL), +(@OGUID+3856, 1733, 0, 45, 0, 1, 1, -1398.59, -1485.99, 67.5944, 1.11701, 0, 0, 0.529919, 0.848048, 900, 255, 1, '', 48632, NULL), +(@OGUID+3857, 1733, 0, 45, 0, 1, 1, -1391.16, -2574.25, 84.4007, 5.44543, 0, 0, -0.406736, 0.913546, 900, 255, 1, '', 50664, NULL), +(@OGUID+3858, 1733, 0, 45, 0, 1, 1, -1309.58, -2312.32, 64.8675, 2.58308, 0, 0, 0.961261, 0.27564, 900, 255, 1, '', 49345, NULL), +(@OGUID+3859, 1733, 0, 45, 0, 1, 1, -1278.39, -1489.21, 65.222, 0.558504, 0, 0, 0.275637, 0.961262, 900, 255, 1, '', 49345, NULL), +(@OGUID+3860, 1733, 0, 45, 0, 1, 1, -1216.11, -2781.92, 55.7147, 1.58825, 0, 0, 0.71325, 0.70091, 900, 255, 1, '', 50664, NULL), +(@OGUID+3861, 1733, 0, 45, 0, 1, 1, -1194.75, -1983.38, 73.9694, 2.61799, 0, 0, 0.965925, 0.258821, 900, 255, 1, '', 49936, NULL), +(@OGUID+3862, 1733, 0, 45, 0, 1, 1, -1179.43, -1668.41, 52.748, 2.04204, 0, 0, 0.85264, 0.522499, 900, 255, 1, '', 50664, NULL), +(@OGUID+3863, 1733, 0, 45, 0, 1, 1, -1125.3, -2600.46, 62.6392, 5.25344, 0, 0, -0.492423, 0.870356, 900, 255, 1, '', 48120, NULL), +(@OGUID+3864, 1733, 0, 45, 0, 1, 1, -1114.41, -2361.25, 51.8908, 6.14356, 0, 0, -0.0697556, 0.997564, 900, 255, 1, '', 49936, NULL), +(@OGUID+3865, 1733, 0, 45, 0, 1, 1, -1080.33, -1610.24, 51.8741, 2.26893, 0, 0, 0.906307, 0.422619, 900, 255, 1, '', 48632, NULL), +(@OGUID+3866, 1733, 0, 45, 315, 1, 1, -1005.18, -2712.79, 62.6548, 0.0523589, 0, 0, 0.0261765, 0.999657, 900, 255, 1, '', 52237, NULL), +(@OGUID+3867, 1733, 0, 45, 0, 1, 1, -955.414, -2974.05, 75.8139, 5.58505, 0, 0, -0.34202, 0.939693, 900, 255, 1, '', 49345, NULL), +(@OGUID+3868, 1733, 0, 45, 0, 1, 1, -915.045, -1890.88, 72.8949, 2.91469, 0, 0, 0.993571, 0.113208, 900, 255, 1, '', 48632, NULL), +(@OGUID+3869, 1733, 0, 45, 0, 1, 1, -842.215, -1726.95, 56.9253, 2.58308, 0, 0, 0.961261, 0.27564, 900, 255, 1, '', 50063, NULL), +(@OGUID+3870, 1733, 0, 45, 0, 1, 1, -692.266, -2099.61, 56.2173, 5.23599, 0, 0, -0.5, 0.866025, 900, 255, 1, '', 49936, NULL), +(@OGUID+3871, 1735, 0, 45, 317, 1, 1, -1967.31, -3303.95, 56.4634, 1.6057, 0, 0, 0.719339, 0.694659, 900, 255, 1, '', 52237, NULL), +(@OGUID+3872, 1735, 0, 45, 0, 1, 1, -2045.15, -2790.11, 71.8366, 4.08407, 0, 0, -0.891006, 0.453991, 900, 255, 1, '', 50664, NULL), +(@OGUID+3873, 1735, 0, 45, 0, 1, 1, -2372.2, -1556.79, -45.2468, 3.7001, 0, 0, -0.961261, 0.27564, 900, 255, 1, '', 50664, NULL), +(@OGUID+3874, 1735, 0, 45, 0, 1, 1, -2359.63, -1755.91, -19.707, 3.00195, 0, 0, 0.997563, 0.0697661, 900, 255, 1, '', 49345, NULL), +(@OGUID+3875, 1735, 0, 45, 328, 1, 1, -2292.2, -1679.02, -62.0117, 0.226892, 0, 0, 0.113203, 0.993572, 900, 255, 1, '', 52237, NULL), +(@OGUID+3876, 1735, 0, 45, 0, 1, 1, -2280.09, -1525.94, -33.5753, 1.39626, 0, 0, 0.642787, 0.766045, 900, 255, 1, '', 48632, NULL), +(@OGUID+3877, 1735, 0, 45, 0, 1, 1, -2249.11, -1888.32, 18.0896, 4.39823, 0, 0, -0.809016, 0.587786, 900, 255, 1, '', 50664, NULL), +(@OGUID+3878, 1735, 0, 45, 0, 1, 1, -2241.74, -1640.24, -21.8187, 0.558504, 0, 0, 0.275637, 0.961262, 900, 255, 1, '', 48632, NULL), +(@OGUID+3879, 1735, 0, 45, 0, 1, 1, -2183.83, -1728.47, -63.0671, 1.46608, 0, 0, 0.66913, 0.743145, 900, 255, 1, '', 49345, NULL), +(@OGUID+3880, 1735, 0, 45, 0, 1, 1, -2147.86, -1558.83, -47.3161, 2.33874, 0, 0, 0.920505, 0.390732, 900, 255, 1, '', 49345, NULL), +(@OGUID+3881, 1735, 0, 45, 0, 1, 1, -2119.26, -1633.36, -26.2676, 4.2237, 0, 0, -0.857167, 0.515038, 900, 255, 1, '', 50250, NULL), +(@OGUID+3882, 1735, 0, 45, 316, 1, 1, -2102.87, -2828.6, 79.0172, 3.38594, 0, 0, -0.992546, 0.12187, 900, 255, 1, '', 47168, NULL), +(@OGUID+3883, 1735, 0, 45, 317, 1, 1, -2099.46, -3265.8, 51.4725, 1.93731, 0, 0, 0.824125, 0.566408, 900, 255, 1, '', 46902, NULL), +(@OGUID+3884, 1735, 0, 45, 460, 1, 1, -2089.75, -2849.91, 78.4582, 2.30383, 0, 0, 0.913545, 0.406738, 900, 255, 1, '', 50664, NULL), +(@OGUID+3885, 1735, 0, 45, 316, 1, 1, -2067.97, -2818.12, 81.2574, 0.994837, 0, 0, 0.477159, 0.878817, 900, 255, 1, '', 52237, NULL), +(@OGUID+3886, 1735, 0, 45, 0, 1, 1, -2060.62, -2789.07, 68.599, 1.15192, 0, 0, 0.544639, 0.838671, 900, 255, 1, '', 50664, NULL), +(@OGUID+3887, 1735, 0, 45, 460, 1, 1, -2029.64, -3307.34, 54.9377, 2.02458, 0, 0, 0.848047, 0.529921, 900, 255, 1, '', 50664, NULL), +(@OGUID+3888, 1735, 0, 45, 317, 1, 1, -2012.62, -3390.32, 52.3592, 2.93214, 0, 0, 0.994521, 0.104536, 900, 255, 1, '', 46902, NULL), +(@OGUID+3889, 1735, 0, 45, 0, 1, 1, -2005.38, -2816.19, 77.8807, 5.98648, 0, 0, -0.147809, 0.989016, 900, 255, 1, '', 49345, NULL), +(@OGUID+3890, 1735, 0, 45, 0, 1, 1, -1997.32, -2702.11, 86.2068, 1.3439, 0, 0, 0.622514, 0.782609, 900, 255, 1, '', 49345, NULL), +(@OGUID+3891, 1735, 0, 45, 0, 1, 1, -1982.09, -2808.73, 86.8473, 5.13127, 0, 0, -0.544639, 0.838671, 900, 255, 1, '', 49345, NULL), +(@OGUID+3892, 1735, 0, 45, 0, 1, 1, -1974.64, -2760.31, 80.9394, 0.314158, 0, 0, 0.156434, 0.987688, 900, 255, 1, '', 49345, NULL), +(@OGUID+3893, 1735, 0, 45, 316, 1, 1, -1973.45, -2920.69, 80.74, 0.523598, 0, 0, 0.258819, 0.965926, 900, 255, 1, '', 47168, NULL), +(@OGUID+3894, 1735, 0, 45, 0, 1, 1, -1966.82, -2875.04, 78.3628, 2.89725, 0, 0, 0.992546, 0.12187, 900, 255, 1, '', 50664, NULL), +(@OGUID+3895, 1735, 0, 45, 0, 1, 1, -1966.79, -2348.83, 60.9744, 4.62512, 0, 0, -0.737277, 0.675591, 900, 255, 1, '', 52237, NULL), +(@OGUID+3896, 1735, 0, 45, 460, 1, 1, -1937.67, -3216.95, 78.7885, 5.86431, 0, 0, -0.207911, 0.978148, 900, 255, 1, '', 50664, NULL), +(@OGUID+3897, 1735, 0, 45, 0, 1, 1, -1935.9, -2793.63, 82.0799, 2.00713, 0, 0, 0.843391, 0.5373, 900, 255, 1, '', 52237, NULL), +(@OGUID+3898, 1735, 0, 45, 460, 1, 1, -1908.4, -3042.94, 70.0447, 4.66003, 0, 0, -0.725374, 0.688355, 900, 255, 1, '', 50664, NULL), +(@OGUID+3899, 1735, 0, 45, 460, 1, 1, -1906.57, -3145.93, 69.5193, 2.53072, 0, 0, 0.953716, 0.300708, 900, 255, 1, '', 50664, NULL), +(@OGUID+3900, 1735, 0, 45, 317, 1, 1, -1904.85, -3380.88, 76.3063, 2.79252, 0, 0, 0.984807, 0.173652, 900, 255, 1, '', 46902, NULL), +(@OGUID+3901, 1735, 0, 45, 0, 1, 1, -1892.92, -2863.2, 69.9444, 1.48353, 0, 0, 0.67559, 0.737278, 900, 255, 1, '', 52237, NULL), +(@OGUID+3902, 1735, 0, 45, 0, 1, 1, -1844.39, -2797.95, 63.7121, 5.39307, 0, 0, -0.430511, 0.902586, 900, 255, 1, '', 49345, NULL), +(@OGUID+3903, 1735, 0, 45, 317, 1, 1, -1754.28, -3379.13, 41.0831, 4.57276, 0, 0, -0.754709, 0.656059, 900, 255, 1, '', 52237, NULL), +(@OGUID+3904, 1735, 0, 45, 0, 1, 1, -1748.22, -2094.48, 68.8157, 2.70526, 0, 0, 0.976295, 0.216442, 900, 255, 1, '', 49345, NULL), +(@OGUID+3905, 1735, 0, 45, 0, 1, 1, -1739.74, -3479.38, 58.7864, 5.86431, 0, 0, -0.207911, 0.978148, 900, 255, 1, '', 49936, NULL), +(@OGUID+3906, 1735, 0, 45, 460, 1, 1, -1709.25, -3219.01, 37.5768, 2.46091, 0, 0, 0.942641, 0.333808, 900, 255, 1, '', 50664, NULL), +(@OGUID+3907, 1735, 0, 45, 35, 1, 1, -1684.47, -2838, 43.3192, 4.46804, 0, 0, -0.788011, 0.615662, 900, 255, 1, '', 47612, NULL), +(@OGUID+3908, 1735, 0, 45, 0, 1, 1, -1662.89, -3521.96, 71.4645, 3.01941, 0, 0, 0.998135, 0.0610518, 900, 255, 1, '', 49936, NULL), +(@OGUID+3909, 1735, 0, 45, 460, 1, 1, -1618.12, -2121.86, 31.3074, 3.01941, 0, 0, 0.998135, 0.0610518, 900, 255, 1, '', 50664, NULL), +(@OGUID+3910, 1735, 0, 45, 0, 1, 1, -1513.85, -3394.19, 54.8384, 0.471238, 0, 0, 0.233445, 0.97237, 900, 255, 1, '', 49936, NULL), +(@OGUID+3911, 1735, 0, 45, 460, 1, 1, -1391.31, -3408.41, 55.6804, 0.558504, 0, 0, 0.275637, 0.961262, 900, 255, 1, '', 50664, NULL), +(@OGUID+3912, 1735, 0, 45, 0, 1, 1, -1378.18, -3469.35, 62.7929, 1.97222, 0, 0, 0.833885, 0.551938, 900, 255, 1, '', 47168, NULL), +(@OGUID+3913, 1735, 0, 45, 0, 1, 1, -1321.91, -3414.91, 48.8469, 1.41372, 0, 0, 0.649447, 0.760406, 900, 255, 1, '', 52237, NULL), +(@OGUID+3914, 1735, 0, 45, 0, 1, 1, -1306.28, -2825.75, 56.2672, 1.58825, 0, 0, 0.71325, 0.70091, 900, 255, 1, '', 49936, NULL), +(@OGUID+3915, 1735, 0, 45, 460, 1, 1, -1281.79, -2677.53, 66.1927, 2.11185, 0, 0, 0.870356, 0.492424, 900, 255, 1, '', 50664, NULL), +(@OGUID+3916, 1735, 0, 45, 460, 1, 1, -1259.59, -2936.51, 39.8619, 4.15388, 0, 0, -0.874619, 0.48481, 900, 255, 1, '', 50664, NULL), +(@OGUID+3917, 1735, 0, 45, 0, 1, 1, -1251.96, -2055.88, 77.5748, 3.42085, 0, 0, -0.990268, 0.139175, 900, 255, 1, '', 48632, NULL), +(@OGUID+3918, 1735, 0, 45, 0, 1, 1, -1251.6, -2065.47, 50.7246, 0.087266, 0, 0, 0.0436192, 0.999048, 900, 255, 1, '', 50063, NULL), +(@OGUID+3919, 1735, 0, 45, 0, 1, 1, -1242.73, -2000.77, 42.0287, 2.04204, 0, 0, 0.85264, 0.522499, 900, 255, 1, '', 50063, NULL), +(@OGUID+3920, 1735, 0, 45, 0, 1, 1, -1228.73, -1993.95, 36.6098, 3.76991, 0, 0, -0.951056, 0.309017, 900, 255, 1, '', 49936, NULL), +(@OGUID+3921, 1735, 0, 45, 0, 1, 1, -1220.4, -2039.04, 43.7159, 1.71042, 0, 0, 0.754709, 0.656059, 900, 255, 1, '', 49345, NULL), +(@OGUID+3922, 1735, 0, 45, 0, 1, 1, -1192.32, -1953.69, 26.9048, 1.36136, 0, 0, 0.62932, 0.777146, 900, 255, 1, '', 49345, NULL), +(@OGUID+3923, 1735, 0, 45, 0, 1, 1, -1189.47, -3085.4, 47.0624, 4.95674, 0, 0, -0.615661, 0.788011, 900, 255, 1, '', 49345, NULL), +(@OGUID+3924, 1735, 0, 45, 0, 1, 1, -1168.9, -2260.43, 61.133, 2.44346, 0, 0, 0.939692, 0.34202, 900, 255, 1, '', 49936, NULL), +(@OGUID+3925, 1735, 0, 45, 0, 1, 1, -1161.66, -2044.55, 37.005, 0.296705, 0, 0, 0.147809, 0.989016, 900, 255, 1, '', 49936, NULL), +(@OGUID+3926, 1735, 0, 45, 1858, 1, 1, -1139.77, -2089.06, 71.3311, 2.40855, 0, 0, 0.93358, 0.358368, 900, 255, 1, '', 52237, NULL), +(@OGUID+3927, 1735, 0, 45, 460, 1, 1, -1010.44, -1754.39, 47.7019, 6.14356, 0, 0, -0.0697556, 0.997564, 900, 255, 1, '', 50664, NULL), +(@OGUID+3928, 1735, 0, 45, 35, 1, 1, -990.192, -2587.46, 65.2202, 1.97222, 0, 0, 0.833885, 0.551938, 900, 255, 1, '', 47612, NULL), +(@OGUID+3929, 1735, 0, 45, 0, 1, 1, -972.981, -3184.12, 52.1261, 5.49779, 0, 0, -0.382683, 0.92388, 900, 255, 1, '', 49345, NULL), +(@OGUID+3930, 1735, 0, 45, 0, 1, 1, -961.645, -2236.57, 58.6912, 3.47321, 0, 0, -0.986285, 0.16505, 900, 255, 1, '', 48632, NULL), +(@OGUID+3931, 1735, 0, 45, 318, 1, 1, -949.486, -3910.12, 149.206, 4.39823, 0, 0, -0.809016, 0.587786, 900, 255, 1, '', 52237, NULL), +(@OGUID+3932, 1735, 0, 45, 0, 1, 1, -942.624, -3954.16, 146.634, 6.03884, 0, 0, -0.121869, 0.992546, 900, 255, 1, '', 50664, NULL), +(@OGUID+3933, 1735, 0, 45, 0, 1, 1, -936.717, -1556.4, 58.4301, 2.32129, 0, 0, 0.91706, 0.39875, 900, 255, 1, '', 49936, NULL), +(@OGUID+3934, 1735, 0, 45, 0, 1, 1, -915.477, -1973.57, 53.7444, 1.71042, 0, 0, 0.754709, 0.656059, 900, 255, 1, '', 50172, NULL), +(@OGUID+3935, 1735, 0, 45, 321, 1, 1, -914.584, -3627.3, 88.1162, 2.72271, 0, 0, 0.978148, 0.207912, 900, 255, 1, '', 52237, NULL), +(@OGUID+3936, 1735, 0, 45, 0, 1, 1, -892.058, -2428.34, 62.8315, 3.03684, 0, 0, 0.998629, 0.0523532, 900, 255, 1, '', 50664, NULL), +(@OGUID+3937, 1735, 0, 45, 0, 1, 1, -890.106, -2366.57, 67.8352, 0.349065, 0, 0, 0.173648, 0.984808, 900, 255, 1, '', 46248, NULL), +(@OGUID+3938, 1735, 0, 45, 0, 1, 1, -887.304, -3083.02, 50.8085, 1.36136, 0, 0, 0.62932, 0.777146, 900, 255, 1, '', 52237, NULL), +(@OGUID+3939, 1735, 0, 45, 0, 1, 1, -877.246, -3966.93, 135.393, 1.0821, 0, 0, 0.515038, 0.857168, 900, 255, 1, '', 49345, NULL), +(@OGUID+3940, 1735, 0, 45, 0, 1, 1, -871.734, -3928.11, 132.047, 0.767944, 0, 0, 0.374606, 0.927184, 900, 255, 1, '', 49345, NULL), +(@OGUID+3941, 1735, 0, 45, 0, 1, 1, -870.664, -3417.08, 81.2847, 0.331611, 0, 0, 0.165047, 0.986286, 900, 255, 1, '', 50063, NULL), +(@OGUID+3942, 1735, 0, 45, 9, 1, 1, -861.309, -1812.96, 46.9976, 4.57276, 0, 0, -0.754709, 0.656059, 900, 255, 1, '', 48632, NULL), +(@OGUID+3943, 1735, 0, 45, 318, 1, 1, -847.617, -3965.75, 150.471, 0.226892, 0, 0, 0.113203, 0.993572, 900, 255, 1, '', 52237, NULL), +(@OGUID+3944, 1735, 0, 45, 321, 1, 1, -824.069, -3644.92, 91.11, 4.45059, 0, 0, -0.793353, 0.608762, 900, 255, 1, '', 52237, NULL), +(@OGUID+3945, 1735, 0, 45, 0, 1, 1, -809.747, -2334.22, 71.9745, 4.71239, 0, 0, -0.707107, 0.707107, 900, 255, 1, '', 49936, NULL), +(@OGUID+3946, 1735, 0, 45, 0, 1, 1, -795.956, -3359.17, 84.0471, 5.53269, 0, 0, -0.366501, 0.930418, 900, 255, 1, '', 50664, NULL), +(@OGUID+3947, 1735, 0, 45, 318, 1, 1, -793.146, -3898.25, 145.014, 0.104719, 0, 0, 0.0523357, 0.99863, 900, 255, 1, '', 52237, NULL), +(@OGUID+3948, 1735, 0, 45, 0, 1, 1, -762.899, -3238.2, 91.8026, 2.40855, 0, 0, 0.93358, 0.358368, 900, 255, 1, '', 48632, NULL), +(@OGUID+3949, 1735, 0, 45, 313, 1, 1, -740.197, -2164.02, 54.8543, 2.82743, 0, 0, 0.987688, 0.156436, 900, 255, 1, '', 45613, NULL), +(@OGUID+3950, 1735, 0, 45, 321, 1, 1, -681.161, -2014.57, 57.8267, 2.32129, 0, 0, 0.91706, 0.39875, 900, 255, 1, '', 49345, NULL), +(@OGUID+3951, 1735, 0, 45, 313, 1, 1, -646.91, -2104.2, 71.6644, 0.314158, 0, 0, 0.156434, 0.987688, 900, 255, 1, '', 52237, NULL), +(@OGUID+3952, 1735, 0, 45, 321, 1, 1, -570.907, -1973.91, 61.6349, 1.93731, 0, 0, 0.824125, 0.566408, 900, 255, 1, '', 50664, NULL), +(@OGUID+3953, 1734, 0, 45, 317, 1, 1, -1967.31, -3303.95, 56.4634, 1.6057, 0, 0, 0.719339, 0.694659, 900, 255, 1, '', 52237, NULL), +(@OGUID+3954, 1734, 0, 45, 0, 1, 1, -2045.15, -2790.11, 71.8366, 4.08407, 0, 0, -0.891006, 0.453991, 900, 255, 1, '', 50664, NULL), +(@OGUID+3955, 1734, 0, 45, 0, 1, 1, -2372.2, -1556.79, -45.2468, 3.7001, 0, 0, -0.961261, 0.27564, 900, 255, 1, '', 50664, NULL), +(@OGUID+3956, 1734, 0, 45, 0, 1, 1, -2359.63, -1755.91, -19.707, 3.00195, 0, 0, 0.997563, 0.0697661, 900, 255, 1, '', 49345, NULL), +(@OGUID+3957, 1734, 0, 45, 328, 1, 1, -2292.2, -1679.02, -62.0117, 0.226892, 0, 0, 0.113203, 0.993572, 900, 255, 1, '', 52237, NULL), +(@OGUID+3958, 1734, 0, 45, 0, 1, 1, -2280.09, -1525.94, -33.5753, 1.39626, 0, 0, 0.642787, 0.766045, 900, 255, 1, '', 48632, NULL), +(@OGUID+3959, 1734, 0, 45, 0, 1, 1, -2249.11, -1888.32, 18.0896, 4.39823, 0, 0, -0.809016, 0.587786, 900, 255, 1, '', 50664, NULL), +(@OGUID+3960, 1734, 0, 45, 0, 1, 1, -2241.74, -1640.24, -21.8187, 0.558504, 0, 0, 0.275637, 0.961262, 900, 255, 1, '', 48632, NULL), +(@OGUID+3961, 1734, 0, 45, 0, 1, 1, -2183.83, -1728.47, -63.0671, 1.46608, 0, 0, 0.66913, 0.743145, 900, 255, 1, '', 49345, NULL), +(@OGUID+3962, 1734, 0, 45, 0, 1, 1, -2147.86, -1558.83, -47.3161, 2.33874, 0, 0, 0.920505, 0.390732, 900, 255, 1, '', 49345, NULL), +(@OGUID+3963, 1734, 0, 45, 0, 1, 1, -2119.26, -1633.36, -26.2676, 4.2237, 0, 0, -0.857167, 0.515038, 900, 255, 1, '', 50250, NULL), +(@OGUID+3964, 1734, 0, 45, 316, 1, 1, -2102.87, -2828.6, 79.0172, 3.38594, 0, 0, -0.992546, 0.12187, 900, 255, 1, '', 47168, NULL), +(@OGUID+3965, 1734, 0, 45, 317, 1, 1, -2099.46, -3265.8, 51.4725, 1.93731, 0, 0, 0.824125, 0.566408, 900, 255, 1, '', 46902, NULL), +(@OGUID+3966, 1734, 0, 45, 460, 1, 1, -2089.75, -2849.91, 78.4582, 2.30383, 0, 0, 0.913545, 0.406738, 900, 255, 1, '', 50664, NULL), +(@OGUID+3967, 1734, 0, 45, 316, 1, 1, -2067.97, -2818.12, 81.2574, 0.994837, 0, 0, 0.477159, 0.878817, 900, 255, 1, '', 52237, NULL), +(@OGUID+3968, 1734, 0, 45, 0, 1, 1, -2060.62, -2789.07, 68.599, 1.15192, 0, 0, 0.544639, 0.838671, 900, 255, 1, '', 50664, NULL), +(@OGUID+3969, 1734, 0, 45, 460, 1, 1, -2029.64, -3307.34, 54.9377, 2.02458, 0, 0, 0.848047, 0.529921, 900, 255, 1, '', 50664, NULL), +(@OGUID+3970, 1734, 0, 45, 317, 1, 1, -2012.62, -3390.32, 52.3592, 2.93214, 0, 0, 0.994521, 0.104536, 900, 255, 1, '', 46902, NULL), +(@OGUID+3971, 1734, 0, 45, 0, 1, 1, -2005.38, -2816.19, 77.8807, 5.98648, 0, 0, -0.147809, 0.989016, 900, 255, 1, '', 49345, NULL), +(@OGUID+3972, 1734, 0, 45, 0, 1, 1, -1997.32, -2702.11, 86.2068, 1.3439, 0, 0, 0.622514, 0.782609, 900, 255, 1, '', 49345, NULL), +(@OGUID+3973, 1734, 0, 45, 0, 1, 1, -1982.09, -2808.73, 86.8473, 5.13127, 0, 0, -0.544639, 0.838671, 900, 255, 1, '', 49345, NULL), +(@OGUID+3974, 1734, 0, 45, 0, 1, 1, -1974.64, -2760.31, 80.9394, 0.314158, 0, 0, 0.156434, 0.987688, 900, 255, 1, '', 49345, NULL), +(@OGUID+3975, 1734, 0, 45, 316, 1, 1, -1973.45, -2920.69, 80.74, 0.523598, 0, 0, 0.258819, 0.965926, 900, 255, 1, '', 47168, NULL), +(@OGUID+3976, 1734, 0, 45, 0, 1, 1, -1966.82, -2875.04, 78.3628, 2.89725, 0, 0, 0.992546, 0.12187, 900, 255, 1, '', 50664, NULL), +(@OGUID+3977, 1734, 0, 45, 0, 1, 1, -1966.79, -2348.83, 60.9744, 4.62512, 0, 0, -0.737277, 0.675591, 900, 255, 1, '', 52237, NULL), +(@OGUID+3978, 1734, 0, 45, 460, 1, 1, -1937.67, -3216.95, 78.7885, 5.86431, 0, 0, -0.207911, 0.978148, 900, 255, 1, '', 50664, NULL), +(@OGUID+3979, 1734, 0, 45, 0, 1, 1, -1935.9, -2793.63, 82.0799, 2.00713, 0, 0, 0.843391, 0.5373, 900, 255, 1, '', 52237, NULL), +(@OGUID+3980, 1734, 0, 45, 460, 1, 1, -1908.4, -3042.94, 70.0447, 4.66003, 0, 0, -0.725374, 0.688355, 900, 255, 1, '', 50664, NULL), +(@OGUID+3981, 1734, 0, 45, 460, 1, 1, -1906.57, -3145.93, 69.5193, 2.53072, 0, 0, 0.953716, 0.300708, 900, 255, 1, '', 50664, NULL), +(@OGUID+3982, 1734, 0, 45, 317, 1, 1, -1904.85, -3380.88, 76.3063, 2.79252, 0, 0, 0.984807, 0.173652, 900, 255, 1, '', 46902, NULL), +(@OGUID+3983, 1734, 0, 45, 0, 1, 1, -1892.92, -2863.2, 69.9444, 1.48353, 0, 0, 0.67559, 0.737278, 900, 255, 1, '', 52237, NULL), +(@OGUID+3984, 1734, 0, 45, 0, 1, 1, -1844.39, -2797.95, 63.7121, 5.39307, 0, 0, -0.430511, 0.902586, 900, 255, 1, '', 49345, NULL), +(@OGUID+3985, 1734, 0, 45, 317, 1, 1, -1754.28, -3379.13, 41.0831, 4.57276, 0, 0, -0.754709, 0.656059, 900, 255, 1, '', 52237, NULL), +(@OGUID+3986, 1734, 0, 45, 0, 1, 1, -1748.22, -2094.48, 68.8157, 2.70526, 0, 0, 0.976295, 0.216442, 900, 255, 1, '', 49345, NULL), +(@OGUID+3987, 1734, 0, 45, 0, 1, 1, -1739.74, -3479.38, 58.7864, 5.86431, 0, 0, -0.207911, 0.978148, 900, 255, 1, '', 49936, NULL), +(@OGUID+3988, 1734, 0, 45, 460, 1, 1, -1709.25, -3219.01, 37.5768, 2.46091, 0, 0, 0.942641, 0.333808, 900, 255, 1, '', 50664, NULL), +(@OGUID+3989, 1734, 0, 45, 35, 1, 1, -1684.47, -2838, 43.3192, 4.46804, 0, 0, -0.788011, 0.615662, 900, 255, 1, '', 47612, NULL), +(@OGUID+3990, 1734, 0, 45, 0, 1, 1, -1662.89, -3521.96, 71.4645, 3.01941, 0, 0, 0.998135, 0.0610518, 900, 255, 1, '', 49936, NULL), +(@OGUID+3991, 1734, 0, 45, 460, 1, 1, -1618.12, -2121.86, 31.3074, 3.01941, 0, 0, 0.998135, 0.0610518, 900, 255, 1, '', 50664, NULL), +(@OGUID+3992, 1734, 0, 45, 0, 1, 1, -1513.85, -3394.19, 54.8384, 0.471238, 0, 0, 0.233445, 0.97237, 900, 255, 1, '', 49936, NULL), +(@OGUID+3993, 1734, 0, 45, 460, 1, 1, -1391.31, -3408.41, 55.6804, 0.558504, 0, 0, 0.275637, 0.961262, 900, 255, 1, '', 50664, NULL), +(@OGUID+3994, 1734, 0, 45, 0, 1, 1, -1378.18, -3469.35, 62.7929, 1.97222, 0, 0, 0.833885, 0.551938, 900, 255, 1, '', 47168, NULL), +(@OGUID+3995, 1734, 0, 45, 0, 1, 1, -1321.91, -3414.91, 48.8469, 1.41372, 0, 0, 0.649447, 0.760406, 900, 255, 1, '', 52237, NULL), +(@OGUID+3996, 1734, 0, 45, 0, 1, 1, -1306.28, -2825.75, 56.2672, 1.58825, 0, 0, 0.71325, 0.70091, 900, 255, 1, '', 49936, NULL), +(@OGUID+3997, 1734, 0, 45, 460, 1, 1, -1281.79, -2677.53, 66.1927, 2.11185, 0, 0, 0.870356, 0.492424, 900, 255, 1, '', 50664, NULL), +(@OGUID+3998, 1734, 0, 45, 460, 1, 1, -1259.59, -2936.51, 39.8619, 4.15388, 0, 0, -0.874619, 0.48481, 900, 255, 1, '', 50664, NULL), +(@OGUID+3999, 1734, 0, 45, 0, 1, 1, -1251.96, -2055.88, 77.5748, 3.42085, 0, 0, -0.990268, 0.139175, 900, 255, 1, '', 48632, NULL), +(@OGUID+4000, 1734, 0, 45, 0, 1, 1, -1251.6, -2065.47, 50.7246, 0.087266, 0, 0, 0.0436192, 0.999048, 900, 255, 1, '', 50063, NULL), +(@OGUID+4001, 1734, 0, 45, 0, 1, 1, -1242.73, -2000.77, 42.0287, 2.04204, 0, 0, 0.85264, 0.522499, 900, 255, 1, '', 50063, NULL), +(@OGUID+4002, 1734, 0, 45, 0, 1, 1, -1228.73, -1993.95, 36.6098, 3.76991, 0, 0, -0.951056, 0.309017, 900, 255, 1, '', 49936, NULL), +(@OGUID+4003, 1734, 0, 45, 0, 1, 1, -1220.4, -2039.04, 43.7159, 1.71042, 0, 0, 0.754709, 0.656059, 900, 255, 1, '', 49345, NULL), +(@OGUID+4004, 1734, 0, 45, 0, 1, 1, -1192.32, -1953.69, 26.9048, 1.36136, 0, 0, 0.62932, 0.777146, 900, 255, 1, '', 49345, NULL), +(@OGUID+4005, 1734, 0, 45, 0, 1, 1, -1189.47, -3085.4, 47.0624, 4.95674, 0, 0, -0.615661, 0.788011, 900, 255, 1, '', 49345, NULL), +(@OGUID+4006, 1734, 0, 45, 0, 1, 1, -1168.9, -2260.43, 61.133, 2.44346, 0, 0, 0.939692, 0.34202, 900, 255, 1, '', 49936, NULL), +(@OGUID+4007, 1734, 0, 45, 0, 1, 1, -1161.66, -2044.55, 37.005, 0.296705, 0, 0, 0.147809, 0.989016, 900, 255, 1, '', 49936, NULL), +(@OGUID+4008, 1734, 0, 45, 1858, 1, 1, -1139.77, -2089.06, 71.3311, 2.40855, 0, 0, 0.93358, 0.358368, 900, 255, 1, '', 52237, NULL), +(@OGUID+4009, 1734, 0, 45, 460, 1, 1, -1010.44, -1754.39, 47.7019, 6.14356, 0, 0, -0.0697556, 0.997564, 900, 255, 1, '', 50664, NULL), +(@OGUID+4010, 1734, 0, 45, 35, 1, 1, -990.192, -2587.46, 65.2202, 1.97222, 0, 0, 0.833885, 0.551938, 900, 255, 1, '', 47612, NULL), +(@OGUID+4011, 1734, 0, 45, 0, 1, 1, -972.981, -3184.12, 52.1261, 5.49779, 0, 0, -0.382683, 0.92388, 900, 255, 1, '', 49345, NULL), +(@OGUID+4012, 1734, 0, 45, 0, 1, 1, -961.645, -2236.57, 58.6912, 3.47321, 0, 0, -0.986285, 0.16505, 900, 255, 1, '', 48632, NULL), +(@OGUID+4013, 1734, 0, 45, 318, 1, 1, -949.486, -3910.12, 149.206, 4.39823, 0, 0, -0.809016, 0.587786, 900, 255, 1, '', 52237, NULL), +(@OGUID+4014, 1734, 0, 45, 0, 1, 1, -942.624, -3954.16, 146.634, 6.03884, 0, 0, -0.121869, 0.992546, 900, 255, 1, '', 50664, NULL), +(@OGUID+4015, 1734, 0, 45, 0, 1, 1, -936.717, -1556.4, 58.4301, 2.32129, 0, 0, 0.91706, 0.39875, 900, 255, 1, '', 49936, NULL), +(@OGUID+4016, 1734, 0, 45, 0, 1, 1, -915.477, -1973.57, 53.7444, 1.71042, 0, 0, 0.754709, 0.656059, 900, 255, 1, '', 50172, NULL), +(@OGUID+4017, 1734, 0, 45, 321, 1, 1, -914.584, -3627.3, 88.1162, 2.72271, 0, 0, 0.978148, 0.207912, 900, 255, 1, '', 52237, NULL), +(@OGUID+4018, 1734, 0, 45, 0, 1, 1, -892.058, -2428.34, 62.8315, 3.03684, 0, 0, 0.998629, 0.0523532, 900, 255, 1, '', 50664, NULL), +(@OGUID+4019, 1734, 0, 45, 0, 1, 1, -890.106, -2366.57, 67.8352, 0.349065, 0, 0, 0.173648, 0.984808, 900, 255, 1, '', 46248, NULL), +(@OGUID+4020, 1734, 0, 45, 0, 1, 1, -887.304, -3083.02, 50.8085, 1.36136, 0, 0, 0.62932, 0.777146, 900, 255, 1, '', 52237, NULL), +(@OGUID+4021, 1734, 0, 45, 0, 1, 1, -877.246, -3966.93, 135.393, 1.0821, 0, 0, 0.515038, 0.857168, 900, 255, 1, '', 49345, NULL), +(@OGUID+4022, 1734, 0, 45, 0, 1, 1, -871.734, -3928.11, 132.047, 0.767944, 0, 0, 0.374606, 0.927184, 900, 255, 1, '', 49345, NULL), +(@OGUID+4023, 1734, 0, 45, 0, 1, 1, -870.664, -3417.08, 81.2847, 0.331611, 0, 0, 0.165047, 0.986286, 900, 255, 1, '', 50063, NULL), +(@OGUID+4024, 1734, 0, 45, 9, 1, 1, -861.309, -1812.96, 46.9976, 4.57276, 0, 0, -0.754709, 0.656059, 900, 255, 1, '', 48632, NULL), +(@OGUID+4025, 1734, 0, 45, 318, 1, 1, -847.617, -3965.75, 150.471, 0.226892, 0, 0, 0.113203, 0.993572, 900, 255, 1, '', 52237, NULL), +(@OGUID+4026, 1734, 0, 45, 321, 1, 1, -824.069, -3644.92, 91.11, 4.45059, 0, 0, -0.793353, 0.608762, 900, 255, 1, '', 52237, NULL), +(@OGUID+4027, 1734, 0, 45, 0, 1, 1, -809.747, -2334.22, 71.9745, 4.71239, 0, 0, -0.707107, 0.707107, 900, 255, 1, '', 49936, NULL), +(@OGUID+4028, 1734, 0, 45, 0, 1, 1, -795.956, -3359.17, 84.0471, 5.53269, 0, 0, -0.366501, 0.930418, 900, 255, 1, '', 50664, NULL), +(@OGUID+4029, 1734, 0, 45, 318, 1, 1, -793.146, -3898.25, 145.014, 0.104719, 0, 0, 0.0523357, 0.99863, 900, 255, 1, '', 52237, NULL), +(@OGUID+4030, 1734, 0, 45, 0, 1, 1, -762.899, -3238.2, 91.8026, 2.40855, 0, 0, 0.93358, 0.358368, 900, 255, 1, '', 48632, NULL), +(@OGUID+4031, 1734, 0, 45, 313, 1, 1, -740.197, -2164.02, 54.8543, 2.82743, 0, 0, 0.987688, 0.156436, 900, 255, 1, '', 45613, NULL), +(@OGUID+4032, 1734, 0, 45, 321, 1, 1, -681.161, -2014.57, 57.8267, 2.32129, 0, 0, 0.91706, 0.39875, 900, 255, 1, '', 49345, NULL), +(@OGUID+4033, 1734, 0, 45, 313, 1, 1, -646.91, -2104.2, 71.6644, 0.314158, 0, 0, 0.156434, 0.987688, 900, 255, 1, '', 52237, NULL), +(@OGUID+4034, 1734, 0, 45, 321, 1, 1, -570.907, -1973.91, 61.6349, 1.93731, 0, 0, 0.824125, 0.566408, 900, 255, 1, '', 50664, NULL), +(@OGUID+4035, 1733, 0, 45, 317, 1, 1, -1967.31, -3303.95, 56.4634, 1.6057, 0, 0, 0.719339, 0.694659, 900, 255, 1, '', 52237, NULL), +(@OGUID+4036, 1733, 0, 45, 0, 1, 1, -2045.15, -2790.11, 71.8366, 4.08407, 0, 0, -0.891006, 0.453991, 900, 255, 1, '', 50664, NULL), +(@OGUID+4037, 1733, 0, 45, 0, 1, 1, -2372.2, -1556.79, -45.2468, 3.7001, 0, 0, -0.961261, 0.27564, 900, 255, 1, '', 50664, NULL), +(@OGUID+4038, 1733, 0, 45, 0, 1, 1, -2359.63, -1755.91, -19.707, 3.00195, 0, 0, 0.997563, 0.0697661, 900, 255, 1, '', 49345, NULL), +(@OGUID+4039, 1733, 0, 45, 328, 1, 1, -2292.2, -1679.02, -62.0117, 0.226892, 0, 0, 0.113203, 0.993572, 900, 255, 1, '', 52237, NULL), +(@OGUID+4040, 1733, 0, 45, 0, 1, 1, -2280.09, -1525.94, -33.5753, 1.39626, 0, 0, 0.642787, 0.766045, 900, 255, 1, '', 48632, NULL), +(@OGUID+4041, 1733, 0, 45, 0, 1, 1, -2249.11, -1888.32, 18.0896, 4.39823, 0, 0, -0.809016, 0.587786, 900, 255, 1, '', 50664, NULL), +(@OGUID+4042, 1733, 0, 45, 0, 1, 1, -2241.74, -1640.24, -21.8187, 0.558504, 0, 0, 0.275637, 0.961262, 900, 255, 1, '', 48632, NULL), +(@OGUID+4043, 1733, 0, 45, 0, 1, 1, -2183.83, -1728.47, -63.0671, 1.46608, 0, 0, 0.66913, 0.743145, 900, 255, 1, '', 49345, NULL), +(@OGUID+4044, 1733, 0, 45, 0, 1, 1, -2147.86, -1558.83, -47.3161, 2.33874, 0, 0, 0.920505, 0.390732, 900, 255, 1, '', 49345, NULL), +(@OGUID+4045, 1733, 0, 45, 0, 1, 1, -2119.26, -1633.36, -26.2676, 4.2237, 0, 0, -0.857167, 0.515038, 900, 255, 1, '', 50250, NULL), +(@OGUID+4046, 1733, 0, 45, 316, 1, 1, -2102.87, -2828.6, 79.0172, 3.38594, 0, 0, -0.992546, 0.12187, 900, 255, 1, '', 47168, NULL), +(@OGUID+4047, 1733, 0, 45, 317, 1, 1, -2099.46, -3265.8, 51.4725, 1.93731, 0, 0, 0.824125, 0.566408, 900, 255, 1, '', 46902, NULL), +(@OGUID+4048, 1733, 0, 45, 460, 1, 1, -2089.75, -2849.91, 78.4582, 2.30383, 0, 0, 0.913545, 0.406738, 900, 255, 1, '', 50664, NULL), +(@OGUID+4049, 1733, 0, 45, 316, 1, 1, -2067.97, -2818.12, 81.2574, 0.994837, 0, 0, 0.477159, 0.878817, 900, 255, 1, '', 52237, NULL), +(@OGUID+4050, 1733, 0, 45, 0, 1, 1, -2060.62, -2789.07, 68.599, 1.15192, 0, 0, 0.544639, 0.838671, 900, 255, 1, '', 50664, NULL), +(@OGUID+4051, 1733, 0, 45, 460, 1, 1, -2029.64, -3307.34, 54.9377, 2.02458, 0, 0, 0.848047, 0.529921, 900, 255, 1, '', 50664, NULL), +(@OGUID+4052, 1733, 0, 45, 317, 1, 1, -2012.62, -3390.32, 52.3592, 2.93214, 0, 0, 0.994521, 0.104536, 900, 255, 1, '', 46902, NULL), +(@OGUID+4053, 1733, 0, 45, 0, 1, 1, -2005.38, -2816.19, 77.8807, 5.98648, 0, 0, -0.147809, 0.989016, 900, 255, 1, '', 49345, NULL), +(@OGUID+4054, 1733, 0, 45, 0, 1, 1, -1997.32, -2702.11, 86.2068, 1.3439, 0, 0, 0.622514, 0.782609, 900, 255, 1, '', 49345, NULL), +(@OGUID+4055, 1733, 0, 45, 0, 1, 1, -1982.09, -2808.73, 86.8473, 5.13127, 0, 0, -0.544639, 0.838671, 900, 255, 1, '', 49345, NULL), +(@OGUID+4056, 1733, 0, 45, 0, 1, 1, -1974.64, -2760.31, 80.9394, 0.314158, 0, 0, 0.156434, 0.987688, 900, 255, 1, '', 49345, NULL), +(@OGUID+4057, 1733, 0, 45, 316, 1, 1, -1973.45, -2920.69, 80.74, 0.523598, 0, 0, 0.258819, 0.965926, 900, 255, 1, '', 47168, NULL), +(@OGUID+4058, 1733, 0, 45, 0, 1, 1, -1966.82, -2875.04, 78.3628, 2.89725, 0, 0, 0.992546, 0.12187, 900, 255, 1, '', 50664, NULL), +(@OGUID+4059, 1733, 0, 45, 0, 1, 1, -1966.79, -2348.83, 60.9744, 4.62512, 0, 0, -0.737277, 0.675591, 900, 255, 1, '', 52237, NULL), +(@OGUID+4060, 1733, 0, 45, 460, 1, 1, -1937.67, -3216.95, 78.7885, 5.86431, 0, 0, -0.207911, 0.978148, 900, 255, 1, '', 50664, NULL), +(@OGUID+4061, 1733, 0, 45, 0, 1, 1, -1935.9, -2793.63, 82.0799, 2.00713, 0, 0, 0.843391, 0.5373, 900, 255, 1, '', 52237, NULL), +(@OGUID+4062, 1733, 0, 45, 460, 1, 1, -1908.4, -3042.94, 70.0447, 4.66003, 0, 0, -0.725374, 0.688355, 900, 255, 1, '', 50664, NULL), +(@OGUID+4063, 1733, 0, 45, 460, 1, 1, -1906.57, -3145.93, 69.5193, 2.53072, 0, 0, 0.953716, 0.300708, 900, 255, 1, '', 50664, NULL), +(@OGUID+4064, 1733, 0, 45, 317, 1, 1, -1904.85, -3380.88, 76.3063, 2.79252, 0, 0, 0.984807, 0.173652, 900, 255, 1, '', 46902, NULL), +(@OGUID+4065, 1733, 0, 45, 0, 1, 1, -1892.92, -2863.2, 69.9444, 1.48353, 0, 0, 0.67559, 0.737278, 900, 255, 1, '', 52237, NULL), +(@OGUID+4066, 1733, 0, 45, 0, 1, 1, -1844.39, -2797.95, 63.7121, 5.39307, 0, 0, -0.430511, 0.902586, 900, 255, 1, '', 49345, NULL), +(@OGUID+4067, 1733, 0, 45, 317, 1, 1, -1754.28, -3379.13, 41.0831, 4.57276, 0, 0, -0.754709, 0.656059, 900, 255, 1, '', 52237, NULL), +(@OGUID+4068, 1733, 0, 45, 0, 1, 1, -1748.22, -2094.48, 68.8157, 2.70526, 0, 0, 0.976295, 0.216442, 900, 255, 1, '', 49345, NULL), +(@OGUID+4069, 1733, 0, 45, 0, 1, 1, -1739.74, -3479.38, 58.7864, 5.86431, 0, 0, -0.207911, 0.978148, 900, 255, 1, '', 49936, NULL), +(@OGUID+4070, 1733, 0, 45, 460, 1, 1, -1709.25, -3219.01, 37.5768, 2.46091, 0, 0, 0.942641, 0.333808, 900, 255, 1, '', 50664, NULL), +(@OGUID+4071, 1733, 0, 45, 35, 1, 1, -1684.47, -2838, 43.3192, 4.46804, 0, 0, -0.788011, 0.615662, 900, 255, 1, '', 47612, NULL), +(@OGUID+4072, 1733, 0, 45, 0, 1, 1, -1662.89, -3521.96, 71.4645, 3.01941, 0, 0, 0.998135, 0.0610518, 900, 255, 1, '', 49936, NULL), +(@OGUID+4073, 1733, 0, 45, 460, 1, 1, -1618.12, -2121.86, 31.3074, 3.01941, 0, 0, 0.998135, 0.0610518, 900, 255, 1, '', 50664, NULL), +(@OGUID+4074, 1733, 0, 45, 0, 1, 1, -1513.85, -3394.19, 54.8384, 0.471238, 0, 0, 0.233445, 0.97237, 900, 255, 1, '', 49936, NULL), +(@OGUID+4075, 1733, 0, 45, 460, 1, 1, -1391.31, -3408.41, 55.6804, 0.558504, 0, 0, 0.275637, 0.961262, 900, 255, 1, '', 50664, NULL), +(@OGUID+4076, 1733, 0, 45, 0, 1, 1, -1378.18, -3469.35, 62.7929, 1.97222, 0, 0, 0.833885, 0.551938, 900, 255, 1, '', 47168, NULL), +(@OGUID+4077, 1733, 0, 45, 0, 1, 1, -1321.91, -3414.91, 48.8469, 1.41372, 0, 0, 0.649447, 0.760406, 900, 255, 1, '', 52237, NULL), +(@OGUID+4078, 1733, 0, 45, 0, 1, 1, -1306.28, -2825.75, 56.2672, 1.58825, 0, 0, 0.71325, 0.70091, 900, 255, 1, '', 49936, NULL), +(@OGUID+4079, 1733, 0, 45, 460, 1, 1, -1281.79, -2677.53, 66.1927, 2.11185, 0, 0, 0.870356, 0.492424, 900, 255, 1, '', 50664, NULL), +(@OGUID+4080, 1733, 0, 45, 460, 1, 1, -1259.59, -2936.51, 39.8619, 4.15388, 0, 0, -0.874619, 0.48481, 900, 255, 1, '', 50664, NULL), +(@OGUID+4081, 1733, 0, 45, 0, 1, 1, -1251.96, -2055.88, 77.5748, 3.42085, 0, 0, -0.990268, 0.139175, 900, 255, 1, '', 48632, NULL), +(@OGUID+4082, 1733, 0, 45, 0, 1, 1, -1251.6, -2065.47, 50.7246, 0.087266, 0, 0, 0.0436192, 0.999048, 900, 255, 1, '', 50063, NULL), +(@OGUID+4083, 1733, 0, 45, 0, 1, 1, -1242.73, -2000.77, 42.0287, 2.04204, 0, 0, 0.85264, 0.522499, 900, 255, 1, '', 50063, NULL), +(@OGUID+4084, 1733, 0, 45, 0, 1, 1, -1228.73, -1993.95, 36.6098, 3.76991, 0, 0, -0.951056, 0.309017, 900, 255, 1, '', 49936, NULL), +(@OGUID+4085, 1733, 0, 45, 0, 1, 1, -1220.4, -2039.04, 43.7159, 1.71042, 0, 0, 0.754709, 0.656059, 900, 255, 1, '', 49345, NULL), +(@OGUID+4086, 1733, 0, 45, 0, 1, 1, -1192.32, -1953.69, 26.9048, 1.36136, 0, 0, 0.62932, 0.777146, 900, 255, 1, '', 49345, NULL), +(@OGUID+4087, 1733, 0, 45, 0, 1, 1, -1189.47, -3085.4, 47.0624, 4.95674, 0, 0, -0.615661, 0.788011, 900, 255, 1, '', 49345, NULL), +(@OGUID+4088, 1733, 0, 45, 0, 1, 1, -1168.9, -2260.43, 61.133, 2.44346, 0, 0, 0.939692, 0.34202, 900, 255, 1, '', 49936, NULL), +(@OGUID+4089, 1733, 0, 45, 0, 1, 1, -1161.66, -2044.55, 37.005, 0.296705, 0, 0, 0.147809, 0.989016, 900, 255, 1, '', 49936, NULL), +(@OGUID+4090, 1733, 0, 45, 1858, 1, 1, -1139.77, -2089.06, 71.3311, 2.40855, 0, 0, 0.93358, 0.358368, 900, 255, 1, '', 52237, NULL), +(@OGUID+4091, 1733, 0, 45, 460, 1, 1, -1010.44, -1754.39, 47.7019, 6.14356, 0, 0, -0.0697556, 0.997564, 900, 255, 1, '', 50664, NULL), +(@OGUID+4092, 1733, 0, 45, 35, 1, 1, -990.192, -2587.46, 65.2202, 1.97222, 0, 0, 0.833885, 0.551938, 900, 255, 1, '', 47612, NULL), +(@OGUID+4093, 1733, 0, 45, 0, 1, 1, -972.981, -3184.12, 52.1261, 5.49779, 0, 0, -0.382683, 0.92388, 900, 255, 1, '', 49345, NULL), +(@OGUID+4094, 1733, 0, 45, 0, 1, 1, -961.645, -2236.57, 58.6912, 3.47321, 0, 0, -0.986285, 0.16505, 900, 255, 1, '', 48632, NULL), +(@OGUID+4095, 1733, 0, 45, 318, 1, 1, -949.486, -3910.12, 149.206, 4.39823, 0, 0, -0.809016, 0.587786, 900, 255, 1, '', 52237, NULL), +(@OGUID+4096, 1733, 0, 45, 0, 1, 1, -942.624, -3954.16, 146.634, 6.03884, 0, 0, -0.121869, 0.992546, 900, 255, 1, '', 50664, NULL), +(@OGUID+4097, 1733, 0, 45, 0, 1, 1, -936.717, -1556.4, 58.4301, 2.32129, 0, 0, 0.91706, 0.39875, 900, 255, 1, '', 49936, NULL), +(@OGUID+4098, 1733, 0, 45, 0, 1, 1, -915.477, -1973.57, 53.7444, 1.71042, 0, 0, 0.754709, 0.656059, 900, 255, 1, '', 50172, NULL), +(@OGUID+4099, 1733, 0, 45, 321, 1, 1, -914.584, -3627.3, 88.1162, 2.72271, 0, 0, 0.978148, 0.207912, 900, 255, 1, '', 52237, NULL), +(@OGUID+4100, 1733, 0, 45, 0, 1, 1, -892.058, -2428.34, 62.8315, 3.03684, 0, 0, 0.998629, 0.0523532, 900, 255, 1, '', 50664, NULL), +(@OGUID+4101, 1733, 0, 45, 0, 1, 1, -890.106, -2366.57, 67.8352, 0.349065, 0, 0, 0.173648, 0.984808, 900, 255, 1, '', 46248, NULL), +(@OGUID+4102, 1733, 0, 45, 0, 1, 1, -887.304, -3083.02, 50.8085, 1.36136, 0, 0, 0.62932, 0.777146, 900, 255, 1, '', 52237, NULL), +(@OGUID+4103, 1733, 0, 45, 0, 1, 1, -877.246, -3966.93, 135.393, 1.0821, 0, 0, 0.515038, 0.857168, 900, 255, 1, '', 49345, NULL), +(@OGUID+4104, 1733, 0, 45, 0, 1, 1, -871.734, -3928.11, 132.047, 0.767944, 0, 0, 0.374606, 0.927184, 900, 255, 1, '', 49345, NULL), +(@OGUID+4105, 1733, 0, 45, 0, 1, 1, -870.664, -3417.08, 81.2847, 0.331611, 0, 0, 0.165047, 0.986286, 900, 255, 1, '', 50063, NULL), +(@OGUID+4106, 1733, 0, 45, 9, 1, 1, -861.309, -1812.96, 46.9976, 4.57276, 0, 0, -0.754709, 0.656059, 900, 255, 1, '', 48632, NULL), +(@OGUID+4107, 1733, 0, 45, 318, 1, 1, -847.617, -3965.75, 150.471, 0.226892, 0, 0, 0.113203, 0.993572, 900, 255, 1, '', 52237, NULL), +(@OGUID+4108, 1733, 0, 45, 321, 1, 1, -824.069, -3644.92, 91.11, 4.45059, 0, 0, -0.793353, 0.608762, 900, 255, 1, '', 52237, NULL), +(@OGUID+4109, 1733, 0, 45, 0, 1, 1, -809.747, -2334.22, 71.9745, 4.71239, 0, 0, -0.707107, 0.707107, 900, 255, 1, '', 49936, NULL), +(@OGUID+4110, 1733, 0, 45, 0, 1, 1, -795.956, -3359.17, 84.0471, 5.53269, 0, 0, -0.366501, 0.930418, 900, 255, 1, '', 50664, NULL), +(@OGUID+4111, 1733, 0, 45, 318, 1, 1, -793.146, -3898.25, 145.014, 0.104719, 0, 0, 0.0523357, 0.99863, 900, 255, 1, '', 52237, NULL), +(@OGUID+4112, 1733, 0, 45, 0, 1, 1, -762.899, -3238.2, 91.8026, 2.40855, 0, 0, 0.93358, 0.358368, 900, 255, 1, '', 48632, NULL), +(@OGUID+4113, 1733, 0, 45, 313, 1, 1, -740.197, -2164.02, 54.8543, 2.82743, 0, 0, 0.987688, 0.156436, 900, 255, 1, '', 45613, NULL), +(@OGUID+4114, 1733, 0, 45, 321, 1, 1, -681.161, -2014.57, 57.8267, 2.32129, 0, 0, 0.91706, 0.39875, 900, 255, 1, '', 49345, NULL), +(@OGUID+4115, 1733, 0, 45, 313, 1, 1, -646.91, -2104.2, 71.6644, 0.314158, 0, 0, 0.156434, 0.987688, 900, 255, 1, '', 52237, NULL), +(@OGUID+4116, 1733, 0, 45, 321, 1, 1, -570.907, -1973.91, 61.6349, 1.93731, 0, 0, 0.824125, 0.566408, 900, 255, 1, '', 50664, NULL), +(@OGUID+4117, 2040, 0, 45, 0, 1, 1, -2339.53, -1646.11, -24.6021, 0.698131, 0, 0, 0.34202, 0.939693, 900, 255, 1, '', 49345, NULL), +(@OGUID+4118, 2040, 0, 45, 0, 1, 1, -2307.24, -1790.67, -22.6112, 0.453785, 0, 0, 0.224951, 0.97437, 900, 255, 1, '', 49345, NULL), +(@OGUID+4119, 2040, 0, 45, 0, 1, 1, -2241.04, -1835.02, -20.1633, 0.418879, 0, 0, 0.207911, 0.978148, 900, 255, 1, '', 49345, NULL), +(@OGUID+4120, 2040, 0, 45, 1637, 1, 1, -2182, -1665.24, -35.4133, 0.59341, 0, 0, 0.292371, 0.956305, 900, 255, 1, '', 50664, NULL), +(@OGUID+4121, 2040, 0, 45, 0, 1, 1, -2178.65, -1789.86, -41.0136, 4.55531, 0, 0, -0.760406, 0.649449, 900, 255, 1, '', 48632, NULL), +(@OGUID+4122, 2040, 0, 45, 0, 1, 1, -2063.44, -2676.59, 88.1955, 1.62316, 0, 0, 0.725374, 0.688355, 900, 255, 1, '', 52237, NULL), +(@OGUID+4123, 2040, 0, 45, 317, 1, 1, -2044.11, -3332.36, 59.5733, 2.9845, 0, 0, 0.996917, 0.0784664, 900, 255, 1, '', 52237, NULL), +(@OGUID+4124, 2040, 0, 45, 460, 1, 1, -2032.64, -3347.23, 61.9084, 3.4034, 0, 0, -0.991445, 0.130528, 900, 255, 1, '', 50664, NULL), +(@OGUID+4125, 2040, 0, 45, 517, 1, 1, -1941.89, -1648.68, 48.6327, 0.157079, 0, 0, 0.0784588, 0.996917, 900, 255, 1, '', 50664, NULL), +(@OGUID+4126, 2040, 0, 45, 0, 1, 1, -1920.89, -1674.88, 62.1752, 3.56047, 0, 0, -0.978148, 0.207912, 900, 255, 1, '', 48632, NULL), +(@OGUID+4127, 2040, 0, 45, 0, 1, 1, -1854.6, -1493.8, 49.2701, 4.7822, 0, 0, -0.681998, 0.731354, 900, 255, 1, '', 52237, NULL), +(@OGUID+4128, 2040, 0, 45, 0, 1, 1, -1851.72, -1538.44, 66.9113, 2.19911, 0, 0, 0.891006, 0.453991, 900, 255, 1, '', 48632, NULL), +(@OGUID+4129, 2040, 0, 45, 0, 1, 1, -1848.64, -1760.39, 67.3599, 5.88176, 0, 0, -0.199368, 0.979925, 900, 255, 1, '', 49345, NULL), +(@OGUID+4130, 2040, 0, 45, 0, 1, 1, -1842.88, -2536.53, 55.9154, 5.60251, 0, 0, -0.333807, 0.942641, 900, 255, 1, '', 49345, NULL), +(@OGUID+4131, 2040, 0, 45, 0, 1, 1, -1831.79, -1443.18, 59.4886, 5.96903, 0, 0, -0.156434, 0.987688, 900, 255, 1, '', 49345, NULL), +(@OGUID+4132, 2040, 0, 45, 0, 1, 1, -1827.82, -2643.53, 59.8704, 6.23083, 0, 0, -0.0261765, 0.999657, 900, 255, 1, '', 49345, NULL), +(@OGUID+4133, 2040, 0, 45, 324, 1, 1, -1824.19, -1799.81, 60.5315, 1.79769, 0, 0, 0.782608, 0.622515, 900, 255, 1, '', 52237, NULL), +(@OGUID+4134, 2040, 0, 45, 0, 1, 1, -1819.15, -2011.03, 66.5258, 2.02458, 0, 0, 0.848047, 0.529921, 900, 255, 1, '', 52237, NULL), +(@OGUID+4135, 2040, 0, 45, 0, 1, 1, -1755.99, -1427.99, 63.643, 1.78023, 0, 0, 0.777145, 0.629321, 900, 255, 1, '', 49345, NULL), +(@OGUID+4136, 2040, 0, 45, 317, 1, 1, -1729.78, -3290.1, 13.5406, 4.13643, 0, 0, -0.878817, 0.47716, 900, 255, 1, '', 52237, NULL), +(@OGUID+4137, 2040, 0, 45, 460, 1, 1, -1674.69, -1442.03, 45.8495, 5.41052, 0, 0, -0.422618, 0.906308, 900, 255, 1, '', 50664, NULL), +(@OGUID+4138, 2040, 0, 45, 0, 1, 1, -1657.74, -2215.52, 23.8297, 5.55015, 0, 0, -0.358368, 0.93358, 900, 255, 1, '', 50664, NULL), +(@OGUID+4139, 2040, 0, 45, 0, 1, 1, -984.559, -3889.46, 148.863, 1.71042, 0, 0, 0.754709, 0.656059, 900, 255, 1, '', 50664, NULL), +(@OGUID+4140, 2040, 0, 45, 0, 1, 1, -926.399, -3898.71, 144.877, 1.36136, 0, 0, 0.62932, 0.777146, 900, 255, 1, '', 49345, NULL), +(@OGUID+4141, 2040, 0, 45, 0, 1, 1, -857.528, -3931.43, 149.044, 6.07375, 0, 0, -0.104528, 0.994522, 900, 255, 1, '', 50664, NULL), +(@OGUID+4142, 2040, 0, 45, 0, 1, 1, -821.052, -3915.51, 146.443, 4.93928, 0, 0, -0.622514, 0.782609, 900, 255, 1, '', 49345, NULL), +(@OGUID+4143, 1734, 0, 45, 0, 1, 1, -2339.53, -1646.11, -24.6021, 0.698131, 0, 0, 0.34202, 0.939693, 900, 255, 1, '', 49345, NULL), +(@OGUID+4144, 1734, 0, 45, 0, 1, 1, -2307.24, -1790.67, -22.6112, 0.453785, 0, 0, 0.224951, 0.97437, 900, 255, 1, '', 49345, NULL), +(@OGUID+4145, 1734, 0, 45, 0, 1, 1, -2241.04, -1835.02, -20.1633, 0.418879, 0, 0, 0.207911, 0.978148, 900, 255, 1, '', 49345, NULL), +(@OGUID+4146, 1734, 0, 45, 1637, 1, 1, -2182, -1665.24, -35.4133, 0.59341, 0, 0, 0.292371, 0.956305, 900, 255, 1, '', 50664, NULL), +(@OGUID+4147, 1734, 0, 45, 0, 1, 1, -2178.65, -1789.86, -41.0136, 4.55531, 0, 0, -0.760406, 0.649449, 900, 255, 1, '', 48632, NULL), +(@OGUID+4148, 1734, 0, 45, 0, 1, 1, -2063.44, -2676.59, 88.1955, 1.62316, 0, 0, 0.725374, 0.688355, 900, 255, 1, '', 52237, NULL), +(@OGUID+4149, 1734, 0, 45, 317, 1, 1, -2044.11, -3332.36, 59.5733, 2.9845, 0, 0, 0.996917, 0.0784664, 900, 255, 1, '', 52237, NULL), +(@OGUID+4150, 1734, 0, 45, 460, 1, 1, -2032.64, -3347.23, 61.9084, 3.4034, 0, 0, -0.991445, 0.130528, 900, 255, 1, '', 50664, NULL), +(@OGUID+4151, 1734, 0, 45, 517, 1, 1, -1941.89, -1648.68, 48.6327, 0.157079, 0, 0, 0.0784588, 0.996917, 900, 255, 1, '', 50664, NULL), +(@OGUID+4152, 1734, 0, 45, 0, 1, 1, -1920.89, -1674.88, 62.1752, 3.56047, 0, 0, -0.978148, 0.207912, 900, 255, 1, '', 48632, NULL), +(@OGUID+4153, 1734, 0, 45, 0, 1, 1, -1854.6, -1493.8, 49.2701, 4.7822, 0, 0, -0.681998, 0.731354, 900, 255, 1, '', 52237, NULL), +(@OGUID+4154, 1734, 0, 45, 0, 1, 1, -1851.72, -1538.44, 66.9113, 2.19911, 0, 0, 0.891006, 0.453991, 900, 255, 1, '', 48632, NULL), +(@OGUID+4155, 1734, 0, 45, 0, 1, 1, -1848.64, -1760.39, 67.3599, 5.88176, 0, 0, -0.199368, 0.979925, 900, 255, 1, '', 49345, NULL), +(@OGUID+4156, 1734, 0, 45, 0, 1, 1, -1842.88, -2536.53, 55.9154, 5.60251, 0, 0, -0.333807, 0.942641, 900, 255, 1, '', 49345, NULL), +(@OGUID+4157, 1734, 0, 45, 0, 1, 1, -1831.79, -1443.18, 59.4886, 5.96903, 0, 0, -0.156434, 0.987688, 900, 255, 1, '', 49345, NULL), +(@OGUID+4158, 1734, 0, 45, 0, 1, 1, -1827.82, -2643.53, 59.8704, 6.23083, 0, 0, -0.0261765, 0.999657, 900, 255, 1, '', 49345, NULL), +(@OGUID+4159, 1734, 0, 45, 324, 1, 1, -1824.19, -1799.81, 60.5315, 1.79769, 0, 0, 0.782608, 0.622515, 900, 255, 1, '', 52237, NULL), +(@OGUID+4160, 1734, 0, 45, 0, 1, 1, -1819.15, -2011.03, 66.5258, 2.02458, 0, 0, 0.848047, 0.529921, 900, 255, 1, '', 52237, NULL), +(@OGUID+4161, 1734, 0, 45, 0, 1, 1, -1755.99, -1427.99, 63.643, 1.78023, 0, 0, 0.777145, 0.629321, 900, 255, 1, '', 49345, NULL), +(@OGUID+4162, 1734, 0, 45, 317, 1, 1, -1729.78, -3290.1, 13.5406, 4.13643, 0, 0, -0.878817, 0.47716, 900, 255, 1, '', 52237, NULL), +(@OGUID+4163, 1734, 0, 45, 460, 1, 1, -1674.69, -1442.03, 45.8495, 5.41052, 0, 0, -0.422618, 0.906308, 900, 255, 1, '', 50664, NULL), +(@OGUID+4164, 1734, 0, 45, 0, 1, 1, -1657.74, -2215.52, 23.8297, 5.55015, 0, 0, -0.358368, 0.93358, 900, 255, 1, '', 50664, NULL), +(@OGUID+4165, 1734, 0, 45, 0, 1, 1, -984.559, -3889.46, 148.863, 1.71042, 0, 0, 0.754709, 0.656059, 900, 255, 1, '', 50664, NULL), +(@OGUID+4166, 1734, 0, 45, 0, 1, 1, -926.399, -3898.71, 144.877, 1.36136, 0, 0, 0.62932, 0.777146, 900, 255, 1, '', 49345, NULL), +(@OGUID+4167, 1734, 0, 45, 0, 1, 1, -857.528, -3931.43, 149.044, 6.07375, 0, 0, -0.104528, 0.994522, 900, 255, 1, '', 50664, NULL), +(@OGUID+4168, 1734, 0, 45, 0, 1, 1, -821.052, -3915.51, 146.443, 4.93928, 0, 0, -0.622514, 0.782609, 900, 255, 1, '', 49345, NULL), +(@OGUID+4169, 2047, 0, 45, 0, 1, 1, -2339.53, -1646.11, -24.6021, 0.698131, 0, 0, 0.34202, 0.939693, 900, 255, 1, '', 49345, NULL), +(@OGUID+4170, 2047, 0, 45, 0, 1, 1, -2307.24, -1790.67, -22.6112, 0.453785, 0, 0, 0.224951, 0.97437, 900, 255, 1, '', 49345, NULL), +(@OGUID+4171, 2047, 0, 45, 0, 1, 1, -2241.04, -1835.02, -20.1633, 0.418879, 0, 0, 0.207911, 0.978148, 900, 255, 1, '', 49345, NULL), +(@OGUID+4172, 2047, 0, 45, 1637, 1, 1, -2182, -1665.24, -35.4133, 0.59341, 0, 0, 0.292371, 0.956305, 900, 255, 1, '', 50664, NULL), +(@OGUID+4173, 2047, 0, 45, 0, 1, 1, -2178.65, -1789.86, -41.0136, 4.55531, 0, 0, -0.760406, 0.649449, 900, 255, 1, '', 48632, NULL), +(@OGUID+4174, 2047, 0, 45, 0, 1, 1, -2063.44, -2676.59, 88.1955, 1.62316, 0, 0, 0.725374, 0.688355, 900, 255, 1, '', 52237, NULL), +(@OGUID+4175, 2047, 0, 45, 317, 1, 1, -2044.11, -3332.36, 59.5733, 2.9845, 0, 0, 0.996917, 0.0784664, 900, 255, 1, '', 52237, NULL), +(@OGUID+4176, 2047, 0, 45, 460, 1, 1, -2032.64, -3347.23, 61.9084, 3.4034, 0, 0, -0.991445, 0.130528, 900, 255, 1, '', 50664, NULL), +(@OGUID+4177, 2047, 0, 45, 517, 1, 1, -1941.89, -1648.68, 48.6327, 0.157079, 0, 0, 0.0784588, 0.996917, 900, 255, 1, '', 50664, NULL), +(@OGUID+4178, 2047, 0, 45, 0, 1, 1, -1920.89, -1674.88, 62.1752, 3.56047, 0, 0, -0.978148, 0.207912, 900, 255, 1, '', 48632, NULL), +(@OGUID+4179, 2047, 0, 45, 0, 1, 1, -1854.6, -1493.8, 49.2701, 4.7822, 0, 0, -0.681998, 0.731354, 900, 255, 1, '', 52237, NULL), +(@OGUID+4180, 2047, 0, 45, 0, 1, 1, -1851.72, -1538.44, 66.9113, 2.19911, 0, 0, 0.891006, 0.453991, 900, 255, 1, '', 48632, NULL), +(@OGUID+4181, 2047, 0, 45, 0, 1, 1, -1848.64, -1760.39, 67.3599, 5.88176, 0, 0, -0.199368, 0.979925, 900, 255, 1, '', 49345, NULL), +(@OGUID+4182, 2047, 0, 45, 0, 1, 1, -1842.88, -2536.53, 55.9154, 5.60251, 0, 0, -0.333807, 0.942641, 900, 255, 1, '', 49345, NULL), +(@OGUID+4183, 2047, 0, 45, 0, 1, 1, -1831.79, -1443.18, 59.4886, 5.96903, 0, 0, -0.156434, 0.987688, 900, 255, 1, '', 49345, NULL), +(@OGUID+4184, 2047, 0, 45, 0, 1, 1, -1827.82, -2643.53, 59.8704, 6.23083, 0, 0, -0.0261765, 0.999657, 900, 255, 1, '', 49345, NULL), +(@OGUID+4185, 2047, 0, 45, 324, 1, 1, -1824.19, -1799.81, 60.5315, 1.79769, 0, 0, 0.782608, 0.622515, 900, 255, 1, '', 52237, NULL), +(@OGUID+4186, 2047, 0, 45, 0, 1, 1, -1819.15, -2011.03, 66.5258, 2.02458, 0, 0, 0.848047, 0.529921, 900, 255, 1, '', 52237, NULL), +(@OGUID+4187, 2047, 0, 45, 0, 1, 1, -1755.99, -1427.99, 63.643, 1.78023, 0, 0, 0.777145, 0.629321, 900, 255, 1, '', 49345, NULL), +(@OGUID+4188, 2047, 0, 45, 317, 1, 1, -1729.78, -3290.1, 13.5406, 4.13643, 0, 0, -0.878817, 0.47716, 900, 255, 1, '', 52237, NULL), +(@OGUID+4189, 2047, 0, 45, 460, 1, 1, -1674.69, -1442.03, 45.8495, 5.41052, 0, 0, -0.422618, 0.906308, 900, 255, 1, '', 50664, NULL), +(@OGUID+4190, 2047, 0, 45, 0, 1, 1, -1657.74, -2215.52, 23.8297, 5.55015, 0, 0, -0.358368, 0.93358, 900, 255, 1, '', 50664, NULL), +(@OGUID+4191, 2047, 0, 45, 0, 1, 1, -984.559, -3889.46, 148.863, 1.71042, 0, 0, 0.754709, 0.656059, 900, 255, 1, '', 50664, NULL), +(@OGUID+4192, 2047, 0, 45, 0, 1, 1, -926.399, -3898.71, 144.877, 1.36136, 0, 0, 0.62932, 0.777146, 900, 255, 1, '', 49345, NULL), +(@OGUID+4193, 2047, 0, 45, 0, 1, 1, -857.528, -3931.43, 149.044, 6.07375, 0, 0, -0.104528, 0.994522, 900, 255, 1, '', 50664, NULL), +(@OGUID+4194, 2047, 0, 45, 0, 1, 1, -821.052, -3915.51, 146.443, 4.93928, 0, 0, -0.622514, 0.782609, 900, 255, 1, '', 49345, NULL), +(@OGUID+4195, 2653, 0, 45, 0, 1, 1, -947.561, -3927.05, 145.284, 4.04917, 0, 0, -0.898793, 0.438373, 900, 255, 1, '', 49345, NULL), +(@OGUID+4196, 2653, 0, 45, 0, 1, 1, -936.332, -3858.24, 148.046, 1.18682, 0, 0, 0.559193, 0.829038, 900, 255, 1, '', 49345, NULL), +(@OGUID+4197, 2653, 0, 45, 0, 1, 1, -909.263, -3952, 152.514, 2.02458, 0, 0, 0.848047, 0.529921, 900, 255, 1, '', 50664, NULL), +(@OGUID+4198, 2653, 0, 45, 0, 1, 1, -906.06, -3912.31, 139.706, 2.09439, 0, 0, 0.866025, 0.500001, 900, 255, 1, '', 49345, NULL), +(@OGUID+4199, 2653, 0, 45, 0, 1, 1, -887.104, -4012.1, 145.796, 3.15906, 0, 0, -0.999962, 0.00873464, 900, 255, 1, '', 50664, NULL), +(@OGUID+4200, 2653, 0, 45, 0, 1, 1, -871.711, -3959.1, 133.488, 5.5676, 0, 0, -0.350207, 0.936672, 900, 255, 1, '', 49345, NULL), +(@OGUID+4201, 2653, 0, 45, 318, 1, 1, -855.955, -3888.89, 140.746, 1.65806, 0, 0, 0.737277, 0.675591, 900, 255, 1, '', 52237, NULL), +(@OGUID+4202, 2653, 0, 45, 0, 1, 1, -842.014, -3939.07, 150.111, 1.309, 0, 0, 0.608761, 0.793354, 900, 255, 1, '', 49345, NULL); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+3819, @POOL_SINGLE+473, 90, 'Arathi Highlands - Ore Pool - Tin Vein'), +(@OGUID+3820, @POOL_SINGLE+474, 90, 'Arathi Highlands - Ore Pool - Tin Vein'), +(@OGUID+3821, @POOL_SINGLE+475, 90, 'Arathi Highlands - Ore Pool - Tin Vein'), +(@OGUID+3822, @POOL_SINGLE+476, 90, 'Arathi Highlands - Ore Pool - Tin Vein'), +(@OGUID+3823, @POOL_SINGLE+477, 90, 'Arathi Highlands - Ore Pool - Tin Vein'), +(@OGUID+3824, @POOL_SINGLE+478, 90, 'Arathi Highlands - Ore Pool - Tin Vein'), +(@OGUID+3825, @POOL_SINGLE+479, 90, 'Arathi Highlands - Ore Pool - Tin Vein'), +(@OGUID+3826, @POOL_SINGLE+480, 90, 'Arathi Highlands - Ore Pool - Tin Vein'), +(@OGUID+3827, @POOL_SINGLE+481, 90, 'Arathi Highlands - Ore Pool - Tin Vein'), +(@OGUID+3828, @POOL_SINGLE+482, 90, 'Arathi Highlands - Ore Pool - Tin Vein'), +(@OGUID+3829, @POOL_SINGLE+483, 90, 'Arathi Highlands - Ore Pool - Tin Vein'), +(@OGUID+3830, @POOL_SINGLE+484, 90, 'Arathi Highlands - Ore Pool - Tin Vein'), +(@OGUID+3831, @POOL_SINGLE+485, 90, 'Arathi Highlands - Ore Pool - Tin Vein'), +(@OGUID+3832, @POOL_SINGLE+486, 90, 'Arathi Highlands - Ore Pool - Tin Vein'), +(@OGUID+3833, @POOL_SINGLE+487, 90, 'Arathi Highlands - Ore Pool - Tin Vein'), +(@OGUID+3834, @POOL_SINGLE+488, 90, 'Arathi Highlands - Ore Pool - Tin Vein'), +(@OGUID+3835, @POOL_SINGLE+489, 90, 'Arathi Highlands - Ore Pool - Tin Vein'), +(@OGUID+3836, @POOL_SINGLE+490, 90, 'Arathi Highlands - Ore Pool - Tin Vein'), +(@OGUID+3837, @POOL_SINGLE+491, 90, 'Arathi Highlands - Ore Pool - Tin Vein'), +(@OGUID+3838, @POOL_SINGLE+492, 90, 'Arathi Highlands - Ore Pool - Tin Vein'), +(@OGUID+3839, @POOL_SINGLE+493, 90, 'Arathi Highlands - Ore Pool - Tin Vein'), +(@OGUID+3840, @POOL_SINGLE+494, 90, 'Arathi Highlands - Ore Pool - Tin Vein'), +(@OGUID+3841, @POOL_SINGLE+495, 90, 'Arathi Highlands - Ore Pool - Tin Vein'), +(@OGUID+3842, @POOL_SINGLE+496, 90, 'Arathi Highlands - Ore Pool - Tin Vein'), +(@OGUID+3843, @POOL_SINGLE+497, 90, 'Arathi Highlands - Ore Pool - Tin Vein'), +(@OGUID+3844, @POOL_SINGLE+498, 90, 'Arathi Highlands - Ore Pool - Tin Vein'), +(@OGUID+3845, @POOL_SINGLE+473, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+3846, @POOL_SINGLE+474, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+3847, @POOL_SINGLE+475, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+3848, @POOL_SINGLE+476, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+3849, @POOL_SINGLE+477, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+3850, @POOL_SINGLE+478, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+3851, @POOL_SINGLE+479, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+3852, @POOL_SINGLE+480, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+3853, @POOL_SINGLE+481, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+3854, @POOL_SINGLE+482, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+3855, @POOL_SINGLE+483, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+3856, @POOL_SINGLE+484, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+3857, @POOL_SINGLE+485, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+3858, @POOL_SINGLE+486, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+3859, @POOL_SINGLE+487, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+3860, @POOL_SINGLE+488, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+3861, @POOL_SINGLE+489, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+3862, @POOL_SINGLE+490, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+3863, @POOL_SINGLE+491, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+3864, @POOL_SINGLE+492, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+3865, @POOL_SINGLE+493, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+3866, @POOL_SINGLE+494, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+3867, @POOL_SINGLE+495, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+3868, @POOL_SINGLE+496, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+3869, @POOL_SINGLE+497, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+3870, @POOL_SINGLE+498, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), + +(@OGUID+3871, @POOL_SINGLE+499, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3872, @POOL_SINGLE+500, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3873, @POOL_SINGLE+501, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3874, @POOL_SINGLE+502, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3875, @POOL_SINGLE+503, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3876, @POOL_SINGLE+504, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3877, @POOL_SINGLE+505, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3878, @POOL_SINGLE+506, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3879, @POOL_SINGLE+507, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3880, @POOL_SINGLE+508, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3881, @POOL_SINGLE+509, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3882, @POOL_SINGLE+510, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3883, @POOL_SINGLE+511, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3884, @POOL_SINGLE+512, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3885, @POOL_SINGLE+513, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3886, @POOL_SINGLE+514, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3887, @POOL_SINGLE+515, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3888, @POOL_SINGLE+516, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3889, @POOL_SINGLE+517, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3890, @POOL_SINGLE+518, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3891, @POOL_SINGLE+519, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3892, @POOL_SINGLE+520, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3893, @POOL_SINGLE+521, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3894, @POOL_SINGLE+522, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3895, @POOL_SINGLE+523, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3896, @POOL_SINGLE+524, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3897, @POOL_SINGLE+525, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3898, @POOL_SINGLE+526, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3899, @POOL_SINGLE+527, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3900, @POOL_SINGLE+528, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3901, @POOL_SINGLE+529, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3902, @POOL_SINGLE+530, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3903, @POOL_SINGLE+531, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3904, @POOL_SINGLE+532, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3905, @POOL_SINGLE+533, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3906, @POOL_SINGLE+534, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3907, @POOL_SINGLE+535, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3908, @POOL_SINGLE+536, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3909, @POOL_SINGLE+537, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3910, @POOL_SINGLE+538, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3911, @POOL_SINGLE+539, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3912, @POOL_SINGLE+540, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3913, @POOL_SINGLE+541, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3914, @POOL_SINGLE+542, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3915, @POOL_SINGLE+543, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3916, @POOL_SINGLE+544, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3917, @POOL_SINGLE+545, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3918, @POOL_SINGLE+546, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3919, @POOL_SINGLE+547, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3920, @POOL_SINGLE+548, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3921, @POOL_SINGLE+549, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3922, @POOL_SINGLE+550, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3923, @POOL_SINGLE+551, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3924, @POOL_SINGLE+552, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3925, @POOL_SINGLE+553, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3926, @POOL_SINGLE+554, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3927, @POOL_SINGLE+555, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3928, @POOL_SINGLE+556, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3929, @POOL_SINGLE+557, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3930, @POOL_SINGLE+558, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3931, @POOL_SINGLE+559, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3932, @POOL_SINGLE+560, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3933, @POOL_SINGLE+561, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3934, @POOL_SINGLE+562, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3935, @POOL_SINGLE+563, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3936, @POOL_SINGLE+564, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3937, @POOL_SINGLE+565, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3938, @POOL_SINGLE+566, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3939, @POOL_SINGLE+567, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3940, @POOL_SINGLE+568, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3941, @POOL_SINGLE+569, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3942, @POOL_SINGLE+570, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3943, @POOL_SINGLE+571, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3944, @POOL_SINGLE+572, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3945, @POOL_SINGLE+573, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3946, @POOL_SINGLE+574, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3947, @POOL_SINGLE+575, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3948, @POOL_SINGLE+576, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3949, @POOL_SINGLE+577, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3950, @POOL_SINGLE+578, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3951, @POOL_SINGLE+579, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3952, @POOL_SINGLE+580, 80, 'Arathi Highlands - Ore Pool - Iron Deposit'), +(@OGUID+3953, @POOL_SINGLE+499, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+3954, @POOL_SINGLE+500, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+3955, @POOL_SINGLE+501, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+3956, @POOL_SINGLE+502, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+3957, @POOL_SINGLE+503, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+3958, @POOL_SINGLE+504, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+3959, @POOL_SINGLE+505, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+3960, @POOL_SINGLE+506, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+3961, @POOL_SINGLE+507, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+3962, @POOL_SINGLE+508, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+3963, @POOL_SINGLE+509, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+3964, @POOL_SINGLE+510, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+3965, @POOL_SINGLE+511, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+3966, @POOL_SINGLE+512, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+3967, @POOL_SINGLE+513, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+3968, @POOL_SINGLE+514, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+3969, @POOL_SINGLE+515, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+3970, @POOL_SINGLE+516, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+3971, @POOL_SINGLE+517, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+3972, @POOL_SINGLE+518, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+3973, @POOL_SINGLE+519, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+3974, @POOL_SINGLE+520, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+3975, @POOL_SINGLE+521, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+3976, @POOL_SINGLE+522, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+3977, @POOL_SINGLE+523, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+3978, @POOL_SINGLE+524, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+3979, @POOL_SINGLE+525, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+3980, @POOL_SINGLE+526, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+3981, @POOL_SINGLE+527, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+3982, @POOL_SINGLE+528, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+3983, @POOL_SINGLE+529, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+3984, @POOL_SINGLE+530, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+3985, @POOL_SINGLE+531, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+3986, @POOL_SINGLE+532, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+3987, @POOL_SINGLE+533, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+3988, @POOL_SINGLE+534, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+3989, @POOL_SINGLE+535, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+3990, @POOL_SINGLE+536, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+3991, @POOL_SINGLE+537, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+3992, @POOL_SINGLE+538, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+3993, @POOL_SINGLE+539, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+3994, @POOL_SINGLE+540, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+3995, @POOL_SINGLE+541, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+3996, @POOL_SINGLE+542, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+3997, @POOL_SINGLE+543, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+3998, @POOL_SINGLE+544, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+3999, @POOL_SINGLE+545, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4000, @POOL_SINGLE+546, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4001, @POOL_SINGLE+547, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4002, @POOL_SINGLE+548, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4003, @POOL_SINGLE+549, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4004, @POOL_SINGLE+550, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4005, @POOL_SINGLE+551, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4006, @POOL_SINGLE+552, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4007, @POOL_SINGLE+553, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4008, @POOL_SINGLE+554, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4009, @POOL_SINGLE+555, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4010, @POOL_SINGLE+556, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4011, @POOL_SINGLE+557, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4012, @POOL_SINGLE+558, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4013, @POOL_SINGLE+559, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4014, @POOL_SINGLE+560, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4015, @POOL_SINGLE+561, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4016, @POOL_SINGLE+562, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4017, @POOL_SINGLE+563, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4018, @POOL_SINGLE+564, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4019, @POOL_SINGLE+565, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4020, @POOL_SINGLE+566, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4021, @POOL_SINGLE+567, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4022, @POOL_SINGLE+568, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4023, @POOL_SINGLE+569, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4024, @POOL_SINGLE+570, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4025, @POOL_SINGLE+571, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4026, @POOL_SINGLE+572, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4027, @POOL_SINGLE+573, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4028, @POOL_SINGLE+574, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4029, @POOL_SINGLE+575, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4030, @POOL_SINGLE+576, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4031, @POOL_SINGLE+577, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4032, @POOL_SINGLE+578, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4033, @POOL_SINGLE+579, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4034, @POOL_SINGLE+580, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4035, @POOL_SINGLE+499, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4036, @POOL_SINGLE+500, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4037, @POOL_SINGLE+501, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4038, @POOL_SINGLE+502, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4039, @POOL_SINGLE+503, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4040, @POOL_SINGLE+504, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4041, @POOL_SINGLE+505, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4042, @POOL_SINGLE+506, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4043, @POOL_SINGLE+507, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4044, @POOL_SINGLE+508, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4045, @POOL_SINGLE+509, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4046, @POOL_SINGLE+510, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4047, @POOL_SINGLE+511, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4048, @POOL_SINGLE+512, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4049, @POOL_SINGLE+513, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4050, @POOL_SINGLE+514, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4051, @POOL_SINGLE+515, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4052, @POOL_SINGLE+516, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4053, @POOL_SINGLE+517, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4054, @POOL_SINGLE+518, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4055, @POOL_SINGLE+519, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4056, @POOL_SINGLE+520, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4057, @POOL_SINGLE+521, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4058, @POOL_SINGLE+522, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4059, @POOL_SINGLE+523, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4060, @POOL_SINGLE+524, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4061, @POOL_SINGLE+525, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4062, @POOL_SINGLE+526, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4063, @POOL_SINGLE+527, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4064, @POOL_SINGLE+528, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4065, @POOL_SINGLE+529, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4066, @POOL_SINGLE+530, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4067, @POOL_SINGLE+531, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4068, @POOL_SINGLE+532, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4069, @POOL_SINGLE+533, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4070, @POOL_SINGLE+534, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4071, @POOL_SINGLE+535, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4072, @POOL_SINGLE+536, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4073, @POOL_SINGLE+537, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4074, @POOL_SINGLE+538, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4075, @POOL_SINGLE+539, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4076, @POOL_SINGLE+540, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4077, @POOL_SINGLE+541, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4078, @POOL_SINGLE+542, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4079, @POOL_SINGLE+543, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4080, @POOL_SINGLE+544, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4081, @POOL_SINGLE+545, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4082, @POOL_SINGLE+546, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4083, @POOL_SINGLE+547, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4084, @POOL_SINGLE+548, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4085, @POOL_SINGLE+549, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4086, @POOL_SINGLE+550, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4087, @POOL_SINGLE+551, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4088, @POOL_SINGLE+552, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4089, @POOL_SINGLE+553, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4090, @POOL_SINGLE+554, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4091, @POOL_SINGLE+555, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4092, @POOL_SINGLE+556, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4093, @POOL_SINGLE+557, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4094, @POOL_SINGLE+558, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4095, @POOL_SINGLE+559, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4096, @POOL_SINGLE+560, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4097, @POOL_SINGLE+561, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4098, @POOL_SINGLE+562, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4099, @POOL_SINGLE+563, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4100, @POOL_SINGLE+564, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4101, @POOL_SINGLE+565, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4102, @POOL_SINGLE+566, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4103, @POOL_SINGLE+567, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4104, @POOL_SINGLE+568, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4105, @POOL_SINGLE+569, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4106, @POOL_SINGLE+570, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4107, @POOL_SINGLE+571, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4108, @POOL_SINGLE+572, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4109, @POOL_SINGLE+573, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4110, @POOL_SINGLE+574, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4111, @POOL_SINGLE+575, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4112, @POOL_SINGLE+576, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4113, @POOL_SINGLE+577, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4114, @POOL_SINGLE+578, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4115, @POOL_SINGLE+579, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), +(@OGUID+4116, @POOL_SINGLE+580, 0, 'Arathi Highlands - Ore Pool - Silver Vein'), + +(@OGUID+4117, @POOL_SINGLE+581, 80, 'Arathi Highlands - Ore Pool - Mithril Deposit'), +(@OGUID+4118, @POOL_SINGLE+582, 80, 'Arathi Highlands - Ore Pool - Mithril Deposit'), +(@OGUID+4119, @POOL_SINGLE+583, 80, 'Arathi Highlands - Ore Pool - Mithril Deposit'), +(@OGUID+4120, @POOL_SINGLE+584, 80, 'Arathi Highlands - Ore Pool - Mithril Deposit'), +(@OGUID+4121, @POOL_SINGLE+585, 80, 'Arathi Highlands - Ore Pool - Mithril Deposit'), +(@OGUID+4122, @POOL_SINGLE+586, 80, 'Arathi Highlands - Ore Pool - Mithril Deposit'), +(@OGUID+4123, @POOL_SINGLE+587, 80, 'Arathi Highlands - Ore Pool - Mithril Deposit'), +(@OGUID+4124, @POOL_SINGLE+588, 80, 'Arathi Highlands - Ore Pool - Mithril Deposit'), +(@OGUID+4125, @POOL_SINGLE+589, 80, 'Arathi Highlands - Ore Pool - Mithril Deposit'), +(@OGUID+4126, @POOL_SINGLE+590, 80, 'Arathi Highlands - Ore Pool - Mithril Deposit'), +(@OGUID+4127, @POOL_SINGLE+591, 80, 'Arathi Highlands - Ore Pool - Mithril Deposit'), +(@OGUID+4128, @POOL_SINGLE+592, 80, 'Arathi Highlands - Ore Pool - Mithril Deposit'), +(@OGUID+4129, @POOL_SINGLE+593, 80, 'Arathi Highlands - Ore Pool - Mithril Deposit'), +(@OGUID+4130, @POOL_SINGLE+594, 80, 'Arathi Highlands - Ore Pool - Mithril Deposit'), +(@OGUID+4131, @POOL_SINGLE+595, 80, 'Arathi Highlands - Ore Pool - Mithril Deposit'), +(@OGUID+4132, @POOL_SINGLE+596, 80, 'Arathi Highlands - Ore Pool - Mithril Deposit'), +(@OGUID+4133, @POOL_SINGLE+597, 80, 'Arathi Highlands - Ore Pool - Mithril Deposit'), +(@OGUID+4134, @POOL_SINGLE+598, 80, 'Arathi Highlands - Ore Pool - Mithril Deposit'), +(@OGUID+4135, @POOL_SINGLE+599, 80, 'Arathi Highlands - Ore Pool - Mithril Deposit'), +(@OGUID+4136, @POOL_SINGLE+600, 80, 'Arathi Highlands - Ore Pool - Mithril Deposit'), +(@OGUID+4137, @POOL_SINGLE+601, 80, 'Arathi Highlands - Ore Pool - Mithril Deposit'), +(@OGUID+4138, @POOL_SINGLE+602, 80, 'Arathi Highlands - Ore Pool - Mithril Deposit'), +(@OGUID+4139, @POOL_SINGLE+603, 80, 'Arathi Highlands - Ore Pool - Mithril Deposit'), +(@OGUID+4140, @POOL_SINGLE+604, 80, 'Arathi Highlands - Ore Pool - Mithril Deposit'), +(@OGUID+4141, @POOL_SINGLE+605, 80, 'Arathi Highlands - Ore Pool - Mithril Deposit'), +(@OGUID+4142, @POOL_SINGLE+606, 80, 'Arathi Highlands - Ore Pool - Mithril Deposit'), +(@OGUID+4143, @POOL_SINGLE+581, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4144, @POOL_SINGLE+582, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4145, @POOL_SINGLE+583, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4146, @POOL_SINGLE+584, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4147, @POOL_SINGLE+585, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4148, @POOL_SINGLE+586, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4149, @POOL_SINGLE+587, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4150, @POOL_SINGLE+588, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4151, @POOL_SINGLE+589, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4152, @POOL_SINGLE+590, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4153, @POOL_SINGLE+591, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4154, @POOL_SINGLE+592, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4155, @POOL_SINGLE+593, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4156, @POOL_SINGLE+594, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4157, @POOL_SINGLE+595, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4158, @POOL_SINGLE+596, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4159, @POOL_SINGLE+597, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4160, @POOL_SINGLE+598, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4161, @POOL_SINGLE+599, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4162, @POOL_SINGLE+600, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4163, @POOL_SINGLE+601, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4164, @POOL_SINGLE+602, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4165, @POOL_SINGLE+603, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4166, @POOL_SINGLE+604, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4167, @POOL_SINGLE+605, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4168, @POOL_SINGLE+606, 10, 'Arathi Highlands - Ore Pool - Gold Vein'), +(@OGUID+4169, @POOL_SINGLE+581, 10, 'Arathi Highlands - Ore Pool - Truesilver Deposit'), +(@OGUID+4170, @POOL_SINGLE+582, 10, 'Arathi Highlands - Ore Pool - Truesilver Deposit'), +(@OGUID+4171, @POOL_SINGLE+583, 10, 'Arathi Highlands - Ore Pool - Truesilver Deposit'), +(@OGUID+4172, @POOL_SINGLE+584, 10, 'Arathi Highlands - Ore Pool - Truesilver Deposit'), +(@OGUID+4173, @POOL_SINGLE+585, 10, 'Arathi Highlands - Ore Pool - Truesilver Deposit'), +(@OGUID+4174, @POOL_SINGLE+586, 10, 'Arathi Highlands - Ore Pool - Truesilver Deposit'), +(@OGUID+4175, @POOL_SINGLE+587, 10, 'Arathi Highlands - Ore Pool - Truesilver Deposit'), +(@OGUID+4176, @POOL_SINGLE+588, 10, 'Arathi Highlands - Ore Pool - Truesilver Deposit'), +(@OGUID+4177, @POOL_SINGLE+589, 10, 'Arathi Highlands - Ore Pool - Truesilver Deposit'), +(@OGUID+4178, @POOL_SINGLE+590, 10, 'Arathi Highlands - Ore Pool - Truesilver Deposit'), +(@OGUID+4179, @POOL_SINGLE+591, 10, 'Arathi Highlands - Ore Pool - Truesilver Deposit'), +(@OGUID+4180, @POOL_SINGLE+592, 10, 'Arathi Highlands - Ore Pool - Truesilver Deposit'), +(@OGUID+4181, @POOL_SINGLE+593, 10, 'Arathi Highlands - Ore Pool - Truesilver Deposit'), +(@OGUID+4182, @POOL_SINGLE+594, 10, 'Arathi Highlands - Ore Pool - Truesilver Deposit'), +(@OGUID+4183, @POOL_SINGLE+595, 10, 'Arathi Highlands - Ore Pool - Truesilver Deposit'), +(@OGUID+4184, @POOL_SINGLE+596, 10, 'Arathi Highlands - Ore Pool - Truesilver Deposit'), +(@OGUID+4185, @POOL_SINGLE+597, 10, 'Arathi Highlands - Ore Pool - Truesilver Deposit'), +(@OGUID+4186, @POOL_SINGLE+598, 10, 'Arathi Highlands - Ore Pool - Truesilver Deposit'), +(@OGUID+4187, @POOL_SINGLE+599, 10, 'Arathi Highlands - Ore Pool - Truesilver Deposit'), +(@OGUID+4188, @POOL_SINGLE+600, 10, 'Arathi Highlands - Ore Pool - Truesilver Deposit'), +(@OGUID+4189, @POOL_SINGLE+601, 10, 'Arathi Highlands - Ore Pool - Truesilver Deposit'), +(@OGUID+4190, @POOL_SINGLE+602, 10, 'Arathi Highlands - Ore Pool - Truesilver Deposit'), +(@OGUID+4191, @POOL_SINGLE+603, 10, 'Arathi Highlands - Ore Pool - Truesilver Deposit'), +(@OGUID+4192, @POOL_SINGLE+604, 10, 'Arathi Highlands - Ore Pool - Truesilver Deposit'), +(@OGUID+4193, @POOL_SINGLE+605, 10, 'Arathi Highlands - Ore Pool - Truesilver Deposit'), +(@OGUID+4194, @POOL_SINGLE+606, 10, 'Arathi Highlands - Ore Pool - Truesilver Deposit'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_SINGLE+473, 1, 'Arathi Highlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+474, 1, 'Arathi Highlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+475, 1, 'Arathi Highlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+476, 1, 'Arathi Highlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+477, 1, 'Arathi Highlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+478, 1, 'Arathi Highlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+479, 1, 'Arathi Highlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+480, 1, 'Arathi Highlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+481, 1, 'Arathi Highlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+482, 1, 'Arathi Highlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+483, 1, 'Arathi Highlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+484, 1, 'Arathi Highlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+485, 1, 'Arathi Highlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+486, 1, 'Arathi Highlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+487, 1, 'Arathi Highlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+488, 1, 'Arathi Highlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+489, 1, 'Arathi Highlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+490, 1, 'Arathi Highlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+491, 1, 'Arathi Highlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+492, 1, 'Arathi Highlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+493, 1, 'Arathi Highlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+494, 1, 'Arathi Highlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+495, 1, 'Arathi Highlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+496, 1, 'Arathi Highlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+497, 1, 'Arathi Highlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+498, 1, 'Arathi Highlands - Ore Pool - Tin Vein / Silver Vein'), + +(@POOL_SINGLE+499, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+500, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+501, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+502, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+503, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+504, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+505, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+506, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+507, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+508, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+509, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+510, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+511, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+512, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+513, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+514, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+515, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+516, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+517, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+518, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+519, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+520, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+521, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+522, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+523, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+524, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+525, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+526, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+527, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+528, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+529, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+530, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+531, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+532, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+533, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+534, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+535, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+536, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+537, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+538, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+539, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+540, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+541, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+542, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+543, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+544, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+545, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+546, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+547, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+548, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+549, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+550, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+551, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+552, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+553, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+554, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+555, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+556, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+557, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+558, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+559, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+560, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+561, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+562, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+563, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+564, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+565, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+566, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+567, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+568, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+569, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+570, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+571, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+572, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+573, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+574, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+575, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+576, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+577, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+578, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+579, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+580, 1, 'Arathi Highlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), + +(@POOL_SINGLE+581, 1, 'Arathi Highlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+582, 1, 'Arathi Highlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+583, 1, 'Arathi Highlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+584, 1, 'Arathi Highlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+585, 1, 'Arathi Highlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+586, 1, 'Arathi Highlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+587, 1, 'Arathi Highlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+588, 1, 'Arathi Highlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+589, 1, 'Arathi Highlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+590, 1, 'Arathi Highlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+591, 1, 'Arathi Highlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+592, 1, 'Arathi Highlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+593, 1, 'Arathi Highlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+594, 1, 'Arathi Highlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+595, 1, 'Arathi Highlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+596, 1, 'Arathi Highlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+597, 1, 'Arathi Highlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+598, 1, 'Arathi Highlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+599, 1, 'Arathi Highlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+600, 1, 'Arathi Highlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+601, 1, 'Arathi Highlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+602, 1, 'Arathi Highlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+603, 1, 'Arathi Highlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+604, 1, 'Arathi Highlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+605, 1, 'Arathi Highlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+606, 1, 'Arathi Highlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'); + +-- Lesser Bloodstone Deposits +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+4195, @POOL_MOTHER+228, 0, 'Arathi Highlands - Lesser Bloodstone Deposit'), +(@OGUID+4196, @POOL_MOTHER+228, 0, 'Arathi Highlands - Lesser Bloodstone Deposit'), +(@OGUID+4197, @POOL_MOTHER+228, 0, 'Arathi Highlands - Lesser Bloodstone Deposit'), +(@OGUID+4198, @POOL_MOTHER+228, 0, 'Arathi Highlands - Lesser Bloodstone Deposit'), +(@OGUID+4199, @POOL_MOTHER+228, 0, 'Arathi Highlands - Lesser Bloodstone Deposit'), +(@OGUID+4200, @POOL_MOTHER+228, 0, 'Arathi Highlands - Lesser Bloodstone Deposit'), +(@OGUID+4201, @POOL_MOTHER+228, 0, 'Arathi Highlands - Lesser Bloodstone Deposit'), +(@OGUID+4202, @POOL_MOTHER+228, 0, 'Arathi Highlands - Lesser Bloodstone Deposit'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+228, 5, 'Arathi Highlands - Lesser Bloodstone Deposit Master Pool - 5/8'); + +-- Drywhisker Gorge +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+559, @POOL_MOTHER+229, 0, 'Arathi Highlands - Drywhisker Gorge - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+560, @POOL_MOTHER+229, 0, 'Arathi Highlands - Drywhisker Gorge - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+567, @POOL_MOTHER+229, 0, 'Arathi Highlands - Drywhisker Gorge - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+568, @POOL_MOTHER+229, 0, 'Arathi Highlands - Drywhisker Gorge - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+571, @POOL_MOTHER+229, 0, 'Arathi Highlands - Drywhisker Gorge - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+575, @POOL_MOTHER+229, 0, 'Arathi Highlands - Drywhisker Gorge - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+603, @POOL_MOTHER+229, 0, 'Arathi Highlands - Drywhisker Gorge - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+604, @POOL_MOTHER+229, 0, 'Arathi Highlands - Drywhisker Gorge - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+605, @POOL_MOTHER+229, 0, 'Arathi Highlands - Drywhisker Gorge - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+606, @POOL_MOTHER+229, 0, 'Arathi Highlands - Drywhisker Gorge - Mithril Deposit / Gold Vein / Truesilver Deposit'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+229, 3, 'Arathi Highlands - Drywhisker Gorge - Ore Master Pool - 3/10'); + +-- Witherbark Cave +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+499, @POOL_MOTHER+230, 0, 'Arathi Highlands - Witherbark Cave - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+511, @POOL_MOTHER+230, 0, 'Arathi Highlands - Witherbark Cave - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+515, @POOL_MOTHER+230, 0, 'Arathi Highlands - Witherbark Cave - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+516, @POOL_MOTHER+230, 0, 'Arathi Highlands - Witherbark Cave - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+587, @POOL_MOTHER+230, 0, 'Arathi Highlands - Witherbark Cave - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+588, @POOL_MOTHER+230, 0, 'Arathi Highlands - Witherbark Cave - Mithril Deposit / Gold Vein / Truesilver Deposit'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+230, 2, 'Arathi Highlands - Witherbark Cave - Ore Master Pool - 2/6'); + +-- Boulderfist Hall +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+500, @POOL_MOTHER+231, 0, 'Arathi Highlands - Boulderfist Hall - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+510, @POOL_MOTHER+231, 0, 'Arathi Highlands - Boulderfist Hall - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+512, @POOL_MOTHER+231, 0, 'Arathi Highlands - Boulderfist Hall - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+513, @POOL_MOTHER+231, 0, 'Arathi Highlands - Boulderfist Hall - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+514, @POOL_MOTHER+231, 0, 'Arathi Highlands - Boulderfist Hall - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+517, @POOL_MOTHER+231, 0, 'Arathi Highlands - Boulderfist Hall - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+519, @POOL_MOTHER+231, 0, 'Arathi Highlands - Boulderfist Hall - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+521, @POOL_MOTHER+231, 0, 'Arathi Highlands - Boulderfist Hall - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+522, @POOL_MOTHER+231, 0, 'Arathi Highlands - Boulderfist Hall - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+525, @POOL_MOTHER+231, 0, 'Arathi Highlands - Boulderfist Hall - Iron Deposit / Silver Vein / Gold Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+231, 3, 'Arathi Highlands - Boulderfist Hall - Ore Master Pool - 3/9'); + +-- Boulder'gor +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+545, @POOL_MOTHER+232, 0, 'Arathi Highlands - Boulder\'gor - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+546, @POOL_MOTHER+232, 0, 'Arathi Highlands - Boulder\'gor - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+547, @POOL_MOTHER+232, 0, 'Arathi Highlands - Boulder\'gor - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+548, @POOL_MOTHER+232, 0, 'Arathi Highlands - Boulder\'gor - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+549, @POOL_MOTHER+232, 0, 'Arathi Highlands - Boulder\'gor - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+550, @POOL_MOTHER+232, 0, 'Arathi Highlands - Boulder\'gor - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+553, @POOL_MOTHER+232, 0, 'Arathi Highlands - Boulder\'gor - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+554, @POOL_MOTHER+232, 0, 'Arathi Highlands - Boulder\'gor - Iron Deposit / Silver Vein / Gold Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+232, 2, 'Arathi Highlands - Boulder\'gor - Ore Master Pool - 2/8'); + +-- Faldir's Cove +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+501, @POOL_MOTHER+233, 0, 'Arathi Highlands - Faldir\'s Cove - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+502, @POOL_MOTHER+233, 0, 'Arathi Highlands - Faldir\'s Cove - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+503, @POOL_MOTHER+233, 0, 'Arathi Highlands - Faldir\'s Cove - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+504, @POOL_MOTHER+233, 0, 'Arathi Highlands - Faldir\'s Cove - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+505, @POOL_MOTHER+233, 0, 'Arathi Highlands - Faldir\'s Cove - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+506, @POOL_MOTHER+233, 0, 'Arathi Highlands - Faldir\'s Cove - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+507, @POOL_MOTHER+233, 0, 'Arathi Highlands - Faldir\'s Cove - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+508, @POOL_MOTHER+233, 0, 'Arathi Highlands - Faldir\'s Cove - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+509, @POOL_MOTHER+233, 0, 'Arathi Highlands - Faldir\'s Cove - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+581, @POOL_MOTHER+233, 0, 'Arathi Highlands - Faldir\'s Cove - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+582, @POOL_MOTHER+233, 0, 'Arathi Highlands - Faldir\'s Cove - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+583, @POOL_MOTHER+233, 0, 'Arathi Highlands - Faldir\'s Cove - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+584, @POOL_MOTHER+233, 0, 'Arathi Highlands - Faldir\'s Cove - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+585, @POOL_MOTHER+233, 0, 'Arathi Highlands - Faldir\'s Cove - Mithril Deposit / Gold Vein / Truesilver Deposit'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+233, 4, 'Arathi Highlands - Faldir\'s Cove - Ore Master Pool - 4/14'); + +-- Liferoot +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+3702, @POOL_MOTHER+234, 0, 'Arathi Highlands - Witherbark Village - Liferoot'), +(@OGUID+3715, @POOL_MOTHER+234, 0, 'Arathi Highlands - Witherbark Village - Liferoot'), +(@OGUID+3716, @POOL_MOTHER+234, 0, 'Arathi Highlands - Witherbark Village - Liferoot'), +(@OGUID+3719, @POOL_MOTHER+234, 0, 'Arathi Highlands - Witherbark Village - Liferoot'), +(@OGUID+3714, @POOL_MOTHER+234, 0, 'Arathi Highlands - Witherbark Village - Liferoot'), +(@OGUID+3717, @POOL_MOTHER+234, 0, 'Arathi Highlands - Witherbark Village - Liferoot'), +(@OGUID+3711, @POOL_MOTHER+234, 0, 'Arathi Highlands - Witherbark Village - Liferoot'), +(@OGUID+3718, @POOL_MOTHER+234, 0, 'Arathi Highlands - Witherbark Village - Liferoot'), +(@OGUID+3709, @POOL_MOTHER+234, 0, 'Arathi Highlands - Witherbark Village - Liferoot'), +(@OGUID+3710, @POOL_MOTHER+234, 0, 'Arathi Highlands - Witherbark Village - Liferoot'), +(@OGUID+3704, @POOL_MOTHER+235, 0, 'Arathi Highlands - Thandol Span - Liferoot'), +(@OGUID+3707, @POOL_MOTHER+235, 0, 'Arathi Highlands - Thandol Span - Liferoot'), +(@OGUID+3706, @POOL_MOTHER+235, 0, 'Arathi Highlands - Thandol Span - Liferoot'), +(@OGUID+3705, @POOL_MOTHER+235, 0, 'Arathi Highlands - Thandol Span - Liferoot'), +(@OGUID+3713, @POOL_MOTHER+235, 0, 'Arathi Highlands - Thandol Span - Liferoot'), +(@OGUID+3703, @POOL_MOTHER+235, 0, 'Arathi Highlands - Thandol Span - Liferoot'), +(@OGUID+3699, @POOL_MOTHER+236, 0, 'Arathi Highlands - Stromgarde Keep - Liferoot'), +(@OGUID+3701, @POOL_MOTHER+236, 0, 'Arathi Highlands - Stromgarde Keep - Liferoot'), +(@OGUID+3712, @POOL_MOTHER+236, 0, 'Arathi Highlands - Stromgarde Keep - Liferoot'), +(@OGUID+3700, @POOL_MOTHER+236, 0, 'Arathi Highlands - Stromgarde Keep - Liferoot'), +(@OGUID+3708, @POOL_MOTHER+236, 0, 'Arathi Highlands - Stromgarde Keep - Liferoot'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+234, 3, 'Arathi Highlands - Witherbark Village - Liferoot - 3/10'), +(@POOL_MOTHER+235, 2, 'Arathi Highlands - Thandol Span - Liferoot - 2/6'), +(@POOL_MOTHER+236, 2, 'Arathi Highlands - Stromgarde Keep - Liferoot - 2/5'); + +-- Grave Moss +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+3694, @POOL_MOTHER+237, 0, 'Arathi Highlands - Stromgarde Keep - Grave Moss'), +(@OGUID+3695, @POOL_MOTHER+237, 0, 'Arathi Highlands - Stromgarde Keep - Grave Moss'), +(@OGUID+3696, @POOL_MOTHER+237, 0, 'Arathi Highlands - Stromgarde Keep - Grave Moss'), +(@OGUID+3697, @POOL_MOTHER+237, 0, 'Arathi Highlands - Stromgarde Keep - Grave Moss'), +(@OGUID+3698, @POOL_MOTHER+237, 0, 'Arathi Highlands - Stromgarde Keep - Grave Moss'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+237, 2, 'Arathi Highlands - Stromgarde Keep - Grave Moss - 2/5'); + +-- Hammerfall +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+485, @POOL_MOTHER+238, 0, 'Arathi Highlands - Hammerfall Quadrant - Tin Vein / Silver Vein'), +(@POOL_SINGLE+488, @POOL_MOTHER+238, 0, 'Arathi Highlands - Hammerfall Quadrant - Tin Vein / Silver Vein'), +(@POOL_SINGLE+491, @POOL_MOTHER+238, 0, 'Arathi Highlands - Hammerfall Quadrant - Tin Vein / Silver Vein'), +(@POOL_SINGLE+494, @POOL_MOTHER+238, 0, 'Arathi Highlands - Hammerfall Quadrant - Tin Vein / Silver Vein'), +(@POOL_SINGLE+495, @POOL_MOTHER+238, 0, 'Arathi Highlands - Hammerfall Quadrant - Tin Vein / Silver Vein'), +(@POOL_SINGLE+538, @POOL_MOTHER+239, 0, 'Arathi Highlands - Hammerfall Quadrant - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+539, @POOL_MOTHER+239, 0, 'Arathi Highlands - Hammerfall Quadrant - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+540, @POOL_MOTHER+239, 0, 'Arathi Highlands - Hammerfall Quadrant - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+541, @POOL_MOTHER+239, 0, 'Arathi Highlands - Hammerfall Quadrant - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+542, @POOL_MOTHER+239, 0, 'Arathi Highlands - Hammerfall Quadrant - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+543, @POOL_MOTHER+239, 0, 'Arathi Highlands - Hammerfall Quadrant - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+544, @POOL_MOTHER+239, 0, 'Arathi Highlands - Hammerfall Quadrant - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+551, @POOL_MOTHER+239, 0, 'Arathi Highlands - Hammerfall Quadrant - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+556, @POOL_MOTHER+239, 0, 'Arathi Highlands - Hammerfall Quadrant - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+557, @POOL_MOTHER+239, 0, 'Arathi Highlands - Hammerfall Quadrant - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+563, @POOL_MOTHER+239, 0, 'Arathi Highlands - Hammerfall Quadrant - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+566, @POOL_MOTHER+239, 0, 'Arathi Highlands - Hammerfall Quadrant - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+569, @POOL_MOTHER+239, 0, 'Arathi Highlands - Hammerfall Quadrant - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+572, @POOL_MOTHER+239, 0, 'Arathi Highlands - Hammerfall Quadrant - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+574, @POOL_MOTHER+239, 0, 'Arathi Highlands - Hammerfall Quadrant - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+576, @POOL_MOTHER+239, 0, 'Arathi Highlands - Hammerfall Quadrant - Iron Deposit / Silver Vein / Gold Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+238, 2, 'Arathi Highlands - Hammerfall Quadrant - Tin Vein / Silver Vein - 2/5'), +(@POOL_MOTHER+239, 4, 'Arathi Highlands - Hammerfall Quadrant - Iron Deposit / Silver Vein / Gold Vein - 4/16'); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+3617, @POOL_MOTHER+240, 0, 'Arathi Highlands - Hammerfall Quadrant - Bruiseweed'), +(@OGUID+3625, @POOL_MOTHER+240, 0, 'Arathi Highlands - Hammerfall Quadrant - Bruiseweed'), +(@OGUID+3641, @POOL_MOTHER+241, 0, 'Arathi Highlands - Hammerfall Quadrant - Wild Steelbloom'), +(@OGUID+3644, @POOL_MOTHER+241, 0, 'Arathi Highlands - Hammerfall Quadrant - Wild Steelbloom'), +(@OGUID+3645, @POOL_MOTHER+241, 0, 'Arathi Highlands - Hammerfall Quadrant - Wild Steelbloom'), +(@OGUID+3646, @POOL_MOTHER+241, 0, 'Arathi Highlands - Hammerfall Quadrant - Wild Steelbloom'), +(@OGUID+3651, @POOL_MOTHER+241, 0, 'Arathi Highlands - Hammerfall Quadrant - Wild Steelbloom'), +(@OGUID+3658, @POOL_MOTHER+241, 0, 'Arathi Highlands - Hammerfall Quadrant - Wild Steelbloom'), +(@OGUID+3663, @POOL_MOTHER+242, 0, 'Arathi Highlands - Hammerfall Quadrant - Kingsblood'), +(@OGUID+3664, @POOL_MOTHER+242, 0, 'Arathi Highlands - Hammerfall Quadrant - Kingsblood'), +(@OGUID+3665, @POOL_MOTHER+242, 0, 'Arathi Highlands - Hammerfall Quadrant - Kingsblood'), +(@OGUID+3668, @POOL_MOTHER+242, 0, 'Arathi Highlands - Hammerfall Quadrant - Kingsblood'), +(@OGUID+3669, @POOL_MOTHER+242, 0, 'Arathi Highlands - Hammerfall Quadrant - Kingsblood'), +(@OGUID+3670, @POOL_MOTHER+242, 0, 'Arathi Highlands - Hammerfall Quadrant - Kingsblood'), +(@OGUID+3674, @POOL_MOTHER+242, 0, 'Arathi Highlands - Hammerfall Quadrant - Kingsblood'), +(@OGUID+3675, @POOL_MOTHER+242, 0, 'Arathi Highlands - Hammerfall Quadrant - Kingsblood'), +(@OGUID+3676, @POOL_MOTHER+242, 0, 'Arathi Highlands - Hammerfall Quadrant - Kingsblood'), +(@OGUID+3678, @POOL_MOTHER+242, 0, 'Arathi Highlands - Hammerfall Quadrant - Kingsblood'), +(@OGUID+3680, @POOL_MOTHER+242, 0, 'Arathi Highlands - Hammerfall Quadrant - Kingsblood'), +(@OGUID+3682, @POOL_MOTHER+242, 0, 'Arathi Highlands - Hammerfall Quadrant - Kingsblood'), +(@OGUID+3686, @POOL_MOTHER+242, 0, 'Arathi Highlands - Hammerfall Quadrant - Kingsblood'), +(@OGUID+3689, @POOL_MOTHER+242, 0, 'Arathi Highlands - Hammerfall Quadrant - Kingsblood'), +(@OGUID+3690, @POOL_MOTHER+242, 0, 'Arathi Highlands - Hammerfall Quadrant - Kingsblood'), +(@OGUID+3691, @POOL_MOTHER+242, 0, 'Arathi Highlands - Hammerfall Quadrant - Kingsblood'), +(@OGUID+3692, @POOL_MOTHER+242, 0, 'Arathi Highlands - Hammerfall Quadrant - Kingsblood'), +(@OGUID+3720, @POOL_MOTHER+243, 0, 'Arathi Highlands - Hammerfall Quadrant - Fadeleaf'), +(@OGUID+3721, @POOL_MOTHER+243, 0, 'Arathi Highlands - Hammerfall Quadrant - Fadeleaf'), +(@OGUID+3723, @POOL_MOTHER+243, 0, 'Arathi Highlands - Hammerfall Quadrant - Fadeleaf'), +(@OGUID+3724, @POOL_MOTHER+243, 0, 'Arathi Highlands - Hammerfall Quadrant - Fadeleaf'), +(@OGUID+3726, @POOL_MOTHER+243, 0, 'Arathi Highlands - Hammerfall Quadrant - Fadeleaf'), +(@OGUID+3732, @POOL_MOTHER+243, 0, 'Arathi Highlands - Hammerfall Quadrant - Fadeleaf'), +(@OGUID+3736, @POOL_MOTHER+243, 0, 'Arathi Highlands - Hammerfall Quadrant - Fadeleaf'), +(@OGUID+3742, @POOL_MOTHER+244, 0, 'Arathi Highlands - Hammerfall Quadrant - Khadgar\'s Whisker'), +(@OGUID+3743, @POOL_MOTHER+244, 0, 'Arathi Highlands - Hammerfall Quadrant - Khadgar\'s Whisker'), +(@OGUID+3744, @POOL_MOTHER+244, 0, 'Arathi Highlands - Hammerfall Quadrant - Khadgar\'s Whisker'), +(@OGUID+3745, @POOL_MOTHER+244, 0, 'Arathi Highlands - Hammerfall Quadrant - Khadgar\'s Whisker'), +(@OGUID+3746, @POOL_MOTHER+244, 0, 'Arathi Highlands - Hammerfall Quadrant - Khadgar\'s Whisker'), +(@OGUID+3751, @POOL_MOTHER+244, 0, 'Arathi Highlands - Hammerfall Quadrant - Khadgar\'s Whisker'), +(@OGUID+3756, @POOL_MOTHER+244, 0, 'Arathi Highlands - Hammerfall Quadrant - Khadgar\'s Whisker'), +(@OGUID+3757, @POOL_MOTHER+244, 0, 'Arathi Highlands - Hammerfall Quadrant - Khadgar\'s Whisker'), +(@OGUID+3759, @POOL_MOTHER+244, 0, 'Arathi Highlands - Hammerfall Quadrant - Khadgar\'s Whisker'), +(@OGUID+3760, @POOL_MOTHER+244, 0, 'Arathi Highlands - Hammerfall Quadrant - Khadgar\'s Whisker'), +(@OGUID+3761, @POOL_MOTHER+244, 0, 'Arathi Highlands - Hammerfall Quadrant - Khadgar\'s Whisker'), +(@OGUID+3762, @POOL_MOTHER+244, 0, 'Arathi Highlands - Hammerfall Quadrant - Khadgar\'s Whisker'), +(@OGUID+3763, @POOL_MOTHER+244, 0, 'Arathi Highlands - Hammerfall Quadrant - Khadgar\'s Whisker'), +(@OGUID+3764, @POOL_MOTHER+245, 0, 'Arathi Highlands - Hammerfall Quadrant - Goldthorn'), +(@OGUID+3776, @POOL_MOTHER+245, 0, 'Arathi Highlands - Hammerfall Quadrant - Goldthorn'), +(@OGUID+3777, @POOL_MOTHER+245, 0, 'Arathi Highlands - Hammerfall Quadrant - Goldthorn'), +(@OGUID+3778, @POOL_MOTHER+245, 0, 'Arathi Highlands - Hammerfall Quadrant - Goldthorn'), +(@OGUID+3783, @POOL_MOTHER+245, 0, 'Arathi Highlands - Hammerfall Quadrant - Goldthorn'), +(@OGUID+3786, @POOL_MOTHER+245, 0, 'Arathi Highlands - Hammerfall Quadrant - Goldthorn'), +(@OGUID+3789, @POOL_MOTHER+245, 0, 'Arathi Highlands - Hammerfall Quadrant - Goldthorn'), +(@OGUID+3801, @POOL_MOTHER+245, 0, 'Arathi Highlands - Hammerfall Quadrant - Goldthorn'), +(@OGUID+3802, @POOL_MOTHER+245, 0, 'Arathi Highlands - Hammerfall Quadrant - Goldthorn'), +(@OGUID+3803, @POOL_MOTHER+245, 0, 'Arathi Highlands - Hammerfall Quadrant - Goldthorn'), +(@OGUID+3813, @POOL_MOTHER+245, 0, 'Arathi Highlands - Hammerfall Quadrant - Goldthorn'), +(@OGUID+3814, @POOL_MOTHER+245, 0, 'Arathi Highlands - Hammerfall Quadrant - Goldthorn'), +(@OGUID+3815, @POOL_MOTHER+245, 0, 'Arathi Highlands - Hammerfall Quadrant - Goldthorn'), +(@OGUID+3818, @POOL_MOTHER+245, 0, 'Arathi Highlands - Hammerfall Quadrant - Goldthorn'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+240, 1, 'Arathi Highlands - Hammerfall Quadrant - Bruiseweed - 1/2'), +(@POOL_MOTHER+241, 2, 'Arathi Highlands - Hammerfall Quadrant - Wild Steelbloom - 2/6'), +(@POOL_MOTHER+242, 5, 'Arathi Highlands - Hammerfall Quadrant - Kingsblood - 5/17'), +(@POOL_MOTHER+243, 2, 'Arathi Highlands - Hammerfall Quadrant - Fadeleaf - 2/7'), +(@POOL_MOTHER+244, 4, 'Arathi Highlands - Hammerfall Quadrant - Khadgar\'s Whisker - 4/13'), +(@POOL_MOTHER+245, 4, 'Arathi Highlands - Hammerfall Quadrant - Goldthorn - 4/14'); + +-- Witherbark Quadrant +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+474, @POOL_MOTHER+246, 0, 'Arathi Highlands - Witherbark Quadrant - Tin Vein / Silver Vein'), +(@POOL_SINGLE+475, @POOL_MOTHER+246, 0, 'Arathi Highlands - Witherbark Quadrant - Tin Vein / Silver Vein'), +(@POOL_SINGLE+476, @POOL_MOTHER+246, 0, 'Arathi Highlands - Witherbark Quadrant - Tin Vein / Silver Vein'), +(@POOL_SINGLE+518, @POOL_MOTHER+247, 0, 'Arathi Highlands - Witherbark Quadrant - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+520, @POOL_MOTHER+247, 0, 'Arathi Highlands - Witherbark Quadrant - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+524, @POOL_MOTHER+247, 0, 'Arathi Highlands - Witherbark Quadrant - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+526, @POOL_MOTHER+247, 0, 'Arathi Highlands - Witherbark Quadrant - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+527, @POOL_MOTHER+247, 0, 'Arathi Highlands - Witherbark Quadrant - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+528, @POOL_MOTHER+247, 0, 'Arathi Highlands - Witherbark Quadrant - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+529, @POOL_MOTHER+247, 0, 'Arathi Highlands - Witherbark Quadrant - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+530, @POOL_MOTHER+247, 0, 'Arathi Highlands - Witherbark Quadrant - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+531, @POOL_MOTHER+247, 0, 'Arathi Highlands - Witherbark Quadrant - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+533, @POOL_MOTHER+247, 0, 'Arathi Highlands - Witherbark Quadrant - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+534, @POOL_MOTHER+247, 0, 'Arathi Highlands - Witherbark Quadrant - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+535, @POOL_MOTHER+247, 0, 'Arathi Highlands - Witherbark Quadrant - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+536, @POOL_MOTHER+247, 0, 'Arathi Highlands - Witherbark Quadrant - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+586, @POOL_MOTHER+248, 0, 'Arathi Highlands - Witherbark Quadrant - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+594, @POOL_MOTHER+248, 0, 'Arathi Highlands - Witherbark Quadrant - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+596, @POOL_MOTHER+248, 0, 'Arathi Highlands - Witherbark Quadrant - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+600, @POOL_MOTHER+248, 0, 'Arathi Highlands - Witherbark Quadrant - Mithril Deposit / Gold Vein / Truesilver Deposit'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+246, 1, 'Arathi Highlands - Witherbark Quadrant - Tin Vein / Silver Vein - 1/3'), +(@POOL_MOTHER+247, 4, 'Arathi Highlands - Witherbark Quadrant - Iron Deposit / Silver Vein / Gold Vein - 4/13'), +(@POOL_MOTHER+248, 1, 'Arathi Highlands - Witherbark Quadrant - Mithril Deposit / Gold Vein / Truesilver Deposit - 1/4'); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+3632, @POOL_MOTHER+249, 0, 'Arathi Highlands - Witherbark Quadrant - Wild Steelbloom'), +(@OGUID+3636, @POOL_MOTHER+249, 0, 'Arathi Highlands - Witherbark Quadrant - Wild Steelbloom'), +(@OGUID+3638, @POOL_MOTHER+249, 0, 'Arathi Highlands - Witherbark Quadrant - Wild Steelbloom'), +(@OGUID+3650, @POOL_MOTHER+249, 0, 'Arathi Highlands - Witherbark Quadrant - Wild Steelbloom'), +(@OGUID+3657, @POOL_MOTHER+249, 0, 'Arathi Highlands - Witherbark Quadrant - Wild Steelbloom'), +(@OGUID+3679, @POOL_MOTHER+250, 0, 'Arathi Highlands - Witherbark Quadrant - Kingsblood'), +(@OGUID+3683, @POOL_MOTHER+250, 0, 'Arathi Highlands - Witherbark Quadrant - Kingsblood'), +(@OGUID+3687, @POOL_MOTHER+250, 0, 'Arathi Highlands - Witherbark Quadrant - Kingsblood'), +(@OGUID+3693, @POOL_MOTHER+250, 0, 'Arathi Highlands - Witherbark Quadrant - Kingsblood'), +(@OGUID+3728, @POOL_MOTHER+251, 0, 'Arathi Highlands - Witherbark Quadrant - Fadeleaf'), +(@OGUID+3730, @POOL_MOTHER+251, 0, 'Arathi Highlands - Witherbark Quadrant - Fadeleaf'), +(@OGUID+3734, @POOL_MOTHER+251, 0, 'Arathi Highlands - Witherbark Quadrant - Fadeleaf'), +(@OGUID+3738, @POOL_MOTHER+251, 0, 'Arathi Highlands - Witherbark Quadrant - Fadeleaf'), +(@OGUID+3739, @POOL_MOTHER+251, 0, 'Arathi Highlands - Witherbark Quadrant - Fadeleaf'), +(@OGUID+3753, @POOL_MOTHER+252, 0, 'Arathi Highlands - Witherbark Quadrant - Khadgar\'s Whisker'), +(@OGUID+3754, @POOL_MOTHER+252, 0, 'Arathi Highlands - Witherbark Quadrant - Khadgar\'s Whisker'), +(@OGUID+3755, @POOL_MOTHER+252, 0, 'Arathi Highlands - Witherbark Quadrant - Khadgar\'s Whisker'), +(@OGUID+3765, @POOL_MOTHER+252, 0, 'Arathi Highlands - Witherbark Quadrant - Khadgar\'s Whisker'), +(@OGUID+3766, @POOL_MOTHER+252, 0, 'Arathi Highlands - Witherbark Quadrant - Khadgar\'s Whisker'), +(@OGUID+3767, @POOL_MOTHER+252, 0, 'Arathi Highlands - Witherbark Quadrant - Khadgar\'s Whisker'), +(@OGUID+3768, @POOL_MOTHER+252, 0, 'Arathi Highlands - Witherbark Quadrant - Khadgar\'s Whisker'), +(@OGUID+3769, @POOL_MOTHER+252, 0, 'Arathi Highlands - Witherbark Quadrant - Khadgar\'s Whisker'), +(@OGUID+3770, @POOL_MOTHER+252, 0, 'Arathi Highlands - Witherbark Quadrant - Khadgar\'s Whisker'), +(@OGUID+3771, @POOL_MOTHER+252, 0, 'Arathi Highlands - Witherbark Quadrant - Khadgar\'s Whisker'), +(@OGUID+3772, @POOL_MOTHER+252, 0, 'Arathi Highlands - Witherbark Quadrant - Khadgar\'s Whisker'), +(@OGUID+3773, @POOL_MOTHER+252, 0, 'Arathi Highlands - Witherbark Quadrant - Khadgar\'s Whisker'), +(@OGUID+3774, @POOL_MOTHER+252, 0, 'Arathi Highlands - Witherbark Quadrant - Khadgar\'s Whisker'), +(@OGUID+3790, @POOL_MOTHER+253, 0, 'Arathi Highlands - Witherbark Quadrant - Goldthorn'), +(@OGUID+3793, @POOL_MOTHER+253, 0, 'Arathi Highlands - Witherbark Quadrant - Goldthorn'), +(@OGUID+3794, @POOL_MOTHER+253, 0, 'Arathi Highlands - Witherbark Quadrant - Goldthorn'), +(@OGUID+3796, @POOL_MOTHER+253, 0, 'Arathi Highlands - Witherbark Quadrant - Goldthorn'), +(@OGUID+3797, @POOL_MOTHER+253, 0, 'Arathi Highlands - Witherbark Quadrant - Goldthorn'), +(@OGUID+3798, @POOL_MOTHER+253, 0, 'Arathi Highlands - Witherbark Quadrant - Goldthorn'), +(@OGUID+3812, @POOL_MOTHER+253, 0, 'Arathi Highlands - Witherbark Quadrant - Goldthorn'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+249, 2, 'Arathi Highlands - Witherbark Quadrant - Wild Steelbloom - 2/5'), +(@POOL_MOTHER+250, 1, 'Arathi Highlands - Witherbark Quadrant - Kingsblood - 1/4'), +(@POOL_MOTHER+251, 2, 'Arathi Highlands - Witherbark Quadrant - Fadeleaf - 2/5'), +(@POOL_MOTHER+252, 4, 'Arathi Highlands - Witherbark Quadrant - Khadgar\'s Whisker - 4/13'), +(@POOL_MOTHER+253, 2, 'Arathi Highlands - Witherbark Quadrant - Goldthorn - 2/7'); + +-- Northfold Quadrant +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+486, @POOL_MOTHER+254, 0, 'Arathi Highlands - Northfold Quadrant - Tin Vein / Silver Vein'), +(@POOL_SINGLE+487, @POOL_MOTHER+254, 0, 'Arathi Highlands - Northfold Quadrant - Tin Vein / Silver Vein'), +(@POOL_SINGLE+489, @POOL_MOTHER+254, 0, 'Arathi Highlands - Northfold Quadrant - Tin Vein / Silver Vein'), +(@POOL_SINGLE+490, @POOL_MOTHER+254, 0, 'Arathi Highlands - Northfold Quadrant - Tin Vein / Silver Vein'), +(@POOL_SINGLE+492, @POOL_MOTHER+254, 0, 'Arathi Highlands - Northfold Quadrant - Tin Vein / Silver Vein'), +(@POOL_SINGLE+493, @POOL_MOTHER+254, 0, 'Arathi Highlands - Northfold Quadrant - Tin Vein / Silver Vein'), +(@POOL_SINGLE+496, @POOL_MOTHER+254, 0, 'Arathi Highlands - Northfold Quadrant - Tin Vein / Silver Vein'), +(@POOL_SINGLE+497, @POOL_MOTHER+254, 0, 'Arathi Highlands - Northfold Quadrant - Tin Vein / Silver Vein'), +(@POOL_SINGLE+498, @POOL_MOTHER+254, 0, 'Arathi Highlands - Northfold Quadrant - Tin Vein / Silver Vein'), +(@POOL_SINGLE+552, @POOL_MOTHER+255, 0, 'Arathi Highlands - Northfold Quadrant - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+555, @POOL_MOTHER+255, 0, 'Arathi Highlands - Northfold Quadrant - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+558, @POOL_MOTHER+255, 0, 'Arathi Highlands - Northfold Quadrant - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+561, @POOL_MOTHER+255, 0, 'Arathi Highlands - Northfold Quadrant - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+562, @POOL_MOTHER+255, 0, 'Arathi Highlands - Northfold Quadrant - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+564, @POOL_MOTHER+255, 0, 'Arathi Highlands - Northfold Quadrant - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+565, @POOL_MOTHER+255, 0, 'Arathi Highlands - Northfold Quadrant - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+570, @POOL_MOTHER+255, 0, 'Arathi Highlands - Northfold Quadrant - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+573, @POOL_MOTHER+255, 0, 'Arathi Highlands - Northfold Quadrant - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+577, @POOL_MOTHER+255, 0, 'Arathi Highlands - Northfold Quadrant - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+578, @POOL_MOTHER+255, 0, 'Arathi Highlands - Northfold Quadrant - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+579, @POOL_MOTHER+255, 0, 'Arathi Highlands - Northfold Quadrant - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+580, @POOL_MOTHER+255, 0, 'Arathi Highlands - Northfold Quadrant - Iron Deposit / Silver Vein / Gold Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+254, 3, 'Arathi Highlands - Northfold Quadrant - Tin Vein / Silver Vein - 3/9'), +(@POOL_MOTHER+255, 4, 'Arathi Highlands - Northfold Quadrant - Iron Deposit / Silver Vein / Gold Vein - 4/13'); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+3621, @POOL_MOTHER+256, 0, 'Arathi Highlands - Northfold Quadrant - Bruiseweed'), +(@OGUID+3622, @POOL_MOTHER+256, 0, 'Arathi Highlands - Northfold Quadrant - Bruiseweed'), +(@OGUID+3623, @POOL_MOTHER+256, 0, 'Arathi Highlands - Northfold Quadrant - Bruiseweed'), +(@OGUID+3626, @POOL_MOTHER+257, 0, 'Arathi Highlands - Northfold Quadrant - Wild Steelbloom'), +(@OGUID+3627, @POOL_MOTHER+257, 0, 'Arathi Highlands - Northfold Quadrant - Wild Steelbloom'), +(@OGUID+3628, @POOL_MOTHER+257, 0, 'Arathi Highlands - Northfold Quadrant - Wild Steelbloom'), +(@OGUID+3629, @POOL_MOTHER+257, 0, 'Arathi Highlands - Northfold Quadrant - Wild Steelbloom'), +(@OGUID+3630, @POOL_MOTHER+257, 0, 'Arathi Highlands - Northfold Quadrant - Wild Steelbloom'), +(@OGUID+3639, @POOL_MOTHER+257, 0, 'Arathi Highlands - Northfold Quadrant - Wild Steelbloom'), +(@OGUID+3640, @POOL_MOTHER+257, 0, 'Arathi Highlands - Northfold Quadrant - Wild Steelbloom'), +(@OGUID+3642, @POOL_MOTHER+257, 0, 'Arathi Highlands - Northfold Quadrant - Wild Steelbloom'), +(@OGUID+3643, @POOL_MOTHER+257, 0, 'Arathi Highlands - Northfold Quadrant - Wild Steelbloom'), +(@OGUID+3647, @POOL_MOTHER+257, 0, 'Arathi Highlands - Northfold Quadrant - Wild Steelbloom'), +(@OGUID+3654, @POOL_MOTHER+257, 0, 'Arathi Highlands - Northfold Quadrant - Wild Steelbloom'), +(@OGUID+3655, @POOL_MOTHER+257, 0, 'Arathi Highlands - Northfold Quadrant - Wild Steelbloom'), +(@OGUID+3656, @POOL_MOTHER+257, 0, 'Arathi Highlands - Northfold Quadrant - Wild Steelbloom'), +(@OGUID+3660, @POOL_MOTHER+257, 0, 'Arathi Highlands - Northfold Quadrant - Wild Steelbloom'), +(@OGUID+3661, @POOL_MOTHER+258, 0, 'Arathi Highlands - Northfold Quadrant - Kingsblood'), +(@OGUID+3662, @POOL_MOTHER+258, 0, 'Arathi Highlands - Northfold Quadrant - Kingsblood'), +(@OGUID+3666, @POOL_MOTHER+258, 0, 'Arathi Highlands - Northfold Quadrant - Kingsblood'), +(@OGUID+3667, @POOL_MOTHER+258, 0, 'Arathi Highlands - Northfold Quadrant - Kingsblood'), +(@OGUID+3671, @POOL_MOTHER+258, 0, 'Arathi Highlands - Northfold Quadrant - Kingsblood'), +(@OGUID+3672, @POOL_MOTHER+258, 0, 'Arathi Highlands - Northfold Quadrant - Kingsblood'), +(@OGUID+3673, @POOL_MOTHER+258, 0, 'Arathi Highlands - Northfold Quadrant - Kingsblood'), +(@OGUID+3677, @POOL_MOTHER+258, 0, 'Arathi Highlands - Northfold Quadrant - Kingsblood'), +(@OGUID+3681, @POOL_MOTHER+258, 0, 'Arathi Highlands - Northfold Quadrant - Kingsblood'), +(@OGUID+3684, @POOL_MOTHER+258, 0, 'Arathi Highlands - Northfold Quadrant - Kingsblood'), +(@OGUID+3685, @POOL_MOTHER+258, 0, 'Arathi Highlands - Northfold Quadrant - Kingsblood'), +(@OGUID+3688, @POOL_MOTHER+258, 0, 'Arathi Highlands - Northfold Quadrant - Kingsblood'), +(@OGUID+3722, @POOL_MOTHER+259, 0, 'Arathi Highlands - Northfold Quadrant - Fadeleaf'), +(@OGUID+3731, @POOL_MOTHER+259, 0, 'Arathi Highlands - Northfold Quadrant - Fadeleaf'), +(@OGUID+3733, @POOL_MOTHER+259, 0, 'Arathi Highlands - Northfold Quadrant - Fadeleaf'), +(@OGUID+3735, @POOL_MOTHER+259, 0, 'Arathi Highlands - Northfold Quadrant - Fadeleaf'), +(@OGUID+3737, @POOL_MOTHER+259, 0, 'Arathi Highlands - Northfold Quadrant - Fadeleaf'), +(@OGUID+3740, @POOL_MOTHER+259, 0, 'Arathi Highlands - Northfold Quadrant - Fadeleaf'), +(@OGUID+3748, @POOL_MOTHER+260, 0, 'Arathi Highlands - Northfold Quadrant - Khadgar\'s Whisker'), +(@OGUID+3749, @POOL_MOTHER+260, 0, 'Arathi Highlands - Northfold Quadrant - Khadgar\'s Whisker'), +(@OGUID+3750, @POOL_MOTHER+260, 0, 'Arathi Highlands - Northfold Quadrant - Khadgar\'s Whisker'), +(@OGUID+3758, @POOL_MOTHER+260, 0, 'Arathi Highlands - Northfold Quadrant - Khadgar\'s Whisker'), +(@OGUID+3775, @POOL_MOTHER+261, 0, 'Arathi Highlands - Northfold Quadrant - Goldthorn'), +(@OGUID+3779, @POOL_MOTHER+261, 0, 'Arathi Highlands - Northfold Quadrant - Goldthorn'), +(@OGUID+3780, @POOL_MOTHER+261, 0, 'Arathi Highlands - Northfold Quadrant - Goldthorn'), +(@OGUID+3781, @POOL_MOTHER+261, 0, 'Arathi Highlands - Northfold Quadrant - Goldthorn'), +(@OGUID+3782, @POOL_MOTHER+261, 0, 'Arathi Highlands - Northfold Quadrant - Goldthorn'), +(@OGUID+3784, @POOL_MOTHER+261, 0, 'Arathi Highlands - Northfold Quadrant - Goldthorn'), +(@OGUID+3785, @POOL_MOTHER+261, 0, 'Arathi Highlands - Northfold Quadrant - Goldthorn'), +(@OGUID+3787, @POOL_MOTHER+261, 0, 'Arathi Highlands - Northfold Quadrant - Goldthorn'), +(@OGUID+3788, @POOL_MOTHER+261, 0, 'Arathi Highlands - Northfold Quadrant - Goldthorn'), +(@OGUID+3799, @POOL_MOTHER+261, 0, 'Arathi Highlands - Northfold Quadrant - Goldthorn'), +(@OGUID+3800, @POOL_MOTHER+261, 0, 'Arathi Highlands - Northfold Quadrant - Goldthorn'), +(@OGUID+3804, @POOL_MOTHER+261, 0, 'Arathi Highlands - Northfold Quadrant - Goldthorn'), +(@OGUID+3805, @POOL_MOTHER+261, 0, 'Arathi Highlands - Northfold Quadrant - Goldthorn'), +(@OGUID+3806, @POOL_MOTHER+261, 0, 'Arathi Highlands - Northfold Quadrant - Goldthorn'), +(@OGUID+3807, @POOL_MOTHER+261, 0, 'Arathi Highlands - Northfold Quadrant - Goldthorn'), +(@OGUID+3808, @POOL_MOTHER+261, 0, 'Arathi Highlands - Northfold Quadrant - Goldthorn'), +(@OGUID+3810, @POOL_MOTHER+261, 0, 'Arathi Highlands - Northfold Quadrant - Goldthorn'), +(@OGUID+3817, @POOL_MOTHER+261, 0, 'Arathi Highlands - Northfold Quadrant - Goldthorn'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+256, 1, 'Arathi Highlands - Northfold Quadrant - Bruiseweed - 1/3'), +(@POOL_MOTHER+257, 4, 'Arathi Highlands - Northfold Quadrant - Wild Steelbloom - 4/14'), +(@POOL_MOTHER+258, 3, 'Arathi Highlands - Northfold Quadrant - Kingsblood - 3/12'), +(@POOL_MOTHER+259, 2, 'Arathi Highlands - Northfold Quadrant - Fadeleaf - 2/6'), +(@POOL_MOTHER+260, 1, 'Arathi Highlands - Northfold Quadrant - Khadgar\'s Whisker - 1/4'), +(@POOL_MOTHER+261, 5, 'Arathi Highlands - Northfold Quadrant - Goldthorn - 5/18'); + +-- Stromgarde Quadrant +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+473, @POOL_MOTHER+262, 0, 'Arathi Highlands - Stromgarde Quadrant - Tin Vein / Silver Vein'), +(@POOL_SINGLE+477, @POOL_MOTHER+262, 0, 'Arathi Highlands - Stromgarde Quadrant - Tin Vein / Silver Vein'), +(@POOL_SINGLE+478, @POOL_MOTHER+262, 0, 'Arathi Highlands - Stromgarde Quadrant - Tin Vein / Silver Vein'), +(@POOL_SINGLE+479, @POOL_MOTHER+262, 0, 'Arathi Highlands - Stromgarde Quadrant - Tin Vein / Silver Vein'), +(@POOL_SINGLE+480, @POOL_MOTHER+262, 0, 'Arathi Highlands - Stromgarde Quadrant - Tin Vein / Silver Vein'), +(@POOL_SINGLE+481, @POOL_MOTHER+262, 0, 'Arathi Highlands - Stromgarde Quadrant - Tin Vein / Silver Vein'), +(@POOL_SINGLE+482, @POOL_MOTHER+262, 0, 'Arathi Highlands - Stromgarde Quadrant - Tin Vein / Silver Vein'), +(@POOL_SINGLE+483, @POOL_MOTHER+262, 0, 'Arathi Highlands - Stromgarde Quadrant - Tin Vein / Silver Vein'), +(@POOL_SINGLE+484, @POOL_MOTHER+262, 0, 'Arathi Highlands - Stromgarde Quadrant - Tin Vein / Silver Vein'), +(@POOL_SINGLE+523, @POOL_MOTHER+263, 0, 'Arathi Highlands - Stromgarde Quadrant - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+532, @POOL_MOTHER+263, 0, 'Arathi Highlands - Stromgarde Quadrant - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+537, @POOL_MOTHER+263, 0, 'Arathi Highlands - Stromgarde Quadrant - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+589, @POOL_MOTHER+264, 0, 'Arathi Highlands - Stromgarde Quadrant - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+590, @POOL_MOTHER+264, 0, 'Arathi Highlands - Stromgarde Quadrant - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+591, @POOL_MOTHER+264, 0, 'Arathi Highlands - Stromgarde Quadrant - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+592, @POOL_MOTHER+264, 0, 'Arathi Highlands - Stromgarde Quadrant - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+593, @POOL_MOTHER+264, 0, 'Arathi Highlands - Stromgarde Quadrant - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+595, @POOL_MOTHER+264, 0, 'Arathi Highlands - Stromgarde Quadrant - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+597, @POOL_MOTHER+264, 0, 'Arathi Highlands - Stromgarde Quadrant - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+598, @POOL_MOTHER+264, 0, 'Arathi Highlands - Stromgarde Quadrant - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+599, @POOL_MOTHER+264, 0, 'Arathi Highlands - Stromgarde Quadrant - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+601, @POOL_MOTHER+264, 0, 'Arathi Highlands - Stromgarde Quadrant - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+602, @POOL_MOTHER+264, 0, 'Arathi Highlands - Stromgarde Quadrant - Mithril Deposit / Gold Vein / Truesilver Deposit'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+262, 3, 'Arathi Highlands - Stromgarde Quadrant - Tin Vein / Silver Vein - 3/9'), +(@POOL_MOTHER+263, 1, 'Arathi Highlands - Stromgarde Quadrant - Iron Deposit / Silver Vein / Gold Vein - 1/3'), +(@POOL_MOTHER+264, 3, 'Arathi Highlands - Stromgarde Quadrant - Mithril Deposit / Gold Vein / Truesilver Deposit - 3/11'); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+3618, @POOL_MOTHER+265, 0, 'Arathi Highlands - Stromgarde Quadrant - Bruiseweed'), +(@OGUID+3619, @POOL_MOTHER+265, 0, 'Arathi Highlands - Stromgarde Quadrant - Bruiseweed'), +(@OGUID+3620, @POOL_MOTHER+265, 0, 'Arathi Highlands - Stromgarde Quadrant - Bruiseweed'), +(@OGUID+3624, @POOL_MOTHER+265, 0, 'Arathi Highlands - Stromgarde Quadrant - Bruiseweed'), +(@OGUID+3631, @POOL_MOTHER+266, 0, 'Arathi Highlands - Stromgarde Quadrant - Wild Steelbloom'), +(@OGUID+3633, @POOL_MOTHER+266, 0, 'Arathi Highlands - Stromgarde Quadrant - Wild Steelbloom'), +(@OGUID+3634, @POOL_MOTHER+266, 0, 'Arathi Highlands - Stromgarde Quadrant - Wild Steelbloom'), +(@OGUID+3635, @POOL_MOTHER+266, 0, 'Arathi Highlands - Stromgarde Quadrant - Wild Steelbloom'), +(@OGUID+3637, @POOL_MOTHER+266, 0, 'Arathi Highlands - Stromgarde Quadrant - Wild Steelbloom'), +(@OGUID+3648, @POOL_MOTHER+266, 0, 'Arathi Highlands - Stromgarde Quadrant - Wild Steelbloom'), +(@OGUID+3649, @POOL_MOTHER+266, 0, 'Arathi Highlands - Stromgarde Quadrant - Wild Steelbloom'), +(@OGUID+3652, @POOL_MOTHER+266, 0, 'Arathi Highlands - Stromgarde Quadrant - Wild Steelbloom'), +(@OGUID+3653, @POOL_MOTHER+266, 0, 'Arathi Highlands - Stromgarde Quadrant - Wild Steelbloom'), +(@OGUID+3659, @POOL_MOTHER+266, 0, 'Arathi Highlands - Stromgarde Quadrant - Wild Steelbloom'), +(@OGUID+3725, @POOL_MOTHER+267, 0, 'Arathi Highlands - Stromgarde Quadrant - Fadeleaf'), +(@OGUID+3727, @POOL_MOTHER+267, 0, 'Arathi Highlands - Stromgarde Quadrant - Fadeleaf'), +(@OGUID+3729, @POOL_MOTHER+267, 0, 'Arathi Highlands - Stromgarde Quadrant - Fadeleaf'), +(@OGUID+3741, @POOL_MOTHER+267, 0, 'Arathi Highlands - Stromgarde Quadrant - Fadeleaf'), +(@OGUID+3747, @POOL_MOTHER+268, 0, 'Arathi Highlands - Stromgarde Quadrant - Khadgar\'s Whisker'), +(@OGUID+3752, @POOL_MOTHER+268, 0, 'Arathi Highlands - Stromgarde Quadrant - Khadgar\'s Whisker'), +(@OGUID+3791, @POOL_MOTHER+269, 0, 'Arathi Highlands - Stromgarde Quadrant - Goldthorn'), +(@OGUID+3792, @POOL_MOTHER+269, 0, 'Arathi Highlands - Stromgarde Quadrant - Goldthorn'), +(@OGUID+3795, @POOL_MOTHER+269, 0, 'Arathi Highlands - Stromgarde Quadrant - Goldthorn'), +(@OGUID+3809, @POOL_MOTHER+269, 0, 'Arathi Highlands - Stromgarde Quadrant - Goldthorn'), +(@OGUID+3811, @POOL_MOTHER+269, 0, 'Arathi Highlands - Stromgarde Quadrant - Goldthorn'), +(@OGUID+3816, @POOL_MOTHER+269, 0, 'Arathi Highlands - Stromgarde Quadrant - Goldthorn'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+265, 1, 'Arathi Highlands - Stromgarde Quadrant - Bruiseweed - 1/4'), +(@POOL_MOTHER+266, 3, 'Arathi Highlands - Stromgarde Quadrant - Wild Steelbloom - 3/10'), +(@POOL_MOTHER+267, 1, 'Arathi Highlands - Stromgarde Quadrant - Fadeleaf - 1/4'), +(@POOL_MOTHER+268, 1, 'Arathi Highlands - Stromgarde Quadrant - Khadgar\'s Whisker - 1/2'), +(@POOL_MOTHER+269, 2, 'Arathi Highlands - Stromgarde Quadrant - Goldthorn - 2/6'); + +/* Wetlands +Tin Vein (1732) -> Silver Vein (1733) +Iron Deposit (1735) -> Gold Vein (1734) -> Silver Vein (1733) +*/ +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`, `Comment`) VALUES +(@OGUID+4203, 1620, 0, 11, 0, 1, 1, -2575.95, -1723.57, 10.2074, 1.74533, 0, 0, 0.766044, 0.642789, 900, 255, 1, '', 49345, NULL), +(@OGUID+4204, 1620, 0, 11, 0, 1, 1, -2713.41, -1618.32, 10.448, 3.22886, 0, 0, -0.999048, 0.0436193, 900, 255, 1, '', 50664, NULL), +(@OGUID+4205, 1620, 0, 11, 0, 1, 1, -2827.41, -1577.76, 9.48537, 2.14675, 0, 0, 0.878817, 0.47716, 900, 255, 1, '', 49345, NULL), +(@OGUID+4206, 1620, 0, 11, 0, 1, 1, -2887.84, -2607.84, 34.5861, 0.994837, 0, 0, 0.477159, 0.878817, 900, 255, 1, '', 48340, NULL), +(@OGUID+4207, 1620, 0, 11, 0, 1, 1, -2962.5, -2679.83, 13.754, 4.29351, 0, 0, -0.83867, 0.54464, 900, 255, 1, '', 48632, NULL), +(@OGUID+4208, 1620, 0, 11, 0, 1, 1, -2980.93, -1986.43, 9.31201, 1.62316, 0, 0, 0.725374, 0.688355, 900, 255, 1, '', 49345, NULL), +(@OGUID+4209, 1620, 0, 11, 0, 1, 1, -3065.17, -2583.33, 11.2463, 3.31614, 0, 0, -0.996194, 0.087165, 900, 255, 1, '', 48120, NULL), +(@OGUID+4210, 1620, 0, 11, 0, 1, 1, -3073.53, -1413.23, 13.3846, 2.56563, 0, 0, 0.958819, 0.284016, 900, 255, 1, '', 48632, NULL), +(@OGUID+4211, 1620, 0, 11, 0, 1, 1, -3084.67, -1743.37, 10.6805, 2.60054, 0, 0, 0.96363, 0.267241, 900, 255, 1, '', 50375, NULL), +(@OGUID+4212, 1620, 0, 11, 0, 1, 1, -3139.51, -2545.52, 9.23924, 2.30383, 0, 0, 0.913545, 0.406738, 900, 255, 1, '', 48632, NULL), +(@OGUID+4213, 1620, 0, 11, 0, 1, 1, -3317.16, -2676.49, 14.5291, 6.02139, 0, 0, -0.130526, 0.991445, 900, 255, 1, '', 47966, NULL), +(@OGUID+4214, 1620, 0, 11, 0, 1, 1, -3363.26, -1794.07, 26.0834, 4.34587, 0, 0, -0.824126, 0.566406, 900, 255, 1, '', 49345, NULL), +(@OGUID+4215, 1620, 0, 11, 0, 1, 1, -3475.37, -1883.48, 26.8199, 4.34587, 0, 0, -0.824126, 0.566406, 900, 255, 1, '', 50375, NULL), +(@OGUID+4216, 1620, 0, 11, 0, 1, 1, -3551.67, -2947.16, 11.5434, 0.226892, 0, 0, 0.113203, 0.993572, 900, 255, 1, '', 49345, NULL), +(@OGUID+4217, 1620, 0, 11, 0, 1, 1, -3572.57, -1839.99, 26.6164, 0, 0, 0, 0, 1, 900, 255, 1, '', 50375, NULL), +(@OGUID+4218, 1620, 0, 11, 0, 1, 1, -3615.94, -2842.3, 14.4793, 2.33874, 0, 0, 0.920505, 0.390732, 900, 255, 1, '', 47966, NULL), +(@OGUID+4219, 1620, 0, 11, 0, 1, 1, -3918.23, -2716.54, 26.4427, 5.20108, 0, 0, -0.515038, 0.857168, 900, 255, 1, '', 50664, NULL), +(@OGUID+4220, 1620, 0, 11, 0, 1, 1, -3973.08, -2979.68, 11.5823, 2.67035, 0, 0, 0.972369, 0.233448, 900, 255, 1, '', 47966, NULL), +(@OGUID+4221, 1620, 0, 11, 0, 1, 1, -3987.91, -2676.05, 33.9957, 1.48353, 0, 0, 0.67559, 0.737278, 900, 255, 1, '', 48340, NULL), +(@OGUID+4222, 1620, 0, 11, 0, 1, 1, -4125.3, -3181.28, 13.1021, 0.0174525, 0, 0, 0.00872612, 0.999962, 900, 255, 1, '', 48632, NULL), +(@OGUID+4223, 1620, 0, 11, 0, 1, 1, -4232.42, -2674.76, 41.5726, 3.17653, 0, 0, -0.999847, 0.0174693, 900, 255, 1, '', 48632, NULL), +(@OGUID+4224, 1620, 0, 11, 0, 1, 1, -3098.23, -2234.54, 10.1035, 6.19592, 0, 0, -0.0436192, 0.999048, 900, 255, 1, '', 46902, NULL), +(@OGUID+4225, 1620, 0, 11, 0, 1, 1, -3348.16, -3278.91, 23.1451, 2.28638, 0, 0, 0.909961, 0.414694, 900, 255, 1, '', 52237, NULL), +(@OGUID+4226, 1620, 0, 11, 0, 1, 1, -3465.23, -2913.83, 12.7782, 1.98967, 0, 0, 0.83867, 0.54464, 900, 255, 1, '', 51739, NULL), +(@OGUID+4227, 1620, 0, 11, 0, 1, 1, -3847.47, -2681.57, 31.1855, 5.39307, 0, 0, -0.430511, 0.902586, 900, 255, 1, '', 51943, NULL), +(@OGUID+4228, 1620, 0, 11, 1016, 1, 1, -2842.04, -2909.95, 32.5237, 1.23918, 0, 0, 0.580703, 0.814116, 900, 255, 1, '', 52237, NULL), +(@OGUID+4229, 1620, 0, 11, 1018, 1, 1, -3263.8, -1156.58, 9.49935, 2.51327, 0, 0, 0.951056, 0.309017, 900, 255, 1, '', 52237, NULL), +(@OGUID+4230, 1620, 0, 11, 1018, 1, 1, -3556.89, -1394.49, 9.70738, 2.30383, 0, 0, 0.913545, 0.406738, 900, 255, 1, '', 51739, NULL), +(@OGUID+4231, 1620, 0, 11, 1020, 1, 1, -3916.91, -3123.76, 11.6013, 5.53269, 0, 0, -0.366501, 0.930418, 900, 255, 1, '', 52237, NULL), +(@OGUID+4232, 1620, 0, 11, 1020, 1, 1, -3982.32, -2953.52, 12.4004, 0.174532, 0, 0, 0.0871553, 0.996195, 900, 255, 1, '', 51739, NULL), +(@OGUID+4233, 1620, 0, 11, 1024, 1, 1, -2807.56, -1419.77, 11.2288, 1.48353, 0, 0, 0.67559, 0.737278, 900, 255, 1, '', 51739, NULL), +(@OGUID+4234, 1620, 0, 11, 11, 1, 1, -4267.5, -2944.52, 11.8466, 5.49779, 0, 0, -0.382683, 0.92388, 900, 255, 1, '', 52237, NULL), +(@OGUID+4235, 1620, 0, 11, 309, 1, 1, -2974.33, -2288.35, 9.21251, 0.90757, 0, 0, 0.438371, 0.898794, 900, 255, 1, '', 51739, NULL), +(@OGUID+4236, 1620, 0, 11, 0, 1, 1, -2915.78, -1339.99, 9.14903, 0.157079, 0, 0, 0.0784588, 0.996917, 900, 255, 1, '', 49822, NULL), +(@OGUID+4237, 1620, 0, 11, 460, 1, 1, -3033.62, -2266.51, 9.402, 2.51327, 0, 0, 0.951056, 0.309017, 900, 255, 1, '', 50664, NULL), +(@OGUID+4238, 1620, 0, 11, 460, 1, 1, -3146.9, -3052.36, 23.1651, 4.53786, 0, 0, -0.766044, 0.642789, 900, 255, 1, '', 50664, NULL), +(@OGUID+4239, 1620, 0, 11, 460, 1, 1, -3452.51, -2982.6, 23.6662, 2.75761, 0, 0, 0.981627, 0.190812, 900, 255, 1, '', 50664, NULL), +(@OGUID+4240, 1620, 0, 11, 460, 1, 1, -3500.03, -1740.5, 24.6364, 0.925024, 0, 0, 0.446198, 0.894935, 900, 255, 1, '', 50664, NULL), +(@OGUID+4241, 1620, 0, 11, 460, 1, 1, -3734.4, -3136.27, 13.2518, 3.28124, 0, 0, -0.997563, 0.0697661, 900, 255, 1, '', 50664, NULL), +(@OGUID+4242, 1621, 0, 11, 0, 1, 1, -2819.47, -1382.97, 9.34242, 2.79252, 0, 0, 0.984807, 0.173652, 900, 255, 1, '', 50375, NULL), +(@OGUID+4243, 1621, 0, 11, 0, 1, 1, -2833.1, -1328.37, 8.95405, 5.86431, 0, 0, -0.207911, 0.978148, 900, 255, 1, '', 50375, NULL), +(@OGUID+4244, 1621, 0, 11, 0, 1, 1, -2841, -2588.22, 50.771, 2.23402, 0, 0, 0.898793, 0.438373, 900, 255, 1, '', 48632, NULL), +(@OGUID+4245, 1621, 0, 11, 0, 1, 1, -2845.5, -2193.88, 30.3731, 3.01941, 0, 0, 0.998135, 0.0610518, 900, 255, 1, '', 49345, NULL), +(@OGUID+4246, 1621, 0, 11, 0, 1, 1, -2892.18, -2564.71, 33.8779, 1.18682, 0, 0, 0.559193, 0.829038, 900, 255, 1, '', 49345, NULL), +(@OGUID+4247, 1621, 0, 11, 0, 1, 1, -2909.45, -2307.05, 14.6199, 2.47837, 0, 0, 0.945518, 0.325568, 900, 255, 1, '', 49345, NULL), +(@OGUID+4248, 1621, 0, 11, 0, 1, 1, -2917.71, -1810.56, 8.50937, 4.60767, 0, 0, -0.743144, 0.669131, 900, 255, 1, '', 50664, NULL), +(@OGUID+4249, 1621, 0, 11, 0, 1, 1, -3008.33, -1158.85, 9.70504, 3.49067, 0, 0, -0.984807, 0.173652, 900, 255, 1, '', 49345, NULL), +(@OGUID+4250, 1621, 0, 11, 0, 1, 1, -3024.27, -2522.86, 9.51586, 3.4383, 0, 0, -0.989016, 0.147811, 900, 255, 1, '', 49345, NULL), +(@OGUID+4251, 1621, 0, 11, 0, 1, 1, -3035.26, -2247.11, 9.08587, 3.75246, 0, 0, -0.953716, 0.300708, 900, 255, 1, '', 50375, NULL), +(@OGUID+4252, 1621, 0, 11, 0, 1, 1, -3067.73, -2692.13, 16.6828, 5.49779, 0, 0, -0.382683, 0.92388, 900, 255, 1, '', 50250, NULL), +(@OGUID+4253, 1621, 0, 11, 0, 1, 1, -3087.76, -2009.68, 9.41214, 5.25344, 0, 0, -0.492423, 0.870356, 900, 255, 1, '', 49345, NULL), +(@OGUID+4254, 1621, 0, 11, 0, 1, 1, -3108, -2187.96, 9.23061, 4.04917, 0, 0, -0.898793, 0.438373, 900, 255, 1, '', 50664, NULL), +(@OGUID+4255, 1621, 0, 11, 0, 1, 1, -3121.62, -2614.2, 9.623, 3.82227, 0, 0, -0.942641, 0.333808, 900, 255, 1, '', 47966, NULL), +(@OGUID+4256, 1621, 0, 11, 0, 1, 1, -3158.41, -2715.49, 10.3879, 1.09956, 0, 0, 0.522498, 0.85264, 900, 255, 1, '', 48632, NULL), +(@OGUID+4257, 1621, 0, 11, 0, 1, 1, -3174.86, -1256.82, 10.2202, 4.95674, 0, 0, -0.615661, 0.788011, 900, 255, 1, '', 48632, NULL), +(@OGUID+4258, 1621, 0, 11, 0, 1, 1, -3311.3, -2263.17, 51.8986, 4.99164, 0, 0, -0.601814, 0.798636, 900, 255, 1, '', 50172, NULL), +(@OGUID+4259, 1621, 0, 11, 0, 1, 1, -3334.19, -2619.98, 10.2918, 1.6057, 0, 0, 0.719339, 0.694659, 900, 255, 1, '', 50375, NULL), +(@OGUID+4260, 1621, 0, 11, 0, 1, 1, -3380.85, -2549.54, 19.3933, 3.50812, 0, 0, -0.983254, 0.182238, 900, 255, 1, '', 48340, NULL), +(@OGUID+4261, 1621, 0, 11, 0, 1, 1, -3399.78, -1586.09, 10.7044, 5.32326, 0, 0, -0.461748, 0.887011, 900, 255, 1, '', 50375, NULL), +(@OGUID+4262, 1621, 0, 11, 0, 1, 1, -3411.19, -2446.53, 52.3617, 5.96903, 0, 0, -0.156434, 0.987688, 900, 255, 1, '', 48632, NULL), +(@OGUID+4263, 1621, 0, 11, 0, 1, 1, -3526.27, -2432.7, 56.1001, 3.38594, 0, 0, -0.992546, 0.12187, 900, 255, 1, '', 49345, NULL), +(@OGUID+4264, 1621, 0, 11, 0, 1, 1, -3558.61, -1292.08, 10.0193, 4.62512, 0, 0, -0.737277, 0.675591, 900, 255, 1, '', 49345, NULL), +(@OGUID+4265, 1621, 0, 11, 0, 1, 1, -3602.54, -1371.32, 12.2624, 1.48353, 0, 0, 0.67559, 0.737278, 900, 255, 1, '', 49345, NULL), +(@OGUID+4266, 1621, 0, 11, 0, 1, 1, -3605.13, -2979.56, 13.0964, 2.67035, 0, 0, 0.972369, 0.233448, 900, 255, 1, '', 49345, NULL), +(@OGUID+4267, 1621, 0, 11, 0, 1, 1, -3700.66, -1328.36, 14.9534, 3.7001, 0, 0, -0.961261, 0.27564, 900, 255, 1, '', 48632, NULL), +(@OGUID+4268, 1621, 0, 11, 0, 1, 1, -4108.67, -3082.92, 10.0557, 4.88692, 0, 0, -0.642787, 0.766045, 900, 255, 1, '', 47966, NULL), +(@OGUID+4269, 1621, 0, 11, 0, 1, 1, -4299.13, -2916.84, 17.2092, 6.02139, 0, 0, -0.130526, 0.991445, 900, 255, 1, '', 50375, NULL), +(@OGUID+4270, 1621, 0, 11, 1, 1, 1, -3925.27, -2591.35, 43.6762, 4.15388, 0, 0, -0.874619, 0.48481, 900, 255, 1, '', 50664, NULL), +(@OGUID+4271, 1621, 0, 11, 0, 1, 1, -2931.52, -2068.53, 9.02546, 5.91667, 0, 0, -0.182235, 0.983255, 900, 255, 1, '', 51739, NULL), +(@OGUID+4272, 1621, 0, 11, 0, 1, 1, -3061.8, -1794.88, 9.79671, 5.20108, 0, 0, -0.515038, 0.857168, 900, 255, 1, '', 51943, NULL), +(@OGUID+4273, 1621, 0, 11, 0, 1, 1, -3091.94, -2270.36, 9.32856, 1.8675, 0, 0, 0.803857, 0.594823, 900, 255, 1, '', 52237, NULL), +(@OGUID+4274, 1621, 0, 11, 0, 1, 1, -3482.48, -2876.22, 9.41632, 6.03884, 0, 0, -0.121869, 0.992546, 900, 255, 1, '', 53788, NULL), +(@OGUID+4275, 1621, 0, 11, 0, 1, 1, -4154.25, -2961.75, 12.0112, 4.17134, 0, 0, -0.870356, 0.492424, 900, 255, 1, '', 51943, NULL), +(@OGUID+4276, 1621, 0, 11, 1016, 1, 1, -2930.32, -2997.89, 39.0747, 1.90241, 0, 0, 0.814116, 0.580703, 900, 255, 1, '', 51943, NULL), +(@OGUID+4277, 1621, 0, 11, 1018, 1, 1, -3494.52, -1487.17, 9.14602, 1.32645, 0, 0, 0.615661, 0.788011, 900, 255, 1, '', 46902, NULL), +(@OGUID+4278, 1621, 0, 11, 1020, 1, 1, -3783.77, -2933.34, 11.6395, 1.0821, 0, 0, 0.515038, 0.857168, 900, 255, 1, '', 52237, NULL), +(@OGUID+4279, 1621, 0, 11, 1020, 1, 1, -3798.27, -3003.14, 11.8723, 5.93412, 0, 0, -0.173648, 0.984808, 900, 255, 1, '', 52237, NULL), +(@OGUID+4280, 1621, 0, 11, 1022, 1, 1, -3183.31, -1111.6, 9.17652, 5.91667, 0, 0, -0.182235, 0.983255, 900, 255, 1, '', 51943, NULL), +(@OGUID+4281, 1621, 0, 11, 1025, 1, 1, -3326.56, -3155.95, 24.4531, 5.93412, 0, 0, -0.173648, 0.984808, 900, 255, 1, '', 52237, NULL), +(@OGUID+4282, 1621, 0, 11, 1036, 1, 1, -3433.37, -2286.1, 51.9849, 2.58308, 0, 0, 0.961261, 0.27564, 900, 255, 1, '', 52237, NULL), +(@OGUID+4283, 1621, 0, 11, 0, 1, 1, -2713.48, -1961.67, 17.293, 2.30383, 0, 0, 0.913545, 0.406738, 900, 255, 1, '', 49822, NULL), +(@OGUID+4284, 1621, 0, 11, 0, 1, 1, -2810.53, -2833.07, 40.2654, 3.97935, 0, 0, -0.913545, 0.406738, 900, 255, 1, '', 49822, NULL), +(@OGUID+4285, 1621, 0, 11, 460, 1, 1, -2848.61, -2957.88, 36.8177, 6.21337, 0, 0, -0.0348988, 0.999391, 900, 255, 1, '', 50664, NULL), +(@OGUID+4286, 1621, 0, 11, 460, 1, 1, -3157.49, -3169.83, 64.8122, 2.70526, 0, 0, 0.976295, 0.216442, 900, 255, 1, '', 50664, NULL), +(@OGUID+4287, 1621, 0, 11, 460, 1, 1, -3172.37, -3059.96, 22.3382, 2.65289, 0, 0, 0.970295, 0.241925, 900, 255, 1, '', 50664, NULL), +(@OGUID+4288, 1621, 0, 11, 460, 1, 1, -3700.84, -3086.35, 17.833, 4.45059, 0, 0, -0.793353, 0.608762, 900, 255, 1, '', 50664, NULL), +(@OGUID+4289, 1622, 0, 11, 0, 1, 1, -2577.49, -2351.47, 85.1242, 1.32645, 0, 0, 0.615661, 0.788011, 900, 255, 1, '', 50375, NULL), +(@OGUID+4290, 1622, 0, 11, 0, 1, 1, -2588.95, -1822.21, 28.4186, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 50664, NULL), +(@OGUID+4291, 1622, 0, 11, 0, 1, 1, -2595.68, -2302.94, 90.4439, 4.62512, 0, 0, -0.737277, 0.675591, 900, 255, 1, '', 50664, NULL), +(@OGUID+4292, 1622, 0, 11, 0, 1, 1, -2641.7, -2342.63, 80.7016, 1.48353, 0, 0, 0.67559, 0.737278, 900, 255, 1, '', 49345, NULL), +(@OGUID+4293, 1622, 0, 11, 0, 1, 1, -2645.56, -2372.5, 88.7125, 3.7001, 0, 0, -0.961261, 0.27564, 900, 255, 1, '', 50375, NULL), +(@OGUID+4294, 1622, 0, 11, 0, 1, 1, -2859.65, -1473.97, 10.1537, 3.4383, 0, 0, -0.989016, 0.147811, 900, 255, 1, '', 49345, NULL), +(@OGUID+4295, 1622, 0, 11, 0, 1, 1, -2875.19, -1521.41, 9.38473, 5.39307, 0, 0, -0.430511, 0.902586, 900, 255, 1, '', 48632, NULL), +(@OGUID+4296, 1622, 0, 11, 0, 1, 1, -2955.6, -2622.49, 24.2999, 0.383971, 0, 0, 0.190808, 0.981627, 900, 255, 1, '', 48340, NULL), +(@OGUID+4297, 1622, 0, 11, 0, 1, 1, -3280.57, -1743.55, 16.7819, 3.21142, 0, 0, -0.999391, 0.0349061, 900, 255, 1, '', 50375, NULL), +(@OGUID+4298, 1622, 0, 11, 0, 1, 1, -3375.99, -1849.47, 18.9603, 3.87463, 0, 0, -0.93358, 0.358368, 900, 255, 1, '', 50375, NULL), +(@OGUID+4299, 1622, 0, 11, 0, 1, 1, -3376.8, -1552.47, 15.5004, 3.73501, 0, 0, -0.956305, 0.292372, 900, 255, 1, '', 49345, NULL), +(@OGUID+4300, 1622, 0, 11, 0, 1, 1, -3390.06, -1649.96, 24.1359, 5.3058, 0, 0, -0.469471, 0.882948, 900, 255, 1, '', 49345, NULL), +(@OGUID+4301, 1622, 0, 11, 0, 1, 1, -3456.5, -1510.45, 28.996, 3.71755, 0, 0, -0.958819, 0.284016, 900, 255, 1, '', 49345, NULL), +(@OGUID+4302, 1622, 0, 11, 0, 1, 1, -3459.34, -1773.54, 16.2407, 1.72787, 0, 0, 0.760406, 0.649449, 900, 255, 1, '', 50375, NULL), +(@OGUID+4303, 1622, 0, 11, 0, 1, 1, -3461.78, -1839.76, 18.645, 2.37364, 0, 0, 0.927183, 0.374608, 900, 255, 1, '', 50375, NULL), +(@OGUID+4304, 1622, 0, 11, 0, 1, 1, -3574.38, -2477.01, 72.7115, 1.76278, 0, 0, 0.771625, 0.636078, 900, 255, 1, '', 50664, NULL), +(@OGUID+4305, 1622, 0, 11, 0, 1, 1, -3685.53, -1391.78, 30.311, 0.558504, 0, 0, 0.275637, 0.961262, 900, 255, 1, '', 48632, NULL), +(@OGUID+4306, 1622, 0, 11, 0, 1, 1, -3872.19, -2602.69, 52.5481, 2.14675, 0, 0, 0.878817, 0.47716, 900, 255, 1, '', 48632, NULL), +(@OGUID+4307, 1622, 0, 11, 0, 1, 1, -3886.87, -1078.15, 24.5511, 2.09439, 0, 0, 0.866025, 0.500001, 900, 255, 1, '', 49345, NULL), +(@OGUID+4308, 1622, 0, 11, 0, 1, 1, -3920.28, -1053.16, 28.3773, 2.70526, 0, 0, 0.976295, 0.216442, 900, 255, 1, '', 49345, NULL), +(@OGUID+4309, 1622, 0, 11, 0, 1, 1, -3986.58, -2605.34, 63.3832, 3.59538, 0, 0, -0.97437, 0.224951, 900, 255, 1, '', 49345, NULL), +(@OGUID+4310, 1622, 0, 11, 0, 1, 1, -4009.57, -856.26, 28.7322, 1.09956, 0, 0, 0.522498, 0.85264, 900, 255, 1, '', 48632, NULL), +(@OGUID+4311, 1622, 0, 11, 0, 1, 1, -4165.95, -2839.81, 42.5641, 2.07694, 0, 0, 0.861629, 0.507539, 900, 255, 1, '', 50664, NULL), +(@OGUID+4312, 1622, 0, 11, 0, 1, 1, -4181.87, -2398.26, 203.792, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 48340, NULL), +(@OGUID+4313, 1622, 0, 11, 0, 1, 1, -4189.18, -3100.81, 26.2298, 5.93412, 0, 0, -0.173648, 0.984808, 900, 255, 1, '', 48632, NULL), +(@OGUID+4314, 1622, 0, 11, 0, 1, 1, -4212.26, -2354.89, 204.552, 4.32842, 0, 0, -0.829037, 0.559194, 900, 255, 1, '', 49345, NULL), +(@OGUID+4315, 1622, 0, 11, 0, 1, 1, -4246.6, -2604.91, 84.7081, 2.51327, 0, 0, 0.951056, 0.309017, 900, 255, 1, '', 49345, NULL), +(@OGUID+4316, 1622, 0, 11, 0, 1, 1, -4332.18, -2884.18, 43.2407, 2.67035, 0, 0, 0.972369, 0.233448, 900, 255, 1, '', 50375, NULL), +(@OGUID+4317, 1622, 0, 11, 0, 1, 1, -2857.32, -2011.96, 24.5399, 3.31614, 0, 0, -0.996194, 0.087165, 900, 255, 1, '', 52237, NULL), +(@OGUID+4318, 1622, 0, 11, 0, 1, 1, -4331.15, -2649.06, 96.4845, 3.31614, 0, 0, -0.996194, 0.087165, 900, 255, 1, '', 51739, NULL), +(@OGUID+4319, 1622, 0, 11, 1016, 1, 1, -2999.08, -3027.14, 52.8285, 3.03684, 0, 0, 0.998629, 0.0523532, 900, 255, 1, '', 52237, NULL), +(@OGUID+4320, 1622, 0, 11, 1020, 1, 1, -3910.23, -3153.13, 29.1544, 4.13643, 0, 0, -0.878817, 0.47716, 900, 255, 1, '', 52237, NULL), +(@OGUID+4321, 1622, 0, 11, 1020, 1, 1, -4005.84, -3157.24, 25.2231, 2.60054, 0, 0, 0.96363, 0.267241, 900, 255, 1, '', 52237, NULL), +(@OGUID+4322, 1622, 0, 11, 150, 1, 1, -3953.9, -930.859, 28.0154, 3.94445, 0, 0, -0.920505, 0.390732, 900, 255, 1, '', 52237, NULL), +(@OGUID+4323, 1622, 0, 11, 205, 1, 1, -2585.17, -2386.27, 80.2662, 5.32326, 0, 0, -0.461748, 0.887011, 900, 255, 1, '', 52237, NULL), +(@OGUID+4324, 1622, 0, 11, 309, 1, 1, -2842.83, -2212.49, 30.8977, 1.8675, 0, 0, 0.803857, 0.594823, 900, 255, 1, '', 51739, NULL), +(@OGUID+4325, 1622, 0, 11, 0, 1, 1, -2713.54, -2050.41, 37.8379, 3.75246, 0, 0, -0.953716, 0.300708, 900, 255, 1, '', 49822, NULL), +(@OGUID+4326, 1622, 0, 11, 0, 1, 1, -2740.24, -2134.26, 58.2439, 4.04917, 0, 0, -0.898793, 0.438373, 900, 255, 1, '', 49822, NULL), +(@OGUID+4327, 1622, 0, 11, 460, 1, 1, -2606.13, -2371.02, 80.4757, 5.89921, 0, 0, -0.190808, 0.981627, 900, 255, 1, '', 50664, NULL), +(@OGUID+4328, 1622, 0, 11, 460, 1, 1, -2982.33, -3118.46, 79.896, 0.226892, 0, 0, 0.113203, 0.993572, 900, 255, 1, '', 50664, NULL), +(@OGUID+4329, 1622, 0, 11, 460, 1, 1, -3340.22, -3339.41, 72.8968, 2.80998, 0, 0, 0.986285, 0.16505, 900, 255, 1, '', 50664, NULL), +(@OGUID+4330, 1622, 0, 11, 460, 1, 1, -3737.84, -931.895, 7.16821, 5.44543, 0, 0, -0.406736, 0.913546, 900, 255, 1, '', 50664, NULL), +(@OGUID+4331, 1622, 0, 11, 460, 1, 1, -3831.92, -1310.2, 34.3048, 5.20108, 0, 0, -0.515038, 0.857168, 900, 255, 1, '', 50664, NULL), +(@OGUID+4332, 1622, 0, 11, 4620, 1, 1, -3799.06, -3157.38, 30.3131, 1.48353, 0, 0, 0.67559, 0.737278, 900, 255, 1, '', 50172, NULL), +(@OGUID+4333, 1623, 0, 11, 0, 1, 1, -2626.48, -2292.71, 94.3738, 5.91667, 0, 0, -0.182235, 0.983255, 900, 255, 1, '', 50664, NULL), +(@OGUID+4334, 1623, 0, 11, 0, 1, 1, -3271.75, -2229.59, 58.2369, 5.37562, 0, 0, -0.438371, 0.898794, 900, 255, 1, '', 50172, NULL), +(@OGUID+4335, 1623, 0, 11, 0, 1, 1, -3272.46, -1950.03, 64.9973, 1.29154, 0, 0, 0.601814, 0.798636, 900, 255, 1, '', 50375, NULL), +(@OGUID+4336, 1623, 0, 11, 0, 1, 1, -3280.68, -1943.98, 59.5733, 2.79252, 0, 0, 0.984807, 0.173652, 900, 255, 1, '', 50375, NULL), +(@OGUID+4337, 1623, 0, 11, 0, 1, 1, -3376.96, -1746.96, 66.1039, 3.49067, 0, 0, -0.984807, 0.173652, 900, 255, 1, '', 49345, NULL), +(@OGUID+4338, 1623, 0, 11, 0, 1, 1, -3404.46, -2482.33, 64.9267, 5.11382, 0, 0, -0.551936, 0.833886, 900, 255, 1, '', 48340, NULL), +(@OGUID+4339, 1623, 0, 11, 0, 1, 1, -3440.42, -2082.7, 114.44, 1.0472, 0, 0, 0.5, 0.866025, 900, 255, 1, '', 50375, NULL), +(@OGUID+4340, 1623, 0, 11, 0, 1, 1, -3466.01, -2563.88, 61.5072, 2.96704, 0, 0, 0.996194, 0.087165, 900, 255, 1, '', 49345, NULL), +(@OGUID+4341, 1623, 0, 11, 0, 1, 1, -3486.11, -1629.04, 54.0082, 5.91667, 0, 0, -0.182235, 0.983255, 900, 255, 1, '', 49345, NULL), +(@OGUID+4342, 1623, 0, 11, 0, 1, 1, -3571.57, -2417.75, 75.7175, 1.25664, 0, 0, 0.587785, 0.809017, 900, 255, 1, '', 48632, NULL), +(@OGUID+4343, 1623, 0, 11, 0, 1, 1, -3580.52, -1765.02, 86.6749, 1.53589, 0, 0, 0.694658, 0.71934, 900, 255, 1, '', 50375, NULL), +(@OGUID+4344, 1623, 0, 11, 0, 1, 1, -3586.79, -1894.77, 99.0641, 2.79252, 0, 0, 0.984807, 0.173652, 900, 255, 1, '', 50375, NULL), +(@OGUID+4345, 1623, 0, 11, 0, 1, 1, -3591.59, -2435.67, 87.8097, 4.11898, 0, 0, -0.882947, 0.469473, 900, 255, 1, '', 48632, NULL), +(@OGUID+4346, 1623, 0, 11, 0, 1, 1, -3611.91, -2615.64, 74.1496, 2.58308, 0, 0, 0.961261, 0.27564, 900, 255, 1, '', 48632, NULL), +(@OGUID+4347, 1623, 0, 11, 0, 1, 1, -3669.14, -2560.55, 74.454, 3.38594, 0, 0, -0.992546, 0.12187, 900, 255, 1, '', 49345, NULL), +(@OGUID+4348, 1623, 0, 11, 0, 1, 1, -4211.01, -2335.32, 218.296, 3.50812, 0, 0, -0.983254, 0.182238, 900, 255, 1, '', 49345, NULL), +(@OGUID+4349, 1623, 0, 11, 0, 1, 1, -3430.34, -1680.18, 60.484, 4.95674, 0, 0, -0.615661, 0.788011, 900, 255, 1, '', 52237, NULL), +(@OGUID+4350, 1623, 0, 11, 1016, 1, 1, -2715.24, -2815.2, 68.539, 0.0349062, 0, 0, 0.0174522, 0.999848, 900, 255, 1, '', 52237, NULL), +(@OGUID+4351, 1623, 0, 11, 1016, 1, 1, -2923.55, -3111.42, 100.404, 5.49779, 0, 0, -0.382683, 0.92388, 900, 255, 1, '', 51943, NULL), +(@OGUID+4352, 1623, 0, 11, 118, 1, 1, -3508.58, -2015.3, 162.324, 2.56563, 0, 0, 0.958819, 0.284016, 900, 255, 1, '', 51943, NULL), +(@OGUID+4353, 1623, 0, 11, 205, 1, 1, -2655.84, -2395.78, 98.9103, 3.49067, 0, 0, -0.984807, 0.173652, 900, 255, 1, '', 46368, NULL), +(@OGUID+4354, 1623, 0, 11, 0, 1, 1, -2765.35, -2947.41, 70.9175, 0.331611, 0, 0, 0.165047, 0.986286, 900, 255, 1, '', 49822, NULL), +(@OGUID+4355, 1623, 0, 11, 460, 1, 1, -2586.11, -2277.16, 112.403, 2.30383, 0, 0, 0.913545, 0.406738, 900, 255, 1, '', 50664, NULL), +(@OGUID+4356, 1623, 0, 11, 460, 1, 1, -2659.93, -2048.6, 76.8451, 5.20108, 0, 0, -0.515038, 0.857168, 900, 255, 1, '', 50664, NULL), +(@OGUID+4357, 1623, 0, 11, 460, 1, 1, -3679.29, -3214.33, 58.8998, 6.21337, 0, 0, -0.0348988, 0.999391, 900, 255, 1, '', 50664, NULL), +(@OGUID+4358, 1624, 0, 11, 0, 1, 1, -2872.93, -2721.73, 33.9068, 3.61284, 0, 0, -0.972369, 0.233448, 900, 255, 1, '', 50375, NULL), +(@OGUID+4359, 1624, 0, 11, 0, 1, 1, -2899.61, -1292.45, 9.66346, 1.88495, 0, 0, 0.809016, 0.587786, 900, 255, 1, '', 49345, NULL), +(@OGUID+4360, 1624, 0, 11, 0, 1, 1, -2924.11, -1349.44, 9.14602, 4.32842, 0, 0, -0.829037, 0.559194, 900, 255, 1, '', 48632, NULL), +(@OGUID+4361, 1624, 0, 11, 0, 1, 1, -2947.88, -2521.12, 28.3675, 2.09439, 0, 0, 0.866025, 0.500001, 900, 255, 1, '', 49345, NULL), +(@OGUID+4362, 1624, 0, 11, 0, 1, 1, -2985.19, -1553.93, 9.27713, 2.84488, 0, 0, 0.989016, 0.147811, 900, 255, 1, '', 50375, NULL), +(@OGUID+4363, 1624, 0, 11, 0, 1, 1, -3031.65, -1924.48, 9.94837, 1.09956, 0, 0, 0.522498, 0.85264, 900, 255, 1, '', 49345, NULL), +(@OGUID+4364, 1624, 0, 11, 0, 1, 1, -3053.71, -1153.92, 9.15203, 3.03684, 0, 0, 0.998629, 0.0523532, 900, 255, 1, '', 48632, NULL), +(@OGUID+4365, 1624, 0, 11, 0, 1, 1, -3083.79, -2084.17, 9.2763, 2.28638, 0, 0, 0.909961, 0.414694, 900, 255, 1, '', 49345, NULL), +(@OGUID+4366, 1624, 0, 11, 0, 1, 1, -3097.8, -2239.42, 9.85018, 6.00393, 0, 0, -0.139173, 0.990268, 900, 255, 1, '', 50375, NULL), +(@OGUID+4367, 1624, 0, 11, 0, 1, 1, -3111.52, -1504.16, 9.60414, 2.56563, 0, 0, 0.958819, 0.284016, 900, 255, 1, '', 49345, NULL), +(@OGUID+4368, 1624, 0, 11, 0, 1, 1, -3146.33, -1690.84, 9.8015, 2.70526, 0, 0, 0.976295, 0.216442, 900, 255, 1, '', 50375, NULL), +(@OGUID+4369, 1624, 0, 11, 0, 1, 1, -3154.4, -1146.35, 9.47062, 5.75959, 0, 0, -0.258819, 0.965926, 900, 255, 1, '', 48632, NULL), +(@OGUID+4370, 1624, 0, 11, 0, 1, 1, -3340.73, -1665.4, 9.06436, 2.80998, 0, 0, 0.986285, 0.16505, 900, 255, 1, '', 49345, NULL), +(@OGUID+4371, 1624, 0, 11, 0, 1, 1, -3357.61, -2803.33, 17.5986, 2.67035, 0, 0, 0.972369, 0.233448, 900, 255, 1, '', 50375, NULL), +(@OGUID+4372, 1624, 0, 11, 0, 1, 1, -3368.22, -2250.94, 51.8282, 4.53786, 0, 0, -0.766044, 0.642789, 900, 255, 1, '', 50664, NULL), +(@OGUID+4373, 1624, 0, 11, 0, 1, 1, -3484.03, -2444.53, 47.452, 1.02974, 0, 0, 0.492423, 0.870356, 900, 255, 1, '', 48632, NULL), +(@OGUID+4374, 1624, 0, 11, 0, 1, 1, -3484.24, -2721.16, 10.8223, 0.698131, 0, 0, 0.34202, 0.939693, 900, 255, 1, '', 50375, NULL), +(@OGUID+4375, 1624, 0, 11, 0, 1, 1, -3488.41, -1359.98, 11.2726, 0.628317, 0, 0, 0.309016, 0.951057, 900, 255, 1, '', 49345, NULL), +(@OGUID+4376, 1624, 0, 11, 0, 1, 1, -3673.22, -2901.01, 12.9926, 5.93412, 0, 0, -0.173648, 0.984808, 900, 255, 1, '', 47966, NULL), +(@OGUID+4377, 1624, 0, 11, 0, 1, 1, -3692.01, -3027.69, 14.4341, 0.663223, 0, 0, 0.325567, 0.945519, 900, 255, 1, '', 48632, NULL), +(@OGUID+4378, 1624, 0, 11, 0, 1, 1, -3874.19, -3066.98, 11.6484, 0.0523589, 0, 0, 0.0261765, 0.999657, 900, 255, 1, '', 49345, NULL), +(@OGUID+4379, 1624, 0, 11, 0, 1, 1, -3936.86, -2670.8, 36.8535, 6.02139, 0, 0, -0.130526, 0.991445, 900, 255, 1, '', 49345, NULL), +(@OGUID+4380, 1624, 0, 11, 0, 1, 1, -3985.61, -2900.04, 12.3601, 5.21854, 0, 0, -0.507538, 0.861629, 900, 255, 1, '', 48120, NULL), +(@OGUID+4381, 1624, 0, 11, 0, 1, 1, -4127.01, -2792.29, 21.1964, 1.95477, 0, 0, 0.829038, 0.559193, 900, 255, 1, '', 50172, NULL), +(@OGUID+4382, 1624, 0, 11, 0, 1, 1, -2955.9, -2152.34, 17.3827, 6.16101, 0, 0, -0.0610485, 0.998135, 900, 255, 1, '', 53622, NULL), +(@OGUID+4383, 1624, 0, 11, 1016, 1, 1, -3088.26, -2984.81, 31.8588, 4.41568, 0, 0, -0.803857, 0.594823, 900, 255, 1, '', 51943, NULL), +(@OGUID+4384, 1624, 0, 11, 1020, 1, 1, -3560.03, -3009.28, 11.2311, 5.34071, 0, 0, -0.45399, 0.891007, 900, 255, 1, '', 52237, NULL), +(@OGUID+4385, 1624, 0, 11, 1022, 1, 1, -2874.88, -1185.42, 10.8165, 3.01941, 0, 0, 0.998135, 0.0610518, 900, 255, 1, '', 46902, NULL), +(@OGUID+4386, 1624, 0, 11, 1022, 1, 1, -2977.79, -1225.19, 10.514, 1.6057, 0, 0, 0.719339, 0.694659, 900, 255, 1, '', 46902, NULL), +(@OGUID+4387, 1624, 0, 11, 1022, 1, 1, -3068.15, -1011.72, 9.14604, 0.226892, 0, 0, 0.113203, 0.993572, 900, 255, 1, '', 52237, NULL), +(@OGUID+4388, 1624, 0, 11, 1024, 1, 1, -2941.42, -1409.68, 10.1165, 5.75959, 0, 0, -0.258819, 0.965926, 900, 255, 1, '', 52237, NULL), +(@OGUID+4389, 1624, 0, 11, 1024, 1, 1, -3023, -1846.98, 9.24139, 5.81195, 0, 0, -0.233445, 0.97237, 900, 255, 1, '', 51943, NULL), +(@OGUID+4390, 1624, 0, 11, 1036, 1, 1, -3345.73, -2173.77, 42.9332, 1.46608, 0, 0, 0.66913, 0.743145, 900, 255, 1, '', 51943, NULL), +(@OGUID+4391, 1624, 0, 11, 11, 1, 1, -3190.35, -2841.49, 19.6929, 0, 0, 0, 0, 1, 900, 255, 1, '', 52237, NULL), +(@OGUID+4392, 1624, 0, 11, 298, 1, 1, -3175.66, -952.048, 9.59336, 0.383971, 0, 0, 0.190808, 0.981627, 900, 255, 1, '', 51739, NULL), +(@OGUID+4393, 1624, 0, 11, 309, 1, 1, -2845.36, -2312.93, 39.5666, 0.925024, 0, 0, 0.446198, 0.894935, 900, 255, 1, '', 51943, NULL), +(@OGUID+4394, 1624, 0, 11, 0, 1, 1, -2749.3, -1817.57, 9.69851, 4.53786, 0, 0, -0.766044, 0.642789, 900, 255, 1, '', 49822, NULL), +(@OGUID+4395, 1624, 0, 11, 460, 1, 1, -2985.44, -2727.56, 12.5439, 0, 0, 0, 0, 1, 900, 255, 1, '', 50664, NULL), +(@OGUID+4396, 1624, 0, 11, 460, 1, 1, -3054.71, -2842.83, 25.5066, 3.78737, 0, 0, -0.948323, 0.317306, 900, 255, 1, '', 50664, NULL), +(@OGUID+4397, 1624, 0, 11, 460, 1, 1, -3059.9, -2906.27, 24.5318, 3.57793, 0, 0, -0.976295, 0.216442, 900, 255, 1, '', 50664, NULL), +(@OGUID+4398, 1624, 0, 11, 460, 1, 1, -3066.41, -2901.28, 24.6022, 4.32842, 0, 0, -0.829037, 0.559194, 900, 255, 1, '', 50664, NULL), +(@OGUID+4399, 1624, 0, 11, 460, 1, 1, -3282.03, -3014.68, 23.2151, 2.72271, 0, 0, 0.978148, 0.207912, 900, 255, 1, '', 50664, NULL), +(@OGUID+4400, 1624, 0, 11, 460, 1, 1, -3287.4, -2879.73, 14.3287, 5.75959, 0, 0, -0.258819, 0.965926, 900, 255, 1, '', 50664, NULL), +(@OGUID+4401, 1624, 0, 11, 460, 1, 1, -3584.33, -3114.69, 23.5435, 0.139624, 0, 0, 0.0697556, 0.997564, 900, 255, 1, '', 50664, NULL), +(@OGUID+4402, 1624, 0, 11, 460, 1, 1, -3589.64, -3169.51, 23.2409, 0.087266, 0, 0, 0.0436192, 0.999048, 900, 255, 1, '', 50664, NULL), +(@OGUID+4403, 1624, 0, 11, 460, 1, 1, -3804.33, -3087.27, 12.2866, 4.88692, 0, 0, -0.642787, 0.766045, 900, 255, 1, '', 50664, NULL), +(@OGUID+4404, 1624, 0, 11, 460, 1, 1, -4196.1, -2725.34, 37.3258, 4.17134, 0, 0, -0.870356, 0.492424, 900, 255, 1, '', 50664, NULL), +(@OGUID+4405, 1624, 0, 11, 460, 1, 1, -4208.64, -2932.39, 12.0015, 6.21337, 0, 0, -0.0348988, 0.999391, 900, 255, 1, '', 50664, NULL), +(@OGUID+4406, 1628, 0, 11, 0, 1, 1, -2817.75, -2199.98, 6.92762, 1.36136, 0, 0, 0.62932, 0.777146, 900, 255, 1, '', 50375, NULL), +(@OGUID+4407, 1628, 0, 11, 0, 1, 1, -2851.66, -2234.82, 16.3133, 5.86431, 0, 0, -0.207911, 0.978148, 900, 255, 1, '', 49345, NULL), +(@OGUID+4408, 1628, 0, 11, 0, 1, 1, -2853.07, -2194.42, 7.41447, 1.62316, 0, 0, 0.725374, 0.688355, 900, 255, 1, '', 49345, NULL), +(@OGUID+4409, 1628, 0, 11, 0, 1, 1, -2874.28, -2189.41, 24.3568, 1.309, 0, 0, 0.608761, 0.793354, 900, 255, 1, '', 49345, NULL), +(@OGUID+4410, 1628, 0, 11, 0, 1, 1, -2874.79, -2210.21, 23.7267, 4.4855, 0, 0, -0.782608, 0.622515, 900, 255, 1, '', 49345, NULL), +(@OGUID+4411, 1628, 0, 11, 0, 1, 1, -2887.61, -2191.98, 25.5817, 3.4383, 0, 0, -0.989016, 0.147811, 900, 255, 1, '', 51739, NULL), +(@OGUID+4412, 1628, 0, 11, 309, 1, 1, -2808.46, -2242.54, 16.3167, 2.07694, 0, 0, 0.861629, 0.507539, 900, 255, 1, '', 52237, NULL), +(@OGUID+4413, 1628, 0, 11, 309, 1, 1, -2815.28, -2228.88, -0.927708, 2.9845, 0, 0, 0.996917, 0.0784664, 900, 255, 1, '', 51739, NULL), +(@OGUID+4414, 2041, 0, 11, 0, 1, 1, -2669.78, -1718.53, 7.45277, 1.25664, 0, 0, 0.587785, 0.809017, 900, 255, 1, '', 49345, NULL), +(@OGUID+4415, 2041, 0, 11, 0, 1, 1, -2731.62, -1562.32, 7.14171, 5.63741, 0, 0, -0.317305, 0.948324, 900, 255, 1, '', 49345, NULL), +(@OGUID+4416, 2041, 0, 11, 0, 1, 1, -2739.23, -1328.33, 7.56998, 6.19592, 0, 0, -0.0436192, 0.999048, 900, 255, 1, '', 49345, NULL), +(@OGUID+4417, 2041, 0, 11, 0, 1, 1, -2750.8, -1461.47, 7.20136, 0.715585, 0, 0, 0.350207, 0.936672, 900, 255, 1, '', 50664, NULL), +(@OGUID+4418, 2041, 0, 11, 0, 1, 1, -2799.74, -1180.95, 8.3378, 3.33359, 0, 0, -0.995396, 0.0958512, 900, 255, 1, '', 49345, NULL), +(@OGUID+4419, 2041, 0, 11, 0, 1, 1, -2848.54, -1301.96, 7.27921, 4.53786, 0, 0, -0.766044, 0.642789, 900, 255, 1, '', 49345, NULL), +(@OGUID+4420, 2041, 0, 11, 0, 1, 1, -2913.08, -1589.84, 7.25743, 5.02655, 0, 0, -0.587785, 0.809017, 900, 255, 1, '', 49345, NULL), +(@OGUID+4421, 2041, 0, 11, 0, 1, 1, -2923.68, -1244.04, 7.05653, 2.80998, 0, 0, 0.986285, 0.16505, 900, 255, 1, '', 48632, NULL), +(@OGUID+4422, 2041, 0, 11, 0, 1, 1, -2954.39, -2235.25, 7.02462, 0.349065, 0, 0, 0.173648, 0.984808, 900, 255, 1, '', 50375, NULL), +(@OGUID+4423, 2041, 0, 11, 0, 1, 1, -3009.18, -2612.51, 7.93079, 0.104719, 0, 0, 0.0523357, 0.99863, 900, 255, 1, '', 49345, NULL), +(@OGUID+4424, 2041, 0, 11, 0, 1, 1, -3013.65, -2502.55, 8.11191, 3.87463, 0, 0, -0.93358, 0.358368, 900, 255, 1, '', 49345, NULL), +(@OGUID+4425, 2041, 0, 11, 0, 1, 1, -3023.52, -1608.5, 7.62549, 3.07177, 0, 0, 0.999391, 0.0349061, 900, 255, 1, '', 49345, NULL), +(@OGUID+4426, 2041, 0, 11, 0, 1, 1, -3026.99, -2356.25, 7.11371, 3.73501, 0, 0, -0.956305, 0.292372, 900, 255, 1, '', 50375, NULL), +(@OGUID+4427, 2041, 0, 11, 0, 1, 1, -3046.49, -2245.78, 7.35686, 3.87463, 0, 0, -0.93358, 0.358368, 900, 255, 1, '', 49345, NULL), +(@OGUID+4428, 2041, 0, 11, 0, 1, 1, -3049.69, -1948, 7.30686, 5.77704, 0, 0, -0.25038, 0.968148, 900, 255, 1, '', 49345, NULL), +(@OGUID+4429, 2041, 0, 11, 0, 1, 1, -3054.84, -2058.81, 6.85599, 1.51844, 0, 0, 0.688354, 0.725374, 900, 255, 1, '', 49345, NULL), +(@OGUID+4430, 2041, 0, 11, 0, 1, 1, -3077.74, -1994.21, 7.12134, 4.79966, 0, 0, -0.67559, 0.737278, 900, 255, 1, '', 49345, NULL), +(@OGUID+4431, 2041, 0, 11, 0, 1, 1, -3094.27, -2504.67, 8.32382, 4.46804, 0, 0, -0.788011, 0.615662, 900, 255, 1, '', 48632, NULL), +(@OGUID+4432, 2041, 0, 11, 0, 1, 1, -3094.43, -2330.87, 6.9257, 0.279252, 0, 0, 0.139173, 0.990268, 900, 255, 1, '', 50375, NULL), +(@OGUID+4433, 2041, 0, 11, 0, 1, 1, -3109.12, -1046.52, 7.37424, 6.07375, 0, 0, -0.104528, 0.994522, 900, 255, 1, '', 50375, NULL), +(@OGUID+4434, 2041, 0, 11, 0, 1, 1, -3144.12, -2672.27, 7.48634, 1.41372, 0, 0, 0.649447, 0.760406, 900, 255, 1, '', 48632, NULL), +(@OGUID+4435, 2041, 0, 11, 0, 1, 1, -3147.48, -1439.87, 7.53627, 2.67035, 0, 0, 0.972369, 0.233448, 900, 255, 1, '', 48632, NULL), +(@OGUID+4436, 2041, 0, 11, 0, 1, 1, -3197.96, -2636.1, 7.63684, 2.26893, 0, 0, 0.906307, 0.422619, 900, 255, 1, '', 48632, NULL), +(@OGUID+4437, 2041, 0, 11, 0, 1, 1, -3389.46, -2702.66, 8.36749, 5.44543, 0, 0, -0.406736, 0.913546, 900, 255, 1, '', 47966, NULL), +(@OGUID+4438, 2041, 0, 11, 0, 1, 1, -3421.35, -2679.81, 7.33954, 4.59022, 0, 0, -0.748956, 0.66262, 900, 255, 1, '', 48632, NULL), +(@OGUID+4439, 2041, 0, 11, 0, 1, 1, -3525.09, -2887.93, 7.20394, 1.91986, 0, 0, 0.819152, 0.573577, 900, 255, 1, '', 47966, NULL), +(@OGUID+4440, 2041, 0, 11, 0, 1, 1, -3623.08, -2946.4, 9.36331, 4.76475, 0, 0, -0.688354, 0.725374, 900, 255, 1, '', 49345, NULL), +(@OGUID+4441, 2041, 0, 11, 0, 1, 1, -3731.34, -2897.29, 7.22989, 2.37364, 0, 0, 0.927183, 0.374608, 900, 255, 1, '', 48120, NULL), +(@OGUID+4442, 2041, 0, 11, 0, 1, 1, -3900.1, -3014.22, 7.17964, 2.11185, 0, 0, 0.870356, 0.492424, 900, 255, 1, '', 50375, NULL), +(@OGUID+4443, 2041, 0, 11, 0, 1, 1, -4068.79, -3029.04, 8.58876, 2.14675, 0, 0, 0.878817, 0.47716, 900, 255, 1, '', 48632, NULL), +(@OGUID+4444, 2041, 0, 11, 0, 1, 1, -4173.95, -3015.97, 7.73034, 4.62512, 0, 0, -0.737277, 0.675591, 900, 255, 1, '', 48632, NULL), +(@OGUID+4445, 2041, 0, 11, 0, 1, 1, -2869.72, -1959.99, 7.58346, 1.85005, 0, 0, 0.798635, 0.601815, 900, 255, 1, '', 52237, NULL), +(@OGUID+4446, 2041, 0, 11, 0, 1, 1, -2925.42, -2048.49, 7.02952, 3.15906, 0, 0, -0.999962, 0.00873464, 900, 255, 1, '', 51943, NULL), +(@OGUID+4447, 2041, 0, 11, 0, 1, 1, -3071.98, -2200.16, 7.08711, 4.17134, 0, 0, -0.870356, 0.492424, 900, 255, 1, '', 52237, NULL), +(@OGUID+4448, 2041, 0, 11, 0, 1, 1, -3126.9, -2231.18, 7.62603, 0.471238, 0, 0, 0.233445, 0.97237, 900, 255, 1, '', 51739, NULL), +(@OGUID+4449, 2041, 0, 11, 1022, 1, 1, -3102.63, -1299.36, 7.84485, 3.6652, 0, 0, -0.965925, 0.258821, 900, 255, 1, '', 51943, NULL), +(@OGUID+4450, 2041, 0, 11, 1023, 1, 1, -2784, -1662.3, 7.3956, 4.7822, 0, 0, -0.681998, 0.731354, 900, 255, 1, '', 51739, NULL), +(@OGUID+4451, 2041, 0, 11, 1024, 1, 1, -3081.23, -1696.38, 7.49874, 0.191985, 0, 0, 0.0958452, 0.995396, 900, 255, 1, '', 51943, NULL), +(@OGUID+4452, 2041, 0, 11, 1039, 1, 1, -3007.08, -1028.28, 7.5412, 2.9496, 0, 0, 0.995396, 0.0958512, 900, 255, 1, '', 46902, NULL), +(@OGUID+4453, 2041, 0, 11, 205, 1, 1, -2837.91, -1775.33, 7.82989, 0.331611, 0, 0, 0.165047, 0.986286, 900, 255, 1, '', 51943, NULL), +(@OGUID+4454, 2041, 0, 11, 0, 1, 1, -2755.23, -1701.21, 7.25174, 3.3685, 0, 0, -0.993571, 0.113208, 900, 255, 1, '', 49822, NULL), +(@OGUID+4455, 2041, 0, 11, 0, 1, 1, -2896.75, -1689.91, 7.51803, 4.97419, 0, 0, -0.608761, 0.793354, 900, 255, 1, '', 49822, NULL), +(@OGUID+4456, 2041, 0, 11, 460, 1, 1, -2899.98, -1106.47, 7.80995, 2.93214, 0, 0, 0.994521, 0.104536, 900, 255, 1, '', 50664, NULL), +(@OGUID+4457, 2045, 0, 11, 0, 1, 1, -2456.75, -1713.7, -16.1589, 5.51524, 0, 0, -0.374606, 0.927184, 900, 255, 1, '', 49345, NULL), +(@OGUID+4458, 2045, 0, 11, 0, 1, 1, -2476.97, -1599.02, -28.1826, 1.01229, 0, 0, 0.484809, 0.87462, 900, 255, 1, '', 49345, NULL), +(@OGUID+4459, 2045, 0, 11, 0, 1, 1, -2499.31, -1646.44, -18.1167, 3.82227, 0, 0, -0.942641, 0.333808, 900, 255, 1, '', 49345, NULL), +(@OGUID+4460, 2045, 0, 11, 0, 1, 1, -2517.58, -1485.82, -27.4875, 4.88692, 0, 0, -0.642787, 0.766045, 900, 255, 1, '', 49345, NULL), +(@OGUID+4461, 2045, 0, 11, 0, 1, 1, -2586.9, -1507.23, -14.0206, 0.314158, 0, 0, 0.156434, 0.987688, 900, 255, 1, '', 49345, NULL), +(@OGUID+4462, 2045, 0, 11, 0, 1, 1, -2614.64, -1128.85, -45.0666, 3.63029, 0, 0, -0.970295, 0.241925, 900, 255, 1, '', 48632, NULL), +(@OGUID+4463, 2045, 0, 11, 0, 1, 1, -2625.47, -1382.11, -13.013, 1.16937, 0, 0, 0.551936, 0.833886, 900, 255, 1, '', 50375, NULL), +(@OGUID+4464, 2045, 0, 11, 0, 1, 1, -2627.82, -1190.51, -14.4644, 6.05629, 0, 0, -0.113203, 0.993572, 900, 255, 1, '', 48632, NULL), +(@OGUID+4465, 2045, 0, 11, 0, 1, 1, -2628.22, -1494.79, -10.4608, 3.4034, 0, 0, -0.991445, 0.130528, 900, 255, 1, '', 48632, NULL), +(@OGUID+4466, 2045, 0, 11, 0, 1, 1, -2641.34, -1442.62, -12.4426, 0.244346, 0, 0, 0.121869, 0.992546, 900, 255, 1, '', 49345, NULL), +(@OGUID+4467, 2045, 0, 11, 0, 1, 1, -2642.1, -1290.58, -13.5598, 0.575957, 0, 0, 0.284015, 0.95882, 900, 255, 1, '', 48632, NULL), +(@OGUID+4468, 2045, 0, 11, 0, 1, 1, -2655.07, -1339.36, -12.6774, 4.79966, 0, 0, -0.67559, 0.737278, 900, 255, 1, '', 49345, NULL), +(@OGUID+4469, 2045, 0, 11, 0, 1, 1, -2696.33, -861.289, -40.4662, 3.15906, 0, 0, -0.999962, 0.00873464, 900, 255, 1, '', 50375, NULL), +(@OGUID+4470, 2045, 0, 11, 0, 1, 1, -2740.34, -1026.76, -13.8492, 3.08918, 0, 0, 0.999657, 0.0262016, 900, 255, 1, '', 50375, NULL), +(@OGUID+4471, 2045, 0, 11, 0, 1, 1, -2787.07, -1084.6, -10.2416, 0.383971, 0, 0, 0.190808, 0.981627, 900, 255, 1, '', 48632, NULL), +(@OGUID+4472, 2045, 0, 11, 0, 1, 1, -2858.3, -954.056, -12.9198, 0.558504, 0, 0, 0.275637, 0.961262, 900, 255, 1, '', 48632, NULL), +(@OGUID+4473, 2045, 0, 11, 0, 1, 1, -2879.56, -1005.58, -13.1264, 0.558504, 0, 0, 0.275637, 0.961262, 900, 255, 1, '', 50375, NULL), +(@OGUID+4474, 2045, 0, 11, 0, 1, 1, -2949.26, -718.542, -13.7227, 0.541051, 0, 0, 0.267238, 0.963631, 900, 255, 1, '', 50375, NULL), +(@OGUID+4475, 2045, 0, 11, 0, 1, 1, -2966.41, -933.626, -5.52227, 5.42797, 0, 0, -0.414693, 0.909961, 900, 255, 1, '', 50375, NULL), +(@OGUID+4476, 2045, 0, 11, 0, 1, 1, -2980.53, -857.71, -10.4009, 4.08407, 0, 0, -0.891006, 0.453991, 900, 255, 1, '', 50375, NULL), +(@OGUID+4477, 2045, 0, 11, 0, 1, 1, -2987.83, -812.003, -10.8781, 3.59538, 0, 0, -0.97437, 0.224951, 900, 255, 1, '', 48632, NULL), +(@OGUID+4478, 2045, 0, 11, 0, 1, 1, -3006.93, -887.282, -11.8492, 2.53072, 0, 0, 0.953716, 0.300708, 900, 255, 1, '', 50375, NULL), +(@OGUID+4479, 2045, 0, 11, 0, 1, 1, -3055.46, -792.295, -12.0644, 1.22173, 0, 0, 0.573576, 0.819152, 900, 255, 1, '', 48632, NULL), +(@OGUID+4480, 2045, 0, 11, 0, 1, 1, -3281.69, -889.824, -11.5435, 0.349065, 0, 0, 0.173648, 0.984808, 900, 255, 1, '', 50375, NULL), +(@OGUID+4481, 2045, 0, 11, 0, 1, 1, -3346.15, -641.562, -14.7581, 5.8294, 0, 0, -0.224951, 0.97437, 900, 255, 1, '', 50375, NULL), +(@OGUID+4482, 2045, 0, 11, 0, 1, 1, -3425.11, -768.991, -10.2332, 4.99164, 0, 0, -0.601814, 0.798636, 900, 255, 1, '', 49345, NULL), +(@OGUID+4483, 2045, 0, 11, 0, 1, 1, -3463.25, -700.851, -11.9855, 6.23083, 0, 0, -0.0261765, 0.999657, 900, 255, 1, '', 49345, NULL), +(@OGUID+4484, 2045, 0, 11, 0, 1, 1, -3481.24, -625.551, -13.8047, 0.314158, 0, 0, 0.156434, 0.987688, 900, 255, 1, '', 48632, NULL), +(@OGUID+4485, 2045, 0, 11, 0, 1, 1, -3526.34, -678.785, -12.1328, 0.174532, 0, 0, 0.0871553, 0.996195, 900, 255, 1, '', 48632, NULL), +(@OGUID+4486, 2045, 0, 11, 0, 1, 1, -3585.93, -1118.09, -13.8144, 5.77704, 0, 0, -0.25038, 0.968148, 900, 255, 1, '', 48632, NULL), +(@OGUID+4487, 2045, 0, 11, 0, 1, 1, -3612.66, -620.549, -13.8344, 0.471238, 0, 0, 0.233445, 0.97237, 900, 255, 1, '', 50063, NULL), +(@OGUID+4488, 2045, 0, 11, 0, 1, 1, -3682.4, -1183.56, -16.7963, 3.52557, 0, 0, -0.981627, 0.190812, 900, 255, 1, '', 49345, NULL), +(@OGUID+4489, 2045, 0, 11, 0, 1, 1, -3685.6, -641.567, -10.7142, 1.69297, 0, 0, 0.748956, 0.66262, 900, 255, 1, '', 50063, NULL), +(@OGUID+4490, 2045, 0, 11, 0, 1, 1, -3750.67, -1080.5, -45.1283, 4.86947, 0, 0, -0.649447, 0.760406, 900, 255, 1, '', 49345, NULL), +(@OGUID+4491, 2045, 0, 11, 0, 1, 1, -3796.78, -1050.54, -32.052, 5.14872, 0, 0, -0.537299, 0.843392, 900, 255, 1, '', 49345, NULL), +(@OGUID+4492, 2045, 0, 11, 0, 1, 1, -3800.95, -1161.6, -20.5933, 5.49779, 0, 0, -0.382683, 0.92388, 900, 255, 1, '', 48632, NULL), +(@OGUID+4493, 2045, 0, 11, 0, 1, 1, -3812.61, -585.994, -12.5451, 4.64258, 0, 0, -0.731354, 0.681998, 900, 255, 1, '', 49345, NULL), +(@OGUID+4494, 2045, 0, 11, 0, 1, 1, -3820.83, -690.69, -11.6346, 2.84488, 0, 0, 0.989016, 0.147811, 900, 255, 1, '', 48632, NULL), +(@OGUID+4495, 2045, 0, 11, 0, 1, 1, -3859.09, -992.411, -16.97, 6.17847, 0, 0, -0.0523357, 0.99863, 900, 255, 1, '', 49345, NULL), +(@OGUID+4496, 2045, 0, 11, 0, 1, 1, -3922.7, -750.731, -16.4427, 3.54302, 0, 0, -0.979924, 0.19937, 900, 255, 1, '', 50664, NULL), +(@OGUID+4497, 2045, 0, 11, 0, 1, 1, -3940.99, -592.529, -10.591, 3.50812, 0, 0, -0.983254, 0.182238, 900, 255, 1, '', 48632, NULL), +(@OGUID+4498, 2045, 0, 11, 0, 1, 1, -3941.92, -842.802, -17.5498, 2.61799, 0, 0, 0.965925, 0.258821, 900, 255, 1, '', 49345, NULL), +(@OGUID+4499, 2045, 0, 11, 0, 1, 1, -3946.65, -878.974, -13.3966, 2.44346, 0, 0, 0.939692, 0.34202, 900, 255, 1, '', 50375, NULL), +(@OGUID+4500, 2045, 0, 11, 0, 1, 1, -3975.57, -814.71, -15.7574, 6.14356, 0, 0, -0.0697556, 0.997564, 900, 255, 1, '', 50375, NULL), +(@OGUID+4501, 2045, 0, 11, 0, 1, 1, -3988.16, -702.845, -11.7058, 5.63741, 0, 0, -0.317305, 0.948324, 900, 255, 1, '', 49345, NULL), +(@OGUID+4502, 2045, 0, 11, 0, 1, 1, -4022.54, -649.157, -11.3932, 0.366518, 0, 0, 0.182235, 0.983255, 900, 255, 1, '', 49345, NULL), +(@OGUID+4503, 2045, 0, 11, 0, 1, 1, -4071.72, -737, -12.0919, 1.0472, 0, 0, 0.5, 0.866025, 900, 255, 1, '', 50375, NULL), +(@OGUID+4504, 2045, 0, 11, 0, 1, 1, -4125.26, -714.625, -12.9993, 0.0523589, 0, 0, 0.0261765, 0.999657, 900, 255, 1, '', 50375, NULL), +(@OGUID+4505, 2045, 0, 11, 0, 1, 1, -4151, -674.153, -12.6395, 2.56563, 0, 0, 0.958819, 0.284016, 900, 255, 1, '', 49345, NULL), +(@OGUID+4506, 2045, 0, 11, 0, 1, 1, -3395.73, -894.167, -12.7264, 2.09439, 0, 0, 0.866025, 0.500001, 900, 255, 1, '', 52237, NULL), +(@OGUID+4507, 2045, 0, 11, 1018, 1, 1, -3756.01, -1219.82, -30.9406, 6.14356, 0, 0, -0.0697556, 0.997564, 900, 255, 1, '', 46902, NULL), +(@OGUID+4508, 2045, 0, 11, 1022, 1, 1, -3084.31, -886.973, -12.8226, 0.436332, 0, 0, 0.216439, 0.976296, 900, 255, 1, '', 51943, NULL), +(@OGUID+4509, 2045, 0, 11, 1039, 1, 1, -2716.56, -1138.35, -6.98731, 5.5676, 0, 0, -0.350207, 0.936672, 900, 255, 1, '', 53622, NULL), +(@OGUID+4510, 2045, 0, 11, 1039, 1, 1, -2745.02, -1074.81, -10.3433, 5.88176, 0, 0, -0.199368, 0.979925, 900, 255, 1, '', 52237, NULL), +(@OGUID+4511, 2045, 0, 11, 1039, 1, 1, -2824.33, -910.341, -12.6657, 1.81514, 0, 0, 0.788011, 0.615662, 900, 255, 1, '', 53622, NULL), +(@OGUID+4512, 2045, 0, 11, 1039, 1, 1, -2909.69, -925.258, -11.8573, 0.279252, 0, 0, 0.139173, 0.990268, 900, 255, 1, '', 52237, NULL), +(@OGUID+4513, 2045, 0, 11, 1039, 1, 1, -3121.33, -847.814, -13.8162, 4.29351, 0, 0, -0.83867, 0.54464, 900, 255, 1, '', 52237, NULL), +(@OGUID+4514, 2045, 0, 11, 11, 1, 1, -3657.56, -540.877, -17.6931, 6.19592, 0, 0, -0.0436192, 0.999048, 900, 255, 1, '', 52237, NULL), +(@OGUID+4515, 2045, 0, 11, 150, 1, 1, -3441.99, -784.958, -9.7096, 5.68977, 0, 0, -0.292372, 0.956305, 900, 255, 1, '', 51943, NULL), +(@OGUID+4516, 2045, 0, 11, 150, 1, 1, -3877.74, -960.628, -14.7171, 5.16618, 0, 0, -0.529919, 0.848048, 900, 255, 1, '', 52237, NULL), +(@OGUID+4517, 2045, 0, 11, 298, 1, 1, -2523.04, -1413.89, -34.7353, 4.7822, 0, 0, -0.681998, 0.731354, 900, 255, 1, '', 52237, NULL), +(@OGUID+4518, 2045, 0, 11, 298, 1, 1, -2561.2, -1245.48, -42.077, 6.10865, 0, 0, -0.0871553, 0.996195, 900, 255, 1, '', 46902, NULL), +(@OGUID+4519, 2045, 0, 11, 298, 1, 1, -3198.83, -830.584, -13.6571, 0, 0, 0, 0, 1, 900, 255, 1, '', 52237, NULL), +(@OGUID+4520, 2045, 0, 11, 298, 1, 1, -4089.89, -634.874, -12.8446, 6.0912, 0, 0, -0.0958452, 0.995396, 900, 255, 1, '', 52237, NULL), +(@OGUID+4521, 2045, 0, 11, 299, 1, 1, -3623, -1010.74, -32.052, 2.91469, 0, 0, 0.993571, 0.113208, 900, 255, 1, '', 52237, NULL), +(@OGUID+4522, 2045, 0, 11, 299, 1, 1, -3683.3, -1085.2, -45.1089, 4.50295, 0, 0, -0.777145, 0.629321, 900, 255, 1, '', 52237, NULL), +(@OGUID+4523, 2045, 0, 11, 299, 1, 1, -4006.72, -785.52, -15.6079, 1.36136, 0, 0, 0.62932, 0.777146, 900, 255, 1, '', 52237, NULL), +(@OGUID+4524, 2045, 0, 11, 460, 1, 1, -2539.89, -1574.41, -15.3704, 5.18363, 0, 0, -0.522498, 0.85264, 900, 255, 1, '', 50664, NULL), +(@OGUID+4525, 2045, 0, 11, 460, 1, 1, -2553.31, -1336.61, -42.1703, 4.99164, 0, 0, -0.601814, 0.798636, 900, 255, 1, '', 50664, NULL), +(@OGUID+4526, 2045, 0, 11, 460, 1, 1, -2716.76, -1004.08, -13.574, 0.244346, 0, 0, 0.121869, 0.992546, 900, 255, 1, '', 50664, NULL), +(@OGUID+4527, 2045, 0, 11, 460, 1, 1, -3746.37, -1147.42, -32.052, 6.17847, 0, 0, -0.0523357, 0.99863, 900, 255, 1, '', 50664, NULL), +(@OGUID+4528, 1610, 0, 11, 836, 1, 1, -3929.86, -2318.63, 23.0019, 5.93412, 0, 0, -0.173648, 0.984808, 900, 255, 1, '', 52237, NULL), +(@OGUID+4529, 1610, 0, 11, 1021, 1, 1, -3837.11, -2527.33, 38.9886, 5.18363, 0, 0, -0.522498, 0.85264, 900, 255, 1, '', 52237, NULL), +(@OGUID+4530, 1610, 0, 11, 460, 1, 1, -3813.83, -2279.43, 33.753, 4.15388, 0, 0, -0.874619, 0.48481, 900, 255, 1, '', 50664, NULL), +(@OGUID+4531, 1610, 0, 11, 460, 1, 1, -3799.52, -2390.45, 28.5253, 2.67035, 0, 0, 0.972369, 0.233448, 900, 255, 1, '', 50664, NULL), +(@OGUID+4532, 1667, 0, 11, 460, 1, 1, -3833.58, -2299.88, 30.4736, 4.46804, 0, 0, -0.788011, 0.615662, 900, 255, 1, '', 50664, NULL), +(@OGUID+4533, 1667, 0, 11, 460, 1, 1, -3830.57, -2431.7, 26.5262, 2.67035, 0, 0, 0.972369, 0.233448, 900, 255, 1, '', 50664, NULL), +(@OGUID+4534, 1731, 0, 11, 0, 1, 1, -4341.22, -2511.06, 256.408, 0.471238, 0, 0, 0.233445, 0.97237, 900, 255, 1, '', 48340, NULL), +(@OGUID+4535, 1731, 0, 11, 11, 1, 1, -4271.32, -3020.73, 10.5367, 4.18879, 0, 0, -0.866025, 0.500001, 900, 255, 1, '', 52237, NULL), +(@OGUID+4536, 1731, 0, 11, 0, 1, 1, -4218.17, -2474.73, 282.472, 2.93214, 0, 0, 0.994521, 0.104536, 900, 255, 1, '', 48340, NULL), +(@OGUID+4537, 1731, 0, 11, 0, 1, 1, -4159.18, -2369.03, 212.793, 4.10153, 0, 0, -0.887011, 0.461749, 900, 255, 1, '', 48632, NULL), +(@OGUID+4538, 1731, 0, 11, 0, 1, 1, -4153.11, -3038.73, 2.50557, 3.90954, 0, 0, -0.927183, 0.374608, 900, 255, 1, '', 49345, NULL), +(@OGUID+4539, 1731, 0, 11, 0, 1, 1, -4144.73, -2474.29, 185.1, 1.02974, 0, 0, 0.492423, 0.870356, 900, 255, 1, '', 48632, NULL), +(@OGUID+4540, 1731, 0, 11, 0, 1, 1, -4080.01, -2911.18, 4.63452, 0.977383, 0, 0, 0.469471, 0.882948, 900, 255, 1, '', 48632, NULL), +(@OGUID+4541, 1731, 0, 11, 0, 1, 1, -4028.35, -2945.35, 6.08753, 1.06465, 0, 0, 0.507538, 0.861629, 900, 255, 1, '', 47966, NULL), +(@OGUID+4542, 1731, 0, 11, 0, 1, 1, -3833.94, -2866.97, 3.53475, 3.24635, 0, 0, -0.998629, 0.0523532, 900, 255, 1, '', 48120, NULL), +(@OGUID+4543, 1731, 0, 11, 0, 1, 1, -3800.21, -1383.16, 39.8308, 1.90241, 0, 0, 0.814116, 0.580703, 900, 255, 1, '', 49345, NULL), +(@OGUID+4544, 1731, 0, 11, 0, 1, 1, -3715.4, -2879.98, 5.16273, 1.93731, 0, 0, 0.824125, 0.566408, 900, 255, 1, '', 47966, NULL), +(@OGUID+4545, 1731, 0, 11, 0, 1, 1, -3644.19, -1439.96, 11.7144, 0.0349062, 0, 0, 0.0174522, 0.999848, 900, 255, 1, '', 48632, NULL), +(@OGUID+4546, 1731, 0, 11, 0, 1, 1, -3531.56, -1456.55, 27.5651, 5.96903, 0, 0, -0.156434, 0.987688, 900, 255, 1, '', 50375, NULL), +(@OGUID+4547, 1731, 0, 11, 0, 1, 1, -3438.17, -1643.46, 21.7195, 3.38594, 0, 0, -0.992546, 0.12187, 900, 255, 1, '', 49345, NULL), +(@OGUID+4548, 1731, 0, 11, 0, 1, 1, -3338.99, -1702.82, 13.6847, 2.58308, 0, 0, 0.961261, 0.27564, 900, 255, 1, '', 49345, NULL), +(@OGUID+4549, 1731, 0, 11, 1018, 1, 1, -3220.77, -1333.22, 1.52318, 3.12412, 0, 0, 0.999962, 0.00873464, 900, 255, 1, '', 52237, NULL), +(@OGUID+4550, 1731, 0, 11, 1022, 1, 1, -3174.07, -1533.11, 2.15818, 4.03171, 0, 0, -0.902585, 0.430512, 900, 255, 1, '', 45854, NULL), +(@OGUID+4551, 1731, 0, 11, 0, 1, 1, -3132.9, -1450.79, -0.29859, 0.436332, 0, 0, 0.216439, 0.976296, 900, 255, 1, '', 48632, NULL), +(@OGUID+4552, 1731, 0, 11, 0, 1, 1, -3118.42, -1245, 2.63742, 0.890117, 0, 0, 0.430511, 0.902586, 900, 255, 1, '', 48632, NULL), +(@OGUID+4553, 1731, 0, 11, 0, 1, 1, -3103.4, -1676.96, 3.06479, 2.11185, 0, 0, 0.870356, 0.492424, 900, 255, 1, '', 50375, NULL), +(@OGUID+4554, 1731, 0, 11, 0, 1, 1, -3066.62, -1932.85, 4.93504, 2.33874, 0, 0, 0.920505, 0.390732, 900, 255, 1, '', 52237, NULL), +(@OGUID+4555, 1731, 0, 11, 0, 1, 1, -3037.39, -1525.7, 0.639823, 0.90757, 0, 0, 0.438371, 0.898794, 900, 255, 1, '', 48632, NULL), +(@OGUID+4556, 1731, 0, 11, 0, 1, 1, -3024.83, -1356.18, 0.228389, 4.11898, 0, 0, -0.882947, 0.469473, 900, 255, 1, '', 49345, NULL), +(@OGUID+4557, 1731, 0, 11, 0, 1, 1, -2951.17, -1806.75, 3.60814, 4.76475, 0, 0, -0.688354, 0.725374, 900, 255, 1, '', 49822, NULL), +(@OGUID+4558, 1731, 0, 11, 0, 1, 1, -2923.04, -1608.39, 0.933756, 0.925024, 0, 0, 0.446198, 0.894935, 900, 255, 1, '', 48632, NULL), +(@OGUID+4559, 1731, 0, 11, 1023, 1, 1, -2899.95, -1715.63, 2.10021, 4.64258, 0, 0, -0.731354, 0.681998, 900, 255, 1, '', 51739, NULL), +(@OGUID+4560, 1731, 0, 11, 0, 1, 1, -2757.12, -1669.96, -0.252495, 0.890117, 0, 0, 0.430511, 0.902586, 900, 255, 1, '', 49345, NULL), +(@OGUID+4561, 1732, 0, 11, 460, 1, 1, -4318.25, -3030.73, 12.2277, 4.95674, 0, 0, -0.615661, 0.788011, 900, 255, 1, '', 50664, NULL), +(@OGUID+4562, 1732, 0, 11, 0, 1, 1, -4300.05, -2679.25, 70.5852, 4.32842, 0, 0, -0.829037, 0.559194, 900, 255, 1, '', 49345, NULL), +(@OGUID+4563, 1732, 0, 11, 0, 1, 1, -4250.16, -3066.69, 8.75446, 3.50812, 0, 0, -0.983254, 0.182238, 900, 255, 1, '', 46248, NULL), +(@OGUID+4564, 1732, 0, 11, 0, 1, 1, -4247.21, -2627.36, 65.4306, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 49345, NULL), +(@OGUID+4565, 1732, 0, 11, 0, 1, 1, -4218.68, -3083.5, 9.42818, 5.20108, 0, 0, -0.515038, 0.857168, 900, 255, 1, '', 48632, NULL), +(@OGUID+4566, 1732, 0, 11, 0, 1, 1, -4209.78, -3200.41, 39.9346, 3.68265, 0, 0, -0.96363, 0.267241, 900, 255, 1, '', 47966, NULL), +(@OGUID+4567, 1732, 0, 11, 0, 1, 1, -4208.44, -3145.73, 8.06751, 4.99164, 0, 0, -0.601814, 0.798636, 900, 255, 1, '', 50063, NULL), +(@OGUID+4568, 1732, 0, 11, 0, 1, 1, -3993.14, -2598.76, 59.9468, 4.17134, 0, 0, -0.870356, 0.492424, 900, 255, 1, '', 50250, NULL), +(@OGUID+4569, 1732, 0, 11, 4620, 1, 1, -3979.53, -3142.92, 21.6354, 1.09956, 0, 0, 0.522498, 0.85264, 900, 255, 1, '', 50172, NULL), +(@OGUID+4570, 1732, 0, 11, 1021, 1, 1, -3876.79, -2447.74, 30.3868, 3.14159, 0, 0, -1, 0, 900, 255, 1, '', 52237, NULL), +(@OGUID+4571, 1732, 0, 11, 0, 1, 1, -3875.72, -2586.04, 44.1806, 2.74016, 0, 0, 0.979924, 0.19937, 900, 255, 1, '', 49345, NULL), +(@OGUID+4572, 1732, 0, 11, 1021, 1, 1, -3874.11, -2340.36, 22.3002, 5.93412, 0, 0, -0.173648, 0.984808, 900, 255, 1, '', 52237, NULL), +(@OGUID+4573, 1732, 0, 11, 0, 1, 1, -3858.7, -2624.47, 63.9141, 4.45059, 0, 0, -0.793353, 0.608762, 900, 255, 1, '', 48632, NULL), +(@OGUID+4574, 1732, 0, 11, 460, 1, 1, -3856.87, -3142.52, 22.0638, 4.15388, 0, 0, -0.874619, 0.48481, 900, 255, 1, '', 50664, NULL), +(@OGUID+4575, 1732, 0, 11, 460, 1, 1, -3842.15, -2328.59, 46.6512, 4.17134, 0, 0, -0.870356, 0.492424, 900, 255, 1, '', 50664, NULL), +(@OGUID+4576, 1732, 0, 11, 460, 1, 1, -3829.84, -2420.19, 27.287, 2.67035, 0, 0, 0.972369, 0.233448, 900, 255, 1, '', 50664, NULL), +(@OGUID+4577, 1732, 0, 11, 0, 1, 1, -3780.94, -2499.87, 30.969, 5.18363, 0, 0, -0.522498, 0.85264, 900, 255, 1, '', 50375, NULL), +(@OGUID+4578, 1732, 0, 11, 0, 1, 1, -3766.71, -2700.05, 38.3341, 4.24115, 0, 0, -0.85264, 0.522499, 900, 255, 1, '', 49345, NULL), +(@OGUID+4579, 1732, 0, 11, 0, 1, 1, -3766.69, -2633.3, 75.8543, 4.88692, 0, 0, -0.642787, 0.766045, 900, 255, 1, '', 50375, NULL), +(@OGUID+4580, 1732, 0, 11, 460, 1, 1, -3740.22, -2442.94, 37.123, 5.72468, 0, 0, -0.275637, 0.961262, 900, 255, 1, '', 50664, NULL), +(@OGUID+4581, 1732, 0, 11, 0, 1, 1, -3738.05, -2625.42, 53.5793, 1.50098, 0, 0, 0.681998, 0.731354, 900, 255, 1, '', 49345, NULL), +(@OGUID+4582, 1732, 0, 11, 460, 1, 1, -3700.33, -3187.98, 24.7781, 1.0821, 0, 0, 0.515038, 0.857168, 900, 255, 1, '', 50664, NULL), +(@OGUID+4583, 1732, 0, 11, 0, 1, 1, -3683.25, -2596.19, 63.3477, 0.471238, 0, 0, 0.233445, 0.97237, 900, 255, 1, '', 49345, NULL), +(@OGUID+4584, 1732, 0, 11, 0, 1, 1, -3571.64, -3279.06, 38.9716, 1.22173, 0, 0, 0.573576, 0.819152, 900, 255, 1, '', 52237, NULL), +(@OGUID+4585, 1732, 0, 11, 118, 1, 1, -3556.3, -1769.77, 76.4529, 5.02655, 0, 0, -0.587785, 0.809017, 900, 255, 1, '', 51943, NULL), +(@OGUID+4586, 1732, 0, 11, 0, 1, 1, -3533.25, -2533.37, 66.5472, 6.21337, 0, 0, -0.0348988, 0.999391, 900, 255, 1, '', 50375, NULL), +(@OGUID+4587, 1732, 0, 11, 460, 1, 1, -3488.49, -1900.41, 24.2657, 5.67232, 0, 0, -0.300705, 0.953717, 900, 255, 1, '', 50664, NULL), +(@OGUID+4588, 1732, 0, 11, 0, 1, 1, -3466.74, -2266.74, 61.3246, 3.38594, 0, 0, -0.992546, 0.12187, 900, 255, 1, '', 50664, NULL), +(@OGUID+4589, 1732, 0, 11, 0, 1, 1, -3453.38, -1736.65, 43.1972, 1.65806, 0, 0, 0.737277, 0.675591, 900, 255, 1, '', 50375, NULL), +(@OGUID+4590, 1732, 0, 11, 0, 1, 1, -3428.89, -2527.67, 38.3063, 0.890117, 0, 0, 0.430511, 0.902586, 900, 255, 1, '', 48340, NULL), +(@OGUID+4591, 1732, 0, 11, 0, 1, 1, -3383.27, -2400.02, 57.4409, 0.331611, 0, 0, 0.165047, 0.986286, 900, 255, 1, '', 52237, NULL), +(@OGUID+4592, 1732, 0, 11, 0, 1, 1, -3368.49, -1735.87, 68.9991, 5.55015, 0, 0, -0.358368, 0.93358, 900, 255, 1, '', 50375, NULL), +(@OGUID+4593, 1732, 0, 11, 118, 1, 1, -3340.48, -1950.42, 59.3272, 2.51327, 0, 0, 0.951056, 0.309017, 900, 255, 1, '', 51943, NULL), +(@OGUID+4594, 1732, 0, 11, 0, 1, 1, -3340.27, -2392.37, 30.3285, 5.96903, 0, 0, -0.156434, 0.987688, 900, 255, 1, '', 45613, NULL), +(@OGUID+4595, 1732, 0, 11, 460, 1, 1, -3337.65, -3233.6, 30.273, 4.46804, 0, 0, -0.788011, 0.615662, 900, 255, 1, '', 50664, NULL), +(@OGUID+4596, 1732, 0, 11, 1016, 1, 1, -3108.01, -3087.91, 41.4411, 4.32842, 0, 0, -0.829037, 0.559194, 900, 255, 1, '', 52237, NULL), +(@OGUID+4597, 1732, 0, 11, 1017, 1, 1, -3004.86, -3257.37, 55.28, 5.86431, 0, 0, -0.207911, 0.978148, 900, 255, 1, '', 51943, NULL), +(@OGUID+4598, 1732, 0, 11, 0, 1, 1, -2816.66, -1908.05, 15.4718, 6.21337, 0, 0, -0.0348988, 0.999391, 900, 255, 1, '', 52237, NULL), +(@OGUID+4599, 1732, 0, 11, 0, 1, 1, -2770.6, -2194.6, 65.6496, 5.18363, 0, 0, -0.522498, 0.85264, 900, 255, 1, '', 49822, NULL), +(@OGUID+4600, 1732, 0, 11, 460, 1, 1, -2565.9, -1801.21, 24.1702, 5.72468, 0, 0, -0.275637, 0.961262, 900, 255, 1, '', 50664, NULL), +(@OGUID+4601, 1732, 0, 11, 0, 1, 1, -4066.83, -3196, 21.8869, 5.49779, 0, 0, -0.382683, 0.92388, 900, 255, 1, '', 49345, NULL), +(@OGUID+4602, 1732, 0, 11, 1036, 1, 1, -3766.71, -2700.05, 38.3341, 4.24115, 0, 0, -0.85264, 0.522499, 900, 255, 1, '', 51943, NULL), +(@OGUID+4603, 1732, 0, 11, 1036, 1, 1, -3683.25, -2596.19, 63.3477, 0.471238, 0, 0, 0.233445, 0.97237, 900, 255, 1, '', 52237, NULL), +(@OGUID+4604, 1732, 0, 11, 0, 1, 1, -3383.27, -2400.02, 57.4409, 0.331611, 0, 0, 0.165047, 0.986286, 900, 255, 1, '', 50375, NULL), +(@OGUID+4605, 1733, 0, 11, 460, 1, 1, -4318.25, -3030.73, 12.2277, 4.95674, 0, 0, -0.615661, 0.788011, 900, 255, 1, '', 50664, NULL), +(@OGUID+4606, 1733, 0, 11, 0, 1, 1, -4300.05, -2679.25, 70.5852, 4.32842, 0, 0, -0.829037, 0.559194, 900, 255, 1, '', 49345, NULL), +(@OGUID+4607, 1733, 0, 11, 0, 1, 1, -4250.16, -3066.69, 8.75446, 3.50812, 0, 0, -0.983254, 0.182238, 900, 255, 1, '', 46248, NULL), +(@OGUID+4608, 1733, 0, 11, 0, 1, 1, -4247.21, -2627.36, 65.4306, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 49345, NULL), +(@OGUID+4609, 1733, 0, 11, 0, 1, 1, -4218.68, -3083.5, 9.42818, 5.20108, 0, 0, -0.515038, 0.857168, 900, 255, 1, '', 48632, NULL), +(@OGUID+4610, 1733, 0, 11, 0, 1, 1, -4209.78, -3200.41, 39.9346, 3.68265, 0, 0, -0.96363, 0.267241, 900, 255, 1, '', 47966, NULL), +(@OGUID+4611, 1733, 0, 11, 0, 1, 1, -4208.44, -3145.73, 8.06751, 4.99164, 0, 0, -0.601814, 0.798636, 900, 255, 1, '', 50063, NULL), +(@OGUID+4612, 1733, 0, 11, 0, 1, 1, -3993.14, -2598.76, 59.9468, 4.17134, 0, 0, -0.870356, 0.492424, 900, 255, 1, '', 50250, NULL), +(@OGUID+4613, 1733, 0, 11, 4620, 1, 1, -3979.53, -3142.92, 21.6354, 1.09956, 0, 0, 0.522498, 0.85264, 900, 255, 1, '', 50172, NULL), +(@OGUID+4614, 1733, 0, 11, 1021, 1, 1, -3876.79, -2447.74, 30.3868, 3.14159, 0, 0, -1, 0, 900, 255, 1, '', 52237, NULL), +(@OGUID+4615, 1733, 0, 11, 0, 1, 1, -3875.72, -2586.04, 44.1806, 2.74016, 0, 0, 0.979924, 0.19937, 900, 255, 1, '', 49345, NULL), +(@OGUID+4616, 1733, 0, 11, 1021, 1, 1, -3874.11, -2340.36, 22.3002, 5.93412, 0, 0, -0.173648, 0.984808, 900, 255, 1, '', 52237, NULL), +(@OGUID+4617, 1733, 0, 11, 0, 1, 1, -3858.7, -2624.47, 63.9141, 4.45059, 0, 0, -0.793353, 0.608762, 900, 255, 1, '', 48632, NULL), +(@OGUID+4618, 1733, 0, 11, 460, 1, 1, -3856.87, -3142.52, 22.0638, 4.15388, 0, 0, -0.874619, 0.48481, 900, 255, 1, '', 50664, NULL), +(@OGUID+4619, 1733, 0, 11, 460, 1, 1, -3842.15, -2328.59, 46.6512, 4.17134, 0, 0, -0.870356, 0.492424, 900, 255, 1, '', 50664, NULL), +(@OGUID+4620, 1733, 0, 11, 460, 1, 1, -3829.84, -2420.19, 27.287, 2.67035, 0, 0, 0.972369, 0.233448, 900, 255, 1, '', 50664, NULL), +(@OGUID+4621, 1733, 0, 11, 0, 1, 1, -3780.94, -2499.87, 30.969, 5.18363, 0, 0, -0.522498, 0.85264, 900, 255, 1, '', 50375, NULL), +(@OGUID+4622, 1733, 0, 11, 0, 1, 1, -3766.71, -2700.05, 38.3341, 4.24115, 0, 0, -0.85264, 0.522499, 900, 255, 1, '', 49345, NULL), +(@OGUID+4623, 1733, 0, 11, 0, 1, 1, -3766.69, -2633.3, 75.8543, 4.88692, 0, 0, -0.642787, 0.766045, 900, 255, 1, '', 50375, NULL), +(@OGUID+4624, 1733, 0, 11, 460, 1, 1, -3740.22, -2442.94, 37.123, 5.72468, 0, 0, -0.275637, 0.961262, 900, 255, 1, '', 50664, NULL), +(@OGUID+4625, 1733, 0, 11, 0, 1, 1, -3738.05, -2625.42, 53.5793, 1.50098, 0, 0, 0.681998, 0.731354, 900, 255, 1, '', 49345, NULL), +(@OGUID+4626, 1733, 0, 11, 460, 1, 1, -3700.33, -3187.98, 24.7781, 1.0821, 0, 0, 0.515038, 0.857168, 900, 255, 1, '', 50664, NULL), +(@OGUID+4627, 1733, 0, 11, 0, 1, 1, -3683.25, -2596.19, 63.3477, 0.471238, 0, 0, 0.233445, 0.97237, 900, 255, 1, '', 49345, NULL), +(@OGUID+4628, 1733, 0, 11, 0, 1, 1, -3571.64, -3279.06, 38.9716, 1.22173, 0, 0, 0.573576, 0.819152, 900, 255, 1, '', 52237, NULL), +(@OGUID+4629, 1733, 0, 11, 118, 1, 1, -3556.3, -1769.77, 76.4529, 5.02655, 0, 0, -0.587785, 0.809017, 900, 255, 1, '', 51943, NULL), +(@OGUID+4630, 1733, 0, 11, 0, 1, 1, -3533.25, -2533.37, 66.5472, 6.21337, 0, 0, -0.0348988, 0.999391, 900, 255, 1, '', 50375, NULL), +(@OGUID+4631, 1733, 0, 11, 460, 1, 1, -3488.49, -1900.41, 24.2657, 5.67232, 0, 0, -0.300705, 0.953717, 900, 255, 1, '', 50664, NULL), +(@OGUID+4632, 1733, 0, 11, 0, 1, 1, -3466.74, -2266.74, 61.3246, 3.38594, 0, 0, -0.992546, 0.12187, 900, 255, 1, '', 50664, NULL), +(@OGUID+4633, 1733, 0, 11, 0, 1, 1, -3453.38, -1736.65, 43.1972, 1.65806, 0, 0, 0.737277, 0.675591, 900, 255, 1, '', 50375, NULL), +(@OGUID+4634, 1733, 0, 11, 0, 1, 1, -3428.89, -2527.67, 38.3063, 0.890117, 0, 0, 0.430511, 0.902586, 900, 255, 1, '', 48340, NULL), +(@OGUID+4635, 1733, 0, 11, 0, 1, 1, -3383.27, -2400.02, 57.4409, 0.331611, 0, 0, 0.165047, 0.986286, 900, 255, 1, '', 52237, NULL), +(@OGUID+4636, 1733, 0, 11, 0, 1, 1, -3368.49, -1735.87, 68.9991, 5.55015, 0, 0, -0.358368, 0.93358, 900, 255, 1, '', 50375, NULL), +(@OGUID+4637, 1733, 0, 11, 118, 1, 1, -3340.48, -1950.42, 59.3272, 2.51327, 0, 0, 0.951056, 0.309017, 900, 255, 1, '', 51943, NULL), +(@OGUID+4638, 1733, 0, 11, 0, 1, 1, -3340.27, -2392.37, 30.3285, 5.96903, 0, 0, -0.156434, 0.987688, 900, 255, 1, '', 45613, NULL), +(@OGUID+4639, 1733, 0, 11, 460, 1, 1, -3337.65, -3233.6, 30.273, 4.46804, 0, 0, -0.788011, 0.615662, 900, 255, 1, '', 50664, NULL), +(@OGUID+4640, 1733, 0, 11, 1016, 1, 1, -3108.01, -3087.91, 41.4411, 4.32842, 0, 0, -0.829037, 0.559194, 900, 255, 1, '', 52237, NULL), +(@OGUID+4641, 1733, 0, 11, 1017, 1, 1, -3004.86, -3257.37, 55.28, 5.86431, 0, 0, -0.207911, 0.978148, 900, 255, 1, '', 51943, NULL), +(@OGUID+4642, 1733, 0, 11, 0, 1, 1, -2816.66, -1908.05, 15.4718, 6.21337, 0, 0, -0.0348988, 0.999391, 900, 255, 1, '', 52237, NULL), +(@OGUID+4643, 1733, 0, 11, 0, 1, 1, -2770.6, -2194.6, 65.6496, 5.18363, 0, 0, -0.522498, 0.85264, 900, 255, 1, '', 49822, NULL), +(@OGUID+4644, 1733, 0, 11, 460, 1, 1, -2565.9, -1801.21, 24.1702, 5.72468, 0, 0, -0.275637, 0.961262, 900, 255, 1, '', 50664, NULL), +(@OGUID+4645, 1733, 0, 11, 0, 1, 1, -4066.83, -3196, 21.8869, 5.49779, 0, 0, -0.382683, 0.92388, 900, 255, 1, '', 49345, NULL), +(@OGUID+4646, 1733, 0, 11, 1036, 1, 1, -3766.71, -2700.05, 38.3341, 4.24115, 0, 0, -0.85264, 0.522499, 900, 255, 1, '', 51943, NULL), +(@OGUID+4647, 1733, 0, 11, 1036, 1, 1, -3683.25, -2596.19, 63.3477, 0.471238, 0, 0, 0.233445, 0.97237, 900, 255, 1, '', 52237, NULL), +(@OGUID+4648, 1733, 0, 11, 0, 1, 1, -3383.27, -2400.02, 57.4409, 0.331611, 0, 0, 0.165047, 0.986286, 900, 255, 1, '', 50375, NULL), +(@OGUID+4649, 1735, 0, 11, 0, 1, 1, -3587.47, -2433.2, 89.9511, 4.60767, 0, 0, -0.743144, 0.669131, 900, 255, 1, '', 48632, NULL), +(@OGUID+4650, 1735, 0, 11, 0, 1, 1, -3584.03, -2588.48, 79.383, 5.20108, 0, 0, -0.515038, 0.857168, 900, 255, 1, '', 48340, NULL), +(@OGUID+4651, 1735, 0, 11, 0, 1, 1, -3533.33, -2399.93, 66.7631, 3.68265, 0, 0, -0.96363, 0.267241, 900, 255, 1, '', 49345, NULL), +(@OGUID+4652, 1735, 0, 11, 0, 1, 1, -3420.22, -2121.09, 94.6608, 3.50812, 0, 0, -0.983254, 0.182238, 900, 255, 1, '', 50375, NULL), +(@OGUID+4653, 1735, 0, 11, 118, 1, 1, -3399.97, -1966.67, 121.708, 0.279252, 0, 0, 0.139173, 0.990268, 900, 255, 1, '', 51943, NULL), +(@OGUID+4654, 1735, 0, 11, 1017, 1, 1, -3003.79, -3222.2, 54.212, 1.32645, 0, 0, 0.615661, 0.788011, 900, 255, 1, '', 51943, NULL), +(@OGUID+4655, 1735, 0, 11, 1016, 1, 1, -3000.09, -3075, 75.7497, 1.0821, 0, 0, 0.515038, 0.857168, 900, 255, 1, '', 51943, NULL), +(@OGUID+4656, 1735, 0, 11, 1017, 1, 1, -2940.86, -3273.19, 61.9162, 1.48353, 0, 0, 0.67559, 0.737278, 900, 255, 1, '', 51943, NULL), +(@OGUID+4657, 1735, 0, 11, 1016, 1, 1, -2843.21, -2995.76, 58.8304, 6.02139, 0, 0, -0.130526, 0.991445, 900, 255, 1, '', 52237, NULL), +(@OGUID+4658, 1735, 0, 11, 0, 1, 1, -2808.98, -2934.11, 52.1863, 4.17134, 0, 0, -0.870356, 0.492424, 900, 255, 1, '', 49822, NULL), +(@OGUID+4659, 1735, 0, 11, 460, 1, 1, -2729.08, -2895.95, 48.1052, 4.88692, 0, 0, -0.642787, 0.766045, 900, 255, 1, '', 50664, NULL), +(@OGUID+4660, 1734, 0, 11, 0, 1, 1, -3587.47, -2433.2, 89.9511, 4.60767, 0, 0, -0.743144, 0.669131, 900, 255, 1, '', 48632, NULL), +(@OGUID+4661, 1734, 0, 11, 0, 1, 1, -3584.03, -2588.48, 79.383, 5.20108, 0, 0, -0.515038, 0.857168, 900, 255, 1, '', 48340, NULL), +(@OGUID+4662, 1734, 0, 11, 0, 1, 1, -3533.33, -2399.93, 66.7631, 3.68265, 0, 0, -0.96363, 0.267241, 900, 255, 1, '', 49345, NULL), +(@OGUID+4663, 1734, 0, 11, 0, 1, 1, -3420.22, -2121.09, 94.6608, 3.50812, 0, 0, -0.983254, 0.182238, 900, 255, 1, '', 50375, NULL), +(@OGUID+4664, 1734, 0, 11, 118, 1, 1, -3399.97, -1966.67, 121.708, 0.279252, 0, 0, 0.139173, 0.990268, 900, 255, 1, '', 51943, NULL), +(@OGUID+4665, 1734, 0, 11, 1017, 1, 1, -3003.79, -3222.2, 54.212, 1.32645, 0, 0, 0.615661, 0.788011, 900, 255, 1, '', 51943, NULL), +(@OGUID+4666, 1734, 0, 11, 1016, 1, 1, -3000.09, -3075, 75.7497, 1.0821, 0, 0, 0.515038, 0.857168, 900, 255, 1, '', 51943, NULL), +(@OGUID+4667, 1734, 0, 11, 1017, 1, 1, -2940.86, -3273.19, 61.9162, 1.48353, 0, 0, 0.67559, 0.737278, 900, 255, 1, '', 51943, NULL), +(@OGUID+4668, 1734, 0, 11, 1016, 1, 1, -2843.21, -2995.76, 58.8304, 6.02139, 0, 0, -0.130526, 0.991445, 900, 255, 1, '', 52237, NULL), +(@OGUID+4669, 1734, 0, 11, 0, 1, 1, -2808.98, -2934.11, 52.1863, 4.17134, 0, 0, -0.870356, 0.492424, 900, 255, 1, '', 49822, NULL), +(@OGUID+4670, 1734, 0, 11, 460, 1, 1, -2729.08, -2895.95, 48.1052, 4.88692, 0, 0, -0.642787, 0.766045, 900, 255, 1, '', 50664, NULL), +(@OGUID+4671, 1733, 0, 11, 0, 1, 1, -3587.47, -2433.2, 89.9511, 4.60767, 0, 0, -0.743144, 0.669131, 900, 255, 1, '', 48632, NULL), +(@OGUID+4672, 1733, 0, 11, 0, 1, 1, -3584.03, -2588.48, 79.383, 5.20108, 0, 0, -0.515038, 0.857168, 900, 255, 1, '', 48340, NULL), +(@OGUID+4673, 1733, 0, 11, 0, 1, 1, -3533.33, -2399.93, 66.7631, 3.68265, 0, 0, -0.96363, 0.267241, 900, 255, 1, '', 49345, NULL), +(@OGUID+4674, 1733, 0, 11, 0, 1, 1, -3420.22, -2121.09, 94.6608, 3.50812, 0, 0, -0.983254, 0.182238, 900, 255, 1, '', 50375, NULL), +(@OGUID+4675, 1733, 0, 11, 118, 1, 1, -3399.97, -1966.67, 121.708, 0.279252, 0, 0, 0.139173, 0.990268, 900, 255, 1, '', 51943, NULL), +(@OGUID+4676, 1733, 0, 11, 1017, 1, 1, -3003.79, -3222.2, 54.212, 1.32645, 0, 0, 0.615661, 0.788011, 900, 255, 1, '', 51943, NULL), +(@OGUID+4677, 1733, 0, 11, 1016, 1, 1, -3000.09, -3075, 75.7497, 1.0821, 0, 0, 0.515038, 0.857168, 900, 255, 1, '', 51943, NULL), +(@OGUID+4678, 1733, 0, 11, 1017, 1, 1, -2940.86, -3273.19, 61.9162, 1.48353, 0, 0, 0.67559, 0.737278, 900, 255, 1, '', 51943, NULL), +(@OGUID+4679, 1733, 0, 11, 1016, 1, 1, -2843.21, -2995.76, 58.8304, 6.02139, 0, 0, -0.130526, 0.991445, 900, 255, 1, '', 52237, NULL), +(@OGUID+4680, 1733, 0, 11, 0, 1, 1, -2808.98, -2934.11, 52.1863, 4.17134, 0, 0, -0.870356, 0.492424, 900, 255, 1, '', 49822, NULL), +(@OGUID+4681, 1733, 0, 11, 460, 1, 1, -2729.08, -2895.95, 48.1052, 4.88692, 0, 0, -0.642787, 0.766045, 900, 255, 1, '', 50664, NULL); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+4561, @POOL_SINGLE+607, 90, 'Wetlands - Ore Pool - Tin Vein'), +(@OGUID+4562, @POOL_SINGLE+608, 90, 'Wetlands - Ore Pool - Tin Vein'), +(@OGUID+4563, @POOL_SINGLE+609, 90, 'Wetlands - Ore Pool - Tin Vein'), +(@OGUID+4564, @POOL_SINGLE+610, 90, 'Wetlands - Ore Pool - Tin Vein'), +(@OGUID+4565, @POOL_SINGLE+611, 90, 'Wetlands - Ore Pool - Tin Vein'), +(@OGUID+4566, @POOL_SINGLE+612, 90, 'Wetlands - Ore Pool - Tin Vein'), +(@OGUID+4567, @POOL_SINGLE+613, 90, 'Wetlands - Ore Pool - Tin Vein'), +(@OGUID+4568, @POOL_SINGLE+614, 90, 'Wetlands - Ore Pool - Tin Vein'), +(@OGUID+4569, @POOL_SINGLE+615, 90, 'Wetlands - Ore Pool - Tin Vein'), +(@OGUID+4570, @POOL_SINGLE+616, 90, 'Wetlands - Ore Pool - Tin Vein'), +(@OGUID+4571, @POOL_SINGLE+617, 90, 'Wetlands - Ore Pool - Tin Vein'), +(@OGUID+4572, @POOL_SINGLE+618, 90, 'Wetlands - Ore Pool - Tin Vein'), +(@OGUID+4573, @POOL_SINGLE+619, 90, 'Wetlands - Ore Pool - Tin Vein'), +(@OGUID+4574, @POOL_SINGLE+620, 90, 'Wetlands - Ore Pool - Tin Vein'), +(@OGUID+4575, @POOL_SINGLE+621, 90, 'Wetlands - Ore Pool - Tin Vein'), +(@OGUID+4576, @POOL_SINGLE+622, 90, 'Wetlands - Ore Pool - Tin Vein'), +(@OGUID+4577, @POOL_SINGLE+623, 90, 'Wetlands - Ore Pool - Tin Vein'), +(@OGUID+4578, @POOL_SINGLE+624, 90, 'Wetlands - Ore Pool - Tin Vein'), +(@OGUID+4579, @POOL_SINGLE+625, 90, 'Wetlands - Ore Pool - Tin Vein'), +(@OGUID+4580, @POOL_SINGLE+626, 90, 'Wetlands - Ore Pool - Tin Vein'), +(@OGUID+4581, @POOL_SINGLE+627, 90, 'Wetlands - Ore Pool - Tin Vein'), +(@OGUID+4582, @POOL_SINGLE+628, 90, 'Wetlands - Ore Pool - Tin Vein'), +(@OGUID+4583, @POOL_SINGLE+629, 90, 'Wetlands - Ore Pool - Tin Vein'), +(@OGUID+4584, @POOL_SINGLE+630, 90, 'Wetlands - Ore Pool - Tin Vein'), +(@OGUID+4585, @POOL_SINGLE+631, 90, 'Wetlands - Ore Pool - Tin Vein'), +(@OGUID+4586, @POOL_SINGLE+632, 90, 'Wetlands - Ore Pool - Tin Vein'), +(@OGUID+4587, @POOL_SINGLE+633, 90, 'Wetlands - Ore Pool - Tin Vein'), +(@OGUID+4588, @POOL_SINGLE+634, 90, 'Wetlands - Ore Pool - Tin Vein'), +(@OGUID+4589, @POOL_SINGLE+635, 90, 'Wetlands - Ore Pool - Tin Vein'), +(@OGUID+4590, @POOL_SINGLE+636, 90, 'Wetlands - Ore Pool - Tin Vein'), +(@OGUID+4591, @POOL_SINGLE+637, 90, 'Wetlands - Ore Pool - Tin Vein'), +(@OGUID+4592, @POOL_SINGLE+638, 90, 'Wetlands - Ore Pool - Tin Vein'), +(@OGUID+4593, @POOL_SINGLE+639, 90, 'Wetlands - Ore Pool - Tin Vein'), +(@OGUID+4594, @POOL_SINGLE+640, 90, 'Wetlands - Ore Pool - Tin Vein'), +(@OGUID+4595, @POOL_SINGLE+641, 90, 'Wetlands - Ore Pool - Tin Vein'), +(@OGUID+4596, @POOL_SINGLE+642, 90, 'Wetlands - Ore Pool - Tin Vein'), +(@OGUID+4597, @POOL_SINGLE+643, 90, 'Wetlands - Ore Pool - Tin Vein'), +(@OGUID+4598, @POOL_SINGLE+644, 90, 'Wetlands - Ore Pool - Tin Vein'), +(@OGUID+4599, @POOL_SINGLE+645, 90, 'Wetlands - Ore Pool - Tin Vein'), +(@OGUID+4600, @POOL_SINGLE+646, 90, 'Wetlands - Ore Pool - Tin Vein'), +(@OGUID+4601, @POOL_SINGLE+647, 90, 'Wetlands - Ore Pool - Tin Vein'), +(@OGUID+4602, @POOL_SINGLE+648, 90, 'Wetlands - Ore Pool - Tin Vein'), +(@OGUID+4603, @POOL_SINGLE+649, 90, 'Wetlands - Ore Pool - Tin Vein'), +(@OGUID+4604, @POOL_SINGLE+650, 90, 'Wetlands - Ore Pool - Tin Vein'), +(@OGUID+4605, @POOL_SINGLE+607, 0, 'Wetlands - Ore Pool - Silver Vein'), +(@OGUID+4606, @POOL_SINGLE+608, 0, 'Wetlands - Ore Pool - Silver Vein'), +(@OGUID+4607, @POOL_SINGLE+609, 0, 'Wetlands - Ore Pool - Silver Vein'), +(@OGUID+4608, @POOL_SINGLE+610, 0, 'Wetlands - Ore Pool - Silver Vein'), +(@OGUID+4609, @POOL_SINGLE+611, 0, 'Wetlands - Ore Pool - Silver Vein'), +(@OGUID+4610, @POOL_SINGLE+612, 0, 'Wetlands - Ore Pool - Silver Vein'), +(@OGUID+4611, @POOL_SINGLE+613, 0, 'Wetlands - Ore Pool - Silver Vein'), +(@OGUID+4612, @POOL_SINGLE+614, 0, 'Wetlands - Ore Pool - Silver Vein'), +(@OGUID+4613, @POOL_SINGLE+615, 0, 'Wetlands - Ore Pool - Silver Vein'), +(@OGUID+4614, @POOL_SINGLE+616, 0, 'Wetlands - Ore Pool - Silver Vein'), +(@OGUID+4615, @POOL_SINGLE+617, 0, 'Wetlands - Ore Pool - Silver Vein'), +(@OGUID+4616, @POOL_SINGLE+618, 0, 'Wetlands - Ore Pool - Silver Vein'), +(@OGUID+4617, @POOL_SINGLE+619, 0, 'Wetlands - Ore Pool - Silver Vein'), +(@OGUID+4618, @POOL_SINGLE+620, 0, 'Wetlands - Ore Pool - Silver Vein'), +(@OGUID+4619, @POOL_SINGLE+621, 0, 'Wetlands - Ore Pool - Silver Vein'), +(@OGUID+4620, @POOL_SINGLE+622, 0, 'Wetlands - Ore Pool - Silver Vein'), +(@OGUID+4621, @POOL_SINGLE+623, 0, 'Wetlands - Ore Pool - Silver Vein'), +(@OGUID+4622, @POOL_SINGLE+624, 0, 'Wetlands - Ore Pool - Silver Vein'), +(@OGUID+4623, @POOL_SINGLE+625, 0, 'Wetlands - Ore Pool - Silver Vein'), +(@OGUID+4624, @POOL_SINGLE+626, 0, 'Wetlands - Ore Pool - Silver Vein'), +(@OGUID+4625, @POOL_SINGLE+627, 0, 'Wetlands - Ore Pool - Silver Vein'), +(@OGUID+4626, @POOL_SINGLE+628, 0, 'Wetlands - Ore Pool - Silver Vein'), +(@OGUID+4627, @POOL_SINGLE+629, 0, 'Wetlands - Ore Pool - Silver Vein'), +(@OGUID+4628, @POOL_SINGLE+630, 0, 'Wetlands - Ore Pool - Silver Vein'), +(@OGUID+4629, @POOL_SINGLE+631, 0, 'Wetlands - Ore Pool - Silver Vein'), +(@OGUID+4630, @POOL_SINGLE+632, 0, 'Wetlands - Ore Pool - Silver Vein'), +(@OGUID+4631, @POOL_SINGLE+633, 0, 'Wetlands - Ore Pool - Silver Vein'), +(@OGUID+4632, @POOL_SINGLE+634, 0, 'Wetlands - Ore Pool - Silver Vein'), +(@OGUID+4633, @POOL_SINGLE+635, 0, 'Wetlands - Ore Pool - Silver Vein'), +(@OGUID+4634, @POOL_SINGLE+636, 0, 'Wetlands - Ore Pool - Silver Vein'), +(@OGUID+4635, @POOL_SINGLE+637, 0, 'Wetlands - Ore Pool - Silver Vein'), +(@OGUID+4636, @POOL_SINGLE+638, 0, 'Wetlands - Ore Pool - Silver Vein'), +(@OGUID+4637, @POOL_SINGLE+639, 0, 'Wetlands - Ore Pool - Silver Vein'), +(@OGUID+4638, @POOL_SINGLE+640, 0, 'Wetlands - Ore Pool - Silver Vein'), +(@OGUID+4639, @POOL_SINGLE+641, 0, 'Wetlands - Ore Pool - Silver Vein'), +(@OGUID+4640, @POOL_SINGLE+642, 0, 'Wetlands - Ore Pool - Silver Vein'), +(@OGUID+4641, @POOL_SINGLE+643, 0, 'Wetlands - Ore Pool - Silver Vein'), +(@OGUID+4642, @POOL_SINGLE+644, 0, 'Wetlands - Ore Pool - Silver Vein'), +(@OGUID+4643, @POOL_SINGLE+645, 0, 'Wetlands - Ore Pool - Silver Vein'), +(@OGUID+4644, @POOL_SINGLE+646, 0, 'Wetlands - Ore Pool - Silver Vein'), +(@OGUID+4645, @POOL_SINGLE+647, 0, 'Wetlands - Ore Pool - Silver Vein'), +(@OGUID+4646, @POOL_SINGLE+648, 0, 'Wetlands - Ore Pool - Silver Vein'), +(@OGUID+4647, @POOL_SINGLE+649, 0, 'Wetlands - Ore Pool - Silver Vein'), +(@OGUID+4648, @POOL_SINGLE+650, 0, 'Wetlands - Ore Pool - Silver Vein'), +(@OGUID+4649, @POOL_SINGLE+651, 80, 'Wetlands - Ore Pool - Iron Deposit'), +(@OGUID+4650, @POOL_SINGLE+652, 80, 'Wetlands - Ore Pool - Iron Deposit'), +(@OGUID+4651, @POOL_SINGLE+653, 80, 'Wetlands - Ore Pool - Iron Deposit'), +(@OGUID+4652, @POOL_SINGLE+654, 80, 'Wetlands - Ore Pool - Iron Deposit'), +(@OGUID+4653, @POOL_SINGLE+655, 80, 'Wetlands - Ore Pool - Iron Deposit'), +(@OGUID+4654, @POOL_SINGLE+656, 80, 'Wetlands - Ore Pool - Iron Deposit'), +(@OGUID+4655, @POOL_SINGLE+657, 80, 'Wetlands - Ore Pool - Iron Deposit'), +(@OGUID+4656, @POOL_SINGLE+658, 80, 'Wetlands - Ore Pool - Iron Deposit'), +(@OGUID+4657, @POOL_SINGLE+659, 80, 'Wetlands - Ore Pool - Iron Deposit'), +(@OGUID+4658, @POOL_SINGLE+660, 80, 'Wetlands - Ore Pool - Iron Deposit'), +(@OGUID+4659, @POOL_SINGLE+661, 80, 'Wetlands - Ore Pool - Iron Deposit'), +(@OGUID+4660, @POOL_SINGLE+651, 10, 'Wetlands - Ore Pool - Gold Vein'), +(@OGUID+4661, @POOL_SINGLE+652, 10, 'Wetlands - Ore Pool - Gold Vein'), +(@OGUID+4662, @POOL_SINGLE+653, 10, 'Wetlands - Ore Pool - Gold Vein'), +(@OGUID+4663, @POOL_SINGLE+654, 10, 'Wetlands - Ore Pool - Gold Vein'), +(@OGUID+4664, @POOL_SINGLE+655, 10, 'Wetlands - Ore Pool - Gold Vein'), +(@OGUID+4665, @POOL_SINGLE+656, 10, 'Wetlands - Ore Pool - Gold Vein'), +(@OGUID+4666, @POOL_SINGLE+657, 10, 'Wetlands - Ore Pool - Gold Vein'), +(@OGUID+4667, @POOL_SINGLE+658, 10, 'Wetlands - Ore Pool - Gold Vein'), +(@OGUID+4668, @POOL_SINGLE+659, 10, 'Wetlands - Ore Pool - Gold Vein'), +(@OGUID+4669, @POOL_SINGLE+660, 10, 'Wetlands - Ore Pool - Gold Vein'), +(@OGUID+4670, @POOL_SINGLE+661, 10, 'Wetlands - Ore Pool - Gold Vein'), +(@OGUID+4671, @POOL_SINGLE+651, 0, 'Wetlands - Ore Pool - Silver Vein'), +(@OGUID+4672, @POOL_SINGLE+652, 0, 'Wetlands - Ore Pool - Silver Vein'), +(@OGUID+4673, @POOL_SINGLE+653, 0, 'Wetlands - Ore Pool - Silver Vein'), +(@OGUID+4674, @POOL_SINGLE+654, 0, 'Wetlands - Ore Pool - Silver Vein'), +(@OGUID+4675, @POOL_SINGLE+655, 0, 'Wetlands - Ore Pool - Silver Vein'), +(@OGUID+4676, @POOL_SINGLE+656, 0, 'Wetlands - Ore Pool - Silver Vein'), +(@OGUID+4677, @POOL_SINGLE+657, 0, 'Wetlands - Ore Pool - Silver Vein'), +(@OGUID+4678, @POOL_SINGLE+658, 0, 'Wetlands - Ore Pool - Silver Vein'), +(@OGUID+4679, @POOL_SINGLE+659, 0, 'Wetlands - Ore Pool - Silver Vein'), +(@OGUID+4680, @POOL_SINGLE+660, 0, 'Wetlands - Ore Pool - Silver Vein'), +(@OGUID+4681, @POOL_SINGLE+661, 0, 'Wetlands - Ore Pool - Silver Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_SINGLE+607, 1, 'Wetlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+608, 1, 'Wetlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+609, 1, 'Wetlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+610, 1, 'Wetlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+611, 1, 'Wetlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+612, 1, 'Wetlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+613, 1, 'Wetlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+614, 1, 'Wetlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+615, 1, 'Wetlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+616, 1, 'Wetlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+617, 1, 'Wetlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+618, 1, 'Wetlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+619, 1, 'Wetlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+620, 1, 'Wetlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+621, 1, 'Wetlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+622, 1, 'Wetlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+623, 1, 'Wetlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+624, 1, 'Wetlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+625, 1, 'Wetlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+626, 1, 'Wetlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+627, 1, 'Wetlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+628, 1, 'Wetlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+629, 1, 'Wetlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+630, 1, 'Wetlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+631, 1, 'Wetlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+632, 1, 'Wetlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+633, 1, 'Wetlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+634, 1, 'Wetlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+635, 1, 'Wetlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+636, 1, 'Wetlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+637, 1, 'Wetlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+638, 1, 'Wetlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+639, 1, 'Wetlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+640, 1, 'Wetlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+641, 1, 'Wetlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+642, 1, 'Wetlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+643, 1, 'Wetlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+644, 1, 'Wetlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+645, 1, 'Wetlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+646, 1, 'Wetlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+647, 1, 'Wetlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+648, 1, 'Wetlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+649, 1, 'Wetlands - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+650, 1, 'Wetlands - Ore Pool - Tin Vein / Silver Vein'), + +(@POOL_SINGLE+651, 1, 'Wetlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+652, 1, 'Wetlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+653, 1, 'Wetlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+654, 1, 'Wetlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+655, 1, 'Wetlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+656, 1, 'Wetlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+657, 1, 'Wetlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+658, 1, 'Wetlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+659, 1, 'Wetlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+660, 1, 'Wetlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+661, 1, 'Wetlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'); + +-- Thelgen Rock +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+4528, @POOL_MOTHER+270, 0, 'Wetlands - Thelgen Rock - Incendicite Deposits'), +(@OGUID+4529, @POOL_MOTHER+270, 0, 'Wetlands - Thelgen Rock - Incendicite Deposits'), +(@OGUID+4530, @POOL_MOTHER+270, 0, 'Wetlands - Thelgen Rock - Incendicite Deposits'), +(@OGUID+4531, @POOL_MOTHER+270, 0, 'Wetlands - Thelgen Rock - Incendicite Deposits'), +(@OGUID+4532, @POOL_MOTHER+270, 0, 'Wetlands - Thelgen Rock - Incendicite Deposits'), +(@OGUID+4533, @POOL_MOTHER+270, 0, 'Wetlands - Thelgen Rock - Incendicite Deposits'); + +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+616, @POOL_MOTHER+271, 0, 'Wetlands - Thelgen Rock - Tin Vein / Silver Vein'), +(@POOL_SINGLE+618, @POOL_MOTHER+271, 0, 'Wetlands - Thelgen Rock - Tin Vein / Silver Vein'), +(@POOL_SINGLE+621, @POOL_MOTHER+271, 0, 'Wetlands - Thelgen Rock - Tin Vein / Silver Vein'), +(@POOL_SINGLE+622, @POOL_MOTHER+271, 0, 'Wetlands - Thelgen Rock - Tin Vein / Silver Vein'), +(@POOL_SINGLE+623, @POOL_MOTHER+271, 0, 'Wetlands - Thelgen Rock - Tin Vein / Silver Vein'), +(@POOL_SINGLE+626, @POOL_MOTHER+271, 0, 'Wetlands - Thelgen Rock - Tin Vein / Silver Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+270, 5, 'Wetlands - Thelgen Rock - Incendicite Deposits - 5/6'), +(@POOL_MOTHER+271, 2, 'Wetlands - Thelgen Rock - Tin Vein / Silver Vein - 2/6'); + +-- Raptor Ridge +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+643, @POOL_MOTHER+272, 0, 'Wetlands - Raptor Ridge - Tin Vein / Silver Vein'), +(@POOL_SINGLE+656, @POOL_MOTHER+272, 0, 'Wetlands - Raptor Ridge - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+658, @POOL_MOTHER+272, 0, 'Wetlands - Raptor Ridge - Iron Deposit / Silver Vein / Gold Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+272, 1, 'Wetlands - Raptor Ridge - Master Ore Pool - 1/3'); + +-- Marshlands +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+644, @POOL_MOTHER+273, 0, 'Wetlands - Marshlands - Tin Vein / Silver Vein'), +(@POOL_SINGLE+645, @POOL_MOTHER+273, 0, 'Wetlands - Marshlands - Tin Vein / Silver Vein'), +(@POOL_SINGLE+646, @POOL_MOTHER+273, 0, 'Wetlands - Marshlands - Tin Vein / Silver Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+273, 1, 'Wetlands - Marshlands - Tin Vein / Silver Vein - 1/3'); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+4203, @POOL_MOTHER+274, 0, 'Wetlands - Marshlands - Mageroyal'), +(@OGUID+4204, @POOL_MOTHER+274, 0, 'Wetlands - Marshlands - Mageroyal'), +(@OGUID+4205, @POOL_MOTHER+274, 0, 'Wetlands - Marshlands - Mageroyal'), +(@OGUID+4208, @POOL_MOTHER+274, 0, 'Wetlands - Marshlands - Mageroyal'), +(@OGUID+4210, @POOL_MOTHER+274, 0, 'Wetlands - Marshlands - Mageroyal'), +(@OGUID+4211, @POOL_MOTHER+274, 0, 'Wetlands - Marshlands - Mageroyal'), +(@OGUID+4224, @POOL_MOTHER+274, 0, 'Wetlands - Marshlands - Mageroyal'), +(@OGUID+4229, @POOL_MOTHER+274, 0, 'Wetlands - Marshlands - Mageroyal'), +(@OGUID+4233, @POOL_MOTHER+274, 0, 'Wetlands - Marshlands - Mageroyal'), +(@OGUID+4235, @POOL_MOTHER+274, 0, 'Wetlands - Marshlands - Mageroyal'), +(@OGUID+4236, @POOL_MOTHER+274, 0, 'Wetlands - Marshlands - Mageroyal'), +(@OGUID+4237, @POOL_MOTHER+274, 0, 'Wetlands - Marshlands - Mageroyal'), +(@OGUID+4242, @POOL_MOTHER+275, 0, 'Wetlands - Marshlands - Briarthorn'), +(@OGUID+4243, @POOL_MOTHER+275, 0, 'Wetlands - Marshlands - Briarthorn'), +(@OGUID+4245, @POOL_MOTHER+275, 0, 'Wetlands - Marshlands - Briarthorn'), +(@OGUID+4247, @POOL_MOTHER+275, 0, 'Wetlands - Marshlands - Briarthorn'), +(@OGUID+4248, @POOL_MOTHER+275, 0, 'Wetlands - Marshlands - Briarthorn'), +(@OGUID+4249, @POOL_MOTHER+275, 0, 'Wetlands - Marshlands - Briarthorn'), +(@OGUID+4251, @POOL_MOTHER+275, 0, 'Wetlands - Marshlands - Briarthorn'), +(@OGUID+4253, @POOL_MOTHER+275, 0, 'Wetlands - Marshlands - Briarthorn'), +(@OGUID+4254, @POOL_MOTHER+275, 0, 'Wetlands - Marshlands - Briarthorn'), +(@OGUID+4257, @POOL_MOTHER+275, 0, 'Wetlands - Marshlands - Briarthorn'), +(@OGUID+4271, @POOL_MOTHER+275, 0, 'Wetlands - Marshlands - Briarthorn'), +(@OGUID+4272, @POOL_MOTHER+275, 0, 'Wetlands - Marshlands - Briarthorn'), +(@OGUID+4273, @POOL_MOTHER+275, 0, 'Wetlands - Marshlands - Briarthorn'), +(@OGUID+4280, @POOL_MOTHER+275, 0, 'Wetlands - Marshlands - Briarthorn'), +(@OGUID+4283, @POOL_MOTHER+275, 0, 'Wetlands - Marshlands - Briarthorn'), +(@OGUID+4289, @POOL_MOTHER+276, 0, 'Wetlands - Marshlands - Bruiseweed'), +(@OGUID+4290, @POOL_MOTHER+276, 0, 'Wetlands - Marshlands - Bruiseweed'), +(@OGUID+4291, @POOL_MOTHER+276, 0, 'Wetlands - Marshlands - Bruiseweed'), +(@OGUID+4292, @POOL_MOTHER+276, 0, 'Wetlands - Marshlands - Bruiseweed'), +(@OGUID+4293, @POOL_MOTHER+276, 0, 'Wetlands - Marshlands - Bruiseweed'), +(@OGUID+4294, @POOL_MOTHER+276, 0, 'Wetlands - Marshlands - Bruiseweed'), +(@OGUID+4295, @POOL_MOTHER+276, 0, 'Wetlands - Marshlands - Bruiseweed'), +(@OGUID+4297, @POOL_MOTHER+276, 0, 'Wetlands - Marshlands - Bruiseweed'), +(@OGUID+4317, @POOL_MOTHER+276, 0, 'Wetlands - Marshlands - Bruiseweed'), +(@OGUID+4323, @POOL_MOTHER+276, 0, 'Wetlands - Marshlands - Bruiseweed'), +(@OGUID+4324, @POOL_MOTHER+276, 0, 'Wetlands - Marshlands - Bruiseweed'), +(@OGUID+4325, @POOL_MOTHER+276, 0, 'Wetlands - Marshlands - Bruiseweed'), +(@OGUID+4326, @POOL_MOTHER+276, 0, 'Wetlands - Marshlands - Bruiseweed'), +(@OGUID+4327, @POOL_MOTHER+276, 0, 'Wetlands - Marshlands - Bruiseweed'), +(@OGUID+4333, @POOL_MOTHER+277, 0, 'Wetlands - Marshlands - Wild Steelbloom'), +(@OGUID+4334, @POOL_MOTHER+277, 0, 'Wetlands - Marshlands - Wild Steelbloom'), +(@OGUID+4335, @POOL_MOTHER+277, 0, 'Wetlands - Marshlands - Wild Steelbloom'), +(@OGUID+4336, @POOL_MOTHER+277, 0, 'Wetlands - Marshlands - Wild Steelbloom'), +(@OGUID+4353, @POOL_MOTHER+277, 0, 'Wetlands - Marshlands - Wild Steelbloom'), +(@OGUID+4355, @POOL_MOTHER+277, 0, 'Wetlands - Marshlands - Wild Steelbloom'), +(@OGUID+4356, @POOL_MOTHER+277, 0, 'Wetlands - Marshlands - Wild Steelbloom'), +(@OGUID+4359, @POOL_MOTHER+278, 0, 'Wetlands - Marshlands - Kingsblood'), +(@OGUID+4360, @POOL_MOTHER+278, 0, 'Wetlands - Marshlands - Kingsblood'), +(@OGUID+4362, @POOL_MOTHER+278, 0, 'Wetlands - Marshlands - Kingsblood'), +(@OGUID+4363, @POOL_MOTHER+278, 0, 'Wetlands - Marshlands - Kingsblood'), +(@OGUID+4364, @POOL_MOTHER+278, 0, 'Wetlands - Marshlands - Kingsblood'), +(@OGUID+4365, @POOL_MOTHER+278, 0, 'Wetlands - Marshlands - Kingsblood'), +(@OGUID+4366, @POOL_MOTHER+278, 0, 'Wetlands - Marshlands - Kingsblood'), +(@OGUID+4367, @POOL_MOTHER+278, 0, 'Wetlands - Marshlands - Kingsblood'), +(@OGUID+4368, @POOL_MOTHER+278, 0, 'Wetlands - Marshlands - Kingsblood'), +(@OGUID+4369, @POOL_MOTHER+278, 0, 'Wetlands - Marshlands - Kingsblood'), +(@OGUID+4382, @POOL_MOTHER+278, 0, 'Wetlands - Marshlands - Kingsblood'), +(@OGUID+4385, @POOL_MOTHER+278, 0, 'Wetlands - Marshlands - Kingsblood'), +(@OGUID+4386, @POOL_MOTHER+278, 0, 'Wetlands - Marshlands - Kingsblood'), +(@OGUID+4387, @POOL_MOTHER+278, 0, 'Wetlands - Marshlands - Kingsblood'), +(@OGUID+4388, @POOL_MOTHER+278, 0, 'Wetlands - Marshlands - Kingsblood'), +(@OGUID+4389, @POOL_MOTHER+278, 0, 'Wetlands - Marshlands - Kingsblood'), +(@OGUID+4392, @POOL_MOTHER+278, 0, 'Wetlands - Marshlands - Kingsblood'), +(@OGUID+4393, @POOL_MOTHER+278, 0, 'Wetlands - Marshlands - Kingsblood'), +(@OGUID+4394, @POOL_MOTHER+278, 0, 'Wetlands - Marshlands - Kingsblood'), +(@OGUID+4406, @POOL_MOTHER+279, 0, 'Wetlands - Marshlands - Grave Moss'), +(@OGUID+4407, @POOL_MOTHER+279, 0, 'Wetlands - Marshlands - Grave Moss'), +(@OGUID+4408, @POOL_MOTHER+279, 0, 'Wetlands - Marshlands - Grave Moss'), +(@OGUID+4409, @POOL_MOTHER+279, 0, 'Wetlands - Marshlands - Grave Moss'), +(@OGUID+4410, @POOL_MOTHER+279, 0, 'Wetlands - Marshlands - Grave Moss'), +(@OGUID+4411, @POOL_MOTHER+279, 0, 'Wetlands - Marshlands - Grave Moss'), +(@OGUID+4412, @POOL_MOTHER+279, 0, 'Wetlands - Marshlands - Grave Moss'), +(@OGUID+4413, @POOL_MOTHER+279, 0, 'Wetlands - Marshlands - Grave Moss'), +(@OGUID+4549, @POOL_MOTHER+280, 0, 'Wetlands - Marshlands - Copper Vein'), +(@OGUID+4550, @POOL_MOTHER+280, 0, 'Wetlands - Marshlands - Copper Vein'), +(@OGUID+4551, @POOL_MOTHER+280, 0, 'Wetlands - Marshlands - Copper Vein'), +(@OGUID+4552, @POOL_MOTHER+280, 0, 'Wetlands - Marshlands - Copper Vein'), +(@OGUID+4553, @POOL_MOTHER+280, 0, 'Wetlands - Marshlands - Copper Vein'), +(@OGUID+4554, @POOL_MOTHER+280, 0, 'Wetlands - Marshlands - Copper Vein'), +(@OGUID+4555, @POOL_MOTHER+280, 0, 'Wetlands - Marshlands - Copper Vein'), +(@OGUID+4556, @POOL_MOTHER+280, 0, 'Wetlands - Marshlands - Copper Vein'), +(@OGUID+4557, @POOL_MOTHER+280, 0, 'Wetlands - Marshlands - Copper Vein'), +(@OGUID+4558, @POOL_MOTHER+280, 0, 'Wetlands - Marshlands - Copper Vein'), +(@OGUID+4559, @POOL_MOTHER+280, 0, 'Wetlands - Marshlands - Copper Vein'), +(@OGUID+4560, @POOL_MOTHER+280, 0, 'Wetlands - Marshlands - Copper Vein'), +(@OGUID+4414, @POOL_MOTHER+281, 0, 'Wetlands - Marshlands - Liferoot'), +(@OGUID+4415, @POOL_MOTHER+281, 0, 'Wetlands - Marshlands - Liferoot'), +(@OGUID+4416, @POOL_MOTHER+281, 0, 'Wetlands - Marshlands - Liferoot'), +(@OGUID+4417, @POOL_MOTHER+281, 0, 'Wetlands - Marshlands - Liferoot'), +(@OGUID+4418, @POOL_MOTHER+281, 0, 'Wetlands - Marshlands - Liferoot'), +(@OGUID+4419, @POOL_MOTHER+281, 0, 'Wetlands - Marshlands - Liferoot'), +(@OGUID+4420, @POOL_MOTHER+281, 0, 'Wetlands - Marshlands - Liferoot'), +(@OGUID+4421, @POOL_MOTHER+281, 0, 'Wetlands - Marshlands - Liferoot'), +(@OGUID+4422, @POOL_MOTHER+281, 0, 'Wetlands - Marshlands - Liferoot'), +(@OGUID+4425, @POOL_MOTHER+281, 0, 'Wetlands - Marshlands - Liferoot'), +(@OGUID+4426, @POOL_MOTHER+281, 0, 'Wetlands - Marshlands - Liferoot'), +(@OGUID+4427, @POOL_MOTHER+281, 0, 'Wetlands - Marshlands - Liferoot'), +(@OGUID+4428, @POOL_MOTHER+281, 0, 'Wetlands - Marshlands - Liferoot'), +(@OGUID+4429, @POOL_MOTHER+281, 0, 'Wetlands - Marshlands - Liferoot'), +(@OGUID+4430, @POOL_MOTHER+281, 0, 'Wetlands - Marshlands - Liferoot'), +(@OGUID+4432, @POOL_MOTHER+281, 0, 'Wetlands - Marshlands - Liferoot'), +(@OGUID+4433, @POOL_MOTHER+281, 0, 'Wetlands - Marshlands - Liferoot'), +(@OGUID+4435, @POOL_MOTHER+281, 0, 'Wetlands - Marshlands - Liferoot'), +(@OGUID+4445, @POOL_MOTHER+281, 0, 'Wetlands - Marshlands - Liferoot'), +(@OGUID+4446, @POOL_MOTHER+281, 0, 'Wetlands - Marshlands - Liferoot'), +(@OGUID+4447, @POOL_MOTHER+281, 0, 'Wetlands - Marshlands - Liferoot'), +(@OGUID+4448, @POOL_MOTHER+281, 0, 'Wetlands - Marshlands - Liferoot'), +(@OGUID+4449, @POOL_MOTHER+281, 0, 'Wetlands - Marshlands - Liferoot'), +(@OGUID+4450, @POOL_MOTHER+281, 0, 'Wetlands - Marshlands - Liferoot'), +(@OGUID+4451, @POOL_MOTHER+281, 0, 'Wetlands - Marshlands - Liferoot'), +(@OGUID+4452, @POOL_MOTHER+281, 0, 'Wetlands - Marshlands - Liferoot'), +(@OGUID+4453, @POOL_MOTHER+281, 0, 'Wetlands - Marshlands - Liferoot'), +(@OGUID+4454, @POOL_MOTHER+281, 0, 'Wetlands - Marshlands - Liferoot'), +(@OGUID+4455, @POOL_MOTHER+281, 0, 'Wetlands - Marshlands - Liferoot'), +(@OGUID+4456, @POOL_MOTHER+281, 0, 'Wetlands - Marshlands - Liferoot'), +(@OGUID+4457, @POOL_MOTHER+282, 0, 'Wetlands - Marshlands - Stranglekelp'), +(@OGUID+4458, @POOL_MOTHER+282, 0, 'Wetlands - Marshlands - Stranglekelp'), +(@OGUID+4459, @POOL_MOTHER+282, 0, 'Wetlands - Marshlands - Stranglekelp'), +(@OGUID+4460, @POOL_MOTHER+282, 0, 'Wetlands - Marshlands - Stranglekelp'), +(@OGUID+4461, @POOL_MOTHER+282, 0, 'Wetlands - Marshlands - Stranglekelp'), +(@OGUID+4462, @POOL_MOTHER+282, 0, 'Wetlands - Marshlands - Stranglekelp'), +(@OGUID+4463, @POOL_MOTHER+282, 0, 'Wetlands - Marshlands - Stranglekelp'), +(@OGUID+4464, @POOL_MOTHER+282, 0, 'Wetlands - Marshlands - Stranglekelp'), +(@OGUID+4465, @POOL_MOTHER+282, 0, 'Wetlands - Marshlands - Stranglekelp'), +(@OGUID+4466, @POOL_MOTHER+282, 0, 'Wetlands - Marshlands - Stranglekelp'), +(@OGUID+4467, @POOL_MOTHER+282, 0, 'Wetlands - Marshlands - Stranglekelp'), +(@OGUID+4468, @POOL_MOTHER+282, 0, 'Wetlands - Marshlands - Stranglekelp'), +(@OGUID+4469, @POOL_MOTHER+282, 0, 'Wetlands - Marshlands - Stranglekelp'), +(@OGUID+4470, @POOL_MOTHER+282, 0, 'Wetlands - Marshlands - Stranglekelp'), +(@OGUID+4471, @POOL_MOTHER+282, 0, 'Wetlands - Marshlands - Stranglekelp'), +(@OGUID+4472, @POOL_MOTHER+282, 0, 'Wetlands - Marshlands - Stranglekelp'), +(@OGUID+4473, @POOL_MOTHER+282, 0, 'Wetlands - Marshlands - Stranglekelp'), +(@OGUID+4474, @POOL_MOTHER+282, 0, 'Wetlands - Marshlands - Stranglekelp'), +(@OGUID+4475, @POOL_MOTHER+282, 0, 'Wetlands - Marshlands - Stranglekelp'), +(@OGUID+4476, @POOL_MOTHER+282, 0, 'Wetlands - Marshlands - Stranglekelp'), +(@OGUID+4477, @POOL_MOTHER+282, 0, 'Wetlands - Marshlands - Stranglekelp'), +(@OGUID+4478, @POOL_MOTHER+282, 0, 'Wetlands - Marshlands - Stranglekelp'), +(@OGUID+4479, @POOL_MOTHER+282, 0, 'Wetlands - Marshlands - Stranglekelp'), +(@OGUID+4480, @POOL_MOTHER+282, 0, 'Wetlands - Marshlands - Stranglekelp'), +(@OGUID+4508, @POOL_MOTHER+282, 0, 'Wetlands - Marshlands - Stranglekelp'), +(@OGUID+4509, @POOL_MOTHER+282, 0, 'Wetlands - Marshlands - Stranglekelp'), +(@OGUID+4510, @POOL_MOTHER+282, 0, 'Wetlands - Marshlands - Stranglekelp'), +(@OGUID+4511, @POOL_MOTHER+282, 0, 'Wetlands - Marshlands - Stranglekelp'), +(@OGUID+4512, @POOL_MOTHER+282, 0, 'Wetlands - Marshlands - Stranglekelp'), +(@OGUID+4513, @POOL_MOTHER+282, 0, 'Wetlands - Marshlands - Stranglekelp'), +(@OGUID+4517, @POOL_MOTHER+282, 0, 'Wetlands - Marshlands - Stranglekelp'), +(@OGUID+4518, @POOL_MOTHER+282, 0, 'Wetlands - Marshlands - Stranglekelp'), +(@OGUID+4519, @POOL_MOTHER+282, 0, 'Wetlands - Marshlands - Stranglekelp'), +(@OGUID+4524, @POOL_MOTHER+282, 0, 'Wetlands - Marshlands - Stranglekelp'), +(@OGUID+4525, @POOL_MOTHER+282, 0, 'Wetlands - Marshlands - Stranglekelp'), +(@OGUID+4526, @POOL_MOTHER+282, 0, 'Wetlands - Marshlands - Stranglekelp'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+274, 3, 'Wetlands - Marshlands - Mageroyal - 3/12'), +(@POOL_MOTHER+275, 4, 'Wetlands - Marshlands - Briarthorn - 4/15'), +(@POOL_MOTHER+276, 4, 'Wetlands - Marshlands - Bruiseweed - 4/14'), +(@POOL_MOTHER+277, 2, 'Wetlands - Marshlands - Wild Steelbloom - 2/7'), +(@POOL_MOTHER+278, 5, 'Wetlands - Marshlands - Kingsblood - 5/19'), +(@POOL_MOTHER+279, 2, 'Wetlands - Marshlands - Grave Moss - 2/8'), +(@POOL_MOTHER+280, 3, 'Wetlands - Marshlands - Copper Vein - 3/12'), +(@POOL_MOTHER+281, 8, 'Wetlands - Marshlands - Liferoot - 8/30'), +(@POOL_MOTHER+282, 9, 'Wetlands - Marshlands - Stranglekelp - 9/36'); + +-- Black Channel, Excavation +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+631, @POOL_MOTHER+283, 0, 'Wetlands - Black Channel, Excavation - Tin Vein / Silver Vein'), +(@POOL_SINGLE+633, @POOL_MOTHER+283, 0, 'Wetlands - Black Channel, Excavation - Tin Vein / Silver Vein'), +(@POOL_SINGLE+635, @POOL_MOTHER+283, 0, 'Wetlands - Black Channel, Excavation - Tin Vein / Silver Vein'), +(@POOL_SINGLE+638, @POOL_MOTHER+283, 0, 'Wetlands - Black Channel, Excavation - Tin Vein / Silver Vein'), +(@POOL_SINGLE+639, @POOL_MOTHER+283, 0, 'Wetlands - Black Channel, Excavation - Tin Vein / Silver Vein'), +(@POOL_SINGLE+654, @POOL_MOTHER+284, 0, 'Wetlands - Black Channel, Excavation - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+655, @POOL_MOTHER+284, 0, 'Wetlands - Black Channel, Excavation - Iron Deposit / Silver Vein / Gold Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+283, 2, 'Wetlands - Black Channel, Excavation - Tin Vein / Silver Vein - 2/5'), +(@POOL_MOTHER+284, 1, 'Wetlands - Black Channel, Excavation - Iron Deposit / Silver Vein / Gold Vein - 1/2'); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+4214, @POOL_MOTHER+285, 0, 'Wetlands - Black Channel, Excavation - Mageroyal'), +(@OGUID+4215, @POOL_MOTHER+285, 0, 'Wetlands - Black Channel, Excavation - Mageroyal'), +(@OGUID+4217, @POOL_MOTHER+285, 0, 'Wetlands - Black Channel, Excavation - Mageroyal'), +(@OGUID+4230, @POOL_MOTHER+285, 0, 'Wetlands - Black Channel, Excavation - Mageroyal'), +(@OGUID+4240, @POOL_MOTHER+285, 0, 'Wetlands - Black Channel, Excavation - Mageroyal'), +(@OGUID+4261, @POOL_MOTHER+286, 0, 'Wetlands - Black Channel, Excavation - Briarthorn'), +(@OGUID+4264, @POOL_MOTHER+286, 0, 'Wetlands - Black Channel, Excavation - Briarthorn'), +(@OGUID+4265, @POOL_MOTHER+286, 0, 'Wetlands - Black Channel, Excavation - Briarthorn'), +(@OGUID+4267, @POOL_MOTHER+286, 0, 'Wetlands - Black Channel, Excavation - Briarthorn'), +(@OGUID+4277, @POOL_MOTHER+286, 0, 'Wetlands - Black Channel, Excavation - Briarthorn'), +(@OGUID+4298, @POOL_MOTHER+287, 0, 'Wetlands - Black Channel, Excavation - Bruiseweed'), +(@OGUID+4299, @POOL_MOTHER+287, 0, 'Wetlands - Black Channel, Excavation - Bruiseweed'), +(@OGUID+4300, @POOL_MOTHER+287, 0, 'Wetlands - Black Channel, Excavation - Bruiseweed'), +(@OGUID+4301, @POOL_MOTHER+287, 0, 'Wetlands - Black Channel, Excavation - Bruiseweed'), +(@OGUID+4302, @POOL_MOTHER+287, 0, 'Wetlands - Black Channel, Excavation - Bruiseweed'), +(@OGUID+4303, @POOL_MOTHER+287, 0, 'Wetlands - Black Channel, Excavation - Bruiseweed'), +(@OGUID+4305, @POOL_MOTHER+287, 0, 'Wetlands - Black Channel, Excavation - Bruiseweed'), +(@OGUID+4307, @POOL_MOTHER+287, 0, 'Wetlands - Black Channel, Excavation - Bruiseweed'), +(@OGUID+4308, @POOL_MOTHER+287, 0, 'Wetlands - Black Channel, Excavation - Bruiseweed'), +(@OGUID+4310, @POOL_MOTHER+287, 0, 'Wetlands - Black Channel, Excavation - Bruiseweed'), +(@OGUID+4322, @POOL_MOTHER+287, 0, 'Wetlands - Black Channel, Excavation - Bruiseweed'), +(@OGUID+4330, @POOL_MOTHER+287, 0, 'Wetlands - Black Channel, Excavation - Bruiseweed'), +(@OGUID+4331, @POOL_MOTHER+287, 0, 'Wetlands - Black Channel, Excavation - Bruiseweed'), +(@OGUID+4337, @POOL_MOTHER+288, 0, 'Wetlands - Black Channel, Excavation - Wild Steelbloom'), +(@OGUID+4339, @POOL_MOTHER+288, 0, 'Wetlands - Black Channel, Excavation - Wild Steelbloom'), +(@OGUID+4341, @POOL_MOTHER+288, 0, 'Wetlands - Black Channel, Excavation - Wild Steelbloom'), +(@OGUID+4343, @POOL_MOTHER+288, 0, 'Wetlands - Black Channel, Excavation - Wild Steelbloom'), +(@OGUID+4344, @POOL_MOTHER+288, 0, 'Wetlands - Black Channel, Excavation - Wild Steelbloom'), +(@OGUID+4349, @POOL_MOTHER+288, 0, 'Wetlands - Black Channel, Excavation - Wild Steelbloom'), +(@OGUID+4352, @POOL_MOTHER+288, 0, 'Wetlands - Black Channel, Excavation - Wild Steelbloom'), +(@OGUID+4370, @POOL_MOTHER+289, 0, 'Wetlands - Black Channel, Excavation - Kingsblood'), +(@OGUID+4375, @POOL_MOTHER+289, 0, 'Wetlands - Black Channel, Excavation - Kingsblood'), +(@OGUID+4390, @POOL_MOTHER+289, 0, 'Wetlands - Black Channel, Excavation - Kingsblood'), +(@OGUID+4548, @POOL_MOTHER+290, 0, 'Wetlands - Black Channel, Excavation - Copper Vein'), +(@OGUID+4547, @POOL_MOTHER+290, 0, 'Wetlands - Black Channel, Excavation - Copper Vein'), +(@OGUID+4546, @POOL_MOTHER+290, 0, 'Wetlands - Black Channel, Excavation - Copper Vein'), +(@OGUID+4545, @POOL_MOTHER+290, 0, 'Wetlands - Black Channel, Excavation - Copper Vein'), +(@OGUID+4543, @POOL_MOTHER+290, 0, 'Wetlands - Black Channel, Excavation - Copper Vein'), +(@OGUID+4502, @POOL_MOTHER+291, 0, 'Wetlands - Black Channel, Excavation - Stranglekelp'), +(@OGUID+4503, @POOL_MOTHER+291, 0, 'Wetlands - Black Channel, Excavation - Stranglekelp'), +(@OGUID+4504, @POOL_MOTHER+291, 0, 'Wetlands - Black Channel, Excavation - Stranglekelp'), +(@OGUID+4505, @POOL_MOTHER+291, 0, 'Wetlands - Black Channel, Excavation - Stranglekelp'), +(@OGUID+4506, @POOL_MOTHER+291, 0, 'Wetlands - Black Channel, Excavation - Stranglekelp'), +(@OGUID+4507, @POOL_MOTHER+291, 0, 'Wetlands - Black Channel, Excavation - Stranglekelp'), +(@OGUID+4514, @POOL_MOTHER+291, 0, 'Wetlands - Black Channel, Excavation - Stranglekelp'), +(@OGUID+4515, @POOL_MOTHER+291, 0, 'Wetlands - Black Channel, Excavation - Stranglekelp'), +(@OGUID+4516, @POOL_MOTHER+291, 0, 'Wetlands - Black Channel, Excavation - Stranglekelp'), +(@OGUID+4520, @POOL_MOTHER+291, 0, 'Wetlands - Black Channel, Excavation - Stranglekelp'), +(@OGUID+4521, @POOL_MOTHER+291, 0, 'Wetlands - Black Channel, Excavation - Stranglekelp'), +(@OGUID+4489, @POOL_MOTHER+291, 0, 'Wetlands - Black Channel, Excavation - Stranglekelp'), +(@OGUID+4523, @POOL_MOTHER+291, 0, 'Wetlands - Black Channel, Excavation - Stranglekelp'), +(@OGUID+4527, @POOL_MOTHER+291, 0, 'Wetlands - Black Channel, Excavation - Stranglekelp'), +(@OGUID+4488, @POOL_MOTHER+291, 0, 'Wetlands - Black Channel, Excavation - Stranglekelp'), +(@OGUID+4487, @POOL_MOTHER+291, 0, 'Wetlands - Black Channel, Excavation - Stranglekelp'), +(@OGUID+4486, @POOL_MOTHER+291, 0, 'Wetlands - Black Channel, Excavation - Stranglekelp'), +(@OGUID+4485, @POOL_MOTHER+291, 0, 'Wetlands - Black Channel, Excavation - Stranglekelp'), +(@OGUID+4484, @POOL_MOTHER+291, 0, 'Wetlands - Black Channel, Excavation - Stranglekelp'), +(@OGUID+4483, @POOL_MOTHER+291, 0, 'Wetlands - Black Channel, Excavation - Stranglekelp'), +(@OGUID+4482, @POOL_MOTHER+291, 0, 'Wetlands - Black Channel, Excavation - Stranglekelp'), +(@OGUID+4481, @POOL_MOTHER+291, 0, 'Wetlands - Black Channel, Excavation - Stranglekelp'), +(@OGUID+4490, @POOL_MOTHER+291, 0, 'Wetlands - Black Channel, Excavation - Stranglekelp'), +(@OGUID+4491, @POOL_MOTHER+291, 0, 'Wetlands - Black Channel, Excavation - Stranglekelp'), +(@OGUID+4492, @POOL_MOTHER+291, 0, 'Wetlands - Black Channel, Excavation - Stranglekelp'), +(@OGUID+4493, @POOL_MOTHER+291, 0, 'Wetlands - Black Channel, Excavation - Stranglekelp'), +(@OGUID+4494, @POOL_MOTHER+291, 0, 'Wetlands - Black Channel, Excavation - Stranglekelp'), +(@OGUID+4495, @POOL_MOTHER+291, 0, 'Wetlands - Black Channel, Excavation - Stranglekelp'), +(@OGUID+4496, @POOL_MOTHER+291, 0, 'Wetlands - Black Channel, Excavation - Stranglekelp'), +(@OGUID+4498, @POOL_MOTHER+291, 0, 'Wetlands - Black Channel, Excavation - Stranglekelp'), +(@OGUID+4499, @POOL_MOTHER+291, 0, 'Wetlands - Black Channel, Excavation - Stranglekelp'), +(@OGUID+4500, @POOL_MOTHER+291, 0, 'Wetlands - Black Channel, Excavation - Stranglekelp'), +(@OGUID+4501, @POOL_MOTHER+291, 0, 'Wetlands - Black Channel, Excavation - Stranglekelp'), +(@OGUID+4497, @POOL_MOTHER+291, 0, 'Wetlands - Black Channel, Excavation - Stranglekelp'), +(@OGUID+4522, @POOL_MOTHER+291, 0, 'Wetlands - Black Channel, Excavation - Stranglekelp'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+285, 2, 'Wetlands - Marshlands - Mageroyal - 2/5'), +(@POOL_MOTHER+286, 2, 'Wetlands - Marshlands - Briarthorn - 2/5'), +(@POOL_MOTHER+287, 4, 'Wetlands - Marshlands - Bruiseweed - 4/13'), +(@POOL_MOTHER+288, 2, 'Wetlands - Marshlands - Wild Steelbloom - 2/7'), +(@POOL_MOTHER+289, 1, 'Wetlands - Marshlands - Kingsblood - 1/3'), +(@POOL_MOTHER+290, 2, 'Wetlands - Marshlands - Copper Vein - 2/5'), +(@POOL_MOTHER+291, 8, 'Wetlands - Marshlands - Stranglekelp - 8/35'); + +-- The Green Belt +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+641, @POOL_MOTHER+292, 0, 'Wetlands - The Green Belt - Tin Vein / Silver Vein'), +(@POOL_SINGLE+642, @POOL_MOTHER+292, 0, 'Wetlands - The Green Belt - Tin Vein / Silver Vein'), +(@POOL_SINGLE+657, @POOL_MOTHER+293, 0, 'Wetlands - The Green Belt - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+659, @POOL_MOTHER+293, 0, 'Wetlands - The Green Belt - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+660, @POOL_MOTHER+293, 0, 'Wetlands - The Green Belt - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+661, @POOL_MOTHER+293, 0, 'Wetlands - The Green Belt - Iron Deposit / Silver Vein / Gold Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+292, 1, 'Wetlands - The Green Belt - Tin Vein / Silver Vein - 1/2'), +(@POOL_MOTHER+293, 1, 'Wetlands - The Green Belt - Iron Deposit / Silver Vein / Gold Vein - 1/4'); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+4206, @POOL_MOTHER+294, 0, 'Wetlands - The Green Belt - Mageroyal'), +(@OGUID+4207, @POOL_MOTHER+294, 0, 'Wetlands - The Green Belt - Mageroyal'), +(@OGUID+4209, @POOL_MOTHER+294, 0, 'Wetlands - The Green Belt - Mageroyal'), +(@OGUID+4212, @POOL_MOTHER+294, 0, 'Wetlands - The Green Belt - Mageroyal'), +(@OGUID+4213, @POOL_MOTHER+294, 0, 'Wetlands - The Green Belt - Mageroyal'), +(@OGUID+4225, @POOL_MOTHER+294, 0, 'Wetlands - The Green Belt - Mageroyal'), +(@OGUID+4228, @POOL_MOTHER+294, 0, 'Wetlands - The Green Belt - Mageroyal'), +(@OGUID+4238, @POOL_MOTHER+294, 0, 'Wetlands - The Green Belt - Mageroyal'), +(@OGUID+4244, @POOL_MOTHER+295, 0, 'Wetlands - The Green Belt - Briarthorn'), +(@OGUID+4246, @POOL_MOTHER+295, 0, 'Wetlands - The Green Belt - Briarthorn'), +(@OGUID+4250, @POOL_MOTHER+295, 0, 'Wetlands - The Green Belt - Briarthorn'), +(@OGUID+4252, @POOL_MOTHER+295, 0, 'Wetlands - The Green Belt - Briarthorn'), +(@OGUID+4255, @POOL_MOTHER+295, 0, 'Wetlands - The Green Belt - Briarthorn'), +(@OGUID+4256, @POOL_MOTHER+295, 0, 'Wetlands - The Green Belt - Briarthorn'), +(@OGUID+4259, @POOL_MOTHER+295, 0, 'Wetlands - The Green Belt - Briarthorn'), +(@OGUID+4260, @POOL_MOTHER+295, 0, 'Wetlands - The Green Belt - Briarthorn'), +(@OGUID+4276, @POOL_MOTHER+295, 0, 'Wetlands - The Green Belt - Briarthorn'), +(@OGUID+4281, @POOL_MOTHER+295, 0, 'Wetlands - The Green Belt - Briarthorn'), +(@OGUID+4284, @POOL_MOTHER+295, 0, 'Wetlands - The Green Belt - Briarthorn'), +(@OGUID+4285, @POOL_MOTHER+295, 0, 'Wetlands - The Green Belt - Briarthorn'), +(@OGUID+4286, @POOL_MOTHER+295, 0, 'Wetlands - The Green Belt - Briarthorn'), +(@OGUID+4287, @POOL_MOTHER+295, 0, 'Wetlands - The Green Belt - Briarthorn'), +(@OGUID+4296, @POOL_MOTHER+296, 0, 'Wetlands - The Green Belt - Bruiseweed'), +(@OGUID+4319, @POOL_MOTHER+296, 0, 'Wetlands - The Green Belt - Bruiseweed'), +(@OGUID+4328, @POOL_MOTHER+296, 0, 'Wetlands - The Green Belt - Bruiseweed'), +(@OGUID+4329, @POOL_MOTHER+296, 0, 'Wetlands - The Green Belt - Bruiseweed'), +(@OGUID+4350, @POOL_MOTHER+297, 0, 'Wetlands - The Green Belt - Wild Steelbloom'), +(@OGUID+4351, @POOL_MOTHER+297, 0, 'Wetlands - The Green Belt - Wild Steelbloom'), +(@OGUID+4354, @POOL_MOTHER+297, 0, 'Wetlands - The Green Belt - Wild Steelbloom'), +(@OGUID+4358, @POOL_MOTHER+298, 0, 'Wetlands - The Green Belt - Kingsblood'), +(@OGUID+4361, @POOL_MOTHER+298, 0, 'Wetlands - The Green Belt - Kingsblood'), +(@OGUID+4371, @POOL_MOTHER+298, 0, 'Wetlands - The Green Belt - Kingsblood'), +(@OGUID+4383, @POOL_MOTHER+298, 0, 'Wetlands - The Green Belt - Kingsblood'), +(@OGUID+4391, @POOL_MOTHER+298, 0, 'Wetlands - The Green Belt - Kingsblood'), +(@OGUID+4395, @POOL_MOTHER+298, 0, 'Wetlands - The Green Belt - Kingsblood'), +(@OGUID+4396, @POOL_MOTHER+298, 0, 'Wetlands - The Green Belt - Kingsblood'), +(@OGUID+4397, @POOL_MOTHER+298, 0, 'Wetlands - The Green Belt - Kingsblood'), +(@OGUID+4398, @POOL_MOTHER+298, 0, 'Wetlands - The Green Belt - Kingsblood'), +(@OGUID+4399, @POOL_MOTHER+298, 0, 'Wetlands - The Green Belt - Kingsblood'), +(@OGUID+4400, @POOL_MOTHER+298, 0, 'Wetlands - The Green Belt - Kingsblood'), +(@OGUID+4424, @POOL_MOTHER+298, 0, 'Wetlands - The Green Belt - Kingsblood'), +(@OGUID+4431, @POOL_MOTHER+298, 0, 'Wetlands - The Green Belt - Kingsblood'), +(@OGUID+4423, @POOL_MOTHER+299, 0, 'Wetlands - The Green Belt - Liferoot'), +(@OGUID+4434, @POOL_MOTHER+299, 0, 'Wetlands - The Green Belt - Liferoot'), +(@OGUID+4436, @POOL_MOTHER+299, 0, 'Wetlands - The Green Belt - Liferoot'), +(@OGUID+4437, @POOL_MOTHER+299, 0, 'Wetlands - The Green Belt - Liferoot'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+294, 2, 'Wetlands - The Green Belt - Mageroyal - 2/8'), +(@POOL_MOTHER+295, 4, 'Wetlands - The Green Belt - Briarthorn - 4/14'), +(@POOL_MOTHER+296, 1, 'Wetlands - The Green Belt - Bruiseweed - 1/4'), +(@POOL_MOTHER+297, 1, 'Wetlands - The Green Belt - Wild Steelbloom - 1/3'), +(@POOL_MOTHER+298, 3, 'Wetlands - The Green Belt - Kingsblood - 3/11'), +(@POOL_MOTHER+299, 2, 'Wetlands - The Green Belt - Liferoot - 2/6'); + +-- Mosshide Fen, Encampment +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+607, @POOL_MOTHER+300, 0, 'Wetlands - Mosshide Fen, Encampment - Tin Vein / Silver Vein'), +(@POOL_SINGLE+608, @POOL_MOTHER+300, 0, 'Wetlands - Mosshide Fen, Encampment - Tin Vein / Silver Vein'), +(@POOL_SINGLE+609, @POOL_MOTHER+300, 0, 'Wetlands - Mosshide Fen, Encampment - Tin Vein / Silver Vein'), +(@POOL_SINGLE+610, @POOL_MOTHER+300, 0, 'Wetlands - Mosshide Fen, Encampment - Tin Vein / Silver Vein'), +(@POOL_SINGLE+611, @POOL_MOTHER+300, 0, 'Wetlands - Mosshide Fen, Encampment - Tin Vein / Silver Vein'), +(@POOL_SINGLE+612, @POOL_MOTHER+300, 0, 'Wetlands - Mosshide Fen, Encampment - Tin Vein / Silver Vein'), +(@POOL_SINGLE+613, @POOL_MOTHER+300, 0, 'Wetlands - Mosshide Fen, Encampment - Tin Vein / Silver Vein'), +(@POOL_SINGLE+614, @POOL_MOTHER+300, 0, 'Wetlands - Mosshide Fen, Encampment - Tin Vein / Silver Vein'), +(@POOL_SINGLE+615, @POOL_MOTHER+300, 0, 'Wetlands - Mosshide Fen, Encampment - Tin Vein / Silver Vein'), +(@POOL_SINGLE+617, @POOL_MOTHER+300, 0, 'Wetlands - Mosshide Fen, Encampment - Tin Vein / Silver Vein'), +(@POOL_SINGLE+619, @POOL_MOTHER+300, 0, 'Wetlands - Mosshide Fen, Encampment - Tin Vein / Silver Vein'), +(@POOL_SINGLE+620, @POOL_MOTHER+300, 0, 'Wetlands - Mosshide Fen, Encampment - Tin Vein / Silver Vein'), +(@POOL_SINGLE+624, @POOL_MOTHER+300, 0, 'Wetlands - Mosshide Fen, Encampment - Tin Vein / Silver Vein'), +(@POOL_SINGLE+625, @POOL_MOTHER+300, 0, 'Wetlands - Mosshide Fen, Encampment - Tin Vein / Silver Vein'), +(@POOL_SINGLE+627, @POOL_MOTHER+300, 0, 'Wetlands - Mosshide Fen, Encampment - Tin Vein / Silver Vein'), +(@POOL_SINGLE+628, @POOL_MOTHER+300, 0, 'Wetlands - Mosshide Fen, Encampment - Tin Vein / Silver Vein'), +(@POOL_SINGLE+629, @POOL_MOTHER+300, 0, 'Wetlands - Mosshide Fen, Encampment - Tin Vein / Silver Vein'), +(@POOL_SINGLE+630, @POOL_MOTHER+300, 0, 'Wetlands - Mosshide Fen, Encampment - Tin Vein / Silver Vein'), +(@POOL_SINGLE+632, @POOL_MOTHER+300, 0, 'Wetlands - Mosshide Fen, Encampment - Tin Vein / Silver Vein'), +(@POOL_SINGLE+634, @POOL_MOTHER+300, 0, 'Wetlands - Mosshide Fen, Encampment - Tin Vein / Silver Vein'), +(@POOL_SINGLE+636, @POOL_MOTHER+300, 0, 'Wetlands - Mosshide Fen, Encampment - Tin Vein / Silver Vein'), +(@POOL_SINGLE+637, @POOL_MOTHER+300, 0, 'Wetlands - Mosshide Fen, Encampment - Tin Vein / Silver Vein'), +(@POOL_SINGLE+640, @POOL_MOTHER+300, 0, 'Wetlands - Mosshide Fen, Encampment - Tin Vein / Silver Vein'), +(@POOL_SINGLE+647, @POOL_MOTHER+300, 0, 'Wetlands - Mosshide Fen, Encampment - Tin Vein / Silver Vein'), +(@POOL_SINGLE+648, @POOL_MOTHER+300, 0, 'Wetlands - Mosshide Fen, Encampment - Tin Vein / Silver Vein'), +(@POOL_SINGLE+649, @POOL_MOTHER+300, 0, 'Wetlands - Mosshide Fen, Encampment - Tin Vein / Silver Vein'), +(@POOL_SINGLE+650, @POOL_MOTHER+300, 0, 'Wetlands - Mosshide Fen, Encampment - Tin Vein / Silver Vein'), +(@POOL_SINGLE+651, @POOL_MOTHER+301, 0, 'Wetlands - Mosshide Fen, Encampment - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+652, @POOL_MOTHER+301, 0, 'Wetlands - Mosshide Fen, Encampment - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+653, @POOL_MOTHER+301, 0, 'Wetlands - Mosshide Fen, Encampment - Iron Deposit / Silver Vein / Gold Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+300, 7, 'Wetlands - Mosshide Fen, Encampment - Tin Vein / Silver Vein - 7/27'), +(@POOL_MOTHER+301, 1, 'Wetlands - Mosshide Fen, Encampment - Iron Deposit / Silver Vein / Gold Vein - 1/3'); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+4216, @POOL_MOTHER+302, 0, 'Wetlands - Mosshide Fen, Encampment - Mageroyal'), +(@OGUID+4218, @POOL_MOTHER+302, 0, 'Wetlands - Mosshide Fen, Encampment - Mageroyal'), +(@OGUID+4219, @POOL_MOTHER+302, 0, 'Wetlands - Mosshide Fen, Encampment - Mageroyal'), +(@OGUID+4220, @POOL_MOTHER+302, 0, 'Wetlands - Mosshide Fen, Encampment - Mageroyal'), +(@OGUID+4221, @POOL_MOTHER+302, 0, 'Wetlands - Mosshide Fen, Encampment - Mageroyal'), +(@OGUID+4222, @POOL_MOTHER+302, 0, 'Wetlands - Mosshide Fen, Encampment - Mageroyal'), +(@OGUID+4223, @POOL_MOTHER+302, 0, 'Wetlands - Mosshide Fen, Encampment - Mageroyal'), +(@OGUID+4226, @POOL_MOTHER+302, 0, 'Wetlands - Mosshide Fen, Encampment - Mageroyal'), +(@OGUID+4227, @POOL_MOTHER+302, 0, 'Wetlands - Mosshide Fen, Encampment - Mageroyal'), +(@OGUID+4231, @POOL_MOTHER+302, 0, 'Wetlands - Mosshide Fen, Encampment - Mageroyal'), +(@OGUID+4232, @POOL_MOTHER+302, 0, 'Wetlands - Mosshide Fen, Encampment - Mageroyal'), +(@OGUID+4234, @POOL_MOTHER+302, 0, 'Wetlands - Mosshide Fen, Encampment - Mageroyal'), +(@OGUID+4239, @POOL_MOTHER+302, 0, 'Wetlands - Mosshide Fen, Encampment - Mageroyal'), +(@OGUID+4241, @POOL_MOTHER+302, 0, 'Wetlands - Mosshide Fen, Encampment - Mageroyal'), +(@OGUID+4258, @POOL_MOTHER+303, 0, 'Wetlands - Mosshide Fen, Encampment - Briarthorn'), +(@OGUID+4262, @POOL_MOTHER+303, 0, 'Wetlands - Mosshide Fen, Encampment - Briarthorn'), +(@OGUID+4263, @POOL_MOTHER+303, 0, 'Wetlands - Mosshide Fen, Encampment - Briarthorn'), +(@OGUID+4266, @POOL_MOTHER+303, 0, 'Wetlands - Mosshide Fen, Encampment - Briarthorn'), +(@OGUID+4268, @POOL_MOTHER+303, 0, 'Wetlands - Mosshide Fen, Encampment - Briarthorn'), +(@OGUID+4269, @POOL_MOTHER+303, 0, 'Wetlands - Mosshide Fen, Encampment - Briarthorn'), +(@OGUID+4270, @POOL_MOTHER+303, 0, 'Wetlands - Mosshide Fen, Encampment - Briarthorn'), +(@OGUID+4274, @POOL_MOTHER+303, 0, 'Wetlands - Mosshide Fen, Encampment - Briarthorn'), +(@OGUID+4275, @POOL_MOTHER+303, 0, 'Wetlands - Mosshide Fen, Encampment - Briarthorn'), +(@OGUID+4278, @POOL_MOTHER+303, 0, 'Wetlands - Mosshide Fen, Encampment - Briarthorn'), +(@OGUID+4279, @POOL_MOTHER+303, 0, 'Wetlands - Mosshide Fen, Encampment - Briarthorn'), +(@OGUID+4282, @POOL_MOTHER+303, 0, 'Wetlands - Mosshide Fen, Encampment - Briarthorn'), +(@OGUID+4288, @POOL_MOTHER+303, 0, 'Wetlands - Mosshide Fen, Encampment - Briarthorn'), +(@OGUID+4304, @POOL_MOTHER+304, 0, 'Wetlands - Mosshide Fen, Encampment - Bruiseweed'), +(@OGUID+4306, @POOL_MOTHER+304, 0, 'Wetlands - Mosshide Fen, Encampment - Bruiseweed'), +(@OGUID+4309, @POOL_MOTHER+304, 0, 'Wetlands - Mosshide Fen, Encampment - Bruiseweed'), +(@OGUID+4311, @POOL_MOTHER+304, 0, 'Wetlands - Mosshide Fen, Encampment - Bruiseweed'), +(@OGUID+4312, @POOL_MOTHER+304, 0, 'Wetlands - Mosshide Fen, Encampment - Bruiseweed'), +(@OGUID+4313, @POOL_MOTHER+304, 0, 'Wetlands - Mosshide Fen, Encampment - Bruiseweed'), +(@OGUID+4314, @POOL_MOTHER+304, 0, 'Wetlands - Mosshide Fen, Encampment - Bruiseweed'), +(@OGUID+4315, @POOL_MOTHER+304, 0, 'Wetlands - Mosshide Fen, Encampment - Bruiseweed'), +(@OGUID+4316, @POOL_MOTHER+304, 0, 'Wetlands - Mosshide Fen, Encampment - Bruiseweed'), +(@OGUID+4318, @POOL_MOTHER+304, 0, 'Wetlands - Mosshide Fen, Encampment - Bruiseweed'), +(@OGUID+4320, @POOL_MOTHER+304, 0, 'Wetlands - Mosshide Fen, Encampment - Bruiseweed'), +(@OGUID+4321, @POOL_MOTHER+304, 0, 'Wetlands - Mosshide Fen, Encampment - Bruiseweed'), +(@OGUID+4332, @POOL_MOTHER+304, 0, 'Wetlands - Mosshide Fen, Encampment - Bruiseweed'), +(@OGUID+4338, @POOL_MOTHER+305, 0, 'Wetlands - Mosshide Fen, Encampment - Wild Steelbloom'), +(@OGUID+4340, @POOL_MOTHER+305, 0, 'Wetlands - Mosshide Fen, Encampment - Wild Steelbloom'), +(@OGUID+4342, @POOL_MOTHER+305, 0, 'Wetlands - Mosshide Fen, Encampment - Wild Steelbloom'), +(@OGUID+4345, @POOL_MOTHER+305, 0, 'Wetlands - Mosshide Fen, Encampment - Wild Steelbloom'), +(@OGUID+4346, @POOL_MOTHER+305, 0, 'Wetlands - Mosshide Fen, Encampment - Wild Steelbloom'), +(@OGUID+4347, @POOL_MOTHER+305, 0, 'Wetlands - Mosshide Fen, Encampment - Wild Steelbloom'), +(@OGUID+4348, @POOL_MOTHER+305, 0, 'Wetlands - Mosshide Fen, Encampment - Wild Steelbloom'), +(@OGUID+4357, @POOL_MOTHER+305, 0, 'Wetlands - Mosshide Fen, Encampment - Wild Steelbloom'), +(@OGUID+4372, @POOL_MOTHER+306, 0, 'Wetlands - Mosshide Fen, Encampment - Kingsblood'), +(@OGUID+4373, @POOL_MOTHER+306, 0, 'Wetlands - Mosshide Fen, Encampment - Kingsblood'), +(@OGUID+4374, @POOL_MOTHER+306, 0, 'Wetlands - Mosshide Fen, Encampment - Kingsblood'), +(@OGUID+4376, @POOL_MOTHER+306, 0, 'Wetlands - Mosshide Fen, Encampment - Kingsblood'), +(@OGUID+4377, @POOL_MOTHER+306, 0, 'Wetlands - Mosshide Fen, Encampment - Kingsblood'), +(@OGUID+4378, @POOL_MOTHER+306, 0, 'Wetlands - Mosshide Fen, Encampment - Kingsblood'), +(@OGUID+4379, @POOL_MOTHER+306, 0, 'Wetlands - Mosshide Fen, Encampment - Kingsblood'), +(@OGUID+4380, @POOL_MOTHER+306, 0, 'Wetlands - Mosshide Fen, Encampment - Kingsblood'), +(@OGUID+4381, @POOL_MOTHER+306, 0, 'Wetlands - Mosshide Fen, Encampment - Kingsblood'), +(@OGUID+4384, @POOL_MOTHER+306, 0, 'Wetlands - Mosshide Fen, Encampment - Kingsblood'), +(@OGUID+4401, @POOL_MOTHER+306, 0, 'Wetlands - Mosshide Fen, Encampment - Kingsblood'), +(@OGUID+4402, @POOL_MOTHER+306, 0, 'Wetlands - Mosshide Fen, Encampment - Kingsblood'), +(@OGUID+4403, @POOL_MOTHER+306, 0, 'Wetlands - Mosshide Fen, Encampment - Kingsblood'), +(@OGUID+4404, @POOL_MOTHER+306, 0, 'Wetlands - Mosshide Fen, Encampment - Kingsblood'), +(@OGUID+4405, @POOL_MOTHER+306, 0, 'Wetlands - Mosshide Fen, Encampment - Kingsblood'), +(@OGUID+4534, @POOL_MOTHER+307, 0, 'Wetlands - Mosshide Fen, Encampment - Copper Vein'), +(@OGUID+4535, @POOL_MOTHER+307, 0, 'Wetlands - Mosshide Fen, Encampment - Copper Vein'), +(@OGUID+4536, @POOL_MOTHER+307, 0, 'Wetlands - Mosshide Fen, Encampment - Copper Vein'), +(@OGUID+4537, @POOL_MOTHER+307, 0, 'Wetlands - Mosshide Fen, Encampment - Copper Vein'), +(@OGUID+4538, @POOL_MOTHER+307, 0, 'Wetlands - Mosshide Fen, Encampment - Copper Vein'), +(@OGUID+4539, @POOL_MOTHER+307, 0, 'Wetlands - Mosshide Fen, Encampment - Copper Vein'), +(@OGUID+4540, @POOL_MOTHER+307, 0, 'Wetlands - Mosshide Fen, Encampment - Copper Vein'), +(@OGUID+4541, @POOL_MOTHER+307, 0, 'Wetlands - Mosshide Fen, Encampment - Copper Vein'), +(@OGUID+4542, @POOL_MOTHER+307, 0, 'Wetlands - Mosshide Fen, Encampment - Copper Vein'), +(@OGUID+4544, @POOL_MOTHER+307, 0, 'Wetlands - Mosshide Fen, Encampment - Copper Vein'), +(@OGUID+4438, @POOL_MOTHER+308, 0, 'Wetlands - Mosshide Fen, Encampment - Liferoot'), +(@OGUID+4439, @POOL_MOTHER+308, 0, 'Wetlands - Mosshide Fen, Encampment - Liferoot'), +(@OGUID+4440, @POOL_MOTHER+308, 0, 'Wetlands - Mosshide Fen, Encampment - Liferoot'), +(@OGUID+4441, @POOL_MOTHER+308, 0, 'Wetlands - Mosshide Fen, Encampment - Liferoot'), +(@OGUID+4442, @POOL_MOTHER+308, 0, 'Wetlands - Mosshide Fen, Encampment - Liferoot'), +(@OGUID+4443, @POOL_MOTHER+308, 0, 'Wetlands - Mosshide Fen, Encampment - Liferoot'), +(@OGUID+4444, @POOL_MOTHER+308, 0, 'Wetlands - Mosshide Fen, Encampment - Liferoot'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+302, 4, 'Wetlands - Mosshide Fen, Encampment - Mageroyal - 4/14'), +(@POOL_MOTHER+303, 4, 'Wetlands - Mosshide Fen, Encampment - Briarthorn - 4/13'), +(@POOL_MOTHER+304, 4, 'Wetlands - Mosshide Fen, Encampment - Bruiseweed - 4/13'), +(@POOL_MOTHER+305, 2, 'Wetlands - Mosshide Fen, Encampment - Wild Steelbloom - 2/8'), +(@POOL_MOTHER+306, 4, 'Wetlands - Mosshide Fen, Encampment - Kingsblood - 4/15'), +(@POOL_MOTHER+307, 3, 'Wetlands - Mosshide Fen, Encampment - Copper Vein - 3/10'), +(@POOL_MOTHER+308, 2, 'Wetlands - Mosshide Fen, Encampment - Liferoot - 2/7'); + +/* Loch Modan +Tin Vein (1732) -> Silver Vein (1733) +*/ +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`, `Comment`) VALUES +(@OGUID+4682, 1617, 0, 38, 0, 1, 1, -4694.24, -2836.63, 324.716, 6.14356, 0, 0, -0.0697556, 0.997564, 900, 255, 1, '', 48632, NULL), +(@OGUID+4683, 1617, 0, 38, 0, 1, 1, -4732.31, -2992.33, 316.601, 5.96903, 0, 0, -0.156434, 0.987688, 900, 255, 1, '', 48120, NULL), +(@OGUID+4684, 1617, 0, 38, 0, 1, 1, -4749.33, -3077.36, 313.461, 5.96903, 0, 0, -0.156434, 0.987688, 900, 255, 1, '', 48632, NULL), +(@OGUID+4685, 1617, 0, 38, 0, 1, 1, -4792.08, -2593.88, 349.276, 2.53072, 0, 0, 0.953716, 0.300708, 900, 255, 1, '', 49345, NULL), +(@OGUID+4686, 1617, 0, 38, 0, 1, 1, -4813.95, -2823.96, 326.671, 1.88495, 0, 0, 0.809016, 0.587786, 900, 255, 1, '', 48120, NULL), +(@OGUID+4687, 1617, 0, 38, 0, 1, 1, -4837.14, -2743.59, 326.137, 4.20625, 0, 0, -0.861629, 0.507539, 900, 255, 1, '', 50375, NULL), +(@OGUID+4688, 1617, 0, 38, 0, 1, 1, -4884.1, -3106.54, 322.733, 2.1293, 0, 0, 0.874619, 0.48481, 900, 255, 1, '', 48120, NULL), +(@OGUID+4689, 1617, 0, 38, 0, 1, 1, -4916.39, -2793.79, 327.134, 6.16101, 0, 0, -0.0610485, 0.998135, 900, 255, 1, '', 48120, NULL), +(@OGUID+4690, 1617, 0, 38, 0, 1, 1, -4924.98, -2681.7, 326.299, 0.925024, 0, 0, 0.446198, 0.894935, 900, 255, 1, '', 48632, NULL), +(@OGUID+4691, 1617, 0, 38, 0, 1, 1, -4966.44, -3070.72, 320.412, 3.45576, 0, 0, -0.987688, 0.156436, 900, 255, 1, '', 48120, NULL), +(@OGUID+4692, 1617, 0, 38, 0, 1, 1, -5003.28, -2685.51, 325.382, 1.93731, 0, 0, 0.824125, 0.566408, 900, 255, 1, '', 48632, NULL), +(@OGUID+4693, 1617, 0, 38, 0, 1, 1, -5042.68, -2767.99, 325.933, 0.767944, 0, 0, 0.374606, 0.927184, 900, 255, 1, '', 50664, NULL), +(@OGUID+4694, 1617, 0, 38, 0, 1, 1, -5069.66, -2869.19, 330.151, 2.47837, 0, 0, 0.945518, 0.325568, 900, 255, 1, '', 48632, NULL), +(@OGUID+4695, 1617, 0, 38, 0, 1, 1, -5091.97, -2699.25, 340.265, 1.0472, 0, 0, 0.5, 0.866025, 900, 255, 1, '', 50172, NULL), +(@OGUID+4696, 1617, 0, 38, 0, 1, 1, -5120.14, -2750.12, 341.391, 1.93731, 0, 0, 0.824125, 0.566408, 900, 255, 1, '', 49345, NULL), +(@OGUID+4697, 1617, 0, 38, 0, 1, 1, -5140.33, -2874.04, 331.892, 6.16101, 0, 0, -0.0610485, 0.998135, 900, 255, 1, '', 50172, NULL), +(@OGUID+4698, 1617, 0, 38, 0, 1, 1, -5156.2, -2807.7, 333.533, 3.63029, 0, 0, -0.970295, 0.241925, 900, 255, 1, '', 48632, NULL), +(@OGUID+4699, 1617, 0, 38, 0, 1, 1, -5158.43, -3009.92, 335.032, 0.314158, 0, 0, 0.156434, 0.987688, 900, 255, 1, '', 48632, NULL), +(@OGUID+4700, 1617, 0, 38, 0, 1, 1, -5229.47, -2761.29, 340.098, 1.97222, 0, 0, 0.833885, 0.551938, 900, 255, 1, '', 49345, NULL), +(@OGUID+4701, 1617, 0, 38, 0, 1, 1, -5280.93, -2846.44, 345.207, 5.09636, 0, 0, -0.559193, 0.829038, 900, 255, 1, '', 50063, NULL), +(@OGUID+4702, 1617, 0, 38, 0, 1, 1, -5295.13, -2777.47, 353.044, 1.27409, 0, 0, 0.594822, 0.803857, 900, 255, 1, '', 50063, NULL), +(@OGUID+4703, 1617, 0, 38, 0, 1, 1, -5443.69, -2982.44, 356.83, 5.86431, 0, 0, -0.207911, 0.978148, 900, 255, 1, '', 48120, NULL), +(@OGUID+4704, 1617, 0, 38, 0, 1, 1, -5511.64, -2911.08, 359.775, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 48340, NULL), +(@OGUID+4705, 1617, 0, 38, 0, 1, 1, -5552.93, -2725.95, 364.925, 3.89209, 0, 0, -0.930417, 0.366502, 900, 255, 1, '', 48632, NULL), +(@OGUID+4706, 1617, 0, 38, 0, 1, 1, -5882.55, -2513.38, 307.529, 5.55015, 0, 0, -0.358368, 0.93358, 900, 255, 1, '', 49345, NULL), +(@OGUID+4707, 1617, 0, 38, 1, 1, 1, -5108.3, -2945.94, 334.151, 5.77704, 0, 0, -0.25038, 0.968148, 900, 255, 1, '', 49345, NULL), +(@OGUID+4708, 1617, 0, 38, 1519, 1, 1, -5227.5, -2940.68, 341.919, 3.35105, 0, 0, -0.994521, 0.104536, 900, 255, 1, '', 47720, NULL), +(@OGUID+4709, 1617, 0, 38, 0, 1, 1, -4999.76, -2823.31, 323.514, 0.122173, 0, 0, 0.0610485, 0.998135, 900, 255, 1, '', 52237, NULL), +(@OGUID+4710, 1617, 0, 38, 0, 1, 1, -5804.55, -2821.45, 376.758, 4.27606, 0, 0, -0.843391, 0.5373, 900, 255, 1, '', 52237, NULL), +(@OGUID+4711, 1617, 0, 38, 923, 1, 1, -5754.79, -2887.25, 369.144, 6.23083, 0, 0, -0.0261765, 0.999657, 900, 255, 1, '', 53788, NULL), +(@OGUID+4712, 1617, 0, 38, 923, 1, 1, -5792.56, -2963.43, 374.455, 5.3058, 0, 0, -0.469471, 0.882948, 900, 255, 1, '', 52237, NULL), +(@OGUID+4713, 1617, 0, 38, 923, 1, 1, -5846.57, -3094.73, 326.49, 0.139624, 0, 0, 0.0697556, 0.997564, 900, 255, 1, '', 52237, NULL), +(@OGUID+4714, 1617, 0, 38, 923, 1, 1, -5881.22, -2822.22, 375.666, 5.11382, 0, 0, -0.551936, 0.833886, 900, 255, 1, '', 52237, NULL), +(@OGUID+4715, 1617, 0, 38, 925, 1, 1, -5026.91, -2633.13, 328.394, 2.67035, 0, 0, 0.972369, 0.233448, 900, 255, 1, '', 52237, NULL), +(@OGUID+4716, 1617, 0, 38, 4620, 1, 1, -5125.4, -3068.8, 323.4, 1.69297, 0, 0, 0.748956, 0.66262, 900, 255, 1, '', 50172, NULL), +(@OGUID+4717, 1618, 0, 38, 0, 1, 1, -4751.03, -2784.29, 323.863, 1.32645, 0, 0, 0.615661, 0.788011, 900, 255, 1, '', 48632, NULL), +(@OGUID+4718, 1618, 0, 38, 0, 1, 1, -4758.27, -2668.77, 331.509, 5.49779, 0, 0, -0.382683, 0.92388, 900, 255, 1, '', 48632, NULL), +(@OGUID+4719, 1618, 0, 38, 0, 1, 1, -4863.24, -2694.91, 335.215, 6.16101, 0, 0, -0.0610485, 0.998135, 900, 255, 1, '', 50172, NULL), +(@OGUID+4720, 1618, 0, 38, 0, 1, 1, -4916.38, -3085, 315.933, 1.83259, 0, 0, 0.793353, 0.608762, 900, 255, 1, '', 48120, NULL), +(@OGUID+4721, 1618, 0, 38, 0, 1, 1, -5045.62, -2734.31, 341.608, 3.59538, 0, 0, -0.97437, 0.224951, 900, 255, 1, '', 48632, NULL), +(@OGUID+4722, 1618, 0, 38, 0, 1, 1, -5082.65, -2985.96, 332.623, 1.3439, 0, 0, 0.622514, 0.782609, 900, 255, 1, '', 48120, NULL), +(@OGUID+4723, 1618, 0, 38, 0, 1, 1, -5165.76, -2766.13, 335.84, 0.418879, 0, 0, 0.207911, 0.978148, 900, 255, 1, '', 50664, NULL), +(@OGUID+4724, 1618, 0, 38, 0, 1, 1, -5182.65, -3014.71, 333.295, 0.209439, 0, 0, 0.104528, 0.994522, 900, 255, 1, '', 50664, NULL), +(@OGUID+4725, 1618, 0, 38, 0, 1, 1, -5265.83, -3867.44, 332.13, 4.15388, 0, 0, -0.874619, 0.48481, 900, 255, 1, '', 48120, NULL), +(@OGUID+4726, 1618, 0, 38, 0, 1, 1, -5335.43, -2800.35, 350.679, 2.93214, 0, 0, 0.994521, 0.104536, 900, 255, 1, '', 48632, NULL), +(@OGUID+4727, 1618, 0, 38, 0, 1, 1, -5342.74, -3775.8, 310.231, 1.53589, 0, 0, 0.694658, 0.71934, 900, 255, 1, '', 48120, NULL), +(@OGUID+4728, 1618, 0, 38, 0, 1, 1, -5399.68, -3866.64, 333.201, 5.77704, 0, 0, -0.25038, 0.968148, 900, 255, 1, '', 48120, NULL), +(@OGUID+4729, 1618, 0, 38, 0, 1, 1, -5422.79, -3097.09, 352.976, 1.95477, 0, 0, 0.829038, 0.559193, 900, 255, 1, '', 48632, NULL), +(@OGUID+4730, 1618, 0, 38, 0, 1, 1, -5498.98, -3167.97, 346.123, 3.3685, 0, 0, -0.993571, 0.113208, 900, 255, 1, '', 48120, NULL), +(@OGUID+4731, 1618, 0, 38, 0, 1, 1, -5499.95, -3748.77, 318.8, 1.97222, 0, 0, 0.833885, 0.551938, 900, 255, 1, '', 48120, NULL), +(@OGUID+4732, 1618, 0, 38, 0, 1, 1, -5588.98, -3679.32, 308.934, 2.25147, 0, 0, 0.902585, 0.430512, 900, 255, 1, '', 48120, NULL), +(@OGUID+4733, 1618, 0, 38, 0, 1, 1, -5640.9, -3202.46, 326.807, 3.59538, 0, 0, -0.97437, 0.224951, 900, 255, 1, '', 50063, NULL), +(@OGUID+4734, 1618, 0, 38, 0, 1, 1, -5717.34, -3283.28, 308.303, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 48632, NULL), +(@OGUID+4735, 1618, 0, 38, 0, 1, 1, -5779.97, -3348.33, 304.483, 1.83259, 0, 0, 0.793353, 0.608762, 900, 255, 1, '', 48120, NULL), +(@OGUID+4736, 1618, 0, 38, 0, 1, 1, -5782.84, -3418.18, 304.949, 0.90757, 0, 0, 0.438371, 0.898794, 900, 255, 1, '', 48632, NULL), +(@OGUID+4737, 1618, 0, 38, 0, 1, 1, -5905.55, -2566.78, 311.055, 3.94445, 0, 0, -0.920505, 0.390732, 900, 255, 1, '', 49345, NULL), +(@OGUID+4738, 1618, 0, 38, 0, 1, 1, -5000.06, -3667.08, 308.377, 0.994837, 0, 0, 0.477159, 0.878817, 900, 255, 1, '', 52237, NULL), +(@OGUID+4739, 1618, 0, 38, 0, 1, 1, -5866.74, -2914.91, 365.444, 1.65806, 0, 0, 0.737277, 0.675591, 900, 255, 1, '', 52237, NULL), +(@OGUID+4740, 1618, 0, 38, 0, 1, 1, -5895.03, -3603.39, 351.017, 5.02655, 0, 0, -0.587785, 0.809017, 900, 255, 1, '', 52237, NULL), +(@OGUID+4741, 1618, 0, 38, 556, 1, 1, -5666.85, -3700.25, 317.545, 5.044, 0, 0, -0.580703, 0.814116, 900, 255, 1, '', 52237, NULL), +(@OGUID+4742, 1619, 0, 38, 0, 1, 1, -4914.74, -2601.18, 328.96, 5.88176, 0, 0, -0.199368, 0.979925, 900, 255, 1, '', 49345, NULL), +(@OGUID+4743, 1619, 0, 38, 0, 1, 1, -5379.89, -2686.1, 376.639, 0.872664, 0, 0, 0.422618, 0.906308, 900, 255, 1, '', 48340, NULL), +(@OGUID+4744, 1619, 0, 38, 0, 1, 1, -5469.14, -2707.13, 373.47, 5.41052, 0, 0, -0.422618, 0.906308, 900, 255, 1, '', 50664, NULL), +(@OGUID+4745, 1619, 0, 38, 0, 1, 1, -5521.8, -3031.14, 361.204, 0.942477, 0, 0, 0.45399, 0.891007, 900, 255, 1, '', 50172, NULL), +(@OGUID+4746, 1619, 0, 38, 0, 1, 1, -5573.65, -2896.35, 381.659, 2.04204, 0, 0, 0.85264, 0.522499, 900, 255, 1, '', 50063, NULL), +(@OGUID+4747, 1619, 0, 38, 0, 1, 1, -5598.14, -2744.07, 375.994, 3.76991, 0, 0, -0.951056, 0.309017, 900, 255, 1, '', 48632, NULL), +(@OGUID+4748, 1619, 0, 38, 0, 1, 1, -5610.79, -3103.19, 367.001, 5.34071, 0, 0, -0.45399, 0.891007, 900, 255, 1, '', 48632, NULL), +(@OGUID+4749, 1619, 0, 38, 923, 1, 1, -5921.04, -2998, 379.722, 0.261798, 0, 0, 0.130526, 0.991445, 900, 255, 1, '', 51943, NULL), +(@OGUID+4750, 1619, 0, 38, 936, 1, 1, -5715.38, -3083, 331.166, 3.10665, 0, 0, 0.999847, 0.0174693, 900, 255, 1, '', 52237, NULL), +(@OGUID+4751, 1619, 0, 38, 460, 1, 1, -5995.92, -2776.57, 410.39, 2.51327, 0, 0, 0.951056, 0.309017, 900, 255, 1, '', 50664, NULL), +(@OGUID+4752, 1619, 0, 38, 460, 1, 1, -6017.43, -2825.69, 410.212, 0.750491, 0, 0, 0.366501, 0.930418, 900, 255, 1, '', 50664, NULL), +(@OGUID+4753, 1620, 0, 38, 0, 1, 1, -4751.33, -3146.34, 301.222, 0.122173, 0, 0, 0.0610485, 0.998135, 900, 255, 1, '', 48340, NULL), +(@OGUID+4754, 1620, 0, 38, 0, 1, 1, -4799.45, -3015.7, 305.452, 4.57276, 0, 0, -0.754709, 0.656059, 900, 255, 1, '', 48632, NULL), +(@OGUID+4755, 1620, 0, 38, 0, 1, 1, -4839.14, -3537.37, 300.648, 3.7001, 0, 0, -0.961261, 0.27564, 900, 255, 1, '', 48120, NULL), +(@OGUID+4756, 1620, 0, 38, 0, 1, 1, -4949.69, -3498.08, 304.366, 6.03884, 0, 0, -0.121869, 0.992546, 900, 255, 1, '', 47966, NULL), +(@OGUID+4757, 1620, 0, 38, 0, 1, 1, -4956.81, -3722.41, 311.323, 1.83259, 0, 0, 0.793353, 0.608762, 900, 255, 1, '', 50664, NULL), +(@OGUID+4758, 1620, 0, 38, 0, 1, 1, -4992.66, -3306.73, 299.76, 5.65487, 0, 0, -0.309016, 0.951057, 900, 255, 1, '', 48340, NULL), +(@OGUID+4759, 1620, 0, 38, 0, 1, 1, -5005.27, -3419.37, 303.401, 3.07177, 0, 0, 0.999391, 0.0349061, 900, 255, 1, '', 49345, NULL), +(@OGUID+4760, 1620, 0, 38, 0, 1, 1, -5011.31, -3508.53, 299.731, 0.95993, 0, 0, 0.461748, 0.887011, 900, 255, 1, '', 48120, NULL), +(@OGUID+4761, 1620, 0, 38, 0, 1, 1, -5042.01, -3358.18, 298.811, 5.48033, 0, 0, -0.390731, 0.920505, 900, 255, 1, '', 48120, NULL), +(@OGUID+4762, 1620, 0, 38, 0, 1, 1, -5064.71, -3133.72, 299.455, 6.02139, 0, 0, -0.130526, 0.991445, 900, 255, 1, '', 48120, NULL), +(@OGUID+4763, 1620, 0, 38, 0, 1, 1, -5072.19, -3795.14, 310.585, 2.40855, 0, 0, 0.93358, 0.358368, 900, 255, 1, '', 48120, NULL), +(@OGUID+4764, 1620, 0, 38, 0, 1, 1, -5103.99, -3516.45, 298.615, 5.42797, 0, 0, -0.414693, 0.909961, 900, 255, 1, '', 48120, NULL), +(@OGUID+4765, 1620, 0, 38, 0, 1, 1, -5112.26, -3849.63, 320.659, 2.21657, 0, 0, 0.894934, 0.446199, 900, 255, 1, '', 48120, NULL), +(@OGUID+4766, 1620, 0, 38, 0, 1, 1, -5164.25, -3518.23, 297.873, 5.68977, 0, 0, -0.292372, 0.956305, 900, 255, 1, '', 48632, NULL), +(@OGUID+4767, 1620, 0, 38, 0, 1, 1, -5194.44, -3886.95, 331.074, 3.14159, 0, 0, -1, 0, 900, 255, 1, '', 50664, NULL), +(@OGUID+4768, 1620, 0, 38, 0, 1, 1, -5234.17, -3462.64, 298.184, 1.5708, 0, 0, 0.707107, 0.707107, 900, 255, 1, '', 48340, NULL), +(@OGUID+4769, 1620, 0, 38, 0, 1, 1, -5254.33, -4098.36, 325.712, 3.52557, 0, 0, -0.981627, 0.190812, 900, 255, 1, '', 48120, NULL), +(@OGUID+4770, 1620, 0, 38, 0, 1, 1, -5266.11, -3118.4, 300.486, 0.698131, 0, 0, 0.34202, 0.939693, 900, 255, 1, '', 49345, NULL), +(@OGUID+4771, 1620, 0, 38, 0, 1, 1, -5316.76, -3758.36, 310.217, 2.60054, 0, 0, 0.96363, 0.267241, 900, 255, 1, '', 48120, NULL), +(@OGUID+4772, 1620, 0, 38, 0, 1, 1, -5355.99, -2734.98, 360.778, 5.93412, 0, 0, -0.173648, 0.984808, 900, 255, 1, '', 49345, NULL), +(@OGUID+4773, 1620, 0, 38, 0, 1, 1, -5407.17, -2842.9, 349.277, 5.77704, 0, 0, -0.25038, 0.968148, 900, 255, 1, '', 48632, NULL), +(@OGUID+4774, 1620, 0, 38, 0, 1, 1, -5462.62, -2837.71, 351.442, 4.18879, 0, 0, -0.866025, 0.500001, 900, 255, 1, '', 49345, NULL), +(@OGUID+4775, 1620, 0, 38, 0, 1, 1, -5471.05, -3511.75, 298.675, 3.75246, 0, 0, -0.953716, 0.300708, 900, 255, 1, '', 49345, NULL), +(@OGUID+4776, 1620, 0, 38, 0, 1, 1, -5502.61, -3469.22, 298.138, 3.42085, 0, 0, -0.990268, 0.139175, 900, 255, 1, '', 47966, NULL), +(@OGUID+4777, 1620, 0, 38, 0, 1, 1, -5548.28, -4147.27, 376.306, 5.28835, 0, 0, -0.477159, 0.878817, 900, 255, 1, '', 48120, NULL), +(@OGUID+4778, 1620, 0, 38, 0, 1, 1, -5665.63, -3576.85, 308.739, 0.383971, 0, 0, 0.190808, 0.981627, 900, 255, 1, '', 49345, NULL), +(@OGUID+4779, 1620, 0, 38, 0, 1, 1, -5716.34, -3492.45, 300.084, 0.244346, 0, 0, 0.121869, 0.992546, 900, 255, 1, '', 48120, NULL), +(@OGUID+4780, 1620, 0, 38, 0, 1, 1, -5856.29, -3448.97, 318.345, 3.71755, 0, 0, -0.958819, 0.284016, 900, 255, 1, '', 48632, NULL), +(@OGUID+4781, 1620, 0, 38, 1, 1, 1, -4896.99, -3304.25, 304.202, 1.51844, 0, 0, 0.688354, 0.725374, 900, 255, 1, '', 50664, NULL), +(@OGUID+4782, 1620, 0, 38, 1, 1, 1, -5601.12, -3600.26, 304.148, 3.35105, 0, 0, -0.994521, 0.104536, 900, 255, 1, '', 50664, NULL), +(@OGUID+4783, 1620, 0, 38, 2257, 1, 1, -5325.98, -3041.61, 327.224, 1.39626, 0, 0, 0.642787, 0.766045, 900, 255, 1, '', 50664, NULL), +(@OGUID+4784, 1620, 0, 38, 0, 1, 1, -4952.94, -3715.38, 311.465, 2.86234, 0, 0, 0.990268, 0.139175, 900, 255, 1, '', 52237, NULL), +(@OGUID+4785, 1620, 0, 38, 0, 1, 1, -5530.05, -3734.07, 318.923, 0.383971, 0, 0, 0.190808, 0.981627, 900, 255, 1, '', 52237, NULL), +(@OGUID+4786, 1620, 0, 38, 2101, 1, 1, -5097.52, -3121.19, 307.458, 2.23402, 0, 0, 0.898793, 0.438373, 900, 255, 1, '', 52237, NULL), +(@OGUID+4787, 1620, 0, 38, 556, 1, 1, -4831.44, -3637.69, 300.802, 4.46804, 0, 0, -0.788011, 0.615662, 900, 255, 1, '', 52237, NULL), +(@OGUID+4788, 1620, 0, 38, 925, 1, 1, -5888.27, -3958.87, 357.833, 5.96903, 0, 0, -0.156434, 0.987688, 900, 255, 1, '', 51943, NULL), +(@OGUID+4789, 1620, 0, 38, 460, 1, 1, -4945.09, -3620.74, 299.462, 1.41372, 0, 0, 0.649447, 0.760406, 900, 255, 1, '', 50664, NULL), +(@OGUID+4790, 1620, 0, 38, 460, 1, 1, -5133.2, -3120.28, 305.114, 3.05433, 0, 0, 0.999048, 0.0436193, 900, 255, 1, '', 50664, NULL), +(@OGUID+4791, 1620, 0, 38, 460, 1, 1, -5154.98, -4127.9, 327.783, 1.53589, 0, 0, 0.694658, 0.71934, 900, 255, 1, '', 50664, NULL), +(@OGUID+4792, 1620, 0, 38, 460, 1, 1, -5520.58, -3816.57, 324.065, 0.523598, 0, 0, 0.258819, 0.965926, 900, 255, 1, '', 50664, NULL), +(@OGUID+4793, 1620, 0, 38, 460, 1, 1, -5602.32, -3811.95, 318.149, 0.977383, 0, 0, 0.469471, 0.882948, 900, 255, 1, '', 50664, NULL), +(@OGUID+4794, 1621, 0, 38, 0, 1, 1, -4766.45, -3552.82, 305.517, 3.50812, 0, 0, -0.983254, 0.182238, 900, 255, 1, '', 48632, NULL), +(@OGUID+4795, 1621, 0, 38, 0, 1, 1, -4874.16, -3374.26, 308.717, 1.3439, 0, 0, 0.622514, 0.782609, 900, 255, 1, '', 48120, NULL), +(@OGUID+4796, 1621, 0, 38, 0, 1, 1, -4886.12, -3683.13, 314.517, 1.20428, 0, 0, 0.566406, 0.824126, 900, 255, 1, '', 50664, NULL), +(@OGUID+4797, 1621, 0, 38, 0, 1, 1, -4921.13, -3886.59, 303.857, 1.06465, 0, 0, 0.507538, 0.861629, 900, 255, 1, '', 48120, NULL), +(@OGUID+4798, 1621, 0, 38, 0, 1, 1, -4966.77, -3511.53, 303.927, 3.28124, 0, 0, -0.997563, 0.0697661, 900, 255, 1, '', 48632, NULL), +(@OGUID+4799, 1621, 0, 38, 0, 1, 1, -5029.07, -3697.82, 309.676, 1.74533, 0, 0, 0.766044, 0.642789, 900, 255, 1, '', 50664, NULL), +(@OGUID+4800, 1621, 0, 38, 0, 1, 1, -5080.49, -3663.3, 308.979, 2.16421, 0, 0, 0.882947, 0.469473, 900, 255, 1, '', 48120, NULL), +(@OGUID+4801, 1621, 0, 38, 0, 1, 1, -5147.11, -3496.26, 304.571, 2.35619, 0, 0, 0.92388, 0.382683, 900, 255, 1, '', 48340, NULL), +(@OGUID+4802, 1621, 0, 38, 0, 1, 1, -5177.44, -3443.42, 304.83, 3.22886, 0, 0, -0.999048, 0.0436193, 900, 255, 1, '', 47966, NULL), +(@OGUID+4803, 1621, 0, 38, 0, 1, 1, -5183.13, -3836.33, 329.868, 4.10153, 0, 0, -0.887011, 0.461749, 900, 255, 1, '', 48120, NULL), +(@OGUID+4804, 1621, 0, 38, 0, 1, 1, -5224.15, -3702.81, 309.254, 4.45059, 0, 0, -0.793353, 0.608762, 900, 255, 1, '', 48120, NULL), +(@OGUID+4805, 1621, 0, 38, 0, 1, 1, -5259.97, -3520.82, 300.448, 6.07375, 0, 0, -0.104528, 0.994522, 900, 255, 1, '', 49345, NULL), +(@OGUID+4806, 1621, 0, 38, 0, 1, 1, -5265.03, -3812.03, 324.68, 0.506145, 0, 0, 0.25038, 0.968148, 900, 255, 1, '', 48632, NULL), +(@OGUID+4807, 1621, 0, 38, 0, 1, 1, -5286.39, -3759.46, 311.211, 0.418879, 0, 0, 0.207911, 0.978148, 900, 255, 1, '', 48120, NULL), +(@OGUID+4808, 1621, 0, 38, 0, 1, 1, -5429.04, -3918.93, 341.433, 3.47321, 0, 0, -0.986285, 0.16505, 900, 255, 1, '', 48120, NULL), +(@OGUID+4809, 1621, 0, 38, 0, 1, 1, -5464.19, -3965.31, 347.369, 2.07694, 0, 0, 0.861629, 0.507539, 900, 255, 1, '', 48120, NULL), +(@OGUID+4810, 1621, 0, 38, 0, 1, 1, -5465.13, -3792.92, 316.026, 5.44543, 0, 0, -0.406736, 0.913546, 900, 255, 1, '', 50664, NULL), +(@OGUID+4811, 1621, 0, 38, 0, 1, 1, -5666.89, -4077.5, 377.784, 1.06465, 0, 0, 0.507538, 0.861629, 900, 255, 1, '', 48120, NULL), +(@OGUID+4812, 1621, 0, 38, 0, 1, 1, -5714.1, -4068.01, 367.053, 0.226892, 0, 0, 0.113203, 0.993572, 900, 255, 1, '', 48120, NULL), +(@OGUID+4813, 1621, 0, 38, 0, 1, 1, -5715.8, -3593.29, 315.573, 2.93214, 0, 0, 0.994521, 0.104536, 900, 255, 1, '', 49345, NULL), +(@OGUID+4814, 1621, 0, 38, 0, 1, 1, -5798.29, -3770.72, 328.856, 0.872664, 0, 0, 0.422618, 0.906308, 900, 255, 1, '', 48120, NULL), +(@OGUID+4815, 1621, 0, 38, 0, 1, 1, -5804.67, -4096.27, 383.188, 3.01941, 0, 0, 0.998135, 0.0610518, 900, 255, 1, '', 48120, NULL), +(@OGUID+4816, 1621, 0, 38, 0, 1, 1, -5196.54, -3952.01, 332.173, 5.5676, 0, 0, -0.350207, 0.936672, 900, 255, 1, '', 52237, NULL), +(@OGUID+4817, 1621, 0, 38, 0, 1, 1, -5378.5, -3833.91, 328.32, 2.82743, 0, 0, 0.987688, 0.156436, 900, 255, 1, '', 52237, NULL), +(@OGUID+4818, 1621, 0, 38, 0, 1, 1, -5541.32, -3704.88, 308.421, 5.11382, 0, 0, -0.551936, 0.833886, 900, 255, 1, '', 52237, NULL), +(@OGUID+4819, 1621, 0, 38, 143, 1, 1, -4894.84, -3964.74, 297.991, 1.64061, 0, 0, 0.731353, 0.681999, 900, 255, 1, '', 52237, NULL), +(@OGUID+4820, 1621, 0, 38, 143, 1, 1, -5062.79, -4125.87, 315.169, 4.7822, 0, 0, -0.681998, 0.731354, 900, 255, 1, '', 52237, NULL), +(@OGUID+4821, 1621, 0, 38, 925, 1, 1, -5700.1, -4125.57, 387.346, 3.80482, 0, 0, -0.945518, 0.325568, 900, 255, 1, '', 51943, NULL), +(@OGUID+4822, 1621, 0, 38, 460, 1, 1, -5155.06, -3708.79, 311.856, 1.16937, 0, 0, 0.551936, 0.833886, 900, 255, 1, '', 50664, NULL), +(@OGUID+4823, 1621, 0, 38, 460, 1, 1, -5278.94, -4121.98, 333.808, 1.3439, 0, 0, 0.622514, 0.782609, 900, 255, 1, '', 50664, NULL), +(@OGUID+4824, 1621, 0, 38, 460, 1, 1, -5438.85, -4059.13, 346.724, 2.30383, 0, 0, 0.913545, 0.406738, 900, 255, 1, '', 50664, NULL), +(@OGUID+4825, 1621, 0, 38, 460, 1, 1, -5819.77, -3940.05, 359.255, 1.44862, 0, 0, 0.66262, 0.748956, 900, 255, 1, '', 50664, NULL), +(@OGUID+4826, 1622, 0, 38, 0, 1, 1, -4815.14, -3952.65, 327.612, 6.19592, 0, 0, -0.0436192, 0.999048, 900, 255, 1, '', 48120, NULL), +(@OGUID+4827, 1622, 0, 38, 0, 1, 1, -4889.27, -4034.48, 326.979, 0.279252, 0, 0, 0.139173, 0.990268, 900, 255, 1, '', 48120, NULL), +(@OGUID+4828, 1622, 0, 38, 0, 1, 1, -4984.45, -3785.4, 324.521, 4.88692, 0, 0, -0.642787, 0.766045, 900, 255, 1, '', 50664, NULL), +(@OGUID+4829, 1622, 0, 38, 0, 1, 1, -4989.58, -3872.57, 317.634, 1.91986, 0, 0, 0.819152, 0.573577, 900, 255, 1, '', 48120, NULL), +(@OGUID+4830, 1622, 0, 38, 0, 1, 1, -5072.53, -3858.51, 331.517, 5.68977, 0, 0, -0.292372, 0.956305, 900, 255, 1, '', 48120, NULL), +(@OGUID+4831, 1622, 0, 38, 0, 1, 1, -5316.59, -3923.52, 340.157, 2.02458, 0, 0, 0.848047, 0.529921, 900, 255, 1, '', 48120, NULL), +(@OGUID+4832, 1622, 0, 38, 0, 1, 1, -5320.32, -4012.2, 335.879, 0.488691, 0, 0, 0.241921, 0.970296, 900, 255, 1, '', 48120, NULL), +(@OGUID+4833, 1622, 0, 38, 0, 1, 1, -5387.01, -4006.79, 342.398, 2.44346, 0, 0, 0.939692, 0.34202, 900, 255, 1, '', 48120, NULL), +(@OGUID+4834, 1622, 0, 38, 0, 1, 1, -5476.34, -3939.22, 354.36, 2.33874, 0, 0, 0.920505, 0.390732, 900, 255, 1, '', 48120, NULL), +(@OGUID+4835, 1622, 0, 38, 0, 1, 1, -5550.77, -4020.35, 375.629, 5.77704, 0, 0, -0.25038, 0.968148, 900, 255, 1, '', 48120, NULL), +(@OGUID+4836, 1622, 0, 38, 0, 1, 1, -5674.61, -4244.56, 394.191, 4.10153, 0, 0, -0.887011, 0.461749, 900, 255, 1, '', 48632, NULL), +(@OGUID+4837, 1622, 0, 38, 143, 1, 1, -4825.2, -3967.19, 335.894, 2.32129, 0, 0, 0.91706, 0.39875, 900, 255, 1, '', 52237, NULL), +(@OGUID+4838, 1622, 0, 38, 143, 1, 1, -5021.06, -3924.3, 324.104, 5.89921, 0, 0, -0.190808, 0.981627, 900, 255, 1, '', 52237, NULL), +(@OGUID+4839, 1622, 0, 38, 143, 1, 1, -5078.84, -3904.73, 338.264, 2.63544, 0, 0, 0.968147, 0.250381, 900, 255, 1, '', 52237, NULL), +(@OGUID+4840, 1622, 0, 38, 143, 1, 1, -5131.49, -4163.95, 333.869, 2.58308, 0, 0, 0.961261, 0.27564, 900, 255, 1, '', 52237, NULL), +(@OGUID+4841, 1622, 0, 38, 2101, 1, 1, -5896.7, -4190.73, 404.729, 1.95477, 0, 0, 0.829038, 0.559193, 900, 255, 1, '', 52237, NULL), +(@OGUID+4842, 1622, 0, 38, 460, 1, 1, -4774.1, -3937.35, 347.532, 0.767944, 0, 0, 0.374606, 0.927184, 900, 255, 1, '', 50664, NULL), +(@OGUID+4843, 1622, 0, 38, 460, 1, 1, -4975.73, -4140.55, 311.253, 5.46288, 0, 0, -0.398748, 0.91706, 900, 255, 1, '', 50664, NULL), +(@OGUID+4844, 1622, 0, 38, 460, 1, 1, -5023.25, -3982.92, 304.49, 2.54818, 0, 0, 0.956305, 0.292372, 900, 255, 1, '', 50664, NULL), +(@OGUID+4845, 1622, 0, 38, 460, 1, 1, -5131.53, -3952.08, 321.649, 0.331611, 0, 0, 0.165047, 0.986286, 900, 255, 1, '', 50664, NULL), +(@OGUID+4846, 1731, 0, 38, 0, 1, 1, -4651.34, -3121.1, 301.035, 5.88176, 0, 0, -0.199368, 0.979925, 900, 255, 1, '', 50664, NULL), +(@OGUID+4847, 1731, 0, 38, 0, 1, 1, -4661.44, -2844.7, 326.785, 3.82227, 0, 0, -0.942641, 0.333808, 900, 255, 1, '', 48632, NULL), +(@OGUID+4848, 1731, 0, 38, 0, 1, 1, -4673.84, -3000.53, 320.473, 4.88692, 0, 0, -0.642787, 0.766045, 900, 255, 1, '', 48340, NULL), +(@OGUID+4849, 1731, 0, 38, 0, 1, 1, -4728.93, -3142.43, 302.941, 3.10665, 0, 0, 0.999847, 0.0174693, 900, 255, 1, '', 49345, NULL), +(@OGUID+4850, 1731, 0, 38, 0, 1, 1, -4748.16, -3588.43, 308.719, 1.44862, 0, 0, 0.66262, 0.748956, 900, 255, 1, '', 48120, NULL), +(@OGUID+4851, 1731, 0, 38, 0, 1, 1, -4789.87, -3009.63, 307.927, 0.994837, 0, 0, 0.477159, 0.878817, 900, 255, 1, '', 48120, NULL), +(@OGUID+4852, 1731, 0, 38, 0, 1, 1, -4826.3, -3957.94, 336.999, 0.575957, 0, 0, 0.284015, 0.95882, 900, 255, 1, '', 48120, NULL), +(@OGUID+4853, 1731, 0, 38, 0, 1, 1, -4834.88, -2986.44, 323.039, 2.33874, 0, 0, 0.920505, 0.390732, 900, 255, 1, '', 50250, NULL), +(@OGUID+4854, 1731, 0, 38, 0, 1, 1, -4835.49, -2962.1, 321.342, 1.93731, 0, 0, 0.824125, 0.566408, 900, 255, 1, '', 49345, NULL), +(@OGUID+4855, 1731, 0, 38, 0, 1, 1, -4838.35, -3140.2, 318.547, 4.92183, 0, 0, -0.62932, 0.777146, 900, 255, 1, '', 48120, NULL), +(@OGUID+4856, 1731, 0, 38, 0, 1, 1, -4855.06, -2882.53, 336.653, 1.97222, 0, 0, 0.833885, 0.551938, 900, 255, 1, '', 48120, NULL), +(@OGUID+4857, 1731, 0, 38, 0, 1, 1, -4863.07, -3003.43, 317.635, 6.16101, 0, 0, -0.0610485, 0.998135, 900, 255, 1, '', 48632, NULL), +(@OGUID+4858, 1731, 0, 38, 0, 1, 1, -4895.64, -4037.91, 325.167, 1.43117, 0, 0, 0.656058, 0.75471, 900, 255, 1, '', 48120, NULL), +(@OGUID+4859, 1731, 0, 38, 0, 1, 1, -4898.06, -3039.79, 319.946, 4.15388, 0, 0, -0.874619, 0.48481, 900, 255, 1, '', 48120, NULL), +(@OGUID+4860, 1731, 0, 38, 0, 1, 1, -4904.09, -2970.6, 316.725, 2.53072, 0, 0, 0.953716, 0.300708, 900, 255, 1, '', 48120, NULL), +(@OGUID+4861, 1731, 0, 38, 0, 1, 1, -4907.81, -2994.97, 318.189, 2.67035, 0, 0, 0.972369, 0.233448, 900, 255, 1, '', 48120, NULL), +(@OGUID+4862, 1731, 0, 38, 0, 1, 1, -4913.92, -3381, 302.121, 0.541051, 0, 0, 0.267238, 0.963631, 900, 255, 1, '', 47966, NULL), +(@OGUID+4863, 1731, 0, 38, 0, 1, 1, -4926.78, -3765, 322.941, 0.506145, 0, 0, 0.25038, 0.968148, 900, 255, 1, '', 48120, NULL), +(@OGUID+4864, 1731, 0, 38, 0, 1, 1, -4938.17, -2631.88, 331.642, 0.872664, 0, 0, 0.422618, 0.906308, 900, 255, 1, '', 48120, NULL), +(@OGUID+4865, 1731, 0, 38, 0, 1, 1, -4957.82, -2984.35, 347.496, 5.77704, 0, 0, -0.25038, 0.968148, 900, 255, 1, '', 48120, NULL), +(@OGUID+4866, 1731, 0, 38, 0, 1, 1, -4965.51, -2996.1, 317.392, 3.63029, 0, 0, -0.970295, 0.241925, 900, 255, 1, '', 49345, NULL), +(@OGUID+4867, 1731, 0, 38, 0, 1, 1, -4968.39, -2911.64, 338.077, 1.53589, 0, 0, 0.694658, 0.71934, 900, 255, 1, '', 49345, NULL), +(@OGUID+4868, 1731, 0, 38, 0, 1, 1, -4971.56, -3146.3, 321.716, 1.27409, 0, 0, 0.594822, 0.803857, 900, 255, 1, '', 48120, NULL), +(@OGUID+4869, 1731, 0, 38, 0, 1, 1, -5015.67, -3805.06, 328.101, 5.16618, 0, 0, -0.529919, 0.848048, 900, 255, 1, '', 48120, NULL), +(@OGUID+4870, 1731, 0, 38, 0, 1, 1, -5044.72, -2695.84, 320.684, 3.89209, 0, 0, -0.930417, 0.366502, 900, 255, 1, '', 49345, NULL), +(@OGUID+4871, 1731, 0, 38, 0, 1, 1, -5091.8, -3324.24, 280.257, 3.78737, 0, 0, -0.948323, 0.317306, 900, 255, 1, '', 48120, NULL), +(@OGUID+4872, 1731, 0, 38, 0, 1, 1, -5108.46, -3121.91, 313.321, 3.83973, 0, 0, -0.939692, 0.34202, 900, 255, 1, '', 48120, NULL), +(@OGUID+4873, 1731, 0, 38, 0, 1, 1, -5116.83, -3976.2, 319.844, 4.17134, 0, 0, -0.870356, 0.492424, 900, 255, 1, '', 48120, NULL), +(@OGUID+4874, 1731, 0, 38, 0, 1, 1, -5127.31, -3926.78, 325.466, 3.194, 0, 0, -0.999657, 0.0262016, 900, 255, 1, '', 48120, NULL), +(@OGUID+4875, 1731, 0, 38, 0, 1, 1, -5142.94, -3360.46, 284.629, 4.99164, 0, 0, -0.601814, 0.798636, 900, 255, 1, '', 48120, NULL), +(@OGUID+4876, 1731, 0, 38, 0, 1, 1, -5179.53, -3290.78, 276.421, 3.38594, 0, 0, -0.992546, 0.12187, 900, 255, 1, '', 48632, NULL), +(@OGUID+4877, 1731, 0, 38, 0, 1, 1, -5284.12, -3306.02, 254.845, 1.13446, 0, 0, 0.537299, 0.843392, 900, 255, 1, '', 47966, NULL), +(@OGUID+4878, 1731, 0, 38, 0, 1, 1, -5302.34, -3377.92, 286.355, 5.20108, 0, 0, -0.515038, 0.857168, 900, 255, 1, '', 47966, NULL), +(@OGUID+4879, 1731, 0, 38, 0, 1, 1, -5306.52, -3564.57, 287.213, 3.90954, 0, 0, -0.927183, 0.374608, 900, 255, 1, '', 48340, NULL), +(@OGUID+4880, 1731, 0, 38, 0, 1, 1, -5357.71, -2718.82, 363.565, 0.942477, 0, 0, 0.45399, 0.891007, 900, 255, 1, '', 49345, NULL), +(@OGUID+4881, 1731, 0, 38, 0, 1, 1, -5361.94, -3235.94, 286.772, 0.942477, 0, 0, 0.45399, 0.891007, 900, 255, 1, '', 47966, NULL), +(@OGUID+4882, 1731, 0, 38, 0, 1, 1, -5362.56, -3552.67, 280.771, 4.64258, 0, 0, -0.731354, 0.681998, 900, 255, 1, '', 49345, NULL), +(@OGUID+4883, 1731, 0, 38, 0, 1, 1, -5366.79, -3137.5, 303.529, 3.87463, 0, 0, -0.93358, 0.358368, 900, 255, 1, '', 48632, NULL), +(@OGUID+4884, 1731, 0, 38, 0, 1, 1, -5376, -4026.73, 345.587, 2.23402, 0, 0, 0.898793, 0.438373, 900, 255, 1, '', 48120, NULL), +(@OGUID+4885, 1731, 0, 38, 0, 1, 1, -5407.56, -3421.51, 285.106, 1.88495, 0, 0, 0.809016, 0.587786, 900, 255, 1, '', 48632, NULL), +(@OGUID+4886, 1731, 0, 38, 0, 1, 1, -5423.67, -2709.96, 368.752, 2.51327, 0, 0, 0.951056, 0.309017, 900, 255, 1, '', 48340, NULL), +(@OGUID+4887, 1731, 0, 38, 0, 1, 1, -5477.28, -4141.59, 392.58, 1.85005, 0, 0, 0.798635, 0.601815, 900, 255, 1, '', 48632, NULL), +(@OGUID+4888, 1731, 0, 38, 0, 1, 1, -5498.42, -3316.85, 286.99, 4.15388, 0, 0, -0.874619, 0.48481, 900, 255, 1, '', 48120, NULL), +(@OGUID+4889, 1731, 0, 38, 0, 1, 1, -5517.82, -2731.01, 366.158, 0.750491, 0, 0, 0.366501, 0.930418, 900, 255, 1, '', 48632, NULL), +(@OGUID+4890, 1731, 0, 38, 0, 1, 1, -5528.69, -2989.79, 373.278, 5.34071, 0, 0, -0.45399, 0.891007, 900, 255, 1, '', 48632, NULL), +(@OGUID+4891, 1731, 0, 38, 0, 1, 1, -5534.53, -2711.2, 369.837, 0.261798, 0, 0, 0.130526, 0.991445, 900, 255, 1, '', 49345, NULL), +(@OGUID+4892, 1731, 0, 38, 0, 1, 1, -5538.97, -4016.46, 382.358, 5.21854, 0, 0, -0.507538, 0.861629, 900, 255, 1, '', 50664, NULL), +(@OGUID+4893, 1731, 0, 38, 0, 1, 1, -5541.88, -4316.9, 399.572, 2.23402, 0, 0, 0.898793, 0.438373, 900, 255, 1, '', 48632, NULL), +(@OGUID+4894, 1731, 0, 38, 0, 1, 1, -5547.15, -2933.8, 374.021, 3.10665, 0, 0, 0.999847, 0.0174693, 900, 255, 1, '', 48120, NULL), +(@OGUID+4895, 1731, 0, 38, 0, 1, 1, -5582.72, -3545.79, 290.129, 5.044, 0, 0, -0.580703, 0.814116, 900, 255, 1, '', 50664, NULL), +(@OGUID+4896, 1731, 0, 38, 0, 1, 1, -5593.5, -3256.05, 289.35, 5.14872, 0, 0, -0.537299, 0.843392, 900, 255, 1, '', 49345, NULL), +(@OGUID+4897, 1731, 0, 38, 0, 1, 1, -5605.75, -4105.8, 388.812, 3.05433, 0, 0, 0.999048, 0.0436193, 900, 255, 1, '', 48120, NULL), +(@OGUID+4898, 1731, 0, 38, 0, 1, 1, -5642.75, -3256.99, 312.215, 5.44543, 0, 0, -0.406736, 0.913546, 900, 255, 1, '', 48120, NULL), +(@OGUID+4899, 1731, 0, 38, 0, 1, 1, -5673.48, -4166.66, 403.834, 2.68781, 0, 0, 0.97437, 0.224951, 900, 255, 1, '', 48120, NULL), +(@OGUID+4900, 1731, 0, 38, 0, 1, 1, -5692.68, -3123.95, 316.189, 4.18879, 0, 0, -0.866025, 0.500001, 900, 255, 1, '', 48120, NULL), +(@OGUID+4901, 1731, 0, 38, 0, 1, 1, -5711.03, -3176.5, 321.307, 5.77704, 0, 0, -0.25038, 0.968148, 900, 255, 1, '', 48632, NULL), +(@OGUID+4902, 1731, 0, 38, 0, 1, 1, -5721.44, -3713.94, 312.301, 3.75246, 0, 0, -0.953716, 0.300708, 900, 255, 1, '', 49345, NULL), +(@OGUID+4903, 1731, 0, 38, 0, 1, 1, -5744.19, -3532.99, 306.714, 5.74214, 0, 0, -0.267238, 0.963631, 900, 255, 1, '', 48632, NULL), +(@OGUID+4904, 1731, 0, 38, 0, 1, 1, -5783.95, -3212.13, 309.844, 0.645772, 0, 0, 0.317305, 0.948324, 900, 255, 1, '', 48632, NULL), +(@OGUID+4905, 1731, 0, 38, 0, 1, 1, -5792.43, -3586.6, 337.733, 1.5708, 0, 0, 0.707107, 0.707107, 900, 255, 1, '', 48120, NULL), +(@OGUID+4906, 1731, 0, 38, 0, 1, 1, -5815.2, -3610.52, 356.486, 3.24635, 0, 0, -0.998629, 0.0523532, 900, 255, 1, '', 48120, NULL), +(@OGUID+4907, 1731, 0, 38, 0, 1, 1, -5815.49, -3477.51, 313.627, 0.244346, 0, 0, 0.121869, 0.992546, 900, 255, 1, '', 47966, NULL), +(@OGUID+4908, 1731, 0, 38, 0, 1, 1, -5860.61, -3754.48, 334.931, 3.35105, 0, 0, -0.994521, 0.104536, 900, 255, 1, '', 48120, NULL), +(@OGUID+4909, 1731, 0, 38, 0, 1, 1, -5869.6, -4071.64, 398.154, 5.11382, 0, 0, -0.551936, 0.833886, 900, 255, 1, '', 48120, NULL), +(@OGUID+4910, 1731, 0, 38, 0, 1, 1, -5906.61, -3848.87, 350.884, 3.50812, 0, 0, -0.983254, 0.182238, 900, 255, 1, '', 48120, NULL), +(@OGUID+4911, 1731, 0, 38, 0, 1, 1, -5919.37, -4147.32, 403.105, 4.15388, 0, 0, -0.874619, 0.48481, 900, 255, 1, '', 48120, NULL), +(@OGUID+4912, 1731, 0, 38, 0, 1, 1, -5930.48, -3610.93, 355.29, 0.383971, 0, 0, 0.190808, 0.981627, 900, 255, 1, '', 48120, NULL), +(@OGUID+4913, 1731, 0, 38, 1, 1, 1, -5306.12, -2698.85, 352.962, 3.76991, 0, 0, -0.951056, 0.309017, 900, 255, 1, '', 49345, NULL), +(@OGUID+4914, 1731, 0, 38, 0, 1, 1, -4733.4, -3428.12, 287.19, 0.90757, 0, 0, 0.438371, 0.898794, 900, 255, 1, '', 46368, NULL), +(@OGUID+4915, 1731, 0, 38, 1519, 1, 1, -5162.66, -2647.23, 354.12, 5.41052, 0, 0, -0.422618, 0.906308, 900, 255, 1, '', 47720, NULL), +(@OGUID+4916, 1731, 0, 38, 1519, 1, 1, -5268.53, -2691.13, 351.273, 2.04204, 0, 0, 0.85264, 0.522499, 900, 255, 1, '', 47720, NULL), +(@OGUID+4917, 1731, 0, 38, 0, 1, 1, -4926.39, -2996.57, 321.114, 1.0472, 0, 0, 0.5, 0.866025, 900, 255, 1, '', 52237, NULL), +(@OGUID+4918, 1731, 0, 38, 0, 1, 1, -5624.58, -2926.26, 409.998, 3.21142, 0, 0, -0.999391, 0.0349061, 900, 255, 1, '', 52237, NULL), +(@OGUID+4919, 1731, 0, 38, 0, 1, 1, -5717.69, -3627.2, 315.512, 3.42085, 0, 0, -0.990268, 0.139175, 900, 255, 1, '', 52237, NULL), +(@OGUID+4920, 1731, 0, 38, 0, 1, 1, -5758.16, -2862.26, 372.467, 6.02139, 0, 0, -0.130526, 0.991445, 900, 255, 1, '', 52237, NULL), +(@OGUID+4921, 1731, 0, 38, 0, 1, 1, -5791.16, -2947.83, 376.026, 3.29869, 0, 0, -0.996917, 0.0784664, 900, 255, 1, '', 52237, NULL), +(@OGUID+4922, 1731, 0, 38, 143, 1, 1, -4985.08, -3873.26, 317.478, 2.65289, 0, 0, 0.970295, 0.241925, 900, 255, 1, '', 52237, NULL), +(@OGUID+4923, 1731, 0, 38, 143, 1, 1, -5090.62, -4145.23, 336.802, 0.95993, 0, 0, 0.461748, 0.887011, 900, 255, 1, '', 52237, NULL), +(@OGUID+4924, 1731, 0, 38, 147, 1, 1, -5522.71, -4161.74, 383.012, 5.44543, 0, 0, -0.406736, 0.913546, 900, 255, 1, '', 52237, NULL), +(@OGUID+4925, 1731, 0, 38, 149, 1, 1, -4867.67, -2974.29, 318.302, 0.925024, 0, 0, 0.446198, 0.894935, 900, 255, 1, '', 52237, NULL), +(@OGUID+4926, 1731, 0, 38, 149, 1, 1, -4940.06, -3002.58, 321.304, 0.366518, 0, 0, 0.182235, 0.983255, 900, 255, 1, '', 52237, NULL), +(@OGUID+4927, 1731, 0, 38, 149, 1, 1, -4986.73, -2962.82, 316.091, 1.88495, 0, 0, 0.809016, 0.587786, 900, 255, 1, '', 52237, NULL), +(@OGUID+4928, 1731, 0, 38, 2101, 1, 1, -5073.87, -2708.62, 320.316, 4.08407, 0, 0, -0.891006, 0.453991, 900, 255, 1, '', 52237, NULL), +(@OGUID+4929, 1731, 0, 38, 923, 1, 1, -5880.03, -3092.93, 332.414, 5.93412, 0, 0, -0.173648, 0.984808, 900, 255, 1, '', 52237, NULL), +(@OGUID+4930, 1731, 0, 38, 923, 1, 1, -5899.41, -2972.41, 371.663, 4.57276, 0, 0, -0.754709, 0.656059, 900, 255, 1, '', 52237, NULL), +(@OGUID+4931, 1731, 0, 38, 936, 1, 1, -5626.25, -3151.73, 323.532, 1.39626, 0, 0, 0.642787, 0.766045, 900, 255, 1, '', 46368, NULL), +(@OGUID+4932, 1731, 0, 38, 460, 1, 1, -4923.44, -2971.1, 317.558, 4.20625, 0, 0, -0.861629, 0.507539, 900, 255, 1, '', 50664, NULL), +(@OGUID+4933, 1731, 0, 38, 460, 1, 1, -5189.03, -4137.99, 344.148, 4.79966, 0, 0, -0.67559, 0.737278, 900, 255, 1, '', 50664, NULL), +(@OGUID+4934, 1731, 0, 38, 460, 1, 1, -5464.75, -3190.14, 335.181, 1.22173, 0, 0, 0.573576, 0.819152, 900, 255, 1, '', 50664, NULL), +(@OGUID+4935, 1731, 0, 38, 460, 1, 1, -5960.8, -2781.47, 392.505, 0.122173, 0, 0, 0.0610485, 0.998135, 900, 255, 1, '', 50664, NULL), +(@OGUID+4936, 1731, 0, 38, 460, 1, 1, -5964.72, -2932.67, 382.428, 2.23402, 0, 0, 0.898793, 0.438373, 900, 255, 1, '', 50664, NULL), +(@OGUID+4937, 1731, 0, 38, 460, 1, 1, -6001.23, -2859, 394.728, 3.05433, 0, 0, 0.999048, 0.0436193, 900, 255, 1, '', 50664, NULL), +(@OGUID+4938, 1731, 0, 38, 460, 1, 1, -6046.64, -2981.06, 402.833, 3.54302, 0, 0, -0.979924, 0.19937, 900, 255, 1, '', 50664, NULL), +(@OGUID+4939, 1731, 0, 38, 460, 1, 1, -6054.89, -2957.95, 401.839, 5.09636, 0, 0, -0.559193, 0.829038, 900, 255, 1, '', 50664, NULL), +(@OGUID+4940, 1731, 0, 38, 460, 1, 1, -6111.31, -3044.76, 404.389, 5.86431, 0, 0, -0.207911, 0.978148, 900, 255, 1, '', 50664, NULL), +(@OGUID+4941, 1731, 0, 38, 460, 1, 1, -6118.86, -2984.57, 400.643, 4.20625, 0, 0, -0.861629, 0.507539, 900, 255, 1, '', 50664, NULL), +(@OGUID+4942, 1731, 0, 38, 460, 1, 1, -6119.89, -2964.38, 398.496, 3.45576, 0, 0, -0.987688, 0.156436, 900, 255, 1, '', 50664, NULL), +(@OGUID+4943, 1731, 0, 38, 460, 1, 1, -6135.1, -2944.09, 398.718, 3.35105, 0, 0, -0.994521, 0.104536, 900, 255, 1, '', 50664, NULL), +(@OGUID+4944, 1731, 0, 38, 460, 1, 1, -6141, -2972.89, 400.16, 2.80998, 0, 0, 0.986285, 0.16505, 900, 255, 1, '', 50664, NULL), +(@OGUID+4945, 1732, 0, 38, 0, 1, 1, -4763.16, -2960.69, 323.212, 0.471238, 0, 0, 0.233445, 0.97237, 900, 255, 1, '', 48632, NULL), +(@OGUID+4946, 1732, 0, 38, 0, 1, 1, -4827.75, -3883.16, 302.775, 2.37364, 0, 0, 0.927183, 0.374608, 900, 255, 1, '', 48120, NULL), +(@OGUID+4947, 1732, 0, 38, 0, 1, 1, -5056.19, -3839.68, 314.214, 4.46804, 0, 0, -0.788011, 0.615662, 900, 255, 1, '', 48120, NULL), +(@OGUID+4948, 1732, 0, 38, 0, 1, 1, -5305.45, -3973.59, 340.167, 2.53072, 0, 0, 0.953716, 0.300708, 900, 255, 1, '', 48120, NULL), +(@OGUID+4949, 1732, 0, 38, 0, 1, 1, -5361.27, -2695.27, 386.191, 2.68781, 0, 0, 0.97437, 0.224951, 900, 255, 1, '', 48340, NULL), +(@OGUID+4950, 1732, 0, 38, 0, 1, 1, -5575.64, -2751.37, 370.087, 5.3058, 0, 0, -0.469471, 0.882948, 900, 255, 1, '', 50063, NULL), +(@OGUID+4951, 1732, 0, 38, 0, 1, 1, -5639.08, -3903.59, 325.725, 1.3439, 0, 0, 0.622514, 0.782609, 900, 255, 1, '', 48120, NULL), +(@OGUID+4952, 1732, 0, 38, 0, 1, 1, -5653.57, -3924.1, 328.478, 0.209439, 0, 0, 0.104528, 0.994522, 900, 255, 1, '', 48120, NULL), +(@OGUID+4953, 1732, 0, 38, 0, 1, 1, -5691.15, -4099.24, 397.565, 4.97419, 0, 0, -0.608761, 0.793354, 900, 255, 1, '', 48120, NULL), +(@OGUID+4954, 1732, 0, 38, 0, 1, 1, -5766.73, -3573.74, 337.774, 5.39307, 0, 0, -0.430511, 0.902586, 900, 255, 1, '', 50664, NULL), +(@OGUID+4955, 1732, 0, 38, 0, 1, 1, -5787, -4132.4, 392.252, 1.29154, 0, 0, 0.601814, 0.798636, 900, 255, 1, '', 48120, NULL), +(@OGUID+4956, 1732, 0, 38, 0, 1, 1, -5802.45, -3740.06, 325.453, 6.21337, 0, 0, -0.0348988, 0.999391, 900, 255, 1, '', 48120, NULL), +(@OGUID+4957, 1732, 0, 38, 0, 1, 1, -5842.29, -4205.48, 417.789, 3.83973, 0, 0, -0.939692, 0.34202, 900, 255, 1, '', 48632, NULL), +(@OGUID+4958, 1732, 0, 38, 0, 1, 1, -5900.9, -3932.24, 359.913, 6.16101, 0, 0, -0.0610485, 0.998135, 900, 255, 1, '', 48120, NULL), +(@OGUID+4959, 1732, 0, 38, 1, 1, 1, -5067.35, -2619.15, 373.198, 0.0174525, 0, 0, 0.00872612, 0.999962, 900, 255, 1, '', 49345, NULL), +(@OGUID+4960, 1732, 0, 38, 0, 1, 1, -4842.52, -3797.55, 305.35, 5.65487, 0, 0, -0.309016, 0.951057, 900, 255, 1, '', 52237, NULL), +(@OGUID+4961, 1732, 0, 38, 0, 1, 1, -5819.98, -2801.67, 381.223, 1.83259, 0, 0, 0.793353, 0.608762, 900, 255, 1, '', 53622, NULL), +(@OGUID+4962, 1732, 0, 38, 142, 1, 1, -5672.87, -4061.73, 369.323, 3.52557, 0, 0, -0.981627, 0.190812, 900, 255, 1, '', 52237, NULL), +(@OGUID+4963, 1732, 0, 38, 143, 1, 1, -4746.73, -4185.485352, 307.557, 2.67035, 0, 0, 0.972369, 0.233448, 900, 255, 1, '', 52237, 'Original position_y: -4183.38'), +(@OGUID+4964, 1732, 0, 38, 143, 1, 1, -4779.18, -4055.91, 311.679, 0.157079, 0, 0, 0.0784588, 0.996917, 900, 255, 1, '', 53788, NULL), +(@OGUID+4965, 1732, 0, 38, 143, 1, 1, -4828.55, -4099.71, 306.208, 1.83259, 0, 0, 0.793353, 0.608762, 900, 255, 1, '', 52237, NULL), +(@OGUID+4966, 1732, 0, 38, 143, 1, 1, -4867.19, -3913.93, 303.01, 2.93214, 0, 0, 0.994521, 0.104536, 900, 255, 1, '', 52237, NULL), +(@OGUID+4967, 1732, 0, 38, 143, 1, 1, -4869.76, -3883.53, 304.307, 0.418879, 0, 0, 0.207911, 0.978148, 900, 255, 1, '', 53788, NULL), +(@OGUID+4968, 1732, 0, 38, 143, 1, 1, -4939.38, -4077.81, 302.542, 6.16101, 0, 0, -0.0610485, 0.998135, 900, 255, 1, '', 52237, NULL), +(@OGUID+4969, 1732, 0, 38, 143, 1, 1, -4991.61, -4149.51, 312.482, 0.383971, 0, 0, 0.190808, 0.981627, 900, 255, 1, '', 52237, NULL), +(@OGUID+4970, 1732, 0, 38, 146, 1, 1, -4740.04, -3639.89, 310.857, 1.51844, 0, 0, 0.688354, 0.725374, 900, 255, 1, '', 53788, NULL), +(@OGUID+4971, 1732, 0, 38, 460, 1, 1, -4739.3, -4114.37, 311.837, 5.02655, 0, 0, -0.587785, 0.809017, 900, 255, 1, '', 50664, NULL), +(@OGUID+4972, 1732, 0, 38, 460, 1, 1, -4787.7, -4173.91, 305.719, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 50664, NULL), +(@OGUID+4973, 1732, 0, 38, 460, 1, 1, -4860.99, -4050.53, 317.46, 3.22886, 0, 0, -0.999048, 0.0436193, 900, 255, 1, '', 50664, NULL), +(@OGUID+4974, 1732, 0, 38, 460, 1, 1, -4958.93, -4036.67, 302.923, 0.785397, 0, 0, 0.382683, 0.92388, 900, 255, 1, '', 50664, NULL), +(@OGUID+4975, 1732, 0, 38, 460, 1, 1, -5406.26, -3968.81, 341.185, 0.733038, 0, 0, 0.358368, 0.93358, 900, 255, 1, '', 50664, NULL), +(@OGUID+4976, 1732, 0, 38, 460, 1, 1, -5683.48, -3989.89, 331.728, 1.95477, 0, 0, 0.829038, 0.559193, 900, 255, 1, '', 50664, NULL), +(@OGUID+4977, 1732, 0, 38, 460, 1, 1, -5732.51, -4130.45, 391.865, 2.04204, 0, 0, 0.85264, 0.522499, 900, 255, 1, '', 50664, NULL), +(@OGUID+4978, 1732, 0, 38, 460, 1, 1, -5751.9, -4007.23, 333.006, 4.93928, 0, 0, -0.622514, 0.782609, 900, 255, 1, '', 50664, NULL), +(@OGUID+4979, 1732, 0, 38, 460, 1, 1, -5843.45, -4005.39, 375.697, 3.14159, 0, 0, -1, 0, 900, 255, 1, '', 50664, NULL), +(@OGUID+4980, 1732, 0, 38, 460, 1, 1, -6057.49, -2975.4, 406.015, 3.56047, 0, 0, -0.978148, 0.207912, 900, 255, 1, '', 50664, NULL), +(@OGUID+4981, 1732, 0, 38, 460, 1, 1, -6088.7, -2908.38, 419.217, 1.11701, 0, 0, 0.529919, 0.848048, 900, 255, 1, '', 50664, NULL), +(@OGUID+4982, 1732, 0, 38, 460, 1, 1, -6173.96, -2945.99, 407.144, 2.02458, 0, 0, 0.848047, 0.529921, 900, 255, 1, '', 50664, NULL), +(@OGUID+4983, 1732, 0, 38, 460, 1, 1, -6225.2, -2998.35, 386.989, 2.60054, 0, 0, 0.96363, 0.267241, 900, 255, 1, '', 50664, NULL), +(@OGUID+4984, 1732, 0, 38, 0, 1, 1, -5859.11, -4164.47, 392.565, 3.97935, 0, 0, -0.913545, 0.406738, 900, 255, 1, '', 48120, NULL), +(@OGUID+4985, 1732, 0, 38, 460, 1, 1, -5003.64, -3982.49, 302.199, 0.715585, 0, 0, 0.350207, 0.936672, 900, 255, 1, '', 50664, NULL), +(@OGUID+4986, 1732, 0, 38, 460, 1, 1, -5077.94, -3892.1, 328.07, 5.48033, 0, 0, -0.390731, 0.920505, 900, 255, 1, '', 50664, NULL), +(@OGUID+4987, 1733, 0, 38, 0, 1, 1, -4763.16, -2960.69, 323.212, 0.471238, 0, 0, 0.233445, 0.97237, 900, 255, 1, '', 48632, NULL), +(@OGUID+4988, 1733, 0, 38, 0, 1, 1, -4827.75, -3883.16, 302.775, 2.37364, 0, 0, 0.927183, 0.374608, 900, 255, 1, '', 48120, NULL), +(@OGUID+4989, 1733, 0, 38, 0, 1, 1, -5056.19, -3839.68, 314.214, 4.46804, 0, 0, -0.788011, 0.615662, 900, 255, 1, '', 48120, NULL), +(@OGUID+4990, 1733, 0, 38, 0, 1, 1, -5305.45, -3973.59, 340.167, 2.53072, 0, 0, 0.953716, 0.300708, 900, 255, 1, '', 48120, NULL), +(@OGUID+4991, 1733, 0, 38, 0, 1, 1, -5361.27, -2695.27, 386.191, 2.68781, 0, 0, 0.97437, 0.224951, 900, 255, 1, '', 48340, NULL), +(@OGUID+4992, 1733, 0, 38, 0, 1, 1, -5575.64, -2751.37, 370.087, 5.3058, 0, 0, -0.469471, 0.882948, 900, 255, 1, '', 50063, NULL), +(@OGUID+4993, 1733, 0, 38, 0, 1, 1, -5639.08, -3903.59, 325.725, 1.3439, 0, 0, 0.622514, 0.782609, 900, 255, 1, '', 48120, NULL), +(@OGUID+4994, 1733, 0, 38, 0, 1, 1, -5653.57, -3924.1, 328.478, 0.209439, 0, 0, 0.104528, 0.994522, 900, 255, 1, '', 48120, NULL), +(@OGUID+4995, 1733, 0, 38, 0, 1, 1, -5691.15, -4099.24, 397.565, 4.97419, 0, 0, -0.608761, 0.793354, 900, 255, 1, '', 48120, NULL), +(@OGUID+4996, 1733, 0, 38, 0, 1, 1, -5766.73, -3573.74, 337.774, 5.39307, 0, 0, -0.430511, 0.902586, 900, 255, 1, '', 50664, NULL), +(@OGUID+4997, 1733, 0, 38, 0, 1, 1, -5787, -4132.4, 392.252, 1.29154, 0, 0, 0.601814, 0.798636, 900, 255, 1, '', 48120, NULL), +(@OGUID+4998, 1733, 0, 38, 0, 1, 1, -5802.45, -3740.06, 325.453, 6.21337, 0, 0, -0.0348988, 0.999391, 900, 255, 1, '', 48120, NULL), +(@OGUID+4999, 1733, 0, 38, 0, 1, 1, -5842.29, -4205.48, 417.789, 3.83973, 0, 0, -0.939692, 0.34202, 900, 255, 1, '', 48632, NULL), +(@OGUID+5000, 1733, 0, 38, 0, 1, 1, -5900.9, -3932.24, 359.913, 6.16101, 0, 0, -0.0610485, 0.998135, 900, 255, 1, '', 48120, NULL), +(@OGUID+5001, 1733, 0, 38, 1, 1, 1, -5067.35, -2619.15, 373.198, 0.0174525, 0, 0, 0.00872612, 0.999962, 900, 255, 1, '', 49345, NULL), +(@OGUID+5002, 1733, 0, 38, 0, 1, 1, -4842.52, -3797.55, 305.35, 5.65487, 0, 0, -0.309016, 0.951057, 900, 255, 1, '', 52237, NULL), +(@OGUID+5003, 1733, 0, 38, 0, 1, 1, -5819.98, -2801.67, 381.223, 1.83259, 0, 0, 0.793353, 0.608762, 900, 255, 1, '', 53622, NULL), +(@OGUID+5004, 1733, 0, 38, 142, 1, 1, -5672.87, -4061.73, 369.323, 3.52557, 0, 0, -0.981627, 0.190812, 900, 255, 1, '', 52237, NULL), +(@OGUID+5005, 1733, 0, 38, 143, 1, 1, -4746.73, -4183.38, 307.557, 2.67035, 0, 0, 0.972369, 0.233448, 900, 255, 1, '', 52237, 'Original position_y: -4183.38'), +(@OGUID+5006, 1733, 0, 38, 143, 1, 1, -4779.18, -4055.91, 311.679, 0.157079, 0, 0, 0.0784588, 0.996917, 900, 255, 1, '', 53788, NULL), +(@OGUID+5007, 1733, 0, 38, 143, 1, 1, -4828.55, -4099.71, 306.208, 1.83259, 0, 0, 0.793353, 0.608762, 900, 255, 1, '', 52237, NULL), +(@OGUID+5008, 1733, 0, 38, 143, 1, 1, -4867.19, -3913.93, 303.01, 2.93214, 0, 0, 0.994521, 0.104536, 900, 255, 1, '', 52237, NULL), +(@OGUID+5009, 1733, 0, 38, 143, 1, 1, -4869.76, -3883.53, 304.307, 0.418879, 0, 0, 0.207911, 0.978148, 900, 255, 1, '', 53788, NULL), +(@OGUID+5010, 1733, 0, 38, 143, 1, 1, -4939.38, -4077.81, 302.542, 6.16101, 0, 0, -0.0610485, 0.998135, 900, 255, 1, '', 52237, NULL), +(@OGUID+5011, 1733, 0, 38, 143, 1, 1, -4991.61, -4149.51, 312.482, 0.383971, 0, 0, 0.190808, 0.981627, 900, 255, 1, '', 52237, NULL), +(@OGUID+5012, 1733, 0, 38, 146, 1, 1, -4740.04, -3639.89, 310.857, 1.51844, 0, 0, 0.688354, 0.725374, 900, 255, 1, '', 53788, NULL), +(@OGUID+5013, 1733, 0, 38, 460, 1, 1, -4739.3, -4114.37, 311.837, 5.02655, 0, 0, -0.587785, 0.809017, 900, 255, 1, '', 50664, NULL), +(@OGUID+5014, 1733, 0, 38, 460, 1, 1, -4787.7, -4173.91, 305.719, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 50664, NULL), +(@OGUID+5015, 1733, 0, 38, 460, 1, 1, -4860.99, -4050.53, 317.46, 3.22886, 0, 0, -0.999048, 0.0436193, 900, 255, 1, '', 50664, NULL), +(@OGUID+5016, 1733, 0, 38, 460, 1, 1, -4958.93, -4036.67, 302.923, 0.785397, 0, 0, 0.382683, 0.92388, 900, 255, 1, '', 50664, NULL), +(@OGUID+5017, 1733, 0, 38, 460, 1, 1, -5406.26, -3968.81, 341.185, 0.733038, 0, 0, 0.358368, 0.93358, 900, 255, 1, '', 50664, NULL), +(@OGUID+5018, 1733, 0, 38, 460, 1, 1, -5683.48, -3989.89, 331.728, 1.95477, 0, 0, 0.829038, 0.559193, 900, 255, 1, '', 50664, NULL), +(@OGUID+5019, 1733, 0, 38, 460, 1, 1, -5732.51, -4130.45, 391.865, 2.04204, 0, 0, 0.85264, 0.522499, 900, 255, 1, '', 50664, NULL), +(@OGUID+5020, 1733, 0, 38, 460, 1, 1, -5751.9, -4007.23, 333.006, 4.93928, 0, 0, -0.622514, 0.782609, 900, 255, 1, '', 50664, NULL), +(@OGUID+5021, 1733, 0, 38, 460, 1, 1, -5843.45, -4005.39, 375.697, 3.14159, 0, 0, -1, 0, 900, 255, 1, '', 50664, NULL), +(@OGUID+5022, 1733, 0, 38, 460, 1, 1, -6057.49, -2975.4, 406.015, 3.56047, 0, 0, -0.978148, 0.207912, 900, 255, 1, '', 50664, NULL), +(@OGUID+5023, 1733, 0, 38, 460, 1, 1, -6088.7, -2908.38, 419.217, 1.11701, 0, 0, 0.529919, 0.848048, 900, 255, 1, '', 50664, NULL), +(@OGUID+5024, 1733, 0, 38, 460, 1, 1, -6173.96, -2945.99, 407.144, 2.02458, 0, 0, 0.848047, 0.529921, 900, 255, 1, '', 50664, NULL), +(@OGUID+5025, 1733, 0, 38, 460, 1, 1, -6225.2, -2998.35, 386.989, 2.60054, 0, 0, 0.96363, 0.267241, 900, 255, 1, '', 50664, NULL), +(@OGUID+5026, 1733, 0, 38, 0, 1, 1, -5859.11, -4164.47, 392.565, 3.97935, 0, 0, -0.913545, 0.406738, 900, 255, 1, '', 48120, NULL), +(@OGUID+5027, 1733, 0, 38, 460, 1, 1, -5003.64, -3982.49, 302.199, 0.715585, 0, 0, 0.350207, 0.936672, 900, 255, 1, '', 50664, NULL), +(@OGUID+5028, 1733, 0, 38, 460, 1, 1, -5077.94, -3892.1, 328.07, 5.48033, 0, 0, -0.390731, 0.920505, 900, 255, 1, '', 50664, NULL); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+4945, @POOL_SINGLE+662, 90, 'Loch Modan - Ore Pool - Tin Vein'), +(@OGUID+4946, @POOL_SINGLE+663, 90, 'Loch Modan - Ore Pool - Tin Vein'), +(@OGUID+4947, @POOL_SINGLE+664, 90, 'Loch Modan - Ore Pool - Tin Vein'), +(@OGUID+4948, @POOL_SINGLE+665, 90, 'Loch Modan - Ore Pool - Tin Vein'), +(@OGUID+4949, @POOL_SINGLE+666, 90, 'Loch Modan - Ore Pool - Tin Vein'), +(@OGUID+4950, @POOL_SINGLE+667, 90, 'Loch Modan - Ore Pool - Tin Vein'), +(@OGUID+4951, @POOL_SINGLE+668, 90, 'Loch Modan - Ore Pool - Tin Vein'), +(@OGUID+4952, @POOL_SINGLE+669, 90, 'Loch Modan - Ore Pool - Tin Vein'), +(@OGUID+4953, @POOL_SINGLE+670, 90, 'Loch Modan - Ore Pool - Tin Vein'), +(@OGUID+4954, @POOL_SINGLE+671, 90, 'Loch Modan - Ore Pool - Tin Vein'), +(@OGUID+4955, @POOL_SINGLE+672, 90, 'Loch Modan - Ore Pool - Tin Vein'), +(@OGUID+4956, @POOL_SINGLE+673, 90, 'Loch Modan - Ore Pool - Tin Vein'), +(@OGUID+4957, @POOL_SINGLE+674, 90, 'Loch Modan - Ore Pool - Tin Vein'), +(@OGUID+4958, @POOL_SINGLE+675, 90, 'Loch Modan - Ore Pool - Tin Vein'), +(@OGUID+4959, @POOL_SINGLE+676, 90, 'Loch Modan - Ore Pool - Tin Vein'), +(@OGUID+4960, @POOL_SINGLE+677, 90, 'Loch Modan - Ore Pool - Tin Vein'), +(@OGUID+4961, @POOL_SINGLE+678, 90, 'Loch Modan - Ore Pool - Tin Vein'), +(@OGUID+4962, @POOL_SINGLE+679, 90, 'Loch Modan - Ore Pool - Tin Vein'), +(@OGUID+4963, @POOL_SINGLE+680, 90, 'Loch Modan - Ore Pool - Tin Vein'), +(@OGUID+4964, @POOL_SINGLE+681, 90, 'Loch Modan - Ore Pool - Tin Vein'), +(@OGUID+4965, @POOL_SINGLE+682, 90, 'Loch Modan - Ore Pool - Tin Vein'), +(@OGUID+4966, @POOL_SINGLE+683, 90, 'Loch Modan - Ore Pool - Tin Vein'), +(@OGUID+4967, @POOL_SINGLE+684, 90, 'Loch Modan - Ore Pool - Tin Vein'), +(@OGUID+4968, @POOL_SINGLE+685, 90, 'Loch Modan - Ore Pool - Tin Vein'), +(@OGUID+4969, @POOL_SINGLE+686, 90, 'Loch Modan - Ore Pool - Tin Vein'), +(@OGUID+4970, @POOL_SINGLE+687, 90, 'Loch Modan - Ore Pool - Tin Vein'), +(@OGUID+4971, @POOL_SINGLE+688, 90, 'Loch Modan - Ore Pool - Tin Vein'), +(@OGUID+4972, @POOL_SINGLE+689, 90, 'Loch Modan - Ore Pool - Tin Vein'), +(@OGUID+4973, @POOL_SINGLE+690, 90, 'Loch Modan - Ore Pool - Tin Vein'), +(@OGUID+4974, @POOL_SINGLE+691, 90, 'Loch Modan - Ore Pool - Tin Vein'), +(@OGUID+4975, @POOL_SINGLE+692, 90, 'Loch Modan - Ore Pool - Tin Vein'), +(@OGUID+4976, @POOL_SINGLE+693, 90, 'Loch Modan - Ore Pool - Tin Vein'), +(@OGUID+4977, @POOL_SINGLE+694, 90, 'Loch Modan - Ore Pool - Tin Vein'), +(@OGUID+4978, @POOL_SINGLE+695, 90, 'Loch Modan - Ore Pool - Tin Vein'), +(@OGUID+4979, @POOL_SINGLE+696, 90, 'Loch Modan - Ore Pool - Tin Vein'), +(@OGUID+4980, @POOL_SINGLE+697, 90, 'Loch Modan - Ore Pool - Tin Vein'), +(@OGUID+4981, @POOL_SINGLE+698, 90, 'Loch Modan - Ore Pool - Tin Vein'), +(@OGUID+4982, @POOL_SINGLE+699, 90, 'Loch Modan - Ore Pool - Tin Vein'), +(@OGUID+4983, @POOL_SINGLE+700, 90, 'Loch Modan - Ore Pool - Tin Vein'), +(@OGUID+4984, @POOL_SINGLE+701, 90, 'Loch Modan - Ore Pool - Tin Vein'), +(@OGUID+4985, @POOL_SINGLE+702, 90, 'Loch Modan - Ore Pool - Tin Vein'), +(@OGUID+4986, @POOL_SINGLE+703, 90, 'Loch Modan - Ore Pool - Tin Vein'), +(@OGUID+4987, @POOL_SINGLE+662, 0, 'Loch Modan - Ore Pool - Silver Vein'), +(@OGUID+4988, @POOL_SINGLE+663, 0, 'Loch Modan - Ore Pool - Silver Vein'), +(@OGUID+4989, @POOL_SINGLE+664, 0, 'Loch Modan - Ore Pool - Silver Vein'), +(@OGUID+4990, @POOL_SINGLE+665, 0, 'Loch Modan - Ore Pool - Silver Vein'), +(@OGUID+4991, @POOL_SINGLE+666, 0, 'Loch Modan - Ore Pool - Silver Vein'), +(@OGUID+4992, @POOL_SINGLE+667, 0, 'Loch Modan - Ore Pool - Silver Vein'), +(@OGUID+4993, @POOL_SINGLE+668, 0, 'Loch Modan - Ore Pool - Silver Vein'), +(@OGUID+4994, @POOL_SINGLE+669, 0, 'Loch Modan - Ore Pool - Silver Vein'), +(@OGUID+4995, @POOL_SINGLE+670, 0, 'Loch Modan - Ore Pool - Silver Vein'), +(@OGUID+4996, @POOL_SINGLE+671, 0, 'Loch Modan - Ore Pool - Silver Vein'), +(@OGUID+4997, @POOL_SINGLE+672, 0, 'Loch Modan - Ore Pool - Silver Vein'), +(@OGUID+4998, @POOL_SINGLE+673, 0, 'Loch Modan - Ore Pool - Silver Vein'), +(@OGUID+4999, @POOL_SINGLE+674, 0, 'Loch Modan - Ore Pool - Silver Vein'), +(@OGUID+5000, @POOL_SINGLE+675, 0, 'Loch Modan - Ore Pool - Silver Vein'), +(@OGUID+5001, @POOL_SINGLE+676, 0, 'Loch Modan - Ore Pool - Silver Vein'), +(@OGUID+5002, @POOL_SINGLE+677, 0, 'Loch Modan - Ore Pool - Silver Vein'), +(@OGUID+5003, @POOL_SINGLE+678, 0, 'Loch Modan - Ore Pool - Silver Vein'), +(@OGUID+5004, @POOL_SINGLE+679, 0, 'Loch Modan - Ore Pool - Silver Vein'), +(@OGUID+5005, @POOL_SINGLE+680, 0, 'Loch Modan - Ore Pool - Silver Vein'), +(@OGUID+5006, @POOL_SINGLE+681, 0, 'Loch Modan - Ore Pool - Silver Vein'), +(@OGUID+5007, @POOL_SINGLE+682, 0, 'Loch Modan - Ore Pool - Silver Vein'), +(@OGUID+5008, @POOL_SINGLE+683, 0, 'Loch Modan - Ore Pool - Silver Vein'), +(@OGUID+5009, @POOL_SINGLE+684, 0, 'Loch Modan - Ore Pool - Silver Vein'), +(@OGUID+5010, @POOL_SINGLE+685, 0, 'Loch Modan - Ore Pool - Silver Vein'), +(@OGUID+5011, @POOL_SINGLE+686, 0, 'Loch Modan - Ore Pool - Silver Vein'), +(@OGUID+5012, @POOL_SINGLE+687, 0, 'Loch Modan - Ore Pool - Silver Vein'), +(@OGUID+5013, @POOL_SINGLE+688, 0, 'Loch Modan - Ore Pool - Silver Vein'), +(@OGUID+5014, @POOL_SINGLE+689, 0, 'Loch Modan - Ore Pool - Silver Vein'), +(@OGUID+5015, @POOL_SINGLE+690, 0, 'Loch Modan - Ore Pool - Silver Vein'), +(@OGUID+5016, @POOL_SINGLE+691, 0, 'Loch Modan - Ore Pool - Silver Vein'), +(@OGUID+5017, @POOL_SINGLE+692, 0, 'Loch Modan - Ore Pool - Silver Vein'), +(@OGUID+5018, @POOL_SINGLE+693, 0, 'Loch Modan - Ore Pool - Silver Vein'), +(@OGUID+5019, @POOL_SINGLE+694, 0, 'Loch Modan - Ore Pool - Silver Vein'), +(@OGUID+5020, @POOL_SINGLE+695, 0, 'Loch Modan - Ore Pool - Silver Vein'), +(@OGUID+5021, @POOL_SINGLE+696, 0, 'Loch Modan - Ore Pool - Silver Vein'), +(@OGUID+5022, @POOL_SINGLE+697, 0, 'Loch Modan - Ore Pool - Silver Vein'), +(@OGUID+5023, @POOL_SINGLE+698, 0, 'Loch Modan - Ore Pool - Silver Vein'), +(@OGUID+5024, @POOL_SINGLE+699, 0, 'Loch Modan - Ore Pool - Silver Vein'), +(@OGUID+5025, @POOL_SINGLE+700, 0, 'Loch Modan - Ore Pool - Silver Vein'), +(@OGUID+5026, @POOL_SINGLE+701, 0, 'Loch Modan - Ore Pool - Silver Vein'), +(@OGUID+5027, @POOL_SINGLE+702, 0, 'Loch Modan - Ore Pool - Silver Vein'), +(@OGUID+5028, @POOL_SINGLE+703, 0, 'Loch Modan - Ore Pool - Silver Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_SINGLE+662, 1, 'Loch Modan - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+663, 1, 'Loch Modan - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+664, 1, 'Loch Modan - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+665, 1, 'Loch Modan - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+666, 1, 'Loch Modan - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+667, 1, 'Loch Modan - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+668, 1, 'Loch Modan - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+669, 1, 'Loch Modan - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+670, 1, 'Loch Modan - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+671, 1, 'Loch Modan - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+672, 1, 'Loch Modan - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+673, 1, 'Loch Modan - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+674, 1, 'Loch Modan - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+675, 1, 'Loch Modan - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+676, 1, 'Loch Modan - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+677, 1, 'Loch Modan - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+678, 1, 'Loch Modan - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+679, 1, 'Loch Modan - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+680, 1, 'Loch Modan - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+681, 1, 'Loch Modan - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+682, 1, 'Loch Modan - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+683, 1, 'Loch Modan - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+684, 1, 'Loch Modan - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+685, 1, 'Loch Modan - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+686, 1, 'Loch Modan - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+687, 1, 'Loch Modan - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+688, 1, 'Loch Modan - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+689, 1, 'Loch Modan - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+690, 1, 'Loch Modan - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+691, 1, 'Loch Modan - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+692, 1, 'Loch Modan - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+693, 1, 'Loch Modan - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+694, 1, 'Loch Modan - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+695, 1, 'Loch Modan - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+696, 1, 'Loch Modan - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+697, 1, 'Loch Modan - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+698, 1, 'Loch Modan - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+699, 1, 'Loch Modan - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+700, 1, 'Loch Modan - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+701, 1, 'Loch Modan - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+702, 1, 'Loch Modan - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+703, 1, 'Loch Modan - Ore Pool - Tin Vein / Silver Vein'); + +-- Stonesplinter Valley +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+697, @POOL_MOTHER+309, 0, 'Loch Modan - Stonesplinter Valley - Tin Vein / Silver Vein'), +(@POOL_SINGLE+698, @POOL_MOTHER+309, 0, 'Loch Modan - Stonesplinter Valley - Tin Vein / Silver Vein'), +(@POOL_SINGLE+699, @POOL_MOTHER+309, 0, 'Loch Modan - Stonesplinter Valley - Tin Vein / Silver Vein'), +(@POOL_SINGLE+700, @POOL_MOTHER+309, 0, 'Loch Modan - Stonesplinter Valley - Tin Vein / Silver Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+309, 1, 'Loch Modan - Stonesplinter Valley - Tin Vein / Silver Vein - 1/4'); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+4938, @POOL_MOTHER+310, 0, 'Loch Modan - Stonesplinter Valley - Copper Vein'), +(@OGUID+4939, @POOL_MOTHER+310, 0, 'Loch Modan - Stonesplinter Valley - Copper Vein'), +(@OGUID+4940, @POOL_MOTHER+310, 0, 'Loch Modan - Stonesplinter Valley - Copper Vein'), +(@OGUID+4941, @POOL_MOTHER+310, 0, 'Loch Modan - Stonesplinter Valley - Copper Vein'), +(@OGUID+4942, @POOL_MOTHER+310, 0, 'Loch Modan - Stonesplinter Valley - Copper Vein'), +(@OGUID+4943, @POOL_MOTHER+310, 0, 'Loch Modan - Stonesplinter Valley - Copper Vein'), +(@OGUID+4944, @POOL_MOTHER+310, 0, 'Loch Modan - Stonesplinter Valley - Copper Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+310, 2, 'Loch Modan - Stonesplinter Valley - Copper Vein - 2/7'); + +-- Silver Stream Mine +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+4853, @POOL_MOTHER+311, 0, 'Loch Modan - Silver Stream Mine - Copper Vein'), +(@OGUID+4854, @POOL_MOTHER+311, 0, 'Loch Modan - Silver Stream Mine - Copper Vein'), +(@OGUID+4857, @POOL_MOTHER+311, 0, 'Loch Modan - Silver Stream Mine - Copper Vein'), +(@OGUID+4860, @POOL_MOTHER+311, 0, 'Loch Modan - Silver Stream Mine - Copper Vein'), +(@OGUID+4861, @POOL_MOTHER+311, 0, 'Loch Modan - Silver Stream Mine - Copper Vein'), +(@OGUID+4865, @POOL_MOTHER+311, 0, 'Loch Modan - Silver Stream Mine - Copper Vein'), +(@OGUID+4866, @POOL_MOTHER+311, 0, 'Loch Modan - Silver Stream Mine - Copper Vein'), +(@OGUID+4917, @POOL_MOTHER+311, 0, 'Loch Modan - Silver Stream Mine - Copper Vein'), +(@OGUID+4925, @POOL_MOTHER+311, 0, 'Loch Modan - Silver Stream Mine - Copper Vein'), +(@OGUID+4926, @POOL_MOTHER+311, 0, 'Loch Modan - Silver Stream Mine - Copper Vein'), +(@OGUID+4927, @POOL_MOTHER+311, 0, 'Loch Modan - Silver Stream Mine - Copper Vein'), +(@OGUID+4932, @POOL_MOTHER+311, 0, 'Loch Modan - Silver Stream Mine - Copper Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+311, 3, 'Loch Modan - Silver Stream Mine - Copper Vein - 3/12'); + +-- Mo'grosh Stronghold +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+663, @POOL_MOTHER+312, 0, 'Loch Modan - Mo\'grosh Stronghold - Tin Vein / Silver Vein'), +(@POOL_SINGLE+664, @POOL_MOTHER+312, 0, 'Loch Modan - Mo\'grosh Stronghold - Tin Vein / Silver Vein'), +(@POOL_SINGLE+677, @POOL_MOTHER+312, 0, 'Loch Modan - Mo\'grosh Stronghold - Tin Vein / Silver Vein'), +(@POOL_SINGLE+680, @POOL_MOTHER+312, 0, 'Loch Modan - Mo\'grosh Stronghold - Tin Vein / Silver Vein'), +(@POOL_SINGLE+681, @POOL_MOTHER+312, 0, 'Loch Modan - Mo\'grosh Stronghold - Tin Vein / Silver Vein'), +(@POOL_SINGLE+682, @POOL_MOTHER+312, 0, 'Loch Modan - Mo\'grosh Stronghold - Tin Vein / Silver Vein'), +(@POOL_SINGLE+683, @POOL_MOTHER+312, 0, 'Loch Modan - Mo\'grosh Stronghold - Tin Vein / Silver Vein'), +(@POOL_SINGLE+684, @POOL_MOTHER+312, 0, 'Loch Modan - Mo\'grosh Stronghold - Tin Vein / Silver Vein'), +(@POOL_SINGLE+685, @POOL_MOTHER+312, 0, 'Loch Modan - Mo\'grosh Stronghold - Tin Vein / Silver Vein'), +(@POOL_SINGLE+686, @POOL_MOTHER+312, 0, 'Loch Modan - Mo\'grosh Stronghold - Tin Vein / Silver Vein'), +(@POOL_SINGLE+688, @POOL_MOTHER+312, 0, 'Loch Modan - Mo\'grosh Stronghold - Tin Vein / Silver Vein'), +(@POOL_SINGLE+689, @POOL_MOTHER+312, 0, 'Loch Modan - Mo\'grosh Stronghold - Tin Vein / Silver Vein'), +(@POOL_SINGLE+690, @POOL_MOTHER+312, 0, 'Loch Modan - Mo\'grosh Stronghold - Tin Vein / Silver Vein'), +(@POOL_SINGLE+691, @POOL_MOTHER+312, 0, 'Loch Modan - Mo\'grosh Stronghold - Tin Vein / Silver Vein'), +(@POOL_SINGLE+702, @POOL_MOTHER+312, 0, 'Loch Modan - Mo\'grosh Stronghold - Tin Vein / Silver Vein'), +(@POOL_SINGLE+703, @POOL_MOTHER+312, 0, 'Loch Modan - Mo\'grosh Stronghold - Tin Vein / Silver Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+312, 4, 'Loch Modan - Mo\'grosh Stronghold - Tin Vein / Silver Vein - 4/16'); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+4852, @POOL_MOTHER+313, 0, 'Loch Modan - Mo\'grosh Stronghold - Copper Vein'), +(@OGUID+4858, @POOL_MOTHER+313, 0, 'Loch Modan - Mo\'grosh Stronghold - Copper Vein'), +(@OGUID+4863, @POOL_MOTHER+313, 0, 'Loch Modan - Mo\'grosh Stronghold - Copper Vein'), +(@OGUID+4869, @POOL_MOTHER+313, 0, 'Loch Modan - Mo\'grosh Stronghold - Copper Vein'), +(@OGUID+4873, @POOL_MOTHER+313, 0, 'Loch Modan - Mo\'grosh Stronghold - Copper Vein'), +(@OGUID+4874, @POOL_MOTHER+313, 0, 'Loch Modan - Mo\'grosh Stronghold - Copper Vein'), +(@OGUID+4922, @POOL_MOTHER+313, 0, 'Loch Modan - Mo\'grosh Stronghold - Copper Vein'), +(@OGUID+4923, @POOL_MOTHER+313, 0, 'Loch Modan - Mo\'grosh Stronghold - Copper Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+313, 2, 'Loch Modan - Mo\'grosh Stronghold - Copper Vein - 2/8'); + +-- The Loch +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+4755, @POOL_MOTHER+314, 0, 'Loch Modan - The Loch - Mageroyal'), +(@OGUID+4756, @POOL_MOTHER+314, 0, 'Loch Modan - The Loch - Mageroyal'), +(@OGUID+4758, @POOL_MOTHER+314, 0, 'Loch Modan - The Loch - Mageroyal'), +(@OGUID+4759, @POOL_MOTHER+314, 0, 'Loch Modan - The Loch - Mageroyal'), +(@OGUID+4760, @POOL_MOTHER+314, 0, 'Loch Modan - The Loch - Mageroyal'), +(@OGUID+4761, @POOL_MOTHER+314, 0, 'Loch Modan - The Loch - Mageroyal'), +(@OGUID+4764, @POOL_MOTHER+314, 0, 'Loch Modan - The Loch - Mageroyal'), +(@OGUID+4766, @POOL_MOTHER+314, 0, 'Loch Modan - The Loch - Mageroyal'), +(@OGUID+4768, @POOL_MOTHER+314, 0, 'Loch Modan - The Loch - Mageroyal'), +(@OGUID+4775, @POOL_MOTHER+314, 0, 'Loch Modan - The Loch - Mageroyal'), +(@OGUID+4776, @POOL_MOTHER+314, 0, 'Loch Modan - The Loch - Mageroyal'), +(@OGUID+4781, @POOL_MOTHER+314, 0, 'Loch Modan - The Loch - Mageroyal'), +(@OGUID+4782, @POOL_MOTHER+314, 0, 'Loch Modan - The Loch - Mageroyal'), +(@OGUID+4794, @POOL_MOTHER+315, 0, 'Loch Modan - The Loch - Briarthorn'), +(@OGUID+4795, @POOL_MOTHER+315, 0, 'Loch Modan - The Loch - Briarthorn'), +(@OGUID+4798, @POOL_MOTHER+315, 0, 'Loch Modan - The Loch - Briarthorn'), +(@OGUID+4801, @POOL_MOTHER+315, 0, 'Loch Modan - The Loch - Briarthorn'), +(@OGUID+4802, @POOL_MOTHER+315, 0, 'Loch Modan - The Loch - Briarthorn'), +(@OGUID+4805, @POOL_MOTHER+315, 0, 'Loch Modan - The Loch - Briarthorn'), +(@OGUID+4850, @POOL_MOTHER+316, 0, 'Loch Modan - The Loch - Copper Vein'), +(@OGUID+4862, @POOL_MOTHER+316, 0, 'Loch Modan - The Loch - Copper Vein'), +(@OGUID+4871, @POOL_MOTHER+316, 0, 'Loch Modan - The Loch - Copper Vein'), +(@OGUID+4875, @POOL_MOTHER+316, 0, 'Loch Modan - The Loch - Copper Vein'), +(@OGUID+4876, @POOL_MOTHER+316, 0, 'Loch Modan - The Loch - Copper Vein'), +(@OGUID+4877, @POOL_MOTHER+316, 0, 'Loch Modan - The Loch - Copper Vein'), +(@OGUID+4878, @POOL_MOTHER+316, 0, 'Loch Modan - The Loch - Copper Vein'), +(@OGUID+4879, @POOL_MOTHER+316, 0, 'Loch Modan - The Loch - Copper Vein'), +(@OGUID+4881, @POOL_MOTHER+316, 0, 'Loch Modan - The Loch - Copper Vein'), +(@OGUID+4882, @POOL_MOTHER+316, 0, 'Loch Modan - The Loch - Copper Vein'), +(@OGUID+4885, @POOL_MOTHER+316, 0, 'Loch Modan - The Loch - Copper Vein'), +(@OGUID+4888, @POOL_MOTHER+316, 0, 'Loch Modan - The Loch - Copper Vein'), +(@OGUID+4895, @POOL_MOTHER+316, 0, 'Loch Modan - The Loch - Copper Vein'), +(@OGUID+4896, @POOL_MOTHER+316, 0, 'Loch Modan - The Loch - Copper Vein'), +(@OGUID+4914, @POOL_MOTHER+316, 0, 'Loch Modan - The Loch - Copper Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+314, 4, 'Loch Modan - The Loch - Mageroyal - 4/13'), +(@POOL_MOTHER+315, 2, 'Loch Modan - The Loch - Briarthorn - 2/6'), +(@POOL_MOTHER+316, 4, 'Loch Modan - The Loch - Copper Vein - 4/15'); + +-- Herb Master Pools +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+4682, @POOL_MOTHER+317, 0, 'Loch Modan - Silverleaf'), +(@OGUID+4683, @POOL_MOTHER+317, 0, 'Loch Modan - Silverleaf'), +(@OGUID+4684, @POOL_MOTHER+317, 0, 'Loch Modan - Silverleaf'), +(@OGUID+4685, @POOL_MOTHER+317, 0, 'Loch Modan - Silverleaf'), +(@OGUID+4686, @POOL_MOTHER+317, 0, 'Loch Modan - Silverleaf'), +(@OGUID+4687, @POOL_MOTHER+317, 0, 'Loch Modan - Silverleaf'), +(@OGUID+4688, @POOL_MOTHER+317, 0, 'Loch Modan - Silverleaf'), +(@OGUID+4689, @POOL_MOTHER+317, 0, 'Loch Modan - Silverleaf'), +(@OGUID+4690, @POOL_MOTHER+317, 0, 'Loch Modan - Silverleaf'), +(@OGUID+4691, @POOL_MOTHER+317, 0, 'Loch Modan - Silverleaf'), +(@OGUID+4692, @POOL_MOTHER+317, 0, 'Loch Modan - Silverleaf'), +(@OGUID+4693, @POOL_MOTHER+317, 0, 'Loch Modan - Silverleaf'), +(@OGUID+4694, @POOL_MOTHER+317, 0, 'Loch Modan - Silverleaf'), +(@OGUID+4695, @POOL_MOTHER+317, 0, 'Loch Modan - Silverleaf'), +(@OGUID+4696, @POOL_MOTHER+317, 0, 'Loch Modan - Silverleaf'), +(@OGUID+4697, @POOL_MOTHER+317, 0, 'Loch Modan - Silverleaf'), +(@OGUID+4698, @POOL_MOTHER+317, 0, 'Loch Modan - Silverleaf'), +(@OGUID+4699, @POOL_MOTHER+317, 0, 'Loch Modan - Silverleaf'), +(@OGUID+4700, @POOL_MOTHER+317, 0, 'Loch Modan - Silverleaf'), +(@OGUID+4701, @POOL_MOTHER+317, 0, 'Loch Modan - Silverleaf'), +(@OGUID+4702, @POOL_MOTHER+317, 0, 'Loch Modan - Silverleaf'), +(@OGUID+4703, @POOL_MOTHER+317, 0, 'Loch Modan - Silverleaf'), +(@OGUID+4704, @POOL_MOTHER+317, 0, 'Loch Modan - Silverleaf'), +(@OGUID+4705, @POOL_MOTHER+317, 0, 'Loch Modan - Silverleaf'), +(@OGUID+4706, @POOL_MOTHER+317, 0, 'Loch Modan - Silverleaf'), +(@OGUID+4707, @POOL_MOTHER+317, 0, 'Loch Modan - Silverleaf'), +(@OGUID+4708, @POOL_MOTHER+317, 0, 'Loch Modan - Silverleaf'), +(@OGUID+4709, @POOL_MOTHER+317, 0, 'Loch Modan - Silverleaf'), +(@OGUID+4710, @POOL_MOTHER+317, 0, 'Loch Modan - Silverleaf'), +(@OGUID+4711, @POOL_MOTHER+317, 0, 'Loch Modan - Silverleaf'), +(@OGUID+4712, @POOL_MOTHER+317, 0, 'Loch Modan - Silverleaf'), +(@OGUID+4713, @POOL_MOTHER+317, 0, 'Loch Modan - Silverleaf'), +(@OGUID+4714, @POOL_MOTHER+317, 0, 'Loch Modan - Silverleaf'), +(@OGUID+4715, @POOL_MOTHER+317, 0, 'Loch Modan - Silverleaf'), +(@OGUID+4716, @POOL_MOTHER+317, 0, 'Loch Modan - Silverleaf'), +(@OGUID+4717, @POOL_MOTHER+318, 0, 'Loch Modan - Peacebloom'), +(@OGUID+4718, @POOL_MOTHER+318, 0, 'Loch Modan - Peacebloom'), +(@OGUID+4719, @POOL_MOTHER+318, 0, 'Loch Modan - Peacebloom'), +(@OGUID+4720, @POOL_MOTHER+318, 0, 'Loch Modan - Peacebloom'), +(@OGUID+4721, @POOL_MOTHER+318, 0, 'Loch Modan - Peacebloom'), +(@OGUID+4722, @POOL_MOTHER+318, 0, 'Loch Modan - Peacebloom'), +(@OGUID+4723, @POOL_MOTHER+318, 0, 'Loch Modan - Peacebloom'), +(@OGUID+4724, @POOL_MOTHER+318, 0, 'Loch Modan - Peacebloom'), +(@OGUID+4725, @POOL_MOTHER+318, 0, 'Loch Modan - Peacebloom'), +(@OGUID+4726, @POOL_MOTHER+318, 0, 'Loch Modan - Peacebloom'), +(@OGUID+4727, @POOL_MOTHER+318, 0, 'Loch Modan - Peacebloom'), +(@OGUID+4728, @POOL_MOTHER+318, 0, 'Loch Modan - Peacebloom'), +(@OGUID+4729, @POOL_MOTHER+318, 0, 'Loch Modan - Peacebloom'), +(@OGUID+4730, @POOL_MOTHER+318, 0, 'Loch Modan - Peacebloom'), +(@OGUID+4731, @POOL_MOTHER+318, 0, 'Loch Modan - Peacebloom'), +(@OGUID+4732, @POOL_MOTHER+318, 0, 'Loch Modan - Peacebloom'), +(@OGUID+4733, @POOL_MOTHER+318, 0, 'Loch Modan - Peacebloom'), +(@OGUID+4734, @POOL_MOTHER+318, 0, 'Loch Modan - Peacebloom'), +(@OGUID+4735, @POOL_MOTHER+318, 0, 'Loch Modan - Peacebloom'), +(@OGUID+4736, @POOL_MOTHER+318, 0, 'Loch Modan - Peacebloom'), +(@OGUID+4737, @POOL_MOTHER+318, 0, 'Loch Modan - Peacebloom'), +(@OGUID+4738, @POOL_MOTHER+318, 0, 'Loch Modan - Peacebloom'), +(@OGUID+4739, @POOL_MOTHER+318, 0, 'Loch Modan - Peacebloom'), +(@OGUID+4740, @POOL_MOTHER+318, 0, 'Loch Modan - Peacebloom'), +(@OGUID+4741, @POOL_MOTHER+318, 0, 'Loch Modan - Peacebloom'), +(@OGUID+4742, @POOL_MOTHER+319, 0, 'Loch Modan - Earthroot'), +(@OGUID+4743, @POOL_MOTHER+319, 0, 'Loch Modan - Earthroot'), +(@OGUID+4744, @POOL_MOTHER+319, 0, 'Loch Modan - Earthroot'), +(@OGUID+4745, @POOL_MOTHER+319, 0, 'Loch Modan - Earthroot'), +(@OGUID+4746, @POOL_MOTHER+319, 0, 'Loch Modan - Earthroot'), +(@OGUID+4747, @POOL_MOTHER+319, 0, 'Loch Modan - Earthroot'), +(@OGUID+4748, @POOL_MOTHER+319, 0, 'Loch Modan - Earthroot'), +(@OGUID+4749, @POOL_MOTHER+319, 0, 'Loch Modan - Earthroot'), +(@OGUID+4750, @POOL_MOTHER+319, 0, 'Loch Modan - Earthroot'), +(@OGUID+4751, @POOL_MOTHER+319, 0, 'Loch Modan - Earthroot'), +(@OGUID+4752, @POOL_MOTHER+319, 0, 'Loch Modan - Earthroot'), +(@OGUID+4753, @POOL_MOTHER+320, 0, 'Loch Modan - Mageroyal'), +(@OGUID+4754, @POOL_MOTHER+320, 0, 'Loch Modan - Mageroyal'), +(@OGUID+4757, @POOL_MOTHER+320, 0, 'Loch Modan - Mageroyal'), +(@OGUID+4762, @POOL_MOTHER+320, 0, 'Loch Modan - Mageroyal'), +(@OGUID+4763, @POOL_MOTHER+320, 0, 'Loch Modan - Mageroyal'), +(@OGUID+4765, @POOL_MOTHER+320, 0, 'Loch Modan - Mageroyal'), +(@OGUID+4767, @POOL_MOTHER+320, 0, 'Loch Modan - Mageroyal'), +(@OGUID+4769, @POOL_MOTHER+320, 0, 'Loch Modan - Mageroyal'), +(@OGUID+4770, @POOL_MOTHER+320, 0, 'Loch Modan - Mageroyal'), +(@OGUID+4771, @POOL_MOTHER+320, 0, 'Loch Modan - Mageroyal'), +(@OGUID+4772, @POOL_MOTHER+320, 0, 'Loch Modan - Mageroyal'), +(@OGUID+4773, @POOL_MOTHER+320, 0, 'Loch Modan - Mageroyal'), +(@OGUID+4774, @POOL_MOTHER+320, 0, 'Loch Modan - Mageroyal'), +(@OGUID+4777, @POOL_MOTHER+320, 0, 'Loch Modan - Mageroyal'), +(@OGUID+4778, @POOL_MOTHER+320, 0, 'Loch Modan - Mageroyal'), +(@OGUID+4779, @POOL_MOTHER+320, 0, 'Loch Modan - Mageroyal'), +(@OGUID+4780, @POOL_MOTHER+320, 0, 'Loch Modan - Mageroyal'), +(@OGUID+4783, @POOL_MOTHER+320, 0, 'Loch Modan - Mageroyal'), +(@OGUID+4784, @POOL_MOTHER+320, 0, 'Loch Modan - Mageroyal'), +(@OGUID+4785, @POOL_MOTHER+320, 0, 'Loch Modan - Mageroyal'), +(@OGUID+4786, @POOL_MOTHER+320, 0, 'Loch Modan - Mageroyal'), +(@OGUID+4787, @POOL_MOTHER+320, 0, 'Loch Modan - Mageroyal'), +(@OGUID+4788, @POOL_MOTHER+320, 0, 'Loch Modan - Mageroyal'), +(@OGUID+4789, @POOL_MOTHER+320, 0, 'Loch Modan - Mageroyal'), +(@OGUID+4790, @POOL_MOTHER+320, 0, 'Loch Modan - Mageroyal'), +(@OGUID+4791, @POOL_MOTHER+320, 0, 'Loch Modan - Mageroyal'), +(@OGUID+4792, @POOL_MOTHER+320, 0, 'Loch Modan - Mageroyal'), +(@OGUID+4793, @POOL_MOTHER+320, 0, 'Loch Modan - Mageroyal'), +(@OGUID+4796, @POOL_MOTHER+321, 0, 'Loch Modan - Briarthorn'), +(@OGUID+4797, @POOL_MOTHER+321, 0, 'Loch Modan - Briarthorn'), +(@OGUID+4799, @POOL_MOTHER+321, 0, 'Loch Modan - Briarthorn'), +(@OGUID+4800, @POOL_MOTHER+321, 0, 'Loch Modan - Briarthorn'), +(@OGUID+4803, @POOL_MOTHER+321, 0, 'Loch Modan - Briarthorn'), +(@OGUID+4804, @POOL_MOTHER+321, 0, 'Loch Modan - Briarthorn'), +(@OGUID+4806, @POOL_MOTHER+321, 0, 'Loch Modan - Briarthorn'), +(@OGUID+4807, @POOL_MOTHER+321, 0, 'Loch Modan - Briarthorn'), +(@OGUID+4808, @POOL_MOTHER+321, 0, 'Loch Modan - Briarthorn'), +(@OGUID+4809, @POOL_MOTHER+321, 0, 'Loch Modan - Briarthorn'), +(@OGUID+4810, @POOL_MOTHER+321, 0, 'Loch Modan - Briarthorn'), +(@OGUID+4811, @POOL_MOTHER+321, 0, 'Loch Modan - Briarthorn'), +(@OGUID+4812, @POOL_MOTHER+321, 0, 'Loch Modan - Briarthorn'), +(@OGUID+4813, @POOL_MOTHER+321, 0, 'Loch Modan - Briarthorn'), +(@OGUID+4814, @POOL_MOTHER+321, 0, 'Loch Modan - Briarthorn'), +(@OGUID+4815, @POOL_MOTHER+321, 0, 'Loch Modan - Briarthorn'), +(@OGUID+4816, @POOL_MOTHER+321, 0, 'Loch Modan - Briarthorn'), +(@OGUID+4817, @POOL_MOTHER+321, 0, 'Loch Modan - Briarthorn'), +(@OGUID+4818, @POOL_MOTHER+321, 0, 'Loch Modan - Briarthorn'), +(@OGUID+4819, @POOL_MOTHER+321, 0, 'Loch Modan - Briarthorn'), +(@OGUID+4820, @POOL_MOTHER+321, 0, 'Loch Modan - Briarthorn'), +(@OGUID+4821, @POOL_MOTHER+321, 0, 'Loch Modan - Briarthorn'), +(@OGUID+4822, @POOL_MOTHER+321, 0, 'Loch Modan - Briarthorn'), +(@OGUID+4823, @POOL_MOTHER+321, 0, 'Loch Modan - Briarthorn'), +(@OGUID+4824, @POOL_MOTHER+321, 0, 'Loch Modan - Briarthorn'), +(@OGUID+4825, @POOL_MOTHER+321, 0, 'Loch Modan - Briarthorn'), +(@OGUID+4826, @POOL_MOTHER+322, 0, 'Loch Modan - Bruiseweed'), +(@OGUID+4827, @POOL_MOTHER+322, 0, 'Loch Modan - Bruiseweed'), +(@OGUID+4828, @POOL_MOTHER+322, 0, 'Loch Modan - Bruiseweed'), +(@OGUID+4829, @POOL_MOTHER+322, 0, 'Loch Modan - Bruiseweed'), +(@OGUID+4830, @POOL_MOTHER+322, 0, 'Loch Modan - Bruiseweed'), +(@OGUID+4831, @POOL_MOTHER+322, 0, 'Loch Modan - Bruiseweed'), +(@OGUID+4832, @POOL_MOTHER+322, 0, 'Loch Modan - Bruiseweed'), +(@OGUID+4833, @POOL_MOTHER+322, 0, 'Loch Modan - Bruiseweed'), +(@OGUID+4834, @POOL_MOTHER+322, 0, 'Loch Modan - Bruiseweed'), +(@OGUID+4835, @POOL_MOTHER+322, 0, 'Loch Modan - Bruiseweed'), +(@OGUID+4836, @POOL_MOTHER+322, 0, 'Loch Modan - Bruiseweed'), +(@OGUID+4837, @POOL_MOTHER+322, 0, 'Loch Modan - Bruiseweed'), +(@OGUID+4838, @POOL_MOTHER+322, 0, 'Loch Modan - Bruiseweed'), +(@OGUID+4839, @POOL_MOTHER+322, 0, 'Loch Modan - Bruiseweed'), +(@OGUID+4840, @POOL_MOTHER+322, 0, 'Loch Modan - Bruiseweed'), +(@OGUID+4841, @POOL_MOTHER+322, 0, 'Loch Modan - Bruiseweed'), +(@OGUID+4842, @POOL_MOTHER+322, 0, 'Loch Modan - Bruiseweed'), +(@OGUID+4843, @POOL_MOTHER+322, 0, 'Loch Modan - Bruiseweed'), +(@OGUID+4844, @POOL_MOTHER+322, 0, 'Loch Modan - Bruiseweed'), +(@OGUID+4845, @POOL_MOTHER+322, 0, 'Loch Modan - Bruiseweed'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+317, 9, 'Loch Modan - Herb Master Pool - Silverleaf - 9/35'), +(@POOL_MOTHER+318, 7, 'Loch Modan - Herb Master Pool - Peacebloom - 7/25'), +(@POOL_MOTHER+319, 3, 'Loch Modan - Herb Master Pool - Earthroot - 3/11'), +(@POOL_MOTHER+320, 7, 'Loch Modan - Herb Master Pool - Mageroyal - 7/28'), +(@POOL_MOTHER+321, 7, 'Loch Modan - Herb Master Pool - Briarthorn - 7/26'), +(@POOL_MOTHER+322, 4, 'Loch Modan - Herb Master Pool - Bruiseweed - 5/20'); + +-- West Ores +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+662, @POOL_MOTHER+323, 0, 'Loch Modan - West Ores - Tin Vein / Silver Vein'), +(@POOL_SINGLE+666, @POOL_MOTHER+323, 0, 'Loch Modan - West Ores - Tin Vein / Silver Vein'), +(@POOL_SINGLE+667, @POOL_MOTHER+323, 0, 'Loch Modan - West Ores - Tin Vein / Silver Vein'), +(@POOL_SINGLE+676, @POOL_MOTHER+323, 0, 'Loch Modan - West Ores - Tin Vein / Silver Vein'), +(@POOL_SINGLE+678, @POOL_MOTHER+323, 0, 'Loch Modan - West Ores - Tin Vein / Silver Vein'); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+4846, @POOL_MOTHER+324, 0, 'Loch Modan - West Ores - Copper Vein'), +(@OGUID+4847, @POOL_MOTHER+324, 0, 'Loch Modan - West Ores - Copper Vein'), +(@OGUID+4848, @POOL_MOTHER+324, 0, 'Loch Modan - West Ores - Copper Vein'), +(@OGUID+4849, @POOL_MOTHER+324, 0, 'Loch Modan - West Ores - Copper Vein'), +(@OGUID+4851, @POOL_MOTHER+324, 0, 'Loch Modan - West Ores - Copper Vein'), +(@OGUID+4855, @POOL_MOTHER+324, 0, 'Loch Modan - West Ores - Copper Vein'), +(@OGUID+4856, @POOL_MOTHER+324, 0, 'Loch Modan - West Ores - Copper Vein'), +(@OGUID+4859, @POOL_MOTHER+324, 0, 'Loch Modan - West Ores - Copper Vein'), +(@OGUID+4864, @POOL_MOTHER+324, 0, 'Loch Modan - West Ores - Copper Vein'), +(@OGUID+4867, @POOL_MOTHER+324, 0, 'Loch Modan - West Ores - Copper Vein'), +(@OGUID+4868, @POOL_MOTHER+324, 0, 'Loch Modan - West Ores - Copper Vein'), +(@OGUID+4870, @POOL_MOTHER+324, 0, 'Loch Modan - West Ores - Copper Vein'), +(@OGUID+4872, @POOL_MOTHER+324, 0, 'Loch Modan - West Ores - Copper Vein'), +(@OGUID+4880, @POOL_MOTHER+324, 0, 'Loch Modan - West Ores - Copper Vein'), +(@OGUID+4883, @POOL_MOTHER+324, 0, 'Loch Modan - West Ores - Copper Vein'), +(@OGUID+4886, @POOL_MOTHER+324, 0, 'Loch Modan - West Ores - Copper Vein'), +(@OGUID+4889, @POOL_MOTHER+324, 0, 'Loch Modan - West Ores - Copper Vein'), +(@OGUID+4890, @POOL_MOTHER+324, 0, 'Loch Modan - West Ores - Copper Vein'), +(@OGUID+4891, @POOL_MOTHER+324, 0, 'Loch Modan - West Ores - Copper Vein'), +(@OGUID+4894, @POOL_MOTHER+324, 0, 'Loch Modan - West Ores - Copper Vein'), +(@OGUID+4898, @POOL_MOTHER+324, 0, 'Loch Modan - West Ores - Copper Vein'), +(@OGUID+4900, @POOL_MOTHER+324, 0, 'Loch Modan - West Ores - Copper Vein'), +(@OGUID+4901, @POOL_MOTHER+324, 0, 'Loch Modan - West Ores - Copper Vein'), +(@OGUID+4904, @POOL_MOTHER+324, 0, 'Loch Modan - West Ores - Copper Vein'), +(@OGUID+4913, @POOL_MOTHER+324, 0, 'Loch Modan - West Ores - Copper Vein'), +(@OGUID+4915, @POOL_MOTHER+324, 0, 'Loch Modan - West Ores - Copper Vein'), +(@OGUID+4916, @POOL_MOTHER+324, 0, 'Loch Modan - West Ores - Copper Vein'), +(@OGUID+4918, @POOL_MOTHER+324, 0, 'Loch Modan - West Ores - Copper Vein'), +(@OGUID+4920, @POOL_MOTHER+324, 0, 'Loch Modan - West Ores - Copper Vein'), +(@OGUID+4921, @POOL_MOTHER+324, 0, 'Loch Modan - West Ores - Copper Vein'), +(@OGUID+4928, @POOL_MOTHER+324, 0, 'Loch Modan - West Ores - Copper Vein'), +(@OGUID+4929, @POOL_MOTHER+324, 0, 'Loch Modan - West Ores - Copper Vein'), +(@OGUID+4930, @POOL_MOTHER+324, 0, 'Loch Modan - West Ores - Copper Vein'), +(@OGUID+4931, @POOL_MOTHER+324, 0, 'Loch Modan - West Ores - Copper Vein'), +(@OGUID+4934, @POOL_MOTHER+324, 0, 'Loch Modan - West Ores - Copper Vein'), +(@OGUID+4935, @POOL_MOTHER+324, 0, 'Loch Modan - West Ores - Copper Vein'), +(@OGUID+4936, @POOL_MOTHER+324, 0, 'Loch Modan - West Ores - Copper Vein'), +(@OGUID+4937, @POOL_MOTHER+324, 0, 'Loch Modan - West Ores - Copper Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+323, 2, 'Loch Modan - West Ores - Tin Vein / Silver Vein - 2/5'), +(@POOL_MOTHER+324, 10, 'Loch Modan - West Ores - Copper Vein - 10/38'); + +-- East Ores +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+665, @POOL_MOTHER+325, 0, 'Loch Modan - East Ores - Tin Vein / Silver Vein'), +(@POOL_SINGLE+668, @POOL_MOTHER+325, 0, 'Loch Modan - East Ores - Tin Vein / Silver Vein'), +(@POOL_SINGLE+669, @POOL_MOTHER+325, 0, 'Loch Modan - East Ores - Tin Vein / Silver Vein'), +(@POOL_SINGLE+670, @POOL_MOTHER+325, 0, 'Loch Modan - East Ores - Tin Vein / Silver Vein'), +(@POOL_SINGLE+671, @POOL_MOTHER+325, 0, 'Loch Modan - East Ores - Tin Vein / Silver Vein'), +(@POOL_SINGLE+672, @POOL_MOTHER+325, 0, 'Loch Modan - East Ores - Tin Vein / Silver Vein'), +(@POOL_SINGLE+673, @POOL_MOTHER+325, 0, 'Loch Modan - East Ores - Tin Vein / Silver Vein'), +(@POOL_SINGLE+674, @POOL_MOTHER+325, 0, 'Loch Modan - East Ores - Tin Vein / Silver Vein'), +(@POOL_SINGLE+675, @POOL_MOTHER+325, 0, 'Loch Modan - East Ores - Tin Vein / Silver Vein'), +(@POOL_SINGLE+679, @POOL_MOTHER+325, 0, 'Loch Modan - East Ores - Tin Vein / Silver Vein'), +(@POOL_SINGLE+687, @POOL_MOTHER+325, 0, 'Loch Modan - East Ores - Tin Vein / Silver Vein'), +(@POOL_SINGLE+692, @POOL_MOTHER+325, 0, 'Loch Modan - East Ores - Tin Vein / Silver Vein'), +(@POOL_SINGLE+693, @POOL_MOTHER+325, 0, 'Loch Modan - East Ores - Tin Vein / Silver Vein'), +(@POOL_SINGLE+694, @POOL_MOTHER+325, 0, 'Loch Modan - East Ores - Tin Vein / Silver Vein'), +(@POOL_SINGLE+695, @POOL_MOTHER+325, 0, 'Loch Modan - East Ores - Tin Vein / Silver Vein'), +(@POOL_SINGLE+696, @POOL_MOTHER+325, 0, 'Loch Modan - East Ores - Tin Vein / Silver Vein'), +(@POOL_SINGLE+701, @POOL_MOTHER+325, 0, 'Loch Modan - East Ores - Tin Vein / Silver Vein'); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+4884, @POOL_MOTHER+326, 0, 'Loch Modan - East Ores - Copper Vein'), +(@OGUID+4887, @POOL_MOTHER+326, 0, 'Loch Modan - East Ores - Copper Vein'), +(@OGUID+4892, @POOL_MOTHER+326, 0, 'Loch Modan - East Ores - Copper Vein'), +(@OGUID+4893, @POOL_MOTHER+326, 0, 'Loch Modan - East Ores - Copper Vein'), +(@OGUID+4897, @POOL_MOTHER+326, 0, 'Loch Modan - East Ores - Copper Vein'), +(@OGUID+4899, @POOL_MOTHER+326, 0, 'Loch Modan - East Ores - Copper Vein'), +(@OGUID+4902, @POOL_MOTHER+326, 0, 'Loch Modan - East Ores - Copper Vein'), +(@OGUID+4903, @POOL_MOTHER+326, 0, 'Loch Modan - East Ores - Copper Vein'), +(@OGUID+4905, @POOL_MOTHER+326, 0, 'Loch Modan - East Ores - Copper Vein'), +(@OGUID+4906, @POOL_MOTHER+326, 0, 'Loch Modan - East Ores - Copper Vein'), +(@OGUID+4907, @POOL_MOTHER+326, 0, 'Loch Modan - East Ores - Copper Vein'), +(@OGUID+4908, @POOL_MOTHER+326, 0, 'Loch Modan - East Ores - Copper Vein'), +(@OGUID+4909, @POOL_MOTHER+326, 0, 'Loch Modan - East Ores - Copper Vein'), +(@OGUID+4910, @POOL_MOTHER+326, 0, 'Loch Modan - East Ores - Copper Vein'), +(@OGUID+4911, @POOL_MOTHER+326, 0, 'Loch Modan - East Ores - Copper Vein'), +(@OGUID+4912, @POOL_MOTHER+326, 0, 'Loch Modan - East Ores - Copper Vein'), +(@OGUID+4919, @POOL_MOTHER+326, 0, 'Loch Modan - East Ores - Copper Vein'), +(@OGUID+4924, @POOL_MOTHER+326, 0, 'Loch Modan - East Ores - Copper Vein'), +(@OGUID+4933, @POOL_MOTHER+326, 0, 'Loch Modan - East Ores - Copper Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+325, 5, 'Loch Modan - East Ores - Tin Vein / Silver Vein - 5/17'), +(@POOL_MOTHER+326, 5, 'Loch Modan - East Ores - Copper Vein - 5/19'); + +/* Dun Morogh +*/ +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`, `Comment`) VALUES +(@OGUID+5029, 1617, 0, 1, 0, 1, 1, -4909.28, -390.702, 395.358, 2.61799, 0, 0, 0.965925, 0.258821, 300, 255, 1, '', 48340, NULL), +(@OGUID+5030, 1617, 0, 1, 0, 1, 1, -4924.67, -353.482, 391.228, 4.99164, 0, 0, -0.601814, 0.798636, 300, 255, 1, '', 48632, NULL), +(@OGUID+5031, 1617, 0, 1, 0, 1, 1, -4974.93, -68.0465, 385.139, 0.209439, 0, 0, 0.104528, 0.994522, 300, 255, 1, '', 48340, NULL), +(@OGUID+5032, 1617, 0, 1, 0, 1, 1, -4976.83, -361.01, 392.941, 1.16937, 0, 0, 0.551936, 0.833886, 300, 255, 1, '', 48340, NULL), +(@OGUID+5033, 1617, 0, 1, 0, 1, 1, -5016.25, -29.291, 388.769, 4.13643, 0, 0, -0.878817, 0.47716, 300, 255, 1, '', 48340, NULL), +(@OGUID+5034, 1617, 0, 1, 0, 1, 1, -5077.99, -364.516, 395.579, 2.54818, 0, 0, 0.956305, 0.292372, 300, 255, 1, '', 48632, NULL), +(@OGUID+5035, 1617, 0, 1, 0, 1, 1, -5087.72, 94.2346, 395.396, 0.296705, 0, 0, 0.147809, 0.989016, 300, 255, 1, '', 48632, NULL), +(@OGUID+5036, 1617, 0, 1, 0, 1, 1, -5193.84, -474.132, 388.059, 3.21142, 0, 0, -0.999391, 0.0349061, 300, 255, 1, '', 48340, NULL), +(@OGUID+5037, 1617, 0, 1, 0, 1, 1, -5229.98, -505.002, 387.557, 2.05949, 0, 0, 0.857167, 0.515038, 300, 255, 1, '', 48632, NULL), +(@OGUID+5038, 1617, 0, 1, 0, 1, 1, -5235.29, -459.535, 386.523, 0.401425, 0, 0, 0.199368, 0.979925, 300, 255, 1, '', 48340, NULL), +(@OGUID+5039, 1617, 0, 1, 0, 1, 1, -5289.53, -483.539, 391.493, 3.03684, 0, 0, 0.998629, 0.0523532, 300, 255, 1, '', 50063, NULL), +(@OGUID+5040, 1617, 0, 1, 0, 1, 1, -5294.54, -526.426, 391.066, 1.98967, 0, 0, 0.83867, 0.54464, 300, 255, 1, '', 50664, NULL), +(@OGUID+5041, 1617, 0, 1, 0, 1, 1, -5344.54, -553.701, 392.531, 6.10865, 0, 0, -0.0871553, 0.996195, 300, 255, 1, '', 48632, NULL), +(@OGUID+5042, 1617, 0, 1, 0, 1, 1, -5485.37, -1751.25, 413.59, 3.4034, 0, 0, -0.991445, 0.130528, 300, 255, 1, '', 48340, NULL), +(@OGUID+5043, 1617, 0, 1, 0, 1, 1, -5519.72, -1620.68, 394.176, 5.95157, 0, 0, -0.165047, 0.986286, 300, 255, 1, '', 48632, NULL), +(@OGUID+5044, 1617, 0, 1, 0, 1, 1, -5534.63, -1879.18, 399.834, 3.14159, 0, 0, -1, 0, 300, 255, 1, '', 48632, NULL), +(@OGUID+5045, 1617, 0, 1, 0, 1, 1, -5554.53, -1695.4, 396.897, 0.820303, 0, 0, 0.398748, 0.91706, 300, 255, 1, '', 49345, NULL), +(@OGUID+5046, 1617, 0, 1, 0, 1, 1, -5576.14, -1609.03, 394.671, 5.42797, 0, 0, -0.414693, 0.909961, 300, 255, 1, '', 50664, NULL), +(@OGUID+5047, 1617, 0, 1, 0, 1, 1, -5605.18, -1705.6, 398.696, 3.61284, 0, 0, -0.972369, 0.233448, 300, 255, 1, '', 48340, NULL), +(@OGUID+5048, 1617, 0, 1, 0, 1, 1, -5669.77, -1056.96, 397.297, 0.90757, 0, 0, 0.438371, 0.898794, 300, 255, 1, '', 48632, NULL), +(@OGUID+5049, 1617, 0, 1, 0, 1, 1, -5685.17, -1872.09, 400.533, 3.4034, 0, 0, -0.991445, 0.130528, 300, 255, 1, '', 49345, NULL), +(@OGUID+5050, 1617, 0, 1, 0, 1, 1, -5692.37, -1330.26, 393.417, 5.55015, 0, 0, -0.358368, 0.93358, 300, 255, 1, '', 50063, NULL), +(@OGUID+5051, 1617, 0, 1, 0, 1, 1, -5693.27, -1248.39, 389.542, 1.53589, 0, 0, 0.694658, 0.71934, 300, 255, 1, '', 50063, NULL), +(@OGUID+5052, 1617, 0, 1, 0, 1, 1, -5718.47, -1813.51, 399.721, 2.96704, 0, 0, 0.996194, 0.087165, 300, 255, 1, '', 48632, NULL), +(@OGUID+5053, 1617, 0, 1, 0, 1, 1, -5737.89, -358.573, 366.568, 0.0523589, 0, 0, 0.0261765, 0.999657, 300, 255, 1, '', 48632, NULL), +(@OGUID+5054, 1617, 0, 1, 0, 1, 1, -5746.7, -2081.87, 399.322, 2.21657, 0, 0, 0.894934, 0.446199, 300, 255, 1, '', 48632, NULL), +(@OGUID+5055, 1617, 0, 1, 0, 1, 1, -5749.76, -1956.86, 400.377, 4.45059, 0, 0, -0.793353, 0.608762, 300, 255, 1, '', 48632, NULL), +(@OGUID+5056, 1617, 0, 1, 0, 1, 1, -5753.79, -1324.02, 391.111, 3.56047, 0, 0, -0.978148, 0.207912, 300, 255, 1, '', 50172, NULL), +(@OGUID+5057, 1617, 0, 1, 0, 1, 1, -5783.86, -442.104, 365.052, 2.47837, 0, 0, 0.945518, 0.325568, 300, 255, 1, '', 48632, NULL), +(@OGUID+5058, 1617, 0, 1, 0, 1, 1, -5789.72, 54.9042, 363.247, 6.16101, 0, 0, -0.0610485, 0.998135, 300, 255, 1, '', 48632, NULL), +(@OGUID+5059, 1617, 0, 1, 0, 1, 1, -5809.44, -419.829, 365.632, 5.79449, 0, 0, -0.241921, 0.970296, 300, 255, 1, '', 48632, NULL), +(@OGUID+5060, 1617, 0, 1, 0, 1, 1, -5844.92, -652.907, 398.171, 6.0912, 0, 0, -0.0958452, 0.995396, 300, 255, 1, '', 49345, NULL), +(@OGUID+5061, 1617, 0, 1, 0, 1, 1, -5857.19, -67.1325, 360.612, 2.33874, 0, 0, 0.920505, 0.390732, 300, 255, 1, '', 48632, NULL), +(@OGUID+5062, 1617, 0, 1, 0, 1, 1, -5886.16, -609.264, 400.401, 3.63029, 0, 0, -0.970295, 0.241925, 300, 255, 1, '', 48632, NULL), +(@OGUID+5063, 1617, 0, 1, 0, 1, 1, -5912.34, -127.995, 368.476, 0.331611, 0, 0, 0.165047, 0.986286, 300, 255, 1, '', 48632, NULL), +(@OGUID+5064, 1617, 0, 1, 0, 1, 1, -5954.68, -631.716, 397.956, 3.59538, 0, 0, -0.97437, 0.224951, 300, 255, 1, '', 49345, NULL), +(@OGUID+5065, 1617, 0, 1, 0, 1, 1, -5983.73, -570.244, 402.969, 6.00393, 0, 0, -0.139173, 0.990268, 300, 255, 1, '', 48632, NULL), +(@OGUID+5066, 1617, 0, 1, 0, 1, 1, -4866.93, -321.393, 391.614, 1.72787, 0, 0, 0.760406, 0.649449, 300, 255, 1, '', 46779, NULL), +(@OGUID+5067, 1617, 0, 1, 0, 1, 1, -4892.63, -285.781, 389.4, 4.86947, 0, 0, -0.649447, 0.760406, 300, 255, 1, '', 46779, NULL), +(@OGUID+5068, 1617, 0, 1, 0, 1, 1, -4936.79, -11.3983, 389.734, 6.0912, 0, 0, -0.0958452, 0.995396, 300, 255, 1, '', 53788, NULL), +(@OGUID+5069, 1617, 0, 1, 0, 1, 1, -4983.92, 93.4746, 388.886, 4.72984, 0, 0, -0.700909, 0.713251, 300, 255, 1, '', 46779, NULL), +(@OGUID+5070, 1617, 0, 1, 0, 1, 1, -5604.6, 405.176, 380.873, 0.645772, 0, 0, 0.317305, 0.948324, 300, 255, 1, '', 51943, NULL), +(@OGUID+5071, 1617, 0, 1, 0, 1, 1, -5661.07, 240.639, 386.831, 1.25664, 0, 0, 0.587785, 0.809017, 300, 255, 1, '', 51943, NULL), +(@OGUID+5072, 1617, 0, 1, 0, 1, 1, -5682.57, 336.39, 387.171, 5.70723, 0, 0, -0.284015, 0.95882, 300, 255, 1, '', 51943, NULL), +(@OGUID+5073, 1617, 0, 1, 0, 1, 1, -5703.49, 219.425, 371.325, 2.04204, 0, 0, 0.85264, 0.522499, 300, 255, 1, '', 51943, NULL), +(@OGUID+5074, 1617, 0, 1, 0, 1, 1, -5742.28, 130.065, 368.739, 1.53589, 0, 0, 0.694658, 0.71934, 300, 255, 1, '', 51943, NULL), +(@OGUID+5075, 1617, 0, 1, 0, 1, 1, -5756.97, 239.404, 373.137, 3.33359, 0, 0, -0.995396, 0.0958512, 300, 255, 1, '', 51943, NULL), +(@OGUID+5076, 1617, 0, 1, 0, 1, 1, -5774.56, 288.959, 382.313, 4.46804, 0, 0, -0.788011, 0.615662, 300, 255, 1, '', 51943, NULL), +(@OGUID+5077, 1617, 0, 1, 0, 1, 1, -5782.04, -175.264, 351.059, 1.76278, 0, 0, 0.771625, 0.636078, 300, 255, 1, '', 51943, NULL), +(@OGUID+5078, 1617, 0, 1, 0, 1, 1, -5814.87, -134.708, 354.66, 5.84685, 0, 0, -0.216439, 0.976296, 300, 255, 1, '', 51666, NULL), +(@OGUID+5079, 1617, 0, 1, 0, 1, 1, -5836.21, -1364.56, 395.087, 5.00909, 0, 0, -0.594823, 0.803857, 300, 255, 1, '', 51943, NULL), +(@OGUID+5080, 1617, 0, 1, 0, 1, 1, -5854.22, -19.7348, 358.193, 3.57793, 0, 0, -0.976295, 0.216442, 300, 255, 1, '', 51943, NULL), +(@OGUID+5081, 1617, 0, 1, 0, 1, 1, -5943.62, -510.961, 410.105, 3.50812, 0, 0, -0.983254, 0.182238, 300, 255, 1, '', 46368, NULL), +(@OGUID+5082, 1617, 0, 1, 1, 1, 1, -5067.37, -52.6969, 394.439, 4.64258, 0, 0, -0.731354, 0.681998, 300, 255, 1, '', 48120, NULL), +(@OGUID+5083, 1617, 0, 1, 1, 1, 1, -5102.46, 402.344, 405.065, 0.366518, 0, 0, 0.182235, 0.983255, 300, 255, 1, '', 48120, NULL), +(@OGUID+5084, 1617, 0, 1, 1, 1, 1, -5140.59, 334.423, 396.777, 1.41372, 0, 0, 0.649447, 0.760406, 300, 255, 1, '', 50664, NULL), +(@OGUID+5085, 1617, 0, 1, 1, 1, 1, -5198.43, 429.902, 390.111, 3.14159, 0, 0, -1, 0, 300, 255, 1, '', 48120, NULL), +(@OGUID+5086, 1617, 0, 1, 1, 1, 1, -5212.73, 319.016, 398.053, 5.8294, 0, 0, -0.224951, 0.97437, 300, 255, 1, '', 49345, NULL), +(@OGUID+5087, 1617, 0, 1, 1, 1, 1, -5244.96, 387.257, 394.74, 6.0912, 0, 0, -0.0958452, 0.995396, 300, 255, 1, '', 49345, NULL), +(@OGUID+5088, 1617, 0, 1, 1, 1, 1, -5246.78, 459.859, 385.857, 5.34071, 0, 0, -0.45399, 0.891007, 300, 255, 1, '', 48120, NULL), +(@OGUID+5089, 1617, 0, 1, 1, 1, 1, -5301.05, 284.52, 392.798, 6.05629, 0, 0, -0.113203, 0.993572, 300, 255, 1, '', 48120, NULL), +(@OGUID+5090, 1617, 0, 1, 1, 1, 1, -5326, 419.302, 387.127, 1.90241, 0, 0, 0.814116, 0.580703, 300, 255, 1, '', 49345, NULL), +(@OGUID+5091, 1617, 0, 1, 1, 1, 1, -5344.7, 349.86, 396.224, 3.68265, 0, 0, -0.96363, 0.267241, 300, 255, 1, '', 49345, NULL), +(@OGUID+5092, 1617, 0, 1, 1, 1, 1, -5353.64, 494.603, 385.315, 4.31097, 0, 0, -0.833885, 0.551938, 300, 255, 1, '', 48120, NULL), +(@OGUID+5093, 1617, 0, 1, 1, 1, 1, -5432.75, 429.362, 387.492, 5.28835, 0, 0, -0.477159, 0.878817, 300, 255, 1, '', 48120, NULL), +(@OGUID+5094, 1617, 0, 1, 1, 1, 1, -5450.02, 382.678, 394.011, 3.14159, 0, 0, -1, 0, 300, 255, 1, '', 48120, NULL), +(@OGUID+5095, 1617, 0, 1, 1, 1, 1, -5536.76, 320.8, 395.362, 5.91667, 0, 0, -0.182235, 0.983255, 300, 255, 1, '', 49345, NULL), +(@OGUID+5096, 1617, 0, 1, 1, 1, 1, -5606.27, 274.597, 394.865, 3.00195, 0, 0, 0.997563, 0.0697661, 300, 255, 1, '', 48120, NULL), +(@OGUID+5097, 1617, 0, 1, 1, 1, 1, -5647.58, 363.242, 386.08, 6.17847, 0, 0, -0.0523357, 0.99863, 300, 255, 1, '', 49345, NULL), +(@OGUID+5098, 1617, 0, 1, 1, 1, 1, -5723.05, -880.104, 406.79, 3.00195, 0, 0, 0.997563, 0.0697661, 300, 255, 1, '', 49345, NULL), +(@OGUID+5099, 1617, 0, 1, 1, 1, 1, -5731.14, -394.698, 365.579, 1.41372, 0, 0, 0.649447, 0.760406, 300, 255, 1, '', 49345, NULL), +(@OGUID+5100, 1617, 0, 1, 1, 1, 1, -5736.14, -429.302, 365.018, 2.63544, 0, 0, 0.968147, 0.250381, 300, 255, 1, '', 49345, NULL), +(@OGUID+5101, 1617, 0, 1, 1, 1, 1, -5756.76, -933.046, 397.323, 1.18682, 0, 0, 0.559193, 0.829038, 300, 255, 1, '', 49345, NULL), +(@OGUID+5102, 1617, 0, 1, 1, 1, 1, -5762.47, -386.577, 367.182, 4.04917, 0, 0, -0.898793, 0.438373, 300, 255, 1, '', 48120, NULL), +(@OGUID+5103, 1617, 0, 1, 1, 1, 1, -5774.8, 184.6, 372.731, 5.32326, 0, 0, -0.461748, 0.887011, 300, 255, 1, '', 48120, NULL), +(@OGUID+5104, 1617, 0, 1, 1, 1, 1, -5776.91, -1010.56, 397.182, 1.43117, 0, 0, 0.656058, 0.75471, 300, 255, 1, '', 48120, NULL), +(@OGUID+5105, 1617, 0, 1, 1, 1, 1, -5812.13, -1020.68, 396.233, 3.52557, 0, 0, -0.981627, 0.190812, 300, 255, 1, '', 48120, NULL), +(@OGUID+5106, 1617, 0, 1, 1, 1, 1, -5814.87, -913.378, 396.994, 0.837757, 0, 0, 0.406736, 0.913546, 300, 255, 1, '', 49345, NULL), +(@OGUID+5107, 1617, 0, 1, 1, 1, 1, -5815.31, -1320.31, 388.587, 6.0912, 0, 0, -0.0958452, 0.995396, 300, 255, 1, '', 49345, NULL), +(@OGUID+5108, 1617, 0, 1, 1, 1, 1, -5834.76, -182.734, 355.344, 5.72468, 0, 0, -0.275637, 0.961262, 300, 255, 1, '', 49345, NULL), +(@OGUID+5109, 1617, 0, 1, 1, 1, 1, -5853.31, -1927.14, 408.209, 2.3911, 0, 0, 0.930417, 0.366502, 300, 255, 1, '', 49345, NULL), +(@OGUID+5110, 1617, 0, 1, 1, 1, 1, -5861.02, -700.257, 400.445, 0.314158, 0, 0, 0.156434, 0.987688, 300, 255, 1, '', 49345, NULL), +(@OGUID+5111, 1617, 0, 1, 1, 1, 1, -5862.88, -1278.11, 392.253, 0.191985, 0, 0, 0.0958452, 0.995396, 300, 255, 1, '', 48120, NULL), +(@OGUID+5112, 1617, 0, 1, 1, 1, 1, -5866.94, -2051.82, 401.116, 4.08407, 0, 0, -0.891006, 0.453991, 300, 255, 1, '', 49345, NULL), +(@OGUID+5113, 1617, 0, 1, 1, 1, 1, -5891.02, -968.64, 405.87, 2.51327, 0, 0, 0.951056, 0.309017, 300, 255, 1, '', 48120, NULL), +(@OGUID+5114, 1618, 0, 1, 0, 1, 1, -5249.26, -432.63, 387.018, 2.82743, 0, 0, 0.987688, 0.156436, 300, 255, 1, '', 48632, NULL), +(@OGUID+5115, 1618, 0, 1, 0, 1, 1, -5359.61, 371.235, 394.3, 3.33359, 0, 0, -0.995396, 0.0958512, 300, 255, 1, '', 48632, NULL), +(@OGUID+5116, 1618, 0, 1, 0, 1, 1, -5372.48, -739.068, 395.762, 4.31097, 0, 0, -0.833885, 0.551938, 300, 255, 1, '', 48632, NULL), +(@OGUID+5117, 1618, 0, 1, 0, 1, 1, -5377.79, -668.107, 395.224, 1.90241, 0, 0, 0.814116, 0.580703, 300, 255, 1, '', 49345, NULL), +(@OGUID+5118, 1618, 0, 1, 0, 1, 1, -5413.17, -399.971, 398.614, 3.71755, 0, 0, -0.958819, 0.284016, 300, 255, 1, '', 48632, NULL), +(@OGUID+5119, 1618, 0, 1, 0, 1, 1, -5433.05, -912.624, 393.396, 6.21337, 0, 0, -0.0348988, 0.999391, 300, 255, 1, '', 50063, NULL), +(@OGUID+5120, 1618, 0, 1, 0, 1, 1, -5446.32, -639.383, 393.661, 3.68265, 0, 0, -0.96363, 0.267241, 300, 255, 1, '', 48632, NULL), +(@OGUID+5121, 1618, 0, 1, 0, 1, 1, -5463.35, -966.706, 394.704, 3.42085, 0, 0, -0.990268, 0.139175, 300, 255, 1, '', 48632, NULL), +(@OGUID+5122, 1618, 0, 1, 0, 1, 1, -5518.27, -580.56, 403.711, 1.3439, 0, 0, 0.622514, 0.782609, 300, 255, 1, '', 49345, NULL), +(@OGUID+5123, 1618, 0, 1, 0, 1, 1, -5519.1, -434.05, 405.842, 4.13643, 0, 0, -0.878817, 0.47716, 300, 255, 1, '', 50063, NULL), +(@OGUID+5124, 1618, 0, 1, 0, 1, 1, -5527.88, -1426.1, 404.265, 6.00393, 0, 0, -0.139173, 0.990268, 300, 255, 1, '', 48340, NULL), +(@OGUID+5125, 1618, 0, 1, 0, 1, 1, -5551.67, -1069.22, 391.08, 2.61799, 0, 0, 0.965925, 0.258821, 300, 255, 1, '', 48632, NULL), +(@OGUID+5126, 1618, 0, 1, 0, 1, 1, -5555.24, -1461.55, 403.171, 3.59538, 0, 0, -0.97437, 0.224951, 300, 255, 1, '', 49345, NULL), +(@OGUID+5127, 1618, 0, 1, 0, 1, 1, -5559.47, -1833.76, 399.766, 6.0912, 0, 0, -0.0958452, 0.995396, 300, 255, 1, '', 48632, NULL), +(@OGUID+5128, 1618, 0, 1, 0, 1, 1, -5560.15, -684.026, 409.504, 3.76991, 0, 0, -0.951056, 0.309017, 300, 255, 1, '', 49345, NULL), +(@OGUID+5129, 1618, 0, 1, 0, 1, 1, -5599.18, -1673.23, 398.595, 3.63029, 0, 0, -0.970295, 0.241925, 300, 255, 1, '', 48632, NULL), +(@OGUID+5130, 1618, 0, 1, 0, 1, 1, -5635.47, -662.846, 403.311, 6.0912, 0, 0, -0.0958452, 0.995396, 300, 255, 1, '', 48632, NULL), +(@OGUID+5131, 1618, 0, 1, 0, 1, 1, -5644.59, -1456.99, 399.917, 1.93731, 0, 0, 0.824125, 0.566408, 300, 255, 1, '', 48632, NULL), +(@OGUID+5132, 1618, 0, 1, 0, 1, 1, -5671.04, -1786.61, 400.159, 1.88495, 0, 0, 0.809016, 0.587786, 300, 255, 1, '', 48632, NULL), +(@OGUID+5133, 1618, 0, 1, 0, 1, 1, -5690.18, -1850.92, 399.83, 1.43117, 0, 0, 0.656058, 0.75471, 300, 255, 1, '', 48632, NULL), +(@OGUID+5134, 1618, 0, 1, 0, 1, 1, -5700.57, -340.036, 365.98, 1.74533, 0, 0, 0.766044, 0.642789, 300, 255, 1, '', 48632, NULL), +(@OGUID+5135, 1618, 0, 1, 0, 1, 1, -5700.67, -565.946, 400.492, 3.14159, 0, 0, -1, 0, 300, 255, 1, '', 49345, NULL), +(@OGUID+5136, 1618, 0, 1, 0, 1, 1, -5701.86, -1018.9, 395.888, 4.86947, 0, 0, -0.649447, 0.760406, 300, 255, 1, '', 50063, NULL), +(@OGUID+5137, 1618, 0, 1, 0, 1, 1, -5702.77, -282.268, 361.811, 6.12611, 0, 0, -0.0784588, 0.996917, 300, 255, 1, '', 48632, NULL), +(@OGUID+5138, 1618, 0, 1, 0, 1, 1, -5709.9, -209.736, 358.006, 2.47837, 0, 0, 0.945518, 0.325568, 300, 255, 1, '', 48632, NULL), +(@OGUID+5139, 1618, 0, 1, 0, 1, 1, -5716.99, -1300.76, 390.957, 3.63029, 0, 0, -0.970295, 0.241925, 300, 255, 1, '', 50063, NULL), +(@OGUID+5140, 1618, 0, 1, 0, 1, 1, -5738.69, -1914.39, 401.659, 1.18682, 0, 0, 0.559193, 0.829038, 300, 255, 1, '', 48632, NULL), +(@OGUID+5141, 1618, 0, 1, 0, 1, 1, -5744.84, -276.552, 357.268, 2.63544, 0, 0, 0.968147, 0.250381, 300, 255, 1, '', 48632, NULL), +(@OGUID+5142, 1618, 0, 1, 0, 1, 1, -5749.18, -2122.76, 400.714, 3.52557, 0, 0, -0.981627, 0.190812, 300, 255, 1, '', 49345, NULL), +(@OGUID+5143, 1618, 0, 1, 0, 1, 1, -5761.45, -1132.31, 380.063, 0.401425, 0, 0, 0.199368, 0.979925, 300, 255, 1, '', 48632, NULL), +(@OGUID+5144, 1618, 0, 1, 0, 1, 1, -5801.63, -602.409, 398.511, 0.366518, 0, 0, 0.182235, 0.983255, 300, 255, 1, '', 48632, NULL), +(@OGUID+5145, 1618, 0, 1, 0, 1, 1, -5827.05, -481.184, 405.621, 6.0912, 0, 0, -0.0958452, 0.995396, 300, 255, 1, '', 49345, NULL), +(@OGUID+5146, 1618, 0, 1, 0, 1, 1, -5841.27, 58.068, 357.529, 0.506145, 0, 0, 0.25038, 0.968148, 300, 255, 1, '', 48632, NULL), +(@OGUID+5147, 1618, 0, 1, 0, 1, 1, -5856.25, 97.6157, 375.367, 0.191985, 0, 0, 0.0958452, 0.995396, 300, 255, 1, '', 48632, NULL), +(@OGUID+5148, 1618, 0, 1, 0, 1, 1, -5882.81, -116.939, 364.699, 1.62316, 0, 0, 0.725374, 0.688355, 300, 255, 1, '', 48632, NULL), +(@OGUID+5149, 1618, 0, 1, 0, 1, 1, -5896.37, -639.165, 399.77, 1.11701, 0, 0, 0.529919, 0.848048, 300, 255, 1, '', 49345, NULL), +(@OGUID+5150, 1618, 0, 1, 0, 1, 1, -5933.92, -563.982, 406.123, 5.00909, 0, 0, -0.594823, 0.803857, 300, 255, 1, '', 48632, NULL), +(@OGUID+5151, 1618, 0, 1, 0, 1, 1, -5968.41, -466.678, 407.084, 4.72984, 0, 0, -0.700909, 0.713251, 300, 255, 1, '', 48632, NULL), +(@OGUID+5152, 1618, 0, 1, 0, 1, 1, -6031.9, -337.854, 424.26, 0.209439, 0, 0, 0.104528, 0.994522, 300, 255, 1, '', 50664, NULL), +(@OGUID+5153, 1618, 0, 1, 0, 1, 1, -4952.33, 151.568, 387.62, 5.91667, 0, 0, -0.182235, 0.983255, 300, 255, 1, '', 51739, NULL), +(@OGUID+5154, 1618, 0, 1, 0, 1, 1, -5042.92, -33.3777, 391.872, 6.17847, 0, 0, -0.0523357, 0.99863, 300, 255, 1, '', 52237, NULL), +(@OGUID+5155, 1618, 0, 1, 0, 1, 1, -5135.66, 232.531, 398.578, 6.16101, 0, 0, -0.0610485, 0.998135, 300, 255, 1, '', 46779, NULL), +(@OGUID+5156, 1618, 0, 1, 0, 1, 1, -5421.36, -329.11, 401.271, 3.14159, 0, 0, -1, 0, 300, 255, 1, '', 51739, NULL), +(@OGUID+5157, 1618, 0, 1, 0, 1, 1, -5574.85, 333.46, 392.183, 1.97222, 0, 0, 0.833885, 0.551938, 300, 255, 1, '', 51943, NULL), +(@OGUID+5158, 1618, 0, 1, 0, 1, 1, -5605.07, -990.954, 393.451, 1.72787, 0, 0, 0.760406, 0.649449, 300, 255, 1, '', 46779, NULL), +(@OGUID+5159, 1618, 0, 1, 0, 1, 1, -5632.13, 387.019, 383.512, 4.93928, 0, 0, -0.622514, 0.782609, 300, 255, 1, '', 51943, NULL), +(@OGUID+5160, 1618, 0, 1, 0, 1, 1, -5718.43, -1246.63, 388.957, 1.98967, 0, 0, 0.83867, 0.54464, 300, 255, 1, '', 52237, NULL), +(@OGUID+5161, 1618, 0, 1, 0, 1, 1, -5773.53, 111.609, 368.532, 4.10153, 0, 0, -0.887011, 0.461749, 300, 255, 1, '', 51943, NULL), +(@OGUID+5162, 1618, 0, 1, 0, 1, 1, -5788.71, -384.254, 365.201, 4.04917, 0, 0, -0.898793, 0.438373, 300, 255, 1, '', 51943, NULL), +(@OGUID+5163, 1618, 0, 1, 0, 1, 1, -5830.56, -690.37, 397.768, 1.41372, 0, 0, 0.649447, 0.760406, 300, 255, 1, '', 51666, NULL), +(@OGUID+5164, 1618, 0, 1, 0, 1, 1, -5876.23, -10.789, 360.485, 4.95674, 0, 0, -0.615661, 0.788011, 300, 255, 1, '', 46368, NULL), +(@OGUID+5165, 1618, 0, 1, 1, 1, 1, -5039.04, 70.9546, 392.931, 0.645772, 0, 0, 0.317305, 0.948324, 300, 255, 1, '', 49345, NULL), +(@OGUID+5166, 1618, 0, 1, 1, 1, 1, -5053.9, 132.035, 396.328, 1.43117, 0, 0, 0.656058, 0.75471, 300, 255, 1, '', 49345, NULL), +(@OGUID+5167, 1618, 0, 1, 1, 1, 1, -5090.68, 442.544, 407.869, 6.03884, 0, 0, -0.121869, 0.992546, 300, 255, 1, '', 48120, NULL), +(@OGUID+5168, 1618, 0, 1, 1, 1, 1, -5100.56, -66.958, 396.452, 5.70723, 0, 0, -0.284015, 0.95882, 300, 255, 1, '', 49345, NULL), +(@OGUID+5169, 1618, 0, 1, 1, 1, 1, -5159.32, 359.896, 396.463, 5.32326, 0, 0, -0.461748, 0.887011, 300, 255, 1, '', 49345, NULL), +(@OGUID+5170, 1618, 0, 1, 1, 1, 1, -5174.53, 285.311, 396.765, 2.04204, 0, 0, 0.85264, 0.522499, 300, 255, 1, '', 48120, NULL), +(@OGUID+5171, 1618, 0, 1, 1, 1, 1, -5262.18, 527.205, 387.017, 2.33874, 0, 0, 0.920505, 0.390732, 300, 255, 1, '', 49345, NULL), +(@OGUID+5172, 1618, 0, 1, 1, 1, 1, -5262.57, 420.951, 388.739, 3.57793, 0, 0, -0.976295, 0.216442, 300, 255, 1, '', 50664, NULL), +(@OGUID+5173, 1618, 0, 1, 1, 1, 1, -5301.07, 366.328, 393.95, 6.24828, 0, 0, -0.0174522, 0.999848, 300, 255, 1, '', 48120, NULL), +(@OGUID+5174, 1618, 0, 1, 1, 1, 1, -5406.12, 516.121, 386.359, 1.90241, 0, 0, 0.814116, 0.580703, 300, 255, 1, '', 48120, NULL), +(@OGUID+5175, 1618, 0, 1, 1, 1, 1, -5465.54, 436.005, 385.325, 5.72468, 0, 0, -0.275637, 0.961262, 300, 255, 1, '', 49345, NULL), +(@OGUID+5176, 1618, 0, 1, 1, 1, 1, -5473.12, 376.288, 393.276, 5.84685, 0, 0, -0.216439, 0.976296, 300, 255, 1, '', 49345, NULL), +(@OGUID+5177, 1618, 0, 1, 1, 1, 1, -5610.99, 462.843, 383.683, 0.191985, 0, 0, 0.0958452, 0.995396, 300, 255, 1, '', 48120, NULL), +(@OGUID+5178, 1618, 0, 1, 1, 1, 1, -5667.25, 443.202, 386.263, 4.53786, 0, 0, -0.766044, 0.642789, 300, 255, 1, '', 49345, NULL), +(@OGUID+5179, 1618, 0, 1, 1, 1, 1, -5701.6, -913.072, 398.444, 1.16937, 0, 0, 0.551936, 0.833886, 300, 255, 1, '', 48120, NULL), +(@OGUID+5180, 1618, 0, 1, 1, 1, 1, -5765.25, -872.477, 397.851, 4.11898, 0, 0, -0.882947, 0.469473, 300, 255, 1, '', 50664, NULL), +(@OGUID+5181, 1618, 0, 1, 1, 1, 1, -5798.72, -965.914, 394.755, 1.64061, 0, 0, 0.731353, 0.681999, 300, 255, 1, '', 48120, NULL), +(@OGUID+5182, 1618, 0, 1, 1, 1, 1, -5804.12, -1266.16, 380.017, 6.10865, 0, 0, -0.0871553, 0.996195, 300, 255, 1, '', 48120, NULL), +(@OGUID+5183, 1618, 0, 1, 1, 1, 1, -5813.63, -2057.92, 400.828, 0.837757, 0, 0, 0.406736, 0.913546, 300, 255, 1, '', 49345, NULL), +(@OGUID+5184, 1618, 0, 1, 1, 1, 1, -5852.89, -1104.2, 382.177, 3.03684, 0, 0, 0.998629, 0.0523532, 300, 255, 1, '', 48120, NULL), +(@OGUID+5185, 1618, 0, 1, 1, 1, 1, -5869.55, -174.596, 359.32, 5.79449, 0, 0, -0.241921, 0.970296, 300, 255, 1, '', 48120, NULL), +(@OGUID+5186, 1618, 0, 1, 1, 1, 1, -5884.95, -1936.26, 406.028, 1.43117, 0, 0, 0.656058, 0.75471, 300, 255, 1, '', 49345, NULL), +(@OGUID+5187, 1619, 0, 1, 0, 1, 1, -5446.58, -1946.69, 415.319, 5.65487, 0, 0, -0.309016, 0.951057, 300, 255, 1, '', 48340, NULL), +(@OGUID+5188, 1619, 0, 1, 0, 1, 1, -5467.29, -1814.53, 408.816, 2.21657, 0, 0, 0.894934, 0.446199, 300, 255, 1, '', 48340, NULL), +(@OGUID+5189, 1619, 0, 1, 0, 1, 1, -5521.32, -1671.8, 399.031, 2.3911, 0, 0, 0.930417, 0.366502, 300, 255, 1, '', 50063, NULL), +(@OGUID+5190, 1619, 0, 1, 0, 1, 1, -5522.67, -1501.02, 412.437, 1.39626, 0, 0, 0.642787, 0.766045, 300, 255, 1, '', 48632, NULL), +(@OGUID+5191, 1619, 0, 1, 0, 1, 1, -5588.87, -1868.5, 405.868, 1.83259, 0, 0, 0.793353, 0.608762, 300, 255, 1, '', 49345, NULL), +(@OGUID+5192, 1619, 0, 1, 0, 1, 1, -5606.06, -1408.9, 403.155, 5.67232, 0, 0, -0.300705, 0.953717, 300, 255, 1, '', 50063, NULL), +(@OGUID+5193, 1619, 0, 1, 0, 1, 1, -5621.83, -1233.76, 392.618, 0.820303, 0, 0, 0.398748, 0.91706, 300, 255, 1, '', 48632, NULL), +(@OGUID+5194, 1619, 0, 1, 0, 1, 1, -5628.9, -1185.42, 393.984, 5.00909, 0, 0, -0.594823, 0.803857, 300, 255, 1, '', 49345, NULL), +(@OGUID+5195, 1619, 0, 1, 0, 1, 1, -5630.62, -1352.33, 400.876, 5.39307, 0, 0, -0.430511, 0.902586, 300, 255, 1, '', 49345, NULL), +(@OGUID+5196, 1619, 0, 1, 0, 1, 1, -5632, -1788.36, 401.652, 3.14159, 0, 0, -1, 0, 300, 255, 1, '', 48632, NULL), +(@OGUID+5197, 1619, 0, 1, 0, 1, 1, -5634.98, -633.097, 408.587, 2.67035, 0, 0, 0.972369, 0.233448, 300, 255, 1, '', 48632, NULL), +(@OGUID+5198, 1619, 0, 1, 0, 1, 1, -5656.49, -1614.88, 384.717, 4.08407, 0, 0, -0.891006, 0.453991, 300, 255, 1, '', 48632, NULL), +(@OGUID+5199, 1619, 0, 1, 0, 1, 1, -5678.3, -1469.82, 405.582, 2.58308, 0, 0, 0.961261, 0.27564, 300, 255, 1, '', 48632, NULL), +(@OGUID+5200, 1619, 0, 1, 0, 1, 1, -5678.99, -1668.14, 398.287, 4.45059, 0, 0, -0.793353, 0.608762, 300, 255, 1, '', 49345, NULL), +(@OGUID+5201, 1619, 0, 1, 0, 1, 1, -5686.64, -1627.61, 383.204, 0.90757, 0, 0, 0.438371, 0.898794, 300, 255, 1, '', 49345, NULL), +(@OGUID+5202, 1619, 0, 1, 0, 1, 1, -5706.91, -181.972, 369.122, 6.02139, 0, 0, -0.130526, 0.991445, 300, 255, 1, '', 48632, NULL), +(@OGUID+5203, 1619, 0, 1, 0, 1, 1, -5718.08, -596.609, 406.947, 5.35816, 0, 0, -0.446198, 0.894935, 300, 255, 1, '', 49345, NULL), +(@OGUID+5204, 1619, 0, 1, 0, 1, 1, -5726.06, -1343.31, 400.751, 1.88495, 0, 0, 0.809016, 0.587786, 300, 255, 1, '', 48632, NULL), +(@OGUID+5205, 1619, 0, 1, 0, 1, 1, -5731.78, -1090.68, 389.659, 3.21142, 0, 0, -0.999391, 0.0349061, 300, 255, 1, '', 48632, NULL), +(@OGUID+5206, 1619, 0, 1, 0, 1, 1, -5733.56, -1774.67, 401.658, 4.97419, 0, 0, -0.608761, 0.793354, 300, 255, 1, '', 48632, NULL), +(@OGUID+5207, 1619, 0, 1, 0, 1, 1, -5745.33, -1616.57, 363.214, 6.0912, 0, 0, -0.0958452, 0.995396, 300, 255, 1, '', 49345, NULL), +(@OGUID+5208, 1619, 0, 1, 0, 1, 1, -5756.13, -1697.97, 363.478, 5.55015, 0, 0, -0.358368, 0.93358, 300, 255, 1, '', 48632, NULL), +(@OGUID+5209, 1619, 0, 1, 0, 1, 1, -5762.06, -1285.67, 383.285, 4.55531, 0, 0, -0.760406, 0.649449, 300, 255, 1, '', 48632, NULL), +(@OGUID+5210, 1619, 0, 1, 0, 1, 1, -5768, -1224.3, 379.924, 1.6057, 0, 0, 0.719339, 0.694659, 300, 255, 1, '', 48632, NULL), +(@OGUID+5211, 1619, 0, 1, 0, 1, 1, -5770.15, -641.998, 403.322, 3.49067, 0, 0, -0.984807, 0.173652, 300, 255, 1, '', 48632, NULL), +(@OGUID+5212, 1619, 0, 1, 0, 1, 1, -5774.99, -1559.79, 360.055, 5.00909, 0, 0, -0.594823, 0.803857, 300, 255, 1, '', 49345, NULL), +(@OGUID+5213, 1619, 0, 1, 0, 1, 1, -5810.19, -1490.53, 365.411, 5.95157, 0, 0, -0.165047, 0.986286, 300, 255, 1, '', 48632, NULL), +(@OGUID+5214, 1619, 0, 1, 0, 1, 1, -5819.96, -404.656, 382.646, 2.02458, 0, 0, 0.848047, 0.529921, 300, 255, 1, '', 48632, NULL), +(@OGUID+5215, 1619, 0, 1, 0, 1, 1, -5823.85, -1681.69, 359.708, 3.10665, 0, 0, 0.999847, 0.0174693, 300, 255, 1, '', 48632, NULL), +(@OGUID+5216, 1619, 0, 1, 0, 1, 1, -5832.01, -546.661, 398.912, 3.10665, 0, 0, 0.999847, 0.0174693, 300, 255, 1, '', 48632, NULL), +(@OGUID+5217, 1619, 0, 1, 0, 1, 1, -5838.34, -1653.31, 358.806, 3.56047, 0, 0, -0.978148, 0.207912, 300, 255, 1, '', 48632, NULL), +(@OGUID+5218, 1619, 0, 1, 0, 1, 1, -5860.01, -1487.44, 364.024, 0.820303, 0, 0, 0.398748, 0.91706, 300, 255, 1, '', 49345, NULL), +(@OGUID+5219, 1619, 0, 1, 0, 1, 1, -5866.18, -1564.39, 365.553, 3.85718, 0, 0, -0.936671, 0.35021, 300, 255, 1, '', 49345, NULL), +(@OGUID+5220, 1619, 0, 1, 0, 1, 1, -5911.13, -516.637, 403.768, 4.34587, 0, 0, -0.824126, 0.566406, 300, 255, 1, '', 48632, NULL), +(@OGUID+5221, 1619, 0, 1, 0, 1, 1, -5930.02, -140.335, 377.131, 2.84488, 0, 0, 0.989016, 0.147811, 300, 255, 1, '', 48632, NULL), +(@OGUID+5222, 1619, 0, 1, 0, 1, 1, -5973.6, -621.295, 404.829, 3.00195, 0, 0, 0.997563, 0.0697661, 300, 255, 1, '', 49345, NULL), +(@OGUID+5223, 1619, 0, 1, 0, 1, 1, -5531.93, -1579.99, 403.146, 2.96704, 0, 0, 0.996194, 0.087165, 300, 255, 1, '', 46368, NULL), +(@OGUID+5224, 1619, 0, 1, 0, 1, 1, -5678.06, -1108.16, 388.727, 4.32842, 0, 0, -0.829037, 0.559194, 300, 255, 1, '', 51943, NULL), +(@OGUID+5225, 1619, 0, 1, 0, 1, 1, -5678.37, -1411.78, 405.54, 5.02655, 0, 0, -0.587785, 0.809017, 300, 255, 1, '', 51943, NULL), +(@OGUID+5226, 1619, 0, 1, 0, 1, 1, -5765.55, 54.7556, 379.7, 1.6057, 0, 0, 0.719339, 0.694659, 300, 255, 1, '', 51943, NULL), +(@OGUID+5227, 1619, 0, 1, 0, 1, 1, -5845.22, 120.792, 392.526, 0.279252, 0, 0, 0.139173, 0.990268, 300, 255, 1, '', 51943, NULL), +(@OGUID+5228, 1619, 0, 1, 1, 1, 1, -5719.87, -1606.49, 384.292, 4.90438, 0, 0, -0.636078, 0.771625, 300, 255, 1, '', 48120, NULL), +(@OGUID+5229, 1619, 0, 1, 1, 1, 1, -5765.93, -1052.6, 387.577, 6.21337, 0, 0, -0.0348988, 0.999391, 300, 255, 1, '', 48120, NULL), +(@OGUID+5230, 1619, 0, 1, 1, 1, 1, -5783.54, -1511.31, 364.949, 3.61284, 0, 0, -0.972369, 0.233448, 300, 255, 1, '', 48120, NULL), +(@OGUID+5231, 1619, 0, 1, 1, 1, 1, -5805.35, -1049.38, 390.701, 2.56563, 0, 0, 0.958819, 0.284016, 300, 255, 1, '', 48120, NULL), +(@OGUID+5232, 1619, 0, 1, 1, 1, 1, -5854.08, -933.5, 409.683, 2.58308, 0, 0, 0.961261, 0.27564, 300, 255, 1, '', 49345, NULL), +(@OGUID+5233, 1619, 0, 1, 1, 1, 1, -5898.41, -19.0024, 369.38, 2.07694, 0, 0, 0.861629, 0.507539, 300, 255, 1, '', 48120, NULL), +(@OGUID+5234, 1619, 0, 1, 1, 1, 1, -5945.51, -1106.05, 400.468, 2.07694, 0, 0, 0.861629, 0.507539, 300, 255, 1, '', 49345, NULL), +(@OGUID+5235, 1731, 0, 1, 0, 1, 1, -4831.69, -371.356, 404.549, 5.79449, 0, 0, -0.241921, 0.970296, 300, 255, 1, '', 48340, NULL), +(@OGUID+5236, 1731, 0, 1, 0, 1, 1, -4962.52, -169.262, 386.505, 6.12611, 0, 0, -0.0784588, 0.996917, 300, 255, 1, '', 48340, NULL), +(@OGUID+5237, 1731, 0, 1, 0, 1, 1, -5016.47, 5.45768, 395.013, 0.383971, 0, 0, 0.190808, 0.981627, 300, 255, 1, '', 48632, NULL), +(@OGUID+5238, 1731, 0, 1, 0, 1, 1, -5051.87, -585.697, 426.163, 0, 0, 0, 0, 1, 300, 255, 1, '', 49345, NULL), +(@OGUID+5239, 1731, 0, 1, 0, 1, 1, -5168.54, -2256.53, 419.185, 5.13127, 0, 0, -0.544639, 0.838671, 300, 255, 1, '', 49345, NULL), +(@OGUID+5240, 1731, 0, 1, 0, 1, 1, -5220.57, -2126.2, 447.289, 4.79966, 0, 0, -0.67559, 0.737278, 300, 255, 1, '', 50172, NULL), +(@OGUID+5241, 1731, 0, 1, 0, 1, 1, -5235.36, 102.745, 392.428, 0.349065, 0, 0, 0.173648, 0.984808, 300, 255, 1, '', 48340, NULL), +(@OGUID+5242, 1731, 0, 1, 0, 1, 1, -5247.1, -186.159, 442.975, 2.63544, 0, 0, 0.968147, 0.250381, 300, 255, 1, '', 48632, NULL), +(@OGUID+5243, 1731, 0, 1, 0, 1, 1, -5255.03, -1049.99, 399.236, 1.48353, 0, 0, 0.67559, 0.737278, 300, 255, 1, '', 48340, NULL), +(@OGUID+5244, 1731, 0, 1, 0, 1, 1, -5286.26, -840.516, 406.846, 0, 0, 0, 0, 1, 300, 255, 1, '', 49345, NULL), +(@OGUID+5245, 1731, 0, 1, 0, 1, 1, -5319.51, -744.61, 392.283, 1.79769, 0, 0, 0.782608, 0.622515, 300, 255, 1, '', 48632, NULL), +(@OGUID+5246, 1731, 0, 1, 0, 1, 1, -5334.67, -659.969, 394.837, 5.41052, 0, 0, -0.422618, 0.906308, 300, 255, 1, '', 48632, NULL), +(@OGUID+5247, 1731, 0, 1, 0, 1, 1, -5357.22, -421.696, 397.762, 4.34587, 0, 0, -0.824126, 0.566406, 300, 255, 1, '', 48632, NULL), +(@OGUID+5248, 1731, 0, 1, 0, 1, 1, -5420.69, -2223.09, 424.955, 1.72787, 0, 0, 0.760406, 0.649449, 300, 255, 1, '', 48632, NULL), +(@OGUID+5249, 1731, 0, 1, 0, 1, 1, -5422.98, -1276.98, 447.711, 4.50295, 0, 0, -0.777145, 0.629321, 300, 255, 1, '', 48632, NULL), +(@OGUID+5250, 1731, 0, 1, 0, 1, 1, -5432.38, -2023.23, 427.529, 4.50295, 0, 0, -0.777145, 0.629321, 300, 255, 1, '', 49345, NULL), +(@OGUID+5251, 1731, 0, 1, 0, 1, 1, -5456.39, -1757.68, 443.358, 2.09439, 0, 0, 0.866025, 0.500001, 300, 255, 1, '', 48632, NULL), +(@OGUID+5252, 1731, 0, 1, 0, 1, 1, -5462.9, -321.323, 361.567, 2.79252, 0, 0, 0.984807, 0.173652, 300, 255, 1, '', 48632, NULL), +(@OGUID+5253, 1731, 0, 1, 0, 1, 1, -5481.05, -1555.31, 444.87, 0.436332, 0, 0, 0.216439, 0.976296, 300, 255, 1, '', 48632, NULL), +(@OGUID+5254, 1731, 0, 1, 0, 1, 1, -5515.74, -358.843, 361.206, 4.27606, 0, 0, -0.843391, 0.5373, 300, 255, 1, '', 48632, NULL), +(@OGUID+5255, 1731, 0, 1, 0, 1, 1, -5520.07, -828.794, 413.923, 1.85005, 0, 0, 0.798635, 0.601815, 300, 255, 1, '', 48632, NULL), +(@OGUID+5256, 1731, 0, 1, 0, 1, 1, -5525.45, -1499.6, 409.249, 4.72984, 0, 0, -0.700909, 0.713251, 300, 255, 1, '', 50063, NULL), +(@OGUID+5257, 1731, 0, 1, 0, 1, 1, -5546.32, -1687.21, 343.854, 1.32645, 0, 0, 0.615661, 0.788011, 300, 255, 1, '', 48632, NULL), +(@OGUID+5258, 1731, 0, 1, 0, 1, 1, -5546.48, -1776.41, 345.431, 2.93214, 0, 0, 0.994521, 0.104536, 300, 255, 1, '', 48340, NULL), +(@OGUID+5259, 1731, 0, 1, 0, 1, 1, -5552.77, -285.159, 364.495, 5.46288, 0, 0, -0.398748, 0.91706, 300, 255, 1, '', 48632, NULL), +(@OGUID+5260, 1731, 0, 1, 0, 1, 1, -5560.81, -2216.06, 436.481, 4.93928, 0, 0, -0.622514, 0.782609, 300, 255, 1, '', 48120, NULL), +(@OGUID+5261, 1731, 0, 1, 0, 1, 1, -5564.15, -1394.78, 409.548, 1.11701, 0, 0, 0.529919, 0.848048, 300, 255, 1, '', 48632, NULL), +(@OGUID+5262, 1731, 0, 1, 0, 1, 1, -5566.91, -1726.08, 342.898, 0.767944, 0, 0, 0.374606, 0.927184, 300, 255, 1, '', 48632, NULL), +(@OGUID+5263, 1731, 0, 1, 0, 1, 1, -5570.23, -1705.6, 371.531, 2.46091, 0, 0, 0.942641, 0.333808, 300, 255, 1, '', 48632, NULL), +(@OGUID+5264, 1731, 0, 1, 0, 1, 1, -5586.85, -1674.53, 345.407, 1.55334, 0, 0, 0.700909, 0.713251, 300, 255, 1, '', 49345, NULL), +(@OGUID+5265, 1731, 0, 1, 0, 1, 1, -5594.91, -1894.3, 398.391, 4.36332, 0, 0, -0.819152, 0.573577, 300, 255, 1, '', 48340, NULL), +(@OGUID+5266, 1731, 0, 1, 0, 1, 1, -5600.43, -744.175, 434.065, 1.79769, 0, 0, 0.782608, 0.622515, 300, 255, 1, '', 48632, NULL), +(@OGUID+5267, 1731, 0, 1, 0, 1, 1, -5600.61, -1761.3, 370.283, 3.07177, 0, 0, 0.999391, 0.0349061, 300, 255, 1, '', 48340, NULL), +(@OGUID+5268, 1731, 0, 1, 0, 1, 1, -5605.74, -1713.77, 360.251, 2.75761, 0, 0, 0.981627, 0.190812, 300, 255, 1, '', 48340, NULL), +(@OGUID+5269, 1731, 0, 1, 0, 1, 1, -5613.39, -1589.05, 403.809, 0.261798, 0, 0, 0.130526, 0.991445, 300, 255, 1, '', 48340, NULL), +(@OGUID+5270, 1731, 0, 1, 0, 1, 1, -5614.62, -1665.83, 351.188, 4.86947, 0, 0, -0.649447, 0.760406, 300, 255, 1, '', 50172, NULL), +(@OGUID+5271, 1731, 0, 1, 0, 1, 1, -5616.14, -1752.76, 413.743, 4.06662, 0, 0, -0.894934, 0.446199, 300, 255, 1, '', 49345, NULL), +(@OGUID+5272, 1731, 0, 1, 0, 1, 1, -5628.65, -1651.85, 365.856, 2.07694, 0, 0, 0.861629, 0.507539, 300, 255, 1, '', 48632, NULL), +(@OGUID+5273, 1731, 0, 1, 0, 1, 1, -5629.48, -962.107, 406.375, 1.74533, 0, 0, 0.766044, 0.642789, 300, 255, 1, '', 48632, NULL), +(@OGUID+5274, 1731, 0, 1, 0, 1, 1, -5633, -2081.8, 403.557, 4.06662, 0, 0, -0.894934, 0.446199, 300, 255, 1, '', 48120, NULL), +(@OGUID+5275, 1731, 0, 1, 0, 1, 1, -5633.05, -1751.15, 358.066, 5.61996, 0, 0, -0.325567, 0.945519, 300, 255, 1, '', 49345, NULL), +(@OGUID+5276, 1731, 0, 1, 0, 1, 1, -5633.08, -1957.88, 372.963, 2.93214, 0, 0, 0.994521, 0.104536, 300, 255, 1, '', 49345, NULL), +(@OGUID+5277, 1731, 0, 1, 0, 1, 1, -5641.67, -1815.62, 357.022, 4.76475, 0, 0, -0.688354, 0.725374, 300, 255, 1, '', 48632, NULL), +(@OGUID+5278, 1731, 0, 1, 0, 1, 1, -5644.32, -2362.95, 424.935, 2.30383, 0, 0, 0.913545, 0.406738, 300, 255, 1, '', 48632, NULL), +(@OGUID+5279, 1731, 0, 1, 0, 1, 1, -5658.29, -280.815, 370.92, 0, 0, 0, 0, 1, 300, 255, 1, '', 48632, NULL), +(@OGUID+5280, 1731, 0, 1, 0, 1, 1, -5706.74, -2259.01, 445.328, 6.05629, 0, 0, -0.113203, 0.993572, 300, 255, 1, '', 48632, NULL), +(@OGUID+5281, 1731, 0, 1, 0, 1, 1, -5716.87, -162.426, 374.256, 3.08918, 0, 0, 0.999657, 0.0262016, 300, 255, 1, '', 48632, NULL), +(@OGUID+5282, 1731, 0, 1, 0, 1, 1, -5717.33, -1426.85, 432.837, 1.11701, 0, 0, 0.529919, 0.848048, 300, 255, 1, '', 49345, NULL), +(@OGUID+5283, 1731, 0, 1, 0, 1, 1, -5723.14, -977.155, 400.596, 5.61996, 0, 0, -0.325567, 0.945519, 300, 255, 1, '', 48632, NULL), +(@OGUID+5284, 1731, 0, 1, 0, 1, 1, -5727.6, -1662.49, 363.751, 1.48353, 0, 0, 0.67559, 0.737278, 300, 255, 1, '', 49345, NULL), +(@OGUID+5285, 1731, 0, 1, 0, 1, 1, -5738.28, -1613.1, 368.367, 5.06146, 0, 0, -0.573576, 0.819152, 300, 255, 1, '', 48632, NULL), +(@OGUID+5286, 1731, 0, 1, 0, 1, 1, -5756.99, -1462.85, 407.367, 6.03884, 0, 0, -0.121869, 0.992546, 300, 255, 1, '', 49345, NULL), +(@OGUID+5287, 1731, 0, 1, 0, 1, 1, -5757, -1705.79, 369.181, 4.95674, 0, 0, -0.615661, 0.788011, 300, 255, 1, '', 48632, NULL), +(@OGUID+5288, 1731, 0, 1, 0, 1, 1, -5763.37, -1213.98, 386.301, 1.0472, 0, 0, 0.5, 0.866025, 300, 255, 1, '', 48632, NULL), +(@OGUID+5289, 1731, 0, 1, 0, 1, 1, -5770.21, -2184.04, 410.181, 3.47321, 0, 0, -0.986285, 0.16505, 300, 255, 1, '', 48632, NULL), +(@OGUID+5290, 1731, 0, 1, 0, 1, 1, -5770.99, -653.592, 403.583, 6.02139, 0, 0, -0.130526, 0.991445, 300, 255, 1, '', 48632, NULL), +(@OGUID+5291, 1731, 0, 1, 0, 1, 1, -5776.53, -2050.67, 403.284, 2.68781, 0, 0, 0.97437, 0.224951, 300, 255, 1, '', 49345, NULL), +(@OGUID+5292, 1731, 0, 1, 0, 1, 1, -5788.15, -1763.12, 407.646, 2.44346, 0, 0, 0.939692, 0.34202, 300, 255, 1, '', 48632, NULL), +(@OGUID+5293, 1731, 0, 1, 0, 1, 1, -5828.81, -1682.51, 364.491, 1.43117, 0, 0, 0.656058, 0.75471, 300, 255, 1, '', 48632, NULL), +(@OGUID+5294, 1731, 0, 1, 0, 1, 1, -5838.87, -1475.59, 366.429, 0.0174525, 0, 0, 0.00872612, 0.999962, 300, 255, 1, '', 48632, NULL), +(@OGUID+5295, 1731, 0, 1, 0, 1, 1, -5868.58, -1568.41, 368.365, 5.63741, 0, 0, -0.317305, 0.948324, 300, 255, 1, '', 48632, NULL), +(@OGUID+5296, 1731, 0, 1, 0, 1, 1, -5879.19, -1522.75, 380.578, 4.7473, 0, 0, -0.694658, 0.71934, 300, 255, 1, '', 48632, NULL), +(@OGUID+5297, 1731, 0, 1, 0, 1, 1, -5941.51, -676.599, 427.108, 5.06146, 0, 0, -0.573576, 0.819152, 300, 255, 1, '', 48632, NULL), +(@OGUID+5298, 1731, 0, 1, 0, 1, 1, -5958.88, -661.093, 404.042, 2.07694, 0, 0, 0.861629, 0.507539, 300, 255, 1, '', 48632, NULL), +(@OGUID+5299, 1731, 0, 1, 0, 1, 1, -5965.87, 29.5307, 372.507, 6.21337, 0, 0, -0.0348988, 0.999391, 300, 255, 1, '', 48632, NULL), +(@OGUID+5300, 1731, 0, 1, 0, 1, 1, -6015.35, -577.502, 414.565, 1.6057, 0, 0, 0.719339, 0.694659, 300, 255, 1, '', 49345, NULL), +(@OGUID+5301, 1731, 0, 1, 0, 1, 1, -6099.44, -341.376, 439.958, 0.261798, 0, 0, 0.130526, 0.991445, 300, 255, 1, '', 48632, NULL), +(@OGUID+5302, 1731, 0, 1, 0, 1, 1, -4827.8, -231.656, 406.364, 0.366518, 0, 0, 0.182235, 0.983255, 300, 255, 1, '', 46779, NULL), +(@OGUID+5303, 1731, 0, 1, 0, 1, 1, -4855.66, -104.338, 407.57, 0.785397, 0, 0, 0.382683, 0.92388, 300, 255, 1, '', 51943, NULL), +(@OGUID+5304, 1731, 0, 1, 0, 1, 1, -4885.96, 150.787, 404.716, 6.10865, 0, 0, -0.0871553, 0.996195, 300, 255, 1, '', 53788, NULL), +(@OGUID+5305, 1731, 0, 1, 0, 1, 1, -4974.16, -233.916, 415.163, 3.75246, 0, 0, -0.953716, 0.300708, 300, 255, 1, '', 46779, NULL), +(@OGUID+5306, 1731, 0, 1, 0, 1, 1, -4988.01, 285.855, 417.786, 5.68977, 0, 0, -0.292372, 0.956305, 300, 255, 1, '', 52237, NULL), +(@OGUID+5307, 1731, 0, 1, 0, 1, 1, -5000.76, -291.451, 445.826, 5.39307, 0, 0, -0.430511, 0.902586, 300, 255, 1, '', 46779, NULL), +(@OGUID+5308, 1731, 0, 1, 0, 1, 1, -5085.58, -272.124, 441.336, 3.21142, 0, 0, -0.999391, 0.0349061, 300, 255, 1, '', 51943, NULL), +(@OGUID+5309, 1731, 0, 1, 0, 1, 1, -5120.81, -112.382, 399.669, 5.32326, 0, 0, -0.461748, 0.887011, 300, 255, 1, '', 51943, NULL), +(@OGUID+5310, 1731, 0, 1, 0, 1, 1, -5122.66, -227.769, 403.801, 3.64774, 0, 0, -0.968147, 0.250381, 300, 255, 1, '', 51943, NULL), +(@OGUID+5311, 1731, 0, 1, 0, 1, 1, -5148.34, -324.104, 402.391, 2.9845, 0, 0, 0.996917, 0.0784664, 300, 255, 1, '', 46779, NULL), +(@OGUID+5312, 1731, 0, 1, 0, 1, 1, -5359.79, -196.572, 451.925, 0.575957, 0, 0, 0.284015, 0.95882, 300, 255, 1, '', 53788, NULL), +(@OGUID+5313, 1731, 0, 1, 0, 1, 1, -5413.44, -217.931, 374.285, 2.65289, 0, 0, 0.970295, 0.241925, 300, 255, 1, '', 51739, NULL), +(@OGUID+5314, 1731, 0, 1, 0, 1, 1, -5419.91, -131.974, 349.558, 1.06465, 0, 0, 0.507538, 0.861629, 300, 255, 1, '', 53788, NULL), +(@OGUID+5315, 1731, 0, 1, 0, 1, 1, -5431.58, -308.889, 358.476, 3.21142, 0, 0, -0.999391, 0.0349061, 300, 255, 1, '', 51943, NULL), +(@OGUID+5316, 1731, 0, 1, 0, 1, 1, -5463.95, -181.433, 424.59, 3.00195, 0, 0, 0.997563, 0.0697661, 300, 255, 1, '', 51739, NULL), +(@OGUID+5317, 1731, 0, 1, 0, 1, 1, -5499.31, -206.126, 354.253, 0.785397, 0, 0, 0.382683, 0.92388, 300, 255, 1, '', 51739, NULL), +(@OGUID+5318, 1731, 0, 1, 0, 1, 1, -5505.15, -1743.88, 336.827, 3.29869, 0, 0, -0.996917, 0.0784664, 300, 255, 1, '', 51943, NULL), +(@OGUID+5319, 1731, 0, 1, 0, 1, 1, -5543.01, -345.275, 359.952, 5.91667, 0, 0, -0.182235, 0.983255, 300, 255, 1, '', 51943, NULL), +(@OGUID+5320, 1731, 0, 1, 0, 1, 1, -5567.07, -1799.28, 360.231, 5.39307, 0, 0, -0.430511, 0.902586, 300, 255, 1, '', 51943, NULL), +(@OGUID+5321, 1731, 0, 1, 0, 1, 1, -5640.9, -1706.94, 362.449, 2.58308, 0, 0, 0.961261, 0.27564, 300, 255, 1, '', 51943, NULL), +(@OGUID+5322, 1731, 0, 1, 0, 1, 1, -5649.31, -52.1474, 418.394, 0, 0, 0, 0, 1, 300, 255, 1, '', 51943, NULL), +(@OGUID+5323, 1731, 0, 1, 0, 1, 1, -5654.57, -1675.68, 360.795, 3.14159, 0, 0, -1, 0, 300, 255, 1, '', 52237, NULL), +(@OGUID+5324, 1731, 0, 1, 0, 1, 1, -5674.74, 41.0316, 401.546, 2.07694, 0, 0, 0.861629, 0.507539, 300, 255, 1, '', 51943, NULL), +(@OGUID+5325, 1731, 0, 1, 0, 1, 1, -5697.27, -1723.45, 361.68, 5.5676, 0, 0, -0.350207, 0.936672, 300, 255, 1, '', 51943, NULL), +(@OGUID+5326, 1731, 0, 1, 0, 1, 1, -5757.61, -1588.93, 362.943, 2.9496, 0, 0, 0.995396, 0.0958512, 300, 255, 1, '', 52237, NULL), +(@OGUID+5327, 1731, 0, 1, 0, 1, 1, -5811.24, -426.122, 370.75, 0.279252, 0, 0, 0.139173, 0.990268, 300, 255, 1, '', 51943, NULL), +(@OGUID+5328, 1731, 0, 1, 0, 1, 1, -5815.37, 224.161, 393.461, 2.18166, 0, 0, 0.887011, 0.461749, 300, 255, 1, '', 51943, NULL), +(@OGUID+5329, 1731, 0, 1, 0, 1, 1, -5828.94, -67.125, 366.152, 2.58308, 0, 0, 0.961261, 0.27564, 300, 255, 1, '', 51943, NULL), +(@OGUID+5330, 1731, 0, 1, 0, 1, 1, -5888.64, -318.246, 373.329, 5.32326, 0, 0, -0.461748, 0.887011, 300, 255, 1, '', 51943, NULL), +(@OGUID+5331, 1731, 0, 1, 0, 1, 1, -5963, -307.491, 455.642, 0, 0, 0, 0, 1, 300, 255, 1, '', 51943, NULL), +(@OGUID+5332, 1731, 0, 1, 0, 1, 1, -6011.58, -114.691, 412.603, 2.56563, 0, 0, 0.958819, 0.284016, 300, 255, 1, '', 51666, NULL), +(@OGUID+5333, 1731, 0, 1, 0, 1, 1, -6113.85, -155.679, 438.348, 0.453785, 0, 0, 0.224951, 0.97437, 300, 255, 1, '', 51943, NULL), +(@OGUID+5334, 1731, 0, 1, 1, 1, 1, -4981.55, -2143.23, 415.25, 5.09636, 0, 0, -0.559193, 0.829038, 300, 255, 1, '', 49345, NULL), +(@OGUID+5335, 1731, 0, 1, 1, 1, 1, -5018.81, 466.14, 419.118, 0, 0, 0, 0, 1, 300, 255, 1, '', 49345, NULL), +(@OGUID+5336, 1731, 0, 1, 1, 1, 1, -5047.76, -230.372, 447.539, 4.39823, 0, 0, -0.809016, 0.587786, 300, 255, 1, '', 49345, NULL), +(@OGUID+5337, 1731, 0, 1, 1, 1, 1, -5082.65, -153.88, 442.593, 0, 0, 0, 0, 1, 300, 255, 1, '', 48120, NULL), +(@OGUID+5338, 1731, 0, 1, 1, 1, 1, -5135.02, -2059.21, 436.066, 0.0523589, 0, 0, 0.0261765, 0.999657, 300, 255, 1, '', 50664, NULL), +(@OGUID+5339, 1731, 0, 1, 1, 1, 1, -5213.95, 339.462, 405.109, 1.36136, 0, 0, 0.62932, 0.777146, 300, 255, 1, '', 48120, NULL), +(@OGUID+5340, 1731, 0, 1, 1, 1, 1, -5229.89, 31.2378, 363.083, 0.802851, 0, 0, 0.390731, 0.920505, 300, 255, 1, '', 48120, NULL), +(@OGUID+5341, 1731, 0, 1, 1, 1, 1, -5234.25, 106.103, 392.896, 5.65487, 0, 0, -0.309016, 0.951057, 300, 255, 1, '', 49345, NULL), +(@OGUID+5342, 1731, 0, 1, 1, 1, 1, -5281.5, -78.8783, 402.053, 3.64774, 0, 0, -0.968147, 0.250381, 300, 255, 1, '', 48120, NULL), +(@OGUID+5343, 1731, 0, 1, 1, 1, 1, -5288.14, -60.5661, 401.245, 5.60251, 0, 0, -0.333807, 0.942641, 300, 255, 1, '', 50664, NULL), +(@OGUID+5344, 1731, 0, 1, 1, 1, 1, -5341.9, 483.555, 390.603, 5.07891, 0, 0, -0.566406, 0.824126, 300, 255, 1, '', 48120, NULL), +(@OGUID+5345, 1731, 0, 1, 1, 1, 1, -5351.83, -309.17, 417.621, 6.02139, 0, 0, -0.130526, 0.991445, 300, 255, 1, '', 49345, NULL), +(@OGUID+5346, 1731, 0, 1, 1, 1, 1, -5382.82, 605.27, 400.618, 3.05433, 0, 0, 0.999048, 0.0436193, 300, 255, 1, '', 48120, NULL), +(@OGUID+5347, 1731, 0, 1, 1, 1, 1, -5387.72, -282.724, 358.948, 3.54302, 0, 0, -0.979924, 0.19937, 300, 255, 1, '', 48120, NULL), +(@OGUID+5348, 1731, 0, 1, 1, 1, 1, -5403.73, -119.305, 369.452, 5.06146, 0, 0, -0.573576, 0.819152, 300, 255, 1, '', 48120, NULL), +(@OGUID+5349, 1731, 0, 1, 1, 1, 1, -5405.12, 446.462, 393.463, 5.46288, 0, 0, -0.398748, 0.91706, 300, 255, 1, '', 48120, NULL), +(@OGUID+5350, 1731, 0, 1, 1, 1, 1, -5452.19, -281.138, 358.577, 3.80482, 0, 0, -0.945518, 0.325568, 300, 255, 1, '', 48120, NULL), +(@OGUID+5351, 1731, 0, 1, 1, 1, 1, -5476.12, -111.775, 422.548, 2.67035, 0, 0, 0.972369, 0.233448, 300, 255, 1, '', 48120, NULL), +(@OGUID+5352, 1731, 0, 1, 1, 1, 1, -5476.83, 105.969, 407.061, 5.60251, 0, 0, -0.333807, 0.942641, 300, 255, 1, '', 49345, NULL), +(@OGUID+5353, 1731, 0, 1, 1, 1, 1, -5482.73, -94.8129, 346.902, 3.15906, 0, 0, -0.999962, 0.00873464, 300, 255, 1, '', 49345, NULL), +(@OGUID+5354, 1731, 0, 1, 1, 1, 1, -5486.29, 467.214, 392.111, 3.80482, 0, 0, -0.945518, 0.325568, 300, 255, 1, '', 48120, NULL), +(@OGUID+5355, 1731, 0, 1, 1, 1, 1, -5504.02, -275.01, 354.252, 6.00393, 0, 0, -0.139173, 0.990268, 300, 255, 1, '', 49345, NULL), +(@OGUID+5356, 1731, 0, 1, 1, 1, 1, -5517.67, 694.662, 396.999, 2.00713, 0, 0, 0.843391, 0.5373, 300, 255, 1, '', 50664, NULL), +(@OGUID+5357, 1731, 0, 1, 1, 1, 1, -5536.48, 665.328, 398.054, 1.36136, 0, 0, 0.62932, 0.777146, 300, 255, 1, '', 48120, NULL), +(@OGUID+5358, 1731, 0, 1, 1, 1, 1, -5540.89, 615.888, 398.518, 3.10665, 0, 0, 0.999847, 0.0174693, 300, 255, 1, '', 49345, NULL), +(@OGUID+5359, 1731, 0, 1, 1, 1, 1, -5554.99, 697.952, 388.948, 2.44346, 0, 0, 0.939692, 0.34202, 300, 255, 1, '', 49345, NULL), +(@OGUID+5360, 1731, 0, 1, 1, 1, 1, -5557.18, 188.45, 416.896, 5.16618, 0, 0, -0.529919, 0.848048, 300, 255, 1, '', 49345, NULL), +(@OGUID+5361, 1731, 0, 1, 1, 1, 1, -5564.47, -307.319, 365.538, 5.28835, 0, 0, -0.477159, 0.878817, 300, 255, 1, '', 49345, NULL), +(@OGUID+5362, 1731, 0, 1, 1, 1, 1, -5566.41, 773.132, 385.154, 4.83456, 0, 0, -0.66262, 0.748956, 300, 255, 1, '', 49345, NULL), +(@OGUID+5363, 1731, 0, 1, 1, 1, 1, -5566.91, 572.22, 394.714, 3.6652, 0, 0, -0.965925, 0.258821, 300, 255, 1, '', 49345, NULL), +(@OGUID+5364, 1731, 0, 1, 1, 1, 1, -5569.23, 662.99, 396.228, 2.30383, 0, 0, 0.913545, 0.406738, 300, 255, 1, '', 48120, NULL), +(@OGUID+5365, 1731, 0, 1, 1, 1, 1, -5579.25, 745.874, 391.875, 1.39626, 0, 0, 0.642787, 0.766045, 300, 255, 1, '', 48120, NULL), +(@OGUID+5366, 1731, 0, 1, 1, 1, 1, -5587.96, 642.124, 385.477, 3.33359, 0, 0, -0.995396, 0.0958512, 300, 255, 1, '', 49345, NULL), +(@OGUID+5367, 1731, 0, 1, 1, 1, 1, -5596.4, 608.955, 392.607, 6.24828, 0, 0, -0.0174522, 0.999848, 300, 255, 1, '', 48120, NULL), +(@OGUID+5368, 1731, 0, 1, 1, 1, 1, -5605.4, -252.373, 367.83, 3.57793, 0, 0, -0.976295, 0.216442, 300, 255, 1, '', 48120, NULL), +(@OGUID+5369, 1731, 0, 1, 1, 1, 1, -5605.46, 727.469, 383.754, 5.55015, 0, 0, -0.358368, 0.93358, 300, 255, 1, '', 48120, NULL), +(@OGUID+5370, 1731, 0, 1, 1, 1, 1, -5620.77, 739.511, 383.757, 0.715585, 0, 0, 0.350207, 0.936672, 300, 255, 1, '', 48120, NULL), +(@OGUID+5371, 1731, 0, 1, 1, 1, 1, -5629.82, -64.7745, 420.671, 4.88692, 0, 0, -0.642787, 0.766045, 300, 255, 1, '', 48120, NULL), +(@OGUID+5372, 1731, 0, 1, 1, 1, 1, -5644.12, 655.195, 385.571, 4.81711, 0, 0, -0.66913, 0.743145, 300, 255, 1, '', 49345, NULL), +(@OGUID+5373, 1731, 0, 1, 1, 1, 1, -5647.65, -378.015, 370.657, 5.86431, 0, 0, -0.207911, 0.978148, 300, 255, 1, '', 48120, NULL), +(@OGUID+5374, 1731, 0, 1, 1, 1, 1, -5655.25, 702.673, 389.15, 4.41568, 0, 0, -0.803857, 0.594823, 300, 255, 1, '', 48120, NULL), +(@OGUID+5375, 1731, 0, 1, 1, 1, 1, -5660.26, 178.374, 427.587, 0.645772, 0, 0, 0.317305, 0.948324, 300, 255, 1, '', 49345, NULL), +(@OGUID+5376, 1731, 0, 1, 1, 1, 1, -5661.16, 362.743, 393.995, 1.39626, 0, 0, 0.642787, 0.766045, 300, 255, 1, '', 49345, NULL), +(@OGUID+5377, 1731, 0, 1, 1, 1, 1, -5671.96, 758.951, 390.155, 0.767944, 0, 0, 0.374606, 0.927184, 300, 255, 1, '', 49345, NULL), +(@OGUID+5378, 1731, 0, 1, 1, 1, 1, -5674.05, -906.333, 403.961, 3.76991, 0, 0, -0.951056, 0.309017, 300, 255, 1, '', 49345, NULL), +(@OGUID+5379, 1731, 0, 1, 1, 1, 1, -5684.73, -1663.59, 360.849, 2.47837, 0, 0, 0.945518, 0.325568, 300, 255, 1, '', 49345, NULL), +(@OGUID+5380, 1731, 0, 1, 1, 1, 1, -5733.16, -1091.58, 387.806, 4.34587, 0, 0, -0.824126, 0.566406, 300, 255, 1, '', 48120, NULL), +(@OGUID+5381, 1731, 0, 1, 1, 1, 1, -5749.16, 575.068, 406.071, 3.14159, 0, 0, -1, 0, 300, 255, 1, '', 50664, NULL), +(@OGUID+5382, 1731, 0, 1, 1, 1, 1, -5789.91, -781.136, 401.291, 0, 0, 0, 0, 1, 300, 255, 1, '', 50664, NULL), +(@OGUID+5383, 1731, 0, 1, 1, 1, 1, -5807.19, -1498.15, 363.662, 3.31614, 0, 0, -0.996194, 0.087165, 300, 255, 1, '', 48120, NULL), +(@OGUID+5384, 1731, 0, 1, 1, 1, 1, -5810.35, 394.826, 435.296, 0.383971, 0, 0, 0.190808, 0.981627, 300, 255, 1, '', 49345, NULL), +(@OGUID+5385, 1731, 0, 1, 1, 1, 1, -5818.93, -1329.16, 394.533, 3.00195, 0, 0, 0.997563, 0.0697661, 300, 255, 1, '', 48120, NULL), +(@OGUID+5386, 1731, 0, 1, 1, 1, 1, -5821.6, -1922.89, 413.296, 0.383971, 0, 0, 0.190808, 0.981627, 300, 255, 1, '', 50664, NULL), +(@OGUID+5387, 1731, 0, 1, 1, 1, 1, -5881.39, -1432.3, 415.593, 5.32326, 0, 0, -0.461748, 0.887011, 300, 255, 1, '', 48120, NULL), +(@OGUID+5388, 1731, 0, 1, 1, 1, 1, -5892.93, -1004.22, 411.382, 3.10665, 0, 0, 0.999847, 0.0174693, 300, 255, 1, '', 50664, NULL), +(@OGUID+5389, 1731, 0, 1, 1, 1, 1, -5910.08, -1244.65, 432.552, 3.194, 0, 0, -0.999657, 0.0262016, 300, 255, 1, '', 49345, NULL), +(@OGUID+5390, 1731, 0, 1, 1, 1, 1, -5932.28, -1705.11, 425.12, 6.14356, 0, 0, -0.0697556, 0.997564, 300, 255, 1, '', 49345, NULL), +(@OGUID+5391, 1731, 0, 1, 1, 1, 1, -5950.65, -1827.33, 459.444, 4.34587, 0, 0, -0.824126, 0.566406, 300, 255, 1, '', 49345, NULL), +(@OGUID+5392, 1731, 0, 1, 1, 1, 1, -5980.43, -2017.1, 432.131, 0.0523589, 0, 0, 0.0261765, 0.999657, 300, 255, 1, '', 49345, NULL), +(@OGUID+5393, 1731, 0, 1, 134, 1, 1, -5656.84, -1794.18, 359.091, 4.99164, 0, 0, -0.601814, 0.798636, 300, 255, 1, '', 52237, NULL); + +-- Gol'Bolar Quarry Mine +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+5257, @POOL_MOTHER+327, 0, 'Dun Morogh - Gol\'Bolar Quarry Mine - Copper Vein'), +(@OGUID+5258, @POOL_MOTHER+327, 0, 'Dun Morogh - Gol\'Bolar Quarry Mine - Copper Vein'), +(@OGUID+5262, @POOL_MOTHER+327, 0, 'Dun Morogh - Gol\'Bolar Quarry Mine - Copper Vein'), +(@OGUID+5263, @POOL_MOTHER+327, 0, 'Dun Morogh - Gol\'Bolar Quarry Mine - Copper Vein'), +(@OGUID+5264, @POOL_MOTHER+327, 0, 'Dun Morogh - Gol\'Bolar Quarry Mine - Copper Vein'), +(@OGUID+5267, @POOL_MOTHER+327, 0, 'Dun Morogh - Gol\'Bolar Quarry Mine - Copper Vein'), +(@OGUID+5268, @POOL_MOTHER+327, 0, 'Dun Morogh - Gol\'Bolar Quarry Mine - Copper Vein'), +(@OGUID+5270, @POOL_MOTHER+327, 0, 'Dun Morogh - Gol\'Bolar Quarry Mine - Copper Vein'), +(@OGUID+5272, @POOL_MOTHER+327, 0, 'Dun Morogh - Gol\'Bolar Quarry Mine - Copper Vein'), +(@OGUID+5277, @POOL_MOTHER+327, 0, 'Dun Morogh - Gol\'Bolar Quarry Mine - Copper Vein'), +(@OGUID+5318, @POOL_MOTHER+327, 0, 'Dun Morogh - Gol\'Bolar Quarry Mine - Copper Vein'), +(@OGUID+5320, @POOL_MOTHER+327, 0, 'Dun Morogh - Gol\'Bolar Quarry Mine - Copper Vein'), +(@OGUID+5321, @POOL_MOTHER+327, 0, 'Dun Morogh - Gol\'Bolar Quarry Mine - Copper Vein'), +(@OGUID+5323, @POOL_MOTHER+327, 0, 'Dun Morogh - Gol\'Bolar Quarry Mine - Copper Vein'), +(@OGUID+5325, @POOL_MOTHER+327, 0, 'Dun Morogh - Gol\'Bolar Quarry Mine - Copper Vein'), +(@OGUID+5379, @POOL_MOTHER+327, 0, 'Dun Morogh - Gol\'Bolar Quarry Mine - Copper Vein'), +(@OGUID+5393, @POOL_MOTHER+327, 0, 'Dun Morogh - Gol\'Bolar Quarry Mine - Copper Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+327, 5, 'Dun Morogh - Gol\'Bolar Quarry Mine - Copper Vein - 5/17'); + +-- The Grizzled Den +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+5252, @POOL_MOTHER+328, 0, 'Dun Morogh - The Grizzled Den - Copper Vein'), +(@OGUID+5254, @POOL_MOTHER+328, 0, 'Dun Morogh - The Grizzled Den - Copper Vein'), +(@OGUID+5259, @POOL_MOTHER+328, 0, 'Dun Morogh - The Grizzled Den - Copper Vein'), +(@OGUID+5279, @POOL_MOTHER+328, 0, 'Dun Morogh - The Grizzled Den - Copper Vein'), +(@OGUID+5313, @POOL_MOTHER+328, 0, 'Dun Morogh - The Grizzled Den - Copper Vein'), +(@OGUID+5314, @POOL_MOTHER+328, 0, 'Dun Morogh - The Grizzled Den - Copper Vein'), +(@OGUID+5315, @POOL_MOTHER+328, 0, 'Dun Morogh - The Grizzled Den - Copper Vein'), +(@OGUID+5317, @POOL_MOTHER+328, 0, 'Dun Morogh - The Grizzled Den - Copper Vein'), +(@OGUID+5319, @POOL_MOTHER+328, 0, 'Dun Morogh - The Grizzled Den - Copper Vein'), +(@OGUID+5347, @POOL_MOTHER+328, 0, 'Dun Morogh - The Grizzled Den - Copper Vein'), +(@OGUID+5348, @POOL_MOTHER+328, 0, 'Dun Morogh - The Grizzled Den - Copper Vein'), +(@OGUID+5350, @POOL_MOTHER+328, 0, 'Dun Morogh - The Grizzled Den - Copper Vein'), +(@OGUID+5353, @POOL_MOTHER+328, 0, 'Dun Morogh - The Grizzled Den - Copper Vein'), +(@OGUID+5355, @POOL_MOTHER+328, 0, 'Dun Morogh - The Grizzled Den - Copper Vein'), +(@OGUID+5361, @POOL_MOTHER+328, 0, 'Dun Morogh - The Grizzled Den - Copper Vein'), +(@OGUID+5368, @POOL_MOTHER+328, 0, 'Dun Morogh - The Grizzled Den - Copper Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+328, 4, 'Dun Morogh - The Grizzled Den - Copper Vein - 4/16'); + +-- Frostmane Hold +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+5356, @POOL_MOTHER+329, 0, 'Dun Morogh - Frostmane Hold - Copper Vein'), +(@OGUID+5357, @POOL_MOTHER+329, 0, 'Dun Morogh - Frostmane Hold - Copper Vein'), +(@OGUID+5358, @POOL_MOTHER+329, 0, 'Dun Morogh - Frostmane Hold - Copper Vein'), +(@OGUID+5359, @POOL_MOTHER+329, 0, 'Dun Morogh - Frostmane Hold - Copper Vein'), +(@OGUID+5362, @POOL_MOTHER+329, 0, 'Dun Morogh - Frostmane Hold - Copper Vein'), +(@OGUID+5363, @POOL_MOTHER+329, 0, 'Dun Morogh - Frostmane Hold - Copper Vein'), +(@OGUID+5364, @POOL_MOTHER+329, 0, 'Dun Morogh - Frostmane Hold - Copper Vein'), +(@OGUID+5365, @POOL_MOTHER+329, 0, 'Dun Morogh - Frostmane Hold - Copper Vein'), +(@OGUID+5366, @POOL_MOTHER+329, 0, 'Dun Morogh - Frostmane Hold - Copper Vein'), +(@OGUID+5367, @POOL_MOTHER+329, 0, 'Dun Morogh - Frostmane Hold - Copper Vein'), +(@OGUID+5369, @POOL_MOTHER+329, 0, 'Dun Morogh - Frostmane Hold - Copper Vein'), +(@OGUID+5370, @POOL_MOTHER+329, 0, 'Dun Morogh - Frostmane Hold - Copper Vein'), +(@OGUID+5372, @POOL_MOTHER+329, 0, 'Dun Morogh - Frostmane Hold - Copper Vein'), +(@OGUID+5374, @POOL_MOTHER+329, 0, 'Dun Morogh - Frostmane Hold - Copper Vein'), +(@OGUID+5377, @POOL_MOTHER+329, 0, 'Dun Morogh - Frostmane Hold - Copper Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+329, 4, 'Dun Morogh - Frostmane Hold - Copper Vein - 4/15'); + +-- East +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+5042, @POOL_MOTHER+330, 0, 'Dun Morogh - East - Silverleaf'), +(@OGUID+5043, @POOL_MOTHER+330, 0, 'Dun Morogh - East - Silverleaf'), +(@OGUID+5044, @POOL_MOTHER+330, 0, 'Dun Morogh - East - Silverleaf'), +(@OGUID+5045, @POOL_MOTHER+330, 0, 'Dun Morogh - East - Silverleaf'), +(@OGUID+5046, @POOL_MOTHER+330, 0, 'Dun Morogh - East - Silverleaf'), +(@OGUID+5047, @POOL_MOTHER+330, 0, 'Dun Morogh - East - Silverleaf'), +(@OGUID+5049, @POOL_MOTHER+330, 0, 'Dun Morogh - East - Silverleaf'), +(@OGUID+5050, @POOL_MOTHER+330, 0, 'Dun Morogh - East - Silverleaf'), +(@OGUID+5051, @POOL_MOTHER+330, 0, 'Dun Morogh - East - Silverleaf'), +(@OGUID+5052, @POOL_MOTHER+330, 0, 'Dun Morogh - East - Silverleaf'), +(@OGUID+5054, @POOL_MOTHER+330, 0, 'Dun Morogh - East - Silverleaf'), +(@OGUID+5055, @POOL_MOTHER+330, 0, 'Dun Morogh - East - Silverleaf'), +(@OGUID+5056, @POOL_MOTHER+330, 0, 'Dun Morogh - East - Silverleaf'), +(@OGUID+5079, @POOL_MOTHER+330, 0, 'Dun Morogh - East - Silverleaf'), +(@OGUID+5107, @POOL_MOTHER+330, 0, 'Dun Morogh - East - Silverleaf'), +(@OGUID+5109, @POOL_MOTHER+330, 0, 'Dun Morogh - East - Silverleaf'), +(@OGUID+5111, @POOL_MOTHER+330, 0, 'Dun Morogh - East - Silverleaf'), +(@OGUID+5112, @POOL_MOTHER+330, 0, 'Dun Morogh - East - Silverleaf'), +(@OGUID+5124, @POOL_MOTHER+331, 0, 'Dun Morogh - East - Peacebloom'), +(@OGUID+5126, @POOL_MOTHER+331, 0, 'Dun Morogh - East - Peacebloom'), +(@OGUID+5127, @POOL_MOTHER+331, 0, 'Dun Morogh - East - Peacebloom'), +(@OGUID+5129, @POOL_MOTHER+331, 0, 'Dun Morogh - East - Peacebloom'), +(@OGUID+5131, @POOL_MOTHER+331, 0, 'Dun Morogh - East - Peacebloom'), +(@OGUID+5132, @POOL_MOTHER+331, 0, 'Dun Morogh - East - Peacebloom'), +(@OGUID+5133, @POOL_MOTHER+331, 0, 'Dun Morogh - East - Peacebloom'), +(@OGUID+5139, @POOL_MOTHER+331, 0, 'Dun Morogh - East - Peacebloom'), +(@OGUID+5140, @POOL_MOTHER+331, 0, 'Dun Morogh - East - Peacebloom'), +(@OGUID+5142, @POOL_MOTHER+331, 0, 'Dun Morogh - East - Peacebloom'), +(@OGUID+5160, @POOL_MOTHER+331, 0, 'Dun Morogh - East - Peacebloom'), +(@OGUID+5182, @POOL_MOTHER+331, 0, 'Dun Morogh - East - Peacebloom'), +(@OGUID+5183, @POOL_MOTHER+331, 0, 'Dun Morogh - East - Peacebloom'), +(@OGUID+5186, @POOL_MOTHER+331, 0, 'Dun Morogh - East - Peacebloom'), +(@OGUID+5187, @POOL_MOTHER+332, 0, 'Dun Morogh - East - Earthroot'), +(@OGUID+5188, @POOL_MOTHER+332, 0, 'Dun Morogh - East - Earthroot'), +(@OGUID+5189, @POOL_MOTHER+332, 0, 'Dun Morogh - East - Earthroot'), +(@OGUID+5190, @POOL_MOTHER+332, 0, 'Dun Morogh - East - Earthroot'), +(@OGUID+5191, @POOL_MOTHER+332, 0, 'Dun Morogh - East - Earthroot'), +(@OGUID+5192, @POOL_MOTHER+332, 0, 'Dun Morogh - East - Earthroot'), +(@OGUID+5193, @POOL_MOTHER+332, 0, 'Dun Morogh - East - Earthroot'), +(@OGUID+5194, @POOL_MOTHER+332, 0, 'Dun Morogh - East - Earthroot'), +(@OGUID+5195, @POOL_MOTHER+332, 0, 'Dun Morogh - East - Earthroot'), +(@OGUID+5196, @POOL_MOTHER+332, 0, 'Dun Morogh - East - Earthroot'), +(@OGUID+5198, @POOL_MOTHER+332, 0, 'Dun Morogh - East - Earthroot'), +(@OGUID+5199, @POOL_MOTHER+332, 0, 'Dun Morogh - East - Earthroot'), +(@OGUID+5200, @POOL_MOTHER+332, 0, 'Dun Morogh - East - Earthroot'), +(@OGUID+5201, @POOL_MOTHER+332, 0, 'Dun Morogh - East - Earthroot'), +(@OGUID+5204, @POOL_MOTHER+332, 0, 'Dun Morogh - East - Earthroot'), +(@OGUID+5206, @POOL_MOTHER+332, 0, 'Dun Morogh - East - Earthroot'), +(@OGUID+5207, @POOL_MOTHER+332, 0, 'Dun Morogh - East - Earthroot'), +(@OGUID+5208, @POOL_MOTHER+332, 0, 'Dun Morogh - East - Earthroot'), +(@OGUID+5209, @POOL_MOTHER+332, 0, 'Dun Morogh - East - Earthroot'), +(@OGUID+5210, @POOL_MOTHER+332, 0, 'Dun Morogh - East - Earthroot'), +(@OGUID+5212, @POOL_MOTHER+332, 0, 'Dun Morogh - East - Earthroot'), +(@OGUID+5213, @POOL_MOTHER+332, 0, 'Dun Morogh - East - Earthroot'), +(@OGUID+5215, @POOL_MOTHER+332, 0, 'Dun Morogh - East - Earthroot'), +(@OGUID+5217, @POOL_MOTHER+332, 0, 'Dun Morogh - East - Earthroot'), +(@OGUID+5218, @POOL_MOTHER+332, 0, 'Dun Morogh - East - Earthroot'), +(@OGUID+5219, @POOL_MOTHER+332, 0, 'Dun Morogh - East - Earthroot'), +(@OGUID+5223, @POOL_MOTHER+332, 0, 'Dun Morogh - East - Earthroot'), +(@OGUID+5225, @POOL_MOTHER+332, 0, 'Dun Morogh - East - Earthroot'), +(@OGUID+5228, @POOL_MOTHER+332, 0, 'Dun Morogh - East - Earthroot'), +(@OGUID+5230, @POOL_MOTHER+332, 0, 'Dun Morogh - East - Earthroot'), +(@OGUID+5239, @POOL_MOTHER+333, 0, 'Dun Morogh - East - Copper Vein'), +(@OGUID+5240, @POOL_MOTHER+333, 0, 'Dun Morogh - East - Copper Vein'), +(@OGUID+5248, @POOL_MOTHER+333, 0, 'Dun Morogh - East - Copper Vein'), +(@OGUID+5249, @POOL_MOTHER+333, 0, 'Dun Morogh - East - Copper Vein'), +(@OGUID+5250, @POOL_MOTHER+333, 0, 'Dun Morogh - East - Copper Vein'), +(@OGUID+5251, @POOL_MOTHER+333, 0, 'Dun Morogh - East - Copper Vein'), +(@OGUID+5253, @POOL_MOTHER+333, 0, 'Dun Morogh - East - Copper Vein'), +(@OGUID+5256, @POOL_MOTHER+333, 0, 'Dun Morogh - East - Copper Vein'), +(@OGUID+5260, @POOL_MOTHER+333, 0, 'Dun Morogh - East - Copper Vein'), +(@OGUID+5261, @POOL_MOTHER+333, 0, 'Dun Morogh - East - Copper Vein'), +(@OGUID+5265, @POOL_MOTHER+333, 0, 'Dun Morogh - East - Copper Vein'), +(@OGUID+5269, @POOL_MOTHER+333, 0, 'Dun Morogh - East - Copper Vein'), +(@OGUID+5271, @POOL_MOTHER+333, 0, 'Dun Morogh - East - Copper Vein'), +(@OGUID+5274, @POOL_MOTHER+333, 0, 'Dun Morogh - East - Copper Vein'), +(@OGUID+5275, @POOL_MOTHER+333, 0, 'Dun Morogh - East - Copper Vein'), +(@OGUID+5276, @POOL_MOTHER+333, 0, 'Dun Morogh - East - Copper Vein'), +(@OGUID+5278, @POOL_MOTHER+333, 0, 'Dun Morogh - East - Copper Vein'), +(@OGUID+5280, @POOL_MOTHER+333, 0, 'Dun Morogh - East - Copper Vein'), +(@OGUID+5282, @POOL_MOTHER+333, 0, 'Dun Morogh - East - Copper Vein'), +(@OGUID+5284, @POOL_MOTHER+333, 0, 'Dun Morogh - East - Copper Vein'), +(@OGUID+5285, @POOL_MOTHER+333, 0, 'Dun Morogh - East - Copper Vein'), +(@OGUID+5286, @POOL_MOTHER+333, 0, 'Dun Morogh - East - Copper Vein'), +(@OGUID+5287, @POOL_MOTHER+333, 0, 'Dun Morogh - East - Copper Vein'), +(@OGUID+5288, @POOL_MOTHER+333, 0, 'Dun Morogh - East - Copper Vein'), +(@OGUID+5289, @POOL_MOTHER+333, 0, 'Dun Morogh - East - Copper Vein'), +(@OGUID+5291, @POOL_MOTHER+333, 0, 'Dun Morogh - East - Copper Vein'), +(@OGUID+5292, @POOL_MOTHER+333, 0, 'Dun Morogh - East - Copper Vein'), +(@OGUID+5293, @POOL_MOTHER+333, 0, 'Dun Morogh - East - Copper Vein'), +(@OGUID+5294, @POOL_MOTHER+333, 0, 'Dun Morogh - East - Copper Vein'), +(@OGUID+5295, @POOL_MOTHER+333, 0, 'Dun Morogh - East - Copper Vein'), +(@OGUID+5296, @POOL_MOTHER+333, 0, 'Dun Morogh - East - Copper Vein'), +(@OGUID+5326, @POOL_MOTHER+333, 0, 'Dun Morogh - East - Copper Vein'), +(@OGUID+5334, @POOL_MOTHER+333, 0, 'Dun Morogh - East - Copper Vein'), +(@OGUID+5338, @POOL_MOTHER+333, 0, 'Dun Morogh - East - Copper Vein'), +(@OGUID+5383, @POOL_MOTHER+333, 0, 'Dun Morogh - East - Copper Vein'), +(@OGUID+5385, @POOL_MOTHER+333, 0, 'Dun Morogh - East - Copper Vein'), +(@OGUID+5386, @POOL_MOTHER+333, 0, 'Dun Morogh - East - Copper Vein'), +(@OGUID+5387, @POOL_MOTHER+333, 0, 'Dun Morogh - East - Copper Vein'), +(@OGUID+5389, @POOL_MOTHER+333, 0, 'Dun Morogh - East - Copper Vein'), +(@OGUID+5390, @POOL_MOTHER+333, 0, 'Dun Morogh - East - Copper Vein'), +(@OGUID+5391, @POOL_MOTHER+333, 0, 'Dun Morogh - East - Copper Vein'), +(@OGUID+5392, @POOL_MOTHER+333, 0, 'Dun Morogh - East - Copper Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+330, 5, 'Dun Morogh - East - Silverleaf - 5/18'), +(@POOL_MOTHER+331, 4, 'Dun Morogh - East - Peacebloom - 4/14'), +(@POOL_MOTHER+332, 8, 'Dun Morogh - East - Earthroot - 8/30'), +(@POOL_MOTHER+333, 11, 'Dun Morogh - East - Copper Vein - 11/42'); + +-- Northwest +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+5029, @POOL_MOTHER+334, 0, 'Dun Morogh - Northwest - Silverleaf'), +(@OGUID+5030, @POOL_MOTHER+334, 0, 'Dun Morogh - Northwest - Silverleaf'), +(@OGUID+5031, @POOL_MOTHER+334, 0, 'Dun Morogh - Northwest - Silverleaf'), +(@OGUID+5032, @POOL_MOTHER+334, 0, 'Dun Morogh - Northwest - Silverleaf'), +(@OGUID+5033, @POOL_MOTHER+334, 0, 'Dun Morogh - Northwest - Silverleaf'), +(@OGUID+5034, @POOL_MOTHER+334, 0, 'Dun Morogh - Northwest - Silverleaf'), +(@OGUID+5035, @POOL_MOTHER+334, 0, 'Dun Morogh - Northwest - Silverleaf'), +(@OGUID+5036, @POOL_MOTHER+334, 0, 'Dun Morogh - Northwest - Silverleaf'), +(@OGUID+5037, @POOL_MOTHER+334, 0, 'Dun Morogh - Northwest - Silverleaf'), +(@OGUID+5038, @POOL_MOTHER+334, 0, 'Dun Morogh - Northwest - Silverleaf'), +(@OGUID+5039, @POOL_MOTHER+334, 0, 'Dun Morogh - Northwest - Silverleaf'), +(@OGUID+5040, @POOL_MOTHER+334, 0, 'Dun Morogh - Northwest - Silverleaf'), +(@OGUID+5041, @POOL_MOTHER+334, 0, 'Dun Morogh - Northwest - Silverleaf'), +(@OGUID+5066, @POOL_MOTHER+334, 0, 'Dun Morogh - Northwest - Silverleaf'), +(@OGUID+5067, @POOL_MOTHER+334, 0, 'Dun Morogh - Northwest - Silverleaf'), +(@OGUID+5068, @POOL_MOTHER+334, 0, 'Dun Morogh - Northwest - Silverleaf'), +(@OGUID+5069, @POOL_MOTHER+334, 0, 'Dun Morogh - Northwest - Silverleaf'), +(@OGUID+5082, @POOL_MOTHER+334, 0, 'Dun Morogh - Northwest - Silverleaf'), +(@OGUID+5083, @POOL_MOTHER+334, 0, 'Dun Morogh - Northwest - Silverleaf'), +(@OGUID+5084, @POOL_MOTHER+334, 0, 'Dun Morogh - Northwest - Silverleaf'), +(@OGUID+5085, @POOL_MOTHER+334, 0, 'Dun Morogh - Northwest - Silverleaf'), +(@OGUID+5086, @POOL_MOTHER+334, 0, 'Dun Morogh - Northwest - Silverleaf'), +(@OGUID+5087, @POOL_MOTHER+334, 0, 'Dun Morogh - Northwest - Silverleaf'), +(@OGUID+5088, @POOL_MOTHER+334, 0, 'Dun Morogh - Northwest - Silverleaf'), +(@OGUID+5089, @POOL_MOTHER+334, 0, 'Dun Morogh - Northwest - Silverleaf'), +(@OGUID+5090, @POOL_MOTHER+334, 0, 'Dun Morogh - Northwest - Silverleaf'), +(@OGUID+5091, @POOL_MOTHER+334, 0, 'Dun Morogh - Northwest - Silverleaf'), +(@OGUID+5092, @POOL_MOTHER+334, 0, 'Dun Morogh - Northwest - Silverleaf'), +(@OGUID+5093, @POOL_MOTHER+334, 0, 'Dun Morogh - Northwest - Silverleaf'), +(@OGUID+5094, @POOL_MOTHER+334, 0, 'Dun Morogh - Northwest - Silverleaf'), +(@OGUID+5114, @POOL_MOTHER+335, 0, 'Dun Morogh - Northwest - Peacebloom'), +(@OGUID+5115, @POOL_MOTHER+335, 0, 'Dun Morogh - Northwest - Peacebloom'), +(@OGUID+5116, @POOL_MOTHER+335, 0, 'Dun Morogh - Northwest - Peacebloom'), +(@OGUID+5117, @POOL_MOTHER+335, 0, 'Dun Morogh - Northwest - Peacebloom'), +(@OGUID+5118, @POOL_MOTHER+335, 0, 'Dun Morogh - Northwest - Peacebloom'), +(@OGUID+5120, @POOL_MOTHER+335, 0, 'Dun Morogh - Northwest - Peacebloom'), +(@OGUID+5153, @POOL_MOTHER+335, 0, 'Dun Morogh - Northwest - Peacebloom'), +(@OGUID+5154, @POOL_MOTHER+335, 0, 'Dun Morogh - Northwest - Peacebloom'), +(@OGUID+5155, @POOL_MOTHER+335, 0, 'Dun Morogh - Northwest - Peacebloom'), +(@OGUID+5156, @POOL_MOTHER+335, 0, 'Dun Morogh - Northwest - Peacebloom'), +(@OGUID+5165, @POOL_MOTHER+335, 0, 'Dun Morogh - Northwest - Peacebloom'), +(@OGUID+5166, @POOL_MOTHER+335, 0, 'Dun Morogh - Northwest - Peacebloom'), +(@OGUID+5167, @POOL_MOTHER+335, 0, 'Dun Morogh - Northwest - Peacebloom'), +(@OGUID+5168, @POOL_MOTHER+335, 0, 'Dun Morogh - Northwest - Peacebloom'), +(@OGUID+5169, @POOL_MOTHER+335, 0, 'Dun Morogh - Northwest - Peacebloom'), +(@OGUID+5170, @POOL_MOTHER+335, 0, 'Dun Morogh - Northwest - Peacebloom'), +(@OGUID+5171, @POOL_MOTHER+335, 0, 'Dun Morogh - Northwest - Peacebloom'), +(@OGUID+5172, @POOL_MOTHER+335, 0, 'Dun Morogh - Northwest - Peacebloom'), +(@OGUID+5173, @POOL_MOTHER+335, 0, 'Dun Morogh - Northwest - Peacebloom'), +(@OGUID+5174, @POOL_MOTHER+335, 0, 'Dun Morogh - Northwest - Peacebloom'), +(@OGUID+5175, @POOL_MOTHER+335, 0, 'Dun Morogh - Northwest - Peacebloom'), +(@OGUID+5176, @POOL_MOTHER+335, 0, 'Dun Morogh - Northwest - Peacebloom'), +(@OGUID+5235, @POOL_MOTHER+336, 0, 'Dun Morogh - Northwest - Copper Vein'), +(@OGUID+5236, @POOL_MOTHER+336, 0, 'Dun Morogh - Northwest - Copper Vein'), +(@OGUID+5237, @POOL_MOTHER+336, 0, 'Dun Morogh - Northwest - Copper Vein'), +(@OGUID+5238, @POOL_MOTHER+336, 0, 'Dun Morogh - Northwest - Copper Vein'), +(@OGUID+5241, @POOL_MOTHER+336, 0, 'Dun Morogh - Northwest - Copper Vein'), +(@OGUID+5242, @POOL_MOTHER+336, 0, 'Dun Morogh - Northwest - Copper Vein'), +(@OGUID+5245, @POOL_MOTHER+336, 0, 'Dun Morogh - Northwest - Copper Vein'), +(@OGUID+5246, @POOL_MOTHER+336, 0, 'Dun Morogh - Northwest - Copper Vein'), +(@OGUID+5247, @POOL_MOTHER+336, 0, 'Dun Morogh - Northwest - Copper Vein'), +(@OGUID+5302, @POOL_MOTHER+336, 0, 'Dun Morogh - Northwest - Copper Vein'), +(@OGUID+5303, @POOL_MOTHER+336, 0, 'Dun Morogh - Northwest - Copper Vein'), +(@OGUID+5304, @POOL_MOTHER+336, 0, 'Dun Morogh - Northwest - Copper Vein'), +(@OGUID+5305, @POOL_MOTHER+336, 0, 'Dun Morogh - Northwest - Copper Vein'), +(@OGUID+5306, @POOL_MOTHER+336, 0, 'Dun Morogh - Northwest - Copper Vein'), +(@OGUID+5307, @POOL_MOTHER+336, 0, 'Dun Morogh - Northwest - Copper Vein'), +(@OGUID+5308, @POOL_MOTHER+336, 0, 'Dun Morogh - Northwest - Copper Vein'), +(@OGUID+5309, @POOL_MOTHER+336, 0, 'Dun Morogh - Northwest - Copper Vein'), +(@OGUID+5310, @POOL_MOTHER+336, 0, 'Dun Morogh - Northwest - Copper Vein'), +(@OGUID+5311, @POOL_MOTHER+336, 0, 'Dun Morogh - Northwest - Copper Vein'), +(@OGUID+5312, @POOL_MOTHER+336, 0, 'Dun Morogh - Northwest - Copper Vein'), +(@OGUID+5316, @POOL_MOTHER+336, 0, 'Dun Morogh - Northwest - Copper Vein'), +(@OGUID+5335, @POOL_MOTHER+336, 0, 'Dun Morogh - Northwest - Copper Vein'), +(@OGUID+5336, @POOL_MOTHER+336, 0, 'Dun Morogh - Northwest - Copper Vein'), +(@OGUID+5337, @POOL_MOTHER+336, 0, 'Dun Morogh - Northwest - Copper Vein'), +(@OGUID+5339, @POOL_MOTHER+336, 0, 'Dun Morogh - Northwest - Copper Vein'), +(@OGUID+5340, @POOL_MOTHER+336, 0, 'Dun Morogh - Northwest - Copper Vein'), +(@OGUID+5341, @POOL_MOTHER+336, 0, 'Dun Morogh - Northwest - Copper Vein'), +(@OGUID+5342, @POOL_MOTHER+336, 0, 'Dun Morogh - Northwest - Copper Vein'), +(@OGUID+5343, @POOL_MOTHER+336, 0, 'Dun Morogh - Northwest - Copper Vein'), +(@OGUID+5344, @POOL_MOTHER+336, 0, 'Dun Morogh - Northwest - Copper Vein'), +(@OGUID+5345, @POOL_MOTHER+336, 0, 'Dun Morogh - Northwest - Copper Vein'), +(@OGUID+5346, @POOL_MOTHER+336, 0, 'Dun Morogh - Northwest - Copper Vein'), +(@OGUID+5349, @POOL_MOTHER+336, 0, 'Dun Morogh - Northwest - Copper Vein'), +(@OGUID+5351, @POOL_MOTHER+336, 0, 'Dun Morogh - Northwest - Copper Vein'), +(@OGUID+5352, @POOL_MOTHER+336, 0, 'Dun Morogh - Northwest - Copper Vein'), +(@OGUID+5354, @POOL_MOTHER+336, 0, 'Dun Morogh - Northwest - Copper Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+334, 8, 'Dun Morogh - Northwest - Silverleaf - 8/30'), +(@POOL_MOTHER+335, 6, 'Dun Morogh - Northwest - Peacebloom - 6/22'), +(@POOL_MOTHER+336, 9, 'Dun Morogh - Northwest - Copper Vein - 9/36'); + +-- Southwest +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+5053, @POOL_MOTHER+337, 0, 'Dun Morogh - Southwest - Silverleaf'), +(@OGUID+5057, @POOL_MOTHER+337, 0, 'Dun Morogh - Southwest - Silverleaf'), +(@OGUID+5058, @POOL_MOTHER+337, 0, 'Dun Morogh - Southwest - Silverleaf'), +(@OGUID+5059, @POOL_MOTHER+337, 0, 'Dun Morogh - Southwest - Silverleaf'), +(@OGUID+5060, @POOL_MOTHER+337, 0, 'Dun Morogh - Southwest - Silverleaf'), +(@OGUID+5061, @POOL_MOTHER+337, 0, 'Dun Morogh - Southwest - Silverleaf'), +(@OGUID+5062, @POOL_MOTHER+337, 0, 'Dun Morogh - Southwest - Silverleaf'), +(@OGUID+5063, @POOL_MOTHER+337, 0, 'Dun Morogh - Southwest - Silverleaf'), +(@OGUID+5064, @POOL_MOTHER+337, 0, 'Dun Morogh - Southwest - Silverleaf'), +(@OGUID+5065, @POOL_MOTHER+337, 0, 'Dun Morogh - Southwest - Silverleaf'), +(@OGUID+5070, @POOL_MOTHER+337, 0, 'Dun Morogh - Southwest - Silverleaf'), +(@OGUID+5071, @POOL_MOTHER+337, 0, 'Dun Morogh - Southwest - Silverleaf'), +(@OGUID+5072, @POOL_MOTHER+337, 0, 'Dun Morogh - Southwest - Silverleaf'), +(@OGUID+5073, @POOL_MOTHER+337, 0, 'Dun Morogh - Southwest - Silverleaf'), +(@OGUID+5074, @POOL_MOTHER+337, 0, 'Dun Morogh - Southwest - Silverleaf'), +(@OGUID+5075, @POOL_MOTHER+337, 0, 'Dun Morogh - Southwest - Silverleaf'), +(@OGUID+5076, @POOL_MOTHER+337, 0, 'Dun Morogh - Southwest - Silverleaf'), +(@OGUID+5077, @POOL_MOTHER+337, 0, 'Dun Morogh - Southwest - Silverleaf'), +(@OGUID+5078, @POOL_MOTHER+337, 0, 'Dun Morogh - Southwest - Silverleaf'), +(@OGUID+5080, @POOL_MOTHER+337, 0, 'Dun Morogh - Southwest - Silverleaf'), +(@OGUID+5081, @POOL_MOTHER+337, 0, 'Dun Morogh - Southwest - Silverleaf'), +(@OGUID+5095, @POOL_MOTHER+337, 0, 'Dun Morogh - Southwest - Silverleaf'), +(@OGUID+5096, @POOL_MOTHER+337, 0, 'Dun Morogh - Southwest - Silverleaf'), +(@OGUID+5097, @POOL_MOTHER+337, 0, 'Dun Morogh - Southwest - Silverleaf'), +(@OGUID+5099, @POOL_MOTHER+337, 0, 'Dun Morogh - Southwest - Silverleaf'), +(@OGUID+5100, @POOL_MOTHER+337, 0, 'Dun Morogh - Southwest - Silverleaf'), +(@OGUID+5102, @POOL_MOTHER+337, 0, 'Dun Morogh - Southwest - Silverleaf'), +(@OGUID+5103, @POOL_MOTHER+337, 0, 'Dun Morogh - Southwest - Silverleaf'), +(@OGUID+5108, @POOL_MOTHER+337, 0, 'Dun Morogh - Southwest - Silverleaf'), +(@OGUID+5110, @POOL_MOTHER+337, 0, 'Dun Morogh - Southwest - Silverleaf'), +(@OGUID+5122, @POOL_MOTHER+338, 0, 'Dun Morogh - Southwest - Peacebloom'), +(@OGUID+5123, @POOL_MOTHER+338, 0, 'Dun Morogh - Southwest - Peacebloom'), +(@OGUID+5128, @POOL_MOTHER+338, 0, 'Dun Morogh - Southwest - Peacebloom'), +(@OGUID+5130, @POOL_MOTHER+338, 0, 'Dun Morogh - Southwest - Peacebloom'), +(@OGUID+5134, @POOL_MOTHER+338, 0, 'Dun Morogh - Southwest - Peacebloom'), +(@OGUID+5135, @POOL_MOTHER+338, 0, 'Dun Morogh - Southwest - Peacebloom'), +(@OGUID+5137, @POOL_MOTHER+338, 0, 'Dun Morogh - Southwest - Peacebloom'), +(@OGUID+5138, @POOL_MOTHER+338, 0, 'Dun Morogh - Southwest - Peacebloom'), +(@OGUID+5141, @POOL_MOTHER+338, 0, 'Dun Morogh - Southwest - Peacebloom'), +(@OGUID+5144, @POOL_MOTHER+338, 0, 'Dun Morogh - Southwest - Peacebloom'), +(@OGUID+5145, @POOL_MOTHER+338, 0, 'Dun Morogh - Southwest - Peacebloom'), +(@OGUID+5146, @POOL_MOTHER+338, 0, 'Dun Morogh - Southwest - Peacebloom'), +(@OGUID+5147, @POOL_MOTHER+338, 0, 'Dun Morogh - Southwest - Peacebloom'), +(@OGUID+5148, @POOL_MOTHER+338, 0, 'Dun Morogh - Southwest - Peacebloom'), +(@OGUID+5149, @POOL_MOTHER+338, 0, 'Dun Morogh - Southwest - Peacebloom'), +(@OGUID+5150, @POOL_MOTHER+338, 0, 'Dun Morogh - Southwest - Peacebloom'), +(@OGUID+5151, @POOL_MOTHER+338, 0, 'Dun Morogh - Southwest - Peacebloom'), +(@OGUID+5152, @POOL_MOTHER+338, 0, 'Dun Morogh - Southwest - Peacebloom'), +(@OGUID+5157, @POOL_MOTHER+338, 0, 'Dun Morogh - Southwest - Peacebloom'), +(@OGUID+5159, @POOL_MOTHER+338, 0, 'Dun Morogh - Southwest - Peacebloom'), +(@OGUID+5161, @POOL_MOTHER+338, 0, 'Dun Morogh - Southwest - Peacebloom'), +(@OGUID+5162, @POOL_MOTHER+338, 0, 'Dun Morogh - Southwest - Peacebloom'), +(@OGUID+5163, @POOL_MOTHER+338, 0, 'Dun Morogh - Southwest - Peacebloom'), +(@OGUID+5164, @POOL_MOTHER+338, 0, 'Dun Morogh - Southwest - Peacebloom'), +(@OGUID+5177, @POOL_MOTHER+338, 0, 'Dun Morogh - Southwest - Peacebloom'), +(@OGUID+5178, @POOL_MOTHER+338, 0, 'Dun Morogh - Southwest - Peacebloom'), +(@OGUID+5185, @POOL_MOTHER+338, 0, 'Dun Morogh - Southwest - Peacebloom'), +(@OGUID+5197, @POOL_MOTHER+339, 0, 'Dun Morogh - Southwest - Earthroot'), +(@OGUID+5202, @POOL_MOTHER+339, 0, 'Dun Morogh - Southwest - Earthroot'), +(@OGUID+5203, @POOL_MOTHER+339, 0, 'Dun Morogh - Southwest - Earthroot'), +(@OGUID+5211, @POOL_MOTHER+339, 0, 'Dun Morogh - Southwest - Earthroot'), +(@OGUID+5214, @POOL_MOTHER+339, 0, 'Dun Morogh - Southwest - Earthroot'), +(@OGUID+5216, @POOL_MOTHER+339, 0, 'Dun Morogh - Southwest - Earthroot'), +(@OGUID+5220, @POOL_MOTHER+339, 0, 'Dun Morogh - Southwest - Earthroot'), +(@OGUID+5221, @POOL_MOTHER+339, 0, 'Dun Morogh - Southwest - Earthroot'), +(@OGUID+5222, @POOL_MOTHER+339, 0, 'Dun Morogh - Southwest - Earthroot'), +(@OGUID+5226, @POOL_MOTHER+339, 0, 'Dun Morogh - Southwest - Earthroot'), +(@OGUID+5227, @POOL_MOTHER+339, 0, 'Dun Morogh - Southwest - Earthroot'), +(@OGUID+5233, @POOL_MOTHER+339, 0, 'Dun Morogh - Southwest - Earthroot'), +(@OGUID+5266, @POOL_MOTHER+340, 0, 'Dun Morogh - Southwest - Copper Vein'), +(@OGUID+5281, @POOL_MOTHER+340, 0, 'Dun Morogh - Southwest - Copper Vein'), +(@OGUID+5290, @POOL_MOTHER+340, 0, 'Dun Morogh - Southwest - Copper Vein'), +(@OGUID+5297, @POOL_MOTHER+340, 0, 'Dun Morogh - Southwest - Copper Vein'), +(@OGUID+5298, @POOL_MOTHER+340, 0, 'Dun Morogh - Southwest - Copper Vein'), +(@OGUID+5299, @POOL_MOTHER+340, 0, 'Dun Morogh - Southwest - Copper Vein'), +(@OGUID+5300, @POOL_MOTHER+340, 0, 'Dun Morogh - Southwest - Copper Vein'), +(@OGUID+5301, @POOL_MOTHER+340, 0, 'Dun Morogh - Southwest - Copper Vein'), +(@OGUID+5322, @POOL_MOTHER+340, 0, 'Dun Morogh - Southwest - Copper Vein'), +(@OGUID+5324, @POOL_MOTHER+340, 0, 'Dun Morogh - Southwest - Copper Vein'), +(@OGUID+5327, @POOL_MOTHER+340, 0, 'Dun Morogh - Southwest - Copper Vein'), +(@OGUID+5328, @POOL_MOTHER+340, 0, 'Dun Morogh - Southwest - Copper Vein'), +(@OGUID+5329, @POOL_MOTHER+340, 0, 'Dun Morogh - Southwest - Copper Vein'), +(@OGUID+5330, @POOL_MOTHER+340, 0, 'Dun Morogh - Southwest - Copper Vein'), +(@OGUID+5331, @POOL_MOTHER+340, 0, 'Dun Morogh - Southwest - Copper Vein'), +(@OGUID+5332, @POOL_MOTHER+340, 0, 'Dun Morogh - Southwest - Copper Vein'), +(@OGUID+5333, @POOL_MOTHER+340, 0, 'Dun Morogh - Southwest - Copper Vein'), +(@OGUID+5360, @POOL_MOTHER+340, 0, 'Dun Morogh - Southwest - Copper Vein'), +(@OGUID+5371, @POOL_MOTHER+340, 0, 'Dun Morogh - Southwest - Copper Vein'), +(@OGUID+5373, @POOL_MOTHER+340, 0, 'Dun Morogh - Southwest - Copper Vein'), +(@OGUID+5375, @POOL_MOTHER+340, 0, 'Dun Morogh - Southwest - Copper Vein'), +(@OGUID+5376, @POOL_MOTHER+340, 0, 'Dun Morogh - Southwest - Copper Vein'), +(@OGUID+5381, @POOL_MOTHER+340, 0, 'Dun Morogh - Southwest - Copper Vein'), +(@OGUID+5384, @POOL_MOTHER+340, 0, 'Dun Morogh - Southwest - Copper Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+337, 8, 'Dun Morogh - Southwest - Silverleaf - 8/30'), +(@POOL_MOTHER+338, 7, 'Dun Morogh - Southwest - Peacebloom - 7/27'), +(@POOL_MOTHER+339, 3, 'Dun Morogh - Southwest - Earthroot - 3/12'), +(@POOL_MOTHER+340, 6, 'Dun Morogh - Southwest - Copper Vein - 6/24'); + +-- Center +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+5048, @POOL_MOTHER+341, 0, 'Dun Morogh - Center - Silverleaf'), +(@OGUID+5098, @POOL_MOTHER+341, 0, 'Dun Morogh - Center - Silverleaf'), +(@OGUID+5101, @POOL_MOTHER+341, 0, 'Dun Morogh - Center - Silverleaf'), +(@OGUID+5104, @POOL_MOTHER+341, 0, 'Dun Morogh - Center - Silverleaf'), +(@OGUID+5105, @POOL_MOTHER+341, 0, 'Dun Morogh - Center - Silverleaf'), +(@OGUID+5106, @POOL_MOTHER+341, 0, 'Dun Morogh - Center - Silverleaf'), +(@OGUID+5113, @POOL_MOTHER+341, 0, 'Dun Morogh - Center - Silverleaf'), +(@OGUID+5119, @POOL_MOTHER+342, 0, 'Dun Morogh - Center - Peacebloom'), +(@OGUID+5121, @POOL_MOTHER+342, 0, 'Dun Morogh - Center - Peacebloom'), +(@OGUID+5125, @POOL_MOTHER+342, 0, 'Dun Morogh - Center - Peacebloom'), +(@OGUID+5136, @POOL_MOTHER+342, 0, 'Dun Morogh - Center - Peacebloom'), +(@OGUID+5143, @POOL_MOTHER+342, 0, 'Dun Morogh - Center - Peacebloom'), +(@OGUID+5158, @POOL_MOTHER+342, 0, 'Dun Morogh - Center - Peacebloom'), +(@OGUID+5179, @POOL_MOTHER+342, 0, 'Dun Morogh - Center - Peacebloom'), +(@OGUID+5180, @POOL_MOTHER+342, 0, 'Dun Morogh - Center - Peacebloom'), +(@OGUID+5181, @POOL_MOTHER+342, 0, 'Dun Morogh - Center - Peacebloom'), +(@OGUID+5184, @POOL_MOTHER+342, 0, 'Dun Morogh - Center - Peacebloom'), +(@OGUID+5205, @POOL_MOTHER+343, 0, 'Dun Morogh - Center - Earthroot'), +(@OGUID+5224, @POOL_MOTHER+343, 0, 'Dun Morogh - Center - Earthroot'), +(@OGUID+5229, @POOL_MOTHER+343, 0, 'Dun Morogh - Center - Earthroot'), +(@OGUID+5231, @POOL_MOTHER+343, 0, 'Dun Morogh - Center - Earthroot'), +(@OGUID+5232, @POOL_MOTHER+343, 0, 'Dun Morogh - Center - Earthroot'), +(@OGUID+5234, @POOL_MOTHER+343, 0, 'Dun Morogh - Center - Earthroot'), +(@OGUID+5243, @POOL_MOTHER+344, 0, 'Dun Morogh - Center - Copper Vein'), +(@OGUID+5244, @POOL_MOTHER+344, 0, 'Dun Morogh - Center - Copper Vein'), +(@OGUID+5255, @POOL_MOTHER+344, 0, 'Dun Morogh - Center - Copper Vein'), +(@OGUID+5273, @POOL_MOTHER+344, 0, 'Dun Morogh - Center - Copper Vein'), +(@OGUID+5283, @POOL_MOTHER+344, 0, 'Dun Morogh - Center - Copper Vein'), +(@OGUID+5378, @POOL_MOTHER+344, 0, 'Dun Morogh - Center - Copper Vein'), +(@OGUID+5380, @POOL_MOTHER+344, 0, 'Dun Morogh - Center - Copper Vein'), +(@OGUID+5382, @POOL_MOTHER+344, 0, 'Dun Morogh - Center - Copper Vein'), +(@OGUID+5388, @POOL_MOTHER+344, 0, 'Dun Morogh - Center - Copper Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+341, 2, 'Dun Morogh - Center - Silverleaf - 2/7'), +(@POOL_MOTHER+342, 3, 'Dun Morogh - Center - Peacebloom - 3/10'), +(@POOL_MOTHER+343, 2, 'Dun Morogh - Center - Earthroot - 2/6'), +(@POOL_MOTHER+344, 3, 'Dun Morogh - Center - Copper Vein - 3/9'); + +/* Searing Gorge +Iron Deposit (1735) -> Gold Vein (1734) -> Silver Vein (1733) +Mithril Deposit (2040) -> Gold Vein (1734) -> Truesilver Deposit (2047) -> Dark Iron Deposit (165658) +Small Thorium Vein (324) -> Truesilver Deposit (2047) -> Dark Iron Deposit (165658) +*/ +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`, `Comment`) VALUES +(@OGUID+5394, 2866, 0, 51, 0, 1, 1, -6453.93, -925.881, 335.747, 2.46091, 0, 0, 0.942641, 0.333808, 900, 255, 1, '', 50664, NULL), +(@OGUID+5395, 2866, 0, 51, 0, 1, 1, -6538.63, -1680.26, 295.718, 2.75761, 0, 0, 0.981627, 0.190812, 900, 255, 1, '', 50664, NULL), +(@OGUID+5396, 2866, 0, 51, 0, 1, 1, -6539.22, -819.293, 306.806, 3.4034, 0, 0, -0.991445, 0.130528, 900, 255, 1, '', 48632, NULL), +(@OGUID+5397, 2866, 0, 51, 0, 1, 1, -6590.51, -1579.99, 272.8, 4.34587, 0, 0, -0.824126, 0.566406, 900, 255, 1, '', 49345, NULL), +(@OGUID+5398, 2866, 0, 51, 0, 1, 1, -6597.88, -894.268, 246.205, 2.68781, 0, 0, 0.97437, 0.224951, 900, 255, 1, '', 48120, NULL), +(@OGUID+5399, 2866, 0, 51, 0, 1, 1, -6598.16, -1173.59, 272.773, 4.10153, 0, 0, -0.887011, 0.461749, 900, 255, 1, '', 49345, NULL), +(@OGUID+5400, 2866, 0, 51, 0, 1, 1, -6676.86, -1308.33, 242.193, 0.680677, 0, 0, 0.333806, 0.942642, 900, 255, 1, '', 50664, NULL), +(@OGUID+5401, 2866, 0, 51, 0, 1, 1, -6677.65, -1204.74, 240.508, 0.663223, 0, 0, 0.325567, 0.945519, 900, 255, 1, '', 48632, NULL), +(@OGUID+5402, 2866, 0, 51, 0, 1, 1, -6701.04, -1699.27, 214.545, 1.79769, 0, 0, 0.782608, 0.622515, 900, 255, 1, '', 50664, NULL), +(@OGUID+5403, 2866, 0, 51, 0, 1, 1, -6703.05, -1838.89, 257.024, 4.86947, 0, 0, -0.649447, 0.760406, 900, 255, 1, '', 50664, NULL), +(@OGUID+5404, 2866, 0, 51, 0, 1, 1, -6712.59, -840.098, 244.144, 0.820303, 0, 0, 0.398748, 0.91706, 900, 255, 1, '', 49345, NULL), +(@OGUID+5405, 2866, 0, 51, 0, 1, 1, -6718.4, -944.373, 253.159, 1.32645, 0, 0, 0.615661, 0.788011, 900, 255, 1, '', 49345, NULL), +(@OGUID+5406, 2866, 0, 51, 0, 1, 1, -6730.7, -1038.35, 240.145, 0.925024, 0, 0, 0.446198, 0.894935, 900, 255, 1, '', 47966, NULL), +(@OGUID+5407, 2866, 0, 51, 0, 1, 1, -6732.82, -1560.83, 192.665, 2.35619, 0, 0, 0.92388, 0.382683, 900, 255, 1, '', 49345, NULL), +(@OGUID+5408, 2866, 0, 51, 0, 1, 1, -6744.95, -1379.41, 241.612, 4.72984, 0, 0, -0.700909, 0.713251, 900, 255, 1, '', 49345, NULL), +(@OGUID+5409, 2866, 0, 51, 0, 1, 1, -6782.32, -1227.55, 246.531, 4.93928, 0, 0, -0.622514, 0.782609, 900, 255, 1, '', 48632, NULL), +(@OGUID+5410, 2866, 0, 51, 0, 1, 1, -6790.12, -1645.66, 191.864, 1.43117, 0, 0, 0.656058, 0.75471, 900, 255, 1, '', 48632, NULL), +(@OGUID+5411, 2866, 0, 51, 0, 1, 1, -6814.45, -1554.32, 193.158, 6.02139, 0, 0, -0.130526, 0.991445, 900, 255, 1, '', 47966, NULL), +(@OGUID+5412, 2866, 0, 51, 0, 1, 1, -6821.65, -946.133, 240.209, 6.10865, 0, 0, -0.0871553, 0.996195, 900, 255, 1, '', 48632, NULL), +(@OGUID+5413, 2866, 0, 51, 0, 1, 1, -6822.62, -1354.39, 169.359, 1.43117, 0, 0, 0.656058, 0.75471, 900, 255, 1, '', 50250, NULL), +(@OGUID+5414, 2866, 0, 51, 0, 1, 1, -6843.69, -1887.06, 267.471, 3.00195, 0, 0, 0.997563, 0.0697661, 900, 255, 1, '', 47966, NULL), +(@OGUID+5415, 2866, 0, 51, 0, 1, 1, -6846.84, -1140.55, 240.004, 3.47321, 0, 0, -0.986285, 0.16505, 900, 255, 1, '', 48120, NULL), +(@OGUID+5416, 2866, 0, 51, 0, 1, 1, -6865.87, -1192.69, 240.331, 0.139624, 0, 0, 0.0697556, 0.997564, 900, 255, 1, '', 48632, NULL), +(@OGUID+5417, 2866, 0, 51, 0, 1, 1, -6872.54, -1692.59, 247.038, 4.43314, 0, 0, -0.798635, 0.601815, 900, 255, 1, '', 48632, NULL), +(@OGUID+5418, 2866, 0, 51, 0, 1, 1, -6885.27, -1576.84, 245.108, 0.750491, 0, 0, 0.366501, 0.930418, 900, 255, 1, '', 47966, NULL), +(@OGUID+5419, 2866, 0, 51, 0, 1, 1, -6886.74, -1017.65, 244.263, 0.122173, 0, 0, 0.0610485, 0.998135, 900, 255, 1, '', 49345, NULL), +(@OGUID+5420, 2866, 0, 51, 0, 1, 1, -6907.64, -893.32, 245.551, 0.59341, 0, 0, 0.292371, 0.956305, 900, 255, 1, '', 49345, NULL), +(@OGUID+5421, 2866, 0, 51, 0, 1, 1, -6946.54, -1624.95, 243.231, 3.78737, 0, 0, -0.948323, 0.317306, 900, 255, 1, '', 50664, NULL), +(@OGUID+5422, 2866, 0, 51, 0, 1, 1, -6991.08, -1151.45, 241.569, 0.383971, 0, 0, 0.190808, 0.981627, 900, 255, 1, '', 48120, NULL), +(@OGUID+5423, 2866, 0, 51, 0, 1, 1, -7006.21, -1482.54, 240.573, 4.97419, 0, 0, -0.608761, 0.793354, 900, 255, 1, '', 49345, NULL), +(@OGUID+5424, 2866, 0, 51, 0, 1, 1, -7010.74, -970.94, 255.945, 4.93928, 0, 0, -0.622514, 0.782609, 900, 255, 1, '', 49345, NULL), +(@OGUID+5425, 2866, 0, 51, 0, 1, 1, -7023.98, -1244.21, 241.016, 1.76278, 0, 0, 0.771625, 0.636078, 900, 255, 1, '', 49345, NULL), +(@OGUID+5426, 2866, 0, 51, 0, 1, 1, -7032.25, -1742.44, 246.392, 5.32326, 0, 0, -0.461748, 0.887011, 900, 255, 1, '', 48120, NULL), +(@OGUID+5427, 2866, 0, 51, 0, 1, 1, -7035.01, -1361.4, 243.32, 5.3058, 0, 0, -0.469471, 0.882948, 900, 255, 1, '', 49345, NULL), +(@OGUID+5428, 2866, 0, 51, 0, 1, 1, -7060.04, -1626.33, 251.445, 2.19911, 0, 0, 0.891006, 0.453991, 900, 255, 1, '', 48632, NULL), +(@OGUID+5429, 2866, 0, 51, 0, 1, 1, -7081.08, -1059.23, 240.712, 1.32645, 0, 0, 0.615661, 0.788011, 900, 255, 1, '', 49345, NULL), +(@OGUID+5430, 2866, 0, 51, 0, 1, 1, -7086.12, -1705.49, 241.405, 3.07177, 0, 0, 0.999391, 0.0349061, 900, 255, 1, '', 48120, NULL), +(@OGUID+5431, 2866, 0, 51, 0, 1, 1, -7091.08, -1143.13, 270.494, 3.35105, 0, 0, -0.994521, 0.104536, 900, 255, 1, '', 50664, NULL), +(@OGUID+5432, 2866, 0, 51, 0, 1, 1, -7095.3, -1517.7, 242.911, 3.29869, 0, 0, -0.996917, 0.0784664, 900, 255, 1, '', 50664, NULL), +(@OGUID+5433, 2866, 0, 51, 0, 1, 1, -7096.66, -1266.49, 269.36, 2.89725, 0, 0, 0.992546, 0.12187, 900, 255, 1, '', 49345, NULL), +(@OGUID+5434, 2866, 0, 51, 0, 1, 1, -7117, -976.476, 253.64, 3.14159, 0, 0, -1, 0, 900, 255, 1, '', 49345, NULL), +(@OGUID+5435, 2866, 0, 51, 0, 1, 1, -7157.07, -878.366, 308.115, 4.17134, 0, 0, -0.870356, 0.492424, 900, 255, 1, '', 49345, NULL), +(@OGUID+5436, 2866, 0, 51, 0, 1, 1, -7165.78, -1647.65, 241.613, 4.53786, 0, 0, -0.766044, 0.642789, 900, 255, 1, '', 48632, NULL), +(@OGUID+5437, 2866, 0, 51, 0, 1, 1, -7176.88, -1728.41, 244.447, 2.51327, 0, 0, 0.951056, 0.309017, 900, 255, 1, '', 48120, NULL), +(@OGUID+5438, 2866, 0, 51, 0, 1, 1, -7182.48, -1527.93, 241.124, 4.66003, 0, 0, -0.725374, 0.688355, 900, 255, 1, '', 49345, NULL), +(@OGUID+5439, 2866, 0, 51, 0, 1, 1, -7184.66, -1400.82, 241.753, 4.62512, 0, 0, -0.737277, 0.675591, 900, 255, 1, '', 48632, NULL), +(@OGUID+5440, 2866, 0, 51, 0, 1, 1, -7202.09, -1006.23, 244.447, 3.15906, 0, 0, -0.999962, 0.00873464, 900, 255, 1, '', 50664, NULL), +(@OGUID+5441, 2866, 0, 51, 0, 1, 1, -7221.24, -1565.34, 254.58, 3.00195, 0, 0, 0.997563, 0.0697661, 900, 255, 1, '', 48120, NULL), +(@OGUID+5442, 2866, 0, 51, 0, 1, 1, -7230.77, -1154.26, 258.973, 3.75246, 0, 0, -0.953716, 0.300708, 900, 255, 1, '', 48120, NULL), +(@OGUID+5443, 2866, 0, 51, 0, 1, 1, -7245.29, -1302.97, 273.505, 5.39307, 0, 0, -0.430511, 0.902586, 900, 255, 1, '', 50664, NULL), +(@OGUID+5444, 2866, 0, 51, 0, 1, 1, -7275.81, -866.391, 294.072, 0.087266, 0, 0, 0.0436192, 0.999048, 900, 255, 1, '', 49345, NULL), +(@OGUID+5445, 2866, 0, 51, 0, 1, 1, -7316.47, -1566.92, 316.095, 1.25664, 0, 0, 0.587785, 0.809017, 900, 255, 1, '', 48632, NULL), +(@OGUID+5446, 2866, 0, 51, 0, 1, 1, -7319.13, -934.882, 244.218, 3.194, 0, 0, -0.999657, 0.0262016, 900, 255, 1, '', 50664, NULL), +(@OGUID+5447, 2866, 0, 51, 0, 1, 1, -7323.66, -1669.21, 286.824, 2.16421, 0, 0, 0.882947, 0.469473, 900, 255, 1, '', 48340, NULL), +(@OGUID+5448, 2866, 0, 51, 1519, 1, 1, -6937.42, -1396.06, 169.355, 6.02139, 0, 0, -0.130526, 0.991445, 900, 255, 1, '', 47720, NULL), +(@OGUID+5449, 2866, 0, 51, 1519, 1, 1, -7208.97, -778.02, 327.742, 1.97222, 0, 0, 0.833885, 0.551938, 900, 255, 1, '', 47720, NULL), +(@OGUID+5450, 2866, 0, 51, 340, 1, 1, -6587.79, -991.392, 245.393, 3.6652, 0, 0, -0.965925, 0.258821, 900, 255, 1, '', 48120, NULL), +(@OGUID+5451, 2866, 0, 51, 460, 1, 1, -6270.63, -1969.46, 278.328, 0.139624, 0, 0, 0.0697556, 0.997564, 900, 255, 1, '', 50664, NULL), +(@OGUID+5452, 2866, 0, 51, 460, 1, 1, -6492.16, -1572.75, 325.039, 3.50812, 0, 0, -0.983254, 0.182238, 900, 255, 1, '', 50664, NULL), +(@OGUID+5453, 2866, 0, 51, 460, 1, 1, -6595.47, -1951.65, 246.016, 2.02458, 0, 0, 0.848047, 0.529921, 900, 255, 1, '', 50664, NULL), +(@OGUID+5454, 2866, 0, 51, 460, 1, 1, -6788.77, -1450.17, 171.192, 5.044, 0, 0, -0.580703, 0.814116, 900, 255, 1, '', 50664, NULL), +(@OGUID+5455, 2866, 0, 51, 460, 1, 1, -7025.79, -1431.58, 243.451, 4.81711, 0, 0, -0.66913, 0.743145, 900, 255, 1, '', 50664, NULL), +(@OGUID+5456, 2866, 0, 51, 460, 1, 1, -7285.83, -1954.9, 297.953, 0.383971, 0, 0, 0.190808, 0.981627, 900, 255, 1, '', 50664, NULL), +(@OGUID+5457, 2866, 0, 51, 0, 1, 1, -6598.05, -1812.66, 251.337, 0, 0, 0, 0, 1, 900, 255, 1, '', 52237, NULL), +(@OGUID+5458, 2866, 0, 51, 0, 1, 1, -6807.83, -1768.91, 261.281, 2.09439, 0, 0, 0.866025, 0.500001, 900, 255, 1, '', 52237, NULL), +(@OGUID+5459, 2866, 0, 51, 1443, 1, 1, -6626.73, -1484.35, 265.139, 4.08407, 0, 0, -0.891006, 0.453991, 900, 255, 1, '', 52237, NULL), +(@OGUID+5460, 2866, 0, 51, 1958, 1, 1, -7317.79, -1804.88, 245.641, 1.36136, 0, 0, 0.62932, 0.777146, 900, 255, 1, '', 45772, NULL), +(@OGUID+5461, 2866, 0, 51, 1959, 1, 1, -6495.32, -2012.69, 259.487, 6.23083, 0, 0, -0.0261765, 0.999657, 900, 255, 1, '', 45772, NULL), +(@OGUID+5462, 2866, 0, 51, 246, 1, 1, -6642.31, -1707.5, 264.949, 2.9496, 0, 0, 0.995396, 0.0958512, 900, 255, 1, '', 52237, NULL), +(@OGUID+5463, 324, 0, 51, 0, 1, 1, -7284.3, -803.928, 298.656, 5.32326, 0, 0, -0.461748, 0.887011, 900, 255, 1, '', 50375, NULL), +(@OGUID+5464, 324, 0, 51, 0, 1, 1, -7084.92, -914.239, 285.95, 0.855211, 0, 0, 0.414693, 0.909961, 900, 255, 1, '', 49345, NULL), +(@OGUID+5465, 324, 0, 51, 460, 1, 1, -7040.06, -1185.06, 255.285, 0.558504, 0, 0, 0.275637, 0.961262, 900, 255, 1, '', 50664, NULL), +(@OGUID+5466, 324, 0, 51, 0, 1, 1, -6892.15, -851.136, 260.943, 2.80998, 0, 0, 0.986285, 0.16505, 900, 255, 1, '', 48120, NULL), +(@OGUID+5467, 324, 0, 51, 0, 1, 1, -6749.6, -843.777, 251.203, 3.33359, 0, 0, -0.995396, 0.0958512, 900, 255, 1, '', 50664, NULL), +(@OGUID+5468, 324, 0, 51, 460, 1, 1, -6737.71, -610.845, 241.217, 2.11185, 0, 0, 0.870356, 0.492424, 900, 255, 1, '', 50664, NULL), +(@OGUID+5469, 324, 0, 51, 0, 1, 1, -6727.07, -1085.87, 185.576, 0.994837, 0, 0, 0.477159, 0.878817, 900, 255, 1, '', 49345, NULL), +(@OGUID+5470, 324, 0, 51, 0, 1, 1, -6718.6, -1252.82, 183.493, 0.139624, 0, 0, 0.0697556, 0.997564, 900, 255, 1, '', 49345, NULL), +(@OGUID+5471, 324, 0, 51, 0, 1, 1, -6647.45, -699.644, 233.32, 4.5204, 0, 0, -0.771625, 0.636078, 900, 255, 1, '', 50250, NULL), +(@OGUID+5472, 324, 0, 51, 0, 1, 1, -6644.5, -858.294, 244.144, 0.90757, 0, 0, 0.438371, 0.898794, 900, 255, 1, '', 49345, NULL), +(@OGUID+5473, 324, 0, 51, 0, 1, 1, -6581.75, -672.116, 241.635, 1.90241, 0, 0, 0.814116, 0.580703, 900, 255, 1, '', 50664, NULL), +(@OGUID+5474, 324, 0, 51, 460, 1, 1, -6561.7, -1257.7, 136.212, 5.84685, 0, 0, -0.216439, 0.976296, 900, 255, 1, '', 50664, NULL), +(@OGUID+5475, 324, 0, 51, 0, 1, 1, -6560.44, -824.799, 297.716, 3.6652, 0, 0, -0.965925, 0.258821, 900, 255, 1, '', 49345, NULL), +(@OGUID+5476, 324, 0, 51, 0, 1, 1, -6502.38, -1040.03, 344.818, 2.63544, 0, 0, 0.968147, 0.250381, 900, 255, 1, '', 48632, NULL), +(@OGUID+5477, 324, 0, 51, 0, 1, 1, -6463.52, -824.624, 336.551, 0.994837, 0, 0, 0.477159, 0.878817, 900, 255, 1, '', 49345, NULL), +(@OGUID+5478, 324, 0, 51, 460, 1, 1, -6421.86, -1300.82, 180.939, 4.01426, 0, 0, -0.906307, 0.422619, 900, 255, 1, '', 50664, NULL), +(@OGUID+5479, 2047, 0, 51, 0, 1, 1, -7284.3, -803.928, 298.656, 5.32326, 0, 0, -0.461748, 0.887011, 900, 255, 1, '', 50375, NULL), +(@OGUID+5480, 2047, 0, 51, 0, 1, 1, -7084.92, -914.239, 285.95, 0.855211, 0, 0, 0.414693, 0.909961, 900, 255, 1, '', 49345, NULL), +(@OGUID+5481, 2047, 0, 51, 460, 1, 1, -7040.06, -1185.06, 255.285, 0.558504, 0, 0, 0.275637, 0.961262, 900, 255, 1, '', 50664, NULL), +(@OGUID+5482, 2047, 0, 51, 0, 1, 1, -6892.15, -851.136, 260.943, 2.80998, 0, 0, 0.986285, 0.16505, 900, 255, 1, '', 48120, NULL), +(@OGUID+5483, 2047, 0, 51, 0, 1, 1, -6749.6, -843.777, 251.203, 3.33359, 0, 0, -0.995396, 0.0958512, 900, 255, 1, '', 50664, NULL), +(@OGUID+5484, 2047, 0, 51, 460, 1, 1, -6737.71, -610.845, 241.217, 2.11185, 0, 0, 0.870356, 0.492424, 900, 255, 1, '', 50664, NULL), +(@OGUID+5485, 2047, 0, 51, 0, 1, 1, -6727.07, -1085.87, 185.576, 0.994837, 0, 0, 0.477159, 0.878817, 900, 255, 1, '', 49345, NULL), +(@OGUID+5486, 2047, 0, 51, 0, 1, 1, -6718.6, -1252.82, 183.493, 0.139624, 0, 0, 0.0697556, 0.997564, 900, 255, 1, '', 49345, NULL), +(@OGUID+5487, 2047, 0, 51, 0, 1, 1, -6647.45, -699.644, 233.32, 4.5204, 0, 0, -0.771625, 0.636078, 900, 255, 1, '', 50250, NULL), +(@OGUID+5488, 2047, 0, 51, 0, 1, 1, -6644.5, -858.294, 244.144, 0.90757, 0, 0, 0.438371, 0.898794, 900, 255, 1, '', 49345, NULL), +(@OGUID+5489, 2047, 0, 51, 0, 1, 1, -6581.75, -672.116, 241.635, 1.90241, 0, 0, 0.814116, 0.580703, 900, 255, 1, '', 50664, NULL), +(@OGUID+5490, 2047, 0, 51, 460, 1, 1, -6561.7, -1257.7, 136.212, 5.84685, 0, 0, -0.216439, 0.976296, 900, 255, 1, '', 50664, NULL), +(@OGUID+5491, 2047, 0, 51, 0, 1, 1, -6560.44, -824.799, 297.716, 3.6652, 0, 0, -0.965925, 0.258821, 900, 255, 1, '', 49345, NULL), +(@OGUID+5492, 2047, 0, 51, 0, 1, 1, -6502.38, -1040.03, 344.818, 2.63544, 0, 0, 0.968147, 0.250381, 900, 255, 1, '', 48632, NULL), +(@OGUID+5493, 2047, 0, 51, 0, 1, 1, -6463.52, -824.624, 336.551, 0.994837, 0, 0, 0.477159, 0.878817, 900, 255, 1, '', 49345, NULL), +(@OGUID+5494, 2047, 0, 51, 460, 1, 1, -6421.86, -1300.82, 180.939, 4.01426, 0, 0, -0.906307, 0.422619, 900, 255, 1, '', 50664, NULL), +(@OGUID+5495, 165658, 0, 51, 0, 1, 1, -7284.3, -803.928, 298.656, 5.32326, 0, 0, -0.461748, 0.887011, 900, 255, 1, '', 50375, NULL), +(@OGUID+5496, 165658, 0, 51, 0, 1, 1, -7084.92, -914.239, 285.95, 0.855211, 0, 0, 0.414693, 0.909961, 900, 255, 1, '', 49345, NULL), +(@OGUID+5497, 165658, 0, 51, 460, 1, 1, -7040.06, -1185.06, 255.285, 0.558504, 0, 0, 0.275637, 0.961262, 900, 255, 1, '', 50664, NULL), +(@OGUID+5498, 165658, 0, 51, 0, 1, 1, -6892.15, -851.136, 260.943, 2.80998, 0, 0, 0.986285, 0.16505, 900, 255, 1, '', 48120, NULL), +(@OGUID+5499, 165658, 0, 51, 0, 1, 1, -6749.6, -843.777, 251.203, 3.33359, 0, 0, -0.995396, 0.0958512, 900, 255, 1, '', 50664, NULL), +(@OGUID+5500, 165658, 0, 51, 460, 1, 1, -6737.71, -610.845, 241.217, 2.11185, 0, 0, 0.870356, 0.492424, 900, 255, 1, '', 50664, NULL), +(@OGUID+5501, 165658, 0, 51, 0, 1, 1, -6727.07, -1085.87, 185.576, 0.994837, 0, 0, 0.477159, 0.878817, 900, 255, 1, '', 49345, NULL), +(@OGUID+5502, 165658, 0, 51, 0, 1, 1, -6718.6, -1252.82, 183.493, 0.139624, 0, 0, 0.0697556, 0.997564, 900, 255, 1, '', 49345, NULL), +(@OGUID+5503, 165658, 0, 51, 0, 1, 1, -6647.45, -699.644, 233.32, 4.5204, 0, 0, -0.771625, 0.636078, 900, 255, 1, '', 50250, NULL), +(@OGUID+5504, 165658, 0, 51, 0, 1, 1, -6644.5, -858.294, 244.144, 0.90757, 0, 0, 0.438371, 0.898794, 900, 255, 1, '', 49345, NULL), +(@OGUID+5505, 165658, 0, 51, 0, 1, 1, -6581.75, -672.116, 241.635, 1.90241, 0, 0, 0.814116, 0.580703, 900, 255, 1, '', 50664, NULL), +(@OGUID+5506, 165658, 0, 51, 460, 1, 1, -6561.7, -1257.7, 136.212, 5.84685, 0, 0, -0.216439, 0.976296, 900, 255, 1, '', 50664, NULL), +(@OGUID+5507, 165658, 0, 51, 0, 1, 1, -6560.44, -824.799, 297.716, 3.6652, 0, 0, -0.965925, 0.258821, 900, 255, 1, '', 49345, NULL), +(@OGUID+5508, 165658, 0, 51, 0, 1, 1, -6502.38, -1040.03, 344.818, 2.63544, 0, 0, 0.968147, 0.250381, 900, 255, 1, '', 48632, NULL), +(@OGUID+5509, 165658, 0, 51, 0, 1, 1, -6463.52, -824.624, 336.551, 0.994837, 0, 0, 0.477159, 0.878817, 900, 255, 1, '', 49345, NULL), +(@OGUID+5510, 165658, 0, 51, 460, 1, 1, -6421.86, -1300.82, 180.939, 4.01426, 0, 0, -0.906307, 0.422619, 900, 255, 1, '', 50664, NULL), +(@OGUID+5511, 1735, 0, 51, 0, 1, 1, -7237.19, -1572.59, 269.55, 0.0698117, 0, 0, 0.0348988, 0.999391, 900, 255, 1, '', 48120, NULL), +(@OGUID+5512, 1735, 0, 51, 0, 1, 1, -6833.31, -1762.8, 260.022, 3.01941, 0, 0, 0.998135, 0.0610518, 900, 255, 1, '', 48120, NULL), +(@OGUID+5513, 1735, 0, 51, 0, 1, 1, -6662.32, -1800.09, 258.574, 4.72984, 0, 0, -0.700909, 0.713251, 900, 255, 1, '', 50664, NULL), +(@OGUID+5514, 1734, 0, 51, 0, 1, 1, -7237.19, -1572.59, 269.55, 0.0698117, 0, 0, 0.0348988, 0.999391, 900, 255, 1, '', 48120, NULL), +(@OGUID+5515, 1734, 0, 51, 0, 1, 1, -6833.31, -1762.8, 260.022, 3.01941, 0, 0, 0.998135, 0.0610518, 900, 255, 1, '', 48120, NULL), +(@OGUID+5516, 1734, 0, 51, 0, 1, 1, -6662.32, -1800.09, 258.574, 4.72984, 0, 0, -0.700909, 0.713251, 900, 255, 1, '', 50664, NULL), +(@OGUID+5517, 1733, 0, 51, 0, 1, 1, -7237.19, -1572.59, 269.55, 0.0698117, 0, 0, 0.0348988, 0.999391, 900, 255, 1, '', 48120, NULL), +(@OGUID+5518, 1733, 0, 51, 0, 1, 1, -6833.31, -1762.8, 260.022, 3.01941, 0, 0, 0.998135, 0.0610518, 900, 255, 1, '', 48120, NULL), +(@OGUID+5519, 1733, 0, 51, 0, 1, 1, -6662.32, -1800.09, 258.574, 4.72984, 0, 0, -0.700909, 0.713251, 900, 255, 1, '', 50664, NULL), +(@OGUID+5520, 2040, 0, 51, 1958, 1, 1, -7325.74, -1755.42, 267.655, 2.33874, 0, 0, 0.920505, 0.390732, 900, 255, 1, '', 47168, NULL), +(@OGUID+5521, 2040, 0, 51, 0, 1, 1, -7314.01, -1597.51, 315.985, 0.261798, 0, 0, 0.130526, 0.991445, 900, 255, 1, '', 48120, NULL), +(@OGUID+5522, 2040, 0, 51, 25, 1, 1, -7260.88, -1141.82, 283.953, 0.523598, 0, 0, 0.258819, 0.965926, 900, 255, 1, '', 49345, NULL), +(@OGUID+5523, 2040, 0, 51, 1444, 1, 1, -7229.66, -1427.41, 266.9, 2.37364, 0, 0, 0.927183, 0.374608, 900, 255, 1, '', 52237, NULL), +(@OGUID+5524, 2040, 0, 51, 0, 1, 1, -7228.47, -879.447, 298.63, 1.53589, 0, 0, 0.694658, 0.71934, 900, 255, 1, '', 48120, NULL), +(@OGUID+5525, 2040, 0, 51, 0, 1, 1, -7207.76, -783.353, 329.508, 4.7473, 0, 0, -0.694658, 0.71934, 900, 255, 1, '', 49345, NULL), +(@OGUID+5526, 2040, 0, 51, 0, 1, 1, -7185.47, -1956.41, 320.581, 5.81195, 0, 0, -0.233445, 0.97237, 900, 255, 1, '', 49345, NULL), +(@OGUID+5527, 2040, 0, 51, 0, 1, 1, -7156.05, -1163.11, 265.518, 4.38078, 0, 0, -0.814116, 0.580703, 900, 255, 1, '', 50664, NULL), +(@OGUID+5528, 2040, 0, 51, 0, 1, 1, -7117.15, -1606, 258.349, 3.4383, 0, 0, -0.989016, 0.147811, 900, 255, 1, '', 48340, NULL), +(@OGUID+5529, 2040, 0, 51, 0, 1, 1, -7079.49, -998.117, 243.831, 3.49067, 0, 0, -0.984807, 0.173652, 900, 255, 1, '', 49345, NULL), +(@OGUID+5530, 2040, 0, 51, 0, 1, 1, -7076.41, -1297.19, 267.191, 5.98648, 0, 0, -0.147809, 0.989016, 900, 255, 1, '', 47168, NULL), +(@OGUID+5531, 2040, 0, 51, 0, 1, 1, -7040.85, -1749.85, 259.663, 0.104719, 0, 0, 0.0523357, 0.99863, 900, 255, 1, '', 48632, NULL), +(@OGUID+5532, 2040, 0, 51, 0, 1, 1, -6989.5, -1754.34, 234.098, 4.93928, 0, 0, -0.622514, 0.782609, 900, 255, 1, '', 50063, NULL), +(@OGUID+5533, 2040, 0, 51, 0, 1, 1, -6935.9, -1202.91, 148.082, 1.20428, 0, 0, 0.566406, 0.824126, 900, 255, 1, '', 49345, NULL), +(@OGUID+5534, 2040, 0, 51, 0, 1, 1, -6869.47, -1410.38, 172.377, 3.50812, 0, 0, -0.983254, 0.182238, 900, 255, 1, '', 48632, NULL), +(@OGUID+5535, 2040, 0, 51, 0, 1, 1, -6865.97, -1191.79, 182.557, 0.383971, 0, 0, 0.190808, 0.981627, 900, 255, 1, '', 49345, NULL), +(@OGUID+5536, 2040, 0, 51, 35, 1, 1, -6862.05, -1551.08, 242.068, 3.10665, 0, 0, 0.999847, 0.0174693, 900, 255, 1, '', 48632, NULL), +(@OGUID+5537, 2040, 0, 51, 0, 1, 1, -6835.71, -1484.15, 208.595, 1.58825, 0, 0, 0.71325, 0.70091, 900, 255, 1, '', 47966, NULL), +(@OGUID+5538, 2040, 0, 51, 0, 1, 1, -6834.01, -988.343, 246.864, 0.436332, 0, 0, 0.216439, 0.976296, 900, 255, 1, '', 49345, NULL), +(@OGUID+5539, 2040, 0, 51, 0, 1, 1, -6811, -1356.96, 169.573, 0.087266, 0, 0, 0.0436192, 0.999048, 900, 255, 1, '', 48632, NULL), +(@OGUID+5540, 2040, 0, 51, 0, 1, 1, -6782.98, -1169.51, 243.777, 5.18363, 0, 0, -0.522498, 0.85264, 900, 255, 1, '', 48632, NULL), +(@OGUID+5541, 2040, 0, 51, 25, 1, 1, -6736.55, -1686.12, 219.236, 4.03171, 0, 0, -0.902585, 0.430512, 900, 255, 1, '', 49345, NULL), +(@OGUID+5542, 2040, 0, 51, 0, 1, 1, -6725.47, -704.071, 235.588, 5.044, 0, 0, -0.580703, 0.814116, 900, 255, 1, '', 50664, NULL), +(@OGUID+5543, 2040, 0, 51, 460, 1, 1, -6723.91, -1406.56, 214.741, 2.80998, 0, 0, 0.986285, 0.16505, 900, 255, 1, '', 50664, NULL), +(@OGUID+5544, 2040, 0, 51, 460, 1, 1, -6712.46, -1592, 192.912, 1.0821, 0, 0, 0.515038, 0.857168, 900, 255, 1, '', 50664, NULL), +(@OGUID+5545, 2040, 0, 51, 0, 1, 1, -6683.49, -1230.45, 181.85, 2.1293, 0, 0, 0.874619, 0.48481, 900, 255, 1, '', 48632, NULL), +(@OGUID+5546, 2040, 0, 51, 0, 1, 1, -6680.17, -1020.97, 253.177, 1.74533, 0, 0, 0.766044, 0.642789, 900, 255, 1, '', 49345, NULL), +(@OGUID+5547, 2040, 0, 51, 0, 1, 1, -6666.01, -884.02, 254.61, 3.15906, 0, 0, -0.999962, 0.00873464, 900, 255, 1, '', 49345, NULL), +(@OGUID+5548, 2040, 0, 51, 460, 1, 1, -6657.98, -1272.72, 252.689, 4.71239, 0, 0, -0.707107, 0.707107, 900, 255, 1, '', 50664, NULL), +(@OGUID+5549, 2040, 0, 51, 0, 1, 1, -6643.58, -805.394, 246.507, 1.3439, 0, 0, 0.622514, 0.782609, 900, 255, 1, '', 49345, NULL), +(@OGUID+5550, 2040, 0, 51, 460, 1, 1, -6599.25, -1432.17, 167.379, 2.37364, 0, 0, 0.927183, 0.374608, 900, 255, 1, '', 50664, NULL), +(@OGUID+5551, 2040, 0, 51, 0, 1, 1, -6580.63, -1837.71, 244.947, 2.42601, 0, 0, 0.936672, 0.350207, 900, 255, 1, '', 49345, NULL), +(@OGUID+5552, 2040, 0, 51, 0, 1, 1, -6555.58, -1572.64, 310.16, 4.76475, 0, 0, -0.688354, 0.725374, 900, 255, 1, '', 52237, NULL), +(@OGUID+5553, 2040, 0, 51, 0, 1, 1, -6527.57, -1275.84, 180.934, 3.87463, 0, 0, -0.93358, 0.358368, 900, 255, 1, '', 48120, NULL), +(@OGUID+5554, 2040, 0, 51, 0, 1, 1, -6473.71, -1195.53, 183.154, 1.29154, 0, 0, 0.601814, 0.798636, 900, 255, 1, '', 48632, NULL), +(@OGUID+5555, 2040, 0, 51, 0, 1, 1, -6467.07, -1390.98, 142.91, 3.49067, 0, 0, -0.984807, 0.173652, 900, 255, 1, '', 50664, NULL), +(@OGUID+5556, 2040, 0, 51, 460, 1, 1, -6754.19, -1363.81, 196.629, 1.90241, 0, 0, 0.814116, 0.580703, 900, 255, 1, '', 50664, NULL), +(@OGUID+5557, 1734, 0, 51, 1958, 1, 1, -7325.74, -1755.42, 267.655, 2.33874, 0, 0, 0.920505, 0.390732, 900, 255, 1, '', 47168, NULL), +(@OGUID+5558, 1734, 0, 51, 0, 1, 1, -7314.01, -1597.51, 315.985, 0.261798, 0, 0, 0.130526, 0.991445, 900, 255, 1, '', 48120, NULL), +(@OGUID+5559, 1734, 0, 51, 25, 1, 1, -7260.88, -1141.82, 283.953, 0.523598, 0, 0, 0.258819, 0.965926, 900, 255, 1, '', 49345, NULL), +(@OGUID+5560, 1734, 0, 51, 1444, 1, 1, -7229.66, -1427.41, 266.9, 2.37364, 0, 0, 0.927183, 0.374608, 900, 255, 1, '', 52237, NULL), +(@OGUID+5561, 1734, 0, 51, 0, 1, 1, -7228.47, -879.447, 298.63, 1.53589, 0, 0, 0.694658, 0.71934, 900, 255, 1, '', 48120, NULL), +(@OGUID+5562, 1734, 0, 51, 0, 1, 1, -7207.76, -783.353, 329.508, 4.7473, 0, 0, -0.694658, 0.71934, 900, 255, 1, '', 49345, NULL), +(@OGUID+5563, 1734, 0, 51, 0, 1, 1, -7185.47, -1956.41, 320.581, 5.81195, 0, 0, -0.233445, 0.97237, 900, 255, 1, '', 49345, NULL), +(@OGUID+5564, 1734, 0, 51, 0, 1, 1, -7156.05, -1163.11, 265.518, 4.38078, 0, 0, -0.814116, 0.580703, 900, 255, 1, '', 50664, NULL), +(@OGUID+5565, 1734, 0, 51, 0, 1, 1, -7117.15, -1606, 258.349, 3.4383, 0, 0, -0.989016, 0.147811, 900, 255, 1, '', 48340, NULL), +(@OGUID+5566, 1734, 0, 51, 0, 1, 1, -7079.49, -998.117, 243.831, 3.49067, 0, 0, -0.984807, 0.173652, 900, 255, 1, '', 49345, NULL), +(@OGUID+5567, 1734, 0, 51, 0, 1, 1, -7076.41, -1297.19, 267.191, 5.98648, 0, 0, -0.147809, 0.989016, 900, 255, 1, '', 47168, NULL), +(@OGUID+5568, 1734, 0, 51, 0, 1, 1, -7040.85, -1749.85, 259.663, 0.104719, 0, 0, 0.0523357, 0.99863, 900, 255, 1, '', 48632, NULL), +(@OGUID+5569, 1734, 0, 51, 0, 1, 1, -6989.5, -1754.34, 234.098, 4.93928, 0, 0, -0.622514, 0.782609, 900, 255, 1, '', 50063, NULL), +(@OGUID+5570, 1734, 0, 51, 0, 1, 1, -6935.9, -1202.91, 148.082, 1.20428, 0, 0, 0.566406, 0.824126, 900, 255, 1, '', 49345, NULL), +(@OGUID+5571, 1734, 0, 51, 0, 1, 1, -6869.47, -1410.38, 172.377, 3.50812, 0, 0, -0.983254, 0.182238, 900, 255, 1, '', 48632, NULL), +(@OGUID+5572, 1734, 0, 51, 0, 1, 1, -6865.97, -1191.79, 182.557, 0.383971, 0, 0, 0.190808, 0.981627, 900, 255, 1, '', 49345, NULL), +(@OGUID+5573, 1734, 0, 51, 35, 1, 1, -6862.05, -1551.08, 242.068, 3.10665, 0, 0, 0.999847, 0.0174693, 900, 255, 1, '', 48632, NULL), +(@OGUID+5574, 1734, 0, 51, 0, 1, 1, -6835.71, -1484.15, 208.595, 1.58825, 0, 0, 0.71325, 0.70091, 900, 255, 1, '', 47966, NULL), +(@OGUID+5575, 1734, 0, 51, 0, 1, 1, -6834.01, -988.343, 246.864, 0.436332, 0, 0, 0.216439, 0.976296, 900, 255, 1, '', 49345, NULL), +(@OGUID+5576, 1734, 0, 51, 0, 1, 1, -6811, -1356.96, 169.573, 0.087266, 0, 0, 0.0436192, 0.999048, 900, 255, 1, '', 48632, NULL), +(@OGUID+5577, 1734, 0, 51, 0, 1, 1, -6782.98, -1169.51, 243.777, 5.18363, 0, 0, -0.522498, 0.85264, 900, 255, 1, '', 48632, NULL), +(@OGUID+5578, 1734, 0, 51, 25, 1, 1, -6736.55, -1686.12, 219.236, 4.03171, 0, 0, -0.902585, 0.430512, 900, 255, 1, '', 49345, NULL), +(@OGUID+5579, 1734, 0, 51, 0, 1, 1, -6725.47, -704.071, 235.588, 5.044, 0, 0, -0.580703, 0.814116, 900, 255, 1, '', 50664, NULL), +(@OGUID+5580, 1734, 0, 51, 460, 1, 1, -6723.91, -1406.56, 214.741, 2.80998, 0, 0, 0.986285, 0.16505, 900, 255, 1, '', 50664, NULL), +(@OGUID+5581, 1734, 0, 51, 460, 1, 1, -6712.46, -1592, 192.912, 1.0821, 0, 0, 0.515038, 0.857168, 900, 255, 1, '', 50664, NULL), +(@OGUID+5582, 1734, 0, 51, 0, 1, 1, -6683.49, -1230.45, 181.85, 2.1293, 0, 0, 0.874619, 0.48481, 900, 255, 1, '', 48632, NULL), +(@OGUID+5583, 1734, 0, 51, 0, 1, 1, -6680.17, -1020.97, 253.177, 1.74533, 0, 0, 0.766044, 0.642789, 900, 255, 1, '', 49345, NULL), +(@OGUID+5584, 1734, 0, 51, 0, 1, 1, -6666.01, -884.02, 254.61, 3.15906, 0, 0, -0.999962, 0.00873464, 900, 255, 1, '', 49345, NULL), +(@OGUID+5585, 1734, 0, 51, 460, 1, 1, -6657.98, -1272.72, 252.689, 4.71239, 0, 0, -0.707107, 0.707107, 900, 255, 1, '', 50664, NULL), +(@OGUID+5586, 1734, 0, 51, 0, 1, 1, -6643.58, -805.394, 246.507, 1.3439, 0, 0, 0.622514, 0.782609, 900, 255, 1, '', 49345, NULL), +(@OGUID+5587, 1734, 0, 51, 460, 1, 1, -6599.25, -1432.17, 167.379, 2.37364, 0, 0, 0.927183, 0.374608, 900, 255, 1, '', 50664, NULL), +(@OGUID+5588, 1734, 0, 51, 0, 1, 1, -6580.63, -1837.71, 244.947, 2.42601, 0, 0, 0.936672, 0.350207, 900, 255, 1, '', 49345, NULL), +(@OGUID+5589, 1734, 0, 51, 0, 1, 1, -6555.58, -1572.64, 310.16, 4.76475, 0, 0, -0.688354, 0.725374, 900, 255, 1, '', 52237, NULL), +(@OGUID+5590, 1734, 0, 51, 0, 1, 1, -6527.57, -1275.84, 180.934, 3.87463, 0, 0, -0.93358, 0.358368, 900, 255, 1, '', 48120, NULL), +(@OGUID+5591, 1734, 0, 51, 0, 1, 1, -6473.71, -1195.53, 183.154, 1.29154, 0, 0, 0.601814, 0.798636, 900, 255, 1, '', 48632, NULL), +(@OGUID+5592, 1734, 0, 51, 0, 1, 1, -6467.07, -1390.98, 142.91, 3.49067, 0, 0, -0.984807, 0.173652, 900, 255, 1, '', 50664, NULL), +(@OGUID+5593, 1734, 0, 51, 460, 1, 1, -6754.19, -1363.81, 196.629, 1.90241, 0, 0, 0.814116, 0.580703, 900, 255, 1, '', 50664, NULL), +(@OGUID+5594, 2047, 0, 51, 1958, 1, 1, -7325.74, -1755.42, 267.655, 2.33874, 0, 0, 0.920505, 0.390732, 900, 255, 1, '', 47168, NULL), +(@OGUID+5595, 2047, 0, 51, 0, 1, 1, -7314.01, -1597.51, 315.985, 0.261798, 0, 0, 0.130526, 0.991445, 900, 255, 1, '', 48120, NULL), +(@OGUID+5596, 2047, 0, 51, 25, 1, 1, -7260.88, -1141.82, 283.953, 0.523598, 0, 0, 0.258819, 0.965926, 900, 255, 1, '', 49345, NULL), +(@OGUID+5597, 2047, 0, 51, 1444, 1, 1, -7229.66, -1427.41, 266.9, 2.37364, 0, 0, 0.927183, 0.374608, 900, 255, 1, '', 52237, NULL), +(@OGUID+5598, 2047, 0, 51, 0, 1, 1, -7228.47, -879.447, 298.63, 1.53589, 0, 0, 0.694658, 0.71934, 900, 255, 1, '', 48120, NULL), +(@OGUID+5599, 2047, 0, 51, 0, 1, 1, -7207.76, -783.353, 329.508, 4.7473, 0, 0, -0.694658, 0.71934, 900, 255, 1, '', 49345, NULL), +(@OGUID+5600, 2047, 0, 51, 0, 1, 1, -7185.47, -1956.41, 320.581, 5.81195, 0, 0, -0.233445, 0.97237, 900, 255, 1, '', 49345, NULL), +(@OGUID+5601, 2047, 0, 51, 0, 1, 1, -7156.05, -1163.11, 265.518, 4.38078, 0, 0, -0.814116, 0.580703, 900, 255, 1, '', 50664, NULL), +(@OGUID+5602, 2047, 0, 51, 0, 1, 1, -7117.15, -1606, 258.349, 3.4383, 0, 0, -0.989016, 0.147811, 900, 255, 1, '', 48340, NULL), +(@OGUID+5603, 2047, 0, 51, 0, 1, 1, -7079.49, -998.117, 243.831, 3.49067, 0, 0, -0.984807, 0.173652, 900, 255, 1, '', 49345, NULL), +(@OGUID+5604, 2047, 0, 51, 0, 1, 1, -7076.41, -1297.19, 267.191, 5.98648, 0, 0, -0.147809, 0.989016, 900, 255, 1, '', 47168, NULL), +(@OGUID+5605, 2047, 0, 51, 0, 1, 1, -7040.85, -1749.85, 259.663, 0.104719, 0, 0, 0.0523357, 0.99863, 900, 255, 1, '', 48632, NULL), +(@OGUID+5606, 2047, 0, 51, 0, 1, 1, -6989.5, -1754.34, 234.098, 4.93928, 0, 0, -0.622514, 0.782609, 900, 255, 1, '', 50063, NULL), +(@OGUID+5607, 2047, 0, 51, 0, 1, 1, -6935.9, -1202.91, 148.082, 1.20428, 0, 0, 0.566406, 0.824126, 900, 255, 1, '', 49345, NULL), +(@OGUID+5608, 2047, 0, 51, 0, 1, 1, -6869.47, -1410.38, 172.377, 3.50812, 0, 0, -0.983254, 0.182238, 900, 255, 1, '', 48632, NULL), +(@OGUID+5609, 2047, 0, 51, 0, 1, 1, -6865.97, -1191.79, 182.557, 0.383971, 0, 0, 0.190808, 0.981627, 900, 255, 1, '', 49345, NULL), +(@OGUID+5610, 2047, 0, 51, 35, 1, 1, -6862.05, -1551.08, 242.068, 3.10665, 0, 0, 0.999847, 0.0174693, 900, 255, 1, '', 48632, NULL), +(@OGUID+5611, 2047, 0, 51, 0, 1, 1, -6835.71, -1484.15, 208.595, 1.58825, 0, 0, 0.71325, 0.70091, 900, 255, 1, '', 47966, NULL), +(@OGUID+5612, 2047, 0, 51, 0, 1, 1, -6834.01, -988.343, 246.864, 0.436332, 0, 0, 0.216439, 0.976296, 900, 255, 1, '', 49345, NULL), +(@OGUID+5613, 2047, 0, 51, 0, 1, 1, -6811, -1356.96, 169.573, 0.087266, 0, 0, 0.0436192, 0.999048, 900, 255, 1, '', 48632, NULL), +(@OGUID+5614, 2047, 0, 51, 0, 1, 1, -6782.98, -1169.51, 243.777, 5.18363, 0, 0, -0.522498, 0.85264, 900, 255, 1, '', 48632, NULL), +(@OGUID+5615, 2047, 0, 51, 25, 1, 1, -6736.55, -1686.12, 219.236, 4.03171, 0, 0, -0.902585, 0.430512, 900, 255, 1, '', 49345, NULL), +(@OGUID+5616, 2047, 0, 51, 0, 1, 1, -6725.47, -704.071, 235.588, 5.044, 0, 0, -0.580703, 0.814116, 900, 255, 1, '', 50664, NULL), +(@OGUID+5617, 2047, 0, 51, 460, 1, 1, -6723.91, -1406.56, 214.741, 2.80998, 0, 0, 0.986285, 0.16505, 900, 255, 1, '', 50664, NULL), +(@OGUID+5618, 2047, 0, 51, 460, 1, 1, -6712.46, -1592, 192.912, 1.0821, 0, 0, 0.515038, 0.857168, 900, 255, 1, '', 50664, NULL), +(@OGUID+5619, 2047, 0, 51, 0, 1, 1, -6683.49, -1230.45, 181.85, 2.1293, 0, 0, 0.874619, 0.48481, 900, 255, 1, '', 48632, NULL), +(@OGUID+5620, 2047, 0, 51, 0, 1, 1, -6680.17, -1020.97, 253.177, 1.74533, 0, 0, 0.766044, 0.642789, 900, 255, 1, '', 49345, NULL), +(@OGUID+5621, 2047, 0, 51, 0, 1, 1, -6666.01, -884.02, 254.61, 3.15906, 0, 0, -0.999962, 0.00873464, 900, 255, 1, '', 49345, NULL), +(@OGUID+5622, 2047, 0, 51, 460, 1, 1, -6657.98, -1272.72, 252.689, 4.71239, 0, 0, -0.707107, 0.707107, 900, 255, 1, '', 50664, NULL), +(@OGUID+5623, 2047, 0, 51, 0, 1, 1, -6643.58, -805.394, 246.507, 1.3439, 0, 0, 0.622514, 0.782609, 900, 255, 1, '', 49345, NULL), +(@OGUID+5624, 2047, 0, 51, 460, 1, 1, -6599.25, -1432.17, 167.379, 2.37364, 0, 0, 0.927183, 0.374608, 900, 255, 1, '', 50664, NULL), +(@OGUID+5625, 2047, 0, 51, 0, 1, 1, -6580.63, -1837.71, 244.947, 2.42601, 0, 0, 0.936672, 0.350207, 900, 255, 1, '', 49345, NULL), +(@OGUID+5626, 2047, 0, 51, 0, 1, 1, -6555.58, -1572.64, 310.16, 4.76475, 0, 0, -0.688354, 0.725374, 900, 255, 1, '', 52237, NULL), +(@OGUID+5627, 2047, 0, 51, 0, 1, 1, -6527.57, -1275.84, 180.934, 3.87463, 0, 0, -0.93358, 0.358368, 900, 255, 1, '', 48120, NULL), +(@OGUID+5628, 2047, 0, 51, 0, 1, 1, -6473.71, -1195.53, 183.154, 1.29154, 0, 0, 0.601814, 0.798636, 900, 255, 1, '', 48632, NULL), +(@OGUID+5629, 2047, 0, 51, 0, 1, 1, -6467.07, -1390.98, 142.91, 3.49067, 0, 0, -0.984807, 0.173652, 900, 255, 1, '', 50664, NULL), +(@OGUID+5630, 2047, 0, 51, 460, 1, 1, -6754.19, -1363.81, 196.629, 1.90241, 0, 0, 0.814116, 0.580703, 900, 255, 1, '', 50664, NULL), +(@OGUID+5631, 165658, 0, 51, 1958, 1, 1, -7325.74, -1755.42, 267.655, 2.33874, 0, 0, 0.920505, 0.390732, 900, 255, 1, '', 47168, NULL), +(@OGUID+5632, 165658, 0, 51, 0, 1, 1, -7314.01, -1597.51, 315.985, 0.261798, 0, 0, 0.130526, 0.991445, 900, 255, 1, '', 48120, NULL), +(@OGUID+5633, 165658, 0, 51, 25, 1, 1, -7260.88, -1141.82, 283.953, 0.523598, 0, 0, 0.258819, 0.965926, 900, 255, 1, '', 49345, NULL), +(@OGUID+5634, 165658, 0, 51, 1444, 1, 1, -7229.66, -1427.41, 266.9, 2.37364, 0, 0, 0.927183, 0.374608, 900, 255, 1, '', 52237, NULL), +(@OGUID+5635, 165658, 0, 51, 0, 1, 1, -7228.47, -879.447, 298.63, 1.53589, 0, 0, 0.694658, 0.71934, 900, 255, 1, '', 48120, NULL), +(@OGUID+5636, 165658, 0, 51, 0, 1, 1, -7207.76, -783.353, 329.508, 4.7473, 0, 0, -0.694658, 0.71934, 900, 255, 1, '', 49345, NULL), +(@OGUID+5637, 165658, 0, 51, 0, 1, 1, -7185.47, -1956.41, 320.581, 5.81195, 0, 0, -0.233445, 0.97237, 900, 255, 1, '', 49345, NULL), +(@OGUID+5638, 165658, 0, 51, 0, 1, 1, -7156.05, -1163.11, 265.518, 4.38078, 0, 0, -0.814116, 0.580703, 900, 255, 1, '', 50664, NULL), +(@OGUID+5639, 165658, 0, 51, 0, 1, 1, -7117.15, -1606, 258.349, 3.4383, 0, 0, -0.989016, 0.147811, 900, 255, 1, '', 48340, NULL), +(@OGUID+5640, 165658, 0, 51, 0, 1, 1, -7079.49, -998.117, 243.831, 3.49067, 0, 0, -0.984807, 0.173652, 900, 255, 1, '', 49345, NULL), +(@OGUID+5641, 165658, 0, 51, 0, 1, 1, -7076.41, -1297.19, 267.191, 5.98648, 0, 0, -0.147809, 0.989016, 900, 255, 1, '', 47168, NULL), +(@OGUID+5642, 165658, 0, 51, 0, 1, 1, -7040.85, -1749.85, 259.663, 0.104719, 0, 0, 0.0523357, 0.99863, 900, 255, 1, '', 48632, NULL), +(@OGUID+5643, 165658, 0, 51, 0, 1, 1, -6989.5, -1754.34, 234.098, 4.93928, 0, 0, -0.622514, 0.782609, 900, 255, 1, '', 50063, NULL), +(@OGUID+5644, 165658, 0, 51, 0, 1, 1, -6935.9, -1202.91, 148.082, 1.20428, 0, 0, 0.566406, 0.824126, 900, 255, 1, '', 49345, NULL), +(@OGUID+5645, 165658, 0, 51, 0, 1, 1, -6869.47, -1410.38, 172.377, 3.50812, 0, 0, -0.983254, 0.182238, 900, 255, 1, '', 48632, NULL), +(@OGUID+5646, 165658, 0, 51, 0, 1, 1, -6865.97, -1191.79, 182.557, 0.383971, 0, 0, 0.190808, 0.981627, 900, 255, 1, '', 49345, NULL), +(@OGUID+5647, 165658, 0, 51, 35, 1, 1, -6862.05, -1551.08, 242.068, 3.10665, 0, 0, 0.999847, 0.0174693, 900, 255, 1, '', 48632, NULL), +(@OGUID+5648, 165658, 0, 51, 0, 1, 1, -6835.71, -1484.15, 208.595, 1.58825, 0, 0, 0.71325, 0.70091, 900, 255, 1, '', 47966, NULL), +(@OGUID+5649, 165658, 0, 51, 0, 1, 1, -6834.01, -988.343, 246.864, 0.436332, 0, 0, 0.216439, 0.976296, 900, 255, 1, '', 49345, NULL), +(@OGUID+5650, 165658, 0, 51, 0, 1, 1, -6811, -1356.96, 169.573, 0.087266, 0, 0, 0.0436192, 0.999048, 900, 255, 1, '', 48632, NULL), +(@OGUID+5651, 165658, 0, 51, 0, 1, 1, -6782.98, -1169.51, 243.777, 5.18363, 0, 0, -0.522498, 0.85264, 900, 255, 1, '', 48632, NULL), +(@OGUID+5652, 165658, 0, 51, 25, 1, 1, -6736.55, -1686.12, 219.236, 4.03171, 0, 0, -0.902585, 0.430512, 900, 255, 1, '', 49345, NULL), +(@OGUID+5653, 165658, 0, 51, 0, 1, 1, -6725.47, -704.071, 235.588, 5.044, 0, 0, -0.580703, 0.814116, 900, 255, 1, '', 50664, NULL), +(@OGUID+5654, 165658, 0, 51, 460, 1, 1, -6723.91, -1406.56, 214.741, 2.80998, 0, 0, 0.986285, 0.16505, 900, 255, 1, '', 50664, NULL), +(@OGUID+5655, 165658, 0, 51, 460, 1, 1, -6712.46, -1592, 192.912, 1.0821, 0, 0, 0.515038, 0.857168, 900, 255, 1, '', 50664, NULL), +(@OGUID+5656, 165658, 0, 51, 0, 1, 1, -6683.49, -1230.45, 181.85, 2.1293, 0, 0, 0.874619, 0.48481, 900, 255, 1, '', 48632, NULL), +(@OGUID+5657, 165658, 0, 51, 0, 1, 1, -6680.17, -1020.97, 253.177, 1.74533, 0, 0, 0.766044, 0.642789, 900, 255, 1, '', 49345, NULL), +(@OGUID+5658, 165658, 0, 51, 0, 1, 1, -6666.01, -884.02, 254.61, 3.15906, 0, 0, -0.999962, 0.00873464, 900, 255, 1, '', 49345, NULL), +(@OGUID+5659, 165658, 0, 51, 460, 1, 1, -6657.98, -1272.72, 252.689, 4.71239, 0, 0, -0.707107, 0.707107, 900, 255, 1, '', 50664, NULL), +(@OGUID+5660, 165658, 0, 51, 0, 1, 1, -6643.58, -805.394, 246.507, 1.3439, 0, 0, 0.622514, 0.782609, 900, 255, 1, '', 49345, NULL), +(@OGUID+5661, 165658, 0, 51, 460, 1, 1, -6599.25, -1432.17, 167.379, 2.37364, 0, 0, 0.927183, 0.374608, 900, 255, 1, '', 50664, NULL), +(@OGUID+5662, 165658, 0, 51, 0, 1, 1, -6580.63, -1837.71, 244.947, 2.42601, 0, 0, 0.936672, 0.350207, 900, 255, 1, '', 49345, NULL), +(@OGUID+5663, 165658, 0, 51, 0, 1, 1, -6555.58, -1572.64, 310.16, 4.76475, 0, 0, -0.688354, 0.725374, 900, 255, 1, '', 52237, NULL), +(@OGUID+5664, 165658, 0, 51, 0, 1, 1, -6527.57, -1275.84, 180.934, 3.87463, 0, 0, -0.93358, 0.358368, 900, 255, 1, '', 48120, NULL), +(@OGUID+5665, 165658, 0, 51, 0, 1, 1, -6473.71, -1195.53, 183.154, 1.29154, 0, 0, 0.601814, 0.798636, 900, 255, 1, '', 48632, NULL), +(@OGUID+5666, 165658, 0, 51, 0, 1, 1, -6467.07, -1390.98, 142.91, 3.49067, 0, 0, -0.984807, 0.173652, 900, 255, 1, '', 50664, NULL), +(@OGUID+5667, 165658, 0, 51, 460, 1, 1, -6754.19, -1363.81, 196.629, 1.90241, 0, 0, 0.814116, 0.580703, 900, 255, 1, '', 50664, NULL); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+5463, @POOL_SINGLE+704, 80, 'Searing Gorge - Ore Pool - Small Thorium Vein'), +(@OGUID+5464, @POOL_SINGLE+705, 80, 'Searing Gorge - Ore Pool - Small Thorium Vein'), +(@OGUID+5465, @POOL_SINGLE+706, 80, 'Searing Gorge - Ore Pool - Small Thorium Vein'), +(@OGUID+5466, @POOL_SINGLE+707, 80, 'Searing Gorge - Ore Pool - Small Thorium Vein'), +(@OGUID+5467, @POOL_SINGLE+708, 80, 'Searing Gorge - Ore Pool - Small Thorium Vein'), +(@OGUID+5468, @POOL_SINGLE+709, 80, 'Searing Gorge - Ore Pool - Small Thorium Vein'), +(@OGUID+5469, @POOL_SINGLE+710, 80, 'Searing Gorge - Ore Pool - Small Thorium Vein'), +(@OGUID+5470, @POOL_SINGLE+711, 80, 'Searing Gorge - Ore Pool - Small Thorium Vein'), +(@OGUID+5471, @POOL_SINGLE+712, 80, 'Searing Gorge - Ore Pool - Small Thorium Vein'), +(@OGUID+5472, @POOL_SINGLE+713, 80, 'Searing Gorge - Ore Pool - Small Thorium Vein'), +(@OGUID+5473, @POOL_SINGLE+714, 80, 'Searing Gorge - Ore Pool - Small Thorium Vein'), +(@OGUID+5474, @POOL_SINGLE+715, 80, 'Searing Gorge - Ore Pool - Small Thorium Vein'), +(@OGUID+5475, @POOL_SINGLE+716, 80, 'Searing Gorge - Ore Pool - Small Thorium Vein'), +(@OGUID+5476, @POOL_SINGLE+717, 80, 'Searing Gorge - Ore Pool - Small Thorium Vein'), +(@OGUID+5477, @POOL_SINGLE+718, 80, 'Searing Gorge - Ore Pool - Small Thorium Vein'), +(@OGUID+5478, @POOL_SINGLE+719, 80, 'Searing Gorge - Ore Pool - Small Thorium Vein'), +(@OGUID+5479, @POOL_SINGLE+704, 10, 'Searing Gorge - Ore Pool - Truesilver Deposit'), +(@OGUID+5480, @POOL_SINGLE+705, 10, 'Searing Gorge - Ore Pool - Truesilver Deposit'), +(@OGUID+5481, @POOL_SINGLE+706, 10, 'Searing Gorge - Ore Pool - Truesilver Deposit'), +(@OGUID+5482, @POOL_SINGLE+707, 10, 'Searing Gorge - Ore Pool - Truesilver Deposit'), +(@OGUID+5483, @POOL_SINGLE+708, 10, 'Searing Gorge - Ore Pool - Truesilver Deposit'), +(@OGUID+5484, @POOL_SINGLE+709, 10, 'Searing Gorge - Ore Pool - Truesilver Deposit'), +(@OGUID+5485, @POOL_SINGLE+710, 10, 'Searing Gorge - Ore Pool - Truesilver Deposit'), +(@OGUID+5486, @POOL_SINGLE+711, 10, 'Searing Gorge - Ore Pool - Truesilver Deposit'), +(@OGUID+5487, @POOL_SINGLE+712, 10, 'Searing Gorge - Ore Pool - Truesilver Deposit'), +(@OGUID+5488, @POOL_SINGLE+713, 10, 'Searing Gorge - Ore Pool - Truesilver Deposit'), +(@OGUID+5489, @POOL_SINGLE+714, 10, 'Searing Gorge - Ore Pool - Truesilver Deposit'), +(@OGUID+5490, @POOL_SINGLE+715, 10, 'Searing Gorge - Ore Pool - Truesilver Deposit'), +(@OGUID+5491, @POOL_SINGLE+716, 10, 'Searing Gorge - Ore Pool - Truesilver Deposit'), +(@OGUID+5492, @POOL_SINGLE+717, 10, 'Searing Gorge - Ore Pool - Truesilver Deposit'), +(@OGUID+5493, @POOL_SINGLE+718, 10, 'Searing Gorge - Ore Pool - Truesilver Deposit'), +(@OGUID+5494, @POOL_SINGLE+719, 10, 'Searing Gorge - Ore Pool - Truesilver Deposit'), +(@OGUID+5495, @POOL_SINGLE+704, 0, 'Searing Gorge - Ore Pool - Dark Iron Deposit'), +(@OGUID+5496, @POOL_SINGLE+705, 0, 'Searing Gorge - Ore Pool - Dark Iron Deposit'), +(@OGUID+5497, @POOL_SINGLE+706, 0, 'Searing Gorge - Ore Pool - Dark Iron Deposit'), +(@OGUID+5498, @POOL_SINGLE+707, 0, 'Searing Gorge - Ore Pool - Dark Iron Deposit'), +(@OGUID+5499, @POOL_SINGLE+708, 0, 'Searing Gorge - Ore Pool - Dark Iron Deposit'), +(@OGUID+5500, @POOL_SINGLE+709, 0, 'Searing Gorge - Ore Pool - Dark Iron Deposit'), +(@OGUID+5501, @POOL_SINGLE+710, 0, 'Searing Gorge - Ore Pool - Dark Iron Deposit'), +(@OGUID+5502, @POOL_SINGLE+711, 0, 'Searing Gorge - Ore Pool - Dark Iron Deposit'), +(@OGUID+5503, @POOL_SINGLE+712, 0, 'Searing Gorge - Ore Pool - Dark Iron Deposit'), +(@OGUID+5504, @POOL_SINGLE+713, 0, 'Searing Gorge - Ore Pool - Dark Iron Deposit'), +(@OGUID+5505, @POOL_SINGLE+714, 0, 'Searing Gorge - Ore Pool - Dark Iron Deposit'), +(@OGUID+5506, @POOL_SINGLE+715, 0, 'Searing Gorge - Ore Pool - Dark Iron Deposit'), +(@OGUID+5507, @POOL_SINGLE+716, 0, 'Searing Gorge - Ore Pool - Dark Iron Deposit'), +(@OGUID+5508, @POOL_SINGLE+717, 0, 'Searing Gorge - Ore Pool - Dark Iron Deposit'), +(@OGUID+5509, @POOL_SINGLE+718, 0, 'Searing Gorge - Ore Pool - Dark Iron Deposit'), +(@OGUID+5510, @POOL_SINGLE+719, 0, 'Searing Gorge - Ore Pool - Dark Iron Deposit'), + +(@OGUID+5511, @POOL_SINGLE+720, 80, 'Searing Gorge - Ore Pool - Iron Deposit'), +(@OGUID+5512, @POOL_SINGLE+721, 80, 'Searing Gorge - Ore Pool - Iron Deposit'), +(@OGUID+5513, @POOL_SINGLE+722, 80, 'Searing Gorge - Ore Pool - Iron Deposit'), +(@OGUID+5514, @POOL_SINGLE+720, 10, 'Searing Gorge - Ore Pool - Gold Vein'), +(@OGUID+5515, @POOL_SINGLE+721, 10, 'Searing Gorge - Ore Pool - Gold Vein'), +(@OGUID+5516, @POOL_SINGLE+722, 10, 'Searing Gorge - Ore Pool - Gold Vein'), +(@OGUID+5517, @POOL_SINGLE+720, 0, 'Searing Gorge - Ore Pool - Silver Vein'), +(@OGUID+5518, @POOL_SINGLE+721, 0, 'Searing Gorge - Ore Pool - Silver Vein'), +(@OGUID+5519, @POOL_SINGLE+722, 0, 'Searing Gorge - Ore Pool - Silver Vein'), + +(@OGUID+5520, @POOL_SINGLE+723, 70, 'Searing Gorge - Ore Pool - Mithril Deposit'), +(@OGUID+5521, @POOL_SINGLE+724, 70, 'Searing Gorge - Ore Pool - Mithril Deposit'), +(@OGUID+5522, @POOL_SINGLE+725, 70, 'Searing Gorge - Ore Pool - Mithril Deposit'), +(@OGUID+5523, @POOL_SINGLE+726, 70, 'Searing Gorge - Ore Pool - Mithril Deposit'), +(@OGUID+5524, @POOL_SINGLE+727, 70, 'Searing Gorge - Ore Pool - Mithril Deposit'), +(@OGUID+5525, @POOL_SINGLE+728, 70, 'Searing Gorge - Ore Pool - Mithril Deposit'), +(@OGUID+5526, @POOL_SINGLE+729, 70, 'Searing Gorge - Ore Pool - Mithril Deposit'), +(@OGUID+5527, @POOL_SINGLE+730, 70, 'Searing Gorge - Ore Pool - Mithril Deposit'), +(@OGUID+5528, @POOL_SINGLE+731, 70, 'Searing Gorge - Ore Pool - Mithril Deposit'), +(@OGUID+5529, @POOL_SINGLE+732, 70, 'Searing Gorge - Ore Pool - Mithril Deposit'), +(@OGUID+5530, @POOL_SINGLE+733, 70, 'Searing Gorge - Ore Pool - Mithril Deposit'), +(@OGUID+5531, @POOL_SINGLE+734, 70, 'Searing Gorge - Ore Pool - Mithril Deposit'), +(@OGUID+5532, @POOL_SINGLE+735, 70, 'Searing Gorge - Ore Pool - Mithril Deposit'), +(@OGUID+5533, @POOL_SINGLE+736, 70, 'Searing Gorge - Ore Pool - Mithril Deposit'), +(@OGUID+5534, @POOL_SINGLE+737, 70, 'Searing Gorge - Ore Pool - Mithril Deposit'), +(@OGUID+5535, @POOL_SINGLE+738, 70, 'Searing Gorge - Ore Pool - Mithril Deposit'), +(@OGUID+5536, @POOL_SINGLE+739, 70, 'Searing Gorge - Ore Pool - Mithril Deposit'), +(@OGUID+5537, @POOL_SINGLE+740, 70, 'Searing Gorge - Ore Pool - Mithril Deposit'), +(@OGUID+5538, @POOL_SINGLE+741, 70, 'Searing Gorge - Ore Pool - Mithril Deposit'), +(@OGUID+5539, @POOL_SINGLE+742, 70, 'Searing Gorge - Ore Pool - Mithril Deposit'), +(@OGUID+5540, @POOL_SINGLE+743, 70, 'Searing Gorge - Ore Pool - Mithril Deposit'), +(@OGUID+5541, @POOL_SINGLE+744, 70, 'Searing Gorge - Ore Pool - Mithril Deposit'), +(@OGUID+5542, @POOL_SINGLE+745, 70, 'Searing Gorge - Ore Pool - Mithril Deposit'), +(@OGUID+5543, @POOL_SINGLE+746, 70, 'Searing Gorge - Ore Pool - Mithril Deposit'), +(@OGUID+5544, @POOL_SINGLE+747, 70, 'Searing Gorge - Ore Pool - Mithril Deposit'), +(@OGUID+5545, @POOL_SINGLE+748, 70, 'Searing Gorge - Ore Pool - Mithril Deposit'), +(@OGUID+5546, @POOL_SINGLE+749, 70, 'Searing Gorge - Ore Pool - Mithril Deposit'), +(@OGUID+5547, @POOL_SINGLE+750, 70, 'Searing Gorge - Ore Pool - Mithril Deposit'), +(@OGUID+5548, @POOL_SINGLE+751, 70, 'Searing Gorge - Ore Pool - Mithril Deposit'), +(@OGUID+5549, @POOL_SINGLE+752, 70, 'Searing Gorge - Ore Pool - Mithril Deposit'), +(@OGUID+5550, @POOL_SINGLE+753, 70, 'Searing Gorge - Ore Pool - Mithril Deposit'), +(@OGUID+5551, @POOL_SINGLE+754, 70, 'Searing Gorge - Ore Pool - Mithril Deposit'), +(@OGUID+5552, @POOL_SINGLE+755, 70, 'Searing Gorge - Ore Pool - Mithril Deposit'), +(@OGUID+5553, @POOL_SINGLE+756, 70, 'Searing Gorge - Ore Pool - Mithril Deposit'), +(@OGUID+5554, @POOL_SINGLE+757, 70, 'Searing Gorge - Ore Pool - Mithril Deposit'), +(@OGUID+5555, @POOL_SINGLE+758, 70, 'Searing Gorge - Ore Pool - Mithril Deposit'), +(@OGUID+5556, @POOL_SINGLE+759, 70, 'Searing Gorge - Ore Pool - Mithril Deposit'), +(@OGUID+5557, @POOL_SINGLE+723, 10, 'Searing Gorge - Ore Pool - Gold Vein'), +(@OGUID+5558, @POOL_SINGLE+724, 10, 'Searing Gorge - Ore Pool - Gold Vein'), +(@OGUID+5559, @POOL_SINGLE+725, 10, 'Searing Gorge - Ore Pool - Gold Vein'), +(@OGUID+5560, @POOL_SINGLE+726, 10, 'Searing Gorge - Ore Pool - Gold Vein'), +(@OGUID+5561, @POOL_SINGLE+727, 10, 'Searing Gorge - Ore Pool - Gold Vein'), +(@OGUID+5562, @POOL_SINGLE+728, 10, 'Searing Gorge - Ore Pool - Gold Vein'), +(@OGUID+5563, @POOL_SINGLE+729, 10, 'Searing Gorge - Ore Pool - Gold Vein'), +(@OGUID+5564, @POOL_SINGLE+730, 10, 'Searing Gorge - Ore Pool - Gold Vein'), +(@OGUID+5565, @POOL_SINGLE+731, 10, 'Searing Gorge - Ore Pool - Gold Vein'), +(@OGUID+5566, @POOL_SINGLE+732, 10, 'Searing Gorge - Ore Pool - Gold Vein'), +(@OGUID+5567, @POOL_SINGLE+733, 10, 'Searing Gorge - Ore Pool - Gold Vein'), +(@OGUID+5568, @POOL_SINGLE+734, 10, 'Searing Gorge - Ore Pool - Gold Vein'), +(@OGUID+5569, @POOL_SINGLE+735, 10, 'Searing Gorge - Ore Pool - Gold Vein'), +(@OGUID+5570, @POOL_SINGLE+736, 10, 'Searing Gorge - Ore Pool - Gold Vein'), +(@OGUID+5571, @POOL_SINGLE+737, 10, 'Searing Gorge - Ore Pool - Gold Vein'), +(@OGUID+5572, @POOL_SINGLE+738, 10, 'Searing Gorge - Ore Pool - Gold Vein'), +(@OGUID+5573, @POOL_SINGLE+739, 10, 'Searing Gorge - Ore Pool - Gold Vein'), +(@OGUID+5574, @POOL_SINGLE+740, 10, 'Searing Gorge - Ore Pool - Gold Vein'), +(@OGUID+5575, @POOL_SINGLE+741, 10, 'Searing Gorge - Ore Pool - Gold Vein'), +(@OGUID+5576, @POOL_SINGLE+742, 10, 'Searing Gorge - Ore Pool - Gold Vein'), +(@OGUID+5577, @POOL_SINGLE+743, 10, 'Searing Gorge - Ore Pool - Gold Vein'), +(@OGUID+5578, @POOL_SINGLE+744, 10, 'Searing Gorge - Ore Pool - Gold Vein'), +(@OGUID+5579, @POOL_SINGLE+745, 10, 'Searing Gorge - Ore Pool - Gold Vein'), +(@OGUID+5580, @POOL_SINGLE+746, 10, 'Searing Gorge - Ore Pool - Gold Vein'), +(@OGUID+5581, @POOL_SINGLE+747, 10, 'Searing Gorge - Ore Pool - Gold Vein'), +(@OGUID+5582, @POOL_SINGLE+748, 10, 'Searing Gorge - Ore Pool - Gold Vein'), +(@OGUID+5583, @POOL_SINGLE+749, 10, 'Searing Gorge - Ore Pool - Gold Vein'), +(@OGUID+5584, @POOL_SINGLE+750, 10, 'Searing Gorge - Ore Pool - Gold Vein'), +(@OGUID+5585, @POOL_SINGLE+751, 10, 'Searing Gorge - Ore Pool - Gold Vein'), +(@OGUID+5586, @POOL_SINGLE+752, 10, 'Searing Gorge - Ore Pool - Gold Vein'), +(@OGUID+5587, @POOL_SINGLE+753, 10, 'Searing Gorge - Ore Pool - Gold Vein'), +(@OGUID+5588, @POOL_SINGLE+754, 10, 'Searing Gorge - Ore Pool - Gold Vein'), +(@OGUID+5589, @POOL_SINGLE+755, 10, 'Searing Gorge - Ore Pool - Gold Vein'), +(@OGUID+5590, @POOL_SINGLE+756, 10, 'Searing Gorge - Ore Pool - Gold Vein'), +(@OGUID+5591, @POOL_SINGLE+757, 10, 'Searing Gorge - Ore Pool - Gold Vein'), +(@OGUID+5592, @POOL_SINGLE+758, 10, 'Searing Gorge - Ore Pool - Gold Vein'), +(@OGUID+5593, @POOL_SINGLE+759, 10, 'Searing Gorge - Ore Pool - Gold Vein'), +(@OGUID+5594, @POOL_SINGLE+723, 10, 'Searing Gorge - Ore Pool - Truesilver Deposit'), +(@OGUID+5595, @POOL_SINGLE+724, 10, 'Searing Gorge - Ore Pool - Truesilver Deposit'), +(@OGUID+5596, @POOL_SINGLE+725, 10, 'Searing Gorge - Ore Pool - Truesilver Deposit'), +(@OGUID+5597, @POOL_SINGLE+726, 10, 'Searing Gorge - Ore Pool - Truesilver Deposit'), +(@OGUID+5598, @POOL_SINGLE+727, 10, 'Searing Gorge - Ore Pool - Truesilver Deposit'), +(@OGUID+5599, @POOL_SINGLE+728, 10, 'Searing Gorge - Ore Pool - Truesilver Deposit'), +(@OGUID+5600, @POOL_SINGLE+729, 10, 'Searing Gorge - Ore Pool - Truesilver Deposit'), +(@OGUID+5601, @POOL_SINGLE+730, 10, 'Searing Gorge - Ore Pool - Truesilver Deposit'), +(@OGUID+5602, @POOL_SINGLE+731, 10, 'Searing Gorge - Ore Pool - Truesilver Deposit'), +(@OGUID+5603, @POOL_SINGLE+732, 10, 'Searing Gorge - Ore Pool - Truesilver Deposit'), +(@OGUID+5604, @POOL_SINGLE+733, 10, 'Searing Gorge - Ore Pool - Truesilver Deposit'), +(@OGUID+5605, @POOL_SINGLE+734, 10, 'Searing Gorge - Ore Pool - Truesilver Deposit'), +(@OGUID+5606, @POOL_SINGLE+735, 10, 'Searing Gorge - Ore Pool - Truesilver Deposit'), +(@OGUID+5607, @POOL_SINGLE+736, 10, 'Searing Gorge - Ore Pool - Truesilver Deposit'), +(@OGUID+5608, @POOL_SINGLE+737, 10, 'Searing Gorge - Ore Pool - Truesilver Deposit'), +(@OGUID+5609, @POOL_SINGLE+738, 10, 'Searing Gorge - Ore Pool - Truesilver Deposit'), +(@OGUID+5610, @POOL_SINGLE+739, 10, 'Searing Gorge - Ore Pool - Truesilver Deposit'), +(@OGUID+5611, @POOL_SINGLE+740, 10, 'Searing Gorge - Ore Pool - Truesilver Deposit'), +(@OGUID+5612, @POOL_SINGLE+741, 10, 'Searing Gorge - Ore Pool - Truesilver Deposit'), +(@OGUID+5613, @POOL_SINGLE+742, 10, 'Searing Gorge - Ore Pool - Truesilver Deposit'), +(@OGUID+5614, @POOL_SINGLE+743, 10, 'Searing Gorge - Ore Pool - Truesilver Deposit'), +(@OGUID+5615, @POOL_SINGLE+744, 10, 'Searing Gorge - Ore Pool - Truesilver Deposit'), +(@OGUID+5616, @POOL_SINGLE+745, 10, 'Searing Gorge - Ore Pool - Truesilver Deposit'), +(@OGUID+5617, @POOL_SINGLE+746, 10, 'Searing Gorge - Ore Pool - Truesilver Deposit'), +(@OGUID+5618, @POOL_SINGLE+747, 10, 'Searing Gorge - Ore Pool - Truesilver Deposit'), +(@OGUID+5619, @POOL_SINGLE+748, 10, 'Searing Gorge - Ore Pool - Truesilver Deposit'), +(@OGUID+5620, @POOL_SINGLE+749, 10, 'Searing Gorge - Ore Pool - Truesilver Deposit'), +(@OGUID+5621, @POOL_SINGLE+750, 10, 'Searing Gorge - Ore Pool - Truesilver Deposit'), +(@OGUID+5622, @POOL_SINGLE+751, 10, 'Searing Gorge - Ore Pool - Truesilver Deposit'), +(@OGUID+5623, @POOL_SINGLE+752, 10, 'Searing Gorge - Ore Pool - Truesilver Deposit'), +(@OGUID+5624, @POOL_SINGLE+753, 10, 'Searing Gorge - Ore Pool - Truesilver Deposit'), +(@OGUID+5625, @POOL_SINGLE+754, 10, 'Searing Gorge - Ore Pool - Truesilver Deposit'), +(@OGUID+5626, @POOL_SINGLE+755, 10, 'Searing Gorge - Ore Pool - Truesilver Deposit'), +(@OGUID+5627, @POOL_SINGLE+756, 10, 'Searing Gorge - Ore Pool - Truesilver Deposit'), +(@OGUID+5628, @POOL_SINGLE+757, 10, 'Searing Gorge - Ore Pool - Truesilver Deposit'), +(@OGUID+5629, @POOL_SINGLE+758, 10, 'Searing Gorge - Ore Pool - Truesilver Deposit'), +(@OGUID+5630, @POOL_SINGLE+759, 10, 'Searing Gorge - Ore Pool - Truesilver Deposit'), +(@OGUID+5631, @POOL_SINGLE+723, 0, 'Searing Gorge - Ore Pool - Dark Iron Deposit'), +(@OGUID+5632, @POOL_SINGLE+724, 0, 'Searing Gorge - Ore Pool - Dark Iron Deposit'), +(@OGUID+5633, @POOL_SINGLE+725, 0, 'Searing Gorge - Ore Pool - Dark Iron Deposit'), +(@OGUID+5634, @POOL_SINGLE+726, 0, 'Searing Gorge - Ore Pool - Dark Iron Deposit'), +(@OGUID+5635, @POOL_SINGLE+727, 0, 'Searing Gorge - Ore Pool - Dark Iron Deposit'), +(@OGUID+5636, @POOL_SINGLE+728, 0, 'Searing Gorge - Ore Pool - Dark Iron Deposit'), +(@OGUID+5637, @POOL_SINGLE+729, 0, 'Searing Gorge - Ore Pool - Dark Iron Deposit'), +(@OGUID+5638, @POOL_SINGLE+730, 0, 'Searing Gorge - Ore Pool - Dark Iron Deposit'), +(@OGUID+5639, @POOL_SINGLE+731, 0, 'Searing Gorge - Ore Pool - Dark Iron Deposit'), +(@OGUID+5640, @POOL_SINGLE+732, 0, 'Searing Gorge - Ore Pool - Dark Iron Deposit'), +(@OGUID+5641, @POOL_SINGLE+733, 0, 'Searing Gorge - Ore Pool - Dark Iron Deposit'), +(@OGUID+5642, @POOL_SINGLE+734, 0, 'Searing Gorge - Ore Pool - Dark Iron Deposit'), +(@OGUID+5643, @POOL_SINGLE+735, 0, 'Searing Gorge - Ore Pool - Dark Iron Deposit'), +(@OGUID+5644, @POOL_SINGLE+736, 0, 'Searing Gorge - Ore Pool - Dark Iron Deposit'), +(@OGUID+5645, @POOL_SINGLE+737, 0, 'Searing Gorge - Ore Pool - Dark Iron Deposit'), +(@OGUID+5646, @POOL_SINGLE+738, 0, 'Searing Gorge - Ore Pool - Dark Iron Deposit'), +(@OGUID+5647, @POOL_SINGLE+739, 0, 'Searing Gorge - Ore Pool - Dark Iron Deposit'), +(@OGUID+5648, @POOL_SINGLE+740, 0, 'Searing Gorge - Ore Pool - Dark Iron Deposit'), +(@OGUID+5649, @POOL_SINGLE+741, 0, 'Searing Gorge - Ore Pool - Dark Iron Deposit'), +(@OGUID+5650, @POOL_SINGLE+742, 0, 'Searing Gorge - Ore Pool - Dark Iron Deposit'), +(@OGUID+5651, @POOL_SINGLE+743, 0, 'Searing Gorge - Ore Pool - Dark Iron Deposit'), +(@OGUID+5652, @POOL_SINGLE+744, 0, 'Searing Gorge - Ore Pool - Dark Iron Deposit'), +(@OGUID+5653, @POOL_SINGLE+745, 0, 'Searing Gorge - Ore Pool - Dark Iron Deposit'), +(@OGUID+5654, @POOL_SINGLE+746, 0, 'Searing Gorge - Ore Pool - Dark Iron Deposit'), +(@OGUID+5655, @POOL_SINGLE+747, 0, 'Searing Gorge - Ore Pool - Dark Iron Deposit'), +(@OGUID+5656, @POOL_SINGLE+748, 0, 'Searing Gorge - Ore Pool - Dark Iron Deposit'), +(@OGUID+5657, @POOL_SINGLE+749, 0, 'Searing Gorge - Ore Pool - Dark Iron Deposit'), +(@OGUID+5658, @POOL_SINGLE+750, 0, 'Searing Gorge - Ore Pool - Dark Iron Deposit'), +(@OGUID+5659, @POOL_SINGLE+751, 0, 'Searing Gorge - Ore Pool - Dark Iron Deposit'), +(@OGUID+5660, @POOL_SINGLE+752, 0, 'Searing Gorge - Ore Pool - Dark Iron Deposit'), +(@OGUID+5661, @POOL_SINGLE+753, 0, 'Searing Gorge - Ore Pool - Dark Iron Deposit'), +(@OGUID+5662, @POOL_SINGLE+754, 0, 'Searing Gorge - Ore Pool - Dark Iron Deposit'), +(@OGUID+5663, @POOL_SINGLE+755, 0, 'Searing Gorge - Ore Pool - Dark Iron Deposit'), +(@OGUID+5664, @POOL_SINGLE+756, 0, 'Searing Gorge - Ore Pool - Dark Iron Deposit'), +(@OGUID+5665, @POOL_SINGLE+757, 0, 'Searing Gorge - Ore Pool - Dark Iron Deposit'), +(@OGUID+5666, @POOL_SINGLE+758, 0, 'Searing Gorge - Ore Pool - Dark Iron Deposit'), +(@OGUID+5667, @POOL_SINGLE+759, 0, 'Searing Gorge - Ore Pool - Dark Iron Deposit'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_SINGLE+704, 1, 'Searing Gorge - Ore Pool - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+705, 1, 'Searing Gorge - Ore Pool - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+706, 1, 'Searing Gorge - Ore Pool - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+707, 1, 'Searing Gorge - Ore Pool - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+708, 1, 'Searing Gorge - Ore Pool - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+709, 1, 'Searing Gorge - Ore Pool - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+710, 1, 'Searing Gorge - Ore Pool - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+711, 1, 'Searing Gorge - Ore Pool - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+712, 1, 'Searing Gorge - Ore Pool - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+713, 1, 'Searing Gorge - Ore Pool - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+714, 1, 'Searing Gorge - Ore Pool - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+715, 1, 'Searing Gorge - Ore Pool - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+716, 1, 'Searing Gorge - Ore Pool - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+717, 1, 'Searing Gorge - Ore Pool - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+718, 1, 'Searing Gorge - Ore Pool - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+719, 1, 'Searing Gorge - Ore Pool - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+720, 1, 'Searing Gorge - Ore Pool - Iron Deposit / Gold Vein / Silver Vein'), +(@POOL_SINGLE+721, 1, 'Searing Gorge - Ore Pool - Iron Deposit / Gold Vein / Silver Vein'), +(@POOL_SINGLE+722, 1, 'Searing Gorge - Ore Pool - Iron Deposit / Gold Vein / Silver Vein'), +(@POOL_SINGLE+723, 1, 'Searing Gorge - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+724, 1, 'Searing Gorge - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+725, 1, 'Searing Gorge - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+726, 1, 'Searing Gorge - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+727, 1, 'Searing Gorge - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+728, 1, 'Searing Gorge - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+729, 1, 'Searing Gorge - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+730, 1, 'Searing Gorge - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+731, 1, 'Searing Gorge - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+732, 1, 'Searing Gorge - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+733, 1, 'Searing Gorge - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+734, 1, 'Searing Gorge - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+735, 1, 'Searing Gorge - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+736, 1, 'Searing Gorge - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+737, 1, 'Searing Gorge - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+738, 1, 'Searing Gorge - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+739, 1, 'Searing Gorge - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+740, 1, 'Searing Gorge - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+741, 1, 'Searing Gorge - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+742, 1, 'Searing Gorge - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+743, 1, 'Searing Gorge - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+744, 1, 'Searing Gorge - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+745, 1, 'Searing Gorge - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+746, 1, 'Searing Gorge - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+747, 1, 'Searing Gorge - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+748, 1, 'Searing Gorge - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+749, 1, 'Searing Gorge - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+750, 1, 'Searing Gorge - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+751, 1, 'Searing Gorge - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+752, 1, 'Searing Gorge - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+753, 1, 'Searing Gorge - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+754, 1, 'Searing Gorge - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+755, 1, 'Searing Gorge - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+756, 1, 'Searing Gorge - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+757, 1, 'Searing Gorge - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+758, 1, 'Searing Gorge - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+759, 1, 'Searing Gorge - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'); + +-- Firewatch Ridge Cave +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+709, @POOL_MOTHER+345, 0, 'Searing Gorge - Firewatch Ridge Cave - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+712, @POOL_MOTHER+345, 0, 'Searing Gorge - Firewatch Ridge Cave - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+714, @POOL_MOTHER+345, 0, 'Searing Gorge - Firewatch Ridge Cave - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+745, @POOL_MOTHER+345, 0, 'Searing Gorge - Firewatch Ridge Cave - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+752, @POOL_MOTHER+345, 0, 'Searing Gorge - Firewatch Ridge Cave - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+345, 2, 'Searing Gorge - Firewatch Ridge Cave Master Ore Pool - 2/5'); + +-- The Slag Pit +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+710, @POOL_MOTHER+346, 0, 'Searing Gorge - The Slag Pit - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+711, @POOL_MOTHER+346, 0, 'Searing Gorge - The Slag Pit - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+715, @POOL_MOTHER+346, 0, 'Searing Gorge - The Slag Pit - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+719, @POOL_MOTHER+346, 0, 'Searing Gorge - The Slag Pit - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+736, @POOL_MOTHER+347, 0, 'Searing Gorge - The Slag Pit - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+737, @POOL_MOTHER+347, 0, 'Searing Gorge - The Slag Pit - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+738, @POOL_MOTHER+347, 0, 'Searing Gorge - The Slag Pit - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+740, @POOL_MOTHER+347, 0, 'Searing Gorge - The Slag Pit - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+742, @POOL_MOTHER+347, 0, 'Searing Gorge - The Slag Pit - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+744, @POOL_MOTHER+347, 0, 'Searing Gorge - The Slag Pit - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+746, @POOL_MOTHER+347, 0, 'Searing Gorge - The Slag Pit - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+747, @POOL_MOTHER+347, 0, 'Searing Gorge - The Slag Pit - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+748, @POOL_MOTHER+347, 0, 'Searing Gorge - The Slag Pit - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+753, @POOL_MOTHER+347, 0, 'Searing Gorge - The Slag Pit - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+756, @POOL_MOTHER+347, 0, 'Searing Gorge - The Slag Pit - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+757, @POOL_MOTHER+347, 0, 'Searing Gorge - The Slag Pit - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+758, @POOL_MOTHER+347, 0, 'Searing Gorge - The Slag Pit - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+759, @POOL_MOTHER+347, 0, 'Searing Gorge - The Slag Pit - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+346, 1, 'Searing Gorge - The Slag Pit - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit - 1/4'), +(@POOL_MOTHER+347, 4, 'Searing Gorge - The Slag Pit - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit - 4/14'); + +-- Outside +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+704, @POOL_MOTHER+348, 0, 'Searing Gorge - The Slag Pit - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+705, @POOL_MOTHER+348, 0, 'Searing Gorge - The Slag Pit - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+706, @POOL_MOTHER+348, 0, 'Searing Gorge - The Slag Pit - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+707, @POOL_MOTHER+348, 0, 'Searing Gorge - The Slag Pit - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+708, @POOL_MOTHER+348, 0, 'Searing Gorge - The Slag Pit - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+713, @POOL_MOTHER+348, 0, 'Searing Gorge - The Slag Pit - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+716, @POOL_MOTHER+348, 0, 'Searing Gorge - The Slag Pit - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+717, @POOL_MOTHER+348, 0, 'Searing Gorge - The Slag Pit - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+718, @POOL_MOTHER+348, 0, 'Searing Gorge - The Slag Pit - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+720, @POOL_MOTHER+349, 0, 'Searing Gorge - The Slag Pit - Iron Deposit / Gold Vein / Silver Vein'), +(@POOL_SINGLE+721, @POOL_MOTHER+349, 0, 'Searing Gorge - The Slag Pit - Iron Deposit / Gold Vein / Silver Vein'), +(@POOL_SINGLE+722, @POOL_MOTHER+349, 0, 'Searing Gorge - The Slag Pit - Iron Deposit / Gold Vein / Silver Vein'), +(@POOL_SINGLE+723, @POOL_MOTHER+350, 0, 'Searing Gorge - The Slag Pit - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+724, @POOL_MOTHER+350, 0, 'Searing Gorge - The Slag Pit - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+725, @POOL_MOTHER+350, 0, 'Searing Gorge - The Slag Pit - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+726, @POOL_MOTHER+350, 0, 'Searing Gorge - The Slag Pit - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+727, @POOL_MOTHER+350, 0, 'Searing Gorge - The Slag Pit - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+728, @POOL_MOTHER+350, 0, 'Searing Gorge - The Slag Pit - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+729, @POOL_MOTHER+350, 0, 'Searing Gorge - The Slag Pit - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+730, @POOL_MOTHER+350, 0, 'Searing Gorge - The Slag Pit - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+731, @POOL_MOTHER+350, 0, 'Searing Gorge - The Slag Pit - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+732, @POOL_MOTHER+350, 0, 'Searing Gorge - The Slag Pit - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+733, @POOL_MOTHER+350, 0, 'Searing Gorge - The Slag Pit - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+734, @POOL_MOTHER+350, 0, 'Searing Gorge - The Slag Pit - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+735, @POOL_MOTHER+350, 0, 'Searing Gorge - The Slag Pit - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+739, @POOL_MOTHER+350, 0, 'Searing Gorge - The Slag Pit - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+741, @POOL_MOTHER+350, 0, 'Searing Gorge - The Slag Pit - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+743, @POOL_MOTHER+350, 0, 'Searing Gorge - The Slag Pit - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+749, @POOL_MOTHER+350, 0, 'Searing Gorge - The Slag Pit - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+750, @POOL_MOTHER+350, 0, 'Searing Gorge - The Slag Pit - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+751, @POOL_MOTHER+350, 0, 'Searing Gorge - The Slag Pit - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+754, @POOL_MOTHER+350, 0, 'Searing Gorge - The Slag Pit - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+755, @POOL_MOTHER+350, 0, 'Searing Gorge - The Slag Pit - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+348, 3, 'Searing Gorge - The Slag Pit - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit - 3/9'), +(@POOL_MOTHER+349, 1, 'Searing Gorge - The Slag Pit - Iron Deposit / Gold Vein / Silver Vein - 1/3'), +(@POOL_MOTHER+350, 6, 'Searing Gorge - The Slag Pit - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit - 6/21'); + +-- Firebloom Master Pool +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+5394, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5395, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5396, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5397, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5398, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5399, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5400, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5401, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5402, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5403, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5404, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5405, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5406, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5407, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5408, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5409, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5410, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5411, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5412, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5413, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5414, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5415, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5416, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5417, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5418, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5419, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5420, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5421, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5422, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5423, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5424, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5425, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5426, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5427, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5428, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5429, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5430, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5431, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5432, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5433, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5434, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5435, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5436, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5437, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5438, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5439, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5440, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5441, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5442, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5443, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5444, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5445, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5446, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5447, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5448, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5449, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5450, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5451, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5452, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5453, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5454, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5455, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5456, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5457, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5458, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5459, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5460, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5461, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'), +(@OGUID+5462, @POOL_MOTHER+351, 0, 'Searing Gorge - Firebloom'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+351, 18, 'Searing Gorge - Firebloom Master Pool - 18/69'); + +/* Badlands +Iron Deposit (1735) -> Gold Vein (1734) -> Silver Vein (1733) +Mithril Deposit (2040) -> Gold Vein (1734) -> Truesilver Deposit (2047) +*/ +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`, `Comment`) VALUES +(@OGUID+5668, 142140, 0, 3, 0, 1, 1, -6068.04, -3239.81, 259.059, 4.32842, 0, 0, -0.829037, 0.559194, 900, 255, 1, '', 48632, NULL), +(@OGUID+5669, 142140, 0, 3, 0, 1, 1, -6451.54, -3418.86, 229.71, 2.00713, 0, 0, 0.843391, 0.5373, 900, 255, 1, '', 48632, NULL), +(@OGUID+5670, 142140, 0, 3, 0, 1, 1, -6527.28, -3183.1, 259.257, 5.46288, 0, 0, -0.398748, 0.91706, 900, 255, 1, '', 48632, NULL), +(@OGUID+5671, 142140, 0, 3, 0, 1, 1, -6600.91, -2596.01, 267.721, 3.56047, 0, 0, -0.978148, 0.207912, 900, 255, 1, '', 49345, NULL), +(@OGUID+5672, 1623, 0, 3, 0, 1, 1, -6456.49, -2473.7, 324.2, 2.00713, 0, 0, 0.843391, 0.5373, 900, 255, 1, '', 49345, NULL), +(@OGUID+5673, 1623, 0, 3, 0, 1, 1, -6519.87, -2397.08, 294.743, 2.9496, 0, 0, 0.995396, 0.0958512, 900, 255, 1, '', 50664, NULL), +(@OGUID+5674, 1623, 0, 3, 0, 1, 1, -6550.07, -3412.83, 283.882, 2.35619, 0, 0, 0.92388, 0.382683, 900, 255, 1, '', 49345, NULL), +(@OGUID+5675, 1623, 0, 3, 0, 1, 1, -6568.56, -2539.25, 297.132, 3.49067, 0, 0, -0.984807, 0.173652, 900, 255, 1, '', 48632, NULL), +(@OGUID+5676, 1623, 0, 3, 0, 1, 1, -6602.11, -2640.38, 268.07, 3.42085, 0, 0, -0.990268, 0.139175, 900, 255, 1, '', 49345, NULL), +(@OGUID+5677, 1623, 0, 3, 0, 1, 1, -6628, -3368.33, 267.505, 3.24635, 0, 0, -0.998629, 0.0523532, 900, 255, 1, '', 50250, NULL), +(@OGUID+5678, 1623, 0, 3, 1898, 1, 1, -6437.25, -3771.69, 296.403, 4.25861, 0, 0, -0.848047, 0.529921, 900, 255, 1, '', 53788, NULL), +(@OGUID+5679, 1623, 0, 3, 340, 1, 1, -7128.67, -2236.09, 296.517, 4.15388, 0, 0, -0.874619, 0.48481, 900, 255, 1, '', 48120, NULL), +(@OGUID+5680, 1623, 0, 3, 340, 1, 1, -7256.36, -3192.52, 293.308, 1.18682, 0, 0, 0.559193, 0.829038, 900, 255, 1, '', 52237, NULL), +(@OGUID+5681, 1623, 0, 3, 340, 1, 1, -7271.19, -3498.73, 324.513, 5.96903, 0, 0, -0.156434, 0.987688, 900, 255, 1, '', 48120, NULL), +(@OGUID+5682, 1623, 0, 3, 340, 1, 1, -7317.87, -3132.37, 323.213, 0.471238, 0, 0, 0.233445, 0.97237, 900, 255, 1, '', 48120, NULL), +(@OGUID+5683, 1623, 0, 3, 340, 1, 1, -7357, -2468.26, 315.139, 2.26893, 0, 0, 0.906307, 0.422619, 900, 255, 1, '', 48120, NULL), +(@OGUID+5684, 1623, 0, 3, 460, 1, 1, -6472.69, -3875.27, 329.263, 6.00393, 0, 0, -0.139173, 0.990268, 900, 255, 1, '', 50664, NULL), +(@OGUID+5685, 1623, 0, 3, 460, 1, 1, -7264.99, -2188.65, 293.052, 2.65289, 0, 0, 0.970295, 0.241925, 900, 255, 1, '', 50664, NULL), +(@OGUID+5686, 1624, 0, 3, 0, 1, 1, -6085.17, -3316.07, 256.427, 3.57793, 0, 0, -0.976295, 0.216442, 900, 255, 1, '', 47966, NULL), +(@OGUID+5687, 1624, 0, 3, 0, 1, 1, -6214.34, -3414.1, 239.039, 5.25344, 0, 0, -0.492423, 0.870356, 900, 255, 1, '', 48632, NULL), +(@OGUID+5688, 1624, 0, 3, 0, 1, 1, -6447, -3315.48, 241.667, 2.91469, 0, 0, 0.993571, 0.113208, 900, 255, 1, '', 50250, NULL), +(@OGUID+5689, 1624, 0, 3, 0, 1, 1, -6616.12, -3272.91, 241.628, 0.541051, 0, 0, 0.267238, 0.963631, 900, 255, 1, '', 48632, NULL), +(@OGUID+5690, 1624, 0, 3, 0, 1, 1, -6651.19, -2919.27, 241.667, 4.95674, 0, 0, -0.615661, 0.788011, 900, 255, 1, '', 48632, NULL), +(@OGUID+5691, 1624, 0, 3, 0, 1, 1, -6713.75, -2715.18, 241.668, 4.43314, 0, 0, -0.798635, 0.601815, 900, 255, 1, '', 48120, NULL), +(@OGUID+5692, 1624, 0, 3, 0, 1, 1, -6718.24, -3248.64, 240.744, 1.41372, 0, 0, 0.649447, 0.760406, 900, 255, 1, '', 49345, NULL), +(@OGUID+5693, 1624, 0, 3, 0, 1, 1, -6813.04, -2683.8, 241.826, 4.08407, 0, 0, -0.891006, 0.453991, 900, 255, 1, '', 47966, NULL), +(@OGUID+5694, 1624, 0, 3, 0, 1, 1, -6815.46, -2875.63, 242.118, 2.33874, 0, 0, 0.920505, 0.390732, 900, 255, 1, '', 49345, NULL), +(@OGUID+5695, 1624, 0, 3, 0, 1, 1, -6816.62, -3016.05, 241.667, 4.38078, 0, 0, -0.814116, 0.580703, 900, 255, 1, '', 49345, NULL), +(@OGUID+5696, 1624, 0, 3, 0, 1, 1, -6943.05, -3411.7, 242.2, 2.58308, 0, 0, 0.961261, 0.27564, 900, 255, 1, '', 49345, NULL), +(@OGUID+5697, 1624, 0, 3, 0, 1, 1, -6950.24, -2351.53, 240.744, 0.855211, 0, 0, 0.414693, 0.909961, 900, 255, 1, '', 48632, NULL), +(@OGUID+5698, 1624, 0, 3, 0, 1, 1, -7211.69, -2445.68, 247.508, 6.23083, 0, 0, -0.0261765, 0.999657, 900, 255, 1, '', 49345, NULL), +(@OGUID+5699, 1624, 0, 3, 1637, 1, 1, -6788.19, -3120.44, 240.652, 1.90241, 0, 0, 0.814116, 0.580703, 900, 255, 1, '', 50664, NULL), +(@OGUID+5700, 1624, 0, 3, 0, 1, 1, -7046, -3581.79, 241.981, 2.54818, 0, 0, 0.956305, 0.292372, 900, 255, 1, '', 53788, NULL), +(@OGUID+5701, 1624, 0, 3, 1879, 1, 1, -6948.58, -2952.54, 241.874, 3.31614, 0, 0, -0.996194, 0.087165, 900, 255, 1, '', 45613, NULL), +(@OGUID+5702, 1624, 0, 3, 1879, 1, 1, -7050.53, -2849.27, 242.1, 3.90954, 0, 0, -0.927183, 0.374608, 900, 255, 1, '', 53788, NULL), +(@OGUID+5703, 1624, 0, 3, 1898, 1, 1, -6281.22, -3687.36, 244.144, 2.86234, 0, 0, 0.990268, 0.139175, 900, 255, 1, '', 53788, NULL), +(@OGUID+5704, 1624, 0, 3, 339, 1, 1, -6946.38, -3949.32, 263.889, 3.82227, 0, 0, -0.942641, 0.333808, 900, 255, 1, '', 53788, NULL), +(@OGUID+5705, 1624, 0, 3, 340, 1, 1, -6886.74, -3548.64, 242.381, 4.20625, 0, 0, -0.861629, 0.507539, 900, 255, 1, '', 48120, NULL), +(@OGUID+5706, 1624, 0, 3, 340, 1, 1, -6985.95, -2514.76, 243.313, 1.29154, 0, 0, 0.601814, 0.798636, 900, 255, 1, '', 48120, NULL), +(@OGUID+5707, 1624, 0, 3, 340, 1, 1, -7047.88, -3445.9, 244.803, 5.58505, 0, 0, -0.34202, 0.939693, 900, 255, 1, '', 48120, NULL), +(@OGUID+5708, 1624, 0, 3, 340, 1, 1, -7049.94, -3044.68, 241.517, 5.60251, 0, 0, -0.333807, 0.942641, 900, 255, 1, '', 48120, NULL), +(@OGUID+5709, 1624, 0, 3, 460, 1, 1, -7086.86, -2413.03, 243.603, 0.139624, 0, 0, 0.0697556, 0.997564, 900, 255, 1, '', 50664, NULL), +(@OGUID+5710, 2042, 0, 3, 0, 1, 1, -6528.05, -2963.68, 268.539, 4.88692, 0, 0, -0.642787, 0.766045, 900, 255, 1, '', 48632, NULL), +(@OGUID+5711, 2042, 0, 3, 0, 1, 1, -6683.26, -3350.68, 242.174, 5.49779, 0, 0, -0.382683, 0.92388, 900, 255, 1, '', 48632, NULL), +(@OGUID+5712, 2042, 0, 3, 0, 1, 1, -6722.4, -3084.46, 282.649, 1.3439, 0, 0, 0.622514, 0.782609, 900, 255, 1, '', 48632, NULL), +(@OGUID+5713, 2042, 0, 3, 0, 1, 1, -6731.13, -2966.87, 242.798, 3.99681, 0, 0, -0.909961, 0.414694, 900, 255, 1, '', 48632, NULL), +(@OGUID+5714, 2042, 0, 3, 0, 1, 1, -6789.37, -3282.57, 243.792, 4.7822, 0, 0, -0.681998, 0.731354, 900, 255, 1, '', 48632, NULL), +(@OGUID+5715, 2042, 0, 3, 0, 1, 1, -6980.8, -3664.64, 244.664, 1.8675, 0, 0, 0.803857, 0.594823, 900, 255, 1, '', 49345, NULL), +(@OGUID+5716, 2042, 0, 3, 0, 1, 1, -6618.82, -3690.58, 265.84, 1.50098, 0, 0, 0.681998, 0.731354, 900, 255, 1, '', 53788, NULL), +(@OGUID+5717, 2042, 0, 3, 0, 1, 1, -6881.77, -3426.21, 243.933, 1.79769, 0, 0, 0.782608, 0.622515, 900, 255, 1, '', 45613, NULL), +(@OGUID+5718, 2042, 0, 3, 340, 1, 1, -6801.24, -3611.78, 244.945, 6.07375, 0, 0, -0.104528, 0.994522, 900, 255, 1, '', 48120, NULL), +(@OGUID+5719, 2042, 0, 3, 342, 1, 1, -7059.57, -3684.33, 244.418, 1.41372, 0, 0, 0.649447, 0.760406, 900, 255, 1, '', 53788, NULL), +(@OGUID+5720, 2043, 0, 3, 0, 1, 1, -6757.96, -2769.66, 242.919, 2.30383, 0, 0, 0.913545, 0.406738, 900, 255, 1, '', 48632, NULL), +(@OGUID+5721, 2043, 0, 3, 0, 1, 1, -6773.71, -2528.45, 243.776, 3.927, 0, 0, -0.923879, 0.382686, 900, 255, 1, '', 50063, NULL), +(@OGUID+5722, 2043, 0, 3, 0, 1, 1, -6790.94, -3502.5, 243.616, 3.83973, 0, 0, -0.939692, 0.34202, 900, 255, 1, '', 50664, NULL), +(@OGUID+5723, 2043, 0, 3, 0, 1, 1, -6803.64, -2467.96, 255.746, 3.22886, 0, 0, -0.999048, 0.0436193, 900, 255, 1, '', 48632, NULL), +(@OGUID+5724, 2043, 0, 3, 0, 1, 1, -6877.51, -2974.67, 241.777, 2.46091, 0, 0, 0.942641, 0.333808, 900, 255, 1, '', 50664, NULL), +(@OGUID+5725, 2043, 0, 3, 0, 1, 1, -6881.08, -2492.59, 246.156, 3.94445, 0, 0, -0.920505, 0.390732, 900, 255, 1, '', 48120, NULL), +(@OGUID+5726, 2043, 0, 3, 0, 1, 1, -6902.13, -2357.62, 240.485, 0.366518, 0, 0, 0.182235, 0.983255, 900, 255, 1, '', 48632, NULL), +(@OGUID+5727, 2043, 0, 3, 0, 1, 1, -6958.33, -3585.02, 241.667, 2.9496, 0, 0, 0.995396, 0.0958512, 900, 255, 1, '', 49345, NULL), +(@OGUID+5728, 2043, 0, 3, 0, 1, 1, -7165.28, -2266.1, 272.069, 0.90757, 0, 0, 0.438371, 0.898794, 900, 255, 1, '', 49345, NULL), +(@OGUID+5729, 2043, 0, 3, 0, 1, 1, -7033.63, -2311, 252.41, 5.68977, 0, 0, -0.292372, 0.956305, 900, 255, 1, '', 53788, NULL), +(@OGUID+5730, 2043, 0, 3, 1879, 1, 1, -7018.49, -2917.35, 241.667, 3.61284, 0, 0, -0.972369, 0.233448, 900, 255, 1, '', 53788, NULL), +(@OGUID+5731, 2043, 0, 3, 337, 1, 1, -6862.68, -2684.03, 244.368, 4.83456, 0, 0, -0.66262, 0.748956, 900, 255, 1, '', 47168, NULL), +(@OGUID+5732, 2043, 0, 3, 340, 1, 1, -7085.83, -3356.17, 243.178, 3.07177, 0, 0, 0.999391, 0.0349061, 900, 255, 1, '', 48120, NULL), +(@OGUID+5733, 2043, 0, 3, 340, 1, 1, -7099.71, -2385.18, 241.667, 4.08407, 0, 0, -0.891006, 0.453991, 900, 255, 1, '', 48120, NULL), +(@OGUID+5734, 2043, 0, 3, 460, 1, 1, -6803.79, -2829.65, 242.446, 0.925024, 0, 0, 0.446198, 0.894935, 900, 255, 1, '', 50664, NULL), +(@OGUID+5735, 2043, 0, 3, 460, 1, 1, -7038.73, -3109.59, 241.785, 0.0174525, 0, 0, 0.00872612, 0.999962, 900, 255, 1, '', 50664, NULL), +(@OGUID+5736, 2046, 0, 3, 0, 1, 1, -6447.5, -3366.45, 244.277, 4.08407, 0, 0, -0.891006, 0.453991, 900, 255, 1, '', 49345, NULL), +(@OGUID+5737, 2046, 0, 3, 0, 1, 1, -6562.81, -3381.49, 277.232, 2.02458, 0, 0, 0.848047, 0.529921, 900, 255, 1, '', 48632, NULL), +(@OGUID+5738, 2046, 0, 3, 0, 1, 1, -6612.58, -2531.59, 277.704, 0.157079, 0, 0, 0.0784588, 0.996917, 900, 255, 1, '', 48632, NULL), +(@OGUID+5739, 2046, 0, 3, 0, 1, 1, -6627.56, -2827.04, 255.113, 3.194, 0, 0, -0.999657, 0.0262016, 900, 255, 1, '', 47966, NULL), +(@OGUID+5740, 2046, 0, 3, 0, 1, 1, -6641.55, -2623.45, 256.692, 4.13643, 0, 0, -0.878817, 0.47716, 900, 255, 1, '', 48632, NULL), +(@OGUID+5741, 2046, 0, 3, 0, 1, 1, -6732.99, -3184.11, 249.668, 5.98648, 0, 0, -0.147809, 0.989016, 900, 255, 1, '', 49345, NULL), +(@OGUID+5742, 2046, 0, 3, 0, 1, 1, -6796.37, -2649.54, 244.431, 4.92183, 0, 0, -0.62932, 0.777146, 900, 255, 1, '', 50063, NULL), +(@OGUID+5743, 2046, 0, 3, 0, 1, 1, -6826.8, -3148.87, 261.128, 0.0349062, 0, 0, 0.0174522, 0.999848, 900, 255, 1, '', 48632, NULL), +(@OGUID+5744, 2046, 0, 3, 0, 1, 1, -6858.53, -3330.96, 245.336, 2.51327, 0, 0, 0.951056, 0.309017, 900, 255, 1, '', 49345, NULL), +(@OGUID+5745, 2046, 0, 3, 0, 1, 1, -6921.44, -3104.99, 258.261, 1.27409, 0, 0, 0.594822, 0.803857, 900, 255, 1, '', 49345, NULL), +(@OGUID+5746, 2046, 0, 3, 0, 1, 1, -7041.4, -3283.15, 246.536, 4.4855, 0, 0, -0.782608, 0.622515, 900, 255, 1, '', 49345, NULL), +(@OGUID+5747, 2046, 0, 3, 0, 1, 1, -7199.49, -2282.15, 256.879, 1.39626, 0, 0, 0.642787, 0.766045, 900, 255, 1, '', 49345, NULL), +(@OGUID+5748, 2046, 0, 3, 1879, 1, 1, -7023.45, -3151.83, 260.034, 4.60767, 0, 0, -0.743144, 0.669131, 900, 255, 1, '', 53788, NULL), +(@OGUID+5749, 2046, 0, 3, 340, 1, 1, -7285.21, -2336.14, 270.69, 6.26573, 0, 0, -0.00872612, 0.999962, 900, 255, 1, '', 48120, NULL), +(@OGUID+5750, 2046, 0, 3, 344, 1, 1, -7242.13, -2386.54, 252.656, 5.95157, 0, 0, -0.165047, 0.986286, 900, 255, 1, '', 53788, NULL), +(@OGUID+5751, 2866, 0, 3, 0, 1, 1, -6551.81, -3283.03, 241.864, 2.11185, 0, 0, 0.870356, 0.492424, 900, 255, 1, '', 48632, NULL), +(@OGUID+5752, 2866, 0, 3, 0, 1, 1, -6683.87, -2915.99, 240.744, 5.63741, 0, 0, -0.317305, 0.948324, 900, 255, 1, '', 48120, NULL), +(@OGUID+5753, 2866, 0, 3, 0, 1, 1, -6713.47, -3580.06, 242.403, 1.91986, 0, 0, 0.819152, 0.573577, 900, 255, 1, '', 49345, NULL), +(@OGUID+5754, 2866, 0, 3, 0, 1, 1, -6716.53, -2585.74, 241.754, 5.34071, 0, 0, -0.45399, 0.891007, 900, 255, 1, '', 50063, NULL), +(@OGUID+5755, 2866, 0, 3, 0, 1, 1, -6849.17, -2749.58, 242.047, 4.06662, 0, 0, -0.894934, 0.446199, 900, 255, 1, '', 48632, NULL), +(@OGUID+5756, 2866, 0, 3, 0, 1, 1, -6946.8, -2451.77, 240.744, 5.21854, 0, 0, -0.507538, 0.861629, 900, 255, 1, '', 50664, NULL), +(@OGUID+5757, 2866, 0, 3, 0, 1, 1, -7044.99, -3548.27, 244.117, 4.79966, 0, 0, -0.67559, 0.737278, 900, 255, 1, '', 49345, NULL), +(@OGUID+5758, 2866, 0, 3, 0, 1, 1, -7244.48, -2173.67, 294.868, 1.93731, 0, 0, 0.824125, 0.566408, 900, 255, 1, '', 49345, NULL), +(@OGUID+5759, 2866, 0, 3, 0, 1, 1, -7082.95, -2750.59, 243.051, 4.60767, 0, 0, -0.743144, 0.669131, 900, 255, 1, '', 53788, NULL), +(@OGUID+5760, 2866, 0, 3, 1877, 1, 1, -6784.82, -3414.91, 241.667, 3.61284, 0, 0, -0.972369, 0.233448, 900, 255, 1, '', 52237, NULL), +(@OGUID+5761, 2866, 0, 3, 1879, 1, 1, -7113.97, -3217.87, 241.667, 4.29351, 0, 0, -0.83867, 0.54464, 900, 255, 1, '', 53622, NULL), +(@OGUID+5762, 2866, 0, 3, 1898, 1, 1, -6485.51, -3653.27, 244.496, 5.81195, 0, 0, -0.233445, 0.97237, 900, 255, 1, '', 51943, NULL), +(@OGUID+5763, 2866, 0, 3, 339, 1, 1, -6848.68, -4146.1, 266.608, 2.86234, 0, 0, 0.990268, 0.139175, 900, 255, 1, '', 47168, NULL), +(@OGUID+5764, 2866, 0, 3, 340, 1, 1, -7050.65, -3020.64, 241.244, 2.86234, 0, 0, 0.990268, 0.139175, 900, 255, 1, '', 48120, NULL), +(@OGUID+5765, 2866, 0, 3, 340, 1, 1, -7357.27, -2448, 302.58, 1.29154, 0, 0, 0.601814, 0.798636, 900, 255, 1, '', 48120, NULL), +(@OGUID+5766, 2866, 0, 3, 460, 1, 1, -7291.14, -3161.81, 303.624, 3.12412, 0, 0, 0.999962, 0.00873464, 900, 255, 1, '', 50664, NULL), +(@OGUID+5767, 1735, 0, 3, 460, 1, 1, -7141.57, -2991.9, 263.976, 5.72468, 0, 0, -0.275637, 0.961262, 900, 255, 1, '', 50664, NULL), +(@OGUID+5768, 1735, 0, 3, 340, 1, 1, -7084.08, -3686.77, 254.628, 1.15192, 0, 0, 0.544639, 0.838671, 900, 255, 1, '', 48120, NULL), +(@OGUID+5769, 1735, 0, 3, 1879, 1, 1, -6893.85, -2792.91, 242.547, 3.05433, 0, 0, 0.999048, 0.0436193, 900, 255, 1, '', 53788, NULL), +(@OGUID+5770, 1735, 0, 3, 1878, 1, 1, -6905.36, -2668.86, 250.132, 1.15192, 0, 0, 0.544639, 0.838671, 900, 255, 1, '', 45613, NULL), +(@OGUID+5771, 1735, 0, 3, 0, 1, 1, -7445.46, -2269.4, 231.429, 0.733038, 0, 0, 0.358368, 0.93358, 900, 255, 1, '', 48632, NULL), +(@OGUID+5772, 1735, 0, 3, 25, 1, 1, -7410.42, -2264.41, 235.545, 2.54818, 0, 0, 0.956305, 0.292372, 900, 255, 1, '', 49345, NULL), +(@OGUID+5773, 1735, 0, 3, 340, 1, 1, -7385.72, -2300.61, 238.518, 4.83456, 0, 0, -0.66262, 0.748956, 900, 255, 1, '', 48120, NULL), +(@OGUID+5774, 1735, 0, 3, 340, 1, 1, -7339.04, -2265.61, 240.045, 0.296705, 0, 0, 0.147809, 0.989016, 900, 255, 1, '', 48120, NULL), +(@OGUID+5775, 1735, 0, 3, 0, 1, 1, -7185.94, -2707.73, 269.056, 1.46608, 0, 0, 0.66913, 0.743145, 900, 255, 1, '', 53788, NULL), +(@OGUID+5776, 1735, 0, 3, 0, 1, 1, -7181.32, -3132.52, 274.391, 4.36332, 0, 0, -0.819152, 0.573577, 900, 255, 1, '', 49345, NULL), +(@OGUID+5777, 1735, 0, 3, 3, 1, 1, -7175.97, -3348.39, 250.417, 1.43117, 0, 0, 0.656058, 0.75471, 900, 255, 1, '', 52237, NULL), +(@OGUID+5778, 1735, 0, 3, 340, 1, 1, -7158.79, -2875.65, 253.393, 4.59022, 0, 0, -0.748956, 0.66262, 900, 255, 1, '', 48120, NULL), +(@OGUID+5779, 1735, 0, 3, 0, 1, 1, -7129.3, -2539.65, 299.311, 0.087266, 0, 0, 0.0436192, 0.999048, 900, 255, 1, '', 49345, NULL), +(@OGUID+5780, 1735, 0, 3, 460, 1, 1, -7109.93, -3613.91, 256.721, 6.19592, 0, 0, -0.0436192, 0.999048, 900, 255, 1, '', 50664, NULL), +(@OGUID+5781, 1735, 0, 3, 340, 1, 1, -7104.98, -2640.14, 264.982, 1.97222, 0, 0, 0.833885, 0.551938, 900, 255, 1, '', 48120, NULL), +(@OGUID+5782, 1735, 0, 3, 0, 1, 1, -7077.13, -2696.51, 255.947, 1.50098, 0, 0, 0.681998, 0.731354, 900, 255, 1, '', 53788, NULL), +(@OGUID+5783, 1735, 0, 3, 340, 1, 1, -7054.84, -2526.41, 269.896, 1.62316, 0, 0, 0.725374, 0.688355, 900, 255, 1, '', 48120, NULL), +(@OGUID+5784, 1735, 0, 3, 460, 1, 1, -6998.15, -2744.32, 248.538, 5.72468, 0, 0, -0.275637, 0.961262, 900, 255, 1, '', 50664, NULL), +(@OGUID+5785, 1735, 0, 3, 1877, 1, 1, -6975.78, -3110.13, 260.854, 0.226892, 0, 0, 0.113203, 0.993572, 900, 255, 1, '', 53622, NULL), +(@OGUID+5786, 1735, 0, 3, 0, 1, 1, -6958.95, -2579.47, 276.992, 1.8675, 0, 0, 0.803857, 0.594823, 900, 255, 1, '', 51943, NULL), +(@OGUID+5787, 1735, 0, 3, 0, 1, 1, -6907.07, -2581.97, 249.265, 2.53072, 0, 0, 0.953716, 0.300708, 900, 255, 1, '', 49345, NULL), +(@OGUID+5788, 1735, 0, 3, 1879, 1, 1, -6893.85, -2792.91, 242.547, 3.05433, 0, 0, 0.999048, 0.0436193, 900, 255, 1, '', 45613, NULL), +(@OGUID+5789, 1735, 0, 3, 1, 1, 1, -6870, -3135.92, 262.557, 5.51524, 0, 0, -0.374606, 0.927184, 900, 255, 1, '', 50664, NULL), +(@OGUID+5790, 1735, 0, 3, 0, 1, 1, -6867, -2399.52, 250.525, 2.19911, 0, 0, 0.891006, 0.453991, 900, 255, 1, '', 50172, NULL), +(@OGUID+5791, 1735, 0, 3, 0, 1, 1, -6854.86, -3306.8, 267.706, 0.523598, 0, 0, 0.258819, 0.965926, 900, 255, 1, '', 50664, NULL), +(@OGUID+5792, 1735, 0, 3, 0, 1, 1, -6807.24, -2348.27, 279.923, 3.28124, 0, 0, -0.997563, 0.0697661, 900, 255, 1, '', 49345, NULL), +(@OGUID+5793, 1735, 0, 3, 0, 1, 1, -6794.99, -3219.91, 265.918, 1.41372, 0, 0, 0.649447, 0.760406, 900, 255, 1, '', 48632, NULL), +(@OGUID+5794, 1735, 0, 3, 0, 1, 1, -6792.97, -2452.85, 265.002, 4.97419, 0, 0, -0.608761, 0.793354, 900, 255, 1, '', 50664, NULL), +(@OGUID+5795, 1735, 0, 3, 0, 1, 1, -6787.1, -2965.44, 249.699, 2.28638, 0, 0, 0.909961, 0.414694, 900, 255, 1, '', 49345, NULL), +(@OGUID+5796, 1735, 0, 3, 343, 1, 1, -6770.47, -2845.89, 246.351, 0.523598, 0, 0, 0.258819, 0.965926, 900, 255, 1, '', 45613, NULL), +(@OGUID+5797, 1735, 0, 3, 0, 1, 1, -6750.15, -2931.61, 249.867, 3.49067, 0, 0, -0.984807, 0.173652, 900, 255, 1, '', 49345, NULL), +(@OGUID+5798, 1735, 0, 3, 0, 1, 1, -6742.13, -3092.78, 280.762, 0.733038, 0, 0, 0.358368, 0.93358, 900, 255, 1, '', 50664, NULL), +(@OGUID+5799, 1735, 0, 3, 0, 1, 1, -6709.36, -3182.67, 267.629, 0.523598, 0, 0, 0.258819, 0.965926, 900, 255, 1, '', 49345, NULL), +(@OGUID+5800, 1735, 0, 3, 0, 1, 1, -6696.16, -2446.62, 281.194, 3.78737, 0, 0, -0.948323, 0.317306, 900, 255, 1, '', 48632, NULL), +(@OGUID+5801, 1735, 0, 3, 0, 1, 1, -6681.36, -3014.65, 260.138, 3.56047, 0, 0, -0.978148, 0.207912, 900, 255, 1, '', 48120, NULL), +(@OGUID+5802, 1735, 0, 3, 0, 1, 1, -6656.69, -3375.81, 260.036, 5.72468, 0, 0, -0.275637, 0.961262, 900, 255, 1, '', 49345, NULL), +(@OGUID+5803, 1735, 0, 3, 340, 1, 1, -6649.96, -3543.35, 249.843, 0.174532, 0, 0, 0.0871553, 0.996195, 900, 255, 1, '', 48120, NULL), +(@OGUID+5804, 1735, 0, 3, 0, 1, 1, -6620.91, -2883.36, 256.751, 4.90438, 0, 0, -0.636078, 0.771625, 900, 255, 1, '', 48632, NULL), +(@OGUID+5805, 1735, 0, 3, 1898, 1, 1, -6605.61, -3705.26, 269.629, 2.30383, 0, 0, 0.913545, 0.406738, 900, 255, 1, '', 53788, NULL), +(@OGUID+5806, 1735, 0, 3, 0, 1, 1, -6484.9, -3383.26, 261.872, 1.44862, 0, 0, 0.66262, 0.748956, 900, 255, 1, '', 48632, NULL), +(@OGUID+5807, 1735, 0, 3, 0, 1, 1, -6478.42, -2465.06, 306.191, 3.08918, 0, 0, 0.999657, 0.0262016, 900, 255, 1, '', 49345, NULL), +(@OGUID+5808, 1735, 0, 3, 460, 1, 1, -6464.19, -2450.21, 311.683, 6.16101, 0, 0, -0.0610485, 0.998135, 900, 255, 1, '', 50664, NULL), +(@OGUID+5809, 1735, 0, 3, 340, 1, 1, -6460.72, -2489.19, 307.971, 2.58308, 0, 0, 0.961261, 0.27564, 900, 255, 1, '', 48120, NULL), +(@OGUID+5810, 1735, 0, 3, 0, 1, 1, -6299.71, -3558.4, 251.847, 1.72787, 0, 0, 0.760406, 0.649449, 900, 255, 1, '', 50664, NULL), +(@OGUID+5811, 1735, 0, 3, 0, 1, 1, -6234.93, -3475.95, 250.017, 4.45059, 0, 0, -0.793353, 0.608762, 900, 255, 1, '', 48120, NULL), +(@OGUID+5812, 1735, 0, 3, 340, 1, 1, -6191.4, -3057.34, 214.469, 1.44862, 0, 0, 0.66262, 0.748956, 900, 255, 1, '', 48120, NULL), +(@OGUID+5813, 1735, 0, 3, 0, 1, 1, -6172.92, -3007.9, 226.637, 0.610863, 0, 0, 0.300705, 0.953717, 900, 255, 1, '', 49345, NULL), +(@OGUID+5814, 1735, 0, 3, 0, 1, 1, -6170.33, -3384.25, 244.062, 5.61996, 0, 0, -0.325567, 0.945519, 900, 255, 1, '', 48632, NULL), +(@OGUID+5815, 1735, 0, 3, 0, 1, 1, -6128.58, -2913.02, 212.195, 3.7001, 0, 0, -0.961261, 0.27564, 900, 255, 1, '', 50664, NULL), +(@OGUID+5816, 1735, 0, 3, 0, 1, 1, -6121.22, -3080.16, 251.248, 3.194, 0, 0, -0.999657, 0.0262016, 900, 255, 1, '', 53788, NULL), +(@OGUID+5817, 1735, 0, 3, 0, 1, 1, -6110.06, -3428.19, 265.838, 6.23083, 0, 0, -0.0261765, 0.999657, 900, 255, 1, '', 48120, NULL), +(@OGUID+5818, 1735, 0, 3, 0, 1, 1, -6094.1, -3095.98, 244.567, 1.37881, 0, 0, 0.636078, 0.771625, 900, 255, 1, '', 46902, NULL), +(@OGUID+5819, 1735, 0, 3, 0, 1, 1, -6084.95, -3034.08, 250.361, 3.99681, 0, 0, -0.909961, 0.414694, 900, 255, 1, '', 52237, NULL), +(@OGUID+5820, 1735, 0, 3, 0, 1, 1, -6083.84, -3166.85, 255.265, 3.83973, 0, 0, -0.939692, 0.34202, 900, 255, 1, '', 49345, NULL), +(@OGUID+5821, 1734, 0, 3, 460, 1, 1, -7141.57, -2991.9, 263.976, 5.72468, 0, 0, -0.275637, 0.961262, 900, 255, 1, '', 50664, NULL), +(@OGUID+5822, 1734, 0, 3, 340, 1, 1, -7084.08, -3686.77, 254.628, 1.15192, 0, 0, 0.544639, 0.838671, 900, 255, 1, '', 48120, NULL), +(@OGUID+5823, 1734, 0, 3, 1879, 1, 1, -6893.85, -2792.91, 242.547, 3.05433, 0, 0, 0.999048, 0.0436193, 900, 255, 1, '', 53788, NULL), +(@OGUID+5824, 1734, 0, 3, 1878, 1, 1, -6905.36, -2668.86, 250.132, 1.15192, 0, 0, 0.544639, 0.838671, 900, 255, 1, '', 45613, NULL), +(@OGUID+5825, 1734, 0, 3, 0, 1, 1, -7445.46, -2269.4, 231.429, 0.733038, 0, 0, 0.358368, 0.93358, 900, 255, 1, '', 48632, NULL), +(@OGUID+5826, 1734, 0, 3, 25, 1, 1, -7410.42, -2264.41, 235.545, 2.54818, 0, 0, 0.956305, 0.292372, 900, 255, 1, '', 49345, NULL), +(@OGUID+5827, 1734, 0, 3, 340, 1, 1, -7385.72, -2300.61, 238.518, 4.83456, 0, 0, -0.66262, 0.748956, 900, 255, 1, '', 48120, NULL), +(@OGUID+5828, 1734, 0, 3, 340, 1, 1, -7339.04, -2265.61, 240.045, 0.296705, 0, 0, 0.147809, 0.989016, 900, 255, 1, '', 48120, NULL), +(@OGUID+5829, 1734, 0, 3, 0, 1, 1, -7185.94, -2707.73, 269.056, 1.46608, 0, 0, 0.66913, 0.743145, 900, 255, 1, '', 53788, NULL), +(@OGUID+5830, 1734, 0, 3, 0, 1, 1, -7181.32, -3132.52, 274.391, 4.36332, 0, 0, -0.819152, 0.573577, 900, 255, 1, '', 49345, NULL), +(@OGUID+5831, 1734, 0, 3, 3, 1, 1, -7175.97, -3348.39, 250.417, 1.43117, 0, 0, 0.656058, 0.75471, 900, 255, 1, '', 52237, NULL), +(@OGUID+5832, 1734, 0, 3, 340, 1, 1, -7158.79, -2875.65, 253.393, 4.59022, 0, 0, -0.748956, 0.66262, 900, 255, 1, '', 48120, NULL), +(@OGUID+5833, 1734, 0, 3, 0, 1, 1, -7129.3, -2539.65, 299.311, 0.087266, 0, 0, 0.0436192, 0.999048, 900, 255, 1, '', 49345, NULL), +(@OGUID+5834, 1734, 0, 3, 460, 1, 1, -7109.93, -3613.91, 256.721, 6.19592, 0, 0, -0.0436192, 0.999048, 900, 255, 1, '', 50664, NULL), +(@OGUID+5835, 1734, 0, 3, 340, 1, 1, -7104.98, -2640.14, 264.982, 1.97222, 0, 0, 0.833885, 0.551938, 900, 255, 1, '', 48120, NULL), +(@OGUID+5836, 1734, 0, 3, 0, 1, 1, -7077.13, -2696.51, 255.947, 1.50098, 0, 0, 0.681998, 0.731354, 900, 255, 1, '', 53788, NULL), +(@OGUID+5837, 1734, 0, 3, 340, 1, 1, -7054.84, -2526.41, 269.896, 1.62316, 0, 0, 0.725374, 0.688355, 900, 255, 1, '', 48120, NULL), +(@OGUID+5838, 1734, 0, 3, 460, 1, 1, -6998.15, -2744.32, 248.538, 5.72468, 0, 0, -0.275637, 0.961262, 900, 255, 1, '', 50664, NULL), +(@OGUID+5839, 1734, 0, 3, 1877, 1, 1, -6975.78, -3110.13, 260.854, 0.226892, 0, 0, 0.113203, 0.993572, 900, 255, 1, '', 53622, NULL), +(@OGUID+5840, 1734, 0, 3, 0, 1, 1, -6958.95, -2579.47, 276.992, 1.8675, 0, 0, 0.803857, 0.594823, 900, 255, 1, '', 51943, NULL), +(@OGUID+5841, 1734, 0, 3, 0, 1, 1, -6907.07, -2581.97, 249.265, 2.53072, 0, 0, 0.953716, 0.300708, 900, 255, 1, '', 49345, NULL), +(@OGUID+5842, 1734, 0, 3, 1879, 1, 1, -6893.85, -2792.91, 242.547, 3.05433, 0, 0, 0.999048, 0.0436193, 900, 255, 1, '', 45613, NULL), +(@OGUID+5843, 1734, 0, 3, 1, 1, 1, -6870, -3135.92, 262.557, 5.51524, 0, 0, -0.374606, 0.927184, 900, 255, 1, '', 50664, NULL), +(@OGUID+5844, 1734, 0, 3, 0, 1, 1, -6867, -2399.52, 250.525, 2.19911, 0, 0, 0.891006, 0.453991, 900, 255, 1, '', 50172, NULL), +(@OGUID+5845, 1734, 0, 3, 0, 1, 1, -6854.86, -3306.8, 267.706, 0.523598, 0, 0, 0.258819, 0.965926, 900, 255, 1, '', 50664, NULL), +(@OGUID+5846, 1734, 0, 3, 0, 1, 1, -6807.24, -2348.27, 279.923, 3.28124, 0, 0, -0.997563, 0.0697661, 900, 255, 1, '', 49345, NULL), +(@OGUID+5847, 1734, 0, 3, 0, 1, 1, -6794.99, -3219.91, 265.918, 1.41372, 0, 0, 0.649447, 0.760406, 900, 255, 1, '', 48632, NULL), +(@OGUID+5848, 1734, 0, 3, 0, 1, 1, -6792.97, -2452.85, 265.002, 4.97419, 0, 0, -0.608761, 0.793354, 900, 255, 1, '', 50664, NULL), +(@OGUID+5849, 1734, 0, 3, 0, 1, 1, -6787.1, -2965.44, 249.699, 2.28638, 0, 0, 0.909961, 0.414694, 900, 255, 1, '', 49345, NULL), +(@OGUID+5850, 1734, 0, 3, 343, 1, 1, -6770.47, -2845.89, 246.351, 0.523598, 0, 0, 0.258819, 0.965926, 900, 255, 1, '', 45613, NULL), +(@OGUID+5851, 1734, 0, 3, 0, 1, 1, -6750.15, -2931.61, 249.867, 3.49067, 0, 0, -0.984807, 0.173652, 900, 255, 1, '', 49345, NULL), +(@OGUID+5852, 1734, 0, 3, 0, 1, 1, -6742.13, -3092.78, 280.762, 0.733038, 0, 0, 0.358368, 0.93358, 900, 255, 1, '', 50664, NULL), +(@OGUID+5853, 1734, 0, 3, 0, 1, 1, -6709.36, -3182.67, 267.629, 0.523598, 0, 0, 0.258819, 0.965926, 900, 255, 1, '', 49345, NULL), +(@OGUID+5854, 1734, 0, 3, 0, 1, 1, -6696.16, -2446.62, 281.194, 3.78737, 0, 0, -0.948323, 0.317306, 900, 255, 1, '', 48632, NULL), +(@OGUID+5855, 1734, 0, 3, 0, 1, 1, -6681.36, -3014.65, 260.138, 3.56047, 0, 0, -0.978148, 0.207912, 900, 255, 1, '', 48120, NULL), +(@OGUID+5856, 1734, 0, 3, 0, 1, 1, -6656.69, -3375.81, 260.036, 5.72468, 0, 0, -0.275637, 0.961262, 900, 255, 1, '', 49345, NULL), +(@OGUID+5857, 1734, 0, 3, 340, 1, 1, -6649.96, -3543.35, 249.843, 0.174532, 0, 0, 0.0871553, 0.996195, 900, 255, 1, '', 48120, NULL), +(@OGUID+5858, 1734, 0, 3, 0, 1, 1, -6620.91, -2883.36, 256.751, 4.90438, 0, 0, -0.636078, 0.771625, 900, 255, 1, '', 48632, NULL), +(@OGUID+5859, 1734, 0, 3, 1898, 1, 1, -6605.61, -3705.26, 269.629, 2.30383, 0, 0, 0.913545, 0.406738, 900, 255, 1, '', 53788, NULL), +(@OGUID+5860, 1734, 0, 3, 0, 1, 1, -6484.9, -3383.26, 261.872, 1.44862, 0, 0, 0.66262, 0.748956, 900, 255, 1, '', 48632, NULL), +(@OGUID+5861, 1734, 0, 3, 0, 1, 1, -6478.42, -2465.06, 306.191, 3.08918, 0, 0, 0.999657, 0.0262016, 900, 255, 1, '', 49345, NULL), +(@OGUID+5862, 1734, 0, 3, 460, 1, 1, -6464.19, -2450.21, 311.683, 6.16101, 0, 0, -0.0610485, 0.998135, 900, 255, 1, '', 50664, NULL), +(@OGUID+5863, 1734, 0, 3, 340, 1, 1, -6460.72, -2489.19, 307.971, 2.58308, 0, 0, 0.961261, 0.27564, 900, 255, 1, '', 48120, NULL), +(@OGUID+5864, 1734, 0, 3, 0, 1, 1, -6299.71, -3558.4, 251.847, 1.72787, 0, 0, 0.760406, 0.649449, 900, 255, 1, '', 50664, NULL), +(@OGUID+5865, 1734, 0, 3, 0, 1, 1, -6234.93, -3475.95, 250.017, 4.45059, 0, 0, -0.793353, 0.608762, 900, 255, 1, '', 48120, NULL), +(@OGUID+5866, 1734, 0, 3, 340, 1, 1, -6191.4, -3057.34, 214.469, 1.44862, 0, 0, 0.66262, 0.748956, 900, 255, 1, '', 48120, NULL), +(@OGUID+5867, 1734, 0, 3, 0, 1, 1, -6172.92, -3007.9, 226.637, 0.610863, 0, 0, 0.300705, 0.953717, 900, 255, 1, '', 49345, NULL), +(@OGUID+5868, 1734, 0, 3, 0, 1, 1, -6170.33, -3384.25, 244.062, 5.61996, 0, 0, -0.325567, 0.945519, 900, 255, 1, '', 48632, NULL), +(@OGUID+5869, 1734, 0, 3, 0, 1, 1, -6128.58, -2913.02, 212.195, 3.7001, 0, 0, -0.961261, 0.27564, 900, 255, 1, '', 50664, NULL), +(@OGUID+5870, 1734, 0, 3, 0, 1, 1, -6121.22, -3080.16, 251.248, 3.194, 0, 0, -0.999657, 0.0262016, 900, 255, 1, '', 53788, NULL), +(@OGUID+5871, 1734, 0, 3, 0, 1, 1, -6110.06, -3428.19, 265.838, 6.23083, 0, 0, -0.0261765, 0.999657, 900, 255, 1, '', 48120, NULL), +(@OGUID+5872, 1734, 0, 3, 0, 1, 1, -6094.1, -3095.98, 244.567, 1.37881, 0, 0, 0.636078, 0.771625, 900, 255, 1, '', 46902, NULL), +(@OGUID+5873, 1734, 0, 3, 0, 1, 1, -6084.95, -3034.08, 250.361, 3.99681, 0, 0, -0.909961, 0.414694, 900, 255, 1, '', 52237, NULL), +(@OGUID+5874, 1734, 0, 3, 0, 1, 1, -6083.84, -3166.85, 255.265, 3.83973, 0, 0, -0.939692, 0.34202, 900, 255, 1, '', 49345, NULL), +(@OGUID+5875, 1733, 0, 3, 460, 1, 1, -7141.57, -2991.9, 263.976, 5.72468, 0, 0, -0.275637, 0.961262, 900, 255, 1, '', 50664, NULL), +(@OGUID+5876, 1733, 0, 3, 340, 1, 1, -7084.08, -3686.77, 254.628, 1.15192, 0, 0, 0.544639, 0.838671, 900, 255, 1, '', 48120, NULL), +(@OGUID+5877, 1733, 0, 3, 1879, 1, 1, -6893.85, -2792.91, 242.547, 3.05433, 0, 0, 0.999048, 0.0436193, 900, 255, 1, '', 53788, NULL), +(@OGUID+5878, 1733, 0, 3, 1878, 1, 1, -6905.36, -2668.86, 250.132, 1.15192, 0, 0, 0.544639, 0.838671, 900, 255, 1, '', 45613, NULL), +(@OGUID+5879, 1733, 0, 3, 0, 1, 1, -7445.46, -2269.4, 231.429, 0.733038, 0, 0, 0.358368, 0.93358, 900, 255, 1, '', 48632, NULL), +(@OGUID+5880, 1733, 0, 3, 25, 1, 1, -7410.42, -2264.41, 235.545, 2.54818, 0, 0, 0.956305, 0.292372, 900, 255, 1, '', 49345, NULL), +(@OGUID+5881, 1733, 0, 3, 340, 1, 1, -7385.72, -2300.61, 238.518, 4.83456, 0, 0, -0.66262, 0.748956, 900, 255, 1, '', 48120, NULL), +(@OGUID+5882, 1733, 0, 3, 340, 1, 1, -7339.04, -2265.61, 240.045, 0.296705, 0, 0, 0.147809, 0.989016, 900, 255, 1, '', 48120, NULL), +(@OGUID+5883, 1733, 0, 3, 0, 1, 1, -7185.94, -2707.73, 269.056, 1.46608, 0, 0, 0.66913, 0.743145, 900, 255, 1, '', 53788, NULL), +(@OGUID+5884, 1733, 0, 3, 0, 1, 1, -7181.32, -3132.52, 274.391, 4.36332, 0, 0, -0.819152, 0.573577, 900, 255, 1, '', 49345, NULL), +(@OGUID+5885, 1733, 0, 3, 3, 1, 1, -7175.97, -3348.39, 250.417, 1.43117, 0, 0, 0.656058, 0.75471, 900, 255, 1, '', 52237, NULL), +(@OGUID+5886, 1733, 0, 3, 340, 1, 1, -7158.79, -2875.65, 253.393, 4.59022, 0, 0, -0.748956, 0.66262, 900, 255, 1, '', 48120, NULL), +(@OGUID+5887, 1733, 0, 3, 0, 1, 1, -7129.3, -2539.65, 299.311, 0.087266, 0, 0, 0.0436192, 0.999048, 900, 255, 1, '', 49345, NULL), +(@OGUID+5888, 1733, 0, 3, 460, 1, 1, -7109.93, -3613.91, 256.721, 6.19592, 0, 0, -0.0436192, 0.999048, 900, 255, 1, '', 50664, NULL), +(@OGUID+5889, 1733, 0, 3, 340, 1, 1, -7104.98, -2640.14, 264.982, 1.97222, 0, 0, 0.833885, 0.551938, 900, 255, 1, '', 48120, NULL), +(@OGUID+5890, 1733, 0, 3, 0, 1, 1, -7077.13, -2696.51, 255.947, 1.50098, 0, 0, 0.681998, 0.731354, 900, 255, 1, '', 53788, NULL), +(@OGUID+5891, 1733, 0, 3, 340, 1, 1, -7054.84, -2526.41, 269.896, 1.62316, 0, 0, 0.725374, 0.688355, 900, 255, 1, '', 48120, NULL), +(@OGUID+5892, 1733, 0, 3, 460, 1, 1, -6998.15, -2744.32, 248.538, 5.72468, 0, 0, -0.275637, 0.961262, 900, 255, 1, '', 50664, NULL), +(@OGUID+5893, 1733, 0, 3, 1877, 1, 1, -6975.78, -3110.13, 260.854, 0.226892, 0, 0, 0.113203, 0.993572, 900, 255, 1, '', 53622, NULL), +(@OGUID+5894, 1733, 0, 3, 0, 1, 1, -6958.95, -2579.47, 276.992, 1.8675, 0, 0, 0.803857, 0.594823, 900, 255, 1, '', 51943, NULL), +(@OGUID+5895, 1733, 0, 3, 0, 1, 1, -6907.07, -2581.97, 249.265, 2.53072, 0, 0, 0.953716, 0.300708, 900, 255, 1, '', 49345, NULL), +(@OGUID+5896, 1733, 0, 3, 1879, 1, 1, -6893.85, -2792.91, 242.547, 3.05433, 0, 0, 0.999048, 0.0436193, 900, 255, 1, '', 45613, NULL), +(@OGUID+5897, 1733, 0, 3, 1, 1, 1, -6870, -3135.92, 262.557, 5.51524, 0, 0, -0.374606, 0.927184, 900, 255, 1, '', 50664, NULL), +(@OGUID+5898, 1733, 0, 3, 0, 1, 1, -6867, -2399.52, 250.525, 2.19911, 0, 0, 0.891006, 0.453991, 900, 255, 1, '', 50172, NULL), +(@OGUID+5899, 1733, 0, 3, 0, 1, 1, -6854.86, -3306.8, 267.706, 0.523598, 0, 0, 0.258819, 0.965926, 900, 255, 1, '', 50664, NULL), +(@OGUID+5900, 1733, 0, 3, 0, 1, 1, -6807.24, -2348.27, 279.923, 3.28124, 0, 0, -0.997563, 0.0697661, 900, 255, 1, '', 49345, NULL), +(@OGUID+5901, 1733, 0, 3, 0, 1, 1, -6794.99, -3219.91, 265.918, 1.41372, 0, 0, 0.649447, 0.760406, 900, 255, 1, '', 48632, NULL), +(@OGUID+5902, 1733, 0, 3, 0, 1, 1, -6792.97, -2452.85, 265.002, 4.97419, 0, 0, -0.608761, 0.793354, 900, 255, 1, '', 50664, NULL), +(@OGUID+5903, 1733, 0, 3, 0, 1, 1, -6787.1, -2965.44, 249.699, 2.28638, 0, 0, 0.909961, 0.414694, 900, 255, 1, '', 49345, NULL), +(@OGUID+5904, 1733, 0, 3, 343, 1, 1, -6770.47, -2845.89, 246.351, 0.523598, 0, 0, 0.258819, 0.965926, 900, 255, 1, '', 45613, NULL), +(@OGUID+5905, 1733, 0, 3, 0, 1, 1, -6750.15, -2931.61, 249.867, 3.49067, 0, 0, -0.984807, 0.173652, 900, 255, 1, '', 49345, NULL), +(@OGUID+5906, 1733, 0, 3, 0, 1, 1, -6742.13, -3092.78, 280.762, 0.733038, 0, 0, 0.358368, 0.93358, 900, 255, 1, '', 50664, NULL), +(@OGUID+5907, 1733, 0, 3, 0, 1, 1, -6709.36, -3182.67, 267.629, 0.523598, 0, 0, 0.258819, 0.965926, 900, 255, 1, '', 49345, NULL), +(@OGUID+5908, 1733, 0, 3, 0, 1, 1, -6696.16, -2446.62, 281.194, 3.78737, 0, 0, -0.948323, 0.317306, 900, 255, 1, '', 48632, NULL), +(@OGUID+5909, 1733, 0, 3, 0, 1, 1, -6681.36, -3014.65, 260.138, 3.56047, 0, 0, -0.978148, 0.207912, 900, 255, 1, '', 48120, NULL), +(@OGUID+5910, 1733, 0, 3, 0, 1, 1, -6656.69, -3375.81, 260.036, 5.72468, 0, 0, -0.275637, 0.961262, 900, 255, 1, '', 49345, NULL), +(@OGUID+5911, 1733, 0, 3, 340, 1, 1, -6649.96, -3543.35, 249.843, 0.174532, 0, 0, 0.0871553, 0.996195, 900, 255, 1, '', 48120, NULL), +(@OGUID+5912, 1733, 0, 3, 0, 1, 1, -6620.91, -2883.36, 256.751, 4.90438, 0, 0, -0.636078, 0.771625, 900, 255, 1, '', 48632, NULL), +(@OGUID+5913, 1733, 0, 3, 1898, 1, 1, -6605.61, -3705.26, 269.629, 2.30383, 0, 0, 0.913545, 0.406738, 900, 255, 1, '', 53788, NULL), +(@OGUID+5914, 1733, 0, 3, 0, 1, 1, -6484.9, -3383.26, 261.872, 1.44862, 0, 0, 0.66262, 0.748956, 900, 255, 1, '', 48632, NULL), +(@OGUID+5915, 1733, 0, 3, 0, 1, 1, -6478.42, -2465.06, 306.191, 3.08918, 0, 0, 0.999657, 0.0262016, 900, 255, 1, '', 49345, NULL), +(@OGUID+5916, 1733, 0, 3, 460, 1, 1, -6464.19, -2450.21, 311.683, 6.16101, 0, 0, -0.0610485, 0.998135, 900, 255, 1, '', 50664, NULL), +(@OGUID+5917, 1733, 0, 3, 340, 1, 1, -6460.72, -2489.19, 307.971, 2.58308, 0, 0, 0.961261, 0.27564, 900, 255, 1, '', 48120, NULL), +(@OGUID+5918, 1733, 0, 3, 0, 1, 1, -6299.71, -3558.4, 251.847, 1.72787, 0, 0, 0.760406, 0.649449, 900, 255, 1, '', 50664, NULL), +(@OGUID+5919, 1733, 0, 3, 0, 1, 1, -6234.93, -3475.95, 250.017, 4.45059, 0, 0, -0.793353, 0.608762, 900, 255, 1, '', 48120, NULL), +(@OGUID+5920, 1733, 0, 3, 340, 1, 1, -6191.4, -3057.34, 214.469, 1.44862, 0, 0, 0.66262, 0.748956, 900, 255, 1, '', 48120, NULL), +(@OGUID+5921, 1733, 0, 3, 0, 1, 1, -6172.92, -3007.9, 226.637, 0.610863, 0, 0, 0.300705, 0.953717, 900, 255, 1, '', 49345, NULL), +(@OGUID+5922, 1733, 0, 3, 0, 1, 1, -6170.33, -3384.25, 244.062, 5.61996, 0, 0, -0.325567, 0.945519, 900, 255, 1, '', 48632, NULL), +(@OGUID+5923, 1733, 0, 3, 0, 1, 1, -6128.58, -2913.02, 212.195, 3.7001, 0, 0, -0.961261, 0.27564, 900, 255, 1, '', 50664, NULL), +(@OGUID+5924, 1733, 0, 3, 0, 1, 1, -6121.22, -3080.16, 251.248, 3.194, 0, 0, -0.999657, 0.0262016, 900, 255, 1, '', 53788, NULL), +(@OGUID+5925, 1733, 0, 3, 0, 1, 1, -6110.06, -3428.19, 265.838, 6.23083, 0, 0, -0.0261765, 0.999657, 900, 255, 1, '', 48120, NULL), +(@OGUID+5926, 1733, 0, 3, 0, 1, 1, -6094.1, -3095.98, 244.567, 1.37881, 0, 0, 0.636078, 0.771625, 900, 255, 1, '', 46902, NULL), +(@OGUID+5927, 1733, 0, 3, 0, 1, 1, -6084.95, -3034.08, 250.361, 3.99681, 0, 0, -0.909961, 0.414694, 900, 255, 1, '', 52237, NULL), +(@OGUID+5928, 1733, 0, 3, 0, 1, 1, -6083.84, -3166.85, 255.265, 3.83973, 0, 0, -0.939692, 0.34202, 900, 255, 1, '', 49345, NULL), +(@OGUID+5929, 2040, 0, 3, 0, 1, 1, -7479.49, -2286.29, 234.213, 1.37881, 0, 0, 0.636078, 0.771625, 900, 255, 1, '', 48632, NULL), +(@OGUID+5930, 2040, 0, 3, 0, 1, 1, -7471.99, -2247.11, 236.553, 0.087266, 0, 0, 0.0436192, 0.999048, 900, 255, 1, '', 48632, NULL), +(@OGUID+5931, 2040, 0, 3, 0, 1, 1, -7429.8, -2329.72, 240.872, 1.16937, 0, 0, 0.551936, 0.833886, 900, 255, 1, '', 51666, NULL), +(@OGUID+5932, 2040, 0, 3, 340, 1, 1, -7378.46, -2268.51, 234.697, 4.24115, 0, 0, -0.85264, 0.522499, 900, 255, 1, '', 48120, NULL), +(@OGUID+5933, 2040, 0, 3, 347, 1, 1, -7374.55, -2333.14, 244.369, 0.820303, 0, 0, 0.398748, 0.91706, 900, 255, 1, '', 53788, NULL), +(@OGUID+5934, 2040, 0, 3, 347, 1, 1, -7355.93, -2274.05, 235.825, 0.855211, 0, 0, 0.414693, 0.909961, 900, 255, 1, '', 53788, NULL), +(@OGUID+5935, 2040, 0, 3, 340, 1, 1, -7349.76, -2482.16, 322.003, 2.35619, 0, 0, 0.92388, 0.382683, 900, 255, 1, '', 48120, NULL), +(@OGUID+5936, 2040, 0, 3, 340, 1, 1, -7348.75, -2313.96, 241.603, 1.09956, 0, 0, 0.522498, 0.85264, 900, 255, 1, '', 48120, NULL), +(@OGUID+5937, 2040, 0, 3, 0, 1, 1, -7344.53, -3478.77, 335.204, 4.08407, 0, 0, -0.891006, 0.453991, 900, 255, 1, '', 49345, NULL), +(@OGUID+5938, 2040, 0, 3, 340, 1, 1, -7312.08, -2454.8, 304.55, 3.71755, 0, 0, -0.958819, 0.284016, 900, 255, 1, '', 48120, NULL), +(@OGUID+5939, 2040, 0, 3, 340, 1, 1, -7252.13, -2597.3, 292.227, 3.94445, 0, 0, -0.920505, 0.390732, 900, 255, 1, '', 48120, NULL), +(@OGUID+5940, 2040, 0, 3, 340, 1, 1, -7249.14, -3129.42, 315.989, 6.17847, 0, 0, -0.0523357, 0.99863, 900, 255, 1, '', 48120, NULL), +(@OGUID+5941, 2040, 0, 3, 0, 1, 1, -7248.51, -3471.09, 316.221, 5.72468, 0, 0, -0.275637, 0.961262, 900, 255, 1, '', 49345, NULL), +(@OGUID+5942, 2040, 0, 3, 460, 1, 1, -7223.67, -2177.61, 298.561, 5.00909, 0, 0, -0.594823, 0.803857, 900, 255, 1, '', 50664, NULL), +(@OGUID+5943, 2040, 0, 3, 345, 1, 1, -7196.89, -3125.94, 288.87, 1.55334, 0, 0, 0.700909, 0.713251, 900, 255, 1, '', 53788, NULL), +(@OGUID+5944, 2040, 0, 3, 0, 1, 1, -7172.12, -2231.94, 298.441, 6.12611, 0, 0, -0.0784588, 0.996917, 900, 255, 1, '', 49345, NULL), +(@OGUID+5945, 2040, 0, 3, 0, 1, 1, -7118.27, -3161.17, 248.919, 2.35619, 0, 0, 0.92388, 0.382683, 900, 255, 1, '', 50664, NULL), +(@OGUID+5946, 2040, 0, 3, 1879, 1, 1, -7094.3, -2868.09, 242.091, 3.59538, 0, 0, -0.97437, 0.224951, 900, 255, 1, '', 53788, NULL), +(@OGUID+5947, 2040, 0, 3, 460, 1, 1, -7030.42, -3670.81, 246.186, 4.55531, 0, 0, -0.760406, 0.649449, 900, 255, 1, '', 50664, NULL), +(@OGUID+5948, 2040, 0, 3, 460, 1, 1, -7003.88, -3863.29, 295.432, 1.0821, 0, 0, 0.515038, 0.857168, 900, 255, 1, '', 50664, NULL), +(@OGUID+5949, 2040, 0, 3, 0, 1, 1, -6991.04, -2673.25, 295.239, 0.436332, 0, 0, 0.216439, 0.976296, 900, 255, 1, '', 51943, NULL), +(@OGUID+5950, 2040, 0, 3, 0, 1, 1, -6974.24, -2305.7, 256.075, 0.837757, 0, 0, 0.406736, 0.913546, 900, 255, 1, '', 48632, NULL), +(@OGUID+5951, 2040, 0, 3, 0, 1, 1, -6951.38, -3601.15, 241.667, 5.11382, 0, 0, -0.551936, 0.833886, 900, 255, 1, '', 53788, NULL), +(@OGUID+5952, 2040, 0, 3, 339, 1, 1, -6900.58, -3889.95, 276.007, 2.42601, 0, 0, 0.936672, 0.350207, 900, 255, 1, '', 53788, NULL), +(@OGUID+5953, 2040, 0, 3, 339, 1, 1, -6880.82, -4142.43, 279.195, 5.09636, 0, 0, -0.559193, 0.829038, 900, 255, 1, '', 53788, NULL), +(@OGUID+5954, 2040, 0, 3, 460, 1, 1, -6823.25, -3646.74, 266.69, 0.0349062, 0, 0, 0.0174522, 0.999848, 900, 255, 1, '', 50664, NULL), +(@OGUID+5955, 2040, 0, 3, 460, 1, 1, -6798.11, -4167.08, 269.176, 4.71239, 0, 0, -0.707107, 0.707107, 900, 255, 1, '', 50664, NULL), +(@OGUID+5956, 2040, 0, 3, 0, 1, 1, -6767.48, -3360.57, 250.464, 1.51844, 0, 0, 0.688354, 0.725374, 900, 255, 1, '', 50664, NULL), +(@OGUID+5957, 2040, 0, 3, 339, 1, 1, -6696.94, -4017.02, 267.021, 2.44346, 0, 0, 0.939692, 0.34202, 900, 255, 1, '', 53788, NULL), +(@OGUID+5958, 2040, 0, 3, 339, 1, 1, -6550.56, -4154.99, 285.466, 5.39307, 0, 0, -0.430511, 0.902586, 900, 255, 1, '', 53788, NULL), +(@OGUID+5959, 2040, 0, 3, 0, 1, 1, -6549.7, -2434.55, 296.762, 4.99164, 0, 0, -0.601814, 0.798636, 900, 255, 1, '', 48632, NULL), +(@OGUID+5960, 2040, 0, 3, 0, 1, 1, -6535.81, -2962.19, 266.817, 5.91667, 0, 0, -0.182235, 0.983255, 900, 255, 1, '', 48120, NULL), +(@OGUID+5961, 2040, 0, 3, 0, 1, 1, -6518.01, -2460.01, 307.32, 3.49067, 0, 0, -0.984807, 0.173652, 900, 255, 1, '', 49345, NULL), +(@OGUID+5962, 2040, 0, 3, 340, 1, 1, -6433.6, -2475.08, 328.755, 0.244346, 0, 0, 0.121869, 0.992546, 900, 255, 1, '', 48120, NULL), +(@OGUID+5963, 2040, 0, 3, 0, 1, 1, -6280.71, -2957.27, 224.883, 1.37881, 0, 0, 0.636078, 0.771625, 900, 255, 1, '', 49345, NULL), +(@OGUID+5964, 2040, 0, 3, 340, 1, 1, -6271.73, -2913.52, 227.83, 2.89725, 0, 0, 0.992546, 0.12187, 900, 255, 1, '', 48120, NULL), +(@OGUID+5965, 2040, 0, 3, 340, 1, 1, -6152.34, -3027.72, 220.905, 2.19911, 0, 0, 0.891006, 0.453991, 900, 255, 1, '', 48120, NULL), +(@OGUID+5966, 2040, 0, 3, 340, 1, 1, -6150.07, -2875.81, 213.683, 0.366518, 0, 0, 0.182235, 0.983255, 900, 255, 1, '', 48120, NULL), +(@OGUID+5967, 2040, 0, 3, 35, 1, 1, -6549.7, -2434.55, 296.762, 4.99164, 0, 0, -0.601814, 0.798636, 900, 255, 1, '', 48632, NULL), +(@OGUID+5968, 1734, 0, 3, 0, 1, 1, -7479.49, -2286.29, 234.213, 1.37881, 0, 0, 0.636078, 0.771625, 900, 255, 1, '', 48632, NULL), +(@OGUID+5969, 1734, 0, 3, 0, 1, 1, -7471.99, -2247.11, 236.553, 0.087266, 0, 0, 0.0436192, 0.999048, 900, 255, 1, '', 48632, NULL), +(@OGUID+5970, 1734, 0, 3, 0, 1, 1, -7429.8, -2329.72, 240.872, 1.16937, 0, 0, 0.551936, 0.833886, 900, 255, 1, '', 51666, NULL), +(@OGUID+5971, 1734, 0, 3, 340, 1, 1, -7378.46, -2268.51, 234.697, 4.24115, 0, 0, -0.85264, 0.522499, 900, 255, 1, '', 48120, NULL), +(@OGUID+5972, 1734, 0, 3, 347, 1, 1, -7374.55, -2333.14, 244.369, 0.820303, 0, 0, 0.398748, 0.91706, 900, 255, 1, '', 53788, NULL), +(@OGUID+5973, 1734, 0, 3, 347, 1, 1, -7355.93, -2274.05, 235.825, 0.855211, 0, 0, 0.414693, 0.909961, 900, 255, 1, '', 53788, NULL), +(@OGUID+5974, 1734, 0, 3, 340, 1, 1, -7349.76, -2482.16, 322.003, 2.35619, 0, 0, 0.92388, 0.382683, 900, 255, 1, '', 48120, NULL), +(@OGUID+5975, 1734, 0, 3, 340, 1, 1, -7348.75, -2313.96, 241.603, 1.09956, 0, 0, 0.522498, 0.85264, 900, 255, 1, '', 48120, NULL), +(@OGUID+5976, 1734, 0, 3, 0, 1, 1, -7344.53, -3478.77, 335.204, 4.08407, 0, 0, -0.891006, 0.453991, 900, 255, 1, '', 49345, NULL), +(@OGUID+5977, 1734, 0, 3, 340, 1, 1, -7312.08, -2454.8, 304.55, 3.71755, 0, 0, -0.958819, 0.284016, 900, 255, 1, '', 48120, NULL), +(@OGUID+5978, 1734, 0, 3, 340, 1, 1, -7252.13, -2597.3, 292.227, 3.94445, 0, 0, -0.920505, 0.390732, 900, 255, 1, '', 48120, NULL), +(@OGUID+5979, 1734, 0, 3, 340, 1, 1, -7249.14, -3129.42, 315.989, 6.17847, 0, 0, -0.0523357, 0.99863, 900, 255, 1, '', 48120, NULL), +(@OGUID+5980, 1734, 0, 3, 0, 1, 1, -7248.51, -3471.09, 316.221, 5.72468, 0, 0, -0.275637, 0.961262, 900, 255, 1, '', 49345, NULL), +(@OGUID+5981, 1734, 0, 3, 460, 1, 1, -7223.67, -2177.61, 298.561, 5.00909, 0, 0, -0.594823, 0.803857, 900, 255, 1, '', 50664, NULL), +(@OGUID+5982, 1734, 0, 3, 345, 1, 1, -7196.89, -3125.94, 288.87, 1.55334, 0, 0, 0.700909, 0.713251, 900, 255, 1, '', 53788, NULL), +(@OGUID+5983, 1734, 0, 3, 0, 1, 1, -7172.12, -2231.94, 298.441, 6.12611, 0, 0, -0.0784588, 0.996917, 900, 255, 1, '', 49345, NULL), +(@OGUID+5984, 1734, 0, 3, 0, 1, 1, -7118.27, -3161.17, 248.919, 2.35619, 0, 0, 0.92388, 0.382683, 900, 255, 1, '', 50664, NULL), +(@OGUID+5985, 1734, 0, 3, 1879, 1, 1, -7094.3, -2868.09, 242.091, 3.59538, 0, 0, -0.97437, 0.224951, 900, 255, 1, '', 53788, NULL), +(@OGUID+5986, 1734, 0, 3, 460, 1, 1, -7030.42, -3670.81, 246.186, 4.55531, 0, 0, -0.760406, 0.649449, 900, 255, 1, '', 50664, NULL), +(@OGUID+5987, 1734, 0, 3, 460, 1, 1, -7003.88, -3863.29, 295.432, 1.0821, 0, 0, 0.515038, 0.857168, 900, 255, 1, '', 50664, NULL), +(@OGUID+5988, 1734, 0, 3, 0, 1, 1, -6991.04, -2673.25, 295.239, 0.436332, 0, 0, 0.216439, 0.976296, 900, 255, 1, '', 51943, NULL), +(@OGUID+5989, 1734, 0, 3, 0, 1, 1, -6974.24, -2305.7, 256.075, 0.837757, 0, 0, 0.406736, 0.913546, 900, 255, 1, '', 48632, NULL), +(@OGUID+5990, 1734, 0, 3, 0, 1, 1, -6951.38, -3601.15, 241.667, 5.11382, 0, 0, -0.551936, 0.833886, 900, 255, 1, '', 53788, NULL), +(@OGUID+5991, 1734, 0, 3, 339, 1, 1, -6900.58, -3889.95, 276.007, 2.42601, 0, 0, 0.936672, 0.350207, 900, 255, 1, '', 53788, NULL), +(@OGUID+5992, 1734, 0, 3, 339, 1, 1, -6880.82, -4142.43, 279.195, 5.09636, 0, 0, -0.559193, 0.829038, 900, 255, 1, '', 53788, NULL), +(@OGUID+5993, 1734, 0, 3, 460, 1, 1, -6823.25, -3646.74, 266.69, 0.0349062, 0, 0, 0.0174522, 0.999848, 900, 255, 1, '', 50664, NULL), +(@OGUID+5994, 1734, 0, 3, 460, 1, 1, -6798.11, -4167.08, 269.176, 4.71239, 0, 0, -0.707107, 0.707107, 900, 255, 1, '', 50664, NULL), +(@OGUID+5995, 1734, 0, 3, 0, 1, 1, -6767.48, -3360.57, 250.464, 1.51844, 0, 0, 0.688354, 0.725374, 900, 255, 1, '', 50664, NULL), +(@OGUID+5996, 1734, 0, 3, 339, 1, 1, -6696.94, -4017.02, 267.021, 2.44346, 0, 0, 0.939692, 0.34202, 900, 255, 1, '', 53788, NULL), +(@OGUID+5997, 1734, 0, 3, 339, 1, 1, -6550.56, -4154.99, 285.466, 5.39307, 0, 0, -0.430511, 0.902586, 900, 255, 1, '', 53788, NULL), +(@OGUID+5998, 1734, 0, 3, 0, 1, 1, -6549.7, -2434.55, 296.762, 4.99164, 0, 0, -0.601814, 0.798636, 900, 255, 1, '', 48632, NULL), +(@OGUID+5999, 1734, 0, 3, 0, 1, 1, -6535.81, -2962.19, 266.817, 5.91667, 0, 0, -0.182235, 0.983255, 900, 255, 1, '', 48120, NULL), +(@OGUID+6000, 1734, 0, 3, 0, 1, 1, -6518.01, -2460.01, 307.32, 3.49067, 0, 0, -0.984807, 0.173652, 900, 255, 1, '', 49345, NULL), +(@OGUID+6001, 1734, 0, 3, 340, 1, 1, -6433.6, -2475.08, 328.755, 0.244346, 0, 0, 0.121869, 0.992546, 900, 255, 1, '', 48120, NULL), +(@OGUID+6002, 1734, 0, 3, 0, 1, 1, -6280.71, -2957.27, 224.883, 1.37881, 0, 0, 0.636078, 0.771625, 900, 255, 1, '', 49345, NULL), +(@OGUID+6003, 1734, 0, 3, 340, 1, 1, -6271.73, -2913.52, 227.83, 2.89725, 0, 0, 0.992546, 0.12187, 900, 255, 1, '', 48120, NULL), +(@OGUID+6004, 1734, 0, 3, 340, 1, 1, -6152.34, -3027.72, 220.905, 2.19911, 0, 0, 0.891006, 0.453991, 900, 255, 1, '', 48120, NULL), +(@OGUID+6005, 1734, 0, 3, 340, 1, 1, -6150.07, -2875.81, 213.683, 0.366518, 0, 0, 0.182235, 0.983255, 900, 255, 1, '', 48120, NULL), +(@OGUID+6006, 1734, 0, 3, 35, 1, 1, -6549.7, -2434.55, 296.762, 4.99164, 0, 0, -0.601814, 0.798636, 900, 255, 1, '', 48632, NULL), +(@OGUID+6007, 2047, 0, 3, 0, 1, 1, -7479.49, -2286.29, 234.213, 1.37881, 0, 0, 0.636078, 0.771625, 900, 255, 1, '', 48632, NULL), +(@OGUID+6008, 2047, 0, 3, 0, 1, 1, -7471.99, -2247.11, 236.553, 0.087266, 0, 0, 0.0436192, 0.999048, 900, 255, 1, '', 48632, NULL), +(@OGUID+6009, 2047, 0, 3, 0, 1, 1, -7429.8, -2329.72, 240.872, 1.16937, 0, 0, 0.551936, 0.833886, 900, 255, 1, '', 51666, NULL), +(@OGUID+6010, 2047, 0, 3, 340, 1, 1, -7378.46, -2268.51, 234.697, 4.24115, 0, 0, -0.85264, 0.522499, 900, 255, 1, '', 48120, NULL), +(@OGUID+6011, 2047, 0, 3, 347, 1, 1, -7374.55, -2333.14, 244.369, 0.820303, 0, 0, 0.398748, 0.91706, 900, 255, 1, '', 53788, NULL), +(@OGUID+6012, 2047, 0, 3, 347, 1, 1, -7355.93, -2274.05, 235.825, 0.855211, 0, 0, 0.414693, 0.909961, 900, 255, 1, '', 53788, NULL), +(@OGUID+6013, 2047, 0, 3, 340, 1, 1, -7349.76, -2482.16, 322.003, 2.35619, 0, 0, 0.92388, 0.382683, 900, 255, 1, '', 48120, NULL), +(@OGUID+6014, 2047, 0, 3, 340, 1, 1, -7348.75, -2313.96, 241.603, 1.09956, 0, 0, 0.522498, 0.85264, 900, 255, 1, '', 48120, NULL), +(@OGUID+6015, 2047, 0, 3, 0, 1, 1, -7344.53, -3478.77, 335.204, 4.08407, 0, 0, -0.891006, 0.453991, 900, 255, 1, '', 49345, NULL), +(@OGUID+6016, 2047, 0, 3, 340, 1, 1, -7312.08, -2454.8, 304.55, 3.71755, 0, 0, -0.958819, 0.284016, 900, 255, 1, '', 48120, NULL), +(@OGUID+6017, 2047, 0, 3, 340, 1, 1, -7252.13, -2597.3, 292.227, 3.94445, 0, 0, -0.920505, 0.390732, 900, 255, 1, '', 48120, NULL), +(@OGUID+6018, 2047, 0, 3, 340, 1, 1, -7249.14, -3129.42, 315.989, 6.17847, 0, 0, -0.0523357, 0.99863, 900, 255, 1, '', 48120, NULL), +(@OGUID+6019, 2047, 0, 3, 0, 1, 1, -7248.51, -3471.09, 316.221, 5.72468, 0, 0, -0.275637, 0.961262, 900, 255, 1, '', 49345, NULL), +(@OGUID+6020, 2047, 0, 3, 460, 1, 1, -7223.67, -2177.61, 298.561, 5.00909, 0, 0, -0.594823, 0.803857, 900, 255, 1, '', 50664, NULL), +(@OGUID+6021, 2047, 0, 3, 345, 1, 1, -7196.89, -3125.94, 288.87, 1.55334, 0, 0, 0.700909, 0.713251, 900, 255, 1, '', 53788, NULL), +(@OGUID+6022, 2047, 0, 3, 0, 1, 1, -7172.12, -2231.94, 298.441, 6.12611, 0, 0, -0.0784588, 0.996917, 900, 255, 1, '', 49345, NULL), +(@OGUID+6023, 2047, 0, 3, 0, 1, 1, -7118.27, -3161.17, 248.919, 2.35619, 0, 0, 0.92388, 0.382683, 900, 255, 1, '', 50664, NULL), +(@OGUID+6024, 2047, 0, 3, 1879, 1, 1, -7094.3, -2868.09, 242.091, 3.59538, 0, 0, -0.97437, 0.224951, 900, 255, 1, '', 53788, NULL), +(@OGUID+6025, 2047, 0, 3, 460, 1, 1, -7030.42, -3670.81, 246.186, 4.55531, 0, 0, -0.760406, 0.649449, 900, 255, 1, '', 50664, NULL), +(@OGUID+6026, 2047, 0, 3, 460, 1, 1, -7003.88, -3863.29, 295.432, 1.0821, 0, 0, 0.515038, 0.857168, 900, 255, 1, '', 50664, NULL), +(@OGUID+6027, 2047, 0, 3, 0, 1, 1, -6991.04, -2673.25, 295.239, 0.436332, 0, 0, 0.216439, 0.976296, 900, 255, 1, '', 51943, NULL), +(@OGUID+6028, 2047, 0, 3, 0, 1, 1, -6974.24, -2305.7, 256.075, 0.837757, 0, 0, 0.406736, 0.913546, 900, 255, 1, '', 48632, NULL), +(@OGUID+6029, 2047, 0, 3, 0, 1, 1, -6951.38, -3601.15, 241.667, 5.11382, 0, 0, -0.551936, 0.833886, 900, 255, 1, '', 53788, NULL), +(@OGUID+6030, 2047, 0, 3, 339, 1, 1, -6900.58, -3889.95, 276.007, 2.42601, 0, 0, 0.936672, 0.350207, 900, 255, 1, '', 53788, NULL), +(@OGUID+6031, 2047, 0, 3, 339, 1, 1, -6880.82, -4142.43, 279.195, 5.09636, 0, 0, -0.559193, 0.829038, 900, 255, 1, '', 53788, NULL), +(@OGUID+6032, 2047, 0, 3, 460, 1, 1, -6823.25, -3646.74, 266.69, 0.0349062, 0, 0, 0.0174522, 0.999848, 900, 255, 1, '', 50664, NULL), +(@OGUID+6033, 2047, 0, 3, 460, 1, 1, -6798.11, -4167.08, 269.176, 4.71239, 0, 0, -0.707107, 0.707107, 900, 255, 1, '', 50664, NULL), +(@OGUID+6034, 2047, 0, 3, 0, 1, 1, -6767.48, -3360.57, 250.464, 1.51844, 0, 0, 0.688354, 0.725374, 900, 255, 1, '', 50664, NULL), +(@OGUID+6035, 2047, 0, 3, 339, 1, 1, -6696.94, -4017.02, 267.021, 2.44346, 0, 0, 0.939692, 0.34202, 900, 255, 1, '', 53788, NULL), +(@OGUID+6036, 2047, 0, 3, 339, 1, 1, -6550.56, -4154.99, 285.466, 5.39307, 0, 0, -0.430511, 0.902586, 900, 255, 1, '', 53788, NULL), +(@OGUID+6037, 2047, 0, 3, 0, 1, 1, -6549.7, -2434.55, 296.762, 4.99164, 0, 0, -0.601814, 0.798636, 900, 255, 1, '', 48632, NULL), +(@OGUID+6038, 2047, 0, 3, 0, 1, 1, -6535.81, -2962.19, 266.817, 5.91667, 0, 0, -0.182235, 0.983255, 900, 255, 1, '', 48120, NULL), +(@OGUID+6039, 2047, 0, 3, 0, 1, 1, -6518.01, -2460.01, 307.32, 3.49067, 0, 0, -0.984807, 0.173652, 900, 255, 1, '', 49345, NULL), +(@OGUID+6040, 2047, 0, 3, 340, 1, 1, -6433.6, -2475.08, 328.755, 0.244346, 0, 0, 0.121869, 0.992546, 900, 255, 1, '', 48120, NULL), +(@OGUID+6041, 2047, 0, 3, 0, 1, 1, -6280.71, -2957.27, 224.883, 1.37881, 0, 0, 0.636078, 0.771625, 900, 255, 1, '', 49345, NULL), +(@OGUID+6042, 2047, 0, 3, 340, 1, 1, -6271.73, -2913.52, 227.83, 2.89725, 0, 0, 0.992546, 0.12187, 900, 255, 1, '', 48120, NULL), +(@OGUID+6043, 2047, 0, 3, 340, 1, 1, -6152.34, -3027.72, 220.905, 2.19911, 0, 0, 0.891006, 0.453991, 900, 255, 1, '', 48120, NULL), +(@OGUID+6044, 2047, 0, 3, 340, 1, 1, -6150.07, -2875.81, 213.683, 0.366518, 0, 0, 0.182235, 0.983255, 900, 255, 1, '', 48120, NULL), +(@OGUID+6045, 2047, 0, 3, 35, 1, 1, -6549.7, -2434.55, 296.762, 4.99164, 0, 0, -0.601814, 0.798636, 900, 255, 1, '', 48632, NULL); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+5767, @POOL_SINGLE+760, 80, 'Badlands - Ore Pool - Iron Deposit'), +(@OGUID+5768, @POOL_SINGLE+761, 80, 'Badlands - Ore Pool - Iron Deposit'), +(@OGUID+5769, @POOL_SINGLE+762, 80, 'Badlands - Ore Pool - Iron Deposit'), +(@OGUID+5770, @POOL_SINGLE+763, 80, 'Badlands - Ore Pool - Iron Deposit'), +(@OGUID+5771, @POOL_SINGLE+764, 80, 'Badlands - Ore Pool - Iron Deposit'), +(@OGUID+5772, @POOL_SINGLE+765, 80, 'Badlands - Ore Pool - Iron Deposit'), +(@OGUID+5773, @POOL_SINGLE+766, 80, 'Badlands - Ore Pool - Iron Deposit'), +(@OGUID+5774, @POOL_SINGLE+767, 80, 'Badlands - Ore Pool - Iron Deposit'), +(@OGUID+5775, @POOL_SINGLE+768, 80, 'Badlands - Ore Pool - Iron Deposit'), +(@OGUID+5776, @POOL_SINGLE+769, 80, 'Badlands - Ore Pool - Iron Deposit'), +(@OGUID+5777, @POOL_SINGLE+770, 80, 'Badlands - Ore Pool - Iron Deposit'), +(@OGUID+5778, @POOL_SINGLE+771, 80, 'Badlands - Ore Pool - Iron Deposit'), +(@OGUID+5779, @POOL_SINGLE+772, 80, 'Badlands - Ore Pool - Iron Deposit'), +(@OGUID+5780, @POOL_SINGLE+773, 80, 'Badlands - Ore Pool - Iron Deposit'), +(@OGUID+5781, @POOL_SINGLE+774, 80, 'Badlands - Ore Pool - Iron Deposit'), +(@OGUID+5782, @POOL_SINGLE+775, 80, 'Badlands - Ore Pool - Iron Deposit'), +(@OGUID+5783, @POOL_SINGLE+776, 80, 'Badlands - Ore Pool - Iron Deposit'), +(@OGUID+5784, @POOL_SINGLE+777, 80, 'Badlands - Ore Pool - Iron Deposit'), +(@OGUID+5785, @POOL_SINGLE+778, 80, 'Badlands - Ore Pool - Iron Deposit'), +(@OGUID+5786, @POOL_SINGLE+779, 80, 'Badlands - Ore Pool - Iron Deposit'), +(@OGUID+5787, @POOL_SINGLE+780, 80, 'Badlands - Ore Pool - Iron Deposit'), +(@OGUID+5788, @POOL_SINGLE+781, 80, 'Badlands - Ore Pool - Iron Deposit'), +(@OGUID+5789, @POOL_SINGLE+782, 80, 'Badlands - Ore Pool - Iron Deposit'), +(@OGUID+5790, @POOL_SINGLE+783, 80, 'Badlands - Ore Pool - Iron Deposit'), +(@OGUID+5791, @POOL_SINGLE+784, 80, 'Badlands - Ore Pool - Iron Deposit'), +(@OGUID+5792, @POOL_SINGLE+785, 80, 'Badlands - Ore Pool - Iron Deposit'), +(@OGUID+5793, @POOL_SINGLE+786, 80, 'Badlands - Ore Pool - Iron Deposit'), +(@OGUID+5794, @POOL_SINGLE+787, 80, 'Badlands - Ore Pool - Iron Deposit'), +(@OGUID+5795, @POOL_SINGLE+788, 80, 'Badlands - Ore Pool - Iron Deposit'), +(@OGUID+5796, @POOL_SINGLE+789, 80, 'Badlands - Ore Pool - Iron Deposit'), +(@OGUID+5797, @POOL_SINGLE+790, 80, 'Badlands - Ore Pool - Iron Deposit'), +(@OGUID+5798, @POOL_SINGLE+791, 80, 'Badlands - Ore Pool - Iron Deposit'), +(@OGUID+5799, @POOL_SINGLE+792, 80, 'Badlands - Ore Pool - Iron Deposit'), +(@OGUID+5800, @POOL_SINGLE+793, 80, 'Badlands - Ore Pool - Iron Deposit'), +(@OGUID+5801, @POOL_SINGLE+794, 80, 'Badlands - Ore Pool - Iron Deposit'), +(@OGUID+5802, @POOL_SINGLE+795, 80, 'Badlands - Ore Pool - Iron Deposit'), +(@OGUID+5803, @POOL_SINGLE+796, 80, 'Badlands - Ore Pool - Iron Deposit'), +(@OGUID+5804, @POOL_SINGLE+797, 80, 'Badlands - Ore Pool - Iron Deposit'), +(@OGUID+5805, @POOL_SINGLE+798, 80, 'Badlands - Ore Pool - Iron Deposit'), +(@OGUID+5806, @POOL_SINGLE+799, 80, 'Badlands - Ore Pool - Iron Deposit'), +(@OGUID+5807, @POOL_SINGLE+800, 80, 'Badlands - Ore Pool - Iron Deposit'), +(@OGUID+5808, @POOL_SINGLE+801, 80, 'Badlands - Ore Pool - Iron Deposit'), +(@OGUID+5809, @POOL_SINGLE+802, 80, 'Badlands - Ore Pool - Iron Deposit'), +(@OGUID+5810, @POOL_SINGLE+803, 80, 'Badlands - Ore Pool - Iron Deposit'), +(@OGUID+5811, @POOL_SINGLE+804, 80, 'Badlands - Ore Pool - Iron Deposit'), +(@OGUID+5812, @POOL_SINGLE+805, 80, 'Badlands - Ore Pool - Iron Deposit'), +(@OGUID+5813, @POOL_SINGLE+806, 80, 'Badlands - Ore Pool - Iron Deposit'), +(@OGUID+5814, @POOL_SINGLE+807, 80, 'Badlands - Ore Pool - Iron Deposit'), +(@OGUID+5815, @POOL_SINGLE+808, 80, 'Badlands - Ore Pool - Iron Deposit'), +(@OGUID+5816, @POOL_SINGLE+809, 80, 'Badlands - Ore Pool - Iron Deposit'), +(@OGUID+5817, @POOL_SINGLE+810, 80, 'Badlands - Ore Pool - Iron Deposit'), +(@OGUID+5818, @POOL_SINGLE+811, 80, 'Badlands - Ore Pool - Iron Deposit'), +(@OGUID+5819, @POOL_SINGLE+812, 80, 'Badlands - Ore Pool - Iron Deposit'), +(@OGUID+5820, @POOL_SINGLE+813, 80, 'Badlands - Ore Pool - Iron Deposit'), +(@OGUID+5821, @POOL_SINGLE+760, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5822, @POOL_SINGLE+761, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5823, @POOL_SINGLE+762, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5824, @POOL_SINGLE+763, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5825, @POOL_SINGLE+764, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5826, @POOL_SINGLE+765, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5827, @POOL_SINGLE+766, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5828, @POOL_SINGLE+767, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5829, @POOL_SINGLE+768, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5830, @POOL_SINGLE+769, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5831, @POOL_SINGLE+770, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5832, @POOL_SINGLE+771, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5833, @POOL_SINGLE+772, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5834, @POOL_SINGLE+773, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5835, @POOL_SINGLE+774, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5836, @POOL_SINGLE+775, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5837, @POOL_SINGLE+776, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5838, @POOL_SINGLE+777, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5839, @POOL_SINGLE+778, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5840, @POOL_SINGLE+779, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5841, @POOL_SINGLE+780, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5842, @POOL_SINGLE+781, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5843, @POOL_SINGLE+782, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5844, @POOL_SINGLE+783, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5845, @POOL_SINGLE+784, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5846, @POOL_SINGLE+785, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5847, @POOL_SINGLE+786, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5848, @POOL_SINGLE+787, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5849, @POOL_SINGLE+788, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5850, @POOL_SINGLE+789, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5851, @POOL_SINGLE+790, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5852, @POOL_SINGLE+791, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5853, @POOL_SINGLE+792, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5854, @POOL_SINGLE+793, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5855, @POOL_SINGLE+794, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5856, @POOL_SINGLE+795, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5857, @POOL_SINGLE+796, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5858, @POOL_SINGLE+797, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5859, @POOL_SINGLE+798, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5860, @POOL_SINGLE+799, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5861, @POOL_SINGLE+800, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5862, @POOL_SINGLE+801, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5863, @POOL_SINGLE+802, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5864, @POOL_SINGLE+803, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5865, @POOL_SINGLE+804, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5866, @POOL_SINGLE+805, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5867, @POOL_SINGLE+806, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5868, @POOL_SINGLE+807, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5869, @POOL_SINGLE+808, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5870, @POOL_SINGLE+809, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5871, @POOL_SINGLE+810, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5872, @POOL_SINGLE+811, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5873, @POOL_SINGLE+812, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5874, @POOL_SINGLE+813, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5875, @POOL_SINGLE+760, 0, 'Badlands - Ore Pool - Silver Vein'), +(@OGUID+5876, @POOL_SINGLE+761, 0, 'Badlands - Ore Pool - Silver Vein'), +(@OGUID+5877, @POOL_SINGLE+762, 0, 'Badlands - Ore Pool - Silver Vein'), +(@OGUID+5878, @POOL_SINGLE+763, 0, 'Badlands - Ore Pool - Silver Vein'), +(@OGUID+5879, @POOL_SINGLE+764, 0, 'Badlands - Ore Pool - Silver Vein'), +(@OGUID+5880, @POOL_SINGLE+765, 0, 'Badlands - Ore Pool - Silver Vein'), +(@OGUID+5881, @POOL_SINGLE+766, 0, 'Badlands - Ore Pool - Silver Vein'), +(@OGUID+5882, @POOL_SINGLE+767, 0, 'Badlands - Ore Pool - Silver Vein'), +(@OGUID+5883, @POOL_SINGLE+768, 0, 'Badlands - Ore Pool - Silver Vein'), +(@OGUID+5884, @POOL_SINGLE+769, 0, 'Badlands - Ore Pool - Silver Vein'), +(@OGUID+5885, @POOL_SINGLE+770, 0, 'Badlands - Ore Pool - Silver Vein'), +(@OGUID+5886, @POOL_SINGLE+771, 0, 'Badlands - Ore Pool - Silver Vein'), +(@OGUID+5887, @POOL_SINGLE+772, 0, 'Badlands - Ore Pool - Silver Vein'), +(@OGUID+5888, @POOL_SINGLE+773, 0, 'Badlands - Ore Pool - Silver Vein'), +(@OGUID+5889, @POOL_SINGLE+774, 0, 'Badlands - Ore Pool - Silver Vein'), +(@OGUID+5890, @POOL_SINGLE+775, 0, 'Badlands - Ore Pool - Silver Vein'), +(@OGUID+5891, @POOL_SINGLE+776, 0, 'Badlands - Ore Pool - Silver Vein'), +(@OGUID+5892, @POOL_SINGLE+777, 0, 'Badlands - Ore Pool - Silver Vein'), +(@OGUID+5893, @POOL_SINGLE+778, 0, 'Badlands - Ore Pool - Silver Vein'), +(@OGUID+5894, @POOL_SINGLE+779, 0, 'Badlands - Ore Pool - Silver Vein'), +(@OGUID+5895, @POOL_SINGLE+780, 0, 'Badlands - Ore Pool - Silver Vein'), +(@OGUID+5896, @POOL_SINGLE+781, 0, 'Badlands - Ore Pool - Silver Vein'), +(@OGUID+5897, @POOL_SINGLE+782, 0, 'Badlands - Ore Pool - Silver Vein'), +(@OGUID+5898, @POOL_SINGLE+783, 0, 'Badlands - Ore Pool - Silver Vein'), +(@OGUID+5899, @POOL_SINGLE+784, 0, 'Badlands - Ore Pool - Silver Vein'), +(@OGUID+5900, @POOL_SINGLE+785, 0, 'Badlands - Ore Pool - Silver Vein'), +(@OGUID+5901, @POOL_SINGLE+786, 0, 'Badlands - Ore Pool - Silver Vein'), +(@OGUID+5902, @POOL_SINGLE+787, 0, 'Badlands - Ore Pool - Silver Vein'), +(@OGUID+5903, @POOL_SINGLE+788, 0, 'Badlands - Ore Pool - Silver Vein'), +(@OGUID+5904, @POOL_SINGLE+789, 0, 'Badlands - Ore Pool - Silver Vein'), +(@OGUID+5905, @POOL_SINGLE+790, 0, 'Badlands - Ore Pool - Silver Vein'), +(@OGUID+5906, @POOL_SINGLE+791, 0, 'Badlands - Ore Pool - Silver Vein'), +(@OGUID+5907, @POOL_SINGLE+792, 0, 'Badlands - Ore Pool - Silver Vein'), +(@OGUID+5908, @POOL_SINGLE+793, 0, 'Badlands - Ore Pool - Silver Vein'), +(@OGUID+5909, @POOL_SINGLE+794, 0, 'Badlands - Ore Pool - Silver Vein'), +(@OGUID+5910, @POOL_SINGLE+795, 0, 'Badlands - Ore Pool - Silver Vein'), +(@OGUID+5911, @POOL_SINGLE+796, 0, 'Badlands - Ore Pool - Silver Vein'), +(@OGUID+5912, @POOL_SINGLE+797, 0, 'Badlands - Ore Pool - Silver Vein'), +(@OGUID+5913, @POOL_SINGLE+798, 0, 'Badlands - Ore Pool - Silver Vein'), +(@OGUID+5914, @POOL_SINGLE+799, 0, 'Badlands - Ore Pool - Silver Vein'), +(@OGUID+5915, @POOL_SINGLE+800, 0, 'Badlands - Ore Pool - Silver Vein'), +(@OGUID+5916, @POOL_SINGLE+801, 0, 'Badlands - Ore Pool - Silver Vein'), +(@OGUID+5917, @POOL_SINGLE+802, 0, 'Badlands - Ore Pool - Silver Vein'), +(@OGUID+5918, @POOL_SINGLE+803, 0, 'Badlands - Ore Pool - Silver Vein'), +(@OGUID+5919, @POOL_SINGLE+804, 0, 'Badlands - Ore Pool - Silver Vein'), +(@OGUID+5920, @POOL_SINGLE+805, 0, 'Badlands - Ore Pool - Silver Vein'), +(@OGUID+5921, @POOL_SINGLE+806, 0, 'Badlands - Ore Pool - Silver Vein'), +(@OGUID+5922, @POOL_SINGLE+807, 0, 'Badlands - Ore Pool - Silver Vein'), +(@OGUID+5923, @POOL_SINGLE+808, 0, 'Badlands - Ore Pool - Silver Vein'), +(@OGUID+5924, @POOL_SINGLE+809, 0, 'Badlands - Ore Pool - Silver Vein'), +(@OGUID+5925, @POOL_SINGLE+810, 0, 'Badlands - Ore Pool - Silver Vein'), +(@OGUID+5926, @POOL_SINGLE+811, 0, 'Badlands - Ore Pool - Silver Vein'), +(@OGUID+5927, @POOL_SINGLE+812, 0, 'Badlands - Ore Pool - Silver Vein'), +(@OGUID+5928, @POOL_SINGLE+813, 0, 'Badlands - Ore Pool - Silver Vein'), +(@OGUID+5929, @POOL_SINGLE+814, 80, 'Badlands - Ore Pool - Mithril Deposit'), +(@OGUID+5930, @POOL_SINGLE+815, 80, 'Badlands - Ore Pool - Mithril Deposit'), +(@OGUID+5931, @POOL_SINGLE+816, 80, 'Badlands - Ore Pool - Mithril Deposit'), +(@OGUID+5932, @POOL_SINGLE+817, 80, 'Badlands - Ore Pool - Mithril Deposit'), +(@OGUID+5933, @POOL_SINGLE+818, 80, 'Badlands - Ore Pool - Mithril Deposit'), +(@OGUID+5934, @POOL_SINGLE+819, 80, 'Badlands - Ore Pool - Mithril Deposit'), +(@OGUID+5935, @POOL_SINGLE+820, 80, 'Badlands - Ore Pool - Mithril Deposit'), +(@OGUID+5936, @POOL_SINGLE+821, 80, 'Badlands - Ore Pool - Mithril Deposit'), +(@OGUID+5937, @POOL_SINGLE+822, 80, 'Badlands - Ore Pool - Mithril Deposit'), +(@OGUID+5938, @POOL_SINGLE+823, 80, 'Badlands - Ore Pool - Mithril Deposit'), +(@OGUID+5939, @POOL_SINGLE+824, 80, 'Badlands - Ore Pool - Mithril Deposit'), +(@OGUID+5940, @POOL_SINGLE+825, 80, 'Badlands - Ore Pool - Mithril Deposit'), +(@OGUID+5941, @POOL_SINGLE+826, 80, 'Badlands - Ore Pool - Mithril Deposit'), +(@OGUID+5942, @POOL_SINGLE+827, 80, 'Badlands - Ore Pool - Mithril Deposit'), +(@OGUID+5943, @POOL_SINGLE+828, 80, 'Badlands - Ore Pool - Mithril Deposit'), +(@OGUID+5944, @POOL_SINGLE+829, 80, 'Badlands - Ore Pool - Mithril Deposit'), +(@OGUID+5945, @POOL_SINGLE+830, 80, 'Badlands - Ore Pool - Mithril Deposit'), +(@OGUID+5946, @POOL_SINGLE+831, 80, 'Badlands - Ore Pool - Mithril Deposit'), +(@OGUID+5947, @POOL_SINGLE+832, 80, 'Badlands - Ore Pool - Mithril Deposit'), +(@OGUID+5948, @POOL_SINGLE+833, 80, 'Badlands - Ore Pool - Mithril Deposit'), +(@OGUID+5949, @POOL_SINGLE+834, 80, 'Badlands - Ore Pool - Mithril Deposit'), +(@OGUID+5950, @POOL_SINGLE+835, 80, 'Badlands - Ore Pool - Mithril Deposit'), +(@OGUID+5951, @POOL_SINGLE+836, 80, 'Badlands - Ore Pool - Mithril Deposit'), +(@OGUID+5952, @POOL_SINGLE+837, 80, 'Badlands - Ore Pool - Mithril Deposit'), +(@OGUID+5953, @POOL_SINGLE+838, 80, 'Badlands - Ore Pool - Mithril Deposit'), +(@OGUID+5954, @POOL_SINGLE+839, 80, 'Badlands - Ore Pool - Mithril Deposit'), +(@OGUID+5955, @POOL_SINGLE+840, 80, 'Badlands - Ore Pool - Mithril Deposit'), +(@OGUID+5956, @POOL_SINGLE+841, 80, 'Badlands - Ore Pool - Mithril Deposit'), +(@OGUID+5957, @POOL_SINGLE+842, 80, 'Badlands - Ore Pool - Mithril Deposit'), +(@OGUID+5958, @POOL_SINGLE+843, 80, 'Badlands - Ore Pool - Mithril Deposit'), +(@OGUID+5959, @POOL_SINGLE+844, 80, 'Badlands - Ore Pool - Mithril Deposit'), +(@OGUID+5960, @POOL_SINGLE+845, 80, 'Badlands - Ore Pool - Mithril Deposit'), +(@OGUID+5961, @POOL_SINGLE+846, 80, 'Badlands - Ore Pool - Mithril Deposit'), +(@OGUID+5962, @POOL_SINGLE+847, 80, 'Badlands - Ore Pool - Mithril Deposit'), +(@OGUID+5963, @POOL_SINGLE+848, 80, 'Badlands - Ore Pool - Mithril Deposit'), +(@OGUID+5964, @POOL_SINGLE+849, 80, 'Badlands - Ore Pool - Mithril Deposit'), +(@OGUID+5965, @POOL_SINGLE+850, 80, 'Badlands - Ore Pool - Mithril Deposit'), +(@OGUID+5966, @POOL_SINGLE+851, 80, 'Badlands - Ore Pool - Mithril Deposit'), +(@OGUID+5967, @POOL_SINGLE+852, 80, 'Badlands - Ore Pool - Mithril Deposit'), +(@OGUID+5968, @POOL_SINGLE+814, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5969, @POOL_SINGLE+815, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5970, @POOL_SINGLE+816, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5971, @POOL_SINGLE+817, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5972, @POOL_SINGLE+818, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5973, @POOL_SINGLE+819, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5974, @POOL_SINGLE+820, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5975, @POOL_SINGLE+821, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5976, @POOL_SINGLE+822, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5977, @POOL_SINGLE+823, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5978, @POOL_SINGLE+824, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5979, @POOL_SINGLE+825, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5980, @POOL_SINGLE+826, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5981, @POOL_SINGLE+827, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5982, @POOL_SINGLE+828, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5983, @POOL_SINGLE+829, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5984, @POOL_SINGLE+830, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5985, @POOL_SINGLE+831, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5986, @POOL_SINGLE+832, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5987, @POOL_SINGLE+833, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5988, @POOL_SINGLE+834, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5989, @POOL_SINGLE+835, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5990, @POOL_SINGLE+836, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5991, @POOL_SINGLE+837, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5992, @POOL_SINGLE+838, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5993, @POOL_SINGLE+839, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5994, @POOL_SINGLE+840, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5995, @POOL_SINGLE+841, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5996, @POOL_SINGLE+842, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5997, @POOL_SINGLE+843, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5998, @POOL_SINGLE+844, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+5999, @POOL_SINGLE+845, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+6000, @POOL_SINGLE+846, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+6001, @POOL_SINGLE+847, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+6002, @POOL_SINGLE+848, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+6003, @POOL_SINGLE+849, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+6004, @POOL_SINGLE+850, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+6005, @POOL_SINGLE+851, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+6006, @POOL_SINGLE+852, 10, 'Badlands - Ore Pool - Gold Vein'), +(@OGUID+6007, @POOL_SINGLE+814, 0, 'Badlands - Ore Pool - Truesilver Deposit'), +(@OGUID+6008, @POOL_SINGLE+815, 0, 'Badlands - Ore Pool - Truesilver Deposit'), +(@OGUID+6009, @POOL_SINGLE+816, 0, 'Badlands - Ore Pool - Truesilver Deposit'), +(@OGUID+6010, @POOL_SINGLE+817, 0, 'Badlands - Ore Pool - Truesilver Deposit'), +(@OGUID+6011, @POOL_SINGLE+818, 0, 'Badlands - Ore Pool - Truesilver Deposit'), +(@OGUID+6012, @POOL_SINGLE+819, 0, 'Badlands - Ore Pool - Truesilver Deposit'), +(@OGUID+6013, @POOL_SINGLE+820, 0, 'Badlands - Ore Pool - Truesilver Deposit'), +(@OGUID+6014, @POOL_SINGLE+821, 0, 'Badlands - Ore Pool - Truesilver Deposit'), +(@OGUID+6015, @POOL_SINGLE+822, 0, 'Badlands - Ore Pool - Truesilver Deposit'), +(@OGUID+6016, @POOL_SINGLE+823, 0, 'Badlands - Ore Pool - Truesilver Deposit'), +(@OGUID+6017, @POOL_SINGLE+824, 0, 'Badlands - Ore Pool - Truesilver Deposit'), +(@OGUID+6018, @POOL_SINGLE+825, 0, 'Badlands - Ore Pool - Truesilver Deposit'), +(@OGUID+6019, @POOL_SINGLE+826, 0, 'Badlands - Ore Pool - Truesilver Deposit'), +(@OGUID+6020, @POOL_SINGLE+827, 0, 'Badlands - Ore Pool - Truesilver Deposit'), +(@OGUID+6021, @POOL_SINGLE+828, 0, 'Badlands - Ore Pool - Truesilver Deposit'), +(@OGUID+6022, @POOL_SINGLE+829, 0, 'Badlands - Ore Pool - Truesilver Deposit'), +(@OGUID+6023, @POOL_SINGLE+830, 0, 'Badlands - Ore Pool - Truesilver Deposit'), +(@OGUID+6024, @POOL_SINGLE+831, 0, 'Badlands - Ore Pool - Truesilver Deposit'), +(@OGUID+6025, @POOL_SINGLE+832, 0, 'Badlands - Ore Pool - Truesilver Deposit'), +(@OGUID+6026, @POOL_SINGLE+833, 0, 'Badlands - Ore Pool - Truesilver Deposit'), +(@OGUID+6027, @POOL_SINGLE+834, 0, 'Badlands - Ore Pool - Truesilver Deposit'), +(@OGUID+6028, @POOL_SINGLE+835, 0, 'Badlands - Ore Pool - Truesilver Deposit'), +(@OGUID+6029, @POOL_SINGLE+836, 0, 'Badlands - Ore Pool - Truesilver Deposit'), +(@OGUID+6030, @POOL_SINGLE+837, 0, 'Badlands - Ore Pool - Truesilver Deposit'), +(@OGUID+6031, @POOL_SINGLE+838, 0, 'Badlands - Ore Pool - Truesilver Deposit'), +(@OGUID+6032, @POOL_SINGLE+839, 0, 'Badlands - Ore Pool - Truesilver Deposit'), +(@OGUID+6033, @POOL_SINGLE+840, 0, 'Badlands - Ore Pool - Truesilver Deposit'), +(@OGUID+6034, @POOL_SINGLE+841, 0, 'Badlands - Ore Pool - Truesilver Deposit'), +(@OGUID+6035, @POOL_SINGLE+842, 0, 'Badlands - Ore Pool - Truesilver Deposit'), +(@OGUID+6036, @POOL_SINGLE+843, 0, 'Badlands - Ore Pool - Truesilver Deposit'), +(@OGUID+6037, @POOL_SINGLE+844, 0, 'Badlands - Ore Pool - Truesilver Deposit'), +(@OGUID+6038, @POOL_SINGLE+845, 0, 'Badlands - Ore Pool - Truesilver Deposit'), +(@OGUID+6039, @POOL_SINGLE+846, 0, 'Badlands - Ore Pool - Truesilver Deposit'), +(@OGUID+6040, @POOL_SINGLE+847, 0, 'Badlands - Ore Pool - Truesilver Deposit'), +(@OGUID+6041, @POOL_SINGLE+848, 0, 'Badlands - Ore Pool - Truesilver Deposit'), +(@OGUID+6042, @POOL_SINGLE+849, 0, 'Badlands - Ore Pool - Truesilver Deposit'), +(@OGUID+6043, @POOL_SINGLE+850, 0, 'Badlands - Ore Pool - Truesilver Deposit'), +(@OGUID+6044, @POOL_SINGLE+851, 0, 'Badlands - Ore Pool - Truesilver Deposit'), +(@OGUID+6045, @POOL_SINGLE+852, 0, 'Badlands - Ore Pool - Truesilver Deposit'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_SINGLE+760, 1, 'Badlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+761, 1, 'Badlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+762, 1, 'Badlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+763, 1, 'Badlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+764, 1, 'Badlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+765, 1, 'Badlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+766, 1, 'Badlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+767, 1, 'Badlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+768, 1, 'Badlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+769, 1, 'Badlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+770, 1, 'Badlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+771, 1, 'Badlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+772, 1, 'Badlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+773, 1, 'Badlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+774, 1, 'Badlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+775, 1, 'Badlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+776, 1, 'Badlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+777, 1, 'Badlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+778, 1, 'Badlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+779, 1, 'Badlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+780, 1, 'Badlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+781, 1, 'Badlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+782, 1, 'Badlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+783, 1, 'Badlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+784, 1, 'Badlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+785, 1, 'Badlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+786, 1, 'Badlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+787, 1, 'Badlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+788, 1, 'Badlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+789, 1, 'Badlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+790, 1, 'Badlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+791, 1, 'Badlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+792, 1, 'Badlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+793, 1, 'Badlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+794, 1, 'Badlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+795, 1, 'Badlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+796, 1, 'Badlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+797, 1, 'Badlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+798, 1, 'Badlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+799, 1, 'Badlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+800, 1, 'Badlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+801, 1, 'Badlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+802, 1, 'Badlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+803, 1, 'Badlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+804, 1, 'Badlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+805, 1, 'Badlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+806, 1, 'Badlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+807, 1, 'Badlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+808, 1, 'Badlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+809, 1, 'Badlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+810, 1, 'Badlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+811, 1, 'Badlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+812, 1, 'Badlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+813, 1, 'Badlands - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+814, 1, 'Badlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+815, 1, 'Badlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+816, 1, 'Badlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+817, 1, 'Badlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+818, 1, 'Badlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+819, 1, 'Badlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+820, 1, 'Badlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+821, 1, 'Badlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+822, 1, 'Badlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+823, 1, 'Badlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+824, 1, 'Badlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+825, 1, 'Badlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+826, 1, 'Badlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+827, 1, 'Badlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+828, 1, 'Badlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+829, 1, 'Badlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+830, 1, 'Badlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+831, 1, 'Badlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+832, 1, 'Badlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+833, 1, 'Badlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+834, 1, 'Badlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+835, 1, 'Badlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+836, 1, 'Badlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+837, 1, 'Badlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+838, 1, 'Badlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+839, 1, 'Badlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+840, 1, 'Badlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+841, 1, 'Badlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+842, 1, 'Badlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+843, 1, 'Badlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+844, 1, 'Badlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+845, 1, 'Badlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+846, 1, 'Badlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+847, 1, 'Badlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+848, 1, 'Badlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+849, 1, 'Badlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+850, 1, 'Badlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+851, 1, 'Badlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+852, 1, 'Badlands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'); + +-- Dustbelch Grotto +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+764, @POOL_MOTHER+352, 0, 'Badlands - Dustbelch Grotto - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+765, @POOL_MOTHER+352, 0, 'Badlands - Dustbelch Grotto - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+766, @POOL_MOTHER+352, 0, 'Badlands - Dustbelch Grotto - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+767, @POOL_MOTHER+352, 0, 'Badlands - Dustbelch Grotto - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+814, @POOL_MOTHER+353, 0, 'Badlands - Dustbelch Grotto - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+815, @POOL_MOTHER+353, 0, 'Badlands - Dustbelch Grotto - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+816, @POOL_MOTHER+353, 0, 'Badlands - Dustbelch Grotto - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+817, @POOL_MOTHER+353, 0, 'Badlands - Dustbelch Grotto - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+818, @POOL_MOTHER+353, 0, 'Badlands - Dustbelch Grotto - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+819, @POOL_MOTHER+353, 0, 'Badlands - Dustbelch Grotto - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+821, @POOL_MOTHER+353, 0, 'Badlands - Dustbelch Grotto - Mithril Deposit / Gold Vein / Truesilver Deposit'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+352, 1, 'Badlands - Dustbelch Grotto - Iron Deposit / Silver Vein / Gold Vein - 1/4'), +(@POOL_MOTHER+353, 2, 'Badlands - Dustbelch Grotto - Mithril Deposit / Gold Vein / Truesilver Deposit - 2/7'); + +-- Uldaman +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+805, @POOL_MOTHER+354, 0, 'Badlands - Uldaman - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+806, @POOL_MOTHER+354, 0, 'Badlands - Uldaman - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+808, @POOL_MOTHER+354, 0, 'Badlands - Uldaman - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+809, @POOL_MOTHER+354, 0, 'Badlands - Uldaman - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+811, @POOL_MOTHER+354, 0, 'Badlands - Uldaman - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+812, @POOL_MOTHER+354, 0, 'Badlands - Uldaman - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+813, @POOL_MOTHER+354, 0, 'Badlands - Uldaman - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+848, @POOL_MOTHER+355, 0, 'Badlands - Uldaman - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+849, @POOL_MOTHER+355, 0, 'Badlands - Uldaman - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+850, @POOL_MOTHER+355, 0, 'Badlands - Uldaman - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+851, @POOL_MOTHER+355, 0, 'Badlands - Uldaman - Mithril Deposit / Gold Vein / Truesilver Deposit'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+354, 2, 'Badlands - Uldaman - Iron Deposit / Silver Vein / Gold Vein - 2/7'), +(@POOL_MOTHER+355, 1, 'Badlands - Uldaman - Mithril Deposit / Gold Vein / Truesilver Deposit - 1/4'); + +-- Master Pools +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+760, @POOL_MOTHER+356, 0, 'Badlands - Master Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+761, @POOL_MOTHER+356, 0, 'Badlands - Master Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+762, @POOL_MOTHER+356, 0, 'Badlands - Master Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+763, @POOL_MOTHER+356, 0, 'Badlands - Master Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+768, @POOL_MOTHER+356, 0, 'Badlands - Master Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+769, @POOL_MOTHER+356, 0, 'Badlands - Master Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+770, @POOL_MOTHER+356, 0, 'Badlands - Master Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+771, @POOL_MOTHER+356, 0, 'Badlands - Master Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+772, @POOL_MOTHER+356, 0, 'Badlands - Master Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+773, @POOL_MOTHER+356, 0, 'Badlands - Master Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+774, @POOL_MOTHER+356, 0, 'Badlands - Master Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+775, @POOL_MOTHER+356, 0, 'Badlands - Master Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+776, @POOL_MOTHER+356, 0, 'Badlands - Master Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+777, @POOL_MOTHER+356, 0, 'Badlands - Master Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+778, @POOL_MOTHER+356, 0, 'Badlands - Master Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+779, @POOL_MOTHER+356, 0, 'Badlands - Master Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+780, @POOL_MOTHER+356, 0, 'Badlands - Master Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+781, @POOL_MOTHER+356, 0, 'Badlands - Master Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+782, @POOL_MOTHER+356, 0, 'Badlands - Master Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+783, @POOL_MOTHER+356, 0, 'Badlands - Master Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+784, @POOL_MOTHER+356, 0, 'Badlands - Master Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+785, @POOL_MOTHER+356, 0, 'Badlands - Master Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+786, @POOL_MOTHER+356, 0, 'Badlands - Master Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+787, @POOL_MOTHER+356, 0, 'Badlands - Master Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+788, @POOL_MOTHER+356, 0, 'Badlands - Master Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+789, @POOL_MOTHER+356, 0, 'Badlands - Master Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+790, @POOL_MOTHER+356, 0, 'Badlands - Master Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+791, @POOL_MOTHER+356, 0, 'Badlands - Master Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+792, @POOL_MOTHER+356, 0, 'Badlands - Master Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+793, @POOL_MOTHER+356, 0, 'Badlands - Master Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+794, @POOL_MOTHER+356, 0, 'Badlands - Master Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+795, @POOL_MOTHER+356, 0, 'Badlands - Master Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+796, @POOL_MOTHER+356, 0, 'Badlands - Master Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+797, @POOL_MOTHER+356, 0, 'Badlands - Master Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+798, @POOL_MOTHER+356, 0, 'Badlands - Master Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+799, @POOL_MOTHER+356, 0, 'Badlands - Master Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+800, @POOL_MOTHER+356, 0, 'Badlands - Master Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+801, @POOL_MOTHER+356, 0, 'Badlands - Master Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+802, @POOL_MOTHER+356, 0, 'Badlands - Master Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+803, @POOL_MOTHER+356, 0, 'Badlands - Master Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+804, @POOL_MOTHER+356, 0, 'Badlands - Master Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+807, @POOL_MOTHER+356, 0, 'Badlands - Master Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+810, @POOL_MOTHER+356, 0, 'Badlands - Master Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+820, @POOL_MOTHER+357, 0, 'Badlands - Master Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+822, @POOL_MOTHER+357, 0, 'Badlands - Master Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+823, @POOL_MOTHER+357, 0, 'Badlands - Master Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+824, @POOL_MOTHER+357, 0, 'Badlands - Master Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+825, @POOL_MOTHER+357, 0, 'Badlands - Master Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+826, @POOL_MOTHER+357, 0, 'Badlands - Master Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+827, @POOL_MOTHER+357, 0, 'Badlands - Master Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+828, @POOL_MOTHER+357, 0, 'Badlands - Master Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+829, @POOL_MOTHER+357, 0, 'Badlands - Master Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+830, @POOL_MOTHER+357, 0, 'Badlands - Master Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+831, @POOL_MOTHER+357, 0, 'Badlands - Master Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+832, @POOL_MOTHER+357, 0, 'Badlands - Master Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+833, @POOL_MOTHER+357, 0, 'Badlands - Master Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+834, @POOL_MOTHER+357, 0, 'Badlands - Master Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+835, @POOL_MOTHER+357, 0, 'Badlands - Master Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+836, @POOL_MOTHER+357, 0, 'Badlands - Master Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+837, @POOL_MOTHER+357, 0, 'Badlands - Master Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+838, @POOL_MOTHER+357, 0, 'Badlands - Master Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+839, @POOL_MOTHER+357, 0, 'Badlands - Master Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+840, @POOL_MOTHER+357, 0, 'Badlands - Master Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+841, @POOL_MOTHER+357, 0, 'Badlands - Master Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+842, @POOL_MOTHER+357, 0, 'Badlands - Master Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+843, @POOL_MOTHER+357, 0, 'Badlands - Master Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+844, @POOL_MOTHER+357, 0, 'Badlands - Master Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+845, @POOL_MOTHER+357, 0, 'Badlands - Master Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+846, @POOL_MOTHER+357, 0, 'Badlands - Master Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+847, @POOL_MOTHER+357, 0, 'Badlands - Master Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+852, @POOL_MOTHER+357, 0, 'Badlands - Master Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+356, 11, 'Badlands - Master Ore Pool - Iron Deposit / Silver Vein / Gold Vein - 11/43'), +(@POOL_MOTHER+357, 7, 'Badlands - Master Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit - 7/28'); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+5672, @POOL_MOTHER+358, 0, 'Badlands - Master Herb Pool - Wild Steelbloom'), +(@OGUID+5673, @POOL_MOTHER+358, 0, 'Badlands - Master Herb Pool - Wild Steelbloom'), +(@OGUID+5674, @POOL_MOTHER+358, 0, 'Badlands - Master Herb Pool - Wild Steelbloom'), +(@OGUID+5675, @POOL_MOTHER+358, 0, 'Badlands - Master Herb Pool - Wild Steelbloom'), +(@OGUID+5676, @POOL_MOTHER+358, 0, 'Badlands - Master Herb Pool - Wild Steelbloom'), +(@OGUID+5677, @POOL_MOTHER+358, 0, 'Badlands - Master Herb Pool - Wild Steelbloom'), +(@OGUID+5678, @POOL_MOTHER+358, 0, 'Badlands - Master Herb Pool - Wild Steelbloom'), +(@OGUID+5679, @POOL_MOTHER+358, 0, 'Badlands - Master Herb Pool - Wild Steelbloom'), +(@OGUID+5680, @POOL_MOTHER+358, 0, 'Badlands - Master Herb Pool - Wild Steelbloom'), +(@OGUID+5681, @POOL_MOTHER+358, 0, 'Badlands - Master Herb Pool - Wild Steelbloom'), +(@OGUID+5682, @POOL_MOTHER+358, 0, 'Badlands - Master Herb Pool - Wild Steelbloom'), +(@OGUID+5683, @POOL_MOTHER+358, 0, 'Badlands - Master Herb Pool - Wild Steelbloom'), +(@OGUID+5684, @POOL_MOTHER+358, 0, 'Badlands - Master Herb Pool - Wild Steelbloom'), +(@OGUID+5685, @POOL_MOTHER+358, 0, 'Badlands - Master Herb Pool - Wild Steelbloom'), +(@OGUID+5686, @POOL_MOTHER+359, 0, 'Badlands - Master Herb Pool - Kingsblood'), +(@OGUID+5687, @POOL_MOTHER+359, 0, 'Badlands - Master Herb Pool - Kingsblood'), +(@OGUID+5688, @POOL_MOTHER+359, 0, 'Badlands - Master Herb Pool - Kingsblood'), +(@OGUID+5689, @POOL_MOTHER+359, 0, 'Badlands - Master Herb Pool - Kingsblood'), +(@OGUID+5690, @POOL_MOTHER+359, 0, 'Badlands - Master Herb Pool - Kingsblood'), +(@OGUID+5691, @POOL_MOTHER+359, 0, 'Badlands - Master Herb Pool - Kingsblood'), +(@OGUID+5692, @POOL_MOTHER+359, 0, 'Badlands - Master Herb Pool - Kingsblood'), +(@OGUID+5693, @POOL_MOTHER+359, 0, 'Badlands - Master Herb Pool - Kingsblood'), +(@OGUID+5694, @POOL_MOTHER+359, 0, 'Badlands - Master Herb Pool - Kingsblood'), +(@OGUID+5695, @POOL_MOTHER+359, 0, 'Badlands - Master Herb Pool - Kingsblood'), +(@OGUID+5696, @POOL_MOTHER+359, 0, 'Badlands - Master Herb Pool - Kingsblood'), +(@OGUID+5697, @POOL_MOTHER+359, 0, 'Badlands - Master Herb Pool - Kingsblood'), +(@OGUID+5698, @POOL_MOTHER+359, 0, 'Badlands - Master Herb Pool - Kingsblood'), +(@OGUID+5699, @POOL_MOTHER+359, 0, 'Badlands - Master Herb Pool - Kingsblood'), +(@OGUID+5700, @POOL_MOTHER+359, 0, 'Badlands - Master Herb Pool - Kingsblood'), +(@OGUID+5701, @POOL_MOTHER+359, 0, 'Badlands - Master Herb Pool - Kingsblood'), +(@OGUID+5702, @POOL_MOTHER+359, 0, 'Badlands - Master Herb Pool - Kingsblood'), +(@OGUID+5703, @POOL_MOTHER+359, 0, 'Badlands - Master Herb Pool - Kingsblood'), +(@OGUID+5704, @POOL_MOTHER+359, 0, 'Badlands - Master Herb Pool - Kingsblood'), +(@OGUID+5705, @POOL_MOTHER+359, 0, 'Badlands - Master Herb Pool - Kingsblood'), +(@OGUID+5706, @POOL_MOTHER+359, 0, 'Badlands - Master Herb Pool - Kingsblood'), +(@OGUID+5707, @POOL_MOTHER+359, 0, 'Badlands - Master Herb Pool - Kingsblood'), +(@OGUID+5708, @POOL_MOTHER+359, 0, 'Badlands - Master Herb Pool - Kingsblood'), +(@OGUID+5709, @POOL_MOTHER+359, 0, 'Badlands - Master Herb Pool - Kingsblood'), +(@OGUID+5710, @POOL_MOTHER+360, 0, 'Badlands - Master Herb Pool - Fadeleaf'), +(@OGUID+5711, @POOL_MOTHER+360, 0, 'Badlands - Master Herb Pool - Fadeleaf'), +(@OGUID+5712, @POOL_MOTHER+360, 0, 'Badlands - Master Herb Pool - Fadeleaf'), +(@OGUID+5713, @POOL_MOTHER+360, 0, 'Badlands - Master Herb Pool - Fadeleaf'), +(@OGUID+5714, @POOL_MOTHER+360, 0, 'Badlands - Master Herb Pool - Fadeleaf'), +(@OGUID+5715, @POOL_MOTHER+360, 0, 'Badlands - Master Herb Pool - Fadeleaf'), +(@OGUID+5716, @POOL_MOTHER+360, 0, 'Badlands - Master Herb Pool - Fadeleaf'), +(@OGUID+5717, @POOL_MOTHER+360, 0, 'Badlands - Master Herb Pool - Fadeleaf'), +(@OGUID+5718, @POOL_MOTHER+360, 0, 'Badlands - Master Herb Pool - Fadeleaf'), +(@OGUID+5719, @POOL_MOTHER+360, 0, 'Badlands - Master Herb Pool - Fadeleaf'), +(@OGUID+5720, @POOL_MOTHER+361, 0, 'Badlands - Master Herb Pool - Khadgar\'s Whisker'), +(@OGUID+5721, @POOL_MOTHER+361, 0, 'Badlands - Master Herb Pool - Khadgar\'s Whisker'), +(@OGUID+5722, @POOL_MOTHER+361, 0, 'Badlands - Master Herb Pool - Khadgar\'s Whisker'), +(@OGUID+5723, @POOL_MOTHER+361, 0, 'Badlands - Master Herb Pool - Khadgar\'s Whisker'), +(@OGUID+5724, @POOL_MOTHER+361, 0, 'Badlands - Master Herb Pool - Khadgar\'s Whisker'), +(@OGUID+5725, @POOL_MOTHER+361, 0, 'Badlands - Master Herb Pool - Khadgar\'s Whisker'), +(@OGUID+5726, @POOL_MOTHER+361, 0, 'Badlands - Master Herb Pool - Khadgar\'s Whisker'), +(@OGUID+5727, @POOL_MOTHER+361, 0, 'Badlands - Master Herb Pool - Khadgar\'s Whisker'), +(@OGUID+5728, @POOL_MOTHER+361, 0, 'Badlands - Master Herb Pool - Khadgar\'s Whisker'), +(@OGUID+5729, @POOL_MOTHER+361, 0, 'Badlands - Master Herb Pool - Khadgar\'s Whisker'), +(@OGUID+5730, @POOL_MOTHER+361, 0, 'Badlands - Master Herb Pool - Khadgar\'s Whisker'), +(@OGUID+5731, @POOL_MOTHER+361, 0, 'Badlands - Master Herb Pool - Khadgar\'s Whisker'), +(@OGUID+5732, @POOL_MOTHER+361, 0, 'Badlands - Master Herb Pool - Khadgar\'s Whisker'), +(@OGUID+5733, @POOL_MOTHER+361, 0, 'Badlands - Master Herb Pool - Khadgar\'s Whisker'), +(@OGUID+5734, @POOL_MOTHER+361, 0, 'Badlands - Master Herb Pool - Khadgar\'s Whisker'), +(@OGUID+5735, @POOL_MOTHER+361, 0, 'Badlands - Master Herb Pool - Khadgar\'s Whisker'), +(@OGUID+5736, @POOL_MOTHER+362, 0, 'Badlands - Master Herb Pool - Goldthorn'), +(@OGUID+5737, @POOL_MOTHER+362, 0, 'Badlands - Master Herb Pool - Goldthorn'), +(@OGUID+5738, @POOL_MOTHER+362, 0, 'Badlands - Master Herb Pool - Goldthorn'), +(@OGUID+5739, @POOL_MOTHER+362, 0, 'Badlands - Master Herb Pool - Goldthorn'), +(@OGUID+5740, @POOL_MOTHER+362, 0, 'Badlands - Master Herb Pool - Goldthorn'), +(@OGUID+5741, @POOL_MOTHER+362, 0, 'Badlands - Master Herb Pool - Goldthorn'), +(@OGUID+5742, @POOL_MOTHER+362, 0, 'Badlands - Master Herb Pool - Goldthorn'), +(@OGUID+5743, @POOL_MOTHER+362, 0, 'Badlands - Master Herb Pool - Goldthorn'), +(@OGUID+5744, @POOL_MOTHER+362, 0, 'Badlands - Master Herb Pool - Goldthorn'), +(@OGUID+5745, @POOL_MOTHER+362, 0, 'Badlands - Master Herb Pool - Goldthorn'), +(@OGUID+5746, @POOL_MOTHER+362, 0, 'Badlands - Master Herb Pool - Goldthorn'), +(@OGUID+5747, @POOL_MOTHER+362, 0, 'Badlands - Master Herb Pool - Goldthorn'), +(@OGUID+5748, @POOL_MOTHER+362, 0, 'Badlands - Master Herb Pool - Goldthorn'), +(@OGUID+5749, @POOL_MOTHER+362, 0, 'Badlands - Master Herb Pool - Goldthorn'), +(@OGUID+5750, @POOL_MOTHER+362, 0, 'Badlands - Master Herb Pool - Goldthorn'), +(@OGUID+5751, @POOL_MOTHER+363, 0, 'Badlands - Master Herb Pool - Firebloom'), +(@OGUID+5752, @POOL_MOTHER+363, 0, 'Badlands - Master Herb Pool - Firebloom'), +(@OGUID+5753, @POOL_MOTHER+363, 0, 'Badlands - Master Herb Pool - Firebloom'), +(@OGUID+5754, @POOL_MOTHER+363, 0, 'Badlands - Master Herb Pool - Firebloom'), +(@OGUID+5755, @POOL_MOTHER+363, 0, 'Badlands - Master Herb Pool - Firebloom'), +(@OGUID+5756, @POOL_MOTHER+363, 0, 'Badlands - Master Herb Pool - Firebloom'), +(@OGUID+5757, @POOL_MOTHER+363, 0, 'Badlands - Master Herb Pool - Firebloom'), +(@OGUID+5758, @POOL_MOTHER+363, 0, 'Badlands - Master Herb Pool - Firebloom'), +(@OGUID+5759, @POOL_MOTHER+363, 0, 'Badlands - Master Herb Pool - Firebloom'), +(@OGUID+5760, @POOL_MOTHER+363, 0, 'Badlands - Master Herb Pool - Firebloom'), +(@OGUID+5761, @POOL_MOTHER+363, 0, 'Badlands - Master Herb Pool - Firebloom'), +(@OGUID+5762, @POOL_MOTHER+363, 0, 'Badlands - Master Herb Pool - Firebloom'), +(@OGUID+5763, @POOL_MOTHER+363, 0, 'Badlands - Master Herb Pool - Firebloom'), +(@OGUID+5764, @POOL_MOTHER+363, 0, 'Badlands - Master Herb Pool - Firebloom'), +(@OGUID+5765, @POOL_MOTHER+363, 0, 'Badlands - Master Herb Pool - Firebloom'), +(@OGUID+5766, @POOL_MOTHER+363, 0, 'Badlands - Master Herb Pool - Firebloom'), +(@OGUID+5668, @POOL_MOTHER+364, 0, 'Badlands - Master Herb Pool - Purple Lotus'), +(@OGUID+5669, @POOL_MOTHER+364, 0, 'Badlands - Master Herb Pool - Purple Lotus'), +(@OGUID+5670, @POOL_MOTHER+364, 0, 'Badlands - Master Herb Pool - Purple Lotus'), +(@OGUID+5671, @POOL_MOTHER+364, 0, 'Badlands - Master Herb Pool - Purple Lotus'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+358, 4, 'Badlands - Master Herb Pool - Wild Steelbloom - 4/14'), +(@POOL_MOTHER+359, 6, 'Badlands - Master Herb Pool - Kingsblood - 6/24'), +(@POOL_MOTHER+360, 3, 'Badlands - Master Herb Pool - Fadeleaf - 3/10'), +(@POOL_MOTHER+361, 4, 'Badlands - Master Herb Pool - Khadgar\'s Whisker - 4/16'), +(@POOL_MOTHER+362, 4, 'Badlands - Master Herb Pool - Goldthorn - 4/15'), +(@POOL_MOTHER+363, 4, 'Badlands - Master Herb Pool - Firebloom - 4/16'), +(@POOL_MOTHER+364, 1, 'Badlands - Master Herb Pool - Purple Lotus - 1/4'); + +/* Burning Steppes +Mithril Deposit (2040) -> Gold Vein (1734) -> Truesilver Deposit (2047) -> Dark Iron Deposit (165658) +Small Thorium Vein (324) -> Truesilver Deposit (2047) -> Dark Iron Deposit (165658) +Rich Thorium Vein (175404) -> Truesilver Deposit (2047) -> Dark Iron Deposit (165658) +*/ +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`, `Comment`) VALUES +(@OGUID+6046, 142142, 0, 46, 0, 1, 1, -7708.73, -2013.39, 133.439, 5.41052, 0, 0, -0.422618, 0.906308, 900, 255, 1, '', 50172, NULL), +(@OGUID+6047, 142142, 0, 46, 0, 1, 1, -7734.56, -2249.26, 136.182, 4.53786, 0, 0, -0.766044, 0.642789, 900, 255, 1, '', 49345, NULL), +(@OGUID+6048, 142142, 0, 46, 0, 1, 1, -7750.7, -2421.27, 140.446, 3.54302, 0, 0, -0.979924, 0.19937, 900, 255, 1, '', 50063, NULL), +(@OGUID+6049, 142142, 0, 46, 0, 1, 1, -7905.47, -2443.7, 133.659, 5.77704, 0, 0, -0.25038, 0.968148, 900, 255, 1, '', 50664, NULL), +(@OGUID+6050, 142142, 0, 46, 0, 1, 1, -8040.43, -2923.46, 133.134, 4.67748, 0, 0, -0.719339, 0.694659, 900, 255, 1, '', 49345, NULL), +(@OGUID+6051, 142142, 0, 46, 0, 1, 1, -8156.5, -2804.22, 135.611, 4.29351, 0, 0, -0.83867, 0.54464, 900, 255, 1, '', 50664, NULL), +(@OGUID+6052, 142142, 0, 46, 0, 1, 1, -8159.32, -2678.52, 133.344, 1.53589, 0, 0, 0.694658, 0.71934, 900, 255, 1, '', 50063, NULL), +(@OGUID+6053, 142142, 0, 46, 1637, 1, 1, -7620.03, -2774.08, 134.697, 0.523598, 0, 0, 0.258819, 0.965926, 900, 255, 1, '', 50664, NULL), +(@OGUID+6054, 142142, 0, 46, 25, 1, 1, -7708.77, -2935.67, 133.485, 4.27606, 0, 0, -0.843391, 0.5373, 900, 255, 1, '', 49345, NULL), +(@OGUID+6055, 142142, 0, 46, 0, 1, 1, -8046.81, -2482.85, 132.768, 5.37562, 0, 0, -0.438371, 0.898794, 900, 255, 1, '', 51739, NULL), +(@OGUID+6056, 142142, 0, 46, 0, 1, 1, -8206.89, -2190.3, 131.917, 6.05629, 0, 0, -0.113203, 0.993572, 900, 255, 1, '', 51739, NULL), +(@OGUID+6057, 142142, 0, 46, 2420, 1, 1, -7877.66, -2894.94, 133.865, 1.44862, 0, 0, 0.66262, 0.748956, 900, 255, 1, '', 51666, NULL), +(@OGUID+6058, 176583, 0, 46, 0, 1, 1, -7755.03, -1475.44, 134.3, 2.54818, 0, 0, 0.956305, 0.292372, 900, 255, 1, '', 48632, NULL), +(@OGUID+6059, 176583, 0, 46, 0, 1, 1, -7924.49, -2656.46, 220.236, 2.44346, 0, 0, 0.939692, 0.34202, 900, 255, 1, '', 49345, NULL), +(@OGUID+6060, 176583, 0, 46, 0, 1, 1, -7940.65, -1142.41, 172.842, 5.60251, 0, 0, -0.333807, 0.942641, 900, 255, 1, '', 50664, NULL), +(@OGUID+6061, 176583, 0, 46, 0, 1, 1, -7970.27, -1313.12, 133.305, 2.25147, 0, 0, 0.902585, 0.430512, 900, 255, 1, '', 48120, NULL), +(@OGUID+6062, 176583, 0, 46, 0, 1, 1, -8073.23, -1659.24, 133.228, 3.63029, 0, 0, -0.970295, 0.241925, 900, 255, 1, '', 49345, NULL), +(@OGUID+6063, 176583, 0, 46, 0, 1, 1, -8077.45, -1779.97, 132.858, 1.74533, 0, 0, 0.766044, 0.642789, 900, 255, 1, '', 48632, NULL), +(@OGUID+6064, 176583, 0, 46, 0, 1, 1, -8181.55, -1587.78, 133.52, 2.00713, 0, 0, 0.843391, 0.5373, 900, 255, 1, '', 49345, NULL), +(@OGUID+6065, 176583, 0, 46, 0, 1, 1, -8426.43, -2806.45, 194.798, 4.15388, 0, 0, -0.874619, 0.48481, 900, 255, 1, '', 50063, NULL), +(@OGUID+6066, 176583, 0, 46, 9, 1, 1, -8258.96, -2511.08, 140.37, 2.33874, 0, 0, 0.920505, 0.390732, 900, 255, 1, '', 49822, NULL), +(@OGUID+6067, 176583, 0, 46, 1637, 1, 1, -7563.25, -2762.65, 135.48, 1.36136, 0, 0, 0.62932, 0.777146, 900, 255, 1, '', 50664, NULL), +(@OGUID+6068, 176583, 0, 46, 1637, 1, 1, -7764.15, -2843.23, 133.439, 2.1293, 0, 0, 0.874619, 0.48481, 900, 255, 1, '', 50664, NULL), +(@OGUID+6069, 176583, 0, 46, 1637, 1, 1, -7945.05, -908.27, 131.253, 0.994837, 0, 0, 0.477159, 0.878817, 900, 255, 1, '', 50664, NULL), +(@OGUID+6070, 176583, 0, 46, 1637, 1, 1, -8101.28, -1424.45, 131.193, 1.48353, 0, 0, 0.67559, 0.737278, 900, 255, 1, '', 47612, NULL), +(@OGUID+6071, 176583, 0, 46, 1637, 1, 1, -8104.26, -1913.78, 134.308, 6.26573, 0, 0, -0.00872612, 0.999962, 900, 255, 1, '', 50664, NULL), +(@OGUID+6072, 176583, 0, 46, 460, 1, 1, -8099.08, -2979.05, 134.856, 3.194, 0, 0, -0.999657, 0.0262016, 900, 255, 1, '', 50664, NULL), +(@OGUID+6073, 176583, 0, 46, 0, 1, 1, -8174.2, -1720.08, 140.313, 1.29154, 0, 0, 0.601814, 0.798636, 900, 255, 1, '', 51739, NULL), +(@OGUID+6074, 176584, 0, 46, 0, 1, 1, -7731.5, -2235.52, 135.508, 2.51327, 0, 0, 0.951056, 0.309017, 900, 255, 1, '', 49345, NULL), +(@OGUID+6075, 176584, 0, 46, 0, 1, 1, -7779.71, -1580.11, 133.395, 2.25147, 0, 0, 0.902585, 0.430512, 900, 255, 1, '', 48120, NULL), +(@OGUID+6076, 176584, 0, 46, 0, 1, 1, -7786.68, -1741.32, 133.194, 5.02655, 0, 0, -0.587785, 0.809017, 900, 255, 1, '', 50664, NULL), +(@OGUID+6077, 176584, 0, 46, 0, 1, 1, -7887.27, -1978.09, 134.917, 3.78737, 0, 0, -0.948323, 0.317306, 900, 255, 1, '', 48632, NULL), +(@OGUID+6078, 176584, 0, 46, 0, 1, 1, -7929.01, -2260.38, 127.713, 3.6652, 0, 0, -0.965925, 0.258821, 900, 255, 1, '', 50664, NULL), +(@OGUID+6079, 176584, 0, 46, 0, 1, 1, -7959.27, -1379.52, 133.373, 1.18682, 0, 0, 0.559193, 0.829038, 900, 255, 1, '', 50375, NULL), +(@OGUID+6080, 176584, 0, 46, 0, 1, 1, -7986.98, -2422.14, 128.268, 3.17653, 0, 0, -0.999847, 0.0174693, 900, 255, 1, '', 49345, NULL), +(@OGUID+6081, 176584, 0, 46, 0, 1, 1, -8012.43, -794.508, 129.571, 5.5676, 0, 0, -0.350207, 0.936672, 900, 255, 1, '', 49345, NULL), +(@OGUID+6082, 176584, 0, 46, 0, 1, 1, -8108.57, -1242.01, 133.102, 3.61284, 0, 0, -0.972369, 0.233448, 900, 255, 1, '', 49345, NULL), +(@OGUID+6083, 176584, 0, 46, 0, 1, 1, -8109.43, -1610.11, 133.374, 5.11382, 0, 0, -0.551936, 0.833886, 900, 255, 1, '', 48632, NULL), +(@OGUID+6084, 176584, 0, 46, 0, 1, 1, -8130.73, -753.006, 134.006, 2.77507, 0, 0, 0.983254, 0.182238, 900, 255, 1, '', 48632, NULL), +(@OGUID+6085, 176584, 0, 46, 0, 1, 1, -8208.66, -932.638, 133.372, 0.488691, 0, 0, 0.241921, 0.970296, 900, 255, 1, '', 49345, NULL), +(@OGUID+6086, 176584, 0, 46, 0, 1, 1, -8382.47, -1244.62, 197.574, 5.74214, 0, 0, -0.267238, 0.963631, 900, 255, 1, '', 48632, NULL), +(@OGUID+6087, 176584, 0, 46, 9, 1, 1, -8136.51, -2085.32, 131.607, 2.25147, 0, 0, 0.902585, 0.430512, 900, 255, 1, '', 48632, NULL), +(@OGUID+6088, 176584, 0, 46, 1637, 1, 1, -7621.57, -2539.79, 133.49, 0.872664, 0, 0, 0.422618, 0.906308, 900, 255, 1, '', 50664, NULL), +(@OGUID+6089, 176584, 0, 46, 1637, 1, 1, -8230.78, -1057.59, 142.745, 2.72271, 0, 0, 0.978148, 0.207912, 900, 255, 1, '', 50664, NULL), +(@OGUID+6090, 176584, 0, 46, 1637, 1, 1, -8386.96, -963.427, 193.742, 6.23083, 0, 0, -0.0261765, 0.999657, 900, 255, 1, '', 50664, NULL), +(@OGUID+6091, 176584, 0, 46, 0, 1, 1, -8156.59, -1824.11, 133.54, 3.97935, 0, 0, -0.913545, 0.406738, 900, 255, 1, '', 51739, NULL), +(@OGUID+6092, 176584, 0, 46, 0, 1, 1, -8296.64, -1911.99, 142.722, 0.558504, 0, 0, 0.275637, 0.961262, 900, 255, 1, '', 51739, NULL), +(@OGUID+6093, 176584, 0, 46, 2418, 1, 1, -8147.9, -2879.29, 135.687, 4.39823, 0, 0, -0.809016, 0.587786, 900, 255, 1, '', 51943, NULL), +(@OGUID+6094, 176584, 0, 46, 2419, 1, 1, -7658.67, -2904.56, 134.163, 0.645772, 0, 0, 0.317305, 0.948324, 900, 255, 1, '', 51943, NULL), +(@OGUID+6095, 176584, 0, 46, 2420, 1, 1, -7940.46, -2839.89, 133.573, 5.3058, 0, 0, -0.469471, 0.882948, 900, 255, 1, '', 45854, NULL), +(@OGUID+6096, 176584, 0, 46, 250, 1, 1, -7532.94, -1946.5, 183.276, 0.558504, 0, 0, 0.275637, 0.961262, 900, 255, 1, '', 51666, NULL), +(@OGUID+6097, 176586, 0, 46, 0, 1, 1, -7508.32, -2284.06, 180.768, 5.02655, 0, 0, -0.587785, 0.809017, 900, 255, 1, '', 48120, NULL), +(@OGUID+6098, 176586, 0, 46, 0, 1, 1, -7638.9, -1553.96, 166.204, 2.80998, 0, 0, 0.986285, 0.16505, 900, 255, 1, '', 49345, NULL), +(@OGUID+6099, 176586, 0, 46, 0, 1, 1, -7641.99, -1764.1, 161.243, 0.750491, 0, 0, 0.366501, 0.930418, 900, 255, 1, '', 49345, NULL), +(@OGUID+6100, 176586, 0, 46, 0, 1, 1, -7778.96, -2550.54, 170.852, 2.87979, 0, 0, 0.991445, 0.130528, 900, 255, 1, '', 49345, NULL), +(@OGUID+6101, 176586, 0, 46, 0, 1, 1, -7805.19, -1384.86, 165.742, 4.7473, 0, 0, -0.694658, 0.71934, 900, 255, 1, '', 48340, NULL), +(@OGUID+6102, 176586, 0, 46, 0, 1, 1, -7815.3, -2636, 217.573, 3.76991, 0, 0, -0.951056, 0.309017, 900, 255, 1, '', 50664, NULL), +(@OGUID+6103, 176586, 0, 46, 0, 1, 1, -8133.24, -917.333, 159.804, 0.349065, 0, 0, 0.173648, 0.984808, 900, 255, 1, '', 49345, NULL), +(@OGUID+6104, 176586, 0, 46, 0, 1, 1, -8276.53, -2798.92, 167.143, 0.855211, 0, 0, 0.414693, 0.909961, 900, 255, 1, '', 49345, NULL), +(@OGUID+6105, 176586, 0, 46, 0, 1, 1, -8302.04, -1349.66, 196.797, 2.9845, 0, 0, 0.996917, 0.0784664, 900, 255, 1, '', 48120, NULL), +(@OGUID+6106, 176586, 0, 46, 0, 1, 1, -8334.38, -2438.24, 203.358, 4.45059, 0, 0, -0.793353, 0.608762, 900, 255, 1, '', 48632, NULL), +(@OGUID+6107, 176586, 0, 46, 0, 1, 1, -8442.42, -1276.31, 223.907, 5.63741, 0, 0, -0.317305, 0.948324, 900, 255, 1, '', 50250, NULL), +(@OGUID+6108, 176586, 0, 46, 1637, 1, 1, -7491.24, -1952.35, 196.606, 6.24828, 0, 0, -0.0174522, 0.999848, 900, 255, 1, '', 50664, NULL), +(@OGUID+6109, 176586, 0, 46, 1637, 1, 1, -7503.81, -750.34, 214.666, 6.19592, 0, 0, -0.0436192, 0.999048, 900, 255, 1, '', 50664, NULL), +(@OGUID+6110, 176586, 0, 46, 1637, 1, 1, -7813.84, -2716.66, 173.887, 2.07694, 0, 0, 0.861629, 0.507539, 900, 255, 1, '', 50664, NULL), +(@OGUID+6111, 176586, 0, 46, 1637, 1, 1, -7876.2, -2967.53, 148.748, 5.25344, 0, 0, -0.492423, 0.870356, 900, 255, 1, '', 50664, NULL), +(@OGUID+6112, 176586, 0, 46, 1637, 1, 1, -8176.24, -695.394, 162.667, 4.04917, 0, 0, -0.898793, 0.438373, 900, 255, 1, '', 50664, NULL), +(@OGUID+6113, 176586, 0, 46, 1637, 1, 1, -8368.66, -1856.81, 191.655, 4.27606, 0, 0, -0.843391, 0.5373, 900, 255, 1, '', 50664, NULL), +(@OGUID+6114, 176586, 0, 46, 460, 1, 1, -7547.46, -2402.21, 169.371, 1.83259, 0, 0, 0.793353, 0.608762, 900, 255, 1, '', 50664, NULL), +(@OGUID+6115, 176586, 0, 46, 0, 1, 1, -7836.64, -596.28, 208.58, 4.5204, 0, 0, -0.771625, 0.636078, 900, 255, 1, '', 51739, NULL), +(@OGUID+6116, 176586, 0, 46, 0, 1, 1, -8107.99, -2224.98, 176.563, 4.5204, 0, 0, -0.771625, 0.636078, 900, 255, 1, '', 51739, NULL), +(@OGUID+6117, 176586, 0, 46, 0, 1, 1, -8287.38, -1688.54, 159.236, 2.46091, 0, 0, 0.942641, 0.333808, 900, 255, 1, '', 51739, NULL), +(@OGUID+6118, 176586, 0, 46, 2419, 1, 1, -7622.81, -3033.84, 162.621, 0.174532, 0, 0, 0.0871553, 0.996195, 900, 255, 1, '', 51666, NULL), +(@OGUID+6119, 176586, 0, 46, 2420, 1, 1, -7536.3, -2822.75, 161.614, 0.977383, 0, 0, 0.469471, 0.882948, 900, 255, 1, '', 45854, NULL), +(@OGUID+6120, 176586, 0, 46, 2420, 1, 1, -8177.69, -3032.28, 162.586, 1.98967, 0, 0, 0.83867, 0.54464, 900, 255, 1, '', 51666, NULL), +(@OGUID+6121, 176586, 0, 46, 2421, 1, 1, -8387.69, -912.708, 218.216, 1.90241, 0, 0, 0.814116, 0.580703, 900, 255, 1, '', 51666, NULL), +(@OGUID+6122, 176586, 0, 46, 249, 1, 1, -7735.01, -2792.08, 164.4, 2.70526, 0, 0, 0.976295, 0.216442, 900, 255, 1, '', 51943, NULL), +(@OGUID+6123, 176586, 0, 46, 249, 1, 1, -7896.6, -2558.81, 219.946, 3.14159, 0, 0, -1, 0, 900, 255, 1, '', 45854, NULL), +(@OGUID+6124, 176586, 0, 46, 249, 1, 1, -7972.84, -2678.18, 195.698, 5.75959, 0, 0, -0.258819, 0.965926, 900, 255, 1, '', 51666, NULL), +(@OGUID+6125, 176586, 0, 46, 252, 1, 1, -7569.65, -1400.24, 170.311, 6.12611, 0, 0, -0.0784588, 0.996917, 900, 255, 1, '', 51739, NULL), +(@OGUID+6126, 176589, 0, 46, 0, 1, 1, -7751.55, -2115.85, 133.439, 1.46608, 0, 0, 0.66913, 0.743145, 3600, 255, 1, '', 50664, NULL), +(@OGUID+6127, 176589, 0, 46, 0, 1, 1, -7776.3, -2699.34, 173.787, 4.5204, 0, 0, -0.771625, 0.636078, 3600, 255, 1, '', 50664, NULL), +(@OGUID+6128, 176589, 0, 46, 0, 1, 1, -7941, -884.056, 130.403, 3.87463, 0, 0, -0.93358, 0.358368, 3600, 255, 1, '', 49345, NULL), +(@OGUID+6129, 176589, 0, 46, 0, 1, 1, -8093.14, -1762.91, 132.783, 4.03171, 0, 0, -0.902585, 0.430512, 3600, 255, 1, '', 50375, NULL), +(@OGUID+6130, 176589, 0, 46, 0, 1, 1, -8245.99, -2489.62, 147.414, 4.36332, 0, 0, -0.819152, 0.573577, 3600, 255, 1, '', 49345, NULL), +(@OGUID+6131, 176589, 0, 46, 1637, 1, 1, -7620.87, -709.08, 182.742, 1.46608, 0, 0, 0.66913, 0.743145, 3600, 255, 1, '', 50664, NULL), +(@OGUID+6132, 176589, 0, 46, 1637, 1, 1, -7701.27, -1532.21, 132.203, 3.42085, 0, 0, -0.990268, 0.139175, 3600, 255, 1, '', 50664, NULL), +(@OGUID+6133, 176589, 0, 46, 1637, 1, 1, -8076.81, -1914.5, 133.049, 6.23083, 0, 0, -0.0261765, 0.999657, 3600, 255, 1, '', 50664, NULL), +(@OGUID+6134, 176589, 0, 46, 1637, 1, 1, -8185.98, -1039.23, 143.706, 6.24828, 0, 0, -0.0174522, 0.999848, 3600, 255, 1, '', 50664, NULL), +(@OGUID+6135, 176589, 0, 46, 25, 1, 1, -7743.69, -1867.76, 133.444, 2.87979, 0, 0, 0.991445, 0.130528, 3600, 255, 1, '', 49345, NULL), +(@OGUID+6136, 176589, 0, 46, 460, 1, 1, -7634.61, -655.009, 200.287, 3.63029, 0, 0, -0.970295, 0.241925, 3600, 255, 1, '', 50664, NULL), +(@OGUID+6137, 176589, 0, 46, 460, 1, 1, -7816.15, -2214.31, 133.439, 5.32326, 0, 0, -0.461748, 0.887011, 3600, 255, 1, '', 48632, NULL), +(@OGUID+6138, 176589, 0, 46, 0, 1, 1, -7851.97, -1893.22, 137.997, 5.44543, 0, 0, -0.406736, 0.913546, 3600, 255, 1, '', 54261, NULL), +(@OGUID+6139, 176589, 0, 46, 0, 1, 1, -7986.06, -1308.1, 133.428, 5.77704, 0, 0, -0.25038, 0.968148, 3600, 255, 1, '', 51739, NULL), +(@OGUID+6140, 176589, 0, 46, 0, 1, 1, -8144.58, -1567.01, 133.52, 5.86431, 0, 0, -0.207911, 0.978148, 3600, 255, 1, '', 51739, NULL), +(@OGUID+6141, 176589, 0, 46, 0, 1, 1, -8235.68, -1950.44, 144.451, 3.42085, 0, 0, -0.990268, 0.139175, 3600, 255, 1, '', 51943, NULL), +(@OGUID+6142, 176589, 0, 46, 0, 1, 1, -8238.41, -1756.23, 147.111, 1.5708, 0, 0, 0.707107, 0.707107, 3600, 255, 1, '', 51943, NULL), +(@OGUID+6143, 176589, 0, 46, 0, 1, 1, -8387.23, -1203.28, 187.719, 0.244346, 0, 0, 0.121869, 0.992546, 3600, 255, 1, '', 51739, NULL), +(@OGUID+6144, 176589, 0, 46, 2420, 1, 1, -8070.54, -2962.96, 134.55, 2.33874, 0, 0, 0.920505, 0.390732, 3600, 255, 1, '', 51666, NULL), +(@OGUID+6145, 176589, 0, 46, 2421, 1, 1, -8252.75, -1106.04, 143.101, 6.26573, 0, 0, -0.00872612, 0.999962, 3600, 255, 1, '', 51666, NULL), +(@OGUID+6146, 176589, 0, 46, 2421, 1, 1, -8253.14, -1003.88, 144.32, 5.42797, 0, 0, -0.414693, 0.909961, 3600, 255, 1, '', 52237, NULL), +(@OGUID+6147, 176589, 0, 46, 249, 1, 1, -7695.95, -2682.91, 148.626, 3.38594, 0, 0, -0.992546, 0.12187, 3600, 255, 1, '', 51739, NULL), +(@OGUID+6148, 176589, 0, 46, 254, 1, 1, -7900.31, -1009.82, 136.453, 2.68781, 0, 0, 0.97437, 0.224951, 3600, 255, 1, '', 51739, NULL), +(@OGUID+6149, 324, 0, 46, 0, 1, 1, -8415.71, -1184.7, 189.696, 1.16937, 0, 0, 0.551936, 0.833886, 900, 255, 1, '', 48632, NULL), +(@OGUID+6150, 324, 0, 46, 0, 1, 1, -8386.3, -2815.53, 211.551, 2.47837, 0, 0, 0.945518, 0.325568, 900, 255, 1, '', 49345, NULL), +(@OGUID+6151, 324, 0, 46, 0, 1, 1, -8285.12, -1363.55, 184.006, 2.87979, 0, 0, 0.991445, 0.130528, 900, 255, 1, '', 48632, NULL), +(@OGUID+6152, 324, 0, 46, 2421, 1, 1, -8283.58, -1058.49, 149.401, 0.541051, 0, 0, 0.267238, 0.963631, 900, 255, 1, '', 51739, NULL), +(@OGUID+6153, 324, 0, 46, 0, 1, 1, -8283.12, -2374.25, 177.531, 1.36136, 0, 0, 0.62932, 0.777146, 900, 255, 1, '', 51739, NULL), +(@OGUID+6154, 324, 0, 46, 2420, 1, 1, -8228.16, -2947.63, 159.85, 0, 0, 0, 0, 1, 900, 255, 1, '', 51666, NULL), +(@OGUID+6155, 324, 0, 46, 0, 1, 1, -8191.1, -1650.54, 147.062, 5.93412, 0, 0, -0.173648, 0.984808, 900, 255, 1, '', 49345, NULL), +(@OGUID+6156, 324, 0, 46, 0, 1, 1, -8165.27, -762, 132.767, 3.45576, 0, 0, -0.987688, 0.156436, 900, 255, 1, '', 49345, NULL), +(@OGUID+6157, 324, 0, 46, 0, 1, 1, -8160.95, -2169.34, 148.758, 6.17847, 0, 0, -0.0523357, 0.99863, 900, 255, 1, '', 51666, NULL), +(@OGUID+6158, 324, 0, 46, 0, 1, 1, -8133.09, -1445.57, 137.726, 2.07694, 0, 0, 0.861629, 0.507539, 900, 255, 1, '', 48120, NULL), +(@OGUID+6159, 324, 0, 46, 0, 1, 1, -8124.25, -2463.32, 149.642, 2.80998, 0, 0, 0.986285, 0.16505, 900, 255, 1, '', 48632, NULL), +(@OGUID+6160, 324, 0, 46, 0, 1, 1, -8085.11, -1281.41, 141.056, 4.25861, 0, 0, -0.848047, 0.529921, 900, 255, 1, '', 48632, NULL), +(@OGUID+6161, 324, 0, 46, 0, 1, 1, -7978.63, -2637.21, 170.892, 6.05629, 0, 0, -0.113203, 0.993572, 900, 255, 1, '', 49345, NULL), +(@OGUID+6162, 324, 0, 46, 249, 1, 1, -7923.78, -2652.97, 159.375, 4.03171, 0, 0, -0.902585, 0.430512, 900, 255, 1, '', 51666, NULL), +(@OGUID+6163, 324, 0, 46, 0, 1, 1, -7922.38, -2600.25, 123.755, 1.11701, 0, 0, 0.529919, 0.848048, 900, 255, 1, '', 49345, NULL), +(@OGUID+6164, 324, 0, 46, 249, 1, 1, -7905.27, -2637.69, 182.47, 1.3439, 0, 0, 0.622514, 0.782609, 900, 255, 1, '', 51943, NULL), +(@OGUID+6165, 324, 0, 46, 249, 1, 1, -7890.67, -2537.66, 129.832, 1.53589, 0, 0, 0.694658, 0.71934, 900, 255, 1, '', 51739, NULL), +(@OGUID+6166, 324, 0, 46, 0, 1, 1, -7889.31, -2160.1, 131.521, 4.25861, 0, 0, -0.848047, 0.529921, 900, 255, 1, '', 48632, NULL), +(@OGUID+6167, 324, 0, 46, 2420, 1, 1, -7885.49, -2977.03, 154.692, 0.628317, 0, 0, 0.309016, 0.951057, 900, 255, 1, '', 51739, NULL), +(@OGUID+6168, 324, 0, 46, 0, 1, 1, -7883.55, -1702.45, 137.553, 5.55015, 0, 0, -0.358368, 0.93358, 900, 255, 1, '', 48120, NULL), +(@OGUID+6169, 324, 0, 46, 249, 1, 1, -7867.84, -2616.95, 124.396, 5.44543, 0, 0, -0.406736, 0.913546, 900, 255, 1, '', 51666, NULL), +(@OGUID+6170, 324, 0, 46, 0, 1, 1, -7864.27, -874.889, 150.601, 2.70526, 0, 0, 0.976295, 0.216442, 900, 255, 1, '', 52237, NULL), +(@OGUID+6171, 324, 0, 46, 249, 1, 1, -7858.74, -2693.35, 173.306, 0.680677, 0, 0, 0.333806, 0.942642, 900, 255, 1, '', 51739, NULL), +(@OGUID+6172, 324, 0, 46, 0, 1, 1, -7843.5, -2715.97, 170.357, 3.73501, 0, 0, -0.956305, 0.292372, 900, 255, 1, '', 50664, NULL), +(@OGUID+6173, 324, 0, 46, 249, 1, 1, -7832.02, -2561.15, 126.274, 0.645772, 0, 0, 0.317305, 0.948324, 900, 255, 1, '', 51739, NULL), +(@OGUID+6174, 324, 0, 46, 0, 1, 1, -7814.68, -2648.13, 223.628, 0, 0, 0, 0, 1, 900, 255, 1, '', 49345, NULL), +(@OGUID+6175, 324, 0, 46, 0, 1, 1, -7771.45, -1950.79, 133.599, 4.03171, 0, 0, -0.902585, 0.430512, 900, 255, 1, '', 48120, NULL), +(@OGUID+6176, 324, 0, 46, 0, 1, 1, -7761.35, -1512.32, 131.932, 5.75959, 0, 0, -0.258819, 0.965926, 900, 255, 1, '', 49345, NULL), +(@OGUID+6177, 324, 0, 46, 250, 1, 1, -7744.56, -2400.38, 144.921, 3.61284, 0, 0, -0.972369, 0.233448, 900, 255, 1, '', 51739, NULL), +(@OGUID+6178, 324, 0, 46, 250, 1, 1, -7600.98, -2157.01, 149.361, 1.81514, 0, 0, 0.788011, 0.615662, 900, 255, 1, '', 51739, NULL), +(@OGUID+6179, 324, 0, 46, 2419, 1, 1, -7572.03, -2948.74, 161.788, 3.59538, 0, 0, -0.97437, 0.224951, 900, 255, 1, '', 51943, NULL), +(@OGUID+6180, 324, 0, 46, 0, 1, 1, -7506.58, -2390.73, 186.779, 0.366518, 0, 0, 0.182235, 0.983255, 900, 255, 1, '', 51739, NULL), +(@OGUID+6181, 324, 0, 46, 0, 1, 1, -7499.86, -2133.78, 143.687, 3.63029, 0, 0, -0.970295, 0.241925, 900, 255, 1, '', 50664, NULL), +(@OGUID+6182, 2047, 0, 46, 0, 1, 1, -8415.71, -1184.7, 189.696, 1.16937, 0, 0, 0.551936, 0.833886, 900, 255, 1, '', 48632, NULL), +(@OGUID+6183, 2047, 0, 46, 0, 1, 1, -8386.3, -2815.53, 211.551, 2.47837, 0, 0, 0.945518, 0.325568, 900, 255, 1, '', 49345, NULL), +(@OGUID+6184, 2047, 0, 46, 0, 1, 1, -8285.12, -1363.55, 184.006, 2.87979, 0, 0, 0.991445, 0.130528, 900, 255, 1, '', 48632, NULL), +(@OGUID+6185, 2047, 0, 46, 2421, 1, 1, -8283.58, -1058.49, 149.401, 0.541051, 0, 0, 0.267238, 0.963631, 900, 255, 1, '', 51739, NULL), +(@OGUID+6186, 2047, 0, 46, 0, 1, 1, -8283.12, -2374.25, 177.531, 1.36136, 0, 0, 0.62932, 0.777146, 900, 255, 1, '', 51739, NULL), +(@OGUID+6187, 2047, 0, 46, 2420, 1, 1, -8228.16, -2947.63, 159.85, 0, 0, 0, 0, 1, 900, 255, 1, '', 51666, NULL), +(@OGUID+6188, 2047, 0, 46, 0, 1, 1, -8191.1, -1650.54, 147.062, 5.93412, 0, 0, -0.173648, 0.984808, 900, 255, 1, '', 49345, NULL), +(@OGUID+6189, 2047, 0, 46, 0, 1, 1, -8165.27, -762, 132.767, 3.45576, 0, 0, -0.987688, 0.156436, 900, 255, 1, '', 49345, NULL), +(@OGUID+6190, 2047, 0, 46, 0, 1, 1, -8160.95, -2169.34, 148.758, 6.17847, 0, 0, -0.0523357, 0.99863, 900, 255, 1, '', 51666, NULL), +(@OGUID+6191, 2047, 0, 46, 0, 1, 1, -8133.09, -1445.57, 137.726, 2.07694, 0, 0, 0.861629, 0.507539, 900, 255, 1, '', 48120, NULL), +(@OGUID+6192, 2047, 0, 46, 0, 1, 1, -8124.25, -2463.32, 149.642, 2.80998, 0, 0, 0.986285, 0.16505, 900, 255, 1, '', 48632, NULL), +(@OGUID+6193, 2047, 0, 46, 0, 1, 1, -8085.11, -1281.41, 141.056, 4.25861, 0, 0, -0.848047, 0.529921, 900, 255, 1, '', 48632, NULL), +(@OGUID+6194, 2047, 0, 46, 0, 1, 1, -7978.63, -2637.21, 170.892, 6.05629, 0, 0, -0.113203, 0.993572, 900, 255, 1, '', 49345, NULL), +(@OGUID+6195, 2047, 0, 46, 249, 1, 1, -7923.78, -2652.97, 159.375, 4.03171, 0, 0, -0.902585, 0.430512, 900, 255, 1, '', 51666, NULL), +(@OGUID+6196, 2047, 0, 46, 0, 1, 1, -7922.38, -2600.25, 123.755, 1.11701, 0, 0, 0.529919, 0.848048, 900, 255, 1, '', 49345, NULL), +(@OGUID+6197, 2047, 0, 46, 249, 1, 1, -7905.27, -2637.69, 182.47, 1.3439, 0, 0, 0.622514, 0.782609, 900, 255, 1, '', 51943, NULL), +(@OGUID+6198, 2047, 0, 46, 249, 1, 1, -7890.67, -2537.66, 129.832, 1.53589, 0, 0, 0.694658, 0.71934, 900, 255, 1, '', 51739, NULL), +(@OGUID+6199, 2047, 0, 46, 0, 1, 1, -7889.31, -2160.1, 131.521, 4.25861, 0, 0, -0.848047, 0.529921, 900, 255, 1, '', 48632, NULL), +(@OGUID+6200, 2047, 0, 46, 2420, 1, 1, -7885.49, -2977.03, 154.692, 0.628317, 0, 0, 0.309016, 0.951057, 900, 255, 1, '', 51739, NULL), +(@OGUID+6201, 2047, 0, 46, 0, 1, 1, -7883.55, -1702.45, 137.553, 5.55015, 0, 0, -0.358368, 0.93358, 900, 255, 1, '', 48120, NULL), +(@OGUID+6202, 2047, 0, 46, 249, 1, 1, -7867.84, -2616.95, 124.396, 5.44543, 0, 0, -0.406736, 0.913546, 900, 255, 1, '', 51666, NULL), +(@OGUID+6203, 2047, 0, 46, 0, 1, 1, -7864.27, -874.889, 150.601, 2.70526, 0, 0, 0.976295, 0.216442, 900, 255, 1, '', 52237, NULL), +(@OGUID+6204, 2047, 0, 46, 249, 1, 1, -7858.74, -2693.35, 173.306, 0.680677, 0, 0, 0.333806, 0.942642, 900, 255, 1, '', 51739, NULL), +(@OGUID+6205, 2047, 0, 46, 0, 1, 1, -7843.5, -2715.97, 170.357, 3.73501, 0, 0, -0.956305, 0.292372, 900, 255, 1, '', 50664, NULL), +(@OGUID+6206, 2047, 0, 46, 249, 1, 1, -7832.02, -2561.15, 126.274, 0.645772, 0, 0, 0.317305, 0.948324, 900, 255, 1, '', 51739, NULL), +(@OGUID+6207, 2047, 0, 46, 0, 1, 1, -7814.68, -2648.13, 223.628, 0, 0, 0, 0, 1, 900, 255, 1, '', 49345, NULL), +(@OGUID+6208, 2047, 0, 46, 0, 1, 1, -7771.45, -1950.79, 133.599, 4.03171, 0, 0, -0.902585, 0.430512, 900, 255, 1, '', 48120, NULL), +(@OGUID+6209, 2047, 0, 46, 0, 1, 1, -7761.35, -1512.32, 131.932, 5.75959, 0, 0, -0.258819, 0.965926, 900, 255, 1, '', 49345, NULL), +(@OGUID+6210, 2047, 0, 46, 250, 1, 1, -7744.56, -2400.38, 144.921, 3.61284, 0, 0, -0.972369, 0.233448, 900, 255, 1, '', 51739, NULL), +(@OGUID+6211, 2047, 0, 46, 250, 1, 1, -7600.98, -2157.01, 149.361, 1.81514, 0, 0, 0.788011, 0.615662, 900, 255, 1, '', 51739, NULL), +(@OGUID+6212, 2047, 0, 46, 2419, 1, 1, -7572.03, -2948.74, 161.788, 3.59538, 0, 0, -0.97437, 0.224951, 900, 255, 1, '', 51943, NULL), +(@OGUID+6213, 2047, 0, 46, 0, 1, 1, -7506.58, -2390.73, 186.779, 0.366518, 0, 0, 0.182235, 0.983255, 900, 255, 1, '', 51739, NULL), +(@OGUID+6214, 2047, 0, 46, 0, 1, 1, -7499.86, -2133.78, 143.687, 3.63029, 0, 0, -0.970295, 0.241925, 900, 255, 1, '', 50664, NULL), +(@OGUID+6215, 165658, 0, 46, 0, 1, 1, -8415.71, -1184.7, 189.696, 1.16937, 0, 0, 0.551936, 0.833886, 900, 255, 1, '', 48632, NULL), +(@OGUID+6216, 165658, 0, 46, 0, 1, 1, -8386.3, -2815.53, 211.551, 2.47837, 0, 0, 0.945518, 0.325568, 900, 255, 1, '', 49345, NULL), +(@OGUID+6217, 165658, 0, 46, 0, 1, 1, -8285.12, -1363.55, 184.006, 2.87979, 0, 0, 0.991445, 0.130528, 900, 255, 1, '', 48632, NULL), +(@OGUID+6218, 165658, 0, 46, 2421, 1, 1, -8283.58, -1058.49, 149.401, 0.541051, 0, 0, 0.267238, 0.963631, 900, 255, 1, '', 51739, NULL), +(@OGUID+6219, 165658, 0, 46, 0, 1, 1, -8283.12, -2374.25, 177.531, 1.36136, 0, 0, 0.62932, 0.777146, 900, 255, 1, '', 51739, NULL), +(@OGUID+6220, 165658, 0, 46, 2420, 1, 1, -8228.16, -2947.63, 159.85, 0, 0, 0, 0, 1, 900, 255, 1, '', 51666, NULL), +(@OGUID+6221, 165658, 0, 46, 0, 1, 1, -8191.1, -1650.54, 147.062, 5.93412, 0, 0, -0.173648, 0.984808, 900, 255, 1, '', 49345, NULL), +(@OGUID+6222, 165658, 0, 46, 0, 1, 1, -8165.27, -762, 132.767, 3.45576, 0, 0, -0.987688, 0.156436, 900, 255, 1, '', 49345, NULL), +(@OGUID+6223, 165658, 0, 46, 0, 1, 1, -8160.95, -2169.34, 148.758, 6.17847, 0, 0, -0.0523357, 0.99863, 900, 255, 1, '', 51666, NULL), +(@OGUID+6224, 165658, 0, 46, 0, 1, 1, -8133.09, -1445.57, 137.726, 2.07694, 0, 0, 0.861629, 0.507539, 900, 255, 1, '', 48120, NULL), +(@OGUID+6225, 165658, 0, 46, 0, 1, 1, -8124.25, -2463.32, 149.642, 2.80998, 0, 0, 0.986285, 0.16505, 900, 255, 1, '', 48632, NULL), +(@OGUID+6226, 165658, 0, 46, 0, 1, 1, -8085.11, -1281.41, 141.056, 4.25861, 0, 0, -0.848047, 0.529921, 900, 255, 1, '', 48632, NULL), +(@OGUID+6227, 165658, 0, 46, 0, 1, 1, -7978.63, -2637.21, 170.892, 6.05629, 0, 0, -0.113203, 0.993572, 900, 255, 1, '', 49345, NULL), +(@OGUID+6228, 165658, 0, 46, 249, 1, 1, -7923.78, -2652.97, 159.375, 4.03171, 0, 0, -0.902585, 0.430512, 900, 255, 1, '', 51666, NULL), +(@OGUID+6229, 165658, 0, 46, 0, 1, 1, -7922.38, -2600.25, 123.755, 1.11701, 0, 0, 0.529919, 0.848048, 900, 255, 1, '', 49345, NULL), +(@OGUID+6230, 165658, 0, 46, 249, 1, 1, -7905.27, -2637.69, 182.47, 1.3439, 0, 0, 0.622514, 0.782609, 900, 255, 1, '', 51943, NULL), +(@OGUID+6231, 165658, 0, 46, 249, 1, 1, -7890.67, -2537.66, 129.832, 1.53589, 0, 0, 0.694658, 0.71934, 900, 255, 1, '', 51739, NULL), +(@OGUID+6232, 165658, 0, 46, 0, 1, 1, -7889.31, -2160.1, 131.521, 4.25861, 0, 0, -0.848047, 0.529921, 900, 255, 1, '', 48632, NULL), +(@OGUID+6233, 165658, 0, 46, 2420, 1, 1, -7885.49, -2977.03, 154.692, 0.628317, 0, 0, 0.309016, 0.951057, 900, 255, 1, '', 51739, NULL), +(@OGUID+6234, 165658, 0, 46, 0, 1, 1, -7883.55, -1702.45, 137.553, 5.55015, 0, 0, -0.358368, 0.93358, 900, 255, 1, '', 48120, NULL), +(@OGUID+6235, 165658, 0, 46, 249, 1, 1, -7867.84, -2616.95, 124.396, 5.44543, 0, 0, -0.406736, 0.913546, 900, 255, 1, '', 51666, NULL), +(@OGUID+6236, 165658, 0, 46, 0, 1, 1, -7864.27, -874.889, 150.601, 2.70526, 0, 0, 0.976295, 0.216442, 900, 255, 1, '', 52237, NULL), +(@OGUID+6237, 165658, 0, 46, 249, 1, 1, -7858.74, -2693.35, 173.306, 0.680677, 0, 0, 0.333806, 0.942642, 900, 255, 1, '', 51739, NULL), +(@OGUID+6238, 165658, 0, 46, 0, 1, 1, -7843.5, -2715.97, 170.357, 3.73501, 0, 0, -0.956305, 0.292372, 900, 255, 1, '', 50664, NULL), +(@OGUID+6239, 165658, 0, 46, 249, 1, 1, -7832.02, -2561.15, 126.274, 0.645772, 0, 0, 0.317305, 0.948324, 900, 255, 1, '', 51739, NULL), +(@OGUID+6240, 165658, 0, 46, 0, 1, 1, -7814.68, -2648.13, 223.628, 0, 0, 0, 0, 1, 900, 255, 1, '', 49345, NULL), +(@OGUID+6241, 165658, 0, 46, 0, 1, 1, -7771.45, -1950.79, 133.599, 4.03171, 0, 0, -0.902585, 0.430512, 900, 255, 1, '', 48120, NULL), +(@OGUID+6242, 165658, 0, 46, 0, 1, 1, -7761.35, -1512.32, 131.932, 5.75959, 0, 0, -0.258819, 0.965926, 900, 255, 1, '', 49345, NULL), +(@OGUID+6243, 165658, 0, 46, 250, 1, 1, -7744.56, -2400.38, 144.921, 3.61284, 0, 0, -0.972369, 0.233448, 900, 255, 1, '', 51739, NULL), +(@OGUID+6244, 165658, 0, 46, 250, 1, 1, -7600.98, -2157.01, 149.361, 1.81514, 0, 0, 0.788011, 0.615662, 900, 255, 1, '', 51739, NULL), +(@OGUID+6245, 165658, 0, 46, 2419, 1, 1, -7572.03, -2948.74, 161.788, 3.59538, 0, 0, -0.97437, 0.224951, 900, 255, 1, '', 51943, NULL), +(@OGUID+6246, 165658, 0, 46, 0, 1, 1, -7506.58, -2390.73, 186.779, 0.366518, 0, 0, 0.182235, 0.983255, 900, 255, 1, '', 51739, NULL), +(@OGUID+6247, 165658, 0, 46, 0, 1, 1, -7499.86, -2133.78, 143.687, 3.63029, 0, 0, -0.970295, 0.241925, 900, 255, 1, '', 50664, NULL), +(@OGUID+6248, 2040, 0, 46, 1637, 1, 1, -8395.64, -1012.59, 190.268, 5.21854, 0, 0, -0.507538, 0.861629, 900, 255, 1, '', 50664, NULL), +(@OGUID+6249, 2040, 0, 46, 0, 1, 1, -8350.85, -1897.95, 179.341, 2.25147, 0, 0, 0.902585, 0.430512, 900, 255, 1, '', 51739, NULL), +(@OGUID+6250, 2040, 0, 46, 0, 1, 1, -8266.68, -2304.53, 157.275, 0.837757, 0, 0, 0.406736, 0.913546, 900, 255, 1, '', 51666, NULL), +(@OGUID+6251, 2040, 0, 46, 0, 1, 1, -8265.21, -2501.09, 151.887, 0.261798, 0, 0, 0.130526, 0.991445, 900, 255, 1, '', 49345, NULL), +(@OGUID+6252, 2040, 0, 46, 460, 1, 1, -8243.22, -2085.78, 159.045, 1.06465, 0, 0, 0.507538, 0.861629, 900, 255, 1, '', 50664, NULL), +(@OGUID+6253, 2040, 0, 46, 0, 1, 1, -8225.09, -2783.73, 139.593, 3.927, 0, 0, -0.923879, 0.382686, 900, 255, 1, '', 48632, NULL), +(@OGUID+6254, 2040, 0, 46, 0, 1, 1, -8188.76, -1926.49, 148.641, 5.60251, 0, 0, -0.333807, 0.942641, 900, 255, 1, '', 51739, NULL), +(@OGUID+6255, 2040, 0, 46, 9, 1, 1, -8074.63, -1596.57, 139.614, 6.26573, 0, 0, -0.00872612, 0.999962, 900, 255, 1, '', 48632, NULL), +(@OGUID+6256, 2040, 0, 46, 1637, 1, 1, -8069.67, -1793.36, 138.633, 5.67232, 0, 0, -0.300705, 0.953717, 900, 255, 1, '', 50664, NULL), +(@OGUID+6257, 2040, 0, 46, 2420, 1, 1, -8046.55, -2989.31, 143.277, 3.45576, 0, 0, -0.987688, 0.156436, 900, 255, 1, '', 51739, NULL), +(@OGUID+6258, 2040, 0, 46, 249, 1, 1, -7984.65, -2750.98, 165.192, 3.08918, 0, 0, 0.999657, 0.0262016, 900, 255, 1, '', 51739, NULL), +(@OGUID+6259, 2040, 0, 46, 0, 1, 1, -7956.23, -2514.58, 134.91, 4.15388, 0, 0, -0.874619, 0.48481, 900, 255, 1, '', 50664, NULL), +(@OGUID+6260, 2040, 0, 46, 249, 1, 1, -7942.18, -2657.86, 218.995, 2.46091, 0, 0, 0.942641, 0.333808, 900, 255, 1, '', 51739, NULL), +(@OGUID+6261, 2040, 0, 46, 2420, 1, 1, -7930.76, -2717.33, 164.43, 3.83973, 0, 0, -0.939692, 0.34202, 900, 255, 1, '', 51666, NULL), +(@OGUID+6262, 2040, 0, 46, 0, 1, 1, -7916.36, -1989.86, 141.389, 1.32645, 0, 0, 0.615661, 0.788011, 900, 255, 1, '', 51739, NULL), +(@OGUID+6263, 2040, 0, 46, 0, 1, 1, -7892.74, -2637.32, 169.992, 6.02139, 0, 0, -0.130526, 0.991445, 900, 255, 1, '', 49345, NULL), +(@OGUID+6264, 2040, 0, 46, 1637, 1, 1, -7891.78, -2589.1, 124.604, 3.14159, 0, 0, -1, 0, 900, 255, 1, '', 50664, NULL), +(@OGUID+6265, 2040, 0, 46, 1637, 1, 1, -7891.38, -2502.69, 130.051, 6.12611, 0, 0, -0.0784588, 0.996917, 900, 255, 1, '', 50664, NULL), +(@OGUID+6266, 2040, 0, 46, 249, 1, 1, -7888.64, -2573.78, 176.537, 1.37881, 0, 0, 0.636078, 0.771625, 900, 255, 1, '', 45854, NULL), +(@OGUID+6267, 2040, 0, 46, 0, 1, 1, -7855.9, -2538.82, 177.637, 1.95477, 0, 0, 0.829038, 0.559193, 900, 255, 1, '', 49345, NULL), +(@OGUID+6268, 2040, 0, 46, 0, 1, 1, -7824.89, -2618.07, 123.346, 6.19592, 0, 0, -0.0436192, 0.999048, 900, 255, 1, '', 49345, NULL), +(@OGUID+6269, 2040, 0, 46, 249, 1, 1, -7811.58, -2645.43, 174.273, 5.46288, 0, 0, -0.398748, 0.91706, 900, 255, 1, '', 51739, NULL), +(@OGUID+6270, 2040, 0, 46, 460, 1, 1, -7798.7, -2700.66, 173.512, 1.22173, 0, 0, 0.573576, 0.819152, 900, 255, 1, '', 50664, NULL), +(@OGUID+6271, 2040, 0, 46, 249, 1, 1, -7797.94, -2358.84, 144.69, 4.32842, 0, 0, -0.829037, 0.559194, 900, 255, 1, '', 51739, NULL), +(@OGUID+6272, 2040, 0, 46, 2420, 1, 1, -7756.13, -2785.21, 163.069, 1.79769, 0, 0, 0.782608, 0.622515, 900, 255, 1, '', 45854, NULL), +(@OGUID+6273, 2040, 0, 46, 2419, 1, 1, -7751.43, -2988.83, 143.283, 1.8675, 0, 0, 0.803857, 0.594823, 900, 255, 1, '', 51739, NULL), +(@OGUID+6274, 2040, 0, 46, 1519, 1, 1, -7722.68, -2614.47, 162.427, 0.802851, 0, 0, 0.390731, 0.920505, 900, 255, 1, '', 47720, NULL), +(@OGUID+6275, 2040, 0, 46, 250, 1, 1, -7681.69, -1883.48, 137.159, 4.88692, 0, 0, -0.642787, 0.766045, 900, 255, 1, '', 51739, NULL), +(@OGUID+6276, 2040, 0, 46, 1637, 1, 1, -7537.94, -2822.67, 161.341, 3.24635, 0, 0, -0.998629, 0.0523532, 900, 255, 1, '', 50664, NULL), +(@OGUID+6277, 2040, 0, 46, 0, 1, 1, -7524.61, -2585.58, 141.746, 2.02458, 0, 0, 0.848047, 0.529921, 900, 255, 1, '', 51739, NULL), +(@OGUID+6278, 1734, 0, 46, 1637, 1, 1, -8395.64, -1012.59, 190.268, 5.21854, 0, 0, -0.507538, 0.861629, 900, 255, 1, '', 50664, NULL), +(@OGUID+6279, 1734, 0, 46, 0, 1, 1, -8350.85, -1897.95, 179.341, 2.25147, 0, 0, 0.902585, 0.430512, 900, 255, 1, '', 51739, NULL), +(@OGUID+6280, 1734, 0, 46, 0, 1, 1, -8266.68, -2304.53, 157.275, 0.837757, 0, 0, 0.406736, 0.913546, 900, 255, 1, '', 51666, NULL), +(@OGUID+6281, 1734, 0, 46, 0, 1, 1, -8265.21, -2501.09, 151.887, 0.261798, 0, 0, 0.130526, 0.991445, 900, 255, 1, '', 49345, NULL), +(@OGUID+6282, 1734, 0, 46, 460, 1, 1, -8243.22, -2085.78, 159.045, 1.06465, 0, 0, 0.507538, 0.861629, 900, 255, 1, '', 50664, NULL), +(@OGUID+6283, 1734, 0, 46, 0, 1, 1, -8225.09, -2783.73, 139.593, 3.927, 0, 0, -0.923879, 0.382686, 900, 255, 1, '', 48632, NULL), +(@OGUID+6284, 1734, 0, 46, 0, 1, 1, -8188.76, -1926.49, 148.641, 5.60251, 0, 0, -0.333807, 0.942641, 900, 255, 1, '', 51739, NULL), +(@OGUID+6285, 1734, 0, 46, 9, 1, 1, -8074.63, -1596.57, 139.614, 6.26573, 0, 0, -0.00872612, 0.999962, 900, 255, 1, '', 48632, NULL), +(@OGUID+6286, 1734, 0, 46, 1637, 1, 1, -8069.67, -1793.36, 138.633, 5.67232, 0, 0, -0.300705, 0.953717, 900, 255, 1, '', 50664, NULL), +(@OGUID+6287, 1734, 0, 46, 2420, 1, 1, -8046.55, -2989.31, 143.277, 3.45576, 0, 0, -0.987688, 0.156436, 900, 255, 1, '', 51739, NULL), +(@OGUID+6288, 1734, 0, 46, 249, 1, 1, -7984.65, -2750.98, 165.192, 3.08918, 0, 0, 0.999657, 0.0262016, 900, 255, 1, '', 51739, NULL), +(@OGUID+6289, 1734, 0, 46, 0, 1, 1, -7956.23, -2514.58, 134.91, 4.15388, 0, 0, -0.874619, 0.48481, 900, 255, 1, '', 50664, NULL), +(@OGUID+6290, 1734, 0, 46, 249, 1, 1, -7942.18, -2657.86, 218.995, 2.46091, 0, 0, 0.942641, 0.333808, 900, 255, 1, '', 51739, NULL), +(@OGUID+6291, 1734, 0, 46, 2420, 1, 1, -7930.76, -2717.33, 164.43, 3.83973, 0, 0, -0.939692, 0.34202, 900, 255, 1, '', 51666, NULL), +(@OGUID+6292, 1734, 0, 46, 0, 1, 1, -7916.36, -1989.86, 141.389, 1.32645, 0, 0, 0.615661, 0.788011, 900, 255, 1, '', 51739, NULL), +(@OGUID+6293, 1734, 0, 46, 0, 1, 1, -7892.74, -2637.32, 169.992, 6.02139, 0, 0, -0.130526, 0.991445, 900, 255, 1, '', 49345, NULL), +(@OGUID+6294, 1734, 0, 46, 1637, 1, 1, -7891.78, -2589.1, 124.604, 3.14159, 0, 0, -1, 0, 900, 255, 1, '', 50664, NULL), +(@OGUID+6295, 1734, 0, 46, 1637, 1, 1, -7891.38, -2502.69, 130.051, 6.12611, 0, 0, -0.0784588, 0.996917, 900, 255, 1, '', 50664, NULL), +(@OGUID+6296, 1734, 0, 46, 249, 1, 1, -7888.64, -2573.78, 176.537, 1.37881, 0, 0, 0.636078, 0.771625, 900, 255, 1, '', 45854, NULL), +(@OGUID+6297, 1734, 0, 46, 0, 1, 1, -7855.9, -2538.82, 177.637, 1.95477, 0, 0, 0.829038, 0.559193, 900, 255, 1, '', 49345, NULL), +(@OGUID+6298, 1734, 0, 46, 0, 1, 1, -7824.89, -2618.07, 123.346, 6.19592, 0, 0, -0.0436192, 0.999048, 900, 255, 1, '', 49345, NULL), +(@OGUID+6299, 1734, 0, 46, 249, 1, 1, -7811.58, -2645.43, 174.273, 5.46288, 0, 0, -0.398748, 0.91706, 900, 255, 1, '', 51739, NULL), +(@OGUID+6300, 1734, 0, 46, 460, 1, 1, -7798.7, -2700.66, 173.512, 1.22173, 0, 0, 0.573576, 0.819152, 900, 255, 1, '', 50664, NULL), +(@OGUID+6301, 1734, 0, 46, 249, 1, 1, -7797.94, -2358.84, 144.69, 4.32842, 0, 0, -0.829037, 0.559194, 900, 255, 1, '', 51739, NULL), +(@OGUID+6302, 1734, 0, 46, 2420, 1, 1, -7756.13, -2785.21, 163.069, 1.79769, 0, 0, 0.782608, 0.622515, 900, 255, 1, '', 45854, NULL), +(@OGUID+6303, 1734, 0, 46, 2419, 1, 1, -7751.43, -2988.83, 143.283, 1.8675, 0, 0, 0.803857, 0.594823, 900, 255, 1, '', 51739, NULL), +(@OGUID+6304, 1734, 0, 46, 1519, 1, 1, -7722.68, -2614.47, 162.427, 0.802851, 0, 0, 0.390731, 0.920505, 900, 255, 1, '', 47720, NULL), +(@OGUID+6305, 1734, 0, 46, 250, 1, 1, -7681.69, -1883.48, 137.159, 4.88692, 0, 0, -0.642787, 0.766045, 900, 255, 1, '', 51739, NULL), +(@OGUID+6306, 1734, 0, 46, 1637, 1, 1, -7537.94, -2822.67, 161.341, 3.24635, 0, 0, -0.998629, 0.0523532, 900, 255, 1, '', 50664, NULL), +(@OGUID+6307, 1734, 0, 46, 0, 1, 1, -7524.61, -2585.58, 141.746, 2.02458, 0, 0, 0.848047, 0.529921, 900, 255, 1, '', 51739, NULL), +(@OGUID+6308, 2047, 0, 46, 1637, 1, 1, -8395.64, -1012.59, 190.268, 5.21854, 0, 0, -0.507538, 0.861629, 900, 255, 1, '', 50664, NULL), +(@OGUID+6309, 2047, 0, 46, 0, 1, 1, -8350.85, -1897.95, 179.341, 2.25147, 0, 0, 0.902585, 0.430512, 900, 255, 1, '', 51739, NULL), +(@OGUID+6310, 2047, 0, 46, 0, 1, 1, -8266.68, -2304.53, 157.275, 0.837757, 0, 0, 0.406736, 0.913546, 900, 255, 1, '', 51666, NULL), +(@OGUID+6311, 2047, 0, 46, 0, 1, 1, -8265.21, -2501.09, 151.887, 0.261798, 0, 0, 0.130526, 0.991445, 900, 255, 1, '', 49345, NULL), +(@OGUID+6312, 2047, 0, 46, 460, 1, 1, -8243.22, -2085.78, 159.045, 1.06465, 0, 0, 0.507538, 0.861629, 900, 255, 1, '', 50664, NULL), +(@OGUID+6313, 2047, 0, 46, 0, 1, 1, -8225.09, -2783.73, 139.593, 3.927, 0, 0, -0.923879, 0.382686, 900, 255, 1, '', 48632, NULL), +(@OGUID+6314, 2047, 0, 46, 0, 1, 1, -8188.76, -1926.49, 148.641, 5.60251, 0, 0, -0.333807, 0.942641, 900, 255, 1, '', 51739, NULL), +(@OGUID+6315, 2047, 0, 46, 9, 1, 1, -8074.63, -1596.57, 139.614, 6.26573, 0, 0, -0.00872612, 0.999962, 900, 255, 1, '', 48632, NULL), +(@OGUID+6316, 2047, 0, 46, 1637, 1, 1, -8069.67, -1793.36, 138.633, 5.67232, 0, 0, -0.300705, 0.953717, 900, 255, 1, '', 50664, NULL), +(@OGUID+6317, 2047, 0, 46, 2420, 1, 1, -8046.55, -2989.31, 143.277, 3.45576, 0, 0, -0.987688, 0.156436, 900, 255, 1, '', 51739, NULL), +(@OGUID+6318, 2047, 0, 46, 249, 1, 1, -7984.65, -2750.98, 165.192, 3.08918, 0, 0, 0.999657, 0.0262016, 900, 255, 1, '', 51739, NULL), +(@OGUID+6319, 2047, 0, 46, 0, 1, 1, -7956.23, -2514.58, 134.91, 4.15388, 0, 0, -0.874619, 0.48481, 900, 255, 1, '', 50664, NULL), +(@OGUID+6320, 2047, 0, 46, 249, 1, 1, -7942.18, -2657.86, 218.995, 2.46091, 0, 0, 0.942641, 0.333808, 900, 255, 1, '', 51739, NULL), +(@OGUID+6321, 2047, 0, 46, 2420, 1, 1, -7930.76, -2717.33, 164.43, 3.83973, 0, 0, -0.939692, 0.34202, 900, 255, 1, '', 51666, NULL), +(@OGUID+6322, 2047, 0, 46, 0, 1, 1, -7916.36, -1989.86, 141.389, 1.32645, 0, 0, 0.615661, 0.788011, 900, 255, 1, '', 51739, NULL), +(@OGUID+6323, 2047, 0, 46, 0, 1, 1, -7892.74, -2637.32, 169.992, 6.02139, 0, 0, -0.130526, 0.991445, 900, 255, 1, '', 49345, NULL), +(@OGUID+6324, 2047, 0, 46, 1637, 1, 1, -7891.78, -2589.1, 124.604, 3.14159, 0, 0, -1, 0, 900, 255, 1, '', 50664, NULL), +(@OGUID+6325, 2047, 0, 46, 1637, 1, 1, -7891.38, -2502.69, 130.051, 6.12611, 0, 0, -0.0784588, 0.996917, 900, 255, 1, '', 50664, NULL), +(@OGUID+6326, 2047, 0, 46, 249, 1, 1, -7888.64, -2573.78, 176.537, 1.37881, 0, 0, 0.636078, 0.771625, 900, 255, 1, '', 45854, NULL), +(@OGUID+6327, 2047, 0, 46, 0, 1, 1, -7855.9, -2538.82, 177.637, 1.95477, 0, 0, 0.829038, 0.559193, 900, 255, 1, '', 49345, NULL), +(@OGUID+6328, 2047, 0, 46, 0, 1, 1, -7824.89, -2618.07, 123.346, 6.19592, 0, 0, -0.0436192, 0.999048, 900, 255, 1, '', 49345, NULL), +(@OGUID+6329, 2047, 0, 46, 249, 1, 1, -7811.58, -2645.43, 174.273, 5.46288, 0, 0, -0.398748, 0.91706, 900, 255, 1, '', 51739, NULL), +(@OGUID+6330, 2047, 0, 46, 460, 1, 1, -7798.7, -2700.66, 173.512, 1.22173, 0, 0, 0.573576, 0.819152, 900, 255, 1, '', 50664, NULL), +(@OGUID+6331, 2047, 0, 46, 249, 1, 1, -7797.94, -2358.84, 144.69, 4.32842, 0, 0, -0.829037, 0.559194, 900, 255, 1, '', 51739, NULL), +(@OGUID+6332, 2047, 0, 46, 2420, 1, 1, -7756.13, -2785.21, 163.069, 1.79769, 0, 0, 0.782608, 0.622515, 900, 255, 1, '', 45854, NULL), +(@OGUID+6333, 2047, 0, 46, 2419, 1, 1, -7751.43, -2988.83, 143.283, 1.8675, 0, 0, 0.803857, 0.594823, 900, 255, 1, '', 51739, NULL), +(@OGUID+6334, 2047, 0, 46, 1519, 1, 1, -7722.68, -2614.47, 162.427, 0.802851, 0, 0, 0.390731, 0.920505, 900, 255, 1, '', 47720, NULL), +(@OGUID+6335, 2047, 0, 46, 250, 1, 1, -7681.69, -1883.48, 137.159, 4.88692, 0, 0, -0.642787, 0.766045, 900, 255, 1, '', 51739, NULL), +(@OGUID+6336, 2047, 0, 46, 1637, 1, 1, -7537.94, -2822.67, 161.341, 3.24635, 0, 0, -0.998629, 0.0523532, 900, 255, 1, '', 50664, NULL), +(@OGUID+6337, 2047, 0, 46, 0, 1, 1, -7524.61, -2585.58, 141.746, 2.02458, 0, 0, 0.848047, 0.529921, 900, 255, 1, '', 51739, NULL), +(@OGUID+6338, 165658, 0, 46, 1637, 1, 1, -8395.64, -1012.59, 190.268, 5.21854, 0, 0, -0.507538, 0.861629, 900, 255, 1, '', 50664, NULL), +(@OGUID+6339, 165658, 0, 46, 0, 1, 1, -8350.85, -1897.95, 179.341, 2.25147, 0, 0, 0.902585, 0.430512, 900, 255, 1, '', 51739, NULL), +(@OGUID+6340, 165658, 0, 46, 0, 1, 1, -8266.68, -2304.53, 157.275, 0.837757, 0, 0, 0.406736, 0.913546, 900, 255, 1, '', 51666, NULL), +(@OGUID+6341, 165658, 0, 46, 0, 1, 1, -8265.21, -2501.09, 151.887, 0.261798, 0, 0, 0.130526, 0.991445, 900, 255, 1, '', 49345, NULL), +(@OGUID+6342, 165658, 0, 46, 460, 1, 1, -8243.22, -2085.78, 159.045, 1.06465, 0, 0, 0.507538, 0.861629, 900, 255, 1, '', 50664, NULL), +(@OGUID+6343, 165658, 0, 46, 0, 1, 1, -8225.09, -2783.73, 139.593, 3.927, 0, 0, -0.923879, 0.382686, 900, 255, 1, '', 48632, NULL), +(@OGUID+6344, 165658, 0, 46, 0, 1, 1, -8188.76, -1926.49, 148.641, 5.60251, 0, 0, -0.333807, 0.942641, 900, 255, 1, '', 51739, NULL), +(@OGUID+6345, 165658, 0, 46, 9, 1, 1, -8074.63, -1596.57, 139.614, 6.26573, 0, 0, -0.00872612, 0.999962, 900, 255, 1, '', 48632, NULL), +(@OGUID+6346, 165658, 0, 46, 1637, 1, 1, -8069.67, -1793.36, 138.633, 5.67232, 0, 0, -0.300705, 0.953717, 900, 255, 1, '', 50664, NULL), +(@OGUID+6347, 165658, 0, 46, 2420, 1, 1, -8046.55, -2989.31, 143.277, 3.45576, 0, 0, -0.987688, 0.156436, 900, 255, 1, '', 51739, NULL), +(@OGUID+6348, 165658, 0, 46, 249, 1, 1, -7984.65, -2750.98, 165.192, 3.08918, 0, 0, 0.999657, 0.0262016, 900, 255, 1, '', 51739, NULL), +(@OGUID+6349, 165658, 0, 46, 0, 1, 1, -7956.23, -2514.58, 134.91, 4.15388, 0, 0, -0.874619, 0.48481, 900, 255, 1, '', 50664, NULL), +(@OGUID+6350, 165658, 0, 46, 249, 1, 1, -7942.18, -2657.86, 218.995, 2.46091, 0, 0, 0.942641, 0.333808, 900, 255, 1, '', 51739, NULL), +(@OGUID+6351, 165658, 0, 46, 2420, 1, 1, -7930.76, -2717.33, 164.43, 3.83973, 0, 0, -0.939692, 0.34202, 900, 255, 1, '', 51666, NULL), +(@OGUID+6352, 165658, 0, 46, 0, 1, 1, -7916.36, -1989.86, 141.389, 1.32645, 0, 0, 0.615661, 0.788011, 900, 255, 1, '', 51739, NULL), +(@OGUID+6353, 165658, 0, 46, 0, 1, 1, -7892.74, -2637.32, 169.992, 6.02139, 0, 0, -0.130526, 0.991445, 900, 255, 1, '', 49345, NULL), +(@OGUID+6354, 165658, 0, 46, 1637, 1, 1, -7891.78, -2589.1, 124.604, 3.14159, 0, 0, -1, 0, 900, 255, 1, '', 50664, NULL), +(@OGUID+6355, 165658, 0, 46, 1637, 1, 1, -7891.38, -2502.69, 130.051, 6.12611, 0, 0, -0.0784588, 0.996917, 900, 255, 1, '', 50664, NULL), +(@OGUID+6356, 165658, 0, 46, 249, 1, 1, -7888.64, -2573.78, 176.537, 1.37881, 0, 0, 0.636078, 0.771625, 900, 255, 1, '', 45854, NULL), +(@OGUID+6357, 165658, 0, 46, 0, 1, 1, -7855.9, -2538.82, 177.637, 1.95477, 0, 0, 0.829038, 0.559193, 900, 255, 1, '', 49345, NULL), +(@OGUID+6358, 165658, 0, 46, 0, 1, 1, -7824.89, -2618.07, 123.346, 6.19592, 0, 0, -0.0436192, 0.999048, 900, 255, 1, '', 49345, NULL), +(@OGUID+6359, 165658, 0, 46, 249, 1, 1, -7811.58, -2645.43, 174.273, 5.46288, 0, 0, -0.398748, 0.91706, 900, 255, 1, '', 51739, NULL), +(@OGUID+6360, 165658, 0, 46, 460, 1, 1, -7798.7, -2700.66, 173.512, 1.22173, 0, 0, 0.573576, 0.819152, 900, 255, 1, '', 50664, NULL), +(@OGUID+6361, 165658, 0, 46, 249, 1, 1, -7797.94, -2358.84, 144.69, 4.32842, 0, 0, -0.829037, 0.559194, 900, 255, 1, '', 51739, NULL), +(@OGUID+6362, 165658, 0, 46, 2420, 1, 1, -7756.13, -2785.21, 163.069, 1.79769, 0, 0, 0.782608, 0.622515, 900, 255, 1, '', 45854, NULL), +(@OGUID+6363, 165658, 0, 46, 2419, 1, 1, -7751.43, -2988.83, 143.283, 1.8675, 0, 0, 0.803857, 0.594823, 900, 255, 1, '', 51739, NULL), +(@OGUID+6364, 165658, 0, 46, 1519, 1, 1, -7722.68, -2614.47, 162.427, 0.802851, 0, 0, 0.390731, 0.920505, 900, 255, 1, '', 47720, NULL), +(@OGUID+6365, 165658, 0, 46, 250, 1, 1, -7681.69, -1883.48, 137.159, 4.88692, 0, 0, -0.642787, 0.766045, 900, 255, 1, '', 51739, NULL), +(@OGUID+6366, 165658, 0, 46, 1637, 1, 1, -7537.94, -2822.67, 161.341, 3.24635, 0, 0, -0.998629, 0.0523532, 900, 255, 1, '', 50664, NULL), +(@OGUID+6367, 165658, 0, 46, 0, 1, 1, -7524.61, -2585.58, 141.746, 2.02458, 0, 0, 0.848047, 0.529921, 900, 255, 1, '', 51739, NULL), +(@OGUID+6368, 175404, 0, 46, 0, 1, 1, -8408.06, -1137.86, 192.642, 3.01941, 0, 0, 0.998135, 0.0610518, 900, 255, 1, '', 48632, NULL), +(@OGUID+6369, 175404, 0, 46, 0, 1, 1, -8333.37, -1286.25, 211.485, 1.44862, 0, 0, 0.66262, 0.748956, 900, 255, 1, '', 50063, NULL), +(@OGUID+6370, 175404, 0, 46, 2421, 1, 1, -8261.54, -911.658, 160.738, 2.23402, 0, 0, 0.898793, 0.438373, 900, 255, 1, '', 51739, NULL), +(@OGUID+6371, 175404, 0, 46, 0, 1, 1, -8253.05, -1695.74, 158.461, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 51739, NULL), +(@OGUID+6372, 175404, 0, 46, 0, 1, 1, -8205.27, -1519.18, 148.616, 5.60251, 0, 0, -0.333807, 0.942641, 900, 255, 1, '', 48632, NULL), +(@OGUID+6373, 175404, 0, 46, 0, 1, 1, -8204.61, -1857.45, 141.498, 4.99164, 0, 0, -0.601814, 0.798636, 900, 255, 1, '', 49345, NULL), +(@OGUID+6374, 175404, 0, 46, 0, 1, 1, -8175.69, -1155.45, 145.71, 5.72468, 0, 0, -0.275637, 0.961262, 900, 255, 1, '', 51943, NULL), +(@OGUID+6375, 175404, 0, 46, 0, 1, 1, -8166.53, -1331.58, 136.934, 4.15388, 0, 0, -0.874619, 0.48481, 900, 255, 1, '', 50250, NULL), +(@OGUID+6376, 175404, 0, 46, 9, 1, 1, -8101.87, -1042.32, 141.002, 4.24115, 0, 0, -0.85264, 0.522499, 900, 255, 1, '', 48632, NULL), +(@OGUID+6377, 175404, 0, 46, 0, 1, 1, -8019.87, -743.805, 142.527, 2.04204, 0, 0, 0.85264, 0.522499, 900, 255, 1, '', 48632, NULL), +(@OGUID+6378, 175404, 0, 46, 460, 1, 1, -7932.87, -1009, 136.656, 2.70526, 0, 0, 0.976295, 0.216442, 900, 255, 1, '', 50664, NULL), +(@OGUID+6379, 175404, 0, 46, 252, 1, 1, -7905.12, -1491.49, 155.801, 0.226892, 0, 0, 0.113203, 0.993572, 900, 255, 1, '', 52237, NULL), +(@OGUID+6380, 175404, 0, 46, 0, 1, 1, -7832, -1379.85, 159.736, 5.2709, 0, 0, -0.484809, 0.87462, 900, 255, 1, '', 48120, NULL), +(@OGUID+6381, 175404, 0, 46, 0, 1, 1, -7818.59, -1621.74, 143.013, 4.13643, 0, 0, -0.878817, 0.47716, 900, 255, 1, '', 49345, NULL), +(@OGUID+6382, 175404, 0, 46, 0, 1, 1, -7784.13, -2052, 143.532, 1.62316, 0, 0, 0.725374, 0.688355, 900, 255, 1, '', 48632, NULL), +(@OGUID+6383, 175404, 0, 46, 250, 1, 1, -7737.77, -2306.15, 141.825, 3.71755, 0, 0, -0.958819, 0.284016, 900, 255, 1, '', 46248, NULL), +(@OGUID+6384, 175404, 0, 46, 0, 1, 1, -7685, -1650.93, 144.559, 0.296705, 0, 0, 0.147809, 0.989016, 900, 255, 1, '', 48632, NULL), +(@OGUID+6385, 175404, 0, 46, 9, 1, 1, -7671.85, -2192.12, 140.339, 4.04917, 0, 0, -0.898793, 0.438373, 900, 255, 1, '', 48632, NULL), +(@OGUID+6386, 175404, 0, 46, 2419, 1, 1, -7651.12, -3066.23, 135.603, 3.61284, 0, 0, -0.972369, 0.233448, 900, 255, 1, '', 51666, NULL), +(@OGUID+6387, 175404, 0, 46, 0, 1, 1, -7616.39, -705.041, 181.31, 0.977383, 0, 0, 0.469471, 0.882948, 900, 255, 1, '', 49345, NULL), +(@OGUID+6388, 175404, 0, 46, 250, 1, 1, -7611.14, -2387.1, 137.676, 6.14356, 0, 0, -0.0697556, 0.997564, 900, 255, 1, '', 51943, NULL), +(@OGUID+6389, 175404, 0, 46, 252, 1, 1, -7581.09, -1405.04, 168.961, 1.79769, 0, 0, 0.782608, 0.622515, 900, 255, 1, '', 51666, NULL), +(@OGUID+6390, 175404, 0, 46, 250, 1, 1, -7500.52, -1946.37, 195.862, 3.3685, 0, 0, -0.993571, 0.113208, 900, 255, 1, '', 51943, NULL), +(@OGUID+6391, 175404, 0, 46, 0, 1, 1, -7449.41, -2197.73, 166.477, 5.68977, 0, 0, -0.292372, 0.956305, 900, 255, 1, '', 50664, NULL), +(@OGUID+6392, 2047, 0, 46, 0, 1, 1, -8408.06, -1137.86, 192.642, 3.01941, 0, 0, 0.998135, 0.0610518, 900, 255, 1, '', 48632, NULL), +(@OGUID+6393, 2047, 0, 46, 0, 1, 1, -8333.37, -1286.25, 211.485, 1.44862, 0, 0, 0.66262, 0.748956, 900, 255, 1, '', 50063, NULL), +(@OGUID+6394, 2047, 0, 46, 2421, 1, 1, -8261.54, -911.658, 160.738, 2.23402, 0, 0, 0.898793, 0.438373, 900, 255, 1, '', 51739, NULL), +(@OGUID+6395, 2047, 0, 46, 0, 1, 1, -8253.05, -1695.74, 158.461, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 51739, NULL), +(@OGUID+6396, 2047, 0, 46, 0, 1, 1, -8205.27, -1519.18, 148.616, 5.60251, 0, 0, -0.333807, 0.942641, 900, 255, 1, '', 48632, NULL), +(@OGUID+6397, 2047, 0, 46, 0, 1, 1, -8204.61, -1857.45, 141.498, 4.99164, 0, 0, -0.601814, 0.798636, 900, 255, 1, '', 49345, NULL), +(@OGUID+6398, 2047, 0, 46, 0, 1, 1, -8175.69, -1155.45, 145.71, 5.72468, 0, 0, -0.275637, 0.961262, 900, 255, 1, '', 51943, NULL), +(@OGUID+6399, 2047, 0, 46, 0, 1, 1, -8166.53, -1331.58, 136.934, 4.15388, 0, 0, -0.874619, 0.48481, 900, 255, 1, '', 50250, NULL), +(@OGUID+6400, 2047, 0, 46, 9, 1, 1, -8101.87, -1042.32, 141.002, 4.24115, 0, 0, -0.85264, 0.522499, 900, 255, 1, '', 48632, NULL), +(@OGUID+6401, 2047, 0, 46, 0, 1, 1, -8019.87, -743.805, 142.527, 2.04204, 0, 0, 0.85264, 0.522499, 900, 255, 1, '', 48632, NULL), +(@OGUID+6402, 2047, 0, 46, 460, 1, 1, -7932.87, -1009, 136.656, 2.70526, 0, 0, 0.976295, 0.216442, 900, 255, 1, '', 50664, NULL), +(@OGUID+6403, 2047, 0, 46, 252, 1, 1, -7905.12, -1491.49, 155.801, 0.226892, 0, 0, 0.113203, 0.993572, 900, 255, 1, '', 52237, NULL), +(@OGUID+6404, 2047, 0, 46, 0, 1, 1, -7832, -1379.85, 159.736, 5.2709, 0, 0, -0.484809, 0.87462, 900, 255, 1, '', 48120, NULL), +(@OGUID+6405, 2047, 0, 46, 0, 1, 1, -7818.59, -1621.74, 143.013, 4.13643, 0, 0, -0.878817, 0.47716, 900, 255, 1, '', 49345, NULL), +(@OGUID+6406, 2047, 0, 46, 0, 1, 1, -7784.13, -2052, 143.532, 1.62316, 0, 0, 0.725374, 0.688355, 900, 255, 1, '', 48632, NULL), +(@OGUID+6407, 2047, 0, 46, 250, 1, 1, -7737.77, -2306.15, 141.825, 3.71755, 0, 0, -0.958819, 0.284016, 900, 255, 1, '', 46248, NULL), +(@OGUID+6408, 2047, 0, 46, 0, 1, 1, -7685, -1650.93, 144.559, 0.296705, 0, 0, 0.147809, 0.989016, 900, 255, 1, '', 48632, NULL), +(@OGUID+6409, 2047, 0, 46, 9, 1, 1, -7671.85, -2192.12, 140.339, 4.04917, 0, 0, -0.898793, 0.438373, 900, 255, 1, '', 48632, NULL), +(@OGUID+6410, 2047, 0, 46, 2419, 1, 1, -7651.12, -3066.23, 135.603, 3.61284, 0, 0, -0.972369, 0.233448, 900, 255, 1, '', 51666, NULL), +(@OGUID+6411, 2047, 0, 46, 0, 1, 1, -7616.39, -705.041, 181.31, 0.977383, 0, 0, 0.469471, 0.882948, 900, 255, 1, '', 49345, NULL), +(@OGUID+6412, 2047, 0, 46, 250, 1, 1, -7611.14, -2387.1, 137.676, 6.14356, 0, 0, -0.0697556, 0.997564, 900, 255, 1, '', 51943, NULL), +(@OGUID+6413, 2047, 0, 46, 252, 1, 1, -7581.09, -1405.04, 168.961, 1.79769, 0, 0, 0.782608, 0.622515, 900, 255, 1, '', 51666, NULL), +(@OGUID+6414, 2047, 0, 46, 250, 1, 1, -7500.52, -1946.37, 195.862, 3.3685, 0, 0, -0.993571, 0.113208, 900, 255, 1, '', 51943, NULL), +(@OGUID+6415, 2047, 0, 46, 0, 1, 1, -7449.41, -2197.73, 166.477, 5.68977, 0, 0, -0.292372, 0.956305, 900, 255, 1, '', 50664, NULL), +(@OGUID+6416, 165658, 0, 46, 0, 1, 1, -8408.06, -1137.86, 192.642, 3.01941, 0, 0, 0.998135, 0.0610518, 900, 255, 1, '', 48632, NULL), +(@OGUID+6417, 165658, 0, 46, 0, 1, 1, -8333.37, -1286.25, 211.485, 1.44862, 0, 0, 0.66262, 0.748956, 900, 255, 1, '', 50063, NULL), +(@OGUID+6418, 165658, 0, 46, 2421, 1, 1, -8261.54, -911.658, 160.738, 2.23402, 0, 0, 0.898793, 0.438373, 900, 255, 1, '', 51739, NULL), +(@OGUID+6419, 165658, 0, 46, 0, 1, 1, -8253.05, -1695.74, 158.461, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 51739, NULL), +(@OGUID+6420, 165658, 0, 46, 0, 1, 1, -8205.27, -1519.18, 148.616, 5.60251, 0, 0, -0.333807, 0.942641, 900, 255, 1, '', 48632, NULL), +(@OGUID+6421, 165658, 0, 46, 0, 1, 1, -8204.61, -1857.45, 141.498, 4.99164, 0, 0, -0.601814, 0.798636, 900, 255, 1, '', 49345, NULL), +(@OGUID+6422, 165658, 0, 46, 0, 1, 1, -8175.69, -1155.45, 145.71, 5.72468, 0, 0, -0.275637, 0.961262, 900, 255, 1, '', 51943, NULL), +(@OGUID+6423, 165658, 0, 46, 0, 1, 1, -8166.53, -1331.58, 136.934, 4.15388, 0, 0, -0.874619, 0.48481, 900, 255, 1, '', 50250, NULL), +(@OGUID+6424, 165658, 0, 46, 9, 1, 1, -8101.87, -1042.32, 141.002, 4.24115, 0, 0, -0.85264, 0.522499, 900, 255, 1, '', 48632, NULL), +(@OGUID+6425, 165658, 0, 46, 0, 1, 1, -8019.87, -743.805, 142.527, 2.04204, 0, 0, 0.85264, 0.522499, 900, 255, 1, '', 48632, NULL), +(@OGUID+6426, 165658, 0, 46, 460, 1, 1, -7932.87, -1009, 136.656, 2.70526, 0, 0, 0.976295, 0.216442, 900, 255, 1, '', 50664, NULL), +(@OGUID+6427, 165658, 0, 46, 252, 1, 1, -7905.12, -1491.49, 155.801, 0.226892, 0, 0, 0.113203, 0.993572, 900, 255, 1, '', 52237, NULL), +(@OGUID+6428, 165658, 0, 46, 0, 1, 1, -7832, -1379.85, 159.736, 5.2709, 0, 0, -0.484809, 0.87462, 900, 255, 1, '', 48120, NULL), +(@OGUID+6429, 165658, 0, 46, 0, 1, 1, -7818.59, -1621.74, 143.013, 4.13643, 0, 0, -0.878817, 0.47716, 900, 255, 1, '', 49345, NULL), +(@OGUID+6430, 165658, 0, 46, 0, 1, 1, -7784.13, -2052, 143.532, 1.62316, 0, 0, 0.725374, 0.688355, 900, 255, 1, '', 48632, NULL), +(@OGUID+6431, 165658, 0, 46, 250, 1, 1, -7737.77, -2306.15, 141.825, 3.71755, 0, 0, -0.958819, 0.284016, 900, 255, 1, '', 46248, NULL), +(@OGUID+6432, 165658, 0, 46, 0, 1, 1, -7685, -1650.93, 144.559, 0.296705, 0, 0, 0.147809, 0.989016, 900, 255, 1, '', 48632, NULL), +(@OGUID+6433, 165658, 0, 46, 9, 1, 1, -7671.85, -2192.12, 140.339, 4.04917, 0, 0, -0.898793, 0.438373, 900, 255, 1, '', 48632, NULL), +(@OGUID+6434, 165658, 0, 46, 2419, 1, 1, -7651.12, -3066.23, 135.603, 3.61284, 0, 0, -0.972369, 0.233448, 900, 255, 1, '', 51666, NULL), +(@OGUID+6435, 165658, 0, 46, 0, 1, 1, -7616.39, -705.041, 181.31, 0.977383, 0, 0, 0.469471, 0.882948, 900, 255, 1, '', 49345, NULL), +(@OGUID+6436, 165658, 0, 46, 250, 1, 1, -7611.14, -2387.1, 137.676, 6.14356, 0, 0, -0.0697556, 0.997564, 900, 255, 1, '', 51943, NULL), +(@OGUID+6437, 165658, 0, 46, 252, 1, 1, -7581.09, -1405.04, 168.961, 1.79769, 0, 0, 0.782608, 0.622515, 900, 255, 1, '', 51666, NULL), +(@OGUID+6438, 165658, 0, 46, 250, 1, 1, -7500.52, -1946.37, 195.862, 3.3685, 0, 0, -0.993571, 0.113208, 900, 255, 1, '', 51943, NULL), +(@OGUID+6439, 165658, 0, 46, 0, 1, 1, -7449.41, -2197.73, 166.477, 5.68977, 0, 0, -0.292372, 0.956305, 900, 255, 1, '', 50664, NULL); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+6149, @POOL_SINGLE+853, 80, 'Burning Steppes - Ore Pool - Small Thorium Vein'), +(@OGUID+6150, @POOL_SINGLE+854, 80, 'Burning Steppes - Ore Pool - Small Thorium Vein'), +(@OGUID+6151, @POOL_SINGLE+855, 80, 'Burning Steppes - Ore Pool - Small Thorium Vein'), +(@OGUID+6152, @POOL_SINGLE+856, 80, 'Burning Steppes - Ore Pool - Small Thorium Vein'), +(@OGUID+6153, @POOL_SINGLE+857, 80, 'Burning Steppes - Ore Pool - Small Thorium Vein'), +(@OGUID+6154, @POOL_SINGLE+858, 80, 'Burning Steppes - Ore Pool - Small Thorium Vein'), +(@OGUID+6155, @POOL_SINGLE+859, 80, 'Burning Steppes - Ore Pool - Small Thorium Vein'), +(@OGUID+6156, @POOL_SINGLE+860, 80, 'Burning Steppes - Ore Pool - Small Thorium Vein'), +(@OGUID+6157, @POOL_SINGLE+861, 80, 'Burning Steppes - Ore Pool - Small Thorium Vein'), +(@OGUID+6158, @POOL_SINGLE+862, 80, 'Burning Steppes - Ore Pool - Small Thorium Vein'), +(@OGUID+6159, @POOL_SINGLE+863, 80, 'Burning Steppes - Ore Pool - Small Thorium Vein'), +(@OGUID+6160, @POOL_SINGLE+864, 80, 'Burning Steppes - Ore Pool - Small Thorium Vein'), +(@OGUID+6161, @POOL_SINGLE+865, 80, 'Burning Steppes - Ore Pool - Small Thorium Vein'), +(@OGUID+6162, @POOL_SINGLE+866, 80, 'Burning Steppes - Ore Pool - Small Thorium Vein'), +(@OGUID+6163, @POOL_SINGLE+867, 80, 'Burning Steppes - Ore Pool - Small Thorium Vein'), +(@OGUID+6164, @POOL_SINGLE+868, 80, 'Burning Steppes - Ore Pool - Small Thorium Vein'), +(@OGUID+6165, @POOL_SINGLE+869, 80, 'Burning Steppes - Ore Pool - Small Thorium Vein'), +(@OGUID+6166, @POOL_SINGLE+870, 80, 'Burning Steppes - Ore Pool - Small Thorium Vein'), +(@OGUID+6167, @POOL_SINGLE+871, 80, 'Burning Steppes - Ore Pool - Small Thorium Vein'), +(@OGUID+6168, @POOL_SINGLE+872, 80, 'Burning Steppes - Ore Pool - Small Thorium Vein'), +(@OGUID+6169, @POOL_SINGLE+873, 80, 'Burning Steppes - Ore Pool - Small Thorium Vein'), +(@OGUID+6170, @POOL_SINGLE+874, 80, 'Burning Steppes - Ore Pool - Small Thorium Vein'), +(@OGUID+6171, @POOL_SINGLE+875, 80, 'Burning Steppes - Ore Pool - Small Thorium Vein'), +(@OGUID+6172, @POOL_SINGLE+876, 80, 'Burning Steppes - Ore Pool - Small Thorium Vein'), +(@OGUID+6173, @POOL_SINGLE+877, 80, 'Burning Steppes - Ore Pool - Small Thorium Vein'), +(@OGUID+6174, @POOL_SINGLE+878, 80, 'Burning Steppes - Ore Pool - Small Thorium Vein'), +(@OGUID+6175, @POOL_SINGLE+879, 80, 'Burning Steppes - Ore Pool - Small Thorium Vein'), +(@OGUID+6176, @POOL_SINGLE+880, 80, 'Burning Steppes - Ore Pool - Small Thorium Vein'), +(@OGUID+6177, @POOL_SINGLE+881, 80, 'Burning Steppes - Ore Pool - Small Thorium Vein'), +(@OGUID+6178, @POOL_SINGLE+882, 80, 'Burning Steppes - Ore Pool - Small Thorium Vein'), +(@OGUID+6179, @POOL_SINGLE+883, 80, 'Burning Steppes - Ore Pool - Small Thorium Vein'), +(@OGUID+6180, @POOL_SINGLE+884, 80, 'Burning Steppes - Ore Pool - Small Thorium Vein'), +(@OGUID+6181, @POOL_SINGLE+885, 80, 'Burning Steppes - Ore Pool - Small Thorium Vein'), +(@OGUID+6182, @POOL_SINGLE+853, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6183, @POOL_SINGLE+854, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6184, @POOL_SINGLE+855, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6185, @POOL_SINGLE+856, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6186, @POOL_SINGLE+857, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6187, @POOL_SINGLE+858, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6188, @POOL_SINGLE+859, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6189, @POOL_SINGLE+860, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6190, @POOL_SINGLE+861, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6191, @POOL_SINGLE+862, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6192, @POOL_SINGLE+863, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6193, @POOL_SINGLE+864, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6194, @POOL_SINGLE+865, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6195, @POOL_SINGLE+866, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6196, @POOL_SINGLE+867, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6197, @POOL_SINGLE+868, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6198, @POOL_SINGLE+869, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6199, @POOL_SINGLE+870, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6200, @POOL_SINGLE+871, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6201, @POOL_SINGLE+872, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6202, @POOL_SINGLE+873, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6203, @POOL_SINGLE+874, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6204, @POOL_SINGLE+875, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6205, @POOL_SINGLE+876, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6206, @POOL_SINGLE+877, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6207, @POOL_SINGLE+878, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6208, @POOL_SINGLE+879, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6209, @POOL_SINGLE+880, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6210, @POOL_SINGLE+881, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6211, @POOL_SINGLE+882, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6212, @POOL_SINGLE+883, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6213, @POOL_SINGLE+884, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6214, @POOL_SINGLE+885, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6215, @POOL_SINGLE+853, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6216, @POOL_SINGLE+854, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6217, @POOL_SINGLE+855, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6218, @POOL_SINGLE+856, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6219, @POOL_SINGLE+857, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6220, @POOL_SINGLE+858, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6221, @POOL_SINGLE+859, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6222, @POOL_SINGLE+860, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6223, @POOL_SINGLE+861, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6224, @POOL_SINGLE+862, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6225, @POOL_SINGLE+863, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6226, @POOL_SINGLE+864, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6227, @POOL_SINGLE+865, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6228, @POOL_SINGLE+866, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6229, @POOL_SINGLE+867, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6230, @POOL_SINGLE+868, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6231, @POOL_SINGLE+869, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6232, @POOL_SINGLE+870, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6233, @POOL_SINGLE+871, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6234, @POOL_SINGLE+872, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6235, @POOL_SINGLE+873, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6236, @POOL_SINGLE+874, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6237, @POOL_SINGLE+875, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6238, @POOL_SINGLE+876, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6239, @POOL_SINGLE+877, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6240, @POOL_SINGLE+878, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6241, @POOL_SINGLE+879, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6242, @POOL_SINGLE+880, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6243, @POOL_SINGLE+881, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6244, @POOL_SINGLE+882, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6245, @POOL_SINGLE+883, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6246, @POOL_SINGLE+884, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6247, @POOL_SINGLE+885, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6248, @POOL_SINGLE+886, 70, 'Burning Steppes - Ore Pool - Mithril Deposit'), +(@OGUID+6249, @POOL_SINGLE+887, 70, 'Burning Steppes - Ore Pool - Mithril Deposit'), +(@OGUID+6250, @POOL_SINGLE+888, 70, 'Burning Steppes - Ore Pool - Mithril Deposit'), +(@OGUID+6251, @POOL_SINGLE+889, 70, 'Burning Steppes - Ore Pool - Mithril Deposit'), +(@OGUID+6252, @POOL_SINGLE+890, 70, 'Burning Steppes - Ore Pool - Mithril Deposit'), +(@OGUID+6253, @POOL_SINGLE+891, 70, 'Burning Steppes - Ore Pool - Mithril Deposit'), +(@OGUID+6254, @POOL_SINGLE+892, 70, 'Burning Steppes - Ore Pool - Mithril Deposit'), +(@OGUID+6255, @POOL_SINGLE+893, 70, 'Burning Steppes - Ore Pool - Mithril Deposit'), +(@OGUID+6256, @POOL_SINGLE+894, 70, 'Burning Steppes - Ore Pool - Mithril Deposit'), +(@OGUID+6257, @POOL_SINGLE+895, 70, 'Burning Steppes - Ore Pool - Mithril Deposit'), +(@OGUID+6258, @POOL_SINGLE+896, 70, 'Burning Steppes - Ore Pool - Mithril Deposit'), +(@OGUID+6259, @POOL_SINGLE+897, 70, 'Burning Steppes - Ore Pool - Mithril Deposit'), +(@OGUID+6260, @POOL_SINGLE+898, 70, 'Burning Steppes - Ore Pool - Mithril Deposit'), +(@OGUID+6261, @POOL_SINGLE+899, 70, 'Burning Steppes - Ore Pool - Mithril Deposit'), +(@OGUID+6262, @POOL_SINGLE+900, 70, 'Burning Steppes - Ore Pool - Mithril Deposit'), +(@OGUID+6263, @POOL_SINGLE+901, 70, 'Burning Steppes - Ore Pool - Mithril Deposit'), +(@OGUID+6264, @POOL_SINGLE+902, 70, 'Burning Steppes - Ore Pool - Mithril Deposit'), +(@OGUID+6265, @POOL_SINGLE+903, 70, 'Burning Steppes - Ore Pool - Mithril Deposit'), +(@OGUID+6266, @POOL_SINGLE+904, 70, 'Burning Steppes - Ore Pool - Mithril Deposit'), +(@OGUID+6267, @POOL_SINGLE+905, 70, 'Burning Steppes - Ore Pool - Mithril Deposit'), +(@OGUID+6268, @POOL_SINGLE+906, 70, 'Burning Steppes - Ore Pool - Mithril Deposit'), +(@OGUID+6269, @POOL_SINGLE+907, 70, 'Burning Steppes - Ore Pool - Mithril Deposit'), +(@OGUID+6270, @POOL_SINGLE+908, 70, 'Burning Steppes - Ore Pool - Mithril Deposit'), +(@OGUID+6271, @POOL_SINGLE+909, 70, 'Burning Steppes - Ore Pool - Mithril Deposit'), +(@OGUID+6272, @POOL_SINGLE+910, 70, 'Burning Steppes - Ore Pool - Mithril Deposit'), +(@OGUID+6273, @POOL_SINGLE+911, 70, 'Burning Steppes - Ore Pool - Mithril Deposit'), +(@OGUID+6274, @POOL_SINGLE+912, 70, 'Burning Steppes - Ore Pool - Mithril Deposit'), +(@OGUID+6275, @POOL_SINGLE+913, 70, 'Burning Steppes - Ore Pool - Mithril Deposit'), +(@OGUID+6276, @POOL_SINGLE+914, 70, 'Burning Steppes - Ore Pool - Mithril Deposit'), +(@OGUID+6277, @POOL_SINGLE+915, 70, 'Burning Steppes - Ore Pool - Mithril Deposit'), +(@OGUID+6278, @POOL_SINGLE+886, 10, 'Burning Steppes - Ore Pool - Gold Vein'), +(@OGUID+6279, @POOL_SINGLE+887, 10, 'Burning Steppes - Ore Pool - Gold Vein'), +(@OGUID+6280, @POOL_SINGLE+888, 10, 'Burning Steppes - Ore Pool - Gold Vein'), +(@OGUID+6281, @POOL_SINGLE+889, 10, 'Burning Steppes - Ore Pool - Gold Vein'), +(@OGUID+6282, @POOL_SINGLE+890, 10, 'Burning Steppes - Ore Pool - Gold Vein'), +(@OGUID+6283, @POOL_SINGLE+891, 10, 'Burning Steppes - Ore Pool - Gold Vein'), +(@OGUID+6284, @POOL_SINGLE+892, 10, 'Burning Steppes - Ore Pool - Gold Vein'), +(@OGUID+6285, @POOL_SINGLE+893, 10, 'Burning Steppes - Ore Pool - Gold Vein'), +(@OGUID+6286, @POOL_SINGLE+894, 10, 'Burning Steppes - Ore Pool - Gold Vein'), +(@OGUID+6287, @POOL_SINGLE+895, 10, 'Burning Steppes - Ore Pool - Gold Vein'), +(@OGUID+6288, @POOL_SINGLE+896, 10, 'Burning Steppes - Ore Pool - Gold Vein'), +(@OGUID+6289, @POOL_SINGLE+897, 10, 'Burning Steppes - Ore Pool - Gold Vein'), +(@OGUID+6290, @POOL_SINGLE+898, 10, 'Burning Steppes - Ore Pool - Gold Vein'), +(@OGUID+6291, @POOL_SINGLE+899, 10, 'Burning Steppes - Ore Pool - Gold Vein'), +(@OGUID+6292, @POOL_SINGLE+900, 10, 'Burning Steppes - Ore Pool - Gold Vein'), +(@OGUID+6293, @POOL_SINGLE+901, 10, 'Burning Steppes - Ore Pool - Gold Vein'), +(@OGUID+6294, @POOL_SINGLE+902, 10, 'Burning Steppes - Ore Pool - Gold Vein'), +(@OGUID+6295, @POOL_SINGLE+903, 10, 'Burning Steppes - Ore Pool - Gold Vein'), +(@OGUID+6296, @POOL_SINGLE+904, 10, 'Burning Steppes - Ore Pool - Gold Vein'), +(@OGUID+6297, @POOL_SINGLE+905, 10, 'Burning Steppes - Ore Pool - Gold Vein'), +(@OGUID+6298, @POOL_SINGLE+906, 10, 'Burning Steppes - Ore Pool - Gold Vein'), +(@OGUID+6299, @POOL_SINGLE+907, 10, 'Burning Steppes - Ore Pool - Gold Vein'), +(@OGUID+6300, @POOL_SINGLE+908, 10, 'Burning Steppes - Ore Pool - Gold Vein'), +(@OGUID+6301, @POOL_SINGLE+909, 10, 'Burning Steppes - Ore Pool - Gold Vein'), +(@OGUID+6302, @POOL_SINGLE+910, 10, 'Burning Steppes - Ore Pool - Gold Vein'), +(@OGUID+6303, @POOL_SINGLE+911, 10, 'Burning Steppes - Ore Pool - Gold Vein'), +(@OGUID+6304, @POOL_SINGLE+912, 10, 'Burning Steppes - Ore Pool - Gold Vein'), +(@OGUID+6305, @POOL_SINGLE+913, 10, 'Burning Steppes - Ore Pool - Gold Vein'), +(@OGUID+6306, @POOL_SINGLE+914, 10, 'Burning Steppes - Ore Pool - Gold Vein'), +(@OGUID+6307, @POOL_SINGLE+915, 10, 'Burning Steppes - Ore Pool - Gold Vein'), +(@OGUID+6308, @POOL_SINGLE+886, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6309, @POOL_SINGLE+887, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6310, @POOL_SINGLE+888, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6311, @POOL_SINGLE+889, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6312, @POOL_SINGLE+890, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6313, @POOL_SINGLE+891, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6314, @POOL_SINGLE+892, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6315, @POOL_SINGLE+893, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6316, @POOL_SINGLE+894, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6317, @POOL_SINGLE+895, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6318, @POOL_SINGLE+896, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6319, @POOL_SINGLE+897, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6320, @POOL_SINGLE+898, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6321, @POOL_SINGLE+899, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6322, @POOL_SINGLE+900, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6323, @POOL_SINGLE+901, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6324, @POOL_SINGLE+902, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6325, @POOL_SINGLE+903, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6326, @POOL_SINGLE+904, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6327, @POOL_SINGLE+905, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6328, @POOL_SINGLE+906, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6329, @POOL_SINGLE+907, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6330, @POOL_SINGLE+908, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6331, @POOL_SINGLE+909, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6332, @POOL_SINGLE+910, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6333, @POOL_SINGLE+911, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6334, @POOL_SINGLE+912, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6335, @POOL_SINGLE+913, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6336, @POOL_SINGLE+914, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6337, @POOL_SINGLE+915, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6338, @POOL_SINGLE+886, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6339, @POOL_SINGLE+887, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6340, @POOL_SINGLE+888, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6341, @POOL_SINGLE+889, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6342, @POOL_SINGLE+890, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6343, @POOL_SINGLE+891, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6344, @POOL_SINGLE+892, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6345, @POOL_SINGLE+893, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6346, @POOL_SINGLE+894, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6347, @POOL_SINGLE+895, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6348, @POOL_SINGLE+896, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6349, @POOL_SINGLE+897, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6350, @POOL_SINGLE+898, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6351, @POOL_SINGLE+899, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6352, @POOL_SINGLE+900, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6353, @POOL_SINGLE+901, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6354, @POOL_SINGLE+902, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6355, @POOL_SINGLE+903, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6356, @POOL_SINGLE+904, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6357, @POOL_SINGLE+905, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6358, @POOL_SINGLE+906, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6359, @POOL_SINGLE+907, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6360, @POOL_SINGLE+908, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6361, @POOL_SINGLE+909, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6362, @POOL_SINGLE+910, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6363, @POOL_SINGLE+911, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6364, @POOL_SINGLE+912, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6365, @POOL_SINGLE+913, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6366, @POOL_SINGLE+914, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6367, @POOL_SINGLE+915, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6368, @POOL_SINGLE+916, 80, 'Burning Steppes - Ore Pool - Rich Thorium Vein'), +(@OGUID+6369, @POOL_SINGLE+917, 80, 'Burning Steppes - Ore Pool - Rich Thorium Vein'), +(@OGUID+6370, @POOL_SINGLE+918, 80, 'Burning Steppes - Ore Pool - Rich Thorium Vein'), +(@OGUID+6371, @POOL_SINGLE+919, 80, 'Burning Steppes - Ore Pool - Rich Thorium Vein'), +(@OGUID+6372, @POOL_SINGLE+920, 80, 'Burning Steppes - Ore Pool - Rich Thorium Vein'), +(@OGUID+6373, @POOL_SINGLE+921, 80, 'Burning Steppes - Ore Pool - Rich Thorium Vein'), +(@OGUID+6374, @POOL_SINGLE+922, 80, 'Burning Steppes - Ore Pool - Rich Thorium Vein'), +(@OGUID+6375, @POOL_SINGLE+923, 80, 'Burning Steppes - Ore Pool - Rich Thorium Vein'), +(@OGUID+6376, @POOL_SINGLE+924, 80, 'Burning Steppes - Ore Pool - Rich Thorium Vein'), +(@OGUID+6377, @POOL_SINGLE+925, 80, 'Burning Steppes - Ore Pool - Rich Thorium Vein'), +(@OGUID+6378, @POOL_SINGLE+926, 80, 'Burning Steppes - Ore Pool - Rich Thorium Vein'), +(@OGUID+6379, @POOL_SINGLE+927, 80, 'Burning Steppes - Ore Pool - Rich Thorium Vein'), +(@OGUID+6380, @POOL_SINGLE+928, 80, 'Burning Steppes - Ore Pool - Rich Thorium Vein'), +(@OGUID+6381, @POOL_SINGLE+929, 80, 'Burning Steppes - Ore Pool - Rich Thorium Vein'), +(@OGUID+6382, @POOL_SINGLE+930, 80, 'Burning Steppes - Ore Pool - Rich Thorium Vein'), +(@OGUID+6383, @POOL_SINGLE+931, 80, 'Burning Steppes - Ore Pool - Rich Thorium Vein'), +(@OGUID+6384, @POOL_SINGLE+932, 80, 'Burning Steppes - Ore Pool - Rich Thorium Vein'), +(@OGUID+6385, @POOL_SINGLE+933, 80, 'Burning Steppes - Ore Pool - Rich Thorium Vein'), +(@OGUID+6386, @POOL_SINGLE+934, 80, 'Burning Steppes - Ore Pool - Rich Thorium Vein'), +(@OGUID+6387, @POOL_SINGLE+935, 80, 'Burning Steppes - Ore Pool - Rich Thorium Vein'), +(@OGUID+6388, @POOL_SINGLE+936, 80, 'Burning Steppes - Ore Pool - Rich Thorium Vein'), +(@OGUID+6389, @POOL_SINGLE+937, 80, 'Burning Steppes - Ore Pool - Rich Thorium Vein'), +(@OGUID+6390, @POOL_SINGLE+938, 80, 'Burning Steppes - Ore Pool - Rich Thorium Vein'), +(@OGUID+6391, @POOL_SINGLE+939, 80, 'Burning Steppes - Ore Pool - Rich Thorium Vein'), +(@OGUID+6392, @POOL_SINGLE+916, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6393, @POOL_SINGLE+917, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6394, @POOL_SINGLE+918, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6395, @POOL_SINGLE+919, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6396, @POOL_SINGLE+920, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6397, @POOL_SINGLE+921, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6398, @POOL_SINGLE+922, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6399, @POOL_SINGLE+923, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6400, @POOL_SINGLE+924, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6401, @POOL_SINGLE+925, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6402, @POOL_SINGLE+926, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6403, @POOL_SINGLE+927, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6404, @POOL_SINGLE+928, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6405, @POOL_SINGLE+929, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6406, @POOL_SINGLE+930, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6407, @POOL_SINGLE+931, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6408, @POOL_SINGLE+932, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6409, @POOL_SINGLE+933, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6410, @POOL_SINGLE+934, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6411, @POOL_SINGLE+935, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6412, @POOL_SINGLE+936, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6413, @POOL_SINGLE+937, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6414, @POOL_SINGLE+938, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6415, @POOL_SINGLE+939, 10, 'Burning Steppes - Ore Pool - Truesilver Deposit'), +(@OGUID+6416, @POOL_SINGLE+916, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6417, @POOL_SINGLE+917, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6418, @POOL_SINGLE+918, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6419, @POOL_SINGLE+919, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6420, @POOL_SINGLE+920, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6421, @POOL_SINGLE+921, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6422, @POOL_SINGLE+922, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6423, @POOL_SINGLE+923, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6424, @POOL_SINGLE+924, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6425, @POOL_SINGLE+925, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6426, @POOL_SINGLE+926, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6427, @POOL_SINGLE+927, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6428, @POOL_SINGLE+928, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6429, @POOL_SINGLE+929, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6430, @POOL_SINGLE+930, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6431, @POOL_SINGLE+931, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6432, @POOL_SINGLE+932, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6433, @POOL_SINGLE+933, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6434, @POOL_SINGLE+934, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6435, @POOL_SINGLE+935, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6436, @POOL_SINGLE+936, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6437, @POOL_SINGLE+937, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6438, @POOL_SINGLE+938, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'), +(@OGUID+6439, @POOL_SINGLE+939, 0, 'Burning Steppes - Ore Pool - Dark Iron Deposit'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_SINGLE+853, 1, 'Burning Steppes - Ore Pool - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+854, 1, 'Burning Steppes - Ore Pool - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+855, 1, 'Burning Steppes - Ore Pool - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+856, 1, 'Burning Steppes - Ore Pool - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+857, 1, 'Burning Steppes - Ore Pool - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+858, 1, 'Burning Steppes - Ore Pool - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+859, 1, 'Burning Steppes - Ore Pool - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+860, 1, 'Burning Steppes - Ore Pool - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+861, 1, 'Burning Steppes - Ore Pool - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+862, 1, 'Burning Steppes - Ore Pool - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+863, 1, 'Burning Steppes - Ore Pool - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+864, 1, 'Burning Steppes - Ore Pool - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+865, 1, 'Burning Steppes - Ore Pool - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+866, 1, 'Burning Steppes - Ore Pool - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+867, 1, 'Burning Steppes - Ore Pool - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+868, 1, 'Burning Steppes - Ore Pool - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+869, 1, 'Burning Steppes - Ore Pool - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+870, 1, 'Burning Steppes - Ore Pool - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+871, 1, 'Burning Steppes - Ore Pool - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+872, 1, 'Burning Steppes - Ore Pool - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+873, 1, 'Burning Steppes - Ore Pool - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+874, 1, 'Burning Steppes - Ore Pool - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+875, 1, 'Burning Steppes - Ore Pool - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+876, 1, 'Burning Steppes - Ore Pool - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+877, 1, 'Burning Steppes - Ore Pool - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+878, 1, 'Burning Steppes - Ore Pool - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+879, 1, 'Burning Steppes - Ore Pool - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+880, 1, 'Burning Steppes - Ore Pool - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+881, 1, 'Burning Steppes - Ore Pool - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+882, 1, 'Burning Steppes - Ore Pool - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+883, 1, 'Burning Steppes - Ore Pool - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+884, 1, 'Burning Steppes - Ore Pool - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+885, 1, 'Burning Steppes - Ore Pool - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+886, 1, 'Burning Steppes - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+887, 1, 'Burning Steppes - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+888, 1, 'Burning Steppes - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+889, 1, 'Burning Steppes - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+890, 1, 'Burning Steppes - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+891, 1, 'Burning Steppes - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+892, 1, 'Burning Steppes - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+893, 1, 'Burning Steppes - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+894, 1, 'Burning Steppes - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+895, 1, 'Burning Steppes - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+896, 1, 'Burning Steppes - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+897, 1, 'Burning Steppes - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+898, 1, 'Burning Steppes - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+899, 1, 'Burning Steppes - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+900, 1, 'Burning Steppes - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+901, 1, 'Burning Steppes - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+902, 1, 'Burning Steppes - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+903, 1, 'Burning Steppes - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+904, 1, 'Burning Steppes - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+905, 1, 'Burning Steppes - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+906, 1, 'Burning Steppes - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+907, 1, 'Burning Steppes - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+908, 1, 'Burning Steppes - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+909, 1, 'Burning Steppes - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+910, 1, 'Burning Steppes - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+911, 1, 'Burning Steppes - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+912, 1, 'Burning Steppes - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+913, 1, 'Burning Steppes - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+914, 1, 'Burning Steppes - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+915, 1, 'Burning Steppes - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+916, 1, 'Burning Steppes - Ore Pool - Rich Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+917, 1, 'Burning Steppes - Ore Pool - Rich Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+918, 1, 'Burning Steppes - Ore Pool - Rich Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+919, 1, 'Burning Steppes - Ore Pool - Rich Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+920, 1, 'Burning Steppes - Ore Pool - Rich Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+921, 1, 'Burning Steppes - Ore Pool - Rich Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+922, 1, 'Burning Steppes - Ore Pool - Rich Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+923, 1, 'Burning Steppes - Ore Pool - Rich Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+924, 1, 'Burning Steppes - Ore Pool - Rich Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+925, 1, 'Burning Steppes - Ore Pool - Rich Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+926, 1, 'Burning Steppes - Ore Pool - Rich Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+927, 1, 'Burning Steppes - Ore Pool - Rich Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+928, 1, 'Burning Steppes - Ore Pool - Rich Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+929, 1, 'Burning Steppes - Ore Pool - Rich Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+930, 1, 'Burning Steppes - Ore Pool - Rich Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+931, 1, 'Burning Steppes - Ore Pool - Rich Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+932, 1, 'Burning Steppes - Ore Pool - Rich Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+933, 1, 'Burning Steppes - Ore Pool - Rich Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+934, 1, 'Burning Steppes - Ore Pool - Rich Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+935, 1, 'Burning Steppes - Ore Pool - Rich Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+936, 1, 'Burning Steppes - Ore Pool - Rich Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+937, 1, 'Burning Steppes - Ore Pool - Rich Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+938, 1, 'Burning Steppes - Ore Pool - Rich Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+939, 1, 'Burning Steppes - Ore Pool - Rich Thorium Vein / Truesilver Deposit / Dark Iron Deposit'); + +-- Lower Dreadmaul Rock +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+867, @POOL_MOTHER+365, 0, 'Burning Steppes - Lower Dreadmaul Rock - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+869, @POOL_MOTHER+365, 0, 'Burning Steppes - Lower Dreadmaul Rock - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+873, @POOL_MOTHER+365, 0, 'Burning Steppes - Lower Dreadmaul Rock - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+877, @POOL_MOTHER+365, 0, 'Burning Steppes - Lower Dreadmaul Rock - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+897, @POOL_MOTHER+366, 0, 'Burning Steppes - Lower Dreadmaul Rock - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+902, @POOL_MOTHER+366, 0, 'Burning Steppes - Lower Dreadmaul Rock - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+903, @POOL_MOTHER+366, 0, 'Burning Steppes - Lower Dreadmaul Rock - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+906, @POOL_MOTHER+366, 0, 'Burning Steppes - Lower Dreadmaul Rock - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +-- Middle Dreadmaul Rock +(@POOL_SINGLE+865, @POOL_MOTHER+367, 0, 'Burning Steppes - Middle Dreadmaul Rock - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+866, @POOL_MOTHER+367, 0, 'Burning Steppes - Middle Dreadmaul Rock - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+868, @POOL_MOTHER+367, 0, 'Burning Steppes - Middle Dreadmaul Rock - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+875, @POOL_MOTHER+367, 0, 'Burning Steppes - Middle Dreadmaul Rock - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+899, @POOL_MOTHER+368, 0, 'Burning Steppes - Middle Dreadmaul Rock - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+901, @POOL_MOTHER+368, 0, 'Burning Steppes - Middle Dreadmaul Rock - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+904, @POOL_MOTHER+368, 0, 'Burning Steppes - Middle Dreadmaul Rock - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+907, @POOL_MOTHER+368, 0, 'Burning Steppes - Middle Dreadmaul Rock - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+908, @POOL_MOTHER+368, 0, 'Burning Steppes - Middle Dreadmaul Rock - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+365, 1, 'Burning Steppes - Lower Dreadmaul Rock - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit - 1/4'), +(@POOL_MOTHER+366, 1, 'Burning Steppes - Lower Dreadmaul Rock - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit - 1/4'), +(@POOL_MOTHER+367, 1, 'Burning Steppes - Middle Dreadmaul Rock - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit - 1/4'), +(@POOL_MOTHER+368, 2, 'Burning Steppes - Middle Dreadmaul Rock - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit - 2/5'); + +-- Master Pools +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+853, @POOL_MOTHER+369, 0, 'Burning Steppes - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+854, @POOL_MOTHER+369, 0, 'Burning Steppes - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+855, @POOL_MOTHER+369, 0, 'Burning Steppes - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+856, @POOL_MOTHER+369, 0, 'Burning Steppes - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+857, @POOL_MOTHER+369, 0, 'Burning Steppes - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+858, @POOL_MOTHER+369, 0, 'Burning Steppes - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+859, @POOL_MOTHER+369, 0, 'Burning Steppes - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+860, @POOL_MOTHER+369, 0, 'Burning Steppes - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+861, @POOL_MOTHER+369, 0, 'Burning Steppes - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+862, @POOL_MOTHER+369, 0, 'Burning Steppes - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+863, @POOL_MOTHER+369, 0, 'Burning Steppes - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+864, @POOL_MOTHER+369, 0, 'Burning Steppes - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+870, @POOL_MOTHER+369, 0, 'Burning Steppes - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+871, @POOL_MOTHER+369, 0, 'Burning Steppes - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+872, @POOL_MOTHER+369, 0, 'Burning Steppes - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+874, @POOL_MOTHER+369, 0, 'Burning Steppes - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+876, @POOL_MOTHER+369, 0, 'Burning Steppes - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+878, @POOL_MOTHER+369, 0, 'Burning Steppes - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+879, @POOL_MOTHER+369, 0, 'Burning Steppes - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+880, @POOL_MOTHER+369, 0, 'Burning Steppes - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+881, @POOL_MOTHER+369, 0, 'Burning Steppes - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+882, @POOL_MOTHER+369, 0, 'Burning Steppes - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+883, @POOL_MOTHER+369, 0, 'Burning Steppes - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+884, @POOL_MOTHER+369, 0, 'Burning Steppes - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+885, @POOL_MOTHER+369, 0, 'Burning Steppes - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+886, @POOL_MOTHER+370, 0, 'Burning Steppes - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+887, @POOL_MOTHER+370, 0, 'Burning Steppes - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+888, @POOL_MOTHER+370, 0, 'Burning Steppes - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+889, @POOL_MOTHER+370, 0, 'Burning Steppes - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+890, @POOL_MOTHER+370, 0, 'Burning Steppes - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+891, @POOL_MOTHER+370, 0, 'Burning Steppes - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+892, @POOL_MOTHER+370, 0, 'Burning Steppes - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+893, @POOL_MOTHER+370, 0, 'Burning Steppes - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+894, @POOL_MOTHER+370, 0, 'Burning Steppes - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+895, @POOL_MOTHER+370, 0, 'Burning Steppes - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+896, @POOL_MOTHER+370, 0, 'Burning Steppes - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+898, @POOL_MOTHER+370, 0, 'Burning Steppes - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+900, @POOL_MOTHER+370, 0, 'Burning Steppes - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+905, @POOL_MOTHER+370, 0, 'Burning Steppes - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+909, @POOL_MOTHER+370, 0, 'Burning Steppes - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+910, @POOL_MOTHER+370, 0, 'Burning Steppes - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+911, @POOL_MOTHER+370, 0, 'Burning Steppes - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+912, @POOL_MOTHER+370, 0, 'Burning Steppes - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+913, @POOL_MOTHER+370, 0, 'Burning Steppes - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+914, @POOL_MOTHER+370, 0, 'Burning Steppes - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+915, @POOL_MOTHER+370, 0, 'Burning Steppes - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+916, @POOL_MOTHER+371, 0, 'Burning Steppes - Rich Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+917, @POOL_MOTHER+371, 0, 'Burning Steppes - Rich Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+918, @POOL_MOTHER+371, 0, 'Burning Steppes - Rich Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+919, @POOL_MOTHER+371, 0, 'Burning Steppes - Rich Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+920, @POOL_MOTHER+371, 0, 'Burning Steppes - Rich Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+921, @POOL_MOTHER+371, 0, 'Burning Steppes - Rich Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+922, @POOL_MOTHER+371, 0, 'Burning Steppes - Rich Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+923, @POOL_MOTHER+371, 0, 'Burning Steppes - Rich Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+924, @POOL_MOTHER+371, 0, 'Burning Steppes - Rich Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+925, @POOL_MOTHER+371, 0, 'Burning Steppes - Rich Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+926, @POOL_MOTHER+371, 0, 'Burning Steppes - Rich Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+927, @POOL_MOTHER+371, 0, 'Burning Steppes - Rich Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+928, @POOL_MOTHER+371, 0, 'Burning Steppes - Rich Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+929, @POOL_MOTHER+371, 0, 'Burning Steppes - Rich Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+930, @POOL_MOTHER+371, 0, 'Burning Steppes - Rich Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+931, @POOL_MOTHER+371, 0, 'Burning Steppes - Rich Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+932, @POOL_MOTHER+371, 0, 'Burning Steppes - Rich Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+933, @POOL_MOTHER+371, 0, 'Burning Steppes - Rich Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+934, @POOL_MOTHER+371, 0, 'Burning Steppes - Rich Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+935, @POOL_MOTHER+371, 0, 'Burning Steppes - Rich Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+936, @POOL_MOTHER+371, 0, 'Burning Steppes - Rich Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+937, @POOL_MOTHER+371, 0, 'Burning Steppes - Rich Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+938, @POOL_MOTHER+371, 0, 'Burning Steppes - Rich Thorium Vein / Truesilver Deposit / Dark Iron Deposit'), +(@POOL_SINGLE+939, @POOL_MOTHER+371, 0, 'Burning Steppes - Rich Thorium Vein / Truesilver Deposit / Dark Iron Deposit'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+369, 7, 'Burning Steppes - Master Ore Pool - Small Thorium Vein / Truesilver Deposit / Dark Iron Deposit - 7/25'), +(@POOL_MOTHER+370, 6, 'Burning Steppes - Master Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit / Dark Iron Deposit - 6/21'), +(@POOL_MOTHER+371, 6, 'Burning Steppes - Master Ore Pool - Rich Thorium Vein / Truesilver Deposit / Dark Iron Deposit - 6/24'); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+6046, @POOL_MOTHER+372, 0, 'Burning Steppes - Sungrass'), +(@OGUID+6047, @POOL_MOTHER+372, 0, 'Burning Steppes - Sungrass'), +(@OGUID+6048, @POOL_MOTHER+372, 0, 'Burning Steppes - Sungrass'), +(@OGUID+6049, @POOL_MOTHER+372, 0, 'Burning Steppes - Sungrass'), +(@OGUID+6050, @POOL_MOTHER+372, 0, 'Burning Steppes - Sungrass'), +(@OGUID+6051, @POOL_MOTHER+372, 0, 'Burning Steppes - Sungrass'), +(@OGUID+6052, @POOL_MOTHER+372, 0, 'Burning Steppes - Sungrass'), +(@OGUID+6053, @POOL_MOTHER+372, 0, 'Burning Steppes - Sungrass'), +(@OGUID+6054, @POOL_MOTHER+372, 0, 'Burning Steppes - Sungrass'), +(@OGUID+6055, @POOL_MOTHER+372, 0, 'Burning Steppes - Sungrass'), +(@OGUID+6056, @POOL_MOTHER+372, 0, 'Burning Steppes - Sungrass'), +(@OGUID+6057, @POOL_MOTHER+372, 0, 'Burning Steppes - Sungrass'), +(@OGUID+6058, @POOL_MOTHER+373, 0, 'Burning Steppes - Golden Sansam'), +(@OGUID+6059, @POOL_MOTHER+373, 0, 'Burning Steppes - Golden Sansam'), +(@OGUID+6060, @POOL_MOTHER+373, 0, 'Burning Steppes - Golden Sansam'), +(@OGUID+6061, @POOL_MOTHER+373, 0, 'Burning Steppes - Golden Sansam'), +(@OGUID+6062, @POOL_MOTHER+373, 0, 'Burning Steppes - Golden Sansam'), +(@OGUID+6063, @POOL_MOTHER+373, 0, 'Burning Steppes - Golden Sansam'), +(@OGUID+6064, @POOL_MOTHER+373, 0, 'Burning Steppes - Golden Sansam'), +(@OGUID+6065, @POOL_MOTHER+373, 0, 'Burning Steppes - Golden Sansam'), +(@OGUID+6066, @POOL_MOTHER+373, 0, 'Burning Steppes - Golden Sansam'), +(@OGUID+6067, @POOL_MOTHER+373, 0, 'Burning Steppes - Golden Sansam'), +(@OGUID+6068, @POOL_MOTHER+373, 0, 'Burning Steppes - Golden Sansam'), +(@OGUID+6069, @POOL_MOTHER+373, 0, 'Burning Steppes - Golden Sansam'), +(@OGUID+6070, @POOL_MOTHER+373, 0, 'Burning Steppes - Golden Sansam'), +(@OGUID+6071, @POOL_MOTHER+373, 0, 'Burning Steppes - Golden Sansam'), +(@OGUID+6072, @POOL_MOTHER+373, 0, 'Burning Steppes - Golden Sansam'), +(@OGUID+6073, @POOL_MOTHER+373, 0, 'Burning Steppes - Golden Sansam'), +(@OGUID+6074, @POOL_MOTHER+374, 0, 'Burning Steppes - Dreamfoil'), +(@OGUID+6075, @POOL_MOTHER+374, 0, 'Burning Steppes - Dreamfoil'), +(@OGUID+6076, @POOL_MOTHER+374, 0, 'Burning Steppes - Dreamfoil'), +(@OGUID+6077, @POOL_MOTHER+374, 0, 'Burning Steppes - Dreamfoil'), +(@OGUID+6078, @POOL_MOTHER+374, 0, 'Burning Steppes - Dreamfoil'), +(@OGUID+6079, @POOL_MOTHER+374, 0, 'Burning Steppes - Dreamfoil'), +(@OGUID+6080, @POOL_MOTHER+374, 0, 'Burning Steppes - Dreamfoil'), +(@OGUID+6081, @POOL_MOTHER+374, 0, 'Burning Steppes - Dreamfoil'), +(@OGUID+6082, @POOL_MOTHER+374, 0, 'Burning Steppes - Dreamfoil'), +(@OGUID+6083, @POOL_MOTHER+374, 0, 'Burning Steppes - Dreamfoil'), +(@OGUID+6084, @POOL_MOTHER+374, 0, 'Burning Steppes - Dreamfoil'), +(@OGUID+6085, @POOL_MOTHER+374, 0, 'Burning Steppes - Dreamfoil'), +(@OGUID+6086, @POOL_MOTHER+374, 0, 'Burning Steppes - Dreamfoil'), +(@OGUID+6087, @POOL_MOTHER+374, 0, 'Burning Steppes - Dreamfoil'), +(@OGUID+6088, @POOL_MOTHER+374, 0, 'Burning Steppes - Dreamfoil'), +(@OGUID+6089, @POOL_MOTHER+374, 0, 'Burning Steppes - Dreamfoil'), +(@OGUID+6090, @POOL_MOTHER+374, 0, 'Burning Steppes - Dreamfoil'), +(@OGUID+6091, @POOL_MOTHER+374, 0, 'Burning Steppes - Dreamfoil'), +(@OGUID+6092, @POOL_MOTHER+374, 0, 'Burning Steppes - Dreamfoil'), +(@OGUID+6093, @POOL_MOTHER+374, 0, 'Burning Steppes - Dreamfoil'), +(@OGUID+6094, @POOL_MOTHER+374, 0, 'Burning Steppes - Dreamfoil'), +(@OGUID+6095, @POOL_MOTHER+374, 0, 'Burning Steppes - Dreamfoil'), +(@OGUID+6096, @POOL_MOTHER+374, 0, 'Burning Steppes - Dreamfoil'), +(@OGUID+6097, @POOL_MOTHER+375, 0, 'Burning Steppes - Mountain Silversage'), +(@OGUID+6098, @POOL_MOTHER+375, 0, 'Burning Steppes - Mountain Silversage'), +(@OGUID+6099, @POOL_MOTHER+375, 0, 'Burning Steppes - Mountain Silversage'), +(@OGUID+6100, @POOL_MOTHER+375, 0, 'Burning Steppes - Mountain Silversage'), +(@OGUID+6101, @POOL_MOTHER+375, 0, 'Burning Steppes - Mountain Silversage'), +(@OGUID+6102, @POOL_MOTHER+375, 0, 'Burning Steppes - Mountain Silversage'), +(@OGUID+6103, @POOL_MOTHER+375, 0, 'Burning Steppes - Mountain Silversage'), +(@OGUID+6104, @POOL_MOTHER+375, 0, 'Burning Steppes - Mountain Silversage'), +(@OGUID+6105, @POOL_MOTHER+375, 0, 'Burning Steppes - Mountain Silversage'), +(@OGUID+6106, @POOL_MOTHER+375, 0, 'Burning Steppes - Mountain Silversage'), +(@OGUID+6107, @POOL_MOTHER+375, 0, 'Burning Steppes - Mountain Silversage'), +(@OGUID+6108, @POOL_MOTHER+375, 0, 'Burning Steppes - Mountain Silversage'), +(@OGUID+6109, @POOL_MOTHER+375, 0, 'Burning Steppes - Mountain Silversage'), +(@OGUID+6110, @POOL_MOTHER+375, 0, 'Burning Steppes - Mountain Silversage'), +(@OGUID+6111, @POOL_MOTHER+375, 0, 'Burning Steppes - Mountain Silversage'), +(@OGUID+6112, @POOL_MOTHER+375, 0, 'Burning Steppes - Mountain Silversage'), +(@OGUID+6113, @POOL_MOTHER+375, 0, 'Burning Steppes - Mountain Silversage'), +(@OGUID+6114, @POOL_MOTHER+375, 0, 'Burning Steppes - Mountain Silversage'), +(@OGUID+6115, @POOL_MOTHER+375, 0, 'Burning Steppes - Mountain Silversage'), +(@OGUID+6116, @POOL_MOTHER+375, 0, 'Burning Steppes - Mountain Silversage'), +(@OGUID+6117, @POOL_MOTHER+375, 0, 'Burning Steppes - Mountain Silversage'), +(@OGUID+6118, @POOL_MOTHER+375, 0, 'Burning Steppes - Mountain Silversage'), +(@OGUID+6119, @POOL_MOTHER+375, 0, 'Burning Steppes - Mountain Silversage'), +(@OGUID+6120, @POOL_MOTHER+375, 0, 'Burning Steppes - Mountain Silversage'), +(@OGUID+6121, @POOL_MOTHER+375, 0, 'Burning Steppes - Mountain Silversage'), +(@OGUID+6122, @POOL_MOTHER+375, 0, 'Burning Steppes - Mountain Silversage'), +(@OGUID+6123, @POOL_MOTHER+375, 0, 'Burning Steppes - Mountain Silversage'), +(@OGUID+6124, @POOL_MOTHER+375, 0, 'Burning Steppes - Mountain Silversage'), +(@OGUID+6125, @POOL_MOTHER+375, 0, 'Burning Steppes - Mountain Silversage'), +(@OGUID+6126, @POOL_MOTHER+376, 0, 'Burning Steppes - Black Lotus'), +(@OGUID+6127, @POOL_MOTHER+376, 0, 'Burning Steppes - Black Lotus'), +(@OGUID+6128, @POOL_MOTHER+376, 0, 'Burning Steppes - Black Lotus'), +(@OGUID+6129, @POOL_MOTHER+376, 0, 'Burning Steppes - Black Lotus'), +(@OGUID+6130, @POOL_MOTHER+376, 0, 'Burning Steppes - Black Lotus'), +(@OGUID+6131, @POOL_MOTHER+376, 0, 'Burning Steppes - Black Lotus'), +(@OGUID+6132, @POOL_MOTHER+376, 0, 'Burning Steppes - Black Lotus'), +(@OGUID+6133, @POOL_MOTHER+376, 0, 'Burning Steppes - Black Lotus'), +(@OGUID+6134, @POOL_MOTHER+376, 0, 'Burning Steppes - Black Lotus'), +(@OGUID+6135, @POOL_MOTHER+376, 0, 'Burning Steppes - Black Lotus'), +(@OGUID+6136, @POOL_MOTHER+376, 0, 'Burning Steppes - Black Lotus'), +(@OGUID+6137, @POOL_MOTHER+376, 0, 'Burning Steppes - Black Lotus'), +(@OGUID+6138, @POOL_MOTHER+376, 0, 'Burning Steppes - Black Lotus'), +(@OGUID+6139, @POOL_MOTHER+376, 0, 'Burning Steppes - Black Lotus'), +(@OGUID+6140, @POOL_MOTHER+376, 0, 'Burning Steppes - Black Lotus'), +(@OGUID+6141, @POOL_MOTHER+376, 0, 'Burning Steppes - Black Lotus'), +(@OGUID+6142, @POOL_MOTHER+376, 0, 'Burning Steppes - Black Lotus'), +(@OGUID+6143, @POOL_MOTHER+376, 0, 'Burning Steppes - Black Lotus'), +(@OGUID+6144, @POOL_MOTHER+376, 0, 'Burning Steppes - Black Lotus'), +(@OGUID+6145, @POOL_MOTHER+376, 0, 'Burning Steppes - Black Lotus'), +(@OGUID+6146, @POOL_MOTHER+376, 0, 'Burning Steppes - Black Lotus'), +(@OGUID+6147, @POOL_MOTHER+376, 0, 'Burning Steppes - Black Lotus'), +(@OGUID+6148, @POOL_MOTHER+376, 0, 'Burning Steppes - Black Lotus'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+372, 3, 'Burning Steppes - Master Herb Pool - Sungrass - 3/12'), +(@POOL_MOTHER+373, 4, 'Burning Steppes - Master Herb Pool - Golden Sansam - 4/16'), +(@POOL_MOTHER+374, 6, 'Burning Steppes - Master Herb Pool - Dreamfoil - 6/23'), +(@POOL_MOTHER+375, 8, 'Burning Steppes - Master Herb Pool - Mountain Silversage - 8/29'), +(@POOL_MOTHER+376, 3, 'Burning Steppes - Master Herb Pool - Black Lotus - 3/23'); + +/* Elwynn Forest +*/ +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`, `Comment`) VALUES +(@OGUID+6440, 1617, 0, 12, 0, 1, 1, -10004.4, -51.3555, 30.7996, 6.23083, 0, 0, -0.0261765, 0.999657, 300, 255, 1, '', 48120, NULL), +(@OGUID+6441, 1617, 0, 12, 0, 1, 1, -10009.4, 465.371, 31.1393, 1.25664, 0, 0, 0.587785, 0.809017, 300, 255, 1, '', 48120, NULL), +(@OGUID+6442, 1617, 0, 12, 0, 1, 1, -10042.4, 13.059, 30.5839, 3.89209, 0, 0, -0.930417, 0.366502, 300, 255, 1, '', 48632, NULL), +(@OGUID+6443, 1617, 0, 12, 0, 1, 1, -10065.7, 575.861, 36.1672, 5.96903, 0, 0, -0.156434, 0.987688, 300, 255, 1, '', 48120, NULL), +(@OGUID+6444, 1617, 0, 12, 0, 1, 1, -10078.2, 670.238, 36.4874, 2.1293, 0, 0, 0.874619, 0.48481, 300, 255, 1, '', 48632, NULL), +(@OGUID+6445, 1617, 0, 12, 0, 1, 1, -8891.17, -1123.56, 74.4556, 0.90757, 0, 0, 0.438371, 0.898794, 300, 255, 1, '', 48120, NULL), +(@OGUID+6446, 1617, 0, 12, 0, 1, 1, -9023.61, -1263.65, 76.5311, 5.70723, 0, 0, -0.284015, 0.95882, 300, 255, 1, '', 49345, NULL), +(@OGUID+6447, 1617, 0, 12, 0, 1, 1, -9127.98, -15.8528, 85.698, 6.14356, 0, 0, -0.0697556, 0.997564, 300, 255, 1, '', 47966, NULL), +(@OGUID+6448, 1617, 0, 12, 0, 1, 1, -9144.78, 97.4556, 74.8526, 4.20625, 0, 0, -0.861629, 0.507539, 300, 255, 1, '', 48632, NULL), +(@OGUID+6449, 1617, 0, 12, 0, 1, 1, -9176.22, 154.128, 71.6352, 6.16101, 0, 0, -0.0610485, 0.998135, 300, 255, 1, '', 49345, NULL), +(@OGUID+6450, 1617, 0, 12, 0, 1, 1, -9198.81, -1258.92, 77.0887, 0.314158, 0, 0, 0.156434, 0.987688, 300, 255, 1, '', 48632, NULL), +(@OGUID+6451, 1617, 0, 12, 0, 1, 1, -9200.67, 397.828, 86.8352, 2.47837, 0, 0, 0.945518, 0.325568, 300, 255, 1, '', 48632, NULL), +(@OGUID+6452, 1617, 0, 12, 0, 1, 1, -9218.83, 96.9761, 74.9729, 0.925024, 0, 0, 0.446198, 0.894935, 300, 255, 1, '', 48632, NULL), +(@OGUID+6453, 1617, 0, 12, 0, 1, 1, -9250.98, 32.9344, 72.9955, 1.88495, 0, 0, 0.809016, 0.587786, 300, 255, 1, '', 48632, NULL), +(@OGUID+6454, 1617, 0, 12, 0, 1, 1, -9271.89, 106.244, 68.41, 2.53072, 0, 0, 0.953716, 0.300708, 300, 255, 1, '', 49345, NULL), +(@OGUID+6455, 1617, 0, 12, 0, 1, 1, -9274.19, 473.541, 81.3159, 0.122173, 0, 0, 0.0610485, 0.998135, 300, 255, 1, '', 48632, NULL), +(@OGUID+6456, 1617, 0, 12, 0, 1, 1, -9283.67, 355.41, 75.5293, 0.767944, 0, 0, 0.374606, 0.927184, 300, 255, 1, '', 48632, NULL), +(@OGUID+6457, 1617, 0, 12, 0, 1, 1, -9283.77, 255.418, 68.9463, 1.93731, 0, 0, 0.824125, 0.566408, 300, 255, 1, '', 48632, NULL), +(@OGUID+6458, 1617, 0, 12, 0, 1, 1, -9308.64, -208.554, 68.0084, 0.59341, 0, 0, 0.292371, 0.956305, 300, 255, 1, '', 48632, NULL), +(@OGUID+6459, 1617, 0, 12, 0, 1, 1, -9349.19, -570.087, 69.412, 6.03884, 0, 0, -0.121869, 0.992546, 300, 255, 1, '', 50172, NULL), +(@OGUID+6460, 1617, 0, 12, 0, 1, 1, -9372.77, 286.021, 64.5818, 2.67035, 0, 0, 0.972369, 0.233448, 300, 255, 1, '', 48632, NULL), +(@OGUID+6461, 1617, 0, 12, 0, 1, 1, -9389.64, -704.291, 67.6454, 0.418879, 0, 0, 0.207911, 0.978148, 300, 255, 1, '', 50172, NULL), +(@OGUID+6462, 1617, 0, 12, 0, 1, 1, -9394.66, -1293.73, 54.1131, 2.25147, 0, 0, 0.902585, 0.430512, 300, 255, 1, '', 48632, NULL), +(@OGUID+6463, 1617, 0, 12, 0, 1, 1, -9400.2, -264.985, 64.0626, 2.02458, 0, 0, 0.848047, 0.529921, 300, 255, 1, '', 48632, NULL), +(@OGUID+6464, 1617, 0, 12, 0, 1, 1, -9400.36, -1142.13, 59.6709, 1.97222, 0, 0, 0.833885, 0.551938, 300, 255, 1, '', 48632, NULL), +(@OGUID+6465, 1617, 0, 12, 0, 1, 1, -9403.12, -919.279, 60.9487, 5.34071, 0, 0, -0.45399, 0.891007, 300, 255, 1, '', 48340, NULL), +(@OGUID+6466, 1617, 0, 12, 0, 1, 1, -9447.37, -810.647, 61.7622, 6.02139, 0, 0, -0.130526, 0.991445, 300, 255, 1, '', 48120, NULL), +(@OGUID+6467, 1617, 0, 12, 0, 1, 1, -9453.03, -568.905, 66.8389, 5.49779, 0, 0, -0.382683, 0.92388, 300, 255, 1, '', 50375, NULL), +(@OGUID+6468, 1617, 0, 12, 0, 1, 1, -9481.27, 483.545, 51.8271, 3.63029, 0, 0, -0.970295, 0.241925, 300, 255, 1, '', 48632, NULL), +(@OGUID+6469, 1617, 0, 12, 0, 1, 1, -9485.66, 448.977, 52.3653, 1.97222, 0, 0, 0.833885, 0.551938, 300, 255, 1, '', 47966, NULL), +(@OGUID+6470, 1617, 0, 12, 0, 1, 1, -9487.01, -418.342, 60.1237, 1.3439, 0, 0, 0.622514, 0.782609, 300, 255, 1, '', 50172, NULL), +(@OGUID+6471, 1617, 0, 12, 0, 1, 1, -9487.93, 324.516, 52.442, 1.0472, 0, 0, 0.5, 0.866025, 300, 255, 1, '', 47966, NULL), +(@OGUID+6472, 1617, 0, 12, 0, 1, 1, -9499.13, -1010.12, 54.8872, 5.41052, 0, 0, -0.422618, 0.906308, 300, 255, 1, '', 48632, NULL), +(@OGUID+6473, 1617, 0, 12, 0, 1, 1, -9516.02, -860.491, 53.1059, 3.05433, 0, 0, 0.999048, 0.0436193, 300, 255, 1, '', 48632, NULL), +(@OGUID+6474, 1617, 0, 12, 0, 1, 1, -9525.54, -597.313, 61.8545, 6.16101, 0, 0, -0.0610485, 0.998135, 300, 255, 1, '', 48632, NULL), +(@OGUID+6475, 1617, 0, 12, 0, 1, 1, -9561.31, -1155.23, 44.7466, 0.261798, 0, 0, 0.130526, 0.991445, 300, 255, 1, '', 48632, NULL), +(@OGUID+6476, 1617, 0, 12, 0, 1, 1, -9567.63, -332.694, 62.3448, 0.209439, 0, 0, 0.104528, 0.994522, 300, 255, 1, '', 48632, NULL), +(@OGUID+6477, 1617, 0, 12, 0, 1, 1, -9577.08, 318.724, 55.6465, 1.93731, 0, 0, 0.824125, 0.566408, 300, 255, 1, '', 48632, NULL), +(@OGUID+6478, 1617, 0, 12, 0, 1, 1, -9594.93, 515.174, 48.0958, 1.27409, 0, 0, 0.594822, 0.803857, 300, 255, 1, '', 47966, NULL), +(@OGUID+6479, 1617, 0, 12, 0, 1, 1, -9621.68, 181.844, 46.4322, 0.837757, 0, 0, 0.406736, 0.913546, 300, 255, 1, '', 48632, NULL), +(@OGUID+6480, 1617, 0, 12, 0, 1, 1, -9644.08, 797.022, 33.5315, 0.314158, 0, 0, 0.156434, 0.987688, 300, 255, 1, '', 47966, NULL), +(@OGUID+6481, 1617, 0, 12, 0, 1, 1, -9663.1, 318.379, 45.7386, 3.35105, 0, 0, -0.994521, 0.104536, 300, 255, 1, '', 48632, NULL), +(@OGUID+6482, 1617, 0, 12, 0, 1, 1, -9687.95, -463.91, 53.1311, 5.93412, 0, 0, -0.173648, 0.984808, 300, 255, 1, '', 48632, NULL), +(@OGUID+6483, 1617, 0, 12, 0, 1, 1, -9694.65, -1076.84, 42.6583, 0.750491, 0, 0, 0.366501, 0.930418, 300, 255, 1, '', 48120, NULL), +(@OGUID+6484, 1617, 0, 12, 0, 1, 1, -9703.22, -854.584, 42.7863, 4.86947, 0, 0, -0.649447, 0.760406, 300, 255, 1, '', 48120, NULL), +(@OGUID+6485, 1617, 0, 12, 0, 1, 1, -9711.49, -1322.18, 50.8747, 5.34071, 0, 0, -0.45399, 0.891007, 300, 255, 1, '', 48632, NULL), +(@OGUID+6486, 1617, 0, 12, 0, 1, 1, -9737.88, 727.222, 27.5254, 1.69297, 0, 0, 0.748956, 0.66262, 300, 255, 1, '', 48632, NULL), +(@OGUID+6487, 1617, 0, 12, 0, 1, 1, -9740.14, -1205.03, 45.0785, 2.04204, 0, 0, 0.85264, 0.522499, 300, 255, 1, '', 50664, NULL), +(@OGUID+6488, 1617, 0, 12, 0, 1, 1, -9757.63, -1501.73, 47.7348, 0.994837, 0, 0, 0.477159, 0.878817, 300, 255, 1, '', 48632, NULL), +(@OGUID+6489, 1617, 0, 12, 0, 1, 1, -9766.11, -607.248, 38.7044, 3.00195, 0, 0, 0.997563, 0.0697661, 300, 255, 1, '', 48632, NULL), +(@OGUID+6490, 1617, 0, 12, 0, 1, 1, -9778.46, 63.8523, 38.2911, 4.27606, 0, 0, -0.843391, 0.5373, 300, 255, 1, '', 50375, NULL), +(@OGUID+6491, 1617, 0, 12, 0, 1, 1, -9785.19, -1567, 41.5241, 4.31097, 0, 0, -0.833885, 0.551938, 300, 255, 1, '', 48632, NULL), +(@OGUID+6492, 1617, 0, 12, 0, 1, 1, -9785.34, 225.803, 44.7786, 5.86431, 0, 0, -0.207911, 0.978148, 300, 255, 1, '', 48632, NULL), +(@OGUID+6493, 1617, 0, 12, 0, 1, 1, -9787, -297.477, 46.8726, 4.18879, 0, 0, -0.866025, 0.500001, 300, 255, 1, '', 48632, NULL), +(@OGUID+6494, 1617, 0, 12, 0, 1, 1, -9791.76, 321.606, 39.6705, 6.16101, 0, 0, -0.0610485, 0.998135, 300, 255, 1, '', 49345, NULL), +(@OGUID+6495, 1617, 0, 12, 0, 1, 1, -9804.5, -1280.95, 40.2085, 5.41052, 0, 0, -0.422618, 0.906308, 300, 255, 1, '', 48632, NULL), +(@OGUID+6496, 1617, 0, 12, 0, 1, 1, -9812.22, -772.245, 38.5331, 0.122173, 0, 0, 0.0610485, 0.998135, 300, 255, 1, '', 50063, NULL), +(@OGUID+6497, 1617, 0, 12, 0, 1, 1, -9854.16, -1225.37, 33.8129, 2.51327, 0, 0, 0.951056, 0.309017, 300, 255, 1, '', 48632, NULL), +(@OGUID+6498, 1617, 0, 12, 0, 1, 1, -9859.65, -1441.96, 35.2237, 4.88692, 0, 0, -0.642787, 0.766045, 300, 255, 1, '', 50375, NULL), +(@OGUID+6499, 1617, 0, 12, 0, 1, 1, -9880.6, 51.431, 31.4423, 0.139624, 0, 0, 0.0697556, 0.997564, 300, 255, 1, '', 48632, NULL), +(@OGUID+6500, 1617, 0, 12, 0, 1, 1, -9881.79, -1119.49, 27.9795, 5.65487, 0, 0, -0.309016, 0.951057, 300, 255, 1, '', 48632, NULL), +(@OGUID+6501, 1617, 0, 12, 0, 1, 1, -9884.6, -1331.49, 33.1969, 0.872664, 0, 0, 0.422618, 0.906308, 300, 255, 1, '', 49345, NULL), +(@OGUID+6502, 1617, 0, 12, 0, 1, 1, -9888.64, 133.306, 32.6016, 5.70723, 0, 0, -0.284015, 0.95882, 300, 255, 1, '', 47966, NULL), +(@OGUID+6503, 1617, 0, 12, 0, 1, 1, -9895.89, 600.01, 40.0391, 1.23918, 0, 0, 0.580703, 0.814116, 300, 255, 1, '', 48632, NULL), +(@OGUID+6504, 1617, 0, 12, 0, 1, 1, -9896.43, -96.5821, 29.1457, 5.11382, 0, 0, -0.551936, 0.833886, 300, 255, 1, '', 48632, NULL), +(@OGUID+6505, 1617, 0, 12, 0, 1, 1, -9973.48, 614.659, 39.457, 3.45576, 0, 0, -0.987688, 0.156436, 300, 255, 1, '', 47966, NULL), +(@OGUID+6506, 1617, 0, 12, 0, 1, 1, -9978.52, 348.763, 36.5914, 4.20625, 0, 0, -0.861629, 0.507539, 300, 255, 1, '', 48632, NULL), +(@OGUID+6507, 1617, 0, 12, 0, 1, 1, -9329.45, -801.189, 66.006, 4.67748, 0, 0, -0.719339, 0.694659, 300, 255, 1, '', 52237, NULL), +(@OGUID+6508, 1617, 0, 12, 0, 1, 1, -9521.12, 591.748, 51.523, 5.09636, 0, 0, -0.559193, 0.829038, 300, 255, 1, '', 52237, NULL), +(@OGUID+6509, 1617, 0, 12, 0, 1, 1, -9541.16, -232.515, 60.5579, 1.95477, 0, 0, 0.829038, 0.559193, 300, 255, 1, '', 52237, NULL), +(@OGUID+6510, 1617, 0, 12, 0, 1, 1, -9627.64, -1495.21, 58.7032, 5.72468, 0, 0, -0.275637, 0.961262, 300, 255, 1, '', 52237, NULL), +(@OGUID+6511, 1617, 0, 12, 0, 1, 1, -9670.86, 144.697, 46.8161, 4.08407, 0, 0, -0.891006, 0.453991, 300, 255, 1, '', 52237, NULL), +(@OGUID+6512, 1617, 0, 12, 0, 1, 1, -9813.14, -195.055, 37.6972, 5.77704, 0, 0, -0.25038, 0.968148, 300, 255, 1, '', 52237, NULL), +(@OGUID+6513, 1617, 0, 12, 54, 1, 1, -9186.2, -645.259, 65.5863, 3.59538, 0, 0, -0.97437, 0.224951, 300, 255, 1, '', 52237, NULL), +(@OGUID+6514, 1617, 0, 12, 86, 1, 1, -9115.96, -828.876, 70.2978, 2.37364, 0, 0, 0.927183, 0.374608, 300, 255, 1, '', 53788, NULL), +(@OGUID+6515, 1617, 0, 12, 86, 1, 1, -9251, -1383.04, 81.9087, 3.47321, 0, 0, -0.986285, 0.16505, 300, 255, 1, '', 52237, NULL), +(@OGUID+6516, 1617, 0, 12, 87, 1, 1, -9442.58, -1496.34, 63.4883, 5.77704, 0, 0, -0.25038, 0.968148, 300, 255, 1, '', 52237, NULL), +(@OGUID+6517, 1617, 0, 12, 88, 1, 1, -9514.6, -1218.97, 46.938, 1.53589, 0, 0, 0.694658, 0.71934, 300, 255, 1, '', 52237, NULL), +(@OGUID+6518, 1617, 0, 12, 9, 1, 1, -8910.91, -935.893, 70.9603, 1.83259, 0, 0, 0.793353, 0.608762, 300, 255, 1, '', 48019, NULL), +(@OGUID+6519, 1617, 0, 12, 9, 1, 1, -8931.29, -774.365, 68.6411, 1.65806, 0, 0, 0.737277, 0.675591, 300, 255, 1, '', 48019, NULL), +(@OGUID+6520, 1617, 0, 12, 9, 1, 1, -9235.76, -854.243, 69.2647, 4.50295, 0, 0, -0.777145, 0.629321, 300, 255, 1, '', 48120, NULL), +(@OGUID+6521, 1617, 0, 12, 9, 1, 1, -9332.48, -466.748, 70.8302, 3.4034, 0, 0, -0.991445, 0.130528, 300, 255, 1, '', 47966, NULL), +(@OGUID+6522, 1617, 0, 12, 9, 1, 1, -9334.78, -347.827, 68.3406, 3.3685, 0, 0, -0.993571, 0.113208, 300, 255, 1, '', 48019, NULL), +(@OGUID+6523, 1617, 0, 12, 9, 1, 1, -9490.43, -740.377, 60.2324, 2.23402, 0, 0, 0.898793, 0.438373, 300, 255, 1, '', 48632, NULL), +(@OGUID+6524, 1617, 0, 12, 9, 1, 1, -9692.8, -19.2856, 41.6506, 1.02974, 0, 0, 0.492423, 0.870356, 300, 255, 1, '', 47966, NULL), +(@OGUID+6525, 1618, 0, 12, 0, 1, 1, -10033.5, 133.567, 31.6554, 1.93731, 0, 0, 0.824125, 0.566408, 300, 255, 1, '', 47966, NULL), +(@OGUID+6526, 1618, 0, 12, 0, 1, 1, -9183.36, 114.578, 74.9537, 4.7822, 0, 0, -0.681998, 0.731354, 300, 255, 1, '', 48632, NULL), +(@OGUID+6527, 1618, 0, 12, 0, 1, 1, -9185.54, -1052.26, 71.4121, 0.383971, 0, 0, 0.190808, 0.981627, 300, 255, 1, '', 48120, NULL), +(@OGUID+6528, 1618, 0, 12, 0, 1, 1, -9218.29, -16.9272, 75.6434, 0.95993, 0, 0, 0.461748, 0.887011, 300, 255, 1, '', 47966, NULL), +(@OGUID+6529, 1618, 0, 12, 0, 1, 1, -9285.26, 315.225, 72.9209, 3.87463, 0, 0, -0.93358, 0.358368, 300, 255, 1, '', 48632, NULL), +(@OGUID+6530, 1618, 0, 12, 0, 1, 1, -9288.1, -1199.96, 69.7286, 0.122173, 0, 0, 0.0610485, 0.998135, 300, 255, 1, '', 49345, NULL), +(@OGUID+6531, 1618, 0, 12, 0, 1, 1, -9319.03, -181.814, 67.7439, 1.3439, 0, 0, 0.622514, 0.782609, 300, 255, 1, '', 48632, NULL), +(@OGUID+6532, 1618, 0, 12, 0, 1, 1, -9349.9, 247.285, 64.4522, 1.46608, 0, 0, 0.66913, 0.743145, 300, 255, 1, '', 48632, NULL), +(@OGUID+6533, 1618, 0, 12, 0, 1, 1, -9350.43, 49.4977, 61.2849, 1.8675, 0, 0, 0.803857, 0.594823, 300, 255, 1, '', 50664, NULL), +(@OGUID+6534, 1618, 0, 12, 0, 1, 1, -9365.94, -914.584, 64.3116, 2.60054, 0, 0, 0.96363, 0.267241, 300, 255, 1, '', 48120, NULL), +(@OGUID+6535, 1618, 0, 12, 0, 1, 1, -9388.6, -621.303, 69.2396, 4.01426, 0, 0, -0.906307, 0.422619, 300, 255, 1, '', 50172, NULL), +(@OGUID+6536, 1618, 0, 12, 0, 1, 1, -9401.43, -772.841, 63.7403, 2.37364, 0, 0, 0.927183, 0.374608, 300, 255, 1, '', 48120, NULL), +(@OGUID+6537, 1618, 0, 12, 0, 1, 1, -9410.12, -32.9812, 64.1018, 0.0698117, 0, 0, 0.0348988, 0.999391, 300, 255, 1, '', 48632, NULL), +(@OGUID+6538, 1618, 0, 12, 0, 1, 1, -9451.08, -1451, 59.5396, 1.48353, 0, 0, 0.67559, 0.737278, 300, 255, 1, '', 50664, NULL), +(@OGUID+6539, 1618, 0, 12, 0, 1, 1, -9451.71, -688.275, 63.4407, 5.58505, 0, 0, -0.34202, 0.939693, 300, 255, 1, '', 48120, NULL), +(@OGUID+6540, 1618, 0, 12, 0, 1, 1, -9544.96, 298.601, 53.1318, 5.75959, 0, 0, -0.258819, 0.965926, 300, 255, 1, '', 47966, NULL), +(@OGUID+6541, 1618, 0, 12, 0, 1, 1, -9549.51, 116.518, 59.0369, 2.07694, 0, 0, 0.861629, 0.507539, 300, 255, 1, '', 48632, NULL), +(@OGUID+6542, 1618, 0, 12, 0, 1, 1, -9582.88, 16.6436, 60.1078, 3.47321, 0, 0, -0.986285, 0.16505, 300, 255, 1, '', 48632, NULL), +(@OGUID+6543, 1618, 0, 12, 0, 1, 1, -9583.33, -1486.53, 60.378, 4.13643, 0, 0, -0.878817, 0.47716, 300, 255, 1, '', 48632, NULL), +(@OGUID+6544, 1618, 0, 12, 0, 1, 1, -9649.62, 566.361, 41.6649, 0.942477, 0, 0, 0.45399, 0.891007, 300, 255, 1, '', 48120, NULL), +(@OGUID+6545, 1618, 0, 12, 0, 1, 1, -9666.77, -89.0881, 42.3579, 2.82743, 0, 0, 0.987688, 0.156436, 300, 255, 1, '', 48632, NULL), +(@OGUID+6546, 1618, 0, 12, 0, 1, 1, -9681.9, -549.844, 49.2377, 1.06465, 0, 0, 0.507538, 0.861629, 300, 255, 1, '', 48632, NULL), +(@OGUID+6547, 1618, 0, 12, 0, 1, 1, -9689.24, 747.931, 30.9122, 5.61996, 0, 0, -0.325567, 0.945519, 300, 255, 1, '', 48632, NULL), +(@OGUID+6548, 1618, 0, 12, 0, 1, 1, -9707.22, -1138.33, 38.5584, 2.16421, 0, 0, 0.882947, 0.469473, 300, 255, 1, '', 48120, NULL), +(@OGUID+6549, 1618, 0, 12, 0, 1, 1, -9710.92, 150.961, 50.0749, 4.04917, 0, 0, -0.898793, 0.438373, 300, 255, 1, '', 47966, NULL), +(@OGUID+6550, 1618, 0, 12, 0, 1, 1, -9724.51, -1535.47, 51.8514, 0.418879, 0, 0, 0.207911, 0.978148, 300, 255, 1, '', 50172, NULL), +(@OGUID+6551, 1618, 0, 12, 0, 1, 1, -9748.69, -748.682, 41.5984, 2.63544, 0, 0, 0.968147, 0.250381, 300, 255, 1, '', 48632, NULL), +(@OGUID+6552, 1618, 0, 12, 0, 1, 1, -9798.21, -1199.98, 38.0966, 4.45059, 0, 0, -0.793353, 0.608762, 300, 255, 1, '', 48632, NULL), +(@OGUID+6553, 1618, 0, 12, 0, 1, 1, -9802.5, -386.555, 55.1582, 3.01941, 0, 0, 0.998135, 0.0610518, 300, 255, 1, '', 49345, NULL), +(@OGUID+6554, 1618, 0, 12, 0, 1, 1, -9814.99, -562.856, 28.7973, 1.20428, 0, 0, 0.566406, 0.824126, 300, 255, 1, '', 48120, NULL), +(@OGUID+6555, 1618, 0, 12, 0, 1, 1, -9819.93, -1534.26, 38.1285, 0.506145, 0, 0, 0.25038, 0.968148, 300, 255, 1, '', 48632, NULL), +(@OGUID+6556, 1618, 0, 12, 0, 1, 1, -9824.13, -842.282, 40.8678, 1.64061, 0, 0, 0.731353, 0.681999, 300, 255, 1, '', 48120, NULL), +(@OGUID+6557, 1618, 0, 12, 0, 1, 1, -9827.08, 626.985, 40.678, 3.31614, 0, 0, -0.996194, 0.087165, 300, 255, 1, '', 48632, NULL), +(@OGUID+6558, 1618, 0, 12, 0, 1, 1, -9853.78, -952.625, 37.3469, 3.24635, 0, 0, -0.998629, 0.0523532, 300, 255, 1, '', 48120, NULL), +(@OGUID+6559, 1618, 0, 12, 0, 1, 1, -9883.75, -315.768, 36.1588, 0.471238, 0, 0, 0.233445, 0.97237, 300, 255, 1, '', 48120, NULL), +(@OGUID+6560, 1618, 0, 12, 0, 1, 1, -9898.06, 635.503, 39.2301, 0.855211, 0, 0, 0.414693, 0.909961, 300, 255, 1, '', 48632, NULL), +(@OGUID+6561, 1618, 0, 12, 0, 1, 1, -9910.36, -1381.62, 30.7112, 0.855211, 0, 0, 0.414693, 0.909961, 300, 255, 1, '', 48632, NULL), +(@OGUID+6562, 1618, 0, 12, 0, 1, 1, -9933.43, -67.6157, 32.1866, 3.54302, 0, 0, -0.979924, 0.19937, 300, 255, 1, '', 48632, NULL), +(@OGUID+6563, 1618, 0, 12, 0, 1, 1, -9965.29, 188.475, 32.6272, 3.76991, 0, 0, -0.951056, 0.309017, 300, 255, 1, '', 49345, NULL), +(@OGUID+6564, 1618, 0, 12, 0, 1, 1, -9966.72, 299.388, 37.097, 4.60767, 0, 0, -0.743144, 0.669131, 300, 255, 1, '', 48632, NULL), +(@OGUID+6565, 1618, 0, 12, 0, 1, 1, -9998.34, 642.859, 38.7573, 0.785397, 0, 0, 0.382683, 0.92388, 300, 255, 1, '', 48632, NULL), +(@OGUID+6566, 1618, 0, 12, 799, 1, 1, -9879.68, -1028.55, 30.0751, 5.88176, 0, 0, -0.199368, 0.979925, 300, 255, 1, '', 45772, NULL), +(@OGUID+6567, 1618, 0, 12, 0, 1, 1, -9738.53, -648.556, 43.5726, 1.93731, 0, 0, 0.824125, 0.566408, 300, 255, 1, '', 52237, NULL), +(@OGUID+6568, 1618, 0, 12, 0, 1, 1, -9815.08, -97.4157, 26.4314, 5.44543, 0, 0, -0.406736, 0.913546, 300, 255, 1, '', 52237, NULL), +(@OGUID+6569, 1618, 0, 12, 0, 1, 1, -9865.58, -165.308, 33.4404, 4.50295, 0, 0, -0.777145, 0.629321, 300, 255, 1, '', 52237, NULL), +(@OGUID+6570, 1618, 0, 12, 54, 1, 1, -9284.6, -632.643, 65.1002, 0.471238, 0, 0, 0.233445, 0.97237, 300, 255, 1, '', 52237, NULL), +(@OGUID+6571, 1618, 0, 12, 9, 1, 1, -9351.36, -1447.61, 66.6508, 0.314158, 0, 0, 0.156434, 0.987688, 300, 255, 1, '', 48120, NULL), +(@OGUID+6572, 1618, 0, 12, 9, 1, 1, -9416.57, -682.391, 65.3388, 2.68781, 0, 0, 0.97437, 0.224951, 300, 255, 1, '', 48019, NULL), +(@OGUID+6573, 1619, 0, 12, 0, 1, 1, -8679.26, -1103.4, 150.882, 1.90241, 0, 0, 0.814116, 0.580703, 300, 255, 1, '', 48632, NULL), +(@OGUID+6574, 1619, 0, 12, 0, 1, 1, -8777.18, -1119.31, 85.4837, 5.77704, 0, 0, -0.25038, 0.968148, 300, 255, 1, '', 48632, NULL), +(@OGUID+6575, 1619, 0, 12, 0, 1, 1, -8802.97, -1242.1, 95.1466, 2.40855, 0, 0, 0.93358, 0.358368, 300, 255, 1, '', 48340, NULL), +(@OGUID+6576, 1619, 0, 12, 0, 1, 1, -8832.86, -1181.85, 91.3664, 3.90954, 0, 0, -0.927183, 0.374608, 300, 255, 1, '', 48120, NULL), +(@OGUID+6577, 1619, 0, 12, 0, 1, 1, -8844.8, -1293.87, 111.635, 3.21142, 0, 0, -0.999391, 0.0349061, 300, 255, 1, '', 48120, NULL), +(@OGUID+6578, 1619, 0, 12, 0, 1, 1, -9049.12, 138.53, 118.886, 2.33874, 0, 0, 0.920505, 0.390732, 300, 255, 1, '', 49345, NULL), +(@OGUID+6579, 1619, 0, 12, 0, 1, 1, -9083.2, -1084.1, 82.282, 0.331611, 0, 0, 0.165047, 0.986286, 300, 255, 1, '', 50063, NULL), +(@OGUID+6580, 1619, 0, 12, 0, 1, 1, -9104.65, -132.352, 89.4059, 4.62512, 0, 0, -0.737277, 0.675591, 300, 255, 1, '', 47966, NULL), +(@OGUID+6581, 1619, 0, 12, 0, 1, 1, -9105.53, -1322.45, 109.184, 0.488691, 0, 0, 0.241921, 0.970296, 300, 255, 1, '', 49345, NULL), +(@OGUID+6582, 1619, 0, 12, 0, 1, 1, -9110.28, 225.151, 100.979, 1.01229, 0, 0, 0.484809, 0.87462, 300, 255, 1, '', 48632, NULL), +(@OGUID+6583, 1619, 0, 12, 0, 1, 1, -9194.63, -1313.42, 94.5443, 4.38078, 0, 0, -0.814116, 0.580703, 300, 255, 1, '', 50664, NULL), +(@OGUID+6584, 1619, 0, 12, 0, 1, 1, -9205.2, -1018.75, 80.3799, 2.02458, 0, 0, 0.848047, 0.529921, 300, 255, 1, '', 48632, NULL), +(@OGUID+6585, 1619, 0, 12, 0, 1, 1, -9210.75, -225.726, 84.0886, 2.54818, 0, 0, 0.956305, 0.292372, 300, 255, 1, '', 50664, NULL), +(@OGUID+6586, 1619, 0, 12, 0, 1, 1, -9228.82, 467.448, 110.755, 4.88692, 0, 0, -0.642787, 0.766045, 300, 255, 1, '', 47966, NULL), +(@OGUID+6587, 1619, 0, 12, 0, 1, 1, -9272.45, -285.934, 81.656, 5.044, 0, 0, -0.580703, 0.814116, 300, 255, 1, '', 49345, NULL), +(@OGUID+6588, 1619, 0, 12, 0, 1, 1, -9541.04, -808.438, 56.4095, 5.42797, 0, 0, -0.414693, 0.909961, 300, 255, 1, '', 50375, NULL), +(@OGUID+6589, 1619, 0, 12, 0, 1, 1, -9577.55, -761.046, 46.7085, 0.95993, 0, 0, 0.461748, 0.887011, 300, 255, 1, '', 48120, NULL), +(@OGUID+6590, 1619, 0, 12, 0, 1, 1, -9607.63, -728.023, 48.0923, 4.11898, 0, 0, -0.882947, 0.469473, 300, 255, 1, '', 48120, NULL), +(@OGUID+6591, 1619, 0, 12, 0, 1, 1, -9652.64, -221.701, 54.7938, 4.99164, 0, 0, -0.601814, 0.798636, 300, 255, 1, '', 48632, NULL), +(@OGUID+6592, 1619, 0, 12, 0, 1, 1, -9679.7, -1220.33, 46.5051, 4.46804, 0, 0, -0.788011, 0.615662, 300, 255, 1, '', 48632, NULL), +(@OGUID+6593, 1619, 0, 12, 0, 1, 1, -9735.58, -1411.31, 57.8482, 3.07177, 0, 0, 0.999391, 0.0349061, 300, 255, 1, '', 48632, NULL), +(@OGUID+6594, 1619, 0, 12, 0, 1, 1, -9761.37, -457.87, 41.5615, 1.5708, 0, 0, 0.707107, 0.707107, 300, 255, 1, '', 48120, NULL), +(@OGUID+6595, 1619, 0, 12, 0, 1, 1, -9764.79, -505.546, 38.3915, 0.383971, 0, 0, 0.190808, 0.981627, 300, 255, 1, '', 48632, NULL), +(@OGUID+6596, 1619, 0, 12, 0, 1, 1, -9785.67, -1340.88, 52.0721, 5.48033, 0, 0, -0.390731, 0.920505, 300, 255, 1, '', 48632, NULL), +(@OGUID+6597, 1619, 0, 12, 0, 1, 1, -9804.1, -1442.02, 43.9482, 5.65487, 0, 0, -0.309016, 0.951057, 300, 255, 1, '', 48632, NULL), +(@OGUID+6598, 1619, 0, 12, 0, 1, 1, -9819.25, -1392.68, 53.7644, 3.08918, 0, 0, 0.999657, 0.0262016, 300, 255, 1, '', 48632, NULL), +(@OGUID+6599, 1619, 0, 12, 0, 1, 1, -9834.25, -397.657, 38.5073, 4.95674, 0, 0, -0.615661, 0.788011, 300, 255, 1, '', 48120, NULL), +(@OGUID+6600, 1619, 0, 12, 799, 1, 1, -9902.2, -205.827, 39.8754, 3.75246, 0, 0, -0.953716, 0.300708, 300, 255, 1, '', 51943, NULL), +(@OGUID+6601, 1619, 0, 12, 0, 1, 1, -9889.92, -225.995, 41.3389, 3.35105, 0, 0, -0.994521, 0.104536, 300, 255, 1, '', 52237, NULL), +(@OGUID+6602, 1619, 0, 12, 0, 1, 1, -9923.33, -223.855, 48.9006, 2.96704, 0, 0, 0.996194, 0.087165, 300, 255, 1, '', 52237, NULL), +(@OGUID+6603, 1619, 0, 12, 18, 1, 1, -9257.12, -382.725, 73.1997, 5.46288, 0, 0, -0.398748, 0.91706, 300, 255, 1, '', 52237, NULL), +(@OGUID+6604, 1619, 0, 12, 54, 1, 1, -9125.45, -647.984, 83.9311, 1.37881, 0, 0, 0.636078, 0.771625, 300, 255, 1, '', 53788, NULL), +(@OGUID+6605, 1619, 0, 12, 86, 1, 1, -9044.25, -761.559, 100.335, 1.44862, 0, 0, 0.66262, 0.748956, 300, 255, 1, '', 53788, NULL), +(@OGUID+6606, 1619, 0, 12, 86, 1, 1, -9297.25, -1417.39, 95.7719, 0.733038, 0, 0, 0.358368, 0.93358, 300, 255, 1, '', 52237, NULL), +(@OGUID+6607, 1619, 0, 12, 89, 1, 1, -9436.08, 556.346, 70.3439, 2.63544, 0, 0, 0.968147, 0.250381, 300, 255, 1, '', 52237, NULL), +(@OGUID+6608, 1619, 0, 12, 89, 1, 1, -9488.74, 661.122, 60.1932, 2.53072, 0, 0, 0.953716, 0.300708, 300, 255, 1, '', 46368, NULL), +(@OGUID+6609, 1619, 0, 12, 9, 1, 1, -8728.46, -973.577, 99.7805, 3.28124, 0, 0, -0.997563, 0.0697661, 300, 255, 1, '', 49822, NULL), +(@OGUID+6610, 1619, 0, 12, 9, 1, 1, -8737.64, -856.766, 105.149, 3.14159, 0, 0, -1, 0, 300, 255, 1, '', 48019, NULL), +(@OGUID+6611, 1619, 0, 12, 9, 1, 1, -8753.15, -806.402, 100.999, 4.10153, 0, 0, -0.887011, 0.461749, 300, 255, 1, '', 49822, NULL), +(@OGUID+6612, 1619, 0, 12, 9, 1, 1, -8778.77, -729.493, 105.662, 0.383971, 0, 0, 0.190808, 0.981627, 300, 255, 1, '', 49345, NULL), +(@OGUID+6613, 1619, 0, 12, 9, 1, 1, -8964.49, -682.498, 87.1403, 3.52557, 0, 0, -0.981627, 0.190812, 300, 255, 1, '', 49822, NULL), +(@OGUID+6614, 1619, 0, 12, 9, 1, 1, -8996.22, -1374.75, 125.361, 1.29154, 0, 0, 0.601814, 0.798636, 300, 255, 1, '', 49345, NULL), +(@OGUID+6615, 1619, 0, 12, 9, 1, 1, -9011.51, -693.176, 96.236, 0.977383, 0, 0, 0.469471, 0.882948, 300, 255, 1, '', 48120, NULL), +(@OGUID+6616, 1619, 0, 12, 9, 1, 1, -9160.7, -1406.01, 114.388, 4.46804, 0, 0, -0.788011, 0.615662, 300, 255, 1, '', 48120, NULL), +(@OGUID+6617, 1619, 0, 12, 9, 1, 1, -9242.07, -500.695, 72.2388, 2.58308, 0, 0, 0.961261, 0.27564, 300, 255, 1, '', 47966, NULL), +(@OGUID+6618, 1619, 0, 12, 9, 1, 1, -9287.4, 530.653, 87.7495, 5.68977, 0, 0, -0.292372, 0.956305, 300, 255, 1, '', 48632, NULL), +(@OGUID+6619, 1619, 0, 12, 9, 1, 1, -9295.53, -1533.4, 98.718, 5.2709, 0, 0, -0.484809, 0.87462, 300, 255, 1, '', 49822, NULL), +(@OGUID+6620, 1619, 0, 12, 9, 1, 1, -9377.18, -1536.06, 80.8797, 1.41372, 0, 0, 0.649447, 0.760406, 300, 255, 1, '', 48019, NULL), +(@OGUID+6621, 1619, 0, 12, 9, 1, 1, -9818.68, -252.158, 44.7478, 0.645772, 0, 0, 0.317305, 0.948324, 300, 255, 1, '', 48120, NULL), +(@OGUID+6622, 1731, 0, 12, 0, 1, 1, -8799.84, -1210.71, 101.44, 1.69297, 0, 0, 0.748956, 0.66262, 300, 255, 1, '', 48632, NULL), +(@OGUID+6623, 1731, 0, 12, 0, 1, 1, -8926.02, -1270.43, 98.4984, 5.70723, 0, 0, -0.284015, 0.95882, 300, 255, 1, '', 48120, NULL), +(@OGUID+6624, 1731, 0, 12, 0, 1, 1, -8954.08, -1005.58, 53.8543, 4.20625, 0, 0, -0.861629, 0.507539, 300, 255, 1, '', 48120, NULL), +(@OGUID+6625, 1731, 0, 12, 0, 1, 1, -9050.06, -1040.05, 78.6428, 0.925024, 0, 0, 0.446198, 0.894935, 300, 255, 1, '', 48632, NULL), +(@OGUID+6626, 1731, 0, 12, 0, 1, 1, -9074.68, 25.9893, 97.5041, 0.645772, 0, 0, 0.317305, 0.948324, 300, 255, 1, '', 49345, NULL), +(@OGUID+6627, 1731, 0, 12, 0, 1, 1, -9085.04, -1192.78, 56.2631, 1.88495, 0, 0, 0.809016, 0.587786, 300, 255, 1, '', 48120, NULL), +(@OGUID+6628, 1731, 0, 12, 0, 1, 1, -9101.61, 76.0012, 93.6697, 1.39626, 0, 0, 0.642787, 0.766045, 300, 255, 1, '', 48632, NULL), +(@OGUID+6629, 1731, 0, 12, 0, 1, 1, -9115.54, 240.614, 106.374, 5.93412, 0, 0, -0.173648, 0.984808, 300, 255, 1, '', 48632, NULL), +(@OGUID+6630, 1731, 0, 12, 0, 1, 1, -9116.41, 194.16, 112.556, 5.75959, 0, 0, -0.258819, 0.965926, 300, 255, 1, '', 49345, NULL), +(@OGUID+6631, 1731, 0, 12, 0, 1, 1, -9136.85, -1119.04, 82.9461, 4.79966, 0, 0, -0.67559, 0.737278, 300, 255, 1, '', 48120, NULL), +(@OGUID+6632, 1731, 0, 12, 0, 1, 1, -9153.33, 110.741, 76.7171, 5.77704, 0, 0, -0.25038, 0.968148, 300, 255, 1, '', 48632, NULL), +(@OGUID+6633, 1731, 0, 12, 0, 1, 1, -9154.89, -982.684, 79.2237, 4.66003, 0, 0, -0.725374, 0.688355, 300, 255, 1, '', 48632, NULL), +(@OGUID+6634, 1731, 0, 12, 0, 1, 1, -9188.92, 488.25, 113.085, 4.95674, 0, 0, -0.615661, 0.788011, 300, 255, 1, '', 47966, NULL), +(@OGUID+6635, 1731, 0, 12, 0, 1, 1, -9211.76, -1331.8, 101.91, 1.15192, 0, 0, 0.544639, 0.838671, 300, 255, 1, '', 48632, NULL), +(@OGUID+6636, 1731, 0, 12, 0, 1, 1, -9217.26, -1052.66, 77.0704, 2.49582, 0, 0, 0.948323, 0.317306, 300, 255, 1, '', 48120, NULL), +(@OGUID+6637, 1731, 0, 12, 0, 1, 1, -9248.86, 440.654, 88.0219, 3.00195, 0, 0, 0.997563, 0.0697661, 300, 255, 1, '', 47966, NULL), +(@OGUID+6638, 1731, 0, 12, 0, 1, 1, -9294.92, -270.276, 81.7051, 0.122173, 0, 0, 0.0610485, 0.998135, 300, 255, 1, '', 50172, NULL), +(@OGUID+6639, 1731, 0, 12, 0, 1, 1, -9296.18, -1008.83, 55.8491, 6.16101, 0, 0, -0.0610485, 0.998135, 300, 255, 1, '', 48632, NULL), +(@OGUID+6640, 1731, 0, 12, 0, 1, 1, -9324.58, -1100.02, 66.707, 2.84488, 0, 0, 0.989016, 0.147811, 300, 255, 1, '', 48120, NULL), +(@OGUID+6641, 1731, 0, 12, 0, 1, 1, -9333.82, 494.622, 65.8085, 3.29869, 0, 0, -0.996917, 0.0784664, 300, 255, 1, '', 48632, NULL), +(@OGUID+6642, 1731, 0, 12, 0, 1, 1, -9401.4, 422.391, 37.7848, 0.122173, 0, 0, 0.0610485, 0.998135, 300, 255, 1, '', 47966, NULL), +(@OGUID+6643, 1731, 0, 12, 0, 1, 1, -9403.04, -1049.86, 61.608, 1.51844, 0, 0, 0.688354, 0.725374, 300, 255, 1, '', 48632, NULL), +(@OGUID+6644, 1731, 0, 12, 0, 1, 1, -9404.72, -274.812, 62.4757, 1.93731, 0, 0, 0.824125, 0.566408, 300, 255, 1, '', 48632, NULL), +(@OGUID+6645, 1731, 0, 12, 0, 1, 1, -9409.22, -627.169, 70.6956, 0.890117, 0, 0, 0.430511, 0.902586, 300, 255, 1, '', 50172, NULL), +(@OGUID+6646, 1731, 0, 12, 0, 1, 1, -9415.71, -561.253, 69.0323, 2.05949, 0, 0, 0.857167, 0.515038, 300, 255, 1, '', 48632, NULL), +(@OGUID+6647, 1731, 0, 12, 0, 1, 1, -9443.36, -981.152, 56.8838, 1.0472, 0, 0, 0.5, 0.866025, 300, 255, 1, '', 48632, NULL), +(@OGUID+6648, 1731, 0, 12, 0, 1, 1, -9448.71, -551.097, 66.5675, 3.59538, 0, 0, -0.97437, 0.224951, 300, 255, 1, '', 48632, NULL), +(@OGUID+6649, 1731, 0, 12, 0, 1, 1, -9471.69, 560.812, 58.0184, 0.383971, 0, 0, 0.190808, 0.981627, 300, 255, 1, '', 48120, NULL), +(@OGUID+6650, 1731, 0, 12, 0, 1, 1, -9501.33, -246.828, 46.4828, 0.767944, 0, 0, 0.374606, 0.927184, 300, 255, 1, '', 50063, NULL), +(@OGUID+6651, 1731, 0, 12, 0, 1, 1, -9505.85, -1566.84, 71.6791, 4.08407, 0, 0, -0.891006, 0.453991, 300, 255, 1, '', 50664, NULL), +(@OGUID+6652, 1731, 0, 12, 0, 1, 1, -9530.15, 793.169, 60.0321, 2.1293, 0, 0, 0.874619, 0.48481, 300, 255, 1, '', 47966, NULL), +(@OGUID+6653, 1731, 0, 12, 0, 1, 1, -9532.9, -861.734, 50.7958, 2.37364, 0, 0, 0.927183, 0.374608, 300, 255, 1, '', 48340, NULL), +(@OGUID+6654, 1731, 0, 12, 0, 1, 1, -9541.09, 652.099, 49.707, 0.226892, 0, 0, 0.113203, 0.993572, 300, 255, 1, '', 47966, NULL), +(@OGUID+6655, 1731, 0, 12, 0, 1, 1, -9572.22, -789.044, 46.5476, 2.93214, 0, 0, 0.994521, 0.104536, 300, 255, 1, '', 50375, NULL), +(@OGUID+6656, 1731, 0, 12, 0, 1, 1, -9576.02, 430.352, 40.8878, 4.32842, 0, 0, -0.829037, 0.559194, 300, 255, 1, '', 47966, NULL), +(@OGUID+6657, 1731, 0, 12, 0, 1, 1, -9585.05, 211.663, 50.7004, 0.261798, 0, 0, 0.130526, 0.991445, 300, 255, 1, '', 48632, NULL), +(@OGUID+6658, 1731, 0, 12, 0, 1, 1, -9605.38, -741.081, 52.7849, 1.65806, 0, 0, 0.737277, 0.675591, 300, 255, 1, '', 48120, NULL), +(@OGUID+6659, 1731, 0, 12, 0, 1, 1, -9605.88, 517.683, 42.3721, 4.67748, 0, 0, -0.719339, 0.694659, 300, 255, 1, '', 48632, NULL), +(@OGUID+6660, 1731, 0, 12, 0, 1, 1, -9617.02, 344.501, 48.3057, 3.05433, 0, 0, 0.999048, 0.0436193, 300, 255, 1, '', 48632, NULL), +(@OGUID+6661, 1731, 0, 12, 0, 1, 1, -9620.11, -46.3336, 47.3641, 2.04204, 0, 0, 0.85264, 0.522499, 300, 255, 1, '', 50063, NULL), +(@OGUID+6662, 1731, 0, 12, 0, 1, 1, -9628.99, 102.231, 48.9472, 2.32129, 0, 0, 0.91706, 0.39875, 300, 255, 1, '', 50375, NULL), +(@OGUID+6663, 1731, 0, 12, 0, 1, 1, -9647.58, -115.74, 48.5227, 3.76991, 0, 0, -0.951056, 0.309017, 300, 255, 1, '', 48632, NULL), +(@OGUID+6664, 1731, 0, 12, 0, 1, 1, -9652.22, -212.85, 50.9247, 5.41052, 0, 0, -0.422618, 0.906308, 300, 255, 1, '', 50375, NULL), +(@OGUID+6665, 1731, 0, 12, 0, 1, 1, -9654.41, 17.4469, 49.5562, 5.65487, 0, 0, -0.309016, 0.951057, 300, 255, 1, '', 47966, NULL), +(@OGUID+6666, 1731, 0, 12, 0, 1, 1, -9685.88, -1195.68, 50.4208, 1.02974, 0, 0, 0.492423, 0.870356, 300, 255, 1, '', 48120, NULL), +(@OGUID+6667, 1731, 0, 12, 0, 1, 1, -9707.75, -267.908, 52.1275, 2.44346, 0, 0, 0.939692, 0.34202, 300, 255, 1, '', 48632, NULL), +(@OGUID+6668, 1731, 0, 12, 0, 1, 1, -9723.19, 93.0938, 48.3514, 2.51327, 0, 0, 0.951056, 0.309017, 300, 255, 1, '', 48632, NULL), +(@OGUID+6669, 1731, 0, 12, 0, 1, 1, -9723.71, 118.831, 26.5206, 4.7822, 0, 0, -0.681998, 0.731354, 300, 255, 1, '', 48632, NULL), +(@OGUID+6670, 1731, 0, 12, 0, 1, 1, -9729.23, -537.534, 45.7004, 3.4034, 0, 0, -0.991445, 0.130528, 300, 255, 1, '', 50664, NULL), +(@OGUID+6671, 1731, 0, 12, 0, 1, 1, -9733.24, -1031.51, 39.6084, 3.05433, 0, 0, 0.999048, 0.0436193, 300, 255, 1, '', 48632, NULL), +(@OGUID+6672, 1731, 0, 12, 0, 1, 1, -9736.79, 87.7491, 12.8907, 3.64774, 0, 0, -0.968147, 0.250381, 300, 255, 1, '', 48632, NULL), +(@OGUID+6673, 1731, 0, 12, 0, 1, 1, -9737.26, 813.852, 33.3772, 6.16101, 0, 0, -0.0610485, 0.998135, 300, 255, 1, '', 48632, NULL), +(@OGUID+6674, 1731, 0, 12, 0, 1, 1, -9742.96, 139.8, 20.6754, 1.3439, 0, 0, 0.622514, 0.782609, 300, 255, 1, '', 47966, NULL), +(@OGUID+6675, 1731, 0, 12, 0, 1, 1, -9751.66, 184.723, 55.7324, 3.10665, 0, 0, 0.999847, 0.0174693, 300, 255, 1, '', 47966, NULL), +(@OGUID+6676, 1731, 0, 12, 0, 1, 1, -9757.65, 78.5534, 14.1574, 5.44543, 0, 0, -0.406736, 0.913546, 300, 255, 1, '', 50375, NULL), +(@OGUID+6677, 1731, 0, 12, 0, 1, 1, -9758.25, -460.59, 43.6968, 5.70723, 0, 0, -0.284015, 0.95882, 300, 255, 1, '', 48120, NULL), +(@OGUID+6678, 1731, 0, 12, 0, 1, 1, -9758.44, 140.715, 21.5286, 2.63544, 0, 0, 0.968147, 0.250381, 300, 255, 1, '', 50063, NULL), +(@OGUID+6679, 1731, 0, 12, 0, 1, 1, -9763.46, -528.461, 39.4358, 0.90757, 0, 0, 0.438371, 0.898794, 300, 255, 1, '', 48632, NULL), +(@OGUID+6680, 1731, 0, 12, 0, 1, 1, -9770.37, 150.617, 25.7016, 3.4383, 0, 0, -0.989016, 0.147811, 300, 255, 1, '', 48632, NULL), +(@OGUID+6681, 1731, 0, 12, 0, 1, 1, -9770.87, -1437.77, 54.8067, 1.44862, 0, 0, 0.66262, 0.748956, 300, 255, 1, '', 48632, NULL), +(@OGUID+6682, 1731, 0, 12, 0, 1, 1, -9775.81, -420.04, 49.1723, 3.47321, 0, 0, -0.986285, 0.16505, 300, 255, 1, '', 48632, NULL), +(@OGUID+6683, 1731, 0, 12, 0, 1, 1, -9775.94, 145.396, 25.5595, 1.46608, 0, 0, 0.66913, 0.743145, 300, 255, 1, '', 49345, NULL), +(@OGUID+6684, 1731, 0, 12, 0, 1, 1, -9802.81, 88.5173, 4.70444, 3.54302, 0, 0, -0.979924, 0.19937, 300, 255, 1, '', 50664, NULL), +(@OGUID+6685, 1731, 0, 12, 0, 1, 1, -9806.22, -1365.82, 54.8668, 0.418879, 0, 0, 0.207911, 0.978148, 300, 255, 1, '', 48632, NULL), +(@OGUID+6686, 1731, 0, 12, 0, 1, 1, -9808.41, -243.801, 40.8597, 4.15388, 0, 0, -0.874619, 0.48481, 300, 255, 1, '', 48632, NULL), +(@OGUID+6687, 1731, 0, 12, 0, 1, 1, -9816, 148.449, 5.88154, 5.67232, 0, 0, -0.300705, 0.953717, 300, 255, 1, '', 48632, NULL), +(@OGUID+6688, 1731, 0, 12, 0, 1, 1, -9816.79, 178.992, 23.198, 4.88692, 0, 0, -0.642787, 0.766045, 300, 255, 1, '', 50664, NULL), +(@OGUID+6689, 1731, 0, 12, 0, 1, 1, -9817.66, 205.771, 16.6964, 5.41052, 0, 0, -0.422618, 0.906308, 300, 255, 1, '', 49345, NULL), +(@OGUID+6690, 1731, 0, 12, 0, 1, 1, -9820.85, -403.445, 46.8509, 5.02655, 0, 0, -0.587785, 0.809017, 300, 255, 1, '', 48120, NULL), +(@OGUID+6691, 1731, 0, 12, 0, 1, 1, -9822.3, -1427.23, 43.4424, 3.59538, 0, 0, -0.97437, 0.224951, 300, 255, 1, '', 48632, NULL), +(@OGUID+6692, 1731, 0, 12, 0, 1, 1, -9840.77, 121.837, 6.28642, 2.82743, 0, 0, 0.987688, 0.156436, 300, 255, 1, '', 47966, NULL), +(@OGUID+6693, 1731, 0, 12, 0, 1, 1, -9841.58, -340.996, 46.2621, 2.25147, 0, 0, 0.902585, 0.430512, 300, 255, 1, '', 49345, NULL), +(@OGUID+6694, 1731, 0, 12, 0, 1, 1, -9853.56, 109.835, 34.562, 6.14356, 0, 0, -0.0697556, 0.997564, 300, 255, 1, '', 49345, NULL), +(@OGUID+6695, 1731, 0, 12, 0, 1, 1, -9856.54, 242.269, 24.5645, 5.58505, 0, 0, -0.34202, 0.939693, 300, 255, 1, '', 49345, NULL), +(@OGUID+6696, 1731, 0, 12, 0, 1, 1, -9862.2, 155.543, 7.98152, 5.68977, 0, 0, -0.292372, 0.956305, 300, 255, 1, '', 47966, NULL), +(@OGUID+6697, 1731, 0, 12, 0, 1, 1, -9892.89, 695.553, 33.7647, 4.20625, 0, 0, -0.861629, 0.507539, 300, 255, 1, '', 48632, NULL), +(@OGUID+6698, 1731, 0, 12, 0, 1, 1, -9897.81, -1150, 24.353, 4.34587, 0, 0, -0.824126, 0.566406, 300, 255, 1, '', 48632, NULL), +(@OGUID+6699, 1731, 0, 12, 0, 1, 1, -9901.18, -204.867, 38.77, 0.994837, 0, 0, 0.477159, 0.878817, 300, 255, 1, '', 48632, NULL), +(@OGUID+6700, 1731, 0, 12, 0, 1, 1, -9921.27, -285.241, 35.7804, 1.53589, 0, 0, 0.694658, 0.71934, 300, 255, 1, '', 48120, NULL), +(@OGUID+6701, 1731, 0, 12, 0, 1, 1, -9923.1, -1080.64, 22.2222, 3.85718, 0, 0, -0.936671, 0.35021, 300, 255, 1, '', 48120, NULL), +(@OGUID+6702, 1731, 0, 12, 0, 1, 1, -9945.23, 204.505, 27.2168, 5.34071, 0, 0, -0.45399, 0.891007, 300, 255, 1, '', 48632, NULL), +(@OGUID+6703, 1731, 0, 12, 0, 1, 1, -9958.34, -218.238, 28.9477, 3.54302, 0, 0, -0.979924, 0.19937, 300, 255, 1, '', 48120, NULL), +(@OGUID+6704, 1731, 0, 12, 0, 1, 1, -9978.82, 521.455, 32.8909, 0.453785, 0, 0, 0.224951, 0.97437, 300, 255, 1, '', 48632, NULL), +(@OGUID+6705, 1731, 0, 12, 0, 1, 1, -9557.9, 573.378, 53.6437, 3.7001, 0, 0, -0.961261, 0.27564, 300, 255, 1, '', 52237, NULL), +(@OGUID+6706, 1731, 0, 12, 0, 1, 1, -9792.23, -1253.16, 36.0011, 4.03171, 0, 0, -0.902585, 0.430512, 300, 255, 1, '', 52237, NULL), +(@OGUID+6707, 1731, 0, 12, 0, 1, 1, -9799.79, 107.987, 6.13216, 2.53072, 0, 0, 0.953716, 0.300708, 300, 255, 1, '', 52237, NULL), +(@OGUID+6708, 1731, 0, 12, 0, 1, 1, -9802.83, 128.656, 7.04257, 2.93214, 0, 0, 0.994521, 0.104536, 300, 255, 1, '', 52237, NULL), +(@OGUID+6709, 1731, 0, 12, 0, 1, 1, -9875.08, -251.75, 38.4121, 5.77704, 0, 0, -0.25038, 0.968148, 300, 255, 1, '', 47168, NULL), +(@OGUID+6710, 1731, 0, 12, 120, 1, 1, -9584.58, 815.143, 51.4657, 3.80482, 0, 0, -0.945518, 0.325568, 300, 255, 1, '', 46368, NULL), +(@OGUID+6711, 1731, 0, 12, 120, 1, 1, -9672.27, 817.424, 32.0737, 5.96903, 0, 0, -0.156434, 0.987688, 300, 255, 1, '', 46368, NULL), +(@OGUID+6712, 1731, 0, 12, 18, 1, 1, -9254.93, -452.93, 82.6758, 2.47837, 0, 0, 0.945518, 0.325568, 300, 255, 1, '', 52237, NULL), +(@OGUID+6713, 1731, 0, 12, 54, 1, 1, -9035.68, -577.905, 57.1753, 5.044, 0, 0, -0.580703, 0.814116, 300, 255, 1, '', 52237, NULL), +(@OGUID+6714, 1731, 0, 12, 54, 1, 1, -9058.96, -621.586, 54.7671, 4.15388, 0, 0, -0.874619, 0.48481, 300, 255, 1, '', 52237, NULL), +(@OGUID+6715, 1731, 0, 12, 54, 1, 1, -9090.22, -594.915, 59.1844, 6.0912, 0, 0, -0.0958452, 0.995396, 300, 255, 1, '', 52237, NULL), +(@OGUID+6716, 1731, 0, 12, 54, 1, 1, -9106.09, -560.421, 61.66, 0.331611, 0, 0, 0.165047, 0.986286, 300, 255, 1, '', 52237, NULL), +(@OGUID+6717, 1731, 0, 12, 54, 1, 1, -9110.23, -588.506, 57.1738, 4.01426, 0, 0, -0.906307, 0.422619, 300, 255, 1, '', 53788, NULL), +(@OGUID+6718, 1731, 0, 12, 54, 1, 1, -9151.22, -623.095, 78.4092, 5.77704, 0, 0, -0.25038, 0.968148, 300, 255, 1, '', 52237, NULL), +(@OGUID+6719, 1731, 0, 12, 54, 1, 1, -9153.03, -599.311, 60.2455, 3.21142, 0, 0, -0.999391, 0.0349061, 300, 255, 1, '', 52237, NULL), +(@OGUID+6720, 1731, 0, 12, 54, 1, 1, -9166.6, -572.001, 58.69, 2.33874, 0, 0, 0.920505, 0.390732, 300, 255, 1, '', 53788, NULL), +(@OGUID+6721, 1731, 0, 12, 54, 1, 1, -9201.25, -821.463, 77.8971, 3.54302, 0, 0, -0.979924, 0.19937, 300, 255, 1, '', 53788, NULL), +(@OGUID+6722, 1731, 0, 12, 54, 1, 1, -9248.18, -734.17, 69.6834, 2.67035, 0, 0, 0.972369, 0.233448, 300, 255, 1, '', 53788, NULL), +(@OGUID+6723, 1731, 0, 12, 57, 1, 1, -9828.76, 184.747, 13.2738, 2.30383, 0, 0, 0.913545, 0.406738, 300, 255, 1, '', 52237, NULL), +(@OGUID+6724, 1731, 0, 12, 64, 1, 1, -9781.55, 92.5236, 6.73226, 3.47321, 0, 0, -0.986285, 0.16505, 300, 255, 1, '', 52237, NULL), +(@OGUID+6725, 1731, 0, 12, 86, 1, 1, -8843.56, -713.05, 82.6709, 5.09636, 0, 0, -0.559193, 0.829038, 300, 255, 1, '', 53788, NULL), +(@OGUID+6726, 1731, 0, 12, 86, 1, 1, -9222.35, -918.638, 60.2758, 2.53072, 0, 0, 0.953716, 0.300708, 300, 255, 1, '', 47168, NULL), +(@OGUID+6727, 1731, 0, 12, 88, 1, 1, -9332.39, -1480.93, 84.6816, 3.89209, 0, 0, -0.930417, 0.366502, 300, 255, 1, '', 52237, NULL), +(@OGUID+6728, 1731, 0, 12, 9, 1, 1, -8792.19, -1055.19, 75.3147, 5.02655, 0, 0, -0.587785, 0.809017, 300, 255, 1, '', 48019, NULL), +(@OGUID+6729, 1731, 0, 12, 9, 1, 1, -8801.88, -883.678, 82.6097, 3.35105, 0, 0, -0.994521, 0.104536, 300, 255, 1, '', 48120, NULL), +(@OGUID+6730, 1731, 0, 12, 9, 1, 1, -9025.47, -595.008, 56.6837, 0.767944, 0, 0, 0.374606, 0.927184, 300, 255, 1, '', 48019, NULL), +(@OGUID+6731, 1731, 0, 12, 9, 1, 1, -9030.71, -617.63, 56.8576, 5.46288, 0, 0, -0.398748, 0.91706, 300, 255, 1, '', 47966, NULL), +(@OGUID+6732, 1731, 0, 12, 9, 1, 1, -9030.82, -723.776, 111.017, 1.27409, 0, 0, 0.594822, 0.803857, 300, 255, 1, '', 48019, NULL), +(@OGUID+6733, 1731, 0, 12, 9, 1, 1, -9031.15, -568.044, 55.8196, 2.54818, 0, 0, 0.956305, 0.292372, 300, 255, 1, '', 49345, NULL), +(@OGUID+6734, 1731, 0, 12, 9, 1, 1, -9042.1, -896.944, 57.1838, 6.14356, 0, 0, -0.0697556, 0.997564, 300, 255, 1, '', 48632, NULL), +(@OGUID+6735, 1731, 0, 12, 9, 1, 1, -9070.51, -550.896, 59.402, 4.62512, 0, 0, -0.737277, 0.675591, 300, 255, 1, '', 49822, NULL), +(@OGUID+6736, 1731, 0, 12, 9, 1, 1, -9072.23, -580.832, 63.2114, 4.38078, 0, 0, -0.814116, 0.580703, 300, 255, 1, '', 47966, NULL), +(@OGUID+6737, 1731, 0, 12, 9, 1, 1, -9090.28, -550.917, 61.9709, 2.02458, 0, 0, 0.848047, 0.529921, 300, 255, 1, '', 48632, NULL), +(@OGUID+6738, 1731, 0, 12, 9, 1, 1, -9100.51, -586.156, 58.8091, 0.488691, 0, 0, 0.241921, 0.970296, 300, 255, 1, '', 49822, NULL), +(@OGUID+6739, 1731, 0, 12, 9, 1, 1, -9138.78, -591.058, 58.8044, 1.90241, 0, 0, 0.814116, 0.580703, 300, 255, 1, '', 49345, NULL), +(@OGUID+6740, 1731, 0, 12, 9, 1, 1, -9183.71, -614.584, 61.8164, 5.67232, 0, 0, -0.300705, 0.953717, 300, 255, 1, '', 47966, NULL), +(@OGUID+6741, 1731, 0, 12, 9, 1, 1, -9191.63, -598.046, 60.6417, 3.28124, 0, 0, -0.997563, 0.0697661, 300, 255, 1, '', 48019, NULL), +(@OGUID+6742, 1731, 0, 12, 9, 1, 1, -9311.26, 643.967, 130.898, 5.02655, 0, 0, -0.587785, 0.809017, 300, 255, 1, '', 48120, NULL), +(@OGUID+6743, 1731, 0, 12, 9, 1, 1, -9320.33, 560.396, 83.3102, 6.02139, 0, 0, -0.130526, 0.991445, 300, 255, 1, '', 48019, NULL), +(@OGUID+6744, 1731, 0, 12, 9, 1, 1, -9374.96, -1566.89, 88.3435, 5.55015, 0, 0, -0.358368, 0.93358, 300, 255, 1, '', 49345, NULL), +(@OGUID+6745, 1731, 0, 12, 9, 1, 1, -9481.64, 649.059, 66.8165, 5.96903, 0, 0, -0.156434, 0.987688, 300, 255, 1, '', 48632, NULL), +(@OGUID+6746, 1731, 0, 12, 9, 1, 1, -9787.18, 123.07, 25.8958, 0.0698117, 0, 0, 0.0348988, 0.999391, 300, 255, 1, '', 48019, NULL), +(@OGUID+6747, 1731, 0, 12, 9, 1, 1, -9803.75, -1108, 31.2782, 3.26377, 0, 0, -0.998135, 0.0610518, 300, 255, 1, '', 48120, NULL), +(@OGUID+6748, 1731, 0, 12, 9, 1, 1, -9835.27, 205.609, 14.5273, 2.58308, 0, 0, 0.961261, 0.27564, 300, 255, 1, '', 47966, NULL); + +-- Fargodeep Mine +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+6669, @POOL_MOTHER+377, 0, 'Elwynn Forest - Fargodeep Mine - Copper Vein'), +(@OGUID+6672, @POOL_MOTHER+377, 0, 'Elwynn Forest - Fargodeep Mine - Copper Vein'), +(@OGUID+6674, @POOL_MOTHER+377, 0, 'Elwynn Forest - Fargodeep Mine - Copper Vein'), +(@OGUID+6676, @POOL_MOTHER+377, 0, 'Elwynn Forest - Fargodeep Mine - Copper Vein'), +(@OGUID+6678, @POOL_MOTHER+377, 0, 'Elwynn Forest - Fargodeep Mine - Copper Vein'), +(@OGUID+6680, @POOL_MOTHER+377, 0, 'Elwynn Forest - Fargodeep Mine - Copper Vein'), +(@OGUID+6683, @POOL_MOTHER+377, 0, 'Elwynn Forest - Fargodeep Mine - Copper Vein'), +(@OGUID+6684, @POOL_MOTHER+377, 0, 'Elwynn Forest - Fargodeep Mine - Copper Vein'), +(@OGUID+6687, @POOL_MOTHER+377, 0, 'Elwynn Forest - Fargodeep Mine - Copper Vein'), +(@OGUID+6688, @POOL_MOTHER+377, 0, 'Elwynn Forest - Fargodeep Mine - Copper Vein'), +(@OGUID+6689, @POOL_MOTHER+377, 0, 'Elwynn Forest - Fargodeep Mine - Copper Vein'), +(@OGUID+6692, @POOL_MOTHER+377, 0, 'Elwynn Forest - Fargodeep Mine - Copper Vein'), +(@OGUID+6696, @POOL_MOTHER+377, 0, 'Elwynn Forest - Fargodeep Mine - Copper Vein'), +(@OGUID+6707, @POOL_MOTHER+377, 0, 'Elwynn Forest - Fargodeep Mine - Copper Vein'), +(@OGUID+6708, @POOL_MOTHER+377, 0, 'Elwynn Forest - Fargodeep Mine - Copper Vein'), +(@OGUID+6723, @POOL_MOTHER+377, 0, 'Elwynn Forest - Fargodeep Mine - Copper Vein'), +(@OGUID+6724, @POOL_MOTHER+377, 0, 'Elwynn Forest - Fargodeep Mine - Copper Vein'), +(@OGUID+6746, @POOL_MOTHER+377, 0, 'Elwynn Forest - Fargodeep Mine - Copper Vein'), +(@OGUID+6748, @POOL_MOTHER+377, 0, 'Elwynn Forest - Fargodeep Mine - Copper Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+377, 5, 'Elwynn Forest - Fargodeep Mine - Copper Vein - 5/19'); + +-- Jasperlode Mine +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+6713, @POOL_MOTHER+378, 0, 'Elwynn Forest - Jasperlode Mine - Copper Vein'), +(@OGUID+6714, @POOL_MOTHER+378, 0, 'Elwynn Forest - Jasperlode Mine - Copper Vein'), +(@OGUID+6715, @POOL_MOTHER+378, 0, 'Elwynn Forest - Jasperlode Mine - Copper Vein'), +(@OGUID+6716, @POOL_MOTHER+378, 0, 'Elwynn Forest - Jasperlode Mine - Copper Vein'), +(@OGUID+6717, @POOL_MOTHER+378, 0, 'Elwynn Forest - Jasperlode Mine - Copper Vein'), +(@OGUID+6719, @POOL_MOTHER+378, 0, 'Elwynn Forest - Jasperlode Mine - Copper Vein'), +(@OGUID+6720, @POOL_MOTHER+378, 0, 'Elwynn Forest - Jasperlode Mine - Copper Vein'), +(@OGUID+6730, @POOL_MOTHER+378, 0, 'Elwynn Forest - Jasperlode Mine - Copper Vein'), +(@OGUID+6731, @POOL_MOTHER+378, 0, 'Elwynn Forest - Jasperlode Mine - Copper Vein'), +(@OGUID+6733, @POOL_MOTHER+378, 0, 'Elwynn Forest - Jasperlode Mine - Copper Vein'), +(@OGUID+6735, @POOL_MOTHER+378, 0, 'Elwynn Forest - Jasperlode Mine - Copper Vein'), +(@OGUID+6736, @POOL_MOTHER+378, 0, 'Elwynn Forest - Jasperlode Mine - Copper Vein'), +(@OGUID+6737, @POOL_MOTHER+378, 0, 'Elwynn Forest - Jasperlode Mine - Copper Vein'), +(@OGUID+6738, @POOL_MOTHER+378, 0, 'Elwynn Forest - Jasperlode Mine - Copper Vein'), +(@OGUID+6739, @POOL_MOTHER+378, 0, 'Elwynn Forest - Jasperlode Mine - Copper Vein'), +(@OGUID+6740, @POOL_MOTHER+378, 0, 'Elwynn Forest - Jasperlode Mine - Copper Vein'), +(@OGUID+6741, @POOL_MOTHER+378, 0, 'Elwynn Forest - Jasperlode Mine - Copper Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+378, 5, 'Elwynn Forest - Jasperlode Mine - Copper Vein - 5/17'); + +-- West +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+6441, @POOL_MOTHER+379, 0, 'Elwynn Forest - West - Silverleaf'), +(@OGUID+6443, @POOL_MOTHER+379, 0, 'Elwynn Forest - West - Silverleaf'), +(@OGUID+6444, @POOL_MOTHER+379, 0, 'Elwynn Forest - West - Silverleaf'), +(@OGUID+6451, @POOL_MOTHER+379, 0, 'Elwynn Forest - West - Silverleaf'), +(@OGUID+6455, @POOL_MOTHER+379, 0, 'Elwynn Forest - West - Silverleaf'), +(@OGUID+6456, @POOL_MOTHER+379, 0, 'Elwynn Forest - West - Silverleaf'), +(@OGUID+6457, @POOL_MOTHER+379, 0, 'Elwynn Forest - West - Silverleaf'), +(@OGUID+6460, @POOL_MOTHER+379, 0, 'Elwynn Forest - West - Silverleaf'), +(@OGUID+6468, @POOL_MOTHER+379, 0, 'Elwynn Forest - West - Silverleaf'), +(@OGUID+6469, @POOL_MOTHER+379, 0, 'Elwynn Forest - West - Silverleaf'), +(@OGUID+6471, @POOL_MOTHER+379, 0, 'Elwynn Forest - West - Silverleaf'), +(@OGUID+6477, @POOL_MOTHER+379, 0, 'Elwynn Forest - West - Silverleaf'), +(@OGUID+6478, @POOL_MOTHER+379, 0, 'Elwynn Forest - West - Silverleaf'), +(@OGUID+6480, @POOL_MOTHER+379, 0, 'Elwynn Forest - West - Silverleaf'), +(@OGUID+6481, @POOL_MOTHER+379, 0, 'Elwynn Forest - West - Silverleaf'), +(@OGUID+6486, @POOL_MOTHER+379, 0, 'Elwynn Forest - West - Silverleaf'), +(@OGUID+6494, @POOL_MOTHER+379, 0, 'Elwynn Forest - West - Silverleaf'), +(@OGUID+6503, @POOL_MOTHER+379, 0, 'Elwynn Forest - West - Silverleaf'), +(@OGUID+6505, @POOL_MOTHER+379, 0, 'Elwynn Forest - West - Silverleaf'), +(@OGUID+6506, @POOL_MOTHER+379, 0, 'Elwynn Forest - West - Silverleaf'), +(@OGUID+6508, @POOL_MOTHER+379, 0, 'Elwynn Forest - West - Silverleaf'), +(@OGUID+6529, @POOL_MOTHER+380, 0, 'Elwynn Forest - West - Peacebloom'), +(@OGUID+6532, @POOL_MOTHER+380, 0, 'Elwynn Forest - West - Peacebloom'), +(@OGUID+6540, @POOL_MOTHER+380, 0, 'Elwynn Forest - West - Peacebloom'), +(@OGUID+6544, @POOL_MOTHER+380, 0, 'Elwynn Forest - West - Peacebloom'), +(@OGUID+6547, @POOL_MOTHER+380, 0, 'Elwynn Forest - West - Peacebloom'), +(@OGUID+6557, @POOL_MOTHER+380, 0, 'Elwynn Forest - West - Peacebloom'), +(@OGUID+6560, @POOL_MOTHER+380, 0, 'Elwynn Forest - West - Peacebloom'), +(@OGUID+6564, @POOL_MOTHER+380, 0, 'Elwynn Forest - West - Peacebloom'), +(@OGUID+6565, @POOL_MOTHER+380, 0, 'Elwynn Forest - West - Peacebloom'), +(@OGUID+6586, @POOL_MOTHER+381, 0, 'Elwynn Forest - West - Earthroot'), +(@OGUID+6607, @POOL_MOTHER+381, 0, 'Elwynn Forest - West - Earthroot'), +(@OGUID+6608, @POOL_MOTHER+381, 0, 'Elwynn Forest - West - Earthroot'), +(@OGUID+6618, @POOL_MOTHER+381, 0, 'Elwynn Forest - West - Earthroot'), +(@OGUID+6634, @POOL_MOTHER+382, 0, 'Elwynn Forest - West - Copper Vein'), +(@OGUID+6637, @POOL_MOTHER+382, 0, 'Elwynn Forest - West - Copper Vein'), +(@OGUID+6641, @POOL_MOTHER+382, 0, 'Elwynn Forest - West - Copper Vein'), +(@OGUID+6642, @POOL_MOTHER+382, 0, 'Elwynn Forest - West - Copper Vein'), +(@OGUID+6649, @POOL_MOTHER+382, 0, 'Elwynn Forest - West - Copper Vein'), +(@OGUID+6652, @POOL_MOTHER+382, 0, 'Elwynn Forest - West - Copper Vein'), +(@OGUID+6654, @POOL_MOTHER+382, 0, 'Elwynn Forest - West - Copper Vein'), +(@OGUID+6656, @POOL_MOTHER+382, 0, 'Elwynn Forest - West - Copper Vein'), +(@OGUID+6659, @POOL_MOTHER+382, 0, 'Elwynn Forest - West - Copper Vein'), +(@OGUID+6660, @POOL_MOTHER+382, 0, 'Elwynn Forest - West - Copper Vein'), +(@OGUID+6673, @POOL_MOTHER+382, 0, 'Elwynn Forest - West - Copper Vein'), +(@OGUID+6697, @POOL_MOTHER+382, 0, 'Elwynn Forest - West - Copper Vein'), +(@OGUID+6704, @POOL_MOTHER+382, 0, 'Elwynn Forest - West - Copper Vein'), +(@OGUID+6705, @POOL_MOTHER+382, 0, 'Elwynn Forest - West - Copper Vein'), +(@OGUID+6710, @POOL_MOTHER+382, 0, 'Elwynn Forest - West - Copper Vein'), +(@OGUID+6711, @POOL_MOTHER+382, 0, 'Elwynn Forest - West - Copper Vein'), +(@OGUID+6742, @POOL_MOTHER+382, 0, 'Elwynn Forest - West - Copper Vein'), +(@OGUID+6743, @POOL_MOTHER+382, 0, 'Elwynn Forest - West - Copper Vein'), +(@OGUID+6745, @POOL_MOTHER+382, 0, 'Elwynn Forest - West - Copper Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+379, 6, 'Elwynn Forest - West - Silverleaf - 6/21'), +(@POOL_MOTHER+380, 3, 'Elwynn Forest - West - Peacebloom - 3/9'), +(@POOL_MOTHER+381, 1, 'Elwynn Forest - West - Earthroot - 1/4'), +(@POOL_MOTHER+382, 5, 'Elwynn Forest - West - Copper Vein - 5/19'); + +-- Middle +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+6440, @POOL_MOTHER+383, 0, 'Elwynn Forest - Middle - Silverleaf'), +(@OGUID+6442, @POOL_MOTHER+383, 0, 'Elwynn Forest - Middle - Silverleaf'), +(@OGUID+6447, @POOL_MOTHER+383, 0, 'Elwynn Forest - Middle - Silverleaf'), +(@OGUID+6448, @POOL_MOTHER+383, 0, 'Elwynn Forest - Middle - Silverleaf'), +(@OGUID+6449, @POOL_MOTHER+383, 0, 'Elwynn Forest - Middle - Silverleaf'), +(@OGUID+6452, @POOL_MOTHER+383, 0, 'Elwynn Forest - Middle - Silverleaf'), +(@OGUID+6453, @POOL_MOTHER+383, 0, 'Elwynn Forest - Middle - Silverleaf'), +(@OGUID+6454, @POOL_MOTHER+383, 0, 'Elwynn Forest - Middle - Silverleaf'), +(@OGUID+6458, @POOL_MOTHER+383, 0, 'Elwynn Forest - Middle - Silverleaf'), +(@OGUID+6459, @POOL_MOTHER+383, 0, 'Elwynn Forest - Middle - Silverleaf'), +(@OGUID+6463, @POOL_MOTHER+383, 0, 'Elwynn Forest - Middle - Silverleaf'), +(@OGUID+6467, @POOL_MOTHER+383, 0, 'Elwynn Forest - Middle - Silverleaf'), +(@OGUID+6470, @POOL_MOTHER+383, 0, 'Elwynn Forest - Middle - Silverleaf'), +(@OGUID+6474, @POOL_MOTHER+383, 0, 'Elwynn Forest - Middle - Silverleaf'), +(@OGUID+6476, @POOL_MOTHER+383, 0, 'Elwynn Forest - Middle - Silverleaf'), +(@OGUID+6479, @POOL_MOTHER+383, 0, 'Elwynn Forest - Middle - Silverleaf'), +(@OGUID+6482, @POOL_MOTHER+383, 0, 'Elwynn Forest - Middle - Silverleaf'), +(@OGUID+6489, @POOL_MOTHER+383, 0, 'Elwynn Forest - Middle - Silverleaf'), +(@OGUID+6490, @POOL_MOTHER+383, 0, 'Elwynn Forest - Middle - Silverleaf'), +(@OGUID+6492, @POOL_MOTHER+383, 0, 'Elwynn Forest - Middle - Silverleaf'), +(@OGUID+6493, @POOL_MOTHER+383, 0, 'Elwynn Forest - Middle - Silverleaf'), +(@OGUID+6499, @POOL_MOTHER+383, 0, 'Elwynn Forest - Middle - Silverleaf'), +(@OGUID+6502, @POOL_MOTHER+383, 0, 'Elwynn Forest - Middle - Silverleaf'), +(@OGUID+6504, @POOL_MOTHER+383, 0, 'Elwynn Forest - Middle - Silverleaf'), +(@OGUID+6509, @POOL_MOTHER+383, 0, 'Elwynn Forest - Middle - Silverleaf'), +(@OGUID+6511, @POOL_MOTHER+383, 0, 'Elwynn Forest - Middle - Silverleaf'), +(@OGUID+6512, @POOL_MOTHER+383, 0, 'Elwynn Forest - Middle - Silverleaf'), +(@OGUID+6521, @POOL_MOTHER+383, 0, 'Elwynn Forest - Middle - Silverleaf'), +(@OGUID+6522, @POOL_MOTHER+383, 0, 'Elwynn Forest - Middle - Silverleaf'), +(@OGUID+6524, @POOL_MOTHER+383, 0, 'Elwynn Forest - Middle - Silverleaf'), +(@OGUID+6525, @POOL_MOTHER+384, 0, 'Elwynn Forest - Middle - Peacebloom'), +(@OGUID+6526, @POOL_MOTHER+384, 0, 'Elwynn Forest - Middle - Peacebloom'), +(@OGUID+6528, @POOL_MOTHER+384, 0, 'Elwynn Forest - Middle - Peacebloom'), +(@OGUID+6531, @POOL_MOTHER+384, 0, 'Elwynn Forest - Middle - Peacebloom'), +(@OGUID+6533, @POOL_MOTHER+384, 0, 'Elwynn Forest - Middle - Peacebloom'), +(@OGUID+6535, @POOL_MOTHER+384, 0, 'Elwynn Forest - Middle - Peacebloom'), +(@OGUID+6537, @POOL_MOTHER+384, 0, 'Elwynn Forest - Middle - Peacebloom'), +(@OGUID+6541, @POOL_MOTHER+384, 0, 'Elwynn Forest - Middle - Peacebloom'), +(@OGUID+6542, @POOL_MOTHER+384, 0, 'Elwynn Forest - Middle - Peacebloom'), +(@OGUID+6545, @POOL_MOTHER+384, 0, 'Elwynn Forest - Middle - Peacebloom'), +(@OGUID+6546, @POOL_MOTHER+384, 0, 'Elwynn Forest - Middle - Peacebloom'), +(@OGUID+6549, @POOL_MOTHER+384, 0, 'Elwynn Forest - Middle - Peacebloom'), +(@OGUID+6553, @POOL_MOTHER+384, 0, 'Elwynn Forest - Middle - Peacebloom'), +(@OGUID+6554, @POOL_MOTHER+384, 0, 'Elwynn Forest - Middle - Peacebloom'), +(@OGUID+6559, @POOL_MOTHER+384, 0, 'Elwynn Forest - Middle - Peacebloom'), +(@OGUID+6562, @POOL_MOTHER+384, 0, 'Elwynn Forest - Middle - Peacebloom'), +(@OGUID+6563, @POOL_MOTHER+384, 0, 'Elwynn Forest - Middle - Peacebloom'), +(@OGUID+6568, @POOL_MOTHER+384, 0, 'Elwynn Forest - Middle - Peacebloom'), +(@OGUID+6569, @POOL_MOTHER+384, 0, 'Elwynn Forest - Middle - Peacebloom'), +(@OGUID+6578, @POOL_MOTHER+385, 0, 'Elwynn Forest - Middle - Earthroot'), +(@OGUID+6580, @POOL_MOTHER+385, 0, 'Elwynn Forest - Middle - Earthroot'), +(@OGUID+6582, @POOL_MOTHER+385, 0, 'Elwynn Forest - Middle - Earthroot'), +(@OGUID+6585, @POOL_MOTHER+385, 0, 'Elwynn Forest - Middle - Earthroot'), +(@OGUID+6587, @POOL_MOTHER+385, 0, 'Elwynn Forest - Middle - Earthroot'), +(@OGUID+6591, @POOL_MOTHER+385, 0, 'Elwynn Forest - Middle - Earthroot'), +(@OGUID+6594, @POOL_MOTHER+385, 0, 'Elwynn Forest - Middle - Earthroot'), +(@OGUID+6595, @POOL_MOTHER+385, 0, 'Elwynn Forest - Middle - Earthroot'), +(@OGUID+6599, @POOL_MOTHER+385, 0, 'Elwynn Forest - Middle - Earthroot'), +(@OGUID+6600, @POOL_MOTHER+385, 0, 'Elwynn Forest - Middle - Earthroot'), +(@OGUID+6601, @POOL_MOTHER+385, 0, 'Elwynn Forest - Middle - Earthroot'), +(@OGUID+6602, @POOL_MOTHER+385, 0, 'Elwynn Forest - Middle - Earthroot'), +(@OGUID+6603, @POOL_MOTHER+385, 0, 'Elwynn Forest - Middle - Earthroot'), +(@OGUID+6617, @POOL_MOTHER+385, 0, 'Elwynn Forest - Middle - Earthroot'), +(@OGUID+6621, @POOL_MOTHER+385, 0, 'Elwynn Forest - Middle - Earthroot'), +(@OGUID+6626, @POOL_MOTHER+386, 0, 'Elwynn Forest - Middle - Copper Vein'), +(@OGUID+6628, @POOL_MOTHER+386, 0, 'Elwynn Forest - Middle - Copper Vein'), +(@OGUID+6629, @POOL_MOTHER+386, 0, 'Elwynn Forest - Middle - Copper Vein'), +(@OGUID+6630, @POOL_MOTHER+386, 0, 'Elwynn Forest - Middle - Copper Vein'), +(@OGUID+6632, @POOL_MOTHER+386, 0, 'Elwynn Forest - Middle - Copper Vein'), +(@OGUID+6638, @POOL_MOTHER+386, 0, 'Elwynn Forest - Middle - Copper Vein'), +(@OGUID+6644, @POOL_MOTHER+386, 0, 'Elwynn Forest - Middle - Copper Vein'), +(@OGUID+6645, @POOL_MOTHER+386, 0, 'Elwynn Forest - Middle - Copper Vein'), +(@OGUID+6646, @POOL_MOTHER+386, 0, 'Elwynn Forest - Middle - Copper Vein'), +(@OGUID+6648, @POOL_MOTHER+386, 0, 'Elwynn Forest - Middle - Copper Vein'), +(@OGUID+6650, @POOL_MOTHER+386, 0, 'Elwynn Forest - Middle - Copper Vein'), +(@OGUID+6657, @POOL_MOTHER+386, 0, 'Elwynn Forest - Middle - Copper Vein'), +(@OGUID+6661, @POOL_MOTHER+386, 0, 'Elwynn Forest - Middle - Copper Vein'), +(@OGUID+6662, @POOL_MOTHER+386, 0, 'Elwynn Forest - Middle - Copper Vein'), +(@OGUID+6663, @POOL_MOTHER+386, 0, 'Elwynn Forest - Middle - Copper Vein'), +(@OGUID+6664, @POOL_MOTHER+386, 0, 'Elwynn Forest - Middle - Copper Vein'), +(@OGUID+6665, @POOL_MOTHER+386, 0, 'Elwynn Forest - Middle - Copper Vein'), +(@OGUID+6667, @POOL_MOTHER+386, 0, 'Elwynn Forest - Middle - Copper Vein'), +(@OGUID+6668, @POOL_MOTHER+386, 0, 'Elwynn Forest - Middle - Copper Vein'), +(@OGUID+6670, @POOL_MOTHER+386, 0, 'Elwynn Forest - Middle - Copper Vein'), +(@OGUID+6675, @POOL_MOTHER+386, 0, 'Elwynn Forest - Middle - Copper Vein'), +(@OGUID+6677, @POOL_MOTHER+386, 0, 'Elwynn Forest - Middle - Copper Vein'), +(@OGUID+6679, @POOL_MOTHER+386, 0, 'Elwynn Forest - Middle - Copper Vein'), +(@OGUID+6682, @POOL_MOTHER+386, 0, 'Elwynn Forest - Middle - Copper Vein'), +(@OGUID+6686, @POOL_MOTHER+386, 0, 'Elwynn Forest - Middle - Copper Vein'), +(@OGUID+6690, @POOL_MOTHER+386, 0, 'Elwynn Forest - Middle - Copper Vein'), +(@OGUID+6693, @POOL_MOTHER+386, 0, 'Elwynn Forest - Middle - Copper Vein'), +(@OGUID+6694, @POOL_MOTHER+386, 0, 'Elwynn Forest - Middle - Copper Vein'), +(@OGUID+6695, @POOL_MOTHER+386, 0, 'Elwynn Forest - Middle - Copper Vein'), +(@OGUID+6699, @POOL_MOTHER+386, 0, 'Elwynn Forest - Middle - Copper Vein'), +(@OGUID+6700, @POOL_MOTHER+386, 0, 'Elwynn Forest - Middle - Copper Vein'), +(@OGUID+6702, @POOL_MOTHER+386, 0, 'Elwynn Forest - Middle - Copper Vein'), +(@OGUID+6703, @POOL_MOTHER+386, 0, 'Elwynn Forest - Middle - Copper Vein'), +(@OGUID+6709, @POOL_MOTHER+386, 0, 'Elwynn Forest - Middle - Copper Vein'), +(@OGUID+6712, @POOL_MOTHER+386, 0, 'Elwynn Forest - Middle - Copper Vein'), +(@OGUID+6718, @POOL_MOTHER+386, 0, 'Elwynn Forest - Middle - Copper Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+383, 8, 'Elwynn Forest - Middle - Silverleaf - 8/30'), +(@POOL_MOTHER+384, 5, 'Elwynn Forest - Middle - Peacebloom - 5/19'), +(@POOL_MOTHER+385, 4, 'Elwynn Forest - Middle - Earthroot - 4/15'), +(@POOL_MOTHER+386, 9, 'Elwynn Forest - Middle - Copper Vein - 9/36'); + +-- East +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+6445, @POOL_MOTHER+387, 0, 'Elwynn Forest - East - Silverleaf'), +(@OGUID+6446, @POOL_MOTHER+387, 0, 'Elwynn Forest - East - Silverleaf'), +(@OGUID+6450, @POOL_MOTHER+387, 0, 'Elwynn Forest - East - Silverleaf'), +(@OGUID+6461, @POOL_MOTHER+387, 0, 'Elwynn Forest - East - Silverleaf'), +(@OGUID+6462, @POOL_MOTHER+387, 0, 'Elwynn Forest - East - Silverleaf'), +(@OGUID+6464, @POOL_MOTHER+387, 0, 'Elwynn Forest - East - Silverleaf'), +(@OGUID+6465, @POOL_MOTHER+387, 0, 'Elwynn Forest - East - Silverleaf'), +(@OGUID+6466, @POOL_MOTHER+387, 0, 'Elwynn Forest - East - Silverleaf'), +(@OGUID+6472, @POOL_MOTHER+387, 0, 'Elwynn Forest - East - Silverleaf'), +(@OGUID+6473, @POOL_MOTHER+387, 0, 'Elwynn Forest - East - Silverleaf'), +(@OGUID+6475, @POOL_MOTHER+387, 0, 'Elwynn Forest - East - Silverleaf'), +(@OGUID+6483, @POOL_MOTHER+387, 0, 'Elwynn Forest - East - Silverleaf'), +(@OGUID+6484, @POOL_MOTHER+387, 0, 'Elwynn Forest - East - Silverleaf'), +(@OGUID+6485, @POOL_MOTHER+387, 0, 'Elwynn Forest - East - Silverleaf'), +(@OGUID+6487, @POOL_MOTHER+387, 0, 'Elwynn Forest - East - Silverleaf'), +(@OGUID+6488, @POOL_MOTHER+387, 0, 'Elwynn Forest - East - Silverleaf'), +(@OGUID+6491, @POOL_MOTHER+387, 0, 'Elwynn Forest - East - Silverleaf'), +(@OGUID+6495, @POOL_MOTHER+387, 0, 'Elwynn Forest - East - Silverleaf'), +(@OGUID+6496, @POOL_MOTHER+387, 0, 'Elwynn Forest - East - Silverleaf'), +(@OGUID+6497, @POOL_MOTHER+387, 0, 'Elwynn Forest - East - Silverleaf'), +(@OGUID+6498, @POOL_MOTHER+387, 0, 'Elwynn Forest - East - Silverleaf'), +(@OGUID+6500, @POOL_MOTHER+387, 0, 'Elwynn Forest - East - Silverleaf'), +(@OGUID+6501, @POOL_MOTHER+387, 0, 'Elwynn Forest - East - Silverleaf'), +(@OGUID+6507, @POOL_MOTHER+387, 0, 'Elwynn Forest - East - Silverleaf'), +(@OGUID+6510, @POOL_MOTHER+387, 0, 'Elwynn Forest - East - Silverleaf'), +(@OGUID+6513, @POOL_MOTHER+387, 0, 'Elwynn Forest - East - Silverleaf'), +(@OGUID+6514, @POOL_MOTHER+387, 0, 'Elwynn Forest - East - Silverleaf'), +(@OGUID+6515, @POOL_MOTHER+387, 0, 'Elwynn Forest - East - Silverleaf'), +(@OGUID+6516, @POOL_MOTHER+387, 0, 'Elwynn Forest - East - Silverleaf'), +(@OGUID+6517, @POOL_MOTHER+387, 0, 'Elwynn Forest - East - Silverleaf'), +(@OGUID+6518, @POOL_MOTHER+387, 0, 'Elwynn Forest - East - Silverleaf'), +(@OGUID+6519, @POOL_MOTHER+387, 0, 'Elwynn Forest - East - Silverleaf'), +(@OGUID+6520, @POOL_MOTHER+387, 0, 'Elwynn Forest - East - Silverleaf'), +(@OGUID+6523, @POOL_MOTHER+387, 0, 'Elwynn Forest - East - Silverleaf'), +(@OGUID+6527, @POOL_MOTHER+388, 0, 'Elwynn Forest - East - Peacebloom'), +(@OGUID+6530, @POOL_MOTHER+388, 0, 'Elwynn Forest - East - Peacebloom'), +(@OGUID+6534, @POOL_MOTHER+388, 0, 'Elwynn Forest - East - Peacebloom'), +(@OGUID+6536, @POOL_MOTHER+388, 0, 'Elwynn Forest - East - Peacebloom'), +(@OGUID+6538, @POOL_MOTHER+388, 0, 'Elwynn Forest - East - Peacebloom'), +(@OGUID+6539, @POOL_MOTHER+388, 0, 'Elwynn Forest - East - Peacebloom'), +(@OGUID+6543, @POOL_MOTHER+388, 0, 'Elwynn Forest - East - Peacebloom'), +(@OGUID+6548, @POOL_MOTHER+388, 0, 'Elwynn Forest - East - Peacebloom'), +(@OGUID+6550, @POOL_MOTHER+388, 0, 'Elwynn Forest - East - Peacebloom'), +(@OGUID+6551, @POOL_MOTHER+388, 0, 'Elwynn Forest - East - Peacebloom'), +(@OGUID+6552, @POOL_MOTHER+388, 0, 'Elwynn Forest - East - Peacebloom'), +(@OGUID+6555, @POOL_MOTHER+388, 0, 'Elwynn Forest - East - Peacebloom'), +(@OGUID+6556, @POOL_MOTHER+388, 0, 'Elwynn Forest - East - Peacebloom'), +(@OGUID+6558, @POOL_MOTHER+388, 0, 'Elwynn Forest - East - Peacebloom'), +(@OGUID+6561, @POOL_MOTHER+388, 0, 'Elwynn Forest - East - Peacebloom'), +(@OGUID+6566, @POOL_MOTHER+388, 0, 'Elwynn Forest - East - Peacebloom'), +(@OGUID+6567, @POOL_MOTHER+388, 0, 'Elwynn Forest - East - Peacebloom'), +(@OGUID+6570, @POOL_MOTHER+388, 0, 'Elwynn Forest - East - Peacebloom'), +(@OGUID+6571, @POOL_MOTHER+388, 0, 'Elwynn Forest - East - Peacebloom'), +(@OGUID+6572, @POOL_MOTHER+388, 0, 'Elwynn Forest - East - Peacebloom'), +(@OGUID+6573, @POOL_MOTHER+389, 0, 'Elwynn Forest - East - Earthroot'), +(@OGUID+6574, @POOL_MOTHER+389, 0, 'Elwynn Forest - East - Earthroot'), +(@OGUID+6575, @POOL_MOTHER+389, 0, 'Elwynn Forest - East - Earthroot'), +(@OGUID+6576, @POOL_MOTHER+389, 0, 'Elwynn Forest - East - Earthroot'), +(@OGUID+6577, @POOL_MOTHER+389, 0, 'Elwynn Forest - East - Earthroot'), +(@OGUID+6579, @POOL_MOTHER+389, 0, 'Elwynn Forest - East - Earthroot'), +(@OGUID+6581, @POOL_MOTHER+389, 0, 'Elwynn Forest - East - Earthroot'), +(@OGUID+6583, @POOL_MOTHER+389, 0, 'Elwynn Forest - East - Earthroot'), +(@OGUID+6584, @POOL_MOTHER+389, 0, 'Elwynn Forest - East - Earthroot'), +(@OGUID+6588, @POOL_MOTHER+389, 0, 'Elwynn Forest - East - Earthroot'), +(@OGUID+6589, @POOL_MOTHER+389, 0, 'Elwynn Forest - East - Earthroot'), +(@OGUID+6590, @POOL_MOTHER+389, 0, 'Elwynn Forest - East - Earthroot'), +(@OGUID+6592, @POOL_MOTHER+389, 0, 'Elwynn Forest - East - Earthroot'), +(@OGUID+6593, @POOL_MOTHER+389, 0, 'Elwynn Forest - East - Earthroot'), +(@OGUID+6596, @POOL_MOTHER+389, 0, 'Elwynn Forest - East - Earthroot'), +(@OGUID+6597, @POOL_MOTHER+389, 0, 'Elwynn Forest - East - Earthroot'), +(@OGUID+6598, @POOL_MOTHER+389, 0, 'Elwynn Forest - East - Earthroot'), +(@OGUID+6604, @POOL_MOTHER+389, 0, 'Elwynn Forest - East - Earthroot'), +(@OGUID+6605, @POOL_MOTHER+389, 0, 'Elwynn Forest - East - Earthroot'), +(@OGUID+6606, @POOL_MOTHER+389, 0, 'Elwynn Forest - East - Earthroot'), +(@OGUID+6609, @POOL_MOTHER+389, 0, 'Elwynn Forest - East - Earthroot'), +(@OGUID+6610, @POOL_MOTHER+389, 0, 'Elwynn Forest - East - Earthroot'), +(@OGUID+6611, @POOL_MOTHER+389, 0, 'Elwynn Forest - East - Earthroot'), +(@OGUID+6612, @POOL_MOTHER+389, 0, 'Elwynn Forest - East - Earthroot'), +(@OGUID+6613, @POOL_MOTHER+389, 0, 'Elwynn Forest - East - Earthroot'), +(@OGUID+6614, @POOL_MOTHER+389, 0, 'Elwynn Forest - East - Earthroot'), +(@OGUID+6615, @POOL_MOTHER+389, 0, 'Elwynn Forest - East - Earthroot'), +(@OGUID+6616, @POOL_MOTHER+389, 0, 'Elwynn Forest - East - Earthroot'), +(@OGUID+6619, @POOL_MOTHER+389, 0, 'Elwynn Forest - East - Earthroot'), +(@OGUID+6620, @POOL_MOTHER+389, 0, 'Elwynn Forest - East - Earthroot'), +(@OGUID+6622, @POOL_MOTHER+390, 0, 'Elwynn Forest - East - Copper Vein'), +(@OGUID+6623, @POOL_MOTHER+390, 0, 'Elwynn Forest - East - Copper Vein'), +(@OGUID+6624, @POOL_MOTHER+390, 0, 'Elwynn Forest - East - Copper Vein'), +(@OGUID+6625, @POOL_MOTHER+390, 0, 'Elwynn Forest - East - Copper Vein'), +(@OGUID+6627, @POOL_MOTHER+390, 0, 'Elwynn Forest - East - Copper Vein'), +(@OGUID+6631, @POOL_MOTHER+390, 0, 'Elwynn Forest - East - Copper Vein'), +(@OGUID+6633, @POOL_MOTHER+390, 0, 'Elwynn Forest - East - Copper Vein'), +(@OGUID+6635, @POOL_MOTHER+390, 0, 'Elwynn Forest - East - Copper Vein'), +(@OGUID+6636, @POOL_MOTHER+390, 0, 'Elwynn Forest - East - Copper Vein'), +(@OGUID+6639, @POOL_MOTHER+390, 0, 'Elwynn Forest - East - Copper Vein'), +(@OGUID+6640, @POOL_MOTHER+390, 0, 'Elwynn Forest - East - Copper Vein'), +(@OGUID+6643, @POOL_MOTHER+390, 0, 'Elwynn Forest - East - Copper Vein'), +(@OGUID+6647, @POOL_MOTHER+390, 0, 'Elwynn Forest - East - Copper Vein'), +(@OGUID+6651, @POOL_MOTHER+390, 0, 'Elwynn Forest - East - Copper Vein'), +(@OGUID+6653, @POOL_MOTHER+390, 0, 'Elwynn Forest - East - Copper Vein'), +(@OGUID+6655, @POOL_MOTHER+390, 0, 'Elwynn Forest - East - Copper Vein'), +(@OGUID+6658, @POOL_MOTHER+390, 0, 'Elwynn Forest - East - Copper Vein'), +(@OGUID+6666, @POOL_MOTHER+390, 0, 'Elwynn Forest - East - Copper Vein'), +(@OGUID+6671, @POOL_MOTHER+390, 0, 'Elwynn Forest - East - Copper Vein'), +(@OGUID+6681, @POOL_MOTHER+390, 0, 'Elwynn Forest - East - Copper Vein'), +(@OGUID+6685, @POOL_MOTHER+390, 0, 'Elwynn Forest - East - Copper Vein'), +(@OGUID+6691, @POOL_MOTHER+390, 0, 'Elwynn Forest - East - Copper Vein'), +(@OGUID+6698, @POOL_MOTHER+390, 0, 'Elwynn Forest - East - Copper Vein'), +(@OGUID+6701, @POOL_MOTHER+390, 0, 'Elwynn Forest - East - Copper Vein'), +(@OGUID+6706, @POOL_MOTHER+390, 0, 'Elwynn Forest - East - Copper Vein'), +(@OGUID+6721, @POOL_MOTHER+390, 0, 'Elwynn Forest - East - Copper Vein'), +(@OGUID+6722, @POOL_MOTHER+390, 0, 'Elwynn Forest - East - Copper Vein'), +(@OGUID+6725, @POOL_MOTHER+390, 0, 'Elwynn Forest - East - Copper Vein'), +(@OGUID+6726, @POOL_MOTHER+390, 0, 'Elwynn Forest - East - Copper Vein'), +(@OGUID+6727, @POOL_MOTHER+390, 0, 'Elwynn Forest - East - Copper Vein'), +(@OGUID+6728, @POOL_MOTHER+390, 0, 'Elwynn Forest - East - Copper Vein'), +(@OGUID+6729, @POOL_MOTHER+390, 0, 'Elwynn Forest - East - Copper Vein'), +(@OGUID+6732, @POOL_MOTHER+390, 0, 'Elwynn Forest - East - Copper Vein'), +(@OGUID+6734, @POOL_MOTHER+390, 0, 'Elwynn Forest - East - Copper Vein'), +(@OGUID+6744, @POOL_MOTHER+390, 0, 'Elwynn Forest - East - Copper Vein'), +(@OGUID+6747, @POOL_MOTHER+390, 0, 'Elwynn Forest - East - Copper Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+387, 9, 'Elwynn Forest - East - Silverleaf - 9/34'), +(@POOL_MOTHER+388, 5, 'Elwynn Forest - East - Peacebloom - 5/20'), +(@POOL_MOTHER+389, 8, 'Elwynn Forest - East - Earthroot - 8/30'), +(@POOL_MOTHER+390, 9, 'Elwynn Forest - East - Copper Vein - 9/36'); + +/* Redridge Mountains +Tin Vein (1732) -> Silver Vein (1733) +Tin Vein (2054) -> Silver Vein (1733) +*/ +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`, `Comment`) VALUES +(@OGUID+6749, 1619, 0, 44, 0, 1, 1, -8714.04, -2328.38, 156.262, 1.22173, 0, 0, 0.573576, 0.819152, 900, 255, 1, '', 50375, NULL), +(@OGUID+6750, 1619, 0, 44, 0, 1, 1, -8746.71, -2382.45, 158.531, 4.71239, 0, 0, -0.707107, 0.707107, 900, 255, 1, '', 50375, NULL), +(@OGUID+6751, 1619, 0, 44, 0, 1, 1, -8779.48, -2617.22, 139.61, 5.53269, 0, 0, -0.366501, 0.930418, 900, 255, 1, '', 48632, NULL), +(@OGUID+6752, 1619, 0, 44, 0, 1, 1, -8993.99, -2544.28, 142.519, 4.45059, 0, 0, -0.793353, 0.608762, 900, 255, 1, '', 48632, NULL), +(@OGUID+6753, 1619, 0, 44, 0, 1, 1, -9044.6, -2388.38, 131.419, 0.645772, 0, 0, 0.317305, 0.948324, 900, 255, 1, '', 50063, NULL), +(@OGUID+6754, 1619, 0, 44, 0, 1, 1, -9052.03, -2675.98, 133.599, 3.927, 0, 0, -0.923879, 0.382686, 900, 255, 1, '', 49345, NULL), +(@OGUID+6755, 1619, 0, 44, 0, 1, 1, -9285.61, -2814.08, 88.9416, 4.53786, 0, 0, -0.766044, 0.642789, 900, 255, 1, '', 50375, NULL), +(@OGUID+6756, 1619, 0, 44, 0, 1, 1, -9339.2, -3063.91, 136.63, 1.97222, 0, 0, 0.833885, 0.551938, 900, 255, 1, '', 50375, NULL), +(@OGUID+6757, 1619, 0, 44, 0, 1, 1, -9346.42, -1887.48, 72.7737, 5.74214, 0, 0, -0.267238, 0.963631, 900, 255, 1, '', 50375, NULL), +(@OGUID+6758, 1619, 0, 44, 0, 1, 1, -9428.68, -3121.35, 78.3536, 2.30383, 0, 0, 0.913545, 0.406738, 900, 255, 1, '', 50375, NULL), +(@OGUID+6759, 1619, 0, 44, 0, 1, 1, -9503.87, -2112.98, 101.672, 5.20108, 0, 0, -0.515038, 0.857168, 900, 255, 1, '', 48632, NULL), +(@OGUID+6760, 1619, 0, 44, 0, 1, 1, -9611.12, -2718.37, 58.1685, 4.41568, 0, 0, -0.803857, 0.594823, 900, 255, 1, '', 49345, NULL), +(@OGUID+6761, 1619, 0, 44, 0, 1, 1, -9614.35, -2156.73, 73.633, 3.73501, 0, 0, -0.956305, 0.292372, 900, 255, 1, '', 48632, NULL), +(@OGUID+6762, 1619, 0, 44, 0, 1, 1, -9655.55, -2019.22, 56.6992, 3.61284, 0, 0, -0.972369, 0.233448, 900, 255, 1, '', 50375, NULL), +(@OGUID+6763, 1619, 0, 44, 0, 1, 1, -9719.08, -2447.51, 72.4093, 3.7001, 0, 0, -0.961261, 0.27564, 900, 255, 1, '', 48632, NULL), +(@OGUID+6764, 1619, 0, 44, 0, 1, 1, -9727.67, -2890.66, 56.9846, 3.24635, 0, 0, -0.998629, 0.0523532, 900, 255, 1, '', 48632, NULL), +(@OGUID+6765, 1619, 0, 44, 0, 1, 1, -9784.99, -2981.42, 94.4874, 4.4855, 0, 0, -0.782608, 0.622515, 900, 255, 1, '', 48632, NULL), +(@OGUID+6766, 1619, 0, 44, 0, 1, 1, -9097.28, -3184.7, 109.689, 3.9619, 0, 0, -0.91706, 0.39875, 900, 255, 1, '', 49822, NULL), +(@OGUID+6767, 1619, 0, 44, 0, 1, 1, -9102.7, -3351.46, 100.404, 0.750491, 0, 0, 0.366501, 0.930418, 900, 255, 1, '', 49822, NULL), +(@OGUID+6768, 1619, 0, 44, 0, 1, 1, -9125.74, -3186.11, 113.986, 2.3911, 0, 0, 0.930417, 0.366502, 900, 255, 1, '', 49822, NULL), +(@OGUID+6769, 1619, 0, 44, 0, 1, 1, -9311.69, -3428.08, 104.76, 1.46608, 0, 0, 0.66913, 0.743145, 900, 255, 1, '', 49822, NULL), +(@OGUID+6770, 1619, 0, 44, 0, 1, 1, -9430.68, -1904.9, 93.3589, 5.14872, 0, 0, -0.537299, 0.843392, 900, 255, 1, '', 49345, NULL), +(@OGUID+6771, 1619, 0, 44, 460, 1, 1, -8784.66, -2475.44, 136.705, 6.17847, 0, 0, -0.0523357, 0.99863, 900, 255, 1, '', 48632, NULL), +(@OGUID+6772, 1619, 0, 44, 460, 1, 1, -8878.36, -2197.7, 143.024, 3.4383, 0, 0, -0.989016, 0.147811, 900, 255, 1, '', 48632, NULL), +(@OGUID+6773, 1619, 0, 44, 460, 1, 1, -9042.54, -2104.46, 130.643, 3.52557, 0, 0, -0.981627, 0.190812, 900, 255, 1, '', 48632, NULL), +(@OGUID+6774, 1619, 0, 44, 460, 1, 1, -9048.02, -1983.92, 148.601, 0.087266, 0, 0, 0.0436192, 0.999048, 900, 255, 1, '', 48632, NULL), +(@OGUID+6775, 1619, 0, 44, 460, 1, 1, -9102.29, -2008.52, 133.007, 4.17134, 0, 0, -0.870356, 0.492424, 900, 255, 1, '', 48632, NULL), +(@OGUID+6776, 1619, 0, 44, 460, 1, 1, -9190, -3239.01, 103.255, 4.72984, 0, 0, -0.700909, 0.713251, 900, 255, 1, '', 48632, NULL), +(@OGUID+6777, 1619, 0, 44, 460, 1, 1, -9279.21, -3073.36, 105.601, 0.523598, 0, 0, 0.258819, 0.965926, 900, 255, 1, '', 48632, NULL), +(@OGUID+6778, 1619, 0, 44, 460, 1, 1, -9319.15, -3281.53, 99.8038, 1.98967, 0, 0, 0.83867, 0.54464, 900, 255, 1, '', 48632, NULL), +(@OGUID+6779, 1619, 0, 44, 460, 1, 1, -9473.79, -3441.89, 122.867, 1.78023, 0, 0, 0.777145, 0.629321, 900, 255, 1, '', 48632, NULL), +(@OGUID+6780, 1619, 0, 44, 460, 1, 1, -9552.2, -3282.14, 48.4698, 1.58825, 0, 0, 0.71325, 0.70091, 900, 255, 1, '', 48632, NULL), +(@OGUID+6781, 1619, 0, 44, 460, 1, 1, -9643.69, -2959.21, 59.7454, 2.26893, 0, 0, 0.906307, 0.422619, 900, 255, 1, '', 48632, NULL), +(@OGUID+6782, 1619, 0, 44, 460, 1, 1, -9736.36, -3215.23, 58.7968, 3.59538, 0, 0, -0.97437, 0.224951, 900, 255, 1, '', 48632, NULL), +(@OGUID+6783, 1619, 0, 44, 460, 1, 1, -9751.1, -2623.07, 84.558, 3.35105, 0, 0, -0.994521, 0.104536, 900, 255, 1, '', 48632, NULL), +(@OGUID+6784, 1619, 0, 44, 460, 1, 1, -9803.82, -2286.89, 63.6404, 0.890117, 0, 0, 0.430511, 0.902586, 900, 255, 1, '', 48632, NULL), +(@OGUID+6785, 1620, 0, 44, 0, 1, 1, -9046.15, -2524.54, 127.692, 5.68977, 0, 0, -0.292372, 0.956305, 900, 255, 1, '', 48632, NULL), +(@OGUID+6786, 1620, 0, 44, 0, 1, 1, -9127.58, -2515.9, 117.427, 4.20625, 0, 0, -0.861629, 0.507539, 900, 255, 1, '', 48632, NULL), +(@OGUID+6787, 1620, 0, 44, 0, 1, 1, -9128.02, -2076.13, 124.798, 0.331611, 0, 0, 0.165047, 0.986286, 900, 255, 1, '', 48632, NULL), +(@OGUID+6788, 1620, 0, 44, 0, 1, 1, -9160.31, -3292.33, 101.978, 1.0821, 0, 0, 0.515038, 0.857168, 900, 255, 1, '', 50375, NULL), +(@OGUID+6789, 1620, 0, 44, 0, 1, 1, -9282.55, -2730.74, 84.4196, 2.74016, 0, 0, 0.979924, 0.19937, 900, 255, 1, '', 50375, NULL), +(@OGUID+6790, 1620, 0, 44, 0, 1, 1, -9329.94, -1899.88, 68.762, 1.29154, 0, 0, 0.601814, 0.798636, 900, 255, 1, '', 50375, NULL), +(@OGUID+6791, 1620, 0, 44, 0, 1, 1, -9417.62, -2113.58, 67.2459, 3.87463, 0, 0, -0.93358, 0.358368, 900, 255, 1, '', 49345, NULL), +(@OGUID+6792, 1620, 0, 44, 0, 1, 1, -9495.91, -2337.42, 69.3455, 0.977383, 0, 0, 0.469471, 0.882948, 900, 255, 1, '', 48632, NULL), +(@OGUID+6793, 1620, 0, 44, 0, 1, 1, -9507.72, -3240.42, 49.2609, 0.436332, 0, 0, 0.216439, 0.976296, 900, 255, 1, '', 48632, NULL), +(@OGUID+6794, 1620, 0, 44, 0, 1, 1, -9666.2, -2385.5, 60.3805, 4.13643, 0, 0, -0.878817, 0.47716, 900, 255, 1, '', 50375, NULL), +(@OGUID+6795, 1620, 0, 44, 0, 1, 1, -9683.75, -2774.97, 52.3916, 0.314158, 0, 0, 0.156434, 0.987688, 900, 255, 1, '', 48632, NULL), +(@OGUID+6796, 1620, 0, 44, 0, 1, 1, -9686.32, -2579.04, 60.0086, 5.75959, 0, 0, -0.258819, 0.965926, 900, 255, 1, '', 48632, NULL), +(@OGUID+6797, 1620, 0, 44, 0, 1, 1, -9688.03, -2101.71, 58.5017, 4.01426, 0, 0, -0.906307, 0.422619, 900, 255, 1, '', 49345, NULL), +(@OGUID+6798, 1620, 0, 44, 0, 1, 1, -9785.31, -1849.98, 42.9601, 5.11382, 0, 0, -0.551936, 0.833886, 900, 255, 1, '', 48632, NULL), +(@OGUID+6799, 1620, 0, 44, 0, 1, 1, -9670.18, -1768.52, 55.2736, 4.7822, 0, 0, -0.681998, 0.731354, 900, 255, 1, '', 52237, NULL), +(@OGUID+6800, 1620, 0, 44, 9, 1, 1, -9512.06, -1926.95, 76.6898, 4.64258, 0, 0, -0.731354, 0.681998, 900, 255, 1, '', 48632, NULL), +(@OGUID+6801, 1620, 0, 44, 0, 1, 1, -8931.43, -2308.25, 132.534, 4.92183, 0, 0, -0.62932, 0.777146, 900, 255, 1, '', 49345, NULL), +(@OGUID+6802, 1620, 0, 44, 0, 1, 1, -9090.56, -2716.7, 93.1088, 0.925024, 0, 0, 0.446198, 0.894935, 900, 255, 1, '', 49822, NULL), +(@OGUID+6803, 1620, 0, 44, 0, 1, 1, -9159.08, -2782.82, 89.2079, 1.22173, 0, 0, 0.573576, 0.819152, 900, 255, 1, '', 49822, NULL), +(@OGUID+6804, 1620, 0, 44, 0, 1, 1, -9185.93, -3013.12, 93.766, 0.366518, 0, 0, 0.182235, 0.983255, 900, 255, 1, '', 49345, NULL), +(@OGUID+6805, 1620, 0, 44, 0, 1, 1, -9286.99, -3199, 105.201, 1.36136, 0, 0, 0.62932, 0.777146, 900, 255, 1, '', 49822, NULL), +(@OGUID+6806, 1620, 0, 44, 0, 1, 1, -9415.11, -2080.05, 61.2199, 2.51327, 0, 0, 0.951056, 0.309017, 900, 255, 1, '', 49345, NULL), +(@OGUID+6807, 1620, 0, 44, 0, 1, 1, -9702.03, -2568.51, 59.5312, 5.67232, 0, 0, -0.300705, 0.953717, 900, 255, 1, '', 49822, NULL), +(@OGUID+6808, 1620, 0, 44, 460, 1, 1, -8889.5, -2158.8, 132.444, 0.506145, 0, 0, 0.25038, 0.968148, 900, 255, 1, '', 48632, NULL), +(@OGUID+6809, 1620, 0, 44, 460, 1, 1, -8960.17, -2067.33, 133.509, 0.453785, 0, 0, 0.224951, 0.97437, 900, 255, 1, '', 48632, NULL), +(@OGUID+6810, 1620, 0, 44, 460, 1, 1, -8976.07, -2171.74, 132.628, 0.0698117, 0, 0, 0.0348988, 0.999391, 900, 255, 1, '', 48632, NULL), +(@OGUID+6811, 1620, 0, 44, 460, 1, 1, -9357.58, -3256.63, 89.7532, 2.9845, 0, 0, 0.996917, 0.0784664, 900, 255, 1, '', 48632, NULL), +(@OGUID+6812, 1620, 0, 44, 460, 1, 1, -9452.6, -3337.22, 6.40795, 3.14159, 0, 0, -1, 0, 900, 255, 1, '', 48632, NULL), +(@OGUID+6813, 1620, 0, 44, 460, 1, 1, -9642.1, -3141.26, 48.5806, 1.88495, 0, 0, 0.809016, 0.587786, 900, 255, 1, '', 48632, NULL), +(@OGUID+6814, 1620, 0, 44, 71, 1, 1, -9363.69, -3409.54, 91.591, 3.7001, 0, 0, -0.961261, 0.27564, 900, 255, 1, '', 52237, NULL), +(@OGUID+6815, 1621, 0, 44, 0, 1, 1, -9333.84, -3308.43, 89.7115, 0.401425, 0, 0, 0.199368, 0.979925, 900, 255, 1, '', 50375, NULL), +(@OGUID+6816, 1621, 0, 44, 0, 1, 1, -9344.89, -3112.77, 86.1976, 3.68265, 0, 0, -0.96363, 0.267241, 900, 255, 1, '', 50664, NULL), +(@OGUID+6817, 1621, 0, 44, 0, 1, 1, -9384.84, -2966.28, 81.6427, 1.3439, 0, 0, 0.622514, 0.782609, 900, 255, 1, '', 50375, NULL), +(@OGUID+6818, 1621, 0, 44, 0, 1, 1, -9408.7, -3440.19, 91.2317, 4.43314, 0, 0, -0.798635, 0.601815, 900, 255, 1, '', 48632, NULL), +(@OGUID+6819, 1621, 0, 44, 0, 1, 1, -9415.24, -2111.12, 67.0888, 5.86431, 0, 0, -0.207911, 0.978148, 900, 255, 1, '', 48632, NULL), +(@OGUID+6820, 1621, 0, 44, 0, 1, 1, -9481.71, -2875.11, 81.5749, 1.46608, 0, 0, 0.66913, 0.743145, 900, 255, 1, '', 50375, NULL), +(@OGUID+6821, 1621, 0, 44, 0, 1, 1, -9494.92, -2839.76, 71.3364, 4.97419, 0, 0, -0.608761, 0.793354, 900, 255, 1, '', 49345, NULL), +(@OGUID+6822, 1621, 0, 44, 0, 1, 1, -9522.33, -2332.94, 66.4444, 0.139624, 0, 0, 0.0697556, 0.997564, 900, 255, 1, '', 48632, NULL), +(@OGUID+6823, 1621, 0, 44, 0, 1, 1, -9562.72, -1868.06, 69.7337, 3.12412, 0, 0, 0.999962, 0.00873464, 900, 255, 1, '', 48632, NULL), +(@OGUID+6824, 1621, 0, 44, 0, 1, 1, -9567.76, -2131.51, 74.0443, 0.890117, 0, 0, 0.430511, 0.902586, 900, 255, 1, '', 48632, NULL), +(@OGUID+6825, 1621, 0, 44, 0, 1, 1, -9647.41, -2340.83, 70.4579, 3.05433, 0, 0, 0.999048, 0.0436193, 900, 255, 1, '', 49345, NULL), +(@OGUID+6826, 1621, 0, 44, 0, 1, 1, -9658.02, -2111.7, 60.2108, 0.925024, 0, 0, 0.446198, 0.894935, 900, 255, 1, '', 49345, NULL), +(@OGUID+6827, 1621, 0, 44, 0, 1, 1, -9673.71, -1971.44, 56.4296, 5.63741, 0, 0, -0.317305, 0.948324, 900, 255, 1, '', 48632, NULL), +(@OGUID+6828, 1621, 0, 44, 0, 1, 1, -9742.59, -1776.33, 52.2593, 1.64061, 0, 0, 0.731353, 0.681999, 900, 255, 1, '', 48632, NULL), +(@OGUID+6829, 1621, 0, 44, 0, 1, 1, -9770.06, -2221.82, 59.8902, 5.96903, 0, 0, -0.156434, 0.987688, 900, 255, 1, '', 50664, NULL), +(@OGUID+6830, 1621, 0, 44, 0, 1, 1, -9779.15, -3249.85, 58.9006, 0.715585, 0, 0, 0.350207, 0.936672, 900, 255, 1, '', 48632, NULL), +(@OGUID+6831, 1621, 0, 44, 0, 1, 1, -9904.38, -1880.45, 37.9255, 3.80482, 0, 0, -0.945518, 0.325568, 900, 255, 1, '', 48632, NULL), +(@OGUID+6832, 1621, 0, 44, 0, 1, 1, -9916.43, -1781.57, 35.1013, 1.97222, 0, 0, 0.833885, 0.551938, 900, 255, 1, '', 49345, NULL), +(@OGUID+6833, 1621, 0, 44, 9, 1, 1, -9100.39, -2601.52, 117.783, 2.30383, 0, 0, 0.913545, 0.406738, 900, 255, 1, '', 48632, NULL), +(@OGUID+6834, 1621, 0, 44, 9, 1, 1, -9457.76, -1995.27, 96.1887, 0.855211, 0, 0, 0.414693, 0.909961, 900, 255, 1, '', 48632, NULL), +(@OGUID+6835, 1621, 0, 44, 0, 1, 1, -9163.94, -1977.96, 121.205, 3.12412, 0, 0, 0.999962, 0.00873464, 900, 255, 1, '', 49345, NULL), +(@OGUID+6836, 1621, 0, 44, 0, 1, 1, -9235.94, -2926.83, 113.123, 2.63544, 0, 0, 0.968147, 0.250381, 900, 255, 1, '', 49822, NULL), +(@OGUID+6837, 1621, 0, 44, 0, 1, 1, -9273.21, -2757.61, 88.8043, 4.31097, 0, 0, -0.833885, 0.551938, 900, 255, 1, '', 49822, NULL), +(@OGUID+6838, 1621, 0, 44, 0, 1, 1, -9282.73, -1880.83, 85.4043, 4.92183, 0, 0, -0.62932, 0.777146, 900, 255, 1, '', 49822, NULL), +(@OGUID+6839, 1621, 0, 44, 0, 1, 1, -9554.79, -2899.26, 93.3538, 4.45059, 0, 0, -0.793353, 0.608762, 900, 255, 1, '', 49822, NULL), +(@OGUID+6840, 1621, 0, 44, 460, 1, 1, -9072.37, -2054.56, 131.181, 4.18879, 0, 0, -0.866025, 0.500001, 900, 255, 1, '', 49345, NULL), +(@OGUID+6841, 1621, 0, 44, 460, 1, 1, -9083.6, -2206.59, 130.86, 1.93731, 0, 0, 0.824125, 0.566408, 900, 255, 1, '', 48632, NULL), +(@OGUID+6842, 1621, 0, 44, 460, 1, 1, -9156.48, -3188.13, 106.772, 3.45576, 0, 0, -0.987688, 0.156436, 900, 255, 1, '', 48632, NULL), +(@OGUID+6843, 1621, 0, 44, 460, 1, 1, -9224.64, -3368.39, 101.14, 0.802851, 0, 0, 0.390731, 0.920505, 900, 255, 1, '', 48632, NULL), +(@OGUID+6844, 1621, 0, 44, 460, 1, 1, -9262.77, -1977.89, 75.5952, 3.29869, 0, 0, -0.996917, 0.0784664, 900, 255, 1, '', 48632, NULL), +(@OGUID+6845, 1621, 0, 44, 460, 1, 1, -9372.92, -2026.42, 57.8357, 0.279252, 0, 0, 0.139173, 0.990268, 900, 255, 1, '', 48632, NULL), +(@OGUID+6846, 1621, 0, 44, 460, 1, 1, -9380.46, -1944.81, 61.4576, 0.506145, 0, 0, 0.25038, 0.968148, 900, 255, 1, '', 48632, NULL), +(@OGUID+6847, 1621, 0, 44, 460, 1, 1, -9522.79, -3486.91, 125.978, 3.17653, 0, 0, -0.999847, 0.0174693, 900, 255, 1, '', 48632, NULL), +(@OGUID+6848, 1621, 0, 44, 460, 1, 1, -9596.23, -2701.2, 59.4606, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 48632, NULL), +(@OGUID+6849, 1621, 0, 44, 460, 1, 1, -9620.59, -3204.73, 49.7053, 2.80998, 0, 0, 0.986285, 0.16505, 900, 255, 1, '', 48632, NULL), +(@OGUID+6850, 1621, 0, 44, 460, 1, 1, -9622.28, -3300.99, 50.9478, 5.07891, 0, 0, -0.566406, 0.824126, 900, 255, 1, '', 48632, NULL), +(@OGUID+6851, 1621, 0, 44, 460, 1, 1, -9625.95, -2543.16, 59.2279, 1.67551, 0, 0, 0.743144, 0.669131, 900, 255, 1, '', 48632, NULL), +(@OGUID+6852, 1621, 0, 44, 460, 1, 1, -9656.25, -3478.21, 121.956, 3.73501, 0, 0, -0.956305, 0.292372, 900, 255, 1, '', 48632, NULL), +(@OGUID+6853, 1621, 0, 44, 460, 1, 1, -9691.59, -2978.1, 54.5243, 5.5676, 0, 0, -0.350207, 0.936672, 900, 255, 1, '', 48632, NULL), +(@OGUID+6854, 1621, 0, 44, 0, 1, 1, -9635.92, -3055.3, 56.31, 4.27606, 0, 0, -0.843391, 0.5373, 900, 255, 1, '', 52237, NULL), +(@OGUID+6855, 1621, 0, 44, 1001, 1, 1, -9651.54, -2884.1, 51.0352, 2.09439, 0, 0, 0.866025, 0.500001, 900, 255, 1, '', 52237, NULL), +(@OGUID+6856, 1622, 0, 44, 0, 1, 1, -8797.02, -2414.19, 157.404, 5.63741, 0, 0, -0.317305, 0.948324, 900, 255, 1, '', 50375, NULL), +(@OGUID+6857, 1622, 0, 44, 0, 1, 1, -8824.19, -2601.29, 142.033, 3.78737, 0, 0, -0.948323, 0.317306, 900, 255, 1, '', 49345, NULL), +(@OGUID+6858, 1622, 0, 44, 0, 1, 1, -8825.49, -2462.65, 133.923, 5.79449, 0, 0, -0.241921, 0.970296, 900, 255, 1, '', 49345, NULL), +(@OGUID+6859, 1622, 0, 44, 0, 1, 1, -8910.15, -2643.76, 136.301, 5.67232, 0, 0, -0.300705, 0.953717, 900, 255, 1, '', 50063, NULL), +(@OGUID+6860, 1622, 0, 44, 0, 1, 1, -9109.17, -2640.52, 120.736, 0.0523589, 0, 0, 0.0261765, 0.999657, 900, 255, 1, '', 48632, NULL), +(@OGUID+6861, 1622, 0, 44, 0, 1, 1, -9172.05, -2443.96, 114.471, 0.890117, 0, 0, 0.430511, 0.902586, 900, 255, 1, '', 50664, NULL), +(@OGUID+6862, 1622, 0, 44, 0, 1, 1, -9282.31, -2910.74, 128.707, 3.01941, 0, 0, 0.998135, 0.0610518, 900, 255, 1, '', 50375, NULL), +(@OGUID+6863, 1622, 0, 44, 0, 1, 1, -9288.58, -3325.65, 112.675, 0.383971, 0, 0, 0.190808, 0.981627, 900, 255, 1, '', 50375, NULL), +(@OGUID+6864, 1622, 0, 44, 0, 1, 1, -9387.1, -3208.06, 96.7698, 3.52557, 0, 0, -0.981627, 0.190812, 900, 255, 1, '', 49345, NULL), +(@OGUID+6865, 1622, 0, 44, 0, 1, 1, -9462.51, -3026.77, 136.647, 1.02974, 0, 0, 0.492423, 0.870356, 900, 255, 1, '', 49345, NULL), +(@OGUID+6866, 1622, 0, 44, 0, 1, 1, -9499.42, -3054.76, 110.48, 0.436332, 0, 0, 0.216439, 0.976296, 900, 255, 1, '', 50664, NULL), +(@OGUID+6867, 1622, 0, 44, 0, 1, 1, -9500.21, -2869.15, 92.9556, 3.63029, 0, 0, -0.970295, 0.241925, 900, 255, 1, '', 49345, NULL), +(@OGUID+6868, 1622, 0, 44, 0, 1, 1, -9503.31, -2082.8, 100.905, 1.25664, 0, 0, 0.587785, 0.809017, 900, 255, 1, '', 48632, NULL), +(@OGUID+6869, 1622, 0, 44, 0, 1, 1, -9600.72, -2536.57, 61.3528, 5.67232, 0, 0, -0.300705, 0.953717, 900, 255, 1, '', 48632, NULL), +(@OGUID+6870, 1622, 0, 44, 0, 1, 1, -9603.1, -2377.98, 61.0354, 3.90954, 0, 0, -0.927183, 0.374608, 900, 255, 1, '', 50664, NULL), +(@OGUID+6871, 1622, 0, 44, 0, 1, 1, -9608.53, -2269.69, 85.5731, 4.04917, 0, 0, -0.898793, 0.438373, 900, 255, 1, '', 49345, NULL), +(@OGUID+6872, 1622, 0, 44, 0, 1, 1, -9620.35, -2869.21, 61.6724, 6.0912, 0, 0, -0.0958452, 0.995396, 900, 255, 1, '', 48632, NULL), +(@OGUID+6873, 1622, 0, 44, 0, 1, 1, -9678.27, -2176.02, 59.389, 3.4383, 0, 0, -0.989016, 0.147811, 900, 255, 1, '', 48632, NULL), +(@OGUID+6874, 1622, 0, 44, 0, 1, 1, -9174.59, -3245.7, 102.285, 3.05433, 0, 0, 0.999048, 0.0436193, 900, 255, 1, '', 49822, NULL), +(@OGUID+6875, 1622, 0, 44, 0, 1, 1, -9175.99, -2392.31, 99.8053, 5.98648, 0, 0, -0.147809, 0.989016, 900, 255, 1, '', 49822, NULL), +(@OGUID+6876, 1622, 0, 44, 0, 1, 1, -9244.37, -3403.93, 105.793, 3.47321, 0, 0, -0.986285, 0.16505, 900, 255, 1, '', 49822, NULL), +(@OGUID+6877, 1622, 0, 44, 0, 1, 1, -9374.39, -2992.28, 139.1, 0.453785, 0, 0, 0.224951, 0.97437, 900, 255, 1, '', 49822, NULL), +(@OGUID+6878, 1622, 0, 44, 0, 1, 1, -9378.38, -3038.53, 136.687, 5.68977, 0, 0, -0.292372, 0.956305, 900, 255, 1, '', 49822, NULL), +(@OGUID+6879, 1622, 0, 44, 460, 1, 1, -9098.85, -3333.52, 100.367, 1.44862, 0, 0, 0.66262, 0.748956, 900, 255, 1, '', 48632, NULL), +(@OGUID+6880, 1622, 0, 44, 460, 1, 1, -9237.13, -3248.83, 102.098, 2.05949, 0, 0, 0.857167, 0.515038, 900, 255, 1, '', 48632, NULL), +(@OGUID+6881, 1622, 0, 44, 460, 1, 1, -9394.88, -3335.6, 88.1509, 4.24115, 0, 0, -0.85264, 0.522499, 900, 255, 1, '', 48632, NULL), +(@OGUID+6882, 1622, 0, 44, 460, 1, 1, -9472.23, -3215, 69.1513, 1.37881, 0, 0, 0.636078, 0.771625, 900, 255, 1, '', 48632, NULL), +(@OGUID+6883, 1622, 0, 44, 460, 1, 1, -9499.57, -3277.06, 48.098, 0.453785, 0, 0, 0.224951, 0.97437, 900, 255, 1, '', 48632, NULL), +(@OGUID+6884, 1622, 0, 44, 460, 1, 1, -9513.47, -3374.38, 93.5101, 6.26573, 0, 0, -0.00872612, 0.999962, 900, 255, 1, '', 48632, NULL), +(@OGUID+6885, 1622, 0, 44, 460, 1, 1, -9552.36, -3286.47, 48.4698, 5.00909, 0, 0, -0.594823, 0.803857, 900, 255, 1, '', 48632, NULL), +(@OGUID+6886, 1622, 0, 44, 460, 1, 1, -9602.98, -3096.85, 57.9598, 3.26377, 0, 0, -0.998135, 0.0610518, 900, 255, 1, '', 48632, NULL), +(@OGUID+6887, 1622, 0, 44, 460, 1, 1, -9677.12, -2839.97, 51.9216, 4.03171, 0, 0, -0.902585, 0.430512, 900, 255, 1, '', 48632, NULL), +(@OGUID+6888, 1622, 0, 44, 460, 1, 1, -9718.87, -2906.79, 55.523, 0.942477, 0, 0, 0.45399, 0.891007, 900, 255, 1, '', 48632, NULL), +(@OGUID+6889, 1622, 0, 44, 460, 1, 1, -9722.56, -3076.28, 58.6725, 1.97222, 0, 0, 0.833885, 0.551938, 900, 255, 1, '', 48632, NULL), +(@OGUID+6890, 1622, 0, 44, 460, 1, 1, -9744.08, -2407.2, 79.0861, 3.57793, 0, 0, -0.976295, 0.216442, 900, 255, 1, '', 48632, NULL), +(@OGUID+6891, 1622, 0, 44, 460, 1, 1, -9798.15, -3152.53, 70.8976, 0.191985, 0, 0, 0.0958452, 0.995396, 900, 255, 1, '', 48632, NULL), +(@OGUID+6892, 1622, 0, 44, 1000, 1, 1, -9425.92, -3079.96, 136.693, 2.96704, 0, 0, 0.996194, 0.087165, 900, 255, 1, '', 53788, NULL), +(@OGUID+6893, 1622, 0, 44, 1002, 1, 1, -9637.93, -3259.19, 48.6696, 3.7001, 0, 0, -0.961261, 0.27564, 900, 255, 1, '', 51943, NULL), +(@OGUID+6894, 1622, 0, 44, 997, 1, 1, -9678.53, -3173.73, 61.6091, 0.750491, 0, 0, 0.366501, 0.930418, 900, 255, 1, '', 52237, NULL), +(@OGUID+6895, 1731, 0, 44, 460, 1, 1, -9834.56, -3128.48, 82.4222, 4.72984, 0, 0, -0.700909, 0.713251, 900, 255, 1, '', 48632, NULL), +(@OGUID+6896, 1731, 0, 44, 0, 1, 1, -9821.69, -3219.74, 64.2859, 2.32129, 0, 0, 0.91706, 0.39875, 900, 255, 1, '', 48632, NULL), +(@OGUID+6897, 1731, 0, 44, 460, 1, 1, -9804.08, -2248.52, 73.8627, 3.24635, 0, 0, -0.998629, 0.0523532, 900, 255, 1, '', 48632, NULL), +(@OGUID+6898, 1731, 0, 44, 460, 1, 1, -9767.09, -2316.49, 70.4724, 2.26893, 0, 0, 0.906307, 0.422619, 900, 255, 1, '', 48632, NULL), +(@OGUID+6899, 1731, 0, 44, 460, 1, 1, -9740.51, -2102.63, 61.384, 2.84488, 0, 0, 0.989016, 0.147811, 900, 255, 1, '', 48632, NULL), +(@OGUID+6900, 1731, 0, 44, 460, 1, 1, -9737.6, -2925.08, 67.047, 1.98967, 0, 0, 0.83867, 0.54464, 900, 255, 1, '', 48632, NULL), +(@OGUID+6901, 1731, 0, 44, 0, 1, 1, -9737.25, -2440.96, 70.0273, 4.4855, 0, 0, -0.782608, 0.622515, 900, 255, 1, '', 48632, NULL), +(@OGUID+6902, 1731, 0, 44, 0, 1, 1, -9724.31, -2653.92, 68.1898, 3.15906, 0, 0, -0.999962, 0.00873464, 900, 255, 1, '', 48632, NULL), +(@OGUID+6903, 1731, 0, 44, 0, 1, 1, -9697.58, -1754.86, 62.2563, 3.61284, 0, 0, -0.972369, 0.233448, 900, 255, 1, '', 48632, NULL), +(@OGUID+6904, 1731, 0, 44, 460, 1, 1, -9675.05, -3188.28, 62.2984, 2.3911, 0, 0, 0.930417, 0.366502, 900, 255, 1, '', 48632, NULL), +(@OGUID+6905, 1731, 0, 44, 0, 1, 1, -9654.49, -2022.86, 57.1197, 1.02974, 0, 0, 0.492423, 0.870356, 900, 255, 1, '', 49345, NULL), +(@OGUID+6906, 1731, 0, 44, 460, 1, 1, -9638.75, -3028.55, 60.2563, 2.30383, 0, 0, 0.913545, 0.406738, 900, 255, 1, '', 48632, NULL), +(@OGUID+6907, 1731, 0, 44, 460, 1, 1, -9637.25, -2812.56, 60.8158, 1.46608, 0, 0, 0.66913, 0.743145, 900, 255, 1, '', 48632, NULL), +(@OGUID+6908, 1731, 0, 44, 0, 1, 1, -9623.88, -2158.55, 69.8939, 3.35105, 0, 0, -0.994521, 0.104536, 900, 255, 1, '', 50375, NULL), +(@OGUID+6909, 1731, 0, 44, 0, 1, 1, -9591.81, -2403.29, 64.4106, 3.59538, 0, 0, -0.97437, 0.224951, 900, 255, 1, '', 50664, NULL), +(@OGUID+6910, 1731, 0, 44, 0, 1, 1, -9590.31, -2733.05, 57.7435, 0.209439, 0, 0, 0.104528, 0.994522, 900, 255, 1, '', 48632, NULL), +(@OGUID+6911, 1731, 0, 44, 460, 1, 1, -9565.56, -3240.22, 50.891, 2.3911, 0, 0, 0.930417, 0.366502, 900, 255, 1, '', 48632, NULL), +(@OGUID+6912, 1731, 0, 44, 0, 1, 1, -9562.95, -1836.39, 74.0232, 5.20108, 0, 0, -0.515038, 0.857168, 900, 255, 1, '', 48632, NULL), +(@OGUID+6913, 1731, 0, 44, 0, 1, 1, -9519.65, -2103.17, 94.1483, 3.7001, 0, 0, -0.961261, 0.27564, 900, 255, 1, '', 48632, NULL), +(@OGUID+6914, 1731, 0, 44, 0, 1, 1, -9484.96, -1976.89, 94.0196, 0.890117, 0, 0, 0.430511, 0.902586, 900, 255, 1, '', 48632, NULL), +(@OGUID+6915, 1731, 0, 44, 0, 1, 1, -9440.52, -2880.75, 76.799, 5.65487, 0, 0, -0.309016, 0.951057, 900, 255, 1, '', 49345, NULL), +(@OGUID+6916, 1731, 0, 44, 460, 1, 1, -9440.46, -3395.88, 89.0594, 4.60767, 0, 0, -0.743144, 0.669131, 900, 255, 1, '', 48632, NULL), +(@OGUID+6917, 1731, 0, 44, 0, 1, 1, -9414.11, -1916.16, 97.5622, 3.73501, 0, 0, -0.956305, 0.292372, 900, 255, 1, '', 49345, NULL), +(@OGUID+6918, 1731, 0, 44, 0, 1, 1, -9412.47, -2484.24, 30.4685, 3.7001, 0, 0, -0.961261, 0.27564, 900, 255, 1, '', 49822, NULL), +(@OGUID+6919, 1731, 0, 44, 0, 1, 1, -9397.86, -3131.52, 87.0181, 0.523598, 0, 0, 0.258819, 0.965926, 900, 255, 1, '', 50375, NULL), +(@OGUID+6920, 1731, 0, 44, 0, 1, 1, -9373.97, -2729.39, 57.8007, 2.56563, 0, 0, 0.958819, 0.284016, 900, 255, 1, '', 50375, NULL), +(@OGUID+6921, 1731, 0, 44, 0, 1, 1, -9372.14, -1915.85, 67.3032, 5.74214, 0, 0, -0.267238, 0.963631, 900, 255, 1, '', 49345, NULL), +(@OGUID+6922, 1731, 0, 44, 0, 1, 1, -9343.75, -2926.38, 109.87, 1.58825, 0, 0, 0.71325, 0.70091, 900, 255, 1, '', 50375, NULL), +(@OGUID+6923, 1731, 0, 44, 460, 1, 1, -9341.33, -3197.56, 102.736, 5.49779, 0, 0, -0.382683, 0.92388, 900, 255, 1, '', 48632, NULL), +(@OGUID+6924, 1731, 0, 44, 0, 1, 1, -9285.47, -3419.89, 105.121, 5.53269, 0, 0, -0.366501, 0.930418, 900, 255, 1, '', 49345, NULL), +(@OGUID+6925, 1731, 0, 44, 0, 1, 1, -9256.75, -3097.38, 100.289, 1.97222, 0, 0, 0.833885, 0.551938, 900, 255, 1, '', 50375, NULL), +(@OGUID+6926, 1731, 0, 44, 0, 1, 1, -9233.06, -3284.12, 104.102, 4.45059, 0, 0, -0.793353, 0.608762, 900, 255, 1, '', 49345, NULL), +(@OGUID+6927, 1731, 0, 44, 0, 1, 1, -9185.33, -2912.15, 112.081, 2.21657, 0, 0, 0.894934, 0.446199, 900, 255, 1, '', 50664, NULL), +(@OGUID+6928, 1731, 0, 44, 0, 1, 1, -9141.37, -3079.47, 122.507, 3.05433, 0, 0, 0.999048, 0.0436193, 900, 255, 1, '', 50375, NULL), +(@OGUID+6929, 1731, 0, 44, 0, 1, 1, -9137.28, -3187.06, 107.541, 4.53786, 0, 0, -0.766044, 0.642789, 900, 255, 1, '', 50375, NULL), +(@OGUID+6930, 1731, 0, 44, 0, 1, 1, -9116.97, -2785.5, 104.123, 5.16618, 0, 0, -0.529919, 0.848048, 900, 255, 1, '', 50375, NULL), +(@OGUID+6931, 1731, 0, 44, 0, 1, 1, -9093.26, -3355.02, 102.589, 4.71239, 0, 0, -0.707107, 0.707107, 900, 255, 1, '', 49822, NULL), +(@OGUID+6932, 1731, 0, 44, 0, 1, 1, -9086.08, -3267.75, 102.72, 1.22173, 0, 0, 0.573576, 0.819152, 900, 255, 1, '', 49822, NULL), +(@OGUID+6933, 1731, 0, 44, 0, 1, 1, -9052.53, -2680.67, 132.473, 1.8675, 0, 0, 0.803857, 0.594823, 900, 255, 1, '', 48632, NULL), +(@OGUID+6934, 1731, 0, 44, 0, 1, 1, -9048, -2063.1, 139.674, 5.41052, 0, 0, -0.422618, 0.906308, 900, 255, 1, '', 50063, NULL), +(@OGUID+6935, 1731, 0, 44, 0, 1, 1, -9004.29, -2477.13, 147.16, 3.52557, 0, 0, -0.981627, 0.190812, 900, 255, 1, '', 49345, NULL), +(@OGUID+6936, 1731, 0, 44, 0, 1, 1, -8981.17, -2296.79, 136.786, 4.17134, 0, 0, -0.870356, 0.492424, 900, 255, 1, '', 49345, NULL), +(@OGUID+6937, 1731, 0, 44, 0, 1, 1, -8840.01, -2201.22, 142.903, 1.39626, 0, 0, 0.642787, 0.766045, 900, 255, 1, '', 50375, NULL), +(@OGUID+6938, 1731, 0, 44, 0, 1, 1, -8839.28, -2528.36, 142.069, 2.9845, 0, 0, 0.996917, 0.0784664, 900, 255, 1, '', 49345, NULL), +(@OGUID+6939, 1731, 0, 44, 0, 1, 1, -8823.3, -2168.43, 150.618, 5.68977, 0, 0, -0.292372, 0.956305, 900, 255, 1, '', 49345, NULL), +(@OGUID+6940, 1731, 0, 44, 460, 1, 1, -8810.75, -2136.72, 150.143, 0.453785, 0, 0, 0.224951, 0.97437, 900, 255, 1, '', 48632, NULL), +(@OGUID+6941, 1731, 0, 44, 0, 1, 1, -8805.47, -2238.1, 148.948, 3.26377, 0, 0, -0.998135, 0.0610518, 900, 255, 1, '', 48632, NULL), +(@OGUID+6942, 1731, 0, 44, 460, 1, 1, -8776.36, -2120.69, 153.261, 3.01941, 0, 0, 0.998135, 0.0610518, 900, 255, 1, '', 48632, NULL), +(@OGUID+6943, 1731, 0, 44, 0, 1, 1, -8772.02, -2202.49, 142.074, 0.436332, 0, 0, 0.216439, 0.976296, 900, 255, 1, '', 50375, NULL), +(@OGUID+6944, 1731, 0, 44, 0, 1, 1, -8750.37, -2258.32, 155.634, 0.453785, 0, 0, 0.224951, 0.97437, 900, 255, 1, '', 49345, NULL), +(@OGUID+6945, 1731, 0, 44, 0, 1, 1, -8705.2, -2598.11, 140.532, 2.77507, 0, 0, 0.983254, 0.182238, 900, 255, 1, '', 48632, NULL), +(@OGUID+6946, 1731, 0, 44, 0, 1, 1, -8702.09, -2153.17, 156.936, 1.62316, 0, 0, 0.725374, 0.688355, 900, 255, 1, '', 48632, NULL), +(@OGUID+6947, 1731, 0, 44, 0, 1, 1, -8694.48, -2204.4, 157.692, 6.24828, 0, 0, -0.0174522, 0.999848, 900, 255, 1, '', 50375, NULL), +(@OGUID+6948, 1731, 0, 44, 0, 1, 1, -8688.33, -2170.14, 156.791, 2.21657, 0, 0, 0.894934, 0.446199, 900, 255, 1, '', 50375, NULL), +(@OGUID+6949, 1731, 0, 44, 0, 1, 1, -8687.83, -2249.76, 157.838, 5.63741, 0, 0, -0.317305, 0.948324, 900, 255, 1, '', 49345, NULL), +(@OGUID+6950, 1731, 0, 44, 996, 1, 1, -8667.75, -2278.18, 158.176, 0.95993, 0, 0, 0.461748, 0.887011, 900, 255, 1, '', 52237, NULL), +(@OGUID+6951, 1731, 0, 44, 460, 1, 1, -8662.57, -2246.8, 156.706, 5.79449, 0, 0, -0.241921, 0.970296, 900, 255, 1, '', 48632, NULL), +(@OGUID+6952, 1732, 0, 44, 460, 1, 1, -9782.66, -3158.25, 71.5411, 2.75761, 0, 0, 0.981627, 0.190812, 900, 255, 1, '', 50664, NULL), +(@OGUID+6953, 1732, 0, 44, 460, 1, 1, -9716.32, -2978.55, 74.1443, 1.46608, 0, 0, 0.66913, 0.743145, 900, 255, 1, '', 48632, NULL), +(@OGUID+6954, 1732, 0, 44, 460, 1, 1, -9701.02, -2719.39, 70.9252, 0.453785, 0, 0, 0.224951, 0.97437, 900, 255, 1, '', 48632, NULL), +(@OGUID+6955, 1732, 0, 44, 997, 1, 1, -9681.26, -3114.55, 55.7525, 2.30383, 0, 0, 0.913545, 0.406738, 900, 255, 1, '', 47168, NULL), +(@OGUID+6956, 1732, 0, 44, 0, 1, 1, -9607.09, -2858.38, 65.9065, 0.331611, 0, 0, 0.165047, 0.986286, 900, 255, 1, '', 50664, NULL), +(@OGUID+6957, 1732, 0, 44, 460, 1, 1, -9603.3, -3099.33, 57.9278, 3.31614, 0, 0, -0.996194, 0.087165, 900, 255, 1, '', 48632, NULL), +(@OGUID+6958, 1732, 0, 44, 460, 1, 1, -9550.32, -3301.11, 50.2162, 2.74016, 0, 0, 0.979924, 0.19937, 900, 255, 1, '', 48632, NULL), +(@OGUID+6959, 1732, 0, 44, 0, 1, 1, -9533.11, -2925.66, 107.77, 4.50295, 0, 0, -0.777145, 0.629321, 900, 255, 1, '', 50375, NULL), +(@OGUID+6960, 1732, 0, 44, 71, 1, 1, -9493.84, -3238.99, 61.6549, 3.9619, 0, 0, -0.91706, 0.39875, 900, 255, 1, '', 52237, NULL), +(@OGUID+6961, 1732, 0, 44, 0, 1, 1, -9488.62, -3012.98, 135.902, 5.68977, 0, 0, -0.292372, 0.956305, 900, 255, 1, '', 49345, NULL), +(@OGUID+6962, 1732, 0, 44, 0, 1, 1, -9470.41, -3442.23, 122.738, 1.83259, 0, 0, 0.793353, 0.608762, 900, 255, 1, '', 48632, NULL), +(@OGUID+6963, 1732, 0, 44, 460, 1, 1, -9423.47, -2985.06, 136.619, 0.733038, 0, 0, 0.358368, 0.93358, 900, 255, 1, '', 48632, NULL), +(@OGUID+6964, 1732, 0, 44, 0, 1, 1, -9354.13, -2989.31, 135.666, 4.31097, 0, 0, -0.833885, 0.551938, 900, 255, 1, '', 50375, NULL), +(@OGUID+6965, 1732, 0, 44, 0, 1, 1, -9324.54, -3328.46, 93.2871, 1.22173, 0, 0, 0.573576, 0.819152, 900, 255, 1, '', 49822, NULL), +(@OGUID+6966, 1732, 0, 44, 0, 1, 1, -9317.58, -3472.81, 118.905, 4.29351, 0, 0, -0.83867, 0.54464, 900, 255, 1, '', 49822, NULL), +(@OGUID+6967, 1732, 0, 44, 0, 1, 1, -9315.86, -3138.06, 100.133, 1.0821, 0, 0, 0.515038, 0.857168, 900, 255, 1, '', 49345, NULL), +(@OGUID+6968, 1732, 0, 44, 460, 1, 1, -9270.35, -3034.23, 116.944, 3.7001, 0, 0, -0.961261, 0.27564, 900, 255, 1, '', 48632, NULL), +(@OGUID+6969, 1732, 0, 44, 0, 1, 1, -9254.95, -2870.78, 94.876, 3.14159, 0, 0, -1, 0, 900, 255, 1, '', 50375, NULL), +(@OGUID+6970, 1732, 0, 44, 460, 1, 1, -9254.29, -2734.14, 89.1034, 0.436332, 0, 0, 0.216439, 0.976296, 900, 255, 1, '', 50664, NULL), +(@OGUID+6971, 1732, 0, 44, 0, 1, 1, -9239.7, -3262.89, 106.295, 2.9845, 0, 0, 0.996917, 0.0784664, 900, 255, 1, '', 50375, NULL), +(@OGUID+6972, 1732, 0, 44, 460, 1, 1, -9197.55, -3367.02, 101.667, 0.366518, 0, 0, 0.182235, 0.983255, 900, 255, 1, '', 48632, NULL), +(@OGUID+6973, 1732, 0, 44, 0, 1, 1, -9184.41, -3380.13, 119.577, 5.51524, 0, 0, -0.374606, 0.927184, 900, 255, 1, '', 49345, NULL), +(@OGUID+6974, 1732, 0, 44, 0, 1, 1, -9179.15, -2442.4, 115.091, 0.314158, 0, 0, 0.156434, 0.987688, 900, 255, 1, '', 50063, NULL), +(@OGUID+6975, 1732, 0, 44, 0, 1, 1, -9140.93, -2028.65, 124.528, 0.436332, 0, 0, 0.216439, 0.976296, 900, 255, 1, '', 48632, NULL), +(@OGUID+6976, 1732, 0, 44, 0, 1, 1, -9114.75, -2195.5, 125.289, 3.54302, 0, 0, -0.979924, 0.19937, 900, 255, 1, '', 49345, NULL), +(@OGUID+6977, 1732, 0, 44, 0, 1, 1, -9084, -3259.22, 112.762, 1.83259, 0, 0, 0.793353, 0.608762, 900, 255, 1, '', 49822, NULL), +(@OGUID+6978, 1732, 0, 44, 460, 1, 1, -9081.92, -2429.31, 128.663, 1.88495, 0, 0, 0.809016, 0.587786, 900, 255, 1, '', 48632, NULL), +(@OGUID+6979, 1732, 0, 44, 0, 1, 1, -9057.66, -1975.82, 157.037, 4.71239, 0, 0, -0.707107, 0.707107, 900, 255, 1, '', 49345, NULL), +(@OGUID+6980, 1732, 0, 44, 0, 1, 1, -9011.86, -2370.78, 140.35, 5.06146, 0, 0, -0.573576, 0.819152, 900, 255, 1, '', 50063, NULL), +(@OGUID+6981, 1732, 0, 44, 460, 1, 1, -9005.68, -2161.51, 134.853, 4.13643, 0, 0, -0.878817, 0.47716, 900, 255, 1, '', 48632, NULL), +(@OGUID+6982, 1732, 0, 44, 460, 1, 1, -8940.11, -2186.78, 140.537, 3.31614, 0, 0, -0.996194, 0.087165, 900, 255, 1, '', 49345, NULL), +(@OGUID+6983, 1732, 0, 44, 0, 1, 1, -8933.08, -2351.81, 142.664, 4.43314, 0, 0, -0.798635, 0.601815, 900, 255, 1, '', 49345, NULL), +(@OGUID+6984, 1732, 0, 44, 460, 1, 1, -8932.18, -2079.43, 139.813, 4.7822, 0, 0, -0.681998, 0.731354, 900, 255, 1, '', 48632, NULL), +(@OGUID+6985, 1732, 0, 44, 0, 1, 1, -8879.81, -2286.95, 138.31, 5.67232, 0, 0, -0.300705, 0.953717, 900, 255, 1, '', 49345, NULL), +(@OGUID+6986, 1732, 0, 44, 0, 1, 1, -8870.37, -2180.23, 135.957, 4.01426, 0, 0, -0.906307, 0.422619, 900, 255, 1, '', 49345, NULL), +(@OGUID+6987, 1732, 0, 44, 460, 1, 1, -8827.17, -2188.08, 179.982, 1.78023, 0, 0, 0.777145, 0.629321, 900, 255, 1, '', 48632, NULL), +(@OGUID+6988, 1732, 0, 44, 460, 1, 1, -8818.36, -2204.01, 137.801, 2.23402, 0, 0, 0.898793, 0.438373, 900, 255, 1, '', 48632, NULL), +(@OGUID+6989, 1732, 0, 44, 460, 1, 1, -8772.81, -2456.81, 154.145, 5.48033, 0, 0, -0.390731, 0.920505, 900, 255, 1, '', 48632, NULL), +(@OGUID+6990, 1732, 0, 44, 0, 1, 1, -8754.97, -2199.17, 154.057, 1.93731, 0, 0, 0.824125, 0.566408, 900, 255, 1, '', 50375, NULL), +(@OGUID+6991, 1732, 0, 44, 0, 1, 1, -8749.71, -2186.82, 163.259, 5.21854, 0, 0, -0.507538, 0.861629, 900, 255, 1, '', 50375, NULL), +(@OGUID+6992, 1732, 0, 44, 460, 1, 1, -8729.84, -2176.28, 192.065, 0.279252, 0, 0, 0.139173, 0.990268, 900, 255, 1, '', 48632, NULL), +(@OGUID+6993, 1732, 0, 44, 0, 1, 1, -8725.08, -2239.77, 157.653, 3.12412, 0, 0, 0.999962, 0.00873464, 900, 255, 1, '', 49345, NULL), +(@OGUID+6994, 1732, 0, 44, 0, 1, 1, -8723.21, -2522.05, 143.106, 5.00909, 0, 0, -0.594823, 0.803857, 900, 255, 1, '', 48632, NULL), +(@OGUID+6995, 1732, 0, 44, 998, 1, 1, -8709.15, -2227.26, 155.743, 4.18879, 0, 0, -0.866025, 0.500001, 900, 255, 1, '', 52237, NULL), +(@OGUID+6996, 1732, 0, 44, 460, 1, 1, -8709.11, -2189.66, 154.599, 3.12412, 0, 0, 0.999962, 0.00873464, 900, 255, 1, '', 50664, NULL), +(@OGUID+6997, 1732, 0, 44, 460, 1, 1, -8704.96, -2174.29, 151.974, 4.86947, 0, 0, -0.649447, 0.760406, 900, 255, 1, '', 48632, NULL), +(@OGUID+6998, 1732, 0, 44, 0, 1, 1, -8703.86, -2309.01, 162.106, 5.93412, 0, 0, -0.173648, 0.984808, 900, 255, 1, '', 50375, NULL), +(@OGUID+6999, 1732, 0, 44, 460, 1, 1, -8682.95, -2271.39, 155.064, 4.83456, 0, 0, -0.66262, 0.748956, 900, 255, 1, '', 48632, NULL), +(@OGUID+7000, 1732, 0, 44, 0, 1, 1, -8671.02, -2353.16, 163.042, 4.03171, 0, 0, -0.902585, 0.430512, 900, 255, 1, '', 49345, NULL), +(@OGUID+7001, 1732, 0, 44, 460, 1, 1, -8650.28, -2259.1, 156.946, 0.925024, 0, 0, 0.446198, 0.894935, 900, 255, 1, '', 48632, NULL), +(@OGUID+7002, 1732, 0, 44, 0, 1, 1, -8778.38, -2251.79, 149.145, 1.64061, 0, 0, 0.731353, 0.681999, 900, 255, 1, '', 50375, NULL), +(@OGUID+7003, 1732, 0, 44, 460, 1, 1, -8729.84, -2176.28, 160.467, 0.279252, 0, 0, 0.139173, 0.990268, 900, 255, 1, '', 48632, 'Original position_z: 192.065'), +(@OGUID+7004, 1733, 0, 44, 460, 1, 1, -9782.66, -3158.25, 71.5411, 2.75761, 0, 0, 0.981627, 0.190812, 900, 255, 1, '', 50664, NULL), +(@OGUID+7005, 1733, 0, 44, 460, 1, 1, -9716.32, -2978.55, 74.1443, 1.46608, 0, 0, 0.66913, 0.743145, 900, 255, 1, '', 48632, NULL), +(@OGUID+7006, 1733, 0, 44, 460, 1, 1, -9701.02, -2719.39, 70.9252, 0.453785, 0, 0, 0.224951, 0.97437, 900, 255, 1, '', 48632, NULL), +(@OGUID+7007, 1733, 0, 44, 997, 1, 1, -9681.26, -3114.55, 55.7525, 2.30383, 0, 0, 0.913545, 0.406738, 900, 255, 1, '', 47168, NULL), +(@OGUID+7008, 1733, 0, 44, 0, 1, 1, -9607.09, -2858.38, 65.9065, 0.331611, 0, 0, 0.165047, 0.986286, 900, 255, 1, '', 50664, NULL), +(@OGUID+7009, 1733, 0, 44, 460, 1, 1, -9603.3, -3099.33, 57.9278, 3.31614, 0, 0, -0.996194, 0.087165, 900, 255, 1, '', 48632, NULL), +(@OGUID+7010, 1733, 0, 44, 460, 1, 1, -9550.32, -3301.11, 50.2162, 2.74016, 0, 0, 0.979924, 0.19937, 900, 255, 1, '', 48632, NULL), +(@OGUID+7011, 1733, 0, 44, 0, 1, 1, -9533.11, -2925.66, 107.77, 4.50295, 0, 0, -0.777145, 0.629321, 900, 255, 1, '', 50375, NULL), +(@OGUID+7012, 1733, 0, 44, 71, 1, 1, -9493.84, -3238.99, 61.6549, 3.9619, 0, 0, -0.91706, 0.39875, 900, 255, 1, '', 52237, NULL), +(@OGUID+7013, 1733, 0, 44, 0, 1, 1, -9488.62, -3012.98, 135.902, 5.68977, 0, 0, -0.292372, 0.956305, 900, 255, 1, '', 49345, NULL), +(@OGUID+7014, 1733, 0, 44, 0, 1, 1, -9470.41, -3442.23, 122.738, 1.83259, 0, 0, 0.793353, 0.608762, 900, 255, 1, '', 48632, NULL), +(@OGUID+7015, 1733, 0, 44, 460, 1, 1, -9423.47, -2985.06, 136.619, 0.733038, 0, 0, 0.358368, 0.93358, 900, 255, 1, '', 48632, NULL), +(@OGUID+7016, 1733, 0, 44, 0, 1, 1, -9354.13, -2989.31, 135.666, 4.31097, 0, 0, -0.833885, 0.551938, 900, 255, 1, '', 50375, NULL), +(@OGUID+7017, 1733, 0, 44, 0, 1, 1, -9324.54, -3328.46, 93.2871, 1.22173, 0, 0, 0.573576, 0.819152, 900, 255, 1, '', 49822, NULL), +(@OGUID+7018, 1733, 0, 44, 0, 1, 1, -9317.58, -3472.81, 118.905, 4.29351, 0, 0, -0.83867, 0.54464, 900, 255, 1, '', 49822, NULL), +(@OGUID+7019, 1733, 0, 44, 0, 1, 1, -9315.86, -3138.06, 100.133, 1.0821, 0, 0, 0.515038, 0.857168, 900, 255, 1, '', 49345, NULL), +(@OGUID+7020, 1733, 0, 44, 460, 1, 1, -9270.35, -3034.23, 116.944, 3.7001, 0, 0, -0.961261, 0.27564, 900, 255, 1, '', 48632, NULL), +(@OGUID+7021, 1733, 0, 44, 0, 1, 1, -9254.95, -2870.78, 94.876, 3.14159, 0, 0, -1, 0, 900, 255, 1, '', 50375, NULL), +(@OGUID+7022, 1733, 0, 44, 460, 1, 1, -9254.29, -2734.14, 89.1034, 0.436332, 0, 0, 0.216439, 0.976296, 900, 255, 1, '', 50664, NULL), +(@OGUID+7023, 1733, 0, 44, 0, 1, 1, -9239.7, -3262.89, 106.295, 2.9845, 0, 0, 0.996917, 0.0784664, 900, 255, 1, '', 50375, NULL), +(@OGUID+7024, 1733, 0, 44, 460, 1, 1, -9197.55, -3367.02, 101.667, 0.366518, 0, 0, 0.182235, 0.983255, 900, 255, 1, '', 48632, NULL), +(@OGUID+7025, 1733, 0, 44, 0, 1, 1, -9184.41, -3380.13, 119.577, 5.51524, 0, 0, -0.374606, 0.927184, 900, 255, 1, '', 49345, NULL), +(@OGUID+7026, 1733, 0, 44, 0, 1, 1, -9179.15, -2442.4, 115.091, 0.314158, 0, 0, 0.156434, 0.987688, 900, 255, 1, '', 50063, NULL), +(@OGUID+7027, 1733, 0, 44, 0, 1, 1, -9140.93, -2028.65, 124.528, 0.436332, 0, 0, 0.216439, 0.976296, 900, 255, 1, '', 48632, NULL), +(@OGUID+7028, 1733, 0, 44, 0, 1, 1, -9114.75, -2195.5, 125.289, 3.54302, 0, 0, -0.979924, 0.19937, 900, 255, 1, '', 49345, NULL), +(@OGUID+7029, 1733, 0, 44, 0, 1, 1, -9084, -3259.22, 112.762, 1.83259, 0, 0, 0.793353, 0.608762, 900, 255, 1, '', 49822, NULL), +(@OGUID+7030, 1733, 0, 44, 460, 1, 1, -9081.92, -2429.31, 128.663, 1.88495, 0, 0, 0.809016, 0.587786, 900, 255, 1, '', 48632, NULL), +(@OGUID+7031, 1733, 0, 44, 0, 1, 1, -9057.66, -1975.82, 157.037, 4.71239, 0, 0, -0.707107, 0.707107, 900, 255, 1, '', 49345, NULL), +(@OGUID+7032, 1733, 0, 44, 0, 1, 1, -9011.86, -2370.78, 140.35, 5.06146, 0, 0, -0.573576, 0.819152, 900, 255, 1, '', 50063, NULL), +(@OGUID+7033, 1733, 0, 44, 460, 1, 1, -9005.68, -2161.51, 134.853, 4.13643, 0, 0, -0.878817, 0.47716, 900, 255, 1, '', 48632, NULL), +(@OGUID+7034, 1733, 0, 44, 460, 1, 1, -8940.11, -2186.78, 140.537, 3.31614, 0, 0, -0.996194, 0.087165, 900, 255, 1, '', 49345, NULL), +(@OGUID+7035, 1733, 0, 44, 0, 1, 1, -8933.08, -2351.81, 142.664, 4.43314, 0, 0, -0.798635, 0.601815, 900, 255, 1, '', 49345, NULL), +(@OGUID+7036, 1733, 0, 44, 460, 1, 1, -8932.18, -2079.43, 139.813, 4.7822, 0, 0, -0.681998, 0.731354, 900, 255, 1, '', 48632, NULL), +(@OGUID+7037, 1733, 0, 44, 0, 1, 1, -8879.81, -2286.95, 138.31, 5.67232, 0, 0, -0.300705, 0.953717, 900, 255, 1, '', 49345, NULL), +(@OGUID+7038, 1733, 0, 44, 0, 1, 1, -8870.37, -2180.23, 135.957, 4.01426, 0, 0, -0.906307, 0.422619, 900, 255, 1, '', 49345, NULL), +(@OGUID+7039, 1733, 0, 44, 460, 1, 1, -8827.17, -2188.08, 179.982, 1.78023, 0, 0, 0.777145, 0.629321, 900, 255, 1, '', 48632, NULL), +(@OGUID+7040, 1733, 0, 44, 460, 1, 1, -8818.36, -2204.01, 137.801, 2.23402, 0, 0, 0.898793, 0.438373, 900, 255, 1, '', 48632, NULL), +(@OGUID+7041, 1733, 0, 44, 460, 1, 1, -8772.81, -2456.81, 154.145, 5.48033, 0, 0, -0.390731, 0.920505, 900, 255, 1, '', 48632, NULL), +(@OGUID+7042, 1733, 0, 44, 0, 1, 1, -8754.97, -2199.17, 154.057, 1.93731, 0, 0, 0.824125, 0.566408, 900, 255, 1, '', 50375, NULL), +(@OGUID+7043, 1733, 0, 44, 0, 1, 1, -8749.71, -2186.82, 163.259, 5.21854, 0, 0, -0.507538, 0.861629, 900, 255, 1, '', 50375, NULL), +(@OGUID+7044, 1733, 0, 44, 460, 1, 1, -8729.84, -2176.28, 192.065, 0.279252, 0, 0, 0.139173, 0.990268, 900, 255, 1, '', 48632, NULL), +(@OGUID+7045, 1733, 0, 44, 0, 1, 1, -8725.08, -2239.77, 157.653, 3.12412, 0, 0, 0.999962, 0.00873464, 900, 255, 1, '', 49345, NULL), +(@OGUID+7046, 1733, 0, 44, 0, 1, 1, -8723.21, -2522.05, 143.106, 5.00909, 0, 0, -0.594823, 0.803857, 900, 255, 1, '', 48632, NULL), +(@OGUID+7047, 1733, 0, 44, 998, 1, 1, -8709.15, -2227.26, 155.743, 4.18879, 0, 0, -0.866025, 0.500001, 900, 255, 1, '', 52237, NULL), +(@OGUID+7048, 1733, 0, 44, 460, 1, 1, -8709.11, -2189.66, 154.599, 3.12412, 0, 0, 0.999962, 0.00873464, 900, 255, 1, '', 50664, NULL), +(@OGUID+7049, 1733, 0, 44, 460, 1, 1, -8704.96, -2174.29, 151.974, 4.86947, 0, 0, -0.649447, 0.760406, 900, 255, 1, '', 48632, NULL), +(@OGUID+7050, 1733, 0, 44, 0, 1, 1, -8703.86, -2309.01, 162.106, 5.93412, 0, 0, -0.173648, 0.984808, 900, 255, 1, '', 50375, NULL), +(@OGUID+7051, 1733, 0, 44, 460, 1, 1, -8682.95, -2271.39, 155.064, 4.83456, 0, 0, -0.66262, 0.748956, 900, 255, 1, '', 48632, NULL), +(@OGUID+7052, 1733, 0, 44, 0, 1, 1, -8671.02, -2353.16, 163.042, 4.03171, 0, 0, -0.902585, 0.430512, 900, 255, 1, '', 49345, NULL), +(@OGUID+7053, 1733, 0, 44, 460, 1, 1, -8650.28, -2259.1, 156.946, 0.925024, 0, 0, 0.446198, 0.894935, 900, 255, 1, '', 48632, NULL), +(@OGUID+7054, 1733, 0, 44, 0, 1, 1, -8778.38, -2251.79, 149.145, 1.64061, 0, 0, 0.731353, 0.681999, 900, 255, 1, '', 50375, NULL), +(@OGUID+7055, 1733, 0, 44, 460, 1, 1, -8729.84, -2176.28, 160.467, 0.279252, 0, 0, 0.139173, 0.990268, 900, 255, 1, '', 48632, 'Original position_z: 192.065'), +(@OGUID+7056, 2054, 0, 44, 460, 1, 1, -8974.61, -2020.09, 136.633, 4.38078, 0, 0, -0.814116, 0.580703, 900, 255, 1, '', 49345, NULL), +(@OGUID+7057, 2054, 0, 44, 0, 1, 1, -8962.55, -1990.87, 137.634, 0.261798, 0, 0, 0.130526, 0.991445, 900, 255, 1, '', 49345, NULL), +(@OGUID+7058, 2054, 0, 44, 460, 1, 1, -8939.22, -1966.74, 139.821, 0.715585, 0, 0, 0.350207, 0.936672, 900, 255, 1, '', 48632, NULL), +(@OGUID+7059, 2054, 0, 44, 460, 1, 1, -8901.02, -2016.14, 126.447, 1.46608, 0, 0, 0.66913, 0.743145, 900, 255, 1, '', 48632, NULL), +(@OGUID+7060, 2054, 0, 44, 460, 1, 1, -8877.34, -1944.79, 129.779, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 48632, NULL), +(@OGUID+7061, 2054, 0, 44, 460, 1, 1, -8863.31, -1979.69, 124.995, 2.56563, 0, 0, 0.958819, 0.284016, 900, 255, 1, '', 50664, NULL), +(@OGUID+7062, 2054, 0, 44, 460, 1, 1, -8846.12, -1897, 127.32, 0.104719, 0, 0, 0.0523357, 0.99863, 900, 255, 1, '', 48632, NULL), +(@OGUID+7063, 2054, 0, 44, 460, 1, 1, -8820.87, -1947.33, 133.085, 0.942477, 0, 0, 0.45399, 0.891007, 900, 255, 1, '', 48632, NULL), +(@OGUID+7064, 2054, 0, 44, 460, 1, 1, -8817.11, -2061.81, 131.111, 0.139624, 0, 0, 0.0697556, 0.997564, 900, 255, 1, '', 50664, NULL), +(@OGUID+7065, 2054, 0, 44, 460, 1, 1, -8786.52, -2028.94, 130.408, 3.05433, 0, 0, 0.999048, 0.0436193, 900, 255, 1, '', 48632, NULL), +(@OGUID+7066, 2054, 0, 44, 460, 1, 1, -8759.31, -2013.18, 130.802, 5.5676, 0, 0, -0.350207, 0.936672, 900, 255, 1, '', 48632, NULL), +(@OGUID+7067, 1733, 0, 44, 460, 1, 1, -8974.61, -2020.09, 136.633, 4.38078, 0, 0, -0.814116, 0.580703, 900, 255, 1, '', 49345, NULL), +(@OGUID+7068, 1733, 0, 44, 0, 1, 1, -8962.55, -1990.87, 137.634, 0.261798, 0, 0, 0.130526, 0.991445, 900, 255, 1, '', 49345, NULL), +(@OGUID+7069, 1733, 0, 44, 460, 1, 1, -8939.22, -1966.74, 139.821, 0.715585, 0, 0, 0.350207, 0.936672, 900, 255, 1, '', 48632, NULL), +(@OGUID+7070, 1733, 0, 44, 460, 1, 1, -8901.02, -2016.14, 126.447, 1.46608, 0, 0, 0.66913, 0.743145, 900, 255, 1, '', 48632, NULL), +(@OGUID+7071, 1733, 0, 44, 460, 1, 1, -8877.34, -1944.79, 129.779, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 48632, NULL), +(@OGUID+7072, 1733, 0, 44, 460, 1, 1, -8863.31, -1979.69, 124.995, 2.56563, 0, 0, 0.958819, 0.284016, 900, 255, 1, '', 50664, NULL), +(@OGUID+7073, 1733, 0, 44, 460, 1, 1, -8846.12, -1897, 127.32, 0.104719, 0, 0, 0.0523357, 0.99863, 900, 255, 1, '', 48632, NULL), +(@OGUID+7074, 1733, 0, 44, 460, 1, 1, -8820.87, -1947.33, 133.085, 0.942477, 0, 0, 0.45399, 0.891007, 900, 255, 1, '', 48632, NULL), +(@OGUID+7075, 1733, 0, 44, 460, 1, 1, -8817.11, -2061.81, 131.111, 0.139624, 0, 0, 0.0697556, 0.997564, 900, 255, 1, '', 50664, NULL), +(@OGUID+7076, 1733, 0, 44, 460, 1, 1, -8786.52, -2028.94, 130.408, 3.05433, 0, 0, 0.999048, 0.0436193, 900, 255, 1, '', 48632, NULL), +(@OGUID+7077, 1733, 0, 44, 460, 1, 1, -8759.31, -2013.18, 130.802, 5.5676, 0, 0, -0.350207, 0.936672, 900, 255, 1, '', 48632, NULL), +(@OGUID+7078, 2055, 0, 44, 460, 1, 1, -8987.37, -2008.65, 139.264, 4.20625, 0, 0, -0.861629, 0.507539, 900, 255, 1, '', 48632, NULL), +(@OGUID+7079, 2055, 0, 44, 0, 1, 1, -8935.75, -1996.76, 141.232, 6.00393, 0, 0, -0.139173, 0.990268, 900, 255, 1, '', 49345, NULL), +(@OGUID+7080, 2055, 0, 44, 0, 1, 1, -8924.21, -2042.53, 130.215, 3.17653, 0, 0, -0.999847, 0.0174693, 900, 255, 1, '', 49345, NULL), +(@OGUID+7081, 2055, 0, 44, 460, 1, 1, -8898.29, -1959.62, 137.719, 1.3439, 0, 0, 0.622514, 0.782609, 900, 255, 1, '', 48632, NULL), +(@OGUID+7082, 2055, 0, 44, 460, 1, 1, -8878.65, -1899.83, 132.692, 3.68265, 0, 0, -0.96363, 0.267241, 900, 255, 1, '', 48632, NULL), +(@OGUID+7083, 2055, 0, 44, 460, 1, 1, -8850.24, -2047.94, 125.614, 3.73501, 0, 0, -0.956305, 0.292372, 900, 255, 1, '', 48632, NULL), +(@OGUID+7084, 2055, 0, 44, 460, 1, 1, -8822.76, -1975.59, 124.41, 5.51524, 0, 0, -0.374606, 0.927184, 900, 255, 1, '', 48632, NULL), +(@OGUID+7085, 2055, 0, 44, 460, 1, 1, -8802.57, -1927.02, 126.091, 3.45576, 0, 0, -0.987688, 0.156436, 900, 255, 1, '', 48632, NULL), +(@OGUID+7086, 2055, 0, 44, 0, 1, 1, -8776.79, -2043.35, 128.049, 3.50812, 0, 0, -0.983254, 0.182238, 900, 255, 1, '', 50375, NULL), +(@OGUID+7087, 2055, 0, 44, 460, 1, 1, -8774.09, -1973.63, 129.718, 2.11185, 0, 0, 0.870356, 0.492424, 900, 255, 1, '', 48632, NULL); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+6952, @POOL_SINGLE+940, 90, 'Redridge Mountains - Ore Pool - Tin Vein'), +(@OGUID+6953, @POOL_SINGLE+941, 90, 'Redridge Mountains - Ore Pool - Tin Vein'), +(@OGUID+6954, @POOL_SINGLE+942, 90, 'Redridge Mountains - Ore Pool - Tin Vein'), +(@OGUID+6955, @POOL_SINGLE+943, 90, 'Redridge Mountains - Ore Pool - Tin Vein'), +(@OGUID+6956, @POOL_SINGLE+944, 90, 'Redridge Mountains - Ore Pool - Tin Vein'), +(@OGUID+6957, @POOL_SINGLE+945, 90, 'Redridge Mountains - Ore Pool - Tin Vein'), +(@OGUID+6958, @POOL_SINGLE+946, 90, 'Redridge Mountains - Ore Pool - Tin Vein'), +(@OGUID+6959, @POOL_SINGLE+947, 90, 'Redridge Mountains - Ore Pool - Tin Vein'), +(@OGUID+6960, @POOL_SINGLE+948, 90, 'Redridge Mountains - Ore Pool - Tin Vein'), +(@OGUID+6961, @POOL_SINGLE+949, 90, 'Redridge Mountains - Ore Pool - Tin Vein'), +(@OGUID+6962, @POOL_SINGLE+950, 90, 'Redridge Mountains - Ore Pool - Tin Vein'), +(@OGUID+6963, @POOL_SINGLE+951, 90, 'Redridge Mountains - Ore Pool - Tin Vein'), +(@OGUID+6964, @POOL_SINGLE+952, 90, 'Redridge Mountains - Ore Pool - Tin Vein'), +(@OGUID+6965, @POOL_SINGLE+953, 90, 'Redridge Mountains - Ore Pool - Tin Vein'), +(@OGUID+6966, @POOL_SINGLE+954, 90, 'Redridge Mountains - Ore Pool - Tin Vein'), +(@OGUID+6967, @POOL_SINGLE+955, 90, 'Redridge Mountains - Ore Pool - Tin Vein'), +(@OGUID+6968, @POOL_SINGLE+956, 90, 'Redridge Mountains - Ore Pool - Tin Vein'), +(@OGUID+6969, @POOL_SINGLE+957, 90, 'Redridge Mountains - Ore Pool - Tin Vein'), +(@OGUID+6970, @POOL_SINGLE+958, 90, 'Redridge Mountains - Ore Pool - Tin Vein'), +(@OGUID+6971, @POOL_SINGLE+959, 90, 'Redridge Mountains - Ore Pool - Tin Vein'), +(@OGUID+6972, @POOL_SINGLE+960, 90, 'Redridge Mountains - Ore Pool - Tin Vein'), +(@OGUID+6973, @POOL_SINGLE+961, 90, 'Redridge Mountains - Ore Pool - Tin Vein'), +(@OGUID+6974, @POOL_SINGLE+962, 90, 'Redridge Mountains - Ore Pool - Tin Vein'), +(@OGUID+6975, @POOL_SINGLE+963, 90, 'Redridge Mountains - Ore Pool - Tin Vein'), +(@OGUID+6976, @POOL_SINGLE+964, 90, 'Redridge Mountains - Ore Pool - Tin Vein'), +(@OGUID+6977, @POOL_SINGLE+965, 90, 'Redridge Mountains - Ore Pool - Tin Vein'), +(@OGUID+6978, @POOL_SINGLE+966, 90, 'Redridge Mountains - Ore Pool - Tin Vein'), +(@OGUID+6979, @POOL_SINGLE+967, 90, 'Redridge Mountains - Ore Pool - Tin Vein'), +(@OGUID+6980, @POOL_SINGLE+968, 90, 'Redridge Mountains - Ore Pool - Tin Vein'), +(@OGUID+6981, @POOL_SINGLE+969, 90, 'Redridge Mountains - Ore Pool - Tin Vein'), +(@OGUID+6982, @POOL_SINGLE+970, 90, 'Redridge Mountains - Ore Pool - Tin Vein'), +(@OGUID+6983, @POOL_SINGLE+971, 90, 'Redridge Mountains - Ore Pool - Tin Vein'), +(@OGUID+6984, @POOL_SINGLE+972, 90, 'Redridge Mountains - Ore Pool - Tin Vein'), +(@OGUID+6985, @POOL_SINGLE+973, 90, 'Redridge Mountains - Ore Pool - Tin Vein'), +(@OGUID+6986, @POOL_SINGLE+974, 90, 'Redridge Mountains - Ore Pool - Tin Vein'), +(@OGUID+6987, @POOL_SINGLE+975, 90, 'Redridge Mountains - Ore Pool - Tin Vein'), +(@OGUID+6988, @POOL_SINGLE+976, 90, 'Redridge Mountains - Ore Pool - Tin Vein'), +(@OGUID+6989, @POOL_SINGLE+977, 90, 'Redridge Mountains - Ore Pool - Tin Vein'), +(@OGUID+6990, @POOL_SINGLE+978, 90, 'Redridge Mountains - Ore Pool - Tin Vein'), +(@OGUID+6991, @POOL_SINGLE+979, 90, 'Redridge Mountains - Ore Pool - Tin Vein'), +(@OGUID+6992, @POOL_SINGLE+980, 90, 'Redridge Mountains - Ore Pool - Tin Vein'), +(@OGUID+6993, @POOL_SINGLE+981, 90, 'Redridge Mountains - Ore Pool - Tin Vein'), +(@OGUID+6994, @POOL_SINGLE+982, 90, 'Redridge Mountains - Ore Pool - Tin Vein'), +(@OGUID+6995, @POOL_SINGLE+983, 90, 'Redridge Mountains - Ore Pool - Tin Vein'), +(@OGUID+6996, @POOL_SINGLE+984, 90, 'Redridge Mountains - Ore Pool - Tin Vein'), +(@OGUID+6997, @POOL_SINGLE+985, 90, 'Redridge Mountains - Ore Pool - Tin Vein'), +(@OGUID+6998, @POOL_SINGLE+986, 90, 'Redridge Mountains - Ore Pool - Tin Vein'), +(@OGUID+6999, @POOL_SINGLE+987, 90, 'Redridge Mountains - Ore Pool - Tin Vein'), +(@OGUID+7000, @POOL_SINGLE+988, 90, 'Redridge Mountains - Ore Pool - Tin Vein'), +(@OGUID+7001, @POOL_SINGLE+989, 90, 'Redridge Mountains - Ore Pool - Tin Vein'), +(@OGUID+7002, @POOL_SINGLE+990, 90, 'Redridge Mountains - Ore Pool - Tin Vein'), +(@OGUID+7003, @POOL_SINGLE+991, 90, 'Redridge Mountains - Ore Pool - Tin Vein'), +(@OGUID+7004, @POOL_SINGLE+940, 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7005, @POOL_SINGLE+941, 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7006, @POOL_SINGLE+942, 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7007, @POOL_SINGLE+943, 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7008, @POOL_SINGLE+944, 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7009, @POOL_SINGLE+945, 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7010, @POOL_SINGLE+946, 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7011, @POOL_SINGLE+947, 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7012, @POOL_SINGLE+948, 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7013, @POOL_SINGLE+949, 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7014, @POOL_SINGLE+950, 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7015, @POOL_SINGLE+951, 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7016, @POOL_SINGLE+952, 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7017, @POOL_SINGLE+953, 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7018, @POOL_SINGLE+954, 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7019, @POOL_SINGLE+955, 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7020, @POOL_SINGLE+956, 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7021, @POOL_SINGLE+957, 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7022, @POOL_SINGLE+958, 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7023, @POOL_SINGLE+959, 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7024, @POOL_SINGLE+960, 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7025, @POOL_SINGLE+961, 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7026, @POOL_SINGLE+962, 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7027, @POOL_SINGLE+963, 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7028, @POOL_SINGLE+964, 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7029, @POOL_SINGLE+965, 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7030, @POOL_SINGLE+966, 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7031, @POOL_SINGLE+967, 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7032, @POOL_SINGLE+968, 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7033, @POOL_SINGLE+969, 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7034, @POOL_SINGLE+970, 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7035, @POOL_SINGLE+971, 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7036, @POOL_SINGLE+972, 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7037, @POOL_SINGLE+973, 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7038, @POOL_SINGLE+974, 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7039, @POOL_SINGLE+975, 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7040, @POOL_SINGLE+976, 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7041, @POOL_SINGLE+977, 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7042, @POOL_SINGLE+978, 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7043, @POOL_SINGLE+979, 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7044, @POOL_SINGLE+980, 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7045, @POOL_SINGLE+981, 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7046, @POOL_SINGLE+982, 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7047, @POOL_SINGLE+983, 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7048, @POOL_SINGLE+984, 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7049, @POOL_SINGLE+985, 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7050, @POOL_SINGLE+986, 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7051, @POOL_SINGLE+987, 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7052, @POOL_SINGLE+988, 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7053, @POOL_SINGLE+989, 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7054, @POOL_SINGLE+990, 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7055, @POOL_SINGLE+991, 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7056, @POOL_SINGLE+992 , 90, 'Redridge Mountains - Ore Pool - Tin Vein (Rethban)'), +(@OGUID+7057, @POOL_SINGLE+993 , 90, 'Redridge Mountains - Ore Pool - Tin Vein (Rethban)'), +(@OGUID+7058, @POOL_SINGLE+994 , 90, 'Redridge Mountains - Ore Pool - Tin Vein (Rethban)'), +(@OGUID+7059, @POOL_SINGLE+995 , 90, 'Redridge Mountains - Ore Pool - Tin Vein (Rethban)'), +(@OGUID+7060, @POOL_SINGLE+996 , 90, 'Redridge Mountains - Ore Pool - Tin Vein (Rethban)'), +(@OGUID+7061, @POOL_SINGLE+997 , 90, 'Redridge Mountains - Ore Pool - Tin Vein (Rethban)'), +(@OGUID+7062, @POOL_SINGLE+998 , 90, 'Redridge Mountains - Ore Pool - Tin Vein (Rethban)'), +(@OGUID+7063, @POOL_SINGLE+999 , 90, 'Redridge Mountains - Ore Pool - Tin Vein (Rethban)'), +(@OGUID+7064, @POOL_SINGLE+1000, 90, 'Redridge Mountains - Ore Pool - Tin Vein (Rethban)'), +(@OGUID+7065, @POOL_SINGLE+1001, 90, 'Redridge Mountains - Ore Pool - Tin Vein (Rethban)'), +(@OGUID+7066, @POOL_SINGLE+1002, 90, 'Redridge Mountains - Ore Pool - Tin Vein (Rethban)'), +(@OGUID+7067, @POOL_SINGLE+992 , 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7068, @POOL_SINGLE+993 , 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7069, @POOL_SINGLE+994 , 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7070, @POOL_SINGLE+995 , 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7071, @POOL_SINGLE+996 , 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7072, @POOL_SINGLE+997 , 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7073, @POOL_SINGLE+998 , 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7074, @POOL_SINGLE+999 , 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7075, @POOL_SINGLE+1000, 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7076, @POOL_SINGLE+1001, 0, 'Redridge Mountains - Ore Pool - Silver Vein'), +(@OGUID+7077, @POOL_SINGLE+1002, 0, 'Redridge Mountains - Ore Pool - Silver Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_SINGLE+940 , 1, 'Redridge Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+941 , 1, 'Redridge Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+942 , 1, 'Redridge Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+943 , 1, 'Redridge Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+944 , 1, 'Redridge Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+945 , 1, 'Redridge Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+946 , 1, 'Redridge Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+947 , 1, 'Redridge Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+948 , 1, 'Redridge Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+949 , 1, 'Redridge Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+950 , 1, 'Redridge Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+951 , 1, 'Redridge Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+952 , 1, 'Redridge Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+953 , 1, 'Redridge Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+954 , 1, 'Redridge Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+955 , 1, 'Redridge Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+956 , 1, 'Redridge Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+957 , 1, 'Redridge Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+958 , 1, 'Redridge Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+959 , 1, 'Redridge Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+960 , 1, 'Redridge Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+961 , 1, 'Redridge Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+962 , 1, 'Redridge Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+963 , 1, 'Redridge Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+964 , 1, 'Redridge Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+965 , 1, 'Redridge Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+966 , 1, 'Redridge Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+967 , 1, 'Redridge Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+968 , 1, 'Redridge Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+969 , 1, 'Redridge Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+970 , 1, 'Redridge Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+971 , 1, 'Redridge Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+972 , 1, 'Redridge Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+973 , 1, 'Redridge Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+974 , 1, 'Redridge Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+975 , 1, 'Redridge Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+976 , 1, 'Redridge Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+977 , 1, 'Redridge Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+978 , 1, 'Redridge Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+979 , 1, 'Redridge Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+980 , 1, 'Redridge Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+981 , 1, 'Redridge Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+982 , 1, 'Redridge Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+983 , 1, 'Redridge Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+984 , 1, 'Redridge Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+985 , 1, 'Redridge Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+986 , 1, 'Redridge Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+987 , 1, 'Redridge Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+988 , 1, 'Redridge Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+989 , 1, 'Redridge Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+990 , 1, 'Redridge Mountains - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+991 , 1, 'Redridge Mountains - Ore Pool - Tin Vein / Silver Vein'), + +(@POOL_SINGLE+992 , 1, 'Redridge Mountains - Ore Pool - Tin Vein (Rethban) / Silver Vein'), +(@POOL_SINGLE+993 , 1, 'Redridge Mountains - Ore Pool - Tin Vein (Rethban) / Silver Vein'), +(@POOL_SINGLE+994 , 1, 'Redridge Mountains - Ore Pool - Tin Vein (Rethban) / Silver Vein'), +(@POOL_SINGLE+995 , 1, 'Redridge Mountains - Ore Pool - Tin Vein (Rethban) / Silver Vein'), +(@POOL_SINGLE+996 , 1, 'Redridge Mountains - Ore Pool - Tin Vein (Rethban) / Silver Vein'), +(@POOL_SINGLE+997 , 1, 'Redridge Mountains - Ore Pool - Tin Vein (Rethban) / Silver Vein'), +(@POOL_SINGLE+998 , 1, 'Redridge Mountains - Ore Pool - Tin Vein (Rethban) / Silver Vein'), +(@POOL_SINGLE+999 , 1, 'Redridge Mountains - Ore Pool - Tin Vein (Rethban) / Silver Vein'), +(@POOL_SINGLE+1000, 1, 'Redridge Mountains - Ore Pool - Tin Vein (Rethban) / Silver Vein'), +(@POOL_SINGLE+1001, 1, 'Redridge Mountains - Ore Pool - Tin Vein (Rethban) / Silver Vein'), +(@POOL_SINGLE+1002, 1, 'Redridge Mountains - Ore Pool - Tin Vein (Rethban) / Silver Vein'); + +-- Rethban Caverns +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+992 , @POOL_MOTHER+391, 0, 'Redridge Mountains - Rethban Caverns - Tin Vein (Rethban) / Silver Vein'), +(@POOL_SINGLE+993 , @POOL_MOTHER+391, 0, 'Redridge Mountains - Rethban Caverns - Tin Vein (Rethban) / Silver Vein'), +(@POOL_SINGLE+994 , @POOL_MOTHER+391, 0, 'Redridge Mountains - Rethban Caverns - Tin Vein (Rethban) / Silver Vein'), +(@POOL_SINGLE+995 , @POOL_MOTHER+391, 0, 'Redridge Mountains - Rethban Caverns - Tin Vein (Rethban) / Silver Vein'), +(@POOL_SINGLE+996 , @POOL_MOTHER+391, 0, 'Redridge Mountains - Rethban Caverns - Tin Vein (Rethban) / Silver Vein'), +(@POOL_SINGLE+997 , @POOL_MOTHER+391, 0, 'Redridge Mountains - Rethban Caverns - Tin Vein (Rethban) / Silver Vein'), +(@POOL_SINGLE+998 , @POOL_MOTHER+391, 0, 'Redridge Mountains - Rethban Caverns - Tin Vein (Rethban) / Silver Vein'), +(@POOL_SINGLE+999 , @POOL_MOTHER+391, 0, 'Redridge Mountains - Rethban Caverns - Tin Vein (Rethban) / Silver Vein'), +(@POOL_SINGLE+1000, @POOL_MOTHER+391, 0, 'Redridge Mountains - Rethban Caverns - Tin Vein (Rethban) / Silver Vein'), +(@POOL_SINGLE+1001, @POOL_MOTHER+391, 0, 'Redridge Mountains - Rethban Caverns - Tin Vein (Rethban) / Silver Vein'), +(@POOL_SINGLE+1002, @POOL_MOTHER+391, 0, 'Redridge Mountains - Rethban Caverns - Tin Vein (Rethban) / Silver Vein'); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+7078, @POOL_MOTHER+392, 0, 'Redridge Mountains - Rethban Caverns - Copper Vein (Rethban)'), +(@OGUID+7079, @POOL_MOTHER+392, 0, 'Redridge Mountains - Rethban Caverns - Copper Vein (Rethban)'), +(@OGUID+7080, @POOL_MOTHER+392, 0, 'Redridge Mountains - Rethban Caverns - Copper Vein (Rethban)'), +(@OGUID+7081, @POOL_MOTHER+392, 0, 'Redridge Mountains - Rethban Caverns - Copper Vein (Rethban)'), +(@OGUID+7082, @POOL_MOTHER+392, 0, 'Redridge Mountains - Rethban Caverns - Copper Vein (Rethban)'), +(@OGUID+7083, @POOL_MOTHER+392, 0, 'Redridge Mountains - Rethban Caverns - Copper Vein (Rethban)'), +(@OGUID+7084, @POOL_MOTHER+392, 0, 'Redridge Mountains - Rethban Caverns - Copper Vein (Rethban)'), +(@OGUID+7085, @POOL_MOTHER+392, 0, 'Redridge Mountains - Rethban Caverns - Copper Vein (Rethban)'), +(@OGUID+7086, @POOL_MOTHER+392, 0, 'Redridge Mountains - Rethban Caverns - Copper Vein (Rethban)'), +(@OGUID+7087, @POOL_MOTHER+392, 0, 'Redridge Mountains - Rethban Caverns - Copper Vein (Rethban)'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+391, 3, 'Redridge Mountains - Rethban Caverns - Tin Vein (Rethban) / Silver Vein - 3/11'), +(@POOL_MOTHER+392, 3, 'Redridge Mountains - Rethban Caverns - Copper Vein (Rethban) - 3/10'); + +-- Render\'s Rock +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+976, @POOL_MOTHER+393, 0, 'Redridge Mountains - Render\'s Rock - Tin Vein / Silver Vein'), +(@POOL_SINGLE+978, @POOL_MOTHER+393, 0, 'Redridge Mountains - Render\'s Rock - Tin Vein / Silver Vein'), +(@POOL_SINGLE+979, @POOL_MOTHER+393, 0, 'Redridge Mountains - Render\'s Rock - Tin Vein / Silver Vein'), +(@POOL_SINGLE+981, @POOL_MOTHER+393, 0, 'Redridge Mountains - Render\'s Rock - Tin Vein / Silver Vein'), +(@POOL_SINGLE+983, @POOL_MOTHER+393, 0, 'Redridge Mountains - Render\'s Rock - Tin Vein / Silver Vein'), +(@POOL_SINGLE+984, @POOL_MOTHER+393, 0, 'Redridge Mountains - Render\'s Rock - Tin Vein / Silver Vein'), +(@POOL_SINGLE+985, @POOL_MOTHER+393, 0, 'Redridge Mountains - Render\'s Rock - Tin Vein / Silver Vein'), +(@POOL_SINGLE+987, @POOL_MOTHER+393, 0, 'Redridge Mountains - Render\'s Rock - Tin Vein / Silver Vein'), +(@POOL_SINGLE+989, @POOL_MOTHER+393, 0, 'Redridge Mountains - Render\'s Rock - Tin Vein / Silver Vein'), +(@POOL_SINGLE+990, @POOL_MOTHER+393, 0, 'Redridge Mountains - Render\'s Rock - Tin Vein / Silver Vein'), +(@POOL_SINGLE+991, @POOL_MOTHER+393, 0, 'Redridge Mountains - Render\'s Rock - Tin Vein / Silver Vein'); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+6937, @POOL_MOTHER+394, 0, 'Redridge Mountains - Render\'s Rock - Copper Vein'), +(@OGUID+6939, @POOL_MOTHER+394, 0, 'Redridge Mountains - Render\'s Rock - Copper Vein'), +(@OGUID+6940, @POOL_MOTHER+394, 0, 'Redridge Mountains - Render\'s Rock - Copper Vein'), +(@OGUID+6941, @POOL_MOTHER+394, 0, 'Redridge Mountains - Render\'s Rock - Copper Vein'), +(@OGUID+6942, @POOL_MOTHER+394, 0, 'Redridge Mountains - Render\'s Rock - Copper Vein'), +(@OGUID+6943, @POOL_MOTHER+394, 0, 'Redridge Mountains - Render\'s Rock - Copper Vein'), +(@OGUID+6946, @POOL_MOTHER+394, 0, 'Redridge Mountains - Render\'s Rock - Copper Vein'), +(@OGUID+6947, @POOL_MOTHER+394, 0, 'Redridge Mountains - Render\'s Rock - Copper Vein'), +(@OGUID+6948, @POOL_MOTHER+394, 0, 'Redridge Mountains - Render\'s Rock - Copper Vein'), +(@OGUID+6949, @POOL_MOTHER+394, 0, 'Redridge Mountains - Render\'s Rock - Copper Vein'), +(@OGUID+6950, @POOL_MOTHER+394, 0, 'Redridge Mountains - Render\'s Rock - Copper Vein'), +(@OGUID+6951, @POOL_MOTHER+394, 0, 'Redridge Mountains - Render\'s Rock - Copper Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+393, 3, 'Redridge Mountains - Render\'s Rock - Tin Vein / Silver Vein - 3/11'), +(@POOL_MOTHER+394, 3, 'Redridge Mountains - Render\'s Rock - Copper Vein - 3/12'); + +-- Redridge Canyons +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+962, @POOL_MOTHER+395, 0, 'Redridge Mountains - Redridge Canyons - Tin Vein / Silver Vein'), +(@POOL_SINGLE+963, @POOL_MOTHER+395, 0, 'Redridge Mountains - Redridge Canyons - Tin Vein / Silver Vein'), +(@POOL_SINGLE+964, @POOL_MOTHER+395, 0, 'Redridge Mountains - Redridge Canyons - Tin Vein / Silver Vein'), +(@POOL_SINGLE+966, @POOL_MOTHER+395, 0, 'Redridge Mountains - Redridge Canyons - Tin Vein / Silver Vein'), +(@POOL_SINGLE+967, @POOL_MOTHER+395, 0, 'Redridge Mountains - Redridge Canyons - Tin Vein / Silver Vein'), +(@POOL_SINGLE+968, @POOL_MOTHER+395, 0, 'Redridge Mountains - Redridge Canyons - Tin Vein / Silver Vein'), +(@POOL_SINGLE+969, @POOL_MOTHER+395, 0, 'Redridge Mountains - Redridge Canyons - Tin Vein / Silver Vein'), +(@POOL_SINGLE+970, @POOL_MOTHER+395, 0, 'Redridge Mountains - Redridge Canyons - Tin Vein / Silver Vein'), +(@POOL_SINGLE+971, @POOL_MOTHER+395, 0, 'Redridge Mountains - Redridge Canyons - Tin Vein / Silver Vein'), +(@POOL_SINGLE+972, @POOL_MOTHER+395, 0, 'Redridge Mountains - Redridge Canyons - Tin Vein / Silver Vein'), +(@POOL_SINGLE+973, @POOL_MOTHER+395, 0, 'Redridge Mountains - Redridge Canyons - Tin Vein / Silver Vein'), +(@POOL_SINGLE+974, @POOL_MOTHER+395, 0, 'Redridge Mountains - Redridge Canyons - Tin Vein / Silver Vein'), +(@POOL_SINGLE+975, @POOL_MOTHER+395, 0, 'Redridge Mountains - Redridge Canyons - Tin Vein / Silver Vein'), +(@POOL_SINGLE+977, @POOL_MOTHER+395, 0, 'Redridge Mountains - Redridge Canyons - Tin Vein / Silver Vein'), +(@POOL_SINGLE+980, @POOL_MOTHER+395, 0, 'Redridge Mountains - Redridge Canyons - Tin Vein / Silver Vein'), +(@POOL_SINGLE+982, @POOL_MOTHER+395, 0, 'Redridge Mountains - Redridge Canyons - Tin Vein / Silver Vein'), +(@POOL_SINGLE+986, @POOL_MOTHER+395, 0, 'Redridge Mountains - Redridge Canyons - Tin Vein / Silver Vein'), +(@POOL_SINGLE+988, @POOL_MOTHER+395, 0, 'Redridge Mountains - Redridge Canyons - Tin Vein / Silver Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+395, 5, 'Redridge Mountains - Redridge Canyons - Tin Vein / Silver Vein - 5/18'); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+6749, @POOL_MOTHER+396, 0, 'Redridge Mountains - Redridge Canyons - Earthroot'), +(@OGUID+6750, @POOL_MOTHER+396, 0, 'Redridge Mountains - Redridge Canyons - Earthroot'), +(@OGUID+6751, @POOL_MOTHER+396, 0, 'Redridge Mountains - Redridge Canyons - Earthroot'), +(@OGUID+6752, @POOL_MOTHER+396, 0, 'Redridge Mountains - Redridge Canyons - Earthroot'), +(@OGUID+6753, @POOL_MOTHER+396, 0, 'Redridge Mountains - Redridge Canyons - Earthroot'), +(@OGUID+6771, @POOL_MOTHER+396, 0, 'Redridge Mountains - Redridge Canyons - Earthroot'), +(@OGUID+6772, @POOL_MOTHER+396, 0, 'Redridge Mountains - Redridge Canyons - Earthroot'), +(@OGUID+6773, @POOL_MOTHER+396, 0, 'Redridge Mountains - Redridge Canyons - Earthroot'), +(@OGUID+6774, @POOL_MOTHER+396, 0, 'Redridge Mountains - Redridge Canyons - Earthroot'), +(@OGUID+6775, @POOL_MOTHER+396, 0, 'Redridge Mountains - Redridge Canyons - Earthroot'), +(@OGUID+6785, @POOL_MOTHER+397, 0, 'Redridge Mountains - Redridge Canyons - Mageroyal'), +(@OGUID+6786, @POOL_MOTHER+397, 0, 'Redridge Mountains - Redridge Canyons - Mageroyal'), +(@OGUID+6787, @POOL_MOTHER+397, 0, 'Redridge Mountains - Redridge Canyons - Mageroyal'), +(@OGUID+6801, @POOL_MOTHER+397, 0, 'Redridge Mountains - Redridge Canyons - Mageroyal'), +(@OGUID+6808, @POOL_MOTHER+397, 0, 'Redridge Mountains - Redridge Canyons - Mageroyal'), +(@OGUID+6809, @POOL_MOTHER+397, 0, 'Redridge Mountains - Redridge Canyons - Mageroyal'), +(@OGUID+6810, @POOL_MOTHER+397, 0, 'Redridge Mountains - Redridge Canyons - Mageroyal'), +(@OGUID+6833, @POOL_MOTHER+398, 0, 'Redridge Mountains - Redridge Canyons - Briarthorn'), +(@OGUID+6835, @POOL_MOTHER+398, 0, 'Redridge Mountains - Redridge Canyons - Briarthorn'), +(@OGUID+6838, @POOL_MOTHER+398, 0, 'Redridge Mountains - Redridge Canyons - Briarthorn'), +(@OGUID+6840, @POOL_MOTHER+398, 0, 'Redridge Mountains - Redridge Canyons - Briarthorn'), +(@OGUID+6841, @POOL_MOTHER+398, 0, 'Redridge Mountains - Redridge Canyons - Briarthorn'), +(@OGUID+6844, @POOL_MOTHER+398, 0, 'Redridge Mountains - Redridge Canyons - Briarthorn'), +(@OGUID+6856, @POOL_MOTHER+399, 0, 'Redridge Mountains - Redridge Canyons - Bruiseweed'), +(@OGUID+6857, @POOL_MOTHER+399, 0, 'Redridge Mountains - Redridge Canyons - Bruiseweed'), +(@OGUID+6858, @POOL_MOTHER+399, 0, 'Redridge Mountains - Redridge Canyons - Bruiseweed'), +(@OGUID+6861, @POOL_MOTHER+399, 0, 'Redridge Mountains - Redridge Canyons - Bruiseweed'), +(@OGUID+6875, @POOL_MOTHER+399, 0, 'Redridge Mountains - Redridge Canyons - Bruiseweed'), +(@OGUID+6934, @POOL_MOTHER+400, 0, 'Redridge Mountains - Redridge Canyons - Copper Vein'), +(@OGUID+6935, @POOL_MOTHER+400, 0, 'Redridge Mountains - Redridge Canyons - Copper Vein'), +(@OGUID+6936, @POOL_MOTHER+400, 0, 'Redridge Mountains - Redridge Canyons - Copper Vein'), +(@OGUID+6938, @POOL_MOTHER+400, 0, 'Redridge Mountains - Redridge Canyons - Copper Vein'), +(@OGUID+6944, @POOL_MOTHER+400, 0, 'Redridge Mountains - Redridge Canyons - Copper Vein'), +(@OGUID+6945, @POOL_MOTHER+400, 0, 'Redridge Mountains - Redridge Canyons - Copper Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+396, 3, 'Redridge Mountains - Redridge Canyons - Earthroot - 3/10'), +(@POOL_MOTHER+397, 2, 'Redridge Mountains - Redridge Canyons - Mageroyal - 2/7'), +(@POOL_MOTHER+398, 2, 'Redridge Mountains - Redridge Canyons - Briarthorn - 2/6'), +(@POOL_MOTHER+399, 2, 'Redridge Mountains - Redridge Canyons - Bruiseweed - 2/5'), +(@POOL_MOTHER+400, 2, 'Redridge Mountains - Redridge Canyons - Copper Vein - 2/6'); + +-- Three Corners +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+6757, @POOL_MOTHER+401, 0, 'Redridge Mountains - Three Corners - Earthroot'), +(@OGUID+6759, @POOL_MOTHER+401, 0, 'Redridge Mountains - Three Corners - Earthroot'), +(@OGUID+6761, @POOL_MOTHER+401, 0, 'Redridge Mountains - Three Corners - Earthroot'), +(@OGUID+6762, @POOL_MOTHER+401, 0, 'Redridge Mountains - Three Corners - Earthroot'), +(@OGUID+6763, @POOL_MOTHER+401, 0, 'Redridge Mountains - Three Corners - Earthroot'), +(@OGUID+6770, @POOL_MOTHER+401, 0, 'Redridge Mountains - Three Corners - Earthroot'), +(@OGUID+6783, @POOL_MOTHER+401, 0, 'Redridge Mountains - Three Corners - Earthroot'), +(@OGUID+6784, @POOL_MOTHER+401, 0, 'Redridge Mountains - Three Corners - Earthroot'), +(@OGUID+6790, @POOL_MOTHER+402, 0, 'Redridge Mountains - Three Corners - Mageroyal'), +(@OGUID+6791, @POOL_MOTHER+402, 0, 'Redridge Mountains - Three Corners - Mageroyal'), +(@OGUID+6792, @POOL_MOTHER+402, 0, 'Redridge Mountains - Three Corners - Mageroyal'), +(@OGUID+6794, @POOL_MOTHER+402, 0, 'Redridge Mountains - Three Corners - Mageroyal'), +(@OGUID+6796, @POOL_MOTHER+402, 0, 'Redridge Mountains - Three Corners - Mageroyal'), +(@OGUID+6797, @POOL_MOTHER+402, 0, 'Redridge Mountains - Three Corners - Mageroyal'), +(@OGUID+6798, @POOL_MOTHER+402, 0, 'Redridge Mountains - Three Corners - Mageroyal'), +(@OGUID+6799, @POOL_MOTHER+402, 0, 'Redridge Mountains - Three Corners - Mageroyal'), +(@OGUID+6800, @POOL_MOTHER+402, 0, 'Redridge Mountains - Three Corners - Mageroyal'), +(@OGUID+6806, @POOL_MOTHER+402, 0, 'Redridge Mountains - Three Corners - Mageroyal'), +(@OGUID+6807, @POOL_MOTHER+402, 0, 'Redridge Mountains - Three Corners - Mageroyal'), +(@OGUID+6819, @POOL_MOTHER+403, 0, 'Redridge Mountains - Three Corners - Briarthorn'), +(@OGUID+6822, @POOL_MOTHER+403, 0, 'Redridge Mountains - Three Corners - Briarthorn'), +(@OGUID+6823, @POOL_MOTHER+403, 0, 'Redridge Mountains - Three Corners - Briarthorn'), +(@OGUID+6824, @POOL_MOTHER+403, 0, 'Redridge Mountains - Three Corners - Briarthorn'), +(@OGUID+6825, @POOL_MOTHER+403, 0, 'Redridge Mountains - Three Corners - Briarthorn'), +(@OGUID+6826, @POOL_MOTHER+403, 0, 'Redridge Mountains - Three Corners - Briarthorn'), +(@OGUID+6827, @POOL_MOTHER+403, 0, 'Redridge Mountains - Three Corners - Briarthorn'), +(@OGUID+6828, @POOL_MOTHER+403, 0, 'Redridge Mountains - Three Corners - Briarthorn'), +(@OGUID+6829, @POOL_MOTHER+403, 0, 'Redridge Mountains - Three Corners - Briarthorn'), +(@OGUID+6831, @POOL_MOTHER+403, 0, 'Redridge Mountains - Three Corners - Briarthorn'), +(@OGUID+6832, @POOL_MOTHER+403, 0, 'Redridge Mountains - Three Corners - Briarthorn'), +(@OGUID+6834, @POOL_MOTHER+403, 0, 'Redridge Mountains - Three Corners - Briarthorn'), +(@OGUID+6845, @POOL_MOTHER+403, 0, 'Redridge Mountains - Three Corners - Briarthorn'), +(@OGUID+6846, @POOL_MOTHER+403, 0, 'Redridge Mountains - Three Corners - Briarthorn'), +(@OGUID+6851, @POOL_MOTHER+403, 0, 'Redridge Mountains - Three Corners - Briarthorn'), +(@OGUID+6868, @POOL_MOTHER+404, 0, 'Redridge Mountains - Three Corners - Bruiseweed'), +(@OGUID+6869, @POOL_MOTHER+404, 0, 'Redridge Mountains - Three Corners - Bruiseweed'), +(@OGUID+6870, @POOL_MOTHER+404, 0, 'Redridge Mountains - Three Corners - Bruiseweed'), +(@OGUID+6871, @POOL_MOTHER+404, 0, 'Redridge Mountains - Three Corners - Bruiseweed'), +(@OGUID+6873, @POOL_MOTHER+404, 0, 'Redridge Mountains - Three Corners - Bruiseweed'), +(@OGUID+6890, @POOL_MOTHER+404, 0, 'Redridge Mountains - Three Corners - Bruiseweed'), +(@OGUID+6897, @POOL_MOTHER+405, 0, 'Redridge Mountains - Three Corners - Copper Vein'), +(@OGUID+6898, @POOL_MOTHER+405, 0, 'Redridge Mountains - Three Corners - Copper Vein'), +(@OGUID+6899, @POOL_MOTHER+405, 0, 'Redridge Mountains - Three Corners - Copper Vein'), +(@OGUID+6901, @POOL_MOTHER+405, 0, 'Redridge Mountains - Three Corners - Copper Vein'), +(@OGUID+6903, @POOL_MOTHER+405, 0, 'Redridge Mountains - Three Corners - Copper Vein'), +(@OGUID+6905, @POOL_MOTHER+405, 0, 'Redridge Mountains - Three Corners - Copper Vein'), +(@OGUID+6908, @POOL_MOTHER+405, 0, 'Redridge Mountains - Three Corners - Copper Vein'), +(@OGUID+6909, @POOL_MOTHER+405, 0, 'Redridge Mountains - Three Corners - Copper Vein'), +(@OGUID+6912, @POOL_MOTHER+405, 0, 'Redridge Mountains - Three Corners - Copper Vein'), +(@OGUID+6913, @POOL_MOTHER+405, 0, 'Redridge Mountains - Three Corners - Copper Vein'), +(@OGUID+6914, @POOL_MOTHER+405, 0, 'Redridge Mountains - Three Corners - Copper Vein'), +(@OGUID+6917, @POOL_MOTHER+405, 0, 'Redridge Mountains - Three Corners - Copper Vein'), +(@OGUID+6918, @POOL_MOTHER+405, 0, 'Redridge Mountains - Three Corners - Copper Vein'), +(@OGUID+6921, @POOL_MOTHER+405, 0, 'Redridge Mountains - Three Corners - Copper Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+401, 2, 'Redridge Mountains - Three Corners - Earthroot - 2/8'), +(@POOL_MOTHER+402, 3, 'Redridge Mountains - Three Corners - Mageroyal - 3/11'), +(@POOL_MOTHER+403, 4, 'Redridge Mountains - Three Corners - Briarthorn - 4/15'), +(@POOL_MOTHER+404, 2, 'Redridge Mountains - Three Corners - Bruiseweed - 2/6'), +(@POOL_MOTHER+405, 4, 'Redridge Mountains - Three Corners - Copper Vein - 4/14'); + +-- Render\'s Valley +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+940, @POOL_MOTHER+406, 0, 'Redridge Mountains - Render\'s Valley - Tin Vein / Silver Vein'), +(@POOL_SINGLE+941, @POOL_MOTHER+406, 0, 'Redridge Mountains - Render\'s Valley - Tin Vein / Silver Vein'), +(@POOL_SINGLE+942, @POOL_MOTHER+406, 0, 'Redridge Mountains - Render\'s Valley - Tin Vein / Silver Vein'), +(@POOL_SINGLE+943, @POOL_MOTHER+406, 0, 'Redridge Mountains - Render\'s Valley - Tin Vein / Silver Vein'), +(@POOL_SINGLE+944, @POOL_MOTHER+406, 0, 'Redridge Mountains - Render\'s Valley - Tin Vein / Silver Vein'), +(@POOL_SINGLE+945, @POOL_MOTHER+406, 0, 'Redridge Mountains - Render\'s Valley - Tin Vein / Silver Vein'), +(@POOL_SINGLE+946, @POOL_MOTHER+406, 0, 'Redridge Mountains - Render\'s Valley - Tin Vein / Silver Vein'), +(@POOL_SINGLE+947, @POOL_MOTHER+406, 0, 'Redridge Mountains - Render\'s Valley - Tin Vein / Silver Vein'), +(@POOL_SINGLE+948, @POOL_MOTHER+406, 0, 'Redridge Mountains - Render\'s Valley - Tin Vein / Silver Vein'), +(@POOL_SINGLE+949, @POOL_MOTHER+406, 0, 'Redridge Mountains - Render\'s Valley - Tin Vein / Silver Vein'), +(@POOL_SINGLE+950, @POOL_MOTHER+406, 0, 'Redridge Mountains - Render\'s Valley - Tin Vein / Silver Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+406, 3, 'Redridge Mountains - Redridge Canyons - Tin Vein / Silver Vein - 3/11'); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+6760, @POOL_MOTHER+407, 0, 'Redridge Mountains - Render\'s Valley - Earthroot'), +(@OGUID+6764, @POOL_MOTHER+407, 0, 'Redridge Mountains - Render\'s Valley - Earthroot'), +(@OGUID+6765, @POOL_MOTHER+407, 0, 'Redridge Mountains - Render\'s Valley - Earthroot'), +(@OGUID+6779, @POOL_MOTHER+407, 0, 'Redridge Mountains - Render\'s Valley - Earthroot'), +(@OGUID+6780, @POOL_MOTHER+407, 0, 'Redridge Mountains - Render\'s Valley - Earthroot'), +(@OGUID+6781, @POOL_MOTHER+407, 0, 'Redridge Mountains - Render\'s Valley - Earthroot'), +(@OGUID+6782, @POOL_MOTHER+407, 0, 'Redridge Mountains - Render\'s Valley - Earthroot'), +(@OGUID+6793, @POOL_MOTHER+408, 0, 'Redridge Mountains - Render\'s Valley - Mageroyal'), +(@OGUID+6795, @POOL_MOTHER+408, 0, 'Redridge Mountains - Render\'s Valley - Mageroyal'), +(@OGUID+6812, @POOL_MOTHER+408, 0, 'Redridge Mountains - Render\'s Valley - Mageroyal'), +(@OGUID+6813, @POOL_MOTHER+408, 0, 'Redridge Mountains - Render\'s Valley - Mageroyal'), +(@OGUID+6820, @POOL_MOTHER+409, 0, 'Redridge Mountains - Render\'s Valley - Briarthorn'), +(@OGUID+6821, @POOL_MOTHER+409, 0, 'Redridge Mountains - Render\'s Valley - Briarthorn'), +(@OGUID+6830, @POOL_MOTHER+409, 0, 'Redridge Mountains - Render\'s Valley - Briarthorn'), +(@OGUID+6839, @POOL_MOTHER+409, 0, 'Redridge Mountains - Render\'s Valley - Briarthorn'), +(@OGUID+6847, @POOL_MOTHER+409, 0, 'Redridge Mountains - Render\'s Valley - Briarthorn'), +(@OGUID+6848, @POOL_MOTHER+409, 0, 'Redridge Mountains - Render\'s Valley - Briarthorn'), +(@OGUID+6849, @POOL_MOTHER+409, 0, 'Redridge Mountains - Render\'s Valley - Briarthorn'), +(@OGUID+6850, @POOL_MOTHER+409, 0, 'Redridge Mountains - Render\'s Valley - Briarthorn'), +(@OGUID+6852, @POOL_MOTHER+409, 0, 'Redridge Mountains - Render\'s Valley - Briarthorn'), +(@OGUID+6853, @POOL_MOTHER+409, 0, 'Redridge Mountains - Render\'s Valley - Briarthorn'), +(@OGUID+6854, @POOL_MOTHER+409, 0, 'Redridge Mountains - Render\'s Valley - Briarthorn'), +(@OGUID+6855, @POOL_MOTHER+409, 0, 'Redridge Mountains - Render\'s Valley - Briarthorn'), +(@OGUID+6865, @POOL_MOTHER+410, 0, 'Redridge Mountains - Render\'s Valley - Bruiseweed'), +(@OGUID+6866, @POOL_MOTHER+410, 0, 'Redridge Mountains - Render\'s Valley - Bruiseweed'), +(@OGUID+6867, @POOL_MOTHER+410, 0, 'Redridge Mountains - Render\'s Valley - Bruiseweed'), +(@OGUID+6872, @POOL_MOTHER+410, 0, 'Redridge Mountains - Render\'s Valley - Bruiseweed'), +(@OGUID+6882, @POOL_MOTHER+410, 0, 'Redridge Mountains - Render\'s Valley - Bruiseweed'), +(@OGUID+6883, @POOL_MOTHER+410, 0, 'Redridge Mountains - Render\'s Valley - Bruiseweed'), +(@OGUID+6884, @POOL_MOTHER+410, 0, 'Redridge Mountains - Render\'s Valley - Bruiseweed'), +(@OGUID+6885, @POOL_MOTHER+410, 0, 'Redridge Mountains - Render\'s Valley - Bruiseweed'), +(@OGUID+6886, @POOL_MOTHER+410, 0, 'Redridge Mountains - Render\'s Valley - Bruiseweed'), +(@OGUID+6887, @POOL_MOTHER+410, 0, 'Redridge Mountains - Render\'s Valley - Bruiseweed'), +(@OGUID+6888, @POOL_MOTHER+410, 0, 'Redridge Mountains - Render\'s Valley - Bruiseweed'), +(@OGUID+6889, @POOL_MOTHER+410, 0, 'Redridge Mountains - Render\'s Valley - Bruiseweed'), +(@OGUID+6891, @POOL_MOTHER+410, 0, 'Redridge Mountains - Render\'s Valley - Bruiseweed'), +(@OGUID+6893, @POOL_MOTHER+410, 0, 'Redridge Mountains - Render\'s Valley - Bruiseweed'), +(@OGUID+6894, @POOL_MOTHER+410, 0, 'Redridge Mountains - Render\'s Valley - Bruiseweed'), +(@OGUID+6895, @POOL_MOTHER+411, 0, 'Redridge Mountains - Render\'s Valley - Copper Vein'), +(@OGUID+6896, @POOL_MOTHER+411, 0, 'Redridge Mountains - Render\'s Valley - Copper Vein'), +(@OGUID+6900, @POOL_MOTHER+411, 0, 'Redridge Mountains - Render\'s Valley - Copper Vein'), +(@OGUID+6902, @POOL_MOTHER+411, 0, 'Redridge Mountains - Render\'s Valley - Copper Vein'), +(@OGUID+6904, @POOL_MOTHER+411, 0, 'Redridge Mountains - Render\'s Valley - Copper Vein'), +(@OGUID+6906, @POOL_MOTHER+411, 0, 'Redridge Mountains - Render\'s Valley - Copper Vein'), +(@OGUID+6907, @POOL_MOTHER+411, 0, 'Redridge Mountains - Render\'s Valley - Copper Vein'), +(@OGUID+6910, @POOL_MOTHER+411, 0, 'Redridge Mountains - Render\'s Valley - Copper Vein'), +(@OGUID+6911, @POOL_MOTHER+411, 0, 'Redridge Mountains - Render\'s Valley - Copper Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+407, 2, 'Redridge Mountains - Render\'s Valley - Earthroot - 2/7'), +(@POOL_MOTHER+408, 1, 'Redridge Mountains - Render\'s Valley - Mageroyal - 1/4'), +(@POOL_MOTHER+409, 3, 'Redridge Mountains - Render\'s Valley - Briarthorn - 3/12'), +(@POOL_MOTHER+410, 4, 'Redridge Mountains - Render\'s Valley - Bruiseweed - 4/15'), +(@POOL_MOTHER+411, 4, 'Redridge Mountains - Render\'s Valley - Copper Vein - 3/9'); + +-- Stonewatch +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+951, @POOL_MOTHER+412, 0, 'Redridge Mountains - Stonewatch - Tin Vein / Silver Vein'), +(@POOL_SINGLE+952, @POOL_MOTHER+412, 0, 'Redridge Mountains - Stonewatch - Tin Vein / Silver Vein'), +(@POOL_SINGLE+953, @POOL_MOTHER+412, 0, 'Redridge Mountains - Stonewatch - Tin Vein / Silver Vein'), +(@POOL_SINGLE+954, @POOL_MOTHER+412, 0, 'Redridge Mountains - Stonewatch - Tin Vein / Silver Vein'), +(@POOL_SINGLE+955, @POOL_MOTHER+412, 0, 'Redridge Mountains - Stonewatch - Tin Vein / Silver Vein'), +(@POOL_SINGLE+956, @POOL_MOTHER+412, 0, 'Redridge Mountains - Stonewatch - Tin Vein / Silver Vein'), +(@POOL_SINGLE+957, @POOL_MOTHER+412, 0, 'Redridge Mountains - Stonewatch - Tin Vein / Silver Vein'), +(@POOL_SINGLE+958, @POOL_MOTHER+412, 0, 'Redridge Mountains - Stonewatch - Tin Vein / Silver Vein'), +(@POOL_SINGLE+959, @POOL_MOTHER+412, 0, 'Redridge Mountains - Stonewatch - Tin Vein / Silver Vein'), +(@POOL_SINGLE+960, @POOL_MOTHER+412, 0, 'Redridge Mountains - Stonewatch - Tin Vein / Silver Vein'), +(@POOL_SINGLE+961, @POOL_MOTHER+412, 0, 'Redridge Mountains - Stonewatch - Tin Vein / Silver Vein'), +(@POOL_SINGLE+965, @POOL_MOTHER+412, 0, 'Redridge Mountains - Stonewatch - Tin Vein / Silver Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+412, 3, 'Redridge Mountains - Stonewatch - Tin Vein / Silver Vein - 3/12'); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+6754, @POOL_MOTHER+413, 0, 'Redridge Mountains - Stonewatch - Earthroot'), +(@OGUID+6755, @POOL_MOTHER+413, 0, 'Redridge Mountains - Stonewatch - Earthroot'), +(@OGUID+6756, @POOL_MOTHER+413, 0, 'Redridge Mountains - Stonewatch - Earthroot'), +(@OGUID+6758, @POOL_MOTHER+413, 0, 'Redridge Mountains - Stonewatch - Earthroot'), +(@OGUID+6766, @POOL_MOTHER+413, 0, 'Redridge Mountains - Stonewatch - Earthroot'), +(@OGUID+6767, @POOL_MOTHER+413, 0, 'Redridge Mountains - Stonewatch - Earthroot'), +(@OGUID+6768, @POOL_MOTHER+413, 0, 'Redridge Mountains - Stonewatch - Earthroot'), +(@OGUID+6769, @POOL_MOTHER+413, 0, 'Redridge Mountains - Stonewatch - Earthroot'), +(@OGUID+6776, @POOL_MOTHER+413, 0, 'Redridge Mountains - Stonewatch - Earthroot'), +(@OGUID+6777, @POOL_MOTHER+413, 0, 'Redridge Mountains - Stonewatch - Earthroot'), +(@OGUID+6778, @POOL_MOTHER+413, 0, 'Redridge Mountains - Stonewatch - Earthroot'), +(@OGUID+6788, @POOL_MOTHER+414, 0, 'Redridge Mountains - Stonewatch - Mageroyal'), +(@OGUID+6789, @POOL_MOTHER+414, 0, 'Redridge Mountains - Stonewatch - Mageroyal'), +(@OGUID+6802, @POOL_MOTHER+414, 0, 'Redridge Mountains - Stonewatch - Mageroyal'), +(@OGUID+6803, @POOL_MOTHER+414, 0, 'Redridge Mountains - Stonewatch - Mageroyal'), +(@OGUID+6804, @POOL_MOTHER+414, 0, 'Redridge Mountains - Stonewatch - Mageroyal'), +(@OGUID+6805, @POOL_MOTHER+414, 0, 'Redridge Mountains - Stonewatch - Mageroyal'), +(@OGUID+6811, @POOL_MOTHER+414, 0, 'Redridge Mountains - Stonewatch - Mageroyal'), +(@OGUID+6814, @POOL_MOTHER+414, 0, 'Redridge Mountains - Stonewatch - Mageroyal'), +(@OGUID+6815, @POOL_MOTHER+415, 0, 'Redridge Mountains - Stonewatch - Briarthorn'), +(@OGUID+6816, @POOL_MOTHER+415, 0, 'Redridge Mountains - Stonewatch - Briarthorn'), +(@OGUID+6817, @POOL_MOTHER+415, 0, 'Redridge Mountains - Stonewatch - Briarthorn'), +(@OGUID+6818, @POOL_MOTHER+415, 0, 'Redridge Mountains - Stonewatch - Briarthorn'), +(@OGUID+6836, @POOL_MOTHER+415, 0, 'Redridge Mountains - Stonewatch - Briarthorn'), +(@OGUID+6837, @POOL_MOTHER+415, 0, 'Redridge Mountains - Stonewatch - Briarthorn'), +(@OGUID+6842, @POOL_MOTHER+415, 0, 'Redridge Mountains - Stonewatch - Briarthorn'), +(@OGUID+6843, @POOL_MOTHER+415, 0, 'Redridge Mountains - Stonewatch - Briarthorn'), +(@OGUID+6859, @POOL_MOTHER+416, 0, 'Redridge Mountains - Stonewatch - Bruiseweed'), +(@OGUID+6860, @POOL_MOTHER+416, 0, 'Redridge Mountains - Stonewatch - Bruiseweed'), +(@OGUID+6862, @POOL_MOTHER+416, 0, 'Redridge Mountains - Stonewatch - Bruiseweed'), +(@OGUID+6863, @POOL_MOTHER+416, 0, 'Redridge Mountains - Stonewatch - Bruiseweed'), +(@OGUID+6864, @POOL_MOTHER+416, 0, 'Redridge Mountains - Stonewatch - Bruiseweed'), +(@OGUID+6874, @POOL_MOTHER+416, 0, 'Redridge Mountains - Stonewatch - Bruiseweed'), +(@OGUID+6876, @POOL_MOTHER+416, 0, 'Redridge Mountains - Stonewatch - Bruiseweed'), +(@OGUID+6877, @POOL_MOTHER+416, 0, 'Redridge Mountains - Stonewatch - Bruiseweed'), +(@OGUID+6878, @POOL_MOTHER+416, 0, 'Redridge Mountains - Stonewatch - Bruiseweed'), +(@OGUID+6879, @POOL_MOTHER+416, 0, 'Redridge Mountains - Stonewatch - Bruiseweed'), +(@OGUID+6880, @POOL_MOTHER+416, 0, 'Redridge Mountains - Stonewatch - Bruiseweed'), +(@OGUID+6881, @POOL_MOTHER+416, 0, 'Redridge Mountains - Stonewatch - Bruiseweed'), +(@OGUID+6892, @POOL_MOTHER+416, 0, 'Redridge Mountains - Stonewatch - Bruiseweed'), +(@OGUID+6915, @POOL_MOTHER+417, 0, 'Redridge Mountains - Stonewatch - Copper Vein'), +(@OGUID+6916, @POOL_MOTHER+417, 0, 'Redridge Mountains - Stonewatch - Copper Vein'), +(@OGUID+6919, @POOL_MOTHER+417, 0, 'Redridge Mountains - Stonewatch - Copper Vein'), +(@OGUID+6920, @POOL_MOTHER+417, 0, 'Redridge Mountains - Stonewatch - Copper Vein'), +(@OGUID+6922, @POOL_MOTHER+417, 0, 'Redridge Mountains - Stonewatch - Copper Vein'), +(@OGUID+6923, @POOL_MOTHER+417, 0, 'Redridge Mountains - Stonewatch - Copper Vein'), +(@OGUID+6924, @POOL_MOTHER+417, 0, 'Redridge Mountains - Stonewatch - Copper Vein'), +(@OGUID+6925, @POOL_MOTHER+417, 0, 'Redridge Mountains - Stonewatch - Copper Vein'), +(@OGUID+6926, @POOL_MOTHER+417, 0, 'Redridge Mountains - Stonewatch - Copper Vein'), +(@OGUID+6927, @POOL_MOTHER+417, 0, 'Redridge Mountains - Stonewatch - Copper Vein'), +(@OGUID+6928, @POOL_MOTHER+417, 0, 'Redridge Mountains - Stonewatch - Copper Vein'), +(@OGUID+6929, @POOL_MOTHER+417, 0, 'Redridge Mountains - Stonewatch - Copper Vein'), +(@OGUID+6930, @POOL_MOTHER+417, 0, 'Redridge Mountains - Stonewatch - Copper Vein'), +(@OGUID+6931, @POOL_MOTHER+417, 0, 'Redridge Mountains - Stonewatch - Copper Vein'), +(@OGUID+6932, @POOL_MOTHER+417, 0, 'Redridge Mountains - Stonewatch - Copper Vein'), +(@OGUID+6933, @POOL_MOTHER+417, 0, 'Redridge Mountains - Stonewatch - Copper Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+413, 3, 'Redridge Mountains - Render\'s Valley - Earthroot - 3/11'), +(@POOL_MOTHER+414, 2, 'Redridge Mountains - Render\'s Valley - Mageroyal - 2/8'), +(@POOL_MOTHER+415, 2, 'Redridge Mountains - Render\'s Valley - Briarthorn - 2/8'), +(@POOL_MOTHER+416, 4, 'Redridge Mountains - Render\'s Valley - Bruiseweed - 4/13'), +(@POOL_MOTHER+417, 4, 'Redridge Mountains - Render\'s Valley - Copper Vein - 4/16'); + +/* Westfall +Tin Vein (1732) -> Silver Vein (1733) +*/ +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`, `Comment`) VALUES +(@OGUID+7088, 1617, 0, 40, 0, 1, 1, -10025.3, 1585.59, 41.4551, 0.139624, 0, 0, 0.0697556, 0.997564, 900, 255, 1, '', 48120, NULL), +(@OGUID+7089, 1617, 0, 40, 0, 1, 1, -10044.4, 907.009, 30.8313, 5.86431, 0, 0, -0.207911, 0.978148, 900, 255, 1, '', 48632, NULL), +(@OGUID+7090, 1617, 0, 40, 0, 1, 1, -10128.5, 1001.42, 37.3444, 0.279252, 0, 0, 0.139173, 0.990268, 900, 255, 1, '', 48632, NULL), +(@OGUID+7091, 1617, 0, 40, 0, 1, 1, -10157.2, 1637.84, 40.3325, 5.75959, 0, 0, -0.258819, 0.965926, 900, 255, 1, '', 48120, NULL), +(@OGUID+7092, 1617, 0, 40, 0, 1, 1, -10165.6, 1730.2, 31.9278, 1.93731, 0, 0, 0.824125, 0.566408, 900, 255, 1, '', 47966, NULL), +(@OGUID+7093, 1617, 0, 40, 0, 1, 1, -10224.7, 1052.03, 37.59, 5.21854, 0, 0, -0.507538, 0.861629, 900, 255, 1, '', 47966, NULL), +(@OGUID+7094, 1617, 0, 40, 0, 1, 1, -10278.2, 1513.24, 41.5956, 3.12412, 0, 0, 0.999962, 0.00873464, 900, 255, 1, '', 48120, NULL), +(@OGUID+7095, 1617, 0, 40, 0, 1, 1, -10306.4, 1783.08, 36.7131, 2.14675, 0, 0, 0.878817, 0.47716, 900, 255, 1, '', 47966, NULL), +(@OGUID+7096, 1617, 0, 40, 0, 1, 1, -10307.6, 1344.26, 40.4595, 3.29869, 0, 0, -0.996917, 0.0784664, 900, 255, 1, '', 47966, NULL), +(@OGUID+7097, 1617, 0, 40, 0, 1, 1, -10332.2, 1244.15, 39.5897, 4.92183, 0, 0, -0.62932, 0.777146, 900, 255, 1, '', 48632, NULL), +(@OGUID+7098, 1617, 0, 40, 0, 1, 1, -10515, 1887.26, 38.3548, 4.41568, 0, 0, -0.803857, 0.594823, 900, 255, 1, '', 48632, NULL), +(@OGUID+7099, 1617, 0, 40, 0, 1, 1, -10833.7, 1991.96, 35.7367, 5.67232, 0, 0, -0.300705, 0.953717, 900, 255, 1, '', 48120, NULL), +(@OGUID+7100, 1617, 0, 40, 0, 1, 1, -10880.8, 1839.2, 73.2964, 0.890117, 0, 0, 0.430511, 0.902586, 900, 255, 1, '', 48120, NULL), +(@OGUID+7101, 1617, 0, 40, 0, 1, 1, -10995.4, 1965.8, 33.421, 1.0821, 0, 0, 0.515038, 0.857168, 900, 255, 1, '', 48120, NULL), +(@OGUID+7102, 1617, 0, 40, 0, 1, 1, -11041, 1046.19, 36.777, 5.68977, 0, 0, -0.292372, 0.956305, 900, 255, 1, '', 48120, NULL), +(@OGUID+7103, 1617, 0, 40, 0, 1, 1, -11091.3, 996.767, 35.9869, 1.39626, 0, 0, 0.642787, 0.766045, 900, 255, 1, '', 48120, NULL), +(@OGUID+7104, 1617, 0, 40, 0, 1, 1, -11109.9, 1195.3, 61.5506, 0.453785, 0, 0, 0.224951, 0.97437, 900, 255, 1, '', 48632, NULL), +(@OGUID+7105, 1617, 0, 40, 0, 1, 1, -11169.6, 895.545, 42.3367, 1.02974, 0, 0, 0.492423, 0.870356, 900, 255, 1, '', 48120, NULL), +(@OGUID+7106, 1617, 0, 40, 0, 1, 1, -11201.2, 1329.07, 89.256, 1.88495, 0, 0, 0.809016, 0.587786, 900, 255, 1, '', 48632, NULL), +(@OGUID+7107, 1617, 0, 40, 0, 1, 1, -11215.1, 1846.08, 35.4977, 5.63741, 0, 0, -0.317305, 0.948324, 900, 255, 1, '', 48120, NULL), +(@OGUID+7108, 1617, 0, 40, 0, 1, 1, -11240.1, 1721.31, 37.4474, 6.24828, 0, 0, -0.0174522, 0.999848, 900, 255, 1, '', 48120, NULL), +(@OGUID+7109, 1617, 0, 40, 0, 1, 1, -11244.6, 1461.82, 89.0313, 0.0523589, 0, 0, 0.0261765, 0.999657, 900, 255, 1, '', 48120, NULL), +(@OGUID+7110, 1617, 0, 40, 0, 1, 1, -11255.3, 1155.87, 89.0312, 4.59022, 0, 0, -0.748956, 0.66262, 900, 255, 1, '', 48120, NULL), +(@OGUID+7111, 1617, 0, 40, 0, 1, 1, -11288, 1559.09, 71.4569, 2.21657, 0, 0, 0.894934, 0.446199, 900, 255, 1, '', 48632, NULL), +(@OGUID+7112, 1617, 0, 40, 0, 1, 1, -9597.17, 971.579, 42.0809, 2.23402, 0, 0, 0.898793, 0.438373, 900, 255, 1, '', 48120, NULL), +(@OGUID+7113, 1617, 0, 40, 0, 1, 1, -9692.39, 930.336, 33.7575, 1.97222, 0, 0, 0.833885, 0.551938, 900, 255, 1, '', 48120, NULL), +(@OGUID+7114, 1617, 0, 40, 0, 1, 1, -9715, 1432.14, 45.3387, 3.26377, 0, 0, -0.998135, 0.0610518, 900, 255, 1, '', 48120, NULL), +(@OGUID+7115, 1617, 0, 40, 0, 1, 1, -9729.85, 1043.7, 35.997, 3.12412, 0, 0, 0.999962, 0.00873464, 900, 255, 1, '', 48340, NULL), +(@OGUID+7116, 1617, 0, 40, 0, 1, 1, -9736.33, 1204.73, 41.1599, 0.925024, 0, 0, 0.446198, 0.894935, 900, 255, 1, '', 48120, NULL), +(@OGUID+7117, 1617, 0, 40, 0, 1, 1, -9757.84, 947.896, 30.6724, 1.98967, 0, 0, 0.83867, 0.54464, 900, 255, 1, '', 47966, NULL), +(@OGUID+7118, 1617, 0, 40, 0, 1, 1, -9804.8, 1572.55, 39.433, 4.39823, 0, 0, -0.809016, 0.587786, 900, 255, 1, '', 48632, NULL), +(@OGUID+7119, 1617, 0, 40, 0, 1, 1, -9815.15, 1293.21, 40.4487, 0.925024, 0, 0, 0.446198, 0.894935, 900, 255, 1, '', 48120, NULL), +(@OGUID+7120, 1617, 0, 40, 0, 1, 1, -9869.6, 879.703, 32.099, 2.42601, 0, 0, 0.936672, 0.350207, 900, 255, 1, '', 48632, NULL), +(@OGUID+7121, 1617, 0, 40, 0, 1, 1, -9884.5, 1532.05, 47.128, 0.890117, 0, 0, 0.430511, 0.902586, 900, 255, 1, '', 48120, NULL), +(@OGUID+7122, 1617, 0, 40, 0, 1, 1, -9977.84, 952.781, 32.1047, 1.64061, 0, 0, 0.731353, 0.681999, 900, 255, 1, '', 48632, NULL), +(@OGUID+7123, 1617, 0, 40, 0, 1, 1, -9997.32, 1408.63, 40.7015, 4.62512, 0, 0, -0.737277, 0.675591, 900, 255, 1, '', 48632, NULL), +(@OGUID+7124, 1618, 0, 40, 0, 1, 1, -10028.1, 1030.02, 36.5747, 3.52557, 0, 0, -0.981627, 0.190812, 900, 255, 1, '', 48120, NULL), +(@OGUID+7125, 1618, 0, 40, 0, 1, 1, -10038.2, 1397.22, 42.6272, 5.00909, 0, 0, -0.594823, 0.803857, 900, 255, 1, '', 48340, NULL), +(@OGUID+7126, 1618, 0, 40, 0, 1, 1, -10085.1, 1779.87, 35.3454, 4.62512, 0, 0, -0.737277, 0.675591, 900, 255, 1, '', 48340, NULL), +(@OGUID+7127, 1618, 0, 40, 0, 1, 1, -10148.5, 1501, 41.724, 3.7001, 0, 0, -0.961261, 0.27564, 900, 255, 1, '', 48120, NULL), +(@OGUID+7128, 1618, 0, 40, 0, 1, 1, -10202.1, 945.401, 37.1596, 2.05949, 0, 0, 0.857167, 0.515038, 900, 255, 1, '', 48632, NULL), +(@OGUID+7129, 1618, 0, 40, 0, 1, 1, -10241.4, 1770.12, 36.702, 0.401425, 0, 0, 0.199368, 0.979925, 900, 255, 1, '', 47966, NULL), +(@OGUID+7130, 1618, 0, 40, 0, 1, 1, -10275.3, 1933.49, 33.0991, 0.191985, 0, 0, 0.0958452, 0.995396, 900, 255, 1, '', 48632, NULL), +(@OGUID+7131, 1618, 0, 40, 0, 1, 1, -10363.9, 930.534, 36.7459, 3.05433, 0, 0, 0.999048, 0.0436193, 900, 255, 1, '', 48340, NULL), +(@OGUID+7132, 1618, 0, 40, 0, 1, 1, -10402.8, 1629.95, 38.2378, 2.32129, 0, 0, 0.91706, 0.39875, 900, 255, 1, '', 48120, NULL), +(@OGUID+7133, 1618, 0, 40, 0, 1, 1, -10473.3, 1431.99, 47.6578, 0.942477, 0, 0, 0.45399, 0.891007, 900, 255, 1, '', 48120, NULL), +(@OGUID+7134, 1618, 0, 40, 0, 1, 1, -10568.1, 834.061, 45.3067, 3.01941, 0, 0, 0.998135, 0.0610518, 900, 255, 1, '', 47966, NULL), +(@OGUID+7135, 1618, 0, 40, 0, 1, 1, -10696.7, 1433.84, 41.4072, 6.0912, 0, 0, -0.0958452, 0.995396, 900, 255, 1, '', 48120, NULL), +(@OGUID+7136, 1618, 0, 40, 0, 1, 1, -10727.8, 767.778, 40.7631, 3.47321, 0, 0, -0.986285, 0.16505, 900, 255, 1, '', 48120, NULL), +(@OGUID+7137, 1618, 0, 40, 0, 1, 1, -10814.2, 1072.8, 37.0536, 5.09636, 0, 0, -0.559193, 0.829038, 900, 255, 1, '', 48632, NULL), +(@OGUID+7138, 1618, 0, 40, 0, 1, 1, -10833.5, 1232.25, 32.9296, 6.07375, 0, 0, -0.104528, 0.994522, 900, 255, 1, '', 48120, NULL), +(@OGUID+7139, 1618, 0, 40, 0, 1, 1, -10990.6, 1007.12, 37.6851, 0.453785, 0, 0, 0.224951, 0.97437, 900, 255, 1, '', 48120, NULL), +(@OGUID+7140, 1618, 0, 40, 0, 1, 1, -10999.2, 760.319, 41.3588, 1.37881, 0, 0, 0.636078, 0.771625, 900, 255, 1, '', 48632, NULL), +(@OGUID+7141, 1618, 0, 40, 0, 1, 1, -11002.8, 1153.5, 39.7658, 1.16937, 0, 0, 0.551936, 0.833886, 900, 255, 1, '', 48632, NULL), +(@OGUID+7142, 1618, 0, 40, 0, 1, 1, -11086.5, 627.683, 36.5317, 3.26377, 0, 0, -0.998135, 0.0610518, 900, 255, 1, '', 48120, NULL), +(@OGUID+7143, 1618, 0, 40, 0, 1, 1, -11102, 1730.21, 40.9614, 3.94445, 0, 0, -0.920505, 0.390732, 900, 255, 1, '', 48632, NULL), +(@OGUID+7144, 1618, 0, 40, 0, 1, 1, -11136.2, 761.5, 36.2952, 2.00713, 0, 0, 0.843391, 0.5373, 900, 255, 1, '', 48120, NULL), +(@OGUID+7145, 1618, 0, 40, 0, 1, 1, -9792.85, 1410.87, 41.2623, 1.55334, 0, 0, 0.700909, 0.713251, 900, 255, 1, '', 48120, NULL), +(@OGUID+7146, 1618, 0, 40, 0, 1, 1, -9797.62, 1221.15, 40.8284, 0.785397, 0, 0, 0.382683, 0.92388, 900, 255, 1, '', 48120, NULL), +(@OGUID+7147, 1618, 0, 40, 0, 1, 1, -9889.21, 1136.34, 34.2764, 2.67035, 0, 0, 0.972369, 0.233448, 900, 255, 1, '', 48120, NULL), +(@OGUID+7148, 1619, 0, 40, 0, 1, 1, -10133.7, 1875.3, 32.2117, 0.977383, 0, 0, 0.469471, 0.882948, 900, 255, 1, '', 48632, NULL), +(@OGUID+7149, 1619, 0, 40, 0, 1, 1, -10148.5, 2027.09, 22.9411, 1.25664, 0, 0, 0.587785, 0.809017, 900, 255, 1, '', 48120, NULL), +(@OGUID+7150, 1619, 0, 40, 0, 1, 1, -10354.3, 1882.78, 38.931, 3.4383, 0, 0, -0.989016, 0.147811, 900, 255, 1, '', 48120, NULL), +(@OGUID+7151, 1619, 0, 40, 0, 1, 1, -10418.8, 2031.94, 32.492, 4.04917, 0, 0, -0.898793, 0.438373, 900, 255, 1, '', 48120, NULL), +(@OGUID+7152, 1619, 0, 40, 0, 1, 1, -10529.2, 2043.47, 36.7139, 5.48033, 0, 0, -0.390731, 0.920505, 900, 255, 1, '', 48340, NULL), +(@OGUID+7153, 1619, 0, 40, 0, 1, 1, -10666.7, 1987.77, 34.5242, 3.57793, 0, 0, -0.976295, 0.216442, 900, 255, 1, '', 48120, NULL), +(@OGUID+7154, 1619, 0, 40, 0, 1, 1, -10827.6, 2052.28, 27.6429, 4.10153, 0, 0, -0.887011, 0.461749, 900, 255, 1, '', 48632, NULL), +(@OGUID+7155, 1619, 0, 40, 0, 1, 1, -11053.9, 1954.27, 30.9819, 3.63029, 0, 0, -0.970295, 0.241925, 900, 255, 1, '', 48120, NULL), +(@OGUID+7156, 1619, 0, 40, 0, 1, 1, -11209.1, 1968.73, 21.1431, 0.541051, 0, 0, 0.267238, 0.963631, 900, 255, 1, '', 48120, NULL), +(@OGUID+7157, 1619, 0, 40, 0, 1, 1, -11292.6, 1869.2, 37.1779, 5.93412, 0, 0, -0.173648, 0.984808, 900, 255, 1, '', 48632, NULL), +(@OGUID+7158, 1619, 0, 40, 0, 1, 1, -11451, 1469.53, 61.3521, 5.60251, 0, 0, -0.333807, 0.942641, 900, 255, 1, '', 48632, NULL), +(@OGUID+7159, 1619, 0, 40, 0, 1, 1, -9644.26, 989.022, 32.6981, 2.46091, 0, 0, 0.942641, 0.333808, 900, 255, 1, '', 47966, NULL), +(@OGUID+7160, 1619, 0, 40, 0, 1, 1, -9685, 1474.25, 44.0197, 4.06662, 0, 0, -0.894934, 0.446199, 900, 255, 1, '', 48632, NULL), +(@OGUID+7161, 1619, 0, 40, 0, 1, 1, -9692.28, 1155.58, 18.8213, 1.74533, 0, 0, 0.766044, 0.642789, 900, 255, 1, '', 48340, NULL), +(@OGUID+7162, 1619, 0, 40, 0, 1, 1, -9699.69, 1070.95, 24.5274, 3.54302, 0, 0, -0.979924, 0.19937, 900, 255, 1, '', 48632, NULL), +(@OGUID+7163, 1619, 0, 40, 0, 1, 1, -9745.69, 1255, 39.7788, 3.26377, 0, 0, -0.998135, 0.0610518, 900, 255, 1, '', 48120, NULL), +(@OGUID+7164, 1619, 0, 40, 0, 1, 1, -9778.02, 1586.12, 39.4332, 4.10153, 0, 0, -0.887011, 0.461749, 900, 255, 1, '', 48120, NULL), +(@OGUID+7165, 1619, 0, 40, 0, 1, 1, -9910.94, 1728.46, 30.7695, 5.23599, 0, 0, -0.5, 0.866025, 900, 255, 1, '', 48120, NULL), +(@OGUID+7166, 1620, 0, 40, 0, 1, 1, -10017.7, 1736.41, 33.7083, 0.261798, 0, 0, 0.130526, 0.991445, 900, 255, 1, '', 48632, NULL), +(@OGUID+7167, 1620, 0, 40, 0, 1, 1, -10112.6, 941.912, 33.8729, 2.67035, 0, 0, 0.972369, 0.233448, 900, 255, 1, '', 48340, NULL), +(@OGUID+7168, 1620, 0, 40, 0, 1, 1, -10124.6, 1280.59, 39.4595, 3.7001, 0, 0, -0.961261, 0.27564, 900, 255, 1, '', 48120, NULL), +(@OGUID+7169, 1620, 0, 40, 0, 1, 1, -10154, 2004.12, 9.56525, 1.0821, 0, 0, 0.515038, 0.857168, 900, 255, 1, '', 48120, NULL), +(@OGUID+7170, 1620, 0, 40, 0, 1, 1, -10301.8, 2022.11, 11.1882, 4.20625, 0, 0, -0.861629, 0.507539, 900, 255, 1, '', 48632, NULL), +(@OGUID+7171, 1620, 0, 40, 0, 1, 1, -10333.3, 1529.97, 40.7884, 4.93928, 0, 0, -0.622514, 0.782609, 900, 255, 1, '', 48340, NULL), +(@OGUID+7172, 1620, 0, 40, 0, 1, 1, -10346.7, 1661.32, 34.2802, 5.07891, 0, 0, -0.566406, 0.824126, 900, 255, 1, '', 48120, NULL), +(@OGUID+7173, 1620, 0, 40, 0, 1, 1, -10368.2, 1069.46, 36.6281, 0.0698117, 0, 0, 0.0348988, 0.999391, 900, 255, 1, '', 48632, NULL), +(@OGUID+7174, 1620, 0, 40, 0, 1, 1, -10377.9, 2197.87, 20.4766, 3.90954, 0, 0, -0.927183, 0.374608, 900, 255, 1, '', 48632, NULL), +(@OGUID+7175, 1620, 0, 40, 0, 1, 1, -10382.2, 1148.62, 35.6488, 4.71239, 0, 0, -0.707107, 0.707107, 900, 255, 1, '', 48632, NULL), +(@OGUID+7176, 1620, 0, 40, 0, 1, 1, -10385.4, 1511.15, 40.8489, 5.95157, 0, 0, -0.165047, 0.986286, 900, 255, 1, '', 48120, NULL), +(@OGUID+7177, 1620, 0, 40, 0, 1, 1, -10429, 1900.47, 6.06006, 0.977383, 0, 0, 0.469471, 0.882948, 900, 255, 1, '', 48632, NULL), +(@OGUID+7178, 1620, 0, 40, 0, 1, 1, -10444.5, 1296.04, 42.227, 4.39823, 0, 0, -0.809016, 0.587786, 900, 255, 1, '', 48632, NULL), +(@OGUID+7179, 1620, 0, 40, 0, 1, 1, -10504.3, 853.873, 38.4224, 2.35619, 0, 0, 0.92388, 0.382683, 900, 255, 1, '', 48632, NULL), +(@OGUID+7180, 1620, 0, 40, 0, 1, 1, -10524, 1176.9, 34.2627, 0.837757, 0, 0, 0.406736, 0.913546, 900, 255, 1, '', 48632, NULL), +(@OGUID+7181, 1620, 0, 40, 0, 1, 1, -10570.2, 2065.45, 10.2489, 3.9619, 0, 0, -0.91706, 0.39875, 900, 255, 1, '', 48120, NULL), +(@OGUID+7182, 1620, 0, 40, 0, 1, 1, -10697.4, 2012.74, 11.7641, 4.45059, 0, 0, -0.793353, 0.608762, 900, 255, 1, '', 48120, NULL), +(@OGUID+7183, 1620, 0, 40, 0, 1, 1, -10698.9, 932.072, 36.6582, 5.18363, 0, 0, -0.522498, 0.85264, 900, 255, 1, '', 48120, NULL), +(@OGUID+7184, 1620, 0, 40, 0, 1, 1, -10700.6, 1365.06, 36.4424, 0.523598, 0, 0, 0.258819, 0.965926, 900, 255, 1, '', 49345, NULL), +(@OGUID+7185, 1620, 0, 40, 0, 1, 1, -10705.5, 1791.94, 35.1024, 2.19911, 0, 0, 0.891006, 0.453991, 900, 255, 1, '', 48120, NULL), +(@OGUID+7186, 1620, 0, 40, 0, 1, 1, -10770.6, 1265, 31.3255, 1.53589, 0, 0, 0.694658, 0.71934, 900, 255, 1, '', 48120, NULL), +(@OGUID+7187, 1620, 0, 40, 0, 1, 1, -10804.1, 2060.42, 10.0065, 2.11185, 0, 0, 0.870356, 0.492424, 900, 255, 1, '', 49345, NULL), +(@OGUID+7188, 1620, 0, 40, 0, 1, 1, -10818.3, 1641.75, 39.9815, 3.194, 0, 0, -0.999657, 0.0262016, 900, 255, 1, '', 48632, NULL), +(@OGUID+7189, 1620, 0, 40, 0, 1, 1, -10901.2, 1166.75, 35.9096, 2.68781, 0, 0, 0.97437, 0.224951, 900, 255, 1, '', 48632, NULL), +(@OGUID+7190, 1620, 0, 40, 0, 1, 1, -10918.7, 1716.64, 37.2192, 5.75959, 0, 0, -0.258819, 0.965926, 900, 255, 1, '', 48120, NULL), +(@OGUID+7191, 1620, 0, 40, 0, 1, 1, -10932.7, 1331.54, 35.9677, 1.25664, 0, 0, 0.587785, 0.809017, 900, 255, 1, '', 48120, NULL), +(@OGUID+7192, 1620, 0, 40, 0, 1, 1, -10994.1, 1686.26, 38.7371, 0.191985, 0, 0, 0.0958452, 0.995396, 900, 255, 1, '', 48632, NULL), +(@OGUID+7193, 1620, 0, 40, 0, 1, 1, -11000.8, 866.014, 36.2081, 3.21142, 0, 0, -0.999391, 0.0349061, 900, 255, 1, '', 48340, NULL), +(@OGUID+7194, 1620, 0, 40, 0, 1, 1, -11019.1, 2025.29, 10.9935, 2.9845, 0, 0, 0.996917, 0.0784664, 900, 255, 1, '', 48120, NULL), +(@OGUID+7195, 1620, 0, 40, 0, 1, 1, -11040.9, 663.256, 34.9821, 1.83259, 0, 0, 0.793353, 0.608762, 900, 255, 1, '', 48120, NULL), +(@OGUID+7196, 1620, 0, 40, 0, 1, 1, -11048.7, 1784.49, 40.6809, 1.69297, 0, 0, 0.748956, 0.66262, 900, 255, 1, '', 48120, NULL), +(@OGUID+7197, 1620, 0, 40, 0, 1, 1, -11067.5, 1865.32, 34.6777, 2.49582, 0, 0, 0.948323, 0.317306, 900, 255, 1, '', 48120, NULL), +(@OGUID+7198, 1620, 0, 40, 0, 1, 1, -11076.5, 1616.98, 43.6395, 3.12412, 0, 0, 0.999962, 0.00873464, 900, 255, 1, '', 48632, NULL), +(@OGUID+7199, 1620, 0, 40, 0, 1, 1, -11079.2, 1388.65, 45.8765, 1.13446, 0, 0, 0.537299, 0.843392, 900, 255, 1, '', 48340, NULL), +(@OGUID+7200, 1620, 0, 40, 0, 1, 1, -11154, 589.96, 36.4083, 0.453785, 0, 0, 0.224951, 0.97437, 900, 255, 1, '', 48340, NULL), +(@OGUID+7201, 1620, 0, 40, 0, 1, 1, -11221.6, 1750, 35.3995, 5.89921, 0, 0, -0.190808, 0.981627, 900, 255, 1, '', 48632, NULL), +(@OGUID+7202, 1620, 0, 40, 0, 1, 1, -11235.3, 1952.39, 13.647, 5.75959, 0, 0, -0.258819, 0.965926, 900, 255, 1, '', 48340, NULL), +(@OGUID+7203, 1620, 0, 40, 0, 1, 1, -11344.2, 1812.11, 8.70332, 4.41568, 0, 0, -0.803857, 0.594823, 900, 255, 1, '', 48120, NULL), +(@OGUID+7204, 1620, 0, 40, 0, 1, 1, -11457.1, 1732.04, 10.6648, 2.32129, 0, 0, 0.91706, 0.39875, 900, 255, 1, '', 48632, NULL), +(@OGUID+7205, 1620, 0, 40, 0, 1, 1, -9609.96, 1027.01, 7.99688, 3.38594, 0, 0, -0.992546, 0.12187, 900, 255, 1, '', 48632, NULL), +(@OGUID+7206, 1620, 0, 40, 0, 1, 1, -9657.54, 1504.9, 11.0599, 1.78023, 0, 0, 0.777145, 0.629321, 900, 255, 1, '', 48632, NULL), +(@OGUID+7207, 1620, 0, 40, 0, 1, 1, -9699.21, 1276.32, 10.1858, 5.39307, 0, 0, -0.430511, 0.902586, 900, 255, 1, '', 48632, NULL), +(@OGUID+7208, 1620, 0, 40, 0, 1, 1, -9708.69, 1120.43, 6.60881, 4.53786, 0, 0, -0.766044, 0.642789, 900, 255, 1, '', 48632, NULL), +(@OGUID+7209, 1620, 0, 40, 0, 1, 1, -9782.94, 1451.85, 44.3567, 3.78737, 0, 0, -0.948323, 0.317306, 900, 255, 1, '', 48340, NULL), +(@OGUID+7210, 1620, 0, 40, 0, 1, 1, -9802.65, 1674.11, 11.6686, 3.42085, 0, 0, -0.990268, 0.139175, 900, 255, 1, '', 48120, NULL), +(@OGUID+7211, 1620, 0, 40, 0, 1, 1, -9920.78, 1747.56, 14.0297, 3.97935, 0, 0, -0.913545, 0.406738, 900, 255, 1, '', 48120, NULL), +(@OGUID+7212, 1620, 0, 40, 0, 1, 1, -9985.39, 1655.07, 38.4281, 2.21657, 0, 0, 0.894934, 0.446199, 900, 255, 1, '', 48632, NULL), +(@OGUID+7213, 1620, 0, 40, 0, 1, 1, -9996.08, 1878.73, 12.3701, 2.56563, 0, 0, 0.958819, 0.284016, 900, 255, 1, '', 48632, NULL), +(@OGUID+7214, 1621, 0, 40, 0, 1, 1, -10013.3, 1805.8, 37.5367, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 48120, NULL), +(@OGUID+7215, 1621, 0, 40, 0, 1, 1, -10092.6, 1601.71, 41.0102, 0.104719, 0, 0, 0.0523357, 0.99863, 900, 255, 1, '', 48632, NULL), +(@OGUID+7216, 1621, 0, 40, 0, 1, 1, -10135, 1653, 38.3717, 6.12611, 0, 0, -0.0784588, 0.996917, 900, 255, 1, '', 48120, NULL), +(@OGUID+7217, 1621, 0, 40, 0, 1, 1, -10137.5, 1752.56, 31.8003, 3.03684, 0, 0, 0.998629, 0.0523532, 900, 255, 1, '', 47966, NULL), +(@OGUID+7218, 1621, 0, 40, 0, 1, 1, -10152.7, 1377.54, 39.4594, 3.82227, 0, 0, -0.942641, 0.333808, 900, 255, 1, '', 48340, NULL), +(@OGUID+7219, 1621, 0, 40, 0, 1, 1, -10187.9, 1542.37, 44.9426, 5.65487, 0, 0, -0.309016, 0.951057, 900, 255, 1, '', 48632, NULL), +(@OGUID+7220, 1621, 0, 40, 0, 1, 1, -10209.2, 1704.51, 33.2407, 4.97419, 0, 0, -0.608761, 0.793354, 900, 255, 1, '', 49345, NULL), +(@OGUID+7221, 1621, 0, 40, 0, 1, 1, -10254.1, 1136.24, 37.0174, 4.43314, 0, 0, -0.798635, 0.601815, 900, 255, 1, '', 48632, NULL), +(@OGUID+7222, 1621, 0, 40, 0, 1, 1, -10273.4, 841.916, 42.2785, 5.11382, 0, 0, -0.551936, 0.833886, 900, 255, 1, '', 47966, NULL), +(@OGUID+7223, 1621, 0, 40, 0, 1, 1, -10294, 1812.6, 35.539, 4.45059, 0, 0, -0.793353, 0.608762, 900, 255, 1, '', 47966, NULL), +(@OGUID+7224, 1621, 0, 40, 0, 1, 1, -10319.7, 1886.76, 38.4418, 0.523598, 0, 0, 0.258819, 0.965926, 900, 255, 1, '', 48632, NULL), +(@OGUID+7225, 1621, 0, 40, 0, 1, 1, -10362.4, 784.97, 30.9238, 4.7822, 0, 0, -0.681998, 0.731354, 900, 255, 1, '', 48632, NULL), +(@OGUID+7226, 1621, 0, 40, 0, 1, 1, -10397.8, 1926.35, 10.1886, 5.5676, 0, 0, -0.350207, 0.936672, 900, 255, 1, '', 48340, NULL), +(@OGUID+7227, 1621, 0, 40, 0, 1, 1, -10442.3, 2009.9, 34.8024, 4.27606, 0, 0, -0.843391, 0.5373, 900, 255, 1, '', 48632, NULL), +(@OGUID+7228, 1621, 0, 40, 0, 1, 1, -10475.8, 1712.75, 36.2335, 6.03884, 0, 0, -0.121869, 0.992546, 900, 255, 1, '', 48120, NULL), +(@OGUID+7229, 1621, 0, 40, 0, 1, 1, -10485, 1508.12, 64.7425, 3.68265, 0, 0, -0.96363, 0.267241, 900, 255, 1, '', 48632, NULL), +(@OGUID+7230, 1621, 0, 40, 0, 1, 1, -10549, 1976.87, 33.9606, 2.28638, 0, 0, 0.909961, 0.414694, 900, 255, 1, '', 48632, NULL), +(@OGUID+7231, 1621, 0, 40, 0, 1, 1, -10558.9, 894.501, 34.7862, 0.314158, 0, 0, 0.156434, 0.987688, 900, 255, 1, '', 48632, NULL), +(@OGUID+7232, 1621, 0, 40, 0, 1, 1, -10570.1, 700.636, 32.7759, 4.01426, 0, 0, -0.906307, 0.422619, 900, 255, 1, '', 48120, NULL), +(@OGUID+7233, 1621, 0, 40, 0, 1, 1, -10585.6, 1153.83, 39.8396, 1.88495, 0, 0, 0.809016, 0.587786, 900, 255, 1, '', 49345, NULL), +(@OGUID+7234, 1621, 0, 40, 0, 1, 1, -10605.6, 1229.34, 33.087, 0.436332, 0, 0, 0.216439, 0.976296, 900, 255, 1, '', 49345, NULL), +(@OGUID+7235, 1621, 0, 40, 0, 1, 1, -10638.1, 1914.25, 45.682, 0.157079, 0, 0, 0.0784588, 0.996917, 900, 255, 1, '', 47966, NULL), +(@OGUID+7236, 1621, 0, 40, 0, 1, 1, -10683.4, 2137.09, 20.5049, 2.80998, 0, 0, 0.986285, 0.16505, 900, 255, 1, '', 48120, NULL), +(@OGUID+7237, 1621, 0, 40, 0, 1, 1, -10692.1, 1524.59, 46.554, 5.42797, 0, 0, -0.414693, 0.909961, 900, 255, 1, '', 48632, NULL), +(@OGUID+7238, 1621, 0, 40, 0, 1, 1, -10702.9, 1829.45, 40.1955, 3.50812, 0, 0, -0.983254, 0.182238, 900, 255, 1, '', 48120, NULL), +(@OGUID+7239, 1621, 0, 40, 0, 1, 1, -10707, 819.448, 38.7905, 5.67232, 0, 0, -0.300705, 0.953717, 900, 255, 1, '', 48632, NULL), +(@OGUID+7240, 1621, 0, 40, 0, 1, 1, -10709.5, 1962.58, 35.4621, 2.11185, 0, 0, 0.870356, 0.492424, 900, 255, 1, '', 48632, NULL), +(@OGUID+7241, 1621, 0, 40, 0, 1, 1, -10737.3, 689.143, 36.6868, 1.0472, 0, 0, 0.5, 0.866025, 900, 255, 1, '', 48120, NULL), +(@OGUID+7242, 1621, 0, 40, 0, 1, 1, -10769.6, 749.296, 38.5584, 4.13643, 0, 0, -0.878817, 0.47716, 900, 255, 1, '', 48632, NULL), +(@OGUID+7243, 1621, 0, 40, 0, 1, 1, -10827.9, 1783.94, 35.4826, 3.73501, 0, 0, -0.956305, 0.292372, 900, 255, 1, '', 48632, NULL), +(@OGUID+7244, 1621, 0, 40, 0, 1, 1, -10870.6, 1083.95, 39.6233, 3.14159, 0, 0, -1, 0, 900, 255, 1, '', 48632, NULL), +(@OGUID+7245, 1621, 0, 40, 0, 1, 1, -10895.9, 1822.74, 67.8521, 3.17653, 0, 0, -0.999847, 0.0174693, 900, 255, 1, '', 48120, NULL), +(@OGUID+7246, 1621, 0, 40, 0, 1, 1, -10909.4, 979.189, 37.7388, 3.7001, 0, 0, -0.961261, 0.27564, 900, 255, 1, '', 48632, NULL), +(@OGUID+7247, 1621, 0, 40, 0, 1, 1, -10910.6, 1550.8, 55.2261, 1.309, 0, 0, 0.608761, 0.793354, 900, 255, 1, '', 48632, NULL), +(@OGUID+7248, 1621, 0, 40, 0, 1, 1, -10910.7, 821.588, 34.4983, 1.0821, 0, 0, 0.515038, 0.857168, 900, 255, 1, '', 48632, NULL), +(@OGUID+7249, 1621, 0, 40, 0, 1, 1, -10973, 1404.34, 43.9937, 4.50295, 0, 0, -0.777145, 0.629321, 900, 255, 1, '', 48632, NULL), +(@OGUID+7250, 1621, 0, 40, 0, 1, 1, -10982.5, 1119.15, 40.2986, 2.30383, 0, 0, 0.913545, 0.406738, 900, 255, 1, '', 49345, NULL), +(@OGUID+7251, 1621, 0, 40, 0, 1, 1, -10987.5, 1633.49, 46.4828, 4.31097, 0, 0, -0.833885, 0.551938, 900, 255, 1, '', 48120, NULL), +(@OGUID+7252, 1621, 0, 40, 0, 1, 1, -11003.9, 1881.68, 41.1973, 6.00393, 0, 0, -0.139173, 0.990268, 900, 255, 1, '', 48632, NULL), +(@OGUID+7253, 1621, 0, 40, 0, 1, 1, -11008.7, 1678.96, 41.2772, 4.20625, 0, 0, -0.861629, 0.507539, 900, 255, 1, '', 48340, NULL), +(@OGUID+7254, 1621, 0, 40, 0, 1, 1, -11018.1, 1269.23, 42.2472, 0.331611, 0, 0, 0.165047, 0.986286, 900, 255, 1, '', 48120, NULL), +(@OGUID+7255, 1621, 0, 40, 0, 1, 1, -11042.4, 1486.27, 43.7401, 5.68977, 0, 0, -0.292372, 0.956305, 900, 255, 1, '', 48632, NULL), +(@OGUID+7256, 1621, 0, 40, 0, 1, 1, -11052.6, 1197.83, 44.0466, 2.86234, 0, 0, 0.990268, 0.139175, 900, 255, 1, '', 48340, NULL), +(@OGUID+7257, 1621, 0, 40, 0, 1, 1, -11069.9, 1919.8, 31.3934, 0.401425, 0, 0, 0.199368, 0.979925, 900, 255, 1, '', 48120, NULL), +(@OGUID+7258, 1621, 0, 40, 0, 1, 1, -11071.1, 559.46, 34.0231, 2.74016, 0, 0, 0.979924, 0.19937, 900, 255, 1, '', 48120, NULL), +(@OGUID+7259, 1621, 0, 40, 0, 1, 1, -11073, 1547.72, 44.5846, 0.733038, 0, 0, 0.358368, 0.93358, 900, 255, 1, '', 49345, NULL), +(@OGUID+7260, 1621, 0, 40, 0, 1, 1, -11091, 855.199, 42.1463, 4.20625, 0, 0, -0.861629, 0.507539, 900, 255, 1, '', 48120, NULL), +(@OGUID+7261, 1621, 0, 40, 0, 1, 1, -11104.1, 733.351, 36.4119, 2.9845, 0, 0, 0.996917, 0.0784664, 900, 255, 1, '', 48120, NULL), +(@OGUID+7262, 1621, 0, 40, 0, 1, 1, -11112.4, 654.447, 36.8449, 0.366518, 0, 0, 0.182235, 0.983255, 900, 255, 1, '', 49345, NULL), +(@OGUID+7263, 1621, 0, 40, 0, 1, 1, -11137.1, 1057.05, 37.2187, 0.977383, 0, 0, 0.469471, 0.882948, 900, 255, 1, '', 48632, NULL), +(@OGUID+7264, 1621, 0, 40, 0, 1, 1, -11166, 503.716, 28.6882, 1.22173, 0, 0, 0.573576, 0.819152, 900, 255, 1, '', 48340, NULL), +(@OGUID+7265, 1621, 0, 40, 0, 1, 1, -11175.4, 1712.86, 40.3369, 1.3439, 0, 0, 0.622514, 0.782609, 900, 255, 1, '', 48632, NULL), +(@OGUID+7266, 1621, 0, 40, 0, 1, 1, -11211.2, 1228.7, 90.7387, 3.73501, 0, 0, -0.956305, 0.292372, 900, 255, 1, '', 48120, NULL), +(@OGUID+7267, 1621, 0, 40, 0, 1, 1, -11251.6, 1625.53, 57.6362, 3.57793, 0, 0, -0.976295, 0.216442, 900, 255, 1, '', 49345, NULL), +(@OGUID+7268, 1621, 0, 40, 0, 1, 1, -11254.3, 1911.64, 36.2096, 5.51524, 0, 0, -0.374606, 0.927184, 900, 255, 1, '', 48340, NULL), +(@OGUID+7269, 1621, 0, 40, 0, 1, 1, -11382.5, 1712.27, 34.3837, 3.68265, 0, 0, -0.96363, 0.267241, 900, 255, 1, '', 48632, NULL), +(@OGUID+7270, 1621, 0, 40, 0, 1, 1, -11408.4, 1939.08, 10.2287, 3.45576, 0, 0, -0.987688, 0.156436, 900, 255, 1, '', 48632, NULL), +(@OGUID+7271, 1621, 0, 40, 0, 1, 1, -9861.42, 1419.41, 58.4585, 1.36136, 0, 0, 0.62932, 0.777146, 900, 255, 1, '', 48120, NULL), +(@OGUID+7272, 1621, 0, 40, 0, 1, 1, -9926.93, 814.123, 30.1192, 3.76991, 0, 0, -0.951056, 0.309017, 900, 255, 1, '', 48632, NULL), +(@OGUID+7273, 1621, 0, 40, 0, 1, 1, -9943.85, 1691.78, 33.9639, 2.56563, 0, 0, 0.958819, 0.284016, 900, 255, 1, '', 48632, NULL), +(@OGUID+7274, 1622, 0, 40, 0, 1, 1, -10043.7, 1089.09, 39.466, 3.73501, 0, 0, -0.956305, 0.292372, 900, 255, 1, '', 47966, NULL), +(@OGUID+7275, 1622, 0, 40, 0, 1, 1, -10106.3, 1051.02, 36.4797, 0.890117, 0, 0, 0.430511, 0.902586, 900, 255, 1, '', 49345, NULL), +(@OGUID+7276, 1622, 0, 40, 0, 1, 1, -10128.7, 1063.89, 36.2835, 3.7001, 0, 0, -0.961261, 0.27564, 900, 255, 1, '', 48632, NULL), +(@OGUID+7277, 1622, 0, 40, 0, 1, 1, -10140.3, 1215.31, 36.7652, 3.35105, 0, 0, -0.994521, 0.104536, 900, 255, 1, '', 48632, NULL), +(@OGUID+7278, 1622, 0, 40, 0, 1, 1, -10279.3, 1355.77, 40.4984, 4.41568, 0, 0, -0.803857, 0.594823, 900, 255, 1, '', 48632, NULL), +(@OGUID+7279, 1622, 0, 40, 0, 1, 1, -10349.4, 1565.17, 41.5073, 1.58825, 0, 0, 0.71325, 0.70091, 900, 255, 1, '', 48632, NULL), +(@OGUID+7280, 1622, 0, 40, 0, 1, 1, -10407.1, 950.457, 38.3258, 5.14872, 0, 0, -0.537299, 0.843392, 900, 255, 1, '', 48632, NULL), +(@OGUID+7281, 1622, 0, 40, 0, 1, 1, -10447, 1912.6, 9.39542, 1.78023, 0, 0, 0.777145, 0.629321, 900, 255, 1, '', 48632, NULL), +(@OGUID+7282, 1622, 0, 40, 0, 1, 1, -10508.1, 1579, 47.3024, 0.750491, 0, 0, 0.366501, 0.930418, 900, 255, 1, '', 49345, NULL), +(@OGUID+7283, 1622, 0, 40, 0, 1, 1, -10524.1, 1007.91, 56.1392, 5.74214, 0, 0, -0.267238, 0.963631, 900, 255, 1, '', 49345, NULL), +(@OGUID+7284, 1622, 0, 40, 0, 1, 1, -10632.6, 1791.33, 32.9158, 1.46608, 0, 0, 0.66913, 0.743145, 900, 255, 1, '', 48632, NULL), +(@OGUID+7285, 1622, 0, 40, 0, 1, 1, -10678.4, 1114.52, 34.4814, 5.41052, 0, 0, -0.422618, 0.906308, 900, 255, 1, '', 48632, NULL), +(@OGUID+7286, 1622, 0, 40, 0, 1, 1, -10708.4, 1499.95, 48.1065, 4.72984, 0, 0, -0.700909, 0.713251, 900, 255, 1, '', 48120, NULL), +(@OGUID+7287, 1622, 0, 40, 0, 1, 1, -10728.3, 1725.82, 42.8853, 1.98967, 0, 0, 0.83867, 0.54464, 900, 255, 1, '', 47966, NULL), +(@OGUID+7288, 1622, 0, 40, 0, 1, 1, -10742, 1648.85, 45.6545, 2.30383, 0, 0, 0.913545, 0.406738, 900, 255, 1, '', 48632, NULL), +(@OGUID+7289, 1622, 0, 40, 0, 1, 1, -10758.3, 882.721, 35.5663, 4.17134, 0, 0, -0.870356, 0.492424, 900, 255, 1, '', 48120, NULL), +(@OGUID+7290, 1622, 0, 40, 0, 1, 1, -10783.4, 912.195, 34.0927, 5.09636, 0, 0, -0.559193, 0.829038, 900, 255, 1, '', 48632, NULL), +(@OGUID+7291, 1622, 0, 40, 0, 1, 1, -10954.4, 1538, 44.3892, 3.9619, 0, 0, -0.91706, 0.39875, 900, 255, 1, '', 48632, NULL), +(@OGUID+7292, 1622, 0, 40, 0, 1, 1, -11028.3, 813.303, 37.0161, 0.645772, 0, 0, 0.317305, 0.948324, 900, 255, 1, '', 48632, NULL), +(@OGUID+7293, 1622, 0, 40, 0, 1, 1, -11052.2, 1468.05, 43.2017, 0.523598, 0, 0, 0.258819, 0.965926, 900, 255, 1, '', 48632, NULL), +(@OGUID+7294, 1622, 0, 40, 0, 1, 1, -11095.7, 1524.61, 43.1948, 1.97222, 0, 0, 0.833885, 0.551938, 900, 255, 1, '', 48632, NULL), +(@OGUID+7295, 1622, 0, 40, 0, 1, 1, -11126.9, 1839.96, 41.0078, 4.53786, 0, 0, -0.766044, 0.642789, 900, 255, 1, '', 48340, NULL), +(@OGUID+7296, 1622, 0, 40, 0, 1, 1, -11177.9, 850.533, 40.7336, 1.22173, 0, 0, 0.573576, 0.819152, 900, 255, 1, '', 48120, NULL), +(@OGUID+7297, 1622, 0, 40, 0, 1, 1, -11203.7, 712.282, 42.1853, 4.45059, 0, 0, -0.793353, 0.608762, 900, 255, 1, '', 48120, NULL), +(@OGUID+7298, 1622, 0, 40, 0, 1, 1, -11209, 1943.46, 35.8023, 3.927, 0, 0, -0.923879, 0.382686, 900, 255, 1, '', 48632, NULL), +(@OGUID+7299, 1622, 0, 40, 0, 1, 1, -11307.3, 1425.89, 94.0528, 4.71239, 0, 0, -0.707107, 0.707107, 900, 255, 1, '', 49345, NULL), +(@OGUID+7300, 1622, 0, 40, 0, 1, 1, -11352.9, 1644.53, 73.2029, 0.820303, 0, 0, 0.398748, 0.91706, 900, 255, 1, '', 48340, NULL), +(@OGUID+7301, 1622, 0, 40, 0, 1, 1, -11415.7, 1939.45, 11.272, 4.60767, 0, 0, -0.743144, 0.669131, 900, 255, 1, '', 48632, NULL), +(@OGUID+7302, 1622, 0, 40, 0, 1, 1, -9793.57, 1498.49, 42.9337, 4.4855, 0, 0, -0.782608, 0.622515, 900, 255, 1, '', 48632, NULL), +(@OGUID+7303, 1622, 0, 40, 0, 1, 1, -9805.56, 1591.19, 39.9743, 3.59538, 0, 0, -0.97437, 0.224951, 900, 255, 1, '', 48120, NULL), +(@OGUID+7304, 1622, 0, 40, 0, 1, 1, -9813.7, 865.911, 25.9242, 1.58825, 0, 0, 0.71325, 0.70091, 900, 255, 1, '', 48120, NULL), +(@OGUID+7305, 1622, 0, 40, 0, 1, 1, -9837.36, 1289.3, 40.4505, 3.61284, 0, 0, -0.972369, 0.233448, 900, 255, 1, '', 48120, NULL), +(@OGUID+7306, 1622, 0, 40, 0, 1, 1, -9847.73, 1028.62, 33.1342, 4.60767, 0, 0, -0.743144, 0.669131, 900, 255, 1, '', 48120, NULL), +(@OGUID+7307, 1622, 0, 40, 0, 1, 1, -9853.16, 1047.78, 33.4548, 0.488691, 0, 0, 0.241921, 0.970296, 900, 255, 1, '', 48632, NULL), +(@OGUID+7308, 1622, 0, 40, 0, 1, 1, -9893.3, 1317.12, 42.1114, 5.20108, 0, 0, -0.515038, 0.857168, 900, 255, 1, '', 48120, NULL), +(@OGUID+7309, 1622, 0, 40, 0, 1, 1, -9915.18, 930.207, 34.1456, 1.37881, 0, 0, 0.636078, 0.771625, 900, 255, 1, '', 48632, NULL), +(@OGUID+7310, 1622, 0, 40, 0, 1, 1, -9932.17, 903.963, 46.0921, 3.7001, 0, 0, -0.961261, 0.27564, 900, 255, 1, '', 48340, NULL), +(@OGUID+7311, 1622, 0, 40, 0, 1, 1, -9951.39, 1449.66, 64.6033, 2.26893, 0, 0, 0.906307, 0.422619, 900, 255, 1, '', 48340, NULL), +(@OGUID+7312, 1622, 0, 40, 0, 1, 1, -9982.7, 1443.37, 43.6065, 3.24635, 0, 0, -0.998629, 0.0523532, 900, 255, 1, '', 48340, NULL), +(@OGUID+7313, 1622, 0, 40, 0, 1, 1, -9986.18, 852.699, 37.2665, 3.35105, 0, 0, -0.994521, 0.104536, 900, 255, 1, '', 48632, NULL), +(@OGUID+7314, 2045, 0, 40, 0, 1, 1, -10000.9, 2255.39, -40.2164, 0.104719, 0, 0, 0.0523357, 0.99863, 900, 255, 1, '', 49345, NULL), +(@OGUID+7315, 2045, 0, 40, 0, 1, 1, -10044.3, 1997.39, -6.45574, 3.03684, 0, 0, 0.998629, 0.0523532, 900, 255, 1, '', 48120, NULL), +(@OGUID+7316, 2045, 0, 40, 0, 1, 1, -10050.3, 2157.3, -22.5455, 0.0349062, 0, 0, 0.0174522, 0.999848, 900, 255, 1, '', 48632, NULL), +(@OGUID+7317, 2045, 0, 40, 0, 1, 1, -10078.2, 2046.95, -12.5141, 5.61996, 0, 0, -0.325567, 0.945519, 900, 255, 1, '', 48340, NULL), +(@OGUID+7318, 2045, 0, 40, 0, 1, 1, -10120.3, 2109.93, -18.539, 0.401425, 0, 0, 0.199368, 0.979925, 900, 255, 1, '', 48632, NULL), +(@OGUID+7319, 2045, 0, 40, 0, 1, 1, -10155.4, 2272.27, -44.7109, 0.296705, 0, 0, 0.147809, 0.989016, 900, 255, 1, '', 48632, NULL), +(@OGUID+7320, 2045, 0, 40, 0, 1, 1, -10180.1, 2084.07, -9.03643, 2.44346, 0, 0, 0.939692, 0.34202, 900, 255, 1, '', 48632, NULL), +(@OGUID+7321, 2045, 0, 40, 0, 1, 1, -10221.7, 2289.12, -46.1745, 0.226892, 0, 0, 0.113203, 0.993572, 900, 255, 1, '', 48632, NULL), +(@OGUID+7322, 2045, 0, 40, 0, 1, 1, -10283.1, 2098.84, -9.46596, 5.65487, 0, 0, -0.309016, 0.951057, 900, 255, 1, '', 48632, NULL), +(@OGUID+7323, 2045, 0, 40, 0, 1, 1, -10316.1, 2124.53, -16.9549, 4.04917, 0, 0, -0.898793, 0.438373, 900, 255, 1, '', 48632, NULL), +(@OGUID+7324, 2045, 0, 40, 0, 1, 1, -10349.7, 2300.16, -44.4406, 0.558504, 0, 0, 0.275637, 0.961262, 900, 255, 1, '', 48632, NULL), +(@OGUID+7325, 2045, 0, 40, 0, 1, 1, -10417.9, 2324.62, -44.2648, 5.2709, 0, 0, -0.484809, 0.87462, 900, 255, 1, '', 48632, NULL), +(@OGUID+7326, 2045, 0, 40, 0, 1, 1, -10444.7, 2136.98, -9.59604, 5.34071, 0, 0, -0.45399, 0.891007, 900, 255, 1, '', 48120, NULL), +(@OGUID+7327, 2045, 0, 40, 0, 1, 1, -10453.4, 2225.56, -21.8044, 0.994837, 0, 0, 0.477159, 0.878817, 900, 255, 1, '', 49345, NULL), +(@OGUID+7328, 2045, 0, 40, 0, 1, 1, -10510.5, 2153.03, -12.7309, 3.31614, 0, 0, -0.996194, 0.087165, 900, 255, 1, '', 48120, NULL), +(@OGUID+7329, 2045, 0, 40, 0, 1, 1, -10576.6, 2132.65, -5.98227, 4.50295, 0, 0, -0.777145, 0.629321, 900, 255, 1, '', 48632, NULL), +(@OGUID+7330, 2045, 0, 40, 0, 1, 1, -10622.6, 2241.61, -26.0119, 1.62316, 0, 0, 0.725374, 0.688355, 900, 255, 1, '', 48632, NULL), +(@OGUID+7331, 2045, 0, 40, 0, 1, 1, -10690.1, 2180.92, -9.37201, 4.13643, 0, 0, -0.878817, 0.47716, 900, 255, 1, '', 48120, NULL), +(@OGUID+7332, 2045, 0, 40, 0, 1, 1, -10720.1, 2307.06, -48.8287, 2.3911, 0, 0, 0.930417, 0.366502, 900, 255, 1, '', 48632, NULL), +(@OGUID+7333, 2045, 0, 40, 0, 1, 1, -10800.7, 2136.42, -4.88381, 2.37364, 0, 0, 0.927183, 0.374608, 900, 255, 1, '', 48340, NULL), +(@OGUID+7334, 2045, 0, 40, 0, 1, 1, -10847.2, 2312.67, -43.6965, 2.09439, 0, 0, 0.866025, 0.500001, 900, 255, 1, '', 48632, NULL), +(@OGUID+7335, 2045, 0, 40, 0, 1, 1, -10889.7, 2165.34, -8.54382, 2.11185, 0, 0, 0.870356, 0.492424, 900, 255, 1, '', 48120, NULL), +(@OGUID+7336, 2045, 0, 40, 0, 1, 1, -10913.7, 2149.42, -3.98935, 2.9496, 0, 0, 0.995396, 0.0958512, 900, 255, 1, '', 48120, NULL), +(@OGUID+7337, 2045, 0, 40, 0, 1, 1, -10983, 2307.33, -41.8398, 5.89921, 0, 0, -0.190808, 0.981627, 900, 255, 1, '', 48632, NULL), +(@OGUID+7338, 2045, 0, 40, 0, 1, 1, -11024.1, 2114.27, -5.42915, 0.383971, 0, 0, 0.190808, 0.981627, 900, 255, 1, '', 48120, NULL), +(@OGUID+7339, 2045, 0, 40, 0, 1, 1, -11063.7, 2218.78, -19.0461, 5.60251, 0, 0, -0.333807, 0.942641, 900, 255, 1, '', 49345, NULL), +(@OGUID+7340, 2045, 0, 40, 0, 1, 1, -11083.7, 2150.16, -10.6211, 6.03884, 0, 0, -0.121869, 0.992546, 900, 255, 1, '', 48632, NULL), +(@OGUID+7341, 2045, 0, 40, 0, 1, 1, -11121.9, 2353.16, -36.1338, 1.69297, 0, 0, 0.748956, 0.66262, 900, 255, 1, '', 48632, NULL), +(@OGUID+7342, 2045, 0, 40, 0, 1, 1, -11127, 2091.78, -6.63062, 4.41568, 0, 0, -0.803857, 0.594823, 900, 255, 1, '', 48120, NULL), +(@OGUID+7343, 2045, 0, 40, 0, 1, 1, -11186.7, 2161.58, -19.877, 0.925024, 0, 0, 0.446198, 0.894935, 900, 255, 1, '', 48632, NULL), +(@OGUID+7344, 2045, 0, 40, 0, 1, 1, -11210.2, 2284.31, -44.7393, 0.977383, 0, 0, 0.469471, 0.882948, 900, 255, 1, '', 48632, NULL), +(@OGUID+7345, 2045, 0, 40, 0, 1, 1, -11239.5, 2079.09, -10.3704, 6.07375, 0, 0, -0.104528, 0.994522, 900, 255, 1, '', 48632, NULL), +(@OGUID+7346, 2045, 0, 40, 0, 1, 1, -11252.4, 2195.35, -23.6048, 4.71239, 0, 0, -0.707107, 0.707107, 900, 255, 1, '', 49345, NULL), +(@OGUID+7347, 2045, 0, 40, 0, 1, 1, -11264.9, 2037.54, -3.9782, 2.77507, 0, 0, 0.983254, 0.182238, 900, 255, 1, '', 48632, NULL), +(@OGUID+7348, 2045, 0, 40, 0, 1, 1, -11331.7, 2255.35, -40.0725, 5.02655, 0, 0, -0.587785, 0.809017, 900, 255, 1, '', 48632, NULL), +(@OGUID+7349, 2045, 0, 40, 0, 1, 1, -11342.9, 2052.11, -15.0582, 4.18879, 0, 0, -0.866025, 0.500001, 900, 255, 1, '', 48632, NULL), +(@OGUID+7350, 2045, 0, 40, 0, 1, 1, -11360.9, 2197.14, -23.0497, 5.18363, 0, 0, -0.522498, 0.85264, 900, 255, 1, '', 48632, NULL), +(@OGUID+7351, 2045, 0, 40, 0, 1, 1, -11397.2, 2220.86, -34.3631, 0.90757, 0, 0, 0.438371, 0.898794, 900, 255, 1, '', 48632, NULL), +(@OGUID+7352, 2045, 0, 40, 0, 1, 1, -11421.5, 2014.61, -22.1962, 2.28638, 0, 0, 0.909961, 0.414694, 900, 255, 1, '', 48632, NULL), +(@OGUID+7353, 2045, 0, 40, 0, 1, 1, -11425.1, 1873.62, -14.6076, 3.90954, 0, 0, -0.927183, 0.374608, 900, 255, 1, '', 48120, NULL), +(@OGUID+7354, 2045, 0, 40, 0, 1, 1, -11453.1, 1813.91, -4.72884, 5.44543, 0, 0, -0.406736, 0.913546, 900, 255, 1, '', 48632, NULL), +(@OGUID+7355, 2045, 0, 40, 0, 1, 1, -11476.8, 2096.12, -21.808, 2.07694, 0, 0, 0.861629, 0.507539, 900, 255, 1, '', 48632, NULL), +(@OGUID+7356, 2045, 0, 40, 0, 1, 1, -11513.3, 1688.23, -9.08386, 5.98648, 0, 0, -0.147809, 0.989016, 900, 255, 1, '', 48632, NULL), +(@OGUID+7357, 2045, 0, 40, 0, 1, 1, -11513.7, 2248.8, -44.8792, 1.67551, 0, 0, 0.743144, 0.669131, 900, 255, 1, '', 48632, NULL), +(@OGUID+7358, 2045, 0, 40, 0, 1, 1, -11515.1, 1894.22, -25.4648, 4.76475, 0, 0, -0.688354, 0.725374, 900, 255, 1, '', 48632, NULL), +(@OGUID+7359, 2045, 0, 40, 0, 1, 1, -11547, 2042.52, -24.0614, 2.67035, 0, 0, 0.972369, 0.233448, 900, 255, 1, '', 48632, NULL), +(@OGUID+7360, 2045, 0, 40, 0, 1, 1, -11564.7, 1212.3, -33.0525, 0.506145, 0, 0, 0.25038, 0.968148, 900, 255, 1, '', 48632, NULL), +(@OGUID+7361, 2045, 0, 40, 0, 1, 1, -11568.6, 2114, -45.7408, 2.25147, 0, 0, 0.902585, 0.430512, 900, 255, 1, '', 48632, NULL), +(@OGUID+7362, 2045, 0, 40, 0, 1, 1, -11608.6, 2182.64, -45.5967, 1.85005, 0, 0, 0.798635, 0.601815, 900, 255, 1, '', 48632, NULL), +(@OGUID+7363, 2045, 0, 40, 0, 1, 1, -11612.5, 2019.01, -38.7852, 4.62512, 0, 0, -0.737277, 0.675591, 900, 255, 1, '', 48632, NULL), +(@OGUID+7364, 2045, 0, 40, 0, 1, 1, -11620.9, 1881.01, -39.0744, 2.09439, 0, 0, 0.866025, 0.500001, 900, 255, 1, '', 48632, NULL), +(@OGUID+7365, 2045, 0, 40, 0, 1, 1, -11638.1, 1679.45, -21.165, 1.83259, 0, 0, 0.793353, 0.608762, 900, 255, 1, '', 48632, NULL), +(@OGUID+7366, 2045, 0, 40, 0, 1, 1, -11654, 1733.19, -38.1755, 5.07891, 0, 0, -0.566406, 0.824126, 900, 255, 1, '', 49345, NULL), +(@OGUID+7367, 2045, 0, 40, 0, 1, 1, -9348.07, 1198.33, -45.5819, 5.74214, 0, 0, -0.267238, 0.963631, 900, 255, 1, '', 48120, NULL), +(@OGUID+7368, 2045, 0, 40, 0, 1, 1, -9352.3, 1216.89, -45.6308, 0.471238, 0, 0, 0.233445, 0.97237, 900, 255, 1, '', 48120, NULL), +(@OGUID+7369, 2045, 0, 40, 0, 1, 1, -9357.3, 1222.65, -45.4397, 4.99164, 0, 0, -0.601814, 0.798636, 900, 255, 1, '', 48632, NULL), +(@OGUID+7370, 2045, 0, 40, 0, 1, 1, -9383.91, 1355.63, -38.7533, 1.74533, 0, 0, 0.766044, 0.642789, 900, 255, 1, '', 49345, NULL), +(@OGUID+7371, 2045, 0, 40, 0, 1, 1, -9391.41, 1299.84, -32.6062, 4.64258, 0, 0, -0.731354, 0.681998, 900, 255, 1, '', 48120, NULL), +(@OGUID+7372, 2045, 0, 40, 0, 1, 1, -9412.15, 1505.42, -45.3782, 5.93412, 0, 0, -0.173648, 0.984808, 900, 255, 1, '', 48632, NULL), +(@OGUID+7373, 2045, 0, 40, 0, 1, 1, -9445.26, 1341.78, -26.335, 6.14356, 0, 0, -0.0697556, 0.997564, 900, 255, 1, '', 48632, NULL), +(@OGUID+7374, 2045, 0, 40, 0, 1, 1, -9455.69, 1448.46, -23.8205, 5.21854, 0, 0, -0.507538, 0.861629, 900, 255, 1, '', 48632, NULL), +(@OGUID+7375, 2045, 0, 40, 0, 1, 1, -9461.82, 1191.6, -25.0028, 4.64258, 0, 0, -0.731354, 0.681998, 900, 255, 1, '', 48632, NULL), +(@OGUID+7376, 2045, 0, 40, 0, 1, 1, -9486.59, 1729.14, -25.645, 4.38078, 0, 0, -0.814116, 0.580703, 900, 255, 1, '', 48632, NULL), +(@OGUID+7377, 2045, 0, 40, 0, 1, 1, -9500.38, 1582.37, -20.499, 4.2237, 0, 0, -0.857167, 0.515038, 900, 255, 1, '', 48632, NULL), +(@OGUID+7378, 2045, 0, 40, 0, 1, 1, -9500.73, 1612.08, -20.387, 0.0349062, 0, 0, 0.0174522, 0.999848, 900, 255, 1, '', 48632, NULL), +(@OGUID+7379, 2045, 0, 40, 0, 1, 1, -9504.94, 1420.12, -17.7375, 1.76278, 0, 0, 0.771625, 0.636078, 900, 255, 1, '', 48632, NULL), +(@OGUID+7380, 2045, 0, 40, 0, 1, 1, -9514.73, 1553.47, -20.5868, 0.0523589, 0, 0, 0.0261765, 0.999657, 900, 255, 1, '', 48632, NULL), +(@OGUID+7381, 2045, 0, 40, 0, 1, 1, -9522.4, 1331.15, -19.8862, 4.59022, 0, 0, -0.748956, 0.66262, 900, 255, 1, '', 48632, NULL), +(@OGUID+7382, 2045, 0, 40, 0, 1, 1, -9548.87, 1189.46, -19.0537, 4.06662, 0, 0, -0.894934, 0.446199, 900, 255, 1, '', 48632, NULL), +(@OGUID+7383, 2045, 0, 40, 0, 1, 1, -9560.01, 1111.49, -9.92492, 4.92183, 0, 0, -0.62932, 0.777146, 900, 255, 1, '', 49345, NULL), +(@OGUID+7384, 2045, 0, 40, 0, 1, 1, -9567.24, 1512.84, -9.39387, 4.57276, 0, 0, -0.754709, 0.656059, 900, 255, 1, '', 48632, NULL), +(@OGUID+7385, 2045, 0, 40, 0, 1, 1, -9575.39, 1311.86, -6.88364, 0.279252, 0, 0, 0.139173, 0.990268, 900, 255, 1, '', 48120, NULL), +(@OGUID+7386, 2045, 0, 40, 0, 1, 1, -9577.38, 1849.84, -19.1014, 4.43314, 0, 0, -0.798635, 0.601815, 900, 255, 1, '', 48632, NULL), +(@OGUID+7387, 2045, 0, 40, 0, 1, 1, -9595.46, 1960.55, -19.0998, 2.82743, 0, 0, 0.987688, 0.156436, 900, 255, 1, '', 48632, NULL), +(@OGUID+7388, 2045, 0, 40, 0, 1, 1, -9613.96, 1755.91, -18.9281, 2.74016, 0, 0, 0.979924, 0.19937, 900, 255, 1, '', 48632, NULL), +(@OGUID+7389, 2045, 0, 40, 0, 1, 1, -9615.35, 1612.86, -2.8987, 0.0174525, 0, 0, 0.00872612, 0.999962, 900, 255, 1, '', 48632, NULL), +(@OGUID+7390, 2045, 0, 40, 0, 1, 1, -9646.99, 2114.54, -44.4329, 4.66003, 0, 0, -0.725374, 0.688355, 900, 255, 1, '', 48632, NULL), +(@OGUID+7391, 2045, 0, 40, 0, 1, 1, -9687.77, 2068.6, -31.3925, 5.34071, 0, 0, -0.45399, 0.891007, 900, 255, 1, '', 48632, NULL), +(@OGUID+7392, 2045, 0, 40, 0, 1, 1, -9705.45, 1738.62, -16.9369, 1.64061, 0, 0, 0.731353, 0.681999, 900, 255, 1, '', 48632, NULL), +(@OGUID+7393, 2045, 0, 40, 0, 1, 1, -9712.08, 1988.02, -35.2935, 0.610863, 0, 0, 0.300705, 0.953717, 900, 255, 1, '', 48632, NULL), +(@OGUID+7394, 2045, 0, 40, 0, 1, 1, -9765.43, 1841.31, -16.9369, 6.0912, 0, 0, -0.0958452, 0.995396, 900, 255, 1, '', 48632, NULL), +(@OGUID+7395, 2045, 0, 40, 0, 1, 1, -9778.11, 2173.99, -17.2321, 5.63741, 0, 0, -0.317305, 0.948324, 900, 255, 1, '', 48632, NULL), +(@OGUID+7396, 2045, 0, 40, 0, 1, 1, -9786.05, 2254.15, -45.5565, 2.80998, 0, 0, 0.986285, 0.16505, 900, 255, 1, '', 49345, NULL), +(@OGUID+7397, 2045, 0, 40, 0, 1, 1, -9788.41, 1783.04, -5.71438, 1.39626, 0, 0, 0.642787, 0.766045, 900, 255, 1, '', 48632, NULL), +(@OGUID+7398, 2045, 0, 40, 0, 1, 1, -9797.01, 2060.97, -17.2102, 4.83456, 0, 0, -0.66262, 0.748956, 900, 255, 1, '', 48632, NULL), +(@OGUID+7399, 2045, 0, 40, 0, 1, 1, -9822.44, 1894.01, -16.4619, 1.50098, 0, 0, 0.681998, 0.731354, 900, 255, 1, '', 48120, NULL), +(@OGUID+7400, 2045, 0, 40, 0, 1, 1, -9852.55, 1853.62, -7.98479, 4.83456, 0, 0, -0.66262, 0.748956, 900, 255, 1, '', 48120, NULL), +(@OGUID+7401, 2045, 0, 40, 0, 1, 1, -9853.24, 1976.96, -17.0215, 2.54818, 0, 0, 0.956305, 0.292372, 900, 255, 1, '', 48632, NULL), +(@OGUID+7402, 2045, 0, 40, 0, 1, 1, -9907.42, 2065.52, -35.3, 3.6652, 0, 0, -0.965925, 0.258821, 900, 255, 1, '', 49345, NULL), +(@OGUID+7403, 2045, 0, 40, 0, 1, 1, -9911.14, 1916.8, -7.46602, 2.65289, 0, 0, 0.970295, 0.241925, 900, 255, 1, '', 48120, NULL), +(@OGUID+7404, 2045, 0, 40, 0, 1, 1, -9971.45, 2320.02, -45.2911, 4.2237, 0, 0, -0.857167, 0.515038, 900, 255, 1, '', 48632, NULL), +(@OGUID+7405, 2045, 0, 40, 0, 1, 1, -9981.97, 1987.93, -16.9362, 1.36136, 0, 0, 0.62932, 0.777146, 900, 255, 1, '', 48120, NULL), +(@OGUID+7406, 1731, 0, 40, 0, 1, 1, -11557.6, 1578.82, -14.9868, 6.26573, 0, 0, -0.00872612, 0.999962, 900, 255, 1, '', 48632, NULL), +(@OGUID+7407, 1731, 0, 40, 0, 1, 1, -11485, 1908.38, -11.5041, 1.29154, 0, 0, 0.601814, 0.798636, 900, 255, 1, '', 48632, NULL), +(@OGUID+7408, 1731, 0, 40, 0, 1, 1, -11446.9, 1718.49, 13.7341, 2.30383, 0, 0, 0.913545, 0.406738, 900, 255, 1, '', 48120, NULL), +(@OGUID+7409, 1731, 0, 40, 0, 1, 1, -11400, 1979.35, 5.21146, 2.32129, 0, 0, 0.91706, 0.39875, 900, 255, 1, '', 48632, NULL), +(@OGUID+7410, 1731, 0, 40, 0, 1, 1, -11386.2, 1643.82, 72.648, 1.98967, 0, 0, 0.83867, 0.54464, 900, 255, 1, '', 48120, NULL), +(@OGUID+7411, 1731, 0, 40, 0, 1, 1, -11350.8, 1548.55, 30.5495, 4.45059, 0, 0, -0.793353, 0.608762, 900, 255, 1, '', 48120, NULL), +(@OGUID+7412, 1731, 0, 40, 0, 1, 1, -11328.8, 1594.18, 36.9639, 4.46804, 0, 0, -0.788011, 0.615662, 900, 255, 1, '', 48632, NULL), +(@OGUID+7413, 1731, 0, 40, 0, 1, 1, -11326.7, 1576.02, 35.6833, 0.226892, 0, 0, 0.113203, 0.993572, 900, 255, 1, '', 48632, NULL), +(@OGUID+7414, 1731, 0, 40, 0, 1, 1, -11320.6, 1559.97, 28.1727, 0.139624, 0, 0, 0.0697556, 0.997564, 900, 255, 1, '', 48632, NULL), +(@OGUID+7415, 1731, 0, 40, 0, 1, 1, -11308.4, 1854.01, 17.9742, 4.72984, 0, 0, -0.700909, 0.713251, 900, 255, 1, '', 48120, NULL), +(@OGUID+7416, 1731, 0, 40, 0, 1, 1, -11306.8, 1566.3, 37.7273, 1.67551, 0, 0, 0.743144, 0.669131, 900, 255, 1, '', 48120, NULL), +(@OGUID+7417, 1731, 0, 40, 0, 1, 1, -11298.1, 1636.16, 61.5966, 0.209439, 0, 0, 0.104528, 0.994522, 900, 255, 1, '', 48632, NULL), +(@OGUID+7418, 1731, 0, 40, 0, 1, 1, -11287.6, 1565.5, 37.6382, 5.20108, 0, 0, -0.515038, 0.857168, 900, 255, 1, '', 49345, NULL), +(@OGUID+7419, 1731, 0, 40, 0, 1, 1, -11278.8, 1137.58, 97.9341, 0.90757, 0, 0, 0.438371, 0.898794, 900, 255, 1, '', 48120, NULL), +(@OGUID+7420, 1731, 0, 40, 0, 1, 1, -11264.5, 1643.5, 34.9335, 4.59022, 0, 0, -0.748956, 0.66262, 900, 255, 1, '', 48340, NULL), +(@OGUID+7421, 1731, 0, 40, 0, 1, 1, -11258, 1501.48, 38.3513, 0.104719, 0, 0, 0.0523357, 0.99863, 900, 255, 1, '', 48632, NULL), +(@OGUID+7422, 1731, 0, 40, 0, 1, 1, -11257.2, 1054.57, 109.002, 6.16101, 0, 0, -0.0610485, 0.998135, 900, 255, 1, '', 48120, NULL), +(@OGUID+7423, 1731, 0, 40, 0, 1, 1, -11243, 1217.15, 92.6842, 3.59538, 0, 0, -0.97437, 0.224951, 900, 255, 1, '', 48120, NULL), +(@OGUID+7424, 1731, 0, 40, 0, 1, 1, -11238.7, 832.159, 51.1331, 3.24635, 0, 0, -0.998629, 0.0523532, 900, 255, 1, '', 48632, NULL), +(@OGUID+7425, 1731, 0, 40, 0, 1, 1, -11231.4, 1625.16, 28.2586, 1.20428, 0, 0, 0.566406, 0.824126, 900, 255, 1, '', 48632, NULL), +(@OGUID+7426, 1731, 0, 40, 0, 1, 1, -11217.4, 1538.02, 35.4237, 6.14356, 0, 0, -0.0697556, 0.997564, 900, 255, 1, '', 48632, NULL), +(@OGUID+7427, 1731, 0, 40, 0, 1, 1, -11200.1, 1519.64, 20.3315, 5.14872, 0, 0, -0.537299, 0.843392, 900, 255, 1, '', 48632, NULL), +(@OGUID+7428, 1731, 0, 40, 0, 1, 1, -11194.9, 682.466, 36.5628, 2.84488, 0, 0, 0.989016, 0.147811, 900, 255, 1, '', 48120, NULL), +(@OGUID+7429, 1731, 0, 40, 0, 1, 1, -11194.2, 1694.54, 45.6586, 1.46608, 0, 0, 0.66913, 0.743145, 900, 255, 1, '', 48632, NULL), +(@OGUID+7430, 1731, 0, 40, 0, 1, 1, -11193.2, 1441.63, 89.3392, 3.15906, 0, 0, -0.999962, 0.00873464, 900, 255, 1, '', 48632, NULL), +(@OGUID+7431, 1731, 0, 40, 0, 1, 1, -11187.9, 1549.99, 20.5152, 5.81195, 0, 0, -0.233445, 0.97237, 900, 255, 1, '', 48120, NULL), +(@OGUID+7432, 1731, 0, 40, 0, 1, 1, -11175.3, 1637.78, 27.8243, 4.83456, 0, 0, -0.66262, 0.748956, 900, 255, 1, '', 48632, NULL), +(@OGUID+7433, 1731, 0, 40, 0, 1, 1, -11175.1, 1620.2, 29.506, 5.44543, 0, 0, -0.406736, 0.913546, 900, 255, 1, '', 48120, NULL), +(@OGUID+7434, 1731, 0, 40, 0, 1, 1, -11172, 1969.6, 21.3377, 2.3911, 0, 0, 0.930417, 0.366502, 900, 255, 1, '', 48120, NULL), +(@OGUID+7435, 1731, 0, 40, 0, 1, 1, -11158.4, 1563.48, 22.8032, 4.45059, 0, 0, -0.793353, 0.608762, 900, 255, 1, '', 48632, NULL), +(@OGUID+7436, 1731, 0, 40, 0, 1, 1, -11151.8, 1017.99, 39.6759, 2.26893, 0, 0, 0.906307, 0.422619, 900, 255, 1, '', 48120, NULL), +(@OGUID+7437, 1731, 0, 40, 0, 1, 1, -11149.5, 1547.8, 21.3038, 0.942477, 0, 0, 0.45399, 0.891007, 900, 255, 1, '', 48340, NULL), +(@OGUID+7438, 1731, 0, 40, 0, 1, 1, -11146.3, 1511.21, 23.6603, 3.57793, 0, 0, -0.976295, 0.216442, 900, 255, 1, '', 48340, NULL), +(@OGUID+7439, 1731, 0, 40, 0, 1, 1, -11133.9, 1440.32, 59.9664, 4.25861, 0, 0, -0.848047, 0.529921, 900, 255, 1, '', 48120, NULL), +(@OGUID+7440, 1731, 0, 40, 0, 1, 1, -11120.5, 1514.43, 24.9607, 5.44543, 0, 0, -0.406736, 0.913546, 900, 255, 1, '', 48632, NULL), +(@OGUID+7441, 1731, 0, 40, 0, 1, 1, -11113.2, 1486.36, 25.2311, 3.28124, 0, 0, -0.997563, 0.0697661, 900, 255, 1, '', 48632, NULL), +(@OGUID+7442, 1731, 0, 40, 0, 1, 1, -11111.9, 1118.64, 54.0787, 4.4855, 0, 0, -0.782608, 0.622515, 900, 255, 1, '', 48120, NULL), +(@OGUID+7443, 1731, 0, 40, 0, 1, 1, -11087.8, 2077.56, 5.49718, 2.3911, 0, 0, 0.930417, 0.366502, 900, 255, 1, '', 48120, NULL), +(@OGUID+7444, 1731, 0, 40, 0, 1, 1, -11082.8, 1519.41, 29.8961, 5.95157, 0, 0, -0.165047, 0.986286, 900, 255, 1, '', 48632, NULL), +(@OGUID+7445, 1731, 0, 40, 0, 1, 1, -11051.7, 1347.31, 43.2865, 2.82743, 0, 0, 0.987688, 0.156436, 900, 255, 1, '', 48340, NULL), +(@OGUID+7446, 1731, 0, 40, 0, 1, 1, -11018.8, 960.273, 38.1789, 0.90757, 0, 0, 0.438371, 0.898794, 900, 255, 1, '', 48120, NULL), +(@OGUID+7447, 1731, 0, 40, 0, 1, 1, -11008.9, 835.871, 36.7729, 1.02974, 0, 0, 0.492423, 0.870356, 900, 255, 1, '', 48632, NULL), +(@OGUID+7448, 1731, 0, 40, 0, 1, 1, -10904, 2098.75, 13.2407, 0.523598, 0, 0, 0.258819, 0.965926, 900, 255, 1, '', 48120, NULL), +(@OGUID+7449, 1731, 0, 40, 0, 1, 1, -10809.5, 2013.99, 20.7217, 1.97222, 0, 0, 0.833885, 0.551938, 900, 255, 1, '', 48632, NULL), +(@OGUID+7450, 1731, 0, 40, 0, 1, 1, -10795.9, 1266.73, 34.3962, 1.32645, 0, 0, 0.615661, 0.788011, 900, 255, 1, '', 48120, NULL), +(@OGUID+7451, 1731, 0, 40, 0, 1, 1, -10782.3, 1400.45, 23.0415, 1.71042, 0, 0, 0.754709, 0.656059, 900, 255, 1, '', 47966, NULL), +(@OGUID+7452, 1731, 0, 40, 0, 1, 1, -10738.4, 2188.22, 16.2193, 5.49779, 0, 0, -0.382683, 0.92388, 900, 255, 1, '', 48120, NULL), +(@OGUID+7453, 1731, 0, 40, 0, 1, 1, -10679.6, 2004.03, 17.5325, 4.53786, 0, 0, -0.766044, 0.642789, 900, 255, 1, '', 48632, NULL), +(@OGUID+7454, 1731, 0, 40, 0, 1, 1, -10677.6, 863.392, 42.8536, 3.35105, 0, 0, -0.994521, 0.104536, 900, 255, 1, '', 48120, NULL), +(@OGUID+7455, 1731, 0, 40, 0, 1, 1, -10673.2, 691.022, 43.2237, 0.733038, 0, 0, 0.358368, 0.93358, 900, 255, 1, '', 48120, NULL), +(@OGUID+7456, 1731, 0, 40, 0, 1, 1, -10595.6, 1990.49, -4.30636, 1.64061, 0, 0, 0.731353, 0.681999, 900, 255, 1, '', 48120, NULL), +(@OGUID+7457, 1731, 0, 40, 0, 1, 1, -10562.8, 2011.39, -6.07262, 3.12412, 0, 0, 0.999962, 0.00873464, 900, 255, 1, '', 48120, NULL), +(@OGUID+7458, 1731, 0, 40, 0, 1, 1, -10560.3, 1980.62, -2.54986, 3.87463, 0, 0, -0.93358, 0.358368, 900, 255, 1, '', 48632, NULL), +(@OGUID+7459, 1731, 0, 40, 0, 1, 1, -10557.3, 1950.03, -1.81455, 2.23402, 0, 0, 0.898793, 0.438373, 900, 255, 1, '', 48120, NULL), +(@OGUID+7460, 1731, 0, 40, 0, 1, 1, -10544, 1994.56, -8.69469, 5.63741, 0, 0, -0.317305, 0.948324, 900, 255, 1, '', 48632, NULL), +(@OGUID+7461, 1731, 0, 40, 0, 1, 1, -10524.5, 1949.69, 5.92688, 3.26377, 0, 0, -0.998135, 0.0610518, 900, 255, 1, '', 48632, NULL), +(@OGUID+7462, 1731, 0, 40, 0, 1, 1, -10519.2, 677.127, 15.6122, 2.58308, 0, 0, 0.961261, 0.27564, 900, 255, 1, '', 47966, NULL), +(@OGUID+7463, 1731, 0, 40, 0, 1, 1, -10515.4, 1963.25, 7.24226, 4.39823, 0, 0, -0.809016, 0.587786, 900, 255, 1, '', 48120, NULL), +(@OGUID+7464, 1731, 0, 40, 0, 1, 1, -10492.3, 1913.15, 41.5969, 4.60767, 0, 0, -0.743144, 0.669131, 900, 255, 1, '', 48120, NULL), +(@OGUID+7465, 1731, 0, 40, 0, 1, 1, -10479, 1994.38, 12.0118, 0.890117, 0, 0, 0.430511, 0.902586, 900, 255, 1, '', 48340, NULL), +(@OGUID+7466, 1731, 0, 40, 0, 1, 1, -10476.6, 1951.56, 11.4407, 0.139624, 0, 0, 0.0697556, 0.997564, 900, 255, 1, '', 48632, NULL), +(@OGUID+7467, 1731, 0, 40, 0, 1, 1, -10476.2, 1968.14, 9.30176, 1.97222, 0, 0, 0.833885, 0.551938, 900, 255, 1, '', 48632, NULL), +(@OGUID+7468, 1731, 0, 40, 0, 1, 1, -10467.7, 1346.31, 45.3696, 2.53072, 0, 0, 0.953716, 0.300708, 900, 255, 1, '', 48120, NULL), +(@OGUID+7469, 1731, 0, 40, 0, 1, 1, -10466.7, 1001.84, 49.0825, 3.7001, 0, 0, -0.961261, 0.27564, 900, 255, 1, '', 48632, NULL), +(@OGUID+7470, 1731, 0, 40, 0, 1, 1, -10446.2, 1932.17, 13.1238, 3.05433, 0, 0, 0.999048, 0.0436193, 900, 255, 1, '', 48120, NULL), +(@OGUID+7471, 1731, 0, 40, 0, 1, 1, -10431, 1931.26, 10.2356, 5.39307, 0, 0, -0.430511, 0.902586, 900, 255, 1, '', 48632, NULL), +(@OGUID+7472, 1731, 0, 40, 0, 1, 1, -10411.3, 1948.61, 12.6105, 5.53269, 0, 0, -0.366501, 0.930418, 900, 255, 1, '', 48120, NULL), +(@OGUID+7473, 1731, 0, 40, 0, 1, 1, -10401.1, 1803.21, 28.0696, 4.71239, 0, 0, -0.707107, 0.707107, 900, 255, 1, '', 48340, NULL), +(@OGUID+7474, 1731, 0, 40, 0, 1, 1, -10343.2, 773.869, 31.3173, 0.122173, 0, 0, 0.0610485, 0.998135, 900, 255, 1, '', 47966, NULL), +(@OGUID+7475, 1731, 0, 40, 0, 1, 1, -10326.8, 1437.81, 41.681, 1.55334, 0, 0, 0.700909, 0.713251, 900, 255, 1, '', 48120, NULL), +(@OGUID+7476, 1731, 0, 40, 0, 1, 1, -10314.5, 1278.49, 45.8038, 2.25147, 0, 0, 0.902585, 0.430512, 900, 255, 1, '', 48632, NULL), +(@OGUID+7477, 1731, 0, 40, 0, 1, 1, -10291.3, 1942.4, 35.3724, 5.14872, 0, 0, -0.537299, 0.843392, 900, 255, 1, '', 47966, NULL), +(@OGUID+7478, 1731, 0, 40, 0, 1, 1, -10237.9, 1316.13, 43.1496, 4.81711, 0, 0, -0.66913, 0.743145, 900, 255, 1, '', 48340, NULL), +(@OGUID+7479, 1731, 0, 40, 0, 1, 1, -10206.2, 1805.9, 38.0356, 6.02139, 0, 0, -0.130526, 0.991445, 900, 255, 1, '', 47966, NULL), +(@OGUID+7480, 1731, 0, 40, 0, 1, 1, -10205.7, 1951.59, 21.2334, 1.22173, 0, 0, 0.573576, 0.819152, 900, 255, 1, '', 47966, NULL), +(@OGUID+7481, 1731, 0, 40, 0, 1, 1, -10133.8, 793.8, 19.4021, 0.837757, 0, 0, 0.406736, 0.913546, 900, 255, 1, '', 48632, NULL), +(@OGUID+7482, 1731, 0, 40, 0, 1, 1, -10089.5, 1729.51, 39.0119, 1.97222, 0, 0, 0.833885, 0.551938, 900, 255, 1, '', 48120, NULL), +(@OGUID+7483, 1731, 0, 40, 0, 1, 1, -10029.4, 2017.66, -15.1234, 3.01941, 0, 0, 0.998135, 0.0610518, 900, 255, 1, '', 48120, NULL), +(@OGUID+7484, 1731, 0, 40, 0, 1, 1, -10014.4, 1386.8, 41.4724, 1.8675, 0, 0, 0.803857, 0.594823, 900, 255, 1, '', 48340, NULL), +(@OGUID+7485, 1731, 0, 40, 0, 1, 1, -10008.9, 878.734, 38.924, 0.890117, 0, 0, 0.430511, 0.902586, 900, 255, 1, '', 47966, NULL), +(@OGUID+7486, 1731, 0, 40, 0, 1, 1, -10008.5, 1865.07, 20.2473, 2.74016, 0, 0, 0.979924, 0.19937, 900, 255, 1, '', 49345, NULL), +(@OGUID+7487, 1731, 0, 40, 0, 1, 1, -9966.55, 1790.64, 20.2446, 4.45059, 0, 0, -0.793353, 0.608762, 900, 255, 1, '', 48340, NULL), +(@OGUID+7488, 1731, 0, 40, 0, 1, 1, -9948.77, 1447.63, 41.2014, 1.29154, 0, 0, 0.601814, 0.798636, 900, 255, 1, '', 49345, NULL), +(@OGUID+7489, 1731, 0, 40, 0, 1, 1, -9934.66, 1449.2, 41.0367, 0.331611, 0, 0, 0.165047, 0.986286, 900, 255, 1, '', 48340, NULL), +(@OGUID+7490, 1731, 0, 40, 0, 1, 1, -9917.85, 884.944, 33.5319, 3.73501, 0, 0, -0.956305, 0.292372, 900, 255, 1, '', 48120, NULL), +(@OGUID+7491, 1731, 0, 40, 0, 1, 1, -9917.51, 1586.95, 43.3489, 2.21657, 0, 0, 0.894934, 0.446199, 900, 255, 1, '', 48340, NULL), +(@OGUID+7492, 1731, 0, 40, 0, 1, 1, -9912.36, 1115.99, 37.6016, 5.74214, 0, 0, -0.267238, 0.963631, 900, 255, 1, '', 48632, NULL), +(@OGUID+7493, 1731, 0, 40, 0, 1, 1, -9905.59, 1435.75, 40.0603, 4.50295, 0, 0, -0.777145, 0.629321, 900, 255, 1, '', 48632, NULL), +(@OGUID+7494, 1731, 0, 40, 0, 1, 1, -9892.91, 1420.5, 41.3209, 1.36136, 0, 0, 0.62932, 0.777146, 900, 255, 1, '', 48120, 'Original position_y: 1420.05'), +(@OGUID+7495, 1731, 0, 40, 0, 1, 1, -9888.8, 1745.42, 18.9283, 1.67551, 0, 0, 0.743144, 0.669131, 900, 255, 1, '', 48120, NULL), +(@OGUID+7496, 1731, 0, 40, 0, 1, 1, -9871.07, 1421.18, 45.4027, 0.733038, 0, 0, 0.358368, 0.93358, 900, 255, 1, '', 49345, NULL), +(@OGUID+7497, 1731, 0, 40, 0, 1, 1, -9861.03, 1451.54, 41.9984, 5.88176, 0, 0, -0.199368, 0.979925, 900, 255, 1, '', 48120, NULL), +(@OGUID+7498, 1731, 0, 40, 0, 1, 1, -9854.38, 1380.9, 38.568, 3.68265, 0, 0, -0.96363, 0.267241, 900, 255, 1, '', 48120, NULL), +(@OGUID+7499, 1731, 0, 40, 0, 1, 1, -9849.11, 1442.37, 40.4727, 2.63544, 0, 0, 0.968147, 0.250381, 900, 255, 1, '', 48632, NULL), +(@OGUID+7500, 1731, 0, 40, 0, 1, 1, -9833.92, 1408.46, 38.2337, 3.45576, 0, 0, -0.987688, 0.156436, 900, 255, 1, '', 48340, NULL), +(@OGUID+7501, 1731, 0, 40, 0, 1, 1, -9830.03, 1401.71, 48.2202, 3.52557, 0, 0, -0.981627, 0.190812, 900, 255, 1, '', 48120, NULL), +(@OGUID+7502, 1731, 0, 40, 0, 1, 1, -9815.68, 1416.98, 38.3897, 1.3439, 0, 0, 0.622514, 0.782609, 900, 255, 1, '', 48632, NULL), +(@OGUID+7503, 1731, 0, 40, 0, 1, 1, -9763.95, 1813.47, -6.19053, 0.0174525, 0, 0, 0.00872612, 0.999962, 900, 255, 1, '', 48120, NULL), +(@OGUID+7504, 1731, 0, 40, 0, 1, 1, -9756.33, 1008.48, 35.1334, 5.20108, 0, 0, -0.515038, 0.857168, 900, 255, 1, '', 48632, NULL), +(@OGUID+7505, 1731, 0, 40, 0, 1, 1, -9741.26, 1284.89, 41.5235, 4.17134, 0, 0, -0.870356, 0.492424, 900, 255, 1, '', 48120, NULL), +(@OGUID+7506, 1731, 0, 40, 0, 1, 1, -9736.57, 1076.61, 17.0875, 5.41052, 0, 0, -0.422618, 0.906308, 900, 255, 1, '', 48632, NULL), +(@OGUID+7507, 1731, 0, 40, 0, 1, 1, -9687.82, 915.132, 36.3152, 3.71755, 0, 0, -0.958819, 0.284016, 900, 255, 1, '', 48632, NULL), +(@OGUID+7508, 1731, 0, 40, 0, 1, 1, -9602.69, 969.846, 39.3992, 3.61284, 0, 0, -0.972369, 0.233448, 900, 255, 1, '', 47966, NULL), +(@OGUID+7509, 1732, 0, 40, 0, 1, 1, -11352.5, 1696.74, 41.2359, 3.14159, 0, 0, -1, 0, 900, 255, 1, '', 48120, NULL), +(@OGUID+7510, 1732, 0, 40, 0, 1, 1, -11324.3, 1661.3, 67.0822, 3.7001, 0, 0, -0.961261, 0.27564, 900, 255, 1, '', 48632, NULL), +(@OGUID+7511, 1732, 0, 40, 0, 1, 1, -11302.4, 1478.61, 91.7132, 4.55531, 0, 0, -0.760406, 0.649449, 900, 255, 1, '', 48120, NULL), +(@OGUID+7512, 1732, 0, 40, 0, 1, 1, -11263.2, 1572.27, 35.4166, 2.40855, 0, 0, 0.93358, 0.358368, 900, 255, 1, '', 48632, NULL), +(@OGUID+7513, 1732, 0, 40, 0, 1, 1, -11252, 1595.68, 34.8681, 2.89725, 0, 0, 0.992546, 0.12187, 900, 255, 1, '', 48632, NULL), +(@OGUID+7514, 1732, 0, 40, 0, 1, 1, -11249.5, 786.607, 49.3313, 4.20625, 0, 0, -0.861629, 0.507539, 900, 255, 1, '', 48632, NULL), +(@OGUID+7515, 1732, 0, 40, 0, 1, 1, -11244.7, 1493.59, 24.5914, 4.93928, 0, 0, -0.622514, 0.782609, 900, 255, 1, '', 48632, NULL), +(@OGUID+7516, 1732, 0, 40, 0, 1, 1, -11239.2, 1564.08, 72.4693, 1.0821, 0, 0, 0.515038, 0.857168, 900, 255, 1, '', 48632, NULL), +(@OGUID+7517, 1732, 0, 40, 0, 1, 1, -11238.8, 1561.65, 35.6531, 0.436332, 0, 0, 0.216439, 0.976296, 900, 255, 1, '', 48120, NULL), +(@OGUID+7518, 1732, 0, 40, 0, 1, 1, -11234.7, 1599.2, 33.5784, 3.3685, 0, 0, -0.993571, 0.113208, 900, 255, 1, '', 49345, NULL), +(@OGUID+7519, 1732, 0, 40, 0, 1, 1, -11226.9, 1503.5, 27.7697, 4.50295, 0, 0, -0.777145, 0.629321, 900, 255, 1, '', 48120, NULL), +(@OGUID+7520, 1732, 0, 40, 0, 1, 1, -11200.8, 1469.9, 17.5255, 3.38594, 0, 0, -0.992546, 0.12187, 900, 255, 1, '', 48632, NULL), +(@OGUID+7521, 1732, 0, 40, 0, 1, 1, -11185.4, 1487.03, 16.6621, 5.93412, 0, 0, -0.173648, 0.984808, 900, 255, 1, '', 48632, NULL), +(@OGUID+7522, 1732, 0, 40, 0, 1, 1, -11171.6, 653.933, 40.0183, 0.977383, 0, 0, 0.469471, 0.882948, 900, 255, 1, '', 48632, NULL), +(@OGUID+7523, 1732, 0, 40, 0, 1, 1, -11170.9, 1289.2, 92.1205, 5.07891, 0, 0, -0.566406, 0.824126, 900, 255, 1, '', 48632, NULL), +(@OGUID+7524, 1732, 0, 40, 0, 1, 1, -11159.2, 981.381, 52.027, 2.74016, 0, 0, 0.979924, 0.19937, 900, 255, 1, '', 48120, NULL), +(@OGUID+7525, 1732, 0, 40, 0, 1, 1, -11134.8, 1630.65, 47.5503, 0.436332, 0, 0, 0.216439, 0.976296, 900, 255, 1, '', 48632, NULL), +(@OGUID+7526, 1732, 0, 40, 0, 1, 1, -11095.1, 1161.66, 54.5803, 1.22173, 0, 0, 0.573576, 0.819152, 900, 255, 1, '', 48340, NULL), +(@OGUID+7527, 1732, 0, 40, 0, 1, 1, -10995, 1979.65, 34.9596, 0.314158, 0, 0, 0.156434, 0.987688, 900, 255, 1, '', 48120, NULL), +(@OGUID+7528, 1732, 0, 40, 0, 1, 1, -10803.1, 1889.43, 60.5385, 1.88495, 0, 0, 0.809016, 0.587786, 900, 255, 1, '', 48120, NULL), +(@OGUID+7529, 1732, 0, 40, 0, 1, 1, -10588.5, 2009.49, -3.73039, 1.46608, 0, 0, 0.66913, 0.743145, 900, 255, 1, '', 49345, NULL), +(@OGUID+7530, 1732, 0, 40, 0, 1, 1, -10581.9, 1972.7, -2.55669, 4.45059, 0, 0, -0.793353, 0.608762, 900, 255, 1, '', 49345, NULL), +(@OGUID+7531, 1732, 0, 40, 0, 1, 1, -10533.9, 1938.48, 5.95517, 0.523598, 0, 0, 0.258819, 0.965926, 900, 255, 1, '', 49345, NULL), +(@OGUID+7532, 1732, 0, 40, 0, 1, 1, -10528.4, 2002.69, -8.60176, 0.261798, 0, 0, 0.130526, 0.991445, 900, 255, 1, '', 48632, NULL), +(@OGUID+7533, 1732, 0, 40, 0, 1, 1, -10501.5, 1959.41, 9.71284, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 49345, NULL), +(@OGUID+7534, 1732, 0, 40, 0, 1, 1, -10488.2, 1941.07, 10.6379, 0.715585, 0, 0, 0.350207, 0.936672, 900, 255, 1, '', 48340, NULL), +(@OGUID+7535, 1732, 0, 40, 0, 1, 1, -10485.6, 1978.79, 8.9745, 5.5676, 0, 0, -0.350207, 0.936672, 900, 255, 1, '', 48120, NULL), +(@OGUID+7536, 1732, 0, 40, 0, 1, 1, -10484.2, 1968.27, 12.5137, 2.56563, 0, 0, 0.958819, 0.284016, 900, 255, 1, '', 48120, NULL), +(@OGUID+7537, 1732, 0, 40, 0, 1, 1, -10464.3, 1994.92, 7.87331, 4.27606, 0, 0, -0.843391, 0.5373, 900, 255, 1, '', 49345, NULL), +(@OGUID+7538, 1732, 0, 40, 0, 1, 1, -10463.2, 1942.88, 12.7752, 5.65487, 0, 0, -0.309016, 0.951057, 900, 255, 1, '', 48120, NULL), +(@OGUID+7539, 1732, 0, 40, 0, 1, 1, -10460.7, 1860.94, 42.2707, 3.54302, 0, 0, -0.979924, 0.19937, 900, 255, 1, '', 48120, NULL), +(@OGUID+7540, 1732, 0, 40, 0, 1, 1, -10452.8, 1954.38, 10.0397, 0.104719, 0, 0, 0.0523357, 0.99863, 900, 255, 1, '', 49345, NULL), +(@OGUID+7541, 1732, 0, 40, 0, 1, 1, -10451.7, 1912.81, 12.0031, 4.38078, 0, 0, -0.814116, 0.580703, 900, 255, 1, '', 48632, NULL), +(@OGUID+7542, 1732, 0, 40, 0, 1, 1, -10376, 1898.9, 13.8374, 4.7822, 0, 0, -0.681998, 0.731354, 900, 255, 1, '', 49345, NULL), +(@OGUID+7543, 1732, 0, 40, 0, 1, 1, -10375.5, 1669.81, 37.2967, 0.436332, 0, 0, 0.216439, 0.976296, 900, 255, 1, '', 49345, NULL), +(@OGUID+7544, 1732, 0, 40, 0, 1, 1, -10354.3, 1986.82, 15.429, 4.01426, 0, 0, -0.906307, 0.422619, 900, 255, 1, '', 48632, NULL), +(@OGUID+7545, 1732, 0, 40, 0, 1, 1, -10169, 2039.09, 6.40937, 4.13643, 0, 0, -0.878817, 0.47716, 900, 255, 1, '', 48632, NULL), +(@OGUID+7546, 1732, 0, 40, 0, 1, 1, -10121.7, 1896.4, 21.4819, 5.67232, 0, 0, -0.300705, 0.953717, 900, 255, 1, '', 48340, NULL), +(@OGUID+7547, 1732, 0, 40, 0, 1, 1, -9927.15, 1456.44, 41.3144, 3.50812, 0, 0, -0.983254, 0.182238, 900, 255, 1, '', 48120, NULL), +(@OGUID+7548, 1732, 0, 40, 0, 1, 1, -9879.92, 1410.21, 45.6654, 1.97222, 0, 0, 0.833885, 0.551938, 900, 255, 1, '', 48632, NULL), +(@OGUID+7549, 1732, 0, 40, 0, 1, 1, -9876.46, 1458.12, 46.8967, 3.73501, 0, 0, -0.956305, 0.292372, 900, 255, 1, '', 48340, NULL), +(@OGUID+7550, 1732, 0, 40, 0, 1, 1, -9859.78, 1395.48, 40.2416, 3.17653, 0, 0, -0.999847, 0.0174693, 900, 255, 1, '', 48120, NULL), +(@OGUID+7551, 1732, 0, 40, 0, 1, 1, -9821, 1430.39, 38.0736, 4.43314, 0, 0, -0.798635, 0.601815, 900, 255, 1, '', 48340, NULL), +(@OGUID+7552, 1732, 0, 40, 0, 1, 1, -11324.3, 1661.3, 67.0822, 3.7001, 0, 0, -0.961261, 0.27564, 900, 255, 1, '', 49345, NULL), +(@OGUID+7553, 1732, 0, 40, 0, 1, 1, -10463.2, 1942.88, 12.7752, 5.65487, 0, 0, -0.309016, 0.951057, 900, 255, 1, '', 48632, NULL), +(@OGUID+7554, 1732, 0, 40, 0, 1, 1, -9957.6, 1459.63, 42.6001, 2.11185, 0, 0, 0.870356, 0.492424, 900, 255, 1, '', 49345, NULL), +(@OGUID+7555, 1733, 0, 40, 0, 1, 1, -11352.5, 1696.74, 41.2359, 3.14159, 0, 0, -1, 0, 900, 255, 1, '', 48120, NULL), +(@OGUID+7556, 1733, 0, 40, 0, 1, 1, -11324.3, 1661.3, 67.0822, 3.7001, 0, 0, -0.961261, 0.27564, 900, 255, 1, '', 48632, NULL), +(@OGUID+7557, 1733, 0, 40, 0, 1, 1, -11302.4, 1478.61, 91.7132, 4.55531, 0, 0, -0.760406, 0.649449, 900, 255, 1, '', 48120, NULL), +(@OGUID+7558, 1733, 0, 40, 0, 1, 1, -11263.2, 1572.27, 35.4166, 2.40855, 0, 0, 0.93358, 0.358368, 900, 255, 1, '', 48632, NULL), +(@OGUID+7559, 1733, 0, 40, 0, 1, 1, -11252, 1595.68, 34.8681, 2.89725, 0, 0, 0.992546, 0.12187, 900, 255, 1, '', 48632, NULL), +(@OGUID+7560, 1733, 0, 40, 0, 1, 1, -11249.5, 786.607, 49.3313, 4.20625, 0, 0, -0.861629, 0.507539, 900, 255, 1, '', 48632, NULL), +(@OGUID+7561, 1733, 0, 40, 0, 1, 1, -11244.7, 1493.59, 24.5914, 4.93928, 0, 0, -0.622514, 0.782609, 900, 255, 1, '', 48632, NULL), +(@OGUID+7562, 1733, 0, 40, 0, 1, 1, -11239.2, 1564.08, 72.4693, 1.0821, 0, 0, 0.515038, 0.857168, 900, 255, 1, '', 48632, NULL), +(@OGUID+7563, 1733, 0, 40, 0, 1, 1, -11238.8, 1561.65, 35.6531, 0.436332, 0, 0, 0.216439, 0.976296, 900, 255, 1, '', 48120, NULL), +(@OGUID+7564, 1733, 0, 40, 0, 1, 1, -11234.7, 1599.2, 33.5784, 3.3685, 0, 0, -0.993571, 0.113208, 900, 255, 1, '', 49345, NULL), +(@OGUID+7565, 1733, 0, 40, 0, 1, 1, -11226.9, 1503.5, 27.7697, 4.50295, 0, 0, -0.777145, 0.629321, 900, 255, 1, '', 48120, NULL), +(@OGUID+7566, 1733, 0, 40, 0, 1, 1, -11200.8, 1469.9, 17.5255, 3.38594, 0, 0, -0.992546, 0.12187, 900, 255, 1, '', 48632, NULL), +(@OGUID+7567, 1733, 0, 40, 0, 1, 1, -11185.4, 1487.03, 16.6621, 5.93412, 0, 0, -0.173648, 0.984808, 900, 255, 1, '', 48632, NULL), +(@OGUID+7568, 1733, 0, 40, 0, 1, 1, -11171.6, 653.933, 40.0183, 0.977383, 0, 0, 0.469471, 0.882948, 900, 255, 1, '', 48632, NULL), +(@OGUID+7569, 1733, 0, 40, 0, 1, 1, -11170.9, 1289.2, 92.1205, 5.07891, 0, 0, -0.566406, 0.824126, 900, 255, 1, '', 48632, NULL), +(@OGUID+7570, 1733, 0, 40, 0, 1, 1, -11159.2, 981.381, 52.027, 2.74016, 0, 0, 0.979924, 0.19937, 900, 255, 1, '', 48120, NULL), +(@OGUID+7571, 1733, 0, 40, 0, 1, 1, -11134.8, 1630.65, 47.5503, 0.436332, 0, 0, 0.216439, 0.976296, 900, 255, 1, '', 48632, NULL), +(@OGUID+7572, 1733, 0, 40, 0, 1, 1, -11095.1, 1161.66, 54.5803, 1.22173, 0, 0, 0.573576, 0.819152, 900, 255, 1, '', 48340, NULL), +(@OGUID+7573, 1733, 0, 40, 0, 1, 1, -10995, 1979.65, 34.9596, 0.314158, 0, 0, 0.156434, 0.987688, 900, 255, 1, '', 48120, NULL), +(@OGUID+7574, 1733, 0, 40, 0, 1, 1, -10803.1, 1889.43, 60.5385, 1.88495, 0, 0, 0.809016, 0.587786, 900, 255, 1, '', 48120, NULL), +(@OGUID+7575, 1733, 0, 40, 0, 1, 1, -10588.5, 2009.49, -3.73039, 1.46608, 0, 0, 0.66913, 0.743145, 900, 255, 1, '', 49345, NULL), +(@OGUID+7576, 1733, 0, 40, 0, 1, 1, -10581.9, 1972.7, -2.55669, 4.45059, 0, 0, -0.793353, 0.608762, 900, 255, 1, '', 49345, NULL), +(@OGUID+7577, 1733, 0, 40, 0, 1, 1, -10533.9, 1938.48, 5.95517, 0.523598, 0, 0, 0.258819, 0.965926, 900, 255, 1, '', 49345, NULL), +(@OGUID+7578, 1733, 0, 40, 0, 1, 1, -10528.4, 2002.69, -8.60176, 0.261798, 0, 0, 0.130526, 0.991445, 900, 255, 1, '', 48632, NULL), +(@OGUID+7579, 1733, 0, 40, 0, 1, 1, -10501.5, 1959.41, 9.71284, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 49345, NULL), +(@OGUID+7580, 1733, 0, 40, 0, 1, 1, -10488.2, 1941.07, 10.6379, 0.715585, 0, 0, 0.350207, 0.936672, 900, 255, 1, '', 48340, NULL), +(@OGUID+7581, 1733, 0, 40, 0, 1, 1, -10485.6, 1978.79, 8.9745, 5.5676, 0, 0, -0.350207, 0.936672, 900, 255, 1, '', 48120, NULL), +(@OGUID+7582, 1733, 0, 40, 0, 1, 1, -10484.2, 1968.27, 12.5137, 2.56563, 0, 0, 0.958819, 0.284016, 900, 255, 1, '', 48120, NULL), +(@OGUID+7583, 1733, 0, 40, 0, 1, 1, -10464.3, 1994.92, 7.87331, 4.27606, 0, 0, -0.843391, 0.5373, 900, 255, 1, '', 49345, NULL), +(@OGUID+7584, 1733, 0, 40, 0, 1, 1, -10463.2, 1942.88, 12.7752, 5.65487, 0, 0, -0.309016, 0.951057, 900, 255, 1, '', 48120, NULL), +(@OGUID+7585, 1733, 0, 40, 0, 1, 1, -10460.7, 1860.94, 42.2707, 3.54302, 0, 0, -0.979924, 0.19937, 900, 255, 1, '', 48120, NULL), +(@OGUID+7586, 1733, 0, 40, 0, 1, 1, -10452.8, 1954.38, 10.0397, 0.104719, 0, 0, 0.0523357, 0.99863, 900, 255, 1, '', 49345, NULL), +(@OGUID+7587, 1733, 0, 40, 0, 1, 1, -10451.7, 1912.81, 12.0031, 4.38078, 0, 0, -0.814116, 0.580703, 900, 255, 1, '', 48632, NULL), +(@OGUID+7588, 1733, 0, 40, 0, 1, 1, -10376, 1898.9, 13.8374, 4.7822, 0, 0, -0.681998, 0.731354, 900, 255, 1, '', 49345, NULL), +(@OGUID+7589, 1733, 0, 40, 0, 1, 1, -10375.5, 1669.81, 37.2967, 0.436332, 0, 0, 0.216439, 0.976296, 900, 255, 1, '', 49345, NULL), +(@OGUID+7590, 1733, 0, 40, 0, 1, 1, -10354.3, 1986.82, 15.429, 4.01426, 0, 0, -0.906307, 0.422619, 900, 255, 1, '', 48632, NULL), +(@OGUID+7591, 1733, 0, 40, 0, 1, 1, -10169, 2039.09, 6.40937, 4.13643, 0, 0, -0.878817, 0.47716, 900, 255, 1, '', 48632, NULL), +(@OGUID+7592, 1733, 0, 40, 0, 1, 1, -10121.7, 1896.4, 21.4819, 5.67232, 0, 0, -0.300705, 0.953717, 900, 255, 1, '', 48340, NULL), +(@OGUID+7593, 1733, 0, 40, 0, 1, 1, -9927.15, 1456.44, 41.3144, 3.50812, 0, 0, -0.983254, 0.182238, 900, 255, 1, '', 48120, NULL), +(@OGUID+7594, 1733, 0, 40, 0, 1, 1, -9879.92, 1410.21, 45.6654, 1.97222, 0, 0, 0.833885, 0.551938, 900, 255, 1, '', 48632, NULL), +(@OGUID+7595, 1733, 0, 40, 0, 1, 1, -9876.46, 1458.12, 46.8967, 3.73501, 0, 0, -0.956305, 0.292372, 900, 255, 1, '', 48340, NULL), +(@OGUID+7596, 1733, 0, 40, 0, 1, 1, -9859.78, 1395.48, 40.2416, 3.17653, 0, 0, -0.999847, 0.0174693, 900, 255, 1, '', 48120, NULL), +(@OGUID+7597, 1733, 0, 40, 0, 1, 1, -9821, 1430.39, 38.0736, 4.43314, 0, 0, -0.798635, 0.601815, 900, 255, 1, '', 48340, NULL), +(@OGUID+7598, 1733, 0, 40, 0, 1, 1, -11324.3, 1661.3, 67.0822, 3.7001, 0, 0, -0.961261, 0.27564, 900, 255, 1, '', 49345, NULL), +(@OGUID+7599, 1733, 0, 40, 0, 1, 1, -10463.2, 1942.88, 12.7752, 5.65487, 0, 0, -0.309016, 0.951057, 900, 255, 1, '', 48632, NULL), +(@OGUID+7600, 1733, 0, 40, 0, 1, 1, -9957.6, 1459.63, 42.6001, 2.11185, 0, 0, 0.870356, 0.492424, 900, 255, 1, '', 49345, NULL); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+7509, @POOL_SINGLE+1003, 90, 'Westfall - Ore Pool - Tin Vein'), +(@OGUID+7510, @POOL_SINGLE+1004, 90, 'Westfall - Ore Pool - Tin Vein'), +(@OGUID+7511, @POOL_SINGLE+1005, 90, 'Westfall - Ore Pool - Tin Vein'), +(@OGUID+7512, @POOL_SINGLE+1006, 90, 'Westfall - Ore Pool - Tin Vein'), +(@OGUID+7513, @POOL_SINGLE+1007, 90, 'Westfall - Ore Pool - Tin Vein'), +(@OGUID+7514, @POOL_SINGLE+1008, 90, 'Westfall - Ore Pool - Tin Vein'), +(@OGUID+7515, @POOL_SINGLE+1009, 90, 'Westfall - Ore Pool - Tin Vein'), +(@OGUID+7516, @POOL_SINGLE+1010, 90, 'Westfall - Ore Pool - Tin Vein'), +(@OGUID+7517, @POOL_SINGLE+1011, 90, 'Westfall - Ore Pool - Tin Vein'), +(@OGUID+7518, @POOL_SINGLE+1012, 90, 'Westfall - Ore Pool - Tin Vein'), +(@OGUID+7519, @POOL_SINGLE+1013, 90, 'Westfall - Ore Pool - Tin Vein'), +(@OGUID+7520, @POOL_SINGLE+1014, 90, 'Westfall - Ore Pool - Tin Vein'), +(@OGUID+7521, @POOL_SINGLE+1015, 90, 'Westfall - Ore Pool - Tin Vein'), +(@OGUID+7522, @POOL_SINGLE+1016, 90, 'Westfall - Ore Pool - Tin Vein'), +(@OGUID+7523, @POOL_SINGLE+1017, 90, 'Westfall - Ore Pool - Tin Vein'), +(@OGUID+7524, @POOL_SINGLE+1018, 90, 'Westfall - Ore Pool - Tin Vein'), +(@OGUID+7525, @POOL_SINGLE+1019, 90, 'Westfall - Ore Pool - Tin Vein'), +(@OGUID+7526, @POOL_SINGLE+1020, 90, 'Westfall - Ore Pool - Tin Vein'), +(@OGUID+7527, @POOL_SINGLE+1021, 90, 'Westfall - Ore Pool - Tin Vein'), +(@OGUID+7528, @POOL_SINGLE+1022, 90, 'Westfall - Ore Pool - Tin Vein'), +(@OGUID+7529, @POOL_SINGLE+1023, 90, 'Westfall - Ore Pool - Tin Vein'), +(@OGUID+7530, @POOL_SINGLE+1024, 90, 'Westfall - Ore Pool - Tin Vein'), +(@OGUID+7531, @POOL_SINGLE+1025, 90, 'Westfall - Ore Pool - Tin Vein'), +(@OGUID+7532, @POOL_SINGLE+1026, 90, 'Westfall - Ore Pool - Tin Vein'), +(@OGUID+7533, @POOL_SINGLE+1027, 90, 'Westfall - Ore Pool - Tin Vein'), +(@OGUID+7534, @POOL_SINGLE+1028, 90, 'Westfall - Ore Pool - Tin Vein'), +(@OGUID+7535, @POOL_SINGLE+1029, 90, 'Westfall - Ore Pool - Tin Vein'), +(@OGUID+7536, @POOL_SINGLE+1030, 90, 'Westfall - Ore Pool - Tin Vein'), +(@OGUID+7537, @POOL_SINGLE+1031, 90, 'Westfall - Ore Pool - Tin Vein'), +(@OGUID+7538, @POOL_SINGLE+1032, 90, 'Westfall - Ore Pool - Tin Vein'), +(@OGUID+7539, @POOL_SINGLE+1033, 90, 'Westfall - Ore Pool - Tin Vein'), +(@OGUID+7540, @POOL_SINGLE+1034, 90, 'Westfall - Ore Pool - Tin Vein'), +(@OGUID+7541, @POOL_SINGLE+1035, 90, 'Westfall - Ore Pool - Tin Vein'), +(@OGUID+7542, @POOL_SINGLE+1036, 90, 'Westfall - Ore Pool - Tin Vein'), +(@OGUID+7543, @POOL_SINGLE+1037, 90, 'Westfall - Ore Pool - Tin Vein'), +(@OGUID+7544, @POOL_SINGLE+1038, 90, 'Westfall - Ore Pool - Tin Vein'), +(@OGUID+7545, @POOL_SINGLE+1039, 90, 'Westfall - Ore Pool - Tin Vein'), +(@OGUID+7546, @POOL_SINGLE+1040, 90, 'Westfall - Ore Pool - Tin Vein'), +(@OGUID+7547, @POOL_SINGLE+1041, 90, 'Westfall - Ore Pool - Tin Vein'), +(@OGUID+7548, @POOL_SINGLE+1042, 90, 'Westfall - Ore Pool - Tin Vein'), +(@OGUID+7549, @POOL_SINGLE+1043, 90, 'Westfall - Ore Pool - Tin Vein'), +(@OGUID+7550, @POOL_SINGLE+1044, 90, 'Westfall - Ore Pool - Tin Vein'), +(@OGUID+7551, @POOL_SINGLE+1045, 90, 'Westfall - Ore Pool - Tin Vein'), +(@OGUID+7552, @POOL_SINGLE+1046, 90, 'Westfall - Ore Pool - Tin Vein'), +(@OGUID+7553, @POOL_SINGLE+1047, 90, 'Westfall - Ore Pool - Tin Vein'), +(@OGUID+7554, @POOL_SINGLE+1048, 90, 'Westfall - Ore Pool - Tin Vein'), +(@OGUID+7555, @POOL_SINGLE+1003, 0, 'Westfall - Ore Pool - Silver Vein'), +(@OGUID+7556, @POOL_SINGLE+1004, 0, 'Westfall - Ore Pool - Silver Vein'), +(@OGUID+7557, @POOL_SINGLE+1005, 0, 'Westfall - Ore Pool - Silver Vein'), +(@OGUID+7558, @POOL_SINGLE+1006, 0, 'Westfall - Ore Pool - Silver Vein'), +(@OGUID+7559, @POOL_SINGLE+1007, 0, 'Westfall - Ore Pool - Silver Vein'), +(@OGUID+7560, @POOL_SINGLE+1008, 0, 'Westfall - Ore Pool - Silver Vein'), +(@OGUID+7561, @POOL_SINGLE+1009, 0, 'Westfall - Ore Pool - Silver Vein'), +(@OGUID+7562, @POOL_SINGLE+1010, 0, 'Westfall - Ore Pool - Silver Vein'), +(@OGUID+7563, @POOL_SINGLE+1011, 0, 'Westfall - Ore Pool - Silver Vein'), +(@OGUID+7564, @POOL_SINGLE+1012, 0, 'Westfall - Ore Pool - Silver Vein'), +(@OGUID+7565, @POOL_SINGLE+1013, 0, 'Westfall - Ore Pool - Silver Vein'), +(@OGUID+7566, @POOL_SINGLE+1014, 0, 'Westfall - Ore Pool - Silver Vein'), +(@OGUID+7567, @POOL_SINGLE+1015, 0, 'Westfall - Ore Pool - Silver Vein'), +(@OGUID+7568, @POOL_SINGLE+1016, 0, 'Westfall - Ore Pool - Silver Vein'), +(@OGUID+7569, @POOL_SINGLE+1017, 0, 'Westfall - Ore Pool - Silver Vein'), +(@OGUID+7570, @POOL_SINGLE+1018, 0, 'Westfall - Ore Pool - Silver Vein'), +(@OGUID+7571, @POOL_SINGLE+1019, 0, 'Westfall - Ore Pool - Silver Vein'), +(@OGUID+7572, @POOL_SINGLE+1020, 0, 'Westfall - Ore Pool - Silver Vein'), +(@OGUID+7573, @POOL_SINGLE+1021, 0, 'Westfall - Ore Pool - Silver Vein'), +(@OGUID+7574, @POOL_SINGLE+1022, 0, 'Westfall - Ore Pool - Silver Vein'), +(@OGUID+7575, @POOL_SINGLE+1023, 0, 'Westfall - Ore Pool - Silver Vein'), +(@OGUID+7576, @POOL_SINGLE+1024, 0, 'Westfall - Ore Pool - Silver Vein'), +(@OGUID+7577, @POOL_SINGLE+1025, 0, 'Westfall - Ore Pool - Silver Vein'), +(@OGUID+7578, @POOL_SINGLE+1026, 0, 'Westfall - Ore Pool - Silver Vein'), +(@OGUID+7579, @POOL_SINGLE+1027, 0, 'Westfall - Ore Pool - Silver Vein'), +(@OGUID+7580, @POOL_SINGLE+1028, 0, 'Westfall - Ore Pool - Silver Vein'), +(@OGUID+7581, @POOL_SINGLE+1029, 0, 'Westfall - Ore Pool - Silver Vein'), +(@OGUID+7582, @POOL_SINGLE+1030, 0, 'Westfall - Ore Pool - Silver Vein'), +(@OGUID+7583, @POOL_SINGLE+1031, 0, 'Westfall - Ore Pool - Silver Vein'), +(@OGUID+7584, @POOL_SINGLE+1032, 0, 'Westfall - Ore Pool - Silver Vein'), +(@OGUID+7585, @POOL_SINGLE+1033, 0, 'Westfall - Ore Pool - Silver Vein'), +(@OGUID+7586, @POOL_SINGLE+1034, 0, 'Westfall - Ore Pool - Silver Vein'), +(@OGUID+7587, @POOL_SINGLE+1035, 0, 'Westfall - Ore Pool - Silver Vein'), +(@OGUID+7588, @POOL_SINGLE+1036, 0, 'Westfall - Ore Pool - Silver Vein'), +(@OGUID+7589, @POOL_SINGLE+1037, 0, 'Westfall - Ore Pool - Silver Vein'), +(@OGUID+7590, @POOL_SINGLE+1038, 0, 'Westfall - Ore Pool - Silver Vein'), +(@OGUID+7591, @POOL_SINGLE+1039, 0, 'Westfall - Ore Pool - Silver Vein'), +(@OGUID+7592, @POOL_SINGLE+1040, 0, 'Westfall - Ore Pool - Silver Vein'), +(@OGUID+7593, @POOL_SINGLE+1041, 0, 'Westfall - Ore Pool - Silver Vein'), +(@OGUID+7594, @POOL_SINGLE+1042, 0, 'Westfall - Ore Pool - Silver Vein'), +(@OGUID+7595, @POOL_SINGLE+1043, 0, 'Westfall - Ore Pool - Silver Vein'), +(@OGUID+7596, @POOL_SINGLE+1044, 0, 'Westfall - Ore Pool - Silver Vein'), +(@OGUID+7597, @POOL_SINGLE+1045, 0, 'Westfall - Ore Pool - Silver Vein'), +(@OGUID+7598, @POOL_SINGLE+1046, 0, 'Westfall - Ore Pool - Silver Vein'), +(@OGUID+7599, @POOL_SINGLE+1047, 0, 'Westfall - Ore Pool - Silver Vein'), +(@OGUID+7600, @POOL_SINGLE+1048, 0, 'Westfall - Ore Pool - Silver Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_SINGLE+1003, 1, 'Westfall - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1004, 1, 'Westfall - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1005, 1, 'Westfall - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1006, 1, 'Westfall - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1007, 1, 'Westfall - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1008, 1, 'Westfall - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1009, 1, 'Westfall - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1010, 1, 'Westfall - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1011, 1, 'Westfall - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1012, 1, 'Westfall - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1013, 1, 'Westfall - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1014, 1, 'Westfall - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1015, 1, 'Westfall - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1016, 1, 'Westfall - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1017, 1, 'Westfall - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1018, 1, 'Westfall - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1019, 1, 'Westfall - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1020, 1, 'Westfall - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1021, 1, 'Westfall - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1022, 1, 'Westfall - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1023, 1, 'Westfall - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1024, 1, 'Westfall - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1025, 1, 'Westfall - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1026, 1, 'Westfall - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1027, 1, 'Westfall - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1028, 1, 'Westfall - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1029, 1, 'Westfall - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1030, 1, 'Westfall - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1031, 1, 'Westfall - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1032, 1, 'Westfall - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1033, 1, 'Westfall - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1034, 1, 'Westfall - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1035, 1, 'Westfall - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1036, 1, 'Westfall - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1037, 1, 'Westfall - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1038, 1, 'Westfall - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1039, 1, 'Westfall - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1040, 1, 'Westfall - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1041, 1, 'Westfall - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1042, 1, 'Westfall - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1043, 1, 'Westfall - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1044, 1, 'Westfall - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1045, 1, 'Westfall - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1046, 1, 'Westfall - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1047, 1, 'Westfall - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1048, 1, 'Westfall - Ore Pool - Tin Vein / Silver Vein'); + +-- Jangolode Mine +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+1041, @POOL_MOTHER+418, 0, 'Westfall - Jangolode Mine - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1042, @POOL_MOTHER+418, 0, 'Westfall - Jangolode Mine - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1043, @POOL_MOTHER+418, 0, 'Westfall - Jangolode Mine - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1044, @POOL_MOTHER+418, 0, 'Westfall - Jangolode Mine - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1045, @POOL_MOTHER+418, 0, 'Westfall - Jangolode Mine - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1048, @POOL_MOTHER+418, 0, 'Westfall - Jangolode Mine - Tin Vein / Silver Vein'); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+7488, @POOL_MOTHER+419, 0, 'Westfall - Jangolode Mine - Copper Vein'), +(@OGUID+7489, @POOL_MOTHER+419, 0, 'Westfall - Jangolode Mine - Copper Vein'), +(@OGUID+7493, @POOL_MOTHER+419, 0, 'Westfall - Jangolode Mine - Copper Vein'), +(@OGUID+7494, @POOL_MOTHER+419, 0, 'Westfall - Jangolode Mine - Copper Vein'), +(@OGUID+7496, @POOL_MOTHER+419, 0, 'Westfall - Jangolode Mine - Copper Vein'), +(@OGUID+7497, @POOL_MOTHER+419, 0, 'Westfall - Jangolode Mine - Copper Vein'), +(@OGUID+7498, @POOL_MOTHER+419, 0, 'Westfall - Jangolode Mine - Copper Vein'), +(@OGUID+7499, @POOL_MOTHER+419, 0, 'Westfall - Jangolode Mine - Copper Vein'), +(@OGUID+7500, @POOL_MOTHER+419, 0, 'Westfall - Jangolode Mine - Copper Vein'), +(@OGUID+7502, @POOL_MOTHER+419, 0, 'Westfall - Jangolode Mine - Copper Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+418, 2, 'Westfall - Jangolode Mine - Tin Vein / Silver Vein - 2/6'), +(@POOL_MOTHER+419, 3, 'Westfall - Jangolode Mine - Copper Vein - 3/10'); + +-- Gold Coast Quarry +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+1023, @POOL_MOTHER+420, 0, 'Westfall - Gold Coast Quarry - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1024, @POOL_MOTHER+420, 0, 'Westfall - Gold Coast Quarry - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1025, @POOL_MOTHER+420, 0, 'Westfall - Gold Coast Quarry - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1026, @POOL_MOTHER+420, 0, 'Westfall - Gold Coast Quarry - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1027, @POOL_MOTHER+420, 0, 'Westfall - Gold Coast Quarry - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1028, @POOL_MOTHER+420, 0, 'Westfall - Gold Coast Quarry - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1029, @POOL_MOTHER+420, 0, 'Westfall - Gold Coast Quarry - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1030, @POOL_MOTHER+420, 0, 'Westfall - Gold Coast Quarry - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1031, @POOL_MOTHER+420, 0, 'Westfall - Gold Coast Quarry - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1032, @POOL_MOTHER+420, 0, 'Westfall - Gold Coast Quarry - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1034, @POOL_MOTHER+420, 0, 'Westfall - Gold Coast Quarry - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1035, @POOL_MOTHER+420, 0, 'Westfall - Gold Coast Quarry - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1047, @POOL_MOTHER+420, 0, 'Westfall - Gold Coast Quarry - Tin Vein / Silver Vein'); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+7456, @POOL_MOTHER+421, 0, 'Westfall - Gold Coast Quarry - Copper Vein'), +(@OGUID+7457, @POOL_MOTHER+421, 0, 'Westfall - Gold Coast Quarry - Copper Vein'), +(@OGUID+7458, @POOL_MOTHER+421, 0, 'Westfall - Gold Coast Quarry - Copper Vein'), +(@OGUID+7459, @POOL_MOTHER+421, 0, 'Westfall - Gold Coast Quarry - Copper Vein'), +(@OGUID+7460, @POOL_MOTHER+421, 0, 'Westfall - Gold Coast Quarry - Copper Vein'), +(@OGUID+7461, @POOL_MOTHER+421, 0, 'Westfall - Gold Coast Quarry - Copper Vein'), +(@OGUID+7463, @POOL_MOTHER+421, 0, 'Westfall - Gold Coast Quarry - Copper Vein'), +(@OGUID+7465, @POOL_MOTHER+421, 0, 'Westfall - Gold Coast Quarry - Copper Vein'), +(@OGUID+7466, @POOL_MOTHER+421, 0, 'Westfall - Gold Coast Quarry - Copper Vein'), +(@OGUID+7467, @POOL_MOTHER+421, 0, 'Westfall - Gold Coast Quarry - Copper Vein'), +(@OGUID+7470, @POOL_MOTHER+421, 0, 'Westfall - Gold Coast Quarry - Copper Vein'), +(@OGUID+7471, @POOL_MOTHER+421, 0, 'Westfall - Gold Coast Quarry - Copper Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+420, 3, 'Westfall - Gold Coast Quarry - Tin Vein / Silver Vein - 3/13'), +(@POOL_MOTHER+421, 3, 'Westfall - Gold Coast Quarry - Copper Vein - 3/12'); + +-- The Deadmines +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+1006, @POOL_MOTHER+422, 0, 'Westfall - The Deadmines - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1007, @POOL_MOTHER+422, 0, 'Westfall - The Deadmines - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1009, @POOL_MOTHER+422, 0, 'Westfall - The Deadmines - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1011, @POOL_MOTHER+422, 0, 'Westfall - The Deadmines - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1012, @POOL_MOTHER+422, 0, 'Westfall - The Deadmines - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1013, @POOL_MOTHER+422, 0, 'Westfall - The Deadmines - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1014, @POOL_MOTHER+422, 0, 'Westfall - The Deadmines - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1015, @POOL_MOTHER+422, 0, 'Westfall - The Deadmines - Tin Vein / Silver Vein'); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+7427, @POOL_MOTHER+423, 0, 'Westfall - The Deadmines - Copper Vein'), +(@OGUID+7431, @POOL_MOTHER+423, 0, 'Westfall - The Deadmines - Copper Vein'), +(@OGUID+7437, @POOL_MOTHER+423, 0, 'Westfall - The Deadmines - Copper Vein'), +(@OGUID+7435, @POOL_MOTHER+423, 0, 'Westfall - The Deadmines - Copper Vein'), +(@OGUID+7438, @POOL_MOTHER+423, 0, 'Westfall - The Deadmines - Copper Vein'), +(@OGUID+7440, @POOL_MOTHER+423, 0, 'Westfall - The Deadmines - Copper Vein'), +(@OGUID+7441, @POOL_MOTHER+423, 0, 'Westfall - The Deadmines - Copper Vein'), +(@OGUID+7432, @POOL_MOTHER+423, 0, 'Westfall - The Deadmines - Copper Vein'), +(@OGUID+7414, @POOL_MOTHER+423, 0, 'Westfall - The Deadmines - Copper Vein'), +(@OGUID+7425, @POOL_MOTHER+423, 0, 'Westfall - The Deadmines - Copper Vein'), +(@OGUID+7433, @POOL_MOTHER+423, 0, 'Westfall - The Deadmines - Copper Vein'), +(@OGUID+7444, @POOL_MOTHER+423, 0, 'Westfall - The Deadmines - Copper Vein'), +(@OGUID+7411, @POOL_MOTHER+423, 0, 'Westfall - The Deadmines - Copper Vein'), +(@OGUID+7420, @POOL_MOTHER+423, 0, 'Westfall - The Deadmines - Copper Vein'), +(@OGUID+7426, @POOL_MOTHER+423, 0, 'Westfall - The Deadmines - Copper Vein'), +(@OGUID+7413, @POOL_MOTHER+423, 0, 'Westfall - The Deadmines - Copper Vein'), +(@OGUID+7412, @POOL_MOTHER+423, 0, 'Westfall - The Deadmines - Copper Vein'), +(@OGUID+7418, @POOL_MOTHER+423, 0, 'Westfall - The Deadmines - Copper Vein'), +(@OGUID+7416, @POOL_MOTHER+423, 0, 'Westfall - The Deadmines - Copper Vein'), +(@OGUID+7421, @POOL_MOTHER+423, 0, 'Westfall - The Deadmines - Copper Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+422, 2, 'Westfall - The Deadmines - Tin Vein / Silver Vein - 2/8'), +(@POOL_MOTHER+423, 5, 'Westfall - The Deadmines - Copper Vein - 5/20'); + +-- Top +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+7088, @POOL_MOTHER+424, 0, 'Westfall - Top - Silverleaf'), +(@OGUID+7089, @POOL_MOTHER+424, 0, 'Westfall - Top - Silverleaf'), +(@OGUID+7112, @POOL_MOTHER+424, 0, 'Westfall - Top - Silverleaf'), +(@OGUID+7113, @POOL_MOTHER+424, 0, 'Westfall - Top - Silverleaf'), +(@OGUID+7114, @POOL_MOTHER+424, 0, 'Westfall - Top - Silverleaf'), +(@OGUID+7115, @POOL_MOTHER+424, 0, 'Westfall - Top - Silverleaf'), +(@OGUID+7116, @POOL_MOTHER+424, 0, 'Westfall - Top - Silverleaf'), +(@OGUID+7117, @POOL_MOTHER+424, 0, 'Westfall - Top - Silverleaf'), +(@OGUID+7118, @POOL_MOTHER+424, 0, 'Westfall - Top - Silverleaf'), +(@OGUID+7119, @POOL_MOTHER+424, 0, 'Westfall - Top - Silverleaf'), +(@OGUID+7120, @POOL_MOTHER+424, 0, 'Westfall - Top - Silverleaf'), +(@OGUID+7121, @POOL_MOTHER+424, 0, 'Westfall - Top - Silverleaf'), +(@OGUID+7122, @POOL_MOTHER+424, 0, 'Westfall - Top - Silverleaf'), +(@OGUID+7123, @POOL_MOTHER+424, 0, 'Westfall - Top - Silverleaf'), +(@OGUID+7124, @POOL_MOTHER+425, 0, 'Westfall - Top - Peacebloom'), +(@OGUID+7125, @POOL_MOTHER+425, 0, 'Westfall - Top - Peacebloom'), +(@OGUID+7145, @POOL_MOTHER+425, 0, 'Westfall - Top - Peacebloom'), +(@OGUID+7146, @POOL_MOTHER+425, 0, 'Westfall - Top - Peacebloom'), +(@OGUID+7147, @POOL_MOTHER+425, 0, 'Westfall - Top - Peacebloom'), +(@OGUID+7159, @POOL_MOTHER+426, 0, 'Westfall - Top - Earthroot'), +(@OGUID+7160, @POOL_MOTHER+426, 0, 'Westfall - Top - Earthroot'), +(@OGUID+7161, @POOL_MOTHER+426, 0, 'Westfall - Top - Earthroot'), +(@OGUID+7162, @POOL_MOTHER+426, 0, 'Westfall - Top - Earthroot'), +(@OGUID+7163, @POOL_MOTHER+426, 0, 'Westfall - Top - Earthroot'), +(@OGUID+7164, @POOL_MOTHER+426, 0, 'Westfall - Top - Earthroot'), +(@OGUID+7165, @POOL_MOTHER+426, 0, 'Westfall - Top - Earthroot'), +(@OGUID+7166, @POOL_MOTHER+427, 0, 'Westfall - Top - Mageroyal'), +(@OGUID+7205, @POOL_MOTHER+427, 0, 'Westfall - Top - Mageroyal'), +(@OGUID+7206, @POOL_MOTHER+427, 0, 'Westfall - Top - Mageroyal'), +(@OGUID+7207, @POOL_MOTHER+427, 0, 'Westfall - Top - Mageroyal'), +(@OGUID+7208, @POOL_MOTHER+427, 0, 'Westfall - Top - Mageroyal'), +(@OGUID+7209, @POOL_MOTHER+427, 0, 'Westfall - Top - Mageroyal'), +(@OGUID+7210, @POOL_MOTHER+427, 0, 'Westfall - Top - Mageroyal'), +(@OGUID+7211, @POOL_MOTHER+427, 0, 'Westfall - Top - Mageroyal'), +(@OGUID+7212, @POOL_MOTHER+427, 0, 'Westfall - Top - Mageroyal'), +(@OGUID+7213, @POOL_MOTHER+427, 0, 'Westfall - Top - Mageroyal'), +(@OGUID+7214, @POOL_MOTHER+428, 0, 'Westfall - Top - Briarthorn'), +(@OGUID+7271, @POOL_MOTHER+428, 0, 'Westfall - Top - Briarthorn'), +(@OGUID+7272, @POOL_MOTHER+428, 0, 'Westfall - Top - Briarthorn'), +(@OGUID+7273, @POOL_MOTHER+428, 0, 'Westfall - Top - Briarthorn'), +(@OGUID+7274, @POOL_MOTHER+429, 0, 'Westfall - Top - Bruiseweed'), +(@OGUID+7302, @POOL_MOTHER+429, 0, 'Westfall - Top - Bruiseweed'), +(@OGUID+7303, @POOL_MOTHER+429, 0, 'Westfall - Top - Bruiseweed'), +(@OGUID+7304, @POOL_MOTHER+429, 0, 'Westfall - Top - Bruiseweed'), +(@OGUID+7305, @POOL_MOTHER+429, 0, 'Westfall - Top - Bruiseweed'), +(@OGUID+7306, @POOL_MOTHER+429, 0, 'Westfall - Top - Bruiseweed'), +(@OGUID+7307, @POOL_MOTHER+429, 0, 'Westfall - Top - Bruiseweed'), +(@OGUID+7308, @POOL_MOTHER+429, 0, 'Westfall - Top - Bruiseweed'), +(@OGUID+7309, @POOL_MOTHER+429, 0, 'Westfall - Top - Bruiseweed'), +(@OGUID+7310, @POOL_MOTHER+429, 0, 'Westfall - Top - Bruiseweed'), +(@OGUID+7311, @POOL_MOTHER+429, 0, 'Westfall - Top - Bruiseweed'), +(@OGUID+7312, @POOL_MOTHER+429, 0, 'Westfall - Top - Bruiseweed'), +(@OGUID+7313, @POOL_MOTHER+429, 0, 'Westfall - Top - Bruiseweed'), +(@OGUID+7483, @POOL_MOTHER+430, 0, 'Westfall - Top - Copper Vein'), +(@OGUID+7484, @POOL_MOTHER+430, 0, 'Westfall - Top - Copper Vein'), +(@OGUID+7485, @POOL_MOTHER+430, 0, 'Westfall - Top - Copper Vein'), +(@OGUID+7486, @POOL_MOTHER+430, 0, 'Westfall - Top - Copper Vein'), +(@OGUID+7487, @POOL_MOTHER+430, 0, 'Westfall - Top - Copper Vein'), +(@OGUID+7490, @POOL_MOTHER+430, 0, 'Westfall - Top - Copper Vein'), +(@OGUID+7491, @POOL_MOTHER+430, 0, 'Westfall - Top - Copper Vein'), +(@OGUID+7492, @POOL_MOTHER+430, 0, 'Westfall - Top - Copper Vein'), +(@OGUID+7495, @POOL_MOTHER+430, 0, 'Westfall - Top - Copper Vein'), +(@OGUID+7501, @POOL_MOTHER+430, 0, 'Westfall - Top - Copper Vein'), +(@OGUID+7503, @POOL_MOTHER+430, 0, 'Westfall - Top - Copper Vein'), +(@OGUID+7504, @POOL_MOTHER+430, 0, 'Westfall - Top - Copper Vein'), +(@OGUID+7505, @POOL_MOTHER+430, 0, 'Westfall - Top - Copper Vein'), +(@OGUID+7506, @POOL_MOTHER+430, 0, 'Westfall - Top - Copper Vein'), +(@OGUID+7507, @POOL_MOTHER+430, 0, 'Westfall - Top - Copper Vein'), +(@OGUID+7508, @POOL_MOTHER+430, 0, 'Westfall - Top - Copper Vein'), +(@OGUID+7314, @POOL_MOTHER+431, 0, 'Westfall - Top - Stranglekelp'), +(@OGUID+7315, @POOL_MOTHER+431, 0, 'Westfall - Top - Stranglekelp'), +(@OGUID+7316, @POOL_MOTHER+431, 0, 'Westfall - Top - Stranglekelp'), +(@OGUID+7317, @POOL_MOTHER+431, 0, 'Westfall - Top - Stranglekelp'), +(@OGUID+7372, @POOL_MOTHER+431, 0, 'Westfall - Top - Stranglekelp'), +(@OGUID+7373, @POOL_MOTHER+431, 0, 'Westfall - Top - Stranglekelp'), +(@OGUID+7374, @POOL_MOTHER+431, 0, 'Westfall - Top - Stranglekelp'), +(@OGUID+7375, @POOL_MOTHER+431, 0, 'Westfall - Top - Stranglekelp'), +(@OGUID+7376, @POOL_MOTHER+431, 0, 'Westfall - Top - Stranglekelp'), +(@OGUID+7377, @POOL_MOTHER+431, 0, 'Westfall - Top - Stranglekelp'), +(@OGUID+7378, @POOL_MOTHER+431, 0, 'Westfall - Top - Stranglekelp'), +(@OGUID+7379, @POOL_MOTHER+431, 0, 'Westfall - Top - Stranglekelp'), +(@OGUID+7380, @POOL_MOTHER+431, 0, 'Westfall - Top - Stranglekelp'), +(@OGUID+7381, @POOL_MOTHER+431, 0, 'Westfall - Top - Stranglekelp'), +(@OGUID+7382, @POOL_MOTHER+431, 0, 'Westfall - Top - Stranglekelp'), +(@OGUID+7383, @POOL_MOTHER+431, 0, 'Westfall - Top - Stranglekelp'), +(@OGUID+7384, @POOL_MOTHER+431, 0, 'Westfall - Top - Stranglekelp'), +(@OGUID+7385, @POOL_MOTHER+431, 0, 'Westfall - Top - Stranglekelp'), +(@OGUID+7386, @POOL_MOTHER+431, 0, 'Westfall - Top - Stranglekelp'), +(@OGUID+7387, @POOL_MOTHER+431, 0, 'Westfall - Top - Stranglekelp'), +(@OGUID+7388, @POOL_MOTHER+431, 0, 'Westfall - Top - Stranglekelp'), +(@OGUID+7389, @POOL_MOTHER+431, 0, 'Westfall - Top - Stranglekelp'), +(@OGUID+7390, @POOL_MOTHER+431, 0, 'Westfall - Top - Stranglekelp'), +(@OGUID+7391, @POOL_MOTHER+431, 0, 'Westfall - Top - Stranglekelp'), +(@OGUID+7392, @POOL_MOTHER+431, 0, 'Westfall - Top - Stranglekelp'), +(@OGUID+7393, @POOL_MOTHER+431, 0, 'Westfall - Top - Stranglekelp'), +(@OGUID+7394, @POOL_MOTHER+431, 0, 'Westfall - Top - Stranglekelp'), +(@OGUID+7395, @POOL_MOTHER+431, 0, 'Westfall - Top - Stranglekelp'), +(@OGUID+7396, @POOL_MOTHER+431, 0, 'Westfall - Top - Stranglekelp'), +(@OGUID+7397, @POOL_MOTHER+431, 0, 'Westfall - Top - Stranglekelp'), +(@OGUID+7398, @POOL_MOTHER+431, 0, 'Westfall - Top - Stranglekelp'), +(@OGUID+7399, @POOL_MOTHER+431, 0, 'Westfall - Top - Stranglekelp'), +(@OGUID+7400, @POOL_MOTHER+431, 0, 'Westfall - Top - Stranglekelp'), +(@OGUID+7401, @POOL_MOTHER+431, 0, 'Westfall - Top - Stranglekelp'), +(@OGUID+7402, @POOL_MOTHER+431, 0, 'Westfall - Top - Stranglekelp'), +(@OGUID+7403, @POOL_MOTHER+431, 0, 'Westfall - Top - Stranglekelp'), +(@OGUID+7367, @POOL_MOTHER+431, 0, 'Westfall - Top - Stranglekelp'), +(@OGUID+7368, @POOL_MOTHER+431, 0, 'Westfall - Top - Stranglekelp'), +(@OGUID+7369, @POOL_MOTHER+431, 0, 'Westfall - Top - Stranglekelp'), +(@OGUID+7370, @POOL_MOTHER+431, 0, 'Westfall - Top - Stranglekelp'), +(@OGUID+7371, @POOL_MOTHER+431, 0, 'Westfall - Top - Stranglekelp'), +(@OGUID+7404, @POOL_MOTHER+431, 0, 'Westfall - Top - Stranglekelp'), +(@OGUID+7405, @POOL_MOTHER+431, 0, 'Westfall - Top - Stranglekelp'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+424, 4, 'Westfall - Top - Silverleaf - 4/14'), +(@POOL_MOTHER+425, 2, 'Westfall - Top - Peacebloom - 2/5'), +(@POOL_MOTHER+426, 2, 'Westfall - Top - Earthroot - 2/7'), +(@POOL_MOTHER+427, 3, 'Westfall - Top - Mageroyal - 3/10'), +(@POOL_MOTHER+428, 1, 'Westfall - Top - Briarthorn - 1/4'), +(@POOL_MOTHER+429, 4, 'Westfall - Top - Bruiseweed - 4/13'), +(@POOL_MOTHER+430, 4, 'Westfall - Top - Copper Vein - 4/16'), +(@POOL_MOTHER+431, 11, 'Westfall - Top - Stranglekelp - 11/43'); + +-- Middle +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+1022, @POOL_MOTHER+432, 0, 'Westfall - Middle - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1033, @POOL_MOTHER+432, 0, 'Westfall - Middle - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1036, @POOL_MOTHER+432, 0, 'Westfall - Middle - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1037, @POOL_MOTHER+432, 0, 'Westfall - Middle - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1038, @POOL_MOTHER+432, 0, 'Westfall - Middle - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1039, @POOL_MOTHER+432, 0, 'Westfall - Middle - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1040, @POOL_MOTHER+432, 0, 'Westfall - Middle - Tin Vein / Silver Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+432, 2, 'Westfall - Middle - Tin Vein / Silver Vein - 2/7'); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+7090, @POOL_MOTHER+433, 0, 'Westfall - Middle - Silverleaf'), +(@OGUID+7091, @POOL_MOTHER+433, 0, 'Westfall - Middle - Silverleaf'), +(@OGUID+7092, @POOL_MOTHER+433, 0, 'Westfall - Middle - Silverleaf'), +(@OGUID+7093, @POOL_MOTHER+433, 0, 'Westfall - Middle - Silverleaf'), +(@OGUID+7094, @POOL_MOTHER+433, 0, 'Westfall - Middle - Silverleaf'), +(@OGUID+7095, @POOL_MOTHER+433, 0, 'Westfall - Middle - Silverleaf'), +(@OGUID+7096, @POOL_MOTHER+433, 0, 'Westfall - Middle - Silverleaf'), +(@OGUID+7097, @POOL_MOTHER+433, 0, 'Westfall - Middle - Silverleaf'), +(@OGUID+7098, @POOL_MOTHER+433, 0, 'Westfall - Middle - Silverleaf'), +(@OGUID+7099, @POOL_MOTHER+433, 0, 'Westfall - Middle - Silverleaf'), +(@OGUID+7126, @POOL_MOTHER+434, 0, 'Westfall - Middle - Peacebloom'), +(@OGUID+7127, @POOL_MOTHER+434, 0, 'Westfall - Middle - Peacebloom'), +(@OGUID+7128, @POOL_MOTHER+434, 0, 'Westfall - Middle - Peacebloom'), +(@OGUID+7129, @POOL_MOTHER+434, 0, 'Westfall - Middle - Peacebloom'), +(@OGUID+7130, @POOL_MOTHER+434, 0, 'Westfall - Middle - Peacebloom'), +(@OGUID+7131, @POOL_MOTHER+434, 0, 'Westfall - Middle - Peacebloom'), +(@OGUID+7132, @POOL_MOTHER+434, 0, 'Westfall - Middle - Peacebloom'), +(@OGUID+7133, @POOL_MOTHER+434, 0, 'Westfall - Middle - Peacebloom'), +(@OGUID+7134, @POOL_MOTHER+434, 0, 'Westfall - Middle - Peacebloom'), +(@OGUID+7135, @POOL_MOTHER+434, 0, 'Westfall - Middle - Peacebloom'), +(@OGUID+7136, @POOL_MOTHER+434, 0, 'Westfall - Middle - Peacebloom'), +(@OGUID+7137, @POOL_MOTHER+434, 0, 'Westfall - Middle - Peacebloom'), +(@OGUID+7138, @POOL_MOTHER+434, 0, 'Westfall - Middle - Peacebloom'), +(@OGUID+7148, @POOL_MOTHER+435, 0, 'Westfall - Middle - Earthroot'), +(@OGUID+7149, @POOL_MOTHER+435, 0, 'Westfall - Middle - Earthroot'), +(@OGUID+7150, @POOL_MOTHER+435, 0, 'Westfall - Middle - Earthroot'), +(@OGUID+7151, @POOL_MOTHER+435, 0, 'Westfall - Middle - Earthroot'), +(@OGUID+7152, @POOL_MOTHER+435, 0, 'Westfall - Middle - Earthroot'), +(@OGUID+7153, @POOL_MOTHER+435, 0, 'Westfall - Middle - Earthroot'), +(@OGUID+7154, @POOL_MOTHER+435, 0, 'Westfall - Middle - Earthroot'), +(@OGUID+7167, @POOL_MOTHER+436, 0, 'Westfall - Middle - Mageroyal'), +(@OGUID+7168, @POOL_MOTHER+436, 0, 'Westfall - Middle - Mageroyal'), +(@OGUID+7169, @POOL_MOTHER+436, 0, 'Westfall - Middle - Mageroyal'), +(@OGUID+7170, @POOL_MOTHER+436, 0, 'Westfall - Middle - Mageroyal'), +(@OGUID+7171, @POOL_MOTHER+436, 0, 'Westfall - Middle - Mageroyal'), +(@OGUID+7172, @POOL_MOTHER+436, 0, 'Westfall - Middle - Mageroyal'), +(@OGUID+7173, @POOL_MOTHER+436, 0, 'Westfall - Middle - Mageroyal'), +(@OGUID+7174, @POOL_MOTHER+436, 0, 'Westfall - Middle - Mageroyal'), +(@OGUID+7175, @POOL_MOTHER+436, 0, 'Westfall - Middle - Mageroyal'), +(@OGUID+7176, @POOL_MOTHER+436, 0, 'Westfall - Middle - Mageroyal'), +(@OGUID+7177, @POOL_MOTHER+436, 0, 'Westfall - Middle - Mageroyal'), +(@OGUID+7178, @POOL_MOTHER+436, 0, 'Westfall - Middle - Mageroyal'), +(@OGUID+7179, @POOL_MOTHER+436, 0, 'Westfall - Middle - Mageroyal'), +(@OGUID+7180, @POOL_MOTHER+436, 0, 'Westfall - Middle - Mageroyal'), +(@OGUID+7181, @POOL_MOTHER+436, 0, 'Westfall - Middle - Mageroyal'), +(@OGUID+7182, @POOL_MOTHER+436, 0, 'Westfall - Middle - Mageroyal'), +(@OGUID+7183, @POOL_MOTHER+436, 0, 'Westfall - Middle - Mageroyal'), +(@OGUID+7184, @POOL_MOTHER+436, 0, 'Westfall - Middle - Mageroyal'), +(@OGUID+7185, @POOL_MOTHER+436, 0, 'Westfall - Middle - Mageroyal'), +(@OGUID+7186, @POOL_MOTHER+436, 0, 'Westfall - Middle - Mageroyal'), +(@OGUID+7187, @POOL_MOTHER+436, 0, 'Westfall - Middle - Mageroyal'), +(@OGUID+7188, @POOL_MOTHER+436, 0, 'Westfall - Middle - Mageroyal'), +(@OGUID+7215, @POOL_MOTHER+437, 0, 'Westfall - Middle - Briarthorn'), +(@OGUID+7216, @POOL_MOTHER+437, 0, 'Westfall - Middle - Briarthorn'), +(@OGUID+7217, @POOL_MOTHER+437, 0, 'Westfall - Middle - Briarthorn'), +(@OGUID+7218, @POOL_MOTHER+437, 0, 'Westfall - Middle - Briarthorn'), +(@OGUID+7219, @POOL_MOTHER+437, 0, 'Westfall - Middle - Briarthorn'), +(@OGUID+7220, @POOL_MOTHER+437, 0, 'Westfall - Middle - Briarthorn'), +(@OGUID+7221, @POOL_MOTHER+437, 0, 'Westfall - Middle - Briarthorn'), +(@OGUID+7222, @POOL_MOTHER+437, 0, 'Westfall - Middle - Briarthorn'), +(@OGUID+7223, @POOL_MOTHER+437, 0, 'Westfall - Middle - Briarthorn'), +(@OGUID+7224, @POOL_MOTHER+437, 0, 'Westfall - Middle - Briarthorn'), +(@OGUID+7225, @POOL_MOTHER+437, 0, 'Westfall - Middle - Briarthorn'), +(@OGUID+7226, @POOL_MOTHER+437, 0, 'Westfall - Middle - Briarthorn'), +(@OGUID+7227, @POOL_MOTHER+437, 0, 'Westfall - Middle - Briarthorn'), +(@OGUID+7228, @POOL_MOTHER+437, 0, 'Westfall - Middle - Briarthorn'), +(@OGUID+7229, @POOL_MOTHER+437, 0, 'Westfall - Middle - Briarthorn'), +(@OGUID+7230, @POOL_MOTHER+437, 0, 'Westfall - Middle - Briarthorn'), +(@OGUID+7231, @POOL_MOTHER+437, 0, 'Westfall - Middle - Briarthorn'), +(@OGUID+7232, @POOL_MOTHER+437, 0, 'Westfall - Middle - Briarthorn'), +(@OGUID+7233, @POOL_MOTHER+437, 0, 'Westfall - Middle - Briarthorn'), +(@OGUID+7234, @POOL_MOTHER+437, 0, 'Westfall - Middle - Briarthorn'), +(@OGUID+7235, @POOL_MOTHER+437, 0, 'Westfall - Middle - Briarthorn'), +(@OGUID+7236, @POOL_MOTHER+437, 0, 'Westfall - Middle - Briarthorn'), +(@OGUID+7237, @POOL_MOTHER+437, 0, 'Westfall - Middle - Briarthorn'), +(@OGUID+7238, @POOL_MOTHER+437, 0, 'Westfall - Middle - Briarthorn'), +(@OGUID+7239, @POOL_MOTHER+437, 0, 'Westfall - Middle - Briarthorn'), +(@OGUID+7240, @POOL_MOTHER+437, 0, 'Westfall - Middle - Briarthorn'), +(@OGUID+7241, @POOL_MOTHER+437, 0, 'Westfall - Middle - Briarthorn'), +(@OGUID+7242, @POOL_MOTHER+437, 0, 'Westfall - Middle - Briarthorn'), +(@OGUID+7243, @POOL_MOTHER+437, 0, 'Westfall - Middle - Briarthorn'), +(@OGUID+7275, @POOL_MOTHER+438, 0, 'Westfall - Middle - Bruiseweed'), +(@OGUID+7276, @POOL_MOTHER+438, 0, 'Westfall - Middle - Bruiseweed'), +(@OGUID+7277, @POOL_MOTHER+438, 0, 'Westfall - Middle - Bruiseweed'), +(@OGUID+7278, @POOL_MOTHER+438, 0, 'Westfall - Middle - Bruiseweed'), +(@OGUID+7279, @POOL_MOTHER+438, 0, 'Westfall - Middle - Bruiseweed'), +(@OGUID+7280, @POOL_MOTHER+438, 0, 'Westfall - Middle - Bruiseweed'), +(@OGUID+7281, @POOL_MOTHER+438, 0, 'Westfall - Middle - Bruiseweed'), +(@OGUID+7282, @POOL_MOTHER+438, 0, 'Westfall - Middle - Bruiseweed'), +(@OGUID+7283, @POOL_MOTHER+438, 0, 'Westfall - Middle - Bruiseweed'), +(@OGUID+7284, @POOL_MOTHER+438, 0, 'Westfall - Middle - Bruiseweed'), +(@OGUID+7285, @POOL_MOTHER+438, 0, 'Westfall - Middle - Bruiseweed'), +(@OGUID+7286, @POOL_MOTHER+438, 0, 'Westfall - Middle - Bruiseweed'), +(@OGUID+7287, @POOL_MOTHER+438, 0, 'Westfall - Middle - Bruiseweed'), +(@OGUID+7288, @POOL_MOTHER+438, 0, 'Westfall - Middle - Bruiseweed'), +(@OGUID+7289, @POOL_MOTHER+438, 0, 'Westfall - Middle - Bruiseweed'), +(@OGUID+7290, @POOL_MOTHER+438, 0, 'Westfall - Middle - Bruiseweed'), +(@OGUID+7449, @POOL_MOTHER+439, 0, 'Westfall - Middle - Copper Vein'), +(@OGUID+7450, @POOL_MOTHER+439, 0, 'Westfall - Middle - Copper Vein'), +(@OGUID+7451, @POOL_MOTHER+439, 0, 'Westfall - Middle - Copper Vein'), +(@OGUID+7452, @POOL_MOTHER+439, 0, 'Westfall - Middle - Copper Vein'), +(@OGUID+7453, @POOL_MOTHER+439, 0, 'Westfall - Middle - Copper Vein'), +(@OGUID+7454, @POOL_MOTHER+439, 0, 'Westfall - Middle - Copper Vein'), +(@OGUID+7455, @POOL_MOTHER+439, 0, 'Westfall - Middle - Copper Vein'), +(@OGUID+7462, @POOL_MOTHER+439, 0, 'Westfall - Middle - Copper Vein'), +(@OGUID+7464, @POOL_MOTHER+439, 0, 'Westfall - Middle - Copper Vein'), +(@OGUID+7468, @POOL_MOTHER+439, 0, 'Westfall - Middle - Copper Vein'), +(@OGUID+7469, @POOL_MOTHER+439, 0, 'Westfall - Middle - Copper Vein'), +(@OGUID+7472, @POOL_MOTHER+439, 0, 'Westfall - Middle - Copper Vein'), +(@OGUID+7473, @POOL_MOTHER+439, 0, 'Westfall - Middle - Copper Vein'), +(@OGUID+7474, @POOL_MOTHER+439, 0, 'Westfall - Middle - Copper Vein'), +(@OGUID+7475, @POOL_MOTHER+439, 0, 'Westfall - Middle - Copper Vein'), +(@OGUID+7476, @POOL_MOTHER+439, 0, 'Westfall - Middle - Copper Vein'), +(@OGUID+7477, @POOL_MOTHER+439, 0, 'Westfall - Middle - Copper Vein'), +(@OGUID+7478, @POOL_MOTHER+439, 0, 'Westfall - Middle - Copper Vein'), +(@OGUID+7479, @POOL_MOTHER+439, 0, 'Westfall - Middle - Copper Vein'), +(@OGUID+7480, @POOL_MOTHER+439, 0, 'Westfall - Middle - Copper Vein'), +(@OGUID+7481, @POOL_MOTHER+439, 0, 'Westfall - Middle - Copper Vein'), +(@OGUID+7482, @POOL_MOTHER+439, 0, 'Westfall - Middle - Copper Vein'), +(@OGUID+7318, @POOL_MOTHER+440, 0, 'Westfall - Middle - Stranglekelp'), +(@OGUID+7319, @POOL_MOTHER+440, 0, 'Westfall - Middle - Stranglekelp'), +(@OGUID+7320, @POOL_MOTHER+440, 0, 'Westfall - Middle - Stranglekelp'), +(@OGUID+7321, @POOL_MOTHER+440, 0, 'Westfall - Middle - Stranglekelp'), +(@OGUID+7322, @POOL_MOTHER+440, 0, 'Westfall - Middle - Stranglekelp'), +(@OGUID+7323, @POOL_MOTHER+440, 0, 'Westfall - Middle - Stranglekelp'), +(@OGUID+7324, @POOL_MOTHER+440, 0, 'Westfall - Middle - Stranglekelp'), +(@OGUID+7326, @POOL_MOTHER+440, 0, 'Westfall - Middle - Stranglekelp'), +(@OGUID+7327, @POOL_MOTHER+440, 0, 'Westfall - Middle - Stranglekelp'), +(@OGUID+7328, @POOL_MOTHER+440, 0, 'Westfall - Middle - Stranglekelp'), +(@OGUID+7329, @POOL_MOTHER+440, 0, 'Westfall - Middle - Stranglekelp'), +(@OGUID+7330, @POOL_MOTHER+440, 0, 'Westfall - Middle - Stranglekelp'), +(@OGUID+7331, @POOL_MOTHER+440, 0, 'Westfall - Middle - Stranglekelp'), +(@OGUID+7332, @POOL_MOTHER+440, 0, 'Westfall - Middle - Stranglekelp'), +(@OGUID+7325, @POOL_MOTHER+440, 0, 'Westfall - Middle - Stranglekelp'), +(@OGUID+7335, @POOL_MOTHER+440, 0, 'Westfall - Middle - Stranglekelp'), +(@OGUID+7334, @POOL_MOTHER+440, 0, 'Westfall - Middle - Stranglekelp'), +(@OGUID+7333, @POOL_MOTHER+440, 0, 'Westfall - Middle - Stranglekelp'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+433, 3, 'Westfall - Middle - Silverleaf - 3/10'), +(@POOL_MOTHER+434, 4, 'Westfall - Middle - Peacebloom - 4/13'), +(@POOL_MOTHER+435, 2, 'Westfall - Middle - Earthroot - 2/7'), +(@POOL_MOTHER+436, 6, 'Westfall - Middle - Mageroyal - 6/22'), +(@POOL_MOTHER+437, 8, 'Westfall - Middle - Briarthorn - 1/29'), +(@POOL_MOTHER+438, 4, 'Westfall - Middle - Bruiseweed - 4/16'), +(@POOL_MOTHER+439, 6, 'Westfall - Middle - Copper Vein - 6/22'), +(@POOL_MOTHER+440, 5, 'Westfall - Middle - Stranglekelp - 5/18'); + +-- Bottom +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+1003, @POOL_MOTHER+441, 0, 'Westfall - Bottom - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1004, @POOL_MOTHER+441, 0, 'Westfall - Bottom - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1005, @POOL_MOTHER+441, 0, 'Westfall - Bottom - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1008, @POOL_MOTHER+441, 0, 'Westfall - Bottom - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1010, @POOL_MOTHER+441, 0, 'Westfall - Bottom - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1016, @POOL_MOTHER+441, 0, 'Westfall - Bottom - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1017, @POOL_MOTHER+441, 0, 'Westfall - Bottom - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1018, @POOL_MOTHER+441, 0, 'Westfall - Bottom - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1019, @POOL_MOTHER+441, 0, 'Westfall - Bottom - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1020, @POOL_MOTHER+441, 0, 'Westfall - Bottom - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1021, @POOL_MOTHER+441, 0, 'Westfall - Bottom - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1046, @POOL_MOTHER+441, 0, 'Westfall - Bottom - Tin Vein / Silver Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+441, 2, 'Westfall - Bottom - Tin Vein / Silver Vein - 3/12'); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+7100, @POOL_MOTHER+442, 0, 'Westfall - Bottom - Silverleaf'), +(@OGUID+7101, @POOL_MOTHER+442, 0, 'Westfall - Bottom - Silverleaf'), +(@OGUID+7102, @POOL_MOTHER+442, 0, 'Westfall - Bottom - Silverleaf'), +(@OGUID+7103, @POOL_MOTHER+442, 0, 'Westfall - Bottom - Silverleaf'), +(@OGUID+7104, @POOL_MOTHER+442, 0, 'Westfall - Bottom - Silverleaf'), +(@OGUID+7105, @POOL_MOTHER+442, 0, 'Westfall - Bottom - Silverleaf'), +(@OGUID+7106, @POOL_MOTHER+442, 0, 'Westfall - Bottom - Silverleaf'), +(@OGUID+7107, @POOL_MOTHER+442, 0, 'Westfall - Bottom - Silverleaf'), +(@OGUID+7108, @POOL_MOTHER+442, 0, 'Westfall - Bottom - Silverleaf'), +(@OGUID+7109, @POOL_MOTHER+442, 0, 'Westfall - Bottom - Silverleaf'), +(@OGUID+7110, @POOL_MOTHER+442, 0, 'Westfall - Bottom - Silverleaf'), +(@OGUID+7111, @POOL_MOTHER+442, 0, 'Westfall - Bottom - Silverleaf'), +(@OGUID+7139, @POOL_MOTHER+443, 0, 'Westfall - Bottom - Peacebloom'), +(@OGUID+7140, @POOL_MOTHER+443, 0, 'Westfall - Bottom - Peacebloom'), +(@OGUID+7141, @POOL_MOTHER+443, 0, 'Westfall - Bottom - Peacebloom'), +(@OGUID+7142, @POOL_MOTHER+443, 0, 'Westfall - Bottom - Peacebloom'), +(@OGUID+7143, @POOL_MOTHER+443, 0, 'Westfall - Bottom - Peacebloom'), +(@OGUID+7144, @POOL_MOTHER+443, 0, 'Westfall - Bottom - Peacebloom'), +(@OGUID+7155, @POOL_MOTHER+444, 0, 'Westfall - Bottom - Earthroot'), +(@OGUID+7156, @POOL_MOTHER+444, 0, 'Westfall - Bottom - Earthroot'), +(@OGUID+7157, @POOL_MOTHER+444, 0, 'Westfall - Bottom - Earthroot'), +(@OGUID+7158, @POOL_MOTHER+444, 0, 'Westfall - Bottom - Earthroot'), +(@OGUID+7189, @POOL_MOTHER+445, 0, 'Westfall - Bottom - Mageroyal'), +(@OGUID+7190, @POOL_MOTHER+445, 0, 'Westfall - Bottom - Mageroyal'), +(@OGUID+7191, @POOL_MOTHER+445, 0, 'Westfall - Bottom - Mageroyal'), +(@OGUID+7192, @POOL_MOTHER+445, 0, 'Westfall - Bottom - Mageroyal'), +(@OGUID+7193, @POOL_MOTHER+445, 0, 'Westfall - Bottom - Mageroyal'), +(@OGUID+7194, @POOL_MOTHER+445, 0, 'Westfall - Bottom - Mageroyal'), +(@OGUID+7195, @POOL_MOTHER+445, 0, 'Westfall - Bottom - Mageroyal'), +(@OGUID+7196, @POOL_MOTHER+445, 0, 'Westfall - Bottom - Mageroyal'), +(@OGUID+7197, @POOL_MOTHER+445, 0, 'Westfall - Bottom - Mageroyal'), +(@OGUID+7198, @POOL_MOTHER+445, 0, 'Westfall - Bottom - Mageroyal'), +(@OGUID+7199, @POOL_MOTHER+445, 0, 'Westfall - Bottom - Mageroyal'), +(@OGUID+7200, @POOL_MOTHER+445, 0, 'Westfall - Bottom - Mageroyal'), +(@OGUID+7201, @POOL_MOTHER+445, 0, 'Westfall - Bottom - Mageroyal'), +(@OGUID+7202, @POOL_MOTHER+445, 0, 'Westfall - Bottom - Mageroyal'), +(@OGUID+7203, @POOL_MOTHER+445, 0, 'Westfall - Bottom - Mageroyal'), +(@OGUID+7204, @POOL_MOTHER+445, 0, 'Westfall - Bottom - Mageroyal'), +(@OGUID+7244, @POOL_MOTHER+446, 0, 'Westfall - Bottom - Briarthorn'), +(@OGUID+7245, @POOL_MOTHER+446, 0, 'Westfall - Bottom - Briarthorn'), +(@OGUID+7246, @POOL_MOTHER+446, 0, 'Westfall - Bottom - Briarthorn'), +(@OGUID+7247, @POOL_MOTHER+446, 0, 'Westfall - Bottom - Briarthorn'), +(@OGUID+7248, @POOL_MOTHER+446, 0, 'Westfall - Bottom - Briarthorn'), +(@OGUID+7249, @POOL_MOTHER+446, 0, 'Westfall - Bottom - Briarthorn'), +(@OGUID+7250, @POOL_MOTHER+446, 0, 'Westfall - Bottom - Briarthorn'), +(@OGUID+7251, @POOL_MOTHER+446, 0, 'Westfall - Bottom - Briarthorn'), +(@OGUID+7252, @POOL_MOTHER+446, 0, 'Westfall - Bottom - Briarthorn'), +(@OGUID+7253, @POOL_MOTHER+446, 0, 'Westfall - Bottom - Briarthorn'), +(@OGUID+7254, @POOL_MOTHER+446, 0, 'Westfall - Bottom - Briarthorn'), +(@OGUID+7255, @POOL_MOTHER+446, 0, 'Westfall - Bottom - Briarthorn'), +(@OGUID+7256, @POOL_MOTHER+446, 0, 'Westfall - Bottom - Briarthorn'), +(@OGUID+7257, @POOL_MOTHER+446, 0, 'Westfall - Bottom - Briarthorn'), +(@OGUID+7258, @POOL_MOTHER+446, 0, 'Westfall - Bottom - Briarthorn'), +(@OGUID+7259, @POOL_MOTHER+446, 0, 'Westfall - Bottom - Briarthorn'), +(@OGUID+7260, @POOL_MOTHER+446, 0, 'Westfall - Bottom - Briarthorn'), +(@OGUID+7261, @POOL_MOTHER+446, 0, 'Westfall - Bottom - Briarthorn'), +(@OGUID+7262, @POOL_MOTHER+446, 0, 'Westfall - Bottom - Briarthorn'), +(@OGUID+7263, @POOL_MOTHER+446, 0, 'Westfall - Bottom - Briarthorn'), +(@OGUID+7264, @POOL_MOTHER+446, 0, 'Westfall - Bottom - Briarthorn'), +(@OGUID+7265, @POOL_MOTHER+446, 0, 'Westfall - Bottom - Briarthorn'), +(@OGUID+7266, @POOL_MOTHER+446, 0, 'Westfall - Bottom - Briarthorn'), +(@OGUID+7267, @POOL_MOTHER+446, 0, 'Westfall - Bottom - Briarthorn'), +(@OGUID+7268, @POOL_MOTHER+446, 0, 'Westfall - Bottom - Briarthorn'), +(@OGUID+7269, @POOL_MOTHER+446, 0, 'Westfall - Bottom - Briarthorn'), +(@OGUID+7270, @POOL_MOTHER+446, 0, 'Westfall - Bottom - Briarthorn'), +(@OGUID+7291, @POOL_MOTHER+447, 0, 'Westfall - Bottom - Bruiseweed'), +(@OGUID+7292, @POOL_MOTHER+447, 0, 'Westfall - Bottom - Bruiseweed'), +(@OGUID+7293, @POOL_MOTHER+447, 0, 'Westfall - Bottom - Bruiseweed'), +(@OGUID+7294, @POOL_MOTHER+447, 0, 'Westfall - Bottom - Bruiseweed'), +(@OGUID+7295, @POOL_MOTHER+447, 0, 'Westfall - Bottom - Bruiseweed'), +(@OGUID+7296, @POOL_MOTHER+447, 0, 'Westfall - Bottom - Bruiseweed'), +(@OGUID+7297, @POOL_MOTHER+447, 0, 'Westfall - Bottom - Bruiseweed'), +(@OGUID+7298, @POOL_MOTHER+447, 0, 'Westfall - Bottom - Bruiseweed'), +(@OGUID+7299, @POOL_MOTHER+447, 0, 'Westfall - Bottom - Bruiseweed'), +(@OGUID+7300, @POOL_MOTHER+447, 0, 'Westfall - Bottom - Bruiseweed'), +(@OGUID+7301, @POOL_MOTHER+447, 0, 'Westfall - Bottom - Bruiseweed'), +(@OGUID+7406, @POOL_MOTHER+448, 0, 'Westfall - Bottom - Copper Vein'), +(@OGUID+7407, @POOL_MOTHER+448, 0, 'Westfall - Bottom - Copper Vein'), +(@OGUID+7408, @POOL_MOTHER+448, 0, 'Westfall - Bottom - Copper Vein'), +(@OGUID+7409, @POOL_MOTHER+448, 0, 'Westfall - Bottom - Copper Vein'), +(@OGUID+7410, @POOL_MOTHER+448, 0, 'Westfall - Bottom - Copper Vein'), +(@OGUID+7415, @POOL_MOTHER+448, 0, 'Westfall - Bottom - Copper Vein'), +(@OGUID+7417, @POOL_MOTHER+448, 0, 'Westfall - Bottom - Copper Vein'), +(@OGUID+7419, @POOL_MOTHER+448, 0, 'Westfall - Bottom - Copper Vein'), +(@OGUID+7422, @POOL_MOTHER+448, 0, 'Westfall - Bottom - Copper Vein'), +(@OGUID+7423, @POOL_MOTHER+448, 0, 'Westfall - Bottom - Copper Vein'), +(@OGUID+7424, @POOL_MOTHER+448, 0, 'Westfall - Bottom - Copper Vein'), +(@OGUID+7428, @POOL_MOTHER+448, 0, 'Westfall - Bottom - Copper Vein'), +(@OGUID+7429, @POOL_MOTHER+448, 0, 'Westfall - Bottom - Copper Vein'), +(@OGUID+7430, @POOL_MOTHER+448, 0, 'Westfall - Bottom - Copper Vein'), +(@OGUID+7434, @POOL_MOTHER+448, 0, 'Westfall - Bottom - Copper Vein'), +(@OGUID+7436, @POOL_MOTHER+448, 0, 'Westfall - Bottom - Copper Vein'), +(@OGUID+7439, @POOL_MOTHER+448, 0, 'Westfall - Bottom - Copper Vein'), +(@OGUID+7442, @POOL_MOTHER+448, 0, 'Westfall - Bottom - Copper Vein'), +(@OGUID+7443, @POOL_MOTHER+448, 0, 'Westfall - Bottom - Copper Vein'), +(@OGUID+7445, @POOL_MOTHER+448, 0, 'Westfall - Bottom - Copper Vein'), +(@OGUID+7446, @POOL_MOTHER+448, 0, 'Westfall - Bottom - Copper Vein'), +(@OGUID+7447, @POOL_MOTHER+448, 0, 'Westfall - Bottom - Copper Vein'), +(@OGUID+7448, @POOL_MOTHER+448, 0, 'Westfall - Bottom - Copper Vein'), +(@OGUID+7336, @POOL_MOTHER+449, 0, 'Westfall - Bottom - Stranglekelp'), +(@OGUID+7337, @POOL_MOTHER+449, 0, 'Westfall - Bottom - Stranglekelp'), +(@OGUID+7338, @POOL_MOTHER+449, 0, 'Westfall - Bottom - Stranglekelp'), +(@OGUID+7339, @POOL_MOTHER+449, 0, 'Westfall - Bottom - Stranglekelp'), +(@OGUID+7340, @POOL_MOTHER+449, 0, 'Westfall - Bottom - Stranglekelp'), +(@OGUID+7341, @POOL_MOTHER+449, 0, 'Westfall - Bottom - Stranglekelp'), +(@OGUID+7342, @POOL_MOTHER+449, 0, 'Westfall - Bottom - Stranglekelp'), +(@OGUID+7343, @POOL_MOTHER+449, 0, 'Westfall - Bottom - Stranglekelp'), +(@OGUID+7344, @POOL_MOTHER+449, 0, 'Westfall - Bottom - Stranglekelp'), +(@OGUID+7345, @POOL_MOTHER+449, 0, 'Westfall - Bottom - Stranglekelp'), +(@OGUID+7346, @POOL_MOTHER+449, 0, 'Westfall - Bottom - Stranglekelp'), +(@OGUID+7347, @POOL_MOTHER+449, 0, 'Westfall - Bottom - Stranglekelp'), +(@OGUID+7348, @POOL_MOTHER+449, 0, 'Westfall - Bottom - Stranglekelp'), +(@OGUID+7349, @POOL_MOTHER+449, 0, 'Westfall - Bottom - Stranglekelp'), +(@OGUID+7350, @POOL_MOTHER+449, 0, 'Westfall - Bottom - Stranglekelp'), +(@OGUID+7351, @POOL_MOTHER+449, 0, 'Westfall - Bottom - Stranglekelp'), +(@OGUID+7352, @POOL_MOTHER+449, 0, 'Westfall - Bottom - Stranglekelp'), +(@OGUID+7353, @POOL_MOTHER+449, 0, 'Westfall - Bottom - Stranglekelp'), +(@OGUID+7354, @POOL_MOTHER+449, 0, 'Westfall - Bottom - Stranglekelp'), +(@OGUID+7355, @POOL_MOTHER+449, 0, 'Westfall - Bottom - Stranglekelp'), +(@OGUID+7356, @POOL_MOTHER+449, 0, 'Westfall - Bottom - Stranglekelp'), +(@OGUID+7357, @POOL_MOTHER+449, 0, 'Westfall - Bottom - Stranglekelp'), +(@OGUID+7358, @POOL_MOTHER+449, 0, 'Westfall - Bottom - Stranglekelp'), +(@OGUID+7359, @POOL_MOTHER+449, 0, 'Westfall - Bottom - Stranglekelp'), +(@OGUID+7360, @POOL_MOTHER+449, 0, 'Westfall - Bottom - Stranglekelp'), +(@OGUID+7361, @POOL_MOTHER+449, 0, 'Westfall - Bottom - Stranglekelp'), +(@OGUID+7362, @POOL_MOTHER+449, 0, 'Westfall - Bottom - Stranglekelp'), +(@OGUID+7363, @POOL_MOTHER+449, 0, 'Westfall - Bottom - Stranglekelp'), +(@OGUID+7364, @POOL_MOTHER+449, 0, 'Westfall - Bottom - Stranglekelp'), +(@OGUID+7365, @POOL_MOTHER+449, 0, 'Westfall - Bottom - Stranglekelp'), +(@OGUID+7366, @POOL_MOTHER+449, 0, 'Westfall - Bottom - Stranglekelp'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+442, 3, 'Westfall - Bottom - Silverleaf - 3/12'), +(@POOL_MOTHER+443, 2, 'Westfall - Bottom - Peacebloom - 2/6'), +(@POOL_MOTHER+444, 1, 'Westfall - Bottom - Earthroot - 1/4'), +(@POOL_MOTHER+445, 4, 'Westfall - Bottom - Mageroyal - 4/16'), +(@POOL_MOTHER+446, 7, 'Westfall - Bottom - Briarthorn - 7/27'), +(@POOL_MOTHER+447, 3, 'Westfall - Bottom - Bruiseweed - 3/11'), +(@POOL_MOTHER+448, 6, 'Westfall - Bottom - Copper Vein - 6/23'), +(@POOL_MOTHER+449, 8, 'Westfall - Bottom - Stranglekelp - 8/31'); + +/* Duskwood +Tin Vein (1732) -> Silver Vein (1733) +Iron Deposit (1735) -> Gold Vein (1734) -> Silver Vein (1733) +*/ +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`, `Comment`) VALUES +(@OGUID+7601, 1620, 0, 10, 0, 1, 1, -10020.2, -883.023, 29.7899, 2.51327, 0, 0, 0.951056, 0.309017, 900, 255, 1, '', 48340, NULL), +(@OGUID+7602, 1620, 0, 10, 0, 1, 1, -10024.5, -1190.48, 27.327, 4.32842, 0, 0, -0.829037, 0.559194, 900, 255, 1, '', 50664, NULL), +(@OGUID+7603, 1620, 0, 10, 0, 1, 1, -10147.6, -61.248, 29.0283, 3.31614, 0, 0, -0.996194, 0.087165, 900, 255, 1, '', 48120, NULL), +(@OGUID+7604, 1620, 0, 10, 0, 1, 1, -10156.3, 273.428, 22.5262, 4.46804, 0, 0, -0.788011, 0.615662, 900, 255, 1, '', 47966, NULL), +(@OGUID+7605, 1620, 0, 10, 0, 1, 1, -10193, 88.2107, 27.1032, 1.65806, 0, 0, 0.737277, 0.675591, 900, 255, 1, '', 48503, NULL), +(@OGUID+7606, 1620, 0, 10, 0, 1, 1, -10355.7, 117.561, 30.0454, 2.51327, 0, 0, 0.951056, 0.309017, 900, 255, 1, '', 48632, NULL), +(@OGUID+7607, 1620, 0, 10, 0, 1, 1, -10380, -916.736, 46.281, 0.506145, 0, 0, 0.25038, 0.968148, 900, 255, 1, '', 48632, NULL), +(@OGUID+7608, 1620, 0, 10, 0, 1, 1, -10533, 585.718, 29.9915, 2.75761, 0, 0, 0.981627, 0.190812, 900, 255, 1, '', 48503, NULL), +(@OGUID+7609, 1620, 0, 10, 0, 1, 1, -10778.7, -774.291, 43.2322, 3.97935, 0, 0, -0.913545, 0.406738, 900, 255, 1, '', 50063, NULL), +(@OGUID+7610, 1620, 0, 10, 0, 1, 1, -10810.8, -627.807, 39.8429, 0.209439, 0, 0, 0.104528, 0.994522, 900, 255, 1, '', 48120, NULL), +(@OGUID+7611, 1620, 0, 10, 0, 1, 1, -10918.7, -1349.68, 54.6477, 2.32129, 0, 0, 0.91706, 0.39875, 900, 255, 1, '', 48019, NULL), +(@OGUID+7612, 1620, 0, 10, 0, 1, 1, -10953.2, 255.44, 28.4609, 1.48353, 0, 0, 0.67559, 0.737278, 900, 255, 1, '', 48503, NULL), +(@OGUID+7613, 1620, 0, 10, 0, 1, 1, -10987.7, -518.608, 33.1096, 1.53589, 0, 0, 0.694658, 0.71934, 900, 255, 1, '', 48503, NULL), +(@OGUID+7614, 1620, 0, 10, 0, 1, 1, -10988.2, 482.959, 34.0872, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 48632, NULL), +(@OGUID+7615, 1620, 0, 10, 0, 1, 1, -11025.7, -145.29, 14.9451, 3.49067, 0, 0, -0.984807, 0.173652, 900, 255, 1, '', 48632, NULL), +(@OGUID+7616, 1620, 0, 10, 0, 1, 1, -11030.4, -501.376, 30.8799, 0.0174525, 0, 0, 0.00872612, 0.999962, 900, 255, 1, '', 50172, NULL), +(@OGUID+7617, 1620, 0, 10, 0, 1, 1, -11040.9, -1344.31, 53.8028, 5.63741, 0, 0, -0.317305, 0.948324, 900, 255, 1, '', 48019, NULL), +(@OGUID+7618, 1620, 0, 10, 0, 1, 1, -11041.9, -249.351, 14.6853, 4.95674, 0, 0, -0.615661, 0.788011, 900, 255, 1, '', 48503, NULL), +(@OGUID+7619, 1620, 0, 10, 0, 1, 1, -11047.3, -1116.92, 38.599, 0.296705, 0, 0, 0.147809, 0.989016, 900, 255, 1, '', 48340, NULL), +(@OGUID+7620, 1620, 0, 10, 0, 1, 1, -11081.7, -573.128, 31.9725, 2.1293, 0, 0, 0.874619, 0.48481, 900, 255, 1, '', 48340, NULL), +(@OGUID+7621, 1620, 0, 10, 0, 1, 1, -11087.3, -457.458, 31.571, 5.91667, 0, 0, -0.182235, 0.983255, 900, 255, 1, '', 48120, NULL), +(@OGUID+7622, 1620, 0, 10, 0, 1, 1, -10808.6, -1383.39, 43.1448, 1.39626, 0, 0, 0.642787, 0.766045, 900, 255, 1, '', 52237, NULL), +(@OGUID+7623, 1620, 0, 10, 241, 1, 1, -11091.2, -922.671, 62.7309, 3.57793, 0, 0, -0.976295, 0.216442, 900, 255, 1, '', 52237, NULL), +(@OGUID+7624, 1621, 0, 10, 0, 1, 1, -10179.5, -918.365, 36.9741, 5.89921, 0, 0, -0.190808, 0.981627, 900, 255, 1, '', 48632, NULL), +(@OGUID+7625, 1621, 0, 10, 0, 1, 1, -10210.7, -75.452, 34.5287, 4.88692, 0, 0, -0.642787, 0.766045, 900, 255, 1, '', 48120, NULL), +(@OGUID+7626, 1621, 0, 10, 0, 1, 1, -10213.5, 441.273, 37.4833, 1.78023, 0, 0, 0.777145, 0.629321, 900, 255, 1, '', 48120, NULL), +(@OGUID+7627, 1621, 0, 10, 0, 1, 1, -10221.9, -1002.5, 33.334, 6.07375, 0, 0, -0.104528, 0.994522, 900, 255, 1, '', 48503, NULL), +(@OGUID+7628, 1621, 0, 10, 0, 1, 1, -10245.7, -151.16, 34.926, 3.73501, 0, 0, -0.956305, 0.292372, 900, 255, 1, '', 48503, NULL), +(@OGUID+7629, 1621, 0, 10, 0, 1, 1, -10251.2, 170.163, 34.6015, 3.26377, 0, 0, -0.998135, 0.0610518, 900, 255, 1, '', 48632, NULL), +(@OGUID+7630, 1621, 0, 10, 0, 1, 1, -10253.7, -1233.5, 34.7362, 4.46804, 0, 0, -0.788011, 0.615662, 900, 255, 1, '', 48632, NULL), +(@OGUID+7631, 1621, 0, 10, 0, 1, 1, -10273.4, -752.236, 45.124, 3.08918, 0, 0, 0.999657, 0.0262016, 900, 255, 1, '', 48632, NULL), +(@OGUID+7632, 1621, 0, 10, 0, 1, 1, -10282.3, -948.749, 43.6457, 4.88692, 0, 0, -0.642787, 0.766045, 900, 255, 1, '', 48120, NULL), +(@OGUID+7633, 1621, 0, 10, 0, 1, 1, -10287.7, -1316.91, 49.2902, 3.31614, 0, 0, -0.996194, 0.087165, 900, 255, 1, '', 48503, NULL), +(@OGUID+7634, 1621, 0, 10, 0, 1, 1, -10311.2, -1427.56, 90.2498, 2.51327, 0, 0, 0.951056, 0.309017, 900, 255, 1, '', 48632, NULL), +(@OGUID+7635, 1621, 0, 10, 0, 1, 1, -10346.4, 28.2568, 50.1187, 3.71755, 0, 0, -0.958819, 0.284016, 900, 255, 1, '', 48503, NULL), +(@OGUID+7636, 1621, 0, 10, 0, 1, 1, -10366.2, -84.3276, 45.1319, 5.3058, 0, 0, -0.469471, 0.882948, 900, 255, 1, '', 48632, NULL), +(@OGUID+7637, 1621, 0, 10, 0, 1, 1, -10372.8, -1319.4, 52.773, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 48632, NULL), +(@OGUID+7638, 1621, 0, 10, 0, 1, 1, -10386.6, -798.105, 52.4095, 3.35105, 0, 0, -0.994521, 0.104536, 900, 255, 1, '', 48632, NULL), +(@OGUID+7639, 1621, 0, 10, 0, 1, 1, -10387.3, -1191.86, 43.122, 4.32842, 0, 0, -0.829037, 0.559194, 900, 255, 1, '', 48632, NULL), +(@OGUID+7640, 1621, 0, 10, 0, 1, 1, -10435.6, 42.7232, 44.7757, 5.2709, 0, 0, -0.484809, 0.87462, 900, 255, 1, '', 48340, NULL), +(@OGUID+7641, 1621, 0, 10, 0, 1, 1, -10448.7, -1362.45, 79.5184, 2.67035, 0, 0, 0.972369, 0.233448, 900, 255, 1, '', 50664, NULL), +(@OGUID+7642, 1621, 0, 10, 0, 1, 1, -10474, -78.0064, 45.7854, 2.23402, 0, 0, 0.898793, 0.438373, 900, 255, 1, '', 48120, NULL), +(@OGUID+7643, 1621, 0, 10, 0, 1, 1, -10493.8, 341.078, 33.5305, 4.04917, 0, 0, -0.898793, 0.438373, 900, 255, 1, '', 48340, NULL), +(@OGUID+7644, 1621, 0, 10, 0, 1, 1, -10508.8, -798.706, 54.701, 1.83259, 0, 0, 0.793353, 0.608762, 900, 255, 1, '', 48632, NULL), +(@OGUID+7645, 1621, 0, 10, 0, 1, 1, -10548.4, -1001.86, 56.3435, 5.55015, 0, 0, -0.358368, 0.93358, 900, 255, 1, '', 48632, NULL), +(@OGUID+7646, 1621, 0, 10, 0, 1, 1, -10562, -802.786, 54.3495, 1.36136, 0, 0, 0.62932, 0.777146, 900, 255, 1, '', 48340, NULL), +(@OGUID+7647, 1621, 0, 10, 0, 1, 1, -10597.8, 498.424, 29.1544, 3.14159, 0, 0, -1, 0, 900, 255, 1, '', 47966, NULL), +(@OGUID+7648, 1621, 0, 10, 0, 1, 1, -10617.7, -913.665, 55.1904, 3.31614, 0, 0, -0.996194, 0.087165, 900, 255, 1, '', 48632, NULL), +(@OGUID+7649, 1621, 0, 10, 0, 1, 1, -10623.8, 34.726, 38.2104, 0.977383, 0, 0, 0.469471, 0.882948, 900, 255, 1, '', 50375, NULL), +(@OGUID+7650, 1621, 0, 10, 0, 1, 1, -10645.6, -140.796, 35.0856, 3.71755, 0, 0, -0.958819, 0.284016, 900, 255, 1, '', 48632, NULL), +(@OGUID+7651, 1621, 0, 10, 0, 1, 1, -10656.5, -858.591, 54.3311, 5.044, 0, 0, -0.580703, 0.814116, 900, 255, 1, '', 48340, NULL), +(@OGUID+7652, 1621, 0, 10, 0, 1, 1, -10705.2, -942.698, 76.341, 4.17134, 0, 0, -0.870356, 0.492424, 900, 255, 1, '', 50375, NULL), +(@OGUID+7653, 1621, 0, 10, 0, 1, 1, -10707.2, -1411.07, 41.8335, 2.67035, 0, 0, 0.972369, 0.233448, 900, 255, 1, '', 48019, NULL), +(@OGUID+7654, 1621, 0, 10, 0, 1, 1, -10716, -7.3878, 32.6878, 5.91667, 0, 0, -0.182235, 0.983255, 900, 255, 1, '', 48632, NULL), +(@OGUID+7655, 1621, 0, 10, 0, 1, 1, -10724.6, 431.879, 39.0428, 0.977383, 0, 0, 0.469471, 0.882948, 900, 255, 1, '', 48503, NULL), +(@OGUID+7656, 1621, 0, 10, 0, 1, 1, -10728.5, -113.812, 36.1879, 3.6652, 0, 0, -0.965925, 0.258821, 900, 255, 1, '', 48503, NULL), +(@OGUID+7657, 1621, 0, 10, 0, 1, 1, -10743.1, -646.991, 41.3031, 3.59538, 0, 0, -0.97437, 0.224951, 900, 255, 1, '', 48120, NULL), +(@OGUID+7658, 1621, 0, 10, 0, 1, 1, -10743.5, -818.935, 51.3517, 0.436332, 0, 0, 0.216439, 0.976296, 900, 255, 1, '', 50375, NULL), +(@OGUID+7659, 1621, 0, 10, 0, 1, 1, -10782.7, -197.056, 44.2139, 1.09956, 0, 0, 0.522498, 0.85264, 900, 255, 1, '', 48632, NULL), +(@OGUID+7660, 1621, 0, 10, 0, 1, 1, -10871.4, -1205, 40.8238, 0.0349062, 0, 0, 0.0174522, 0.999848, 900, 255, 1, '', 49345, NULL), +(@OGUID+7661, 1621, 0, 10, 0, 1, 1, -10878, -1103.28, 44.7157, 0.331611, 0, 0, 0.165047, 0.986286, 900, 255, 1, '', 48503, NULL), +(@OGUID+7662, 1621, 0, 10, 0, 1, 1, -10887.5, 196.304, 39.2335, 0.226892, 0, 0, 0.113203, 0.993572, 900, 255, 1, '', 48632, NULL), +(@OGUID+7663, 1621, 0, 10, 0, 1, 1, -10894, -1028.04, 75.3045, 3.10665, 0, 0, 0.999847, 0.0174693, 900, 255, 1, '', 50664, NULL), +(@OGUID+7664, 1621, 0, 10, 0, 1, 1, -10934.2, 349.027, 38.7166, 3.71755, 0, 0, -0.958819, 0.284016, 900, 255, 1, '', 48503, NULL), +(@OGUID+7665, 1621, 0, 10, 0, 1, 1, -10948.9, -185.265, 37.7564, 5.20108, 0, 0, -0.515038, 0.857168, 900, 255, 1, '', 48503, NULL), +(@OGUID+7666, 1621, 0, 10, 0, 1, 1, -10951.9, -798.848, 63.1586, 3.14159, 0, 0, -1, 0, 900, 255, 1, '', 48632, NULL), +(@OGUID+7667, 1621, 0, 10, 0, 1, 1, -10953, 150.254, 40.549, 3.03684, 0, 0, 0.998629, 0.0523532, 900, 255, 1, '', 48120, NULL), +(@OGUID+7668, 1621, 0, 10, 0, 1, 1, -10970.5, -1142.02, 39.3726, 6.21337, 0, 0, -0.0348988, 0.999391, 900, 255, 1, '', 48632, NULL), +(@OGUID+7669, 1621, 0, 10, 0, 1, 1, -11018.9, -436.104, 30.6316, 3.94445, 0, 0, -0.920505, 0.390732, 900, 255, 1, '', 48503, NULL), +(@OGUID+7670, 1621, 0, 10, 0, 1, 1, -11019.5, -1231.85, 59.6304, 5.18363, 0, 0, -0.522498, 0.85264, 900, 255, 1, '', 50664, NULL), +(@OGUID+7671, 1621, 0, 10, 0, 1, 1, -11019.6, 80.7746, 38.6331, 2.80998, 0, 0, 0.986285, 0.16505, 900, 255, 1, '', 48503, NULL), +(@OGUID+7672, 1621, 0, 10, 0, 1, 1, -11056.3, -138.435, 23.7818, 2.96704, 0, 0, 0.996194, 0.087165, 900, 255, 1, '', 48503, NULL), +(@OGUID+7673, 1621, 0, 10, 0, 1, 1, -11066, -15.7862, 34.7084, 0.383971, 0, 0, 0.190808, 0.981627, 900, 255, 1, '', 48632, NULL), +(@OGUID+7674, 1621, 0, 10, 0, 1, 1, -11081.1, 327.136, 31.15, 1.48353, 0, 0, 0.67559, 0.737278, 900, 255, 1, '', 48340, NULL), +(@OGUID+7675, 1621, 0, 10, 0, 1, 1, -11105.6, -731.904, 56.4545, 0.820303, 0, 0, 0.398748, 0.91706, 900, 255, 1, '', 49345, NULL), +(@OGUID+7676, 1621, 0, 10, 0, 1, 1, -10685.5, -985.969, 70.5648, 4.95674, 0, 0, -0.615661, 0.788011, 900, 255, 1, '', 52237, NULL), +(@OGUID+7677, 1621, 0, 10, 0, 1, 1, -10890.9, -1304.39, 51.9561, 5.49779, 0, 0, -0.382683, 0.92388, 900, 255, 1, '', 52237, NULL), +(@OGUID+7678, 1621, 0, 10, 243, 1, 1, -10265.8, 266.94, 39.2517, 0.785397, 0, 0, 0.382683, 0.92388, 900, 255, 1, '', 52237, NULL), +(@OGUID+7679, 1621, 0, 10, 9, 1, 1, -10293.4, 27.4344, 49.1362, 4.53786, 0, 0, -0.766044, 0.642789, 900, 255, 1, '', 48632, NULL), +(@OGUID+7680, 1621, 0, 10, 460, 1, 1, -10915.5, -46.0946, 35.9218, 4.59022, 0, 0, -0.748956, 0.66262, 900, 255, 1, '', 50664, NULL), +(@OGUID+7681, 1622, 0, 10, 0, 1, 1, -10189.1, -218.919, 48.528, 1.27409, 0, 0, 0.594822, 0.803857, 900, 255, 1, '', 48503, NULL), +(@OGUID+7682, 1622, 0, 10, 0, 1, 1, -10251.4, -700.823, 46.9946, 3.7001, 0, 0, -0.961261, 0.27564, 900, 255, 1, '', 48632, NULL), +(@OGUID+7683, 1622, 0, 10, 0, 1, 1, -10262.6, -208.177, 71.9191, 2.65289, 0, 0, 0.970295, 0.241925, 900, 255, 1, '', 48503, NULL), +(@OGUID+7684, 1622, 0, 10, 0, 1, 1, -10337.2, 359.451, 59.4742, 5.89921, 0, 0, -0.190808, 0.981627, 900, 255, 1, '', 48632, NULL), +(@OGUID+7685, 1622, 0, 10, 0, 1, 1, -10353.9, 200.277, 34.39, 5.32326, 0, 0, -0.461748, 0.887011, 900, 255, 1, '', 48632, NULL), +(@OGUID+7686, 1622, 0, 10, 0, 1, 1, -10355.6, -746.931, 67.9523, 2.40855, 0, 0, 0.93358, 0.358368, 900, 255, 1, '', 48340, NULL), +(@OGUID+7687, 1622, 0, 10, 0, 1, 1, -10387.4, -122.059, 66.1578, 0.366518, 0, 0, 0.182235, 0.983255, 900, 255, 1, '', 48632, NULL), +(@OGUID+7688, 1622, 0, 10, 0, 1, 1, -10414.3, -1020.31, 49.9457, 4.79966, 0, 0, -0.67559, 0.737278, 900, 255, 1, '', 50664, NULL), +(@OGUID+7689, 1622, 0, 10, 0, 1, 1, -10415.9, 396.176, 46.7046, 3.82227, 0, 0, -0.942641, 0.333808, 900, 255, 1, '', 47966, NULL), +(@OGUID+7690, 1622, 0, 10, 0, 1, 1, -10476.5, -771.538, 59.4434, 4.67748, 0, 0, -0.719339, 0.694659, 900, 255, 1, '', 48120, NULL), +(@OGUID+7691, 1622, 0, 10, 0, 1, 1, -10513.9, 294.13, 31.4486, 3.57793, 0, 0, -0.976295, 0.216442, 900, 255, 1, '', 47966, NULL), +(@OGUID+7692, 1622, 0, 10, 0, 1, 1, -10521.4, -113.655, 57.7244, 3.03684, 0, 0, 0.998629, 0.0523532, 900, 255, 1, '', 50664, NULL), +(@OGUID+7693, 1622, 0, 10, 0, 1, 1, -10650.5, -166.159, 36.3386, 0.59341, 0, 0, 0.292371, 0.956305, 900, 255, 1, '', 48632, NULL), +(@OGUID+7694, 1622, 0, 10, 0, 1, 1, -10680.6, -715.178, 50.4884, 3.61284, 0, 0, -0.972369, 0.233448, 900, 255, 1, '', 48340, NULL), +(@OGUID+7695, 1622, 0, 10, 0, 1, 1, -10733.4, -1102.38, 27.4643, 4.15388, 0, 0, -0.874619, 0.48481, 900, 255, 1, '', 48503, NULL), +(@OGUID+7696, 1622, 0, 10, 0, 1, 1, -10765.3, -1252.41, 31.1958, 1.0821, 0, 0, 0.515038, 0.857168, 900, 255, 1, '', 48019, NULL), +(@OGUID+7697, 1622, 0, 10, 0, 1, 1, -10776.6, -1383.1, 39.0658, 6.02139, 0, 0, -0.130526, 0.991445, 900, 255, 1, '', 48632, NULL), +(@OGUID+7698, 1622, 0, 10, 0, 1, 1, -10790.5, -1381.68, 39.0026, 4.17134, 0, 0, -0.870356, 0.492424, 900, 255, 1, '', 48632, NULL), +(@OGUID+7699, 1622, 0, 10, 0, 1, 1, -10831, -564.47, 36.8656, 0.0349062, 0, 0, 0.0174522, 0.999848, 900, 255, 1, '', 48503, NULL), +(@OGUID+7700, 1622, 0, 10, 0, 1, 1, -10929.8, 447.35, 45.6105, 3.75246, 0, 0, -0.953716, 0.300708, 900, 255, 1, '', 48340, NULL), +(@OGUID+7701, 1622, 0, 10, 0, 1, 1, -10958.3, -47.7831, 13.9609, 4.36332, 0, 0, -0.819152, 0.573577, 900, 255, 1, '', 50664, NULL), +(@OGUID+7702, 1622, 0, 10, 0, 1, 1, -10974.2, -944.671, 70.3839, 5.96903, 0, 0, -0.156434, 0.987688, 900, 255, 1, '', 49345, NULL), +(@OGUID+7703, 1622, 0, 10, 0, 1, 1, -10996.7, -283.717, 30.0249, 5.53269, 0, 0, -0.366501, 0.930418, 900, 255, 1, '', 48503, NULL), +(@OGUID+7704, 1622, 0, 10, 0, 1, 1, -11001, -1369.58, 51.7539, 4.01426, 0, 0, -0.906307, 0.422619, 900, 255, 1, '', 48019, NULL), +(@OGUID+7705, 1622, 0, 10, 0, 1, 1, -11014.1, 194.772, 27.8686, 3.4383, 0, 0, -0.989016, 0.147811, 900, 255, 1, '', 48120, NULL), +(@OGUID+7706, 1622, 0, 10, 0, 1, 1, -11016.1, 262.501, 26.9719, 0.401425, 0, 0, 0.199368, 0.979925, 900, 255, 1, '', 48632, NULL), +(@OGUID+7707, 1622, 0, 10, 0, 1, 1, -11022.4, -1357.99, 51.8596, 5.93412, 0, 0, -0.173648, 0.984808, 900, 255, 1, '', 50664, NULL), +(@OGUID+7708, 1622, 0, 10, 0, 1, 1, -11073.5, -233.118, 18.9209, 2.30383, 0, 0, 0.913545, 0.406738, 900, 255, 1, '', 48503, NULL), +(@OGUID+7709, 1622, 0, 10, 0, 1, 1, -11078.8, -960.529, 65.0361, 0.471238, 0, 0, 0.233445, 0.97237, 900, 255, 1, '', 48632, NULL), +(@OGUID+7710, 1622, 0, 10, 0, 1, 1, -11095.6, -944.019, 64.8161, 5.41052, 0, 0, -0.422618, 0.906308, 900, 255, 1, '', 48340, NULL), +(@OGUID+7711, 1622, 0, 10, 0, 1, 1, -11130.1, -77.5629, 33.1727, 0.279252, 0, 0, 0.139173, 0.990268, 900, 255, 1, '', 48503, NULL), +(@OGUID+7712, 1622, 0, 10, 0, 1, 1, -11151.9, 96.2527, 45.1878, 2.56563, 0, 0, 0.958819, 0.284016, 900, 255, 1, '', 48632, NULL), +(@OGUID+7713, 1622, 0, 10, 0, 1, 1, -11163.2, -651.938, 68.1639, 0.331611, 0, 0, 0.165047, 0.986286, 900, 255, 1, '', 48340, NULL), +(@OGUID+7714, 1622, 0, 10, 0, 1, 1, -11163.9, -876.684, 77.399, 3.38594, 0, 0, -0.992546, 0.12187, 900, 255, 1, '', 48340, NULL), +(@OGUID+7715, 1622, 0, 10, 0, 1, 1, -10286.4, 70.4633, 39.0389, 2.89725, 0, 0, 0.992546, 0.12187, 900, 255, 1, '', 52237, NULL), +(@OGUID+7716, 1622, 0, 10, 241, 1, 1, -10929.3, -946.819, 71.0177, 6.21337, 0, 0, -0.0348988, 0.999391, 900, 255, 1, '', 45772, NULL), +(@OGUID+7717, 1622, 0, 10, 536, 1, 1, -11045.7, 206.046, 27.283, 4.86947, 0, 0, -0.649447, 0.760406, 900, 255, 1, '', 52237, NULL), +(@OGUID+7718, 1622, 0, 10, 460, 1, 1, -10606.9, -1530.92, 92.4943, 6.14356, 0, 0, -0.0697556, 0.997564, 900, 255, 1, '', 50664, NULL), +(@OGUID+7719, 1622, 0, 10, 460, 1, 1, -10817.4, -1384.31, 44.162, 4.88692, 0, 0, -0.642787, 0.766045, 900, 255, 1, '', 50664, NULL), +(@OGUID+7720, 1623, 0, 10, 0, 1, 1, -10096.3, -384.409, 54.7689, 2.18166, 0, 0, 0.887011, 0.461749, 900, 255, 1, '', 48340, NULL), +(@OGUID+7721, 1623, 0, 10, 0, 1, 1, -10171.8, -592.133, 94.3609, 0.925024, 0, 0, 0.446198, 0.894935, 900, 255, 1, '', 48503, NULL), +(@OGUID+7722, 1623, 0, 10, 0, 1, 1, -10184.1, -646.728, 72.9885, 2.9845, 0, 0, 0.996917, 0.0784664, 900, 255, 1, '', 48632, NULL), +(@OGUID+7723, 1623, 0, 10, 0, 1, 1, -10321, -170.815, 73.4739, 6.21337, 0, 0, -0.0348988, 0.999391, 900, 255, 1, '', 48632, NULL), +(@OGUID+7724, 1623, 0, 10, 0, 1, 1, -10338.8, -1492.6, 99.7783, 2.30383, 0, 0, 0.913545, 0.406738, 900, 255, 1, '', 48632, NULL), +(@OGUID+7725, 1623, 0, 10, 0, 1, 1, -10481.1, -718.845, 96.757, 2.3911, 0, 0, 0.930417, 0.366502, 900, 255, 1, '', 50664, NULL), +(@OGUID+7726, 1623, 0, 10, 0, 1, 1, -10537.2, -1533.53, 124.838, 3.49067, 0, 0, -0.984807, 0.173652, 900, 255, 1, '', 48503, NULL), +(@OGUID+7727, 1623, 0, 10, 0, 1, 1, -10556.8, -164.8, 75.6976, 0, 0, 0, 0, 1, 900, 255, 1, '', 48632, NULL), +(@OGUID+7728, 1623, 0, 10, 0, 1, 1, -10588.8, -702.674, 82.2466, 2.14675, 0, 0, 0.878817, 0.47716, 900, 255, 1, '', 48340, NULL), +(@OGUID+7729, 1623, 0, 10, 0, 1, 1, -10693.7, -601.31, 80.3573, 3.50812, 0, 0, -0.983254, 0.182238, 900, 255, 1, '', 48632, NULL), +(@OGUID+7730, 1623, 0, 10, 0, 1, 1, -10756.3, -268.323, 71.2071, 2.14675, 0, 0, 0.878817, 0.47716, 900, 255, 1, '', 48503, NULL), +(@OGUID+7731, 1623, 0, 10, 0, 1, 1, -10760.5, -353.31, 95.6839, 2.84488, 0, 0, 0.989016, 0.147811, 900, 255, 1, '', 48632, NULL), +(@OGUID+7732, 1623, 0, 10, 0, 1, 1, -11116.7, -1294.3, 69.709, 5.91667, 0, 0, -0.182235, 0.983255, 900, 255, 1, '', 48019, NULL), +(@OGUID+7733, 1623, 0, 10, 0, 1, 1, -11117.8, 27.1309, 64.7471, 3.71755, 0, 0, -0.958819, 0.284016, 900, 255, 1, '', 48632, NULL), +(@OGUID+7734, 1623, 0, 10, 0, 1, 1, -11123, -1232.55, 102.053, 1.22173, 0, 0, 0.573576, 0.819152, 900, 255, 1, '', 48632, NULL), +(@OGUID+7735, 1623, 0, 10, 0, 1, 1, -11161.1, -328.905, 69.7266, 1.41372, 0, 0, 0.649447, 0.760406, 900, 255, 1, '', 48120, NULL), +(@OGUID+7736, 1623, 0, 10, 0, 1, 1, -11149.8, -160.275, 63.4343, 2.1293, 0, 0, 0.874619, 0.48481, 900, 255, 1, '', 49822, NULL), +(@OGUID+7737, 1624, 0, 10, 0, 1, 1, -10229.6, -33.3671, 32.1215, 5.95157, 0, 0, -0.165047, 0.986286, 900, 255, 1, '', 48503, NULL), +(@OGUID+7738, 1624, 0, 10, 0, 1, 1, -10245, 385.006, 56.0608, 2.18166, 0, 0, 0.887011, 0.461749, 900, 255, 1, '', 47966, NULL), +(@OGUID+7739, 1624, 0, 10, 0, 1, 1, -10248.4, -885.075, 36.1875, 5.46288, 0, 0, -0.398748, 0.91706, 900, 255, 1, '', 48120, NULL), +(@OGUID+7740, 1624, 0, 10, 0, 1, 1, -10253.2, 478.01, 36.3302, 5.21854, 0, 0, -0.507538, 0.861629, 900, 255, 1, '', 48503, NULL), +(@OGUID+7741, 1624, 0, 10, 0, 1, 1, -10257.9, -801.824, 44.3731, 3.31614, 0, 0, -0.996194, 0.087165, 900, 255, 1, '', 48340, NULL), +(@OGUID+7742, 1624, 0, 10, 0, 1, 1, -10292.2, -70.4041, 45.2325, 4.62512, 0, 0, -0.737277, 0.675591, 900, 255, 1, '', 48632, NULL), +(@OGUID+7743, 1624, 0, 10, 0, 1, 1, -10320.1, -915.112, 39.2073, 4.46804, 0, 0, -0.788011, 0.615662, 900, 255, 1, '', 48120, NULL), +(@OGUID+7744, 1624, 0, 10, 0, 1, 1, -10340.4, -28.8124, 45.1232, 0.296705, 0, 0, 0.147809, 0.989016, 900, 255, 1, '', 48503, NULL), +(@OGUID+7745, 1624, 0, 10, 0, 1, 1, -10421.8, -46.0271, 46.757, 1.48353, 0, 0, 0.67559, 0.737278, 900, 255, 1, '', 48120, NULL), +(@OGUID+7746, 1624, 0, 10, 0, 1, 1, -10478.9, -967.13, 44.9839, 2.67035, 0, 0, 0.972369, 0.233448, 900, 255, 1, '', 48632, NULL), +(@OGUID+7747, 1624, 0, 10, 0, 1, 1, -10525.1, -911.581, 46.8991, 6.00393, 0, 0, -0.139173, 0.990268, 900, 255, 1, '', 49345, NULL), +(@OGUID+7748, 1624, 0, 10, 0, 1, 1, -10544.6, -821.585, 53.1926, 4.08407, 0, 0, -0.891006, 0.453991, 900, 255, 1, '', 48340, NULL), +(@OGUID+7749, 1624, 0, 10, 0, 1, 1, -10582.2, 72.5619, 40.2747, 5.91667, 0, 0, -0.182235, 0.983255, 900, 255, 1, '', 48340, NULL), +(@OGUID+7750, 1624, 0, 10, 0, 1, 1, -10598.5, -952.971, 53.2791, 4.17134, 0, 0, -0.870356, 0.492424, 900, 255, 1, '', 48340, NULL), +(@OGUID+7751, 1624, 0, 10, 0, 1, 1, -10620.3, -67.4817, 32.7607, 1.53589, 0, 0, 0.694658, 0.71934, 900, 255, 1, '', 48632, NULL), +(@OGUID+7752, 1624, 0, 10, 0, 1, 1, -10628, -49.8506, 33.4616, 2.37364, 0, 0, 0.927183, 0.374608, 900, 255, 1, '', 48632, NULL), +(@OGUID+7753, 1624, 0, 10, 0, 1, 1, -10660.1, 151.206, 40.3802, 0.244346, 0, 0, 0.121869, 0.992546, 900, 255, 1, '', 48632, NULL), +(@OGUID+7754, 1624, 0, 10, 0, 1, 1, -10710.7, 442.859, 41.0738, 3.4034, 0, 0, -0.991445, 0.130528, 900, 255, 1, '', 48503, NULL), +(@OGUID+7755, 1624, 0, 10, 0, 1, 1, -10795.4, -690.17, 40.9777, 0.139624, 0, 0, 0.0697556, 0.997564, 900, 255, 1, '', 48632, NULL), +(@OGUID+7756, 1624, 0, 10, 0, 1, 1, -10799.6, -666.59, 40.8933, 0.174532, 0, 0, 0.0871553, 0.996195, 900, 255, 1, '', 48632, NULL), +(@OGUID+7757, 1624, 0, 10, 0, 1, 1, -10943.8, 243.869, 28.5117, 1.18682, 0, 0, 0.559193, 0.829038, 900, 255, 1, '', 49345, NULL), +(@OGUID+7758, 1624, 0, 10, 0, 1, 1, -10945.9, 118.496, 38.0367, 0.90757, 0, 0, 0.438371, 0.898794, 900, 255, 1, '', 48632, NULL), +(@OGUID+7759, 1624, 0, 10, 0, 1, 1, -11006.6, -859.188, 62.6391, 2.00713, 0, 0, 0.843391, 0.5373, 900, 255, 1, '', 48632, NULL), +(@OGUID+7760, 1624, 0, 10, 0, 1, 1, -11011.1, -949.232, 65.1183, 4.15388, 0, 0, -0.874619, 0.48481, 900, 255, 1, '', 48340, NULL), +(@OGUID+7761, 1624, 0, 10, 0, 1, 1, -11048.5, -694.963, 47.5763, 5.49779, 0, 0, -0.382683, 0.92388, 900, 255, 1, '', 49345, NULL), +(@OGUID+7762, 1624, 0, 10, 0, 1, 1, -11049, -495.103, 30.5978, 5.67232, 0, 0, -0.300705, 0.953717, 900, 255, 1, '', 50063, NULL), +(@OGUID+7763, 1624, 0, 10, 0, 1, 1, -11053.7, -822.482, 58.9241, 1.0821, 0, 0, 0.515038, 0.857168, 900, 255, 1, '', 49345, NULL), +(@OGUID+7764, 1624, 0, 10, 0, 1, 1, -11140.6, 242.228, 37.7286, 2.53072, 0, 0, 0.953716, 0.300708, 900, 255, 1, '', 48340, NULL), +(@OGUID+7765, 1624, 0, 10, 0, 1, 1, -10967.3, -865.113, 64.4771, 5.93412, 0, 0, -0.173648, 0.984808, 900, 255, 1, '', 45613, NULL), +(@OGUID+7766, 1624, 0, 10, 241, 1, 1, -11093.2, -866.02, 61.4684, 1.09956, 0, 0, 0.522498, 0.85264, 900, 255, 1, '', 46182, NULL), +(@OGUID+7767, 1624, 0, 10, 242, 1, 1, -10439, -864.635, 46.4699, 4.45059, 0, 0, -0.793353, 0.608762, 900, 255, 1, '', 46902, NULL), +(@OGUID+7768, 1624, 0, 10, 492, 1, 1, -10522.5, -27.1364, 44.637, 2.1293, 0, 0, 0.874619, 0.48481, 900, 255, 1, '', 52237, NULL), +(@OGUID+7769, 1624, 0, 10, 0, 1, 1, -11031.6, -99.6075, 16.1818, 4.34587, 0, 0, -0.824126, 0.566406, 900, 255, 1, '', 49822, NULL), +(@OGUID+7770, 1628, 0, 10, 0, 1, 1, -10344.9, 227.065, 32.6557, 4.15388, 0, 0, -0.874619, 0.48481, 900, 255, 1, '', 48632, NULL), +(@OGUID+7771, 1628, 0, 10, 0, 1, 1, -10385.9, 386.973, 47.0414, 5.06146, 0, 0, -0.573576, 0.819152, 900, 255, 1, '', 48340, NULL), +(@OGUID+7772, 1628, 0, 10, 0, 1, 1, -10395.3, 174.046, 35.1744, 4.99164, 0, 0, -0.601814, 0.798636, 900, 255, 1, '', 48632, NULL), +(@OGUID+7773, 1628, 0, 10, 0, 1, 1, -10437, 380.484, 45.2769, 2.30383, 0, 0, 0.913545, 0.406738, 900, 255, 1, '', 50664, NULL), +(@OGUID+7774, 1628, 0, 10, 0, 1, 1, -10442.8, 221.964, 31.7509, 2.37364, 0, 0, 0.927183, 0.374608, 900, 255, 1, '', 47966, NULL), +(@OGUID+7775, 1628, 0, 10, 0, 1, 1, -10495, 430.5, 38.0431, 0.59341, 0, 0, 0.292371, 0.956305, 900, 255, 1, '', 48632, NULL), +(@OGUID+7776, 1628, 0, 10, 0, 1, 1, -10496.2, 209.948, 32.2598, 3.50812, 0, 0, -0.983254, 0.182238, 900, 255, 1, '', 47966, NULL), +(@OGUID+7777, 1628, 0, 10, 0, 1, 1, -10539.9, 442.972, 38.0475, 1.22173, 0, 0, 0.573576, 0.819152, 900, 255, 1, '', 48632, NULL), +(@OGUID+7778, 1628, 0, 10, 0, 1, 1, -10547, 269.901, 28.4756, 4.59022, 0, 0, -0.748956, 0.66262, 900, 255, 1, '', 48632, NULL), +(@OGUID+7779, 1628, 0, 10, 0, 1, 1, -10565.1, 228.283, 29.469, 5.20108, 0, 0, -0.515038, 0.857168, 900, 255, 1, '', 48503, NULL), +(@OGUID+7780, 1628, 0, 10, 0, 1, 1, -10586.7, 386.926, 32.3488, 3.49067, 0, 0, -0.984807, 0.173652, 900, 255, 1, '', 48503, NULL), +(@OGUID+7781, 1628, 0, 10, 0, 1, 1, -10955.6, -1294.24, 53.0903, 3.15906, 0, 0, -0.999962, 0.00873464, 900, 255, 1, '', 48019, NULL), +(@OGUID+7782, 1628, 0, 10, 0, 1, 1, -10971.9, -1321.31, 52.3461, 2.51327, 0, 0, 0.951056, 0.309017, 900, 255, 1, '', 48019, NULL), +(@OGUID+7783, 1628, 0, 10, 0, 1, 1, -11005.3, -1334.97, 52.1094, 1.62316, 0, 0, 0.725374, 0.688355, 900, 255, 1, '', 48019, NULL), +(@OGUID+7784, 1628, 0, 10, 0, 1, 1, -11007.5, -1295.47, 53.5987, 5.21854, 0, 0, -0.507538, 0.861629, 900, 255, 1, '', 50664, NULL), +(@OGUID+7785, 1628, 0, 10, 0, 1, 1, -11038.5, -1320, 53.6162, 0.680677, 0, 0, 0.333806, 0.942642, 900, 255, 1, '', 48019, NULL), +(@OGUID+7786, 1628, 0, 10, 121, 1, 1, -10989.7, -1280.99, 52.7249, 3.78737, 0, 0, -0.948323, 0.317306, 900, 255, 1, '', 52237, NULL), +(@OGUID+7787, 1628, 0, 10, 492, 1, 1, -10537.3, 399.749, 31.7543, 5.86431, 0, 0, -0.207911, 0.978148, 900, 255, 1, '', 53788, NULL), +(@OGUID+7788, 1731, 0, 10, 0, 1, 1, -11160.1, 290.516, 41.1961, 2.00713, 0, 0, 0.843391, 0.5373, 900, 255, 1, '', 48120, NULL), +(@OGUID+7789, 1731, 0, 10, 0, 1, 1, -11158.4, -925.164, 85.8275, 1.53589, 0, 0, 0.694658, 0.71934, 900, 255, 1, '', 48340, NULL), +(@OGUID+7790, 1731, 0, 10, 241, 1, 1, -11137.5, -904.159, 66.684, 2.1293, 0, 0, 0.874619, 0.48481, 900, 255, 1, '', 53788, NULL), +(@OGUID+7791, 1731, 0, 10, 0, 1, 1, -11125.1, -774.882, 59.6363, 1.48353, 0, 0, 0.67559, 0.737278, 900, 255, 1, '', 48503, NULL), +(@OGUID+7792, 1731, 0, 10, 0, 1, 1, -11125, -253.782, 45.8497, 5.74214, 0, 0, -0.267238, 0.963631, 900, 255, 1, '', 48503, NULL), +(@OGUID+7793, 1731, 0, 10, 0, 1, 1, -11118.3, -578.917, 46.1832, 5.48033, 0, 0, -0.390731, 0.920505, 900, 255, 1, '', 49345, NULL), +(@OGUID+7794, 1731, 0, 10, 0, 1, 1, -11116.7, -1016.64, 80.8207, 5.91667, 0, 0, -0.182235, 0.983255, 900, 255, 1, '', 48340, NULL), +(@OGUID+7795, 1731, 0, 10, 0, 1, 1, -11100, -195.819, 28.6323, 4.86947, 0, 0, -0.649447, 0.760406, 900, 255, 1, '', 48503, NULL), +(@OGUID+7796, 1731, 0, 10, 0, 1, 1, -11072.4, -1385.5, 72.7384, 5.91667, 0, 0, -0.182235, 0.983255, 900, 255, 1, '', 48019, NULL), +(@OGUID+7797, 1731, 0, 10, 0, 1, 1, -11062.5, -729.195, 59.6658, 4.62512, 0, 0, -0.737277, 0.675591, 900, 255, 1, '', 48632, NULL), +(@OGUID+7798, 1731, 0, 10, 0, 1, 1, -11050, -1033.27, 72.4054, 0.244346, 0, 0, 0.121869, 0.992546, 900, 255, 1, '', 48340, NULL), +(@OGUID+7799, 1731, 0, 10, 0, 1, 1, -11045.7, -299.893, 16.2588, 3.75246, 0, 0, -0.953716, 0.300708, 900, 255, 1, '', 49345, NULL), +(@OGUID+7800, 1731, 0, 10, 0, 1, 1, -11039.1, -420.595, 36.0661, 6.19592, 0, 0, -0.0436192, 0.999048, 900, 255, 1, '', 48120, NULL), +(@OGUID+7801, 1731, 0, 10, 0, 1, 1, -11016.6, -1180.58, 46.4404, 2.93214, 0, 0, 0.994521, 0.104536, 900, 255, 1, '', 48340, NULL), +(@OGUID+7802, 1731, 0, 10, 0, 1, 1, -11014.4, -1079.73, 51.1815, 3.31614, 0, 0, -0.996194, 0.087165, 900, 255, 1, '', 48340, NULL), +(@OGUID+7803, 1731, 0, 10, 0, 1, 1, -10973.7, 73.9823, 39.4804, 5.67232, 0, 0, -0.300705, 0.953717, 900, 255, 1, '', 48632, NULL), +(@OGUID+7804, 1731, 0, 10, 0, 1, 1, -10966.5, -183.177, 17.1386, 2.56563, 0, 0, 0.958819, 0.284016, 900, 255, 1, '', 48503, NULL), +(@OGUID+7805, 1731, 0, 10, 0, 1, 1, -10856.6, -1283.99, 62.4551, 0.296705, 0, 0, 0.147809, 0.989016, 900, 255, 1, '', 48019, NULL), +(@OGUID+7806, 1731, 0, 10, 0, 1, 1, -10726.6, -965.106, 70.1185, 1.67551, 0, 0, 0.743144, 0.669131, 900, 255, 1, '', 48340, NULL), +(@OGUID+7807, 1731, 0, 10, 0, 1, 1, -10714.9, -1436.62, 63.2028, 4.38078, 0, 0, -0.814116, 0.580703, 900, 255, 1, '', 50375, NULL), +(@OGUID+7808, 1731, 0, 10, 0, 1, 1, -10699.3, -187.865, 39.9624, 3.4383, 0, 0, -0.989016, 0.147811, 900, 255, 1, '', 48632, NULL), +(@OGUID+7809, 1731, 0, 10, 0, 1, 1, -10638.4, -1390.38, 60.8947, 2.05949, 0, 0, 0.857167, 0.515038, 900, 255, 1, '', 48632, NULL), +(@OGUID+7810, 1731, 0, 10, 0, 1, 1, -10557.2, -760.492, 60.5833, 5.23599, 0, 0, -0.5, 0.866025, 900, 255, 1, '', 48632, NULL), +(@OGUID+7811, 1731, 0, 10, 0, 1, 1, -10513.9, -74.5481, 45.2932, 3.07177, 0, 0, 0.999391, 0.0349061, 900, 255, 1, '', 48503, NULL), +(@OGUID+7812, 1731, 0, 10, 0, 1, 1, -10481.8, 41.4525, 42.5627, 1.98967, 0, 0, 0.83867, 0.54464, 900, 255, 1, '', 48120, NULL), +(@OGUID+7813, 1731, 0, 10, 0, 1, 1, -10467.1, -948.977, 49.8306, 3.73501, 0, 0, -0.956305, 0.292372, 900, 255, 1, '', 48632, NULL), +(@OGUID+7814, 1731, 0, 10, 0, 1, 1, -10435.3, -1011.91, 48.5019, 3.73501, 0, 0, -0.956305, 0.292372, 900, 255, 1, '', 48503, NULL), +(@OGUID+7815, 1731, 0, 10, 0, 1, 1, -10359, -790.396, 61.1401, 2.32129, 0, 0, 0.91706, 0.39875, 900, 255, 1, '', 48120, NULL), +(@OGUID+7816, 1731, 0, 10, 0, 1, 1, -10341.1, 83.216, 36.8964, 4.7473, 0, 0, -0.694658, 0.71934, 900, 255, 1, '', 48503, NULL), +(@OGUID+7817, 1731, 0, 10, 0, 1, 1, -10174.9, -700.101, 44.6107, 2.96704, 0, 0, 0.996194, 0.087165, 900, 255, 1, '', 48340, NULL), +(@OGUID+7818, 1731, 0, 10, 0, 1, 1, -10124.3, -341.976, 53.3324, 4.04917, 0, 0, -0.898793, 0.438373, 900, 255, 1, '', 48120, NULL), +(@OGUID+7819, 1731, 0, 10, 0, 1, 1, -10088, -450.424, 65.3588, 2.28638, 0, 0, 0.909961, 0.414694, 900, 255, 1, '', 48120, NULL), +(@OGUID+7820, 1732, 0, 10, 0, 1, 1, -11246, -173.352, 5.11785, 0.383971, 0, 0, 0.190808, 0.981627, 900, 255, 1, '', 50664, NULL), +(@OGUID+7821, 1732, 0, 10, 0, 1, 1, -11235.4, -875.842, 85.4821, 2.67035, 0, 0, 0.972369, 0.233448, 900, 255, 1, '', 48340, NULL), +(@OGUID+7822, 1732, 0, 10, 0, 1, 1, -11228.9, -194.435, 6.59889, 5.34071, 0, 0, -0.45399, 0.891007, 900, 255, 1, '', 48632, NULL), +(@OGUID+7823, 1732, 0, 10, 0, 1, 1, -11200, -833.442, 77.4169, 4.45059, 0, 0, -0.793353, 0.608762, 900, 255, 1, '', 50375, NULL), +(@OGUID+7824, 1732, 0, 10, 0, 1, 1, -11191.6, -877.527, 80.8317, 4.88692, 0, 0, -0.642787, 0.766045, 900, 255, 1, '', 48632, NULL), +(@OGUID+7825, 1732, 0, 10, 0, 1, 1, -11190.7, -154.595, 5.96193, 2.80998, 0, 0, 0.986285, 0.16505, 900, 255, 1, '', 49822, NULL), +(@OGUID+7826, 1732, 0, 10, 0, 1, 1, -11185.8, -104.949, 7.02571, 0.226892, 0, 0, 0.113203, 0.993572, 900, 255, 1, '', 48503, NULL), +(@OGUID+7827, 1732, 0, 10, 460, 1, 1, -11185.4, -756.179, 62.4482, 4.17134, 0, 0, -0.870356, 0.492424, 900, 255, 1, '', 50664, NULL), +(@OGUID+7828, 1732, 0, 10, 0, 1, 1, -11166.5, 154.265, 35.092, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 48632, NULL), +(@OGUID+7829, 1732, 0, 10, 0, 1, 1, -11166.4, 188.423, 36.8217, 4.32842, 0, 0, -0.829037, 0.559194, 900, 255, 1, '', 48340, NULL), +(@OGUID+7830, 1732, 0, 10, 0, 1, 1, -11162.2, -182.4, 12.8593, 1.48353, 0, 0, 0.67559, 0.737278, 900, 255, 1, '', 48503, NULL), +(@OGUID+7831, 1732, 0, 10, 0, 1, 1, -11160.9, -132.727, 10.3712, 3.01941, 0, 0, 0.998135, 0.0610518, 900, 255, 1, '', 48503, NULL), +(@OGUID+7832, 1732, 0, 10, 0, 1, 1, -11154.1, -845.817, 78.1014, 4.46804, 0, 0, -0.788011, 0.615662, 900, 255, 1, '', 50664, NULL), +(@OGUID+7833, 1732, 0, 10, 0, 1, 1, -11148, -513.184, 41.4328, 0.506145, 0, 0, 0.25038, 0.968148, 900, 255, 1, '', 50250, NULL), +(@OGUID+7834, 1732, 0, 10, 0, 1, 1, -11137.5, -843.614, 76.8614, 5.86431, 0, 0, -0.207911, 0.978148, 900, 255, 1, '', 50375, NULL), +(@OGUID+7835, 1732, 0, 10, 0, 1, 1, -11137.3, -166.128, 11.467, 2.96704, 0, 0, 0.996194, 0.087165, 900, 255, 1, '', 50664, NULL), +(@OGUID+7836, 1732, 0, 10, 0, 1, 1, -11136.9, -124.765, 9.87703, 5.93412, 0, 0, -0.173648, 0.984808, 900, 255, 1, '', 50664, NULL), +(@OGUID+7837, 1732, 0, 10, 0, 1, 1, -11129.1, -1153.68, 45.1154, 1.0821, 0, 0, 0.515038, 0.857168, 900, 255, 1, '', 49822, NULL), +(@OGUID+7838, 1732, 0, 10, 0, 1, 1, -11111.9, -103.866, 12.8918, 4.60767, 0, 0, -0.743144, 0.669131, 900, 255, 1, '', 48503, NULL), +(@OGUID+7839, 1732, 0, 10, 0, 1, 1, -11109.5, 63.564, 41.8177, 3.31614, 0, 0, -0.996194, 0.087165, 900, 255, 1, '', 48632, NULL), +(@OGUID+7840, 1732, 0, 10, 0, 1, 1, -11107.3, -1089.97, 63.3644, 3.99681, 0, 0, -0.909961, 0.414694, 900, 255, 1, '', 48340, NULL), +(@OGUID+7841, 1732, 0, 10, 0, 1, 1, -11105.8, -1170.61, 42.2928, 5.93412, 0, 0, -0.173648, 0.984808, 900, 255, 1, '', 49345, NULL), +(@OGUID+7842, 1732, 0, 10, 0, 1, 1, -11101.3, -74.5434, 16.7641, 4.17134, 0, 0, -0.870356, 0.492424, 900, 255, 1, '', 48632, NULL), +(@OGUID+7843, 1732, 0, 10, 0, 1, 1, -11099.9, -159.898, 13.3211, 2.14675, 0, 0, 0.878817, 0.47716, 900, 255, 1, '', 48503, NULL), +(@OGUID+7844, 1732, 0, 10, 0, 1, 1, -11099.4, -696.347, 54.7799, 1.58825, 0, 0, 0.71325, 0.70091, 900, 255, 1, '', 48632, NULL), +(@OGUID+7845, 1732, 0, 10, 0, 1, 1, -11096.3, -135.736, 39.7418, 1.46608, 0, 0, 0.66913, 0.743145, 900, 255, 1, '', 48503, NULL), +(@OGUID+7846, 1732, 0, 10, 0, 1, 1, -11095.3, -29.8363, 29.2261, 6.02139, 0, 0, -0.130526, 0.991445, 900, 255, 1, '', 48503, NULL), +(@OGUID+7847, 1732, 0, 10, 0, 1, 1, -11092.8, -1157.22, 55.1905, 1.09956, 0, 0, 0.522498, 0.85264, 900, 255, 1, '', 48340, NULL), +(@OGUID+7848, 1732, 0, 10, 93, 1, 1, -11091.6, -257.724, 32.2351, 2.56563, 0, 0, 0.958819, 0.284016, 900, 255, 1, '', 46902, NULL), +(@OGUID+7849, 1732, 0, 10, 0, 1, 1, -11087.5, 12.5553, 44.3524, 4.46804, 0, 0, -0.788011, 0.615662, 900, 255, 1, '', 48503, NULL), +(@OGUID+7850, 1732, 0, 10, 0, 1, 1, -11085.5, -1327.1, 61.2213, 4.15388, 0, 0, -0.874619, 0.48481, 900, 255, 1, '', 50375, NULL), +(@OGUID+7851, 1732, 0, 10, 460, 1, 1, -11075, -1121.48, 40.2829, 4.15388, 0, 0, -0.874619, 0.48481, 900, 255, 1, '', 50664, NULL), +(@OGUID+7852, 1732, 0, 10, 0, 1, 1, -11029.2, -1266.67, 53.8279, 3.50812, 0, 0, -0.983254, 0.182238, 900, 255, 1, '', 48019, NULL), +(@OGUID+7853, 1732, 0, 10, 0, 1, 1, -11001.5, 8.73486, 30.7184, 5.37562, 0, 0, -0.438371, 0.898794, 900, 255, 1, '', 48503, NULL), +(@OGUID+7854, 1732, 0, 10, 0, 1, 1, -10997.8, -542.823, 34.96, 5.32326, 0, 0, -0.461748, 0.887011, 900, 255, 1, '', 48120, NULL), +(@OGUID+7855, 1732, 0, 10, 121, 1, 1, -10991.6, -1399.99, 71.7657, 4.99164, 0, 0, -0.601814, 0.798636, 900, 255, 1, '', 52237, NULL), +(@OGUID+7856, 1732, 0, 10, 0, 1, 1, -10936.2, -129.304, 29.9737, 4.17134, 0, 0, -0.870356, 0.492424, 900, 255, 1, '', 48503, NULL), +(@OGUID+7857, 1732, 0, 10, 0, 1, 1, -10854.2, -533.286, 39.3664, 3.82227, 0, 0, -0.942641, 0.333808, 900, 255, 1, '', 48632, NULL), +(@OGUID+7858, 1732, 0, 10, 0, 1, 1, -10848.7, -1375.08, 63.6493, 3.68265, 0, 0, -0.96363, 0.267241, 900, 255, 1, '', 48632, NULL), +(@OGUID+7859, 1732, 0, 10, 0, 1, 1, -10820.8, -729.183, 46.4459, 3.4383, 0, 0, -0.989016, 0.147811, 900, 255, 1, '', 48632, NULL), +(@OGUID+7860, 1732, 0, 10, 0, 1, 1, -10800.4, -424.663, 59.9856, 5.89921, 0, 0, -0.190808, 0.981627, 900, 255, 1, '', 48503, NULL), +(@OGUID+7861, 1732, 0, 10, 0, 1, 1, -10766.7, -1437.56, 71.3134, 5.20108, 0, 0, -0.515038, 0.857168, 900, 255, 1, '', 48632, NULL), +(@OGUID+7862, 1732, 0, 10, 0, 1, 1, -10729.1, -783.827, 49.1737, 3.38594, 0, 0, -0.992546, 0.12187, 900, 255, 1, '', 48632, NULL), +(@OGUID+7863, 1732, 0, 10, 0, 1, 1, -10716.4, -587.625, 64.6095, 2.89725, 0, 0, 0.992546, 0.12187, 900, 255, 1, '', 48632, NULL), +(@OGUID+7864, 1732, 0, 10, 0, 1, 1, -10670.9, -1400.03, 59.2217, 4.60767, 0, 0, -0.743144, 0.669131, 900, 255, 1, '', 45613, NULL), +(@OGUID+7865, 1732, 0, 10, 0, 1, 1, -10643.7, -985.37, 68.1491, 5.96903, 0, 0, -0.156434, 0.987688, 900, 255, 1, '', 48632, NULL), +(@OGUID+7866, 1732, 0, 10, 0, 1, 1, -10633.3, -1458.44, 91.035, 3.50812, 0, 0, -0.983254, 0.182238, 900, 255, 1, '', 48632, NULL), +(@OGUID+7867, 1732, 0, 10, 0, 1, 1, -10600.2, -1486.5, 94.3496, 4.99164, 0, 0, -0.601814, 0.798636, 900, 255, 1, '', 49345, NULL), +(@OGUID+7868, 1732, 0, 10, 0, 1, 1, -10575.1, -1008.32, 55.5346, 0.0349062, 0, 0, 0.0174522, 0.999848, 900, 255, 1, '', 48503, NULL), +(@OGUID+7869, 1732, 0, 10, 10, 1, 1, -10568.9, -1506.51, 95.3776, 4.15388, 0, 0, -0.874619, 0.48481, 900, 255, 1, '', 47168, NULL), +(@OGUID+7870, 1732, 0, 10, 0, 1, 1, -10483.2, -999.957, 47.3942, 0.331611, 0, 0, 0.165047, 0.986286, 900, 255, 1, '', 48340, NULL), +(@OGUID+7871, 1732, 0, 10, 0, 1, 1, -10466.3, -120.787, 62.3164, 4.45059, 0, 0, -0.793353, 0.608762, 900, 255, 1, '', 48632, NULL), +(@OGUID+7872, 1732, 0, 10, 0, 1, 1, -10449.9, -1020.57, 53.7499, 1.50098, 0, 0, 0.681998, 0.731354, 900, 255, 1, '', 49345, NULL), +(@OGUID+7873, 1732, 0, 10, 0, 1, 1, -10290.9, -137.715, 41.327, 4.17134, 0, 0, -0.870356, 0.492424, 900, 255, 1, '', 48340, NULL), +(@OGUID+7874, 1732, 0, 10, 0, 1, 1, -10160.4, -288.859, 47.7796, 5.93412, 0, 0, -0.173648, 0.984808, 900, 255, 1, '', 48120, NULL), +(@OGUID+7875, 1732, 0, 10, 0, 1, 1, -10120.7, -551.013, 70.454, 4.88692, 0, 0, -0.642787, 0.766045, 900, 255, 1, '', 50664, NULL), +(@OGUID+7876, 1732, 0, 10, 0, 1, 1, -10687.9, -1475.34, 94.9893, 3.68265, 0, 0, -0.96363, 0.267241, 900, 255, 1, '', 49822, NULL), +(@OGUID+7877, 1732, 0, 10, 0, 1, 1, -10600, -149.91, 45.9751, 4.24115, 0, 0, -0.85264, 0.522499, 900, 255, 1, '', 49822, NULL), +(@OGUID+7878, 1733, 0, 10, 0, 1, 1, -11246, -173.352, 5.11785, 0.383971, 0, 0, 0.190808, 0.981627, 900, 255, 1, '', 50664, NULL), +(@OGUID+7879, 1733, 0, 10, 0, 1, 1, -11235.4, -875.842, 85.4821, 2.67035, 0, 0, 0.972369, 0.233448, 900, 255, 1, '', 48340, NULL), +(@OGUID+7880, 1733, 0, 10, 0, 1, 1, -11228.9, -194.435, 6.59889, 5.34071, 0, 0, -0.45399, 0.891007, 900, 255, 1, '', 48632, NULL), +(@OGUID+7881, 1733, 0, 10, 0, 1, 1, -11200, -833.442, 77.4169, 4.45059, 0, 0, -0.793353, 0.608762, 900, 255, 1, '', 50375, NULL), +(@OGUID+7882, 1733, 0, 10, 0, 1, 1, -11191.6, -877.527, 80.8317, 4.88692, 0, 0, -0.642787, 0.766045, 900, 255, 1, '', 48632, NULL), +(@OGUID+7883, 1733, 0, 10, 0, 1, 1, -11190.7, -154.595, 5.96193, 2.80998, 0, 0, 0.986285, 0.16505, 900, 255, 1, '', 49822, NULL), +(@OGUID+7884, 1733, 0, 10, 0, 1, 1, -11185.8, -104.949, 7.02571, 0.226892, 0, 0, 0.113203, 0.993572, 900, 255, 1, '', 48503, NULL), +(@OGUID+7885, 1733, 0, 10, 460, 1, 1, -11185.4, -756.179, 62.4482, 4.17134, 0, 0, -0.870356, 0.492424, 900, 255, 1, '', 50664, NULL), +(@OGUID+7886, 1733, 0, 10, 0, 1, 1, -11166.5, 154.265, 35.092, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 48632, NULL), +(@OGUID+7887, 1733, 0, 10, 0, 1, 1, -11166.4, 188.423, 36.8217, 4.32842, 0, 0, -0.829037, 0.559194, 900, 255, 1, '', 48340, NULL), +(@OGUID+7888, 1733, 0, 10, 0, 1, 1, -11162.2, -182.4, 12.8593, 1.48353, 0, 0, 0.67559, 0.737278, 900, 255, 1, '', 48503, NULL), +(@OGUID+7889, 1733, 0, 10, 0, 1, 1, -11160.9, -132.727, 10.3712, 3.01941, 0, 0, 0.998135, 0.0610518, 900, 255, 1, '', 48503, NULL), +(@OGUID+7890, 1733, 0, 10, 0, 1, 1, -11154.1, -845.817, 78.1014, 4.46804, 0, 0, -0.788011, 0.615662, 900, 255, 1, '', 50664, NULL), +(@OGUID+7891, 1733, 0, 10, 0, 1, 1, -11148, -513.184, 41.4328, 0.506145, 0, 0, 0.25038, 0.968148, 900, 255, 1, '', 50250, NULL), +(@OGUID+7892, 1733, 0, 10, 0, 1, 1, -11137.5, -843.614, 76.8614, 5.86431, 0, 0, -0.207911, 0.978148, 900, 255, 1, '', 50375, NULL), +(@OGUID+7893, 1733, 0, 10, 0, 1, 1, -11137.3, -166.128, 11.467, 2.96704, 0, 0, 0.996194, 0.087165, 900, 255, 1, '', 50664, NULL), +(@OGUID+7894, 1733, 0, 10, 0, 1, 1, -11136.9, -124.765, 9.87703, 5.93412, 0, 0, -0.173648, 0.984808, 900, 255, 1, '', 50664, NULL), +(@OGUID+7895, 1733, 0, 10, 0, 1, 1, -11129.1, -1153.68, 45.1154, 1.0821, 0, 0, 0.515038, 0.857168, 900, 255, 1, '', 49822, NULL), +(@OGUID+7896, 1733, 0, 10, 0, 1, 1, -11111.9, -103.866, 12.8918, 4.60767, 0, 0, -0.743144, 0.669131, 900, 255, 1, '', 48503, NULL), +(@OGUID+7897, 1733, 0, 10, 0, 1, 1, -11109.5, 63.564, 41.8177, 3.31614, 0, 0, -0.996194, 0.087165, 900, 255, 1, '', 48632, NULL), +(@OGUID+7898, 1733, 0, 10, 0, 1, 1, -11107.3, -1089.97, 63.3644, 3.99681, 0, 0, -0.909961, 0.414694, 900, 255, 1, '', 48340, NULL), +(@OGUID+7899, 1733, 0, 10, 0, 1, 1, -11105.8, -1170.61, 42.2928, 5.93412, 0, 0, -0.173648, 0.984808, 900, 255, 1, '', 49345, NULL), +(@OGUID+7900, 1733, 0, 10, 0, 1, 1, -11101.3, -74.5434, 16.7641, 4.17134, 0, 0, -0.870356, 0.492424, 900, 255, 1, '', 48632, NULL), +(@OGUID+7901, 1733, 0, 10, 0, 1, 1, -11099.9, -159.898, 13.3211, 2.14675, 0, 0, 0.878817, 0.47716, 900, 255, 1, '', 48503, NULL), +(@OGUID+7902, 1733, 0, 10, 0, 1, 1, -11099.4, -696.347, 54.7799, 1.58825, 0, 0, 0.71325, 0.70091, 900, 255, 1, '', 48632, NULL), +(@OGUID+7903, 1733, 0, 10, 0, 1, 1, -11096.3, -135.736, 39.7418, 1.46608, 0, 0, 0.66913, 0.743145, 900, 255, 1, '', 48503, NULL), +(@OGUID+7904, 1733, 0, 10, 0, 1, 1, -11095.3, -29.8363, 29.2261, 6.02139, 0, 0, -0.130526, 0.991445, 900, 255, 1, '', 48503, NULL), +(@OGUID+7905, 1733, 0, 10, 0, 1, 1, -11092.8, -1157.22, 55.1905, 1.09956, 0, 0, 0.522498, 0.85264, 900, 255, 1, '', 48340, NULL), +(@OGUID+7906, 1733, 0, 10, 93, 1, 1, -11091.6, -257.724, 32.2351, 2.56563, 0, 0, 0.958819, 0.284016, 900, 255, 1, '', 46902, NULL), +(@OGUID+7907, 1733, 0, 10, 0, 1, 1, -11087.5, 12.5553, 44.3524, 4.46804, 0, 0, -0.788011, 0.615662, 900, 255, 1, '', 48503, NULL), +(@OGUID+7908, 1733, 0, 10, 0, 1, 1, -11085.5, -1327.1, 61.2213, 4.15388, 0, 0, -0.874619, 0.48481, 900, 255, 1, '', 50375, NULL), +(@OGUID+7909, 1733, 0, 10, 460, 1, 1, -11075, -1121.48, 40.2829, 4.15388, 0, 0, -0.874619, 0.48481, 900, 255, 1, '', 50664, NULL), +(@OGUID+7910, 1733, 0, 10, 0, 1, 1, -11029.2, -1266.67, 53.8279, 3.50812, 0, 0, -0.983254, 0.182238, 900, 255, 1, '', 48019, NULL), +(@OGUID+7911, 1733, 0, 10, 0, 1, 1, -11001.5, 8.73486, 30.7184, 5.37562, 0, 0, -0.438371, 0.898794, 900, 255, 1, '', 48503, NULL), +(@OGUID+7912, 1733, 0, 10, 0, 1, 1, -10997.8, -542.823, 34.96, 5.32326, 0, 0, -0.461748, 0.887011, 900, 255, 1, '', 48120, NULL), +(@OGUID+7913, 1733, 0, 10, 121, 1, 1, -10991.6, -1399.99, 71.7657, 4.99164, 0, 0, -0.601814, 0.798636, 900, 255, 1, '', 52237, NULL), +(@OGUID+7914, 1733, 0, 10, 0, 1, 1, -10936.2, -129.304, 29.9737, 4.17134, 0, 0, -0.870356, 0.492424, 900, 255, 1, '', 48503, NULL), +(@OGUID+7915, 1733, 0, 10, 0, 1, 1, -10854.2, -533.286, 39.3664, 3.82227, 0, 0, -0.942641, 0.333808, 900, 255, 1, '', 48632, NULL), +(@OGUID+7916, 1733, 0, 10, 0, 1, 1, -10848.7, -1375.08, 63.6493, 3.68265, 0, 0, -0.96363, 0.267241, 900, 255, 1, '', 48632, NULL), +(@OGUID+7917, 1733, 0, 10, 0, 1, 1, -10820.8, -729.183, 46.4459, 3.4383, 0, 0, -0.989016, 0.147811, 900, 255, 1, '', 48632, NULL), +(@OGUID+7918, 1733, 0, 10, 0, 1, 1, -10800.4, -424.663, 59.9856, 5.89921, 0, 0, -0.190808, 0.981627, 900, 255, 1, '', 48503, NULL), +(@OGUID+7919, 1733, 0, 10, 0, 1, 1, -10766.7, -1437.56, 71.3134, 5.20108, 0, 0, -0.515038, 0.857168, 900, 255, 1, '', 48632, NULL), +(@OGUID+7920, 1733, 0, 10, 0, 1, 1, -10729.1, -783.827, 49.1737, 3.38594, 0, 0, -0.992546, 0.12187, 900, 255, 1, '', 48632, NULL), +(@OGUID+7921, 1733, 0, 10, 0, 1, 1, -10716.4, -587.625, 64.6095, 2.89725, 0, 0, 0.992546, 0.12187, 900, 255, 1, '', 48632, NULL), +(@OGUID+7922, 1733, 0, 10, 0, 1, 1, -10670.9, -1400.03, 59.2217, 4.60767, 0, 0, -0.743144, 0.669131, 900, 255, 1, '', 45613, NULL), +(@OGUID+7923, 1733, 0, 10, 0, 1, 1, -10643.7, -985.37, 68.1491, 5.96903, 0, 0, -0.156434, 0.987688, 900, 255, 1, '', 48632, NULL), +(@OGUID+7924, 1733, 0, 10, 0, 1, 1, -10633.3, -1458.44, 91.035, 3.50812, 0, 0, -0.983254, 0.182238, 900, 255, 1, '', 48632, NULL), +(@OGUID+7925, 1733, 0, 10, 0, 1, 1, -10600.2, -1486.5, 94.3496, 4.99164, 0, 0, -0.601814, 0.798636, 900, 255, 1, '', 49345, NULL), +(@OGUID+7926, 1733, 0, 10, 0, 1, 1, -10575.1, -1008.32, 55.5346, 0.0349062, 0, 0, 0.0174522, 0.999848, 900, 255, 1, '', 48503, NULL), +(@OGUID+7927, 1733, 0, 10, 10, 1, 1, -10568.9, -1506.51, 95.3776, 4.15388, 0, 0, -0.874619, 0.48481, 900, 255, 1, '', 47168, NULL), +(@OGUID+7928, 1733, 0, 10, 0, 1, 1, -10483.2, -999.957, 47.3942, 0.331611, 0, 0, 0.165047, 0.986286, 900, 255, 1, '', 48340, NULL), +(@OGUID+7929, 1733, 0, 10, 0, 1, 1, -10466.3, -120.787, 62.3164, 4.45059, 0, 0, -0.793353, 0.608762, 900, 255, 1, '', 48632, NULL), +(@OGUID+7930, 1733, 0, 10, 0, 1, 1, -10449.9, -1020.57, 53.7499, 1.50098, 0, 0, 0.681998, 0.731354, 900, 255, 1, '', 49345, NULL), +(@OGUID+7931, 1733, 0, 10, 0, 1, 1, -10290.9, -137.715, 41.327, 4.17134, 0, 0, -0.870356, 0.492424, 900, 255, 1, '', 48340, NULL), +(@OGUID+7932, 1733, 0, 10, 0, 1, 1, -10160.4, -288.859, 47.7796, 5.93412, 0, 0, -0.173648, 0.984808, 900, 255, 1, '', 48120, NULL), +(@OGUID+7933, 1733, 0, 10, 0, 1, 1, -10120.7, -551.013, 70.454, 4.88692, 0, 0, -0.642787, 0.766045, 900, 255, 1, '', 50664, NULL), +(@OGUID+7934, 1733, 0, 10, 0, 1, 1, -10687.9, -1475.34, 94.9893, 3.68265, 0, 0, -0.96363, 0.267241, 900, 255, 1, '', 49822, NULL), +(@OGUID+7935, 1733, 0, 10, 0, 1, 1, -10600, -149.91, 45.9751, 4.24115, 0, 0, -0.85264, 0.522499, 900, 255, 1, '', 49822, NULL), +(@OGUID+7936, 1735, 0, 10, 0, 1, 1, -11222.5, -891.118, 78.9926, 4.32842, 0, 0, -0.829037, 0.559194, 900, 255, 1, '', 48340, NULL), +(@OGUID+7937, 1735, 0, 10, 0, 1, 1, -11221.6, -146.11, 10.6937, 5.2709, 0, 0, -0.484809, 0.87462, 900, 255, 1, '', 50664, NULL), +(@OGUID+7938, 1735, 0, 10, 0, 1, 1, -11212.6, -174.63, 4.63508, 5.91667, 0, 0, -0.182235, 0.983255, 900, 255, 1, '', 49345, NULL), +(@OGUID+7939, 1735, 0, 10, 0, 1, 1, -11210.8, -846.305, 78.2837, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 48340, NULL), +(@OGUID+7940, 1735, 0, 10, 0, 1, 1, -11183.7, -135.158, 8.11372, 2.09439, 0, 0, 0.866025, 0.500001, 900, 255, 1, '', 50664, NULL), +(@OGUID+7941, 1735, 0, 10, 93, 1, 1, -11163.5, -204.443, 12.3621, 1.09956, 0, 0, 0.522498, 0.85264, 900, 255, 1, '', 52237, NULL), +(@OGUID+7942, 1735, 0, 10, 2161, 1, 1, -11159.9, -1168.56, 44.5089, 0.785397, 0, 0, 0.382683, 0.92388, 900, 255, 1, '', 52237, NULL), +(@OGUID+7943, 1735, 0, 10, 0, 1, 1, -11152.4, -150.115, 10.1164, 2.70526, 0, 0, 0.976295, 0.216442, 900, 255, 1, '', 49822, NULL), +(@OGUID+7944, 1735, 0, 10, 0, 1, 1, -11137.7, -1174.23, 43.9495, 2.47837, 0, 0, 0.945518, 0.325568, 900, 255, 1, '', 50664, NULL), +(@OGUID+7945, 1735, 0, 10, 0, 1, 1, -11123.5, -1165.56, 44.413, 5.18363, 0, 0, -0.522498, 0.85264, 900, 255, 1, '', 49345, NULL), +(@OGUID+7946, 1735, 0, 10, 460, 1, 1, -11116, -937.882, 66.9419, 1.6057, 0, 0, 0.719339, 0.694659, 900, 255, 1, '', 50664, NULL), +(@OGUID+7947, 1735, 0, 10, 0, 1, 1, -11105.3, -138.255, 14.2671, 5.51524, 0, 0, -0.374606, 0.927184, 900, 255, 1, '', 48503, NULL), +(@OGUID+7948, 1735, 0, 10, 0, 1, 1, -11099.1, -1155.55, 42.4416, 0.331611, 0, 0, 0.165047, 0.986286, 900, 255, 1, '', 48340, NULL), +(@OGUID+7949, 1735, 0, 10, 0, 1, 1, -11080.6, -1109.6, 45.5113, 4.76475, 0, 0, -0.688354, 0.725374, 900, 255, 1, '', 48632, NULL), +(@OGUID+7950, 1735, 0, 10, 0, 1, 1, -11044.9, -53.2851, 18.2922, 4.85202, 0, 0, -0.656058, 0.75471, 900, 255, 1, '', 48503, NULL), +(@OGUID+7951, 1735, 0, 10, 0, 1, 1, -11010, -989.044, 69.0113, 4.93928, 0, 0, -0.622514, 0.782609, 900, 255, 1, '', 48340, NULL), +(@OGUID+7952, 1735, 0, 10, 0, 1, 1, -10678.7, -908.818, 68.4815, 2.65289, 0, 0, 0.970295, 0.241925, 900, 255, 1, '', 49345, NULL), +(@OGUID+7953, 1735, 0, 10, 0, 1, 1, -10662.4, -894.27, 58.8167, 0.994837, 0, 0, 0.477159, 0.878817, 900, 255, 1, '', 49345, NULL), +(@OGUID+7954, 1735, 0, 10, 0, 1, 1, -10563.4, -1486.63, 95.4168, 0.0349062, 0, 0, 0.0174522, 0.999848, 900, 255, 1, '', 45613, NULL), +(@OGUID+7955, 1735, 0, 10, 0, 1, 1, -10559.6, -724.451, 76.4627, 5.49779, 0, 0, -0.382683, 0.92388, 900, 255, 1, '', 49345, NULL), +(@OGUID+7956, 1735, 0, 10, 0, 1, 1, -10486.4, -770.31, 62.5892, 1.09956, 0, 0, 0.522498, 0.85264, 900, 255, 1, '', 48340, NULL), +(@OGUID+7957, 1735, 0, 10, 0, 1, 1, -10446.1, -1312.74, 63.4724, 5.86431, 0, 0, -0.207911, 0.978148, 900, 255, 1, '', 52237, NULL), +(@OGUID+7958, 1735, 0, 10, 0, 1, 1, -10436.5, -780.711, 58.56, 6.03884, 0, 0, -0.121869, 0.992546, 900, 255, 1, '', 48340, NULL), +(@OGUID+7959, 1735, 0, 10, 0, 1, 1, -10415.6, -1253.79, 52.5802, 3.49067, 0, 0, -0.984807, 0.173652, 900, 255, 1, '', 48632, NULL), +(@OGUID+7960, 1735, 0, 10, 492, 1, 1, -10395.8, 113.076, 34.8874, 1.81514, 0, 0, 0.788011, 0.615662, 900, 255, 1, '', 52237, NULL), +(@OGUID+7961, 1735, 0, 10, 0, 1, 1, -10395.6, -748.918, 72.097, 5.18363, 0, 0, -0.522498, 0.85264, 900, 255, 1, '', 48632, NULL), +(@OGUID+7962, 1735, 0, 10, 0, 1, 1, -10362.5, -1404.4, 81.8085, 1.22173, 0, 0, 0.573576, 0.819152, 900, 255, 1, '', 48503, NULL), +(@OGUID+7963, 1735, 0, 10, 0, 1, 1, -10329.5, 134.72, 35.5812, 2.54818, 0, 0, 0.956305, 0.292372, 900, 255, 1, '', 48503, NULL), +(@OGUID+7964, 1735, 0, 10, 0, 1, 1, -10301.6, -1467.02, 90.2184, 5.91667, 0, 0, -0.182235, 0.983255, 900, 255, 1, '', 50375, NULL), +(@OGUID+7965, 1735, 0, 10, 0, 1, 1, -10283.3, -709.007, 55.0537, 4.15388, 0, 0, -0.874619, 0.48481, 900, 255, 1, '', 48340, NULL), +(@OGUID+7966, 1735, 0, 10, 0, 1, 1, -10237.8, -1291.58, 46.9721, 5.06146, 0, 0, -0.573576, 0.819152, 900, 255, 1, '', 48503, NULL), +(@OGUID+7967, 1735, 0, 10, 0, 1, 1, -10233.3, -1358.39, 83.4799, 2.30383, 0, 0, 0.913545, 0.406738, 900, 255, 1, '', 52237, NULL), +(@OGUID+7968, 1734, 0, 10, 0, 1, 1, -11222.5, -891.118, 78.9926, 4.32842, 0, 0, -0.829037, 0.559194, 900, 255, 1, '', 48340, NULL), +(@OGUID+7969, 1734, 0, 10, 0, 1, 1, -11221.6, -146.11, 10.6937, 5.2709, 0, 0, -0.484809, 0.87462, 900, 255, 1, '', 50664, NULL), +(@OGUID+7970, 1734, 0, 10, 0, 1, 1, -11212.6, -174.63, 4.63508, 5.91667, 0, 0, -0.182235, 0.983255, 900, 255, 1, '', 49345, NULL), +(@OGUID+7971, 1734, 0, 10, 0, 1, 1, -11210.8, -846.305, 78.2837, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 48340, NULL), +(@OGUID+7972, 1734, 0, 10, 0, 1, 1, -11183.7, -135.158, 8.11372, 2.09439, 0, 0, 0.866025, 0.500001, 900, 255, 1, '', 50664, NULL), +(@OGUID+7973, 1734, 0, 10, 93, 1, 1, -11163.5, -204.443, 12.3621, 1.09956, 0, 0, 0.522498, 0.85264, 900, 255, 1, '', 52237, NULL), +(@OGUID+7974, 1734, 0, 10, 2161, 1, 1, -11159.9, -1168.56, 44.5089, 0.785397, 0, 0, 0.382683, 0.92388, 900, 255, 1, '', 52237, NULL), +(@OGUID+7975, 1734, 0, 10, 0, 1, 1, -11152.4, -150.115, 10.1164, 2.70526, 0, 0, 0.976295, 0.216442, 900, 255, 1, '', 49822, NULL), +(@OGUID+7976, 1734, 0, 10, 0, 1, 1, -11137.7, -1174.23, 43.9495, 2.47837, 0, 0, 0.945518, 0.325568, 900, 255, 1, '', 50664, NULL), +(@OGUID+7977, 1734, 0, 10, 0, 1, 1, -11123.5, -1165.56, 44.413, 5.18363, 0, 0, -0.522498, 0.85264, 900, 255, 1, '', 49345, NULL), +(@OGUID+7978, 1734, 0, 10, 460, 1, 1, -11116, -937.882, 66.9419, 1.6057, 0, 0, 0.719339, 0.694659, 900, 255, 1, '', 50664, NULL), +(@OGUID+7979, 1734, 0, 10, 0, 1, 1, -11105.3, -138.255, 14.2671, 5.51524, 0, 0, -0.374606, 0.927184, 900, 255, 1, '', 48503, NULL), +(@OGUID+7980, 1734, 0, 10, 0, 1, 1, -11099.1, -1155.55, 42.4416, 0.331611, 0, 0, 0.165047, 0.986286, 900, 255, 1, '', 48340, NULL), +(@OGUID+7981, 1734, 0, 10, 0, 1, 1, -11080.6, -1109.6, 45.5113, 4.76475, 0, 0, -0.688354, 0.725374, 900, 255, 1, '', 48632, NULL), +(@OGUID+7982, 1734, 0, 10, 0, 1, 1, -11044.9, -53.2851, 18.2922, 4.85202, 0, 0, -0.656058, 0.75471, 900, 255, 1, '', 48503, NULL), +(@OGUID+7983, 1734, 0, 10, 0, 1, 1, -11010, -989.044, 69.0113, 4.93928, 0, 0, -0.622514, 0.782609, 900, 255, 1, '', 48340, NULL), +(@OGUID+7984, 1734, 0, 10, 0, 1, 1, -10678.7, -908.818, 68.4815, 2.65289, 0, 0, 0.970295, 0.241925, 900, 255, 1, '', 49345, NULL), +(@OGUID+7985, 1734, 0, 10, 0, 1, 1, -10662.4, -894.27, 58.8167, 0.994837, 0, 0, 0.477159, 0.878817, 900, 255, 1, '', 49345, NULL), +(@OGUID+7986, 1734, 0, 10, 0, 1, 1, -10563.4, -1486.63, 95.4168, 0.0349062, 0, 0, 0.0174522, 0.999848, 900, 255, 1, '', 45613, NULL), +(@OGUID+7987, 1734, 0, 10, 0, 1, 1, -10559.6, -724.451, 76.4627, 5.49779, 0, 0, -0.382683, 0.92388, 900, 255, 1, '', 49345, NULL), +(@OGUID+7988, 1734, 0, 10, 0, 1, 1, -10486.4, -770.31, 62.5892, 1.09956, 0, 0, 0.522498, 0.85264, 900, 255, 1, '', 48340, NULL), +(@OGUID+7989, 1734, 0, 10, 0, 1, 1, -10446.1, -1312.74, 63.4724, 5.86431, 0, 0, -0.207911, 0.978148, 900, 255, 1, '', 52237, NULL), +(@OGUID+7990, 1734, 0, 10, 0, 1, 1, -10436.5, -780.711, 58.56, 6.03884, 0, 0, -0.121869, 0.992546, 900, 255, 1, '', 48340, NULL), +(@OGUID+7991, 1734, 0, 10, 0, 1, 1, -10415.6, -1253.79, 52.5802, 3.49067, 0, 0, -0.984807, 0.173652, 900, 255, 1, '', 48632, NULL), +(@OGUID+7992, 1734, 0, 10, 492, 1, 1, -10395.8, 113.076, 34.8874, 1.81514, 0, 0, 0.788011, 0.615662, 900, 255, 1, '', 52237, NULL), +(@OGUID+7993, 1734, 0, 10, 0, 1, 1, -10395.6, -748.918, 72.097, 5.18363, 0, 0, -0.522498, 0.85264, 900, 255, 1, '', 48632, NULL), +(@OGUID+7994, 1734, 0, 10, 0, 1, 1, -10362.5, -1404.4, 81.8085, 1.22173, 0, 0, 0.573576, 0.819152, 900, 255, 1, '', 48503, NULL), +(@OGUID+7995, 1734, 0, 10, 0, 1, 1, -10329.5, 134.72, 35.5812, 2.54818, 0, 0, 0.956305, 0.292372, 900, 255, 1, '', 48503, NULL), +(@OGUID+7996, 1734, 0, 10, 0, 1, 1, -10301.6, -1467.02, 90.2184, 5.91667, 0, 0, -0.182235, 0.983255, 900, 255, 1, '', 50375, NULL), +(@OGUID+7997, 1734, 0, 10, 0, 1, 1, -10283.3, -709.007, 55.0537, 4.15388, 0, 0, -0.874619, 0.48481, 900, 255, 1, '', 48340, NULL), +(@OGUID+7998, 1734, 0, 10, 0, 1, 1, -10237.8, -1291.58, 46.9721, 5.06146, 0, 0, -0.573576, 0.819152, 900, 255, 1, '', 48503, NULL), +(@OGUID+7999, 1734, 0, 10, 0, 1, 1, -10233.3, -1358.39, 83.4799, 2.30383, 0, 0, 0.913545, 0.406738, 900, 255, 1, '', 52237, NULL), +(@OGUID+8000, 1733, 0, 10, 0, 1, 1, -11222.5, -891.118, 78.9926, 4.32842, 0, 0, -0.829037, 0.559194, 900, 255, 1, '', 48340, NULL), +(@OGUID+8001, 1733, 0, 10, 0, 1, 1, -11221.6, -146.11, 10.6937, 5.2709, 0, 0, -0.484809, 0.87462, 900, 255, 1, '', 50664, NULL), +(@OGUID+8002, 1733, 0, 10, 0, 1, 1, -11212.6, -174.63, 4.63508, 5.91667, 0, 0, -0.182235, 0.983255, 900, 255, 1, '', 49345, NULL), +(@OGUID+8003, 1733, 0, 10, 0, 1, 1, -11210.8, -846.305, 78.2837, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 48340, NULL), +(@OGUID+8004, 1733, 0, 10, 0, 1, 1, -11183.7, -135.158, 8.11372, 2.09439, 0, 0, 0.866025, 0.500001, 900, 255, 1, '', 50664, NULL), +(@OGUID+8005, 1733, 0, 10, 93, 1, 1, -11163.5, -204.443, 12.3621, 1.09956, 0, 0, 0.522498, 0.85264, 900, 255, 1, '', 52237, NULL), +(@OGUID+8006, 1733, 0, 10, 2161, 1, 1, -11159.9, -1168.56, 44.5089, 0.785397, 0, 0, 0.382683, 0.92388, 900, 255, 1, '', 52237, NULL), +(@OGUID+8007, 1733, 0, 10, 0, 1, 1, -11152.4, -150.115, 10.1164, 2.70526, 0, 0, 0.976295, 0.216442, 900, 255, 1, '', 49822, NULL), +(@OGUID+8008, 1733, 0, 10, 0, 1, 1, -11137.7, -1174.23, 43.9495, 2.47837, 0, 0, 0.945518, 0.325568, 900, 255, 1, '', 50664, NULL), +(@OGUID+8009, 1733, 0, 10, 0, 1, 1, -11123.5, -1165.56, 44.413, 5.18363, 0, 0, -0.522498, 0.85264, 900, 255, 1, '', 49345, NULL), +(@OGUID+8010, 1733, 0, 10, 460, 1, 1, -11116, -937.882, 66.9419, 1.6057, 0, 0, 0.719339, 0.694659, 900, 255, 1, '', 50664, NULL), +(@OGUID+8011, 1733, 0, 10, 0, 1, 1, -11105.3, -138.255, 14.2671, 5.51524, 0, 0, -0.374606, 0.927184, 900, 255, 1, '', 48503, NULL), +(@OGUID+8012, 1733, 0, 10, 0, 1, 1, -11099.1, -1155.55, 42.4416, 0.331611, 0, 0, 0.165047, 0.986286, 900, 255, 1, '', 48340, NULL), +(@OGUID+8013, 1733, 0, 10, 0, 1, 1, -11080.6, -1109.6, 45.5113, 4.76475, 0, 0, -0.688354, 0.725374, 900, 255, 1, '', 48632, NULL), +(@OGUID+8014, 1733, 0, 10, 0, 1, 1, -11044.9, -53.2851, 18.2922, 4.85202, 0, 0, -0.656058, 0.75471, 900, 255, 1, '', 48503, NULL), +(@OGUID+8015, 1733, 0, 10, 0, 1, 1, -11010, -989.044, 69.0113, 4.93928, 0, 0, -0.622514, 0.782609, 900, 255, 1, '', 48340, NULL), +(@OGUID+8016, 1733, 0, 10, 0, 1, 1, -10678.7, -908.818, 68.4815, 2.65289, 0, 0, 0.970295, 0.241925, 900, 255, 1, '', 49345, NULL), +(@OGUID+8017, 1733, 0, 10, 0, 1, 1, -10662.4, -894.27, 58.8167, 0.994837, 0, 0, 0.477159, 0.878817, 900, 255, 1, '', 49345, NULL), +(@OGUID+8018, 1733, 0, 10, 0, 1, 1, -10563.4, -1486.63, 95.4168, 0.0349062, 0, 0, 0.0174522, 0.999848, 900, 255, 1, '', 45613, NULL), +(@OGUID+8019, 1733, 0, 10, 0, 1, 1, -10559.6, -724.451, 76.4627, 5.49779, 0, 0, -0.382683, 0.92388, 900, 255, 1, '', 49345, NULL), +(@OGUID+8020, 1733, 0, 10, 0, 1, 1, -10486.4, -770.31, 62.5892, 1.09956, 0, 0, 0.522498, 0.85264, 900, 255, 1, '', 48340, NULL), +(@OGUID+8021, 1733, 0, 10, 0, 1, 1, -10446.1, -1312.74, 63.4724, 5.86431, 0, 0, -0.207911, 0.978148, 900, 255, 1, '', 52237, NULL), +(@OGUID+8022, 1733, 0, 10, 0, 1, 1, -10436.5, -780.711, 58.56, 6.03884, 0, 0, -0.121869, 0.992546, 900, 255, 1, '', 48340, NULL), +(@OGUID+8023, 1733, 0, 10, 0, 1, 1, -10415.6, -1253.79, 52.5802, 3.49067, 0, 0, -0.984807, 0.173652, 900, 255, 1, '', 48632, NULL), +(@OGUID+8024, 1733, 0, 10, 492, 1, 1, -10395.8, 113.076, 34.8874, 1.81514, 0, 0, 0.788011, 0.615662, 900, 255, 1, '', 52237, NULL), +(@OGUID+8025, 1733, 0, 10, 0, 1, 1, -10395.6, -748.918, 72.097, 5.18363, 0, 0, -0.522498, 0.85264, 900, 255, 1, '', 48632, NULL), +(@OGUID+8026, 1733, 0, 10, 0, 1, 1, -10362.5, -1404.4, 81.8085, 1.22173, 0, 0, 0.573576, 0.819152, 900, 255, 1, '', 48503, NULL), +(@OGUID+8027, 1733, 0, 10, 0, 1, 1, -10329.5, 134.72, 35.5812, 2.54818, 0, 0, 0.956305, 0.292372, 900, 255, 1, '', 48503, NULL), +(@OGUID+8028, 1733, 0, 10, 0, 1, 1, -10301.6, -1467.02, 90.2184, 5.91667, 0, 0, -0.182235, 0.983255, 900, 255, 1, '', 50375, NULL), +(@OGUID+8029, 1733, 0, 10, 0, 1, 1, -10283.3, -709.007, 55.0537, 4.15388, 0, 0, -0.874619, 0.48481, 900, 255, 1, '', 48340, NULL), +(@OGUID+8030, 1733, 0, 10, 0, 1, 1, -10237.8, -1291.58, 46.9721, 5.06146, 0, 0, -0.573576, 0.819152, 900, 255, 1, '', 48503, NULL), +(@OGUID+8031, 1733, 0, 10, 0, 1, 1, -10233.3, -1358.39, 83.4799, 2.30383, 0, 0, 0.913545, 0.406738, 900, 255, 1, '', 52237, NULL); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+7820, @POOL_SINGLE+1049, 90, 'Duskwood - Ore Pool - Tin Vein'), +(@OGUID+7821, @POOL_SINGLE+1050, 90, 'Duskwood - Ore Pool - Tin Vein'), +(@OGUID+7822, @POOL_SINGLE+1051, 90, 'Duskwood - Ore Pool - Tin Vein'), +(@OGUID+7823, @POOL_SINGLE+1052, 90, 'Duskwood - Ore Pool - Tin Vein'), +(@OGUID+7824, @POOL_SINGLE+1053, 90, 'Duskwood - Ore Pool - Tin Vein'), +(@OGUID+7825, @POOL_SINGLE+1054, 90, 'Duskwood - Ore Pool - Tin Vein'), +(@OGUID+7826, @POOL_SINGLE+1055, 90, 'Duskwood - Ore Pool - Tin Vein'), +(@OGUID+7827, @POOL_SINGLE+1056, 90, 'Duskwood - Ore Pool - Tin Vein'), +(@OGUID+7828, @POOL_SINGLE+1057, 90, 'Duskwood - Ore Pool - Tin Vein'), +(@OGUID+7829, @POOL_SINGLE+1058, 90, 'Duskwood - Ore Pool - Tin Vein'), +(@OGUID+7830, @POOL_SINGLE+1059, 90, 'Duskwood - Ore Pool - Tin Vein'), +(@OGUID+7831, @POOL_SINGLE+1060, 90, 'Duskwood - Ore Pool - Tin Vein'), +(@OGUID+7832, @POOL_SINGLE+1061, 90, 'Duskwood - Ore Pool - Tin Vein'), +(@OGUID+7833, @POOL_SINGLE+1062, 90, 'Duskwood - Ore Pool - Tin Vein'), +(@OGUID+7834, @POOL_SINGLE+1063, 90, 'Duskwood - Ore Pool - Tin Vein'), +(@OGUID+7835, @POOL_SINGLE+1064, 90, 'Duskwood - Ore Pool - Tin Vein'), +(@OGUID+7836, @POOL_SINGLE+1065, 90, 'Duskwood - Ore Pool - Tin Vein'), +(@OGUID+7837, @POOL_SINGLE+1066, 90, 'Duskwood - Ore Pool - Tin Vein'), +(@OGUID+7838, @POOL_SINGLE+1067, 90, 'Duskwood - Ore Pool - Tin Vein'), +(@OGUID+7839, @POOL_SINGLE+1068, 90, 'Duskwood - Ore Pool - Tin Vein'), +(@OGUID+7840, @POOL_SINGLE+1069, 90, 'Duskwood - Ore Pool - Tin Vein'), +(@OGUID+7841, @POOL_SINGLE+1070, 90, 'Duskwood - Ore Pool - Tin Vein'), +(@OGUID+7842, @POOL_SINGLE+1071, 90, 'Duskwood - Ore Pool - Tin Vein'), +(@OGUID+7843, @POOL_SINGLE+1072, 90, 'Duskwood - Ore Pool - Tin Vein'), +(@OGUID+7844, @POOL_SINGLE+1073, 90, 'Duskwood - Ore Pool - Tin Vein'), +(@OGUID+7845, @POOL_SINGLE+1074, 90, 'Duskwood - Ore Pool - Tin Vein'), +(@OGUID+7846, @POOL_SINGLE+1075, 90, 'Duskwood - Ore Pool - Tin Vein'), +(@OGUID+7847, @POOL_SINGLE+1076, 90, 'Duskwood - Ore Pool - Tin Vein'), +(@OGUID+7848, @POOL_SINGLE+1077, 90, 'Duskwood - Ore Pool - Tin Vein'), +(@OGUID+7849, @POOL_SINGLE+1078, 90, 'Duskwood - Ore Pool - Tin Vein'), +(@OGUID+7850, @POOL_SINGLE+1079, 90, 'Duskwood - Ore Pool - Tin Vein'), +(@OGUID+7851, @POOL_SINGLE+1080, 90, 'Duskwood - Ore Pool - Tin Vein'), +(@OGUID+7852, @POOL_SINGLE+1081, 90, 'Duskwood - Ore Pool - Tin Vein'), +(@OGUID+7853, @POOL_SINGLE+1082, 90, 'Duskwood - Ore Pool - Tin Vein'), +(@OGUID+7854, @POOL_SINGLE+1083, 90, 'Duskwood - Ore Pool - Tin Vein'), +(@OGUID+7855, @POOL_SINGLE+1084, 90, 'Duskwood - Ore Pool - Tin Vein'), +(@OGUID+7856, @POOL_SINGLE+1085, 90, 'Duskwood - Ore Pool - Tin Vein'), +(@OGUID+7857, @POOL_SINGLE+1086, 90, 'Duskwood - Ore Pool - Tin Vein'), +(@OGUID+7858, @POOL_SINGLE+1087, 90, 'Duskwood - Ore Pool - Tin Vein'), +(@OGUID+7859, @POOL_SINGLE+1088, 90, 'Duskwood - Ore Pool - Tin Vein'), +(@OGUID+7860, @POOL_SINGLE+1089, 90, 'Duskwood - Ore Pool - Tin Vein'), +(@OGUID+7861, @POOL_SINGLE+1090, 90, 'Duskwood - Ore Pool - Tin Vein'), +(@OGUID+7862, @POOL_SINGLE+1091, 90, 'Duskwood - Ore Pool - Tin Vein'), +(@OGUID+7863, @POOL_SINGLE+1092, 90, 'Duskwood - Ore Pool - Tin Vein'), +(@OGUID+7864, @POOL_SINGLE+1093, 90, 'Duskwood - Ore Pool - Tin Vein'), +(@OGUID+7865, @POOL_SINGLE+1094, 90, 'Duskwood - Ore Pool - Tin Vein'), +(@OGUID+7866, @POOL_SINGLE+1095, 90, 'Duskwood - Ore Pool - Tin Vein'), +(@OGUID+7867, @POOL_SINGLE+1096, 90, 'Duskwood - Ore Pool - Tin Vein'), +(@OGUID+7868, @POOL_SINGLE+1097, 90, 'Duskwood - Ore Pool - Tin Vein'), +(@OGUID+7869, @POOL_SINGLE+1098, 90, 'Duskwood - Ore Pool - Tin Vein'), +(@OGUID+7870, @POOL_SINGLE+1099, 90, 'Duskwood - Ore Pool - Tin Vein'), +(@OGUID+7871, @POOL_SINGLE+1100, 90, 'Duskwood - Ore Pool - Tin Vein'), +(@OGUID+7872, @POOL_SINGLE+1101, 90, 'Duskwood - Ore Pool - Tin Vein'), +(@OGUID+7873, @POOL_SINGLE+1102, 90, 'Duskwood - Ore Pool - Tin Vein'), +(@OGUID+7874, @POOL_SINGLE+1103, 90, 'Duskwood - Ore Pool - Tin Vein'), +(@OGUID+7875, @POOL_SINGLE+1104, 90, 'Duskwood - Ore Pool - Tin Vein'), +(@OGUID+7876, @POOL_SINGLE+1105, 90, 'Duskwood - Ore Pool - Tin Vein'), +(@OGUID+7877, @POOL_SINGLE+1106, 90, 'Duskwood - Ore Pool - Tin Vein'), +(@OGUID+7878, @POOL_SINGLE+1049, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+7879, @POOL_SINGLE+1050, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+7880, @POOL_SINGLE+1051, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+7881, @POOL_SINGLE+1052, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+7882, @POOL_SINGLE+1053, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+7883, @POOL_SINGLE+1054, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+7884, @POOL_SINGLE+1055, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+7885, @POOL_SINGLE+1056, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+7886, @POOL_SINGLE+1057, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+7887, @POOL_SINGLE+1058, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+7888, @POOL_SINGLE+1059, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+7889, @POOL_SINGLE+1060, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+7890, @POOL_SINGLE+1061, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+7891, @POOL_SINGLE+1062, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+7892, @POOL_SINGLE+1063, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+7893, @POOL_SINGLE+1064, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+7894, @POOL_SINGLE+1065, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+7895, @POOL_SINGLE+1066, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+7896, @POOL_SINGLE+1067, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+7897, @POOL_SINGLE+1068, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+7898, @POOL_SINGLE+1069, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+7899, @POOL_SINGLE+1070, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+7900, @POOL_SINGLE+1071, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+7901, @POOL_SINGLE+1072, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+7902, @POOL_SINGLE+1073, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+7903, @POOL_SINGLE+1074, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+7904, @POOL_SINGLE+1075, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+7905, @POOL_SINGLE+1076, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+7906, @POOL_SINGLE+1077, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+7907, @POOL_SINGLE+1078, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+7908, @POOL_SINGLE+1079, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+7909, @POOL_SINGLE+1080, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+7910, @POOL_SINGLE+1081, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+7911, @POOL_SINGLE+1082, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+7912, @POOL_SINGLE+1083, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+7913, @POOL_SINGLE+1084, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+7914, @POOL_SINGLE+1085, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+7915, @POOL_SINGLE+1086, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+7916, @POOL_SINGLE+1087, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+7917, @POOL_SINGLE+1088, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+7918, @POOL_SINGLE+1089, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+7919, @POOL_SINGLE+1090, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+7920, @POOL_SINGLE+1091, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+7921, @POOL_SINGLE+1092, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+7922, @POOL_SINGLE+1093, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+7923, @POOL_SINGLE+1094, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+7924, @POOL_SINGLE+1095, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+7925, @POOL_SINGLE+1096, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+7926, @POOL_SINGLE+1097, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+7927, @POOL_SINGLE+1098, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+7928, @POOL_SINGLE+1099, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+7929, @POOL_SINGLE+1100, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+7930, @POOL_SINGLE+1101, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+7931, @POOL_SINGLE+1102, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+7932, @POOL_SINGLE+1103, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+7933, @POOL_SINGLE+1104, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+7934, @POOL_SINGLE+1105, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+7935, @POOL_SINGLE+1106, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+7936, @POOL_SINGLE+1107, 80, 'Duskwood - Ore Pool - Iron Deposit'), +(@OGUID+7937, @POOL_SINGLE+1108, 80, 'Duskwood - Ore Pool - Iron Deposit'), +(@OGUID+7938, @POOL_SINGLE+1109, 80, 'Duskwood - Ore Pool - Iron Deposit'), +(@OGUID+7939, @POOL_SINGLE+1110, 80, 'Duskwood - Ore Pool - Iron Deposit'), +(@OGUID+7940, @POOL_SINGLE+1111, 80, 'Duskwood - Ore Pool - Iron Deposit'), +(@OGUID+7941, @POOL_SINGLE+1112, 80, 'Duskwood - Ore Pool - Iron Deposit'), +(@OGUID+7942, @POOL_SINGLE+1113, 80, 'Duskwood - Ore Pool - Iron Deposit'), +(@OGUID+7943, @POOL_SINGLE+1114, 80, 'Duskwood - Ore Pool - Iron Deposit'), +(@OGUID+7944, @POOL_SINGLE+1115, 80, 'Duskwood - Ore Pool - Iron Deposit'), +(@OGUID+7945, @POOL_SINGLE+1116, 80, 'Duskwood - Ore Pool - Iron Deposit'), +(@OGUID+7946, @POOL_SINGLE+1117, 80, 'Duskwood - Ore Pool - Iron Deposit'), +(@OGUID+7947, @POOL_SINGLE+1118, 80, 'Duskwood - Ore Pool - Iron Deposit'), +(@OGUID+7948, @POOL_SINGLE+1119, 80, 'Duskwood - Ore Pool - Iron Deposit'), +(@OGUID+7949, @POOL_SINGLE+1120, 80, 'Duskwood - Ore Pool - Iron Deposit'), +(@OGUID+7950, @POOL_SINGLE+1121, 80, 'Duskwood - Ore Pool - Iron Deposit'), +(@OGUID+7951, @POOL_SINGLE+1122, 80, 'Duskwood - Ore Pool - Iron Deposit'), +(@OGUID+7952, @POOL_SINGLE+1123, 80, 'Duskwood - Ore Pool - Iron Deposit'), +(@OGUID+7953, @POOL_SINGLE+1124, 80, 'Duskwood - Ore Pool - Iron Deposit'), +(@OGUID+7954, @POOL_SINGLE+1125, 80, 'Duskwood - Ore Pool - Iron Deposit'), +(@OGUID+7955, @POOL_SINGLE+1126, 80, 'Duskwood - Ore Pool - Iron Deposit'), +(@OGUID+7956, @POOL_SINGLE+1127, 80, 'Duskwood - Ore Pool - Iron Deposit'), +(@OGUID+7957, @POOL_SINGLE+1128, 80, 'Duskwood - Ore Pool - Iron Deposit'), +(@OGUID+7958, @POOL_SINGLE+1129, 80, 'Duskwood - Ore Pool - Iron Deposit'), +(@OGUID+7959, @POOL_SINGLE+1130, 80, 'Duskwood - Ore Pool - Iron Deposit'), +(@OGUID+7960, @POOL_SINGLE+1131, 80, 'Duskwood - Ore Pool - Iron Deposit'), +(@OGUID+7961, @POOL_SINGLE+1132, 80, 'Duskwood - Ore Pool - Iron Deposit'), +(@OGUID+7962, @POOL_SINGLE+1133, 80, 'Duskwood - Ore Pool - Iron Deposit'), +(@OGUID+7963, @POOL_SINGLE+1134, 80, 'Duskwood - Ore Pool - Iron Deposit'), +(@OGUID+7964, @POOL_SINGLE+1135, 80, 'Duskwood - Ore Pool - Iron Deposit'), +(@OGUID+7965, @POOL_SINGLE+1136, 80, 'Duskwood - Ore Pool - Iron Deposit'), +(@OGUID+7966, @POOL_SINGLE+1137, 80, 'Duskwood - Ore Pool - Iron Deposit'), +(@OGUID+7967, @POOL_SINGLE+1138, 80, 'Duskwood - Ore Pool - Iron Deposit'), +(@OGUID+7968, @POOL_SINGLE+1107, 10, 'Duskwood - Ore Pool - Gold Vein'), +(@OGUID+7969, @POOL_SINGLE+1108, 10, 'Duskwood - Ore Pool - Gold Vein'), +(@OGUID+7970, @POOL_SINGLE+1109, 10, 'Duskwood - Ore Pool - Gold Vein'), +(@OGUID+7971, @POOL_SINGLE+1110, 10, 'Duskwood - Ore Pool - Gold Vein'), +(@OGUID+7972, @POOL_SINGLE+1111, 10, 'Duskwood - Ore Pool - Gold Vein'), +(@OGUID+7973, @POOL_SINGLE+1112, 10, 'Duskwood - Ore Pool - Gold Vein'), +(@OGUID+7974, @POOL_SINGLE+1113, 10, 'Duskwood - Ore Pool - Gold Vein'), +(@OGUID+7975, @POOL_SINGLE+1114, 10, 'Duskwood - Ore Pool - Gold Vein'), +(@OGUID+7976, @POOL_SINGLE+1115, 10, 'Duskwood - Ore Pool - Gold Vein'), +(@OGUID+7977, @POOL_SINGLE+1116, 10, 'Duskwood - Ore Pool - Gold Vein'), +(@OGUID+7978, @POOL_SINGLE+1117, 10, 'Duskwood - Ore Pool - Gold Vein'), +(@OGUID+7979, @POOL_SINGLE+1118, 10, 'Duskwood - Ore Pool - Gold Vein'), +(@OGUID+7980, @POOL_SINGLE+1119, 10, 'Duskwood - Ore Pool - Gold Vein'), +(@OGUID+7981, @POOL_SINGLE+1120, 10, 'Duskwood - Ore Pool - Gold Vein'), +(@OGUID+7982, @POOL_SINGLE+1121, 10, 'Duskwood - Ore Pool - Gold Vein'), +(@OGUID+7983, @POOL_SINGLE+1122, 10, 'Duskwood - Ore Pool - Gold Vein'), +(@OGUID+7984, @POOL_SINGLE+1123, 10, 'Duskwood - Ore Pool - Gold Vein'), +(@OGUID+7985, @POOL_SINGLE+1124, 10, 'Duskwood - Ore Pool - Gold Vein'), +(@OGUID+7986, @POOL_SINGLE+1125, 10, 'Duskwood - Ore Pool - Gold Vein'), +(@OGUID+7987, @POOL_SINGLE+1126, 10, 'Duskwood - Ore Pool - Gold Vein'), +(@OGUID+7988, @POOL_SINGLE+1127, 10, 'Duskwood - Ore Pool - Gold Vein'), +(@OGUID+7989, @POOL_SINGLE+1128, 10, 'Duskwood - Ore Pool - Gold Vein'), +(@OGUID+7990, @POOL_SINGLE+1129, 10, 'Duskwood - Ore Pool - Gold Vein'), +(@OGUID+7991, @POOL_SINGLE+1130, 10, 'Duskwood - Ore Pool - Gold Vein'), +(@OGUID+7992, @POOL_SINGLE+1131, 10, 'Duskwood - Ore Pool - Gold Vein'), +(@OGUID+7993, @POOL_SINGLE+1132, 10, 'Duskwood - Ore Pool - Gold Vein'), +(@OGUID+7994, @POOL_SINGLE+1133, 10, 'Duskwood - Ore Pool - Gold Vein'), +(@OGUID+7995, @POOL_SINGLE+1134, 10, 'Duskwood - Ore Pool - Gold Vein'), +(@OGUID+7996, @POOL_SINGLE+1135, 10, 'Duskwood - Ore Pool - Gold Vein'), +(@OGUID+7997, @POOL_SINGLE+1136, 10, 'Duskwood - Ore Pool - Gold Vein'), +(@OGUID+7998, @POOL_SINGLE+1137, 10, 'Duskwood - Ore Pool - Gold Vein'), +(@OGUID+7999, @POOL_SINGLE+1138, 10, 'Duskwood - Ore Pool - Gold Vein'), +(@OGUID+8000, @POOL_SINGLE+1107, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+8001, @POOL_SINGLE+1108, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+8002, @POOL_SINGLE+1109, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+8003, @POOL_SINGLE+1110, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+8004, @POOL_SINGLE+1111, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+8005, @POOL_SINGLE+1112, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+8006, @POOL_SINGLE+1113, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+8007, @POOL_SINGLE+1114, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+8008, @POOL_SINGLE+1115, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+8009, @POOL_SINGLE+1116, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+8010, @POOL_SINGLE+1117, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+8011, @POOL_SINGLE+1118, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+8012, @POOL_SINGLE+1119, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+8013, @POOL_SINGLE+1120, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+8014, @POOL_SINGLE+1121, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+8015, @POOL_SINGLE+1122, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+8016, @POOL_SINGLE+1123, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+8017, @POOL_SINGLE+1124, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+8018, @POOL_SINGLE+1125, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+8019, @POOL_SINGLE+1126, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+8020, @POOL_SINGLE+1127, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+8021, @POOL_SINGLE+1128, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+8022, @POOL_SINGLE+1129, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+8023, @POOL_SINGLE+1130, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+8024, @POOL_SINGLE+1131, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+8025, @POOL_SINGLE+1132, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+8026, @POOL_SINGLE+1133, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+8027, @POOL_SINGLE+1134, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+8028, @POOL_SINGLE+1135, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+8029, @POOL_SINGLE+1136, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+8030, @POOL_SINGLE+1137, 0, 'Duskwood - Ore Pool - Silver Vein'), +(@OGUID+8031, @POOL_SINGLE+1138, 0, 'Duskwood - Ore Pool - Silver Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_SINGLE+1049, 1, 'Duskwood - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1050, 1, 'Duskwood - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1051, 1, 'Duskwood - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1052, 1, 'Duskwood - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1053, 1, 'Duskwood - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1054, 1, 'Duskwood - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1055, 1, 'Duskwood - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1056, 1, 'Duskwood - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1057, 1, 'Duskwood - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1058, 1, 'Duskwood - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1059, 1, 'Duskwood - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1060, 1, 'Duskwood - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1061, 1, 'Duskwood - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1062, 1, 'Duskwood - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1063, 1, 'Duskwood - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1064, 1, 'Duskwood - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1065, 1, 'Duskwood - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1066, 1, 'Duskwood - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1067, 1, 'Duskwood - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1068, 1, 'Duskwood - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1069, 1, 'Duskwood - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1070, 1, 'Duskwood - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1071, 1, 'Duskwood - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1072, 1, 'Duskwood - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1073, 1, 'Duskwood - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1074, 1, 'Duskwood - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1075, 1, 'Duskwood - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1076, 1, 'Duskwood - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1077, 1, 'Duskwood - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1078, 1, 'Duskwood - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1079, 1, 'Duskwood - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1080, 1, 'Duskwood - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1081, 1, 'Duskwood - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1082, 1, 'Duskwood - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1083, 1, 'Duskwood - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1084, 1, 'Duskwood - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1085, 1, 'Duskwood - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1086, 1, 'Duskwood - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1087, 1, 'Duskwood - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1088, 1, 'Duskwood - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1089, 1, 'Duskwood - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1090, 1, 'Duskwood - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1091, 1, 'Duskwood - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1092, 1, 'Duskwood - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1093, 1, 'Duskwood - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1094, 1, 'Duskwood - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1095, 1, 'Duskwood - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1096, 1, 'Duskwood - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1097, 1, 'Duskwood - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1098, 1, 'Duskwood - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1099, 1, 'Duskwood - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1100, 1, 'Duskwood - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1101, 1, 'Duskwood - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1102, 1, 'Duskwood - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1103, 1, 'Duskwood - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1104, 1, 'Duskwood - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1105, 1, 'Duskwood - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1106, 1, 'Duskwood - Ore Pool - Tin Vein / Silver Vein'), + +(@POOL_SINGLE+1107, 1, 'Duskwood - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1108, 1, 'Duskwood - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1109, 1, 'Duskwood - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1110, 1, 'Duskwood - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1111, 1, 'Duskwood - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1112, 1, 'Duskwood - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1113, 1, 'Duskwood - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1114, 1, 'Duskwood - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1115, 1, 'Duskwood - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1116, 1, 'Duskwood - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1117, 1, 'Duskwood - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1118, 1, 'Duskwood - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1119, 1, 'Duskwood - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1120, 1, 'Duskwood - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1121, 1, 'Duskwood - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1122, 1, 'Duskwood - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1123, 1, 'Duskwood - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1124, 1, 'Duskwood - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1125, 1, 'Duskwood - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1126, 1, 'Duskwood - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1127, 1, 'Duskwood - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1128, 1, 'Duskwood - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1129, 1, 'Duskwood - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1130, 1, 'Duskwood - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1131, 1, 'Duskwood - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1132, 1, 'Duskwood - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1133, 1, 'Duskwood - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1134, 1, 'Duskwood - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1135, 1, 'Duskwood - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1136, 1, 'Duskwood - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1137, 1, 'Duskwood - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1138, 1, 'Duskwood - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'); + +-- Roland\'s Doom +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+1066, @POOL_MOTHER+450, 0, 'Duskwood - Roland\'s Doom - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1070, @POOL_MOTHER+450, 0, 'Duskwood - Roland\'s Doom - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1113, @POOL_MOTHER+450, 0, 'Duskwood - Roland\'s Doom - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1115, @POOL_MOTHER+450, 0, 'Duskwood - Roland\'s Doom - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1116, @POOL_MOTHER+450, 0, 'Duskwood - Roland\'s Doom - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1119, @POOL_MOTHER+450, 0, 'Duskwood - Roland\'s Doom - Iron Deposit / Silver Vein / Gold Vein'); + +-- Vul\'Gol Ogre Mound +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+1049, @POOL_MOTHER+451, 0, 'Duskwood - Vul\'Gol Ogre Mound - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1051, @POOL_MOTHER+451, 0, 'Duskwood - Vul\'Gol Ogre Mound - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1054, @POOL_MOTHER+451, 0, 'Duskwood - Vul\'Gol Ogre Mound - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1055, @POOL_MOTHER+451, 0, 'Duskwood - Vul\'Gol Ogre Mound - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1059, @POOL_MOTHER+451, 0, 'Duskwood - Vul\'Gol Ogre Mound - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1060, @POOL_MOTHER+451, 0, 'Duskwood - Vul\'Gol Ogre Mound - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1064, @POOL_MOTHER+451, 0, 'Duskwood - Vul\'Gol Ogre Mound - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1065, @POOL_MOTHER+451, 0, 'Duskwood - Vul\'Gol Ogre Mound - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1067, @POOL_MOTHER+451, 0, 'Duskwood - Vul\'Gol Ogre Mound - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1072, @POOL_MOTHER+451, 0, 'Duskwood - Vul\'Gol Ogre Mound - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1121, @POOL_MOTHER+451, 0, 'Duskwood - Vul\'Gol Ogre Mound - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1108, @POOL_MOTHER+451, 0, 'Duskwood - Vul\'Gol Ogre Mound - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1109, @POOL_MOTHER+451, 0, 'Duskwood - Vul\'Gol Ogre Mound - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1111, @POOL_MOTHER+451, 0, 'Duskwood - Vul\'Gol Ogre Mound - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1112, @POOL_MOTHER+451, 0, 'Duskwood - Vul\'Gol Ogre Mound - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1114, @POOL_MOTHER+451, 0, 'Duskwood - Vul\'Gol Ogre Mound - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1118, @POOL_MOTHER+451, 0, 'Duskwood - Vul\'Gol Ogre Mound - Iron Deposit / Silver Vein / Gold Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+450, 2, 'Duskwood - Roland\'s Doom - Master Ore Pool - 2/6'), +(@POOL_MOTHER+451, 4, 'Duskwood - Vul\'Gol Ogre Mound - Master Ore Pool - 5/17'); + +-- Raven Hill +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+1089, @POOL_MOTHER+452, 0, 'Duskwood - Raven Hill - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1100, @POOL_MOTHER+452, 0, 'Duskwood - Raven Hill - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1102, @POOL_MOTHER+452, 0, 'Duskwood - Raven Hill - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1103, @POOL_MOTHER+452, 0, 'Duskwood - Raven Hill - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1106, @POOL_MOTHER+452, 0, 'Duskwood - Raven Hill - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1131, @POOL_MOTHER+453, 0, 'Duskwood - Raven Hill - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1134, @POOL_MOTHER+453, 0, 'Duskwood - Raven Hill - Iron Deposit / Silver Vein / Gold Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+452, 2, 'Duskwood - Raven Hill - Tin Vein / Silver Vein - 2/5'), +(@POOL_MOTHER+453, 1, 'Duskwood - Raven Hill - Iron Deposit / Silver Vein / Gold Vein - 1/2'); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+7603, @POOL_MOTHER+454, 0, 'Duskwood - Raven Hill - Mageroyal'), +(@OGUID+7604, @POOL_MOTHER+454, 0, 'Duskwood - Raven Hill - Mageroyal'), +(@OGUID+7605, @POOL_MOTHER+454, 0, 'Duskwood - Raven Hill - Mageroyal'), +(@OGUID+7606, @POOL_MOTHER+454, 0, 'Duskwood - Raven Hill - Mageroyal'), +(@OGUID+7608, @POOL_MOTHER+454, 0, 'Duskwood - Raven Hill - Mageroyal'), +(@OGUID+7625, @POOL_MOTHER+455, 0, 'Duskwood - Raven Hill - Briarthorn'), +(@OGUID+7626, @POOL_MOTHER+455, 0, 'Duskwood - Raven Hill - Briarthorn'), +(@OGUID+7628, @POOL_MOTHER+455, 0, 'Duskwood - Raven Hill - Briarthorn'), +(@OGUID+7629, @POOL_MOTHER+455, 0, 'Duskwood - Raven Hill - Briarthorn'), +(@OGUID+7635, @POOL_MOTHER+455, 0, 'Duskwood - Raven Hill - Briarthorn'), +(@OGUID+7636, @POOL_MOTHER+455, 0, 'Duskwood - Raven Hill - Briarthorn'), +(@OGUID+7640, @POOL_MOTHER+455, 0, 'Duskwood - Raven Hill - Briarthorn'), +(@OGUID+7642, @POOL_MOTHER+455, 0, 'Duskwood - Raven Hill - Briarthorn'), +(@OGUID+7643, @POOL_MOTHER+455, 0, 'Duskwood - Raven Hill - Briarthorn'), +(@OGUID+7647, @POOL_MOTHER+455, 0, 'Duskwood - Raven Hill - Briarthorn'), +(@OGUID+7649, @POOL_MOTHER+455, 0, 'Duskwood - Raven Hill - Briarthorn'), +(@OGUID+7650, @POOL_MOTHER+455, 0, 'Duskwood - Raven Hill - Briarthorn'), +(@OGUID+7654, @POOL_MOTHER+455, 0, 'Duskwood - Raven Hill - Briarthorn'), +(@OGUID+7655, @POOL_MOTHER+455, 0, 'Duskwood - Raven Hill - Briarthorn'), +(@OGUID+7656, @POOL_MOTHER+455, 0, 'Duskwood - Raven Hill - Briarthorn'), +(@OGUID+7659, @POOL_MOTHER+455, 0, 'Duskwood - Raven Hill - Briarthorn'), +(@OGUID+7678, @POOL_MOTHER+455, 0, 'Duskwood - Raven Hill - Briarthorn'), +(@OGUID+7679, @POOL_MOTHER+455, 0, 'Duskwood - Raven Hill - Briarthorn'), +(@OGUID+7681, @POOL_MOTHER+456, 0, 'Duskwood - Raven Hill - Bruiseweed'), +(@OGUID+7683, @POOL_MOTHER+456, 0, 'Duskwood - Raven Hill - Bruiseweed'), +(@OGUID+7684, @POOL_MOTHER+456, 0, 'Duskwood - Raven Hill - Bruiseweed'), +(@OGUID+7685, @POOL_MOTHER+456, 0, 'Duskwood - Raven Hill - Bruiseweed'), +(@OGUID+7687, @POOL_MOTHER+456, 0, 'Duskwood - Raven Hill - Bruiseweed'), +(@OGUID+7689, @POOL_MOTHER+456, 0, 'Duskwood - Raven Hill - Bruiseweed'), +(@OGUID+7691, @POOL_MOTHER+456, 0, 'Duskwood - Raven Hill - Bruiseweed'), +(@OGUID+7692, @POOL_MOTHER+456, 0, 'Duskwood - Raven Hill - Bruiseweed'), +(@OGUID+7693, @POOL_MOTHER+456, 0, 'Duskwood - Raven Hill - Bruiseweed'), +(@OGUID+7715, @POOL_MOTHER+456, 0, 'Duskwood - Raven Hill - Bruiseweed'), +(@OGUID+7720, @POOL_MOTHER+457, 0, 'Duskwood - Raven Hill - Wild Steelbloom'), +(@OGUID+7723, @POOL_MOTHER+457, 0, 'Duskwood - Raven Hill - Wild Steelbloom'), +(@OGUID+7727, @POOL_MOTHER+457, 0, 'Duskwood - Raven Hill - Wild Steelbloom'), +(@OGUID+7730, @POOL_MOTHER+457, 0, 'Duskwood - Raven Hill - Wild Steelbloom'), +(@OGUID+7731, @POOL_MOTHER+457, 0, 'Duskwood - Raven Hill - Wild Steelbloom'), +(@OGUID+7737, @POOL_MOTHER+458, 0, 'Duskwood - Raven Hill - Kingsblood'), +(@OGUID+7738, @POOL_MOTHER+458, 0, 'Duskwood - Raven Hill - Kingsblood'), +(@OGUID+7740, @POOL_MOTHER+458, 0, 'Duskwood - Raven Hill - Kingsblood'), +(@OGUID+7742, @POOL_MOTHER+458, 0, 'Duskwood - Raven Hill - Kingsblood'), +(@OGUID+7744, @POOL_MOTHER+458, 0, 'Duskwood - Raven Hill - Kingsblood'), +(@OGUID+7745, @POOL_MOTHER+458, 0, 'Duskwood - Raven Hill - Kingsblood'), +(@OGUID+7749, @POOL_MOTHER+458, 0, 'Duskwood - Raven Hill - Kingsblood'), +(@OGUID+7751, @POOL_MOTHER+458, 0, 'Duskwood - Raven Hill - Kingsblood'), +(@OGUID+7752, @POOL_MOTHER+458, 0, 'Duskwood - Raven Hill - Kingsblood'), +(@OGUID+7753, @POOL_MOTHER+458, 0, 'Duskwood - Raven Hill - Kingsblood'), +(@OGUID+7754, @POOL_MOTHER+458, 0, 'Duskwood - Raven Hill - Kingsblood'), +(@OGUID+7768, @POOL_MOTHER+458, 0, 'Duskwood - Raven Hill - Kingsblood'), +(@OGUID+7770, @POOL_MOTHER+459, 0, 'Duskwood - Raven Hill - Grave Moss'), +(@OGUID+7771, @POOL_MOTHER+459, 0, 'Duskwood - Raven Hill - Grave Moss'), +(@OGUID+7772, @POOL_MOTHER+459, 0, 'Duskwood - Raven Hill - Grave Moss'), +(@OGUID+7773, @POOL_MOTHER+459, 0, 'Duskwood - Raven Hill - Grave Moss'), +(@OGUID+7774, @POOL_MOTHER+459, 0, 'Duskwood - Raven Hill - Grave Moss'), +(@OGUID+7775, @POOL_MOTHER+459, 0, 'Duskwood - Raven Hill - Grave Moss'), +(@OGUID+7776, @POOL_MOTHER+459, 0, 'Duskwood - Raven Hill - Grave Moss'), +(@OGUID+7777, @POOL_MOTHER+459, 0, 'Duskwood - Raven Hill - Grave Moss'), +(@OGUID+7778, @POOL_MOTHER+459, 0, 'Duskwood - Raven Hill - Grave Moss'), +(@OGUID+7779, @POOL_MOTHER+459, 0, 'Duskwood - Raven Hill - Grave Moss'), +(@OGUID+7780, @POOL_MOTHER+459, 0, 'Duskwood - Raven Hill - Grave Moss'), +(@OGUID+7787, @POOL_MOTHER+459, 0, 'Duskwood - Raven Hill - Grave Moss'), +(@OGUID+7808, @POOL_MOTHER+460, 0, 'Duskwood - Raven Hill - Copper Vein'), +(@OGUID+7811, @POOL_MOTHER+460, 0, 'Duskwood - Raven Hill - Copper Vein'), +(@OGUID+7812, @POOL_MOTHER+460, 0, 'Duskwood - Raven Hill - Copper Vein'), +(@OGUID+7816, @POOL_MOTHER+460, 0, 'Duskwood - Raven Hill - Copper Vein'), +(@OGUID+7818, @POOL_MOTHER+460, 0, 'Duskwood - Raven Hill - Copper Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+454, 2, 'Duskwood - Raven Hill - Mageroyal - 2/5'), +(@POOL_MOTHER+455, 5, 'Duskwood - Raven Hill - Briarthorn - 5/18'), +(@POOL_MOTHER+456, 3, 'Duskwood - Raven Hill - Bruiseweed - 3/10'), +(@POOL_MOTHER+457, 2, 'Duskwood - Raven Hill - Wild Steelbloom - 2/5'), +(@POOL_MOTHER+458, 3, 'Duskwood - Raven Hill - Kingsblood - 3/12'), +(@POOL_MOTHER+459, 3, 'Duskwood - Raven Hill - Grave Moss - 3/12'), +(@POOL_MOTHER+460, 2, 'Duskwood - Raven Hill - Copper Vein - 2/5'); + +-- Raven Hill South +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+1057, @POOL_MOTHER+461, 0, 'Duskwood - Raven Hill South - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1058, @POOL_MOTHER+461, 0, 'Duskwood - Raven Hill South - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1068, @POOL_MOTHER+461, 0, 'Duskwood - Raven Hill South - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1071, @POOL_MOTHER+461, 0, 'Duskwood - Raven Hill South - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1074, @POOL_MOTHER+461, 0, 'Duskwood - Raven Hill South - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1075, @POOL_MOTHER+461, 0, 'Duskwood - Raven Hill South - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1077, @POOL_MOTHER+461, 0, 'Duskwood - Raven Hill South - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1078, @POOL_MOTHER+461, 0, 'Duskwood - Raven Hill South - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1082, @POOL_MOTHER+461, 0, 'Duskwood - Raven Hill South - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1085, @POOL_MOTHER+461, 0, 'Duskwood - Raven Hill South - Tin Vein / Silver Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+461, 3, 'Duskwood - Raven Hill South - Tin Vein / Silver Vein - 3/10'); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+7612, @POOL_MOTHER+462, 0, 'Duskwood - Raven Hill South - Mageroyal'), +(@OGUID+7614, @POOL_MOTHER+462, 0, 'Duskwood - Raven Hill South - Mageroyal'), +(@OGUID+7615, @POOL_MOTHER+462, 0, 'Duskwood - Raven Hill South - Mageroyal'), +(@OGUID+7618, @POOL_MOTHER+462, 0, 'Duskwood - Raven Hill South - Mageroyal'), +(@OGUID+7662, @POOL_MOTHER+463, 0, 'Duskwood - Raven Hill South - Briarthorn'), +(@OGUID+7664, @POOL_MOTHER+463, 0, 'Duskwood - Raven Hill South - Briarthorn'), +(@OGUID+7665, @POOL_MOTHER+463, 0, 'Duskwood - Raven Hill South - Briarthorn'), +(@OGUID+7667, @POOL_MOTHER+463, 0, 'Duskwood - Raven Hill South - Briarthorn'), +(@OGUID+7671, @POOL_MOTHER+463, 0, 'Duskwood - Raven Hill South - Briarthorn'), +(@OGUID+7672, @POOL_MOTHER+463, 0, 'Duskwood - Raven Hill South - Briarthorn'), +(@OGUID+7673, @POOL_MOTHER+463, 0, 'Duskwood - Raven Hill South - Briarthorn'), +(@OGUID+7674, @POOL_MOTHER+463, 0, 'Duskwood - Raven Hill South - Briarthorn'), +(@OGUID+7680, @POOL_MOTHER+463, 0, 'Duskwood - Raven Hill South - Briarthorn'), +(@OGUID+7700, @POOL_MOTHER+464, 0, 'Duskwood - Raven Hill South - Bruiseweed'), +(@OGUID+7701, @POOL_MOTHER+464, 0, 'Duskwood - Raven Hill South - Bruiseweed'), +(@OGUID+7703, @POOL_MOTHER+464, 0, 'Duskwood - Raven Hill South - Bruiseweed'), +(@OGUID+7705, @POOL_MOTHER+464, 0, 'Duskwood - Raven Hill South - Bruiseweed'), +(@OGUID+7706, @POOL_MOTHER+464, 0, 'Duskwood - Raven Hill South - Bruiseweed'), +(@OGUID+7708, @POOL_MOTHER+464, 0, 'Duskwood - Raven Hill South - Bruiseweed'), +(@OGUID+7711, @POOL_MOTHER+464, 0, 'Duskwood - Raven Hill South - Bruiseweed'), +(@OGUID+7712, @POOL_MOTHER+464, 0, 'Duskwood - Raven Hill South - Bruiseweed'), +(@OGUID+7717, @POOL_MOTHER+464, 0, 'Duskwood - Raven Hill South - Bruiseweed'), +(@OGUID+7733, @POOL_MOTHER+465, 0, 'Duskwood - Raven Hill South - Wild Steelbloom'), +(@OGUID+7735, @POOL_MOTHER+465, 0, 'Duskwood - Raven Hill South - Wild Steelbloom'), +(@OGUID+7736, @POOL_MOTHER+465, 0, 'Duskwood - Raven Hill South - Wild Steelbloom'), +(@OGUID+7757, @POOL_MOTHER+466, 0, 'Duskwood - Raven Hill South - Kingsblood'), +(@OGUID+7758, @POOL_MOTHER+466, 0, 'Duskwood - Raven Hill South - Kingsblood'), +(@OGUID+7764, @POOL_MOTHER+466, 0, 'Duskwood - Raven Hill South - Kingsblood'), +(@OGUID+7769, @POOL_MOTHER+466, 0, 'Duskwood - Raven Hill South - Kingsblood'), +(@OGUID+7788, @POOL_MOTHER+467, 0, 'Duskwood - Raven Hill South - Copper Vein'), +(@OGUID+7792, @POOL_MOTHER+467, 0, 'Duskwood - Raven Hill South - Copper Vein'), +(@OGUID+7795, @POOL_MOTHER+467, 0, 'Duskwood - Raven Hill South - Copper Vein'), +(@OGUID+7799, @POOL_MOTHER+467, 0, 'Duskwood - Raven Hill South - Copper Vein'), +(@OGUID+7803, @POOL_MOTHER+467, 0, 'Duskwood - Raven Hill South - Copper Vein'), +(@OGUID+7804, @POOL_MOTHER+467, 0, 'Duskwood - Raven Hill South - Copper Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+462, 1, 'Duskwood - Raven Hill South - Mageroyal - 1/4'), +(@POOL_MOTHER+463, 3, 'Duskwood - Raven Hill South - Briarthorn - 3/9'), +(@POOL_MOTHER+464, 3, 'Duskwood - Raven Hill South - Bruiseweed - 3/9'), +(@POOL_MOTHER+465, 1, 'Duskwood - Raven Hill South - Wild Steelbloom - 1/3'), +(@POOL_MOTHER+466, 1, 'Duskwood - Raven Hill South - Kingsblood - 1/4'), +(@POOL_MOTHER+467, 2, 'Duskwood - Raven Hill South - Copper Vein - 2/6'); + +-- Yorgen Farmstead / Rotting Orchard +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+1050, @POOL_MOTHER+468, 0, 'Duskwood - Yorgen Farmstead / Rotting Orchard - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1052, @POOL_MOTHER+468, 0, 'Duskwood - Yorgen Farmstead / Rotting Orchard - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1053, @POOL_MOTHER+468, 0, 'Duskwood - Yorgen Farmstead / Rotting Orchard - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1056, @POOL_MOTHER+468, 0, 'Duskwood - Yorgen Farmstead / Rotting Orchard - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1061, @POOL_MOTHER+468, 0, 'Duskwood - Yorgen Farmstead / Rotting Orchard - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1062, @POOL_MOTHER+468, 0, 'Duskwood - Yorgen Farmstead / Rotting Orchard - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1063, @POOL_MOTHER+468, 0, 'Duskwood - Yorgen Farmstead / Rotting Orchard - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1069, @POOL_MOTHER+468, 0, 'Duskwood - Yorgen Farmstead / Rotting Orchard - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1073, @POOL_MOTHER+468, 0, 'Duskwood - Yorgen Farmstead / Rotting Orchard - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1076, @POOL_MOTHER+468, 0, 'Duskwood - Yorgen Farmstead / Rotting Orchard - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1080, @POOL_MOTHER+468, 0, 'Duskwood - Yorgen Farmstead / Rotting Orchard - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1083, @POOL_MOTHER+468, 0, 'Duskwood - Yorgen Farmstead / Rotting Orchard - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1107, @POOL_MOTHER+469, 0, 'Duskwood - Yorgen Farmstead / Rotting Orchard - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1110, @POOL_MOTHER+469, 0, 'Duskwood - Yorgen Farmstead / Rotting Orchard - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1117, @POOL_MOTHER+469, 0, 'Duskwood - Yorgen Farmstead / Rotting Orchard - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1120, @POOL_MOTHER+469, 0, 'Duskwood - Yorgen Farmstead / Rotting Orchard - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1122, @POOL_MOTHER+469, 0, 'Duskwood - Yorgen Farmstead / Rotting Orchard - Iron Deposit / Silver Vein / Gold Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+468, 3, 'Duskwood - Yorgen Farmstead / Rotting Orchard - Tin Vein / Silver Vein - 3/12'), +(@POOL_MOTHER+469, 2, 'Duskwood - Yorgen Farmstead / Rotting Orchard - Iron Deposit / Silver Vein / Gold Vein - 2/5'); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+7613, @POOL_MOTHER+470, 0, 'Duskwood - Yorgen Farmstead / Rotting Orchard - Mageroyal'), +(@OGUID+7616, @POOL_MOTHER+470, 0, 'Duskwood - Yorgen Farmstead / Rotting Orchard - Mageroyal'), +(@OGUID+7619, @POOL_MOTHER+470, 0, 'Duskwood - Yorgen Farmstead / Rotting Orchard - Mageroyal'), +(@OGUID+7620, @POOL_MOTHER+470, 0, 'Duskwood - Yorgen Farmstead / Rotting Orchard - Mageroyal'), +(@OGUID+7621, @POOL_MOTHER+470, 0, 'Duskwood - Yorgen Farmstead / Rotting Orchard - Mageroyal'), +(@OGUID+7623, @POOL_MOTHER+470, 0, 'Duskwood - Yorgen Farmstead / Rotting Orchard - Mageroyal'), +(@OGUID+7661, @POOL_MOTHER+471, 0, 'Duskwood - Yorgen Farmstead / Rotting Orchard - Briarthorn'), +(@OGUID+7663, @POOL_MOTHER+471, 0, 'Duskwood - Yorgen Farmstead / Rotting Orchard - Briarthorn'), +(@OGUID+7666, @POOL_MOTHER+471, 0, 'Duskwood - Yorgen Farmstead / Rotting Orchard - Briarthorn'), +(@OGUID+7668, @POOL_MOTHER+471, 0, 'Duskwood - Yorgen Farmstead / Rotting Orchard - Briarthorn'), +(@OGUID+7669, @POOL_MOTHER+471, 0, 'Duskwood - Yorgen Farmstead / Rotting Orchard - Briarthorn'), +(@OGUID+7675, @POOL_MOTHER+471, 0, 'Duskwood - Yorgen Farmstead / Rotting Orchard - Briarthorn'), +(@OGUID+7702, @POOL_MOTHER+472, 0, 'Duskwood - Yorgen Farmstead / Rotting Orchard - Bruiseweed'), +(@OGUID+7709, @POOL_MOTHER+472, 0, 'Duskwood - Yorgen Farmstead / Rotting Orchard - Bruiseweed'), +(@OGUID+7710, @POOL_MOTHER+472, 0, 'Duskwood - Yorgen Farmstead / Rotting Orchard - Bruiseweed'), +(@OGUID+7713, @POOL_MOTHER+472, 0, 'Duskwood - Yorgen Farmstead / Rotting Orchard - Bruiseweed'), +(@OGUID+7714, @POOL_MOTHER+472, 0, 'Duskwood - Yorgen Farmstead / Rotting Orchard - Bruiseweed'), +(@OGUID+7716, @POOL_MOTHER+472, 0, 'Duskwood - Yorgen Farmstead / Rotting Orchard - Bruiseweed'), +(@OGUID+7759, @POOL_MOTHER+473, 0, 'Duskwood - Yorgen Farmstead / Rotting Orchard - Kingsblood'), +(@OGUID+7760, @POOL_MOTHER+473, 0, 'Duskwood - Yorgen Farmstead / Rotting Orchard - Kingsblood'), +(@OGUID+7761, @POOL_MOTHER+473, 0, 'Duskwood - Yorgen Farmstead / Rotting Orchard - Kingsblood'), +(@OGUID+7762, @POOL_MOTHER+473, 0, 'Duskwood - Yorgen Farmstead / Rotting Orchard - Kingsblood'), +(@OGUID+7763, @POOL_MOTHER+473, 0, 'Duskwood - Yorgen Farmstead / Rotting Orchard - Kingsblood'), +(@OGUID+7765, @POOL_MOTHER+473, 0, 'Duskwood - Yorgen Farmstead / Rotting Orchard - Kingsblood'), +(@OGUID+7766, @POOL_MOTHER+473, 0, 'Duskwood - Yorgen Farmstead / Rotting Orchard - Kingsblood'), +(@OGUID+7789, @POOL_MOTHER+474, 0, 'Duskwood - Yorgen Farmstead / Rotting Orchard - Copper Vein'), +(@OGUID+7790, @POOL_MOTHER+474, 0, 'Duskwood - Yorgen Farmstead / Rotting Orchard - Copper Vein'), +(@OGUID+7791, @POOL_MOTHER+474, 0, 'Duskwood - Yorgen Farmstead / Rotting Orchard - Copper Vein'), +(@OGUID+7793, @POOL_MOTHER+474, 0, 'Duskwood - Yorgen Farmstead / Rotting Orchard - Copper Vein'), +(@OGUID+7794, @POOL_MOTHER+474, 0, 'Duskwood - Yorgen Farmstead / Rotting Orchard - Copper Vein'), +(@OGUID+7797, @POOL_MOTHER+474, 0, 'Duskwood - Yorgen Farmstead / Rotting Orchard - Copper Vein'), +(@OGUID+7798, @POOL_MOTHER+474, 0, 'Duskwood - Yorgen Farmstead / Rotting Orchard - Copper Vein'), +(@OGUID+7800, @POOL_MOTHER+474, 0, 'Duskwood - Yorgen Farmstead / Rotting Orchard - Copper Vein'), +(@OGUID+7802, @POOL_MOTHER+474, 0, 'Duskwood - Yorgen Farmstead / Rotting Orchard - Copper Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+470, 2, 'Duskwood - Yorgen Farmstead / Rotting Orchard - Mageroyal - 2/6'), +(@POOL_MOTHER+471, 2, 'Duskwood - Yorgen Farmstead / Rotting Orchard - Briarthorn - 2/6'), +(@POOL_MOTHER+472, 2, 'Duskwood - Yorgen Farmstead / Rotting Orchard - Bruiseweed - 2/6'), +(@POOL_MOTHER+473, 2, 'Duskwood - Yorgen Farmstead / Rotting Orchard - Kingsblood - 2/7'), +(@POOL_MOTHER+474, 3, 'Duskwood - Yorgen Farmstead / Rotting Orchard - Copper Vein - 3/9'); + +-- Brightwood Grove +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+1086, @POOL_MOTHER+475, 0, 'Duskwood - Brightwood Grove - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1088, @POOL_MOTHER+475, 0, 'Duskwood - Brightwood Grove - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1091, @POOL_MOTHER+475, 0, 'Duskwood - Brightwood Grove - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1092, @POOL_MOTHER+475, 0, 'Duskwood - Brightwood Grove - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1094, @POOL_MOTHER+475, 0, 'Duskwood - Brightwood Grove - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1097, @POOL_MOTHER+475, 0, 'Duskwood - Brightwood Grove - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1099, @POOL_MOTHER+475, 0, 'Duskwood - Brightwood Grove - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1101, @POOL_MOTHER+475, 0, 'Duskwood - Brightwood Grove - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1104, @POOL_MOTHER+475, 0, 'Duskwood - Brightwood Grove - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1123, @POOL_MOTHER+476, 0, 'Duskwood - Brightwood Grove - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1124, @POOL_MOTHER+476, 0, 'Duskwood - Brightwood Grove - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1126, @POOL_MOTHER+476, 0, 'Duskwood - Brightwood Grove - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1127, @POOL_MOTHER+476, 0, 'Duskwood - Brightwood Grove - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1129, @POOL_MOTHER+476, 0, 'Duskwood - Brightwood Grove - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1132, @POOL_MOTHER+476, 0, 'Duskwood - Brightwood Grove - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1136, @POOL_MOTHER+476, 0, 'Duskwood - Brightwood Grove - Iron Deposit / Silver Vein / Gold Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+475, 3, 'Duskwood - Brightwood Grove - Tin Vein / Silver Vein - 3/9'), +(@POOL_MOTHER+476, 2, 'Duskwood - Brightwood Grove - Iron Deposit / Silver Vein / Gold Vein - 2/7'); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+7601, @POOL_MOTHER+477, 0, 'Duskwood - Brightwood Grove - Mageroyal'), +(@OGUID+7607, @POOL_MOTHER+477, 0, 'Duskwood - Brightwood Grove - Mageroyal'), +(@OGUID+7609, @POOL_MOTHER+477, 0, 'Duskwood - Brightwood Grove - Mageroyal'), +(@OGUID+7610, @POOL_MOTHER+477, 0, 'Duskwood - Brightwood Grove - Mageroyal'), +(@OGUID+7624, @POOL_MOTHER+478, 0, 'Duskwood - Brightwood Grove - Briarthorn'), +(@OGUID+7627, @POOL_MOTHER+478, 0, 'Duskwood - Brightwood Grove - Briarthorn'), +(@OGUID+7631, @POOL_MOTHER+478, 0, 'Duskwood - Brightwood Grove - Briarthorn'), +(@OGUID+7632, @POOL_MOTHER+478, 0, 'Duskwood - Brightwood Grove - Briarthorn'), +(@OGUID+7638, @POOL_MOTHER+478, 0, 'Duskwood - Brightwood Grove - Briarthorn'), +(@OGUID+7644, @POOL_MOTHER+478, 0, 'Duskwood - Brightwood Grove - Briarthorn'), +(@OGUID+7645, @POOL_MOTHER+478, 0, 'Duskwood - Brightwood Grove - Briarthorn'), +(@OGUID+7646, @POOL_MOTHER+478, 0, 'Duskwood - Brightwood Grove - Briarthorn'), +(@OGUID+7648, @POOL_MOTHER+478, 0, 'Duskwood - Brightwood Grove - Briarthorn'), +(@OGUID+7651, @POOL_MOTHER+478, 0, 'Duskwood - Brightwood Grove - Briarthorn'), +(@OGUID+7652, @POOL_MOTHER+478, 0, 'Duskwood - Brightwood Grove - Briarthorn'), +(@OGUID+7657, @POOL_MOTHER+478, 0, 'Duskwood - Brightwood Grove - Briarthorn'), +(@OGUID+7658, @POOL_MOTHER+478, 0, 'Duskwood - Brightwood Grove - Briarthorn'), +(@OGUID+7676, @POOL_MOTHER+478, 0, 'Duskwood - Brightwood Grove - Briarthorn'), +(@OGUID+7682, @POOL_MOTHER+479, 0, 'Duskwood - Brightwood Grove - Bruiseweed'), +(@OGUID+7686, @POOL_MOTHER+479, 0, 'Duskwood - Brightwood Grove - Bruiseweed'), +(@OGUID+7688, @POOL_MOTHER+479, 0, 'Duskwood - Brightwood Grove - Bruiseweed'), +(@OGUID+7690, @POOL_MOTHER+479, 0, 'Duskwood - Brightwood Grove - Bruiseweed'), +(@OGUID+7694, @POOL_MOTHER+479, 0, 'Duskwood - Brightwood Grove - Bruiseweed'), +(@OGUID+7695, @POOL_MOTHER+479, 0, 'Duskwood - Brightwood Grove - Bruiseweed'), +(@OGUID+7699, @POOL_MOTHER+479, 0, 'Duskwood - Brightwood Grove - Bruiseweed'), +(@OGUID+7721, @POOL_MOTHER+480, 0, 'Duskwood - Brightwood Grove - Wild Steelbloom'), +(@OGUID+7722, @POOL_MOTHER+480, 0, 'Duskwood - Brightwood Grove - Wild Steelbloom'), +(@OGUID+7725, @POOL_MOTHER+480, 0, 'Duskwood - Brightwood Grove - Wild Steelbloom'), +(@OGUID+7728, @POOL_MOTHER+480, 0, 'Duskwood - Brightwood Grove - Wild Steelbloom'), +(@OGUID+7729, @POOL_MOTHER+480, 0, 'Duskwood - Brightwood Grove - Wild Steelbloom'), +(@OGUID+7739, @POOL_MOTHER+481, 0, 'Duskwood - Brightwood Grove - Kingsblood'), +(@OGUID+7741, @POOL_MOTHER+481, 0, 'Duskwood - Brightwood Grove - Kingsblood'), +(@OGUID+7743, @POOL_MOTHER+481, 0, 'Duskwood - Brightwood Grove - Kingsblood'), +(@OGUID+7746, @POOL_MOTHER+481, 0, 'Duskwood - Brightwood Grove - Kingsblood'), +(@OGUID+7747, @POOL_MOTHER+481, 0, 'Duskwood - Brightwood Grove - Kingsblood'), +(@OGUID+7748, @POOL_MOTHER+481, 0, 'Duskwood - Brightwood Grove - Kingsblood'), +(@OGUID+7750, @POOL_MOTHER+481, 0, 'Duskwood - Brightwood Grove - Kingsblood'), +(@OGUID+7755, @POOL_MOTHER+481, 0, 'Duskwood - Brightwood Grove - Kingsblood'), +(@OGUID+7756, @POOL_MOTHER+481, 0, 'Duskwood - Brightwood Grove - Kingsblood'), +(@OGUID+7767, @POOL_MOTHER+481, 0, 'Duskwood - Brightwood Grove - Kingsblood'), +(@OGUID+7806, @POOL_MOTHER+482, 0, 'Duskwood - Brightwood Grove - Copper Vein'), +(@OGUID+7810, @POOL_MOTHER+482, 0, 'Duskwood - Brightwood Grove - Copper Vein'), +(@OGUID+7813, @POOL_MOTHER+482, 0, 'Duskwood - Brightwood Grove - Copper Vein'), +(@OGUID+7814, @POOL_MOTHER+482, 0, 'Duskwood - Brightwood Grove - Copper Vein'), +(@OGUID+7815, @POOL_MOTHER+482, 0, 'Duskwood - Brightwood Grove - Copper Vein'), +(@OGUID+7817, @POOL_MOTHER+482, 0, 'Duskwood - Brightwood Grove - Copper Vein'), +(@OGUID+7819, @POOL_MOTHER+482, 0, 'Duskwood - Brightwood Grove - Copper Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+477, 1, 'Duskwood - Brightwood Grove - Mageroyal - 1/4'), +(@POOL_MOTHER+478, 4, 'Duskwood - Brightwood Grove - Briarthorn - 4/14'), +(@POOL_MOTHER+479, 2, 'Duskwood - Brightwood Grove - Bruiseweed - 2/7'), +(@POOL_MOTHER+480, 2, 'Duskwood - Brightwood Grove - Wild Steelbloom - 2/5'), +(@POOL_MOTHER+481, 3, 'Duskwood - Brightwood Grove - Kingsblood - 3/10'), +(@POOL_MOTHER+482, 2, 'Duskwood - Brightwood Grove - Copper Vein - 2/7'); + +-- Darkshire / Tranquil Gardens +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+1079, @POOL_MOTHER+483, 0, 'Duskwood - Darkshire / Tranquil Gardens - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1081, @POOL_MOTHER+483, 0, 'Duskwood - Darkshire / Tranquil Gardens - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1084, @POOL_MOTHER+483, 0, 'Duskwood - Darkshire / Tranquil Gardens - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1087, @POOL_MOTHER+483, 0, 'Duskwood - Darkshire / Tranquil Gardens - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1090, @POOL_MOTHER+483, 0, 'Duskwood - Darkshire / Tranquil Gardens - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1093, @POOL_MOTHER+483, 0, 'Duskwood - Darkshire / Tranquil Gardens - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1095, @POOL_MOTHER+483, 0, 'Duskwood - Darkshire / Tranquil Gardens - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1096, @POOL_MOTHER+483, 0, 'Duskwood - Darkshire / Tranquil Gardens - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1098, @POOL_MOTHER+483, 0, 'Duskwood - Darkshire / Tranquil Gardens - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1105, @POOL_MOTHER+483, 0, 'Duskwood - Darkshire / Tranquil Gardens - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1125, @POOL_MOTHER+484, 0, 'Duskwood - Darkshire / Tranquil Gardens - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1128, @POOL_MOTHER+484, 0, 'Duskwood - Darkshire / Tranquil Gardens - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1130, @POOL_MOTHER+484, 0, 'Duskwood - Darkshire / Tranquil Gardens - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1133, @POOL_MOTHER+484, 0, 'Duskwood - Darkshire / Tranquil Gardens - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1135, @POOL_MOTHER+484, 0, 'Duskwood - Darkshire / Tranquil Gardens - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1137, @POOL_MOTHER+484, 0, 'Duskwood - Darkshire / Tranquil Gardens - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1138, @POOL_MOTHER+484, 0, 'Duskwood - Darkshire / Tranquil Gardens - Iron Deposit / Silver Vein / Gold Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+483, 3, 'Duskwood - Darkshire / Tranquil Gardens - Tin Vein / Silver Vein - 3/10'), +(@POOL_MOTHER+484, 2, 'Duskwood - Darkshire / Tranquil Gardens - Iron Deposit / Silver Vein / Gold Vein - 2/7'); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+7602, @POOL_MOTHER+485, 0, 'Duskwood - Darkshire / Tranquil Gardens - Mageroyal'), +(@OGUID+7611, @POOL_MOTHER+485, 0, 'Duskwood - Darkshire / Tranquil Gardens - Mageroyal'), +(@OGUID+7617, @POOL_MOTHER+485, 0, 'Duskwood - Darkshire / Tranquil Gardens - Mageroyal'), +(@OGUID+7622, @POOL_MOTHER+485, 0, 'Duskwood - Darkshire / Tranquil Gardens - Mageroyal'), +(@OGUID+7630, @POOL_MOTHER+486, 0, 'Duskwood - Darkshire / Tranquil Gardens - Briarthorn'), +(@OGUID+7633, @POOL_MOTHER+486, 0, 'Duskwood - Darkshire / Tranquil Gardens - Briarthorn'), +(@OGUID+7634, @POOL_MOTHER+486, 0, 'Duskwood - Darkshire / Tranquil Gardens - Briarthorn'), +(@OGUID+7637, @POOL_MOTHER+486, 0, 'Duskwood - Darkshire / Tranquil Gardens - Briarthorn'), +(@OGUID+7639, @POOL_MOTHER+486, 0, 'Duskwood - Darkshire / Tranquil Gardens - Briarthorn'), +(@OGUID+7641, @POOL_MOTHER+486, 0, 'Duskwood - Darkshire / Tranquil Gardens - Briarthorn'), +(@OGUID+7653, @POOL_MOTHER+486, 0, 'Duskwood - Darkshire / Tranquil Gardens - Briarthorn'), +(@OGUID+7660, @POOL_MOTHER+486, 0, 'Duskwood - Darkshire / Tranquil Gardens - Briarthorn'), +(@OGUID+7670, @POOL_MOTHER+486, 0, 'Duskwood - Darkshire / Tranquil Gardens - Briarthorn'), +(@OGUID+7677, @POOL_MOTHER+486, 0, 'Duskwood - Darkshire / Tranquil Gardens - Briarthorn'), +(@OGUID+7696, @POOL_MOTHER+487, 0, 'Duskwood - Darkshire / Tranquil Gardens - Bruiseweed'), +(@OGUID+7697, @POOL_MOTHER+487, 0, 'Duskwood - Darkshire / Tranquil Gardens - Bruiseweed'), +(@OGUID+7698, @POOL_MOTHER+487, 0, 'Duskwood - Darkshire / Tranquil Gardens - Bruiseweed'), +(@OGUID+7704, @POOL_MOTHER+487, 0, 'Duskwood - Darkshire / Tranquil Gardens - Bruiseweed'), +(@OGUID+7707, @POOL_MOTHER+487, 0, 'Duskwood - Darkshire / Tranquil Gardens - Bruiseweed'), +(@OGUID+7718, @POOL_MOTHER+487, 0, 'Duskwood - Darkshire / Tranquil Gardens - Bruiseweed'), +(@OGUID+7719, @POOL_MOTHER+487, 0, 'Duskwood - Darkshire / Tranquil Gardens - Bruiseweed'), +(@OGUID+7724, @POOL_MOTHER+488, 0, 'Duskwood - Darkshire / Tranquil Gardens - Wild Steelbloom'), +(@OGUID+7726, @POOL_MOTHER+488, 0, 'Duskwood - Darkshire / Tranquil Gardens - Wild Steelbloom'), +(@OGUID+7732, @POOL_MOTHER+488, 0, 'Duskwood - Darkshire / Tranquil Gardens - Wild Steelbloom'), +(@OGUID+7734, @POOL_MOTHER+488, 0, 'Duskwood - Darkshire / Tranquil Gardens - Wild Steelbloom'), +(@OGUID+7781, @POOL_MOTHER+489, 0, 'Duskwood - Darkshire / Tranquil Gardens - Grave Moss'), +(@OGUID+7782, @POOL_MOTHER+489, 0, 'Duskwood - Darkshire / Tranquil Gardens - Grave Moss'), +(@OGUID+7783, @POOL_MOTHER+489, 0, 'Duskwood - Darkshire / Tranquil Gardens - Grave Moss'), +(@OGUID+7784, @POOL_MOTHER+489, 0, 'Duskwood - Darkshire / Tranquil Gardens - Grave Moss'), +(@OGUID+7785, @POOL_MOTHER+489, 0, 'Duskwood - Darkshire / Tranquil Gardens - Grave Moss'), +(@OGUID+7786, @POOL_MOTHER+489, 0, 'Duskwood - Darkshire / Tranquil Gardens - Grave Moss'), +(@OGUID+7796, @POOL_MOTHER+490, 0, 'Duskwood - Darkshire / Tranquil Gardens - Copper Vein'), +(@OGUID+7801, @POOL_MOTHER+490, 0, 'Duskwood - Darkshire / Tranquil Gardens - Copper Vein'), +(@OGUID+7805, @POOL_MOTHER+490, 0, 'Duskwood - Darkshire / Tranquil Gardens - Copper Vein'), +(@OGUID+7807, @POOL_MOTHER+490, 0, 'Duskwood - Darkshire / Tranquil Gardens - Copper Vein'), +(@OGUID+7809, @POOL_MOTHER+490, 0, 'Duskwood - Darkshire / Tranquil Gardens - Copper Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+485, 1, 'Duskwood - Brightwood Grove - Mageroyal - 1/4'), +(@POOL_MOTHER+486, 3, 'Duskwood - Brightwood Grove - Briarthorn - 3/10'), +(@POOL_MOTHER+487, 2, 'Duskwood - Brightwood Grove - Bruiseweed - 2/7'), +(@POOL_MOTHER+488, 1, 'Duskwood - Brightwood Grove - Wild Steelbloom - 1/4'), +(@POOL_MOTHER+489, 2, 'Duskwood - Brightwood Grove - Grave Moss - 2/6'), +(@POOL_MOTHER+490, 2, 'Duskwood - Brightwood Grove - Copper Vein - 2/5'); + +/* Swamp of Sorrows +Iron Deposit (1735) -> Gold Vein (1734) -> Silver Vein (1733) +Mithril Deposit (2040) -> Gold Vein (1734) -> Truesilver Deposit (2047) +*/ +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`, `Comment`) VALUES +(@OGUID+8032, 142143, 0, 8, 0, 1, 1, -10122.4, -3323.38, 20.8346, 0.279252, 0, 0, 0.139173, 0.990268, 900, 255, 1, '', 49345, NULL), +(@OGUID+8033, 142143, 0, 8, 0, 1, 1, -10152.7, -3412.05, 20.9586, 2.82743, 0, 0, 0.987688, 0.156436, 900, 255, 1, '', 48632, NULL), +(@OGUID+8034, 142143, 0, 8, 0, 1, 1, -10162.9, -3101.57, 19.999, 1.06465, 0, 0, 0.507538, 0.861629, 900, 255, 1, '', 48632, NULL), +(@OGUID+8035, 142143, 0, 8, 0, 1, 1, -10171, -3299.99, 19.4875, 3.68265, 0, 0, -0.96363, 0.267241, 900, 255, 1, '', 48632, NULL), +(@OGUID+8036, 142143, 0, 8, 0, 1, 1, -10180.7, -3383.07, 20.0926, 3.50812, 0, 0, -0.983254, 0.182238, 900, 255, 1, '', 48632, NULL), +(@OGUID+8037, 142143, 0, 8, 0, 1, 1, -10199.6, -3054.29, 21.0531, 2.40855, 0, 0, 0.93358, 0.358368, 900, 255, 1, '', 49345, NULL), +(@OGUID+8038, 142143, 0, 8, 0, 1, 1, -10224.2, -2910.98, 20.6481, 3.28124, 0, 0, -0.997563, 0.0697661, 900, 255, 1, '', 48632, NULL), +(@OGUID+8039, 142143, 0, 8, 0, 1, 1, -10232.5, -2951.34, 19.3253, 1.6057, 0, 0, 0.719339, 0.694659, 900, 255, 1, '', 49345, NULL), +(@OGUID+8040, 142143, 0, 8, 0, 1, 1, -10232.6, -3237.06, 20.4871, 0.680677, 0, 0, 0.333806, 0.942642, 900, 255, 1, '', 49345, NULL), +(@OGUID+8041, 142143, 0, 8, 0, 1, 1, -10242.2, -3376.07, 20.5494, 1.3439, 0, 0, 0.622514, 0.782609, 900, 255, 1, '', 49345, NULL), +(@OGUID+8042, 142143, 0, 8, 0, 1, 1, -10261.2, -3259.22, 19.6363, 1.3439, 0, 0, 0.622514, 0.782609, 900, 255, 1, '', 48632, NULL), +(@OGUID+8043, 142143, 0, 8, 0, 1, 1, -10288, -2913.33, 19.7969, 5.20108, 0, 0, -0.515038, 0.857168, 900, 255, 1, '', 50063, NULL), +(@OGUID+8044, 142143, 0, 8, 0, 1, 1, -10313.8, -3033.26, 19.5618, 0.767944, 0, 0, 0.374606, 0.927184, 900, 255, 1, '', 50172, NULL), +(@OGUID+8045, 142143, 0, 8, 0, 1, 1, -10357, -3025.39, 20.6107, 2.77507, 0, 0, 0.983254, 0.182238, 900, 255, 1, '', 48632, NULL), +(@OGUID+8046, 142143, 0, 8, 0, 1, 1, -10357.6, -2897.18, 19.517, 1.22173, 0, 0, 0.573576, 0.819152, 900, 255, 1, '', 49345, NULL), +(@OGUID+8047, 142143, 0, 8, 0, 1, 1, -10384.2, -3003.25, 19.8948, 3.94445, 0, 0, -0.920505, 0.390732, 900, 255, 1, '', 49345, NULL), +(@OGUID+8048, 142143, 0, 8, 0, 1, 1, -10389.4, -2914.98, 20.7448, 1.55334, 0, 0, 0.700909, 0.713251, 900, 255, 1, '', 48340, NULL), +(@OGUID+8049, 142143, 0, 8, 0, 1, 1, -10404.5, -3001.07, 19.5577, 5.86431, 0, 0, -0.207911, 0.978148, 900, 255, 1, '', 48503, NULL), +(@OGUID+8050, 142143, 0, 8, 0, 1, 1, -10408.2, -2826.86, 20.2505, 1.69297, 0, 0, 0.748956, 0.66262, 900, 255, 1, '', 49345, NULL), +(@OGUID+8051, 142143, 0, 8, 0, 1, 1, -10441.7, -2949.74, 20.4125, 3.90954, 0, 0, -0.927183, 0.374608, 900, 255, 1, '', 49345, NULL), +(@OGUID+8052, 142143, 0, 8, 0, 1, 1, -10458.4, -2887.71, 20.1373, 4.76475, 0, 0, -0.688354, 0.725374, 900, 255, 1, '', 48632, NULL), +(@OGUID+8053, 142143, 0, 8, 0, 1, 1, -10491.7, -2594.1, 21.2712, 3.21142, 0, 0, -0.999391, 0.0349061, 900, 255, 1, '', 48503, NULL), +(@OGUID+8054, 142143, 0, 8, 0, 1, 1, -10503.5, -2528.76, 20.897, 1.36136, 0, 0, 0.62932, 0.777146, 900, 255, 1, '', 49822, NULL), +(@OGUID+8055, 142143, 0, 8, 0, 1, 1, -10580.5, -2562.1, 21.5194, 2.21657, 0, 0, 0.894934, 0.446199, 900, 255, 1, '', 50063, NULL), +(@OGUID+8056, 142143, 0, 8, 0, 1, 1, -10595.4, -2506.96, 23.671, 4.97419, 0, 0, -0.608761, 0.793354, 900, 255, 1, '', 48632, NULL), +(@OGUID+8057, 142143, 0, 8, 0, 1, 1, -10641.8, -2588.92, 22.8873, 0.279252, 0, 0, 0.139173, 0.990268, 900, 255, 1, '', 48632, NULL), +(@OGUID+8058, 142143, 0, 8, 1519, 1, 1, -10461.1, -2672.9, 22.8257, 4.46804, 0, 0, -0.788011, 0.615662, 900, 255, 1, '', 47720, NULL), +(@OGUID+8059, 142143, 0, 8, 1637, 1, 1, -10138.9, -3363.5, 20.8903, 0.104719, 0, 0, 0.0523357, 0.99863, 900, 255, 1, '', 50664, NULL), +(@OGUID+8060, 142143, 0, 8, 1637, 1, 1, -10208.6, -3183.85, 18.7951, 2.70526, 0, 0, 0.976295, 0.216442, 900, 255, 1, '', 50664, NULL), +(@OGUID+8061, 142143, 0, 8, 1637, 1, 1, -10222.2, -3035.99, 20.7879, 3.10665, 0, 0, 0.999847, 0.0174693, 900, 255, 1, '', 50664, NULL), +(@OGUID+8062, 142143, 0, 8, 1637, 1, 1, -10253, -3478.13, 20.0721, 0.139624, 0, 0, 0.0697556, 0.997564, 900, 255, 1, '', 50664, NULL), +(@OGUID+8063, 142143, 0, 8, 1637, 1, 1, -10356.2, -2964.91, 20.044, 2.37364, 0, 0, 0.927183, 0.374608, 900, 255, 1, '', 50664, NULL), +(@OGUID+8064, 142143, 0, 8, 1637, 1, 1, -10481.2, -3536.66, 19.8716, 0.610863, 0, 0, 0.300705, 0.953717, 900, 255, 1, '', 50664, NULL), +(@OGUID+8065, 142143, 0, 8, 460, 1, 1, -10099.9, -3630.48, 19.802, 1.37881, 0, 0, 0.636078, 0.771625, 900, 255, 1, '', 50664, NULL), +(@OGUID+8066, 142143, 0, 8, 460, 1, 1, -10103.6, -3515.35, 20.2572, 0.104719, 0, 0, 0.0523357, 0.99863, 900, 255, 1, '', 50664, NULL), +(@OGUID+8067, 142143, 0, 8, 460, 1, 1, -10136.6, -3063.92, 21.7756, 0.802851, 0, 0, 0.390731, 0.920505, 900, 255, 1, '', 50664, NULL), +(@OGUID+8068, 142143, 0, 8, 460, 1, 1, -10176.8, -3466.55, 20.1173, 0.855211, 0, 0, 0.414693, 0.909961, 900, 255, 1, '', 50664, NULL), +(@OGUID+8069, 142143, 0, 8, 460, 1, 1, -10191.9, -2867.31, 20.7899, 5.68977, 0, 0, -0.292372, 0.956305, 900, 255, 1, '', 50664, NULL), +(@OGUID+8070, 142143, 0, 8, 460, 1, 1, -10242.6, -4160.91, 19.8102, 1.15192, 0, 0, 0.544639, 0.838671, 900, 255, 1, '', 50664, NULL), +(@OGUID+8071, 142143, 0, 8, 460, 1, 1, -10334.2, -3147.92, 18.8815, 5.96903, 0, 0, -0.156434, 0.987688, 900, 255, 1, '', 50664, NULL), +(@OGUID+8072, 142143, 0, 8, 460, 1, 1, -10423.1, -3523.94, 19.6052, 0.558504, 0, 0, 0.275637, 0.961262, 900, 255, 1, '', 50664, NULL), +(@OGUID+8073, 142143, 0, 8, 460, 1, 1, -10423.7, -4184.89, 20.2066, 1.91986, 0, 0, 0.819152, 0.573577, 900, 255, 1, '', 50664, NULL), +(@OGUID+8074, 142143, 0, 8, 460, 1, 1, -10432, -4027.46, 20.0639, 5.68977, 0, 0, -0.292372, 0.956305, 900, 255, 1, '', 50664, NULL), +(@OGUID+8075, 142143, 0, 8, 460, 1, 1, -10480.5, -3459.36, 20.3456, 1.13446, 0, 0, 0.537299, 0.843392, 900, 255, 1, '', 50664, NULL), +(@OGUID+8076, 142143, 0, 8, 460, 1, 1, -10654.7, -3888.93, 20.6772, 5.55015, 0, 0, -0.358368, 0.93358, 900, 255, 1, '', 50664, NULL), +(@OGUID+8077, 142143, 0, 8, 460, 1, 1, -10657.7, -4079.63, 19.5799, 2.16421, 0, 0, 0.882947, 0.469473, 900, 255, 1, '', 50664, NULL), +(@OGUID+8078, 142143, 0, 8, 460, 1, 1, -9945.72, -3801.96, 20.2847, 2.00713, 0, 0, 0.843391, 0.5373, 900, 255, 1, '', 50664, NULL), +(@OGUID+8079, 142143, 0, 8, 0, 1, 1, -10011.7, -3683.81, 20.8291, 2.04204, 0, 0, 0.85264, 0.522499, 900, 255, 1, '', 50664, NULL), +(@OGUID+8080, 142143, 0, 8, 0, 1, 1, -10077.7, -3969.91, 19.7811, 1.98967, 0, 0, 0.83867, 0.54464, 900, 255, 1, '', 50664, NULL), +(@OGUID+8081, 142143, 0, 8, 0, 1, 1, -10095.6, -3478.14, 19.7837, 5.98648, 0, 0, -0.147809, 0.989016, 900, 255, 1, '', 50664, NULL), +(@OGUID+8082, 142143, 0, 8, 0, 1, 1, -10100.4, -3668.16, 21.1925, 0.95993, 0, 0, 0.461748, 0.887011, 900, 255, 1, '', 50664, NULL), +(@OGUID+8083, 142143, 0, 8, 0, 1, 1, -10114.9, -2981.81, 19.8928, 2.54818, 0, 0, 0.956305, 0.292372, 900, 255, 1, '', 50664, NULL), +(@OGUID+8084, 142143, 0, 8, 0, 1, 1, -10117.8, -3817.3, 19.4778, 1.16937, 0, 0, 0.551936, 0.833886, 900, 255, 1, '', 50664, NULL), +(@OGUID+8085, 142143, 0, 8, 0, 1, 1, -10121.9, -2446.31, 29.0265, 4.34587, 0, 0, -0.824126, 0.566406, 900, 255, 1, '', 50664, NULL), +(@OGUID+8086, 142143, 0, 8, 0, 1, 1, -10124.2, -3547.14, 21.207, 3.35105, 0, 0, -0.994521, 0.104536, 900, 255, 1, '', 50664, NULL), +(@OGUID+8087, 142143, 0, 8, 0, 1, 1, -10154.1, -3612.59, 20.8298, 4.60767, 0, 0, -0.743144, 0.669131, 900, 255, 1, '', 50664, NULL), +(@OGUID+8088, 142143, 0, 8, 0, 1, 1, -10154.7, -3157.6, 20.0131, 2.80998, 0, 0, 0.986285, 0.16505, 900, 255, 1, '', 50664, NULL), +(@OGUID+8089, 142143, 0, 8, 0, 1, 1, -10156.6, -3020.3, 19.5942, 6.19592, 0, 0, -0.0436192, 0.999048, 900, 255, 1, '', 50664, NULL), +(@OGUID+8090, 142143, 0, 8, 0, 1, 1, -10161, -4045.61, 19.7449, 2.70526, 0, 0, 0.976295, 0.216442, 900, 255, 1, '', 50664, NULL), +(@OGUID+8091, 142143, 0, 8, 0, 1, 1, -10167.3, -3521.56, 20.2177, 3.31614, 0, 0, -0.996194, 0.087165, 900, 255, 1, '', 50664, NULL), +(@OGUID+8092, 142143, 0, 8, 0, 1, 1, -10172.4, -2481.55, 26.186, 4.29351, 0, 0, -0.83867, 0.54464, 900, 255, 1, '', 50664, NULL), +(@OGUID+8093, 142143, 0, 8, 0, 1, 1, -10178.3, -4155.69, 19.9699, 2.19911, 0, 0, 0.891006, 0.453991, 900, 255, 1, '', 50664, NULL), +(@OGUID+8094, 142143, 0, 8, 0, 1, 1, -10178.7, -2923.07, 21.2528, 2.26893, 0, 0, 0.906307, 0.422619, 900, 255, 1, '', 50664, NULL), +(@OGUID+8095, 142143, 0, 8, 0, 1, 1, -10179.2, -2452.48, 27.9523, 5.91667, 0, 0, -0.182235, 0.983255, 900, 255, 1, '', 50664, NULL), +(@OGUID+8096, 142143, 0, 8, 0, 1, 1, -10189.2, -2615.33, 28.1262, 5.46288, 0, 0, -0.398748, 0.91706, 900, 255, 1, '', 50664, NULL), +(@OGUID+8097, 142143, 0, 8, 0, 1, 1, -10191.1, -3638.45, 21.0827, 4.36332, 0, 0, -0.819152, 0.573577, 900, 255, 1, '', 50664, NULL), +(@OGUID+8098, 142143, 0, 8, 0, 1, 1, -10200.1, -4002.53, 21.3288, 4.92183, 0, 0, -0.62932, 0.777146, 900, 255, 1, '', 50664, NULL), +(@OGUID+8099, 142143, 0, 8, 0, 1, 1, -10214.5, -3286.44, 19.6038, 5.65487, 0, 0, -0.309016, 0.951057, 900, 255, 1, '', 50664, NULL), +(@OGUID+8100, 142143, 0, 8, 0, 1, 1, -10216, -3702.88, 20.221, 2.87979, 0, 0, 0.991445, 0.130528, 900, 255, 1, '', 50664, NULL), +(@OGUID+8101, 142143, 0, 8, 0, 1, 1, -10222.1, -2547.43, 28.302, 5.44543, 0, 0, -0.406736, 0.913546, 900, 255, 1, '', 50664, NULL), +(@OGUID+8102, 142143, 0, 8, 0, 1, 1, -10227.1, -4056.44, 21.0506, 4.83456, 0, 0, -0.66262, 0.748956, 900, 255, 1, '', 50664, NULL), +(@OGUID+8103, 142143, 0, 8, 0, 1, 1, -10235.4, -2803.57, 20.9111, 1.76278, 0, 0, 0.771625, 0.636078, 900, 255, 1, '', 45613, NULL), +(@OGUID+8104, 142143, 0, 8, 0, 1, 1, -10237.5, -3015.26, 20.3859, 2.47837, 0, 0, 0.945518, 0.325568, 900, 255, 1, '', 46158, NULL), +(@OGUID+8105, 142143, 0, 8, 0, 1, 1, -10291, -3540.71, 20.7133, 5.49779, 0, 0, -0.382683, 0.92388, 900, 255, 1, '', 50664, NULL), +(@OGUID+8106, 142143, 0, 8, 0, 1, 1, -10304.9, -3235.9, 20.9315, 3.50812, 0, 0, -0.983254, 0.182238, 900, 255, 1, '', 50664, NULL), +(@OGUID+8107, 142143, 0, 8, 0, 1, 1, -10321.2, -2995.54, 20.3654, 4.79966, 0, 0, -0.67559, 0.737278, 900, 255, 1, '', 50664, NULL), +(@OGUID+8108, 142143, 0, 8, 0, 1, 1, -10323.3, -4046.11, 19.3957, 3.73501, 0, 0, -0.956305, 0.292372, 900, 255, 1, '', 50664, NULL), +(@OGUID+8109, 142143, 0, 8, 0, 1, 1, -10372.5, -3527.04, 19.7394, 3.31614, 0, 0, -0.996194, 0.087165, 900, 255, 1, '', 45613, NULL), +(@OGUID+8110, 142143, 0, 8, 0, 1, 1, -10514.7, -4232.38, 20.9734, 2.25147, 0, 0, 0.902585, 0.430512, 900, 255, 1, '', 50664, NULL), +(@OGUID+8111, 142143, 0, 8, 0, 1, 1, -10522.3, -4139.03, 21.5456, 5.18363, 0, 0, -0.522498, 0.85264, 900, 255, 1, '', 50664, NULL), +(@OGUID+8112, 142143, 0, 8, 0, 1, 1, -10554.2, -4098.89, 19.9402, 6.00393, 0, 0, -0.139173, 0.990268, 900, 255, 1, '', 50664, NULL), +(@OGUID+8113, 142143, 0, 8, 0, 1, 1, -10622.6, -3790.71, 18.5644, 5.42797, 0, 0, -0.414693, 0.909961, 900, 255, 1, '', 50664, NULL), +(@OGUID+8114, 142143, 0, 8, 0, 1, 1, -10645.7, -4035.19, 20.4782, 3.7001, 0, 0, -0.961261, 0.27564, 900, 255, 1, '', 50664, NULL), +(@OGUID+8115, 142143, 0, 8, 0, 1, 1, -10712.2, -4157.51, 19.7038, 0.383971, 0, 0, 0.190808, 0.981627, 900, 255, 1, '', 50664, NULL), +(@OGUID+8116, 142143, 0, 8, 0, 1, 1, -10744.6, -3949.81, 19.419, 5.09636, 0, 0, -0.559193, 0.829038, 900, 255, 1, '', 50664, NULL), +(@OGUID+8117, 142143, 0, 8, 0, 1, 1, -10845.1, -4027.8, 19.3908, 0.541051, 0, 0, 0.267238, 0.963631, 900, 255, 1, '', 50664, NULL), +(@OGUID+8118, 142143, 0, 8, 0, 1, 1, -9861.77, -3852.34, 20.0318, 1.41372, 0, 0, 0.649447, 0.760406, 900, 255, 1, '', 50664, NULL), +(@OGUID+8119, 142143, 0, 8, 0, 1, 1, -9907.82, -4020.32, 21.1241, 5.81195, 0, 0, -0.233445, 0.97237, 900, 255, 1, '', 47168, NULL), +(@OGUID+8120, 142143, 0, 8, 0, 1, 1, -9989.2, -4043.28, 21.1492, 5.21854, 0, 0, -0.507538, 0.861629, 900, 255, 1, '', 50664, NULL), +(@OGUID+8121, 142143, 0, 8, 0, 1, 1, -9993.26, -4147.57, 19.973, 2.93214, 0, 0, 0.994521, 0.104536, 900, 255, 1, '', 50664, NULL), +(@OGUID+8122, 1624, 0, 8, 0, 1, 1, -10226.6, -3333.69, 22.4027, 2.87979, 0, 0, 0.991445, 0.130528, 900, 255, 1, '', 49345, NULL), +(@OGUID+8123, 1624, 0, 8, 0, 1, 1, -10348.1, -3110.08, 22.1766, 4.85202, 0, 0, -0.656058, 0.75471, 900, 255, 1, '', 48632, NULL), +(@OGUID+8124, 1624, 0, 8, 1637, 1, 1, -10570.3, -3629.32, 23.0765, 5.79449, 0, 0, -0.241921, 0.970296, 900, 255, 1, '', 50664, NULL), +(@OGUID+8125, 1624, 0, 8, 460, 1, 1, -10124.8, -3588.34, 23.4905, 1.0821, 0, 0, 0.515038, 0.857168, 900, 255, 1, '', 50664, NULL), +(@OGUID+8126, 1624, 0, 8, 460, 1, 1, -10234.9, -3633.81, 22.1656, 4.41568, 0, 0, -0.803857, 0.594823, 900, 255, 1, '', 50664, NULL), +(@OGUID+8127, 1624, 0, 8, 460, 1, 1, -10663.8, -3987.31, 23.7514, 4.81711, 0, 0, -0.66913, 0.743145, 900, 255, 1, '', 50664, NULL), +(@OGUID+8128, 1624, 0, 8, 460, 1, 1, -10677.2, -3810.53, 23.3097, 0.750491, 0, 0, 0.366501, 0.930418, 900, 255, 1, '', 50664, NULL), +(@OGUID+8129, 1624, 0, 8, 460, 1, 1, -10741.6, -4204.1, 21.8815, 1.48353, 0, 0, 0.67559, 0.737278, 900, 255, 1, '', 50664, NULL), +(@OGUID+8130, 1624, 0, 8, 460, 1, 1, -10825.6, -3934.51, 22.9429, 1.0821, 0, 0, 0.515038, 0.857168, 900, 255, 1, '', 50664, NULL), +(@OGUID+8131, 1624, 0, 8, 0, 1, 1, -10007.2, -4076.36, 23.1996, 2.28638, 0, 0, 0.909961, 0.414694, 900, 255, 1, '', 50664, NULL), +(@OGUID+8132, 1624, 0, 8, 0, 1, 1, -10021.9, -3956.02, 21.9921, 0.715585, 0, 0, 0.350207, 0.936672, 900, 255, 1, '', 47168, NULL), +(@OGUID+8133, 1624, 0, 8, 0, 1, 1, -10268.9, -4302.78, 22.4734, 1.16937, 0, 0, 0.551936, 0.833886, 900, 255, 1, '', 50664, NULL), +(@OGUID+8134, 1624, 0, 8, 0, 1, 1, -10327.3, -3494.82, 22.9893, 2.68781, 0, 0, 0.97437, 0.224951, 900, 255, 1, '', 50664, NULL), +(@OGUID+8135, 1624, 0, 8, 0, 1, 1, -10339.8, -4218.48, 22.6371, 1.76278, 0, 0, 0.771625, 0.636078, 900, 255, 1, '', 50664, NULL), +(@OGUID+8136, 1624, 0, 8, 0, 1, 1, -10521.2, -4287.75, 21.7414, 3.4383, 0, 0, -0.989016, 0.147811, 900, 255, 1, '', 50664, NULL), +(@OGUID+8137, 1624, 0, 8, 0, 1, 1, -10538.6, -4057.57, 21.6968, 1.09956, 0, 0, 0.522498, 0.85264, 900, 255, 1, '', 50664, NULL), +(@OGUID+8138, 1624, 0, 8, 0, 1, 1, -10651.6, -4118.64, 21.6778, 2.26893, 0, 0, 0.906307, 0.422619, 900, 255, 1, '', 50664, NULL), +(@OGUID+8139, 1624, 0, 8, 0, 1, 1, -9809.94, -3791.36, 23.7875, 3.42085, 0, 0, -0.990268, 0.139175, 900, 255, 1, '', 50664, NULL), +(@OGUID+8140, 1624, 0, 8, 0, 1, 1, -9962.84, -4165.99, 22.3697, 5.60251, 0, 0, -0.333807, 0.942641, 900, 255, 1, '', 50664, NULL), +(@OGUID+8141, 1624, 0, 8, 75, 1, 1, -10098.9, -3126.8, 23.5246, 0.541051, 0, 0, 0.267238, 0.963631, 900, 255, 1, '', 52237, NULL), +(@OGUID+8142, 2041, 0, 8, 0, 1, 1, -10212.2, -3159.33, 19.1041, 3.08918, 0, 0, 0.999657, 0.0262016, 900, 255, 1, '', 48632, NULL), +(@OGUID+8143, 2041, 0, 8, 0, 1, 1, -10243.5, -2922.67, 19.0033, 0.296705, 0, 0, 0.147809, 0.989016, 900, 255, 1, '', 48632, NULL), +(@OGUID+8144, 2041, 0, 8, 0, 1, 1, -10285.3, -3052.72, 19.9827, 6.02139, 0, 0, -0.130526, 0.991445, 900, 255, 1, '', 49345, NULL), +(@OGUID+8145, 2041, 0, 8, 0, 1, 1, -10330.6, -2957.37, 19.5952, 3.4034, 0, 0, -0.991445, 0.130528, 900, 255, 1, '', 48340, NULL), +(@OGUID+8146, 2041, 0, 8, 0, 1, 1, -10338.3, -3419.24, 20.0979, 0.296705, 0, 0, 0.147809, 0.989016, 900, 255, 1, '', 48632, NULL), +(@OGUID+8147, 2041, 0, 8, 0, 1, 1, -10392.2, -2888.43, 20.1874, 6.07375, 0, 0, -0.104528, 0.994522, 900, 255, 1, '', 48632, NULL), +(@OGUID+8148, 2041, 0, 8, 0, 1, 1, -10423.9, -2979.65, 18.9497, 3.38594, 0, 0, -0.992546, 0.12187, 900, 255, 1, '', 50664, NULL), +(@OGUID+8149, 2041, 0, 8, 0, 1, 1, -10472.1, -2599.18, 20.7916, 3.47321, 0, 0, -0.986285, 0.16505, 900, 255, 1, '', 48632, NULL), +(@OGUID+8150, 2041, 0, 8, 0, 1, 1, -10567.4, -2542.74, 20.7944, 1.16937, 0, 0, 0.551936, 0.833886, 900, 255, 1, '', 49345, NULL), +(@OGUID+8151, 2041, 0, 8, 1519, 1, 1, -10361.3, -3570.38, 20.4923, 0.383971, 0, 0, 0.190808, 0.981627, 900, 255, 1, '', 47720, NULL), +(@OGUID+8152, 2041, 0, 8, 1519, 1, 1, -10389.1, -4076, 19.9551, 0.261798, 0, 0, 0.130526, 0.991445, 900, 255, 1, '', 47720, NULL), +(@OGUID+8153, 2041, 0, 8, 1637, 1, 1, -10284.3, -2789.84, 18.9399, 4.39823, 0, 0, -0.809016, 0.587786, 900, 255, 1, '', 50664, NULL), +(@OGUID+8154, 2041, 0, 8, 1637, 1, 1, -10647, -3756.12, 18.5458, 1.53589, 0, 0, 0.694658, 0.71934, 900, 255, 1, '', 50664, NULL), +(@OGUID+8155, 2041, 0, 8, 460, 1, 1, -10095, -3661.37, 20.0929, 3.45576, 0, 0, -0.987688, 0.156436, 900, 255, 1, '', 50664, NULL), +(@OGUID+8156, 2041, 0, 8, 460, 1, 1, -10097, -3010.47, 19.1777, 3.99681, 0, 0, -0.909961, 0.414694, 900, 255, 1, '', 50664, NULL), +(@OGUID+8157, 2041, 0, 8, 460, 1, 1, -10195.5, -3511.92, 20.4763, 1.48353, 0, 0, 0.67559, 0.737278, 900, 255, 1, '', 50664, NULL), +(@OGUID+8158, 2041, 0, 8, 460, 1, 1, -10195.8, -4084.3, 19.2791, 5.96903, 0, 0, -0.156434, 0.987688, 900, 255, 1, '', 50664, NULL), +(@OGUID+8159, 2041, 0, 8, 460, 1, 1, -10761.8, -4158.78, 19.8357, 0.523598, 0, 0, 0.258819, 0.965926, 900, 255, 1, '', 50664, NULL), +(@OGUID+8160, 2041, 0, 8, 460, 1, 1, -10772.4, -3880.16, 18.6829, 6.21337, 0, 0, -0.0348988, 0.999391, 900, 255, 1, '', 50664, NULL), +(@OGUID+8161, 2041, 0, 8, 0, 1, 1, -10023.3, -3912.56, 20.2152, 0.104719, 0, 0, 0.0523357, 0.99863, 900, 255, 1, '', 50664, NULL), +(@OGUID+8162, 2041, 0, 8, 0, 1, 1, -10078.1, -4046.58, 18.9007, 5.09636, 0, 0, -0.559193, 0.829038, 900, 255, 1, '', 50664, NULL), +(@OGUID+8163, 2041, 0, 8, 0, 1, 1, -10097.8, -3224.53, 19.3825, 1.0821, 0, 0, 0.515038, 0.857168, 900, 255, 1, '', 50664, NULL), +(@OGUID+8164, 2041, 0, 8, 0, 1, 1, -10105.4, -3458.02, 19.4335, 5.02655, 0, 0, -0.587785, 0.809017, 900, 255, 1, '', 50664, NULL), +(@OGUID+8165, 2041, 0, 8, 0, 1, 1, -10145.9, -2478.89, 25.4996, 4.97419, 0, 0, -0.608761, 0.793354, 900, 255, 1, '', 50664, NULL), +(@OGUID+8166, 2041, 0, 8, 0, 1, 1, -10156.2, -2534.16, 26.2465, 5.96903, 0, 0, -0.156434, 0.987688, 900, 255, 1, '', 50664, NULL), +(@OGUID+8167, 2041, 0, 8, 0, 1, 1, -10170.4, -2818.89, 19.9475, 0.680677, 0, 0, 0.333806, 0.942642, 900, 255, 1, '', 50664, NULL), +(@OGUID+8168, 2041, 0, 8, 0, 1, 1, -10188.3, -3340.09, 19.943, 5.53269, 0, 0, -0.366501, 0.930418, 900, 255, 1, '', 50664, NULL), +(@OGUID+8169, 2041, 0, 8, 0, 1, 1, -10190.6, -2971.65, 18.9285, 2.74016, 0, 0, 0.979924, 0.19937, 900, 255, 1, '', 46182, NULL), +(@OGUID+8170, 2041, 0, 8, 0, 1, 1, -10265.3, -3364.09, 20.3255, 1.36136, 0, 0, 0.62932, 0.777146, 900, 255, 1, '', 50664, NULL), +(@OGUID+8171, 2041, 0, 8, 0, 1, 1, -10557.8, -4243.63, 19.9668, 1.95477, 0, 0, 0.829038, 0.559193, 900, 255, 1, '', 50664, NULL), +(@OGUID+8172, 2041, 0, 8, 0, 1, 1, -10607.5, -4078.94, 19.2055, 4.34587, 0, 0, -0.824126, 0.566406, 900, 255, 1, '', 50664, NULL), +(@OGUID+8173, 2041, 0, 8, 0, 1, 1, -10617.5, -3956.31, 20.4969, 0.558504, 0, 0, 0.275637, 0.961262, 900, 255, 1, '', 50664, NULL), +(@OGUID+8174, 2041, 0, 8, 0, 1, 1, -10632.2, -4029.9, 19.4455, 4.11898, 0, 0, -0.882947, 0.469473, 900, 255, 1, '', 50664, NULL), +(@OGUID+8175, 2041, 0, 8, 0, 1, 1, -10713.3, -4055.1, 19.0057, 3.71755, 0, 0, -0.958819, 0.284016, 900, 255, 1, '', 46158, NULL), +(@OGUID+8176, 2041, 0, 8, 0, 1, 1, -10894, -3971.03, 20.2261, 0.733038, 0, 0, 0.358368, 0.93358, 900, 255, 1, '', 50664, NULL), +(@OGUID+8177, 2041, 0, 8, 0, 1, 1, -9924.61, -3873.61, 19.4348, 3.59538, 0, 0, -0.97437, 0.224951, 900, 255, 1, '', 50664, NULL), +(@OGUID+8178, 2042, 0, 8, 0, 1, 1, -10146.7, -3321.11, 22.7876, 1.65806, 0, 0, 0.737277, 0.675591, 900, 255, 1, '', 48632, NULL), +(@OGUID+8179, 2042, 0, 8, 0, 1, 1, -10258.4, -3230.2, 23.499, 1.0472, 0, 0, 0.5, 0.866025, 900, 255, 1, '', 48632, NULL), +(@OGUID+8180, 2042, 0, 8, 0, 1, 1, -10294.1, -3120.57, 21.941, 2.19911, 0, 0, 0.891006, 0.453991, 900, 255, 1, '', 50063, NULL), +(@OGUID+8181, 2042, 0, 8, 0, 1, 1, -10360.5, -3081.84, 22.9691, 2.9845, 0, 0, 0.996917, 0.0784664, 900, 255, 1, '', 48340, NULL), +(@OGUID+8182, 2042, 0, 8, 0, 1, 1, -10388.1, -2976.57, 22.862, 1.81514, 0, 0, 0.788011, 0.615662, 900, 255, 1, '', 49345, NULL), +(@OGUID+8183, 2042, 0, 8, 0, 1, 1, -10439.4, -2927.06, 22.0869, 1.0472, 0, 0, 0.5, 0.866025, 900, 255, 1, '', 48340, NULL), +(@OGUID+8184, 2042, 0, 8, 0, 1, 1, -10444.5, -2698.47, 24.9546, 0.349065, 0, 0, 0.173648, 0.984808, 900, 255, 1, '', 48503, NULL), +(@OGUID+8185, 2042, 0, 8, 0, 1, 1, -10519.8, -2715.92, 27.669, 5.75959, 0, 0, -0.258819, 0.965926, 900, 255, 1, '', 48632, NULL), +(@OGUID+8186, 2042, 0, 8, 0, 1, 1, -10524.5, -2786.96, 22.6642, 3.73501, 0, 0, -0.956305, 0.292372, 900, 255, 1, '', 50664, NULL), +(@OGUID+8187, 2042, 0, 8, 0, 1, 1, -10551.8, -2854, 24.3616, 4.04917, 0, 0, -0.898793, 0.438373, 900, 255, 1, '', 48019, NULL), +(@OGUID+8188, 2042, 0, 8, 0, 1, 1, -10575.1, -2717.64, 26.3707, 0.59341, 0, 0, 0.292371, 0.956305, 900, 255, 1, '', 50375, NULL), +(@OGUID+8189, 2042, 0, 8, 0, 1, 1, -10610.9, -2500.03, 22.892, 5.09636, 0, 0, -0.559193, 0.829038, 900, 255, 1, '', 48632, NULL), +(@OGUID+8190, 2042, 0, 8, 35, 1, 1, -10518.9, -2573.61, 21.8643, 5.41052, 0, 0, -0.422618, 0.906308, 900, 255, 1, '', 48632, NULL), +(@OGUID+8191, 2042, 0, 8, 0, 1, 1, -10164, -3209.01, 24.4014, 3.927, 0, 0, -0.923879, 0.382686, 900, 255, 1, '', 50664, NULL), +(@OGUID+8192, 2042, 0, 8, 0, 1, 1, -10226.4, -2623.05, 27.6343, 2.84488, 0, 0, 0.989016, 0.147811, 900, 255, 1, '', 50664, NULL), +(@OGUID+8193, 2042, 0, 8, 0, 1, 1, -10267.7, -2699.44, 24.5102, 3.73501, 0, 0, -0.956305, 0.292372, 900, 255, 1, '', 50664, NULL), +(@OGUID+8194, 2042, 0, 8, 1798, 1, 1, -10195.3, -3118.81, 21.7411, 0.104719, 0, 0, 0.0523357, 0.99863, 900, 255, 1, '', 52237, NULL), +(@OGUID+8195, 2043, 0, 8, 0, 1, 1, -10201.5, -3447.1, 22.3132, 5.79449, 0, 0, -0.241921, 0.970296, 900, 255, 1, '', 48632, NULL), +(@OGUID+8196, 2043, 0, 8, 0, 1, 1, -10220.8, -3086.67, 22.225, 0.750491, 0, 0, 0.366501, 0.930418, 900, 255, 1, '', 48632, NULL), +(@OGUID+8197, 2043, 0, 8, 0, 1, 1, -10271.1, -2857.08, 27.0663, 5.53269, 0, 0, -0.366501, 0.930418, 900, 255, 1, '', 49345, NULL), +(@OGUID+8198, 2043, 0, 8, 0, 1, 1, -10271.9, -2974.04, 22.9212, 4.32842, 0, 0, -0.829037, 0.559194, 900, 255, 1, '', 49345, NULL), +(@OGUID+8199, 2043, 0, 8, 0, 1, 1, -10338.1, -2849.28, 24.6491, 2.75761, 0, 0, 0.981627, 0.190812, 900, 255, 1, '', 48632, NULL), +(@OGUID+8200, 2043, 0, 8, 1519, 1, 1, -10442.5, -3509.2, 23.4964, 5.74214, 0, 0, -0.267238, 0.963631, 900, 255, 1, '', 47720, NULL), +(@OGUID+8201, 2043, 0, 8, 460, 1, 1, -10139.4, -2979.23, 22.9316, 1.81514, 0, 0, 0.788011, 0.615662, 900, 255, 1, '', 50664, NULL), +(@OGUID+8202, 2043, 0, 8, 460, 1, 1, -10188.6, -3787.47, 22.6709, 5.39307, 0, 0, -0.430511, 0.902586, 900, 255, 1, '', 50664, NULL), +(@OGUID+8203, 2043, 0, 8, 460, 1, 1, -10222.2, -3910.89, 22.8978, 2.70526, 0, 0, 0.976295, 0.216442, 900, 255, 1, '', 50664, NULL), +(@OGUID+8204, 2043, 0, 8, 460, 1, 1, -10537.3, -4171.27, 22.8462, 6.07375, 0, 0, -0.104528, 0.994522, 900, 255, 1, '', 50664, NULL), +(@OGUID+8205, 2043, 0, 8, 460, 1, 1, -10659.2, -4227.48, 23.3317, 0.715585, 0, 0, 0.350207, 0.936672, 900, 255, 1, '', 50664, NULL), +(@OGUID+8206, 2043, 0, 8, 460, 1, 1, -10667.8, -3866.48, 22.4199, 5.3058, 0, 0, -0.469471, 0.882948, 900, 255, 1, '', 50664, NULL), +(@OGUID+8207, 2043, 0, 8, 460, 1, 1, -10686, -4084.35, 22.5595, 4.38078, 0, 0, -0.814116, 0.580703, 900, 255, 1, '', 50664, NULL), +(@OGUID+8208, 2043, 0, 8, 4620, 1, 1, -10296, -4092.72, 23.3151, 0.733038, 0, 0, 0.358368, 0.93358, 900, 255, 1, '', 50250, NULL), +(@OGUID+8209, 2043, 0, 8, 0, 1, 1, -10054.7, -3291.11, 23.8859, 3.56047, 0, 0, -0.978148, 0.207912, 900, 255, 1, '', 50664, NULL), +(@OGUID+8210, 2043, 0, 8, 0, 1, 1, -10079, -3086.74, 23.2176, 3.80482, 0, 0, -0.945518, 0.325568, 900, 255, 1, '', 50664, NULL), +(@OGUID+8211, 2043, 0, 8, 0, 1, 1, -10107.4, -3413.07, 22.6165, 2.9845, 0, 0, 0.996917, 0.0784664, 900, 255, 1, '', 50664, NULL), +(@OGUID+8212, 2043, 0, 8, 0, 1, 1, -10206.6, -4192.47, 22.7902, 2.44346, 0, 0, 0.939692, 0.34202, 900, 255, 1, '', 50664, NULL), +(@OGUID+8213, 2043, 0, 8, 0, 1, 1, -10248.6, -3660.21, 22.2978, 0.645772, 0, 0, 0.317305, 0.948324, 900, 255, 1, '', 50664, NULL), +(@OGUID+8214, 2043, 0, 8, 0, 1, 1, -10251.2, -3603.33, 23.7774, 2.04204, 0, 0, 0.85264, 0.522499, 900, 255, 1, '', 50664, NULL), +(@OGUID+8215, 2043, 0, 8, 0, 1, 1, -10313.7, -3520.82, 23.9705, 2.82743, 0, 0, 0.987688, 0.156436, 900, 255, 1, '', 46158, NULL), +(@OGUID+8216, 2043, 0, 8, 0, 1, 1, -10319.2, -2683.88, 23.6573, 3.76991, 0, 0, -0.951056, 0.309017, 900, 255, 1, '', 50664, NULL), +(@OGUID+8217, 2043, 0, 8, 0, 1, 1, -10331, -2819.58, 24.9289, 4.62512, 0, 0, -0.737277, 0.675591, 900, 255, 1, '', 46158, NULL), +(@OGUID+8218, 2043, 0, 8, 0, 1, 1, -10352.3, -4014.83, 22.4297, 6.02139, 0, 0, -0.130526, 0.991445, 900, 255, 1, '', 50664, NULL), +(@OGUID+8219, 2043, 0, 8, 0, 1, 1, -10425.4, -4097.31, 24.1328, 1.39626, 0, 0, 0.642787, 0.766045, 900, 255, 1, '', 50664, NULL), +(@OGUID+8220, 2043, 0, 8, 0, 1, 1, -10523.5, -4182.17, 23.6343, 2.89725, 0, 0, 0.992546, 0.12187, 900, 255, 1, '', 50664, NULL), +(@OGUID+8221, 2043, 0, 8, 0, 1, 1, -10799.5, -3901.02, 21.7152, 3.4034, 0, 0, -0.991445, 0.130528, 900, 255, 1, '', 50664, NULL), +(@OGUID+8222, 2043, 0, 8, 0, 1, 1, -10803.2, -4056.36, 23.3321, 2.56563, 0, 0, 0.958819, 0.284016, 900, 255, 1, '', 50664, NULL), +(@OGUID+8223, 2043, 0, 8, 0, 1, 1, -10823.6, -3968.77, 22.4891, 5.39307, 0, 0, -0.430511, 0.902586, 900, 255, 1, '', 46158, NULL), +(@OGUID+8224, 2043, 0, 8, 0, 1, 1, -9919.22, -4132.79, 22.7334, 0.244346, 0, 0, 0.121869, 0.992546, 900, 255, 1, '', 47168, NULL), +(@OGUID+8225, 2043, 0, 8, 0, 1, 1, -9949.42, -3705.74, 23.3083, 4.71239, 0, 0, -0.707107, 0.707107, 900, 255, 1, '', 50664, NULL), +(@OGUID+8226, 2045, 0, 8, 460, 1, 1, -10586.3, -4423.44, -11.0613, 1.44862, 0, 0, 0.66262, 0.748956, 900, 255, 1, '', 50664, NULL), +(@OGUID+8227, 2045, 0, 8, 460, 1, 1, -10746.3, -4331.94, -9.1593, 1.0821, 0, 0, 0.515038, 0.857168, 900, 255, 1, '', 50664, NULL), +(@OGUID+8228, 2045, 0, 8, 0, 1, 1, -10011.6, -4517.98, -4.88942, 4.67748, 0, 0, -0.719339, 0.694659, 900, 255, 1, '', 50664, NULL), +(@OGUID+8229, 2045, 0, 8, 0, 1, 1, -10089.5, -4420.86, -5.49206, 2.00713, 0, 0, 0.843391, 0.5373, 900, 255, 1, '', 50664, NULL), +(@OGUID+8230, 2045, 0, 8, 0, 1, 1, -10195.8, -4421.06, -4.67942, 1.81514, 0, 0, 0.788011, 0.615662, 900, 255, 1, '', 50664, NULL), +(@OGUID+8231, 2045, 0, 8, 0, 1, 1, -10226.6, -4593.39, -26.424, 5.98648, 0, 0, -0.147809, 0.989016, 900, 255, 1, '', 50664, NULL), +(@OGUID+8232, 2045, 0, 8, 0, 1, 1, -10311, -4486.28, -17.337, 3.89209, 0, 0, -0.930417, 0.366502, 900, 255, 1, '', 50664, NULL), +(@OGUID+8233, 2045, 0, 8, 0, 1, 1, -10431.6, -4628.64, -44.0152, 1.72787, 0, 0, 0.760406, 0.649449, 900, 255, 1, '', 50664, NULL), +(@OGUID+8234, 2045, 0, 8, 0, 1, 1, -10510.6, -4471.76, -19.2922, 4.10153, 0, 0, -0.887011, 0.461749, 900, 255, 1, '', 50664, NULL), +(@OGUID+8235, 2045, 0, 8, 0, 1, 1, -10662.2, -4414.67, -16.6424, 2.42601, 0, 0, 0.936672, 0.350207, 900, 255, 1, '', 50664, NULL), +(@OGUID+8236, 2045, 0, 8, 0, 1, 1, -10684.6, -4643.23, -47.1617, 5.61996, 0, 0, -0.325567, 0.945519, 900, 255, 1, '', 50664, NULL), +(@OGUID+8237, 2045, 0, 8, 0, 1, 1, -10712.4, -4542.03, -23.088, 6.19592, 0, 0, -0.0436192, 0.999048, 900, 255, 1, '', 50664, NULL), +(@OGUID+8238, 2045, 0, 8, 0, 1, 1, -10722.6, -4459.21, -19.5709, 2.42601, 0, 0, 0.936672, 0.350207, 900, 255, 1, '', 50664, NULL), +(@OGUID+8239, 2045, 0, 8, 0, 1, 1, -10836.6, -4267.68, -8.00184, 1.06465, 0, 0, 0.507538, 0.861629, 900, 255, 1, '', 50664, NULL), +(@OGUID+8240, 2045, 0, 8, 0, 1, 1, -10940.6, -4612.59, -46.1117, 3.82227, 0, 0, -0.942641, 0.333808, 900, 255, 1, '', 50664, NULL), +(@OGUID+8241, 2045, 0, 8, 0, 1, 1, -10956.3, -4323.36, -33.1077, 0.575957, 0, 0, 0.284015, 0.95882, 900, 255, 1, '', 50664, NULL), +(@OGUID+8242, 2045, 0, 8, 0, 1, 1, -11049.1, -4510.73, -44.486, 0.0523589, 0, 0, 0.0261765, 0.999657, 900, 255, 1, '', 50664, NULL), +(@OGUID+8243, 2045, 0, 8, 0, 1, 1, -11085.3, -4406.48, -39.3186, 1.11701, 0, 0, 0.529919, 0.848048, 900, 255, 1, '', 50664, NULL), +(@OGUID+8244, 2045, 0, 8, 0, 1, 1, -11114, -4229.84, -2.73586, 4.29351, 0, 0, -0.83867, 0.54464, 900, 255, 1, '', 50664, NULL), +(@OGUID+8245, 2045, 0, 8, 0, 1, 1, -11125.1, -4076.05, -7.1008, 5.51524, 0, 0, -0.374606, 0.927184, 900, 255, 1, '', 50664, NULL), +(@OGUID+8246, 2045, 0, 8, 0, 1, 1, -11179.3, -4293.66, -20.9732, 0.296705, 0, 0, 0.147809, 0.989016, 900, 255, 1, '', 50664, NULL), +(@OGUID+8247, 2045, 0, 8, 0, 1, 1, -11194.1, -4416.17, -39.1924, 0.506145, 0, 0, 0.25038, 0.968148, 900, 255, 1, '', 50664, NULL), +(@OGUID+8248, 2045, 0, 8, 0, 1, 1, -11198.5, -4008.91, -20.6787, 1.74533, 0, 0, 0.766044, 0.642789, 900, 255, 1, '', 50664, NULL), +(@OGUID+8249, 2045, 0, 8, 0, 1, 1, -11200.6, -4122.42, -20.9408, 5.044, 0, 0, -0.580703, 0.814116, 900, 255, 1, '', 50664, NULL), +(@OGUID+8250, 2045, 0, 8, 0, 1, 1, -11239.5, -3926.41, -24.8985, 4.72984, 0, 0, -0.700909, 0.713251, 900, 255, 1, '', 50664, NULL), +(@OGUID+8251, 2045, 0, 8, 0, 1, 1, -11285.7, -4225.59, -45.5267, 1.78023, 0, 0, 0.777145, 0.629321, 900, 255, 1, '', 50664, NULL), +(@OGUID+8252, 2045, 0, 8, 0, 1, 1, -11322.8, -4077.47, -36.8589, 3.64774, 0, 0, -0.968147, 0.250381, 900, 255, 1, '', 50664, NULL), +(@OGUID+8253, 2045, 0, 8, 0, 1, 1, -9447.98, -4127.19, -96.2762, 5.96903, 0, 0, -0.156434, 0.987688, 900, 255, 1, '', 50664, NULL), +(@OGUID+8254, 2045, 0, 8, 0, 1, 1, -9575.48, -4044.59, -9.76261, 2.86234, 0, 0, 0.990268, 0.139175, 900, 255, 1, '', 50664, NULL), +(@OGUID+8255, 2045, 0, 8, 0, 1, 1, -9583.46, -4202.53, -10.7718, 5.28835, 0, 0, -0.477159, 0.878817, 900, 255, 1, '', 50664, NULL), +(@OGUID+8256, 2045, 0, 8, 0, 1, 1, -9589.92, -4340.02, -4.98605, 2.05949, 0, 0, 0.857167, 0.515038, 900, 255, 1, '', 50664, NULL), +(@OGUID+8257, 2045, 0, 8, 0, 1, 1, -9596.64, -4473.16, -16.9884, 0.366518, 0, 0, 0.182235, 0.983255, 900, 255, 1, '', 50664, NULL), +(@OGUID+8258, 2045, 0, 8, 0, 1, 1, -9634.79, -3966.4, -2.27751, 4.93928, 0, 0, -0.622514, 0.782609, 900, 255, 1, '', 50664, NULL), +(@OGUID+8259, 2045, 0, 8, 0, 1, 1, -9686.44, -4357.55, -38.4759, 4.15388, 0, 0, -0.874619, 0.48481, 900, 255, 1, '', 50664, NULL), +(@OGUID+8260, 2045, 0, 8, 0, 1, 1, -9733.97, -4067, -2.97784, 0.191985, 0, 0, 0.0958452, 0.995396, 900, 255, 1, '', 50664, NULL), +(@OGUID+8261, 2045, 0, 8, 0, 1, 1, -9777.1, -4432.13, -1.53996, 5.46288, 0, 0, -0.398748, 0.91706, 900, 255, 1, '', 50664, NULL), +(@OGUID+8262, 2045, 0, 8, 0, 1, 1, -9880.06, -4318.42, -5.49062, 1.32645, 0, 0, 0.615661, 0.788011, 900, 255, 1, '', 50664, NULL), +(@OGUID+8263, 2045, 0, 8, 2403, 1, 1, -10892, -4547.98, -45.3168, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 47168, NULL), +(@OGUID+8264, 2045, 0, 8, 2403, 1, 1, -11460.9, -3944.12, -44.5504, 4.39823, 0, 0, -0.809016, 0.587786, 900, 255, 1, '', 47168, NULL), +(@OGUID+8265, 2045, 0, 8, 2403, 1, 1, -9867.43, -4365.9, -7.51678, 6.05629, 0, 0, -0.113203, 0.993572, 900, 255, 1, '', 53622, NULL), +(@OGUID+8266, 2045, 0, 8, 2403, 1, 1, -9913.96, -4649.06, -44.457, 2.23402, 0, 0, 0.898793, 0.438373, 900, 255, 1, '', 47168, NULL), +(@OGUID+8267, 2045, 0, 8, 300, 1, 1, -10164.5, -4482.67, -8.31791, 2.00713, 0, 0, 0.843391, 0.5373, 900, 255, 1, '', 53622, NULL), +(@OGUID+8268, 2045, 0, 8, 300, 1, 1, -10222.7, -4435.52, -3.69769, 1.97222, 0, 0, 0.833885, 0.551938, 900, 255, 1, '', 53622, NULL), +(@OGUID+8269, 2045, 0, 8, 300, 1, 1, -10407, -4484.25, -16.6857, 0.104719, 0, 0, 0.0523357, 0.99863, 900, 255, 1, '', 47168, NULL), +(@OGUID+8270, 2046, 0, 8, 0, 1, 1, -10059.7, -2787.6, 32.0309, 2.02458, 0, 0, 0.848047, 0.529921, 900, 255, 1, '', 50664, NULL), +(@OGUID+8271, 2046, 0, 8, 0, 1, 1, -10315.6, -2560.88, 32.842, 4.66003, 0, 0, -0.725374, 0.688355, 900, 255, 1, '', 50063, NULL), +(@OGUID+8272, 2046, 0, 8, 0, 1, 1, -10325.4, -2475.95, 39.1077, 5.34071, 0, 0, -0.45399, 0.891007, 900, 255, 1, '', 48632, NULL), +(@OGUID+8273, 2046, 0, 8, 0, 1, 1, -10479.7, -2497.4, 33.4731, 3.14159, 0, 0, -1, 0, 900, 255, 1, '', 48632, NULL), +(@OGUID+8274, 2046, 0, 8, 0, 1, 1, -10486.1, -2718.95, 31.199, 1.8675, 0, 0, 0.803857, 0.594823, 900, 255, 1, '', 50664, NULL), +(@OGUID+8275, 2046, 0, 8, 0, 1, 1, -10560.3, -2459.79, 28.5932, 1.76278, 0, 0, 0.771625, 0.636078, 900, 255, 1, '', 48019, NULL), +(@OGUID+8276, 2046, 0, 8, 0, 1, 1, -10588, -2737.17, 34.8652, 2.26893, 0, 0, 0.906307, 0.422619, 900, 255, 1, '', 50375, NULL), +(@OGUID+8277, 2046, 0, 8, 0, 1, 1, -10591.3, -2884.23, 35.5221, 3.194, 0, 0, -0.999657, 0.0262016, 900, 255, 1, '', 48632, NULL), +(@OGUID+8278, 2046, 0, 8, 0, 1, 1, -10610.6, -2603.26, 33.9116, 4.11898, 0, 0, -0.882947, 0.469473, 900, 255, 1, '', 49345, NULL), +(@OGUID+8279, 2046, 0, 8, 0, 1, 1, -10613.8, -2827.23, 35.4732, 5.41052, 0, 0, -0.422618, 0.906308, 900, 255, 1, '', 49345, NULL), +(@OGUID+8280, 2046, 0, 8, 0, 1, 1, -10628.8, -2456.41, 40.9222, 2.82743, 0, 0, 0.987688, 0.156436, 900, 255, 1, '', 49345, NULL), +(@OGUID+8281, 2046, 0, 8, 1, 1, 1, -10590.3, -2733.19, 34.7039, 5.74214, 0, 0, -0.267238, 0.963631, 900, 255, 1, '', 49345, NULL), +(@OGUID+8282, 2046, 0, 8, 1637, 1, 1, -10571.5, -3451.2, 34.1387, 5.14872, 0, 0, -0.537299, 0.843392, 900, 255, 1, '', 50664, NULL), +(@OGUID+8283, 2046, 0, 8, 460, 1, 1, -10264.7, -2575.17, 40.6938, 4.45059, 0, 0, -0.793353, 0.608762, 900, 255, 1, '', 50664, NULL), +(@OGUID+8284, 2046, 0, 8, 460, 1, 1, -10614.5, -3506.71, 32.3897, 6.23083, 0, 0, -0.0261765, 0.999657, 900, 255, 1, '', 50664, NULL), +(@OGUID+8285, 2046, 0, 8, 460, 1, 1, -10798.5, -3760.03, 26.6011, 4.36332, 0, 0, -0.819152, 0.573577, 900, 255, 1, '', 50664, NULL), +(@OGUID+8286, 2046, 0, 8, 460, 1, 1, -10981.4, -3892.65, 42.7011, 0.575957, 0, 0, 0.284015, 0.95882, 900, 255, 1, '', 50664, NULL), +(@OGUID+8287, 2046, 0, 8, 0, 1, 1, -10051.3, -2466.44, 34.7395, 3.61284, 0, 0, -0.972369, 0.233448, 900, 255, 1, '', 50664, NULL), +(@OGUID+8288, 2046, 0, 8, 0, 1, 1, -10056.1, -3181.05, 30.9256, 1.51844, 0, 0, 0.688354, 0.725374, 900, 255, 1, '', 50664, NULL), +(@OGUID+8289, 2046, 0, 8, 0, 1, 1, -10056.8, -2434.46, 32.7377, 5.51524, 0, 0, -0.374606, 0.927184, 900, 255, 1, '', 50664, NULL), +(@OGUID+8290, 2046, 0, 8, 0, 1, 1, -10101.6, -2908.98, 38.0422, 4.55531, 0, 0, -0.760406, 0.649449, 900, 255, 1, '', 50664, NULL), +(@OGUID+8291, 2046, 0, 8, 0, 1, 1, -10110.6, -2597.32, 35.4508, 2.54818, 0, 0, 0.956305, 0.292372, 900, 255, 1, '', 50664, NULL), +(@OGUID+8292, 2046, 0, 8, 0, 1, 1, -10201.9, -2711.19, 29.335, 1.3439, 0, 0, 0.622514, 0.782609, 900, 255, 1, '', 50664, NULL), +(@OGUID+8293, 2046, 0, 8, 0, 1, 1, -10237.9, -2486.51, 38.0978, 1.39626, 0, 0, 0.642787, 0.766045, 900, 255, 1, '', 50664, NULL), +(@OGUID+8294, 2046, 0, 8, 0, 1, 1, -10650, -3612.02, 40.9606, 5.00909, 0, 0, -0.594823, 0.803857, 900, 255, 1, '', 50664, NULL), +(@OGUID+8295, 2046, 0, 8, 0, 1, 1, -10700.6, -3674.6, 33.9176, 0.0174525, 0, 0, 0.00872612, 0.999962, 900, 255, 1, '', 50664, NULL), +(@OGUID+8296, 2046, 0, 8, 0, 1, 1, -10896.3, -3767.41, 57.8128, 3.35105, 0, 0, -0.994521, 0.104536, 900, 255, 1, '', 50664, NULL), +(@OGUID+8297, 2046, 0, 8, 0, 1, 1, -10911, -3819.2, 34.7746, 3.21142, 0, 0, -0.999391, 0.0349061, 900, 255, 1, '', 50664, NULL), +(@OGUID+8298, 2046, 0, 8, 0, 1, 1, -11078.3, -3877.68, 19.3495, 3.4383, 0, 0, -0.989016, 0.147811, 900, 255, 1, '', 50664, NULL), +(@OGUID+8299, 2046, 0, 8, 0, 1, 1, -11117, -3791.12, 34.1568, 1.85005, 0, 0, 0.798635, 0.601815, 900, 255, 1, '', 50664, NULL), +(@OGUID+8300, 2046, 0, 8, 0, 1, 1, -9818.33, -3718.11, 34.2834, 3.29869, 0, 0, -0.996917, 0.0784664, 900, 255, 1, '', 53622, NULL), +(@OGUID+8301, 2046, 0, 8, 0, 1, 1, -9973.39, -3540.01, 28.4973, 5.25344, 0, 0, -0.492423, 0.870356, 900, 255, 1, '', 50664, NULL), +(@OGUID+8302, 2046, 0, 8, 300, 1, 1, -11003.9, -3980.39, 40.4577, 1.74533, 0, 0, 0.766044, 0.642789, 900, 255, 1, '', 53622, NULL), +(@OGUID+8303, 1735, 0, 8, 0, 1, 1, -10986, -3968.31, 34.5542, 4.27606, 0, 0, -0.843391, 0.5373, 900, 255, 1, '', 50664, NULL), +(@OGUID+8304, 1735, 0, 8, 460, 1, 1, -10971.8, -3868.81, 45.3794, 3.05433, 0, 0, 0.999048, 0.0436193, 900, 255, 1, '', 50664, NULL), +(@OGUID+8305, 1735, 0, 8, 0, 1, 1, -10964.4, -3679.77, 8.75931, 4.83456, 0, 0, -0.66262, 0.748956, 900, 255, 1, '', 50664, NULL), +(@OGUID+8306, 1735, 0, 8, 0, 1, 1, -10941.2, -3749.18, 23.9074, 2.26893, 0, 0, 0.906307, 0.422619, 900, 255, 1, '', 50664, NULL), +(@OGUID+8307, 1735, 0, 8, 0, 1, 1, -10870.5, -3803.84, 33.2267, 4.43314, 0, 0, -0.798635, 0.601815, 900, 255, 1, '', 50664, NULL), +(@OGUID+8308, 1735, 0, 8, 1637, 1, 1, -10850.2, -3632.54, 14.7196, 2.82743, 0, 0, 0.987688, 0.156436, 900, 255, 1, '', 50664, NULL), +(@OGUID+8309, 1735, 0, 8, 460, 1, 1, -10826.7, -3748.71, 24.2799, 3.75246, 0, 0, -0.953716, 0.300708, 900, 255, 1, '', 50664, NULL), +(@OGUID+8310, 1735, 0, 8, 0, 1, 1, -10741.7, -3701.58, 31.7551, 1.48353, 0, 0, 0.67559, 0.737278, 900, 255, 1, '', 45772, NULL), +(@OGUID+8311, 1735, 0, 8, 0, 1, 1, -10679.8, -2521.83, 30.6933, 0.925024, 0, 0, 0.446198, 0.894935, 900, 255, 1, '', 48632, NULL), +(@OGUID+8312, 1735, 0, 8, 0, 1, 1, -10629.5, -2461.66, 38.145, 1.6057, 0, 0, 0.719339, 0.694659, 900, 255, 1, '', 48632, NULL), +(@OGUID+8313, 1735, 0, 8, 460, 1, 1, -10628.5, -2767.37, 50.1937, 1.0472, 0, 0, 0.5, 0.866025, 900, 255, 1, '', 50664, NULL), +(@OGUID+8314, 1735, 0, 8, 0, 1, 1, -10620.5, -3549.61, 36.4316, 1.58825, 0, 0, 0.71325, 0.70091, 900, 255, 1, '', 46158, NULL), +(@OGUID+8315, 1735, 0, 8, 0, 1, 1, -10618.9, -2629.92, 52.7337, 0.087266, 0, 0, 0.0436192, 0.999048, 900, 255, 1, '', 49345, NULL), +(@OGUID+8316, 1735, 0, 8, 0, 1, 1, -10617.8, -2858.78, 43.9617, 0.191985, 0, 0, 0.0958452, 0.995396, 900, 255, 1, '', 52237, NULL), +(@OGUID+8317, 1735, 0, 8, 0, 1, 1, -10586.1, -2915.29, 36.383, 2.72271, 0, 0, 0.978148, 0.207912, 900, 255, 1, '', 47168, NULL), +(@OGUID+8318, 1735, 0, 8, 0, 1, 1, -10514.8, -2467.04, 40.9475, 4.20625, 0, 0, -0.861629, 0.507539, 900, 255, 1, '', 48019, NULL), +(@OGUID+8319, 1735, 0, 8, 0, 1, 1, -10505.2, -2628.19, 26.3761, 1.27409, 0, 0, 0.594822, 0.803857, 900, 255, 1, '', 50664, NULL), +(@OGUID+8320, 1735, 0, 8, 0, 1, 1, -10500.4, -2716.17, 31.9642, 0.645772, 0, 0, 0.317305, 0.948324, 900, 255, 1, '', 48019, NULL), +(@OGUID+8321, 1735, 0, 8, 0, 1, 1, -10403.8, -2357.67, 86.7584, 5.32326, 0, 0, -0.461748, 0.887011, 900, 255, 1, '', 48503, NULL), +(@OGUID+8322, 1735, 0, 8, 460, 1, 1, -10285.2, -2883.34, 27.7251, 4.43314, 0, 0, -0.798635, 0.601815, 900, 255, 1, '', 50664, NULL), +(@OGUID+8323, 1735, 0, 8, 1780, 1, 1, -10272, -2583.96, 39.4227, 1.78023, 0, 0, 0.777145, 0.629321, 900, 255, 1, '', 45613, NULL), +(@OGUID+8324, 1735, 0, 8, 0, 1, 1, -10178.6, -2644.38, 37.9923, 4.85202, 0, 0, -0.656058, 0.75471, 900, 255, 1, '', 50664, NULL), +(@OGUID+8325, 1735, 0, 8, 75, 1, 1, -10158.9, -2762.31, 28.9108, 0.139624, 0, 0, 0.0697556, 0.997564, 900, 255, 1, '', 52237, NULL), +(@OGUID+8326, 1735, 0, 8, 0, 1, 1, -10146.2, -2564.31, 29.1208, 0.349065, 0, 0, 0.173648, 0.984808, 900, 255, 1, '', 50664, NULL), +(@OGUID+8327, 1735, 0, 8, 0, 1, 1, -10091.5, -2350.08, 27.358, 3.21142, 0, 0, -0.999391, 0.0349061, 900, 255, 1, '', 50664, NULL), +(@OGUID+8328, 1735, 0, 8, 460, 1, 1, -10055.2, -3113.76, 32.0439, 5.06146, 0, 0, -0.573576, 0.819152, 900, 255, 1, '', 50664, NULL), +(@OGUID+8329, 1735, 0, 8, 0, 1, 1, -10038.5, -3414.23, 28.1607, 3.31614, 0, 0, -0.996194, 0.087165, 900, 255, 1, '', 50664, NULL), +(@OGUID+8330, 1735, 0, 8, 0, 1, 1, -9725.86, -3878.2, 27.4351, 1.309, 0, 0, 0.608761, 0.793354, 900, 255, 1, '', 50664, NULL), +(@OGUID+8331, 1734, 0, 8, 0, 1, 1, -10986, -3968.31, 34.5542, 4.27606, 0, 0, -0.843391, 0.5373, 900, 255, 1, '', 50664, NULL), +(@OGUID+8332, 1734, 0, 8, 460, 1, 1, -10971.8, -3868.81, 45.3794, 3.05433, 0, 0, 0.999048, 0.0436193, 900, 255, 1, '', 50664, NULL), +(@OGUID+8333, 1734, 0, 8, 0, 1, 1, -10964.4, -3679.77, 8.75931, 4.83456, 0, 0, -0.66262, 0.748956, 900, 255, 1, '', 50664, NULL), +(@OGUID+8334, 1734, 0, 8, 0, 1, 1, -10941.2, -3749.18, 23.9074, 2.26893, 0, 0, 0.906307, 0.422619, 900, 255, 1, '', 50664, NULL), +(@OGUID+8335, 1734, 0, 8, 0, 1, 1, -10870.5, -3803.84, 33.2267, 4.43314, 0, 0, -0.798635, 0.601815, 900, 255, 1, '', 50664, NULL), +(@OGUID+8336, 1734, 0, 8, 1637, 1, 1, -10850.2, -3632.54, 14.7196, 2.82743, 0, 0, 0.987688, 0.156436, 900, 255, 1, '', 50664, NULL), +(@OGUID+8337, 1734, 0, 8, 460, 1, 1, -10826.7, -3748.71, 24.2799, 3.75246, 0, 0, -0.953716, 0.300708, 900, 255, 1, '', 50664, NULL), +(@OGUID+8338, 1734, 0, 8, 0, 1, 1, -10741.7, -3701.58, 31.7551, 1.48353, 0, 0, 0.67559, 0.737278, 900, 255, 1, '', 45772, NULL), +(@OGUID+8339, 1734, 0, 8, 0, 1, 1, -10679.8, -2521.83, 30.6933, 0.925024, 0, 0, 0.446198, 0.894935, 900, 255, 1, '', 48632, NULL), +(@OGUID+8340, 1734, 0, 8, 0, 1, 1, -10629.5, -2461.66, 38.145, 1.6057, 0, 0, 0.719339, 0.694659, 900, 255, 1, '', 48632, NULL), +(@OGUID+8341, 1734, 0, 8, 460, 1, 1, -10628.5, -2767.37, 50.1937, 1.0472, 0, 0, 0.5, 0.866025, 900, 255, 1, '', 50664, NULL), +(@OGUID+8342, 1734, 0, 8, 0, 1, 1, -10620.5, -3549.61, 36.4316, 1.58825, 0, 0, 0.71325, 0.70091, 900, 255, 1, '', 46158, NULL), +(@OGUID+8343, 1734, 0, 8, 0, 1, 1, -10618.9, -2629.92, 52.7337, 0.087266, 0, 0, 0.0436192, 0.999048, 900, 255, 1, '', 49345, NULL), +(@OGUID+8344, 1734, 0, 8, 0, 1, 1, -10617.8, -2858.78, 43.9617, 0.191985, 0, 0, 0.0958452, 0.995396, 900, 255, 1, '', 52237, NULL), +(@OGUID+8345, 1734, 0, 8, 0, 1, 1, -10586.1, -2915.29, 36.383, 2.72271, 0, 0, 0.978148, 0.207912, 900, 255, 1, '', 47168, NULL), +(@OGUID+8346, 1734, 0, 8, 0, 1, 1, -10514.8, -2467.04, 40.9475, 4.20625, 0, 0, -0.861629, 0.507539, 900, 255, 1, '', 48019, NULL), +(@OGUID+8347, 1734, 0, 8, 0, 1, 1, -10505.2, -2628.19, 26.3761, 1.27409, 0, 0, 0.594822, 0.803857, 900, 255, 1, '', 50664, NULL), +(@OGUID+8348, 1734, 0, 8, 0, 1, 1, -10500.4, -2716.17, 31.9642, 0.645772, 0, 0, 0.317305, 0.948324, 900, 255, 1, '', 48019, NULL), +(@OGUID+8349, 1734, 0, 8, 0, 1, 1, -10403.8, -2357.67, 86.7584, 5.32326, 0, 0, -0.461748, 0.887011, 900, 255, 1, '', 48503, NULL), +(@OGUID+8350, 1734, 0, 8, 460, 1, 1, -10285.2, -2883.34, 27.7251, 4.43314, 0, 0, -0.798635, 0.601815, 900, 255, 1, '', 50664, NULL), +(@OGUID+8351, 1734, 0, 8, 1780, 1, 1, -10272, -2583.96, 39.4227, 1.78023, 0, 0, 0.777145, 0.629321, 900, 255, 1, '', 45613, NULL), +(@OGUID+8352, 1734, 0, 8, 0, 1, 1, -10178.6, -2644.38, 37.9923, 4.85202, 0, 0, -0.656058, 0.75471, 900, 255, 1, '', 50664, NULL), +(@OGUID+8353, 1734, 0, 8, 75, 1, 1, -10158.9, -2762.31, 28.9108, 0.139624, 0, 0, 0.0697556, 0.997564, 900, 255, 1, '', 52237, NULL), +(@OGUID+8354, 1734, 0, 8, 0, 1, 1, -10146.2, -2564.31, 29.1208, 0.349065, 0, 0, 0.173648, 0.984808, 900, 255, 1, '', 50664, NULL), +(@OGUID+8355, 1734, 0, 8, 0, 1, 1, -10091.5, -2350.08, 27.358, 3.21142, 0, 0, -0.999391, 0.0349061, 900, 255, 1, '', 50664, NULL), +(@OGUID+8356, 1734, 0, 8, 460, 1, 1, -10055.2, -3113.76, 32.0439, 5.06146, 0, 0, -0.573576, 0.819152, 900, 255, 1, '', 50664, NULL), +(@OGUID+8357, 1734, 0, 8, 0, 1, 1, -10038.5, -3414.23, 28.1607, 3.31614, 0, 0, -0.996194, 0.087165, 900, 255, 1, '', 50664, NULL), +(@OGUID+8358, 1734, 0, 8, 0, 1, 1, -9725.86, -3878.2, 27.4351, 1.309, 0, 0, 0.608761, 0.793354, 900, 255, 1, '', 50664, NULL), +(@OGUID+8359, 1733, 0, 8, 0, 1, 1, -10986, -3968.31, 34.5542, 4.27606, 0, 0, -0.843391, 0.5373, 900, 255, 1, '', 50664, NULL), +(@OGUID+8360, 1733, 0, 8, 460, 1, 1, -10971.8, -3868.81, 45.3794, 3.05433, 0, 0, 0.999048, 0.0436193, 900, 255, 1, '', 50664, NULL), +(@OGUID+8361, 1733, 0, 8, 0, 1, 1, -10964.4, -3679.77, 8.75931, 4.83456, 0, 0, -0.66262, 0.748956, 900, 255, 1, '', 50664, NULL), +(@OGUID+8362, 1733, 0, 8, 0, 1, 1, -10941.2, -3749.18, 23.9074, 2.26893, 0, 0, 0.906307, 0.422619, 900, 255, 1, '', 50664, NULL), +(@OGUID+8363, 1733, 0, 8, 0, 1, 1, -10870.5, -3803.84, 33.2267, 4.43314, 0, 0, -0.798635, 0.601815, 900, 255, 1, '', 50664, NULL), +(@OGUID+8364, 1733, 0, 8, 1637, 1, 1, -10850.2, -3632.54, 14.7196, 2.82743, 0, 0, 0.987688, 0.156436, 900, 255, 1, '', 50664, NULL), +(@OGUID+8365, 1733, 0, 8, 460, 1, 1, -10826.7, -3748.71, 24.2799, 3.75246, 0, 0, -0.953716, 0.300708, 900, 255, 1, '', 50664, NULL), +(@OGUID+8366, 1733, 0, 8, 0, 1, 1, -10741.7, -3701.58, 31.7551, 1.48353, 0, 0, 0.67559, 0.737278, 900, 255, 1, '', 45772, NULL), +(@OGUID+8367, 1733, 0, 8, 0, 1, 1, -10679.8, -2521.83, 30.6933, 0.925024, 0, 0, 0.446198, 0.894935, 900, 255, 1, '', 48632, NULL), +(@OGUID+8368, 1733, 0, 8, 0, 1, 1, -10629.5, -2461.66, 38.145, 1.6057, 0, 0, 0.719339, 0.694659, 900, 255, 1, '', 48632, NULL), +(@OGUID+8369, 1733, 0, 8, 460, 1, 1, -10628.5, -2767.37, 50.1937, 1.0472, 0, 0, 0.5, 0.866025, 900, 255, 1, '', 50664, NULL), +(@OGUID+8370, 1733, 0, 8, 0, 1, 1, -10620.5, -3549.61, 36.4316, 1.58825, 0, 0, 0.71325, 0.70091, 900, 255, 1, '', 46158, NULL), +(@OGUID+8371, 1733, 0, 8, 0, 1, 1, -10618.9, -2629.92, 52.7337, 0.087266, 0, 0, 0.0436192, 0.999048, 900, 255, 1, '', 49345, NULL), +(@OGUID+8372, 1733, 0, 8, 0, 1, 1, -10617.8, -2858.78, 43.9617, 0.191985, 0, 0, 0.0958452, 0.995396, 900, 255, 1, '', 52237, NULL), +(@OGUID+8373, 1733, 0, 8, 0, 1, 1, -10586.1, -2915.29, 36.383, 2.72271, 0, 0, 0.978148, 0.207912, 900, 255, 1, '', 47168, NULL), +(@OGUID+8374, 1733, 0, 8, 0, 1, 1, -10514.8, -2467.04, 40.9475, 4.20625, 0, 0, -0.861629, 0.507539, 900, 255, 1, '', 48019, NULL), +(@OGUID+8375, 1733, 0, 8, 0, 1, 1, -10505.2, -2628.19, 26.3761, 1.27409, 0, 0, 0.594822, 0.803857, 900, 255, 1, '', 50664, NULL), +(@OGUID+8376, 1733, 0, 8, 0, 1, 1, -10500.4, -2716.17, 31.9642, 0.645772, 0, 0, 0.317305, 0.948324, 900, 255, 1, '', 48019, NULL), +(@OGUID+8377, 1733, 0, 8, 0, 1, 1, -10403.8, -2357.67, 86.7584, 5.32326, 0, 0, -0.461748, 0.887011, 900, 255, 1, '', 48503, NULL), +(@OGUID+8378, 1733, 0, 8, 460, 1, 1, -10285.2, -2883.34, 27.7251, 4.43314, 0, 0, -0.798635, 0.601815, 900, 255, 1, '', 50664, NULL), +(@OGUID+8379, 1733, 0, 8, 1780, 1, 1, -10272, -2583.96, 39.4227, 1.78023, 0, 0, 0.777145, 0.629321, 900, 255, 1, '', 45613, NULL), +(@OGUID+8380, 1733, 0, 8, 0, 1, 1, -10178.6, -2644.38, 37.9923, 4.85202, 0, 0, -0.656058, 0.75471, 900, 255, 1, '', 50664, NULL), +(@OGUID+8381, 1733, 0, 8, 75, 1, 1, -10158.9, -2762.31, 28.9108, 0.139624, 0, 0, 0.0697556, 0.997564, 900, 255, 1, '', 52237, NULL), +(@OGUID+8382, 1733, 0, 8, 0, 1, 1, -10146.2, -2564.31, 29.1208, 0.349065, 0, 0, 0.173648, 0.984808, 900, 255, 1, '', 50664, NULL), +(@OGUID+8383, 1733, 0, 8, 0, 1, 1, -10091.5, -2350.08, 27.358, 3.21142, 0, 0, -0.999391, 0.0349061, 900, 255, 1, '', 50664, NULL), +(@OGUID+8384, 1733, 0, 8, 460, 1, 1, -10055.2, -3113.76, 32.0439, 5.06146, 0, 0, -0.573576, 0.819152, 900, 255, 1, '', 50664, NULL), +(@OGUID+8385, 1733, 0, 8, 0, 1, 1, -10038.5, -3414.23, 28.1607, 3.31614, 0, 0, -0.996194, 0.087165, 900, 255, 1, '', 50664, NULL), +(@OGUID+8386, 1733, 0, 8, 0, 1, 1, -9725.86, -3878.2, 27.4351, 1.309, 0, 0, 0.608761, 0.793354, 900, 255, 1, '', 50664, NULL), +(@OGUID+8387, 2040, 0, 8, 0, 1, 1, -11014.2, -3703.78, 20.7102, 4.95674, 0, 0, -0.615661, 0.788011, 900, 255, 1, '', 50664, NULL), +(@OGUID+8388, 2040, 0, 8, 0, 1, 1, -10992.9, -3674.35, 25.4381, 3.61284, 0, 0, -0.972369, 0.233448, 900, 255, 1, '', 50664, NULL), +(@OGUID+8389, 2040, 0, 8, 0, 1, 1, -10950.3, -3693.78, 26.4363, 4.20625, 0, 0, -0.861629, 0.507539, 900, 255, 1, '', 50664, NULL), +(@OGUID+8390, 2040, 0, 8, 0, 1, 1, -10913.6, -3648.29, 9.39929, 4.69494, 0, 0, -0.71325, 0.70091, 900, 255, 1, '', 50664, NULL), +(@OGUID+8391, 2040, 0, 8, 0, 1, 1, -10913.6, -3648.29, 9.39929, 4.69494, 0, 0, -0.71325, 0.70091, 900, 255, 1, '', 50664, NULL), +(@OGUID+8392, 2040, 0, 8, 1637, 1, 1, -10890, -3619.06, 15.7217, 5.8294, 0, 0, -0.224951, 0.97437, 900, 255, 1, '', 50664, NULL), +(@OGUID+8393, 2040, 0, 8, 0, 1, 1, -10876.7, -3720.67, 23.5593, 0.628317, 0, 0, 0.309016, 0.951057, 900, 255, 1, '', 50664, NULL), +(@OGUID+8394, 2040, 0, 8, 0, 1, 1, -10831.1, -3691.35, 23.2697, 3.83973, 0, 0, -0.939692, 0.34202, 900, 255, 1, '', 50664, NULL), +(@OGUID+8395, 2040, 0, 8, 74, 1, 1, -10500.5, -3711.9, -14.2691, 1.23918, 0, 0, 0.580703, 0.814116, 900, 255, 1, '', 52237, NULL), +(@OGUID+8396, 2040, 0, 8, 0, 1, 1, -10375.5, -3730.17, -14.7175, 3.94445, 0, 0, -0.920505, 0.390732, 900, 255, 1, '', 50664, NULL), +(@OGUID+8397, 2040, 0, 8, 0, 1, 1, -10307.9, -3859.91, -15.8641, 0.663223, 0, 0, 0.325567, 0.945519, 900, 255, 1, '', 52237, NULL), +(@OGUID+8398, 2040, 0, 8, 0, 1, 1, -10165.5, -2706.52, 38.9822, 3.10665, 0, 0, 0.999847, 0.0174693, 900, 255, 1, '', 45613, NULL), +(@OGUID+8399, 2040, 0, 8, 0, 1, 1, -10068.9, -3040.34, 33.9087, 2.28638, 0, 0, 0.909961, 0.414694, 900, 255, 1, '', 50664, NULL), +(@OGUID+8400, 2040, 0, 8, 0, 1, 1, -10056.8, -2949.12, 40.8129, 1.48353, 0, 0, 0.67559, 0.737278, 900, 255, 1, '', 50664, NULL), +(@OGUID+8401, 2040, 0, 8, 0, 1, 1, -10038.9, -3207.03, 33.9572, 2.74016, 0, 0, 0.979924, 0.19937, 900, 255, 1, '', 50664, NULL), +(@OGUID+8402, 2040, 0, 8, 0, 1, 1, -10028.4, -3339.57, 39.6986, 5.46288, 0, 0, -0.398748, 0.91706, 900, 255, 1, '', 50664, NULL), +(@OGUID+8403, 2040, 0, 8, 0, 1, 1, -9771.24, -3734.66, 28.7368, 0.174532, 0, 0, 0.0871553, 0.996195, 900, 255, 1, '', 50664, NULL), +(@OGUID+8404, 1734, 0, 8, 0, 1, 1, -11014.2, -3703.78, 20.7102, 4.95674, 0, 0, -0.615661, 0.788011, 900, 255, 1, '', 50664, NULL), +(@OGUID+8405, 1734, 0, 8, 0, 1, 1, -10992.9, -3674.35, 25.4381, 3.61284, 0, 0, -0.972369, 0.233448, 900, 255, 1, '', 50664, NULL), +(@OGUID+8406, 1734, 0, 8, 0, 1, 1, -10950.3, -3693.78, 26.4363, 4.20625, 0, 0, -0.861629, 0.507539, 900, 255, 1, '', 50664, NULL), +(@OGUID+8407, 1734, 0, 8, 0, 1, 1, -10913.6, -3648.29, 9.39929, 4.69494, 0, 0, -0.71325, 0.70091, 900, 255, 1, '', 50664, NULL), +(@OGUID+8408, 1734, 0, 8, 0, 1, 1, -10913.6, -3648.29, 9.39929, 4.69494, 0, 0, -0.71325, 0.70091, 900, 255, 1, '', 50664, NULL), +(@OGUID+8409, 1734, 0, 8, 1637, 1, 1, -10890, -3619.06, 15.7217, 5.8294, 0, 0, -0.224951, 0.97437, 900, 255, 1, '', 50664, NULL), +(@OGUID+8410, 1734, 0, 8, 0, 1, 1, -10876.7, -3720.67, 23.5593, 0.628317, 0, 0, 0.309016, 0.951057, 900, 255, 1, '', 50664, NULL), +(@OGUID+8411, 1734, 0, 8, 0, 1, 1, -10831.1, -3691.35, 23.2697, 3.83973, 0, 0, -0.939692, 0.34202, 900, 255, 1, '', 50664, NULL), +(@OGUID+8412, 1734, 0, 8, 74, 1, 1, -10500.5, -3711.9, -14.2691, 1.23918, 0, 0, 0.580703, 0.814116, 900, 255, 1, '', 52237, NULL), +(@OGUID+8413, 1734, 0, 8, 0, 1, 1, -10375.5, -3730.17, -14.7175, 3.94445, 0, 0, -0.920505, 0.390732, 900, 255, 1, '', 50664, NULL), +(@OGUID+8414, 1734, 0, 8, 0, 1, 1, -10307.9, -3859.91, -15.8641, 0.663223, 0, 0, 0.325567, 0.945519, 900, 255, 1, '', 52237, NULL), +(@OGUID+8415, 1734, 0, 8, 0, 1, 1, -10165.5, -2706.52, 38.9822, 3.10665, 0, 0, 0.999847, 0.0174693, 900, 255, 1, '', 45613, NULL), +(@OGUID+8416, 1734, 0, 8, 0, 1, 1, -10068.9, -3040.34, 33.9087, 2.28638, 0, 0, 0.909961, 0.414694, 900, 255, 1, '', 50664, NULL), +(@OGUID+8417, 1734, 0, 8, 0, 1, 1, -10056.8, -2949.12, 40.8129, 1.48353, 0, 0, 0.67559, 0.737278, 900, 255, 1, '', 50664, NULL), +(@OGUID+8418, 1734, 0, 8, 0, 1, 1, -10038.9, -3207.03, 33.9572, 2.74016, 0, 0, 0.979924, 0.19937, 900, 255, 1, '', 50664, NULL), +(@OGUID+8419, 1734, 0, 8, 0, 1, 1, -10028.4, -3339.57, 39.6986, 5.46288, 0, 0, -0.398748, 0.91706, 900, 255, 1, '', 50664, NULL), +(@OGUID+8420, 1734, 0, 8, 0, 1, 1, -9771.24, -3734.66, 28.7368, 0.174532, 0, 0, 0.0871553, 0.996195, 900, 255, 1, '', 50664, NULL), +(@OGUID+8421, 2047, 0, 8, 0, 1, 1, -11014.2, -3703.78, 20.7102, 4.95674, 0, 0, -0.615661, 0.788011, 900, 255, 1, '', 50664, NULL), +(@OGUID+8422, 2047, 0, 8, 0, 1, 1, -10992.9, -3674.35, 25.4381, 3.61284, 0, 0, -0.972369, 0.233448, 900, 255, 1, '', 50664, NULL), +(@OGUID+8423, 2047, 0, 8, 0, 1, 1, -10950.3, -3693.78, 26.4363, 4.20625, 0, 0, -0.861629, 0.507539, 900, 255, 1, '', 50664, NULL), +(@OGUID+8424, 2047, 0, 8, 0, 1, 1, -10913.6, -3648.29, 9.39929, 4.69494, 0, 0, -0.71325, 0.70091, 900, 255, 1, '', 50664, NULL), +(@OGUID+8425, 2047, 0, 8, 0, 1, 1, -10913.6, -3648.29, 9.39929, 4.69494, 0, 0, -0.71325, 0.70091, 900, 255, 1, '', 50664, NULL), +(@OGUID+8426, 2047, 0, 8, 1637, 1, 1, -10890, -3619.06, 15.7217, 5.8294, 0, 0, -0.224951, 0.97437, 900, 255, 1, '', 50664, NULL), +(@OGUID+8427, 2047, 0, 8, 0, 1, 1, -10876.7, -3720.67, 23.5593, 0.628317, 0, 0, 0.309016, 0.951057, 900, 255, 1, '', 50664, NULL), +(@OGUID+8428, 2047, 0, 8, 0, 1, 1, -10831.1, -3691.35, 23.2697, 3.83973, 0, 0, -0.939692, 0.34202, 900, 255, 1, '', 50664, NULL), +(@OGUID+8429, 2047, 0, 8, 74, 1, 1, -10500.5, -3711.9, -14.2691, 1.23918, 0, 0, 0.580703, 0.814116, 900, 255, 1, '', 52237, NULL), +(@OGUID+8430, 2047, 0, 8, 0, 1, 1, -10375.5, -3730.17, -14.7175, 3.94445, 0, 0, -0.920505, 0.390732, 900, 255, 1, '', 50664, NULL), +(@OGUID+8431, 2047, 0, 8, 0, 1, 1, -10307.9, -3859.91, -15.8641, 0.663223, 0, 0, 0.325567, 0.945519, 900, 255, 1, '', 52237, NULL), +(@OGUID+8432, 2047, 0, 8, 0, 1, 1, -10165.5, -2706.52, 38.9822, 3.10665, 0, 0, 0.999847, 0.0174693, 900, 255, 1, '', 45613, NULL), +(@OGUID+8433, 2047, 0, 8, 0, 1, 1, -10068.9, -3040.34, 33.9087, 2.28638, 0, 0, 0.909961, 0.414694, 900, 255, 1, '', 50664, NULL), +(@OGUID+8434, 2047, 0, 8, 0, 1, 1, -10056.8, -2949.12, 40.8129, 1.48353, 0, 0, 0.67559, 0.737278, 900, 255, 1, '', 50664, NULL), +(@OGUID+8435, 2047, 0, 8, 0, 1, 1, -10038.9, -3207.03, 33.9572, 2.74016, 0, 0, 0.979924, 0.19937, 900, 255, 1, '', 50664, NULL), +(@OGUID+8436, 2047, 0, 8, 0, 1, 1, -10028.4, -3339.57, 39.6986, 5.46288, 0, 0, -0.398748, 0.91706, 900, 255, 1, '', 50664, NULL), +(@OGUID+8437, 2047, 0, 8, 0, 1, 1, -9771.24, -3734.66, 28.7368, 0.174532, 0, 0, 0.0871553, 0.996195, 900, 255, 1, '', 50664, NULL); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+8303, @POOL_SINGLE+1139, 80, 'Swamp of Sorrows - Ore Pool - Iron Deposit'), +(@OGUID+8304, @POOL_SINGLE+1140, 80, 'Swamp of Sorrows - Ore Pool - Iron Deposit'), +(@OGUID+8305, @POOL_SINGLE+1141, 80, 'Swamp of Sorrows - Ore Pool - Iron Deposit'), +(@OGUID+8306, @POOL_SINGLE+1142, 80, 'Swamp of Sorrows - Ore Pool - Iron Deposit'), +(@OGUID+8307, @POOL_SINGLE+1143, 80, 'Swamp of Sorrows - Ore Pool - Iron Deposit'), +(@OGUID+8308, @POOL_SINGLE+1144, 80, 'Swamp of Sorrows - Ore Pool - Iron Deposit'), +(@OGUID+8309, @POOL_SINGLE+1145, 80, 'Swamp of Sorrows - Ore Pool - Iron Deposit'), +(@OGUID+8310, @POOL_SINGLE+1146, 80, 'Swamp of Sorrows - Ore Pool - Iron Deposit'), +(@OGUID+8311, @POOL_SINGLE+1147, 80, 'Swamp of Sorrows - Ore Pool - Iron Deposit'), +(@OGUID+8312, @POOL_SINGLE+1148, 80, 'Swamp of Sorrows - Ore Pool - Iron Deposit'), +(@OGUID+8313, @POOL_SINGLE+1149, 80, 'Swamp of Sorrows - Ore Pool - Iron Deposit'), +(@OGUID+8314, @POOL_SINGLE+1150, 80, 'Swamp of Sorrows - Ore Pool - Iron Deposit'), +(@OGUID+8315, @POOL_SINGLE+1151, 80, 'Swamp of Sorrows - Ore Pool - Iron Deposit'), +(@OGUID+8316, @POOL_SINGLE+1152, 80, 'Swamp of Sorrows - Ore Pool - Iron Deposit'), +(@OGUID+8317, @POOL_SINGLE+1153, 80, 'Swamp of Sorrows - Ore Pool - Iron Deposit'), +(@OGUID+8318, @POOL_SINGLE+1154, 80, 'Swamp of Sorrows - Ore Pool - Iron Deposit'), +(@OGUID+8319, @POOL_SINGLE+1155, 80, 'Swamp of Sorrows - Ore Pool - Iron Deposit'), +(@OGUID+8320, @POOL_SINGLE+1156, 80, 'Swamp of Sorrows - Ore Pool - Iron Deposit'), +(@OGUID+8321, @POOL_SINGLE+1157, 80, 'Swamp of Sorrows - Ore Pool - Iron Deposit'), +(@OGUID+8322, @POOL_SINGLE+1158, 80, 'Swamp of Sorrows - Ore Pool - Iron Deposit'), +(@OGUID+8323, @POOL_SINGLE+1159, 80, 'Swamp of Sorrows - Ore Pool - Iron Deposit'), +(@OGUID+8324, @POOL_SINGLE+1160, 80, 'Swamp of Sorrows - Ore Pool - Iron Deposit'), +(@OGUID+8325, @POOL_SINGLE+1161, 80, 'Swamp of Sorrows - Ore Pool - Iron Deposit'), +(@OGUID+8326, @POOL_SINGLE+1162, 80, 'Swamp of Sorrows - Ore Pool - Iron Deposit'), +(@OGUID+8327, @POOL_SINGLE+1163, 80, 'Swamp of Sorrows - Ore Pool - Iron Deposit'), +(@OGUID+8328, @POOL_SINGLE+1164, 80, 'Swamp of Sorrows - Ore Pool - Iron Deposit'), +(@OGUID+8329, @POOL_SINGLE+1165, 80, 'Swamp of Sorrows - Ore Pool - Iron Deposit'), +(@OGUID+8330, @POOL_SINGLE+1166, 80, 'Swamp of Sorrows - Ore Pool - Iron Deposit'), +(@OGUID+8331, @POOL_SINGLE+1139, 10, 'Swamp of Sorrows - Ore Pool - Gold Vein'), +(@OGUID+8332, @POOL_SINGLE+1140, 10, 'Swamp of Sorrows - Ore Pool - Gold Vein'), +(@OGUID+8333, @POOL_SINGLE+1141, 10, 'Swamp of Sorrows - Ore Pool - Gold Vein'), +(@OGUID+8334, @POOL_SINGLE+1142, 10, 'Swamp of Sorrows - Ore Pool - Gold Vein'), +(@OGUID+8335, @POOL_SINGLE+1143, 10, 'Swamp of Sorrows - Ore Pool - Gold Vein'), +(@OGUID+8336, @POOL_SINGLE+1144, 10, 'Swamp of Sorrows - Ore Pool - Gold Vein'), +(@OGUID+8337, @POOL_SINGLE+1145, 10, 'Swamp of Sorrows - Ore Pool - Gold Vein'), +(@OGUID+8338, @POOL_SINGLE+1146, 10, 'Swamp of Sorrows - Ore Pool - Gold Vein'), +(@OGUID+8339, @POOL_SINGLE+1147, 10, 'Swamp of Sorrows - Ore Pool - Gold Vein'), +(@OGUID+8340, @POOL_SINGLE+1148, 10, 'Swamp of Sorrows - Ore Pool - Gold Vein'), +(@OGUID+8341, @POOL_SINGLE+1149, 10, 'Swamp of Sorrows - Ore Pool - Gold Vein'), +(@OGUID+8342, @POOL_SINGLE+1150, 10, 'Swamp of Sorrows - Ore Pool - Gold Vein'), +(@OGUID+8343, @POOL_SINGLE+1151, 10, 'Swamp of Sorrows - Ore Pool - Gold Vein'), +(@OGUID+8344, @POOL_SINGLE+1152, 10, 'Swamp of Sorrows - Ore Pool - Gold Vein'), +(@OGUID+8345, @POOL_SINGLE+1153, 10, 'Swamp of Sorrows - Ore Pool - Gold Vein'), +(@OGUID+8346, @POOL_SINGLE+1154, 10, 'Swamp of Sorrows - Ore Pool - Gold Vein'), +(@OGUID+8347, @POOL_SINGLE+1155, 10, 'Swamp of Sorrows - Ore Pool - Gold Vein'), +(@OGUID+8348, @POOL_SINGLE+1156, 10, 'Swamp of Sorrows - Ore Pool - Gold Vein'), +(@OGUID+8349, @POOL_SINGLE+1157, 10, 'Swamp of Sorrows - Ore Pool - Gold Vein'), +(@OGUID+8350, @POOL_SINGLE+1158, 10, 'Swamp of Sorrows - Ore Pool - Gold Vein'), +(@OGUID+8351, @POOL_SINGLE+1159, 10, 'Swamp of Sorrows - Ore Pool - Gold Vein'), +(@OGUID+8352, @POOL_SINGLE+1160, 10, 'Swamp of Sorrows - Ore Pool - Gold Vein'), +(@OGUID+8353, @POOL_SINGLE+1161, 10, 'Swamp of Sorrows - Ore Pool - Gold Vein'), +(@OGUID+8354, @POOL_SINGLE+1162, 10, 'Swamp of Sorrows - Ore Pool - Gold Vein'), +(@OGUID+8355, @POOL_SINGLE+1163, 10, 'Swamp of Sorrows - Ore Pool - Gold Vein'), +(@OGUID+8356, @POOL_SINGLE+1164, 10, 'Swamp of Sorrows - Ore Pool - Gold Vein'), +(@OGUID+8357, @POOL_SINGLE+1165, 10, 'Swamp of Sorrows - Ore Pool - Gold Vein'), +(@OGUID+8358, @POOL_SINGLE+1166, 10, 'Swamp of Sorrows - Ore Pool - Gold Vein'), +(@OGUID+8359, @POOL_SINGLE+1139, 0, 'Swamp of Sorrows - Ore Pool - Silver Vein'), +(@OGUID+8360, @POOL_SINGLE+1140, 0, 'Swamp of Sorrows - Ore Pool - Silver Vein'), +(@OGUID+8361, @POOL_SINGLE+1141, 0, 'Swamp of Sorrows - Ore Pool - Silver Vein'), +(@OGUID+8362, @POOL_SINGLE+1142, 0, 'Swamp of Sorrows - Ore Pool - Silver Vein'), +(@OGUID+8363, @POOL_SINGLE+1143, 0, 'Swamp of Sorrows - Ore Pool - Silver Vein'), +(@OGUID+8364, @POOL_SINGLE+1144, 0, 'Swamp of Sorrows - Ore Pool - Silver Vein'), +(@OGUID+8365, @POOL_SINGLE+1145, 0, 'Swamp of Sorrows - Ore Pool - Silver Vein'), +(@OGUID+8366, @POOL_SINGLE+1146, 0, 'Swamp of Sorrows - Ore Pool - Silver Vein'), +(@OGUID+8367, @POOL_SINGLE+1147, 0, 'Swamp of Sorrows - Ore Pool - Silver Vein'), +(@OGUID+8368, @POOL_SINGLE+1148, 0, 'Swamp of Sorrows - Ore Pool - Silver Vein'), +(@OGUID+8369, @POOL_SINGLE+1149, 0, 'Swamp of Sorrows - Ore Pool - Silver Vein'), +(@OGUID+8370, @POOL_SINGLE+1150, 0, 'Swamp of Sorrows - Ore Pool - Silver Vein'), +(@OGUID+8371, @POOL_SINGLE+1151, 0, 'Swamp of Sorrows - Ore Pool - Silver Vein'), +(@OGUID+8372, @POOL_SINGLE+1152, 0, 'Swamp of Sorrows - Ore Pool - Silver Vein'), +(@OGUID+8373, @POOL_SINGLE+1153, 0, 'Swamp of Sorrows - Ore Pool - Silver Vein'), +(@OGUID+8374, @POOL_SINGLE+1154, 0, 'Swamp of Sorrows - Ore Pool - Silver Vein'), +(@OGUID+8375, @POOL_SINGLE+1155, 0, 'Swamp of Sorrows - Ore Pool - Silver Vein'), +(@OGUID+8376, @POOL_SINGLE+1156, 0, 'Swamp of Sorrows - Ore Pool - Silver Vein'), +(@OGUID+8377, @POOL_SINGLE+1157, 0, 'Swamp of Sorrows - Ore Pool - Silver Vein'), +(@OGUID+8378, @POOL_SINGLE+1158, 0, 'Swamp of Sorrows - Ore Pool - Silver Vein'), +(@OGUID+8379, @POOL_SINGLE+1159, 0, 'Swamp of Sorrows - Ore Pool - Silver Vein'), +(@OGUID+8380, @POOL_SINGLE+1160, 0, 'Swamp of Sorrows - Ore Pool - Silver Vein'), +(@OGUID+8381, @POOL_SINGLE+1161, 0, 'Swamp of Sorrows - Ore Pool - Silver Vein'), +(@OGUID+8382, @POOL_SINGLE+1162, 0, 'Swamp of Sorrows - Ore Pool - Silver Vein'), +(@OGUID+8383, @POOL_SINGLE+1163, 0, 'Swamp of Sorrows - Ore Pool - Silver Vein'), +(@OGUID+8384, @POOL_SINGLE+1164, 0, 'Swamp of Sorrows - Ore Pool - Silver Vein'), +(@OGUID+8385, @POOL_SINGLE+1165, 0, 'Swamp of Sorrows - Ore Pool - Silver Vein'), +(@OGUID+8386, @POOL_SINGLE+1166, 0, 'Swamp of Sorrows - Ore Pool - Silver Vein'), +(@OGUID+8387, @POOL_SINGLE+1167, 80, 'Swamp of Sorrows - Ore Pool - Mithril Deposit'), +(@OGUID+8388, @POOL_SINGLE+1168, 80, 'Swamp of Sorrows - Ore Pool - Mithril Deposit'), +(@OGUID+8389, @POOL_SINGLE+1169, 80, 'Swamp of Sorrows - Ore Pool - Mithril Deposit'), +(@OGUID+8390, @POOL_SINGLE+1170, 80, 'Swamp of Sorrows - Ore Pool - Mithril Deposit'), +(@OGUID+8391, @POOL_SINGLE+1171, 80, 'Swamp of Sorrows - Ore Pool - Mithril Deposit'), +(@OGUID+8392, @POOL_SINGLE+1172, 80, 'Swamp of Sorrows - Ore Pool - Mithril Deposit'), +(@OGUID+8393, @POOL_SINGLE+1173, 80, 'Swamp of Sorrows - Ore Pool - Mithril Deposit'), +(@OGUID+8394, @POOL_SINGLE+1174, 80, 'Swamp of Sorrows - Ore Pool - Mithril Deposit'), +(@OGUID+8395, @POOL_SINGLE+1175, 80, 'Swamp of Sorrows - Ore Pool - Mithril Deposit'), +(@OGUID+8396, @POOL_SINGLE+1176, 80, 'Swamp of Sorrows - Ore Pool - Mithril Deposit'), +(@OGUID+8397, @POOL_SINGLE+1177, 80, 'Swamp of Sorrows - Ore Pool - Mithril Deposit'), +(@OGUID+8398, @POOL_SINGLE+1178, 80, 'Swamp of Sorrows - Ore Pool - Mithril Deposit'), +(@OGUID+8399, @POOL_SINGLE+1179, 80, 'Swamp of Sorrows - Ore Pool - Mithril Deposit'), +(@OGUID+8400, @POOL_SINGLE+1180, 80, 'Swamp of Sorrows - Ore Pool - Mithril Deposit'), +(@OGUID+8401, @POOL_SINGLE+1181, 80, 'Swamp of Sorrows - Ore Pool - Mithril Deposit'), +(@OGUID+8402, @POOL_SINGLE+1182, 80, 'Swamp of Sorrows - Ore Pool - Mithril Deposit'), +(@OGUID+8403, @POOL_SINGLE+1183, 80, 'Swamp of Sorrows - Ore Pool - Mithril Deposit'), +(@OGUID+8404, @POOL_SINGLE+1167, 10, 'Swamp of Sorrows - Ore Pool - Gold Vein'), +(@OGUID+8405, @POOL_SINGLE+1168, 10, 'Swamp of Sorrows - Ore Pool - Gold Vein'), +(@OGUID+8406, @POOL_SINGLE+1169, 10, 'Swamp of Sorrows - Ore Pool - Gold Vein'), +(@OGUID+8407, @POOL_SINGLE+1170, 10, 'Swamp of Sorrows - Ore Pool - Gold Vein'), +(@OGUID+8408, @POOL_SINGLE+1171, 10, 'Swamp of Sorrows - Ore Pool - Gold Vein'), +(@OGUID+8409, @POOL_SINGLE+1172, 10, 'Swamp of Sorrows - Ore Pool - Gold Vein'), +(@OGUID+8410, @POOL_SINGLE+1173, 10, 'Swamp of Sorrows - Ore Pool - Gold Vein'), +(@OGUID+8411, @POOL_SINGLE+1174, 10, 'Swamp of Sorrows - Ore Pool - Gold Vein'), +(@OGUID+8412, @POOL_SINGLE+1175, 10, 'Swamp of Sorrows - Ore Pool - Gold Vein'), +(@OGUID+8413, @POOL_SINGLE+1176, 10, 'Swamp of Sorrows - Ore Pool - Gold Vein'), +(@OGUID+8414, @POOL_SINGLE+1177, 10, 'Swamp of Sorrows - Ore Pool - Gold Vein'), +(@OGUID+8415, @POOL_SINGLE+1178, 10, 'Swamp of Sorrows - Ore Pool - Gold Vein'), +(@OGUID+8416, @POOL_SINGLE+1179, 10, 'Swamp of Sorrows - Ore Pool - Gold Vein'), +(@OGUID+8417, @POOL_SINGLE+1180, 10, 'Swamp of Sorrows - Ore Pool - Gold Vein'), +(@OGUID+8418, @POOL_SINGLE+1181, 10, 'Swamp of Sorrows - Ore Pool - Gold Vein'), +(@OGUID+8419, @POOL_SINGLE+1182, 10, 'Swamp of Sorrows - Ore Pool - Gold Vein'), +(@OGUID+8420, @POOL_SINGLE+1183, 10, 'Swamp of Sorrows - Ore Pool - Gold Vein'), +(@OGUID+8421, @POOL_SINGLE+1167, 0, 'Swamp of Sorrows - Ore Pool - Truesilver Deposit'), +(@OGUID+8422, @POOL_SINGLE+1168, 0, 'Swamp of Sorrows - Ore Pool - Truesilver Deposit'), +(@OGUID+8423, @POOL_SINGLE+1169, 0, 'Swamp of Sorrows - Ore Pool - Truesilver Deposit'), +(@OGUID+8424, @POOL_SINGLE+1170, 0, 'Swamp of Sorrows - Ore Pool - Truesilver Deposit'), +(@OGUID+8425, @POOL_SINGLE+1171, 0, 'Swamp of Sorrows - Ore Pool - Truesilver Deposit'), +(@OGUID+8426, @POOL_SINGLE+1172, 0, 'Swamp of Sorrows - Ore Pool - Truesilver Deposit'), +(@OGUID+8427, @POOL_SINGLE+1173, 0, 'Swamp of Sorrows - Ore Pool - Truesilver Deposit'), +(@OGUID+8428, @POOL_SINGLE+1174, 0, 'Swamp of Sorrows - Ore Pool - Truesilver Deposit'), +(@OGUID+8429, @POOL_SINGLE+1175, 0, 'Swamp of Sorrows - Ore Pool - Truesilver Deposit'), +(@OGUID+8430, @POOL_SINGLE+1176, 0, 'Swamp of Sorrows - Ore Pool - Truesilver Deposit'), +(@OGUID+8431, @POOL_SINGLE+1177, 0, 'Swamp of Sorrows - Ore Pool - Truesilver Deposit'), +(@OGUID+8432, @POOL_SINGLE+1178, 0, 'Swamp of Sorrows - Ore Pool - Truesilver Deposit'), +(@OGUID+8433, @POOL_SINGLE+1179, 0, 'Swamp of Sorrows - Ore Pool - Truesilver Deposit'), +(@OGUID+8434, @POOL_SINGLE+1180, 0, 'Swamp of Sorrows - Ore Pool - Truesilver Deposit'), +(@OGUID+8435, @POOL_SINGLE+1181, 0, 'Swamp of Sorrows - Ore Pool - Truesilver Deposit'), +(@OGUID+8436, @POOL_SINGLE+1182, 0, 'Swamp of Sorrows - Ore Pool - Truesilver Deposit'), +(@OGUID+8437, @POOL_SINGLE+1183, 0, 'Swamp of Sorrows - Ore Pool - Truesilver Deposit'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_SINGLE+1139, 1, 'Swamp of Sorrows - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1140, 1, 'Swamp of Sorrows - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1141, 1, 'Swamp of Sorrows - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1142, 1, 'Swamp of Sorrows - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1143, 1, 'Swamp of Sorrows - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1144, 1, 'Swamp of Sorrows - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1145, 1, 'Swamp of Sorrows - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1146, 1, 'Swamp of Sorrows - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1147, 1, 'Swamp of Sorrows - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1148, 1, 'Swamp of Sorrows - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1149, 1, 'Swamp of Sorrows - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1150, 1, 'Swamp of Sorrows - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1151, 1, 'Swamp of Sorrows - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1152, 1, 'Swamp of Sorrows - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1153, 1, 'Swamp of Sorrows - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1154, 1, 'Swamp of Sorrows - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1155, 1, 'Swamp of Sorrows - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1156, 1, 'Swamp of Sorrows - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1157, 1, 'Swamp of Sorrows - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1158, 1, 'Swamp of Sorrows - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1159, 1, 'Swamp of Sorrows - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1160, 1, 'Swamp of Sorrows - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1161, 1, 'Swamp of Sorrows - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1162, 1, 'Swamp of Sorrows - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1163, 1, 'Swamp of Sorrows - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1164, 1, 'Swamp of Sorrows - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1165, 1, 'Swamp of Sorrows - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1166, 1, 'Swamp of Sorrows - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1167, 1, 'Swamp of Sorrows - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1168, 1, 'Swamp of Sorrows - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1169, 1, 'Swamp of Sorrows - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1170, 1, 'Swamp of Sorrows - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1171, 1, 'Swamp of Sorrows - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1172, 1, 'Swamp of Sorrows - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1173, 1, 'Swamp of Sorrows - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1174, 1, 'Swamp of Sorrows - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1175, 1, 'Swamp of Sorrows - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1176, 1, 'Swamp of Sorrows - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1177, 1, 'Swamp of Sorrows - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1178, 1, 'Swamp of Sorrows - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1179, 1, 'Swamp of Sorrows - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1180, 1, 'Swamp of Sorrows - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1181, 1, 'Swamp of Sorrows - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1182, 1, 'Swamp of Sorrows - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1183, 1, 'Swamp of Sorrows - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'); + +-- Stagalbog Cave +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+1141, @POOL_MOTHER+491, 0, 'Swamp of Sorrows - Stagalbog Cave - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1142, @POOL_MOTHER+491, 0, 'Swamp of Sorrows - Stagalbog Cave - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1144, @POOL_MOTHER+491, 0, 'Swamp of Sorrows - Stagalbog Cave - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1145, @POOL_MOTHER+491, 0, 'Swamp of Sorrows - Stagalbog Cave - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1167, @POOL_MOTHER+492, 0, 'Swamp of Sorrows - Stagalbog Cave - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1168, @POOL_MOTHER+492, 0, 'Swamp of Sorrows - Stagalbog Cave - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1169, @POOL_MOTHER+492, 0, 'Swamp of Sorrows - Stagalbog Cave - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1170, @POOL_MOTHER+492, 0, 'Swamp of Sorrows - Stagalbog Cave - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1171, @POOL_MOTHER+492, 0, 'Swamp of Sorrows - Stagalbog Cave - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1172, @POOL_MOTHER+492, 0, 'Swamp of Sorrows - Stagalbog Cave - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1173, @POOL_MOTHER+492, 0, 'Swamp of Sorrows - Stagalbog Cave - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1174, @POOL_MOTHER+492, 0, 'Swamp of Sorrows - Stagalbog Cave - Mithril Deposit / Gold Vein / Truesilver Deposit'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+491, 1, 'Swamp of Sorrows - Stagalbog Cave - Iron Deposit / Silver Vein / Gold Vein - 1/4'), +(@POOL_MOTHER+492, 2, 'Swamp of Sorrows - Stagalbog Cave - Mithril Deposit / Gold Vein / Truesilver Deposit - 2/8'); + +-- Ore Master Pools +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+1139, @POOL_MOTHER+493, 0, 'Swamp of Sorrows - Ore Master Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1140, @POOL_MOTHER+493, 0, 'Swamp of Sorrows - Ore Master Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1143, @POOL_MOTHER+493, 0, 'Swamp of Sorrows - Ore Master Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1146, @POOL_MOTHER+493, 0, 'Swamp of Sorrows - Ore Master Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1147, @POOL_MOTHER+493, 0, 'Swamp of Sorrows - Ore Master Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1148, @POOL_MOTHER+493, 0, 'Swamp of Sorrows - Ore Master Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1149, @POOL_MOTHER+493, 0, 'Swamp of Sorrows - Ore Master Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1150, @POOL_MOTHER+493, 0, 'Swamp of Sorrows - Ore Master Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1151, @POOL_MOTHER+493, 0, 'Swamp of Sorrows - Ore Master Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1152, @POOL_MOTHER+493, 0, 'Swamp of Sorrows - Ore Master Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1153, @POOL_MOTHER+493, 0, 'Swamp of Sorrows - Ore Master Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1154, @POOL_MOTHER+493, 0, 'Swamp of Sorrows - Ore Master Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1155, @POOL_MOTHER+493, 0, 'Swamp of Sorrows - Ore Master Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1156, @POOL_MOTHER+493, 0, 'Swamp of Sorrows - Ore Master Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1157, @POOL_MOTHER+493, 0, 'Swamp of Sorrows - Ore Master Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1158, @POOL_MOTHER+493, 0, 'Swamp of Sorrows - Ore Master Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1159, @POOL_MOTHER+493, 0, 'Swamp of Sorrows - Ore Master Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1160, @POOL_MOTHER+493, 0, 'Swamp of Sorrows - Ore Master Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1161, @POOL_MOTHER+493, 0, 'Swamp of Sorrows - Ore Master Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1162, @POOL_MOTHER+493, 0, 'Swamp of Sorrows - Ore Master Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1163, @POOL_MOTHER+493, 0, 'Swamp of Sorrows - Ore Master Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1164, @POOL_MOTHER+493, 0, 'Swamp of Sorrows - Ore Master Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1165, @POOL_MOTHER+493, 0, 'Swamp of Sorrows - Ore Master Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1166, @POOL_MOTHER+493, 0, 'Swamp of Sorrows - Ore Master Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1175, @POOL_MOTHER+494, 0, 'Swamp of Sorrows - Ore Master Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1176, @POOL_MOTHER+494, 0, 'Swamp of Sorrows - Ore Master Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1177, @POOL_MOTHER+494, 0, 'Swamp of Sorrows - Ore Master Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1178, @POOL_MOTHER+494, 0, 'Swamp of Sorrows - Ore Master Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1179, @POOL_MOTHER+494, 0, 'Swamp of Sorrows - Ore Master Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1180, @POOL_MOTHER+494, 0, 'Swamp of Sorrows - Ore Master Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1181, @POOL_MOTHER+494, 0, 'Swamp of Sorrows - Ore Master Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1182, @POOL_MOTHER+494, 0, 'Swamp of Sorrows - Ore Master Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1183, @POOL_MOTHER+494, 0, 'Swamp of Sorrows - Ore Master Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+493, 6, 'Swamp of Sorrows - Ore Master Pool - Iron Deposit / Silver Vein / Gold Vein - 6/24'), +(@POOL_MOTHER+494, 3, 'Swamp of Sorrows - Ore Master Pool - Mithril Deposit / Gold Vein / Truesilver Deposit - 3/9'); + +-- West +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+8166, @POOL_MOTHER+495, 0, 'Swamp of Sorrows - West - Liferoot'), +(@OGUID+8165, @POOL_MOTHER+495, 0, 'Swamp of Sorrows - West - Liferoot'), +(@OGUID+8150, @POOL_MOTHER+495, 0, 'Swamp of Sorrows - West - Liferoot'), +(@OGUID+8149, @POOL_MOTHER+495, 0, 'Swamp of Sorrows - West - Liferoot'), +(@OGUID+8189, @POOL_MOTHER+496, 0, 'Swamp of Sorrows - West - Fadeleaf'), +(@OGUID+8192, @POOL_MOTHER+496, 0, 'Swamp of Sorrows - West - Fadeleaf'), +(@OGUID+8190, @POOL_MOTHER+496, 0, 'Swamp of Sorrows - West - Fadeleaf'), +(@OGUID+8280, @POOL_MOTHER+497, 0, 'Swamp of Sorrows - West - Goldthorn'), +(@OGUID+8293, @POOL_MOTHER+497, 0, 'Swamp of Sorrows - West - Goldthorn'), +(@OGUID+8291, @POOL_MOTHER+497, 0, 'Swamp of Sorrows - West - Goldthorn'), +(@OGUID+8289, @POOL_MOTHER+497, 0, 'Swamp of Sorrows - West - Goldthorn'), +(@OGUID+8287, @POOL_MOTHER+497, 0, 'Swamp of Sorrows - West - Goldthorn'), +(@OGUID+8283, @POOL_MOTHER+497, 0, 'Swamp of Sorrows - West - Goldthorn'), +(@OGUID+8278, @POOL_MOTHER+497, 0, 'Swamp of Sorrows - West - Goldthorn'), +(@OGUID+8275, @POOL_MOTHER+497, 0, 'Swamp of Sorrows - West - Goldthorn'), +(@OGUID+8273, @POOL_MOTHER+497, 0, 'Swamp of Sorrows - West - Goldthorn'), +(@OGUID+8272, @POOL_MOTHER+497, 0, 'Swamp of Sorrows - West - Goldthorn'), +(@OGUID+8271, @POOL_MOTHER+497, 0, 'Swamp of Sorrows - West - Goldthorn'), +(@OGUID+8054, @POOL_MOTHER+498, 0, 'Swamp of Sorrows - West - Blindweed'), +(@OGUID+8055, @POOL_MOTHER+498, 0, 'Swamp of Sorrows - West - Blindweed'), +(@OGUID+8056, @POOL_MOTHER+498, 0, 'Swamp of Sorrows - West - Blindweed'), +(@OGUID+8057, @POOL_MOTHER+498, 0, 'Swamp of Sorrows - West - Blindweed'), +(@OGUID+8085, @POOL_MOTHER+498, 0, 'Swamp of Sorrows - West - Blindweed'), +(@OGUID+8092, @POOL_MOTHER+498, 0, 'Swamp of Sorrows - West - Blindweed'), +(@OGUID+8053, @POOL_MOTHER+498, 0, 'Swamp of Sorrows - West - Blindweed'), +(@OGUID+8095, @POOL_MOTHER+498, 0, 'Swamp of Sorrows - West - Blindweed'), +(@OGUID+8101, @POOL_MOTHER+498, 0, 'Swamp of Sorrows - West - Blindweed'), +(@OGUID+8096, @POOL_MOTHER+498, 0, 'Swamp of Sorrows - West - Blindweed'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+495, 1, 'Swamp of Sorrows - West - Liferoot - 1/4'), +(@POOL_MOTHER+496, 1, 'Swamp of Sorrows - West - Fadeleaf - 1/3'), +(@POOL_MOTHER+497, 3, 'Swamp of Sorrows - West - Goldthorn - 3/11'), +(@POOL_MOTHER+498, 3, 'Swamp of Sorrows - West - Blindweed - 3/10'); + +-- Center +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+8123, @POOL_MOTHER+499, 0, 'Swamp of Sorrows - Center - Kingsblood'), +(@OGUID+8141, @POOL_MOTHER+499, 0, 'Swamp of Sorrows - Center - Kingsblood'), +(@OGUID+8142, @POOL_MOTHER+500, 0, 'Swamp of Sorrows - Center - Liferoot'), +(@OGUID+8143, @POOL_MOTHER+500, 0, 'Swamp of Sorrows - Center - Liferoot'), +(@OGUID+8144, @POOL_MOTHER+500, 0, 'Swamp of Sorrows - Center - Liferoot'), +(@OGUID+8145, @POOL_MOTHER+500, 0, 'Swamp of Sorrows - Center - Liferoot'), +(@OGUID+8147, @POOL_MOTHER+500, 0, 'Swamp of Sorrows - Center - Liferoot'), +(@OGUID+8148, @POOL_MOTHER+500, 0, 'Swamp of Sorrows - Center - Liferoot'), +(@OGUID+8153, @POOL_MOTHER+500, 0, 'Swamp of Sorrows - Center - Liferoot'), +(@OGUID+8156, @POOL_MOTHER+500, 0, 'Swamp of Sorrows - Center - Liferoot'), +(@OGUID+8163, @POOL_MOTHER+500, 0, 'Swamp of Sorrows - Center - Liferoot'), +(@OGUID+8167, @POOL_MOTHER+500, 0, 'Swamp of Sorrows - Center - Liferoot'), +(@OGUID+8169, @POOL_MOTHER+500, 0, 'Swamp of Sorrows - Center - Liferoot'), +(@OGUID+8179, @POOL_MOTHER+501, 0, 'Swamp of Sorrows - Center - Fadeleaf'), +(@OGUID+8180, @POOL_MOTHER+501, 0, 'Swamp of Sorrows - Center - Fadeleaf'), +(@OGUID+8181, @POOL_MOTHER+501, 0, 'Swamp of Sorrows - Center - Fadeleaf'), +(@OGUID+8182, @POOL_MOTHER+501, 0, 'Swamp of Sorrows - Center - Fadeleaf'), +(@OGUID+8183, @POOL_MOTHER+501, 0, 'Swamp of Sorrows - Center - Fadeleaf'), +(@OGUID+8184, @POOL_MOTHER+501, 0, 'Swamp of Sorrows - Center - Fadeleaf'), +(@OGUID+8185, @POOL_MOTHER+501, 0, 'Swamp of Sorrows - Center - Fadeleaf'), +(@OGUID+8186, @POOL_MOTHER+501, 0, 'Swamp of Sorrows - Center - Fadeleaf'), +(@OGUID+8187, @POOL_MOTHER+501, 0, 'Swamp of Sorrows - Center - Fadeleaf'), +(@OGUID+8188, @POOL_MOTHER+501, 0, 'Swamp of Sorrows - Center - Fadeleaf'), +(@OGUID+8191, @POOL_MOTHER+501, 0, 'Swamp of Sorrows - Center - Fadeleaf'), +(@OGUID+8193, @POOL_MOTHER+501, 0, 'Swamp of Sorrows - Center - Fadeleaf'), +(@OGUID+8194, @POOL_MOTHER+501, 0, 'Swamp of Sorrows - Center - Fadeleaf'), +(@OGUID+8178, @POOL_MOTHER+501, 0, 'Swamp of Sorrows - Center - Fadeleaf'), +(@OGUID+8196, @POOL_MOTHER+502, 0, 'Swamp of Sorrows - Center - Khadgar\'s Whisker'), +(@OGUID+8197, @POOL_MOTHER+502, 0, 'Swamp of Sorrows - Center - Khadgar\'s Whisker'), +(@OGUID+8198, @POOL_MOTHER+502, 0, 'Swamp of Sorrows - Center - Khadgar\'s Whisker'), +(@OGUID+8199, @POOL_MOTHER+502, 0, 'Swamp of Sorrows - Center - Khadgar\'s Whisker'), +(@OGUID+8201, @POOL_MOTHER+502, 0, 'Swamp of Sorrows - Center - Khadgar\'s Whisker'), +(@OGUID+8210, @POOL_MOTHER+502, 0, 'Swamp of Sorrows - Center - Khadgar\'s Whisker'), +(@OGUID+8216, @POOL_MOTHER+502, 0, 'Swamp of Sorrows - Center - Khadgar\'s Whisker'), +(@OGUID+8217, @POOL_MOTHER+502, 0, 'Swamp of Sorrows - Center - Khadgar\'s Whisker'), +(@OGUID+8270, @POOL_MOTHER+503, 0, 'Swamp of Sorrows - Center - Goldthorn'), +(@OGUID+8274, @POOL_MOTHER+503, 0, 'Swamp of Sorrows - Center - Goldthorn'), +(@OGUID+8276, @POOL_MOTHER+503, 0, 'Swamp of Sorrows - Center - Goldthorn'), +(@OGUID+8277, @POOL_MOTHER+503, 0, 'Swamp of Sorrows - Center - Goldthorn'), +(@OGUID+8279, @POOL_MOTHER+503, 0, 'Swamp of Sorrows - Center - Goldthorn'), +(@OGUID+8281, @POOL_MOTHER+503, 0, 'Swamp of Sorrows - Center - Goldthorn'), +(@OGUID+8288, @POOL_MOTHER+503, 0, 'Swamp of Sorrows - Center - Goldthorn'), +(@OGUID+8290, @POOL_MOTHER+503, 0, 'Swamp of Sorrows - Center - Goldthorn'), +(@OGUID+8292, @POOL_MOTHER+503, 0, 'Swamp of Sorrows - Center - Goldthorn'), +(@OGUID+8034, @POOL_MOTHER+504, 0, 'Swamp of Sorrows - Center - Blindweed'), +(@OGUID+8037, @POOL_MOTHER+504, 0, 'Swamp of Sorrows - Center - Blindweed'), +(@OGUID+8038, @POOL_MOTHER+504, 0, 'Swamp of Sorrows - Center - Blindweed'), +(@OGUID+8039, @POOL_MOTHER+504, 0, 'Swamp of Sorrows - Center - Blindweed'), +(@OGUID+8040, @POOL_MOTHER+504, 0, 'Swamp of Sorrows - Center - Blindweed'), +(@OGUID+8042, @POOL_MOTHER+504, 0, 'Swamp of Sorrows - Center - Blindweed'), +(@OGUID+8043, @POOL_MOTHER+504, 0, 'Swamp of Sorrows - Center - Blindweed'), +(@OGUID+8044, @POOL_MOTHER+504, 0, 'Swamp of Sorrows - Center - Blindweed'), +(@OGUID+8045, @POOL_MOTHER+504, 0, 'Swamp of Sorrows - Center - Blindweed'), +(@OGUID+8046, @POOL_MOTHER+504, 0, 'Swamp of Sorrows - Center - Blindweed'), +(@OGUID+8047, @POOL_MOTHER+504, 0, 'Swamp of Sorrows - Center - Blindweed'), +(@OGUID+8048, @POOL_MOTHER+504, 0, 'Swamp of Sorrows - Center - Blindweed'), +(@OGUID+8049, @POOL_MOTHER+504, 0, 'Swamp of Sorrows - Center - Blindweed'), +(@OGUID+8050, @POOL_MOTHER+504, 0, 'Swamp of Sorrows - Center - Blindweed'), +(@OGUID+8051, @POOL_MOTHER+504, 0, 'Swamp of Sorrows - Center - Blindweed'), +(@OGUID+8052, @POOL_MOTHER+504, 0, 'Swamp of Sorrows - Center - Blindweed'), +(@OGUID+8058, @POOL_MOTHER+504, 0, 'Swamp of Sorrows - Center - Blindweed'), +(@OGUID+8060, @POOL_MOTHER+504, 0, 'Swamp of Sorrows - Center - Blindweed'), +(@OGUID+8061, @POOL_MOTHER+504, 0, 'Swamp of Sorrows - Center - Blindweed'), +(@OGUID+8063, @POOL_MOTHER+504, 0, 'Swamp of Sorrows - Center - Blindweed'), +(@OGUID+8067, @POOL_MOTHER+504, 0, 'Swamp of Sorrows - Center - Blindweed'), +(@OGUID+8069, @POOL_MOTHER+504, 0, 'Swamp of Sorrows - Center - Blindweed'), +(@OGUID+8071, @POOL_MOTHER+504, 0, 'Swamp of Sorrows - Center - Blindweed'), +(@OGUID+8083, @POOL_MOTHER+504, 0, 'Swamp of Sorrows - Center - Blindweed'), +(@OGUID+8088, @POOL_MOTHER+504, 0, 'Swamp of Sorrows - Center - Blindweed'), +(@OGUID+8089, @POOL_MOTHER+504, 0, 'Swamp of Sorrows - Center - Blindweed'), +(@OGUID+8094, @POOL_MOTHER+504, 0, 'Swamp of Sorrows - Center - Blindweed'), +(@OGUID+8103, @POOL_MOTHER+504, 0, 'Swamp of Sorrows - Center - Blindweed'), +(@OGUID+8104, @POOL_MOTHER+504, 0, 'Swamp of Sorrows - Center - Blindweed'), +(@OGUID+8106, @POOL_MOTHER+504, 0, 'Swamp of Sorrows - Center - Blindweed'), +(@OGUID+8107, @POOL_MOTHER+504, 0, 'Swamp of Sorrows - Center - Blindweed'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+499, 1, 'Swamp of Sorrows - Center - Kingsblood - 1/2'), +(@POOL_MOTHER+500, 3, 'Swamp of Sorrows - Center - Liferoot - 3/12'), +(@POOL_MOTHER+501, 4, 'Swamp of Sorrows - Center - Fadeleaf - 4/13'), +(@POOL_MOTHER+502, 2, 'Swamp of Sorrows - Center - Khadgar\'s Whisker - 2/8'), +(@POOL_MOTHER+503, 3, 'Swamp of Sorrows - Center - Goldthorn - 3/9'), +(@POOL_MOTHER+504, 8, 'Swamp of Sorrows - Center - Blindweed - 8/31'); + +-- Northeast +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+8122, @POOL_MOTHER+505, 0, 'Swamp of Sorrows - Northeast - Kingsblood'), +(@OGUID+8125, @POOL_MOTHER+505, 0, 'Swamp of Sorrows - Northeast - Kingsblood'), +(@OGUID+8126, @POOL_MOTHER+505, 0, 'Swamp of Sorrows - Northeast - Kingsblood'), +(@OGUID+8131, @POOL_MOTHER+505, 0, 'Swamp of Sorrows - Northeast - Kingsblood'), +(@OGUID+8132, @POOL_MOTHER+505, 0, 'Swamp of Sorrows - Northeast - Kingsblood'), +(@OGUID+8133, @POOL_MOTHER+505, 0, 'Swamp of Sorrows - Northeast - Kingsblood'), +(@OGUID+8134, @POOL_MOTHER+505, 0, 'Swamp of Sorrows - Northeast - Kingsblood'), +(@OGUID+8135, @POOL_MOTHER+505, 0, 'Swamp of Sorrows - Northeast - Kingsblood'), +(@OGUID+8139, @POOL_MOTHER+505, 0, 'Swamp of Sorrows - Northeast - Kingsblood'), +(@OGUID+8140, @POOL_MOTHER+505, 0, 'Swamp of Sorrows - Northeast - Kingsblood'), +(@OGUID+8146, @POOL_MOTHER+506, 0, 'Swamp of Sorrows - Northeast - Liferoot'), +(@OGUID+8155, @POOL_MOTHER+506, 0, 'Swamp of Sorrows - Northeast - Liferoot'), +(@OGUID+8157, @POOL_MOTHER+506, 0, 'Swamp of Sorrows - Northeast - Liferoot'), +(@OGUID+8158, @POOL_MOTHER+506, 0, 'Swamp of Sorrows - Northeast - Liferoot'), +(@OGUID+8161, @POOL_MOTHER+506, 0, 'Swamp of Sorrows - Northeast - Liferoot'), +(@OGUID+8162, @POOL_MOTHER+506, 0, 'Swamp of Sorrows - Northeast - Liferoot'), +(@OGUID+8164, @POOL_MOTHER+506, 0, 'Swamp of Sorrows - Northeast - Liferoot'), +(@OGUID+8168, @POOL_MOTHER+506, 0, 'Swamp of Sorrows - Northeast - Liferoot'), +(@OGUID+8170, @POOL_MOTHER+506, 0, 'Swamp of Sorrows - Northeast - Liferoot'), +(@OGUID+8177, @POOL_MOTHER+506, 0, 'Swamp of Sorrows - Northeast - Liferoot'), +(@OGUID+8195, @POOL_MOTHER+507, 0, 'Swamp of Sorrows - Northeast - Khadgar\'s Whisker'), +(@OGUID+8202, @POOL_MOTHER+507, 0, 'Swamp of Sorrows - Northeast - Khadgar\'s Whisker'), +(@OGUID+8203, @POOL_MOTHER+507, 0, 'Swamp of Sorrows - Northeast - Khadgar\'s Whisker'), +(@OGUID+8208, @POOL_MOTHER+507, 0, 'Swamp of Sorrows - Northeast - Khadgar\'s Whisker'), +(@OGUID+8209, @POOL_MOTHER+507, 0, 'Swamp of Sorrows - Northeast - Khadgar\'s Whisker'), +(@OGUID+8211, @POOL_MOTHER+507, 0, 'Swamp of Sorrows - Northeast - Khadgar\'s Whisker'), +(@OGUID+8212, @POOL_MOTHER+507, 0, 'Swamp of Sorrows - Northeast - Khadgar\'s Whisker'), +(@OGUID+8213, @POOL_MOTHER+507, 0, 'Swamp of Sorrows - Northeast - Khadgar\'s Whisker'), +(@OGUID+8214, @POOL_MOTHER+507, 0, 'Swamp of Sorrows - Northeast - Khadgar\'s Whisker'), +(@OGUID+8215, @POOL_MOTHER+507, 0, 'Swamp of Sorrows - Northeast - Khadgar\'s Whisker'), +(@OGUID+8224, @POOL_MOTHER+507, 0, 'Swamp of Sorrows - Northeast - Khadgar\'s Whisker'), +(@OGUID+8225, @POOL_MOTHER+507, 0, 'Swamp of Sorrows - Northeast - Khadgar\'s Whisker'), +(@OGUID+8228, @POOL_MOTHER+508, 0, 'Swamp of Sorrows - Northeast - Stranglekelp'), +(@OGUID+8229, @POOL_MOTHER+508, 0, 'Swamp of Sorrows - Northeast - Stranglekelp'), +(@OGUID+8230, @POOL_MOTHER+508, 0, 'Swamp of Sorrows - Northeast - Stranglekelp'), +(@OGUID+8231, @POOL_MOTHER+508, 0, 'Swamp of Sorrows - Northeast - Stranglekelp'), +(@OGUID+8232, @POOL_MOTHER+508, 0, 'Swamp of Sorrows - Northeast - Stranglekelp'), +(@OGUID+8254, @POOL_MOTHER+508, 0, 'Swamp of Sorrows - Northeast - Stranglekelp'), +(@OGUID+8255, @POOL_MOTHER+508, 0, 'Swamp of Sorrows - Northeast - Stranglekelp'), +(@OGUID+8256, @POOL_MOTHER+508, 0, 'Swamp of Sorrows - Northeast - Stranglekelp'), +(@OGUID+8257, @POOL_MOTHER+508, 0, 'Swamp of Sorrows - Northeast - Stranglekelp'), +(@OGUID+8258, @POOL_MOTHER+508, 0, 'Swamp of Sorrows - Northeast - Stranglekelp'), +(@OGUID+8259, @POOL_MOTHER+508, 0, 'Swamp of Sorrows - Northeast - Stranglekelp'), +(@OGUID+8260, @POOL_MOTHER+508, 0, 'Swamp of Sorrows - Northeast - Stranglekelp'), +(@OGUID+8261, @POOL_MOTHER+508, 0, 'Swamp of Sorrows - Northeast - Stranglekelp'), +(@OGUID+8262, @POOL_MOTHER+508, 0, 'Swamp of Sorrows - Northeast - Stranglekelp'), +(@OGUID+8265, @POOL_MOTHER+508, 0, 'Swamp of Sorrows - Northeast - Stranglekelp'), +(@OGUID+8266, @POOL_MOTHER+508, 0, 'Swamp of Sorrows - Northeast - Stranglekelp'), +(@OGUID+8267, @POOL_MOTHER+508, 0, 'Swamp of Sorrows - Northeast - Stranglekelp'), +(@OGUID+8268, @POOL_MOTHER+508, 0, 'Swamp of Sorrows - Northeast - Stranglekelp'), +(@OGUID+8300, @POOL_MOTHER+509, 0, 'Swamp of Sorrows - Northeast - Goldthorn'), +(@OGUID+8301, @POOL_MOTHER+509, 0, 'Swamp of Sorrows - Northeast - Goldthorn'), +(@OGUID+8032, @POOL_MOTHER+510, 0, 'Swamp of Sorrows - Northeast - Blindweed'), +(@OGUID+8033, @POOL_MOTHER+510, 0, 'Swamp of Sorrows - Northeast - Blindweed'), +(@OGUID+8035, @POOL_MOTHER+510, 0, 'Swamp of Sorrows - Northeast - Blindweed'), +(@OGUID+8036, @POOL_MOTHER+510, 0, 'Swamp of Sorrows - Northeast - Blindweed'), +(@OGUID+8041, @POOL_MOTHER+510, 0, 'Swamp of Sorrows - Northeast - Blindweed'), +(@OGUID+8059, @POOL_MOTHER+510, 0, 'Swamp of Sorrows - Northeast - Blindweed'), +(@OGUID+8062, @POOL_MOTHER+510, 0, 'Swamp of Sorrows - Northeast - Blindweed'), +(@OGUID+8065, @POOL_MOTHER+510, 0, 'Swamp of Sorrows - Northeast - Blindweed'), +(@OGUID+8066, @POOL_MOTHER+510, 0, 'Swamp of Sorrows - Northeast - Blindweed'), +(@OGUID+8068, @POOL_MOTHER+510, 0, 'Swamp of Sorrows - Northeast - Blindweed'), +(@OGUID+8070, @POOL_MOTHER+510, 0, 'Swamp of Sorrows - Northeast - Blindweed'), +(@OGUID+8078, @POOL_MOTHER+510, 0, 'Swamp of Sorrows - Northeast - Blindweed'), +(@OGUID+8079, @POOL_MOTHER+510, 0, 'Swamp of Sorrows - Northeast - Blindweed'), +(@OGUID+8080, @POOL_MOTHER+510, 0, 'Swamp of Sorrows - Northeast - Blindweed'), +(@OGUID+8081, @POOL_MOTHER+510, 0, 'Swamp of Sorrows - Northeast - Blindweed'), +(@OGUID+8082, @POOL_MOTHER+510, 0, 'Swamp of Sorrows - Northeast - Blindweed'), +(@OGUID+8084, @POOL_MOTHER+510, 0, 'Swamp of Sorrows - Northeast - Blindweed'), +(@OGUID+8086, @POOL_MOTHER+510, 0, 'Swamp of Sorrows - Northeast - Blindweed'), +(@OGUID+8087, @POOL_MOTHER+510, 0, 'Swamp of Sorrows - Northeast - Blindweed'), +(@OGUID+8090, @POOL_MOTHER+510, 0, 'Swamp of Sorrows - Northeast - Blindweed'), +(@OGUID+8091, @POOL_MOTHER+510, 0, 'Swamp of Sorrows - Northeast - Blindweed'), +(@OGUID+8093, @POOL_MOTHER+510, 0, 'Swamp of Sorrows - Northeast - Blindweed'), +(@OGUID+8097, @POOL_MOTHER+510, 0, 'Swamp of Sorrows - Northeast - Blindweed'), +(@OGUID+8098, @POOL_MOTHER+510, 0, 'Swamp of Sorrows - Northeast - Blindweed'), +(@OGUID+8099, @POOL_MOTHER+510, 0, 'Swamp of Sorrows - Northeast - Blindweed'), +(@OGUID+8100, @POOL_MOTHER+510, 0, 'Swamp of Sorrows - Northeast - Blindweed'), +(@OGUID+8102, @POOL_MOTHER+510, 0, 'Swamp of Sorrows - Northeast - Blindweed'), +(@OGUID+8105, @POOL_MOTHER+510, 0, 'Swamp of Sorrows - Northeast - Blindweed'), +(@OGUID+8108, @POOL_MOTHER+510, 0, 'Swamp of Sorrows - Northeast - Blindweed'), +(@OGUID+8118, @POOL_MOTHER+510, 0, 'Swamp of Sorrows - Northeast - Blindweed'), +(@OGUID+8119, @POOL_MOTHER+510, 0, 'Swamp of Sorrows - Northeast - Blindweed'), +(@OGUID+8120, @POOL_MOTHER+510, 0, 'Swamp of Sorrows - Northeast - Blindweed'), +(@OGUID+8121, @POOL_MOTHER+510, 0, 'Swamp of Sorrows - Northeast - Blindweed'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+505, 3, 'Swamp of Sorrows - Northeast - Kingsblood - 3/10'), +(@POOL_MOTHER+506, 3, 'Swamp of Sorrows - Northeast - Liferoot - 3/10'), +(@POOL_MOTHER+507, 3, 'Swamp of Sorrows - Northeast - Khadgar\'s Whisker - 3/12'), +(@POOL_MOTHER+508, 5, 'Swamp of Sorrows - Northeast - Stranglekelp - 5/18'), +(@POOL_MOTHER+509, 1, 'Swamp of Sorrows - Northeast - Goldthorn - 1/2'), +(@POOL_MOTHER+510, 9, 'Swamp of Sorrows - Northeast - Blindweed - 9/33'); + +-- Southeast +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+8124, @POOL_MOTHER+511, 0, 'Swamp of Sorrows - Southeast - Kingsblood'), +(@OGUID+8127, @POOL_MOTHER+511, 0, 'Swamp of Sorrows - Southeast - Kingsblood'), +(@OGUID+8128, @POOL_MOTHER+511, 0, 'Swamp of Sorrows - Southeast - Kingsblood'), +(@OGUID+8129, @POOL_MOTHER+511, 0, 'Swamp of Sorrows - Southeast - Kingsblood'), +(@OGUID+8130, @POOL_MOTHER+511, 0, 'Swamp of Sorrows - Southeast - Kingsblood'), +(@OGUID+8136, @POOL_MOTHER+511, 0, 'Swamp of Sorrows - Southeast - Kingsblood'), +(@OGUID+8137, @POOL_MOTHER+511, 0, 'Swamp of Sorrows - Southeast - Kingsblood'), +(@OGUID+8138, @POOL_MOTHER+511, 0, 'Swamp of Sorrows - Southeast - Kingsblood'), +(@OGUID+8151, @POOL_MOTHER+512, 0, 'Swamp of Sorrows - Southeast - Liferoot'), +(@OGUID+8152, @POOL_MOTHER+512, 0, 'Swamp of Sorrows - Southeast - Liferoot'), +(@OGUID+8154, @POOL_MOTHER+512, 0, 'Swamp of Sorrows - Southeast - Liferoot'), +(@OGUID+8159, @POOL_MOTHER+512, 0, 'Swamp of Sorrows - Southeast - Liferoot'), +(@OGUID+8160, @POOL_MOTHER+512, 0, 'Swamp of Sorrows - Southeast - Liferoot'), +(@OGUID+8171, @POOL_MOTHER+512, 0, 'Swamp of Sorrows - Southeast - Liferoot'), +(@OGUID+8172, @POOL_MOTHER+512, 0, 'Swamp of Sorrows - Southeast - Liferoot'), +(@OGUID+8173, @POOL_MOTHER+512, 0, 'Swamp of Sorrows - Southeast - Liferoot'), +(@OGUID+8174, @POOL_MOTHER+512, 0, 'Swamp of Sorrows - Southeast - Liferoot'), +(@OGUID+8175, @POOL_MOTHER+512, 0, 'Swamp of Sorrows - Southeast - Liferoot'), +(@OGUID+8176, @POOL_MOTHER+512, 0, 'Swamp of Sorrows - Southeast - Liferoot'), +(@OGUID+8200, @POOL_MOTHER+513, 0, 'Swamp of Sorrows - Southeast - Khadgar\'s Whisker'), +(@OGUID+8204, @POOL_MOTHER+513, 0, 'Swamp of Sorrows - Southeast - Khadgar\'s Whisker'), +(@OGUID+8205, @POOL_MOTHER+513, 0, 'Swamp of Sorrows - Southeast - Khadgar\'s Whisker'), +(@OGUID+8206, @POOL_MOTHER+513, 0, 'Swamp of Sorrows - Southeast - Khadgar\'s Whisker'), +(@OGUID+8207, @POOL_MOTHER+513, 0, 'Swamp of Sorrows - Southeast - Khadgar\'s Whisker'), +(@OGUID+8218, @POOL_MOTHER+513, 0, 'Swamp of Sorrows - Southeast - Khadgar\'s Whisker'), +(@OGUID+8219, @POOL_MOTHER+513, 0, 'Swamp of Sorrows - Southeast - Khadgar\'s Whisker'), +(@OGUID+8220, @POOL_MOTHER+513, 0, 'Swamp of Sorrows - Southeast - Khadgar\'s Whisker'), +(@OGUID+8221, @POOL_MOTHER+513, 0, 'Swamp of Sorrows - Southeast - Khadgar\'s Whisker'), +(@OGUID+8222, @POOL_MOTHER+513, 0, 'Swamp of Sorrows - Southeast - Khadgar\'s Whisker'), +(@OGUID+8223, @POOL_MOTHER+513, 0, 'Swamp of Sorrows - Southeast - Khadgar\'s Whisker'), +(@OGUID+8226, @POOL_MOTHER+514, 0, 'Swamp of Sorrows - Southeast - Stranglekelp'), +(@OGUID+8227, @POOL_MOTHER+514, 0, 'Swamp of Sorrows - Southeast - Stranglekelp'), +(@OGUID+8233, @POOL_MOTHER+514, 0, 'Swamp of Sorrows - Southeast - Stranglekelp'), +(@OGUID+8234, @POOL_MOTHER+514, 0, 'Swamp of Sorrows - Southeast - Stranglekelp'), +(@OGUID+8235, @POOL_MOTHER+514, 0, 'Swamp of Sorrows - Southeast - Stranglekelp'), +(@OGUID+8236, @POOL_MOTHER+514, 0, 'Swamp of Sorrows - Southeast - Stranglekelp'), +(@OGUID+8237, @POOL_MOTHER+514, 0, 'Swamp of Sorrows - Southeast - Stranglekelp'), +(@OGUID+8238, @POOL_MOTHER+514, 0, 'Swamp of Sorrows - Southeast - Stranglekelp'), +(@OGUID+8239, @POOL_MOTHER+514, 0, 'Swamp of Sorrows - Southeast - Stranglekelp'), +(@OGUID+8240, @POOL_MOTHER+514, 0, 'Swamp of Sorrows - Southeast - Stranglekelp'), +(@OGUID+8241, @POOL_MOTHER+514, 0, 'Swamp of Sorrows - Southeast - Stranglekelp'), +(@OGUID+8242, @POOL_MOTHER+514, 0, 'Swamp of Sorrows - Southeast - Stranglekelp'), +(@OGUID+8243, @POOL_MOTHER+514, 0, 'Swamp of Sorrows - Southeast - Stranglekelp'), +(@OGUID+8244, @POOL_MOTHER+514, 0, 'Swamp of Sorrows - Southeast - Stranglekelp'), +(@OGUID+8245, @POOL_MOTHER+514, 0, 'Swamp of Sorrows - Southeast - Stranglekelp'), +(@OGUID+8246, @POOL_MOTHER+514, 0, 'Swamp of Sorrows - Southeast - Stranglekelp'), +(@OGUID+8247, @POOL_MOTHER+514, 0, 'Swamp of Sorrows - Southeast - Stranglekelp'), +(@OGUID+8248, @POOL_MOTHER+514, 0, 'Swamp of Sorrows - Southeast - Stranglekelp'), +(@OGUID+8249, @POOL_MOTHER+514, 0, 'Swamp of Sorrows - Southeast - Stranglekelp'), +(@OGUID+8250, @POOL_MOTHER+514, 0, 'Swamp of Sorrows - Southeast - Stranglekelp'), +(@OGUID+8251, @POOL_MOTHER+514, 0, 'Swamp of Sorrows - Southeast - Stranglekelp'), +(@OGUID+8252, @POOL_MOTHER+514, 0, 'Swamp of Sorrows - Southeast - Stranglekelp'), +(@OGUID+8253, @POOL_MOTHER+514, 0, 'Swamp of Sorrows - Southeast - Stranglekelp'), +(@OGUID+8263, @POOL_MOTHER+514, 0, 'Swamp of Sorrows - Southeast - Stranglekelp'), +(@OGUID+8264, @POOL_MOTHER+514, 0, 'Swamp of Sorrows - Southeast - Stranglekelp'), +(@OGUID+8269, @POOL_MOTHER+514, 0, 'Swamp of Sorrows - Southeast - Stranglekelp'), +(@OGUID+8282, @POOL_MOTHER+515, 0, 'Swamp of Sorrows - Southeast - Goldthorn'), +(@OGUID+8284, @POOL_MOTHER+515, 0, 'Swamp of Sorrows - Southeast - Goldthorn'), +(@OGUID+8285, @POOL_MOTHER+515, 0, 'Swamp of Sorrows - Southeast - Goldthorn'), +(@OGUID+8286, @POOL_MOTHER+515, 0, 'Swamp of Sorrows - Southeast - Goldthorn'), +(@OGUID+8294, @POOL_MOTHER+515, 0, 'Swamp of Sorrows - Southeast - Goldthorn'), +(@OGUID+8295, @POOL_MOTHER+515, 0, 'Swamp of Sorrows - Southeast - Goldthorn'), +(@OGUID+8296, @POOL_MOTHER+515, 0, 'Swamp of Sorrows - Southeast - Goldthorn'), +(@OGUID+8297, @POOL_MOTHER+515, 0, 'Swamp of Sorrows - Southeast - Goldthorn'), +(@OGUID+8298, @POOL_MOTHER+515, 0, 'Swamp of Sorrows - Southeast - Goldthorn'), +(@OGUID+8299, @POOL_MOTHER+515, 0, 'Swamp of Sorrows - Southeast - Goldthorn'), +(@OGUID+8302, @POOL_MOTHER+515, 0, 'Swamp of Sorrows - Southeast - Goldthorn'), +(@OGUID+8064, @POOL_MOTHER+516, 0, 'Swamp of Sorrows - Southeast - Blindweed'), +(@OGUID+8072, @POOL_MOTHER+516, 0, 'Swamp of Sorrows - Southeast - Blindweed'), +(@OGUID+8073, @POOL_MOTHER+516, 0, 'Swamp of Sorrows - Southeast - Blindweed'), +(@OGUID+8074, @POOL_MOTHER+516, 0, 'Swamp of Sorrows - Southeast - Blindweed'), +(@OGUID+8075, @POOL_MOTHER+516, 0, 'Swamp of Sorrows - Southeast - Blindweed'), +(@OGUID+8076, @POOL_MOTHER+516, 0, 'Swamp of Sorrows - Southeast - Blindweed'), +(@OGUID+8077, @POOL_MOTHER+516, 0, 'Swamp of Sorrows - Southeast - Blindweed'), +(@OGUID+8109, @POOL_MOTHER+516, 0, 'Swamp of Sorrows - Southeast - Blindweed'), +(@OGUID+8110, @POOL_MOTHER+516, 0, 'Swamp of Sorrows - Southeast - Blindweed'), +(@OGUID+8111, @POOL_MOTHER+516, 0, 'Swamp of Sorrows - Southeast - Blindweed'), +(@OGUID+8112, @POOL_MOTHER+516, 0, 'Swamp of Sorrows - Southeast - Blindweed'), +(@OGUID+8113, @POOL_MOTHER+516, 0, 'Swamp of Sorrows - Southeast - Blindweed'), +(@OGUID+8114, @POOL_MOTHER+516, 0, 'Swamp of Sorrows - Southeast - Blindweed'), +(@OGUID+8115, @POOL_MOTHER+516, 0, 'Swamp of Sorrows - Southeast - Blindweed'), +(@OGUID+8116, @POOL_MOTHER+516, 0, 'Swamp of Sorrows - Southeast - Blindweed'), +(@OGUID+8117, @POOL_MOTHER+516, 0, 'Swamp of Sorrows - Southeast - Blindweed'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+511, 3, 'Swamp of Sorrows - Southeast - Kingsblood - 2/8'), +(@POOL_MOTHER+512, 3, 'Swamp of Sorrows - Southeast - Liferoot - 3/11'), +(@POOL_MOTHER+513, 3, 'Swamp of Sorrows - Southeast - Khadgar\'s Whisker - 3/11'), +(@POOL_MOTHER+514, 7, 'Swamp of Sorrows - Southeast - Stranglekelp - 7/26'), +(@POOL_MOTHER+515, 3, 'Swamp of Sorrows - Southeast - Goldthorn - 3/11'), +(@POOL_MOTHER+516, 4, 'Swamp of Sorrows - Southeast - Blindweed - 4/16'); + +/* Blasted Lands +Mithril Deposit (2040) -> Gold Vein (1734) -> Truesilver Deposit (2047) +Small Thorium Vein (324) -> Truesilver Deposit (2047) +Mithril Deposit (150079) -> Gold Vein (150080) -> Truesilver Deposit (150081) +Small Thorium Vein (150082) -> Truesilver Deposit (150081) +*/ +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`, `Comment`) VALUES +(@OGUID+8438, 142142, 0, 4, 0, 1, 1, -11209, -3315.33, 8.70227, 0, 0, 0, 0, 1, 900, 255, 1, '', 49345, NULL), +(@OGUID+8439, 142142, 0, 4, 0, 1, 1, -11255.7, -3121.49, 2.52145, 4.04917, 0, 0, -0.898793, 0.438373, 900, 255, 1, '', 48019, NULL), +(@OGUID+8440, 142142, 0, 4, 0, 1, 1, -11620.4, -3179.27, 11.3477, 4.17134, 0, 0, -0.870356, 0.492424, 900, 255, 1, '', 50664, NULL), +(@OGUID+8441, 142142, 0, 4, 0, 1, 1, -11680.6, -3257.28, 15.4767, 1.46608, 0, 0, 0.66913, 0.743145, 900, 255, 1, '', 50664, NULL), +(@OGUID+8442, 142142, 0, 4, 3565, 1, 1, -11545.8, -3247.7, 6.83403, 3.21142, 0, 0, -0.999391, 0.0349061, 900, 255, 1, '', 50375, NULL), +(@OGUID+8443, 142142, 0, 4, 0, 1, 1, -11318.4, -3361.68, 7.85883, 1.81514, 0, 0, 0.788011, 0.615662, 900, 255, 1, '', 52237, NULL), +(@OGUID+8444, 142142, 0, 4, 0, 1, 1, -11344.7, -3179.8, 11.0979, 5.79449, 0, 0, -0.241921, 0.970296, 900, 255, 1, '', 46779, NULL), +(@OGUID+8445, 142142, 0, 4, 0, 1, 1, -11356, -2755.73, 7.42946, 2.65289, 0, 0, 0.970295, 0.241925, 900, 255, 1, '', 45772, NULL), +(@OGUID+8446, 142142, 0, 4, 0, 1, 1, -11408.9, -3276.19, 7.33489, 2.56563, 0, 0, 0.958819, 0.284016, 900, 255, 1, '', 45772, NULL), +(@OGUID+8447, 142142, 0, 4, 0, 1, 1, -11418.3, -2960.52, 1.67087, 3.90954, 0, 0, -0.927183, 0.374608, 900, 255, 1, '', 52237, NULL), +(@OGUID+8448, 142142, 0, 4, 0, 1, 1, -11461.5, -2818.82, -1.48899, 3.00195, 0, 0, 0.997563, 0.0697661, 900, 255, 1, '', 52237, NULL), +(@OGUID+8449, 142142, 0, 4, 0, 1, 1, -11582.6, -3341.9, 8.51584, 6.00393, 0, 0, -0.139173, 0.990268, 900, 255, 1, '', 46248, NULL), +(@OGUID+8450, 142142, 0, 4, 0, 1, 1, -11623.3, -2793.73, 3.64443, 1.309, 0, 0, 0.608761, 0.793354, 900, 255, 1, '', 53622, NULL), +(@OGUID+8451, 142142, 0, 4, 0, 1, 1, -11689.1, -2784.81, 6.81024, 3.01941, 0, 0, 0.998135, 0.0610518, 900, 255, 1, '', 53622, NULL), +(@OGUID+8452, 142142, 0, 4, 0, 1, 1, -11753, -3063.05, 13.3587, 5.06146, 0, 0, -0.573576, 0.819152, 900, 255, 1, '', 53622, NULL), +(@OGUID+8453, 142142, 0, 4, 1437, 1, 1, -11014, -2816.37, 6.90334, 3.90954, 0, 0, -0.927183, 0.374608, 900, 255, 1, '', 52237, NULL), +(@OGUID+8454, 142145, 0, 4, 0, 1, 1, -11068.4, -3137.59, 45.7823, 0.471238, 0, 0, 0.233445, 0.97237, 900, 255, 1, '', 48632, NULL), +(@OGUID+8455, 142145, 0, 4, 0, 1, 1, -11214.9, -2946.36, 9.6068, 3.75246, 0, 0, -0.953716, 0.300708, 900, 255, 1, '', 50664, NULL), +(@OGUID+8456, 142145, 0, 4, 0, 1, 1, -11811.1, -3047.59, 9.71363, 2.23402, 0, 0, 0.898793, 0.438373, 900, 255, 1, '', 50664, NULL), +(@OGUID+8457, 142145, 0, 4, 3554, 1, 1, -11706.2, -3102.49, -0.512091, 0.366518, 0, 0, 0.182235, 0.983255, 900, 255, 1, '', 50664, NULL), +(@OGUID+8458, 142145, 0, 4, 3565, 1, 1, -10915.8, -2889.21, 12.7667, 3.29869, 0, 0, -0.996917, 0.0784664, 900, 255, 1, '', 50375, NULL), +(@OGUID+8459, 142145, 0, 4, 3565, 1, 1, -11255, -3132.8, 2.85068, 5.39307, 0, 0, -0.430511, 0.902586, 900, 255, 1, '', 50375, NULL), +(@OGUID+8460, 142145, 0, 4, 3565, 1, 1, -11373.2, -3043.34, -4.55977, 5.74214, 0, 0, -0.267238, 0.963631, 900, 255, 1, '', 50375, NULL), +(@OGUID+8461, 142145, 0, 4, 3565, 1, 1, -11426.8, -3023.33, 1.12268, 3.15906, 0, 0, -0.999962, 0.00873464, 900, 255, 1, '', 50375, NULL), +(@OGUID+8462, 142145, 0, 4, 0, 1, 1, -11157.6, -3246.66, 8.25317, 0.872664, 0, 0, 0.422618, 0.906308, 900, 255, 1, '', 51739, NULL), +(@OGUID+8463, 142145, 0, 4, 0, 1, 1, -11264.6, -2726.9, 11.6191, 4.34587, 0, 0, -0.824126, 0.566406, 900, 255, 1, '', 53622, NULL), +(@OGUID+8464, 142145, 0, 4, 0, 1, 1, -11312.9, -2585.17, 91.7989, 4.79966, 0, 0, -0.67559, 0.737278, 900, 255, 1, '', 52237, NULL), +(@OGUID+8465, 142145, 0, 4, 0, 1, 1, -11365.7, -3225.41, 9.86462, 4.97419, 0, 0, -0.608761, 0.793354, 900, 255, 1, '', 45772, NULL), +(@OGUID+8466, 142145, 0, 4, 0, 1, 1, -11387.2, -2577.01, 70.5934, 1.44862, 0, 0, 0.66262, 0.748956, 900, 255, 1, '', 52237, NULL), +(@OGUID+8467, 142145, 0, 4, 0, 1, 1, -11451.1, -2646.92, 22.7724, 0.872664, 0, 0, 0.422618, 0.906308, 900, 255, 1, '', 53622, NULL), +(@OGUID+8468, 142145, 0, 4, 0, 1, 1, -11496, -2852.53, 4.98412, 5.21854, 0, 0, -0.507538, 0.861629, 900, 255, 1, '', 45772, NULL), +(@OGUID+8469, 142145, 0, 4, 0, 1, 1, -11524.3, -3333.03, 13.6837, 0.855211, 0, 0, 0.414693, 0.909961, 900, 255, 1, '', 52237, NULL), +(@OGUID+8470, 142145, 0, 4, 0, 1, 1, -11686.6, -2854.75, 3.78871, 1.83259, 0, 0, 0.793353, 0.608762, 900, 255, 1, '', 53622, NULL), +(@OGUID+8471, 142145, 0, 4, 1437, 1, 1, -11010.6, -2749.53, 4.65064, 2.63544, 0, 0, 0.968147, 0.250381, 900, 255, 1, '', 53622, NULL), +(@OGUID+8472, 142145, 0, 4, 1439, 1, 1, -11403.9, -2774.71, 2.90857, 4.03171, 0, 0, -0.902585, 0.430512, 900, 255, 1, '', 46248, NULL), +(@OGUID+8473, 142145, 0, 4, 1439, 1, 1, -11515.9, -2783.26, 0.843735, 5.95157, 0, 0, -0.165047, 0.986286, 900, 255, 1, '', 52237, NULL), +(@OGUID+8474, 142145, 0, 4, 1440, 1, 1, -11281.9, -3380.87, 8.11461, 1.97222, 0, 0, 0.833885, 0.551938, 900, 255, 1, '', 52237, NULL), +(@OGUID+8475, 142145, 0, 4, 1441, 1, 1, -11245.9, -2590.92, 91.348, 0.226892, 0, 0, 0.113203, 0.993572, 900, 255, 1, '', 52237, NULL), +(@OGUID+8476, 142145, 0, 4, 72, 1, 1, -11685.5, -3147.74, 14.2616, 5.98648, 0, 0, -0.147809, 0.989016, 900, 255, 1, '', 45613, NULL), +(@OGUID+8477, 142145, 0, 4, 72, 1, 1, -11688.5, -3211.32, 11.8707, 5.2709, 0, 0, -0.484809, 0.87462, 900, 255, 1, '', 45942, NULL), +(@OGUID+8478, 142145, 0, 4, 72, 1, 1, -11728.9, -3299.33, 9.54797, 2.65289, 0, 0, 0.970295, 0.241925, 900, 255, 1, '', 52237, NULL), +(@OGUID+8479, 142145, 0, 4, 72, 1, 1, -11812.4, -3346.55, 5.48995, 4.18879, 0, 0, -0.866025, 0.500001, 900, 255, 1, '', 45772, NULL), +(@OGUID+8480, 2866, 0, 4, 0, 1, 1, -11054.8, -2848.66, 10.7956, 4.2237, 0, 0, -0.857167, 0.515038, 900, 255, 1, '', 50664, NULL), +(@OGUID+8481, 2866, 0, 4, 0, 1, 1, -11189.6, -3178.33, 7.09012, 3.03684, 0, 0, 0.998629, 0.0523532, 900, 255, 1, '', 49345, NULL), +(@OGUID+8482, 2866, 0, 4, 0, 1, 1, -11317.1, -3146.82, 5.7421, 1.93731, 0, 0, 0.824125, 0.566408, 900, 255, 1, '', 50664, NULL), +(@OGUID+8483, 2866, 0, 4, 0, 1, 1, -11439.9, -3350.83, 8.0762, 3.7001, 0, 0, -0.961261, 0.27564, 900, 255, 1, '', 50664, NULL), +(@OGUID+8484, 2866, 0, 4, 0, 1, 1, -11501, -3059.91, 4.17349, 4.88692, 0, 0, -0.642787, 0.766045, 900, 255, 1, '', 49345, NULL), +(@OGUID+8485, 2866, 0, 4, 0, 1, 1, -11523.3, -3197.15, 8.01532, 4.95674, 0, 0, -0.615661, 0.788011, 900, 255, 1, '', 50375, NULL), +(@OGUID+8486, 2866, 0, 4, 0, 1, 1, -11620.2, -3251.3, 10.2471, 5.88176, 0, 0, -0.199368, 0.979925, 900, 255, 1, '', 49822, NULL), +(@OGUID+8487, 2866, 0, 4, 0, 1, 1, -11675.6, -3106.1, 20.2953, 5.74214, 0, 0, -0.267238, 0.963631, 900, 255, 1, '', 49345, NULL), +(@OGUID+8488, 2866, 0, 4, 0, 1, 1, -11456.7, -2724.53, 5.32711, 1.39626, 0, 0, 0.642787, 0.766045, 900, 255, 1, '', 52237, NULL), +(@OGUID+8489, 2866, 0, 4, 0, 1, 1, -11508.7, -3285.16, 7.97583, 4.90438, 0, 0, -0.636078, 0.771625, 900, 255, 1, '', 47168, NULL), +(@OGUID+8490, 2866, 0, 4, 0, 1, 1, -11582.3, -3345.27, 8.5192, 1.16937, 0, 0, 0.551936, 0.833886, 900, 255, 1, '', 46248, NULL), +(@OGUID+8491, 2866, 0, 4, 0, 1, 1, -11760.6, -2946.83, 7.51192, 3.3685, 0, 0, -0.993571, 0.113208, 900, 255, 1, '', 45772, NULL), +(@OGUID+8492, 2866, 0, 4, 1437, 1, 1, -11210.6, -2723.26, 13.8473, 4.4855, 0, 0, -0.782608, 0.622515, 900, 255, 1, '', 45772, NULL), +(@OGUID+8493, 2866, 0, 4, 1439, 1, 1, -11365.8, -2859.29, 5.71542, 2.16421, 0, 0, 0.882947, 0.469473, 900, 255, 1, '', 52237, NULL), +(@OGUID+8494, 2866, 0, 4, 1440, 1, 1, -11248.5, -3366.84, 9.82008, 0.645772, 0, 0, 0.317305, 0.948324, 900, 255, 1, '', 45772, NULL), +(@OGUID+8495, 2866, 0, 4, 72, 1, 1, -11650.7, -3321.59, 11.7631, 3.6652, 0, 0, -0.965925, 0.258821, 900, 255, 1, '', 53622, NULL), +(@OGUID+8496, 2866, 0, 4, 460, 1, 1, -11374.7, -3339.36, 7.41967, 0.436332, 0, 0, 0.216439, 0.976296, 900, 255, 1, '', 50664, NULL), +(@OGUID+8497, 324, 0, 4, 3565, 1, 1, -11909.2, -3171.1, -18.7142, 2.26893, 0, 0, 0.906307, 0.422619, 900, 255, 1, '', 50664, NULL), +(@OGUID+8498, 324, 0, 4, 0, 1, 1, -11639, -2895.58, 12.2637, 5.65487, 0, 0, -0.309016, 0.951057, 900, 255, 1, '', 52237, NULL), +(@OGUID+8499, 324, 0, 4, 0, 1, 1, -11542.9, -2873.28, 12.1575, 6.14356, 0, 0, -0.0697556, 0.997564, 900, 255, 1, '', 45772, NULL), +(@OGUID+8500, 324, 0, 4, 0, 1, 1, -11513.3, -2965.08, 35.6738, 3.4383, 0, 0, -0.989016, 0.147811, 900, 255, 1, '', 52237, NULL), +(@OGUID+8501, 324, 0, 4, 0, 1, 1, -11386.1, -3164.7, 19.121, 2.77507, 0, 0, 0.983254, 0.182238, 900, 255, 1, '', 49345, NULL), +(@OGUID+8502, 324, 0, 4, 0, 1, 1, -11377.6, -2688.77, 33.9724, 4.85202, 0, 0, -0.656058, 0.75471, 900, 255, 1, '', 53622, NULL), +(@OGUID+8503, 324, 0, 4, 0, 1, 1, -11309.9, -2952.67, 22.2286, 1.36136, 0, 0, 0.62932, 0.777146, 900, 255, 1, '', 48019, NULL), +(@OGUID+8504, 324, 0, 4, 0, 1, 1, -11307.5, -2520.43, 93.8103, 1.15192, 0, 0, 0.544639, 0.838671, 900, 255, 1, '', 52237, NULL), +(@OGUID+8505, 324, 0, 4, 1440, 1, 1, -11277, -3490.93, 9.94501, 6.26573, 0, 0, -0.00872612, 0.999962, 900, 255, 1, '', 52237, NULL), +(@OGUID+8506, 324, 0, 4, 0, 1, 1, -11270.4, -3305.36, 28.3876, 0.453785, 0, 0, 0.224951, 0.97437, 900, 255, 1, '', 52237, NULL), +(@OGUID+8507, 324, 0, 4, 0, 1, 1, -11234.1, -3451.77, 8.38004, 4.86947, 0, 0, -0.649447, 0.760406, 900, 255, 1, '', 50664, NULL), +(@OGUID+8508, 324, 0, 4, 1440, 1, 1, -11232.6, -3480.72, 9.60974, 3.71755, 0, 0, -0.958819, 0.284016, 900, 255, 1, '', 45772, NULL), +(@OGUID+8509, 324, 0, 4, 2517, 1, 1, -11220.8, -2780.84, 42.5384, 4.32842, 0, 0, -0.829037, 0.559194, 900, 255, 1, '', 53622, NULL), +(@OGUID+8510, 324, 0, 4, 0, 1, 1, -11219.8, -3391.64, 22.8582, 0.715585, 0, 0, 0.350207, 0.936672, 900, 255, 1, '', 50664, NULL), +(@OGUID+8511, 324, 0, 4, 1441, 1, 1, -11203, -2555.16, 108.173, 3.82227, 0, 0, -0.942641, 0.333808, 900, 255, 1, '', 52237, NULL), +(@OGUID+8512, 324, 0, 4, 1437, 1, 1, -11033.6, -2686.33, 24.8255, 4.13643, 0, 0, -0.878817, 0.47716, 900, 255, 1, '', 47168, NULL), +(@OGUID+8513, 324, 0, 4, 0, 1, 1, -10908.3, -2637.55, 14.5878, 0.244346, 0, 0, 0.121869, 0.992546, 900, 255, 1, '', 50664, NULL), +(@OGUID+8514, 324, 0, 4, 1437, 1, 1, -10872.9, -2727.42, 9.55622, 5.53269, 0, 0, -0.366501, 0.930418, 900, 255, 1, '', 53622, NULL), +(@OGUID+8515, 324, 0, 4, 0, 1, 1, -10805, -2666.73, 12.1114, 0.925024, 0, 0, 0.446198, 0.894935, 900, 255, 1, '', 50664, NULL), +(@OGUID+8516, 2047, 0, 4, 3565, 1, 1, -11909.2, -3171.1, -18.7142, 2.26893, 0, 0, 0.906307, 0.422619, 900, 255, 1, '', 50664, NULL), +(@OGUID+8517, 2047, 0, 4, 0, 1, 1, -11639, -2895.58, 12.2637, 5.65487, 0, 0, -0.309016, 0.951057, 900, 255, 1, '', 52237, NULL), +(@OGUID+8518, 2047, 0, 4, 0, 1, 1, -11542.9, -2873.28, 12.1575, 6.14356, 0, 0, -0.0697556, 0.997564, 900, 255, 1, '', 45772, NULL), +(@OGUID+8519, 2047, 0, 4, 0, 1, 1, -11513.3, -2965.08, 35.6738, 3.4383, 0, 0, -0.989016, 0.147811, 900, 255, 1, '', 52237, NULL), +(@OGUID+8520, 2047, 0, 4, 0, 1, 1, -11386.1, -3164.7, 19.121, 2.77507, 0, 0, 0.983254, 0.182238, 900, 255, 1, '', 49345, NULL), +(@OGUID+8521, 2047, 0, 4, 0, 1, 1, -11377.6, -2688.77, 33.9724, 4.85202, 0, 0, -0.656058, 0.75471, 900, 255, 1, '', 53622, NULL), +(@OGUID+8522, 2047, 0, 4, 0, 1, 1, -11309.9, -2952.67, 22.2286, 1.36136, 0, 0, 0.62932, 0.777146, 900, 255, 1, '', 48019, NULL), +(@OGUID+8523, 2047, 0, 4, 0, 1, 1, -11307.5, -2520.43, 93.8103, 1.15192, 0, 0, 0.544639, 0.838671, 900, 255, 1, '', 52237, NULL), +(@OGUID+8524, 2047, 0, 4, 1440, 1, 1, -11277, -3490.93, 9.94501, 6.26573, 0, 0, -0.00872612, 0.999962, 900, 255, 1, '', 52237, NULL), +(@OGUID+8525, 2047, 0, 4, 0, 1, 1, -11270.4, -3305.36, 28.3876, 0.453785, 0, 0, 0.224951, 0.97437, 900, 255, 1, '', 52237, NULL), +(@OGUID+8526, 2047, 0, 4, 0, 1, 1, -11234.1, -3451.77, 8.38004, 4.86947, 0, 0, -0.649447, 0.760406, 900, 255, 1, '', 50664, NULL), +(@OGUID+8527, 2047, 0, 4, 1440, 1, 1, -11232.6, -3480.72, 9.60974, 3.71755, 0, 0, -0.958819, 0.284016, 900, 255, 1, '', 45772, NULL), +(@OGUID+8528, 2047, 0, 4, 2517, 1, 1, -11220.8, -2780.84, 42.5384, 4.32842, 0, 0, -0.829037, 0.559194, 900, 255, 1, '', 53622, NULL), +(@OGUID+8529, 2047, 0, 4, 0, 1, 1, -11219.8, -3391.64, 22.8582, 0.715585, 0, 0, 0.350207, 0.936672, 900, 255, 1, '', 50664, NULL), +(@OGUID+8530, 2047, 0, 4, 1441, 1, 1, -11203, -2555.16, 108.173, 3.82227, 0, 0, -0.942641, 0.333808, 900, 255, 1, '', 52237, NULL), +(@OGUID+8531, 2047, 0, 4, 1437, 1, 1, -11033.6, -2686.33, 24.8255, 4.13643, 0, 0, -0.878817, 0.47716, 900, 255, 1, '', 47168, NULL), +(@OGUID+8532, 2047, 0, 4, 0, 1, 1, -10908.3, -2637.55, 14.5878, 0.244346, 0, 0, 0.121869, 0.992546, 900, 255, 1, '', 50664, NULL), +(@OGUID+8533, 2047, 0, 4, 1437, 1, 1, -10872.9, -2727.42, 9.55622, 5.53269, 0, 0, -0.366501, 0.930418, 900, 255, 1, '', 53622, NULL), +(@OGUID+8534, 2047, 0, 4, 0, 1, 1, -10805, -2666.73, 12.1114, 0.925024, 0, 0, 0.446198, 0.894935, 900, 255, 1, '', 50664, NULL), +(@OGUID+8535, 2040, 0, 4, 0, 1, 1, -10942.8, -2822.68, 27.2863, 4.76475, 0, 0, -0.688354, 0.725374, 900, 255, 1, '', 47168, NULL), +(@OGUID+8536, 2040, 0, 4, 72, 1, 1, -11864.1, -3352.51, 17.5933, 2.60054, 0, 0, 0.96363, 0.267241, 900, 255, 1, '', 45772, NULL), +(@OGUID+8537, 2040, 0, 4, 73, 1, 1, -11705.4, -2752.12, 12.5473, 1.85005, 0, 0, 0.798635, 0.601815, 900, 255, 1, '', 52237, NULL), +(@OGUID+8538, 2040, 0, 4, 0, 1, 1, -11635, -3190.86, 14.4105, 5.25344, 0, 0, -0.492423, 0.870356, 900, 255, 1, '', 49345, NULL), +(@OGUID+8539, 2040, 0, 4, 0, 1, 1, -11556.6, -3112.53, 12.1533, 0.698131, 0, 0, 0.34202, 0.939693, 900, 255, 1, '', 48019, NULL), +(@OGUID+8540, 2040, 0, 4, 0, 1, 1, -11542.7, -2919.17, 14.5303, 4.11898, 0, 0, -0.882947, 0.469473, 900, 255, 1, '', 45772, NULL), +(@OGUID+8541, 2040, 0, 4, 0, 1, 1, -11526.7, -2673.92, 16.1297, 0.157079, 0, 0, 0.0784588, 0.996917, 900, 255, 1, '', 52237, NULL), +(@OGUID+8542, 2040, 0, 4, 1440, 1, 1, -11487.6, -3406.52, 18.8567, 5.2709, 0, 0, -0.484809, 0.87462, 900, 255, 1, '', 46248, NULL), +(@OGUID+8543, 2040, 0, 4, 0, 1, 1, -11470.4, -3198.2, 24.3378, 5.95157, 0, 0, -0.165047, 0.986286, 900, 255, 1, '', 47168, NULL), +(@OGUID+8544, 2040, 0, 4, 0, 1, 1, -11387.7, -3348.58, 11.8879, 5.18363, 0, 0, -0.522498, 0.85264, 900, 255, 1, '', 53622, NULL), +(@OGUID+8545, 2040, 0, 4, 1439, 1, 1, -11347.9, -2880.95, 12.63, 3.90954, 0, 0, -0.927183, 0.374608, 900, 255, 1, '', 52237, NULL), +(@OGUID+8546, 2040, 0, 4, 0, 1, 1, -11303.6, -3203.56, 30.4578, 1.25664, 0, 0, 0.587785, 0.809017, 900, 255, 1, '', 49822, NULL), +(@OGUID+8547, 2040, 0, 4, 1440, 1, 1, -11286.7, -3423.87, 10.0321, 0.488691, 0, 0, 0.241921, 0.970296, 900, 255, 1, '', 46248, NULL), +(@OGUID+8548, 2040, 0, 4, 1440, 1, 1, -11280.7, -3478.4, 7.66078, 2.04204, 0, 0, 0.85264, 0.522499, 900, 255, 1, '', 45772, NULL), +(@OGUID+8549, 2040, 0, 4, 1437, 1, 1, -11253.7, -2698.1, 15.4379, 1.16937, 0, 0, 0.551936, 0.833886, 900, 255, 1, '', 45772, NULL), +(@OGUID+8550, 2040, 0, 4, 1440, 1, 1, -11252, -3575.26, 9.13002, 0.645772, 0, 0, 0.317305, 0.948324, 900, 255, 1, '', 53622, NULL), +(@OGUID+8551, 2040, 0, 4, 1440, 1, 1, -11210.6, -3524.07, 6.14764, 5.86431, 0, 0, -0.207911, 0.978148, 900, 255, 1, '', 47168, NULL), +(@OGUID+8552, 2040, 0, 4, 0, 1, 1, -11180.9, -2909.93, 39.0139, 4.41568, 0, 0, -0.803857, 0.594823, 900, 255, 1, '', 49345, NULL), +(@OGUID+8553, 2040, 0, 4, 0, 1, 1, -11126.9, -3365.38, 58.9554, 4.67748, 0, 0, -0.719339, 0.694659, 900, 255, 1, '', 49345, NULL), +(@OGUID+8554, 1734, 0, 4, 0, 1, 1, -10942.8, -2822.68, 27.2863, 4.76475, 0, 0, -0.688354, 0.725374, 900, 255, 1, '', 47168, NULL), +(@OGUID+8555, 1734, 0, 4, 72, 1, 1, -11864.1, -3352.51, 17.5933, 2.60054, 0, 0, 0.96363, 0.267241, 900, 255, 1, '', 45772, NULL), +(@OGUID+8556, 1734, 0, 4, 73, 1, 1, -11705.4, -2752.12, 12.5473, 1.85005, 0, 0, 0.798635, 0.601815, 900, 255, 1, '', 52237, NULL), +(@OGUID+8557, 1734, 0, 4, 0, 1, 1, -11635, -3190.86, 14.4105, 5.25344, 0, 0, -0.492423, 0.870356, 900, 255, 1, '', 49345, NULL), +(@OGUID+8558, 1734, 0, 4, 0, 1, 1, -11556.6, -3112.53, 12.1533, 0.698131, 0, 0, 0.34202, 0.939693, 900, 255, 1, '', 48019, NULL), +(@OGUID+8559, 1734, 0, 4, 0, 1, 1, -11542.7, -2919.17, 14.5303, 4.11898, 0, 0, -0.882947, 0.469473, 900, 255, 1, '', 45772, NULL), +(@OGUID+8560, 1734, 0, 4, 0, 1, 1, -11526.7, -2673.92, 16.1297, 0.157079, 0, 0, 0.0784588, 0.996917, 900, 255, 1, '', 52237, NULL), +(@OGUID+8561, 1734, 0, 4, 1440, 1, 1, -11487.6, -3406.52, 18.8567, 5.2709, 0, 0, -0.484809, 0.87462, 900, 255, 1, '', 46248, NULL), +(@OGUID+8562, 1734, 0, 4, 0, 1, 1, -11470.4, -3198.2, 24.3378, 5.95157, 0, 0, -0.165047, 0.986286, 900, 255, 1, '', 47168, NULL), +(@OGUID+8563, 1734, 0, 4, 0, 1, 1, -11387.7, -3348.58, 11.8879, 5.18363, 0, 0, -0.522498, 0.85264, 900, 255, 1, '', 53622, NULL), +(@OGUID+8564, 1734, 0, 4, 1439, 1, 1, -11347.9, -2880.95, 12.63, 3.90954, 0, 0, -0.927183, 0.374608, 900, 255, 1, '', 52237, NULL), +(@OGUID+8565, 1734, 0, 4, 0, 1, 1, -11303.6, -3203.56, 30.4578, 1.25664, 0, 0, 0.587785, 0.809017, 900, 255, 1, '', 49822, NULL), +(@OGUID+8566, 1734, 0, 4, 1440, 1, 1, -11286.7, -3423.87, 10.0321, 0.488691, 0, 0, 0.241921, 0.970296, 900, 255, 1, '', 46248, NULL), +(@OGUID+8567, 1734, 0, 4, 1440, 1, 1, -11280.7, -3478.4, 7.66078, 2.04204, 0, 0, 0.85264, 0.522499, 900, 255, 1, '', 45772, NULL), +(@OGUID+8568, 1734, 0, 4, 1437, 1, 1, -11253.7, -2698.1, 15.4379, 1.16937, 0, 0, 0.551936, 0.833886, 900, 255, 1, '', 45772, NULL), +(@OGUID+8569, 1734, 0, 4, 1440, 1, 1, -11252, -3575.26, 9.13002, 0.645772, 0, 0, 0.317305, 0.948324, 900, 255, 1, '', 53622, NULL), +(@OGUID+8570, 1734, 0, 4, 1440, 1, 1, -11210.6, -3524.07, 6.14764, 5.86431, 0, 0, -0.207911, 0.978148, 900, 255, 1, '', 47168, NULL), +(@OGUID+8571, 1734, 0, 4, 0, 1, 1, -11180.9, -2909.93, 39.0139, 4.41568, 0, 0, -0.803857, 0.594823, 900, 255, 1, '', 49345, NULL), +(@OGUID+8572, 1734, 0, 4, 0, 1, 1, -11126.9, -3365.38, 58.9554, 4.67748, 0, 0, -0.719339, 0.694659, 900, 255, 1, '', 49345, NULL), +(@OGUID+8573, 2047, 0, 4, 0, 1, 1, -10942.8, -2822.68, 27.2863, 4.76475, 0, 0, -0.688354, 0.725374, 900, 255, 1, '', 47168, NULL), +(@OGUID+8574, 2047, 0, 4, 72, 1, 1, -11864.1, -3352.51, 17.5933, 2.60054, 0, 0, 0.96363, 0.267241, 900, 255, 1, '', 45772, NULL), +(@OGUID+8575, 2047, 0, 4, 73, 1, 1, -11705.4, -2752.12, 12.5473, 1.85005, 0, 0, 0.798635, 0.601815, 900, 255, 1, '', 52237, NULL), +(@OGUID+8576, 2047, 0, 4, 0, 1, 1, -11635, -3190.86, 14.4105, 5.25344, 0, 0, -0.492423, 0.870356, 900, 255, 1, '', 49345, NULL), +(@OGUID+8577, 2047, 0, 4, 0, 1, 1, -11556.6, -3112.53, 12.1533, 0.698131, 0, 0, 0.34202, 0.939693, 900, 255, 1, '', 48019, NULL), +(@OGUID+8578, 2047, 0, 4, 0, 1, 1, -11542.7, -2919.17, 14.5303, 4.11898, 0, 0, -0.882947, 0.469473, 900, 255, 1, '', 45772, NULL), +(@OGUID+8579, 2047, 0, 4, 0, 1, 1, -11526.7, -2673.92, 16.1297, 0.157079, 0, 0, 0.0784588, 0.996917, 900, 255, 1, '', 52237, NULL), +(@OGUID+8580, 2047, 0, 4, 1440, 1, 1, -11487.6, -3406.52, 18.8567, 5.2709, 0, 0, -0.484809, 0.87462, 900, 255, 1, '', 46248, NULL), +(@OGUID+8581, 2047, 0, 4, 0, 1, 1, -11470.4, -3198.2, 24.3378, 5.95157, 0, 0, -0.165047, 0.986286, 900, 255, 1, '', 47168, NULL), +(@OGUID+8582, 2047, 0, 4, 0, 1, 1, -11387.7, -3348.58, 11.8879, 5.18363, 0, 0, -0.522498, 0.85264, 900, 255, 1, '', 53622, NULL), +(@OGUID+8583, 2047, 0, 4, 1439, 1, 1, -11347.9, -2880.95, 12.63, 3.90954, 0, 0, -0.927183, 0.374608, 900, 255, 1, '', 52237, NULL), +(@OGUID+8584, 2047, 0, 4, 0, 1, 1, -11303.6, -3203.56, 30.4578, 1.25664, 0, 0, 0.587785, 0.809017, 900, 255, 1, '', 49822, NULL), +(@OGUID+8585, 2047, 0, 4, 1440, 1, 1, -11286.7, -3423.87, 10.0321, 0.488691, 0, 0, 0.241921, 0.970296, 900, 255, 1, '', 46248, NULL), +(@OGUID+8586, 2047, 0, 4, 1440, 1, 1, -11280.7, -3478.4, 7.66078, 2.04204, 0, 0, 0.85264, 0.522499, 900, 255, 1, '', 45772, NULL), +(@OGUID+8587, 2047, 0, 4, 1437, 1, 1, -11253.7, -2698.1, 15.4379, 1.16937, 0, 0, 0.551936, 0.833886, 900, 255, 1, '', 45772, NULL), +(@OGUID+8588, 2047, 0, 4, 1440, 1, 1, -11252, -3575.26, 9.13002, 0.645772, 0, 0, 0.317305, 0.948324, 900, 255, 1, '', 53622, NULL), +(@OGUID+8589, 2047, 0, 4, 1440, 1, 1, -11210.6, -3524.07, 6.14764, 5.86431, 0, 0, -0.207911, 0.978148, 900, 255, 1, '', 47168, NULL), +(@OGUID+8590, 2047, 0, 4, 0, 1, 1, -11180.9, -2909.93, 39.0139, 4.41568, 0, 0, -0.803857, 0.594823, 900, 255, 1, '', 49345, NULL), +(@OGUID+8591, 2047, 0, 4, 0, 1, 1, -11126.9, -3365.38, 58.9554, 4.67748, 0, 0, -0.719339, 0.694659, 900, 255, 1, '', 49345, NULL), +(@OGUID+8592, 150079, 0, 4, 0, 1, 1, -10857.4, -3167.36, 47.1372, 0.331611, 0, 0, 0.165047, 0.986286, 900, 255, 1, '', 49345, NULL), +(@OGUID+8593, 150079, 0, 4, 1637, 1, 1, -10818.7, -3475.05, -21.4749, 5.65487, 0, 0, -0.309016, 0.951057, 900, 255, 1, '', 50664, NULL), +(@OGUID+8594, 150079, 0, 4, 1637, 1, 1, -10801.8, -3554.11, -7.67958, 1.23918, 0, 0, 0.580703, 0.814116, 900, 255, 1, '', 50664, NULL), +(@OGUID+8595, 150079, 0, 4, 0, 1, 1, -10801.7, -3064.23, 45.8933, 0.802851, 0, 0, 0.390731, 0.920505, 900, 255, 1, '', 49345, NULL), +(@OGUID+8596, 150079, 0, 4, 1637, 1, 1, -10780.1, -3291.37, -10.1236, 3.78737, 0, 0, -0.948323, 0.317306, 900, 255, 1, '', 50664, NULL), +(@OGUID+8597, 150079, 0, 4, 1637, 1, 1, -10773.2, -3383.68, -9.40466, 0.523598, 0, 0, 0.258819, 0.965926, 900, 255, 1, '', 50664, NULL), +(@OGUID+8598, 150079, 0, 4, 1637, 1, 1, -10741.1, -3678.92, -10.5593, 3.71755, 0, 0, -0.958819, 0.284016, 900, 255, 1, '', 50664, NULL), +(@OGUID+8599, 150079, 0, 4, 1637, 1, 1, -10718.5, -3096.47, 35.6884, 3.26377, 0, 0, -0.998135, 0.0610518, 900, 255, 1, '', 50664, NULL), +(@OGUID+8600, 150079, 0, 4, 1637, 1, 1, -10705.5, -3127.19, 29.0701, 4.34587, 0, 0, -0.824126, 0.566406, 900, 255, 1, '', 50664, NULL), +(@OGUID+8601, 150079, 0, 4, 1637, 1, 1, -10684.2, -3692.6, -11.4256, 0.349065, 0, 0, 0.173648, 0.984808, 900, 255, 1, '', 50664, NULL), +(@OGUID+8602, 150079, 0, 4, 1637, 1, 1, -10678, -3063.91, 19.3301, 1.16937, 0, 0, 0.551936, 0.833886, 900, 255, 1, '', 50664, NULL), +(@OGUID+8603, 150079, 0, 4, 1637, 1, 1, -10661.6, -3303.15, -9.63558, 4.60767, 0, 0, -0.743144, 0.669131, 900, 255, 1, '', 50664, NULL), +(@OGUID+8604, 150079, 0, 4, 1637, 1, 1, -10659, -3390.33, -12.6527, 1.37881, 0, 0, 0.636078, 0.771625, 900, 255, 1, '', 50664, NULL), +(@OGUID+8605, 150079, 0, 4, 1637, 1, 1, -10625, -3655, -15.6897, 3.64774, 0, 0, -0.968147, 0.250381, 900, 255, 1, '', 50664, NULL), +(@OGUID+8606, 150079, 0, 4, 1637, 1, 1, -10613, -3328.92, -7.07186, 4.36332, 0, 0, -0.819152, 0.573577, 900, 255, 1, '', 50664, NULL), +(@OGUID+8607, 150079, 0, 4, 1637, 1, 1, -10554.8, -3591.63, -13.6239, 3.03684, 0, 0, 0.998629, 0.0523532, 900, 255, 1, '', 50664, NULL), +(@OGUID+8608, 150079, 0, 4, 1637, 1, 1, -10530.1, -3547.74, -9.48959, 3.00195, 0, 0, 0.997563, 0.0697661, 900, 255, 1, '', 50664, NULL), +(@OGUID+8609, 150079, 0, 4, 1637, 1, 1, -10503.3, -3453.36, -14.0034, 4.62512, 0, 0, -0.737277, 0.675591, 900, 255, 1, '', 50664, NULL), +(@OGUID+8610, 150079, 0, 4, 0, 1, 1, -10497.4, -3329.15, -4.38601, 1.01229, 0, 0, 0.484809, 0.87462, 900, 255, 1, '', 48503, NULL), +(@OGUID+8611, 150079, 0, 4, 0, 1, 1, -10494.9, -3214.97, -1.79457, 1.46608, 0, 0, 0.66913, 0.743145, 900, 255, 1, '', 50063, NULL), +(@OGUID+8612, 150079, 0, 4, 0, 1, 1, -10481.5, -3269.82, -4.87173, 0.0523589, 0, 0, 0.0261765, 0.999657, 900, 255, 1, '', 48340, NULL), +(@OGUID+8613, 150080, 0, 4, 0, 1, 1, -10857.4, -3167.36, 47.1372, 0.331611, 0, 0, 0.165047, 0.986286, 900, 255, 1, '', 49345, NULL), +(@OGUID+8614, 150080, 0, 4, 1637, 1, 1, -10818.7, -3475.05, -21.4749, 5.65487, 0, 0, -0.309016, 0.951057, 900, 255, 1, '', 50664, NULL), +(@OGUID+8615, 150080, 0, 4, 1637, 1, 1, -10801.8, -3554.11, -7.67958, 1.23918, 0, 0, 0.580703, 0.814116, 900, 255, 1, '', 50664, NULL), +(@OGUID+8616, 150080, 0, 4, 0, 1, 1, -10801.7, -3064.23, 45.8933, 0.802851, 0, 0, 0.390731, 0.920505, 900, 255, 1, '', 49345, NULL), +(@OGUID+8617, 150080, 0, 4, 1637, 1, 1, -10780.1, -3291.37, -10.1236, 3.78737, 0, 0, -0.948323, 0.317306, 900, 255, 1, '', 50664, NULL), +(@OGUID+8618, 150080, 0, 4, 1637, 1, 1, -10773.2, -3383.68, -9.40466, 0.523598, 0, 0, 0.258819, 0.965926, 900, 255, 1, '', 50664, NULL), +(@OGUID+8619, 150080, 0, 4, 1637, 1, 1, -10741.1, -3678.92, -10.5593, 3.71755, 0, 0, -0.958819, 0.284016, 900, 255, 1, '', 50664, NULL), +(@OGUID+8620, 150080, 0, 4, 1637, 1, 1, -10718.5, -3096.47, 35.6884, 3.26377, 0, 0, -0.998135, 0.0610518, 900, 255, 1, '', 50664, NULL), +(@OGUID+8621, 150080, 0, 4, 1637, 1, 1, -10705.5, -3127.19, 29.0701, 4.34587, 0, 0, -0.824126, 0.566406, 900, 255, 1, '', 50664, NULL), +(@OGUID+8622, 150080, 0, 4, 1637, 1, 1, -10684.2, -3692.6, -11.4256, 0.349065, 0, 0, 0.173648, 0.984808, 900, 255, 1, '', 50664, NULL), +(@OGUID+8623, 150080, 0, 4, 1637, 1, 1, -10678, -3063.91, 19.3301, 1.16937, 0, 0, 0.551936, 0.833886, 900, 255, 1, '', 50664, NULL), +(@OGUID+8624, 150080, 0, 4, 1637, 1, 1, -10661.6, -3303.15, -9.63558, 4.60767, 0, 0, -0.743144, 0.669131, 900, 255, 1, '', 50664, NULL), +(@OGUID+8625, 150080, 0, 4, 1637, 1, 1, -10659, -3390.33, -12.6527, 1.37881, 0, 0, 0.636078, 0.771625, 900, 255, 1, '', 50664, NULL), +(@OGUID+8626, 150080, 0, 4, 1637, 1, 1, -10625, -3655, -15.6897, 3.64774, 0, 0, -0.968147, 0.250381, 900, 255, 1, '', 50664, NULL), +(@OGUID+8627, 150080, 0, 4, 1637, 1, 1, -10613, -3328.92, -7.07186, 4.36332, 0, 0, -0.819152, 0.573577, 900, 255, 1, '', 50664, NULL), +(@OGUID+8628, 150080, 0, 4, 1637, 1, 1, -10554.8, -3591.63, -13.6239, 3.03684, 0, 0, 0.998629, 0.0523532, 900, 255, 1, '', 50664, NULL), +(@OGUID+8629, 150080, 0, 4, 1637, 1, 1, -10530.1, -3547.74, -9.48959, 3.00195, 0, 0, 0.997563, 0.0697661, 900, 255, 1, '', 50664, NULL), +(@OGUID+8630, 150080, 0, 4, 1637, 1, 1, -10503.3, -3453.36, -14.0034, 4.62512, 0, 0, -0.737277, 0.675591, 900, 255, 1, '', 50664, NULL), +(@OGUID+8631, 150080, 0, 4, 0, 1, 1, -10497.4, -3329.15, -4.38601, 1.01229, 0, 0, 0.484809, 0.87462, 900, 255, 1, '', 48503, NULL), +(@OGUID+8632, 150080, 0, 4, 0, 1, 1, -10494.9, -3214.97, -1.79457, 1.46608, 0, 0, 0.66913, 0.743145, 900, 255, 1, '', 50063, NULL), +(@OGUID+8633, 150080, 0, 4, 0, 1, 1, -10481.5, -3269.82, -4.87173, 0.0523589, 0, 0, 0.0261765, 0.999657, 900, 255, 1, '', 48340, NULL), +(@OGUID+8634, 150081, 0, 4, 0, 1, 1, -10857.4, -3167.36, 47.1372, 0.331611, 0, 0, 0.165047, 0.986286, 900, 255, 1, '', 49345, NULL), +(@OGUID+8635, 150081, 0, 4, 1637, 1, 1, -10818.7, -3475.05, -21.4749, 5.65487, 0, 0, -0.309016, 0.951057, 900, 255, 1, '', 50664, NULL), +(@OGUID+8636, 150081, 0, 4, 1637, 1, 1, -10801.8, -3554.11, -7.67958, 1.23918, 0, 0, 0.580703, 0.814116, 900, 255, 1, '', 50664, NULL), +(@OGUID+8637, 150081, 0, 4, 0, 1, 1, -10801.7, -3064.23, 45.8933, 0.802851, 0, 0, 0.390731, 0.920505, 900, 255, 1, '', 49345, NULL), +(@OGUID+8638, 150081, 0, 4, 1637, 1, 1, -10780.1, -3291.37, -10.1236, 3.78737, 0, 0, -0.948323, 0.317306, 900, 255, 1, '', 50664, NULL), +(@OGUID+8639, 150081, 0, 4, 1637, 1, 1, -10773.2, -3383.68, -9.40466, 0.523598, 0, 0, 0.258819, 0.965926, 900, 255, 1, '', 50664, NULL), +(@OGUID+8640, 150081, 0, 4, 1637, 1, 1, -10741.1, -3678.92, -10.5593, 3.71755, 0, 0, -0.958819, 0.284016, 900, 255, 1, '', 50664, NULL), +(@OGUID+8641, 150081, 0, 4, 1637, 1, 1, -10718.5, -3096.47, 35.6884, 3.26377, 0, 0, -0.998135, 0.0610518, 900, 255, 1, '', 50664, NULL), +(@OGUID+8642, 150081, 0, 4, 1637, 1, 1, -10705.5, -3127.19, 29.0701, 4.34587, 0, 0, -0.824126, 0.566406, 900, 255, 1, '', 50664, NULL), +(@OGUID+8643, 150081, 0, 4, 1637, 1, 1, -10684.2, -3692.6, -11.4256, 0.349065, 0, 0, 0.173648, 0.984808, 900, 255, 1, '', 50664, NULL), +(@OGUID+8644, 150081, 0, 4, 1637, 1, 1, -10678, -3063.91, 19.3301, 1.16937, 0, 0, 0.551936, 0.833886, 900, 255, 1, '', 50664, NULL), +(@OGUID+8645, 150081, 0, 4, 1637, 1, 1, -10661.6, -3303.15, -9.63558, 4.60767, 0, 0, -0.743144, 0.669131, 900, 255, 1, '', 50664, NULL), +(@OGUID+8646, 150081, 0, 4, 1637, 1, 1, -10659, -3390.33, -12.6527, 1.37881, 0, 0, 0.636078, 0.771625, 900, 255, 1, '', 50664, NULL), +(@OGUID+8647, 150081, 0, 4, 1637, 1, 1, -10625, -3655, -15.6897, 3.64774, 0, 0, -0.968147, 0.250381, 900, 255, 1, '', 50664, NULL), +(@OGUID+8648, 150081, 0, 4, 1637, 1, 1, -10613, -3328.92, -7.07186, 4.36332, 0, 0, -0.819152, 0.573577, 900, 255, 1, '', 50664, NULL), +(@OGUID+8649, 150081, 0, 4, 1637, 1, 1, -10554.8, -3591.63, -13.6239, 3.03684, 0, 0, 0.998629, 0.0523532, 900, 255, 1, '', 50664, NULL), +(@OGUID+8650, 150081, 0, 4, 1637, 1, 1, -10530.1, -3547.74, -9.48959, 3.00195, 0, 0, 0.997563, 0.0697661, 900, 255, 1, '', 50664, NULL), +(@OGUID+8651, 150081, 0, 4, 1637, 1, 1, -10503.3, -3453.36, -14.0034, 4.62512, 0, 0, -0.737277, 0.675591, 900, 255, 1, '', 50664, NULL), +(@OGUID+8652, 150081, 0, 4, 0, 1, 1, -10497.4, -3329.15, -4.38601, 1.01229, 0, 0, 0.484809, 0.87462, 900, 255, 1, '', 48503, NULL), +(@OGUID+8653, 150081, 0, 4, 0, 1, 1, -10494.9, -3214.97, -1.79457, 1.46608, 0, 0, 0.66913, 0.743145, 900, 255, 1, '', 50063, NULL), +(@OGUID+8654, 150081, 0, 4, 0, 1, 1, -10481.5, -3269.82, -4.87173, 0.0523589, 0, 0, 0.0261765, 0.999657, 900, 255, 1, '', 48340, NULL), +(@OGUID+8655, 150082, 0, 4, 1637, 1, 1, -10776.8, -3546.58, -27.8987, 4.39823, 0, 0, -0.809016, 0.587786, 900, 255, 1, '', 50664, NULL), +(@OGUID+8656, 150082, 0, 4, 1637, 1, 1, -10736.8, -3450.88, -15.9763, 0.59341, 0, 0, 0.292371, 0.956305, 900, 255, 1, '', 50664, NULL), +(@OGUID+8657, 150082, 0, 4, 1637, 1, 1, -10732.7, -3276.7, -10.6695, 5.72468, 0, 0, -0.275637, 0.961262, 900, 255, 1, '', 50664, NULL), +(@OGUID+8658, 150082, 0, 4, 1637, 1, 1, -10708.4, -3630.8, -10.6296, 5.37562, 0, 0, -0.438371, 0.898794, 900, 255, 1, '', 50664, NULL), +(@OGUID+8659, 150082, 0, 4, 1637, 1, 1, -10702.7, -3170.85, 24.7436, 5.02655, 0, 0, -0.587785, 0.809017, 900, 255, 1, '', 50664, NULL), +(@OGUID+8660, 150082, 0, 4, 1637, 1, 1, -10692.1, -3406.85, -12.8674, 2.44346, 0, 0, 0.939692, 0.34202, 900, 255, 1, '', 50664, NULL), +(@OGUID+8661, 150082, 0, 4, 1637, 1, 1, -10673.9, -3564.52, -33.5804, 4.93928, 0, 0, -0.622514, 0.782609, 900, 255, 1, '', 50664, NULL), +(@OGUID+8662, 150082, 0, 4, 1637, 1, 1, -10671.9, -3101.02, 21.8348, 3.03684, 0, 0, 0.998629, 0.0523532, 900, 255, 1, '', 50664, NULL), +(@OGUID+8663, 150082, 0, 4, 1637, 1, 1, -10619.1, -3383.08, -13.5731, 6.19592, 0, 0, -0.0436192, 0.999048, 900, 255, 1, '', 50664, NULL), +(@OGUID+8664, 150082, 0, 4, 1637, 1, 1, -10614.3, -3279.39, -6.62452, 3.71755, 0, 0, -0.958819, 0.284016, 900, 255, 1, '', 50664, NULL), +(@OGUID+8665, 150082, 0, 4, 1637, 1, 1, -10611.1, -3543.19, -7.88755, 1.88495, 0, 0, 0.809016, 0.587786, 900, 255, 1, '', 50664, NULL), +(@OGUID+8666, 150082, 0, 4, 1637, 1, 1, -10604.6, -3622.64, -12.7788, 5.044, 0, 0, -0.580703, 0.814116, 900, 255, 1, '', 50664, NULL), +(@OGUID+8667, 150082, 0, 4, 4620, 1, 1, -10594.3, -3199.24, 10.6181, 5.67232, 0, 0, -0.300705, 0.953717, 900, 255, 1, '', 50250, NULL), +(@OGUID+8668, 150082, 0, 4, 0, 1, 1, -10557.8, -3255.34, 5.07344, 2.61799, 0, 0, 0.965925, 0.258821, 900, 255, 1, '', 48632, NULL), +(@OGUID+8669, 150082, 0, 4, 0, 1, 1, -10552.4, -3171.3, 5.98372, 2.86234, 0, 0, 0.990268, 0.139175, 900, 255, 1, '', 48632, NULL), +(@OGUID+8670, 150082, 0, 4, 1637, 1, 1, -10550.4, -3393.96, -2.81507, 0.837757, 0, 0, 0.406736, 0.913546, 900, 255, 1, '', 50664, NULL), +(@OGUID+8671, 150082, 0, 4, 1637, 1, 1, -10544.9, -3499.9, -10.4198, 0.90757, 0, 0, 0.438371, 0.898794, 900, 255, 1, '', 50664, NULL), +(@OGUID+8672, 150081, 0, 4, 1637, 1, 1, -10776.8, -3546.58, -27.8987, 4.39823, 0, 0, -0.809016, 0.587786, 900, 255, 1, '', 50664, NULL), +(@OGUID+8673, 150081, 0, 4, 1637, 1, 1, -10736.8, -3450.88, -15.9763, 0.59341, 0, 0, 0.292371, 0.956305, 900, 255, 1, '', 50664, NULL), +(@OGUID+8674, 150081, 0, 4, 1637, 1, 1, -10732.7, -3276.7, -10.6695, 5.72468, 0, 0, -0.275637, 0.961262, 900, 255, 1, '', 50664, NULL), +(@OGUID+8675, 150081, 0, 4, 1637, 1, 1, -10708.4, -3630.8, -10.6296, 5.37562, 0, 0, -0.438371, 0.898794, 900, 255, 1, '', 50664, NULL), +(@OGUID+8676, 150081, 0, 4, 1637, 1, 1, -10702.7, -3170.85, 24.7436, 5.02655, 0, 0, -0.587785, 0.809017, 900, 255, 1, '', 50664, NULL), +(@OGUID+8677, 150081, 0, 4, 1637, 1, 1, -10692.1, -3406.85, -12.8674, 2.44346, 0, 0, 0.939692, 0.34202, 900, 255, 1, '', 50664, NULL), +(@OGUID+8678, 150081, 0, 4, 1637, 1, 1, -10673.9, -3564.52, -33.5804, 4.93928, 0, 0, -0.622514, 0.782609, 900, 255, 1, '', 50664, NULL), +(@OGUID+8679, 150081, 0, 4, 1637, 1, 1, -10671.9, -3101.02, 21.8348, 3.03684, 0, 0, 0.998629, 0.0523532, 900, 255, 1, '', 50664, NULL), +(@OGUID+8680, 150081, 0, 4, 1637, 1, 1, -10619.1, -3383.08, -13.5731, 6.19592, 0, 0, -0.0436192, 0.999048, 900, 255, 1, '', 50664, NULL), +(@OGUID+8681, 150081, 0, 4, 1637, 1, 1, -10614.3, -3279.39, -6.62452, 3.71755, 0, 0, -0.958819, 0.284016, 900, 255, 1, '', 50664, NULL), +(@OGUID+8682, 150081, 0, 4, 1637, 1, 1, -10611.1, -3543.19, -7.88755, 1.88495, 0, 0, 0.809016, 0.587786, 900, 255, 1, '', 50664, NULL), +(@OGUID+8683, 150081, 0, 4, 1637, 1, 1, -10604.6, -3622.64, -12.7788, 5.044, 0, 0, -0.580703, 0.814116, 900, 255, 1, '', 50664, NULL), +(@OGUID+8684, 150081, 0, 4, 4620, 1, 1, -10594.3, -3199.24, 10.6181, 5.67232, 0, 0, -0.300705, 0.953717, 900, 255, 1, '', 50250, NULL), +(@OGUID+8685, 150081, 0, 4, 0, 1, 1, -10557.8, -3255.34, 5.07344, 2.61799, 0, 0, 0.965925, 0.258821, 900, 255, 1, '', 48632, NULL), +(@OGUID+8686, 150081, 0, 4, 0, 1, 1, -10552.4, -3171.3, 5.98372, 2.86234, 0, 0, 0.990268, 0.139175, 900, 255, 1, '', 48632, NULL), +(@OGUID+8687, 150081, 0, 4, 1637, 1, 1, -10550.4, -3393.96, -2.81507, 0.837757, 0, 0, 0.406736, 0.913546, 900, 255, 1, '', 50664, NULL), +(@OGUID+8688, 150081, 0, 4, 1637, 1, 1, -10544.9, -3499.9, -10.4198, 0.90757, 0, 0, 0.438371, 0.898794, 900, 255, 1, '', 50664, NULL); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+8497, @POOL_SINGLE+1184, 90, 'Blasted Lands - Ore Pool - Small Thorium Vein'), +(@OGUID+8498, @POOL_SINGLE+1185, 90, 'Blasted Lands - Ore Pool - Small Thorium Vein'), +(@OGUID+8499, @POOL_SINGLE+1186, 90, 'Blasted Lands - Ore Pool - Small Thorium Vein'), +(@OGUID+8500, @POOL_SINGLE+1187, 90, 'Blasted Lands - Ore Pool - Small Thorium Vein'), +(@OGUID+8501, @POOL_SINGLE+1188, 90, 'Blasted Lands - Ore Pool - Small Thorium Vein'), +(@OGUID+8502, @POOL_SINGLE+1189, 90, 'Blasted Lands - Ore Pool - Small Thorium Vein'), +(@OGUID+8503, @POOL_SINGLE+1190, 90, 'Blasted Lands - Ore Pool - Small Thorium Vein'), +(@OGUID+8504, @POOL_SINGLE+1191, 90, 'Blasted Lands - Ore Pool - Small Thorium Vein'), +(@OGUID+8505, @POOL_SINGLE+1192, 90, 'Blasted Lands - Ore Pool - Small Thorium Vein'), +(@OGUID+8506, @POOL_SINGLE+1193, 90, 'Blasted Lands - Ore Pool - Small Thorium Vein'), +(@OGUID+8507, @POOL_SINGLE+1194, 90, 'Blasted Lands - Ore Pool - Small Thorium Vein'), +(@OGUID+8508, @POOL_SINGLE+1195, 90, 'Blasted Lands - Ore Pool - Small Thorium Vein'), +(@OGUID+8509, @POOL_SINGLE+1196, 90, 'Blasted Lands - Ore Pool - Small Thorium Vein'), +(@OGUID+8510, @POOL_SINGLE+1197, 90, 'Blasted Lands - Ore Pool - Small Thorium Vein'), +(@OGUID+8511, @POOL_SINGLE+1198, 90, 'Blasted Lands - Ore Pool - Small Thorium Vein'), +(@OGUID+8512, @POOL_SINGLE+1199, 90, 'Blasted Lands - Ore Pool - Small Thorium Vein'), +(@OGUID+8513, @POOL_SINGLE+1200, 90, 'Blasted Lands - Ore Pool - Small Thorium Vein'), +(@OGUID+8514, @POOL_SINGLE+1201, 90, 'Blasted Lands - Ore Pool - Small Thorium Vein'), +(@OGUID+8515, @POOL_SINGLE+1202, 90, 'Blasted Lands - Ore Pool - Small Thorium Vein'), +(@OGUID+8516, @POOL_SINGLE+1184, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit'), +(@OGUID+8517, @POOL_SINGLE+1185, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit'), +(@OGUID+8518, @POOL_SINGLE+1186, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit'), +(@OGUID+8519, @POOL_SINGLE+1187, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit'), +(@OGUID+8520, @POOL_SINGLE+1188, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit'), +(@OGUID+8521, @POOL_SINGLE+1189, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit'), +(@OGUID+8522, @POOL_SINGLE+1190, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit'), +(@OGUID+8523, @POOL_SINGLE+1191, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit'), +(@OGUID+8524, @POOL_SINGLE+1192, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit'), +(@OGUID+8525, @POOL_SINGLE+1193, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit'), +(@OGUID+8526, @POOL_SINGLE+1194, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit'), +(@OGUID+8527, @POOL_SINGLE+1195, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit'), +(@OGUID+8528, @POOL_SINGLE+1196, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit'), +(@OGUID+8529, @POOL_SINGLE+1197, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit'), +(@OGUID+8530, @POOL_SINGLE+1198, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit'), +(@OGUID+8531, @POOL_SINGLE+1199, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit'), +(@OGUID+8532, @POOL_SINGLE+1200, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit'), +(@OGUID+8533, @POOL_SINGLE+1201, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit'), +(@OGUID+8534, @POOL_SINGLE+1202, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit'), + +(@OGUID+8535, @POOL_SINGLE+1203, 80, 'Blasted Lands - Ore Pool - Mithril Deposit'), +(@OGUID+8536, @POOL_SINGLE+1204, 80, 'Blasted Lands - Ore Pool - Mithril Deposit'), +(@OGUID+8537, @POOL_SINGLE+1205, 80, 'Blasted Lands - Ore Pool - Mithril Deposit'), +(@OGUID+8538, @POOL_SINGLE+1206, 80, 'Blasted Lands - Ore Pool - Mithril Deposit'), +(@OGUID+8539, @POOL_SINGLE+1207, 80, 'Blasted Lands - Ore Pool - Mithril Deposit'), +(@OGUID+8540, @POOL_SINGLE+1208, 80, 'Blasted Lands - Ore Pool - Mithril Deposit'), +(@OGUID+8541, @POOL_SINGLE+1209, 80, 'Blasted Lands - Ore Pool - Mithril Deposit'), +(@OGUID+8542, @POOL_SINGLE+1210, 80, 'Blasted Lands - Ore Pool - Mithril Deposit'), +(@OGUID+8543, @POOL_SINGLE+1211, 80, 'Blasted Lands - Ore Pool - Mithril Deposit'), +(@OGUID+8544, @POOL_SINGLE+1212, 80, 'Blasted Lands - Ore Pool - Mithril Deposit'), +(@OGUID+8545, @POOL_SINGLE+1213, 80, 'Blasted Lands - Ore Pool - Mithril Deposit'), +(@OGUID+8546, @POOL_SINGLE+1214, 80, 'Blasted Lands - Ore Pool - Mithril Deposit'), +(@OGUID+8547, @POOL_SINGLE+1215, 80, 'Blasted Lands - Ore Pool - Mithril Deposit'), +(@OGUID+8548, @POOL_SINGLE+1216, 80, 'Blasted Lands - Ore Pool - Mithril Deposit'), +(@OGUID+8549, @POOL_SINGLE+1217, 80, 'Blasted Lands - Ore Pool - Mithril Deposit'), +(@OGUID+8550, @POOL_SINGLE+1218, 80, 'Blasted Lands - Ore Pool - Mithril Deposit'), +(@OGUID+8551, @POOL_SINGLE+1219, 80, 'Blasted Lands - Ore Pool - Mithril Deposit'), +(@OGUID+8552, @POOL_SINGLE+1220, 80, 'Blasted Lands - Ore Pool - Mithril Deposit'), +(@OGUID+8553, @POOL_SINGLE+1221, 80, 'Blasted Lands - Ore Pool - Mithril Deposit'), +(@OGUID+8554, @POOL_SINGLE+1203, 10, 'Blasted Lands - Ore Pool - Gold Vein'), +(@OGUID+8555, @POOL_SINGLE+1204, 10, 'Blasted Lands - Ore Pool - Gold Vein'), +(@OGUID+8556, @POOL_SINGLE+1205, 10, 'Blasted Lands - Ore Pool - Gold Vein'), +(@OGUID+8557, @POOL_SINGLE+1206, 10, 'Blasted Lands - Ore Pool - Gold Vein'), +(@OGUID+8558, @POOL_SINGLE+1207, 10, 'Blasted Lands - Ore Pool - Gold Vein'), +(@OGUID+8559, @POOL_SINGLE+1208, 10, 'Blasted Lands - Ore Pool - Gold Vein'), +(@OGUID+8560, @POOL_SINGLE+1209, 10, 'Blasted Lands - Ore Pool - Gold Vein'), +(@OGUID+8561, @POOL_SINGLE+1210, 10, 'Blasted Lands - Ore Pool - Gold Vein'), +(@OGUID+8562, @POOL_SINGLE+1211, 10, 'Blasted Lands - Ore Pool - Gold Vein'), +(@OGUID+8563, @POOL_SINGLE+1212, 10, 'Blasted Lands - Ore Pool - Gold Vein'), +(@OGUID+8564, @POOL_SINGLE+1213, 10, 'Blasted Lands - Ore Pool - Gold Vein'), +(@OGUID+8565, @POOL_SINGLE+1214, 10, 'Blasted Lands - Ore Pool - Gold Vein'), +(@OGUID+8566, @POOL_SINGLE+1215, 10, 'Blasted Lands - Ore Pool - Gold Vein'), +(@OGUID+8567, @POOL_SINGLE+1216, 10, 'Blasted Lands - Ore Pool - Gold Vein'), +(@OGUID+8568, @POOL_SINGLE+1217, 10, 'Blasted Lands - Ore Pool - Gold Vein'), +(@OGUID+8569, @POOL_SINGLE+1218, 10, 'Blasted Lands - Ore Pool - Gold Vein'), +(@OGUID+8570, @POOL_SINGLE+1219, 10, 'Blasted Lands - Ore Pool - Gold Vein'), +(@OGUID+8571, @POOL_SINGLE+1220, 10, 'Blasted Lands - Ore Pool - Gold Vein'), +(@OGUID+8572, @POOL_SINGLE+1221, 10, 'Blasted Lands - Ore Pool - Gold Vein'), +(@OGUID+8573, @POOL_SINGLE+1203, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit'), +(@OGUID+8574, @POOL_SINGLE+1204, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit'), +(@OGUID+8575, @POOL_SINGLE+1205, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit'), +(@OGUID+8576, @POOL_SINGLE+1206, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit'), +(@OGUID+8577, @POOL_SINGLE+1207, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit'), +(@OGUID+8578, @POOL_SINGLE+1208, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit'), +(@OGUID+8579, @POOL_SINGLE+1209, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit'), +(@OGUID+8580, @POOL_SINGLE+1210, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit'), +(@OGUID+8581, @POOL_SINGLE+1211, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit'), +(@OGUID+8582, @POOL_SINGLE+1212, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit'), +(@OGUID+8583, @POOL_SINGLE+1213, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit'), +(@OGUID+8584, @POOL_SINGLE+1214, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit'), +(@OGUID+8585, @POOL_SINGLE+1215, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit'), +(@OGUID+8586, @POOL_SINGLE+1216, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit'), +(@OGUID+8587, @POOL_SINGLE+1217, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit'), +(@OGUID+8588, @POOL_SINGLE+1218, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit'), +(@OGUID+8589, @POOL_SINGLE+1219, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit'), +(@OGUID+8590, @POOL_SINGLE+1220, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit'), +(@OGUID+8591, @POOL_SINGLE+1221, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit'), + +(@OGUID+8592, @POOL_SINGLE+1222, 80, 'Blasted Lands - Ore Pool - Mithril Deposit (150079)'), +(@OGUID+8593, @POOL_SINGLE+1223, 80, 'Blasted Lands - Ore Pool - Mithril Deposit (150079)'), +(@OGUID+8594, @POOL_SINGLE+1224, 80, 'Blasted Lands - Ore Pool - Mithril Deposit (150079)'), +(@OGUID+8595, @POOL_SINGLE+1225, 80, 'Blasted Lands - Ore Pool - Mithril Deposit (150079)'), +(@OGUID+8596, @POOL_SINGLE+1226, 80, 'Blasted Lands - Ore Pool - Mithril Deposit (150079)'), +(@OGUID+8597, @POOL_SINGLE+1227, 80, 'Blasted Lands - Ore Pool - Mithril Deposit (150079)'), +(@OGUID+8598, @POOL_SINGLE+1228, 80, 'Blasted Lands - Ore Pool - Mithril Deposit (150079)'), +(@OGUID+8599, @POOL_SINGLE+1229, 80, 'Blasted Lands - Ore Pool - Mithril Deposit (150079)'), +(@OGUID+8600, @POOL_SINGLE+1230, 80, 'Blasted Lands - Ore Pool - Mithril Deposit (150079)'), +(@OGUID+8601, @POOL_SINGLE+1231, 80, 'Blasted Lands - Ore Pool - Mithril Deposit (150079)'), +(@OGUID+8602, @POOL_SINGLE+1232, 80, 'Blasted Lands - Ore Pool - Mithril Deposit (150079)'), +(@OGUID+8603, @POOL_SINGLE+1233, 80, 'Blasted Lands - Ore Pool - Mithril Deposit (150079)'), +(@OGUID+8604, @POOL_SINGLE+1234, 80, 'Blasted Lands - Ore Pool - Mithril Deposit (150079)'), +(@OGUID+8605, @POOL_SINGLE+1235, 80, 'Blasted Lands - Ore Pool - Mithril Deposit (150079)'), +(@OGUID+8606, @POOL_SINGLE+1236, 80, 'Blasted Lands - Ore Pool - Mithril Deposit (150079)'), +(@OGUID+8607, @POOL_SINGLE+1237, 80, 'Blasted Lands - Ore Pool - Mithril Deposit (150079)'), +(@OGUID+8608, @POOL_SINGLE+1238, 80, 'Blasted Lands - Ore Pool - Mithril Deposit (150079)'), +(@OGUID+8609, @POOL_SINGLE+1239, 80, 'Blasted Lands - Ore Pool - Mithril Deposit (150079)'), +(@OGUID+8610, @POOL_SINGLE+1240, 80, 'Blasted Lands - Ore Pool - Mithril Deposit (150079)'), +(@OGUID+8611, @POOL_SINGLE+1241, 80, 'Blasted Lands - Ore Pool - Mithril Deposit (150079)'), +(@OGUID+8612, @POOL_SINGLE+1242, 80, 'Blasted Lands - Ore Pool - Mithril Deposit (150079)'), +(@OGUID+8613, @POOL_SINGLE+1222, 10, 'Blasted Lands - Ore Pool - Gold Vein (150080)'), +(@OGUID+8614, @POOL_SINGLE+1223, 10, 'Blasted Lands - Ore Pool - Gold Vein (150080)'), +(@OGUID+8615, @POOL_SINGLE+1224, 10, 'Blasted Lands - Ore Pool - Gold Vein (150080)'), +(@OGUID+8616, @POOL_SINGLE+1225, 10, 'Blasted Lands - Ore Pool - Gold Vein (150080)'), +(@OGUID+8617, @POOL_SINGLE+1226, 10, 'Blasted Lands - Ore Pool - Gold Vein (150080)'), +(@OGUID+8618, @POOL_SINGLE+1227, 10, 'Blasted Lands - Ore Pool - Gold Vein (150080)'), +(@OGUID+8619, @POOL_SINGLE+1228, 10, 'Blasted Lands - Ore Pool - Gold Vein (150080)'), +(@OGUID+8620, @POOL_SINGLE+1229, 10, 'Blasted Lands - Ore Pool - Gold Vein (150080)'), +(@OGUID+8621, @POOL_SINGLE+1230, 10, 'Blasted Lands - Ore Pool - Gold Vein (150080)'), +(@OGUID+8622, @POOL_SINGLE+1231, 10, 'Blasted Lands - Ore Pool - Gold Vein (150080)'), +(@OGUID+8623, @POOL_SINGLE+1232, 10, 'Blasted Lands - Ore Pool - Gold Vein (150080)'), +(@OGUID+8624, @POOL_SINGLE+1233, 10, 'Blasted Lands - Ore Pool - Gold Vein (150080)'), +(@OGUID+8625, @POOL_SINGLE+1234, 10, 'Blasted Lands - Ore Pool - Gold Vein (150080)'), +(@OGUID+8626, @POOL_SINGLE+1235, 10, 'Blasted Lands - Ore Pool - Gold Vein (150080)'), +(@OGUID+8627, @POOL_SINGLE+1236, 10, 'Blasted Lands - Ore Pool - Gold Vein (150080)'), +(@OGUID+8628, @POOL_SINGLE+1237, 10, 'Blasted Lands - Ore Pool - Gold Vein (150080)'), +(@OGUID+8629, @POOL_SINGLE+1238, 10, 'Blasted Lands - Ore Pool - Gold Vein (150080)'), +(@OGUID+8630, @POOL_SINGLE+1239, 10, 'Blasted Lands - Ore Pool - Gold Vein (150080)'), +(@OGUID+8631, @POOL_SINGLE+1240, 10, 'Blasted Lands - Ore Pool - Gold Vein (150080)'), +(@OGUID+8632, @POOL_SINGLE+1241, 10, 'Blasted Lands - Ore Pool - Gold Vein (150080)'), +(@OGUID+8633, @POOL_SINGLE+1242, 10, 'Blasted Lands - Ore Pool - Gold Vein (150080)'), +(@OGUID+8634, @POOL_SINGLE+1222, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit (150081)'), +(@OGUID+8635, @POOL_SINGLE+1223, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit (150081)'), +(@OGUID+8636, @POOL_SINGLE+1224, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit (150081)'), +(@OGUID+8637, @POOL_SINGLE+1225, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit (150081)'), +(@OGUID+8638, @POOL_SINGLE+1226, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit (150081)'), +(@OGUID+8639, @POOL_SINGLE+1227, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit (150081)'), +(@OGUID+8640, @POOL_SINGLE+1228, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit (150081)'), +(@OGUID+8641, @POOL_SINGLE+1229, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit (150081)'), +(@OGUID+8642, @POOL_SINGLE+1230, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit (150081)'), +(@OGUID+8643, @POOL_SINGLE+1231, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit (150081)'), +(@OGUID+8644, @POOL_SINGLE+1232, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit (150081)'), +(@OGUID+8645, @POOL_SINGLE+1233, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit (150081)'), +(@OGUID+8646, @POOL_SINGLE+1234, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit (150081)'), +(@OGUID+8647, @POOL_SINGLE+1235, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit (150081)'), +(@OGUID+8648, @POOL_SINGLE+1236, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit (150081)'), +(@OGUID+8649, @POOL_SINGLE+1237, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit (150081)'), +(@OGUID+8650, @POOL_SINGLE+1238, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit (150081)'), +(@OGUID+8651, @POOL_SINGLE+1239, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit (150081)'), +(@OGUID+8652, @POOL_SINGLE+1240, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit (150081)'), +(@OGUID+8653, @POOL_SINGLE+1241, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit (150081)'), +(@OGUID+8654, @POOL_SINGLE+1242, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit (150081)'), + +(@OGUID+8655, @POOL_SINGLE+1243, 90, 'Blasted Lands - Ore Pool - Small Thorium Vein (150082)'), +(@OGUID+8656, @POOL_SINGLE+1244, 90, 'Blasted Lands - Ore Pool - Small Thorium Vein (150082)'), +(@OGUID+8657, @POOL_SINGLE+1245, 90, 'Blasted Lands - Ore Pool - Small Thorium Vein (150082)'), +(@OGUID+8658, @POOL_SINGLE+1246, 90, 'Blasted Lands - Ore Pool - Small Thorium Vein (150082)'), +(@OGUID+8659, @POOL_SINGLE+1247, 90, 'Blasted Lands - Ore Pool - Small Thorium Vein (150082)'), +(@OGUID+8660, @POOL_SINGLE+1248, 90, 'Blasted Lands - Ore Pool - Small Thorium Vein (150082)'), +(@OGUID+8661, @POOL_SINGLE+1249, 90, 'Blasted Lands - Ore Pool - Small Thorium Vein (150082)'), +(@OGUID+8662, @POOL_SINGLE+1250, 90, 'Blasted Lands - Ore Pool - Small Thorium Vein (150082)'), +(@OGUID+8663, @POOL_SINGLE+1251, 90, 'Blasted Lands - Ore Pool - Small Thorium Vein (150082)'), +(@OGUID+8664, @POOL_SINGLE+1252, 90, 'Blasted Lands - Ore Pool - Small Thorium Vein (150082)'), +(@OGUID+8665, @POOL_SINGLE+1253, 90, 'Blasted Lands - Ore Pool - Small Thorium Vein (150082)'), +(@OGUID+8666, @POOL_SINGLE+1254, 90, 'Blasted Lands - Ore Pool - Small Thorium Vein (150082)'), +(@OGUID+8667, @POOL_SINGLE+1255, 90, 'Blasted Lands - Ore Pool - Small Thorium Vein (150082)'), +(@OGUID+8668, @POOL_SINGLE+1256, 90, 'Blasted Lands - Ore Pool - Small Thorium Vein (150082)'), +(@OGUID+8669, @POOL_SINGLE+1257, 90, 'Blasted Lands - Ore Pool - Small Thorium Vein (150082)'), +(@OGUID+8670, @POOL_SINGLE+1258, 90, 'Blasted Lands - Ore Pool - Small Thorium Vein (150082)'), +(@OGUID+8671, @POOL_SINGLE+1259, 90, 'Blasted Lands - Ore Pool - Small Thorium Vein (150082)'), +(@OGUID+8672, @POOL_SINGLE+1243, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit (150081)'), +(@OGUID+8673, @POOL_SINGLE+1244, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit (150081)'), +(@OGUID+8674, @POOL_SINGLE+1245, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit (150081)'), +(@OGUID+8675, @POOL_SINGLE+1246, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit (150081)'), +(@OGUID+8676, @POOL_SINGLE+1247, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit (150081)'), +(@OGUID+8677, @POOL_SINGLE+1248, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit (150081)'), +(@OGUID+8678, @POOL_SINGLE+1249, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit (150081)'), +(@OGUID+8679, @POOL_SINGLE+1250, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit (150081)'), +(@OGUID+8680, @POOL_SINGLE+1251, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit (150081)'), +(@OGUID+8681, @POOL_SINGLE+1252, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit (150081)'), +(@OGUID+8682, @POOL_SINGLE+1253, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit (150081)'), +(@OGUID+8683, @POOL_SINGLE+1254, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit (150081)'), +(@OGUID+8684, @POOL_SINGLE+1255, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit (150081)'), +(@OGUID+8685, @POOL_SINGLE+1256, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit (150081)'), +(@OGUID+8686, @POOL_SINGLE+1257, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit (150081)'), +(@OGUID+8687, @POOL_SINGLE+1258, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit (150081)'), +(@OGUID+8688, @POOL_SINGLE+1259, 0, 'Blasted Lands - Ore Pool - Truesilver Deposit (150081)'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_SINGLE+1184, 1, 'Blasted Lands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+1185, 1, 'Blasted Lands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+1186, 1, 'Blasted Lands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+1187, 1, 'Blasted Lands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+1188, 1, 'Blasted Lands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+1189, 1, 'Blasted Lands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+1190, 1, 'Blasted Lands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+1191, 1, 'Blasted Lands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+1192, 1, 'Blasted Lands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+1193, 1, 'Blasted Lands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+1194, 1, 'Blasted Lands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+1195, 1, 'Blasted Lands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+1196, 1, 'Blasted Lands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+1197, 1, 'Blasted Lands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+1198, 1, 'Blasted Lands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+1199, 1, 'Blasted Lands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+1200, 1, 'Blasted Lands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+1201, 1, 'Blasted Lands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+1202, 1, 'Blasted Lands - Ore Pool - Small Thorium Vein / Truesilver Deposit'), + +(@POOL_SINGLE+1203, 1, 'Blasted Lands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1204, 1, 'Blasted Lands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1205, 1, 'Blasted Lands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1206, 1, 'Blasted Lands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1207, 1, 'Blasted Lands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1208, 1, 'Blasted Lands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1209, 1, 'Blasted Lands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1210, 1, 'Blasted Lands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1211, 1, 'Blasted Lands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1212, 1, 'Blasted Lands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1213, 1, 'Blasted Lands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1214, 1, 'Blasted Lands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1215, 1, 'Blasted Lands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1216, 1, 'Blasted Lands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1217, 1, 'Blasted Lands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1218, 1, 'Blasted Lands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1219, 1, 'Blasted Lands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1220, 1, 'Blasted Lands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1221, 1, 'Blasted Lands - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), + +(@POOL_SINGLE+1222, 1, 'Blasted Lands - Ore Pool - Mithril Deposit (150079) / Gold Vein (150080) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1223, 1, 'Blasted Lands - Ore Pool - Mithril Deposit (150079) / Gold Vein (150080) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1224, 1, 'Blasted Lands - Ore Pool - Mithril Deposit (150079) / Gold Vein (150080) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1225, 1, 'Blasted Lands - Ore Pool - Mithril Deposit (150079) / Gold Vein (150080) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1226, 1, 'Blasted Lands - Ore Pool - Mithril Deposit (150079) / Gold Vein (150080) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1227, 1, 'Blasted Lands - Ore Pool - Mithril Deposit (150079) / Gold Vein (150080) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1228, 1, 'Blasted Lands - Ore Pool - Mithril Deposit (150079) / Gold Vein (150080) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1229, 1, 'Blasted Lands - Ore Pool - Mithril Deposit (150079) / Gold Vein (150080) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1230, 1, 'Blasted Lands - Ore Pool - Mithril Deposit (150079) / Gold Vein (150080) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1231, 1, 'Blasted Lands - Ore Pool - Mithril Deposit (150079) / Gold Vein (150080) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1232, 1, 'Blasted Lands - Ore Pool - Mithril Deposit (150079) / Gold Vein (150080) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1233, 1, 'Blasted Lands - Ore Pool - Mithril Deposit (150079) / Gold Vein (150080) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1234, 1, 'Blasted Lands - Ore Pool - Mithril Deposit (150079) / Gold Vein (150080) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1235, 1, 'Blasted Lands - Ore Pool - Mithril Deposit (150079) / Gold Vein (150080) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1236, 1, 'Blasted Lands - Ore Pool - Mithril Deposit (150079) / Gold Vein (150080) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1237, 1, 'Blasted Lands - Ore Pool - Mithril Deposit (150079) / Gold Vein (150080) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1238, 1, 'Blasted Lands - Ore Pool - Mithril Deposit (150079) / Gold Vein (150080) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1239, 1, 'Blasted Lands - Ore Pool - Mithril Deposit (150079) / Gold Vein (150080) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1240, 1, 'Blasted Lands - Ore Pool - Mithril Deposit (150079) / Gold Vein (150080) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1241, 1, 'Blasted Lands - Ore Pool - Mithril Deposit (150079) / Gold Vein (150080) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1242, 1, 'Blasted Lands - Ore Pool - Mithril Deposit (150079) / Gold Vein (150080) / Truesilver Deposit (150081)'), + +(@POOL_SINGLE+1243, 1, 'Blasted Lands - Ore Pool - Small Thorium Vein (150082) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1244, 1, 'Blasted Lands - Ore Pool - Small Thorium Vein (150082) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1245, 1, 'Blasted Lands - Ore Pool - Small Thorium Vein (150082) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1246, 1, 'Blasted Lands - Ore Pool - Small Thorium Vein (150082) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1247, 1, 'Blasted Lands - Ore Pool - Small Thorium Vein (150082) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1248, 1, 'Blasted Lands - Ore Pool - Small Thorium Vein (150082) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1249, 1, 'Blasted Lands - Ore Pool - Small Thorium Vein (150082) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1250, 1, 'Blasted Lands - Ore Pool - Small Thorium Vein (150082) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1251, 1, 'Blasted Lands - Ore Pool - Small Thorium Vein (150082) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1252, 1, 'Blasted Lands - Ore Pool - Small Thorium Vein (150082) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1253, 1, 'Blasted Lands - Ore Pool - Small Thorium Vein (150082) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1254, 1, 'Blasted Lands - Ore Pool - Small Thorium Vein (150082) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1255, 1, 'Blasted Lands - Ore Pool - Small Thorium Vein (150082) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1256, 1, 'Blasted Lands - Ore Pool - Small Thorium Vein (150082) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1257, 1, 'Blasted Lands - Ore Pool - Small Thorium Vein (150082) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1258, 1, 'Blasted Lands - Ore Pool - Small Thorium Vein (150082) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1259, 1, 'Blasted Lands - Ore Pool - Small Thorium Vein (150082) / Truesilver Deposit (150081)'); + +-- Garrison Armory +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+1222, @POOL_MOTHER+517, 0, 'Blasted Lands - Garrison Armory - Mithril Deposit (150079) / Gold Vein (150080) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1223, @POOL_MOTHER+517, 0, 'Blasted Lands - Garrison Armory - Mithril Deposit (150079) / Gold Vein (150080) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1224, @POOL_MOTHER+517, 0, 'Blasted Lands - Garrison Armory - Mithril Deposit (150079) / Gold Vein (150080) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1225, @POOL_MOTHER+517, 0, 'Blasted Lands - Garrison Armory - Mithril Deposit (150079) / Gold Vein (150080) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1226, @POOL_MOTHER+517, 0, 'Blasted Lands - Garrison Armory - Mithril Deposit (150079) / Gold Vein (150080) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1227, @POOL_MOTHER+517, 0, 'Blasted Lands - Garrison Armory - Mithril Deposit (150079) / Gold Vein (150080) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1228, @POOL_MOTHER+517, 0, 'Blasted Lands - Garrison Armory - Mithril Deposit (150079) / Gold Vein (150080) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1229, @POOL_MOTHER+517, 0, 'Blasted Lands - Garrison Armory - Mithril Deposit (150079) / Gold Vein (150080) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1230, @POOL_MOTHER+517, 0, 'Blasted Lands - Garrison Armory - Mithril Deposit (150079) / Gold Vein (150080) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1231, @POOL_MOTHER+517, 0, 'Blasted Lands - Garrison Armory - Mithril Deposit (150079) / Gold Vein (150080) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1232, @POOL_MOTHER+517, 0, 'Blasted Lands - Garrison Armory - Mithril Deposit (150079) / Gold Vein (150080) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1233, @POOL_MOTHER+517, 0, 'Blasted Lands - Garrison Armory - Mithril Deposit (150079) / Gold Vein (150080) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1234, @POOL_MOTHER+517, 0, 'Blasted Lands - Garrison Armory - Mithril Deposit (150079) / Gold Vein (150080) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1235, @POOL_MOTHER+517, 0, 'Blasted Lands - Garrison Armory - Mithril Deposit (150079) / Gold Vein (150080) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1236, @POOL_MOTHER+517, 0, 'Blasted Lands - Garrison Armory - Mithril Deposit (150079) / Gold Vein (150080) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1237, @POOL_MOTHER+517, 0, 'Blasted Lands - Garrison Armory - Mithril Deposit (150079) / Gold Vein (150080) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1238, @POOL_MOTHER+517, 0, 'Blasted Lands - Garrison Armory - Mithril Deposit (150079) / Gold Vein (150080) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1239, @POOL_MOTHER+517, 0, 'Blasted Lands - Garrison Armory - Mithril Deposit (150079) / Gold Vein (150080) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1240, @POOL_MOTHER+517, 0, 'Blasted Lands - Garrison Armory - Mithril Deposit (150079) / Gold Vein (150080) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1241, @POOL_MOTHER+517, 0, 'Blasted Lands - Garrison Armory - Mithril Deposit (150079) / Gold Vein (150080) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1242, @POOL_MOTHER+517, 0, 'Blasted Lands - Garrison Armory - Mithril Deposit (150079) / Gold Vein (150080) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1243, @POOL_MOTHER+518, 0, 'Blasted Lands - Garrison Armory - Small Thorium Vein (150082) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1244, @POOL_MOTHER+518, 0, 'Blasted Lands - Garrison Armory - Small Thorium Vein (150082) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1245, @POOL_MOTHER+518, 0, 'Blasted Lands - Garrison Armory - Small Thorium Vein (150082) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1246, @POOL_MOTHER+518, 0, 'Blasted Lands - Garrison Armory - Small Thorium Vein (150082) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1247, @POOL_MOTHER+518, 0, 'Blasted Lands - Garrison Armory - Small Thorium Vein (150082) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1248, @POOL_MOTHER+518, 0, 'Blasted Lands - Garrison Armory - Small Thorium Vein (150082) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1249, @POOL_MOTHER+518, 0, 'Blasted Lands - Garrison Armory - Small Thorium Vein (150082) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1250, @POOL_MOTHER+518, 0, 'Blasted Lands - Garrison Armory - Small Thorium Vein (150082) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1251, @POOL_MOTHER+518, 0, 'Blasted Lands - Garrison Armory - Small Thorium Vein (150082) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1252, @POOL_MOTHER+518, 0, 'Blasted Lands - Garrison Armory - Small Thorium Vein (150082) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1253, @POOL_MOTHER+518, 0, 'Blasted Lands - Garrison Armory - Small Thorium Vein (150082) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1254, @POOL_MOTHER+518, 0, 'Blasted Lands - Garrison Armory - Small Thorium Vein (150082) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1255, @POOL_MOTHER+518, 0, 'Blasted Lands - Garrison Armory - Small Thorium Vein (150082) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1256, @POOL_MOTHER+518, 0, 'Blasted Lands - Garrison Armory - Small Thorium Vein (150082) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1257, @POOL_MOTHER+518, 0, 'Blasted Lands - Garrison Armory - Small Thorium Vein (150082) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1258, @POOL_MOTHER+518, 0, 'Blasted Lands - Garrison Armory - Small Thorium Vein (150082) / Truesilver Deposit (150081)'), +(@POOL_SINGLE+1259, @POOL_MOTHER+518, 0, 'Blasted Lands - Garrison Armory - Small Thorium Vein (150082) / Truesilver Deposit (150081)'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+517, 6, 'Blasted Lands - Garrison Armory - Mithril Deposit (150079) / Gold Vein (150080) / Truesilver Deposit (150081) - 6/21'), +(@POOL_MOTHER+518, 5, 'Blasted Lands - Garrison Armory - Small Thorium Vein (150082) / Truesilver Deposit (150081) - 5/17'); + +-- Dreadmaul +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+1185, @POOL_MOTHER+519, 0, 'Blasted Lands - Dreadmaul - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+1186, @POOL_MOTHER+519, 0, 'Blasted Lands - Dreadmaul - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+1187, @POOL_MOTHER+519, 0, 'Blasted Lands - Dreadmaul - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+1189, @POOL_MOTHER+519, 0, 'Blasted Lands - Dreadmaul - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+1190, @POOL_MOTHER+519, 0, 'Blasted Lands - Dreadmaul - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+1191, @POOL_MOTHER+519, 0, 'Blasted Lands - Dreadmaul - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+1196, @POOL_MOTHER+519, 0, 'Blasted Lands - Dreadmaul - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+1198, @POOL_MOTHER+519, 0, 'Blasted Lands - Dreadmaul - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+1199, @POOL_MOTHER+519, 0, 'Blasted Lands - Dreadmaul - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+1200, @POOL_MOTHER+519, 0, 'Blasted Lands - Dreadmaul - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+1201, @POOL_MOTHER+519, 0, 'Blasted Lands - Dreadmaul - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+1202, @POOL_MOTHER+519, 0, 'Blasted Lands - Dreadmaul - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+1203, @POOL_MOTHER+520, 0, 'Blasted Lands - Dreadmaul - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1205, @POOL_MOTHER+520, 0, 'Blasted Lands - Dreadmaul - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1208, @POOL_MOTHER+520, 0, 'Blasted Lands - Dreadmaul - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1209, @POOL_MOTHER+520, 0, 'Blasted Lands - Dreadmaul - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1213, @POOL_MOTHER+520, 0, 'Blasted Lands - Dreadmaul - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1217, @POOL_MOTHER+520, 0, 'Blasted Lands - Dreadmaul - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1220, @POOL_MOTHER+520, 0, 'Blasted Lands - Dreadmaul - Mithril Deposit / Gold Vein / Truesilver Deposit'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+519, 3, 'Blasted Lands - Dreadmaul - Small Thorium Vein / Truesilver Deposit - 3/12'), +(@POOL_MOTHER+520, 2, 'Blasted Lands - Dreadmaul - Mithril Deposit / Gold Vein / Truesilver Deposit - 2/7'); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+8493, @POOL_MOTHER+521, 0, 'Blasted Lands - Dreadmaul - Firebloom'), +(@OGUID+8492, @POOL_MOTHER+521, 0, 'Blasted Lands - Dreadmaul - Firebloom'), +(@OGUID+8488, @POOL_MOTHER+521, 0, 'Blasted Lands - Dreadmaul - Firebloom'), +(@OGUID+8484, @POOL_MOTHER+521, 0, 'Blasted Lands - Dreadmaul - Firebloom'), +(@OGUID+8480, @POOL_MOTHER+521, 0, 'Blasted Lands - Dreadmaul - Firebloom'), +(@OGUID+8445, @POOL_MOTHER+522, 0, 'Blasted Lands - Dreadmaul - Sungrass'), +(@OGUID+8447, @POOL_MOTHER+522, 0, 'Blasted Lands - Dreadmaul - Sungrass'), +(@OGUID+8448, @POOL_MOTHER+522, 0, 'Blasted Lands - Dreadmaul - Sungrass'), +(@OGUID+8450, @POOL_MOTHER+522, 0, 'Blasted Lands - Dreadmaul - Sungrass'), +(@OGUID+8451, @POOL_MOTHER+522, 0, 'Blasted Lands - Dreadmaul - Sungrass'), +(@OGUID+8453, @POOL_MOTHER+522, 0, 'Blasted Lands - Dreadmaul - Sungrass'), +(@OGUID+8455, @POOL_MOTHER+523, 0, 'Blasted Lands - Dreadmaul - Gromsblood'), +(@OGUID+8458, @POOL_MOTHER+523, 0, 'Blasted Lands - Dreadmaul - Gromsblood'), +(@OGUID+8460, @POOL_MOTHER+523, 0, 'Blasted Lands - Dreadmaul - Gromsblood'), +(@OGUID+8463, @POOL_MOTHER+523, 0, 'Blasted Lands - Dreadmaul - Gromsblood'), +(@OGUID+8473, @POOL_MOTHER+523, 0, 'Blasted Lands - Dreadmaul - Gromsblood'), +(@OGUID+8472, @POOL_MOTHER+523, 0, 'Blasted Lands - Dreadmaul - Gromsblood'), +(@OGUID+8471, @POOL_MOTHER+523, 0, 'Blasted Lands - Dreadmaul - Gromsblood'), +(@OGUID+8470, @POOL_MOTHER+523, 0, 'Blasted Lands - Dreadmaul - Gromsblood'), +(@OGUID+8468, @POOL_MOTHER+523, 0, 'Blasted Lands - Dreadmaul - Gromsblood'), +(@OGUID+8467, @POOL_MOTHER+523, 0, 'Blasted Lands - Dreadmaul - Gromsblood'), +(@OGUID+8466, @POOL_MOTHER+523, 0, 'Blasted Lands - Dreadmaul - Gromsblood'), +(@OGUID+8464, @POOL_MOTHER+523, 0, 'Blasted Lands - Dreadmaul - Gromsblood'), +(@OGUID+8461, @POOL_MOTHER+523, 0, 'Blasted Lands - Dreadmaul - Gromsblood'), +(@OGUID+8475, @POOL_MOTHER+523, 0, 'Blasted Lands - Dreadmaul - Gromsblood'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+521, 2, 'Blasted Lands - Dreadmaul - Firebloom - 2/5'), +(@POOL_MOTHER+522, 2, 'Blasted Lands - Dreadmaul - Sungrass - 2/6'), +(@POOL_MOTHER+523, 4, 'Blasted Lands - Dreadmaul - Gromsblood - 4/14'); + +-- Nethergarde / Dark Portal +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+1184, @POOL_MOTHER+524, 0, 'Blasted Lands - Nethergarde / Dark Portal - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+1188, @POOL_MOTHER+524, 0, 'Blasted Lands - Nethergarde / Dark Portal - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+1192, @POOL_MOTHER+524, 0, 'Blasted Lands - Nethergarde / Dark Portal - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+1193, @POOL_MOTHER+524, 0, 'Blasted Lands - Nethergarde / Dark Portal - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+1194, @POOL_MOTHER+524, 0, 'Blasted Lands - Nethergarde / Dark Portal - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+1195, @POOL_MOTHER+524, 0, 'Blasted Lands - Nethergarde / Dark Portal - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+1197, @POOL_MOTHER+524, 0, 'Blasted Lands - Nethergarde / Dark Portal - Small Thorium Vein / Truesilver Deposit'), +(@POOL_SINGLE+1204, @POOL_MOTHER+525, 0, 'Blasted Lands - Nethergarde / Dark Portal - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1206, @POOL_MOTHER+525, 0, 'Blasted Lands - Nethergarde / Dark Portal - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1207, @POOL_MOTHER+525, 0, 'Blasted Lands - Nethergarde / Dark Portal - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1210, @POOL_MOTHER+525, 0, 'Blasted Lands - Nethergarde / Dark Portal - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1211, @POOL_MOTHER+525, 0, 'Blasted Lands - Nethergarde / Dark Portal - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1212, @POOL_MOTHER+525, 0, 'Blasted Lands - Nethergarde / Dark Portal - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1214, @POOL_MOTHER+525, 0, 'Blasted Lands - Nethergarde / Dark Portal - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1215, @POOL_MOTHER+525, 0, 'Blasted Lands - Nethergarde / Dark Portal - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1216, @POOL_MOTHER+525, 0, 'Blasted Lands - Nethergarde / Dark Portal - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1218, @POOL_MOTHER+525, 0, 'Blasted Lands - Nethergarde / Dark Portal - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1219, @POOL_MOTHER+525, 0, 'Blasted Lands - Nethergarde / Dark Portal - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1221, @POOL_MOTHER+525, 0, 'Blasted Lands - Nethergarde / Dark Portal - Mithril Deposit / Gold Vein / Truesilver Deposit'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+524, 2, 'Blasted Lands - Nethergarde / Dark Portal - Small Thorium Vein / Truesilver Deposit - 2/7'), +(@POOL_MOTHER+525, 3, 'Blasted Lands - Nethergarde / Dark Portal - Mithril Deposit / Gold Vein / Truesilver Deposit - 3/12'); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+8481, @POOL_MOTHER+526, 0, 'Blasted Lands - Nethergarde / Dark Portal - Firebloom'), +(@OGUID+8482, @POOL_MOTHER+526, 0, 'Blasted Lands - Nethergarde / Dark Portal - Firebloom'), +(@OGUID+8483, @POOL_MOTHER+526, 0, 'Blasted Lands - Nethergarde / Dark Portal - Firebloom'), +(@OGUID+8485, @POOL_MOTHER+526, 0, 'Blasted Lands - Nethergarde / Dark Portal - Firebloom'), +(@OGUID+8486, @POOL_MOTHER+526, 0, 'Blasted Lands - Nethergarde / Dark Portal - Firebloom'), +(@OGUID+8487, @POOL_MOTHER+526, 0, 'Blasted Lands - Nethergarde / Dark Portal - Firebloom'), +(@OGUID+8489, @POOL_MOTHER+526, 0, 'Blasted Lands - Nethergarde / Dark Portal - Firebloom'), +(@OGUID+8490, @POOL_MOTHER+526, 0, 'Blasted Lands - Nethergarde / Dark Portal - Firebloom'), +(@OGUID+8491, @POOL_MOTHER+526, 0, 'Blasted Lands - Nethergarde / Dark Portal - Firebloom'), +(@OGUID+8494, @POOL_MOTHER+526, 0, 'Blasted Lands - Nethergarde / Dark Portal - Firebloom'), +(@OGUID+8495, @POOL_MOTHER+526, 0, 'Blasted Lands - Nethergarde / Dark Portal - Firebloom'), +(@OGUID+8496, @POOL_MOTHER+526, 0, 'Blasted Lands - Nethergarde / Dark Portal - Firebloom'), +(@OGUID+8438, @POOL_MOTHER+527, 0, 'Blasted Lands - Nethergarde / Dark Portal - Sungrass'), +(@OGUID+8439, @POOL_MOTHER+527, 0, 'Blasted Lands - Nethergarde / Dark Portal - Sungrass'), +(@OGUID+8440, @POOL_MOTHER+527, 0, 'Blasted Lands - Nethergarde / Dark Portal - Sungrass'), +(@OGUID+8441, @POOL_MOTHER+527, 0, 'Blasted Lands - Nethergarde / Dark Portal - Sungrass'), +(@OGUID+8442, @POOL_MOTHER+527, 0, 'Blasted Lands - Nethergarde / Dark Portal - Sungrass'), +(@OGUID+8443, @POOL_MOTHER+527, 0, 'Blasted Lands - Nethergarde / Dark Portal - Sungrass'), +(@OGUID+8444, @POOL_MOTHER+527, 0, 'Blasted Lands - Nethergarde / Dark Portal - Sungrass'), +(@OGUID+8446, @POOL_MOTHER+527, 0, 'Blasted Lands - Nethergarde / Dark Portal - Sungrass'), +(@OGUID+8449, @POOL_MOTHER+527, 0, 'Blasted Lands - Nethergarde / Dark Portal - Sungrass'), +(@OGUID+8452, @POOL_MOTHER+527, 0, 'Blasted Lands - Nethergarde / Dark Portal - Sungrass'), +(@OGUID+8454, @POOL_MOTHER+528, 0, 'Blasted Lands - Nethergarde / Dark Portal - Gromsblood'), +(@OGUID+8456, @POOL_MOTHER+528, 0, 'Blasted Lands - Nethergarde / Dark Portal - Gromsblood'), +(@OGUID+8457, @POOL_MOTHER+528, 0, 'Blasted Lands - Nethergarde / Dark Portal - Gromsblood'), +(@OGUID+8459, @POOL_MOTHER+528, 0, 'Blasted Lands - Nethergarde / Dark Portal - Gromsblood'), +(@OGUID+8462, @POOL_MOTHER+528, 0, 'Blasted Lands - Nethergarde / Dark Portal - Gromsblood'), +(@OGUID+8465, @POOL_MOTHER+528, 0, 'Blasted Lands - Nethergarde / Dark Portal - Gromsblood'), +(@OGUID+8469, @POOL_MOTHER+528, 0, 'Blasted Lands - Nethergarde / Dark Portal - Gromsblood'), +(@OGUID+8474, @POOL_MOTHER+528, 0, 'Blasted Lands - Nethergarde / Dark Portal - Gromsblood'), +(@OGUID+8476, @POOL_MOTHER+528, 0, 'Blasted Lands - Nethergarde / Dark Portal - Gromsblood'), +(@OGUID+8477, @POOL_MOTHER+528, 0, 'Blasted Lands - Nethergarde / Dark Portal - Gromsblood'), +(@OGUID+8478, @POOL_MOTHER+528, 0, 'Blasted Lands - Nethergarde / Dark Portal - Gromsblood'), +(@OGUID+8479, @POOL_MOTHER+528, 0, 'Blasted Lands - Nethergarde / Dark Portal - Gromsblood'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+526, 3, 'Blasted Lands - Nethergarde / Dark Portal - Firebloom - 3/12'), +(@POOL_MOTHER+527, 3, 'Blasted Lands - Nethergarde / Dark Portal - Sungrass - 3/10'), +(@POOL_MOTHER+528, 3, 'Blasted Lands - Nethergarde / Dark Portal - Gromsblood - 3/12'); + +/* Stranglethorn Vale +Tin Vein (1732) -> Silver Vein (1733) +Iron Deposit (1735) -> Gold Vein (1734) -> Silver Vein (1733) +Mithril Deposit (2040) -> Gold Vein (1734) -> Truesilver Deposit (2047) +*/ +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`, `Comment`) VALUES +(@OGUID+8689, 142140, 0, 33, 0, 1, 1, -11563.1, 782.105, 42.5379, 2.54818, 0, 0, 0.956305, 0.292372, 900, 255, 1, '', 50664, NULL), +(@OGUID+8690, 142140, 0, 33, 0, 1, 1, -11686.2, 723.244, 50.6623, 1.23918, 0, 0, 0.580703, 0.814116, 900, 255, 1, '', 48632, NULL), +(@OGUID+8691, 142140, 0, 33, 0, 1, 1, -11722.8, 671.323, 50.3055, 1.71042, 0, 0, 0.754709, 0.656059, 900, 255, 1, '', 50375, NULL), +(@OGUID+8692, 142140, 0, 33, 0, 1, 1, -11811.6, 43.7655, 16.3889, 3.97935, 0, 0, -0.913545, 0.406738, 900, 255, 1, '', 50375, NULL), +(@OGUID+8693, 142140, 0, 33, 0, 1, 1, -11860.6, 70.7709, 16.6759, 6.10865, 0, 0, -0.0871553, 0.996195, 900, 255, 1, '', 48632, NULL), +(@OGUID+8694, 142140, 0, 33, 0, 1, 1, -12162.9, -0.86122, -5.06293, 3.38594, 0, 0, -0.992546, 0.12187, 900, 255, 1, '', 48503, NULL), +(@OGUID+8695, 142140, 0, 33, 0, 1, 1, -12469, -182.317, 14.5772, 5.5676, 0, 0, -0.350207, 0.936672, 900, 255, 1, '', 48120, NULL), +(@OGUID+8696, 142140, 0, 33, 0, 1, 1, -12520.1, -720.779, 41.0812, 6.0912, 0, 0, -0.0958452, 0.995396, 900, 255, 1, '', 50375, NULL), +(@OGUID+8697, 142140, 0, 33, 0, 1, 1, -12563, -745.924, 39.8806, 5.65487, 0, 0, -0.309016, 0.951057, 900, 255, 1, '', 49345, NULL), +(@OGUID+8698, 142140, 0, 33, 0, 1, 1, -12646.8, -477.096, 31.1739, 2.9496, 0, 0, 0.995396, 0.0958512, 900, 255, 1, '', 50375, NULL), +(@OGUID+8699, 142140, 0, 33, 0, 1, 1, -12728, -451.183, 30.4847, 5.77704, 0, 0, -0.25038, 0.968148, 900, 255, 1, '', 50375, NULL), +(@OGUID+8700, 142140, 0, 33, 0, 1, 1, -12832.5, -756.565, 76.742, 5.84685, 0, 0, -0.216439, 0.976296, 900, 255, 1, '', 49345, NULL), +(@OGUID+8701, 142140, 0, 33, 0, 1, 1, -12857, -623.628, 55.9314, 0.994837, 0, 0, 0.477159, 0.878817, 900, 255, 1, '', 50375, NULL), +(@OGUID+8702, 142140, 0, 33, 0, 1, 1, -12873.4, -831.288, 54.5933, 0.575957, 0, 0, 0.284015, 0.95882, 900, 255, 1, '', 48632, NULL), +(@OGUID+8703, 142140, 0, 33, 0, 1, 1, -12904.2, -875.625, 68.7345, 0.925024, 0, 0, 0.446198, 0.894935, 900, 255, 1, '', 50375, NULL), +(@OGUID+8704, 142140, 0, 33, 0, 1, 1, -12929, -592.18, 54.1034, 0.0698117, 0, 0, 0.0348988, 0.999391, 900, 255, 1, '', 49345, NULL), +(@OGUID+8705, 142140, 0, 33, 0, 1, 1, -12978.9, -610.158, 53.2944, 3.08918, 0, 0, 0.999657, 0.0262016, 900, 255, 1, '', 50375, NULL), +(@OGUID+8706, 142140, 0, 33, 0, 1, 1, -13019.6, -817.41, 70.1968, 6.19592, 0, 0, -0.0436192, 0.999048, 900, 255, 1, '', 50664, NULL), +(@OGUID+8707, 142140, 0, 33, 0, 1, 1, -13841.1, 469.385, 95.3553, 1.53589, 0, 0, 0.694658, 0.71934, 900, 255, 1, '', 49345, NULL), +(@OGUID+8708, 142140, 0, 33, 0, 1, 1, -11688.4, 529.068, 50.7798, 1.01229, 0, 0, 0.484809, 0.87462, 900, 255, 1, '', 46902, NULL), +(@OGUID+8709, 142140, 0, 33, 102, 1, 1, -11561.6, 547.996, 50.6297, 0, 0, 0, 0, 1, 900, 255, 1, '', 52237, NULL), +(@OGUID+8710, 142140, 0, 33, 103, 1, 1, -13007.8, -717.884, 55.3487, 5.3058, 0, 0, -0.469471, 0.882948, 900, 255, 1, '', 47168, NULL), +(@OGUID+8711, 142140, 0, 33, 117, 1, 1, -11553.6, 736.776, 60.7313, 0.90757, 0, 0, 0.438371, 0.898794, 900, 255, 1, '', 48632, NULL), +(@OGUID+8712, 142140, 0, 33, 311, 1, 1, -13617.8, -274.348, 8.6585, 5.8294, 0, 0, -0.224951, 0.97437, 900, 255, 1, '', 52237, NULL), +(@OGUID+8713, 142140, 0, 33, 311, 1, 1, -13627.4, -333.377, 9.63133, 0.436332, 0, 0, 0.216439, 0.976296, 900, 255, 1, '', 52237, NULL), +(@OGUID+8714, 142140, 0, 33, 311, 1, 1, -13676.8, -285.352, 8.17285, 4.45059, 0, 0, -0.793353, 0.608762, 900, 255, 1, '', 45704, NULL), +(@OGUID+8715, 142140, 0, 33, 460, 1, 1, -13873.7, 419.135, 93.5225, 2.9845, 0, 0, 0.996917, 0.0784664, 900, 255, 1, '', 50664, NULL), +(@OGUID+8716, 1623, 0, 33, 0, 1, 1, -11409.8, -824.82, 92.1055, 5.86431, 0, 0, -0.207911, 0.978148, 900, 255, 1, '', 50375, NULL), +(@OGUID+8717, 1623, 0, 33, 0, 1, 1, -11412.1, -721.328, 84.9422, 0.0174525, 0, 0, 0.00872612, 0.999962, 900, 255, 1, '', 49345, NULL), +(@OGUID+8718, 1623, 0, 33, 0, 1, 1, -11417.3, 73.6493, 45.8371, 4.95674, 0, 0, -0.615661, 0.788011, 900, 255, 1, '', 50375, NULL), +(@OGUID+8719, 1623, 0, 33, 0, 1, 1, -11458.9, 382.251, 76.9837, 0.453785, 0, 0, 0.224951, 0.97437, 900, 255, 1, '', 50375, NULL), +(@OGUID+8720, 1623, 0, 33, 0, 1, 1, -11460.7, -357.005, 62.8674, 1.15192, 0, 0, 0.544639, 0.838671, 900, 255, 1, '', 49936, NULL), +(@OGUID+8721, 1623, 0, 33, 0, 1, 1, -11538.5, -992.132, 104.638, 4.36332, 0, 0, -0.819152, 0.573577, 900, 255, 1, '', 50375, NULL), +(@OGUID+8722, 1623, 0, 33, 0, 1, 1, -11558.6, 236.714, 48.2372, 1.81514, 0, 0, 0.788011, 0.615662, 900, 255, 1, '', 48632, NULL), +(@OGUID+8723, 1623, 0, 33, 0, 1, 1, -11590.7, 522.34, 73.487, 1.91986, 0, 0, 0.819152, 0.573577, 900, 255, 1, '', 50375, NULL), +(@OGUID+8724, 1623, 0, 33, 0, 1, 1, -11600.3, 1033.33, 34.8892, 1.69297, 0, 0, 0.748956, 0.66262, 900, 255, 1, '', 49345, NULL), +(@OGUID+8725, 1623, 0, 33, 0, 1, 1, -11606.4, -920.423, 80.3213, 4.7822, 0, 0, -0.681998, 0.731354, 900, 255, 1, '', 50375, NULL), +(@OGUID+8726, 1623, 0, 33, 0, 1, 1, -11743.4, 498.135, 72.245, 2.3911, 0, 0, 0.930417, 0.366502, 900, 255, 1, '', 48340, NULL), +(@OGUID+8727, 1623, 0, 33, 0, 1, 1, -11746, -1000.18, 87.1822, 6.16101, 0, 0, -0.0610485, 0.998135, 900, 255, 1, '', 50375, NULL), +(@OGUID+8728, 1623, 0, 33, 0, 1, 1, -11763.3, 748.962, 59.6303, 0.785397, 0, 0, 0.382683, 0.92388, 900, 255, 1, '', 48632, NULL), +(@OGUID+8729, 1623, 0, 33, 0, 1, 1, -11769.4, 327.063, 41.5691, 6.21337, 0, 0, -0.0348988, 0.999391, 900, 255, 1, '', 49345, NULL), +(@OGUID+8730, 1623, 0, 33, 0, 1, 1, -11866.5, 683.015, 47.0637, 4.71239, 0, 0, -0.707107, 0.707107, 900, 255, 1, '', 48120, NULL), +(@OGUID+8731, 1623, 0, 33, 0, 1, 1, -11879.8, 49.1928, 22.817, 1.46608, 0, 0, 0.66913, 0.743145, 900, 255, 1, '', 48120, NULL), +(@OGUID+8732, 1623, 0, 33, 0, 1, 1, -11900.3, 586.551, 46.8476, 1.67551, 0, 0, 0.743144, 0.669131, 900, 255, 1, '', 48632, NULL), +(@OGUID+8733, 1623, 0, 33, 0, 1, 1, -11903.7, 161.891, 41.3388, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 48120, NULL), +(@OGUID+8734, 1623, 0, 33, 0, 1, 1, -11924.1, 433.183, 49.4204, 2.26893, 0, 0, 0.906307, 0.422619, 900, 255, 1, '', 48632, NULL), +(@OGUID+8735, 1623, 0, 33, 0, 1, 1, -11924.6, 505.368, 46.0839, 5.65487, 0, 0, -0.309016, 0.951057, 900, 255, 1, '', 48120, NULL), +(@OGUID+8736, 1623, 0, 33, 0, 1, 1, -11985.8, -1033.01, 79.2129, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 50375, NULL), +(@OGUID+8737, 1623, 0, 33, 0, 1, 1, -12074.1, -886.709, 61.8185, 1.88495, 0, 0, 0.809016, 0.587786, 900, 255, 1, '', 49345, NULL), +(@OGUID+8738, 1623, 0, 33, 0, 1, 1, -12197.4, 74.5431, 21.7131, 4.41568, 0, 0, -0.803857, 0.594823, 900, 255, 1, '', 48503, NULL), +(@OGUID+8739, 1623, 0, 33, 0, 1, 1, -12212, -1033.11, 64.0134, 3.89209, 0, 0, -0.930417, 0.366502, 900, 255, 1, '', 50375, NULL), +(@OGUID+8740, 1623, 0, 33, 0, 1, 1, -12223.3, -28.597, 19.7736, 5.044, 0, 0, -0.580703, 0.814116, 900, 255, 1, '', 49345, NULL), +(@OGUID+8741, 1623, 0, 33, 0, 1, 1, -12295.8, -965.046, 45.7216, 0.087266, 0, 0, 0.0436192, 0.999048, 900, 255, 1, '', 50375, NULL), +(@OGUID+8742, 1623, 0, 33, 0, 1, 1, -12806.4, -1066.49, 140.341, 1.02974, 0, 0, 0.492423, 0.870356, 900, 255, 1, '', 50375, NULL), +(@OGUID+8743, 1623, 0, 33, 0, 1, 1, -13023.6, -954.967, 104.673, 4.93928, 0, 0, -0.622514, 0.782609, 900, 255, 1, '', 48632, NULL), +(@OGUID+8744, 1623, 0, 33, 0, 1, 1, -13391.8, 294.645, 52.2135, 6.17847, 0, 0, -0.0523357, 0.99863, 900, 255, 1, '', 50664, NULL), +(@OGUID+8745, 1623, 0, 33, 0, 1, 1, -13398.4, 551.578, 43.4367, 5.67232, 0, 0, -0.300705, 0.953717, 900, 255, 1, '', 49345, NULL), +(@OGUID+8746, 1623, 0, 33, 0, 1, 1, -13423.1, -305.521, 33.3337, 3.63029, 0, 0, -0.970295, 0.241925, 900, 255, 1, '', 49345, NULL), +(@OGUID+8747, 1623, 0, 33, 0, 1, 1, -13503.1, 499.977, 97.5067, 6.00393, 0, 0, -0.139173, 0.990268, 900, 255, 1, '', 49345, NULL), +(@OGUID+8748, 1623, 0, 33, 0, 1, 1, -13565.8, 14.526, 67.5056, 4.59022, 0, 0, -0.748956, 0.66262, 900, 255, 1, '', 50664, NULL), +(@OGUID+8749, 1623, 0, 33, 0, 1, 1, -13768.8, -220.915, 31.0275, 0.453785, 0, 0, 0.224951, 0.97437, 900, 255, 1, '', 49345, NULL), +(@OGUID+8750, 1623, 0, 33, 0, 1, 1, -13787.4, 422.404, 89.6641, 1.71042, 0, 0, 0.754709, 0.656059, 900, 255, 1, '', 49345, NULL), +(@OGUID+8751, 1623, 0, 33, 0, 1, 1, -13800.1, 143.831, 36.5053, 3.94445, 0, 0, -0.920505, 0.390732, 900, 255, 1, '', 49345, NULL), +(@OGUID+8752, 1623, 0, 33, 0, 1, 1, -13833.2, 499.964, 86.8085, 3.927, 0, 0, -0.923879, 0.382686, 900, 255, 1, '', 50664, NULL), +(@OGUID+8753, 1623, 0, 33, 0, 1, 1, -13859.7, 598.398, 51.4079, 2.74016, 0, 0, 0.979924, 0.19937, 900, 255, 1, '', 49345, NULL), +(@OGUID+8754, 1623, 0, 33, 0, 1, 1, -11467.9, 334.566, 56.6438, 5.96903, 0, 0, -0.156434, 0.987688, 900, 255, 1, '', 52237, NULL), +(@OGUID+8755, 1623, 0, 33, 0, 1, 1, -12027.6, -1035.87, 61.811, 1.78023, 0, 0, 0.777145, 0.629321, 900, 255, 1, '', 46902, NULL), +(@OGUID+8756, 1623, 0, 33, 0, 1, 1, -13081.1, -477.875, 49.3992, 2.25147, 0, 0, 0.902585, 0.430512, 900, 255, 1, '', 52237, NULL), +(@OGUID+8757, 1623, 0, 33, 101, 1, 1, -11715.2, -721.097, 49.4207, 2.19911, 0, 0, 0.891006, 0.453991, 900, 255, 1, '', 46902, NULL), +(@OGUID+8758, 1623, 0, 33, 102, 1, 1, -11784.8, 673.571, 76.1278, 3.45576, 0, 0, -0.987688, 0.156436, 900, 255, 1, '', 45572, NULL), +(@OGUID+8759, 1623, 0, 33, 102, 1, 1, -11793.6, 624.189, 76.9739, 5.42797, 0, 0, -0.414693, 0.909961, 900, 255, 1, '', 45572, NULL), +(@OGUID+8760, 1623, 0, 33, 117, 1, 1, -11513.2, 507.041, 82.1076, 1.27409, 0, 0, 0.594822, 0.803857, 900, 255, 1, '', 48632, NULL), +(@OGUID+8761, 1623, 0, 33, 117, 1, 1, -11642.9, -978.872, 95.6443, 4.20625, 0, 0, -0.861629, 0.507539, 900, 255, 1, '', 50375, NULL), +(@OGUID+8762, 1623, 0, 33, 117, 1, 1, -11842.5, -717.021, 42.0561, 5.96903, 0, 0, -0.156434, 0.987688, 900, 255, 1, '', 50375, NULL), +(@OGUID+8763, 1623, 0, 33, 117, 1, 1, -12818.3, -704.43, 81.3125, 2.58308, 0, 0, 0.961261, 0.27564, 900, 255, 1, '', 50250, NULL), +(@OGUID+8764, 1623, 0, 33, 117, 1, 1, -13085.9, -738.748, 81.7554, 3.21142, 0, 0, -0.999391, 0.0349061, 900, 255, 1, '', 50250, NULL), +(@OGUID+8765, 1623, 0, 33, 117, 1, 1, -13727.1, 350.058, 52.7766, 0.209439, 0, 0, 0.104528, 0.994522, 900, 255, 1, '', 50375, NULL), +(@OGUID+8766, 1623, 0, 33, 1577, 1, 1, -13255, -216.357, 36.4438, 1.74533, 0, 0, 0.766044, 0.642789, 900, 255, 1, '', 46902, NULL), +(@OGUID+8767, 1623, 0, 33, 1577, 1, 1, -13781.5, 520.153, 64.6684, 5.46288, 0, 0, -0.398748, 0.91706, 900, 255, 1, '', 52237, NULL), +(@OGUID+8768, 1623, 0, 33, 1578, 1, 1, -13744.2, 514.59, 62.0928, 1.95477, 0, 0, 0.829038, 0.559193, 900, 255, 1, '', 46902, NULL), +(@OGUID+8769, 1623, 0, 33, 1578, 1, 1, -13878.5, 557.025, 68.003, 3.3685, 0, 0, -0.993571, 0.113208, 900, 255, 1, '', 45704, NULL), +(@OGUID+8770, 1623, 0, 33, 1737, 1, 1, -13890.5, 151.698, 27.7119, 1.44862, 0, 0, 0.66262, 0.748956, 900, 255, 1, '', 52237, NULL), +(@OGUID+8771, 1623, 0, 33, 3565, 1, 1, -11426.9, -61.1752, 55.5588, 3.61284, 0, 0, -0.972369, 0.233448, 900, 255, 1, '', 50250, NULL), +(@OGUID+8772, 1623, 0, 33, 460, 1, 1, -12680.3, -209.298, 37.1576, 5.89921, 0, 0, -0.190808, 0.981627, 900, 255, 1, '', 50664, NULL), +(@OGUID+8773, 1623, 0, 33, 460, 1, 1, -13828.4, 430.285, 94.8073, 3.85718, 0, 0, -0.936671, 0.35021, 900, 255, 1, '', 50664, NULL), +(@OGUID+8774, 1623, 0, 33, 460, 1, 1, -13899.4, 401.292, 105.074, 5.3058, 0, 0, -0.469471, 0.882948, 900, 255, 1, '', 50664, NULL), +(@OGUID+8775, 1624, 0, 33, 0, 1, 1, -11572.2, -883.872, 68.9416, 4.81711, 0, 0, -0.66913, 0.743145, 900, 255, 1, '', 50375, NULL), +(@OGUID+8776, 1624, 0, 33, 0, 1, 1, -11618.9, 293.758, 41.9771, 4.64258, 0, 0, -0.731354, 0.681998, 900, 255, 1, '', 48632, NULL), +(@OGUID+8777, 1624, 0, 33, 0, 1, 1, -11648, 38.4331, 19.1429, 1.76278, 0, 0, 0.771625, 0.636078, 900, 255, 1, '', 49345, NULL), +(@OGUID+8778, 1624, 0, 33, 0, 1, 1, -11653.7, 71.7935, 16.7056, 1.74533, 0, 0, 0.766044, 0.642789, 900, 255, 1, '', 50664, NULL), +(@OGUID+8779, 1624, 0, 33, 0, 1, 1, -11674.1, -515.938, 20.3532, 5.96903, 0, 0, -0.156434, 0.987688, 900, 255, 1, '', 50375, NULL), +(@OGUID+8780, 1624, 0, 33, 0, 1, 1, -11692.4, -818.605, 35.9212, 1.78023, 0, 0, 0.777145, 0.629321, 900, 255, 1, '', 50375, NULL), +(@OGUID+8781, 1624, 0, 33, 0, 1, 1, -11699.6, -823.69, 35.5478, 3.17653, 0, 0, -0.999847, 0.0174693, 900, 255, 1, '', 50375, NULL), +(@OGUID+8782, 1624, 0, 33, 0, 1, 1, -11772.3, -665.829, 36.403, 2.19911, 0, 0, 0.891006, 0.453991, 900, 255, 1, '', 50664, NULL), +(@OGUID+8783, 1624, 0, 33, 0, 1, 1, -11801.7, 401.433, 44.6777, 4.15388, 0, 0, -0.874619, 0.48481, 900, 255, 1, '', 48120, NULL), +(@OGUID+8784, 1624, 0, 33, 0, 1, 1, -11857.8, 594.567, 44.3529, 4.27606, 0, 0, -0.843391, 0.5373, 900, 255, 1, '', 49345, NULL), +(@OGUID+8785, 1624, 0, 33, 0, 1, 1, -11863.4, 227.355, 16.5258, 2.00713, 0, 0, 0.843391, 0.5373, 900, 255, 1, '', 48120, NULL), +(@OGUID+8786, 1624, 0, 33, 0, 1, 1, -11865, -549.116, 14.4704, 2.75761, 0, 0, 0.981627, 0.190812, 900, 255, 1, '', 50375, NULL), +(@OGUID+8787, 1624, 0, 33, 0, 1, 1, -11913.6, -594.356, 17.0496, 0.209439, 0, 0, 0.104528, 0.994522, 900, 255, 1, '', 50664, NULL), +(@OGUID+8788, 1624, 0, 33, 0, 1, 1, -11965.1, -775.195, 18.2167, 2.54818, 0, 0, 0.956305, 0.292372, 900, 255, 1, '', 49345, NULL), +(@OGUID+8789, 1624, 0, 33, 0, 1, 1, -11969.3, 117.251, 10.1975, 0.663223, 0, 0, 0.325567, 0.945519, 900, 255, 1, '', 50664, NULL), +(@OGUID+8790, 1624, 0, 33, 0, 1, 1, -11982.3, -852.595, 32.9149, 3.24635, 0, 0, -0.998629, 0.0523532, 900, 255, 1, '', 48632, NULL), +(@OGUID+8791, 1624, 0, 33, 0, 1, 1, -11997.5, 193.182, 12.6736, 5.11382, 0, 0, -0.551936, 0.833886, 900, 255, 1, '', 48120, NULL), +(@OGUID+8792, 1624, 0, 33, 0, 1, 1, -12076.9, 271.495, 3.80528, 2.93214, 0, 0, 0.994521, 0.104536, 900, 255, 1, '', 48120, NULL), +(@OGUID+8793, 1624, 0, 33, 0, 1, 1, -12081.5, -745.165, 12.3231, 2.54818, 0, 0, 0.956305, 0.292372, 900, 255, 1, '', 50375, NULL), +(@OGUID+8794, 1624, 0, 33, 0, 1, 1, -12082, -522.503, 13.8591, 5.8294, 0, 0, -0.224951, 0.97437, 900, 255, 1, '', 50375, NULL), +(@OGUID+8795, 1624, 0, 33, 0, 1, 1, -12127.5, 190.618, 14.4632, 0.471238, 0, 0, 0.233445, 0.97237, 900, 255, 1, '', 48632, NULL), +(@OGUID+8796, 1624, 0, 33, 0, 1, 1, -12135.6, -598.053, 14.6153, 1.81514, 0, 0, 0.788011, 0.615662, 900, 255, 1, '', 49345, NULL), +(@OGUID+8797, 1624, 0, 33, 0, 1, 1, -12147.8, -712.958, 17.1765, 0.209439, 0, 0, 0.104528, 0.994522, 900, 255, 1, '', 50375, NULL), +(@OGUID+8798, 1624, 0, 33, 0, 1, 1, -12192.7, -957.745, 32.7122, 4.7822, 0, 0, -0.681998, 0.731354, 900, 255, 1, '', 48632, NULL), +(@OGUID+8799, 1624, 0, 33, 0, 1, 1, -12200.6, 139.857, 18.0954, 3.01941, 0, 0, 0.998135, 0.0610518, 900, 255, 1, '', 48632, NULL), +(@OGUID+8800, 1624, 0, 33, 0, 1, 1, -12261.7, -753.574, 15.6883, 3.49067, 0, 0, -0.984807, 0.173652, 900, 255, 1, '', 50375, NULL), +(@OGUID+8801, 1624, 0, 33, 0, 1, 1, -12267.8, -422.817, 17.3265, 4.04917, 0, 0, -0.898793, 0.438373, 900, 255, 1, '', 48632, NULL), +(@OGUID+8802, 1624, 0, 33, 0, 1, 1, -12278.7, 42.6145, 17.8215, 1.06465, 0, 0, 0.507538, 0.861629, 900, 255, 1, '', 50063, NULL), +(@OGUID+8803, 1624, 0, 33, 0, 1, 1, -12288.7, -59.579, 31.1542, 1.93731, 0, 0, 0.824125, 0.566408, 900, 255, 1, '', 49345, NULL), +(@OGUID+8804, 1624, 0, 33, 0, 1, 1, -12319.2, -471.44, 15.7438, 1.06465, 0, 0, 0.507538, 0.861629, 900, 255, 1, '', 50375, NULL), +(@OGUID+8805, 1624, 0, 33, 0, 1, 1, -12365.9, -400.14, 15.1994, 1.64061, 0, 0, 0.731353, 0.681999, 900, 255, 1, '', 50375, NULL), +(@OGUID+8806, 1624, 0, 33, 0, 1, 1, -12370.6, -777.573, 31.2368, 2.26893, 0, 0, 0.906307, 0.422619, 900, 255, 1, '', 49345, NULL), +(@OGUID+8807, 1624, 0, 33, 0, 1, 1, -12395.4, -141.24, 15.1016, 2.77507, 0, 0, 0.983254, 0.182238, 900, 255, 1, '', 50375, NULL), +(@OGUID+8808, 1624, 0, 33, 0, 1, 1, -12451.9, -11.4759, 2.76284, 3.76991, 0, 0, -0.951056, 0.309017, 900, 255, 1, '', 49345, NULL), +(@OGUID+8809, 1624, 0, 33, 0, 1, 1, -12538.3, -867.748, 44.9784, 2.16421, 0, 0, 0.882947, 0.469473, 900, 255, 1, '', 48632, NULL), +(@OGUID+8810, 1624, 0, 33, 0, 1, 1, -12578.8, -316.035, 17.163, 4.60767, 0, 0, -0.743144, 0.669131, 900, 255, 1, '', 48632, NULL), +(@OGUID+8811, 1624, 0, 33, 0, 1, 1, -12606.2, -901.575, 52.7081, 1.16937, 0, 0, 0.551936, 0.833886, 900, 255, 1, '', 48632, NULL), +(@OGUID+8812, 1624, 0, 33, 0, 1, 1, -12625.6, -218.491, 38.2297, 4.13643, 0, 0, -0.878817, 0.47716, 900, 255, 1, '', 48632, NULL), +(@OGUID+8813, 1624, 0, 33, 0, 1, 1, -12647.3, -690.193, 44.1882, 5.88176, 0, 0, -0.199368, 0.979925, 900, 255, 1, '', 50375, NULL), +(@OGUID+8814, 1624, 0, 33, 0, 1, 1, -12670.5, -845.013, 53.1218, 6.02139, 0, 0, -0.130526, 0.991445, 900, 255, 1, '', 50375, NULL), +(@OGUID+8815, 1624, 0, 33, 0, 1, 1, -12735.8, -793.108, 61.9712, 3.52557, 0, 0, -0.981627, 0.190812, 900, 255, 1, '', 48632, NULL), +(@OGUID+8816, 1624, 0, 33, 0, 1, 1, -12756.2, -715.62, 64.4644, 0.506145, 0, 0, 0.25038, 0.968148, 900, 255, 1, '', 50375, NULL), +(@OGUID+8817, 1624, 0, 33, 0, 1, 1, -12784.7, -836.069, 73.1916, 5.5676, 0, 0, -0.350207, 0.936672, 900, 255, 1, '', 49345, NULL), +(@OGUID+8818, 1624, 0, 33, 0, 1, 1, -12786.9, -108.016, 4.81024, 4.93928, 0, 0, -0.622514, 0.782609, 900, 255, 1, '', 50664, NULL), +(@OGUID+8819, 1624, 0, 33, 0, 1, 1, -12839.6, 32.787, 12.9821, 5.65487, 0, 0, -0.309016, 0.951057, 900, 255, 1, '', 49345, NULL), +(@OGUID+8820, 1624, 0, 33, 0, 1, 1, -12902.9, -413.029, 12.7534, 3.80482, 0, 0, -0.945518, 0.325568, 900, 255, 1, '', 50375, NULL), +(@OGUID+8821, 1624, 0, 33, 0, 1, 1, -12910.7, 146.39, 24.5323, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 50664, NULL), +(@OGUID+8822, 1624, 0, 33, 0, 1, 1, -12936.1, -101.248, 9.86482, 1.88495, 0, 0, 0.809016, 0.587786, 900, 255, 1, '', 49345, NULL), +(@OGUID+8823, 1624, 0, 33, 0, 1, 1, -12982.4, 420.514, 22.3835, 5.044, 0, 0, -0.580703, 0.814116, 900, 255, 1, '', 49345, NULL), +(@OGUID+8824, 1624, 0, 33, 0, 1, 1, -13028.1, 201.222, 21.7759, 4.83456, 0, 0, -0.66262, 0.748956, 900, 255, 1, '', 50375, NULL), +(@OGUID+8825, 1624, 0, 33, 0, 1, 1, -13338.1, -279.632, 14.3143, 4.88692, 0, 0, -0.642787, 0.766045, 900, 255, 1, '', 49345, NULL), +(@OGUID+8826, 1624, 0, 33, 0, 1, 1, -13428.5, 669.158, 9.00704, 4.53786, 0, 0, -0.766044, 0.642789, 900, 255, 1, '', 49345, NULL), +(@OGUID+8827, 1624, 0, 33, 0, 1, 1, -13728.7, 540.795, 39.8102, 0.628317, 0, 0, 0.309016, 0.951057, 900, 255, 1, '', 49345, NULL), +(@OGUID+8828, 1624, 0, 33, 0, 1, 1, -13909.5, 78.995, 15.0911, 0.471238, 0, 0, 0.233445, 0.97237, 900, 255, 1, '', 50664, NULL), +(@OGUID+8829, 1624, 0, 33, 0, 1, 1, -13943.9, 110.947, 15.0784, 5.58505, 0, 0, -0.34202, 0.939693, 900, 255, 1, '', 48632, NULL), +(@OGUID+8830, 1624, 0, 33, 0, 1, 1, -14034.9, 206.048, 13.3856, 4.01426, 0, 0, -0.906307, 0.422619, 900, 255, 1, '', 48632, NULL), +(@OGUID+8831, 1624, 0, 33, 0, 1, 1, -14251.7, 167.011, 8.42443, 5.75959, 0, 0, -0.258819, 0.965926, 900, 255, 1, '', 50664, NULL), +(@OGUID+8832, 1624, 0, 33, 0, 1, 1, -14568.4, -274.916, 10.8226, 2.60054, 0, 0, 0.96363, 0.267241, 900, 255, 1, '', 49345, NULL), +(@OGUID+8833, 1624, 0, 33, 0, 1, 1, -14720.8, -193.339, 6.75088, 5.34071, 0, 0, -0.45399, 0.891007, 900, 255, 1, '', 50664, NULL), +(@OGUID+8834, 1624, 0, 33, 9, 1, 1, -11865, 232.543, 16.3644, 4.04917, 0, 0, -0.898793, 0.438373, 900, 255, 1, '', 49822, NULL), +(@OGUID+8835, 1624, 0, 33, 401, 1, 1, -11871.1, -181.152, 16.7947, 1.23918, 0, 0, 0.580703, 0.814116, 900, 255, 1, '', 49345, NULL), +(@OGUID+8836, 1624, 0, 33, 0, 1, 1, -11587.4, 375.841, 46.8417, 0.698131, 0, 0, 0.34202, 0.939693, 900, 255, 1, '', 52237, NULL), +(@OGUID+8837, 1624, 0, 33, 0, 1, 1, -11767.3, 413.076, 44.5881, 5.58505, 0, 0, -0.34202, 0.939693, 900, 255, 1, '', 52237, NULL), +(@OGUID+8838, 1624, 0, 33, 0, 1, 1, -12248.2, -674.489, 13.2555, 0.331611, 0, 0, 0.165047, 0.986286, 900, 255, 1, '', 46902, NULL), +(@OGUID+8839, 1624, 0, 33, 0, 1, 1, -12520.6, -684.107, 39.6179, 3.99681, 0, 0, -0.909961, 0.414694, 900, 255, 1, '', 47168, NULL), +(@OGUID+8840, 1624, 0, 33, 0, 1, 1, -12831.6, -396.684, 12.988, 0.418879, 0, 0, 0.207911, 0.978148, 900, 255, 1, '', 46902, NULL), +(@OGUID+8841, 1624, 0, 33, 117, 1, 1, -11686.6, -31.29, 13.9421, 3.50812, 0, 0, -0.983254, 0.182238, 900, 255, 1, '', 51943, NULL), +(@OGUID+8842, 1624, 0, 33, 117, 1, 1, -11860.5, 514.879, 45.4441, 6.10865, 0, 0, -0.0871553, 0.996195, 900, 255, 1, '', 48632, NULL), +(@OGUID+8843, 1624, 0, 33, 117, 1, 1, -11893.3, -679.452, 16.3839, 4.06662, 0, 0, -0.894934, 0.446199, 900, 255, 1, '', 50250, NULL), +(@OGUID+8844, 1624, 0, 33, 117, 1, 1, -12575.4, -637.336, 43.8525, 3.24635, 0, 0, -0.998629, 0.0523532, 900, 255, 1, '', 50250, NULL), +(@OGUID+8845, 1624, 0, 33, 117, 1, 1, -12870.9, -107.659, 5.75144, 0.90757, 0, 0, 0.438371, 0.898794, 900, 255, 1, '', 50375, NULL), +(@OGUID+8846, 1624, 0, 33, 117, 1, 1, -13031.3, 297.264, 19.8068, 0.383971, 0, 0, 0.190808, 0.981627, 900, 255, 1, '', 52237, NULL), +(@OGUID+8847, 1624, 0, 33, 117, 1, 1, -13038.2, 338.762, 20.095, 4.41568, 0, 0, -0.803857, 0.594823, 900, 255, 1, '', 50375, NULL), +(@OGUID+8848, 1624, 0, 33, 1577, 1, 1, -13677.6, 160.625, 19.4787, 2.37364, 0, 0, 0.927183, 0.374608, 900, 255, 1, '', 52237, NULL), +(@OGUID+8849, 1624, 0, 33, 1577, 1, 1, -13686.6, 221.261, 23.823, 3.17653, 0, 0, -0.999847, 0.0174693, 900, 255, 1, '', 52237, NULL), +(@OGUID+8850, 1624, 0, 33, 1741, 1, 1, -13340, 168.89, 17.202, 0.942477, 0, 0, 0.45399, 0.891007, 900, 255, 1, '', 52237, NULL), +(@OGUID+8851, 1624, 0, 33, 1741, 1, 1, -13412.4, 154.721, 21.4733, 5.00909, 0, 0, -0.594823, 0.803857, 900, 255, 1, '', 46902, NULL), +(@OGUID+8852, 1624, 0, 33, 297, 1, 1, -14566.9, -383.13, 6.86567, 5.93412, 0, 0, -0.173648, 0.984808, 900, 255, 1, '', 52237, NULL), +(@OGUID+8853, 1624, 0, 33, 297, 1, 1, -14667.3, -362.328, 8.27847, 0.820303, 0, 0, 0.398748, 0.91706, 900, 255, 1, '', 45704, NULL), +(@OGUID+8854, 1624, 0, 33, 311, 1, 1, -13501.5, -99.2548, 42.4332, 2.04204, 0, 0, 0.85264, 0.522499, 900, 255, 1, '', 47168, NULL), +(@OGUID+8855, 1624, 0, 33, 311, 1, 1, -13553.8, -52.8517, 37.6507, 1.11701, 0, 0, 0.529919, 0.848048, 900, 255, 1, '', 52237, NULL), +(@OGUID+8856, 1624, 0, 33, 3565, 1, 1, -11968.7, 67.8222, 13.6903, 1.93731, 0, 0, 0.824125, 0.566408, 900, 255, 1, '', 50250, NULL), +(@OGUID+8857, 2041, 0, 33, 0, 1, 1, -11466.1, 258.309, 14.5832, 1.41372, 0, 0, 0.649447, 0.760406, 900, 255, 1, '', 48340, NULL), +(@OGUID+8858, 2041, 0, 33, 0, 1, 1, -11508.6, 192.419, 13.1684, 0.418879, 0, 0, 0.207911, 0.978148, 900, 255, 1, '', 48632, NULL), +(@OGUID+8859, 2041, 0, 33, 0, 1, 1, -11539.4, 582.983, 50.6671, 0.750491, 0, 0, 0.366501, 0.930418, 900, 255, 1, '', 50375, NULL), +(@OGUID+8860, 2041, 0, 33, 0, 1, 1, -11539.7, 656.182, 60.625, 2.04204, 0, 0, 0.85264, 0.522499, 900, 255, 1, '', 50664, NULL), +(@OGUID+8861, 2041, 0, 33, 0, 1, 1, -11540.6, 690.957, 61.4121, 2.51327, 0, 0, 0.951056, 0.309017, 900, 255, 1, '', 50664, NULL), +(@OGUID+8862, 2041, 0, 33, 0, 1, 1, -11569.2, 56.2796, 14.1259, 1.8675, 0, 0, 0.803857, 0.594823, 900, 255, 1, '', 48340, NULL), +(@OGUID+8863, 2041, 0, 33, 0, 1, 1, -11594.3, -119.192, 13.4993, 5.77704, 0, 0, -0.25038, 0.968148, 900, 255, 1, '', 50664, NULL), +(@OGUID+8864, 2041, 0, 33, 0, 1, 1, -11652.8, 1017.66, 2.37706, 2.40855, 0, 0, 0.93358, 0.358368, 900, 255, 1, '', 48120, NULL), +(@OGUID+8865, 2041, 0, 33, 0, 1, 1, -11668.4, -330.924, 14.0935, 1.83259, 0, 0, 0.793353, 0.608762, 900, 255, 1, '', 48340, NULL), +(@OGUID+8866, 2041, 0, 33, 0, 1, 1, -11686.5, -336.717, 10.0955, 4.04917, 0, 0, -0.898793, 0.438373, 900, 255, 1, '', 48632, NULL), +(@OGUID+8867, 2041, 0, 33, 0, 1, 1, -11769.3, -329.706, 10.7201, 3.10665, 0, 0, 0.999847, 0.0174693, 900, 255, 1, '', 48120, NULL), +(@OGUID+8868, 2041, 0, 33, 0, 1, 1, -11813.6, -425.959, 14.4181, 5.58505, 0, 0, -0.34202, 0.939693, 900, 255, 1, '', 48340, NULL), +(@OGUID+8869, 2041, 0, 33, 0, 1, 1, -11821.7, 872.976, 6.03503, 0.349065, 0, 0, 0.173648, 0.984808, 900, 255, 1, '', 48632, NULL), +(@OGUID+8870, 2041, 0, 33, 0, 1, 1, -11849.6, -313.75, 12.8228, 5.34071, 0, 0, -0.45399, 0.891007, 900, 255, 1, '', 48632, NULL), +(@OGUID+8871, 2041, 0, 33, 0, 1, 1, -11910, -503.023, 12.6914, 1.72787, 0, 0, 0.760406, 0.649449, 900, 255, 1, '', 50664, NULL), +(@OGUID+8872, 2041, 0, 33, 0, 1, 1, -12001.2, -349.352, 11.4441, 5.41052, 0, 0, -0.422618, 0.906308, 900, 255, 1, '', 48120, NULL), +(@OGUID+8873, 2041, 0, 33, 0, 1, 1, -12035.9, 97.2901, 1.18701, 0.872664, 0, 0, 0.422618, 0.906308, 900, 255, 1, '', 48120, NULL), +(@OGUID+8874, 2041, 0, 33, 0, 1, 1, -12056.7, 13.9767, 1.44792, 5.02655, 0, 0, -0.587785, 0.809017, 900, 255, 1, '', 48632, NULL), +(@OGUID+8875, 2041, 0, 33, 0, 1, 1, -12059.6, -513.804, 11.483, 1.18682, 0, 0, 0.559193, 0.829038, 900, 255, 1, '', 50375, NULL), +(@OGUID+8876, 2041, 0, 33, 0, 1, 1, -12081.1, 105.16, 1.89954, 1.97222, 0, 0, 0.833885, 0.551938, 900, 255, 1, '', 48503, NULL), +(@OGUID+8877, 2041, 0, 33, 0, 1, 1, -12102.2, 351.286, 3.22855, 1.25664, 0, 0, 0.587785, 0.809017, 900, 255, 1, '', 49345, NULL), +(@OGUID+8878, 2041, 0, 33, 0, 1, 1, -12105.4, -397.519, 12.3309, 2.54818, 0, 0, 0.956305, 0.292372, 900, 255, 1, '', 48120, NULL), +(@OGUID+8879, 2041, 0, 33, 0, 1, 1, -12108, -303.118, 11.9555, 3.05433, 0, 0, 0.999048, 0.0436193, 900, 255, 1, '', 48632, NULL), +(@OGUID+8880, 2041, 0, 33, 0, 1, 1, -12109.9, -1.04047, 2.90685, 1.53589, 0, 0, 0.694658, 0.71934, 900, 255, 1, '', 50375, NULL), +(@OGUID+8881, 2041, 0, 33, 0, 1, 1, -12117.5, -44.3535, 12.6436, 1.06465, 0, 0, 0.507538, 0.861629, 900, 255, 1, '', 50664, NULL), +(@OGUID+8882, 2041, 0, 33, 0, 1, 1, -12118, 112.797, 1.71559, 4.88692, 0, 0, -0.642787, 0.766045, 900, 255, 1, '', 50664, NULL), +(@OGUID+8883, 2041, 0, 33, 0, 1, 1, -12154.8, 30.5872, 2.45759, 4.31097, 0, 0, -0.833885, 0.551938, 900, 255, 1, '', 49345, NULL), +(@OGUID+8884, 2041, 0, 33, 0, 1, 1, -12155.5, -52.4808, 0.992465, 4.15388, 0, 0, -0.874619, 0.48481, 900, 255, 1, '', 48632, NULL), +(@OGUID+8885, 2041, 0, 33, 0, 1, 1, -12156, -65.9369, 10.715, 3.47321, 0, 0, -0.986285, 0.16505, 900, 255, 1, '', 48632, NULL), +(@OGUID+8886, 2041, 0, 33, 0, 1, 1, -12179.3, 61.1013, 0.958485, 0.994837, 0, 0, 0.477159, 0.878817, 900, 255, 1, '', 50172, NULL), +(@OGUID+8887, 2041, 0, 33, 0, 1, 1, -12198.1, -58.1796, 1.09586, 2.25147, 0, 0, 0.902585, 0.430512, 900, 255, 1, '', 49345, NULL), +(@OGUID+8888, 2041, 0, 33, 0, 1, 1, -12204.9, -26.777, 1.90866, 0.994837, 0, 0, 0.477159, 0.878817, 900, 255, 1, '', 49345, NULL), +(@OGUID+8889, 2041, 0, 33, 0, 1, 1, -12226.4, 312.19, 2.25928, 4.41568, 0, 0, -0.803857, 0.594823, 900, 255, 1, '', 50250, NULL), +(@OGUID+8890, 2041, 0, 33, 0, 1, 1, -12242.7, -284.967, 17.0823, 5.77704, 0, 0, -0.25038, 0.968148, 900, 255, 1, '', 48120, NULL), +(@OGUID+8891, 2041, 0, 33, 0, 1, 1, -12270.6, -355.563, 17.0246, 2.23402, 0, 0, 0.898793, 0.438373, 900, 255, 1, '', 50375, NULL), +(@OGUID+8892, 2041, 0, 33, 0, 1, 1, -12331.2, -259.94, 15.5823, 6.02139, 0, 0, -0.130526, 0.991445, 900, 255, 1, '', 49345, NULL), +(@OGUID+8893, 2041, 0, 33, 0, 1, 1, -12423.7, -335.87, 15.0724, 4.85202, 0, 0, -0.656058, 0.75471, 900, 255, 1, '', 50664, NULL), +(@OGUID+8894, 2041, 0, 33, 0, 1, 1, -12506.1, -291.3, 16.6848, 5.93412, 0, 0, -0.173648, 0.984808, 900, 255, 1, '', 49345, NULL), +(@OGUID+8895, 2041, 0, 33, 0, 1, 1, -12547.5, -77.8921, 14.3442, 4.86947, 0, 0, -0.649447, 0.760406, 900, 255, 1, '', 48120, NULL), +(@OGUID+8896, 2041, 0, 33, 0, 1, 1, -12613.3, -98.8945, 15.7905, 0.122173, 0, 0, 0.0610485, 0.998135, 900, 255, 1, '', 48340, NULL), +(@OGUID+8897, 2041, 0, 33, 0, 1, 1, -12709.6, 130.92, 9.78783, 2.61799, 0, 0, 0.965925, 0.258821, 900, 255, 1, '', 50250, NULL), +(@OGUID+8898, 2041, 0, 33, 0, 1, 1, -12771.1, 352.823, 5.78874, 4.17134, 0, 0, -0.870356, 0.492424, 900, 255, 1, '', 49345, NULL), +(@OGUID+8899, 2041, 0, 33, 0, 1, 1, -13002.7, 480.754, 14.5163, 0.90757, 0, 0, 0.438371, 0.898794, 900, 255, 1, '', 50664, NULL), +(@OGUID+8900, 2041, 0, 33, 0, 1, 1, -13096.3, 476.264, 13.8901, 0.383971, 0, 0, 0.190808, 0.981627, 900, 255, 1, '', 50375, NULL), +(@OGUID+8901, 2041, 0, 33, 0, 1, 1, -13197.5, 488.905, 3.82022, 1.3439, 0, 0, 0.622514, 0.782609, 900, 255, 1, '', 50664, NULL), +(@OGUID+8902, 2041, 0, 33, 0, 1, 1, -13323, 599.927, 4.51111, 5.44543, 0, 0, -0.406736, 0.913546, 900, 255, 1, '', 49345, NULL), +(@OGUID+8903, 2041, 0, 33, 0, 1, 1, -13349.2, 745.215, 4.4602, 0.90757, 0, 0, 0.438371, 0.898794, 900, 255, 1, '', 49345, NULL), +(@OGUID+8904, 2041, 0, 33, 0, 1, 1, -13456.4, 734.981, 5.53083, 3.29869, 0, 0, -0.996917, 0.0784664, 900, 255, 1, '', 48632, NULL), +(@OGUID+8905, 2041, 0, 33, 0, 1, 1, -13540, 664.827, 4.37746, 3.03684, 0, 0, 0.998629, 0.0523532, 900, 255, 1, '', 48632, NULL), +(@OGUID+8906, 2041, 0, 33, 0, 1, 1, -13549, 433.35, 76.8176, 1.65806, 0, 0, 0.737277, 0.675591, 900, 255, 1, '', 50664, NULL), +(@OGUID+8907, 2041, 0, 33, 0, 1, 1, -13639.6, 420.68, 36.7182, 2.93214, 0, 0, 0.994521, 0.104536, 900, 255, 1, '', 50664, NULL), +(@OGUID+8908, 2041, 0, 33, 0, 1, 1, -13675, 599.029, 10.4161, 5.79449, 0, 0, -0.241921, 0.970296, 900, 255, 1, '', 50063, NULL), +(@OGUID+8909, 2041, 0, 33, 0, 1, 1, -13804.6, -216.246, 4.48379, 2.26893, 0, 0, 0.906307, 0.422619, 900, 255, 1, '', 50664, NULL), +(@OGUID+8910, 2041, 0, 33, 0, 1, 1, -13832.5, 667.575, 11.7156, 2.58308, 0, 0, 0.961261, 0.27564, 900, 255, 1, '', 49345, NULL), +(@OGUID+8911, 2041, 0, 33, 0, 1, 1, -13897.6, 679.245, 10.0309, 1.81514, 0, 0, 0.788011, 0.615662, 900, 255, 1, '', 50664, NULL), +(@OGUID+8912, 2041, 0, 33, 0, 1, 1, -14034.1, 485.111, 5.65399, 6.16101, 0, 0, -0.0610485, 0.998135, 900, 255, 1, '', 49345, NULL), +(@OGUID+8913, 2041, 0, 33, 0, 1, 1, -14037.7, 370.259, 14.1351, 2.91469, 0, 0, 0.993571, 0.113208, 900, 255, 1, '', 48632, NULL), +(@OGUID+8914, 2041, 0, 33, 0, 1, 1, -14082.3, 324.559, 23.9637, 5.49779, 0, 0, -0.382683, 0.92388, 900, 255, 1, '', 50664, NULL), +(@OGUID+8915, 2041, 0, 33, 0, 1, 1, -14082.9, 446.045, 11.6335, 3.59538, 0, 0, -0.97437, 0.224951, 900, 255, 1, '', 48632, NULL), +(@OGUID+8916, 2041, 0, 33, 0, 1, 1, -14347, 142.964, 11.1941, 0.698131, 0, 0, 0.34202, 0.939693, 900, 255, 1, '', 48632, NULL), +(@OGUID+8917, 2041, 0, 33, 0, 1, 1, -14527, 209.639, 5.64817, 0.523598, 0, 0, 0.258819, 0.965926, 900, 255, 1, '', 49345, NULL), +(@OGUID+8918, 2041, 0, 33, 0, 1, 1, -12417.7, -260.721, 16.6156, 4.18879, 0, 0, -0.866025, 0.500001, 900, 255, 1, '', 46248, NULL), +(@OGUID+8919, 2041, 0, 33, 117, 1, 1, -11526.3, 573.532, 50.5051, 3.76991, 0, 0, -0.951056, 0.309017, 900, 255, 1, '', 48632, NULL), +(@OGUID+8920, 2041, 0, 33, 117, 1, 1, -13651.4, 378.103, 38.2031, 1.98967, 0, 0, 0.83867, 0.54464, 900, 255, 1, '', 50375, NULL), +(@OGUID+8921, 2041, 0, 33, 129, 1, 1, -12554.4, -180.455, 13.9325, 3.00195, 0, 0, 0.997563, 0.0697661, 900, 255, 1, '', 45572, NULL), +(@OGUID+8922, 2041, 0, 33, 1577, 1, 1, -13674.1, 449.951, 41.3601, 2.37364, 0, 0, 0.927183, 0.374608, 900, 255, 1, '', 52237, NULL), +(@OGUID+8923, 2041, 0, 33, 1577, 1, 1, -13985.5, 368.891, 29.6164, 6.03884, 0, 0, -0.121869, 0.992546, 900, 255, 1, '', 46779, NULL), +(@OGUID+8924, 2041, 0, 33, 1577, 1, 1, -14040.7, 316.313, 22.5915, 1.83259, 0, 0, 0.793353, 0.608762, 900, 255, 1, '', 45613, NULL), +(@OGUID+8925, 2041, 0, 33, 302, 1, 1, -13935.7, -130.329, 7.8164, 1.29154, 0, 0, 0.601814, 0.798636, 900, 255, 1, '', 52237, NULL), +(@OGUID+8926, 2041, 0, 33, 43, 1, 1, -14242.5, -8.0013, 12.1939, 3.7001, 0, 0, -0.961261, 0.27564, 900, 255, 1, '', 52237, NULL), +(@OGUID+8927, 2042, 0, 33, 0, 1, 1, -11555.8, -652.515, 31.7594, 5.65487, 0, 0, -0.309016, 0.951057, 900, 255, 1, '', 49345, NULL), +(@OGUID+8928, 2042, 0, 33, 0, 1, 1, -11591, -798.644, 46.082, 5.48033, 0, 0, -0.390731, 0.920505, 900, 255, 1, '', 50375, NULL), +(@OGUID+8929, 2042, 0, 33, 0, 1, 1, -11620.3, -425.414, 16.3321, 3.35105, 0, 0, -0.994521, 0.104536, 900, 255, 1, '', 50375, NULL), +(@OGUID+8930, 2042, 0, 33, 0, 1, 1, -11663.9, -421.313, 18.04, 3.75246, 0, 0, -0.953716, 0.300708, 900, 255, 1, '', 49345, NULL), +(@OGUID+8931, 2042, 0, 33, 0, 1, 1, -11678.6, 644.356, 49.927, 4.46804, 0, 0, -0.788011, 0.615662, 900, 255, 1, '', 50375, NULL), +(@OGUID+8932, 2042, 0, 33, 0, 1, 1, -11684.3, 226.792, 39.6924, 3.08918, 0, 0, 0.999657, 0.0262016, 900, 255, 1, '', 48120, NULL), +(@OGUID+8933, 2042, 0, 33, 0, 1, 1, -11713.7, -432.975, 19.4633, 0.383971, 0, 0, 0.190808, 0.981627, 900, 255, 1, '', 49936, NULL), +(@OGUID+8934, 2042, 0, 33, 0, 1, 1, -11734.6, 533.32, 52.3443, 0.733038, 0, 0, 0.358368, 0.93358, 900, 255, 1, '', 48340, NULL), +(@OGUID+8935, 2042, 0, 33, 0, 1, 1, -11807.2, -259.54, 17.5633, 4.95674, 0, 0, -0.615661, 0.788011, 900, 255, 1, '', 48120, NULL), +(@OGUID+8936, 2042, 0, 33, 0, 1, 1, -11847.3, -219.508, 16.5659, 0.645772, 0, 0, 0.317305, 0.948324, 900, 255, 1, '', 50664, NULL), +(@OGUID+8937, 2042, 0, 33, 0, 1, 1, -11879, 19.2741, 23.6722, 3.52557, 0, 0, -0.981627, 0.190812, 900, 255, 1, '', 50664, NULL), +(@OGUID+8938, 2042, 0, 33, 0, 1, 1, -11924.6, -177.015, 17.2601, 2.96704, 0, 0, 0.996194, 0.087165, 900, 255, 1, '', 50664, NULL), +(@OGUID+8939, 2042, 0, 33, 0, 1, 1, -11950.4, -691.592, 16.011, 4.11898, 0, 0, -0.882947, 0.469473, 900, 255, 1, '', 50375, NULL), +(@OGUID+8940, 2042, 0, 33, 0, 1, 1, -11961, -609.441, 17.6658, 4.99164, 0, 0, -0.601814, 0.798636, 900, 255, 1, '', 50375, NULL), +(@OGUID+8941, 2042, 0, 33, 0, 1, 1, -11991.6, -73.0549, 14.1161, 3.14159, 0, 0, -1, 0, 900, 255, 1, '', 50375, NULL), +(@OGUID+8942, 2042, 0, 33, 0, 1, 1, -12041.2, -728.706, 12.7299, 1.5708, 0, 0, 0.707107, 0.707107, 900, 255, 1, '', 50375, NULL), +(@OGUID+8943, 2042, 0, 33, 0, 1, 1, -12153.8, -133.861, 25.7315, 2.40855, 0, 0, 0.93358, 0.358368, 900, 255, 1, '', 49345, NULL), +(@OGUID+8944, 2042, 0, 33, 0, 1, 1, -12210.5, 258.976, 2.65565, 5.2709, 0, 0, -0.484809, 0.87462, 900, 255, 1, '', 48632, NULL), +(@OGUID+8945, 2042, 0, 33, 0, 1, 1, -13388.3, -364.414, 17.4184, 0.977383, 0, 0, 0.469471, 0.882948, 900, 255, 1, '', 49345, NULL), +(@OGUID+8946, 2042, 0, 33, 0, 1, 1, -13602, -30.4481, 40.0262, 0.383971, 0, 0, 0.190808, 0.981627, 900, 255, 1, '', 50664, NULL), +(@OGUID+8947, 2042, 0, 33, 0, 1, 1, -11759.6, -784.273, 33.6672, 5.42797, 0, 0, -0.414693, 0.909961, 900, 255, 1, '', 45572, NULL), +(@OGUID+8948, 2042, 0, 33, 0, 1, 1, -12274.3, 19.2027, 21.7572, 4.46804, 0, 0, -0.788011, 0.615662, 900, 255, 1, '', 46158, NULL), +(@OGUID+8949, 2042, 0, 33, 0, 1, 1, -12317.7, -116.954, 21.0686, 1.29154, 0, 0, 0.601814, 0.798636, 900, 255, 1, '', 47168, NULL), +(@OGUID+8950, 2042, 0, 33, 117, 1, 1, -11740.4, 725.001, 51.4672, 1.41372, 0, 0, 0.649447, 0.760406, 900, 255, 1, '', 48632, NULL), +(@OGUID+8951, 2042, 0, 33, 117, 1, 1, -11804.2, 493.54, 43.9985, 3.07177, 0, 0, 0.999391, 0.0349061, 900, 255, 1, '', 50375, NULL), +(@OGUID+8952, 2042, 0, 33, 122, 1, 1, -11669.9, 776.653, 50.7218, 0.95993, 0, 0, 0.461748, 0.887011, 900, 255, 1, '', 52237, NULL), +(@OGUID+8953, 2042, 0, 33, 311, 1, 1, -13597.7, -111.13, 42.1737, 4.10153, 0, 0, -0.887011, 0.461749, 900, 255, 1, '', 52237, NULL), +(@OGUID+8954, 2042, 0, 33, 460, 1, 1, -13950.2, 62.6198, 15.2021, 3.28124, 0, 0, -0.997563, 0.0697661, 900, 255, 1, '', 49822, NULL), +(@OGUID+8955, 2043, 0, 33, 0, 1, 1, -11502.8, -655.407, 32.1102, 5.5676, 0, 0, -0.350207, 0.936672, 900, 255, 1, '', 49345, NULL), +(@OGUID+8956, 2043, 0, 33, 0, 1, 1, -11516.3, -453.806, 41.2199, 2.74016, 0, 0, 0.979924, 0.19937, 900, 255, 1, '', 50375, NULL), +(@OGUID+8957, 2043, 0, 33, 0, 1, 1, -11607.1, -475.899, 24.474, 1.8675, 0, 0, 0.803857, 0.594823, 900, 255, 1, '', 50664, NULL), +(@OGUID+8958, 2043, 0, 33, 0, 1, 1, -11608.4, -581.081, 27.9593, 4.90438, 0, 0, -0.636078, 0.771625, 900, 255, 1, '', 50664, NULL), +(@OGUID+8959, 2043, 0, 33, 0, 1, 1, -11645.2, 212.943, 40.8252, 5.51524, 0, 0, -0.374606, 0.927184, 900, 255, 1, '', 48632, NULL), +(@OGUID+8960, 2043, 0, 33, 0, 1, 1, -11666.1, 445.798, 43.2023, 0.383971, 0, 0, 0.190808, 0.981627, 900, 255, 1, '', 50375, NULL), +(@OGUID+8961, 2043, 0, 33, 0, 1, 1, -11670.1, -465.304, 22.9578, 4.18879, 0, 0, -0.866025, 0.500001, 900, 255, 1, '', 50375, NULL), +(@OGUID+8962, 2043, 0, 33, 0, 1, 1, -11679.9, -97.9076, 18.2134, 3.4034, 0, 0, -0.991445, 0.130528, 900, 255, 1, '', 49345, NULL), +(@OGUID+8963, 2043, 0, 33, 0, 1, 1, -11704, 74.8653, 18.1263, 2.30383, 0, 0, 0.913545, 0.406738, 900, 255, 1, '', 48632, NULL), +(@OGUID+8964, 2043, 0, 33, 0, 1, 1, -11723.3, 212.219, 41.4537, 1.64061, 0, 0, 0.731353, 0.681999, 900, 255, 1, '', 48340, NULL), +(@OGUID+8965, 2043, 0, 33, 0, 1, 1, -11736.5, -268.625, 26.3078, 3.4034, 0, 0, -0.991445, 0.130528, 900, 255, 1, '', 48632, NULL), +(@OGUID+8966, 2043, 0, 33, 0, 1, 1, -11739.3, -585.086, 40.9359, 5.67232, 0, 0, -0.300705, 0.953717, 900, 255, 1, '', 50375, NULL), +(@OGUID+8967, 2043, 0, 33, 0, 1, 1, -11766.8, 157.535, 21.215, 3.54302, 0, 0, -0.979924, 0.19937, 900, 255, 1, '', 48340, NULL), +(@OGUID+8968, 2043, 0, 33, 0, 1, 1, -11768.8, -873.189, 28.2211, 4.10153, 0, 0, -0.887011, 0.461749, 900, 255, 1, '', 50375, NULL), +(@OGUID+8969, 2043, 0, 33, 0, 1, 1, -11781, -144.351, 6.24316, 2.04204, 0, 0, 0.85264, 0.522499, 900, 255, 1, '', 48503, NULL), +(@OGUID+8970, 2043, 0, 33, 0, 1, 1, -11793.7, 70.5265, 24.8554, 2.00713, 0, 0, 0.843391, 0.5373, 900, 255, 1, '', 50664, NULL), +(@OGUID+8971, 2043, 0, 33, 0, 1, 1, -11828.9, -547.797, 15.4699, 0.104719, 0, 0, 0.0523357, 0.99863, 900, 255, 1, '', 50375, NULL), +(@OGUID+8972, 2043, 0, 33, 0, 1, 1, -11830.1, -701.637, 39.8281, 1.58825, 0, 0, 0.71325, 0.70091, 900, 255, 1, '', 48632, NULL), +(@OGUID+8973, 2043, 0, 33, 0, 1, 1, -11842.4, 705.923, 46.2934, 2.82743, 0, 0, 0.987688, 0.156436, 900, 255, 1, '', 48120, NULL), +(@OGUID+8974, 2043, 0, 33, 0, 1, 1, -11870.5, -780.281, 33.2686, 1.67551, 0, 0, 0.743144, 0.669131, 900, 255, 1, '', 50375, NULL), +(@OGUID+8975, 2043, 0, 33, 0, 1, 1, -11895.1, -238.187, 18.641, 5.91667, 0, 0, -0.182235, 0.983255, 900, 255, 1, '', 49345, NULL), +(@OGUID+8976, 2043, 0, 33, 0, 1, 1, -11936, -181.676, 17.8796, 0.0698117, 0, 0, 0.0348988, 0.999391, 900, 255, 1, '', 48632, NULL), +(@OGUID+8977, 2043, 0, 33, 0, 1, 1, -11945.7, 296.664, 20.9065, 5.79449, 0, 0, -0.241921, 0.970296, 900, 255, 1, '', 49345, NULL), +(@OGUID+8978, 2043, 0, 33, 0, 1, 1, -11956.2, 158.976, 17.6716, 3.03684, 0, 0, 0.998629, 0.0523532, 900, 255, 1, '', 50375, NULL), +(@OGUID+8979, 2043, 0, 33, 0, 1, 1, -11975.7, -265.456, 23.3149, 1.51844, 0, 0, 0.688354, 0.725374, 900, 255, 1, '', 48632, NULL), +(@OGUID+8980, 2043, 0, 33, 0, 1, 1, -12004.3, -582.896, 14.048, 4.20625, 0, 0, -0.861629, 0.507539, 900, 255, 1, '', 50664, NULL), +(@OGUID+8981, 2043, 0, 33, 0, 1, 1, -12033.6, 267.449, 12.6497, 5.44543, 0, 0, -0.406736, 0.913546, 900, 255, 1, '', 48120, NULL), +(@OGUID+8982, 2043, 0, 33, 0, 1, 1, -12076.2, -277.955, 17.7318, 1.3439, 0, 0, 0.622514, 0.782609, 900, 255, 1, '', 48632, NULL), +(@OGUID+8983, 2043, 0, 33, 0, 1, 1, -12176.9, 249.226, 3.41079, 1.309, 0, 0, 0.608761, 0.793354, 900, 255, 1, '', 48120, NULL), +(@OGUID+8984, 2043, 0, 33, 0, 1, 1, -12189.7, -829.898, 38.3669, 2.28638, 0, 0, 0.909961, 0.414694, 900, 255, 1, '', 48632, NULL), +(@OGUID+8985, 2043, 0, 33, 0, 1, 1, -12194.6, -895.55, 40.0078, 0.383971, 0, 0, 0.190808, 0.981627, 900, 255, 1, '', 50375, NULL), +(@OGUID+8986, 2043, 0, 33, 0, 1, 1, -12362.9, -191.168, 22.3143, 4.7822, 0, 0, -0.681998, 0.731354, 900, 255, 1, '', 50375, NULL), +(@OGUID+8987, 2043, 0, 33, 0, 1, 1, -12438, -742.859, 37.5079, 5.61996, 0, 0, -0.325567, 0.945519, 900, 255, 1, '', 50375, NULL), +(@OGUID+8988, 2043, 0, 33, 0, 1, 1, -12472.2, -656.677, 38.4287, 1.01229, 0, 0, 0.484809, 0.87462, 900, 255, 1, '', 50375, NULL), +(@OGUID+8989, 2043, 0, 33, 0, 1, 1, -12497.6, -818.028, 41.9242, 4.88692, 0, 0, -0.642787, 0.766045, 900, 255, 1, '', 49345, NULL), +(@OGUID+8990, 2043, 0, 33, 0, 1, 1, -12498.2, -898.21, 38.9075, 4.31097, 0, 0, -0.833885, 0.551938, 900, 255, 1, '', 50375, NULL), +(@OGUID+8991, 2043, 0, 33, 0, 1, 1, -12535.2, -34.5063, 22.1414, 0.139624, 0, 0, 0.0697556, 0.997564, 900, 255, 1, '', 50664, NULL), +(@OGUID+8992, 2043, 0, 33, 0, 1, 1, -12658, -885.355, 53.9736, 5.91667, 0, 0, -0.182235, 0.983255, 900, 255, 1, '', 50375, NULL), +(@OGUID+8993, 2043, 0, 33, 0, 1, 1, -12681.5, -121.948, 15.3385, 4.7473, 0, 0, -0.694658, 0.71934, 900, 255, 1, '', 50664, NULL), +(@OGUID+8994, 2043, 0, 33, 0, 1, 1, -12713, -241.92, 38.4442, 2.54818, 0, 0, 0.956305, 0.292372, 900, 255, 1, '', 49345, NULL), +(@OGUID+8995, 2043, 0, 33, 0, 1, 1, -12751.8, 272.947, 9.70816, 0.331611, 0, 0, 0.165047, 0.986286, 900, 255, 1, '', 50063, NULL), +(@OGUID+8996, 2043, 0, 33, 0, 1, 1, -12764.5, -827.737, 67.7284, 5.68977, 0, 0, -0.292372, 0.956305, 900, 255, 1, '', 48632, NULL), +(@OGUID+8997, 2043, 0, 33, 0, 1, 1, -12771.2, -15.3801, 9.45094, 0.087266, 0, 0, 0.0436192, 0.999048, 900, 255, 1, '', 50375, NULL), +(@OGUID+8998, 2043, 0, 33, 0, 1, 1, -12781.2, 109.064, 11.3627, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 50375, NULL), +(@OGUID+8999, 2043, 0, 33, 0, 1, 1, -12810.7, 185.967, 17.3171, 2.40855, 0, 0, 0.93358, 0.358368, 900, 255, 1, '', 48632, NULL), +(@OGUID+9000, 2043, 0, 33, 0, 1, 1, -12838.9, 366.574, 23.6163, 4.95674, 0, 0, -0.615661, 0.788011, 900, 255, 1, '', 49345, NULL), +(@OGUID+9001, 2043, 0, 33, 0, 1, 1, -12841.2, 97.749, 19.3022, 5.46288, 0, 0, -0.398748, 0.91706, 900, 255, 1, '', 50375, NULL), +(@OGUID+9002, 2043, 0, 33, 0, 1, 1, -12862.7, 243.25, 17.8317, 2.58308, 0, 0, 0.961261, 0.27564, 900, 255, 1, '', 48632, NULL), +(@OGUID+9003, 2043, 0, 33, 0, 1, 1, -12958.8, -856.944, 71.5774, 4.7822, 0, 0, -0.681998, 0.731354, 900, 255, 1, '', 50375, NULL), +(@OGUID+9004, 2043, 0, 33, 0, 1, 1, -12960, -78.8065, 15.4358, 0.087266, 0, 0, 0.0436192, 0.999048, 900, 255, 1, '', 48632, NULL), +(@OGUID+9005, 2043, 0, 33, 0, 1, 1, -12964.4, 167.524, 22.3694, 2.79252, 0, 0, 0.984807, 0.173652, 900, 255, 1, '', 50375, NULL), +(@OGUID+9006, 2043, 0, 33, 0, 1, 1, -12975.3, 269.194, 17.7305, 6.0912, 0, 0, -0.0958452, 0.995396, 900, 255, 1, '', 50375, NULL), +(@OGUID+9007, 2043, 0, 33, 0, 1, 1, -12994.5, 154.965, 25.5727, 1.90241, 0, 0, 0.814116, 0.580703, 900, 255, 1, '', 50375, NULL), +(@OGUID+9008, 2043, 0, 33, 0, 1, 1, -13259.3, 496.703, 5.97683, 3.21142, 0, 0, -0.999391, 0.0349061, 900, 255, 1, '', 50664, NULL), +(@OGUID+9009, 2043, 0, 33, 0, 1, 1, -13389.5, 346.085, 35.1988, 2.33874, 0, 0, 0.920505, 0.390732, 900, 255, 1, '', 50664, NULL), +(@OGUID+9010, 2043, 0, 33, 0, 1, 1, -13485.6, 713.564, 4.93984, 0.488691, 0, 0, 0.241921, 0.970296, 900, 255, 1, '', 49345, NULL), +(@OGUID+9011, 2043, 0, 33, 0, 1, 1, -13568.5, -234.428, 30.2198, 3.61284, 0, 0, -0.972369, 0.233448, 900, 255, 1, '', 49345, NULL), +(@OGUID+9012, 2043, 0, 33, 0, 1, 1, -13699.8, 511.229, 38.8513, 6.21337, 0, 0, -0.0348988, 0.999391, 900, 255, 1, '', 50664, NULL), +(@OGUID+9013, 2043, 0, 33, 0, 1, 1, -13853.2, 541.307, 46.7172, 5.13127, 0, 0, -0.544639, 0.838671, 900, 255, 1, '', 50664, NULL), +(@OGUID+9014, 2043, 0, 33, 0, 1, 1, -13871.3, 661.595, 15.0183, 0.733038, 0, 0, 0.358368, 0.93358, 900, 255, 1, '', 50063, NULL), +(@OGUID+9015, 2043, 0, 33, 0, 1, 1, -14026, 539.187, 8.4053, 1.16937, 0, 0, 0.551936, 0.833886, 900, 255, 1, '', 49345, NULL), +(@OGUID+9016, 2043, 0, 33, 0, 1, 1, -14184.8, 330.071, 46.021, 2.46091, 0, 0, 0.942641, 0.333808, 900, 255, 1, '', 50063, NULL), +(@OGUID+9017, 2043, 0, 33, 0, 1, 1, -14619.4, -157.44, 5.70132, 1.72787, 0, 0, 0.760406, 0.649449, 900, 255, 1, '', 49345, NULL), +(@OGUID+9018, 2043, 0, 33, 9, 1, 1, -11571.1, 311.907, 45.0555, 2.07694, 0, 0, 0.861629, 0.507539, 900, 255, 1, '', 50250, NULL), +(@OGUID+9019, 2043, 0, 33, 0, 1, 1, -11809.3, 444.485, 49.6407, 3.47321, 0, 0, -0.986285, 0.16505, 900, 255, 1, '', 45572, NULL), +(@OGUID+9020, 2043, 0, 33, 0, 1, 1, -12821.1, -441.142, 21.424, 6.19592, 0, 0, -0.0436192, 0.999048, 900, 255, 1, '', 52237, NULL), +(@OGUID+9021, 2043, 0, 33, 117, 1, 1, -11548.4, 843.898, 23.3085, 2.47837, 0, 0, 0.945518, 0.325568, 900, 255, 1, '', 48632, NULL), +(@OGUID+9022, 2043, 0, 33, 117, 1, 1, -11748.8, 639.877, 50.7172, 1.22173, 0, 0, 0.573576, 0.819152, 900, 255, 1, '', 48632, NULL), +(@OGUID+9023, 2043, 0, 33, 117, 1, 1, -12395.7, -772.087, 33.0181, 2.63544, 0, 0, 0.968147, 0.250381, 900, 255, 1, '', 50375, NULL), +(@OGUID+9024, 2043, 0, 33, 117, 1, 1, -12652.2, -632.579, 44.5416, 0.767944, 0, 0, 0.374606, 0.927184, 900, 255, 1, '', 50250, NULL), +(@OGUID+9025, 2043, 0, 33, 117, 1, 1, -12732.6, -594.734, 42.1949, 5.53269, 0, 0, -0.366501, 0.930418, 900, 255, 1, '', 50250, NULL), +(@OGUID+9026, 2043, 0, 33, 117, 1, 1, -12874.8, -24.5285, 16.543, 5.044, 0, 0, -0.580703, 0.814116, 900, 255, 1, '', 50375, NULL), +(@OGUID+9027, 2043, 0, 33, 1577, 1, 1, -13126.2, -282.232, 15.2135, 1.18682, 0, 0, 0.559193, 0.829038, 900, 255, 1, '', 54261, NULL), +(@OGUID+9028, 2043, 0, 33, 1577, 1, 1, -13643.1, 268.088, 41.9304, 1.53589, 0, 0, 0.694658, 0.71934, 900, 255, 1, '', 45613, NULL), +(@OGUID+9029, 2043, 0, 33, 1578, 1, 1, -13053, 413.668, 24.8047, 4.38078, 0, 0, -0.814116, 0.580703, 900, 255, 1, '', 45572, NULL), +(@OGUID+9030, 2043, 0, 33, 1578, 1, 1, -13419.6, 250.341, 22.6322, 5.13127, 0, 0, -0.544639, 0.838671, 900, 255, 1, '', 52237, NULL), +(@OGUID+9031, 2043, 0, 33, 1578, 1, 1, -13446.8, 635.893, 9.43585, 2.44346, 0, 0, 0.939692, 0.34202, 900, 255, 1, '', 52237, NULL), +(@OGUID+9032, 2043, 0, 33, 1578, 1, 1, -13468.4, 345.16, 36.1291, 0.558504, 0, 0, 0.275637, 0.961262, 900, 255, 1, '', 46902, NULL), +(@OGUID+9033, 2043, 0, 33, 297, 1, 1, -14525.3, -358.133, 5.40077, 2.58308, 0, 0, 0.961261, 0.27564, 900, 255, 1, '', 45704, NULL), +(@OGUID+9034, 2043, 0, 33, 297, 1, 1, -14775.8, -152.402, 5.74952, 5.98648, 0, 0, -0.147809, 0.989016, 900, 255, 1, '', 52237, NULL), +(@OGUID+9035, 2043, 0, 33, 460, 1, 1, -14765.2, -405.041, 6.56563, 4.38078, 0, 0, -0.814116, 0.580703, 900, 255, 1, '', 49822, NULL), +(@OGUID+9036, 2043, 0, 33, 460, 1, 1, -14827.7, -311.77, 4.75048, 3.08918, 0, 0, 0.999657, 0.0262016, 900, 255, 1, '', 50664, NULL), +(@OGUID+9037, 2045, 0, 33, 0, 1, 1, -11732.6, 1332.68, -4.338875, 0.698131, 0, 0, 0.34202, 0.939693, 900, 255, 1, '', 48120, 'Original position_z: -9.04218'), +(@OGUID+9038, 2045, 0, 33, 0, 1, 1, -12048.8, 850.44, -15.1847, 5.68977, 0, 0, -0.292372, 0.956305, 900, 255, 1, '', 49345, NULL), +(@OGUID+9039, 2045, 0, 33, 0, 1, 1, -12050, 566.949, -15.5172, 3.10665, 0, 0, 0.999847, 0.0174693, 900, 255, 1, '', 48632, NULL), +(@OGUID+9040, 2045, 0, 33, 0, 1, 1, -12066.3, 726.439, -17.8329, 3.10665, 0, 0, 0.999847, 0.0174693, 900, 255, 1, '', 50375, NULL), +(@OGUID+9041, 2045, 0, 33, 0, 1, 1, -12133.3, 1024.23, -6.8605, 4.81711, 0, 0, -0.66913, 0.743145, 900, 255, 1, '', 50250, NULL), +(@OGUID+9042, 2045, 0, 33, 0, 1, 1, -12138.3, 469.575, -30.1143, 0.890117, 0, 0, 0.430511, 0.902586, 900, 255, 1, '', 49345, NULL), +(@OGUID+9043, 2045, 0, 33, 0, 1, 1, -12214.1, 782.313, -7.60685, 4.5204, 0, 0, -0.771625, 0.636078, 900, 255, 1, '', 50250, NULL), +(@OGUID+9044, 2045, 0, 33, 0, 1, 1, -12234.2, 875.091, -15.3099, 1.02974, 0, 0, 0.492423, 0.870356, 900, 255, 1, '', 50375, NULL), +(@OGUID+9045, 2045, 0, 33, 0, 1, 1, -12253.2, 726.318, -65.8863, 2.32129, 0, 0, 0.91706, 0.39875, 900, 255, 1, '', 49345, NULL), +(@OGUID+9046, 2045, 0, 33, 0, 1, 1, -12299.6, 399.688, -17.0721, 4.46804, 0, 0, -0.788011, 0.615662, 900, 255, 1, '', 49345, NULL), +(@OGUID+9047, 2045, 0, 33, 0, 1, 1, -12383.1, 642.023, -63.2243, 0.366518, 0, 0, 0.182235, 0.983255, 900, 255, 1, '', 50664, NULL), +(@OGUID+9048, 2045, 0, 33, 0, 1, 1, -12416.9, 749.594, -35.9542, 1.72787, 0, 0, 0.760406, 0.649449, 900, 255, 1, '', 50664, NULL), +(@OGUID+9049, 2045, 0, 33, 0, 1, 1, -12420.1, 333.587, -19.0185, 3.85718, 0, 0, -0.936671, 0.35021, 900, 255, 1, '', 48632, NULL), +(@OGUID+9050, 2045, 0, 33, 0, 1, 1, -12476.5, 425.215, -21.1171, 4.53786, 0, 0, -0.766044, 0.642789, 900, 255, 1, '', 49936, NULL), +(@OGUID+9051, 2045, 0, 33, 0, 1, 1, -12503.6, 231.236, -11.8243, 0.645772, 0, 0, 0.317305, 0.948324, 900, 255, 1, '', 49345, NULL), +(@OGUID+9052, 2045, 0, 33, 0, 1, 1, -12532.9, 330.768, -42.6405, 1.93731, 0, 0, 0.824125, 0.566408, 900, 255, 1, '', 49345, NULL), +(@OGUID+9053, 2045, 0, 33, 0, 1, 1, -12549.2, 534.619, -47.1639, 5.42797, 0, 0, -0.414693, 0.909961, 900, 255, 1, '', 50664, NULL), +(@OGUID+9054, 2045, 0, 33, 0, 1, 1, -12591.2, 251.22, -39.6461, 3.87463, 0, 0, -0.93358, 0.358368, 900, 255, 1, '', 50172, NULL), +(@OGUID+9055, 2045, 0, 33, 0, 1, 1, -12617.1, 459.617, -57.7316, 1.39626, 0, 0, 0.642787, 0.766045, 900, 255, 1, '', 49345, NULL), +(@OGUID+9056, 2045, 0, 33, 0, 1, 1, -12690.2, 481.88, -28.4652, 6.26573, 0, 0, -0.00872612, 0.999962, 900, 255, 1, '', 49345, NULL), +(@OGUID+9057, 2045, 0, 33, 0, 1, 1, -12697.7, 53.7122, -22.1556, 1.90241, 0, 0, 0.814116, 0.580703, 900, 255, 1, '', 48632, NULL), +(@OGUID+9058, 2045, 0, 33, 0, 1, 1, -12700.3, 33.8601, -15.6602, 5.60251, 0, 0, -0.333807, 0.942641, 900, 255, 1, '', 50664, NULL), +(@OGUID+9059, 2045, 0, 33, 0, 1, 1, -12712.3, 199.339, -11.1717, 0.0174525, 0, 0, 0.00872612, 0.999962, 900, 255, 1, '', 48632, NULL), +(@OGUID+9060, 2045, 0, 33, 0, 1, 1, -12818.7, 508.625, -5.3383, 5.96903, 0, 0, -0.156434, 0.987688, 900, 255, 1, '', 49345, NULL), +(@OGUID+9061, 2045, 0, 33, 0, 1, 1, -12966.9, 499.994, -1.77646, 4.5204, 0, 0, -0.771625, 0.636078, 900, 255, 1, '', 50664, NULL), +(@OGUID+9062, 2045, 0, 33, 0, 1, 1, -12976.8, 516.376, -7.23011, 5.98648, 0, 0, -0.147809, 0.989016, 900, 255, 1, '', 49345, NULL), +(@OGUID+9063, 2045, 0, 33, 0, 1, 1, -12989.7, 714.903, -46.0731, 2.67035, 0, 0, 0.972369, 0.233448, 900, 255, 1, '', 50664, NULL), +(@OGUID+9064, 2045, 0, 33, 0, 1, 1, -13023, 562.964, -31.4513, 5.09636, 0, 0, -0.559193, 0.829038, 900, 255, 1, '', 50250, NULL), +(@OGUID+9065, 2045, 0, 33, 0, 1, 1, -13138.7, 535.828, -26.0268, 0.349065, 0, 0, 0.173648, 0.984808, 900, 255, 1, '', 50063, NULL), +(@OGUID+9066, 2045, 0, 33, 0, 1, 1, -13168.1, 712.903, -17.1304, 3.927, 0, 0, -0.923879, 0.382686, 900, 255, 1, '', 50250, NULL), +(@OGUID+9067, 2045, 0, 33, 0, 1, 1, -13200.9, 566.285, -13.3525, 2.26893, 0, 0, 0.906307, 0.422619, 900, 255, 1, '', 50063, NULL), +(@OGUID+9068, 2045, 0, 33, 0, 1, 1, -13232.7, 634.259, -15.0641, 1.58825, 0, 0, 0.71325, 0.70091, 900, 255, 1, '', 49345, NULL), +(@OGUID+9069, 2045, 0, 33, 0, 1, 1, -13431.5, 891.744, -14.6987, 5.16618, 0, 0, -0.529919, 0.848048, 900, 255, 1, '', 50664, NULL), +(@OGUID+9070, 2045, 0, 33, 0, 1, 1, -13434.2, 812.866, -6.68726, 1.67551, 0, 0, 0.743144, 0.669131, 900, 255, 1, '', 50172, NULL), +(@OGUID+9071, 2045, 0, 33, 0, 1, 1, -13595.2, 601.005, -25.8844, 0.575957, 0, 0, 0.284015, 0.95882, 900, 255, 1, '', 49345, NULL), +(@OGUID+9072, 2045, 0, 33, 0, 1, 1, -13599.8, 498.125, -35.318, 1.71042, 0, 0, 0.754709, 0.656059, 900, 255, 1, '', 49345, NULL), +(@OGUID+9073, 2045, 0, 33, 0, 1, 1, -13603.6, 419.877, -33.2804, 2.04204, 0, 0, 0.85264, 0.522499, 900, 255, 1, '', 50664, NULL), +(@OGUID+9074, 2045, 0, 33, 0, 1, 1, -13659.4, 694.493, -16.9346, 3.22886, 0, 0, -0.999048, 0.0436193, 900, 255, 1, '', 48632, NULL), +(@OGUID+9075, 2045, 0, 33, 0, 1, 1, -13691.3, 767.772, -12.2924, 2.33874, 0, 0, 0.920505, 0.390732, 900, 255, 1, '', 48632, NULL), +(@OGUID+9076, 2045, 0, 33, 0, 1, 1, -13824.5, 756.112, -20.9001, 1.36136, 0, 0, 0.62932, 0.777146, 900, 255, 1, '', 48632, NULL), +(@OGUID+9077, 2045, 0, 33, 0, 1, 1, -13887.7, -229.539, -7.185, 5.09636, 0, 0, -0.559193, 0.829038, 900, 255, 1, '', 49345, NULL), +(@OGUID+9078, 2045, 0, 33, 0, 1, 1, -13897.6, 765.022, -21.7174, 4.34587, 0, 0, -0.824126, 0.566406, 900, 255, 1, '', 49345, NULL), +(@OGUID+9079, 2045, 0, 33, 0, 1, 1, -14021.3, 678.831, -36.2025, 5.09636, 0, 0, -0.559193, 0.829038, 900, 255, 1, '', 48632, NULL), +(@OGUID+9080, 2045, 0, 33, 0, 1, 1, -14057.4, 602.716, -36.1396, 0.750491, 0, 0, 0.366501, 0.930418, 900, 255, 1, '', 48632, NULL), +(@OGUID+9081, 2045, 0, 33, 0, 1, 1, -14073, 853.465, -59.9112, 4.4855, 0, 0, -0.782608, 0.622515, 900, 255, 1, '', 49345, NULL), +(@OGUID+9082, 2045, 0, 33, 0, 1, 1, -14088.1, 525.152, -35.922, 0.59341, 0, 0, 0.292371, 0.956305, 900, 255, 1, '', 48632, NULL), +(@OGUID+9083, 2045, 0, 33, 0, 1, 1, -14094.5, 764.343, -35.9106, 2.65289, 0, 0, 0.970295, 0.241925, 900, 255, 1, '', 48632, NULL), +(@OGUID+9084, 2045, 0, 33, 0, 1, 1, -14143.6, 530.425, -15.8463, 5.3058, 0, 0, -0.469471, 0.882948, 900, 255, 1, '', 50664, NULL), +(@OGUID+9085, 2045, 0, 33, 0, 1, 1, -14307, -129.447, -17.4606, 1.98967, 0, 0, 0.83867, 0.54464, 900, 255, 1, '', 49345, NULL), +(@OGUID+9086, 2045, 0, 33, 0, 1, 1, -14396.7, 14.4545, -9.31337, 2.09439, 0, 0, 0.866025, 0.500001, 900, 255, 1, '', 49345, NULL), +(@OGUID+9087, 2045, 0, 33, 0, 1, 1, -14685.5, 201.541, -18.1998, 4.03171, 0, 0, -0.902585, 0.430512, 900, 255, 1, '', 50664, NULL), +(@OGUID+9088, 2045, 0, 33, 0, 1, 1, -14806.1, -17.4182, -9.73157, 4.10153, 0, 0, -0.887011, 0.461749, 900, 255, 1, '', 49345, NULL), +(@OGUID+9089, 2045, 0, 33, 0, 1, 1, -14839.3, 140.509, -24.3537, 2.77507, 0, 0, 0.983254, 0.182238, 900, 255, 1, '', 49345, NULL), +(@OGUID+9090, 2045, 0, 33, 0, 1, 1, -14866.2, 48.6583, -9.68805, 0.436332, 0, 0, 0.216439, 0.976296, 900, 255, 1, '', 50664, NULL), +(@OGUID+9091, 2045, 0, 33, 0, 1, 1, -14900, 248.184, -17.7765, 3.61284, 0, 0, -0.972369, 0.233448, 900, 255, 1, '', 49345, NULL), +(@OGUID+9092, 2045, 0, 33, 9, 1, 1, -12476.1, 573.471, -68.107, 0.95993, 0, 0, 0.461748, 0.887011, 900, 255, 1, '', 48019, NULL), +(@OGUID+9093, 2045, 0, 33, 1519, 1, 1, -13251.6, 781.087, -8.26174, 2.75761, 0, 0, 0.981627, 0.190812, 900, 255, 1, '', 47720, NULL), +(@OGUID+9094, 2045, 0, 33, 401, 1, 1, -13056.3, 522.983, -21.8572, 2.02458, 0, 0, 0.848047, 0.529921, 900, 255, 1, '', 49345, NULL), +(@OGUID+9095, 2045, 0, 33, 104, 1, 1, -12221.4, 589.087, -54.8489, 4.32842, 0, 0, -0.829037, 0.559194, 900, 255, 1, '', 47168, NULL), +(@OGUID+9096, 2045, 0, 33, 104, 1, 1, -12320.9, 438.169, -30.6961, 0.0698117, 0, 0, 0.0348988, 0.999391, 900, 255, 1, '', 45772, NULL), +(@OGUID+9097, 2045, 0, 33, 104, 1, 1, -12560.7, 338.63, -45.4978, 1.13446, 0, 0, 0.537299, 0.843392, 900, 255, 1, '', 52237, NULL), +(@OGUID+9098, 2045, 0, 33, 1578, 1, 1, -12885, 524.078, -9.65929, 3.4034, 0, 0, -0.991445, 0.130528, 900, 255, 1, '', 45613, NULL), +(@OGUID+9099, 2045, 0, 33, 1578, 1, 1, -13113.1, 803.91, -38.3111, 1.5708, 0, 0, 0.707107, 0.707107, 900, 255, 1, '', 52237, NULL), +(@OGUID+9100, 2045, 0, 33, 1578, 1, 1, -13574.2, 813.761, -10.0162, 3.03684, 0, 0, 0.998629, 0.0523532, 900, 255, 1, '', 46158, NULL), +(@OGUID+9101, 2045, 0, 33, 1578, 1, 1, -14065.4, 473.215, -14.4825, 0.244346, 0, 0, 0.121869, 0.992546, 900, 255, 1, '', 45704, NULL), +(@OGUID+9102, 2045, 0, 33, 1739, 1, 1, -13352.9, 819.383, -7.56789, 3.22886, 0, 0, -0.999048, 0.0436193, 900, 255, 1, '', 52237, NULL), +(@OGUID+9103, 2045, 0, 33, 297, 1, 1, -14641.9, -18.8594, -17.9815, 0.296705, 0, 0, 0.147809, 0.989016, 900, 255, 1, '', 45704, NULL), +(@OGUID+9104, 2045, 0, 33, 302, 1, 1, -13845.9, -286.316, -11.9609, 2.74016, 0, 0, 0.979924, 0.19937, 900, 255, 1, '', 47168, NULL), +(@OGUID+9105, 2045, 0, 33, 311, 1, 1, -13733.2, -433.058, -10.5012, 5.18363, 0, 0, -0.522498, 0.85264, 900, 255, 1, '', 52237, NULL), +(@OGUID+9106, 2045, 0, 33, 311, 1, 1, -13794.6, -369.863, -8.35587, 1.11701, 0, 0, 0.529919, 0.848048, 900, 255, 1, '', 45704, NULL), +(@OGUID+9107, 2045, 0, 33, 43, 1, 1, -14156.2, -116.809, -10.5092, 5.75959, 0, 0, -0.258819, 0.965926, 900, 255, 1, '', 47168, NULL), +(@OGUID+9108, 2045, 0, 33, 43, 1, 1, -14543.7, 52.4755, -9.45401, 5.93412, 0, 0, -0.173648, 0.984808, 900, 255, 1, '', 52237, NULL), +(@OGUID+9109, 2045, 0, 33, 43, 1, 1, -14584.1, 113.258, -6.45845, 1.02974, 0, 0, 0.492423, 0.870356, 900, 255, 1, '', 46779, NULL), +(@OGUID+9110, 2045, 0, 33, 43, 1, 1, -14738.2, 426.837, -23.7297, 4.10153, 0, 0, -0.887011, 0.461749, 900, 255, 1, '', 45704, NULL), +(@OGUID+9111, 2045, 0, 33, 43, 1, 1, -14848.1, 416.435, -11.4332, 1.76278, 0, 0, 0.771625, 0.636078, 900, 255, 1, '', 52237, NULL), +(@OGUID+9112, 2045, 0, 33, 43, 1, 1, -14953.7, 333.505, -27.6939, 5.41052, 0, 0, -0.422618, 0.906308, 900, 255, 1, '', 45704, NULL), +(@OGUID+9113, 2045, 0, 33, 3565, 1, 1, -12013.9, 945.362, -17.1093, 2.65289, 0, 0, 0.970295, 0.241925, 900, 255, 1, '', 50664, NULL), +(@OGUID+9114, 2045, 0, 33, 460, 1, 1, -14248.8, -67.0717, -8.99623, 3.33359, 0, 0, -0.995396, 0.0958512, 900, 255, 1, '', 49822, NULL), +(@OGUID+9115, 2045, 0, 33, 460, 1, 1, -14921.4, 488.323, -13.8152, 0.733038, 0, 0, 0.358368, 0.93358, 900, 255, 1, '', 49822, NULL), +(@OGUID+9116, 2046, 0, 33, 0, 1, 1, -11599.7, 724.194, 61.3601, 3.4383, 0, 0, -0.989016, 0.147811, 900, 255, 1, '', 50375, NULL), +(@OGUID+9117, 2046, 0, 33, 0, 1, 1, -11602.6, 621.821, 50.7443, 3.31614, 0, 0, -0.996194, 0.087165, 900, 255, 1, '', 48632, NULL), +(@OGUID+9118, 2046, 0, 33, 0, 1, 1, -11684.7, 920.657, 4.31604, 3.73501, 0, 0, -0.956305, 0.292372, 900, 255, 1, '', 48120, NULL), +(@OGUID+9119, 2046, 0, 33, 0, 1, 1, -11797.1, -622.946, 46.2108, 3.76991, 0, 0, -0.951056, 0.309017, 900, 255, 1, '', 50375, NULL), +(@OGUID+9120, 2046, 0, 33, 0, 1, 1, -11799.2, -447.954, 37.2924, 5.95157, 0, 0, -0.165047, 0.986286, 900, 255, 1, '', 50664, NULL), +(@OGUID+9121, 2046, 0, 33, 0, 1, 1, -11836.9, 48.4786, 15.7018, 4.88692, 0, 0, -0.642787, 0.766045, 900, 255, 1, '', 48632, NULL), +(@OGUID+9122, 2046, 0, 33, 0, 1, 1, -11838.5, 351.454, 43.381, 1.09956, 0, 0, 0.522498, 0.85264, 900, 255, 1, '', 48120, NULL), +(@OGUID+9123, 2046, 0, 33, 0, 1, 1, -11872.6, 185.119, 22.6955, 2.80998, 0, 0, 0.986285, 0.16505, 900, 255, 1, '', 48340, NULL), +(@OGUID+9124, 2046, 0, 33, 0, 1, 1, -11898.2, -729.803, 25.1154, 1.72787, 0, 0, 0.760406, 0.649449, 900, 255, 1, '', 48632, NULL), +(@OGUID+9125, 2046, 0, 33, 0, 1, 1, -11989.2, -302.561, 35.3932, 2.9845, 0, 0, 0.996917, 0.0784664, 900, 255, 1, '', 48632, NULL), +(@OGUID+9126, 2046, 0, 33, 0, 1, 1, -12007.8, 306.513, 3.89546, 5.81195, 0, 0, -0.233445, 0.97237, 900, 255, 1, '', 49345, NULL), +(@OGUID+9127, 2046, 0, 33, 0, 1, 1, -12020, -155.049, 41.7223, 6.14356, 0, 0, -0.0697556, 0.997564, 900, 255, 1, '', 50664, NULL), +(@OGUID+9128, 2046, 0, 33, 0, 1, 1, -12034.3, -972.064, 59.7587, 3.42085, 0, 0, -0.990268, 0.139175, 900, 255, 1, '', 50375, NULL), +(@OGUID+9129, 2046, 0, 33, 0, 1, 1, -12064.3, -892.214, 61.0584, 0.471238, 0, 0, 0.233445, 0.97237, 900, 255, 1, '', 49345, NULL), +(@OGUID+9130, 2046, 0, 33, 0, 1, 1, -12103.3, -795.352, 45.2794, 2.9845, 0, 0, 0.996917, 0.0784664, 900, 255, 1, '', 50664, NULL), +(@OGUID+9131, 2046, 0, 33, 0, 1, 1, -12157.5, -313.322, 19.6208, 2.42601, 0, 0, 0.936672, 0.350207, 900, 255, 1, '', 50664, NULL), +(@OGUID+9132, 2046, 0, 33, 0, 1, 1, -12200.4, -102.249, 29.2303, 3.76991, 0, 0, -0.951056, 0.309017, 900, 255, 1, '', 50375, NULL), +(@OGUID+9133, 2046, 0, 33, 0, 1, 1, -12232, -828.062, 37.6373, 1.20428, 0, 0, 0.566406, 0.824126, 900, 255, 1, '', 48632, NULL), +(@OGUID+9134, 2046, 0, 33, 0, 1, 1, -12266.6, -912.408, 50.1701, 5.21854, 0, 0, -0.507538, 0.861629, 900, 255, 1, '', 50375, NULL), +(@OGUID+9135, 2046, 0, 33, 0, 1, 1, -12338.7, -882.249, 49.0126, 0.925024, 0, 0, 0.446198, 0.894935, 900, 255, 1, '', 50375, NULL), +(@OGUID+9136, 2046, 0, 33, 0, 1, 1, -12348.3, -559.049, 28.1487, 3.7001, 0, 0, -0.961261, 0.27564, 900, 255, 1, '', 50375, NULL), +(@OGUID+9137, 2046, 0, 33, 0, 1, 1, -12408.4, -822.869, 45.1533, 2.75761, 0, 0, 0.981627, 0.190812, 900, 255, 1, '', 50375, NULL), +(@OGUID+9138, 2046, 0, 33, 0, 1, 1, -12422.6, -697.771, 33.9253, 1.41372, 0, 0, 0.649447, 0.760406, 900, 255, 1, '', 49345, NULL), +(@OGUID+9139, 2046, 0, 33, 0, 1, 1, -12430.4, -946.587, 42.8795, 2.44346, 0, 0, 0.939692, 0.34202, 900, 255, 1, '', 50375, NULL), +(@OGUID+9140, 2046, 0, 33, 0, 1, 1, -12459.7, -608.362, 27.2746, 2.30383, 0, 0, 0.913545, 0.406738, 900, 255, 1, '', 50375, NULL), +(@OGUID+9141, 2046, 0, 33, 0, 1, 1, -12477.6, -1001.09, 50.1286, 6.17847, 0, 0, -0.0523357, 0.99863, 900, 255, 1, '', 50375, NULL), +(@OGUID+9142, 2046, 0, 33, 0, 1, 1, -12488.5, -135.226, 14.1769, 5.60251, 0, 0, -0.333807, 0.942641, 900, 255, 1, '', 48632, NULL), +(@OGUID+9143, 2046, 0, 33, 0, 1, 1, -12624, -274.663, 27.0946, 0.855211, 0, 0, 0.414693, 0.909961, 900, 255, 1, '', 49345, NULL), +(@OGUID+9144, 2046, 0, 33, 0, 1, 1, -12643.5, -792.082, 57.2894, 6.19592, 0, 0, -0.0436192, 0.999048, 900, 255, 1, '', 49345, NULL), +(@OGUID+9145, 2046, 0, 33, 0, 1, 1, -12648.8, -938.825, 65.6106, 4.60767, 0, 0, -0.743144, 0.669131, 900, 255, 1, '', 50375, NULL), +(@OGUID+9146, 2046, 0, 33, 0, 1, 1, -12657.1, -45.3199, 23.7914, 5.25344, 0, 0, -0.492423, 0.870356, 900, 255, 1, '', 50664, NULL), +(@OGUID+9147, 2046, 0, 33, 0, 1, 1, -12730.2, -911.51, 68.114, 5.96903, 0, 0, -0.156434, 0.987688, 900, 255, 1, '', 50375, NULL), +(@OGUID+9148, 2046, 0, 33, 0, 1, 1, -12773.8, -215.173, 37.9271, 0.0698117, 0, 0, 0.0348988, 0.999391, 900, 255, 1, '', 48632, NULL), +(@OGUID+9149, 2046, 0, 33, 0, 1, 1, -12776.1, 269.979, 16.8659, 4.10153, 0, 0, -0.887011, 0.461749, 900, 255, 1, '', 48632, NULL), +(@OGUID+9150, 2046, 0, 33, 0, 1, 1, -12801.3, -242.125, 22.9495, 6.16101, 0, 0, -0.0610485, 0.998135, 900, 255, 1, '', 48632, NULL), +(@OGUID+9151, 2046, 0, 33, 0, 1, 1, -12813.8, -754.481, 77.9147, 3.78737, 0, 0, -0.948323, 0.317306, 900, 255, 1, '', 50375, NULL), +(@OGUID+9152, 2046, 0, 33, 0, 1, 1, -12842.6, -529.612, 61.5598, 1.48353, 0, 0, 0.67559, 0.737278, 900, 255, 1, '', 49345, NULL), +(@OGUID+9153, 2046, 0, 33, 0, 1, 1, -12885.3, 393.837, 47.626, 0.541051, 0, 0, 0.267238, 0.963631, 900, 255, 1, '', 49345, NULL), +(@OGUID+9154, 2046, 0, 33, 0, 1, 1, -12913.3, 89.1847, 32.6031, 1.23918, 0, 0, 0.580703, 0.814116, 900, 255, 1, '', 49345, NULL), +(@OGUID+9155, 2046, 0, 33, 0, 1, 1, -12946.4, 386.505, 32.6579, 3.64774, 0, 0, -0.968147, 0.250381, 900, 255, 1, '', 50375, NULL), +(@OGUID+9156, 2046, 0, 33, 0, 1, 1, -12975, -22.989, 23.6862, 3.52557, 0, 0, -0.981627, 0.190812, 900, 255, 1, '', 50664, NULL), +(@OGUID+9157, 2046, 0, 33, 0, 1, 1, -12978.1, -737.656, 55.4423, 4.46804, 0, 0, -0.788011, 0.615662, 900, 255, 1, '', 50375, NULL), +(@OGUID+9158, 2046, 0, 33, 0, 1, 1, -12987.7, 316.323, 31.1341, 4.69494, 0, 0, -0.71325, 0.70091, 900, 255, 1, '', 50375, NULL), +(@OGUID+9159, 2046, 0, 33, 0, 1, 1, -13015, -847.127, 71.4595, 2.60054, 0, 0, 0.96363, 0.267241, 900, 255, 1, '', 50664, NULL), +(@OGUID+9160, 2046, 0, 33, 0, 1, 1, -13051.7, 164.205, 40.8736, 5.21854, 0, 0, -0.507538, 0.861629, 900, 255, 1, '', 50375, NULL), +(@OGUID+9161, 2046, 0, 33, 0, 1, 1, -13052.1, -87.6246, 18.0662, 4.55531, 0, 0, -0.760406, 0.649449, 900, 255, 1, '', 50664, NULL), +(@OGUID+9162, 2046, 0, 33, 0, 1, 1, -13072.9, -751.888, 89.3796, 5.60251, 0, 0, -0.333807, 0.942641, 900, 255, 1, '', 49345, NULL), +(@OGUID+9163, 2046, 0, 33, 0, 1, 1, -13100.4, -612.79, 88.3503, 2.09439, 0, 0, 0.866025, 0.500001, 900, 255, 1, '', 50375, NULL), +(@OGUID+9164, 2046, 0, 33, 0, 1, 1, -13322.3, -30.7243, 21.0645, 4.36332, 0, 0, -0.819152, 0.573577, 900, 255, 1, '', 48632, NULL), +(@OGUID+9165, 2046, 0, 33, 0, 1, 1, -13360.6, -16.135, 22.3618, 5.44543, 0, 0, -0.406736, 0.913546, 900, 255, 1, '', 49345, NULL), +(@OGUID+9166, 2046, 0, 33, 0, 1, 1, -13374.7, 477.492, 24.861, 3.47321, 0, 0, -0.986285, 0.16505, 900, 255, 1, '', 48632, NULL), +(@OGUID+9167, 2046, 0, 33, 0, 1, 1, -13427.6, 603.917, 42.9791, 3.57793, 0, 0, -0.976295, 0.216442, 900, 255, 1, '', 48632, NULL), +(@OGUID+9168, 2046, 0, 33, 0, 1, 1, -13459.8, 177.503, 45.573, 5.75959, 0, 0, -0.258819, 0.965926, 900, 255, 1, '', 50664, NULL), +(@OGUID+9169, 2046, 0, 33, 0, 1, 1, -13572.9, -398.316, 14.1307, 4.43314, 0, 0, -0.798635, 0.601815, 900, 255, 1, '', 50664, NULL), +(@OGUID+9170, 2046, 0, 33, 0, 1, 1, -13669.2, -11.307, 46.4991, 3.85718, 0, 0, -0.936671, 0.35021, 900, 255, 1, '', 50664, NULL), +(@OGUID+9171, 2046, 0, 33, 0, 1, 1, -13681.5, -318.118, 7.24038, 0.802851, 0, 0, 0.390731, 0.920505, 900, 255, 1, '', 50664, NULL), +(@OGUID+9172, 2046, 0, 33, 0, 1, 1, -13942.2, 15.2828, 20.7062, 5.98648, 0, 0, -0.147809, 0.989016, 900, 255, 1, '', 49345, NULL), +(@OGUID+9173, 2046, 0, 33, 0, 1, 1, -14118.3, -86.2741, 10.6672, 5.95157, 0, 0, -0.165047, 0.986286, 900, 255, 1, '', 49345, NULL), +(@OGUID+9174, 2046, 0, 33, 1497, 1, 1, -12696.7, -290.853, 27.3519, 0.349065, 0, 0, 0.173648, 0.984808, 900, 255, 1, '', 49345, NULL), +(@OGUID+9175, 2046, 0, 33, 1497, 1, 1, -12975.7, -159.466, 9.26464, 2.19911, 0, 0, 0.891006, 0.453991, 900, 255, 1, '', 49345, NULL), +(@OGUID+9176, 2046, 0, 33, 1497, 1, 1, -13369.1, 39.5527, 19.5869, 1.15192, 0, 0, 0.544639, 0.838671, 900, 255, 1, '', 49345, NULL), +(@OGUID+9177, 2046, 0, 33, 0, 1, 1, -11510, 362.188, 55.826, 3.45576, 0, 0, -0.987688, 0.156436, 900, 255, 1, '', 52237, NULL), +(@OGUID+9178, 2046, 0, 33, 0, 1, 1, -12004.7, -825.052, 37.6024, 1.71042, 0, 0, 0.754709, 0.656059, 900, 255, 1, '', 52237, NULL), +(@OGUID+9179, 2046, 0, 33, 0, 1, 1, -12034.3, 138.011, 18.8933, 4.50295, 0, 0, -0.777145, 0.629321, 900, 255, 1, '', 52237, NULL), +(@OGUID+9180, 2046, 0, 33, 0, 1, 1, -12254, -880.427, 22.8753, 6.24828, 0, 0, -0.0174522, 0.999848, 900, 255, 1, '', 45572, NULL), +(@OGUID+9181, 2046, 0, 33, 0, 1, 1, -12273.1, -626.843, 33.5493, 1.29154, 0, 0, 0.601814, 0.798636, 900, 255, 1, '', 46902, NULL), +(@OGUID+9182, 2046, 0, 33, 0, 1, 1, -12541.6, -432.074, 33.6578, 0.0174525, 0, 0, 0.00872612, 0.999962, 900, 255, 1, '', 54261, NULL), +(@OGUID+9183, 2046, 0, 33, 0, 1, 1, -12652.4, -763.995, 57.6516, 5.044, 0, 0, -0.580703, 0.814116, 900, 255, 1, '', 46779, NULL), +(@OGUID+9184, 2046, 0, 33, 0, 1, 1, -12684.8, -448.53, 32.1358, 5.21854, 0, 0, -0.507538, 0.861629, 900, 255, 1, '', 52237, NULL), +(@OGUID+9185, 2046, 0, 33, 0, 1, 1, -12748, -159.764, 34.2873, 0.680677, 0, 0, 0.333806, 0.942642, 900, 255, 1, '', 52237, NULL), +(@OGUID+9186, 2046, 0, 33, 0, 1, 1, -12867.8, -742.715, 66.5625, 3.64774, 0, 0, -0.968147, 0.250381, 900, 255, 1, '', 54261, NULL), +(@OGUID+9187, 2046, 0, 33, 0, 1, 1, -12884.4, -491.262, 49.1285, 1.5708, 0, 0, 0.707107, 0.707107, 900, 255, 1, '', 45704, NULL), +(@OGUID+9188, 2046, 0, 33, 0, 1, 1, -12974.7, -292.99, 12.7081, 2.70526, 0, 0, 0.976295, 0.216442, 900, 255, 1, '', 45704, NULL), +(@OGUID+9189, 2046, 0, 33, 0, 1, 1, -13053.3, -293.556, 11.6449, 4.72984, 0, 0, -0.700909, 0.713251, 900, 255, 1, '', 54261, NULL), +(@OGUID+9190, 2046, 0, 33, 101, 1, 1, -11523.5, -627.231, 32.1994, 3.80482, 0, 0, -0.945518, 0.325568, 900, 255, 1, '', 46902, NULL), +(@OGUID+9191, 2046, 0, 33, 103, 1, 1, -12963.7, -641.337, 53.2888, 1.50098, 0, 0, 0.681998, 0.731354, 900, 255, 1, '', 47168, NULL), +(@OGUID+9192, 2046, 0, 33, 117, 1, 1, -12165.6, -532.823, 31.4166, 2.26893, 0, 0, 0.906307, 0.422619, 900, 255, 1, '', 50250, NULL), +(@OGUID+9193, 2046, 0, 33, 117, 1, 1, -12520.5, -719.582, 40.9531, 0.820303, 0, 0, 0.398748, 0.91706, 900, 255, 1, '', 50250, NULL), +(@OGUID+9194, 2046, 0, 33, 117, 1, 1, -12608.8, -793.786, 56.192, 1.25664, 0, 0, 0.587785, 0.809017, 900, 255, 1, '', 50250, NULL), +(@OGUID+9195, 2046, 0, 33, 117, 1, 1, -12783.3, -861.34, 77.0613, 5.41052, 0, 0, -0.422618, 0.906308, 900, 255, 1, '', 50250, NULL), +(@OGUID+9196, 2046, 0, 33, 117, 1, 1, -12880.7, -487.855, 49.0174, 2.37364, 0, 0, 0.927183, 0.374608, 900, 255, 1, '', 50250, NULL), +(@OGUID+9197, 2046, 0, 33, 117, 1, 1, -12974.2, -809.106, 71.4965, 4.76475, 0, 0, -0.688354, 0.725374, 900, 255, 1, '', 50250, NULL), +(@OGUID+9198, 2046, 0, 33, 117, 1, 1, -12979, 111.058, 38.4194, 4.27606, 0, 0, -0.843391, 0.5373, 900, 255, 1, '', 50375, NULL), +(@OGUID+9199, 2046, 0, 33, 117, 1, 1, -13496.1, 31.5033, 43.5787, 0.244346, 0, 0, 0.121869, 0.992546, 900, 255, 1, '', 52237, NULL), +(@OGUID+9200, 2046, 0, 33, 1577, 1, 1, -13067.4, -142.569, 12.5609, 2.87979, 0, 0, 0.991445, 0.130528, 900, 255, 1, '', 46902, NULL), +(@OGUID+9201, 2046, 0, 33, 1577, 1, 1, -13458.5, -137.11, 50.4728, 1.27409, 0, 0, 0.594822, 0.803857, 900, 255, 1, '', 45704, NULL), +(@OGUID+9202, 2046, 0, 33, 1577, 1, 1, -13982.5, 337.48, 25.3151, 5.88176, 0, 0, -0.199368, 0.979925, 900, 255, 1, '', 52237, NULL), +(@OGUID+9203, 2046, 0, 33, 1577, 1, 1, -14100.3, 169.757, 25.3825, 4.92183, 0, 0, -0.62932, 0.777146, 900, 255, 1, '', 46779, NULL), +(@OGUID+9204, 2046, 0, 33, 1578, 1, 1, -13487.6, 258.03, 32.0391, 6.24828, 0, 0, -0.0174522, 0.999848, 900, 255, 1, '', 46902, NULL), +(@OGUID+9205, 2046, 0, 33, 302, 1, 1, -13804.3, -124.067, 25.3866, 5.75959, 0, 0, -0.258819, 0.965926, 900, 255, 1, '', 47168, NULL), +(@OGUID+9206, 2046, 0, 33, 310, 1, 1, -13271.3, -420.135, 21.2608, 0.837757, 0, 0, 0.406736, 0.913546, 900, 255, 1, '', 47168, NULL), +(@OGUID+9207, 2046, 0, 33, 311, 1, 1, -13627.8, -346.229, 13.2173, 3.90954, 0, 0, -0.927183, 0.374608, 900, 255, 1, '', 45704, NULL), +(@OGUID+9208, 2046, 0, 33, 43, 1, 1, -14648.1, 456.987, 16.368, 1.51844, 0, 0, 0.688354, 0.725374, 900, 255, 1, '', 46779, NULL), +(@OGUID+9209, 2046, 0, 33, 460, 1, 1, -13644.7, -228.335, 22.9016, 2.14675, 0, 0, 0.878817, 0.47716, 900, 255, 1, '', 50664, NULL), +(@OGUID+9210, 1732, 0, 33, 0, 1, 1, -11761, -254.122, 28.2692, 0.767944, 0, 0, 0.374606, 0.927184, 900, 255, 1, '', 50375, NULL), +(@OGUID+9211, 1732, 0, 33, 0, 1, 1, -11755.9, -176.016, 23.3022, 2.47837, 0, 0, 0.945518, 0.325568, 900, 255, 1, '', 50664, NULL), +(@OGUID+9212, 1732, 0, 33, 0, 1, 1, -11729.8, -681.524, 36.0557, 2.67035, 0, 0, 0.972369, 0.233448, 900, 255, 1, '', 50375, NULL), +(@OGUID+9213, 1732, 0, 33, 0, 1, 1, -11717.2, -139.426, 19.3768, 0.122173, 0, 0, 0.0610485, 0.998135, 900, 255, 1, '', 50375, NULL), +(@OGUID+9214, 1732, 0, 33, 0, 1, 1, -11713, -645.439, 49.3283, 1.93731, 0, 0, 0.824125, 0.566408, 900, 255, 1, '', 50375, NULL), +(@OGUID+9215, 1732, 0, 33, 0, 1, 1, -11654.8, -549.555, 29.7414, 1.0472, 0, 0, 0.5, 0.866025, 900, 255, 1, '', 48632, NULL), +(@OGUID+9216, 1732, 0, 33, 0, 1, 1, -11525, -484.469, 44.4924, 4.20625, 0, 0, -0.861629, 0.507539, 900, 255, 1, '', 49822, NULL), +(@OGUID+9217, 1732, 0, 33, 0, 1, 1, -11501, -191.352, 56.1841, 6.16101, 0, 0, -0.0610485, 0.998135, 900, 255, 1, '', 50375, NULL), +(@OGUID+9218, 1732, 0, 33, 0, 1, 1, -11463, -93.0085, 35.1165, 0.925024, 0, 0, 0.446198, 0.894935, 900, 255, 1, '', 45613, NULL), +(@OGUID+9219, 1732, 0, 33, 0, 1, 1, -11447.7, -321.118, 59.8395, 2.53072, 0, 0, 0.953716, 0.300708, 900, 255, 1, '', 48120, NULL), +(@OGUID+9220, 1732, 0, 33, 0, 1, 1, -11441.2, 107.13, 41.1716, 6.14356, 0, 0, -0.0697556, 0.997564, 900, 255, 1, '', 50375, NULL), +(@OGUID+9221, 1732, 0, 33, 0, 1, 1, -11437.8, 25.9817, 35.6237, 1.88495, 0, 0, 0.809016, 0.587786, 900, 255, 1, '', 48632, NULL), +(@OGUID+9222, 1733, 0, 33, 0, 1, 1, -11761, -254.122, 28.2692, 0.767944, 0, 0, 0.374606, 0.927184, 900, 255, 1, '', 50375, NULL), +(@OGUID+9223, 1733, 0, 33, 0, 1, 1, -11755.9, -176.016, 23.3022, 2.47837, 0, 0, 0.945518, 0.325568, 900, 255, 1, '', 50664, NULL), +(@OGUID+9224, 1733, 0, 33, 0, 1, 1, -11729.8, -681.524, 36.0557, 2.67035, 0, 0, 0.972369, 0.233448, 900, 255, 1, '', 50375, NULL), +(@OGUID+9225, 1733, 0, 33, 0, 1, 1, -11717.2, -139.426, 19.3768, 0.122173, 0, 0, 0.0610485, 0.998135, 900, 255, 1, '', 50375, NULL), +(@OGUID+9226, 1733, 0, 33, 0, 1, 1, -11713, -645.439, 49.3283, 1.93731, 0, 0, 0.824125, 0.566408, 900, 255, 1, '', 50375, NULL), +(@OGUID+9227, 1733, 0, 33, 0, 1, 1, -11654.8, -549.555, 29.7414, 1.0472, 0, 0, 0.5, 0.866025, 900, 255, 1, '', 48632, NULL), +(@OGUID+9228, 1733, 0, 33, 0, 1, 1, -11525, -484.469, 44.4924, 4.20625, 0, 0, -0.861629, 0.507539, 900, 255, 1, '', 49822, NULL), +(@OGUID+9229, 1733, 0, 33, 0, 1, 1, -11501, -191.352, 56.1841, 6.16101, 0, 0, -0.0610485, 0.998135, 900, 255, 1, '', 50375, NULL), +(@OGUID+9230, 1733, 0, 33, 0, 1, 1, -11463, -93.0085, 35.1165, 0.925024, 0, 0, 0.446198, 0.894935, 900, 255, 1, '', 45613, NULL), +(@OGUID+9231, 1733, 0, 33, 0, 1, 1, -11447.7, -321.118, 59.8395, 2.53072, 0, 0, 0.953716, 0.300708, 900, 255, 1, '', 48120, NULL), +(@OGUID+9232, 1733, 0, 33, 0, 1, 1, -11441.2, 107.13, 41.1716, 6.14356, 0, 0, -0.0697556, 0.997564, 900, 255, 1, '', 50375, NULL), +(@OGUID+9233, 1733, 0, 33, 0, 1, 1, -11437.8, 25.9817, 35.6237, 1.88495, 0, 0, 0.809016, 0.587786, 900, 255, 1, '', 48632, NULL), +(@OGUID+9234, 1735, 0, 33, 106, 1, 1, -11471.5, -951.882, 28.4177, 0.767944, 0, 0, 0.374606, 0.927184, 900, 255, 1, '', 52237, NULL), +(@OGUID+9235, 1735, 0, 33, 302, 1, 1, -13883.7, -134.777, 14.5216, 5.02655, 0, 0, -0.587785, 0.809017, 900, 255, 1, '', 52237, NULL), +(@OGUID+9236, 1735, 0, 33, 0, 1, 1, -13569.7, -16.018, 49.3623, 1.88495, 0, 0, 0.809016, 0.587786, 900, 255, 1, '', 49345, NULL), +(@OGUID+9237, 1735, 0, 33, 1578, 1, 1, -14099, 318.75, 24.437, 2.47837, 0, 0, 0.945518, 0.325568, 900, 255, 1, '', 45772, NULL), +(@OGUID+9238, 1735, 0, 33, 1737, 1, 1, -14071.1, 126.637, 23.9541, 0.855211, 0, 0, 0.414693, 0.909961, 900, 255, 1, '', 52237, NULL), +(@OGUID+9239, 1735, 0, 33, 460, 1, 1, -14000.6, 32.3996, 33.4384, 5.20108, 0, 0, -0.515038, 0.857168, 900, 255, 1, '', 49822, NULL), +(@OGUID+9240, 1735, 0, 33, 0, 1, 1, -13957.4, 172.505, 27.5382, 1.27409, 0, 0, 0.594822, 0.803857, 900, 255, 1, '', 48632, NULL), +(@OGUID+9241, 1735, 0, 33, 1577, 1, 1, -13946.2, 220.203, 18.3835, 5.09636, 0, 0, -0.559193, 0.829038, 900, 255, 1, '', 52237, NULL), +(@OGUID+9242, 1735, 0, 33, 0, 1, 1, -13905.1, -49.6861, 35.3468, 6.03884, 0, 0, -0.121869, 0.992546, 900, 255, 1, '', 50664, NULL), +(@OGUID+9243, 1735, 0, 33, 0, 1, 1, -13894.2, -1.97103, 35.2379, 1.97222, 0, 0, 0.833885, 0.551938, 900, 255, 1, '', 50664, NULL), +(@OGUID+9244, 1735, 0, 33, 1737, 1, 1, -13805.3, 75.9482, 36.7794, 3.35105, 0, 0, -0.994521, 0.104536, 900, 255, 1, '', 52237, NULL), +(@OGUID+9245, 1735, 0, 33, 0, 1, 1, -13790.9, -3.17502, 37.5587, 2.46091, 0, 0, 0.942641, 0.333808, 900, 255, 1, '', 49345, NULL), +(@OGUID+9246, 1735, 0, 33, 117, 1, 1, -13725.4, 346.743, 49.9747, 0.523598, 0, 0, 0.258819, 0.965926, 900, 255, 1, '', 50375, NULL), +(@OGUID+9247, 1735, 0, 33, 1742, 1, 1, -13676.5, -60.0927, 41.7262, 2.53072, 0, 0, 0.953716, 0.300708, 900, 255, 1, '', 53788, NULL), +(@OGUID+9248, 1735, 0, 33, 311, 1, 1, -13598.4, -379.535, 11.0353, 1.41372, 0, 0, 0.649447, 0.760406, 900, 255, 1, '', 52237, NULL), +(@OGUID+9249, 1735, 0, 33, 311, 1, 1, -13571, -141.395, 49.1922, 0.925024, 0, 0, 0.446198, 0.894935, 900, 255, 1, '', 52237, NULL), +(@OGUID+9250, 1735, 0, 33, 0, 1, 1, -13521.4, 646.87, 10.4685, 0.244346, 0, 0, 0.121869, 0.992546, 900, 255, 1, '', 48632, NULL), +(@OGUID+9251, 1735, 0, 33, 1577, 1, 1, -13454.8, -110.943, 48.0463, 1.43117, 0, 0, 0.656058, 0.75471, 900, 255, 1, '', 52237, NULL), +(@OGUID+9252, 1735, 0, 33, 0, 1, 1, -13404.2, 609.748, 18.1996, 4.4855, 0, 0, -0.782608, 0.622515, 900, 255, 1, '', 50664, NULL), +(@OGUID+9253, 1735, 0, 33, 0, 1, 1, -13397.5, 312.935, 47.7852, 1.85005, 0, 0, 0.798635, 0.601815, 900, 255, 1, '', 49345, NULL), +(@OGUID+9254, 1735, 0, 33, 310, 1, 1, -13272, -574.499, 16.0171, 1.95477, 0, 0, 0.829038, 0.559193, 900, 255, 1, '', 47168, NULL), +(@OGUID+9255, 1735, 0, 33, 460, 1, 1, -13201.1, -490.142, 4.77076, 0.139624, 0, 0, 0.0697556, 0.997564, 900, 255, 1, '', 50664, NULL), +(@OGUID+9256, 1735, 0, 33, 117, 1, 1, -13133, -474.707, 10.5634, 3.3685, 0, 0, -0.993571, 0.113208, 900, 255, 1, '', 50375, NULL), +(@OGUID+9257, 1735, 0, 33, 0, 1, 1, -13129.7, -569.609, 12.6068, 3.59538, 0, 0, -0.97437, 0.224951, 900, 255, 1, '', 50375, NULL), +(@OGUID+9258, 1735, 0, 33, 0, 1, 1, -13120.5, -522.741, 9.26869, 6.23083, 0, 0, -0.0261765, 0.999657, 900, 255, 1, '', 50375, NULL), +(@OGUID+9259, 1735, 0, 33, 0, 1, 1, -13110.2, -323.97, 21.008, 6.23083, 0, 0, -0.0261765, 0.999657, 900, 255, 1, '', 50664, NULL), +(@OGUID+9260, 1735, 0, 33, 0, 1, 1, -13033.3, -352.442, 39.8206, 5.11382, 0, 0, -0.551936, 0.833886, 900, 255, 1, '', 50375, NULL), +(@OGUID+9261, 1735, 0, 33, 0, 1, 1, -13031.8, -421.141, 53.6756, 0.837757, 0, 0, 0.406736, 0.913546, 900, 255, 1, '', 46779, NULL), +(@OGUID+9262, 1735, 0, 33, 0, 1, 1, -12995.4, -435.998, 51.0958, 4.08407, 0, 0, -0.891006, 0.453991, 900, 255, 1, '', 52237, NULL), +(@OGUID+9263, 1735, 0, 33, 1577, 1, 1, -12981.6, 109.973, 39.8969, 3.89209, 0, 0, -0.930417, 0.366502, 900, 255, 1, '', 45613, NULL), +(@OGUID+9264, 1735, 0, 33, 0, 1, 1, -12970.8, -415.276, 42.9962, 1.02974, 0, 0, 0.492423, 0.870356, 900, 255, 1, '', 52237, NULL), +(@OGUID+9265, 1735, 0, 33, 0, 1, 1, -12928, -431.547, 31.7529, 4.27606, 0, 0, -0.843391, 0.5373, 900, 255, 1, '', 45704, NULL), +(@OGUID+9266, 1735, 0, 33, 0, 1, 1, -12906.5, 387.039, 53.7599, 3.6652, 0, 0, -0.965925, 0.258821, 900, 255, 1, '', 48632, NULL), +(@OGUID+9267, 1735, 0, 33, 0, 1, 1, -12808.4, -650.557, 67.8432, 1.64061, 0, 0, 0.731353, 0.681999, 900, 255, 1, '', 49345, NULL), +(@OGUID+9268, 1735, 0, 33, 117, 1, 1, -12796.9, -818.581, 74.8231, 2.65289, 0, 0, 0.970295, 0.241925, 900, 255, 1, '', 50375, NULL), +(@OGUID+9269, 1735, 0, 33, 0, 1, 1, -12724.3, -1034.35, 100.084, 0.59341, 0, 0, 0.292371, 0.956305, 900, 255, 1, '', 48632, NULL), +(@OGUID+9270, 1735, 0, 33, 0, 1, 1, -12699.9, -291.701, 27.9929, 0.226892, 0, 0, 0.113203, 0.993572, 900, 255, 1, '', 45772, NULL), +(@OGUID+9271, 1735, 0, 33, 0, 1, 1, -12686.5, -950.185, 77.658, 3.64774, 0, 0, -0.968147, 0.250381, 900, 255, 1, '', 50375, NULL), +(@OGUID+9272, 1735, 0, 33, 0, 1, 1, -12676.2, -179.953, 36.221, 0.0349062, 0, 0, 0.0174522, 0.999848, 900, 255, 1, '', 50664, NULL), +(@OGUID+9273, 1735, 0, 33, 0, 1, 1, -12639.2, -39.5763, 27.4667, 0.488691, 0, 0, 0.241921, 0.970296, 900, 255, 1, '', 48120, NULL), +(@OGUID+9274, 1735, 0, 33, 0, 1, 1, -12609, -959.657, 92.6656, 2.02458, 0, 0, 0.848047, 0.529921, 900, 255, 1, '', 50375, NULL), +(@OGUID+9275, 1735, 0, 33, 0, 1, 1, -12500.1, -1037.55, 79.0014, 3.3685, 0, 0, -0.993571, 0.113208, 900, 255, 1, '', 50375, NULL), +(@OGUID+9276, 1735, 0, 33, 0, 1, 1, -12460.7, -964.676, 50.3968, 3.80482, 0, 0, -0.945518, 0.325568, 900, 255, 1, '', 50375, NULL), +(@OGUID+9277, 1735, 0, 33, 0, 1, 1, -12384, -832.929, 49.2845, 2.44346, 0, 0, 0.939692, 0.34202, 900, 255, 1, '', 48632, NULL), +(@OGUID+9278, 1735, 0, 33, 0, 1, 1, -12376.7, -971.19, 16.4219, 1.97222, 0, 0, 0.833885, 0.551938, 900, 255, 1, '', 50375, NULL), +(@OGUID+9279, 1735, 0, 33, 0, 1, 1, -12369.8, -1055.09, 4.36752, 1.83259, 0, 0, 0.793353, 0.608762, 900, 255, 1, '', 50375, NULL), +(@OGUID+9280, 1735, 0, 33, 0, 1, 1, -12367.7, -979.129, 14.7117, 2.25147, 0, 0, 0.902585, 0.430512, 900, 255, 1, '', 50375, NULL), +(@OGUID+9281, 1735, 0, 33, 0, 1, 1, -12363.8, -1154.71, 1.2719, 1.65806, 0, 0, 0.737277, 0.675591, 900, 255, 1, '', 49345, NULL), +(@OGUID+9282, 1735, 0, 33, 0, 1, 1, -12354.7, -992.975, 12.0588, 1.53589, 0, 0, 0.694658, 0.71934, 900, 255, 1, '', 50375, NULL), +(@OGUID+9283, 1735, 0, 33, 0, 1, 1, -12352.9, -1021.89, 7.57272, 5.02655, 0, 0, -0.587785, 0.809017, 900, 255, 1, '', 50375, NULL), +(@OGUID+9284, 1735, 0, 33, 0, 1, 1, -12337.2, -987.296, 14.0245, 5.044, 0, 0, -0.580703, 0.814116, 900, 255, 1, '', 50375, NULL), +(@OGUID+9285, 1735, 0, 33, 0, 1, 1, -12334.3, -1063.92, 5.9181, 0.90757, 0, 0, 0.438371, 0.898794, 900, 255, 1, '', 50375, NULL), +(@OGUID+9286, 1735, 0, 33, 0, 1, 1, -12327.2, -990.796, 19.8739, 4.15388, 0, 0, -0.874619, 0.48481, 900, 255, 1, '', 50375, NULL), +(@OGUID+9287, 1735, 0, 33, 0, 1, 1, -12313, -1031.56, 9.10183, 5.77704, 0, 0, -0.25038, 0.968148, 900, 255, 1, '', 50375, NULL), +(@OGUID+9288, 1735, 0, 33, 0, 1, 1, -12292.9, -1047.82, 12.9357, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 50375, NULL), +(@OGUID+9289, 1735, 0, 33, 0, 1, 1, -12291.5, -1096.73, 10.2265, 3.94445, 0, 0, -0.920505, 0.390732, 900, 255, 1, '', 50375, NULL), +(@OGUID+9290, 1735, 0, 33, 0, 1, 1, -12275.3, -626.938, 33.5051, 0.855211, 0, 0, 0.414693, 0.909961, 900, 255, 1, '', 50375, NULL), +(@OGUID+9291, 1735, 0, 33, 0, 1, 1, -12233.6, -1033.41, 61.6938, 1.95477, 0, 0, 0.829038, 0.559193, 900, 255, 1, '', 50375, NULL), +(@OGUID+9292, 1735, 0, 33, 0, 1, 1, -12128.2, -777.814, 23.5145, 3.76991, 0, 0, -0.951056, 0.309017, 900, 255, 1, '', 50664, NULL), +(@OGUID+9293, 1735, 0, 33, 0, 1, 1, -12048.4, -958.832, 50.9151, 0.209439, 0, 0, 0.104528, 0.994522, 900, 255, 1, '', 50375, NULL), +(@OGUID+9294, 1735, 0, 33, 0, 1, 1, -12034, -793.15, 22.6295, 5.75959, 0, 0, -0.258819, 0.965926, 900, 255, 1, '', 48632, NULL), +(@OGUID+9295, 1735, 0, 33, 0, 1, 1, -11935, 543.475, 33.0384, 2.47837, 0, 0, 0.945518, 0.325568, 900, 255, 1, '', 48340, NULL), +(@OGUID+9296, 1735, 0, 33, 0, 1, 1, -11934, 458.191, 44.5061, 6.19592, 0, 0, -0.0436192, 0.999048, 900, 255, 1, '', 49345, NULL), +(@OGUID+9297, 1735, 0, 33, 0, 1, 1, -11922.4, 306.106, 20.0254, 3.80482, 0, 0, -0.945518, 0.325568, 900, 255, 1, '', 49345, NULL), +(@OGUID+9298, 1735, 0, 33, 0, 1, 1, -11919.8, 178.668, 40.417, 3.89209, 0, 0, -0.930417, 0.366502, 900, 255, 1, '', 50375, NULL), +(@OGUID+9299, 1735, 0, 33, 0, 1, 1, -11897.4, -726.011, 23.0206, 2.07694, 0, 0, 0.861629, 0.507539, 900, 255, 1, '', 50664, NULL), +(@OGUID+9300, 1735, 0, 33, 0, 1, 1, -11822.3, 577.765, 48.6223, 0.90757, 0, 0, 0.438371, 0.898794, 900, 255, 1, '', 52237, NULL), +(@OGUID+9301, 1735, 0, 33, 1637, 1, 1, -11820, 348.702, 42.1226, 6.16101, 0, 0, -0.0610485, 0.998135, 900, 255, 1, '', 48019, NULL), +(@OGUID+9302, 1735, 0, 33, 0, 1, 1, -11804.5, -1008.84, 79.7801, 1.3439, 0, 0, 0.622514, 0.782609, 900, 255, 1, '', 49345, NULL), +(@OGUID+9303, 1735, 0, 33, 0, 1, 1, -11777.7, -424.371, 27.5906, 5.2709, 0, 0, -0.484809, 0.87462, 900, 255, 1, '', 48120, NULL), +(@OGUID+9304, 1735, 0, 33, 0, 1, 1, -11771.9, 35.4992, 17.5232, 1.3439, 0, 0, 0.622514, 0.782609, 900, 255, 1, '', 48632, NULL), +(@OGUID+9305, 1735, 0, 33, 0, 1, 1, -11755.1, -547.294, 23.6612, 2.87979, 0, 0, 0.991445, 0.130528, 900, 255, 1, '', 50375, NULL), +(@OGUID+9306, 1735, 0, 33, 0, 1, 1, -11754.6, 223.55, 21.0039, 1.83259, 0, 0, 0.793353, 0.608762, 900, 255, 1, '', 48340, NULL), +(@OGUID+9307, 1735, 0, 33, 117, 1, 1, -11746.5, 469.79, 52.5784, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 50375, NULL), +(@OGUID+9308, 1735, 0, 33, 0, 1, 1, -11745.3, -947.944, 58.7745, 3.4034, 0, 0, -0.991445, 0.130528, 900, 255, 1, '', 50375, NULL), +(@OGUID+9309, 1735, 0, 33, 9, 1, 1, -11697.4, 173.533, 18.175, 1.65806, 0, 0, 0.737277, 0.675591, 900, 255, 1, '', 49822, NULL), +(@OGUID+9310, 1735, 0, 33, 0, 1, 1, -11681.5, 317.656, 43.8298, 5.86431, 0, 0, -0.207911, 0.978148, 900, 255, 1, '', 48632, NULL), +(@OGUID+9311, 1735, 0, 33, 0, 1, 1, -11614.7, -856.519, 50.4978, 5.49779, 0, 0, -0.382683, 0.92388, 900, 255, 1, '', 50375, NULL), +(@OGUID+9312, 1735, 0, 33, 0, 1, 1, -11599.4, 498.062, 67.5316, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 50664, NULL), +(@OGUID+9313, 1735, 0, 33, 0, 1, 1, -11596, -510.279, 28.4238, 6.23083, 0, 0, -0.0261765, 0.999657, 900, 255, 1, '', 50375, NULL), +(@OGUID+9314, 1735, 0, 33, 0, 1, 1, -11574.7, 221.633, 22.9144, 2.37364, 0, 0, 0.927183, 0.374608, 900, 255, 1, '', 48120, NULL), +(@OGUID+9315, 1735, 0, 33, 0, 1, 1, -11553.7, -919.246, 70.8843, 0.418879, 0, 0, 0.207911, 0.978148, 900, 255, 1, '', 50375, NULL), +(@OGUID+9316, 1735, 0, 33, 0, 1, 1, -11542.6, -919.15, 27.9049, 3.63029, 0, 0, -0.970295, 0.241925, 900, 255, 1, '', 50375, NULL), +(@OGUID+9317, 1735, 0, 33, 0, 1, 1, -11533.1, -735.429, 40.7822, 3.59538, 0, 0, -0.97437, 0.224951, 900, 255, 1, '', 50375, NULL), +(@OGUID+9318, 1735, 0, 33, 0, 1, 1, -11521.3, -721.821, 35.7958, 2.47837, 0, 0, 0.945518, 0.325568, 900, 255, 1, '', 50664, NULL), +(@OGUID+9319, 1735, 0, 33, 0, 1, 1, -11518.7, -861.167, 72.1001, 6.16101, 0, 0, -0.0610485, 0.998135, 900, 255, 1, '', 49345, NULL), +(@OGUID+9320, 1735, 0, 33, 0, 1, 1, -11508.1, -904.844, 29.4344, 1.27409, 0, 0, 0.594822, 0.803857, 900, 255, 1, '', 50375, NULL), +(@OGUID+9321, 1735, 0, 33, 0, 1, 1, -11506.1, 480.384, 65.5531, 1.25664, 0, 0, 0.587785, 0.809017, 900, 255, 1, '', 50375, NULL), +(@OGUID+9322, 1735, 0, 33, 0, 1, 1, -11490.4, 276.76, 22.9154, 4.50295, 0, 0, -0.777145, 0.629321, 900, 255, 1, '', 48632, NULL), +(@OGUID+9323, 1735, 0, 33, 0, 1, 1, -11486.6, -744.597, 35.9581, 1.93731, 0, 0, 0.824125, 0.566408, 900, 255, 1, '', 50664, NULL), +(@OGUID+9324, 1735, 0, 33, 0, 1, 1, -11468.3, 378.432, 75.4524, 4.20625, 0, 0, -0.861629, 0.507539, 900, 255, 1, '', 48120, NULL), +(@OGUID+9325, 1735, 0, 33, 0, 1, 1, -11464.5, -792.715, 16.9409, 1.93731, 0, 0, 0.824125, 0.566408, 900, 255, 1, '', 50664, NULL), +(@OGUID+9326, 1735, 0, 33, 0, 1, 1, -11463.3, -872.963, 39.4088, 5.09636, 0, 0, -0.559193, 0.829038, 900, 255, 1, '', 50375, NULL), +(@OGUID+9327, 1735, 0, 33, 0, 1, 1, -11444.7, -718.875, 31.5775, 0.122173, 0, 0, 0.0610485, 0.998135, 900, 255, 1, '', 50375, NULL), +(@OGUID+9328, 1735, 0, 33, 0, 1, 1, -11439.9, -898.279, 21.0529, 1.0472, 0, 0, 0.5, 0.866025, 900, 255, 1, '', 49345, NULL), +(@OGUID+9329, 1735, 0, 33, 0, 1, 1, -11410.6, -761.634, 16.6565, 1.97222, 0, 0, 0.833885, 0.551938, 900, 255, 1, '', 50375, NULL), +(@OGUID+9330, 1735, 0, 33, 0, 1, 1, -11405.4, -946.741, 21.5275, 2.67035, 0, 0, 0.972369, 0.233448, 900, 255, 1, '', 50375, NULL), +(@OGUID+9331, 1735, 0, 33, 101, 1, 1, -11398.9, -826.872, 15.511, 3.35105, 0, 0, -0.994521, 0.104536, 900, 255, 1, '', 52237, NULL), +(@OGUID+9332, 1734, 0, 33, 106, 1, 1, -11471.5, -951.882, 28.4177, 0.767944, 0, 0, 0.374606, 0.927184, 900, 255, 1, '', 52237, NULL), +(@OGUID+9333, 1734, 0, 33, 302, 1, 1, -13883.7, -134.777, 14.5216, 5.02655, 0, 0, -0.587785, 0.809017, 900, 255, 1, '', 52237, NULL), +(@OGUID+9334, 1734, 0, 33, 0, 1, 1, -13569.7, -16.018, 49.3623, 1.88495, 0, 0, 0.809016, 0.587786, 900, 255, 1, '', 49345, NULL), +(@OGUID+9335, 1734, 0, 33, 1578, 1, 1, -14099, 318.75, 24.437, 2.47837, 0, 0, 0.945518, 0.325568, 900, 255, 1, '', 45772, NULL), +(@OGUID+9336, 1734, 0, 33, 1737, 1, 1, -14071.1, 126.637, 23.9541, 0.855211, 0, 0, 0.414693, 0.909961, 900, 255, 1, '', 52237, NULL), +(@OGUID+9337, 1734, 0, 33, 460, 1, 1, -14000.6, 32.3996, 33.4384, 5.20108, 0, 0, -0.515038, 0.857168, 900, 255, 1, '', 49822, NULL), +(@OGUID+9338, 1734, 0, 33, 0, 1, 1, -13957.4, 172.505, 27.5382, 1.27409, 0, 0, 0.594822, 0.803857, 900, 255, 1, '', 48632, NULL), +(@OGUID+9339, 1734, 0, 33, 1577, 1, 1, -13946.2, 220.203, 18.3835, 5.09636, 0, 0, -0.559193, 0.829038, 900, 255, 1, '', 52237, NULL), +(@OGUID+9340, 1734, 0, 33, 0, 1, 1, -13905.1, -49.6861, 35.3468, 6.03884, 0, 0, -0.121869, 0.992546, 900, 255, 1, '', 50664, NULL), +(@OGUID+9341, 1734, 0, 33, 0, 1, 1, -13894.2, -1.97103, 35.2379, 1.97222, 0, 0, 0.833885, 0.551938, 900, 255, 1, '', 50664, NULL), +(@OGUID+9342, 1734, 0, 33, 1737, 1, 1, -13805.3, 75.9482, 36.7794, 3.35105, 0, 0, -0.994521, 0.104536, 900, 255, 1, '', 52237, NULL), +(@OGUID+9343, 1734, 0, 33, 0, 1, 1, -13790.9, -3.17502, 37.5587, 2.46091, 0, 0, 0.942641, 0.333808, 900, 255, 1, '', 49345, NULL), +(@OGUID+9344, 1734, 0, 33, 117, 1, 1, -13725.4, 346.743, 49.9747, 0.523598, 0, 0, 0.258819, 0.965926, 900, 255, 1, '', 50375, NULL), +(@OGUID+9345, 1734, 0, 33, 1742, 1, 1, -13676.5, -60.0927, 41.7262, 2.53072, 0, 0, 0.953716, 0.300708, 900, 255, 1, '', 53788, NULL), +(@OGUID+9346, 1734, 0, 33, 311, 1, 1, -13598.4, -379.535, 11.0353, 1.41372, 0, 0, 0.649447, 0.760406, 900, 255, 1, '', 52237, NULL), +(@OGUID+9347, 1734, 0, 33, 311, 1, 1, -13571, -141.395, 49.1922, 0.925024, 0, 0, 0.446198, 0.894935, 900, 255, 1, '', 52237, NULL), +(@OGUID+9348, 1734, 0, 33, 0, 1, 1, -13521.4, 646.87, 10.4685, 0.244346, 0, 0, 0.121869, 0.992546, 900, 255, 1, '', 48632, NULL), +(@OGUID+9349, 1734, 0, 33, 1577, 1, 1, -13454.8, -110.943, 48.0463, 1.43117, 0, 0, 0.656058, 0.75471, 900, 255, 1, '', 52237, NULL), +(@OGUID+9350, 1734, 0, 33, 0, 1, 1, -13404.2, 609.748, 18.1996, 4.4855, 0, 0, -0.782608, 0.622515, 900, 255, 1, '', 50664, NULL), +(@OGUID+9351, 1734, 0, 33, 0, 1, 1, -13397.5, 312.935, 47.7852, 1.85005, 0, 0, 0.798635, 0.601815, 900, 255, 1, '', 49345, NULL), +(@OGUID+9352, 1734, 0, 33, 310, 1, 1, -13272, -574.499, 16.0171, 1.95477, 0, 0, 0.829038, 0.559193, 900, 255, 1, '', 47168, NULL), +(@OGUID+9353, 1734, 0, 33, 460, 1, 1, -13201.1, -490.142, 4.77076, 0.139624, 0, 0, 0.0697556, 0.997564, 900, 255, 1, '', 50664, NULL), +(@OGUID+9354, 1734, 0, 33, 117, 1, 1, -13133, -474.707, 10.5634, 3.3685, 0, 0, -0.993571, 0.113208, 900, 255, 1, '', 50375, NULL), +(@OGUID+9355, 1734, 0, 33, 0, 1, 1, -13129.7, -569.609, 12.6068, 3.59538, 0, 0, -0.97437, 0.224951, 900, 255, 1, '', 50375, NULL), +(@OGUID+9356, 1734, 0, 33, 0, 1, 1, -13120.5, -522.741, 9.26869, 6.23083, 0, 0, -0.0261765, 0.999657, 900, 255, 1, '', 50375, NULL), +(@OGUID+9357, 1734, 0, 33, 0, 1, 1, -13110.2, -323.97, 21.008, 6.23083, 0, 0, -0.0261765, 0.999657, 900, 255, 1, '', 50664, NULL), +(@OGUID+9358, 1734, 0, 33, 0, 1, 1, -13033.3, -352.442, 39.8206, 5.11382, 0, 0, -0.551936, 0.833886, 900, 255, 1, '', 50375, NULL), +(@OGUID+9359, 1734, 0, 33, 0, 1, 1, -13031.8, -421.141, 53.6756, 0.837757, 0, 0, 0.406736, 0.913546, 900, 255, 1, '', 46779, NULL), +(@OGUID+9360, 1734, 0, 33, 0, 1, 1, -12995.4, -435.998, 51.0958, 4.08407, 0, 0, -0.891006, 0.453991, 900, 255, 1, '', 52237, NULL), +(@OGUID+9361, 1734, 0, 33, 1577, 1, 1, -12981.6, 109.973, 39.8969, 3.89209, 0, 0, -0.930417, 0.366502, 900, 255, 1, '', 45613, NULL), +(@OGUID+9362, 1734, 0, 33, 0, 1, 1, -12970.8, -415.276, 42.9962, 1.02974, 0, 0, 0.492423, 0.870356, 900, 255, 1, '', 52237, NULL), +(@OGUID+9363, 1734, 0, 33, 0, 1, 1, -12928, -431.547, 31.7529, 4.27606, 0, 0, -0.843391, 0.5373, 900, 255, 1, '', 45704, NULL), +(@OGUID+9364, 1734, 0, 33, 0, 1, 1, -12906.5, 387.039, 53.7599, 3.6652, 0, 0, -0.965925, 0.258821, 900, 255, 1, '', 48632, NULL), +(@OGUID+9365, 1734, 0, 33, 0, 1, 1, -12808.4, -650.557, 67.8432, 1.64061, 0, 0, 0.731353, 0.681999, 900, 255, 1, '', 49345, NULL), +(@OGUID+9366, 1734, 0, 33, 117, 1, 1, -12796.9, -818.581, 74.8231, 2.65289, 0, 0, 0.970295, 0.241925, 900, 255, 1, '', 50375, NULL), +(@OGUID+9367, 1734, 0, 33, 0, 1, 1, -12724.3, -1034.35, 100.084, 0.59341, 0, 0, 0.292371, 0.956305, 900, 255, 1, '', 48632, NULL), +(@OGUID+9368, 1734, 0, 33, 0, 1, 1, -12699.9, -291.701, 27.9929, 0.226892, 0, 0, 0.113203, 0.993572, 900, 255, 1, '', 45772, NULL), +(@OGUID+9369, 1734, 0, 33, 0, 1, 1, -12686.5, -950.185, 77.658, 3.64774, 0, 0, -0.968147, 0.250381, 900, 255, 1, '', 50375, NULL), +(@OGUID+9370, 1734, 0, 33, 0, 1, 1, -12676.2, -179.953, 36.221, 0.0349062, 0, 0, 0.0174522, 0.999848, 900, 255, 1, '', 50664, NULL), +(@OGUID+9371, 1734, 0, 33, 0, 1, 1, -12639.2, -39.5763, 27.4667, 0.488691, 0, 0, 0.241921, 0.970296, 900, 255, 1, '', 48120, NULL), +(@OGUID+9372, 1734, 0, 33, 0, 1, 1, -12609, -959.657, 92.6656, 2.02458, 0, 0, 0.848047, 0.529921, 900, 255, 1, '', 50375, NULL), +(@OGUID+9373, 1734, 0, 33, 0, 1, 1, -12500.1, -1037.55, 79.0014, 3.3685, 0, 0, -0.993571, 0.113208, 900, 255, 1, '', 50375, NULL), +(@OGUID+9374, 1734, 0, 33, 0, 1, 1, -12460.7, -964.676, 50.3968, 3.80482, 0, 0, -0.945518, 0.325568, 900, 255, 1, '', 50375, NULL), +(@OGUID+9375, 1734, 0, 33, 0, 1, 1, -12384, -832.929, 49.2845, 2.44346, 0, 0, 0.939692, 0.34202, 900, 255, 1, '', 48632, NULL), +(@OGUID+9376, 1734, 0, 33, 0, 1, 1, -12376.7, -971.19, 16.4219, 1.97222, 0, 0, 0.833885, 0.551938, 900, 255, 1, '', 50375, NULL), +(@OGUID+9377, 1734, 0, 33, 0, 1, 1, -12369.8, -1055.09, 4.36752, 1.83259, 0, 0, 0.793353, 0.608762, 900, 255, 1, '', 50375, NULL), +(@OGUID+9378, 1734, 0, 33, 0, 1, 1, -12367.7, -979.129, 14.7117, 2.25147, 0, 0, 0.902585, 0.430512, 900, 255, 1, '', 50375, NULL), +(@OGUID+9379, 1734, 0, 33, 0, 1, 1, -12363.8, -1154.71, 1.2719, 1.65806, 0, 0, 0.737277, 0.675591, 900, 255, 1, '', 49345, NULL), +(@OGUID+9380, 1734, 0, 33, 0, 1, 1, -12354.7, -992.975, 12.0588, 1.53589, 0, 0, 0.694658, 0.71934, 900, 255, 1, '', 50375, NULL), +(@OGUID+9381, 1734, 0, 33, 0, 1, 1, -12352.9, -1021.89, 7.57272, 5.02655, 0, 0, -0.587785, 0.809017, 900, 255, 1, '', 50375, NULL), +(@OGUID+9382, 1734, 0, 33, 0, 1, 1, -12337.2, -987.296, 14.0245, 5.044, 0, 0, -0.580703, 0.814116, 900, 255, 1, '', 50375, NULL), +(@OGUID+9383, 1734, 0, 33, 0, 1, 1, -12334.3, -1063.92, 5.9181, 0.90757, 0, 0, 0.438371, 0.898794, 900, 255, 1, '', 50375, NULL), +(@OGUID+9384, 1734, 0, 33, 0, 1, 1, -12327.2, -990.796, 19.8739, 4.15388, 0, 0, -0.874619, 0.48481, 900, 255, 1, '', 50375, NULL), +(@OGUID+9385, 1734, 0, 33, 0, 1, 1, -12313, -1031.56, 9.10183, 5.77704, 0, 0, -0.25038, 0.968148, 900, 255, 1, '', 50375, NULL), +(@OGUID+9386, 1734, 0, 33, 0, 1, 1, -12292.9, -1047.82, 12.9357, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 50375, NULL), +(@OGUID+9387, 1734, 0, 33, 0, 1, 1, -12291.5, -1096.73, 10.2265, 3.94445, 0, 0, -0.920505, 0.390732, 900, 255, 1, '', 50375, NULL), +(@OGUID+9388, 1734, 0, 33, 0, 1, 1, -12275.3, -626.938, 33.5051, 0.855211, 0, 0, 0.414693, 0.909961, 900, 255, 1, '', 50375, NULL), +(@OGUID+9389, 1734, 0, 33, 0, 1, 1, -12233.6, -1033.41, 61.6938, 1.95477, 0, 0, 0.829038, 0.559193, 900, 255, 1, '', 50375, NULL), +(@OGUID+9390, 1734, 0, 33, 0, 1, 1, -12128.2, -777.814, 23.5145, 3.76991, 0, 0, -0.951056, 0.309017, 900, 255, 1, '', 50664, NULL), +(@OGUID+9391, 1734, 0, 33, 0, 1, 1, -12048.4, -958.832, 50.9151, 0.209439, 0, 0, 0.104528, 0.994522, 900, 255, 1, '', 50375, NULL), +(@OGUID+9392, 1734, 0, 33, 0, 1, 1, -12034, -793.15, 22.6295, 5.75959, 0, 0, -0.258819, 0.965926, 900, 255, 1, '', 48632, NULL), +(@OGUID+9393, 1734, 0, 33, 0, 1, 1, -11935, 543.475, 33.0384, 2.47837, 0, 0, 0.945518, 0.325568, 900, 255, 1, '', 48340, NULL), +(@OGUID+9394, 1734, 0, 33, 0, 1, 1, -11934, 458.191, 44.5061, 6.19592, 0, 0, -0.0436192, 0.999048, 900, 255, 1, '', 49345, NULL), +(@OGUID+9395, 1734, 0, 33, 0, 1, 1, -11922.4, 306.106, 20.0254, 3.80482, 0, 0, -0.945518, 0.325568, 900, 255, 1, '', 49345, NULL), +(@OGUID+9396, 1734, 0, 33, 0, 1, 1, -11919.8, 178.668, 40.417, 3.89209, 0, 0, -0.930417, 0.366502, 900, 255, 1, '', 50375, NULL), +(@OGUID+9397, 1734, 0, 33, 0, 1, 1, -11897.4, -726.011, 23.0206, 2.07694, 0, 0, 0.861629, 0.507539, 900, 255, 1, '', 50664, NULL), +(@OGUID+9398, 1734, 0, 33, 0, 1, 1, -11822.3, 577.765, 48.6223, 0.90757, 0, 0, 0.438371, 0.898794, 900, 255, 1, '', 52237, NULL), +(@OGUID+9399, 1734, 0, 33, 1637, 1, 1, -11820, 348.702, 42.1226, 6.16101, 0, 0, -0.0610485, 0.998135, 900, 255, 1, '', 48019, NULL), +(@OGUID+9400, 1734, 0, 33, 0, 1, 1, -11804.5, -1008.84, 79.7801, 1.3439, 0, 0, 0.622514, 0.782609, 900, 255, 1, '', 49345, NULL), +(@OGUID+9401, 1734, 0, 33, 0, 1, 1, -11777.7, -424.371, 27.5906, 5.2709, 0, 0, -0.484809, 0.87462, 900, 255, 1, '', 48120, NULL), +(@OGUID+9402, 1734, 0, 33, 0, 1, 1, -11771.9, 35.4992, 17.5232, 1.3439, 0, 0, 0.622514, 0.782609, 900, 255, 1, '', 48632, NULL), +(@OGUID+9403, 1734, 0, 33, 0, 1, 1, -11755.1, -547.294, 23.6612, 2.87979, 0, 0, 0.991445, 0.130528, 900, 255, 1, '', 50375, NULL), +(@OGUID+9404, 1734, 0, 33, 0, 1, 1, -11754.6, 223.55, 21.0039, 1.83259, 0, 0, 0.793353, 0.608762, 900, 255, 1, '', 48340, NULL), +(@OGUID+9405, 1734, 0, 33, 117, 1, 1, -11746.5, 469.79, 52.5784, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 50375, NULL), +(@OGUID+9406, 1734, 0, 33, 0, 1, 1, -11745.3, -947.944, 58.7745, 3.4034, 0, 0, -0.991445, 0.130528, 900, 255, 1, '', 50375, NULL), +(@OGUID+9407, 1734, 0, 33, 9, 1, 1, -11697.4, 173.533, 18.175, 1.65806, 0, 0, 0.737277, 0.675591, 900, 255, 1, '', 49822, NULL), +(@OGUID+9408, 1734, 0, 33, 0, 1, 1, -11681.5, 317.656, 43.8298, 5.86431, 0, 0, -0.207911, 0.978148, 900, 255, 1, '', 48632, NULL), +(@OGUID+9409, 1734, 0, 33, 0, 1, 1, -11614.7, -856.519, 50.4978, 5.49779, 0, 0, -0.382683, 0.92388, 900, 255, 1, '', 50375, NULL), +(@OGUID+9410, 1734, 0, 33, 0, 1, 1, -11599.4, 498.062, 67.5316, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 50664, NULL), +(@OGUID+9411, 1734, 0, 33, 0, 1, 1, -11596, -510.279, 28.4238, 6.23083, 0, 0, -0.0261765, 0.999657, 900, 255, 1, '', 50375, NULL), +(@OGUID+9412, 1734, 0, 33, 0, 1, 1, -11574.7, 221.633, 22.9144, 2.37364, 0, 0, 0.927183, 0.374608, 900, 255, 1, '', 48120, NULL), +(@OGUID+9413, 1734, 0, 33, 0, 1, 1, -11553.7, -919.246, 70.8843, 0.418879, 0, 0, 0.207911, 0.978148, 900, 255, 1, '', 50375, NULL), +(@OGUID+9414, 1734, 0, 33, 0, 1, 1, -11542.6, -919.15, 27.9049, 3.63029, 0, 0, -0.970295, 0.241925, 900, 255, 1, '', 50375, NULL), +(@OGUID+9415, 1734, 0, 33, 0, 1, 1, -11533.1, -735.429, 40.7822, 3.59538, 0, 0, -0.97437, 0.224951, 900, 255, 1, '', 50375, NULL), +(@OGUID+9416, 1734, 0, 33, 0, 1, 1, -11521.3, -721.821, 35.7958, 2.47837, 0, 0, 0.945518, 0.325568, 900, 255, 1, '', 50664, NULL), +(@OGUID+9417, 1734, 0, 33, 0, 1, 1, -11518.7, -861.167, 72.1001, 6.16101, 0, 0, -0.0610485, 0.998135, 900, 255, 1, '', 49345, NULL), +(@OGUID+9418, 1734, 0, 33, 0, 1, 1, -11508.1, -904.844, 29.4344, 1.27409, 0, 0, 0.594822, 0.803857, 900, 255, 1, '', 50375, NULL), +(@OGUID+9419, 1734, 0, 33, 0, 1, 1, -11506.1, 480.384, 65.5531, 1.25664, 0, 0, 0.587785, 0.809017, 900, 255, 1, '', 50375, NULL), +(@OGUID+9420, 1734, 0, 33, 0, 1, 1, -11490.4, 276.76, 22.9154, 4.50295, 0, 0, -0.777145, 0.629321, 900, 255, 1, '', 48632, NULL), +(@OGUID+9421, 1734, 0, 33, 0, 1, 1, -11486.6, -744.597, 35.9581, 1.93731, 0, 0, 0.824125, 0.566408, 900, 255, 1, '', 50664, NULL), +(@OGUID+9422, 1734, 0, 33, 0, 1, 1, -11468.3, 378.432, 75.4524, 4.20625, 0, 0, -0.861629, 0.507539, 900, 255, 1, '', 48120, NULL), +(@OGUID+9423, 1734, 0, 33, 0, 1, 1, -11464.5, -792.715, 16.9409, 1.93731, 0, 0, 0.824125, 0.566408, 900, 255, 1, '', 50664, NULL), +(@OGUID+9424, 1734, 0, 33, 0, 1, 1, -11463.3, -872.963, 39.4088, 5.09636, 0, 0, -0.559193, 0.829038, 900, 255, 1, '', 50375, NULL), +(@OGUID+9425, 1734, 0, 33, 0, 1, 1, -11444.7, -718.875, 31.5775, 0.122173, 0, 0, 0.0610485, 0.998135, 900, 255, 1, '', 50375, NULL), +(@OGUID+9426, 1734, 0, 33, 0, 1, 1, -11439.9, -898.279, 21.0529, 1.0472, 0, 0, 0.5, 0.866025, 900, 255, 1, '', 49345, NULL), +(@OGUID+9427, 1734, 0, 33, 0, 1, 1, -11410.6, -761.634, 16.6565, 1.97222, 0, 0, 0.833885, 0.551938, 900, 255, 1, '', 50375, NULL), +(@OGUID+9428, 1734, 0, 33, 0, 1, 1, -11405.4, -946.741, 21.5275, 2.67035, 0, 0, 0.972369, 0.233448, 900, 255, 1, '', 50375, NULL), +(@OGUID+9429, 1734, 0, 33, 101, 1, 1, -11398.9, -826.872, 15.511, 3.35105, 0, 0, -0.994521, 0.104536, 900, 255, 1, '', 52237, NULL), +(@OGUID+9430, 1733, 0, 33, 106, 1, 1, -11471.5, -951.882, 28.4177, 0.767944, 0, 0, 0.374606, 0.927184, 900, 255, 1, '', 52237, NULL), +(@OGUID+9431, 1733, 0, 33, 302, 1, 1, -13883.7, -134.777, 14.5216, 5.02655, 0, 0, -0.587785, 0.809017, 900, 255, 1, '', 52237, NULL), +(@OGUID+9432, 1733, 0, 33, 0, 1, 1, -13569.7, -16.018, 49.3623, 1.88495, 0, 0, 0.809016, 0.587786, 900, 255, 1, '', 49345, NULL), +(@OGUID+9433, 1733, 0, 33, 1578, 1, 1, -14099, 318.75, 24.437, 2.47837, 0, 0, 0.945518, 0.325568, 900, 255, 1, '', 45772, NULL), +(@OGUID+9434, 1733, 0, 33, 1737, 1, 1, -14071.1, 126.637, 23.9541, 0.855211, 0, 0, 0.414693, 0.909961, 900, 255, 1, '', 52237, NULL), +(@OGUID+9435, 1733, 0, 33, 460, 1, 1, -14000.6, 32.3996, 33.4384, 5.20108, 0, 0, -0.515038, 0.857168, 900, 255, 1, '', 49822, NULL), +(@OGUID+9436, 1733, 0, 33, 0, 1, 1, -13957.4, 172.505, 27.5382, 1.27409, 0, 0, 0.594822, 0.803857, 900, 255, 1, '', 48632, NULL), +(@OGUID+9437, 1733, 0, 33, 1577, 1, 1, -13946.2, 220.203, 18.3835, 5.09636, 0, 0, -0.559193, 0.829038, 900, 255, 1, '', 52237, NULL), +(@OGUID+9438, 1733, 0, 33, 0, 1, 1, -13905.1, -49.6861, 35.3468, 6.03884, 0, 0, -0.121869, 0.992546, 900, 255, 1, '', 50664, NULL), +(@OGUID+9439, 1733, 0, 33, 0, 1, 1, -13894.2, -1.97103, 35.2379, 1.97222, 0, 0, 0.833885, 0.551938, 900, 255, 1, '', 50664, NULL), +(@OGUID+9440, 1733, 0, 33, 1737, 1, 1, -13805.3, 75.9482, 36.7794, 3.35105, 0, 0, -0.994521, 0.104536, 900, 255, 1, '', 52237, NULL), +(@OGUID+9441, 1733, 0, 33, 0, 1, 1, -13790.9, -3.17502, 37.5587, 2.46091, 0, 0, 0.942641, 0.333808, 900, 255, 1, '', 49345, NULL), +(@OGUID+9442, 1733, 0, 33, 117, 1, 1, -13725.4, 346.743, 49.9747, 0.523598, 0, 0, 0.258819, 0.965926, 900, 255, 1, '', 50375, NULL), +(@OGUID+9443, 1733, 0, 33, 1742, 1, 1, -13676.5, -60.0927, 41.7262, 2.53072, 0, 0, 0.953716, 0.300708, 900, 255, 1, '', 53788, NULL), +(@OGUID+9444, 1733, 0, 33, 311, 1, 1, -13598.4, -379.535, 11.0353, 1.41372, 0, 0, 0.649447, 0.760406, 900, 255, 1, '', 52237, NULL), +(@OGUID+9445, 1733, 0, 33, 311, 1, 1, -13571, -141.395, 49.1922, 0.925024, 0, 0, 0.446198, 0.894935, 900, 255, 1, '', 52237, NULL), +(@OGUID+9446, 1733, 0, 33, 0, 1, 1, -13521.4, 646.87, 10.4685, 0.244346, 0, 0, 0.121869, 0.992546, 900, 255, 1, '', 48632, NULL), +(@OGUID+9447, 1733, 0, 33, 1577, 1, 1, -13454.8, -110.943, 48.0463, 1.43117, 0, 0, 0.656058, 0.75471, 900, 255, 1, '', 52237, NULL), +(@OGUID+9448, 1733, 0, 33, 0, 1, 1, -13404.2, 609.748, 18.1996, 4.4855, 0, 0, -0.782608, 0.622515, 900, 255, 1, '', 50664, NULL), +(@OGUID+9449, 1733, 0, 33, 0, 1, 1, -13397.5, 312.935, 47.7852, 1.85005, 0, 0, 0.798635, 0.601815, 900, 255, 1, '', 49345, NULL), +(@OGUID+9450, 1733, 0, 33, 310, 1, 1, -13272, -574.499, 16.0171, 1.95477, 0, 0, 0.829038, 0.559193, 900, 255, 1, '', 47168, NULL), +(@OGUID+9451, 1733, 0, 33, 460, 1, 1, -13201.1, -490.142, 4.77076, 0.139624, 0, 0, 0.0697556, 0.997564, 900, 255, 1, '', 50664, NULL), +(@OGUID+9452, 1733, 0, 33, 117, 1, 1, -13133, -474.707, 10.5634, 3.3685, 0, 0, -0.993571, 0.113208, 900, 255, 1, '', 50375, NULL), +(@OGUID+9453, 1733, 0, 33, 0, 1, 1, -13129.7, -569.609, 12.6068, 3.59538, 0, 0, -0.97437, 0.224951, 900, 255, 1, '', 50375, NULL), +(@OGUID+9454, 1733, 0, 33, 0, 1, 1, -13120.5, -522.741, 9.26869, 6.23083, 0, 0, -0.0261765, 0.999657, 900, 255, 1, '', 50375, NULL), +(@OGUID+9455, 1733, 0, 33, 0, 1, 1, -13110.2, -323.97, 21.008, 6.23083, 0, 0, -0.0261765, 0.999657, 900, 255, 1, '', 50664, NULL), +(@OGUID+9456, 1733, 0, 33, 0, 1, 1, -13033.3, -352.442, 39.8206, 5.11382, 0, 0, -0.551936, 0.833886, 900, 255, 1, '', 50375, NULL), +(@OGUID+9457, 1733, 0, 33, 0, 1, 1, -13031.8, -421.141, 53.6756, 0.837757, 0, 0, 0.406736, 0.913546, 900, 255, 1, '', 46779, NULL), +(@OGUID+9458, 1733, 0, 33, 0, 1, 1, -12995.4, -435.998, 51.0958, 4.08407, 0, 0, -0.891006, 0.453991, 900, 255, 1, '', 52237, NULL), +(@OGUID+9459, 1733, 0, 33, 1577, 1, 1, -12981.6, 109.973, 39.8969, 3.89209, 0, 0, -0.930417, 0.366502, 900, 255, 1, '', 45613, NULL), +(@OGUID+9460, 1733, 0, 33, 0, 1, 1, -12970.8, -415.276, 42.9962, 1.02974, 0, 0, 0.492423, 0.870356, 900, 255, 1, '', 52237, NULL), +(@OGUID+9461, 1733, 0, 33, 0, 1, 1, -12928, -431.547, 31.7529, 4.27606, 0, 0, -0.843391, 0.5373, 900, 255, 1, '', 45704, NULL), +(@OGUID+9462, 1733, 0, 33, 0, 1, 1, -12906.5, 387.039, 53.7599, 3.6652, 0, 0, -0.965925, 0.258821, 900, 255, 1, '', 48632, NULL), +(@OGUID+9463, 1733, 0, 33, 0, 1, 1, -12808.4, -650.557, 67.8432, 1.64061, 0, 0, 0.731353, 0.681999, 900, 255, 1, '', 49345, NULL), +(@OGUID+9464, 1733, 0, 33, 117, 1, 1, -12796.9, -818.581, 74.8231, 2.65289, 0, 0, 0.970295, 0.241925, 900, 255, 1, '', 50375, NULL), +(@OGUID+9465, 1733, 0, 33, 0, 1, 1, -12724.3, -1034.35, 100.084, 0.59341, 0, 0, 0.292371, 0.956305, 900, 255, 1, '', 48632, NULL), +(@OGUID+9466, 1733, 0, 33, 0, 1, 1, -12699.9, -291.701, 27.9929, 0.226892, 0, 0, 0.113203, 0.993572, 900, 255, 1, '', 45772, NULL), +(@OGUID+9467, 1733, 0, 33, 0, 1, 1, -12686.5, -950.185, 77.658, 3.64774, 0, 0, -0.968147, 0.250381, 900, 255, 1, '', 50375, NULL), +(@OGUID+9468, 1733, 0, 33, 0, 1, 1, -12676.2, -179.953, 36.221, 0.0349062, 0, 0, 0.0174522, 0.999848, 900, 255, 1, '', 50664, NULL), +(@OGUID+9469, 1733, 0, 33, 0, 1, 1, -12639.2, -39.5763, 27.4667, 0.488691, 0, 0, 0.241921, 0.970296, 900, 255, 1, '', 48120, NULL), +(@OGUID+9470, 1733, 0, 33, 0, 1, 1, -12609, -959.657, 92.6656, 2.02458, 0, 0, 0.848047, 0.529921, 900, 255, 1, '', 50375, NULL), +(@OGUID+9471, 1733, 0, 33, 0, 1, 1, -12500.1, -1037.55, 79.0014, 3.3685, 0, 0, -0.993571, 0.113208, 900, 255, 1, '', 50375, NULL), +(@OGUID+9472, 1733, 0, 33, 0, 1, 1, -12460.7, -964.676, 50.3968, 3.80482, 0, 0, -0.945518, 0.325568, 900, 255, 1, '', 50375, NULL), +(@OGUID+9473, 1733, 0, 33, 0, 1, 1, -12384, -832.929, 49.2845, 2.44346, 0, 0, 0.939692, 0.34202, 900, 255, 1, '', 48632, NULL), +(@OGUID+9474, 1733, 0, 33, 0, 1, 1, -12376.7, -971.19, 16.4219, 1.97222, 0, 0, 0.833885, 0.551938, 900, 255, 1, '', 50375, NULL), +(@OGUID+9475, 1733, 0, 33, 0, 1, 1, -12369.8, -1055.09, 4.36752, 1.83259, 0, 0, 0.793353, 0.608762, 900, 255, 1, '', 50375, NULL), +(@OGUID+9476, 1733, 0, 33, 0, 1, 1, -12367.7, -979.129, 14.7117, 2.25147, 0, 0, 0.902585, 0.430512, 900, 255, 1, '', 50375, NULL), +(@OGUID+9477, 1733, 0, 33, 0, 1, 1, -12363.8, -1154.71, 1.2719, 1.65806, 0, 0, 0.737277, 0.675591, 900, 255, 1, '', 49345, NULL), +(@OGUID+9478, 1733, 0, 33, 0, 1, 1, -12354.7, -992.975, 12.0588, 1.53589, 0, 0, 0.694658, 0.71934, 900, 255, 1, '', 50375, NULL), +(@OGUID+9479, 1733, 0, 33, 0, 1, 1, -12352.9, -1021.89, 7.57272, 5.02655, 0, 0, -0.587785, 0.809017, 900, 255, 1, '', 50375, NULL), +(@OGUID+9480, 1733, 0, 33, 0, 1, 1, -12337.2, -987.296, 14.0245, 5.044, 0, 0, -0.580703, 0.814116, 900, 255, 1, '', 50375, NULL), +(@OGUID+9481, 1733, 0, 33, 0, 1, 1, -12334.3, -1063.92, 5.9181, 0.90757, 0, 0, 0.438371, 0.898794, 900, 255, 1, '', 50375, NULL), +(@OGUID+9482, 1733, 0, 33, 0, 1, 1, -12327.2, -990.796, 19.8739, 4.15388, 0, 0, -0.874619, 0.48481, 900, 255, 1, '', 50375, NULL), +(@OGUID+9483, 1733, 0, 33, 0, 1, 1, -12313, -1031.56, 9.10183, 5.77704, 0, 0, -0.25038, 0.968148, 900, 255, 1, '', 50375, NULL), +(@OGUID+9484, 1733, 0, 33, 0, 1, 1, -12292.9, -1047.82, 12.9357, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 50375, NULL), +(@OGUID+9485, 1733, 0, 33, 0, 1, 1, -12291.5, -1096.73, 10.2265, 3.94445, 0, 0, -0.920505, 0.390732, 900, 255, 1, '', 50375, NULL), +(@OGUID+9486, 1733, 0, 33, 0, 1, 1, -12275.3, -626.938, 33.5051, 0.855211, 0, 0, 0.414693, 0.909961, 900, 255, 1, '', 50375, NULL), +(@OGUID+9487, 1733, 0, 33, 0, 1, 1, -12233.6, -1033.41, 61.6938, 1.95477, 0, 0, 0.829038, 0.559193, 900, 255, 1, '', 50375, NULL), +(@OGUID+9488, 1733, 0, 33, 0, 1, 1, -12128.2, -777.814, 23.5145, 3.76991, 0, 0, -0.951056, 0.309017, 900, 255, 1, '', 50664, NULL), +(@OGUID+9489, 1733, 0, 33, 0, 1, 1, -12048.4, -958.832, 50.9151, 0.209439, 0, 0, 0.104528, 0.994522, 900, 255, 1, '', 50375, NULL), +(@OGUID+9490, 1733, 0, 33, 0, 1, 1, -12034, -793.15, 22.6295, 5.75959, 0, 0, -0.258819, 0.965926, 900, 255, 1, '', 48632, NULL), +(@OGUID+9491, 1733, 0, 33, 0, 1, 1, -11935, 543.475, 33.0384, 2.47837, 0, 0, 0.945518, 0.325568, 900, 255, 1, '', 48340, NULL), +(@OGUID+9492, 1733, 0, 33, 0, 1, 1, -11934, 458.191, 44.5061, 6.19592, 0, 0, -0.0436192, 0.999048, 900, 255, 1, '', 49345, NULL), +(@OGUID+9493, 1733, 0, 33, 0, 1, 1, -11922.4, 306.106, 20.0254, 3.80482, 0, 0, -0.945518, 0.325568, 900, 255, 1, '', 49345, NULL), +(@OGUID+9494, 1733, 0, 33, 0, 1, 1, -11919.8, 178.668, 40.417, 3.89209, 0, 0, -0.930417, 0.366502, 900, 255, 1, '', 50375, NULL), +(@OGUID+9495, 1733, 0, 33, 0, 1, 1, -11897.4, -726.011, 23.0206, 2.07694, 0, 0, 0.861629, 0.507539, 900, 255, 1, '', 50664, NULL), +(@OGUID+9496, 1733, 0, 33, 0, 1, 1, -11822.3, 577.765, 48.6223, 0.90757, 0, 0, 0.438371, 0.898794, 900, 255, 1, '', 52237, NULL), +(@OGUID+9497, 1733, 0, 33, 1637, 1, 1, -11820, 348.702, 42.1226, 6.16101, 0, 0, -0.0610485, 0.998135, 900, 255, 1, '', 48019, NULL), +(@OGUID+9498, 1733, 0, 33, 0, 1, 1, -11804.5, -1008.84, 79.7801, 1.3439, 0, 0, 0.622514, 0.782609, 900, 255, 1, '', 49345, NULL), +(@OGUID+9499, 1733, 0, 33, 0, 1, 1, -11777.7, -424.371, 27.5906, 5.2709, 0, 0, -0.484809, 0.87462, 900, 255, 1, '', 48120, NULL), +(@OGUID+9500, 1733, 0, 33, 0, 1, 1, -11771.9, 35.4992, 17.5232, 1.3439, 0, 0, 0.622514, 0.782609, 900, 255, 1, '', 48632, NULL), +(@OGUID+9501, 1733, 0, 33, 0, 1, 1, -11755.1, -547.294, 23.6612, 2.87979, 0, 0, 0.991445, 0.130528, 900, 255, 1, '', 50375, NULL), +(@OGUID+9502, 1733, 0, 33, 0, 1, 1, -11754.6, 223.55, 21.0039, 1.83259, 0, 0, 0.793353, 0.608762, 900, 255, 1, '', 48340, NULL), +(@OGUID+9503, 1733, 0, 33, 117, 1, 1, -11746.5, 469.79, 52.5784, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 50375, NULL), +(@OGUID+9504, 1733, 0, 33, 0, 1, 1, -11745.3, -947.944, 58.7745, 3.4034, 0, 0, -0.991445, 0.130528, 900, 255, 1, '', 50375, NULL), +(@OGUID+9505, 1733, 0, 33, 9, 1, 1, -11697.4, 173.533, 18.175, 1.65806, 0, 0, 0.737277, 0.675591, 900, 255, 1, '', 49822, NULL), +(@OGUID+9506, 1733, 0, 33, 0, 1, 1, -11681.5, 317.656, 43.8298, 5.86431, 0, 0, -0.207911, 0.978148, 900, 255, 1, '', 48632, NULL), +(@OGUID+9507, 1733, 0, 33, 0, 1, 1, -11614.7, -856.519, 50.4978, 5.49779, 0, 0, -0.382683, 0.92388, 900, 255, 1, '', 50375, NULL), +(@OGUID+9508, 1733, 0, 33, 0, 1, 1, -11599.4, 498.062, 67.5316, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 50664, NULL), +(@OGUID+9509, 1733, 0, 33, 0, 1, 1, -11596, -510.279, 28.4238, 6.23083, 0, 0, -0.0261765, 0.999657, 900, 255, 1, '', 50375, NULL), +(@OGUID+9510, 1733, 0, 33, 0, 1, 1, -11574.7, 221.633, 22.9144, 2.37364, 0, 0, 0.927183, 0.374608, 900, 255, 1, '', 48120, NULL), +(@OGUID+9511, 1733, 0, 33, 0, 1, 1, -11553.7, -919.246, 70.8843, 0.418879, 0, 0, 0.207911, 0.978148, 900, 255, 1, '', 50375, NULL), +(@OGUID+9512, 1733, 0, 33, 0, 1, 1, -11542.6, -919.15, 27.9049, 3.63029, 0, 0, -0.970295, 0.241925, 900, 255, 1, '', 50375, NULL), +(@OGUID+9513, 1733, 0, 33, 0, 1, 1, -11533.1, -735.429, 40.7822, 3.59538, 0, 0, -0.97437, 0.224951, 900, 255, 1, '', 50375, NULL), +(@OGUID+9514, 1733, 0, 33, 0, 1, 1, -11521.3, -721.821, 35.7958, 2.47837, 0, 0, 0.945518, 0.325568, 900, 255, 1, '', 50664, NULL), +(@OGUID+9515, 1733, 0, 33, 0, 1, 1, -11518.7, -861.167, 72.1001, 6.16101, 0, 0, -0.0610485, 0.998135, 900, 255, 1, '', 49345, NULL), +(@OGUID+9516, 1733, 0, 33, 0, 1, 1, -11508.1, -904.844, 29.4344, 1.27409, 0, 0, 0.594822, 0.803857, 900, 255, 1, '', 50375, NULL), +(@OGUID+9517, 1733, 0, 33, 0, 1, 1, -11506.1, 480.384, 65.5531, 1.25664, 0, 0, 0.587785, 0.809017, 900, 255, 1, '', 50375, NULL), +(@OGUID+9518, 1733, 0, 33, 0, 1, 1, -11490.4, 276.76, 22.9154, 4.50295, 0, 0, -0.777145, 0.629321, 900, 255, 1, '', 48632, NULL), +(@OGUID+9519, 1733, 0, 33, 0, 1, 1, -11486.6, -744.597, 35.9581, 1.93731, 0, 0, 0.824125, 0.566408, 900, 255, 1, '', 50664, NULL), +(@OGUID+9520, 1733, 0, 33, 0, 1, 1, -11468.3, 378.432, 75.4524, 4.20625, 0, 0, -0.861629, 0.507539, 900, 255, 1, '', 48120, NULL), +(@OGUID+9521, 1733, 0, 33, 0, 1, 1, -11464.5, -792.715, 16.9409, 1.93731, 0, 0, 0.824125, 0.566408, 900, 255, 1, '', 50664, NULL), +(@OGUID+9522, 1733, 0, 33, 0, 1, 1, -11463.3, -872.963, 39.4088, 5.09636, 0, 0, -0.559193, 0.829038, 900, 255, 1, '', 50375, NULL), +(@OGUID+9523, 1733, 0, 33, 0, 1, 1, -11444.7, -718.875, 31.5775, 0.122173, 0, 0, 0.0610485, 0.998135, 900, 255, 1, '', 50375, NULL), +(@OGUID+9524, 1733, 0, 33, 0, 1, 1, -11439.9, -898.279, 21.0529, 1.0472, 0, 0, 0.5, 0.866025, 900, 255, 1, '', 49345, NULL), +(@OGUID+9525, 1733, 0, 33, 0, 1, 1, -11410.6, -761.634, 16.6565, 1.97222, 0, 0, 0.833885, 0.551938, 900, 255, 1, '', 50375, NULL), +(@OGUID+9526, 1733, 0, 33, 0, 1, 1, -11405.4, -946.741, 21.5275, 2.67035, 0, 0, 0.972369, 0.233448, 900, 255, 1, '', 50375, NULL), +(@OGUID+9527, 1733, 0, 33, 101, 1, 1, -11398.9, -826.872, 15.511, 3.35105, 0, 0, -0.994521, 0.104536, 900, 255, 1, '', 52237, NULL), +(@OGUID+9528, 2040, 0, 33, 460, 1, 1, -14800.5, -344.491, 13.0164, 4.57276, 0, 0, -0.754709, 0.656059, 900, 255, 1, '', 49822, NULL), +(@OGUID+9529, 2040, 0, 33, 297, 1, 1, -14690.7, -250.13, 18.0443, 0.855211, 0, 0, 0.414693, 0.909961, 900, 255, 1, '', 52237, NULL), +(@OGUID+9530, 2040, 0, 33, 43, 1, 1, -14643.3, 481.62, 23.7943, 2.72271, 0, 0, 0.978148, 0.207912, 900, 255, 1, '', 46779, NULL), +(@OGUID+9531, 2040, 0, 33, 0, 1, 1, -14588.1, 345.029, 8.2059, 5.41052, 0, 0, -0.422618, 0.906308, 900, 255, 1, '', 49345, NULL), +(@OGUID+9532, 2040, 0, 33, 0, 1, 1, -14577.6, -241.361, 16.7222, 3.57793, 0, 0, -0.976295, 0.216442, 900, 255, 1, '', 50664, NULL), +(@OGUID+9533, 2040, 0, 33, 1577, 1, 1, -14360.8, 152.343, 14.1746, 5.61996, 0, 0, -0.325567, 0.945519, 900, 255, 1, '', 45704, NULL), +(@OGUID+9534, 2040, 0, 33, 0, 1, 1, -14254.5, 5.3367, 7.66996, 5.21854, 0, 0, -0.507538, 0.861629, 900, 255, 1, '', 50172, NULL), +(@OGUID+9535, 2040, 0, 33, 43, 1, 1, -14089.4, -102.481, 6.93426, 1.20428, 0, 0, 0.566406, 0.824126, 900, 255, 1, '', 47168, NULL), +(@OGUID+9536, 2040, 0, 33, 0, 1, 1, -13896.2, 458.601, 108.981, 1.93731, 0, 0, 0.824125, 0.566408, 900, 255, 1, '', 50664, NULL), +(@OGUID+9537, 2040, 0, 33, 1577, 1, 1, -13832.3, 530.211, 58.0751, 2.67035, 0, 0, 0.972369, 0.233448, 900, 255, 1, '', 52237, NULL), +(@OGUID+9538, 2040, 0, 33, 0, 1, 1, -13796.6, 610.099, 43.7884, 1.0472, 0, 0, 0.5, 0.866025, 900, 255, 1, '', 50664, NULL), +(@OGUID+9539, 2040, 0, 33, 460, 1, 1, -13775.4, 452.27, 92.77, 4.04917, 0, 0, -0.898793, 0.438373, 900, 255, 1, '', 49822, NULL), +(@OGUID+9540, 2040, 0, 33, 302, 1, 1, -13766.9, -237.311, 9.45927, 4.50295, 0, 0, -0.777145, 0.629321, 900, 255, 1, '', 52237, NULL), +(@OGUID+9541, 2040, 0, 33, 0, 1, 1, -13734.4, 588.942, 28.3662, 0.366518, 0, 0, 0.182235, 0.983255, 900, 255, 1, '', 49345, NULL), +(@OGUID+9542, 2040, 0, 33, 0, 1, 1, -13389.5, -251.86, 17.5063, 1.23918, 0, 0, 0.580703, 0.814116, 900, 255, 1, '', 49345, NULL), +(@OGUID+9543, 2040, 0, 33, 0, 1, 1, -13375.2, -373.266, 23.5344, 5.96903, 0, 0, -0.156434, 0.987688, 900, 255, 1, '', 50664, NULL), +(@OGUID+9544, 2040, 0, 33, 310, 1, 1, -13292.1, -224.057, 20.6276, 5.96903, 0, 0, -0.156434, 0.987688, 900, 255, 1, '', 47168, NULL), +(@OGUID+9545, 2040, 0, 33, 0, 1, 1, -13258.2, -211.438, 35.7719, 2.1293, 0, 0, 0.874619, 0.48481, 900, 255, 1, '', 49345, NULL), +(@OGUID+9546, 2040, 0, 33, 460, 1, 1, -13249.5, -519.636, 18.0377, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 50664, NULL), +(@OGUID+9547, 2040, 0, 33, 0, 1, 1, -13214.3, -616.389, 4.80742, 5.77704, 0, 0, -0.25038, 0.968148, 900, 255, 1, '', 50375, NULL), +(@OGUID+9548, 2040, 0, 33, 117, 1, 1, -13155.2, -551.002, 4.78167, 5.86431, 0, 0, -0.207911, 0.978148, 900, 255, 1, '', 50250, NULL), +(@OGUID+9549, 2040, 0, 33, 0, 1, 1, -13118.3, 164.409, 42.8251, 2.1293, 0, 0, 0.874619, 0.48481, 900, 255, 1, '', 49345, NULL), +(@OGUID+9550, 2040, 0, 33, 0, 1, 1, -13105.7, -506.415, 8.60804, 5.55015, 0, 0, -0.358368, 0.93358, 900, 255, 1, '', 50664, NULL), +(@OGUID+9551, 2040, 0, 33, 0, 1, 1, -13102, -670.346, 79.2665, 1.97222, 0, 0, 0.833885, 0.551938, 900, 255, 1, '', 50375, NULL), +(@OGUID+9552, 2040, 0, 33, 117, 1, 1, -13090.9, -751.573, 85.1796, 3.63029, 0, 0, -0.970295, 0.241925, 900, 255, 1, '', 50250, NULL), +(@OGUID+9553, 2040, 0, 33, 0, 1, 1, -13003.7, -756.31, 59.3426, 1.93731, 0, 0, 0.824125, 0.566408, 900, 255, 1, '', 49345, NULL), +(@OGUID+9554, 2040, 0, 33, 0, 1, 1, -12948.1, 76.1396, 43.8091, 3.45576, 0, 0, -0.987688, 0.156436, 900, 255, 1, '', 50375, NULL), +(@OGUID+9555, 2040, 0, 33, 0, 1, 1, -12939.9, -887.41, 73.3167, 3.35105, 0, 0, -0.994521, 0.104536, 900, 255, 1, '', 50375, NULL), +(@OGUID+9556, 2040, 0, 33, 0, 1, 1, -12932, 316.983, 23.4552, 0.314158, 0, 0, 0.156434, 0.987688, 900, 255, 1, '', 50375, NULL), +(@OGUID+9557, 2040, 0, 33, 0, 1, 1, -12929.7, 2.9528, 30.8999, 5.96903, 0, 0, -0.156434, 0.987688, 900, 255, 1, '', 50664, NULL), +(@OGUID+9558, 2040, 0, 33, 0, 1, 1, -12851.3, 268.715, 19.0539, 1.69297, 0, 0, 0.748956, 0.66262, 900, 255, 1, '', 50063, NULL), +(@OGUID+9559, 2040, 0, 33, 0, 1, 1, -12840.5, -610.494, 66.9924, 5.09636, 0, 0, -0.559193, 0.829038, 900, 255, 1, '', 46779, NULL), +(@OGUID+9560, 2040, 0, 33, 0, 1, 1, -12788.7, 222.431, 18.9157, 1.23918, 0, 0, 0.580703, 0.814116, 900, 255, 1, '', 48632, NULL), +(@OGUID+9561, 2040, 0, 33, 0, 1, 1, -12389.8, -1067.46, 3.13742, 0.418879, 0, 0, 0.207911, 0.978148, 900, 255, 1, '', 50375, NULL), +(@OGUID+9562, 2040, 0, 33, 0, 1, 1, -12374.3, -1146.68, 3.52509, 5.49779, 0, 0, -0.382683, 0.92388, 900, 255, 1, '', 50375, NULL), +(@OGUID+9563, 2040, 0, 33, 0, 1, 1, -12365.8, -1119.57, 3.82046, 6.16101, 0, 0, -0.0610485, 0.998135, 900, 255, 1, '', 50375, NULL), +(@OGUID+9564, 2040, 0, 33, 0, 1, 1, -12344.5, -1087.32, 3.17843, 3.59538, 0, 0, -0.97437, 0.224951, 900, 255, 1, '', 49345, NULL), +(@OGUID+9565, 2040, 0, 33, 0, 1, 1, -12337.4, -1156.71, 3.99737, 1.32645, 0, 0, 0.615661, 0.788011, 900, 255, 1, '', 50375, NULL), +(@OGUID+9566, 2040, 0, 33, 0, 1, 1, -12306.5, -1111.94, 5.93664, 2.93214, 0, 0, 0.994521, 0.104536, 900, 255, 1, '', 50375, NULL), +(@OGUID+9567, 2040, 0, 33, 0, 1, 1, -11447.4, -845.448, 15.4786, 6.14356, 0, 0, -0.0697556, 0.997564, 900, 255, 1, '', 50664, NULL), +(@OGUID+9568, 2040, 0, 33, 0, 1, 1, -11444.6, -935.033, 22.5053, 1.88495, 0, 0, 0.809016, 0.587786, 900, 255, 1, '', 50375, NULL), +(@OGUID+9569, 2040, 0, 33, 117, 1, 1, -11406.3, -916.361, 19.125, 6.16101, 0, 0, -0.0610485, 0.998135, 900, 255, 1, '', 50375, NULL), +(@OGUID+9570, 2040, 0, 33, 3565, 1, 1, -11394.5, -878.481, 20.5782, 2.53072, 0, 0, 0.953716, 0.300708, 900, 255, 1, '', 50250, NULL), +(@OGUID+9571, 2040, 0, 33, 297, 1, 1, -14641.5, -301.463, 27.0929, 3.83973, 0, 0, -0.939692, 0.34202, 900, 255, 1, '', 52237, NULL), +(@OGUID+9572, 1734, 0, 33, 460, 1, 1, -14800.5, -344.491, 13.0164, 4.57276, 0, 0, -0.754709, 0.656059, 900, 255, 1, '', 49822, NULL), +(@OGUID+9573, 1734, 0, 33, 297, 1, 1, -14690.7, -250.13, 18.0443, 0.855211, 0, 0, 0.414693, 0.909961, 900, 255, 1, '', 52237, NULL), +(@OGUID+9574, 1734, 0, 33, 43, 1, 1, -14643.3, 481.62, 23.7943, 2.72271, 0, 0, 0.978148, 0.207912, 900, 255, 1, '', 46779, NULL), +(@OGUID+9575, 1734, 0, 33, 0, 1, 1, -14588.1, 345.029, 8.2059, 5.41052, 0, 0, -0.422618, 0.906308, 900, 255, 1, '', 49345, NULL), +(@OGUID+9576, 1734, 0, 33, 0, 1, 1, -14577.6, -241.361, 16.7222, 3.57793, 0, 0, -0.976295, 0.216442, 900, 255, 1, '', 50664, NULL), +(@OGUID+9577, 1734, 0, 33, 1577, 1, 1, -14360.8, 152.343, 14.1746, 5.61996, 0, 0, -0.325567, 0.945519, 900, 255, 1, '', 45704, NULL), +(@OGUID+9578, 1734, 0, 33, 0, 1, 1, -14254.5, 5.3367, 7.66996, 5.21854, 0, 0, -0.507538, 0.861629, 900, 255, 1, '', 50172, NULL), +(@OGUID+9579, 1734, 0, 33, 43, 1, 1, -14089.4, -102.481, 6.93426, 1.20428, 0, 0, 0.566406, 0.824126, 900, 255, 1, '', 47168, NULL), +(@OGUID+9580, 1734, 0, 33, 0, 1, 1, -13896.2, 458.601, 108.981, 1.93731, 0, 0, 0.824125, 0.566408, 900, 255, 1, '', 50664, NULL), +(@OGUID+9581, 1734, 0, 33, 1577, 1, 1, -13832.3, 530.211, 58.0751, 2.67035, 0, 0, 0.972369, 0.233448, 900, 255, 1, '', 52237, NULL), +(@OGUID+9582, 1734, 0, 33, 0, 1, 1, -13796.6, 610.099, 43.7884, 1.0472, 0, 0, 0.5, 0.866025, 900, 255, 1, '', 50664, NULL), +(@OGUID+9583, 1734, 0, 33, 460, 1, 1, -13775.4, 452.27, 92.77, 4.04917, 0, 0, -0.898793, 0.438373, 900, 255, 1, '', 49822, NULL), +(@OGUID+9584, 1734, 0, 33, 302, 1, 1, -13766.9, -237.311, 9.45927, 4.50295, 0, 0, -0.777145, 0.629321, 900, 255, 1, '', 52237, NULL), +(@OGUID+9585, 1734, 0, 33, 0, 1, 1, -13734.4, 588.942, 28.3662, 0.366518, 0, 0, 0.182235, 0.983255, 900, 255, 1, '', 49345, NULL), +(@OGUID+9586, 1734, 0, 33, 0, 1, 1, -13389.5, -251.86, 17.5063, 1.23918, 0, 0, 0.580703, 0.814116, 900, 255, 1, '', 49345, NULL), +(@OGUID+9587, 1734, 0, 33, 0, 1, 1, -13375.2, -373.266, 23.5344, 5.96903, 0, 0, -0.156434, 0.987688, 900, 255, 1, '', 50664, NULL), +(@OGUID+9588, 1734, 0, 33, 310, 1, 1, -13292.1, -224.057, 20.6276, 5.96903, 0, 0, -0.156434, 0.987688, 900, 255, 1, '', 47168, NULL), +(@OGUID+9589, 1734, 0, 33, 0, 1, 1, -13258.2, -211.438, 35.7719, 2.1293, 0, 0, 0.874619, 0.48481, 900, 255, 1, '', 49345, NULL), +(@OGUID+9590, 1734, 0, 33, 460, 1, 1, -13249.5, -519.636, 18.0377, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 50664, NULL), +(@OGUID+9591, 1734, 0, 33, 0, 1, 1, -13214.3, -616.389, 4.80742, 5.77704, 0, 0, -0.25038, 0.968148, 900, 255, 1, '', 50375, NULL), +(@OGUID+9592, 1734, 0, 33, 117, 1, 1, -13155.2, -551.002, 4.78167, 5.86431, 0, 0, -0.207911, 0.978148, 900, 255, 1, '', 50250, NULL), +(@OGUID+9593, 1734, 0, 33, 0, 1, 1, -13118.3, 164.409, 42.8251, 2.1293, 0, 0, 0.874619, 0.48481, 900, 255, 1, '', 49345, NULL), +(@OGUID+9594, 1734, 0, 33, 0, 1, 1, -13105.7, -506.415, 8.60804, 5.55015, 0, 0, -0.358368, 0.93358, 900, 255, 1, '', 50664, NULL), +(@OGUID+9595, 1734, 0, 33, 0, 1, 1, -13102, -670.346, 79.2665, 1.97222, 0, 0, 0.833885, 0.551938, 900, 255, 1, '', 50375, NULL), +(@OGUID+9596, 1734, 0, 33, 117, 1, 1, -13090.9, -751.573, 85.1796, 3.63029, 0, 0, -0.970295, 0.241925, 900, 255, 1, '', 50250, NULL), +(@OGUID+9597, 1734, 0, 33, 0, 1, 1, -13003.7, -756.31, 59.3426, 1.93731, 0, 0, 0.824125, 0.566408, 900, 255, 1, '', 49345, NULL), +(@OGUID+9598, 1734, 0, 33, 0, 1, 1, -12948.1, 76.1396, 43.8091, 3.45576, 0, 0, -0.987688, 0.156436, 900, 255, 1, '', 50375, NULL), +(@OGUID+9599, 1734, 0, 33, 0, 1, 1, -12939.9, -887.41, 73.3167, 3.35105, 0, 0, -0.994521, 0.104536, 900, 255, 1, '', 50375, NULL), +(@OGUID+9600, 1734, 0, 33, 0, 1, 1, -12932, 316.983, 23.4552, 0.314158, 0, 0, 0.156434, 0.987688, 900, 255, 1, '', 50375, NULL), +(@OGUID+9601, 1734, 0, 33, 0, 1, 1, -12929.7, 2.9528, 30.8999, 5.96903, 0, 0, -0.156434, 0.987688, 900, 255, 1, '', 50664, NULL), +(@OGUID+9602, 1734, 0, 33, 0, 1, 1, -12851.3, 268.715, 19.0539, 1.69297, 0, 0, 0.748956, 0.66262, 900, 255, 1, '', 50063, NULL), +(@OGUID+9603, 1734, 0, 33, 0, 1, 1, -12840.5, -610.494, 66.9924, 5.09636, 0, 0, -0.559193, 0.829038, 900, 255, 1, '', 46779, NULL), +(@OGUID+9604, 1734, 0, 33, 0, 1, 1, -12788.7, 222.431, 18.9157, 1.23918, 0, 0, 0.580703, 0.814116, 900, 255, 1, '', 48632, NULL), +(@OGUID+9605, 1734, 0, 33, 0, 1, 1, -12389.8, -1067.46, 3.13742, 0.418879, 0, 0, 0.207911, 0.978148, 900, 255, 1, '', 50375, NULL), +(@OGUID+9606, 1734, 0, 33, 0, 1, 1, -12374.3, -1146.68, 3.52509, 5.49779, 0, 0, -0.382683, 0.92388, 900, 255, 1, '', 50375, NULL), +(@OGUID+9607, 1734, 0, 33, 0, 1, 1, -12365.8, -1119.57, 3.82046, 6.16101, 0, 0, -0.0610485, 0.998135, 900, 255, 1, '', 50375, NULL), +(@OGUID+9608, 1734, 0, 33, 0, 1, 1, -12344.5, -1087.32, 3.17843, 3.59538, 0, 0, -0.97437, 0.224951, 900, 255, 1, '', 49345, NULL), +(@OGUID+9609, 1734, 0, 33, 0, 1, 1, -12337.4, -1156.71, 3.99737, 1.32645, 0, 0, 0.615661, 0.788011, 900, 255, 1, '', 50375, NULL), +(@OGUID+9610, 1734, 0, 33, 0, 1, 1, -12306.5, -1111.94, 5.93664, 2.93214, 0, 0, 0.994521, 0.104536, 900, 255, 1, '', 50375, NULL), +(@OGUID+9611, 1734, 0, 33, 0, 1, 1, -11447.4, -845.448, 15.4786, 6.14356, 0, 0, -0.0697556, 0.997564, 900, 255, 1, '', 50664, NULL), +(@OGUID+9612, 1734, 0, 33, 0, 1, 1, -11444.6, -935.033, 22.5053, 1.88495, 0, 0, 0.809016, 0.587786, 900, 255, 1, '', 50375, NULL), +(@OGUID+9613, 1734, 0, 33, 117, 1, 1, -11406.3, -916.361, 19.125, 6.16101, 0, 0, -0.0610485, 0.998135, 900, 255, 1, '', 50375, NULL), +(@OGUID+9614, 1734, 0, 33, 3565, 1, 1, -11394.5, -878.481, 20.5782, 2.53072, 0, 0, 0.953716, 0.300708, 900, 255, 1, '', 50250, NULL), +(@OGUID+9615, 1734, 0, 33, 297, 1, 1, -14641.5, -301.463, 27.0929, 3.83973, 0, 0, -0.939692, 0.34202, 900, 255, 1, '', 52237, NULL), +(@OGUID+9616, 2047, 0, 33, 460, 1, 1, -14800.5, -344.491, 13.0164, 4.57276, 0, 0, -0.754709, 0.656059, 900, 255, 1, '', 49822, NULL), +(@OGUID+9617, 2047, 0, 33, 297, 1, 1, -14690.7, -250.13, 18.0443, 0.855211, 0, 0, 0.414693, 0.909961, 900, 255, 1, '', 52237, NULL), +(@OGUID+9618, 2047, 0, 33, 43, 1, 1, -14643.3, 481.62, 23.7943, 2.72271, 0, 0, 0.978148, 0.207912, 900, 255, 1, '', 46779, NULL), +(@OGUID+9619, 2047, 0, 33, 0, 1, 1, -14588.1, 345.029, 8.2059, 5.41052, 0, 0, -0.422618, 0.906308, 900, 255, 1, '', 49345, NULL), +(@OGUID+9620, 2047, 0, 33, 0, 1, 1, -14577.6, -241.361, 16.7222, 3.57793, 0, 0, -0.976295, 0.216442, 900, 255, 1, '', 50664, NULL), +(@OGUID+9621, 2047, 0, 33, 1577, 1, 1, -14360.8, 152.343, 14.1746, 5.61996, 0, 0, -0.325567, 0.945519, 900, 255, 1, '', 45704, NULL), +(@OGUID+9622, 2047, 0, 33, 0, 1, 1, -14254.5, 5.3367, 7.66996, 5.21854, 0, 0, -0.507538, 0.861629, 900, 255, 1, '', 50172, NULL), +(@OGUID+9623, 2047, 0, 33, 43, 1, 1, -14089.4, -102.481, 6.93426, 1.20428, 0, 0, 0.566406, 0.824126, 900, 255, 1, '', 47168, NULL), +(@OGUID+9624, 2047, 0, 33, 0, 1, 1, -13896.2, 458.601, 108.981, 1.93731, 0, 0, 0.824125, 0.566408, 900, 255, 1, '', 50664, NULL), +(@OGUID+9625, 2047, 0, 33, 1577, 1, 1, -13832.3, 530.211, 58.0751, 2.67035, 0, 0, 0.972369, 0.233448, 900, 255, 1, '', 52237, NULL), +(@OGUID+9626, 2047, 0, 33, 0, 1, 1, -13796.6, 610.099, 43.7884, 1.0472, 0, 0, 0.5, 0.866025, 900, 255, 1, '', 50664, NULL), +(@OGUID+9627, 2047, 0, 33, 460, 1, 1, -13775.4, 452.27, 92.77, 4.04917, 0, 0, -0.898793, 0.438373, 900, 255, 1, '', 49822, NULL), +(@OGUID+9628, 2047, 0, 33, 302, 1, 1, -13766.9, -237.311, 9.45927, 4.50295, 0, 0, -0.777145, 0.629321, 900, 255, 1, '', 52237, NULL), +(@OGUID+9629, 2047, 0, 33, 0, 1, 1, -13734.4, 588.942, 28.3662, 0.366518, 0, 0, 0.182235, 0.983255, 900, 255, 1, '', 49345, NULL), +(@OGUID+9630, 2047, 0, 33, 0, 1, 1, -13389.5, -251.86, 17.5063, 1.23918, 0, 0, 0.580703, 0.814116, 900, 255, 1, '', 49345, NULL), +(@OGUID+9631, 2047, 0, 33, 0, 1, 1, -13375.2, -373.266, 23.5344, 5.96903, 0, 0, -0.156434, 0.987688, 900, 255, 1, '', 50664, NULL), +(@OGUID+9632, 2047, 0, 33, 310, 1, 1, -13292.1, -224.057, 20.6276, 5.96903, 0, 0, -0.156434, 0.987688, 900, 255, 1, '', 47168, NULL), +(@OGUID+9633, 2047, 0, 33, 0, 1, 1, -13258.2, -211.438, 35.7719, 2.1293, 0, 0, 0.874619, 0.48481, 900, 255, 1, '', 49345, NULL), +(@OGUID+9634, 2047, 0, 33, 460, 1, 1, -13249.5, -519.636, 18.0377, 5.70723, 0, 0, -0.284015, 0.95882, 900, 255, 1, '', 50664, NULL), +(@OGUID+9635, 2047, 0, 33, 0, 1, 1, -13214.3, -616.389, 4.80742, 5.77704, 0, 0, -0.25038, 0.968148, 900, 255, 1, '', 50375, NULL), +(@OGUID+9636, 2047, 0, 33, 117, 1, 1, -13155.2, -551.002, 4.78167, 5.86431, 0, 0, -0.207911, 0.978148, 900, 255, 1, '', 50250, NULL), +(@OGUID+9637, 2047, 0, 33, 0, 1, 1, -13118.3, 164.409, 42.8251, 2.1293, 0, 0, 0.874619, 0.48481, 900, 255, 1, '', 49345, NULL), +(@OGUID+9638, 2047, 0, 33, 0, 1, 1, -13105.7, -506.415, 8.60804, 5.55015, 0, 0, -0.358368, 0.93358, 900, 255, 1, '', 50664, NULL), +(@OGUID+9639, 2047, 0, 33, 0, 1, 1, -13102, -670.346, 79.2665, 1.97222, 0, 0, 0.833885, 0.551938, 900, 255, 1, '', 50375, NULL), +(@OGUID+9640, 2047, 0, 33, 117, 1, 1, -13090.9, -751.573, 85.1796, 3.63029, 0, 0, -0.970295, 0.241925, 900, 255, 1, '', 50250, NULL), +(@OGUID+9641, 2047, 0, 33, 0, 1, 1, -13003.7, -756.31, 59.3426, 1.93731, 0, 0, 0.824125, 0.566408, 900, 255, 1, '', 49345, NULL), +(@OGUID+9642, 2047, 0, 33, 0, 1, 1, -12948.1, 76.1396, 43.8091, 3.45576, 0, 0, -0.987688, 0.156436, 900, 255, 1, '', 50375, NULL), +(@OGUID+9643, 2047, 0, 33, 0, 1, 1, -12939.9, -887.41, 73.3167, 3.35105, 0, 0, -0.994521, 0.104536, 900, 255, 1, '', 50375, NULL), +(@OGUID+9644, 2047, 0, 33, 0, 1, 1, -12932, 316.983, 23.4552, 0.314158, 0, 0, 0.156434, 0.987688, 900, 255, 1, '', 50375, NULL), +(@OGUID+9645, 2047, 0, 33, 0, 1, 1, -12929.7, 2.9528, 30.8999, 5.96903, 0, 0, -0.156434, 0.987688, 900, 255, 1, '', 50664, NULL), +(@OGUID+9646, 2047, 0, 33, 0, 1, 1, -12851.3, 268.715, 19.0539, 1.69297, 0, 0, 0.748956, 0.66262, 900, 255, 1, '', 50063, NULL), +(@OGUID+9647, 2047, 0, 33, 0, 1, 1, -12840.5, -610.494, 66.9924, 5.09636, 0, 0, -0.559193, 0.829038, 900, 255, 1, '', 46779, NULL), +(@OGUID+9648, 2047, 0, 33, 0, 1, 1, -12788.7, 222.431, 18.9157, 1.23918, 0, 0, 0.580703, 0.814116, 900, 255, 1, '', 48632, NULL), +(@OGUID+9649, 2047, 0, 33, 0, 1, 1, -12389.8, -1067.46, 3.13742, 0.418879, 0, 0, 0.207911, 0.978148, 900, 255, 1, '', 50375, NULL), +(@OGUID+9650, 2047, 0, 33, 0, 1, 1, -12374.3, -1146.68, 3.52509, 5.49779, 0, 0, -0.382683, 0.92388, 900, 255, 1, '', 50375, NULL), +(@OGUID+9651, 2047, 0, 33, 0, 1, 1, -12365.8, -1119.57, 3.82046, 6.16101, 0, 0, -0.0610485, 0.998135, 900, 255, 1, '', 50375, NULL), +(@OGUID+9652, 2047, 0, 33, 0, 1, 1, -12344.5, -1087.32, 3.17843, 3.59538, 0, 0, -0.97437, 0.224951, 900, 255, 1, '', 49345, NULL), +(@OGUID+9653, 2047, 0, 33, 0, 1, 1, -12337.4, -1156.71, 3.99737, 1.32645, 0, 0, 0.615661, 0.788011, 900, 255, 1, '', 50375, NULL), +(@OGUID+9654, 2047, 0, 33, 0, 1, 1, -12306.5, -1111.94, 5.93664, 2.93214, 0, 0, 0.994521, 0.104536, 900, 255, 1, '', 50375, NULL), +(@OGUID+9655, 2047, 0, 33, 0, 1, 1, -11447.4, -845.448, 15.4786, 6.14356, 0, 0, -0.0697556, 0.997564, 900, 255, 1, '', 50664, NULL), +(@OGUID+9656, 2047, 0, 33, 0, 1, 1, -11444.6, -935.033, 22.5053, 1.88495, 0, 0, 0.809016, 0.587786, 900, 255, 1, '', 50375, NULL), +(@OGUID+9657, 2047, 0, 33, 117, 1, 1, -11406.3, -916.361, 19.125, 6.16101, 0, 0, -0.0610485, 0.998135, 900, 255, 1, '', 50375, NULL), +(@OGUID+9658, 2047, 0, 33, 3565, 1, 1, -11394.5, -878.481, 20.5782, 2.53072, 0, 0, 0.953716, 0.300708, 900, 255, 1, '', 50250, NULL), +(@OGUID+9659, 2047, 0, 33, 297, 1, 1, -14641.5, -301.463, 27.0929, 3.83973, 0, 0, -0.939692, 0.34202, 900, 255, 1, '', 52237, NULL); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+9210, @POOL_SINGLE+1260, 90, 'Stranglethorn Vale - Ore Pool - Tin Vein'), +(@OGUID+9211, @POOL_SINGLE+1261, 90, 'Stranglethorn Vale - Ore Pool - Tin Vein'), +(@OGUID+9212, @POOL_SINGLE+1262, 90, 'Stranglethorn Vale - Ore Pool - Tin Vein'), +(@OGUID+9213, @POOL_SINGLE+1263, 90, 'Stranglethorn Vale - Ore Pool - Tin Vein'), +(@OGUID+9214, @POOL_SINGLE+1264, 90, 'Stranglethorn Vale - Ore Pool - Tin Vein'), +(@OGUID+9215, @POOL_SINGLE+1265, 90, 'Stranglethorn Vale - Ore Pool - Tin Vein'), +(@OGUID+9216, @POOL_SINGLE+1266, 90, 'Stranglethorn Vale - Ore Pool - Tin Vein'), +(@OGUID+9217, @POOL_SINGLE+1267, 90, 'Stranglethorn Vale - Ore Pool - Tin Vein'), +(@OGUID+9218, @POOL_SINGLE+1268, 90, 'Stranglethorn Vale - Ore Pool - Tin Vein'), +(@OGUID+9219, @POOL_SINGLE+1269, 90, 'Stranglethorn Vale - Ore Pool - Tin Vein'), +(@OGUID+9220, @POOL_SINGLE+1270, 90, 'Stranglethorn Vale - Ore Pool - Tin Vein'), +(@OGUID+9221, @POOL_SINGLE+1271, 90, 'Stranglethorn Vale - Ore Pool - Tin Vein'), +(@OGUID+9222, @POOL_SINGLE+1260, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9223, @POOL_SINGLE+1261, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9224, @POOL_SINGLE+1262, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9225, @POOL_SINGLE+1263, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9226, @POOL_SINGLE+1264, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9227, @POOL_SINGLE+1265, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9228, @POOL_SINGLE+1266, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9229, @POOL_SINGLE+1267, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9230, @POOL_SINGLE+1268, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9231, @POOL_SINGLE+1269, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9232, @POOL_SINGLE+1270, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9233, @POOL_SINGLE+1271, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), + +(@OGUID+9234, @POOL_SINGLE+1272, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9235, @POOL_SINGLE+1273, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9236, @POOL_SINGLE+1274, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9237, @POOL_SINGLE+1275, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9238, @POOL_SINGLE+1276, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9239, @POOL_SINGLE+1277, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9240, @POOL_SINGLE+1278, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9241, @POOL_SINGLE+1279, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9242, @POOL_SINGLE+1280, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9243, @POOL_SINGLE+1281, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9244, @POOL_SINGLE+1282, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9245, @POOL_SINGLE+1283, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9246, @POOL_SINGLE+1284, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9247, @POOL_SINGLE+1285, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9248, @POOL_SINGLE+1286, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9249, @POOL_SINGLE+1287, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9250, @POOL_SINGLE+1288, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9251, @POOL_SINGLE+1289, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9252, @POOL_SINGLE+1290, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9253, @POOL_SINGLE+1291, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9254, @POOL_SINGLE+1292, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9255, @POOL_SINGLE+1293, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9256, @POOL_SINGLE+1294, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9257, @POOL_SINGLE+1295, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9258, @POOL_SINGLE+1296, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9259, @POOL_SINGLE+1297, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9260, @POOL_SINGLE+1298, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9261, @POOL_SINGLE+1299, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9262, @POOL_SINGLE+1300, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9263, @POOL_SINGLE+1301, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9264, @POOL_SINGLE+1302, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9265, @POOL_SINGLE+1303, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9266, @POOL_SINGLE+1304, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9267, @POOL_SINGLE+1305, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9268, @POOL_SINGLE+1306, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9269, @POOL_SINGLE+1307, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9270, @POOL_SINGLE+1308, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9271, @POOL_SINGLE+1309, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9272, @POOL_SINGLE+1310, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9273, @POOL_SINGLE+1311, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9274, @POOL_SINGLE+1312, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9275, @POOL_SINGLE+1313, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9276, @POOL_SINGLE+1314, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9277, @POOL_SINGLE+1315, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9278, @POOL_SINGLE+1316, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9279, @POOL_SINGLE+1317, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9280, @POOL_SINGLE+1318, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9281, @POOL_SINGLE+1319, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9282, @POOL_SINGLE+1320, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9283, @POOL_SINGLE+1321, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9284, @POOL_SINGLE+1322, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9285, @POOL_SINGLE+1323, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9286, @POOL_SINGLE+1324, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9287, @POOL_SINGLE+1325, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9288, @POOL_SINGLE+1326, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9289, @POOL_SINGLE+1327, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9290, @POOL_SINGLE+1328, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9291, @POOL_SINGLE+1329, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9292, @POOL_SINGLE+1330, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9293, @POOL_SINGLE+1331, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9294, @POOL_SINGLE+1332, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9295, @POOL_SINGLE+1333, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9296, @POOL_SINGLE+1334, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9297, @POOL_SINGLE+1335, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9298, @POOL_SINGLE+1336, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9299, @POOL_SINGLE+1337, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9300, @POOL_SINGLE+1338, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9301, @POOL_SINGLE+1339, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9302, @POOL_SINGLE+1340, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9303, @POOL_SINGLE+1341, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9304, @POOL_SINGLE+1342, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9305, @POOL_SINGLE+1343, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9306, @POOL_SINGLE+1344, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9307, @POOL_SINGLE+1345, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9308, @POOL_SINGLE+1346, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9309, @POOL_SINGLE+1347, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9310, @POOL_SINGLE+1348, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9311, @POOL_SINGLE+1349, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9312, @POOL_SINGLE+1350, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9313, @POOL_SINGLE+1351, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9314, @POOL_SINGLE+1352, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9315, @POOL_SINGLE+1353, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9316, @POOL_SINGLE+1354, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9317, @POOL_SINGLE+1355, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9318, @POOL_SINGLE+1356, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9319, @POOL_SINGLE+1357, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9320, @POOL_SINGLE+1358, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9321, @POOL_SINGLE+1359, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9322, @POOL_SINGLE+1360, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9323, @POOL_SINGLE+1361, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9324, @POOL_SINGLE+1362, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9325, @POOL_SINGLE+1363, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9326, @POOL_SINGLE+1364, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9327, @POOL_SINGLE+1365, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9328, @POOL_SINGLE+1366, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9329, @POOL_SINGLE+1367, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9330, @POOL_SINGLE+1368, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9331, @POOL_SINGLE+1369, 80, 'Stranglethorn Vale - Ore Pool - Iron Deposit'), +(@OGUID+9332, @POOL_SINGLE+1272, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9333, @POOL_SINGLE+1273, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9334, @POOL_SINGLE+1274, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9335, @POOL_SINGLE+1275, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9336, @POOL_SINGLE+1276, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9337, @POOL_SINGLE+1277, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9338, @POOL_SINGLE+1278, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9339, @POOL_SINGLE+1279, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9340, @POOL_SINGLE+1280, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9341, @POOL_SINGLE+1281, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9342, @POOL_SINGLE+1282, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9343, @POOL_SINGLE+1283, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9344, @POOL_SINGLE+1284, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9345, @POOL_SINGLE+1285, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9346, @POOL_SINGLE+1286, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9347, @POOL_SINGLE+1287, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9348, @POOL_SINGLE+1288, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9349, @POOL_SINGLE+1289, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9350, @POOL_SINGLE+1290, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9351, @POOL_SINGLE+1291, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9352, @POOL_SINGLE+1292, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9353, @POOL_SINGLE+1293, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9354, @POOL_SINGLE+1294, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9355, @POOL_SINGLE+1295, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9356, @POOL_SINGLE+1296, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9357, @POOL_SINGLE+1297, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9358, @POOL_SINGLE+1298, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9359, @POOL_SINGLE+1299, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9360, @POOL_SINGLE+1300, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9361, @POOL_SINGLE+1301, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9362, @POOL_SINGLE+1302, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9363, @POOL_SINGLE+1303, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9364, @POOL_SINGLE+1304, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9365, @POOL_SINGLE+1305, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9366, @POOL_SINGLE+1306, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9367, @POOL_SINGLE+1307, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9368, @POOL_SINGLE+1308, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9369, @POOL_SINGLE+1309, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9370, @POOL_SINGLE+1310, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9371, @POOL_SINGLE+1311, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9372, @POOL_SINGLE+1312, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9373, @POOL_SINGLE+1313, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9374, @POOL_SINGLE+1314, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9375, @POOL_SINGLE+1315, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9376, @POOL_SINGLE+1316, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9377, @POOL_SINGLE+1317, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9378, @POOL_SINGLE+1318, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9379, @POOL_SINGLE+1319, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9380, @POOL_SINGLE+1320, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9381, @POOL_SINGLE+1321, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9382, @POOL_SINGLE+1322, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9383, @POOL_SINGLE+1323, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9384, @POOL_SINGLE+1324, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9385, @POOL_SINGLE+1325, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9386, @POOL_SINGLE+1326, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9387, @POOL_SINGLE+1327, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9388, @POOL_SINGLE+1328, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9389, @POOL_SINGLE+1329, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9390, @POOL_SINGLE+1330, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9391, @POOL_SINGLE+1331, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9392, @POOL_SINGLE+1332, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9393, @POOL_SINGLE+1333, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9394, @POOL_SINGLE+1334, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9395, @POOL_SINGLE+1335, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9396, @POOL_SINGLE+1336, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9397, @POOL_SINGLE+1337, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9398, @POOL_SINGLE+1338, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9399, @POOL_SINGLE+1339, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9400, @POOL_SINGLE+1340, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9401, @POOL_SINGLE+1341, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9402, @POOL_SINGLE+1342, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9403, @POOL_SINGLE+1343, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9404, @POOL_SINGLE+1344, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9405, @POOL_SINGLE+1345, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9406, @POOL_SINGLE+1346, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9407, @POOL_SINGLE+1347, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9408, @POOL_SINGLE+1348, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9409, @POOL_SINGLE+1349, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9410, @POOL_SINGLE+1350, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9411, @POOL_SINGLE+1351, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9412, @POOL_SINGLE+1352, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9413, @POOL_SINGLE+1353, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9414, @POOL_SINGLE+1354, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9415, @POOL_SINGLE+1355, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9416, @POOL_SINGLE+1356, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9417, @POOL_SINGLE+1357, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9418, @POOL_SINGLE+1358, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9419, @POOL_SINGLE+1359, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9420, @POOL_SINGLE+1360, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9421, @POOL_SINGLE+1361, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9422, @POOL_SINGLE+1362, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9423, @POOL_SINGLE+1363, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9424, @POOL_SINGLE+1364, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9425, @POOL_SINGLE+1365, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9426, @POOL_SINGLE+1366, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9427, @POOL_SINGLE+1367, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9428, @POOL_SINGLE+1368, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9429, @POOL_SINGLE+1369, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9430, @POOL_SINGLE+1272, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9431, @POOL_SINGLE+1273, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9432, @POOL_SINGLE+1274, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9433, @POOL_SINGLE+1275, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9434, @POOL_SINGLE+1276, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9435, @POOL_SINGLE+1277, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9436, @POOL_SINGLE+1278, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9437, @POOL_SINGLE+1279, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9438, @POOL_SINGLE+1280, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9439, @POOL_SINGLE+1281, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9440, @POOL_SINGLE+1282, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9441, @POOL_SINGLE+1283, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9442, @POOL_SINGLE+1284, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9443, @POOL_SINGLE+1285, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9444, @POOL_SINGLE+1286, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9445, @POOL_SINGLE+1287, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9446, @POOL_SINGLE+1288, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9447, @POOL_SINGLE+1289, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9448, @POOL_SINGLE+1290, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9449, @POOL_SINGLE+1291, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9450, @POOL_SINGLE+1292, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9451, @POOL_SINGLE+1293, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9452, @POOL_SINGLE+1294, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9453, @POOL_SINGLE+1295, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9454, @POOL_SINGLE+1296, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9455, @POOL_SINGLE+1297, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9456, @POOL_SINGLE+1298, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9457, @POOL_SINGLE+1299, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9458, @POOL_SINGLE+1300, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9459, @POOL_SINGLE+1301, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9460, @POOL_SINGLE+1302, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9461, @POOL_SINGLE+1303, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9462, @POOL_SINGLE+1304, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9463, @POOL_SINGLE+1305, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9464, @POOL_SINGLE+1306, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9465, @POOL_SINGLE+1307, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9466, @POOL_SINGLE+1308, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9467, @POOL_SINGLE+1309, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9468, @POOL_SINGLE+1310, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9469, @POOL_SINGLE+1311, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9470, @POOL_SINGLE+1312, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9471, @POOL_SINGLE+1313, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9472, @POOL_SINGLE+1314, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9473, @POOL_SINGLE+1315, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9474, @POOL_SINGLE+1316, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9475, @POOL_SINGLE+1317, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9476, @POOL_SINGLE+1318, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9477, @POOL_SINGLE+1319, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9478, @POOL_SINGLE+1320, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9479, @POOL_SINGLE+1321, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9480, @POOL_SINGLE+1322, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9481, @POOL_SINGLE+1323, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9482, @POOL_SINGLE+1324, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9483, @POOL_SINGLE+1325, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9484, @POOL_SINGLE+1326, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9485, @POOL_SINGLE+1327, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9486, @POOL_SINGLE+1328, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9487, @POOL_SINGLE+1329, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9488, @POOL_SINGLE+1330, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9489, @POOL_SINGLE+1331, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9490, @POOL_SINGLE+1332, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9491, @POOL_SINGLE+1333, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9492, @POOL_SINGLE+1334, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9493, @POOL_SINGLE+1335, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9494, @POOL_SINGLE+1336, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9495, @POOL_SINGLE+1337, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9496, @POOL_SINGLE+1338, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9497, @POOL_SINGLE+1339, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9498, @POOL_SINGLE+1340, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9499, @POOL_SINGLE+1341, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9500, @POOL_SINGLE+1342, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9501, @POOL_SINGLE+1343, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9502, @POOL_SINGLE+1344, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9503, @POOL_SINGLE+1345, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9504, @POOL_SINGLE+1346, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9505, @POOL_SINGLE+1347, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9506, @POOL_SINGLE+1348, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9507, @POOL_SINGLE+1349, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9508, @POOL_SINGLE+1350, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9509, @POOL_SINGLE+1351, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9510, @POOL_SINGLE+1352, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9511, @POOL_SINGLE+1353, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9512, @POOL_SINGLE+1354, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9513, @POOL_SINGLE+1355, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9514, @POOL_SINGLE+1356, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9515, @POOL_SINGLE+1357, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9516, @POOL_SINGLE+1358, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9517, @POOL_SINGLE+1359, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9518, @POOL_SINGLE+1360, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9519, @POOL_SINGLE+1361, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9520, @POOL_SINGLE+1362, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9521, @POOL_SINGLE+1363, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9522, @POOL_SINGLE+1364, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9523, @POOL_SINGLE+1365, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9524, @POOL_SINGLE+1366, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9525, @POOL_SINGLE+1367, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9526, @POOL_SINGLE+1368, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), +(@OGUID+9527, @POOL_SINGLE+1369, 0, 'Stranglethorn Vale - Ore Pool - Silver Vein'), + +(@OGUID+9528, @POOL_SINGLE+1370, 80, 'Stranglethorn Vale - Ore Pool - Mithril Deposit'), +(@OGUID+9529, @POOL_SINGLE+1371, 80, 'Stranglethorn Vale - Ore Pool - Mithril Deposit'), +(@OGUID+9530, @POOL_SINGLE+1372, 80, 'Stranglethorn Vale - Ore Pool - Mithril Deposit'), +(@OGUID+9531, @POOL_SINGLE+1373, 80, 'Stranglethorn Vale - Ore Pool - Mithril Deposit'), +(@OGUID+9532, @POOL_SINGLE+1374, 80, 'Stranglethorn Vale - Ore Pool - Mithril Deposit'), +(@OGUID+9533, @POOL_SINGLE+1375, 80, 'Stranglethorn Vale - Ore Pool - Mithril Deposit'), +(@OGUID+9534, @POOL_SINGLE+1376, 80, 'Stranglethorn Vale - Ore Pool - Mithril Deposit'), +(@OGUID+9535, @POOL_SINGLE+1377, 80, 'Stranglethorn Vale - Ore Pool - Mithril Deposit'), +(@OGUID+9536, @POOL_SINGLE+1378, 80, 'Stranglethorn Vale - Ore Pool - Mithril Deposit'), +(@OGUID+9537, @POOL_SINGLE+1379, 80, 'Stranglethorn Vale - Ore Pool - Mithril Deposit'), +(@OGUID+9538, @POOL_SINGLE+1380, 80, 'Stranglethorn Vale - Ore Pool - Mithril Deposit'), +(@OGUID+9539, @POOL_SINGLE+1381, 80, 'Stranglethorn Vale - Ore Pool - Mithril Deposit'), +(@OGUID+9540, @POOL_SINGLE+1382, 80, 'Stranglethorn Vale - Ore Pool - Mithril Deposit'), +(@OGUID+9541, @POOL_SINGLE+1383, 80, 'Stranglethorn Vale - Ore Pool - Mithril Deposit'), +(@OGUID+9542, @POOL_SINGLE+1384, 80, 'Stranglethorn Vale - Ore Pool - Mithril Deposit'), +(@OGUID+9543, @POOL_SINGLE+1385, 80, 'Stranglethorn Vale - Ore Pool - Mithril Deposit'), +(@OGUID+9544, @POOL_SINGLE+1386, 80, 'Stranglethorn Vale - Ore Pool - Mithril Deposit'), +(@OGUID+9545, @POOL_SINGLE+1387, 80, 'Stranglethorn Vale - Ore Pool - Mithril Deposit'), +(@OGUID+9546, @POOL_SINGLE+1388, 80, 'Stranglethorn Vale - Ore Pool - Mithril Deposit'), +(@OGUID+9547, @POOL_SINGLE+1389, 80, 'Stranglethorn Vale - Ore Pool - Mithril Deposit'), +(@OGUID+9548, @POOL_SINGLE+1390, 80, 'Stranglethorn Vale - Ore Pool - Mithril Deposit'), +(@OGUID+9549, @POOL_SINGLE+1391, 80, 'Stranglethorn Vale - Ore Pool - Mithril Deposit'), +(@OGUID+9550, @POOL_SINGLE+1392, 80, 'Stranglethorn Vale - Ore Pool - Mithril Deposit'), +(@OGUID+9551, @POOL_SINGLE+1393, 80, 'Stranglethorn Vale - Ore Pool - Mithril Deposit'), +(@OGUID+9552, @POOL_SINGLE+1394, 80, 'Stranglethorn Vale - Ore Pool - Mithril Deposit'), +(@OGUID+9553, @POOL_SINGLE+1395, 80, 'Stranglethorn Vale - Ore Pool - Mithril Deposit'), +(@OGUID+9554, @POOL_SINGLE+1396, 80, 'Stranglethorn Vale - Ore Pool - Mithril Deposit'), +(@OGUID+9555, @POOL_SINGLE+1397, 80, 'Stranglethorn Vale - Ore Pool - Mithril Deposit'), +(@OGUID+9556, @POOL_SINGLE+1398, 80, 'Stranglethorn Vale - Ore Pool - Mithril Deposit'), +(@OGUID+9557, @POOL_SINGLE+1399, 80, 'Stranglethorn Vale - Ore Pool - Mithril Deposit'), +(@OGUID+9558, @POOL_SINGLE+1400, 80, 'Stranglethorn Vale - Ore Pool - Mithril Deposit'), +(@OGUID+9559, @POOL_SINGLE+1401, 80, 'Stranglethorn Vale - Ore Pool - Mithril Deposit'), +(@OGUID+9560, @POOL_SINGLE+1402, 80, 'Stranglethorn Vale - Ore Pool - Mithril Deposit'), +(@OGUID+9561, @POOL_SINGLE+1403, 80, 'Stranglethorn Vale - Ore Pool - Mithril Deposit'), +(@OGUID+9562, @POOL_SINGLE+1404, 80, 'Stranglethorn Vale - Ore Pool - Mithril Deposit'), +(@OGUID+9563, @POOL_SINGLE+1405, 80, 'Stranglethorn Vale - Ore Pool - Mithril Deposit'), +(@OGUID+9564, @POOL_SINGLE+1406, 80, 'Stranglethorn Vale - Ore Pool - Mithril Deposit'), +(@OGUID+9565, @POOL_SINGLE+1407, 80, 'Stranglethorn Vale - Ore Pool - Mithril Deposit'), +(@OGUID+9566, @POOL_SINGLE+1408, 80, 'Stranglethorn Vale - Ore Pool - Mithril Deposit'), +(@OGUID+9567, @POOL_SINGLE+1409, 80, 'Stranglethorn Vale - Ore Pool - Mithril Deposit'), +(@OGUID+9568, @POOL_SINGLE+1410, 80, 'Stranglethorn Vale - Ore Pool - Mithril Deposit'), +(@OGUID+9569, @POOL_SINGLE+1411, 80, 'Stranglethorn Vale - Ore Pool - Mithril Deposit'), +(@OGUID+9570, @POOL_SINGLE+1412, 80, 'Stranglethorn Vale - Ore Pool - Mithril Deposit'), +(@OGUID+9571, @POOL_SINGLE+1427, 80, 'Stranglethorn Vale - Ore Pool - Mithril Deposit'), +(@OGUID+9572, @POOL_SINGLE+1370, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9573, @POOL_SINGLE+1371, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9574, @POOL_SINGLE+1372, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9575, @POOL_SINGLE+1373, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9576, @POOL_SINGLE+1374, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9577, @POOL_SINGLE+1375, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9578, @POOL_SINGLE+1376, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9579, @POOL_SINGLE+1377, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9580, @POOL_SINGLE+1378, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9581, @POOL_SINGLE+1379, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9582, @POOL_SINGLE+1380, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9583, @POOL_SINGLE+1381, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9584, @POOL_SINGLE+1382, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9585, @POOL_SINGLE+1383, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9586, @POOL_SINGLE+1384, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9587, @POOL_SINGLE+1385, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9588, @POOL_SINGLE+1386, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9589, @POOL_SINGLE+1387, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9590, @POOL_SINGLE+1388, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9591, @POOL_SINGLE+1389, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9592, @POOL_SINGLE+1390, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9593, @POOL_SINGLE+1391, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9594, @POOL_SINGLE+1392, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9595, @POOL_SINGLE+1393, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9596, @POOL_SINGLE+1394, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9597, @POOL_SINGLE+1395, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9598, @POOL_SINGLE+1396, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9599, @POOL_SINGLE+1397, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9600, @POOL_SINGLE+1398, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9601, @POOL_SINGLE+1399, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9602, @POOL_SINGLE+1400, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9603, @POOL_SINGLE+1401, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9604, @POOL_SINGLE+1402, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9605, @POOL_SINGLE+1403, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9606, @POOL_SINGLE+1404, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9607, @POOL_SINGLE+1405, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9608, @POOL_SINGLE+1406, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9609, @POOL_SINGLE+1407, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9610, @POOL_SINGLE+1408, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9611, @POOL_SINGLE+1409, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9612, @POOL_SINGLE+1410, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9613, @POOL_SINGLE+1411, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9614, @POOL_SINGLE+1412, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9615, @POOL_SINGLE+1427, 10, 'Stranglethorn Vale - Ore Pool - Gold Vein'), +(@OGUID+9616, @POOL_SINGLE+1370, 0, 'Stranglethorn Vale - Ore Pool - Truesilver Deposit'), +(@OGUID+9617, @POOL_SINGLE+1371, 0, 'Stranglethorn Vale - Ore Pool - Truesilver Deposit'), +(@OGUID+9618, @POOL_SINGLE+1372, 0, 'Stranglethorn Vale - Ore Pool - Truesilver Deposit'), +(@OGUID+9619, @POOL_SINGLE+1373, 0, 'Stranglethorn Vale - Ore Pool - Truesilver Deposit'), +(@OGUID+9620, @POOL_SINGLE+1374, 0, 'Stranglethorn Vale - Ore Pool - Truesilver Deposit'), +(@OGUID+9621, @POOL_SINGLE+1375, 0, 'Stranglethorn Vale - Ore Pool - Truesilver Deposit'), +(@OGUID+9622, @POOL_SINGLE+1376, 0, 'Stranglethorn Vale - Ore Pool - Truesilver Deposit'), +(@OGUID+9623, @POOL_SINGLE+1377, 0, 'Stranglethorn Vale - Ore Pool - Truesilver Deposit'), +(@OGUID+9624, @POOL_SINGLE+1378, 0, 'Stranglethorn Vale - Ore Pool - Truesilver Deposit'), +(@OGUID+9625, @POOL_SINGLE+1379, 0, 'Stranglethorn Vale - Ore Pool - Truesilver Deposit'), +(@OGUID+9626, @POOL_SINGLE+1380, 0, 'Stranglethorn Vale - Ore Pool - Truesilver Deposit'), +(@OGUID+9627, @POOL_SINGLE+1381, 0, 'Stranglethorn Vale - Ore Pool - Truesilver Deposit'), +(@OGUID+9628, @POOL_SINGLE+1382, 0, 'Stranglethorn Vale - Ore Pool - Truesilver Deposit'), +(@OGUID+9629, @POOL_SINGLE+1383, 0, 'Stranglethorn Vale - Ore Pool - Truesilver Deposit'), +(@OGUID+9630, @POOL_SINGLE+1384, 0, 'Stranglethorn Vale - Ore Pool - Truesilver Deposit'), +(@OGUID+9631, @POOL_SINGLE+1385, 0, 'Stranglethorn Vale - Ore Pool - Truesilver Deposit'), +(@OGUID+9632, @POOL_SINGLE+1386, 0, 'Stranglethorn Vale - Ore Pool - Truesilver Deposit'), +(@OGUID+9633, @POOL_SINGLE+1387, 0, 'Stranglethorn Vale - Ore Pool - Truesilver Deposit'), +(@OGUID+9634, @POOL_SINGLE+1388, 0, 'Stranglethorn Vale - Ore Pool - Truesilver Deposit'), +(@OGUID+9635, @POOL_SINGLE+1389, 0, 'Stranglethorn Vale - Ore Pool - Truesilver Deposit'), +(@OGUID+9636, @POOL_SINGLE+1390, 0, 'Stranglethorn Vale - Ore Pool - Truesilver Deposit'), +(@OGUID+9637, @POOL_SINGLE+1391, 0, 'Stranglethorn Vale - Ore Pool - Truesilver Deposit'), +(@OGUID+9638, @POOL_SINGLE+1392, 0, 'Stranglethorn Vale - Ore Pool - Truesilver Deposit'), +(@OGUID+9639, @POOL_SINGLE+1393, 0, 'Stranglethorn Vale - Ore Pool - Truesilver Deposit'), +(@OGUID+9640, @POOL_SINGLE+1394, 0, 'Stranglethorn Vale - Ore Pool - Truesilver Deposit'), +(@OGUID+9641, @POOL_SINGLE+1395, 0, 'Stranglethorn Vale - Ore Pool - Truesilver Deposit'), +(@OGUID+9642, @POOL_SINGLE+1396, 0, 'Stranglethorn Vale - Ore Pool - Truesilver Deposit'), +(@OGUID+9643, @POOL_SINGLE+1397, 0, 'Stranglethorn Vale - Ore Pool - Truesilver Deposit'), +(@OGUID+9644, @POOL_SINGLE+1398, 0, 'Stranglethorn Vale - Ore Pool - Truesilver Deposit'), +(@OGUID+9645, @POOL_SINGLE+1399, 0, 'Stranglethorn Vale - Ore Pool - Truesilver Deposit'), +(@OGUID+9646, @POOL_SINGLE+1400, 0, 'Stranglethorn Vale - Ore Pool - Truesilver Deposit'), +(@OGUID+9647, @POOL_SINGLE+1401, 0, 'Stranglethorn Vale - Ore Pool - Truesilver Deposit'), +(@OGUID+9648, @POOL_SINGLE+1402, 0, 'Stranglethorn Vale - Ore Pool - Truesilver Deposit'), +(@OGUID+9649, @POOL_SINGLE+1403, 0, 'Stranglethorn Vale - Ore Pool - Truesilver Deposit'), +(@OGUID+9650, @POOL_SINGLE+1404, 0, 'Stranglethorn Vale - Ore Pool - Truesilver Deposit'), +(@OGUID+9651, @POOL_SINGLE+1405, 0, 'Stranglethorn Vale - Ore Pool - Truesilver Deposit'), +(@OGUID+9652, @POOL_SINGLE+1406, 0, 'Stranglethorn Vale - Ore Pool - Truesilver Deposit'), +(@OGUID+9653, @POOL_SINGLE+1407, 0, 'Stranglethorn Vale - Ore Pool - Truesilver Deposit'), +(@OGUID+9654, @POOL_SINGLE+1408, 0, 'Stranglethorn Vale - Ore Pool - Truesilver Deposit'), +(@OGUID+9655, @POOL_SINGLE+1409, 0, 'Stranglethorn Vale - Ore Pool - Truesilver Deposit'), +(@OGUID+9656, @POOL_SINGLE+1410, 0, 'Stranglethorn Vale - Ore Pool - Truesilver Deposit'), +(@OGUID+9657, @POOL_SINGLE+1411, 0, 'Stranglethorn Vale - Ore Pool - Truesilver Deposit'), +(@OGUID+9658, @POOL_SINGLE+1412, 0, 'Stranglethorn Vale - Ore Pool - Truesilver Deposit'), +(@OGUID+9659, @POOL_SINGLE+1427, 0, 'Stranglethorn Vale - Ore Pool - Truesilver Deposit'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_SINGLE+1260, 1, 'Stranglethorn Vale - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1261, 1, 'Stranglethorn Vale - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1262, 1, 'Stranglethorn Vale - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1263, 1, 'Stranglethorn Vale - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1264, 1, 'Stranglethorn Vale - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1265, 1, 'Stranglethorn Vale - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1266, 1, 'Stranglethorn Vale - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1267, 1, 'Stranglethorn Vale - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1268, 1, 'Stranglethorn Vale - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1269, 1, 'Stranglethorn Vale - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1270, 1, 'Stranglethorn Vale - Ore Pool - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1271, 1, 'Stranglethorn Vale - Ore Pool - Tin Vein / Silver Vein'), + +(@POOL_SINGLE+1272, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1273, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1274, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1275, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1276, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1277, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1278, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1279, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1280, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1281, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1282, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1283, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1284, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1285, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1286, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1287, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1288, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1289, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1290, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1291, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1292, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1293, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1294, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1295, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1296, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1297, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1298, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1299, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1300, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1301, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1302, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1303, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1304, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1305, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1306, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1307, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1308, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1309, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1310, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1311, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1312, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1313, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1314, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1315, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1316, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1317, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1318, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1319, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1320, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1321, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1322, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1323, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1324, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1325, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1326, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1327, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1328, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1329, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1330, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1331, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1332, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1333, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1334, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1335, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1336, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1337, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1338, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1339, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1340, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1341, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1342, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1343, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1344, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1345, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1346, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1347, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1348, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1349, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1350, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1351, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1352, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1353, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1354, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1355, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1356, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1357, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1358, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1359, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1360, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1361, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1362, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1363, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1364, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1365, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1366, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1367, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1368, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1369, 1, 'Stranglethorn Vale - Ore Pool - Iron Deposit / Silver Vein / Gold Vein'), + +(@POOL_SINGLE+1370, 1, 'Stranglethorn Vale - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1371, 1, 'Stranglethorn Vale - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1372, 1, 'Stranglethorn Vale - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1373, 1, 'Stranglethorn Vale - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1374, 1, 'Stranglethorn Vale - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1375, 1, 'Stranglethorn Vale - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1376, 1, 'Stranglethorn Vale - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1377, 1, 'Stranglethorn Vale - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1378, 1, 'Stranglethorn Vale - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1379, 1, 'Stranglethorn Vale - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1380, 1, 'Stranglethorn Vale - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1381, 1, 'Stranglethorn Vale - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1382, 1, 'Stranglethorn Vale - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1383, 1, 'Stranglethorn Vale - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1384, 1, 'Stranglethorn Vale - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1385, 1, 'Stranglethorn Vale - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1386, 1, 'Stranglethorn Vale - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1387, 1, 'Stranglethorn Vale - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1388, 1, 'Stranglethorn Vale - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1389, 1, 'Stranglethorn Vale - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1390, 1, 'Stranglethorn Vale - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1391, 1, 'Stranglethorn Vale - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1392, 1, 'Stranglethorn Vale - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1393, 1, 'Stranglethorn Vale - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1394, 1, 'Stranglethorn Vale - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1395, 1, 'Stranglethorn Vale - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1396, 1, 'Stranglethorn Vale - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1397, 1, 'Stranglethorn Vale - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1398, 1, 'Stranglethorn Vale - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1399, 1, 'Stranglethorn Vale - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1400, 1, 'Stranglethorn Vale - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1401, 1, 'Stranglethorn Vale - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1402, 1, 'Stranglethorn Vale - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1403, 1, 'Stranglethorn Vale - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1404, 1, 'Stranglethorn Vale - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1405, 1, 'Stranglethorn Vale - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1406, 1, 'Stranglethorn Vale - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1407, 1, 'Stranglethorn Vale - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1408, 1, 'Stranglethorn Vale - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1409, 1, 'Stranglethorn Vale - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1410, 1, 'Stranglethorn Vale - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1411, 1, 'Stranglethorn Vale - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1412, 1, 'Stranglethorn Vale - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1427, 1, 'Stranglethorn Vale - Ore Pool - Mithril Deposit / Gold Vein / Truesilver Deposit'); + +-- West of Lake Nazferiti +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+1260, @POOL_MOTHER+529, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1261, @POOL_MOTHER+529, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1263, @POOL_MOTHER+529, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1267, @POOL_MOTHER+529, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1268, @POOL_MOTHER+529, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1270, @POOL_MOTHER+529, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1271, @POOL_MOTHER+529, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1333, @POOL_MOTHER+530, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1334, @POOL_MOTHER+530, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1335, @POOL_MOTHER+530, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1336, @POOL_MOTHER+530, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1338, @POOL_MOTHER+530, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1339, @POOL_MOTHER+530, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1342, @POOL_MOTHER+530, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1344, @POOL_MOTHER+530, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1345, @POOL_MOTHER+530, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1347, @POOL_MOTHER+530, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1348, @POOL_MOTHER+530, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1350, @POOL_MOTHER+530, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1352, @POOL_MOTHER+530, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1359, @POOL_MOTHER+530, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1360, @POOL_MOTHER+530, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1362, @POOL_MOTHER+530, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Iron Deposit / Silver Vein / Gold Vein'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+529, 2, 'Stranglethorn Vale - West of Lake Nazferiti - Tin Vein / Silver Vein - 2/7'), +(@POOL_MOTHER+530, 4, 'Stranglethorn Vale - West of Lake Nazferiti - Iron Deposit / Silver Vein / Gold Vein - 4/16'); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+8718, @POOL_MOTHER+531, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Wild Steelbloom'), +(@OGUID+8719, @POOL_MOTHER+531, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Wild Steelbloom'), +(@OGUID+8722, @POOL_MOTHER+531, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Wild Steelbloom'), +(@OGUID+8723, @POOL_MOTHER+531, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Wild Steelbloom'), +(@OGUID+8724, @POOL_MOTHER+531, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Wild Steelbloom'), +(@OGUID+8726, @POOL_MOTHER+531, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Wild Steelbloom'), +(@OGUID+8728, @POOL_MOTHER+531, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Wild Steelbloom'), +(@OGUID+8729, @POOL_MOTHER+531, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Wild Steelbloom'), +(@OGUID+8730, @POOL_MOTHER+531, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Wild Steelbloom'), +(@OGUID+8731, @POOL_MOTHER+531, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Wild Steelbloom'), +(@OGUID+8732, @POOL_MOTHER+531, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Wild Steelbloom'), +(@OGUID+8733, @POOL_MOTHER+531, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Wild Steelbloom'), +(@OGUID+8734, @POOL_MOTHER+531, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Wild Steelbloom'), +(@OGUID+8735, @POOL_MOTHER+531, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Wild Steelbloom'), +(@OGUID+8738, @POOL_MOTHER+531, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Wild Steelbloom'), +(@OGUID+8740, @POOL_MOTHER+531, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Wild Steelbloom'), +(@OGUID+8754, @POOL_MOTHER+531, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Wild Steelbloom'), +(@OGUID+8758, @POOL_MOTHER+531, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Wild Steelbloom'), +(@OGUID+8759, @POOL_MOTHER+531, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Wild Steelbloom'), +(@OGUID+8760, @POOL_MOTHER+531, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Wild Steelbloom'), +(@OGUID+8771, @POOL_MOTHER+531, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Wild Steelbloom'), +(@OGUID+8776, @POOL_MOTHER+532, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Kingsblood'), +(@OGUID+8777, @POOL_MOTHER+532, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Kingsblood'), +(@OGUID+8778, @POOL_MOTHER+532, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Kingsblood'), +(@OGUID+8783, @POOL_MOTHER+532, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Kingsblood'), +(@OGUID+8784, @POOL_MOTHER+532, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Kingsblood'), +(@OGUID+8785, @POOL_MOTHER+532, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Kingsblood'), +(@OGUID+8789, @POOL_MOTHER+532, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Kingsblood'), +(@OGUID+8791, @POOL_MOTHER+532, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Kingsblood'), +(@OGUID+8792, @POOL_MOTHER+532, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Kingsblood'), +(@OGUID+8795, @POOL_MOTHER+532, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Kingsblood'), +(@OGUID+8799, @POOL_MOTHER+532, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Kingsblood'), +(@OGUID+8802, @POOL_MOTHER+532, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Kingsblood'), +(@OGUID+8803, @POOL_MOTHER+532, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Kingsblood'), +(@OGUID+8807, @POOL_MOTHER+532, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Kingsblood'), +(@OGUID+8808, @POOL_MOTHER+532, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Kingsblood'), +(@OGUID+8834, @POOL_MOTHER+532, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Kingsblood'), +(@OGUID+8835, @POOL_MOTHER+532, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Kingsblood'), +(@OGUID+8836, @POOL_MOTHER+532, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Kingsblood'), +(@OGUID+8837, @POOL_MOTHER+532, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Kingsblood'), +(@OGUID+8841, @POOL_MOTHER+532, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Kingsblood'), +(@OGUID+8842, @POOL_MOTHER+532, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Kingsblood'), +(@OGUID+8856, @POOL_MOTHER+532, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Kingsblood'), +(@OGUID+8857, @POOL_MOTHER+533, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Liferoot'), +(@OGUID+8858, @POOL_MOTHER+533, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Liferoot'), +(@OGUID+8859, @POOL_MOTHER+533, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Liferoot'), +(@OGUID+8860, @POOL_MOTHER+533, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Liferoot'), +(@OGUID+8861, @POOL_MOTHER+533, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Liferoot'), +(@OGUID+8862, @POOL_MOTHER+533, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Liferoot'), +(@OGUID+8863, @POOL_MOTHER+533, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Liferoot'), +(@OGUID+8864, @POOL_MOTHER+533, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Liferoot'), +(@OGUID+8869, @POOL_MOTHER+533, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Liferoot'), +(@OGUID+8870, @POOL_MOTHER+533, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Liferoot'), +(@OGUID+8873, @POOL_MOTHER+533, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Liferoot'), +(@OGUID+8874, @POOL_MOTHER+533, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Liferoot'), +(@OGUID+8876, @POOL_MOTHER+533, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Liferoot'), +(@OGUID+8877, @POOL_MOTHER+533, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Liferoot'), +(@OGUID+8879, @POOL_MOTHER+533, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Liferoot'), +(@OGUID+8880, @POOL_MOTHER+533, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Liferoot'), +(@OGUID+8881, @POOL_MOTHER+533, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Liferoot'), +(@OGUID+8882, @POOL_MOTHER+533, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Liferoot'), +(@OGUID+8883, @POOL_MOTHER+533, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Liferoot'), +(@OGUID+8884, @POOL_MOTHER+533, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Liferoot'), +(@OGUID+8885, @POOL_MOTHER+533, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Liferoot'), +(@OGUID+8886, @POOL_MOTHER+533, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Liferoot'), +(@OGUID+8887, @POOL_MOTHER+533, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Liferoot'), +(@OGUID+8888, @POOL_MOTHER+533, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Liferoot'), +(@OGUID+8889, @POOL_MOTHER+533, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Liferoot'), +(@OGUID+8890, @POOL_MOTHER+533, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Liferoot'), +(@OGUID+8892, @POOL_MOTHER+533, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Liferoot'), +(@OGUID+8894, @POOL_MOTHER+533, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Liferoot'), +(@OGUID+8895, @POOL_MOTHER+533, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Liferoot'), +(@OGUID+8918, @POOL_MOTHER+533, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Liferoot'), +(@OGUID+8919, @POOL_MOTHER+533, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Liferoot'), +(@OGUID+8931, @POOL_MOTHER+534, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Fadeleaf'), +(@OGUID+8932, @POOL_MOTHER+534, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Fadeleaf'), +(@OGUID+8934, @POOL_MOTHER+534, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Fadeleaf'), +(@OGUID+8935, @POOL_MOTHER+534, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Fadeleaf'), +(@OGUID+8936, @POOL_MOTHER+534, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Fadeleaf'), +(@OGUID+8937, @POOL_MOTHER+534, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Fadeleaf'), +(@OGUID+8938, @POOL_MOTHER+534, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Fadeleaf'), +(@OGUID+8941, @POOL_MOTHER+534, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Fadeleaf'), +(@OGUID+8943, @POOL_MOTHER+534, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Fadeleaf'), +(@OGUID+8944, @POOL_MOTHER+534, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Fadeleaf'), +(@OGUID+8948, @POOL_MOTHER+534, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Fadeleaf'), +(@OGUID+8949, @POOL_MOTHER+534, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Fadeleaf'), +(@OGUID+8950, @POOL_MOTHER+534, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Fadeleaf'), +(@OGUID+8951, @POOL_MOTHER+534, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Fadeleaf'), +(@OGUID+8952, @POOL_MOTHER+534, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Fadeleaf'), +(@OGUID+8959, @POOL_MOTHER+535, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Khadgar\'s Whisker'), +(@OGUID+8960, @POOL_MOTHER+535, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Khadgar\'s Whisker'), +(@OGUID+8962, @POOL_MOTHER+535, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Khadgar\'s Whisker'), +(@OGUID+8963, @POOL_MOTHER+535, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Khadgar\'s Whisker'), +(@OGUID+8964, @POOL_MOTHER+535, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Khadgar\'s Whisker'), +(@OGUID+8965, @POOL_MOTHER+535, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Khadgar\'s Whisker'), +(@OGUID+8967, @POOL_MOTHER+535, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Khadgar\'s Whisker'), +(@OGUID+8969, @POOL_MOTHER+535, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Khadgar\'s Whisker'), +(@OGUID+8970, @POOL_MOTHER+535, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Khadgar\'s Whisker'), +(@OGUID+8973, @POOL_MOTHER+535, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Khadgar\'s Whisker'), +(@OGUID+8975, @POOL_MOTHER+535, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Khadgar\'s Whisker'), +(@OGUID+8976, @POOL_MOTHER+535, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Khadgar\'s Whisker'), +(@OGUID+8977, @POOL_MOTHER+535, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Khadgar\'s Whisker'), +(@OGUID+8978, @POOL_MOTHER+535, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Khadgar\'s Whisker'), +(@OGUID+8979, @POOL_MOTHER+535, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Khadgar\'s Whisker'), +(@OGUID+8981, @POOL_MOTHER+535, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Khadgar\'s Whisker'), +(@OGUID+8982, @POOL_MOTHER+535, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Khadgar\'s Whisker'), +(@OGUID+8983, @POOL_MOTHER+535, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Khadgar\'s Whisker'), +(@OGUID+8986, @POOL_MOTHER+535, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Khadgar\'s Whisker'), +(@OGUID+8991, @POOL_MOTHER+535, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Khadgar\'s Whisker'), +(@OGUID+9018, @POOL_MOTHER+535, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Khadgar\'s Whisker'), +(@OGUID+9019, @POOL_MOTHER+535, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Khadgar\'s Whisker'), +(@OGUID+9021, @POOL_MOTHER+535, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Khadgar\'s Whisker'), +(@OGUID+9022, @POOL_MOTHER+535, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Khadgar\'s Whisker'), +(@OGUID+9037, @POOL_MOTHER+536, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Stranglekelp'), +(@OGUID+9038, @POOL_MOTHER+536, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Stranglekelp'), +(@OGUID+9039, @POOL_MOTHER+536, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Stranglekelp'), +(@OGUID+9040, @POOL_MOTHER+536, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Stranglekelp'), +(@OGUID+9041, @POOL_MOTHER+536, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Stranglekelp'), +(@OGUID+9042, @POOL_MOTHER+536, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Stranglekelp'), +(@OGUID+9043, @POOL_MOTHER+536, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Stranglekelp'), +(@OGUID+9044, @POOL_MOTHER+536, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Stranglekelp'), +(@OGUID+9045, @POOL_MOTHER+536, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Stranglekelp'), +(@OGUID+9046, @POOL_MOTHER+536, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Stranglekelp'), +(@OGUID+9047, @POOL_MOTHER+536, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Stranglekelp'), +(@OGUID+9048, @POOL_MOTHER+536, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Stranglekelp'), +(@OGUID+9049, @POOL_MOTHER+536, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Stranglekelp'), +(@OGUID+9050, @POOL_MOTHER+536, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Stranglekelp'), +(@OGUID+9051, @POOL_MOTHER+536, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Stranglekelp'), +(@OGUID+9052, @POOL_MOTHER+536, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Stranglekelp'), +(@OGUID+9053, @POOL_MOTHER+536, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Stranglekelp'), +(@OGUID+9092, @POOL_MOTHER+536, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Stranglekelp'), +(@OGUID+9095, @POOL_MOTHER+536, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Stranglekelp'), +(@OGUID+9096, @POOL_MOTHER+536, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Stranglekelp'), +(@OGUID+9113, @POOL_MOTHER+536, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Stranglekelp'), +(@OGUID+9116, @POOL_MOTHER+537, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Goldthorn'), +(@OGUID+9117, @POOL_MOTHER+537, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Goldthorn'), +(@OGUID+9118, @POOL_MOTHER+537, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Goldthorn'), +(@OGUID+9121, @POOL_MOTHER+537, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Goldthorn'), +(@OGUID+9122, @POOL_MOTHER+537, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Goldthorn'), +(@OGUID+9123, @POOL_MOTHER+537, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Goldthorn'), +(@OGUID+9125, @POOL_MOTHER+537, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Goldthorn'), +(@OGUID+9126, @POOL_MOTHER+537, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Goldthorn'), +(@OGUID+9127, @POOL_MOTHER+537, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Goldthorn'), +(@OGUID+9131, @POOL_MOTHER+537, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Goldthorn'), +(@OGUID+9132, @POOL_MOTHER+537, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Goldthorn'), +(@OGUID+9142, @POOL_MOTHER+537, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Goldthorn'), +(@OGUID+9177, @POOL_MOTHER+537, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Goldthorn'), +(@OGUID+9179, @POOL_MOTHER+537, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Goldthorn'), +(@OGUID+8689, @POOL_MOTHER+538, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Purple Lotus'), +(@OGUID+8690, @POOL_MOTHER+538, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Purple Lotus'), +(@OGUID+8691, @POOL_MOTHER+538, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Purple Lotus'), +(@OGUID+8692, @POOL_MOTHER+538, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Purple Lotus'), +(@OGUID+8693, @POOL_MOTHER+538, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Purple Lotus'), +(@OGUID+8694, @POOL_MOTHER+538, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Purple Lotus'), +(@OGUID+8695, @POOL_MOTHER+538, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Purple Lotus'), +(@OGUID+8708, @POOL_MOTHER+538, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Purple Lotus'), +(@OGUID+8709, @POOL_MOTHER+538, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Purple Lotus'), +(@OGUID+8711, @POOL_MOTHER+538, 0, 'Stranglethorn Vale - West of Lake Nazferiti - Purple Lotus'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+531, 6, 'Stranglethorn Vale - West of Lake Nazferiti - Wild Steelbloom - 6/21'), +(@POOL_MOTHER+532, 6, 'Stranglethorn Vale - West of Lake Nazferiti - Kingsblood - 6/22'), +(@POOL_MOTHER+533, 8, 'Stranglethorn Vale - West of Lake Nazferiti - Liferoot - 8/31'), +(@POOL_MOTHER+534, 4, 'Stranglethorn Vale - West of Lake Nazferiti - Fadeleaf - 4/15'), +(@POOL_MOTHER+535, 6, 'Stranglethorn Vale - West of Lake Nazferiti - Khadgar\'s Whisker - 6/24'), +(@POOL_MOTHER+536, 6, 'Stranglethorn Vale - West of Lake Nazferiti - Stranglekelp - 6/21'), +(@POOL_MOTHER+537, 4, 'Stranglethorn Vale - West of Lake Nazferiti - Goldthorn - 4/14'), +(@POOL_MOTHER+538, 3, 'Stranglethorn Vale - West of Lake Nazferiti - Purple Lotus - 3/10'); + +-- Kurzen's Compound +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+1272, @POOL_MOTHER+539, 0, 'Stranglethorn Vale - Kurzen\'s Compound - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1354, @POOL_MOTHER+539, 0, 'Stranglethorn Vale - Kurzen\'s Compound - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1356, @POOL_MOTHER+539, 0, 'Stranglethorn Vale - Kurzen\'s Compound - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1358, @POOL_MOTHER+539, 0, 'Stranglethorn Vale - Kurzen\'s Compound - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1361, @POOL_MOTHER+539, 0, 'Stranglethorn Vale - Kurzen\'s Compound - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1363, @POOL_MOTHER+539, 0, 'Stranglethorn Vale - Kurzen\'s Compound - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1364, @POOL_MOTHER+539, 0, 'Stranglethorn Vale - Kurzen\'s Compound - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1365, @POOL_MOTHER+539, 0, 'Stranglethorn Vale - Kurzen\'s Compound - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1366, @POOL_MOTHER+539, 0, 'Stranglethorn Vale - Kurzen\'s Compound - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1367, @POOL_MOTHER+539, 0, 'Stranglethorn Vale - Kurzen\'s Compound - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1368, @POOL_MOTHER+539, 0, 'Stranglethorn Vale - Kurzen\'s Compound - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1369, @POOL_MOTHER+539, 0, 'Stranglethorn Vale - Kurzen\'s Compound - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1409, @POOL_MOTHER+540, 0, 'Stranglethorn Vale - Kurzen\'s Compound - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1410, @POOL_MOTHER+540, 0, 'Stranglethorn Vale - Kurzen\'s Compound - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1411, @POOL_MOTHER+540, 0, 'Stranglethorn Vale - Kurzen\'s Compound - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1412, @POOL_MOTHER+540, 0, 'Stranglethorn Vale - Kurzen\'s Compound - Mithril Deposit / Gold Vein / Truesilver Deposit'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+539, 3, 'Stranglethorn Vale - Kurzen\'s Compound - Iron Deposit / Silver Vein / Gold Vein - 3/12'), +(@POOL_MOTHER+540, 1, 'Stranglethorn Vale - Kurzen\'s Compound - Mithril Deposit / Gold Vein / Truesilver Deposit - 1/4'); + +-- Mosh\'Ogg Ogre Mound +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+1317, @POOL_MOTHER+541, 0, 'Stranglethorn Vale - Mosh\'Ogg Ogre Mound - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1319, @POOL_MOTHER+541, 0, 'Stranglethorn Vale - Mosh\'Ogg Ogre Mound - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1320, @POOL_MOTHER+541, 0, 'Stranglethorn Vale - Mosh\'Ogg Ogre Mound - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1321, @POOL_MOTHER+541, 0, 'Stranglethorn Vale - Mosh\'Ogg Ogre Mound - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1323, @POOL_MOTHER+541, 0, 'Stranglethorn Vale - Mosh\'Ogg Ogre Mound - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1325, @POOL_MOTHER+541, 0, 'Stranglethorn Vale - Mosh\'Ogg Ogre Mound - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1326, @POOL_MOTHER+541, 0, 'Stranglethorn Vale - Mosh\'Ogg Ogre Mound - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1327, @POOL_MOTHER+541, 0, 'Stranglethorn Vale - Mosh\'Ogg Ogre Mound - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1403, @POOL_MOTHER+542, 0, 'Stranglethorn Vale - Mosh\'Ogg Ogre Mound - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1404, @POOL_MOTHER+542, 0, 'Stranglethorn Vale - Mosh\'Ogg Ogre Mound - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1405, @POOL_MOTHER+542, 0, 'Stranglethorn Vale - Mosh\'Ogg Ogre Mound - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1406, @POOL_MOTHER+542, 0, 'Stranglethorn Vale - Mosh\'Ogg Ogre Mound - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1407, @POOL_MOTHER+542, 0, 'Stranglethorn Vale - Mosh\'Ogg Ogre Mound - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1408, @POOL_MOTHER+542, 0, 'Stranglethorn Vale - Mosh\'Ogg Ogre Mound - Mithril Deposit / Gold Vein / Truesilver Deposit'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+541, 2, 'Stranglethorn Vale - Mosh\'Ogg Ogre Mound - Iron Deposit / Silver Vein / Gold Vein - 2/8'), +(@POOL_MOTHER+542, 2, 'Stranglethorn Vale - Mosh\'Ogg Ogre Mound - Mithril Deposit / Gold Vein / Truesilver Deposit - 2/6'); + +-- Crystalvein Cave +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+1292, @POOL_MOTHER+543, 0, 'Stranglethorn Vale - Crystalvein Cave - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1293, @POOL_MOTHER+543, 0, 'Stranglethorn Vale - Crystalvein Cave - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1294, @POOL_MOTHER+543, 0, 'Stranglethorn Vale - Crystalvein Cave - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1295, @POOL_MOTHER+543, 0, 'Stranglethorn Vale - Crystalvein Cave - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1296, @POOL_MOTHER+543, 0, 'Stranglethorn Vale - Crystalvein Cave - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1388, @POOL_MOTHER+544, 0, 'Stranglethorn Vale - Crystalvein Cave - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1389, @POOL_MOTHER+544, 0, 'Stranglethorn Vale - Crystalvein Cave - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1390, @POOL_MOTHER+544, 0, 'Stranglethorn Vale - Crystalvein Cave - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1392, @POOL_MOTHER+544, 0, 'Stranglethorn Vale - Crystalvein Cave - Mithril Deposit / Gold Vein / Truesilver Deposit'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+543, 2, 'Stranglethorn Vale - Crystalvein Cave - Iron Deposit / Silver Vein / Gold Vein - 2/5'), +(@POOL_MOTHER+544, 1, 'Stranglethorn Vale - Crystalvein Cave - Mithril Deposit / Gold Vein / Truesilver Deposit - 1/4'); + +-- Jaguero Isle +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+1370, @POOL_MOTHER+545, 0, 'Stranglethorn Vale - Jaguero Isle - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1371, @POOL_MOTHER+545, 0, 'Stranglethorn Vale - Jaguero Isle - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1374, @POOL_MOTHER+545, 0, 'Stranglethorn Vale - Jaguero Isle - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1427, @POOL_MOTHER+545, 0, 'Stranglethorn Vale - Jaguero Isle - Mithril Deposit / Gold Vein / Truesilver Deposit'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+545, 1, 'Stranglethorn Vale - Jaguero Isle - Mithril Deposit / Gold Vein / Truesilver Deposit - 1/4'); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+8832, @POOL_MOTHER+546, 0, 'Stranglethorn Vale - Jaguero Isle - Kingsblood'), +(@OGUID+8833, @POOL_MOTHER+546, 0, 'Stranglethorn Vale - Jaguero Isle - Kingsblood'), +(@OGUID+8852, @POOL_MOTHER+546, 0, 'Stranglethorn Vale - Jaguero Isle - Kingsblood'), +(@OGUID+8853, @POOL_MOTHER+546, 0, 'Stranglethorn Vale - Jaguero Isle - Kingsblood'), +(@OGUID+9017, @POOL_MOTHER+547, 0, 'Stranglethorn Vale - Jaguero Isle - Khadgar\'s Whisker'), +(@OGUID+9033, @POOL_MOTHER+547, 0, 'Stranglethorn Vale - Jaguero Isle - Khadgar\'s Whisker'), +(@OGUID+9034, @POOL_MOTHER+547, 0, 'Stranglethorn Vale - Jaguero Isle - Khadgar\'s Whisker'), +(@OGUID+9035, @POOL_MOTHER+547, 0, 'Stranglethorn Vale - Jaguero Isle - Khadgar\'s Whisker'), +(@OGUID+9036, @POOL_MOTHER+547, 0, 'Stranglethorn Vale - Jaguero Isle - Khadgar\'s Whisker'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+546, 1, 'Stranglethorn Vale - Jaguero Isle - Kingsblood - 1/4'), +(@POOL_MOTHER+547, 2, 'Stranglethorn Vale - Jaguero Isle - Khadgar\'s Whisker - 2/5'); + +-- East of Lake Nazferiti +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+1262, @POOL_MOTHER+548, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1264, @POOL_MOTHER+548, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1265, @POOL_MOTHER+548, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1266, @POOL_MOTHER+548, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1269, @POOL_MOTHER+548, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Tin Vein / Silver Vein'), +(@POOL_SINGLE+1297, @POOL_MOTHER+549, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1298, @POOL_MOTHER+549, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1299, @POOL_MOTHER+549, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1300, @POOL_MOTHER+549, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1302, @POOL_MOTHER+549, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1303, @POOL_MOTHER+549, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1305, @POOL_MOTHER+549, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1306, @POOL_MOTHER+549, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1307, @POOL_MOTHER+549, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1309, @POOL_MOTHER+549, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1312, @POOL_MOTHER+549, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1313, @POOL_MOTHER+549, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1314, @POOL_MOTHER+549, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1315, @POOL_MOTHER+549, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1316, @POOL_MOTHER+549, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1318, @POOL_MOTHER+549, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1322, @POOL_MOTHER+549, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1324, @POOL_MOTHER+549, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1328, @POOL_MOTHER+549, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1329, @POOL_MOTHER+549, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1330, @POOL_MOTHER+549, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1331, @POOL_MOTHER+549, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1332, @POOL_MOTHER+549, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1337, @POOL_MOTHER+549, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1340, @POOL_MOTHER+549, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1341, @POOL_MOTHER+549, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1343, @POOL_MOTHER+549, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1346, @POOL_MOTHER+549, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1349, @POOL_MOTHER+549, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1351, @POOL_MOTHER+549, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1353, @POOL_MOTHER+549, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1355, @POOL_MOTHER+549, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1357, @POOL_MOTHER+549, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1393, @POOL_MOTHER+550, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1394, @POOL_MOTHER+550, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1395, @POOL_MOTHER+550, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1397, @POOL_MOTHER+550, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1401, @POOL_MOTHER+550, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Mithril Deposit / Gold Vein / Truesilver Deposit'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+548, 2, 'Stranglethorn Vale - East of Lake Nazferiti - Tin Vein / Silver Vein - 2/5'), +(@POOL_MOTHER+549, 9, 'Stranglethorn Vale - East of Lake Nazferiti - Iron Deposit / Silver Vein / Gold Vein - 9/33'), +(@POOL_MOTHER+550, 2, 'Stranglethorn Vale - East of Lake Nazferiti - Mithril Deposit / Gold Vein / Truesilver Deposit - 2/5'); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+8716, @POOL_MOTHER+551, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Wild Steelbloom'), +(@OGUID+8717, @POOL_MOTHER+551, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Wild Steelbloom'), +(@OGUID+8720, @POOL_MOTHER+551, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Wild Steelbloom'), +(@OGUID+8721, @POOL_MOTHER+551, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Wild Steelbloom'), +(@OGUID+8725, @POOL_MOTHER+551, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Wild Steelbloom'), +(@OGUID+8727, @POOL_MOTHER+551, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Wild Steelbloom'), +(@OGUID+8736, @POOL_MOTHER+551, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Wild Steelbloom'), +(@OGUID+8737, @POOL_MOTHER+551, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Wild Steelbloom'), +(@OGUID+8739, @POOL_MOTHER+551, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Wild Steelbloom'), +(@OGUID+8741, @POOL_MOTHER+551, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Wild Steelbloom'), +(@OGUID+8742, @POOL_MOTHER+551, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Wild Steelbloom'), +(@OGUID+8743, @POOL_MOTHER+551, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Wild Steelbloom'), +(@OGUID+8755, @POOL_MOTHER+551, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Wild Steelbloom'), +(@OGUID+8756, @POOL_MOTHER+551, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Wild Steelbloom'), +(@OGUID+8757, @POOL_MOTHER+551, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Wild Steelbloom'), +(@OGUID+8761, @POOL_MOTHER+551, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Wild Steelbloom'), +(@OGUID+8762, @POOL_MOTHER+551, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Wild Steelbloom'), +(@OGUID+8763, @POOL_MOTHER+551, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Wild Steelbloom'), +(@OGUID+8764, @POOL_MOTHER+551, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Wild Steelbloom'), +(@OGUID+8775, @POOL_MOTHER+552, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Kingsblood'), +(@OGUID+8779, @POOL_MOTHER+552, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Kingsblood'), +(@OGUID+8780, @POOL_MOTHER+552, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Kingsblood'), +(@OGUID+8781, @POOL_MOTHER+552, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Kingsblood'), +(@OGUID+8782, @POOL_MOTHER+552, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Kingsblood'), +(@OGUID+8786, @POOL_MOTHER+552, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Kingsblood'), +(@OGUID+8787, @POOL_MOTHER+552, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Kingsblood'), +(@OGUID+8788, @POOL_MOTHER+552, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Kingsblood'), +(@OGUID+8790, @POOL_MOTHER+552, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Kingsblood'), +(@OGUID+8793, @POOL_MOTHER+552, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Kingsblood'), +(@OGUID+8794, @POOL_MOTHER+552, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Kingsblood'), +(@OGUID+8796, @POOL_MOTHER+552, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Kingsblood'), +(@OGUID+8797, @POOL_MOTHER+552, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Kingsblood'), +(@OGUID+8798, @POOL_MOTHER+552, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Kingsblood'), +(@OGUID+8800, @POOL_MOTHER+552, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Kingsblood'), +(@OGUID+8801, @POOL_MOTHER+552, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Kingsblood'), +(@OGUID+8804, @POOL_MOTHER+552, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Kingsblood'), +(@OGUID+8805, @POOL_MOTHER+552, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Kingsblood'), +(@OGUID+8806, @POOL_MOTHER+552, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Kingsblood'), +(@OGUID+8809, @POOL_MOTHER+552, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Kingsblood'), +(@OGUID+8811, @POOL_MOTHER+552, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Kingsblood'), +(@OGUID+8813, @POOL_MOTHER+552, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Kingsblood'), +(@OGUID+8814, @POOL_MOTHER+552, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Kingsblood'), +(@OGUID+8815, @POOL_MOTHER+552, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Kingsblood'), +(@OGUID+8816, @POOL_MOTHER+552, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Kingsblood'), +(@OGUID+8817, @POOL_MOTHER+552, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Kingsblood'), +(@OGUID+8820, @POOL_MOTHER+552, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Kingsblood'), +(@OGUID+8838, @POOL_MOTHER+552, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Kingsblood'), +(@OGUID+8839, @POOL_MOTHER+552, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Kingsblood'), +(@OGUID+8840, @POOL_MOTHER+552, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Kingsblood'), +(@OGUID+8843, @POOL_MOTHER+552, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Kingsblood'), +(@OGUID+8844, @POOL_MOTHER+552, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Kingsblood'), +(@OGUID+8865, @POOL_MOTHER+553, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Liferoot'), +(@OGUID+8866, @POOL_MOTHER+553, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Liferoot'), +(@OGUID+8867, @POOL_MOTHER+553, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Liferoot'), +(@OGUID+8868, @POOL_MOTHER+553, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Liferoot'), +(@OGUID+8871, @POOL_MOTHER+553, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Liferoot'), +(@OGUID+8872, @POOL_MOTHER+553, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Liferoot'), +(@OGUID+8875, @POOL_MOTHER+553, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Liferoot'), +(@OGUID+8878, @POOL_MOTHER+553, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Liferoot'), +(@OGUID+8891, @POOL_MOTHER+553, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Liferoot'), +(@OGUID+8893, @POOL_MOTHER+553, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Liferoot'), +(@OGUID+8927, @POOL_MOTHER+554, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Fadeleaf'), +(@OGUID+8928, @POOL_MOTHER+554, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Fadeleaf'), +(@OGUID+8929, @POOL_MOTHER+554, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Fadeleaf'), +(@OGUID+8930, @POOL_MOTHER+554, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Fadeleaf'), +(@OGUID+8933, @POOL_MOTHER+554, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Fadeleaf'), +(@OGUID+8939, @POOL_MOTHER+554, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Fadeleaf'), +(@OGUID+8940, @POOL_MOTHER+554, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Fadeleaf'), +(@OGUID+8942, @POOL_MOTHER+554, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Fadeleaf'), +(@OGUID+8947, @POOL_MOTHER+554, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Fadeleaf'), +(@OGUID+8955, @POOL_MOTHER+555, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Khadgar\'s Whisker'), +(@OGUID+8956, @POOL_MOTHER+555, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Khadgar\'s Whisker'), +(@OGUID+8957, @POOL_MOTHER+555, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Khadgar\'s Whisker'), +(@OGUID+8958, @POOL_MOTHER+555, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Khadgar\'s Whisker'), +(@OGUID+8961, @POOL_MOTHER+555, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Khadgar\'s Whisker'), +(@OGUID+8966, @POOL_MOTHER+555, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Khadgar\'s Whisker'), +(@OGUID+8968, @POOL_MOTHER+555, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Khadgar\'s Whisker'), +(@OGUID+8971, @POOL_MOTHER+555, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Khadgar\'s Whisker'), +(@OGUID+8972, @POOL_MOTHER+555, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Khadgar\'s Whisker'), +(@OGUID+8974, @POOL_MOTHER+555, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Khadgar\'s Whisker'), +(@OGUID+8980, @POOL_MOTHER+555, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Khadgar\'s Whisker'), +(@OGUID+8984, @POOL_MOTHER+555, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Khadgar\'s Whisker'), +(@OGUID+8985, @POOL_MOTHER+555, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Khadgar\'s Whisker'), +(@OGUID+8987, @POOL_MOTHER+555, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Khadgar\'s Whisker'), +(@OGUID+8988, @POOL_MOTHER+555, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Khadgar\'s Whisker'), +(@OGUID+8989, @POOL_MOTHER+555, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Khadgar\'s Whisker'), +(@OGUID+8990, @POOL_MOTHER+555, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Khadgar\'s Whisker'), +(@OGUID+8992, @POOL_MOTHER+555, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Khadgar\'s Whisker'), +(@OGUID+8996, @POOL_MOTHER+555, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Khadgar\'s Whisker'), +(@OGUID+9003, @POOL_MOTHER+555, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Khadgar\'s Whisker'), +(@OGUID+9020, @POOL_MOTHER+555, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Khadgar\'s Whisker'), +(@OGUID+9023, @POOL_MOTHER+555, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Khadgar\'s Whisker'), +(@OGUID+9024, @POOL_MOTHER+555, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Khadgar\'s Whisker'), +(@OGUID+9025, @POOL_MOTHER+555, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Khadgar\'s Whisker'), +(@OGUID+9119, @POOL_MOTHER+556, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Goldthorn'), +(@OGUID+9120, @POOL_MOTHER+556, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Goldthorn'), +(@OGUID+9124, @POOL_MOTHER+556, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Goldthorn'), +(@OGUID+9128, @POOL_MOTHER+556, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Goldthorn'), +(@OGUID+9129, @POOL_MOTHER+556, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Goldthorn'), +(@OGUID+9130, @POOL_MOTHER+556, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Goldthorn'), +(@OGUID+9133, @POOL_MOTHER+556, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Goldthorn'), +(@OGUID+9134, @POOL_MOTHER+556, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Goldthorn'), +(@OGUID+9135, @POOL_MOTHER+556, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Goldthorn'), +(@OGUID+9136, @POOL_MOTHER+556, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Goldthorn'), +(@OGUID+9137, @POOL_MOTHER+556, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Goldthorn'), +(@OGUID+9138, @POOL_MOTHER+556, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Goldthorn'), +(@OGUID+9139, @POOL_MOTHER+556, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Goldthorn'), +(@OGUID+9140, @POOL_MOTHER+556, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Goldthorn'), +(@OGUID+9141, @POOL_MOTHER+556, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Goldthorn'), +(@OGUID+9144, @POOL_MOTHER+556, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Goldthorn'), +(@OGUID+9145, @POOL_MOTHER+556, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Goldthorn'), +(@OGUID+9147, @POOL_MOTHER+556, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Goldthorn'), +(@OGUID+9151, @POOL_MOTHER+556, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Goldthorn'), +(@OGUID+9152, @POOL_MOTHER+556, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Goldthorn'), +(@OGUID+9157, @POOL_MOTHER+556, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Goldthorn'), +(@OGUID+9159, @POOL_MOTHER+556, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Goldthorn'), +(@OGUID+9162, @POOL_MOTHER+556, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Goldthorn'), +(@OGUID+9163, @POOL_MOTHER+556, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Goldthorn'), +(@OGUID+9178, @POOL_MOTHER+556, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Goldthorn'), +(@OGUID+9180, @POOL_MOTHER+556, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Goldthorn'), +(@OGUID+9181, @POOL_MOTHER+556, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Goldthorn'), +(@OGUID+9182, @POOL_MOTHER+556, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Goldthorn'), +(@OGUID+9183, @POOL_MOTHER+556, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Goldthorn'), +(@OGUID+9184, @POOL_MOTHER+556, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Goldthorn'), +(@OGUID+9186, @POOL_MOTHER+556, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Goldthorn'), +(@OGUID+9187, @POOL_MOTHER+556, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Goldthorn'), +(@OGUID+9190, @POOL_MOTHER+556, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Goldthorn'), +(@OGUID+9191, @POOL_MOTHER+556, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Goldthorn'), +(@OGUID+9192, @POOL_MOTHER+556, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Goldthorn'), +(@OGUID+9193, @POOL_MOTHER+556, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Goldthorn'), +(@OGUID+9194, @POOL_MOTHER+556, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Goldthorn'), +(@OGUID+9195, @POOL_MOTHER+556, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Goldthorn'), +(@OGUID+9196, @POOL_MOTHER+556, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Goldthorn'), +(@OGUID+9197, @POOL_MOTHER+556, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Goldthorn'), +(@OGUID+8696, @POOL_MOTHER+557, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Purple Lotus'), +(@OGUID+8697, @POOL_MOTHER+557, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Purple Lotus'), +(@OGUID+8698, @POOL_MOTHER+557, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Purple Lotus'), +(@OGUID+8699, @POOL_MOTHER+557, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Purple Lotus'), +(@OGUID+8700, @POOL_MOTHER+557, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Purple Lotus'), +(@OGUID+8701, @POOL_MOTHER+557, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Purple Lotus'), +(@OGUID+8702, @POOL_MOTHER+557, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Purple Lotus'), +(@OGUID+8703, @POOL_MOTHER+557, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Purple Lotus'), +(@OGUID+8704, @POOL_MOTHER+557, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Purple Lotus'), +(@OGUID+8705, @POOL_MOTHER+557, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Purple Lotus'), +(@OGUID+8706, @POOL_MOTHER+557, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Purple Lotus'), +(@OGUID+8710, @POOL_MOTHER+557, 0, 'Stranglethorn Vale - East of Lake Nazferiti - Purple Lotus'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+551, 5, 'Stranglethorn Vale - East of Lake Nazferiti - Wild Steelbloom - 5/19'), +(@POOL_MOTHER+552, 8, 'Stranglethorn Vale - East of Lake Nazferiti - Kingsblood - 8/32'), +(@POOL_MOTHER+553, 3, 'Stranglethorn Vale - East of Lake Nazferiti - Liferoot - 3/10'), +(@POOL_MOTHER+554, 3, 'Stranglethorn Vale - East of Lake Nazferiti - Fadeleaf - 3/9'), +(@POOL_MOTHER+555, 6, 'Stranglethorn Vale - East of Lake Nazferiti - Khadgar\'s Whisker - 6/24'), +(@POOL_MOTHER+556, 10, 'Stranglethorn Vale - East of Lake Nazferiti - Goldthorn - 10/40'), +(@POOL_MOTHER+557, 3, 'Stranglethorn Vale - East of Lake Nazferiti - Purple Lotus - 3/12'); + +-- The Cape of Stranglethorn +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(@POOL_SINGLE+1273, @POOL_MOTHER+558, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1274, @POOL_MOTHER+558, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1275, @POOL_MOTHER+558, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1276, @POOL_MOTHER+558, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1277, @POOL_MOTHER+558, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1278, @POOL_MOTHER+558, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1279, @POOL_MOTHER+558, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1280, @POOL_MOTHER+558, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1281, @POOL_MOTHER+558, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1282, @POOL_MOTHER+558, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1283, @POOL_MOTHER+558, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1284, @POOL_MOTHER+558, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1285, @POOL_MOTHER+558, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1286, @POOL_MOTHER+558, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1287, @POOL_MOTHER+558, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1288, @POOL_MOTHER+558, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1289, @POOL_MOTHER+558, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1290, @POOL_MOTHER+558, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1291, @POOL_MOTHER+558, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1301, @POOL_MOTHER+558, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1304, @POOL_MOTHER+558, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1308, @POOL_MOTHER+558, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1310, @POOL_MOTHER+558, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1311, @POOL_MOTHER+558, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Iron Deposit / Silver Vein / Gold Vein'), +(@POOL_SINGLE+1372, @POOL_MOTHER+559, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1373, @POOL_MOTHER+559, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1375, @POOL_MOTHER+559, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1376, @POOL_MOTHER+559, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1377, @POOL_MOTHER+559, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1378, @POOL_MOTHER+559, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1379, @POOL_MOTHER+559, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1380, @POOL_MOTHER+559, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1381, @POOL_MOTHER+559, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1382, @POOL_MOTHER+559, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1383, @POOL_MOTHER+559, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1384, @POOL_MOTHER+559, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1385, @POOL_MOTHER+559, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1386, @POOL_MOTHER+559, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1387, @POOL_MOTHER+559, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1391, @POOL_MOTHER+559, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1396, @POOL_MOTHER+559, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1398, @POOL_MOTHER+559, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1399, @POOL_MOTHER+559, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1400, @POOL_MOTHER+559, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Mithril Deposit / Gold Vein / Truesilver Deposit'), +(@POOL_SINGLE+1402, @POOL_MOTHER+559, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Mithril Deposit / Gold Vein / Truesilver Deposit'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+558, 6, 'Stranglethorn Vale - The Cape of Stranglethorn - Iron Deposit / Silver Vein / Gold Vein - 6/24'), +(@POOL_MOTHER+559, 6, 'Stranglethorn Vale - The Cape of Stranglethorn - Mithril Deposit / Gold Vein / Truesilver Deposit - 6/21'); + +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@OGUID+8744, @POOL_MOTHER+560, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Wild Steelbloom'), +(@OGUID+8745, @POOL_MOTHER+560, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Wild Steelbloom'), +(@OGUID+8746, @POOL_MOTHER+560, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Wild Steelbloom'), +(@OGUID+8747, @POOL_MOTHER+560, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Wild Steelbloom'), +(@OGUID+8748, @POOL_MOTHER+560, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Wild Steelbloom'), +(@OGUID+8749, @POOL_MOTHER+560, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Wild Steelbloom'), +(@OGUID+8750, @POOL_MOTHER+560, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Wild Steelbloom'), +(@OGUID+8751, @POOL_MOTHER+560, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Wild Steelbloom'), +(@OGUID+8752, @POOL_MOTHER+560, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Wild Steelbloom'), +(@OGUID+8753, @POOL_MOTHER+560, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Wild Steelbloom'), +(@OGUID+8765, @POOL_MOTHER+560, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Wild Steelbloom'), +(@OGUID+8766, @POOL_MOTHER+560, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Wild Steelbloom'), +(@OGUID+8767, @POOL_MOTHER+560, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Wild Steelbloom'), +(@OGUID+8768, @POOL_MOTHER+560, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Wild Steelbloom'), +(@OGUID+8769, @POOL_MOTHER+560, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Wild Steelbloom'), +(@OGUID+8770, @POOL_MOTHER+560, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Wild Steelbloom'), +(@OGUID+8772, @POOL_MOTHER+560, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Wild Steelbloom'), +(@OGUID+8773, @POOL_MOTHER+560, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Wild Steelbloom'), +(@OGUID+8774, @POOL_MOTHER+560, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Wild Steelbloom'), +(@OGUID+8810, @POOL_MOTHER+561, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Kingsblood'), +(@OGUID+8812, @POOL_MOTHER+561, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Kingsblood'), +(@OGUID+8818, @POOL_MOTHER+561, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Kingsblood'), +(@OGUID+8819, @POOL_MOTHER+561, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Kingsblood'), +(@OGUID+8821, @POOL_MOTHER+561, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Kingsblood'), +(@OGUID+8822, @POOL_MOTHER+561, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Kingsblood'), +(@OGUID+8823, @POOL_MOTHER+561, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Kingsblood'), +(@OGUID+8824, @POOL_MOTHER+561, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Kingsblood'), +(@OGUID+8825, @POOL_MOTHER+561, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Kingsblood'), +(@OGUID+8826, @POOL_MOTHER+561, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Kingsblood'), +(@OGUID+8827, @POOL_MOTHER+561, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Kingsblood'), +(@OGUID+8828, @POOL_MOTHER+561, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Kingsblood'), +(@OGUID+8829, @POOL_MOTHER+561, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Kingsblood'), +(@OGUID+8830, @POOL_MOTHER+561, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Kingsblood'), +(@OGUID+8831, @POOL_MOTHER+561, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Kingsblood'), +(@OGUID+8845, @POOL_MOTHER+561, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Kingsblood'), +(@OGUID+8846, @POOL_MOTHER+561, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Kingsblood'), +(@OGUID+8847, @POOL_MOTHER+561, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Kingsblood'), +(@OGUID+8848, @POOL_MOTHER+561, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Kingsblood'), +(@OGUID+8849, @POOL_MOTHER+561, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Kingsblood'), +(@OGUID+8850, @POOL_MOTHER+561, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Kingsblood'), +(@OGUID+8851, @POOL_MOTHER+561, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Kingsblood'), +(@OGUID+8854, @POOL_MOTHER+561, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Kingsblood'), +(@OGUID+8855, @POOL_MOTHER+561, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Kingsblood'), +(@OGUID+8896, @POOL_MOTHER+562, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Liferoot'), +(@OGUID+8897, @POOL_MOTHER+562, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Liferoot'), +(@OGUID+8898, @POOL_MOTHER+562, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Liferoot'), +(@OGUID+8899, @POOL_MOTHER+562, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Liferoot'), +(@OGUID+8900, @POOL_MOTHER+562, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Liferoot'), +(@OGUID+8901, @POOL_MOTHER+562, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Liferoot'), +(@OGUID+8902, @POOL_MOTHER+562, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Liferoot'), +(@OGUID+8903, @POOL_MOTHER+562, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Liferoot'), +(@OGUID+8904, @POOL_MOTHER+562, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Liferoot'), +(@OGUID+8905, @POOL_MOTHER+562, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Liferoot'), +(@OGUID+8906, @POOL_MOTHER+562, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Liferoot'), +(@OGUID+8907, @POOL_MOTHER+562, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Liferoot'), +(@OGUID+8908, @POOL_MOTHER+562, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Liferoot'), +(@OGUID+8909, @POOL_MOTHER+562, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Liferoot'), +(@OGUID+8910, @POOL_MOTHER+562, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Liferoot'), +(@OGUID+8911, @POOL_MOTHER+562, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Liferoot'), +(@OGUID+8912, @POOL_MOTHER+562, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Liferoot'), +(@OGUID+8913, @POOL_MOTHER+562, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Liferoot'), +(@OGUID+8914, @POOL_MOTHER+562, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Liferoot'), +(@OGUID+8915, @POOL_MOTHER+562, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Liferoot'), +(@OGUID+8916, @POOL_MOTHER+562, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Liferoot'), +(@OGUID+8917, @POOL_MOTHER+562, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Liferoot'), +(@OGUID+8920, @POOL_MOTHER+562, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Liferoot'), +(@OGUID+8921, @POOL_MOTHER+562, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Liferoot'), +(@OGUID+8922, @POOL_MOTHER+562, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Liferoot'), +(@OGUID+8923, @POOL_MOTHER+562, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Liferoot'), +(@OGUID+8924, @POOL_MOTHER+562, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Liferoot'), +(@OGUID+8925, @POOL_MOTHER+562, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Liferoot'), +(@OGUID+8926, @POOL_MOTHER+562, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Liferoot'), +(@OGUID+8945, @POOL_MOTHER+563, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Fadeleaf'), +(@OGUID+8946, @POOL_MOTHER+563, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Fadeleaf'), +(@OGUID+8953, @POOL_MOTHER+563, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Fadeleaf'), +(@OGUID+8954, @POOL_MOTHER+563, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Fadeleaf'), +(@OGUID+8993, @POOL_MOTHER+564, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Khadgar\'s Whisker'), +(@OGUID+8994, @POOL_MOTHER+564, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Khadgar\'s Whisker'), +(@OGUID+8995, @POOL_MOTHER+564, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Khadgar\'s Whisker'), +(@OGUID+8997, @POOL_MOTHER+564, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Khadgar\'s Whisker'), +(@OGUID+8998, @POOL_MOTHER+564, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Khadgar\'s Whisker'), +(@OGUID+8999, @POOL_MOTHER+564, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Khadgar\'s Whisker'), +(@OGUID+9000, @POOL_MOTHER+564, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Khadgar\'s Whisker'), +(@OGUID+9001, @POOL_MOTHER+564, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Khadgar\'s Whisker'), +(@OGUID+9002, @POOL_MOTHER+564, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Khadgar\'s Whisker'), +(@OGUID+9004, @POOL_MOTHER+564, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Khadgar\'s Whisker'), +(@OGUID+9005, @POOL_MOTHER+564, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Khadgar\'s Whisker'), +(@OGUID+9006, @POOL_MOTHER+564, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Khadgar\'s Whisker'), +(@OGUID+9007, @POOL_MOTHER+564, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Khadgar\'s Whisker'), +(@OGUID+9008, @POOL_MOTHER+564, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Khadgar\'s Whisker'), +(@OGUID+9009, @POOL_MOTHER+564, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Khadgar\'s Whisker'), +(@OGUID+9010, @POOL_MOTHER+564, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Khadgar\'s Whisker'), +(@OGUID+9011, @POOL_MOTHER+564, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Khadgar\'s Whisker'), +(@OGUID+9012, @POOL_MOTHER+564, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Khadgar\'s Whisker'), +(@OGUID+9013, @POOL_MOTHER+564, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Khadgar\'s Whisker'), +(@OGUID+9014, @POOL_MOTHER+564, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Khadgar\'s Whisker'), +(@OGUID+9015, @POOL_MOTHER+564, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Khadgar\'s Whisker'), +(@OGUID+9016, @POOL_MOTHER+564, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Khadgar\'s Whisker'), +(@OGUID+9026, @POOL_MOTHER+564, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Khadgar\'s Whisker'), +(@OGUID+9027, @POOL_MOTHER+564, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Khadgar\'s Whisker'), +(@OGUID+9028, @POOL_MOTHER+564, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Khadgar\'s Whisker'), +(@OGUID+9029, @POOL_MOTHER+564, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Khadgar\'s Whisker'), +(@OGUID+9030, @POOL_MOTHER+564, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Khadgar\'s Whisker'), +(@OGUID+9031, @POOL_MOTHER+564, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Khadgar\'s Whisker'), +(@OGUID+9032, @POOL_MOTHER+564, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Khadgar\'s Whisker'), +(@OGUID+9054, @POOL_MOTHER+565, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Stranglekelp'), +(@OGUID+9055, @POOL_MOTHER+565, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Stranglekelp'), +(@OGUID+9056, @POOL_MOTHER+565, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Stranglekelp'), +(@OGUID+9057, @POOL_MOTHER+565, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Stranglekelp'), +(@OGUID+9058, @POOL_MOTHER+565, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Stranglekelp'), +(@OGUID+9059, @POOL_MOTHER+565, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Stranglekelp'), +(@OGUID+9060, @POOL_MOTHER+565, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Stranglekelp'), +(@OGUID+9061, @POOL_MOTHER+565, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Stranglekelp'), +(@OGUID+9062, @POOL_MOTHER+565, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Stranglekelp'), +(@OGUID+9063, @POOL_MOTHER+565, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Stranglekelp'), +(@OGUID+9064, @POOL_MOTHER+565, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Stranglekelp'), +(@OGUID+9065, @POOL_MOTHER+565, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Stranglekelp'), +(@OGUID+9066, @POOL_MOTHER+565, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Stranglekelp'), +(@OGUID+9067, @POOL_MOTHER+565, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Stranglekelp'), +(@OGUID+9068, @POOL_MOTHER+565, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Stranglekelp'), +(@OGUID+9069, @POOL_MOTHER+565, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Stranglekelp'), +(@OGUID+9070, @POOL_MOTHER+565, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Stranglekelp'), +(@OGUID+9071, @POOL_MOTHER+565, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Stranglekelp'), +(@OGUID+9072, @POOL_MOTHER+565, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Stranglekelp'), +(@OGUID+9073, @POOL_MOTHER+565, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Stranglekelp'), +(@OGUID+9074, @POOL_MOTHER+565, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Stranglekelp'), +(@OGUID+9075, @POOL_MOTHER+565, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Stranglekelp'), +(@OGUID+9076, @POOL_MOTHER+565, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Stranglekelp'), +(@OGUID+9077, @POOL_MOTHER+565, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Stranglekelp'), +(@OGUID+9078, @POOL_MOTHER+565, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Stranglekelp'), +(@OGUID+9079, @POOL_MOTHER+565, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Stranglekelp'), +(@OGUID+9080, @POOL_MOTHER+565, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Stranglekelp'), +(@OGUID+9081, @POOL_MOTHER+565, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Stranglekelp'), +(@OGUID+9082, @POOL_MOTHER+565, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Stranglekelp'), +(@OGUID+9083, @POOL_MOTHER+565, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Stranglekelp'), +(@OGUID+9084, @POOL_MOTHER+565, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Stranglekelp'), +(@OGUID+9085, @POOL_MOTHER+565, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Stranglekelp'), +(@OGUID+9086, @POOL_MOTHER+565, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Stranglekelp'), +(@OGUID+9087, @POOL_MOTHER+565, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Stranglekelp'), +(@OGUID+9088, @POOL_MOTHER+565, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Stranglekelp'), +(@OGUID+9089, @POOL_MOTHER+565, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Stranglekelp'), +(@OGUID+9090, @POOL_MOTHER+565, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Stranglekelp'), +(@OGUID+9091, @POOL_MOTHER+565, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Stranglekelp'), +(@OGUID+9093, @POOL_MOTHER+565, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Stranglekelp'), +(@OGUID+9094, @POOL_MOTHER+565, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Stranglekelp'), +(@OGUID+9097, @POOL_MOTHER+565, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Stranglekelp'), +(@OGUID+9098, @POOL_MOTHER+565, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Stranglekelp'), +(@OGUID+9099, @POOL_MOTHER+565, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Stranglekelp'), +(@OGUID+9100, @POOL_MOTHER+565, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Stranglekelp'), +(@OGUID+9101, @POOL_MOTHER+565, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Stranglekelp'), +(@OGUID+9102, @POOL_MOTHER+565, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Stranglekelp'), +(@OGUID+9103, @POOL_MOTHER+565, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Stranglekelp'), +(@OGUID+9104, @POOL_MOTHER+565, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Stranglekelp'), +(@OGUID+9105, @POOL_MOTHER+565, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Stranglekelp'), +(@OGUID+9106, @POOL_MOTHER+565, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Stranglekelp'), +(@OGUID+9107, @POOL_MOTHER+565, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Stranglekelp'), +(@OGUID+9108, @POOL_MOTHER+565, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Stranglekelp'), +(@OGUID+9109, @POOL_MOTHER+565, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Stranglekelp'), +(@OGUID+9110, @POOL_MOTHER+565, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Stranglekelp'), +(@OGUID+9111, @POOL_MOTHER+565, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Stranglekelp'), +(@OGUID+9112, @POOL_MOTHER+565, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Stranglekelp'), +(@OGUID+9114, @POOL_MOTHER+565, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Stranglekelp'), +(@OGUID+9115, @POOL_MOTHER+565, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Stranglekelp'), +(@OGUID+9143, @POOL_MOTHER+566, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Goldthorn'), +(@OGUID+9146, @POOL_MOTHER+566, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Goldthorn'), +(@OGUID+9148, @POOL_MOTHER+566, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Goldthorn'), +(@OGUID+9149, @POOL_MOTHER+566, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Goldthorn'), +(@OGUID+9150, @POOL_MOTHER+566, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Goldthorn'), +(@OGUID+9153, @POOL_MOTHER+566, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Goldthorn'), +(@OGUID+9154, @POOL_MOTHER+566, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Goldthorn'), +(@OGUID+9155, @POOL_MOTHER+566, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Goldthorn'), +(@OGUID+9156, @POOL_MOTHER+566, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Goldthorn'), +(@OGUID+9158, @POOL_MOTHER+566, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Goldthorn'), +(@OGUID+9160, @POOL_MOTHER+566, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Goldthorn'), +(@OGUID+9161, @POOL_MOTHER+566, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Goldthorn'), +(@OGUID+9164, @POOL_MOTHER+566, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Goldthorn'), +(@OGUID+9165, @POOL_MOTHER+566, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Goldthorn'), +(@OGUID+9166, @POOL_MOTHER+566, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Goldthorn'), +(@OGUID+9167, @POOL_MOTHER+566, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Goldthorn'), +(@OGUID+9168, @POOL_MOTHER+566, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Goldthorn'), +(@OGUID+9169, @POOL_MOTHER+566, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Goldthorn'), +(@OGUID+9170, @POOL_MOTHER+566, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Goldthorn'), +(@OGUID+9171, @POOL_MOTHER+566, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Goldthorn'), +(@OGUID+9172, @POOL_MOTHER+566, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Goldthorn'), +(@OGUID+9173, @POOL_MOTHER+566, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Goldthorn'), +(@OGUID+9174, @POOL_MOTHER+566, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Goldthorn'), +(@OGUID+9175, @POOL_MOTHER+566, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Goldthorn'), +(@OGUID+9176, @POOL_MOTHER+566, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Goldthorn'), +(@OGUID+9185, @POOL_MOTHER+566, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Goldthorn'), +(@OGUID+9188, @POOL_MOTHER+566, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Goldthorn'), +(@OGUID+9189, @POOL_MOTHER+566, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Goldthorn'), +(@OGUID+9198, @POOL_MOTHER+566, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Goldthorn'), +(@OGUID+9199, @POOL_MOTHER+566, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Goldthorn'), +(@OGUID+9200, @POOL_MOTHER+566, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Goldthorn'), +(@OGUID+9201, @POOL_MOTHER+566, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Goldthorn'), +(@OGUID+9202, @POOL_MOTHER+566, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Goldthorn'), +(@OGUID+9203, @POOL_MOTHER+566, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Goldthorn'), +(@OGUID+9204, @POOL_MOTHER+566, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Goldthorn'), +(@OGUID+9205, @POOL_MOTHER+566, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Goldthorn'), +(@OGUID+9206, @POOL_MOTHER+566, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Goldthorn'), +(@OGUID+9207, @POOL_MOTHER+566, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Goldthorn'), +(@OGUID+9208, @POOL_MOTHER+566, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Goldthorn'), +(@OGUID+9209, @POOL_MOTHER+566, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Goldthorn'), +(@OGUID+8707, @POOL_MOTHER+567, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Purple Lotus'), +(@OGUID+8712, @POOL_MOTHER+567, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Purple Lotus'), +(@OGUID+8713, @POOL_MOTHER+567, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Purple Lotus'), +(@OGUID+8714, @POOL_MOTHER+567, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Purple Lotus'), +(@OGUID+8715, @POOL_MOTHER+567, 0, 'Stranglethorn Vale - The Cape of Stranglethorn - Purple Lotus'); + +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL_MOTHER+560, 5, 'Stranglethorn Vale - The Cape of Stranglethorn - Wild Steelbloom - 5/19'), +(@POOL_MOTHER+561, 6, 'Stranglethorn Vale - The Cape of Stranglethorn - Kingsblood - 6/24'), +(@POOL_MOTHER+562, 8, 'Stranglethorn Vale - The Cape of Stranglethorn - Liferoot - 8/29'), +(@POOL_MOTHER+563, 1, 'Stranglethorn Vale - The Cape of Stranglethorn - Fadeleaf - 1/4'), +(@POOL_MOTHER+564, 8, 'Stranglethorn Vale - The Cape of Stranglethorn - Khadgar\'s Whisker - 8/29'), +(@POOL_MOTHER+565, 15, 'Stranglethorn Vale - The Cape of Stranglethorn - Stranglekelp - 15/58'), +(@POOL_MOTHER+566, 10, 'Stranglethorn Vale - The Cape of Stranglethorn - Goldthorn - 10/40'), +(@POOL_MOTHER+567, 2, 'Stranglethorn Vale - The Cape of Stranglethorn - Purple Lotus - 2/5'); From ef6db03e1351f4f0c0ddc81f98086c9d99ff04ed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 14 May 2024 23:00:31 +0000 Subject: [PATCH 36/69] chore(DB): import pending files Referenced commit(s): fd7c8a0bde61508c8654c7be92c9fc2be65d2ac2 --- .../rev_1715713909070959500.sql => db_world/2024_05_14_02.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/rev_1715713909070959500.sql => db_world/2024_05_14_02.sql} (99%) diff --git a/data/sql/updates/pending_db_world/rev_1715713909070959500.sql b/data/sql/updates/db_world/2024_05_14_02.sql similarity index 99% rename from data/sql/updates/pending_db_world/rev_1715713909070959500.sql rename to data/sql/updates/db_world/2024_05_14_02.sql index 617921bdb..c5675f9d4 100644 --- a/data/sql/updates/pending_db_world/rev_1715713909070959500.sql +++ b/data/sql/updates/db_world/2024_05_14_02.sql @@ -1,3 +1,4 @@ +-- DB update 2024_05_14_01 -> 2024_05_14_02 -- Delete all unpooled gameobjects from Eastern Kingdoms DELETE FROM `gameobject` WHERE `guid` NOT IN (SELECT `guid` FROM `pool_gameobject`) AND `map` = 0 AND `id` IN (1731, /* Copper Vein */2055, /* Copper Vein */3763, /* Copper Vein */103713, /* Copper Vein */181248, /* Copper Vein */1732, /* Tin Vein */2054, /* Tin Vein */3764, /* Tin Vein */103711, /* Tin Vein */181249, /* Tin Vein */1733, /* Silver Vein */73940, /* Ooze Covered Silver Vein */105569, /* Silver Vein */1735, /* Iron Deposit */73939, /* Ooze Covered Iron Deposit */1734, /* Gold Vein */73941, /* Ooze Covered Gold Vein */150080, /* Gold Vein */181109, /* Gold Vein */2040, /* Mithril Deposit */123310, /* Ooze Covered Mithril Deposit */150079, /* Mithril Deposit */176645, /* Mithril Deposit */2047, /* Truesilver Deposit */123309, /* Ooze Covered Truesilver Deposit */150081, /* Truesilver Deposit */181108, /* Truesilver Deposit */324, /* Small Thorium Vein */123848, /* Ooze Covered Thorium Vein */150082, /* Small Thorium Vein */175404, /* Rich Thorium Vein */176643, /* Small Thorium Vein */177388, /* Ooze Covered Rich Thorium Vein */165658, /* Dark Iron Deposit */2653, /* Lesser Bloodstone Deposit */1610, /* Incendicite Mineral Vein */1667, /* Incendicite Mineral Vein */19903, /* Indurium Mineral Vein */2045, /* Stranglekelp */1618, /* Peacebloom */3724, /* Peacebloom */1617, /* Silverleaf */3725, /* Silverleaf */1619, /* Earthroot */3726, /* Earthroot */1620, /* Mageroyal */3727, /* Mageroyal */1621, /* Briarthorn */3729, /* Briarthorn */1622, /* Bruiseweed */3730, /* Bruiseweed */1623, /* Wild Steelbloom */1628, /* Grave Moss */1624, /* Kingsblood */2041, /* Liferoot */2042, /* Fadeleaf */2046, /* Goldthorn */2043, /* Khadgar's Whisker */2044, /* Wintersbite */2866, /* Firebloom */142140, /* Purple Lotus */180165, /* Purple Lotus */142141, /* Arthas' Tears */176642, /* Arthas' Tears */142142, /* Sungrass */176636, /* Sungrass */180164, /* Sungrass */142143, /* Blindweed */183046, /* Blindweed */142144, /* Ghost Mushroom */142145, /* Gromsblood */176637, /* Gromsblood */176583, /* Golden Sansam */176638, /* Golden Sansam */180167, /* Golden Sansam */176584, /* Dreamfoil */176639, /* Dreamfoil */180168, /* Dreamfoil */176586, /* Mountain Silversage */176640, /* Mountain Silversage */180166, /* Mountain Silversage */176587, /* Plaguebloom */176641, /* Plaguebloom */176588, /* Icecap */176589 /* Black Lotus */); From e2029c363323d8bde195a302b6934497b57197ba Mon Sep 17 00:00:00 2001 From: sudlud Date: Wed, 15 May 2024 20:41:59 +0200 Subject: [PATCH 37/69] fix(Core/BattlegroundAV): spawn generic gameobjects in Alterac Valley (#18764) * fix(Scripts/PVP): correctly spawn generic gameobjects in Alterac Valley I've been "collecting" these in the DB for a while, now it's time to move these spawns to the AV script and actually spawn them. * add 2 additional generic gameobjects --- .../rev_1713526355691722800.sql | 3 + .../Battlegrounds/Zones/BattlegroundAV.cpp | 24 +++++ .../game/Battlegrounds/Zones/BattlegroundAV.h | 95 ++++++++++++++++++- 3 files changed, 121 insertions(+), 1 deletion(-) create mode 100644 data/sql/updates/pending_db_world/rev_1713526355691722800.sql diff --git a/data/sql/updates/pending_db_world/rev_1713526355691722800.sql b/data/sql/updates/pending_db_world/rev_1713526355691722800.sql new file mode 100644 index 000000000..d6c2c54e7 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1713526355691722800.sql @@ -0,0 +1,3 @@ +-- clear all gameobjects in map 30 "Alterac Valley" +-- these will be spawned in the bg script +DELETE FROM `gameobject` WHERE `map` = 30; diff --git a/src/server/game/Battlegrounds/Zones/BattlegroundAV.cpp b/src/server/game/Battlegrounds/Zones/BattlegroundAV.cpp index d9369ec48..7f2c7cb3e 100644 --- a/src/server/game/Battlegrounds/Zones/BattlegroundAV.cpp +++ b/src/server/game/Battlegrounds/Zones/BattlegroundAV.cpp @@ -1349,6 +1349,26 @@ bool BattlegroundAV::SetupBattleground() return false; } + // Generic gameobjects + for (uint16 i = 0; i <= (BG_AV_OBJECT_GENERIC_MAX - BG_AV_OBJECT_GENERIC_MIN); i++) + { + if (!AddObject(BG_AV_OBJECT_GENERIC_MIN + i, + std::get<0>(BG_AV_GenericObjectPos[i]), + std::get<1>(BG_AV_GenericObjectPos[i]).GetPositionX(), + std::get<1>(BG_AV_GenericObjectPos[i]).GetPositionY(), + std::get<1>(BG_AV_GenericObjectPos[i]).GetPositionZ(), + std::get<1>(BG_AV_GenericObjectPos[i]).GetOrientation(), + std::get<2>(BG_AV_GenericObjectPos[i])[0], + std::get<2>(BG_AV_GenericObjectPos[i])[1], + std::get<2>(BG_AV_GenericObjectPos[i])[2], + std::get<2>(BG_AV_GenericObjectPos[i])[3], + RESPAWN_ONE_DAY)) + { + LOG_ERROR("bg.battleground", "BatteGroundAV: Failed to spawn some object Battleground not created!10.{}", i); + return false; + } + } + // Quest banners if (!AddObject(BG_AV_OBJECT_FROSTWOLF_BANNER, BG_AV_OBJECTID_FROSTWOLF_BANNER, BG_AV_ObjectPos[AV_OPLACE_FROSTWOLF_BANNER][0], BG_AV_ObjectPos[AV_OPLACE_FROSTWOLF_BANNER][1], BG_AV_ObjectPos[AV_OPLACE_FROSTWOLF_BANNER][2], BG_AV_ObjectPos[AV_OPLACE_FROSTWOLF_BANNER][3], 0, 0, std::sin(BG_AV_ObjectPos[AV_OPLACE_FROSTWOLF_BANNER][3] / 2), cos(BG_AV_ObjectPos[AV_OPLACE_FROSTWOLF_BANNER][3] / 2), RESPAWN_ONE_DAY)) { @@ -1404,6 +1424,10 @@ bool BattlegroundAV::SetupBattleground() for (i = BG_AV_OBJECT_HANDPACKED_SNOWDRIFT_MIN ; i <= BG_AV_OBJECT_HANDPACKED_SNOWDRIFT_MAX; i++) SpawnBGObject(i, RESPAWN_IMMEDIATELY); + // Generic gameobjects + for (uint16 i = BG_AV_OBJECT_GENERIC_MIN; i <= BG_AV_OBJECT_GENERIC_MAX; i++) + SpawnBGObject(i, RESPAWN_IMMEDIATELY); + // Quest banners SpawnBGObject(BG_AV_OBJECT_FROSTWOLF_BANNER, RESPAWN_IMMEDIATELY); SpawnBGObject(BG_AV_OBJECT_STORMPIKE_BANNER, RESPAWN_IMMEDIATELY); diff --git a/src/server/game/Battlegrounds/Zones/BattlegroundAV.h b/src/server/game/Battlegrounds/Zones/BattlegroundAV.h index 3768004fe..7a395bfd0 100644 --- a/src/server/game/Battlegrounds/Zones/BattlegroundAV.h +++ b/src/server/game/Battlegrounds/Zones/BattlegroundAV.h @@ -324,8 +324,10 @@ enum BG_AV_ObjectTypes BG_AV_OBJECT_HANDPACKED_SNOWDRIFT_MAX = 246, BG_AV_OBJECT_FROSTWOLF_BANNER = 247, BG_AV_OBJECT_STORMPIKE_BANNER = 248, + BG_AV_OBJECT_GENERIC_MIN = 249, + BG_AV_OBJECT_GENERIC_MAX = 323, - BG_AV_OBJECT_MAX = 249 + BG_AV_OBJECT_MAX = 324 }; enum BG_AV_OBJECTS @@ -565,6 +567,97 @@ const float BG_AV_ObjectPos[AV_OPLACE_MAX][4] = {40.0913f, 0.0153897f, -4.0962f, 0.96131f} }; +// GO template ID, Position, rotation0-3, VerifiedBuild +std::tuple> const BG_AV_GenericObjectPos[BG_AV_OBJECT_GENERIC_MAX - BG_AV_OBJECT_GENERIC_MIN + 1] = +{ + // Burning Embers + { 3832, { -1235.57f, -241.478f, 73.4377f, 1.48353f }, { 0.0f, 0.0f, 0.67559f, 0.737278f } }, // 46248 + { 3833, { -1248.85f, -254.06f, 73.4377f, 1.48353f }, { 0.0f, 0.0f, 0.67559f, 0.737278f } }, // 46248 + { 3834, { -1248.15f, -245.599f, 73.4377f, 6.23083f }, { 0.0f, 0.0f, -0.0261765f, 0.999657f } }, // 46248 + { 3835, { -1237.21f, -260.168f, 73.4377f, 1.48353f }, { 0.0f, 0.0f, 0.67559f, 0.737278f } }, // 46248 + { 3836, { -1260.37f, -248.767f, 77.9454f, 1.48353f }, { 0.0f, 0.0f, 0.67559f, 0.737278f } }, // 46248 + { 3837, { -1249.32f, -244.907f, 92.3372f, 0.401425f }, { 0.0f, 0.0f, 0.199368f, 0.979925f } }, // 46248 + { 3838, { -1250.09f, -254.604f, 92.3015f, 0.148352f }, { 0.0f, 0.0f, 0.0741081f, 0.99725f } }, // 46248 + // Wooden Chair + { 28048, { 41.1672f, -426.866f, 44.6828f, 2.7838f }, { 0.0f, 0.0f, 0.98404f, 0.177946f } }, // 52237 + { 28049, { 39.0988f, -425.746f, 44.688f, 5.66359f }, { 0.0f, 0.0f, -0.304864f, 0.952396f } }, // 52237 + { 28605, { 25.2482f, -433.104f, 47.6369f, 2.38237f }, { 0.0f, 0.0f, 0.928809f, 0.370558f } }, // 52237 + { 28606, { 25.758f, -425.837f, 47.6369f, 4.30224f }, { 0.0f, 0.0f, -0.836286f, 0.548294f } }, // 52237 + { 28607, { 27.6786f, -427.69f, 47.6369f, 3.60411f }, { 0.0f, 0.0f, -0.973379f, 0.229201f } }, // 52237 + // Anvil + { 32571, { -100.071f, -583.512f, 41.7316f, 0.00872424f }, { 0.0f, 0.0f, 0.00436211f, 0.99999f } }, // 46248 + { 32572, { -102.733f, -588.775f, 41.7316f, 5.24472f }, { 0.0f, 0.0f, -0.496216f, 0.868199f } }, // 46248 + { 32573, { -100.966f, -586.958f, 41.7316f, 5.76831f }, { 0.0f, 0.0f, -0.254601f, 0.967046f } }, // 46248 + { 32574, { -106.172f, -589.721f, 41.7316f, 4.72112f }, { 0.0f, 0.0f, -0.704014f, 0.710186f } }, // 46248 + { 51704, { -1245.2f, -307.059f, 63.3199f, 3.0796f }, { -0.00711155f, -0.0236301f, 0.99922f, 0.0308324f } }, // 46248 + { 51705, { -1258.23f, -310.977f, 63.2015f, 0.862903f }, { 0.0179744f, -0.0169086f, 0.418255f, 0.907994f } }, // 46248 + { 161489, { 360.38f, -527.549f, 71.1205f, 4.23242f }, { 0.0f, 0.0f, -0.854912f, 0.518773f } }, // 46248 + { 178685, { 646.207f, -57.2431f, 41.6587f, 6.12611f }, { 0.0f, 0.0f, -0.0784588f, 0.996917f } }, // 46248 + { 179391, { 548.682f, -100.846f, 44.8191f, 1.46608f }, { 0.0f, 0.0f, 0.66913f, 0.743145f } }, // 46248 + { 179391, { -172.363f, -452.824f, 33.2796f, 0.628319f }, { 0.0f, 0.0f, 0.309017f, 0.951056f } }, // 46248 + { 179392, { 552.429f, -102.764f, 44.8191f, 2.46964f }, { 0.0f, 0.0f, 0.944089f, 0.329691f } }, // 46248 + { 179392, { -171.282f, -456.892f, 33.2796f, 1.63188f }, { 0.0f, 0.0f, 0.728371f, 0.685183f } }, // 46248 + { 179393, { 549.472f, -101.547f, 44.8191f, 1.16064f }, { 0.0f, 0.0f, 0.548293f, 0.836286f } }, // 46248 + { 179393, { -172.356f, -453.88f, 33.2796f, 0.322884f }, { 0.0f, 0.0f, 0.160742f, 0.986997f } }, // 46248 + { 179394, { 550.347f, -101.698f, 44.8191f, 1.59698f }, { 0.0f, 0.0f, 0.716302f, 0.69779f } }, // 46248 + { 179394, { -171.882f, -454.632f, 33.2796f, 0.759217f }, { 0.0f, 0.0f, 0.370557f, 0.92881f } }, // 46248 + { 179395, { 551.271f, -102.226f, 44.8191f, 0.898843f }, { 0.0f, 0.0f, 0.434444f, 0.900699f } }, // 46248 + { 179395, { -171.656f, -455.671f, 33.2796f, 0.0610847f }, { 0.0f, 0.0f, 0.0305376f, 0.999534f } }, // 46248 + { 179396, { -170.699f, -458.41f, 33.2796f, 5.25344f }, { 0.0f, 0.0f, -0.492423f, 0.870356f } }, // 46248 + { 179396, { 553.947f, -103.347f, 44.8191f, 6.0912f }, { 0.0f, 0.0f, -0.0958452f, 0.995396f } }, // 46248 + { 179397, { -170.14f, -457.609f, 33.2796f, 5.60251f }, { 0.0f, 0.0f, -0.333806f, 0.942642f } }, // 46248 + { 179397, { 553.725f, -102.396f, 44.8191f, 0.157079f }, { 0.0f, 0.0f, 0.0784588f, 0.996917f } }, // 46248 + // Forge + { 34571, { -105.423f, -584.352f, 42.0149f, 2.36492f }, { 0.0f, 0.0f, 0.92554f, 0.37865f } }, // 46248 + { 161487, { 361.097f, -531.693f, 71.1898f, 4.12771f }, { 0.0f, 0.0f, -0.88089f, 0.473321f } }, // 46248 + { 178684, { 649.264f, -59.1111f, 41.5476f, 3.59538f }, { 0.0f, 0.0f, -0.97437f, 0.224951f } }, // 46248 + // Bonfire + { 161488, { 360.915f, -497.099f, 71.3389f, 3.14159f }, { 0.0f, 0.0f, -1.0f, 0.0f } }, // 46248 + { 177408, { -743.427f, -398.241f, 76.4266f, 0.872664f }, { 0.0173936f, -0.00633049f, 0.422701f, 0.90608f } }, // 46248 + // Brazier + { 177261, { -1290.27f, -172.47f, 72.1853f, 3.06302f }, { 0.00871992f, -0.00034237f, 0.99919f, 0.0392748f } }, // 46248 + { 177292, { -1099.21f, -266.231f, 57.8849f, 3.99681f }, { 0.0f, 0.0f, -0.909961f, 0.414694f } }, // 46248 + { 177293, { -1082.6f, -266.681f, 57.8575f, 2.40855f }, { 0.0f, 0.0f, 0.933579f, 0.35837f } }, // 46248 + { 177405, { -1140.82f, -343.392f, 50.9077f, 3.49939f }, { 0.0f, 0.0f, -0.98404f, 0.177946f } }, // 46248 + { 177406, { -1139.68f, -356.288f, 51.264f, 5.57633f }, { 0.0f, 0.0f, -0.346116f, 0.938192f } }, // 46248 + { 177409, { -1215.59f, -371.946f, 56.5293f, 0.357792f }, { 0.0f, 0.0f, 0.177943f, 0.984041f } }, // 46248 + { 177410, { -1241.25f, -345.115f, 59.6867f, 0.357792f }, { 0.0f, 0.0f, 0.177943f, 0.984041f } }, // 46248 + { 177411, { -1202.81f, -271.599f, 72.5805f, 0.357792f }, { 0.0f, 0.0f, 0.177943f, 0.984041f } }, // 46248 + { 177412, { -1282.21f, -284.083f, 87.256f, 6.2221f }, { 0.0f, 0.0f, -0.0305376f, 0.999534f } }, // 46248 + { 177413, { -1256.55f, -280.278f, 73.9473f, 6.2221f }, { 0.0f, 0.0f, -0.0305376f, 0.999534f } }, // 46248 + { 179419, { -1423.16f, -318.436f, 89.1136f, 2.35619f }, { 0.0f, 0.0f, 0.923879f, 0.382686f } }, // 46248 + // Campfire + { 177262, { -1286.25f, -184.481f, 71.8334f, 4.23243f }, { -0.00733089f, -0.0299597f, -0.854258f, 0.518934f } }, // 46248 + { 177263, { -1280.17f, -220.536f, 72.2686f, 1.62315f }, { 0.0f, 0.0f, 0.725373f, 0.688356f } }, // 46248 + { 177324, { -375.017f, -523.71f, 84.0771f, 3.14159f }, { 0.0f, 0.0f, -1.0f, 0.0f } }, // 46248 + { 177325, { -413.51f, -521.413f, 84.0771f, 2.05948f }, { 0.0f, 0.0f, 0.857166f, 0.51504f } }, // 46248 + { 177326, { -487.401f, -526.486f, 82.5708f, 5.47161f }, { 0.0f, 0.0f, -0.394743f, 0.918792f } }, // 46248 + { 177327, { -251.556f, -562.061f, 68.1725f, 6.11738f }, { 0.0f, 0.0f, -0.0828075f, 0.996566f } }, // 46248 + { 177425, { -353.118f, 37.0955f, 65.8904f, 3.14159f }, { 0.0f, 0.0f, -1.0f, 0.0f } }, // 48632 + { 179945, { -1070.53f, -617.908f, 51.3249f, 5.83813f }, { 0.0f, 0.0f, -0.220697f, 0.975342f } }, // 46248 + // Cauldron + { 177396, { 12.8247f, -120.21f, 41.6669f, 3.14159f }, { 0.0f, 0.0f, -1.0f, 0.0f } }, // 46248 + // Chair + { 179384, { -145.341f, -444.846f, 26.4163f, 6.23083f }, { 0.0f, 0.0f, -0.0261765f, 0.999657f } }, // 52237 + { 179384, { 560.834f, -75.4266f, 37.9558f, 0.785397f }, { 0.0f, 0.0f, 0.382683f, 0.92388f } }, // 52237 + { 179385, { 550.678f, -79.8234f, 44.8257f, 3.18527f }, { 0.0f, 0.0f, -0.999762f, 0.0218352f } }, // 52237 + { 179385, { -155.405f, -440.24f, 33.2862f, 2.34747f }, { 0.0f, 0.0f, 0.922201f, 0.38671f } }, // 52237 + { 179386, { 568.326f, -89.4992f, 37.9558f, 1.39626f }, { 0.0f, 0.0f, 0.642787f, 0.766045f } }, // 52237 + { 179386, { -150.787f, -459.829f, 26.4163f, 0.558504f }, { 0.0f, 0.0f, 0.275637f, 0.961262f } }, // 52237 + { 179387, { 550.597f, -77.5213f, 44.8257f, 4.23242f }, { 0.0f, 0.0f, -0.854912f, 0.518773f } }, // 52237 + { 179387, { -153.748f, -438.639f, 33.2862f, 3.39467f }, { 0.0f, 0.0f, -0.992004f, 0.126203f } }, // 52237 + { 179388, { 570.419f, -89.0567f, 37.9558f, 2.22529f }, { 0.0f, 0.0f, 0.896873f, 0.442289f } }, // 52237 + { 179388, { -149.057f, -461.089f, 26.4163f, 1.38754f }, { 0.0f, 0.0f, 0.63944f, 0.768841f } }, // 52237 + { 179389, { 555.517f, -101.589f, 44.8257f, 0.392697f }, { 0.0f, 0.0f, 0.195089f, 0.980785f } }, // 52237 + { 179389, { -168.342f, -458.4f, 33.2862f, 5.83813f }, { 0.0f, 0.0f, -0.220697f, 0.975342f } }, // 52237 + { 179390, { 561.851f, -73.1481f, 37.9558f, 4.88692f }, { 0.0f, 0.0f, -0.642787f, 0.766045f } }, // 52237 + { 179390, { -142.968f, -444.076f, 26.4163f, 4.04917f }, { 0.0f, 0.0f, -0.898793f, 0.438373f } }, // 52237 + // Wanted: ORCS! + { 179437, { 618.748f, -52.1126f, 42.1122f, 6.21337f }, { 0.0f, 0.0f, -0.0348988f, 0.999390f } }, // 46248 + // Wanted: DWARVES! + { 179438, { -1181.10f, -370.747f, 53.6246f, 2.68781f }, { 0.0f, 0.0f, 0.974370f, 0.224951f } }, // 46248 +}; + const float BG_AV_DoorPositons[2][4] = { {780.487f, -493.024f, 99.9553f, 3.0976f}, //alliance From 6874d5e61bbcab831ec6d710598c574dc3f4d1e4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 15 May 2024 18:43:46 +0000 Subject: [PATCH 38/69] chore(DB): import pending files Referenced commit(s): e2029c363323d8bde195a302b6934497b57197ba --- .../rev_1713526355691722800.sql => db_world/2024_05_15_00.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/rev_1713526355691722800.sql => db_world/2024_05_15_00.sql} (75%) diff --git a/data/sql/updates/pending_db_world/rev_1713526355691722800.sql b/data/sql/updates/db_world/2024_05_15_00.sql similarity index 75% rename from data/sql/updates/pending_db_world/rev_1713526355691722800.sql rename to data/sql/updates/db_world/2024_05_15_00.sql index d6c2c54e7..037629e99 100644 --- a/data/sql/updates/pending_db_world/rev_1713526355691722800.sql +++ b/data/sql/updates/db_world/2024_05_15_00.sql @@ -1,3 +1,4 @@ +-- DB update 2024_05_14_02 -> 2024_05_15_00 -- clear all gameobjects in map 30 "Alterac Valley" -- these will be spawned in the bg script DELETE FROM `gameobject` WHERE `map` = 30; From 3b4639aa19fab6f31dd0de9be81b44ccbcbe03e5 Mon Sep 17 00:00:00 2001 From: Dan <83884799+elthehablo@users.noreply.github.com> Date: Fri, 17 May 2024 08:06:25 +0200 Subject: [PATCH 39/69] fix(Scripts/ShadowmoonValley): minor fixes to Enslaved Netherwing Drakes (#18883) * init * fixes --- .../Outland/zone_shadowmoon_valley.cpp | 96 +++++++++---------- 1 file changed, 47 insertions(+), 49 deletions(-) diff --git a/src/server/scripts/Outland/zone_shadowmoon_valley.cpp b/src/server/scripts/Outland/zone_shadowmoon_valley.cpp index 20450a647..8314d7586 100644 --- a/src/server/scripts/Outland/zone_shadowmoon_valley.cpp +++ b/src/server/scripts/Outland/zone_shadowmoon_valley.cpp @@ -439,9 +439,6 @@ enum EnshlavedNetherwingDrake NPC_DRAGONMAW_WRANGLER = 21717, NPC_ESCAPE_DUMMY = 22317, - EVENT_TAKE_OFF = 1, - EVENT_CREDIT_PLAYER = 2, - // Point POINT_DESPAWN = 1 }; @@ -451,18 +448,14 @@ struct npc_enslaved_netherwing_drake : public ScriptedAI public: npc_enslaved_netherwing_drake(Creature* creature) : ScriptedAI(creature) { - Tapped = false; + _tapped = false; Reset(); } - ObjectGuid PlayerGUID; - bool Tapped; - - Player* GetPlayer() { return ObjectAccessor::GetPlayer(*me, PlayerGUID); } - void Reset() override { - if (!Tapped) + scheduler.CancelAll(); + if (!_tapped) { me->RestoreFaction(); me->SetReactState(REACT_AGGRESSIVE); @@ -474,9 +467,8 @@ public: void JustDied(Unit* /*killer*/) override { - Tapped = false; + _tapped = false; me->RestoreFaction(); - events.CancelEvent(EVENT_TAKE_OFF); } void SpellHit(Unit* caster, SpellInfo const* spell) override @@ -485,20 +477,45 @@ public: if (!playerCaster) return; - if (spell->Id == SPELL_HIT_FORCE_OF_NELTHARAKU && !Tapped && + if (spell->Id == SPELL_HIT_FORCE_OF_NELTHARAKU && !_tapped && playerCaster->GetQuestStatus(QUEST_THE_FORCE_OF_NELTHARAKU) == QUEST_STATUS_INCOMPLETE) { - Tapped = true; - PlayerGUID = caster->GetGUID(); + _tapped = true; + _playerGUID = caster->GetGUID(); - me->SetFaction(FACTION_FLAYER_HUNTER); // Not sure if this is correct, it was taken off of Mordenai. + scheduler.Schedule(2s, [this](TaskContext) + { + me->SetFaction(FACTION_FLAYER_HUNTER); // Not sure if this is correct, it was taken off of Mordenai. - if (Unit* Dragonmaw = me->FindNearestCreature(NPC_DRAGONMAW_SUBJUGATOR, 25.0f)) - AttackStart(Dragonmaw); - else if (Unit* Dragonmaw = me->FindNearestCreature(NPC_DRAGONMAW_WRANGLER, 25.0f)) - AttackStart(Dragonmaw); + if (Unit* dragonmaw = me->FindNearestCreature(NPC_DRAGONMAW_SUBJUGATOR, 25.0f)) + AttackStart(dragonmaw); + else if (Unit* dragonmaw = me->FindNearestCreature(NPC_DRAGONMAW_WRANGLER, 25.0f)) + AttackStart(dragonmaw); + scheduler.Schedule(2s, [this](TaskContext) + { + _tapped = false; + Position pos; + if (Unit* escapeDummy = me->FindNearestCreature(NPC_ESCAPE_DUMMY, 30.0f)) + pos = escapeDummy->GetPosition(); + else + { + pos = me->GetRandomNearPosition(20.0f); + pos.m_positionZ += 25.0f; + } - events.ScheduleEvent(EVENT_TAKE_OFF, 2s); + me->SetDisableGravity(true); + me->GetMotionMaster()->MovePoint(POINT_DESPAWN, pos); + me->SetReactState(REACT_PASSIVE); + scheduler.Schedule(100ms, [this](TaskContext) + { + if (Player* player = _GetPlayer()) + { + DoCast(player, SPELL_FORCE_OF_NELTHARAKU, true); + } + me->DespawnOrUnsummon(3s, 0s); + }); + }); + }); } } @@ -514,40 +531,21 @@ public: void UpdateAI(uint32 diff) override { - events.Update(diff); + scheduler.Update(diff); if (!UpdateVictim()) - { - switch (events.ExecuteEvent()) - { - case EVENT_TAKE_OFF: - { - Tapped = false; - Position pos; - if (Unit* EscapeDummy = me->FindNearestCreature(NPC_ESCAPE_DUMMY, 30)) - pos = EscapeDummy->GetPosition(); - else - { - pos = me->GetRandomNearPosition(20); - pos.m_positionZ += 25; - } - - me->SetDisableGravity(true); - me->GetMotionMaster()->MovePoint(POINT_DESPAWN, pos); - me->SetReactState(REACT_PASSIVE); - events.ScheduleEvent(EVENT_CREDIT_PLAYER, 100ms); - break; - } - case EVENT_CREDIT_PLAYER: - DoCast(GetPlayer(), SPELL_FORCE_OF_NELTHARAKU, true); - me->DespawnOrUnsummon(3s, 0s); - break; - } return; - } + + if (me->HasUnitState(UNIT_STATE_CASTING)) + return; DoMeleeAttackIfReady(); } +private: + bool _tapped; + ObjectGuid _playerGUID; + + Player* _GetPlayer() { return ObjectAccessor::GetPlayer(*me, _playerGUID); } }; /*##### From dfc9abb754a5790941b63422da4741bc4c765937 Mon Sep 17 00:00:00 2001 From: sudlud Date: Fri, 17 May 2024 21:00:16 +0200 Subject: [PATCH 40/69] fix(CI): revert ubuntu-22.04 to gcc12 (#18905) * fix(CI/PCH): revert ubuntu-22.04 to gcc12, add ubuntu-24.04 with gcc14 * also update nopch workflow * Update core-build-nopch.yml * Update core-build-pch.yml --- .github/workflows/core-build-nopch.yml | 4 ++-- .github/workflows/core-build-pch.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/core-build-nopch.yml b/.github/workflows/core-build-nopch.yml index e36dc4ae7..a9257ced1 100644 --- a/.github/workflows/core-build-nopch.yml +++ b/.github/workflows/core-build-nopch.yml @@ -33,8 +33,8 @@ jobs: CXX: clang++-15 - os: ubuntu-22.04 compiler: - CC: gcc-13 - CXX: g++-13 + CC: gcc-12 + CXX: g++-12 runs-on: ${{ matrix.os }} name: ${{ matrix.os }}-${{ matrix.compiler.CC }}-nopch if: github.repository == 'azerothcore/azerothcore-wotlk' diff --git a/.github/workflows/core-build-pch.yml b/.github/workflows/core-build-pch.yml index ac1cd73aa..3064fc6e3 100644 --- a/.github/workflows/core-build-pch.yml +++ b/.github/workflows/core-build-pch.yml @@ -30,8 +30,8 @@ jobs: CXX: clang++-15 - os: ubuntu-22.04 compiler: - CC: gcc-13 - CXX: g++-13 + CC: gcc-12 + CXX: g++-12 runs-on: ${{ matrix.os }} name: ${{ matrix.os }}-${{ matrix.compiler.CC }}-pch if: github.repository == 'azerothcore/azerothcore-wotlk' && !github.event.pull_request.draft From 7b23439b8f4866fc10ce7dd62a150dcf9de9a17d Mon Sep 17 00:00:00 2001 From: sudlud Date: Fri, 17 May 2024 22:56:15 +0200 Subject: [PATCH 41/69] feat(CI): add CI for ubuntu-24.04 (#18909) --- .github/workflows/core-build-nopch.yml | 8 ++++++++ .github/workflows/core-build-pch.yml | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/.github/workflows/core-build-nopch.yml b/.github/workflows/core-build-nopch.yml index a9257ced1..f7deee68d 100644 --- a/.github/workflows/core-build-nopch.yml +++ b/.github/workflows/core-build-nopch.yml @@ -35,6 +35,14 @@ jobs: compiler: CC: gcc-12 CXX: g++-12 + - os: ubuntu-24.04 + compiler: + CC: clang-18 + CXX: clang++-18 + - os: ubuntu-24.04 + compiler: + CC: gcc-14 + CXX: g++-14 runs-on: ${{ matrix.os }} name: ${{ matrix.os }}-${{ matrix.compiler.CC }}-nopch if: github.repository == 'azerothcore/azerothcore-wotlk' diff --git a/.github/workflows/core-build-pch.yml b/.github/workflows/core-build-pch.yml index 3064fc6e3..736aee881 100644 --- a/.github/workflows/core-build-pch.yml +++ b/.github/workflows/core-build-pch.yml @@ -32,6 +32,14 @@ jobs: compiler: CC: gcc-12 CXX: g++-12 + - os: ubuntu-24.04 + compiler: + CC: clang-18 + CXX: clang++-18 + - os: ubuntu-24.04 + compiler: + CC: gcc-14 + CXX: g++-14 runs-on: ${{ matrix.os }} name: ${{ matrix.os }}-${{ matrix.compiler.CC }}-pch if: github.repository == 'azerothcore/azerothcore-wotlk' && !github.event.pull_request.draft From 4ae69cf01b5cdf6ddff33b9a44f55ea9785ca97b Mon Sep 17 00:00:00 2001 From: chaosua <544218+chaosua@users.noreply.github.com> Date: Sat, 18 May 2024 09:45:27 +0300 Subject: [PATCH 42/69] fix(DB/creature_text): localize Arcanist Braedin txt line about WG (#18886) --- data/sql/updates/pending_db_world/wg_fix.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 data/sql/updates/pending_db_world/wg_fix.sql diff --git a/data/sql/updates/pending_db_world/wg_fix.sql b/data/sql/updates/pending_db_world/wg_fix.sql new file mode 100644 index 000000000..3d394be1d --- /dev/null +++ b/data/sql/updates/pending_db_world/wg_fix.sql @@ -0,0 +1 @@ +UPDATE `creature_text` SET `BroadcastTextId`='32838' WHERE `CreatureID`='32169' AND `GroupID`='0' AND `ID`='0'; From 6d6c7bed9bd19703eda893ddbca9776400b852fe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 18 May 2024 06:46:17 +0000 Subject: [PATCH 43/69] chore(DB): import pending files Referenced commit(s): 4ae69cf01b5cdf6ddff33b9a44f55ea9785ca97b --- .../{pending_db_world/wg_fix.sql => db_world/2024_05_18_00.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/wg_fix.sql => db_world/2024_05_18_00.sql} (71%) diff --git a/data/sql/updates/pending_db_world/wg_fix.sql b/data/sql/updates/db_world/2024_05_18_00.sql similarity index 71% rename from data/sql/updates/pending_db_world/wg_fix.sql rename to data/sql/updates/db_world/2024_05_18_00.sql index 3d394be1d..bfba71735 100644 --- a/data/sql/updates/pending_db_world/wg_fix.sql +++ b/data/sql/updates/db_world/2024_05_18_00.sql @@ -1 +1,2 @@ +-- DB update 2024_05_15_00 -> 2024_05_18_00 UPDATE `creature_text` SET `BroadcastTextId`='32838' WHERE `CreatureID`='32169' AND `GroupID`='0' AND `ID`='0'; From 3988e9581d736f8c7891baaf13011e9df4f46fa4 Mon Sep 17 00:00:00 2001 From: silviu20092 Date: Sat, 18 May 2024 11:02:57 +0300 Subject: [PATCH 44/69] feat(core): add hooks for applying item mods (#18760) --- src/server/game/Entities/Player/Player.cpp | 2 ++ src/server/game/Entities/Player/PlayerStorage.cpp | 2 ++ .../game/Scripting/ScriptDefines/PlayerScript.cpp | 10 ++++++++++ src/server/game/Scripting/ScriptDefines/PlayerScript.h | 6 ++++++ src/server/game/Scripting/ScriptMgr.h | 2 ++ 5 files changed, 22 insertions(+) diff --git a/src/server/game/Entities/Player/Player.cpp b/src/server/game/Entities/Player/Player.cpp index 10140ff94..ee661c9a9 100644 --- a/src/server/game/Entities/Player/Player.cpp +++ b/src/server/game/Entities/Player/Player.cpp @@ -6584,6 +6584,8 @@ void Player::_ApplyItemBonuses(ItemTemplate const* proto, uint8 slot, bool apply statType = proto->ItemStat[i].ItemStatType; val = proto->ItemStat[i].ItemStatValue; + + sScriptMgr->OnApplyItemModsBefore(this, slot, apply, i, statType, val); } if (val == 0) diff --git a/src/server/game/Entities/Player/PlayerStorage.cpp b/src/server/game/Entities/Player/PlayerStorage.cpp index da9c0e338..553cc2506 100644 --- a/src/server/game/Entities/Player/PlayerStorage.cpp +++ b/src/server/game/Entities/Player/PlayerStorage.cpp @@ -4451,6 +4451,8 @@ void Player::ApplyEnchantment(Item* item, EnchantmentSlot slot, bool apply, bool } } + sScriptMgr->OnApplyEnchantmentItemModsBefore(this, item, slot, apply, enchant_spell_id, enchant_amount); + LOG_DEBUG("entities.player.items", "Adding {} to stat nb {}", enchant_amount, enchant_spell_id); switch (enchant_spell_id) { diff --git a/src/server/game/Scripting/ScriptDefines/PlayerScript.cpp b/src/server/game/Scripting/ScriptDefines/PlayerScript.cpp index 633750fdd..61d6cd18b 100644 --- a/src/server/game/Scripting/ScriptDefines/PlayerScript.cpp +++ b/src/server/game/Scripting/ScriptDefines/PlayerScript.cpp @@ -639,6 +639,16 @@ void ScriptMgr::OnCustomScalingStatValue(Player* player, ItemTemplate const* pro CALL_ENABLED_HOOKS(PlayerScript, PLAYERHOOK_ON_CUSTOM_SCALING_STAT_VALUE, script->OnCustomScalingStatValue(player, proto, statType, val, itemProtoStatNumber, ScalingStatValue, ssv)); } +void ScriptMgr::OnApplyItemModsBefore(Player* player, uint8 slot, bool apply, uint8 itemProtoStatNumber, uint32 statType, int32& val) +{ + CALL_ENABLED_HOOKS(PlayerScript, PLAYERHOOK_ON_APPLY_ITEM_MODS_BEFORE, script->OnApplyItemModsBefore(player, slot, apply, itemProtoStatNumber, statType, val)); +} + +void ScriptMgr::OnApplyEnchantmentItemModsBefore(Player* player, Item* item, EnchantmentSlot slot, bool apply, uint32 enchant_spell_id, uint32& enchant_amount) +{ + CALL_ENABLED_HOOKS(PlayerScript, PLAYERHOOK_ON_APPLY_ENCHANTMENT_ITEM_MODS_BEFORE, script->OnApplyEnchantmentItemModsBefore(player, item, slot, apply, enchant_spell_id, enchant_amount)); +} + bool ScriptMgr::CanArmorDamageModifier(Player* player) { CALL_ENABLED_BOOLEAN_HOOKS(PlayerScript, PLAYERHOOK_CAN_ARMOR_DAMAGE_MODIFIER, !script->CanArmorDamageModifier(player)); diff --git a/src/server/game/Scripting/ScriptDefines/PlayerScript.h b/src/server/game/Scripting/ScriptDefines/PlayerScript.h index 4ef3cd4ba..9495c1b5d 100644 --- a/src/server/game/Scripting/ScriptDefines/PlayerScript.h +++ b/src/server/game/Scripting/ScriptDefines/PlayerScript.h @@ -146,6 +146,8 @@ enum PlayerHook PLAYERHOOK_ON_VICTIM_REWARD_AFTER, PLAYERHOOK_ON_CUSTOM_SCALING_STAT_VALUE_BEFORE, PLAYERHOOK_ON_CUSTOM_SCALING_STAT_VALUE, + PLAYERHOOK_ON_APPLY_ITEM_MODS_BEFORE, + PLAYERHOOK_ON_APPLY_ENCHANTMENT_ITEM_MODS_BEFORE, PLAYERHOOK_CAN_ARMOR_DAMAGE_MODIFIER, PLAYERHOOK_ON_GET_FERAL_AP_BONUS, PLAYERHOOK_CAN_APPLY_WEAPON_DEPENDENT_AURA_DAMAGE_MOD, @@ -542,6 +544,10 @@ public: virtual void OnCustomScalingStatValue(Player* /*player*/, ItemTemplate const* /*proto*/, uint32& /*statType*/, int32& /*val*/, uint8 /*itemProtoStatNumber*/, uint32 /*ScalingStatValue*/, ScalingStatValuesEntry const* /*ssv*/) { } + virtual void OnApplyItemModsBefore(Player* /*player*/, uint8 /*slot*/, bool /*apply*/, uint8 /*itemProtoStatNumber*/, uint32 /*statType*/, int32& /*val*/) { } + + virtual void OnApplyEnchantmentItemModsBefore(Player* /*player*/, Item* /*item*/, EnchantmentSlot /*slot*/, bool /*apply*/, uint32 /*enchant_spell_id*/, uint32& /*enchant_amount*/) { } + [[nodiscard]] virtual bool CanArmorDamageModifier(Player* /*player*/) { return true; } virtual void OnGetFeralApBonus(Player* /*player*/, int32& /*feral_bonus*/, int32 /*dpsMod*/, ItemTemplate const* /*proto*/, ScalingStatValuesEntry const* /*ssv*/) { } diff --git a/src/server/game/Scripting/ScriptMgr.h b/src/server/game/Scripting/ScriptMgr.h index 522d127c2..c65e40953 100644 --- a/src/server/game/Scripting/ScriptMgr.h +++ b/src/server/game/Scripting/ScriptMgr.h @@ -412,6 +412,8 @@ public: /* PlayerScript */ void OnVictimRewardAfter(Player* player, Player* victim, uint32& killer_title, uint32& victim_rank, float& honor_f); void OnCustomScalingStatValueBefore(Player* player, ItemTemplate const* proto, uint8 slot, bool apply, uint32& CustomScalingStatValue); void OnCustomScalingStatValue(Player* player, ItemTemplate const* proto, uint32& statType, int32& val, uint8 itemProtoStatNumber, uint32 ScalingStatValue, ScalingStatValuesEntry const* ssv); + void OnApplyItemModsBefore(Player* player, uint8 slot, bool apply, uint8 itemProtoStatNumber, uint32 statType, int32& val); + void OnApplyEnchantmentItemModsBefore(Player* player, Item* item, EnchantmentSlot slot, bool apply, uint32 enchant_spell_id, uint32& enchant_amount); bool CanArmorDamageModifier(Player* player); void OnGetFeralApBonus(Player* player, int32& feral_bonus, int32 dpsMod, ItemTemplate const* proto, ScalingStatValuesEntry const* ssv); bool CanApplyWeaponDependentAuraDamageMod(Player* player, Item* item, WeaponAttackType attackType, AuraEffect const* aura, bool apply); From 49e3d5dfff5ec339485272d3c41c2d84daa45747 Mon Sep 17 00:00:00 2001 From: Jelle Meeus Date: Sat, 18 May 2024 14:08:20 +0200 Subject: [PATCH 45/69] feat(Scripts/Commands): Add quality colors to .item lookup command (#18907) add quality colors to .item lookup command --- data/sql/updates/pending_db_world/rev_1715872309494189947.sql | 2 ++ src/server/scripts/Commands/cs_lookup.cpp | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 data/sql/updates/pending_db_world/rev_1715872309494189947.sql diff --git a/data/sql/updates/pending_db_world/rev_1715872309494189947.sql b/data/sql/updates/pending_db_world/rev_1715872309494189947.sql new file mode 100644 index 000000000..d90ec6db2 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1715872309494189947.sql @@ -0,0 +1,2 @@ +-- +UPDATE `acore_string` SET `content_default`='%d - |c%x|Hitem:%d:0:0:0:0:0:0:0:0|h[%s]|h|r ', `locale_deDE`='%d - |c%x|Hitem:%d:0:0:0:0:0:0:0:0|h[%s]|h|r ', `locale_zhCN`='%d - |c%x|Hitem:%d:0:0:0:0:0:0:0:0|h[%s]|h|r' WHERE `entry`=512; diff --git a/src/server/scripts/Commands/cs_lookup.cpp b/src/server/scripts/Commands/cs_lookup.cpp index b89506e52..8ebfff0ed 100644 --- a/src/server/scripts/Commands/cs_lookup.cpp +++ b/src/server/scripts/Commands/cs_lookup.cpp @@ -33,6 +33,7 @@ EndScriptData */ #include "ReputationMgr.h" #include "SpellInfo.h" #include "SpellMgr.h" +#include "SharedDefines.h" using namespace Acore::ChatCommands; @@ -550,7 +551,7 @@ public: if (handler->GetSession()) { - handler->PSendSysMessage(LANG_ITEM_LIST_CHAT, itemTemplate.ItemId, itemTemplate.ItemId, name.c_str()); + handler->PSendSysMessage(LANG_ITEM_LIST_CHAT, itemTemplate.ItemId, ItemQualityColors[itemTemplate.Quality], itemTemplate.ItemId, name.c_str()); } else { From 1b1dfd2a49e8d37921916bf50c76cbb5e424b7db Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 18 May 2024 12:09:09 +0000 Subject: [PATCH 46/69] chore(DB): import pending files Referenced commit(s): 49e3d5dfff5ec339485272d3c41c2d84daa45747 --- .../rev_1715872309494189947.sql => db_world/2024_05_18_01.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/rev_1715872309494189947.sql => db_world/2024_05_18_01.sql} (84%) diff --git a/data/sql/updates/pending_db_world/rev_1715872309494189947.sql b/data/sql/updates/db_world/2024_05_18_01.sql similarity index 84% rename from data/sql/updates/pending_db_world/rev_1715872309494189947.sql rename to data/sql/updates/db_world/2024_05_18_01.sql index d90ec6db2..d70abdc03 100644 --- a/data/sql/updates/pending_db_world/rev_1715872309494189947.sql +++ b/data/sql/updates/db_world/2024_05_18_01.sql @@ -1,2 +1,3 @@ +-- DB update 2024_05_18_00 -> 2024_05_18_01 -- UPDATE `acore_string` SET `content_default`='%d - |c%x|Hitem:%d:0:0:0:0:0:0:0:0|h[%s]|h|r ', `locale_deDE`='%d - |c%x|Hitem:%d:0:0:0:0:0:0:0:0|h[%s]|h|r ', `locale_zhCN`='%d - |c%x|Hitem:%d:0:0:0:0:0:0:0:0|h[%s]|h|r' WHERE `entry`=512; From dd0e6262d1d396a19e4945155c9fe1247f69dcd4 Mon Sep 17 00:00:00 2001 From: Mike Delago <32778141+michaeldelago@users.noreply.github.com> Date: Sat, 18 May 2024 12:16:40 -0400 Subject: [PATCH 47/69] chore(Docker): update docker compose file schema (#18686) --- docker-compose.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index cfdfe1a5c..8af635419 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,7 +5,6 @@ # Don't make changes this file! make a `docker-compose.override.yml` and make your # changes there instead. -version: '3' services: ac-database: container_name: ac-database From 45145fed48b56859def41d327b64307580d2d126 Mon Sep 17 00:00:00 2001 From: Mike Delago <32778141+michaeldelago@users.noreply.github.com> Date: Sat, 18 May 2024 13:12:22 -0400 Subject: [PATCH 48/69] fix(Docker): Check write access for config dir (#18238) --- apps/docker/entrypoint.sh | 38 +++++++++++++++++++++++++++++++++++--- 1 file changed, 35 insertions(+), 3 deletions(-) diff --git a/apps/docker/entrypoint.sh b/apps/docker/entrypoint.sh index 5cd7fc28d..ad08fb77e 100644 --- a/apps/docker/entrypoint.sh +++ b/apps/docker/entrypoint.sh @@ -1,14 +1,46 @@ #!/usr/bin/env bash set -euo pipefail +CONF_DIR="${CONF_DIR:-/azerothcore/env/dist/etc}" +LOGS_DIR="${LOGS_DIR:-/azerothcore/env/dist/logs}" + +if ! touch "$CONF_DIR/.write-test" || ! touch "$LOGS_DIR/.write-test"; then + cat < Date: Sat, 18 May 2024 21:09:36 +0300 Subject: [PATCH 49/69] =?UTF-8?q?fix(DB/creature=5Ftext)=20add=20missing?= =?UTF-8?q?=20broadcastID=20to=20Elder=20Clearwater=20txt=20lines=20to=20s?= =?UTF-8?q?upp=E2=80=A6=20(#18917)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * (DB/SQL)add missing broadcastID to Elder Clearwater txt lines to support localization * Update kaluac.sql --- data/sql/updates/pending_db_world/kaluac.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/kaluac.sql diff --git a/data/sql/updates/pending_db_world/kaluac.sql b/data/sql/updates/pending_db_world/kaluac.sql new file mode 100644 index 000000000..d3c403161 --- /dev/null +++ b/data/sql/updates/pending_db_world/kaluac.sql @@ -0,0 +1,3 @@ +-- add missing broadcastID to Elder Clearwater txt lines +UPDATE `creature_text` SET `BroadcastTextId` = '38218' WHERE `CreatureID` = '38294' AND `GroupID` = '1' AND `ID`='0'; +UPDATE `creature_text` SET `BroadcastTextId` = '38222' WHERE `CreatureID` = '38294' AND `GroupID` = '3' AND `ID`='0'; From 9ebc246f2b2e41e66e3d940685ca61eba91eddfa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 18 May 2024 18:10:26 +0000 Subject: [PATCH 50/69] chore(DB): import pending files Referenced commit(s): 64833d965f1f59d580d5ce674c4847afb7cfd368 --- .../{pending_db_world/kaluac.sql => db_world/2024_05_18_02.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/kaluac.sql => db_world/2024_05_18_02.sql} (86%) diff --git a/data/sql/updates/pending_db_world/kaluac.sql b/data/sql/updates/db_world/2024_05_18_02.sql similarity index 86% rename from data/sql/updates/pending_db_world/kaluac.sql rename to data/sql/updates/db_world/2024_05_18_02.sql index d3c403161..0c2cd10a1 100644 --- a/data/sql/updates/pending_db_world/kaluac.sql +++ b/data/sql/updates/db_world/2024_05_18_02.sql @@ -1,3 +1,4 @@ +-- DB update 2024_05_18_01 -> 2024_05_18_02 -- add missing broadcastID to Elder Clearwater txt lines UPDATE `creature_text` SET `BroadcastTextId` = '38218' WHERE `CreatureID` = '38294' AND `GroupID` = '1' AND `ID`='0'; UPDATE `creature_text` SET `BroadcastTextId` = '38222' WHERE `CreatureID` = '38294' AND `GroupID` = '3' AND `ID`='0'; From cf8c1557555d2c0d2a034c8613397fd18cc65b9a Mon Sep 17 00:00:00 2001 From: sudlud Date: Sun, 19 May 2024 04:04:56 +0200 Subject: [PATCH 51/69] fix(DB/Gameobject): Sniffed Values for 'Crossroads' Supply Crates' spawns (#18904) --- .../rev_1715946351973158300.sql | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1715946351973158300.sql diff --git a/data/sql/updates/pending_db_world/rev_1715946351973158300.sql b/data/sql/updates/pending_db_world/rev_1715946351973158300.sql new file mode 100644 index 000000000..4c7e14884 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1715946351973158300.sql @@ -0,0 +1,18 @@ +-- Update gameobject 'Crossroads' Supply Crates' with sniffed values +-- updated spawns +DELETE FROM `gameobject` WHERE (`id` IN (175708)) +AND (`guid` IN (13381, 13382, 13384, 13385)); +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`, `Comment`) VALUES +(13381, 175708, 1, 0, 0, 1, 1, -69.6404571533203125, -3390.967529296875, 92.3358001708984375, 2.617989301681518554, 0, 0, 0.965925216674804687, 0.258821308612823486, 120, 255, 1, "", 45435, NULL), +(13382, 175708, 1, 0, 0, 1, 1, -230.87164306640625, -3307.604248046875, 91.66666412353515625, 1.745326757431030273, 0, 0, 0.766043663024902343, 0.642788589000701904, 120, 255, 1, "", 46902, NULL), +(13384, 175708, 1, 0, 0, 1, 1, -60.1678390502929687, -3398.855712890625, 91.72420501708984375, 5.602506637573242187, 0, 0, -0.33380699157714843, 0.942641437053680419, 120, 255, 1, "", 45435, NULL), +(13385, 175708, 1, 0, 0, 1, 1, -212.19598388671875, -3292.279052734375, 91.66666412353515625, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 120, 255, 1, "", 51943, NULL); + +-- new spawns +DELETE FROM `gameobject` WHERE (`id` IN (175708)) +AND (`guid` IN (443, 444, 445, 446)); +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`, `Comment`) VALUES +(443, 175708, 1, 0, 0, 1, 1, -134.407684326171875, -3309.6806640625, 91.66666412353515625, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, "", 45435, NULL), +(444, 175708, 1, 0, 0, 1, 1, -238.936386108398437, -3337.522705078125, 91.68515777587890625, 1.064649581909179687, 0, 0, 0.507537841796875, 0.861629426479339599, 120, 255, 1, "", 45435, NULL), +(445, 175708, 1, 0, 0, 1, 1, -38.3517112731933593, -3373.55859375, 91.701904296875, 0.767943859100341796, 0, 0, 0.374606132507324218, 0.927184045314788818, 120, 255, 1, "", 46902, NULL), +(446, 175708, 1, 0, 0, 1, 1, -48.2439079284667968, -3403.219482421875, 91.69777679443359375, 2.478367090225219726, 0, 0, 0.94551849365234375, 0.325568377971649169, 120, 255, 1, "", 46902, NULL); From 440cea3fd857a263b35b5fe64420d09a1cf7d5ca Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 19 May 2024 02:05:49 +0000 Subject: [PATCH 52/69] chore(DB): import pending files Referenced commit(s): cf8c1557555d2c0d2a034c8613397fd18cc65b9a --- .../rev_1715946351973158300.sql => db_world/2024_05_19_00.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/rev_1715946351973158300.sql => db_world/2024_05_19_00.sql} (98%) diff --git a/data/sql/updates/pending_db_world/rev_1715946351973158300.sql b/data/sql/updates/db_world/2024_05_19_00.sql similarity index 98% rename from data/sql/updates/pending_db_world/rev_1715946351973158300.sql rename to data/sql/updates/db_world/2024_05_19_00.sql index 4c7e14884..61bfd30df 100644 --- a/data/sql/updates/pending_db_world/rev_1715946351973158300.sql +++ b/data/sql/updates/db_world/2024_05_19_00.sql @@ -1,3 +1,4 @@ +-- DB update 2024_05_18_02 -> 2024_05_19_00 -- Update gameobject 'Crossroads' Supply Crates' with sniffed values -- updated spawns DELETE FROM `gameobject` WHERE (`id` IN (175708)) From 77397f0054d1898aaafce72c66ad179c9a842846 Mon Sep 17 00:00:00 2001 From: sudlud Date: Sun, 19 May 2024 10:30:06 +0200 Subject: [PATCH 53/69] fix(CI): bump dependencies for usage of Node.js 20 (#18914) --- .github/actions/linux-build/action.yml | 2 +- .github/workflows/macos_build.yml | 2 +- .github/workflows/tools_build.yml | 2 +- .github/workflows/windows_build.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/linux-build/action.yml b/.github/actions/linux-build/action.yml index 9a7ca0612..4109f918c 100644 --- a/.github/actions/linux-build/action.yml +++ b/.github/actions/linux-build/action.yml @@ -25,7 +25,7 @@ runs: using: composite steps: - name: Cache - uses: actions/cache@v3 + uses: actions/cache@v4 if: inputs.pch != 'true' with: path: ${{ github.workspace }}/var/ccache diff --git a/.github/workflows/macos_build.yml b/.github/workflows/macos_build.yml index 2e756dc1b..2fb927004 100644 --- a/.github/workflows/macos_build.yml +++ b/.github/workflows/macos_build.yml @@ -26,7 +26,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/Library/Caches/ccache key: ccache:${{ matrix.os }}:${{ github.ref }}:${{ github.sha }} diff --git a/.github/workflows/tools_build.yml b/.github/workflows/tools_build.yml index f7d8a31b9..2e1a6a9af 100644 --- a/.github/workflows/tools_build.yml +++ b/.github/workflows/tools_build.yml @@ -30,7 +30,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Cache - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-tools with: diff --git a/.github/workflows/windows_build.yml b/.github/workflows/windows_build.yml index 61a3862ca..ac492a77a 100644 --- a/.github/workflows/windows_build.yml +++ b/.github/workflows/windows_build.yml @@ -27,7 +27,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: ccache - uses: hendrikmuhs/ccache-action@v1.2.9 + uses: hendrikmuhs/ccache-action@v1.2.13 - name: Configure OS shell: bash env: From 346456f78f0981e3b48d2ed93da02d46a679295a Mon Sep 17 00:00:00 2001 From: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com> Date: Sun, 19 May 2024 04:40:28 -0400 Subject: [PATCH 54/69] fix(DB/Creature): Correct TBC boss gold rewards. (#18899) * Init. * Remove auxiliary comments. * Readd comments along with original reward values. * Remove auxiliary comments again. * Add important commit regarding data accuracy. * Move comment. --- data/sql/updates/pending_db_world/tbc-money-drops.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 data/sql/updates/pending_db_world/tbc-money-drops.sql diff --git a/data/sql/updates/pending_db_world/tbc-money-drops.sql b/data/sql/updates/pending_db_world/tbc-money-drops.sql new file mode 100644 index 000000000..9676988bb --- /dev/null +++ b/data/sql/updates/pending_db_world/tbc-money-drops.sql @@ -0,0 +1,7 @@ +UPDATE `creature_template` SET `mingold` = 2500000, `maxgold` = 2500000 WHERE `entry` IN (17767, 17808, 17842, 17888, 18805, 18831, 19044, 19514, 19516, 21213, 21214, 21215, 21216, 21217, 22841, 23420, 22871, 22887, 22898, 22947, 22948, 24882, 24892, 25038, 25840); +UPDATE `creature_template` SET `mingold` = 625000, `maxgold` = 625000 WHERE `entry` IN (22949, 22950, 22951, 22952); +UPDATE `creature_template` SET `mingold` = 3000000, `maxgold` = 3000000 WHERE `entry` IN (17968, 19622, 21212, 22917); +UPDATE `creature_template` SET `mingold` = 3500000, `maxgold` = 3500000 WHERE `entry` IN (25165, 25166); +UPDATE `creature_template` SET `mingold` = 5000000, `maxgold` = 5000000 WHERE `entry` = 25315; +-- Values below are entirely guessed, ±25g from Wowhead's ~500g average money drop. +UPDATE `creature_template` SET `mingold` = 4750000, `maxgold` = 5250000 WHERE `entry` IN (17257, 17711, 18728); From 92daec681b5e846b82828df483d87bda460cd9ef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 19 May 2024 08:41:20 +0000 Subject: [PATCH 55/69] chore(DB): import pending files Referenced commit(s): 346456f78f0981e3b48d2ed93da02d46a679295a --- .../tbc-money-drops.sql => db_world/2024_05_19_01.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/tbc-money-drops.sql => db_world/2024_05_19_01.sql} (95%) diff --git a/data/sql/updates/pending_db_world/tbc-money-drops.sql b/data/sql/updates/db_world/2024_05_19_01.sql similarity index 95% rename from data/sql/updates/pending_db_world/tbc-money-drops.sql rename to data/sql/updates/db_world/2024_05_19_01.sql index 9676988bb..1bc400ef8 100644 --- a/data/sql/updates/pending_db_world/tbc-money-drops.sql +++ b/data/sql/updates/db_world/2024_05_19_01.sql @@ -1,3 +1,4 @@ +-- DB update 2024_05_19_00 -> 2024_05_19_01 UPDATE `creature_template` SET `mingold` = 2500000, `maxgold` = 2500000 WHERE `entry` IN (17767, 17808, 17842, 17888, 18805, 18831, 19044, 19514, 19516, 21213, 21214, 21215, 21216, 21217, 22841, 23420, 22871, 22887, 22898, 22947, 22948, 24882, 24892, 25038, 25840); UPDATE `creature_template` SET `mingold` = 625000, `maxgold` = 625000 WHERE `entry` IN (22949, 22950, 22951, 22952); UPDATE `creature_template` SET `mingold` = 3000000, `maxgold` = 3000000 WHERE `entry` IN (17968, 19622, 21212, 22917); From c13c1b28e7f4b5eabf077237f17932dbcdc10bb5 Mon Sep 17 00:00:00 2001 From: Mykhailo Redko Date: Sun, 19 May 2024 12:27:25 +0300 Subject: [PATCH 56/69] fix(Scripts/Commands): Fix .lookup item command for most locales (#18922) follow-up to 49e3d5d --- src/server/scripts/Commands/cs_lookup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/scripts/Commands/cs_lookup.cpp b/src/server/scripts/Commands/cs_lookup.cpp index 8ebfff0ed..ac66d0dba 100644 --- a/src/server/scripts/Commands/cs_lookup.cpp +++ b/src/server/scripts/Commands/cs_lookup.cpp @@ -517,7 +517,7 @@ public: if (handler->GetSession()) { - handler->PSendSysMessage(LANG_ITEM_LIST_CHAT, itemTemplate.ItemId, itemTemplate.ItemId, name.c_str()); + handler->PSendSysMessage(LANG_ITEM_LIST_CHAT, itemTemplate.ItemId, ItemQualityColors[itemTemplate.Quality], itemTemplate.ItemId, name.c_str()); } else { From ce32e51552769092040a1f6155bb6479bf4b589c Mon Sep 17 00:00:00 2001 From: Jelle Meeus Date: Mon, 20 May 2024 03:17:12 +0200 Subject: [PATCH 57/69] fix(Scripts/Ulduar): disable Mimiron's and Thorim's Targetting crystal when talking to Bran (#18927) load Mimiron's and Thorim's Targetting crystal --- src/server/scripts/Northrend/Ulduar/Ulduar/instance_ulduar.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/server/scripts/Northrend/Ulduar/Ulduar/instance_ulduar.cpp b/src/server/scripts/Northrend/Ulduar/Ulduar/instance_ulduar.cpp index 809f4d984..eaa548f81 100644 --- a/src/server/scripts/Northrend/Ulduar/Ulduar/instance_ulduar.cpp +++ b/src/server/scripts/Northrend/Ulduar/Ulduar/instance_ulduar.cpp @@ -728,6 +728,7 @@ public: case EVENT_TOWER_OF_FLAMES_DESTROYED: { instance->LoadGrid(364.0f, -16.0f); //make sure leviathan is loaded + instance->LoadGrid(364.0f, 32.0f); //make sure Mimiron's and Thorim's Targetting Crystal are loaded m_leviathanTowers[type - EVENT_TOWER_OF_LIFE_DESTROYED] = data; for (uint8 i = 0; i < 2; ++i) { From 0aaf5214239ebdb0bf491acf4a20aff52b48816a Mon Sep 17 00:00:00 2001 From: Andrew <47818697+Nyeriah@users.noreply.github.com> Date: Mon, 20 May 2024 05:40:28 -0300 Subject: [PATCH 58/69] fix(Scripts/Hyjal): Limit Anetheron sleep to 3 targets (#18929) --- .../rev_1716154650178411700.sql | 4 +++ .../BattleForMountHyjal/boss_anetheron.cpp | 25 ++++++++++++++++--- 2 files changed, 26 insertions(+), 3 deletions(-) create mode 100644 data/sql/updates/pending_db_world/rev_1716154650178411700.sql diff --git a/data/sql/updates/pending_db_world/rev_1716154650178411700.sql b/data/sql/updates/pending_db_world/rev_1716154650178411700.sql new file mode 100644 index 000000000..76b37f75c --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1716154650178411700.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_anetheron_sleep'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(31298, 'spell_anetheron_sleep'); diff --git a/src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_anetheron.cpp b/src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_anetheron.cpp index a6f6e1791..e814cc607 100644 --- a/src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_anetheron.cpp +++ b/src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_anetheron.cpp @@ -17,6 +17,8 @@ #include "CreatureScript.h" #include "ScriptedCreature.h" +#include "SpellScript.h" +#include "SpellScriptLoader.h" #include "hyjal.h" enum Spells @@ -58,18 +60,18 @@ public: scheduler.Schedule(20s, 28s, [this](TaskContext context) { - if (DoCastRandomTarget(SPELL_CARRION_SWARM, 0, 60.f)) + if (DoCastRandomTarget(SPELL_CARRION_SWARM, 0, 60.f) == SPELL_CAST_OK) Talk(SAY_SWARM); context.Repeat(10s, 15s); }).Schedule(25s, 32s, [this](TaskContext context) { - if (DoCastRandomTarget(SPELL_SLEEP)) + if (DoCastRandomTarget(SPELL_SLEEP) == SPELL_CAST_OK) Talk(SAY_SLEEP); context.Repeat(35s, 48s); }).Schedule(30s, 48s, [this](TaskContext context) { - if (DoCastRandomTarget(SPELL_INFERNO)) + if (DoCastRandomTarget(SPELL_INFERNO) == SPELL_CAST_OK) Talk(SAY_INFERNO); context.Repeat(50s, 55s); @@ -138,7 +140,24 @@ private: }; +class spell_anetheron_sleep : public SpellScript +{ + PrepareSpellScript(spell_anetheron_sleep); + + void FilterTargets(std::list& targets) + { + if (!targets.empty()) + Acore::Containers::RandomResize(targets, 3); + } + + void Register() override + { + OnObjectAreaTargetSelect += SpellObjectAreaTargetSelectFn(spell_anetheron_sleep::FilterTargets, EFFECT_0, TARGET_UNIT_SRC_AREA_ENEMY); + } +}; + void AddSC_boss_anetheron() { RegisterHyjalAI(boss_anetheron); + RegisterSpellScript(spell_anetheron_sleep); } From 2912cb47f3158ae756e0a4bcc5b800bbf7627f84 Mon Sep 17 00:00:00 2001 From: Andrew <47818697+Nyeriah@users.noreply.github.com> Date: Mon, 20 May 2024 05:40:46 -0300 Subject: [PATCH 59/69] =?UTF-8?q?fix(Scripts/Hyjal):=20Archimonde=20should?= =?UTF-8?q?n't=20cast=20other=20spells=20during=20enr=E2=80=A6=20(#18928)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix(Scripts/Hyjal): Archimonde shouldn't cast other spells during enrage/outro --- .../CavernsOfTime/BattleForMountHyjal/boss_archimonde.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_archimonde.cpp b/src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_archimonde.cpp index 0473218b5..20bd45ad0 100644 --- a/src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_archimonde.cpp +++ b/src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_archimonde.cpp @@ -256,6 +256,7 @@ struct boss_archimonde : public BossAI } ScheduleHealthCheckEvent(10, [&]{ + scheduler.CancelAll(); me->SetReactState(REACT_PASSIVE); DoCastProtection(); Talk(SAY_ENRAGE); From a8b69edeeed429c5da7927c8e342c5309a24cfbe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 20 May 2024 08:41:20 +0000 Subject: [PATCH 60/69] chore(DB): import pending files Referenced commit(s): 0aaf5214239ebdb0bf491acf4a20aff52b48816a --- .../rev_1716154650178411700.sql => db_world/2024_05_20_00.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/rev_1716154650178411700.sql => db_world/2024_05_20_00.sql} (80%) diff --git a/data/sql/updates/pending_db_world/rev_1716154650178411700.sql b/data/sql/updates/db_world/2024_05_20_00.sql similarity index 80% rename from data/sql/updates/pending_db_world/rev_1716154650178411700.sql rename to data/sql/updates/db_world/2024_05_20_00.sql index 76b37f75c..f2fe9ffd3 100644 --- a/data/sql/updates/pending_db_world/rev_1716154650178411700.sql +++ b/data/sql/updates/db_world/2024_05_20_00.sql @@ -1,3 +1,4 @@ +-- DB update 2024_05_19_01 -> 2024_05_20_00 -- DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_anetheron_sleep'; INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES From f78820e9d58e9cd8a8f7b6234d94bce5d8a0c1d5 Mon Sep 17 00:00:00 2001 From: Dan <83884799+elthehablo@users.noreply.github.com> Date: Tue, 21 May 2024 03:05:56 +0200 Subject: [PATCH 61/69] fix(Scripts/Hyjal): Air Burst should not be cast on MT (#18933) * fix movement of doomfire * fix air burst * conditions * movechase random target * Update boss_archimonde.cpp * update movement * Update boss_archimonde.cpp * Update boss_archimonde.cpp --- .../pending_db_world/doomfire_movement.sql | 8 ++ .../BattleForMountHyjal/boss_archimonde.cpp | 99 ++++--------------- 2 files changed, 26 insertions(+), 81 deletions(-) create mode 100644 data/sql/updates/pending_db_world/doomfire_movement.sql diff --git a/data/sql/updates/pending_db_world/doomfire_movement.sql b/data/sql/updates/pending_db_world/doomfire_movement.sql new file mode 100644 index 000000000..2ee0da150 --- /dev/null +++ b/data/sql/updates/pending_db_world/doomfire_movement.sql @@ -0,0 +1,8 @@ +-- +UPDATE `creature_template` SET `AIName` = 'SmartAI', `ScriptName` = '' WHERE `entry` = 18104; +UPDATE `creature_template` SET `ScriptName` = '' WHERE `entry` = 18095; + +DELETE FROM `smart_scripts` WHERE (`source_type` = 0 AND `entryorguid` = 18104); +INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(18104, 0, 0, 0, 60, 0, 100, 512, 1600, 1600, 1600, 1600, 0, 0, 89, 40, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Doomfire Spirit - Update - move to random near position in 40 yards'), +(18104, 0, 1, 0, 60, 0, 100, 512, 1550, 1550, 1600, 1600, 0, 0, 212, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Doomfire Spirit - Update - stop moving'); diff --git a/src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_archimonde.cpp b/src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_archimonde.cpp index 20bd45ad0..36b6a393f 100644 --- a/src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_archimonde.cpp +++ b/src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_archimonde.cpp @@ -144,79 +144,10 @@ struct npc_ancient_wisp : public ScriptedAI return; } - private: InstanceScript* _instance; }; -//TODO: move to db? -struct npc_doomfire : public ScriptedAI -{ - npc_doomfire(Creature* creature) : ScriptedAI(creature), _summons(me) { } - - void Reset() override - { - _summons.DespawnAll(); - } - - void MoveInLineOfSight(Unit* /*who*/) override { } - - void JustEngagedWith(Unit* /*who*/) override { } - - void DamageTaken(Unit*, uint32& damage, DamageEffectType, SpellSchoolMask) override - { - damage = 0; - } - - void JustSummoned(Creature* summoned) override - { - _summons.Summon(summoned); - if (summoned->GetEntry() == CREATURE_DOOMFIRE_SPIRIT) - { - me->GetMotionMaster()->MoveFollow(summoned, 0.0f, 0.0f); - } - } -private: - SummonList _summons; -}; - -struct npc_doomfire_targetting : public ScriptedAI -{ - npc_doomfire_targetting(Creature* creature) : ScriptedAI(creature) { } - - void Reset() override - { - _chaseTarget = nullptr; - ScheduleTimedEvent(5s, [&] - { - if (_chaseTarget) - { - me->GetMotionMaster()->MoveFollow(_chaseTarget, 0.0f, 0.0f); - } - else - { - Position randomPosition = me->GetRandomNearPosition(40.0f); - me->GetMotionMaster()->MovePoint(0, randomPosition); - } - }, 5s); - } - - void MoveInLineOfSight(Unit* who) override - { - if (who->IsPlayer()) - { - _chaseTarget = who; - } - } - - void DamageTaken(Unit*, uint32& damage, DamageEffectType, SpellSchoolMask) override - { - damage = 0; - } -private: - Unit* _chaseTarget; -}; - struct boss_archimonde : public BossAI { boss_archimonde(Creature* creature) : BossAI(creature, DATA_ARCHIMONDE) @@ -327,11 +258,11 @@ struct boss_archimonde : public BossAI ScheduleTimedEvent(25s, 35s, [&] { Talk(SAY_AIR_BURST); - DoCastRandomTarget(SPELL_AIR_BURST); + DoCastRandomTarget(SPELL_AIR_BURST, 0, 0.0f, true, false, false); }, 25s, 40s); ScheduleTimedEvent(25s, 35s, [&] { - if (Unit* target = SelectTarget(SelectTargetMethod::Random, 0)) + if (Unit* target = SelectTarget(SelectTargetMethod::Random, 0, 0.0f, true, false)) { DoCastDoomFire(target); } @@ -442,18 +373,22 @@ struct boss_archimonde : public BossAI { summoned->AI()->AttackStart(me); } + else if (summoned->GetEntry() == CREATURE_DOOMFIRE) + { + summoned->CastSpell(summoned, SPELL_DOOMFIRE_SPAWN); + summoned->CastSpell(summoned, SPELL_DOOMFIRE, true, 0, 0, me->GetGUID()); + } + else if (summoned->GetEntry() == CREATURE_DOOMFIRE_SPIRIT) + { + Position randomPosition = summoned->GetRandomNearPosition(40.0f); + summoned->GetMotionMaster()->MovePoint(0, randomPosition); + } else { summoned->SetFaction(me->GetFaction()); //remove? summoned->SetUnitFlag(UNIT_FLAG_NON_ATTACKABLE); summoned->SetUnitFlag(UNIT_FLAG_NOT_SELECTABLE); } - - if (summoned->GetEntry() == CREATURE_DOOMFIRE) - { - summoned->CastSpell(summoned, SPELL_DOOMFIRE_SPAWN); - summoned->CastSpell(summoned, SPELL_DOOMFIRE, true, 0, 0, me->GetGUID()); - } } void DoCastDoomFire(Unit* target) @@ -462,12 +397,16 @@ struct boss_archimonde : public BossAI Talk(SAY_DOOMFIRE); Position spiritPosition = { target->GetPositionX() + DOOMFIRE_OFFSET, target->GetPositionY() + DOOMFIRE_OFFSET, target->GetPositionZ(), 0.0f }; Position doomfirePosition = { target->GetPositionX() - DOOMFIRE_OFFSET, target->GetPositionY() - DOOMFIRE_OFFSET, target->GetPositionZ(), 0.0f }; - if (Unit* doomfireSpirit = me->SummonCreature(CREATURE_DOOMFIRE_SPIRIT, spiritPosition, TEMPSUMMON_TIMED_DESPAWN, 27000)) + if (Creature* doomfireSpirit = me->SummonCreature(CREATURE_DOOMFIRE_SPIRIT, spiritPosition, TEMPSUMMON_TIMED_DESPAWN, 27000)) { - if (Unit* doomfire = me->SummonCreature(CREATURE_DOOMFIRE, doomfirePosition, TEMPSUMMON_TIMED_DESPAWN, 27000)) + if (Creature* doomfire = me->SummonCreature(CREATURE_DOOMFIRE, doomfirePosition, TEMPSUMMON_TIMED_DESPAWN, 27000)) { doomfireSpirit->SetVisible(false); doomfire->SetVisible(false); + doomfireSpirit->SetWalk(false); + doomfireSpirit->SetReactState(REACT_PASSIVE); + doomfire->SetReactState(REACT_PASSIVE); + doomfire->GetMotionMaster()->MoveFollow(doomfireSpirit, 0.0f, 0.0f); } } } @@ -568,8 +507,6 @@ void AddSC_boss_archimonde() RegisterSpellScript(spell_hand_of_death); RegisterSpellScript(spell_finger_of_death); RegisterHyjalAI(boss_archimonde); - RegisterHyjalAI(npc_doomfire); - RegisterHyjalAI(npc_doomfire_targetting); RegisterHyjalAI(npc_ancient_wisp); } From f8e584a450d3a4b8562f80cc14695d64949f88d9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 21 May 2024 01:06:45 +0000 Subject: [PATCH 62/69] chore(DB): import pending files Referenced commit(s): f78820e9d58e9cd8a8f7b6234d94bce5d8a0c1d5 --- .../doomfire_movement.sql => db_world/2024_05_21_00.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/doomfire_movement.sql => db_world/2024_05_21_00.sql} (96%) diff --git a/data/sql/updates/pending_db_world/doomfire_movement.sql b/data/sql/updates/db_world/2024_05_21_00.sql similarity index 96% rename from data/sql/updates/pending_db_world/doomfire_movement.sql rename to data/sql/updates/db_world/2024_05_21_00.sql index 2ee0da150..19d4bf2c4 100644 --- a/data/sql/updates/pending_db_world/doomfire_movement.sql +++ b/data/sql/updates/db_world/2024_05_21_00.sql @@ -1,3 +1,4 @@ +-- DB update 2024_05_20_00 -> 2024_05_21_00 -- UPDATE `creature_template` SET `AIName` = 'SmartAI', `ScriptName` = '' WHERE `entry` = 18104; UPDATE `creature_template` SET `ScriptName` = '' WHERE `entry` = 18095; From 7f42ec037183d64a1c8c57e445255ee581bdb45e Mon Sep 17 00:00:00 2001 From: Dan <83884799+elthehablo@users.noreply.github.com> Date: Wed, 22 May 2024 21:15:13 +0200 Subject: [PATCH 63/69] fix(Scripts/Hyjal): initialize/reset local private variables in Reset function (#18932) initial --- .../CavernsOfTime/BattleForMountHyjal/boss_kazrogal.cpp | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_kazrogal.cpp b/src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_kazrogal.cpp index ab34d8e50..49937582f 100644 --- a/src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_kazrogal.cpp +++ b/src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_kazrogal.cpp @@ -48,14 +48,19 @@ struct boss_kazrogal : public BossAI public: boss_kazrogal(Creature* creature) : BossAI(creature, DATA_KAZROGAL) { - _recentlySpoken = false; - _markCounter = 0; scheduler.SetValidator([this] { return !me->HasUnitState(UNIT_STATE_CASTING); }); } + void Reset() override + { + _recentlySpoken = false; + _markCounter = 0; + BossAI::Reset(); + } + void JustEngagedWith(Unit * who) override { BossAI::JustEngagedWith(who); From df688afaffb39ca5783548eee8e6ce610f20220c Mon Sep 17 00:00:00 2001 From: Andrew <47818697+Nyeriah@users.noreply.github.com> Date: Thu, 23 May 2024 06:02:10 -0300 Subject: [PATCH 64/69] chore(Scripts/Hyjal): Don't initialize headers twice (#18939) --- .../CavernsOfTime/BattleForMountHyjal/instance_hyjal.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/instance_hyjal.cpp b/src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/instance_hyjal.cpp index f2656eedb..fd5d50672 100644 --- a/src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/instance_hyjal.cpp +++ b/src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/instance_hyjal.cpp @@ -96,8 +96,6 @@ public: void Initialize() override { - SetHeaders(DataHeader); - _bossWave = 0; _retreat = 0; trash = 0; From 845fa07aad883db4c11f62cdbab82cb8fe6a1913 Mon Sep 17 00:00:00 2001 From: Jelle Meeus Date: Sat, 25 May 2024 17:06:21 +0200 Subject: [PATCH 65/69] fix(Scripts/Ulduar): update Boss Keepers, Gossip Keepers, Yogg Keepers, Yogg-Saron (#18943) * gossip keepers, keepers, sara freya spell improvements better gossip update converter to update spellscript refactor sanity wells spawn position, summons zonecombat make sara summon sanity wells again thorim casts start again, handle sanity wells only by sanity well spawn script refactor sanity brackets update comment gossip keepers, keepers, sara freya spell improvements better gossip update converter to update spellscript refactor sanity wells spawn position, summons zonecombat make sara summon sanity wells again thorim casts start again, handle sanity wells only by sanity well spawn script refactor sanity brackets update comment gossip keepers, keepers, sara freya spell improvements better gossip update converter to update spellscript refactor sanity wells spawn position, summons zonecombat make sara summon sanity wells again thorim casts start again, handle sanity wells only by sanity well spawn script refactor sanity brackets update comment gossip keepers, keepers, sara freya spell improvements better gossip update converter to update spellscript refactor sanity wells spawn position, summons zonecombat make sara summon sanity wells again thorim casts start again, handle sanity wells only by sanity well spawn script refactor sanity brackets update comment * refactor: remove _keepersGUID[4] * make keeper auras only target players, remove apply scale immunity to well/keepers include caster in cast * update keeper flags * summon and despawn gossip keepers spawn only if fight done add intro spell and handle outro fix off by 1 fix casting simple teleport, only spawn after teleporting remove empty line * add teleport to shared ulduar.h * each keeper triggers their own gossip spawn * update is called in Reset(), no need to do it here * add SpellHit override to Freya, Hodir * Freya, Hodir: use scheduler to schedule post-fight teleport * JustSummoned rename cr to summon * sanity well summons are handled by freya instead of sara * rename pCreature to creature * keeper use RegisterUlduarCreatureAI * Freya, Hodir, Thorim: increase despawn time * despawn tentacles, sanity wells after fight despawn tentacles after fight * change order of teleport spells * am missing header? --- .../rev_1716230497379077638.sql | 20 ++ .../Ulduar/boss_algalon_the_observer.cpp | 1 - .../Northrend/Ulduar/Ulduar/boss_freya.cpp | 16 +- .../Northrend/Ulduar/Ulduar/boss_hodir.cpp | 17 +- .../Northrend/Ulduar/Ulduar/boss_mimiron.cpp | 11 +- .../Northrend/Ulduar/Ulduar/boss_thorim.cpp | 13 +- .../Ulduar/Ulduar/boss_yoggsaron.cpp | 220 +++++++++++------- .../Ulduar/Ulduar/instance_ulduar.cpp | 35 +-- .../Northrend/Ulduar/Ulduar/ulduar.cpp | 105 ++++++--- .../scripts/Northrend/Ulduar/Ulduar/ulduar.h | 8 + src/server/scripts/Spells/spell_generic.cpp | 20 ++ 11 files changed, 313 insertions(+), 153 deletions(-) create mode 100644 data/sql/updates/pending_db_world/rev_1716230497379077638.sql diff --git a/data/sql/updates/pending_db_world/rev_1716230497379077638.sql b/data/sql/updates/pending_db_world/rev_1716230497379077638.sql new file mode 100644 index 000000000..f773a2a9c --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1716230497379077638.sql @@ -0,0 +1,20 @@ +-- +-- Remove encounter auras minus glow aura from Keepers, add glow aura to Gossip Keepers +UPDATE `creature_template_addon` SET `auras` = '62647' WHERE `entry` IN (33410,33411,33412,33413,33213,33241,33242,33244); + +DELETE FROM `spell_script_names` WHERE `spell_id` = 64170; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (64170, 'spell_keeper_freya_summon_sanity_well'); + +DELETE FROM `spell_script_names` WHERE `spell_id` IN (62650,62670,62671,62702); +DELETE FROM `spell_script_names` WHERE `spell_id` = 64174 AND `ScriptName` = 'spell_gen_area_aura_select_players'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(62650, 'spell_gen_area_aura_select_players_and_caster'), +(62670, 'spell_gen_area_aura_select_players_and_caster'), +(62671, 'spell_gen_area_aura_select_players_and_caster'), +(62702, 'spell_gen_area_aura_select_players_and_caster'), +(64174, 'spell_gen_area_aura_select_players'); + +-- Keeper: handle spawns with script +DELETE FROM `creature` WHERE `id1` IN (33213,33241,33242,33244); +-- Keeper: remove not selectable, immune to pc, immune to player; civilian +UPDATE `creature_template` SET `unit_flags` = `unit_flags` & ~(256 | 512 | 33554432), `flags_extra` = `flags_extra` & ~2 WHERE `entry` IN (33410,33411,33412,33413); diff --git a/src/server/scripts/Northrend/Ulduar/Ulduar/boss_algalon_the_observer.cpp b/src/server/scripts/Northrend/Ulduar/Ulduar/boss_algalon_the_observer.cpp index 98b178480..27d64a306 100644 --- a/src/server/scripts/Northrend/Ulduar/Ulduar/boss_algalon_the_observer.cpp +++ b/src/server/scripts/Northrend/Ulduar/Ulduar/boss_algalon_the_observer.cpp @@ -46,7 +46,6 @@ enum Spells SPELL_COSMIC_SMASH_VISUAL_STATE = 62300, SPELL_SELF_STUN = 65256, SPELL_KILL_CREDIT = 65184, - SPELL_TELEPORT = 62940, SPELL_DUAL_WIELD = 42459, // Algalon Stalker diff --git a/src/server/scripts/Northrend/Ulduar/Ulduar/boss_freya.cpp b/src/server/scripts/Northrend/Ulduar/Ulduar/boss_freya.cpp index 4d3610adb..80694a911 100644 --- a/src/server/scripts/Northrend/Ulduar/Ulduar/boss_freya.cpp +++ b/src/server/scripts/Northrend/Ulduar/Ulduar/boss_freya.cpp @@ -347,7 +347,6 @@ public: uint32 chestId = RAID_MODE(GO_FREYA_CHEST, GO_FREYA_CHEST_HERO); chestId -= 2 * _elderCount; // offset - me->DespawnOrUnsummon(5000); if (GameObject* go = me->SummonGameObject(chestId, 2345.61f, -71.20f, 425.104f, 3.0f, 0, 0, 0, 0, 0)) { go->ReplaceAllGameObjectFlags((GameObjectFlags)0); @@ -360,10 +359,24 @@ public: me->CastSpell(me, 65074, true); // credit m_pInstance->SetData(TYPE_FREYA, DONE); } + + scheduler.Schedule(14s, [this](TaskContext /*context*/) + { + DoCastSelf(SPELL_TELEPORT); + }); } } } + void SpellHit(Unit* /*caster*/, SpellInfo const* spellInfo) override + { + if (spellInfo->Id == SPELL_TELEPORT) + { + me->DespawnOrUnsummon(); + m_pInstance->SetData(EVENT_KEEPER_TELEPORTED, DONE); + } + } + void JustSummoned(Creature* cr) override { if (cr->GetEntry() == NPC_FREYA_UNSTABLE_SUN_BEAM) @@ -547,6 +560,7 @@ public: void UpdateAI(uint32 diff) override { + scheduler.Update(diff); if (!UpdateVictim()) return; diff --git a/src/server/scripts/Northrend/Ulduar/Ulduar/boss_hodir.cpp b/src/server/scripts/Northrend/Ulduar/Ulduar/boss_hodir.cpp index d3f8de2eb..972763b30 100644 --- a/src/server/scripts/Northrend/Ulduar/Ulduar/boss_hodir.cpp +++ b/src/server/scripts/Northrend/Ulduar/Ulduar/boss_hodir.cpp @@ -346,6 +346,7 @@ public: { pInstance->SetData(TYPE_HODIR, DONE); me->CastSpell(me, 64899, true); // credit + pInstance->DoRemoveAurasDueToSpellOnPlayers(SPELL_BITING_COLD_PLAYER_AURA); } me->SetUnitFlag(UNIT_FLAG_NON_ATTACKABLE); @@ -355,7 +356,6 @@ public: me->CombatStop(); me->InterruptNonMeleeSpells(true); me->RemoveAllAuras(); - pInstance->DoRemoveAurasDueToSpellOnPlayers(SPELL_BITING_COLD_PLAYER_AURA); events.Reset(); summons.DespawnAll(); @@ -383,13 +383,17 @@ public: } Talk(TEXT_DEATH); - me->DespawnOrUnsummon(10000); + scheduler.Schedule(14s, [this](TaskContext /*context*/) + { + DoCastSelf(SPELL_TELEPORT); + }); } } } void UpdateAI(uint32 diff) override { + scheduler.Update(diff); if (me->GetPositionY() <= ENTRANCE_DOOR.GetPositionY() || me->GetPositionY() >= EXIT_DOOR.GetPositionY()) { boss_hodirAI::EnterEvadeMode(); @@ -497,6 +501,15 @@ public: DoMeleeAttackIfReady(); } + void SpellHit(Unit* /*caster*/, SpellInfo const* spellInfo) override + { + if (spellInfo->Id == SPELL_TELEPORT) + { + me->DespawnOrUnsummon(); + pInstance->SetData(EVENT_KEEPER_TELEPORTED, DONE); + } + } + Creature* GetHelper(uint8 index) { return Helpers[index] ? ObjectAccessor::GetCreature(*me, Helpers[index]) : nullptr; diff --git a/src/server/scripts/Northrend/Ulduar/Ulduar/boss_mimiron.cpp b/src/server/scripts/Northrend/Ulduar/Ulduar/boss_mimiron.cpp index 00ba652b4..dfbc906e0 100644 --- a/src/server/scripts/Northrend/Ulduar/Ulduar/boss_mimiron.cpp +++ b/src/server/scripts/Northrend/Ulduar/Ulduar/boss_mimiron.cpp @@ -802,12 +802,21 @@ public: case EVENT_DISAPPEAR: if( pInstance ) pInstance->SetData(TYPE_MIMIRON, DONE); + DoCastSelf(SPELL_TELEPORT); summons.DespawnAll(); - me->DespawnOrUnsummon(); break; } } + void SpellHit(Unit* /*caster*/, SpellInfo const* spellInfo) override + { + if (spellInfo->Id == SPELL_TELEPORT) + { + me->DespawnOrUnsummon(); + pInstance->SetData(EVENT_KEEPER_TELEPORTED, DONE); + } + } + void MoveInLineOfSight(Unit* /*mover*/) override {} void EnterEvadeMode(EvadeReason why) override diff --git a/src/server/scripts/Northrend/Ulduar/Ulduar/boss_thorim.cpp b/src/server/scripts/Northrend/Ulduar/Ulduar/boss_thorim.cpp index 5894409be..cf62d6241 100644 --- a/src/server/scripts/Northrend/Ulduar/Ulduar/boss_thorim.cpp +++ b/src/server/scripts/Northrend/Ulduar/Ulduar/boss_thorim.cpp @@ -197,6 +197,7 @@ enum ThorimEvents EVENT_THORIM_OUTRO1 = 13, EVENT_THORIM_OUTRO2 = 14, EVENT_THORIM_OUTRO3 = 15, + EVENT_THORIM_OUTRO4 = 16, EVENT_DR_ACOLYTE_GH = 20, EVENT_DR_ACOLYTE_HS = 21, @@ -630,6 +631,11 @@ public: me->CastSpell(me, SPELL_LIGHTNING_CHARGE_BUFF, true); events.RescheduleEvent(EVENT_THORIM_LIGHTNING_CHARGE, 10s, 0, EVENT_PHASE_RING); } + else if (spellInfo->Id == SPELL_TELEPORT) + { + me->DespawnOrUnsummon(); + m_pInstance->SetData(EVENT_KEEPER_TELEPORTED, DONE); + } } void SpellHitTarget(Unit* target, SpellInfo const* spellInfo) override @@ -773,12 +779,13 @@ public: { Talk(SAY_END_NORMAL_3); } - // Defeat credit if (m_pInstance) m_pInstance->SetData(TYPE_THORIM, DONE); - - me->DespawnOrUnsummon(8000); + events.ScheduleEvent(EVENT_THORIM_OUTRO4, 14s, 0, 3); + break; + case EVENT_THORIM_OUTRO4: + DoCastSelf(SPELL_TELEPORT); break; } diff --git a/src/server/scripts/Northrend/Ulduar/Ulduar/boss_yoggsaron.cpp b/src/server/scripts/Northrend/Ulduar/Ulduar/boss_yoggsaron.cpp index a064933e3..71e73971b 100644 --- a/src/server/scripts/Northrend/Ulduar/Ulduar/boss_yoggsaron.cpp +++ b/src/server/scripts/Northrend/Ulduar/Ulduar/boss_yoggsaron.cpp @@ -251,6 +251,8 @@ enum Misc ACTION_ILLUSION_ICECROWN = 2, ACTION_ILLUSION_STORMWIND = 3, + // ACTION_SARA_UPDATE_SUMMON_KEEPERS = 4, // defined in ulduar.h + EVENT_PHASE_ONE = 1, EVENT_PHASE_TWO = 2, EVENT_PHASE_THREE = 3, @@ -271,6 +273,26 @@ struct LocationsXY float x, y, z; }; +Position const GossipKeepersPos[4] = +{ + {1945.6823f, 33.342014f, 411.44083f, 5.270895f}, // Freya + {1945.7609f, -81.52171f, 411.4407f, 1.029744f}, // Hodir + {2028.7656f, 17.42014f, 411.44458f, 3.857178f}, // Mimiron + {2028.8219f, -65.73573f, 411.44257f, 2.460914f} // Thorim +}; + +const Position KeepersPos[4] = +{ + {1939.32f, 42.165f, 338.415f, 5.17955f}, // Freya + {1939.13f, -90.8332f, 338.415f, 1.00123f}, // Hodir + {2036.81f, 25.6646f, 338.415f, 3.74227f}, // Mimiron + {2036.59f, -73.8499f, 338.415f, 2.34819f} // Thorim +}; + +const uint32 TABLE_KEEPER_ENTRY[4] = {NPC_FREYA_KEEPER, NPC_HODIR_KEEPER, NPC_MIMIRON_KEEPER, NPC_THORIM_KEEPER}; +const uint32 TABLE_GOSSIP_ENTRY[4] = {NPC_FREYA_GOSSIP, NPC_HODIR_GOSSIP, NPC_MIMIRON_GOSSIP, NPC_THORIM_GOSSIP}; +const uint32 TABLE_KEEPER_TYPE[4] = {TYPE_FREYA, TYPE_HODIR, TYPE_MIMIRON, TYPE_THORIM}; + static LocationsXY yoggPortalLoc[] = { {1970.48f, -9.75f, 325.5f}, @@ -344,7 +366,6 @@ enum Texts SAY_LK_2 = 1, SAY_YOGG_5 = 3, SAY_YOGG_6 = 4, - }; const Position Middle = {1980.28f, -25.5868f, 329.397f, M_PI * 1.5f}; @@ -371,7 +392,6 @@ public: SummonList summons; uint32 _initFight; - ObjectGuid _keepersGUID[4]; uint8 _summonedGuardiansCount; uint32 _p2TalkTimer; bool _secondPhase; @@ -382,17 +402,9 @@ public: void AttackStart(Unit*) override { } void MoveInLineOfSight(Unit*) override { } - void JustSummoned(Creature* cr) override + void JustSummoned(Creature* summon) override { - summons.Summon(cr); - if (cr->GetEntry() >= NPC_FREYA_KEEPER && cr->GetEntry() <= NPC_THORIM_KEEPER) - { - if (cr->GetEntry() == NPC_FREYA_KEEPER) - cr->CastSpell(cr, SPELL_CONJURE_SANITY_WELL, false); - _keepersGUID[cr->GetEntry() - NPC_FREYA_KEEPER] = cr->GetGUID(); - } - else if (cr->GetEntry() == NPC_SANITY_WELL) - cr->ApplySpellImmune(0, IMMUNITY_STATE, SPELL_AURA_MOD_SCALE, true); + summons.Summon(summon); } void SpawnClouds() @@ -407,15 +419,6 @@ public: } } - void SpawnWeels() - { - me->SummonCreature(NPC_SANITY_WELL, 2042.56f, -40.3667f, 329.274f, 0.0f); - me->SummonCreature(NPC_SANITY_WELL, 1975.89f, 40.0216f, 331.1f, 0.0f); - me->SummonCreature(NPC_SANITY_WELL, 1987.12f, -91.2702f, 330.186f, 0.0f); - me->SummonCreature(NPC_SANITY_WELL, 1900.48f, -51.2386f, 332.13f, 0.0f); - me->SummonCreature(NPC_SANITY_WELL, 1899.94f, 0.330621f, 332.296f, 0.0f); - } - void EnterEvadeMode(EvadeReason why) override { if (!_EnterEvadeMode(why)) @@ -469,9 +472,7 @@ public: _initFight = 1; - for (uint8 i = 0; i < 4; ++i) - _keepersGUID[i].Clear(); - + UpdateKeeperSpawns(); _summonedGuardiansCount = 0; _p2TalkTimer = 0; _secondPhase = false; @@ -503,9 +504,11 @@ public: me->SetInCombatWithZone(); AttackStart(target); - me->CastSpell(me, SPELL_SANITY_BASE, true); + DespawnGossipKeepers(); + // Engage Keepers + summons.DoZoneInCombat(); - SaveKeepers(); + me->CastSpell(me, SPELL_SANITY_BASE, true); events.ScheduleEvent(EVENT_SARA_P1_DOORS_CLOSE, 15s, 0, EVENT_PHASE_ONE); events.ScheduleEvent(EVENT_SARA_P1_BERSERK, 15min, 0, 0); @@ -516,26 +519,27 @@ public: me->setActive(true); } - void SaveKeepers() + void DespawnGossipKeepers() { - for (uint8 i = 0; i < 4; ++i) + for (uint8 i = KEEPER_FREYA; i <= KEEPER_THORIM; i++) + summons.DespawnEntry(TABLE_GOSSIP_ENTRY[i]); + } + + void UpdateKeeperSpawns() + { + for (uint8 i = KEEPER_FREYA; i <= KEEPER_THORIM; i++) + { if (m_pInstance->GetData(TYPE_WATCHERS) & (1 << i)) - switch (i) - { - case KEEPER_FREYA: - SpawnWeels(); - me->SummonCreature(NPC_FREYA_KEEPER, 1939.32f, 42.165f, 338.415f, 5.17955f); - break; - case KEEPER_HODIR: - me->SummonCreature(NPC_HODIR_KEEPER, 1939.13f, -90.8332f, 338.415f, 1.00123f); - break; - case KEEPER_MIMIRON: - me->SummonCreature(NPC_MIMIRON_KEEPER, 2036.81f, 25.6646f, 338.415f, 3.74227f); - break; - case KEEPER_THORIM: - me->SummonCreature(NPC_THORIM_KEEPER, 2036.59f, -73.8499f, 338.415f, 2.34819f); - break; - } + { + if (!summons.HasEntry(TABLE_KEEPER_ENTRY[i])) + me->SummonCreature(TABLE_KEEPER_ENTRY[i], KeepersPos[i]); + } + else if (m_pInstance->GetData(TABLE_KEEPER_TYPE[i]) == DONE) + { + if (!summons.HasEntry(TABLE_GOSSIP_ENTRY[i])) + me->SummonCreature(TABLE_GOSSIP_ENTRY[i], GossipKeepersPos[i]); + } + } } void InformCloud() @@ -625,9 +629,8 @@ public: { uint8 _count = 0; for (uint8 i = 0; i < 4; ++i) - if (_keepersGUID[i]) + if (m_pInstance->GetData(TYPE_WATCHERS) & (1 << i)) ++_count; - return _count; } else if (param == DATA_GET_SARA_PHASE) @@ -638,7 +641,11 @@ public: void DoAction(int32 param) override { - if (param == ACTION_BRAIN_DAMAGED) + if (param == ACTION_SARA_UPDATE_SUMMON_KEEPERS) + { + UpdateKeeperSpawns(); + } + else if (param == ACTION_BRAIN_DAMAGED) { summons.DoAction(ACTION_REMOVE_STUN); @@ -648,7 +655,7 @@ public: EntryCheckPredicate pred3(NPC_THORIM_KEEPER); summons.DoAction(ACTION_THORIM_START_STORM, pred3); - if (!(_keepersGUID[0] && _keepersGUID[1] && _keepersGUID[2] && _keepersGUID[3]) && me->GetMap()->Is25ManRaid()) + if (me->GetMap()->Is25ManRaid() && (GetData(DATA_GET_KEEPERS_COUNT) > 0)) summons.DoAction(ACTION_YOGG_SARON_HARD_MODE, pred2); summons.DespawnEntry(NPC_DEATH_ORB); @@ -660,8 +667,17 @@ public: } else if (param == ACTION_YOGG_SARON_DEATH) { + // Despawn everything but Yogg-Saron's corpse + summons.DoAction(ACTION_DESPAWN_ADDS); + summons.DespawnEntry(NPC_CRUSHER_TENTACLE); + summons.DespawnEntry(NPC_CONSTRICTOR_TENTACLE); + summons.DespawnEntry(NPC_CORRUPTOR_TENTACLE); summons.DespawnEntry(NPC_VOICE_OF_YOGG_SARON); summons.DespawnEntry(NPC_BRAIN_OF_YOGG_SARON); + summons.DespawnEntry(NPC_MIMIRON_GOSSIP); + summons.DespawnEntry(NPC_HODIR_GOSSIP); + summons.DespawnEntry(NPC_FREYA_GOSSIP); + summons.DespawnEntry(NPC_THORIM_GOSSIP); summons.DespawnEntry(NPC_MIMIRON_KEEPER); summons.DespawnEntry(NPC_HODIR_KEEPER); summons.DespawnEntry(NPC_FREYA_KEEPER); @@ -1709,52 +1725,56 @@ public: }; }; -class boss_yoggsaron_keeper : public CreatureScript +struct boss_yoggsaron_keeper : public NullCreatureAI { -public: - boss_yoggsaron_keeper() : CreatureScript("boss_yoggsaron_keeper") { } + boss_yoggsaron_keeper(Creature* creature) : NullCreatureAI(creature), _summons(creature) { } - CreatureAI* GetAI(Creature* pCreature) const override + void DoAction(int32 param) override { - return GetUlduarAI(pCreature); + if (me->GetEntry() == NPC_THORIM_KEEPER && param == ACTION_THORIM_START_STORM) + me->CastSpell(me, SPELL_TITANIC_STORM_PASSIVE, false); + else if (param == ACTION_DESPAWN_ADDS) + _summons.DespawnAll(); } - struct boss_yoggsaron_keeperAI : public NullCreatureAI + void JustSummoned(Creature* summon) override { - boss_yoggsaron_keeperAI(Creature* pCreature) : NullCreatureAI(pCreature) + _summons.Summon(summon); + } + + void JustEngagedWith(Unit* /*who*/) override + { + switch (me->GetEntry()) { - _checkTimer = 0; - me->ApplySpellImmune(0, IMMUNITY_STATE, SPELL_AURA_MOD_SCALE, true); - } - - uint32 _checkTimer; - - void DoAction(int32 param) override - { - if (me->GetEntry() == NPC_THORIM_KEEPER && param == ACTION_THORIM_START_STORM) - me->CastSpell(me, SPELL_TITANIC_STORM_PASSIVE, false); - } - - void UpdateAI(uint32 diff) override - { - if (me->GetInstanceScript()) - if (me->GetInstanceScript()->GetData(TYPE_YOGGSARON) != IN_PROGRESS) - return; - - _checkTimer += diff; - if (me->HasUnitState(UNIT_STATE_CASTING)) - return; - - if (me->GetEntry() == NPC_MIMIRON_KEEPER) - { - if (_checkTimer >= 2000) + case NPC_FREYA_KEEPER: + me->AddAura(SPELL_FREYA_PASSIVE, me); + me->CastSpell(me, SPELL_CONJURE_SANITY_WELL, false); + break; + case NPC_HODIR_KEEPER: + me->AddAura(SPELL_HODIR_PASSIVE, me); + me->AddAura(SPELL_PROTECTIVE_GAZE, me); + break; + case NPC_MIMIRON_KEEPER: + me->AddAura(SPELL_MIMIRON_PASSIVE, me); + scheduler.Schedule(2s, [this](TaskContext context) { - me->CastSpell(me, SPELL_DESTABILIZATION_MATRIX, false); - _checkTimer = 0; - } - } + if (!me->HasUnitState(UNIT_STATE_CASTING)) + me->CastSpell(me, SPELL_DESTABILIZATION_MATRIX, false); + context.Repeat(2s); + }); + break; + case NPC_THORIM_KEEPER: + me->AddAura(SPELL_THORIM_PASSIVE, me); + break; } - }; + } + + void UpdateAI(uint32 diff) override + { + scheduler.Update(diff); + } +private: + SummonList _summons; }; class boss_yoggsaron_descend_portal : public CreatureScript @@ -2739,6 +2759,33 @@ public: } }; +const Position SanityWellsPos[5] = +{ + {2042.56f, -40.3667f, 329.274f, 0.0f}, + {1975.89f, 40.0216f, 331.1f, 0.0f}, + {1987.12f, -91.2702f, 330.186f, 0.0f}, + {1900.48f, -51.2386f, 332.13f, 0.0f}, + {1899.94f, 0.330621f, 332.296f, 0.0f} +}; + +// 64170 - Sanity Well +class spell_keeper_freya_summon_sanity_well : public SpellScript +{ + PrepareSpellScript(spell_keeper_freya_summon_sanity_well); + + void OnEffect(SpellEffIndex /*effIndex*/) + { + if (Unit* caster = GetCaster()) + for (int i = 0; i < 5; i++) + caster->SummonCreature(NPC_SANITY_WELL, SanityWellsPos[i]); + } + + void Register() override + { + OnEffectLaunch += SpellEffectFn(spell_keeper_freya_summon_sanity_well::OnEffect, EFFECT_0, SPELL_EFFECT_SEND_EVENT); + } +}; + /* 63881 - Malady of the Mind 63795 - Psychosis 63830 - Malady of the Mind @@ -3032,7 +3079,7 @@ void AddSC_boss_yoggsaron() new boss_yoggsaron_crusher_tentacle(); new boss_yoggsaron_corruptor_tentacle(); new boss_yoggsaron_constrictor_tentacle(); - new boss_yoggsaron_keeper(); + RegisterUlduarCreatureAI(boss_yoggsaron_keeper); new boss_yoggsaron_descend_portal(); new boss_yoggsaron_influence_tentacle(); new boss_yoggsaron_immortal_guardian(); @@ -3053,6 +3100,7 @@ void AddSC_boss_yoggsaron() new spell_yogg_saron_insane_periodic_trigger(); new spell_yogg_saron_insane(); new spell_yogg_saron_sanity_well(); + RegisterSpellScript(spell_keeper_freya_summon_sanity_well); new spell_yogg_saron_sanity_reduce(); new spell_yogg_saron_empowering_shadows(); new spell_yogg_saron_in_the_maws_of_the_old_god(); diff --git a/src/server/scripts/Northrend/Ulduar/Ulduar/instance_ulduar.cpp b/src/server/scripts/Northrend/Ulduar/Ulduar/instance_ulduar.cpp index eaa548f81..d4289a097 100644 --- a/src/server/scripts/Northrend/Ulduar/Ulduar/instance_ulduar.cpp +++ b/src/server/scripts/Northrend/Ulduar/Ulduar/instance_ulduar.cpp @@ -370,22 +370,6 @@ public: case NPC_MIMIRON_ACU: m_MimironACUguid = creature->GetGUID(); break; - case NPC_FREYA_GOSSIP: - m_keepersGossipGUID[TYPE_FREYA - TYPE_FREYA] = creature->GetGUID(); - ShowKeeperGossip(TYPE_FREYA, creature); - break; - case NPC_HODIR_GOSSIP: - m_keepersGossipGUID[TYPE_HODIR - TYPE_FREYA] = creature->GetGUID(); - ShowKeeperGossip(TYPE_HODIR, creature); - break; - case NPC_THORIM_GOSSIP: - m_keepersGossipGUID[TYPE_THORIM - TYPE_FREYA] = creature->GetGUID(); - ShowKeeperGossip(TYPE_THORIM, creature); - break; - case NPC_MIMIRON_GOSSIP: - m_keepersGossipGUID[TYPE_MIMIRON - TYPE_FREYA] = creature->GetGUID(); - ShowKeeperGossip(TYPE_MIMIRON, creature); - break; case NPC_ELDER_IRONBRANCH: case NPC_ELDER_STONEBARK: case NPC_ELDER_BRIGHTLEAF: @@ -433,19 +417,6 @@ public: go->SetGoState(state); } - void ShowKeeperGossip(uint8 type, Creature* cr, ObjectGuid guid = ObjectGuid::Empty) - { - if (!cr) - { - cr = instance->GetCreature(guid); - if (!cr) - return; - } - - bool on = (GetData(type) == DONE && !(GetData(TYPE_WATCHERS) & (1 << (type - TYPE_FREYA)))); - cr->SetVisible(on); - } - void OnGameObjectCreate(GameObject* gameObject) override { switch (gameObject->GetEntry()) @@ -695,7 +666,6 @@ public: case TYPE_THORIM: case TYPE_FREYA: m_auiEncounter[type] = data; - ShowKeeperGossip(type, nullptr, m_keepersGossipGUID[type - TYPE_FREYA]); if (GetData(TYPE_MIMIRON) == DONE && GetData(TYPE_FREYA) == DONE && GetData(TYPE_HODIR) == DONE && GetData(TYPE_THORIM) == DONE) { if (GameObject* go = instance->GetGameObject(m_keepersgateGUID)) @@ -716,8 +686,11 @@ public: break; case TYPE_WATCHERS: m_auiEncounter[type] |= 1 << data; + [[fallthrough]]; + case EVENT_KEEPER_TELEPORTED: + if (Creature* sara = instance->GetCreature(m_saraGUID)) + sara->AI()->DoAction(ACTION_SARA_UPDATE_SUMMON_KEEPERS); break; - case DATA_MAGE_BARRIER: m_mageBarrier = data; break; diff --git a/src/server/scripts/Northrend/Ulduar/Ulduar/ulduar.cpp b/src/server/scripts/Northrend/Ulduar/Ulduar/ulduar.cpp index 218bb84bf..e8b6042d8 100644 --- a/src/server/scripts/Northrend/Ulduar/Ulduar/ulduar.cpp +++ b/src/server/scripts/Northrend/Ulduar/Ulduar/ulduar.cpp @@ -21,6 +21,7 @@ #include "GameObjectScript.h" #include "Player.h" #include "ScriptedCreature.h" +#include "PassiveAI.h" #include "ScriptedGossip.h" #include "SpellAuraEffects.h" #include "SpellScript.h" @@ -51,7 +52,14 @@ enum Texts GOSSIP_MENU_CONFIRM = 10333, NPC_TEXT_CONFIRM = 14325, - SAY_KEEPER_SELECTED = 1, + // Chosen + SAY_KEEPER_CHOSEN_TO_PLAYER = 0, + SAY_KEEPER_CHOSEN_ANNOUNCE = 1, +}; + +enum UldActions +{ + ACTION_KEEPER_OUTRO = 0, }; enum UldNPCs @@ -69,6 +77,8 @@ enum UldGameObjects enum UldSpells { + SPELL_SIMPLE_TELEPORT = 12980, + SPELL_KEEPER_TELEPORT = 62940, SPELL_SNOW_MOUND_PARTICLES = 64615 }; @@ -77,6 +87,68 @@ class npc_ulduar_keeper : public CreatureScript public: npc_ulduar_keeper() : CreatureScript("npc_ulduar_keeper_gossip") { } + struct npc_ulduar_keeperAI : public NullCreatureAI + { + npc_ulduar_keeperAI(Creature* creature) : NullCreatureAI(creature) { } + + void Reset() override + { + scheduler.Schedule(250ms, [this](TaskContext /*context*/) + { + DoCastSelf(SPELL_SIMPLE_TELEPORT); + }); + } + + void DoAction(int32 param) override + { + if (param == ACTION_KEEPER_OUTRO) + { + switch (me->GetEntry()) + { + case NPC_FREYA_GOSSIP: + _keeper = KEEPER_FREYA; + break; + case NPC_HODIR_GOSSIP: + _keeper = KEEPER_HODIR; + break; + case NPC_MIMIRON_GOSSIP: + _keeper = KEEPER_MIMIRON; + break; + case NPC_THORIM_GOSSIP: + _keeper = KEEPER_THORIM; + break; + default: + return; + } + scheduler.Schedule(1s, [this](TaskContext /*context*/) + { + DoCastSelf(SPELL_KEEPER_TELEPORT); + }); + } + } + + void SpellHit(Unit* /*caster*/, SpellInfo const* spellInfo) override + { + if (spellInfo->Id == SPELL_TELEPORT) + { + me->DespawnOrUnsummon(); + me->GetInstanceScript()->SetData(TYPE_WATCHERS, _keeper); + } + } + + void UpdateAI(uint32 diff) override + { + scheduler.Update(diff); + } + private: + uint8 _keeper; + }; + + CreatureAI* GetAI(Creature* creature) const override + { + return GetUlduarAI(creature); + } + bool OnGossipHello(Player* player, Creature* creature) override { uint32 gossipMenuId = 0; @@ -109,7 +181,6 @@ public: bool OnGossipSelect(Player* player, Creature* creature, uint32 /*sender*/, uint32 action) override { ClearGossipMenuFor(player); - uint8 _keeper = 0; switch (action) { case GOSSIP_ACTION_INFO_DEF+1: @@ -118,34 +189,12 @@ public: break; case GOSSIP_ACTION_INFO_DEF+2: { - switch (creature->GetEntry()) - { - case NPC_FREYA_GOSSIP: - creature->AI()->Talk(SAY_KEEPER_SELECTED); - _keeper = KEEPER_FREYA; - break; - case NPC_HODIR_GOSSIP: - creature->AI()->Talk(SAY_KEEPER_SELECTED); - _keeper = KEEPER_HODIR; - break; - case NPC_MIMIRON_GOSSIP: - creature->AI()->Talk(SAY_KEEPER_SELECTED); - _keeper = KEEPER_MIMIRON; - break; - case NPC_THORIM_GOSSIP: - creature->AI()->Talk(SAY_KEEPER_SELECTED); - _keeper = KEEPER_THORIM; - break; - } - - creature->ReplaceAllNpcFlags(UNIT_NPC_FLAG_NONE); + creature->RemoveNpcFlag(UNIT_NPC_FLAG_GOSSIP); CloseGossipMenuFor(player); - if (creature->GetInstanceScript()) - { - creature->GetInstanceScript()->SetData(TYPE_WATCHERS, _keeper); - creature->DespawnOrUnsummon(6000); - } + creature->AI()->Talk(SAY_KEEPER_CHOSEN_TO_PLAYER, player); + creature->AI()->Talk(SAY_KEEPER_CHOSEN_ANNOUNCE); + creature->AI()->DoAction(ACTION_KEEPER_OUTRO); } } return true; diff --git a/src/server/scripts/Northrend/Ulduar/Ulduar/ulduar.h b/src/server/scripts/Northrend/Ulduar/Ulduar/ulduar.h index ac91d1488..288e87dcb 100644 --- a/src/server/scripts/Northrend/Ulduar/Ulduar/ulduar.h +++ b/src/server/scripts/Northrend/Ulduar/Ulduar/ulduar.h @@ -284,6 +284,14 @@ enum UlduarMisc TIMER_ALGALON_TO_SUMMON = 200, TIMER_ALGALON_SUMMONED = 100, + // Algalon the Observer, Freya, Hodir, Mimiron, Thorim, Gossip Keepers + SPELL_TELEPORT = 62940, + + // Freya, Hodir, Mimiron, Thorim + EVENT_KEEPER_TELEPORTED = 62941, + + // Yogg-Saron + ACTION_SARA_UPDATE_SUMMON_KEEPERS = 4, KEEPER_FREYA = 0, KEEPER_HODIR = 1, KEEPER_MIMIRON = 2, diff --git a/src/server/scripts/Spells/spell_generic.cpp b/src/server/scripts/Spells/spell_generic.cpp index 0b0d81091..f1502d756 100644 --- a/src/server/scripts/Spells/spell_generic.cpp +++ b/src/server/scripts/Spells/spell_generic.cpp @@ -628,6 +628,7 @@ class spell_gen_black_magic_enchant : public AuraScript }; // 53642 - The Might of Mograine +// 64174 - Protective Gaze class spell_gen_area_aura_select_players : public AuraScript { PrepareAuraScript(spell_gen_area_aura_select_players); @@ -642,6 +643,24 @@ class spell_gen_area_aura_select_players : public AuraScript } }; +// 62650 - Fortitude of Frost +// 62670 - Resilience of Nature +// 62671 - Speed of Invention +// 62702 - Fury of the Storm +class spell_gen_area_aura_select_players_and_caster : public AuraScript +{ + PrepareAuraScript(spell_gen_area_aura_select_players_and_caster); + + bool CheckAreaTarget(Unit* target) + { + return target->GetTypeId() == TYPEID_PLAYER || target == GetCaster(); + } + void Register() override + { + DoCheckAreaTarget += AuraCheckAreaTargetFn(spell_gen_area_aura_select_players_and_caster::CheckAreaTarget); + } +}; + /* 29883 - Blink (spell_gen_select_target_count_15_1) 38573 - Spore Drop Effect (spell_gen_select_target_count_15_1) 38633 - Arcane Volley (spell_gen_select_target_count_15_1) @@ -5193,6 +5212,7 @@ void AddSC_generic_spell_scripts() RegisterSpellScript(spell_gen_disabled_above_63); RegisterSpellScript(spell_gen_black_magic_enchant); RegisterSpellScript(spell_gen_area_aura_select_players); + RegisterSpellScript(spell_gen_area_aura_select_players_and_caster); RegisterSpellScriptWithArgs(spell_gen_select_target_count, "spell_gen_select_target_count_15_1", TARGET_UNIT_SRC_AREA_ENEMY, 1); RegisterSpellScriptWithArgs(spell_gen_select_target_count, "spell_gen_select_target_count_15_2", TARGET_UNIT_SRC_AREA_ENEMY, 2); RegisterSpellScriptWithArgs(spell_gen_select_target_count, "spell_gen_select_target_count_15_5", TARGET_UNIT_SRC_AREA_ENEMY, 5); From 8eaceabefcf1ddde084831107b826c3dbd011c99 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 25 May 2024 15:07:25 +0000 Subject: [PATCH 66/69] chore(DB): import pending files Referenced commit(s): 845fa07aad883db4c11f62cdbab82cb8fe6a1913 --- .../rev_1716230497379077638.sql => db_world/2024_05_25_00.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/rev_1716230497379077638.sql => db_world/2024_05_25_00.sql} (96%) diff --git a/data/sql/updates/pending_db_world/rev_1716230497379077638.sql b/data/sql/updates/db_world/2024_05_25_00.sql similarity index 96% rename from data/sql/updates/pending_db_world/rev_1716230497379077638.sql rename to data/sql/updates/db_world/2024_05_25_00.sql index f773a2a9c..2a999ca86 100644 --- a/data/sql/updates/pending_db_world/rev_1716230497379077638.sql +++ b/data/sql/updates/db_world/2024_05_25_00.sql @@ -1,3 +1,4 @@ +-- DB update 2024_05_21_00 -> 2024_05_25_00 -- -- Remove encounter auras minus glow aura from Keepers, add glow aura to Gossip Keepers UPDATE `creature_template_addon` SET `auras` = '62647' WHERE `entry` IN (33410,33411,33412,33413,33213,33241,33242,33244); From 88c485f6c54d45d05d638e38126c4d57c5071f5a Mon Sep 17 00:00:00 2001 From: Gultask <100873791+Gultask@users.noreply.github.com> Date: Sat, 25 May 2024 13:41:27 -0300 Subject: [PATCH 67/69] fix(DB/Loot): Fix mistake in generic overworld profession drops (#18941) * Create oopsmybad.sql * Update oopsmybad.sql * Update oopsmybad.sql --- data/sql/updates/pending_db_world/oopsmybad.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/oopsmybad.sql diff --git a/data/sql/updates/pending_db_world/oopsmybad.sql b/data/sql/updates/pending_db_world/oopsmybad.sql new file mode 100644 index 000000000..240100e95 --- /dev/null +++ b/data/sql/updates/pending_db_world/oopsmybad.sql @@ -0,0 +1,2 @@ +UPDATE `creature_loot_template` SET `Reference` = 1080007 WHERE `Reference` = 1080008 AND `Comment` = 'World Drop - Profession Recipes - NPC Levels ~50-63'; +DELETE FROM `reference_loot_template` WHERE `Entry` = 1080008; From c3828b3d43ed1152c0fab78eda9ea646e4f7020f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 25 May 2024 16:42:16 +0000 Subject: [PATCH 68/69] chore(DB): import pending files Referenced commit(s): 88c485f6c54d45d05d638e38126c4d57c5071f5a --- .../oopsmybad.sql => db_world/2024_05_25_01.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/oopsmybad.sql => db_world/2024_05_25_01.sql} (83%) diff --git a/data/sql/updates/pending_db_world/oopsmybad.sql b/data/sql/updates/db_world/2024_05_25_01.sql similarity index 83% rename from data/sql/updates/pending_db_world/oopsmybad.sql rename to data/sql/updates/db_world/2024_05_25_01.sql index 240100e95..c040369cc 100644 --- a/data/sql/updates/pending_db_world/oopsmybad.sql +++ b/data/sql/updates/db_world/2024_05_25_01.sql @@ -1,2 +1,3 @@ +-- DB update 2024_05_25_00 -> 2024_05_25_01 UPDATE `creature_loot_template` SET `Reference` = 1080007 WHERE `Reference` = 1080008 AND `Comment` = 'World Drop - Profession Recipes - NPC Levels ~50-63'; DELETE FROM `reference_loot_template` WHERE `Entry` = 1080008; From bb19dbf3c92912fe631bfedeac04b9f4fbaade8e Mon Sep 17 00:00:00 2001 From: Jelle Meeus Date: Sat, 25 May 2024 18:42:46 +0200 Subject: [PATCH 69/69] fix(Scripts/Ulduar) Kologarn becomes a bridge (#18944) * disable_move is already set in unit_flags creature template * make kolo not selectable, disable gravity on death --- src/server/scripts/Northrend/Ulduar/Ulduar/boss_kologarn.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/server/scripts/Northrend/Ulduar/Ulduar/boss_kologarn.cpp b/src/server/scripts/Northrend/Ulduar/Ulduar/boss_kologarn.cpp index 6af801f54..94e89fa71 100644 --- a/src/server/scripts/Northrend/Ulduar/Ulduar/boss_kologarn.cpp +++ b/src/server/scripts/Northrend/Ulduar/Ulduar/boss_kologarn.cpp @@ -237,7 +237,6 @@ public: _looksAchievement = true; me->SetDisableGravity(true); - me->SetUnitFlag(UNIT_FLAG_DISABLE_MOVE); me->DisableRotate(true); events.Reset(); @@ -327,6 +326,8 @@ public: arm->DespawnOrUnsummon(3000); // visual if (Creature* arm = ObjectAccessor::GetCreature(*me, _right)) arm->DespawnOrUnsummon(3000); // visual + me->SetUnitFlag(UNIT_FLAG_NOT_SELECTABLE); + me->SetDisableGravity(true); } void KilledUnit(Unit*) override